Bladeren bron

First Commit

Add all projects.
Pranav 6 jaren geleden
bovenliggende
commit
6f3e629cc8
34 gewijzigde bestanden met toevoegingen van 103235 en 2 verwijderingen
  1. 7 2
      .gitattributes
  2. BIN
      Certificate.jpg
  3. 36 0
      License.txt
  4. 16490 0
      P1 - Predicting Bike Share Users/Predicting_Bike_Share_Users.html
  5. 260 0
      P1 - Predicting Bike Share Users/Predicting_Bike_Share_Users.ipynb
  6. 22 0
      P1 - Predicting Bike Share Users/README.md
  7. 111 0
      P1 - Predicting Bike Share Users/data/Readme.txt
  8. 732 0
      P1 - Predicting Bike Share Users/data/day.csv
  9. 17380 0
      P1 - Predicting Bike Share Users/data/hour.csv
  10. BIN
      P1 - Predicting Bike Share Users/images/neural_network.png
  11. BIN
      P1 - Predicting Bike Share Users/images/output.png
  12. 116 0
      P1 - Predicting Bike Share Users/my_answers.py
  13. 46 0
      P1 - Predicting Bike Share Users/requirements.txt
  14. 29 0
      P2 - Dog Breed Classifier/README.md
  15. 11997 0
      P2 - Dog Breed Classifier/dog_app.html
  16. 169 0
      P2 - Dog Breed Classifier/dog_app.ipynb
  17. 19 0
      P2 - Dog Breed Classifier/extract_bottleneck_features.py
  18. 24350 0
      P2 - Dog Breed Classifier/haarcascades/haarcascade_frontalface_alt.xml
  19. BIN
      P2 - Dog Breed Classifier/output.png
  20. 22 0
      P3 - Generate TV Scripts/README.md
  21. 4520 0
      P3 - Generate TV Scripts/data/simpsons/moes_tavern_lines.txt
  22. 55 0
      P3 - Generate TV Scripts/helper.py
  23. BIN
      P3 - Generate TV Scripts/output.png
  24. 312 0
      P3 - Generate TV Scripts/problem_unittests.py
  25. 44 0
      P3 - Generate TV Scripts/requirements.txt
  26. 13081 0
      P3 - Generate TV Scripts/tv_script_generation.html
  27. 1078 0
      P3 - Generate TV Scripts/tv_script_generation.ipynb
  28. 20 0
      P4 - Generate Faces/README.md
  29. 11854 0
      P4 - Generate Faces/face_generation.html
  30. 73 0
      P4 - Generate Faces/face_generation.ipynb
  31. 239 0
      P4 - Generate Faces/helper.py
  32. BIN
      P4 - Generate Faces/output.png
  33. 151 0
      P4 - Generate Faces/problem_unittests.py
  34. 22 0
      README.md

+ 7 - 2
.gitattributes

@@ -1,2 +1,7 @@
-# Auto detect text files and perform LF normalization
-* text=auto
+# .gitattributes for 'Deep-Learning-Nanodegree'.
+# Repository consists primarily of
+# iPython Notebooks, Python Scripts.
+
+* linguist-vendored
+*.py linguist-vendored=false
+*.ipynb linguist-vendored=false

BIN
Certificate.jpg


+ 36 - 0
License.txt

@@ -0,0 +1,36 @@
+PROJECT LICENSE
+
+Copyright (c) 2018 Pranav Suri
+
+The projects in this repository were submitted by Pranav Suri as part of the
+Nanodegree At Udacity.
+
+As part of Udacity Honor code, your submissions must be your own work, hence
+submitting this project as yours will cause you to break the Udacity Honor Code
+and the suspension of your account.
+
+I, the author of the project, allow you to check the code as a reference, but
+if you submit it, it's your own responsibility if you get expelled.
+
+Besides the above notice, the following license applies and this license notice
+must be included in all works derived from this project.
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

+ 16490 - 0
P1 - Predicting Bike Share Users/Predicting_Bike_Share_Users.html

@@ -0,0 +1,16490 @@
+<!DOCTYPE html>
+<html>
+<head><meta charset="utf-8" />
+<title>Your_first_neural_network</title>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
+
+<style type="text/css">
+    /*!
+*
+* Twitter Bootstrap
+*
+*/
+/*!
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
+html {
+  font-family: sans-serif;
+  -ms-text-size-adjust: 100%;
+  -webkit-text-size-adjust: 100%;
+}
+body {
+  margin: 0;
+}
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+menu,
+nav,
+section,
+summary {
+  display: block;
+}
+audio,
+canvas,
+progress,
+video {
+  display: inline-block;
+  vertical-align: baseline;
+}
+audio:not([controls]) {
+  display: none;
+  height: 0;
+}
+[hidden],
+template {
+  display: none;
+}
+a {
+  background-color: transparent;
+}
+a:active,
+a:hover {
+  outline: 0;
+}
+abbr[title] {
+  border-bottom: 1px dotted;
+}
+b,
+strong {
+  font-weight: bold;
+}
+dfn {
+  font-style: italic;
+}
+h1 {
+  font-size: 2em;
+  margin: 0.67em 0;
+}
+mark {
+  background: #ff0;
+  color: #000;
+}
+small {
+  font-size: 80%;
+}
+sub,
+sup {
+  font-size: 75%;
+  line-height: 0;
+  position: relative;
+  vertical-align: baseline;
+}
+sup {
+  top: -0.5em;
+}
+sub {
+  bottom: -0.25em;
+}
+img {
+  border: 0;
+}
+svg:not(:root) {
+  overflow: hidden;
+}
+figure {
+  margin: 1em 40px;
+}
+hr {
+  box-sizing: content-box;
+  height: 0;
+}
+pre {
+  overflow: auto;
+}
+code,
+kbd,
+pre,
+samp {
+  font-family: monospace, monospace;
+  font-size: 1em;
+}
+button,
+input,
+optgroup,
+select,
+textarea {
+  color: inherit;
+  font: inherit;
+  margin: 0;
+}
+button {
+  overflow: visible;
+}
+button,
+select {
+  text-transform: none;
+}
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  -webkit-appearance: button;
+  cursor: pointer;
+}
+button[disabled],
+html input[disabled] {
+  cursor: default;
+}
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  border: 0;
+  padding: 0;
+}
+input {
+  line-height: normal;
+}
+input[type="checkbox"],
+input[type="radio"] {
+  box-sizing: border-box;
+  padding: 0;
+}
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+  height: auto;
+}
+input[type="search"] {
+  -webkit-appearance: textfield;
+  box-sizing: content-box;
+}
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+  -webkit-appearance: none;
+}
+fieldset {
+  border: 1px solid #c0c0c0;
+  margin: 0 2px;
+  padding: 0.35em 0.625em 0.75em;
+}
+legend {
+  border: 0;
+  padding: 0;
+}
+textarea {
+  overflow: auto;
+}
+optgroup {
+  font-weight: bold;
+}
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+td,
+th {
+  padding: 0;
+}
+/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
+@media print {
+  *,
+  *:before,
+  *:after {
+    background: transparent !important;
+    color: #000 !important;
+    box-shadow: none !important;
+    text-shadow: none !important;
+  }
+  a,
+  a:visited {
+    text-decoration: underline;
+  }
+  a[href]:after {
+    content: " (" attr(href) ")";
+  }
+  abbr[title]:after {
+    content: " (" attr(title) ")";
+  }
+  a[href^="#"]:after,
+  a[href^="javascript:"]:after {
+    content: "";
+  }
+  pre,
+  blockquote {
+    border: 1px solid #999;
+    page-break-inside: avoid;
+  }
+  thead {
+    display: table-header-group;
+  }
+  tr,
+  img {
+    page-break-inside: avoid;
+  }
+  img {
+    max-width: 100% !important;
+  }
+  p,
+  h2,
+  h3 {
+    orphans: 3;
+    widows: 3;
+  }
+  h2,
+  h3 {
+    page-break-after: avoid;
+  }
+  .navbar {
+    display: none;
+  }
+  .btn > .caret,
+  .dropup > .btn > .caret {
+    border-top-color: #000 !important;
+  }
+  .label {
+    border: 1px solid #000;
+  }
+  .table {
+    border-collapse: collapse !important;
+  }
+  .table td,
+  .table th {
+    background-color: #fff !important;
+  }
+  .table-bordered th,
+  .table-bordered td {
+    border: 1px solid #ddd !important;
+  }
+}
+@font-face {
+  font-family: 'Glyphicons Halflings';
+  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
+  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
+}
+.glyphicon {
+  position: relative;
+  top: 1px;
+  display: inline-block;
+  font-family: 'Glyphicons Halflings';
+  font-style: normal;
+  font-weight: normal;
+  line-height: 1;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+.glyphicon-asterisk:before {
+  content: "\002a";
+}
+.glyphicon-plus:before {
+  content: "\002b";
+}
+.glyphicon-euro:before,
+.glyphicon-eur:before {
+  content: "\20ac";
+}
+.glyphicon-minus:before {
+  content: "\2212";
+}
+.glyphicon-cloud:before {
+  content: "\2601";
+}
+.glyphicon-envelope:before {
+  content: "\2709";
+}
+.glyphicon-pencil:before {
+  content: "\270f";
+}
+.glyphicon-glass:before {
+  content: "\e001";
+}
+.glyphicon-music:before {
+  content: "\e002";
+}
+.glyphicon-search:before {
+  content: "\e003";
+}
+.glyphicon-heart:before {
+  content: "\e005";
+}
+.glyphicon-star:before {
+  content: "\e006";
+}
+.glyphicon-star-empty:before {
+  content: "\e007";
+}
+.glyphicon-user:before {
+  content: "\e008";
+}
+.glyphicon-film:before {
+  content: "\e009";
+}
+.glyphicon-th-large:before {
+  content: "\e010";
+}
+.glyphicon-th:before {
+  content: "\e011";
+}
+.glyphicon-th-list:before {
+  content: "\e012";
+}
+.glyphicon-ok:before {
+  content: "\e013";
+}
+.glyphicon-remove:before {
+  content: "\e014";
+}
+.glyphicon-zoom-in:before {
+  content: "\e015";
+}
+.glyphicon-zoom-out:before {
+  content: "\e016";
+}
+.glyphicon-off:before {
+  content: "\e017";
+}
+.glyphicon-signal:before {
+  content: "\e018";
+}
+.glyphicon-cog:before {
+  content: "\e019";
+}
+.glyphicon-trash:before {
+  content: "\e020";
+}
+.glyphicon-home:before {
+  content: "\e021";
+}
+.glyphicon-file:before {
+  content: "\e022";
+}
+.glyphicon-time:before {
+  content: "\e023";
+}
+.glyphicon-road:before {
+  content: "\e024";
+}
+.glyphicon-download-alt:before {
+  content: "\e025";
+}
+.glyphicon-download:before {
+  content: "\e026";
+}
+.glyphicon-upload:before {
+  content: "\e027";
+}
+.glyphicon-inbox:before {
+  content: "\e028";
+}
+.glyphicon-play-circle:before {
+  content: "\e029";
+}
+.glyphicon-repeat:before {
+  content: "\e030";
+}
+.glyphicon-refresh:before {
+  content: "\e031";
+}
+.glyphicon-list-alt:before {
+  content: "\e032";
+}
+.glyphicon-lock:before {
+  content: "\e033";
+}
+.glyphicon-flag:before {
+  content: "\e034";
+}
+.glyphicon-headphones:before {
+  content: "\e035";
+}
+.glyphicon-volume-off:before {
+  content: "\e036";
+}
+.glyphicon-volume-down:before {
+  content: "\e037";
+}
+.glyphicon-volume-up:before {
+  content: "\e038";
+}
+.glyphicon-qrcode:before {
+  content: "\e039";
+}
+.glyphicon-barcode:before {
+  content: "\e040";
+}
+.glyphicon-tag:before {
+  content: "\e041";
+}
+.glyphicon-tags:before {
+  content: "\e042";
+}
+.glyphicon-book:before {
+  content: "\e043";
+}
+.glyphicon-bookmark:before {
+  content: "\e044";
+}
+.glyphicon-print:before {
+  content: "\e045";
+}
+.glyphicon-camera:before {
+  content: "\e046";
+}
+.glyphicon-font:before {
+  content: "\e047";
+}
+.glyphicon-bold:before {
+  content: "\e048";
+}
+.glyphicon-italic:before {
+  content: "\e049";
+}
+.glyphicon-text-height:before {
+  content: "\e050";
+}
+.glyphicon-text-width:before {
+  content: "\e051";
+}
+.glyphicon-align-left:before {
+  content: "\e052";
+}
+.glyphicon-align-center:before {
+  content: "\e053";
+}
+.glyphicon-align-right:before {
+  content: "\e054";
+}
+.glyphicon-align-justify:before {
+  content: "\e055";
+}
+.glyphicon-list:before {
+  content: "\e056";
+}
+.glyphicon-indent-left:before {
+  content: "\e057";
+}
+.glyphicon-indent-right:before {
+  content: "\e058";
+}
+.glyphicon-facetime-video:before {
+  content: "\e059";
+}
+.glyphicon-picture:before {
+  content: "\e060";
+}
+.glyphicon-map-marker:before {
+  content: "\e062";
+}
+.glyphicon-adjust:before {
+  content: "\e063";
+}
+.glyphicon-tint:before {
+  content: "\e064";
+}
+.glyphicon-edit:before {
+  content: "\e065";
+}
+.glyphicon-share:before {
+  content: "\e066";
+}
+.glyphicon-check:before {
+  content: "\e067";
+}
+.glyphicon-move:before {
+  content: "\e068";
+}
+.glyphicon-step-backward:before {
+  content: "\e069";
+}
+.glyphicon-fast-backward:before {
+  content: "\e070";
+}
+.glyphicon-backward:before {
+  content: "\e071";
+}
+.glyphicon-play:before {
+  content: "\e072";
+}
+.glyphicon-pause:before {
+  content: "\e073";
+}
+.glyphicon-stop:before {
+  content: "\e074";
+}
+.glyphicon-forward:before {
+  content: "\e075";
+}
+.glyphicon-fast-forward:before {
+  content: "\e076";
+}
+.glyphicon-step-forward:before {
+  content: "\e077";
+}
+.glyphicon-eject:before {
+  content: "\e078";
+}
+.glyphicon-chevron-left:before {
+  content: "\e079";
+}
+.glyphicon-chevron-right:before {
+  content: "\e080";
+}
+.glyphicon-plus-sign:before {
+  content: "\e081";
+}
+.glyphicon-minus-sign:before {
+  content: "\e082";
+}
+.glyphicon-remove-sign:before {
+  content: "\e083";
+}
+.glyphicon-ok-sign:before {
+  content: "\e084";
+}
+.glyphicon-question-sign:before {
+  content: "\e085";
+}
+.glyphicon-info-sign:before {
+  content: "\e086";
+}
+.glyphicon-screenshot:before {
+  content: "\e087";
+}
+.glyphicon-remove-circle:before {
+  content: "\e088";
+}
+.glyphicon-ok-circle:before {
+  content: "\e089";
+}
+.glyphicon-ban-circle:before {
+  content: "\e090";
+}
+.glyphicon-arrow-left:before {
+  content: "\e091";
+}
+.glyphicon-arrow-right:before {
+  content: "\e092";
+}
+.glyphicon-arrow-up:before {
+  content: "\e093";
+}
+.glyphicon-arrow-down:before {
+  content: "\e094";
+}
+.glyphicon-share-alt:before {
+  content: "\e095";
+}
+.glyphicon-resize-full:before {
+  content: "\e096";
+}
+.glyphicon-resize-small:before {
+  content: "\e097";
+}
+.glyphicon-exclamation-sign:before {
+  content: "\e101";
+}
+.glyphicon-gift:before {
+  content: "\e102";
+}
+.glyphicon-leaf:before {
+  content: "\e103";
+}
+.glyphicon-fire:before {
+  content: "\e104";
+}
+.glyphicon-eye-open:before {
+  content: "\e105";
+}
+.glyphicon-eye-close:before {
+  content: "\e106";
+}
+.glyphicon-warning-sign:before {
+  content: "\e107";
+}
+.glyphicon-plane:before {
+  content: "\e108";
+}
+.glyphicon-calendar:before {
+  content: "\e109";
+}
+.glyphicon-random:before {
+  content: "\e110";
+}
+.glyphicon-comment:before {
+  content: "\e111";
+}
+.glyphicon-magnet:before {
+  content: "\e112";
+}
+.glyphicon-chevron-up:before {
+  content: "\e113";
+}
+.glyphicon-chevron-down:before {
+  content: "\e114";
+}
+.glyphicon-retweet:before {
+  content: "\e115";
+}
+.glyphicon-shopping-cart:before {
+  content: "\e116";
+}
+.glyphicon-folder-close:before {
+  content: "\e117";
+}
+.glyphicon-folder-open:before {
+  content: "\e118";
+}
+.glyphicon-resize-vertical:before {
+  content: "\e119";
+}
+.glyphicon-resize-horizontal:before {
+  content: "\e120";
+}
+.glyphicon-hdd:before {
+  content: "\e121";
+}
+.glyphicon-bullhorn:before {
+  content: "\e122";
+}
+.glyphicon-bell:before {
+  content: "\e123";
+}
+.glyphicon-certificate:before {
+  content: "\e124";
+}
+.glyphicon-thumbs-up:before {
+  content: "\e125";
+}
+.glyphicon-thumbs-down:before {
+  content: "\e126";
+}
+.glyphicon-hand-right:before {
+  content: "\e127";
+}
+.glyphicon-hand-left:before {
+  content: "\e128";
+}
+.glyphicon-hand-up:before {
+  content: "\e129";
+}
+.glyphicon-hand-down:before {
+  content: "\e130";
+}
+.glyphicon-circle-arrow-right:before {
+  content: "\e131";
+}
+.glyphicon-circle-arrow-left:before {
+  content: "\e132";
+}
+.glyphicon-circle-arrow-up:before {
+  content: "\e133";
+}
+.glyphicon-circle-arrow-down:before {
+  content: "\e134";
+}
+.glyphicon-globe:before {
+  content: "\e135";
+}
+.glyphicon-wrench:before {
+  content: "\e136";
+}
+.glyphicon-tasks:before {
+  content: "\e137";
+}
+.glyphicon-filter:before {
+  content: "\e138";
+}
+.glyphicon-briefcase:before {
+  content: "\e139";
+}
+.glyphicon-fullscreen:before {
+  content: "\e140";
+}
+.glyphicon-dashboard:before {
+  content: "\e141";
+}
+.glyphicon-paperclip:before {
+  content: "\e142";
+}
+.glyphicon-heart-empty:before {
+  content: "\e143";
+}
+.glyphicon-link:before {
+  content: "\e144";
+}
+.glyphicon-phone:before {
+  content: "\e145";
+}
+.glyphicon-pushpin:before {
+  content: "\e146";
+}
+.glyphicon-usd:before {
+  content: "\e148";
+}
+.glyphicon-gbp:before {
+  content: "\e149";
+}
+.glyphicon-sort:before {
+  content: "\e150";
+}
+.glyphicon-sort-by-alphabet:before {
+  content: "\e151";
+}
+.glyphicon-sort-by-alphabet-alt:before {
+  content: "\e152";
+}
+.glyphicon-sort-by-order:before {
+  content: "\e153";
+}
+.glyphicon-sort-by-order-alt:before {
+  content: "\e154";
+}
+.glyphicon-sort-by-attributes:before {
+  content: "\e155";
+}
+.glyphicon-sort-by-attributes-alt:before {
+  content: "\e156";
+}
+.glyphicon-unchecked:before {
+  content: "\e157";
+}
+.glyphicon-expand:before {
+  content: "\e158";
+}
+.glyphicon-collapse-down:before {
+  content: "\e159";
+}
+.glyphicon-collapse-up:before {
+  content: "\e160";
+}
+.glyphicon-log-in:before {
+  content: "\e161";
+}
+.glyphicon-flash:before {
+  content: "\e162";
+}
+.glyphicon-log-out:before {
+  content: "\e163";
+}
+.glyphicon-new-window:before {
+  content: "\e164";
+}
+.glyphicon-record:before {
+  content: "\e165";
+}
+.glyphicon-save:before {
+  content: "\e166";
+}
+.glyphicon-open:before {
+  content: "\e167";
+}
+.glyphicon-saved:before {
+  content: "\e168";
+}
+.glyphicon-import:before {
+  content: "\e169";
+}
+.glyphicon-export:before {
+  content: "\e170";
+}
+.glyphicon-send:before {
+  content: "\e171";
+}
+.glyphicon-floppy-disk:before {
+  content: "\e172";
+}
+.glyphicon-floppy-saved:before {
+  content: "\e173";
+}
+.glyphicon-floppy-remove:before {
+  content: "\e174";
+}
+.glyphicon-floppy-save:before {
+  content: "\e175";
+}
+.glyphicon-floppy-open:before {
+  content: "\e176";
+}
+.glyphicon-credit-card:before {
+  content: "\e177";
+}
+.glyphicon-transfer:before {
+  content: "\e178";
+}
+.glyphicon-cutlery:before {
+  content: "\e179";
+}
+.glyphicon-header:before {
+  content: "\e180";
+}
+.glyphicon-compressed:before {
+  content: "\e181";
+}
+.glyphicon-earphone:before {
+  content: "\e182";
+}
+.glyphicon-phone-alt:before {
+  content: "\e183";
+}
+.glyphicon-tower:before {
+  content: "\e184";
+}
+.glyphicon-stats:before {
+  content: "\e185";
+}
+.glyphicon-sd-video:before {
+  content: "\e186";
+}
+.glyphicon-hd-video:before {
+  content: "\e187";
+}
+.glyphicon-subtitles:before {
+  content: "\e188";
+}
+.glyphicon-sound-stereo:before {
+  content: "\e189";
+}
+.glyphicon-sound-dolby:before {
+  content: "\e190";
+}
+.glyphicon-sound-5-1:before {
+  content: "\e191";
+}
+.glyphicon-sound-6-1:before {
+  content: "\e192";
+}
+.glyphicon-sound-7-1:before {
+  content: "\e193";
+}
+.glyphicon-copyright-mark:before {
+  content: "\e194";
+}
+.glyphicon-registration-mark:before {
+  content: "\e195";
+}
+.glyphicon-cloud-download:before {
+  content: "\e197";
+}
+.glyphicon-cloud-upload:before {
+  content: "\e198";
+}
+.glyphicon-tree-conifer:before {
+  content: "\e199";
+}
+.glyphicon-tree-deciduous:before {
+  content: "\e200";
+}
+.glyphicon-cd:before {
+  content: "\e201";
+}
+.glyphicon-save-file:before {
+  content: "\e202";
+}
+.glyphicon-open-file:before {
+  content: "\e203";
+}
+.glyphicon-level-up:before {
+  content: "\e204";
+}
+.glyphicon-copy:before {
+  content: "\e205";
+}
+.glyphicon-paste:before {
+  content: "\e206";
+}
+.glyphicon-alert:before {
+  content: "\e209";
+}
+.glyphicon-equalizer:before {
+  content: "\e210";
+}
+.glyphicon-king:before {
+  content: "\e211";
+}
+.glyphicon-queen:before {
+  content: "\e212";
+}
+.glyphicon-pawn:before {
+  content: "\e213";
+}
+.glyphicon-bishop:before {
+  content: "\e214";
+}
+.glyphicon-knight:before {
+  content: "\e215";
+}
+.glyphicon-baby-formula:before {
+  content: "\e216";
+}
+.glyphicon-tent:before {
+  content: "\26fa";
+}
+.glyphicon-blackboard:before {
+  content: "\e218";
+}
+.glyphicon-bed:before {
+  content: "\e219";
+}
+.glyphicon-apple:before {
+  content: "\f8ff";
+}
+.glyphicon-erase:before {
+  content: "\e221";
+}
+.glyphicon-hourglass:before {
+  content: "\231b";
+}
+.glyphicon-lamp:before {
+  content: "\e223";
+}
+.glyphicon-duplicate:before {
+  content: "\e224";
+}
+.glyphicon-piggy-bank:before {
+  content: "\e225";
+}
+.glyphicon-scissors:before {
+  content: "\e226";
+}
+.glyphicon-bitcoin:before {
+  content: "\e227";
+}
+.glyphicon-btc:before {
+  content: "\e227";
+}
+.glyphicon-xbt:before {
+  content: "\e227";
+}
+.glyphicon-yen:before {
+  content: "\00a5";
+}
+.glyphicon-jpy:before {
+  content: "\00a5";
+}
+.glyphicon-ruble:before {
+  content: "\20bd";
+}
+.glyphicon-rub:before {
+  content: "\20bd";
+}
+.glyphicon-scale:before {
+  content: "\e230";
+}
+.glyphicon-ice-lolly:before {
+  content: "\e231";
+}
+.glyphicon-ice-lolly-tasted:before {
+  content: "\e232";
+}
+.glyphicon-education:before {
+  content: "\e233";
+}
+.glyphicon-option-horizontal:before {
+  content: "\e234";
+}
+.glyphicon-option-vertical:before {
+  content: "\e235";
+}
+.glyphicon-menu-hamburger:before {
+  content: "\e236";
+}
+.glyphicon-modal-window:before {
+  content: "\e237";
+}
+.glyphicon-oil:before {
+  content: "\e238";
+}
+.glyphicon-grain:before {
+  content: "\e239";
+}
+.glyphicon-sunglasses:before {
+  content: "\e240";
+}
+.glyphicon-text-size:before {
+  content: "\e241";
+}
+.glyphicon-text-color:before {
+  content: "\e242";
+}
+.glyphicon-text-background:before {
+  content: "\e243";
+}
+.glyphicon-object-align-top:before {
+  content: "\e244";
+}
+.glyphicon-object-align-bottom:before {
+  content: "\e245";
+}
+.glyphicon-object-align-horizontal:before {
+  content: "\e246";
+}
+.glyphicon-object-align-left:before {
+  content: "\e247";
+}
+.glyphicon-object-align-vertical:before {
+  content: "\e248";
+}
+.glyphicon-object-align-right:before {
+  content: "\e249";
+}
+.glyphicon-triangle-right:before {
+  content: "\e250";
+}
+.glyphicon-triangle-left:before {
+  content: "\e251";
+}
+.glyphicon-triangle-bottom:before {
+  content: "\e252";
+}
+.glyphicon-triangle-top:before {
+  content: "\e253";
+}
+.glyphicon-console:before {
+  content: "\e254";
+}
+.glyphicon-superscript:before {
+  content: "\e255";
+}
+.glyphicon-subscript:before {
+  content: "\e256";
+}
+.glyphicon-menu-left:before {
+  content: "\e257";
+}
+.glyphicon-menu-right:before {
+  content: "\e258";
+}
+.glyphicon-menu-down:before {
+  content: "\e259";
+}
+.glyphicon-menu-up:before {
+  content: "\e260";
+}
+* {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+*:before,
+*:after {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+html {
+  font-size: 10px;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+body {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #000;
+  background-color: #fff;
+}
+input,
+button,
+select,
+textarea {
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit;
+}
+a {
+  color: #337ab7;
+  text-decoration: none;
+}
+a:hover,
+a:focus {
+  color: #23527c;
+  text-decoration: underline;
+}
+a:focus {
+  outline: thin dotted;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+figure {
+  margin: 0;
+}
+img {
+  vertical-align: middle;
+}
+.img-responsive,
+.thumbnail > img,
+.thumbnail a > img,
+.carousel-inner > .item > img,
+.carousel-inner > .item > a > img {
+  display: block;
+  max-width: 100%;
+  height: auto;
+}
+.img-rounded {
+  border-radius: 3px;
+}
+.img-thumbnail {
+  padding: 4px;
+  line-height: 1.42857143;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 2px;
+  -webkit-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
+  display: inline-block;
+  max-width: 100%;
+  height: auto;
+}
+.img-circle {
+  border-radius: 50%;
+}
+hr {
+  margin-top: 18px;
+  margin-bottom: 18px;
+  border: 0;
+  border-top: 1px solid #eeeeee;
+}
+.sr-only {
+  position: absolute;
+  width: 1px;
+  height: 1px;
+  margin: -1px;
+  padding: 0;
+  overflow: hidden;
+  clip: rect(0, 0, 0, 0);
+  border: 0;
+}
+.sr-only-focusable:active,
+.sr-only-focusable:focus {
+  position: static;
+  width: auto;
+  height: auto;
+  margin: 0;
+  overflow: visible;
+  clip: auto;
+}
+[role="button"] {
+  cursor: pointer;
+}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+.h1,
+.h2,
+.h3,
+.h4,
+.h5,
+.h6 {
+  font-family: inherit;
+  font-weight: 500;
+  line-height: 1.1;
+  color: inherit;
+}
+h1 small,
+h2 small,
+h3 small,
+h4 small,
+h5 small,
+h6 small,
+.h1 small,
+.h2 small,
+.h3 small,
+.h4 small,
+.h5 small,
+.h6 small,
+h1 .small,
+h2 .small,
+h3 .small,
+h4 .small,
+h5 .small,
+h6 .small,
+.h1 .small,
+.h2 .small,
+.h3 .small,
+.h4 .small,
+.h5 .small,
+.h6 .small {
+  font-weight: normal;
+  line-height: 1;
+  color: #777777;
+}
+h1,
+.h1,
+h2,
+.h2,
+h3,
+.h3 {
+  margin-top: 18px;
+  margin-bottom: 9px;
+}
+h1 small,
+.h1 small,
+h2 small,
+.h2 small,
+h3 small,
+.h3 small,
+h1 .small,
+.h1 .small,
+h2 .small,
+.h2 .small,
+h3 .small,
+.h3 .small {
+  font-size: 65%;
+}
+h4,
+.h4,
+h5,
+.h5,
+h6,
+.h6 {
+  margin-top: 9px;
+  margin-bottom: 9px;
+}
+h4 small,
+.h4 small,
+h5 small,
+.h5 small,
+h6 small,
+.h6 small,
+h4 .small,
+.h4 .small,
+h5 .small,
+.h5 .small,
+h6 .small,
+.h6 .small {
+  font-size: 75%;
+}
+h1,
+.h1 {
+  font-size: 33px;
+}
+h2,
+.h2 {
+  font-size: 27px;
+}
+h3,
+.h3 {
+  font-size: 23px;
+}
+h4,
+.h4 {
+  font-size: 17px;
+}
+h5,
+.h5 {
+  font-size: 13px;
+}
+h6,
+.h6 {
+  font-size: 12px;
+}
+p {
+  margin: 0 0 9px;
+}
+.lead {
+  margin-bottom: 18px;
+  font-size: 14px;
+  font-weight: 300;
+  line-height: 1.4;
+}
+@media (min-width: 768px) {
+  .lead {
+    font-size: 19.5px;
+  }
+}
+small,
+.small {
+  font-size: 92%;
+}
+mark,
+.mark {
+  background-color: #fcf8e3;
+  padding: .2em;
+}
+.text-left {
+  text-align: left;
+}
+.text-right {
+  text-align: right;
+}
+.text-center {
+  text-align: center;
+}
+.text-justify {
+  text-align: justify;
+}
+.text-nowrap {
+  white-space: nowrap;
+}
+.text-lowercase {
+  text-transform: lowercase;
+}
+.text-uppercase {
+  text-transform: uppercase;
+}
+.text-capitalize {
+  text-transform: capitalize;
+}
+.text-muted {
+  color: #777777;
+}
+.text-primary {
+  color: #337ab7;
+}
+a.text-primary:hover,
+a.text-primary:focus {
+  color: #286090;
+}
+.text-success {
+  color: #3c763d;
+}
+a.text-success:hover,
+a.text-success:focus {
+  color: #2b542c;
+}
+.text-info {
+  color: #31708f;
+}
+a.text-info:hover,
+a.text-info:focus {
+  color: #245269;
+}
+.text-warning {
+  color: #8a6d3b;
+}
+a.text-warning:hover,
+a.text-warning:focus {
+  color: #66512c;
+}
+.text-danger {
+  color: #a94442;
+}
+a.text-danger:hover,
+a.text-danger:focus {
+  color: #843534;
+}
+.bg-primary {
+  color: #fff;
+  background-color: #337ab7;
+}
+a.bg-primary:hover,
+a.bg-primary:focus {
+  background-color: #286090;
+}
+.bg-success {
+  background-color: #dff0d8;
+}
+a.bg-success:hover,
+a.bg-success:focus {
+  background-color: #c1e2b3;
+}
+.bg-info {
+  background-color: #d9edf7;
+}
+a.bg-info:hover,
+a.bg-info:focus {
+  background-color: #afd9ee;
+}
+.bg-warning {
+  background-color: #fcf8e3;
+}
+a.bg-warning:hover,
+a.bg-warning:focus {
+  background-color: #f7ecb5;
+}
+.bg-danger {
+  background-color: #f2dede;
+}
+a.bg-danger:hover,
+a.bg-danger:focus {
+  background-color: #e4b9b9;
+}
+.page-header {
+  padding-bottom: 8px;
+  margin: 36px 0 18px;
+  border-bottom: 1px solid #eeeeee;
+}
+ul,
+ol {
+  margin-top: 0;
+  margin-bottom: 9px;
+}
+ul ul,
+ol ul,
+ul ol,
+ol ol {
+  margin-bottom: 0;
+}
+.list-unstyled {
+  padding-left: 0;
+  list-style: none;
+}
+.list-inline {
+  padding-left: 0;
+  list-style: none;
+  margin-left: -5px;
+}
+.list-inline > li {
+  display: inline-block;
+  padding-left: 5px;
+  padding-right: 5px;
+}
+dl {
+  margin-top: 0;
+  margin-bottom: 18px;
+}
+dt,
+dd {
+  line-height: 1.42857143;
+}
+dt {
+  font-weight: bold;
+}
+dd {
+  margin-left: 0;
+}
+@media (min-width: 541px) {
+  .dl-horizontal dt {
+    float: left;
+    width: 160px;
+    clear: left;
+    text-align: right;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+  }
+  .dl-horizontal dd {
+    margin-left: 180px;
+  }
+}
+abbr[title],
+abbr[data-original-title] {
+  cursor: help;
+  border-bottom: 1px dotted #777777;
+}
+.initialism {
+  font-size: 90%;
+  text-transform: uppercase;
+}
+blockquote {
+  padding: 9px 18px;
+  margin: 0 0 18px;
+  font-size: inherit;
+  border-left: 5px solid #eeeeee;
+}
+blockquote p:last-child,
+blockquote ul:last-child,
+blockquote ol:last-child {
+  margin-bottom: 0;
+}
+blockquote footer,
+blockquote small,
+blockquote .small {
+  display: block;
+  font-size: 80%;
+  line-height: 1.42857143;
+  color: #777777;
+}
+blockquote footer:before,
+blockquote small:before,
+blockquote .small:before {
+  content: '\2014 \00A0';
+}
+.blockquote-reverse,
+blockquote.pull-right {
+  padding-right: 15px;
+  padding-left: 0;
+  border-right: 5px solid #eeeeee;
+  border-left: 0;
+  text-align: right;
+}
+.blockquote-reverse footer:before,
+blockquote.pull-right footer:before,
+.blockquote-reverse small:before,
+blockquote.pull-right small:before,
+.blockquote-reverse .small:before,
+blockquote.pull-right .small:before {
+  content: '';
+}
+.blockquote-reverse footer:after,
+blockquote.pull-right footer:after,
+.blockquote-reverse small:after,
+blockquote.pull-right small:after,
+.blockquote-reverse .small:after,
+blockquote.pull-right .small:after {
+  content: '\00A0 \2014';
+}
+address {
+  margin-bottom: 18px;
+  font-style: normal;
+  line-height: 1.42857143;
+}
+code,
+kbd,
+pre,
+samp {
+  font-family: monospace;
+}
+code {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #c7254e;
+  background-color: #f9f2f4;
+  border-radius: 2px;
+}
+kbd {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #888;
+  background-color: transparent;
+  border-radius: 1px;
+  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+kbd kbd {
+  padding: 0;
+  font-size: 100%;
+  font-weight: bold;
+  box-shadow: none;
+}
+pre {
+  display: block;
+  padding: 8.5px;
+  margin: 0 0 9px;
+  font-size: 12px;
+  line-height: 1.42857143;
+  word-break: break-all;
+  word-wrap: break-word;
+  color: #333333;
+  background-color: #f5f5f5;
+  border: 1px solid #ccc;
+  border-radius: 2px;
+}
+pre code {
+  padding: 0;
+  font-size: inherit;
+  color: inherit;
+  white-space: pre-wrap;
+  background-color: transparent;
+  border-radius: 0;
+}
+.pre-scrollable {
+  max-height: 340px;
+  overflow-y: scroll;
+}
+.container {
+  margin-right: auto;
+  margin-left: auto;
+  padding-left: 0px;
+  padding-right: 0px;
+}
+@media (min-width: 768px) {
+  .container {
+    width: 768px;
+  }
+}
+@media (min-width: 992px) {
+  .container {
+    width: 940px;
+  }
+}
+@media (min-width: 1200px) {
+  .container {
+    width: 1140px;
+  }
+}
+.container-fluid {
+  margin-right: auto;
+  margin-left: auto;
+  padding-left: 0px;
+  padding-right: 0px;
+}
+.row {
+  margin-left: 0px;
+  margin-right: 0px;
+}
+.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
+  position: relative;
+  min-height: 1px;
+  padding-left: 0px;
+  padding-right: 0px;
+}
+.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
+  float: left;
+}
+.col-xs-12 {
+  width: 100%;
+}
+.col-xs-11 {
+  width: 91.66666667%;
+}
+.col-xs-10 {
+  width: 83.33333333%;
+}
+.col-xs-9 {
+  width: 75%;
+}
+.col-xs-8 {
+  width: 66.66666667%;
+}
+.col-xs-7 {
+  width: 58.33333333%;
+}
+.col-xs-6 {
+  width: 50%;
+}
+.col-xs-5 {
+  width: 41.66666667%;
+}
+.col-xs-4 {
+  width: 33.33333333%;
+}
+.col-xs-3 {
+  width: 25%;
+}
+.col-xs-2 {
+  width: 16.66666667%;
+}
+.col-xs-1 {
+  width: 8.33333333%;
+}
+.col-xs-pull-12 {
+  right: 100%;
+}
+.col-xs-pull-11 {
+  right: 91.66666667%;
+}
+.col-xs-pull-10 {
+  right: 83.33333333%;
+}
+.col-xs-pull-9 {
+  right: 75%;
+}
+.col-xs-pull-8 {
+  right: 66.66666667%;
+}
+.col-xs-pull-7 {
+  right: 58.33333333%;
+}
+.col-xs-pull-6 {
+  right: 50%;
+}
+.col-xs-pull-5 {
+  right: 41.66666667%;
+}
+.col-xs-pull-4 {
+  right: 33.33333333%;
+}
+.col-xs-pull-3 {
+  right: 25%;
+}
+.col-xs-pull-2 {
+  right: 16.66666667%;
+}
+.col-xs-pull-1 {
+  right: 8.33333333%;
+}
+.col-xs-pull-0 {
+  right: auto;
+}
+.col-xs-push-12 {
+  left: 100%;
+}
+.col-xs-push-11 {
+  left: 91.66666667%;
+}
+.col-xs-push-10 {
+  left: 83.33333333%;
+}
+.col-xs-push-9 {
+  left: 75%;
+}
+.col-xs-push-8 {
+  left: 66.66666667%;
+}
+.col-xs-push-7 {
+  left: 58.33333333%;
+}
+.col-xs-push-6 {
+  left: 50%;
+}
+.col-xs-push-5 {
+  left: 41.66666667%;
+}
+.col-xs-push-4 {
+  left: 33.33333333%;
+}
+.col-xs-push-3 {
+  left: 25%;
+}
+.col-xs-push-2 {
+  left: 16.66666667%;
+}
+.col-xs-push-1 {
+  left: 8.33333333%;
+}
+.col-xs-push-0 {
+  left: auto;
+}
+.col-xs-offset-12 {
+  margin-left: 100%;
+}
+.col-xs-offset-11 {
+  margin-left: 91.66666667%;
+}
+.col-xs-offset-10 {
+  margin-left: 83.33333333%;
+}
+.col-xs-offset-9 {
+  margin-left: 75%;
+}
+.col-xs-offset-8 {
+  margin-left: 66.66666667%;
+}
+.col-xs-offset-7 {
+  margin-left: 58.33333333%;
+}
+.col-xs-offset-6 {
+  margin-left: 50%;
+}
+.col-xs-offset-5 {
+  margin-left: 41.66666667%;
+}
+.col-xs-offset-4 {
+  margin-left: 33.33333333%;
+}
+.col-xs-offset-3 {
+  margin-left: 25%;
+}
+.col-xs-offset-2 {
+  margin-left: 16.66666667%;
+}
+.col-xs-offset-1 {
+  margin-left: 8.33333333%;
+}
+.col-xs-offset-0 {
+  margin-left: 0%;
+}
+@media (min-width: 768px) {
+  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
+    float: left;
+  }
+  .col-sm-12 {
+    width: 100%;
+  }
+  .col-sm-11 {
+    width: 91.66666667%;
+  }
+  .col-sm-10 {
+    width: 83.33333333%;
+  }
+  .col-sm-9 {
+    width: 75%;
+  }
+  .col-sm-8 {
+    width: 66.66666667%;
+  }
+  .col-sm-7 {
+    width: 58.33333333%;
+  }
+  .col-sm-6 {
+    width: 50%;
+  }
+  .col-sm-5 {
+    width: 41.66666667%;
+  }
+  .col-sm-4 {
+    width: 33.33333333%;
+  }
+  .col-sm-3 {
+    width: 25%;
+  }
+  .col-sm-2 {
+    width: 16.66666667%;
+  }
+  .col-sm-1 {
+    width: 8.33333333%;
+  }
+  .col-sm-pull-12 {
+    right: 100%;
+  }
+  .col-sm-pull-11 {
+    right: 91.66666667%;
+  }
+  .col-sm-pull-10 {
+    right: 83.33333333%;
+  }
+  .col-sm-pull-9 {
+    right: 75%;
+  }
+  .col-sm-pull-8 {
+    right: 66.66666667%;
+  }
+  .col-sm-pull-7 {
+    right: 58.33333333%;
+  }
+  .col-sm-pull-6 {
+    right: 50%;
+  }
+  .col-sm-pull-5 {
+    right: 41.66666667%;
+  }
+  .col-sm-pull-4 {
+    right: 33.33333333%;
+  }
+  .col-sm-pull-3 {
+    right: 25%;
+  }
+  .col-sm-pull-2 {
+    right: 16.66666667%;
+  }
+  .col-sm-pull-1 {
+    right: 8.33333333%;
+  }
+  .col-sm-pull-0 {
+    right: auto;
+  }
+  .col-sm-push-12 {
+    left: 100%;
+  }
+  .col-sm-push-11 {
+    left: 91.66666667%;
+  }
+  .col-sm-push-10 {
+    left: 83.33333333%;
+  }
+  .col-sm-push-9 {
+    left: 75%;
+  }
+  .col-sm-push-8 {
+    left: 66.66666667%;
+  }
+  .col-sm-push-7 {
+    left: 58.33333333%;
+  }
+  .col-sm-push-6 {
+    left: 50%;
+  }
+  .col-sm-push-5 {
+    left: 41.66666667%;
+  }
+  .col-sm-push-4 {
+    left: 33.33333333%;
+  }
+  .col-sm-push-3 {
+    left: 25%;
+  }
+  .col-sm-push-2 {
+    left: 16.66666667%;
+  }
+  .col-sm-push-1 {
+    left: 8.33333333%;
+  }
+  .col-sm-push-0 {
+    left: auto;
+  }
+  .col-sm-offset-12 {
+    margin-left: 100%;
+  }
+  .col-sm-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-sm-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-sm-offset-9 {
+    margin-left: 75%;
+  }
+  .col-sm-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-sm-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-sm-offset-6 {
+    margin-left: 50%;
+  }
+  .col-sm-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-sm-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-sm-offset-3 {
+    margin-left: 25%;
+  }
+  .col-sm-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-sm-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-sm-offset-0 {
+    margin-left: 0%;
+  }
+}
+@media (min-width: 992px) {
+  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
+    float: left;
+  }
+  .col-md-12 {
+    width: 100%;
+  }
+  .col-md-11 {
+    width: 91.66666667%;
+  }
+  .col-md-10 {
+    width: 83.33333333%;
+  }
+  .col-md-9 {
+    width: 75%;
+  }
+  .col-md-8 {
+    width: 66.66666667%;
+  }
+  .col-md-7 {
+    width: 58.33333333%;
+  }
+  .col-md-6 {
+    width: 50%;
+  }
+  .col-md-5 {
+    width: 41.66666667%;
+  }
+  .col-md-4 {
+    width: 33.33333333%;
+  }
+  .col-md-3 {
+    width: 25%;
+  }
+  .col-md-2 {
+    width: 16.66666667%;
+  }
+  .col-md-1 {
+    width: 8.33333333%;
+  }
+  .col-md-pull-12 {
+    right: 100%;
+  }
+  .col-md-pull-11 {
+    right: 91.66666667%;
+  }
+  .col-md-pull-10 {
+    right: 83.33333333%;
+  }
+  .col-md-pull-9 {
+    right: 75%;
+  }
+  .col-md-pull-8 {
+    right: 66.66666667%;
+  }
+  .col-md-pull-7 {
+    right: 58.33333333%;
+  }
+  .col-md-pull-6 {
+    right: 50%;
+  }
+  .col-md-pull-5 {
+    right: 41.66666667%;
+  }
+  .col-md-pull-4 {
+    right: 33.33333333%;
+  }
+  .col-md-pull-3 {
+    right: 25%;
+  }
+  .col-md-pull-2 {
+    right: 16.66666667%;
+  }
+  .col-md-pull-1 {
+    right: 8.33333333%;
+  }
+  .col-md-pull-0 {
+    right: auto;
+  }
+  .col-md-push-12 {
+    left: 100%;
+  }
+  .col-md-push-11 {
+    left: 91.66666667%;
+  }
+  .col-md-push-10 {
+    left: 83.33333333%;
+  }
+  .col-md-push-9 {
+    left: 75%;
+  }
+  .col-md-push-8 {
+    left: 66.66666667%;
+  }
+  .col-md-push-7 {
+    left: 58.33333333%;
+  }
+  .col-md-push-6 {
+    left: 50%;
+  }
+  .col-md-push-5 {
+    left: 41.66666667%;
+  }
+  .col-md-push-4 {
+    left: 33.33333333%;
+  }
+  .col-md-push-3 {
+    left: 25%;
+  }
+  .col-md-push-2 {
+    left: 16.66666667%;
+  }
+  .col-md-push-1 {
+    left: 8.33333333%;
+  }
+  .col-md-push-0 {
+    left: auto;
+  }
+  .col-md-offset-12 {
+    margin-left: 100%;
+  }
+  .col-md-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-md-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-md-offset-9 {
+    margin-left: 75%;
+  }
+  .col-md-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-md-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-md-offset-6 {
+    margin-left: 50%;
+  }
+  .col-md-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-md-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-md-offset-3 {
+    margin-left: 25%;
+  }
+  .col-md-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-md-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-md-offset-0 {
+    margin-left: 0%;
+  }
+}
+@media (min-width: 1200px) {
+  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
+    float: left;
+  }
+  .col-lg-12 {
+    width: 100%;
+  }
+  .col-lg-11 {
+    width: 91.66666667%;
+  }
+  .col-lg-10 {
+    width: 83.33333333%;
+  }
+  .col-lg-9 {
+    width: 75%;
+  }
+  .col-lg-8 {
+    width: 66.66666667%;
+  }
+  .col-lg-7 {
+    width: 58.33333333%;
+  }
+  .col-lg-6 {
+    width: 50%;
+  }
+  .col-lg-5 {
+    width: 41.66666667%;
+  }
+  .col-lg-4 {
+    width: 33.33333333%;
+  }
+  .col-lg-3 {
+    width: 25%;
+  }
+  .col-lg-2 {
+    width: 16.66666667%;
+  }
+  .col-lg-1 {
+    width: 8.33333333%;
+  }
+  .col-lg-pull-12 {
+    right: 100%;
+  }
+  .col-lg-pull-11 {
+    right: 91.66666667%;
+  }
+  .col-lg-pull-10 {
+    right: 83.33333333%;
+  }
+  .col-lg-pull-9 {
+    right: 75%;
+  }
+  .col-lg-pull-8 {
+    right: 66.66666667%;
+  }
+  .col-lg-pull-7 {
+    right: 58.33333333%;
+  }
+  .col-lg-pull-6 {
+    right: 50%;
+  }
+  .col-lg-pull-5 {
+    right: 41.66666667%;
+  }
+  .col-lg-pull-4 {
+    right: 33.33333333%;
+  }
+  .col-lg-pull-3 {
+    right: 25%;
+  }
+  .col-lg-pull-2 {
+    right: 16.66666667%;
+  }
+  .col-lg-pull-1 {
+    right: 8.33333333%;
+  }
+  .col-lg-pull-0 {
+    right: auto;
+  }
+  .col-lg-push-12 {
+    left: 100%;
+  }
+  .col-lg-push-11 {
+    left: 91.66666667%;
+  }
+  .col-lg-push-10 {
+    left: 83.33333333%;
+  }
+  .col-lg-push-9 {
+    left: 75%;
+  }
+  .col-lg-push-8 {
+    left: 66.66666667%;
+  }
+  .col-lg-push-7 {
+    left: 58.33333333%;
+  }
+  .col-lg-push-6 {
+    left: 50%;
+  }
+  .col-lg-push-5 {
+    left: 41.66666667%;
+  }
+  .col-lg-push-4 {
+    left: 33.33333333%;
+  }
+  .col-lg-push-3 {
+    left: 25%;
+  }
+  .col-lg-push-2 {
+    left: 16.66666667%;
+  }
+  .col-lg-push-1 {
+    left: 8.33333333%;
+  }
+  .col-lg-push-0 {
+    left: auto;
+  }
+  .col-lg-offset-12 {
+    margin-left: 100%;
+  }
+  .col-lg-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-lg-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-lg-offset-9 {
+    margin-left: 75%;
+  }
+  .col-lg-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-lg-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-lg-offset-6 {
+    margin-left: 50%;
+  }
+  .col-lg-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-lg-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-lg-offset-3 {
+    margin-left: 25%;
+  }
+  .col-lg-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-lg-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-lg-offset-0 {
+    margin-left: 0%;
+  }
+}
+table {
+  background-color: transparent;
+}
+caption {
+  padding-top: 8px;
+  padding-bottom: 8px;
+  color: #777777;
+  text-align: left;
+}
+th {
+  text-align: left;
+}
+.table {
+  width: 100%;
+  max-width: 100%;
+  margin-bottom: 18px;
+}
+.table > thead > tr > th,
+.table > tbody > tr > th,
+.table > tfoot > tr > th,
+.table > thead > tr > td,
+.table > tbody > tr > td,
+.table > tfoot > tr > td {
+  padding: 8px;
+  line-height: 1.42857143;
+  vertical-align: top;
+  border-top: 1px solid #ddd;
+}
+.table > thead > tr > th {
+  vertical-align: bottom;
+  border-bottom: 2px solid #ddd;
+}
+.table > caption + thead > tr:first-child > th,
+.table > colgroup + thead > tr:first-child > th,
+.table > thead:first-child > tr:first-child > th,
+.table > caption + thead > tr:first-child > td,
+.table > colgroup + thead > tr:first-child > td,
+.table > thead:first-child > tr:first-child > td {
+  border-top: 0;
+}
+.table > tbody + tbody {
+  border-top: 2px solid #ddd;
+}
+.table .table {
+  background-color: #fff;
+}
+.table-condensed > thead > tr > th,
+.table-condensed > tbody > tr > th,
+.table-condensed > tfoot > tr > th,
+.table-condensed > thead > tr > td,
+.table-condensed > tbody > tr > td,
+.table-condensed > tfoot > tr > td {
+  padding: 5px;
+}
+.table-bordered {
+  border: 1px solid #ddd;
+}
+.table-bordered > thead > tr > th,
+.table-bordered > tbody > tr > th,
+.table-bordered > tfoot > tr > th,
+.table-bordered > thead > tr > td,
+.table-bordered > tbody > tr > td,
+.table-bordered > tfoot > tr > td {
+  border: 1px solid #ddd;
+}
+.table-bordered > thead > tr > th,
+.table-bordered > thead > tr > td {
+  border-bottom-width: 2px;
+}
+.table-striped > tbody > tr:nth-of-type(odd) {
+  background-color: #f9f9f9;
+}
+.table-hover > tbody > tr:hover {
+  background-color: #f5f5f5;
+}
+table col[class*="col-"] {
+  position: static;
+  float: none;
+  display: table-column;
+}
+table td[class*="col-"],
+table th[class*="col-"] {
+  position: static;
+  float: none;
+  display: table-cell;
+}
+.table > thead > tr > td.active,
+.table > tbody > tr > td.active,
+.table > tfoot > tr > td.active,
+.table > thead > tr > th.active,
+.table > tbody > tr > th.active,
+.table > tfoot > tr > th.active,
+.table > thead > tr.active > td,
+.table > tbody > tr.active > td,
+.table > tfoot > tr.active > td,
+.table > thead > tr.active > th,
+.table > tbody > tr.active > th,
+.table > tfoot > tr.active > th {
+  background-color: #f5f5f5;
+}
+.table-hover > tbody > tr > td.active:hover,
+.table-hover > tbody > tr > th.active:hover,
+.table-hover > tbody > tr.active:hover > td,
+.table-hover > tbody > tr:hover > .active,
+.table-hover > tbody > tr.active:hover > th {
+  background-color: #e8e8e8;
+}
+.table > thead > tr > td.success,
+.table > tbody > tr > td.success,
+.table > tfoot > tr > td.success,
+.table > thead > tr > th.success,
+.table > tbody > tr > th.success,
+.table > tfoot > tr > th.success,
+.table > thead > tr.success > td,
+.table > tbody > tr.success > td,
+.table > tfoot > tr.success > td,
+.table > thead > tr.success > th,
+.table > tbody > tr.success > th,
+.table > tfoot > tr.success > th {
+  background-color: #dff0d8;
+}
+.table-hover > tbody > tr > td.success:hover,
+.table-hover > tbody > tr > th.success:hover,
+.table-hover > tbody > tr.success:hover > td,
+.table-hover > tbody > tr:hover > .success,
+.table-hover > tbody > tr.success:hover > th {
+  background-color: #d0e9c6;
+}
+.table > thead > tr > td.info,
+.table > tbody > tr > td.info,
+.table > tfoot > tr > td.info,
+.table > thead > tr > th.info,
+.table > tbody > tr > th.info,
+.table > tfoot > tr > th.info,
+.table > thead > tr.info > td,
+.table > tbody > tr.info > td,
+.table > tfoot > tr.info > td,
+.table > thead > tr.info > th,
+.table > tbody > tr.info > th,
+.table > tfoot > tr.info > th {
+  background-color: #d9edf7;
+}
+.table-hover > tbody > tr > td.info:hover,
+.table-hover > tbody > tr > th.info:hover,
+.table-hover > tbody > tr.info:hover > td,
+.table-hover > tbody > tr:hover > .info,
+.table-hover > tbody > tr.info:hover > th {
+  background-color: #c4e3f3;
+}
+.table > thead > tr > td.warning,
+.table > tbody > tr > td.warning,
+.table > tfoot > tr > td.warning,
+.table > thead > tr > th.warning,
+.table > tbody > tr > th.warning,
+.table > tfoot > tr > th.warning,
+.table > thead > tr.warning > td,
+.table > tbody > tr.warning > td,
+.table > tfoot > tr.warning > td,
+.table > thead > tr.warning > th,
+.table > tbody > tr.warning > th,
+.table > tfoot > tr.warning > th {
+  background-color: #fcf8e3;
+}
+.table-hover > tbody > tr > td.warning:hover,
+.table-hover > tbody > tr > th.warning:hover,
+.table-hover > tbody > tr.warning:hover > td,
+.table-hover > tbody > tr:hover > .warning,
+.table-hover > tbody > tr.warning:hover > th {
+  background-color: #faf2cc;
+}
+.table > thead > tr > td.danger,
+.table > tbody > tr > td.danger,
+.table > tfoot > tr > td.danger,
+.table > thead > tr > th.danger,
+.table > tbody > tr > th.danger,
+.table > tfoot > tr > th.danger,
+.table > thead > tr.danger > td,
+.table > tbody > tr.danger > td,
+.table > tfoot > tr.danger > td,
+.table > thead > tr.danger > th,
+.table > tbody > tr.danger > th,
+.table > tfoot > tr.danger > th {
+  background-color: #f2dede;
+}
+.table-hover > tbody > tr > td.danger:hover,
+.table-hover > tbody > tr > th.danger:hover,
+.table-hover > tbody > tr.danger:hover > td,
+.table-hover > tbody > tr:hover > .danger,
+.table-hover > tbody > tr.danger:hover > th {
+  background-color: #ebcccc;
+}
+.table-responsive {
+  overflow-x: auto;
+  min-height: 0.01%;
+}
+@media screen and (max-width: 767px) {
+  .table-responsive {
+    width: 100%;
+    margin-bottom: 13.5px;
+    overflow-y: hidden;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+    border: 1px solid #ddd;
+  }
+  .table-responsive > .table {
+    margin-bottom: 0;
+  }
+  .table-responsive > .table > thead > tr > th,
+  .table-responsive > .table > tbody > tr > th,
+  .table-responsive > .table > tfoot > tr > th,
+  .table-responsive > .table > thead > tr > td,
+  .table-responsive > .table > tbody > tr > td,
+  .table-responsive > .table > tfoot > tr > td {
+    white-space: nowrap;
+  }
+  .table-responsive > .table-bordered {
+    border: 0;
+  }
+  .table-responsive > .table-bordered > thead > tr > th:first-child,
+  .table-responsive > .table-bordered > tbody > tr > th:first-child,
+  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+  .table-responsive > .table-bordered > thead > tr > td:first-child,
+  .table-responsive > .table-bordered > tbody > tr > td:first-child,
+  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+    border-left: 0;
+  }
+  .table-responsive > .table-bordered > thead > tr > th:last-child,
+  .table-responsive > .table-bordered > tbody > tr > th:last-child,
+  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+  .table-responsive > .table-bordered > thead > tr > td:last-child,
+  .table-responsive > .table-bordered > tbody > tr > td:last-child,
+  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+    border-right: 0;
+  }
+  .table-responsive > .table-bordered > tbody > tr:last-child > th,
+  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
+  .table-responsive > .table-bordered > tbody > tr:last-child > td,
+  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
+    border-bottom: 0;
+  }
+}
+fieldset {
+  padding: 0;
+  margin: 0;
+  border: 0;
+  min-width: 0;
+}
+legend {
+  display: block;
+  width: 100%;
+  padding: 0;
+  margin-bottom: 18px;
+  font-size: 19.5px;
+  line-height: inherit;
+  color: #333333;
+  border: 0;
+  border-bottom: 1px solid #e5e5e5;
+}
+label {
+  display: inline-block;
+  max-width: 100%;
+  margin-bottom: 5px;
+  font-weight: bold;
+}
+input[type="search"] {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+input[type="radio"],
+input[type="checkbox"] {
+  margin: 4px 0 0;
+  margin-top: 1px \9;
+  line-height: normal;
+}
+input[type="file"] {
+  display: block;
+}
+input[type="range"] {
+  display: block;
+  width: 100%;
+}
+select[multiple],
+select[size] {
+  height: auto;
+}
+input[type="file"]:focus,
+input[type="radio"]:focus,
+input[type="checkbox"]:focus {
+  outline: thin dotted;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+output {
+  display: block;
+  padding-top: 7px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #555555;
+}
+.form-control {
+  display: block;
+  width: 100%;
+  height: 32px;
+  padding: 6px 12px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #555555;
+  background-color: #fff;
+  background-image: none;
+  border: 1px solid #ccc;
+  border-radius: 2px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+}
+.form-control:focus {
+  border-color: #66afe9;
+  outline: 0;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
+  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
+}
+.form-control::-moz-placeholder {
+  color: #999;
+  opacity: 1;
+}
+.form-control:-ms-input-placeholder {
+  color: #999;
+}
+.form-control::-webkit-input-placeholder {
+  color: #999;
+}
+.form-control::-ms-expand {
+  border: 0;
+  background-color: transparent;
+}
+.form-control[disabled],
+.form-control[readonly],
+fieldset[disabled] .form-control {
+  background-color: #eeeeee;
+  opacity: 1;
+}
+.form-control[disabled],
+fieldset[disabled] .form-control {
+  cursor: not-allowed;
+}
+textarea.form-control {
+  height: auto;
+}
+input[type="search"] {
+  -webkit-appearance: none;
+}
+@media screen and (-webkit-min-device-pixel-ratio: 0) {
+  input[type="date"].form-control,
+  input[type="time"].form-control,
+  input[type="datetime-local"].form-control,
+  input[type="month"].form-control {
+    line-height: 32px;
+  }
+  input[type="date"].input-sm,
+  input[type="time"].input-sm,
+  input[type="datetime-local"].input-sm,
+  input[type="month"].input-sm,
+  .input-group-sm input[type="date"],
+  .input-group-sm input[type="time"],
+  .input-group-sm input[type="datetime-local"],
+  .input-group-sm input[type="month"] {
+    line-height: 30px;
+  }
+  input[type="date"].input-lg,
+  input[type="time"].input-lg,
+  input[type="datetime-local"].input-lg,
+  input[type="month"].input-lg,
+  .input-group-lg input[type="date"],
+  .input-group-lg input[type="time"],
+  .input-group-lg input[type="datetime-local"],
+  .input-group-lg input[type="month"] {
+    line-height: 45px;
+  }
+}
+.form-group {
+  margin-bottom: 15px;
+}
+.radio,
+.checkbox {
+  position: relative;
+  display: block;
+  margin-top: 10px;
+  margin-bottom: 10px;
+}
+.radio label,
+.checkbox label {
+  min-height: 18px;
+  padding-left: 20px;
+  margin-bottom: 0;
+  font-weight: normal;
+  cursor: pointer;
+}
+.radio input[type="radio"],
+.radio-inline input[type="radio"],
+.checkbox input[type="checkbox"],
+.checkbox-inline input[type="checkbox"] {
+  position: absolute;
+  margin-left: -20px;
+  margin-top: 4px \9;
+}
+.radio + .radio,
+.checkbox + .checkbox {
+  margin-top: -5px;
+}
+.radio-inline,
+.checkbox-inline {
+  position: relative;
+  display: inline-block;
+  padding-left: 20px;
+  margin-bottom: 0;
+  vertical-align: middle;
+  font-weight: normal;
+  cursor: pointer;
+}
+.radio-inline + .radio-inline,
+.checkbox-inline + .checkbox-inline {
+  margin-top: 0;
+  margin-left: 10px;
+}
+input[type="radio"][disabled],
+input[type="checkbox"][disabled],
+input[type="radio"].disabled,
+input[type="checkbox"].disabled,
+fieldset[disabled] input[type="radio"],
+fieldset[disabled] input[type="checkbox"] {
+  cursor: not-allowed;
+}
+.radio-inline.disabled,
+.checkbox-inline.disabled,
+fieldset[disabled] .radio-inline,
+fieldset[disabled] .checkbox-inline {
+  cursor: not-allowed;
+}
+.radio.disabled label,
+.checkbox.disabled label,
+fieldset[disabled] .radio label,
+fieldset[disabled] .checkbox label {
+  cursor: not-allowed;
+}
+.form-control-static {
+  padding-top: 7px;
+  padding-bottom: 7px;
+  margin-bottom: 0;
+  min-height: 31px;
+}
+.form-control-static.input-lg,
+.form-control-static.input-sm {
+  padding-left: 0;
+  padding-right: 0;
+}
+.input-sm {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+}
+select.input-sm {
+  height: 30px;
+  line-height: 30px;
+}
+textarea.input-sm,
+select[multiple].input-sm {
+  height: auto;
+}
+.form-group-sm .form-control {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+}
+.form-group-sm select.form-control {
+  height: 30px;
+  line-height: 30px;
+}
+.form-group-sm textarea.form-control,
+.form-group-sm select[multiple].form-control {
+  height: auto;
+}
+.form-group-sm .form-control-static {
+  height: 30px;
+  min-height: 30px;
+  padding: 6px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+}
+.input-lg {
+  height: 45px;
+  padding: 10px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+  border-radius: 3px;
+}
+select.input-lg {
+  height: 45px;
+  line-height: 45px;
+}
+textarea.input-lg,
+select[multiple].input-lg {
+  height: auto;
+}
+.form-group-lg .form-control {
+  height: 45px;
+  padding: 10px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+  border-radius: 3px;
+}
+.form-group-lg select.form-control {
+  height: 45px;
+  line-height: 45px;
+}
+.form-group-lg textarea.form-control,
+.form-group-lg select[multiple].form-control {
+  height: auto;
+}
+.form-group-lg .form-control-static {
+  height: 45px;
+  min-height: 35px;
+  padding: 11px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+}
+.has-feedback {
+  position: relative;
+}
+.has-feedback .form-control {
+  padding-right: 40px;
+}
+.form-control-feedback {
+  position: absolute;
+  top: 0;
+  right: 0;
+  z-index: 2;
+  display: block;
+  width: 32px;
+  height: 32px;
+  line-height: 32px;
+  text-align: center;
+  pointer-events: none;
+}
+.input-lg + .form-control-feedback,
+.input-group-lg + .form-control-feedback,
+.form-group-lg .form-control + .form-control-feedback {
+  width: 45px;
+  height: 45px;
+  line-height: 45px;
+}
+.input-sm + .form-control-feedback,
+.input-group-sm + .form-control-feedback,
+.form-group-sm .form-control + .form-control-feedback {
+  width: 30px;
+  height: 30px;
+  line-height: 30px;
+}
+.has-success .help-block,
+.has-success .control-label,
+.has-success .radio,
+.has-success .checkbox,
+.has-success .radio-inline,
+.has-success .checkbox-inline,
+.has-success.radio label,
+.has-success.checkbox label,
+.has-success.radio-inline label,
+.has-success.checkbox-inline label {
+  color: #3c763d;
+}
+.has-success .form-control {
+  border-color: #3c763d;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+.has-success .form-control:focus {
+  border-color: #2b542c;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
+}
+.has-success .input-group-addon {
+  color: #3c763d;
+  border-color: #3c763d;
+  background-color: #dff0d8;
+}
+.has-success .form-control-feedback {
+  color: #3c763d;
+}
+.has-warning .help-block,
+.has-warning .control-label,
+.has-warning .radio,
+.has-warning .checkbox,
+.has-warning .radio-inline,
+.has-warning .checkbox-inline,
+.has-warning.radio label,
+.has-warning.checkbox label,
+.has-warning.radio-inline label,
+.has-warning.checkbox-inline label {
+  color: #8a6d3b;
+}
+.has-warning .form-control {
+  border-color: #8a6d3b;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+.has-warning .form-control:focus {
+  border-color: #66512c;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
+}
+.has-warning .input-group-addon {
+  color: #8a6d3b;
+  border-color: #8a6d3b;
+  background-color: #fcf8e3;
+}
+.has-warning .form-control-feedback {
+  color: #8a6d3b;
+}
+.has-error .help-block,
+.has-error .control-label,
+.has-error .radio,
+.has-error .checkbox,
+.has-error .radio-inline,
+.has-error .checkbox-inline,
+.has-error.radio label,
+.has-error.checkbox label,
+.has-error.radio-inline label,
+.has-error.checkbox-inline label {
+  color: #a94442;
+}
+.has-error .form-control {
+  border-color: #a94442;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+.has-error .form-control:focus {
+  border-color: #843534;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
+}
+.has-error .input-group-addon {
+  color: #a94442;
+  border-color: #a94442;
+  background-color: #f2dede;
+}
+.has-error .form-control-feedback {
+  color: #a94442;
+}
+.has-feedback label ~ .form-control-feedback {
+  top: 23px;
+}
+.has-feedback label.sr-only ~ .form-control-feedback {
+  top: 0;
+}
+.help-block {
+  display: block;
+  margin-top: 5px;
+  margin-bottom: 10px;
+  color: #404040;
+}
+@media (min-width: 768px) {
+  .form-inline .form-group {
+    display: inline-block;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .form-control {
+    display: inline-block;
+    width: auto;
+    vertical-align: middle;
+  }
+  .form-inline .form-control-static {
+    display: inline-block;
+  }
+  .form-inline .input-group {
+    display: inline-table;
+    vertical-align: middle;
+  }
+  .form-inline .input-group .input-group-addon,
+  .form-inline .input-group .input-group-btn,
+  .form-inline .input-group .form-control {
+    width: auto;
+  }
+  .form-inline .input-group > .form-control {
+    width: 100%;
+  }
+  .form-inline .control-label {
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .radio,
+  .form-inline .checkbox {
+    display: inline-block;
+    margin-top: 0;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .radio label,
+  .form-inline .checkbox label {
+    padding-left: 0;
+  }
+  .form-inline .radio input[type="radio"],
+  .form-inline .checkbox input[type="checkbox"] {
+    position: relative;
+    margin-left: 0;
+  }
+  .form-inline .has-feedback .form-control-feedback {
+    top: 0;
+  }
+}
+.form-horizontal .radio,
+.form-horizontal .checkbox,
+.form-horizontal .radio-inline,
+.form-horizontal .checkbox-inline {
+  margin-top: 0;
+  margin-bottom: 0;
+  padding-top: 7px;
+}
+.form-horizontal .radio,
+.form-horizontal .checkbox {
+  min-height: 25px;
+}
+.form-horizontal .form-group {
+  margin-left: 0px;
+  margin-right: 0px;
+}
+@media (min-width: 768px) {
+  .form-horizontal .control-label {
+    text-align: right;
+    margin-bottom: 0;
+    padding-top: 7px;
+  }
+}
+.form-horizontal .has-feedback .form-control-feedback {
+  right: 0px;
+}
+@media (min-width: 768px) {
+  .form-horizontal .form-group-lg .control-label {
+    padding-top: 11px;
+    font-size: 17px;
+  }
+}
+@media (min-width: 768px) {
+  .form-horizontal .form-group-sm .control-label {
+    padding-top: 6px;
+    font-size: 12px;
+  }
+}
+.btn {
+  display: inline-block;
+  margin-bottom: 0;
+  font-weight: normal;
+  text-align: center;
+  vertical-align: middle;
+  touch-action: manipulation;
+  cursor: pointer;
+  background-image: none;
+  border: 1px solid transparent;
+  white-space: nowrap;
+  padding: 6px 12px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  border-radius: 2px;
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
+}
+.btn:focus,
+.btn:active:focus,
+.btn.active:focus,
+.btn.focus,
+.btn:active.focus,
+.btn.active.focus {
+  outline: thin dotted;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+.btn:hover,
+.btn:focus,
+.btn.focus {
+  color: #333;
+  text-decoration: none;
+}
+.btn:active,
+.btn.active {
+  outline: 0;
+  background-image: none;
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+.btn.disabled,
+.btn[disabled],
+fieldset[disabled] .btn {
+  cursor: not-allowed;
+  opacity: 0.65;
+  filter: alpha(opacity=65);
+  -webkit-box-shadow: none;
+  box-shadow: none;
+}
+a.btn.disabled,
+fieldset[disabled] a.btn {
+  pointer-events: none;
+}
+.btn-default {
+  color: #333;
+  background-color: #fff;
+  border-color: #ccc;
+}
+.btn-default:focus,
+.btn-default.focus {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #8c8c8c;
+}
+.btn-default:hover {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+.btn-default:active,
+.btn-default.active,
+.open > .dropdown-toggle.btn-default {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+.btn-default:active:hover,
+.btn-default.active:hover,
+.open > .dropdown-toggle.btn-default:hover,
+.btn-default:active:focus,
+.btn-default.active:focus,
+.open > .dropdown-toggle.btn-default:focus,
+.btn-default:active.focus,
+.btn-default.active.focus,
+.open > .dropdown-toggle.btn-default.focus {
+  color: #333;
+  background-color: #d4d4d4;
+  border-color: #8c8c8c;
+}
+.btn-default:active,
+.btn-default.active,
+.open > .dropdown-toggle.btn-default {
+  background-image: none;
+}
+.btn-default.disabled:hover,
+.btn-default[disabled]:hover,
+fieldset[disabled] .btn-default:hover,
+.btn-default.disabled:focus,
+.btn-default[disabled]:focus,
+fieldset[disabled] .btn-default:focus,
+.btn-default.disabled.focus,
+.btn-default[disabled].focus,
+fieldset[disabled] .btn-default.focus {
+  background-color: #fff;
+  border-color: #ccc;
+}
+.btn-default .badge {
+  color: #fff;
+  background-color: #333;
+}
+.btn-primary {
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #2e6da4;
+}
+.btn-primary:focus,
+.btn-primary.focus {
+  color: #fff;
+  background-color: #286090;
+  border-color: #122b40;
+}
+.btn-primary:hover {
+  color: #fff;
+  background-color: #286090;
+  border-color: #204d74;
+}
+.btn-primary:active,
+.btn-primary.active,
+.open > .dropdown-toggle.btn-primary {
+  color: #fff;
+  background-color: #286090;
+  border-color: #204d74;
+}
+.btn-primary:active:hover,
+.btn-primary.active:hover,
+.open > .dropdown-toggle.btn-primary:hover,
+.btn-primary:active:focus,
+.btn-primary.active:focus,
+.open > .dropdown-toggle.btn-primary:focus,
+.btn-primary:active.focus,
+.btn-primary.active.focus,
+.open > .dropdown-toggle.btn-primary.focus {
+  color: #fff;
+  background-color: #204d74;
+  border-color: #122b40;
+}
+.btn-primary:active,
+.btn-primary.active,
+.open > .dropdown-toggle.btn-primary {
+  background-image: none;
+}
+.btn-primary.disabled:hover,
+.btn-primary[disabled]:hover,
+fieldset[disabled] .btn-primary:hover,
+.btn-primary.disabled:focus,
+.btn-primary[disabled]:focus,
+fieldset[disabled] .btn-primary:focus,
+.btn-primary.disabled.focus,
+.btn-primary[disabled].focus,
+fieldset[disabled] .btn-primary.focus {
+  background-color: #337ab7;
+  border-color: #2e6da4;
+}
+.btn-primary .badge {
+  color: #337ab7;
+  background-color: #fff;
+}
+.btn-success {
+  color: #fff;
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+.btn-success:focus,
+.btn-success.focus {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #255625;
+}
+.btn-success:hover {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #398439;
+}
+.btn-success:active,
+.btn-success.active,
+.open > .dropdown-toggle.btn-success {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #398439;
+}
+.btn-success:active:hover,
+.btn-success.active:hover,
+.open > .dropdown-toggle.btn-success:hover,
+.btn-success:active:focus,
+.btn-success.active:focus,
+.open > .dropdown-toggle.btn-success:focus,
+.btn-success:active.focus,
+.btn-success.active.focus,
+.open > .dropdown-toggle.btn-success.focus {
+  color: #fff;
+  background-color: #398439;
+  border-color: #255625;
+}
+.btn-success:active,
+.btn-success.active,
+.open > .dropdown-toggle.btn-success {
+  background-image: none;
+}
+.btn-success.disabled:hover,
+.btn-success[disabled]:hover,
+fieldset[disabled] .btn-success:hover,
+.btn-success.disabled:focus,
+.btn-success[disabled]:focus,
+fieldset[disabled] .btn-success:focus,
+.btn-success.disabled.focus,
+.btn-success[disabled].focus,
+fieldset[disabled] .btn-success.focus {
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+.btn-success .badge {
+  color: #5cb85c;
+  background-color: #fff;
+}
+.btn-info {
+  color: #fff;
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+.btn-info:focus,
+.btn-info.focus {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #1b6d85;
+}
+.btn-info:hover {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #269abc;
+}
+.btn-info:active,
+.btn-info.active,
+.open > .dropdown-toggle.btn-info {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #269abc;
+}
+.btn-info:active:hover,
+.btn-info.active:hover,
+.open > .dropdown-toggle.btn-info:hover,
+.btn-info:active:focus,
+.btn-info.active:focus,
+.open > .dropdown-toggle.btn-info:focus,
+.btn-info:active.focus,
+.btn-info.active.focus,
+.open > .dropdown-toggle.btn-info.focus {
+  color: #fff;
+  background-color: #269abc;
+  border-color: #1b6d85;
+}
+.btn-info:active,
+.btn-info.active,
+.open > .dropdown-toggle.btn-info {
+  background-image: none;
+}
+.btn-info.disabled:hover,
+.btn-info[disabled]:hover,
+fieldset[disabled] .btn-info:hover,
+.btn-info.disabled:focus,
+.btn-info[disabled]:focus,
+fieldset[disabled] .btn-info:focus,
+.btn-info.disabled.focus,
+.btn-info[disabled].focus,
+fieldset[disabled] .btn-info.focus {
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+.btn-info .badge {
+  color: #5bc0de;
+  background-color: #fff;
+}
+.btn-warning {
+  color: #fff;
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+.btn-warning:focus,
+.btn-warning.focus {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #985f0d;
+}
+.btn-warning:hover {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #d58512;
+}
+.btn-warning:active,
+.btn-warning.active,
+.open > .dropdown-toggle.btn-warning {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #d58512;
+}
+.btn-warning:active:hover,
+.btn-warning.active:hover,
+.open > .dropdown-toggle.btn-warning:hover,
+.btn-warning:active:focus,
+.btn-warning.active:focus,
+.open > .dropdown-toggle.btn-warning:focus,
+.btn-warning:active.focus,
+.btn-warning.active.focus,
+.open > .dropdown-toggle.btn-warning.focus {
+  color: #fff;
+  background-color: #d58512;
+  border-color: #985f0d;
+}
+.btn-warning:active,
+.btn-warning.active,
+.open > .dropdown-toggle.btn-warning {
+  background-image: none;
+}
+.btn-warning.disabled:hover,
+.btn-warning[disabled]:hover,
+fieldset[disabled] .btn-warning:hover,
+.btn-warning.disabled:focus,
+.btn-warning[disabled]:focus,
+fieldset[disabled] .btn-warning:focus,
+.btn-warning.disabled.focus,
+.btn-warning[disabled].focus,
+fieldset[disabled] .btn-warning.focus {
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+.btn-warning .badge {
+  color: #f0ad4e;
+  background-color: #fff;
+}
+.btn-danger {
+  color: #fff;
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+.btn-danger:focus,
+.btn-danger.focus {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #761c19;
+}
+.btn-danger:hover {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #ac2925;
+}
+.btn-danger:active,
+.btn-danger.active,
+.open > .dropdown-toggle.btn-danger {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #ac2925;
+}
+.btn-danger:active:hover,
+.btn-danger.active:hover,
+.open > .dropdown-toggle.btn-danger:hover,
+.btn-danger:active:focus,
+.btn-danger.active:focus,
+.open > .dropdown-toggle.btn-danger:focus,
+.btn-danger:active.focus,
+.btn-danger.active.focus,
+.open > .dropdown-toggle.btn-danger.focus {
+  color: #fff;
+  background-color: #ac2925;
+  border-color: #761c19;
+}
+.btn-danger:active,
+.btn-danger.active,
+.open > .dropdown-toggle.btn-danger {
+  background-image: none;
+}
+.btn-danger.disabled:hover,
+.btn-danger[disabled]:hover,
+fieldset[disabled] .btn-danger:hover,
+.btn-danger.disabled:focus,
+.btn-danger[disabled]:focus,
+fieldset[disabled] .btn-danger:focus,
+.btn-danger.disabled.focus,
+.btn-danger[disabled].focus,
+fieldset[disabled] .btn-danger.focus {
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+.btn-danger .badge {
+  color: #d9534f;
+  background-color: #fff;
+}
+.btn-link {
+  color: #337ab7;
+  font-weight: normal;
+  border-radius: 0;
+}
+.btn-link,
+.btn-link:active,
+.btn-link.active,
+.btn-link[disabled],
+fieldset[disabled] .btn-link {
+  background-color: transparent;
+  -webkit-box-shadow: none;
+  box-shadow: none;
+}
+.btn-link,
+.btn-link:hover,
+.btn-link:focus,
+.btn-link:active {
+  border-color: transparent;
+}
+.btn-link:hover,
+.btn-link:focus {
+  color: #23527c;
+  text-decoration: underline;
+  background-color: transparent;
+}
+.btn-link[disabled]:hover,
+fieldset[disabled] .btn-link:hover,
+.btn-link[disabled]:focus,
+fieldset[disabled] .btn-link:focus {
+  color: #777777;
+  text-decoration: none;
+}
+.btn-lg,
+.btn-group-lg > .btn {
+  padding: 10px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+  border-radius: 3px;
+}
+.btn-sm,
+.btn-group-sm > .btn {
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+}
+.btn-xs,
+.btn-group-xs > .btn {
+  padding: 1px 5px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+}
+.btn-block {
+  display: block;
+  width: 100%;
+}
+.btn-block + .btn-block {
+  margin-top: 5px;
+}
+input[type="submit"].btn-block,
+input[type="reset"].btn-block,
+input[type="button"].btn-block {
+  width: 100%;
+}
+.fade {
+  opacity: 0;
+  -webkit-transition: opacity 0.15s linear;
+  -o-transition: opacity 0.15s linear;
+  transition: opacity 0.15s linear;
+}
+.fade.in {
+  opacity: 1;
+}
+.collapse {
+  display: none;
+}
+.collapse.in {
+  display: block;
+}
+tr.collapse.in {
+  display: table-row;
+}
+tbody.collapse.in {
+  display: table-row-group;
+}
+.collapsing {
+  position: relative;
+  height: 0;
+  overflow: hidden;
+  -webkit-transition-property: height, visibility;
+  transition-property: height, visibility;
+  -webkit-transition-duration: 0.35s;
+  transition-duration: 0.35s;
+  -webkit-transition-timing-function: ease;
+  transition-timing-function: ease;
+}
+.caret {
+  display: inline-block;
+  width: 0;
+  height: 0;
+  margin-left: 2px;
+  vertical-align: middle;
+  border-top: 4px dashed;
+  border-top: 4px solid \9;
+  border-right: 4px solid transparent;
+  border-left: 4px solid transparent;
+}
+.dropup,
+.dropdown {
+  position: relative;
+}
+.dropdown-toggle:focus {
+  outline: 0;
+}
+.dropdown-menu {
+  position: absolute;
+  top: 100%;
+  left: 0;
+  z-index: 1000;
+  display: none;
+  float: left;
+  min-width: 160px;
+  padding: 5px 0;
+  margin: 2px 0 0;
+  list-style: none;
+  font-size: 13px;
+  text-align: left;
+  background-color: #fff;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0, 0, 0, 0.15);
+  border-radius: 2px;
+  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+  background-clip: padding-box;
+}
+.dropdown-menu.pull-right {
+  right: 0;
+  left: auto;
+}
+.dropdown-menu .divider {
+  height: 1px;
+  margin: 8px 0;
+  overflow: hidden;
+  background-color: #e5e5e5;
+}
+.dropdown-menu > li > a {
+  display: block;
+  padding: 3px 20px;
+  clear: both;
+  font-weight: normal;
+  line-height: 1.42857143;
+  color: #333333;
+  white-space: nowrap;
+}
+.dropdown-menu > li > a:hover,
+.dropdown-menu > li > a:focus {
+  text-decoration: none;
+  color: #262626;
+  background-color: #f5f5f5;
+}
+.dropdown-menu > .active > a,
+.dropdown-menu > .active > a:hover,
+.dropdown-menu > .active > a:focus {
+  color: #fff;
+  text-decoration: none;
+  outline: 0;
+  background-color: #337ab7;
+}
+.dropdown-menu > .disabled > a,
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+  color: #777777;
+}
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+  text-decoration: none;
+  background-color: transparent;
+  background-image: none;
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  cursor: not-allowed;
+}
+.open > .dropdown-menu {
+  display: block;
+}
+.open > a {
+  outline: 0;
+}
+.dropdown-menu-right {
+  left: auto;
+  right: 0;
+}
+.dropdown-menu-left {
+  left: 0;
+  right: auto;
+}
+.dropdown-header {
+  display: block;
+  padding: 3px 20px;
+  font-size: 12px;
+  line-height: 1.42857143;
+  color: #777777;
+  white-space: nowrap;
+}
+.dropdown-backdrop {
+  position: fixed;
+  left: 0;
+  right: 0;
+  bottom: 0;
+  top: 0;
+  z-index: 990;
+}
+.pull-right > .dropdown-menu {
+  right: 0;
+  left: auto;
+}
+.dropup .caret,
+.navbar-fixed-bottom .dropdown .caret {
+  border-top: 0;
+  border-bottom: 4px dashed;
+  border-bottom: 4px solid \9;
+  content: "";
+}
+.dropup .dropdown-menu,
+.navbar-fixed-bottom .dropdown .dropdown-menu {
+  top: auto;
+  bottom: 100%;
+  margin-bottom: 2px;
+}
+@media (min-width: 541px) {
+  .navbar-right .dropdown-menu {
+    left: auto;
+    right: 0;
+  }
+  .navbar-right .dropdown-menu-left {
+    left: 0;
+    right: auto;
+  }
+}
+.btn-group,
+.btn-group-vertical {
+  position: relative;
+  display: inline-block;
+  vertical-align: middle;
+}
+.btn-group > .btn,
+.btn-group-vertical > .btn {
+  position: relative;
+  float: left;
+}
+.btn-group > .btn:hover,
+.btn-group-vertical > .btn:hover,
+.btn-group > .btn:focus,
+.btn-group-vertical > .btn:focus,
+.btn-group > .btn:active,
+.btn-group-vertical > .btn:active,
+.btn-group > .btn.active,
+.btn-group-vertical > .btn.active {
+  z-index: 2;
+}
+.btn-group .btn + .btn,
+.btn-group .btn + .btn-group,
+.btn-group .btn-group + .btn,
+.btn-group .btn-group + .btn-group {
+  margin-left: -1px;
+}
+.btn-toolbar {
+  margin-left: -5px;
+}
+.btn-toolbar .btn,
+.btn-toolbar .btn-group,
+.btn-toolbar .input-group {
+  float: left;
+}
+.btn-toolbar > .btn,
+.btn-toolbar > .btn-group,
+.btn-toolbar > .input-group {
+  margin-left: 5px;
+}
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
+  border-radius: 0;
+}
+.btn-group > .btn:first-child {
+  margin-left: 0;
+}
+.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
+  border-bottom-right-radius: 0;
+  border-top-right-radius: 0;
+}
+.btn-group > .btn:last-child:not(:first-child),
+.btn-group > .dropdown-toggle:not(:first-child) {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+.btn-group > .btn-group {
+  float: left;
+}
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
+  border-radius: 0;
+}
+.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+  border-bottom-right-radius: 0;
+  border-top-right-radius: 0;
+}
+.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+.btn-group .dropdown-toggle:active,
+.btn-group.open .dropdown-toggle {
+  outline: 0;
+}
+.btn-group > .btn + .dropdown-toggle {
+  padding-left: 8px;
+  padding-right: 8px;
+}
+.btn-group > .btn-lg + .dropdown-toggle {
+  padding-left: 12px;
+  padding-right: 12px;
+}
+.btn-group.open .dropdown-toggle {
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+.btn-group.open .dropdown-toggle.btn-link {
+  -webkit-box-shadow: none;
+  box-shadow: none;
+}
+.btn .caret {
+  margin-left: 0;
+}
+.btn-lg .caret {
+  border-width: 5px 5px 0;
+  border-bottom-width: 0;
+}
+.dropup .btn-lg .caret {
+  border-width: 0 5px 5px;
+}
+.btn-group-vertical > .btn,
+.btn-group-vertical > .btn-group,
+.btn-group-vertical > .btn-group > .btn {
+  display: block;
+  float: none;
+  width: 100%;
+  max-width: 100%;
+}
+.btn-group-vertical > .btn-group > .btn {
+  float: none;
+}
+.btn-group-vertical > .btn + .btn,
+.btn-group-vertical > .btn + .btn-group,
+.btn-group-vertical > .btn-group + .btn,
+.btn-group-vertical > .btn-group + .btn-group {
+  margin-top: -1px;
+  margin-left: 0;
+}
+.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
+  border-radius: 0;
+}
+.btn-group-vertical > .btn:first-child:not(:last-child) {
+  border-top-right-radius: 2px;
+  border-top-left-radius: 2px;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.btn-group-vertical > .btn:last-child:not(:first-child) {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 2px;
+}
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
+  border-radius: 0;
+}
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+.btn-group-justified {
+  display: table;
+  width: 100%;
+  table-layout: fixed;
+  border-collapse: separate;
+}
+.btn-group-justified > .btn,
+.btn-group-justified > .btn-group {
+  float: none;
+  display: table-cell;
+  width: 1%;
+}
+.btn-group-justified > .btn-group .btn {
+  width: 100%;
+}
+.btn-group-justified > .btn-group .dropdown-menu {
+  left: auto;
+}
+[data-toggle="buttons"] > .btn input[type="radio"],
+[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
+[data-toggle="buttons"] > .btn input[type="checkbox"],
+[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
+  position: absolute;
+  clip: rect(0, 0, 0, 0);
+  pointer-events: none;
+}
+.input-group {
+  position: relative;
+  display: table;
+  border-collapse: separate;
+}
+.input-group[class*="col-"] {
+  float: none;
+  padding-left: 0;
+  padding-right: 0;
+}
+.input-group .form-control {
+  position: relative;
+  z-index: 2;
+  float: left;
+  width: 100%;
+  margin-bottom: 0;
+}
+.input-group .form-control:focus {
+  z-index: 3;
+}
+.input-group-lg > .form-control,
+.input-group-lg > .input-group-addon,
+.input-group-lg > .input-group-btn > .btn {
+  height: 45px;
+  padding: 10px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+  border-radius: 3px;
+}
+select.input-group-lg > .form-control,
+select.input-group-lg > .input-group-addon,
+select.input-group-lg > .input-group-btn > .btn {
+  height: 45px;
+  line-height: 45px;
+}
+textarea.input-group-lg > .form-control,
+textarea.input-group-lg > .input-group-addon,
+textarea.input-group-lg > .input-group-btn > .btn,
+select[multiple].input-group-lg > .form-control,
+select[multiple].input-group-lg > .input-group-addon,
+select[multiple].input-group-lg > .input-group-btn > .btn {
+  height: auto;
+}
+.input-group-sm > .form-control,
+.input-group-sm > .input-group-addon,
+.input-group-sm > .input-group-btn > .btn {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+}
+select.input-group-sm > .form-control,
+select.input-group-sm > .input-group-addon,
+select.input-group-sm > .input-group-btn > .btn {
+  height: 30px;
+  line-height: 30px;
+}
+textarea.input-group-sm > .form-control,
+textarea.input-group-sm > .input-group-addon,
+textarea.input-group-sm > .input-group-btn > .btn,
+select[multiple].input-group-sm > .form-control,
+select[multiple].input-group-sm > .input-group-addon,
+select[multiple].input-group-sm > .input-group-btn > .btn {
+  height: auto;
+}
+.input-group-addon,
+.input-group-btn,
+.input-group .form-control {
+  display: table-cell;
+}
+.input-group-addon:not(:first-child):not(:last-child),
+.input-group-btn:not(:first-child):not(:last-child),
+.input-group .form-control:not(:first-child):not(:last-child) {
+  border-radius: 0;
+}
+.input-group-addon,
+.input-group-btn {
+  width: 1%;
+  white-space: nowrap;
+  vertical-align: middle;
+}
+.input-group-addon {
+  padding: 6px 12px;
+  font-size: 13px;
+  font-weight: normal;
+  line-height: 1;
+  color: #555555;
+  text-align: center;
+  background-color: #eeeeee;
+  border: 1px solid #ccc;
+  border-radius: 2px;
+}
+.input-group-addon.input-sm {
+  padding: 5px 10px;
+  font-size: 12px;
+  border-radius: 1px;
+}
+.input-group-addon.input-lg {
+  padding: 10px 16px;
+  font-size: 17px;
+  border-radius: 3px;
+}
+.input-group-addon input[type="radio"],
+.input-group-addon input[type="checkbox"] {
+  margin-top: 0;
+}
+.input-group .form-control:first-child,
+.input-group-addon:first-child,
+.input-group-btn:first-child > .btn,
+.input-group-btn:first-child > .btn-group > .btn,
+.input-group-btn:first-child > .dropdown-toggle,
+.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
+.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
+  border-bottom-right-radius: 0;
+  border-top-right-radius: 0;
+}
+.input-group-addon:first-child {
+  border-right: 0;
+}
+.input-group .form-control:last-child,
+.input-group-addon:last-child,
+.input-group-btn:last-child > .btn,
+.input-group-btn:last-child > .btn-group > .btn,
+.input-group-btn:last-child > .dropdown-toggle,
+.input-group-btn:first-child > .btn:not(:first-child),
+.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+.input-group-addon:last-child {
+  border-left: 0;
+}
+.input-group-btn {
+  position: relative;
+  font-size: 0;
+  white-space: nowrap;
+}
+.input-group-btn > .btn {
+  position: relative;
+}
+.input-group-btn > .btn + .btn {
+  margin-left: -1px;
+}
+.input-group-btn > .btn:hover,
+.input-group-btn > .btn:focus,
+.input-group-btn > .btn:active {
+  z-index: 2;
+}
+.input-group-btn:first-child > .btn,
+.input-group-btn:first-child > .btn-group {
+  margin-right: -1px;
+}
+.input-group-btn:last-child > .btn,
+.input-group-btn:last-child > .btn-group {
+  z-index: 2;
+  margin-left: -1px;
+}
+.nav {
+  margin-bottom: 0;
+  padding-left: 0;
+  list-style: none;
+}
+.nav > li {
+  position: relative;
+  display: block;
+}
+.nav > li > a {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+}
+.nav > li > a:hover,
+.nav > li > a:focus {
+  text-decoration: none;
+  background-color: #eeeeee;
+}
+.nav > li.disabled > a {
+  color: #777777;
+}
+.nav > li.disabled > a:hover,
+.nav > li.disabled > a:focus {
+  color: #777777;
+  text-decoration: none;
+  background-color: transparent;
+  cursor: not-allowed;
+}
+.nav .open > a,
+.nav .open > a:hover,
+.nav .open > a:focus {
+  background-color: #eeeeee;
+  border-color: #337ab7;
+}
+.nav .nav-divider {
+  height: 1px;
+  margin: 8px 0;
+  overflow: hidden;
+  background-color: #e5e5e5;
+}
+.nav > li > a > img {
+  max-width: none;
+}
+.nav-tabs {
+  border-bottom: 1px solid #ddd;
+}
+.nav-tabs > li {
+  float: left;
+  margin-bottom: -1px;
+}
+.nav-tabs > li > a {
+  margin-right: 2px;
+  line-height: 1.42857143;
+  border: 1px solid transparent;
+  border-radius: 2px 2px 0 0;
+}
+.nav-tabs > li > a:hover {
+  border-color: #eeeeee #eeeeee #ddd;
+}
+.nav-tabs > li.active > a,
+.nav-tabs > li.active > a:hover,
+.nav-tabs > li.active > a:focus {
+  color: #555555;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-bottom-color: transparent;
+  cursor: default;
+}
+.nav-tabs.nav-justified {
+  width: 100%;
+  border-bottom: 0;
+}
+.nav-tabs.nav-justified > li {
+  float: none;
+}
+.nav-tabs.nav-justified > li > a {
+  text-align: center;
+  margin-bottom: 5px;
+}
+.nav-tabs.nav-justified > .dropdown .dropdown-menu {
+  top: auto;
+  left: auto;
+}
+@media (min-width: 768px) {
+  .nav-tabs.nav-justified > li {
+    display: table-cell;
+    width: 1%;
+  }
+  .nav-tabs.nav-justified > li > a {
+    margin-bottom: 0;
+  }
+}
+.nav-tabs.nav-justified > li > a {
+  margin-right: 0;
+  border-radius: 2px;
+}
+.nav-tabs.nav-justified > .active > a,
+.nav-tabs.nav-justified > .active > a:hover,
+.nav-tabs.nav-justified > .active > a:focus {
+  border: 1px solid #ddd;
+}
+@media (min-width: 768px) {
+  .nav-tabs.nav-justified > li > a {
+    border-bottom: 1px solid #ddd;
+    border-radius: 2px 2px 0 0;
+  }
+  .nav-tabs.nav-justified > .active > a,
+  .nav-tabs.nav-justified > .active > a:hover,
+  .nav-tabs.nav-justified > .active > a:focus {
+    border-bottom-color: #fff;
+  }
+}
+.nav-pills > li {
+  float: left;
+}
+.nav-pills > li > a {
+  border-radius: 2px;
+}
+.nav-pills > li + li {
+  margin-left: 2px;
+}
+.nav-pills > li.active > a,
+.nav-pills > li.active > a:hover,
+.nav-pills > li.active > a:focus {
+  color: #fff;
+  background-color: #337ab7;
+}
+.nav-stacked > li {
+  float: none;
+}
+.nav-stacked > li + li {
+  margin-top: 2px;
+  margin-left: 0;
+}
+.nav-justified {
+  width: 100%;
+}
+.nav-justified > li {
+  float: none;
+}
+.nav-justified > li > a {
+  text-align: center;
+  margin-bottom: 5px;
+}
+.nav-justified > .dropdown .dropdown-menu {
+  top: auto;
+  left: auto;
+}
+@media (min-width: 768px) {
+  .nav-justified > li {
+    display: table-cell;
+    width: 1%;
+  }
+  .nav-justified > li > a {
+    margin-bottom: 0;
+  }
+}
+.nav-tabs-justified {
+  border-bottom: 0;
+}
+.nav-tabs-justified > li > a {
+  margin-right: 0;
+  border-radius: 2px;
+}
+.nav-tabs-justified > .active > a,
+.nav-tabs-justified > .active > a:hover,
+.nav-tabs-justified > .active > a:focus {
+  border: 1px solid #ddd;
+}
+@media (min-width: 768px) {
+  .nav-tabs-justified > li > a {
+    border-bottom: 1px solid #ddd;
+    border-radius: 2px 2px 0 0;
+  }
+  .nav-tabs-justified > .active > a,
+  .nav-tabs-justified > .active > a:hover,
+  .nav-tabs-justified > .active > a:focus {
+    border-bottom-color: #fff;
+  }
+}
+.tab-content > .tab-pane {
+  display: none;
+}
+.tab-content > .active {
+  display: block;
+}
+.nav-tabs .dropdown-menu {
+  margin-top: -1px;
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+.navbar {
+  position: relative;
+  min-height: 30px;
+  margin-bottom: 18px;
+  border: 1px solid transparent;
+}
+@media (min-width: 541px) {
+  .navbar {
+    border-radius: 2px;
+  }
+}
+@media (min-width: 541px) {
+  .navbar-header {
+    float: left;
+  }
+}
+.navbar-collapse {
+  overflow-x: visible;
+  padding-right: 0px;
+  padding-left: 0px;
+  border-top: 1px solid transparent;
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
+  -webkit-overflow-scrolling: touch;
+}
+.navbar-collapse.in {
+  overflow-y: auto;
+}
+@media (min-width: 541px) {
+  .navbar-collapse {
+    width: auto;
+    border-top: 0;
+    box-shadow: none;
+  }
+  .navbar-collapse.collapse {
+    display: block !important;
+    height: auto !important;
+    padding-bottom: 0;
+    overflow: visible !important;
+  }
+  .navbar-collapse.in {
+    overflow-y: visible;
+  }
+  .navbar-fixed-top .navbar-collapse,
+  .navbar-static-top .navbar-collapse,
+  .navbar-fixed-bottom .navbar-collapse {
+    padding-left: 0;
+    padding-right: 0;
+  }
+}
+.navbar-fixed-top .navbar-collapse,
+.navbar-fixed-bottom .navbar-collapse {
+  max-height: 340px;
+}
+@media (max-device-width: 540px) and (orientation: landscape) {
+  .navbar-fixed-top .navbar-collapse,
+  .navbar-fixed-bottom .navbar-collapse {
+    max-height: 200px;
+  }
+}
+.container > .navbar-header,
+.container-fluid > .navbar-header,
+.container > .navbar-collapse,
+.container-fluid > .navbar-collapse {
+  margin-right: 0px;
+  margin-left: 0px;
+}
+@media (min-width: 541px) {
+  .container > .navbar-header,
+  .container-fluid > .navbar-header,
+  .container > .navbar-collapse,
+  .container-fluid > .navbar-collapse {
+    margin-right: 0;
+    margin-left: 0;
+  }
+}
+.navbar-static-top {
+  z-index: 1000;
+  border-width: 0 0 1px;
+}
+@media (min-width: 541px) {
+  .navbar-static-top {
+    border-radius: 0;
+  }
+}
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+  position: fixed;
+  right: 0;
+  left: 0;
+  z-index: 1030;
+}
+@media (min-width: 541px) {
+  .navbar-fixed-top,
+  .navbar-fixed-bottom {
+    border-radius: 0;
+  }
+}
+.navbar-fixed-top {
+  top: 0;
+  border-width: 0 0 1px;
+}
+.navbar-fixed-bottom {
+  bottom: 0;
+  margin-bottom: 0;
+  border-width: 1px 0 0;
+}
+.navbar-brand {
+  float: left;
+  padding: 6px 0px;
+  font-size: 17px;
+  line-height: 18px;
+  height: 30px;
+}
+.navbar-brand:hover,
+.navbar-brand:focus {
+  text-decoration: none;
+}
+.navbar-brand > img {
+  display: block;
+}
+@media (min-width: 541px) {
+  .navbar > .container .navbar-brand,
+  .navbar > .container-fluid .navbar-brand {
+    margin-left: 0px;
+  }
+}
+.navbar-toggle {
+  position: relative;
+  float: right;
+  margin-right: 0px;
+  padding: 9px 10px;
+  margin-top: -2px;
+  margin-bottom: -2px;
+  background-color: transparent;
+  background-image: none;
+  border: 1px solid transparent;
+  border-radius: 2px;
+}
+.navbar-toggle:focus {
+  outline: 0;
+}
+.navbar-toggle .icon-bar {
+  display: block;
+  width: 22px;
+  height: 2px;
+  border-radius: 1px;
+}
+.navbar-toggle .icon-bar + .icon-bar {
+  margin-top: 4px;
+}
+@media (min-width: 541px) {
+  .navbar-toggle {
+    display: none;
+  }
+}
+.navbar-nav {
+  margin: 3px 0px;
+}
+.navbar-nav > li > a {
+  padding-top: 10px;
+  padding-bottom: 10px;
+  line-height: 18px;
+}
+@media (max-width: 540px) {
+  .navbar-nav .open .dropdown-menu {
+    position: static;
+    float: none;
+    width: auto;
+    margin-top: 0;
+    background-color: transparent;
+    border: 0;
+    box-shadow: none;
+  }
+  .navbar-nav .open .dropdown-menu > li > a,
+  .navbar-nav .open .dropdown-menu .dropdown-header {
+    padding: 5px 15px 5px 25px;
+  }
+  .navbar-nav .open .dropdown-menu > li > a {
+    line-height: 18px;
+  }
+  .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-nav .open .dropdown-menu > li > a:focus {
+    background-image: none;
+  }
+}
+@media (min-width: 541px) {
+  .navbar-nav {
+    float: left;
+    margin: 0;
+  }
+  .navbar-nav > li {
+    float: left;
+  }
+  .navbar-nav > li > a {
+    padding-top: 6px;
+    padding-bottom: 6px;
+  }
+}
+.navbar-form {
+  margin-left: 0px;
+  margin-right: 0px;
+  padding: 10px 0px;
+  border-top: 1px solid transparent;
+  border-bottom: 1px solid transparent;
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+  margin-top: -1px;
+  margin-bottom: -1px;
+}
+@media (min-width: 768px) {
+  .navbar-form .form-group {
+    display: inline-block;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .navbar-form .form-control {
+    display: inline-block;
+    width: auto;
+    vertical-align: middle;
+  }
+  .navbar-form .form-control-static {
+    display: inline-block;
+  }
+  .navbar-form .input-group {
+    display: inline-table;
+    vertical-align: middle;
+  }
+  .navbar-form .input-group .input-group-addon,
+  .navbar-form .input-group .input-group-btn,
+  .navbar-form .input-group .form-control {
+    width: auto;
+  }
+  .navbar-form .input-group > .form-control {
+    width: 100%;
+  }
+  .navbar-form .control-label {
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .navbar-form .radio,
+  .navbar-form .checkbox {
+    display: inline-block;
+    margin-top: 0;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .navbar-form .radio label,
+  .navbar-form .checkbox label {
+    padding-left: 0;
+  }
+  .navbar-form .radio input[type="radio"],
+  .navbar-form .checkbox input[type="checkbox"] {
+    position: relative;
+    margin-left: 0;
+  }
+  .navbar-form .has-feedback .form-control-feedback {
+    top: 0;
+  }
+}
+@media (max-width: 540px) {
+  .navbar-form .form-group {
+    margin-bottom: 5px;
+  }
+  .navbar-form .form-group:last-child {
+    margin-bottom: 0;
+  }
+}
+@media (min-width: 541px) {
+  .navbar-form {
+    width: auto;
+    border: 0;
+    margin-left: 0;
+    margin-right: 0;
+    padding-top: 0;
+    padding-bottom: 0;
+    -webkit-box-shadow: none;
+    box-shadow: none;
+  }
+}
+.navbar-nav > li > .dropdown-menu {
+  margin-top: 0;
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
+  margin-bottom: 0;
+  border-top-right-radius: 2px;
+  border-top-left-radius: 2px;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.navbar-btn {
+  margin-top: -1px;
+  margin-bottom: -1px;
+}
+.navbar-btn.btn-sm {
+  margin-top: 0px;
+  margin-bottom: 0px;
+}
+.navbar-btn.btn-xs {
+  margin-top: 4px;
+  margin-bottom: 4px;
+}
+.navbar-text {
+  margin-top: 6px;
+  margin-bottom: 6px;
+}
+@media (min-width: 541px) {
+  .navbar-text {
+    float: left;
+    margin-left: 0px;
+    margin-right: 0px;
+  }
+}
+@media (min-width: 541px) {
+  .navbar-left {
+    float: left !important;
+    float: left;
+  }
+  .navbar-right {
+    float: right !important;
+    float: right;
+    margin-right: 0px;
+  }
+  .navbar-right ~ .navbar-right {
+    margin-right: 0;
+  }
+}
+.navbar-default {
+  background-color: #f8f8f8;
+  border-color: #e7e7e7;
+}
+.navbar-default .navbar-brand {
+  color: #777;
+}
+.navbar-default .navbar-brand:hover,
+.navbar-default .navbar-brand:focus {
+  color: #5e5e5e;
+  background-color: transparent;
+}
+.navbar-default .navbar-text {
+  color: #777;
+}
+.navbar-default .navbar-nav > li > a {
+  color: #777;
+}
+.navbar-default .navbar-nav > li > a:hover,
+.navbar-default .navbar-nav > li > a:focus {
+  color: #333;
+  background-color: transparent;
+}
+.navbar-default .navbar-nav > .active > a,
+.navbar-default .navbar-nav > .active > a:hover,
+.navbar-default .navbar-nav > .active > a:focus {
+  color: #555;
+  background-color: #e7e7e7;
+}
+.navbar-default .navbar-nav > .disabled > a,
+.navbar-default .navbar-nav > .disabled > a:hover,
+.navbar-default .navbar-nav > .disabled > a:focus {
+  color: #ccc;
+  background-color: transparent;
+}
+.navbar-default .navbar-toggle {
+  border-color: #ddd;
+}
+.navbar-default .navbar-toggle:hover,
+.navbar-default .navbar-toggle:focus {
+  background-color: #ddd;
+}
+.navbar-default .navbar-toggle .icon-bar {
+  background-color: #888;
+}
+.navbar-default .navbar-collapse,
+.navbar-default .navbar-form {
+  border-color: #e7e7e7;
+}
+.navbar-default .navbar-nav > .open > a,
+.navbar-default .navbar-nav > .open > a:hover,
+.navbar-default .navbar-nav > .open > a:focus {
+  background-color: #e7e7e7;
+  color: #555;
+}
+@media (max-width: 540px) {
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
+    color: #777;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
+    color: #333;
+    background-color: transparent;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
+    color: #555;
+    background-color: #e7e7e7;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+    color: #ccc;
+    background-color: transparent;
+  }
+}
+.navbar-default .navbar-link {
+  color: #777;
+}
+.navbar-default .navbar-link:hover {
+  color: #333;
+}
+.navbar-default .btn-link {
+  color: #777;
+}
+.navbar-default .btn-link:hover,
+.navbar-default .btn-link:focus {
+  color: #333;
+}
+.navbar-default .btn-link[disabled]:hover,
+fieldset[disabled] .navbar-default .btn-link:hover,
+.navbar-default .btn-link[disabled]:focus,
+fieldset[disabled] .navbar-default .btn-link:focus {
+  color: #ccc;
+}
+.navbar-inverse {
+  background-color: #222;
+  border-color: #080808;
+}
+.navbar-inverse .navbar-brand {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-brand:hover,
+.navbar-inverse .navbar-brand:focus {
+  color: #fff;
+  background-color: transparent;
+}
+.navbar-inverse .navbar-text {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-nav > li > a {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-nav > li > a:hover,
+.navbar-inverse .navbar-nav > li > a:focus {
+  color: #fff;
+  background-color: transparent;
+}
+.navbar-inverse .navbar-nav > .active > a,
+.navbar-inverse .navbar-nav > .active > a:hover,
+.navbar-inverse .navbar-nav > .active > a:focus {
+  color: #fff;
+  background-color: #080808;
+}
+.navbar-inverse .navbar-nav > .disabled > a,
+.navbar-inverse .navbar-nav > .disabled > a:hover,
+.navbar-inverse .navbar-nav > .disabled > a:focus {
+  color: #444;
+  background-color: transparent;
+}
+.navbar-inverse .navbar-toggle {
+  border-color: #333;
+}
+.navbar-inverse .navbar-toggle:hover,
+.navbar-inverse .navbar-toggle:focus {
+  background-color: #333;
+}
+.navbar-inverse .navbar-toggle .icon-bar {
+  background-color: #fff;
+}
+.navbar-inverse .navbar-collapse,
+.navbar-inverse .navbar-form {
+  border-color: #101010;
+}
+.navbar-inverse .navbar-nav > .open > a,
+.navbar-inverse .navbar-nav > .open > a:hover,
+.navbar-inverse .navbar-nav > .open > a:focus {
+  background-color: #080808;
+  color: #fff;
+}
+@media (max-width: 540px) {
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
+    border-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
+    background-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
+    color: #9d9d9d;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
+    color: #fff;
+    background-color: transparent;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
+    color: #fff;
+    background-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+    color: #444;
+    background-color: transparent;
+  }
+}
+.navbar-inverse .navbar-link {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-link:hover {
+  color: #fff;
+}
+.navbar-inverse .btn-link {
+  color: #9d9d9d;
+}
+.navbar-inverse .btn-link:hover,
+.navbar-inverse .btn-link:focus {
+  color: #fff;
+}
+.navbar-inverse .btn-link[disabled]:hover,
+fieldset[disabled] .navbar-inverse .btn-link:hover,
+.navbar-inverse .btn-link[disabled]:focus,
+fieldset[disabled] .navbar-inverse .btn-link:focus {
+  color: #444;
+}
+.breadcrumb {
+  padding: 8px 15px;
+  margin-bottom: 18px;
+  list-style: none;
+  background-color: #f5f5f5;
+  border-radius: 2px;
+}
+.breadcrumb > li {
+  display: inline-block;
+}
+.breadcrumb > li + li:before {
+  content: "/\00a0";
+  padding: 0 5px;
+  color: #5e5e5e;
+}
+.breadcrumb > .active {
+  color: #777777;
+}
+.pagination {
+  display: inline-block;
+  padding-left: 0;
+  margin: 18px 0;
+  border-radius: 2px;
+}
+.pagination > li {
+  display: inline;
+}
+.pagination > li > a,
+.pagination > li > span {
+  position: relative;
+  float: left;
+  padding: 6px 12px;
+  line-height: 1.42857143;
+  text-decoration: none;
+  color: #337ab7;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  margin-left: -1px;
+}
+.pagination > li:first-child > a,
+.pagination > li:first-child > span {
+  margin-left: 0;
+  border-bottom-left-radius: 2px;
+  border-top-left-radius: 2px;
+}
+.pagination > li:last-child > a,
+.pagination > li:last-child > span {
+  border-bottom-right-radius: 2px;
+  border-top-right-radius: 2px;
+}
+.pagination > li > a:hover,
+.pagination > li > span:hover,
+.pagination > li > a:focus,
+.pagination > li > span:focus {
+  z-index: 2;
+  color: #23527c;
+  background-color: #eeeeee;
+  border-color: #ddd;
+}
+.pagination > .active > a,
+.pagination > .active > span,
+.pagination > .active > a:hover,
+.pagination > .active > span:hover,
+.pagination > .active > a:focus,
+.pagination > .active > span:focus {
+  z-index: 3;
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #337ab7;
+  cursor: default;
+}
+.pagination > .disabled > span,
+.pagination > .disabled > span:hover,
+.pagination > .disabled > span:focus,
+.pagination > .disabled > a,
+.pagination > .disabled > a:hover,
+.pagination > .disabled > a:focus {
+  color: #777777;
+  background-color: #fff;
+  border-color: #ddd;
+  cursor: not-allowed;
+}
+.pagination-lg > li > a,
+.pagination-lg > li > span {
+  padding: 10px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+}
+.pagination-lg > li:first-child > a,
+.pagination-lg > li:first-child > span {
+  border-bottom-left-radius: 3px;
+  border-top-left-radius: 3px;
+}
+.pagination-lg > li:last-child > a,
+.pagination-lg > li:last-child > span {
+  border-bottom-right-radius: 3px;
+  border-top-right-radius: 3px;
+}
+.pagination-sm > li > a,
+.pagination-sm > li > span {
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+}
+.pagination-sm > li:first-child > a,
+.pagination-sm > li:first-child > span {
+  border-bottom-left-radius: 1px;
+  border-top-left-radius: 1px;
+}
+.pagination-sm > li:last-child > a,
+.pagination-sm > li:last-child > span {
+  border-bottom-right-radius: 1px;
+  border-top-right-radius: 1px;
+}
+.pager {
+  padding-left: 0;
+  margin: 18px 0;
+  list-style: none;
+  text-align: center;
+}
+.pager li {
+  display: inline;
+}
+.pager li > a,
+.pager li > span {
+  display: inline-block;
+  padding: 5px 14px;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 15px;
+}
+.pager li > a:hover,
+.pager li > a:focus {
+  text-decoration: none;
+  background-color: #eeeeee;
+}
+.pager .next > a,
+.pager .next > span {
+  float: right;
+}
+.pager .previous > a,
+.pager .previous > span {
+  float: left;
+}
+.pager .disabled > a,
+.pager .disabled > a:hover,
+.pager .disabled > a:focus,
+.pager .disabled > span {
+  color: #777777;
+  background-color: #fff;
+  cursor: not-allowed;
+}
+.label {
+  display: inline;
+  padding: .2em .6em .3em;
+  font-size: 75%;
+  font-weight: bold;
+  line-height: 1;
+  color: #fff;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: baseline;
+  border-radius: .25em;
+}
+a.label:hover,
+a.label:focus {
+  color: #fff;
+  text-decoration: none;
+  cursor: pointer;
+}
+.label:empty {
+  display: none;
+}
+.btn .label {
+  position: relative;
+  top: -1px;
+}
+.label-default {
+  background-color: #777777;
+}
+.label-default[href]:hover,
+.label-default[href]:focus {
+  background-color: #5e5e5e;
+}
+.label-primary {
+  background-color: #337ab7;
+}
+.label-primary[href]:hover,
+.label-primary[href]:focus {
+  background-color: #286090;
+}
+.label-success {
+  background-color: #5cb85c;
+}
+.label-success[href]:hover,
+.label-success[href]:focus {
+  background-color: #449d44;
+}
+.label-info {
+  background-color: #5bc0de;
+}
+.label-info[href]:hover,
+.label-info[href]:focus {
+  background-color: #31b0d5;
+}
+.label-warning {
+  background-color: #f0ad4e;
+}
+.label-warning[href]:hover,
+.label-warning[href]:focus {
+  background-color: #ec971f;
+}
+.label-danger {
+  background-color: #d9534f;
+}
+.label-danger[href]:hover,
+.label-danger[href]:focus {
+  background-color: #c9302c;
+}
+.badge {
+  display: inline-block;
+  min-width: 10px;
+  padding: 3px 7px;
+  font-size: 12px;
+  font-weight: bold;
+  color: #fff;
+  line-height: 1;
+  vertical-align: middle;
+  white-space: nowrap;
+  text-align: center;
+  background-color: #777777;
+  border-radius: 10px;
+}
+.badge:empty {
+  display: none;
+}
+.btn .badge {
+  position: relative;
+  top: -1px;
+}
+.btn-xs .badge,
+.btn-group-xs > .btn .badge {
+  top: 0;
+  padding: 1px 5px;
+}
+a.badge:hover,
+a.badge:focus {
+  color: #fff;
+  text-decoration: none;
+  cursor: pointer;
+}
+.list-group-item.active > .badge,
+.nav-pills > .active > a > .badge {
+  color: #337ab7;
+  background-color: #fff;
+}
+.list-group-item > .badge {
+  float: right;
+}
+.list-group-item > .badge + .badge {
+  margin-right: 5px;
+}
+.nav-pills > li > a > .badge {
+  margin-left: 3px;
+}
+.jumbotron {
+  padding-top: 30px;
+  padding-bottom: 30px;
+  margin-bottom: 30px;
+  color: inherit;
+  background-color: #eeeeee;
+}
+.jumbotron h1,
+.jumbotron .h1 {
+  color: inherit;
+}
+.jumbotron p {
+  margin-bottom: 15px;
+  font-size: 20px;
+  font-weight: 200;
+}
+.jumbotron > hr {
+  border-top-color: #d5d5d5;
+}
+.container .jumbotron,
+.container-fluid .jumbotron {
+  border-radius: 3px;
+  padding-left: 0px;
+  padding-right: 0px;
+}
+.jumbotron .container {
+  max-width: 100%;
+}
+@media screen and (min-width: 768px) {
+  .jumbotron {
+    padding-top: 48px;
+    padding-bottom: 48px;
+  }
+  .container .jumbotron,
+  .container-fluid .jumbotron {
+    padding-left: 60px;
+    padding-right: 60px;
+  }
+  .jumbotron h1,
+  .jumbotron .h1 {
+    font-size: 59px;
+  }
+}
+.thumbnail {
+  display: block;
+  padding: 4px;
+  margin-bottom: 18px;
+  line-height: 1.42857143;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 2px;
+  -webkit-transition: border 0.2s ease-in-out;
+  -o-transition: border 0.2s ease-in-out;
+  transition: border 0.2s ease-in-out;
+}
+.thumbnail > img,
+.thumbnail a > img {
+  margin-left: auto;
+  margin-right: auto;
+}
+a.thumbnail:hover,
+a.thumbnail:focus,
+a.thumbnail.active {
+  border-color: #337ab7;
+}
+.thumbnail .caption {
+  padding: 9px;
+  color: #000;
+}
+.alert {
+  padding: 15px;
+  margin-bottom: 18px;
+  border: 1px solid transparent;
+  border-radius: 2px;
+}
+.alert h4 {
+  margin-top: 0;
+  color: inherit;
+}
+.alert .alert-link {
+  font-weight: bold;
+}
+.alert > p,
+.alert > ul {
+  margin-bottom: 0;
+}
+.alert > p + p {
+  margin-top: 5px;
+}
+.alert-dismissable,
+.alert-dismissible {
+  padding-right: 35px;
+}
+.alert-dismissable .close,
+.alert-dismissible .close {
+  position: relative;
+  top: -2px;
+  right: -21px;
+  color: inherit;
+}
+.alert-success {
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+  color: #3c763d;
+}
+.alert-success hr {
+  border-top-color: #c9e2b3;
+}
+.alert-success .alert-link {
+  color: #2b542c;
+}
+.alert-info {
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+  color: #31708f;
+}
+.alert-info hr {
+  border-top-color: #a6e1ec;
+}
+.alert-info .alert-link {
+  color: #245269;
+}
+.alert-warning {
+  background-color: #fcf8e3;
+  border-color: #faebcc;
+  color: #8a6d3b;
+}
+.alert-warning hr {
+  border-top-color: #f7e1b5;
+}
+.alert-warning .alert-link {
+  color: #66512c;
+}
+.alert-danger {
+  background-color: #f2dede;
+  border-color: #ebccd1;
+  color: #a94442;
+}
+.alert-danger hr {
+  border-top-color: #e4b9c0;
+}
+.alert-danger .alert-link {
+  color: #843534;
+}
+@-webkit-keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+@keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+.progress {
+  overflow: hidden;
+  height: 18px;
+  margin-bottom: 18px;
+  background-color: #f5f5f5;
+  border-radius: 2px;
+  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+}
+.progress-bar {
+  float: left;
+  width: 0%;
+  height: 100%;
+  font-size: 12px;
+  line-height: 18px;
+  color: #fff;
+  text-align: center;
+  background-color: #337ab7;
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+  -webkit-transition: width 0.6s ease;
+  -o-transition: width 0.6s ease;
+  transition: width 0.6s ease;
+}
+.progress-striped .progress-bar,
+.progress-bar-striped {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-size: 40px 40px;
+}
+.progress.active .progress-bar,
+.progress-bar.active {
+  -webkit-animation: progress-bar-stripes 2s linear infinite;
+  -o-animation: progress-bar-stripes 2s linear infinite;
+  animation: progress-bar-stripes 2s linear infinite;
+}
+.progress-bar-success {
+  background-color: #5cb85c;
+}
+.progress-striped .progress-bar-success {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.progress-bar-info {
+  background-color: #5bc0de;
+}
+.progress-striped .progress-bar-info {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.progress-bar-warning {
+  background-color: #f0ad4e;
+}
+.progress-striped .progress-bar-warning {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.progress-bar-danger {
+  background-color: #d9534f;
+}
+.progress-striped .progress-bar-danger {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.media {
+  margin-top: 15px;
+}
+.media:first-child {
+  margin-top: 0;
+}
+.media,
+.media-body {
+  zoom: 1;
+  overflow: hidden;
+}
+.media-body {
+  width: 10000px;
+}
+.media-object {
+  display: block;
+}
+.media-object.img-thumbnail {
+  max-width: none;
+}
+.media-right,
+.media > .pull-right {
+  padding-left: 10px;
+}
+.media-left,
+.media > .pull-left {
+  padding-right: 10px;
+}
+.media-left,
+.media-right,
+.media-body {
+  display: table-cell;
+  vertical-align: top;
+}
+.media-middle {
+  vertical-align: middle;
+}
+.media-bottom {
+  vertical-align: bottom;
+}
+.media-heading {
+  margin-top: 0;
+  margin-bottom: 5px;
+}
+.media-list {
+  padding-left: 0;
+  list-style: none;
+}
+.list-group {
+  margin-bottom: 20px;
+  padding-left: 0;
+}
+.list-group-item {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+  margin-bottom: -1px;
+  background-color: #fff;
+  border: 1px solid #ddd;
+}
+.list-group-item:first-child {
+  border-top-right-radius: 2px;
+  border-top-left-radius: 2px;
+}
+.list-group-item:last-child {
+  margin-bottom: 0;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 2px;
+}
+a.list-group-item,
+button.list-group-item {
+  color: #555;
+}
+a.list-group-item .list-group-item-heading,
+button.list-group-item .list-group-item-heading {
+  color: #333;
+}
+a.list-group-item:hover,
+button.list-group-item:hover,
+a.list-group-item:focus,
+button.list-group-item:focus {
+  text-decoration: none;
+  color: #555;
+  background-color: #f5f5f5;
+}
+button.list-group-item {
+  width: 100%;
+  text-align: left;
+}
+.list-group-item.disabled,
+.list-group-item.disabled:hover,
+.list-group-item.disabled:focus {
+  background-color: #eeeeee;
+  color: #777777;
+  cursor: not-allowed;
+}
+.list-group-item.disabled .list-group-item-heading,
+.list-group-item.disabled:hover .list-group-item-heading,
+.list-group-item.disabled:focus .list-group-item-heading {
+  color: inherit;
+}
+.list-group-item.disabled .list-group-item-text,
+.list-group-item.disabled:hover .list-group-item-text,
+.list-group-item.disabled:focus .list-group-item-text {
+  color: #777777;
+}
+.list-group-item.active,
+.list-group-item.active:hover,
+.list-group-item.active:focus {
+  z-index: 2;
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #337ab7;
+}
+.list-group-item.active .list-group-item-heading,
+.list-group-item.active:hover .list-group-item-heading,
+.list-group-item.active:focus .list-group-item-heading,
+.list-group-item.active .list-group-item-heading > small,
+.list-group-item.active:hover .list-group-item-heading > small,
+.list-group-item.active:focus .list-group-item-heading > small,
+.list-group-item.active .list-group-item-heading > .small,
+.list-group-item.active:hover .list-group-item-heading > .small,
+.list-group-item.active:focus .list-group-item-heading > .small {
+  color: inherit;
+}
+.list-group-item.active .list-group-item-text,
+.list-group-item.active:hover .list-group-item-text,
+.list-group-item.active:focus .list-group-item-text {
+  color: #c7ddef;
+}
+.list-group-item-success {
+  color: #3c763d;
+  background-color: #dff0d8;
+}
+a.list-group-item-success,
+button.list-group-item-success {
+  color: #3c763d;
+}
+a.list-group-item-success .list-group-item-heading,
+button.list-group-item-success .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-success:hover,
+button.list-group-item-success:hover,
+a.list-group-item-success:focus,
+button.list-group-item-success:focus {
+  color: #3c763d;
+  background-color: #d0e9c6;
+}
+a.list-group-item-success.active,
+button.list-group-item-success.active,
+a.list-group-item-success.active:hover,
+button.list-group-item-success.active:hover,
+a.list-group-item-success.active:focus,
+button.list-group-item-success.active:focus {
+  color: #fff;
+  background-color: #3c763d;
+  border-color: #3c763d;
+}
+.list-group-item-info {
+  color: #31708f;
+  background-color: #d9edf7;
+}
+a.list-group-item-info,
+button.list-group-item-info {
+  color: #31708f;
+}
+a.list-group-item-info .list-group-item-heading,
+button.list-group-item-info .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-info:hover,
+button.list-group-item-info:hover,
+a.list-group-item-info:focus,
+button.list-group-item-info:focus {
+  color: #31708f;
+  background-color: #c4e3f3;
+}
+a.list-group-item-info.active,
+button.list-group-item-info.active,
+a.list-group-item-info.active:hover,
+button.list-group-item-info.active:hover,
+a.list-group-item-info.active:focus,
+button.list-group-item-info.active:focus {
+  color: #fff;
+  background-color: #31708f;
+  border-color: #31708f;
+}
+.list-group-item-warning {
+  color: #8a6d3b;
+  background-color: #fcf8e3;
+}
+a.list-group-item-warning,
+button.list-group-item-warning {
+  color: #8a6d3b;
+}
+a.list-group-item-warning .list-group-item-heading,
+button.list-group-item-warning .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-warning:hover,
+button.list-group-item-warning:hover,
+a.list-group-item-warning:focus,
+button.list-group-item-warning:focus {
+  color: #8a6d3b;
+  background-color: #faf2cc;
+}
+a.list-group-item-warning.active,
+button.list-group-item-warning.active,
+a.list-group-item-warning.active:hover,
+button.list-group-item-warning.active:hover,
+a.list-group-item-warning.active:focus,
+button.list-group-item-warning.active:focus {
+  color: #fff;
+  background-color: #8a6d3b;
+  border-color: #8a6d3b;
+}
+.list-group-item-danger {
+  color: #a94442;
+  background-color: #f2dede;
+}
+a.list-group-item-danger,
+button.list-group-item-danger {
+  color: #a94442;
+}
+a.list-group-item-danger .list-group-item-heading,
+button.list-group-item-danger .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-danger:hover,
+button.list-group-item-danger:hover,
+a.list-group-item-danger:focus,
+button.list-group-item-danger:focus {
+  color: #a94442;
+  background-color: #ebcccc;
+}
+a.list-group-item-danger.active,
+button.list-group-item-danger.active,
+a.list-group-item-danger.active:hover,
+button.list-group-item-danger.active:hover,
+a.list-group-item-danger.active:focus,
+button.list-group-item-danger.active:focus {
+  color: #fff;
+  background-color: #a94442;
+  border-color: #a94442;
+}
+.list-group-item-heading {
+  margin-top: 0;
+  margin-bottom: 5px;
+}
+.list-group-item-text {
+  margin-bottom: 0;
+  line-height: 1.3;
+}
+.panel {
+  margin-bottom: 18px;
+  background-color: #fff;
+  border: 1px solid transparent;
+  border-radius: 2px;
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+.panel-body {
+  padding: 15px;
+}
+.panel-heading {
+  padding: 10px 15px;
+  border-bottom: 1px solid transparent;
+  border-top-right-radius: 1px;
+  border-top-left-radius: 1px;
+}
+.panel-heading > .dropdown .dropdown-toggle {
+  color: inherit;
+}
+.panel-title {
+  margin-top: 0;
+  margin-bottom: 0;
+  font-size: 15px;
+  color: inherit;
+}
+.panel-title > a,
+.panel-title > small,
+.panel-title > .small,
+.panel-title > small > a,
+.panel-title > .small > a {
+  color: inherit;
+}
+.panel-footer {
+  padding: 10px 15px;
+  background-color: #f5f5f5;
+  border-top: 1px solid #ddd;
+  border-bottom-right-radius: 1px;
+  border-bottom-left-radius: 1px;
+}
+.panel > .list-group,
+.panel > .panel-collapse > .list-group {
+  margin-bottom: 0;
+}
+.panel > .list-group .list-group-item,
+.panel > .panel-collapse > .list-group .list-group-item {
+  border-width: 1px 0;
+  border-radius: 0;
+}
+.panel > .list-group:first-child .list-group-item:first-child,
+.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
+  border-top: 0;
+  border-top-right-radius: 1px;
+  border-top-left-radius: 1px;
+}
+.panel > .list-group:last-child .list-group-item:last-child,
+.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
+  border-bottom: 0;
+  border-bottom-right-radius: 1px;
+  border-bottom-left-radius: 1px;
+}
+.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+.panel-heading + .list-group .list-group-item:first-child {
+  border-top-width: 0;
+}
+.list-group + .panel-footer {
+  border-top-width: 0;
+}
+.panel > .table,
+.panel > .table-responsive > .table,
+.panel > .panel-collapse > .table {
+  margin-bottom: 0;
+}
+.panel > .table caption,
+.panel > .table-responsive > .table caption,
+.panel > .panel-collapse > .table caption {
+  padding-left: 15px;
+  padding-right: 15px;
+}
+.panel > .table:first-child,
+.panel > .table-responsive:first-child > .table:first-child {
+  border-top-right-radius: 1px;
+  border-top-left-radius: 1px;
+}
+.panel > .table:first-child > thead:first-child > tr:first-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
+  border-top-left-radius: 1px;
+  border-top-right-radius: 1px;
+}
+.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
+.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
+  border-top-left-radius: 1px;
+}
+.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
+.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
+  border-top-right-radius: 1px;
+}
+.panel > .table:last-child,
+.panel > .table-responsive:last-child > .table:last-child {
+  border-bottom-right-radius: 1px;
+  border-bottom-left-radius: 1px;
+}
+.panel > .table:last-child > tbody:last-child > tr:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
+  border-bottom-left-radius: 1px;
+  border-bottom-right-radius: 1px;
+}
+.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
+.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
+  border-bottom-left-radius: 1px;
+}
+.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
+.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
+  border-bottom-right-radius: 1px;
+}
+.panel > .panel-body + .table,
+.panel > .panel-body + .table-responsive,
+.panel > .table + .panel-body,
+.panel > .table-responsive + .panel-body {
+  border-top: 1px solid #ddd;
+}
+.panel > .table > tbody:first-child > tr:first-child th,
+.panel > .table > tbody:first-child > tr:first-child td {
+  border-top: 0;
+}
+.panel > .table-bordered,
+.panel > .table-responsive > .table-bordered {
+  border: 0;
+}
+.panel > .table-bordered > thead > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
+.panel > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-bordered > thead > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
+.panel > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-bordered > tfoot > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+  border-left: 0;
+}
+.panel > .table-bordered > thead > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
+.panel > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-bordered > thead > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
+.panel > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-bordered > tfoot > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+  border-right: 0;
+}
+.panel > .table-bordered > thead > tr:first-child > td,
+.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
+.panel > .table-bordered > tbody > tr:first-child > td,
+.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
+.panel > .table-bordered > thead > tr:first-child > th,
+.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
+.panel > .table-bordered > tbody > tr:first-child > th,
+.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
+  border-bottom: 0;
+}
+.panel > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-bordered > tfoot > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
+.panel > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-bordered > tfoot > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
+  border-bottom: 0;
+}
+.panel > .table-responsive {
+  border: 0;
+  margin-bottom: 0;
+}
+.panel-group {
+  margin-bottom: 18px;
+}
+.panel-group .panel {
+  margin-bottom: 0;
+  border-radius: 2px;
+}
+.panel-group .panel + .panel {
+  margin-top: 5px;
+}
+.panel-group .panel-heading {
+  border-bottom: 0;
+}
+.panel-group .panel-heading + .panel-collapse > .panel-body,
+.panel-group .panel-heading + .panel-collapse > .list-group {
+  border-top: 1px solid #ddd;
+}
+.panel-group .panel-footer {
+  border-top: 0;
+}
+.panel-group .panel-footer + .panel-collapse .panel-body {
+  border-bottom: 1px solid #ddd;
+}
+.panel-default {
+  border-color: #ddd;
+}
+.panel-default > .panel-heading {
+  color: #333333;
+  background-color: #f5f5f5;
+  border-color: #ddd;
+}
+.panel-default > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #ddd;
+}
+.panel-default > .panel-heading .badge {
+  color: #f5f5f5;
+  background-color: #333333;
+}
+.panel-default > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #ddd;
+}
+.panel-primary {
+  border-color: #337ab7;
+}
+.panel-primary > .panel-heading {
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #337ab7;
+}
+.panel-primary > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #337ab7;
+}
+.panel-primary > .panel-heading .badge {
+  color: #337ab7;
+  background-color: #fff;
+}
+.panel-primary > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #337ab7;
+}
+.panel-success {
+  border-color: #d6e9c6;
+}
+.panel-success > .panel-heading {
+  color: #3c763d;
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+}
+.panel-success > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #d6e9c6;
+}
+.panel-success > .panel-heading .badge {
+  color: #dff0d8;
+  background-color: #3c763d;
+}
+.panel-success > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #d6e9c6;
+}
+.panel-info {
+  border-color: #bce8f1;
+}
+.panel-info > .panel-heading {
+  color: #31708f;
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+}
+.panel-info > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #bce8f1;
+}
+.panel-info > .panel-heading .badge {
+  color: #d9edf7;
+  background-color: #31708f;
+}
+.panel-info > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #bce8f1;
+}
+.panel-warning {
+  border-color: #faebcc;
+}
+.panel-warning > .panel-heading {
+  color: #8a6d3b;
+  background-color: #fcf8e3;
+  border-color: #faebcc;
+}
+.panel-warning > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #faebcc;
+}
+.panel-warning > .panel-heading .badge {
+  color: #fcf8e3;
+  background-color: #8a6d3b;
+}
+.panel-warning > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #faebcc;
+}
+.panel-danger {
+  border-color: #ebccd1;
+}
+.panel-danger > .panel-heading {
+  color: #a94442;
+  background-color: #f2dede;
+  border-color: #ebccd1;
+}
+.panel-danger > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #ebccd1;
+}
+.panel-danger > .panel-heading .badge {
+  color: #f2dede;
+  background-color: #a94442;
+}
+.panel-danger > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #ebccd1;
+}
+.embed-responsive {
+  position: relative;
+  display: block;
+  height: 0;
+  padding: 0;
+  overflow: hidden;
+}
+.embed-responsive .embed-responsive-item,
+.embed-responsive iframe,
+.embed-responsive embed,
+.embed-responsive object,
+.embed-responsive video {
+  position: absolute;
+  top: 0;
+  left: 0;
+  bottom: 0;
+  height: 100%;
+  width: 100%;
+  border: 0;
+}
+.embed-responsive-16by9 {
+  padding-bottom: 56.25%;
+}
+.embed-responsive-4by3 {
+  padding-bottom: 75%;
+}
+.well {
+  min-height: 20px;
+  padding: 19px;
+  margin-bottom: 20px;
+  background-color: #f5f5f5;
+  border: 1px solid #e3e3e3;
+  border-radius: 2px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+.well blockquote {
+  border-color: #ddd;
+  border-color: rgba(0, 0, 0, 0.15);
+}
+.well-lg {
+  padding: 24px;
+  border-radius: 3px;
+}
+.well-sm {
+  padding: 9px;
+  border-radius: 1px;
+}
+.close {
+  float: right;
+  font-size: 19.5px;
+  font-weight: bold;
+  line-height: 1;
+  color: #000;
+  text-shadow: 0 1px 0 #fff;
+  opacity: 0.2;
+  filter: alpha(opacity=20);
+}
+.close:hover,
+.close:focus {
+  color: #000;
+  text-decoration: none;
+  cursor: pointer;
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+}
+button.close {
+  padding: 0;
+  cursor: pointer;
+  background: transparent;
+  border: 0;
+  -webkit-appearance: none;
+}
+.modal-open {
+  overflow: hidden;
+}
+.modal {
+  display: none;
+  overflow: hidden;
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1050;
+  -webkit-overflow-scrolling: touch;
+  outline: 0;
+}
+.modal.fade .modal-dialog {
+  -webkit-transform: translate(0, -25%);
+  -ms-transform: translate(0, -25%);
+  -o-transform: translate(0, -25%);
+  transform: translate(0, -25%);
+  -webkit-transition: -webkit-transform 0.3s ease-out;
+  -moz-transition: -moz-transform 0.3s ease-out;
+  -o-transition: -o-transform 0.3s ease-out;
+  transition: transform 0.3s ease-out;
+}
+.modal.in .modal-dialog {
+  -webkit-transform: translate(0, 0);
+  -ms-transform: translate(0, 0);
+  -o-transform: translate(0, 0);
+  transform: translate(0, 0);
+}
+.modal-open .modal {
+  overflow-x: hidden;
+  overflow-y: auto;
+}
+.modal-dialog {
+  position: relative;
+  width: auto;
+  margin: 10px;
+}
+.modal-content {
+  position: relative;
+  background-color: #fff;
+  border: 1px solid #999;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 3px;
+  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+  background-clip: padding-box;
+  outline: 0;
+}
+.modal-backdrop {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1040;
+  background-color: #000;
+}
+.modal-backdrop.fade {
+  opacity: 0;
+  filter: alpha(opacity=0);
+}
+.modal-backdrop.in {
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+}
+.modal-header {
+  padding: 15px;
+  border-bottom: 1px solid #e5e5e5;
+}
+.modal-header .close {
+  margin-top: -2px;
+}
+.modal-title {
+  margin: 0;
+  line-height: 1.42857143;
+}
+.modal-body {
+  position: relative;
+  padding: 15px;
+}
+.modal-footer {
+  padding: 15px;
+  text-align: right;
+  border-top: 1px solid #e5e5e5;
+}
+.modal-footer .btn + .btn {
+  margin-left: 5px;
+  margin-bottom: 0;
+}
+.modal-footer .btn-group .btn + .btn {
+  margin-left: -1px;
+}
+.modal-footer .btn-block + .btn-block {
+  margin-left: 0;
+}
+.modal-scrollbar-measure {
+  position: absolute;
+  top: -9999px;
+  width: 50px;
+  height: 50px;
+  overflow: scroll;
+}
+@media (min-width: 768px) {
+  .modal-dialog {
+    width: 600px;
+    margin: 30px auto;
+  }
+  .modal-content {
+    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+  }
+  .modal-sm {
+    width: 300px;
+  }
+}
+@media (min-width: 992px) {
+  .modal-lg {
+    width: 900px;
+  }
+}
+.tooltip {
+  position: absolute;
+  z-index: 1070;
+  display: block;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  font-weight: normal;
+  letter-spacing: normal;
+  line-break: auto;
+  line-height: 1.42857143;
+  text-align: left;
+  text-align: start;
+  text-decoration: none;
+  text-shadow: none;
+  text-transform: none;
+  white-space: normal;
+  word-break: normal;
+  word-spacing: normal;
+  word-wrap: normal;
+  font-size: 12px;
+  opacity: 0;
+  filter: alpha(opacity=0);
+}
+.tooltip.in {
+  opacity: 0.9;
+  filter: alpha(opacity=90);
+}
+.tooltip.top {
+  margin-top: -3px;
+  padding: 5px 0;
+}
+.tooltip.right {
+  margin-left: 3px;
+  padding: 0 5px;
+}
+.tooltip.bottom {
+  margin-top: 3px;
+  padding: 5px 0;
+}
+.tooltip.left {
+  margin-left: -3px;
+  padding: 0 5px;
+}
+.tooltip-inner {
+  max-width: 200px;
+  padding: 3px 8px;
+  color: #fff;
+  text-align: center;
+  background-color: #000;
+  border-radius: 2px;
+}
+.tooltip-arrow {
+  position: absolute;
+  width: 0;
+  height: 0;
+  border-color: transparent;
+  border-style: solid;
+}
+.tooltip.top .tooltip-arrow {
+  bottom: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-width: 5px 5px 0;
+  border-top-color: #000;
+}
+.tooltip.top-left .tooltip-arrow {
+  bottom: 0;
+  right: 5px;
+  margin-bottom: -5px;
+  border-width: 5px 5px 0;
+  border-top-color: #000;
+}
+.tooltip.top-right .tooltip-arrow {
+  bottom: 0;
+  left: 5px;
+  margin-bottom: -5px;
+  border-width: 5px 5px 0;
+  border-top-color: #000;
+}
+.tooltip.right .tooltip-arrow {
+  top: 50%;
+  left: 0;
+  margin-top: -5px;
+  border-width: 5px 5px 5px 0;
+  border-right-color: #000;
+}
+.tooltip.left .tooltip-arrow {
+  top: 50%;
+  right: 0;
+  margin-top: -5px;
+  border-width: 5px 0 5px 5px;
+  border-left-color: #000;
+}
+.tooltip.bottom .tooltip-arrow {
+  top: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-width: 0 5px 5px;
+  border-bottom-color: #000;
+}
+.tooltip.bottom-left .tooltip-arrow {
+  top: 0;
+  right: 5px;
+  margin-top: -5px;
+  border-width: 0 5px 5px;
+  border-bottom-color: #000;
+}
+.tooltip.bottom-right .tooltip-arrow {
+  top: 0;
+  left: 5px;
+  margin-top: -5px;
+  border-width: 0 5px 5px;
+  border-bottom-color: #000;
+}
+.popover {
+  position: absolute;
+  top: 0;
+  left: 0;
+  z-index: 1060;
+  display: none;
+  max-width: 276px;
+  padding: 1px;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  font-weight: normal;
+  letter-spacing: normal;
+  line-break: auto;
+  line-height: 1.42857143;
+  text-align: left;
+  text-align: start;
+  text-decoration: none;
+  text-shadow: none;
+  text-transform: none;
+  white-space: normal;
+  word-break: normal;
+  word-spacing: normal;
+  word-wrap: normal;
+  font-size: 13px;
+  background-color: #fff;
+  background-clip: padding-box;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 3px;
+  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+}
+.popover.top {
+  margin-top: -10px;
+}
+.popover.right {
+  margin-left: 10px;
+}
+.popover.bottom {
+  margin-top: 10px;
+}
+.popover.left {
+  margin-left: -10px;
+}
+.popover-title {
+  margin: 0;
+  padding: 8px 14px;
+  font-size: 13px;
+  background-color: #f7f7f7;
+  border-bottom: 1px solid #ebebeb;
+  border-radius: 2px 2px 0 0;
+}
+.popover-content {
+  padding: 9px 14px;
+}
+.popover > .arrow,
+.popover > .arrow:after {
+  position: absolute;
+  display: block;
+  width: 0;
+  height: 0;
+  border-color: transparent;
+  border-style: solid;
+}
+.popover > .arrow {
+  border-width: 11px;
+}
+.popover > .arrow:after {
+  border-width: 10px;
+  content: "";
+}
+.popover.top > .arrow {
+  left: 50%;
+  margin-left: -11px;
+  border-bottom-width: 0;
+  border-top-color: #999999;
+  border-top-color: rgba(0, 0, 0, 0.25);
+  bottom: -11px;
+}
+.popover.top > .arrow:after {
+  content: " ";
+  bottom: 1px;
+  margin-left: -10px;
+  border-bottom-width: 0;
+  border-top-color: #fff;
+}
+.popover.right > .arrow {
+  top: 50%;
+  left: -11px;
+  margin-top: -11px;
+  border-left-width: 0;
+  border-right-color: #999999;
+  border-right-color: rgba(0, 0, 0, 0.25);
+}
+.popover.right > .arrow:after {
+  content: " ";
+  left: 1px;
+  bottom: -10px;
+  border-left-width: 0;
+  border-right-color: #fff;
+}
+.popover.bottom > .arrow {
+  left: 50%;
+  margin-left: -11px;
+  border-top-width: 0;
+  border-bottom-color: #999999;
+  border-bottom-color: rgba(0, 0, 0, 0.25);
+  top: -11px;
+}
+.popover.bottom > .arrow:after {
+  content: " ";
+  top: 1px;
+  margin-left: -10px;
+  border-top-width: 0;
+  border-bottom-color: #fff;
+}
+.popover.left > .arrow {
+  top: 50%;
+  right: -11px;
+  margin-top: -11px;
+  border-right-width: 0;
+  border-left-color: #999999;
+  border-left-color: rgba(0, 0, 0, 0.25);
+}
+.popover.left > .arrow:after {
+  content: " ";
+  right: 1px;
+  border-right-width: 0;
+  border-left-color: #fff;
+  bottom: -10px;
+}
+.carousel {
+  position: relative;
+}
+.carousel-inner {
+  position: relative;
+  overflow: hidden;
+  width: 100%;
+}
+.carousel-inner > .item {
+  display: none;
+  position: relative;
+  -webkit-transition: 0.6s ease-in-out left;
+  -o-transition: 0.6s ease-in-out left;
+  transition: 0.6s ease-in-out left;
+}
+.carousel-inner > .item > img,
+.carousel-inner > .item > a > img {
+  line-height: 1;
+}
+@media all and (transform-3d), (-webkit-transform-3d) {
+  .carousel-inner > .item {
+    -webkit-transition: -webkit-transform 0.6s ease-in-out;
+    -moz-transition: -moz-transform 0.6s ease-in-out;
+    -o-transition: -o-transform 0.6s ease-in-out;
+    transition: transform 0.6s ease-in-out;
+    -webkit-backface-visibility: hidden;
+    -moz-backface-visibility: hidden;
+    backface-visibility: hidden;
+    -webkit-perspective: 1000px;
+    -moz-perspective: 1000px;
+    perspective: 1000px;
+  }
+  .carousel-inner > .item.next,
+  .carousel-inner > .item.active.right {
+    -webkit-transform: translate3d(100%, 0, 0);
+    transform: translate3d(100%, 0, 0);
+    left: 0;
+  }
+  .carousel-inner > .item.prev,
+  .carousel-inner > .item.active.left {
+    -webkit-transform: translate3d(-100%, 0, 0);
+    transform: translate3d(-100%, 0, 0);
+    left: 0;
+  }
+  .carousel-inner > .item.next.left,
+  .carousel-inner > .item.prev.right,
+  .carousel-inner > .item.active {
+    -webkit-transform: translate3d(0, 0, 0);
+    transform: translate3d(0, 0, 0);
+    left: 0;
+  }
+}
+.carousel-inner > .active,
+.carousel-inner > .next,
+.carousel-inner > .prev {
+  display: block;
+}
+.carousel-inner > .active {
+  left: 0;
+}
+.carousel-inner > .next,
+.carousel-inner > .prev {
+  position: absolute;
+  top: 0;
+  width: 100%;
+}
+.carousel-inner > .next {
+  left: 100%;
+}
+.carousel-inner > .prev {
+  left: -100%;
+}
+.carousel-inner > .next.left,
+.carousel-inner > .prev.right {
+  left: 0;
+}
+.carousel-inner > .active.left {
+  left: -100%;
+}
+.carousel-inner > .active.right {
+  left: 100%;
+}
+.carousel-control {
+  position: absolute;
+  top: 0;
+  left: 0;
+  bottom: 0;
+  width: 15%;
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+  font-size: 20px;
+  color: #fff;
+  text-align: center;
+  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+  background-color: rgba(0, 0, 0, 0);
+}
+.carousel-control.left {
+  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
+  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
+  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
+}
+.carousel-control.right {
+  left: auto;
+  right: 0;
+  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
+  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
+  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
+}
+.carousel-control:hover,
+.carousel-control:focus {
+  outline: 0;
+  color: #fff;
+  text-decoration: none;
+  opacity: 0.9;
+  filter: alpha(opacity=90);
+}
+.carousel-control .icon-prev,
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-left,
+.carousel-control .glyphicon-chevron-right {
+  position: absolute;
+  top: 50%;
+  margin-top: -10px;
+  z-index: 5;
+  display: inline-block;
+}
+.carousel-control .icon-prev,
+.carousel-control .glyphicon-chevron-left {
+  left: 50%;
+  margin-left: -10px;
+}
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-right {
+  right: 50%;
+  margin-right: -10px;
+}
+.carousel-control .icon-prev,
+.carousel-control .icon-next {
+  width: 20px;
+  height: 20px;
+  line-height: 1;
+  font-family: serif;
+}
+.carousel-control .icon-prev:before {
+  content: '\2039';
+}
+.carousel-control .icon-next:before {
+  content: '\203a';
+}
+.carousel-indicators {
+  position: absolute;
+  bottom: 10px;
+  left: 50%;
+  z-index: 15;
+  width: 60%;
+  margin-left: -30%;
+  padding-left: 0;
+  list-style: none;
+  text-align: center;
+}
+.carousel-indicators li {
+  display: inline-block;
+  width: 10px;
+  height: 10px;
+  margin: 1px;
+  text-indent: -999px;
+  border: 1px solid #fff;
+  border-radius: 10px;
+  cursor: pointer;
+  background-color: #000 \9;
+  background-color: rgba(0, 0, 0, 0);
+}
+.carousel-indicators .active {
+  margin: 0;
+  width: 12px;
+  height: 12px;
+  background-color: #fff;
+}
+.carousel-caption {
+  position: absolute;
+  left: 15%;
+  right: 15%;
+  bottom: 20px;
+  z-index: 10;
+  padding-top: 20px;
+  padding-bottom: 20px;
+  color: #fff;
+  text-align: center;
+  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+}
+.carousel-caption .btn {
+  text-shadow: none;
+}
+@media screen and (min-width: 768px) {
+  .carousel-control .glyphicon-chevron-left,
+  .carousel-control .glyphicon-chevron-right,
+  .carousel-control .icon-prev,
+  .carousel-control .icon-next {
+    width: 30px;
+    height: 30px;
+    margin-top: -10px;
+    font-size: 30px;
+  }
+  .carousel-control .glyphicon-chevron-left,
+  .carousel-control .icon-prev {
+    margin-left: -10px;
+  }
+  .carousel-control .glyphicon-chevron-right,
+  .carousel-control .icon-next {
+    margin-right: -10px;
+  }
+  .carousel-caption {
+    left: 20%;
+    right: 20%;
+    padding-bottom: 30px;
+  }
+  .carousel-indicators {
+    bottom: 20px;
+  }
+}
+.clearfix:before,
+.clearfix:after,
+.dl-horizontal dd:before,
+.dl-horizontal dd:after,
+.container:before,
+.container:after,
+.container-fluid:before,
+.container-fluid:after,
+.row:before,
+.row:after,
+.form-horizontal .form-group:before,
+.form-horizontal .form-group:after,
+.btn-toolbar:before,
+.btn-toolbar:after,
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after,
+.nav:before,
+.nav:after,
+.navbar:before,
+.navbar:after,
+.navbar-header:before,
+.navbar-header:after,
+.navbar-collapse:before,
+.navbar-collapse:after,
+.pager:before,
+.pager:after,
+.panel-body:before,
+.panel-body:after,
+.modal-header:before,
+.modal-header:after,
+.modal-footer:before,
+.modal-footer:after,
+.item_buttons:before,
+.item_buttons:after {
+  content: " ";
+  display: table;
+}
+.clearfix:after,
+.dl-horizontal dd:after,
+.container:after,
+.container-fluid:after,
+.row:after,
+.form-horizontal .form-group:after,
+.btn-toolbar:after,
+.btn-group-vertical > .btn-group:after,
+.nav:after,
+.navbar:after,
+.navbar-header:after,
+.navbar-collapse:after,
+.pager:after,
+.panel-body:after,
+.modal-header:after,
+.modal-footer:after,
+.item_buttons:after {
+  clear: both;
+}
+.center-block {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+}
+.pull-right {
+  float: right !important;
+}
+.pull-left {
+  float: left !important;
+}
+.hide {
+  display: none !important;
+}
+.show {
+  display: block !important;
+}
+.invisible {
+  visibility: hidden;
+}
+.text-hide {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0;
+}
+.hidden {
+  display: none !important;
+}
+.affix {
+  position: fixed;
+}
+@-ms-viewport {
+  width: device-width;
+}
+.visible-xs,
+.visible-sm,
+.visible-md,
+.visible-lg {
+  display: none !important;
+}
+.visible-xs-block,
+.visible-xs-inline,
+.visible-xs-inline-block,
+.visible-sm-block,
+.visible-sm-inline,
+.visible-sm-inline-block,
+.visible-md-block,
+.visible-md-inline,
+.visible-md-inline-block,
+.visible-lg-block,
+.visible-lg-inline,
+.visible-lg-inline-block {
+  display: none !important;
+}
+@media (max-width: 767px) {
+  .visible-xs {
+    display: block !important;
+  }
+  table.visible-xs {
+    display: table !important;
+  }
+  tr.visible-xs {
+    display: table-row !important;
+  }
+  th.visible-xs,
+  td.visible-xs {
+    display: table-cell !important;
+  }
+}
+@media (max-width: 767px) {
+  .visible-xs-block {
+    display: block !important;
+  }
+}
+@media (max-width: 767px) {
+  .visible-xs-inline {
+    display: inline !important;
+  }
+}
+@media (max-width: 767px) {
+  .visible-xs-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm {
+    display: block !important;
+  }
+  table.visible-sm {
+    display: table !important;
+  }
+  tr.visible-sm {
+    display: table-row !important;
+  }
+  th.visible-sm,
+  td.visible-sm {
+    display: table-cell !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm-block {
+    display: block !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm-inline {
+    display: inline !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md {
+    display: block !important;
+  }
+  table.visible-md {
+    display: table !important;
+  }
+  tr.visible-md {
+    display: table-row !important;
+  }
+  th.visible-md,
+  td.visible-md {
+    display: table-cell !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md-block {
+    display: block !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md-inline {
+    display: inline !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg {
+    display: block !important;
+  }
+  table.visible-lg {
+    display: table !important;
+  }
+  tr.visible-lg {
+    display: table-row !important;
+  }
+  th.visible-lg,
+  td.visible-lg {
+    display: table-cell !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg-block {
+    display: block !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg-inline {
+    display: inline !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (max-width: 767px) {
+  .hidden-xs {
+    display: none !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-sm {
+    display: none !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .hidden-md {
+    display: none !important;
+  }
+}
+@media (min-width: 1200px) {
+  .hidden-lg {
+    display: none !important;
+  }
+}
+.visible-print {
+  display: none !important;
+}
+@media print {
+  .visible-print {
+    display: block !important;
+  }
+  table.visible-print {
+    display: table !important;
+  }
+  tr.visible-print {
+    display: table-row !important;
+  }
+  th.visible-print,
+  td.visible-print {
+    display: table-cell !important;
+  }
+}
+.visible-print-block {
+  display: none !important;
+}
+@media print {
+  .visible-print-block {
+    display: block !important;
+  }
+}
+.visible-print-inline {
+  display: none !important;
+}
+@media print {
+  .visible-print-inline {
+    display: inline !important;
+  }
+}
+.visible-print-inline-block {
+  display: none !important;
+}
+@media print {
+  .visible-print-inline-block {
+    display: inline-block !important;
+  }
+}
+@media print {
+  .hidden-print {
+    display: none !important;
+  }
+}
+/*!
+*
+* Font Awesome
+*
+*/
+/*!
+ *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */
+/* FONT PATH
+ * -------------------------- */
+@font-face {
+  font-family: 'FontAwesome';
+  src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
+  src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+.fa {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+/* makes the font 33% larger relative to the icon container */
+.fa-lg {
+  font-size: 1.33333333em;
+  line-height: 0.75em;
+  vertical-align: -15%;
+}
+.fa-2x {
+  font-size: 2em;
+}
+.fa-3x {
+  font-size: 3em;
+}
+.fa-4x {
+  font-size: 4em;
+}
+.fa-5x {
+  font-size: 5em;
+}
+.fa-fw {
+  width: 1.28571429em;
+  text-align: center;
+}
+.fa-ul {
+  padding-left: 0;
+  margin-left: 2.14285714em;
+  list-style-type: none;
+}
+.fa-ul > li {
+  position: relative;
+}
+.fa-li {
+  position: absolute;
+  left: -2.14285714em;
+  width: 2.14285714em;
+  top: 0.14285714em;
+  text-align: center;
+}
+.fa-li.fa-lg {
+  left: -1.85714286em;
+}
+.fa-border {
+  padding: .2em .25em .15em;
+  border: solid 0.08em #eee;
+  border-radius: .1em;
+}
+.pull-right {
+  float: right;
+}
+.pull-left {
+  float: left;
+}
+.fa.pull-left {
+  margin-right: .3em;
+}
+.fa.pull-right {
+  margin-left: .3em;
+}
+.fa-spin {
+  -webkit-animation: fa-spin 2s infinite linear;
+  animation: fa-spin 2s infinite linear;
+}
+@-webkit-keyframes fa-spin {
+  0% {
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+  100% {
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+@keyframes fa-spin {
+  0% {
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+  100% {
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+.fa-rotate-90 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+  -webkit-transform: rotate(90deg);
+  -ms-transform: rotate(90deg);
+  transform: rotate(90deg);
+}
+.fa-rotate-180 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+  -webkit-transform: rotate(180deg);
+  -ms-transform: rotate(180deg);
+  transform: rotate(180deg);
+}
+.fa-rotate-270 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
+  -webkit-transform: rotate(270deg);
+  -ms-transform: rotate(270deg);
+  transform: rotate(270deg);
+}
+.fa-flip-horizontal {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
+  -webkit-transform: scale(-1, 1);
+  -ms-transform: scale(-1, 1);
+  transform: scale(-1, 1);
+}
+.fa-flip-vertical {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
+  -webkit-transform: scale(1, -1);
+  -ms-transform: scale(1, -1);
+  transform: scale(1, -1);
+}
+:root .fa-rotate-90,
+:root .fa-rotate-180,
+:root .fa-rotate-270,
+:root .fa-flip-horizontal,
+:root .fa-flip-vertical {
+  filter: none;
+}
+.fa-stack {
+  position: relative;
+  display: inline-block;
+  width: 2em;
+  height: 2em;
+  line-height: 2em;
+  vertical-align: middle;
+}
+.fa-stack-1x,
+.fa-stack-2x {
+  position: absolute;
+  left: 0;
+  width: 100%;
+  text-align: center;
+}
+.fa-stack-1x {
+  line-height: inherit;
+}
+.fa-stack-2x {
+  font-size: 2em;
+}
+.fa-inverse {
+  color: #fff;
+}
+/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+   readers do not read off random characters that represent icons */
+.fa-glass:before {
+  content: "\f000";
+}
+.fa-music:before {
+  content: "\f001";
+}
+.fa-search:before {
+  content: "\f002";
+}
+.fa-envelope-o:before {
+  content: "\f003";
+}
+.fa-heart:before {
+  content: "\f004";
+}
+.fa-star:before {
+  content: "\f005";
+}
+.fa-star-o:before {
+  content: "\f006";
+}
+.fa-user:before {
+  content: "\f007";
+}
+.fa-film:before {
+  content: "\f008";
+}
+.fa-th-large:before {
+  content: "\f009";
+}
+.fa-th:before {
+  content: "\f00a";
+}
+.fa-th-list:before {
+  content: "\f00b";
+}
+.fa-check:before {
+  content: "\f00c";
+}
+.fa-remove:before,
+.fa-close:before,
+.fa-times:before {
+  content: "\f00d";
+}
+.fa-search-plus:before {
+  content: "\f00e";
+}
+.fa-search-minus:before {
+  content: "\f010";
+}
+.fa-power-off:before {
+  content: "\f011";
+}
+.fa-signal:before {
+  content: "\f012";
+}
+.fa-gear:before,
+.fa-cog:before {
+  content: "\f013";
+}
+.fa-trash-o:before {
+  content: "\f014";
+}
+.fa-home:before {
+  content: "\f015";
+}
+.fa-file-o:before {
+  content: "\f016";
+}
+.fa-clock-o:before {
+  content: "\f017";
+}
+.fa-road:before {
+  content: "\f018";
+}
+.fa-download:before {
+  content: "\f019";
+}
+.fa-arrow-circle-o-down:before {
+  content: "\f01a";
+}
+.fa-arrow-circle-o-up:before {
+  content: "\f01b";
+}
+.fa-inbox:before {
+  content: "\f01c";
+}
+.fa-play-circle-o:before {
+  content: "\f01d";
+}
+.fa-rotate-right:before,
+.fa-repeat:before {
+  content: "\f01e";
+}
+.fa-refresh:before {
+  content: "\f021";
+}
+.fa-list-alt:before {
+  content: "\f022";
+}
+.fa-lock:before {
+  content: "\f023";
+}
+.fa-flag:before {
+  content: "\f024";
+}
+.fa-headphones:before {
+  content: "\f025";
+}
+.fa-volume-off:before {
+  content: "\f026";
+}
+.fa-volume-down:before {
+  content: "\f027";
+}
+.fa-volume-up:before {
+  content: "\f028";
+}
+.fa-qrcode:before {
+  content: "\f029";
+}
+.fa-barcode:before {
+  content: "\f02a";
+}
+.fa-tag:before {
+  content: "\f02b";
+}
+.fa-tags:before {
+  content: "\f02c";
+}
+.fa-book:before {
+  content: "\f02d";
+}
+.fa-bookmark:before {
+  content: "\f02e";
+}
+.fa-print:before {
+  content: "\f02f";
+}
+.fa-camera:before {
+  content: "\f030";
+}
+.fa-font:before {
+  content: "\f031";
+}
+.fa-bold:before {
+  content: "\f032";
+}
+.fa-italic:before {
+  content: "\f033";
+}
+.fa-text-height:before {
+  content: "\f034";
+}
+.fa-text-width:before {
+  content: "\f035";
+}
+.fa-align-left:before {
+  content: "\f036";
+}
+.fa-align-center:before {
+  content: "\f037";
+}
+.fa-align-right:before {
+  content: "\f038";
+}
+.fa-align-justify:before {
+  content: "\f039";
+}
+.fa-list:before {
+  content: "\f03a";
+}
+.fa-dedent:before,
+.fa-outdent:before {
+  content: "\f03b";
+}
+.fa-indent:before {
+  content: "\f03c";
+}
+.fa-video-camera:before {
+  content: "\f03d";
+}
+.fa-photo:before,
+.fa-image:before,
+.fa-picture-o:before {
+  content: "\f03e";
+}
+.fa-pencil:before {
+  content: "\f040";
+}
+.fa-map-marker:before {
+  content: "\f041";
+}
+.fa-adjust:before {
+  content: "\f042";
+}
+.fa-tint:before {
+  content: "\f043";
+}
+.fa-edit:before,
+.fa-pencil-square-o:before {
+  content: "\f044";
+}
+.fa-share-square-o:before {
+  content: "\f045";
+}
+.fa-check-square-o:before {
+  content: "\f046";
+}
+.fa-arrows:before {
+  content: "\f047";
+}
+.fa-step-backward:before {
+  content: "\f048";
+}
+.fa-fast-backward:before {
+  content: "\f049";
+}
+.fa-backward:before {
+  content: "\f04a";
+}
+.fa-play:before {
+  content: "\f04b";
+}
+.fa-pause:before {
+  content: "\f04c";
+}
+.fa-stop:before {
+  content: "\f04d";
+}
+.fa-forward:before {
+  content: "\f04e";
+}
+.fa-fast-forward:before {
+  content: "\f050";
+}
+.fa-step-forward:before {
+  content: "\f051";
+}
+.fa-eject:before {
+  content: "\f052";
+}
+.fa-chevron-left:before {
+  content: "\f053";
+}
+.fa-chevron-right:before {
+  content: "\f054";
+}
+.fa-plus-circle:before {
+  content: "\f055";
+}
+.fa-minus-circle:before {
+  content: "\f056";
+}
+.fa-times-circle:before {
+  content: "\f057";
+}
+.fa-check-circle:before {
+  content: "\f058";
+}
+.fa-question-circle:before {
+  content: "\f059";
+}
+.fa-info-circle:before {
+  content: "\f05a";
+}
+.fa-crosshairs:before {
+  content: "\f05b";
+}
+.fa-times-circle-o:before {
+  content: "\f05c";
+}
+.fa-check-circle-o:before {
+  content: "\f05d";
+}
+.fa-ban:before {
+  content: "\f05e";
+}
+.fa-arrow-left:before {
+  content: "\f060";
+}
+.fa-arrow-right:before {
+  content: "\f061";
+}
+.fa-arrow-up:before {
+  content: "\f062";
+}
+.fa-arrow-down:before {
+  content: "\f063";
+}
+.fa-mail-forward:before,
+.fa-share:before {
+  content: "\f064";
+}
+.fa-expand:before {
+  content: "\f065";
+}
+.fa-compress:before {
+  content: "\f066";
+}
+.fa-plus:before {
+  content: "\f067";
+}
+.fa-minus:before {
+  content: "\f068";
+}
+.fa-asterisk:before {
+  content: "\f069";
+}
+.fa-exclamation-circle:before {
+  content: "\f06a";
+}
+.fa-gift:before {
+  content: "\f06b";
+}
+.fa-leaf:before {
+  content: "\f06c";
+}
+.fa-fire:before {
+  content: "\f06d";
+}
+.fa-eye:before {
+  content: "\f06e";
+}
+.fa-eye-slash:before {
+  content: "\f070";
+}
+.fa-warning:before,
+.fa-exclamation-triangle:before {
+  content: "\f071";
+}
+.fa-plane:before {
+  content: "\f072";
+}
+.fa-calendar:before {
+  content: "\f073";
+}
+.fa-random:before {
+  content: "\f074";
+}
+.fa-comment:before {
+  content: "\f075";
+}
+.fa-magnet:before {
+  content: "\f076";
+}
+.fa-chevron-up:before {
+  content: "\f077";
+}
+.fa-chevron-down:before {
+  content: "\f078";
+}
+.fa-retweet:before {
+  content: "\f079";
+}
+.fa-shopping-cart:before {
+  content: "\f07a";
+}
+.fa-folder:before {
+  content: "\f07b";
+}
+.fa-folder-open:before {
+  content: "\f07c";
+}
+.fa-arrows-v:before {
+  content: "\f07d";
+}
+.fa-arrows-h:before {
+  content: "\f07e";
+}
+.fa-bar-chart-o:before,
+.fa-bar-chart:before {
+  content: "\f080";
+}
+.fa-twitter-square:before {
+  content: "\f081";
+}
+.fa-facebook-square:before {
+  content: "\f082";
+}
+.fa-camera-retro:before {
+  content: "\f083";
+}
+.fa-key:before {
+  content: "\f084";
+}
+.fa-gears:before,
+.fa-cogs:before {
+  content: "\f085";
+}
+.fa-comments:before {
+  content: "\f086";
+}
+.fa-thumbs-o-up:before {
+  content: "\f087";
+}
+.fa-thumbs-o-down:before {
+  content: "\f088";
+}
+.fa-star-half:before {
+  content: "\f089";
+}
+.fa-heart-o:before {
+  content: "\f08a";
+}
+.fa-sign-out:before {
+  content: "\f08b";
+}
+.fa-linkedin-square:before {
+  content: "\f08c";
+}
+.fa-thumb-tack:before {
+  content: "\f08d";
+}
+.fa-external-link:before {
+  content: "\f08e";
+}
+.fa-sign-in:before {
+  content: "\f090";
+}
+.fa-trophy:before {
+  content: "\f091";
+}
+.fa-github-square:before {
+  content: "\f092";
+}
+.fa-upload:before {
+  content: "\f093";
+}
+.fa-lemon-o:before {
+  content: "\f094";
+}
+.fa-phone:before {
+  content: "\f095";
+}
+.fa-square-o:before {
+  content: "\f096";
+}
+.fa-bookmark-o:before {
+  content: "\f097";
+}
+.fa-phone-square:before {
+  content: "\f098";
+}
+.fa-twitter:before {
+  content: "\f099";
+}
+.fa-facebook:before {
+  content: "\f09a";
+}
+.fa-github:before {
+  content: "\f09b";
+}
+.fa-unlock:before {
+  content: "\f09c";
+}
+.fa-credit-card:before {
+  content: "\f09d";
+}
+.fa-rss:before {
+  content: "\f09e";
+}
+.fa-hdd-o:before {
+  content: "\f0a0";
+}
+.fa-bullhorn:before {
+  content: "\f0a1";
+}
+.fa-bell:before {
+  content: "\f0f3";
+}
+.fa-certificate:before {
+  content: "\f0a3";
+}
+.fa-hand-o-right:before {
+  content: "\f0a4";
+}
+.fa-hand-o-left:before {
+  content: "\f0a5";
+}
+.fa-hand-o-up:before {
+  content: "\f0a6";
+}
+.fa-hand-o-down:before {
+  content: "\f0a7";
+}
+.fa-arrow-circle-left:before {
+  content: "\f0a8";
+}
+.fa-arrow-circle-right:before {
+  content: "\f0a9";
+}
+.fa-arrow-circle-up:before {
+  content: "\f0aa";
+}
+.fa-arrow-circle-down:before {
+  content: "\f0ab";
+}
+.fa-globe:before {
+  content: "\f0ac";
+}
+.fa-wrench:before {
+  content: "\f0ad";
+}
+.fa-tasks:before {
+  content: "\f0ae";
+}
+.fa-filter:before {
+  content: "\f0b0";
+}
+.fa-briefcase:before {
+  content: "\f0b1";
+}
+.fa-arrows-alt:before {
+  content: "\f0b2";
+}
+.fa-group:before,
+.fa-users:before {
+  content: "\f0c0";
+}
+.fa-chain:before,
+.fa-link:before {
+  content: "\f0c1";
+}
+.fa-cloud:before {
+  content: "\f0c2";
+}
+.fa-flask:before {
+  content: "\f0c3";
+}
+.fa-cut:before,
+.fa-scissors:before {
+  content: "\f0c4";
+}
+.fa-copy:before,
+.fa-files-o:before {
+  content: "\f0c5";
+}
+.fa-paperclip:before {
+  content: "\f0c6";
+}
+.fa-save:before,
+.fa-floppy-o:before {
+  content: "\f0c7";
+}
+.fa-square:before {
+  content: "\f0c8";
+}
+.fa-navicon:before,
+.fa-reorder:before,
+.fa-bars:before {
+  content: "\f0c9";
+}
+.fa-list-ul:before {
+  content: "\f0ca";
+}
+.fa-list-ol:before {
+  content: "\f0cb";
+}
+.fa-strikethrough:before {
+  content: "\f0cc";
+}
+.fa-underline:before {
+  content: "\f0cd";
+}
+.fa-table:before {
+  content: "\f0ce";
+}
+.fa-magic:before {
+  content: "\f0d0";
+}
+.fa-truck:before {
+  content: "\f0d1";
+}
+.fa-pinterest:before {
+  content: "\f0d2";
+}
+.fa-pinterest-square:before {
+  content: "\f0d3";
+}
+.fa-google-plus-square:before {
+  content: "\f0d4";
+}
+.fa-google-plus:before {
+  content: "\f0d5";
+}
+.fa-money:before {
+  content: "\f0d6";
+}
+.fa-caret-down:before {
+  content: "\f0d7";
+}
+.fa-caret-up:before {
+  content: "\f0d8";
+}
+.fa-caret-left:before {
+  content: "\f0d9";
+}
+.fa-caret-right:before {
+  content: "\f0da";
+}
+.fa-columns:before {
+  content: "\f0db";
+}
+.fa-unsorted:before,
+.fa-sort:before {
+  content: "\f0dc";
+}
+.fa-sort-down:before,
+.fa-sort-desc:before {
+  content: "\f0dd";
+}
+.fa-sort-up:before,
+.fa-sort-asc:before {
+  content: "\f0de";
+}
+.fa-envelope:before {
+  content: "\f0e0";
+}
+.fa-linkedin:before {
+  content: "\f0e1";
+}
+.fa-rotate-left:before,
+.fa-undo:before {
+  content: "\f0e2";
+}
+.fa-legal:before,
+.fa-gavel:before {
+  content: "\f0e3";
+}
+.fa-dashboard:before,
+.fa-tachometer:before {
+  content: "\f0e4";
+}
+.fa-comment-o:before {
+  content: "\f0e5";
+}
+.fa-comments-o:before {
+  content: "\f0e6";
+}
+.fa-flash:before,
+.fa-bolt:before {
+  content: "\f0e7";
+}
+.fa-sitemap:before {
+  content: "\f0e8";
+}
+.fa-umbrella:before {
+  content: "\f0e9";
+}
+.fa-paste:before,
+.fa-clipboard:before {
+  content: "\f0ea";
+}
+.fa-lightbulb-o:before {
+  content: "\f0eb";
+}
+.fa-exchange:before {
+  content: "\f0ec";
+}
+.fa-cloud-download:before {
+  content: "\f0ed";
+}
+.fa-cloud-upload:before {
+  content: "\f0ee";
+}
+.fa-user-md:before {
+  content: "\f0f0";
+}
+.fa-stethoscope:before {
+  content: "\f0f1";
+}
+.fa-suitcase:before {
+  content: "\f0f2";
+}
+.fa-bell-o:before {
+  content: "\f0a2";
+}
+.fa-coffee:before {
+  content: "\f0f4";
+}
+.fa-cutlery:before {
+  content: "\f0f5";
+}
+.fa-file-text-o:before {
+  content: "\f0f6";
+}
+.fa-building-o:before {
+  content: "\f0f7";
+}
+.fa-hospital-o:before {
+  content: "\f0f8";
+}
+.fa-ambulance:before {
+  content: "\f0f9";
+}
+.fa-medkit:before {
+  content: "\f0fa";
+}
+.fa-fighter-jet:before {
+  content: "\f0fb";
+}
+.fa-beer:before {
+  content: "\f0fc";
+}
+.fa-h-square:before {
+  content: "\f0fd";
+}
+.fa-plus-square:before {
+  content: "\f0fe";
+}
+.fa-angle-double-left:before {
+  content: "\f100";
+}
+.fa-angle-double-right:before {
+  content: "\f101";
+}
+.fa-angle-double-up:before {
+  content: "\f102";
+}
+.fa-angle-double-down:before {
+  content: "\f103";
+}
+.fa-angle-left:before {
+  content: "\f104";
+}
+.fa-angle-right:before {
+  content: "\f105";
+}
+.fa-angle-up:before {
+  content: "\f106";
+}
+.fa-angle-down:before {
+  content: "\f107";
+}
+.fa-desktop:before {
+  content: "\f108";
+}
+.fa-laptop:before {
+  content: "\f109";
+}
+.fa-tablet:before {
+  content: "\f10a";
+}
+.fa-mobile-phone:before,
+.fa-mobile:before {
+  content: "\f10b";
+}
+.fa-circle-o:before {
+  content: "\f10c";
+}
+.fa-quote-left:before {
+  content: "\f10d";
+}
+.fa-quote-right:before {
+  content: "\f10e";
+}
+.fa-spinner:before {
+  content: "\f110";
+}
+.fa-circle:before {
+  content: "\f111";
+}
+.fa-mail-reply:before,
+.fa-reply:before {
+  content: "\f112";
+}
+.fa-github-alt:before {
+  content: "\f113";
+}
+.fa-folder-o:before {
+  content: "\f114";
+}
+.fa-folder-open-o:before {
+  content: "\f115";
+}
+.fa-smile-o:before {
+  content: "\f118";
+}
+.fa-frown-o:before {
+  content: "\f119";
+}
+.fa-meh-o:before {
+  content: "\f11a";
+}
+.fa-gamepad:before {
+  content: "\f11b";
+}
+.fa-keyboard-o:before {
+  content: "\f11c";
+}
+.fa-flag-o:before {
+  content: "\f11d";
+}
+.fa-flag-checkered:before {
+  content: "\f11e";
+}
+.fa-terminal:before {
+  content: "\f120";
+}
+.fa-code:before {
+  content: "\f121";
+}
+.fa-mail-reply-all:before,
+.fa-reply-all:before {
+  content: "\f122";
+}
+.fa-star-half-empty:before,
+.fa-star-half-full:before,
+.fa-star-half-o:before {
+  content: "\f123";
+}
+.fa-location-arrow:before {
+  content: "\f124";
+}
+.fa-crop:before {
+  content: "\f125";
+}
+.fa-code-fork:before {
+  content: "\f126";
+}
+.fa-unlink:before,
+.fa-chain-broken:before {
+  content: "\f127";
+}
+.fa-question:before {
+  content: "\f128";
+}
+.fa-info:before {
+  content: "\f129";
+}
+.fa-exclamation:before {
+  content: "\f12a";
+}
+.fa-superscript:before {
+  content: "\f12b";
+}
+.fa-subscript:before {
+  content: "\f12c";
+}
+.fa-eraser:before {
+  content: "\f12d";
+}
+.fa-puzzle-piece:before {
+  content: "\f12e";
+}
+.fa-microphone:before {
+  content: "\f130";
+}
+.fa-microphone-slash:before {
+  content: "\f131";
+}
+.fa-shield:before {
+  content: "\f132";
+}
+.fa-calendar-o:before {
+  content: "\f133";
+}
+.fa-fire-extinguisher:before {
+  content: "\f134";
+}
+.fa-rocket:before {
+  content: "\f135";
+}
+.fa-maxcdn:before {
+  content: "\f136";
+}
+.fa-chevron-circle-left:before {
+  content: "\f137";
+}
+.fa-chevron-circle-right:before {
+  content: "\f138";
+}
+.fa-chevron-circle-up:before {
+  content: "\f139";
+}
+.fa-chevron-circle-down:before {
+  content: "\f13a";
+}
+.fa-html5:before {
+  content: "\f13b";
+}
+.fa-css3:before {
+  content: "\f13c";
+}
+.fa-anchor:before {
+  content: "\f13d";
+}
+.fa-unlock-alt:before {
+  content: "\f13e";
+}
+.fa-bullseye:before {
+  content: "\f140";
+}
+.fa-ellipsis-h:before {
+  content: "\f141";
+}
+.fa-ellipsis-v:before {
+  content: "\f142";
+}
+.fa-rss-square:before {
+  content: "\f143";
+}
+.fa-play-circle:before {
+  content: "\f144";
+}
+.fa-ticket:before {
+  content: "\f145";
+}
+.fa-minus-square:before {
+  content: "\f146";
+}
+.fa-minus-square-o:before {
+  content: "\f147";
+}
+.fa-level-up:before {
+  content: "\f148";
+}
+.fa-level-down:before {
+  content: "\f149";
+}
+.fa-check-square:before {
+  content: "\f14a";
+}
+.fa-pencil-square:before {
+  content: "\f14b";
+}
+.fa-external-link-square:before {
+  content: "\f14c";
+}
+.fa-share-square:before {
+  content: "\f14d";
+}
+.fa-compass:before {
+  content: "\f14e";
+}
+.fa-toggle-down:before,
+.fa-caret-square-o-down:before {
+  content: "\f150";
+}
+.fa-toggle-up:before,
+.fa-caret-square-o-up:before {
+  content: "\f151";
+}
+.fa-toggle-right:before,
+.fa-caret-square-o-right:before {
+  content: "\f152";
+}
+.fa-euro:before,
+.fa-eur:before {
+  content: "\f153";
+}
+.fa-gbp:before {
+  content: "\f154";
+}
+.fa-dollar:before,
+.fa-usd:before {
+  content: "\f155";
+}
+.fa-rupee:before,
+.fa-inr:before {
+  content: "\f156";
+}
+.fa-cny:before,
+.fa-rmb:before,
+.fa-yen:before,
+.fa-jpy:before {
+  content: "\f157";
+}
+.fa-ruble:before,
+.fa-rouble:before,
+.fa-rub:before {
+  content: "\f158";
+}
+.fa-won:before,
+.fa-krw:before {
+  content: "\f159";
+}
+.fa-bitcoin:before,
+.fa-btc:before {
+  content: "\f15a";
+}
+.fa-file:before {
+  content: "\f15b";
+}
+.fa-file-text:before {
+  content: "\f15c";
+}
+.fa-sort-alpha-asc:before {
+  content: "\f15d";
+}
+.fa-sort-alpha-desc:before {
+  content: "\f15e";
+}
+.fa-sort-amount-asc:before {
+  content: "\f160";
+}
+.fa-sort-amount-desc:before {
+  content: "\f161";
+}
+.fa-sort-numeric-asc:before {
+  content: "\f162";
+}
+.fa-sort-numeric-desc:before {
+  content: "\f163";
+}
+.fa-thumbs-up:before {
+  content: "\f164";
+}
+.fa-thumbs-down:before {
+  content: "\f165";
+}
+.fa-youtube-square:before {
+  content: "\f166";
+}
+.fa-youtube:before {
+  content: "\f167";
+}
+.fa-xing:before {
+  content: "\f168";
+}
+.fa-xing-square:before {
+  content: "\f169";
+}
+.fa-youtube-play:before {
+  content: "\f16a";
+}
+.fa-dropbox:before {
+  content: "\f16b";
+}
+.fa-stack-overflow:before {
+  content: "\f16c";
+}
+.fa-instagram:before {
+  content: "\f16d";
+}
+.fa-flickr:before {
+  content: "\f16e";
+}
+.fa-adn:before {
+  content: "\f170";
+}
+.fa-bitbucket:before {
+  content: "\f171";
+}
+.fa-bitbucket-square:before {
+  content: "\f172";
+}
+.fa-tumblr:before {
+  content: "\f173";
+}
+.fa-tumblr-square:before {
+  content: "\f174";
+}
+.fa-long-arrow-down:before {
+  content: "\f175";
+}
+.fa-long-arrow-up:before {
+  content: "\f176";
+}
+.fa-long-arrow-left:before {
+  content: "\f177";
+}
+.fa-long-arrow-right:before {
+  content: "\f178";
+}
+.fa-apple:before {
+  content: "\f179";
+}
+.fa-windows:before {
+  content: "\f17a";
+}
+.fa-android:before {
+  content: "\f17b";
+}
+.fa-linux:before {
+  content: "\f17c";
+}
+.fa-dribbble:before {
+  content: "\f17d";
+}
+.fa-skype:before {
+  content: "\f17e";
+}
+.fa-foursquare:before {
+  content: "\f180";
+}
+.fa-trello:before {
+  content: "\f181";
+}
+.fa-female:before {
+  content: "\f182";
+}
+.fa-male:before {
+  content: "\f183";
+}
+.fa-gittip:before {
+  content: "\f184";
+}
+.fa-sun-o:before {
+  content: "\f185";
+}
+.fa-moon-o:before {
+  content: "\f186";
+}
+.fa-archive:before {
+  content: "\f187";
+}
+.fa-bug:before {
+  content: "\f188";
+}
+.fa-vk:before {
+  content: "\f189";
+}
+.fa-weibo:before {
+  content: "\f18a";
+}
+.fa-renren:before {
+  content: "\f18b";
+}
+.fa-pagelines:before {
+  content: "\f18c";
+}
+.fa-stack-exchange:before {
+  content: "\f18d";
+}
+.fa-arrow-circle-o-right:before {
+  content: "\f18e";
+}
+.fa-arrow-circle-o-left:before {
+  content: "\f190";
+}
+.fa-toggle-left:before,
+.fa-caret-square-o-left:before {
+  content: "\f191";
+}
+.fa-dot-circle-o:before {
+  content: "\f192";
+}
+.fa-wheelchair:before {
+  content: "\f193";
+}
+.fa-vimeo-square:before {
+  content: "\f194";
+}
+.fa-turkish-lira:before,
+.fa-try:before {
+  content: "\f195";
+}
+.fa-plus-square-o:before {
+  content: "\f196";
+}
+.fa-space-shuttle:before {
+  content: "\f197";
+}
+.fa-slack:before {
+  content: "\f198";
+}
+.fa-envelope-square:before {
+  content: "\f199";
+}
+.fa-wordpress:before {
+  content: "\f19a";
+}
+.fa-openid:before {
+  content: "\f19b";
+}
+.fa-institution:before,
+.fa-bank:before,
+.fa-university:before {
+  content: "\f19c";
+}
+.fa-mortar-board:before,
+.fa-graduation-cap:before {
+  content: "\f19d";
+}
+.fa-yahoo:before {
+  content: "\f19e";
+}
+.fa-google:before {
+  content: "\f1a0";
+}
+.fa-reddit:before {
+  content: "\f1a1";
+}
+.fa-reddit-square:before {
+  content: "\f1a2";
+}
+.fa-stumbleupon-circle:before {
+  content: "\f1a3";
+}
+.fa-stumbleupon:before {
+  content: "\f1a4";
+}
+.fa-delicious:before {
+  content: "\f1a5";
+}
+.fa-digg:before {
+  content: "\f1a6";
+}
+.fa-pied-piper:before {
+  content: "\f1a7";
+}
+.fa-pied-piper-alt:before {
+  content: "\f1a8";
+}
+.fa-drupal:before {
+  content: "\f1a9";
+}
+.fa-joomla:before {
+  content: "\f1aa";
+}
+.fa-language:before {
+  content: "\f1ab";
+}
+.fa-fax:before {
+  content: "\f1ac";
+}
+.fa-building:before {
+  content: "\f1ad";
+}
+.fa-child:before {
+  content: "\f1ae";
+}
+.fa-paw:before {
+  content: "\f1b0";
+}
+.fa-spoon:before {
+  content: "\f1b1";
+}
+.fa-cube:before {
+  content: "\f1b2";
+}
+.fa-cubes:before {
+  content: "\f1b3";
+}
+.fa-behance:before {
+  content: "\f1b4";
+}
+.fa-behance-square:before {
+  content: "\f1b5";
+}
+.fa-steam:before {
+  content: "\f1b6";
+}
+.fa-steam-square:before {
+  content: "\f1b7";
+}
+.fa-recycle:before {
+  content: "\f1b8";
+}
+.fa-automobile:before,
+.fa-car:before {
+  content: "\f1b9";
+}
+.fa-cab:before,
+.fa-taxi:before {
+  content: "\f1ba";
+}
+.fa-tree:before {
+  content: "\f1bb";
+}
+.fa-spotify:before {
+  content: "\f1bc";
+}
+.fa-deviantart:before {
+  content: "\f1bd";
+}
+.fa-soundcloud:before {
+  content: "\f1be";
+}
+.fa-database:before {
+  content: "\f1c0";
+}
+.fa-file-pdf-o:before {
+  content: "\f1c1";
+}
+.fa-file-word-o:before {
+  content: "\f1c2";
+}
+.fa-file-excel-o:before {
+  content: "\f1c3";
+}
+.fa-file-powerpoint-o:before {
+  content: "\f1c4";
+}
+.fa-file-photo-o:before,
+.fa-file-picture-o:before,
+.fa-file-image-o:before {
+  content: "\f1c5";
+}
+.fa-file-zip-o:before,
+.fa-file-archive-o:before {
+  content: "\f1c6";
+}
+.fa-file-sound-o:before,
+.fa-file-audio-o:before {
+  content: "\f1c7";
+}
+.fa-file-movie-o:before,
+.fa-file-video-o:before {
+  content: "\f1c8";
+}
+.fa-file-code-o:before {
+  content: "\f1c9";
+}
+.fa-vine:before {
+  content: "\f1ca";
+}
+.fa-codepen:before {
+  content: "\f1cb";
+}
+.fa-jsfiddle:before {
+  content: "\f1cc";
+}
+.fa-life-bouy:before,
+.fa-life-buoy:before,
+.fa-life-saver:before,
+.fa-support:before,
+.fa-life-ring:before {
+  content: "\f1cd";
+}
+.fa-circle-o-notch:before {
+  content: "\f1ce";
+}
+.fa-ra:before,
+.fa-rebel:before {
+  content: "\f1d0";
+}
+.fa-ge:before,
+.fa-empire:before {
+  content: "\f1d1";
+}
+.fa-git-square:before {
+  content: "\f1d2";
+}
+.fa-git:before {
+  content: "\f1d3";
+}
+.fa-hacker-news:before {
+  content: "\f1d4";
+}
+.fa-tencent-weibo:before {
+  content: "\f1d5";
+}
+.fa-qq:before {
+  content: "\f1d6";
+}
+.fa-wechat:before,
+.fa-weixin:before {
+  content: "\f1d7";
+}
+.fa-send:before,
+.fa-paper-plane:before {
+  content: "\f1d8";
+}
+.fa-send-o:before,
+.fa-paper-plane-o:before {
+  content: "\f1d9";
+}
+.fa-history:before {
+  content: "\f1da";
+}
+.fa-circle-thin:before {
+  content: "\f1db";
+}
+.fa-header:before {
+  content: "\f1dc";
+}
+.fa-paragraph:before {
+  content: "\f1dd";
+}
+.fa-sliders:before {
+  content: "\f1de";
+}
+.fa-share-alt:before {
+  content: "\f1e0";
+}
+.fa-share-alt-square:before {
+  content: "\f1e1";
+}
+.fa-bomb:before {
+  content: "\f1e2";
+}
+.fa-soccer-ball-o:before,
+.fa-futbol-o:before {
+  content: "\f1e3";
+}
+.fa-tty:before {
+  content: "\f1e4";
+}
+.fa-binoculars:before {
+  content: "\f1e5";
+}
+.fa-plug:before {
+  content: "\f1e6";
+}
+.fa-slideshare:before {
+  content: "\f1e7";
+}
+.fa-twitch:before {
+  content: "\f1e8";
+}
+.fa-yelp:before {
+  content: "\f1e9";
+}
+.fa-newspaper-o:before {
+  content: "\f1ea";
+}
+.fa-wifi:before {
+  content: "\f1eb";
+}
+.fa-calculator:before {
+  content: "\f1ec";
+}
+.fa-paypal:before {
+  content: "\f1ed";
+}
+.fa-google-wallet:before {
+  content: "\f1ee";
+}
+.fa-cc-visa:before {
+  content: "\f1f0";
+}
+.fa-cc-mastercard:before {
+  content: "\f1f1";
+}
+.fa-cc-discover:before {
+  content: "\f1f2";
+}
+.fa-cc-amex:before {
+  content: "\f1f3";
+}
+.fa-cc-paypal:before {
+  content: "\f1f4";
+}
+.fa-cc-stripe:before {
+  content: "\f1f5";
+}
+.fa-bell-slash:before {
+  content: "\f1f6";
+}
+.fa-bell-slash-o:before {
+  content: "\f1f7";
+}
+.fa-trash:before {
+  content: "\f1f8";
+}
+.fa-copyright:before {
+  content: "\f1f9";
+}
+.fa-at:before {
+  content: "\f1fa";
+}
+.fa-eyedropper:before {
+  content: "\f1fb";
+}
+.fa-paint-brush:before {
+  content: "\f1fc";
+}
+.fa-birthday-cake:before {
+  content: "\f1fd";
+}
+.fa-area-chart:before {
+  content: "\f1fe";
+}
+.fa-pie-chart:before {
+  content: "\f200";
+}
+.fa-line-chart:before {
+  content: "\f201";
+}
+.fa-lastfm:before {
+  content: "\f202";
+}
+.fa-lastfm-square:before {
+  content: "\f203";
+}
+.fa-toggle-off:before {
+  content: "\f204";
+}
+.fa-toggle-on:before {
+  content: "\f205";
+}
+.fa-bicycle:before {
+  content: "\f206";
+}
+.fa-bus:before {
+  content: "\f207";
+}
+.fa-ioxhost:before {
+  content: "\f208";
+}
+.fa-angellist:before {
+  content: "\f209";
+}
+.fa-cc:before {
+  content: "\f20a";
+}
+.fa-shekel:before,
+.fa-sheqel:before,
+.fa-ils:before {
+  content: "\f20b";
+}
+.fa-meanpath:before {
+  content: "\f20c";
+}
+/*!
+*
+* IPython base
+*
+*/
+.modal.fade .modal-dialog {
+  -webkit-transform: translate(0, 0);
+  -ms-transform: translate(0, 0);
+  -o-transform: translate(0, 0);
+  transform: translate(0, 0);
+}
+code {
+  color: #000;
+}
+pre {
+  font-size: inherit;
+  line-height: inherit;
+}
+label {
+  font-weight: normal;
+}
+/* Make the page background atleast 100% the height of the view port */
+/* Make the page itself atleast 70% the height of the view port */
+.border-box-sizing {
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+}
+.corner-all {
+  border-radius: 2px;
+}
+.no-padding {
+  padding: 0px;
+}
+/* Flexible box model classes */
+/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
+/* This file is a compatability layer.  It allows the usage of flexible box 
+model layouts accross multiple browsers, including older browsers.  The newest,
+universal implementation of the flexible box model is used when available (see
+`Modern browsers` comments below).  Browsers that are known to implement this 
+new spec completely include:
+
+    Firefox 28.0+
+    Chrome 29.0+
+    Internet Explorer 11+ 
+    Opera 17.0+
+
+Browsers not listed, including Safari, are supported via the styling under the
+`Old browsers` comments below.
+*/
+.hbox {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+}
+.hbox > * {
+  /* Old browsers */
+  -webkit-box-flex: 0;
+  -moz-box-flex: 0;
+  box-flex: 0;
+  /* Modern browsers */
+  flex: none;
+}
+.vbox {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+}
+.vbox > * {
+  /* Old browsers */
+  -webkit-box-flex: 0;
+  -moz-box-flex: 0;
+  box-flex: 0;
+  /* Modern browsers */
+  flex: none;
+}
+.hbox.reverse,
+.vbox.reverse,
+.reverse {
+  /* Old browsers */
+  -webkit-box-direction: reverse;
+  -moz-box-direction: reverse;
+  box-direction: reverse;
+  /* Modern browsers */
+  flex-direction: row-reverse;
+}
+.hbox.box-flex0,
+.vbox.box-flex0,
+.box-flex0 {
+  /* Old browsers */
+  -webkit-box-flex: 0;
+  -moz-box-flex: 0;
+  box-flex: 0;
+  /* Modern browsers */
+  flex: none;
+  width: auto;
+}
+.hbox.box-flex1,
+.vbox.box-flex1,
+.box-flex1 {
+  /* Old browsers */
+  -webkit-box-flex: 1;
+  -moz-box-flex: 1;
+  box-flex: 1;
+  /* Modern browsers */
+  flex: 1;
+}
+.hbox.box-flex,
+.vbox.box-flex,
+.box-flex {
+  /* Old browsers */
+  /* Old browsers */
+  -webkit-box-flex: 1;
+  -moz-box-flex: 1;
+  box-flex: 1;
+  /* Modern browsers */
+  flex: 1;
+}
+.hbox.box-flex2,
+.vbox.box-flex2,
+.box-flex2 {
+  /* Old browsers */
+  -webkit-box-flex: 2;
+  -moz-box-flex: 2;
+  box-flex: 2;
+  /* Modern browsers */
+  flex: 2;
+}
+.box-group1 {
+  /*  Deprecated */
+  -webkit-box-flex-group: 1;
+  -moz-box-flex-group: 1;
+  box-flex-group: 1;
+}
+.box-group2 {
+  /* Deprecated */
+  -webkit-box-flex-group: 2;
+  -moz-box-flex-group: 2;
+  box-flex-group: 2;
+}
+.hbox.start,
+.vbox.start,
+.start {
+  /* Old browsers */
+  -webkit-box-pack: start;
+  -moz-box-pack: start;
+  box-pack: start;
+  /* Modern browsers */
+  justify-content: flex-start;
+}
+.hbox.end,
+.vbox.end,
+.end {
+  /* Old browsers */
+  -webkit-box-pack: end;
+  -moz-box-pack: end;
+  box-pack: end;
+  /* Modern browsers */
+  justify-content: flex-end;
+}
+.hbox.center,
+.vbox.center,
+.center {
+  /* Old browsers */
+  -webkit-box-pack: center;
+  -moz-box-pack: center;
+  box-pack: center;
+  /* Modern browsers */
+  justify-content: center;
+}
+.hbox.baseline,
+.vbox.baseline,
+.baseline {
+  /* Old browsers */
+  -webkit-box-pack: baseline;
+  -moz-box-pack: baseline;
+  box-pack: baseline;
+  /* Modern browsers */
+  justify-content: baseline;
+}
+.hbox.stretch,
+.vbox.stretch,
+.stretch {
+  /* Old browsers */
+  -webkit-box-pack: stretch;
+  -moz-box-pack: stretch;
+  box-pack: stretch;
+  /* Modern browsers */
+  justify-content: stretch;
+}
+.hbox.align-start,
+.vbox.align-start,
+.align-start {
+  /* Old browsers */
+  -webkit-box-align: start;
+  -moz-box-align: start;
+  box-align: start;
+  /* Modern browsers */
+  align-items: flex-start;
+}
+.hbox.align-end,
+.vbox.align-end,
+.align-end {
+  /* Old browsers */
+  -webkit-box-align: end;
+  -moz-box-align: end;
+  box-align: end;
+  /* Modern browsers */
+  align-items: flex-end;
+}
+.hbox.align-center,
+.vbox.align-center,
+.align-center {
+  /* Old browsers */
+  -webkit-box-align: center;
+  -moz-box-align: center;
+  box-align: center;
+  /* Modern browsers */
+  align-items: center;
+}
+.hbox.align-baseline,
+.vbox.align-baseline,
+.align-baseline {
+  /* Old browsers */
+  -webkit-box-align: baseline;
+  -moz-box-align: baseline;
+  box-align: baseline;
+  /* Modern browsers */
+  align-items: baseline;
+}
+.hbox.align-stretch,
+.vbox.align-stretch,
+.align-stretch {
+  /* Old browsers */
+  -webkit-box-align: stretch;
+  -moz-box-align: stretch;
+  box-align: stretch;
+  /* Modern browsers */
+  align-items: stretch;
+}
+div.error {
+  margin: 2em;
+  text-align: center;
+}
+div.error > h1 {
+  font-size: 500%;
+  line-height: normal;
+}
+div.error > p {
+  font-size: 200%;
+  line-height: normal;
+}
+div.traceback-wrapper {
+  text-align: left;
+  max-width: 800px;
+  margin: auto;
+}
+/**
+ * Primary styles
+ *
+ * Author: Jupyter Development Team
+ */
+body {
+  background-color: #fff;
+  /* This makes sure that the body covers the entire window and needs to
+       be in a different element than the display: box in wrapper below */
+  position: absolute;
+  left: 0px;
+  right: 0px;
+  top: 0px;
+  bottom: 0px;
+  overflow: visible;
+}
+body > #header {
+  /* Initially hidden to prevent FLOUC */
+  display: none;
+  background-color: #fff;
+  /* Display over codemirror */
+  position: relative;
+  z-index: 100;
+}
+body > #header #header-container {
+  padding-bottom: 5px;
+  padding-top: 5px;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+}
+body > #header .header-bar {
+  width: 100%;
+  height: 1px;
+  background: #e7e7e7;
+  margin-bottom: -1px;
+}
+@media print {
+  body > #header {
+    display: none !important;
+  }
+}
+#header-spacer {
+  width: 100%;
+  visibility: hidden;
+}
+@media print {
+  #header-spacer {
+    display: none;
+  }
+}
+#ipython_notebook {
+  padding-left: 0px;
+  padding-top: 1px;
+  padding-bottom: 1px;
+}
+@media (max-width: 991px) {
+  #ipython_notebook {
+    margin-left: 10px;
+  }
+}
+#noscript {
+  width: auto;
+  padding-top: 16px;
+  padding-bottom: 16px;
+  text-align: center;
+  font-size: 22px;
+  color: red;
+  font-weight: bold;
+}
+#ipython_notebook img {
+  height: 28px;
+}
+#site {
+  width: 100%;
+  display: none;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  overflow: auto;
+}
+@media print {
+  #site {
+    height: auto !important;
+  }
+}
+/* Smaller buttons */
+.ui-button .ui-button-text {
+  padding: 0.2em 0.8em;
+  font-size: 77%;
+}
+input.ui-button {
+  padding: 0.3em 0.9em;
+}
+span#login_widget {
+  float: right;
+}
+span#login_widget > .button,
+#logout {
+  color: #333;
+  background-color: #fff;
+  border-color: #ccc;
+}
+span#login_widget > .button:focus,
+#logout:focus,
+span#login_widget > .button.focus,
+#logout.focus {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #8c8c8c;
+}
+span#login_widget > .button:hover,
+#logout:hover {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+span#login_widget > .button:active,
+#logout:active,
+span#login_widget > .button.active,
+#logout.active,
+.open > .dropdown-togglespan#login_widget > .button,
+.open > .dropdown-toggle#logout {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+span#login_widget > .button:active:hover,
+#logout:active:hover,
+span#login_widget > .button.active:hover,
+#logout.active:hover,
+.open > .dropdown-togglespan#login_widget > .button:hover,
+.open > .dropdown-toggle#logout:hover,
+span#login_widget > .button:active:focus,
+#logout:active:focus,
+span#login_widget > .button.active:focus,
+#logout.active:focus,
+.open > .dropdown-togglespan#login_widget > .button:focus,
+.open > .dropdown-toggle#logout:focus,
+span#login_widget > .button:active.focus,
+#logout:active.focus,
+span#login_widget > .button.active.focus,
+#logout.active.focus,
+.open > .dropdown-togglespan#login_widget > .button.focus,
+.open > .dropdown-toggle#logout.focus {
+  color: #333;
+  background-color: #d4d4d4;
+  border-color: #8c8c8c;
+}
+span#login_widget > .button:active,
+#logout:active,
+span#login_widget > .button.active,
+#logout.active,
+.open > .dropdown-togglespan#login_widget > .button,
+.open > .dropdown-toggle#logout {
+  background-image: none;
+}
+span#login_widget > .button.disabled:hover,
+#logout.disabled:hover,
+span#login_widget > .button[disabled]:hover,
+#logout[disabled]:hover,
+fieldset[disabled] span#login_widget > .button:hover,
+fieldset[disabled] #logout:hover,
+span#login_widget > .button.disabled:focus,
+#logout.disabled:focus,
+span#login_widget > .button[disabled]:focus,
+#logout[disabled]:focus,
+fieldset[disabled] span#login_widget > .button:focus,
+fieldset[disabled] #logout:focus,
+span#login_widget > .button.disabled.focus,
+#logout.disabled.focus,
+span#login_widget > .button[disabled].focus,
+#logout[disabled].focus,
+fieldset[disabled] span#login_widget > .button.focus,
+fieldset[disabled] #logout.focus {
+  background-color: #fff;
+  border-color: #ccc;
+}
+span#login_widget > .button .badge,
+#logout .badge {
+  color: #fff;
+  background-color: #333;
+}
+.nav-header {
+  text-transform: none;
+}
+#header > span {
+  margin-top: 10px;
+}
+.modal_stretch .modal-dialog {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+  min-height: 80vh;
+}
+.modal_stretch .modal-dialog .modal-body {
+  max-height: calc(100vh - 200px);
+  overflow: auto;
+  flex: 1;
+}
+@media (min-width: 768px) {
+  .modal .modal-dialog {
+    width: 700px;
+  }
+}
+@media (min-width: 768px) {
+  select.form-control {
+    margin-left: 12px;
+    margin-right: 12px;
+  }
+}
+/*!
+*
+* IPython auth
+*
+*/
+.center-nav {
+  display: inline-block;
+  margin-bottom: -4px;
+}
+/*!
+*
+* IPython tree view
+*
+*/
+/* We need an invisible input field on top of the sentense*/
+/* "Drag file onto the list ..." */
+.alternate_upload {
+  background-color: none;
+  display: inline;
+}
+.alternate_upload.form {
+  padding: 0;
+  margin: 0;
+}
+.alternate_upload input.fileinput {
+  text-align: center;
+  vertical-align: middle;
+  display: inline;
+  opacity: 0;
+  z-index: 2;
+  width: 12ex;
+  margin-right: -12ex;
+}
+.alternate_upload .btn-upload {
+  height: 22px;
+}
+/**
+ * Primary styles
+ *
+ * Author: Jupyter Development Team
+ */
+ul#tabs {
+  margin-bottom: 4px;
+}
+ul#tabs a {
+  padding-top: 6px;
+  padding-bottom: 4px;
+}
+ul.breadcrumb a:focus,
+ul.breadcrumb a:hover {
+  text-decoration: none;
+}
+ul.breadcrumb i.icon-home {
+  font-size: 16px;
+  margin-right: 4px;
+}
+ul.breadcrumb span {
+  color: #5e5e5e;
+}
+.list_toolbar {
+  padding: 4px 0 4px 0;
+  vertical-align: middle;
+}
+.list_toolbar .tree-buttons {
+  padding-top: 1px;
+}
+.dynamic-buttons {
+  padding-top: 3px;
+  display: inline-block;
+}
+.list_toolbar [class*="span"] {
+  min-height: 24px;
+}
+.list_header {
+  font-weight: bold;
+  background-color: #EEE;
+}
+.list_placeholder {
+  font-weight: bold;
+  padding-top: 4px;
+  padding-bottom: 4px;
+  padding-left: 7px;
+  padding-right: 7px;
+}
+.list_container {
+  margin-top: 4px;
+  margin-bottom: 20px;
+  border: 1px solid #ddd;
+  border-radius: 2px;
+}
+.list_container > div {
+  border-bottom: 1px solid #ddd;
+}
+.list_container > div:hover .list-item {
+  background-color: red;
+}
+.list_container > div:last-child {
+  border: none;
+}
+.list_item:hover .list_item {
+  background-color: #ddd;
+}
+.list_item a {
+  text-decoration: none;
+}
+.list_item:hover {
+  background-color: #fafafa;
+}
+.list_header > div,
+.list_item > div {
+  padding-top: 4px;
+  padding-bottom: 4px;
+  padding-left: 7px;
+  padding-right: 7px;
+  line-height: 22px;
+}
+.list_header > div input,
+.list_item > div input {
+  margin-right: 7px;
+  margin-left: 14px;
+  vertical-align: baseline;
+  line-height: 22px;
+  position: relative;
+  top: -1px;
+}
+.list_header > div .item_link,
+.list_item > div .item_link {
+  margin-left: -1px;
+  vertical-align: baseline;
+  line-height: 22px;
+}
+.new-file input[type=checkbox] {
+  visibility: hidden;
+}
+.item_name {
+  line-height: 22px;
+  height: 24px;
+}
+.item_icon {
+  font-size: 14px;
+  color: #5e5e5e;
+  margin-right: 7px;
+  margin-left: 7px;
+  line-height: 22px;
+  vertical-align: baseline;
+}
+.item_buttons {
+  line-height: 1em;
+  margin-left: -5px;
+}
+.item_buttons .btn,
+.item_buttons .btn-group,
+.item_buttons .input-group {
+  float: left;
+}
+.item_buttons > .btn,
+.item_buttons > .btn-group,
+.item_buttons > .input-group {
+  margin-left: 5px;
+}
+.item_buttons .btn {
+  min-width: 13ex;
+}
+.item_buttons .running-indicator {
+  padding-top: 4px;
+  color: #5cb85c;
+}
+.item_buttons .kernel-name {
+  padding-top: 4px;
+  color: #5bc0de;
+  margin-right: 7px;
+  float: left;
+}
+.toolbar_info {
+  height: 24px;
+  line-height: 24px;
+}
+.list_item input:not([type=checkbox]) {
+  padding-top: 3px;
+  padding-bottom: 3px;
+  height: 22px;
+  line-height: 14px;
+  margin: 0px;
+}
+.highlight_text {
+  color: blue;
+}
+#project_name {
+  display: inline-block;
+  padding-left: 7px;
+  margin-left: -2px;
+}
+#project_name > .breadcrumb {
+  padding: 0px;
+  margin-bottom: 0px;
+  background-color: transparent;
+  font-weight: bold;
+}
+#tree-selector {
+  padding-right: 0px;
+}
+#button-select-all {
+  min-width: 50px;
+}
+#select-all {
+  margin-left: 7px;
+  margin-right: 2px;
+}
+.menu_icon {
+  margin-right: 2px;
+}
+.tab-content .row {
+  margin-left: 0px;
+  margin-right: 0px;
+}
+.folder_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f114";
+}
+.folder_icon:before.pull-left {
+  margin-right: .3em;
+}
+.folder_icon:before.pull-right {
+  margin-left: .3em;
+}
+.notebook_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f02d";
+  position: relative;
+  top: -1px;
+}
+.notebook_icon:before.pull-left {
+  margin-right: .3em;
+}
+.notebook_icon:before.pull-right {
+  margin-left: .3em;
+}
+.running_notebook_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f02d";
+  position: relative;
+  top: -1px;
+  color: #5cb85c;
+}
+.running_notebook_icon:before.pull-left {
+  margin-right: .3em;
+}
+.running_notebook_icon:before.pull-right {
+  margin-left: .3em;
+}
+.file_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f016";
+  position: relative;
+  top: -2px;
+}
+.file_icon:before.pull-left {
+  margin-right: .3em;
+}
+.file_icon:before.pull-right {
+  margin-left: .3em;
+}
+#notebook_toolbar .pull-right {
+  padding-top: 0px;
+  margin-right: -1px;
+}
+ul#new-menu {
+  left: auto;
+  right: 0;
+}
+.kernel-menu-icon {
+  padding-right: 12px;
+  width: 24px;
+  content: "\f096";
+}
+.kernel-menu-icon:before {
+  content: "\f096";
+}
+.kernel-menu-icon-current:before {
+  content: "\f00c";
+}
+#tab_content {
+  padding-top: 20px;
+}
+#running .panel-group .panel {
+  margin-top: 3px;
+  margin-bottom: 1em;
+}
+#running .panel-group .panel .panel-heading {
+  background-color: #EEE;
+  padding-top: 4px;
+  padding-bottom: 4px;
+  padding-left: 7px;
+  padding-right: 7px;
+  line-height: 22px;
+}
+#running .panel-group .panel .panel-heading a:focus,
+#running .panel-group .panel .panel-heading a:hover {
+  text-decoration: none;
+}
+#running .panel-group .panel .panel-body {
+  padding: 0px;
+}
+#running .panel-group .panel .panel-body .list_container {
+  margin-top: 0px;
+  margin-bottom: 0px;
+  border: 0px;
+  border-radius: 0px;
+}
+#running .panel-group .panel .panel-body .list_container .list_item {
+  border-bottom: 1px solid #ddd;
+}
+#running .panel-group .panel .panel-body .list_container .list_item:last-child {
+  border-bottom: 0px;
+}
+.delete-button {
+  display: none;
+}
+.duplicate-button {
+  display: none;
+}
+.rename-button {
+  display: none;
+}
+.shutdown-button {
+  display: none;
+}
+.dynamic-instructions {
+  display: inline-block;
+  padding-top: 4px;
+}
+/*!
+*
+* IPython text editor webapp
+*
+*/
+.selected-keymap i.fa {
+  padding: 0px 5px;
+}
+.selected-keymap i.fa:before {
+  content: "\f00c";
+}
+#mode-menu {
+  overflow: auto;
+  max-height: 20em;
+}
+.edit_app #header {
+  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+}
+.edit_app #menubar .navbar {
+  /* Use a negative 1 bottom margin, so the border overlaps the border of the
+    header */
+  margin-bottom: -1px;
+}
+.dirty-indicator {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  width: 20px;
+}
+.dirty-indicator.pull-left {
+  margin-right: .3em;
+}
+.dirty-indicator.pull-right {
+  margin-left: .3em;
+}
+.dirty-indicator-dirty {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  width: 20px;
+}
+.dirty-indicator-dirty.pull-left {
+  margin-right: .3em;
+}
+.dirty-indicator-dirty.pull-right {
+  margin-left: .3em;
+}
+.dirty-indicator-clean {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  width: 20px;
+}
+.dirty-indicator-clean.pull-left {
+  margin-right: .3em;
+}
+.dirty-indicator-clean.pull-right {
+  margin-left: .3em;
+}
+.dirty-indicator-clean:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f00c";
+}
+.dirty-indicator-clean:before.pull-left {
+  margin-right: .3em;
+}
+.dirty-indicator-clean:before.pull-right {
+  margin-left: .3em;
+}
+#filename {
+  font-size: 16pt;
+  display: table;
+  padding: 0px 5px;
+}
+#current-mode {
+  padding-left: 5px;
+  padding-right: 5px;
+}
+#texteditor-backdrop {
+  padding-top: 20px;
+  padding-bottom: 20px;
+}
+@media not print {
+  #texteditor-backdrop {
+    background-color: #EEE;
+  }
+}
+@media print {
+  #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
+  #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
+    background-color: #fff;
+  }
+}
+@media not print {
+  #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
+  #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
+    background-color: #fff;
+  }
+}
+@media not print {
+  #texteditor-backdrop #texteditor-container {
+    padding: 0px;
+    background-color: #fff;
+    -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+    box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  }
+}
+/*!
+*
+* IPython notebook
+*
+*/
+/* CSS font colors for translated ANSI colors. */
+.ansibold {
+  font-weight: bold;
+}
+/* use dark versions for foreground, to improve visibility */
+.ansiblack {
+  color: black;
+}
+.ansired {
+  color: darkred;
+}
+.ansigreen {
+  color: darkgreen;
+}
+.ansiyellow {
+  color: #c4a000;
+}
+.ansiblue {
+  color: darkblue;
+}
+.ansipurple {
+  color: darkviolet;
+}
+.ansicyan {
+  color: steelblue;
+}
+.ansigray {
+  color: gray;
+}
+/* and light for background, for the same reason */
+.ansibgblack {
+  background-color: black;
+}
+.ansibgred {
+  background-color: red;
+}
+.ansibggreen {
+  background-color: green;
+}
+.ansibgyellow {
+  background-color: yellow;
+}
+.ansibgblue {
+  background-color: blue;
+}
+.ansibgpurple {
+  background-color: magenta;
+}
+.ansibgcyan {
+  background-color: cyan;
+}
+.ansibggray {
+  background-color: gray;
+}
+div.cell {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+  border-radius: 2px;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  border-width: 1px;
+  border-style: solid;
+  border-color: transparent;
+  width: 100%;
+  padding: 5px;
+  /* This acts as a spacer between cells, that is outside the border */
+  margin: 0px;
+  outline: none;
+  border-left-width: 1px;
+  padding-left: 5px;
+  background: linear-gradient(to right, transparent -40px, transparent 1px, transparent 1px, transparent 100%);
+}
+div.cell.jupyter-soft-selected {
+  border-left-color: #90CAF9;
+  border-left-color: #E3F2FD;
+  border-left-width: 1px;
+  padding-left: 5px;
+  border-right-color: #E3F2FD;
+  border-right-width: 1px;
+  background: #E3F2FD;
+}
+@media print {
+  div.cell.jupyter-soft-selected {
+    border-color: transparent;
+  }
+}
+div.cell.selected {
+  border-color: #ababab;
+  border-left-width: 0px;
+  padding-left: 6px;
+  background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 5px, transparent 5px, transparent 100%);
+}
+@media print {
+  div.cell.selected {
+    border-color: transparent;
+  }
+}
+div.cell.selected.jupyter-soft-selected {
+  border-left-width: 0;
+  padding-left: 6px;
+  background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 7px, #E3F2FD 7px, #E3F2FD 100%);
+}
+.edit_mode div.cell.selected {
+  border-color: #66BB6A;
+  border-left-width: 0px;
+  padding-left: 6px;
+  background: linear-gradient(to right, #66BB6A -40px, #66BB6A 5px, transparent 5px, transparent 100%);
+}
+@media print {
+  .edit_mode div.cell.selected {
+    border-color: transparent;
+  }
+}
+.prompt {
+  /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */
+  min-width: 14ex;
+  /* This padding is tuned to match the padding on the CodeMirror editor. */
+  padding: 0.4em;
+  margin: 0px;
+  font-family: monospace;
+  text-align: right;
+  /* This has to match that of the the CodeMirror class line-height below */
+  line-height: 1.21429em;
+  /* Don't highlight prompt number selection */
+  -webkit-touch-callout: none;
+  -webkit-user-select: none;
+  -khtml-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
+  /* Use default cursor */
+  cursor: default;
+}
+@media (max-width: 540px) {
+  .prompt {
+    text-align: left;
+  }
+}
+div.inner_cell {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+  /* Old browsers */
+  -webkit-box-flex: 1;
+  -moz-box-flex: 1;
+  box-flex: 1;
+  /* Modern browsers */
+  flex: 1;
+}
+@-moz-document url-prefix() {
+  div.inner_cell {
+    overflow-x: hidden;
+  }
+}
+/* input_area and input_prompt must match in top border and margin for alignment */
+div.input_area {
+  border: 1px solid #cfcfcf;
+  border-radius: 2px;
+  background: #f7f7f7;
+  line-height: 1.21429em;
+}
+/* This is needed so that empty prompt areas can collapse to zero height when there
+   is no content in the output_subarea and the prompt. The main purpose of this is
+   to make sure that empty JavaScript output_subareas have no height. */
+div.prompt:empty {
+  padding-top: 0;
+  padding-bottom: 0;
+}
+div.unrecognized_cell {
+  padding: 5px 5px 5px 0px;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+}
+div.unrecognized_cell .inner_cell {
+  border-radius: 2px;
+  padding: 5px;
+  font-weight: bold;
+  color: red;
+  border: 1px solid #cfcfcf;
+  background: #eaeaea;
+}
+div.unrecognized_cell .inner_cell a {
+  color: inherit;
+  text-decoration: none;
+}
+div.unrecognized_cell .inner_cell a:hover {
+  color: inherit;
+  text-decoration: none;
+}
+@media (max-width: 540px) {
+  div.unrecognized_cell > div.prompt {
+    display: none;
+  }
+}
+div.code_cell {
+  /* avoid page breaking on code cells when printing */
+}
+@media print {
+  div.code_cell {
+    page-break-inside: avoid;
+  }
+}
+/* any special styling for code cells that are currently running goes here */
+div.input {
+  page-break-inside: avoid;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+}
+@media (max-width: 540px) {
+  div.input {
+    /* Old browsers */
+    display: -webkit-box;
+    -webkit-box-orient: vertical;
+    -webkit-box-align: stretch;
+    display: -moz-box;
+    -moz-box-orient: vertical;
+    -moz-box-align: stretch;
+    display: box;
+    box-orient: vertical;
+    box-align: stretch;
+    /* Modern browsers */
+    display: flex;
+    flex-direction: column;
+    align-items: stretch;
+  }
+}
+/* input_area and input_prompt must match in top border and margin for alignment */
+div.input_prompt {
+  color: #303F9F;
+  border-top: 1px solid transparent;
+}
+div.input_area > div.highlight {
+  margin: 0.4em;
+  border: none;
+  padding: 0px;
+  background-color: transparent;
+}
+div.input_area > div.highlight > pre {
+  margin: 0px;
+  border: none;
+  padding: 0px;
+  background-color: transparent;
+}
+/* The following gets added to the <head> if it is detected that the user has a
+ * monospace font with inconsistent normal/bold/italic height.  See
+ * notebookmain.js.  Such fonts will have keywords vertically offset with
+ * respect to the rest of the text.  The user should select a better font.
+ * See: https://github.com/ipython/ipython/issues/1503
+ *
+ * .CodeMirror span {
+ *      vertical-align: bottom;
+ * }
+ */
+.CodeMirror {
+  line-height: 1.21429em;
+  /* Changed from 1em to our global default */
+  font-size: 14px;
+  height: auto;
+  /* Changed to auto to autogrow */
+  background: none;
+  /* Changed from white to allow our bg to show through */
+}
+.CodeMirror-scroll {
+  /*  The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
+  /*  We have found that if it is visible, vertical scrollbars appear with font size changes.*/
+  overflow-y: hidden;
+  overflow-x: auto;
+}
+.CodeMirror-lines {
+  /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
+  /* we have set a different line-height and want this to scale with that. */
+  padding: 0.4em;
+}
+.CodeMirror-linenumber {
+  padding: 0 8px 0 4px;
+}
+.CodeMirror-gutters {
+  border-bottom-left-radius: 2px;
+  border-top-left-radius: 2px;
+}
+.CodeMirror pre {
+  /* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */
+  /* .CodeMirror-lines */
+  padding: 0;
+  border: 0;
+  border-radius: 0;
+}
+/*
+
+Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
+Adapted from GitHub theme
+
+*/
+.highlight-base {
+  color: #000;
+}
+.highlight-variable {
+  color: #000;
+}
+.highlight-variable-2 {
+  color: #1a1a1a;
+}
+.highlight-variable-3 {
+  color: #333333;
+}
+.highlight-string {
+  color: #BA2121;
+}
+.highlight-comment {
+  color: #408080;
+  font-style: italic;
+}
+.highlight-number {
+  color: #080;
+}
+.highlight-atom {
+  color: #88F;
+}
+.highlight-keyword {
+  color: #008000;
+  font-weight: bold;
+}
+.highlight-builtin {
+  color: #008000;
+}
+.highlight-error {
+  color: #f00;
+}
+.highlight-operator {
+  color: #AA22FF;
+  font-weight: bold;
+}
+.highlight-meta {
+  color: #AA22FF;
+}
+/* previously not defined, copying from default codemirror */
+.highlight-def {
+  color: #00f;
+}
+.highlight-string-2 {
+  color: #f50;
+}
+.highlight-qualifier {
+  color: #555;
+}
+.highlight-bracket {
+  color: #997;
+}
+.highlight-tag {
+  color: #170;
+}
+.highlight-attribute {
+  color: #00c;
+}
+.highlight-header {
+  color: blue;
+}
+.highlight-quote {
+  color: #090;
+}
+.highlight-link {
+  color: #00c;
+}
+/* apply the same style to codemirror */
+.cm-s-ipython span.cm-keyword {
+  color: #008000;
+  font-weight: bold;
+}
+.cm-s-ipython span.cm-atom {
+  color: #88F;
+}
+.cm-s-ipython span.cm-number {
+  color: #080;
+}
+.cm-s-ipython span.cm-def {
+  color: #00f;
+}
+.cm-s-ipython span.cm-variable {
+  color: #000;
+}
+.cm-s-ipython span.cm-operator {
+  color: #AA22FF;
+  font-weight: bold;
+}
+.cm-s-ipython span.cm-variable-2 {
+  color: #1a1a1a;
+}
+.cm-s-ipython span.cm-variable-3 {
+  color: #333333;
+}
+.cm-s-ipython span.cm-comment {
+  color: #408080;
+  font-style: italic;
+}
+.cm-s-ipython span.cm-string {
+  color: #BA2121;
+}
+.cm-s-ipython span.cm-string-2 {
+  color: #f50;
+}
+.cm-s-ipython span.cm-meta {
+  color: #AA22FF;
+}
+.cm-s-ipython span.cm-qualifier {
+  color: #555;
+}
+.cm-s-ipython span.cm-builtin {
+  color: #008000;
+}
+.cm-s-ipython span.cm-bracket {
+  color: #997;
+}
+.cm-s-ipython span.cm-tag {
+  color: #170;
+}
+.cm-s-ipython span.cm-attribute {
+  color: #00c;
+}
+.cm-s-ipython span.cm-header {
+  color: blue;
+}
+.cm-s-ipython span.cm-quote {
+  color: #090;
+}
+.cm-s-ipython span.cm-link {
+  color: #00c;
+}
+.cm-s-ipython span.cm-error {
+  color: #f00;
+}
+.cm-s-ipython span.cm-tab {
+  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
+  background-position: right;
+  background-repeat: no-repeat;
+}
+div.output_wrapper {
+  /* this position must be relative to enable descendents to be absolute within it */
+  position: relative;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+  z-index: 1;
+}
+/* class for the output area when it should be height-limited */
+div.output_scroll {
+  /* ideally, this would be max-height, but FF barfs all over that */
+  height: 24em;
+  /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */
+  width: 100%;
+  overflow: auto;
+  border-radius: 2px;
+  -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
+  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
+  display: block;
+}
+/* output div while it is collapsed */
+div.output_collapsed {
+  margin: 0px;
+  padding: 0px;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+}
+div.out_prompt_overlay {
+  height: 100%;
+  padding: 0px 0.4em;
+  position: absolute;
+  border-radius: 2px;
+}
+div.out_prompt_overlay:hover {
+  /* use inner shadow to get border that is computed the same on WebKit/FF */
+  -webkit-box-shadow: inset 0 0 1px #000;
+  box-shadow: inset 0 0 1px #000;
+  background: rgba(240, 240, 240, 0.5);
+}
+div.output_prompt {
+  color: #D84315;
+}
+/* This class is the outer container of all output sections. */
+div.output_area {
+  padding: 0px;
+  page-break-inside: avoid;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+}
+div.output_area .MathJax_Display {
+  text-align: left !important;
+}
+div.output_area .rendered_html table {
+  margin-left: 0;
+  margin-right: 0;
+}
+div.output_area .rendered_html img {
+  margin-left: 0;
+  margin-right: 0;
+}
+div.output_area img,
+div.output_area svg {
+  max-width: 100%;
+  height: auto;
+}
+div.output_area img.unconfined,
+div.output_area svg.unconfined {
+  max-width: none;
+}
+/* This is needed to protect the pre formating from global settings such
+   as that of bootstrap */
+.output {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+}
+@media (max-width: 540px) {
+  div.output_area {
+    /* Old browsers */
+    display: -webkit-box;
+    -webkit-box-orient: vertical;
+    -webkit-box-align: stretch;
+    display: -moz-box;
+    -moz-box-orient: vertical;
+    -moz-box-align: stretch;
+    display: box;
+    box-orient: vertical;
+    box-align: stretch;
+    /* Modern browsers */
+    display: flex;
+    flex-direction: column;
+    align-items: stretch;
+  }
+}
+div.output_area pre {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  vertical-align: baseline;
+  color: black;
+  background-color: transparent;
+  border-radius: 0;
+}
+/* This class is for the output subarea inside the output_area and after
+   the prompt div. */
+div.output_subarea {
+  overflow-x: auto;
+  padding: 0.4em;
+  /* Old browsers */
+  -webkit-box-flex: 1;
+  -moz-box-flex: 1;
+  box-flex: 1;
+  /* Modern browsers */
+  flex: 1;
+  max-width: calc(100% - 14ex);
+}
+div.output_scroll div.output_subarea {
+  overflow-x: visible;
+}
+/* The rest of the output_* classes are for special styling of the different
+   output types */
+/* all text output has this class: */
+div.output_text {
+  text-align: left;
+  color: #000;
+  /* This has to match that of the the CodeMirror class line-height below */
+  line-height: 1.21429em;
+}
+/* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */
+div.output_stderr {
+  background: #fdd;
+  /* very light red background for stderr */
+}
+div.output_latex {
+  text-align: left;
+}
+/* Empty output_javascript divs should have no height */
+div.output_javascript:empty {
+  padding: 0;
+}
+.js-error {
+  color: darkred;
+}
+/* raw_input styles */
+div.raw_input_container {
+  line-height: 1.21429em;
+  padding-top: 5px;
+}
+pre.raw_input_prompt {
+  /* nothing needed here. */
+}
+input.raw_input {
+  font-family: monospace;
+  font-size: inherit;
+  color: inherit;
+  width: auto;
+  /* make sure input baseline aligns with prompt */
+  vertical-align: baseline;
+  /* padding + margin = 0.5em between prompt and cursor */
+  padding: 0em 0.25em;
+  margin: 0em 0.25em;
+}
+input.raw_input:focus {
+  box-shadow: none;
+}
+p.p-space {
+  margin-bottom: 10px;
+}
+div.output_unrecognized {
+  padding: 5px;
+  font-weight: bold;
+  color: red;
+}
+div.output_unrecognized a {
+  color: inherit;
+  text-decoration: none;
+}
+div.output_unrecognized a:hover {
+  color: inherit;
+  text-decoration: none;
+}
+.rendered_html {
+  color: #000;
+  /* any extras will just be numbers: */
+}
+.rendered_html em {
+  font-style: italic;
+}
+.rendered_html strong {
+  font-weight: bold;
+}
+.rendered_html u {
+  text-decoration: underline;
+}
+.rendered_html :link {
+  text-decoration: underline;
+}
+.rendered_html :visited {
+  text-decoration: underline;
+}
+.rendered_html h1 {
+  font-size: 185.7%;
+  margin: 1.08em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+}
+.rendered_html h2 {
+  font-size: 157.1%;
+  margin: 1.27em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+}
+.rendered_html h3 {
+  font-size: 128.6%;
+  margin: 1.55em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+}
+.rendered_html h4 {
+  font-size: 100%;
+  margin: 2em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+}
+.rendered_html h5 {
+  font-size: 100%;
+  margin: 2em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+  font-style: italic;
+}
+.rendered_html h6 {
+  font-size: 100%;
+  margin: 2em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+  font-style: italic;
+}
+.rendered_html h1:first-child {
+  margin-top: 0.538em;
+}
+.rendered_html h2:first-child {
+  margin-top: 0.636em;
+}
+.rendered_html h3:first-child {
+  margin-top: 0.777em;
+}
+.rendered_html h4:first-child {
+  margin-top: 1em;
+}
+.rendered_html h5:first-child {
+  margin-top: 1em;
+}
+.rendered_html h6:first-child {
+  margin-top: 1em;
+}
+.rendered_html ul {
+  list-style: disc;
+  margin: 0em 2em;
+  padding-left: 0px;
+}
+.rendered_html ul ul {
+  list-style: square;
+  margin: 0em 2em;
+}
+.rendered_html ul ul ul {
+  list-style: circle;
+  margin: 0em 2em;
+}
+.rendered_html ol {
+  list-style: decimal;
+  margin: 0em 2em;
+  padding-left: 0px;
+}
+.rendered_html ol ol {
+  list-style: upper-alpha;
+  margin: 0em 2em;
+}
+.rendered_html ol ol ol {
+  list-style: lower-alpha;
+  margin: 0em 2em;
+}
+.rendered_html ol ol ol ol {
+  list-style: lower-roman;
+  margin: 0em 2em;
+}
+.rendered_html ol ol ol ol ol {
+  list-style: decimal;
+  margin: 0em 2em;
+}
+.rendered_html * + ul {
+  margin-top: 1em;
+}
+.rendered_html * + ol {
+  margin-top: 1em;
+}
+.rendered_html hr {
+  color: black;
+  background-color: black;
+}
+.rendered_html pre {
+  margin: 1em 2em;
+}
+.rendered_html pre,
+.rendered_html code {
+  border: 0;
+  background-color: #fff;
+  color: #000;
+  font-size: 100%;
+  padding: 0px;
+}
+.rendered_html blockquote {
+  margin: 1em 2em;
+}
+.rendered_html table {
+  margin-left: auto;
+  margin-right: auto;
+  border: 1px solid black;
+  border-collapse: collapse;
+}
+.rendered_html tr,
+.rendered_html th,
+.rendered_html td {
+  border: 1px solid black;
+  border-collapse: collapse;
+  margin: 1em 2em;
+}
+.rendered_html td,
+.rendered_html th {
+  text-align: left;
+  vertical-align: middle;
+  padding: 4px;
+}
+.rendered_html th {
+  font-weight: bold;
+}
+.rendered_html * + table {
+  margin-top: 1em;
+}
+.rendered_html p {
+  text-align: left;
+}
+.rendered_html * + p {
+  margin-top: 1em;
+}
+.rendered_html img {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+}
+.rendered_html * + img {
+  margin-top: 1em;
+}
+.rendered_html img,
+.rendered_html svg {
+  max-width: 100%;
+  height: auto;
+}
+.rendered_html img.unconfined,
+.rendered_html svg.unconfined {
+  max-width: none;
+}
+div.text_cell {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+}
+@media (max-width: 540px) {
+  div.text_cell > div.prompt {
+    display: none;
+  }
+}
+div.text_cell_render {
+  /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
+  outline: none;
+  resize: none;
+  width: inherit;
+  border-style: none;
+  padding: 0.5em 0.5em 0.5em 0.4em;
+  color: #000;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+}
+a.anchor-link:link {
+  text-decoration: none;
+  padding: 0px 20px;
+  visibility: hidden;
+}
+h1:hover .anchor-link,
+h2:hover .anchor-link,
+h3:hover .anchor-link,
+h4:hover .anchor-link,
+h5:hover .anchor-link,
+h6:hover .anchor-link {
+  visibility: visible;
+}
+.text_cell.rendered .input_area {
+  display: none;
+}
+.text_cell.rendered .rendered_html {
+  overflow-x: auto;
+  overflow-y: hidden;
+}
+.text_cell.unrendered .text_cell_render {
+  display: none;
+}
+.cm-header-1,
+.cm-header-2,
+.cm-header-3,
+.cm-header-4,
+.cm-header-5,
+.cm-header-6 {
+  font-weight: bold;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+.cm-header-1 {
+  font-size: 185.7%;
+}
+.cm-header-2 {
+  font-size: 157.1%;
+}
+.cm-header-3 {
+  font-size: 128.6%;
+}
+.cm-header-4 {
+  font-size: 110%;
+}
+.cm-header-5 {
+  font-size: 100%;
+  font-style: italic;
+}
+.cm-header-6 {
+  font-size: 100%;
+  font-style: italic;
+}
+/*!
+*
+* IPython notebook webapp
+*
+*/
+@media (max-width: 767px) {
+  .notebook_app {
+    padding-left: 0px;
+    padding-right: 0px;
+  }
+}
+#ipython-main-app {
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  height: 100%;
+}
+div#notebook_panel {
+  margin: 0px;
+  padding: 0px;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  height: 100%;
+}
+div#notebook {
+  font-size: 14px;
+  line-height: 20px;
+  overflow-y: hidden;
+  overflow-x: auto;
+  width: 100%;
+  /* This spaces the page away from the edge of the notebook area */
+  padding-top: 20px;
+  margin: 0px;
+  outline: none;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  min-height: 100%;
+}
+@media not print {
+  #notebook-container {
+    padding: 15px;
+    background-color: #fff;
+    min-height: 0;
+    -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+    box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  }
+}
+@media print {
+  #notebook-container {
+    width: 100%;
+  }
+}
+div.ui-widget-content {
+  border: 1px solid #ababab;
+  outline: none;
+}
+pre.dialog {
+  background-color: #f7f7f7;
+  border: 1px solid #ddd;
+  border-radius: 2px;
+  padding: 0.4em;
+  padding-left: 2em;
+}
+p.dialog {
+  padding: 0.2em;
+}
+/* Word-wrap output correctly.  This is the CSS3 spelling, though Firefox seems
+   to not honor it correctly.  Webkit browsers (Chrome, rekonq, Safari) do.
+ */
+pre,
+code,
+kbd,
+samp {
+  white-space: pre-wrap;
+}
+#fonttest {
+  font-family: monospace;
+}
+p {
+  margin-bottom: 0;
+}
+.end_space {
+  min-height: 100px;
+  transition: height .2s ease;
+}
+.notebook_app > #header {
+  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+}
+@media not print {
+  .notebook_app {
+    background-color: #EEE;
+  }
+}
+kbd {
+  border-style: solid;
+  border-width: 1px;
+  box-shadow: none;
+  margin: 2px;
+  padding-left: 2px;
+  padding-right: 2px;
+  padding-top: 1px;
+  padding-bottom: 1px;
+}
+/* CSS for the cell toolbar */
+.celltoolbar {
+  border: thin solid #CFCFCF;
+  border-bottom: none;
+  background: #EEE;
+  border-radius: 2px 2px 0px 0px;
+  width: 100%;
+  height: 29px;
+  padding-right: 4px;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+  /* Old browsers */
+  -webkit-box-pack: end;
+  -moz-box-pack: end;
+  box-pack: end;
+  /* Modern browsers */
+  justify-content: flex-end;
+  display: -webkit-flex;
+}
+@media print {
+  .celltoolbar {
+    display: none;
+  }
+}
+.ctb_hideshow {
+  display: none;
+  vertical-align: bottom;
+}
+/* ctb_show is added to the ctb_hideshow div to show the cell toolbar.
+   Cell toolbars are only shown when the ctb_global_show class is also set.
+*/
+.ctb_global_show .ctb_show.ctb_hideshow {
+  display: block;
+}
+.ctb_global_show .ctb_show + .input_area,
+.ctb_global_show .ctb_show + div.text_cell_input,
+.ctb_global_show .ctb_show ~ div.text_cell_render {
+  border-top-right-radius: 0px;
+  border-top-left-radius: 0px;
+}
+.ctb_global_show .ctb_show ~ div.text_cell_render {
+  border: 1px solid #cfcfcf;
+}
+.celltoolbar {
+  font-size: 87%;
+  padding-top: 3px;
+}
+.celltoolbar select {
+  display: block;
+  width: 100%;
+  height: 32px;
+  padding: 6px 12px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #555555;
+  background-color: #fff;
+  background-image: none;
+  border: 1px solid #ccc;
+  border-radius: 2px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+  width: inherit;
+  font-size: inherit;
+  height: 22px;
+  padding: 0px;
+  display: inline-block;
+}
+.celltoolbar select:focus {
+  border-color: #66afe9;
+  outline: 0;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
+  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
+}
+.celltoolbar select::-moz-placeholder {
+  color: #999;
+  opacity: 1;
+}
+.celltoolbar select:-ms-input-placeholder {
+  color: #999;
+}
+.celltoolbar select::-webkit-input-placeholder {
+  color: #999;
+}
+.celltoolbar select::-ms-expand {
+  border: 0;
+  background-color: transparent;
+}
+.celltoolbar select[disabled],
+.celltoolbar select[readonly],
+fieldset[disabled] .celltoolbar select {
+  background-color: #eeeeee;
+  opacity: 1;
+}
+.celltoolbar select[disabled],
+fieldset[disabled] .celltoolbar select {
+  cursor: not-allowed;
+}
+textarea.celltoolbar select {
+  height: auto;
+}
+select.celltoolbar select {
+  height: 30px;
+  line-height: 30px;
+}
+textarea.celltoolbar select,
+select[multiple].celltoolbar select {
+  height: auto;
+}
+.celltoolbar label {
+  margin-left: 5px;
+  margin-right: 5px;
+}
+.completions {
+  position: absolute;
+  z-index: 110;
+  overflow: hidden;
+  border: 1px solid #ababab;
+  border-radius: 2px;
+  -webkit-box-shadow: 0px 6px 10px -1px #adadad;
+  box-shadow: 0px 6px 10px -1px #adadad;
+  line-height: 1;
+}
+.completions select {
+  background: white;
+  outline: none;
+  border: none;
+  padding: 0px;
+  margin: 0px;
+  overflow: auto;
+  font-family: monospace;
+  font-size: 110%;
+  color: #000;
+  width: auto;
+}
+.completions select option.context {
+  color: #286090;
+}
+#kernel_logo_widget {
+  float: right !important;
+  float: right;
+}
+#kernel_logo_widget .current_kernel_logo {
+  display: none;
+  margin-top: -1px;
+  margin-bottom: -1px;
+  width: 32px;
+  height: 32px;
+}
+#menubar {
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  margin-top: 1px;
+}
+#menubar .navbar {
+  border-top: 1px;
+  border-radius: 0px 0px 2px 2px;
+  margin-bottom: 0px;
+}
+#menubar .navbar-toggle {
+  float: left;
+  padding-top: 7px;
+  padding-bottom: 7px;
+  border: none;
+}
+#menubar .navbar-collapse {
+  clear: left;
+}
+.nav-wrapper {
+  border-bottom: 1px solid #e7e7e7;
+}
+i.menu-icon {
+  padding-top: 4px;
+}
+ul#help_menu li a {
+  overflow: hidden;
+  padding-right: 2.2em;
+}
+ul#help_menu li a i {
+  margin-right: -1.2em;
+}
+.dropdown-submenu {
+  position: relative;
+}
+.dropdown-submenu > .dropdown-menu {
+  top: 0;
+  left: 100%;
+  margin-top: -6px;
+  margin-left: -1px;
+}
+.dropdown-submenu:hover > .dropdown-menu {
+  display: block;
+}
+.dropdown-submenu > a:after {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  display: block;
+  content: "\f0da";
+  float: right;
+  color: #333333;
+  margin-top: 2px;
+  margin-right: -10px;
+}
+.dropdown-submenu > a:after.pull-left {
+  margin-right: .3em;
+}
+.dropdown-submenu > a:after.pull-right {
+  margin-left: .3em;
+}
+.dropdown-submenu:hover > a:after {
+  color: #262626;
+}
+.dropdown-submenu.pull-left {
+  float: none;
+}
+.dropdown-submenu.pull-left > .dropdown-menu {
+  left: -100%;
+  margin-left: 10px;
+}
+#notification_area {
+  float: right !important;
+  float: right;
+  z-index: 10;
+}
+.indicator_area {
+  float: right !important;
+  float: right;
+  color: #777;
+  margin-left: 5px;
+  margin-right: 5px;
+  width: 11px;
+  z-index: 10;
+  text-align: center;
+  width: auto;
+}
+#kernel_indicator {
+  float: right !important;
+  float: right;
+  color: #777;
+  margin-left: 5px;
+  margin-right: 5px;
+  width: 11px;
+  z-index: 10;
+  text-align: center;
+  width: auto;
+  border-left: 1px solid;
+}
+#kernel_indicator .kernel_indicator_name {
+  padding-left: 5px;
+  padding-right: 5px;
+}
+#modal_indicator {
+  float: right !important;
+  float: right;
+  color: #777;
+  margin-left: 5px;
+  margin-right: 5px;
+  width: 11px;
+  z-index: 10;
+  text-align: center;
+  width: auto;
+}
+#readonly-indicator {
+  float: right !important;
+  float: right;
+  color: #777;
+  margin-left: 5px;
+  margin-right: 5px;
+  width: 11px;
+  z-index: 10;
+  text-align: center;
+  width: auto;
+  margin-top: 2px;
+  margin-bottom: 0px;
+  margin-left: 0px;
+  margin-right: 0px;
+  display: none;
+}
+.modal_indicator:before {
+  width: 1.28571429em;
+  text-align: center;
+}
+.edit_mode .modal_indicator:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f040";
+}
+.edit_mode .modal_indicator:before.pull-left {
+  margin-right: .3em;
+}
+.edit_mode .modal_indicator:before.pull-right {
+  margin-left: .3em;
+}
+.command_mode .modal_indicator:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: ' ';
+}
+.command_mode .modal_indicator:before.pull-left {
+  margin-right: .3em;
+}
+.command_mode .modal_indicator:before.pull-right {
+  margin-left: .3em;
+}
+.kernel_idle_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f10c";
+}
+.kernel_idle_icon:before.pull-left {
+  margin-right: .3em;
+}
+.kernel_idle_icon:before.pull-right {
+  margin-left: .3em;
+}
+.kernel_busy_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f111";
+}
+.kernel_busy_icon:before.pull-left {
+  margin-right: .3em;
+}
+.kernel_busy_icon:before.pull-right {
+  margin-left: .3em;
+}
+.kernel_dead_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f1e2";
+}
+.kernel_dead_icon:before.pull-left {
+  margin-right: .3em;
+}
+.kernel_dead_icon:before.pull-right {
+  margin-left: .3em;
+}
+.kernel_disconnected_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f127";
+}
+.kernel_disconnected_icon:before.pull-left {
+  margin-right: .3em;
+}
+.kernel_disconnected_icon:before.pull-right {
+  margin-left: .3em;
+}
+.notification_widget {
+  color: #777;
+  z-index: 10;
+  background: rgba(240, 240, 240, 0.5);
+  margin-right: 4px;
+  color: #333;
+  background-color: #fff;
+  border-color: #ccc;
+}
+.notification_widget:focus,
+.notification_widget.focus {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #8c8c8c;
+}
+.notification_widget:hover {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+.notification_widget:active,
+.notification_widget.active,
+.open > .dropdown-toggle.notification_widget {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+.notification_widget:active:hover,
+.notification_widget.active:hover,
+.open > .dropdown-toggle.notification_widget:hover,
+.notification_widget:active:focus,
+.notification_widget.active:focus,
+.open > .dropdown-toggle.notification_widget:focus,
+.notification_widget:active.focus,
+.notification_widget.active.focus,
+.open > .dropdown-toggle.notification_widget.focus {
+  color: #333;
+  background-color: #d4d4d4;
+  border-color: #8c8c8c;
+}
+.notification_widget:active,
+.notification_widget.active,
+.open > .dropdown-toggle.notification_widget {
+  background-image: none;
+}
+.notification_widget.disabled:hover,
+.notification_widget[disabled]:hover,
+fieldset[disabled] .notification_widget:hover,
+.notification_widget.disabled:focus,
+.notification_widget[disabled]:focus,
+fieldset[disabled] .notification_widget:focus,
+.notification_widget.disabled.focus,
+.notification_widget[disabled].focus,
+fieldset[disabled] .notification_widget.focus {
+  background-color: #fff;
+  border-color: #ccc;
+}
+.notification_widget .badge {
+  color: #fff;
+  background-color: #333;
+}
+.notification_widget.warning {
+  color: #fff;
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+.notification_widget.warning:focus,
+.notification_widget.warning.focus {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #985f0d;
+}
+.notification_widget.warning:hover {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #d58512;
+}
+.notification_widget.warning:active,
+.notification_widget.warning.active,
+.open > .dropdown-toggle.notification_widget.warning {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #d58512;
+}
+.notification_widget.warning:active:hover,
+.notification_widget.warning.active:hover,
+.open > .dropdown-toggle.notification_widget.warning:hover,
+.notification_widget.warning:active:focus,
+.notification_widget.warning.active:focus,
+.open > .dropdown-toggle.notification_widget.warning:focus,
+.notification_widget.warning:active.focus,
+.notification_widget.warning.active.focus,
+.open > .dropdown-toggle.notification_widget.warning.focus {
+  color: #fff;
+  background-color: #d58512;
+  border-color: #985f0d;
+}
+.notification_widget.warning:active,
+.notification_widget.warning.active,
+.open > .dropdown-toggle.notification_widget.warning {
+  background-image: none;
+}
+.notification_widget.warning.disabled:hover,
+.notification_widget.warning[disabled]:hover,
+fieldset[disabled] .notification_widget.warning:hover,
+.notification_widget.warning.disabled:focus,
+.notification_widget.warning[disabled]:focus,
+fieldset[disabled] .notification_widget.warning:focus,
+.notification_widget.warning.disabled.focus,
+.notification_widget.warning[disabled].focus,
+fieldset[disabled] .notification_widget.warning.focus {
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+.notification_widget.warning .badge {
+  color: #f0ad4e;
+  background-color: #fff;
+}
+.notification_widget.success {
+  color: #fff;
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+.notification_widget.success:focus,
+.notification_widget.success.focus {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #255625;
+}
+.notification_widget.success:hover {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #398439;
+}
+.notification_widget.success:active,
+.notification_widget.success.active,
+.open > .dropdown-toggle.notification_widget.success {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #398439;
+}
+.notification_widget.success:active:hover,
+.notification_widget.success.active:hover,
+.open > .dropdown-toggle.notification_widget.success:hover,
+.notification_widget.success:active:focus,
+.notification_widget.success.active:focus,
+.open > .dropdown-toggle.notification_widget.success:focus,
+.notification_widget.success:active.focus,
+.notification_widget.success.active.focus,
+.open > .dropdown-toggle.notification_widget.success.focus {
+  color: #fff;
+  background-color: #398439;
+  border-color: #255625;
+}
+.notification_widget.success:active,
+.notification_widget.success.active,
+.open > .dropdown-toggle.notification_widget.success {
+  background-image: none;
+}
+.notification_widget.success.disabled:hover,
+.notification_widget.success[disabled]:hover,
+fieldset[disabled] .notification_widget.success:hover,
+.notification_widget.success.disabled:focus,
+.notification_widget.success[disabled]:focus,
+fieldset[disabled] .notification_widget.success:focus,
+.notification_widget.success.disabled.focus,
+.notification_widget.success[disabled].focus,
+fieldset[disabled] .notification_widget.success.focus {
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+.notification_widget.success .badge {
+  color: #5cb85c;
+  background-color: #fff;
+}
+.notification_widget.info {
+  color: #fff;
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+.notification_widget.info:focus,
+.notification_widget.info.focus {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #1b6d85;
+}
+.notification_widget.info:hover {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #269abc;
+}
+.notification_widget.info:active,
+.notification_widget.info.active,
+.open > .dropdown-toggle.notification_widget.info {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #269abc;
+}
+.notification_widget.info:active:hover,
+.notification_widget.info.active:hover,
+.open > .dropdown-toggle.notification_widget.info:hover,
+.notification_widget.info:active:focus,
+.notification_widget.info.active:focus,
+.open > .dropdown-toggle.notification_widget.info:focus,
+.notification_widget.info:active.focus,
+.notification_widget.info.active.focus,
+.open > .dropdown-toggle.notification_widget.info.focus {
+  color: #fff;
+  background-color: #269abc;
+  border-color: #1b6d85;
+}
+.notification_widget.info:active,
+.notification_widget.info.active,
+.open > .dropdown-toggle.notification_widget.info {
+  background-image: none;
+}
+.notification_widget.info.disabled:hover,
+.notification_widget.info[disabled]:hover,
+fieldset[disabled] .notification_widget.info:hover,
+.notification_widget.info.disabled:focus,
+.notification_widget.info[disabled]:focus,
+fieldset[disabled] .notification_widget.info:focus,
+.notification_widget.info.disabled.focus,
+.notification_widget.info[disabled].focus,
+fieldset[disabled] .notification_widget.info.focus {
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+.notification_widget.info .badge {
+  color: #5bc0de;
+  background-color: #fff;
+}
+.notification_widget.danger {
+  color: #fff;
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+.notification_widget.danger:focus,
+.notification_widget.danger.focus {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #761c19;
+}
+.notification_widget.danger:hover {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #ac2925;
+}
+.notification_widget.danger:active,
+.notification_widget.danger.active,
+.open > .dropdown-toggle.notification_widget.danger {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #ac2925;
+}
+.notification_widget.danger:active:hover,
+.notification_widget.danger.active:hover,
+.open > .dropdown-toggle.notification_widget.danger:hover,
+.notification_widget.danger:active:focus,
+.notification_widget.danger.active:focus,
+.open > .dropdown-toggle.notification_widget.danger:focus,
+.notification_widget.danger:active.focus,
+.notification_widget.danger.active.focus,
+.open > .dropdown-toggle.notification_widget.danger.focus {
+  color: #fff;
+  background-color: #ac2925;
+  border-color: #761c19;
+}
+.notification_widget.danger:active,
+.notification_widget.danger.active,
+.open > .dropdown-toggle.notification_widget.danger {
+  background-image: none;
+}
+.notification_widget.danger.disabled:hover,
+.notification_widget.danger[disabled]:hover,
+fieldset[disabled] .notification_widget.danger:hover,
+.notification_widget.danger.disabled:focus,
+.notification_widget.danger[disabled]:focus,
+fieldset[disabled] .notification_widget.danger:focus,
+.notification_widget.danger.disabled.focus,
+.notification_widget.danger[disabled].focus,
+fieldset[disabled] .notification_widget.danger.focus {
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+.notification_widget.danger .badge {
+  color: #d9534f;
+  background-color: #fff;
+}
+div#pager {
+  background-color: #fff;
+  font-size: 14px;
+  line-height: 20px;
+  overflow: hidden;
+  display: none;
+  position: fixed;
+  bottom: 0px;
+  width: 100%;
+  max-height: 50%;
+  padding-top: 8px;
+  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  /* Display over codemirror */
+  z-index: 100;
+  /* Hack which prevents jquery ui resizable from changing top. */
+  top: auto !important;
+}
+div#pager pre {
+  line-height: 1.21429em;
+  color: #000;
+  background-color: #f7f7f7;
+  padding: 0.4em;
+}
+div#pager #pager-button-area {
+  position: absolute;
+  top: 8px;
+  right: 20px;
+}
+div#pager #pager-contents {
+  position: relative;
+  overflow: auto;
+  width: 100%;
+  height: 100%;
+}
+div#pager #pager-contents #pager-container {
+  position: relative;
+  padding: 15px 0px;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+}
+div#pager .ui-resizable-handle {
+  top: 0px;
+  height: 8px;
+  background: #f7f7f7;
+  border-top: 1px solid #cfcfcf;
+  border-bottom: 1px solid #cfcfcf;
+  /* This injects handle bars (a short, wide = symbol) for 
+        the resize handle. */
+}
+div#pager .ui-resizable-handle::after {
+  content: '';
+  top: 2px;
+  left: 50%;
+  height: 3px;
+  width: 30px;
+  margin-left: -15px;
+  position: absolute;
+  border-top: 1px solid #cfcfcf;
+}
+.quickhelp {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+  line-height: 1.8em;
+}
+.shortcut_key {
+  display: inline-block;
+  width: 20ex;
+  text-align: right;
+  font-family: monospace;
+}
+.shortcut_descr {
+  display: inline-block;
+  /* Old browsers */
+  -webkit-box-flex: 1;
+  -moz-box-flex: 1;
+  box-flex: 1;
+  /* Modern browsers */
+  flex: 1;
+}
+span.save_widget {
+  margin-top: 6px;
+}
+span.save_widget span.filename {
+  height: 1em;
+  line-height: 1em;
+  padding: 3px;
+  margin-left: 16px;
+  border: none;
+  font-size: 146.5%;
+  border-radius: 2px;
+}
+span.save_widget span.filename:hover {
+  background-color: #e6e6e6;
+}
+span.checkpoint_status,
+span.autosave_status {
+  font-size: small;
+}
+@media (max-width: 767px) {
+  span.save_widget {
+    font-size: small;
+  }
+  span.checkpoint_status,
+  span.autosave_status {
+    display: none;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  span.checkpoint_status {
+    display: none;
+  }
+  span.autosave_status {
+    font-size: x-small;
+  }
+}
+.toolbar {
+  padding: 0px;
+  margin-left: -5px;
+  margin-top: 2px;
+  margin-bottom: 5px;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+}
+.toolbar select,
+.toolbar label {
+  width: auto;
+  vertical-align: middle;
+  margin-right: 2px;
+  margin-bottom: 0px;
+  display: inline;
+  font-size: 92%;
+  margin-left: 0.3em;
+  margin-right: 0.3em;
+  padding: 0px;
+  padding-top: 3px;
+}
+.toolbar .btn {
+  padding: 2px 8px;
+}
+.toolbar .btn-group {
+  margin-top: 0px;
+  margin-left: 5px;
+}
+#maintoolbar {
+  margin-bottom: -3px;
+  margin-top: -8px;
+  border: 0px;
+  min-height: 27px;
+  margin-left: 0px;
+  padding-top: 11px;
+  padding-bottom: 3px;
+}
+#maintoolbar .navbar-text {
+  float: none;
+  vertical-align: middle;
+  text-align: right;
+  margin-left: 5px;
+  margin-right: 0px;
+  margin-top: 0px;
+}
+.select-xs {
+  height: 24px;
+}
+.pulse,
+.dropdown-menu > li > a.pulse,
+li.pulse > a.dropdown-toggle,
+li.pulse.open > a.dropdown-toggle {
+  background-color: #F37626;
+  color: white;
+}
+/**
+ * Primary styles
+ *
+ * Author: Jupyter Development Team
+ */
+/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot
+ * of chance of beeing generated from the ../less/[samename].less file, you can
+ * try to get back the less file by reverting somme commit in history
+ **/
+/*
+ * We'll try to get something pretty, so we
+ * have some strange css to have the scroll bar on
+ * the left with fix button on the top right of the tooltip
+ */
+@-moz-keyframes fadeOut {
+  from {
+    opacity: 1;
+  }
+  to {
+    opacity: 0;
+  }
+}
+@-webkit-keyframes fadeOut {
+  from {
+    opacity: 1;
+  }
+  to {
+    opacity: 0;
+  }
+}
+@-moz-keyframes fadeIn {
+  from {
+    opacity: 0;
+  }
+  to {
+    opacity: 1;
+  }
+}
+@-webkit-keyframes fadeIn {
+  from {
+    opacity: 0;
+  }
+  to {
+    opacity: 1;
+  }
+}
+/*properties of tooltip after "expand"*/
+.bigtooltip {
+  overflow: auto;
+  height: 200px;
+  -webkit-transition-property: height;
+  -webkit-transition-duration: 500ms;
+  -moz-transition-property: height;
+  -moz-transition-duration: 500ms;
+  transition-property: height;
+  transition-duration: 500ms;
+}
+/*properties of tooltip before "expand"*/
+.smalltooltip {
+  -webkit-transition-property: height;
+  -webkit-transition-duration: 500ms;
+  -moz-transition-property: height;
+  -moz-transition-duration: 500ms;
+  transition-property: height;
+  transition-duration: 500ms;
+  text-overflow: ellipsis;
+  overflow: hidden;
+  height: 80px;
+}
+.tooltipbuttons {
+  position: absolute;
+  padding-right: 15px;
+  top: 0px;
+  right: 0px;
+}
+.tooltiptext {
+  /*avoid the button to overlap on some docstring*/
+  padding-right: 30px;
+}
+.ipython_tooltip {
+  max-width: 700px;
+  /*fade-in animation when inserted*/
+  -webkit-animation: fadeOut 400ms;
+  -moz-animation: fadeOut 400ms;
+  animation: fadeOut 400ms;
+  -webkit-animation: fadeIn 400ms;
+  -moz-animation: fadeIn 400ms;
+  animation: fadeIn 400ms;
+  vertical-align: middle;
+  background-color: #f7f7f7;
+  overflow: visible;
+  border: #ababab 1px solid;
+  outline: none;
+  padding: 3px;
+  margin: 0px;
+  padding-left: 7px;
+  font-family: monospace;
+  min-height: 50px;
+  -moz-box-shadow: 0px 6px 10px -1px #adadad;
+  -webkit-box-shadow: 0px 6px 10px -1px #adadad;
+  box-shadow: 0px 6px 10px -1px #adadad;
+  border-radius: 2px;
+  position: absolute;
+  z-index: 1000;
+}
+.ipython_tooltip a {
+  float: right;
+}
+.ipython_tooltip .tooltiptext pre {
+  border: 0;
+  border-radius: 0;
+  font-size: 100%;
+  background-color: #f7f7f7;
+}
+.pretooltiparrow {
+  left: 0px;
+  margin: 0px;
+  top: -16px;
+  width: 40px;
+  height: 16px;
+  overflow: hidden;
+  position: absolute;
+}
+.pretooltiparrow:before {
+  background-color: #f7f7f7;
+  border: 1px #ababab solid;
+  z-index: 11;
+  content: "";
+  position: absolute;
+  left: 15px;
+  top: 10px;
+  width: 25px;
+  height: 25px;
+  -webkit-transform: rotate(45deg);
+  -moz-transform: rotate(45deg);
+  -ms-transform: rotate(45deg);
+  -o-transform: rotate(45deg);
+}
+ul.typeahead-list i {
+  margin-left: -10px;
+  width: 18px;
+}
+ul.typeahead-list {
+  max-height: 80vh;
+  overflow: auto;
+}
+ul.typeahead-list > li > a {
+  /** Firefox bug **/
+  /* see https://github.com/jupyter/notebook/issues/559 */
+  white-space: normal;
+}
+.cmd-palette .modal-body {
+  padding: 7px;
+}
+.cmd-palette form {
+  background: white;
+}
+.cmd-palette input {
+  outline: none;
+}
+.no-shortcut {
+  display: none;
+}
+.command-shortcut:before {
+  content: "(command)";
+  padding-right: 3px;
+  color: #777777;
+}
+.edit-shortcut:before {
+  content: "(edit)";
+  padding-right: 3px;
+  color: #777777;
+}
+#find-and-replace #replace-preview .match,
+#find-and-replace #replace-preview .insert {
+  background-color: #BBDEFB;
+  border-color: #90CAF9;
+  border-style: solid;
+  border-width: 1px;
+  border-radius: 0px;
+}
+#find-and-replace #replace-preview .replace .match {
+  background-color: #FFCDD2;
+  border-color: #EF9A9A;
+  border-radius: 0px;
+}
+#find-and-replace #replace-preview .replace .insert {
+  background-color: #C8E6C9;
+  border-color: #A5D6A7;
+  border-radius: 0px;
+}
+#find-and-replace #replace-preview {
+  max-height: 60vh;
+  overflow: auto;
+}
+#find-and-replace #replace-preview pre {
+  padding: 5px 10px;
+}
+.terminal-app {
+  background: #EEE;
+}
+.terminal-app #header {
+  background: #fff;
+  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+}
+.terminal-app .terminal {
+  float: left;
+  font-family: monospace;
+  color: white;
+  background: black;
+  padding: 0.4em;
+  border-radius: 2px;
+  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
+  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
+}
+.terminal-app .terminal,
+.terminal-app .terminal dummy-screen {
+  line-height: 1em;
+  font-size: 14px;
+}
+.terminal-app .terminal-cursor {
+  color: black;
+  background: white;
+}
+.terminal-app #terminado-container {
+  margin-top: 20px;
+}
+/*# sourceMappingURL=style.min.css.map */
+    </style>
+<style type="text/css">
+    .highlight .hll { background-color: #ffffcc }
+.highlight  { background: #f8f8f8; }
+.highlight .c { color: #408080; font-style: italic } /* Comment */
+.highlight .err { border: 1px solid #FF0000 } /* Error */
+.highlight .k { color: #008000; font-weight: bold } /* Keyword */
+.highlight .o { color: #666666 } /* Operator */
+.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
+.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
+.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
+.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
+.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
+.highlight .gd { color: #A00000 } /* Generic.Deleted */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .gr { color: #FF0000 } /* Generic.Error */
+.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight .gi { color: #00A000 } /* Generic.Inserted */
+.highlight .go { color: #888888 } /* Generic.Output */
+.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight .gt { color: #0044DD } /* Generic.Traceback */
+.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
+.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
+.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
+.highlight .kp { color: #008000 } /* Keyword.Pseudo */
+.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #B00040 } /* Keyword.Type */
+.highlight .m { color: #666666 } /* Literal.Number */
+.highlight .s { color: #BA2121 } /* Literal.String */
+.highlight .na { color: #7D9029 } /* Name.Attribute */
+.highlight .nb { color: #008000 } /* Name.Builtin */
+.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
+.highlight .no { color: #880000 } /* Name.Constant */
+.highlight .nd { color: #AA22FF } /* Name.Decorator */
+.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
+.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
+.highlight .nf { color: #0000FF } /* Name.Function */
+.highlight .nl { color: #A0A000 } /* Name.Label */
+.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
+.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
+.highlight .nv { color: #19177C } /* Name.Variable */
+.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .mb { color: #666666 } /* Literal.Number.Bin */
+.highlight .mf { color: #666666 } /* Literal.Number.Float */
+.highlight .mh { color: #666666 } /* Literal.Number.Hex */
+.highlight .mi { color: #666666 } /* Literal.Number.Integer */
+.highlight .mo { color: #666666 } /* Literal.Number.Oct */
+.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
+.highlight .sc { color: #BA2121 } /* Literal.String.Char */
+.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
+.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
+.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
+.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
+.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
+.highlight .sx { color: #008000 } /* Literal.String.Other */
+.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
+.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
+.highlight .ss { color: #19177C } /* Literal.String.Symbol */
+.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
+.highlight .vc { color: #19177C } /* Name.Variable.Class */
+.highlight .vg { color: #19177C } /* Name.Variable.Global */
+.highlight .vi { color: #19177C } /* Name.Variable.Instance */
+.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
+    </style>
+<style type="text/css">
+    
+/* Temporary definitions which will become obsolete with Notebook release 5.0 */
+.ansi-black-fg { color: #3E424D; }
+.ansi-black-bg { background-color: #3E424D; }
+.ansi-black-intense-fg { color: #282C36; }
+.ansi-black-intense-bg { background-color: #282C36; }
+.ansi-red-fg { color: #E75C58; }
+.ansi-red-bg { background-color: #E75C58; }
+.ansi-red-intense-fg { color: #B22B31; }
+.ansi-red-intense-bg { background-color: #B22B31; }
+.ansi-green-fg { color: #00A250; }
+.ansi-green-bg { background-color: #00A250; }
+.ansi-green-intense-fg { color: #007427; }
+.ansi-green-intense-bg { background-color: #007427; }
+.ansi-yellow-fg { color: #DDB62B; }
+.ansi-yellow-bg { background-color: #DDB62B; }
+.ansi-yellow-intense-fg { color: #B27D12; }
+.ansi-yellow-intense-bg { background-color: #B27D12; }
+.ansi-blue-fg { color: #208FFB; }
+.ansi-blue-bg { background-color: #208FFB; }
+.ansi-blue-intense-fg { color: #0065CA; }
+.ansi-blue-intense-bg { background-color: #0065CA; }
+.ansi-magenta-fg { color: #D160C4; }
+.ansi-magenta-bg { background-color: #D160C4; }
+.ansi-magenta-intense-fg { color: #A03196; }
+.ansi-magenta-intense-bg { background-color: #A03196; }
+.ansi-cyan-fg { color: #60C6C8; }
+.ansi-cyan-bg { background-color: #60C6C8; }
+.ansi-cyan-intense-fg { color: #258F8F; }
+.ansi-cyan-intense-bg { background-color: #258F8F; }
+.ansi-white-fg { color: #C5C1B4; }
+.ansi-white-bg { background-color: #C5C1B4; }
+.ansi-white-intense-fg { color: #A1A6B2; }
+.ansi-white-intense-bg { background-color: #A1A6B2; }
+
+.ansi-bold { font-weight: bold; }
+
+    </style>
+
+
+<style type="text/css">
+/* Overrides of notebook CSS for static HTML export */
+body {
+  overflow: visible;
+  padding: 8px;
+}
+
+div#notebook {
+  overflow: visible;
+  border-top: none;
+}
+
+@media print {
+  div.cell {
+    display: block;
+    page-break-inside: avoid;
+  } 
+  div.output_wrapper { 
+    display: block;
+    page-break-inside: avoid; 
+  }
+  div.output { 
+    display: block;
+    page-break-inside: avoid; 
+  }
+}
+</style>
+
+<!-- Custom stylesheet, it must be in the same directory as the html file -->
+<link rel="stylesheet" href="custom.css">
+
+<!-- Loading mathjax macro -->
+<!-- Load mathjax -->
+    <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
+    <!-- MathJax configuration -->
+    <script type="text/x-mathjax-config">
+    MathJax.Hub.Config({
+        tex2jax: {
+            inlineMath: [ ['$','$'], ["\\(","\\)"] ],
+            displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
+            processEscapes: true,
+            processEnvironments: true
+        },
+        // Center justify equations in code and markdown cells. Elsewhere
+        // we use CSS to left justify single line equations in code cells.
+        displayAlign: 'center',
+        "HTML-CSS": {
+            styles: {'.MathJax_Display': {"margin": 0}},
+            linebreaks: { automatic: true }
+        }
+    });
+    </script>
+    <!-- End of mathjax configuration --></head>
+<body>
+  <div tabindex="-1" id="notebook" class="border-box-sizing">
+    <div class="container" id="notebook-container">
+
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h1 id="Your-First-Neural-Network">Your First Neural Network<a class="anchor-link" href="#Your-First-Neural-Network">&#182;</a></h1><p>In this project, you'll build your first neural network and use it to predict daily bike rental ridership. We've provided some of the code, but left the implementation of the neural network up to you (for the most part). After you've submitted this project, feel free to explore the data and the model more.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[2]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="o">%</span><span class="k">matplotlib</span> inline
+<span class="o">%</span><span class="k">load_ext</span> autoreload
+<span class="o">%</span><span class="k">autoreload</span> 2
+<span class="o">%</span><span class="k">config</span> InlineBackend.figure_format = &#39;retina&#39;
+
+<span class="kn">import</span> <span class="nn">warnings</span>
+<span class="n">warnings</span><span class="o">.</span><span class="n">filterwarnings</span><span class="p">(</span><span class="s2">&quot;ignore&quot;</span><span class="p">)</span>
+
+<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
+<span class="kn">import</span> <span class="nn">pandas</span> <span class="k">as</span> <span class="nn">pd</span>
+<span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Load-and-Prepare-the-Data">Load and Prepare the Data<a class="anchor-link" href="#Load-and-Prepare-the-Data">&#182;</a></h2><p>A critical step in working with neural networks is preparing the data correctly. Variables on different scales make it difficult for the network to efficiently learn the correct weights. Below, we've written the code to load and prepare the data. You'll learn more about this soon!</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[4]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="n">data_path</span> <span class="o">=</span> <span class="s1">&#39;data/hour.csv&#39;</span>
+<span class="n">rides</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">read_csv</span><span class="p">(</span><span class="n">data_path</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[5]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="n">rides</span><span class="o">.</span><span class="n">head</span><span class="p">()</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area"><div class="prompt output_prompt">Out[5]:</div>
+
+<div class="output_html rendered_html output_subarea output_execute_result">
+<div>
+<style>
+    .dataframe thead tr:only-child th {
+        text-align: right;
+    }
+
+    .dataframe thead th {
+        text-align: left;
+    }
+
+    .dataframe tbody tr th {
+        vertical-align: top;
+    }
+</style>
+<table border="1" class="dataframe">
+  <thead>
+    <tr style="text-align: right;">
+      <th></th>
+      <th>instant</th>
+      <th>dteday</th>
+      <th>season</th>
+      <th>yr</th>
+      <th>mnth</th>
+      <th>hr</th>
+      <th>holiday</th>
+      <th>weekday</th>
+      <th>workingday</th>
+      <th>weathersit</th>
+      <th>temp</th>
+      <th>atemp</th>
+      <th>hum</th>
+      <th>windspeed</th>
+      <th>casual</th>
+      <th>registered</th>
+      <th>cnt</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <th>0</th>
+      <td>1</td>
+      <td>2011-01-01</td>
+      <td>1</td>
+      <td>0</td>
+      <td>1</td>
+      <td>0</td>
+      <td>0</td>
+      <td>6</td>
+      <td>0</td>
+      <td>1</td>
+      <td>0.24</td>
+      <td>0.2879</td>
+      <td>0.81</td>
+      <td>0.0</td>
+      <td>3</td>
+      <td>13</td>
+      <td>16</td>
+    </tr>
+    <tr>
+      <th>1</th>
+      <td>2</td>
+      <td>2011-01-01</td>
+      <td>1</td>
+      <td>0</td>
+      <td>1</td>
+      <td>1</td>
+      <td>0</td>
+      <td>6</td>
+      <td>0</td>
+      <td>1</td>
+      <td>0.22</td>
+      <td>0.2727</td>
+      <td>0.80</td>
+      <td>0.0</td>
+      <td>8</td>
+      <td>32</td>
+      <td>40</td>
+    </tr>
+    <tr>
+      <th>2</th>
+      <td>3</td>
+      <td>2011-01-01</td>
+      <td>1</td>
+      <td>0</td>
+      <td>1</td>
+      <td>2</td>
+      <td>0</td>
+      <td>6</td>
+      <td>0</td>
+      <td>1</td>
+      <td>0.22</td>
+      <td>0.2727</td>
+      <td>0.80</td>
+      <td>0.0</td>
+      <td>5</td>
+      <td>27</td>
+      <td>32</td>
+    </tr>
+    <tr>
+      <th>3</th>
+      <td>4</td>
+      <td>2011-01-01</td>
+      <td>1</td>
+      <td>0</td>
+      <td>1</td>
+      <td>3</td>
+      <td>0</td>
+      <td>6</td>
+      <td>0</td>
+      <td>1</td>
+      <td>0.24</td>
+      <td>0.2879</td>
+      <td>0.75</td>
+      <td>0.0</td>
+      <td>3</td>
+      <td>10</td>
+      <td>13</td>
+    </tr>
+    <tr>
+      <th>4</th>
+      <td>5</td>
+      <td>2011-01-01</td>
+      <td>1</td>
+      <td>0</td>
+      <td>1</td>
+      <td>4</td>
+      <td>0</td>
+      <td>6</td>
+      <td>0</td>
+      <td>1</td>
+      <td>0.24</td>
+      <td>0.2879</td>
+      <td>0.75</td>
+      <td>0.0</td>
+      <td>0</td>
+      <td>1</td>
+      <td>1</td>
+    </tr>
+  </tbody>
+</table>
+</div>
+</div>
+
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Checking-Out-the-Data">Checking Out the Data<a class="anchor-link" href="#Checking-Out-the-Data">&#182;</a></h2><p>This dataset has the number of riders for each hour of each day from January 1 2011 to December 31 2012. The number of riders is split between casual and registered, summed up in the <code>cnt</code> column. You can see the first few rows of the data above.</p>
+<p>Below is a plot showing the number of bike riders over the first 10 days or so in the data set. (Some days don't have exactly 24 entries in the data set, so it's not exactly 10 days.) You can see the hourly rentals here. This data is pretty complicated! The weekends have lower over all ridership and there are spikes when people are biking to and from work during the week. Looking at the data above, we also have information about temperature, humidity, and windspeed, all of these likely affecting the number of riders. You'll be trying to capture all this with your model.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[6]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="n">rides</span><span class="p">[:</span><span class="mi">24</span><span class="o">*</span><span class="mi">10</span><span class="p">]</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">x</span><span class="o">=</span><span class="s1">&#39;dteday&#39;</span><span class="p">,</span> <span class="n">y</span><span class="o">=</span><span class="s1">&#39;cnt&#39;</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area"><div class="prompt output_prompt">Out[6]:</div>
+
+
+<div class="output_text output_subarea output_execute_result">
+<pre>&lt;matplotlib.axes._subplots.AxesSubplot at 0x10d98be80&gt;</pre>
+</div>
+
+</div>
+
+<div class="output_area"><div class="prompt"></div>
+
+
+<div class="output_png output_subarea ">
+<img src="data:image/png;base64,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
+rkJggg==
+"
+width=380
+height=263
+>
+</div>
+
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Dummy-Variables">Dummy Variables<a class="anchor-link" href="#Dummy-Variables">&#182;</a></h3><p>Here we have some categorical variables like season, weather, month. To include these in our model, we'll need to make binary dummy variables. This is simple to do with Pandas thanks to <code>get_dummies()</code>.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[7]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="n">dummy_fields</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;season&#39;</span><span class="p">,</span> <span class="s1">&#39;weathersit&#39;</span><span class="p">,</span> <span class="s1">&#39;mnth&#39;</span><span class="p">,</span> <span class="s1">&#39;hr&#39;</span><span class="p">,</span> <span class="s1">&#39;weekday&#39;</span><span class="p">]</span>
+<span class="k">for</span> <span class="n">each</span> <span class="ow">in</span> <span class="n">dummy_fields</span><span class="p">:</span>
+    <span class="n">dummies</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">get_dummies</span><span class="p">(</span><span class="n">rides</span><span class="p">[</span><span class="n">each</span><span class="p">],</span> <span class="n">prefix</span><span class="o">=</span><span class="n">each</span><span class="p">,</span> <span class="n">drop_first</span><span class="o">=</span><span class="kc">False</span><span class="p">)</span>
+    <span class="n">rides</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">concat</span><span class="p">([</span><span class="n">rides</span><span class="p">,</span> <span class="n">dummies</span><span class="p">],</span> <span class="n">axis</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>
+
+<span class="n">fields_to_drop</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;instant&#39;</span><span class="p">,</span> <span class="s1">&#39;dteday&#39;</span><span class="p">,</span> <span class="s1">&#39;season&#39;</span><span class="p">,</span> <span class="s1">&#39;weathersit&#39;</span><span class="p">,</span> 
+                  <span class="s1">&#39;weekday&#39;</span><span class="p">,</span> <span class="s1">&#39;atemp&#39;</span><span class="p">,</span> <span class="s1">&#39;mnth&#39;</span><span class="p">,</span> <span class="s1">&#39;workingday&#39;</span><span class="p">,</span> <span class="s1">&#39;hr&#39;</span><span class="p">]</span>
+<span class="n">data</span> <span class="o">=</span> <span class="n">rides</span><span class="o">.</span><span class="n">drop</span><span class="p">(</span><span class="n">fields_to_drop</span><span class="p">,</span> <span class="n">axis</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>
+<span class="n">data</span><span class="o">.</span><span class="n">head</span><span class="p">()</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area"><div class="prompt output_prompt">Out[7]:</div>
+
+<div class="output_html rendered_html output_subarea output_execute_result">
+<div>
+<style>
+    .dataframe thead tr:only-child th {
+        text-align: right;
+    }
+
+    .dataframe thead th {
+        text-align: left;
+    }
+
+    .dataframe tbody tr th {
+        vertical-align: top;
+    }
+</style>
+<table border="1" class="dataframe">
+  <thead>
+    <tr style="text-align: right;">
+      <th></th>
+      <th>yr</th>
+      <th>holiday</th>
+      <th>temp</th>
+      <th>hum</th>
+      <th>windspeed</th>
+      <th>casual</th>
+      <th>registered</th>
+      <th>cnt</th>
+      <th>season_1</th>
+      <th>season_2</th>
+      <th>...</th>
+      <th>hr_21</th>
+      <th>hr_22</th>
+      <th>hr_23</th>
+      <th>weekday_0</th>
+      <th>weekday_1</th>
+      <th>weekday_2</th>
+      <th>weekday_3</th>
+      <th>weekday_4</th>
+      <th>weekday_5</th>
+      <th>weekday_6</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <th>0</th>
+      <td>0</td>
+      <td>0</td>
+      <td>0.24</td>
+      <td>0.81</td>
+      <td>0.0</td>
+      <td>3</td>
+      <td>13</td>
+      <td>16</td>
+      <td>1</td>
+      <td>0</td>
+      <td>...</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>1</td>
+    </tr>
+    <tr>
+      <th>1</th>
+      <td>0</td>
+      <td>0</td>
+      <td>0.22</td>
+      <td>0.80</td>
+      <td>0.0</td>
+      <td>8</td>
+      <td>32</td>
+      <td>40</td>
+      <td>1</td>
+      <td>0</td>
+      <td>...</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>1</td>
+    </tr>
+    <tr>
+      <th>2</th>
+      <td>0</td>
+      <td>0</td>
+      <td>0.22</td>
+      <td>0.80</td>
+      <td>0.0</td>
+      <td>5</td>
+      <td>27</td>
+      <td>32</td>
+      <td>1</td>
+      <td>0</td>
+      <td>...</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>1</td>
+    </tr>
+    <tr>
+      <th>3</th>
+      <td>0</td>
+      <td>0</td>
+      <td>0.24</td>
+      <td>0.75</td>
+      <td>0.0</td>
+      <td>3</td>
+      <td>10</td>
+      <td>13</td>
+      <td>1</td>
+      <td>0</td>
+      <td>...</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>1</td>
+    </tr>
+    <tr>
+      <th>4</th>
+      <td>0</td>
+      <td>0</td>
+      <td>0.24</td>
+      <td>0.75</td>
+      <td>0.0</td>
+      <td>0</td>
+      <td>1</td>
+      <td>1</td>
+      <td>1</td>
+      <td>0</td>
+      <td>...</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>0</td>
+      <td>1</td>
+    </tr>
+  </tbody>
+</table>
+<p>5 rows × 59 columns</p>
+</div>
+</div>
+
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Scaling-Target-Variables">Scaling Target Variables<a class="anchor-link" href="#Scaling-Target-Variables">&#182;</a></h3><p>To make training the network easier, we'll standardize each of the continuous variables. That is, we'll shift and scale the variables such that they have zero mean and a standard deviation of 1.</p>
+<p>The scaling factors are saved so we can go backwards when we use the network for predictions.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[8]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="n">quant_features</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;casual&#39;</span><span class="p">,</span> <span class="s1">&#39;registered&#39;</span><span class="p">,</span> <span class="s1">&#39;cnt&#39;</span><span class="p">,</span> <span class="s1">&#39;temp&#39;</span><span class="p">,</span> <span class="s1">&#39;hum&#39;</span><span class="p">,</span> <span class="s1">&#39;windspeed&#39;</span><span class="p">]</span>
+
+<span class="c1"># Store scalings in a dictionary so we can convert back later</span>
+<span class="n">scaled_features</span> <span class="o">=</span> <span class="p">{}</span>
+<span class="k">for</span> <span class="n">each</span> <span class="ow">in</span> <span class="n">quant_features</span><span class="p">:</span>
+    <span class="n">mean</span><span class="p">,</span> <span class="n">std</span> <span class="o">=</span> <span class="n">data</span><span class="p">[</span><span class="n">each</span><span class="p">]</span><span class="o">.</span><span class="n">mean</span><span class="p">(),</span> <span class="n">data</span><span class="p">[</span><span class="n">each</span><span class="p">]</span><span class="o">.</span><span class="n">std</span><span class="p">()</span>
+    <span class="n">scaled_features</span><span class="p">[</span><span class="n">each</span><span class="p">]</span> <span class="o">=</span> <span class="p">[</span><span class="n">mean</span><span class="p">,</span> <span class="n">std</span><span class="p">]</span>
+    <span class="n">data</span><span class="o">.</span><span class="n">loc</span><span class="p">[:,</span> <span class="n">each</span><span class="p">]</span> <span class="o">=</span> <span class="p">(</span><span class="n">data</span><span class="p">[</span><span class="n">each</span><span class="p">]</span> <span class="o">-</span> <span class="n">mean</span><span class="p">)</span><span class="o">/</span><span class="n">std</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Splitting-the-Data-into-Training,-Testing,-and-Validation-Sets">Splitting the Data into Training, Testing, and Validation Sets<a class="anchor-link" href="#Splitting-the-Data-into-Training,-Testing,-and-Validation-Sets">&#182;</a></h3><p>We'll save the data for the last approximately 21 days to use as a test set after we've trained the network. We'll use this set to make predictions and compare them with the actual number of riders.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[9]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># Save data for approximately the last 21 days </span>
+<span class="n">test_data</span> <span class="o">=</span> <span class="n">data</span><span class="p">[</span><span class="o">-</span><span class="mi">21</span><span class="o">*</span><span class="mi">24</span><span class="p">:]</span>
+
+<span class="c1"># Now remove the test data from the data set </span>
+<span class="n">data</span> <span class="o">=</span> <span class="n">data</span><span class="p">[:</span><span class="o">-</span><span class="mi">21</span><span class="o">*</span><span class="mi">24</span><span class="p">]</span>
+
+<span class="c1"># Separate the data into features and targets</span>
+<span class="n">target_fields</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;cnt&#39;</span><span class="p">,</span> <span class="s1">&#39;casual&#39;</span><span class="p">,</span> <span class="s1">&#39;registered&#39;</span><span class="p">]</span>
+<span class="n">features</span><span class="p">,</span> <span class="n">targets</span> <span class="o">=</span> <span class="n">data</span><span class="o">.</span><span class="n">drop</span><span class="p">(</span><span class="n">target_fields</span><span class="p">,</span> <span class="n">axis</span><span class="o">=</span><span class="mi">1</span><span class="p">),</span> <span class="n">data</span><span class="p">[</span><span class="n">target_fields</span><span class="p">]</span>
+<span class="n">test_features</span><span class="p">,</span> <span class="n">test_targets</span> <span class="o">=</span> <span class="n">test_data</span><span class="o">.</span><span class="n">drop</span><span class="p">(</span><span class="n">target_fields</span><span class="p">,</span> <span class="n">axis</span><span class="o">=</span><span class="mi">1</span><span class="p">),</span> <span class="n">test_data</span><span class="p">[</span><span class="n">target_fields</span><span class="p">]</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<p>We'll split the data into two sets, one for training and one for validating as the network is being trained. Since this is time series data, we'll train on historical data, then try to predict on future data (the validation set).</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[10]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># Hold out the last 60 days or so of the remaining data as a validation set</span>
+<span class="n">train_features</span><span class="p">,</span> <span class="n">train_targets</span> <span class="o">=</span> <span class="n">features</span><span class="p">[:</span><span class="o">-</span><span class="mi">60</span><span class="o">*</span><span class="mi">24</span><span class="p">],</span> <span class="n">targets</span><span class="p">[:</span><span class="o">-</span><span class="mi">60</span><span class="o">*</span><span class="mi">24</span><span class="p">]</span>
+<span class="n">val_features</span><span class="p">,</span> <span class="n">val_targets</span> <span class="o">=</span> <span class="n">features</span><span class="p">[</span><span class="o">-</span><span class="mi">60</span><span class="o">*</span><span class="mi">24</span><span class="p">:],</span> <span class="n">targets</span><span class="p">[</span><span class="o">-</span><span class="mi">60</span><span class="o">*</span><span class="mi">24</span><span class="p">:]</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Time-to-Build-The-Network">Time to Build The Network<a class="anchor-link" href="#Time-to-Build-The-Network">&#182;</a></h2><p>Below you'll build your network. We've built out the structure. You'll implement both the forward pass and backwards pass through the network. You'll also set the hyperparameters: the learning rate, the number of hidden units, and the number of training passes.</p>
+<p>&lt;img src="images/neural_network.png" width=300px&gt;</p>
+<p>The network has two layers, a hidden layer and an output layer. The hidden layer will use the sigmoid function for activations. The output layer has only one node and is used for the regression, the output of the node is the same as the input of the node. That is, the activation function is $f(x)=x$. A function that takes the input signal and generates an output signal, but takes into account the threshold, is called an activation function. We work through each layer of our network calculating the outputs for each neuron. All of the outputs from one layer become inputs to the neurons on the next layer. This process is called <em>forward propagation</em>.</p>
+<p>We use the weights to propagate signals forward from the input to the output layers in a neural network. We use the weights to also propagate error backwards from the output back into the network to update our weights. This is called <em>backpropagation</em>.</p>
+<blockquote><p><strong>Hint:</strong> You'll need the derivative of the output activation function ($f(x) = x$) for the backpropagation implementation. If you aren't familiar with calculus, this function is equivalent to the equation $y = x$. What is the slope of that equation? That is the derivative of $f(x)$.</p>
+</blockquote>
+<p>Below, you have these tasks:</p>
+<ol>
+<li>Implement the sigmoid function to use as the activation function. Set <code>self.activation_function</code> in <code>__init__</code> to your sigmoid function.</li>
+<li>Implement the forward pass in the <code>train</code> method.</li>
+<li>Implement the backpropagation algorithm in the <code>train</code> method, including calculating the output error.</li>
+<li>Implement the forward pass in the <code>run</code> method.</li>
+</ol>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[11]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">from</span> <span class="nn">my_answers</span> <span class="k">import</span> <span class="n">NeuralNetwork</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[12]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">MSE</span><span class="p">(</span><span class="n">y</span><span class="p">,</span> <span class="n">Y</span><span class="p">):</span>
+    <span class="k">return</span> <span class="n">np</span><span class="o">.</span><span class="n">mean</span><span class="p">((</span><span class="n">y</span><span class="o">-</span><span class="n">Y</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Unit-Tests">Unit Tests<a class="anchor-link" href="#Unit-Tests">&#182;</a></h2><p>Run these unit tests to check the correctness of your network implementation. This will help you be sure your network was implemented correctly befor you starting trying to train it. These tests must all be successful to pass the project.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[13]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">unittest</span>
+
+<span class="n">inputs</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([[</span><span class="mf">0.5</span><span class="p">,</span> <span class="o">-</span><span class="mf">0.2</span><span class="p">,</span> <span class="mf">0.1</span><span class="p">]])</span>
+<span class="n">targets</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([[</span><span class="mf">0.4</span><span class="p">]])</span>
+
+<span class="n">test_w_i_h</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([[</span><span class="mf">0.1</span><span class="p">,</span> <span class="o">-</span><span class="mf">0.2</span><span class="p">],</span>
+                       <span class="p">[</span><span class="mf">0.4</span><span class="p">,</span> <span class="mf">0.5</span><span class="p">],</span>
+                       <span class="p">[</span><span class="o">-</span><span class="mf">0.3</span><span class="p">,</span> <span class="mf">0.2</span><span class="p">]])</span>
+
+<span class="n">test_w_h_o</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([[</span><span class="mf">0.3</span><span class="p">],</span>
+                       <span class="p">[</span><span class="o">-</span><span class="mf">0.1</span><span class="p">]])</span>
+
+<span class="k">class</span> <span class="nc">TestMethods</span><span class="p">(</span><span class="n">unittest</span><span class="o">.</span><span class="n">TestCase</span><span class="p">):</span>
+    
+    <span class="c1">##########</span>
+    <span class="c1"># Unit tests for data loading</span>
+    <span class="c1">##########</span>
+    
+    <span class="k">def</span> <span class="nf">test_data_path</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
+        <span class="c1"># Test that file path to dataset has been unaltered</span>
+        <span class="bp">self</span><span class="o">.</span><span class="n">assertTrue</span><span class="p">(</span><span class="n">data_path</span><span class="o">.</span><span class="n">lower</span><span class="p">()</span> <span class="o">==</span> <span class="s1">&#39;data/hour.csv&#39;</span><span class="p">)</span>
+        
+    <span class="k">def</span> <span class="nf">test_data_loaded</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
+        <span class="c1"># Test that data frame loaded</span>
+        <span class="bp">self</span><span class="o">.</span><span class="n">assertTrue</span><span class="p">(</span><span class="nb">isinstance</span><span class="p">(</span><span class="n">rides</span><span class="p">,</span> <span class="n">pd</span><span class="o">.</span><span class="n">DataFrame</span><span class="p">))</span>
+    
+    <span class="c1">##########</span>
+    <span class="c1"># Unit tests for network functionality</span>
+    <span class="c1">##########</span>
+
+    <span class="k">def</span> <span class="nf">test_activation</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
+        <span class="n">network</span> <span class="o">=</span> <span class="n">NeuralNetwork</span><span class="p">(</span><span class="mi">3</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mf">0.5</span><span class="p">)</span>
+        <span class="c1"># Test that the activation function is a sigmoid</span>
+        <span class="bp">self</span><span class="o">.</span><span class="n">assertTrue</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">all</span><span class="p">(</span><span class="n">network</span><span class="o">.</span><span class="n">activation_function</span><span class="p">(</span><span class="mf">0.5</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="o">/</span><span class="p">(</span><span class="mi">1</span><span class="o">+</span><span class="n">np</span><span class="o">.</span><span class="n">exp</span><span class="p">(</span><span class="o">-</span><span class="mf">0.5</span><span class="p">))))</span>
+
+    <span class="k">def</span> <span class="nf">test_train</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
+        <span class="c1"># Test that weights are updated correctly on training</span>
+        <span class="n">network</span> <span class="o">=</span> <span class="n">NeuralNetwork</span><span class="p">(</span><span class="mi">3</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mf">0.5</span><span class="p">)</span>
+        <span class="n">network</span><span class="o">.</span><span class="n">weights_input_to_hidden</span> <span class="o">=</span> <span class="n">test_w_i_h</span><span class="o">.</span><span class="n">copy</span><span class="p">()</span>
+        <span class="n">network</span><span class="o">.</span><span class="n">weights_hidden_to_output</span> <span class="o">=</span> <span class="n">test_w_h_o</span><span class="o">.</span><span class="n">copy</span><span class="p">()</span>
+        
+        <span class="n">network</span><span class="o">.</span><span class="n">train</span><span class="p">(</span><span class="n">inputs</span><span class="p">,</span> <span class="n">targets</span><span class="p">)</span>
+        <span class="bp">self</span><span class="o">.</span><span class="n">assertTrue</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">allclose</span><span class="p">(</span><span class="n">network</span><span class="o">.</span><span class="n">weights_hidden_to_output</span><span class="p">,</span> 
+                                    <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([[</span> <span class="mf">0.37275328</span><span class="p">],</span> 
+                                              <span class="p">[</span><span class="o">-</span><span class="mf">0.03172939</span><span class="p">]])))</span>
+        <span class="bp">self</span><span class="o">.</span><span class="n">assertTrue</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">allclose</span><span class="p">(</span><span class="n">network</span><span class="o">.</span><span class="n">weights_input_to_hidden</span><span class="p">,</span>
+                                    <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([[</span> <span class="mf">0.10562014</span><span class="p">,</span> <span class="o">-</span><span class="mf">0.20185996</span><span class="p">],</span> 
+                                              <span class="p">[</span><span class="mf">0.39775194</span><span class="p">,</span> <span class="mf">0.50074398</span><span class="p">],</span> 
+                                              <span class="p">[</span><span class="o">-</span><span class="mf">0.29887597</span><span class="p">,</span> <span class="mf">0.19962801</span><span class="p">]])))</span>
+
+    <span class="k">def</span> <span class="nf">test_run</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
+        <span class="c1"># Test correctness of run method</span>
+        <span class="n">network</span> <span class="o">=</span> <span class="n">NeuralNetwork</span><span class="p">(</span><span class="mi">3</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mf">0.5</span><span class="p">)</span>
+        <span class="n">network</span><span class="o">.</span><span class="n">weights_input_to_hidden</span> <span class="o">=</span> <span class="n">test_w_i_h</span><span class="o">.</span><span class="n">copy</span><span class="p">()</span>
+        <span class="n">network</span><span class="o">.</span><span class="n">weights_hidden_to_output</span> <span class="o">=</span> <span class="n">test_w_h_o</span><span class="o">.</span><span class="n">copy</span><span class="p">()</span>
+
+        <span class="bp">self</span><span class="o">.</span><span class="n">assertTrue</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">allclose</span><span class="p">(</span><span class="n">network</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">inputs</span><span class="p">),</span> <span class="mf">0.09998924</span><span class="p">))</span>
+
+<span class="n">suite</span> <span class="o">=</span> <span class="n">unittest</span><span class="o">.</span><span class="n">TestLoader</span><span class="p">()</span><span class="o">.</span><span class="n">loadTestsFromModule</span><span class="p">(</span><span class="n">TestMethods</span><span class="p">())</span>
+<span class="n">unittest</span><span class="o">.</span><span class="n">TextTestRunner</span><span class="p">()</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">suite</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area"><div class="prompt"></div>
+<div class="output_subarea output_stream output_stderr output_text">
+<pre>.....
+----------------------------------------------------------------------
+Ran 5 tests in 0.013s
+
+OK
+</pre>
+</div>
+</div>
+
+<div class="output_area"><div class="prompt output_prompt">Out[13]:</div>
+
+
+<div class="output_text output_subarea output_execute_result">
+<pre>&lt;unittest.runner.TextTestResult run=5 errors=0 failures=0&gt;</pre>
+</div>
+
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Training-the-Network">Training the Network<a class="anchor-link" href="#Training-the-Network">&#182;</a></h2><p>Here you'll set the hyperparameters for the network. The strategy here is to find hyperparameters such that the error on the training set is low, but you're not overfitting to the data. If you train the network too long or have too many hidden nodes, it can become overly specific to the training set and will fail to generalize to the validation set. That is, the loss on the validation set will start increasing as the training set loss drops.</p>
+<p>You'll also be using a method know as Stochastic Gradient Descent (SGD) to train the network. The idea is that for each training pass, you grab a random sample of the data instead of using the whole data set. You use many more training passes than with normal gradient descent, but each pass is much faster. This ends up training the network more efficiently. You'll learn more about SGD later.</p>
+<h3 id="Choose-the-Number-of-Iterations">Choose the Number of Iterations<a class="anchor-link" href="#Choose-the-Number-of-Iterations">&#182;</a></h3><p>This is the number of batches of samples from the training data we'll use to train the network. The more iterations you use, the better the model will fit the data. However, this process can have sharply diminishing returns and can waste computational resources if you use too many iterations.  You want to find a number here where the network has a low training loss, and the validation loss is at a minimum. The ideal number of iterations would be a level that stops shortly after the validation loss is no longer decreasing.</p>
+<h3 id="Choose-the-Learning-Rate">Choose the Learning Rate<a class="anchor-link" href="#Choose-the-Learning-Rate">&#182;</a></h3><p>This scales the size of weight updates. If this is too big, the weights tend to explode and the network fails to fit the data. Normally a good choice to start at is 0.1; however, if you effectively divide the learning rate by n_records, try starting out with a learning rate of 1. In either case, if the network has problems fitting the data, try reducing the learning rate. Note that the lower the learning rate, the smaller the steps are in the weight updates and the longer it takes for the neural network to converge.</p>
+<h3 id="Choose-the-Number-of-Hidden-Nodes">Choose the Number of Hidden Nodes<a class="anchor-link" href="#Choose-the-Number-of-Hidden-Nodes">&#182;</a></h3><p>In a model where all the weights are optimized, the more hidden nodes you have, the more accurate the predictions of the model will be.  (A fully optimized model could have weights of zero, after all.) However, the more hidden nodes you have, the harder it will be to optimize the weights of the model, and the more likely it will be that suboptimal weights will lead to overfitting. With overfitting, the model will memorize the training data instead of learning the true pattern, and won't generalize well to unseen data.</p>
+<p>Try a few different numbers and see how it affects the performance. You can look at the losses dictionary for a metric of the network performance. If the number of hidden units is too low, then the model won't have enough space to learn and if it is too high there are too many options for the direction that the learning can take. The trick here is to find the right balance in number of hidden units you choose.  You'll generally find that the best number of hidden nodes to use ends up being between the number of input and output nodes.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[15]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">sys</span>
+
+<span class="c1">####################</span>
+<span class="c1">### Set the hyperparameters in your myanswers.py file</span>
+<span class="c1">####################</span>
+
+<span class="kn">from</span> <span class="nn">my_answers</span> <span class="k">import</span> <span class="n">iterations</span><span class="p">,</span> <span class="n">learning_rate</span><span class="p">,</span> <span class="n">hidden_nodes</span><span class="p">,</span> <span class="n">output_nodes</span>
+
+<span class="n">N_i</span> <span class="o">=</span> <span class="n">train_features</span><span class="o">.</span><span class="n">shape</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span>
+<span class="n">network</span> <span class="o">=</span> <span class="n">NeuralNetwork</span><span class="p">(</span><span class="n">N_i</span><span class="p">,</span> <span class="n">hidden_nodes</span><span class="p">,</span> <span class="n">output_nodes</span><span class="p">,</span> <span class="n">learning_rate</span><span class="p">)</span>
+
+<span class="n">losses</span> <span class="o">=</span> <span class="p">{</span><span class="s1">&#39;train&#39;</span><span class="p">:[],</span> <span class="s1">&#39;validation&#39;</span><span class="p">:[]}</span>
+<span class="k">for</span> <span class="n">ii</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="n">iterations</span><span class="p">):</span>
+    <span class="c1"># Go through a random batch of 128 records from the training data set</span>
+    <span class="n">batch</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">random</span><span class="o">.</span><span class="n">choice</span><span class="p">(</span><span class="n">train_features</span><span class="o">.</span><span class="n">index</span><span class="p">,</span> <span class="n">size</span><span class="o">=</span><span class="mi">128</span><span class="p">)</span>
+    <span class="n">X</span><span class="p">,</span> <span class="n">y</span> <span class="o">=</span> <span class="n">train_features</span><span class="o">.</span><span class="n">ix</span><span class="p">[</span><span class="n">batch</span><span class="p">]</span><span class="o">.</span><span class="n">values</span><span class="p">,</span> <span class="n">train_targets</span><span class="o">.</span><span class="n">ix</span><span class="p">[</span><span class="n">batch</span><span class="p">][</span><span class="s1">&#39;cnt&#39;</span><span class="p">]</span>
+                             
+    <span class="n">network</span><span class="o">.</span><span class="n">train</span><span class="p">(</span><span class="n">X</span><span class="p">,</span> <span class="n">y</span><span class="p">)</span>
+    
+    <span class="c1"># Printing out the training progress</span>
+    <span class="n">train_loss</span> <span class="o">=</span> <span class="n">MSE</span><span class="p">(</span><span class="n">network</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">train_features</span><span class="p">)</span><span class="o">.</span><span class="n">T</span><span class="p">,</span> <span class="n">train_targets</span><span class="p">[</span><span class="s1">&#39;cnt&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">values</span><span class="p">)</span>
+    <span class="n">val_loss</span> <span class="o">=</span> <span class="n">MSE</span><span class="p">(</span><span class="n">network</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">val_features</span><span class="p">)</span><span class="o">.</span><span class="n">T</span><span class="p">,</span> <span class="n">val_targets</span><span class="p">[</span><span class="s1">&#39;cnt&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">values</span><span class="p">)</span>
+    <span class="n">sys</span><span class="o">.</span><span class="n">stdout</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\r</span><span class="s2">Progress: </span><span class="si">{:2.1f}</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="mi">100</span> <span class="o">*</span> <span class="n">ii</span><span class="o">/</span><span class="nb">float</span><span class="p">(</span><span class="n">iterations</span><span class="p">))</span> \
+                     <span class="o">+</span> <span class="s2">&quot;% ... Training loss: &quot;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">train_loss</span><span class="p">)[:</span><span class="mi">5</span><span class="p">]</span> \
+                     <span class="o">+</span> <span class="s2">&quot; ... Validation loss: &quot;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">val_loss</span><span class="p">)[:</span><span class="mi">5</span><span class="p">])</span>
+    <span class="n">sys</span><span class="o">.</span><span class="n">stdout</span><span class="o">.</span><span class="n">flush</span><span class="p">()</span>
+    
+    <span class="n">losses</span><span class="p">[</span><span class="s1">&#39;train&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">train_loss</span><span class="p">)</span>
+    <span class="n">losses</span><span class="p">[</span><span class="s1">&#39;validation&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">val_loss</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area"><div class="prompt"></div>
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Progress: 100.0% ... Training loss: 0.064 ... Validation loss: 0.160</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[16]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">losses</span><span class="p">[</span><span class="s1">&#39;train&#39;</span><span class="p">],</span> <span class="n">label</span><span class="o">=</span><span class="s1">&#39;Training loss&#39;</span><span class="p">)</span>
+<span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">losses</span><span class="p">[</span><span class="s1">&#39;validation&#39;</span><span class="p">],</span> <span class="n">label</span><span class="o">=</span><span class="s1">&#39;Validation loss&#39;</span><span class="p">)</span>
+<span class="n">plt</span><span class="o">.</span><span class="n">legend</span><span class="p">()</span>
+<span class="n">_</span> <span class="o">=</span> <span class="n">plt</span><span class="o">.</span><span class="n">ylim</span><span class="p">()</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area"><div class="prompt"></div>
+
+
+<div class="output_png output_subarea ">
+<img src="data:image/png;base64,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
+q1atymtLT0/XnDlz1KBBA/3973/3Ov+ss87SkCFDNGPGjKDuGcisWbOUnp6uG2+80SuoS9L999+v
+V199VfPmzdOePXuUlJSUd6xatWo+fSUkJHjtG2MUFxfn9zcOBfuqjJizHg68BAkAgArhzDPPDHhs
+8eLFuvzyy9WsWTPFxcXlLf84ZcoUSdK2bduCvk/hMCspb8rHvn37ytRPYmKiateu7dXP2rVrlZWV
+pa5du/oEYUkhGVlfs2aNJKlv374+xxISEnTOOecoJydH3333nSTpwgsv1AknnKBx48apf//+ev75
+5/Xtt98qJyfH69qoqCgNHTpU69atU8eOHTVu3DgtXLhQ6enpZa65ImBkHQAAQFL16tWVmJjo99j0
+6dN17bXXqmbNmrrwwgt14oknqkaNGjLGaOHChVq+fHmJllf0N3ofE+PEsuzs7DL1k9tXwX4OHDgg
+SWrYsKHf8wO1l0TuPRo3buz3eG77/v37JTkj4itXrtT48eO1YMECvf/++3m13H777br33nvzRtJf
+fvlltW/fXtOmTdO//vUvSVJsbKwGDhyoSZMmVeoVcwjrYcHIOgAg8iI1taSiMEX8Jnzs2LFKTEzU
+N998o9atW3sd27hxo5YvX17e5ZVJrVq1JEk7d+70ezxQe0nUrl1bkpSWlub3+I4dO7zOk6QTTzxR
+06ZNU05OjtauXatFixbpueee0/3336/o6Gjde++9kpxgfs899+iee+5RWlqalixZounTp2v27Nla
+v369vvvuu6Afyq1omAYTDkyDAQCgwsrKytLmzZt1+umn+wT1zMxM1wd1SerUqZNiYmKUkpKiY8eO
++RxfunRpme/RuXNnSdLnn3/ucywjI0PLly+XMcbvi6iioqJ02mmn6c4779SCBQskKeCSjI0aNdKQ
+IUM0b948nXnmmfrxxx/1yy+/lLl+twpJWDfGXGmMedYYs8QYc9AYY40x00PQ7zWevqwxZmQoao0M
+wjoAABVVTEyMmjZtqh9//NFr5ZGcnBzdd999+u233yJYXXASExM1ePBg7dq1S0888YTXsZUrV2rW
+rFllvsdVV12lmjVrasqUKXnz0nM99thj2rFjR97665L0/fff+13JJXeUv3r16pKcNesLPiybKyMj
+I2/qjb+HVCuLUE2DGSvpT5IOSdoqqcyv7DLGNJf0nKfPsr+rFwAAoJTuvPNOjRkzRqeddpouv/xy
+RUVF6YsvvlBqaqouueQSffjhh5EusViTJk3S0qVL9cADD+jLL7/UGWecoa1bt2rmzJkaMGCAkpOT
+FRVV+nHcevXq6b///a+GDx+us88+W0OGDFHTpk21YsUKLV68WC1atNBzzz2Xd/78+fP18MMP69xz
+z1Xbtm2VlJSkzZs3a968eYqOjtaYMWMkOXPcu3fvrvbt26tz585q0aKFjhw5oo8++kgbN27U1Vdf
+rRYtWpT5++NWoQrrd8oJ6b9I6iVpcVk6M86ksSmS/pA0R9KYshYYUUyDAQCgQrvrrrtUs2ZNPffc
+c3r99ddVo0YN9e7dWzNnztQrr7xSIcJ6ixYttGLFCt133336+OOPtXTpUp1yyimaNm2ajh49quTk
+5Ly57aX1l7/8RS1atNDjjz+uBQsWKD09XU2aNNFtt92msWPHqkGDBnnnDhw4ULt379aSJUs0Z84c
+HTp0SI0bN9aAAQN099135610U79+fT366KNavHixlixZot27d6tWrVpq27at7r33Xl133XVlqtnt
+jLU2tB0a01tOWH/LWntNKfsYLekpSb0l9ZX0oKQbrbWvlrG2lC5dunQJ9ArecvNUJ+nA795tZ4+S
+LnokvHUAACq1devWSZI6dOgQ4UpQ0YwePVrPPPOMli5dqnPPPTfS5bhasP/OunbtqjVr1qyx1nYt
+y/1c94CpMaaDpMclPW2t/TLS9YSEv4H1zCNhLwMAAFRt27dv92lbvXq1/vvf/6pJkybq3r17BKpC
+UVy1dKMxJkbSm5J+l/TPCJdTvr5+Xer/VKSrAAAAVUiHDh3UpUsXnXrqqUpISNCGDRvypvA8//zz
+eWu9wz3c9jfygKTOknpYa4+WthNjTKB5LmV+8LV0mLMOAAAi75ZbbtEHH3ygt956S4cOHVLdunXV
+v39/3XPPPTrnnHMiXR78cE1YN8Z0lzOaPsla6/4FS0ti/+ZIVwAAAKDHHntMjz32WKTLQAm4Iqx7
+pr+8IelnSePK2l+gifyeEfcuZe0fAAAACAe3PGBaU1I7SR0kHSvwIiQrZyUYSXrF0zY5YlUCAAAA
+YeSKkXVJGZJeC3Csi5x57EslbZBUuabIAAAAAAGEPawbY2IltZGUaa3dJEmeh0lHBjh/vJywPq2s
+66wDAAAAFUlIwroxZrCkwZ7dRp7Ps40xUz3be6y1uW8hbSppnaTNklqF4v4AAABAZRSqkfXTJRV+
+12trz5fkBPMxAgAAABC0kDxgaq0db601RXy1KnBuauG2IPuufFNgXu4p/bEp0lUAAADApdyyGkzV
+tOM7aWbhX0gAAAAADsJ6pO38IdIVAAAAwKUI6wAAAKXwyy+/yBijkSO9F7S75pprZIzR1q1bg+6r
+WbNmOumkk0JdopdA9UbSp59+KmOM/vWvf0W6FNcirAMAgEpj2LBhMsbohRdeKPbcfv36yRijuXPn
+hqGy8peVlSVjjC644IJIl4IQIqwDAIBK48Ybb5Qkvfpq0etSpKam6tNPP1Xjxo01YMCAkNbwxBNP
+aN26dWrUqFHxJ4dRy5YttW7dOkaxKxjCOgAAqDR69+6tdu3a6ZtvvtGaNWsCnvfaa6/JWqvrr79e
+MTGhfUdk48aN1b59+5D3W1axsbFq3769636IQNEI6wAAoFLJHV1/5ZVX/B7Pzs7WlClTfOZvb9u2
+TQ899JDOOeccNWrUSHFxcWratKmGDRum9evXB33/QHPWrbV65plndMoppyg+Pl5NmzbV7bffroMH
+D/rtZ//+/Zo4caL69Omjpk2bKi4uTg0aNNDgwYO1cuVKr3NfffVVxcbGSpIWLVokY0zeV+5IelFz
+1rdv366bb75ZLVu2VHx8vBo0aKArrrhC33zzjc+5r776qowxmj59uhYtWqRevXqpZs2aql27tgYM
+GKANGzYE/b0qyoYNGzR8+HA1adJEcXFxatKkia677jpt2uS77PXBgwf10EMPqWPHjkpMTFRiYqJO
+OukkDR061OfPkJycrL59+6pRo0Z5fw+9e/fWSy+9FJK6Q81dP/IBAACU0XXXXaf7779f//vf/zRp
+0iRVr17d6/iHH36obdu26cILL9SJJ56Y17548eK8cNy5c2fVqFFDGzdu1MyZM/Xee+/pq6++UseO
+HUtd16hRo/TCCy+oSZMm+utf/6rY2FglJydr1apVyszMVEJCgtf5a9eu1dixY9WrVy8NGDBAderU
+0ebNmzV//nx98MEH+uCDD/Lmp3fp0kXjxo3ThAkTdOKJJ+raa6/N66dnz55F1rVp0yb16NFDaWlp
+uuCCC3T11Vfr999/16xZs/T+++9r7ty5uuSSS3yuS05O1rx583TppZfq5ptv1tq1a7VgwQKtXr1a
+P/30k+rVq1fq79WKFSvUr18/HTp0SIMGDVL79u21fv16vfnmm5o/f74WLVqkLl26SHJ+COrXr59W
+rlypc845RzfeeKOio6O1detWLV68WL1791bnzp0lSS+88IJuvfVWNW7cWAMHDlRSUpJ27dql7777
+TtOmTdPf/va3Utdcbqy1VeZLUkqXLl1s2D1Yq+gvAABC4KeffrI//fRTpMtwhauuuspKslOmTPE5
+NnDgQCvJzpo1y6s9LS3Npqen+5y/Zs0aW716ddu/f3+v9o0bN1pJ9oYbbvBqHzZsmJVkt2zZktf2
+xRdfWEm2bdu2du/evXntR44csWeccYaVZNu0aePVz759++yePXt86klNTbUNGza0HTt29GrPzMy0
+kuz555/vc01R9fbt29dKso8//rhX+5dffmmjoqJsUlKSPXz4cF77K6+8YiXZmJgYu3jxYq9rxowZ
+YyXZSZMm+a2hsE8++cRKshMmTMhry87Otm3btrWS7IwZM7zOnz59upVkTz31VJuTk2Otdf5+JNkr
+r7zSp/+srCyv7/dpp51mExIS7O7du33O9dfmT7D/zrp06WIlpdgy5ldG1gEAqCrG1450BcEbf6BM
+l990002aOXOmXn31VY0YMSKvfceOHfrggw/UoEEDDRo0yOuahg0b+u2rc+fO6tWrlxYtWqTs7GxF
+R0eXuJ4pU6ZIksaNG6e6devmtVerVk2PPvqoLrzwQp9r6tSp47evli1b6vLLL9eLL76o7du3q0mT
+JiWuJ1dqaqo+++wznXjiibr77ru9jp133nm66qqrNGPGDCUnJ+vqq6/2Oj5s2DD17t3bq+2mm27S
+k08+qVWrVpW6piVLlmjjxo0677zz9H//938+93zuuee0YsUKLV++XOecc07esWrVqvn0FR0d7fX9
+lpy5+7lThgpKSkoqdc3liTnrAACg0unbt6/atGmjZcuWad26dXntU6ZMUVZWlkaMGOE3sM2fP1+X
+XXaZGjVqpNjY2Lx53x9++KGOHj2qvXv3lqqe3Idde/Xq5XOsZ8+eioryH8mWLFmiIUOGqHnz5oqP
+j8+r58UXX5TkzLMvi9z53D179vT7QGzfvn29ziuoW7duPm3NmzeXJO3bt6/UNeV+r3LvXVxNnTp1
+UqdOnfTmm2/qvPPO0xNPPKHly5crMzPT59phw4YpPT1dp5xyiu666y7NmzdPe/bsKXWt4cDIOgAA
+qHRyH6S877779Oqrr2rSpEmy1uq1116TMSbvIdSCJk2apDFjxqhevXq64IIL1LJlS1WrVk3GGM2Z
+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
+"
+width=373
+height=250
+>
+</div>
+
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Check-Out-Your-Predictions">Check Out Your Predictions<a class="anchor-link" href="#Check-Out-Your-Predictions">&#182;</a></h2><p>Here, use the test data to view how well your network is modeling the data. If something is completely wrong here, make sure each step in your network is implemented correctly.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[17]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="n">fig</span><span class="p">,</span> <span class="n">ax</span> <span class="o">=</span> <span class="n">plt</span><span class="o">.</span><span class="n">subplots</span><span class="p">(</span><span class="n">figsize</span><span class="o">=</span><span class="p">(</span><span class="mi">8</span><span class="p">,</span><span class="mi">4</span><span class="p">))</span>
+
+<span class="n">mean</span><span class="p">,</span> <span class="n">std</span> <span class="o">=</span> <span class="n">scaled_features</span><span class="p">[</span><span class="s1">&#39;cnt&#39;</span><span class="p">]</span>
+<span class="n">predictions</span> <span class="o">=</span> <span class="n">network</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">test_features</span><span class="p">)</span><span class="o">.</span><span class="n">T</span><span class="o">*</span><span class="n">std</span> <span class="o">+</span> <span class="n">mean</span>
+<span class="n">ax</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">predictions</span><span class="p">[</span><span class="mi">0</span><span class="p">],</span> <span class="n">label</span><span class="o">=</span><span class="s1">&#39;Prediction&#39;</span><span class="p">)</span>
+<span class="n">ax</span><span class="o">.</span><span class="n">plot</span><span class="p">((</span><span class="n">test_targets</span><span class="p">[</span><span class="s1">&#39;cnt&#39;</span><span class="p">]</span><span class="o">*</span><span class="n">std</span> <span class="o">+</span> <span class="n">mean</span><span class="p">)</span><span class="o">.</span><span class="n">values</span><span class="p">,</span> <span class="n">label</span><span class="o">=</span><span class="s1">&#39;Data&#39;</span><span class="p">)</span>
+<span class="n">ax</span><span class="o">.</span><span class="n">set_xlim</span><span class="p">(</span><span class="n">right</span><span class="o">=</span><span class="nb">len</span><span class="p">(</span><span class="n">predictions</span><span class="p">))</span>
+<span class="n">ax</span><span class="o">.</span><span class="n">legend</span><span class="p">()</span>
+
+<span class="n">dates</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">to_datetime</span><span class="p">(</span><span class="n">rides</span><span class="o">.</span><span class="n">ix</span><span class="p">[</span><span class="n">test_data</span><span class="o">.</span><span class="n">index</span><span class="p">][</span><span class="s1">&#39;dteday&#39;</span><span class="p">])</span>
+<span class="n">dates</span> <span class="o">=</span> <span class="n">dates</span><span class="o">.</span><span class="n">apply</span><span class="p">(</span><span class="k">lambda</span> <span class="n">d</span><span class="p">:</span> <span class="n">d</span><span class="o">.</span><span class="n">strftime</span><span class="p">(</span><span class="s1">&#39;%b </span><span class="si">%d</span><span class="s1">&#39;</span><span class="p">))</span>
+<span class="n">ax</span><span class="o">.</span><span class="n">set_xticks</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">arange</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">dates</span><span class="p">))[</span><span class="mi">12</span><span class="p">::</span><span class="mi">24</span><span class="p">])</span>
+<span class="n">_</span> <span class="o">=</span> <span class="n">ax</span><span class="o">.</span><span class="n">set_xticklabels</span><span class="p">(</span><span class="n">dates</span><span class="p">[</span><span class="mi">12</span><span class="p">::</span><span class="mi">24</span><span class="p">],</span> <span class="n">rotation</span><span class="o">=</span><span class="mi">45</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area"><div class="prompt"></div>
+
+
+<div class="output_png output_subarea ">
+<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+0AAAIgCAYAAADwRojNAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz
+AAAWJQAAFiUBSVIk8AAAIABJREFUeJzsvXucHFWZ//853T0zud9MIOEiQeTqYpCrEC4xgIvuCiqu
+sOKiKPpTWcCF/f7EFb6GBV0XEQEBdRENCgLK/RZckQSIoOTCTQh3AiSQkNskmZnMTHfV+f7Rt6pT
+p2bqdJ3qqe76vF+vvLqnuqr79KUq5zmf5/k8QkoJQgghhBBCCCGEpI/cSA+AEEIIIYQQQgghehi0
+E0IIIYQQQgghKYVBOyGEEEIIIYQQklIYtBNCCCGEEEIIISmFQTshhBBCCCGEEJJSGLQTQgghhBBC
+CCEphUE7IYQQQgghhBCSUhi0E0IIIYQQQgghKYVBOyGEEEIIIYQQklIYtBNCCCGEEEIIISmFQTsh
+hBBCCCGEEJJSGLQTQgghhBBCCCEphUE7IYQQQgghhBCSUhi0E0IIIYQQQgghKYVBOyGEEEIIIYQQ
+klIKIz2AtCCEeB3ABAArR3gohBBCCCGEEELsMhPAFinlriM9EFMYtNeZMHr06Cl77733lJEeCCGE
+EEIIIYQQe6xYsQLbtm0b6WE0BIP2Oiv33nvvKcuWLRvpcRBCCCGEEEIIscgBBxyA5cuXrxzpcTQC
+a9oJIYQQQgghhJCUwqCdEEIIIYQQQghJKQzaCSGEEEIIIYSQlMKgnRBCCCGEEEIISSkM2gkhhBBC
+CCGEkJTCoJ0QQgghhBBCCEkpDNoJIYQQQgghhJCUwj7thBBCCCGEEB+u62Ljxo3YunUrBgYGIKUc
+6SERUkMIga6uLowfPx5TpkxBLtfeWjSDdkIIIYQQQkgN13Xx1ltvoa+vb6SHQogWKSX6+/vR39+P
+3t5e7Lzzzm0duDNoJ4QQQgghhNTYuHEj+vr6UCgUMH36dIwdO7atAyLSeriui97eXqxZswZ9fX3Y
+uHEjpk6dOtLDSgyefYQQQgghhJAaW7duBQBMnz4d48ePZ8BOUkcul8P48eMxffp0APXfbLvCM5AQ
+QgghhBBSY2BgAAAwduzYER4JIUNT/Y1Wf7PtCoN2QgghhBBCSI2q6RwVdpJ2hBAA0PZGiTwTCSGE
+EEIIIYS0HNWgvd1h0E4IIYQQQgghhKQUBu2EEEIIIYQQQkhKYdCeVXo3AK/8CXBKIz0SQgghhBBC
+CCEhMGjPIqVB4GezgRs+DTxw3kiPhhBCCCGEEGLIypUrIYTAF7/4Rd/2L37xixBCYOXKlYm87qJF
+iyCEwLx58xJ5fhKEQXsW2fAKsPWd8v2Vj47sWAghhBBCCEkpQgjfv3w+j6lTp2Lu3Ln47W9/O9LD
+S4SwxQAychRGegBkBJBO/b7rhO9HCCGEEEIIwXe/+10AQLFYxAsvvIC77roLCxcuxNKlS3HZZZeN
+8Oj8/Nd//RfOO+887Ljjjok8/8EHH4wVK1Zg6tSpiTw/CcKgPYtIV3+fEEIIIYQQEkBNBf/Tn/6E
+Y489FpdffjnOOusszJw5c0TGpWPGjBmYMWNGYs8/ZswY7LXXXok9PwnC9Pgs4lXXGbQTQgghhBBi
+xNFHH4299toLUkosWbIEgD+t/KWXXsJJJ52E7bbbDrlcDosWLaodu3HjRnz729/G3nvvjdGjR2Pi
+xIk4+uij8b//+7/a19q6dSvOOecc7LTTThg1ahT22msvXHbZZXBd/Tx+qJr2J554AieddBJ23HFH
+dHV1YcaMGfjoRz+K3/3udwDKixO77rorAOD666/3lQbMnz8fwNA17S+//DJOPfVU7Ljjjujs7MQO
+O+yAU089FS+//HJg33nz5kEIgUWLFuHWW2/FwQcfjDFjxmDKlCk4+eSTsXr16rCPP3NQac8iUnru
+M2gnhBBCCCHEFFmZUwshfNtfffVVHHLIIdhjjz1wyimnYNu2bZgwYQIA4I033sCcOXOwcuVKHHHE
+ETjuuOPQ29uLe++9F8cddxx+/vOf4ytf+UrtuQYGBnD00UdjyZIlmDVrFk455RR0d3fjoosuwsMP
+P2w03muvvRZf//rXkc/ncfzxx2P33XfHu+++i6VLl+Kaa67BZz/7WcyZMwfd3d244oorMGvWLHzy
+k5+sHb/ffvsN+fxLlizBMcccg61bt+L444/HPvvsgxdeeAE33HAD7rrrLjz44IM46KCDAsddc801
+uPvuu3H88cfjqKOOwl//+lfccsstePrpp/HUU0+hq6vL6H22Iwzas4i3pt0bwBNCCCGEEDIMM8+7
+b6SHEJmVP/iHRJ73wQcfxIsvvgghRCAQXbx4Mb797W/j+9//fuC4L3zhC3jjjTdw00034eSTT65t
+7+7uxpw5c3DWWWfh+OOPx/bbbw8A+NGPfoQlS5bg05/+NH7/+98jlysnSp933nk44IADIo/3+eef
+xze+8Q1MmDABjz76KD7wgQ/4Hl+1ahUAYM6cOZg5cyauuOIK7LfffpEd4qWUOPXUU7FlyxbccMMN
+OOWUU2qP3XLLLTj55JPxL//yL3j++edr76HKAw88gCVLlmDfffetbfvc5z6Hm266CXfddRc++9nP
+Rn6f7QrT47MIa9oJIYQQQgiJzLx58zBv3jx85zvfwWc+8xkcd9xxkFLim9/8JnbZZRffvttvv33N
+uM7L008/jYcffhgnnniiL2AHgEmTJuHCCy9Ef38/brvtttr2X/3qV8jlcrjkkkt8we6uu+6Ks846
+K/L4f/rTn6JUKuGCCy4IBOwAsNNOO0V+Lh2PPfYYXnjhBRx66KG+gB0ATjrpJBx++OF48cUXsXjx
+4sCxZ511li9gB1DLNnjiiSdijatdiK20CyG+COBXw+zmSinzynGHATgfwIcBjAbwMoBfAviJlFJr
+aS6E+AKAMwDsA8AB8CSAS6WU98Z5D5mDQTshhBBCCCGRufDCCwGUU+EnTZqEI444Al/+8pfx+c9/
+PrDvrFmztCndjz/+OABg8+bNWgV73bp1AIAVK1YAKNeyv/LKK9h5552x2267BfafM2dObVzD8Ze/
+/AUA8LGPfSzS/qYsX74cADB37lzt43PnzsXixYvx5JNP4sgjj/Q9duCBBwb233nnnQEAmzZtsjzS
+1sRGevxTAMJ+LUcAmAtggXejEOIEALcB6AdwC4CNAD4B4McAZgP4J/WJhBCXAjgXwCoA1wLoBHAy
+gHuEEGdKKa+y8F6yAY3oCCGEEEJIgySVcp5mpEFJ6fTp07XbN2zYAAD44x//iD/+8Y+hx/f09AAo
+B/cAaqnyUV9HR3d3NwAk1gauOtYw1/rq9uo4vEyaNCmwrVAoh6mOw/bUgIWgXUr5FMqBewAhxOOV
+u//j2TYB5aDbATBHSrm0sv0CAA8B+IwQ4mQp5c2eYw5DOWB/FcBBUspNle0/BLAMwKVCiHullCvj
+vp9MQKWdEEIIIYSQRFCN6apMnDgRAHDFFVdESm2v7r927Vrt42vWrIk8pmpgvHr16kTatVXHGjam
+d955x7cfMSOxmnYhxL4op76vBuB1q/gMgGkAbq4G7AAgpexHOV0eAL6uPN3XKrffqwbslWNWArga
+QBeA02yOv63xGdFx9YoQQgghhJCk+fCHPwwAePTRRyPtP378eLz//e/H6tWr8eqrrwYe97aRi/ra
+CxYsGGZPIJ8vVzWbqNwf+tCHhhzTwoULAQD7779/5OckdZI0ovtq5fY6pUa9WujwgOaYRwD0AThM
+COEtBBnqmAXKPmQ4qLQTQgghhBDSVA488EAcccQRuP322/HLX/5Su8+zzz6Ld999t/b3aaedBtd1
+8a1vfcvXl/3111/HlVdeGfm1v/71r6NQKOCiiy7C888/H3i86h4PAJMnT4YQAm+++Wbk5589ezb2
+3HNPLF68GLfeeqvvsVtvvRWPPvoo9thjDxx++OGRn5PUSaTlmxBiNIDPo5wC/wvl4T0rty+px0kp
+S0KI1wF8AMD7AKwQQowFsCOAHinlO5qXe7lyu0fEsS0Lech+nkhaYZ92QgghhBBCms5vf/tbzJ07
+F1/+8pdx5ZVX4pBDDsGkSZOwatUqPPPMM/jb3/6Gxx9/HNtttx0A4Nxzz8Wdd96J2267Dfvvvz/+
+/u//Ht3d3fjd736HI488EnfffXek191nn31wzTXX4Gtf+xo+9KEP4YQTTsDuu++ODRs2YMmSJZgw
+YUJNDR83bhwOOeQQPProozjllFOwxx571Hq7f/CDH9Q+vxAC119/PY499licdNJJOOGEE7DXXnvh
+xRdfxJ133onx48fj17/+daDdG4lGUn3aPwtgEoD7pJRvKY9VCxk2hxxb3V51JDDdnwyHyz7thBBC
+CCGENJuddtoJy5Ytw09+8hPcdtttuPHGG+E4DqZPn4599tkHZ555pq/9WVdXFx588EHMmzcPt9xy
+C6644grMnDkT559/Pj71qU9FDtqBchu1v/u7v8Oll16KRYsW4c4778TUqVPxwQ9+EKeffrpv39/8
+5jf4t3/7NzzwwAO46aabIKXETjvtFBq0A8AhhxyCJUuW4OKLL8aDDz6Ie+65B1OnTsU///M/44IL
+LsCee+4ZeiwZGmHihBj5SYX4M4DDABwvpbxHeewlALsD2F1K+coQxx4mpXxcCLEDynXxq6WUgQaC
+QogOAIMABqWUwd4K0ce8bP/9999/2bIwIb6NeOF+4OZ/Lt/vHAf8x+qRHQ8hhBBCCEkN1ZZje++9
+9wiPhJDhifp7PeCAA7B8+fLlUsoDmjEum1jPTxBCfADloHsVgPs1u1SV8TDrwOr2aj8A0/3JcEi2
+fCOEEEIIIYSQViCJooIwA7oqL1ZuAzXoQogCgF0BlAC8BgBSyl6UlfZxQghd47/dK7eBGnkSAo3o
+CCGEEEIIIaQlsBq0CyFGAfgXlA3orgvZ7aHK7XGax44EMAbAY1LKgYjHfEzZhwxHKwXtTnGkR0AI
+IYQQQgghI4Ztpf2fAEwGsEBjQFflVgDrAZwshDiwurES8F9c+fOnyjE/q9x+Rwgx2XPMTABnABgA
+8Ku4g88Mboukx7/4AHDJbsAvP+YfMyGEEEIIIYRkBNtBezU1/n/CdpBSbgHwFQB5AIuEEL8QQlwC
+4CkAh6Ic1N+iHPMYgMsA7AbgGSHEj4UQVwNYCmAKgH+XUq60/F7aF6/5YJqD4aXXAQObgTcfA956
+YqRHQwghhBBCCCFNx1rLNyHE3gAOR7gBXQ0p5Z1CiKMAfAfAiQBGAXgFwDkArpQaS3sp5blCiGdR
+Vta/CsAFsBzAD6WU99p6H5nAZzUgy0G8ECM2nFAG++r3i33h+xFCCCGEEEJIm2ItaJdSrgAQOfKT
+Uv4ZwMcNX2M+gPlGAyNB1JT4tAbtvtp79pMnhBBCCCGEZI8k3ONJ2gkE7Smta2+V1nSDvcCmlSM9
+CkIIIYQQQkgbwqA9i6h17GkNiFvB5X5gK3D5vsAVs4CnfjvSoyGE2GbzauDefwOeuHakR0IIIYSQ
+jMKgPYu0itLeCi73K/8M9G0o319xz8iOhRBin0d/BCz9JXD/vwNrnxvp0RBCCCEkgzBozyKyVZT2
+FgjaXU8fefaUJ6RpvLN5G06/fin+/1ufRtFJ8PrQ/Ybn/pvJvQ4hhBBCSAjWjOhIC6GauqU1IG6F
+9PhWyAYgpA354R9exIMr1gIAdnnPWJzxkfcn80Le8zrNLTIJIYQQ0rZQac8iLZMe3wJBeytkAxDS
+hty+fHXt/vzHVib3QjEX5pa/uQlXL3wF727ptzgoQgghhGQJKu1ZJGBEl1L1qCWUdu8YU/o5EtLm
+rNs6kNyTx7gO9QyU8C+/+Ct6Bx389fWN+PWXDrY8OEIIIYRkASrtWUTXpz2NtIKK7Ruj+ef4zuZt
++N59z+O+Z96xOChC2p+p4zqb80IxgvYlr29E72D5GvHIS+tsjooQQkiTEEL4/nV1dWHatGnYf//9
+cfrpp2PBggVwHDvCzfz58yGEwPz58608H2kfqLRnkZYxovNOllO6sBAzdfbi+1ZUAvbXscf2R2L3
+7cfbGxshbcz2E0Zhfc9g8i8U4xyfMLrD97eUEkIIG6MihBDSZL773e8CABzHQXd3N5577jn85je/
+wXXXXYcDDzwQN954I/bYY48RHiVpVxi0Z5GWqWlvBaU9nkmVV2G//cnV+NZxe9kYFSGtQ/8WYNQE
+48OmTxiF597eUvvbdSVyuQQC4hhKe1fBn8y2pb+EiUogTwghpDWYN29eYNvatWtx5pln4ve//z2O
+OeYYLF26FNttt13zB0faHqbHZ5FWCdpbLj0+3hg3NkM1JCRN3PhZ4L9nAo9dZXxopxIQr+tJqK49
+xjnuuP4MofVJjZEQQsiIsP322+Pmm2/GnDlz8NZbb+H73/++7/Fly5bh7LPPxqxZszBlyhSMGjUK
+u+++O84991xs2rTJt++cOXNw2mmnAQBOO+00X0r+ypUrAQBvv/02/vM//xOzZ8/G9OnT0dnZiR12
+2AGf+9zn8PzzzzflPZORgUp7FnFbJWj3THjTOkaL2QAb+xi0kwzR/Rbw8h/K95fNBw77V6PD1YB4
+dfc2bD9hlKXBefCe44bZNI5S1rOhZxC7TbMxKEIIIWkhl8vh/PPPx6JFi3DTTTfhxz/+ca0U6tpr
+r8Udd9yBo446Cscccwxc18WyZctw2WWXYcGCBfjrX/+K8ePLpZFf/OIXMWnSJNx111044YQTsN9+
++9VeY9KkSQCARx55BD/4wQ/wkY98BCeeeCLGjRuHl19+Gbfeeivuvvtu/PnPf8asWbOa/yGQxGHQ
+nkVaRWlvtfT4mO7xG3sZtJMMUfK0QCuZK9CuEhC/3b0N+793ctxRBYmRHu+6atBOpZ0Q0ibMmzjS
+I4jOvM2Jv8Thhx+OQqGAd999FytXrsSuu+4KAPj2t7+Nq6++Gvl83rf/ddddh9NPPx3XXHMNvvWt
+bwEoB+0AcNddd+GTn/xk7W8vc+fOxdq1a2uBfpWnn34as2fPxnnnnYcFCxbYf4NkxGF6fBZpSSO6
+lI7RptLOoJ1kiZjnjqq0v929Le6I9MS4DgXS43mOE0JIW9LV1YX3vOc9AIB16+rdQnbZZZdAwA4A
+X/rSlzBhwgT84Q9/MHqd7bbbLhCwA8CsWbMwd+5cLFy4EMVi0XD0pBVg0J5F1IlnAwZqTcFXS5rW
+MdpbWKAKRzJFzHPHURpKvN3dr98xLjEWF5SYnec4IYS0MbKSAebtElIsFnHVVVfh8MMPx5QpU5DP
+5yGEQC6Xw5YtW7B69Wrj17nvvvvwiU98AjNmzEBHR0et7v2ee+7BwMAA1q9fb+09kfTA9PgswvR4
+e3gXE1SvAEO29JdiDoaQFiLmopyaer5qUzOUdrNxqin8G2g2SQhpF5qQct5K9Pf3Y+PGjQCAadPq
+5iUnnXQS7rjjDrzvfe/DCSecgOnTp6OrqwsAcPnll2NgwGwx94orrsA3v/lNTJ48Gcceeyze+973
+YsyYMRBC4M4778TTTz9t/JykNWDQnkVUZT2tPdAz0Kd9ythOpsWTbNIy6fHecZpdh9QxbujlRIoQ
+QtqRxYsXo1QqYfvtt8fMmTMBAEuXLsUdd9yBY445BgsWLEChUA+7XNfFJZdcYvQapVIJ8+bNw/Tp
+07F8+XLMmDHD9/jjjz8e+32Q9ML0+CzSKkp7K9S0x2z5NrbLX+fUN0i1nWQE7/nSQImO6sz+9uYU
+1rRLteUbF+gIIaTdcF0X3/ve9wAAn/vc52rbX3nlFQDA8ccf7wvYAeCJJ57Atm3B/7eq9e+OE/x/
+cf369eju7sZhhx0WCNh7enqwfPnyeG+EpBoG7VmEQbs93MZTZ9XDAWD9Vk7qSUaIeX6r6fHdfUX0
+DiSw6BWj5Rvd4wkhpL159913cfLJJ2PRokV473vfi//4j/+oPVZV3BctWhQ45owzztA+X9XM7s03
+3ww8tt1222HMmDFYtmwZenp6atuLxSLOPvts1rK3OUyPzyKtErS3RE17fVyu6xqvgqk1r+t6BvDe
+94yxMDBCUk7c9HhNqvqGnkGM7bL835pF9/gNLIUhhJCWZd68eQDK873u7m4899xzWLx4MQYHB3Hw
+wQfjxhtvxNSpU2v7H3TQQZg9ezZuv/12HHbYYTj88MOxdu1aLFiwAHvuuSd22GGHwGsceuihGDNm
+DC6//HJs2LAB06dPBwCceeaZmDhxIs466yz84Ac/wL777osTTjgBg4ODWLhwITZu3IiPfOQjWLhw
+YVM+C9J8GLRnkVYJ2ltAad+6rR/Vxhtbtg1gkuHx6qR+3VYqcSQjWFbaAaAY0wxSS5w+7coQu/uK
+KDouOvJMciOEkFbjwgsvBAB0dnZi/Pjx2GWXXXDqqafixBNPxEc/+lHkcv5rez6fx913343zzz8f
+999/P6688krsuOOOOP3003H++edjn332CbzG5MmTcdttt+HCCy/E/Pnz0dvbCwD4/Oc/j4kTJ+Ki
+iy7CtGnT8Itf/AI///nPMXHiRBx77LG4+OKL8d3vfjf5D4GMGAzas0jAiM5sIrq+ZwBX/ullbD9h
+FL4xZzdfawurxKwXbwZLXluPuZX7PQ0E7eqkfj3TZ0lWkI2nnQN6pV1dBLNCrJZvwfFs7B3E9hNG
+xR0VIYSQJiFjmCFPmTIF11xzjfaxlStXarcfd9xxOO6447SPFQoFnHPOOTjnnHMCj82fPx/z589v
+dKgk5TBozyIxlfZrFr6KXz/+BgBgp8mjccJ+O9oamZ+WSI+vj1HA/KIeSI+n0k6yQmz3+OC2om5j
+XGK0fNMtIqzvGWDQTgghhBAjmKOXRdSJp+FE9Jd/fr12/+qFr9gYURApAW8QnNKgXXjGlWsgaFcn
+9Ykq7VveSW/rPJI9YgTDgD49PhGlPUbGj05pZ692QgghhJjCoD2LBJT2xie672zujzmYEFqk7t4b
+tOcRvy43MaV90X8Dl+0FzP8HBu4kHcQsf9GlxxedpNPj4/VpB5Lr1f7QC2tx1UMvYxPN7gghhJC2
+g+nxWSRmQFzICZQqk9Gt/Qn1Fbe4sJAkwhOoiwaCdjXwWJeU0v7MzeXbN/4MbH4LmPTeZF6HkKi4
+9o3oSomkx3tex7D2Xhu0J6C0v7auB1+av7RyvxeXnbSf9dcghBBCyMhBpT2LqA7LhhPm6RObUI8Z
+0yyvWQiPWpjq9PiSJ1Bwism8BiEmqOe0ofN704zoYmQE6NYak1iYu+mJej/f259cbf35CSGEEDKy
+MGjPIjGV9h0mjvYfnoQKHqi7T2vQHjM9XvnsEqt39X5+DTh1E2KdmOe4LkAvpsw9Xrew0D9o//xL
+4m0TQgghrUAicUgKYdCeRWIG7RNG+6sqNm9LQLltmZp2u0p7Iu7XgKIWMmgnKSCQTWP2u9Qb0aWr
+T3uzFhYyMl8hhDSRajtfN4nrKiEWqQbtibWgTgkM2rOIZYVr1aZtcUcUpFXS4z2BemMt3/x/Fx2Z
+UOYClXaSMuJeh5plRBdjwUvnHu8kMEbd6xBCSBy6uroAAL29vSM8EkKGpvobrf5m2xUG7Rmkt19R
+xo0ny/6/3+5OIGhvQaXdND1epxQCCaW6ulTaSbpYu7nPv8HY5C24rZRI0G5babd/LctKaiAhpHmM
+Hz8eALBmzRps3boVruvyWkNSg5QSruti69atWLNmDYD6b7ZdoXt8Btnc14+x3g2mvYeViejqJgTt
+m3oHMNn+q8Qm5+vTHl8pBMop8vlcPta4AsQIPAAAT1wLbHwNOPwcYNw0e+MimWXD1m3Y3rvBQg/0
+ku2AWErl3Inf8i2JhQVOowkhtpkyZQp6e3vR19eHVatWjfRwCBmSMWPGYMqUKSM9jERh0J5FYro2
+q5Pl1U1Ij39pzWYcYv9VYiPgeO7Hn9APtT0WvvR4w8Bm9TLg/n8v38/lgY9ebG9cJLsEuljEb6dm
+PSAOXCvNxqiL8a0vLIDp8YQQ++RyOey8887YuHEjtm7dioGBASrtJFUIIdDV1YXx48djypQpyOXa
+O4GcQXsWiZl6rk6Wm6G0N2Ly1gziuMeHTbSTT/E1TI/f+Lr+PiGxUGvazX732j7t1pV2//NJ6cDE
+5kaXTZOI0p7OyyMhpMXJ5XKYOnUqpk6dOtJDISTztPeSBNEiYhpAqcFmMjXt/jGapp43C+FLj7ej
+tCehxPkUQlMjOu/+7PFObKEWpZvWtGvT4y1Hr8qY3t7UF7KjHm02QBLu8dafkRBCCCFpgkF7FlEn
+uy2gtDfizN4MhGcxISekkeQVFpsnMamPpbS7Jf19QuKQQJ92++nx/jGu2thjdLguGyCJto5MWSWE
+EELaGwbtWSR2qyX/3+t7BtFftOxIrihcuZS6xwfGZTB5DjOiSyZo97rHG36WvqCdSjuxg4xZpqM3
+oku2pt04m6ZJ6fFso0wIIYS0NwzaM4iIO1nWTIy7+ywHcwGlPZ2z0mCpQfTFi/Ca9gTea4w+7a5T
+D9p7+vptjYhknRjnDhCmtFs+d9TFQwttHZMwmqQRHSGEENLeMGjPIgkoXNZTPlvEiC4wiTf4LMP6
+tNtXC9W2VWbB0cp1m2v3X3pnI5au3GhrZCTDCHXxyODckVJCd5okrbSblunohpNIn3brz0gIIYSQ
+NGE1aBdCHC2EuEMIsUYIMSCEeFsI8QchxMc1+x4mhLhfCLFRCLFNCPGMEOKbQojQBtVCiC8IIZ4Q
+QvQIITYLIRYJIf7R5nvIAnGV9qaYKykT+tTWtMf4LEPT4xNvW2X2ffduG6jdL8DBF375BDb0DAxx
+BCHDE6jDNsgACbvcJH3umCrtdI8nhBBCiA2sBe1CiEsAPAjgQAB3A/gRgPsATAMwR9n3BACPADgS
+wB0ArgLQCeDHAG4Oef5LAcwHMAPAtQBuALAvgHuEEP9q631kgiRqSRNX2s2f/4G/rcGF9zyHtzaa
+OT6bEEjbNwg8muYeH/i+TY3o6qUPHXDQO+jgTy+8a2FgJNPE8NZo2rmTQHo8jegIIYQQYoqVPu1C
+iK8A+D8ArgfwVSnloPJ4h+f+BJSDbgfAHCnl0sr2CwA8BOAzQoiTpZQ3e445DMC5AF4FcJCUclNl
++w8BLANx/1VBAAAgAElEQVRwqRDiXinlShvvp91JQmkvJuzabKq0r+8ZwDduXAZXAsve2IS7//Vw
+m6OrETSiM0mP12+3rsSpCwmGNe3SY0RXqPTWHrBtPEiyR4z0+FA/iLQZ0TWppp0hOyGEENLexFba
+hRBdAL4H4E1oAnYAkFJ6Xco+g7L6fnM1YK/s0w/g/MqfX1ee4muV2+9VA/bKMSsBXA2gC8Bp8d5J
+logXtMN1MCf3JD4gVtY2WZ+IqrWkhmNc9samWgrtM6s2D71zDAJKu430+MSVdrPnF443aC/ft75I
+Q7JHnNKSMKXdesZPvMXDpvSSR3ylfd3WAfzwDy/gvmfesTQiQgghhNjERnr8sSgH4bcDcIUQ/yCE
++JYQ4mwhxKGa/edWbh/QPPYIgD4Ah1UWA6Ics0DZhwxDXKX948X/xfzOH+Kezu9gN7EaQALmSjFr
+2qeO6/L9vak3sJZkhVwSKb4JZy2Ypsd7lfYOUT42CbWQZItA5wWT0pKQINV+xo+itFvotJFEerwr
+gWnoxsFiBRrR3S/740u4euGrOOO3y/H821usj48QQggh8bARtB9Uue0H8CSAewH8AMDlAB4TQjws
+hJjm2X/Pyu1L6hNJKUsAXkc5bf99ACCEGAtgRwA9UkqdDPBy5XaPKIMVQizT/QOwV5Tj24KYfdrP
+HfwZACAnJOYVrgeQPgMoVXl6bX1P7CHpCCwmtECKr2l6vHf/anp8Eg7YJFtI5XcoTdolhpwj1heT
+AouHpv4fwW1JLHh1lrZiYdc5+F3XRfh6/h7j42964s3a/V8/vtLewAghhBBiBRtB+3aV2/+D8hL/
+EQDGA/gggP9F2Wzu9579J1Zuw3KWq9snNbg/GQahBoum6fEeJotyMJy0EZ1xWqoyMX713d7YQ9IR
+J2uhaUF7jNrh8vHBmnaH6fEkJlL5HbpO+k0cjWvate0x7Z87u2xbgXGiHwAwO/dsrOdaz84QhBBC
+SOqwYURXDfxLAI73mME9K4T4FIAXARwlhDhUSvm4hdeLhZTyAN32itq+f5OHMyKoaanSdSEafK4x
+KE8Ui0krXDHN8l5NSGnPIUaKb9PqchtvrVXe35MeX61pZ3p8qik5Lv74/FqMG1XA4e+fCiEaPcOT
+QypBuuu6CO33qTBi6fHq+T4MuowA6wsLAHKon6P5mLZ067YyaCeEEELShg2lvbty+6Tq3i6l7APw
+h8qfB1duq8r4ROipbq8+r+n+ZDiUiaiqeJkwtqLupE5pV9Pj1yWjtCfiHm89PT6u0h5Mj3eYHp9q
+7l3+GpbefDHumf/fWP7GhpEejh6pBu0m6fH67YmnxxsavunGk0Sfdq+3Rk7EOzcZtBNCCCHpw0bQ
+/mLlNixorrq9j1b2D9SgCyEKAHZFWbV/DQCklL0AVgMYJ4SYoXn+3Su3gRp5EoIy8TSZLKuMRnmC
+Z1vhcj2O5UB8pf21dUkp7Qm4xyesFpr3aQ+mxycReBB7LL3zKlzQcQMu6bgWN93065EejhapRN5e
+w8PhCFfaW8E9PoEFL89z5g3r7lXW9yRj2kkIIYSQxrERtP8J5Vr2fYQQuuf7u8rt65Xbhyq3x2n2
+PRLAGACPSSm9y/1DHfMxZR8yDLr0+EYZW0mPtz0RLQUWEswmy2q9+Jsb++xnA0DX8i2Fdbkx+7QL
+6U2PrwTtTI9PNbuLVbX7M+VbIziSIVB+h47B+dk0I7qYhpja9PgEFry81/RGgvYxnfXChMEErpOE
+EEIIiUfsoF1K+QaAewC8F8DZ3seEEB8F8Pcoq/DVdm23AlgP4GQhxIGefUcBuLjy50+Vl/lZ5fY7
+QojJnmNmAjgDwACAX8V9L5lBTY83ULgAoOipPM2L8gTU9kQ0YEplrLT7/y46Em9t2hZzVEHUDADX
+JPBoQaU9JyRycBNZACH28AZucWuck0J1i1fd5IciLDi3XtOujMk4aNcMp+TK2H3VVbxBu+kYAWDa
+eH+LTNvjI4QQQkg8bCjtQDlwfgvAZUKIB4UQPxRC3ArgfgAOgNOllJsBQEq5BcBXAOQBLBJC/EII
+cQmApwAcinJQf4v3yaWUjwG4DMBuAJ4RQvxYCHE1gKUApgD4d7WenoQTCDQNld0+OSqwzXZaqpoe
+bx60ByedSaTIqxNkx0LgYV8tVJX2xmvagXKKPJX2dOP9XTYSxDWDQMs3C33abWepqNdG45r2JnWI
+yPkWacw/g9EdfgvA7r5i7DERQgghxB5WgnYp5SoABwC4CuUa87MBzEFZgZ8tpbxN2f9OAEcBeATA
+iQDOBFAEcA6Ak6VmmV9KeS6A0wCsAfBVAKcCeA7AJ6SUV9l4H9lBVdoNg3Z0BbbZnoQ6jmoAZapw
+BcfzagJBe7DUIHrWQliKr/Ue6DGV9pz0v6cCHNa0pxyvup7eoF1dPExfn3Yn5uLhSPSTz8M1VsrV
+8azZ0m9lWIQQQgixg42WbwAAKeU6lIPvMyPu/2cAHzd8jfkA5puOjfhRA2DzoD2otNsO2uOnxwfH
+s6HXvsGSGhCZpcfrt9uf0Ddullc+XlXaS/YXFohV8h4H8YJI5wKLuuBlErQ3y4guaIhptuAVnsbv
+YlRH1AZ3w+Mdl4CEK4G8QZc/9fNcu6Ufe8+YYGt4hBBCCImJrfR40kIEgnbDiWifVJV2ab3GOZBm
+bkFpdxIxgFKc+C24xyfda9rciM6/fwcc+wsLxCqtkR6vXIcMriHNKi0pqYuHxjXtTfKtcL192l3j
+z0HNCFhLpZ0QQghJFQzas0hMpd1RfjajMZCAEZ2almr2/LrxJFGHnYPqgB0/Pd56D/RAn3bDoN1l
+enyrkfcF7Sn9rmIY0YWdIkm3nrSR8QPYL4HxXsNzcEMXC8JQFxDXbGavdkIIISRNMGjPIIGUboOJ
+qJQycPx4bLM+CY2dHq+ZtFrv4QwgF0PFbpoDdmyl3R+4dAgnmV7TxBr5mMZkTcG1nx5vvfVk4Dpk
+2npSv912RoD3HM03ELSrHxtr2gkhhJB0waA9iwSUdrNAUw0Cxos++0p7YPId3wAqiZTugHu8SYpv
+yMQ6SZMqAMYLIGp6fAElKu0px+cmLlIatMfoauA9R7oK9f/Gkm49mTPMUmleerzfiM70EqJec95l
+0E4IIYSkCgbtGUSoAbDJZFkGg/YJ6LNe0x7bAEqrtCcftLsW3OOt90APuMcbBu1s+dZytEJ6vFRb
+Txqc466U2Emsww0d38OPC1eiE+UWZfYNMeOV6QxlRGcVb592YV7THkiPZ9BOCCGEpApr7vGkdVBT
+uk1rSXVKe9H2ZFkZk2l/ZF1AnERKd8Dky3ABRIf1gDigaJq2fAsa0TE9Pt3E7dvdDITa8i1g+haO
+40r8Z+FXODz/HADghfwOuNL5dAKGmPEyfrzB8wxsQKco4g05PdEOEXm4oQuC4YfTiI4QQghJM1Ta
+M4hQlDeTmnZXSuQV87Xx2JaA0m6/5VsS6rCatWBiIhc2cbcftCvPZ2pExz7tLUe+BdzjgwaJBtch
+V2Ju/qna35/MLwaQgNJe8v/2Ax4Wwx1fOff2E69gYdc5eKjzXByVe9p61k/cmnZ1ATGJ9piEEEII
+aRwG7RkkkGoeMz1+vOiz79qsjEltUzccuuFYTzsHkFdTfA3c48Pm1UnWu2r/Hoag0l5ienzK8QXt
+Ke3TrgbpJqUlapA5XmwDYP/cKVlyj7+z6/9ilCgiLyQ+lX/UeqaK9/qYgxuaxTPcOKtIGV6+Qwgh
+hJDmw6A9g6hKu1pbOhSuKwPGVuPRZ30SKgMT+PhGdEmowwEV06RPe6jSnnRNe7ygnTXt6ceXHm8Y
+aDaNQMu3xs+dsSinc9v+XapjCviBDIMrgX3ESt+2SehNoEOE34jOMGbXG3eaPgkhhBBCEoNBewZR
+VWvTybJOabddoxm3pl034UymT7uqFrZATbvhZxkI2oWTSNYCsYdfaU/nd6XWtJtkgKjp32NEua+4
+7QUvJ6bS7kqJrxbu9W1bLadav17mPJ9dDvGN6IBkum0QQgghpDEYtGcQNdA0Udq16fHYZj893kJN
++yWFn+Oxrn/F0bllAOxP6KXmszBJjx8p9/iebQNGhwsEjeg4oU833myYtLrHq9kzZouHwFY5OrDd
+futJteWb2bk5urQF/5j7i/854CZwjvuVdtPzU/fRU2gnhBBC0gOD9gwSSI83do9XjOiEfSM6dUzq
+mIdjypYV+GzhYewgNuK6zh8BsN/yzXEl8mq9sOECSBVfr+mE+7QH1MNhCKbHl+y3rCJWaQn3eOV3
+pQbIQ+G4Ej3QBO2WF+aCi3Bmzz/ZWY+CkulQgGO920bc9Hit0s6onRBCCEkNDNqzhkYdNnJt1irt
+SbR8i2dE1zWw0X98A+rTcJQ0LapMAg+v0t7pDdqt17s2noYMAPlA0G7/syR2ybdE0K5m/Jilx/fK
+UYHtSSvtpmU6Ov+IvLCvtHsX1gRkbCO6sG2EEEIIGRkYtGcN3WTOUOFS0+vHo89+umdMI7qB3Bjf
+3zuKDfZ7OJeCirWpWlilq5DXbrdCjOAI0BvRWTfSIlbxnqOm5mlNI7CYZOatoVfaJaRFhdhVrhmm
+n6XQOOLn4VrPpvEugJi2fAv7vOgeTwghhKQHBu1ZQ6NYm9SSulKioDGiS5vCpbrP7ybeth5oBtpB
+AYbt8+r3venx1lPPYyrtOQTT46073BOrtKTSbmhEt012+bYVUD4fbS56Bcp0DDN+dDXweTjWr5fe
+UoOCcI0C7rDPi+nxhBBCSHpg0J41NCqrkRGdzj0e26ynx8dttaROtt8n3rauYOuV9ujjrCpcnSj6
+0uOtK+3KZ2GySAME0+M7BI3o0k7e4wERaEuYEtSadtPrkOqKPwF9AOx6QqiGmMZZC7r0eLjWF73U
+bBjHJOMnTGln0E4IIYSkBgbtWUM3MTauaVeN6Oynx8dVuNS01PeJd1C03Q5KMzE2UQsdV+Ljub/g
+ya6v4vJt59cCAvsmVTHT4wNKO9Pj0443UE+re3xAadd4RIShWzycJHoAWA7aY2b86NLjC3Ctnz9q
+h4dA940hCLssMpmGEEIISQ8M2rOGLtA0CtoRcEMejz6USskG7aZ2yEGl/Z2mKO0mAbEjJa7pvBJj
+xQBmOc/WWkM5tmfL6phiG9FRaU87vj7tqVXaG289WS7T8f8uJ6IXgN2WiWqZjapoD4dusbHcR93e
+GF1XIqdcH6VBh4gwpZ3p8YQQQkh6YNCeNXQTY5M6bI2C0ykcCLc/zqgCBFu+GSrtyuR6t9zb1utI
+tUG7iT+AEvjOFGsA2G9NFxhTzJr2DrZ8Sz25Vgja1XEZZakE39fERJR2tUzHUGmXOqXdbqZK0XVR
+EI0r7WELcDSiI4QQQtIDg/asoTOiM1G4SkXt9s5Sb8ND0qGOyXSy7CoK2XSxCR2Wx6hbwDCbLPv/
+rmYwJF1qoKuzHQq1HIJKe/rJt2J6vElNu8YQs660J2hEZ+weHzzXcrDb8k3X0UO9/g1FWHDOc5wQ
+QghJDwzas0bcmvYQNSznDDY6Ii1qfatpTbtOtdvRXR1nSAEcXQqqYeDhpRocW0/jj2tEpwQEHXCs
+t9Yi9pDSX++tczBPA2odtonS7rpBb41Johy028wCUdPMjWvaNUF+wXLLt5Kmvt/IW4NGdIQQQkjq
+KYz0AEiTiau0O3qlPedYTo+X9hWunS0H7TpV3ahtlasG7RUjOtvt89TFBROl3XUDAUHBs7hQyIu4
+wyOWcSV8zuqN9Gl/u3sbfrn4dfzl9Q0YLLm45DOzsN/Ok2wOM7CYYLKY5LjBmvZJ6Kk9Zgs1Pd60
+1ECXHp8TdoN2xwkq7XGuQ7XtDNoJIYSQ1MCgPWtoJnO6ADeMMIfnnKsP5hsl0PLNdAKpSQ/dyX07
+zpACOJrXiKNwFRJS2gOLCyY17ZoAvyDK77vkShTycUZGkqCkLLSYBppSSnzu2r9g5Ya+2rbrFr+O
+n/zzh6yNEdCUvBgsJrkyqC5PrCjtNtupxffW0CntjtX0+JIbLBUILNQNQagRXToTNAghhJBMwvT4
+rBFXaQ8J+IQ70PCQ9C9kvz/yKNjNBtC7x5s5YHupBu22W9MFvjMjpT34Hjsq47SpFhJ7qO3QVFPG
+4egvur6AHQC2bLO7KAfE79Oumq9VjehsZqrEXTzMac6fvOWWb7r2dzaM6FjTTgghhKQHBu1ZI2ZN
+uwxJj8/brmmPaUSnyx7IW84G0BnRxXGPr068k1faDRYFtH2mK0E7pbhUUlKMyUwDTV1atE31ukog
+A8AwSyWgtFeM6GyeP4GWb2od/jAE6vZR9q6wOcaS68ZMjw/ZzvR4QgghJDUwaM8Y2rRJo5p2/WQw
+79oN2tVg0dyITqcQl6y2MdJ9lkbp8ap7fC0Ythy0q7Nyk89yqKCdSlwqcRx/vbep0q4L1ool+991
+MD3ebMErUNOehBFdIOPHVGnXG9HZzKbR1fe7MQwx68/B85sQQghJCwzaM4ZWHTWYQKrKU5Wc7aBd
+mXSaG0AFA5Wq67ktVFd2AEafpTopriqHtlXNeEZ0us+xUtNueXGB2KGstNe/G9PSEt0pYrtkA4hr
+RBdsRZiI0h4z40enzJdbvlns0641ojOoaWd6PCGkQTZvK+Kni17FH55bM9JDIaTtoRFdxtCqw0ZK
+u34yaFtpD9SSmvaa1gXtooSS66LT0lqV1j3esC7XS83gzXIwHFD/TYzohlTamR6fRgI17Q0Y0anY
+VK+rBAJag8UkXZ/2SQnUtKvnipqSPxy6xUPbRnS6mvYww1AdYYo6lXZCyHBc8sALuPGvbwIAFpx9
+BPaeMWGER0RI+0KlPWOUNEGY0aQ+JFDLS9tKu3/Saaq06wLTThTtGkBpF0BMakn9x3eh7spuk6AR
+Xcz0+Eo7MSrt6aTouLH6tOsU1iS+68A5bZgeryrtE9ALQCbqHl958WjHyqACDlSUdss17Xnhfx0j
+9/hQpT3WsAghGaAasAPlLiOEkORg0J4xnJIuPT76BDKsT3vBek17PNdmXX/kTpTsps7q1CyDgEEo
+n+UolB34bRu8qTXtJjXOOuPBQkKLC8QOjmJEZxq0a9Pjrf8m/Sn85Y3xlPYuUcJoDNj9XcYw7tTV
+mgPlmnabiyA6pT1OmY73eQkhJCo5MdIjIKS9YdCeMbTqsIGKHdbyzbbJm6q0m7d8C+7fgZLdtNSY
+SrtQHPdHo/y37WBYquM0CY40be2YHp9uSoEgzkZ6vN3fpM793az1ZFBpB4BJ6LUaEGuV9qhBu+Y9
+AkBO2DWiC37fphk/+u263wEhhISRE4zaCUkSBu0ZQ2eepmuPFkrIvl0oJqpwBVS5YciFGKgVrbaD
+0vS8N/gshZJ6PlpUlHbbQbsaZJjU3WuU9o6EXO6JHRzHRU7UvxsbSrvt7A81GwAwywBxHLdWpuGl
+SwzCsZoer1Pao43T1ZjlAdWadttKu9Lz3sSILkxpZ9BOYrCxdxDL39zExZ8MwZidkGRh0J4xnFLj
+yhEQnh7fiaJd5TVmqyW9EZ0DJ+GadpPPUrhqenz5b8eVVic6anaESfs8XW0sW76lm5Jyjpr6QejS
+pQctL9AUHTewEGfiHu9qyl+AslGc1awAXYAe8fxxNSn8QPn7sNqn3YlnREf3eGKbnoESjvrhQnz6
+msfw80deG+nhkCYhGLUTkigM2jNG3D7tYUpyJ0qWJ8v2W751omQ1LVVvUhX9MxCKD0BVaQfsBsSB
+cZoomiWd0l51uWd6fBpRz3Hzlm8aIzrLpRDaOmyTBa8Qo7VyW8fkFg8BGKXH665bBbhWPQJKrqtp
++Ub3eDJyPPVmN7b2l8/RR15aN8KjIc2CITshycKgPWNoe4sbuYmHpMeLQbtBXNz+yBolrlzTblHB
+jlvTrijt1Zp2wHKvaUdV2g0m9EPWtHNSn0ZKyvdtnB6v2b2oM7CMQUmbHm+yeKgP2guWz3FtnX1U
+pd2VKIjguZa37h4fVPRNgna6xxPbeBfH+f9EdmBNOyHJwqA9Yzi6tEkDRSVgalahEyWr/zmrgWUO
+0micugCgAyWrKpyuT7uJyZvqHj8adaXdphIX6Hkfs6a9Goiwpj2dqItJNtLjbXpBANWaduU5Tboa
+hATtZaU94fT4iOe4rm4fKNe52xyj4wRfx0hpDxkLlXbSKN7/G1jTnh0YsxOSLAzaM4YuaDdJnw1T
+kss90JNT2isvHvlwXcs320q7bmJs4oAdqGkXySjtcfq065T2DrrHpxrVt8JKerxl2VXveG5wHQqp
+2S6bvKXjOqRrSwdUlHar6fG6lm9m7fN0WO0GQjKF1wyS3gjZgUo7IcnCoD1jaFu2maTPhijtXSja
+VV5jpKUCgNAElJ3CstIe87PMKUF7F4q1AMumP4AaDBkZ0blD9Gmn0p5K1OwIG+7xrrQ7+S45wTps
+s/T4kKBdWFbate7xUdPj9e7x+Sb0abeSHk+FlDSI9xzkfxOEEGIHK0G7EGKlEEKG/FsTcsxhQoj7
+hRAbhRDbhBDPCCG+KYTID/E6XxBCPCGE6BFCbBZCLBJC/KON95AV4hrRhfVptx0Qa+uuTYJ2nXt8
+E5T20KbHGlSlHQBGVerarda0K6nEJjXtMuU17fc/+w7+55FX0TMQvcVVu6Nm05imxwfTWct/2zVP
+06SOG507YTXtdtup6a9DEVu+hfRp7xCO5T7tLvJK7bxRn/awlm8pOL9Ja+L97TBjIztQaCckWQoW
+n2szgMs123vUDUKIEwDcBqAfwC0ANgL4BIAfA5gN4J80x1wK4FwAqwBcC6ATwMkA7hFCnCmlvMrO
+22hvHM3E20ThCpuwltPj06O05zQKV4flunvdAoZJiq/OLG80BrENoxKtabfWp32E0+OfWdWNb9y4
+HADQO+Dg347dY0THkxbUkgZTE8fqKdKFQfy68wd4v1iNfy2ehaLzUYzqCF1TNcJxXOSFOi4bRnS2
+a9obvw5pHfIraP0wGkT7OgbnZtilhjXtpFG8C2dc/MkOTI8nJFlsBu3dUsp5w+0khJiActDtAJgj
+pVxa2X4BgIcAfEYIcbKU8mbPMYehHLC/CuAgKeWmyvYfAlgG4FIhxL1SypUW309bEldpD0+Pt6ti
+a1N6Yyvtdif0usDBRMVW0+OBuhmdXaW9cfd4nfFgVWkf6cnY02911+4/s6p7iD2zRVylvfq9nlW4
+HYfkXgAAfKtwM0rON+0MEECpFPwNCoOUboQa0ZWs1ovHyfgp92nXvyftdbhBSlojuujPH3Ye07KC
+NIp3QZeLP9khx5idkEQZiZr2zwCYBuDmasAOAFLKfgDnV/78unLM1yq336sG7JVjVgK4GkAXgNOS
+GnA74WpmYkZGdJ6JdUl01u53YdBqymdspV2zb6flCb3UPVeMmnagbkZnVcWOU9M+hHu81cyKBli3
+te62v75ncIg9s4UasOnqqoeiOsk+Jf+n2rb9cq9aPb/jtp4MS4/Pw7XrdJ+Y0m4xaI/Z8i00PZ7B
+FmkQ7+I4g/bsIKi0k5SwvmcANz/xJt7u3jbSQ7GKzaC9SwjxeSHEfwghzhZCfCSkPn1u5fYBzWOP
+AOgDcJgQoiviMQuUfcgQxG355lW4BnOjavc7Rcmq8qoNLI2Cdn16vM1+0zo1K5CKPgTaoB3VoD1B
+pd1gkUYXXHRUjOicEZbi1vV4g/aBIfbMFo4TLz2+fDmQmCR6a9u65VirizSlUvC3b3J+hwWlHXDs
+/i51Y4oYEIfVtJef1l7Q7rhu4HWM2jqGKu0MtkhjeH9TI52RRZoHQ3aSFs64cTnOu/1ZnPrLJ9qq
+7aTN9PjpAH6jbHtdCHGalPJhz7Y9K7cvqU8gpSwJIV4H8AEA7wOwQggxFsCOAHqklO9oXvflym2k
+glYhxLKQh/aKcnyro6vDNqpp9yrtuVGAswVAuaa932pbKPtBe05IqwqXLnAwSo/X1rSXg0+7hnkx
+XLqHSI9Pk9K+oWcQUkqu9CNYL23uHi+xl3jLt+0luRO2t3h+62q6TX6X4UZ0dst04qTHOy6QF2FB
+u72adp2pH5V2MpJ4z0HG7NmB//+StPBkpXzylXd70DfoYGyXzXB35LCltP8KwNEoB+5jAewL4OcA
+ZgJYIISY5dl3YuV2c8hzVbdPanB/MgTayZxJEOcJNIv50bX7tlu+6YJuo/TZsFrSUn+jQwoQ97PU
+1rQL+0q7qgyaLCzoFjnSUtPuDdoHHRdb+ukgDwBuID3ePGifnXs28BxW3eO1QXv8mnbrLd9i9Gkv
+K+3696RbDGsUx9XUzht8llTaiW2otGcT1rSTtOC7BrXRArSVpQcp5YXKpr8B+JoQogdlA7l5AD5l
+47XiIqU8QLe9osDv3+ThNB01dRYwS5/19j8v5j3p8bDd8q3xyTIQEvQDcIr2ap+TcY+vKu0W0/il
+GrTbUtpHOD1+qz8lfn3PACaO7hih0aQHVcVuxD3+iNzffNsKcKxmVmjd003+Yw05vzvgWDai012H
+ogXE2mC6gk33eH37PBOl3Ww7IcNRpBFdJqHQTtKAlLJt204mbUT3s8rtkZ5tVWV8IvRUt1ftoE33
+J0Ogq7k2CuLU9PgK1lu+6QKNmEZ0ACAde7XPcT/LvGxOTbtqA61rhxeGrvY2DX3apZS+mnagnCJP
+gtkRxkq7U8LBFdf4Kh1wrC7S6FoJhmXH6Ahzms/DsWpEpzufo6aeu1ITTNce1NT0N4jO8M4oPT7k
+86JCShrFcdpzwkz8qLXCglXtJAWoc9N2+r8s6aB9XeV2rGfbi5XbQA26EKIAYFcAJQCvAYCUshfA
+agDjhBAzNK+xe+U2UCNPguj6tJv0R/ampZa86fEiXenxYYGpW7Q3WdaqWUZBu0Zpr6bH26xpD7jH
+R39undLekYL0+M3bgotENKMrE1TaDYPtYj/GCP9nWUDJ6qKcozOEtFDT3gHHFzDERRe06zpw6HA0
+ru5VTAwrh6NYcoI97w2C9rDUQSqkpFFKbZqaSvyocwBpmNVFSBKo8+d2ugYlHbR/uHL7mmfbQ5Xb
+46Aw5TwAACAASURBVDT7HwlgDIDHpJTeWeNQx3xM2YcMgb63uMEE0hNMe4P2ThTtpsdrLv4mJnJh
+Cpcs2VTa7de015V2mw7YMfq0a8aYE2UFcSTT49XUeIBBe5Vgyzez7yksu8Jm2rmjC7qNrkNhRnSO
+1dZ0OvVfVxajY8iadotKu+phUH6B+DXt7aROkObir2kfwYGQRAkqmiM0EEI8qPPnEW50ZJXYQbsQ
+Yu+Kw7u6fSaAqyp/3uB56FYA6wGcLIQ40LP/KAAXV/78qfJ01TT77wghJiuvcQaAAZTN8Mgw6B3P
+G3SPV2rabSpxOqVd29vZ4HgAkI7FFGptNkD0MRY06fFJuMerVywT5TXMMKsDdlv8maIP2pkeDwSV
+9ryQZsquJnW9owk17Wbu8frzrLy4YNOITrd4GLWmPXzBRFqsadf7A9A9nowc3mCundotET/qHIDZ
+OSQNqL/Ldvq/zIYR3UkAzhVCPALgDQBbAewG4B8AjAJwP4BLqztLKbcIIb6CcvC+SAhxM4CNAI5H
+uR3crQBu8b6AlPIxIcRlAM4B8IwQ4lYAnZXXngLgTCnlSgvvpe3R9Wk3MqryTAad/Jja/bJ7vE2F
+q/G0VCA8PV5qApKGibkAojWiE8kr7TnIcjASwTUmrJ+0bWMyU9R6doBKexXdwpzjuijkoq3R6o4v
+CLsKttYQ0yRoD1HaO4TdxaScdAPNh1VjxzCG6tMO6VhrUagN2g2+q7DPq43mOaTJeOcC7TRhJn4C
+acjMziEpQJ2btpOvho2gfSHKwfaHAMxGuX69G8BilPu2/0YqS61SyjuFEEcB+A6AE1EO7l9BOSi/
+Ut2/csy5QohnUVbWv4pyIfZyAD+UUt5r4X1kgrjmaV6Fy8l31e53CAdFi+qRkDI4WTaYiOY1k22g
+Genx0S8Oupr2UVWl3eJFRvu5uQ6Qj3D6hyjtBThwmphztLmviO/d/zw68jlc8I/76JV2zbYsogvi
+XMcBCtEu97rU7QJKKOrq0BtEm/FjkAESVtNuuzWdLj1e7wsSxNUYxFUpnz8ShbyNoJ3p8SRd+Gra
++TtqWwJpyFygISkgoLS30TUodtAupXwYwMMNHPdnAB83PGY+gPmmr0XquJrJnJFRlWeyLXMFFEUn
+OmQlLblorwe6Tik3SY8P749sT2nXtXczqRfXp8fbN6LTp/FH+87DlHbb6dLD8evHV+J3S1cBAKaM
+7cSgJoDc0Mv0eED/nZXrnruCO+uOD0mPt7mQ5JTi1bSHnWcdlWDYFvrFw4jp8VKiU4S53LsouRKF
+fNwRhlzTDBbUQtPj22iiQ5pLu7ZbIn4C6fH8rkkKaOfFpKSN6EjK0NVSmriJ+wJAkYeT66w/VLIX
+NOlS9qNOlqXSaqkk6mOExTEm4R6fSMu3GL2mEZoe39ya9sv/9HLt/k8eeoVGdEOgM0rTlcWEP4He
+iM6mgq0bY1ibRh1hQXsBJWst38rXkZCshQjoWrFVsZkRoDXGM1LaQ563jSY6pLnQPT4bBIzo+F2T
+FKCKXu30fxmD9oyhTzFvsJY0l4cjOurPYlVp19S0R01LlX6l3WuYZ9WILoH0+NGiakRnMcVXFwxF
+XQAJCVAKwrFbdz8MMyaO8v2trWlnenwZzXdr0nlBZz5o28NAH/jaMqKz87t0XH2fdTfi4sJQNe15
+uNYWvbRmkSZ92qm0E8t4S6f4M2pfgkZ0IzQQQjy0c1cDBu0ZQ2oCRSOl3TsZzPmVdliqF3ddWa5J
+D2xvTOHyBu0iYfd4o/R4tILSri8n6LDt0j0MO0wa7ftbp7T3DjrYNmjPV6FV0de0x3OPt93yTdem
+zMyILjw93ta5U3Jl2bRRIXJ6vKuU6eTq1Wh5i4sgWnNRg8/SO/HO5+q1AJyAk0YpMT0+E6jZQvyu
+SRpQBaV2WoBm0J4xdA7sRgZQ3slgruAL2l3HTtBedF0IETzJota0qwqXm/PU8tp0j9cGw/HS4+st
+35JzjwcQXYkbStFs4oXwPWM7fX+/tr63dr8zX7+MMUU+rKbdJD1e5x7voliytyCiL9OJH7TnLS4u
+lELS26O2awso7YX64mG5pt3OOHXfd1SHe6A8ofmAeB2/67wQ3y1cD1QWKtoppZA0F++CLlOm25d2
+NvwirQvT40nboEuP16WAhuFzbRZ5uJ6gXVhKjw+tBY04yQ0q7R6V1qLSrnfAjn5x0Cnt9ZZvSSvt
+Eb/zUCO6UlODdnVFv2pEJwTwvmlja9sZtOt/lzplO5SQfZ2SvQUvXWBtsnjobZcoc/USnQ5hz4iu
+5LhapT1yerx6HcvXr5V54VrLVNGlx+cM+7Rf3/nfODj3Ik7NPYCjc8sBJDQBlxJY+7y1rCySTry/
+HSnZq71dYU07SSPtvJjEoD1rxOwt7g32RC4PxzMRtRUQl0JqSaO2GHOk9KWluh6FS4SkezeC9nMz
++Cx17vFJpMdr639jBu2206WHYyCk3di0cV2Y7ql339BDB3ld0B5VHS4fr//OXasLXrpAszGlXXrO
+b5u192HXochGdFKi4E2PL9Qzfqru8TbQpusbZFY4rsRUsaX294dzK2rbrfPQRcBPDwV+doSRwz1p
+LYLuzSM0EJIo6jWCMTtJA4H0+Db6YTJozxj69PjoP2jfZDlXgPS6x1tKj3eceJNlVeFyPTXtVtPj
+tQsgJi3fwmvarU6YYxjRpSU9vr+oH8dhu70HUzyp8xvZ9k0bxJm0SwzzMbCptOvT9aP/nnLe1pP5
+ejBcQMla2nnJCUmPN/DWyIUo7TYXvbTjMalpVyY01YWGRFIKV9xbvl3/IrD+JfvPT1JBOytdpI6a
+AcfvmaSBQHp8G/0uGbRnDW1Kd2MKl8jl4HomzMJSymOoAVTEiajjSuSFJ2gv1NPjc67FtEytEV3c
+9Pjy+Gy219J+v1EXFzQLC0Dzlfb+ov61PrLXdpgwqp4evaXf4qJMq6JT2o2C9hCl3WK7RN14TFK6
+hefckR31RTm7RnSudkEzqj+AO4TSnoNrz41fa+pnkB6vfF7VhYpEgnbvgpDFrCeSLtRzsJ1qSkmd
+wOIMv2eSAoLu8e3zu2TQnjF0gW+uUfd4kYfrUY+EJaW95LpahUuXJaDDUY3oPEF7mtLj87qgPQGl
+PU7LNxGWHi+aq7QPaEzQhACO3H0aJoyqu3Jv7Teo3W5TdCZkUbNUyjuH1bTbC9p1ga9Jxo8vld5z
+fufh1vwO4hKqtEdePIRv8RC+jAB7LRP1fdqjP7d6GlcXGhJZk/OO1cRngbQUqtLVTpNmUiewOMPv
+maSA4KLhCA0kARi0ZwydEZ3ZZNnfwsibHm+tpj0sPT6qwuXCp3BJj8IlEnaPNzH16xjCPd5mT+x4
+Ld+GaK3VxJZvOqX9QztPwuSxnRjvUdoZtCO+0h4S4Eub6fEa8zQTddhrROd1Ze9AyV7QHlLTLiNG
+s0H3+Pq1Mgdpr6Y95mepBlQ1pT0RIzrP52HymyQtRTvXlJI6wT7t/J7JyKP6X7XT75JBe8bQGUA1
+nh6f9wXEeVs17SHp8VGNi8pKvdeIbkztfs5mSqZuYmygcHVolPZOlADIyKZ7UdBO4CNexEKVdou1
+w1HQ1bTvu+NEAMB4n9LOlFttTbsmsAulKTXtFhcPFSO6MNNCU0qui5ym9WTUBZCyt4ZnX1Vpt+Ue
+H9NcVJ3QFERFaU8kPZ5KexYIGJTRc7AtCda0j9BACPGgil7tlOnDoD1raP73NJksQ+nT7jWBEhbd
+4/Xp8dGVdu/x0lfTnmx6vMkCiK/etUJOSKsO2AD0AXrU9Pihatqbmh4f/Fw/e9DOAEClXUHrHm+h
+pj1pE0cT93hf0O6paS8IJ9S00JSw9Pio1yG1TMfvHm/RE0KbHh9Haa8Y0SWitDNozwJsBZYNqLST
+NNLOXguF4XchbYVmYqztiR6CNy1V5PM+R2RbQXuY0t74ZLk+qbcbtDeucLmu1CrtQFltt1vT3vik
+3qu0l0QnCrL8HTc/Pb4+3qP2mIa5e22HD+xQVtrHeZT2ngEGAvr0eIMAMeQ8kxZbvulr2g2uQz6D
+t/qiXFVpl1JCCBFrjKHp8QbneCE0aLfY8i3GdQjQKO1Jusd7A3UG7W0L3eOzAQ0HSRppZ68FBu0Z
+I1Rxc10gN3zihVD6tHtTPnOunUl90XFDJsvRTjxHVeo7mqi0RzWpkkMF7UWrqefaTIrISnt9Pyff
+iULFjKyZSruUsqa07y5WYf60P0KMPxzATABMjw+gNaKLHiCFmTW6JXtBlq4u3MQPIicdoBKTiw5/
+ejwADDouugr5WGN03JDrUMTP0gmkx9cXOPPCnmFeXPd4NaCqLjQksibH9PhMoGaKMZhrT7g4Q9KI
+msXWTr9LpsdnjFCVKGKw6VW4RK7gb2NkqZ1aIOiuELlPu/RPloU3aJfJGtFF7TXtuBIdIlxpt6li
+21LanZzH8EuUmtbyrRqwHyJW4I7O/wux7FfAHf8fsHk1ANA9XkWzIBM1SyXseACQlhblAMDVBpqN
+psfXz++Oynlvo669GOoeH/EclxgiPd7FoK3zR3NdNPks1WEkaUQ36Fn4ibr4QVoP1ZOlnSbNpI5a
+087FGZIG2jkDhEF71gibvEec5PkCwFzePxG1NKkvOSEGUCZ92r2T5c66EV0+4fT4qL2mXSlrAQYA
+Xwp/pyhaVbG1SnsD37eT9/fDbtZEbKDo4n3ibVzf+QOME/3ljW4JWLcCgL+mfQuD9tjp8WHmgzLh
+mvZGjehEIai0D2i6DZhS7mKhuw5FO8elWqajGNHp2hg2RExDTHVCk6+1fLN/fjueoP3dzb3Wn5+k
+g3aeNJM6VNpJGgm2nByhgSQAg/asEfafZ+QgzpseX4DwKu2WJvVOWMupqDXtjou8J+j3jdGi0q43
+ojNQ2r3p8Z3jane7YDdo1y4kRAzivEF7Ke8NjkooNsk9vr/k4NP5RzFKKN/dlrcBMD0+gOZ3aaa0
+hxnR2VsQcWO0S5SBTBpvMFweo42AuBSSHq9zvtcRWDz0XofgWllYAPTXxaiLh4AuPT4593jv51ks
+8lxtVwIGZW00aSZ12rkfNmldApk+bbRoyKA9a4RN5qKmx/tavvnT4wvW0uNDlL6I//N7U28d5HyT
++nyIG3ojaI3oIgYerqu0fOscW78Ly6nnugtWxEl9zhMQuHlvGnIJTpOM6AaKLiajJ/jAlncAAKM7
+8sjnygXOAyWLtcKtiua7NUpFbobSrlmYi+oe70qElr9U67FtpMeHKe1R/SAc1/FnDOXrGSEFuNZc
+7rU17Qb+AOqEphq0Ry0DMMEbtLs2f08kVQSUrjaaNJM6wcUZfs9k5GlnIzoG7VkjLPBtIF1a5PM+
+FTtvScUuhahkkVu+efpJu8gh5zWAsqi061S4yO7xqhFd1/ja3U4UA7VicchpWstFNqLzjNHxpvDD
+QbFJF8L+koNxYlvwgc1vAnedAXH9J/CBrnW1zZlX23Xp8Qbp0mFt/mwq7Vp1OGKg6QRc2T1Bu7CY
+Hh/irRG51MDzeTkiD+TqGSE5uNb6yQttn/boCwLqhCYvKkZ0CZzfvu+YRnRti2qkyrTp9iRg+MXF
+GZIC1EXDdirPoXt8xohtROeZDOaUoN2We3yY4Vxkpd07WUYeuUIySru+533UwMNFp/C8T0VptzWh
+BwBhSWl3CnVvgA7LbemGor/oYCw0QfuTN9TufivXh1NwLoCyGd17xnUF988IuoDNRGkPrWm36Aeh
+bVMWsbTElRJ577nT4S/bAJJNj4/c8s1zHXNFAXlRXyOvtqazQeyWb8pvo7PyGVpPpFFq/E06GpDW
+Qv2/IYmsDTLytLOiSVoX9XfZTouGVNozRqgCE1Vp905iRQH5To/KZSlod0Imc1ENoLyTQVfkkOuo
+K+0FS0q7G9LDWRsg6473ZAOU4Df06xRFe6mzCFEwG2j55ub97vE2swGGYqDkYrxOafcw211Wu5/5
+Xu2ac9lo0hz220jYiM5Eac+HKO023eMdN8SILmqw6Vn8kMhplHY753hcpV1dpBmF8nXc+gRcHSeD
+9rYlMGlm0N6WBNLjU/w13/TEmzjvtmfw1sa+kR4KSRg1A4RKO2ldYivtHiO6fAEFUQ/k7Cnt9mra
+XeSRT0Bpd1Rn6ApRAw/Xqdf/F1FAweMs3YkSttpU2nVjaqDFn1tQatqbqLRP0SntIWxhenxgkzRI
+RQ5Ljw9T4BshVnq8VNPj/a7sQLIt3yI7s3s+Ryny5W4bFQpw0WfJiE6XNWOitAslg6IT5b+tn9/K
+OE1+k6S1UP1O2knpInVaRdF8dtVmfPv2ZwEAL6zZijvPmD3CIyJJEvxdjtBAEoBKe8YIncw1kh6f
+y6PQ6ZkwS0tKe2if6IitljxpqY7II+cboyWH+zClPWrg4VHai/Ab+nXCstKu+26jpsd7Aw9P0G67
+l/xQDBRdjEV/5P2z3qtd5xweVnKiIyw4txu0B3+T2gBZg+v63ePhM6Irb7dx/jiOo209GdU93nsd
+kkpNe1646LeltMdw4geCGUyjREVpt61OKNdv9mlvX4Jp0yM0EJIoQaXd/Jrxf+/6Gz78/T/hvmfe
+sTWsAH94bk3t/lNvdSf2OiQdBFoRtpHSzqA9Y8Suafe6NucK6OzypsdbSj0PrWmPmHrueNNS/Up7
+ByyZ5YWYVOUiXhxk0ZseXwA8ZnldKKHflgqHkIWEiLMobwAoFaW9mS3ffEZ0eX29elUhzHrQrnWP
+N1JeQ4JJizXt4V0shj9/gkZ0mj7tVtzj45USeZVkV+QBUVfa83CstXzTuscbpMerrTpr6fG2JzpU
+2jNDwIiujSbNpI5aImd6zXh1XQ9+/fgbWLOlH2f8drnNofmQEf1SSHugzk3byWuBQXvWsGpEV0BH
+V92czJbSHjZZdiNORFWlPe/t42wrPT6k3lXonNo1eNPjHVFofk17ZKXdE7R3+IN2KZtzMewvuhjv
+TY+ftod2v6nYDIDu8dqAzSg9Xv/5qWnUsQj7/UXIpnGUPu2+oF24ACQGLJw/4YuHEZ/bHTo93pp7
+fNz0eKmvabed6qoG6VTa25dg/+72mTSTOgFF0/Ca0d3n/z8lKcPCNorZSATauTyHQXvG0KXOAjBQ
+2uv75fL+9PgOFK30Fw91FY7sHl//j0Aih7zXiA52JophRnTavs6644v1BY6iorR3omQ1aNe6ckcM
+PEKVdlH+HJuhthcH+9ElKnW2yANTdtPut50op71lXWnXBWxRU7qBcKU96fT4ygPDHuu6dUUdAJAv
++FTsDkvO7E5Y0B5VaQ+kx9fHaMuITkoZq4sFAAhFae+q1rRbnuc46vu12cmDpAbXlYGEmXZSukid
+4OKM2fGjO/K+vzdvS2bBnWtG2aKdFw0ZtGeN2Onxnv3yBV/Lty4U0W9hshyqcEWdLHsdz0UehQ7v
+woKdiWJYenxU93ivE3dJVdotfY5V8tqadvNyCK/SXmsL1YTJmLNta+3+YH4MMGEH7X7TakE7lXaV
+yOqwcnxJ1OuwbQbtoQtwEX6XARPIXAHId9T+LFhqmeiGvd9GjOhy/pp2Wy3fXAl/1kEFrY9FCOrv
+pSBcFFCyHmiVHCrtWUCdMAPtpXSROnGVdjWYWrMluneNCUyPzxaB8pw2uv4waM8YoQpMQ0Z0BV99
+cYclhdgNNaKLGLSXlJZvhbqK3WFpMlruFa1T2qOm8HvS4wNKexGDJddaqpjePT7aOPPe/Tq8fdrL
+24tNMKNz+7fU7g/mxw0RtJfT47Pe8k2bGm0UtNc/v5Kon985SyaOAMJV1gi/S9eVKHj7tOcKQM4b
+tNtRseOnx/sXD73ZADm4VmraA+3vPM8fGU3ZwygMWlcnAq08WdPelugmyKxpb0/i1rSrCzzvbE4o
+aOfPL1O0UitCUxi0Z4xQJbjB9HifIzJcO0F7yIQ7ess3T3q8yPuyATpQ0ioBpoS7x0ft015Pjw8q
+7eXJrK2a1zh92nMhLt2JtYXSMVhX2ouFMcD4GdrdpqGstG9henxgm4nSnvMEUyXPolzOZpAVI+Mn
+EKjmCuUU+QoFlKwExOGLhxEX5ryfV6Cm3bHiHu+GtJ40q2kPjmMUitbP7VJRWRww6GhAWgddyRSD
+pvYkEBwZXjPU49cmFrTzB5glVDGJ6fGkZYnb8s2rvIp8h2+y3GHJ9dwJCQ7U1kRheCfVLvK+1Nly
+0G5H4dLVr0etaYen5Zsj/BkLnZX6bVt17doxRf6+PfspRnQArHgYDIcY8Abt44AJO2r3m8aadgB6
+M8RG3eOdXN3kLax/e0OEnYMRjeh8Ne0Bpd1O6rkMCSojl8B43ova8s2W0l4K9dYwWaTRKO0ieaVd
+2jQ2JKlBNYEC2is9ldQJ9MM2vGaovwsq7cQGccs20gyD9owRmh4ftQWY5/h8Lu+fLAsnHenxjjc9
+Ph8webOltOvTUqO6x3tbvnUABe8Yq72mLQQeUj+pb0RpFx1ja/c7a0Z0yV8MvUG70zEOGLeddr/t
+WNNeNki0mB7veJV2i0F7aEuySEZ0inu8Ui9eNqKzoWLrxxJ5AWRY93gLveTV9ncVTNLjdcaDXRi0
+PtFRjehM2tKR1kFb086oqS0JunSbHa8KKGsTqmlvo5iNRCCwmNRGPwAG7RkjdDLXQHq8yKvmSpYc
+kWOYVAH+WlSpBO0dKKFkoQ47TOGKmh4vnXp6fEBphz2lPSwjIHJNuzc46gwq7UWLhnlh5Io9tftO
+5zhg8q7AtL3LG8a8p/ZYtaY9y0p7ydV7LTRqROfk60p7XjrWzMnieGuUlfYh0uOFLaU9JOOngZp2
+1YguL+y0fAvtYmGQWaHzKhiFovWJruOo6fHZPU/bGd0Eme7x7YlaCmGahq5O9RJT2mlElynUDNB2
+So8vDL8LaSfC0uOldCAiHO8N4nL5joBrsw11OKzlW+S2VRqFy0EOebjIC1mprewMPz7KS4TUkuYi
+u8crQXvBb0QH2KlpL7kSnVojugjP7bq1gN+VArmOegBXDdoHm5Aen/cE7bJjHJDLAV96AFi1pFzf
+/rPZAOgeD4R7LUTNUgH8iro3aC/AQdF10ZXL6w4zI2ZNe8cw6fFJZvxErRf3Ln5I4W9Ll7eUwh/W
+xcJMaQ9eb7swiB7r6fHK50kjurZEV37WTkoXqRNIQzY2omuO0t5GMRuJAJV20haUU6X1P96oAbHP
+iE7TxsjGZDlUyYra8k11bQZQ8qxPlUoDgWNMCQuOok6Wpa+mvUNR2suTWStKu+MiJxrs0+41JIPq
+wl8+3kZd7nDki721+7JzXPnO6EnA7scCk2fWHpuGzQBkxpV2VxvERc2sAPwdIpxc/XdZgGMlSwUY
+IvCN8Lt0Xfjfo8gri4f/j713j5Ylu8vDvl9Vdfd53Xtn5uo1MxIWEgjJApaQ8HIsO2AwIQaDnQSS
+CENiCI9gHg4YvLzCw+AVtIAgTEQgJgiMeAXhJYIwSAIDQhEIyUIvNELS6DUvzfs+5p57Xt1VtXf+
+qOqq3961d9Wuql3dffvUb61Zc+7p6u59qqt2729/3+/7PDHtljnRnWln12EQKPL4EAJzHxsLUiKk
+6uu0kZ6b2h52aAh5vO4eP8rjt7FMc8QWrZnHYtUXHOkM6FBM+1jnq3SmfZvac0bQfo4qFdIqS7XF
+G+nFjeiCSGfahR+mvac8XipMe3aJxwy0p4tF5Tlty25E5/j3K0x7qLrHezSiS/rEVrHzmCKsROcB
+wGIFDtCTpGTaMbugPjg7AHIgP6MYF3GMk0W6EoM8Y33g3wO/8TXA/W9fy9vbNpO697Rzpt1Pa0n2
+Ht035qpGdKq3xgSpH/d4273TyYguqoD2Mw8bCz4i30ypADPE3iXNlfPp09hwrI0pU0/7NslTxypL
+72lv+zHr3yc3TmNvBry8xuvvfJU+B21Te84I2s9RpRZJN9CRaQ8jjWlPcDog0+4s8dUXyxiGaTcv
+ll3l8TrTrprlAfCzqPcE2hOEoKgEcEUs3QqY9klSMu2YXawewIzpln3tx/M1sHin14H/95uBe98E
+vPbLV//+sMulW8nj2ecuQh6XmHprh7CnWDi4x+t9+4EKiCMkXrw1+mTJV44L1LkyhMAiEb2jiHyA
+dlMqwA4W3tmJRO9pH+XxW1nGnPYtWjSPVZYub+/LtAPAYwOw7SNmP19VdY9f00AGqBG0n6MSwg4q
+hbMxGXOPD1WGa0opzhYeFmI20O7KtKdVpj2hcsEs4/6g3R615DpGzrRPtJx2n0y7ub/b1q+rFBvj
+AhHCKWPac/f4+Qpmw2lagvZg56B6wMEzix8LB/n5Gvrabzy8+vfUygbi2sjjVSO60nwwotRLXCJg
+N6Jz2UwSpsg3pvgJ4cvkrZ/iRwGlFFR62oH+vhVemHZjTvvC+0JH9yoxudaPdeuXaY4Ymc7trL6R
+byZVxhAS+dGI7nyVruDYpvlnBO3nqFIpre7mzvJ4HgEWRkAQQLDLaB73B0tWQNklailnt2IqF/WJ
+B9BuNaLrwrQHFqbdS097D6Y9Kb8855gY5fGrYNpn6UnxM+2YmPYStGd97X7i8lpXqJkbegK4bcq2
+mdTGPV7padeY9jgZVh7vImNLK5FvUVUeP2BOu/s8VB4nA12VlD3WG7Rb5iGbospUJnn8Di16qwD0
+qhiMjkz7VtbItJ+f0j/XtjJk03UxhBmdj8tvmyTW2176xuEI2se6JcvKwgGQjhOSktOexywJxiDF
+cf9+cSvT7gg8pCKPzy7xlIF24WGMFYluXgFJNykyY7EFRQrTPiN/7vF6NvKy3EB7ubmxkBNEBvd4
+LzLkhpqJkmmPdg2gnQH5Pcq+8Ifoi2ssHYQsjszHDVhJajOi68a8CoN7vI8iy5eocAByQp/HKpFv
+iReTN+s94jgPKbJzCjMzuryCArT3G6fNw8B2fk0VwNzT7lserxvRjTnt21nxaER3bqovo2kC7YMw
+7T2vv7d99Em87Ef+EF/z8+9EvE1a6y2t0T2+ZRHR1xGRzP/7JssxLyeiNxHRNSI6JaIPENF3wj8z
+DQAAIABJREFUEZE1T4iI/gkRvYuIjojoBhG9lYi+Yoi/YRtL2DK7YY9Z00uVx2dAWDDp+WLhgcX2
+akRX7WkXnnrabaoFG7utlCiZdhHoOe1LFnvdTHt5nuaYIDCoARYryGnfFSXTHu5eqh7Aeu1neWuB
+D2+F1pVq19U6QLttY64V08562qPVGtG5KH6qOe1VIzof16XsYZYHaKDdkLQB9FeqpEJrFVi+neF3
+tjIy7fDvHq8rqExRc2Pd+jXmtJ+fqjKa7bLaTdfKEzeHcJDvd/1926+/F9dPYrzjk1fxq+94wNOY
+xhqqRnl8iyKi5wD4GQDWFSsR/SMAbwPwBQB+Oz9+CuCnALzO8pxXAXgtgDsBvAbArwH4HAC/S0Tf
+4e8v2N5KpURgYIcBt552kWY558sKwmx/RbLFaOwBtFv7b12ZGc605wZVKtM+nBFd9ljzOKnS017N
+afch8U4tmzFW6S8vTR4fTrlUesm0Dw/a92QJ2id7BqadqxSQndfTxRpAe6IpOOY3Vz4Eq3t818g3
+1tM+QeqFZciiJ22GmI5GdBV5vAqI/US+eZbH85528se092rTgdrytKwdWgzuHj8y7dtZxpz2LVo0
+j1WWOSnA/fkm0D6ESq7v5Xc0L9dRb//4lZ6jGWvoqhrRbc/84xW0ExEB+CUAVwH8nOWYi8hAdwrg
+70opv1FK+S8AvATAOwB8NRG9QnvOywF8D4BPAPhcKeV3Sym/HcDLAFwD8Coieq7Pv2UbS9gW9ACk
+w2I85RFgkgCi7LnEQXt/9kRYxuIq4VcNoHLQHvCedg/y+Bonfjd5fMm0y2C4nHbbuWxvRDdBFEWZ
+oRaAkLJraSVMuzwtfp7sbTLTroP2dcjjJUIDYHM1cQQ0pj1Uc9p9gHYhYVWpuNw7osK060Z0qZe2
+DetYOjDtpDHty7mj78acbZPGBMRtZcxpH0AeXzWiW4NZ5FiD19jTfn6q72dtmmOGIAJ0prWPX8eY
+Jb/5pbfxbVNHg2+m/Z8B+GIA3wDg2HLMVwN4OoDXSSnfvfyllPIMwA/k//yn2nO+Nf//K6WU19lz
+7gfwswBm+XuOVVOpVOXxCUrmx41pZ+Zp7LkK0+6Bxe4rS1Uj35ZqgHJRP5+fVp7SttLUvgFiY7fV
+g0qAl9iYdg/Aw+Ye39qITk4QBqSYrU2QrIRp30f5ec32b6seYPADWEtPuy6Pnx+ufgjCrKahNpFv
+DPBJLo+n1Niv2rZqVSoO904qUMu0+8pp9zkPgaqRb8BwRnRt3ONDA2ifYeG9D1n3KxiZ9u0sE/vq
+29RwrM0oU7tUGymyCeAPQQTo4+yzifTojf7rx7GGrYpB4hbNP95AOxG9CMCPAXi1lPJtNYd+cf7/
+3zc89jYAJwBeTkQz9vu657xZO2YsS+mLZQ68bYwsL8FAZMouHQ7aE10i3KX6ylJ1AyhAYeLO5v13
+SuuYdhd5fKD0tGtM+zJOzQPwsPUId+lpD0kF7TPEgzPtSZLiAEwev3uhepCJad8Eebze0/7h3wXe
+/C+Ba/cNNwRhNqKzAlBDKUZ0EZfHJ0i8MO32e8el9z5NBSIlpz1U7u8IqZcNL6v6yJVp539LoBrR
+lZFv/cYpLIaYIdwz4E2RbzMMII/X/tYx8m07ywTkRqZ9O8voX7CJoF17H9PGkmtdPxkVQptePjdp
+Nq2i5kOai4giAL8K4EEA39dw+Gfl//+o/oCUMiGi+wC8GMDzAHyYiPYB3A3gSEr5qOH1Ppb//wWO
+Y32P5aEXujz/Vi4hVFlqghBLqOgin1Xk8QzwQ2Ha+09oNkDpnNOu9JIuQXsJNhdzPz3t9laD5gmC
+97SLYGrOafcAPGwbCE552PFZsTWzwARBQAo4ypj2YRfe89Mj7Oc+Cqdyit1oWj0o5D3tG2REx3va
+n3oI+M2vy35+5P3AN/7BMEOwGtG1YV4tTDtSLDyA9r4mjlKZh4JsM4kb0VGCOJXZuQio+0B7Mu0K
+GA6GYdptxoMBJIQEQoc/38S079AA8nhNDk+G9x3r1q/U2NO+hoGMNXiZ0kRayeNNoH0ALXPfCLC7
+Lu3gESaL7/3dMtagpX/e2+Sp4Ytp/1cAPg/A10spm7Qjy6bUG5bHl79f6mDbHj+WpXQWTmXaHUAc
+i+zh2ex8wZz6iHzr69rMF4c5aCcG2uOFB6Zdc+JPUU7gLrFVxACesOa0+2DaLUZ0jqB9WUXOvSaP
+H5ppX5yUEvMT2jUfFG0KaNc2rHhP+8cYSH/onYMNwZbT3kaKzHucpZbT7sM93upwD7c2nSRhKpWl
+kiYo57Klm3rfa9N2j7ifS41p50Z0S9De8zqtxN+x13ddmBpBOxaQLZ2gm2o0ojsfZTQn2yKma6yy
+zEx7v+dvojx+GqlQaZTIb3bpn+82tef0ZtqJ6G8iY9d/Ukr5jv5DGraklC8z/T5n4F+64uGstITe
+005hkYQhHAAxB4ApsUmMZST7AO19DaAqvaQAKOKg3UMsnSbxTRAhzAGjC1tIijzewrT7iHyzfQE6
+gfbyPMVYgnaV0Ry6p31xUu7VnWAPl00HcXk8rdM9vqan3UPMoEvZmPZ2RnT2nHaTM3Tbskm68wcb
+n8/VPGL5FaYY0ZXO7LtTa4JoY9lz2h2Z9oo8fqie9uo4QwikQmLi8Ocb3ePzFIZUSEQudL1D6efT
+JMsf69YvoznZFi2axyrL2NPeAhCbNnhWIY9vC9p1L5cHr53g2bfv9R7XWMOU/nltkzy+F9Oey+J/
+BZnU/Qcdn7ZchRtsoJXfP9Xx+LEslQqA2IJecDM5l3zktFkebzM+a1W2xZwrYODy3pyBCxhoTzyA
+9kQzouOmfi4sdkUez3vFKQEg/TDtFtbfjWkvd5MXlI9PUwQMzbTHHLQHLZj2dYD2upz2ZDWOs3Fq
+7mlvk9POQZyYlOc8QoKFDyM6aZfHuyh+uG9GybSrbRtAf0BsZ4LdzoHqHh8paoDQU067XR7vxrRL
+C+hf3kc+wVbFPX6Ux29l9TUnG+vWqb4bNKuSx+upJ21BnD6mB6+eWI4caxOqGvm2poEMUH3l8QfI
+eslfBOCMiOTyPwA/lB/zmvx3/0f+73vz/1d60PNNgE8HkAD4JABIKY8BPAzggIjuNIzhM/P/V3rk
+x1JLZ+ESJrRwYeJ4LymXx1PIM9CHY9qd2UKd4QIQTEpg54Np143o+Ll0iVNTjOjCKIvP0wCxj35x
+G+vvYkyWsDYCEVRB+8RTtFZdpadlX/icLDvbmxL5VpfTvkKmvb88nh2rMO3CjxFdT3l8Ghvk8ZoR
+HdAfEFs3Mp0NMbVYusAgj/dgRGeOfBNOMtVUyOJ88drJFSs+sdbItJ+PMqlxRnn8dlbfz3pV8vgK
+iGs5senfew9cG0H7JldfD4NNrr7y+DmAX7Q89lJkfe5/hgyoL6XzbwHwtQD+PoDf0J7zBQD2ALxN
+SslXuW8B8D/kz/kl7Tlfxo4Zq6Z0eXzK5fEuPe3smNQC2tNkOKadnBfLmgEUgJAx7amHWLpUSMXB
+misPnOTxjGmXBSCeFVFwU8R+3ON7MO0xi8YrepsrRnQDu8fPyy/HJDCY0AEb1NNek9O+Iqbdizye
+g7iJHvnmwYiuxj3e6tjOn8+8NWTBtKuRb0B/QCwtY3TdAOGglPSedvIkjxcSUxPTThKpy7mUFtDO
+5PG+St8EGXvat7NMkudtYrrGKsvoX7CFPe0VefzItG90je7xlspN577J9BgR/TAy0P7LUspfYA+9
+HsCPA3gFEf2fy6x2ItoB8CP5Mf9We7mfQwbav5+I3rDMaiei5wL4dmSbBzqYH0srnYVTstZb9rRz
+aX3gHbT3Y9pJVCPfQsa0px5YT31BrLQLOMj4A8nZwhyMRlPka2VMkfhxj7etltqC9iUwXrERHVdF
+pFbQznva15nTvn6mPduYMzHt3XK7eeRbhMRbTjvZQLvDdclbcIp0CAbaC6a977VpjZ50lcdzxUJk
+HGPf67Q2xUIkACz3TF5ClO0EvArQ7lMer20gjkz7dtbY035+KjXF+7WRxxuOHYII0F3ue8vjR6Z9
+Y0tKWdlMGpn2HiWlPCSib0YG3t9KRK8DcA3AP0QWB/d6AL+pPefPiejfAPjnAD5ARK9Hthr57wHc
+AeA7pZT3r+6vuDUrrTDtTB7vsFiWHLQzI7ogYvJ4Dz3tfWWpxCfofFEfTUvQ7kfCr7YKCAoK1YIL
+0x7wnvaQMe15TRF7AZ7W+DwXcMRAOy2BMZfwr8CILmGqCBk2M+3Ttea06z3tHLSvhmm39Tg7s5o6
+88o2RCZIvWzSCAGEtp52l5x2Jo+XBnl8SJ6Ydsvmm+sGCOlMu1Ee78OIzvwaLvOQjWlfbn75lDWP
+8vjzUaae9m1ybx6rrL5JAavqadffp62fqq4we+Dqcd8hjTVQGTcNR6a9X0kp30BEXwjg+wF8FYAd
+AB9HBsp/WhpmeCnl9xDRPciY9W8BIAC8F8BPSCl/b2WDv4VL738UxM3TujPtXB4vPYB226LYXR5f
+ZdonjGkXeu9xh+ILYkkBJGsXcOnL5T3tBeCIVEDsw4jOunB3AkclCCUL0z40aI8XXKLvwLRvak77
+Kt3jDc7szvJ4dlwqSbkmveW018njXa7L1ADaTfL4nvePdaOjkzxez2n3owbI2nTM40ktcY/V51fH
+MBtCHl9h2kcjum2sbV80j1WWsae9rxHdEEy7tpHUJgUlFbIirjo8S5CkAlHoKzV7LF9lbs/Znvln
+MNAupfxhAD9c8/jbAXx5y9d8LYDX9hjWua5USARUXryKe7zDQpTLG1WmnTH2aZJtDgTdY4JsAMNZ
+Hq/LUgFEsxLYSQ8AqsK0M9DuAjwCwd3jl4BYZYwPvTDtlp52h3OZMvf4YFJl2idIcDiwER03w+Pn
+RyljT/samijrctpXxLT3lsez6yVBCApU40EfC6p6SbfLdcnl8dXIt0J63vfa5BsYCAug3YlpDyOA
+zZm+ctrrzqULnSSERGSUx+dM+2hEN1bL0qXIwCiP39bqC5BWZ0TX3ZjM5uOSCImoe6LoWAOV6Zra
+Jnn8uE10jirVFvRcHu8iaeKLLt7DTYG6YO6/WO7p2iw0WSqAKQftniX8kkJIKjcphAMbyXvai5x7
+xmrOPLHYwrZwd4l8Y4A5mC5B+2qN6FLu9O/CtC972jdBHs+ZdrYBAqC9Ps+xUoF+8nh2b6QINTDs
+J9FA31jgppYu8niu+JF1kW993ePZZySI72+7LQAUUEoD5bTXOPE7Me0NRnQ+Fzt629MI2rezTH3O
+o3v89pUwMNCAB6Z9AHl81ZjM/bm28QwxzrH6l6k9Z5uY9hG0n6MS2oJelcc7LJYTc+SbDuT6yrqt
+vaTOi2W2WM0XylPW007ponePXcrOl9Dl8Q7nMmRMe+nMPkBPu23h7rBg5oqE0MC0ryKn3SjR10uR
+x2fndSPc43lOO2fdAUB4MGw0lC0CzH3DizPtAQLeh00Si7i/pFkHmoohppM8vnp/D2JEx+4RwV7f
+nWkvj6NQl8f7Ae2iptXAlhyhHiOLdgJeE0oBSL+LHW3OCQzv21S/8/6H8ao/uBfXjvu3OI01TI3u
+8eejTJ8z0O6ztjH1vkGWrv5oI483gcC634+13jK3bKxhIAPVWnrax1pPVZh2tOtp5wtqyaSenOUK
+IXqDTSsr6DrR8sVyvjERMMA3QYKTRYr9WY/Ln7N9CDvI40vQFiwZdsVQLWOxpZQg6t5qoMvC2oyR
+g/ZomruIr7inXcSM7Z+0kcdvANO+OMqu2SBQTemAjNG2bUL0GYLViK69SiVBiCAMkFJUOMonHkwc
+dUl3gqgwEGwL2kt5vKlf3J/ihzPtrueSbx4GoZ7T7sc93vZ5AzWGnqyELMeiVwgxaORbW6b9Y4/f
+xP/yuvcDAB66foJXv+LzvI1tLH+17fLUsbKyAd82n7VNgbFIBHan/rTnuvqjjdDNJo/3EX86lv8y
+xxBuz/wzMu3nqITOcDGw7dLTLnXp7LK4CRQl/Rli3ktKfOLu3tOuqwGO5v0Yw4oRHQPWbUF7ODU5
+s2eP9wXF1rE4fGsR68OOZoacdkpXANpdmPYqaF+LPF43ogNKtn2ug/ZhmEKryZsrQBLqPR4QINk8
+kXoA7UJLsUhaplgIHitplMf7YtrL50s2xzmrFtg5D6OBmPYa0C4c3eNNTDuQjdHrYke7BsOWoP0/
+/OUjxc+/8/5Hao4ca5217YvmsbKyM+3un7XtNXy0YfGKtfdp47FgUxOOoH0za9uN6EbQfo6qKktt
+uVjW+riLClVpam/Xc7YoVnpJO0UtLUG76szeF7TzBaikUJXHOyyWuTw+XDLtivTcT964dSwuC2YG
+LCezveyHSk77sOCYs/1Wpj0oTb4iEgiRrkkeb5C8L8F6RR4/jHN2Jo+vfkF1NqIjUu7BJOkv69cd
+7tV5qF2KBUxGdMvIt77zkNICw5h2x81D/vwomqhGdCQByN6L0zojOld5vKmnHQACCK+yQr1tqK08
+/s5Lu8q/t2khtk2VGMDM+FltX5m8C4CWTLvlWN9td/r1Z1Mgmsq2saA70o+1GWW6Lrdp/hlB+zkq
+Paed92k6yeOlpaddl8f3XIiSAojbg/bAYESng83jnqBdNcMKFDd94TDOUHKmPV+MRmq/OOCBabeA
+dhf3+IAxx9NZVR4/Qzw40y5ZPF/RV68XUSX2LRFy8H77SplSCZagfaGBdg9miKayGZN1Au0yRECk
+sMz+mHazmsbluuSKHwqrPe0Tb/J4M9Pu3tNensswjLLrlNSs9r4bC0kN6HaRx9dFxvmWx5MG2kMI
+GJ2sLLU7VZcrn7p+4mVcY/mtkWk/HzUs0+73u1tnxduQ5Fb3+JFp38gypVds0/wzgvZzVDqrklJL
+0M5z2skij4cHebzFtdl5scwXsQPJ49X+fpVpd1EthIo83mxEB/Rn2q07yi4SfgW0m93jF6nobepX
+VzLlffUW0A5oEvk1mdGZJO+Lo8z/INYAxlBGdBZ5vLN7vNLTHiAkUu7vNPHR0w5l8zBtKY9vMqLz
+lYFOCmgvr3sXpj0VEiF7flBsLpTzZoT+7SW2iD/AjWm3uccD/uXxxvhJh897WXGijuXjTxxZjhxr
+nTXmtJ+Psve0u7+GtafdMyCuusf3l8eP7vGbWds+/4yg/RyVbkTHAbETw8UmacWITstI7sseKUw7
+W+Q6g3bOtJONae8H6HRTPgkW+da0ASLVbOTJUvbNjegoe7x3q4Fl4e4C4niW/Gx3P/tBO49SDisT
+IwaEo2mNcZvGtAP9Nzxal5FpP6yy7MBgTHtidY93/Iw03woilWX2A9r7uccrkY01Oe39QTufh/jm
+YfO5XCRCaQGg5fjY6wQeTDttEX+AW5tOkzx+SPf4bADum6f6IvkTT46gfRPLzLSvYSBjDVo29/Q2
+G3024D+8PL6/GmB0j9/MMn0u2zT/jKD9HJW+WFb6xZ16ScvFso1pjzwsRJWedsZwueYjNxnRTZHg
+aN4PNCkLYgqVHv9GWSoDonMZYRpVNxZ8AU9r/JwDOIoYaN/ZNfS001LCPxw4Jsa0T1yZ9tzE73TV
+ZnQmpn1+tFLQbpfHuzLtak97QKS0vwgPPe1VeXy7FhgO7Et5fNWIru+9o2xktjSiWyRCdWVfzg/E
+mXbhIadd3RyIW/qU1BnRRb5Bu+k7pgVo12WqI9O+mWVSd4057dtXtrmhzZxhO9Y3aNcl022M6Eb3
++FurTBtBI9M+1i1ZQkpExAFxxB5zWOBydtniHh8h6d3Tzg2KuCzVuaed/S2Bsac9xVFPpl01omvp
+Hs/AXYwIsyi/DbXIN8AD8GBjiWXIH2h8Lu+739lZgna++ZG99pC94yrTXgfaq0z7Rsjj5zerzvHA
+cPL4VCAggxGds3maBtoDKEaTqScjuj7yeL7hQYbIt8jTvWOTx7sYqC1SoW6eLOchLfatvxGdyrTH
+YIkgLvJ4oap+eAUQbVrOm0ua5PHdQfsnnjzuO6KxBigT09UGJI11a5SNgW7DtFtBu0dAnApZmcfa
+bCLFVvf48ZrexBrd48famkq1iVA1eWu+qIUtp11zbu4r6ebydqWXtENPe8HEaQxxXyM6viCu9LQ3
+jZNJjBeIMF2CdoN7fP9IKDML5wLaJ7Ic5+6uOafdxxjrSpHoz3btB25CVrtJHr84qjrHA1mf+wAl
+TMAIXXPag0GYdj2WLiX2+k4pFuXfWBhNKrGTS6bd3zyEtvJ4J9DugWnXziWPz2ts00FGftf1tHsF
+W0amvUVPu7ZI/vgTR4P6aYzVrbZ90TxWVrbPtE0Gug34+yQCTMyr7X2NYxmZ9luqTJuG2/Q9MYL2
+c1RC61flQNNp8SSajeiyyLeeDBdsi2VXpp31khp6Xn24xysSeAqUTYy2TPt0RUx7wtURDp/3FOU4
+9/bMPe3AsEw7z7MvzPBMxZj26bqy2o1M+yGwMDDtA+W021oz3EF7Naed3zvCw7iFsLvHu2wmEdvI
+oeU9oyVYAB48DfhYQt6m4yaPj0zzmJbV3tf/IxWqDD+hlkx7nREdbVZPu75IvnEa4+rxMPfRWN3L
+dM1s0Zp5rLxsoLXNRh9n5aOgVCt6Be09I8Bsveu2fvyx1ltGefwWTUAjaD9HJdgkKykABe0cz6E5
+phdVAe39JrPAIkt17WkPGNsYGJj2qQf3eL7YlEHYErSXjOxCTjANl0w7N6LLgadXpp2Do/oxSikx
+YfL4ErSrmx/AsEw776uf7jgy7bRJ8vijFcvjbaC9e087sc9ceujF1+XxiiGmg3laaALtihGdn+tS
+kcGz+SNw2FiIU6EaAi7nSD3yLUl7sQC6PD5pmXlfiXzTjPJ8useT5552YH197Q9dO8EPvOEe/Pb7
+PrWW9+9Sf/7xK/jHr3knfvWdDwz6PtveUzpWVnamvRsg3p2Uc6PPNUXfCELb5sQiGa/pTSyze/wa
+BjJQjaD9HJXUmPJWkm6oC3aFaQ9VE6j+vaRsIRd2kMcrBlJm9/ijs55MOwdBFILfSo2yVJs83pDT
+3j8+TwVhy2o6l/NFjGm+mBeSMC1i6dgYaVimXUqJgG0czGpB+wb0tJuc1ec3LfL4YUC7tMnju/S0
+SwNo3wAjOu5zQMvkBUNOu8+edn4OyGHzMGPa2d9CVRl/SClEz/SF7FyWz+dMu3BowRC6ER3bOPSd
+096faa+O5b4r6+lr/7E3fwS/9s4H8d2/+Zf46OOGTbkNrG/6lXfjzz9xFT/4hg/iyZuGVh5PZVw0
+bxHTNVZWPnra+bG703J94rOn3ZSn7kMePzLtm1lm9/jtmX9G0H6OSslZRwAwpt1psZycFT/HAZMq
+K9LUtL8RnSJLLUGisxEdW4SamPYJEhwvPOe0d5THqz3t1Zz2eW/3eFtPe/3rHp+Ui+EFRcDSaI8x
+2iXTPgw4PotFsXkBAOGkLvLN0NO+cnl8dSF8+NRVs3t8C7DSpnrL49kckeY97Qpo96AQ0NlhNcXC
+hWkvxxAYmfYctPfYTMo2jMxMu8sGyDzRmXZzT3t2bPfrNElVeXvrzHs98o3dR96Z9p5GdKbNwZtn
+w2x+NdUb73m0+Pk3/+KhtYyhTV05muOEzYcfG3CjwbS5MrrHb1/5cI/n4HmPg/ahmXYP8vixp30z
+a9s9NUbQfo5K6PJ2BWi2A+1JwAAUW4hOvOS0m0G7C8OlP78AHJoRXW/3eMWkSgXtjZsLDNzFiEp5
+fFQ1ouuf097NPf7k5LT4eQG2cWKQxw/FtJ8skuI8ZO89tR+sMO3ZpshKc9qlNBrR3Xv/Q1lfu15D
+9bRb7mP3nnZVmUEEBJ6Z9qoRHQOaLqkGTB4fGJj2Iqe9x+dfic7rkNOu9rRXQbuPPHldtaD0tDvm
+tCvRdOw+CiFamUo1lumzbWVEV33+6WL9C+cnBmStfdU9D99Q/v2pp04tR/avkWk/H2VisIGWTDu7
+VnYmqwPtbUCcPfJtvKY3sUzX5TZtGo6g/TwV78NGoIJ2h8VykJRf9DEH7RrL1QcsVRaRYXsjurAx
+8s2He3ydPL6JaS+BzwKTMvIt5H3Zflhswc4Z73dt6nE+PS2Z9pg4aF+de/zJIlWYdn5+KrXunnaR
+wuS5EC1u4Nr1a9Xjh5LHWyTR3SPfCBRNjI93LSEkAuKgnQHNlqA9nOQg0/D595mHUqmOUelpd4h8
+i1M1P91kRLeUtfe5f/TNBQW0O/gYVHLa2XmMkHoFW8Y5p8X1ZGK8Vt4Cg+qi8PEbZ5Yj11/zJMXR
+PMEHP6WC9gevngz2nibZ8BatmcfKyyYxb0NA25l2f/e1CcT5Ae3r3zAcq1rGTZot2jSMmg8Za1uK
+m1QJUkF7e3k8Z9qZPJ76gXadhVPZVdfIN860V93jZx562hWGiILsfObVqFpgjGwsbe7x/pl2pXe4
+YYxnp+WijoMqNad9WNB+GqfYIwZuoxqmPTTJ41f4pWqQxgPAJRzhow8+iv9Mf2Agebwt8s3FPC17
+Ad2ITu3nDmWCJBWIwu77vbokW3CzyYYNLyklQuZzUDDtUel3UCot/IFhRfHjyLTvNRjR+VAEJKlA
+pGyA9JXHl0x7AOGVoSDTeHoa0a1UTZPX9RN1w+1jT9yElBJEZHnGeuqpkwW+/NV/iscOzyqg+YFr
+w4F2EyDaJqZrrKysRnQdc9oH62nvCeJsjLpNNj/WestsRLc9n9XItJ+j4syLpBDUUh7PmfZU6WlX
+TaB8LpZlS1kqoDPt5p723u7x/FwGeqtBG6bdltPuKfKNM+3kzrSfnZWLuiSwMe1Lee8wC+fjedKC
+aV+zEZ0pox3AJTrG409eqT4wGNNukcd3YNpTBAi1nvYIae8FVVoxonNn2lMhMYGhp31SgvbdJWjv
+cV1mYJaDdnbvuES+pZo8nqry+KDoae/Re89bnkCKQahNdcFLCFHk2gNQNsZ8G9EZlVJtetqN8vjV
+g/arx+q9fv0kxuOHmyeRf+M9j+KRG1XADgAPXh3OwG/be0rHysqHEZ0C2iflHLtJkW/ojk3aAAAg
+AElEQVQj035rlelzGY3oxroli/c4ZuZpjBloybSLkIH2UO0n7QOWhJSKrFR1bXZl2hloj4Y3oiMK
+AZTnslHiyyPfwCLfTFnjfQExB2Hk3mowP+UbNLwVQvUGAAZk2hep2tMetTWiG4bNNhbrUb8uD4qf
+b8MR9qSB1Rqop50sIKh7TzspSpoISW/PCqEB4jRwN6KLU1l8vtmATKB9DkD2U/xoWfKqPN4t8i10
+7GnvM04+D2WJIO0y7/l3QmZOqubde13sGOXxPXva18C0Xzuq3rsffszgW7Hm+suHnrI+NiTTbgRJ
+W7RoHisrW097G0Cc2tzjPa4pTPPG2NO+vWVU+mzRRzWC9nNUPPJNUqAw7U1u4gAAxrTLyOwe37en
+PdF72oP27vEhO65g2oMQMgfWEQmcznuCJqZMkEGYse2Gx0yVxtyILiylxgbg2VcezxUUqdIN0wDa
+5+WiTgTrMqJLi/fI3tvRiI6yz3alC3oGwo+xgyOZjSckiWeSoad9KPd4y33sAjQBGCLfoH7m5Idp
+V9Q0vP2i4R5fJMJsThhOCsVPSBJTJDiLRecM9KoRXbvIt3kiEPLjDD3toRemnV1HFCptOsLJiK48
+lymFFSWAX/f4fky7aZG8DtB+5bj63fGRRzcv9u2Bmr71p05i3DgdRu1jYmC73odjbW7ZmXb31+AA
+a4/ntHtksfvKpReje/wtVduu9BlB+zkqPaasrXt8wJh2OeFMuwba+7gh6/J49tqBo3s8B/0U5V8E
+RCroS+N+N3KFaXeXxycxc+HnJm8K8Mwj3/oCYs7EceDRMMbFGd+gMTPtRSzdUKA91ozo2jLtff0A
+2hTLaF/ICE+hZNufTauUx/eMfKv0tFPFmd0H087vUcHl8U3XZSoKk8ZsQOyamOwVP+7kEvmu16Yu
+4ScmG3fxB1gkFqadTJFvPc4nj/HU5nQnQMzSAFJE2vhkK1OppuprRLcpPe3XjqpS+Dfd8+ja4udM
+JaXEvQ2xbg8NxLanhrXENi2ax8rK2tPehmm39bR7dY/vJ5fmioKilRF2pcFY6y1rqsGWzEEjaD9P
+pYD2QGFVnOTxKQPtUblA1iWfvYyVNFkq9cxpD3lPvCaR7/PFoDCagdpq0OTanC7KRZ8iDTZGvvns
+aefAo36BmcwZaA/NPe3ToZn2s0XRbyuggsdKmXraV9nvqsX43ZD7xb/vIMPi2UPeualsoNeZaU85
+iAuMoH3hwODWvoW2MZcG7kx7nOpMOwftpUS+AO0dNxgqBm1hO6Y9k8fXu8dH1N+ITijeGlG2Gbv8
+t4N6SjCFiNCZdhJeZc3Ga7AnaF9PT3uVab/n4Rv4G6/8I7zlI4+vfDymevxwjqdO6ueYOia+T5mN
+vwZ5q7HWWFb3eB9GdF7l8dXx2MZufn45FsXhfryoN7J8XJebXKN7/DmqOqbdBRAHDLTTZBh5vN7v
+SooBlNtNF0hRtJhHE7Pz+QQJ5kmqfFG0KaoB7W3k8amNafcE2vlYEvY5BRaX8WXFCxZjFJlVFWXk
+2zAL5zlj+wVNMgBpK2NrwXqM6BaIcIj9moMxXE47B3Gg4p5xN6Irn58gzKYIbbOrb8tGKqEAWtGq
+p11o6gt2//C+dpoDMvOEuAQ2B7iOUdtYoJY97RWmvTCiK+dcH0Z0nGkHBVmUZ14u6iluVpdSpHwn
+REi9shNB7572DZHHG3ragayV6dff+SC++IXPXPGIqsV77J/39H18zt2XcHl/hlQI/PI7HgAAPHBt
+GDO60T3+fJSXnnbFiG4Y0N5XHs/nnb1JiKfy9cXItG9m2aMIJSbdlvsbVSPTfo5K7WnX3ONd8pGZ
+PJ5LURV5PPVzj09qo5baM+2Tid353JdrMwVa5n2TPJ4BYiXuygA8+0qROYjjhnJBA8OVLErADIs8
+fsmCD8W0L9h5UthYU3ETv3XktDMQvsAE8+hiw/EDmeQpEX98k6abPD4kqmzU9O1pr7TAtGDaqz3t
+7NqMqkx7140bIaApftoZYi4SobrPF0Z0XLUgeo0R0DdiI8igRYoFAKn0tEeVnvvN6mnfECM65h7/
+9174DOWxh5861Q9fS/Ee+7/9/Kfh1a/4PPyrr/zr+PSnlZuJQ2W193XrHuvWKBs4auNfoPS0DxT5
+ZnQT78i0c5Jn7GnfzPIRRbjJNYL2c1RSl8cr/Y8OoF3YmHYt8q1n1FLYQ5YqtV7UScRYPC7tpn4u
+2ArTrm2AiIZzKVj/s2ryxnLa877dvu7xfKGcBlweX79YThloJxtoHzinfcFi5/jYjWXY8DhZqTye
+97RPcBpeqD9+IHk8B0GcwXZn2stxFT3t+mZXX6ZdpAgou5clCJKlGjQZYi5cmfaeWe2JUPPPEbXz
+1ohTgYA/v5DHm5QqPeYhvhEbBKp7vAtoV3rio4oRndfIN5iY9haRb4bzdLYOeTxj2r/pP38e3v0D
+X1L8e2NAO2PaX3hnORf9tcslaB9OHr/dkUtjZWWbG9rMGRz476yQae8qj9+fld9V8bgRtZFl2jQE
+tmfjcATt56k0pp0v0KgBxAFApMjjywWyyh4l/eTxUpeltmS4tF7SIKyXx3cuBoYpUBe7omGxLGIb
+087l8f2YwvINzEx72AAaBZPwB/yzZudw6J72haJIaALtpp72FUa+sY2YGCHOokv1xw9lRGcxHuzi
+Hp8iABEqMX99WRAVKAat2nTiVBZKCgBaT3up/tml7PrtzLRrm39B2O5czvXNheUcOalep31AuzLX
+kNbT7iI9TzT3eM0ozyfYMqk9RAvFyeYw7eW9/rSDKS7vTwuDqptnCY7mK5x3LMWZ9hc+q1T9PPv2
+ci5//PAMQ5Q5cmk7FsxjlWXvHXZ/DWFj2gfuaW9zPfLncwl/PNC6Z6x+Zdo0BJx4yVuiRtB+nkqo
+7DAH20ZnX60iwYDclPXsKu7xolfUUp0RXeDwmvNEqAZS3GzPZ28uP5dBkEnklw91ZdpN8vieXwy8
+7UEwgNPEtPONhUBJCjAx7cMsnOMzZnxYF/cGGM/dShfPzIhujgkW0yZ5/EBMu7SAdtf7UetpDwzy
++D7GadkQGWhHpPR5u8njbe7x/ja9UqH23Svu8Y7yeCVPfjk2trlUOtx3P598s1VSmCmoisfayeOl
+kWnvPLRKmc6baHEfbE5Pe3mvXz6YgYhw16Xyc310zWz7IhH4xJNHxb8/61kl086ZwqHO3bZHLo2V
+lSklAGgnPU9sPe0eJx4TiPNhRNfmNcZaXW27Ed0I2s9RKfL4IITkoN2BlVFA+8zGtOeOyB3Bpm5E
+B8WIrnmMi0Soi0PioN0f064b0any+AamnZmW8Ui7QczUuDGZzhbWjFMwljua1svjh2La45ifpxZM
+e87E3jxbJdOuGtHFkwamfTD3eNYrzmTngcO9A8CS067K43sz7fyapEC5R5vM0yru8ZHZPb6Qx3e8
+NhMharw1mr/8M9DODMuiKmgvYh17bB4qEX+BHuPZTh6vG9GF8Ocen2qbsctqw7SbjJ/OYrFSk7NF
+InCYzysBAbftZnPqnZfKa2/dEvkbp3GxcL1jf4oDBtQ5MBoKtKdGZnOQtxprjWXPaW/R086O5f3i
+Plvu+hojqqC9vJd8biyM5a98GCRuco2g/RyVsiCmQGXaHUDElPW0K0y74h6fs6+de0ml0gsaMIbL
+pae9ysSZmewpkn5fDOxcUhCCuDy+IRJLMqZdcqY9KBfNEWXu032dujlzGQQh5pL1D1tYrlRI3Dgq
+mZqDgzJzXI2syjZIhuppT7mDfViT0Q5oDGapUhhqQ6FS7FwuMEE6u71yyIPi6cbjfRYpEWAd5PFK
+5Jupp72fFwSgAk29TaeRaddl5zZ5PHrK4wUUb42gZU97kiRannx+fZpi6XoZYmpMe9BOHs/nfT3y
+LUR3xZRelU2Q5Rhb3Ae2iKWh5h9TXT8p5+479qcIgizR4s7bGNN+YxjZuWvxa35Xs0vmwGiouLyR
+aT8fZdqcAXpEvg3U025S6HR1j+f3z+gev5nlwyBxk2sE7eeptMg3hWlv6mmXEhNZLliiKe9zNjgi
+d2Sxq/nI7eTxVoZLey2fTDtRqMjjmxbLMrEwyESqCzpir5FvRCESxajKvGC+78oRAlGew4M9tkFD
+pAClSd/Nj5rioJ3Lk43FNmR2g/LvOl6VRJ7ntMsIYue2yiEPSBYF1cKAq00papqw3YZX9nzuHh9k
+oITd31MP7vE60ASL8qOG8xInomCoAWibcuW9s0s95fEVb4128njeXpIG0/JvZNdpX4d7AAiUNp1I
+kcc3mfplh3DQHimqB59GdElqYdp7uscDq4125CZ0d+yX18Tdt5Xfh+uWx3MGfU+LNJ1F5fUxT4ZR
+KYxGdP7qI48d4hf/7D48eXPefPCKy8q0O15TUkrNPb78nvHLtA8jjzdtBoy1/rIaJG7JHDSC9nNU
+Uutp5+ZKjfL4NC4WXbEMMZ1qDHFeUR4D1r2XtKcRXRxjmo9BQGUJFXl8T/d4viCmUI1KagJknGmH
+LvvWJPLzpCfbxZn2MESMZqb9nodvqP24kcZya5sfQ7HZCZPHowVo32GgbmV97Zo8HntVpv0hyeKh
+BsppVzbmAi6Pd/uMOKBOl/L6CtPes6edm+VRqCgCmjYPXZn2gsXueI+nQm2zCdj15XIuJYvHTEO2
+cchi6Qp5fB+mXWvTUdqBXIzoUr2nXd2A9Qba9c3Y5Xsm7UD77TjEi+k+XNgZXuZtqqss7u3yfnlN
+qPL49TLtPDVjVwPtRKQwmn3TSUxlAkRjTnv7OotT/Hc/9w78b7/3IfzL3/rAuodTKdtGjOtHzY8j
+AnYmJRxZeLwu+xvRjZFvt1LZNlO2Re0zgvbzVHpMmQLaG2SKcRkPc4rSLReAUR7fVdadMVxcltqO
+LYwZO7vAVGHxqkx7n6glVR7PNwQa+5UZYJMVQKxK+IGekVDsMw+CEDFn2i2g/YMPH2p9wzvqAT5d
++GtKMcPTz5NeCoNZjn1lfe1aTntgAO0K0z6UEZ3CvJafk0mabCrVJC6/Vjy7x6spFoHSIhI0Me2O
+Pe0Fi91Z8QPFW4PPlSE5fPnH3ESx3iyv1/3Dz1cQKu7xTna5ekQgN6Ijf+7xSSqMmx2yRU/7fnoD
+b5t9N944+358ffRHxe9XCtoZ0375oLxuVXn8mpl2Btp3NHk8MKxEXggJ0yWzLSzXKut9Dz5V+Ce8
+5SNPrHk01eKbM5OwXGe5giN+XBSQsqb0akRneK2u8vh9pgYYQftmlt0gccUDGahG0H6eSsn0DUER
+Z7gavrwZczTXQbvmHg/0ZdrLSbKta3PMsr1jmqgPMvAx6w02GdMehApAagRkjJXlYACAyrRTP7YQ
+gBpNF4ZIONNu2VyoMO26GkA3JhuIaeeGfYG+caCXIfINWCHTXgHtdygPSxA+JVlP+0DyeP55K/L4
+hl7xonhP+xIAVtzj+33eQulpj1SX+4YNrziRGtNuyWnvGfmW6Ew7axEAHPrF2bXLUxvM7vF+FD96
+5JuTPF53j9eN6Dzd2rqCalnCUXEipcQ30+/gAmWA+HuS1xSPDdWbbaqrLO7tsk0ev+ae9tO4vD90
+eTwwrBmd1bl5SxbMq6xN78HlwHcaMiNex3Hz5wekgXaPa4q+HgtW9/hRHr+RZc1p3/D7ybVG0H6e
+SpNShtyZvQlEMKb9TE6VSZqzM0sJZB/Qbot8c2HakwUH7TrY1BliPww2BapqoRGQsYUq6QyyAXz2
+kjCycYZBiFhypr26YBZC4kOPHGp9wzrTzjY/aDGcERQH7RN3pn2qgPaBGG29Eg7aQ+zuHqiP71zC
+GcprpI0BV6vi93jYgWlXctqrTLuPnnadaVec2RtA+7wt095xg0HokW9BiFQyNqnBbBJJybZKfv8Y
+7u8+myCkMe3U0j1esJx2GUwqRnS+mPbYAtql4+ZVIiTuoqvGx1bZ0/7EzRKQXz7g8vjyc33kqdO1
+Aq7TBZPzGph2LkP2fe5sYGjTAegm1qareTk44oDbmWmXGtMebipoNxvRjUz7ZpZ943DDbyjHGkH7
+eSq9p51Lz5uM6Jjcs04ev4wB6xq1JLTex1BRAzT3dyfzcrGcVEC7PxfsoAa0UwMgIw7aKz3tXA3Q
+P/aNx1NVe9qrn/n9V45wNE/swEj79wzxSpj2cOrOtHPDxNXJ41lPu5xgf0dVUND0QPmsRTyMsRAH
+caRH/DlUJQIMUO6bCGnvTRqp9d0L1kcdSu3e0e73JI4R5ekSEqR6SZgi3/oY0bEUCwQRUvZ1mTbI
+ugN2PSignW8skA95PB+j6v7uIj1PGWinsGpE56sXObUY0bnK4+NUYAfme2aV8vhHWb86B+oXdia4
+sJNdi/NE4NrxQJ4VDsXPh97Trv/uxLNKIbZoULeF5VplSUfz0HUVlyHz9aDrlMHd5wNdHu8TtJvk
+8R172kcjus0vGzjfFjPMEbSfp1L6XQOQIkttWDwx5uisRh4f9pTHJzrTrhhAyUbXT+44ngQ1TDv1
+dY+397QHOvCoDrJ8rgvT7skwL9RBe85q/uo7H8Df+dE/wn0//Q9w9y98Nv5e8J56I7qJOsYhmHYp
+pbL5ETYx7QqwTIpraF1GdPszbbE83cd0Vv4NSTLQop7L4EP13nEq3dkdqChUei+odKbdJI+XEviN
+fwz8xPOBe99cPpVtHiakeVZwI7pCHt/diI57ayBQW0uSuP7zo8QSV2hwj+/X/qIy7fyzcmGxOWiH
+1tPuM6c9tka+OYL2RBYbMXqtUh7P+9XvYpJ4ALjr0mZI5E8X5Tk1Me2KPN7zueNAjN+a28JyrbI2
+/ZSpPe0d5PE60z5UT7tXefzY096lHrp2gr+4/9pKFDe2z2Vb5qARtJ+jIs2IjrPYQSPTXi5WTjHT
+5PHlRDahFIDsxXApLsOKA7Zs7CNSFvWB3fW8b047d9unMFIZ8yYWTnDQrjPtDBAX7tJ+NheCUIt8
+yzcPfvI/3otPu/kefPq1P8Ns8RR+cfqT9aA9Gh60J0IqbH9lc0MvQ1weABytjGlXc9oPZmoPNKZ7
+2J3tsMOHymnn2eDtHM8BnWk3yON7bnYBGtNOkRbrmL//x/4QuPeNwMlV4DdeUTzOFQppoPtBmPrF
+uxvRKSCTQiRUfqbpoh60B2wTh7Pr3D2+7xgBbR4KImUDhBz6xYWSZDFRmPbQJ9MuJAKDgZ8raF+k
+ovAp0GuVTPsjFqYdUM3oHl5j7NtpTU47AOwy4DFkT7vS57wlC+ZV1qa3FCg97R3k8TwaMNTk8XEq
+vV0zpjVjGwDHn6/0tI/XtFN94skjfNmr/xT/7c+9A6/5008O/n7WyLct+by8gHYi+nEi+mMieoiI
+TonoGhG9j4h+iIguW57zciJ6U37sKRF9gIi+i4iq3zLlc/4JEb2LiI6I6AYRvZWIvsLH33AuSqpS
+yrCNER0Dw3M5UfJeQaQs9iKk3UF7qi3uuOycZOMObLpg8vga0N67p52bVAURgohn3jfJ48vHK73a
+oUke78eILgh00J5ACImnTmLcTVeUp12mw/Ifek87B0e0GMQ9Pq5EezVEvgHGvvbVGdGxnHZE2NdB
+++wCdnbK8aUDMe08t5sbTUbkeA1xN3GTe3zP+0Z/D1AAERqY9mufMD411fPPeTGmfbdnT7vurYEg
+Uu6dRUN7QygY0xrZ3OP7R77piSCtUiygeitQqPe0p/6Y9tTCtDv2tMepsDLtq+ppT4XE44cctKtM
+OwfxTxyuk2k3y3mXtbuinnYOwkZ5fPva9DNm26BxBUe8kyIMCERaX7snJtsYQdjielxY5PFDtQVu
+W33n//O+Yh32K+94YPD3s22mbMsU5Itp/24A+wD+EMCrAfw6gATADwP4ABE9hx9MRP8IwNsAfAGA
+3wbwMwCmAH4KwOtMb0BErwLwWgB3AngNgF8D8DkAfpeIvsPT37HVJbUFXtCGaa+TxwMViXyfyDeF
+aecsHISxP4mXZIqAyqK+4oLtSR4fhgrT3tRqwJn2Cmg3sMX9etrZbnYYZRniy0pLEzkFIAN4ccAm
+10hdnOpM+xBfXplLeI2DvanYuPby/teV9bQrRnRRFg3zRT9QPv4l/xo7O+X45EA57QrTHqrXlmwb
+AbbciONKGg+gXe9pV6LplhteurIiB+ucGRY6027qae/MtGvGaUGgyOObNl0U3wqFaVc3vIB+oF2Z
+a8JIBe0OLLbQe9oV0C69SXRTW057C9Bu7WlfkTz+ytG8WBDevjep9IvftlfOUYermncMdcLc43dW
+7h7fr895rLJuVabdddwK0573UgwhkTetGds4vys57RPWIrUtGWID1oNXT/ChR0sC6FPXh1cg2T6X
+bdk4jJoPcaqLUsrK1jIRvRLA9wH4XwF8W/67i8hAdwrg70op353//gcBvAXAVxPRK6SUr2Ov83IA
+3wPgEwD+hpTyev77nwDwHgCvIqLfk1Le7+nv2coKhCo750Z0QSPTrsnjddCuLez7Rb6pDFfxo0NP
+O5fHi7COaU9xOJB7fJMTP4+1quSPayZvQE/Qzk39whCn3D1exMVr34FD/an5eHaAZ7xQ/d1ElSHP
+k8wgkHgTY89a6Ex7kzweAHbvAI4eBwDcTkd4TF5eC9M+l5Osp/1vfRuwcxG4eDdw90uxt3N/cQwH
+Sz5LvS4jJDIoWPY0TRDpG1l6MeZVGIzofET8UcU93sC0n2nX4+HDwOXnK9GTosK0VyPfum7MZZuH
+Bnl8Pv2kDT3tnGmnidk9fqdwj+8DnFRvDXUease0B5o8PoDwJgGNexvRSVzQ5PEEAYkApz0jCF3r
+ESZ511l2ALjIzCcPT1eUWmGoM7aJYZbH8552v+eOgyGuxhvl8e1Lx5pCSASBv+/YvmVl2jtEvoUh
+A+35be6LDOjLtNvk8aMRXX1JKfHTb/mY8rudSeB9raiXNfJtS+YgL0y7CbDn9e/z/38m+91XA3g6
+gNctATt7jSU19U+11/nW/P+vXAL2/Dn3A/hZADMA39Bp8OephAo0w4i7Nrv3tFci3wAFXGfyeE+y
+VIVpl43mH5KD9rqedurOGEopq/L4Cd8AqV+w8cejGqZ92dPex4k/VBQBk4o8fsm03EE3zS/yGV8C
+TPftY8yBh0/jGCCXx/PYOX0DxlQHZQ760+gGgFX2tKs57fuzKDtvf/N/Bl6UdfDsMaYdA0W+KakG
+YQSB8stRNMWUAQrTbop888K0S3VTjthnW8xDp9fVJ914KBsek6XXgfZZ78g3XR4fIuVMe5M8PuVq
+GgbwTGPs5a3BjehUfwA30M7SBqJp1YjOY0+7MXbQlWlPUtwOdY5aegKsqqedm8vdddtO5fGLu+X1
+cXi2PtDOz4dJHr+zopx2pc95S1iuVZa+1tm0Hmqbe7zrUkAB7UumfYDYNxPz2mZes8njRyM6ez11
+ssD/9Nq/wOvf8ynl92exwI2BNzRt98noHu9WX5n//wPsd1+c///3Dce/DcAJgJcTEV+l1z3nzdox
+Y9mqYkRnMICyVMryz89oilDf8WUMTwTRWZYqKvJ4xhxBNMqaJDOAqjLtek67HzWAznCFDQvRkC2m
+w6kO2v1FviVCIiJVXaHL48+aQPuL/mH1d9wBO5f4+pbIV3radcM+U+2XoP1yrhxYFdPOQZygSPV8
+yGt/j4E3B0DVpXQQJ8DZrubriMuV5RLAsWt7igSLnh4GpDnUKxtey8dOr6lPeioD7dylX+otE8ae
+9u73jq74UYzoGuTxkQPTXhhN+mrTCSKvTHtI/tzjk1T0YtrTs0NMST1PyxaYVfW0t2Pa1yiPZ0z7
+ToN7/JA97dxRXMrNl3tvWumgcNOYQltOu+vnrID2wCCP9wXaDWtG1w0QKVWiaMxpd6sfeMMH8Sf3
+Pml8bOhkjb5eC5tevuTxAAAi+l4ABwAuAfh8AH8HGWD/MXbYZ+X//6j+fCllQkT3AXgxgOcB+DAR
+7QO4G8CRlPJRw9su9RcvcBzjeywPvdDy+60p0ozoooj3ktZ/eaeLk4KjjWlWlbcEHLR3l8cnqVTj
+qTR5fCumPdTYEE857anUF/TqBkhT5n3IcsQrUWaGnvauzKbeR0phpPTlQsQl026Tx7/gv6z+LuJs
+YTnGC51Gaa4MtLdk2jloz5n2mysC7SKeF/dHMNkxyr/2d8vz5gKoulSgfN6hBtqbzwU1yeN7KFTK
+F+abh4G2eZi//4kG2m9kO/aS55/r1wS7d5by+M6bh0KqkW8UlucDzZFvkVgUW+Lh1NLTjv497Xyu
+oSDMgPfy306fd3k+dabdZ057ZRNkWY5Muzy+UvndLs0BubqedpVpN4D2XQba18i0nzW5xw8Y+cZZ
+zSgMQFQaQAkJhJuj7t740sFmdm6tPs0rL9sGjSs44huCRtC+AUZ0qZDF9RsQMIuYe/wojzfWlaM5
+fv+DjxX//oa//Vzc86kbePcDmXrusRtneNGdFwd7f64AmUVBcR1tS4uOb6b9ewH8EIDvQgbYfx/A
+l0op+ZbLpfz/Nyyvsfz9bR2PH8tWSr9rgJAxXCHqF09iXrIMsS47B1R5PPWQx9ca0cnmPiLOxOl9
+0Bpo776g1yK0KNT8AerPZcQA22Sqm7xVe9q7MnGJnjUdThAr8vi4+Jwum5j2yT6wa7itlDEOw7TP
+ky5M+9OKH5+eu98frWjxzF3NK+qJvA72OWgfZjNB6WknFbSnLosgZjgZL8VO7L6JPPS0Q1MDcKa9
+MKKzyOO54Z+oMO3VOLU+81DFiI6B9jpPAiEkpuDyeLZ5aHCPT4RsNNi0FbEFCoWREiEZOGwMzdLj
+8vk7lwAqr5cQwqsRnRm0O85tx9cqv9pduTyeZ7Qb5PE7TB6/xp52zrTzXOllKT3tAzLtUUCF7Fl/
+bKzm2nimvWdPOwe9YRBUXscf095dHq9n0U/YrlMi5KgeMdR/eP8jxXl72V+7HT/0lS/Gc59WtlgO
+zrRbFCDb0qLjlWmXUj4LAIjomQBejoxhfx8RfYWU8r0+36trSSlfZvp9zsC/dNqxgxkAACAASURB
+VMXDWWkpsW4a0x7I+gmSy+MrUWpA5lycV4S0uwFUpaedjRGi0bGTGOiomJfpOe0dF/QZGNaYdq40
+aOhp5/4B4URXA/gzosuYdlU+Gyvy+NKI7nYTaP+v/i/zCyvgyENslaHiVGJKdid0Y+0/o/jxcr6X
+typ5PG/LCC2meReYPN4FUHUp3tMehBPEDIS59LQTM3pbUH6/aPL43p91TZtO1NDTzjflKokCTB6/
+40Eer0RPBpHCtIvE3tO+SEVx7wK6e3x1Y2H5nEj3CXEogsq0K/L4Jp8SADvpUXn87iUgYK07niPf
+jPJ4x/uATqtM+x6ya3VVoP3hp+xxb4DOtK9PHq/ktE+r19SQPe1xqrKnQUCFdfy29JSuqmKhM+2b
+df5s7vGujKZQmPbq6/haU+jnEXAH7Zztn4YBiAhRQMVnEacS02iUj/D6rfeWfexf9dJnA1DjMPnm
+5xBl9dXYsPuna3kF7cuSUj4O4LeJ6L3IZPC/AuCz84eXzPgl03PZ75/qePxYltIdz6OJKmmvK8Hz
+z6nKMqjy+NRf1BI3VnJg2rncs5Iv7slQSwioY6RAcYGvZdqlxAScadeAB88aXxrRdd5c0OTxQYTE
+6B4vVXn8V/87YHoBeMGXml+YM+2D9rS3jHxT5PFLpn1VoL0EYNHUcH9AA+1NaQ0dKxBJqZ8KI6SM
+aXfpH1ZBe5VpnyDx4B6vbR5OuBGdRR6f97TzKLXKRk40A0AAJGaUIOgRPSn0eYhCpLynPbaDzQy0
+s3HyeSicFGOcUJoBY4SYxwJ7Dpe4XkEm+8mHGCGYcCf+5s97V5SgPdy9BP41GnqUx/dl2sPTq5Xf
+7dICkKpb+pD1qNLTbmLaN8M9/rRNT7vnc6dKpkemvU/FyaYz7SqgXZbrMDm4Kpj2AXraU8Oa0fVc
+8s9gko9tEgZI8nkrTkU1Sekc10ceO8RfPZKtvaZRgH/wuXcCAJ6lgPahmXZb7ORm3T9da9CrTUr5
+AIAPAXgxES21q/fm/6/0oBNRBODTkWW8fzJ/jWMADwM4IKI7DW+zdKav9MiPpRZprs2cEQwNGbq8
+eP55YmI9lci3HvL4VBQRVfrruvS0q6C9Rh5P3Y3oEiEqztKhqz8A6xleyBDTibZvZnBm78e0c3l8
+qDHtC5zFAvs4w2zJake7wGd/lR2wL4/Jq2TaPTM2neTxVdB+vEhXstihRalUCGYHxmMuHpRMcIRh
+FvVKqkEYQYIvmh0+Iwba44Jp1ze7+n3Wkt0fMgg1eXyaNcFqRnTx9U/hxvEcJPj9rV0TRBWJfPfW
+Eu3eCUIIKu/xWqY90UA7V9NoYyzu8Y7nVN+IDUL3Nh0A2BOlPD7cvU01ovPoHh+nAiEZXsuxTYR0
+Y0IAu7kR3SqY9kUi8ORR9n5E6iJ0WRd2VPf4dUlnVff41crjleztgBTD2m2Rp66qdFXhJjPtk6j9
+58w3BKP8OpkN0tNukMd32FhYjjHiEvmxr12pP/lI2Qn9X/z1Z+JSrj7im5yPrcmIrkGke8vUKraI
+7sr/v/x2eEv+/79vOPYLAOwB+HMpJV8V1T3ny7RjxrIUCZV1nTBWphm0l/L4VDd4AxR5fIi0M9Dk
+DtcCgWaMJBsnyYAvpiNNwuhJ5lvpd6VQ9QeoWyyzTYUYUXWX1tTT3nGciWamRYHe055Fvt1BjGVn
+feHWWkFP+6KLER2LfHsGlRYYx4vh2fbJWckEJruXjcdc2uegfSCmXWmBUd3jpYM8PuCgfXnO2T0Y
+kUBSwzK7lCLbDiKFaZ8gBhbHSoTe8vc/+3tvV3rajdcEz2rHvJcRne5bIdgGoqiJ7ItTgR0eV6gr
+fkxmdB02OaWUqvFg0L6nfV8ypn3vUsWIzhfQsp4vR9AenRmY9hWC9scPzwpDqqcfzBTjrWXtTMIC
+dMSp7Lxx3bdOm3La2e9OBmTaoyAzoltWQwfeWFrpqkITY7zOUuTxYXlNuapzFKadqqDdV7KBSZ2Z
+OiI4vq5Z3vNK3/3oIK/UEzfL9cNLnl36IfF2oqHl8fy6nE22r6e9N2gnohcQUUW6TkQBEb0SwDOQ
+gfBlk+LrAVwB8Aoi+nx2/A6AH8n/+W+1l/u5/P/fT0S3s+c8F8C3A5gD+KW+f8v2ly6PN/SS2ooZ
+bRlBe8Dj1LqDdiVyigLFGCmAQNww2QaMiSPdmd2Te7wQQEAq0x6xxXKtqR9n2jGp5t0bQHtnpj2V
+imohCCcq057L4y/z/OM9M+BUx1hVAwzS085Be0umPduIyCbpwSXy8SmiJNvUWsgQwa65k+fC3g6E
+zBYnASTSxP+4OIgLwvaRb5SW93nRBkOkxKulfTPmFff4EJMoRMzbNo6fMD7tXe+/ByRK0E4m7wAe
++0YLxKnsxBabEiKEoxFdhWl3Ae0d7h8hoUVPRq1iPAFgX5absZP92ytGdL7WOYlt88RRHh+dXa/8
+bm+ZELACcPzEzfJ7xcSyL2sTHOTVnvb15bSPTHu/qhjRbdj5s/W0u863QrtWAOBgVs6xvr63TeNx
+xdqxQWqtMO3bQt96quvH5ffe7fvld9Gdmjx+SBUS36RRmfbNun+6lg+m/csBPEZEf0hEP09EP0pE
+/w5ZFNv3AXgMwDcvD5ZSHub/DgG8lYh+gYj+dwDvB/C3kIH63+RvIKX8cwD/BsDzAXyAiH6KiH4W
+wLsB3AHge6WU93v4W7a6FKfhSk97w+TDmPZKlBqgusf3kMcL1ncrEFZAeyPTzpjsYKIz7ZoRXQ95
+fIVpZ47htRsgicq0V/K8eeTbsqe9lyKAy+MjJArTnuW0KyZ0LqCdS5AH6mlfJKK9Ed10vwBtM8Q4
+QLajO7gZHYujuoaLOGC9rbzCgJAw+fHh8YnxuK4lpVSYdgon7UB7mhSu9kKS0sOteAo0ZJQ3VaD1
+tE/CQL0ubz5ufN5ddAUBY+BJN3EENEDcPce70oMdhBBsY1LWnINFIoq2EX1MAFQHeereXlJJh9Ci
+J2sVP8iulwso5fETE9PuaaFjjRt0ZNonc7s8fhU57XwOuWi5v7PH1u8g38i0MyDv+9zx7+fRPb5f
+6WsdV3Z4VaXKkMvPuVtPe/b8C+ze8vW9bWqp7KIGWMrjucomTsZrmtdVBtovM9B+aXeCnZz1Plmk
+g0bx8vtkG93jfYD2PwLwiwCeDuC/AfAvAHwVgGsA/jWAF0spP8SfIKV8A4AvBPC2/NjvBBAD+OcA
+XiEN2zBSyu8B8A3INgG+BcD/COCvAHyllPJnPPwdW196/+MkmpTMH8l6oyommxX6IhRQpOcRdTei
+U0A76aC9ORopFBy060Z0XA3g0YhO62mvlT4z0LEwyeMZOOrf0y4w0ZhXXR5/FqdF/zeADvL4gXra
+U72n3QG0A8r4n7bMah+aaT8u+7iuyovGPtJlJUzpcMMzaBdS3XwLwgiijXs8S144wxRBwK5NJf87
+7rcAl9rmYRCoCpCjxwxPAu6mKwgVpt2gvjDGvnkA7RRCsk0MWaM2mNf1tANGB/lOTLsAQqgO90EL
+0J4IiQsoP/No/3atp116W+jYVCWu0YfTGtC+ipz2E7bI3J/Zs7LXzbTHqSiARhiQElG1rCFz2lMl
+pz13j89rW4ygVlU62NzknvYuhl+mnPYDtul109P9Y/qucmXITfJ4BbRv2EbKuusaA+13MNBORIpE
+fsi+dn6fzKJyrtuWTcPe7vFSyg8C+I4Oz3s7Mpa+zXNeC+C1bd9rrKy4ER2FIYKAMEeIWQ6OkiTG
+JDRfEtxVWuq94kCFae8qPed9t5k8Xu2nXTSAwzCtA+26EV13BjvQ3ONVB+wEUkoQEfDI+zNTred9
+UeZgxEG7jLBbw7T3Be2VnvZwgliqRnSnSao6xzvJ4/2Ajrpa6KDdxT0eyGLfnnoQAHAZh7gfdw7P
+tJ+U/bZX5UUc1CzqU4qWqn0cHvkF7an2eVd62psAEmuBOcMku37zIqW1JMtqN0lvnUrru59GhIUC
+2s3y+KfTDZAo++Qa5fFL0N7h2qwy7RFE6GZE19zTXo6718aCrqQJWnhrAJjP5zjIJeapJITTA4Vp
+D8mfe7ywbQg7pijMFtVwmKU8fhU97ccM3O7XbMqpDvKrj31TTOgmoXIPL2t3RfL4KAjAMPvWLJpX
+VXov9qaZnvWN1kpTE9POQLsvpt0wHtdLkW+clO7xZHx8LFUez0E7ADzr4g7uu5Ipux69cYYXPPPC
+IGOw5bRvy6bhmFVwjoo00yIASBnzmsR2yWfAWDjhANp9GNFJCoEgUIBHUx9wJMu/IZja5fETJEhF
+M3NvqlQIjeHSmHbKHcsfuwf4+S8EfvW/Bt7z2vzJnGmv72mf9jWiS7Wc9nCiML1ZT7vAHVSaUbmB
+dh75NlRPe4fIN0Dpa3/aqmLfONOOi9if2Rf1vC/66MSvIYuQBsfzNvJ4nWnn632PDvJKr7WRaS/l
+8Vw2f5kOEbL7p7IpByis9i71k8frCRFg7vGoUSU19rRz9/jl/dNhkzNNqxsLSopFQ4zn4qjsEz+i
+vWxTMVANRX0BrdSi8nBl2ncW1Z725YbHSkA7AxB7G8y0K3Fvlk21IeXxqSZ55vL4bVk0r6oqPe0b
+tumhGtH5Ydq5PN6XQs60xnOOfFP6o3P3eKZA27SNlHWWlFKRx+ugXXWQH86MTjGiUzaTBnvLldYI
+2s9RKf2u+eKML4rjGnMlzrRTkzy+jxEdk53KnGXnvbUire+njZh8NqqAdu4en42vC9hMKzntYcWI
+LxES+MvXlcf83ndl/1d62kODe7yh37VH5JvKtIdYmNzj2zLtSmTVMEx7FvnW0ogOUOTxRVb7fODF
+syaPrwXtDBTd9AzazZJutpiqub8BqEy7nComUkprCfXMale8NSJMokA1omM97Q8Gzy5+vgOHZY47
+gEA3mgQUpr0viz0h1TBPBlweX9PTnjb0tHsyokulRKiNkZuLNhnRxScle32Eg+I1lhVCODNSTWVt
+zXAB7YsTTNOjyq/3802ZReKv995WPIGi7v5ed097Uz87oEW+eZbH6z3tijx+SxbNq6pNj3zj45t0
+kccb3OMvzLg8fkgjOseedob0lmB9MkAsXd+6cRLj9z/4mLeWgi51skiL77FZFGBP2zTkIP76yXDj
+jC097aMR3Vi3XKny+OyjT9kiLVnYJZ8Bc5XmC+PyAI1pT0Qnh0ie4SwMoD2tUQMAQMR62sNZPdMO
+dFssm3La9deOU6GAWwCZ7HdRLj5PsGMA7aae9u6Rb5x5DQKNac+N6PpFvmVj9G1EF6eyvREdABw8
+o/jxaVhVT3tpRHdVXlIccPWSbHPn+NQvaK9mi0dIUL5fY1SbwrTPVGmtJo/vs0lDGtM+CcnKtD8c
+3l38fAfdVHrazUy7qae9Q7+4DjKDADLkTHt95Ft9TztvgVmCdj9meWGLRJDkpIxFPAnyOT3gHiLC
+Gztq2zAiF3n8kx82/vogKM/x0GZ0J3NHebzCtK9ZHm9h2nfYd85pnHp1ch5z2v1VJfJtw0BHanHp
+dpbHc9AeVuXxR54AqEnC7jrGhUkez67pTWDapZT4+te+C9/6a+/BN/7yu9c2Dr2fXW/NUUwGB5ob
+hZBF4gkRMGHfZ9sy/4yg/RwVZ9oDgzw+rWHiQgW017vHT3JZpSkfs6m4Gd6SaVejlupB+4QxcZNp
+vREd0G2xXDGio1DJqY+QZpO5DjQ/9ocQRyorW5XHG3raO0qRUw3EUaS5x4sY81jgDsU93gW0myLf
+/C6aKzntzkZ0pTz+cm5Et0r3+Ku4UMvEcUXG8YlfMxYhJEIlijBCyiTdTSoVvaddlcdzlUrSCyQp
+m4dBhEmNEd3D0XOKny/TIQIG2kMj085y2mmZgd7hHk/55mE2Nr7hUmdEt0gaetonpvvHR999iJDd
+J7WGmADSk1Jyfkxmpt2bPN7CqDvJ4x//K+OvOWgfWiLP5xAbGAb0nvbVs148d33HwrRHYVB87wjp
+ly1UetrD0T2+T1WN6DaD1V2WrafddZgmpv1gVUy7I4AzyeMVI7oNYNpvzhO878FMNfWu+66t7T6z
+mdAtawiTQb10t3/upbst7TkjaD9HRUqmb85iO/a0c9BOOoMMKIv6pSS7C9iUSoZzrgYIuAFUE2gv
+mfaojmnPWdxOvaS6EV0QaPL4nGlPNCb1Y3+A9GYJ2p/CxapREI98621EJxQQF0VT1fArjXN5fPec
+9kEj3zoZ0XHQnikIVu0ev19n0Mbuk7O5X9BezRaPIJixWJNKRWHa5RQBvza167sPSOJMe5ZiEaip
+BsyI7gHcVfx8GYcIRfllbwTtzG+jiATrNA/xFItg+YblATUbIBX3+Io8vhqZ2GVjIa14GERajGf9
+dS+YPP4s2M9fQwXtvu5rmxGdE9P+eBk+8z7xGcXP+8RA+8AO8ieu8vhdlg6xBtDOvyts8ngARfwS
+AJwt/M3dqbJoDsCnkCGzmbexqpFvm3X++va0m+LUhol88yuPjzbMiO7KTVUhuwqPD1M1gfYhTAb1
+4htbmREmb8/ZrPuna42g/RyV7h4PqNLzxMa0p0nhRJxKMi+WA9WIDegINvXIN6hMe1rDcAHAFHU9
+7WpOO9CV4armtOs9/bGQCnMJAPjEn0AcPlL880ZwGyrFI9+onzxeZ9qjyQQJ7x1O41wez0C7kzze
+D1NYVxUjug6Rb0/PmfaToSOhTlR5fN2iXiqqEb+LelFxjw+RkJvjOQCNaa83outzTvk8hCBCFNjl
+8Q+Kp2OeJx7s0gKXqMwVDx3l8Z3GykC7XH5NsjkOok4eLxt62g3u8Z0i36oeBhE7J03yeHFWtsWc
+hlWmPYBQern7lM0E0Y1p/2DxIwftewy0D32PK+7xtT3t6zWi4+ehThGg9LV7XOQnmiP4KI/vXroC
+YvN62i3u8Y6fMwdRgck93pcRnYH6byuP38MZvvDoTcCD/0lj2tf/mVw5UjeQVxGBaaom0H5xgM9W
+L30jSJl/Nuz+6VojaD9H1SiPt/W8aq7SU9MOPmNoltngXVhslWlfgnYmS21g2qdcHr+j9d57ksen
+otyYAJD97bynnwSSJFGy7bM3O0T40TcX/7wRXKq+uEfpud7jPIkmFXn82SLGRWLRYzuGMek1qRpp
++Wba03iOaX6OBYXuTPvBs4of76YMTJ96Ah7W0uTxl1hfq17SMTasS2XMq8a0K6C9TU+71pOmGdH1
+WeirhpghJqEmj2f1ZLqPq7hY/PtZVOZ1NxnRLeXxxx129VM9xQLQmPYa9/g4LTbcANS6xxdGdB3m
+ysQQSxdN1c3D2jormfZ5lIN2jWn3xXbZjOgamXYpFXn8e8VnFj8vI98AeNtcsJWS014nj+c97WuO
+fLO5xwPDxb6lujx1lMd3Lt31PN0AgMjLmtPuymIbmfbV5LS7jnEJyr8r+i18zeOvAn7py/AMUSrB
+uqQP+a4rRxrTvqGg/WA2fE+7smkYavPPZt0+nWsE7eeoAm5KlvdgC8aspDZAHGugXe/DBszy+A6L
+AQ7aZb6AFEEL0M4YrslMA+2M4fJqREchQCpbGMeLKmgHEF37aPHzYXh79cWVyLdsjGdxN1O/NNVA
++7Qqj0dcAnYR7SqLdmutoKc9XJTs/yK6ABjyho11+fnF+J5NV/A03BhWLialJo+/hNv2akB70AJE
+t6wkNeS0s80kEbdj2kOLEd0USb+FAQdqYYQwIHUzidUTyS6uyRK030VX2XNNoJ1vKGV/79G8w1jT
+6jzEzwHVyOPTRXlPJTRRzN0AeLt/TD3tE6WnPamfN+Yl0z4P88xcrafd1+JKsvPJkwIaQfvNx4DT
+bKPmptzFx2VpTLhsfwBUo7gh6pi9/l5tTjtzj18D037GmfZaefwwDvLcuTkMVaZrw1qyN74qOe0b
+tumhuMeH7Zl2ftySaecqlqN5w/zlWCY23PVcLkH5t0RvzH4hU7z8+I+LxzfBPf5JTR5/Eq9+sxCA
+Gve21ySPH6qnXZXHq/PPZt0/XWsE7eeoAs0ACnB0ZmeO58fS4HgOVCLPgG6ybpMRnRq1ZL/ZhZBK
+L+m0pqd91qNfvGJEZ/MHiOvdwY9CE9POndnLv6Xb5oK6qJ9Opyo4SmOE7LMVkwO3Fw4nxeI+IoEQ
+qXemPYxLQBFPLrR44gS48yXFP18SfHxY6eziqNicOZVTxOFObS8p39yqu5a7VDWnXWPam96PbeCc
+yYmKNTV5fJ+Fvqr4yc4Vd7nndSXewTVZfv7LlgcA5hhAzrSjO9POe9qX8xAxs8m6qDK+OZIEpr77
+qidEl/tbyGo7RMDOyZRSpDWLSmLy+IWFae9y7kyVsnl9wT7rRnk8Y9k/Ip+DY5Tnk4P2oc0mOZNf
+lw6hMu3rkMeX49x1lsf7O3dpWiNPHeXxrepWymnnoN3ZiE7pFy9N3pbfn0L6aXsx5rQ7G9EJxQsK
+ANKo/I7ZBPf4TWHar3PQflBvRDcU064rfbZx/hlB+zkqPvkE4VJ6zph226J+UfaRHmMHMxNoV9zT
+c4a4iwEUZ16oyrTXGdEtklRxba7kyYeTYnMhoqxn2o8RXZ55r2+AGJh2XkeRgWkP1UX38n06jVOT
+x08nU0UNINMFwpjlH89agGMta9p3T3u06AjaAeDZn1/8+JLg48N+iSnS+Iu4tDurmgvyCobraTcx
+r8qGV4NKhV+vc2hGdJpnw0kvIzomj89fl987y5IU4CgNFXm8Uiam3RBH2Am0czn30oguYEx7TU+7
+YJt1SWDaWOD3TnemPVNWaPNQECCRrOeyJuYvMN1jHLSTwPEi9cJQ8PO5YBtJgWy4B1g/+0fEp+FU
+MpUCMx09GVoezxnsmaN7/Foi38rroW7zUJHHezSiUyXPgTIXbot786pKZ4M32T1+1iWnnR3Gv2sO
+PPc+m1h11zltkUrczdVdAIjKv3UTPpNNAe2cab/cZES3Anl8pMvjN2zTq2uNoP2clNScpZfu8YrJ
+mw1EzBnTjl0L085Be/Y+nSYPznAFVaa9Lh95Pi8XywsZVWWpADDdL37cw5knI7rc5R5aq0ED035i
+Au1EZgf5Lot6bZwUThTwJdIYYVJuyGDmyLQDFXDUZVOh9uXjUh6ftgXtd7+s+PElNDDTrmS0X8Sl
+XTsLB0DtzW+KYGtZRqa9RfKC3gZjz2lPevkE6D3tAJRouqKiXQCkyOPVx+vd42c5i92FhZWSM+35
+ZxpxhtgNtKeBwSzPkNPeKUteahF/tFQtlPNQXOObEDLQnkyq8vjlhqGPfnHBztcZyr8/rDmPAIAn
+Suf4j8hPwynYpqYsN5l8KQJsdaT0tNvvcb4wPTyNV+6YzluBapn2FfW0M6PtrZGnrqp0pn2TNj14
+HjagyeOdc9qrTDvgv6/dBNob5fGn1wEpcbpI8Dx6RHloD6UibbEBTHtFHr+2nvZyHLeb5PGsp311
+RnTlY9sy/4yg/ZxUKlR2uFwsc+bPciMxpv1Ezsw97UHVAKkT+2EwopOMrZI1QCc+Y6CdLMZljE0+
+oLPORnQh+DZxvlhmwKOJaU8lIZ5aTN+UvvbuMv40FZiQej5J8QeIETHQTm2Yds1My3dv15SD9qkF
+tNmKMe2fG3wSZ4sBZapa3FudCR1QMsuAf3l8KlDJaReO2eIAlOs1i3xjjykKkKQXO6fntANm0C7z
+a+yqtFyXJnNCX0y7YkSXzXdB6CbrlovyPKbGMXJ5vM+cdpPix/6Zc9+I4h7T5PGAH+k5N6KbU/kZ
+haJhI+nafcWPHxd345TJ46fiDMjn4U6+BS1KMaKrYdp3JmHBOiZCrjx+iW+m1Ua+DeUez7O3w1vb
+vVlKifuuHK9t3JWe9g0AiMuqBUeuTDubusKQg3YG7nrOPVJK5fMjl02kt/448OPPBV73tTiap3ge
+Pao8vCeYZ8km9LRr7vF9VHB96vpJ+V1z2SCP35kExebMIhXefZAA9fMIA1J8eUZ5/Fi3VFUynJeA
+WAHttp72cnF3ZGPauXw2z0DvspBSjejysXGmvUZSHC9K0D6HBbR7Ydpl1YgOaquBSBZYnB3rTy3q
+Gi7gWbfvmx8MTcCjC2hn8XkIMuWBAhrnmKXlGIOdNvJ4NkaKvU/Ak6RUd6TTlkz7pecg3cvy2i/S
+KZ6xeMDn0NRicW/XcBG3GXaYlRoQtCdCaEx7qBjfNcrjNabdJo+fIOlldsMNMQvFT1BlL0WYgdtr
+Nnm8kWmvmrx1AnQclC972lm/eKAxxO954Dp+9M0fxsefuAnJNj+EiWk3usd3UdLoPe05WGQtMMnC
+vnE4MW2MURW0+2CxuUfAIuBMe8M1eVqmBVzBRQgEEPkmLkEWn/GQ8nghpLIQrjOiA9S+9lVntXdh
+2s88MnOJ1qcc3MKL5h/8nQ/ii171VnztL7xzLRnzm9zTzoF5GJDWBuH2Gpxp51fqhZk/GXWseyy4
+XI9/8QvZ/+99I6Kbn8LzNaZ9V5agfRNz2n3ez23qKpPp37Ff/W4mosEl8nwzaRJq7TkbdP/0qRG0
+n5MSAlof9nKx3K6n/QQ2I7pq5NtRF2mTsljO3kc6Ap2Ey+NNclsAmJYS8AOcdlosm3qHAS3zPl7g
+5MQO2q/KS3jO7XvmBznwoCXwaD/BCQbai7EpkWMx9lEu6lsx7ZHGtHvuaZ8lJaAQs5ZMOxHEXaVE
+/jPje30Nq1qMab/Skmmvy/ruUplBoiqPV0B7kxw/0XPa7aC9nxEdb9mo3jvLEvl9cK0n037UwalW
+GtzjibvHM/n8jdMYX/9L78L//f99Ev/sN96vbH4IY9+9yT2+qxGdgWnn8nibuSjUjTG5vPdZS9Hy
++8LH4orntCc0QSqpfI+a+DyclKD9hszmbm4EtZfPX0Ma0Z3GaSEF3pmojsSm4qCjy2Zrn+IKGOee
+9qGY9iBQ5pBbDLPj1975IADgnZ+8hr965LDhaP+ls7ib5B5fYdo79A4v/7wfiX4R3/7eLwfueT0A
+VR7f17BMcRN3UX6IVPlOj06eqDDtO4KD9vV+JlLKSk/70P4epopTUXh46CajkQAAIABJREFUEMG6
+DhrajC4V6maS4h6/ObdPrxpB+zmp1NDvCqhMuwKIpQQe/E/AI+9TetqP5I4l8k2NhAKA40497dUx
+cul9HdDhoD22yeM5007zbky7bkRXMO2qyRgxELRcpC7rmryAT7vDBtr9SHw5aBcGtlAkMfaJMXHT
+Hj3tvkF7ygGFQ3a8VnT3S4ufPz0dkmkvQcV1WZ/RDmjAz3NPezWnPVRVKo3u8TpoZ48N5R5fRE9W
+z1uaM+1X2/S0cxa7yGnvOQ/l9w6XxweMIX7zPY8WwPZDjx5iMecxim497V0WWkmqfd5U3QCpk8fz
+FhS5c5vyGgBn2vuDOqmdT+4gj9TSdy+EkiX/FLK5W7INw2VCwJCRb7ynv66fvRgTY7hXvYDmTvDu
+7vHD9LRPbmF5vM6sf/Txm5YjhysdEG7S+eMpATo4atPT/kJ6EF8X/TH242vAb30jADWdoW9POz+H
+Ey0CzDjO0+sAa32cnF3B8wIVtO+Kcm2ybqb95jyprL3WIY+/flJ+H96+N7VubA7d184/jygMttI9
+vvkbaKytqAo7bIhTU9ys730z8LqvyX7+zC8tfm1l2hkbeoAMPHe6KQ2yVOkIdBImj08cetr3cerH
+iM7oDzBHwBaj98tn4flsx/YqLuI5d2iRdMsygPYuvV1cDl2Ado15vQBmltfGiI6Boxli3PAM2ndS
+7mrfkmkHEF58VvHzgTxGnArFLMdbMaOvM0xxWwNoDyIOVvx+aaVCYqYxr/zeaWbamTxeTqxM+7Sv
+e7wij8972oPqeUvCvKd9De7xPEu+YNoVeXz5mm+8R13U3f9o6TYcTEzy+GrkW5e5shr5lp9L9rUu
+bIBYSmVjrFDZsO+Dsqe9vyKER3kiCLFAVABuJHNlM7Wo+Q0gV2Uc014h+xc81o/mgASOBgTHfENg
+vyburTiGAftVm0LxzTR39/ihmHYq8reBW2vRrH9u9z62DtC+yUy7Co74V4VrK0EqJe7UnNkBtae9
+r4JGadcICXy6NJ5PZiwLABdPH8addE353SzlPe3r/Ux0aTywHnn8tWMO2u1roIOBs9p1I8xglMeP
+dauW0PuwcxkkZ9p5D3QB2AHgY/+x+PHIltO+U7KhlyiThXdbLFfBMJR85DqmncmWHJj2ffQxoqu6
+xyuZ2EmMMC2Zy0/KO5XXuFIrj/fFtJfnSuaSWZ7jLNMY+8RBewtwzMa4Q/4j33Y5aN/pwLTvlH/L
+BToZbvHMQNECUUt5vF+gYQJxXB7fmmmvyWnvszAIlci3XPFjAu3BUh5vY9rrTd5KeXw/I7qCaWcb
+LkEuj3/y5hxv/7i60DtmbTG7ewYwGqkbXkA30O5iRJfY5PGLo+L74ETOMJnm97PBiM4HI6JH6Cme
+IzaHe6ZiOaRys1Vy0J5ntZ8MKI/n189eDXtdjGmNTDuf51yZ9i4mp7bSHcFvVfd4fc744CM3Vj4G
+HVSmGxAvtqw6GbLr5kwiJFIDBOHArm9soiLjDwPF8M54PZ6oc/lnnH6gcgj3AVo3037lqDq/r8M9
+/vC0/JzqfH0urrCnPdQMEjdJqdKnRtB+TiozLWIXrYFpR5NRFTKm3ZjTvntb8eNF9ADtQmVksqG6
+5SOnnGkPDCwcoEjA9+msU1SZEBIBVTcXuJlWmiwwkSrTzus6LuCu22xMu6GnvcMEx9mt5dg4W0ip
+2tPeTh6vSnx997TvCOYHsNsetOvKj8GySxkQXshJI2gPHGPDupQxtztsAdoT1cjRGvlGSa+FAbEx
+BsW9YwLt2XseYg8LaQAgjUz7Uh7fM8UiH2M4KV97CdrfdM+jlV65pbkcAOwZQfuscuxhB8Oy1GJE
+p8rjLXP6WQlCDrGHaZSfX1Pkmw8jOkW5EGHBRX42NcDpdTZGNjcxlc9eDtqH7B3n17oL076ngPbV
+LqA5AK9j2vkYffoBJIps2kGOvKFVAe0PH67cjC5ONplpr+tpd3sNISQkNBl1mijArm/fM1+XTFyM
+6Fg/OwC8KP5g5ZCpAtrX+5nocW/AeuTxx0q6Rl0kJlNRDAHaeTuEntN+Cyl96moE7eekhDQDTUUe
+7yDXPcYOpqFhMWBg2v9/9t483pKrLBd+Vg17OvvMpzvp7nRn6CTEECIzgQhhUhEcUFARrqIoih8Y
+UfEq4lU+L1cEUZyuIyqXz/td9HNAEQUhYRIEGUxkSEhCEpJOutPjmfdUVev7o4b1rlWraq+aTncn
+5/398ss5p/euvXbVqlXreZ/nfd5S7To0m2VT4OETpjAbtKtMe3Gw6WWUGtCadu5N4HIxVhW0e50V
+vWIBUPwBysvjdTXtlmKENstKyuNp2yrU7x7fI3VjVqe4PJ6C9pBpb4jxIizhBA4WcqRhAGARwFY3
+aE/3abele4dNc+pWmHY704iuvDyeK2qAeD5yjRHdJHEZZzgDjRmd1oiO1rRHKpWxX5jl0zLt5BzY
+EWj/ly8fS703TrSFQ9Qk5jR19xsjrzCo8dVErBX7A9DkYcYcI6B9g/dEIrahlm80gciYjREn90lW
+spiA9jV6/SV5/Li2MWaFVNNuBNrPnjx+03DzPNdpprZUBXNlXMXPhVABxdpggiNnBhmvbiYmCrPu
+n0Mt31Sm3ZIMv8yZdprgBACMN2qtaVeZdmtaEkmRxy/wtAFh65xi2tOgvTGCIifoutPPaYlZ57XV
+BS3bUJOG55PSJy92QfsjJLJq2iGB9uk30VamPJ4y7aFMvWotaTw2U6Y9IKDDtwxq2sv2aU+5NqcT
+IBYxeRpxF2z+oHQMa3ZP9gdoJL6lek1TeXxc0+7Sc+lhRqppL+IeT9UA9cvje5y0oiMqDuOg8ngM
+GpTHi03HyEAeb0tMe/017WqfdkmOPy0pJ9W05xvRlZXHZ3Ve4BoAPmJijqUk8nYLsn4/Ck1pCVCc
+faDu8PEYaWmJHSXkHtBs5KWN6BQjug4B+EWZB59z2CydXPCV1pPa2KKtCmfRdqNzycQ5FaC9BiM6
+LieTJCM6L6MtHZHHr2aB9lge36AMXWKRDOTxEtPeYDJBF1uG9fdzXfFvdbalk2pKbZnZNAVz50Lo
+nrdf2mGJfKpP+zkEOtTkjFXiOvsBF74WcYw25D7tVeXxBFS7Nkv6hMefn4rtdI29Gi1vE7FZnXeW
+SxbOFdC+JZUQ5THtDcvjJePBcmUb53rsgvZHSGRulpmmXnyY/XDayurTrmHay7AfTMNwMdtMUhyM
+aX/k5ph23w8y3ONJzSvpbT+Ei/kLL5aO0VmQmXcpdG2ryhhVBZRpD6+zQ4FHoMrjC4B2V04s1A3a
++0Qeb/VKgHbCtM+x7VodkqUgoN2MaTdLQJUaiq5DhJTwKsa0W1ny+Ap92rUO99DL48fEl+KjwbXy
+P/aW9R+gKS0Biie9dEy7TRJesTz+lKamkCYLpoH2LnntekHmIaum3Ze8NTKu+ebx5McTfB7tWB5P
+mPZYmVWHER1ITTuzbIwkeXwW005AOxfrNmvpWr41KI8nx57Wox0AeoRp2mmpKp3n/ZyxUqa96LzL
+C0+taT9P5fE6ZdsXH9i5tm+c89T5OpfOn9RjvXTLN44OU0DnaFNuC1Yx6SW5x9tyC0ITpl0XFveS
+NX7snWUjOg1oPyvyeJIo6OckC+u8trpIGWGWKNs412MXtD9CIm1SlTZ5SySMaw9kHmeLt6eC9j4G
+YAjK3ZQakyoKGKwcoMMp066TzgJyTTvK1bT7HNoESCAx7QJ0DtHCvoOHpWPMLZmB9lgeX8odWWLa
+w7HZiplWvwZ5fFzTXmfN3wyEqaBThmknqoFGa9o9akTnYq4A027xmkG7nzaioyqVqcZ3lGmHq9S0
+19OnPQigTXjpjOhGEPfBW7yX4NXjG/GP/nU43rsC+Mb/rv8AqWxjjJgRKboWMU3rSVti2n2MPF+7
+uY8l7+p4knDTLd+A4oxnuqY9XabjZ4L2h5IfT/AFIY9vqOUb7dPOUkz7dCO601ysTRJoZzvAtI/N
+pJ/JmFxx/neS9eKcK1L+7LHSdaqMn0JWyLJpq5Rs+lwIXZL8Pbc8gC8+sDNsu65W+txl2i1J9GQq
+Q85m2uuUxxfs0749HbQDSLrunG2mXVfTPjgLfdrlmvbsdWdWShY226ddvd678vjdOK8iWx5PW4BF
+C+R6DmhHV9+n3bITdtNiHLPYLsUOM03LN8k8LQd4cAI6Ap1JFSAz7WxYioFNOfHHklJyLtmIyOPh
+4vDBi7DOw82mzxkWL7go+wMkZ/Z6mPa4bRUFHg68pD0fgPLy+DjrXFcqMwjQJ6Dd7ZUwomvNJM60
+XTbGYJghwa0YtI3amE+Xx9Oadpv7tbInaRbbAaNJgmkt3yjTrsrjydxusfKg3QuCtBoA0NanDwlo
+57DwvuA6vGZyI25/4T8D1363/gMsSzpWWaWKLOcO5xFl2h0+kdrcrPTb2D/fkT4TgATQxZtV0B7O
+gaKMZ5BRphNIrSczjrklmPaTfD6jpj08B7XIGLkC2jk1QFXuzQ/+EvBHNwC3/2Pyp1OBAO0WAe2i
+z31x3wLTkKSfBY3omjTIU2Mw8ZO68Y5rwclpcTnX0OaZgk3VPf5cYoqnxZYG+Bw5M8B3/v4n8Lmv
+nda8o97Q1UqfS+7xXk6fdtPLHIJ2lWnfkB3Ga2Tal7GGx/EvJ0aoeiM6PWgPwIC5A8nvfbYdHf/s
+XpP7Tm+n/taYqjAnjI3o2k0z7VTpY0l7mPMpaZgXu6D9ERIBV1u+pWvak5rXtfszj7OV1acdkOva
+2Xbllm8sqSUlwENl2j/9x8CfvwC46yaJaQ9szWYZSPVpLyMNTBnR6Uz9SInBhLVxaGUGb/dehFU+
+gz/0vw379u7N/gAi7V5ACP5LlRoQSWrMtLuuA4+L6xeXMgAo7R4fM4u1SeTHm7BihpR34LbygbA2
+GMPQEgkab3u1nrEpEUzEpsNyWkJmnDUsR5aZ1/nQD1TmlVmKPL4I0z5NHu+XUlakmHZdW8dkDOK6
+P+XSJVyxt4+XPeUQnn7FSv6H1OAJoSvTkZh2+JI0fqXfwsXL4XybWtNu2dL5FA7yxcbo+UqShqVL
+DbiJPB7zaLvp54Fdo3s8NRhlti23fKPJpAdvAT7x28DRW4DjX07+fCoQ97JFjPzmbDG2pmShVPpp
+VNNOmKZByTKSMiGbQeUnF2hNe3NMu1rrXPx4tx9bxzs+fjf+n099DZ+6+9SOObjTRNWBhW6SiJn4
+HO+99Wjjn6/r/30uyXvzrrNp7bAf8MRIMonROvrt+mva+9jGH5x+JX578At4tf33ALJavulr2k9i
+SSrJismOs+ke7/kB7jm5lfr72Wj5Zrr21Kmi0IWnJA0fju7x09PGu/GwiHRvcY08PgbEufL4jJZv
+QCiRj7DqPLZwJGI/LIvpX68JCVhojOgsYhB14rZ/xZ5//tnwlzP3gq18u3ivAdPeY6NSJjwphksj
+8eVDwbRPrDYumevgL/B8/PnoeQAYPr2U0aMdAOYFC7+fhQ+RUkZ0JMERM+0tx4IHO9nsL4D0Qy/E
+tKfr7mtr+0adrdHDSg5jlBdjewYzQXgdvEEz9Yi+N0a8RW+1M1r40SAy8xY8jP0AnZzWTIXGomHa
+JeO7aXJ8kvQaoC3ft4o8nvMwSVN07GkTx2ymfcDF35511V686obDqddow2kjJnBK92rXGGJSpt2N
+mPbL2RG8xnkPTuBJuHvlxfi3u09Nr2kHwnVoEG5YexhhiHbhTYyfKnmK3OMtE3k8rWmn8nidEV0N
+7vGSPF5p+Ubl8Uc+o33/aQra22Lt7Dse4hzJ1sibClbLxLahyZJ4zdlh2qmaZJrLfde14VgMXsAx
+8gIMJ34t65AqR7ZKylMfWh/i9X/7Bdx8+3Hp7z//LVeZrwMVgj5vv+/JB3HJygxe8//+BwDgqyc2
+s95WW+hUa+cU056XnDGVx3OOjsq0jzclYFe1LVg8zu+xP4oeD1np17n/H37P/059uYHS8i2O4/YF
+2Ct1pBkA/Owy7V87va1NGpzbRnQNt3zLKYfYlcfvxnkVWUZ0VPYqmPYjmccJW75lTJuuzLQDeplZ
+XtAezkwj6Y6Z9t+76Q7c839+Wrxx/QjmN+5MfuXO9D7tfQwKs1tAeC51bCGnhnnEiM63OrAthu94
+7AEADNdfvoy9sxnjA7SgvVTGmbiFx0x7y7alDXObkeMWYdpp2yrUy7QHA8GKr/Oe5PhaJEaO+D7B
+oJlaRNqxoNPJAGg0SDLJhVdrf/t0jbMDRj4vzw8CQSD1yx7BzXWPB8ptDtJlOuFaonOP3+Zi7Hk9
+p1OhMaMrug6pcm4AcEmfdhs+Tm2N8Cb3z/FC+5N45epv4+s7IcDYw8hc62SUdrhy8hAoLlMOMhU/
+mpInNTany+NjtUvdTLuVV9P+4C3at5+Jatodi4GRtWfWKm82aBrU5M4kKdAlNe07yXpJzvFTkguM
+MamuvS4nZ6mm1LKm98XOiLe8//YUYAeAj9+pB1V1h8ocXnWhSGjffSLNbtYdulrpKjXtw5LKqKyQ
+r3M5l24vo6a917KTZ89g4lcCxvF7HaTnd6pcIwgkHw0aJ919SkeacH9b5/O7aNz5kEgeXXNAjO1s
+MO2yEZ1py7emjegsZV7W/nFnJXZB+yMkUvL4uF6cyuOD/Jp2nzN4VjubOacO8ijnIM8kGWXEtCvm
+aQDwwGf/AU+2viK999DpTyU/80yGSwC5HoZYH0wKP8yy+rTTBIg9FgtqXF//6y++Fh/66Rvwrlc8
+RTb5UoPUTu2LmfYS5iJcqmmPQHvEtKvhsRbgZJj36aJBpt0jAHsTM/nnKicmOwDaaY/pdjdHPREH
+Bb+sCdCeU9Mez4fhGvDx3wC++DfitR6tZ3cBsEx5fCvaAJWRI6frsGM1TboEYosw7R23wKMqVTNe
+3F1cNqKLkoctMecdeDi1OcZ11m3J366bfBoAcAUjSc+VK/Uf0Eq3LSsqU06X6YTnUuoI4k/g+QF+
+6e+/iB9912dxbC26zluye3wrx4iual1pOCh5XZf6tJNkEY5mgPao5Vu/40jXd8amoL2ZzSo1uesZ
+GNHNnAfyeABS7XBdDvIpBrake/zRVbEeUWXfToEktd/9oaWZBAA8sNqgsWkUE40reVlPgHd8/G5c
+/Uvvx4/8r8/WBtw9xT2ebgk5h9HnBLo+7aMNMMYktrZKjXYslx4gTZKkapyHq7LCisSZ1r6UuS1Q
+b+eFonHXcUEMXXuRIMzO6Zr2huXxajKpjALkXI9d0P4IifSGPrr0dLMc5DPtYT17zqZFqmkPQXth
+9kPDcMn9kcPjvXD4nvTH+2IRQxbTThzS+2yIsR9gWNBBPvAD2IwsAEldLpEQ+wK0xwkExhgu39uX
+sn/aID3dY6Z9c+gVfuBy2pebgPaJpipm4hgAThqOYLtiNrNMz3td+KT+fJMVHBcJzyVyf2IMWGdQ
+I7pe14Rpl2XmdcrrfD+Aw2TmVVKpxPL4T/wOcNOvAH/9CuDIZ8O/eXK7NwAK0y7GHRvJlWXaHZYG
+xDp5/HYgPrOQdFdykC9Z065ZhxxJHu/htNJu5+J+gNc/9xAOWcfjN+aAdrn1JFCjEZ1S0/6xO0/g
+Xf/2NfzLlx/CT777P0LWm8hAT0Hf8i2Rx9fAiNAkiKWofRKmfTIAjt8GXcQt3+Y6rqTymaF97hti
+2uWa9nNXHm/q4BxHEw7y6ZpS8W9Fnl90XXzdNz0q+Xm8Q3QZnfOzHQctx8LBRTHvdLXEdcakJqZ9
+MPbxpvfdhoADN91+XGtcViZUl27GGJhk+jX9GF7A0U21fAuf03S9H1ZIkMTJhTRo5+nzmdPubaO7
+XwbtUded1e2zCdrFHvPR++eS8z/2gh03fSwF2htYryUjTJNuAedh7IL2R0j4nMNmaVbGogZQgRdK
+hDKY9m104ObVF2uY9qISGN1m2SYAPAYe+4OHkBt5taRR9Epuln2yAeVgSFZLolpo++Khzh2DWmca
+MyuJjHqebWMGg6T2sFBo3OPbGaDdc2ZSf8sN6nAfZcvrYkGCbcGKb7GC46LHIaoKNmqmpp0R0N4t
+yLS3apbHU2WFDxtgTDK+s2MlzcffJt70oTeG/5+IzVwM2lmWER2rJo+3NOywpQHtmwS0TzP4k0JS
+gYTXp3DyUNPyjcrjXeZjY11Wb7Ct4/ixq71EVo6ly/Tu8YAkj483rkVLdfyAw6YJkETxQwwx/Qk+
+8EWxVn76ntPg26cSw88zvI8JHLTdNNMeX6fBpIYuB2RdtyxHlsfH99CxL2qZLs4sbCC8t+a6MtPe
+I/L4ptq+mW5IkzFRlnAn5fHjYuNswkFeZdrLbpopaKfqhslZYtoB4PAe8Ty5+2Szde16I7ri96Ba
+YtBEGYQdd9co2Ks9i2kH5MRXFbl3nOQJuEyUdDFKM6857d62uhdJoD1u+bZ2FkH7nQS0X3nBrFRC
+1mQLTF1I90tOYrOvuMfXzX77knv8w9OIbhe0P0IiVf/I0uwwC7xw4cpoDbXFO9iTV4utq2kvKkvV
+GUARia8dhECH9vHWHsdgszzDRmAIipvREXAUkE0uBTa0lVrmWLKCMWBuf/JrLJEvzCTRGuaYabct
+eFwjj3cL1LMDEtsVy+Prqmn3SU37tlUFtIs6L2vcEGgPxL0yU1QeD68+x30AAekWEM9L26UJL838
+2TgW/l9p9wYg1z0eKLcxCFSzvKStY1oevxnUII+PWyYWVvykvTVcx4ZPNn98/UH5PafvAY7fLn7f
++3XZx6e9xksnDzPk8VQ95U+wb0Fef+6/797k55M8TLTqatpdkhCozGJT0G47GEk17dHce/A/tG/1
+WvPg0VZFZdo7O8G0SyZLBu7xFHCcy/L4Bhzk6abZtS1l02x+HMqYURBQW1vRKbGlOZeX7RHPoqbr
+2nUKrDJM+3tvldeoYU3SaVWGDEA2HTQASF5GyzdA9jCpJo8Pz2OLyffhPLbSiYUcpn3YV0B7xLRv
+jOpVy5mGH3CJab98T19ad3ZaIk8TK3kqH8e2kmvLef0dP/Jq2nfl8btxXkWWEZ20WQ68qe3eLlnO
+ASbamvZimwHGZRklAFi0PzIm2BzJ/cU/4T86dZyNxWv0H2BZsgkURoU3LIHUSo3cQmSzHMunAMBu
+FWTaAcmM7gCRyBcKqgiIJLNZ8vigKGhvkmkn7vHbrOC4SHDykKUeA3WGRYy++j0T0N6cPJ5rkklS
+wksH2mNDMqXdGwBIohrJ9T6Sx5d44GaZODKNn8KmL+ZpMXl82m+hKNNu6RQ/FpPuHWtTAe1n7pXa
+lGFPDmh3KWgvV9OetaZzS2ax1e9+x913Jz+fiEB7Yi7K5C0Bq6Htmx9wWCQJEsrjKWiPEl8Z9ewj
+lySDO66UlKFGVk0ZMMkbUgMjOgraz5o8vijT3kxNe9lNs8S0k/O5UwBpQwvaxbPoNz94B5725pvw
+zk/c08jn19GnfX04wc1fkZn2uu4R9ToDkAxjTRIMAde1fItAe00ANFYsuIoR3TzTgHbKtCsGokF/
+n9SKd8kRSe4yHYiqxgNnBknCf6XfwuJMSz5nO2xGVyRh2GRdO1WouDaT9jAS034es+67oP0REn6G
+EZ1N5PEs8HKzjVu8i0NLOcynpqa9qAGUvFmOmXZa0+5jY2sTrYgFmnAbHwuulY7x1sn3YrSYUUsK
+SHXtMxgWXnQlgzdyC1kE2MyiPtBenmmnNe1yyzc1uFtUHp9mM+uqaQcxjRvY5Zl2Rh6yzqQB0M45
+bE7k8T2Tlm9UZu7XK48npngxaLcIgNWC9lF0rinTHgEqmWmXkw1AuY1ByLSb1bRv+OIzC7nHSyqQ
+2IiugrdGbIjJGDzaeWFLAe1rR4Cjt4rf916VfXxqiFnSPT6zfZ4lJ2JV2f2R+wXQOIGw3VtSCsGY
+1oyuCovtBUEqUTPi1CwvYtsymPaxJdaaua4jJTxoy6im3OOL1opTZngnnZzps9YItEs17U24x5dz
+FQdk0EpBwE4Z0UlMewQyLluRn0UPrg3x1g98pZHe8bpWXjrJfF588EsPpc5XXQysjmlvFTQM9HyN
+e3yUXJeY9gr3UOwN0IK8x5vHljwfRxvAl/9e/K4kXHudtgLaxbpzNura7zohPHou3xs+S2R5/M6t
+O5zzQgnDfo0t/dRQk0m0xC/5J86BU3fV+rk7Gbug/RESgdqnPWa4LLFZZtwDhtky4i20cclKQaa9
+YCaNaUA7BR4uPKyvnkl+30QXf+0/A0f5ErZ5G2+YvAK/738HDizmAChqAsVKgHaJaafyeGKcRWSb
+TruEmVrtoF3I48capr1Qj3ZAceiOQHtBQ7/MIPXnQ6s80866Yj66XgNGdIGf1C/7nKHbNnDfV2ra
+dZuz0sORvBZieTxNeEVzkiTXAIQGYIRpH02raY9BeymmHdqadlvDtK95ZY3o0kx7Yfd4ug6Re5wm
+vLpD1VeDA/d8VPy69+rsD9DI4wv3afeVFn8sbS7K/UmKRT19XHiWSO3e4tCZ0VUB7b6cXGBZLd9W
+79O+3x2LcplQHi/WnhbZ9Ddl+kZrxU36tKvS3p2SZcqSbgMjuibc43150yyxrwVYcrou9ggI2Cmm
+nYIJHdMex/bYry3hQUN3rorWtN96ZDX1t7oYWB3TTlsBm4B2bZ92HdNexYgumkctyMeQmPatk8Bv
+Phq4+yPiBV/3bfhq//HwuIVfmrw8vJ/IHmneEknu1W19OWmTQcszEtB+lpKFw0mQAOKWY+X7XqE+
+vwJd0PvGteWWk8k6PDgDTJpv29hUTH8C7cbDItJMe3hjMUdh2ofphT6OLXRxaCkHgGr7tBfdLAdA
+TPrEYyNqAAc+NtdEL81N3sUpzOP60e+ggzG2EW7ortibA/ZalGkfFJfHS7JzsQDp2lYBgFsGtJO2
+b2Xl8UwH2jOYdlYBtMd1aXXVGzIijx9WYNptAtpbfgOLNGlVNYYrPTSzByUz1mO/xocW6RYgatpJ
+aUnMtHvKRun0PRk17eQ1dNwsrmkvJ493NYofSwPa1yV5fLWa9lLX6ic6AAAgAElEQVTy+HgdIuvP
+hLRTuxCncg7gAEuHs//drd7yzVf9ARKmXW75pgKy/uR08uQ/wefRVhMiGjO6KoyI56dVXiMVtAdB
+wrKp0RmLJO1c1wVIkqHFCdPegPlSEHCpu4iJ4sOyGLqunSS1BhPfiPmuGjJo1z+LaDTiHk+NoGwm
+GUgWYcnps2SmVe4YZSMIuLZjwEpfn5Q9tTXCfG/6+S4SEw1AL1rTrkui1wWSVMMvABJYM0mu+IFO
+Hh8m7OuSx8fjSDHtFLTf8QGhOItjz1X43QO/gQ/d+lVsooffbDsSaJ8j5Y9ng2mnCcqlXjgve9Rx
+fwdr2mUTOhPPj+aSC35OeU7yb+PzF7ADu0z7IyaCQN3gRZtlshm3Ak9iOR/kS9IxtngblyznyeOr
+92m3JJfhtHS2xTxsbYjEwhYLGfUAVgLY98y2sdDLYT0l0D7CWsFMOQ/0THsWaG91SgBPyrSjZK92
+AtrZFHm83S0I2jXtT2pj2seCFR875Zl2pyfmY7sR0C42HGM40kMzMySmfdKYe3w8Lx1iRGfDC4E9
+YdUBhFIxTU37tD7tZeXxWvd4V8O0T85eTbuu9SQA+CTPvY+dRmYsXwFoEhFJ0C4WkTx+o6Cbbspc
+VLNesmCSMIFtjPEj9vvww/Y/Jf9+EmZMexXp+SQIpHFaKtPuj2TA7s4Ac2L9W3P3JD/PdhyJaXeJ
+EWQTRnRDUvLTdqzp7TqjaJJNyorNgjL+JtzjZdm0JUmmi5huUtBHEx47YUQnufC37MRgjTGGxx1a
+SL3+9Fb9TKvOJb8o064DznXJ42VFRXiN2wWvtW9qRFep5VtU055nRDdQ1vEbfh44/GxsjgNsRl0r
+ei0H6Ah5PPVUWj0LNe20FDG+x7pnYc0JP6tod43mXO49pWxD6x6/C9p343yILKdhixhVhfJ4kXE8
+wsVmCQC2WTdfdt5JM+2F2WFoNsukRtOBj+GmAO06A7Vclh2Qa9rZoFpNOzFu0plpAUC7Ww2072eh
+z0Dh9nkS0y6M6MY8vbDa3bnU33KDqCriBM2oLqadMMGBXdB5n4RLQHs3aKCm3VNAu0GWWZWZ19l3
+WG9EpzDtOjbz9FeVmnYd016XPF6taQ/vH1oCE8eaJ85np1DLN+IuXrKmnRHjNKr0oUZ0F+aB9gvS
+5phSENA+b4dj5BzYLLCJ8QJFHh+t6UzqCCKY9l9z/wS/6P5v2EzMuRN8QQJW0QHEIaNnRpWeup7P
+4ZB2o8x25DXIU0B7exZ48Z8mv/7V3p9Mfg6N6MT1dQKxVmw3ANrp5tfo/o6i2+DGNCvOBfd4ddNc
+FMjFQUEr9Qios5woK3Tt3uJ4+VMvgWvLiZtTDYB2T9unvdjzVZfgGNQ0F+uoaQ9Bu8q0bwKc1+8e
+nzKi2xQO99tkHX/WG4BnvR6wrHQHAUJU9LjoXnQ25PH0XorVLGdjzQGKrztNen5QebzqqRHsMu27
+cT5FlhEdBe0W93NBu92eLdynvYprc6ICUNtkbYkxsk6aIZ4K2mlNO4aF6/ko0y5tcDOY9k6vBGgn
+8viQ0ePVek1HwKNt65l2pyhod3sJSOiwCdoYY1SXJMsTALIKaG/NiMRCL8hvEVgqUvJ4E9BOZeY1
+G9H5NJkUMe0tyrT7etCuMu2xPN7SG9HFoLuUPJ5z2Cy9DtkK0z5CC+tD8bpOq4g8vjrTznSKHwA+
+ud9zmfYnvzL/A4g8PgbtQDHw5AeBBIaT9nlSyzcPa4MJnmX9B77T/kTqGCf4PGbVjZYlznUtTLuv
+MaJT5fEjCtr7wKHrgFf/O/CqT+Cz9mOTf5rryjXtTiDWiqK+BSZBWb4iZohnw4yuqHv8PJHH1+WA
+7VMG1mZouxS0m58HCs47LStJIPoBL9WvvEjoTOjieOHjDuDWX/4mvOjxIqneBNOuS+YWxOxapr0R
+93i7nDw+8L2kfEn8cQJ4o9ral02y3OOxJb4DZdq7i8mPkuKibUtGdJ1AAL+zIY+n91J8j50tefxW
+QQPMJpML8ry0pARbMifHDfgb7WDsgvZHSGS1B7IJILYUI7ojfEU6RmdmCrBzuwnAbkdArghDwzmX
+GK6EaZfqgH1Mtkn9UXsWi0o92eUXTJF6U3l8GSM6SR5P3OM1vaYBoGPSvzv1pjmgHSZBOmyCZayX
+KDWg8nha055eWFu9gqCdMVlZga36atoJGOZ5EuMp0e6LBzDNjNcWpN3bhDuGoF2WmTcF2oNEHk8T
+XpNEfijFqbsN3OM1THuZPu2Zih+ZaR9wwhYz2eRoakg17eGGuohJGedc2/INkOXxCywjY//EHw5B
+Z16QxOGsLeZREVMraR0CE2BbkseP4Q028Cb3z7THOMaX8LhDi/IfSWLCqaOmXbnmluUo8vixPC/j
+9XnPo4ALr5ESGXMd2T3e9sW8bYJdooDB6P7WvHbn5PHic4yY9gZavk2UWmda025aPsU5l54lrmUV
+BoRVgiraUgkthFJpWt/eBGjXGdEVZdp1bvP11bRPYdoNrhFVyUgx2pDKoaqMOT5n7bya9oHwzEBP
+lISmGGTCtIceOeH7VwdngWmfUKb97MrjiyYLmzWiIy3fLKYvz9ll2nfjfAjfD2ARWWRsRGe7pO/w
+FHl8b1buXZkKxiS2fQ5bhRiagMsO91YsS1XMu7yBSCwErVnsm5cl+9OZdrnlW1FpYFGm3XJLtHwD
+gP7e5MdFtlFYHi+5x9sCtI91Ne2dgqAdSBkP1lXTTkE7KjDtnb4YXx/b9bfm8SjT7qDnTn9gqeC3
+1g0oSdLwCAxTpt3lnsxoxpFZ005eQ0pU2swDwEvL47XJQyU5M4AYd8exZSf7aUESAN2olnHsB8YJ
+knAdEnOFEWM3n2UYTsXrwNwB4LlvnP4hFLQTJ+Ii4MknJoYB9dYgyUN/MsGz2ecTM8tVzOEd3rdg
+nffwZ97zcBpzuO6yZfnA5PtatbjHp5l2qYOFN5LZD8UUk56Tua4bPg9iVQH34URJpCZavsnyeHMz
+uSbrNrOicJ/2hlu+2ao83nCtU53JLYvJzuQNg3YT5nBpRqxXpzYbqGmvwT1ed57qYmDrcI93/IH+
+H0brEgCtMubMPu3Y0svjKdOu3k9OO3kO2txLJPdng2mn11Yvj39kGtGp81JrhPlIB+2MsWXG2I8w
+xv6OMXYXY2zAGFtjjP0rY+yHGWPaz2CMPY0x9k+MsdPRe/6TMfZaRvvrpN/zcsbYvzPGNqPP+Ahj
+7FurfodHQkj1rrBCgA3AUph2PqJMuwza5+YVRkYXFLSz7UKbPT9Vo5k2VnLggRNWhrVnsW9eBnaF
+atpL9GlHRss3y03X5QKQ5JyFQhlnFYkvIzXtOqadZpiNoyPXtde1mbIo01723EFORPQxwLDuzbNk
+RFdCHt8g0x7PyxaZky7zJaPJJLaOhz3Go9jkYZJJAsqWJYE5B355ebymDttxZTA8JEx7Ied4QOrT
+3icstil40vUVj8PXPJ585gCvvAl4xn8FfvB9kmFR9hgFWzzDysnjmcZ4MByuOHeeN8bllri2n158
+Pt7kfT++fvTH+BXvB8AY8JRLlXu/7pZvgUHLt5FS006CAsoEaLpp34KinUpMoqw8vsmNaVYU7Sff
+BNMu17QrRnSGSV2JLbPL1UtXic2ROBdZigUK2k9vZTDGFULbp70GI7om3OMXJieAf/gJfNv23yZ/
+M9kLuDzjvI03ZXl8hTHH42ipRnRsS8wzyrR3xVqoTd5o1p2zIo8n91J8b1DSoK7WfiZxLhnR+anu
+FRqmXac2PI+iDqb9uwH8CYCnAPg0gN8C8DcArgHwDgB/xRSahDH2HQA+BuAZAP4OwO8BaAF4O4B3
+6z6EMfY2AO8EsC/6vL8A8BgA72WMvaaG7/GwjoCyMuSy20pNe7AtTN42nSWp9nBxwQS0y0CuOGgn
+DyZNCyOX+WDkprM6s1AfZcv9DPAch+TcXIJp55Rpp/L4DCm3U5JpV2T8hc20iCIgblvVsi3JTCuJ
+5cuLj4+a0bGt2ph2izDYOoMy47AdbEeMrcU4BptrU95QMAhon5Q2oquTaU8zr45tYcLJuOgGhcaR
+zyQ/HkO4cbFUdtuSEw5lGJAgkNU08f3jKKUldI6mjNKmBZkzM5a4Z0xBXXqMFLSnmfZhawnY/zjg
+2W8Ali41GyNdg4iDchE1TZDVxYIy7d4Yl7Fjye/O3keFr4+eAVddOIfFGWXdogkAVn+fdsuyMeJU
+Hj/Sy+OjoP3rk97ipASiU7ZDgEEMJuKYReTxZ4NpL2oI1XFFzefYCyqzsEHAEZOXjGmYdsOadkka
+H7G3Z0sen3Uel4k8vhEjuhqYdh3wb6Km/QX3vRX4/Lvw0tU/wvXWFwCYJVZc4kchRZ3y+KJMe0Re
+cM5TXQTCA2lA+9mQxytdLQCgS3xf6uoSYBJFy3KalMdPcpKGybrySGfaAdwB4NsBXMQ5fxnn/PWc
+81cAuArA/QBeBOC74hczxuYQgm4fwDM55z/MOf9ZAI8F8G8AXswYewn9AMbY0wD8DICvAriWc/5T
+nPNXA3gCgNMA3sYYu6SG7/KwjYDU39I6bCpLtbkHfyCAzfziCgaWYD0OXCAz79ogLNMsGxSqhfQ5
+h8M00nMF6FgTcdPZ3bnimXeyKexjULjdDc/o025n1LSXZtqVcRavaRfXnBF5vATiEMmhSYsl41CM
+BzdqYmssWuvmlGfaAWALAhyNtlZzXlk8goksjzdi4shcbjMP4xofrtyj3QLC621bTALAwXYGaD/2
+RfEjj0G78hrlPizPtKdr2lWDS5+UcDy0XpDJInOmZxPQbnj/hGZ5GsUPIlZdiUlnJfW3qUGY9g7K
+yeN1ygoAYOQ6Bd4YlxDQvnzoaukY112mUdjUbUQXBNKmmbkthWkfK+7xYt3z/CBJtliMGLzRzTMr
+1yHAJMq6x1OmeyeYds8PEibJYmaqAMZYrWy76hwPQK5pN3xOU1AeS653kmnPM6KLY2lGJAYbafnW
+ENNelzyeGg5evioMLr/L/jgAQ9DuZ4P2bk2manFNu75Pe/SLhmnfHvtJAqrjWnDi55Nm3Tk7RnQ6
+efzOq3uA4gofSYVUs3konZep7hXxPHqkg3bO+c2c8/dyzgPl78cA/GH06zPJP70YwB4A7+acf5a8
+fgjgF6Nff1z5mFdF//8fnPMz5D33AvifANoAfqjaN3l4BwWaVOIp17T7sMZCPru4tILenNjU7VlS
+ah91QVjlNsaFNnt+oPZw1hnReXA8scFzuvN41Q2Hk9//r2eKnzODgOEeG2Fz5Gkz25mRWdNeM9Ou
+yOOLt62i8nhqRCcvrEedi6SNunF0ZKa9rs2LTWvaK8jjAWDbEuBoXDNoH4/FpsNjruy2nhWWJd1/
+nlfjA5+nQRxjTLrewfapjPeKuXI0Au2pntTkPmyVlMdn9RZX2yh5VR5NhGnvsRKg3c/ofw4gsNKb
+eK9XArQTpr3DxTwq5FuRJY+nih9/gkvZ0eTXQ1c8RjpEqp4dkNa0+DwU9tMg4flcAu2u28FIqmkf
+ykw7kcdLpmAdco9Rs8GI8Qo32vX6VpSVx3d3WKoqSXlbjrEHRJ117dQoLV47qHu8KdieaJl2jQt0
+Q2GiWFieadaIbqIxnauHaa8nsZWVQIiNK02uEcsB7XW7x6davmEr9ASZDISfi+Um63Kq3VscJNka
+95hfOxs17RS0a9zj62rtZxJFvTSkhGbNigBPksdnMe0NtP/dwWjaiC6ezXQGPTv6//s1r/8YgG0A
+T2OMUV1s3nv+WXnNbmhCklKSTbxDmT+M4EQLqcctLC0sonXlc8J/7C0DF8gsjTaUdktbY1/0R5wS
+6R7OaSM6Bz76EAYmrd4crr98Gb/8bVfjx595GD92gwFob8sMNlBwU8r1oF1tW5VEaaadtKZjw+I9
+7yloj139bTslj3/IPVhufF3ZPf5kHZuXIIBNFAKV5PEABpY4h7WD9pGYh5kGZZoIyGspW185JOZV
+31ucb+W0KYvioQi0pzb+CtNehgFJ+1ZMZ9qLy+MpG0Jr2s3Gm1IDkHs80F3nmb3pv00Lcm+3AjGP
+iiRCMrtYkPXyADuFGRbOsYE1g6U9+xPPj65r47pLNaCdJCniJOpWhU2g5wdSTWm705XKrrgijx+S
+RJtsQkc3z2JNnbPC1/gBL9QL3CTKusdT0FGkc0HZ2CxYVxrHHGGS62XaI4bcpvJ4Q9DukZp2J91O
+bOzVm5hRY7OoEd3WuPZk0UTzHYu6xzdb067/vvHabpKgsbwsIzqZaa+SaPAyatpd5oNNtiVp/Bqb
+xd/f+iAGY182V6NzgKq4IqZ9Y1SzoaxByEx7BNprSnQUDdmIzqDlG722NaujVLWPao7IOT/vQbv5
+6l4wGGMOgB+IfqVg+1HR/+9Q38M59xhj9wB4NIDLANzGGJsBcADAJuf8qPoeAHdG/7/ScFyfy/in
+q0zef75G1gaPuksv8A0g2qdvoIf9i13gaW8CLn8usO9aSRqUGVK7pajWcOxhtjMd1KSY9nicFmX4
+PBm0z8yDMYYfut6wlhTQZ0sHk3RtZ0Zwn4IOsll2M75jWYl3q5oRnUWYOIvK4xWm/VTnULnxpZj2
+GgAoYdmH3EXLMd8o64KWd/gbJyodS43xiPSTt8xb0wWWC0T1fL5XI2iX3OPFvPQIgOe0fm92P7Dx
+oHSIkdXDBsL7PC2Ppz3mvVJALgsQp0G7lYzhV7790cU+RHKPF0DEmGnPUAMAeqbd6huUDalB1iAq
+Ey1yj3Na8kQd30ny8AomTOhOdQ7hIsbw9u99LN71b/fiW67Zh/meZs2queXbJOAS0+W4LcAWmyvu
+jcDIRuodnz6Bl18/wWzHldjf2TYZKzl/Cy0P8SNha+RJ9bBVo6w8viexSc2zXkUlqnFQpn11u1rS
+VerRHi0enRJ92nU17e2C7cSqBDWim82Qx/daNtqOhZEXdqXYGvtG9bymoQPovoY5z4sm5fHTmPZp
+14hzDssf6mnD0QY6EgAtf73jGme1ph0AnMk6MBDHPjbp4SfffQv2zXfwc88TcIAmaOi6s9L2k3Vn
+bTDByjQvpRpDrmkPz9U8uZfvOblzEnC6RpoZ0TUn41e7Vzi2Bdti8AOOgIfz1n2ky+Nz4tcQmtH9
+E+f8A+TvcSFslitU/PcYERR9/W5ogkvtgWhNu7iBFiHYjg3eDVupOS3gym8CZi80+yCyYY6NOkxl
+3ZlGdArD12cCtHf7BuZ4alDQHmVLizjI8wym3c1ihcuCdiITnWGDQj3vAZVpp6BdXljP9C4pN76u
+bDpYS+sbTwCYEdwUmCsaJ0hCwj7xxZxXFg8ZtBdg2i3KtNcorZQSc+Ia024BfEBA+55HQY11dwVx
+5i5lRCdJkielJNOBH8BhJvJ4G9/35EP4/H/7RrzkyQWTSprEIWDOFqdBO/EE0NS0O3OGayMNsgY5
+wbAUo00r0qg8nnpr0HO93gvP4zUH5vHWF389nnVVhkKAfF/hHl/FDEquaYfTRqtN1sTJSOoI8rUt
+C7/8D18Kx5zFtJNrPO+IsdXNapd2j5ekqjvAtEt12C4wGQL3f0ZqS6mLAwsiEX/Pye1KY6BALr6f
+y/Rp19W076QRHU1QZTGHjDFZIl9z27daato1bHddICnIUBaYMu0jL0Anyz1elcfXwbQjvb9zxqtS
+PfsqQpLk6NoQv3vzncnfL99DjDEJcbXcFt9xp+vaKdMeK9Eee2ghuV/ueGgTD6xmKBlqDrmcxKCm
+vUF5PF0bHBYARz6HGVv8bewF+ra351E0AtoZYzciNI67HcD3N/EZZYNz/gTdfwjH+rCNgNY/Unk8
+aQlF+7ivYwb7F0qATWVjDxQ0gNK1fKNmb4xjHiJT1p0tkatppZn2ItJAei6lsWXK48u6xxN5PEbY
+GnmFZHg2TzPttsVSZlob/UvKjY8a0bEtbI/96hvUCQXtrcqgfWPh65KfWye+VOlYakxITTvP8jPQ
+BKeg3a8TtOvnJWXa2VTQLljjFNNO5nEXI6wPJsalL3H41OGetJ5Ur7PHbcx1HSz0zM9rElKJjji/
+poDO56riR5xLrknOdBZKgHbL0ip+ihjzsAwjuixvjcGsoRqJqocS0F5+UzrxubxptltodcR3hz+C
+NxCgfZN38beffwAfvv241NmDmqbRuTjvEtBecy2nLI8v0qddvHZH5PHU8bxlAe98PvCnzwX+5kdy
+33c5aY961/FqrZBUlgsox5Dra9p3zohulcy5BZ0SJYolyUG+3rZvdfRpn2heX1cCyctg/ePyxmnX
+ejD2E8IkFYo8vorUW7jHp4/hjNclefwqF/fCV0+IPSa9R2hZzlJLHLOqSqVo0ASYkMc7eAoxFv3I
+V47vyFiK1rRL7vE1y+PpPfKoT/wU8I5n48/sNwERGTjygvNeHl87aI/ar/02gC8DeBbnXC2ijJnx
+eegj/ntcgFr09buhiwx5vG3rb7J13guZ9qKh1LQD5vXiKQOoeCPKGCakBnKBiZvO7sg9fY0iQx5v
+GtS1mZm4x9cijx8g4MUeYJaGaQfSDKrxZl4NRR4P1LB5oUw7d4vXM6uH2yuMt+bXbqt0rNSxKWgv
+II+nr621pp0m5ghbSuvDGWEW/ujL6fm6RkB7qqZdum/GCLhcS2s0RHLvUEM+R2HafVgySCsSBNC1
+OK1pNxtrllkeIJ/X5OPmLygxSEjnM277VgR0ZiUPs8p0xvOXmB2YXpeIqR9OgmJmnSQ8xT0edgud
+jrhGzB9jsi2EdFsI18vf/8hd0rODSrnpmjrnFC+BMA06Z8rK4wc7LI+/0N4AHoiqAG/7B2D1/sz3
+XXGBeH7e+VC1zaxkAhXXtOvcm6eEDNo1fdobZtrPbFPQnr2uN+kgr7vX6nCPr6vW2c+or4/XzWmJ
+lcHET/ZeAGSz3sm25B8xGFeXx+uYdmu4CpAk9hneT70GUEG7WLMXXXHP7TTTTu8Bmhh71qOEeurD
+t9dbDpgVhY3oGpTH03tk8f6bAABPxG2JinjsBbvu8TQYY68F8LsAvogQsB/TvOwr0f9TNehRHfyl
+CI3r7gYAzvkWgAcA9Blj+zTHuyL6f6pGfjdEZLUHonWqNDbQw97ZEjU6ZMOc1LQXYLi0RnQQfacB
+YBG0PVAZ0E4YwxLyeJ+UGlDQ7rQ04NzpJGxi4SDfrc9CgFikttQi55Kyb/ssue1XqzeHUqEY0QGo
+LpEncs4hWinZdNHo7r8KIx7Oo4Xxsew+5SXCG9NNRwHQblMTrjqZdprwIqCdmKdZQ5Hb/NdTM/CY
+PO5VR4D2lHu8dN+E87Gwcy5dh8jjp6Wpac+qJ50aJHHoEgmm6TrkqYaYJMmpK4Ng/RJGdICs+InM
+4gptYjL6tFP1lPTyJQOTTkBKAMy4Yg6UZYz9gMtGUHYL3XYbAQ+PzbiPYCDm5SYP59kXHljDGcJg
+ZTHts0QeX3fbNwoYCsnjd9qIjnzvvY4ic7/9H9Nv8MLzegUBJHce36xkqOZpatrLtXwjZlI6eXzD
+TPsZAsCXcnxulhUzujpjrGGyCzPtmvPkBbwWpUJ2TXs416eVMISgnZyzGdKBYzKQmfYGjOgAgA1V
+ebx+LymDdr3CZ7XA/rGOoAmwNjlXtOTpE3edNPaRqBJbtKbdxIhO6tNesxFdct9EnglRLDEK2neZ
+dgAAY+znALwdwC0IAXuWNuPm6P/P0/zbMwD0AHySc6ngJe8936K8Zjc0Qd3jKQBGRi3uxJ0VvSmL
+hIZpN5VWplu+UTMtAjyIjB+tepj2IvW5PAO0a5n2Kn3GiTy+F/VyLrIppUy7RbwLDjI5A9srIPuU
+gjDtcyzcKNbKtKM6075vaR53ctKD/tgXKh2PhkdZcts8wUUl1tyrb7PHMuXx4vPskQyOTjDZPfzm
+B6kiQ/mAlsy0A8WSXQAQkMRCIDHtijwedgXQLu45l1N5vGlNe6CsQ8QTQLdelnGPB1JGk0XGGA5G
+n+C0M7w17JUrtH9PBbku/ZaYBBslJfKhPF4G7bNdF2PitWANRCvCzcgIcTgJcOsRMV+zatpnreId
+AkyDsuTF3ON3uuWbGOeypWxKb3uv+Jlz4C//C/BrB4HP/S/sm+8kBmprgwlObJZfv3V92iWmPXZv
+nhK6mvadNKKjiaLFPHl8g23f9Ex7Ufd4ca7pdahjPma6xzNDpn3so8PIXOsJWTcm2yl5fNlkkpfR
+8g2InoXb+Ux7y7Fw0SIp5SGKgHmi8NlxebzGPR4ALl2ZwaUr4b5xMPHx6bund4upGsX7tFPQ3gzT
+rpZDLCNsZT3y/F2mHQAYY/8NofHc5wA8h3N+Muflfw3gJICXMMaeSI7RAfCm6Nc/UN4T93t/A2Ns
+kbznEgCvBjAC8OcVvsLDP6SevuSyWxk3Wbsk+6rpn2tqYuQHXDGpyjeAGqINZMj7c0MD2osw2IEE
+2snn6zb0ZevZAXlTz4qDdrmmXYztk/aTk58/E1xZyG1YCsWIDqiXaa/DiG7/QhdfCi4Rf6gRtAdE
+Ho8CNe30tdzfAXk801/fTXTxIJdB+zEuNk/58vjiZSWA7HgekMePqqjwYctu4UWCrEEOBe2GG4Sx
+Zy6P92HJG84ioatpL820U3PR9Hk7xWcxM2c4zpqZds8P5E2z00K/7Upt39yRYLy2uLh+nyKbTplp
+J6UFtphTdTPtpd3j6cZ0J+TxZJyLTNmUfu2TwGbEodz/7yGI94bAe28EY0yua68gkadALi53sS0m
+3dsmgFsnj9+pPu0TP0gS+BZDbolOk6Bd9x2LYHbOuXSuqbN4HRL5aUz7NNA+VJn2rgzaHdtKEjYB
+L5+oid+nc4/vjE6mjOhUkuCylRlZcUb2czMkWVjGlLVseH6QnH/GRIIsjm+4XKgWvvTgeuPj2czq
+aZ8RHcdOxKcjLyisIMmLONlFvWwAYJnFoH2XaQdj7OUAfgWAD+DjAG5kjL1R+e8H49dzztcBvBKA
+DeAjjLF3MMbeipChfypCUP+X9DM4558E8JsADgP4T8bY2yqZIZAAACAASURBVBlj/xPAZwEsAXgd
+5/zeqt/l4RycrPgm8njWLWnGr2PaDU3e0i3fxDh9DSCm/XyLjzGS7zEPNvxCmz1aS0qZdu257K2k
+/2Yamn7ypZl2ktz4YPsb8X7/SfikfzVuHP9Eob6+UrRmEZ/HPhvCgVddJqjUtFcF7RfMtnEbvzj5
+3X/w1krHo0HbtVkZkmRtUIDv1Siry2Betb3FETLt93nyfX6Mi24MKfd4smHpsXKgPUvxkzKig4V+
+DfJ4OxDz0VSKN/aDhDECIK1DULwLNqz57MTntCDKhV4ijy+w+QvIuadMu2YuPsBXZKY6L0gCgIL2
+smZ0k4CnatpnOw7GFLT7wuk4ZtoBGQxJNe3EEKpPmfba5fEl3ePPojx+AepGnQO3vy/8cS1d365K
+5MsGZYJtS1/6YiLNpn3YdUZ0uh7mdcWqUs9upeRGIpabBO0aIFOEaVdNAWdqliRP7dNuJI+nTDtJ
+Hk/CtYC2CyyrDojPma6mfXZ0PGVE99TL5CS2JI0HpGQhBe11JwvzQq1nV5PrBxbF+nmqgnLGJDjn
+hWvaLYvJvdprlMj7gV5ZEYP28cOAaa+jsWTsYmUDeG3Gaz4K4J3xL5zz9zDGbgDwBgAvAtABcBeA
+nwbwO1yjheGc/wxj7AsImfUfBRAA+DyAX+eca4q2doNGVp92aIyVgLD/eamQ2i2FDzJThmviB4Va
+LY3tmdTfjIKxUHoeZdw6GBdzj/cpGJ4C2pcvKzdGQJL+J/J4w4wu51yuaSfsW+D28KrJTyW/m9Qh
+acOyQgf5qE56DtvVHxIppr1aTbtjWzjWuxLxM9t/8D9REmKlgprIWQVq2qHUtJ/cHNXS4zVLHu9n
+gPYtdPAgl9nXY4R5T7vHi/stbudY1IAny1sj3ae9Hnm84w8ROscyY/A09rLXIVXZs+kslu81SpQ0
+vUQeb7459T198tDRdLE4xpdw0NTYT2LaxZ/Ltn1LtXyzW5jreBLTTuNxl1+Ej9yV9pWdo/PBof4K
+tK1f3fJ46h5vvnJQk7KTG81unAH5uUC7qyRx+/uAJ/6Q3GEiiisuoKC9vIO8r5HHA2HNbXxdRl6Q
+UTksQmLaHY2hXYNMO5XG5znHAzsvjw94aJKZl0iIg0rjXZuh49YrSY6ZXolkAdCO7vPxlMRKyj2e
+1rSPw1K7bsvGejSvBxO/1Dor3OPT835+chwYCEXpGd7Hsy5bxkfvEOWDadAuni006bBRYP9YNcaS
+ND69JtFk0smGQftwEiC+7VuOZUyy9FpOMg9/9+a7YFsMP/7Mw+XNZ6OI52VbSdKssNDodDwaatfA
+8ykqg3bO+RsBvLHE+z4B4PkF3/NOEPC/G+bBM0yLsmraO7MlJZ/amnZzhsvVtXxDBmh3SoJ2IGQN
+I9Dew6iQPB6Bl2hUpsrjly8vP0ZS094vKI8POOCQByqVx6sSsCKyz1R0FxLQPs+2amDaBeM2Qkuq
+1yobWwuPAqLnsHv6jtAMrUxZhRKcJBhYSab9/hNreOKbPoTve/JBvPm7rq00HsYpaM9PeAEhaD9K
+QPqY2zhFttR5THtpeTx5YFKmXTW9uzM4gMeXfYBbdngvRkx0Cx7GcI0z+unkoZiDamu/QUtmZgoF
+ZW0ipn0w8cM+8QYbc+rET6+3DrQ/yJfNkyDkWDPkLYXWSBKez9EiwBp2C/1OqKSB8jWH3MX1V+7T
+gnbJFIxsnnusuG+BacjyePM1Y7HnouNaGE4CbIw8rA8nlTekeUGfC7NcI4m99+MhGPLT9+sVe+tx
+kJ9ojOgAuebWxIxuap/2Bo3oJBO6Ke0mqeR8vWYjMl2fdiBuRzl9bRhLJQaW9Iwf1iCP9zMY7Pi5
+YMK0dzKZ9hC0h/dbtC6WTDRM/AAMAVos/f5F7wQwEPfNGcziusvkfW8atKdNjIGdZdqz6tnjWCEG
+0nUbJKpBu53MlCwf+uOP3Q0g/C6vfW7Kn7xQCONBeV4uRe7x/rBaW8tzIRrp074b517QzTIkpt1C
+oHkIzMyX3IwSBkTI4w1Bu8pwTXFt9hx9iw6jIItvh42KyePJZnkq027q2KyLdnmjKi8I4EC/qVed
+ukvL4wHZjA5bNbvHu0nroCqxuLSCEzxUjjDuAxtHKx8TkE3kdJLkrGCElY8ZgHd/5v7KmymWIY/X
+lZZs8zZ82DhKmPbjWJQc3VOMTg3yeJlpl6/tD/s/j03ewVeCi/An/gvKM+2A4q0Rd7EwX4eyynRU
+ZdKoXTK5CUjy+Hm7uIzfp60n7XzQftpeMTcWJd+3K9W0l9uYTtSWb04bsx3ZiC6OTXTx+IsXUrWR
+++c7uPYiwrWR69uhTPs5Io9njGE/aZn64Oog59XVg9bUzvga0O4NgXs+JpUfAQB8T+nVXlNNexZo
+N1jjdDXtO2VEJzPtU0A7YeKLroPTIqtu37T+V0189GpusyUM3uTvHT8XxlNcy1M17ZIRXSyPr64O
+8AKu7dEOAEvBKfAtwapvWX1cc2BeIjXy5PFt4peykzXtUo92VwPaicrnRMMqn6LS+Dh0RNFvfejO
+yuPxMuXxIdO+C9p347wJJjFc8s3laQTD8wtlQXuaaS+yWXay5PEaGX/gVmHaZSds00U3CDjAxRil
+mnZdqUEVpp18vx4bwULI2piEn9NrWmXaK4H2rtyrvd4+7a1CktSsOLDYxQPUcG3tSOVjAnK7tkKg
+3U6Dds6B+09vZ73F7LgZXgu63uJxL+yv8IPgUdLutuCQ9Jq0e3xaHl+caSc17Qpo+zf2ODxx9Af4
+5vFbMELLyNQmM3TrkKkRnR8orSezE3Net4JnBbm/qROx6QaVJg/ZlJZvW50CveQz5PGma48ans8T
+2SwAwHbRb8s17XFs8Q72znZwcEn2K/mJ51whr1s06Urb+p0j8nggNMGM4+jqMOeV1YPKc7ue6HmP
+BeHngTs/AIwUQD/ZwoGFbgKOT22NSycPpT7tNgXt4ryZAO6xP62mvUnQLs7j0ky+MoIqJ4qU15lE
+Fmg37dU+UZj2bs2O3X4iQ5bXhJhpz1IKxDEYq6CdtnyL5PEEkJaekz6XEguBO4OTPJTE2wjAiBFd
+0FmCa1v41mvDztKPumAWl+/JZtrbEPf0zjLt4lyoBAwALPeba0WoRlETujgqqTtzQsjj5e+9EtW0
+89H5bUIH7IL2R0xQAygoDJevYTwWl/ek/mYUUk17uFiabvZGKsNF5fFWOuvNOiUd7oGUc3MRCT8F
+wxJoZwyeekstV2DaLUsG7hgWYNqze96nQHuVBbQjvA/msYXTNbvHV0ooRLF/oSvJwLH+QOVjAgAk
+0G7e2k/HtAPAPSerGaSwQH+9dUZ0m5FD9xG+F7/eeQ3+2n8G3uy9VHqNmTy+4PXO6mKBcKM5hDCJ
+LNVyMg5pcxWO0dSkLMW0SzXt8jrk90quk4CUBKFMu+k9LnWxIEy720qvla3FQ6m/ZQa5LtS7riyL
+7WUa0emZ9pV+G1fvk9f2Fz/hIvmF5DnTQpPyeHG8ohvN/QtijA80zLTT51d7QoD5179E/HzHvwBD
+AugBYLwNy2LShrvsOZSZdmJEJzHtBvJ4Twac9P9As+7xtDZ9sZA8vql+03L4U8Cw7v2OLRt/1SGP
+F4ymwrQj9BCZZji4PfHRZSby+DDKOt5PNH4ax3haHbXF2+jPhHvCt77oWvzNjz8Vf/fqp6WfQURJ
+6gZi/GVLh8rEaFpNe1/2WghqdGdXg3qwFGPa67BTS0cij1eSSbE8fhe078Z5E5k17dC3hFpYKMkg
+aVq+GTPtOUZ0Oha7O1vaAkpuGcRGxkz7xM/Z0ANppUCvQs0rkJLImz4cfJ/LDthEIt2UPH6ebeHk
+1rh0T1UAqT7tlRIKURxY6OBBTuZzTUw7I/J4t2XOtFOn+RYT1/Nrpyoy7TzDD0Ijj98iDt2/v/pU
+vG7yKtzN98vjTBnRpd3OC7vH+9nr0DR2plAQpr1T0BAzXaZjkx/lc8n6JXu0A5I8ftai8njDDSpx
+j2ekTIdp1sqFCy9O/S0zyNzpOtQ9vizTHsibe7uN2Y4T1rQrMWA9dFs2vvuJAqT//ssenzY4InOx
+RZj2OhmvIOAYEpDZKSCPB2SmvWl5PP3erTHxA7jyeUA7SqyuHwHu+7T8Rg1AKt3aL6i/pj1WAOyU
+ER3tt704kw/aey07+Z6DiW/kjG8aOvd4wNxBfpySxzfDtNPnFwDYjKONyfSWb2M/UWsBiBR70Zzx
+x4Dv1SaPpwCOOW2pJCyO+/jeJAnj2BaecPGSHli6GaD9bNW0a+TxbUeYuPoBx2rNpRs06pTH1+Ff
+lChAlJr2WB6/C9p34/wJiWlXQLtGHm/1qrd86xQ0ohtN/KRlCABpnDrgMTe/mPqbcVB5JcbG7Yzy
+NvSpWLgYUNnKoqH0ajdVLeQx7eoGuEitZiq6ck372AuqPcBU0F4T0y65pNcF2slD22mZM+1WBtN+
+76mKTDsxoqPATSePp221Mo+Xy7SXk8fLTHv2vOtoNiOFIqOm3SShlGdEp4J2Z7aA7FwNoqKZrci0
+W3R9ZAw+l6/dvosKdLGgNe3UiK4sA+t7sFl43jkYYNlRTbvOpyQE49ddtoz3v/bpeN+N34DnP2Zf
++qBE2eLyEgkPgxgSGWrbsYzMAWnsZE07TebapOc9+nuBy24Qv9//KfmNEWiXmPaSLZgkdldyj6eg
+ffr1oeBfMO2kT3uDLd9Ob4n1bHGKezxjTOpoUKdEPqsEoExNe1oeXx1g5rVS62JkaERHQLvbk5RH
+8AbSmMuqAyZ+AJcmFpwWjiFNpHwhuAwLXQOjSJIstAMij99Rpl1el3Sxh3SjabLtWx1GdHHMm5z/
+KTHJcI9fYpshtjjPe7QDu6D9ERNcks7Kl30UaKZBe1pjlozQMO1lpeeSa7MGtHf7FZj2liyPH04C
+I9ndxOewmF7Cn4qFApLUrCAPspkC8ng/B7Sr2XqTFjKZoTDtQMX2NxO5T3vpdnQkQtAumHa+XhNo
+J07MbiHQLh6oFLTXy7QT0K4xSIzl8XmRlseLe6ZT2j0+o/WkEpUSSYCUPJyxw3PsBdywpjav5ZvM
+vrkLFUA7vbeJVNQUeHLJiE4+XzFIBkLTwcP7CxjmSUy7OE7ZjWlAFCm+1QIYS/Vpj8NzRZLyqgvn
+8Oj9Ga1HJZmqWDPqlMfLzvHF56PEtK81XNOefG8Oa0iY9u4SsJSTsInaa/Xa1UGdL/Vpz6hpN+rT
+npbHy0Z0zfW9p0Z00+TxQHMO8lmMunFNO+1178jy+LJO7DSy+mEDYTeeadd5MPHRZySR1epLSWGM
+t9GrYcyhnwZVJLVwykqrSL/AL5WMBTODJAtt0ulmc+w1KkOnMU0eD8gS+ZNVSxZzojTTrnltv4rx
+bBR+BmgHgEVsgp3nPdqBXdB+3sW7//0+PPs3PoLrfvUm/O5N5m6LdEOvMly2oyxWCxfrndBNwk3X
+tBdyj2cZm2UNaGfd+uTxgNk48xzuU1EHaCfJkz4bGCdAQvd4vVw6q16uVBDX17huqMpDghOmfYiW
+tJksG3MdF2stIWP2Tt9f+ZgAYAXie7ba5wDTTgAxrXHWJby2DJj2VEk59YGIJOdrBfu0Q3KPz35I
+F5Uip4KAujlH3K/bBtLf1DpE1ktLWRc7CxoW2DRatOUbAZ6GoIl2BLFyWhie5HM4rBoq5QVZdzt2
+dXk8JiIhESum+m1H36e9ZThOunkOqBFdfaC9rHN8HLSmvUmmfeQJafasNQbzo/PhdMI5NpPjuzAJ
+1xyaHN2sQR5P1Vy0HKtwyzdHZ0RXz/PrgdVBqo/1mQLyeACYI6C9Tgf5LNBryrTT5KRjyfL4svXh
+NLJq2gGgywyY9nGAWZAkdWdOBu2T7VrM87xAaSNst3HaSd8PIdM+/XrTZyDzhgm7zHm9a09eUF8I
+1Z8ojmXiIN9kr3a6VkhGdEdvBd71QuDm/xGeHCV6mvW0ankJ55wkk9LzcpmtJevd+Ry7oP08i82R
+h7tPbOHY+hCnt83BEc+Rx3c7Sj3u3q8rP8CKrZaypOc6thAzFepJFXk8YLYpTbNwTTPtSk274YYq
+5R5Pzl+tLXP6FyY/7mUhw1OFaffHArz4Vitdy1oy7MWD4peajOgsAppa7ekgOHkfAe0tsqF4cHVg
+JB/NCkaOxaYkvNZ5D1+3L9/IMU8e34uY9vWhZ7yRBABOk4c57fyqg3axps074jqZbKzGKd8KUi/u
+yBu7mcV65PFd0rPYJLEQBFwqecoD7afZQrHzSdbdjk2Y9pKgnZPkVgzaZ1p6IzpmqvAiSRnbp0x7
+fSxsFed4QGbaj60NC90nRYImmw+0SXKgG5WP5YH2iGmfoUx7DUZ0dgV5vK6mvW4juk9+9SSe/pab
+8dQ33yS1uTtTwIgOUB3k6wNtNAFAZcemTLun1LR3a275llXTDoTPhmnXyBsN0I7eGzA33DcSQIzJ
+QFqzyiQaOOeYKO7xsF2su/L94HELt/FDWDBi2mliYSCxwztV124ij1+ZJQ7yTcrjJaadrJE3/Xfg
+7g8DH3srcMf7U+/TKZeqGiTSe6Njpa/FMluHvSuP342dDqnfZpENCpWlKkCz11FYwkqgXd9qyUQ6
+FIJ2vcRXBzxQxQRKcY8HzGrScns4q7H36tLDS6Ilu8dvGtbN5dW018q0k2uwJzL7qCIT9MZk0+mY
+s9fTYn75AMY8vFbu6EyyWa0SNqmlbRdg2qFp+QYAAQeOnCnPyFkZ7vHcTm8+T/AFfOPV+YAzJY+n
+c5HRHrUFrndgxrRXNqUhY11yCRNryLQ7Gd4ajKiSTvM+5mbk1mSFggDUGS7mY5nkoc58Lo5Bq6AZ
+JkmmUMViWXk899JMu2UxcE1HEKdrCNoJ0255OyGPLy7d7Lg2liK21gt4Y4wXnS/7JdAeqaBmcq5/
+VNMuM+0117QXdY/XtHyr24jux971OQQ8/Kyf/etbk7/Tlm/TatqBZuTxQcAl0L5EpM6+oRGddA4b
+lMfrZMgm8ng2El0MvNZs6P2jgPZexZr2GMRJ7vFOG+utC6XX3cEPYoSWWU013ZNMtiV2eafq2scm
+8njCtDfZ9i1THn/XB8XPH3tb6n06eXzVZBJNGnY1yaRlrMPyqu/7znbsgvbzLGg2q4gch2f0cAaQ
+BsR76mXaAXOGK5PF1jLtFdotUXk8zOXxaZMq5Vze8HPh/y+8Frjym8uPLw7iHt9nQ+MNVZGa9krR
+F8BvT8S0V5EJ+hJoN3dknxYHV/pyq5ca2HaHi+9ZGrQrD5evVZDIW4TFpvJ4XcLrBOZx9b457JvP
+HnfaPZ4w7QS0F7nexjXtVbsGkLXhAku0wDJah3JavnlcjOskn6+mCCCdJfq+2MSa1BTn1t0r4fcK
+dgIhSYo2YdpLyz89yrSLe5pr7m+3l1HDnn5h8iPzhslcHXmBxDJWiaryeGBn2r7RzicXOOQz4tKl
+XKY9kse3qzOxnklNu6GnRBxN9Wmnhq6xl4jnB8laxpiZMdYccWqsy4huY+Qhxh/9tiPNPdOprRrR
+1S2Pz5Mhd9lwKmi3xmJN9ltRok4C7VvS9y4zJ+MkkqQGsFsYdmWy50tB2FnDjGmXEwt9orQwNQmu
+GtPc4wFgRapp3ykjuuhe8JQkwdFbknUmDh3TPpj4lToP0TnfzWDad0H7bux49ErKnLivZ44ApDd8
+e68qMzRxrGgz7jLhBm/EHqny+EZBO3HCZhXk8eq5fNYvADfeArzyw/nSedNoETYOA2P5p+dzOExf
+0z6uk2kn12AJ67AQVNq8UHk8c80l59Pi4qUejlLX2LXqde0SaO8WGCuZy65i5HPvyfIPFUkeT0G7
+5t45yeex0HNxzYFskJQSx0g17eI6FUrSSDXtOe7xGQyCcWgUIICZOinPPf6MLebQvVxmbArHjADT
+PU+Yh5m0ppt4AWyWs6aTKOxwT9aKDjlsaSbJF5s46q/A7HTCqD9n6FNCksNhbWn1lmVqDCbi+2Ym
+kY7fDvzr24Ez92r/eScc5Olza69N1g8TefwkHBP1DinNtNM+7cQLQdenfeT5mbJdCspbCdMujldr
+eRf5PLqOzXXcdI9uTVB5fF017bTt3HzXhU3WnzIt39Lu8XXWtGcY0U25RvZ4I/k5aEVlWor0vFsx
+0TBJHO5l0O60ZXXUUYTJLTOmvQ3amm6+TTw/dohpl43oskA7rWlvkmnX9GlX91aBB9z+T9KfdMol
+zs08L7KCMu0dHdPO1uF4uzXtu7HDMVOydUdATapUMBkoD5uVK0uNLTw4K13XPsqpaR8H8pi50ynv
+cA9onbBNNiuTFAun2cwtXQrk1JgWCslhOmTaTUoNUjXtkjy+xk2P00oYQ5txLGOt0uaFT8TGlvYz
+rxqHlnt4kFPQXo1pn/gBXALaWwXc4ynTrm56qjHt1E2cbEA0oP0EX8BCz8XBxWx59xlVVkfvGVIa
+sFrAjI5n9JJXo3LLNwJUliFAuynTboPcY2QdOta+DL/jvRAf8x+Dt3svrjbG7iLiDWDHW4cTzQWT
+muIi3hoHLzlcbFyUaSeXoSyYo10WqDcJc9Py+AP79psdVNngz9TQskyNlHv8Q18Gbvk/QNzr9yvv
+B/74BuBDbwT+4kVyW9UoaF370dVmHOQpWFi2Sc1mDNp7efL4tBFdefd4Ko8XE0fu0+7jzNYYT3vz
+zbjuzTfh5tsfSg+JAs4IrLdId4Q6atqlz4vAHTWhWzIwoQNkI7r1QT3zjq6nCz1XKjUw9UXwpBID
+RR4/qT7OPKa9x6bL452JAO1oR6C9RVnsbWnMwypMu1TT3sJMy8YR0k3m4/61AIAFAw+DUMYv7uml
+lvieZ6OmPdOIrr9TRnTiO/fjxN/q19Iv/M+/lH7N6sZRpXRDrmnXGNFhHc4u074bOx1lM6a58vjT
+d8u/V2U4NW3fNkyc2XM2okMuj5nN7K3WA72VlsebGMmMUkx7w7dQWzaiA4Btg6xz2j1ebC7q3vRQ
+ifxetlZp8xKQlm9Wq0K9sBIXL8/IoL2iPH4w8eESppMVkfIT4KJueu6vUtNOALFFzdM0Ne0nMY/5
+rovvf+rFibT4mx8tM7KpjRdhGVxMEhVNeaa9Qfd4AtoXuWCxzaXn+tIS22L4Te978AOT1+M2fnG1
+MVq2AFYAFhACKBOmPVeVBODUlS8BAAzdBRz4hu8vPq4oXOZL0vMyawcLKNMu5qKalBuihZmrnmN2
+UNsVyQXuY7ZFZPw1bZ7pBnKZbQLveA7wnlcB//IG4M4PAu9+KRDX05+6C7jrQ6lj7IQ8nm6cly0C
+2mN5vNMG2hmKmsSIrrpSgQLFLHn8yAvw1g98Bae2xpj4HK9452dTx5n4afDfZJ/2+PPOKGDZJCTQ
+XpM8fpWsp4u9lnQujVu+5cnja2HaIxZbw2jGfdrzpM4uBe2daG5S6fm4unt8TE7INe0t9FoO/uvk
+R/Hl4GL8sfcCfIaHylKjPu2AtD9ecMWxC3m7VAijmvY+NaLb4Zr21fvSL7zno9KzP0u5VKV0g64/
+Ha17/Dpcfxe078YOh/xwLVLTnmHwBkjyRbqJLB1apt10I6of56UXKLLJfgVpPKBIfQvUtJsw7XWG
+5B4fbvpMxhky7fpz+frnC8+C131TBVVFHJIUebXa5oWYStlufUZ0F851cJyJ7PrktObBUiAGYz+V
+wTcOyYhOvi+qqBRoW0fJmExt6QjgBJ/HQreFS1dm8Dvf9zj84NMuwS++4Grc+OzLAQCzbQfPv1Zp
+Z6aYBXXL9GqXmHb58UMlfU89XNA8TQ0yJ+cDAdpNui+MPVWlIu7x737iRZiN1uDXPveKamMEJBZ0
+iYV1nkaJhRRol9f05e/+LeBFf4rOq24O2ykVCZrw4UHpZ04SpMaRmiIyR04O3zr/bKBIG0+yeV5u
+ietqkvQwCbqBfPT4lsS0DZ97J/Ch/1ueywDw2T9PHeOCObGGndhohvGiYGEeRKnTJR4eMxm+BokR
+HfHKqcE93sl0jw/wlWPryAsVcAL1G9HRiMdNu54smbCuAOaIU2Mj8viSTHvT8nhfx2JH0cMInOeP
+teWL5JLV1cnjt2uQx2sk/HYLM20bnwyuwfPHb8avei9L/sk0UUOfgTJoPzfl8Y26x+vMOs9omHZ/
+LMnmZzKMPSuBdlI60mbp44SgvbnWmzsVNWl4d2OnomzGlJMsF8ur1VquYSNKHeTZBODA5sjMmT1L
+Hj+j1gxXafcGZLR8MxjjtJr2uoOC9ji5MJoAyAe0afd4Mc5nXrkHb3nRY7C6PcEPPPWS6mNUzOi+
+VmXzQpymnQJt1KaFbTGM+wcQ5T0wOnWfrku0cWyPfawoGXzzwchGdHtn2zgebeirZOvtDCM6phjR
+rfMuuN1JJOjfeu1+fOu1oSz5xudcgesOL+PyvX2572oy4G4iqe1ijE30ihnR5TDt73j5E/Ezf3UL
+Du/p46VPrtgukTDts/6Z5GdT6XlWh4jZjoubXncD7jq+iadcWjGxAIRg6tSdAMJNBbhZgnOU43AP
+ILxOjykp36fH4j5m206yId0YemYyUno4wrTTuT9jy9fixJUvLTZOpwNELXzmyea5Lqadghva+g4A
+8NAX0m+48wPA2hFg/qLkT3tmxbPw+EYz8nhqgDUPwmD2KGjfA5z+avrNNRrRTagRHa1pJ/uNsRdM
+Pb7cp13T8q0GIzrXZhKjD8ig3XSON+EeL8njuy5OkmSPaecXNfHRrdg+TY3cmvZonzL2AzywOsAf
+fvRuPOqCPl523cXJdWx7m0lpuNXVMO2TgdTLu8xzMWHaJSO6dibLO9spwbSTdqI7Jo+fTAftcx0H
+LdvC2A+wNfYxGPvVzV01sSXJ42OmXQPagXD9WboUQHb5WyV5PGXaWXq+LGEdrr8zaogmYxe0n2ch
+Ge4UmeCctgfKWZwuub7MsOTQMO1GDNfEh83IQ0kyolMeojUy7bE83iRTOvED2GwHmfa2hmk3OJeh
+e7yeiWOM4XufVEMP+TgoaMcqvlCFLSZMu9uqD7QDh2Bu/AAAIABJREFUQHv+wgS0B5snKh1re+wp
+Gfyy8ngPFy/3EtBexcxGdo8ntcNKQuEEX8B8z033YQfg2BaedjjHbbzVAyLCscNGAC/GMAXEENNS
+7p3HHlzATT/zTONj5QZh2vveGQAcADOUnvuZRnQAsHe2g72zNalACNO+GAGuchL+GtcheqwgCHsR
+R7YAZTamzM9g2hVPkv3XPL3YgcnmedH1AYTjbkIeP88z2OFDTw2fTfd8NHzGfu6dwLN/MflnOk+O
+N8S00zVjNiDjpKq5aUx7DUZ0flbLN6VP+7T2XdNavtVhROdYFia+PI6ja+LZk9dVg4Ysj69n3tHa
++sVeSzL1M2XaZTM/JgHSOpILue7x0X5q7AX41X+6DR/4Uuhb8JefPYLfe+njcHhPH91gM75d4cTq
+GleuaacJrxMl2OJ4HrWVPu06lneu40hlCLlB9rdzzgSxYHnnjOhIn/aMMjLGGJb7rWROn9wc4eBS
+feWGcWj7tFOmfemwSBae+ipw+XMBaExuo6jGtIuDtjWgfYWtI/CbUx3sVOzK48+z6JY0oqM17epm
+Gd/5R2Ft9vxB4Ok/U3mMlGmPWWyTjZQnsXCWXLOuSvorM+3l5PGF+rTXES255RtgNk5Plcfr3Pfr
+ColpX6u0KWBkUXU79T5k5lYOJD/bg5OVjjUYefKDobQ83sPle8U1riKxo+7xFmXalbHF9eylQpvs
+Mr/ePjW9rMusURetPhDJr51ghH6UrTFh2ic+VxJzDY5TkseHoN28lCgjwVk1FKadzpUyEuAspv22
+hRtwmvcRcIZXjF+Hq/cbtnuLg5h0LjriM+oyoqMbyLkgA7Rf9izgiT8kfv/UHwJbp5Jf984R4NEU
+aCdzuudT0G4gj49q2ns1GNF5mUZ0pKZ9Mp1p17V8o2x9HZ4stEY+jmNrQjp7oSlorxkMA2kjujLu
+8bKTvyUrAoZepdZa9PhtTU17L/LeGfsB7jouZPC3HV3Hq//35zHxA8xwUVtsxW0eFXn8XlJacnx9
+VHjM8blS+7TrTNBMr3d4QPEMnLXFXN45IzrCtOeoZheJWqSIWWyR2JzGtB9+tvj5lFD6PHr/HPZr
+znkVpp0mtNoaBcgc28ZssJb6+/kWu6D9PIu2YyUZwYnPp7p0xsEDyrQri9bXvwT46duBG/+jmiN7
+HFqm3aRenDAyKhhOMe31yeO7sVmekXRWrXfdOSO6+GFoci79lBFdg8BDkcdXYRxsAtpbNcrjAWBp
+r3Cm7ozPABX61Q9GRLIIu9g8IHO5Y/n4qecKX4HNsVl3AF1k9Wm3XBmgn+BVQHv6vqFyvWkhM+0N
+zknGJDXOStT2zdw9focScwRMLUVMu8kYJzlmeZVDYtpl0F5m82cF+uTWHcM53DD6LTxh9Ae4OXh8
+cfNBmvCwRC23iRLJJCh47WeC9mcCV32b6Lgy3gA+/rbkn2fbTiJh3R77jWzsaRK345Oa9g5JgmS1
+fYuYdloKU/b8Zda0O3JN+zQ2TVfT7jp1y+PT63UZpr0JeTxNjC30WqD5hbI17S1HmNH5Aa88D/P7
+tAumXV0v7jy+ie2xjzkmQDvTGdFNBui3ncRrYeQFhQ1uhXs8VcS5UilIHLTLw9Qgz8BZW3y/nerT
+LhnRUZm5sp+Z64rvWZdJIg3OuUTG9VpOWG6zFakYLRe45BvEG07dlfzo2hbe85rr8Yf/5fG4/nKx
+jldh2um60dbMSwDJcz2v3ey5Hrug/TwLxli5unbqHq9juGYvqI+NJQZiMRtpBDQnlGlXQbsytio9
+2gGJpUlavhky7VntoBoJyrQn8ngDpt1TSg2adLmfpe7xq9gceaXbytkBAe3dmZxXFo+DexawzsON
+gQ0fGK5OeUd2DAZi0+GzgvcNmctPOtjH3rlOsjnhPATuZcKWmHbaD1uW7p/gC+ZOuWq44prEm7Mi
+vVV9f8o6VGcQNc5KpO82Z7F3qASmR0B7ZERXaox1rkMppl0A7bVBcSdi2vKNlmq85EkHsYEezmAO
+L3tKiXIdUrMdnzvATE1hEoOxOL89T7NWtGaBA08IFSPP+WXx98+8A1gNTZcYYxLbfny9/rp2miR1
+KWinCfhevjy+V1LBR4Oyu7SmPQXai9S0a5j2OuTxOtB+jIB2U+Z1tiMDo6oMNiDL4xdSfdpN5fHi
+da3oWlRNvtHwdD3Qo+gRebwKFv2A4+TmCLMgLt4ZLd8A2cjxoYKeEGOde7ytZ9rLgvYZW1yrsyKP
+j++tD/8q8GuHgI/+evJvVRVS08cRJDL3VpQYkpzj5y+S20crnhp7Zzt43jX7sDQj1se6mPaWRh5P
+w8MuaN+NHQy5rt1soaDu8Sl5fN2haflmJOn2yGumgfYamfbYOGXDwIhuoppUNX0uyWYrZgs3DbKm
+Adko+7CrtcebFkpNO1Be5m0TKW1HNR+sGBfMdXCCE/Zpq3xd+/a2kFIWB+0CuPTscC71yeav7MPf
+or4VpK+xpbjHn6yJaY9LX4qAdmpEZ9kN3ztkjVgp4szeJIutBmGLl4u6x7OmmHbK3viSq3KZzZ/N
+CdAnoP36wyv4hedfhVc+/VL83LdcVXycRP69wIUBW2017SSJ3PU0sspLny5KPK56AXDRk8Kf/XFo
+ShdF03Xt1EDV9UjLNwrap8jj+7W0fBPrAGXaW0qf9mnAkwJO0addNrOrO0aeL4H2ffNmz56OayfA
+aeLzWkze6ujTrlMr1Anicvu0k64iqtkfECZHKNOedLdQWr4BipHjerF7J2HalTK2nqam/UBZ0E6O
+fVbk8Y4NjDaAj74lVPl8+E1Ja7UmSjdobE6rZ1+8ODKei+bv6n1SJ5E4ukQtUFdNO52XHOm974Sf
+v9D3/B35IzjKZMUl0N70Zpm6xyct30xAO1lYVDCsmufV6B7fLZBY2FHpLBCySVESZI4NMIttMzOt
+sVgc/Zx+2LWE1PIt3NyWkmNxDodT0F5vTftyv4VTIO2vNo+XPtb2kIB2q5ibNr0/4naL1CiodMIj
+g2m3VCM6zOPQcslzS5NdiJn2sl0smmba0/J4k41V+h5v8DE5ozOi86eWSKS6WDRV0x54tcrjqb+C
+ZTH86DMO4w0vuFraYBoHSXhQo7i6Wr5R8NqZnEm/4JoXiZ8ZAw6THvPrDyY/7uk3W9cez2mGAPYk
+g2nPlMeHr+9VbesHhWnPqGlXS6daGsZbL48XG+86mHb1GMfXR4m8ue1YWDRt/wVVIl8duKXk8US1
+UKZPu6MB7VVBXJ57fKzAykpQHV0bykx7R1fTHj5fJaa9oEolTiK1aALWaUntDePYv1Ckpp3sHZnY
+r+xUn/aUe/zx2+QXbB4D0DzTru3Rfvpu8YKFi8NzFXfT4AFw5t7UcWgSpZp7PFHocPF9Aw1WmPBd
+pn03djB6bQrazSa51MO5cdCermk3qfeh0tnUJrRB9/hEHm9kUrXDTDtjwJwwUNvHThmBuiFhX4Km
+EwudhcQ9vc+G6GFYbvPiT2BFpQdjbmOmXcCR3SCWZlo4xQVor+IgPyTyeJ7XjUEXVDWSgHbx4Cr7
+8Kc17dSITgXtJ/k8rt5XsHd3HK20PL4I8yUbYu58MslkU5Bq+daoPF4AzxVLsMXTGIdRkxJ+el14
+UJlpl0C7U+M9Tc4ddU2va/NME+LtEZHHf/Obge95lwzaAWD2QvHzxkPJj5I8vgnQHj0PehiBxaVb
+7ow8J6YZ0SktwUwZXRr0PdTojdbdPrQmA6+xH6Q+S6rHtnRGdNUl6OqaRQ3T9s13tJ01skJ2kK8+
+9yR5fIppN1trZQd+jTy+AogLAo64CkAnQ46TuVkJqmNrA7083tXJ48vfOxOdGsBuSQmqOPYbKisA
+JAangNg7AmfLPd76/9l78zhJrvJK9NzIyK2y9qU39aZutaRWa5eQBAKEWG1WG4wH8wwGgxeMPTbG
+YD9mmBk/Y/s9D/Nss8zYBgNeB+PBYMxiVjOAhCS0S42EWr3vXV1rZmVmZEbEnT9iud+NLSMiMyK7
+ob7fTz9lZWVmRUfGcs93zncOcPZx+QV2w3DQx6W3Ak3o9v+TeMGGq6z/z+wWz5G5dqcqA4ojlK4/
+pJlkjm3xv3ZdHr9eeRbtTMWWspnBLFwmRd3jWXz3eBm0ey6spuf9lcnUmwfAagLYYLbEDKjQYxmo
+dXrlI2dRJPd3Czsfa192O+JmkrnpBmM+M7pUnV0S96ahFDh71k+V1QJWFXHctJfPpP6sdltsq5nE
+OR6QG1D2GIPEtKdkuijTXiCgvVD0R77tTQvaA+TxSZgvyYhuCDPtcZqcXS+LneX5Q8ZfZhiRePdQ
+UPnn7nMyoksjjycjL974wb6KgPZxLuTrg2KzhSEbh6oRpv2mNwFXvco/ciSB9tPuww0ZZ7U7i2fH
+8wSA31C2hxGdorC+59plpj14pv1MAFvqjYCTmHabYS8ozN3dhslTNRVoedVBB86Jcy+RkzisuDCn
++mU0TZNLnzFRLUr7Mu6lVs66t/Z/v803p+j3XAlwj3ci3yKZdkaO1UAjOuu4pKMlaZl2eaY9eF2R
+dqbduQcCORrRSZ4PBeDsfvkFKycAyMflIBQg3qLYo1ZWgTOPAye+Zz2hFEVTc5qAds9cOwBUKWjv
+g2nvSvJ4IsMf3+p77fpM+3rlWrU0N1fKwmXNcAUw7XEki2bUTLvXNKzfGW3G5Ng3dNDRzZ5SX78s
+NYdTSALti7EUAVpXXLTMrOXxgMRqbmPz6Tq7EmgPdnntt1olMQfbXjkb8cro0og8PlHcm/f1DtNe
+pkx78hss59wjj6dMu8xutsoz2DqV0i9Ainyzvq8k7vES0541aA9wj48D2q3GXP6Rb5OoAzZT2uzR
+jM20eRgV+ZZGHs/Jd54R014zBOg6m3D2Nayce2sNbShO46E4Ihtm0SKNSzTEtUXKm86AaXeuF6Ms
+ArTT+Dda3SYc2lSOfUu+eKYscJh7fFB5/5YekNPOGBtY7Jtpch9bLzPtya6Ng5Sd19u6y2KPlVUU
+C0pKpj27mfZe0VqOR1Ao074cxrT75fGySiUZaO8Gusf7QTtj6SPfypww7Vr/UXpxSpLHFxU/aLeZ
+9okBNWnCijaWR0oF4IGPi1/ufYW4/85cJp6ff9L3OZKxdl9MOznmibqCTV7ie+06aF+vXEti2mO7
+x1/4M+2R8vhWeqfv0Cr6ZU69lAu557QDPqY9DqjTyUw7z1rCD0gSqN9VP4Hm6mLyzyCgvY1SJqC9
+UxHMZrcf0K6RBURS9jADebzJIQFNRv5GwXO+z23amkj+KVWAF0QSpp0Tpr2g5si0u6A9npomN3l8
+acRdBBahYyxmQoRPDZCpER11j09+bKoS054NaK92xf1hUGy2c8+aIgoI+jd9NbZZPK4LFQ9lCwcN
+2q1Gs3UcTCrk3+0F7WENMm4CurVNo2TsLo2pFgXbYTPtTr1SuRtvK3wONbR8THtQTjswOAf5oPce
+IKA9MdM+QBkylcY7oCuNe3zQPhyUezzNii8HyuOt4zDsWF9aWYbKrM/osLK4fwbK4+Ws9jTbWaRq
+ALUsGTkDwMaxSmCaQGiRdCRFb7mgk/N0za6kJee0M+Ds9+UXrJ4E4DGiy0AeT9f008Uu8OinxC9v
+frN4vGGvePzoPwLnD0ifUxkQaKfXHzrTrkysM+3rNeSSI9/iMu3iRM+c4SIzPw5ojxPDQx3PfSZV
+O28XjwPkLqmKMCZOd7jXXJJ/sZzDye+ZaY/TAKFMO8+DaX/Wv0dXsRbku5XTuP6R303+Gbq4KWu8
+KBxJB1hmVSy6eR/u8R1NsFpsIPL4/ph23fQ6not95zULumJLBPDoVVSdwhz3+AQ32lyZ9nTyeJ+a
+JnOzSdFIcgBir3PcL48f4K08gmlfThH5ViBMOysOUh4v2GNVW3TFV+cbnb6YWKecBu40KGgPYawB
+W4Jub0TzvOuU3I8Ddq+i4HquRD7bC9oB4MY32i/cK2e4u7FvhGlP4SBPAWUU03678hg+UPoQfrv4
+SfyC+gXfQj0o8g2Qs9r7cZAPSrvwzrQnKQqO+o1So+MnU3azLI17vB40095n880pSvaXIuTx843g
+Y32NNPTbBRLrWvK7x9PRkqSRb2E57SOedUUiEzogME/eqTwc5On9tto6A2ieZAsbtOdpRHeNvh/Q
+bF+R6d3AzueIF+58DrD5euuxoQGf+/fSQTQoeTy9/hSJobEyGQDa193j1yvPqiWMZ+GcS0Z0XuZt
+4EWZdnthHyunnVyMmHehvOtO4Jm/av3/Z//XYLbTI48HenckO7oJheUknXWKMu2IJ4/vdqkTfw7b
+uOlqfH3Pe90fd537qnvjjV2Eae+g6OuID6IYyZRXmudTf063I7Y1seQ3SB5PFn5pDG20CEm3MbsX
+R00LwH7GuD29CR3gOWesfZDMiI4y7Rl7a9T8cYma7je+8lZX16Ew6zUcLPsRGOIgPwM7q73XTHuW
+sXTSTLuJyT7l8QXCehQyYtpZcxGzA3RpN0wR30Uz4COZ9oIqz46vWekUFHiEAZm0Ra8VM0XSUAkC
+7S//E+AtXwV+4RtAaVQ837Ec5GmTNG6ULC0jdKZdvpd/uPgB9/FvqP/kW6gHmagBXjO6fkC7f81E
+G6VJ5fEzo+J6vtBI3tSitewxoQPkfanHNOHrLY9Pv50S0x4gj3c8gs6Tc3ALaYQYLQEytQI5DgPl
+8XSmXUskP++67vHUiK7sSyygTbVYRbdTb0lxrXk4yNOm08iSX24eaESXSeSbOI8u7xCJ/p4XyeOr
+BRV45QdFM/jY3cATn3N/LZOQgwLt5N+7PtO+XsOupIYxusklVoblmtNuM+0dI/KCa5oc4LQj6lmE
+Mga85PeBN35Wltv0U5LUN56DfNfg+bJwQDojOsq05wHaAZzd8Qqc4VMAYMmLmwuJ3m905Jl22oEd
+VKljgn0ttdODdp3I45Viwk69JI+3zo/Rcn83fq3rlXSLzysWVbyy8z68qfMu/E73F3DVln5Au18e
+nySnnTLthayvQ5VJt0FSY5o7AhN1zeScR4/pZFEECDoAsRFjTCez65An8k2W/+qJTcBUKlUcpBFd
+eUwc5901bCM4NalplbfoMbJJJTFqUaAdCHSQnxktw8Fdi2udgeaM10lKyIxKmfaAc1wpANtukUYy
+ALhMe63P2DcK5iSwLTHtHJNM7M8mL0tMOzWZY0wGrDT2jWa5J61e+z8p0z5IzwLK1Dsge1A57ZMe
+5rWjm6lmsA3J8Cv4XjWCtrQvaMToOJln76jkpA04JkfLquvh1NHNRIZqDojzGtF5R8OmRhJekzxM
+O20WnlhqBbwheX3h0dN4+98/iAeO+qMm6fFbWnjC93us+Jn2OCbLSYuqZ3c2HxO/2Har/8WbrwVu
+e5v4+fFPuw+rA3KPp5Fv9J6DdXn8eg27ZNB+gbkhAxLTPmLPPOkmj1zceyWpPqY9i5KkvvHk8ZlG
+LYUVkcdvYototHt3yWWmPZ8L1ES1iEUSqYaETLbWFou5LitBUfo0GwyoyqRg2iudFHP3dpU6YoaW
+jSRMMqBMuz0S0K88XtMN2ZiMgHYOYAWj+KZ5AzSUcNmGUf8HxK0+It8455IhZuYz7YxJKRPOYjGq
+m2+YHArP+TpE5PHTMeXxmm6ikJXiR4p8M1BQmHR8JmFtOOdQSTO2UBwg086YBKJ3jYjrYv+gXRwj
+GyXQHhKd5lSAg3xBYZiuiX/3+QGy7fR+NVWImGn3FmULHaY9jVcOKZlpJ7PoBLRfxY5K73mKXyKd
+j16wSQFWUZppT7+473W9SjrTLnkW9PndUqbdAZNpcto7PSLf7np6ATf+3lfx43/6bZ+nQK+i2xAk
+jweAMbSkufod0+K+Mc4EaO8Wyb2IJPrA7LoNbSmrPYFEXjDtdKbdD9CpYVusIqQUui3pfkrHLNJW
+vd3F2//+QXzh0dN4/Ufu8f2erqPV89/3/R6NM4ChS2MbWcjjG3ZjU4WOzQ3CtG+/LfgNN7xBPH76
+a64Ss5KBPF4l8njUZtGBuLZpXIV5EUPfi3fLf1Tr0U/h1Y+9DV8q/TZ+rvDlmKCdZ2daFFTkolYr
+iAtm1Lb65b05g3abhaPMRVD5ctpZDqdQeRTcBh9lpqOs9QabBmHakTRHPGWNV1UscnITXkvGtFNH
+dl0ZICNHamxyFh1uHVsVs+nK8JJWRRcSP3U04Yy4Vx7Ped+Rb1YzKRi0b52qYrpm/c1nXzYr3SQT
+V4A6JS7T7mvM5XFcktndcZvhi7oO5ZrR7hRl2hFzpj1TIzo58g1IHxelm1zKch6oER0g7bvtVbGg
+79dBXpoVL5CFeC+mXXKQp2Z02TjIUxn7RJQRnbdI800w7UQen+Ia1JWM6EAeMxc43qk8LL2njK7E
+roXNs3t/7vTBtEddr0oFBdOUeeUcuPuDwP/8GeD0I4HvmRtgpB+daXfOuVTu8bp/P1LQDljH+JNn
+6vj0gycSbWMo014Q+0GKdAOwY1astahzvF4kx6kn0ceNfRtP5wnhHI+SEV2A/0xypp02vBq4bE6s
+eQ6c7R+0n14hikNPopFuiPGugsKgLB3xfwA3gcYZVIqK+913dDNxc6ZXOdeIq9hRFE37e5nYDoz7
+c9EBABuuBGYvtx53m8APvgicP4BqUZzXg8hpV0DWQkwBFBXLTKwDFtCH0vACqHXQfrFV/TS2LH0P
+e5Xj2MbOxbq56nkvRAloH1HE9kVtq6YbKNNsxUEv7oIqQOrbi2m3ZKlkwZATi00lPlP6uRhzuRGm
+fhnVeKWIRXpBTCiPb7cEo2UoCSXnMWt2tIwFEBOmteQSecPkqBpizlWtJQTtSoE0ezhgGn27x2vd
+8KZXWS3g7956K97z0ivx/tdel/izpaLnjO1XYZhckqaFVabmaWFFQbu9WIya18017s2pWpA8Ps51
+iDZpBmlERz7LVkakzWrXDe6Tpw60CIi+pCzAQN9MOxlPmGEUtEcY0QHhDvJSdNUAmXayneNJQLtH
+4gt4UmlSNQ7FtlQ8c+zOXPvzCw9Jz4+i7WHag+fZAZmx78s9PgK0b56syAqvxz8NfOU/WgDjX98T
++J6s5fEFlpxpp6MKqiOPD2GUTy0na1xLOeEUtBMPkVHIfjZhTLtR8hynQXPtKbPa9ZCZdgC4hOSy
+3767h3rGW9S3ojGPPRsJ0z7fP2j3ss0nieReco5XFekaI8U6rp4CYwzj1XQKqTjl+GndrDwlntwe
+II2ntfcV4vGn3wJ86GbsuP/33af6Ae1hHgZgDMtMKO4W+DpoX688iyxSplg9HdOeteSzGALaeyyW
+pfiQYkgW7iArQB7fi+XMfdTA+TPSXPtCz0W9QeTxLKeZ9olqUb4gJpTHdwnTbgx6cW/XzGhZ3kbb
+LCpJrXV0TELcnJWkoB3wse1bT34R71I/iWmsppbHF1i4MdnezeP4xefuTiz99FVRLL5GmGiyxVlE
+R6kBMqsApj1Kgudj2vNQ0lB5fEymPdvItwCmvZrOebprmrJZ1cBBu1ioblIpaB8c0z4dN/INAIjR
+JV1Q07nXQcrj6XHixAUCiMG0U6fuACO6FO7xbSk/Wr4vllQFo2jiBva09HyNtUKZdjWCae/PiC78
+vZfOEgVCc9ECFk4d/Y5snW7XLDGiO9/oWP48KYt6KTg+J3TUIO5Me5A8nqq5aG0aT3ZPoNdPSXpO
+zo1RL9M+E8y08/KE9DoZtDuxb+kc5J0GR4nec2w/mQ+9/gbcftkM3v1jV+CarRNBbw8vyiTXT0ny
++ANn631ntXvv/0cXxf6ix261wIEGia295EbxOIfYN+caeSMF7UHz7LT2vtL31PhTwli6H3m8894y
+Be32OMRqgYL2hN/3BVbroP1iK9JNm0IjlhGdf4GX8ddOmPYKAeJRC9GObqIiMe3ZMK1Slfzy+J5M
++zDks4A0174lRuybTuTxuTHt1SKWOFksJmTaOxq5mReyUVrMjJY8oD05015v65ii7Ft1KvmGUPBy
+4j7s+Ldfw9vVz+Hd6idTxcZEuccPtMiiqsYE+Igz156peVpYBTDtkfL4YXhWSEZ0FkCMY0Sn5mFE
+Z8/307lPOnfbq3xMe4byeCpj71emTO+rk0gC2gnTThbUEmgfpDyeXCtqEmjvwSYVg+TxJPIthXs8
+ld96TUTLqoLL2Qk3lcGpGtrS+6Lk8XSmvRtzJCeooq5VEmj/ynv9L1g57nuqrBZcVtwwuZS1nrRa
+pPFRtb2L1BQz7XT/OPvN602R9DOdot9XMYRplxpIALZMVm2ZP8cmJsb7xiY8yhU6tmHPPMvnTvx9
+G8i82tefG7ZP4e/eeht+5XmXxf48t6rTYuSwvYJNVdNtsKy29b59Dbzg+jgB7fTY3ag2hEfMyAww
+dal4k21GNy6ZDw7WjM5ZK9+gkEZcL9C++Tpgaqf0VKG9hHGbBOmHaXfeK3/fFo6oF9bl8es1rPIs
+8OIYxvjnsPMzoqtK8vhohksC7UkdudMUWdhMwGIberGcQwEegCSP3xyHaSeZ95nnYds1US1iEQS0
+JwTEOsk+zwq0T42UcJ7I4/V6cqa90dYxRRfy1R6S2aCiDvJPfN59+Cxlf0qm3cNiZ3VcEnXKCMTi
+JM5cux8Q53BcVokRHUsB2vM4v2vJjej88vhsmfa0mb+6YXrk8QP2MSD3w0mIkZV+5fH0+jrOY0a+
+AcCo34gO8LKxg5THi+0c4USSnIZpl4zo+gPtlaJ/ablHOel7rsx0tNviu4qSx9Ocdm3AkW9O7XJA
+++Ih4JG/979gPiBiCx6JfB/fL2UaHe+RQp/u8XSsIEgiTxUScYpeP6VoLaIY8s60T6wdwR+U/wp3
+l38Nb1K/4j4/PTMnvS5IHp9WpeLE4w38+qMoUnOO1c9gNzWj63Ou3Tsed2zBOq//+rtHcNsfft19
+/hJFmOFibDMwIYidPGLfrGsPx0YQh/u5K6LfxBjwqg/LOe4AdjBrHdYX025ffyTFrr2OXCsIYmV+
+nWlfr1yLyuNRTxX5ludMOwXiyZj2ZFmpqYr8TzNQAAAgAElEQVRIKx3mtOcsqY9pz+kUIgv7STR6
+AjtDmmnPRmrurbKqoK6IC6K2mgwQ6zTXPSOlRUFhWFXFOdQ58XDEq4Or3u5iglFH6TSgnXwnh/7N
+fbhdmQdrLyWW2Gldr3t8Rud4gDoFiMm0+xQ/eTPtjhFd+LljjRLlLOGX5PF2TntiI7rsIt8ApM5q
+73qM6LKcaR8zKWjvDxhTYDJmkMVxInm8YNopqDvfZ5Y3LXqcVDm5JiWaaQ+KfEu+eKYsWbUkH4/j
+lSIuZ8GGZ4YmGqBBUWVOlXJh2m3w9d0PuyoTqc4FuHVjcEaDQWoFtc+cdvp+rxmd92/GKfE981gz
+7TMVE4W/fjl+mv8rtjDZRLe608PMBhyXs2PpQHvXHmWQHO4HRQZ4UiL2UIl8nw7y3rXdMZtp/9Ov
+HZCe36yQfTm2WVJjwjaok2PfBgva6+0uRtGC6qSYFEfiKal2Pht40+eBK17mPrWDWdfKVjc6Gjqq
+2oHyeGt7nhwRowN3m/tSff6FUuug/WIrD9CMG/kW1H3KrMiJS0+gKFVARzdRYTkz7YQhnbRBey8w
+PKyZdu/8fa9FvUmypvNi2hljmJoVHei1pWSg3dTEotOk8s0B1xNVcQEvPflZwEjGKtU1L9OeRh5P
+Fk8L8pzn5fxIsuxzBEURZvSdl8TiZATU5bb3dUjrmh6TmHzd4yfiuMcPRR4vrkNCHt878q2UFYNN
+F16GdU1Ob0TnZdoHfO8h1/BKZ9kFKCutbl9uyc71tYQuRg07KYIpydzj1+bdawtlC/uVz9KiYxQV
+MwHTTsGR3SytlehMexqmXZw3XiO6Z1w6hT0hoN1siWtpJ0DW7VSJ5LQ7Hhpxrjveirq27pqrWQqx
+h/5WPHnVq8Tjc72Z9iQO594KanwU0rjHS4oFwrRX/U2zdsJ96LChRW9zk8Rr0pn2Hy89Io2KLPFR
+fNp4Dt43935g603yh1N5vGY14dKqVIKZ9gE1DcfJGMyqDNr7jX3zMuLHFptY03QsrMnNvl0VsgYZ
+3wxsuEr8fPDrQGsJ42QcYtCxbw1NdxWqAJKvg6aFnH9XQawVkyo/nHKZ9iDQXrsVP629Fz+tvRff
+Mq9N9fkXSq2D9outKhPgtjnSOGtCa/e+iHUNLrFikjQuiyIsaeliYdptENbLubvjy0fOCbRLYElL
+ZESnqPlEvgHA9u3b3cdmYz7Re7lGbnYZGhEen7gJZ7m1wFBb54HD30z0/npbd5s8AFKC9nDwso8d
+SSyRt2bac2CIaU472mBwFs9xmHbDdZwHIM/VZlUBM+3RRnQGFHp+52FEV5l0m39jrIUSuj2bsR3d
+dM0zAQx2X5JrDTrWcd5P5Fs5J3k8ay1IjGc/EnmHad7IPGxWrwZooUiUE9w1uszKiI6qRkpGAqa9
+5Gc0RwjTnsZXo9X1S7ud+k8v34dbRsXCnOYk847YbolpV6ON6N75qUdw9X/+Mv7iWwcTbWcY014p
+KpYp2wMfB3T72Nl8HXDLL4kXhTDtcwNqytBrUxDTbsRkIcPk8UFMu5YQJAXODhfK0jFHZ9pfxr/t
+Pv6o/uO4WfsfeGf3bTC33+7/cOoJYc9lz42mU6kEuscH5LSnqjFqRndaNqM7Vw94Q/xaDWDaT6/I
+4wYv2bcRL9tJt2czsHEfsMkGpHobeOQfZKZ9wKC93tZlxSFp2sSq6V3uw90F0dRJO9fu+EGUApo0
+5VIB9/G9uI/vBcAC3n3x1Dpov9hKKbiZ3QBQ7C5HvNgq3TBl0F7MGBAT0F7kBLRHyFI1w0SFXlxz
+ZtrjyuO7XmOlnDLQ6SJrhEWDds45uCn2ZSEnph0Arrh0p/u42Ol9bNLiRB7PytkBuumxEXzOeJZ4
+4tFPJXr/WrOFcZtJMKEkv1kBkR3/q5XDiWPfNN3wjG1k9J0rhcC59jigXdNzvg4ByXPadZ5/5Jui
++BqIcWbaZQ+QAe5LyQzK2mcThKFbTiCPz96IjoymNBexYZzGQ6UHTw4Y3gIC2qn8NKok6azlIC+x
+hRkZ0RV1Ctp7mC3RRqPNgtJ88oWEEn7T5BIYLnsBd3cVlZa9MC+UsDpBZl87VB5PMsC9M+0EtD99
+roFPP3gCXYPjD74YzH6HVRg7v3OmZsW9Hf+eePKWXwI27BU/n3/K9XmgNajYt2CmnY4FJAftdL/R
+hACnkqoVnOunDwwT0D5qg/YJNPCM7v3u839rvBAGrG2gUWluTW4Tj5ePAQCmayU4qXdLzU6seFHA
+Gs2xtjMDpt0jj6eg/eD8WsAb4pe3Yd/sGHjs5Ir7862XTuPP33Az5jiZJR/bbM2L3/xm8dwDH5eY
+dm8zoJ/q6CY03ZRBezU9aHfk8UB60N6OMKIrF354oO4Pz7/kR6gYYRcq3eWeMyBdg2MkK1YmqCTQ
+nsA9ng2PaXcivOLkI1fpYjlr1YJTNGoL7UiXe003USbNEpYHOLLr2suF5GnMrKPejM92KV1xA2Cl
+7I7R2VoJnzWeLZ544l9ccBKnumtiId9Wx9L5GkQwjlenYdp9Oe0Zgk3y3dRsiXxc9/jMgGZYBbrH
+R1yHjJwUC94akc3oejcPM2yABIJ2yrQnc3DOdCSCytWbi3I8VB9Mu7P/tzBipknMQCOLLuhtQDw1
+UnJlzqttPZWsO2o7AQ5VAu0BgIjWDHHNPm/Nym6cSBetBcgS67KqyFnngAV23b+9B0aJmEERhVXU
+TDtl3ml2ddIKazC6sWQrRMa/Ya+1TnDGHvS2Oy9Ma2CgPYBpr5bEvzuulD3M0C+o4ZZUjizAkWfs
+hTLtdlP7ZYV7odqvOzFyFY5wwaRfHgjad4jHKxZoVwsKpuyGEufA4lq8649umGAwpQSjgY3njMtM
++5bJqttYON/Q+ookDJo9v/eQWHNscTLm66f823PNa4VSav5J7G4/7r4kiRdJr3KuO+MYDNO+DSIe
+s5XCBBMQx6U0CmwrK0qeJuLFTLYPBLQzxn6KMfZBxti3GWOrjDHOGPvbHu95FmPsi4yxRcZYizH2
+KGPsNxgLHxJmjP0cY+w+xliDMbbCGPsmY+zlg/g3XExFQfuEWe+ZkWwt8HIEmoRNUbm4gUW6x+sm
+ynm7xwdFLcWIfKtIi+WcQHuJgvZopr3dNWTpbF6NBQBjI1XUmXXTUBjHowcOx34vI6C9UOmx6Oyj
+rtoyjv18B5427Rtdtwkcuyf2+42GiLLT1JROpAHgxbTvJLvYaTQbK77fR5XW1d04JQ6WrUEikU/X
+mLW4j+seL0u6czguK4JRjOsen+sokVOSg/xqLCM6edRggNspzZX2L48vMpqTnF3kG5oL2DAm7hv9
+gCfnGNnMSGzlREymPcBBXlEYpmvpmeywcu6pZXShOOqqQrm3omFmj3h8/gDAOWZqZbexsNxM5gnQ
+Dogqk+rcE+LxhivBSVOBNms7MY3ovE3NJOZVYdeqjY5KY5WAdqdRQ9l2+m+xKxOm3QHtZNQgjocR
+EL4fgwBvUu8Hp+lZ8oIjiWlvgsHE/1X4mvvcgY0/Ln3OZRsCRjgmxXidw7QDslIl7vhB1+BuU9na
+4NHB3RdpY271NIoFBTM16xjgvL8RmCCV3T2HxHVoy6RznIp0Cnd7ymPA1a9xn961KEYTBmlE56yT
+J/th2ie2ukrVGb7keuS0Oiln2gMVIDbT7gHtE5X8RkYHXYNa2f1HAL8K4HoA/lwPTzHGXgXgWwCe
+C+AzAD4EoATgjwF8MuQ97wfwCQCbAXwEwN8CuAbAvzDGfrXvf8HFVJQhZnU0ezi96qaJKr145ci0
+qyYF7dFMu7RYzoNpr0zAabmNsyYKMCIZTs65DTxyZgsB2bW7hxFdu+tp0uTVWLBLK4nj88mD8UF7
+QRfsSaHXTGYf9aKrNqGgKLiLuogevzf2+3lTdL275RTSeMAPXi57IU4XdwKwmh3s7OP+90SU3hXn
+t5m1OWKAGV0cpl3zqlRyZ9p7y+N9Dc68zh1yTZ+BFeVpRsQ7ZSuP98y0cy4x7UuJ5PFeI7oBu8eX
+auJc0lvYPCL2WT+zxU5T9BIJtG8LebWnQhzks5hrd+4Do1JGe4yG5+gGoGyfG5060DiLgsKk+eEk
+hmrSPLsacP2Z/4F4PHeldIwVCGiX88VlOozOyZ9akZUASYw7w65VG8bKgFYH2nbDtFAWCpi5aNBO
+m0XnEqoUaAXJ46skii9uJJYeAtp/+Y7dvtcmdo/vBM0Ol6Vr7Shr4eXKPdinHLWeUKu4f/RO6XOC
+5uvDQXvyufauYfpB+6BKmmm3GG9Z5dMPaPev7Y4siNHBzRMO005BO9mey1/iPpxbEKMegzSiq2vW
+Z02AePskZdqVAjAllBXUQT5NBRrR2fcb7799ZnTAzeMca1Cg/R0ALgcwDuBtUS9kjI3DAt0GgOdx
+zt/COX8XLMD/XQA/xRh7nec9zwLwTgAHAVzLOX8H5/ztAG4CsAjg/YyxnQP6t1z45XEb7pWp6pfH
+Zz3TXoYDhgtm141QimS4hjHTrhSk7uAkGugYZqh0UbcX0dVhMO1FWZJcjwDtra4xnG20SxkV7Nfp
+0z17eG6phrgxqdXsmPbpWgnP2j2DB0wyV5kAtKMlQLueFrRvv008vunNwGv+EqdGLnef+tJXv4w/
++tf4s5pGRyzadSXjc4eAglE4THvvG62vMZcL0x7kHt+jeZjntdIpIo+fslU/zYjFiwXaM9pOtSTA
+NTcAXXPlqQCw3OzEZja7Bs/GCMopxiS2/ZKyuIb0x7Rbx4jEtMeeaSdmWhlntTvNBerW3dOEDrD2
+22yQRJ54AiQAn+2IuDcAwDwBunNXglHQrlMjumDXcwCYIUqFw+dlh+64DDSAUGXiZRtGXfMzAJbk
+2GFmaf40lfrbNQim3QjxBRgpUaa9t3TYMDmcfp/CZPf5O6/cgN968eW4cpM4RpLK41tdaxt8Lt3k
+uJtGHb+lEq+Y296G6hRhp8OqtkFce1pLVhMFHtAec//qBk9+XsQtr28F50Kpgf5Gc3ox4lsmK1aG
+fdv2DFKKsuJo+zPhrL/HFh9HzW7oZcG0yzPtKQx5iUR++4BAu9RMsglE2vgC5HPqYquBgHbO+b9x
+zg/weHfynwIwB+CTnHPXoYJz3obF2AN+4P/L9v9/n3PhvsA5PwLgwwDKAN6MH5XyZLX36r7mLo9n
+zAeGgeh58aHMtAOBsW9hEnnnhpo7Wwh4XLt7Me1G/jJkUuronPuYNc9HvFKuoiFusKVqdkw7ALzs
+ms243xQgGSfujx39VmgLgz1eSXGjAoA73wO8/h+Bt98HvOJPgOokFscFm3M1O4z//s2DOL7YjPgQ
+UVwTr9MLGYN2OqrBEsy0G95YxzyYdmHIZc20857y+Nzn7gGfPB6IViaZegclW3bOmZINg+1UZw3V
+UsGV6XYNHttdXDe90XQD3k5Auh9uUsUi8lwfoN2JUtuSSh5PmHYSdSW5YNcHI493jmWZaY957ZQk
+8hYQ3UjA55mV+MCDrkG8UlQAclTahr1QyPiTqpNrlxkuj6fjBV6gGQfMOkXd0h2298pNY3jh3o3B
+0ngAmCX7akHOywaAyWrRdXlfbeup4ga9Ge3MHpJOKo+P8gUoKAy/+vw9eN9PXC3+bsrIN995TY67
+7co8dihWWgCvTAK3/zp+9rYd7nf4odffEPzhiiIrWpaPA0inUtFNM7kCJW6VR4XZo9EZqJ9GLz+b
+LZNVD8u+SZb9j0wDG63vl3EDNyvWuT1Qpt0B7ehDHg9IoH2nDdrTxE0CJKc9YKb9VddvcRtYf/OW
+W1J9/oVSwzCie779/38N+N23ADQBPIsxRvULUe/5kuc1P/zlcT2Pyj8HrI6jzHDlELVEGwsOcxTl
+Hq8bnsVyDkw7EBL7FrydXcOEApp5z6RRgExLLbtRf2Wmo9UKvym0uobr6g0gP+Bhl0IASElbinil
+XCWTgPaR7Jh2AHjxvk04q8zhFLe//04DOLc/1ntV+m8aSQnalQJw+YslBufKG4U53tXKEQDA6ZgL
+Z94VC18j64ZXiTLt1ncWe6Y9b6ZdLbsNQJWZGIHWI/LNlPLnc7lWAtL1cgYWaI8ExgbdxhG4LkiD
+qoDYNwqaltbiLQB1X558FqBdnINzBcHA9sW0u0Z0aeTxfvd4AJilbOwAmHbOuauyG5MYxR7O8e4G
+EaZ94WkAwKaJdGwhVdr4mPb2ijDNKpSAqUtRqIptLBKFVVRO+8xo+LGTBCR3DPHad774cnz73Xfi
+87/2bKgFRTaho6BdanA8bQ0uk1IUJgHLNMceZRgpE0gfx/l3UiVBKcQ1m44aJGXag93jy6HNInbr
+LwHVSUyOlPCd374T977nBXj5tVsCXwsgUCI/O0b8IGIa0XWyZNoBj6LmlDQikRa0c857gvbNE1XP
+PPtm/4t2iji9WxVL5XJuVUvk/RBVzr2pr8g3AJgSxsWOPD4uUeGt0ChCALftmsFXf/MOfPUdz8Vz
+9swFvf2iqWGAdmeV6tMYcc51AIcBqAB2AQBjrAbgEgANzvlp73sAOG3PywN+5yvG2ANB/wG4MuG/
+Y3jlMVBr9uhM6V3NNQMyUBi8g29QSWoAh2lPwHANgWnvFfsWCDoGvVgOK8ZgqALkdNqN0Je2u4Ys
+nc3RiA4A1DFxUax044P2MgHtlZGYC8+UNV0rYe/mMTxA2fZj8STy5a4wiVOoLK3P2nGVkMzvYSdQ
+RgdLzXgLFN4V+87MnGknM+22oiPeTPuQmkmeufZmt5c8fghMe0CTM4xx4JxDlUB7BtsY4CBPQfti
+zONS63Rcg0QDitWsGnQF7DugfyO6UTRd80KoFVmCGlVhoH3A8vhmx3Cx43SBfF5ccDJLrn2OPH6c
+zmYnmGkn5lG+mXY6zz6zByioKFTENpaNYHl8SZXvrbMRc6hJ5PGUaS8VFGybHrEAOyDL4yloD/AA
+8BYdLTiTArTRZiIF1dVSMqZdJ/tQLQSvTypFsfTXks60O+CIeZpxpVEE2nLPiaX1SEmVjrHAoqB9
+JYBpj3lcrmm6O75lbfCgQbt8nssNr3Tnd7NjwLBnG8qqgmu3yka3tVLBinHzMu3e2ikIgNtVC7Rr
+ujmQZiEAdzyzb6adnGObmDV2ePh8usi8QNBOSLXdc6PYNZctGZRHDQO0O0dhmD2y87xzBCR9/Q9/
+edjhXhdyTuKsukolH6BZlefugd6zpLJ0Nn+m3ZHHh3U6Oz6TqnwZbE6YSVOLBu0jQ5THl8YFaN9i
+nobejOeEXubiBluuZQvaAWCsXJRB+/F4DvIVAtoLo4MD7SiPuVFMKjNxBTuO5ZjgCAS086zVH+Ug
+pj0GA9TV5fidvFQqZDExzpqRxp1DS4egTLuTZBEC2nWTS9uYSaRjAGifkpj2eMdls0UUICyjZjHZ
+d2OmAO0La1rsTGdvNTQdm5knoz3ufZPK49fOubneacy0ooo2dWaKKUB7kDyeAKok8vjImXZq3GYr
+i4pk/IkqrKKk3bRp5K20M+3lomcJvEpn2sk4RIgHAK2tk+I8PLGUnC0MMqEDgJFiMiO6qH3oVFlN
+xt5L2xnGtDMWrPKIq1BxSspqt4zs6GhJXOBpgfYMmXYa+7Z8bCDyeLr2HK8WccM2GdZsnqxaYxPE
+pE/aDqe2P8t9uA+HXPXYiT6iEmkFzrSnYdrJtm9iFsFzKAVoN03uKkbKWXqoXAD1I5fTzjm/Keg/
+APFdn4ZdErPQ6D2TRKSznaxNqpwKZI7Ct1MzvJFv+S+WpxG9WLYaC8MDw/TvGVr4hW3Y7vFUHv+a
+wreh/OnVwNnvR7+JcynhoJYDaB+tqPJc+5G73AV2VFWNVfdxaWyAoB0ANl/nPrxaORKYqxtYlGnP
+XB5P4wfjz7SbxCyvq5SzjaWj5WXao9zjh+FwD0gz7c6YTtj1suPbxgzObwm02/J4EvsWV6KqaeJ6
+aSjZg3a1veiCuySZzt5qdnRcImW0x5xnBywA4zStuQmsWZ+Thi2MKnqfmlYJSIgLTqZ3wWVGl48B
+3XZq4CG5x3uBMGXa7eg0lcjjK7zlJiXQ64iqxAftScyrZKbd02CwmV0AMtMOBDY5aG2dIqB9MTk4
+CspoBzxMe9foKXGOGjFwijL5SZz3gRDDL2fsJejYS3LuAHJWuyOPT9Hwamg6aiyjmXYAmCZO/Hd/
+EBur4ntJkrxAi8a9jVVU3LBdHr9zM9pPPiCenAsQCddmXCWNCgO7mDWeMijQ7mxn30y7BNqtUaQ0
+TDs9hmsFci3IixjIsYYB2h2aKizg2HnecXtK+vof/vIY0fWaSeIdAdq7hbzknlQNYC36ekW+VUJk
+LZkWcbyccpn2YKDUNfhQmfYg9iuoWp3husdTAAIAirYK7P9M9HuMDlRYx7HGVYyMZP/9j5ZVPMF3
+YIHbC43GGeDoXb3fZwrQXhmfjXhlitp0rfvwanY4drwWI3F5mR+XKXPaTdI81JUczx2Pg3yk4scY
+vnt8LyM6/5hOFky7f6Y9DdPe1kgzKQemHc0FObYsBTjWdANdg3uc47eGvyGoJOmsJWUddOQbbepM
+pZHHFytEisyBxUOpHbDb3WBpNwCfczwAKJ4ECgcI0nEgbyRYpVjAWFl2gXYqbhQa4GHavaZ5YfJ4
+INADgJYE2lOAo6CMdgAoqYprcmeYPNT93inKtJeCTAEhN1YSM+2BMmT72PYee4oqK0/ilDTTbsvj
+x5KPlmTOtN/4BnFvWTqMSx/7gPurNOMRgOzwPlYp4obtHqZ9vGJ1I48RVSBNoqFF9qPDYqdRgARV
+4Ex7Gvf42px1jACYZg2U0cF8XQtdg4eV5AehZOyhMuQaBmh32q6+GXTGmArgUgA6gEMAwDlfg5X9
+PsoYC3BcgNP+9Lc+f1jLIz3vddFl0mJ5CAZvNtPe6op5HW8NzbWZyuNjMO3VIc6K04UOj2LadY97
+fM7biUtuQgue44zKuQJKawog3EJZku9lVbVyAQYK+LxBbnqP/kPke7qGiXEuJLjlsQGDdsK071OO
+xJbHKzqVx2f8fVPQnoBppw73mZvl0ZKY9mYkK9fRTXnuvpSXEZ3c5GQww69DhnfuPmum3Z5pH0k+
+095pi8WrmdUCygva+zR8awY6xycE7QEO8mmAR1TR42NSSQlOZggQXTrsAe3xjava5Pz3gXbqHO+w
+gpIvhgDttMmyYdw/wz4dYkaXaKadKBMlUMt5uDwe8DDtfnn8JQS0n1zuD7RXPCMGlG1vd3qBdjLT
+roTNtJPPS8q0B7l0F0JA+9iW5D4Wknu8tW6YqYljYXGt4yozompNMzDKMsppB6zG3Ivf5/5YfeDP
+sEGx1jErrW6qBIFVKo+vqNg+LV/b27oBLB4CnFSeygQwewUCixjUbXRB++Dk8QwmxinTXgnjVSNK
+KQCjosHpbOeR88maCxJoL9DIt4s3jz2shgHav2H//8cCfvdcACMA7uac07ta1Ht+3POaH/6qToLb
+srZx1oSmRXf1JNCeG9MuFlLU0TeM5fJHvuXFtPuN6KJm2oc5K66UxUK6aLaljjoti2kfoiJgZBr/
+96Y/w8d0crr2AO3tBgHtLJ/vvmazNp81hGkLvv85oBt+PjXaunucAAAboBEdAAm0X8mOYXUt3k2W
+gvZMZpxpldMx7SDbaGRtlkeLgnbWRNfgoU0Ga6Z9COeOWnbnQVVmYhzNSKY9s4x2p4Lc40eTM+0a
+Be1KVqBdXMPRXMAGCtpTyFQbgc7xCSW+krO0ZUY3PVJyx+KXmukW9bTovXSGWv7UErgjj5PtbJzF
+eEV1WdhW13ANp3pVO0Ta7XOOdyKevEx7JwC0j/kX3DMhEvkk8vigLHQAQHMB0O3jtTwhxUUCkI37
+AmLftk6J9UAaRlPeh/LSXMpqjzDSBOLNtKsKg4PnDZOHriWCKjgP2/5evPssabMLsCPMbJVF8zzQ
+aaKkKq7ywjB5T4PWjm6iY3gj3zIYubvhDcCGfQCseLVn1IRBYRqJvDTTXimCMYZRoi65esuEzLJv
+uzV8zEwC7ZY/x8Dk8bbJX8E2GUVpNL3BNZXIw9rOQ+fDPZuCShotYeugfdD1vwCcB/A6xtjNzpOM
+sQoAp231Pzzv+TP7//+BMTZF3rMTwNsBaAA+ntH2XnilFNBSyQWoFe3Qzci8a26gnYDhWYWC9pA5
+zWEtlpMY0eWxWI4oRpoEUVnt2jCitTzVGduOvzJeLJ7oAdpbhGlvs3z262jJuhk+xC/DUtleXGir
+wFNByZJW1ds6JkFuKGkkYVE1Mo12zbqJlZmOcv1orLcpRo7KCsLCOkx7LNDepaB9WEy7xQyEyWkt
+9/ghnTuSGd1qj/M742tlL6Y9JmjvEh+DzFJLJKZ9sX+m3T42HG8BAEBtQ7IPGSNMuw3a1YKCS2fE
+fn3gaPxkjaCiTPsUnQ5MAtrpv6sxD8YYNlG2PaYZXTtspj3AOR6AR63Tct9/jsiKaYSW+xEhDvKt
+JDnteoh8XJpnD2jSUA+ApaO+5u4lxIju1HI7FhtMS458k8cAkmS1S6A9RB7PGPPEvsVvejh/v0YB
+sRON6WXakza7AIt9peZqtvpBTl+Ivv44185MZ9oBy3yPxLbuqYh1zNl6con8akueaQeAv/y5mzFW
+UXHZhlG87pZtwHGScrPt1vAPIw25jfb1YVDy+Hq7iwlCXqQyoXOKbGdaB3nJCFMhx3JhHbQHFmPs
+Jxhjn2CMfQLA79hPP9N5jjH2fue1nPNVAL8AoADgm4yxjzLG/gjAwwCeCQvUSxpVzvndAP5/ALsB
+PMoY+2PG2IcB3A9gGsBvcc6PDOLfcrGUVhQLUaW1GPFKQNGpLDV/I7ppcnJHmrxhyEy7K48Pm2kf
+rnu8FyyFNRdaHWN4wMOuiWoRp/kMTG4vcuqnACN8TklbEwvkTk5M+2jFWRgxPDz1IvGLp78a+p5G
+s+E6oOsoZCKfNkfIQroVz6pDNcTipFDKcaY9gXs8bR7yvNIhAGlB4UR4hbFVfpO3HM9xcs2cRCM0
+ItO6DmV8fktMu989Pi5o73TIdma1gB+NbKoAACAASURBVKrKTLsE2lPMtDfcBT9ZdHsZxF5FJJ9o
+iNi3Z+8R4zTfPnAe/RSdaZ8wKdOeoMEQIOPf4JHIx6mweWzMU2k8kfGGyOPne8jjw5j2RO7xEtNO
+tjVqnh0I9ACgVSurmLLNGjtG8nitVoQvQLUU30Feis0LiXzz/o24We2GKVRKk3SeecRuXvtAewqm
+3fu+lRMAIJ3X53oAYuccHstypt0p0mDYXhTnYRoHea97PADcumsGD773RfjKbzwXY5WiDNrD5tkB
+iWl3wPDJpdZAstobmt6/CZ1TZAxlEKC9Qmfa143oQut6AD9n//cS+7ld5Lmfoi/mnH8WwB0AvgXg
+NQB+DUAXwG8CeB0POKo45+8E8GYAZwD8IoA3AtgP4BWc8w8N6N9x0ZRWEgxfoR3dsVckWWr+ruyT
+hLEIi1vqdI3hxEEFuNw3Ipj2oTLYBCBWmYa1EHah1fXmYecP2serRXRQxDkniZGb8rygp7Q2Ae05
+HaM1Ijs7VCSznWvhi+lmXYDoFhvJJD5RqYqGnNmOF5dXILndLHOmncrj4+e00+uQOTSm3QLtYc7s
+fkCc43YS1cYka0Qb0WWdJT+gnHZ9GEw7YeTSgHZHdi4t+JPOw4ZktT9nj2DBv31gPvG20aLHx5hB
+mfYEPhujhJVfOwcAEtMe11CLgj4JcNJ5dts5HoBPHt/sGOjopptKwFgwQJ8JmWlP5B4fxrTb/35r
+o0LM0xx5PyAz83b1I5EPc48HPPL4JEx7iDweACpqcjM6up9nlAATMq8E3esLELcCQPumBM0kZ21U
+Q4Yz7U4R0H6JIgi0JJGJTknu8WR9UiwoUBRmqWqdRpiiAltuDP8wAtq3FCyMoOnmQOImG229/7g3
+p8h2bk4J2qWmoUT+rRvRBRbn/L9wzlnEfzsD3nMX5/ylnPMpznmVc34N5/yPOeehVw/O+Sc458/g
+nNc452Oc8zs4558fxL/hYqtuSZwkBa0XaBc3j8zjoJwisvMJLiRDYUw71z2zj3nFQUlGdGsAeOg2
+dn0GUDkz7QR8j6Ad2lxodz0z7Xkb0UE4/57gZFEYIZHvNgVo13Oad6azYks6+S4j2G2tIUB0u5CN
+SZk6IkAm01ZjdcaLpjh/Cll/3+Ugpr03aGfkOsTzPHc87vFAhDze8Hhr5NnwoqAdDTTC/D+8o0RZ
+XNMDIt+mRpLPtOsd8TqW1XxhaUTsA0PDxqr4bnsxckHlNHRq/bB0IaD9tl3TrjnY/lOrfRnSifsU
+x2iXqO2SyOMlpt0G7RPi+rv/VLymIV00lyWm3e8cDwAojsC0peZV1kFb06R9MVMrQw0AnNSQTPr7
+qZl28jfaYp0Saqo1SscJzvl+3Y+DvATaS+Ez7b0aFNRdPmgfOiXHvsUE7Z0w0G6vo3xMe8KMdqco
+2Leb/UmSDZyG1ijLeKYdkEDnHBfnYZrkitW2Xx4vFTVA3HBV9NqONBM2MrGmGYREfrBMO91OC8sc
+nl9LpAigx+Vov+Z4F3j9yOW0/7CUURIXx0In2rShQJn2rJ2lnapMwpn/GuUNFGCdVGFGdBJoz1PS
+opbdeawiMzCGluTgSavjY+FycpZ2isrjmRZqEtTudFxnVw42FInQeMUB7YT1WfYzE07pLXEMd4fA
+tJ83CPBpR4D2pvhdR8lmOwtEilsxm7GkixJoL2d8XNKc9iRMO1ED5AqGKWi3b+hRhphDU6mQhc8k
+W+thRJc10+6Xx0+SnPblVjc0CYSW3hX7kmXJehC2fZMqFm1pmPbgBX9S0E4M3mymEPDHON31dHqJ
+vLudaEHl9vGgVpON7NT8IPT2y8Q1+7MPnYzFwmqh8ngy005BO2PQiHdJt9XoaUIHRDDtKd3jJdCu
+UdAeAkJqfmUCLTrXnhi0h+1Dz8+95ve7NKc9xD0ekJsrceXxdD9PKQHeLl5gnGamHfAw7da6YUMC
+0O6MFslGdFkx7eLfOKkL9czRheR540HyeKloo4jO/QfVyKwbpzbO6yjb94xBmNHVvUz7gED7JYoF
+2uuajmOL8ZsL9NwZ4xl6Dl0AtQ7aL9IyS+LiqHZXI14pz7vmxnAVVOlEdhbLYSw2nXc183SWBjxm
+dPUE8vjhzbRXoYUuSHnHY/iVgYS7VzlM+0kJtIcz7XpbXGhNNZ9mCGXa53UCziKY9u6aONe6GW0n
+IyBzDM2eTrkAUDTFsaCWs5bHCwAzmmCmnTYPM2GHw0qSnVuKjmYIEOkYfHgjMGQ7J3rK47OeaSfH
+tmadm8WCcHDm3Io16lUmMetSsnTyJdfwWeKhkgq0dxwwTIBBUtA+sVVkBK+dk1hcKpH/1lN9gHZ7
+O2cYuf+PziW73gcwx8+5bNYFn0vNLr68/0zQO6VqBRnRtVfESBR1jrdLI83Z9tqKbEIXMM8OhDPt
+YedzUIXK4+koUpiHAd1fAWNUfTHtETPtSeTxy01xXnqz7mlRw8DYTDvZxkkEyeM9wHggM+0O0y6+
++3RMe1Yz7aJBN9YVoP3BY8uJ58cpaB+rBHx3tFHUawxGUSRvjQ0Din3r6CY03ZQNefsyohOgfasq
+1l73Hor26qJFG4s1g1wP10H7el0oxclNpdiNZtqlWdJcF8v+rPbQGw5h2nNnhiVZ6hrqIUZ0/nzk
+4crjj4TM/ZgdOg4xHCOOpPJ4UyOgPaf9SkH72S7ZTxFz5DpZfBtZKS3IuT3GeoN2zjmKJCEzV6Y9
+QU57rnP3tMjiZtq5DoV5a+iGRx4/nObCBNZCjejyd48X5+Z0QjM6pSuuUUolI6YLkJj2mrnigrG1
+joHlmPP3TtXbOorQRQ41KyS/JykFYOpS8fPiQfchZbIfPJbeQd6R8c+ALFKTSOMBS4XiGAR21wCt
+AUVheN0zhKz5f94XnfwBeNybHcAZ5hxvl0GanvPnF3Jj2kON6Kg8PkxKHaBMoNXPTLu0DyNy2nuB
+9vNrYj/OhuxHAKioyZl2qlAap+kKzrXL9GxbWjBH5fEBM+1nesy0u2aSecy0j26CoypVm/OYsnf5
+fF3D8cVkADnIPV6qBvHBiGM4ScZ0NsGWnieMU/Ntgr1vB8a0E1XSlLkIBdaxeM+hhbB3+Iqe/yMS
+aJ8OePXFXeug/WItcjEs672YdipLzVHSTR3k7Qv8agg7QxsLPM/GAiArAtgaTi8HZ6B3LyAjuhGm
+4UiY/Kojns+1SUMqKWjnZJt5TsdorSwWLQua6krJoLcAPXhRYLTEuWaWMurckwXjGFpYaUYzmh1P
+qoGStXu8Wnb3VYkZKKEba6ZdHRZop2aTqAPgkfL4C4FpjzSiy8Msj7JS5NycIhL5OKBdJT4GhUpG
+5wsgfcesuYgrNoq/lRQYr7a6/nn2NGqlmd3i8YIA7fu2jLtz7YfPr0lzrEnKOT7mWMqMdsD6d0ns
+sQVEX3vzNhTsbbzn0GJPABrIEoc5xzt/mrCy84te0B7cJAnNaY8J2jnn4Uy7JI8PY9p7yOMJ055E
+3gt4gIcXtBfju8efr4vzcjakyQHITHsaI7oxTkC7o3TRPQx4WpUfZdpXTwKcSzPt52Iw7QwmRlkO
+oF0tuecdA8cdlwh2/f6j8dliwMu0B4B2ySwxBmgPiFO76+mFvhzkHSWqNNPeD9Ouli0pPwCFG5iF
+dT377qH429mym05ldFByCAylmEm6z7BrHbRfpEUltCUjunNWNIcgjwckyaLDtB8PufnL867DZNob
+0E0eOI80tCx5pySGU8Oh+WDQzrvU8Ct/EzogBLSvxAPtLKcLLWXaG5ohm5aESOQ5kfHzrBYBBDCN
+sRaWeoB2LW+gyZiPbY/DtBfJmA7LurEg/eGq26ws2b4VYWZOXYMPL/LNq/gJAXNdPQezvAD3eCAZ
+0845h2qI96o5gXY0F3DLpeLek0RmCQCrbX0wstoQ0F4pFrCHNBX2n4xuuoeVw3hJ8vikoB0IlMhv
+mqjgVrIPHzsRbUgX6B4f5hxvV7Eq9sHC4iLm673l8VNhkW8xQSeNQ1MV5jYmAHjk8SEGVp5ce29d
+OltDyTZ/O7rQTBT7FTXTnkQe7zX0C6s0kW9Ow6CMDiouOFIFIN73kxZYAoAbfy7WZwZv3IT4zG4T
+aC15It80mBGeGmua7mfZszQ3JuD4WXNi/99/NFnDkI4cBY42UHVHnHOdsNjbi9Z14uRyCwfn07Pt
+jhJ1nAWMR6Qtsv92la3z8PRKO3bjyzl3JrwjG0MYDc261kH7RVo0FqrSA7SrwzKAkuLUrG0Mi3JQ
+jCHOildkph0ADpz179NWxzNLmncXrygDpSMLa4E3LikPe8hM+ylOFtMrJwEjxNOAgvas5d12USO6
+tY4OTrvFYWZ0hI1hWc3IUXl8jJl2resFcTl853SunbUlx+KwUiWH+5zPnRpR/bDV8Mi3ri6PwOQ5
+XuJh2pea3UAGLBemPQS0Sw7yPY7LVtfACCcz7VkZQQFSgxitRQlw3ns4KdvV7W+e3alpAtqJPB4A
+rrlEnOOPn4zn0O4td6YdfTDtQKjk+6rNYhufPFNHVLWDZtolpv1KeKsyKtYw9dVlKSIrTB5PfRVo
+9TJnc4rObkssOxBPHh+gSqBVKRZw0w5xHn/nQHzPAgrG/Tnt8d3jKWiPkseX+4h8CwVHY5uAN/4z
+8OLfB174X2J9ZmAx5ot9qxQLrtLHMLk0BuCthmZ4TOgybBgCkpz/unEBNB84klDlQxq1gUZ01Ech
+DtNOQPv1k2J/fPMH6eMmHTXANAKUFmmL7L9nbxDXgbgSeef4dcjBgWzTBVrroP0irQKRdFeNEJm0
+XZRpzzX+izLt9gkexA5zzsHJHLaSN2iXZkktsH7gnB+0HzhX9zhL5820i++uyjS0u2Zgji4jTHte
+rLW3nBuOhhLOcSer3QDqpwJfT7dZyfoGa1exoLgLF5MDZgymnUkzunnI45s9Db803cjfINHDtGtx
+HO6lufucFSAjYo54Bqs4sxI8a8hIg9NUq/lFTwKB16GgrN+Ob6Y9C6adusenm2lf0wzUaJMzU9BO
+moPzP8AzdhKW+ORK6KhBUNXbOkZBGJ60ipqZy8TjhaelX11zibjWPJYWtNuNp9l+5PGAh2k/6z68
+YpO4vv0gAWivBsrj/aC9SK6fVaOBB4+Ja+5ciDweCJZ8x81pD417A+LJ40dm4cwvo7kY2IR+9h5x
+rflOgnSAwH3o/NlSfPf4hUZceTxh2mMa0TmNhUlGHbo94Gjn7cCzfnWgQC4o9u1cxFz7mqajloc0
+3ikCji8tr7gKjqfO1WMZdgJWpLCzfxUGjJZ6yOPjzLQTk7fLR8R31g9od+TxMkCeCXl1zCLRgDeO
+i+387sF4oN1RgASaI/6Q1Tpov0iLZjmPmNFMe8mkstQcQRy5mM/Y8SCnV9q+edL5hibNQqmVnBf0
+nqglIBi07z+1esHI42s2SAtSLlCX7lxlyHQbFIYxm8k+xcnNe/V08Ot1AoZzYtoBWSKvlwhoD2Ha
+C8T0sVDNKPfVa0TXAxxpvgiwHM4fAsBG0YrFtJdMyrrmDdqp6qeOQ6EmjsRbIXdvDcq0W9txKqC5
+sNbRPe7x+THtFLT3Oi6bHV2eDc9y4bz9NvH4yS9gqnsGV9qg0zB5orn2ersrz8IORB7/tGW5b9fV
+BLQ/HjML3VuZyOPXxGL+yk3iOvSDs9Gg3TfT3sM5HoAkid3MFiVwE8a0A8C/s03yqJt43Jn20Hl2
+IF5Oe0ElYJQDTT8of44HtMefyw03oksrj58bHaw83mksSM7hWYEjD9MOxI99W9N0jOXKtAtwXGqe
+cVUqnMf31KB+T+PVIpSguD46khGLaSdGdIrYju88fR7X/e5X8IdfeiLxfLtz3ZmWQHsPJ/teNbnd
+fbinJID6Iz3Gcpxyzh25mbQO2tfrAqriqDggR3j03AeNg2JDksdvK4tt9ALNI+ebEuhgQ1wsO7Kv
+pz2gvaHpOHx+Lfuopagi8viqLd8MAu0KmR1WhmjE4bDtS5zcMMPAMNnmYjXjrjgpKpHvFgkID3GQ
+VwnTXswKtBOmfRQxZtq7ObiJe8tjiqjFYLpKRCqt5tiYAeBzkA9S/MzXNTTqYiGi5KlKAuQxHayB
+wcSpZf/C9OC5teybNIWSMGY0u4Bu/b2phEz7iMR2Zfidb7oGuPS51mNuAN/976nn2i2mfQD5zmOb
+xXfTXrGYWbv2bh532bjD59dCo1Cjqmm/Z9Yb+Za0RjeKx4Rp37NxFA5uOLKwFgmMKeirFgvA+QPi
+lwHO8QCAqZ3uwx3srPSruQjQ/ovP3Y173/MCfOUdd7jP9QKyToU6x5umzLSHyeOBng7y+7ZMYNKW
+cc/XtZ4ND6fo/vUy7RRgR83v64aJRTK2EuYBAADlFEZ0zn6eygMcBYD2TaRRE6QydKqh6aixHDLa
+naKZ6auncO1W0fQ5GEAABRVtWo0Hxb1124Bmr0tYIZ7525jYrvLyQVy9UTQ9Vlpd/Pn/PoSP33Uk
+1vY5ZXmtcFc9C6B/VcXUDvfhdPe0dN0JM42ltQ7a1+uCr9KIOGFHES2PL5PFcq5MOwHtm4oRoH1h
+DRVGgEneRnQVyrRbJ/3B+QYMMi/+xGnrhj40kypAksePsHCmnTrx585oknJmD5dBbpit4K4zNSkr
+ZmlY5SkK2jWVLNRC5PFF4h9RGglhY/otKo9nLay0ejHtBiq0mZRH04vMtNdiMu3lPLPkveVJsji5
+3PKBkAePLUneALk63AMWsLG/e4VxjKGJ08t+pv2ps/XsxyE8ZoOORH6SzFn2kn2udXRXEQQge4nq
+7b8uHj/4V7j9ErG8ue9IMtBeGwTTzljoXHulWMCeDdb+4BzYn1Airxsm1uzjd7bvmXbyHgJCK8UC
+ds7U3G30NrJp+Zh2h2UHJHAuFXl+uyL+7kS16Jvp9tbG8QpqnjnvOIxhKNPesVIlrF+MWpF9YdXD
+Qb6gMNy+m7DtMefaA8387BopxXOPX2x2XEHH1EgRxUL4Ep9GvsVputK/PTEk0L5RYtoj5PEdb+Mt
+owa7UxJoP40dM+LecTymmdoqcY4PNKEjKhjU5uKNbk3tFPe+tXn8p833+l7yB198At9LcH1caXUx
+ihZKzD5mirX+70GTArQXVo5h15y4Nvby0wCAdidHBciQax20X6RVGiWgnTcl6Z3vtZIsNUfQThYD
+G8jc3eF5L9PuYY6GyLTPqtaFvqOb0sXWMQsaauSblNMeDNpNk6M4TMMvUi5o571Be8kQ+7o8kh9o
+HyWxb60C2c4QRUCZbmctI9DuM6KL4x4/PKa9hja6Bo9089UN2Swv8yx5b43IRnQAfJGJDx5dyt8b
+wFueUR2vPN4wOQ6cq+fzfQfMtU8SI7rlXqBd88rjM/7Od78A2Hi19bjbxC3mI+6v9p9ciTw+aVlG
+dHSmvY/rEZXI/+WLgE//gqtaoHPtv/eF78de3FvbKBb4s0q/8njKtMsglM61P3km2OXeNLl/Vpx+
+Thj7T3LstzHx+s0T8Zr2akFxndo5R6zYydCZ9jgmdE7RfbwWDMifdZm43jx0PMTU1FO08eGNfJNn
+2sMBtjzPHq5WAOTGQJx9R7dRAkdZGX5R0L50BIAsj4+KfbOM6PKcaSeg/ex+7FXFGGBcB3SJaa/2
+inuLeZ6rJeDZv+n++Ixjf4nPvPVa/PXP34Lrtln3Gt3k+JOvPRXv8+ztHOg8OyAx7Vg+hr30unO6
+N2hfZ9rX64KvcmUEbW6BoiIzYGjhbHuFD2mWlHQfpwzRJfTOkx5Z8Mo9hxf5NqeKCyyda99/yrqp
+Zx61FFUe8y+A+0D7WkeXgEfubCEp58azCrJYDwPtpNFQqmXcFSdFZ9pbClmcBzDtnHNUTHF8VMb6
+yCaNKrUCbsfmlJmOxlq0vE7rDsGIjsgNHVYyim234hKH2PAi8vgZFmyK+cDRJY/R5BDOHU/85EmP
+PP7YYhPtrikrKzID7f659kmS077cwz2+2THyNYNiDNh9p/vjZPOYa8S11jFwOCDG01sOgz0Q93hA
+Bu0A8NingIf+BgDwsmvFTPfjJ1fx+o/eE1um7LhMq9AJgGJ+U7A4FRD5BgAwDdwxcgTjtpIvzIxO
+8wBhRWEeVjBk9nZiGzizlqCbsYgSrH/T656xLfj1AVVNMOttbWuIe7wWY57dqR7yeED2AwiLZvWW
+JI/35rSX4snjpbi3CBM6IGVOe6A8PqP74Ozl4vH8k1ZW+1g8efyaNqDYxrg1tVOY0WkreOa33oAd
+7AwA4PhSsOmpt3rHvcU4p4LqGW8Fxq0GCGuexw0n/g7PvXwO/+2117kveSIGMHZqtaUP1jkesO57
+Zfu86zZx46zYF47KNapy9VoYcq2D9ou0GGOoQywqO2vh8pay5NqcI8M1tgmO02pFW4AKix3wgvbD
+npn2/Jl2eZbUqQPnxIXJAe1DXdQXitasKYAC4yiji+OLTYk9ePj4siudH8o2khJMe2/QXubixlat
+DUce31CimXZNNzFCmMNSVjPtjIGTRUZzdSlS+tnR2igw6/c6VOs4ybo8TDuASAf5oczd06JGdG6S
+hbjBa7qBR0+uyHFvwwbtrOGTxzvAKX+m3QbtSeTxmi5fL/NQ/RDDM7Z0WDZ8iyFBd2bLRwc1D7v1
+Gf7nHvg4wDmed8UG/D+v2gfVHuA8vtiKHU+32gqKXZoJnh3vVV73eMP+Xr/+u3jdoz+Pr5bfhTI6
+obPZgQZqcfKk1ZLrEK4wjq1sHs/ZM4s3PnNn7E0fSRCFBshMe4lKx6WM9h7X9R7yeADYPSeO9UPz
+jZ4qD9Pk8oiBGsW0h8/4SnFvCZj22DntbuRbDuBodKNoQnUawPIxbJqIKY/3qnyynmlXS8BP/rnr
+O6S2F/HWwhcBWPL4OKMbq71Au8S0JwDtxQrw/P8gfr77g0BjHrtma27janGtE9vlPhOmHQCmhBnd
+tTWx/ooD2lv28Ssx7euRb+t1oVWDiRuD1ghZkHCOMmENCllfvGgViu7FhYFjA6wT8dB8w72Icc5x
+dGHNw2APj2mvmeIC8ehxa582OzoOnHUWy0OWz0oS+TZ0k2M/cR++++CC3AAZItPuSGnjyOMrpLFU
+GRLTXifnU5ARXb2tYyyn7j0jC8dCtx7JKuiaYP87SvRCbWBFZ9ptNlUzwhfNuWSLRxWNfLPl8bR5
+uP/UKjq6Vw0wDHk8ZdrXcGq5JS34njprzd7mkhYQMNNOs4OXm93IxWizYwwO/MYt6lK+eAhXbyHR
+ajGciB3ZeW1QztN7XgK8/I+BW35JPHfmMeDkgwCANz5zJ159o4i2Ojwfz7TKYdrn+o17A6zmjMPc
+GRrw0N9aj+/6UwDARraM5yiP4eFjy1gJGNVpB4FNyrRHSHnZtJDI3zy+gj993Q3BrtkhRQ3b4mS1
+02izMp0bTySPp02O4OisyZESZmwTOE03cTLAm4JWoFqBFP13RikKksnjCdMeM/LNjdZiNForI3DE
+GLBxn/j53BPSTLv32kiroeV3r3Zr1x3AKz/g/niZapkrarqJ+Xp4g8GpnkZ0cRphYXXtvwM2XGU9
+7jSAb/1XKArDjmlx7zi2EHf2vutvFg6iyFz7ZUXhIP/kmXrPppdg2tcj39brAq4mARndtZBYCaMD
+FdYNocMLUIvRkqmBF8mv3FmyFhj1to7z9s1lvq6h2TGGy7SXRi03TgCq0XZlenc9fR5Pna3jJz98
+N3STg8GUDfPUnJsLzrba5bBYDxwV3/3dBxeGL/G1a+9m60bZy4jONExb7m/VSI6gnTLtK5IiwM+0
+19tdl1UGkC1ol7LaW5EmUEZH3Gy7Sk7HJAF0juFPFNPe0c3hstg9mPYH7XMo8/zzXkVMMcfZGtY6
+hsuqAhbTXoQBldn7WslQWRHAtFeKBRdA6CZ3zdCCqqHp0nmduTwe8ID2w4mj1RwwLC34+5lpVxTg
+5p8HXvpHwHWvF88/8DH3oWO6BAQbiwaVs8B/jvKoeJLOACcpxoDbfln8/M3/F1g8JL1kBBrqmo4P
+/dsBeKs30x7BChIzuvfdMSpFCsapqsRA92aLKTCiqpFYGe1OSRF5wUw7AOwm3+vBHs2YqLg373NR
+M+3zhGnfMmIA3/z/gPs+Euh5RNn82PL4vGXIG/aKx+f2Y2607EbJrrS6OLXib2Zzzm2mnV57clLv
+EUn/loI4puLMtTvXHkBujrolNcISMO2AZaz4gv8sfr7/Y8DyceyYEfdxr8dLWK20up64t0Ex7Tvd
+h+PtU+61oKHpONFjxEA0k8h2rYP29brQqqmIE05vhpiddMXFoo2yP5s06xoXLMJ1E+Ki8JTNXDuL
+lPIwZ9oZk07wy8etRXJd0/HiP/6WKwv0NRbiuHcOughz7sTP3X/EAhyr7S4eO7E8XLM8Ui/cuxFl
+VekJhlvtFoq2E2mHF1Ao5sQWwwPaTbKvAuTxjXbX40ib4UKAzFWOsWY0aCd+FnpeTDvp9N+uPA4G
+M3Km3Z8ln3NjrkaN6MRMu8PU3H3Q6uxnnn/eqzwz7YCc1f4Dn3N8hud3SFb7VMy59qbPPT4Hefz4
+JYDtB4G1c7h2gwAm+0+u9mRsBNOeQXPu5jeLx4//kxXhBODSWSKljgnaV1tdMJj4mcI3xJNXvzr9
+tt36NmDUznRunAE+8zbp17M2o/9Xdx/1MXIU8LnmbnGlvGShXlo9lnizZQa6N9O+TJQC1J9Blsf3
+mmmnbvvBTDsA7N4gvteDPebaJdAe4JwvucdHzbTXxfl4y/w/Ad/8A+CLvwU8/mnfa+XIt3jyeGcf
+5xL5Bgh2GADOPQFFYVIjLkg90+6aMLl3xCUn0E5y0We4IChigfZWD9AetxEWVpe/BNh2q/XY7AIH
+v4GdxOX+aEzQvtrOCLQTpp0tH8WVxIzunkMLQe9wSxjR5aAAGXKtg/aLuFpxQDth4Zoou/NzudW4
+YNr3jYoTypkvPGovAGQGe7iuzS/Y6b9gllUFv/dSwuIMY0EPBDrI33/Umnn+3uFFmBweRnNI2wlg
+rFLEC/du7Mm0N9dER7rF8t3esQO/LAAAIABJREFUMQLaF83o5kKj2XSbCzpUQM0QIJNFRi+m3STy
+eD0vpv3yF7vM6eXKSTxPeaTHTLs+3GZSZdJV04yxFkrooq7pmG9oaHUM3PW05QI9dKbdM9MOWDJQ
+wJq7P+xN2sjy/A6QxwPABHWQj0g2aLU1lO3ruskK+SiTlIIEBDcbgrGpazqO9lg8O6A9E1n/1mcI
+x/RuEzj9MADv/HP8hfPtyn7scKLSKhPAvp9Mv22lEeB5vyN+Pn6P9OtrJuxUFcPER78js/Btb9wb
+4DHNipDyEgd5LB1Ots2Ib9Dm/olmCNNOQXsveXwWTHuECR3gGQOIiLejM+37Dn1U/OLTb/G9Nh3T
+bl3jc4l8A2TQfvb7AIBrSAb6YycD7tOOL0WeM+1Ojcy695lRc9VVbR5f7G1GR1Ugm43TFhtO0wkk
+c8dZJC7GgF3CqBOLB7FjljLtMV3um93BZrQ7RR3kl45i76YxvES5Dz+m3Id3f/oRvOczj4Ue97kr
+QIZY66D9Iq52QSzszVaI9I8w7U1ehhqR25lJEQf5XWUBzh48toRf/+RDePenLXnfUN3jAekEv22z
+38znV553GX7qWtJRHFaUGpGYzpati/z5hoYP/9vT+MDXLeliNW92K6Jeef0WaaadB4D2tbo4LjSW
+H8sOyEz7gkEAUADT3q6L51pKxoBOymqPZto5acwZhZzOneoUcNOb3B9/Wf2XSKa929FcSbeOQj5m
+ebQYC5TI7z+1irsPnndnSreNkkXBMPwgJNBuAThHAnrvoUUYJs9PDUDZKXLexjWjM9piYacXRqzv
+II+iZnSLh7FviziXepnR1W2J6sDc42kxBmx/pvj5mAWMt0/X4PTSTy63YgGolVYXry98XTxx3c/0
+fyxc9zOhMuJnbhAs9veOyNdwytJWiwVLldG1mw+FUjRzTTPc7VivJEUN2tox3ONXiDKENp8SyeNr
+cy4wQ+MsMB8cl0VB+3cPLuBD3zgg+c/Qavdg2gsKc1UMnIcz4wtr4tpgVjxgSpONBOlMfztu5JvN
+tEuzw1kaflF5/PmnAKMrRSU+dtJvUramOWqAIUilFUVq6szZPk7xmHZruzdjAXd887XA598BfPL1
+1hfOOVA/I16cVB7v1Mxl4vHCwcRMu2ly1DU9c6Ydy0fxxomH8eelP8Gflf4EL1fuwd/fewwPHvOv
+yww7crKMjiCslOLQ175Z1Tpov4irTXOlY4D2NsqyY2oeRfIrNyviZv/l/Wfxzw+fcn8e6kw7IM2S
+Xjvrv4G98Zk7JNXC0BhsAiSunhOL5/d/5Sk8ciIoS354TDsAPO+KOZh00dZeBkx5/z70tJBFdgv5
+AqUayWlf0Mtw0g7QaQCGLLdsr4kbRifr7fRktUcxNWZXdPGNQo7f921vswA4gFuVJ1E4+1joS/W2
+WBB0cm7MuFXzm9Hde2gRX39SsGWXz5AF85Dl8Y5Ds8O0f+LuI9ZL8lIDTJDoraWj7kM59i0ctOst
+ccwaao7ntceMji7yHz0RnZntSFTlnPYBsnTbbxWPj99nfbyqYBsxhIoz115vdvB85SHxBGmgpa5i
+xVLQBNQsltyey1Nn6xIzTB9XiopfxhvVrPGC9hgu27TiGrQ5tRw2057EiE4tA3vIfrr7A4Ev2+3x
+Knj/V57Cmz7+vcCZ9F7yeEBuUDQ7Oj553zG86x8fkcAWlceziqcB89SXpR+pEZ0Wk2mvt3WU0REJ
+NYqarVdFZVxch8wusPC0dD4/fnLFx746TPssqEljSpCbpkY3ug83MOt6c3ypN2i3GqAc7yt+DMWu
+fTwev9f670vvBhaInwTxikpUM+TauHAQO2eSMe11TQfnnoZIGtY/qCaFezxWTmDHqS+6P76o8AAA
+4IGj/nSNwLi3ken8msQ51zpov4irWyQMphYC2r3y+ELe8ngB2ie686Hy/C20KTZkpr1mNHD9NgHi
+X3vTVkzVSlIDZGhgmHQ1r58IvshuqJAb8BBn2gGgrBZw2+6NWOXW/mLclFkNAA8/edB9XBxL6YCc
+siT3eM2UWSGPg3y3Kba7W8hYbueRx59vdELnhzk5Lo08zREntuKhym3uj+Xz4aDdIDPRGhvC+Q3I
+TLu96Ljn0AK+8YQAGbsmyC3xApHHH11Yw+Hza/iG3VzIjWmfptLlI2K7KGhvhc+0c8LsmcUcWQ8K
+2pcO4zpyLX/4eDRod2faab58LxCXpLaJ8wXH73VB6q7ZZBJ5c23eHSnrFMdlRrKf2vvKwKfVtXPu
+Nhomx/dPi2sjdR6vlgqypDfCOR6AtbiuiHxmrBxPtLlVMusdRx4fOtMuMe0xcsdv/3Xx+NF/kFlQ
+uy6Zqvo8hObrGh48FjAi1kMeD8hg/skzdfzOPz2Gf3zgBN74sfvQ7OjgnEtMe1Hz/J0n/kX6kUa+
+aTGY9jVNx+mVthSLi+pU9uBIksjvx46ZEYxVrO99ca3jc+Z3mPZZRr7TXsfhIIvMtbugPaYR3SuU
+7+IFhYfkX3zsJcB9fyF+vvZ16YHy9G7xePEQtkyUUbQxwXxdc/dd6DbaTa9M3ONLI8CEDdxNHfiB
+AO3Xs6cBAA8FMO1inv2HXxoPrIP2i7o6qlhMsHZwlqFJTKqafBgz7QK0K/VT2LPRL7+763eejytn
+yQ10yDPtaC3h7XdehlJBwSWTVbzrJVdYzxNGc2hgeEZcdPcW5YXCG27bga++47nYPUXZwuGCdgDY
+t2UcKyGxb6dXWlg4e8L9eWJ2C/IsKo9f03T5OPBI5LstcY7pWe9XAhSc+dpQtp0cl2bO5865smBj
+C/VToa8zyNx9Ny+zPG+RxcWMveh4+PiyG6c3XlGxsUoWr0M3orOu3Y8cX8Ff2Sw7ADxzGzn2sjwO
+Q6TLE9V4M+2c3Ht4nlJFj4P8DQS0P3ZyBd2IMY561vOws5cLUNg8DyxYDUvZQb537JvaOO0+1kZS
+sm5BddkLg59vnMV1W8V+fOS4AO0S064W5DnvOAznlhvE46Pfjb2pQHJ5vMS0hxrRxWjSbL8N2HqL
+9djoAPf+me8lBYWhEABog0y1ThAmNjCjGzKYp82nowtN/OEXn8SplTa6htUEmqioYE3P3znwVYnE
+kXPae+875/4zQ8HwoABbVG2UzegYYz62ndZax1IDuAkQSjFeI2ZQFcC0n1ltuwqAsFppdfEW9UvR
+n73v1cArP5h+26qTIv7U0FBYPoKbJsV1+mgPtt0Zh8okpx0ALnu+eMzFdXqHcg7TWMWDx5Z8ygrn
+HvSjEPcGrIP2i7p0wrQrnWDQThmuNiuD5S0ZoTKe+mlcs0UG7ddtm8Qlk1XXSRfA0BfLaC3hRVdt
+xAPvfSH+97uehw1ONqgE2ofEtM/scR9u6p7Az9yyDZdtGMV/e+11+L2fuBp7No6Bke982PJ4ALhq
+yziWQU3eBGj/4mNnpEVAeWIj8izKtDc0XWbaPWZ0JgHtRjFjN1qPPB5A6Fw7I8clzzmGsF4W35cS
+Adpba+Imn1ssnbcIO7F3wp+be+eVG6Do9Do0XKbdmRs8udzCp+4XDORLryTHaJbnt0euCMNeHI3E
+m2lHlxyvecS9OUUVAouHsGG8Yt1jYM0C/+BMPeSN1kx7CV2Umb3AVtTBGugpinBwBoCP3Al8433Y
+PSWuQ3GY9nJLNGyN0QGC9vKolPjiVmsR128R5wMdM6Dz0JVSQZbHx2E4dzxbPD7y7USbm1QeL820
+k+ZTInk8YLHLlG3/3seAUw8BX3gn8MTn3adfdJX/fvbdg37Q/jBhEK/dGuwBQB3kvQ3cv7nnKD5x
+lzDyu25jEdA9cWjdNWD/Z9wfKyp1j++97w6ctf7mHCP3xbSz1UlKcpD3m9E94nGQb2gG5hiVxs/l
+K5UmTPsVNetc5hz4yLcOhb0Dpsmx2upiFxPNOF/D64qXAa/5KKD2GdtM59o/eCM+ufZW/ErhnwH0
+nmtfbXWhwMzO8G3PS0J/dZ1yEGdXNZz2xPx94VFrn8lxbz+czvHAOmi/qMsoiZtLIQS0mwR4tDAE
+AFceBcr2Bdbo4KYNMsvxY/vsC5w+ZEBc8TOsY5WibNwnyeOHxGCTHFC2cAB/+Opr8bXfvAOvuYlk
+9NLmwgVgxnHVlnEp9s1sCtD+pcdOY8Z7g82xKGhf6+ie40CWF5rEWItnnfvqMaIDIkA7PXdyZtpL
+U+S4WzkZ+rqlFfIdD+vcIcfW1ePyjZ8x4Jeeu3v4IzC1OTeybIatomYzvg4g2Thexj7iZZHpNhar
+wpOEG650mc4CR0W+FbpiAcjKOV6HJrYJo7DVk0BrSRp3eihCIr/a1t19DsBqNgx6wb/tFvFYWwW+
+9V9x27KQLseJfRvVzoofxgesTnr1RwCmWA0LUtdPi+/6UQKUTpIM5dGy6nG5jgHqdhLQfvSuRJsq
+u8fHiHwLY9qTGNE5dcVLBQDSVoC/eB7wvY8C//CzFoAH8Mt37Ma+LeO4eYcANo+cWPbF0z1CmiBU
+0UCL/luDIuQ+dtcR9/GNcyFqkgc+7j6Umfbe8vgD9v1ngwTaN4W8eoAVANrpPvra989K7Ouapsvz
+7HlK4/9Pe+cdJldVPv7Pmdnes0k2vfdKSEJCIKGFEmqoAiJNpSgKIjbs5WfBr6h8vxRRQWyogAqK
+gAiG3msCCRDSe092k2y2zf39ce7MPXd2dpNNZu69J/N+nuc+mbkzu/vJbae95z3gG2k/olcrMfSx
+/eUzS1mfYV150HWPCmcXVW5ZT0EpHHuj94Ueo+CsX+jVMQ4UI1ozyZcK/wI4qXPcEfV7WqhiF3Hl
+Hu+S6uwmlR16NMQzR+JNiumoJDNEvi3hpDq0/csQBhhZETDSaLeYRLHZaM88euDUe4X7llhIISNG
+pWJilT/85uTx7kPfHGkPeLQQaDfSnpEoNNprh5JKlrZthf+4JQm74ZFG76oSdhtTObZu1tdkc2uC
+t1dvD7WA7WZkEF69rZEGZYbx+yv3jlmxy/USMsa9XeWOtC/bnDl0LWY02p2Ar8tuvb1RzaLd7ed1
+JtluNNpjYWRlB19itWFF/nv8nMn9Gdu3Ki3ZZAgdXvEC30jxYLXB9/Gxo+p8kRU576TJECJvNna2
+dRIer4xGeyyodZJBj0T1OcR7v/AhDh1ozGvPMC8yScOe1tzNZ09iNlJd+m1+IfV6ycadHS5tlKSq
+2RvNjtcM6OSb+8HgI+H6hXrrPTG1e1T5rtT0uqWbd6WiLOYZiRwPG1ybNtK+D432fpO9Mn/rUqjv
+OGInHXOkfW/h8YmE44sMqe4oEd3e1mlPEovBEZ/N8IEDT3wH0B3W/7p2Fg986ghG9tJlRkubw+sr
+vOdPw56WVGOpSLUyacvD7eafg38qwNIMjau2hHfNjK8xOtMq+6Y6Aln9Kqx/R/83fdnjO15GLsmH
+G3Uds6evvA5gpL3HCK8TbttyaNrJ0SN7po7H4o07eX3FNp5dvIktO5tYsnEnPVRISejAN9I+dNXf
+WFTycX5U8EsaW9q45cnMKw3saGyhvzI6u2oGwORL9fU1/lz42AP73pm0NzI02gEGq/X8/c01JBId
+Xwc7GnO0RnuSovKMz0cw57V7985zH25O5TQYUGR4BXFdhoQ02i3GbLQXtnTQaDcSpGxTYTXavfC9
+YcX19HbDzacNqWVwMgGP2ekQclhqpjW6gWg0hgtLjLBVR1dyTBwnGp0LBkop4sayMBs26HCmDzY0
+0NLm+BPGBDzSXl1WyDGj9N90HHh1kzG6lJ5cqMmrKKlcN0JK2s9pX7k18wicMsIgVcDXZe8BXgWg
+uqXjNYvrjWX9CkpCiv4wwr3r2jakGiAlhTFuONGNYInCFBgjWdAQM1wSOGZUXbDPIbPRvlWH35ph
+xTs6abSbI+3xkgDD4wEmnOe9nvcDLnzrEh4u+io92cabqzrolEU3oCpzvb7zgOkw/VO+qJ6ita9Q
+W6qrYw1NrXtdIqq21avgF9VmCGc/UKr6QGUvXwOkuHETI42cNAtW72DV1t28v0GX3UUFMY4c3j1t
+Tvs+PM8LivUa9kmW7/touz+jeueN9oY9rank9BXFBRSaUXRdWafdZOIFmRsuS+fB0qd8u2YM9b5n
+hsgvWLMj5XVtzQsU/+taPVqflu3dnzS186iCkRXGfVk3Gsac7r1/8TZwHOIxlUpC5jh7T0aX7Fjw
+h8cHMJ2toFg33JNseo/y4gJOmeDVK8/9xYtcfNcrnHX7Czz09lp/oz3oBlxa9EExzVxQ8BT91SYe
+f3dDxs6R+sZW+ikjgWPNQD2qfuL/g3Pv8k9VOlBqMzfaD48tYtnmXTyzeFPGz5Oe3XKRhM5kpBEi
+H/M61g6JLQGcVKTUnpY2bpv3Yerz6d2NKW/7m13fAqTRbjPFXo9wUWsH8/R2Go32WEjzPIyR9qJd
+6/jzlYfzw7MncPtFk/XOlj1eoRkrCCeJRFoiuoxEIREd+AswcxkQgNYmL4FHrDD49bA7oKTKm0+8
+bYsePUyuWds9xEY74CUaBF7aapzXtEzGuxq866K8MsfhV2Z4PMlG++6MBX68zbsuVcCj2IMHDKTJ
+0ddYBbvZszPzvZNo8CryheUhPYeMEcmChtX8vzPHc9jgbvz8/En0qXYbv1HomDNGQgYr7/ldGFe6
+UdRszhXPcQdIhgzy+5I9vrUtQVHCO5YF6ctP5Zrx5+gQb4CdGyjfsoDxseV8quCfLN20q8POhob0
+8PhcdM4pBSf/CL68PDX9QDXVc2qdV2lf0Ml68k2tbdThNfqKarNYoU/HbJTtXO+LWHhi0Qbmve/d
+10cM667nXe80w+P38Xk+eJb3+m+fhF/Nhu0rO/6+izla3lnUB/ivVd8oe1urt648qmv5FwpL4Kgv
+eu/NBtFTN/m+OmOY18B5eP46mtys+2ZSv0tb7vN+4L5LfD9vrjBg0qPCH05cGFf0LTLXUe8OUy/3
+3r99L/z7q5BIUFfpRTW+10muhz0tbamOpMAb7eBfHcENkT/PnBLosnLrbjY1NKUt9xZwnaIy8zEZ
+rVayZVczq7Y2tvus3Uh7dZajZ0zMOe0G02OLAHxJT9PJ+Ug76A6mZJTbIeen/kaN2sUQtZ75q7ez
+bkcjl979Cq8s85aAG11uXPPSaBciSYnZaG8fLtXalqBpmzdSsz0eUmXZzOa79k0G9yjnwmkDvcJm
+pxECWl6nw86CxjfS3n4tSACazGiAEMPOjXntbE5rtJvHMkIZNKtrvYJz1w5d4Xx3rW6sh7aeqsu4
+vtXMnaQrz2sdYymVHV5W+/U79vgS/NXW5jhrrhGZMDi2nmFqDXtaEmxsaJ9ALe4baQ+20V5aXMCm
+mHcs1qxsn2zHcRxKjcRZJT0HBeLWjqp+XkOuYR0XTO7F/VcfwZzxRgEfhY45c4WIYq8id9jgWipL
+CqHeGH3PdaV5L+HxHWWPf2npVsrwrstY0I32yl4w9Nh2u4911zZ/7sPN7T4DnWgpGdkC5DaBnlI6
+FN3luGIvdHbB6o4b7fWNrfTGK6NUpsRx2cIYaadhA3PGe+8fnr+Wx9/1ypvZo91n964uhsdD+5DY
+Na/Bf7651x/rUek1WDfvbP9sNDGv1W7lRqPdWBmB4qqu1z+mXw3n/xEufhAuNcLaV72sp9usmw8N
+6zlyeA+q3KXKVm7dzd3PLaexuY1HFnj3c4ljTM1o3QPP3gz3nAbLnmVYXeZr8cxJ/pwGI+oqKdhj
+JLsr66E7RUad4u176XZ483dMH+qVM893cE+ATnyX7C8eWGjUgzpooGadunHe6w260T5tSC2Dumd+
+Roc60t5BHWa00p1QmZb8q9/TQv/0kfZcYdbHDXSj3WHe+5tY2UEW+fo9Lf4kf7lotFf1hU88Dmfe
+AXNugn5TUh9NUh/S0uZw/p0v8bLRYL/2uOFUGFOGpNEuRJJ4SQVtjg5vKko06lFWF8dx+OivXqZ+
+kzdauKMggOU5MjHwCO/18ufaf242NIMqBNKp7OPNm9q6VM8XT2e7MfKa7eQ/XcHsKU1vtJsVEHOU
+LGR69vQqey07dYUiuVSLf6R9P9cfPUDOdXvt15iNdmOk561V233LQOW8EVLZO7WkUCFt/KjwVygS
+GZdkMRPRFZUG39DcVexVUjaubt9o37qrmbqE1/gsqc3hKEJnxAv9mbGNTpkU5ih2BMLjxxR6FZFj
+R7nHud5I+FedwwYbpDXadXh8jbnkW2NLxuiPR99ZRxlGIyqMhJgTP9Ju15DYBurYxsPzM8+bbtjT
+SgXmnPYc3+dGY3Vsy4LU685G2usbm+itjI7lXJZFaSPtRwzrQU+3obx5Z7Ov8+PYZKN9ZxcT0QEM
+nNE+c/TCh9pP/0qjpzHKvClDh6aJLwld8hpu3g0PGKPQPUfRZZSCMafBsGP1/ZjsVHfa4OHr4c5Z
+cMskKps28PkTvA73mx57jzHffMx3rlVhWj6fJ7+rM+o/cDkjurdP0FVbXsRRI/0jyWP7VoG53Ft5
+d+143j3+MPn59zNzuFfeddRodxzHl7egV9xsEAdUX+vVPhmdUoorj8rcAPVPuQu40V5QlLExOzqm
+6xNvZmi0t5/TnsNGe1GZl6vCyNvSV21loNLn+dF31mX6SXY0tjBMGc/OXNUxe4+HSR/V05P6TU3t
+nhTT4fDm9KEvnjSKz584yt+ZXSWNdiGClBQVsg7j4WA0MtbX7+GV5Vt8mT53hDXS3m+ylzBp27L2
+WabNucNBZCPNREkVDDPWiFxwf/vvbDca8mZlNmg6C4/f5i37EqpjGj2MRntxSz2rt+1m0boGSmii
+Ipn4KV6070mAssygWl14re5gpH3+6u2UqxyHzaZz2s9SGZwPi33AufFnMs51NRvtpWUBzx0GWsq9
+RkP9huXtPl+zvZE+yqhE5jL0b2+Yf3t7WsdcazM0JAt+5R9lDBKjU24g6+hRUczYPlWcP811Nxvt
+uRxlBehmhsevAMehpDBGkbtcVHNrol3m6baEw7/fXe9f6zyMRvvYuXoNcOWv5syMLeC/722kYY8/
+SqClLUFjSxu9zAZxru9zY7mznlvfSGWafmfNjg4Tg+3atiG1JN1OVZ7bpJhpI+3xmOL0ie07Ccb2
+qaJ/tzLdsd3kNuoKSvc92isWg4vu01MGkkkEnQQ89FmdS6GDY9HTGGnftLOp02Rq5koH1clokSe/
+C+vnuw6FcMJ39823M4xGBvP/rP9tbYQ3/8DHDh+USkiXTu+SVgr2dBDlt2sTw7c+RSxtIYM+1SVM
+HtSNuPHBuL5VsMtogCcbkAXFcMrN3v5VLzNzoNcx+dqKbe2WftvR2MIZtz7PTx73okC6JYxGZ4jh
+8QAfnTaQ+66awROfP4qrj/Y6O/0j7cFPufPlSHAZkxppb58zqb6xJW1Oe46j0c69G2ZeD5c8BMNP
+SO0+PKaP7WPvZk4qW9/YwnBllD899qOTq6v0N0ba3QzyScb0qeLTxwzTy5GmVq1QwV2XISCNdosp
+KYyxIuFdnOuXL+TZxZtYvKGBzQ3NVLGbEqUrJrucYloLgq/QA7qwGGAkmklf1iUKI+3gH5mZf1/7
+ioJZyc/1Q7UzjLXa2fyh39McaY9Qoz1uzGOuVjt54PXVNLa00Z20+exBrqdq0KemhHhMsZlqmhw3
+4U/jVnBD4t9evT2VxR2AXC/5Brq3+cjPpd6eHnuRlRnWUY21eSODpeUBhyEDBcayb81bV7X7fO32
+RvqYDaFcjw53hjmCsT3NdccqLx9EVT/93AqDyj6pTs6Cpm28cv1kHrluFlUlbkPDzK6d60Z7eQ9v
+NKapHnZtRinlX/YtbV77a8u3snlnM2VmFvYg12lPUlgKV8zTDcHZXqj1zPg7NLUmeGKRPzN/Mnz6
+lPgr3s6+k3Lr2H1YqqM61rSDY0v1SFL9no6T0Zn32LaCHDdIzE50Nz/OmYf6G+3FBTG+M9cNXzbL
+9gHTuh5qXtrN33Be8Rz87yT46ycyfr28uCCVjK65NUH9no4TtO3wjbS71++7f/O+cPJNMGhG13wz
+YTQyfNSvoSAe44dnT0hlvS+IKfpUl3BI/2p+emLneVKK3votA2r9kVR9qkupKC7wre0+sX8N7Dae
+t2VGR3RlLy/UPNFC3bY3GO6G3Te3JnhtuX8U+JYnFvsiAUpoorjNLYNihcFNwasZ7E1X2rUJ/nwR
+bHgXpRTThtQyvK6Sj88cnMpVMKjYKCdDmHJHov11OFitp4QmFq2rp9FImtiWcHhz5fb22eNzSY8R
+cPy3db18iJdPYk78NUAvq5ZpebodjS0MjxmN9v2JTOkqRnj82NhKivHKm08dMwyllNuGcOvB5T0j
+k8spF0ij3WJKCuKscLxG7p1//w8X3/UKJ/38Gf61YJ0vYcgmpyaVKTQUjBGFdiHyURhpBxh9qldB
+3fy+1wMPOlmNGSGQy/ClvVHZ20tU1rTDX4n3NdqjEx5vFu417OT3L+oOEP/SLOGExgMUxmP0rSnB
+IcY6x4xeWUUi4TB/1Q4GKGPOVFDTI6Zc6r2MfcCqLfW+j/e0tFGU8MJCS0qDbxxV1nn3Qmxn+7Dj
+1Vt3+0cRqtsnEAoMX6M9LdFVVKJUYjHfvPbYNiNEuLXZWFIrgGgApaCnkUPj2Z8Anc9rf/Qd/Twv
+94XHh9RhrJSO3jHmt8+MvQM4/PNtL5xy265mrvr9awxUG5gSc6OXYgUw9qzc+42ak3r76WIvY/j8
+Dua1J7Z75VB9YY47uc1O9Pq14DhM6FetR3PRjc7bL5qsl3oDf9luJpfrCkOO9i/ZB/DOX2HtW/Da
+b+DF23VntYtvtL2TEHnzOq0pK4SGDd6AQWE5TLls/3zTMUfaTdzw3SmDannxxuOY94VjWPS9Obx4
+42we+sxMjqjNvDpIimXPcGQ3/yht3xodTv/1U8cysX81lx0xmMkDa2C38bxNL1eHHuO9XjKPI40E
+ec8v8X5u6aad/O7F5an3M4Z254cnGtdDRa/gOtljMf818d7DcP9lvq/UVZbwt08fwc3nHULvuFFO
+hrH817Qr2+2KK4cRag2FY+tkAAAgAElEQVStCSfVEZJIOFz1+9d4esESapQ+/22xomA7GsackXp5
+dOxtat2BlMcXth9tb25soJ8bNefECjqcH59VSrulos8KaWWcWg7AwNoyTknm2MiT0HiQRrvVlBTF
+WW402ge5a/omHPjrG6t9ofEbqaEgHuLpNhPNtBtpNx4OYY60F5XrhnuSd/7qva5freeoge5YSJ97
+FiRKQa/x3vv13lzI5LJMQKRG2s1GezfVwJZdurc07MzxJgPdUYy1ZqN9x2qWbdlFU1Njar6Xg+pw
+rdOsUzOQPeW6kVuumijcMN/3cX1jC92MbK4q1+vHZ6B7X6/grmjaSHPa0kFbt6xPRfw0x8tDmwIB
+7KXRvtx7XTs4CJuOMStDW4yQwIZ1pEYUKnsHM6Iw/VPe65fvhFWv+ue1pzXak7kqysMOjzfpc0hq
+ibU6tZ0Rag3PLd6cyuD9tQcX8MbK7ZwZM8qm4cfr+cC55vBrUi+n7HmRYW74aYfz2o1O2l0lOa7c
+V/b1Olx2bYLtK1BK8YuPTeG62SO4/+oZzB5jlNlm2W4k2esSSsHc29s3+n95NDz8Ofj3jXDrFPjT
+hZBI+LKnd5aMztdoLy3yl5u9xukltrJBr3HeuvMmm70Q85qyIob0KPcvO2dG8vUaD8Nmw0k/gJEn
+p3aflnjK9yuTq15MGdSNf3xmJt8+Y5weecwUHp9kmJGgcek8jjDmtb9gzGu/6bH3aHXX7J42pJZ7
+r5jOWcONJVGDbgyf8D3oOdp7v/kDowNTM6xnBeccUofa49Z9VQxKQ5gWOuMz+rwd9kkYfVpqd3Je
++2srdCTE0x9s4olFG32d2qpmYLDJmGuH6GUogTgJTo2/BMBj77RvtNfuXp563VYzJLgRbaMjbE63
+NZQXxfnu3HFem6bBaLRXhphvKgCk0W4xeqTdG2kZrLxwv00NTdThhTptDHukvd8UiLuF65YP/T1j
+DUaYYpgj7aDnQSZZ+ZL32kxM1y3E0PgkvSd4r83KR0TD4ynvgRPXFf2eqp4qdMKvKDbafcnodqzk
+7VXbGag2EFe6AqOqBwSapKzNSOTYf8frvs+2727yzzEzp04EhJlYrjdbWJ4Wwt+82bt39pSF3Atu
+hh2mLekXqQ4vM9nkFm9U0T+fPaDKycSP6AYEAA488gWqS73K+7bd/vD4ZIdc6OHxJrG4r+N4UuxD
+mtsSfLB+J3ta2nhi4UbAYW7caHRmSGSXE3qO9GX2/mrBvVSwm3+8tbZdBxhAfKd3DeT8fooXwMDD
+vffuGuoDasu4/oSRHDrQCI+uX+sljiso8YW1dpne4+Gyh+HShzv+zvuPwLKn9zkZnW/Jt7JCfyRd
+n4n775pOvBD6ZJhWsX2lXt62I8w6xvhz4OK/wYxr4JALUrtH7Fng+5HkSDtL5sGth8GD1+iowN1p
+2eNNBh3hrX+9cSEz6lpSc+Xnr9nBjt0t7Gxq5fGFXr3sG6eONcKQXYKeNzzgMLjm5VSCVkBHX6Sz
+ywgzL+sRzmpE3QbBR/8Mp97sJX0DRitd5vzHPbbJRI5maHws16HxmTCedWfFdbTMy8u2Up+W96NX
+s3GNmqsY5Zr+XqP9iqFbeftbJ3LMKKPTyNdoD7kNkWOk0W4xJYUx30j7QOWfo1eXFh6vCLHRXlii
+57glWfa09zoqI+3gd1z3tk5wAdGZz57E12h3Kx+N2yDZw1xQEq2HV7wQZSSTGRfTx3NMhVGJCbnR
+npwvuAZ/MrpXl29lmDIKhR7BNoxLRxyVej2x9R1fAq3dm1ZQrnRFdYeqCifpjhHu3kdtYXHaer+O
+0dB0cj0He2/s60h72FNLzEb7hne917757AE12pWC03/ujR6ue4tpRcuYqJYwQG1IjawnSY52+sLj
+Q4gAaYcxP32C0h00b6/ezjtrdtDclmBGbCHDYu59XlTpG+HMOUdel3o5O/4m/yn+EmUNS3noLe/e
+SSQc7nx6CauXe8lHW8sD6AQbZIyYZ1r9JfWZ0eHR/7Ds5IQYPLPzjshF/9zn8Pgdu9PmtJuNdrM8
+zQb9M4XIO51nw9/ewcCAOwoKUFu/kDjefOi+NaV6tPn+y/TI81t/0MnvkvUAFJSmzZUvKvf9zqoV
+TzChv/6O48CLS7ewfseeVKqcQd3LmJCcMx+F/EP9Jnuv177Z/vP9WXIwl/Tylqsb69Z73ly5nTXb
+G3lxie5cCWy5t44Ye1Yq6e3k2IdMVe/RlnB4yfV7bvFmTvrZMwxxvOS88V5jMv6qnGCcc7XqFQrS
+MzKajfYwV3YKAGm0W0xJYZyVjvdQGqA2+R7ovvB4p1u7EbDAGXqM93rJPO91lEbaK+qg2n1otu6B
+De/o11EbaTdHBpKVj/RR9pCSunWI0eM8VunjebQ5vTmKI+3bV/Hy0q0MDbHRHjMSxUyNvc+KTV50
+QmK916BbVxxSQ7OsOy0xXXGuUo0Mev7LerTHpciY515YG2IuCICq/pDsvKxfq+eIJ4lSo93sPFz+
+rHc8zWXqqgLMDVAzUI/+uVzx/hX8o/gb/LvoK6z+4I3U/qbWNhrcZGD+9c5DDo8HnUneZUJMN9oX
+rN7Bq27yravjxhrbEz+il0YKioGHw6SPpd72UVv5VsHv+MXTS0i4IcqPL9zAjx5dyIyYlz27pSaA
+OaVmmPqKzhrtz2T+mQNBKZhqLMkWK4S5t3nv33uYnhVeiO6mzsLjzUR0ZWnh8b2zONIOempFJtJX
+ezEx6xg1g73XVX1SCSfjrY2MUl6EUO+qEnjki0YjHXji297rstrMYf9jvJBtFtzPzOHGvPYPN7Oh
+3utM71VphPqb4ehhZeg2oxjWZRhp9y05GG6dAvDV1Q6NL6UA/Xy89+UVLFyny/KRsZDzJZV3h5Fe
+bo07im6hN1t4dvFmHMfhy3+dz/sbGnxRfSqIJHRJek3wkv/uWAUrXvB/Xi8j7YIFlBTGaaSEDY7u
+JS1UbfQ1euz8jfYa1mXIBhkoQ825VE/pbt221rSlGiLQM2pmf12ts2lGbqS95+hUzyjbluslRqIa
+Gp/EbLTHllNcEGNIqVGxj2CjvXnrSpZu3sWwmDHCaY6CBkHNILbE9bGpUHvY9uGrqY8Ktryfer25
+NIAKfCaUYtkgL7xu/MZ/wJPfAaB+TwvVLV5Fr6R7yI32giKdnR0AR+eqAP0sitL90324lxm+qR7W
+ug3jMEbak0y5vN2uMtXEkZvuY2eTrohu3eV1giQjQIDww+MB+niN9rFqBQW0Mn/NDl5bvpUxagVH
+x93OTxXTYclBM/dWOPtXqbczYwuo37SGZ90Q2rdXb2eyWpwq1zc7VTT1OYAQ9H2l7yQvQev2le0j
+VECvd/7uQ977IUe1/87+cujFuuyIF+ljdMiFXsj3zg2MaX0PgJ5so3jjfNiw0NdpmMScxtGtsNnL
+FaHiUDe23fcPiGHHwlm/1POwp37c22/Ma/fhOB2PtINvqsHcHrqBMqh7GX03/BcWPuj/bnp4eCbG
+ne0thbjieY7t7R2b55ekNdqrzUa7mTQ4pLqa0flmxUh7zcDUUqMlzh7Gu4nUbpuXzFXicHyh0YHU
+/zBCYc4PU/kPeqod3FJ0G899uJmF6+pZs13X03xrtAcZHl9QBBPO9d6//hv/5w2Gl8xpF6JKSaE+
+fcuNee2jCr0Hdh3+RHSh03dSKhkQO9fDpvfcAsaNwyrrHo2lGszsr2vcynLURtoLiqGnEZ503yXw
+96u992GPFGbC6HGeEFvB3ZcdRsxXwEaj0W4momvdqs/7UF9hFfC8caVYV+sV5In3H0u9Lt3mNdrr
+KwPuTDDYdfS3uL/VqKi/ehfsqWfh2npfkp1Q5uulYyZ5S1b6dm+BZp1ngaJKPUIVJkq17+QE/5z2
+oJfO6z/VnwDT5fTYC7zxgb5PtuxMVv4dyojQnHbQo0luFFWxamGkWs376+t57sPNXFlgzJ0ec0Zw
+iSZNlNIj/O5KK3HlcHr8RV5frpNWrdy6mzlxr8PuP21TGNs3gHI9XuiP/HjzD7qRbvLu37312WuH
++sKvD5iSKrjqGbhxtZ7fHYv7EsZOWPNn/qfgF7xacg2fW3oF3DGDNT87htYWf64FMzy++87FpOod
+PUflJrHsIefDkdf67xkj672P3Vu9509hefvkcUa4/SUDN/H9s8bzx4+NIf7IF7zvFGdI8Jn+e5JU
+9vI9Xw7Z/h+KC3R9cummXby9yqs79jKmH0RipL3HCK8TqWGdf/Uh8M9zD3OlEhNjiskR8UW+j4ar
+NfRKuNGmRZUwMAvLDu4PNQPhvN/iKB2ZMT32HhVbFvCb55cDerm/QTEjKjboepAZcbPwIdhl5G0w
+rwHJHi9ElZICfXOZa7VPKPUu5DrlT0T3xZMCDGfJRCzu74H/w7nw+Ne991EJazHno62J6Eg7+Ofh
+LX1Kh/MnCXukMBO9xpEMTR4RW8uRgyr8WW5DHmmvLi2ksqTAt+Rb0e4NHKoWp4XHB9jD7KKMRFWD
+Nj6Zel3V4GUWb6wJ3ivJiD7d+FLrlbyfcCtJLbtgwf28u7Y+Omu0JzFXskg2hs0kdLWDozG1xMzy
+nJxO5EtEF/CxTA9VdilTTTS+di/gzWefEVtIQXKqVnGVHimJAn29ZaPGx5aRcKCidRunxoyko0de
+G4KYgZEUam78eRa5OSJWbt7FycYa8iOP/SjD6yqDcTLvmadvgl/MhO1GIkdz5GvKZdlP/qWUf468
+sUxV71WPcF7BM76v99u5gN/d8YNU/o9EwvGt01659R3vy9mez56OWV50FB6/fbn3utug9s8fYyCh
+9N0/c9H2X9L/0cu9ubzldXD5v7zouySddT5NPD/1svCFW7i1+o/0dAd6/vaG95zpVWWOtEdgKmMs
+7p8eaDbSHQcWe8sm+qZkholx/5xcucT30XExI1pg2LHhPiuHzEIZz5+Pxp/kgdd1NNp1BX+jADcx
+Zu2w4Kc89TkE+rpz29ua4e17vc984fHSaI8MSqn+Sqm7lVJrlVJNSqnlSqmfK6W67f2nDz5KCnWj
+3UxGN9IYaTfXab/ylCP4xMwIjL4OPcZ7Xb8a3nnAex9Wz206fQ7xCr/NH+hevGRhpeLBV5Y7orOM
+t1FstBdXpkY5ldOm5+qa4YIhP2yVUgzoVkYTRax2Q+QLVIK/F38rtYYqRRWheA6afgaNji7MBydW
+0rB6ISTaqG30Gput3cPrlKsoLqBPdRn3ts32dr72G95ds50+yugRj8K9M/QY7/WSp6IXGp9kyNHe
+69WvQFNDWnh8CMdyyuV6ibJxZ7F8pBf2O3L1X8FxUuHx7eaHRwUjtHai0knBzok/Q5FyOxj6TT2w
+rOfZYOxcEjF9rx8SW0rjGp23om7ra6mEVYniKqYcfWaATmd6GccBti6BJ76lX69/B1a7EQDxIph0
+Ue59hhy112iyU7f8hu8/qCPlVm9rTC1f1q+sjcKXjXnxZrh1LjBHJDe9n3m03VypJtP/q+8kXfdI
+8uKtsNKY13vKj3Xnw5l36OzqvSfCmNNh1g0de40+1RuxbtrBCbv+yc2FdwDQ0ORNL0iFx+/eqqce
+JAkz4Zc5r321F33Cpve96RtFlTDgcCKBsfzhuLaFjOvtNXiPLzA6HUaeFKRVZoxpUGfEX6CC3YxT
+y7gi/i/vO2F1bJqdxgvu1/82NUCzm/w2XuxbXvhgxJpGu1JqGPA6cDnwCvAzYClwHfCiUiqABVWj
+RTKcyVz2baijH1h92EJVMhFQrJBzZk5MNfJDZdhxHX8WlZH2wlJfxk9evtN7Xd1fL4MTBdIrG8lO
+j6JKfzhjlDBHNR79MiTc0Y/+h0Vi/tmg7jpE/qaWC1KNZB+1Q0MZha2orOatYq8xsfGV+2Hbcgod
+3Uja4NRQVhNupMLwXpX8vW2md9w2LGDa0tvojTHSHoVGe/+pRlKblXpuq1kBjkqjvaKnTsADkGiF
+135jhKeqcJ6XsTjM+QGcdw/d5nwtda6HtC1j4bw/s2VnczTmh3eEUdmfEVtIDQ1cGP+v93mGSILA
+Ka3xVd6v2P1rNi54gp85N6X2qVFzgh2R6zEcPv2iL8s97/xVj3I+7Xkx5nQo72AedTYpKIIr/gsn
+/ZDEoFm8kRjO5c1fZMyeu1M5fnqp7fRc+Bv2tLSxaN0OPl9wH68VX83ziYu95R5La2HCebl1rejl
+TQts3gl3zIB30+ahz/+L9zpTw62ovON592PO0J0qoDvIPvkfuPpZOP8Peg3ujiiu0EuSGeuYHxVf
+wDi1zPe1VHj823+CNjdPRZ9J4UZNmR1rL93hrbBhjrKHPWpt0m1IquyLNe/kwbMr+OJJo5jZL87U
+mDFwMfyEkAQNBkyjpftoQOclOSv+HN8vvJsC5Y6yD5oJh14SjtvYuV7n4bq3dWf7ImNqU3X/aETJ
+5RBrGu3A7UAdcK3jOGc6jvMVx3GOQzfeRwHfD9UuBGIxxfC6ChY43oN55K7XGazW8d1CI1ytz8To
+XMi1Q+DIz2VOFhGVkXbwj3I991Pvda575bvCgOk6FLHHKDj3brj2TbjgXvjUc+HPye0IMzpgqxEm
+liHJVRicO6U/hXHFkwWz+O7Au3mhLa2iFEJofJIN/U5Mva5a/Hda33s09f6DRH9qysLNBzGiroJ6
+ynm4zRvduKDp/tT69m39puVm7mhXiRf6w33vOQVeu9t7XxvCfOaOMLM8/+cbpObhVvYOPf9HdW0P
+nqny/Iqf+R7vL13GDwu9ZGqMOcOfQyBsjOf3sNg63iq5iiHuPE2nuEon6IoAsZmfI+FOJTo6Pp+6
+v56T6oSvVxWoWV8MXqrHCDjhuzDauCZ/PRsW/cN7f8Rng/Mpq4UZnyZ2+cNcHv8h8xKH0kgJt7Qa
+qxyoh3ht0RKK3riLawsepIeq9/+OOT/KfSeDUnDs17yR8rZm+Od10OhGQm56XzdAQEcqjJ2b+feM
+9qZIMfwE3eA+5y6dvHB/63eTLoQvLPYa/cC/ir/GI0U38sOCX1HKHnpXl+hopNeMOmXYnVujT/We
+Ky274E8X6ojIDx73vhOFUeskSvnmtRe+9H9cM2sgf+j5e2KOG+XT99DwlzwGUIrCaZ9Ivf1awR+Z
+FHPravEiOON/sz/9ZV8pqfZHyi14AOYZTb9cd8BFACsa7e4o+4nAcuC2tI+/BewCLlZKRWBdmWC5
+/aLJnH7METQM0CPYCoenim/ghLi3DA8nfC8kuw444TtwwyK46ln//pIMiVTCYsZnoDDDkj+dhZsF
+jVJw+i3wmVf0ckxF5bowi8pIYSaGHtN+X0k1jDsraJOMzB7Ti5dunM0b3ziBH37idJovuJ/3uhu9
+39nMitxFqiaeRrOjK349G5dR8J+vpT77wBlATWm4owoj6nSysZ+3nsP2uD/waYPqQfysO8LQyszQ
+Y7zX5jzN2mH+RknYHHmdnq6TTq7n4e4jh170PXZSCsAw1vCT5WczKabDzh2Uf2Q2CpTVwmFXZPxI
+HXJhsMu8dUb/qTzXrX0Hwkanhpv7/hR6htd5yOxvepnHE0aW9nFnhdap3dyaSL2+r+1oNhXphJdV
+ajfjHz6do5be3P6Hhp8Q3NSN6VfClU+lsoizZzs8/WNY9gw8YGSXH3lS+3XVk8y6Ac66Ey55CC66
+Hw77pM6ofaAdofECmPV5366xsRVcWDCP3xX9iF7xnbDon958/KJKGH9uhl8UIEVleoAimeBy+wr4
+5TH+iKkojFqbjDrZe73wQfjZOHjPGCU+IuRcGiaTLkwNrJUoLxcE064MJ0mnyVgvnwX//Z4XNVPW
+I1pRXTnCikY7kMzI87jjOAnzA8dxGoDngTIgIhNYgmNkr0q+eNJoKmdnbky+WDvXN58mUvSZ6EuG
+EqmQ7spe7R8AE87rfB65sHf6TdGjDiZRqiwD3SuKU1NJjhnXn9HX/EWPaJxxazDzNTvg0JGDub2t
+/ShMg1PK39pmhT7SPqZPFQBr6MlRu37IfytOpckp4K3EUP5v8G06xDYqmEneQOewmHk9XP1c6KsY
++CgshfP/6F+6afgJcMb/hedkUNe7PzsOvTrjZ+9P/ib0mxyw0T5w6k/ggj/5E4pW9Q8/AV0ai8df
+n8qtAfBM2wTObv4O8bA7bHqOgllf8O+LFcBx3wjHB2hsaUu9blMFbJ7+5dT7mub1xN0EWuucWtbO
++A6c9AP4yO+CjUDsMxGO/7b3/qXb4LenwwYjKZ5ZH0qnoFhnzx96TPa9+xySsUP9sNgHlNwyBu67
+2HD8iA6tD5u6MXD2L70IhoZ1kGweDJ4VjVFrk7Fn6sjIJObKOYdfA+OjEeUD6PxDp6Z1dBVXRWPQ
+atQpXqehyVFf1CtNHOTY0mhPZljqYJFLkik599r9rJR6PdMGjM6GaGgMOrJdAp0PE315eWi0KiLt
+OO1ncPRX9IhxWEtddMQR13pLpsQK2zc2hf3j6C/Byf+jk4aU99RRDVEmFtcjGpMvDjWfQbfyIl4Z
+eCVXNl/PGjfD/b/bpnJi04951xlMdciN9on9q5k5XDcy6qng45svYnzT3ZzZ/D36DQp4eZi90WOk
+LvxBP3euelZXqCPUeZSiZgB84nE9rejCP+tRtqjk/wD6zrmBxXhL+dU7pVzX/Gl2T4rGlJeMjD4F
+rntbhwbf8AF8bkF0lodyGT6gN+c2fYtbW+dyZfP1XNLyFVY7PRlYWxq2Ghz3NfjofXqZKNCV+RBH
+4GaN8Do3Lp0xmKFHXch8x++zxunOOc3fofa4z+oO+TDu9XFn6yRxmSjrDiNOzPxZEMz+Fk2qhCan
+kIfbjCX7HK9DhNJu0ercGn0qXPBHXZdI0m8KnHl7eE4dEYvBaT/XjUszqeOIk/S0k6gx+hR/BOTM
+z0Vj2mV5D99UA0BnlQ97ykZARCSj1l5Jxk3v6ODz5P4ILEYeEkrB7G/h/P4sEokEv2mbw89az+UL
+3SKen6+oHI69MWyLzJRUwcUPwqu/0g+vzpK6CF1j+pW6x76wLDrJYizgzkumMu/9Qcz60xS60cAW
+99EYjykqi8N9nCuluPWjhzL3tudZsUWv49ziFjET+kVo6gvo5+UF9+olB6M0st4R3YfpaUURRBVX
+8vVev2DTykXESLDG6UEjJdxQXrz3Hw4TpSKR/LIjxvSpZD3d+Umrf/R1UPeIzAIceRIMPx52bwn9
+OH7u+JEsWtdAv5oSbjhxJMWFBTzc9zpGrb2BYtXCH1tnc1Pr+dTV9Q43IW8sBqf8D/z+LGjZDd2H
+662wDKZf5V/WLmj6TebWKY9y13PL2E0J/2h7lS9XPMKw5vf156NPg5NvilznFqNOho8/qufcD5gO
+kz6qO9qjiFJw3Nfh8E/rpKIFRVAzOLw54nvjjFt1x1xxpe40jgozPqNXH4oV6ilYR30h3HsnQGxp
+tGcNx3EyrufijrZHMJavCww9Gq5/h1k/fpq1rTpMpGdlflzIOaPPxMiEoh50dDR3T+iQypJCzjik
+L88v3sxfXvPWSa4pLURFINlkTVkRd116GFf9/jWWbNLL5B03uo4ZwyLYeaiUHQ12Cxjdt4aXV/iT
+i3avkM64A6FnRTE9KorYvLPZt39AbYSiQWLx0BvsAFMGdeOVr84mFvOegcOnHMeRy/6XAlpZj37+
+HNU7oHXtO2Pg4XDdfGht9CIVIsLA3j3ZjV7z+vHEYVSNOIufzOmtl9WK0vSmdPpNCX+pxq5QVhuN
+Ueu9UVwRzSiAUXPg+oV6+pgNxzGL2NJoT46kdzRck9y/vYPP8wZV1Zei6t7gjnT1qJBGuyAcbEzo
+X+1rtIcdGm8yvK6CJ284hkTCoSWRoLggoqMeQtYY3cc/l7CkMEZZkZz3A0EpxUXTB3HLk4t9+/t3
+i0B4fAQxG+wAZx/aj3tfHsRbq7xq4Zg+EZnzGtHOwmF1/rnqvatK9NzwqM0PF4QwlxwMkYjGZLTD
+jc/pcM56csJkR3Pe84pjRume725lhdELSxUE4YCZ2N9/X9eURqfRniQWU9JgzxPSG0Pdy4sjEflh
+O9fOHsG0Id5IUt/qknDDuy2iIB7j5+dP8u0b2zcijfaIMqyHv9EukZqCEC1sabTPc/89USl/2kCl
+VCVwJLAbeClosShy4ymjuevSqTxy3SzKQ57nKghC9hmVFuYpDSQhTEb28lf2K6TcyQrxmOLXl05l
+2pBaYgo+MStCa95bwOAe5fzqkqn0rCzm+DF1HDUimiPcUSE9Yqst4YRkIghCJqwoWR3HWaKUehy9
+Vvs1gDnJ+DtAOXCn4zi7wvCLGsUFcWaPkXAmQThYSR/BXr1td0gmggBlRf6qxNbdzR18U+gqVSWF
+/OXKw9nV3CadIfvBCWN7cfyYOunY3EemDanllWVbATh2dPj5CgRB8LCpBPg08ALwv0qp2cAiYDp6
+DfcPAFmPSxCEvKGsKM7uZr0cj0TUCFFiU0NT2AoHFUopabAfANJg33d+dPYEbp33IVMH1TKkR0RW
+KhAEAbAnPB7HcZYAU4F70I31G4BhwC3A4Y7jbAnPThAEIVjuvNjLlvvlOaNDNBEE+MhUbymoC6cN
+6OSbgiBElaE9K/jpRybx0enRymwvCIJdI+04jrMKuDxsD0EQhLCZNaIn9189g5bWRDSXVBPyiq+d
+Mpblm3fT1Jbgs8eN2PsPCIIgCIKwz1jVaBcEQRA8DhucX2uUCtGluqyQ+66eEbaGIAiCIByUWBMe
+LwiCIAiCIAiCIAj5hjTaBUEQBEEQBEEQBCGiSKNdEARBEARBEARBECKKNNoFQRAEQRAEQRAEIaJI
+o10QBEEQBEEQBEEQIoo02gVBEARBEARBEAQhokijXRAEQRAEQRAEQRAiijTaBUEQBEEQBEEQBCGi
+SKNdEARBEARBEARBECKKNNoFQRAEQRAEQRAEIaJIo10QBEEQBEEQBEEQIoo02gVBEARBEARBEAQh
+okijXRAEQRAEQRAEQRAiijTaBUEQBEEQBEEQBCGiSKNdEARBEARBEARBECKKNNoFQRAEQRAEQRAE
+IaIox3HCdogESowyI34AAB5fSURBVKktpaWltWPGjAlbRRAEQRAEQRAEQcgiixYtorGxcavjON3D
+dukq0mh3UUotA6qA5SGrhMVo99/3QrXoHBscwQ5PGxzBDk9xzB42eNrgCHZ42uAIdniKY/awwdMG
+R7DD0wZHsMPTBsdDgDbHcYrDFukqBWELRAXHcYaE7RAmSqnXARzHmRK2S0fY4Ah2eNrgCHZ4imP2
+sMHTBkeww9MGR7DDUxyzhw2eNjiCHZ42OIIdnjY52ojMaRcEQRAEQRAEQRCEiCKNdkEQBEEQBEEQ
+BEGIKNJoFwRBEARBEARBEISIIo12QRAEQRAEQRAEQYgo0mgXBEEQBEEQBEEQhIgiS74JgiAIgiAI
+giAIQkSRkXZBEARBEARBEARBiCjSaBcEQRAEQRAEQRCEiCKNdkEQBEEQBEEQBEGIKNJoFwRBEARB
+EARBEISIIo12QRAEQRAEQRAEQYgo0mgXBEEQBEEQBEEQhIgijXZBEARBEARBEARBiCjSaBcEQRAE
+QRAEQRCEiCKNdkEQDnqUUipsh71hiWOvsB0EQRBsIerP9aj7JZGyRxCk0S4IVhDFglUpVRW2w95Q
+Sn0EwHEcJ2yXzlBKzQXmKKXKw3bpCKXUP4DHlFI1YbvsDaVUsVIq7r6Wci5LyLHML6Tc2X9sKHts
+KHfAnrJHyp3cIMfSoyBsAeHgQimlolpIKaVGAgOBGuAZYJvjOC3hWrVHKTUTOBQYCswDnnUcZ1uU
+jq1S6u/AEqXUTY7jbArbJxNKqUeBiUqpZY7jvBq2T0cope4CzgGeA14HdoVr1B630nQasAoYDLwV
+pesxiVLqMuAIYBSwQCn1P47jrIiSq1JqDNAHKAVeBnY6jrNHKRVzHCcRrp2HUuoU9LnuCbwKvBrh
+ez0y5zcdKXeyhw3lDthR9thQ7oAdZY8N5Q7YUfZIubMXHMeRTbYD2oAfAJcb71XYThkcfwosBxLu
+9iZwNVAetlua523ABsNzm3t8I+MJfM/w+z7QI2ynDI6PAHuA64HKsH068XwQqAd+Bgx39yn331jY
+fq7HY0Az8IJ7zm8L26kDz98D24Hd7n2TAP4N1IbtZjjega58Ju+fpcCvgUERO+d/AHYYnglgEXA8
+UBy2n+so5U72PKXcyZ5n5MseG8od1yXyZY8N5Y7rGfmyR8qdffj7YR8A2ezegPvdG+sl4Fxjf2Qq
+UMA/3EL0ReDbwH/dh+xiYFrYfobnQ+5D/y/AicAngPfch+uAsP1cxxjwC6ANeDaKFSjgUaDRrTRV
+G/sjc026Pt9yC6ivdFbAh+ltHMtPAdOALcA64NCwj1+a571AA3AzcAgwCHgSaAImhO3nOv7drdj9
+DbjYvW9ed++hVcBhYTu6nn8Cdrr3+RzgIvcZmnCP8ReA3iE7SrmTPU8pd7LnGfmyx4ZyJ+1YRrbs
+saHccT0jX/ZIubOPDmGfKNns3YAb3Av4PfdmWwCcZ3weekEF/K9bIbkR6Onu6w3c5LrfHraj6/QL
+98H0ZcMzDvzI9ZyV9v3QekWBc4E1bmH6tuv3/6JQgQL+iQ7zuwHolvbZCGASUA2UhexZjR49eAao
+c/eVAEOA7wL/B9wCTA7rXKNHjBqBzyePpeuUAD4Z9rk2PK92KyTfMSuhbsG/Dpjuvi9w/w38ueTe
+1wl04y15fxcAo91rIAFsBY51PwvrnJ/q3j83Z7h/vg6sd6+Jbyav2xAcpdzJnqeUO9nzi3zZY0O5
+4zpFvuyxodxx/27kyx4pd7rgEcZ/Xjb7N+Ao4ENgLXA48Dn3ppsflQoUcIp7s9+TLNiBuPvvUPfG
+exZQIXt+EljtFpjd0z671S0AJgMfcx9u/dzPwqrYz0aHrA11X7+JN/LRx/1OFW7YXYBe85Iexr4K
+4Bh0OOAe46F7DyGOIqHnjjYBnzGO1yeBD/CHhu1yC90+IRzL5IhRlbH/HLzQusFhHb8013uATRnu
+na+51+nngbuAXxHCCKf7fPmX+6zs7u6LJf8FPuse62TlaXTy50JwTVZMjjL8CozPrwRWuNflp8z/
+S0B+Uu5kz1PKney5WVH2EPFyxziWkS97iHi547pYUfYg5c6+u4RxIclm/+Y+6BPAae77vsBXw7qQ
+M/jF0L12LcAo0wPdy1gAvIPuua/CrVSF6FmfXhChQxXXo0dslhgF6ofAyBCPbS9gI3CZ+/5M4A3X
+7Ub0iMIS9NyfmgC9HnQdnsQNo0KPyqxDh6U+i066k5zX9TzhVZ6moCtP17jvT3MLzReA84AjgZ+7
++3YB1yavlwDczkT3In8Jt9Jk/l3gAfQIwxz3fVj3jkInq1ni3sc9jM+Ode/vRuBdvIpJPXBRgMcy
+5j4bt7r3bZnxWbIhN931Sob9PkNaRTDAY/p11+GE5DHOcP4/7fpuxw1VDeo5hJQ72faUcic7blaU
+PUS43DHOaaTLHiwod5J/B0vKHqTc2XeXoE+ObAfPhh5RqDTe9+rkQi4I2K3ILci/6r5v96AEngBW
+ROA41tC+gncseg5kE3Adusd+MDpRRwJ4i/DChAqBhcDdxr656GykySRGjQQUxpb2YL/HdXgcPTdz
+LbqCNMwtxAqBw/DCwn5OCAlOgHHosNS/utfqI+iQz6K0713jHsttBDSChG5MHApUpF2TyR76K91j
+90gY118G37+4Pj9FZ+/9hHstNgPno0M/C/FCfrfhNj4CdHwWXXlKhkwmj2UyFPlNdEbfx9x7frZ5
+7AP0vMI9Rg/QfgTJvM9+7H7vUQJOtoWUO9lylXLnwJ2sKnuIcLnj/l1ryh4sKHdcz8iXPUi5s+8e
+QV9Astm/0UnvZqYL2fw+ulIQSMiVWwAMzrA/WRA8hu4pjac5jiJtXk1Avkkvhc7mm0g+QNO+97Rb
+8AaekMV44P8FeNq8HoDL3Yd+Ah2SFVjlLu38/RZvdOgloMQ8vu7rI92C7GVCypDsHqOt6MQwy4Gv
+u/sL0v4/d7n/l48FdQ3u5TvVwPvokM8T9vXncngtzsIbcTO3s83vua9/7352Q0COCl1xuxlvJGM8
+UOh+fhE6NPXf6Ir9HPd7Pwnpmqx075nNwAW0r8wnj7lCV/aW4s6TDMAt0uWO8fyWcif7jpEsd9y/
+b4bxRr7sIYLljnmO9/Kd0MseLCh3kseFiJc9xrMnyuVOhw1wQih3ZMF6ocs4jtPWyWcb0A/776N7
+mL8BnA6glLoY+A3wE6VUQQCe9Y7jLM/wUdz9N4F+WJUl/09KqTnA7cCXlVLxDD+bMxz3Lnf//SI6
+o+eTSqmY61bmfvVdoBy99m+gON5anm+g16Ed5DhOm1KqNzqRTRN6nuTJwFVKqT4BebUlz5fjOJei
+s7o2o8MAk+uQOsaPLEY/aMcQ8HFMnk/0fRJHJ1Pqhy6wANrc/0+x+/5J99/qXLulHaN2KKXijuPs
+QCewKkKPxO3153KBcS2+iE5S9XV0AXoN8B/g0eT6s0qpEve7j7v/lgbk6Dh6Te6fokNQZ6ITVj2p
+lHoauNt1ucL9/3yIDgHsFoSfiXv/NKJHVcvQx3OG+Rx0j2WRe77fRo/Cjg3Cz70nMtZZolDuGM9v
+K8odpZSCaJc7SYeoljuuW2vyWR3lskcpVei+jFy5A9457ugej0rZY0O543pGvuxxHMdxn8lRLnda
+O3omh1LuBNFTIdvBsdGFHk10D9TX0El35qOT3axDPxTGhemIf8RjtbH/RHSlYA8wNqxjib+nTqV/
+H10ALCHHy1/sxfFCdMWkFuiOHjnaAnzcfWi9iK6cfp0czuFKd0w7dh8jbdQFf4/tMnRhVpQrv86O
+JTo89Q70HK2E6zLY/azQ+N5P0JXSmWGd7wzfPdx1agSm5vr4dcXTPV6r8OZEmtfELej5xqcE5Whc
+c/3RI3GL3PO9GB2m2s/4bhU6jPLOHPuNBE5yn3mj0z6rxRtlewu9Rm5phuvyT8BK0z8Ix86eJwRc
+7nTFkRDLnX3xJORyZx8dQy93OvEsNl6HWvbs5f6OTLmzn/d4oGVPJ47pdY9Qy529nPNIlD3AEejO
+ja8C56d9FpVyJ6PjXq7JwMqdnF7sstm/obPIXmS870rFvga9FmgDXnbK8VFxRM8tXOS+TlacdgAT
+o3Qs8VdaLkYnYvkt7ryvMBzRPZ1r0L31K9xz+2nj83OBp8hBJXRvjnQQRpt2HD/tXpM3mQVCUJ54
+leLebiG0w71Pfg70N753JjoU7FVyEPZ5gPd3cn7ZJ9OPb5ie6MpTAzrJUqmx/wx0Yf8q0Cvg852s
+sFegkxgdjS7oy9N+x3XoUbiPdPV8dMHzJ+hKWzKc8y3gs2nf6YUeMUygw1E/gxHmh84mvgY9t7A6
+DMdOfjaocme/HAm+3NlfzyDLnU4djeflYEIqd/bRM2MoLQGWPft4f4da7hzIden+bCBlzz6c71ja
+dwMvd7pwzkMte9Dl4xrDMYGx2oL7nbDLnb06dvKzwZQ7ubiAZDs4NrxEGx8AZxj79zbSZT7IrgVa
+0b3huWjAddkRb93M/7oF09nojKX15K7itL/H0uytTXquAoaG6QjUoXsSE+h5cVenfy+9UIjQcTwL
+3eP8ITAorPON15DrhV7XOVlYvIkOs/qje643R+XeMT93C9AEevQtZ3Nx99XT8LoIParxFnrZomnA
+t9CVgK3AmJDOd6b7yHxWnu7e32+Ro/nXwEPokcrX0KM//0aP8K4HTnW/k3w+9kKPGGxEP8PfRI8+
+3OWe882kjegE5djBzwVZ7nTZkXDKnf09lkGWO/vsSEjlThaPZU7Lnn28v5O5AEIpdw7wWAZW9uyr
+IyGWO10455kifwIre4C/oxuz96I7Mc5DdxBsxluRwqwPhVHu7NWxg58LrNxxHGm0y9bBBnwBr7cr
+ge4pnGt8vi9h6JcBG9wHVi5CE/fLEa/Qes69Kd90b9ZcVZyycSy/hG4QbAAmhOloFFJno5PpfMHY
+F9uX/0+Ix/Fz6LVyN5KDXtD9OJbJgqoaXXD+Ha+Hdws6u28uCqgDPpbu995Aj8DlqpHZZU902Owf
+8JbbSW7vROk5ZHxeiK7kLXKvy5xMH0JXhLajRwOS64fXocP6fCMKadflmcA/jONYjx7NzEXnxz47
+dvI7LiO35c5+ORJ8uZONY5nrcqcr12Qo5U4Wj2VOy54DuL8DK3eydSzdn8lZ2bM/jgRc7mTjWBJA
+2QP8Eh3RcSNQa+y/0XVsl9gSPWodZLnTJUcyd4JcRg7LndTfydUvls3eDZ2wYrl7Ew8FbnAv3BXs
+Y2UUvdzFY+4DJReFfTYck2urbiF3FacD8kRnFP4rugf3BXLTgNsvR3Qym6EYFaeoXpPAaPc4tgGv
+5+LBv7+eGY7rCGAyOpQtF6Go2bh3kqOGJwMjonYs3WN3FXrU6E/oCnPW58Bl6Vhe5/7Mczm8Lk9F
+L0H1G9ovqTMdXfl9B53gKZbJGZ15eAY6eVYuQhO77Jjhd+S63MmGYxDlzgF5Eky50xVHc7Q6sHIn
+S8cy52VPlu7vnJY72TiW7vdyWvYcyLEkoHIni8cyp2UPuiG7Gt25UJv22S/Qz8Ax6I64uWSY2kju
+y51sOOa03PH9rVz+ctns29A91lehe4zmGvu+Qdcro+cAw6LmiE4EU4QOJVpE7kLADvhYonscr3V/
+T9YTAGXrfHdUKETFEZ3k5LvoBEX9o+hJB5WpKDlm+H25iqrYb89cXou5OpbACeRu7mgcnXgqgfs8
+Tj9e6OV2lpFhjm0Qx/NAHdN+V67KnQM+jgRT7hzwsST35U5Wzneur80sHcuclj3Zur87ez5FwTPD
+78tFvo/9dgziOZmLY0mOyh73WXcPuhwcnPbZiegpGNvRIe/J0fSncDsyCSZB8IE6mp2JOSl32jkH
+dZHJZs8G9ED3KJWkPQg6qoymP7yCuNkOyNHd150cJQbJsqdvPd+oOebSLcvHsSjX12Y+HMsgHLPk
+WWS8zlXnwoE6lgRwHOPoxtcPMp0/dIjkU8Cqjo4XwTSODtQxJwkls+no7stpuZNFz5yVOzZck1k+
+ljkre/LpWNr2HMp0LUTIszgXbml/oz9wiPn3gSOBZ9FRPJ8BjgLGAX9Gl5mP5torm45B3Ds+3yD/
+mGzR39hLrysdVEbdz44WR7s8xTG/PG1wtMXTBkfj73Ujw4ipUUn5JzpxUQlGBmxglDja5WiLpw2O
+tnja4GiLpw2ONniSeQnJMuB29JJ9J6Z9vzd6+kgCmCGOHTiH8Udls3vDq4yuBE52913i7rs7bD9b
+HG3xFMf88rTB0RZPGxxdp3+gs0iXGftORGcT/lHYfuKYf542ONriaYOjLZ42OEbZEzgEmOK+TnZ8
+l7j/3uSWjceEfOwi6xj6hSWbnRvwTbxRpJ/jrZnaLhOkONrvKY755WmDoy2eUXdEh1r+G1hp7Mv5
++uHiKJ42O9riaYOjLZ42OEbZk8xJY819j6LnkXcP0ssmx9AvLtns2/B6npLLSiSAbeRoCa2D1dEW
+T3HML08bHG3xtMRRAf8B3nffz0EvRxalSqg45pGnDY62eNrgaIunDY6WeZprnF8O7AR+ixEdEPYW
+NccYgtAFlFIxx3ES7tvVeJXQIx3HeSc8Mw8bHMEOT3HMHjZ42uAIdnha4qjQFbwEUKSUOhsd/jcM
+mOU4zvww/UAcs4kNnjY4gh2eNjiCHZ42OIJVnqnyUSl1JvB59PJq33EcZ3eoci6RdAy7F0M2Ozfg
+SvQakVuBcWH72Opoi6c45penDY62eEbdESgA5rl+rwP1RGg0Rhzzz9MGR1s8bXC0xdMGR8s8Y+iG
+8GJgIxGKQIuqYwFC3pE2ArQ/P98fOAPohV4q4d2syXl/I/KO7t+JvKc4Zg8bPG1wdP9O5D1tcHT/
+zgF5Aq3otbkHAjOdHIzGiGP2sMHTBkeww9MGR7DD0wZHsMNzfx3daIB+wN3AccDLwOmO47yXZUUr
+HLuChMfnGWnhHocppU5WSvXr4q/ZANwKjHByEOZpgyPY4SmO2cMGTxscwQ5PGxwhK54J4Gl0hvuj
+c125E8eD39MGR1s8bXC0xdMGR1s8D8TR0UPYjcCf0KPY5+a6wR5Vxy4T1hC/bMFv+BMqXI/OYrwM
+naQiFpaXbY62eIpjfnna4GiLpw2O2fQE+gI9xDG6jrZ42uBoi6cNjrZ42uBoi2cWHWMYa6Xnm+N+
+/b/CFpAthJOu1w5uA+4HTg3bx1ZHWzzFMb88bXC0xdMGR1s8xTG/PG1wtMXTBkdbPG1wtMVTHEP4
+/4QtIFvAJxzOBnYDvwaGh+1jq6MtnuKYX542ONriaYOjLZ7imF+eNjja4mmDoy2eNjja4imO4WyS
+iC5PcJMqxIBT0b1OdziO82G4Vn5scAQ7PMUxe9jgaYMj2OFpgyPY4SmO2cMGTxscwQ5PGxzBDk8b
+HMEOT3EMF+X2Rgh5gFKqCngV2Ok4zpQOvhNzHCehlCpyHKc5WEM7HF2HyHuKY/awwdMGR9ch8p42
+OLoOkfcUx+xhg6cNjq5D5D1tcHQdIu9pg6PrEHlPcQwPyR6fXyh3K1dKlSqX1IfeBRwHrlBK1Ymj
+1Z7imF+eNjja4mmDoy2e4phfnjY42uJpg6MtnjY42uIpjiEhjfY8QSkVA5qAd4GRwCmOi3stm2sZ
+/hi4DughjnZ6imN+edrgaIunDY62eIpjfnna4GiLpw2Otnja4GiLpziGizTaDzLci7UdjuMkHMfZ
+A/zT3XWbUuq45I8lL2Cl1GnAScBiYG2+OtriKY755WmDoy2eNjja4imO+eVpg6MtnjY42uJpg6Mt
+nuIYUZwIZMOTLTsb/nUJxwEnAx8FjgCKjM9uBhJAPXAJMAwoAq4B5gPrgVH56miLpzjml6cNjrZ4
+2uBoi6c45penDY62eNrgaIunDY62eIpjdLfQBWTL0on0X8BfBNa4F2py+ytwmvGd7xufNboXdAL4
+ABifr462eIpjfnna4GiLpw2OtniKY3552uBoi6cNjrZ42uBoi6c4RnsLXUC2LJ9QuNG9GP8JnAUc
+A3wHvVbhUuAc47tnAv8DPAn8EbgW6C+O9niKY3552uBoi6cNjrZ4imN+edrgaIunDY62eNrgaIun
+OEZzC11AtiyeTJgNbAbuA8Ya++cCO4DVQO8MPxcXR/s8xTG/PG1wtMXTBkdbPMUxvzxtcLTF0wZH
+WzxtcLTFUxyju4UuIFsWTyZ8BR36cbz7XqF7l94H1gGD3f0FQLnxHZV8LY72eIpjfnna4GiLpw2O
+tniKY3552uBoi6cNjrZ42uBoi6c4RncLXUC2LJxEUusR/htYZew/C3gP2JC8gN39I4DPAMXiaJ+n
+OOaXpw2Otnja4GiLpzjml6cNjrZ42uBoi6cNjrZ4imP0t9AFZOviCTN6h5KvcZMyAPcADcA04IRM
+F7D7vfvRGRP75qujLZ7imF+eNjja4mmDoy2e4phfnjY42uJpg6MtnjY42uIpjnZuoQvI1sUTBr3c
+rQooS/vsGnRShkfQ6w6uz3ABfxxYBfwfUJKvjrZ4imN+edrgaIunDY62eIpjfnna4GiLpw2Otnja
+4GiLpzjauYUuINs+nig4DviRe2HuAJYBDwInGN+pAR5zL+RdwOFpv+Ms9LqE76Zf3PniaIunOOaX
+pw2Otnja4GiLpzjml6cNjrZ42uBoi6cNjrZ4iqPdW+gCsu3DSYKbgLVAG7pHaT6wCW/dweuBSve7
+c4Hn0QkafuZeuJOAn6B7nDYB4/LR0RZPccwvTxscbfG0wdEWT3HML08bHG3xtMHRFk8bHG3xFEf7
+t9AFZNvLCYIHgK3oXqaJuCEewGT3wkxeyN9EJ2eIA6cBDxufJdC9VU8Ao/PR0RZPccwvTxscbfG0
+wdEWT3HML08bHG3xtMHRFk8bHG3xFMeDYwtdQLZOTo6eq7ET+BrQy91XlPadzxsX6lXuPgUUA+ei
+533cCMwAuuejoy2e4phfnjY42uJpg6MtnuKYX542ONriaYOjLZ42ONriKY4Hzxa6gGwdnBj4p3sB
+3wDUuPvMTIpx4/VX3Iu4CZgujvZ5imN+edrgaIunDY62eIpjfnna4GiLpw2Otnja4GiLpzgeXFvo
+ArJlOCnwX/eivNnYF8vwvZjx+h73Z77Q0ffzzdEWT3HML08bHG3xtMHRFk9xzC9PGxxt8bTB0RZP
+Gxxt8RTHg2+LIUSR3e6/VymlxruvVfqXHMdJKKViSikFPOfuPj75mTgCdniKY/awwdMGR7DD0wZH
+sMNTHLOHDZ42OIIdnjY4gh2eNjiCHZ7ieJAhjfYI4V6MOI5zGvAboAx4RSk11XGcNqVUu/PlOE7C
+0V1Nr6Ev/u357miLpzjml6cNjrZ42uBoi6c45penDY62eNrgaIunDY62eIrjwYs02iOE4zhO8kJ1
+HOcT6BCQEuAZ90JOpF/Ixvta9EW/Kt8dbfEUx/zytMHRFk8bHG3xFMf88rTB0RZPGxxt8bTB0RZP
+cTyIcSIQoy+bf8M/d+Nu9NyN3cBU83P8iRruBTYDh6R/lq+OtniKY3552uBoi6cNjrZ4imN+edrg
+aIunDY62eNrgaIunOB58W+gCsnVwYvZ+IRcan18KrAV+DVSIo32e4phfnjY42uJpg6MtnuKYX542
+ONriaYOjLZ42ONriKY4H1xa6gGydnJyOL+Rpxv6TgbeARcBgcbTXUxzzy9MGR1s8bXC0xVMc88vT
+BkdbPG1wtMXTBkdbPMXx4NlCF5BtLyco84W8C5gMTAXeBLYA48TRfk9xzC9PGxxt8bTB0RZPccwv
+TxscbfG0wdEWTxscbfEUx4NjC11Atn04SZkv5HpgsfvvBHE8eDzFMb88bXC0xdMGR1s8xTG/PG1w
+tMXTBkdbPG1wtMVTHO3fQheQbR9PlP9C/rV7IW8GxoftZpOjLZ7imF+eNjja4mmDoy2e4phfnjY4
+2uJpg6MtnjY42uIpjnZvyj0oggUopWKO4yTc13cCtzmOMz9kLR82OIIdnuKYPWzwtMER7PC0wRHs
+8BTH7GGDpw2OYIenDY5gh6cNjmCHpzjaizTaLcO8kKOKDY5gh6c4Zg8bPG1wBDs8bXAEOzzFMXvY
+4GmDI9jhaYMj2OFpgyPY4SmOdiKNdkEQBEEQBEEQBEGIKLGwBQRBEARBEARBEARByIw02gVBEARB
+EARBEAQhokijXRAEQRAEQRAEQRAiijTaBUEQBEEQBEEQBCGiSKNdEARBEARBEARBECKKNNoFQRAE
+QRAEQRAEIaJIo10QBEEQBEEQBEEQIoo02gVBEARBEARBEAQhokijXRAEQRAEQRAEQRAiijTaBUEQ
+BEEQBEEQBCGiSKNdEARBEARBEARBECKKNNoFQRAEQRAEQRAEIaJIo10QBEEQBEEQBEEQIoo02gVB
+EARBEARBEAQhokijXRAEQRAEQRAEQRAiijTaBUEQBEEQBEEQBCGi/H+DqLy6gGkl6QAAAABJRU5E
+rkJggg==
+"
+width=502
+height=272
+>
+</div>
+
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered">
+<div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Thinking-About-Your-Results">Thinking About Your Results<a class="anchor-link" href="#Thinking-About-Your-Results">&#182;</a></h2><p>Answer these questions about your results. How well does the model predict the data? Where does it fail? Why does it fail where it does?</p>
+<blockquote><p><strong>Note:</strong> You can edit the text in this cell by double clicking on it. When you want to render the text, press control + enter</p>
+</blockquote>
+<p>The model's done a pretty good job of predicting the data for the first 20 days in December. It starts to fail after the 21st. The reason for this trend is likely to be because of the holiday season (approaching Christmas). Hence, people are less likely to commute to work, in which they usually ride bikes.</p>
+<p>The performance of the model can probably be improved if a model is made to learn about the events (which currently act as uncertainty).</p>
+
+</div>
+</div>
+</div>
+    </div>
+  </div>
+</body>
+</html>

File diff suppressed because it is too large
+ 260 - 0
P1 - Predicting Bike Share Users/Predicting_Bike_Share_Users.ipynb


+ 22 - 0
P1 - Predicting Bike Share Users/README.md

@@ -0,0 +1,22 @@
+# P1: Predicting Bike Share Users
+
+> In this project, a neural network is built and trained from scratch to predict the number of bike share users on a given day.
+
+## About
+A neural network is built to predict the number of bike sharing rides. Considering data from a bike-sharing company (like [CycleHop](http://cyclehop.com/)), a neural network is developed to predict from historical data, the number of bikes needed in the future.
+
+![Output](images/output.png)
+
+## Files
+- `data/*` – Dataset used. The data comes from the [UCI Machine Learning Database](https://archive.ics.uci.edu/ml/datasets/Bike+Sharing+Dataset).
+
+- `Predicting_Bike_Share_Users.ipynb` – Project notebook.
+
+- `Predicting_Bike_Share_Users.html` – HTML Export of the project notebook.
+
+- `my_answers.py` – Contains the neural network implementation.
+
+- `requirements.txt` – List of dependencies.
+
+## License
+[Modified MIT License © Pranav Suri](/License.txt)

+ 111 - 0
P1 - Predicting Bike Share Users/data/Readme.txt

@@ -0,0 +1,111 @@
+==========================================
+Bike Sharing Dataset
+==========================================
+
+Hadi Fanaee-T
+
+Laboratory of Artificial Intelligence and Decision Support (LIAAD), University of Porto
+INESC Porto, Campus da FEUP
+Rua Dr. Roberto Frias, 378
+4200 - 465 Porto, Portugal
+
+
+=========================================
+Background 
+=========================================
+
+Bike sharing systems are new generation of traditional bike rentals where whole process from membership, rental and return 
+back has become automatic. Through these systems, user is able to easily rent a bike from a particular position and return 
+back at another position. Currently, there are about over 500 bike-sharing programs around the world which is composed of 
+over 500 thousands bicycles. Today, there exists great interest in these systems due to their important role in traffic, 
+environmental and health issues. 
+
+Apart from interesting real world applications of bike sharing systems, the characteristics of data being generated by
+these systems make them attractive for the research. Opposed to other transport services such as bus or subway, the duration
+of travel, departure and arrival position is explicitly recorded in these systems. This feature turns bike sharing system into
+a virtual sensor network that can be used for sensing mobility in the city. Hence, it is expected that most of important
+events in the city could be detected via monitoring these data.
+
+=========================================
+Data Set
+=========================================
+Bike-sharing rental process is highly correlated to the environmental and seasonal settings. For instance, weather conditions,
+precipitation, day of week, season, hour of the day, etc. can affect the rental behaviors. The core data set is related to  
+the two-year historical log corresponding to years 2011 and 2012 from Capital Bikeshare system, Washington D.C., USA which is 
+publicly available in http://capitalbikeshare.com/system-data. We aggregated the data on two hourly and daily basis and then 
+extracted and added the corresponding weather and seasonal information. Weather information are extracted from http://www.freemeteo.com. 
+
+=========================================
+Associated tasks
+=========================================
+
+	- Regression: 
+		Predication of bike rental count hourly or daily based on the environmental and seasonal settings.
+	
+	- Event and Anomaly Detection:  
+		Count of rented bikes are also correlated to some events in the town which easily are traceable via search engines.
+		For instance, query like "2012-10-30 washington d.c." in Google returns related results to Hurricane Sandy. Some of the important events are 
+		identified in [1]. Therefore the data can be used for validation of anomaly or event detection algorithms as well.
+
+
+=========================================
+Files
+=========================================
+
+	- Readme.txt
+	- hour.csv : bike sharing counts aggregated on hourly basis. Records: 17379 hours
+	- day.csv - bike sharing counts aggregated on daily basis. Records: 731 days
+
+	
+=========================================
+Dataset characteristics
+=========================================	
+Both hour.csv and day.csv have the following fields, except hr which is not available in day.csv
+	
+	- instant: record index
+	- dteday : date
+	- season : season (1:springer, 2:summer, 3:fall, 4:winter)
+	- yr : year (0: 2011, 1:2012)
+	- mnth : month ( 1 to 12)
+	- hr : hour (0 to 23)
+	- holiday : weather day is holiday or not (extracted from http://dchr.dc.gov/page/holiday-schedule)
+	- weekday : day of the week
+	- workingday : if day is neither weekend nor holiday is 1, otherwise is 0.
+	+ weathersit : 
+		- 1: Clear, Few clouds, Partly cloudy, Partly cloudy
+		- 2: Mist + Cloudy, Mist + Broken clouds, Mist + Few clouds, Mist
+		- 3: Light Snow, Light Rain + Thunderstorm + Scattered clouds, Light Rain + Scattered clouds
+		- 4: Heavy Rain + Ice Pallets + Thunderstorm + Mist, Snow + Fog
+	- temp : Normalized temperature in Celsius. The values are divided to 41 (max)
+	- atemp: Normalized feeling temperature in Celsius. The values are divided to 50 (max)
+	- hum: Normalized humidity. The values are divided to 100 (max)
+	- windspeed: Normalized wind speed. The values are divided to 67 (max)
+	- casual: count of casual users
+	- registered: count of registered users
+	- cnt: count of total rental bikes including both casual and registered
+	
+=========================================
+License
+=========================================
+Use of this dataset in publications must be cited to the following publication:
+
+[1] Fanaee-T, Hadi, and Gama, Joao, "Event labeling combining ensemble detectors and background knowledge", Progress in Artificial Intelligence (2013): pp. 1-15, Springer Berlin Heidelberg, doi:10.1007/s13748-013-0040-3.
+
+@article{
+	year={2013},
+	issn={2192-6352},
+	journal={Progress in Artificial Intelligence},
+	doi={10.1007/s13748-013-0040-3},
+	title={Event labeling combining ensemble detectors and background knowledge},
+	url={http://dx.doi.org/10.1007/s13748-013-0040-3},
+	publisher={Springer Berlin Heidelberg},
+	keywords={Event labeling; Event detection; Ensemble learning; Background knowledge},
+	author={Fanaee-T, Hadi and Gama, Joao},
+	pages={1-15}
+}
+
+=========================================
+Contact
+=========================================
+	
+For further information about this dataset please contact Hadi Fanaee-T (hadi.fanaee@fe.up.pt)

+ 732 - 0
P1 - Predicting Bike Share Users/data/day.csv

@@ -0,0 +1,732 @@
+instant,dteday,season,yr,mnth,holiday,weekday,workingday,weathersit,temp,atemp,hum,windspeed,casual,registered,cnt
+1,2011-01-01,1,0,1,0,6,0,2,0.344167,0.363625,0.805833,0.160446,331,654,985
+2,2011-01-02,1,0,1,0,0,0,2,0.363478,0.353739,0.696087,0.248539,131,670,801
+3,2011-01-03,1,0,1,0,1,1,1,0.196364,0.189405,0.437273,0.248309,120,1229,1349
+4,2011-01-04,1,0,1,0,2,1,1,0.2,0.212122,0.590435,0.160296,108,1454,1562
+5,2011-01-05,1,0,1,0,3,1,1,0.226957,0.22927,0.436957,0.1869,82,1518,1600
+6,2011-01-06,1,0,1,0,4,1,1,0.204348,0.233209,0.518261,0.0895652,88,1518,1606
+7,2011-01-07,1,0,1,0,5,1,2,0.196522,0.208839,0.498696,0.168726,148,1362,1510
+8,2011-01-08,1,0,1,0,6,0,2,0.165,0.162254,0.535833,0.266804,68,891,959
+9,2011-01-09,1,0,1,0,0,0,1,0.138333,0.116175,0.434167,0.36195,54,768,822
+10,2011-01-10,1,0,1,0,1,1,1,0.150833,0.150888,0.482917,0.223267,41,1280,1321
+11,2011-01-11,1,0,1,0,2,1,2,0.169091,0.191464,0.686364,0.122132,43,1220,1263
+12,2011-01-12,1,0,1,0,3,1,1,0.172727,0.160473,0.599545,0.304627,25,1137,1162
+13,2011-01-13,1,0,1,0,4,1,1,0.165,0.150883,0.470417,0.301,38,1368,1406
+14,2011-01-14,1,0,1,0,5,1,1,0.16087,0.188413,0.537826,0.126548,54,1367,1421
+15,2011-01-15,1,0,1,0,6,0,2,0.233333,0.248112,0.49875,0.157963,222,1026,1248
+16,2011-01-16,1,0,1,0,0,0,1,0.231667,0.234217,0.48375,0.188433,251,953,1204
+17,2011-01-17,1,0,1,1,1,0,2,0.175833,0.176771,0.5375,0.194017,117,883,1000
+18,2011-01-18,1,0,1,0,2,1,2,0.216667,0.232333,0.861667,0.146775,9,674,683
+19,2011-01-19,1,0,1,0,3,1,2,0.292174,0.298422,0.741739,0.208317,78,1572,1650
+20,2011-01-20,1,0,1,0,4,1,2,0.261667,0.25505,0.538333,0.195904,83,1844,1927
+21,2011-01-21,1,0,1,0,5,1,1,0.1775,0.157833,0.457083,0.353242,75,1468,1543
+22,2011-01-22,1,0,1,0,6,0,1,0.0591304,0.0790696,0.4,0.17197,93,888,981
+23,2011-01-23,1,0,1,0,0,0,1,0.0965217,0.0988391,0.436522,0.2466,150,836,986
+24,2011-01-24,1,0,1,0,1,1,1,0.0973913,0.11793,0.491739,0.15833,86,1330,1416
+25,2011-01-25,1,0,1,0,2,1,2,0.223478,0.234526,0.616957,0.129796,186,1799,1985
+26,2011-01-26,1,0,1,0,3,1,3,0.2175,0.2036,0.8625,0.29385,34,472,506
+27,2011-01-27,1,0,1,0,4,1,1,0.195,0.2197,0.6875,0.113837,15,416,431
+28,2011-01-28,1,0,1,0,5,1,2,0.203478,0.223317,0.793043,0.1233,38,1129,1167
+29,2011-01-29,1,0,1,0,6,0,1,0.196522,0.212126,0.651739,0.145365,123,975,1098
+30,2011-01-30,1,0,1,0,0,0,1,0.216522,0.250322,0.722174,0.0739826,140,956,1096
+31,2011-01-31,1,0,1,0,1,1,2,0.180833,0.18625,0.60375,0.187192,42,1459,1501
+32,2011-02-01,1,0,2,0,2,1,2,0.192174,0.23453,0.829565,0.053213,47,1313,1360
+33,2011-02-02,1,0,2,0,3,1,2,0.26,0.254417,0.775417,0.264308,72,1454,1526
+34,2011-02-03,1,0,2,0,4,1,1,0.186957,0.177878,0.437826,0.277752,61,1489,1550
+35,2011-02-04,1,0,2,0,5,1,2,0.211304,0.228587,0.585217,0.127839,88,1620,1708
+36,2011-02-05,1,0,2,0,6,0,2,0.233333,0.243058,0.929167,0.161079,100,905,1005
+37,2011-02-06,1,0,2,0,0,0,1,0.285833,0.291671,0.568333,0.1418,354,1269,1623
+38,2011-02-07,1,0,2,0,1,1,1,0.271667,0.303658,0.738333,0.0454083,120,1592,1712
+39,2011-02-08,1,0,2,0,2,1,1,0.220833,0.198246,0.537917,0.36195,64,1466,1530
+40,2011-02-09,1,0,2,0,3,1,2,0.134783,0.144283,0.494783,0.188839,53,1552,1605
+41,2011-02-10,1,0,2,0,4,1,1,0.144348,0.149548,0.437391,0.221935,47,1491,1538
+42,2011-02-11,1,0,2,0,5,1,1,0.189091,0.213509,0.506364,0.10855,149,1597,1746
+43,2011-02-12,1,0,2,0,6,0,1,0.2225,0.232954,0.544167,0.203367,288,1184,1472
+44,2011-02-13,1,0,2,0,0,0,1,0.316522,0.324113,0.457391,0.260883,397,1192,1589
+45,2011-02-14,1,0,2,0,1,1,1,0.415,0.39835,0.375833,0.417908,208,1705,1913
+46,2011-02-15,1,0,2,0,2,1,1,0.266087,0.254274,0.314348,0.291374,140,1675,1815
+47,2011-02-16,1,0,2,0,3,1,1,0.318261,0.3162,0.423478,0.251791,218,1897,2115
+48,2011-02-17,1,0,2,0,4,1,1,0.435833,0.428658,0.505,0.230104,259,2216,2475
+49,2011-02-18,1,0,2,0,5,1,1,0.521667,0.511983,0.516667,0.264925,579,2348,2927
+50,2011-02-19,1,0,2,0,6,0,1,0.399167,0.391404,0.187917,0.507463,532,1103,1635
+51,2011-02-20,1,0,2,0,0,0,1,0.285217,0.27733,0.407826,0.223235,639,1173,1812
+52,2011-02-21,1,0,2,1,1,0,2,0.303333,0.284075,0.605,0.307846,195,912,1107
+53,2011-02-22,1,0,2,0,2,1,1,0.182222,0.186033,0.577778,0.195683,74,1376,1450
+54,2011-02-23,1,0,2,0,3,1,1,0.221739,0.245717,0.423043,0.094113,139,1778,1917
+55,2011-02-24,1,0,2,0,4,1,2,0.295652,0.289191,0.697391,0.250496,100,1707,1807
+56,2011-02-25,1,0,2,0,5,1,2,0.364348,0.350461,0.712174,0.346539,120,1341,1461
+57,2011-02-26,1,0,2,0,6,0,1,0.2825,0.282192,0.537917,0.186571,424,1545,1969
+58,2011-02-27,1,0,2,0,0,0,1,0.343478,0.351109,0.68,0.125248,694,1708,2402
+59,2011-02-28,1,0,2,0,1,1,2,0.407273,0.400118,0.876364,0.289686,81,1365,1446
+60,2011-03-01,1,0,3,0,2,1,1,0.266667,0.263879,0.535,0.216425,137,1714,1851
+61,2011-03-02,1,0,3,0,3,1,1,0.335,0.320071,0.449583,0.307833,231,1903,2134
+62,2011-03-03,1,0,3,0,4,1,1,0.198333,0.200133,0.318333,0.225754,123,1562,1685
+63,2011-03-04,1,0,3,0,5,1,2,0.261667,0.255679,0.610417,0.203346,214,1730,1944
+64,2011-03-05,1,0,3,0,6,0,2,0.384167,0.378779,0.789167,0.251871,640,1437,2077
+65,2011-03-06,1,0,3,0,0,0,2,0.376522,0.366252,0.948261,0.343287,114,491,605
+66,2011-03-07,1,0,3,0,1,1,1,0.261739,0.238461,0.551304,0.341352,244,1628,1872
+67,2011-03-08,1,0,3,0,2,1,1,0.2925,0.3024,0.420833,0.12065,316,1817,2133
+68,2011-03-09,1,0,3,0,3,1,2,0.295833,0.286608,0.775417,0.22015,191,1700,1891
+69,2011-03-10,1,0,3,0,4,1,3,0.389091,0.385668,0,0.261877,46,577,623
+70,2011-03-11,1,0,3,0,5,1,2,0.316522,0.305,0.649565,0.23297,247,1730,1977
+71,2011-03-12,1,0,3,0,6,0,1,0.329167,0.32575,0.594583,0.220775,724,1408,2132
+72,2011-03-13,1,0,3,0,0,0,1,0.384348,0.380091,0.527391,0.270604,982,1435,2417
+73,2011-03-14,1,0,3,0,1,1,1,0.325217,0.332,0.496957,0.136926,359,1687,2046
+74,2011-03-15,1,0,3,0,2,1,2,0.317391,0.318178,0.655652,0.184309,289,1767,2056
+75,2011-03-16,1,0,3,0,3,1,2,0.365217,0.36693,0.776522,0.203117,321,1871,2192
+76,2011-03-17,1,0,3,0,4,1,1,0.415,0.410333,0.602917,0.209579,424,2320,2744
+77,2011-03-18,1,0,3,0,5,1,1,0.54,0.527009,0.525217,0.231017,884,2355,3239
+78,2011-03-19,1,0,3,0,6,0,1,0.4725,0.466525,0.379167,0.368167,1424,1693,3117
+79,2011-03-20,1,0,3,0,0,0,1,0.3325,0.32575,0.47375,0.207721,1047,1424,2471
+80,2011-03-21,2,0,3,0,1,1,2,0.430435,0.409735,0.737391,0.288783,401,1676,2077
+81,2011-03-22,2,0,3,0,2,1,1,0.441667,0.440642,0.624583,0.22575,460,2243,2703
+82,2011-03-23,2,0,3,0,3,1,2,0.346957,0.337939,0.839565,0.234261,203,1918,2121
+83,2011-03-24,2,0,3,0,4,1,2,0.285,0.270833,0.805833,0.243787,166,1699,1865
+84,2011-03-25,2,0,3,0,5,1,1,0.264167,0.256312,0.495,0.230725,300,1910,2210
+85,2011-03-26,2,0,3,0,6,0,1,0.265833,0.257571,0.394167,0.209571,981,1515,2496
+86,2011-03-27,2,0,3,0,0,0,2,0.253043,0.250339,0.493913,0.1843,472,1221,1693
+87,2011-03-28,2,0,3,0,1,1,1,0.264348,0.257574,0.302174,0.212204,222,1806,2028
+88,2011-03-29,2,0,3,0,2,1,1,0.3025,0.292908,0.314167,0.226996,317,2108,2425
+89,2011-03-30,2,0,3,0,3,1,2,0.3,0.29735,0.646667,0.172888,168,1368,1536
+90,2011-03-31,2,0,3,0,4,1,3,0.268333,0.257575,0.918333,0.217646,179,1506,1685
+91,2011-04-01,2,0,4,0,5,1,2,0.3,0.283454,0.68625,0.258708,307,1920,2227
+92,2011-04-02,2,0,4,0,6,0,2,0.315,0.315637,0.65375,0.197146,898,1354,2252
+93,2011-04-03,2,0,4,0,0,0,1,0.378333,0.378767,0.48,0.182213,1651,1598,3249
+94,2011-04-04,2,0,4,0,1,1,1,0.573333,0.542929,0.42625,0.385571,734,2381,3115
+95,2011-04-05,2,0,4,0,2,1,2,0.414167,0.39835,0.642083,0.388067,167,1628,1795
+96,2011-04-06,2,0,4,0,3,1,1,0.390833,0.387608,0.470833,0.263063,413,2395,2808
+97,2011-04-07,2,0,4,0,4,1,1,0.4375,0.433696,0.602917,0.162312,571,2570,3141
+98,2011-04-08,2,0,4,0,5,1,2,0.335833,0.324479,0.83625,0.226992,172,1299,1471
+99,2011-04-09,2,0,4,0,6,0,2,0.3425,0.341529,0.8775,0.133083,879,1576,2455
+100,2011-04-10,2,0,4,0,0,0,2,0.426667,0.426737,0.8575,0.146767,1188,1707,2895
+101,2011-04-11,2,0,4,0,1,1,2,0.595652,0.565217,0.716956,0.324474,855,2493,3348
+102,2011-04-12,2,0,4,0,2,1,2,0.5025,0.493054,0.739167,0.274879,257,1777,2034
+103,2011-04-13,2,0,4,0,3,1,2,0.4125,0.417283,0.819167,0.250617,209,1953,2162
+104,2011-04-14,2,0,4,0,4,1,1,0.4675,0.462742,0.540417,0.1107,529,2738,3267
+105,2011-04-15,2,0,4,1,5,0,1,0.446667,0.441913,0.67125,0.226375,642,2484,3126
+106,2011-04-16,2,0,4,0,6,0,3,0.430833,0.425492,0.888333,0.340808,121,674,795
+107,2011-04-17,2,0,4,0,0,0,1,0.456667,0.445696,0.479583,0.303496,1558,2186,3744
+108,2011-04-18,2,0,4,0,1,1,1,0.5125,0.503146,0.5425,0.163567,669,2760,3429
+109,2011-04-19,2,0,4,0,2,1,2,0.505833,0.489258,0.665833,0.157971,409,2795,3204
+110,2011-04-20,2,0,4,0,3,1,1,0.595,0.564392,0.614167,0.241925,613,3331,3944
+111,2011-04-21,2,0,4,0,4,1,1,0.459167,0.453892,0.407083,0.325258,745,3444,4189
+112,2011-04-22,2,0,4,0,5,1,2,0.336667,0.321954,0.729583,0.219521,177,1506,1683
+113,2011-04-23,2,0,4,0,6,0,2,0.46,0.450121,0.887917,0.230725,1462,2574,4036
+114,2011-04-24,2,0,4,0,0,0,2,0.581667,0.551763,0.810833,0.192175,1710,2481,4191
+115,2011-04-25,2,0,4,0,1,1,1,0.606667,0.5745,0.776667,0.185333,773,3300,4073
+116,2011-04-26,2,0,4,0,2,1,1,0.631667,0.594083,0.729167,0.3265,678,3722,4400
+117,2011-04-27,2,0,4,0,3,1,2,0.62,0.575142,0.835417,0.3122,547,3325,3872
+118,2011-04-28,2,0,4,0,4,1,2,0.6175,0.578929,0.700833,0.320908,569,3489,4058
+119,2011-04-29,2,0,4,0,5,1,1,0.51,0.497463,0.457083,0.240063,878,3717,4595
+120,2011-04-30,2,0,4,0,6,0,1,0.4725,0.464021,0.503333,0.235075,1965,3347,5312
+121,2011-05-01,2,0,5,0,0,0,2,0.451667,0.448204,0.762083,0.106354,1138,2213,3351
+122,2011-05-02,2,0,5,0,1,1,2,0.549167,0.532833,0.73,0.183454,847,3554,4401
+123,2011-05-03,2,0,5,0,2,1,2,0.616667,0.582079,0.697083,0.342667,603,3848,4451
+124,2011-05-04,2,0,5,0,3,1,2,0.414167,0.40465,0.737083,0.328996,255,2378,2633
+125,2011-05-05,2,0,5,0,4,1,1,0.459167,0.441917,0.444167,0.295392,614,3819,4433
+126,2011-05-06,2,0,5,0,5,1,1,0.479167,0.474117,0.59,0.228246,894,3714,4608
+127,2011-05-07,2,0,5,0,6,0,1,0.52,0.512621,0.54125,0.16045,1612,3102,4714
+128,2011-05-08,2,0,5,0,0,0,1,0.528333,0.518933,0.631667,0.0746375,1401,2932,4333
+129,2011-05-09,2,0,5,0,1,1,1,0.5325,0.525246,0.58875,0.176,664,3698,4362
+130,2011-05-10,2,0,5,0,2,1,1,0.5325,0.522721,0.489167,0.115671,694,4109,4803
+131,2011-05-11,2,0,5,0,3,1,1,0.5425,0.5284,0.632917,0.120642,550,3632,4182
+132,2011-05-12,2,0,5,0,4,1,1,0.535,0.523363,0.7475,0.189667,695,4169,4864
+133,2011-05-13,2,0,5,0,5,1,2,0.5125,0.4943,0.863333,0.179725,692,3413,4105
+134,2011-05-14,2,0,5,0,6,0,2,0.520833,0.500629,0.9225,0.13495,902,2507,3409
+135,2011-05-15,2,0,5,0,0,0,2,0.5625,0.536,0.867083,0.152979,1582,2971,4553
+136,2011-05-16,2,0,5,0,1,1,1,0.5775,0.550512,0.787917,0.126871,773,3185,3958
+137,2011-05-17,2,0,5,0,2,1,2,0.561667,0.538529,0.837917,0.277354,678,3445,4123
+138,2011-05-18,2,0,5,0,3,1,2,0.55,0.527158,0.87,0.201492,536,3319,3855
+139,2011-05-19,2,0,5,0,4,1,2,0.530833,0.510742,0.829583,0.108213,735,3840,4575
+140,2011-05-20,2,0,5,0,5,1,1,0.536667,0.529042,0.719583,0.125013,909,4008,4917
+141,2011-05-21,2,0,5,0,6,0,1,0.6025,0.571975,0.626667,0.12065,2258,3547,5805
+142,2011-05-22,2,0,5,0,0,0,1,0.604167,0.5745,0.749583,0.148008,1576,3084,4660
+143,2011-05-23,2,0,5,0,1,1,2,0.631667,0.590296,0.81,0.233842,836,3438,4274
+144,2011-05-24,2,0,5,0,2,1,2,0.66,0.604813,0.740833,0.207092,659,3833,4492
+145,2011-05-25,2,0,5,0,3,1,1,0.660833,0.615542,0.69625,0.154233,740,4238,4978
+146,2011-05-26,2,0,5,0,4,1,1,0.708333,0.654688,0.6775,0.199642,758,3919,4677
+147,2011-05-27,2,0,5,0,5,1,1,0.681667,0.637008,0.65375,0.240679,871,3808,4679
+148,2011-05-28,2,0,5,0,6,0,1,0.655833,0.612379,0.729583,0.230092,2001,2757,4758
+149,2011-05-29,2,0,5,0,0,0,1,0.6675,0.61555,0.81875,0.213938,2355,2433,4788
+150,2011-05-30,2,0,5,1,1,0,1,0.733333,0.671092,0.685,0.131225,1549,2549,4098
+151,2011-05-31,2,0,5,0,2,1,1,0.775,0.725383,0.636667,0.111329,673,3309,3982
+152,2011-06-01,2,0,6,0,3,1,2,0.764167,0.720967,0.677083,0.207092,513,3461,3974
+153,2011-06-02,2,0,6,0,4,1,1,0.715,0.643942,0.305,0.292287,736,4232,4968
+154,2011-06-03,2,0,6,0,5,1,1,0.62,0.587133,0.354167,0.253121,898,4414,5312
+155,2011-06-04,2,0,6,0,6,0,1,0.635,0.594696,0.45625,0.123142,1869,3473,5342
+156,2011-06-05,2,0,6,0,0,0,2,0.648333,0.616804,0.6525,0.138692,1685,3221,4906
+157,2011-06-06,2,0,6,0,1,1,1,0.678333,0.621858,0.6,0.121896,673,3875,4548
+158,2011-06-07,2,0,6,0,2,1,1,0.7075,0.65595,0.597917,0.187808,763,4070,4833
+159,2011-06-08,2,0,6,0,3,1,1,0.775833,0.727279,0.622083,0.136817,676,3725,4401
+160,2011-06-09,2,0,6,0,4,1,2,0.808333,0.757579,0.568333,0.149883,563,3352,3915
+161,2011-06-10,2,0,6,0,5,1,1,0.755,0.703292,0.605,0.140554,815,3771,4586
+162,2011-06-11,2,0,6,0,6,0,1,0.725,0.678038,0.654583,0.15485,1729,3237,4966
+163,2011-06-12,2,0,6,0,0,0,1,0.6925,0.643325,0.747917,0.163567,1467,2993,4460
+164,2011-06-13,2,0,6,0,1,1,1,0.635,0.601654,0.494583,0.30535,863,4157,5020
+165,2011-06-14,2,0,6,0,2,1,1,0.604167,0.591546,0.507083,0.269283,727,4164,4891
+166,2011-06-15,2,0,6,0,3,1,1,0.626667,0.587754,0.471667,0.167912,769,4411,5180
+167,2011-06-16,2,0,6,0,4,1,2,0.628333,0.595346,0.688333,0.206471,545,3222,3767
+168,2011-06-17,2,0,6,0,5,1,1,0.649167,0.600383,0.735833,0.143029,863,3981,4844
+169,2011-06-18,2,0,6,0,6,0,1,0.696667,0.643954,0.670417,0.119408,1807,3312,5119
+170,2011-06-19,2,0,6,0,0,0,2,0.699167,0.645846,0.666667,0.102,1639,3105,4744
+171,2011-06-20,2,0,6,0,1,1,2,0.635,0.595346,0.74625,0.155475,699,3311,4010
+172,2011-06-21,3,0,6,0,2,1,2,0.680833,0.637646,0.770417,0.171025,774,4061,4835
+173,2011-06-22,3,0,6,0,3,1,1,0.733333,0.693829,0.7075,0.172262,661,3846,4507
+174,2011-06-23,3,0,6,0,4,1,2,0.728333,0.693833,0.703333,0.238804,746,4044,4790
+175,2011-06-24,3,0,6,0,5,1,1,0.724167,0.656583,0.573333,0.222025,969,4022,4991
+176,2011-06-25,3,0,6,0,6,0,1,0.695,0.643313,0.483333,0.209571,1782,3420,5202
+177,2011-06-26,3,0,6,0,0,0,1,0.68,0.637629,0.513333,0.0945333,1920,3385,5305
+178,2011-06-27,3,0,6,0,1,1,2,0.6825,0.637004,0.658333,0.107588,854,3854,4708
+179,2011-06-28,3,0,6,0,2,1,1,0.744167,0.692558,0.634167,0.144283,732,3916,4648
+180,2011-06-29,3,0,6,0,3,1,1,0.728333,0.654688,0.497917,0.261821,848,4377,5225
+181,2011-06-30,3,0,6,0,4,1,1,0.696667,0.637008,0.434167,0.185312,1027,4488,5515
+182,2011-07-01,3,0,7,0,5,1,1,0.7225,0.652162,0.39625,0.102608,1246,4116,5362
+183,2011-07-02,3,0,7,0,6,0,1,0.738333,0.667308,0.444583,0.115062,2204,2915,5119
+184,2011-07-03,3,0,7,0,0,0,2,0.716667,0.668575,0.6825,0.228858,2282,2367,4649
+185,2011-07-04,3,0,7,1,1,0,2,0.726667,0.665417,0.637917,0.0814792,3065,2978,6043
+186,2011-07-05,3,0,7,0,2,1,1,0.746667,0.696338,0.590417,0.126258,1031,3634,4665
+187,2011-07-06,3,0,7,0,3,1,1,0.72,0.685633,0.743333,0.149883,784,3845,4629
+188,2011-07-07,3,0,7,0,4,1,1,0.75,0.686871,0.65125,0.1592,754,3838,4592
+189,2011-07-08,3,0,7,0,5,1,2,0.709167,0.670483,0.757917,0.225129,692,3348,4040
+190,2011-07-09,3,0,7,0,6,0,1,0.733333,0.664158,0.609167,0.167912,1988,3348,5336
+191,2011-07-10,3,0,7,0,0,0,1,0.7475,0.690025,0.578333,0.183471,1743,3138,4881
+192,2011-07-11,3,0,7,0,1,1,1,0.7625,0.729804,0.635833,0.282337,723,3363,4086
+193,2011-07-12,3,0,7,0,2,1,1,0.794167,0.739275,0.559167,0.200254,662,3596,4258
+194,2011-07-13,3,0,7,0,3,1,1,0.746667,0.689404,0.631667,0.146133,748,3594,4342
+195,2011-07-14,3,0,7,0,4,1,1,0.680833,0.635104,0.47625,0.240667,888,4196,5084
+196,2011-07-15,3,0,7,0,5,1,1,0.663333,0.624371,0.59125,0.182833,1318,4220,5538
+197,2011-07-16,3,0,7,0,6,0,1,0.686667,0.638263,0.585,0.208342,2418,3505,5923
+198,2011-07-17,3,0,7,0,0,0,1,0.719167,0.669833,0.604167,0.245033,2006,3296,5302
+199,2011-07-18,3,0,7,0,1,1,1,0.746667,0.703925,0.65125,0.215804,841,3617,4458
+200,2011-07-19,3,0,7,0,2,1,1,0.776667,0.747479,0.650417,0.1306,752,3789,4541
+201,2011-07-20,3,0,7,0,3,1,1,0.768333,0.74685,0.707083,0.113817,644,3688,4332
+202,2011-07-21,3,0,7,0,4,1,2,0.815,0.826371,0.69125,0.222021,632,3152,3784
+203,2011-07-22,3,0,7,0,5,1,1,0.848333,0.840896,0.580417,0.1331,562,2825,3387
+204,2011-07-23,3,0,7,0,6,0,1,0.849167,0.804287,0.5,0.131221,987,2298,3285
+205,2011-07-24,3,0,7,0,0,0,1,0.83,0.794829,0.550833,0.169171,1050,2556,3606
+206,2011-07-25,3,0,7,0,1,1,1,0.743333,0.720958,0.757083,0.0908083,568,3272,3840
+207,2011-07-26,3,0,7,0,2,1,1,0.771667,0.696979,0.540833,0.200258,750,3840,4590
+208,2011-07-27,3,0,7,0,3,1,1,0.775,0.690667,0.402917,0.183463,755,3901,4656
+209,2011-07-28,3,0,7,0,4,1,1,0.779167,0.7399,0.583333,0.178479,606,3784,4390
+210,2011-07-29,3,0,7,0,5,1,1,0.838333,0.785967,0.5425,0.174138,670,3176,3846
+211,2011-07-30,3,0,7,0,6,0,1,0.804167,0.728537,0.465833,0.168537,1559,2916,4475
+212,2011-07-31,3,0,7,0,0,0,1,0.805833,0.729796,0.480833,0.164813,1524,2778,4302
+213,2011-08-01,3,0,8,0,1,1,1,0.771667,0.703292,0.550833,0.156717,729,3537,4266
+214,2011-08-02,3,0,8,0,2,1,1,0.783333,0.707071,0.49125,0.20585,801,4044,4845
+215,2011-08-03,3,0,8,0,3,1,2,0.731667,0.679937,0.6575,0.135583,467,3107,3574
+216,2011-08-04,3,0,8,0,4,1,2,0.71,0.664788,0.7575,0.19715,799,3777,4576
+217,2011-08-05,3,0,8,0,5,1,1,0.710833,0.656567,0.630833,0.184696,1023,3843,4866
+218,2011-08-06,3,0,8,0,6,0,2,0.716667,0.676154,0.755,0.22825,1521,2773,4294
+219,2011-08-07,3,0,8,0,0,0,1,0.7425,0.715292,0.752917,0.201487,1298,2487,3785
+220,2011-08-08,3,0,8,0,1,1,1,0.765,0.703283,0.592083,0.192175,846,3480,4326
+221,2011-08-09,3,0,8,0,2,1,1,0.775,0.724121,0.570417,0.151121,907,3695,4602
+222,2011-08-10,3,0,8,0,3,1,1,0.766667,0.684983,0.424167,0.200258,884,3896,4780
+223,2011-08-11,3,0,8,0,4,1,1,0.7175,0.651521,0.42375,0.164796,812,3980,4792
+224,2011-08-12,3,0,8,0,5,1,1,0.708333,0.654042,0.415,0.125621,1051,3854,4905
+225,2011-08-13,3,0,8,0,6,0,2,0.685833,0.645858,0.729583,0.211454,1504,2646,4150
+226,2011-08-14,3,0,8,0,0,0,2,0.676667,0.624388,0.8175,0.222633,1338,2482,3820
+227,2011-08-15,3,0,8,0,1,1,1,0.665833,0.616167,0.712083,0.208954,775,3563,4338
+228,2011-08-16,3,0,8,0,2,1,1,0.700833,0.645837,0.578333,0.236329,721,4004,4725
+229,2011-08-17,3,0,8,0,3,1,1,0.723333,0.666671,0.575417,0.143667,668,4026,4694
+230,2011-08-18,3,0,8,0,4,1,1,0.711667,0.662258,0.654583,0.233208,639,3166,3805
+231,2011-08-19,3,0,8,0,5,1,2,0.685,0.633221,0.722917,0.139308,797,3356,4153
+232,2011-08-20,3,0,8,0,6,0,1,0.6975,0.648996,0.674167,0.104467,1914,3277,5191
+233,2011-08-21,3,0,8,0,0,0,1,0.710833,0.675525,0.77,0.248754,1249,2624,3873
+234,2011-08-22,3,0,8,0,1,1,1,0.691667,0.638254,0.47,0.27675,833,3925,4758
+235,2011-08-23,3,0,8,0,2,1,1,0.640833,0.606067,0.455417,0.146763,1281,4614,5895
+236,2011-08-24,3,0,8,0,3,1,1,0.673333,0.630692,0.605,0.253108,949,4181,5130
+237,2011-08-25,3,0,8,0,4,1,2,0.684167,0.645854,0.771667,0.210833,435,3107,3542
+238,2011-08-26,3,0,8,0,5,1,1,0.7,0.659733,0.76125,0.0839625,768,3893,4661
+239,2011-08-27,3,0,8,0,6,0,2,0.68,0.635556,0.85,0.375617,226,889,1115
+240,2011-08-28,3,0,8,0,0,0,1,0.707059,0.647959,0.561765,0.304659,1415,2919,4334
+241,2011-08-29,3,0,8,0,1,1,1,0.636667,0.607958,0.554583,0.159825,729,3905,4634
+242,2011-08-30,3,0,8,0,2,1,1,0.639167,0.594704,0.548333,0.125008,775,4429,5204
+243,2011-08-31,3,0,8,0,3,1,1,0.656667,0.611121,0.597917,0.0833333,688,4370,5058
+244,2011-09-01,3,0,9,0,4,1,1,0.655,0.614921,0.639167,0.141796,783,4332,5115
+245,2011-09-02,3,0,9,0,5,1,2,0.643333,0.604808,0.727083,0.139929,875,3852,4727
+246,2011-09-03,3,0,9,0,6,0,1,0.669167,0.633213,0.716667,0.185325,1935,2549,4484
+247,2011-09-04,3,0,9,0,0,0,1,0.709167,0.665429,0.742083,0.206467,2521,2419,4940
+248,2011-09-05,3,0,9,1,1,0,2,0.673333,0.625646,0.790417,0.212696,1236,2115,3351
+249,2011-09-06,3,0,9,0,2,1,3,0.54,0.5152,0.886957,0.343943,204,2506,2710
+250,2011-09-07,3,0,9,0,3,1,3,0.599167,0.544229,0.917083,0.0970208,118,1878,1996
+251,2011-09-08,3,0,9,0,4,1,3,0.633913,0.555361,0.939565,0.192748,153,1689,1842
+252,2011-09-09,3,0,9,0,5,1,2,0.65,0.578946,0.897917,0.124379,417,3127,3544
+253,2011-09-10,3,0,9,0,6,0,1,0.66,0.607962,0.75375,0.153608,1750,3595,5345
+254,2011-09-11,3,0,9,0,0,0,1,0.653333,0.609229,0.71375,0.115054,1633,3413,5046
+255,2011-09-12,3,0,9,0,1,1,1,0.644348,0.60213,0.692174,0.088913,690,4023,4713
+256,2011-09-13,3,0,9,0,2,1,1,0.650833,0.603554,0.7125,0.141804,701,4062,4763
+257,2011-09-14,3,0,9,0,3,1,1,0.673333,0.6269,0.697083,0.1673,647,4138,4785
+258,2011-09-15,3,0,9,0,4,1,2,0.5775,0.553671,0.709167,0.271146,428,3231,3659
+259,2011-09-16,3,0,9,0,5,1,2,0.469167,0.461475,0.590417,0.164183,742,4018,4760
+260,2011-09-17,3,0,9,0,6,0,2,0.491667,0.478512,0.718333,0.189675,1434,3077,4511
+261,2011-09-18,3,0,9,0,0,0,1,0.5075,0.490537,0.695,0.178483,1353,2921,4274
+262,2011-09-19,3,0,9,0,1,1,2,0.549167,0.529675,0.69,0.151742,691,3848,4539
+263,2011-09-20,3,0,9,0,2,1,2,0.561667,0.532217,0.88125,0.134954,438,3203,3641
+264,2011-09-21,3,0,9,0,3,1,2,0.595,0.550533,0.9,0.0964042,539,3813,4352
+265,2011-09-22,3,0,9,0,4,1,2,0.628333,0.554963,0.902083,0.128125,555,4240,4795
+266,2011-09-23,4,0,9,0,5,1,2,0.609167,0.522125,0.9725,0.0783667,258,2137,2395
+267,2011-09-24,4,0,9,0,6,0,2,0.606667,0.564412,0.8625,0.0783833,1776,3647,5423
+268,2011-09-25,4,0,9,0,0,0,2,0.634167,0.572637,0.845,0.0503792,1544,3466,5010
+269,2011-09-26,4,0,9,0,1,1,2,0.649167,0.589042,0.848333,0.1107,684,3946,4630
+270,2011-09-27,4,0,9,0,2,1,2,0.636667,0.574525,0.885417,0.118171,477,3643,4120
+271,2011-09-28,4,0,9,0,3,1,2,0.635,0.575158,0.84875,0.148629,480,3427,3907
+272,2011-09-29,4,0,9,0,4,1,1,0.616667,0.574512,0.699167,0.172883,653,4186,4839
+273,2011-09-30,4,0,9,0,5,1,1,0.564167,0.544829,0.6475,0.206475,830,4372,5202
+274,2011-10-01,4,0,10,0,6,0,2,0.41,0.412863,0.75375,0.292296,480,1949,2429
+275,2011-10-02,4,0,10,0,0,0,2,0.356667,0.345317,0.791667,0.222013,616,2302,2918
+276,2011-10-03,4,0,10,0,1,1,2,0.384167,0.392046,0.760833,0.0833458,330,3240,3570
+277,2011-10-04,4,0,10,0,2,1,1,0.484167,0.472858,0.71,0.205854,486,3970,4456
+278,2011-10-05,4,0,10,0,3,1,1,0.538333,0.527138,0.647917,0.17725,559,4267,4826
+279,2011-10-06,4,0,10,0,4,1,1,0.494167,0.480425,0.620833,0.134954,639,4126,4765
+280,2011-10-07,4,0,10,0,5,1,1,0.510833,0.504404,0.684167,0.0223917,949,4036,4985
+281,2011-10-08,4,0,10,0,6,0,1,0.521667,0.513242,0.70125,0.0454042,2235,3174,5409
+282,2011-10-09,4,0,10,0,0,0,1,0.540833,0.523983,0.7275,0.06345,2397,3114,5511
+283,2011-10-10,4,0,10,1,1,0,1,0.570833,0.542925,0.73375,0.0423042,1514,3603,5117
+284,2011-10-11,4,0,10,0,2,1,2,0.566667,0.546096,0.80875,0.143042,667,3896,4563
+285,2011-10-12,4,0,10,0,3,1,3,0.543333,0.517717,0.90625,0.24815,217,2199,2416
+286,2011-10-13,4,0,10,0,4,1,2,0.589167,0.551804,0.896667,0.141787,290,2623,2913
+287,2011-10-14,4,0,10,0,5,1,2,0.550833,0.529675,0.71625,0.223883,529,3115,3644
+288,2011-10-15,4,0,10,0,6,0,1,0.506667,0.498725,0.483333,0.258083,1899,3318,5217
+289,2011-10-16,4,0,10,0,0,0,1,0.511667,0.503154,0.486667,0.281717,1748,3293,5041
+290,2011-10-17,4,0,10,0,1,1,1,0.534167,0.510725,0.579583,0.175379,713,3857,4570
+291,2011-10-18,4,0,10,0,2,1,2,0.5325,0.522721,0.701667,0.110087,637,4111,4748
+292,2011-10-19,4,0,10,0,3,1,3,0.541739,0.513848,0.895217,0.243339,254,2170,2424
+293,2011-10-20,4,0,10,0,4,1,1,0.475833,0.466525,0.63625,0.422275,471,3724,4195
+294,2011-10-21,4,0,10,0,5,1,1,0.4275,0.423596,0.574167,0.221396,676,3628,4304
+295,2011-10-22,4,0,10,0,6,0,1,0.4225,0.425492,0.629167,0.0926667,1499,2809,4308
+296,2011-10-23,4,0,10,0,0,0,1,0.421667,0.422333,0.74125,0.0995125,1619,2762,4381
+297,2011-10-24,4,0,10,0,1,1,1,0.463333,0.457067,0.772083,0.118792,699,3488,4187
+298,2011-10-25,4,0,10,0,2,1,1,0.471667,0.463375,0.622917,0.166658,695,3992,4687
+299,2011-10-26,4,0,10,0,3,1,2,0.484167,0.472846,0.720417,0.148642,404,3490,3894
+300,2011-10-27,4,0,10,0,4,1,2,0.47,0.457046,0.812917,0.197763,240,2419,2659
+301,2011-10-28,4,0,10,0,5,1,2,0.330833,0.318812,0.585833,0.229479,456,3291,3747
+302,2011-10-29,4,0,10,0,6,0,3,0.254167,0.227913,0.8825,0.351371,57,570,627
+303,2011-10-30,4,0,10,0,0,0,1,0.319167,0.321329,0.62375,0.176617,885,2446,3331
+304,2011-10-31,4,0,10,0,1,1,1,0.34,0.356063,0.703333,0.10635,362,3307,3669
+305,2011-11-01,4,0,11,0,2,1,1,0.400833,0.397088,0.68375,0.135571,410,3658,4068
+306,2011-11-02,4,0,11,0,3,1,1,0.3775,0.390133,0.71875,0.0820917,370,3816,4186
+307,2011-11-03,4,0,11,0,4,1,1,0.408333,0.405921,0.702083,0.136817,318,3656,3974
+308,2011-11-04,4,0,11,0,5,1,2,0.403333,0.403392,0.6225,0.271779,470,3576,4046
+309,2011-11-05,4,0,11,0,6,0,1,0.326667,0.323854,0.519167,0.189062,1156,2770,3926
+310,2011-11-06,4,0,11,0,0,0,1,0.348333,0.362358,0.734583,0.0920542,952,2697,3649
+311,2011-11-07,4,0,11,0,1,1,1,0.395,0.400871,0.75875,0.057225,373,3662,4035
+312,2011-11-08,4,0,11,0,2,1,1,0.408333,0.412246,0.721667,0.0690375,376,3829,4205
+313,2011-11-09,4,0,11,0,3,1,1,0.4,0.409079,0.758333,0.0621958,305,3804,4109
+314,2011-11-10,4,0,11,0,4,1,2,0.38,0.373721,0.813333,0.189067,190,2743,2933
+315,2011-11-11,4,0,11,1,5,0,1,0.324167,0.306817,0.44625,0.314675,440,2928,3368
+316,2011-11-12,4,0,11,0,6,0,1,0.356667,0.357942,0.552917,0.212062,1275,2792,4067
+317,2011-11-13,4,0,11,0,0,0,1,0.440833,0.43055,0.458333,0.281721,1004,2713,3717
+318,2011-11-14,4,0,11,0,1,1,1,0.53,0.524612,0.587083,0.306596,595,3891,4486
+319,2011-11-15,4,0,11,0,2,1,2,0.53,0.507579,0.68875,0.199633,449,3746,4195
+320,2011-11-16,4,0,11,0,3,1,3,0.456667,0.451988,0.93,0.136829,145,1672,1817
+321,2011-11-17,4,0,11,0,4,1,2,0.341667,0.323221,0.575833,0.305362,139,2914,3053
+322,2011-11-18,4,0,11,0,5,1,1,0.274167,0.272721,0.41,0.168533,245,3147,3392
+323,2011-11-19,4,0,11,0,6,0,1,0.329167,0.324483,0.502083,0.224496,943,2720,3663
+324,2011-11-20,4,0,11,0,0,0,2,0.463333,0.457058,0.684583,0.18595,787,2733,3520
+325,2011-11-21,4,0,11,0,1,1,3,0.4475,0.445062,0.91,0.138054,220,2545,2765
+326,2011-11-22,4,0,11,0,2,1,3,0.416667,0.421696,0.9625,0.118792,69,1538,1607
+327,2011-11-23,4,0,11,0,3,1,2,0.440833,0.430537,0.757917,0.335825,112,2454,2566
+328,2011-11-24,4,0,11,1,4,0,1,0.373333,0.372471,0.549167,0.167304,560,935,1495
+329,2011-11-25,4,0,11,0,5,1,1,0.375,0.380671,0.64375,0.0988958,1095,1697,2792
+330,2011-11-26,4,0,11,0,6,0,1,0.375833,0.385087,0.681667,0.0684208,1249,1819,3068
+331,2011-11-27,4,0,11,0,0,0,1,0.459167,0.4558,0.698333,0.208954,810,2261,3071
+332,2011-11-28,4,0,11,0,1,1,1,0.503478,0.490122,0.743043,0.142122,253,3614,3867
+333,2011-11-29,4,0,11,0,2,1,2,0.458333,0.451375,0.830833,0.258092,96,2818,2914
+334,2011-11-30,4,0,11,0,3,1,1,0.325,0.311221,0.613333,0.271158,188,3425,3613
+335,2011-12-01,4,0,12,0,4,1,1,0.3125,0.305554,0.524583,0.220158,182,3545,3727
+336,2011-12-02,4,0,12,0,5,1,1,0.314167,0.331433,0.625833,0.100754,268,3672,3940
+337,2011-12-03,4,0,12,0,6,0,1,0.299167,0.310604,0.612917,0.0957833,706,2908,3614
+338,2011-12-04,4,0,12,0,0,0,1,0.330833,0.3491,0.775833,0.0839583,634,2851,3485
+339,2011-12-05,4,0,12,0,1,1,2,0.385833,0.393925,0.827083,0.0622083,233,3578,3811
+340,2011-12-06,4,0,12,0,2,1,3,0.4625,0.4564,0.949583,0.232583,126,2468,2594
+341,2011-12-07,4,0,12,0,3,1,3,0.41,0.400246,0.970417,0.266175,50,655,705
+342,2011-12-08,4,0,12,0,4,1,1,0.265833,0.256938,0.58,0.240058,150,3172,3322
+343,2011-12-09,4,0,12,0,5,1,1,0.290833,0.317542,0.695833,0.0827167,261,3359,3620
+344,2011-12-10,4,0,12,0,6,0,1,0.275,0.266412,0.5075,0.233221,502,2688,3190
+345,2011-12-11,4,0,12,0,0,0,1,0.220833,0.253154,0.49,0.0665417,377,2366,2743
+346,2011-12-12,4,0,12,0,1,1,1,0.238333,0.270196,0.670833,0.06345,143,3167,3310
+347,2011-12-13,4,0,12,0,2,1,1,0.2825,0.301138,0.59,0.14055,155,3368,3523
+348,2011-12-14,4,0,12,0,3,1,2,0.3175,0.338362,0.66375,0.0609583,178,3562,3740
+349,2011-12-15,4,0,12,0,4,1,2,0.4225,0.412237,0.634167,0.268042,181,3528,3709
+350,2011-12-16,4,0,12,0,5,1,2,0.375,0.359825,0.500417,0.260575,178,3399,3577
+351,2011-12-17,4,0,12,0,6,0,2,0.258333,0.249371,0.560833,0.243167,275,2464,2739
+352,2011-12-18,4,0,12,0,0,0,1,0.238333,0.245579,0.58625,0.169779,220,2211,2431
+353,2011-12-19,4,0,12,0,1,1,1,0.276667,0.280933,0.6375,0.172896,260,3143,3403
+354,2011-12-20,4,0,12,0,2,1,2,0.385833,0.396454,0.595417,0.0615708,216,3534,3750
+355,2011-12-21,1,0,12,0,3,1,2,0.428333,0.428017,0.858333,0.2214,107,2553,2660
+356,2011-12-22,1,0,12,0,4,1,2,0.423333,0.426121,0.7575,0.047275,227,2841,3068
+357,2011-12-23,1,0,12,0,5,1,1,0.373333,0.377513,0.68625,0.274246,163,2046,2209
+358,2011-12-24,1,0,12,0,6,0,1,0.3025,0.299242,0.5425,0.190304,155,856,1011
+359,2011-12-25,1,0,12,0,0,0,1,0.274783,0.279961,0.681304,0.155091,303,451,754
+360,2011-12-26,1,0,12,1,1,0,1,0.321739,0.315535,0.506957,0.239465,430,887,1317
+361,2011-12-27,1,0,12,0,2,1,2,0.325,0.327633,0.7625,0.18845,103,1059,1162
+362,2011-12-28,1,0,12,0,3,1,1,0.29913,0.279974,0.503913,0.293961,255,2047,2302
+363,2011-12-29,1,0,12,0,4,1,1,0.248333,0.263892,0.574167,0.119412,254,2169,2423
+364,2011-12-30,1,0,12,0,5,1,1,0.311667,0.318812,0.636667,0.134337,491,2508,2999
+365,2011-12-31,1,0,12,0,6,0,1,0.41,0.414121,0.615833,0.220154,665,1820,2485
+366,2012-01-01,1,1,1,0,0,0,1,0.37,0.375621,0.6925,0.192167,686,1608,2294
+367,2012-01-02,1,1,1,1,1,0,1,0.273043,0.252304,0.381304,0.329665,244,1707,1951
+368,2012-01-03,1,1,1,0,2,1,1,0.15,0.126275,0.44125,0.365671,89,2147,2236
+369,2012-01-04,1,1,1,0,3,1,2,0.1075,0.119337,0.414583,0.1847,95,2273,2368
+370,2012-01-05,1,1,1,0,4,1,1,0.265833,0.278412,0.524167,0.129987,140,3132,3272
+371,2012-01-06,1,1,1,0,5,1,1,0.334167,0.340267,0.542083,0.167908,307,3791,4098
+372,2012-01-07,1,1,1,0,6,0,1,0.393333,0.390779,0.531667,0.174758,1070,3451,4521
+373,2012-01-08,1,1,1,0,0,0,1,0.3375,0.340258,0.465,0.191542,599,2826,3425
+374,2012-01-09,1,1,1,0,1,1,2,0.224167,0.247479,0.701667,0.0989,106,2270,2376
+375,2012-01-10,1,1,1,0,2,1,1,0.308696,0.318826,0.646522,0.187552,173,3425,3598
+376,2012-01-11,1,1,1,0,3,1,2,0.274167,0.282821,0.8475,0.131221,92,2085,2177
+377,2012-01-12,1,1,1,0,4,1,2,0.3825,0.381938,0.802917,0.180967,269,3828,4097
+378,2012-01-13,1,1,1,0,5,1,1,0.274167,0.249362,0.5075,0.378108,174,3040,3214
+379,2012-01-14,1,1,1,0,6,0,1,0.18,0.183087,0.4575,0.187183,333,2160,2493
+380,2012-01-15,1,1,1,0,0,0,1,0.166667,0.161625,0.419167,0.251258,284,2027,2311
+381,2012-01-16,1,1,1,1,1,0,1,0.19,0.190663,0.5225,0.231358,217,2081,2298
+382,2012-01-17,1,1,1,0,2,1,2,0.373043,0.364278,0.716087,0.34913,127,2808,2935
+383,2012-01-18,1,1,1,0,3,1,1,0.303333,0.275254,0.443333,0.415429,109,3267,3376
+384,2012-01-19,1,1,1,0,4,1,1,0.19,0.190038,0.4975,0.220158,130,3162,3292
+385,2012-01-20,1,1,1,0,5,1,2,0.2175,0.220958,0.45,0.20275,115,3048,3163
+386,2012-01-21,1,1,1,0,6,0,2,0.173333,0.174875,0.83125,0.222642,67,1234,1301
+387,2012-01-22,1,1,1,0,0,0,2,0.1625,0.16225,0.79625,0.199638,196,1781,1977
+388,2012-01-23,1,1,1,0,1,1,2,0.218333,0.243058,0.91125,0.110708,145,2287,2432
+389,2012-01-24,1,1,1,0,2,1,1,0.3425,0.349108,0.835833,0.123767,439,3900,4339
+390,2012-01-25,1,1,1,0,3,1,1,0.294167,0.294821,0.64375,0.161071,467,3803,4270
+391,2012-01-26,1,1,1,0,4,1,2,0.341667,0.35605,0.769583,0.0733958,244,3831,4075
+392,2012-01-27,1,1,1,0,5,1,2,0.425,0.415383,0.74125,0.342667,269,3187,3456
+393,2012-01-28,1,1,1,0,6,0,1,0.315833,0.326379,0.543333,0.210829,775,3248,4023
+394,2012-01-29,1,1,1,0,0,0,1,0.2825,0.272721,0.31125,0.24005,558,2685,3243
+395,2012-01-30,1,1,1,0,1,1,1,0.269167,0.262625,0.400833,0.215792,126,3498,3624
+396,2012-01-31,1,1,1,0,2,1,1,0.39,0.381317,0.416667,0.261817,324,4185,4509
+397,2012-02-01,1,1,2,0,3,1,1,0.469167,0.466538,0.507917,0.189067,304,4275,4579
+398,2012-02-02,1,1,2,0,4,1,2,0.399167,0.398971,0.672917,0.187187,190,3571,3761
+399,2012-02-03,1,1,2,0,5,1,1,0.313333,0.309346,0.526667,0.178496,310,3841,4151
+400,2012-02-04,1,1,2,0,6,0,2,0.264167,0.272725,0.779583,0.121896,384,2448,2832
+401,2012-02-05,1,1,2,0,0,0,2,0.265833,0.264521,0.687917,0.175996,318,2629,2947
+402,2012-02-06,1,1,2,0,1,1,1,0.282609,0.296426,0.622174,0.1538,206,3578,3784
+403,2012-02-07,1,1,2,0,2,1,1,0.354167,0.361104,0.49625,0.147379,199,4176,4375
+404,2012-02-08,1,1,2,0,3,1,2,0.256667,0.266421,0.722917,0.133721,109,2693,2802
+405,2012-02-09,1,1,2,0,4,1,1,0.265,0.261988,0.562083,0.194037,163,3667,3830
+406,2012-02-10,1,1,2,0,5,1,2,0.280833,0.293558,0.54,0.116929,227,3604,3831
+407,2012-02-11,1,1,2,0,6,0,3,0.224167,0.210867,0.73125,0.289796,192,1977,2169
+408,2012-02-12,1,1,2,0,0,0,1,0.1275,0.101658,0.464583,0.409212,73,1456,1529
+409,2012-02-13,1,1,2,0,1,1,1,0.2225,0.227913,0.41125,0.167283,94,3328,3422
+410,2012-02-14,1,1,2,0,2,1,2,0.319167,0.333946,0.50875,0.141179,135,3787,3922
+411,2012-02-15,1,1,2,0,3,1,1,0.348333,0.351629,0.53125,0.1816,141,4028,4169
+412,2012-02-16,1,1,2,0,4,1,2,0.316667,0.330162,0.752917,0.091425,74,2931,3005
+413,2012-02-17,1,1,2,0,5,1,1,0.343333,0.351629,0.634583,0.205846,349,3805,4154
+414,2012-02-18,1,1,2,0,6,0,1,0.346667,0.355425,0.534583,0.190929,1435,2883,4318
+415,2012-02-19,1,1,2,0,0,0,2,0.28,0.265788,0.515833,0.253112,618,2071,2689
+416,2012-02-20,1,1,2,1,1,0,1,0.28,0.273391,0.507826,0.229083,502,2627,3129
+417,2012-02-21,1,1,2,0,2,1,1,0.287826,0.295113,0.594348,0.205717,163,3614,3777
+418,2012-02-22,1,1,2,0,3,1,1,0.395833,0.392667,0.567917,0.234471,394,4379,4773
+419,2012-02-23,1,1,2,0,4,1,1,0.454167,0.444446,0.554583,0.190913,516,4546,5062
+420,2012-02-24,1,1,2,0,5,1,2,0.4075,0.410971,0.7375,0.237567,246,3241,3487
+421,2012-02-25,1,1,2,0,6,0,1,0.290833,0.255675,0.395833,0.421642,317,2415,2732
+422,2012-02-26,1,1,2,0,0,0,1,0.279167,0.268308,0.41,0.205229,515,2874,3389
+423,2012-02-27,1,1,2,0,1,1,1,0.366667,0.357954,0.490833,0.268033,253,4069,4322
+424,2012-02-28,1,1,2,0,2,1,1,0.359167,0.353525,0.395833,0.193417,229,4134,4363
+425,2012-02-29,1,1,2,0,3,1,2,0.344348,0.34847,0.804783,0.179117,65,1769,1834
+426,2012-03-01,1,1,3,0,4,1,1,0.485833,0.475371,0.615417,0.226987,325,4665,4990
+427,2012-03-02,1,1,3,0,5,1,2,0.353333,0.359842,0.657083,0.144904,246,2948,3194
+428,2012-03-03,1,1,3,0,6,0,2,0.414167,0.413492,0.62125,0.161079,956,3110,4066
+429,2012-03-04,1,1,3,0,0,0,1,0.325833,0.303021,0.403333,0.334571,710,2713,3423
+430,2012-03-05,1,1,3,0,1,1,1,0.243333,0.241171,0.50625,0.228858,203,3130,3333
+431,2012-03-06,1,1,3,0,2,1,1,0.258333,0.255042,0.456667,0.200875,221,3735,3956
+432,2012-03-07,1,1,3,0,3,1,1,0.404167,0.3851,0.513333,0.345779,432,4484,4916
+433,2012-03-08,1,1,3,0,4,1,1,0.5275,0.524604,0.5675,0.441563,486,4896,5382
+434,2012-03-09,1,1,3,0,5,1,2,0.410833,0.397083,0.407083,0.4148,447,4122,4569
+435,2012-03-10,1,1,3,0,6,0,1,0.2875,0.277767,0.350417,0.22575,968,3150,4118
+436,2012-03-11,1,1,3,0,0,0,1,0.361739,0.35967,0.476957,0.222587,1658,3253,4911
+437,2012-03-12,1,1,3,0,1,1,1,0.466667,0.459592,0.489167,0.207713,838,4460,5298
+438,2012-03-13,1,1,3,0,2,1,1,0.565,0.542929,0.6175,0.23695,762,5085,5847
+439,2012-03-14,1,1,3,0,3,1,1,0.5725,0.548617,0.507083,0.115062,997,5315,6312
+440,2012-03-15,1,1,3,0,4,1,1,0.5575,0.532825,0.579583,0.149883,1005,5187,6192
+441,2012-03-16,1,1,3,0,5,1,2,0.435833,0.436229,0.842083,0.113192,548,3830,4378
+442,2012-03-17,1,1,3,0,6,0,2,0.514167,0.505046,0.755833,0.110704,3155,4681,7836
+443,2012-03-18,1,1,3,0,0,0,2,0.4725,0.464,0.81,0.126883,2207,3685,5892
+444,2012-03-19,1,1,3,0,1,1,1,0.545,0.532821,0.72875,0.162317,982,5171,6153
+445,2012-03-20,1,1,3,0,2,1,1,0.560833,0.538533,0.807917,0.121271,1051,5042,6093
+446,2012-03-21,2,1,3,0,3,1,2,0.531667,0.513258,0.82125,0.0895583,1122,5108,6230
+447,2012-03-22,2,1,3,0,4,1,1,0.554167,0.531567,0.83125,0.117562,1334,5537,6871
+448,2012-03-23,2,1,3,0,5,1,2,0.601667,0.570067,0.694167,0.1163,2469,5893,8362
+449,2012-03-24,2,1,3,0,6,0,2,0.5025,0.486733,0.885417,0.192783,1033,2339,3372
+450,2012-03-25,2,1,3,0,0,0,2,0.4375,0.437488,0.880833,0.220775,1532,3464,4996
+451,2012-03-26,2,1,3,0,1,1,1,0.445833,0.43875,0.477917,0.386821,795,4763,5558
+452,2012-03-27,2,1,3,0,2,1,1,0.323333,0.315654,0.29,0.187192,531,4571,5102
+453,2012-03-28,2,1,3,0,3,1,1,0.484167,0.47095,0.48125,0.291671,674,5024,5698
+454,2012-03-29,2,1,3,0,4,1,1,0.494167,0.482304,0.439167,0.31965,834,5299,6133
+455,2012-03-30,2,1,3,0,5,1,2,0.37,0.375621,0.580833,0.138067,796,4663,5459
+456,2012-03-31,2,1,3,0,6,0,2,0.424167,0.421708,0.738333,0.250617,2301,3934,6235
+457,2012-04-01,2,1,4,0,0,0,2,0.425833,0.417287,0.67625,0.172267,2347,3694,6041
+458,2012-04-02,2,1,4,0,1,1,1,0.433913,0.427513,0.504348,0.312139,1208,4728,5936
+459,2012-04-03,2,1,4,0,2,1,1,0.466667,0.461483,0.396667,0.100133,1348,5424,6772
+460,2012-04-04,2,1,4,0,3,1,1,0.541667,0.53345,0.469583,0.180975,1058,5378,6436
+461,2012-04-05,2,1,4,0,4,1,1,0.435,0.431163,0.374167,0.219529,1192,5265,6457
+462,2012-04-06,2,1,4,0,5,1,1,0.403333,0.390767,0.377083,0.300388,1807,4653,6460
+463,2012-04-07,2,1,4,0,6,0,1,0.4375,0.426129,0.254167,0.274871,3252,3605,6857
+464,2012-04-08,2,1,4,0,0,0,1,0.5,0.492425,0.275833,0.232596,2230,2939,5169
+465,2012-04-09,2,1,4,0,1,1,1,0.489167,0.476638,0.3175,0.358196,905,4680,5585
+466,2012-04-10,2,1,4,0,2,1,1,0.446667,0.436233,0.435,0.249375,819,5099,5918
+467,2012-04-11,2,1,4,0,3,1,1,0.348696,0.337274,0.469565,0.295274,482,4380,4862
+468,2012-04-12,2,1,4,0,4,1,1,0.3975,0.387604,0.46625,0.290429,663,4746,5409
+469,2012-04-13,2,1,4,0,5,1,1,0.4425,0.431808,0.408333,0.155471,1252,5146,6398
+470,2012-04-14,2,1,4,0,6,0,1,0.495,0.487996,0.502917,0.190917,2795,4665,7460
+471,2012-04-15,2,1,4,0,0,0,1,0.606667,0.573875,0.507917,0.225129,2846,4286,7132
+472,2012-04-16,2,1,4,1,1,0,1,0.664167,0.614925,0.561667,0.284829,1198,5172,6370
+473,2012-04-17,2,1,4,0,2,1,1,0.608333,0.598487,0.390417,0.273629,989,5702,6691
+474,2012-04-18,2,1,4,0,3,1,2,0.463333,0.457038,0.569167,0.167912,347,4020,4367
+475,2012-04-19,2,1,4,0,4,1,1,0.498333,0.493046,0.6125,0.0659292,846,5719,6565
+476,2012-04-20,2,1,4,0,5,1,1,0.526667,0.515775,0.694583,0.149871,1340,5950,7290
+477,2012-04-21,2,1,4,0,6,0,1,0.57,0.542921,0.682917,0.283587,2541,4083,6624
+478,2012-04-22,2,1,4,0,0,0,3,0.396667,0.389504,0.835417,0.344546,120,907,1027
+479,2012-04-23,2,1,4,0,1,1,2,0.321667,0.301125,0.766667,0.303496,195,3019,3214
+480,2012-04-24,2,1,4,0,2,1,1,0.413333,0.405283,0.454167,0.249383,518,5115,5633
+481,2012-04-25,2,1,4,0,3,1,1,0.476667,0.470317,0.427917,0.118792,655,5541,6196
+482,2012-04-26,2,1,4,0,4,1,2,0.498333,0.483583,0.756667,0.176625,475,4551,5026
+483,2012-04-27,2,1,4,0,5,1,1,0.4575,0.452637,0.400833,0.347633,1014,5219,6233
+484,2012-04-28,2,1,4,0,6,0,2,0.376667,0.377504,0.489583,0.129975,1120,3100,4220
+485,2012-04-29,2,1,4,0,0,0,1,0.458333,0.450121,0.587083,0.116908,2229,4075,6304
+486,2012-04-30,2,1,4,0,1,1,2,0.464167,0.457696,0.57,0.171638,665,4907,5572
+487,2012-05-01,2,1,5,0,2,1,2,0.613333,0.577021,0.659583,0.156096,653,5087,5740
+488,2012-05-02,2,1,5,0,3,1,1,0.564167,0.537896,0.797083,0.138058,667,5502,6169
+489,2012-05-03,2,1,5,0,4,1,2,0.56,0.537242,0.768333,0.133696,764,5657,6421
+490,2012-05-04,2,1,5,0,5,1,1,0.6275,0.590917,0.735417,0.162938,1069,5227,6296
+491,2012-05-05,2,1,5,0,6,0,2,0.621667,0.584608,0.756667,0.152992,2496,4387,6883
+492,2012-05-06,2,1,5,0,0,0,2,0.5625,0.546737,0.74,0.149879,2135,4224,6359
+493,2012-05-07,2,1,5,0,1,1,2,0.5375,0.527142,0.664167,0.230721,1008,5265,6273
+494,2012-05-08,2,1,5,0,2,1,2,0.581667,0.557471,0.685833,0.296029,738,4990,5728
+495,2012-05-09,2,1,5,0,3,1,2,0.575,0.553025,0.744167,0.216412,620,4097,4717
+496,2012-05-10,2,1,5,0,4,1,1,0.505833,0.491783,0.552083,0.314063,1026,5546,6572
+497,2012-05-11,2,1,5,0,5,1,1,0.533333,0.520833,0.360417,0.236937,1319,5711,7030
+498,2012-05-12,2,1,5,0,6,0,1,0.564167,0.544817,0.480417,0.123133,2622,4807,7429
+499,2012-05-13,2,1,5,0,0,0,1,0.6125,0.585238,0.57625,0.225117,2172,3946,6118
+500,2012-05-14,2,1,5,0,1,1,2,0.573333,0.5499,0.789583,0.212692,342,2501,2843
+501,2012-05-15,2,1,5,0,2,1,2,0.611667,0.576404,0.794583,0.147392,625,4490,5115
+502,2012-05-16,2,1,5,0,3,1,1,0.636667,0.595975,0.697917,0.122512,991,6433,7424
+503,2012-05-17,2,1,5,0,4,1,1,0.593333,0.572613,0.52,0.229475,1242,6142,7384
+504,2012-05-18,2,1,5,0,5,1,1,0.564167,0.551121,0.523333,0.136817,1521,6118,7639
+505,2012-05-19,2,1,5,0,6,0,1,0.6,0.566908,0.45625,0.083975,3410,4884,8294
+506,2012-05-20,2,1,5,0,0,0,1,0.620833,0.583967,0.530417,0.254367,2704,4425,7129
+507,2012-05-21,2,1,5,0,1,1,2,0.598333,0.565667,0.81125,0.233204,630,3729,4359
+508,2012-05-22,2,1,5,0,2,1,2,0.615,0.580825,0.765833,0.118167,819,5254,6073
+509,2012-05-23,2,1,5,0,3,1,2,0.621667,0.584612,0.774583,0.102,766,4494,5260
+510,2012-05-24,2,1,5,0,4,1,1,0.655,0.6067,0.716667,0.172896,1059,5711,6770
+511,2012-05-25,2,1,5,0,5,1,1,0.68,0.627529,0.747083,0.14055,1417,5317,6734
+512,2012-05-26,2,1,5,0,6,0,1,0.6925,0.642696,0.7325,0.198992,2855,3681,6536
+513,2012-05-27,2,1,5,0,0,0,1,0.69,0.641425,0.697083,0.215171,3283,3308,6591
+514,2012-05-28,2,1,5,1,1,0,1,0.7125,0.6793,0.67625,0.196521,2557,3486,6043
+515,2012-05-29,2,1,5,0,2,1,1,0.7225,0.672992,0.684583,0.2954,880,4863,5743
+516,2012-05-30,2,1,5,0,3,1,2,0.656667,0.611129,0.67,0.134329,745,6110,6855
+517,2012-05-31,2,1,5,0,4,1,1,0.68,0.631329,0.492917,0.195279,1100,6238,7338
+518,2012-06-01,2,1,6,0,5,1,2,0.654167,0.607962,0.755417,0.237563,533,3594,4127
+519,2012-06-02,2,1,6,0,6,0,1,0.583333,0.566288,0.549167,0.186562,2795,5325,8120
+520,2012-06-03,2,1,6,0,0,0,1,0.6025,0.575133,0.493333,0.184087,2494,5147,7641
+521,2012-06-04,2,1,6,0,1,1,1,0.5975,0.578283,0.487083,0.284833,1071,5927,6998
+522,2012-06-05,2,1,6,0,2,1,2,0.540833,0.525892,0.613333,0.209575,968,6033,7001
+523,2012-06-06,2,1,6,0,3,1,1,0.554167,0.542292,0.61125,0.077125,1027,6028,7055
+524,2012-06-07,2,1,6,0,4,1,1,0.6025,0.569442,0.567083,0.15735,1038,6456,7494
+525,2012-06-08,2,1,6,0,5,1,1,0.649167,0.597862,0.467917,0.175383,1488,6248,7736
+526,2012-06-09,2,1,6,0,6,0,1,0.710833,0.648367,0.437083,0.144287,2708,4790,7498
+527,2012-06-10,2,1,6,0,0,0,1,0.726667,0.663517,0.538333,0.133721,2224,4374,6598
+528,2012-06-11,2,1,6,0,1,1,2,0.720833,0.659721,0.587917,0.207713,1017,5647,6664
+529,2012-06-12,2,1,6,0,2,1,2,0.653333,0.597875,0.833333,0.214546,477,4495,4972
+530,2012-06-13,2,1,6,0,3,1,1,0.655833,0.611117,0.582083,0.343279,1173,6248,7421
+531,2012-06-14,2,1,6,0,4,1,1,0.648333,0.624383,0.569583,0.253733,1180,6183,7363
+532,2012-06-15,2,1,6,0,5,1,1,0.639167,0.599754,0.589583,0.176617,1563,6102,7665
+533,2012-06-16,2,1,6,0,6,0,1,0.631667,0.594708,0.504167,0.166667,2963,4739,7702
+534,2012-06-17,2,1,6,0,0,0,1,0.5925,0.571975,0.59875,0.144904,2634,4344,6978
+535,2012-06-18,2,1,6,0,1,1,2,0.568333,0.544842,0.777917,0.174746,653,4446,5099
+536,2012-06-19,2,1,6,0,2,1,1,0.688333,0.654692,0.69,0.148017,968,5857,6825
+537,2012-06-20,2,1,6,0,3,1,1,0.7825,0.720975,0.592083,0.113812,872,5339,6211
+538,2012-06-21,3,1,6,0,4,1,1,0.805833,0.752542,0.567917,0.118787,778,5127,5905
+539,2012-06-22,3,1,6,0,5,1,1,0.7775,0.724121,0.57375,0.182842,964,4859,5823
+540,2012-06-23,3,1,6,0,6,0,1,0.731667,0.652792,0.534583,0.179721,2657,4801,7458
+541,2012-06-24,3,1,6,0,0,0,1,0.743333,0.674254,0.479167,0.145525,2551,4340,6891
+542,2012-06-25,3,1,6,0,1,1,1,0.715833,0.654042,0.504167,0.300383,1139,5640,6779
+543,2012-06-26,3,1,6,0,2,1,1,0.630833,0.594704,0.373333,0.347642,1077,6365,7442
+544,2012-06-27,3,1,6,0,3,1,1,0.6975,0.640792,0.36,0.271775,1077,6258,7335
+545,2012-06-28,3,1,6,0,4,1,1,0.749167,0.675512,0.4225,0.17165,921,5958,6879
+546,2012-06-29,3,1,6,0,5,1,1,0.834167,0.786613,0.48875,0.165417,829,4634,5463
+547,2012-06-30,3,1,6,0,6,0,1,0.765,0.687508,0.60125,0.161071,1455,4232,5687
+548,2012-07-01,3,1,7,0,0,0,1,0.815833,0.750629,0.51875,0.168529,1421,4110,5531
+549,2012-07-02,3,1,7,0,1,1,1,0.781667,0.702038,0.447083,0.195267,904,5323,6227
+550,2012-07-03,3,1,7,0,2,1,1,0.780833,0.70265,0.492083,0.126237,1052,5608,6660
+551,2012-07-04,3,1,7,1,3,0,1,0.789167,0.732337,0.53875,0.13495,2562,4841,7403
+552,2012-07-05,3,1,7,0,4,1,1,0.8275,0.761367,0.457917,0.194029,1405,4836,6241
+553,2012-07-06,3,1,7,0,5,1,1,0.828333,0.752533,0.450833,0.146142,1366,4841,6207
+554,2012-07-07,3,1,7,0,6,0,1,0.861667,0.804913,0.492083,0.163554,1448,3392,4840
+555,2012-07-08,3,1,7,0,0,0,1,0.8225,0.790396,0.57375,0.125629,1203,3469,4672
+556,2012-07-09,3,1,7,0,1,1,2,0.710833,0.654054,0.683333,0.180975,998,5571,6569
+557,2012-07-10,3,1,7,0,2,1,2,0.720833,0.664796,0.6675,0.151737,954,5336,6290
+558,2012-07-11,3,1,7,0,3,1,1,0.716667,0.650271,0.633333,0.151733,975,6289,7264
+559,2012-07-12,3,1,7,0,4,1,1,0.715833,0.654683,0.529583,0.146775,1032,6414,7446
+560,2012-07-13,3,1,7,0,5,1,2,0.731667,0.667933,0.485833,0.08085,1511,5988,7499
+561,2012-07-14,3,1,7,0,6,0,2,0.703333,0.666042,0.699167,0.143679,2355,4614,6969
+562,2012-07-15,3,1,7,0,0,0,1,0.745833,0.705196,0.717917,0.166667,1920,4111,6031
+563,2012-07-16,3,1,7,0,1,1,1,0.763333,0.724125,0.645,0.164187,1088,5742,6830
+564,2012-07-17,3,1,7,0,2,1,1,0.818333,0.755683,0.505833,0.114429,921,5865,6786
+565,2012-07-18,3,1,7,0,3,1,1,0.793333,0.745583,0.577083,0.137442,799,4914,5713
+566,2012-07-19,3,1,7,0,4,1,1,0.77,0.714642,0.600417,0.165429,888,5703,6591
+567,2012-07-20,3,1,7,0,5,1,2,0.665833,0.613025,0.844167,0.208967,747,5123,5870
+568,2012-07-21,3,1,7,0,6,0,3,0.595833,0.549912,0.865417,0.2133,1264,3195,4459
+569,2012-07-22,3,1,7,0,0,0,2,0.6675,0.623125,0.7625,0.0939208,2544,4866,7410
+570,2012-07-23,3,1,7,0,1,1,1,0.741667,0.690017,0.694167,0.138683,1135,5831,6966
+571,2012-07-24,3,1,7,0,2,1,1,0.750833,0.70645,0.655,0.211454,1140,6452,7592
+572,2012-07-25,3,1,7,0,3,1,1,0.724167,0.654054,0.45,0.1648,1383,6790,8173
+573,2012-07-26,3,1,7,0,4,1,1,0.776667,0.739263,0.596667,0.284813,1036,5825,6861
+574,2012-07-27,3,1,7,0,5,1,1,0.781667,0.734217,0.594583,0.152992,1259,5645,6904
+575,2012-07-28,3,1,7,0,6,0,1,0.755833,0.697604,0.613333,0.15735,2234,4451,6685
+576,2012-07-29,3,1,7,0,0,0,1,0.721667,0.667933,0.62375,0.170396,2153,4444,6597
+577,2012-07-30,3,1,7,0,1,1,1,0.730833,0.684987,0.66875,0.153617,1040,6065,7105
+578,2012-07-31,3,1,7,0,2,1,1,0.713333,0.662896,0.704167,0.165425,968,6248,7216
+579,2012-08-01,3,1,8,0,3,1,1,0.7175,0.667308,0.6775,0.141179,1074,6506,7580
+580,2012-08-02,3,1,8,0,4,1,1,0.7525,0.707088,0.659583,0.129354,983,6278,7261
+581,2012-08-03,3,1,8,0,5,1,2,0.765833,0.722867,0.6425,0.215792,1328,5847,7175
+582,2012-08-04,3,1,8,0,6,0,1,0.793333,0.751267,0.613333,0.257458,2345,4479,6824
+583,2012-08-05,3,1,8,0,0,0,1,0.769167,0.731079,0.6525,0.290421,1707,3757,5464
+584,2012-08-06,3,1,8,0,1,1,2,0.7525,0.710246,0.654167,0.129354,1233,5780,7013
+585,2012-08-07,3,1,8,0,2,1,2,0.735833,0.697621,0.70375,0.116908,1278,5995,7273
+586,2012-08-08,3,1,8,0,3,1,2,0.75,0.707717,0.672917,0.1107,1263,6271,7534
+587,2012-08-09,3,1,8,0,4,1,1,0.755833,0.699508,0.620417,0.1561,1196,6090,7286
+588,2012-08-10,3,1,8,0,5,1,2,0.715833,0.667942,0.715833,0.238813,1065,4721,5786
+589,2012-08-11,3,1,8,0,6,0,2,0.6925,0.638267,0.732917,0.206479,2247,4052,6299
+590,2012-08-12,3,1,8,0,0,0,1,0.700833,0.644579,0.530417,0.122512,2182,4362,6544
+591,2012-08-13,3,1,8,0,1,1,1,0.720833,0.662254,0.545417,0.136212,1207,5676,6883
+592,2012-08-14,3,1,8,0,2,1,1,0.726667,0.676779,0.686667,0.169158,1128,5656,6784
+593,2012-08-15,3,1,8,0,3,1,1,0.706667,0.654037,0.619583,0.169771,1198,6149,7347
+594,2012-08-16,3,1,8,0,4,1,1,0.719167,0.654688,0.519167,0.141796,1338,6267,7605
+595,2012-08-17,3,1,8,0,5,1,1,0.723333,0.2424,0.570833,0.231354,1483,5665,7148
+596,2012-08-18,3,1,8,0,6,0,1,0.678333,0.618071,0.603333,0.177867,2827,5038,7865
+597,2012-08-19,3,1,8,0,0,0,2,0.635833,0.603554,0.711667,0.08645,1208,3341,4549
+598,2012-08-20,3,1,8,0,1,1,2,0.635833,0.595967,0.734167,0.129979,1026,5504,6530
+599,2012-08-21,3,1,8,0,2,1,1,0.649167,0.601025,0.67375,0.0727708,1081,5925,7006
+600,2012-08-22,3,1,8,0,3,1,1,0.6675,0.621854,0.677083,0.0702833,1094,6281,7375
+601,2012-08-23,3,1,8,0,4,1,1,0.695833,0.637008,0.635833,0.0845958,1363,6402,7765
+602,2012-08-24,3,1,8,0,5,1,2,0.7025,0.6471,0.615,0.0721458,1325,6257,7582
+603,2012-08-25,3,1,8,0,6,0,2,0.661667,0.618696,0.712917,0.244408,1829,4224,6053
+604,2012-08-26,3,1,8,0,0,0,2,0.653333,0.595996,0.845833,0.228858,1483,3772,5255
+605,2012-08-27,3,1,8,0,1,1,1,0.703333,0.654688,0.730417,0.128733,989,5928,6917
+606,2012-08-28,3,1,8,0,2,1,1,0.728333,0.66605,0.62,0.190925,935,6105,7040
+607,2012-08-29,3,1,8,0,3,1,1,0.685,0.635733,0.552083,0.112562,1177,6520,7697
+608,2012-08-30,3,1,8,0,4,1,1,0.706667,0.652779,0.590417,0.0771167,1172,6541,7713
+609,2012-08-31,3,1,8,0,5,1,1,0.764167,0.6894,0.5875,0.168533,1433,5917,7350
+610,2012-09-01,3,1,9,0,6,0,2,0.753333,0.702654,0.638333,0.113187,2352,3788,6140
+611,2012-09-02,3,1,9,0,0,0,2,0.696667,0.649,0.815,0.0640708,2613,3197,5810
+612,2012-09-03,3,1,9,1,1,0,1,0.7075,0.661629,0.790833,0.151121,1965,4069,6034
+613,2012-09-04,3,1,9,0,2,1,1,0.725833,0.686888,0.755,0.236321,867,5997,6864
+614,2012-09-05,3,1,9,0,3,1,1,0.736667,0.708983,0.74125,0.187808,832,6280,7112
+615,2012-09-06,3,1,9,0,4,1,2,0.696667,0.655329,0.810417,0.142421,611,5592,6203
+616,2012-09-07,3,1,9,0,5,1,1,0.703333,0.657204,0.73625,0.171646,1045,6459,7504
+617,2012-09-08,3,1,9,0,6,0,2,0.659167,0.611121,0.799167,0.281104,1557,4419,5976
+618,2012-09-09,3,1,9,0,0,0,1,0.61,0.578925,0.5475,0.224496,2570,5657,8227
+619,2012-09-10,3,1,9,0,1,1,1,0.583333,0.565654,0.50375,0.258713,1118,6407,7525
+620,2012-09-11,3,1,9,0,2,1,1,0.5775,0.554292,0.52,0.0920542,1070,6697,7767
+621,2012-09-12,3,1,9,0,3,1,1,0.599167,0.570075,0.577083,0.131846,1050,6820,7870
+622,2012-09-13,3,1,9,0,4,1,1,0.6125,0.579558,0.637083,0.0827208,1054,6750,7804
+623,2012-09-14,3,1,9,0,5,1,1,0.633333,0.594083,0.6725,0.103863,1379,6630,8009
+624,2012-09-15,3,1,9,0,6,0,1,0.608333,0.585867,0.501667,0.247521,3160,5554,8714
+625,2012-09-16,3,1,9,0,0,0,1,0.58,0.563125,0.57,0.0901833,2166,5167,7333
+626,2012-09-17,3,1,9,0,1,1,2,0.580833,0.55305,0.734583,0.151742,1022,5847,6869
+627,2012-09-18,3,1,9,0,2,1,2,0.623333,0.565067,0.8725,0.357587,371,3702,4073
+628,2012-09-19,3,1,9,0,3,1,1,0.5525,0.540404,0.536667,0.215175,788,6803,7591
+629,2012-09-20,3,1,9,0,4,1,1,0.546667,0.532192,0.618333,0.118167,939,6781,7720
+630,2012-09-21,3,1,9,0,5,1,1,0.599167,0.571971,0.66875,0.154229,1250,6917,8167
+631,2012-09-22,3,1,9,0,6,0,1,0.65,0.610488,0.646667,0.283583,2512,5883,8395
+632,2012-09-23,4,1,9,0,0,0,1,0.529167,0.518933,0.467083,0.223258,2454,5453,7907
+633,2012-09-24,4,1,9,0,1,1,1,0.514167,0.502513,0.492917,0.142404,1001,6435,7436
+634,2012-09-25,4,1,9,0,2,1,1,0.55,0.544179,0.57,0.236321,845,6693,7538
+635,2012-09-26,4,1,9,0,3,1,1,0.635,0.596613,0.630833,0.2444,787,6946,7733
+636,2012-09-27,4,1,9,0,4,1,2,0.65,0.607975,0.690833,0.134342,751,6642,7393
+637,2012-09-28,4,1,9,0,5,1,2,0.619167,0.585863,0.69,0.164179,1045,6370,7415
+638,2012-09-29,4,1,9,0,6,0,1,0.5425,0.530296,0.542917,0.227604,2589,5966,8555
+639,2012-09-30,4,1,9,0,0,0,1,0.526667,0.517663,0.583333,0.134958,2015,4874,6889
+640,2012-10-01,4,1,10,0,1,1,2,0.520833,0.512,0.649167,0.0908042,763,6015,6778
+641,2012-10-02,4,1,10,0,2,1,3,0.590833,0.542333,0.871667,0.104475,315,4324,4639
+642,2012-10-03,4,1,10,0,3,1,2,0.6575,0.599133,0.79375,0.0665458,728,6844,7572
+643,2012-10-04,4,1,10,0,4,1,2,0.6575,0.607975,0.722917,0.117546,891,6437,7328
+644,2012-10-05,4,1,10,0,5,1,1,0.615,0.580187,0.6275,0.10635,1516,6640,8156
+645,2012-10-06,4,1,10,0,6,0,1,0.554167,0.538521,0.664167,0.268025,3031,4934,7965
+646,2012-10-07,4,1,10,0,0,0,2,0.415833,0.419813,0.708333,0.141162,781,2729,3510
+647,2012-10-08,4,1,10,1,1,0,2,0.383333,0.387608,0.709583,0.189679,874,4604,5478
+648,2012-10-09,4,1,10,0,2,1,2,0.446667,0.438112,0.761667,0.1903,601,5791,6392
+649,2012-10-10,4,1,10,0,3,1,1,0.514167,0.503142,0.630833,0.187821,780,6911,7691
+650,2012-10-11,4,1,10,0,4,1,1,0.435,0.431167,0.463333,0.181596,834,6736,7570
+651,2012-10-12,4,1,10,0,5,1,1,0.4375,0.433071,0.539167,0.235092,1060,6222,7282
+652,2012-10-13,4,1,10,0,6,0,1,0.393333,0.391396,0.494583,0.146142,2252,4857,7109
+653,2012-10-14,4,1,10,0,0,0,1,0.521667,0.508204,0.640417,0.278612,2080,4559,6639
+654,2012-10-15,4,1,10,0,1,1,2,0.561667,0.53915,0.7075,0.296037,760,5115,5875
+655,2012-10-16,4,1,10,0,2,1,1,0.468333,0.460846,0.558333,0.182221,922,6612,7534
+656,2012-10-17,4,1,10,0,3,1,1,0.455833,0.450108,0.692917,0.101371,979,6482,7461
+657,2012-10-18,4,1,10,0,4,1,2,0.5225,0.512625,0.728333,0.236937,1008,6501,7509
+658,2012-10-19,4,1,10,0,5,1,2,0.563333,0.537896,0.815,0.134954,753,4671,5424
+659,2012-10-20,4,1,10,0,6,0,1,0.484167,0.472842,0.572917,0.117537,2806,5284,8090
+660,2012-10-21,4,1,10,0,0,0,1,0.464167,0.456429,0.51,0.166054,2132,4692,6824
+661,2012-10-22,4,1,10,0,1,1,1,0.4875,0.482942,0.568333,0.0814833,830,6228,7058
+662,2012-10-23,4,1,10,0,2,1,1,0.544167,0.530304,0.641667,0.0945458,841,6625,7466
+663,2012-10-24,4,1,10,0,3,1,1,0.5875,0.558721,0.63625,0.0727792,795,6898,7693
+664,2012-10-25,4,1,10,0,4,1,2,0.55,0.529688,0.800417,0.124375,875,6484,7359
+665,2012-10-26,4,1,10,0,5,1,2,0.545833,0.52275,0.807083,0.132467,1182,6262,7444
+666,2012-10-27,4,1,10,0,6,0,2,0.53,0.515133,0.72,0.235692,2643,5209,7852
+667,2012-10-28,4,1,10,0,0,0,2,0.4775,0.467771,0.694583,0.398008,998,3461,4459
+668,2012-10-29,4,1,10,0,1,1,3,0.44,0.4394,0.88,0.3582,2,20,22
+669,2012-10-30,4,1,10,0,2,1,2,0.318182,0.309909,0.825455,0.213009,87,1009,1096
+670,2012-10-31,4,1,10,0,3,1,2,0.3575,0.3611,0.666667,0.166667,419,5147,5566
+671,2012-11-01,4,1,11,0,4,1,2,0.365833,0.369942,0.581667,0.157346,466,5520,5986
+672,2012-11-02,4,1,11,0,5,1,1,0.355,0.356042,0.522083,0.266175,618,5229,5847
+673,2012-11-03,4,1,11,0,6,0,2,0.343333,0.323846,0.49125,0.270529,1029,4109,5138
+674,2012-11-04,4,1,11,0,0,0,1,0.325833,0.329538,0.532917,0.179108,1201,3906,5107
+675,2012-11-05,4,1,11,0,1,1,1,0.319167,0.308075,0.494167,0.236325,378,4881,5259
+676,2012-11-06,4,1,11,0,2,1,1,0.280833,0.281567,0.567083,0.173513,466,5220,5686
+677,2012-11-07,4,1,11,0,3,1,2,0.295833,0.274621,0.5475,0.304108,326,4709,5035
+678,2012-11-08,4,1,11,0,4,1,1,0.352174,0.341891,0.333478,0.347835,340,4975,5315
+679,2012-11-09,4,1,11,0,5,1,1,0.361667,0.355413,0.540833,0.214558,709,5283,5992
+680,2012-11-10,4,1,11,0,6,0,1,0.389167,0.393937,0.645417,0.0578458,2090,4446,6536
+681,2012-11-11,4,1,11,0,0,0,1,0.420833,0.421713,0.659167,0.1275,2290,4562,6852
+682,2012-11-12,4,1,11,1,1,0,1,0.485,0.475383,0.741667,0.173517,1097,5172,6269
+683,2012-11-13,4,1,11,0,2,1,2,0.343333,0.323225,0.662917,0.342046,327,3767,4094
+684,2012-11-14,4,1,11,0,3,1,1,0.289167,0.281563,0.552083,0.199625,373,5122,5495
+685,2012-11-15,4,1,11,0,4,1,2,0.321667,0.324492,0.620417,0.152987,320,5125,5445
+686,2012-11-16,4,1,11,0,5,1,1,0.345,0.347204,0.524583,0.171025,484,5214,5698
+687,2012-11-17,4,1,11,0,6,0,1,0.325,0.326383,0.545417,0.179729,1313,4316,5629
+688,2012-11-18,4,1,11,0,0,0,1,0.3425,0.337746,0.692917,0.227612,922,3747,4669
+689,2012-11-19,4,1,11,0,1,1,2,0.380833,0.375621,0.623333,0.235067,449,5050,5499
+690,2012-11-20,4,1,11,0,2,1,2,0.374167,0.380667,0.685,0.082725,534,5100,5634
+691,2012-11-21,4,1,11,0,3,1,1,0.353333,0.364892,0.61375,0.103246,615,4531,5146
+692,2012-11-22,4,1,11,1,4,0,1,0.34,0.350371,0.580417,0.0528708,955,1470,2425
+693,2012-11-23,4,1,11,0,5,1,1,0.368333,0.378779,0.56875,0.148021,1603,2307,3910
+694,2012-11-24,4,1,11,0,6,0,1,0.278333,0.248742,0.404583,0.376871,532,1745,2277
+695,2012-11-25,4,1,11,0,0,0,1,0.245833,0.257583,0.468333,0.1505,309,2115,2424
+696,2012-11-26,4,1,11,0,1,1,1,0.313333,0.339004,0.535417,0.04665,337,4750,5087
+697,2012-11-27,4,1,11,0,2,1,2,0.291667,0.281558,0.786667,0.237562,123,3836,3959
+698,2012-11-28,4,1,11,0,3,1,1,0.296667,0.289762,0.50625,0.210821,198,5062,5260
+699,2012-11-29,4,1,11,0,4,1,1,0.28087,0.298422,0.555652,0.115522,243,5080,5323
+700,2012-11-30,4,1,11,0,5,1,1,0.298333,0.323867,0.649583,0.0584708,362,5306,5668
+701,2012-12-01,4,1,12,0,6,0,2,0.298333,0.316904,0.806667,0.0597042,951,4240,5191
+702,2012-12-02,4,1,12,0,0,0,2,0.3475,0.359208,0.823333,0.124379,892,3757,4649
+703,2012-12-03,4,1,12,0,1,1,1,0.4525,0.455796,0.7675,0.0827208,555,5679,6234
+704,2012-12-04,4,1,12,0,2,1,1,0.475833,0.469054,0.73375,0.174129,551,6055,6606
+705,2012-12-05,4,1,12,0,3,1,1,0.438333,0.428012,0.485,0.324021,331,5398,5729
+706,2012-12-06,4,1,12,0,4,1,1,0.255833,0.258204,0.50875,0.174754,340,5035,5375
+707,2012-12-07,4,1,12,0,5,1,2,0.320833,0.321958,0.764167,0.1306,349,4659,5008
+708,2012-12-08,4,1,12,0,6,0,2,0.381667,0.389508,0.91125,0.101379,1153,4429,5582
+709,2012-12-09,4,1,12,0,0,0,2,0.384167,0.390146,0.905417,0.157975,441,2787,3228
+710,2012-12-10,4,1,12,0,1,1,2,0.435833,0.435575,0.925,0.190308,329,4841,5170
+711,2012-12-11,4,1,12,0,2,1,2,0.353333,0.338363,0.596667,0.296037,282,5219,5501
+712,2012-12-12,4,1,12,0,3,1,2,0.2975,0.297338,0.538333,0.162937,310,5009,5319
+713,2012-12-13,4,1,12,0,4,1,1,0.295833,0.294188,0.485833,0.174129,425,5107,5532
+714,2012-12-14,4,1,12,0,5,1,1,0.281667,0.294192,0.642917,0.131229,429,5182,5611
+715,2012-12-15,4,1,12,0,6,0,1,0.324167,0.338383,0.650417,0.10635,767,4280,5047
+716,2012-12-16,4,1,12,0,0,0,2,0.3625,0.369938,0.83875,0.100742,538,3248,3786
+717,2012-12-17,4,1,12,0,1,1,2,0.393333,0.4015,0.907083,0.0982583,212,4373,4585
+718,2012-12-18,4,1,12,0,2,1,1,0.410833,0.409708,0.66625,0.221404,433,5124,5557
+719,2012-12-19,4,1,12,0,3,1,1,0.3325,0.342162,0.625417,0.184092,333,4934,5267
+720,2012-12-20,4,1,12,0,4,1,2,0.33,0.335217,0.667917,0.132463,314,3814,4128
+721,2012-12-21,1,1,12,0,5,1,2,0.326667,0.301767,0.556667,0.374383,221,3402,3623
+722,2012-12-22,1,1,12,0,6,0,1,0.265833,0.236113,0.44125,0.407346,205,1544,1749
+723,2012-12-23,1,1,12,0,0,0,1,0.245833,0.259471,0.515417,0.133083,408,1379,1787
+724,2012-12-24,1,1,12,0,1,1,2,0.231304,0.2589,0.791304,0.0772304,174,746,920
+725,2012-12-25,1,1,12,1,2,0,2,0.291304,0.294465,0.734783,0.168726,440,573,1013
+726,2012-12-26,1,1,12,0,3,1,3,0.243333,0.220333,0.823333,0.316546,9,432,441
+727,2012-12-27,1,1,12,0,4,1,2,0.254167,0.226642,0.652917,0.350133,247,1867,2114
+728,2012-12-28,1,1,12,0,5,1,2,0.253333,0.255046,0.59,0.155471,644,2451,3095
+729,2012-12-29,1,1,12,0,6,0,2,0.253333,0.2424,0.752917,0.124383,159,1182,1341
+730,2012-12-30,1,1,12,0,0,0,1,0.255833,0.2317,0.483333,0.350754,364,1432,1796
+731,2012-12-31,1,1,12,0,1,1,2,0.215833,0.223487,0.5775,0.154846,439,2290,2729

+ 17380 - 0
P1 - Predicting Bike Share Users/data/hour.csv

@@ -0,0 +1,17380 @@
+instant,dteday,season,yr,mnth,hr,holiday,weekday,workingday,weathersit,temp,atemp,hum,windspeed,casual,registered,cnt
+1,2011-01-01,1,0,1,0,0,6,0,1,0.24,0.2879,0.81,0,3,13,16
+2,2011-01-01,1,0,1,1,0,6,0,1,0.22,0.2727,0.8,0,8,32,40
+3,2011-01-01,1,0,1,2,0,6,0,1,0.22,0.2727,0.8,0,5,27,32
+4,2011-01-01,1,0,1,3,0,6,0,1,0.24,0.2879,0.75,0,3,10,13
+5,2011-01-01,1,0,1,4,0,6,0,1,0.24,0.2879,0.75,0,0,1,1
+6,2011-01-01,1,0,1,5,0,6,0,2,0.24,0.2576,0.75,0.0896,0,1,1
+7,2011-01-01,1,0,1,6,0,6,0,1,0.22,0.2727,0.8,0,2,0,2
+8,2011-01-01,1,0,1,7,0,6,0,1,0.2,0.2576,0.86,0,1,2,3
+9,2011-01-01,1,0,1,8,0,6,0,1,0.24,0.2879,0.75,0,1,7,8
+10,2011-01-01,1,0,1,9,0,6,0,1,0.32,0.3485,0.76,0,8,6,14
+11,2011-01-01,1,0,1,10,0,6,0,1,0.38,0.3939,0.76,0.2537,12,24,36
+12,2011-01-01,1,0,1,11,0,6,0,1,0.36,0.3333,0.81,0.2836,26,30,56
+13,2011-01-01,1,0,1,12,0,6,0,1,0.42,0.4242,0.77,0.2836,29,55,84
+14,2011-01-01,1,0,1,13,0,6,0,2,0.46,0.4545,0.72,0.2985,47,47,94
+15,2011-01-01,1,0,1,14,0,6,0,2,0.46,0.4545,0.72,0.2836,35,71,106
+16,2011-01-01,1,0,1,15,0,6,0,2,0.44,0.4394,0.77,0.2985,40,70,110
+17,2011-01-01,1,0,1,16,0,6,0,2,0.42,0.4242,0.82,0.2985,41,52,93
+18,2011-01-01,1,0,1,17,0,6,0,2,0.44,0.4394,0.82,0.2836,15,52,67
+19,2011-01-01,1,0,1,18,0,6,0,3,0.42,0.4242,0.88,0.2537,9,26,35
+20,2011-01-01,1,0,1,19,0,6,0,3,0.42,0.4242,0.88,0.2537,6,31,37
+21,2011-01-01,1,0,1,20,0,6,0,2,0.4,0.4091,0.87,0.2537,11,25,36
+22,2011-01-01,1,0,1,21,0,6,0,2,0.4,0.4091,0.87,0.194,3,31,34
+23,2011-01-01,1,0,1,22,0,6,0,2,0.4,0.4091,0.94,0.2239,11,17,28
+24,2011-01-01,1,0,1,23,0,6,0,2,0.46,0.4545,0.88,0.2985,15,24,39
+25,2011-01-02,1,0,1,0,0,0,0,2,0.46,0.4545,0.88,0.2985,4,13,17
+26,2011-01-02,1,0,1,1,0,0,0,2,0.44,0.4394,0.94,0.2537,1,16,17
+27,2011-01-02,1,0,1,2,0,0,0,2,0.42,0.4242,1,0.2836,1,8,9
+28,2011-01-02,1,0,1,3,0,0,0,2,0.46,0.4545,0.94,0.194,2,4,6
+29,2011-01-02,1,0,1,4,0,0,0,2,0.46,0.4545,0.94,0.194,2,1,3
+30,2011-01-02,1,0,1,6,0,0,0,3,0.42,0.4242,0.77,0.2985,0,2,2
+31,2011-01-02,1,0,1,7,0,0,0,2,0.4,0.4091,0.76,0.194,0,1,1
+32,2011-01-02,1,0,1,8,0,0,0,3,0.4,0.4091,0.71,0.2239,0,8,8
+33,2011-01-02,1,0,1,9,0,0,0,2,0.38,0.3939,0.76,0.2239,1,19,20
+34,2011-01-02,1,0,1,10,0,0,0,2,0.36,0.3485,0.81,0.2239,7,46,53
+35,2011-01-02,1,0,1,11,0,0,0,2,0.36,0.3333,0.71,0.2537,16,54,70
+36,2011-01-02,1,0,1,12,0,0,0,2,0.36,0.3333,0.66,0.2985,20,73,93
+37,2011-01-02,1,0,1,13,0,0,0,2,0.36,0.3485,0.66,0.1343,11,64,75
+38,2011-01-02,1,0,1,14,0,0,0,3,0.36,0.3485,0.76,0.194,4,55,59
+39,2011-01-02,1,0,1,15,0,0,0,3,0.34,0.3333,0.81,0.1642,19,55,74
+40,2011-01-02,1,0,1,16,0,0,0,3,0.34,0.3333,0.71,0.1642,9,67,76
+41,2011-01-02,1,0,1,17,0,0,0,1,0.34,0.3333,0.57,0.194,7,58,65
+42,2011-01-02,1,0,1,18,0,0,0,2,0.36,0.3333,0.46,0.3284,10,43,53
+43,2011-01-02,1,0,1,19,0,0,0,1,0.32,0.2879,0.42,0.4478,1,29,30
+44,2011-01-02,1,0,1,20,0,0,0,1,0.3,0.2727,0.39,0.3582,5,17,22
+45,2011-01-02,1,0,1,21,0,0,0,1,0.26,0.2273,0.44,0.3284,11,20,31
+46,2011-01-02,1,0,1,22,0,0,0,1,0.24,0.2121,0.44,0.2985,0,9,9
+47,2011-01-02,1,0,1,23,0,0,0,1,0.22,0.2273,0.47,0.1642,0,8,8
+48,2011-01-03,1,0,1,0,0,1,1,1,0.22,0.197,0.44,0.3582,0,5,5
+49,2011-01-03,1,0,1,1,0,1,1,1,0.2,0.1667,0.44,0.4179,0,2,2
+50,2011-01-03,1,0,1,4,0,1,1,1,0.16,0.1364,0.47,0.3881,0,1,1
+51,2011-01-03,1,0,1,5,0,1,1,1,0.16,0.1364,0.47,0.2836,0,3,3
+52,2011-01-03,1,0,1,6,0,1,1,1,0.14,0.1061,0.5,0.3881,0,30,30
+53,2011-01-03,1,0,1,7,0,1,1,1,0.14,0.1364,0.5,0.194,1,63,64
+54,2011-01-03,1,0,1,8,0,1,1,1,0.14,0.1212,0.5,0.2836,1,153,154
+55,2011-01-03,1,0,1,9,0,1,1,1,0.16,0.1364,0.43,0.3881,7,81,88
+56,2011-01-03,1,0,1,10,0,1,1,1,0.18,0.1667,0.43,0.2537,11,33,44
+57,2011-01-03,1,0,1,11,0,1,1,1,0.2,0.1818,0.4,0.3284,10,41,51
+58,2011-01-03,1,0,1,12,0,1,1,1,0.22,0.2121,0.35,0.2985,13,48,61
+59,2011-01-03,1,0,1,13,0,1,1,1,0.24,0.2121,0.35,0.2836,8,53,61
+60,2011-01-03,1,0,1,14,0,1,1,1,0.26,0.2424,0.3,0.2836,11,66,77
+61,2011-01-03,1,0,1,15,0,1,1,1,0.26,0.2424,0.3,0.2537,14,58,72
+62,2011-01-03,1,0,1,16,0,1,1,1,0.26,0.2424,0.3,0.2537,9,67,76
+63,2011-01-03,1,0,1,17,0,1,1,1,0.24,0.2273,0.3,0.2239,11,146,157
+64,2011-01-03,1,0,1,18,0,1,1,1,0.24,0.2576,0.32,0.1045,9,148,157
+65,2011-01-03,1,0,1,19,0,1,1,1,0.2,0.2576,0.47,0,8,102,110
+66,2011-01-03,1,0,1,20,0,1,1,1,0.2,0.2273,0.47,0.1045,3,49,52
+67,2011-01-03,1,0,1,21,0,1,1,1,0.18,0.197,0.64,0.1343,3,49,52
+68,2011-01-03,1,0,1,22,0,1,1,1,0.14,0.1515,0.69,0.1343,0,20,20
+69,2011-01-03,1,0,1,23,0,1,1,1,0.18,0.2121,0.55,0.1045,1,11,12
+70,2011-01-04,1,0,1,0,0,2,1,1,0.16,0.1818,0.55,0.1045,0,5,5
+71,2011-01-04,1,0,1,1,0,2,1,1,0.16,0.1818,0.59,0.1045,0,2,2
+72,2011-01-04,1,0,1,2,0,2,1,1,0.14,0.1515,0.63,0.1343,0,1,1
+73,2011-01-04,1,0,1,4,0,2,1,1,0.14,0.1818,0.63,0.0896,0,2,2
+74,2011-01-04,1,0,1,5,0,2,1,1,0.12,0.1515,0.68,0.1045,0,4,4
+75,2011-01-04,1,0,1,6,0,2,1,1,0.12,0.1515,0.74,0.1045,0,36,36
+76,2011-01-04,1,0,1,7,0,2,1,1,0.12,0.1515,0.74,0.1343,2,92,94
+77,2011-01-04,1,0,1,8,0,2,1,1,0.14,0.1515,0.69,0.1642,2,177,179
+78,2011-01-04,1,0,1,9,0,2,1,1,0.16,0.1515,0.64,0.2239,2,98,100
+79,2011-01-04,1,0,1,10,0,2,1,2,0.16,0.1364,0.69,0.3284,5,37,42
+80,2011-01-04,1,0,1,11,0,2,1,1,0.22,0.2121,0.51,0.2985,7,50,57
+81,2011-01-04,1,0,1,12,0,2,1,1,0.22,0.2273,0.51,0.1642,12,66,78
+82,2011-01-04,1,0,1,13,0,2,1,1,0.24,0.2273,0.56,0.194,18,79,97
+83,2011-01-04,1,0,1,14,0,2,1,1,0.26,0.2576,0.52,0.2239,9,54,63
+84,2011-01-04,1,0,1,15,0,2,1,1,0.28,0.2727,0.52,0.2537,17,48,65
+85,2011-01-04,1,0,1,16,0,2,1,1,0.3,0.2879,0.49,0.2537,15,68,83
+86,2011-01-04,1,0,1,17,0,2,1,1,0.28,0.2727,0.48,0.2239,10,202,212
+87,2011-01-04,1,0,1,18,0,2,1,1,0.26,0.2576,0.48,0.194,3,179,182
+88,2011-01-04,1,0,1,19,0,2,1,1,0.24,0.2576,0.48,0.1045,2,110,112
+89,2011-01-04,1,0,1,20,0,2,1,1,0.24,0.2576,0.48,0.1045,1,53,54
+90,2011-01-04,1,0,1,21,0,2,1,1,0.22,0.2727,0.64,0,0,48,48
+91,2011-01-04,1,0,1,22,0,2,1,1,0.22,0.2576,0.64,0.0896,1,34,35
+92,2011-01-04,1,0,1,23,0,2,1,1,0.2,0.2273,0.69,0.0896,2,9,11
+93,2011-01-05,1,0,1,0,0,3,1,1,0.2,0.2576,0.64,0,0,6,6
+94,2011-01-05,1,0,1,1,0,3,1,1,0.16,0.197,0.74,0.0896,0,6,6
+95,2011-01-05,1,0,1,2,0,3,1,1,0.16,0.197,0.74,0.0896,0,2,2
+96,2011-01-05,1,0,1,4,0,3,1,1,0.24,0.2273,0.48,0.2239,0,2,2
+97,2011-01-05,1,0,1,5,0,3,1,1,0.22,0.2273,0.47,0.1642,0,3,3
+98,2011-01-05,1,0,1,6,0,3,1,1,0.2,0.197,0.47,0.2239,0,33,33
+99,2011-01-05,1,0,1,7,0,3,1,1,0.18,0.1818,0.43,0.194,1,87,88
+100,2011-01-05,1,0,1,8,0,3,1,1,0.2,0.1818,0.4,0.2985,3,192,195
+101,2011-01-05,1,0,1,9,0,3,1,1,0.22,0.197,0.37,0.3284,6,109,115
+102,2011-01-05,1,0,1,10,0,3,1,1,0.22,0.197,0.37,0.3284,4,53,57
+103,2011-01-05,1,0,1,11,0,3,1,1,0.26,0.2273,0.33,0.3284,12,34,46
+104,2011-01-05,1,0,1,12,0,3,1,1,0.26,0.2273,0.33,0.3284,5,74,79
+105,2011-01-05,1,0,1,13,0,3,1,1,0.28,0.2576,0.3,0.2985,6,65,71
+106,2011-01-05,1,0,1,14,0,3,1,1,0.3,0.2879,0.28,0.194,10,52,62
+107,2011-01-05,1,0,1,15,0,3,1,1,0.3,0.2879,0.28,0.194,7,55,62
+108,2011-01-05,1,0,1,16,0,3,1,1,0.3,0.3182,0.28,0.0896,4,85,89
+109,2011-01-05,1,0,1,17,0,3,1,1,0.24,0.2273,0.38,0.194,4,186,190
+110,2011-01-05,1,0,1,18,0,3,1,1,0.24,0.2424,0.38,0.1343,3,166,169
+111,2011-01-05,1,0,1,19,0,3,1,1,0.24,0.2576,0.38,0.1045,5,127,132
+112,2011-01-05,1,0,1,20,0,3,1,1,0.22,0.2273,0.47,0.1642,7,82,89
+113,2011-01-05,1,0,1,21,0,3,1,1,0.2,0.197,0.51,0.194,3,40,43
+114,2011-01-05,1,0,1,22,0,3,1,1,0.18,0.197,0.55,0.1343,1,41,42
+115,2011-01-05,1,0,1,23,0,3,1,1,0.2,0.2576,0.47,0,1,18,19
+116,2011-01-06,1,0,1,0,0,4,1,1,0.18,0.2424,0.55,0,0,11,11
+117,2011-01-06,1,0,1,1,0,4,1,1,0.16,0.2273,0.64,0,0,4,4
+118,2011-01-06,1,0,1,2,0,4,1,1,0.16,0.2273,0.64,0,0,2,2
+119,2011-01-06,1,0,1,4,0,4,1,2,0.16,0.197,0.64,0.0896,0,1,1
+120,2011-01-06,1,0,1,5,0,4,1,2,0.14,0.1818,0.69,0.0896,0,4,4
+121,2011-01-06,1,0,1,6,0,4,1,2,0.14,0.1667,0.63,0.1045,0,36,36
+122,2011-01-06,1,0,1,7,0,4,1,2,0.16,0.2273,0.59,0,0,95,95
+123,2011-01-06,1,0,1,8,0,4,1,1,0.16,0.2273,0.59,0,3,216,219
+124,2011-01-06,1,0,1,9,0,4,1,2,0.18,0.2424,0.51,0,6,116,122
+125,2011-01-06,1,0,1,10,0,4,1,1,0.2,0.2576,0.47,0,3,42,45
+126,2011-01-06,1,0,1,11,0,4,1,1,0.22,0.2576,0.44,0.0896,2,57,59
+127,2011-01-06,1,0,1,12,0,4,1,1,0.26,0.2879,0.35,0,6,78,84
+128,2011-01-06,1,0,1,13,0,4,1,1,0.26,0.2727,0.35,0.1045,12,55,67
+129,2011-01-06,1,0,1,14,0,4,1,1,0.28,0.2727,0.36,0.1642,11,59,70
+130,2011-01-06,1,0,1,15,0,4,1,1,0.28,0.2727,0.36,0,8,54,62
+131,2011-01-06,1,0,1,16,0,4,1,1,0.26,0.2576,0.38,0.1642,12,74,86
+132,2011-01-06,1,0,1,17,0,4,1,1,0.22,0.2273,0.51,0.1642,9,163,172
+133,2011-01-06,1,0,1,18,0,4,1,1,0.22,0.2273,0.51,0.1343,5,158,163
+134,2011-01-06,1,0,1,19,0,4,1,1,0.22,0.2576,0.55,0.0896,3,109,112
+135,2011-01-06,1,0,1,20,0,4,1,1,0.2,0.2121,0.51,0.1642,3,66,69
+136,2011-01-06,1,0,1,21,0,4,1,2,0.22,0.2121,0.55,0.2239,0,48,48
+137,2011-01-06,1,0,1,22,0,4,1,2,0.22,0.2121,0.51,0.2836,1,51,52
+138,2011-01-06,1,0,1,23,0,4,1,2,0.2,0.197,0.59,0.194,4,19,23
+139,2011-01-07,1,0,1,0,0,5,1,2,0.2,0.197,0.64,0.194,4,13,17
+140,2011-01-07,1,0,1,1,0,5,1,2,0.2,0.197,0.69,0.2239,2,5,7
+141,2011-01-07,1,0,1,2,0,5,1,2,0.2,0.197,0.69,0.2239,0,1,1
+142,2011-01-07,1,0,1,4,0,5,1,2,0.2,0.2121,0.69,0.1343,0,1,1
+143,2011-01-07,1,0,1,5,0,5,1,3,0.22,0.2727,0.55,0,0,5,5
+144,2011-01-07,1,0,1,6,0,5,1,2,0.2,0.2576,0.69,0,8,26,34
+145,2011-01-07,1,0,1,7,0,5,1,1,0.2,0.2121,0.69,0.1343,8,76,84
+146,2011-01-07,1,0,1,8,0,5,1,1,0.2,0.197,0.51,0.2537,20,190,210
+147,2011-01-07,1,0,1,9,0,5,1,1,0.2,0.1818,0.47,0.2985,9,125,134
+148,2011-01-07,1,0,1,10,0,5,1,1,0.22,0.197,0.37,0.3284,16,47,63
+149,2011-01-07,1,0,1,11,0,5,1,2,0.2,0.197,0.4,0.2239,19,48,67
+150,2011-01-07,1,0,1,12,0,5,1,2,0.2,0.197,0.37,0.2537,9,50,59
+151,2011-01-07,1,0,1,13,0,5,1,2,0.2,0.1818,0.37,0.2836,9,64,73
+152,2011-01-07,1,0,1,14,0,5,1,2,0.2,0.197,0.4,0.2537,7,43,50
+153,2011-01-07,1,0,1,15,0,5,1,2,0.2,0.2121,0.37,0.1642,9,63,72
+154,2011-01-07,1,0,1,16,0,5,1,2,0.2,0.2121,0.37,0.1642,5,82,87
+155,2011-01-07,1,0,1,17,0,5,1,2,0.2,0.2576,0.37,0,9,178,187
+156,2011-01-07,1,0,1,18,0,5,1,1,0.2,0.2273,0.4,0.0896,7,116,123
+157,2011-01-07,1,0,1,19,0,5,1,1,0.16,0.197,0.55,0.0896,3,92,95
+158,2011-01-07,1,0,1,20,0,5,1,1,0.18,0.2121,0.47,0.1045,1,50,51
+159,2011-01-07,1,0,1,21,0,5,1,1,0.18,0.197,0.47,0.1343,0,39,39
+160,2011-01-07,1,0,1,22,0,5,1,2,0.18,0.197,0.43,0.1642,2,34,36
+161,2011-01-07,1,0,1,23,0,5,1,2,0.18,0.197,0.51,0.1642,1,14,15
+162,2011-01-08,1,0,1,0,0,6,0,2,0.18,0.197,0.51,0.1642,1,24,25
+163,2011-01-08,1,0,1,1,0,6,0,2,0.18,0.2121,0.55,0.0896,1,15,16
+164,2011-01-08,1,0,1,2,0,6,0,2,0.18,0.2424,0.55,0,3,13,16
+165,2011-01-08,1,0,1,3,0,6,0,3,0.18,0.197,0.55,0.1642,0,7,7
+166,2011-01-08,1,0,1,4,0,6,0,3,0.18,0.197,0.55,0.1642,0,1,1
+167,2011-01-08,1,0,1,5,0,6,0,2,0.16,0.1667,0.74,0.1642,0,5,5
+168,2011-01-08,1,0,1,6,0,6,0,2,0.16,0.1667,0.74,0.1642,0,2,2
+169,2011-01-08,1,0,1,7,0,6,0,2,0.16,0.1818,0.74,0.1045,1,8,9
+170,2011-01-08,1,0,1,8,0,6,0,3,0.16,0.1818,0.93,0.1045,0,15,15
+171,2011-01-08,1,0,1,9,0,6,0,3,0.16,0.1818,0.93,0.1045,0,20,20
+172,2011-01-08,1,0,1,10,0,6,0,2,0.18,0.197,0.8,0.1642,5,56,61
+173,2011-01-08,1,0,1,11,0,6,0,2,0.2,0.1818,0.69,0.3881,2,60,62
+174,2011-01-08,1,0,1,12,0,6,0,2,0.2,0.1818,0.59,0.3582,8,90,98
+175,2011-01-08,1,0,1,13,0,6,0,1,0.2,0.1818,0.44,0.3284,7,95,102
+176,2011-01-08,1,0,1,14,0,6,0,1,0.2,0.1667,0.32,0.4925,12,83,95
+177,2011-01-08,1,0,1,15,0,6,0,1,0.2,0.1667,0.32,0.4478,5,69,74
+178,2011-01-08,1,0,1,16,0,6,0,1,0.18,0.1364,0.29,0.4478,8,68,76
+179,2011-01-08,1,0,1,17,0,6,0,1,0.16,0.1212,0.37,0.5522,5,64,69
+180,2011-01-08,1,0,1,18,0,6,0,1,0.14,0.1212,0.39,0.2985,3,52,55
+181,2011-01-08,1,0,1,19,0,6,0,1,0.14,0.1212,0.36,0.2537,4,26,30
+182,2011-01-08,1,0,1,20,0,6,0,1,0.12,0.1212,0.36,0.2537,0,28,28
+183,2011-01-08,1,0,1,21,0,6,0,1,0.12,0.1061,0.39,0.3582,2,35,37
+184,2011-01-08,1,0,1,22,0,6,0,1,0.12,0.1061,0.36,0.3881,1,33,34
+185,2011-01-08,1,0,1,23,0,6,0,1,0.1,0.0606,0.39,0.4478,0,22,22
+186,2011-01-09,1,0,1,0,0,0,0,1,0.1,0.0758,0.42,0.3881,1,24,25
+187,2011-01-09,1,0,1,1,0,0,0,1,0.1,0.0606,0.42,0.4627,0,12,12
+188,2011-01-09,1,0,1,2,0,0,0,1,0.1,0.0606,0.46,0.4627,0,11,11
+189,2011-01-09,1,0,1,3,0,0,0,1,0.1,0.0758,0.46,0.4179,0,4,4
+190,2011-01-09,1,0,1,4,0,0,0,1,0.08,0.0909,0.53,0.194,0,1,1
+191,2011-01-09,1,0,1,5,0,0,0,1,0.08,0.0909,0.53,0.194,0,1,1
+192,2011-01-09,1,0,1,6,0,0,0,1,0.1,0.0909,0.49,0.2836,0,1,1
+193,2011-01-09,1,0,1,7,0,0,0,1,0.08,0.0909,0.53,0.194,1,5,6
+194,2011-01-09,1,0,1,8,0,0,0,1,0.1,0.0909,0.49,0.2836,0,10,10
+195,2011-01-09,1,0,1,9,0,0,0,1,0.12,0.0758,0.46,0.5224,0,19,19
+196,2011-01-09,1,0,1,10,0,0,0,1,0.14,0.1061,0.43,0.3881,0,49,49
+197,2011-01-09,1,0,1,11,0,0,0,1,0.16,0.1212,0.4,0.5224,2,47,49
+198,2011-01-09,1,0,1,12,0,0,0,1,0.18,0.1364,0.37,0.4478,4,79,83
+199,2011-01-09,1,0,1,13,0,0,0,1,0.2,0.1667,0.34,0.4478,6,69,75
+200,2011-01-09,1,0,1,14,0,0,0,1,0.22,0.1818,0.32,0.4627,8,64,72
+201,2011-01-09,1,0,1,15,0,0,0,1,0.22,0.197,0.35,0.3582,5,77,82
+202,2011-01-09,1,0,1,16,0,0,0,1,0.2,0.1667,0.34,0.4478,13,79,92
+203,2011-01-09,1,0,1,17,0,0,0,1,0.18,0.1515,0.37,0.3881,3,59,62
+204,2011-01-09,1,0,1,18,0,0,0,1,0.16,0.1364,0.4,0.3284,4,44,48
+205,2011-01-09,1,0,1,19,0,0,0,1,0.16,0.1364,0.43,0.3284,1,40,41
+206,2011-01-09,1,0,1,20,0,0,0,1,0.14,0.1212,0.46,0.2537,0,38,38
+207,2011-01-09,1,0,1,21,0,0,0,1,0.14,0.1061,0.46,0.4179,1,19,20
+208,2011-01-09,1,0,1,22,0,0,0,1,0.14,0.1212,0.46,0.2985,5,10,15
+209,2011-01-09,1,0,1,23,0,0,0,1,0.12,0.1364,0.5,0.194,0,6,6
+210,2011-01-10,1,0,1,0,0,1,1,1,0.12,0.1212,0.5,0.2836,2,3,5
+211,2011-01-10,1,0,1,1,0,1,1,1,0.12,0.1212,0.5,0.2836,1,0,1
+212,2011-01-10,1,0,1,2,0,1,1,1,0.12,0.1212,0.5,0.2239,0,3,3
+213,2011-01-10,1,0,1,3,0,1,1,1,0.12,0.1212,0.5,0.2239,0,1,1
+214,2011-01-10,1,0,1,4,0,1,1,1,0.1,0.1212,0.54,0.1343,1,2,3
+215,2011-01-10,1,0,1,5,0,1,1,1,0.1,0.1061,0.54,0.2537,0,3,3
+216,2011-01-10,1,0,1,6,0,1,1,1,0.12,0.1212,0.5,0.2836,0,31,31
+217,2011-01-10,1,0,1,7,0,1,1,1,0.12,0.1212,0.5,0.2239,2,75,77
+218,2011-01-10,1,0,1,8,0,1,1,2,0.12,0.1212,0.5,0.2836,4,184,188
+219,2011-01-10,1,0,1,9,0,1,1,2,0.14,0.1212,0.5,0.2537,2,92,94
+220,2011-01-10,1,0,1,10,0,1,1,2,0.14,0.1212,0.5,0.2985,0,31,31
+221,2011-01-10,1,0,1,11,0,1,1,2,0.16,0.1364,0.47,0.2836,2,28,30
+222,2011-01-10,1,0,1,12,0,1,1,2,0.2,0.1818,0.4,0.2836,5,47,52
+223,2011-01-10,1,0,1,13,0,1,1,2,0.2,0.1818,0.4,0.2836,4,50,54
+224,2011-01-10,1,0,1,14,0,1,1,2,0.2,0.197,0.4,0.2239,0,47,47
+225,2011-01-10,1,0,1,15,0,1,1,2,0.2,0.197,0.4,0.2239,2,43,45
+226,2011-01-10,1,0,1,16,0,1,1,1,0.2,0.2121,0.4,0.1343,4,70,74
+227,2011-01-10,1,0,1,17,0,1,1,1,0.2,0.2273,0.4,0.1045,4,174,178
+228,2011-01-10,1,0,1,18,0,1,1,1,0.2,0.197,0.4,0.2239,1,154,155
+229,2011-01-10,1,0,1,19,0,1,1,1,0.16,0.1667,0.47,0.1642,3,92,95
+230,2011-01-10,1,0,1,20,0,1,1,1,0.16,0.1667,0.5,0.1642,1,73,74
+231,2011-01-10,1,0,1,21,0,1,1,1,0.14,0.1364,0.59,0.194,1,37,38
+232,2011-01-10,1,0,1,22,0,1,1,1,0.14,0.1515,0.59,0.1642,2,22,24
+233,2011-01-10,1,0,1,23,0,1,1,1,0.14,0.1515,0.59,0.1642,0,18,18
+234,2011-01-11,1,0,1,0,0,2,1,1,0.14,0.1667,0.59,0.1045,2,10,12
+235,2011-01-11,1,0,1,1,0,2,1,1,0.14,0.1515,0.59,0.1642,0,3,3
+236,2011-01-11,1,0,1,2,0,2,1,2,0.16,0.1515,0.55,0.194,0,3,3
+237,2011-01-11,1,0,1,5,0,2,1,2,0.16,0.1818,0.55,0.1343,0,6,6
+238,2011-01-11,1,0,1,6,0,2,1,2,0.16,0.1818,0.55,0.1343,0,27,27
+239,2011-01-11,1,0,1,7,0,2,1,2,0.16,0.2273,0.55,0,2,97,99
+240,2011-01-11,1,0,1,8,0,2,1,2,0.18,0.2121,0.51,0.0896,3,214,217
+241,2011-01-11,1,0,1,9,0,2,1,2,0.18,0.197,0.51,0.1642,3,127,130
+242,2011-01-11,1,0,1,10,0,2,1,2,0.2,0.2121,0.51,0.1642,3,51,54
+243,2011-01-11,1,0,1,11,0,2,1,2,0.2,0.2121,0.47,0.1343,4,31,35
+244,2011-01-11,1,0,1,12,0,2,1,2,0.2,0.2273,0.51,0.1045,2,55,57
+245,2011-01-11,1,0,1,13,0,2,1,2,0.2,0.2273,0.59,0.0896,6,46,52
+246,2011-01-11,1,0,1,14,0,2,1,2,0.2,0.2273,0.59,0.0896,3,60,63
+247,2011-01-11,1,0,1,15,0,2,1,2,0.16,0.197,0.8,0.0896,2,45,47
+248,2011-01-11,1,0,1,16,0,2,1,2,0.16,0.1515,0.86,0.2239,4,72,76
+249,2011-01-11,1,0,1,17,0,2,1,2,0.16,0.1515,0.86,0.2239,6,130,136
+250,2011-01-11,1,0,1,18,0,2,1,3,0.16,0.1818,0.93,0.1045,1,94,95
+251,2011-01-11,1,0,1,19,0,2,1,3,0.16,0.2273,0.93,0,0,51,51
+252,2011-01-11,1,0,1,20,0,2,1,3,0.16,0.1515,0.93,0.194,0,32,32
+253,2011-01-11,1,0,1,21,0,2,1,3,0.16,0.197,0.86,0.0896,0,20,20
+254,2011-01-11,1,0,1,22,0,2,1,3,0.16,0.1818,0.93,0.1045,1,28,29
+255,2011-01-11,1,0,1,23,0,2,1,3,0.16,0.197,0.93,0.0896,1,18,19
+256,2011-01-12,1,0,1,0,0,3,1,2,0.16,0.197,0.86,0.0896,0,7,7
+257,2011-01-12,1,0,1,1,0,3,1,2,0.16,0.1818,0.86,0.1045,0,6,6
+258,2011-01-12,1,0,1,2,0,3,1,1,0.14,0.1515,0.86,0.1343,0,1,1
+259,2011-01-12,1,0,1,5,0,3,1,1,0.14,0.1515,0.86,0.1642,0,5,5
+260,2011-01-12,1,0,1,6,0,3,1,1,0.12,0.1515,0.93,0.1343,0,16,16
+261,2011-01-12,1,0,1,7,0,3,1,1,0.14,0.1515,0.69,0.1343,0,54,54
+262,2011-01-12,1,0,1,8,0,3,1,1,0.16,0.1667,0.59,0.1642,3,125,128
+263,2011-01-12,1,0,1,9,0,3,1,1,0.16,0.1364,0.59,0.3284,3,78,81
+264,2011-01-12,1,0,1,10,0,3,1,1,0.18,0.1818,0.55,0.2239,0,39,39
+265,2011-01-12,1,0,1,11,0,3,1,1,0.2,0.1818,0.51,0.3881,3,32,35
+266,2011-01-12,1,0,1,12,0,3,1,1,0.2,0.1515,0.47,0.5821,3,52,55
+267,2011-01-12,1,0,1,13,0,3,1,1,0.22,0.197,0.44,0.3582,0,49,49
+268,2011-01-12,1,0,1,14,0,3,1,1,0.2,0.1818,0.47,0.3284,0,44,44
+269,2011-01-12,1,0,1,15,0,3,1,1,0.2,0.1667,0.47,0.4179,1,48,49
+270,2011-01-12,1,0,1,16,0,3,1,1,0.22,0.197,0.44,0.3284,5,63,68
+271,2011-01-12,1,0,1,17,0,3,1,1,0.2,0.1818,0.47,0.3582,0,139,139
+272,2011-01-12,1,0,1,18,0,3,1,1,0.2,0.1515,0.47,0.5224,2,135,137
+273,2011-01-12,1,0,1,19,0,3,1,1,0.18,0.1515,0.47,0.4179,1,82,83
+274,2011-01-12,1,0,1,20,0,3,1,1,0.16,0.1364,0.5,0.3284,2,54,56
+275,2011-01-12,1,0,1,21,0,3,1,1,0.16,0.1364,0.55,0.3284,0,57,57
+276,2011-01-12,1,0,1,22,0,3,1,1,0.16,0.1212,0.55,0.4478,1,32,33
+277,2011-01-12,1,0,1,23,0,3,1,1,0.14,0.1061,0.59,0.4179,1,19,20
+278,2011-01-13,1,0,1,0,0,4,1,1,0.14,0.1212,0.59,0.2836,1,6,7
+279,2011-01-13,1,0,1,1,0,4,1,1,0.14,0.1212,0.5,0.2836,0,2,2
+280,2011-01-13,1,0,1,2,0,4,1,1,0.14,0.1212,0.5,0.3582,0,2,2
+281,2011-01-13,1,0,1,3,0,4,1,1,0.14,0.1212,0.5,0.3284,0,3,3
+282,2011-01-13,1,0,1,4,0,4,1,1,0.14,0.1212,0.5,0.2537,0,4,4
+283,2011-01-13,1,0,1,5,0,4,1,1,0.14,0.1212,0.5,0.2985,0,3,3
+284,2011-01-13,1,0,1,6,0,4,1,1,0.12,0.1515,0.54,0.1343,0,28,28
+285,2011-01-13,1,0,1,7,0,4,1,1,0.12,0.1515,0.54,0.1343,0,72,72
+286,2011-01-13,1,0,1,8,0,4,1,1,0.14,0.1364,0.5,0.194,5,197,202
+287,2011-01-13,1,0,1,9,0,4,1,1,0.14,0.1212,0.5,0.3284,2,137,139
+288,2011-01-13,1,0,1,10,0,4,1,2,0.16,0.1364,0.5,0.3582,2,36,38
+289,2011-01-13,1,0,1,11,0,4,1,2,0.2,0.1667,0.44,0.4478,4,33,37
+290,2011-01-13,1,0,1,12,0,4,1,1,0.2,0.1667,0.44,0.4179,3,49,52
+291,2011-01-13,1,0,1,13,0,4,1,1,0.22,0.197,0.41,0.4478,2,81,83
+292,2011-01-13,1,0,1,14,0,4,1,1,0.22,0.197,0.41,0.3881,3,39,42
+293,2011-01-13,1,0,1,15,0,4,1,1,0.24,0.2121,0.38,0.2985,5,55,60
+294,2011-01-13,1,0,1,16,0,4,1,1,0.24,0.2121,0.38,0.3582,2,76,78
+295,2011-01-13,1,0,1,17,0,4,1,1,0.2,0.1818,0.4,0.2836,4,158,162
+296,2011-01-13,1,0,1,18,0,4,1,1,0.2,0.1818,0.4,0.3284,3,141,144
+297,2011-01-13,1,0,1,19,0,4,1,1,0.16,0.1515,0.47,0.2537,1,98,99
+298,2011-01-13,1,0,1,20,0,4,1,1,0.16,0.1515,0.47,0.2239,0,64,64
+299,2011-01-13,1,0,1,21,0,4,1,1,0.14,0.1212,0.46,0.2985,0,40,40
+300,2011-01-13,1,0,1,22,0,4,1,1,0.14,0.1212,0.46,0.3284,0,30,30
+301,2011-01-13,1,0,1,23,0,4,1,1,0.12,0.1364,0.5,0.194,1,14,15
+302,2011-01-14,1,0,1,0,0,5,1,1,0.12,0.1364,0.5,0.194,0,14,14
+303,2011-01-14,1,0,1,1,0,5,1,1,0.1,0.1212,0.54,0.1642,0,5,5
+304,2011-01-14,1,0,1,2,0,5,1,1,0.1,0.1212,0.54,0.1343,0,1,1
+305,2011-01-14,1,0,1,3,0,5,1,1,0.1,0.1364,0.54,0.1045,0,1,1
+306,2011-01-14,1,0,1,5,0,5,1,1,0.1,0.1364,0.54,0.0896,0,8,8
+307,2011-01-14,1,0,1,6,0,5,1,1,0.1,0.1818,0.54,0,0,17,17
+308,2011-01-14,1,0,1,7,0,5,1,1,0.1,0.1212,0.74,0.1642,0,70,70
+309,2011-01-14,1,0,1,8,0,5,1,1,0.12,0.1667,0.68,0,2,156,158
+310,2011-01-14,1,0,1,9,0,5,1,1,0.14,0.1515,0.69,0.1343,0,117,117
+311,2011-01-14,1,0,1,10,0,5,1,1,0.18,0.1818,0.55,0.194,4,40,44
+312,2011-01-14,1,0,1,11,0,5,1,1,0.18,0.1667,0.51,0.2836,6,47,53
+313,2011-01-14,1,0,1,12,0,5,1,1,0.2,0.197,0.44,0.2537,2,59,61
+314,2011-01-14,1,0,1,13,0,5,1,1,0.22,0.197,0.37,0.3881,4,73,77
+315,2011-01-14,1,0,1,14,0,5,1,1,0.22,0.2121,0.41,0.2836,5,59,64
+316,2011-01-14,1,0,1,15,0,5,1,1,0.24,0.2424,0.38,0.1642,9,59,68
+317,2011-01-14,1,0,1,16,0,5,1,1,0.22,0.2424,0.41,0.1045,3,87,90
+318,2011-01-14,1,0,1,17,0,5,1,1,0.22,0.2273,0.41,0.1642,4,155,159
+319,2011-01-14,1,0,1,18,0,5,1,1,0.2,0.2576,0.47,0,5,134,139
+320,2011-01-14,1,0,1,19,0,5,1,1,0.16,0.197,0.59,0.0896,3,89,92
+321,2011-01-14,1,0,1,20,0,5,1,1,0.18,0.2424,0.59,0,0,68,68
+322,2011-01-14,1,0,1,21,0,5,1,1,0.16,0.2273,0.69,0,4,48,52
+323,2011-01-14,1,0,1,22,0,5,1,2,0.16,0.2273,0.69,0,2,34,36
+324,2011-01-14,1,0,1,23,0,5,1,2,0.18,0.2424,0.55,0,1,26,27
+325,2011-01-15,1,0,1,0,0,6,0,1,0.18,0.2424,0.55,0,3,25,28
+326,2011-01-15,1,0,1,1,0,6,0,2,0.16,0.197,0.59,0.0896,2,18,20
+327,2011-01-15,1,0,1,2,0,6,0,2,0.16,0.197,0.59,0.0896,0,12,12
+328,2011-01-15,1,0,1,3,0,6,0,2,0.16,0.2273,0.59,0,1,7,8
+329,2011-01-15,1,0,1,4,0,6,0,2,0.16,0.2273,0.59,0,0,5,5
+330,2011-01-15,1,0,1,5,0,6,0,1,0.16,0.2273,0.59,0,0,1,1
+331,2011-01-15,1,0,1,6,0,6,0,1,0.14,0.1667,0.63,0.1045,1,2,3
+332,2011-01-15,1,0,1,7,0,6,0,1,0.14,0.2121,0.63,0,1,9,10
+333,2011-01-15,1,0,1,8,0,6,0,1,0.14,0.1515,0.63,0.1343,1,22,23
+334,2011-01-15,1,0,1,9,0,6,0,1,0.16,0.1818,0.64,0.1343,2,31,33
+335,2011-01-15,1,0,1,10,0,6,0,1,0.18,0.197,0.59,0.1642,2,57,59
+336,2011-01-15,1,0,1,11,0,6,0,1,0.2,0.197,0.55,0.2239,18,54,72
+337,2011-01-15,1,0,1,12,0,6,0,1,0.24,0.2273,0.48,0.2239,15,74,89
+338,2011-01-15,1,0,1,13,0,6,0,1,0.28,0.2576,0.38,0.2985,21,80,101
+339,2011-01-15,1,0,1,14,0,6,0,1,0.3,0.2879,0.39,0.2836,26,92,118
+340,2011-01-15,1,0,1,15,0,6,0,2,0.32,0.3182,0.36,0.194,21,108,129
+341,2011-01-15,1,0,1,16,0,6,0,2,0.34,0.3333,0.34,0.194,33,95,128
+342,2011-01-15,1,0,1,17,0,6,0,2,0.32,0.303,0.36,0.2836,29,54,83
+343,2011-01-15,1,0,1,18,0,6,0,2,0.3,0.2879,0.45,0.2537,15,69,84
+344,2011-01-15,1,0,1,19,0,6,0,2,0.32,0.303,0.39,0.2537,14,60,74
+345,2011-01-15,1,0,1,20,0,6,0,2,0.32,0.303,0.39,0.2537,6,35,41
+346,2011-01-15,1,0,1,21,0,6,0,2,0.32,0.303,0.39,0.2239,6,51,57
+347,2011-01-15,1,0,1,22,0,6,0,2,0.3,0.3182,0.42,0.1045,0,26,26
+348,2011-01-15,1,0,1,23,0,6,0,1,0.3,0.2879,0.45,0.2836,5,39,44
+349,2011-01-16,1,0,1,0,0,0,0,1,0.26,0.303,0.56,0,6,33,39
+350,2011-01-16,1,0,1,1,0,0,0,1,0.26,0.2727,0.56,0.1343,4,19,23
+351,2011-01-16,1,0,1,2,0,0,0,1,0.26,0.2879,0.56,0.0896,3,13,16
+352,2011-01-16,1,0,1,3,0,0,0,1,0.22,0.2727,0.69,0,9,6,15
+353,2011-01-16,1,0,1,4,0,0,0,1,0.26,0.2576,0.56,0.1642,0,1,1
+354,2011-01-16,1,0,1,5,0,0,0,2,0.26,0.2576,0.56,0.1642,1,1,2
+355,2011-01-16,1,0,1,6,0,0,0,2,0.26,0.2576,0.56,0.1642,0,1,1
+356,2011-01-16,1,0,1,7,0,0,0,2,0.24,0.2121,0.56,0.2985,0,3,3
+357,2011-01-16,1,0,1,8,0,0,0,1,0.22,0.2121,0.55,0.2836,0,18,18
+358,2011-01-16,1,0,1,9,0,0,0,1,0.22,0.2121,0.51,0.2537,3,29,32
+359,2011-01-16,1,0,1,10,0,0,0,1,0.22,0.2121,0.51,0.2836,8,71,79
+360,2011-01-16,1,0,1,11,0,0,0,1,0.24,0.2273,0.44,0.2537,23,70,93
+361,2011-01-16,1,0,1,12,0,0,0,1,0.24,0.2121,0.41,0.2836,29,75,104
+362,2011-01-16,1,0,1,13,0,0,0,1,0.26,0.2273,0.35,0.2985,23,95,118
+363,2011-01-16,1,0,1,14,0,0,0,1,0.28,0.2727,0.36,0.2537,22,69,91
+364,2011-01-16,1,0,1,15,0,0,0,1,0.26,0.2424,0.38,0.2537,35,78,113
+365,2011-01-16,1,0,1,16,0,0,0,1,0.24,0.2273,0.38,0.2239,22,77,99
+366,2011-01-16,1,0,1,17,0,0,0,1,0.22,0.2121,0.37,0.2537,23,82,105
+367,2011-01-16,1,0,1,18,0,0,0,1,0.2,0.2121,0.4,0.1642,11,56,67
+368,2011-01-16,1,0,1,19,0,0,0,1,0.18,0.197,0.47,0.1343,14,47,61
+369,2011-01-16,1,0,1,20,0,0,0,1,0.18,0.197,0.47,0.1642,7,50,57
+370,2011-01-16,1,0,1,21,0,0,0,1,0.18,0.197,0.51,0.1642,6,22,28
+371,2011-01-16,1,0,1,22,0,0,0,2,0.2,0.2121,0.49,0.1343,2,19,21
+372,2011-01-16,1,0,1,23,0,0,0,2,0.2,0.2273,0.4,0.1045,0,18,18
+373,2011-01-17,1,0,1,0,1,1,0,2,0.2,0.197,0.47,0.2239,1,16,17
+374,2011-01-17,1,0,1,1,1,1,0,2,0.2,0.197,0.44,0.194,1,15,16
+375,2011-01-17,1,0,1,2,1,1,0,2,0.18,0.1667,0.43,0.2537,0,8,8
+376,2011-01-17,1,0,1,3,1,1,0,2,0.18,0.1818,0.43,0.194,0,2,2
+377,2011-01-17,1,0,1,4,1,1,0,2,0.18,0.197,0.43,0.1343,1,2,3
+378,2011-01-17,1,0,1,5,1,1,0,2,0.18,0.197,0.43,0.1642,0,1,1
+379,2011-01-17,1,0,1,6,1,1,0,2,0.18,0.1818,0.43,0.194,0,5,5
+380,2011-01-17,1,0,1,7,1,1,0,2,0.16,0.1818,0.5,0.1343,4,9,13
+381,2011-01-17,1,0,1,8,1,1,0,2,0.16,0.1515,0.47,0.2239,3,30,33
+382,2011-01-17,1,0,1,9,1,1,0,2,0.16,0.1515,0.47,0.2239,8,39,47
+383,2011-01-17,1,0,1,10,1,1,0,2,0.16,0.1515,0.5,0.2537,7,50,57
+384,2011-01-17,1,0,1,11,1,1,0,2,0.16,0.1515,0.55,0.194,9,55,64
+385,2011-01-17,1,0,1,12,1,1,0,2,0.18,0.197,0.47,0.1343,10,70,80
+386,2011-01-17,1,0,1,13,1,1,0,2,0.18,0.197,0.47,0.1343,13,80,93
+387,2011-01-17,1,0,1,14,1,1,0,2,0.18,0.2121,0.43,0.1045,12,74,86
+388,2011-01-17,1,0,1,15,1,1,0,2,0.2,0.2121,0.47,0.1642,21,72,93
+389,2011-01-17,1,0,1,16,1,1,0,2,0.2,0.2121,0.47,0.1642,6,76,82
+390,2011-01-17,1,0,1,17,1,1,0,1,0.2,0.197,0.51,0.194,4,67,71
+391,2011-01-17,1,0,1,18,1,1,0,2,0.18,0.1667,0.55,0.2537,7,85,92
+392,2011-01-17,1,0,1,19,1,1,0,3,0.18,0.1818,0.59,0.194,2,58,60
+393,2011-01-17,1,0,1,20,1,1,0,3,0.16,0.1515,0.8,0.194,4,29,33
+394,2011-01-17,1,0,1,21,1,1,0,3,0.16,0.1515,0.8,0.194,3,24,27
+395,2011-01-17,1,0,1,22,1,1,0,3,0.14,0.1212,0.93,0.2537,0,13,13
+396,2011-01-17,1,0,1,23,1,1,0,3,0.16,0.1364,0.86,0.2836,1,3,4
+397,2011-01-18,1,0,1,12,0,2,1,2,0.2,0.1818,0.86,0.3284,0,3,3
+398,2011-01-18,1,0,1,13,0,2,1,2,0.2,0.197,0.86,0.2239,0,22,22
+399,2011-01-18,1,0,1,14,0,2,1,2,0.22,0.2273,0.8,0.1642,2,26,28
+400,2011-01-18,1,0,1,15,0,2,1,2,0.22,0.2273,0.87,0.1642,3,32,35
+401,2011-01-18,1,0,1,16,0,2,1,2,0.22,0.2273,0.87,0.194,0,61,61
+402,2011-01-18,1,0,1,17,0,2,1,2,0.22,0.2273,0.82,0.194,1,124,125
+403,2011-01-18,1,0,1,18,0,2,1,2,0.22,0.2273,0.8,0.1642,1,132,133
+404,2011-01-18,1,0,1,19,0,2,1,2,0.22,0.2273,0.8,0.1343,1,98,99
+405,2011-01-18,1,0,1,20,0,2,1,2,0.22,0.2727,0.87,0,0,83,83
+406,2011-01-18,1,0,1,21,0,2,1,2,0.22,0.2424,0.93,0.1045,0,41,41
+407,2011-01-18,1,0,1,22,0,2,1,2,0.22,0.2576,0.93,0.0896,0,33,33
+408,2011-01-18,1,0,1,23,0,2,1,2,0.22,0.2727,0.93,0,1,19,20
+409,2011-01-19,1,0,1,0,0,3,1,2,0.22,0.2727,0.93,0,0,3,3
+410,2011-01-19,1,0,1,1,0,3,1,3,0.22,0.2273,0.93,0.1343,1,6,7
+411,2011-01-19,1,0,1,2,0,3,1,3,0.22,0.2273,0.93,0.1343,0,3,3
+412,2011-01-19,1,0,1,4,0,3,1,3,0.22,0.2273,0.93,0.1343,1,1,2
+413,2011-01-19,1,0,1,5,0,3,1,2,0.22,0.2576,0.93,0.0896,0,7,7
+414,2011-01-19,1,0,1,6,0,3,1,2,0.22,0.2576,0.93,0.0896,0,32,32
+415,2011-01-19,1,0,1,7,0,3,1,2,0.24,0.2576,0.92,0.1045,1,89,90
+416,2011-01-19,1,0,1,8,0,3,1,2,0.24,0.2576,0.93,0.1045,1,196,197
+417,2011-01-19,1,0,1,9,0,3,1,2,0.24,0.2576,0.93,0.1045,2,107,109
+418,2011-01-19,1,0,1,10,0,3,1,2,0.26,0.2727,0.93,0.1343,1,46,47
+419,2011-01-19,1,0,1,11,0,3,1,2,0.28,0.303,0.87,0.0896,5,47,52
+420,2011-01-19,1,0,1,12,0,3,1,2,0.3,0.3182,0.81,0.0896,5,65,70
+421,2011-01-19,1,0,1,13,0,3,1,1,0.4,0.4091,0.62,0.2836,11,67,78
+422,2011-01-19,1,0,1,14,0,3,1,1,0.4,0.4091,0.58,0.2537,7,68,75
+423,2011-01-19,1,0,1,15,0,3,1,1,0.4,0.4091,0.54,0.2836,4,78,82
+424,2011-01-19,1,0,1,16,0,3,1,1,0.38,0.3939,0.58,0.3881,10,94,104
+425,2011-01-19,1,0,1,17,0,3,1,1,0.36,0.3333,0.57,0.3284,7,190,197
+426,2011-01-19,1,0,1,18,0,3,1,1,0.34,0.3182,0.61,0.2836,5,156,161
+427,2011-01-19,1,0,1,19,0,3,1,1,0.32,0.2879,0.57,0.4179,4,108,112
+428,2011-01-19,1,0,1,20,0,3,1,1,0.32,0.303,0.49,0.2985,2,74,76
+429,2011-01-19,1,0,1,21,0,3,1,1,0.32,0.2879,0.49,0.4179,4,55,59
+430,2011-01-19,1,0,1,22,0,3,1,1,0.3,0.303,0.52,0.1642,6,53,59
+431,2011-01-19,1,0,1,23,0,3,1,1,0.3,0.2727,0.52,0.4627,1,27,28
+432,2011-01-20,1,0,1,0,0,4,1,1,0.26,0.2273,0.56,0.3881,5,8,13
+433,2011-01-20,1,0,1,1,0,4,1,1,0.26,0.2727,0.56,0,2,3,5
+434,2011-01-20,1,0,1,2,0,4,1,1,0.26,0.2727,0.56,0,0,2,2
+435,2011-01-20,1,0,1,3,0,4,1,1,0.26,0.2576,0.56,0.1642,0,1,1
+436,2011-01-20,1,0,1,4,0,4,1,1,0.26,0.2576,0.56,0.1642,0,1,1
+437,2011-01-20,1,0,1,5,0,4,1,1,0.24,0.2273,0.6,0.2239,0,6,6
+438,2011-01-20,1,0,1,6,0,4,1,1,0.22,0.2121,0.6,0.2239,0,35,35
+439,2011-01-20,1,0,1,7,0,4,1,1,0.22,0.2121,0.55,0.2239,1,100,101
+440,2011-01-20,1,0,1,8,0,4,1,1,0.22,0.2121,0.55,0.2836,2,247,249
+441,2011-01-20,1,0,1,9,0,4,1,2,0.24,0.2273,0.52,0.2239,3,140,143
+442,2011-01-20,1,0,1,10,0,4,1,1,0.26,0.2273,0.48,0.2985,1,56,57
+443,2011-01-20,1,0,1,11,0,4,1,2,0.28,0.2727,0.45,0.1642,5,63,68
+444,2011-01-20,1,0,1,12,0,4,1,2,0.3,0.3333,0.42,0,7,77,84
+445,2011-01-20,1,0,1,13,0,4,1,2,0.28,0.2879,0.45,0.1045,12,86,98
+446,2011-01-20,1,0,1,14,0,4,1,2,0.3,0.303,0.45,0.1343,6,75,81
+447,2011-01-20,1,0,1,15,0,4,1,2,0.32,0.3182,0.45,0.194,8,62,70
+448,2011-01-20,1,0,1,16,0,4,1,2,0.3,0.303,0.49,0.1343,8,83,91
+449,2011-01-20,1,0,1,17,0,4,1,2,0.3,0.3182,0.49,0.1045,8,207,215
+450,2011-01-20,1,0,1,18,0,4,1,2,0.26,0.2576,0.56,0.194,1,184,185
+451,2011-01-20,1,0,1,19,0,4,1,1,0.26,0.2273,0.56,0.3284,6,146,152
+452,2011-01-20,1,0,1,20,0,4,1,2,0.26,0.2424,0.6,0.2836,2,124,126
+453,2011-01-20,1,0,1,21,0,4,1,2,0.24,0.2273,0.6,0.2537,3,54,57
+454,2011-01-20,1,0,1,22,0,4,1,2,0.24,0.2121,0.65,0.2836,0,56,56
+455,2011-01-20,1,0,1,23,0,4,1,2,0.24,0.2121,0.65,0.3284,3,28,31
+456,2011-01-21,1,0,1,0,0,5,1,2,0.24,0.2273,0.7,0.2537,1,20,21
+457,2011-01-21,1,0,1,1,0,5,1,2,0.24,0.2273,0.7,0.2537,0,6,6
+458,2011-01-21,1,0,1,2,0,5,1,3,0.24,0.2424,0.75,0.1642,0,2,2
+459,2011-01-21,1,0,1,3,0,5,1,3,0.22,0.2121,0.8,0.2985,0,1,1
+460,2011-01-21,1,0,1,4,0,5,1,2,0.22,0.2576,0.87,0.0896,0,1,1
+461,2011-01-21,1,0,1,5,0,5,1,1,0.24,0.197,0.6,0.4179,1,4,5
+462,2011-01-21,1,0,1,6,0,5,1,1,0.22,0.2121,0.55,0.2537,0,27,27
+463,2011-01-21,1,0,1,7,0,5,1,1,0.2,0.1818,0.51,0.2836,2,66,68
+464,2011-01-21,1,0,1,8,0,5,1,1,0.2,0.1818,0.47,0.3284,7,210,217
+465,2011-01-21,1,0,1,9,0,5,1,1,0.2,0.1818,0.51,0.3582,7,159,166
+466,2011-01-21,1,0,1,10,0,5,1,1,0.2,0.1667,0.47,0.4627,6,57,63
+467,2011-01-21,1,0,1,11,0,5,1,1,0.22,0.1818,0.41,0.4627,6,53,59
+468,2011-01-21,1,0,1,12,0,5,1,1,0.22,0.1818,0.27,0.5821,11,67,78
+469,2011-01-21,1,0,1,13,0,5,1,1,0.2,0.1515,0.21,0.5821,8,65,73
+470,2011-01-21,1,0,1,14,0,5,1,1,0.2,0.1515,0.25,0.5224,6,56,62
+471,2011-01-21,1,0,1,15,0,5,1,1,0.16,0.1212,0.26,0.4478,4,61,65
+472,2011-01-21,1,0,1,16,0,5,1,1,0.16,0.1364,0.26,0.3582,0,97,97
+473,2011-01-21,1,0,1,17,0,5,1,1,0.14,0.1212,0.28,0.3582,10,151,161
+474,2011-01-21,1,0,1,18,0,5,1,1,0.12,0.1212,0.3,0.2537,1,119,120
+475,2011-01-21,1,0,1,19,0,5,1,1,0.12,0.1061,0.3,0.3284,3,93,96
+476,2011-01-21,1,0,1,20,0,5,1,1,0.1,0.0758,0.33,0.4179,1,52,53
+477,2011-01-21,1,0,1,21,0,5,1,1,0.08,0.0758,0.38,0.2836,0,41,41
+478,2011-01-21,1,0,1,22,0,5,1,1,0.06,0.0303,0.41,0.3881,1,33,34
+479,2011-01-21,1,0,1,23,0,5,1,1,0.06,0.0455,0.38,0.3284,0,27,27
+480,2011-01-22,1,0,1,0,0,6,0,1,0.04,0.0303,0.45,0.2537,0,13,13
+481,2011-01-22,1,0,1,1,0,6,0,2,0.04,0,0.41,0.3881,3,9,12
+482,2011-01-22,1,0,1,2,0,6,0,2,0.04,0.0303,0.41,0.2537,0,11,11
+483,2011-01-22,1,0,1,3,0,6,0,2,0.04,0.0303,0.41,0.2836,1,6,7
+484,2011-01-22,1,0,1,4,0,6,0,2,0.02,0.0152,0.48,0.2985,0,3,3
+485,2011-01-22,1,0,1,6,0,6,0,2,0.02,0.0303,0.44,0.2239,0,2,2
+486,2011-01-22,1,0,1,7,0,6,0,1,0.02,0.0152,0.44,0.2836,0,8,8
+487,2011-01-22,1,0,1,8,0,6,0,1,0.02,0,0.44,0.3284,1,26,27
+488,2011-01-22,1,0,1,9,0,6,0,1,0.04,0.0303,0.41,0.2537,3,37,40
+489,2011-01-22,1,0,1,10,0,6,0,2,0.04,0.0606,0.41,0.1642,3,50,53
+490,2011-01-22,1,0,1,11,0,6,0,2,0.06,0.0758,0.38,0.1343,4,59,63
+491,2011-01-22,1,0,1,12,0,6,0,2,0.06,0.1061,0.38,0.1045,10,60,70
+492,2011-01-22,1,0,1,13,0,6,0,1,0.08,0.1667,0.35,0,12,72,84
+493,2011-01-22,1,0,1,14,0,6,0,1,0.1,0.1364,0.33,0.1045,11,64,75
+494,2011-01-22,1,0,1,15,0,6,0,1,0.12,0.1515,0.28,0,10,93,103
+495,2011-01-22,1,0,1,16,0,6,0,1,0.12,0.1364,0.28,0.194,11,72,83
+496,2011-01-22,1,0,1,17,0,6,0,1,0.12,0.197,0.28,0,8,59,67
+497,2011-01-22,1,0,1,18,0,6,0,1,0.08,0.0909,0.35,0.194,0,54,54
+498,2011-01-22,1,0,1,19,0,6,0,1,0.08,0.1061,0.35,0.1343,6,53,59
+499,2011-01-22,1,0,1,20,0,6,0,1,0.06,0.0758,0.45,0.1642,1,44,45
+500,2011-01-22,1,0,1,21,0,6,0,1,0.06,0.1061,0.41,0.0896,0,39,39
+501,2011-01-22,1,0,1,22,0,6,0,1,0.06,0.1515,0.49,0,7,23,30
+502,2011-01-22,1,0,1,23,0,6,0,1,0.04,0.0758,0.57,0.1045,2,31,33
+503,2011-01-23,1,0,1,0,0,0,0,1,0.04,0.0758,0.57,0.1045,2,20,22
+504,2011-01-23,1,0,1,1,0,0,0,1,0.04,0.0758,0.57,0.1045,1,12,13
+505,2011-01-23,1,0,1,2,0,0,0,1,0.02,0.0606,0.62,0.1343,3,15,18
+506,2011-01-23,1,0,1,3,0,0,0,1,0.02,0.0606,0.62,0.1343,1,4,5
+507,2011-01-23,1,0,1,5,0,0,0,2,0.04,0.0758,0.57,0.1045,0,3,3
+508,2011-01-23,1,0,1,6,0,0,0,2,0.04,0.0758,0.57,0.1045,0,1,1
+509,2011-01-23,1,0,1,7,0,0,0,1,0.08,0.1061,0.58,0.1642,1,1,2
+510,2011-01-23,1,0,1,8,0,0,0,1,0.06,0.0758,0.62,0.1642,2,17,19
+511,2011-01-23,1,0,1,9,0,0,0,1,0.1,0.0758,0.54,0.3582,3,25,28
+512,2011-01-23,1,0,1,10,0,0,0,1,0.14,0.1061,0.46,0.3881,7,51,58
+513,2011-01-23,1,0,1,11,0,0,0,1,0.14,0.1364,0.43,0.2239,22,77,99
+514,2011-01-23,1,0,1,12,0,0,0,1,0.16,0.1212,0.37,0.4627,24,92,116
+515,2011-01-23,1,0,1,13,0,0,0,1,0.14,0.1061,0.33,0.3881,12,75,87
+516,2011-01-23,1,0,1,14,0,0,0,1,0.16,0.1364,0.28,0.3582,17,93,110
+517,2011-01-23,1,0,1,15,0,0,0,1,0.16,0.1364,0.28,0.3582,13,64,77
+518,2011-01-23,1,0,1,16,0,0,0,1,0.16,0.1364,0.26,0.3284,9,56,65
+519,2011-01-23,1,0,1,17,0,0,0,1,0.14,0.1061,0.26,0.3881,5,50,55
+520,2011-01-23,1,0,1,18,0,0,0,1,0.12,0.1212,0.3,0.2537,5,44,49
+521,2011-01-23,1,0,1,19,0,0,0,1,0.12,0.1212,0.3,0.2836,5,45,50
+522,2011-01-23,1,0,1,20,0,0,0,1,0.1,0.1061,0.36,0.2537,4,31,35
+523,2011-01-23,1,0,1,21,0,0,0,1,0.1,0.1061,0.36,0.194,5,20,25
+524,2011-01-23,1,0,1,22,0,0,0,1,0.08,0.0909,0.38,0.194,5,23,28
+525,2011-01-23,1,0,1,23,0,0,0,1,0.06,0.0606,0.41,0.2239,4,17,21
+526,2011-01-24,1,0,1,0,0,1,1,1,0.06,0.0606,0.41,0.194,0,7,7
+527,2011-01-24,1,0,1,1,0,1,1,1,0.04,0.0455,0.45,0.194,0,1,1
+528,2011-01-24,1,0,1,3,0,1,1,1,0.04,0.0303,0.45,0.2537,0,1,1
+529,2011-01-24,1,0,1,4,0,1,1,1,0.02,0.0606,0.48,0.1343,0,1,1
+530,2011-01-24,1,0,1,5,0,1,1,1,0.02,0.0606,0.48,0.1343,0,5,5
+531,2011-01-24,1,0,1,6,0,1,1,1,0.02,0.0758,0.48,0.0896,0,15,15
+532,2011-01-24,1,0,1,7,0,1,1,1,0.02,0.1212,0.48,0,5,79,84
+533,2011-01-24,1,0,1,8,0,1,1,1,0.04,0.1364,0.49,0,6,171,177
+534,2011-01-24,1,0,1,9,0,1,1,1,0.06,0.1515,0.41,0,4,98,102
+535,2011-01-24,1,0,1,10,0,1,1,1,0.1,0.1364,0.42,0,6,34,40
+536,2011-01-24,1,0,1,11,0,1,1,1,0.1,0.1212,0.46,0.1343,3,43,46
+537,2011-01-24,1,0,1,12,0,1,1,2,0.12,0.1364,0.42,0.194,11,52,63
+538,2011-01-24,1,0,1,13,0,1,1,2,0.14,0.1364,0.43,0.2239,6,54,60
+539,2011-01-24,1,0,1,14,0,1,1,2,0.14,0.1364,0.46,0.2239,2,43,45
+540,2011-01-24,1,0,1,15,0,1,1,1,0.16,0.1667,0.4,0.1642,7,50,57
+541,2011-01-24,1,0,1,16,0,1,1,1,0.16,0.1515,0.47,0.2537,4,66,70
+542,2011-01-24,1,0,1,17,0,1,1,1,0.14,0.1212,0.5,0.2537,6,178,184
+543,2011-01-24,1,0,1,18,0,1,1,1,0.14,0.1364,0.59,0.194,8,145,153
+544,2011-01-24,1,0,1,19,0,1,1,1,0.14,0.1515,0.54,0.1642,5,101,106
+545,2011-01-24,1,0,1,20,0,1,1,1,0.14,0.1364,0.59,0.194,1,80,81
+546,2011-01-24,1,0,1,21,0,1,1,1,0.14,0.1515,0.63,0.1642,6,53,59
+547,2011-01-24,1,0,1,22,0,1,1,2,0.14,0.1364,0.63,0.2239,3,32,35
+548,2011-01-24,1,0,1,23,0,1,1,2,0.16,0.1515,0.64,0.2537,3,21,24
+549,2011-01-25,1,0,1,0,0,2,1,2,0.16,0.1364,0.69,0.2836,3,6,9
+550,2011-01-25,1,0,1,1,0,2,1,2,0.16,0.1667,0.69,0.1642,0,5,5
+551,2011-01-25,1,0,1,2,0,2,1,1,0.16,0.1515,0.69,0.2239,0,2,2
+552,2011-01-25,1,0,1,4,0,2,1,1,0.14,0.1667,0.74,0.1045,0,1,1
+553,2011-01-25,1,0,1,5,0,2,1,1,0.14,0.1364,0.74,0.2239,0,9,9
+554,2011-01-25,1,0,1,6,0,2,1,1,0.16,0.1818,0.74,0.1045,1,35,36
+555,2011-01-25,1,0,1,7,0,2,1,1,0.16,0.1515,0.74,0.2239,5,103,108
+556,2011-01-25,1,0,1,8,0,2,1,2,0.16,0.1818,0.74,0.1343,5,233,238
+557,2011-01-25,1,0,1,9,0,2,1,2,0.2,0.2273,0.64,0.0896,10,134,144
+558,2011-01-25,1,0,1,10,0,2,1,2,0.22,0.2424,0.6,0.1045,6,49,55
+559,2011-01-25,1,0,1,11,0,2,1,2,0.24,0.2424,0.6,0.1343,6,55,61
+560,2011-01-25,1,0,1,12,0,2,1,2,0.26,0.2879,0.56,0.0896,21,85,106
+561,2011-01-25,1,0,1,13,0,2,1,2,0.26,0.2727,0.56,0.1343,21,72,93
+562,2011-01-25,1,0,1,14,0,2,1,2,0.3,0.3333,0.45,0,11,57,68
+563,2011-01-25,1,0,1,15,0,2,1,2,0.32,0.3485,0.42,0,21,63,84
+564,2011-01-25,1,0,1,16,0,2,1,2,0.32,0.3485,0.42,0,14,102,116
+565,2011-01-25,1,0,1,17,0,2,1,1,0.3,0.3333,0.45,0,14,208,222
+566,2011-01-25,1,0,1,18,0,2,1,2,0.3,0.3182,0.49,0.0896,7,218,225
+567,2011-01-25,1,0,1,19,0,2,1,2,0.26,0.2576,0.65,0.1642,13,133,146
+568,2011-01-25,1,0,1,20,0,2,1,1,0.24,0.2273,0.65,0.194,16,103,119
+569,2011-01-25,1,0,1,21,0,2,1,1,0.24,0.2273,0.65,0.194,5,40,45
+570,2011-01-25,1,0,1,22,0,2,1,1,0.22,0.2273,0.64,0.1642,4,49,53
+571,2011-01-25,1,0,1,23,0,2,1,2,0.22,0.2273,0.64,0.1642,3,37,40
+572,2011-01-26,1,0,1,0,0,3,1,2,0.22,0.2273,0.69,0.1343,3,14,17
+573,2011-01-26,1,0,1,1,0,3,1,2,0.24,0.2424,0.65,0.1343,0,5,5
+574,2011-01-26,1,0,1,2,0,3,1,3,0.22,0.2273,0.69,0.194,3,7,10
+575,2011-01-26,1,0,1,5,0,3,1,3,0.2,0.1818,0.86,0.2836,0,1,1
+576,2011-01-26,1,0,1,6,0,3,1,3,0.2,0.1818,0.86,0.2836,0,8,8
+577,2011-01-26,1,0,1,7,0,3,1,3,0.22,0.2121,0.87,0.2985,1,29,30
+578,2011-01-26,1,0,1,8,0,3,1,3,0.22,0.2121,0.87,0.2985,3,69,72
+579,2011-01-26,1,0,1,9,0,3,1,3,0.22,0.2121,0.87,0.2985,3,55,58
+580,2011-01-26,1,0,1,10,0,3,1,3,0.22,0.2121,0.93,0.2836,2,26,28
+581,2011-01-26,1,0,1,11,0,3,1,3,0.22,0.197,0.93,0.3284,6,35,41
+582,2011-01-26,1,0,1,12,0,3,1,3,0.22,0.197,0.93,0.3284,7,41,48
+583,2011-01-26,1,0,1,13,0,3,1,3,0.22,0.197,0.93,0.3284,4,43,47
+584,2011-01-26,1,0,1,14,0,3,1,3,0.22,0.197,0.93,0.3582,0,36,36
+585,2011-01-26,1,0,1,15,0,3,1,3,0.22,0.1818,0.93,0.4627,1,42,43
+586,2011-01-26,1,0,1,16,0,3,1,4,0.22,0.197,0.93,0.3284,1,35,36
+587,2011-01-26,1,0,1,17,0,3,1,3,0.2,0.1818,0.93,0.3582,0,26,26
+588,2011-01-27,1,0,1,16,0,4,1,1,0.22,0.2273,0.55,0.194,1,23,24
+589,2011-01-27,1,0,1,17,0,4,1,1,0.22,0.2424,0.55,0.1045,2,82,84
+590,2011-01-27,1,0,1,18,0,4,1,1,0.2,0.2273,0.69,0.0896,3,101,104
+591,2011-01-27,1,0,1,19,0,4,1,1,0.2,0.2273,0.69,0.0896,3,76,79
+592,2011-01-27,1,0,1,20,0,4,1,1,0.18,0.2121,0.74,0.0896,4,55,59
+593,2011-01-27,1,0,1,21,0,4,1,1,0.18,0.2121,0.74,0.0896,2,36,38
+594,2011-01-27,1,0,1,22,0,4,1,1,0.18,0.2121,0.74,0.0896,0,27,27
+595,2011-01-27,1,0,1,23,0,4,1,1,0.18,0.197,0.8,0.1642,0,16,16
+596,2011-01-28,1,0,1,0,0,5,1,2,0.2,0.2121,0.75,0.1343,0,9,9
+597,2011-01-28,1,0,1,1,0,5,1,2,0.2,0.2121,0.75,0.1343,1,2,3
+598,2011-01-28,1,0,1,2,0,5,1,2,0.2,0.2121,0.75,0.1642,0,2,2
+599,2011-01-28,1,0,1,3,0,5,1,2,0.2,0.2273,0.75,0.1045,1,0,1
+600,2011-01-28,1,0,1,5,0,5,1,2,0.18,0.2121,0.8,0.1045,0,4,4
+601,2011-01-28,1,0,1,6,0,5,1,2,0.18,0.197,0.8,0.1343,0,16,16
+602,2011-01-28,1,0,1,7,0,5,1,2,0.16,0.197,0.86,0.0896,2,58,60
+603,2011-01-28,1,0,1,8,0,5,1,2,0.16,0.197,0.86,0.0896,2,155,157
+604,2011-01-28,1,0,1,9,0,5,1,3,0.18,0.2121,0.86,0.0896,6,95,101
+605,2011-01-28,1,0,1,10,0,5,1,3,0.18,0.2121,0.86,0.1045,0,49,49
+606,2011-01-28,1,0,1,11,0,5,1,3,0.18,0.2121,0.93,0.1045,0,30,30
+607,2011-01-28,1,0,1,12,0,5,1,3,0.18,0.2121,0.93,0.1045,1,28,29
+608,2011-01-28,1,0,1,13,0,5,1,3,0.18,0.2121,0.93,0.1045,0,31,31
+609,2011-01-28,1,0,1,14,0,5,1,3,0.22,0.2727,0.8,0,2,36,38
+610,2011-01-28,1,0,1,15,0,5,1,2,0.2,0.2576,0.86,0,1,40,41
+611,2011-01-28,1,0,1,16,0,5,1,1,0.22,0.2727,0.8,0,10,70,80
+612,2011-01-28,1,0,1,17,0,5,1,1,0.24,0.2424,0.75,0.1343,2,147,149
+613,2011-01-28,1,0,1,18,0,5,1,1,0.24,0.2273,0.75,0.194,2,107,109
+614,2011-01-28,1,0,1,19,0,5,1,2,0.24,0.2424,0.75,0.1343,5,84,89
+615,2011-01-28,1,0,1,20,0,5,1,2,0.24,0.2273,0.7,0.194,1,61,62
+616,2011-01-28,1,0,1,21,0,5,1,2,0.22,0.2273,0.75,0.1343,1,57,58
+617,2011-01-28,1,0,1,22,0,5,1,1,0.24,0.2121,0.65,0.3582,0,26,26
+618,2011-01-28,1,0,1,23,0,5,1,1,0.24,0.2273,0.6,0.2239,1,22,23
+619,2011-01-29,1,0,1,0,0,6,0,1,0.22,0.197,0.64,0.3582,2,26,28
+620,2011-01-29,1,0,1,1,0,6,0,1,0.22,0.2273,0.64,0.194,0,20,20
+621,2011-01-29,1,0,1,2,0,6,0,1,0.22,0.2273,0.64,0.1642,0,15,15
+622,2011-01-29,1,0,1,3,0,6,0,1,0.2,0.2121,0.64,0.1343,3,5,8
+623,2011-01-29,1,0,1,4,0,6,0,1,0.16,0.1818,0.69,0.1045,1,2,3
+624,2011-01-29,1,0,1,6,0,6,0,1,0.16,0.1818,0.64,0.1343,0,2,2
+625,2011-01-29,1,0,1,7,0,6,0,1,0.16,0.1818,0.59,0.1045,1,4,5
+626,2011-01-29,1,0,1,8,0,6,0,1,0.18,0.197,0.55,0.1642,3,31,34
+627,2011-01-29,1,0,1,9,0,6,0,1,0.18,0.2121,0.59,0.0896,0,34,34
+628,2011-01-29,1,0,1,10,0,6,0,2,0.18,0.2121,0.64,0.1045,4,51,55
+629,2011-01-29,1,0,1,11,0,6,0,2,0.18,0.197,0.64,0.1343,4,60,64
+630,2011-01-29,1,0,1,12,0,6,0,2,0.2,0.197,0.59,0.194,12,66,78
+631,2011-01-29,1,0,1,13,0,6,0,2,0.22,0.2273,0.55,0.1642,9,56,65
+632,2011-01-29,1,0,1,14,0,6,0,2,0.22,0.2273,0.6,0.1343,10,89,99
+633,2011-01-29,1,0,1,15,0,6,0,1,0.22,0.2121,0.69,0.2537,22,98,120
+634,2011-01-29,1,0,1,16,0,6,0,1,0.24,0.2424,0.6,0.1642,19,88,107
+635,2011-01-29,1,0,1,17,0,6,0,1,0.24,0.2879,0.6,0,9,82,91
+636,2011-01-29,1,0,1,18,0,6,0,1,0.22,0.2273,0.69,0.1343,9,59,68
+637,2011-01-29,1,0,1,19,0,6,0,2,0.22,0.2121,0.69,0.2537,6,52,58
+638,2011-01-29,1,0,1,20,0,6,0,1,0.18,0.2121,0.74,0.0896,1,42,43
+639,2011-01-29,1,0,1,21,0,6,0,1,0.18,0.2121,0.74,0.0896,1,35,36
+640,2011-01-29,1,0,1,22,0,6,0,1,0.16,0.197,0.8,0.0896,4,28,32
+641,2011-01-29,1,0,1,23,0,6,0,1,0.16,0.197,0.8,0.0896,3,30,33
+642,2011-01-30,1,0,1,0,0,0,0,1,0.16,0.1818,0.8,0.1045,0,33,33
+643,2011-01-30,1,0,1,1,0,0,0,1,0.14,0.2121,0.8,0,7,22,29
+644,2011-01-30,1,0,1,2,0,0,0,1,0.16,0.2273,0.8,0,1,10,11
+645,2011-01-30,1,0,1,3,0,0,0,1,0.14,0.2121,0.93,0,1,7,8
+646,2011-01-30,1,0,1,4,0,0,0,1,0.14,0.2121,0.93,0,0,1,1
+647,2011-01-30,1,0,1,5,0,0,0,1,0.14,0.2121,0.86,0,0,3,3
+648,2011-01-30,1,0,1,7,0,0,0,1,0.14,0.2121,0.86,0,0,3,3
+649,2011-01-30,1,0,1,8,0,0,0,2,0.14,0.2121,0.86,0,1,11,12
+650,2011-01-30,1,0,1,9,0,0,0,2,0.16,0.2273,0.8,0,4,34,38
+651,2011-01-30,1,0,1,10,0,0,0,2,0.18,0.2424,0.8,0,7,57,64
+652,2011-01-30,1,0,1,11,0,0,0,1,0.22,0.2727,0.75,0,9,50,59
+653,2011-01-30,1,0,1,12,0,0,0,1,0.3,0.3182,0.52,0.1045,10,87,97
+654,2011-01-30,1,0,1,13,0,0,0,1,0.28,0.2879,0.61,0.1045,13,71,84
+655,2011-01-30,1,0,1,14,0,0,0,1,0.28,0.303,0.61,0.0896,18,104,122
+656,2011-01-30,1,0,1,15,0,0,0,1,0.3,0.3333,0.56,0,14,95,109
+657,2011-01-30,1,0,1,16,0,0,0,1,0.3,0.3333,0.56,0,19,104,123
+658,2011-01-30,1,0,1,17,0,0,0,1,0.3,0.2879,0.56,0.194,6,71,77
+659,2011-01-30,1,0,1,18,0,0,0,1,0.26,0.2576,0.65,0.1642,8,57,65
+660,2011-01-30,1,0,1,19,0,0,0,1,0.26,0.2576,0.65,0.194,9,46,55
+661,2011-01-30,1,0,1,20,0,0,0,2,0.26,0.2727,0.65,0.1045,3,30,33
+662,2011-01-30,1,0,1,21,0,0,0,2,0.24,0.2424,0.7,0.1642,3,25,28
+663,2011-01-30,1,0,1,22,0,0,0,2,0.24,0.2273,0.7,0.194,2,19,21
+664,2011-01-30,1,0,1,23,0,0,0,2,0.24,0.2121,0.65,0.2836,5,16,21
+665,2011-01-31,1,0,1,0,0,1,1,2,0.24,0.2273,0.65,0.2239,1,6,7
+666,2011-01-31,1,0,1,1,0,1,1,1,0.22,0.2121,0.64,0.2537,2,5,7
+667,2011-01-31,1,0,1,2,0,1,1,1,0.22,0.2273,0.64,0.194,0,1,1
+668,2011-01-31,1,0,1,3,0,1,1,1,0.22,0.2273,0.64,0.194,0,2,2
+669,2011-01-31,1,0,1,4,0,1,1,1,0.2,0.197,0.59,0.2239,0,2,2
+670,2011-01-31,1,0,1,5,0,1,1,1,0.18,0.1667,0.64,0.2836,0,8,8
+671,2011-01-31,1,0,1,6,0,1,1,1,0.16,0.1364,0.69,0.3284,0,37,37
+672,2011-01-31,1,0,1,7,0,1,1,2,0.16,0.1364,0.64,0.2836,1,71,72
+673,2011-01-31,1,0,1,8,0,1,1,2,0.16,0.1364,0.59,0.2836,3,182,185
+674,2011-01-31,1,0,1,9,0,1,1,2,0.16,0.1364,0.59,0.2985,0,112,112
+675,2011-01-31,1,0,1,10,0,1,1,2,0.16,0.1515,0.59,0.194,1,68,69
+676,2011-01-31,1,0,1,11,0,1,1,2,0.16,0.1515,0.59,0.194,2,46,48
+677,2011-01-31,1,0,1,12,0,1,1,2,0.18,0.2121,0.55,0.1045,6,62,68
+678,2011-01-31,1,0,1,13,0,1,1,2,0.16,0.2273,0.59,0,2,52,54
+679,2011-01-31,1,0,1,14,0,1,1,2,0.18,0.197,0.55,0.1343,1,85,86
+680,2011-01-31,1,0,1,15,0,1,1,2,0.16,0.1818,0.59,0.1343,3,41,44
+681,2011-01-31,1,0,1,16,0,1,1,2,0.16,0.1818,0.56,0.194,3,83,86
+682,2011-01-31,1,0,1,17,0,1,1,2,0.16,0.1515,0.59,0.194,6,155,161
+683,2011-01-31,1,0,1,18,0,1,1,2,0.16,0.1515,0.55,0.2239,3,153,156
+684,2011-01-31,1,0,1,19,0,1,1,1,0.3,0.3182,0.61,0.1045,3,108,111
+685,2011-01-31,1,0,1,20,0,1,1,3,0.16,0.1667,0.59,0.1642,0,78,78
+686,2011-01-31,1,0,1,21,0,1,1,3,0.16,0.197,0.59,0.0896,3,53,56
+687,2011-01-31,1,0,1,22,0,1,1,2,0.16,0.1818,0.59,0.1045,0,34,34
+688,2011-01-31,1,0,1,23,0,1,1,2,0.16,0.197,0.64,0.0896,2,15,17
+689,2011-02-01,1,0,2,0,0,2,1,2,0.16,0.1818,0.64,0.1045,2,6,8
+690,2011-02-01,1,0,2,1,0,2,1,2,0.16,0.1818,0.69,0.1045,0,3,3
+691,2011-02-01,1,0,2,2,0,2,1,2,0.16,0.2273,0.69,0,0,2,2
+692,2011-02-01,1,0,2,3,0,2,1,2,0.16,0.2273,0.69,0,0,2,2
+693,2011-02-01,1,0,2,5,0,2,1,3,0.14,0.2121,0.93,0,0,3,3
+694,2011-02-01,1,0,2,6,0,2,1,3,0.14,0.2121,0.93,0,0,22,22
+695,2011-02-01,1,0,2,7,0,2,1,3,0.16,0.2273,0.93,0,0,52,52
+696,2011-02-01,1,0,2,8,0,2,1,3,0.16,0.2273,0.93,0,3,132,135
+697,2011-02-01,1,0,2,9,0,2,1,2,0.16,0.2273,0.93,0,2,114,116
+698,2011-02-01,1,0,2,10,0,2,1,2,0.16,0.2273,0.93,0,0,47,47
+699,2011-02-01,1,0,2,11,0,2,1,2,0.18,0.2424,0.86,0,2,49,51
+700,2011-02-01,1,0,2,12,0,2,1,2,0.2,0.2576,0.86,0,2,53,55
+701,2011-02-01,1,0,2,13,0,2,1,2,0.2,0.2576,0.86,0,3,49,52
+702,2011-02-01,1,0,2,14,0,2,1,2,0.22,0.2576,0.8,0.0896,5,49,54
+703,2011-02-01,1,0,2,15,0,2,1,2,0.24,0.2879,0.75,0,7,45,52
+704,2011-02-01,1,0,2,16,0,2,1,2,0.24,0.2424,0.75,0.1343,3,61,64
+705,2011-02-01,1,0,2,17,0,2,1,2,0.24,0.2879,0.75,0,4,172,176
+706,2011-02-01,1,0,2,18,0,2,1,2,0.24,0.2576,0.81,0.1045,3,165,168
+707,2011-02-01,1,0,2,19,0,2,1,2,0.24,0.2424,0.81,0.1343,3,105,108
+708,2011-02-01,1,0,2,20,0,2,1,2,0.22,0.2273,0.87,0.1343,5,69,74
+709,2011-02-01,1,0,2,21,0,2,1,2,0.22,0.2273,0.87,0.1343,0,64,64
+710,2011-02-01,1,0,2,22,0,2,1,2,0.22,0.2576,0.87,0.0896,2,34,36
+711,2011-02-01,1,0,2,23,0,2,1,3,0.2,0.197,0.93,0.194,1,15,16
+712,2011-02-02,1,0,2,0,0,3,1,3,0.22,0.2424,0.93,0.1045,0,2,2
+713,2011-02-02,1,0,2,1,0,3,1,3,0.22,0.2273,0.93,0.194,0,3,3
+714,2011-02-02,1,0,2,2,0,3,1,3,0.22,0.2273,0.93,0.1343,4,0,4
+715,2011-02-02,1,0,2,3,0,3,1,3,0.22,0.2273,0.93,0.1343,0,1,1
+716,2011-02-02,1,0,2,4,0,3,1,3,0.22,0.2121,0.93,0.2836,0,1,1
+717,2011-02-02,1,0,2,5,0,3,1,3,0.22,0.2424,0.93,0.1045,0,3,3
+718,2011-02-02,1,0,2,6,0,3,1,3,0.22,0.2424,0.93,0.1045,1,17,18
+719,2011-02-02,1,0,2,7,0,3,1,3,0.22,0.2121,0.93,0.2239,1,48,49
+720,2011-02-02,1,0,2,8,0,3,1,3,0.22,0.2121,0.93,0.2239,1,154,155
+721,2011-02-02,1,0,2,9,0,3,1,2,0.24,0.2576,0.93,0.0896,4,119,123
+722,2011-02-02,1,0,2,10,0,3,1,2,0.22,0.2727,1,0,2,59,61
+723,2011-02-02,1,0,2,11,0,3,1,2,0.24,0.2273,0.93,0.194,5,47,52
+724,2011-02-02,1,0,2,12,0,3,1,2,0.24,0.2273,0.93,0.2239,3,61,64
+725,2011-02-02,1,0,2,13,0,3,1,1,0.34,0.3333,0.93,0.1642,1,74,75
+726,2011-02-02,1,0,2,14,0,3,1,1,0.38,0.3939,0.82,0.3881,2,61,63
+727,2011-02-02,1,0,2,15,0,3,1,1,0.38,0.3939,0.76,0.3284,10,66,76
+728,2011-02-02,1,0,2,16,0,3,1,1,0.36,0.3333,0.71,0.2985,8,95,103
+729,2011-02-02,1,0,2,17,0,3,1,1,0.36,0.3182,0.53,0.5224,7,183,190
+730,2011-02-02,1,0,2,18,0,3,1,1,0.34,0.2879,0.42,0.5522,7,175,182
+731,2011-02-02,1,0,2,19,0,3,1,1,0.28,0.2424,0.45,0.4925,3,88,91
+732,2011-02-02,1,0,2,20,0,3,1,1,0.24,0.197,0.48,0.5522,4,71,75
+733,2011-02-02,1,0,2,21,0,3,1,1,0.22,0.197,0.47,0.3284,1,62,63
+734,2011-02-02,1,0,2,22,0,3,1,1,0.22,0.2121,0.44,0.2537,5,35,40
+735,2011-02-02,1,0,2,23,0,3,1,1,0.2,0.1667,0.44,0.4478,3,29,32
+736,2011-02-03,1,0,2,0,0,4,1,1,0.2,0.1667,0.4,0.4478,1,11,12
+737,2011-02-03,1,0,2,1,0,4,1,1,0.2,0.1515,0.44,0.5224,0,5,5
+738,2011-02-03,1,0,2,2,0,4,1,1,0.18,0.1667,0.43,0.2537,0,2,2
+739,2011-02-03,1,0,2,3,0,4,1,1,0.18,0.1667,0.43,0.2537,0,1,1
+740,2011-02-03,1,0,2,5,0,4,1,1,0.16,0.1364,0.5,0.2985,0,2,2
+741,2011-02-03,1,0,2,6,0,4,1,1,0.16,0.1364,0.43,0.3582,0,39,39
+742,2011-02-03,1,0,2,7,0,4,1,1,0.14,0.1212,0.5,0.3284,1,86,87
+743,2011-02-03,1,0,2,8,0,4,1,1,0.14,0.1212,0.5,0.3582,4,184,188
+744,2011-02-03,1,0,2,9,0,4,1,1,0.16,0.1364,0.47,0.2985,6,127,133
+745,2011-02-03,1,0,2,10,0,4,1,1,0.18,0.1515,0.43,0.3284,2,50,52
+746,2011-02-03,1,0,2,11,0,4,1,1,0.18,0.1364,0.43,0.4478,9,55,64
+747,2011-02-03,1,0,2,12,0,4,1,1,0.2,0.1818,0.4,0.3582,2,67,69
+748,2011-02-03,1,0,2,13,0,4,1,1,0.2,0.1667,0.4,0.4179,4,47,51
+749,2011-02-03,1,0,2,14,0,4,1,1,0.22,0.197,0.37,0.3881,4,43,47
+750,2011-02-03,1,0,2,15,0,4,1,1,0.22,0.197,0.37,0.3284,4,56,60
+751,2011-02-03,1,0,2,16,0,4,1,1,0.22,0.2121,0.37,0.2537,5,73,78
+752,2011-02-03,1,0,2,17,0,4,1,1,0.2,0.197,0.4,0.194,5,170,175
+753,2011-02-03,1,0,2,18,0,4,1,1,0.2,0.2121,0.4,0.1642,2,145,147
+754,2011-02-03,1,0,2,19,0,4,1,1,0.2,0.2576,0.4,0,4,92,96
+755,2011-02-03,1,0,2,20,0,4,1,1,0.2,0.2273,0.47,0.0896,1,108,109
+756,2011-02-03,1,0,2,21,0,4,1,1,0.18,0.2121,0.55,0.1045,1,53,54
+757,2011-02-03,1,0,2,22,0,4,1,1,0.18,0.2121,0.51,0.0896,2,39,41
+758,2011-02-03,1,0,2,23,0,4,1,1,0.2,0.2273,0.47,0.1045,4,34,38
+759,2011-02-04,1,0,2,0,0,5,1,2,0.2,0.2576,0.44,0,3,10,13
+760,2011-02-04,1,0,2,1,0,5,1,2,0.16,0.2273,0.59,0,0,7,7
+761,2011-02-04,1,0,2,2,0,5,1,2,0.14,0.1667,0.63,0.1045,0,1,1
+762,2011-02-04,1,0,2,3,0,5,1,2,0.14,0.1667,0.63,0.1045,0,1,1
+763,2011-02-04,1,0,2,5,0,5,1,2,0.14,0.1515,0.63,0.1343,0,7,7
+764,2011-02-04,1,0,2,6,0,5,1,2,0.16,0.2273,0.55,0,2,26,28
+765,2011-02-04,1,0,2,7,0,5,1,1,0.14,0.2121,0.59,0,0,87,87
+766,2011-02-04,1,0,2,8,0,5,1,1,0.14,0.1515,0.74,0.1343,3,217,220
+767,2011-02-04,1,0,2,9,0,5,1,2,0.16,0.1818,0.8,0.1343,3,124,127
+768,2011-02-04,1,0,2,10,0,5,1,2,0.2,0.2121,0.51,0.1343,5,46,51
+769,2011-02-04,1,0,2,11,0,5,1,1,0.22,0.2273,0.51,0.1642,3,61,64
+770,2011-02-04,1,0,2,12,0,5,1,2,0.24,0.2424,0.48,0.1642,8,78,86
+771,2011-02-04,1,0,2,13,0,5,1,2,0.26,0.2576,0.5,0.2239,9,73,82
+772,2011-02-04,1,0,2,14,0,5,1,2,0.28,0.2727,0.45,0.1642,15,76,91
+773,2011-02-04,1,0,2,15,0,5,1,2,0.28,0.2727,0.48,0.2537,9,81,90
+774,2011-02-04,1,0,2,16,0,5,1,2,0.3,0.2879,0.42,0.2239,8,91,99
+775,2011-02-04,1,0,2,17,0,5,1,2,0.26,0.2727,0.56,0.1343,10,195,205
+776,2011-02-04,1,0,2,18,0,5,1,2,0.24,0.2576,0.6,0.1045,3,152,155
+777,2011-02-04,1,0,2,19,0,5,1,2,0.24,0.2424,0.65,0.1343,1,102,103
+778,2011-02-04,1,0,2,20,0,5,1,2,0.24,0.2424,0.65,0.1642,2,69,71
+779,2011-02-04,1,0,2,21,0,5,1,2,0.24,0.2424,0.7,0.1642,2,41,43
+780,2011-02-04,1,0,2,22,0,5,1,2,0.24,0.2424,0.65,0.1642,1,45,46
+781,2011-02-04,1,0,2,23,0,5,1,2,0.24,0.2424,0.7,0.1343,1,30,31
+782,2011-02-05,1,0,2,0,0,6,0,2,0.24,0.2424,0.7,0.1642,3,36,39
+783,2011-02-05,1,0,2,1,0,6,0,2,0.24,0.2424,0.65,0.1642,1,17,18
+784,2011-02-05,1,0,2,2,0,6,0,2,0.24,0.2424,0.75,0.1642,5,12,17
+785,2011-02-05,1,0,2,3,0,6,0,2,0.24,0.2424,0.75,0.1642,1,10,11
+786,2011-02-05,1,0,2,4,0,6,0,3,0.22,0.2273,0.93,0.1343,0,8,8
+787,2011-02-05,1,0,2,5,0,6,0,3,0.2,0.2273,1,0.0896,0,9,9
+788,2011-02-05,1,0,2,6,0,6,0,3,0.2,0.2576,1,0,0,4,4
+789,2011-02-05,1,0,2,7,0,6,0,3,0.22,0.2576,0.93,0.0896,0,4,4
+790,2011-02-05,1,0,2,8,0,6,0,3,0.2,0.2273,1,0.0896,0,10,10
+791,2011-02-05,1,0,2,9,0,6,0,3,0.2,0.2273,1,0.0896,3,17,20
+792,2011-02-05,1,0,2,10,0,6,0,3,0.2,0.2121,1,0.1343,3,31,34
+793,2011-02-05,1,0,2,11,0,6,0,3,0.22,0.2273,1,0.1343,1,46,47
+794,2011-02-05,1,0,2,12,0,6,0,3,0.22,0.2273,1,0.1642,10,42,52
+795,2011-02-05,1,0,2,13,0,6,0,3,0.22,0.2273,1,0.1642,10,62,72
+796,2011-02-05,1,0,2,14,0,6,0,3,0.22,0.2727,1,0,5,50,55
+797,2011-02-05,1,0,2,15,0,6,0,3,0.22,0.2727,1,0,11,49,60
+798,2011-02-05,1,0,2,16,0,6,0,3,0.22,0.2273,1,0.1343,8,63,71
+799,2011-02-05,1,0,2,17,0,6,0,2,0.24,0.2121,1,0.2836,14,64,78
+800,2011-02-05,1,0,2,18,0,6,0,2,0.28,0.2424,0.93,0.4478,2,81,83
+801,2011-02-05,1,0,2,19,0,6,0,2,0.28,0.2424,0.93,0.4478,6,78,84
+802,2011-02-05,1,0,2,20,0,6,0,1,0.3,0.2879,0.87,0.2537,5,64,69
+803,2011-02-05,1,0,2,21,0,6,0,1,0.26,0.2576,1,0.194,3,53,56
+804,2011-02-05,1,0,2,22,0,6,0,1,0.26,0.2727,0.93,0.1343,2,43,45
+805,2011-02-05,1,0,2,23,0,6,0,1,0.26,0.2576,0.93,0.2239,7,52,59
+806,2011-02-06,1,0,2,0,0,0,0,1,0.26,0.2576,0.7,0.194,2,37,39
+807,2011-02-06,1,0,2,1,0,0,0,1,0.26,0.2273,0.65,0.4179,4,40,44
+808,2011-02-06,1,0,2,2,0,0,0,1,0.26,0.2273,0.6,0.3284,0,20,20
+809,2011-02-06,1,0,2,3,0,0,0,1,0.26,0.2879,0.6,0.0896,3,10,13
+810,2011-02-06,1,0,2,4,0,0,0,1,0.26,0.2273,0.6,0.3582,0,2,2
+811,2011-02-06,1,0,2,5,0,0,0,1,0.26,0.2576,0.6,0.2239,0,1,1
+812,2011-02-06,1,0,2,6,0,0,0,1,0.26,0.2576,0.6,0.2239,0,1,1
+813,2011-02-06,1,0,2,7,0,0,0,1,0.24,0.2424,0.65,0.1642,0,8,8
+814,2011-02-06,1,0,2,8,0,0,0,1,0.24,0.2576,0.65,0.1045,2,21,23
+815,2011-02-06,1,0,2,9,0,0,0,1,0.28,0.2879,0.56,0.1045,7,38,45
+816,2011-02-06,1,0,2,10,0,0,0,1,0.3,0.2879,0.52,0.2537,15,74,89
+817,2011-02-06,1,0,2,11,0,0,0,1,0.32,0.303,0.49,0.2537,28,89,117
+818,2011-02-06,1,0,2,12,0,0,0,1,0.34,0.3333,0.46,0,48,126,174
+819,2011-02-06,1,0,2,13,0,0,0,1,0.34,0.3636,0.46,0,47,135,182
+820,2011-02-06,1,0,2,14,0,0,0,1,0.34,0.3485,0.46,0.0896,47,114,161
+821,2011-02-06,1,0,2,15,0,0,0,1,0.34,0.3485,0.46,0.0896,52,130,182
+822,2011-02-06,1,0,2,16,0,0,0,1,0.34,0.3485,0.49,0.1045,42,115,157
+823,2011-02-06,1,0,2,17,0,0,0,1,0.34,0.3636,0.46,0,24,97,121
+824,2011-02-06,1,0,2,18,0,0,0,1,0.3,0.303,0.56,0.1642,13,65,78
+825,2011-02-06,1,0,2,19,0,0,0,1,0.28,0.2879,0.61,0.1343,1,20,21
+826,2011-02-06,1,0,2,20,0,0,0,1,0.28,0.2879,0.61,0.1045,5,21,26
+827,2011-02-06,1,0,2,21,0,0,0,1,0.26,0.303,0.6,0,5,22,27
+828,2011-02-06,1,0,2,22,0,0,0,1,0.26,0.303,0.6,0,5,57,62
+829,2011-02-06,1,0,2,23,0,0,0,1,0.24,0.2879,0.65,0,4,26,30
+830,2011-02-07,1,0,2,0,0,1,1,1,0.24,0.2879,0.65,0,1,14,15
+831,2011-02-07,1,0,2,1,0,1,1,1,0.22,0.2727,0.75,0,1,4,5
+832,2011-02-07,1,0,2,2,0,1,1,1,0.2,0.2576,0.8,0,0,3,3
+833,2011-02-07,1,0,2,3,0,1,1,1,0.2,0.2576,0.86,0,0,1,1
+834,2011-02-07,1,0,2,4,0,1,1,1,0.2,0.2576,0.86,0,1,1,2
+835,2011-02-07,1,0,2,5,0,1,1,1,0.2,0.2576,0.86,0,1,9,10
+836,2011-02-07,1,0,2,6,0,1,1,1,0.18,0.2424,0.93,0,1,29,30
+837,2011-02-07,1,0,2,7,0,1,1,1,0.18,0.2424,0.86,0,6,89,95
+838,2011-02-07,1,0,2,8,0,1,1,2,0.16,0.2273,1,0,7,223,230
+839,2011-02-07,1,0,2,9,0,1,1,1,0.22,0.2727,0.8,0,3,115,118
+840,2011-02-07,1,0,2,10,0,1,1,1,0.24,0.2576,0.75,0.1045,6,49,55
+841,2011-02-07,1,0,2,11,0,1,1,1,0.3,0.3182,0.65,0.0896,11,36,47
+842,2011-02-07,1,0,2,12,0,1,1,2,0.32,0.3485,0.62,0,7,59,66
+843,2011-02-07,1,0,2,13,0,1,1,2,0.36,0.3636,0.57,0.0896,10,54,64
+844,2011-02-07,1,0,2,14,0,1,1,2,0.36,0.3636,0.57,0.0896,8,52,60
+845,2011-02-07,1,0,2,15,0,1,1,2,0.38,0.3939,0.54,0.0896,4,46,50
+846,2011-02-07,1,0,2,16,0,1,1,2,0.36,0.3485,0.57,0.1343,16,98,114
+847,2011-02-07,1,0,2,17,0,1,1,2,0.32,0.3182,0.7,0.1642,9,207,216
+848,2011-02-07,1,0,2,18,0,1,1,2,0.34,0.3333,0.66,0.1343,5,170,175
+849,2011-02-07,1,0,2,19,0,1,1,2,0.32,0.3485,0.7,0,5,123,128
+850,2011-02-07,1,0,2,20,0,1,1,2,0.32,0.3333,0.7,0.1045,6,82,88
+851,2011-02-07,1,0,2,21,0,1,1,1,0.32,0.3485,0.7,0,3,75,78
+852,2011-02-07,1,0,2,22,0,1,1,1,0.28,0.303,0.81,0.0896,3,34,37
+853,2011-02-07,1,0,2,23,0,1,1,2,0.3,0.3333,0.81,0,6,19,25
+854,2011-02-08,1,0,2,0,0,2,1,2,0.28,0.3182,0.87,0,4,6,10
+855,2011-02-08,1,0,2,1,0,2,1,2,0.28,0.3182,0.87,0,0,4,4
+856,2011-02-08,1,0,2,2,0,2,1,2,0.26,0.2727,0.93,0.1045,1,1,2
+857,2011-02-08,1,0,2,3,0,2,1,3,0.28,0.2727,0.93,0.1642,0,1,1
+858,2011-02-08,1,0,2,4,0,2,1,1,0.26,0.2576,0.93,0.1642,0,3,3
+859,2011-02-08,1,0,2,5,0,2,1,1,0.26,0.2273,0.81,0.3284,0,2,2
+860,2011-02-08,1,0,2,6,0,2,1,1,0.26,0.2273,0.7,0.3284,0,39,39
+861,2011-02-08,1,0,2,7,0,2,1,1,0.24,0.197,0.65,0.4179,3,97,100
+862,2011-02-08,1,0,2,8,0,2,1,1,0.24,0.197,0.56,0.4925,7,236,243
+863,2011-02-08,1,0,2,9,0,2,1,1,0.24,0.197,0.52,0.4925,7,128,135
+864,2011-02-08,1,0,2,10,0,2,1,1,0.22,0.1818,0.47,0.5522,4,44,48
+865,2011-02-08,1,0,2,11,0,2,1,1,0.22,0.1818,0.47,0.4627,1,49,50
+866,2011-02-08,1,0,2,12,0,2,1,1,0.24,0.197,0.38,0.4925,2,63,65
+867,2011-02-08,1,0,2,13,0,2,1,2,0.24,0.197,0.32,0.4478,2,48,50
+868,2011-02-08,1,0,2,14,0,2,1,1,0.22,0.197,0.37,0.4179,3,61,64
+869,2011-02-08,1,0,2,15,0,2,1,1,0.22,0.197,0.35,0.3881,6,45,51
+870,2011-02-08,1,0,2,16,0,2,1,1,0.22,0.1818,0.35,0.5224,4,79,83
+871,2011-02-08,1,0,2,17,0,2,1,1,0.22,0.1818,0.32,0.5821,4,172,176
+872,2011-02-08,1,0,2,18,0,2,1,1,0.2,0.1818,0.32,0.3881,1,151,152
+873,2011-02-08,1,0,2,19,0,2,1,1,0.16,0.1212,0.4,0.4627,1,100,101
+874,2011-02-08,1,0,2,20,0,2,1,1,0.16,0.1364,0.4,0.3284,3,53,56
+875,2011-02-08,1,0,2,21,0,2,1,1,0.14,0.1061,0.33,0.4627,8,46,54
+876,2011-02-08,1,0,2,22,0,2,1,1,0.12,0.1061,0.33,0.3582,0,29,29
+877,2011-02-08,1,0,2,23,0,2,1,1,0.12,0.1061,0.33,0.3284,3,9,12
+878,2011-02-09,1,0,2,0,0,3,1,1,0.1,0.0758,0.36,0.3582,0,17,17
+879,2011-02-09,1,0,2,1,0,3,1,1,0.1,0.1061,0.36,0.2239,0,7,7
+880,2011-02-09,1,0,2,2,0,3,1,1,0.08,0.0758,0.38,0.2836,1,2,3
+881,2011-02-09,1,0,2,3,0,3,1,1,0.06,0.0758,0.45,0.1343,0,2,2
+882,2011-02-09,1,0,2,5,0,3,1,1,0.06,0.1061,0.45,0.1045,0,7,7
+883,2011-02-09,1,0,2,6,0,3,1,1,0.06,0.1515,0.45,0,0,43,43
+884,2011-02-09,1,0,2,7,0,3,1,1,0.06,0.1061,0.49,0.1045,4,95,99
+885,2011-02-09,1,0,2,8,0,3,1,1,0.1,0.1364,0.42,0,1,198,199
+886,2011-02-09,1,0,2,9,0,3,1,1,0.12,0.1364,0.39,0.1642,4,119,123
+887,2011-02-09,1,0,2,10,0,3,1,1,0.14,0.1818,0.36,0,8,51,59
+888,2011-02-09,1,0,2,11,0,3,1,2,0.14,0.1515,0.43,0.1642,1,40,41
+889,2011-02-09,1,0,2,12,0,3,1,2,0.18,0.1818,0.4,0.2239,4,57,61
+890,2011-02-09,1,0,2,13,0,3,1,1,0.18,0.1667,0.4,0.2537,2,67,69
+891,2011-02-09,1,0,2,14,0,3,1,1,0.2,0.1818,0.34,0.2985,2,56,58
+892,2011-02-09,1,0,2,15,0,3,1,2,0.2,0.1818,0.34,0.2836,3,61,64
+893,2011-02-09,1,0,2,16,0,3,1,2,0.2,0.197,0.37,0.2537,7,72,79
+894,2011-02-09,1,0,2,17,0,3,1,2,0.2,0.197,0.34,0.2537,9,157,166
+895,2011-02-09,1,0,2,18,0,3,1,2,0.18,0.1667,0.47,0.2985,2,168,170
+896,2011-02-09,1,0,2,19,0,3,1,3,0.14,0.1212,0.86,0.2537,1,87,88
+897,2011-02-09,1,0,2,20,0,3,1,3,0.14,0.1515,0.86,0.1642,0,84,84
+898,2011-02-09,1,0,2,21,0,3,1,2,0.14,0.1515,0.86,0.1642,0,83,83
+899,2011-02-09,1,0,2,22,0,3,1,3,0.16,0.1667,0.8,0.1642,4,42,46
+900,2011-02-09,1,0,2,23,0,3,1,3,0.16,0.1515,0.8,0.194,0,37,37
+901,2011-02-10,1,0,2,0,0,4,1,3,0.14,0.1364,0.86,0.194,0,16,16
+902,2011-02-10,1,0,2,1,0,4,1,3,0.14,0.1515,0.8,0.1343,0,7,7
+903,2011-02-10,1,0,2,2,0,4,1,3,0.14,0.1515,0.8,0.1343,0,3,3
+904,2011-02-10,1,0,2,4,0,4,1,2,0.14,0.1364,0.59,0.2239,0,1,1
+905,2011-02-10,1,0,2,5,0,4,1,2,0.12,0.1212,0.5,0.2239,0,6,6
+906,2011-02-10,1,0,2,6,0,4,1,2,0.12,0.1212,0.54,0.2836,0,26,26
+907,2011-02-10,1,0,2,7,0,4,1,1,0.1,0.0758,0.5,0.4179,0,99,99
+908,2011-02-10,1,0,2,8,0,4,1,1,0.1,0.0758,0.49,0.3284,5,173,178
+909,2011-02-10,1,0,2,9,0,4,1,1,0.12,0.1061,0.42,0.3582,1,121,122
+910,2011-02-10,1,0,2,10,0,4,1,1,0.12,0.1061,0.42,0.2985,1,34,35
+911,2011-02-10,1,0,2,11,0,4,1,1,0.14,0.1212,0.39,0.3582,1,44,45
+912,2011-02-10,1,0,2,12,0,4,1,1,0.16,0.1364,0.34,0.3881,4,65,69
+913,2011-02-10,1,0,2,13,0,4,1,1,0.18,0.1667,0.29,0.2985,3,59,62
+914,2011-02-10,1,0,2,14,0,4,1,1,0.2,0.1818,0.27,0.2836,6,42,48
+915,2011-02-10,1,0,2,15,0,4,1,1,0.2,0.197,0.25,0.2537,0,50,50
+916,2011-02-10,1,0,2,16,0,4,1,1,0.2,0.1818,0.27,0.2985,4,76,80
+917,2011-02-10,1,0,2,17,0,4,1,1,0.18,0.1818,0.26,0.194,6,159,165
+918,2011-02-10,1,0,2,18,0,4,1,1,0.16,0.1818,0.28,0.1343,3,157,160
+919,2011-02-10,1,0,2,19,0,4,1,1,0.14,0.1667,0.28,0.1045,2,110,112
+920,2011-02-10,1,0,2,20,0,4,1,1,0.14,0.1818,0.31,0.0896,4,93,97
+921,2011-02-10,1,0,2,21,0,4,1,1,0.14,0.2121,0.39,0,2,70,72
+922,2011-02-10,1,0,2,22,0,4,1,1,0.12,0.197,0.39,0,4,47,51
+923,2011-02-10,1,0,2,23,0,4,1,1,0.12,0.1515,0.42,0.1045,1,33,34
+924,2011-02-11,1,0,2,0,0,5,1,1,0.1,0.1364,0.49,0.1045,2,12,14
+925,2011-02-11,1,0,2,1,0,5,1,1,0.1,0.1364,0.54,0.0896,1,6,7
+926,2011-02-11,1,0,2,2,0,5,1,1,0.1,0.1364,0.54,0.0896,0,3,3
+927,2011-02-11,1,0,2,5,0,5,1,1,0.08,0.1212,0.63,0.0896,0,4,4
+928,2011-02-11,1,0,2,6,0,5,1,1,0.1,0.1818,0.68,0,1,23,24
+929,2011-02-11,1,0,2,7,0,5,1,1,0.08,0.1667,0.73,0,1,73,74
+930,2011-02-11,1,0,2,8,0,5,1,1,0.1,0.1212,0.74,0.1642,4,212,216
+931,2011-02-11,1,0,2,9,0,5,1,1,0.12,0.1212,0.74,0.2239,8,132,140
+932,2011-02-11,1,0,2,10,0,5,1,1,0.14,0.1364,0.69,0.194,5,39,44
+933,2011-02-11,1,0,2,11,0,5,1,1,0.22,0.2273,0.47,0.1343,12,52,64
+934,2011-02-11,1,0,2,12,0,5,1,1,0.22,0.2273,0.47,0.1343,7,64,71
+935,2011-02-11,1,0,2,13,0,5,1,1,0.24,0.2273,0.35,0.194,21,89,110
+936,2011-02-11,1,0,2,14,0,5,1,1,0.3,0.2879,0.26,0.2537,17,67,84
+937,2011-02-11,1,0,2,15,0,5,1,1,0.32,0.3182,0.21,0.1642,12,62,74
+938,2011-02-11,1,0,2,16,0,5,1,1,0.3,0.2879,0.28,0.194,14,111,125
+939,2011-02-11,1,0,2,17,0,5,1,1,0.3,0.3333,0.24,0,18,193,211
+940,2011-02-11,1,0,2,18,0,5,1,1,0.28,0.3182,0.28,0,9,165,174
+941,2011-02-11,1,0,2,19,0,5,1,1,0.26,0.303,0.33,0,7,94,101
+942,2011-02-11,1,0,2,20,0,5,1,1,0.22,0.2273,0.55,0.1343,2,61,63
+943,2011-02-11,1,0,2,21,0,5,1,1,0.2,0.2121,0.59,0.1343,1,46,47
+944,2011-02-11,1,0,2,22,0,5,1,1,0.2,0.2273,0.64,0.0896,2,41,43
+945,2011-02-11,1,0,2,23,0,5,1,1,0.18,0.2424,0.69,0,5,48,53
+946,2011-02-12,1,0,2,0,0,6,0,1,0.16,0.197,0.69,0.0896,3,27,30
+947,2011-02-12,1,0,2,1,0,6,0,1,0.14,0.2121,0.86,0,2,22,24
+948,2011-02-12,1,0,2,2,0,6,0,1,0.14,0.2121,0.8,0,2,13,15
+949,2011-02-12,1,0,2,3,0,6,0,1,0.12,0.197,0.8,0,3,7,10
+950,2011-02-12,1,0,2,4,0,6,0,1,0.12,0.1667,0.74,0.0896,0,4,4
+951,2011-02-12,1,0,2,5,0,6,0,1,0.12,0.1667,0.74,0.0896,0,1,1
+952,2011-02-12,1,0,2,6,0,6,0,1,0.12,0.1364,0.93,0.194,1,1,2
+953,2011-02-12,1,0,2,7,0,6,0,1,0.12,0.1515,0.8,0.1045,2,9,11
+954,2011-02-12,1,0,2,8,0,6,0,1,0.14,0.1515,0.86,0.1343,2,28,30
+955,2011-02-12,1,0,2,9,0,6,0,1,0.16,0.1818,0.64,0.1343,5,38,43
+956,2011-02-12,1,0,2,10,0,6,0,1,0.22,0.2121,0.41,0.2537,13,71,84
+957,2011-02-12,1,0,2,11,0,6,0,1,0.3,0.2727,0.28,0.3284,30,84,114
+958,2011-02-12,1,0,2,12,0,6,0,1,0.3,0.2727,0.39,0.4627,27,93,120
+959,2011-02-12,1,0,2,13,0,6,0,1,0.3,0.2727,0.39,0.4179,32,103,135
+960,2011-02-12,1,0,2,14,0,6,0,1,0.34,0.3182,0.31,0.2836,30,90,120
+961,2011-02-12,1,0,2,15,0,6,0,1,0.34,0.303,0.29,0.4179,47,127,174
+962,2011-02-12,1,0,2,16,0,6,0,1,0.34,0.303,0.29,0.4179,42,103,145
+963,2011-02-12,1,0,2,17,0,6,0,1,0.32,0.2879,0.31,0.5224,24,113,137
+964,2011-02-12,1,0,2,18,0,6,0,1,0.28,0.2576,0.38,0.3284,4,60,64
+965,2011-02-12,1,0,2,19,0,6,0,1,0.28,0.2727,0.38,0.1642,2,39,41
+966,2011-02-12,1,0,2,20,0,6,0,1,0.26,0.2576,0.41,0.2239,1,39,40
+967,2011-02-12,1,0,2,21,0,6,0,1,0.26,0.303,0.41,0,9,42,51
+968,2011-02-12,1,0,2,22,0,6,0,1,0.24,0.2576,0.44,0.0896,6,39,45
+969,2011-02-12,1,0,2,23,0,6,0,1,0.22,0.2273,0.51,0.1343,1,31,32
+970,2011-02-13,1,0,2,0,0,0,0,1,0.2,0.2273,0.64,0.1045,5,34,39
+971,2011-02-13,1,0,2,1,0,0,0,1,0.2,0.2273,0.59,0.0896,1,23,24
+972,2011-02-13,1,0,2,2,0,0,0,2,0.2,0.2273,0.75,0.0896,1,19,20
+973,2011-02-13,1,0,2,3,0,0,0,2,0.2,0.2273,0.69,0.1045,4,8,12
+974,2011-02-13,1,0,2,4,0,0,0,2,0.2,0.2121,0.69,0.1642,0,2,2
+975,2011-02-13,1,0,2,6,0,0,0,2,0.2,0.2121,0.69,0.1343,2,3,5
+976,2011-02-13,1,0,2,7,0,0,0,2,0.22,0.2727,0.55,0,0,3,3
+977,2011-02-13,1,0,2,8,0,0,0,2,0.22,0.2273,0.64,0.194,1,11,12
+978,2011-02-13,1,0,2,9,0,0,0,2,0.24,0.2273,0.6,0.2239,12,35,47
+979,2011-02-13,1,0,2,10,0,0,0,1,0.3,0.2727,0.45,0.3284,19,86,105
+980,2011-02-13,1,0,2,11,0,0,0,1,0.32,0.2879,0.39,0.4478,26,86,112
+981,2011-02-13,1,0,2,12,0,0,0,1,0.36,0.3182,0.32,0.4627,58,94,152
+982,2011-02-13,1,0,2,13,0,0,0,1,0.38,0.3939,0.29,0.3582,62,92,154
+983,2011-02-13,1,0,2,14,0,0,0,2,0.4,0.4091,0.3,0.4179,51,110,161
+984,2011-02-13,1,0,2,15,0,0,0,2,0.4,0.4091,0.3,0.2985,40,122,162
+985,2011-02-13,1,0,2,16,0,0,0,2,0.42,0.4242,0.28,0.3284,28,106,134
+986,2011-02-13,1,0,2,17,0,0,0,1,0.42,0.4242,0.28,0.3284,30,95,125
+987,2011-02-13,1,0,2,18,0,0,0,1,0.4,0.4091,0.32,0.2985,17,78,95
+988,2011-02-13,1,0,2,19,0,0,0,1,0.4,0.4091,0.35,0.2836,11,50,61
+989,2011-02-13,1,0,2,20,0,0,0,1,0.4,0.4091,0.35,0.3284,15,32,47
+990,2011-02-13,1,0,2,21,0,0,0,1,0.4,0.4091,0.35,0.3582,6,45,51
+991,2011-02-13,1,0,2,22,0,0,0,1,0.4,0.4091,0.35,0.2985,5,31,36
+992,2011-02-13,1,0,2,23,0,0,0,1,0.4,0.4091,0.35,0.3582,3,27,30
+993,2011-02-14,1,0,2,0,0,1,1,1,0.38,0.3939,0.37,0.3582,3,8,11
+994,2011-02-14,1,0,2,1,0,1,1,1,0.38,0.3939,0.37,0.3582,1,6,7
+995,2011-02-14,1,0,2,2,0,1,1,1,0.36,0.3333,0.4,0.2985,0,2,2
+996,2011-02-14,1,0,2,3,0,1,1,1,0.34,0.3182,0.46,0.2239,1,1,2
+997,2011-02-14,1,0,2,4,0,1,1,1,0.32,0.303,0.53,0.2836,0,2,2
+998,2011-02-14,1,0,2,5,0,1,1,1,0.32,0.303,0.53,0.2836,0,3,3
+999,2011-02-14,1,0,2,6,0,1,1,1,0.34,0.303,0.46,0.2985,1,25,26
+1000,2011-02-14,1,0,2,7,0,1,1,1,0.34,0.303,0.46,0.2985,2,96,98
+1001,2011-02-14,1,0,2,8,0,1,1,1,0.38,0.3939,0.4,0.4627,7,249,256
+1002,2011-02-14,1,0,2,9,0,1,1,1,0.4,0.4091,0.37,0.3881,8,122,130
+1003,2011-02-14,1,0,2,10,0,1,1,1,0.44,0.4394,0.33,0.2239,9,46,55
+1004,2011-02-14,1,0,2,11,0,1,1,1,0.52,0.5,0.23,0.2537,10,43,53
+1005,2011-02-14,1,0,2,12,0,1,1,1,0.56,0.5303,0.22,0.4478,27,99,126
+1006,2011-02-14,1,0,2,13,0,1,1,1,0.58,0.5455,0.19,0.3881,27,93,120
+1007,2011-02-14,1,0,2,14,0,1,1,1,0.6,0.5909,0.15,0.4925,14,76,90
+1008,2011-02-14,1,0,2,15,0,1,1,1,0.56,0.5303,0.21,0.6567,19,71,90
+1009,2011-02-14,1,0,2,16,0,1,1,1,0.52,0.5,0.27,0.4627,16,102,118
+1010,2011-02-14,1,0,2,17,0,1,1,1,0.46,0.4545,0.33,0.6119,25,218,243
+1011,2011-02-14,1,0,2,18,0,1,1,1,0.4,0.4091,0.4,0.6119,11,194,205
+1012,2011-02-14,1,0,2,19,0,1,1,1,0.38,0.3939,0.43,0.4925,12,86,98
+1013,2011-02-14,1,0,2,20,0,1,1,1,0.36,0.3182,0.46,0.4627,5,65,70
+1014,2011-02-14,1,0,2,21,0,1,1,1,0.36,0.3182,0.5,0.5224,8,35,43
+1015,2011-02-14,1,0,2,22,0,1,1,1,0.34,0.2879,0.46,0.6567,1,44,45
+1016,2011-02-14,1,0,2,23,0,1,1,1,0.32,0.2879,0.49,0.4925,1,19,20
+1017,2011-02-15,1,0,2,0,0,2,1,1,0.3,0.2727,0.49,0.4179,7,12,19
+1018,2011-02-15,1,0,2,1,0,2,1,1,0.3,0.2424,0.42,0.7761,0,5,5
+1019,2011-02-15,1,0,2,2,0,2,1,1,0.28,0.2273,0.41,0.6866,1,2,3
+1020,2011-02-15,1,0,2,4,0,2,1,1,0.22,0.1818,0.37,0.5224,0,1,1
+1021,2011-02-15,1,0,2,5,0,2,1,1,0.22,0.1818,0.32,0.4627,0,4,4
+1022,2011-02-15,1,0,2,6,0,2,1,1,0.2,0.1818,0.32,0.3284,0,30,30
+1023,2011-02-15,1,0,2,7,0,2,1,1,0.2,0.1818,0.32,0.3582,2,103,105
+1024,2011-02-15,1,0,2,8,0,2,1,1,0.2,0.1818,0.32,0.3582,10,213,223
+1025,2011-02-15,1,0,2,9,0,2,1,1,0.22,0.197,0.29,0.4478,2,108,110
+1026,2011-02-15,1,0,2,10,0,2,1,1,0.24,0.2121,0.27,0.2836,5,47,52
+1027,2011-02-15,1,0,2,11,0,2,1,1,0.26,0.2424,0.25,0.2537,11,46,57
+1028,2011-02-15,1,0,2,12,0,2,1,1,0.28,0.2727,0.24,0.2537,6,65,71
+1029,2011-02-15,1,0,2,13,0,2,1,1,0.32,0.303,0.21,0.2239,14,68,82
+1030,2011-02-15,1,0,2,14,0,2,1,1,0.34,0.3182,0.19,0.2239,10,69,79
+1031,2011-02-15,1,0,2,15,0,2,1,1,0.34,0.3333,0.19,0.1642,11,74,85
+1032,2011-02-15,1,0,2,16,0,2,1,1,0.34,0.3182,0.19,0.2537,21,77,98
+1033,2011-02-15,1,0,2,17,0,2,1,1,0.32,0.303,0.22,0.2239,15,191,206
+1034,2011-02-15,1,0,2,18,0,2,1,1,0.3,0.303,0.22,0.1343,14,198,212
+1035,2011-02-15,1,0,2,19,0,2,1,1,0.28,0.2879,0.26,0.1343,3,142,145
+1036,2011-02-15,1,0,2,20,0,2,1,1,0.26,0.2727,0.33,0.1045,3,98,101
+1037,2011-02-15,1,0,2,21,0,2,1,1,0.24,0.2879,0.52,0,5,61,66
+1038,2011-02-15,1,0,2,22,0,2,1,1,0.24,0.2879,0.44,0,0,41,41
+1039,2011-02-15,1,0,2,23,0,2,1,2,0.22,0.2576,0.44,0.0896,0,20,20
+1040,2011-02-16,1,0,2,0,0,3,1,1,0.22,0.2576,0.41,0.0896,0,15,15
+1041,2011-02-16,1,0,2,1,0,3,1,1,0.2,0.2273,0.44,0.0896,0,9,9
+1042,2011-02-16,1,0,2,3,0,3,1,2,0.2,0.197,0.47,0.194,0,1,1
+1043,2011-02-16,1,0,2,4,0,3,1,1,0.2,0.197,0.51,0.194,0,1,1
+1044,2011-02-16,1,0,2,5,0,3,1,1,0.2,0.197,0.47,0.194,0,5,5
+1045,2011-02-16,1,0,2,6,0,3,1,1,0.2,0.197,0.55,0.2239,1,32,33
+1046,2011-02-16,1,0,2,7,0,3,1,2,0.2,0.197,0.55,0.2239,5,103,108
+1047,2011-02-16,1,0,2,8,0,3,1,2,0.22,0.2273,0.55,0.1642,6,224,230
+1048,2011-02-16,1,0,2,9,0,3,1,1,0.24,0.2121,0.52,0.2836,2,122,124
+1049,2011-02-16,1,0,2,10,0,3,1,1,0.26,0.2273,0.41,0.3881,14,55,69
+1050,2011-02-16,1,0,2,11,0,3,1,1,0.34,0.303,0.34,0.2985,7,59,66
+1051,2011-02-16,1,0,2,12,0,3,1,1,0.38,0.3939,0.32,0.3284,14,72,86
+1052,2011-02-16,1,0,2,13,0,3,1,1,0.42,0.4242,0.3,0.3582,13,80,93
+1053,2011-02-16,1,0,2,14,0,3,1,1,0.46,0.4545,0.28,0.4179,17,65,82
+1054,2011-02-16,1,0,2,15,0,3,1,1,0.46,0.4545,0.28,0.4179,35,82,117
+1055,2011-02-16,1,0,2,16,0,3,1,1,0.46,0.4545,0.31,0.3881,26,96,122
+1056,2011-02-16,1,0,2,17,0,3,1,1,0.46,0.4545,0.28,0.2836,11,244,255
+1057,2011-02-16,1,0,2,18,0,3,1,1,0.4,0.4091,0.4,0.2239,20,202,222
+1058,2011-02-16,1,0,2,19,0,3,1,1,0.34,0.3182,0.53,0.2239,18,143,161
+1059,2011-02-16,1,0,2,20,0,3,1,1,0.38,0.3939,0.43,0.194,10,108,118
+1060,2011-02-16,1,0,2,21,0,3,1,1,0.36,0.3485,0.46,0.194,5,87,92
+1061,2011-02-16,1,0,2,22,0,3,1,1,0.34,0.3333,0.53,0.194,12,61,73
+1062,2011-02-16,1,0,2,23,0,3,1,1,0.38,0.3939,0.4,0.2239,2,31,33
+1063,2011-02-17,1,0,2,0,0,4,1,1,0.34,0.3333,0.53,0.194,1,16,17
+1064,2011-02-17,1,0,2,1,0,4,1,1,0.34,0.3182,0.53,0.2239,0,6,6
+1065,2011-02-17,1,0,2,2,0,4,1,2,0.34,0.3182,0.53,0.2239,2,4,6
+1066,2011-02-17,1,0,2,3,0,4,1,1,0.34,0.3333,0.53,0.194,3,1,4
+1067,2011-02-17,1,0,2,4,0,4,1,1,0.32,0.3182,0.57,0.194,3,1,4
+1068,2011-02-17,1,0,2,5,0,4,1,1,0.32,0.3333,0.66,0.0896,1,11,12
+1069,2011-02-17,1,0,2,6,0,4,1,1,0.3,0.303,0.7,0.1343,3,44,47
+1070,2011-02-17,1,0,2,7,0,4,1,1,0.32,0.3333,0.57,0.1045,7,119,126
+1071,2011-02-17,1,0,2,8,0,4,1,1,0.32,0.3333,0.57,0.0896,18,267,285
+1072,2011-02-17,1,0,2,9,0,4,1,1,0.36,0.3485,0.57,0.194,16,163,179
+1073,2011-02-17,1,0,2,10,0,4,1,1,0.38,0.3939,0.54,0.194,18,70,88
+1074,2011-02-17,1,0,2,11,0,4,1,2,0.44,0.4394,0.44,0.2537,19,71,90
+1075,2011-02-17,1,0,2,12,0,4,1,1,0.48,0.4697,0.41,0.2239,15,86,101
+1076,2011-02-17,1,0,2,13,0,4,1,1,0.54,0.5152,0.34,0.2239,15,108,123
+1077,2011-02-17,1,0,2,14,0,4,1,1,0.6,0.6212,0.31,0.2239,26,55,81
+1078,2011-02-17,1,0,2,15,0,4,1,1,0.6,0.6061,0.28,0.2537,15,91,106
+1079,2011-02-17,1,0,2,16,0,4,1,2,0.56,0.5303,0.35,0.2985,29,117,146
+1080,2011-02-17,1,0,2,17,0,4,1,2,0.58,0.5455,0.32,0.2985,18,256,274
+1081,2011-02-17,1,0,2,18,0,4,1,2,0.54,0.5152,0.42,0.2836,11,211,222
+1082,2011-02-17,1,0,2,19,0,4,1,1,0.48,0.4697,0.55,0.3284,14,161,175
+1083,2011-02-17,1,0,2,20,0,4,1,1,0.48,0.4697,0.59,0.3284,8,131,139
+1084,2011-02-17,1,0,2,21,0,4,1,1,0.52,0.5,0.55,0.3881,5,119,124
+1085,2011-02-17,1,0,2,22,0,4,1,1,0.5,0.4848,0.59,0.2836,8,68,76
+1086,2011-02-17,1,0,2,23,0,4,1,1,0.46,0.4545,0.67,0.2985,4,40,44
+1087,2011-02-18,1,0,2,0,0,5,1,1,0.44,0.4394,0.72,0.2836,12,20,32
+1088,2011-02-18,1,0,2,1,0,5,1,1,0.44,0.4394,0.72,0.2239,1,7,8
+1089,2011-02-18,1,0,2,2,0,5,1,1,0.44,0.4394,0.72,0.2836,2,5,7
+1090,2011-02-18,1,0,2,3,0,5,1,1,0.46,0.4545,0.67,0.2537,2,6,8
+1091,2011-02-18,1,0,2,4,0,5,1,1,0.46,0.4545,0.67,0.2537,0,1,1
+1092,2011-02-18,1,0,2,5,0,5,1,2,0.46,0.4545,0.67,0.1045,1,6,7
+1093,2011-02-18,1,0,2,6,0,5,1,2,0.44,0.4394,0.72,0.1642,2,48,50
+1094,2011-02-18,1,0,2,7,0,5,1,2,0.42,0.4242,0.77,0.2239,8,108,116
+1095,2011-02-18,1,0,2,8,0,5,1,2,0.42,0.4242,0.77,0.194,26,246,272
+1096,2011-02-18,1,0,2,9,0,5,1,2,0.42,0.4242,0.77,0.194,15,154,169
+1097,2011-02-18,1,0,2,10,0,5,1,2,0.44,0.4394,0.72,0.2239,17,78,95
+1098,2011-02-18,1,0,2,11,0,5,1,1,0.44,0.4394,0.72,0.1642,31,82,113
+1099,2011-02-18,1,0,2,12,0,5,1,1,0.5,0.4848,0.59,0.194,59,126,185
+1100,2011-02-18,1,0,2,13,0,5,1,1,0.6,0.6212,0.43,0.194,45,131,176
+1101,2011-02-18,1,0,2,14,0,5,1,1,0.66,0.6212,0.36,0.2985,73,118,191
+1102,2011-02-18,1,0,2,15,0,5,1,1,0.66,0.6212,0.36,0.3284,55,117,172
+1103,2011-02-18,1,0,2,16,0,5,1,1,0.66,0.6212,0.36,0.2836,68,164,232
+1104,2011-02-18,1,0,2,17,0,5,1,1,0.66,0.6212,0.34,0.3582,52,275,327
+1105,2011-02-18,1,0,2,18,0,5,1,1,0.64,0.6212,0.33,0.3284,29,195,224
+1106,2011-02-18,1,0,2,19,0,5,1,1,0.62,0.6212,0.29,0.5821,16,146,162
+1107,2011-02-18,1,0,2,20,0,5,1,1,0.6,0.6212,0.31,0.194,19,105,124
+1108,2011-02-18,1,0,2,21,0,5,1,1,0.58,0.5455,0.21,0.4925,11,61,72
+1109,2011-02-18,1,0,2,22,0,5,1,1,0.54,0.5152,0.1,0.2537,19,88,107
+1110,2011-02-18,1,0,2,23,0,5,1,1,0.52,0.5,0.08,0.2836,16,61,77
+1111,2011-02-19,1,0,2,0,0,6,0,1,0.48,0.4697,0.12,0.4925,6,23,29
+1112,2011-02-19,1,0,2,1,0,6,0,1,0.46,0.4545,0.14,0.4179,10,21,31
+1113,2011-02-19,1,0,2,2,0,6,0,1,0.44,0.4394,0.13,0.3881,3,14,17
+1114,2011-02-19,1,0,2,3,0,6,0,1,0.42,0.4242,0.14,0.2985,0,7,7
+1115,2011-02-19,1,0,2,4,0,6,0,1,0.4,0.4091,0.15,0.3284,0,3,3
+1116,2011-02-19,1,0,2,5,0,6,0,1,0.4,0.4091,0.15,0.3284,0,3,3
+1117,2011-02-19,1,0,2,6,0,6,0,1,0.4,0.4091,0.17,0.4179,3,3,6
+1118,2011-02-19,1,0,2,7,0,6,0,1,0.38,0.3939,0.17,0.5224,6,16,22
+1119,2011-02-19,1,0,2,8,0,6,0,1,0.38,0.3939,0.17,0.5821,9,36,45
+1120,2011-02-19,1,0,2,9,0,6,0,1,0.4,0.4091,0.16,0.6567,18,37,55
+1121,2011-02-19,1,0,2,10,0,6,0,1,0.42,0.4242,0.16,0.5821,34,72,106
+1122,2011-02-19,1,0,2,11,0,6,0,1,0.44,0.4394,0.16,0.5821,47,76,123
+1123,2011-02-19,1,0,2,12,0,6,0,1,0.44,0.4394,0.18,0.4925,38,81,119
+1124,2011-02-19,1,0,2,13,0,6,0,1,0.44,0.4394,0.16,0.6119,52,103,155
+1125,2011-02-19,1,0,2,14,0,6,0,1,0.46,0.4545,0.15,0.6567,102,94,196
+1126,2011-02-19,1,0,2,15,0,6,0,1,0.44,0.4394,0.16,0.7463,84,87,171
+1127,2011-02-19,1,0,2,16,0,6,0,1,0.44,0.4394,0.16,0.6418,39,81,120
+1128,2011-02-19,1,0,2,17,0,6,0,1,0.42,0.4242,0.19,0.6119,36,91,127
+1129,2011-02-19,1,0,2,18,0,6,0,1,0.36,0.3182,0.25,0.4478,21,67,88
+1130,2011-02-19,1,0,2,19,0,6,0,1,0.34,0.303,0.29,0.3582,5,54,59
+1131,2011-02-19,1,0,2,20,0,6,0,1,0.32,0.2879,0.28,0.5224,9,38,47
+1132,2011-02-19,1,0,2,21,0,6,0,1,0.32,0.2727,0.26,0.5522,4,29,33
+1133,2011-02-19,1,0,2,22,0,6,0,1,0.3,0.2576,0.28,0.4925,2,42,44
+1134,2011-02-19,1,0,2,23,0,6,0,1,0.28,0.2424,0.33,0.4478,4,25,29
+1135,2011-02-20,1,0,2,0,0,0,0,1,0.26,0.2121,0.35,0.4478,3,14,17
+1136,2011-02-20,1,0,2,1,0,0,0,1,0.24,0.197,0.41,0.4627,5,11,16
+1137,2011-02-20,1,0,2,2,0,0,0,1,0.24,0.197,0.41,0.5522,0,17,17
+1138,2011-02-20,1,0,2,3,0,0,0,1,0.22,0.1818,0.44,0.5522,9,9,18
+1139,2011-02-20,1,0,2,4,0,0,0,1,0.22,0.1818,0.44,0.5522,0,1,1
+1140,2011-02-20,1,0,2,6,0,0,0,1,0.2,0.1818,0.47,0.2985,1,1,2
+1141,2011-02-20,1,0,2,7,0,0,0,1,0.18,0.1667,0.51,0.2537,0,2,2
+1142,2011-02-20,1,0,2,8,0,0,0,1,0.2,0.2273,0.51,0.1045,2,22,24
+1143,2011-02-20,1,0,2,9,0,0,0,1,0.22,0.2121,0.47,0.2836,7,48,55
+1144,2011-02-20,1,0,2,10,0,0,0,2,0.26,0.2576,0.41,0.194,34,70,104
+1145,2011-02-20,1,0,2,11,0,0,0,2,0.3,0.303,0.33,0.1642,72,89,161
+1146,2011-02-20,1,0,2,12,0,0,0,1,0.3,0.3182,0.33,0.1045,62,120,182
+1147,2011-02-20,1,0,2,13,0,0,0,1,0.34,0.3333,0.29,0,76,122,198
+1148,2011-02-20,1,0,2,14,0,0,0,1,0.36,0.3485,0.27,0.1642,108,104,212
+1149,2011-02-20,1,0,2,15,0,0,0,1,0.36,0.3636,0.27,0.0896,66,102,168
+1150,2011-02-20,1,0,2,16,0,0,0,1,0.36,0.3636,0.29,0.0896,59,88,147
+1151,2011-02-20,1,0,2,17,0,0,0,1,0.34,0.3485,0.33,0.1642,60,86,146
+1152,2011-02-20,1,0,2,18,0,0,0,2,0.34,0.3333,0.36,0.1343,30,71,101
+1153,2011-02-20,1,0,2,19,0,0,0,2,0.34,0.3333,0.36,0.1343,3,39,42
+1154,2011-02-20,1,0,2,20,0,0,0,2,0.34,0.3636,0.42,0,12,30,42
+1155,2011-02-20,1,0,2,21,0,0,0,2,0.32,0.3485,0.53,0,17,39,56
+1156,2011-02-20,1,0,2,22,0,0,0,2,0.32,0.303,0.57,0.2239,4,43,47
+1157,2011-02-20,1,0,2,23,0,0,0,2,0.3,0.303,0.61,0.1642,9,45,54
+1158,2011-02-21,1,0,2,0,1,1,0,2,0.34,0.303,0.42,0.3284,7,30,37
+1159,2011-02-21,1,0,2,1,1,1,0,2,0.34,0.303,0.42,0.3284,2,11,13
+1160,2011-02-21,1,0,2,2,1,1,0,2,0.34,0.303,0.42,0.3284,1,3,4
+1161,2011-02-21,1,0,2,3,1,1,0,2,0.34,0.303,0.42,0.2985,2,3,5
+1162,2011-02-21,1,0,2,4,1,1,0,1,0.32,0.3182,0.45,0.1642,1,0,1
+1163,2011-02-21,1,0,2,5,1,1,0,2,0.34,0.3636,0.36,0,1,2,3
+1164,2011-02-21,1,0,2,6,1,1,0,2,0.42,0.4242,0.26,0.2985,2,6,8
+1165,2011-02-21,1,0,2,7,1,1,0,2,0.42,0.4242,0.26,0.2836,3,16,19
+1166,2011-02-21,1,0,2,8,1,1,0,2,0.32,0.303,0.57,0.2985,7,56,63
+1167,2011-02-21,1,0,2,9,1,1,0,2,0.32,0.303,0.57,0.2836,11,46,57
+1168,2011-02-21,1,0,2,10,1,1,0,2,0.32,0.303,0.57,0.2537,29,52,81
+1169,2011-02-21,1,0,2,11,1,1,0,2,0.32,0.3333,0.57,0.1045,20,70,90
+1170,2011-02-21,1,0,2,12,1,1,0,2,0.32,0.3182,0.66,0.194,26,67,93
+1171,2011-02-21,1,0,2,13,1,1,0,3,0.3,0.2727,0.81,0.3284,28,75,103
+1172,2011-02-21,1,0,2,14,1,1,0,2,0.32,0.303,0.76,0.2537,15,101,116
+1173,2011-02-21,1,0,2,15,1,1,0,2,0.3,0.2727,0.7,0.4478,11,76,87
+1174,2011-02-21,1,0,2,16,1,1,0,3,0.28,0.2424,0.75,0.4179,8,48,56
+1175,2011-02-21,1,0,2,17,1,1,0,2,0.28,0.2576,0.75,0.3881,18,62,80
+1176,2011-02-21,1,0,2,18,1,1,0,2,0.24,0.2121,0.87,0.3582,2,64,66
+1177,2011-02-21,1,0,2,19,1,1,0,2,0.24,0.2121,0.87,0.3582,0,49,49
+1178,2011-02-21,1,0,2,20,1,1,0,3,0.24,0.2121,0.81,0.3881,0,29,29
+1179,2011-02-21,1,0,2,21,1,1,0,3,0.22,0.197,0.75,0.4478,1,33,34
+1180,2011-02-21,1,0,2,22,1,1,0,3,0.2,0.1667,0.75,0.4179,0,11,11
+1181,2011-02-21,1,0,2,23,1,1,0,3,0.2,0.1667,0.75,0.4179,0,2,2
+1182,2011-02-22,1,0,2,6,0,2,1,2,0.12,0.1212,0.8,0.2836,0,7,7
+1183,2011-02-22,1,0,2,7,0,2,1,2,0.12,0.1212,0.8,0.2836,0,40,40
+1184,2011-02-22,1,0,2,8,0,2,1,2,0.12,0.1212,0.8,0.2537,7,107,114
+1185,2011-02-22,1,0,2,9,0,2,1,2,0.14,0.1212,0.74,0.2537,5,101,106
+1186,2011-02-22,1,0,2,10,0,2,1,1,0.16,0.1818,0.69,0,0,44,44
+1187,2011-02-22,1,0,2,11,0,2,1,1,0.16,0.2273,0.64,0,7,43,50
+1188,2011-02-22,1,0,2,12,0,2,1,1,0.2,0.2273,0.59,0.1045,7,48,55
+1189,2011-02-22,1,0,2,13,0,2,1,1,0.22,0.2273,0.55,0.1642,3,52,55
+1190,2011-02-22,1,0,2,14,0,2,1,1,0.22,0.2273,0.55,0.194,9,49,58
+1191,2011-02-22,1,0,2,15,0,2,1,1,0.24,0.2273,0.48,0.194,2,67,69
+1192,2011-02-22,1,0,2,16,0,2,1,1,0.22,0.2273,0.51,0.1642,7,79,86
+1193,2011-02-22,1,0,2,17,0,2,1,1,0.22,0.2121,0.51,0.2239,8,188,196
+1194,2011-02-22,1,0,2,18,0,2,1,1,0.22,0.2273,0.47,0.1343,6,161,167
+1195,2011-02-22,1,0,2,19,0,2,1,1,0.2,0.1818,0.47,0.2836,4,114,118
+1196,2011-02-22,1,0,2,20,0,2,1,1,0.2,0.197,0.47,0.2239,3,102,105
+1197,2011-02-22,1,0,2,21,0,2,1,1,0.2,0.197,0.47,0.2537,2,80,82
+1198,2011-02-22,1,0,2,22,0,2,1,1,0.16,0.1515,0.43,0.2537,1,76,77
+1199,2011-02-22,1,0,2,23,0,2,1,1,0.16,0.1515,0.43,0.2537,3,18,21
+1200,2011-02-23,1,0,2,0,0,3,1,1,0.14,0.1364,0.5,0.194,0,6,6
+1201,2011-02-23,1,0,2,1,0,3,1,1,0.14,0.1515,0.46,0.1642,0,4,4
+1202,2011-02-23,1,0,2,2,0,3,1,1,0.12,0.1515,0.5,0.1343,0,1,1
+1203,2011-02-23,1,0,2,3,0,3,1,1,0.12,0.1364,0.5,0.1642,0,2,2
+1204,2011-02-23,1,0,2,5,0,3,1,1,0.12,0.1515,0.5,0.1045,0,8,8
+1205,2011-02-23,1,0,2,6,0,3,1,1,0.12,0.1515,0.5,0.1045,0,36,36
+1206,2011-02-23,1,0,2,7,0,3,1,1,0.12,0.1515,0.54,0.1343,2,94,96
+1207,2011-02-23,1,0,2,8,0,3,1,1,0.14,0.1515,0.54,0.1642,8,227,235
+1208,2011-02-23,1,0,2,9,0,3,1,1,0.18,0.2121,0.51,0.0896,9,130,139
+1209,2011-02-23,1,0,2,10,0,3,1,1,0.2,0.2576,0.4,0,4,47,51
+1210,2011-02-23,1,0,2,11,0,3,1,1,0.24,0.2576,0.41,0.1045,16,53,69
+1211,2011-02-23,1,0,2,12,0,3,1,1,0.26,0.2879,0.35,0.0896,11,56,67
+1212,2011-02-23,1,0,2,13,0,3,1,1,0.3,0.3182,0.28,0.0896,9,78,87
+1213,2011-02-23,1,0,2,14,0,3,1,1,0.32,0.3333,0.29,0.1045,17,61,78
+1214,2011-02-23,1,0,2,15,0,3,1,1,0.34,0.3485,0.25,0.0896,18,54,72
+1215,2011-02-23,1,0,2,16,0,3,1,1,0.34,0.3636,0.25,0,15,79,94
+1216,2011-02-23,1,0,2,17,0,3,1,1,0.34,0.3485,0.25,0.0896,15,207,222
+1217,2011-02-23,1,0,2,18,0,3,1,1,0.32,0.3333,0.26,0.0896,3,206,209
+1218,2011-02-23,1,0,2,19,0,3,1,1,0.3,0.3333,0.33,0,6,135,141
+1219,2011-02-23,1,0,2,20,0,3,1,1,0.24,0.2424,0.6,0.1642,2,107,109
+1220,2011-02-23,1,0,2,21,0,3,1,1,0.24,0.2879,0.48,0,2,89,91
+1221,2011-02-23,1,0,2,22,0,3,1,1,0.24,0.2879,0.48,0,1,60,61
+1222,2011-02-23,1,0,2,23,0,3,1,1,0.22,0.2576,0.55,0.0896,1,38,39
+1223,2011-02-24,1,0,2,0,0,4,1,1,0.22,0.2576,0.55,0.0896,0,11,11
+1224,2011-02-24,1,0,2,1,0,4,1,1,0.22,0.2576,0.6,0.0896,0,7,7
+1225,2011-02-24,1,0,2,2,0,4,1,1,0.2,0.2273,0.64,0.0896,0,4,4
+1226,2011-02-24,1,0,2,3,0,4,1,1,0.2,0.2121,0.64,0.1343,0,2,2
+1227,2011-02-24,1,0,2,5,0,4,1,1,0.2,0.2121,0.69,0.1343,1,3,4
+1228,2011-02-24,1,0,2,6,0,4,1,1,0.2,0.197,0.69,0.194,0,58,58
+1229,2011-02-24,1,0,2,7,0,4,1,1,0.2,0.197,0.72,0.194,0,104,104
+1230,2011-02-24,1,0,2,8,0,4,1,1,0.24,0.2273,0.7,0.2239,8,244,252
+1231,2011-02-24,1,0,2,9,0,4,1,2,0.24,0.2121,0.75,0.2985,4,133,137
+1232,2011-02-24,1,0,2,10,0,4,1,2,0.26,0.2424,0.7,0.2836,8,49,57
+1233,2011-02-24,1,0,2,11,0,4,1,2,0.32,0.2879,0.57,0.3881,8,71,79
+1234,2011-02-24,1,0,2,12,0,4,1,2,0.36,0.3333,0.53,0.3582,10,85,95
+1235,2011-02-24,1,0,2,13,0,4,1,2,0.38,0.3939,0.54,0.2985,16,72,88
+1236,2011-02-24,1,0,2,14,0,4,1,2,0.4,0.4091,0.5,0.2985,2,67,69
+1237,2011-02-24,1,0,2,15,0,4,1,3,0.4,0.4091,0.54,0.3881,5,58,63
+1238,2011-02-24,1,0,2,16,0,4,1,3,0.38,0.3939,0.62,0.2836,4,67,71
+1239,2011-02-24,1,0,2,17,0,4,1,3,0.36,0.3485,0.66,0.194,9,168,177
+1240,2011-02-24,1,0,2,18,0,4,1,2,0.34,0.303,0.87,0.3284,5,132,137
+1241,2011-02-24,1,0,2,19,0,4,1,3,0.34,0.303,0.93,0.2985,3,112,115
+1242,2011-02-24,1,0,2,20,0,4,1,2,0.34,0.303,0.93,0.3582,2,87,89
+1243,2011-02-24,1,0,2,21,0,4,1,2,0.34,0.303,0.87,0.3284,7,76,83
+1244,2011-02-24,1,0,2,22,0,4,1,3,0.34,0.3182,0.87,0.2836,5,50,55
+1245,2011-02-24,1,0,2,23,0,4,1,2,0.32,0.303,0.93,0.2239,3,47,50
+1246,2011-02-25,1,0,2,0,0,5,1,3,0.32,0.3485,0.93,0,1,8,9
+1247,2011-02-25,1,0,2,1,0,5,1,2,0.32,0.3485,1,0,1,9,10
+1248,2011-02-25,1,0,2,2,0,5,1,2,0.32,0.3485,1,0,0,3,3
+1249,2011-02-25,1,0,2,3,0,5,1,2,0.32,0.3333,0.93,0.1045,1,1,2
+1250,2011-02-25,1,0,2,5,0,5,1,2,0.32,0.3333,0.93,0.1045,1,5,6
+1251,2011-02-25,1,0,2,6,0,5,1,3,0.34,0.3485,0.93,0.0896,0,11,11
+1252,2011-02-25,1,0,2,7,0,5,1,3,0.34,0.3333,1,0.1343,1,34,35
+1253,2011-02-25,1,0,2,8,0,5,1,3,0.36,0.3485,0.93,0.1343,3,70,73
+1254,2011-02-25,1,0,2,9,0,5,1,3,0.34,0.303,0.93,0.3582,3,111,114
+1255,2011-02-25,1,0,2,10,0,5,1,3,0.42,0.4242,0.94,0.3284,7,42,49
+1256,2011-02-25,1,0,2,11,0,5,1,1,0.52,0.5,0.77,0.4478,9,50,59
+1257,2011-02-25,1,0,2,12,0,5,1,3,0.54,0.5152,0.6,0.4627,20,95,115
+1258,2011-02-25,1,0,2,13,0,5,1,3,0.54,0.5152,0.6,0.4627,6,77,83
+1259,2011-02-25,1,0,2,14,0,5,1,3,0.56,0.5303,0.56,0.6119,14,71,85
+1260,2011-02-25,1,0,2,15,0,5,1,1,0.46,0.4545,0.41,0.806,5,50,55
+1261,2011-02-25,1,0,2,16,0,5,1,1,0.32,0.2879,0.49,0.4627,11,91,102
+1262,2011-02-25,1,0,2,17,0,5,1,1,0.32,0.2727,0.49,0.7463,8,181,189
+1263,2011-02-25,1,0,2,18,0,5,1,1,0.32,0.2879,0.49,0.4925,7,150,157
+1264,2011-02-25,1,0,2,19,0,5,1,1,0.3,0.2727,0.52,0.4478,4,86,90
+1265,2011-02-25,1,0,2,20,0,5,1,1,0.3,0.2576,0.49,0.6119,2,60,62
+1266,2011-02-25,1,0,2,21,0,5,1,1,0.28,0.2576,0.48,0.3881,7,56,63
+1267,2011-02-25,1,0,2,22,0,5,1,1,0.26,0.2121,0.48,0.4478,7,43,50
+1268,2011-02-25,1,0,2,23,0,5,1,1,0.26,0.2273,0.48,0.3284,2,37,39
+1269,2011-02-26,1,0,2,0,0,6,0,1,0.24,0.2273,0.52,0.194,3,25,28
+1270,2011-02-26,1,0,2,1,0,6,0,1,0.24,0.2121,0.52,0.2985,2,25,27
+1271,2011-02-26,1,0,2,2,0,6,0,1,0.22,0.197,0.6,0.3582,3,9,12
+1272,2011-02-26,1,0,2,3,0,6,0,1,0.22,0.2273,0.55,0.1343,1,7,8
+1273,2011-02-26,1,0,2,4,0,6,0,2,0.22,0.2576,0.6,0.0896,1,1,2
+1274,2011-02-26,1,0,2,5,0,6,0,2,0.22,0.2424,0.64,0.1045,1,9,10
+1275,2011-02-26,1,0,2,6,0,6,0,1,0.22,0.2727,0.6,0,1,6,7
+1276,2011-02-26,1,0,2,7,0,6,0,1,0.22,0.2576,0.6,0.0896,1,21,22
+1277,2011-02-26,1,0,2,8,0,6,0,2,0.24,0.2879,0.6,0,2,55,57
+1278,2011-02-26,1,0,2,9,0,6,0,2,0.26,0.2576,0.56,0.1642,9,65,74
+1279,2011-02-26,1,0,2,10,0,6,0,2,0.3,0.303,0.49,0.1343,14,71,85
+1280,2011-02-26,1,0,2,11,0,6,0,1,0.3,0.3333,0.45,0,26,100,126
+1281,2011-02-26,1,0,2,12,0,6,0,2,0.32,0.3182,0.45,0.1642,45,115,160
+1282,2011-02-26,1,0,2,13,0,6,0,2,0.34,0.3182,0.42,0.2537,38,136,174
+1283,2011-02-26,1,0,2,14,0,6,0,2,0.34,0.303,0.36,0.3284,57,154,211
+1284,2011-02-26,1,0,2,15,0,6,0,2,0.36,0.3333,0.4,0.2836,40,125,165
+1285,2011-02-26,1,0,2,16,0,6,0,1,0.36,0.3333,0.46,0.2836,41,130,171
+1286,2011-02-26,1,0,2,17,0,6,0,1,0.36,0.3485,0.43,0.2239,53,130,183
+1287,2011-02-26,1,0,2,18,0,6,0,1,0.34,0.3333,0.46,0.194,26,111,137
+1288,2011-02-26,1,0,2,19,0,6,0,1,0.32,0.303,0.49,0.2537,30,64,94
+1289,2011-02-26,1,0,2,20,0,6,0,1,0.3,0.303,0.56,0.1642,8,60,68
+1290,2011-02-26,1,0,2,21,0,6,0,1,0.28,0.2727,0.65,0.2537,9,59,68
+1291,2011-02-26,1,0,2,22,0,6,0,1,0.28,0.2727,0.75,0.2239,8,38,46
+1292,2011-02-26,1,0,2,23,0,6,0,1,0.28,0.2576,0.75,0.2836,5,29,34
+1293,2011-02-27,1,0,2,0,0,0,0,1,0.26,0.2424,0.87,0.2836,8,26,34
+1294,2011-02-27,1,0,2,1,0,0,0,1,0.26,0.2576,0.87,0.194,7,30,37
+1295,2011-02-27,1,0,2,2,0,0,0,1,0.26,0.2727,0.87,0.1343,2,20,22
+1296,2011-02-27,1,0,2,3,0,0,0,1,0.26,0.2879,0.87,0.0896,3,8,11
+1297,2011-02-27,1,0,2,4,0,0,0,1,0.24,0.2424,0.87,0.1343,0,2,2
+1298,2011-02-27,1,0,2,6,0,0,0,1,0.24,0.2879,0.87,0,2,1,3
+1299,2011-02-27,1,0,2,7,0,0,0,1,0.24,0.2424,0.87,0.1343,6,8,14
+1300,2011-02-27,1,0,2,8,0,0,0,1,0.26,0.303,0.87,0,9,26,35
+1301,2011-02-27,1,0,2,9,0,0,0,1,0.28,0.303,0.87,0.0896,17,42,59
+1302,2011-02-27,1,0,2,10,0,0,0,1,0.3,0.303,0.81,0.1642,24,79,103
+1303,2011-02-27,1,0,2,11,0,0,0,1,0.36,0.3485,0.62,0.1343,33,92,125
+1304,2011-02-27,1,0,2,12,0,0,0,1,0.4,0.4091,0.54,0.0896,61,132,193
+1305,2011-02-27,1,0,2,13,0,0,0,1,0.42,0.4242,0.47,0,90,169,259
+1306,2011-02-27,1,0,2,14,0,0,0,1,0.44,0.4394,0.47,0.0896,105,177,282
+1307,2011-02-27,1,0,2,15,0,0,0,1,0.46,0.4545,0.44,0.1343,98,163,261
+1308,2011-02-27,1,0,2,16,0,0,0,1,0.48,0.4697,0.44,0.1642,98,170,268
+1309,2011-02-27,1,0,2,17,0,0,0,1,0.42,0.4242,0.54,0.194,66,121,187
+1310,2011-02-27,1,0,2,18,0,0,0,1,0.4,0.4091,0.54,0.194,24,103,127
+1311,2011-02-27,1,0,2,19,0,0,0,1,0.4,0.4091,0.54,0.1343,16,86,102
+1312,2011-02-27,1,0,2,20,0,0,0,1,0.4,0.4091,0.54,0.0896,9,72,81
+1313,2011-02-27,1,0,2,21,0,0,0,1,0.38,0.3939,0.62,0.1642,8,61,69
+1314,2011-02-27,1,0,2,22,0,0,0,2,0.38,0.3939,0.62,0.1045,2,67,69
+1315,2011-02-27,1,0,2,23,0,0,0,2,0.36,0.3485,0.62,0.1642,6,53,59
+1316,2011-02-28,1,0,2,0,0,1,1,2,0.36,0.3636,0.66,0.1045,5,25,30
+1317,2011-02-28,1,0,2,1,0,1,1,3,0.34,0.303,0.87,0.3582,1,7,8
+1318,2011-02-28,1,0,2,3,0,1,1,3,0.32,0.3182,0.93,0.1642,0,1,1
+1319,2011-02-28,1,0,2,5,0,1,1,2,0.34,0.3636,0.93,0,1,4,5
+1320,2011-02-28,1,0,2,6,0,1,1,2,0.34,0.3485,0.96,0.1045,1,27,28
+1321,2011-02-28,1,0,2,7,0,1,1,2,0.36,0.3636,0.93,0.1045,2,90,92
+1322,2011-02-28,1,0,2,8,0,1,1,2,0.34,0.303,0.93,0.2985,13,242,255
+1323,2011-02-28,1,0,2,9,0,1,1,1,0.42,0.4242,0.82,0.2836,15,127,142
+1324,2011-02-28,1,0,2,10,0,1,1,2,0.52,0.5,0.72,0.4925,13,79,92
+1325,2011-02-28,1,0,2,11,0,1,1,2,0.56,0.5303,0.64,0.2985,13,74,87
+1326,2011-02-28,1,0,2,12,0,1,1,2,0.56,0.5303,0.64,0.2985,0,36,36
+1327,2011-02-28,1,0,2,13,0,1,1,3,0.46,0.4545,0.94,0.2239,1,31,32
+1328,2011-02-28,1,0,2,14,0,1,1,3,0.42,0.4242,1,0.2985,1,24,25
+1329,2011-02-28,1,0,2,15,0,1,1,3,0.42,0.4242,1,0.2985,0,35,35
+1330,2011-02-28,1,0,2,16,0,1,1,3,0.42,0.4242,1,0.1343,2,40,42
+1331,2011-02-28,1,0,2,17,0,1,1,3,0.4,0.4091,1,0.2985,2,77,79
+1332,2011-02-28,1,0,2,18,0,1,1,3,0.46,0.4545,0.94,0.194,4,127,131
+1333,2011-02-28,1,0,2,19,0,1,1,3,0.44,0.4394,0.88,0.6119,1,79,80
+1334,2011-02-28,1,0,2,20,0,1,1,3,0.44,0.4394,0.88,0.6119,0,45,45
+1335,2011-02-28,1,0,2,21,0,1,1,2,0.38,0.3939,0.87,0.3881,2,78,80
+1336,2011-02-28,1,0,2,22,0,1,1,3,0.34,0.303,0.93,0.4179,4,72,76
+1337,2011-02-28,1,0,2,23,0,1,1,2,0.32,0.2879,0.81,0.3881,0,45,45
+1338,2011-03-01,1,0,3,0,0,2,1,1,0.3,0.2727,0.7,0.4627,0,7,7
+1339,2011-03-01,1,0,3,1,0,2,1,1,0.26,0.2273,0.7,0.3582,0,3,3
+1340,2011-03-01,1,0,3,2,0,2,1,1,0.24,0.2121,0.65,0.3881,0,4,4
+1341,2011-03-01,1,0,3,3,0,2,1,1,0.22,0.2121,0.69,0.2836,0,2,2
+1342,2011-03-01,1,0,3,4,0,2,1,1,0.22,0.2121,0.69,0.2537,0,1,1
+1343,2011-03-01,1,0,3,5,0,2,1,1,0.2,0.1818,0.64,0.2836,1,1,2
+1344,2011-03-01,1,0,3,6,0,2,1,1,0.2,0.1818,0.59,0.2985,0,46,46
+1345,2011-03-01,1,0,3,7,0,2,1,1,0.2,0.1818,0.59,0.3284,2,105,107
+1346,2011-03-01,1,0,3,8,0,2,1,1,0.2,0.1818,0.59,0.3881,10,204,214
+1347,2011-03-01,1,0,3,9,0,2,1,1,0.22,0.197,0.55,0.4179,8,116,124
+1348,2011-03-01,1,0,3,10,0,2,1,1,0.24,0.2121,0.52,0.2836,13,55,68
+1349,2011-03-01,1,0,3,11,0,2,1,1,0.28,0.2727,0.45,0.2537,8,48,56
+1350,2011-03-01,1,0,3,12,0,2,1,1,0.3,0.303,0.39,0.1343,6,80,86
+1351,2011-03-01,1,0,3,13,0,2,1,1,0.32,0.3485,0.39,0,13,65,78
+1352,2011-03-01,1,0,3,14,0,2,1,1,0.32,0.3333,0.36,0.1343,18,61,79
+1353,2011-03-01,1,0,3,15,0,2,1,1,0.34,0.3636,0.34,0,7,57,64
+1354,2011-03-01,1,0,3,16,0,2,1,1,0.34,0.3485,0.34,0.0896,10,92,102
+1355,2011-03-01,1,0,3,17,0,2,1,1,0.34,0.3485,0.34,0.0896,12,230,242
+1356,2011-03-01,1,0,3,18,0,2,1,1,0.32,0.3182,0.39,0.194,10,214,224
+1357,2011-03-01,1,0,3,19,0,2,1,1,0.3,0.303,0.49,0.1343,4,115,119
+1358,2011-03-01,1,0,3,20,0,2,1,1,0.3,0.3182,0.61,0.0896,2,86,88
+1359,2011-03-01,1,0,3,21,0,2,1,1,0.26,0.303,0.56,0,8,55,63
+1360,2011-03-01,1,0,3,22,0,2,1,1,0.24,0.2727,0.62,0.1045,3,44,47
+1361,2011-03-01,1,0,3,23,0,2,1,1,0.24,0.2273,0.65,0.2239,2,23,25
+1362,2011-03-02,1,0,3,0,0,3,1,1,0.22,0.2273,0.69,0.1642,3,5,8
+1363,2011-03-02,1,0,3,1,0,3,1,1,0.22,0.2273,0.69,0.194,0,4,4
+1364,2011-03-02,1,0,3,2,0,3,1,1,0.22,0.2273,0.69,0.194,0,2,2
+1365,2011-03-02,1,0,3,3,0,3,1,1,0.22,0.2121,0.69,0.2836,3,1,4
+1366,2011-03-02,1,0,3,4,0,3,1,1,0.2,0.2121,0.75,0.1343,1,0,1
+1367,2011-03-02,1,0,3,5,0,3,1,1,0.22,0.2121,0.69,0.2239,0,5,5
+1368,2011-03-02,1,0,3,6,0,3,1,1,0.22,0.2121,0.55,0.2537,1,39,40
+1369,2011-03-02,1,0,3,7,0,3,1,1,0.22,0.2121,0.64,0.2537,2,108,110
+1370,2011-03-02,1,0,3,8,0,3,1,1,0.24,0.2121,0.65,0.2836,13,243,256
+1371,2011-03-02,1,0,3,9,0,3,1,1,0.28,0.2576,0.56,0.2985,7,141,148
+1372,2011-03-02,1,0,3,10,0,3,1,1,0.32,0.303,0.49,0.2836,11,65,76
+1373,2011-03-02,1,0,3,11,0,3,1,1,0.34,0.303,0.53,0.3284,8,65,73
+1374,2011-03-02,1,0,3,12,0,3,1,1,0.4,0.4091,0.43,0.194,20,62,82
+1375,2011-03-02,1,0,3,13,0,3,1,1,0.5,0.4848,0.25,0,35,90,125
+1376,2011-03-02,1,0,3,14,0,3,1,1,0.52,0.5,0.23,0.2985,21,75,96
+1377,2011-03-02,1,0,3,15,0,3,1,1,0.54,0.5152,0.19,0.4179,19,91,110
+1378,2011-03-02,1,0,3,16,0,3,1,1,0.54,0.5152,0.19,0.3284,27,112,139
+1379,2011-03-02,1,0,3,17,0,3,1,1,0.5,0.4848,0.23,0.2836,30,238,268
+1380,2011-03-02,1,0,3,18,0,3,1,1,0.46,0.4545,0.23,0.4925,8,193,201
+1381,2011-03-02,1,0,3,19,0,3,1,1,0.4,0.4091,0.28,0.5224,6,144,150
+1382,2011-03-02,1,0,3,20,0,3,1,1,0.36,0.3333,0.29,0.4179,9,86,95
+1383,2011-03-02,1,0,3,21,0,3,1,1,0.34,0.2879,0.29,0.4627,3,68,71
+1384,2011-03-02,1,0,3,22,0,3,1,1,0.3,0.2576,0.26,0.5522,4,44,48
+1385,2011-03-02,1,0,3,23,0,3,1,1,0.26,0.2121,0.3,0.5224,0,22,22
+1386,2011-03-03,1,0,3,0,0,4,1,1,0.24,0.197,0.3,0.4627,3,10,13
+1387,2011-03-03,1,0,3,1,0,4,1,1,0.24,0.197,0.3,0.4627,0,1,1
+1388,2011-03-03,1,0,3,2,0,4,1,1,0.2,0.1667,0.27,0.4627,1,2,3
+1389,2011-03-03,1,0,3,3,0,4,1,1,0.2,0.1667,0.27,0.4627,0,1,1
+1390,2011-03-03,1,0,3,4,0,4,1,1,0.16,0.1212,0.31,0.4925,0,1,1
+1391,2011-03-03,1,0,3,5,0,4,1,1,0.14,0.1212,0.33,0.2985,1,7,8
+1392,2011-03-03,1,0,3,6,0,4,1,1,0.14,0.1212,0.33,0.2985,1,34,35
+1393,2011-03-03,1,0,3,7,0,4,1,1,0.12,0.0909,0.42,0.4179,1,110,111
+1394,2011-03-03,1,0,3,8,0,4,1,1,0.14,0.1212,0.39,0.2985,4,216,220
+1395,2011-03-03,1,0,3,9,0,4,1,1,0.16,0.1364,0.37,0.2836,10,135,145
+1396,2011-03-03,1,0,3,10,0,4,1,1,0.18,0.1818,0.29,0.194,7,49,56
+1397,2011-03-03,1,0,3,11,0,4,1,1,0.2,0.2273,0.29,0.0896,10,40,50
+1398,2011-03-03,1,0,3,12,0,4,1,1,0.22,0.2273,0.25,0.1343,7,65,72
+1399,2011-03-03,1,0,3,13,0,4,1,1,0.22,0.2576,0.25,0.0896,13,67,80
+1400,2011-03-03,1,0,3,14,0,4,1,1,0.24,0.2576,0.21,0.1045,18,60,78
+1401,2011-03-03,1,0,3,15,0,4,1,1,0.24,0.2879,0.23,0,6,62,68
+1402,2011-03-03,1,0,3,16,0,4,1,1,0.26,0.303,0.23,0,6,65,71
+1403,2011-03-03,1,0,3,17,0,4,1,1,0.26,0.303,0.22,0,17,185,202
+1404,2011-03-03,1,0,3,18,0,4,1,1,0.24,0.2121,0.35,0.3284,6,161,167
+1405,2011-03-03,1,0,3,19,0,4,1,1,0.2,0.197,0.4,0.2537,5,101,106
+1406,2011-03-03,1,0,3,20,0,4,1,1,0.2,0.2273,0.4,0.0896,1,69,70
+1407,2011-03-03,1,0,3,21,0,4,1,1,0.18,0.2121,0.4,0.1045,3,48,51
+1408,2011-03-03,1,0,3,22,0,4,1,1,0.2,0.2576,0.4,0,3,50,53
+1409,2011-03-03,1,0,3,23,0,4,1,2,0.18,0.2121,0.43,0.0896,0,23,23
+1410,2011-03-04,1,0,3,0,0,5,1,2,0.2,0.197,0.55,0.194,0,12,12
+1411,2011-03-04,1,0,3,1,0,5,1,2,0.18,0.1818,0.64,0.194,0,4,4
+1412,2011-03-04,1,0,3,2,0,5,1,2,0.18,0.1818,0.64,0.194,0,2,2
+1413,2011-03-04,1,0,3,3,0,5,1,2,0.18,0.1667,0.74,0.2537,0,1,1
+1414,2011-03-04,1,0,3,4,0,5,1,2,0.18,0.1818,0.74,0.194,1,0,1
+1415,2011-03-04,1,0,3,5,0,5,1,2,0.16,0.1818,0.74,0.1343,0,7,7
+1416,2011-03-04,1,0,3,6,0,5,1,2,0.16,0.197,0.74,0.0896,1,28,29
+1417,2011-03-04,1,0,3,7,0,5,1,1,0.16,0.1818,0.8,0.1343,0,83,83
+1418,2011-03-04,1,0,3,8,0,5,1,1,0.18,0.197,0.74,0.1343,6,222,228
+1419,2011-03-04,1,0,3,9,0,5,1,1,0.22,0.2273,0.6,0.1343,12,138,150
+1420,2011-03-04,1,0,3,10,0,5,1,1,0.24,0.2273,0.6,0.2537,10,56,66
+1421,2011-03-04,1,0,3,11,0,5,1,1,0.28,0.2727,0.52,0.2239,16,73,89
+1422,2011-03-04,1,0,3,12,0,5,1,1,0.32,0.303,0.43,0.1642,10,87,97
+1423,2011-03-04,1,0,3,13,0,5,1,1,0.34,0.3182,0.42,0.2239,13,74,87
+1424,2011-03-04,1,0,3,14,0,5,1,1,0.36,0.3333,0.4,0.2836,30,65,95
+1425,2011-03-04,1,0,3,15,0,5,1,1,0.36,0.3333,0.4,0.2985,31,75,106
+1426,2011-03-04,1,0,3,16,0,5,1,1,0.36,0.3485,0.46,0.194,17,101,118
+1427,2011-03-04,1,0,3,17,0,5,1,2,0.36,0.3333,0.5,0.2537,22,206,228
+1428,2011-03-04,1,0,3,18,0,5,1,2,0.34,0.303,0.53,0.2985,15,172,187
+1429,2011-03-04,1,0,3,19,0,5,1,1,0.32,0.303,0.61,0.2537,5,102,107
+1430,2011-03-04,1,0,3,20,0,5,1,2,0.3,0.2879,0.7,0.194,9,78,87
+1431,2011-03-04,1,0,3,21,0,5,1,2,0.3,0.2879,0.7,0.2239,6,64,70
+1432,2011-03-04,1,0,3,22,0,5,1,1,0.3,0.2879,0.7,0.194,4,40,44
+1433,2011-03-04,1,0,3,23,0,5,1,2,0.3,0.303,0.75,0.1642,6,40,46
+1434,2011-03-05,1,0,3,0,0,6,0,2,0.28,0.2879,0.81,0.1045,4,15,19
+1435,2011-03-05,1,0,3,1,0,6,0,2,0.3,0.3182,0.81,0.1045,5,20,25
+1436,2011-03-05,1,0,3,2,0,6,0,2,0.3,0.2879,0.87,0.194,5,15,20
+1437,2011-03-05,1,0,3,3,0,6,0,2,0.3,0.2879,0.87,0.194,0,2,2
+1438,2011-03-05,1,0,3,4,0,6,0,2,0.3,0.303,0.93,0.1642,0,1,1
+1439,2011-03-05,1,0,3,5,0,6,0,2,0.3,0.303,1,0.1343,0,3,3
+1440,2011-03-05,1,0,3,6,0,6,0,2,0.3,0.2879,1,0.2239,1,3,4
+1441,2011-03-05,1,0,3,7,0,6,0,2,0.3,0.2727,1,0.2985,5,10,15
+1442,2011-03-05,1,0,3,8,0,6,0,2,0.3,0.2727,1,0.2985,11,34,45
+1443,2011-03-05,1,0,3,9,0,6,0,2,0.32,0.303,0.93,0.2239,15,48,63
+1444,2011-03-05,1,0,3,10,0,6,0,2,0.34,0.3333,0.93,0.194,34,69,103
+1445,2011-03-05,1,0,3,11,0,6,0,2,0.4,0.4091,0.76,0.2239,43,116,159
+1446,2011-03-05,1,0,3,12,0,6,0,2,0.44,0.4394,0.67,0.2537,46,121,167
+1447,2011-03-05,1,0,3,13,0,6,0,2,0.46,0.4545,0.67,0.2836,60,130,190
+1448,2011-03-05,1,0,3,14,0,6,0,2,0.48,0.4697,0.59,0.2836,80,118,198
+1449,2011-03-05,1,0,3,15,0,6,0,2,0.46,0.4545,0.63,0.2985,83,122,205
+1450,2011-03-05,1,0,3,16,0,6,0,2,0.48,0.4697,0.59,0.2985,74,130,204
+1451,2011-03-05,1,0,3,17,0,6,0,2,0.48,0.4697,0.59,0.3582,60,104,164
+1452,2011-03-05,1,0,3,18,0,6,0,2,0.48,0.4697,0.59,0.3284,37,115,152
+1453,2011-03-05,1,0,3,19,0,6,0,2,0.46,0.4545,0.67,0.3284,27,62,89
+1454,2011-03-05,1,0,3,20,0,6,0,2,0.44,0.4394,0.77,0.3284,12,58,70
+1455,2011-03-05,1,0,3,21,0,6,0,2,0.44,0.4394,0.72,0.3284,12,60,72
+1456,2011-03-05,1,0,3,22,0,6,0,2,0.42,0.4242,0.77,0.2985,16,47,63
+1457,2011-03-05,1,0,3,23,0,6,0,2,0.44,0.4394,0.77,0.2985,10,34,44
+1458,2011-03-06,1,0,3,0,0,0,0,2,0.42,0.4242,0.77,0.3582,11,41,52
+1459,2011-03-06,1,0,3,1,0,0,0,2,0.42,0.4242,0.77,0.2836,12,27,39
+1460,2011-03-06,1,0,3,2,0,0,0,2,0.4,0.4091,0.82,0.2836,5,27,32
+1461,2011-03-06,1,0,3,3,0,0,0,2,0.42,0.4242,0.82,0.2985,2,9,11
+1462,2011-03-06,1,0,3,4,0,0,0,2,0.42,0.4242,0.88,0.3582,0,3,3
+1463,2011-03-06,1,0,3,6,0,0,0,2,0.42,0.4242,0.94,0.3582,1,1,2
+1464,2011-03-06,1,0,3,7,0,0,0,3,0.42,0.4242,1,0.4478,0,5,5
+1465,2011-03-06,1,0,3,8,0,0,0,2,0.4,0.4091,1,0.2985,1,8,9
+1466,2011-03-06,1,0,3,9,0,0,0,2,0.42,0.4242,1,0.2836,4,18,22
+1467,2011-03-06,1,0,3,10,0,0,0,2,0.42,0.4242,1,0.2985,4,27,31
+1468,2011-03-06,1,0,3,11,0,0,0,2,0.42,0.4242,1,0.2239,18,44,62
+1469,2011-03-06,1,0,3,12,0,0,0,2,0.46,0.4545,0.94,0.3284,10,69,79
+1470,2011-03-06,1,0,3,13,0,0,0,2,0.46,0.4545,0.94,0.3582,22,83,105
+1471,2011-03-06,1,0,3,14,0,0,0,3,0.44,0.4394,1,0.2239,12,27,39
+1472,2011-03-06,1,0,3,15,0,0,0,3,0.44,0.4394,1,0.2239,3,4,7
+1473,2011-03-06,1,0,3,16,0,0,0,3,0.36,0.3333,1,0.2836,3,8,11
+1474,2011-03-06,1,0,3,17,0,0,0,3,0.34,0.303,1,0.2985,2,23,25
+1475,2011-03-06,1,0,3,18,0,0,0,3,0.32,0.2879,1,0.3582,0,23,23
+1476,2011-03-06,1,0,3,19,0,0,0,3,0.3,0.2576,1,0.4925,0,11,11
+1477,2011-03-06,1,0,3,20,0,0,0,3,0.28,0.2424,1,0.4179,3,8,11
+1478,2011-03-06,1,0,3,21,0,0,0,3,0.24,0.1818,0.93,0.6119,1,6,7
+1479,2011-03-06,1,0,3,22,0,0,0,2,0.22,0.197,1,0.3881,0,10,10
+1480,2011-03-06,1,0,3,23,0,0,0,2,0.22,0.197,1,0.4179,0,9,9
+1481,2011-03-07,1,0,3,0,0,1,1,3,0.2,0.1818,1,0.3284,0,4,4
+1482,2011-03-07,1,0,3,1,0,1,1,3,0.2,0.1818,1,0.3284,0,2,2
+1483,2011-03-07,1,0,3,3,0,1,1,1,0.2,0.1515,0.8,0.5821,0,1,1
+1484,2011-03-07,1,0,3,4,0,1,1,1,0.2,0.1515,0.8,0.5224,1,0,1
+1485,2011-03-07,1,0,3,5,0,1,1,1,0.2,0.1818,0.75,0.3582,0,1,1
+1486,2011-03-07,1,0,3,6,0,1,1,1,0.2,0.1818,0.75,0.3881,3,31,34
+1487,2011-03-07,1,0,3,7,0,1,1,1,0.2,0.1667,0.75,0.4179,3,88,91
+1488,2011-03-07,1,0,3,8,0,1,1,1,0.2,0.1818,0.75,0.3881,11,200,211
+1489,2011-03-07,1,0,3,9,0,1,1,1,0.22,0.1818,0.64,0.4627,5,129,134
+1490,2011-03-07,1,0,3,10,0,1,1,1,0.24,0.2121,0.6,0.2985,15,43,58
+1491,2011-03-07,1,0,3,11,0,1,1,1,0.26,0.2121,0.48,0.4478,19,41,60
+1492,2011-03-07,1,0,3,12,0,1,1,1,0.3,0.2727,0.42,0.4179,28,68,96
+1493,2011-03-07,1,0,3,13,0,1,1,1,0.32,0.2879,0.36,0.3881,16,54,70
+1494,2011-03-07,1,0,3,14,0,1,1,1,0.32,0.2879,0.36,0.4179,21,56,77
+1495,2011-03-07,1,0,3,15,0,1,1,1,0.34,0.303,0.31,0.3881,32,64,96
+1496,2011-03-07,1,0,3,16,0,1,1,1,0.34,0.303,0.31,0.3582,26,96,122
+1497,2011-03-07,1,0,3,17,0,1,1,1,0.34,0.303,0.29,0.3582,27,206,233
+1498,2011-03-07,1,0,3,18,0,1,1,1,0.32,0.303,0.31,0.2239,19,214,233
+1499,2011-03-07,1,0,3,19,0,1,1,1,0.3,0.2879,0.33,0.2239,11,134,145
+1500,2011-03-07,1,0,3,20,0,1,1,1,0.3,0.303,0.33,0.1642,5,87,92
+1501,2011-03-07,1,0,3,21,0,1,1,1,0.28,0.2727,0.38,0.2239,1,53,54
+1502,2011-03-07,1,0,3,22,0,1,1,1,0.26,0.2576,0.48,0.1642,1,34,35
+1503,2011-03-07,1,0,3,23,0,1,1,1,0.28,0.3182,0.48,0,0,22,22
+1504,2011-03-08,1,0,3,0,0,2,1,1,0.26,0.2879,0.48,0.0896,1,9,10
+1505,2011-03-08,1,0,3,1,0,2,1,1,0.24,0.2424,0.52,0.1343,0,4,4
+1506,2011-03-08,1,0,3,2,0,2,1,1,0.24,0.2424,0.52,0.1343,1,0,1
+1507,2011-03-08,1,0,3,3,0,2,1,1,0.24,0.2576,0.52,0.0896,5,2,7
+1508,2011-03-08,1,0,3,4,0,2,1,1,0.22,0.2727,0.64,0,0,2,2
+1509,2011-03-08,1,0,3,5,0,2,1,1,0.2,0.2273,0.69,0.1045,2,8,10
+1510,2011-03-08,1,0,3,6,0,2,1,1,0.2,0.2576,0.59,0,3,42,45
+1511,2011-03-08,1,0,3,7,0,2,1,1,0.18,0.197,0.64,0.1343,9,119,128
+1512,2011-03-08,1,0,3,8,0,2,1,1,0.22,0.2273,0.55,0.194,10,247,257
+1513,2011-03-08,1,0,3,9,0,2,1,1,0.26,0.2576,0.41,0.1642,11,140,151
+1514,2011-03-08,1,0,3,10,0,2,1,2,0.3,0.2879,0.33,0.194,25,46,71
+1515,2011-03-08,1,0,3,11,0,2,1,2,0.36,0.3485,0.25,0.1642,26,52,78
+1516,2011-03-08,1,0,3,12,0,2,1,2,0.36,0.3788,0.23,0,29,70,99
+1517,2011-03-08,1,0,3,13,0,2,1,2,0.38,0.3939,0.25,0.1045,25,73,98
+1518,2011-03-08,1,0,3,14,0,2,1,2,0.38,0.3939,0.2,0,16,56,72
+1519,2011-03-08,1,0,3,15,0,2,1,2,0.36,0.3788,0.18,0,35,77,112
+1520,2011-03-08,1,0,3,16,0,2,1,1,0.38,0.3939,0.27,0.1642,26,82,108
+1521,2011-03-08,1,0,3,17,0,2,1,1,0.36,0.3485,0.27,0.2239,39,209,248
+1522,2011-03-08,1,0,3,18,0,2,1,1,0.34,0.3333,0.27,0.194,21,214,235
+1523,2011-03-08,1,0,3,19,0,2,1,1,0.34,0.3485,0.31,0.1045,9,141,150
+1524,2011-03-08,1,0,3,20,0,2,1,1,0.32,0.3333,0.39,0.0896,2,74,76
+1525,2011-03-08,1,0,3,21,0,2,1,1,0.3,0.2879,0.49,0.194,7,68,75
+1526,2011-03-08,1,0,3,22,0,2,1,1,0.3,0.2879,0.49,0.2239,11,44,55
+1527,2011-03-08,1,0,3,23,0,2,1,1,0.28,0.2727,0.61,0.194,3,38,41
+1528,2011-03-09,1,0,3,0,0,3,1,1,0.26,0.2879,0.65,0.0896,0,9,9
+1529,2011-03-09,1,0,3,1,0,3,1,1,0.26,0.2727,0.52,0.1343,0,4,4
+1530,2011-03-09,1,0,3,2,0,3,1,1,0.26,0.2727,0.52,0.1343,1,1,2
+1531,2011-03-09,1,0,3,3,0,3,1,1,0.24,0.2576,0.7,0.0896,1,2,3
+1532,2011-03-09,1,0,3,4,0,3,1,1,0.24,0.2576,0.75,0.1045,0,2,2
+1533,2011-03-09,1,0,3,5,0,3,1,2,0.24,0.2424,0.81,0.1343,1,7,8
+1534,2011-03-09,1,0,3,6,0,3,1,2,0.24,0.2576,0.85,0.1045,5,44,49
+1535,2011-03-09,1,0,3,7,0,3,1,2,0.24,0.2424,0.87,0.1642,18,123,141
+1536,2011-03-09,1,0,3,8,0,3,1,2,0.24,0.2424,0.87,0.1343,11,238,249
+1537,2011-03-09,1,0,3,9,0,3,1,2,0.26,0.2424,0.87,0.2537,5,136,141
+1538,2011-03-09,1,0,3,10,0,3,1,2,0.3,0.2879,0.75,0.2537,8,49,57
+1539,2011-03-09,1,0,3,11,0,3,1,2,0.32,0.2879,0.76,0.3881,15,44,59
+1540,2011-03-09,1,0,3,12,0,3,1,2,0.32,0.303,0.76,0.2537,14,84,98
+1541,2011-03-09,1,0,3,13,0,3,1,2,0.32,0.2879,0.76,0.3582,17,82,99
+1542,2011-03-09,1,0,3,14,0,3,1,2,0.34,0.303,0.76,0.2985,10,61,71
+1543,2011-03-09,1,0,3,15,0,3,1,2,0.36,0.3333,0.71,0.2985,15,64,79
+1544,2011-03-09,1,0,3,16,0,3,1,2,0.34,0.303,0.76,0.3284,10,102,112
+1545,2011-03-09,1,0,3,17,0,3,1,2,0.34,0.303,0.76,0.2985,18,176,194
+1546,2011-03-09,1,0,3,18,0,3,1,2,0.34,0.3182,0.76,0.2537,12,176,188
+1547,2011-03-09,1,0,3,19,0,3,1,2,0.34,0.303,0.76,0.3284,11,123,134
+1548,2011-03-09,1,0,3,20,0,3,1,2,0.32,0.3182,0.87,0.194,4,87,91
+1549,2011-03-09,1,0,3,21,0,3,1,2,0.32,0.303,0.93,0.3284,10,52,62
+1550,2011-03-09,1,0,3,22,0,3,1,3,0.32,0.3182,0.93,0.1642,4,17,21
+1551,2011-03-09,1,0,3,23,0,3,1,3,0.34,0.3333,0.93,0.194,1,17,18
+1552,2011-03-10,1,0,3,0,0,4,1,3,0.34,0.3182,0,0.2537,3,0,3
+1553,2011-03-10,1,0,3,1,0,4,1,3,0.34,0.3182,0,0.2537,0,2,2
+1554,2011-03-10,1,0,3,2,0,4,1,3,0.34,0.3182,0,0.2537,0,1,1
+1555,2011-03-10,1,0,3,5,0,4,1,3,0.36,0.3485,0,0.194,1,2,3
+1556,2011-03-10,1,0,3,6,0,4,1,3,0.36,0.3333,0,0.3284,0,12,12
+1557,2011-03-10,1,0,3,7,0,4,1,3,0.38,0.3939,0,0.2239,1,36,37
+1558,2011-03-10,1,0,3,8,0,4,1,3,0.38,0.3939,0,0.2836,1,43,44
+1559,2011-03-10,1,0,3,9,0,4,1,3,0.4,0.4091,0,0.2239,1,23,24
+1560,2011-03-10,1,0,3,10,0,4,1,3,0.4,0.4091,0,0.1642,0,17,17
+1561,2011-03-10,1,0,3,11,0,4,1,3,0.4,0.4091,0,0.2537,6,5,11
+1562,2011-03-10,1,0,3,12,0,4,1,3,0.42,0.4242,0,0.2239,4,30,34
+1563,2011-03-10,1,0,3,13,0,4,1,3,0.42,0.4242,0,0.2239,1,11,12
+1564,2011-03-10,1,0,3,14,0,4,1,3,0.44,0.4394,0,0.2985,0,12,12
+1565,2011-03-10,1,0,3,15,0,4,1,3,0.44,0.4394,0,0.2239,3,11,14
+1566,2011-03-10,1,0,3,16,0,4,1,3,0.42,0.4242,0,0.2537,1,20,21
+1567,2011-03-10,1,0,3,17,0,4,1,2,0.44,0.4394,0,0.3881,2,109,111
+1568,2011-03-10,1,0,3,18,0,4,1,3,0.44,0.4394,0,0.3582,2,80,82
+1569,2011-03-10,1,0,3,19,0,4,1,3,0.44,0.4394,0,0.5821,5,51,56
+1570,2011-03-10,1,0,3,20,0,4,1,3,0.36,0.3333,0,0.3284,9,29,38
+1571,2011-03-10,1,0,3,21,0,4,1,3,0.36,0.3485,0,0.2239,1,27,28
+1572,2011-03-10,1,0,3,22,0,4,1,2,0.34,0.3333,0,0.1343,4,30,34
+1573,2011-03-10,1,0,3,23,0,4,1,3,0.34,0.3485,0,0.0896,1,26,27
+1574,2011-03-11,1,0,3,0,0,5,1,2,0.34,0.3485,1,0.0896,0,6,6
+1575,2011-03-11,1,0,3,1,0,5,1,3,0.34,0.3485,1,0.1045,0,8,8
+1576,2011-03-11,1,0,3,2,0,5,1,3,0.34,0.3485,1,0.1045,2,3,5
+1577,2011-03-11,1,0,3,3,0,5,1,2,0.32,0.3333,0.93,0.0896,0,2,2
+1578,2011-03-11,1,0,3,5,0,5,1,1,0.3,0.2879,0.81,0.2239,1,6,7
+1579,2011-03-11,1,0,3,6,0,5,1,1,0.26,0.2424,0.81,0.2836,1,31,32
+1580,2011-03-11,1,0,3,7,0,5,1,1,0.26,0.2576,0.7,0.194,10,104,114
+1581,2011-03-11,1,0,3,8,0,5,1,1,0.28,0.2727,0.7,0.2537,15,244,259
+1582,2011-03-11,1,0,3,9,0,5,1,2,0.3,0.2879,0.61,0.2836,13,143,156
+1583,2011-03-11,1,0,3,10,0,5,1,2,0.32,0.303,0.57,0.2985,18,60,78
+1584,2011-03-11,1,0,3,11,0,5,1,2,0.32,0.303,0.57,0.2985,14,67,81
+1585,2011-03-11,1,0,3,12,0,5,1,2,0.34,0.3182,0.53,0.2537,15,96,111
+1586,2011-03-11,1,0,3,13,0,5,1,1,0.36,0.3333,0.53,0.2537,15,92,107
+1587,2011-03-11,1,0,3,14,0,5,1,2,0.36,0.3333,0.5,0.3582,25,64,89
+1588,2011-03-11,1,0,3,15,0,5,1,2,0.34,0.3182,0.53,0.2537,21,64,85
+1589,2011-03-11,1,0,3,16,0,5,1,2,0.34,0.303,0.49,0.2985,18,95,113
+1590,2011-03-11,1,0,3,17,0,5,1,1,0.34,0.3182,0.49,0.2239,23,200,223
+1591,2011-03-11,1,0,3,18,0,5,1,1,0.32,0.303,0.49,0.3284,19,134,153
+1592,2011-03-11,1,0,3,19,0,5,1,1,0.3,0.2727,0.56,0.3284,7,111,118
+1593,2011-03-11,1,0,3,20,0,5,1,1,0.3,0.303,0.56,0.1642,6,70,76
+1594,2011-03-11,1,0,3,21,0,5,1,2,0.3,0.2879,0.52,0.2537,10,43,53
+1595,2011-03-11,1,0,3,22,0,5,1,1,0.3,0.303,0.52,0.1642,11,53,64
+1596,2011-03-11,1,0,3,23,0,5,1,1,0.3,0.2879,0.52,0.2537,3,34,37
+1597,2011-03-12,1,0,3,0,0,6,0,1,0.26,0.2727,0.6,0.1343,4,30,34
+1598,2011-03-12,1,0,3,1,0,6,0,1,0.24,0.2273,0.65,0.194,3,15,18
+1599,2011-03-12,1,0,3,2,0,6,0,1,0.24,0.2273,0.65,0.194,0,14,14
+1600,2011-03-12,1,0,3,3,0,6,0,1,0.24,0.2273,0.65,0.2537,1,6,7
+1601,2011-03-12,1,0,3,4,0,6,0,1,0.24,0.2273,0.65,0.2537,0,1,1
+1602,2011-03-12,1,0,3,5,0,6,0,1,0.22,0.2273,0.69,0.194,0,2,2
+1603,2011-03-12,1,0,3,6,0,6,0,1,0.22,0.2121,0.75,0.2537,2,2,4
+1604,2011-03-12,1,0,3,7,0,6,0,1,0.24,0.2273,0.7,0.194,4,19,23
+1605,2011-03-12,1,0,3,8,0,6,0,1,0.26,0.2576,0.65,0.1642,9,44,53
+1606,2011-03-12,1,0,3,9,0,6,0,1,0.28,0.2879,0.65,0.1045,25,76,101
+1607,2011-03-12,1,0,3,10,0,6,0,1,0.32,0.303,0.66,0.2239,21,78,99
+1608,2011-03-12,1,0,3,11,0,6,0,1,0.34,0.303,0.49,0.3284,36,83,119
+1609,2011-03-12,1,0,3,12,0,6,0,1,0.34,0.3182,0.53,0.2836,51,107,158
+1610,2011-03-12,1,0,3,13,0,6,0,1,0.36,0.3333,0.51,0.3582,62,95,157
+1611,2011-03-12,1,0,3,14,0,6,0,1,0.4,0.4091,0.5,0.4478,70,96,166
+1612,2011-03-12,1,0,3,15,0,6,0,1,0.42,0.4242,0.44,0.4925,81,101,182
+1613,2011-03-12,1,0,3,16,0,6,0,1,0.46,0.4545,0.41,0.4478,100,144,244
+1614,2011-03-12,1,0,3,17,0,6,0,1,0.46,0.4545,0.44,0.3284,99,114,213
+1615,2011-03-12,1,0,3,18,0,6,0,1,0.42,0.4242,0.54,0.1642,54,91,145
+1616,2011-03-12,1,0,3,19,0,6,0,1,0.42,0.4242,0.54,0.0896,26,86,112
+1617,2011-03-12,1,0,3,20,0,6,0,1,0.4,0.4091,0.58,0.1045,22,64,86
+1618,2011-03-12,1,0,3,21,0,6,0,1,0.38,0.3939,0.62,0,36,46,82
+1619,2011-03-12,1,0,3,22,0,6,0,1,0.36,0.3788,0.71,0,7,56,63
+1620,2011-03-12,1,0,3,23,0,6,0,1,0.38,0.3939,0.66,0.0896,11,38,49
+1621,2011-03-13,1,0,3,0,0,0,0,1,0.38,0.3939,0.62,0.1045,3,35,38
+1622,2011-03-13,1,0,3,1,0,0,0,1,0.36,0.3485,0.66,0.1343,10,23,33
+1623,2011-03-13,1,0,3,3,0,0,0,1,0.34,0.3333,0.76,0.1343,6,17,23
+1624,2011-03-13,1,0,3,4,0,0,0,1,0.34,0.3333,0.66,0.1642,4,9,13
+1625,2011-03-13,1,0,3,5,0,0,0,1,0.36,0.3485,0.62,0.1343,0,3,3
+1626,2011-03-13,1,0,3,6,0,0,0,1,0.34,0.3636,0.66,0,0,2,2
+1627,2011-03-13,1,0,3,7,0,0,0,1,0.36,0.3485,0.62,0.194,2,8,10
+1628,2011-03-13,1,0,3,8,0,0,0,1,0.4,0.4091,0.5,0.2985,11,23,34
+1629,2011-03-13,1,0,3,9,0,0,0,1,0.4,0.4091,0.5,0.4179,8,36,44
+1630,2011-03-13,1,0,3,10,0,0,0,1,0.42,0.4242,0.47,0.2537,36,86,122
+1631,2011-03-13,1,0,3,11,0,0,0,1,0.44,0.4394,0.41,0.4179,88,93,181
+1632,2011-03-13,1,0,3,12,0,0,0,1,0.46,0.4545,0.38,0.3881,74,120,194
+1633,2011-03-13,1,0,3,13,0,0,0,1,0.46,0.4545,0.38,0.3881,97,124,221
+1634,2011-03-13,1,0,3,14,0,0,0,1,0.46,0.4545,0.41,0.2985,144,106,250
+1635,2011-03-13,1,0,3,15,0,0,0,1,0.48,0.4697,0.39,0.3284,149,155,304
+1636,2011-03-13,1,0,3,16,0,0,0,1,0.46,0.4545,0.41,0.3881,124,132,256
+1637,2011-03-13,1,0,3,17,0,0,0,1,0.44,0.4394,0.41,0.3582,98,143,241
+1638,2011-03-13,1,0,3,18,0,0,0,1,0.4,0.4091,0.43,0.3582,55,92,147
+1639,2011-03-13,1,0,3,19,0,0,0,1,0.36,0.3333,0.5,0.3582,28,73,101
+1640,2011-03-13,1,0,3,20,0,0,0,1,0.32,0.303,0.57,0.2985,23,54,77
+1641,2011-03-13,1,0,3,21,0,0,0,1,0.3,0.2879,0.56,0.2537,9,49,58
+1642,2011-03-13,1,0,3,22,0,0,0,1,0.3,0.2727,0.56,0.3284,8,29,37
+1643,2011-03-13,1,0,3,23,0,0,0,1,0.26,0.2576,0.65,0.2239,5,23,28
+1644,2011-03-14,1,0,3,0,0,1,1,1,0.26,0.2727,0.65,0.1045,4,7,11
+1645,2011-03-14,1,0,3,1,0,1,1,1,0.26,0.2879,0.65,0.0896,0,1,1
+1646,2011-03-14,1,0,3,2,0,1,1,1,0.26,0.2879,0.65,0.0896,0,1,1
+1647,2011-03-14,1,0,3,3,0,1,1,1,0.26,0.2727,0.65,0.1343,0,3,3
+1648,2011-03-14,1,0,3,5,0,1,1,1,0.24,0.2424,0.7,0.1343,0,8,8
+1649,2011-03-14,1,0,3,6,0,1,1,1,0.26,0.2727,0.65,0.1343,1,27,28
+1650,2011-03-14,1,0,3,7,0,1,1,2,0.28,0.3182,0.61,0,4,84,88
+1651,2011-03-14,1,0,3,8,0,1,1,2,0.3,0.303,0.56,0.1343,24,217,241
+1652,2011-03-14,1,0,3,9,0,1,1,1,0.32,0.303,0.53,0.3284,13,127,140
+1653,2011-03-14,1,0,3,10,0,1,1,1,0.34,0.3182,0.42,0.2537,27,57,84
+1654,2011-03-14,1,0,3,11,0,1,1,1,0.36,0.3333,0.4,0.2537,26,45,71
+1655,2011-03-14,1,0,3,12,0,1,1,1,0.38,0.3939,0.37,0,40,54,94
+1656,2011-03-14,1,0,3,13,0,1,1,1,0.38,0.3939,0.36,0.3284,24,51,75
+1657,2011-03-14,1,0,3,14,0,1,1,2,0.38,0.3939,0.34,0,27,52,79
+1658,2011-03-14,1,0,3,15,0,1,1,1,0.38,0.3939,0.37,0.1642,24,77,101
+1659,2011-03-14,1,0,3,16,0,1,1,1,0.4,0.4091,0.35,0.1045,27,80,107
+1660,2011-03-14,1,0,3,17,0,1,1,1,0.38,0.3939,0.4,0.194,42,229,271
+1661,2011-03-14,1,0,3,18,0,1,1,1,0.36,0.3636,0.4,0.1045,25,210,235
+1662,2011-03-14,1,0,3,19,0,1,1,1,0.36,0.3485,0.43,0.1343,17,133,150
+1663,2011-03-14,1,0,3,20,0,1,1,1,0.34,0.3182,0.46,0.2239,23,106,129
+1664,2011-03-14,1,0,3,21,0,1,1,1,0.34,0.3333,0.46,0.1343,5,58,63
+1665,2011-03-14,1,0,3,22,0,1,1,1,0.32,0.3333,0.49,0.1045,4,43,47
+1666,2011-03-14,1,0,3,23,0,1,1,1,0.32,0.3485,0.53,0,2,17,19
+1667,2011-03-15,1,0,3,0,0,2,1,1,0.32,0.3485,0.53,0,7,7,14
+1668,2011-03-15,1,0,3,1,0,2,1,1,0.3,0.303,0.62,0.0896,4,6,10
+1669,2011-03-15,1,0,3,2,0,2,1,1,0.3,0.303,0.62,0.0896,1,2,3
+1670,2011-03-15,1,0,3,4,0,2,1,1,0.24,0.2576,0.75,0.0896,1,1,2
+1671,2011-03-15,1,0,3,5,0,2,1,1,0.24,0.2273,0.75,0.194,0,11,11
+1672,2011-03-15,1,0,3,6,0,2,1,1,0.22,0.2273,0.8,0.194,3,32,35
+1673,2011-03-15,1,0,3,7,0,2,1,1,0.24,0.2424,0.75,0.1642,10,109,119
+1674,2011-03-15,1,0,3,8,0,2,1,1,0.26,0.2879,0.7,0.0896,23,259,282
+1675,2011-03-15,1,0,3,9,0,2,1,2,0.3,0.3333,0.7,0,10,147,157
+1676,2011-03-15,1,0,3,10,0,2,1,2,0.32,0.3182,0.66,0.194,22,56,78
+1677,2011-03-15,1,0,3,11,0,2,1,2,0.34,0.3182,0.57,0.2239,27,51,78
+1678,2011-03-15,1,0,3,12,0,2,1,2,0.36,0.3485,0.5,0.2239,32,70,102
+1679,2011-03-15,1,0,3,13,0,2,1,2,0.36,0.3333,0.57,0.2836,23,74,97
+1680,2011-03-15,1,0,3,14,0,2,1,2,0.38,0.3939,0.46,0.2985,14,74,88
+1681,2011-03-15,1,0,3,15,0,2,1,2,0.38,0.3939,0.43,0.2836,24,66,90
+1682,2011-03-15,1,0,3,16,0,2,1,2,0.38,0.3939,0.46,0.3284,21,93,114
+1683,2011-03-15,1,0,3,17,0,2,1,2,0.36,0.3485,0.62,0.194,22,195,217
+1684,2011-03-15,1,0,3,18,0,2,1,2,0.36,0.3333,0.62,0.2985,18,207,225
+1685,2011-03-15,1,0,3,19,0,2,1,2,0.34,0.3182,0.71,0.2836,14,138,152
+1686,2011-03-15,1,0,3,20,0,2,1,2,0.34,0.3182,0.71,0.2836,9,79,88
+1687,2011-03-15,1,0,3,21,0,2,1,3,0.32,0.3333,0.81,0.1045,2,53,55
+1688,2011-03-15,1,0,3,22,0,2,1,2,0.32,0.3182,0.87,0.1642,1,20,21
+1689,2011-03-15,1,0,3,23,0,2,1,2,0.32,0.3182,0.87,0.1642,1,17,18
+1690,2011-03-16,1,0,3,0,0,3,1,3,0.3,0.2879,0.93,0.2537,0,8,8
+1691,2011-03-16,1,0,3,1,0,3,1,3,0.3,0.2727,1,0.2985,1,2,3
+1692,2011-03-16,1,0,3,3,0,3,1,2,0.28,0.2727,1,0.2239,1,2,3
+1693,2011-03-16,1,0,3,4,0,3,1,2,0.3,0.303,0.93,0.1642,0,1,1
+1694,2011-03-16,1,0,3,5,0,3,1,2,0.3,0.3182,0.93,0.1045,0,3,3
+1695,2011-03-16,1,0,3,6,0,3,1,2,0.3,0.3182,0.93,0.1045,1,30,31
+1696,2011-03-16,1,0,3,7,0,3,1,2,0.3,0.2879,0.93,0.194,10,101,111
+1697,2011-03-16,1,0,3,8,0,3,1,2,0.32,0.3182,0.93,0,26,227,253
+1698,2011-03-16,1,0,3,9,0,3,1,2,0.32,0.3333,0.93,0.1343,10,144,154
+1699,2011-03-16,1,0,3,10,0,3,1,2,0.36,0.3485,0.81,0.1642,19,49,68
+1700,2011-03-16,1,0,3,11,0,3,1,2,0.36,0.3485,0.81,0.1343,13,62,75
+1701,2011-03-16,1,0,3,12,0,3,1,2,0.4,0.4091,0.71,0.1045,23,65,88
+1702,2011-03-16,1,0,3,13,0,3,1,2,0.4,0.4091,0.76,0.1343,18,81,99
+1703,2011-03-16,1,0,3,14,0,3,1,2,0.4,0.4091,0.76,0.2239,33,67,100
+1704,2011-03-16,1,0,3,15,0,3,1,2,0.4,0.4091,0.76,0.2537,22,79,101
+1705,2011-03-16,1,0,3,16,0,3,1,2,0.4,0.4091,0.76,0.1642,30,121,151
+1706,2011-03-16,1,0,3,17,0,3,1,2,0.44,0.4394,0.54,0.2985,37,216,253
+1707,2011-03-16,1,0,3,18,0,3,1,2,0.44,0.4394,0.54,0.2239,26,211,237
+1708,2011-03-16,1,0,3,19,0,3,1,2,0.44,0.4394,0.51,0.3284,18,150,168
+1709,2011-03-16,1,0,3,20,0,3,1,2,0.42,0.4242,0.54,0.2985,10,111,121
+1710,2011-03-16,1,0,3,21,0,3,1,2,0.42,0.4242,0.58,0.2836,3,75,78
+1711,2011-03-16,1,0,3,22,0,3,1,2,0.4,0.4091,0.62,0.3881,11,48,59
+1712,2011-03-16,1,0,3,23,0,3,1,1,0.4,0.4091,0.65,0.194,9,18,27
+1713,2011-03-17,1,0,3,0,0,4,1,1,0.38,0.3939,0.66,0.2537,4,19,23
+1714,2011-03-17,1,0,3,1,0,4,1,1,0.36,0.3485,0.71,0.2239,1,11,12
+1715,2011-03-17,1,0,3,2,0,4,1,1,0.34,0.303,0.71,0.2985,3,5,8
+1716,2011-03-17,1,0,3,3,0,4,1,1,0.34,0.3333,0.66,0.1642,1,1,2
+1717,2011-03-17,1,0,3,4,0,4,1,1,0.34,0.3333,0.71,0.194,0,3,3
+1718,2011-03-17,1,0,3,5,0,4,1,1,0.32,0.3333,0.76,0.1045,0,13,13
+1719,2011-03-17,1,0,3,6,0,4,1,1,0.32,0.3182,0.76,0.194,4,47,51
+1720,2011-03-17,1,0,3,7,0,4,1,1,0.32,0.3333,0.76,0.1343,12,128,140
+1721,2011-03-17,1,0,3,8,0,4,1,1,0.36,0.3485,0.66,0.1343,17,282,299
+1722,2011-03-17,1,0,3,9,0,4,1,1,0.4,0.4091,0.62,0.2537,23,162,185
+1723,2011-03-17,1,0,3,10,0,4,1,1,0.44,0.4394,0.54,0.3284,9,69,78
+1724,2011-03-17,1,0,3,11,0,4,1,1,0.44,0.4394,0.54,0.2836,20,66,86
+1725,2011-03-17,1,0,3,12,0,4,1,1,0.5,0.4848,0.45,0.2239,24,81,105
+1726,2011-03-17,1,0,3,13,0,4,1,2,0.52,0.5,0.42,0.0896,26,85,111
+1727,2011-03-17,1,0,3,14,0,4,1,1,0.5,0.4848,0.45,0.1045,32,87,119
+1728,2011-03-17,1,0,3,15,0,4,1,1,0.52,0.5,0.42,0.2537,30,95,125
+1729,2011-03-17,1,0,3,16,0,4,1,1,0.5,0.4848,0.48,0.2836,34,108,142
+1730,2011-03-17,1,0,3,17,0,4,1,1,0.5,0.4848,0.42,0.194,48,265,313
+1731,2011-03-17,1,0,3,18,0,4,1,2,0.46,0.4545,0.59,0.1642,50,260,310
+1732,2011-03-17,1,0,3,19,0,4,1,1,0.44,0.4394,0.58,0.194,18,189,207
+1733,2011-03-17,1,0,3,20,0,4,1,1,0.42,0.4242,0.67,0.2239,25,112,137
+1734,2011-03-17,1,0,3,21,0,4,1,1,0.42,0.4242,0.62,0.2239,19,119,138
+1735,2011-03-17,1,0,3,22,0,4,1,1,0.4,0.4091,0.66,0.2239,17,70,87
+1736,2011-03-17,1,0,3,23,0,4,1,1,0.42,0.4242,0.62,0.2836,7,43,50
+1737,2011-03-18,1,0,3,0,0,5,1,1,0.42,0.4242,0.58,0.2836,5,24,29
+1738,2011-03-18,1,0,3,1,0,5,1,1,0.4,0.4091,0.62,0.2537,4,12,16
+1739,2011-03-18,1,0,3,2,0,5,1,1,0.4,0.4091,0.62,0.194,5,9,14
+1740,2011-03-18,1,0,3,3,0,5,1,1,0.36,0.3485,0.71,0.194,1,4,5
+1741,2011-03-18,1,0,3,5,0,5,1,1,0.38,0.3939,0.66,0.1642,2,8,10
+1742,2011-03-18,1,0,3,6,0,5,1,1,0.4,0.4091,0.66,0.194,1,35,36
+1743,2011-03-18,1,0,3,7,0,5,1,1,0.4,0.4091,0.66,0.194,11,112,123
+1744,2011-03-18,1,0,3,8,0,5,1,1,0.42,0.4242,0.67,0.2537,24,256,280
+1745,2011-03-18,1,0,3,9,0,5,1,1,0.46,0.4545,0.63,0.2239,18,192,210
+1746,2011-03-18,1,0,3,10,0,5,1,1,0.52,0.5,0.53,0.2836,43,74,117
+1747,2011-03-18,1,0,3,11,0,5,1,1,0.54,0.5152,0.52,0.2836,55,104,159
+1748,2011-03-18,1,0,3,12,0,5,1,2,0.56,0.5303,0.49,0.3582,72,123,195
+1749,2011-03-18,1,0,3,13,0,5,1,1,0.64,0.6212,0.41,0.2836,57,118,175
+1750,2011-03-18,1,0,3,14,0,5,1,1,0.66,0.6212,0.39,0.2537,71,103,174
+1751,2011-03-18,1,0,3,15,0,5,1,2,0.68,0.6364,0.39,0.3582,62,111,173
+1752,2011-03-18,1,0,3,16,0,5,1,1,0.68,0.6364,0.39,0.2836,67,137,204
+1753,2011-03-18,1,0,3,17,0,5,1,1,0.7,0.6364,0.37,0.3284,95,237,332
+1754,2011-03-18,1,0,3,18,0,5,1,1,0.68,0.6364,0.39,0.1642,84,247,331
+1755,2011-03-18,1,0,3,19,0,5,1,1,0.66,0.6212,0.44,0.1343,58,132,190
+1756,2011-03-18,1,0,3,20,0,5,1,1,0.62,0.6212,0.46,0.1343,46,103,149
+1757,2011-03-18,1,0,3,21,0,5,1,1,0.62,0.6212,0.46,0.1045,22,91,113
+1758,2011-03-18,1,0,3,22,0,5,1,1,0.62,0.6212,0.5,0.1642,55,63,118
+1759,2011-03-18,1,0,3,23,0,5,1,2,0.6,0.6212,0.53,0.2239,26,60,86
+1760,2011-03-19,1,0,3,0,0,6,0,2,0.6,0.6212,0.53,0.2537,26,50,76
+1761,2011-03-19,1,0,3,1,0,6,0,2,0.58,0.5455,0.46,0.3582,16,35,51
+1762,2011-03-19,1,0,3,2,0,6,0,2,0.56,0.5303,0.43,0.2239,5,20,25
+1763,2011-03-19,1,0,3,3,0,6,0,2,0.54,0.5152,0.39,0.3284,1,7,8
+1764,2011-03-19,1,0,3,4,0,6,0,1,0.52,0.5,0.34,0.4179,1,2,3
+1765,2011-03-19,1,0,3,5,0,6,0,1,0.52,0.5,0.34,0.4179,0,2,2
+1766,2011-03-19,1,0,3,6,0,6,0,1,0.44,0.4394,0.44,0.4179,0,10,10
+1767,2011-03-19,1,0,3,7,0,6,0,1,0.4,0.4091,0.5,0.3284,4,9,13
+1768,2011-03-19,1,0,3,8,0,6,0,1,0.42,0.4242,0.47,0.4925,11,37,48
+1769,2011-03-19,1,0,3,9,0,6,0,1,0.42,0.4242,0.44,0.4627,35,41,76
+1770,2011-03-19,1,0,3,10,0,6,0,1,0.44,0.4394,0.38,0.4179,55,85,140
+1771,2011-03-19,1,0,3,11,0,6,0,1,0.46,0.4545,0.36,0.4478,90,106,196
+1772,2011-03-19,1,0,3,12,0,6,0,1,0.46,0.4545,0.33,0.4179,126,141,267
+1773,2011-03-19,1,0,3,13,0,6,0,1,0.5,0.4848,0.34,0.4627,174,127,301
+1774,2011-03-19,1,0,3,14,0,6,0,1,0.5,0.4848,0.31,0.4925,168,144,312
+1775,2011-03-19,1,0,3,15,0,6,0,1,0.5,0.4848,0.29,0.4179,170,143,313
+1776,2011-03-19,1,0,3,16,0,6,0,1,0.5,0.4848,0.31,0.3881,175,129,304
+1777,2011-03-19,1,0,3,17,0,6,0,1,0.48,0.4697,0.31,0.3284,138,140,278
+1778,2011-03-19,1,0,3,18,0,6,0,1,0.46,0.4545,0.31,0.3284,92,125,217
+1779,2011-03-19,1,0,3,19,0,6,0,1,0.44,0.4394,0.33,0.2836,38,116,154
+1780,2011-03-19,1,0,3,20,0,6,0,1,0.42,0.4242,0.35,0.2239,39,69,108
+1781,2011-03-19,1,0,3,21,0,6,0,1,0.4,0.4091,0.37,0.2985,20,73,93
+1782,2011-03-19,1,0,3,22,0,6,0,1,0.4,0.4091,0.37,0.3284,27,45,72
+1783,2011-03-19,1,0,3,23,0,6,0,1,0.38,0.3939,0.4,0.2985,13,37,50
+1784,2011-03-20,1,0,3,0,0,0,0,1,0.34,0.303,0.49,0.4179,7,33,40
+1785,2011-03-20,1,0,3,1,0,0,0,1,0.32,0.2879,0.53,0.3582,2,22,24
+1786,2011-03-20,1,0,3,2,0,0,0,1,0.3,0.2879,0.52,0.2836,6,24,30
+1787,2011-03-20,1,0,3,3,0,0,0,1,0.28,0.2727,0.56,0.2537,1,11,12
+1788,2011-03-20,1,0,3,4,0,0,0,1,0.26,0.2576,0.56,0.2239,2,1,3
+1789,2011-03-20,1,0,3,5,0,0,0,1,0.26,0.2576,0.6,0.194,3,6,9
+1790,2011-03-20,1,0,3,6,0,0,0,1,0.26,0.2576,0.6,0.2239,1,3,4
+1791,2011-03-20,1,0,3,7,0,0,0,1,0.24,0.2273,0.6,0.2239,5,9,14
+1792,2011-03-20,1,0,3,8,0,0,0,1,0.28,0.2727,0.56,0.1642,7,30,37
+1793,2011-03-20,1,0,3,9,0,0,0,1,0.3,0.303,0.52,0.1343,35,43,78
+1794,2011-03-20,1,0,3,10,0,0,0,2,0.32,0.3485,0.45,0,55,81,136
+1795,2011-03-20,1,0,3,11,0,0,0,1,0.34,0.3485,0.39,0.1045,92,111,203
+1796,2011-03-20,1,0,3,12,0,0,0,1,0.36,0.3636,0.4,0.1045,120,108,228
+1797,2011-03-20,1,0,3,13,0,0,0,1,0.38,0.3939,0.34,0,88,115,203
+1798,2011-03-20,1,0,3,14,0,0,0,1,0.4,0.4091,0.3,0,145,134,279
+1799,2011-03-20,1,0,3,15,0,0,0,1,0.4,0.4091,0.32,0.0896,172,136,308
+1800,2011-03-20,1,0,3,16,0,0,0,1,0.42,0.4242,0.32,0,92,132,224
+1801,2011-03-20,1,0,3,17,0,0,0,1,0.4,0.4091,0.35,0.2836,83,143,226
+1802,2011-03-20,1,0,3,18,0,0,0,1,0.38,0.3939,0.4,0.3582,58,98,156
+1803,2011-03-20,1,0,3,19,0,0,0,1,0.36,0.3333,0.43,0.2836,21,58,79
+1804,2011-03-20,1,0,3,20,0,0,0,1,0.36,0.3333,0.46,0.2836,21,46,67
+1805,2011-03-20,1,0,3,21,0,0,0,2,0.34,0.3182,0.53,0.2836,10,39,49
+1806,2011-03-20,1,0,3,22,0,0,0,2,0.34,0.303,0.53,0.3284,8,30,38
+1807,2011-03-20,1,0,3,23,0,0,0,3,0.34,0.303,0.61,0.3881,13,11,24
+1808,2011-03-21,2,0,3,0,0,1,1,3,0.34,0.303,0.66,0.3881,2,11,13
+1809,2011-03-21,2,0,3,1,0,1,1,2,0.34,0.303,0.71,0.3881,1,6,7
+1810,2011-03-21,2,0,3,2,0,1,1,2,0.34,0.303,0.71,0.3284,1,5,6
+1811,2011-03-21,2,0,3,3,0,1,1,2,0.34,0.303,0.71,0.3284,0,1,1
+1812,2011-03-21,2,0,3,5,0,1,1,1,0.32,0.303,0.81,0.2985,1,1,2
+1813,2011-03-21,2,0,3,6,0,1,1,3,0.32,0.303,0.76,0.2537,2,30,32
+1814,2011-03-21,2,0,3,7,0,1,1,3,0.3,0.2727,0.87,0.4179,3,15,18
+1815,2011-03-21,2,0,3,8,0,1,1,2,0.3,0.2727,0.87,0.4179,3,95,98
+1816,2011-03-21,2,0,3,9,0,1,1,2,0.34,0.303,0.81,0.3284,12,115,127
+1817,2011-03-21,2,0,3,10,0,1,1,2,0.38,0.3939,0.76,0.3881,17,45,62
+1818,2011-03-21,2,0,3,11,0,1,1,2,0.42,0.4242,0.71,0.2985,32,47,79
+1819,2011-03-21,2,0,3,12,0,1,1,2,0.44,0.4394,0.77,0.2537,25,56,81
+1820,2011-03-21,2,0,3,13,0,1,1,2,0.5,0.4848,0.63,0.2239,35,77,112
+1821,2011-03-21,2,0,3,14,0,1,1,2,0.54,0.5152,0.64,0.2239,36,65,101
+1822,2011-03-21,2,0,3,15,0,1,1,2,0.56,0.5303,0.6,0.2239,41,66,107
+1823,2011-03-21,2,0,3,16,0,1,1,2,0.54,0.5152,0.64,0.2836,29,112,141
+1824,2011-03-21,2,0,3,17,0,1,1,2,0.54,0.5152,0.64,0.2537,41,231,272
+1825,2011-03-21,2,0,3,18,0,1,1,2,0.52,0.5,0.72,0.2239,44,232,276
+1826,2011-03-21,2,0,3,19,0,1,1,1,0.58,0.5455,0.6,0.4179,22,199,221
+1827,2011-03-21,2,0,3,20,0,1,1,1,0.56,0.5303,0.64,0.194,16,106,122
+1828,2011-03-21,2,0,3,21,0,1,1,1,0.46,0.4545,0.94,0.194,12,79,91
+1829,2011-03-21,2,0,3,22,0,1,1,1,0.46,0.4545,0.88,0.2239,18,60,78
+1830,2011-03-21,2,0,3,23,0,1,1,1,0.46,0.4545,0.88,0.0896,8,22,30
+1831,2011-03-22,2,0,3,0,0,2,1,1,0.46,0.4545,0.88,0.194,4,7,11
+1832,2011-03-22,2,0,3,1,0,2,1,1,0.42,0.4242,1,0.1343,6,13,19
+1833,2011-03-22,2,0,3,2,0,2,1,1,0.44,0.4394,0.94,0.0896,0,1,1
+1834,2011-03-22,2,0,3,3,0,2,1,1,0.44,0.4394,0.82,0.2239,3,2,5
+1835,2011-03-22,2,0,3,4,0,2,1,2,0.42,0.4242,0.82,0.1642,0,1,1
+1836,2011-03-22,2,0,3,5,0,2,1,2,0.4,0.4091,0.87,0.1343,1,11,12
+1837,2011-03-22,2,0,3,6,0,2,1,1,0.4,0.4091,0.87,0.2537,2,58,60
+1838,2011-03-22,2,0,3,7,0,2,1,2,0.4,0.4091,0.76,0.1045,4,132,136
+1839,2011-03-22,2,0,3,8,0,2,1,2,0.4,0.4091,0.58,0.2985,24,312,336
+1840,2011-03-22,2,0,3,9,0,2,1,2,0.4,0.4091,0.58,0.4627,19,159,178
+1841,2011-03-22,2,0,3,10,0,2,1,2,0.44,0.4394,0.54,0.2985,29,95,124
+1842,2011-03-22,2,0,3,11,0,2,1,1,0.44,0.4394,0.51,0.3284,22,64,86
+1843,2011-03-22,2,0,3,12,0,2,1,1,0.46,0.4545,0.47,0.2537,35,86,121
+1844,2011-03-22,2,0,3,13,0,2,1,1,0.5,0.4848,0.45,0.2239,21,85,106
+1845,2011-03-22,2,0,3,14,0,2,1,1,0.5,0.4848,0.42,0.3284,30,71,101
+1846,2011-03-22,2,0,3,15,0,2,1,1,0.5,0.4848,0.42,0.2239,55,79,134
+1847,2011-03-22,2,0,3,16,0,2,1,1,0.5,0.4848,0.42,0.1045,40,125,165
+1848,2011-03-22,2,0,3,17,0,2,1,1,0.5,0.4848,0.42,0.1045,42,265,307
+1849,2011-03-22,2,0,3,18,0,2,1,1,0.48,0.4697,0.44,0.0896,41,271,312
+1850,2011-03-22,2,0,3,19,0,2,1,2,0.44,0.4394,0.54,0.2537,22,142,164
+1851,2011-03-22,2,0,3,20,0,2,1,2,0.44,0.4394,0.54,0.3582,19,116,135
+1852,2011-03-22,2,0,3,21,0,2,1,2,0.42,0.4242,0.54,0.2836,24,63,87
+1853,2011-03-22,2,0,3,22,0,2,1,2,0.4,0.4091,0.58,0.2537,13,57,70
+1854,2011-03-22,2,0,3,23,0,2,1,2,0.4,0.4091,0.58,0.2537,4,28,32
+1855,2011-03-23,2,0,3,0,0,3,1,3,0.36,0.3485,0.71,0.2239,3,8,11
+1856,2011-03-23,2,0,3,1,0,3,1,3,0.34,0.3182,0.76,0.2239,0,7,7
+1857,2011-03-23,2,0,3,2,0,3,1,3,0.34,0.3182,0.76,0.2239,1,1,2
+1858,2011-03-23,2,0,3,3,0,3,1,2,0.34,0.3182,0.76,0.2537,0,3,3
+1859,2011-03-23,2,0,3,5,0,3,1,3,0.32,0.3182,0.87,0.194,0,10,10
+1860,2011-03-23,2,0,3,6,0,3,1,2,0.34,0.3182,0.87,0.2537,1,43,44
+1861,2011-03-23,2,0,3,7,0,3,1,2,0.32,0.303,0.93,0.2239,7,111,118
+1862,2011-03-23,2,0,3,8,0,3,1,2,0.32,0.3182,0.87,0.194,14,247,261
+1863,2011-03-23,2,0,3,9,0,3,1,2,0.32,0.303,0.81,0.2537,8,174,182
+1864,2011-03-23,2,0,3,10,0,3,1,2,0.34,0.3182,0.81,0.2836,15,60,75
+1865,2011-03-23,2,0,3,11,0,3,1,2,0.34,0.3333,0.87,0.194,18,53,71
+1866,2011-03-23,2,0,3,12,0,3,1,2,0.34,0.3182,0.87,0.2239,14,73,87
+1867,2011-03-23,2,0,3,13,0,3,1,3,0.34,0.3333,0.87,0.1343,14,94,108
+1868,2011-03-23,2,0,3,14,0,3,1,2,0.36,0.3636,0.87,0.1045,13,71,84
+1869,2011-03-23,2,0,3,15,0,3,1,2,0.38,0.3939,0.82,0.2239,11,74,85
+1870,2011-03-23,2,0,3,16,0,3,1,2,0.4,0.4091,0.76,0.2239,13,123,136
+1871,2011-03-23,2,0,3,17,0,3,1,2,0.4,0.4091,0.76,0.2239,28,245,273
+1872,2011-03-23,2,0,3,18,0,3,1,3,0.38,0.3939,0.82,0.2537,20,218,238
+1873,2011-03-23,2,0,3,19,0,3,1,3,0.38,0.3939,0.82,0.2537,12,147,159
+1874,2011-03-23,2,0,3,20,0,3,1,3,0.36,0.303,0.87,0.6418,3,72,75
+1875,2011-03-23,2,0,3,21,0,3,1,3,0.32,0.2879,1,0.4179,0,22,22
+1876,2011-03-23,2,0,3,22,0,3,1,2,0.32,0.3182,0.93,0.1642,6,38,44
+1877,2011-03-23,2,0,3,23,0,3,1,3,0.32,0.3333,0.9,0,2,24,26
+1878,2011-03-24,2,0,3,0,0,4,1,2,0.32,0.303,0.93,0.2239,0,11,11
+1879,2011-03-24,2,0,3,1,0,4,1,2,0.3,0.2879,1,0.2239,0,3,3
+1880,2011-03-24,2,0,3,2,0,4,1,2,0.3,0.2879,1,0.2537,0,6,6
+1881,2011-03-24,2,0,3,3,0,4,1,2,0.28,0.2727,1,0.194,1,0,1
+1882,2011-03-24,2,0,3,4,0,4,1,2,0.28,0.2727,1,0.194,0,1,1
+1883,2011-03-24,2,0,3,5,0,4,1,2,0.28,0.2727,0.93,0.2239,1,8,9
+1884,2011-03-24,2,0,3,6,0,4,1,2,0.28,0.2727,0.93,0.2239,0,41,41
+1885,2011-03-24,2,0,3,7,0,4,1,3,0.26,0.2576,1,0.2239,2,106,108
+1886,2011-03-24,2,0,3,8,0,4,1,3,0.26,0.2273,1,0.2985,4,120,124
+1887,2011-03-24,2,0,3,9,0,4,1,2,0.26,0.2576,0.93,0.2239,3,94,97
+1888,2011-03-24,2,0,3,10,0,4,1,2,0.26,0.2273,0.93,0.3284,10,55,65
+1889,2011-03-24,2,0,3,11,0,4,1,2,0.3,0.2727,0.81,0.2985,10,61,71
+1890,2011-03-24,2,0,3,12,0,4,1,2,0.3,0.2727,0.7,0.3284,12,82,94
+1891,2011-03-24,2,0,3,13,0,4,1,2,0.32,0.303,0.7,0.2239,11,90,101
+1892,2011-03-24,2,0,3,14,0,4,1,2,0.3,0.303,0.7,0.1343,17,66,83
+1893,2011-03-24,2,0,3,15,0,4,1,2,0.3,0.2879,0.7,0.2537,13,77,90
+1894,2011-03-24,2,0,3,16,0,4,1,2,0.3,0.2879,0.65,0.2239,6,78,84
+1895,2011-03-24,2,0,3,17,0,4,1,2,0.3,0.2879,0.7,0.2239,12,221,233
+1896,2011-03-24,2,0,3,18,0,4,1,2,0.3,0.2727,0.61,0.2985,17,197,214
+1897,2011-03-24,2,0,3,19,0,4,1,1,0.3,0.2727,0.56,0.3881,16,122,138
+1898,2011-03-24,2,0,3,20,0,4,1,1,0.28,0.2576,0.61,0.2836,8,110,118
+1899,2011-03-24,2,0,3,21,0,4,1,1,0.26,0.2576,0.65,0.2239,11,67,78
+1900,2011-03-24,2,0,3,22,0,4,1,1,0.26,0.2576,0.65,0.1642,3,59,62
+1901,2011-03-24,2,0,3,23,0,4,1,1,0.24,0.2273,0.65,0.194,9,24,33
+1902,2011-03-25,2,0,3,0,0,5,1,1,0.24,0.2273,0.6,0.194,1,17,18
+1903,2011-03-25,2,0,3,1,0,5,1,1,0.2,0.2121,0.69,0.1642,0,5,5
+1904,2011-03-25,2,0,3,2,0,5,1,1,0.2,0.197,0.69,0.2239,0,5,5
+1905,2011-03-25,2,0,3,3,0,5,1,1,0.2,0.2273,0.69,0.1045,0,2,2
+1906,2011-03-25,2,0,3,4,0,5,1,1,0.18,0.2121,0.74,0.1045,3,2,5
+1907,2011-03-25,2,0,3,5,0,5,1,1,0.18,0.197,0.74,0.1642,0,9,9
+1908,2011-03-25,2,0,3,6,0,5,1,1,0.18,0.1818,0.74,0.2239,0,32,32
+1909,2011-03-25,2,0,3,7,0,5,1,1,0.2,0.1818,0.59,0.3582,4,100,104
+1910,2011-03-25,2,0,3,8,0,5,1,1,0.22,0.2121,0.51,0.2836,9,228,237
+1911,2011-03-25,2,0,3,9,0,5,1,1,0.24,0.2121,0.48,0.2985,16,150,166
+1912,2011-03-25,2,0,3,10,0,5,1,1,0.26,0.2576,0.48,0,15,53,68
+1913,2011-03-25,2,0,3,11,0,5,1,1,0.3,0.2879,0.45,0.2836,17,58,75
+1914,2011-03-25,2,0,3,12,0,5,1,1,0.32,0.303,0.42,0.2537,37,108,145
+1915,2011-03-25,2,0,3,13,0,5,1,1,0.32,0.3182,0.39,0.194,34,104,138
+1916,2011-03-25,2,0,3,14,0,5,1,1,0.36,0.3333,0.32,0.3284,30,103,133
+1917,2011-03-25,2,0,3,15,0,5,1,2,0.34,0.3182,0.36,0.2537,43,79,122
+1918,2011-03-25,2,0,3,16,0,5,1,2,0.34,0.303,0.34,0.2985,23,127,150
+1919,2011-03-25,2,0,3,17,0,5,1,2,0.32,0.2879,0.36,0.3582,23,202,225
+1920,2011-03-25,2,0,3,18,0,5,1,1,0.3,0.2879,0.39,0.2537,8,190,198
+1921,2011-03-25,2,0,3,19,0,5,1,2,0.3,0.2879,0.36,0.2836,9,126,135
+1922,2011-03-25,2,0,3,20,0,5,1,2,0.3,0.303,0.39,0.1343,6,75,81
+1923,2011-03-25,2,0,3,21,0,5,1,2,0.3,0.303,0.39,0.1642,11,64,75
+1924,2011-03-25,2,0,3,22,0,5,1,2,0.28,0.2576,0.38,0.3284,3,40,43
+1925,2011-03-25,2,0,3,23,0,5,1,2,0.26,0.2424,0.38,0.2836,8,31,39
+1926,2011-03-26,2,0,3,0,0,6,0,2,0.26,0.2424,0.38,0.2836,3,25,28
+1927,2011-03-26,2,0,3,1,0,6,0,1,0.26,0.2273,0.38,0.2985,3,24,27
+1928,2011-03-26,2,0,3,2,0,6,0,1,0.22,0.2121,0.44,0.2239,4,21,25
+1929,2011-03-26,2,0,3,3,0,6,0,1,0.2,0.197,0.47,0.194,2,7,9
+1930,2011-03-26,2,0,3,4,0,6,0,1,0.22,0.2121,0.44,0.2239,2,4,6
+1931,2011-03-26,2,0,3,5,0,6,0,1,0.2,0.197,0.51,0.194,0,8,8
+1932,2011-03-26,2,0,3,6,0,6,0,1,0.18,0.1818,0.55,0.194,2,8,10
+1933,2011-03-26,2,0,3,7,0,6,0,1,0.2,0.197,0.51,0.194,18,23,41
+1934,2011-03-26,2,0,3,8,0,6,0,1,0.22,0.2273,0.44,0.1343,24,42,66
+1935,2011-03-26,2,0,3,9,0,6,0,1,0.24,0.2424,0.41,0.1343,32,68,100
+1936,2011-03-26,2,0,3,10,0,6,0,1,0.26,0.2576,0.41,0.1642,32,93,125
+1937,2011-03-26,2,0,3,11,0,6,0,1,0.28,0.2727,0.38,0.1642,75,93,168
+1938,2011-03-26,2,0,3,12,0,6,0,1,0.3,0.2879,0.36,0.194,98,129,227
+1939,2011-03-26,2,0,3,13,0,6,0,1,0.32,0.303,0.33,0.2239,94,145,239
+1940,2011-03-26,2,0,3,14,0,6,0,1,0.34,0.3182,0.29,0.2239,93,123,216
+1941,2011-03-26,2,0,3,15,0,6,0,1,0.34,0.3333,0.29,0.194,110,109,219
+1942,2011-03-26,2,0,3,16,0,6,0,1,0.34,0.3333,0.23,0.194,118,130,248
+1943,2011-03-26,2,0,3,17,0,6,0,1,0.32,0.303,0.24,0.2239,102,101,203
+1944,2011-03-26,2,0,3,18,0,6,0,2,0.32,0.3182,0.21,0.1642,64,89,153
+1945,2011-03-26,2,0,3,19,0,6,0,2,0.28,0.2727,0.45,0.2537,45,93,138
+1946,2011-03-26,2,0,3,20,0,6,0,2,0.28,0.2727,0.45,0.2537,18,67,85
+1947,2011-03-26,2,0,3,21,0,6,0,2,0.26,0.2576,0.44,0.194,15,36,51
+1948,2011-03-26,2,0,3,22,0,6,0,2,0.28,0.2727,0.41,0.2239,17,46,63
+1949,2011-03-26,2,0,3,23,0,6,0,2,0.26,0.2424,0.44,0.2836,10,31,41
+1950,2011-03-27,2,0,3,0,0,0,0,2,0.26,0.2576,0.41,0.1642,5,26,31
+1951,2011-03-27,2,0,3,1,0,0,0,2,0.24,0.2273,0.52,0.194,3,17,20
+1952,2011-03-27,2,0,3,2,0,0,0,3,0.22,0.2273,0.55,0.194,6,15,21
+1953,2011-03-27,2,0,3,3,0,0,0,3,0.2,0.197,0.69,0.2239,0,14,14
+1954,2011-03-27,2,0,3,4,0,0,0,3,0.18,0.197,0.74,0.1642,1,5,6
+1955,2011-03-27,2,0,3,6,0,0,0,3,0.16,0.1818,0.86,0.1343,0,2,2
+1956,2011-03-27,2,0,3,7,0,0,0,3,0.16,0.1667,0.86,0.1642,0,7,7
+1957,2011-03-27,2,0,3,8,0,0,0,1,0.2,0.197,0.69,0.2239,6,8,14
+1958,2011-03-27,2,0,3,9,0,0,0,1,0.22,0.2273,0.55,0.1343,17,37,54
+1959,2011-03-27,2,0,3,10,0,0,0,2,0.22,0.2121,0.55,0.2239,27,59,86
+1960,2011-03-27,2,0,3,11,0,0,0,2,0.24,0.2424,0.48,0.1642,23,85,108
+1961,2011-03-27,2,0,3,12,0,0,0,2,0.26,0.2576,0.44,0.2239,43,120,163
+1962,2011-03-27,2,0,3,13,0,0,0,1,0.3,0.2879,0.39,0.2239,47,100,147
+1963,2011-03-27,2,0,3,14,0,0,0,1,0.32,0.3182,0.36,0.1642,61,103,164
+1964,2011-03-27,2,0,3,15,0,0,0,1,0.32,0.303,0.36,0.2836,61,111,172
+1965,2011-03-27,2,0,3,16,0,0,0,1,0.34,0.3333,0.34,0,45,98,143
+1966,2011-03-27,2,0,3,17,0,0,0,1,0.32,0.303,0.31,0.2537,50,109,159
+1967,2011-03-27,2,0,3,18,0,0,0,1,0.3,0.2879,0.33,0.194,32,105,137
+1968,2011-03-27,2,0,3,19,0,0,0,1,0.3,0.2879,0.31,0.2239,23,80,103
+1969,2011-03-27,2,0,3,20,0,0,0,1,0.28,0.2727,0.36,0.1642,7,50,57
+1970,2011-03-27,2,0,3,21,0,0,0,1,0.26,0.2576,0.41,0.1642,7,29,36
+1971,2011-03-27,2,0,3,22,0,0,0,1,0.26,0.2576,0.41,0.1642,5,25,30
+1972,2011-03-27,2,0,3,23,0,0,0,1,0.26,0.2576,0.44,0.194,3,16,19
+1973,2011-03-28,2,0,3,0,0,1,1,1,0.22,0.2273,0.55,0.194,1,11,12
+1974,2011-03-28,2,0,3,1,0,1,1,1,0.22,0.2273,0.44,0.194,2,4,6
+1975,2011-03-28,2,0,3,2,0,1,1,1,0.22,0.2273,0.44,0.1642,0,5,5
+1976,2011-03-28,2,0,3,3,0,1,1,1,0.22,0.2273,0.44,0.1642,0,2,2
+1977,2011-03-28,2,0,3,5,0,1,1,1,0.18,0.1818,0.43,0.194,0,8,8
+1978,2011-03-28,2,0,3,6,0,1,1,1,0.18,0.1667,0.34,0.2836,0,40,40
+1979,2011-03-28,2,0,3,7,0,1,1,1,0.2,0.1818,0.32,0.3284,6,104,110
+1980,2011-03-28,2,0,3,8,0,1,1,1,0.2,0.197,0.34,0.2239,15,239,254
+1981,2011-03-28,2,0,3,9,0,1,1,2,0.22,0.2121,0.32,0.2239,12,109,121
+1982,2011-03-28,2,0,3,10,0,1,1,1,0.24,0.2273,0.3,0.194,22,47,69
+1983,2011-03-28,2,0,3,11,0,1,1,2,0.26,0.2424,0.3,0.2836,18,39,57
+1984,2011-03-28,2,0,3,12,0,1,1,2,0.26,0.2727,0.25,0,8,71,79
+1985,2011-03-28,2,0,3,13,0,1,1,2,0.3,0.2879,0.24,0.2239,14,69,83
+1986,2011-03-28,2,0,3,14,0,1,1,1,0.32,0.303,0.22,0.2239,15,65,80
+1987,2011-03-28,2,0,3,15,0,1,1,1,0.32,0.303,0.24,0.2836,19,53,72
+1988,2011-03-28,2,0,3,16,0,1,1,1,0.34,0.3182,0.23,0.2239,15,117,132
+1989,2011-03-28,2,0,3,17,0,1,1,1,0.34,0.303,0.23,0.2985,25,227,252
+1990,2011-03-28,2,0,3,18,0,1,1,1,0.32,0.303,0.21,0.2836,21,220,241
+1991,2011-03-28,2,0,3,19,0,1,1,1,0.3,0.303,0.22,0.1343,17,156,173
+1992,2011-03-28,2,0,3,20,0,1,1,1,0.32,0.3333,0.22,0.1045,5,107,112
+1993,2011-03-28,2,0,3,21,0,1,1,1,0.32,0.3333,0.21,0.1343,6,55,61
+1994,2011-03-28,2,0,3,22,0,1,1,1,0.3,0.2879,0.22,0.2239,0,40,40
+1995,2011-03-28,2,0,3,23,0,1,1,1,0.28,0.2576,0.24,0.2985,1,18,19
+1996,2011-03-29,2,0,3,0,0,2,1,1,0.26,0.2273,0.28,0.3284,1,15,16
+1997,2011-03-29,2,0,3,1,0,2,1,1,0.24,0.2121,0.32,0.2985,0,4,4
+1998,2011-03-29,2,0,3,2,0,2,1,1,0.24,0.2121,0.32,0.2985,0,3,3
+1999,2011-03-29,2,0,3,3,0,2,1,1,0.24,0.2121,0.32,0.2985,2,1,3
+2000,2011-03-29,2,0,3,4,0,2,1,1,0.2,0.2121,0.44,0.1642,1,1,2
+2001,2011-03-29,2,0,3,5,0,2,1,1,0.22,0.2121,0.37,0.2537,0,8,8
+2002,2011-03-29,2,0,3,6,0,2,1,1,0.22,0.2121,0.41,0.2985,4,46,50
+2003,2011-03-29,2,0,3,7,0,2,1,1,0.22,0.197,0.41,0.3582,5,128,133
+2004,2011-03-29,2,0,3,8,0,2,1,1,0.24,0.2121,0.35,0.3582,19,268,287
+2005,2011-03-29,2,0,3,9,0,2,1,1,0.28,0.2576,0.28,0.3881,16,156,172
+2006,2011-03-29,2,0,3,10,0,2,1,1,0.3,0.2727,0.24,0.2985,13,46,59
+2007,2011-03-29,2,0,3,11,0,2,1,2,0.34,0.303,0.25,0.3881,18,63,81
+2008,2011-03-29,2,0,3,12,0,2,1,1,0.34,0.3333,0.25,0.1642,29,77,106
+2009,2011-03-29,2,0,3,13,0,2,1,1,0.34,0.303,0.25,0.2985,24,80,104
+2010,2011-03-29,2,0,3,14,0,2,1,1,0.36,0.3333,0.25,0.2537,20,66,86
+2011,2011-03-29,2,0,3,15,0,2,1,1,0.38,0.3939,0.25,0.2239,22,65,87
+2012,2011-03-29,2,0,3,16,0,2,1,1,0.38,0.3939,0.22,0.1642,12,124,136
+2013,2011-03-29,2,0,3,17,0,2,1,1,0.4,0.4091,0.2,0.1343,34,265,299
+2014,2011-03-29,2,0,3,18,0,2,1,1,0.36,0.3636,0.21,0.0896,42,252,294
+2015,2011-03-29,2,0,3,19,0,2,1,1,0.34,0.3333,0.23,0.194,20,170,190
+2016,2011-03-29,2,0,3,20,0,2,1,1,0.36,0.3636,0.21,0.0896,13,119,132
+2017,2011-03-29,2,0,3,21,0,2,1,1,0.34,0.3636,0.42,0,8,75,83
+2018,2011-03-29,2,0,3,22,0,2,1,1,0.34,0.3636,0.49,0,6,49,55
+2019,2011-03-29,2,0,3,23,0,2,1,2,0.32,0.3333,0.57,0.1045,8,27,35
+2020,2011-03-30,2,0,3,0,0,3,1,2,0.32,0.3485,0.57,0,3,8,11
+2021,2011-03-30,2,0,3,1,0,3,1,1,0.32,0.3485,0.39,0,1,9,10
+2022,2011-03-30,2,0,3,2,0,3,1,2,0.32,0.3485,0.57,0,0,4,4
+2023,2011-03-30,2,0,3,3,0,3,1,2,0.32,0.3485,0.49,0,0,4,4
+2024,2011-03-30,2,0,3,4,0,3,1,2,0.32,0.3485,0.57,0,1,0,1
+2025,2011-03-30,2,0,3,5,0,3,1,2,0.3,0.2879,0.56,0.194,0,7,7
+2026,2011-03-30,2,0,3,6,0,3,1,2,0.3,0.303,0.49,0.1343,4,44,48
+2027,2011-03-30,2,0,3,7,0,3,1,2,0.32,0.3333,0.45,0.1045,8,128,136
+2028,2011-03-30,2,0,3,8,0,3,1,2,0.32,0.3182,0.49,0.1642,16,247,263
+2029,2011-03-30,2,0,3,9,0,3,1,2,0.32,0.303,0.45,0.2239,7,147,154
+2030,2011-03-30,2,0,3,10,0,3,1,2,0.34,0.3182,0.46,0.2239,13,51,64
+2031,2011-03-30,2,0,3,11,0,3,1,2,0.34,0.3182,0.46,0.2537,26,64,90
+2032,2011-03-30,2,0,3,12,0,3,1,2,0.34,0.3333,0.46,0.1642,15,65,80
+2033,2011-03-30,2,0,3,13,0,3,1,2,0.36,0.3485,0.46,0.2239,14,84,98
+2034,2011-03-30,2,0,3,14,0,3,1,2,0.36,0.3333,0.46,0.2985,16,64,80
+2035,2011-03-30,2,0,3,15,0,3,1,3,0.28,0.2576,0.81,0.2985,14,56,70
+2036,2011-03-30,2,0,3,16,0,3,1,3,0.28,0.2727,0.87,0.2537,0,36,36
+2037,2011-03-30,2,0,3,17,0,3,1,3,0.26,0.2727,0.93,0.1045,11,105,116
+2038,2011-03-30,2,0,3,18,0,3,1,2,0.26,0.2576,0.93,0.2239,6,79,85
+2039,2011-03-30,2,0,3,19,0,3,1,2,0.26,0.2576,0.93,0.2239,5,67,72
+2040,2011-03-30,2,0,3,20,0,3,1,3,0.24,0.2121,0.93,0.2985,4,40,44
+2041,2011-03-30,2,0,3,21,0,3,1,2,0.24,0.2273,0.93,0.2537,0,27,27
+2042,2011-03-30,2,0,3,22,0,3,1,3,0.24,0.2273,0.93,0.2239,3,21,24
+2043,2011-03-30,2,0,3,23,0,3,1,3,0.24,0.2121,0.93,0.2836,1,11,12
+2044,2011-03-31,2,0,3,0,0,4,1,3,0.24,0.2273,0.93,0.2239,0,3,3
+2045,2011-03-31,2,0,3,1,0,4,1,3,0.24,0.2273,0.93,0.194,1,4,5
+2046,2011-03-31,2,0,3,2,0,4,1,3,0.24,0.2273,0.93,0.194,0,5,5
+2047,2011-03-31,2,0,3,3,0,4,1,3,0.24,0.2273,0.93,0.2239,0,1,1
+2048,2011-03-31,2,0,3,4,0,4,1,3,0.24,0.2273,0.93,0.2537,0,2,2
+2049,2011-03-31,2,0,3,5,0,4,1,3,0.24,0.2273,0.93,0.2239,0,8,8
+2050,2011-03-31,2,0,3,6,0,4,1,3,0.24,0.2121,0.93,0.2985,2,34,36
+2051,2011-03-31,2,0,3,7,0,4,1,3,0.24,0.2273,0.93,0.2537,5,87,92
+2052,2011-03-31,2,0,3,8,0,4,1,2,0.24,0.2273,1,0.2537,7,185,192
+2053,2011-03-31,2,0,3,9,0,4,1,3,0.26,0.2424,0.93,0.2537,6,126,132
+2054,2011-03-31,2,0,3,10,0,4,1,3,0.26,0.2424,0.93,0.2537,15,54,69
+2055,2011-03-31,2,0,3,11,0,4,1,3,0.28,0.2727,0.93,0.194,6,52,58
+2056,2011-03-31,2,0,3,12,0,4,1,3,0.28,0.2727,0.93,0.194,17,73,90
+2057,2011-03-31,2,0,3,13,0,4,1,3,0.3,0.303,0.87,0.1343,13,55,68
+2058,2011-03-31,2,0,3,14,0,4,1,3,0.3,0.303,0.87,0.1343,27,49,76
+2059,2011-03-31,2,0,3,15,0,4,1,3,0.3,0.2727,0.87,0.2985,4,61,65
+2060,2011-03-31,2,0,3,16,0,4,1,2,0.3,0.2879,0.87,0.2537,13,72,85
+2061,2011-03-31,2,0,3,17,0,4,1,2,0.3,0.2879,0.87,0.2537,15,153,168
+2062,2011-03-31,2,0,3,18,0,4,1,2,0.3,0.303,0.87,0.1343,12,165,177
+2063,2011-03-31,2,0,3,19,0,4,1,2,0.3,0.303,0.87,0.1343,12,118,130
+2064,2011-03-31,2,0,3,20,0,4,1,3,0.28,0.2576,0.93,0.2836,6,79,85
+2065,2011-03-31,2,0,3,21,0,4,1,2,0.28,0.2727,0.93,0.1642,7,53,60
+2066,2011-03-31,2,0,3,22,0,4,1,3,0.28,0.2727,0.93,0.2537,7,44,51
+2067,2011-03-31,2,0,3,23,0,4,1,3,0.26,0.2576,1,0.1642,4,23,27
+2068,2011-04-01,2,0,4,0,0,5,1,3,0.26,0.2576,1,0.1642,0,6,6
+2069,2011-04-01,2,0,4,1,0,5,1,3,0.26,0.2576,1,0.1642,0,4,4
+2070,2011-04-01,2,0,4,2,0,5,1,3,0.26,0.2576,0.93,0.194,0,7,7
+2071,2011-04-01,2,0,4,3,0,5,1,2,0.24,0.2273,0.93,0.2537,0,4,4
+2072,2011-04-01,2,0,4,4,0,5,1,2,0.24,0.2273,0.93,0.2537,0,3,3
+2073,2011-04-01,2,0,4,5,0,5,1,3,0.24,0.2273,0.93,0.2239,1,11,12
+2074,2011-04-01,2,0,4,6,0,5,1,3,0.24,0.2273,0.93,0.2239,2,26,28
+2075,2011-04-01,2,0,4,7,0,5,1,3,0.24,0.2424,0.93,0,4,91,95
+2076,2011-04-01,2,0,4,8,0,5,1,2,0.26,0.2424,0.87,0.2537,8,198,206
+2077,2011-04-01,2,0,4,9,0,5,1,1,0.32,0.2879,0.7,0.3582,11,162,173
+2078,2011-04-01,2,0,4,10,0,5,1,1,0.32,0.303,0.66,0.2836,12,63,75
+2079,2011-04-01,2,0,4,11,0,5,1,1,0.32,0.2879,0.61,0.3582,17,72,89
+2080,2011-04-01,2,0,4,12,0,5,1,1,0.34,0.303,0.53,0.3582,15,80,95
+2081,2011-04-01,2,0,4,13,0,5,1,1,0.36,0.3333,0.5,0.3582,18,92,110
+2082,2011-04-01,2,0,4,14,0,5,1,2,0.36,0.3333,0.46,0.3582,26,61,87
+2083,2011-04-01,2,0,4,15,0,5,1,1,0.34,0.303,0.46,0.4179,30,81,111
+2084,2011-04-01,2,0,4,16,0,5,1,1,0.34,0.303,0.46,0.4179,42,125,167
+2085,2011-04-01,2,0,4,17,0,5,1,1,0.34,0.303,0.46,0.3284,36,245,281
+2086,2011-04-01,2,0,4,18,0,5,1,1,0.34,0.303,0.46,0.3284,36,205,241
+2087,2011-04-01,2,0,4,19,0,5,1,1,0.34,0.303,0.49,0.3284,16,120,136
+2088,2011-04-01,2,0,4,20,0,5,1,1,0.32,0.3182,0.53,0.194,2,75,77
+2089,2011-04-01,2,0,4,21,0,5,1,1,0.32,0.3333,0.53,0.1343,9,84,93
+2090,2011-04-01,2,0,4,22,0,5,1,1,0.3,0.303,0.56,0.1642,10,64,74
+2091,2011-04-01,2,0,4,23,0,5,1,1,0.3,0.3182,0.61,0.0896,12,41,53
+2092,2011-04-02,2,0,4,0,0,6,0,2,0.3,0.3333,0.61,0,3,29,32
+2093,2011-04-02,2,0,4,1,0,6,0,1,0.26,0.2727,0.65,0.1343,4,28,32
+2094,2011-04-02,2,0,4,2,0,6,0,1,0.24,0.2424,0.75,0.1343,1,20,21
+2095,2011-04-02,2,0,4,3,0,6,0,1,0.24,0.2424,0.7,0.1642,1,8,9
+2096,2011-04-02,2,0,4,4,0,6,0,1,0.24,0.2424,0.7,0.1642,0,5,5
+2097,2011-04-02,2,0,4,5,0,6,0,2,0.24,0.2424,0.75,0.1642,1,4,5
+2098,2011-04-02,2,0,4,6,0,6,0,1,0.26,0.2727,0.7,0.1045,5,7,12
+2099,2011-04-02,2,0,4,7,0,6,0,2,0.26,0.2727,0.7,0.1045,2,16,18
+2100,2011-04-02,2,0,4,8,0,6,0,1,0.3,0.3182,0.7,0.1045,10,45,55
+2101,2011-04-02,2,0,4,9,0,6,0,2,0.34,0.3485,0.66,0.1045,22,65,87
+2102,2011-04-02,2,0,4,10,0,6,0,2,0.36,0.3485,0.57,0.1642,41,113,154
+2103,2011-04-02,2,0,4,11,0,6,0,2,0.4,0.4091,0.47,0.1642,72,126,198
+2104,2011-04-02,2,0,4,12,0,6,0,3,0.32,0.3333,0.81,0.1343,84,100,184
+2105,2011-04-02,2,0,4,13,0,6,0,1,0.34,0.3333,0.81,0.1343,56,81,137
+2106,2011-04-02,2,0,4,14,0,6,0,3,0.32,0.303,0.76,0.3284,97,93,190
+2107,2011-04-02,2,0,4,15,0,6,0,3,0.34,0.303,0.76,0.3881,72,64,136
+2108,2011-04-02,2,0,4,16,0,6,0,1,0.38,0.3939,0.62,0.3284,111,85,196
+2109,2011-04-02,2,0,4,17,0,6,0,1,0.38,0.3939,0.54,0.3582,89,95,184
+2110,2011-04-02,2,0,4,18,0,6,0,1,0.38,0.3939,0.54,0.194,69,110,179
+2111,2011-04-02,2,0,4,19,0,6,0,1,0.36,0.3333,0.53,0.3582,71,77,148
+2112,2011-04-02,2,0,4,20,0,6,0,1,0.34,0.3182,0.53,0.2836,29,56,85
+2113,2011-04-02,2,0,4,21,0,6,0,1,0.32,0.303,0.61,0.2537,24,53,77
+2114,2011-04-02,2,0,4,22,0,6,0,1,0.32,0.303,0.61,0.2985,14,41,55
+2115,2011-04-02,2,0,4,23,0,6,0,1,0.32,0.3182,0.61,0.1642,20,33,53
+2116,2011-04-03,2,0,4,0,0,0,0,1,0.3,0.2879,0.65,0.194,8,31,39
+2117,2011-04-03,2,0,4,1,0,0,0,1,0.3,0.3182,0.61,0.1045,8,26,34
+2118,2011-04-03,2,0,4,2,0,0,0,1,0.26,0.2727,0.7,0.1343,5,19,24
+2119,2011-04-03,2,0,4,3,0,0,0,1,0.3,0.3333,0.61,0,3,8,11
+2120,2011-04-03,2,0,4,4,0,0,0,1,0.28,0.303,0.7,0.0896,3,0,3
+2121,2011-04-03,2,0,4,5,0,0,0,1,0.28,0.2727,0.65,0.2239,1,4,5
+2122,2011-04-03,2,0,4,6,0,0,0,1,0.28,0.2727,0.65,0.194,10,23,33
+2123,2011-04-03,2,0,4,7,0,0,0,1,0.32,0.303,0.57,0.2239,13,20,33
+2124,2011-04-03,2,0,4,8,0,0,0,1,0.34,0.3333,0.57,0.1642,18,44,62
+2125,2011-04-03,2,0,4,9,0,0,0,1,0.36,0.3182,0.5,0.4925,68,74,142
+2126,2011-04-03,2,0,4,10,0,0,0,1,0.4,0.4091,0.43,0.4179,111,104,215
+2127,2011-04-03,2,0,4,11,0,0,0,1,0.42,0.4242,0.41,0.2537,139,104,243
+2128,2011-04-03,2,0,4,12,0,0,0,1,0.44,0.4394,0.38,0.2836,166,147,313
+2129,2011-04-03,2,0,4,13,0,0,0,1,0.44,0.4394,0.33,0.2985,219,148,367
+2130,2011-04-03,2,0,4,14,0,0,0,1,0.46,0.4545,0.31,0.1343,240,109,349
+2131,2011-04-03,2,0,4,15,0,0,0,2,0.46,0.4545,0.33,0,174,118,292
+2132,2011-04-03,2,0,4,16,0,0,0,2,0.46,0.4545,0.31,0.194,147,156,303
+2133,2011-04-03,2,0,4,17,0,0,0,2,0.46,0.4545,0.28,0.1343,148,126,274
+2134,2011-04-03,2,0,4,18,0,0,0,2,0.46,0.4545,0.31,0,71,101,172
+2135,2011-04-03,2,0,4,19,0,0,0,2,0.42,0.4242,0.44,0.194,51,93,144
+2136,2011-04-03,2,0,4,20,0,0,0,3,0.42,0.4242,0.41,0.2239,24,55,79
+2137,2011-04-03,2,0,4,21,0,0,0,2,0.42,0.4242,0.44,0.2239,8,37,45
+2138,2011-04-03,2,0,4,22,0,0,0,1,0.4,0.4091,0.43,0.1045,7,29,36
+2139,2011-04-03,2,0,4,23,0,0,0,1,0.4,0.4091,0.5,0.0896,9,22,31
+2140,2011-04-04,2,0,4,0,0,1,1,1,0.4,0.4091,0.5,0.2239,1,5,6
+2141,2011-04-04,2,0,4,1,0,1,1,1,0.4,0.4091,0.56,0.3582,7,4,11
+2142,2011-04-04,2,0,4,2,0,1,1,1,0.38,0.3939,0.66,0.2537,1,1,2
+2143,2011-04-04,2,0,4,3,0,1,1,1,0.38,0.3939,0.66,0.2836,1,0,1
+2144,2011-04-04,2,0,4,4,0,1,1,1,0.38,0.3939,0.71,0.2985,1,1,2
+2145,2011-04-04,2,0,4,5,0,1,1,1,0.4,0.4091,0.62,0.2537,0,7,7
+2146,2011-04-04,2,0,4,6,0,1,1,1,0.42,0.4242,0.58,0.2836,3,43,46
+2147,2011-04-04,2,0,4,7,0,1,1,2,0.44,0.4394,0.54,0.2537,7,150,157
+2148,2011-04-04,2,0,4,8,0,1,1,2,0.46,0.4545,0.55,0.2985,31,308,339
+2149,2011-04-04,2,0,4,9,0,1,1,2,0.5,0.4848,0.51,0.3881,24,134,158
+2150,2011-04-04,2,0,4,10,0,1,1,2,0.54,0.5152,0.45,0.3582,35,55,90
+2151,2011-04-04,2,0,4,11,0,1,1,1,0.6,0.6212,0.4,0.3881,58,66,124
+2152,2011-04-04,2,0,4,12,0,1,1,1,0.64,0.6212,0.36,0.4627,59,98,157
+2153,2011-04-04,2,0,4,13,0,1,1,1,0.68,0.6364,0.34,0.3284,47,92,139
+2154,2011-04-04,2,0,4,14,0,1,1,2,0.74,0.6515,0.27,0.4925,47,76,123
+2155,2011-04-04,2,0,4,15,0,1,1,1,0.76,0.6667,0.23,0.5522,47,96,143
+2156,2011-04-04,2,0,4,16,0,1,1,1,0.76,0.6515,0.22,0.5224,59,130,189
+2157,2011-04-04,2,0,4,17,0,1,1,1,0.74,0.6515,0.23,0.6119,83,283,366
+2158,2011-04-04,2,0,4,18,0,1,1,2,0.72,0.6364,0.23,0.4925,78,308,386
+2159,2011-04-04,2,0,4,19,0,1,1,1,0.7,0.6364,0.24,0.4627,51,227,278
+2160,2011-04-04,2,0,4,20,0,1,1,2,0.7,0.6364,0.24,0.5522,40,133,173
+2161,2011-04-04,2,0,4,21,0,1,1,2,0.7,0.6364,0.3,0.4478,19,76,95
+2162,2011-04-04,2,0,4,22,0,1,1,2,0.68,0.6364,0.36,0.4627,17,58,75
+2163,2011-04-04,2,0,4,23,0,1,1,2,0.64,0.6212,0.47,0.2239,18,30,48
+2164,2011-04-05,2,0,4,0,0,2,1,1,0.62,0.6212,0.5,0.1045,10,12,22
+2165,2011-04-05,2,0,4,1,0,2,1,3,0.62,0.6212,0.57,0.4179,10,5,15
+2166,2011-04-05,2,0,4,2,0,2,1,2,0.54,0.5152,0.73,0.3284,0,5,5
+2167,2011-04-05,2,0,4,3,0,2,1,2,0.54,0.5152,0.73,0.3284,1,3,4
+2168,2011-04-05,2,0,4,4,0,2,1,3,0.5,0.4848,0.88,0.4925,0,2,2
+2169,2011-04-05,2,0,4,5,0,2,1,3,0.46,0.4545,0.94,0.2985,0,5,5
+2170,2011-04-05,2,0,4,6,0,2,1,2,0.48,0.4697,0.88,0.3284,2,36,38
+2171,2011-04-05,2,0,4,7,0,2,1,2,0.48,0.4697,0.88,0.3284,10,124,134
+2172,2011-04-05,2,0,4,8,0,2,1,3,0.38,0.3939,0.87,0.5821,9,148,157
+2173,2011-04-05,2,0,4,9,0,2,1,3,0.36,0.3182,0.87,0.4925,2,44,46
+2174,2011-04-05,2,0,4,10,0,2,1,3,0.34,0.303,0.81,0.3881,3,25,28
+2175,2011-04-05,2,0,4,11,0,2,1,3,0.32,0.2879,0.81,0.4478,1,18,19
+2176,2011-04-05,2,0,4,12,0,2,1,2,0.34,0.303,0.71,0.3881,6,32,38
+2177,2011-04-05,2,0,4,13,0,2,1,2,0.36,0.3333,0.63,0.4179,5,51,56
+2178,2011-04-05,2,0,4,14,0,2,1,2,0.36,0.3182,0.57,0.4925,9,67,76
+2179,2011-04-05,2,0,4,15,0,2,1,1,0.4,0.4091,0.46,0.4627,6,62,68
+2180,2011-04-05,2,0,4,16,0,2,1,1,0.38,0.3939,0.46,0.4179,17,113,130
+2181,2011-04-05,2,0,4,17,0,2,1,1,0.42,0.4242,0.38,0.4179,27,246,273
+2182,2011-04-05,2,0,4,18,0,2,1,1,0.38,0.3939,0.4,0.4925,19,248,267
+2183,2011-04-05,2,0,4,19,0,2,1,1,0.36,0.3333,0.43,0.2985,12,148,160
+2184,2011-04-05,2,0,4,20,0,2,1,1,0.34,0.3182,0.46,0.2836,4,87,91
+2185,2011-04-05,2,0,4,21,0,2,1,1,0.34,0.2879,0.46,0.5224,8,81,89
+2186,2011-04-05,2,0,4,22,0,2,1,1,0.32,0.303,0.49,0.2985,3,43,46
+2187,2011-04-05,2,0,4,23,0,2,1,1,0.3,0.2879,0.49,0.2836,3,23,26
+2188,2011-04-06,2,0,4,0,0,3,1,1,0.3,0.3182,0.49,0.1045,0,15,15
+2189,2011-04-06,2,0,4,1,0,3,1,1,0.26,0.2727,0.6,0.1343,0,2,2
+2190,2011-04-06,2,0,4,2,0,3,1,1,0.24,0.2424,0.7,0.1343,0,5,5
+2191,2011-04-06,2,0,4,3,0,3,1,1,0.26,0.2727,0.6,0.1343,0,4,4
+2192,2011-04-06,2,0,4,4,0,3,1,1,0.24,0.2424,0.65,0.1343,0,1,1
+2193,2011-04-06,2,0,4,5,0,3,1,1,0.24,0.2576,0.7,0.1045,1,12,13
+2194,2011-04-06,2,0,4,6,0,3,1,1,0.24,0.2576,0.7,0.1045,4,52,56
+2195,2011-04-06,2,0,4,7,0,3,1,1,0.26,0.2727,0.65,0.1045,3,130,133
+2196,2011-04-06,2,0,4,8,0,3,1,1,0.32,0.303,0.61,0.2239,17,308,325
+2197,2011-04-06,2,0,4,9,0,3,1,1,0.36,0.3333,0.46,0.2537,8,157,165
+2198,2011-04-06,2,0,4,10,0,3,1,1,0.4,0.4091,0.37,0.3881,21,48,69
+2199,2011-04-06,2,0,4,11,0,3,1,1,0.42,0.4242,0.38,0.3881,23,70,93
+2200,2011-04-06,2,0,4,12,0,3,1,1,0.44,0.4394,0.41,0.2537,22,112,134
+2201,2011-04-06,2,0,4,13,0,3,1,1,0.46,0.4545,0.38,0.4925,29,83,112
+2202,2011-04-06,2,0,4,14,0,3,1,1,0.5,0.4848,0.34,0.4179,35,80,115
+2203,2011-04-06,2,0,4,15,0,3,1,1,0.52,0.5,0.32,0.3284,34,83,117
+2204,2011-04-06,2,0,4,16,0,3,1,1,0.54,0.5152,0.28,0.4179,27,142,169
+2205,2011-04-06,2,0,4,17,0,3,1,1,0.52,0.5,0.32,0.4478,53,303,356
+2206,2011-04-06,2,0,4,18,0,3,1,1,0.52,0.5,0.29,0.3582,43,282,325
+2207,2011-04-06,2,0,4,19,0,3,1,1,0.5,0.4848,0.31,0.2985,36,196,232
+2208,2011-04-06,2,0,4,20,0,3,1,1,0.46,0.4545,0.51,0.2239,15,126,141
+2209,2011-04-06,2,0,4,21,0,3,1,1,0.46,0.4545,0.41,0.2836,18,84,102
+2210,2011-04-06,2,0,4,22,0,3,1,1,0.46,0.4545,0.41,0.2836,13,71,84
+2211,2011-04-06,2,0,4,23,0,3,1,1,0.46,0.4545,0.41,0.2985,11,29,40
+2212,2011-04-07,2,0,4,0,0,4,1,1,0.46,0.4545,0.41,0.2836,5,15,20
+2213,2011-04-07,2,0,4,1,0,4,1,1,0.42,0.4242,0.47,0.1343,2,11,13
+2214,2011-04-07,2,0,4,2,0,4,1,1,0.42,0.4242,0.54,0,0,7,7
+2215,2011-04-07,2,0,4,3,0,4,1,1,0.36,0.3485,0.66,0.194,0,3,3
+2216,2011-04-07,2,0,4,4,0,4,1,1,0.34,0.3333,0.76,0.194,0,1,1
+2217,2011-04-07,2,0,4,5,0,4,1,1,0.34,0.3182,0.76,0.2239,0,6,6
+2218,2011-04-07,2,0,4,6,0,4,1,1,0.32,0.303,0.81,0.2537,5,59,64
+2219,2011-04-07,2,0,4,7,0,4,1,2,0.34,0.3333,0.76,0.1642,8,152,160
+2220,2011-04-07,2,0,4,8,0,4,1,1,0.36,0.3485,0.76,0.194,23,291,314
+2221,2011-04-07,2,0,4,9,0,4,1,2,0.4,0.4091,0.66,0.1343,15,155,170
+2222,2011-04-07,2,0,4,10,0,4,1,2,0.42,0.4242,0.67,0.1045,29,66,95
+2223,2011-04-07,2,0,4,11,0,4,1,2,0.46,0.4545,0.55,0,36,86,122
+2224,2011-04-07,2,0,4,12,0,4,1,2,0.46,0.4545,0.55,0,39,114,153
+2225,2011-04-07,2,0,4,13,0,4,1,2,0.52,0.5,0.48,0.0896,36,99,135
+2226,2011-04-07,2,0,4,14,0,4,1,1,0.56,0.5303,0.43,0.0896,46,111,157
+2227,2011-04-07,2,0,4,15,0,4,1,1,0.6,0.6212,0.38,0.1045,27,133,160
+2228,2011-04-07,2,0,4,16,0,4,1,1,0.6,0.6212,0.35,0,52,161,213
+2229,2011-04-07,2,0,4,17,0,4,1,1,0.52,0.5,0.52,0.2836,63,280,343
+2230,2011-04-07,2,0,4,18,0,4,1,1,0.48,0.4697,0.55,0.2537,68,265,333
+2231,2011-04-07,2,0,4,19,0,4,1,1,0.46,0.4545,0.59,0.2985,34,192,226
+2232,2011-04-07,2,0,4,20,0,4,1,1,0.44,0.4394,0.62,0.1642,37,166,203
+2233,2011-04-07,2,0,4,21,0,4,1,2,0.44,0.4394,0.67,0.2836,19,89,108
+2234,2011-04-07,2,0,4,22,0,4,1,2,0.4,0.4091,0.76,0.194,18,63,81
+2235,2011-04-07,2,0,4,23,0,4,1,1,0.38,0.3939,0.76,0.2537,9,45,54
+2236,2011-04-08,2,0,4,0,0,5,1,2,0.36,0.3485,0.76,0.2239,4,21,25
+2237,2011-04-08,2,0,4,1,0,5,1,2,0.34,0.3333,0.76,0.1343,3,6,9
+2238,2011-04-08,2,0,4,2,0,5,1,3,0.34,0.3333,0.76,0.1642,3,10,13
+2239,2011-04-08,2,0,4,3,0,5,1,3,0.34,0.3333,0.76,0.1642,0,1,1
+2240,2011-04-08,2,0,4,4,0,5,1,2,0.34,0.3333,0.86,0.1343,0,1,1
+2241,2011-04-08,2,0,4,5,0,5,1,2,0.32,0.3182,0.87,0.194,1,8,9
+2242,2011-04-08,2,0,4,6,0,5,1,2,0.34,0.3636,0.87,0,2,33,35
+2243,2011-04-08,2,0,4,7,0,5,1,3,0.34,0.3333,0.87,0.1642,4,109,113
+2244,2011-04-08,2,0,4,8,0,5,1,3,0.34,0.3333,0.87,0.1642,13,208,221
+2245,2011-04-08,2,0,4,9,0,5,1,2,0.36,0.3485,0.76,0.194,17,168,185
+2246,2011-04-08,2,0,4,10,0,5,1,2,0.36,0.3333,0.71,0.2836,10,63,73
+2247,2011-04-08,2,0,4,11,0,5,1,2,0.4,0.4091,0.62,0.3881,19,79,98
+2248,2011-04-08,2,0,4,12,0,5,1,3,0.38,0.3939,0.66,0.2239,29,51,80
+2249,2011-04-08,2,0,4,13,0,5,1,3,0.36,0.3333,0.76,0.2836,7,35,42
+2250,2011-04-08,2,0,4,14,0,5,1,3,0.34,0.3182,0.87,0.2239,2,13,15
+2251,2011-04-08,2,0,4,15,0,5,1,3,0.34,0.3182,0.87,0.2239,1,24,25
+2252,2011-04-08,2,0,4,16,0,5,1,2,0.32,0.303,0.93,0.2537,2,58,60
+2253,2011-04-08,2,0,4,17,0,5,1,3,0.32,0.303,0.93,0.2537,10,138,148
+2254,2011-04-08,2,0,4,18,0,5,1,3,0.32,0.303,0.93,0.2537,8,54,62
+2255,2011-04-08,2,0,4,19,0,5,1,3,0.3,0.2727,0.93,0.4179,1,52,53
+2256,2011-04-08,2,0,4,20,0,5,1,2,0.3,0.2727,0.93,0.3284,12,51,63
+2257,2011-04-08,2,0,4,21,0,5,1,2,0.3,0.2879,0.93,0.2537,11,43,54
+2258,2011-04-08,2,0,4,22,0,5,1,2,0.3,0.2727,0.93,0.2985,9,42,51
+2259,2011-04-08,2,0,4,23,0,5,1,2,0.3,0.2879,0.93,0.2239,4,31,35
+2260,2011-04-09,2,0,4,0,0,6,0,2,0.3,0.2879,0.87,0.2239,5,26,31
+2261,2011-04-09,2,0,4,1,0,6,0,2,0.3,0.303,0.87,0.1343,3,17,20
+2262,2011-04-09,2,0,4,2,0,6,0,2,0.32,0.303,0.87,0.2239,2,15,17
+2263,2011-04-09,2,0,4,3,0,6,0,3,0.3,0.2879,1,0.2537,3,11,14
+2264,2011-04-09,2,0,4,4,0,6,0,3,0.3,0.2727,1,0.2537,0,3,3
+2265,2011-04-09,2,0,4,5,0,6,0,2,0.3,0.2879,0.93,0.2239,0,5,5
+2266,2011-04-09,2,0,4,6,0,6,0,2,0.3,0.2879,0.93,0.194,0,13,13
+2267,2011-04-09,2,0,4,7,0,6,0,2,0.3,0.303,0.93,0.1642,8,13,21
+2268,2011-04-09,2,0,4,8,0,6,0,2,0.32,0.303,0.93,0.1642,7,47,54
+2269,2011-04-09,2,0,4,9,0,6,0,2,0.34,0.3485,0.87,0.1045,27,71,98
+2270,2011-04-09,2,0,4,10,0,6,0,2,0.34,0.3333,0.87,0.1343,43,90,133
+2271,2011-04-09,2,0,4,11,0,6,0,2,0.36,0.3636,0.81,0,51,91,142
+2272,2011-04-09,2,0,4,12,0,6,0,2,0.36,0.3485,0.81,0.1343,79,123,202
+2273,2011-04-09,2,0,4,13,0,6,0,2,0.36,0.3788,0.81,0,114,108,222
+2274,2011-04-09,2,0,4,14,0,6,0,2,0.36,0.3485,0.81,0.1343,94,118,212
+2275,2011-04-09,2,0,4,15,0,6,0,2,0.36,0.3788,0.87,0,85,116,201
+2276,2011-04-09,2,0,4,16,0,6,0,2,0.38,0.3939,0.82,0,73,118,191
+2277,2011-04-09,2,0,4,17,0,6,0,2,0.38,0.3939,0.82,0.0896,128,129,257
+2278,2011-04-09,2,0,4,18,0,6,0,2,0.38,0.3939,0.82,0.1045,48,129,177
+2279,2011-04-09,2,0,4,19,0,6,0,2,0.38,0.3939,0.82,0.1343,47,83,130
+2280,2011-04-09,2,0,4,20,0,6,0,2,0.38,0.3939,0.87,0.1642,19,74,93
+2281,2011-04-09,2,0,4,21,0,6,0,2,0.36,0.3485,0.93,0.1343,10,65,75
+2282,2011-04-09,2,0,4,22,0,6,0,2,0.36,0.3485,0.93,0.1343,21,66,87
+2283,2011-04-09,2,0,4,23,0,6,0,2,0.38,0.3939,0.87,0.0896,12,45,57
+2284,2011-04-10,2,0,4,0,0,0,0,2,0.38,0.3939,0.87,0.0896,5,48,53
+2285,2011-04-10,2,0,4,1,0,0,0,2,0.38,0.3939,0.87,0.1343,6,31,37
+2286,2011-04-10,2,0,4,2,0,0,0,2,0.38,0.3939,0.87,0.0896,12,24,36
+2287,2011-04-10,2,0,4,3,0,0,0,2,0.38,0.3939,0.87,0.1343,5,11,16
+2288,2011-04-10,2,0,4,4,0,0,0,2,0.36,0.3636,0.93,0.1045,3,2,5
+2289,2011-04-10,2,0,4,5,0,0,0,2,0.36,0.3636,0.93,0.0896,0,4,4
+2290,2011-04-10,2,0,4,6,0,0,0,2,0.36,0.3636,0.93,0.0896,0,4,4
+2291,2011-04-10,2,0,4,7,0,0,0,2,0.36,0.3636,1,0.0896,3,7,10
+2292,2011-04-10,2,0,4,8,0,0,0,2,0.38,0.3939,0.94,0.0896,17,38,55
+2293,2011-04-10,2,0,4,9,0,0,0,2,0.38,0.3939,0.94,0.1343,31,50,81
+2294,2011-04-10,2,0,4,10,0,0,0,2,0.4,0.4091,0.87,0,69,81,150
+2295,2011-04-10,2,0,4,11,0,0,0,2,0.4,0.4091,0.87,0.1343,93,109,202
+2296,2011-04-10,2,0,4,12,0,0,0,2,0.42,0.4242,0.88,0.1343,94,136,230
+2297,2011-04-10,2,0,4,13,0,0,0,1,0.46,0.4545,0.82,0.1045,121,142,263
+2298,2011-04-10,2,0,4,14,0,0,0,1,0.5,0.4848,0.72,0.194,148,133,281
+2299,2011-04-10,2,0,4,15,0,0,0,1,0.5,0.4848,0.77,0.2239,156,141,297
+2300,2011-04-10,2,0,4,16,0,0,0,2,0.52,0.5,0.72,0.1642,135,153,288
+2301,2011-04-10,2,0,4,17,0,0,0,2,0.52,0.5,0.72,0.194,84,152,236
+2302,2011-04-10,2,0,4,18,0,0,0,1,0.5,0.4848,0.77,0.194,103,137,240
+2303,2011-04-10,2,0,4,19,0,0,0,1,0.5,0.4848,0.77,0.194,47,84,131
+2304,2011-04-10,2,0,4,20,0,0,0,1,0.46,0.4545,0.82,0.1343,21,71,92
+2305,2011-04-10,2,0,4,21,0,0,0,1,0.44,0.4394,0.88,0.194,18,77,95
+2306,2011-04-10,2,0,4,22,0,0,0,1,0.44,0.4394,0.94,0.2537,12,45,57
+2307,2011-04-10,2,0,4,23,0,0,0,1,0.46,0.4545,0.88,0.3582,5,27,32
+2308,2011-04-11,2,0,4,0,0,1,1,1,0.48,0.4697,0.88,0.3284,7,16,23
+2309,2011-04-11,2,0,4,1,0,1,1,1,0.46,0.4545,0.94,0.2836,1,3,4
+2310,2011-04-11,2,0,4,2,0,1,1,1,0.46,0.4545,0.94,0.2836,7,2,9
+2311,2011-04-11,2,0,4,4,0,1,1,1,0.46,0.4545,0.94,0.194,0,1,1
+2312,2011-04-11,2,0,4,5,0,1,1,1,0.46,0.4545,0.94,0.194,1,12,13
+2313,2011-04-11,2,0,4,6,0,1,1,2,0.46,0.4545,1,0.2239,2,59,61
+2314,2011-04-11,2,0,4,7,0,1,1,2,0.5,0.4848,0.88,0.2239,12,164,176
+2315,2011-04-11,2,0,4,8,0,1,1,2,0.52,0.5,0.88,0.2836,28,286,314
+2316,2011-04-11,2,0,4,9,0,1,1,2,0.56,0.5303,0.83,0.2836,33,132,165
+2317,2011-04-11,2,0,4,10,0,1,1,2,0.56,0.5303,0.83,0.2985,41,55,96
+2318,2011-04-11,2,0,4,11,0,1,1,2,0.6,0.5909,0.73,0.2985,45,59,104
+2319,2011-04-11,2,0,4,12,0,1,1,2,0.6,0.5909,0.73,0.3284,37,97,134
+2320,2011-04-11,2,0,4,13,0,1,1,2,0.64,0.6061,0.69,0.4179,62,77,139
+2321,2011-04-11,2,0,4,14,0,1,1,2,0.72,0.6667,0.54,0.3582,60,85,145
+2322,2011-04-11,2,0,4,15,0,1,1,1,0.74,0.6667,0.48,0.5224,56,85,141
+2323,2011-04-11,2,0,4,16,0,1,1,1,0.74,0.6667,0.48,0.5224,73,162,235
+2324,2011-04-11,2,0,4,17,0,1,1,1,0.74,0.6667,0.48,0.5224,100,352,452
+2325,2011-04-11,2,0,4,18,0,1,1,1,0.72,0.6667,0.51,0.3881,93,290,383
+2326,2011-04-11,2,0,4,19,0,1,1,1,0.72,0.6667,0.51,0.4478,73,211,284
+2327,2011-04-11,2,0,4,20,0,1,1,1,0.68,0.6364,0.57,0.5224,44,122,166
+2328,2011-04-11,2,0,4,21,0,1,1,1,0.66,0.6212,0.61,0.2537,39,119,158
+2329,2011-04-11,2,0,4,22,0,1,1,2,0.64,0.6212,0.5,0.2836,25,66,91
+2330,2011-04-11,2,0,4,23,0,1,1,3,0.58,0.5455,0.6,0,16,38,54
+2331,2011-04-12,2,0,4,0,0,2,1,2,0.62,0.6212,0.5,0.1045,11,13,24
+2332,2011-04-12,2,0,4,1,0,2,1,2,0.62,0.6212,0.5,0.0896,6,7,13
+2333,2011-04-12,2,0,4,2,0,2,1,2,0.6,0.6212,0.53,0.1343,7,7,14
+2334,2011-04-12,2,0,4,3,0,2,1,2,0.58,0.5455,0.56,0.1343,0,1,1
+2335,2011-04-12,2,0,4,4,0,2,1,2,0.56,0.5303,0.64,0.1343,4,2,6
+2336,2011-04-12,2,0,4,5,0,2,1,2,0.54,0.5152,0.68,0.1343,1,15,16
+2337,2011-04-12,2,0,4,6,0,2,1,2,0.54,0.5152,0.68,0.2836,3,55,58
+2338,2011-04-12,2,0,4,7,0,2,1,2,0.54,0.5152,0.68,0.2239,12,177,189
+2339,2011-04-12,2,0,4,8,0,2,1,3,0.48,0.4697,0.88,0.3881,15,211,226
+2340,2011-04-12,2,0,4,9,0,2,1,3,0.46,0.4545,0.94,0.4925,4,50,54
+2341,2011-04-12,2,0,4,10,0,2,1,3,0.5,0.4848,0.82,0.4179,6,34,40
+2342,2011-04-12,2,0,4,11,0,2,1,1,0.52,0.5,0.77,0.3582,11,38,49
+2343,2011-04-12,2,0,4,12,0,2,1,2,0.56,0.5303,0.64,0.4627,9,83,92
+2344,2011-04-12,2,0,4,13,0,2,1,3,0.54,0.5152,0.68,0.2836,22,84,106
+2345,2011-04-12,2,0,4,14,0,2,1,2,0.5,0.4848,0.82,0.2836,16,28,44
+2346,2011-04-12,2,0,4,15,0,2,1,2,0.48,0.4697,0.77,0.5224,24,54,78
+2347,2011-04-12,2,0,4,16,0,2,1,2,0.48,0.4697,0.77,0.3881,19,80,99
+2348,2011-04-12,2,0,4,17,0,2,1,3,0.44,0.4394,0.77,0.2239,29,262,291
+2349,2011-04-12,2,0,4,18,0,2,1,3,0.44,0.4394,0.77,0.2239,21,203,224
+2350,2011-04-12,2,0,4,19,0,2,1,2,0.42,0.4242,0.82,0.2836,3,127,130
+2351,2011-04-12,2,0,4,20,0,2,1,2,0.42,0.4242,0.82,0.2836,9,94,103
+2352,2011-04-12,2,0,4,21,0,2,1,2,0.42,0.4242,0.82,0.194,10,74,84
+2353,2011-04-12,2,0,4,22,0,2,1,2,0.4,0.4091,0.94,0.2985,7,47,54
+2354,2011-04-12,2,0,4,23,0,2,1,2,0.4,0.4091,0.94,0.2537,8,31,39
+2355,2011-04-13,2,0,4,0,0,3,1,2,0.4,0.4091,1,0.2985,3,12,15
+2356,2011-04-13,2,0,4,1,0,3,1,2,0.4,0.4091,1,0.2985,0,1,1
+2357,2011-04-13,2,0,4,2,0,3,1,3,0.4,0.4091,1,0.2985,0,2,2
+2358,2011-04-13,2,0,4,3,0,3,1,3,0.4,0.4091,0.94,0.3284,0,2,2
+2359,2011-04-13,2,0,4,4,0,3,1,3,0.4,0.4091,0.94,0.3284,1,2,3
+2360,2011-04-13,2,0,4,5,0,3,1,3,0.38,0.3939,0.94,0.2537,1,4,5
+2361,2011-04-13,2,0,4,6,0,3,1,3,0.38,0.3939,0.94,0.2239,1,33,34
+2362,2011-04-13,2,0,4,7,0,3,1,3,0.36,0.3485,1,0.2239,3,67,70
+2363,2011-04-13,2,0,4,8,0,3,1,3,0.38,0.3939,0.94,0.194,6,158,164
+2364,2011-04-13,2,0,4,9,0,3,1,2,0.38,0.3939,0.94,0.2239,2,63,65
+2365,2011-04-13,2,0,4,10,0,3,1,2,0.4,0.4091,0.87,0.194,4,42,46
+2366,2011-04-13,2,0,4,11,0,3,1,2,0.42,0.4242,0.82,0.194,4,57,61
+2367,2011-04-13,2,0,4,12,0,3,1,3,0.42,0.4242,0.82,0.2537,12,83,95
+2368,2011-04-13,2,0,4,13,0,3,1,2,0.44,0.4394,0.77,0.194,6,55,61
+2369,2011-04-13,2,0,4,14,0,3,1,2,0.42,0.4242,0.77,0.2537,24,82,106
+2370,2011-04-13,2,0,4,15,0,3,1,2,0.44,0.4394,0.72,0.2836,12,69,81
+2371,2011-04-13,2,0,4,16,0,3,1,1,0.46,0.4545,0.67,0.2836,23,119,142
+2372,2011-04-13,2,0,4,17,0,3,1,1,0.46,0.4545,0.67,0.2985,25,284,309
+2373,2011-04-13,2,0,4,18,0,3,1,1,0.44,0.4394,0.62,0.3881,28,293,321
+2374,2011-04-13,2,0,4,19,0,3,1,1,0.44,0.4394,0.62,0.2537,15,160,175
+2375,2011-04-13,2,0,4,20,0,3,1,1,0.44,0.4394,0.62,0.2537,7,119,126
+2376,2011-04-13,2,0,4,21,0,3,1,1,0.42,0.4242,0.67,0.1642,17,100,117
+2377,2011-04-13,2,0,4,22,0,3,1,1,0.42,0.4242,0.67,0.194,10,89,99
+2378,2011-04-13,2,0,4,23,0,3,1,1,0.4,0.4091,0.71,0.1343,5,57,62
+2379,2011-04-14,2,0,4,0,0,4,1,1,0.38,0.3939,0.76,0.1343,3,18,21
+2380,2011-04-14,2,0,4,1,0,4,1,1,0.38,0.3939,0.76,0.2239,1,9,10
+2381,2011-04-14,2,0,4,2,0,4,1,1,0.36,0.3485,0.76,0.1343,0,3,3
+2382,2011-04-14,2,0,4,3,0,4,1,1,0.34,0.3333,0.81,0.1343,0,2,2
+2383,2011-04-14,2,0,4,4,0,4,1,1,0.34,0.3636,0.76,0,1,8,9
+2384,2011-04-14,2,0,4,5,0,4,1,1,0.34,0.3485,0.76,0.0896,2,12,14
+2385,2011-04-14,2,0,4,6,0,4,1,1,0.34,0.3485,0.76,0.1045,4,66,70
+2386,2011-04-14,2,0,4,7,0,4,1,1,0.38,0.3939,0.66,0,11,182,193
+2387,2011-04-14,2,0,4,8,0,4,1,1,0.42,0.4242,0.58,0.1642,21,316,337
+2388,2011-04-14,2,0,4,9,0,4,1,1,0.46,0.4545,0.51,0.1343,18,152,170
+2389,2011-04-14,2,0,4,10,0,4,1,1,0.5,0.4848,0.51,0.194,21,68,89
+2390,2011-04-14,2,0,4,11,0,4,1,1,0.52,0.5,0.45,0.1642,28,87,115
+2391,2011-04-14,2,0,4,12,0,4,1,1,0.54,0.5152,0.42,0.1343,35,110,145
+2392,2011-04-14,2,0,4,13,0,4,1,1,0.56,0.5303,0.37,0.2239,38,121,159
+2393,2011-04-14,2,0,4,14,0,4,1,1,0.56,0.5303,0.35,0.0896,36,101,137
+2394,2011-04-14,2,0,4,15,0,4,1,1,0.6,0.6212,0.31,0.0896,57,85,142
+2395,2011-04-14,2,0,4,16,0,4,1,1,0.6,0.6061,0.26,0.1045,49,153,202
+2396,2011-04-14,2,0,4,17,0,4,1,1,0.6,0.6061,0.28,0,50,338,388
+2397,2011-04-14,2,0,4,18,0,4,1,1,0.56,0.5303,0.3,0,47,290,337
+2398,2011-04-14,2,0,4,19,0,4,1,1,0.54,0.5152,0.32,0,37,222,259
+2399,2011-04-14,2,0,4,20,0,4,1,1,0.5,0.4848,0.51,0.194,22,147,169
+2400,2011-04-14,2,0,4,21,0,4,1,1,0.46,0.4545,0.63,0.1343,19,126,145
+2401,2011-04-14,2,0,4,22,0,4,1,1,0.48,0.4697,0.55,0.1045,22,82,104
+2402,2011-04-14,2,0,4,23,0,4,1,1,0.46,0.4545,0.59,0.1045,7,40,47
+2403,2011-04-15,2,0,4,0,1,5,0,1,0.44,0.4394,0.67,0,6,21,27
+2404,2011-04-15,2,0,4,1,1,5,0,1,0.44,0.4394,0.62,0,6,9,15
+2405,2011-04-15,2,0,4,2,1,5,0,1,0.4,0.4091,0.76,0,8,10,18
+2406,2011-04-15,2,0,4,3,1,5,0,1,0.4,0.4091,0.76,0,0,3,3
+2407,2011-04-15,2,0,4,4,1,5,0,1,0.38,0.3939,0.82,0.0896,0,3,3
+2408,2011-04-15,2,0,4,5,1,5,0,1,0.36,0.3636,0.81,0.1045,2,11,13
+2409,2011-04-15,2,0,4,6,1,5,0,1,0.36,0.3636,0.81,0.0896,5,42,47
+2410,2011-04-15,2,0,4,7,1,5,0,1,0.4,0.4091,0.71,0.1642,10,139,149
+2411,2011-04-15,2,0,4,8,1,5,0,1,0.44,0.4394,0.62,0.2985,21,279,300
+2412,2011-04-15,2,0,4,9,1,5,0,1,0.5,0.4848,0.55,0.194,16,162,178
+2413,2011-04-15,2,0,4,10,1,5,0,1,0.5,0.4848,0.55,0.194,31,91,122
+2414,2011-04-15,2,0,4,11,1,5,0,1,0.52,0.5,0.55,0.194,41,95,136
+2415,2011-04-15,2,0,4,12,1,5,0,1,0.52,0.5,0.55,0.2836,45,155,200
+2416,2011-04-15,2,0,4,13,1,5,0,1,0.54,0.5152,0.52,0.2537,47,133,180
+2417,2011-04-15,2,0,4,14,1,5,0,1,0.54,0.5152,0.52,0.2537,57,106,163
+2418,2011-04-15,2,0,4,15,1,5,0,1,0.54,0.5152,0.52,0.4478,50,112,162
+2419,2011-04-15,2,0,4,16,1,5,0,1,0.52,0.5,0.55,0.4925,70,173,243
+2420,2011-04-15,2,0,4,17,1,5,0,2,0.5,0.4848,0.63,0.3881,64,267,331
+2421,2011-04-15,2,0,4,18,1,5,0,2,0.46,0.4545,0.67,0.3881,47,216,263
+2422,2011-04-15,2,0,4,19,1,5,0,1,0.42,0.4242,0.77,0.3881,41,168,209
+2423,2011-04-15,2,0,4,20,1,5,0,2,0.4,0.4091,0.76,0.3284,26,92,118
+2424,2011-04-15,2,0,4,21,1,5,0,2,0.4,0.4091,0.76,0.2985,25,77,102
+2425,2011-04-15,2,0,4,22,1,5,0,2,0.38,0.3939,0.82,0.3881,16,64,80
+2426,2011-04-15,2,0,4,23,1,5,0,2,0.36,0.3485,0.81,0.194,8,56,64
+2427,2011-04-16,2,0,4,0,0,6,0,2,0.36,0.3485,0.81,0.2239,7,36,43
+2428,2011-04-16,2,0,4,1,0,6,0,2,0.36,0.3333,0.87,0.2836,5,28,33
+2429,2011-04-16,2,0,4,2,0,6,0,2,0.36,0.3485,0.87,0.1343,5,19,24
+2430,2011-04-16,2,0,4,3,0,6,0,2,0.36,0.3485,0.87,0.1642,5,9,14
+2431,2011-04-16,2,0,4,4,0,6,0,2,0.36,0.3485,0.87,0.2239,1,4,5
+2432,2011-04-16,2,0,4,5,0,6,0,2,0.38,0.3939,0.87,0.2836,1,3,4
+2433,2011-04-16,2,0,4,6,0,6,0,3,0.4,0.4091,0.82,0.3284,1,9,10
+2434,2011-04-16,2,0,4,7,0,6,0,2,0.4,0.4091,0.82,0.4179,3,18,21
+2435,2011-04-16,2,0,4,8,0,6,0,3,0.4,0.4091,0.87,0.3582,7,38,45
+2436,2011-04-16,2,0,4,9,0,6,0,3,0.4,0.4091,1,0.2985,2,27,29
+2437,2011-04-16,2,0,4,10,0,6,0,3,0.42,0.4242,0.94,0.3881,1,21,22
+2438,2011-04-16,2,0,4,11,0,6,0,3,0.42,0.4242,0.94,0.4478,4,27,31
+2439,2011-04-16,2,0,4,12,0,6,0,2,0.46,0.4545,0.88,0.5821,6,26,32
+2440,2011-04-16,2,0,4,13,0,6,0,3,0.46,0.4545,0.94,0.5224,9,49,58
+2441,2011-04-16,2,0,4,14,0,6,0,3,0.52,0.5,0.83,0.5821,14,49,63
+2442,2011-04-16,2,0,4,15,0,6,0,3,0.52,0.5,0.83,0.5821,16,62,78
+2443,2011-04-16,2,0,4,16,0,6,0,3,0.5,0.4848,0.88,0.4627,6,27,33
+2444,2011-04-16,2,0,4,17,0,6,0,3,0.5,0.4848,0.88,0.5821,1,14,15
+2445,2011-04-16,2,0,4,18,0,6,0,2,0.5,0.4848,0.94,0.3881,6,32,38
+2446,2011-04-16,2,0,4,19,0,6,0,2,0.52,0.5,0.94,0.4179,9,62,71
+2447,2011-04-16,2,0,4,20,0,6,0,3,0.44,0.4394,0.94,0.2239,4,49,53
+2448,2011-04-16,2,0,4,21,0,6,0,2,0.44,0.4394,0.94,0,1,13,14
+2449,2011-04-16,2,0,4,22,0,6,0,3,0.42,0.4242,1,0,2,22,24
+2450,2011-04-16,2,0,4,23,0,6,0,2,0.44,0.4394,0.77,0.2836,5,30,35
+2451,2011-04-17,2,0,4,0,0,0,0,2,0.44,0.4394,0.77,0.2836,4,29,33
+2452,2011-04-17,2,0,4,1,0,0,0,1,0.42,0.4242,0.67,0.2239,6,25,31
+2453,2011-04-17,2,0,4,2,0,0,0,1,0.4,0.4091,0.62,0.194,4,25,29
+2454,2011-04-17,2,0,4,3,0,0,0,1,0.4,0.4091,0.66,0.1343,12,13,25
+2455,2011-04-17,2,0,4,4,0,0,0,1,0.36,0.3636,0.76,0.1045,2,5,7
+2456,2011-04-17,2,0,4,5,0,0,0,1,0.36,0.3485,0.71,0.1642,2,1,3
+2457,2011-04-17,2,0,4,6,0,0,0,1,0.36,0.3182,0.66,0.4478,3,5,8
+2458,2011-04-17,2,0,4,7,0,0,0,1,0.36,0.3333,0.5,0.3582,2,14,16
+2459,2011-04-17,2,0,4,8,0,0,0,1,0.38,0.3939,0.46,0.3881,7,36,43
+2460,2011-04-17,2,0,4,9,0,0,0,1,0.4,0.4091,0.43,0.2836,31,71,102
+2461,2011-04-17,2,0,4,10,0,0,0,1,0.42,0.4242,0.44,0.4478,91,120,211
+2462,2011-04-17,2,0,4,11,0,0,0,1,0.46,0.4545,0.41,0.4179,119,185,304
+2463,2011-04-17,2,0,4,12,0,0,0,1,0.46,0.4545,0.38,0.3881,167,187,354
+2464,2011-04-17,2,0,4,13,0,0,0,1,0.5,0.4848,0.34,0.3881,181,162,343
+2465,2011-04-17,2,0,4,14,0,0,0,1,0.52,0.5,0.34,0.3881,170,191,361
+2466,2011-04-17,2,0,4,15,0,0,0,1,0.54,0.5152,0.32,0.5224,179,209,388
+2467,2011-04-17,2,0,4,16,0,0,0,1,0.54,0.5152,0.3,0.3582,161,182,343
+2468,2011-04-17,2,0,4,17,0,0,0,1,0.56,0.5303,0.3,0.4478,143,163,306
+2469,2011-04-17,2,0,4,18,0,0,0,1,0.56,0.5303,0.3,0.3881,102,175,277
+2470,2011-04-17,2,0,4,19,0,0,0,1,0.56,0.5303,0.3,0.2985,75,135,210
+2471,2011-04-17,2,0,4,20,0,0,0,1,0.52,0.5,0.36,0.194,44,97,141
+2472,2011-04-17,2,0,4,21,0,0,0,1,0.5,0.4848,0.42,0.194,13,70,83
+2473,2011-04-17,2,0,4,22,0,0,0,1,0.5,0.4848,0.39,0.1045,21,49,70
+2474,2011-04-17,2,0,4,23,0,0,0,1,0.44,0.4394,0.67,0.1642,19,37,56
+2475,2011-04-18,2,0,4,0,0,1,1,1,0.46,0.4545,0.47,0.0896,15,24,39
+2476,2011-04-18,2,0,4,1,0,1,1,1,0.46,0.4545,0.47,0.1343,11,8,19
+2477,2011-04-18,2,0,4,2,0,1,1,1,0.42,0.4242,0.67,0.1045,14,2,16
+2478,2011-04-18,2,0,4,3,0,1,1,1,0.42,0.4242,0.62,0.1045,6,1,7
+2479,2011-04-18,2,0,4,4,0,1,1,1,0.4,0.4091,0.87,0.1642,2,4,6
+2480,2011-04-18,2,0,4,5,0,1,1,1,0.4,0.4091,0.76,0.0896,0,16,16
+2481,2011-04-18,2,0,4,6,0,1,1,1,0.4,0.4091,0.82,0,3,51,54
+2482,2011-04-18,2,0,4,7,0,1,1,1,0.46,0.4545,0.63,0,12,156,168
+2483,2011-04-18,2,0,4,8,0,1,1,1,0.46,0.4545,0.63,0,20,277,297
+2484,2011-04-18,2,0,4,9,0,1,1,2,0.5,0.4848,0.55,0.1045,37,132,169
+2485,2011-04-18,2,0,4,10,0,1,1,2,0.52,0.5,0.55,0.1045,41,68,109
+2486,2011-04-18,2,0,4,11,0,1,1,2,0.54,0.5152,0.52,0.0896,36,87,123
+2487,2011-04-18,2,0,4,12,0,1,1,2,0.56,0.5303,0.49,0.0896,60,124,184
+2488,2011-04-18,2,0,4,13,0,1,1,2,0.56,0.5303,0.49,0.1642,41,128,169
+2489,2011-04-18,2,0,4,14,0,1,1,2,0.58,0.5455,0.49,0.194,49,95,144
+2490,2011-04-18,2,0,4,15,0,1,1,2,0.6,0.6212,0.43,0.194,64,112,176
+2491,2011-04-18,2,0,4,16,0,1,1,1,0.6,0.6212,0.46,0.2836,40,165,205
+2492,2011-04-18,2,0,4,17,0,1,1,1,0.58,0.5455,0.49,0.2836,66,362,428
+2493,2011-04-18,2,0,4,18,0,1,1,1,0.64,0.6212,0.31,0.3582,41,321,362
+2494,2011-04-18,2,0,4,19,0,1,1,1,0.56,0.5303,0.46,0.2537,42,244,286
+2495,2011-04-18,2,0,4,20,0,1,1,1,0.6,0.6212,0.33,0.2985,29,136,165
+2496,2011-04-18,2,0,4,21,0,1,1,1,0.56,0.5303,0.37,0.2836,20,131,151
+2497,2011-04-18,2,0,4,22,0,1,1,1,0.52,0.5,0.55,0.2836,9,81,90
+2498,2011-04-18,2,0,4,23,0,1,1,1,0.5,0.4848,0.59,0.2537,11,35,46
+2499,2011-04-19,2,0,4,0,0,2,1,1,0.5,0.4848,0.55,0.2239,2,23,25
+2500,2011-04-19,2,0,4,1,0,2,1,1,0.46,0.4545,0.63,0.2239,5,2,7
+2501,2011-04-19,2,0,4,2,0,2,1,1,0.46,0.4545,0.67,0.2836,8,5,13
+2502,2011-04-19,2,0,4,3,0,2,1,1,0.48,0.4697,0.63,0.2239,0,3,3
+2503,2011-04-19,2,0,4,4,0,2,1,1,0.46,0.4545,0.67,0.0896,1,4,5
+2504,2011-04-19,2,0,4,5,0,2,1,2,0.46,0.4545,0.72,0.194,1,17,18
+2505,2011-04-19,2,0,4,6,0,2,1,2,0.48,0.4697,0.67,0,2,63,65
+2506,2011-04-19,2,0,4,7,0,2,1,2,0.52,0.5,0.55,0,22,166,188
+2507,2011-04-19,2,0,4,8,0,2,1,2,0.5,0.4848,0.68,0.1343,20,331,351
+2508,2011-04-19,2,0,4,9,0,2,1,3,0.52,0.5,0.63,0.0896,23,139,162
+2509,2011-04-19,2,0,4,10,0,2,1,2,0.5,0.4848,0.72,0.2239,15,60,75
+2510,2011-04-19,2,0,4,11,0,2,1,2,0.54,0.5152,0.68,0.1642,19,53,72
+2511,2011-04-19,2,0,4,12,0,2,1,2,0.54,0.5152,0.64,0.0896,19,84,103
+2512,2011-04-19,2,0,4,13,0,2,1,2,0.54,0.5152,0.68,0.2239,26,103,129
+2513,2011-04-19,2,0,4,14,0,2,1,2,0.54,0.5152,0.64,0.194,19,88,107
+2514,2011-04-19,2,0,4,15,0,2,1,2,0.54,0.5152,0.65,0.1642,44,83,127
+2515,2011-04-19,2,0,4,16,0,2,1,1,0.56,0.5303,0.52,0.2985,30,162,192
+2516,2011-04-19,2,0,4,17,0,2,1,1,0.56,0.5303,0.6,0.1045,39,372,411
+2517,2011-04-19,2,0,4,18,0,2,1,2,0.54,0.5152,0.64,0.1343,44,377,421
+2518,2011-04-19,2,0,4,19,0,2,1,2,0.5,0.4848,0.72,0.194,28,248,276
+2519,2011-04-19,2,0,4,20,0,2,1,2,0.5,0.4848,0.72,0.2239,20,148,168
+2520,2011-04-19,2,0,4,21,0,2,1,2,0.5,0.4848,0.72,0.1343,8,114,122
+2521,2011-04-19,2,0,4,22,0,2,1,1,0.48,0.4697,0.77,0.0896,3,109,112
+2522,2011-04-19,2,0,4,23,0,2,1,1,0.46,0.4545,0.88,0.0896,11,41,52
+2523,2011-04-20,2,0,4,0,0,3,1,1,0.44,0.4394,0.88,0.1343,4,29,33
+2524,2011-04-20,2,0,4,1,0,3,1,1,0.42,0.4242,0.94,0.1642,2,5,7
+2525,2011-04-20,2,0,4,2,0,3,1,1,0.42,0.4242,0.94,0.1642,0,2,2
+2526,2011-04-20,2,0,4,3,0,3,1,1,0.42,0.4242,0.94,0,0,2,2
+2527,2011-04-20,2,0,4,4,0,3,1,1,0.4,0.4091,1,0.1045,5,4,9
+2528,2011-04-20,2,0,4,5,0,3,1,1,0.4,0.4091,0.94,0.194,1,14,15
+2529,2011-04-20,2,0,4,6,0,3,1,1,0.42,0.4242,0.94,0.1642,2,62,64
+2530,2011-04-20,2,0,4,7,0,3,1,1,0.44,0.4394,0.94,0,26,211,237
+2531,2011-04-20,2,0,4,8,0,3,1,1,0.62,0.6061,0.69,0.4627,22,374,396
+2532,2011-04-20,2,0,4,9,0,3,1,1,0.66,0.6212,0.61,0.2836,27,170,197
+2533,2011-04-20,2,0,4,10,0,3,1,1,0.62,0.6061,0.69,0.0896,45,86,131
+2534,2011-04-20,2,0,4,11,0,3,1,1,0.62,0.6061,0.69,0.0896,31,87,118
+2535,2011-04-20,2,0,4,12,0,3,1,1,0.7,0.6515,0.48,0.3881,28,117,145
+2536,2011-04-20,2,0,4,13,0,3,1,1,0.7,0.6515,0.48,0.3881,42,135,177
+2537,2011-04-20,2,0,4,14,0,3,1,1,0.74,0.6515,0.4,0.4627,33,115,148
+2538,2011-04-20,2,0,4,15,0,3,1,2,0.76,0.6667,0.35,0.3582,32,113,145
+2539,2011-04-20,2,0,4,16,0,3,1,2,0.76,0.6667,0.35,0.3582,54,201,255
+2540,2011-04-20,2,0,4,17,0,3,1,2,0.74,0.6515,0.37,0.4179,34,398,432
+2541,2011-04-20,2,0,4,18,0,3,1,1,0.74,0.6515,0.3,0.3582,56,385,441
+2542,2011-04-20,2,0,4,19,0,3,1,1,0.7,0.6364,0.32,0.2537,74,309,383
+2543,2011-04-20,2,0,4,20,0,3,1,1,0.68,0.6212,0.32,0.1045,31,194,225
+2544,2011-04-20,2,0,4,21,0,3,1,1,0.66,0.6212,0.36,0.2836,38,134,172
+2545,2011-04-20,2,0,4,22,0,3,1,1,0.62,0.6212,0.41,0.2537,12,105,117
+2546,2011-04-20,2,0,4,23,0,3,1,1,0.6,0.6212,0.4,0.3284,14,79,93
+2547,2011-04-21,2,0,4,0,0,4,1,1,0.56,0.5303,0.43,0.3582,11,33,44
+2548,2011-04-21,2,0,4,1,0,4,1,1,0.52,0.5,0.45,0.2239,6,20,26
+2549,2011-04-21,2,0,4,2,0,4,1,1,0.5,0.4848,0.42,0.3881,3,10,13
+2550,2011-04-21,2,0,4,3,0,4,1,2,0.46,0.4545,0.51,0.4627,4,3,7
+2551,2011-04-21,2,0,4,4,0,4,1,2,0.44,0.4394,0.54,0.4478,2,4,6
+2552,2011-04-21,2,0,4,5,0,4,1,2,0.42,0.4242,0.54,0.5522,0,14,14
+2553,2011-04-21,2,0,4,6,0,4,1,2,0.4,0.4091,0.58,0.5821,2,73,75
+2554,2011-04-21,2,0,4,7,0,4,1,2,0.42,0.4242,0.47,0.4627,15,183,198
+2555,2011-04-21,2,0,4,8,0,4,1,2,0.4,0.4091,0.5,0.4925,19,346,365
+2556,2011-04-21,2,0,4,9,0,4,1,2,0.42,0.4242,0.47,0.2836,18,178,196
+2557,2011-04-21,2,0,4,10,0,4,1,1,0.42,0.4242,0.44,0.3582,25,73,98
+2558,2011-04-21,2,0,4,11,0,4,1,1,0.44,0.4394,0.41,0.2836,34,99,133
+2559,2011-04-21,2,0,4,12,0,4,1,1,0.46,0.4545,0.38,0.1642,49,150,199
+2560,2011-04-21,2,0,4,13,0,4,1,1,0.48,0.4697,0.33,0.3284,55,122,177
+2561,2011-04-21,2,0,4,14,0,4,1,1,0.5,0.4848,0.34,0.3881,68,160,228
+2562,2011-04-21,2,0,4,15,0,4,1,1,0.52,0.5,0.29,0.4179,69,166,235
+2563,2011-04-21,2,0,4,16,0,4,1,1,0.52,0.5,0.27,0.3582,66,228,294
+2564,2011-04-21,2,0,4,17,0,4,1,1,0.5,0.4848,0.29,0.1642,79,402,481
+2565,2011-04-21,2,0,4,18,0,4,1,1,0.5,0.4848,0.25,0.2836,71,381,452
+2566,2011-04-21,2,0,4,19,0,4,1,1,0.46,0.4545,0.28,0.2836,52,272,324
+2567,2011-04-21,2,0,4,20,0,4,1,1,0.44,0.4394,0.3,0.1343,28,176,204
+2568,2011-04-21,2,0,4,21,0,4,1,1,0.42,0.4242,0.47,0.194,25,159,184
+2569,2011-04-21,2,0,4,22,0,4,1,1,0.42,0.4242,0.38,0.0896,31,106,137
+2570,2011-04-21,2,0,4,23,0,4,1,1,0.4,0.4091,0.43,0.1045,13,86,99
+2571,2011-04-22,2,0,4,0,0,5,1,1,0.36,0.3485,0.62,0.194,3,30,33
+2572,2011-04-22,2,0,4,1,0,5,1,1,0.36,0.3333,0.53,0.2537,2,22,24
+2573,2011-04-22,2,0,4,2,0,5,1,1,0.36,0.3333,0.53,0.2985,2,7,9
+2574,2011-04-22,2,0,4,3,0,5,1,1,0.36,0.3333,0.53,0.2985,0,2,2
+2575,2011-04-22,2,0,4,4,0,5,1,1,0.34,0.3182,0.53,0.2836,1,2,3
+2576,2011-04-22,2,0,4,5,0,5,1,1,0.34,0.3182,0.53,0.2239,0,16,16
+2577,2011-04-22,2,0,4,6,0,5,1,1,0.34,0.3182,0.53,0.2836,2,47,49
+2578,2011-04-22,2,0,4,7,0,5,1,2,0.34,0.3182,0.53,0.2836,5,175,180
+2579,2011-04-22,2,0,4,8,0,5,1,2,0.34,0.3182,0.53,0.2537,15,331,346
+2580,2011-04-22,2,0,4,9,0,5,1,3,0.34,0.303,0.61,0.2985,17,178,195
+2581,2011-04-22,2,0,4,10,0,5,1,2,0.36,0.3485,0.62,0.194,32,104,136
+2582,2011-04-22,2,0,4,11,0,5,1,3,0.34,0.3333,0.66,0.194,23,83,106
+2583,2011-04-22,2,0,4,12,0,5,1,3,0.34,0.3333,0.76,0.1343,19,61,80
+2584,2011-04-22,2,0,4,13,0,5,1,3,0.34,0.3333,0.87,0.194,3,37,40
+2585,2011-04-22,2,0,4,14,0,5,1,3,0.34,0.3182,0.87,0.2537,3,33,36
+2586,2011-04-22,2,0,4,15,0,5,1,3,0.34,0.3333,0.87,0.194,13,62,75
+2587,2011-04-22,2,0,4,16,0,5,1,3,0.34,0.3333,0.87,0.1343,4,58,62
+2588,2011-04-22,2,0,4,17,0,5,1,3,0.32,0.303,0.93,0.2239,6,63,69
+2589,2011-04-22,2,0,4,18,0,5,1,3,0.32,0.303,0.93,0.2239,4,47,51
+2590,2011-04-22,2,0,4,19,0,5,1,3,0.32,0.303,0.93,0.2239,7,48,55
+2591,2011-04-22,2,0,4,20,0,5,1,3,0.32,0.303,0.87,0.2239,8,39,47
+2592,2011-04-22,2,0,4,21,0,5,1,3,0.3,0.303,0.93,0.1642,5,23,28
+2593,2011-04-22,2,0,4,22,0,5,1,3,0.3,0.303,1,0.1343,3,21,24
+2594,2011-04-22,2,0,4,23,0,5,1,3,0.32,0.3333,0.93,0.1045,0,17,17
+2595,2011-04-23,2,0,4,0,0,6,0,2,0.32,0.3182,1,0.194,0,18,18
+2596,2011-04-23,2,0,4,1,0,6,0,2,0.32,0.3182,1,0.194,5,11,16
+2597,2011-04-23,2,0,4,2,0,6,0,3,0.32,0.3333,1,0.1343,3,14,17
+2598,2011-04-23,2,0,4,3,0,6,0,3,0.32,0.3333,1,0.0896,0,4,4
+2599,2011-04-23,2,0,4,4,0,6,0,3,0.34,0.3636,1,0,2,3,5
+2600,2011-04-23,2,0,4,5,0,6,0,3,0.34,0.3636,1,0,1,6,7
+2601,2011-04-23,2,0,4,6,0,6,0,2,0.34,0.3333,1,0.1642,0,11,11
+2602,2011-04-23,2,0,4,7,0,6,0,3,0.34,0.3333,1,0.1642,2,17,19
+2603,2011-04-23,2,0,4,8,0,6,0,2,0.36,0.3333,1,0.2537,15,32,47
+2604,2011-04-23,2,0,4,9,0,6,0,2,0.38,0.3939,0.94,0.2985,13,55,68
+2605,2011-04-23,2,0,4,10,0,6,0,2,0.42,0.4242,0.88,0.2239,36,93,129
+2606,2011-04-23,2,0,4,11,0,6,0,2,0.46,0.4545,0.88,0.2239,68,164,232
+2607,2011-04-23,2,0,4,12,0,6,0,1,0.52,0.5,0.83,0.4179,94,197,291
+2608,2011-04-23,2,0,4,13,0,6,0,1,0.52,0.5,0.83,0.3881,126,186,312
+2609,2011-04-23,2,0,4,14,0,6,0,1,0.58,0.5455,0.78,0.3582,182,209,391
+2610,2011-04-23,2,0,4,15,0,6,0,1,0.6,0.5909,0.73,0.3881,171,226,397
+2611,2011-04-23,2,0,4,16,0,6,0,1,0.6,0.5909,0.73,0.2836,180,246,426
+2612,2011-04-23,2,0,4,17,0,6,0,1,0.6,0.5909,0.73,0.3284,168,215,383
+2613,2011-04-23,2,0,4,18,0,6,0,1,0.58,0.5455,0.78,0.194,149,227,376
+2614,2011-04-23,2,0,4,19,0,6,0,1,0.56,0.5303,0.83,0.2836,84,199,283
+2615,2011-04-23,2,0,4,20,0,6,0,2,0.54,0.5152,0.88,0.2537,45,138,183
+2616,2011-04-23,2,0,4,21,0,6,0,2,0.56,0.5303,0.83,0.2836,32,103,135
+2617,2011-04-23,2,0,4,22,0,6,0,2,0.58,0.5455,0.78,0.2537,55,114,169
+2618,2011-04-23,2,0,4,23,0,6,0,2,0.54,0.5152,0.88,0.1642,31,86,117
+2619,2011-04-24,2,0,4,0,0,0,0,1,0.52,0.5,0.83,0.2239,30,66,96
+2620,2011-04-24,2,0,4,1,0,0,0,1,0.5,0.4848,0.88,0.194,14,40,54
+2621,2011-04-24,2,0,4,2,0,0,0,1,0.5,0.4848,0.88,0.194,27,45,72
+2622,2011-04-24,2,0,4,3,0,0,0,1,0.5,0.4848,0.94,0.0896,4,20,24
+2623,2011-04-24,2,0,4,4,0,0,0,1,0.5,0.4848,0.94,0.0896,0,5,5
+2624,2011-04-24,2,0,4,5,0,0,0,1,0.5,0.4848,0.94,0.0896,5,7,12
+2625,2011-04-24,2,0,4,6,0,0,0,2,0.5,0.4848,1,0,10,3,13
+2626,2011-04-24,2,0,4,7,0,0,0,2,0.5,0.4848,1,0,16,11,27
+2627,2011-04-24,2,0,4,8,0,0,0,1,0.52,0.5,0.94,0.2239,38,42,80
+2628,2011-04-24,2,0,4,9,0,0,0,1,0.56,0.5303,0.88,0.2537,73,104,177
+2629,2011-04-24,2,0,4,10,0,0,0,1,0.6,0.5758,0.78,0.1642,118,171,289
+2630,2011-04-24,2,0,4,11,0,0,0,1,0.66,0.6212,0.65,0.1343,124,193,317
+2631,2011-04-24,2,0,4,12,0,0,0,1,0.68,0.6364,0.65,0.2537,168,220,388
+2632,2011-04-24,2,0,4,13,0,0,0,1,0.7,0.6515,0.58,0.2836,205,236,441
+2633,2011-04-24,2,0,4,14,0,0,0,1,0.7,0.6515,0.54,0.3284,197,223,420
+2634,2011-04-24,2,0,4,15,0,0,0,1,0.66,0.6212,0.61,0.2537,167,202,369
+2635,2011-04-24,2,0,4,16,0,0,0,1,0.74,0.6667,0.48,0.3881,162,197,359
+2636,2011-04-24,2,0,4,17,0,0,0,1,0.66,0.6212,0.65,0.2985,142,189,331
+2637,2011-04-24,2,0,4,18,0,0,0,1,0.64,0.6061,0.69,0.1642,96,174,270
+2638,2011-04-24,2,0,4,19,0,0,0,3,0.6,0.5606,0.83,0.2836,62,132,194
+2639,2011-04-24,2,0,4,20,0,0,0,3,0.6,0.5606,0.83,0.2836,34,71,105
+2640,2011-04-24,2,0,4,21,0,0,0,3,0.54,0.5152,0.94,0.1642,8,53,61
+2641,2011-04-24,2,0,4,22,0,0,0,3,0.54,0.5152,1,0.1642,5,40,45
+2642,2011-04-24,2,0,4,23,0,0,0,3,0.54,0.5152,1,0.0896,5,37,42
+2643,2011-04-25,2,0,4,0,0,1,1,3,0.52,0.5,1,0,2,10,12
+2644,2011-04-25,2,0,4,1,0,1,1,1,0.54,0.5152,1,0.0896,2,8,10
+2645,2011-04-25,2,0,4,2,0,1,1,1,0.54,0.5152,1,0.0896,1,9,10
+2646,2011-04-25,2,0,4,3,0,1,1,2,0.5,0.4848,1,0.1045,2,8,10
+2647,2011-04-25,2,0,4,4,0,1,1,2,0.52,0.5,1,0,1,4,5
+2648,2011-04-25,2,0,4,5,0,1,1,2,0.46,0.4545,1,0,3,14,17
+2649,2011-04-25,2,0,4,6,0,1,1,2,0.5,0.4848,1,0,7,59,66
+2650,2011-04-25,2,0,4,7,0,1,1,2,0.52,0.5,1,0.0896,13,183,196
+2651,2011-04-25,2,0,4,8,0,1,1,1,0.56,0.5303,0.88,0.1045,27,326,353
+2652,2011-04-25,2,0,4,9,0,1,1,1,0.6,0.5606,0.83,0.1343,27,147,174
+2653,2011-04-25,2,0,4,10,0,1,1,1,0.64,0.6061,0.73,0.2239,61,64,125
+2654,2011-04-25,2,0,4,11,0,1,1,1,0.64,0.6061,0.73,0.2239,53,94,147
+2655,2011-04-25,2,0,4,12,0,1,1,1,0.66,0.6212,0.74,0.2537,48,140,188
+2656,2011-04-25,2,0,4,13,0,1,1,1,0.7,0.6515,0.65,0.2239,57,146,203
+2657,2011-04-25,2,0,4,14,0,1,1,1,0.72,0.6667,0.54,0.2239,47,99,146
+2658,2011-04-25,2,0,4,15,0,1,1,1,0.74,0.6667,0.51,0.2239,50,125,175
+2659,2011-04-25,2,0,4,16,0,1,1,1,0.7,0.6515,0.54,0.3582,41,198,239
+2660,2011-04-25,2,0,4,17,0,1,1,1,0.7,0.6515,0.54,0.2985,80,441,521
+2661,2011-04-25,2,0,4,18,0,1,1,1,0.68,0.6364,0.57,0.3582,74,425,499
+2662,2011-04-25,2,0,4,19,0,1,1,1,0.66,0.6212,0.57,0.3284,62,320,382
+2663,2011-04-25,2,0,4,20,0,1,1,1,0.66,0.6212,0.61,0.2836,42,195,237
+2664,2011-04-25,2,0,4,21,0,1,1,1,0.62,0.6061,0.69,0.2537,41,149,190
+2665,2011-04-25,2,0,4,22,0,1,1,1,0.6,0.5909,0.73,0.2985,23,83,106
+2666,2011-04-25,2,0,4,23,0,1,1,1,0.58,0.5455,0.78,0.2836,9,53,62
+2667,2011-04-26,2,0,4,0,0,2,1,1,0.62,0.6061,0.69,0.2836,10,17,27
+2668,2011-04-26,2,0,4,1,0,2,1,1,0.62,0.5909,0.73,0.2836,16,5,21
+2669,2011-04-26,2,0,4,2,0,2,1,1,0.56,0.5303,0.83,0.3284,17,9,26
+2670,2011-04-26,2,0,4,3,0,2,1,1,0.54,0.5152,0.88,0.2836,17,4,21
+2671,2011-04-26,2,0,4,4,0,2,1,1,0.56,0.5303,0.83,0.2537,2,4,6
+2672,2011-04-26,2,0,4,5,0,2,1,1,0.54,0.5152,0.88,0.2537,0,16,16
+2673,2011-04-26,2,0,4,6,0,2,1,1,0.56,0.5303,0.88,0.2239,0,80,80
+2674,2011-04-26,2,0,4,7,0,2,1,1,0.58,0.5455,0.83,0.2985,16,254,270
+2675,2011-04-26,2,0,4,8,0,2,1,1,0.58,0.5455,0.83,0.2985,32,417,449
+2676,2011-04-26,2,0,4,9,0,2,1,1,0.64,0.6061,0.73,0.3582,35,164,199
+2677,2011-04-26,2,0,4,10,0,2,1,1,0.66,0.6212,0.69,0.3582,22,98,120
+2678,2011-04-26,2,0,4,11,0,2,1,1,0.68,0.6364,0.65,0.3881,40,132,172
+2679,2011-04-26,2,0,4,12,0,2,1,1,0.7,0.6515,0.61,0.4179,40,146,186
+2680,2011-04-26,2,0,4,13,0,2,1,1,0.74,0.6667,0.51,0.4478,37,139,176
+2681,2011-04-26,2,0,4,14,0,2,1,1,0.72,0.6667,0.58,0.3284,40,115,155
+2682,2011-04-26,2,0,4,15,0,2,1,1,0.7,0.6515,0.61,0.3582,34,119,153
+2683,2011-04-26,2,0,4,16,0,2,1,1,0.7,0.6515,0.58,0.3881,40,251,291
+2684,2011-04-26,2,0,4,17,0,2,1,1,0.68,0.6364,0.61,0.3582,66,455,521
+2685,2011-04-26,2,0,4,18,0,2,1,1,0.68,0.6364,0.65,0.4478,65,463,528
+2686,2011-04-26,2,0,4,19,0,2,1,1,0.64,0.6061,0.73,0.4179,42,286,328
+2687,2011-04-26,2,0,4,20,0,2,1,1,0.64,0.6061,0.73,0.3582,35,199,234
+2688,2011-04-26,2,0,4,21,0,2,1,1,0.62,0.5909,0.78,0.2836,33,162,195
+2689,2011-04-26,2,0,4,22,0,2,1,2,0.6,0.5606,0.83,0.194,32,116,148
+2690,2011-04-26,2,0,4,23,0,2,1,2,0.6,0.5606,0.83,0.2239,7,71,78
+2691,2011-04-27,2,0,4,0,0,3,1,1,0.6,0.5606,0.83,0.2239,3,24,27
+2692,2011-04-27,2,0,4,1,0,3,1,1,0.6,0.5606,0.83,0.2537,2,15,17
+2693,2011-04-27,2,0,4,2,0,3,1,1,0.58,0.5455,0.88,0.2537,0,5,5
+2694,2011-04-27,2,0,4,3,0,3,1,2,0.58,0.5455,0.88,0.2836,3,4,7
+2695,2011-04-27,2,0,4,4,0,3,1,1,0.56,0.5303,0.94,0.2239,0,6,6
+2696,2011-04-27,2,0,4,5,0,3,1,2,0.56,0.5303,0.94,0.2537,1,16,17
+2697,2011-04-27,2,0,4,6,0,3,1,1,0.56,0.5303,0.94,0.2537,5,79,84
+2698,2011-04-27,2,0,4,7,0,3,1,2,0.58,0.5455,0.88,0.2836,17,229,246
+2699,2011-04-27,2,0,4,8,0,3,1,2,0.58,0.5455,0.88,0.3284,31,413,444
+2700,2011-04-27,2,0,4,9,0,3,1,2,0.6,0.5455,0.88,0.4179,20,161,181
+2701,2011-04-27,2,0,4,10,0,3,1,2,0.62,0.5758,0.83,0.2836,26,66,92
+2702,2011-04-27,2,0,4,11,0,3,1,2,0.64,0.5909,0.78,0.2836,53,103,156
+2703,2011-04-27,2,0,4,12,0,3,1,1,0.66,0.6061,0.78,0.3284,38,135,173
+2704,2011-04-27,2,0,4,13,0,3,1,1,0.64,0.5909,0.78,0.2985,31,119,150
+2705,2011-04-27,2,0,4,14,0,3,1,1,0.68,0.6364,0.74,0.2836,29,119,148
+2706,2011-04-27,2,0,4,15,0,3,1,1,0.7,0.6515,0.65,0.4925,18,120,138
+2707,2011-04-27,2,0,4,16,0,3,1,1,0.7,0.6515,0.7,0.3881,29,189,218
+2708,2011-04-27,2,0,4,17,0,3,1,3,0.66,0.6061,0.83,0.3881,63,458,521
+2709,2011-04-27,2,0,4,18,0,3,1,3,0.66,0.6061,0.83,0.3881,46,366,412
+2710,2011-04-27,2,0,4,19,0,3,1,1,0.62,0.5909,0.78,0.2836,40,220,260
+2711,2011-04-27,2,0,4,20,0,3,1,1,0.64,0.5758,0.83,0.3284,30,188,218
+2712,2011-04-27,2,0,4,21,0,3,1,1,0.62,0.5606,0.88,0.2836,19,126,145
+2713,2011-04-27,2,0,4,22,0,3,1,2,0.62,0.5606,0.88,0.3284,18,111,129
+2714,2011-04-27,2,0,4,23,0,3,1,2,0.62,0.5606,0.88,0.3582,25,53,78
+2715,2011-04-28,2,0,4,0,0,4,1,1,0.64,0.5909,0.78,0.3582,13,41,54
+2716,2011-04-28,2,0,4,1,0,4,1,2,0.62,0.5758,0.83,0.3881,8,12,20
+2717,2011-04-28,2,0,4,2,0,4,1,2,0.62,0.5758,0.83,0.4478,14,7,21
+2718,2011-04-28,2,0,4,3,0,4,1,2,0.64,0.5909,0.78,0.3881,2,1,3
+2719,2011-04-28,2,0,4,4,0,4,1,2,0.62,0.5758,0.83,0.4179,4,5,9
+2720,2011-04-28,2,0,4,5,0,4,1,2,0.62,0.5758,0.83,0.3881,0,13,13
+2721,2011-04-28,2,0,4,6,0,4,1,2,0.64,0.5909,0.78,0.4627,7,79,86
+2722,2011-04-28,2,0,4,7,0,4,1,2,0.64,0.5909,0.78,0.4478,14,201,215
+2723,2011-04-28,2,0,4,8,0,4,1,2,0.66,0.6061,0.78,0.4478,31,367,398
+2724,2011-04-28,2,0,4,9,0,4,1,3,0.62,0.5606,0.88,0.3284,18,165,183
+2725,2011-04-28,2,0,4,10,0,4,1,2,0.62,0.5606,0.88,0.2836,9,45,54
+2726,2011-04-28,2,0,4,11,0,4,1,2,0.62,0.5758,0.83,0.2836,10,74,84
+2727,2011-04-28,2,0,4,12,0,4,1,2,0.62,0.5909,0.78,0.2537,23,84,107
+2728,2011-04-28,2,0,4,13,0,4,1,2,0.62,0.5758,0.83,0.2985,18,103,121
+2729,2011-04-28,2,0,4,14,0,4,1,1,0.62,0.5758,0.83,0.2985,21,121,142
+2730,2011-04-28,2,0,4,15,0,4,1,1,0.66,0.6212,0.69,0.3284,46,117,163
+2731,2011-04-28,2,0,4,16,0,4,1,1,0.62,0.5909,0.78,0.2537,42,228,270
+2732,2011-04-28,2,0,4,17,0,4,1,1,0.64,0.6212,0.47,0.3582,49,406,455
+2733,2011-04-28,2,0,4,18,0,4,1,1,0.64,0.6212,0.47,0.3582,44,486,530
+2734,2011-04-28,2,0,4,19,0,4,1,1,0.62,0.6212,0.43,0.2985,57,347,404
+2735,2011-04-28,2,0,4,20,0,4,1,1,0.58,0.5455,0.43,0.2239,49,220,269
+2736,2011-04-28,2,0,4,21,0,4,1,1,0.56,0.5303,0.46,0.1343,27,167,194
+2737,2011-04-28,2,0,4,22,0,4,1,1,0.54,0.5152,0.45,0.1642,34,119,153
+2738,2011-04-28,2,0,4,23,0,4,1,1,0.54,0.5152,0.39,0.0896,29,81,110
+2739,2011-04-29,2,0,4,0,0,5,1,1,0.52,0.5,0.39,0.2836,11,37,48
+2740,2011-04-29,2,0,4,1,0,5,1,1,0.5,0.4848,0.45,0.0896,10,21,31
+2741,2011-04-29,2,0,4,2,0,5,1,1,0.46,0.4545,0.63,0.1045,2,8,10
+2742,2011-04-29,2,0,4,3,0,5,1,1,0.46,0.4545,0.59,0.0896,1,4,5
+2743,2011-04-29,2,0,4,4,0,5,1,1,0.46,0.4545,0.51,0.1343,0,6,6
+2744,2011-04-29,2,0,4,5,0,5,1,1,0.46,0.4545,0.47,0.1343,0,25,25
+2745,2011-04-29,2,0,4,6,0,5,1,1,0.5,0.4848,0.45,0.2836,4,67,71
+2746,2011-04-29,2,0,4,7,0,5,1,1,0.52,0.5,0.42,0.194,18,222,240
+2747,2011-04-29,2,0,4,8,0,5,1,1,0.54,0.5152,0.39,0.2985,35,386,421
+2748,2011-04-29,2,0,4,9,0,5,1,1,0.54,0.5152,0.39,0.3284,45,185,230
+2749,2011-04-29,2,0,4,10,0,5,1,1,0.56,0.5303,0.4,0.2836,57,99,156
+2750,2011-04-29,2,0,4,11,0,5,1,1,0.6,0.6212,0.38,0.2239,49,108,157
+2751,2011-04-29,2,0,4,12,0,5,1,1,0.56,0.5303,0.37,0.2836,63,160,223
+2752,2011-04-29,2,0,4,13,0,5,1,1,0.56,0.5303,0.37,0.2985,74,234,308
+2753,2011-04-29,2,0,4,14,0,5,1,1,0.6,0.6212,0.35,0.3284,58,190,248
+2754,2011-04-29,2,0,4,15,0,5,1,2,0.56,0.5303,0.4,0.2985,77,175,252
+2755,2011-04-29,2,0,4,16,0,5,1,2,0.54,0.5152,0.42,0.3582,59,240,299
+2756,2011-04-29,2,0,4,17,0,5,1,2,0.52,0.5,0.45,0.3881,75,433,508
+2757,2011-04-29,2,0,4,18,0,5,1,1,0.52,0.5,0.48,0.3582,55,384,439
+2758,2011-04-29,2,0,4,19,0,5,1,1,0.46,0.4545,0.55,0.3284,40,230,270
+2759,2011-04-29,2,0,4,20,0,5,1,1,0.48,0.4697,0.48,0.2239,34,160,194
+2760,2011-04-29,2,0,4,21,0,5,1,1,0.46,0.4545,0.51,0.194,50,145,195
+2761,2011-04-29,2,0,4,22,0,5,1,1,0.42,0.4242,0.58,0.1642,36,110,146
+2762,2011-04-29,2,0,4,23,0,5,1,2,0.44,0.4394,0.54,0.0896,25,88,113
+2763,2011-04-30,2,0,4,0,0,6,0,2,0.44,0.4394,0.54,0.2537,33,73,106
+2764,2011-04-30,2,0,4,1,0,6,0,2,0.44,0.4394,0.54,0.1642,15,59,74
+2765,2011-04-30,2,0,4,2,0,6,0,2,0.44,0.4394,0.54,0.2239,12,53,65
+2766,2011-04-30,2,0,4,3,0,6,0,2,0.42,0.4242,0.54,0.194,4,13,17
+2767,2011-04-30,2,0,4,4,0,6,0,2,0.42,0.4242,0.54,0.2239,2,5,7
+2768,2011-04-30,2,0,4,5,0,6,0,1,0.42,0.4242,0.54,0.3881,3,4,7
+2769,2011-04-30,2,0,4,6,0,6,0,1,0.4,0.4091,0.58,0.2836,10,11,21
+2770,2011-04-30,2,0,4,7,0,6,0,1,0.4,0.4091,0.54,0.3881,21,27,48
+2771,2011-04-30,2,0,4,8,0,6,0,1,0.4,0.4091,0.54,0.2985,21,70,91
+2772,2011-04-30,2,0,4,9,0,6,0,1,0.44,0.4394,0.51,0.3582,35,121,156
+2773,2011-04-30,2,0,4,10,0,6,0,1,0.48,0.4697,0.44,0.3881,94,185,279
+2774,2011-04-30,2,0,4,11,0,6,0,1,0.5,0.4848,0.42,0.3582,120,201,321
+2775,2011-04-30,2,0,4,12,0,6,0,1,0.52,0.5,0.42,0.3881,178,238,416
+2776,2011-04-30,2,0,4,13,0,6,0,1,0.54,0.5152,0.39,0.2985,185,270,455
+2777,2011-04-30,2,0,4,14,0,6,0,1,0.54,0.5152,0.39,0.2239,184,268,452
+2778,2011-04-30,2,0,4,15,0,6,0,1,0.56,0.5303,0.37,0.1343,217,282,499
+2779,2011-04-30,2,0,4,16,0,6,0,1,0.58,0.5455,0.37,0.194,191,273,464
+2780,2011-04-30,2,0,4,17,0,6,0,1,0.56,0.5303,0.43,0.1343,162,245,407
+2781,2011-04-30,2,0,4,18,0,6,0,1,0.54,0.5152,0.43,0.1343,134,237,371
+2782,2011-04-30,2,0,4,19,0,6,0,1,0.54,0.5152,0.43,0.1343,150,237,387
+2783,2011-04-30,2,0,4,20,0,6,0,1,0.44,0.4394,0.62,0.1343,65,159,224
+2784,2011-04-30,2,0,4,21,0,6,0,1,0.44,0.4394,0.62,0.1343,58,119,177
+2785,2011-04-30,2,0,4,22,0,6,0,1,0.44,0.4394,0.67,0.1045,37,106,143
+2786,2011-04-30,2,0,4,23,0,6,0,1,0.44,0.4394,0.67,0.1045,34,91,125
+2787,2011-05-01,2,0,5,0,0,0,0,1,0.42,0.4242,0.67,0.0896,19,77,96
+2788,2011-05-01,2,0,5,1,0,0,0,1,0.42,0.4242,0.69,0.1045,9,50,59
+2789,2011-05-01,2,0,5,2,0,0,0,1,0.42,0.4242,0.77,0.1045,7,43,50
+2790,2011-05-01,2,0,5,3,0,0,0,1,0.4,0.4091,0.82,0.1045,8,15,23
+2791,2011-05-01,2,0,5,4,0,0,0,1,0.4,0.4091,0.76,0.1045,6,11,17
+2792,2011-05-01,2,0,5,5,0,0,0,1,0.4,0.4091,0.82,0.0896,0,10,10
+2793,2011-05-01,2,0,5,6,0,0,0,2,0.4,0.4091,0.82,0.0896,4,9,13
+2794,2011-05-01,2,0,5,7,0,0,0,2,0.42,0.4242,0.77,0.0896,7,26,33
+2795,2011-05-01,2,0,5,8,0,0,0,2,0.44,0.4394,0.77,0.1343,16,43,59
+2796,2011-05-01,2,0,5,9,0,0,0,2,0.46,0.4545,0.72,0.1343,45,96,141
+2797,2011-05-01,2,0,5,10,0,0,0,2,0.48,0.4697,0.63,0.194,109,155,264
+2798,2011-05-01,2,0,5,11,0,0,0,1,0.46,0.4545,0.82,0.1045,109,141,250
+2799,2011-05-01,2,0,5,12,0,0,0,2,0.48,0.4697,0.77,0.1045,109,172,281
+2800,2011-05-01,2,0,5,13,0,0,0,2,0.5,0.4848,0.63,0.1642,123,209,332
+2801,2011-05-01,2,0,5,14,0,0,0,2,0.5,0.4848,0.68,0.1045,85,153,238
+2802,2011-05-01,2,0,5,15,0,0,0,2,0.5,0.4848,0.72,0,113,153,266
+2803,2011-05-01,2,0,5,16,0,0,0,2,0.5,0.4848,0.72,0.194,75,139,214
+2804,2011-05-01,2,0,5,17,0,0,0,2,0.48,0.4697,0.82,0.2537,60,136,196
+2805,2011-05-01,2,0,5,18,0,0,0,2,0.46,0.4545,0.82,0.0896,33,126,159
+2806,2011-05-01,2,0,5,19,0,0,0,2,0.46,0.4545,0.84,0.1045,47,131,178
+2807,2011-05-01,2,0,5,20,0,0,0,2,0.46,0.4545,0.82,0,35,86,121
+2808,2011-05-01,2,0,5,21,0,0,0,2,0.46,0.4545,0.82,0,23,82,105
+2809,2011-05-01,2,0,5,22,0,0,0,2,0.46,0.4545,0.82,0,32,68,100
+2810,2011-05-01,2,0,5,23,0,0,0,1,0.46,0.4545,0.77,0.194,64,82,146
+2811,2011-05-02,2,0,5,0,0,1,1,1,0.46,0.4545,0.72,0.1343,68,109,177
+2812,2011-05-02,2,0,5,1,0,1,1,1,0.46,0.4545,0.72,0.1343,41,73,114
+2813,2011-05-02,2,0,5,2,0,1,1,2,0.44,0.4394,0.77,0.2239,16,19,35
+2814,2011-05-02,2,0,5,3,0,1,1,1,0.44,0.4394,0.77,0.1343,9,7,16
+2815,2011-05-02,2,0,5,4,0,1,1,1,0.44,0.4394,0.77,0.1642,9,8,17
+2816,2011-05-02,2,0,5,5,0,1,1,2,0.44,0.4394,0.77,0.1343,4,16,20
+2817,2011-05-02,2,0,5,6,0,1,1,1,0.44,0.4394,0.88,0.1045,3,59,62
+2818,2011-05-02,2,0,5,7,0,1,1,2,0.46,0.4545,0.82,0.3284,16,193,209
+2819,2011-05-02,2,0,5,8,0,1,1,2,0.48,0.4697,0.77,0.2239,21,350,371
+2820,2011-05-02,2,0,5,9,0,1,1,2,0.5,0.4848,0.77,0.2836,41,131,172
+2821,2011-05-02,2,0,5,10,0,1,1,2,0.54,0.5152,0.77,0.2239,31,77,108
+2822,2011-05-02,2,0,5,11,0,1,1,1,0.58,0.5455,0.73,0.2985,34,96,130
+2823,2011-05-02,2,0,5,12,0,1,1,1,0.62,0.6061,0.69,0.2239,40,147,187
+2824,2011-05-02,2,0,5,13,0,1,1,2,0.62,0.6061,0.69,0.194,51,119,170
+2825,2011-05-02,2,0,5,14,0,1,1,1,0.64,0.6061,0.69,0.2239,48,133,181
+2826,2011-05-02,2,0,5,15,0,1,1,1,0.66,0.6212,0.61,0.194,45,110,155
+2827,2011-05-02,2,0,5,16,0,1,1,1,0.66,0.6212,0.61,0.2239,49,220,269
+2828,2011-05-02,2,0,5,17,0,1,1,1,0.66,0.6212,0.65,0.194,65,472,537
+2829,2011-05-02,2,0,5,18,0,1,1,2,0.64,0.6061,0.65,0.194,68,450,518
+2830,2011-05-02,2,0,5,19,0,1,1,2,0.62,0.6061,0.69,0.1343,46,268,314
+2831,2011-05-02,2,0,5,20,0,1,1,2,0.62,0.6061,0.69,0.1343,44,174,218
+2832,2011-05-02,2,0,5,21,0,1,1,2,0.6,0.5909,0.73,0.1045,54,178,232
+2833,2011-05-02,2,0,5,22,0,1,1,2,0.6,0.5909,0.73,0,28,97,125
+2834,2011-05-02,2,0,5,23,0,1,1,2,0.56,0.5303,0.83,0.194,16,48,64
+2835,2011-05-03,2,0,5,0,0,2,1,2,0.56,0.5303,0.83,0.2239,0,16,16
+2836,2011-05-03,2,0,5,1,0,2,1,2,0.56,0.5303,0.78,0.2537,0,14,14
+2837,2011-05-03,2,0,5,2,0,2,1,2,0.56,0.5303,0.78,0.2537,0,5,5
+2838,2011-05-03,2,0,5,3,0,2,1,1,0.54,0.5152,0.83,0.2836,0,2,2
+2839,2011-05-03,2,0,5,4,0,2,1,1,0.52,0.5,0.88,0.2239,3,1,4
+2840,2011-05-03,2,0,5,5,0,2,1,1,0.52,0.5,0.88,0.1343,0,14,14
+2841,2011-05-03,2,0,5,6,0,2,1,2,0.52,0.5,0.94,0.1642,7,102,109
+2842,2011-05-03,2,0,5,7,0,2,1,2,0.54,0.5152,0.88,0.2239,17,248,265
+2843,2011-05-03,2,0,5,8,0,2,1,2,0.56,0.5303,0.83,0.2836,24,435,459
+2844,2011-05-03,2,0,5,9,0,2,1,2,0.6,0.5758,0.78,0.3582,29,157,186
+2845,2011-05-03,2,0,5,10,0,2,1,2,0.64,0.6061,0.69,0.3582,36,91,127
+2846,2011-05-03,2,0,5,11,0,2,1,2,0.66,0.6212,0.65,0.3284,20,120,140
+2847,2011-05-03,2,0,5,12,0,2,1,2,0.68,0.6364,0.61,0.4925,48,169,217
+2848,2011-05-03,2,0,5,13,0,2,1,2,0.7,0.6515,0.58,0.6119,50,144,194
+2849,2011-05-03,2,0,5,14,0,2,1,2,0.7,0.6515,0.58,0.5224,36,122,158
+2850,2011-05-03,2,0,5,15,0,2,1,2,0.7,0.6515,0.58,0.4478,37,117,154
+2851,2011-05-03,2,0,5,16,0,2,1,1,0.72,0.6667,0.54,0.4627,46,225,271
+2852,2011-05-03,2,0,5,17,0,2,1,1,0.7,0.6515,0.54,0.4627,53,464,517
+2853,2011-05-03,2,0,5,18,0,2,1,1,0.7,0.6515,0.48,0.4179,59,485,544
+2854,2011-05-03,2,0,5,19,0,2,1,1,0.68,0.6364,0.57,0.3582,42,323,365
+2855,2011-05-03,2,0,5,20,0,2,1,1,0.66,0.6212,0.61,0.194,28,262,290
+2856,2011-05-03,2,0,5,21,0,2,1,2,0.64,0.6212,0.61,0.4478,42,183,225
+2857,2011-05-03,2,0,5,22,0,2,1,2,0.58,0.5455,0.6,0.3881,14,99,113
+2858,2011-05-03,2,0,5,23,0,2,1,2,0.56,0.5303,0.68,0.3284,12,50,62
+2859,2011-05-04,2,0,5,0,0,3,1,3,0.52,0.5,0.77,0.1642,5,22,27
+2860,2011-05-04,2,0,5,1,0,3,1,3,0.5,0.4848,0.82,0.2836,1,6,7
+2861,2011-05-04,2,0,5,2,0,3,1,3,0.5,0.4848,0.82,0.2836,0,4,4
+2862,2011-05-04,2,0,5,3,0,3,1,3,0.42,0.4242,0.88,0.5224,0,1,1
+2863,2011-05-04,2,0,5,4,0,3,1,3,0.38,0.3939,0.94,0.3284,1,2,3
+2864,2011-05-04,2,0,5,5,0,3,1,3,0.36,0.3333,0.87,0.3284,1,8,9
+2865,2011-05-04,2,0,5,6,0,3,1,3,0.34,0.303,0.93,0.3881,0,21,21
+2866,2011-05-04,2,0,5,7,0,3,1,3,0.34,0.303,0.93,0.3582,6,46,52
+2867,2011-05-04,2,0,5,8,0,3,1,3,0.34,0.303,0.93,0.3881,5,74,79
+2868,2011-05-04,2,0,5,9,0,3,1,3,0.34,0.303,0.93,0.3582,5,35,40
+2869,2011-05-04,2,0,5,10,0,3,1,2,0.34,0.3182,0.93,0.2836,5,26,31
+2870,2011-05-04,2,0,5,11,0,3,1,1,0.4,0.4091,0.82,0.3284,3,69,72
+2871,2011-05-04,2,0,5,12,0,3,1,2,0.44,0.4394,0.62,0.3582,19,105,124
+2872,2011-05-04,2,0,5,13,0,3,1,2,0.46,0.4545,0.59,0.4478,15,128,143
+2873,2011-05-04,2,0,5,14,0,3,1,1,0.5,0.4848,0.51,0.3881,13,94,107
+2874,2011-05-04,2,0,5,15,0,3,1,1,0.48,0.4697,0.51,0.4179,22,107,129
+2875,2011-05-04,2,0,5,16,0,3,1,1,0.5,0.4848,0.45,0.4627,22,173,195
+2876,2011-05-04,2,0,5,17,0,3,1,1,0.4,0.4091,0.71,0.2537,22,388,410
+2877,2011-05-04,2,0,5,18,0,3,1,1,0.42,0.4242,0.67,0.2537,29,367,396
+2878,2011-05-04,2,0,5,19,0,3,1,1,0.42,0.4242,0.58,0.3582,30,266,296
+2879,2011-05-04,2,0,5,20,0,3,1,1,0.4,0.4091,0.62,0.3284,17,174,191
+2880,2011-05-04,2,0,5,21,0,3,1,1,0.4,0.4091,0.62,0.1642,17,133,150
+2881,2011-05-04,2,0,5,22,0,3,1,1,0.38,0.3939,0.62,0.2239,9,80,89
+2882,2011-05-04,2,0,5,23,0,3,1,1,0.36,0.3485,0.62,0.2239,8,49,57
+2883,2011-05-05,2,0,5,0,0,4,1,1,0.36,0.3485,0.66,0.194,4,23,27
+2884,2011-05-05,2,0,5,1,0,4,1,1,0.34,0.3333,0.71,0.194,4,6,10
+2885,2011-05-05,2,0,5,2,0,4,1,1,0.34,0.3182,0.66,0.2239,1,4,5
+2886,2011-05-05,2,0,5,3,0,4,1,1,0.34,0.3182,0.66,0.2537,0,4,4
+2887,2011-05-05,2,0,5,4,0,4,1,1,0.34,0.3182,0.66,0.2537,4,3,7
+2888,2011-05-05,2,0,5,5,0,4,1,1,0.34,0.3182,0.66,0.2537,1,29,30
+2889,2011-05-05,2,0,5,6,0,4,1,1,0.34,0.3182,0.66,0.2537,3,86,89
+2890,2011-05-05,2,0,5,7,0,4,1,1,0.38,0.3939,0.58,0.2537,16,255,271
+2891,2011-05-05,2,0,5,8,0,4,1,1,0.42,0.4242,0.5,0.2537,25,415,440
+2892,2011-05-05,2,0,5,9,0,4,1,1,0.46,0.4545,0.44,0.2836,20,164,184
+2893,2011-05-05,2,0,5,10,0,4,1,1,0.5,0.4848,0.39,0.2836,30,98,128
+2894,2011-05-05,2,0,5,11,0,4,1,1,0.52,0.5,0.36,0.4478,43,105,148
+2895,2011-05-05,2,0,5,12,0,4,1,1,0.52,0.5,0.34,0.3582,27,169,196
+2896,2011-05-05,2,0,5,13,0,4,1,1,0.54,0.5152,0.3,0.5821,50,142,192
+2897,2011-05-05,2,0,5,14,0,4,1,1,0.54,0.5152,0.28,0.4478,19,135,154
+2898,2011-05-05,2,0,5,15,0,4,1,1,0.56,0.5303,0.26,0.4925,27,120,147
+2899,2011-05-05,2,0,5,16,0,4,1,1,0.58,0.5455,0.24,0.4179,36,233,269
+2900,2011-05-05,2,0,5,17,0,4,1,1,0.56,0.5303,0.26,0.3881,66,467,533
+2901,2011-05-05,2,0,5,18,0,4,1,1,0.56,0.5303,0.26,0.2836,64,456,520
+2902,2011-05-05,2,0,5,19,0,4,1,1,0.54,0.5152,0.28,0.2239,56,305,361
+2903,2011-05-05,2,0,5,20,0,4,1,1,0.5,0.4848,0.34,0.1642,33,225,258
+2904,2011-05-05,2,0,5,21,0,4,1,1,0.5,0.4848,0.36,0.194,39,141,180
+2905,2011-05-05,2,0,5,22,0,4,1,1,0.48,0.4697,0.39,0.194,30,135,165
+2906,2011-05-05,2,0,5,23,0,4,1,1,0.46,0.4545,0.41,0.194,16,99,115
+2907,2011-05-06,2,0,5,0,0,5,1,1,0.44,0.4394,0.44,0.1642,13,43,56
+2908,2011-05-06,2,0,5,1,0,5,1,1,0.4,0.4091,0.62,0.1642,8,24,32
+2909,2011-05-06,2,0,5,2,0,5,1,1,0.38,0.3939,0.62,0.1045,1,15,16
+2910,2011-05-06,2,0,5,3,0,5,1,1,0.36,0.3636,0.71,0.1045,3,6,9
+2911,2011-05-06,2,0,5,4,0,5,1,1,0.36,0.3636,0.71,0.1045,0,1,1
+2912,2011-05-06,2,0,5,5,0,5,1,1,0.34,0.3485,0.81,0.1045,0,16,16
+2913,2011-05-06,2,0,5,6,0,5,1,1,0.36,0.3636,0.81,0.0896,8,74,82
+2914,2011-05-06,2,0,5,7,0,5,1,1,0.4,0.4091,0.82,0,20,202,222
+2915,2011-05-06,2,0,5,8,0,5,1,1,0.42,0.4242,0.77,0.2537,35,415,450
+2916,2011-05-06,2,0,5,9,0,5,1,1,0.46,0.4545,0.67,0.2836,27,161,188
+2917,2011-05-06,2,0,5,10,0,5,1,2,0.54,0.5152,0.49,0.3284,30,97,127
+2918,2011-05-06,2,0,5,11,0,5,1,2,0.54,0.5152,0.49,0.3284,42,123,165
+2919,2011-05-06,2,0,5,12,0,5,1,1,0.56,0.5303,0.49,0.3582,48,198,246
+2920,2011-05-06,2,0,5,13,0,5,1,1,0.58,0.5455,0.4,0.3284,71,182,253
+2921,2011-05-06,2,0,5,14,0,5,1,1,0.6,0.6212,0.4,0.4478,86,127,213
+2922,2011-05-06,2,0,5,15,0,5,1,1,0.6,0.6212,0.38,0.3881,89,171,260
+2923,2011-05-06,2,0,5,16,0,5,1,1,0.6,0.6212,0.4,0.2537,82,262,344
+2924,2011-05-06,2,0,5,17,0,5,1,1,0.58,0.5455,0.4,0.3582,83,470,553
+2925,2011-05-06,2,0,5,18,0,5,1,3,0.54,0.5152,0.52,0.3582,85,385,470
+2926,2011-05-06,2,0,5,19,0,5,1,3,0.54,0.5152,0.52,0.3582,39,253,292
+2927,2011-05-06,2,0,5,20,0,5,1,1,0.52,0.5,0.48,0.1045,29,161,190
+2928,2011-05-06,2,0,5,21,0,5,1,1,0.48,0.4697,0.67,0.1343,22,130,152
+2929,2011-05-06,2,0,5,22,0,5,1,1,0.46,0.4545,0.72,0.2239,46,105,151
+2930,2011-05-06,2,0,5,23,0,5,1,1,0.44,0.4394,0.82,0.1343,27,93,120
+2931,2011-05-07,2,0,5,0,0,6,0,1,0.42,0.4242,0.82,0.1343,10,76,86
+2932,2011-05-07,2,0,5,1,0,6,0,1,0.42,0.4242,0.82,0.1045,8,50,58
+2933,2011-05-07,2,0,5,2,0,6,0,1,0.42,0.4242,0.82,0.0896,5,47,52
+2934,2011-05-07,2,0,5,3,0,6,0,1,0.42,0.4242,0.77,0.0896,9,9,18
+2935,2011-05-07,2,0,5,4,0,6,0,1,0.4,0.4091,0.82,0.1045,1,4,5
+2936,2011-05-07,2,0,5,5,0,6,0,1,0.46,0.4545,0.59,0.1343,4,3,7
+2937,2011-05-07,2,0,5,6,0,6,0,1,0.42,0.4242,0.77,0.0896,1,12,13
+2938,2011-05-07,2,0,5,7,0,6,0,1,0.48,0.4697,0.59,0,8,32,40
+2939,2011-05-07,2,0,5,8,0,6,0,1,0.52,0.5,0.52,0.194,19,96,115
+2940,2011-05-07,2,0,5,9,0,6,0,1,0.54,0.5152,0.49,0.2836,54,164,218
+2941,2011-05-07,2,0,5,10,0,6,0,1,0.56,0.5303,0.49,0.2985,90,208,298
+2942,2011-05-07,2,0,5,11,0,6,0,1,0.56,0.5303,0.43,0,132,215,347
+2943,2011-05-07,2,0,5,12,0,6,0,1,0.6,0.6212,0.4,0.194,129,244,373
+2944,2011-05-07,2,0,5,13,0,6,0,1,0.6,0.6212,0.35,0.2836,196,240,436
+2945,2011-05-07,2,0,5,14,0,6,0,3,0.6,0.6212,0.35,0.1642,143,235,378
+2946,2011-05-07,2,0,5,15,0,6,0,1,0.6,0.6212,0.38,0.2537,148,230,378
+2947,2011-05-07,2,0,5,16,0,6,0,1,0.6,0.6212,0.38,0.194,119,223,342
+2948,2011-05-07,2,0,5,17,0,6,0,1,0.58,0.5455,0.4,0.2239,138,216,354
+2949,2011-05-07,2,0,5,18,0,6,0,1,0.58,0.5455,0.37,0.1642,114,175,289
+2950,2011-05-07,2,0,5,19,0,6,0,1,0.56,0.5303,0.43,0.194,88,179,267
+2951,2011-05-07,2,0,5,20,0,6,0,1,0.56,0.5303,0.43,0.1343,82,137,219
+2952,2011-05-07,2,0,5,21,0,6,0,1,0.54,0.5152,0.49,0.2239,58,124,182
+2953,2011-05-07,2,0,5,22,0,6,0,1,0.54,0.5152,0.49,0.194,26,94,120
+2954,2011-05-07,2,0,5,23,0,6,0,1,0.5,0.4848,0.59,0.1045,30,89,119
+2955,2011-05-08,2,0,5,0,0,0,0,2,0.5,0.4848,0.59,0.1045,22,78,100
+2956,2011-05-08,2,0,5,1,0,0,0,2,0.52,0.5,0.55,0,8,56,64
+2957,2011-05-08,2,0,5,2,0,0,0,1,0.48,0.4697,0.63,0,17,42,59
+2958,2011-05-08,2,0,5,3,0,0,0,1,0.46,0.4545,0.72,0.0896,10,21,31
+2959,2011-05-08,2,0,5,4,0,0,0,1,0.42,0.4242,0.82,0,2,8,10
+2960,2011-05-08,2,0,5,5,0,0,0,2,0.44,0.4394,0.77,0,0,5,5
+2961,2011-05-08,2,0,5,6,0,0,0,2,0.44,0.4394,0.82,0,2,4,6
+2962,2011-05-08,2,0,5,7,0,0,0,2,0.46,0.4545,0.82,0,8,15,23
+2963,2011-05-08,2,0,5,8,0,0,0,1,0.52,0.5,0.63,0.1343,28,58,86
+2964,2011-05-08,2,0,5,9,0,0,0,1,0.56,0.5303,0.52,0.2239,48,112,160
+2965,2011-05-08,2,0,5,10,0,0,0,1,0.58,0.5455,0.49,0.1343,91,153,244
+2966,2011-05-08,2,0,5,11,0,0,0,1,0.58,0.5455,0.49,0.0896,142,198,340
+2967,2011-05-08,2,0,5,12,0,0,0,1,0.6,0.6212,0.46,0.0896,139,243,382
+2968,2011-05-08,2,0,5,13,0,0,0,1,0.6,0.6212,0.49,0.1343,166,224,390
+2969,2011-05-08,2,0,5,14,0,0,0,1,0.6,0.6212,0.49,0,126,240,366
+2970,2011-05-08,2,0,5,15,0,0,0,1,0.6,0.6212,0.49,0,128,230,358
+2971,2011-05-08,2,0,5,16,0,0,0,1,0.6,0.6212,0.46,0.1045,122,263,385
+2972,2011-05-08,2,0,5,17,0,0,0,3,0.58,0.5455,0.49,0.2836,106,245,351
+2973,2011-05-08,2,0,5,18,0,0,0,1,0.58,0.5455,0.49,0,63,205,268
+2974,2011-05-08,2,0,5,19,0,0,0,1,0.56,0.5303,0.64,0,61,178,239
+2975,2011-05-08,2,0,5,20,0,0,0,1,0.52,0.5,0.77,0.1343,42,132,174
+2976,2011-05-08,2,0,5,21,0,0,0,1,0.52,0.5,0.77,0.0896,32,95,127
+2977,2011-05-08,2,0,5,22,0,0,0,1,0.5,0.4848,0.88,0.0896,29,86,115
+2978,2011-05-08,2,0,5,23,0,0,0,1,0.46,0.4545,0.88,0.0896,9,41,50
+2979,2011-05-09,2,0,5,0,0,1,1,1,0.46,0.4545,0.82,0.0896,31,22,53
+2980,2011-05-09,2,0,5,1,0,1,1,1,0.44,0.4394,0.88,0,25,8,33
+2981,2011-05-09,2,0,5,2,0,1,1,1,0.44,0.4394,0.94,0,6,2,8
+2982,2011-05-09,2,0,5,3,0,1,1,1,0.46,0.4545,0.82,0.0896,0,7,7
+2983,2011-05-09,2,0,5,4,0,1,1,1,0.42,0.4242,0.82,0.1642,0,4,4
+2984,2011-05-09,2,0,5,5,0,1,1,1,0.42,0.4242,0.77,0.1642,0,23,23
+2985,2011-05-09,2,0,5,6,0,1,1,1,0.44,0.4394,0.72,0.2537,2,87,89
+2986,2011-05-09,2,0,5,7,0,1,1,1,0.48,0.4697,0.63,0.2537,16,221,237
+2987,2011-05-09,2,0,5,8,0,1,1,1,0.52,0.5,0.55,0.2239,23,351,374
+2988,2011-05-09,2,0,5,9,0,1,1,1,0.54,0.5152,0.56,0.1642,36,142,178
+2989,2011-05-09,2,0,5,10,0,1,1,1,0.56,0.5303,0.52,0.194,24,95,119
+2990,2011-05-09,2,0,5,11,0,1,1,1,0.6,0.6212,0.46,0.2239,26,99,125
+2991,2011-05-09,2,0,5,12,0,1,1,1,0.6,0.6212,0.43,0.194,35,160,195
+2992,2011-05-09,2,0,5,13,0,1,1,1,0.62,0.6212,0.38,0.2836,36,138,174
+2993,2011-05-09,2,0,5,14,0,1,1,1,0.62,0.6212,0.41,0.2239,44,118,162
+2994,2011-05-09,2,0,5,15,0,1,1,1,0.62,0.6212,0.41,0.2239,51,148,199
+2995,2011-05-09,2,0,5,16,0,1,1,1,0.64,0.6212,0.38,0.2239,49,255,304
+2996,2011-05-09,2,0,5,17,0,1,1,1,0.62,0.6212,0.38,0.2537,59,539,598
+2997,2011-05-09,2,0,5,18,0,1,1,1,0.62,0.6212,0.38,0.2985,66,458,524
+2998,2011-05-09,2,0,5,19,0,1,1,1,0.58,0.5455,0.43,0.194,45,339,384
+2999,2011-05-09,2,0,5,20,0,1,1,1,0.54,0.5152,0.49,0.194,25,214,239
+3000,2011-05-09,2,0,5,21,0,1,1,1,0.52,0.5,0.59,0.1343,28,128,156
+3001,2011-05-09,2,0,5,22,0,1,1,1,0.52,0.5,0.68,0.0896,21,95,116
+3002,2011-05-09,2,0,5,23,0,1,1,1,0.5,0.4848,0.68,0.0896,16,45,61
+3003,2011-05-10,2,0,5,0,0,2,1,1,0.48,0.4697,0.63,0,6,12,18
+3004,2011-05-10,2,0,5,1,0,2,1,1,0.46,0.4545,0.59,0.0896,3,12,15
+3005,2011-05-10,2,0,5,2,0,2,1,1,0.44,0.4394,0.58,0.1343,1,4,5
+3006,2011-05-10,2,0,5,3,0,2,1,1,0.44,0.4394,0.54,0.194,1,3,4
+3007,2011-05-10,2,0,5,4,0,2,1,1,0.42,0.4242,0.62,0.2537,0,2,2
+3008,2011-05-10,2,0,5,5,0,2,1,1,0.4,0.4091,0.66,0.2239,1,28,29
+3009,2011-05-10,2,0,5,6,0,2,1,1,0.42,0.4242,0.67,0.1343,9,103,112
+3010,2011-05-10,2,0,5,7,0,2,1,2,0.44,0.4394,0.62,0.1343,13,301,314
+3011,2011-05-10,2,0,5,8,0,2,1,2,0.5,0.4848,0.51,0.1045,28,397,425
+3012,2011-05-10,2,0,5,9,0,2,1,2,0.52,0.5,0.48,0.1045,29,176,205
+3013,2011-05-10,2,0,5,10,0,2,1,2,0.56,0.5303,0.37,0.0896,27,100,127
+3014,2011-05-10,2,0,5,11,0,2,1,2,0.56,0.5303,0.43,0.1343,17,108,125
+3015,2011-05-10,2,0,5,12,0,2,1,2,0.6,0.6212,0.38,0,47,170,217
+3016,2011-05-10,2,0,5,13,0,2,1,2,0.62,0.6212,0.38,0.2537,50,152,202
+3017,2011-05-10,2,0,5,14,0,2,1,2,0.62,0.6212,0.33,0,42,134,176
+3018,2011-05-10,2,0,5,15,0,2,1,2,0.64,0.6212,0.33,0.0896,28,152,180
+3019,2011-05-10,2,0,5,16,0,2,1,1,0.66,0.6212,0.31,0.1045,56,271,327
+3020,2011-05-10,2,0,5,17,0,2,1,1,0.64,0.6212,0.33,0,79,532,611
+3021,2011-05-10,2,0,5,18,0,2,1,1,0.64,0.6212,0.29,0.1343,70,480,550
+3022,2011-05-10,2,0,5,19,0,2,1,1,0.6,0.6212,0.43,0.2239,69,365,434
+3023,2011-05-10,2,0,5,20,0,2,1,1,0.54,0.5152,0.6,0.1343,50,241,291
+3024,2011-05-10,2,0,5,21,0,2,1,1,0.54,0.5152,0.52,0,30,173,203
+3025,2011-05-10,2,0,5,22,0,2,1,1,0.52,0.5,0.55,0.1045,29,121,150
+3026,2011-05-10,2,0,5,23,0,2,1,2,0.52,0.5,0.59,0.1343,9,72,81
+3027,2011-05-11,2,0,5,0,0,3,1,2,0.52,0.5,0.55,0.1343,8,30,38
+3028,2011-05-11,2,0,5,1,0,3,1,2,0.5,0.4848,0.59,0.1045,4,16,20
+3029,2011-05-11,2,0,5,2,0,3,1,1,0.52,0.5,0.59,0,6,4,10
+3030,2011-05-11,2,0,5,3,0,3,1,1,0.5,0.4848,0.63,0.2239,0,3,3
+3031,2011-05-11,2,0,5,4,0,3,1,2,0.48,0.4697,0.88,0.1343,0,2,2
+3032,2011-05-11,2,0,5,5,0,3,1,1,0.46,0.4545,0.88,0.1343,0,20,20
+3033,2011-05-11,2,0,5,6,0,3,1,1,0.46,0.4545,0.82,0.1343,6,93,99
+3034,2011-05-11,2,0,5,7,0,3,1,1,0.48,0.4697,0.72,0.194,25,293,318
+3035,2011-05-11,2,0,5,8,0,3,1,1,0.48,0.4697,0.77,0.2537,21,421,442
+3036,2011-05-11,2,0,5,9,0,3,1,1,0.52,0.5,0.72,0.1343,21,182,203
+3037,2011-05-11,2,0,5,10,0,3,1,1,0.54,0.5152,0.68,0.0896,30,124,154
+3038,2011-05-11,2,0,5,11,0,3,1,1,0.56,0.5303,0.64,0.0896,18,123,141
+3039,2011-05-11,2,0,5,12,0,3,1,1,0.6,0.6212,0.56,0,41,185,226
+3040,2011-05-11,2,0,5,13,0,3,1,1,0.62,0.6212,0.5,0,36,157,193
+3041,2011-05-11,2,0,5,14,0,3,1,1,0.62,0.6212,0.53,0.0896,36,141,177
+3042,2011-05-11,2,0,5,15,0,3,1,1,0.64,0.6212,0.41,0,48,131,179
+3043,2011-05-11,2,0,5,16,0,3,1,1,0.66,0.6212,0.39,0,49,240,289
+3044,2011-05-11,2,0,5,17,0,3,1,1,0.64,0.6212,0.47,0.1045,17,242,259
+3045,2011-05-11,2,0,5,18,0,3,1,1,0.62,0.6212,0.5,0.2985,40,234,274
+3046,2011-05-11,2,0,5,19,0,3,1,1,0.56,0.5303,0.52,0.1343,60,341,401
+3047,2011-05-11,2,0,5,20,0,3,1,1,0.54,0.5152,0.64,0.1343,28,245,273
+3048,2011-05-11,2,0,5,21,0,3,1,1,0.54,0.5152,0.6,0,32,202,234
+3049,2011-05-11,2,0,5,22,0,3,1,1,0.5,0.4848,0.72,0.2537,12,134,146
+3050,2011-05-11,2,0,5,23,0,3,1,1,0.46,0.4545,0.88,0.2537,12,69,81
+3051,2011-05-12,2,0,5,0,0,4,1,2,0.46,0.4545,0.88,0.2239,5,39,44
+3052,2011-05-12,2,0,5,1,0,4,1,1,0.46,0.4545,0.88,0.2239,1,16,17
+3053,2011-05-12,2,0,5,2,0,4,1,1,0.44,0.4394,0.94,0.194,1,14,15
+3054,2011-05-12,2,0,5,3,0,4,1,1,0.44,0.4394,0.88,0.1343,0,5,5
+3055,2011-05-12,2,0,5,4,0,4,1,1,0.42,0.4242,0.94,0,1,5,6
+3056,2011-05-12,2,0,5,5,0,4,1,1,0.42,0.4242,0.94,0.1343,2,27,29
+3057,2011-05-12,2,0,5,6,0,4,1,1,0.44,0.4394,0.88,0,9,103,112
+3058,2011-05-12,2,0,5,7,0,4,1,1,0.46,0.4545,0.88,0.1343,14,283,297
+3059,2011-05-12,2,0,5,8,0,4,1,1,0.48,0.4697,0.82,0.194,27,394,421
+3060,2011-05-12,2,0,5,9,0,4,1,2,0.5,0.4848,0.77,0.2836,21,191,212
+3061,2011-05-12,2,0,5,10,0,4,1,2,0.54,0.5152,0.68,0.2239,28,119,147
+3062,2011-05-12,2,0,5,11,0,4,1,1,0.58,0.5455,0.6,0.2239,43,136,179
+3063,2011-05-12,2,0,5,12,0,4,1,1,0.58,0.5455,0.6,0.2239,43,164,207
+3064,2011-05-12,2,0,5,13,0,4,1,2,0.62,0.6212,0.57,0.2985,48,170,218
+3065,2011-05-12,2,0,5,14,0,4,1,2,0.62,0.6061,0.61,0.2239,43,148,191
+3066,2011-05-12,2,0,5,15,0,4,1,2,0.64,0.6212,0.53,0.2537,54,163,217
+3067,2011-05-12,2,0,5,16,0,4,1,2,0.64,0.6212,0.57,0.2537,50,238,288
+3068,2011-05-12,2,0,5,17,0,4,1,2,0.64,0.6212,0.57,0.194,54,540,594
+3069,2011-05-12,2,0,5,18,0,4,1,1,0.62,0.6061,0.69,0.2239,64,463,527
+3070,2011-05-12,2,0,5,19,0,4,1,2,0.6,0.6061,0.64,0.194,59,305,364
+3071,2011-05-12,2,0,5,20,0,4,1,1,0.6,0.6061,0.64,0.194,56,220,276
+3072,2011-05-12,2,0,5,21,0,4,1,1,0.56,0.5303,0.83,0.1343,31,192,223
+3073,2011-05-12,2,0,5,22,0,4,1,1,0.54,0.5152,0.83,0.194,25,147,172
+3074,2011-05-12,2,0,5,23,0,4,1,2,0.54,0.5152,0.77,0.194,16,87,103
+3075,2011-05-13,2,0,5,0,0,5,1,2,0.52,0.5,0.83,0.1642,6,46,52
+3076,2011-05-13,2,0,5,1,0,5,1,1,0.52,0.5,0.83,0.1642,5,15,20
+3077,2011-05-13,2,0,5,2,0,5,1,2,0.5,0.4848,0.88,0.1343,3,8,11
+3078,2011-05-13,2,0,5,3,0,5,1,2,0.5,0.4848,0.88,0.1343,2,2,4
+3079,2011-05-13,2,0,5,4,0,5,1,3,0.5,0.4848,0.88,0.1642,2,3,5
+3080,2011-05-13,2,0,5,5,0,5,1,2,0.5,0.4848,0.88,0.194,1,24,25
+3081,2011-05-13,2,0,5,6,0,5,1,3,0.5,0.4848,0.88,0.1343,6,76,82
+3082,2011-05-13,2,0,5,7,0,5,1,3,0.5,0.4848,0.88,0.1642,16,141,157
+3083,2011-05-13,2,0,5,8,0,5,1,2,0.5,0.4848,0.88,0.194,26,361,387
+3084,2011-05-13,2,0,5,9,0,5,1,2,0.5,0.4848,0.88,0.194,18,215,233
+3085,2011-05-13,2,0,5,10,0,5,1,2,0.52,0.5,0.83,0.1343,31,99,130
+3086,2011-05-13,2,0,5,11,0,5,1,2,0.52,0.5,0.83,0.1642,56,90,146
+3087,2011-05-13,2,0,5,12,0,5,1,2,0.52,0.5,0.88,0.194,53,170,223
+3088,2011-05-13,2,0,5,13,0,5,1,2,0.52,0.5,0.88,0.3881,69,157,226
+3089,2011-05-13,2,0,5,14,0,5,1,2,0.52,0.5,0.87,0.2836,70,120,190
+3090,2011-05-13,2,0,5,15,0,5,1,2,0.52,0.5,0.88,0.1642,56,142,198
+3091,2011-05-13,2,0,5,16,0,5,1,2,0.52,0.5,0.88,0.1343,44,256,300
+3092,2011-05-13,2,0,5,17,0,5,1,3,0.52,0.5,0.88,0.1642,62,429,491
+3093,2011-05-13,2,0,5,18,0,5,1,3,0.52,0.5,0.88,0.1642,39,359,398
+3094,2011-05-13,2,0,5,19,0,5,1,2,0.52,0.5,0.83,0.194,25,245,270
+3095,2011-05-13,2,0,5,20,0,5,1,2,0.52,0.5,0.83,0.1343,22,130,152
+3096,2011-05-13,2,0,5,21,0,5,1,2,0.52,0.5,0.84,0.1642,24,130,154
+3097,2011-05-13,2,0,5,22,0,5,1,2,0.52,0.5,0.83,0.2239,25,107,132
+3098,2011-05-13,2,0,5,23,0,5,1,3,0.5,0.4848,0.88,0.1642,31,88,119
+3099,2011-05-14,2,0,5,0,0,6,0,2,0.5,0.4848,0.88,0.1343,24,78,102
+3100,2011-05-14,2,0,5,1,0,6,0,2,0.5,0.4848,0.88,0.1343,18,64,82
+3101,2011-05-14,2,0,5,2,0,6,0,2,0.5,0.4848,0.88,0.1343,15,37,52
+3102,2011-05-14,2,0,5,3,0,6,0,2,0.5,0.4848,0.88,0.1343,5,30,35
+3103,2011-05-14,2,0,5,4,0,6,0,2,0.5,0.4848,0.82,0.1642,1,4,5
+3104,2011-05-14,2,0,5,5,0,6,0,2,0.5,0.4848,0.82,0.1045,7,7,14
+3105,2011-05-14,2,0,5,6,0,6,0,2,0.5,0.4848,0.88,0.1045,2,9,11
+3106,2011-05-14,2,0,5,7,0,6,0,3,0.48,0.4697,1,0,4,28,32
+3107,2011-05-14,2,0,5,8,0,6,0,3,0.5,0.4848,0.94,0,16,72,88
+3108,2011-05-14,2,0,5,9,0,6,0,2,0.52,0.5,0.94,0.0896,14,86,100
+3109,2011-05-14,2,0,5,10,0,6,0,2,0.52,0.5,0.94,0.1642,34,133,167
+3110,2011-05-14,2,0,5,11,0,6,0,2,0.52,0.5,0.94,0.1343,72,207,279
+3111,2011-05-14,2,0,5,12,0,6,0,3,0.52,0.5,1,0.0896,75,204,279
+3112,2011-05-14,2,0,5,13,0,6,0,3,0.52,0.5,1,0.0896,68,180,248
+3113,2011-05-14,2,0,5,14,0,6,0,2,0.54,0.5152,0.94,0.1343,57,159,216
+3114,2011-05-14,2,0,5,15,0,6,0,2,0.54,0.5152,0.94,0.1642,73,221,294
+3115,2011-05-14,2,0,5,16,0,6,0,2,0.54,0.5152,0.94,0.194,107,188,295
+3116,2011-05-14,2,0,5,17,0,6,0,2,0.56,0.5303,0.88,0.194,78,194,272
+3117,2011-05-14,2,0,5,18,0,6,0,2,0.56,0.5303,0.88,0.2239,88,216,304
+3118,2011-05-14,2,0,5,19,0,6,0,3,0.54,0.5152,0.94,0.1343,69,179,248
+3119,2011-05-14,2,0,5,20,0,6,0,3,0.54,0.5152,0.94,0.1343,42,115,157
+3120,2011-05-14,2,0,5,21,0,6,0,3,0.54,0.5152,0.94,0.2239,15,44,59
+3121,2011-05-14,2,0,5,22,0,6,0,3,0.54,0.5152,0.94,0.1642,7,19,26
+3122,2011-05-14,2,0,5,23,0,6,0,3,0.52,0.5,1,0.194,11,33,44
+3123,2011-05-15,2,0,5,0,0,0,0,2,0.52,0.5,1,0,5,34,39
+3124,2011-05-15,2,0,5,1,0,0,0,2,0.52,0.5,1,0.1045,4,43,47
+3125,2011-05-15,2,0,5,2,0,0,0,2,0.52,0.5,1,0.1343,13,37,50
+3126,2011-05-15,2,0,5,3,0,0,0,2,0.52,0.5,1,0,11,21,32
+3127,2011-05-15,2,0,5,4,0,0,0,2,0.52,0.5,1,0,5,8,13
+3128,2011-05-15,2,0,5,5,0,0,0,3,0.52,0.5,1,0.1045,3,11,14
+3129,2011-05-15,2,0,5,6,0,0,0,2,0.52,0.5,1,0.1343,3,14,17
+3130,2011-05-15,2,0,5,7,0,0,0,2,0.52,0.5,1,0.1343,4,38,42
+3131,2011-05-15,2,0,5,8,0,0,0,2,0.54,0.5152,0.94,0.1343,24,46,70
+3132,2011-05-15,2,0,5,9,0,0,0,1,0.58,0.5455,0.83,0.2537,36,98,134
+3133,2011-05-15,2,0,5,10,0,0,0,1,0.58,0.5455,0.83,0.2239,73,153,226
+3134,2011-05-15,2,0,5,11,0,0,0,1,0.6,0.5758,0.78,0.2239,120,202,322
+3135,2011-05-15,2,0,5,12,0,0,0,1,0.62,0.5909,0.73,0.2985,120,247,367
+3136,2011-05-15,2,0,5,13,0,0,0,1,0.62,0.5909,0.73,0.2836,195,261,456
+3137,2011-05-15,2,0,5,14,0,0,0,1,0.64,0.6061,0.73,0.194,183,254,437
+3138,2011-05-15,2,0,5,15,0,0,0,1,0.66,0.6212,0.69,0.2537,206,253,459
+3139,2011-05-15,2,0,5,16,0,0,0,1,0.64,0.6061,0.69,0.2537,158,282,440
+3140,2011-05-15,2,0,5,17,0,0,0,3,0.56,0.5303,0.78,0.3582,137,255,392
+3141,2011-05-15,2,0,5,18,0,0,0,1,0.56,0.5303,0.78,0.2537,60,177,237
+3142,2011-05-15,2,0,5,19,0,0,0,1,0.56,0.5303,0.83,0.1045,78,153,231
+3143,2011-05-15,2,0,5,20,0,0,0,1,0.54,0.5152,0.88,0,53,138,191
+3144,2011-05-15,2,0,5,21,0,0,0,1,0.54,0.5152,0.88,0,44,107,151
+3145,2011-05-15,2,0,5,22,0,0,0,1,0.56,0.5303,0.83,0,29,88,117
+3146,2011-05-15,2,0,5,23,0,0,0,1,0.54,0.5152,0.88,0.2239,18,51,69
+3147,2011-05-16,2,0,5,0,0,1,1,1,0.52,0.5,0.94,0.1045,17,21,38
+3148,2011-05-16,2,0,5,1,0,1,1,1,0.52,0.5,0.94,0.1343,6,8,14
+3149,2011-05-16,2,0,5,2,0,1,1,1,0.5,0.4848,1,0.0896,4,9,13
+3150,2011-05-16,2,0,5,3,0,1,1,1,0.5,0.4848,0.94,0.1642,1,3,4
+3151,2011-05-16,2,0,5,4,0,1,1,1,0.5,0.4848,1,0.1343,1,5,6
+3152,2011-05-16,2,0,5,5,0,1,1,1,0.5,0.4848,0.93,0.194,1,20,21
+3153,2011-05-16,2,0,5,6,0,1,1,1,0.52,0.5,0.88,0.1642,11,93,104
+3154,2011-05-16,2,0,5,7,0,1,1,1,0.52,0.5,0.83,0.2836,27,245,272
+3155,2011-05-16,2,0,5,8,0,1,1,1,0.56,0.5303,0.73,0.2985,28,366,394
+3156,2011-05-16,2,0,5,9,0,1,1,1,0.6,0.5909,0.69,0.194,38,156,194
+3157,2011-05-16,2,0,5,10,0,1,1,1,0.62,0.6061,0.65,0.0896,37,75,112
+3158,2011-05-16,2,0,5,11,0,1,1,1,0.64,0.6212,0.57,0,56,129,185
+3159,2011-05-16,2,0,5,12,0,1,1,1,0.66,0.6212,0.54,0.0896,72,137,209
+3160,2011-05-16,2,0,5,13,0,1,1,1,0.68,0.6364,0.51,0,61,153,214
+3161,2011-05-16,2,0,5,14,0,1,1,1,0.68,0.6364,0.51,0,76,117,193
+3162,2011-05-16,2,0,5,15,0,1,1,1,0.72,0.6667,0.51,0,55,110,165
+3163,2011-05-16,2,0,5,16,0,1,1,3,0.6,0.5758,0.78,0.2537,45,181,226
+3164,2011-05-16,2,0,5,17,0,1,1,1,0.58,0.5455,0.88,0.2239,47,227,274
+3165,2011-05-16,2,0,5,18,0,1,1,3,0.58,0.5455,0.83,0.194,55,398,453
+3166,2011-05-16,2,0,5,19,0,1,1,1,0.58,0.5455,0.83,0.2537,36,272,308
+3167,2011-05-16,2,0,5,20,0,1,1,1,0.58,0.5455,0.83,0,31,167,198
+3168,2011-05-16,2,0,5,21,0,1,1,1,0.58,0.5455,0.83,0,28,149,177
+3169,2011-05-16,2,0,5,22,0,1,1,1,0.56,0.5303,0.88,0.0896,22,105,127
+3170,2011-05-16,2,0,5,23,0,1,1,1,0.56,0.5303,0.88,0.0896,18,39,57
+3171,2011-05-17,2,0,5,0,0,2,1,2,0.56,0.5303,0.88,0,13,18,31
+3172,2011-05-17,2,0,5,1,0,2,1,3,0.56,0.5303,0.88,0,7,6,13
+3173,2011-05-17,2,0,5,2,0,2,1,3,0.56,0.5303,0.88,0,4,4,8
+3174,2011-05-17,2,0,5,3,0,2,1,3,0.54,0.5152,0.94,0.2537,1,3,4
+3175,2011-05-17,2,0,5,4,0,2,1,3,0.54,0.5152,0.94,0.2537,2,2,4
+3176,2011-05-17,2,0,5,5,0,2,1,3,0.52,0.5,0.94,0.2537,0,22,22
+3177,2011-05-17,2,0,5,6,0,2,1,3,0.52,0.5,0.94,0.2537,0,49,49
+3178,2011-05-17,2,0,5,7,0,2,1,2,0.52,0.5,0.94,0.2537,13,138,151
+3179,2011-05-17,2,0,5,8,0,2,1,2,0.52,0.5,0.94,0.2985,22,325,347
+3180,2011-05-17,2,0,5,9,0,2,1,2,0.54,0.5152,0.88,0.2537,17,190,207
+3181,2011-05-17,2,0,5,10,0,2,1,3,0.54,0.5152,0.88,0.2537,31,73,104
+3182,2011-05-17,2,0,5,11,0,2,1,2,0.56,0.5303,0.83,0.4179,26,104,130
+3183,2011-05-17,2,0,5,12,0,2,1,3,0.56,0.5303,0.83,0.4179,38,115,153
+3184,2011-05-17,2,0,5,13,0,2,1,2,0.56,0.5303,0.88,0.3284,31,141,172
+3185,2011-05-17,2,0,5,14,0,2,1,1,0.62,0.5909,0.73,0.4627,61,123,184
+3186,2011-05-17,2,0,5,15,0,2,1,1,0.62,0.6061,0.69,0.4478,79,131,210
+3187,2011-05-17,2,0,5,16,0,2,1,1,0.62,0.6061,0.61,0.3284,73,217,290
+3188,2011-05-17,2,0,5,17,0,2,1,1,0.62,0.6061,0.65,0.4179,83,521,604
+3189,2011-05-17,2,0,5,18,0,2,1,1,0.6,0.5909,0.69,0.2985,54,426,480
+3190,2011-05-17,2,0,5,19,0,2,1,1,0.6,0.5909,0.69,0.2537,51,298,349
+3191,2011-05-17,2,0,5,20,0,2,1,1,0.58,0.5455,0.83,0.4179,30,253,283
+3192,2011-05-17,2,0,5,21,0,2,1,1,0.54,0.5152,0.88,0.2537,23,151,174
+3193,2011-05-17,2,0,5,22,0,2,1,2,0.54,0.5152,0.88,0.2836,12,86,98
+3194,2011-05-17,2,0,5,23,0,2,1,2,0.54,0.5152,0.88,0.2537,7,49,56
+3195,2011-05-18,2,0,5,0,0,3,1,2,0.54,0.5152,0.88,0.2239,8,15,23
+3196,2011-05-18,2,0,5,1,0,3,1,2,0.54,0.5152,0.88,0.2537,3,9,12
+3197,2011-05-18,2,0,5,2,0,3,1,3,0.52,0.5,0.94,0.2239,1,5,6
+3198,2011-05-18,2,0,5,3,0,3,1,3,0.52,0.5,0.94,0.2985,6,3,9
+3199,2011-05-18,2,0,5,4,0,3,1,3,0.52,0.5,0.94,0.2985,1,2,3
+3200,2011-05-18,2,0,5,5,0,3,1,1,0.52,0.5,1,0.2239,0,9,9
+3201,2011-05-18,2,0,5,6,0,3,1,1,0.52,0.5,1,0.1343,2,99,101
+3202,2011-05-18,2,0,5,7,0,3,1,1,0.54,0.5152,0.88,0.194,14,260,274
+3203,2011-05-18,2,0,5,8,0,3,1,1,0.56,0.5303,0.88,0.2836,25,428,453
+3204,2011-05-18,2,0,5,9,0,3,1,3,0.56,0.5303,0.83,0.2537,26,176,202
+3205,2011-05-18,2,0,5,10,0,3,1,3,0.54,0.5152,0.88,0.2836,33,73,106
+3206,2011-05-18,2,0,5,11,0,3,1,2,0.54,0.5152,0.94,0.0896,6,17,23
+3207,2011-05-18,2,0,5,12,0,3,1,1,0.56,0.5303,0.94,0.2985,12,42,54
+3208,2011-05-18,2,0,5,13,0,3,1,2,0.56,0.5303,0.83,0.3284,30,92,122
+3209,2011-05-18,2,0,5,14,0,3,1,2,0.58,0.5455,0.78,0.2836,44,94,138
+3210,2011-05-18,2,0,5,15,0,3,1,1,0.6,0.5758,0.78,0.2537,34,133,167
+3211,2011-05-18,2,0,5,16,0,3,1,1,0.6,0.5909,0.73,0.194,53,241,294
+3212,2011-05-18,2,0,5,17,0,3,1,1,0.6,0.5909,0.69,0.1343,78,487,565
+3213,2011-05-18,2,0,5,18,0,3,1,1,0.6,0.5909,0.73,0.2239,58,431,489
+3214,2011-05-18,2,0,5,19,0,3,1,3,0.56,0.5303,0.88,0.1343,43,288,331
+3215,2011-05-18,2,0,5,20,0,3,1,3,0.56,0.5303,0.88,0.1343,24,189,213
+3216,2011-05-18,2,0,5,21,0,3,1,1,0.52,0.5,0.88,0,11,74,85
+3217,2011-05-18,2,0,5,22,0,3,1,1,0.52,0.5,0.83,0,14,103,117
+3218,2011-05-18,2,0,5,23,0,3,1,1,0.52,0.5,0.94,0.0896,10,49,59
+3219,2011-05-19,2,0,5,0,0,4,1,1,0.52,0.5,0.94,0.1045,6,23,29
+3220,2011-05-19,2,0,5,1,0,4,1,1,0.5,0.4848,0.94,0,2,4,6
+3221,2011-05-19,2,0,5,2,0,4,1,1,0.5,0.4848,0.94,0,3,12,15
+3222,2011-05-19,2,0,5,3,0,4,1,1,0.48,0.4697,1,0,1,3,4
+3223,2011-05-19,2,0,5,4,0,4,1,1,0.48,0.4697,0.94,0,2,3,5
+3224,2011-05-19,2,0,5,5,0,4,1,1,0.48,0.4697,0.94,0,2,24,26
+3225,2011-05-19,2,0,5,6,0,4,1,2,0.5,0.4848,0.94,0,17,86,103
+3226,2011-05-19,2,0,5,7,0,4,1,2,0.5,0.4848,1,0,18,239,257
+3227,2011-05-19,2,0,5,8,0,4,1,2,0.52,0.5,0.88,0,34,453,487
+3228,2011-05-19,2,0,5,9,0,4,1,2,0.54,0.5152,0.88,0.0896,40,176,216
+3229,2011-05-19,2,0,5,10,0,4,1,2,0.54,0.5152,0.83,0,35,95,130
+3230,2011-05-19,2,0,5,11,0,4,1,3,0.54,0.5152,0.88,0.1642,53,111,164
+3231,2011-05-19,2,0,5,12,0,4,1,2,0.58,0.5455,0.78,0.1045,38,130,168
+3232,2011-05-19,2,0,5,13,0,4,1,3,0.58,0.5455,0.64,0.2537,44,139,183
+3233,2011-05-19,2,0,5,14,0,4,1,3,0.54,0.5152,0.73,0.194,43,137,180
+3234,2011-05-19,2,0,5,15,0,4,1,1,0.56,0.5303,0.78,0.1642,63,125,188
+3235,2011-05-19,2,0,5,16,0,4,1,1,0.58,0.5455,0.64,0.194,55,247,302
+3236,2011-05-19,2,0,5,17,0,4,1,1,0.56,0.5303,0.78,0.1642,60,487,547
+3237,2011-05-19,2,0,5,18,0,4,1,1,0.6,0.6212,0.55,0.1642,59,454,513
+3238,2011-05-19,2,0,5,19,0,4,1,1,0.58,0.5455,0.6,0.1343,65,345,410
+3239,2011-05-19,2,0,5,20,0,4,1,1,0.54,0.5152,0.77,0.2836,46,236,282
+3240,2011-05-19,2,0,5,21,0,4,1,1,0.54,0.5152,0.77,0.2836,29,180,209
+3241,2011-05-19,2,0,5,22,0,4,1,3,0.5,0.4848,0.82,0.2985,11,68,79
+3242,2011-05-19,2,0,5,23,0,4,1,1,0.48,0.4697,0.94,0,9,63,72
+3243,2011-05-20,2,0,5,0,0,5,1,1,0.46,0.4545,0.94,0.0896,15,33,48
+3244,2011-05-20,2,0,5,1,0,5,1,1,0.46,0.4545,1,0,8,17,25
+3245,2011-05-20,2,0,5,2,0,5,1,1,0.44,0.4394,1,0.0896,4,4,8
+3246,2011-05-20,2,0,5,3,0,5,1,1,0.44,0.4394,1,0,1,4,5
+3247,2011-05-20,2,0,5,4,0,5,1,1,0.44,0.4394,0.94,0.0896,1,4,5
+3248,2011-05-20,2,0,5,5,0,5,1,1,0.44,0.4394,0.94,0.1045,0,28,28
+3249,2011-05-20,2,0,5,6,0,5,1,1,0.46,0.4545,0.88,0.1045,15,102,117
+3250,2011-05-20,2,0,5,7,0,5,1,1,0.5,0.4848,0.77,0.1642,30,289,319
+3251,2011-05-20,2,0,5,8,0,5,1,1,0.54,0.5152,0.68,0,41,476,517
+3252,2011-05-20,2,0,5,9,0,5,1,1,0.54,0.5152,0.68,0.2239,35,199,234
+3253,2011-05-20,2,0,5,10,0,5,1,1,0.56,0.5303,0.64,0.194,44,104,148
+3254,2011-05-20,2,0,5,11,0,5,1,2,0.58,0.5455,0.6,0.194,63,133,196
+3255,2011-05-20,2,0,5,12,0,5,1,2,0.6,0.6212,0.56,0.2537,69,186,255
+3256,2011-05-20,2,0,5,13,0,5,1,3,0.6,0.6212,0.56,0.2836,60,172,232
+3257,2011-05-20,2,0,5,14,0,5,1,1,0.62,0.6212,0.53,0.2239,66,131,197
+3258,2011-05-20,2,0,5,15,0,5,1,2,0.6,0.6212,0.56,0.194,74,168,242
+3259,2011-05-20,2,0,5,16,0,5,1,2,0.6,0.6212,0.53,0.1642,61,269,330
+3260,2011-05-20,2,0,5,17,0,5,1,1,0.62,0.6212,0.53,0,71,483,554
+3261,2011-05-20,2,0,5,18,0,5,1,1,0.6,0.6212,0.56,0.1642,79,394,473
+3262,2011-05-20,2,0,5,19,0,5,1,1,0.58,0.5455,0.64,0.0896,49,253,302
+3263,2011-05-20,2,0,5,20,0,5,1,1,0.58,0.5455,0.64,0.1045,40,180,220
+3264,2011-05-20,2,0,5,21,0,5,1,1,0.56,0.5303,0.64,0.1045,40,155,195
+3265,2011-05-20,2,0,5,22,0,5,1,1,0.54,0.5152,0.73,0,28,124,152
+3266,2011-05-20,2,0,5,23,0,5,1,1,0.52,0.5,0.72,0.1642,15,100,115
+3267,2011-05-21,2,0,5,0,0,6,0,1,0.52,0.5,0.77,0.1045,20,78,98
+3268,2011-05-21,2,0,5,1,0,6,0,1,0.52,0.5,0.72,0,8,64,72
+3269,2011-05-21,2,0,5,2,0,6,0,1,0.52,0.5,0.72,0.1045,5,35,40
+3270,2011-05-21,2,0,5,3,0,6,0,1,0.48,0.4697,0.82,0.1045,7,12,19
+3271,2011-05-21,2,0,5,4,0,6,0,1,0.46,0.4545,0.88,0.1343,1,6,7
+3272,2011-05-21,2,0,5,5,0,6,0,1,0.46,0.4545,0.88,0.1045,1,4,5
+3273,2011-05-21,2,0,5,6,0,6,0,1,0.5,0.4848,0.82,0.1343,6,22,28
+3274,2011-05-21,2,0,5,7,0,6,0,1,0.54,0.5152,0.73,0.1343,10,33,43
+3275,2011-05-21,2,0,5,8,0,6,0,1,0.56,0.5303,0.68,0.2836,29,97,126
+3276,2011-05-21,2,0,5,9,0,6,0,1,0.6,0.6061,0.64,0.2239,60,165,225
+3277,2011-05-21,2,0,5,10,0,6,0,1,0.62,0.6061,0.61,0.1045,122,201,323
+3278,2011-05-21,2,0,5,11,0,6,0,1,0.64,0.6212,0.53,0.1343,173,245,418
+3279,2011-05-21,2,0,5,12,0,6,0,1,0.66,0.6212,0.5,0,222,271,493
+3280,2011-05-21,2,0,5,13,0,6,0,1,0.7,0.6364,0.45,0,191,271,462
+3281,2011-05-21,2,0,5,14,0,6,0,1,0.72,0.6515,0.42,0,187,269,456
+3282,2011-05-21,2,0,5,15,0,6,0,1,0.72,0.6515,0.45,0.2537,232,274,506
+3283,2011-05-21,2,0,5,16,0,6,0,2,0.72,0.6515,0.39,0.2537,204,267,471
+3284,2011-05-21,2,0,5,17,0,6,0,2,0.72,0.6515,0.42,0.1642,191,253,444
+3285,2011-05-21,2,0,5,18,0,6,0,2,0.7,0.6364,0.45,0.1642,191,253,444
+3286,2011-05-21,2,0,5,19,0,6,0,1,0.68,0.6364,0.47,0.1642,117,184,301
+3287,2011-05-21,2,0,5,20,0,6,0,1,0.62,0.6061,0.61,0,84,164,248
+3288,2011-05-21,2,0,5,21,0,6,0,1,0.62,0.6061,0.61,0.1045,77,150,227
+3289,2011-05-21,2,0,5,22,0,6,0,1,0.6,0.5909,0.69,0.1343,78,126,204
+3290,2011-05-21,2,0,5,23,0,6,0,1,0.58,0.5455,0.78,0.0896,42,103,145
+3291,2011-05-22,2,0,5,0,0,0,0,1,0.54,0.5152,0.88,0.1642,31,100,131
+3292,2011-05-22,2,0,5,1,0,0,0,1,0.52,0.5,0.94,0.1343,17,81,98
+3293,2011-05-22,2,0,5,2,0,0,0,1,0.52,0.5,0.94,0.1045,18,50,68
+3294,2011-05-22,2,0,5,3,0,0,0,1,0.5,0.4848,1,0.1045,10,23,33
+3295,2011-05-22,2,0,5,4,0,0,0,1,0.5,0.4848,1,0,3,9,12
+3296,2011-05-22,2,0,5,5,0,0,0,1,0.5,0.4848,1,0.1045,1,5,6
+3297,2011-05-22,2,0,5,6,0,0,0,1,0.52,0.5,0.94,0.1045,5,13,18
+3298,2011-05-22,2,0,5,7,0,0,0,1,0.54,0.5152,0.88,0.1045,13,27,40
+3299,2011-05-22,2,0,5,8,0,0,0,1,0.6,0.5909,0.73,0.0896,29,65,94
+3300,2011-05-22,2,0,5,9,0,0,0,1,0.62,0.6061,0.69,0.1045,59,130,189
+3301,2011-05-22,2,0,5,10,0,0,0,1,0.64,0.6061,0.65,0.1343,135,170,305
+3302,2011-05-22,2,0,5,11,0,0,0,1,0.7,0.6515,0.54,0.194,164,209,373
+3303,2011-05-22,2,0,5,12,0,0,0,2,0.72,0.6667,0.51,0.194,146,255,401
+3304,2011-05-22,2,0,5,13,0,0,0,2,0.66,0.6212,0.54,0.2239,180,275,455
+3305,2011-05-22,2,0,5,14,0,0,0,3,0.62,0.6061,0.69,0.194,125,191,316
+3306,2011-05-22,2,0,5,15,0,0,0,2,0.66,0.6212,0.61,0.1642,110,221,331
+3307,2011-05-22,2,0,5,16,0,0,0,1,0.68,0.6364,0.61,0.1343,72,201,273
+3308,2011-05-22,2,0,5,17,0,0,0,1,0.7,0.6515,0.58,0.2537,93,213,306
+3309,2011-05-22,2,0,5,18,0,0,0,1,0.66,0.6212,0.61,0.2239,120,238,358
+3310,2011-05-22,2,0,5,19,0,0,0,1,0.66,0.6212,0.61,0.194,107,193,300
+3311,2011-05-22,2,0,5,20,0,0,0,1,0.64,0.6061,0.65,0.1642,57,174,231
+3312,2011-05-22,2,0,5,21,0,0,0,1,0.62,0.5909,0.73,0.194,27,109,136
+3313,2011-05-22,2,0,5,22,0,0,0,1,0.6,0.5606,0.83,0.1343,35,86,121
+3314,2011-05-22,2,0,5,23,0,0,0,2,0.58,0.5455,0.83,0.1343,19,46,65
+3315,2011-05-23,2,0,5,0,0,1,1,2,0.56,0.5303,0.88,0.1343,23,18,41
+3316,2011-05-23,2,0,5,1,0,1,1,1,0.56,0.5303,0.88,0.1045,4,5,9
+3317,2011-05-23,2,0,5,2,0,1,1,3,0.56,0.5303,0.88,0.1642,2,3,5
+3318,2011-05-23,2,0,5,3,0,1,1,3,0.54,0.5152,0.94,0.1642,0,4,4
+3319,2011-05-23,2,0,5,4,0,1,1,2,0.54,0.5152,0.94,0,2,2,4
+3320,2011-05-23,2,0,5,5,0,1,1,2,0.54,0.5152,0.94,0,0,11,11
+3321,2011-05-23,2,0,5,6,0,1,1,2,0.54,0.5152,1,0,4,92,96
+3322,2011-05-23,2,0,5,7,0,1,1,2,0.56,0.5303,0.94,0.1045,13,223,236
+3323,2011-05-23,2,0,5,8,0,1,1,1,0.6,0.5455,0.88,0.194,50,359,409
+3324,2011-05-23,2,0,5,9,0,1,1,1,0.6,0.5455,0.88,0.2239,36,131,167
+3325,2011-05-23,2,0,5,10,0,1,1,1,0.66,0.6212,0.74,0.2985,49,72,121
+3326,2011-05-23,2,0,5,11,0,1,1,1,0.68,0.6364,0.69,0.3881,73,107,180
+3327,2011-05-23,2,0,5,12,0,1,1,1,0.68,0.6364,0.69,0.3881,65,139,204
+3328,2011-05-23,2,0,5,13,0,1,1,2,0.74,0.6818,0.58,0.4179,49,155,204
+3329,2011-05-23,2,0,5,14,0,1,1,2,0.72,0.6818,0.62,0.5224,57,130,187
+3330,2011-05-23,2,0,5,15,0,1,1,2,0.72,0.6818,0.62,0.4478,57,119,176
+3331,2011-05-23,2,0,5,16,0,1,1,2,0.72,0.6818,0.62,0.2985,56,223,279
+3332,2011-05-23,2,0,5,17,0,1,1,3,0.72,0.6818,0.7,0.3881,56,373,429
+3333,2011-05-23,2,0,5,18,0,1,1,1,0.7,0.6667,0.74,0.2836,68,385,453
+3334,2011-05-23,2,0,5,19,0,1,1,1,0.7,0.6667,0.74,0.2239,56,302,358
+3335,2011-05-23,2,0,5,20,0,1,1,1,0.64,0.5758,0.83,0.2239,39,271,310
+3336,2011-05-23,2,0,5,21,0,1,1,1,0.64,0.5758,0.89,0.2239,33,155,188
+3337,2011-05-23,2,0,5,22,0,1,1,1,0.62,0.5455,0.94,0.2239,25,106,131
+3338,2011-05-23,2,0,5,23,0,1,1,2,0.62,0.5606,0.88,0.194,19,53,72
+3339,2011-05-24,2,0,5,0,0,2,1,2,0.6,0.5152,0.94,0.194,12,23,35
+3340,2011-05-24,2,0,5,1,0,2,1,2,0.6,0.5152,0.94,0.1642,6,9,15
+3341,2011-05-24,2,0,5,2,0,2,1,2,0.6,0.5152,0.94,0.194,2,8,10
+3342,2011-05-24,2,0,5,3,0,2,1,2,0.58,0.5455,0.94,0.1045,0,2,2
+3343,2011-05-24,2,0,5,4,0,2,1,1,0.6,0.5455,0.88,0.1045,1,3,4
+3344,2011-05-24,2,0,5,5,0,2,1,2,0.58,0.5455,0.94,0.2537,2,22,24
+3345,2011-05-24,2,0,5,6,0,2,1,2,0.58,0.5455,0.94,0.194,10,102,112
+3346,2011-05-24,2,0,5,7,0,2,1,3,0.64,0.5909,0.78,0.194,26,288,314
+3347,2011-05-24,2,0,5,8,0,2,1,3,0.62,0.5758,0.83,0.2239,31,403,434
+3348,2011-05-24,2,0,5,9,0,2,1,2,0.64,0.6061,0.73,0.194,27,111,138
+3349,2011-05-24,2,0,5,10,0,2,1,1,0.7,0.6515,0.61,0.3284,18,90,108
+3350,2011-05-24,2,0,5,11,0,2,1,1,0.74,0.6667,0.51,0.2239,33,142,175
+3351,2011-05-24,2,0,5,12,0,2,1,1,0.76,0.6818,0.45,0.3881,41,129,170
+3352,2011-05-24,2,0,5,13,0,2,1,1,0.78,0.697,0.46,0.2537,38,152,190
+3353,2011-05-24,2,0,5,14,0,2,1,1,0.78,0.697,0.46,0.2836,27,126,153
+3354,2011-05-24,2,0,5,15,0,2,1,3,0.74,0.6818,0.55,0.4179,59,129,188
+3355,2011-05-24,2,0,5,16,0,2,1,1,0.66,0.6212,0.69,0.194,52,225,277
+3356,2011-05-24,2,0,5,17,0,2,1,1,0.7,0.6515,0.61,0.1045,56,492,548
+3357,2011-05-24,2,0,5,18,0,2,1,1,0.7,0.6515,0.7,0.194,74,490,564
+3358,2011-05-24,2,0,5,19,0,2,1,1,0.66,0.6212,0.74,0.194,45,310,355
+3359,2011-05-24,2,0,5,20,0,2,1,1,0.66,0.6212,0.74,0.0896,39,241,280
+3360,2011-05-24,2,0,5,21,0,2,1,1,0.64,0.5909,0.78,0.0896,21,168,189
+3361,2011-05-24,2,0,5,22,0,2,1,3,0.62,0.5606,0.88,0.2239,26,115,141
+3362,2011-05-24,2,0,5,23,0,2,1,3,0.66,0.6212,0.74,0.1642,13,53,66
+3363,2011-05-25,2,0,5,0,0,3,1,3,0.6,0.5606,0.83,0.2239,3,32,35
+3364,2011-05-25,2,0,5,1,0,3,1,3,0.58,0.5455,0.83,0.194,6,2,8
+3365,2011-05-25,2,0,5,2,0,3,1,2,0.56,0.5303,0.94,0,0,8,8
+3366,2011-05-25,2,0,5,3,0,3,1,1,0.54,0.5152,1,0.1343,0,9,9
+3367,2011-05-25,2,0,5,4,0,3,1,1,0.54,0.5152,1,0.1045,0,3,3
+3368,2011-05-25,2,0,5,5,0,3,1,1,0.56,0.5303,0.88,0.0896,2,23,25
+3369,2011-05-25,2,0,5,6,0,3,1,1,0.56,0.5303,0.94,0.0896,4,113,117
+3370,2011-05-25,2,0,5,7,0,3,1,1,0.62,0.5909,0.73,0.1343,29,284,313
+3371,2011-05-25,2,0,5,8,0,3,1,1,0.64,0.6061,0.69,0.2239,36,495,531
+3372,2011-05-25,2,0,5,9,0,3,1,1,0.68,0.6364,0.65,0.0896,27,207,234
+3373,2011-05-25,2,0,5,10,0,3,1,1,0.7,0.6515,0.61,0.0896,30,105,135
+3374,2011-05-25,2,0,5,11,0,3,1,1,0.74,0.6667,0.51,0.0896,36,104,140
+3375,2011-05-25,2,0,5,12,0,3,1,1,0.74,0.6818,0.55,0.1343,32,178,210
+3376,2011-05-25,2,0,5,13,0,3,1,1,0.74,0.6818,0.55,0.1343,39,163,202
+3377,2011-05-25,2,0,5,14,0,3,1,1,0.74,0.6818,0.55,0.1642,47,121,168
+3378,2011-05-25,2,0,5,15,0,3,1,1,0.76,0.697,0.52,0.2537,37,145,182
+3379,2011-05-25,2,0,5,16,0,3,1,1,0.74,0.6667,0.51,0.2836,61,238,299
+3380,2011-05-25,2,0,5,17,0,3,1,1,0.74,0.6667,0.51,0.2239,77,524,601
+3381,2011-05-25,2,0,5,18,0,3,1,1,0.72,0.6667,0.58,0.2239,66,451,517
+3382,2011-05-25,2,0,5,19,0,3,1,1,0.7,0.6515,0.61,0.1343,73,332,405
+3383,2011-05-25,2,0,5,20,0,3,1,1,0.7,0.6515,0.61,0.1642,56,284,340
+3384,2011-05-25,2,0,5,21,0,3,1,1,0.66,0.6212,0.69,0.1343,33,203,236
+3385,2011-05-25,2,0,5,22,0,3,1,1,0.66,0.6212,0.69,0.2537,34,140,174
+3386,2011-05-25,2,0,5,23,0,3,1,1,0.64,0.6061,0.73,0.1343,12,74,86
+3387,2011-05-26,2,0,5,0,0,4,1,1,0.64,0.6061,0.73,0.1343,11,34,45
+3388,2011-05-26,2,0,5,1,0,4,1,1,0.64,0.6061,0.73,0.1343,3,13,16
+3389,2011-05-26,2,0,5,2,0,4,1,1,0.62,0.5758,0.83,0.1045,7,7,14
+3390,2011-05-26,2,0,5,3,0,4,1,1,0.6,0.5455,0.88,0.0896,0,4,4
+3391,2011-05-26,2,0,5,4,0,4,1,1,0.6,0.5455,0.88,0,0,2,2
+3392,2011-05-26,2,0,5,5,0,4,1,2,0.6,0.5455,0.88,0.0896,2,25,27
+3393,2011-05-26,2,0,5,6,0,4,1,2,0.6,0.5,1,0.0896,4,94,98
+3394,2011-05-26,2,0,5,7,0,4,1,2,0.62,0.5455,0.94,0.2537,16,270,286
+3395,2011-05-26,2,0,5,8,0,4,1,2,0.66,0.6061,0.83,0.1642,31,458,489
+3396,2011-05-26,2,0,5,9,0,4,1,1,0.72,0.6818,0.7,0.1642,22,194,216
+3397,2011-05-26,2,0,5,10,0,4,1,1,0.7,0.6667,0.74,0.2836,49,94,143
+3398,2011-05-26,2,0,5,11,0,4,1,1,0.74,0.697,0.66,0.2239,36,124,160
+3399,2011-05-26,2,0,5,12,0,4,1,1,0.78,0.7424,0.59,0.3284,53,141,194
+3400,2011-05-26,2,0,5,13,0,4,1,1,0.82,0.7727,0.52,0.2836,52,145,197
+3401,2011-05-26,2,0,5,14,0,4,1,1,0.82,0.7727,0.52,0.2836,44,145,189
+3402,2011-05-26,2,0,5,15,0,4,1,2,0.82,0.7576,0.46,0.2836,40,101,141
+3403,2011-05-26,2,0,5,16,0,4,1,2,0.8,0.7424,0.49,0.3582,58,233,291
+3404,2011-05-26,2,0,5,17,0,4,1,1,0.8,0.7273,0.46,0.2836,49,445,494
+3405,2011-05-26,2,0,5,18,0,4,1,1,0.8,0.7273,0.46,0.3284,74,404,478
+3406,2011-05-26,2,0,5,19,0,4,1,1,0.78,0.697,0.46,0.3284,67,311,378
+3407,2011-05-26,2,0,5,20,0,4,1,1,0.72,0.6667,0.58,0.1642,55,267,322
+3408,2011-05-26,2,0,5,21,0,4,1,1,0.72,0.6818,0.62,0.0896,45,178,223
+3409,2011-05-26,2,0,5,22,0,4,1,1,0.7,0.6515,0.65,0.1343,23,157,180
+3410,2011-05-26,2,0,5,23,0,4,1,1,0.7,0.6515,0.65,0.194,17,73,90
+3411,2011-05-27,2,0,5,0,0,5,1,1,0.68,0.6364,0.69,0.2537,14,55,69
+3412,2011-05-27,2,0,5,1,0,5,1,1,0.7,0.6515,0.58,0.2985,14,36,50
+3413,2011-05-27,2,0,5,2,0,5,1,1,0.68,0.6364,0.61,0.2239,6,12,18
+3414,2011-05-27,2,0,5,3,0,5,1,1,0.66,0.6212,0.65,0.0896,1,11,12
+3415,2011-05-27,2,0,5,4,0,5,1,1,0.64,0.6061,0.69,0.1343,2,5,7
+3416,2011-05-27,2,0,5,5,0,5,1,1,0.64,0.6061,0.65,0.2836,2,29,31
+3417,2011-05-27,2,0,5,6,0,5,1,1,0.64,0.6061,0.69,0.0896,8,73,81
+3418,2011-05-27,2,0,5,7,0,5,1,1,0.64,0.6061,0.73,0.1642,20,229,249
+3419,2011-05-27,2,0,5,8,0,5,1,1,0.66,0.6212,0.74,0.2836,25,393,418
+3420,2011-05-27,2,0,5,9,0,5,1,1,0.7,0.6515,0.65,0.2836,37,190,227
+3421,2011-05-27,2,0,5,10,0,5,1,1,0.72,0.6667,0.54,0.3881,42,111,153
+3422,2011-05-27,2,0,5,11,0,5,1,2,0.74,0.6818,0.55,0.3284,40,126,166
+3423,2011-05-27,2,0,5,12,0,5,1,2,0.76,0.697,0.55,0.2985,53,190,243
+3424,2011-05-27,2,0,5,13,0,5,1,1,0.74,0.6818,0.58,0.194,51,158,209
+3425,2011-05-27,2,0,5,14,0,5,1,1,0.76,0.697,0.55,0.2537,51,188,239
+3426,2011-05-27,2,0,5,15,0,5,1,1,0.78,0.7121,0.49,0.2836,98,258,356
+3427,2011-05-27,2,0,5,16,0,5,1,2,0.76,0.697,0.55,0.3881,63,356,419
+3428,2011-05-27,2,0,5,17,0,5,1,1,0.74,0.6818,0.58,0.3881,77,414,491
+3429,2011-05-27,2,0,5,18,0,5,1,2,0.72,0.6818,0.62,0.2985,89,310,399
+3430,2011-05-27,2,0,5,19,0,5,1,3,0.6,0.5758,0.78,0.2537,69,210,279
+3431,2011-05-27,2,0,5,20,0,5,1,2,0.62,0.5909,0.73,0.2239,24,120,144
+3432,2011-05-27,2,0,5,21,0,5,1,1,0.6,0.5606,0.83,0.1045,37,114,151
+3433,2011-05-27,2,0,5,22,0,5,1,1,0.6,0.5758,0.78,0.1343,25,116,141
+3434,2011-05-27,2,0,5,23,0,5,1,1,0.58,0.5455,0.88,0.1343,23,104,127
+3435,2011-05-28,2,0,5,0,0,6,0,1,0.58,0.5455,0.88,0.1343,15,79,94
+3436,2011-05-28,2,0,5,1,0,6,0,1,0.58,0.5455,0.88,0.194,8,47,55
+3437,2011-05-28,2,0,5,2,0,6,0,1,0.56,0.5303,0.94,0.194,13,35,48
+3438,2011-05-28,2,0,5,3,0,6,0,1,0.56,0.5303,0.88,0.2239,2,13,15
+3439,2011-05-28,2,0,5,4,0,6,0,1,0.56,0.5303,0.88,0.2537,0,4,4
+3440,2011-05-28,2,0,5,5,0,6,0,1,0.56,0.5303,0.88,0.2239,4,3,7
+3441,2011-05-28,2,0,5,6,0,6,0,1,0.58,0.5455,0.83,0.2537,3,16,19
+3442,2011-05-28,2,0,5,7,0,6,0,1,0.6,0.5606,0.83,0.2537,17,33,50
+3443,2011-05-28,2,0,5,8,0,6,0,1,0.62,0.5909,0.78,0.194,27,75,102
+3444,2011-05-28,2,0,5,9,0,6,0,1,0.64,0.6061,0.73,0.2537,61,116,177
+3445,2011-05-28,2,0,5,10,0,6,0,1,0.7,0.6515,0.65,0.2239,110,166,276
+3446,2011-05-28,2,0,5,11,0,6,0,1,0.7,0.6515,0.65,0.2239,171,178,349
+3447,2011-05-28,2,0,5,12,0,6,0,1,0.72,0.6667,0.58,0.2537,145,213,358
+3448,2011-05-28,2,0,5,13,0,6,0,1,0.72,0.6818,0.62,0.2239,168,217,385
+3449,2011-05-28,2,0,5,14,0,6,0,1,0.74,0.6818,0.58,0.2239,172,210,382
+3450,2011-05-28,2,0,5,15,0,6,0,1,0.74,0.6818,0.55,0.2239,187,187,374
+3451,2011-05-28,2,0,5,16,0,6,0,1,0.76,0.697,0.55,0.2836,201,201,402
+3452,2011-05-28,2,0,5,17,0,6,0,1,0.74,0.6818,0.55,0.2985,180,161,341
+3453,2011-05-28,2,0,5,18,0,6,0,1,0.72,0.6818,0.62,0.2537,173,212,385
+3454,2011-05-28,2,0,5,19,0,6,0,1,0.7,0.6515,0.65,0.194,99,153,252
+3455,2011-05-28,2,0,5,20,0,6,0,1,0.7,0.6515,0.65,0.2239,68,128,196
+3456,2011-05-28,2,0,5,21,0,6,0,1,0.66,0.6212,0.74,0.2985,87,114,201
+3457,2011-05-28,2,0,5,22,0,6,0,1,0.66,0.6061,0.78,0.2239,46,115,161
+3458,2011-05-28,2,0,5,23,0,6,0,1,0.64,0.5758,0.83,0.194,44,81,125
+3459,2011-05-29,2,0,5,0,0,0,0,1,0.64,0.5758,0.83,0.2239,32,51,83
+3460,2011-05-29,2,0,5,1,0,0,0,1,0.62,0.5606,0.88,0.1642,17,49,66
+3461,2011-05-29,2,0,5,2,0,0,0,1,0.62,0.5606,0.88,0.1045,12,49,61
+3462,2011-05-29,2,0,5,3,0,0,0,1,0.62,0.5606,0.88,0.1045,2,24,26
+3463,2011-05-29,2,0,5,4,0,0,0,1,0.6,0.5455,0.88,0.0896,13,10,23
+3464,2011-05-29,2,0,5,5,0,0,0,1,0.6,0.5152,0.94,0.1642,3,3,6
+3465,2011-05-29,2,0,5,6,0,0,0,2,0.62,0.5606,0.88,0.194,5,10,15
+3466,2011-05-29,2,0,5,7,0,0,0,2,0.62,0.5606,0.88,0.2537,13,17,30
+3467,2011-05-29,2,0,5,8,0,0,0,2,0.62,0.5606,0.88,0.2239,34,62,96
+3468,2011-05-29,2,0,5,9,0,0,0,2,0.62,0.5455,0.94,0.2537,74,78,152
+3469,2011-05-29,2,0,5,10,0,0,0,2,0.66,0.6061,0.83,0.2239,130,121,251
+3470,2011-05-29,2,0,5,11,0,0,0,2,0.66,0.6061,0.83,0.2836,139,180,319
+3471,2011-05-29,2,0,5,12,0,0,0,2,0.7,0.6667,0.74,0.2239,216,186,402
+3472,2011-05-29,2,0,5,13,0,0,0,1,0.72,0.6818,0.7,0.2836,237,181,418
+3473,2011-05-29,2,0,5,14,0,0,0,1,0.74,0.697,0.7,0.2836,183,168,351
+3474,2011-05-29,2,0,5,15,0,0,0,1,0.74,0.697,0.7,0.2985,221,155,376
+3475,2011-05-29,2,0,5,16,0,0,0,1,0.74,0.697,0.7,0.2836,194,167,361
+3476,2011-05-29,2,0,5,17,0,0,0,1,0.74,0.697,0.7,0.2836,214,169,383
+3477,2011-05-29,2,0,5,18,0,0,0,1,0.72,0.697,0.74,0.2836,151,177,328
+3478,2011-05-29,2,0,5,19,0,0,0,1,0.72,0.697,0.74,0.2537,141,146,287
+3479,2011-05-29,2,0,5,20,0,0,0,1,0.7,0.6667,0.79,0.194,91,128,219
+3480,2011-05-29,2,0,5,21,0,0,0,1,0.68,0.6364,0.83,0.1642,107,122,229
+3481,2011-05-29,2,0,5,22,0,0,0,1,0.66,0.5909,0.89,0.1343,78,93,171
+3482,2011-05-29,2,0,5,23,0,0,0,1,0.66,0.5909,0.89,0.1642,48,87,135
+3483,2011-05-30,2,0,5,0,1,1,0,1,0.64,0.5606,0.94,0.194,38,65,103
+3484,2011-05-30,2,0,5,1,1,1,0,1,0.64,0.5606,0.94,0.1343,26,53,79
+3485,2011-05-30,2,0,5,2,1,1,0,1,0.64,0.5606,0.94,0.194,17,28,45
+3486,2011-05-30,2,0,5,3,1,1,0,1,0.64,0.5606,0.94,0.194,10,8,18
+3487,2011-05-30,2,0,5,4,1,1,0,1,0.62,0.5455,0.94,0.1642,2,4,6
+3488,2011-05-30,2,0,5,5,1,1,0,2,0.62,0.5455,0.94,0.1045,1,6,7
+3489,2011-05-30,2,0,5,6,1,1,0,2,0.64,0.5606,0.94,0.0896,6,10,16
+3490,2011-05-30,2,0,5,7,1,1,0,2,0.64,0.5606,0.94,0,12,19,31
+3491,2011-05-30,2,0,5,8,1,1,0,2,0.66,0.5909,0.89,0.1045,36,58,94
+3492,2011-05-30,2,0,5,9,1,1,0,1,0.72,0.697,0.74,0.0896,47,81,128
+3493,2011-05-30,2,0,5,10,1,1,0,1,0.8,0.7576,0.55,0.2537,116,153,269
+3494,2011-05-30,2,0,5,11,1,1,0,1,0.82,0.7727,0.52,0,153,168,321
+3495,2011-05-30,2,0,5,12,1,1,0,1,0.86,0.803,0.47,0.1045,179,187,366
+3496,2011-05-30,2,0,5,13,1,1,0,1,0.86,0.7879,0.44,0.0896,133,217,350
+3497,2011-05-30,2,0,5,14,1,1,0,1,0.88,0.803,0.39,0,142,185,327
+3498,2011-05-30,2,0,5,15,1,1,0,1,0.88,0.803,0.39,0.2537,132,179,311
+3499,2011-05-30,2,0,5,16,1,1,0,1,0.88,0.7879,0.37,0.2836,101,208,309
+3500,2011-05-30,2,0,5,17,1,1,0,1,0.86,0.7879,0.41,0.2239,102,202,304
+3501,2011-05-30,2,0,5,18,1,1,0,1,0.86,0.7879,0.41,0.1642,77,172,249
+3502,2011-05-30,2,0,5,19,1,1,0,2,0.52,0.5,0.48,0.1045,68,157,225
+3503,2011-05-30,2,0,5,20,1,1,0,1,0.76,0.7121,0.58,0,69,168,237
+3504,2011-05-30,2,0,5,21,1,1,0,1,0.74,0.697,0.7,0.1343,42,107,149
+3505,2011-05-30,2,0,5,22,1,1,0,1,0.72,0.697,0.74,0.1642,26,80,106
+3506,2011-05-30,2,0,5,23,1,1,0,1,0.7,0.6667,0.84,0.1045,14,34,48
+3507,2011-05-31,2,0,5,0,0,2,1,1,0.7,0.6667,0.79,0.0896,9,20,29
+3508,2011-05-31,2,0,5,1,0,2,1,1,0.68,0.6364,0.89,0.0896,8,9,17
+3509,2011-05-31,2,0,5,2,0,2,1,2,0.66,0.5909,0.94,0.1343,5,7,12
+3510,2011-05-31,2,0,5,3,0,2,1,2,0.64,0.5606,0.94,0,1,3,4
+3511,2011-05-31,2,0,5,4,0,2,1,1,0.66,0.6061,0.83,0.0896,0,3,3
+3512,2011-05-31,2,0,5,5,0,2,1,1,0.66,0.6061,0.83,0.0896,0,26,26
+3513,2011-05-31,2,0,5,6,0,2,1,1,0.68,0.6364,0.79,0.0896,11,98,109
+3514,2011-05-31,2,0,5,7,0,2,1,1,0.74,0.697,0.66,0.1045,16,219,235
+3515,2011-05-31,2,0,5,8,0,2,1,1,0.78,0.7424,0.59,0.1343,34,372,406
+3516,2011-05-31,2,0,5,9,0,2,1,1,0.8,0.7576,0.55,0.1343,22,153,175
+3517,2011-05-31,2,0,5,10,0,2,1,1,0.82,0.7879,0.56,0.1343,37,72,109
+3518,2011-05-31,2,0,5,11,0,2,1,1,0.86,0.803,0.47,0,28,78,106
+3519,2011-05-31,2,0,5,12,0,2,1,1,0.86,0.803,0.47,0.1343,37,125,162
+3520,2011-05-31,2,0,5,13,0,2,1,1,0.9,0.8333,0.39,0.1642,37,110,147
+3521,2011-05-31,2,0,5,14,0,2,1,1,0.9,0.8182,0.37,0,41,99,140
+3522,2011-05-31,2,0,5,15,0,2,1,1,0.9,0.8182,0.37,0.1642,42,133,175
+3523,2011-05-31,2,0,5,16,0,2,1,1,0.9,0.8333,0.39,0.1343,44,205,249
+3524,2011-05-31,2,0,5,17,0,2,1,1,0.84,0.803,0.53,0.2239,67,428,495
+3525,2011-05-31,2,0,5,18,0,2,1,1,0.84,0.803,0.53,0.194,55,362,417
+3526,2011-05-31,2,0,5,19,0,2,1,1,0.78,0.7424,0.62,0.1045,39,246,285
+3527,2011-05-31,2,0,5,20,0,2,1,1,0.78,0.7424,0.62,0.1045,38,213,251
+3528,2011-05-31,2,0,5,21,0,2,1,1,0.76,0.7273,0.66,0.1045,45,165,210
+3529,2011-05-31,2,0,5,22,0,2,1,1,0.74,0.697,0.7,0.1642,42,117,159
+3530,2011-05-31,2,0,5,23,0,2,1,1,0.72,0.697,0.79,0.0896,15,46,61
+3531,2011-06-01,2,0,6,0,0,3,1,1,0.7,0.6667,0.79,0.1642,9,25,34
+3532,2011-06-01,2,0,6,1,0,3,1,1,0.7,0.6667,0.84,0.2537,8,9,17
+3533,2011-06-01,2,0,6,2,0,3,1,1,0.7,0.6667,0.79,0.1642,0,3,3
+3534,2011-06-01,2,0,6,3,0,3,1,1,0.68,0.6364,0.89,0.194,0,6,6
+3535,2011-06-01,2,0,6,4,0,3,1,2,0.68,0.6364,0.89,0.2239,0,4,4
+3536,2011-06-01,2,0,6,5,0,3,1,2,0.66,0.5909,0.89,0.0896,2,19,21
+3537,2011-06-01,2,0,6,6,0,3,1,2,0.68,0.6364,0.89,0.0896,7,121,128
+3538,2011-06-01,2,0,6,7,0,3,1,2,0.7,0.6667,0.79,0.1642,19,265,284
+3539,2011-06-01,2,0,6,8,0,3,1,2,0.72,0.697,0.79,0.194,37,417,454
+3540,2011-06-01,2,0,6,9,0,3,1,2,0.74,0.7121,0.74,0.2239,34,173,207
+3541,2011-06-01,2,0,6,10,0,3,1,2,0.76,0.7424,0.75,0.2537,31,84,115
+3542,2011-06-01,2,0,6,11,0,3,1,2,0.82,0.803,0.59,0.2239,26,86,112
+3543,2011-06-01,2,0,6,12,0,3,1,1,0.86,0.8333,0.53,0,32,137,169
+3544,2011-06-01,2,0,6,13,0,3,1,1,0.9,0.8182,0.37,0.194,29,125,154
+3545,2011-06-01,2,0,6,14,0,3,1,1,0.9,0.8182,0.37,0.2537,40,105,145
+3546,2011-06-01,2,0,6,15,0,3,1,1,0.9,0.8333,0.39,0.2985,25,127,152
+3547,2011-06-01,2,0,6,16,0,3,1,1,0.86,0.803,0.47,0.2985,39,227,266
+3548,2011-06-01,2,0,6,17,0,3,1,1,0.86,0.803,0.47,0.2985,52,434,486
+3549,2011-06-01,2,0,6,18,0,3,1,3,0.82,0.7879,0.56,0.3881,31,278,309
+3550,2011-06-01,2,0,6,19,0,3,1,2,0.74,0.7121,0.79,0.1642,16,248,264
+3551,2011-06-01,2,0,6,20,0,3,1,2,0.74,0.7121,0.79,0.2537,23,233,256
+3552,2011-06-01,2,0,6,21,0,3,1,1,0.74,0.697,0.7,0.2836,29,161,190
+3553,2011-06-01,2,0,6,22,0,3,1,1,0.74,0.697,0.66,0.1343,14,115,129
+3554,2011-06-01,2,0,6,23,0,3,1,1,0.74,0.6667,0.51,0.1642,10,59,69
+3555,2011-06-02,2,0,6,0,0,4,1,1,0.74,0.6515,0.4,0.3582,11,31,42
+3556,2011-06-02,2,0,6,1,0,4,1,1,0.72,0.6515,0.38,0.1045,3,12,15
+3557,2011-06-02,2,0,6,2,0,4,1,1,0.7,0.6364,0.39,0,0,6,6
+3558,2011-06-02,2,0,6,3,0,4,1,1,0.66,0.6212,0.44,0.1045,0,4,4
+3559,2011-06-02,2,0,6,4,0,4,1,1,0.66,0.6212,0.41,0.194,0,3,3
+3560,2011-06-02,2,0,6,5,0,4,1,1,0.66,0.6212,0.39,0.2239,3,28,31
+3561,2011-06-02,2,0,6,6,0,4,1,1,0.66,0.6212,0.39,0.1343,7,106,113
+3562,2011-06-02,2,0,6,7,0,4,1,1,0.7,0.6364,0.34,0.2537,19,285,304
+3563,2011-06-02,2,0,6,8,0,4,1,1,0.7,0.6364,0.32,0.2985,25,442,467
+3564,2011-06-02,2,0,6,9,0,4,1,1,0.72,0.6364,0.26,0.3582,28,197,225
+3565,2011-06-02,2,0,6,10,0,4,1,1,0.72,0.6515,0.28,0.4925,33,106,139
+3566,2011-06-02,2,0,6,11,0,4,1,1,0.74,0.6515,0.28,0.3881,42,123,165
+3567,2011-06-02,2,0,6,12,0,4,1,1,0.76,0.6667,0.25,0.4627,39,193,232
+3568,2011-06-02,2,0,6,13,0,4,1,1,0.8,0.6818,0.24,0.3582,35,168,203
+3569,2011-06-02,2,0,6,14,0,4,1,1,0.78,0.6667,0.24,0.3284,43,142,185
+3570,2011-06-02,2,0,6,15,0,4,1,1,0.8,0.6818,0.21,0.3881,44,144,188
+3571,2011-06-02,2,0,6,16,0,4,1,1,0.8,0.6818,0.22,0.4925,63,255,318
+3572,2011-06-02,2,0,6,17,0,4,1,1,0.76,0.6515,0.2,0.5224,88,484,572
+3573,2011-06-02,2,0,6,18,0,4,1,1,0.74,0.6515,0.22,0.3881,74,451,525
+3574,2011-06-02,2,0,6,19,0,4,1,1,0.72,0.6364,0.23,0.2985,58,321,379
+3575,2011-06-02,2,0,6,20,0,4,1,1,0.7,0.6364,0.24,0.194,51,286,337
+3576,2011-06-02,2,0,6,21,0,4,1,1,0.66,0.6212,0.31,0.194,33,215,248
+3577,2011-06-02,2,0,6,22,0,4,1,1,0.64,0.6212,0.33,0.2537,14,141,155
+3578,2011-06-02,2,0,6,23,0,4,1,1,0.62,0.6212,0.35,0.2239,23,89,112
+3579,2011-06-03,2,0,6,0,0,5,1,1,0.62,0.6212,0.38,0.2836,15,53,68
+3580,2011-06-03,2,0,6,1,0,5,1,1,0.6,0.6212,0.38,0.3582,7,15,22
+3581,2011-06-03,2,0,6,2,0,5,1,1,0.56,0.5303,0.43,0.2239,0,12,12
+3582,2011-06-03,2,0,6,3,0,5,1,1,0.54,0.5152,0.49,0.2239,0,5,5
+3583,2011-06-03,2,0,6,4,0,5,1,1,0.52,0.5,0.48,0.3284,1,5,6
+3584,2011-06-03,2,0,6,5,0,5,1,1,0.52,0.5,0.48,0.3582,4,24,28
+3585,2011-06-03,2,0,6,6,0,5,1,1,0.54,0.5152,0.45,0.2985,8,98,106
+3586,2011-06-03,2,0,6,7,0,5,1,1,0.54,0.5152,0.45,0.2537,25,252,277
+3587,2011-06-03,2,0,6,8,0,5,1,2,0.56,0.5303,0.43,0.3284,31,471,502
+3588,2011-06-03,2,0,6,9,0,5,1,1,0.58,0.5455,0.4,0.1642,36,194,230
+3589,2011-06-03,2,0,6,10,0,5,1,1,0.62,0.6212,0.33,0.2537,54,107,161
+3590,2011-06-03,2,0,6,11,0,5,1,1,0.64,0.6212,0.31,0.3284,57,135,192
+3591,2011-06-03,2,0,6,12,0,5,1,1,0.66,0.6212,0.27,0.2836,51,208,259
+3592,2011-06-03,2,0,6,13,0,5,1,1,0.68,0.6212,0.26,0.2537,58,190,248
+3593,2011-06-03,2,0,6,14,0,5,1,1,0.7,0.6364,0.28,0.2836,66,174,240
+3594,2011-06-03,2,0,6,15,0,5,1,1,0.7,0.6364,0.28,0.2836,56,156,212
+3595,2011-06-03,2,0,6,16,0,5,1,1,0.72,0.6364,0.26,0.3284,63,286,349
+3596,2011-06-03,2,0,6,17,0,5,1,1,0.72,0.6364,0.25,0.2836,73,485,558
+3597,2011-06-03,2,0,6,18,0,5,1,1,0.7,0.6364,0.24,0.2985,76,488,564
+3598,2011-06-03,2,0,6,19,0,5,1,1,0.68,0.6212,0.26,0.2836,53,338,391
+3599,2011-06-03,2,0,6,20,0,5,1,1,0.64,0.6212,0.29,0.1642,57,236,293
+3600,2011-06-03,2,0,6,21,0,5,1,1,0.64,0.6212,0.29,0.1045,51,196,247
+3601,2011-06-03,2,0,6,22,0,5,1,1,0.62,0.6212,0.35,0,26,145,171
+3602,2011-06-03,2,0,6,23,0,5,1,1,0.58,0.5455,0.46,0.1045,30,141,171
+3603,2011-06-04,2,0,6,0,0,6,0,1,0.56,0.5303,0.52,0,24,69,93
+3604,2011-06-04,2,0,6,1,0,6,0,1,0.54,0.5152,0.64,0.1045,14,80,94
+3605,2011-06-04,2,0,6,2,0,6,0,1,0.54,0.5152,0.56,0.194,18,41,59
+3606,2011-06-04,2,0,6,3,0,6,0,1,0.52,0.5,0.59,0.1045,8,10,18
+3607,2011-06-04,2,0,6,4,0,6,0,1,0.52,0.5,0.59,0.0896,4,11,15
+3608,2011-06-04,2,0,6,5,0,6,0,1,0.5,0.4848,0.64,0,3,5,8
+3609,2011-06-04,2,0,6,6,0,6,0,1,0.54,0.5152,0.6,0,11,17,28
+3610,2011-06-04,2,0,6,7,0,6,0,1,0.56,0.5303,0.56,0,27,60,87
+3611,2011-06-04,2,0,6,8,0,6,0,1,0.6,0.6212,0.46,0.0896,29,96,125
+3612,2011-06-04,2,0,6,9,0,6,0,1,0.62,0.6212,0.43,0.1343,55,169,224
+3613,2011-06-04,2,0,6,10,0,6,0,1,0.64,0.6212,0.38,0.1045,115,202,317
+3614,2011-06-04,2,0,6,11,0,6,0,1,0.66,0.6212,0.36,0.1343,120,249,369
+3615,2011-06-04,2,0,6,12,0,6,0,1,0.7,0.6364,0.32,0.1642,150,270,420
+3616,2011-06-04,2,0,6,13,0,6,0,1,0.74,0.6515,0.28,0.1343,188,268,456
+3617,2011-06-04,2,0,6,14,0,6,0,1,0.74,0.6515,0.33,0.2239,193,258,451
+3618,2011-06-04,2,0,6,15,0,6,0,2,0.74,0.6515,0.27,0.4179,180,224,404
+3619,2011-06-04,2,0,6,16,0,6,0,2,0.72,0.6515,0.3,0.1343,168,272,440
+3620,2011-06-04,2,0,6,17,0,6,0,2,0.72,0.6515,0.34,0.2537,142,202,344
+3621,2011-06-04,2,0,6,18,0,6,0,2,0.74,0.6515,0.3,0.1642,127,214,341
+3622,2011-06-04,2,0,6,19,0,6,0,2,0.7,0.6364,0.39,0.0896,79,206,285
+3623,2011-06-04,2,0,6,20,0,6,0,2,0.7,0.6515,0.48,0.0896,90,149,239
+3624,2011-06-04,2,0,6,21,0,6,0,2,0.66,0.6212,0.47,0.1045,46,139,185
+3625,2011-06-04,2,0,6,22,0,6,0,1,0.64,0.6212,0.57,0.2239,49,141,190
+3626,2011-06-04,2,0,6,23,0,6,0,2,0.64,0.6212,0.57,0,29,121,150
+3627,2011-06-05,2,0,6,0,0,0,0,1,0.64,0.6212,0.57,0.0896,23,90,113
+3628,2011-06-05,2,0,6,1,0,0,0,2,0.64,0.6212,0.61,0.1642,26,70,96
+3629,2011-06-05,2,0,6,2,0,0,0,2,0.64,0.6212,0.61,0.1642,16,48,64
+3630,2011-06-05,2,0,6,3,0,0,0,2,0.62,0.6061,0.65,0.1642,22,25,47
+3631,2011-06-05,2,0,6,4,0,0,0,2,0.62,0.6061,0.65,0.1642,4,8,12
+3632,2011-06-05,2,0,6,5,0,0,0,2,0.62,0.6061,0.61,0.1343,1,5,6
+3633,2011-06-05,2,0,6,6,0,0,0,2,0.62,0.6061,0.61,0.1045,10,11,21
+3634,2011-06-05,2,0,6,7,0,0,0,2,0.6,0.5909,0.73,0.2537,8,19,27
+3635,2011-06-05,2,0,6,8,0,0,0,2,0.6,0.5909,0.73,0.2537,24,74,98
+3636,2011-06-05,2,0,6,9,0,0,0,2,0.6,0.5758,0.78,0.194,53,111,164
+3637,2011-06-05,2,0,6,10,0,0,0,2,0.62,0.5909,0.73,0.0896,83,168,251
+3638,2011-06-05,2,0,6,11,0,0,0,2,0.64,0.6061,0.69,0.1045,121,214,335
+3639,2011-06-05,2,0,6,12,0,0,0,2,0.64,0.6061,0.69,0.1045,123,212,335
+3640,2011-06-05,2,0,6,13,0,0,0,1,0.66,0.6212,0.65,0.1045,154,213,367
+3641,2011-06-05,2,0,6,14,0,0,0,1,0.7,0.6515,0.58,0.1642,161,224,385
+3642,2011-06-05,2,0,6,15,0,0,0,1,0.7,0.6515,0.54,0,161,256,417
+3643,2011-06-05,2,0,6,16,0,0,0,1,0.72,0.6667,0.51,0.0896,138,260,398
+3644,2011-06-05,2,0,6,17,0,0,0,1,0.74,0.6667,0.51,0,126,264,390
+3645,2011-06-05,2,0,6,18,0,0,0,1,0.7,0.6515,0.58,0.1045,124,239,363
+3646,2011-06-05,2,0,6,19,0,0,0,1,0.68,0.6364,0.65,0.1642,108,249,357
+3647,2011-06-05,2,0,6,20,0,0,0,1,0.66,0.6212,0.69,0.194,84,195,279
+3648,2011-06-05,2,0,6,21,0,0,0,1,0.64,0.6061,0.73,0.1642,54,111,165
+3649,2011-06-05,2,0,6,22,0,0,0,1,0.64,0.5909,0.78,0.2239,36,94,130
+3650,2011-06-05,2,0,6,23,0,0,0,1,0.62,0.5909,0.78,0.1343,25,61,86
+3651,2011-06-06,2,0,6,0,0,1,1,1,0.62,0.5909,0.78,0.1343,11,18,29
+3652,2011-06-06,2,0,6,1,0,1,1,1,0.6,0.5606,0.83,0.1343,9,5,14
+3653,2011-06-06,2,0,6,2,0,1,1,1,0.58,0.5455,0.88,0.1045,4,4,8
+3654,2011-06-06,2,0,6,3,0,1,1,1,0.58,0.5455,0.88,0,2,3,5
+3655,2011-06-06,2,0,6,4,0,1,1,1,0.56,0.5303,0.94,0.1045,4,4,8
+3656,2011-06-06,2,0,6,5,0,1,1,1,0.56,0.5303,0.88,0.0896,7,24,31
+3657,2011-06-06,2,0,6,6,0,1,1,1,0.58,0.5455,0.88,0,11,101,112
+3658,2011-06-06,2,0,6,7,0,1,1,1,0.62,0.5909,0.78,0.1045,18,281,299
+3659,2011-06-06,2,0,6,8,0,1,1,1,0.64,0.6061,0.73,0.0896,28,410,438
+3660,2011-06-06,2,0,6,9,0,1,1,1,0.7,0.6515,0.58,0.1642,26,162,188
+3661,2011-06-06,2,0,6,10,0,1,1,1,0.72,0.6667,0.51,0.2239,31,64,95
+3662,2011-06-06,2,0,6,11,0,1,1,1,0.74,0.6667,0.42,0.1343,39,72,111
+3663,2011-06-06,2,0,6,12,0,1,1,1,0.76,0.6667,0.37,0.1642,25,128,153
+3664,2011-06-06,2,0,6,13,0,1,1,1,0.78,0.6818,0.35,0,28,152,180
+3665,2011-06-06,2,0,6,14,0,1,1,1,0.78,0.6818,0.31,0.1343,46,99,145
+3666,2011-06-06,2,0,6,15,0,1,1,1,0.8,0.697,0.29,0.194,38,127,165
+3667,2011-06-06,2,0,6,16,0,1,1,1,0.76,0.6667,0.33,0.1343,34,233,267
+3668,2011-06-06,2,0,6,17,0,1,1,1,0.78,0.6818,0.33,0.2836,63,516,579
+3669,2011-06-06,2,0,6,18,0,1,1,1,0.76,0.6667,0.31,0.1343,56,500,556
+3670,2011-06-06,2,0,6,19,0,1,1,1,0.72,0.6667,0.54,0.194,64,343,407
+3671,2011-06-06,2,0,6,20,0,1,1,1,0.68,0.6364,0.61,0.1343,59,277,336
+3672,2011-06-06,2,0,6,21,0,1,1,1,0.66,0.6212,0.57,0.0896,29,160,189
+3673,2011-06-06,2,0,6,22,0,1,1,1,0.66,0.6212,0.61,0.0896,36,137,173
+3674,2011-06-06,2,0,6,23,0,1,1,1,0.64,0.6061,0.69,0.0896,5,55,60
+3675,2011-06-07,2,0,6,0,0,2,1,1,0.64,0.6061,0.65,0.0896,5,15,20
+3676,2011-06-07,2,0,6,1,0,2,1,1,0.62,0.6061,0.69,0.1343,2,2,4
+3677,2011-06-07,2,0,6,2,0,2,1,1,0.6,0.5909,0.73,0.0896,3,2,5
+3678,2011-06-07,2,0,6,3,0,2,1,1,0.6,0.5909,0.73,0.0896,1,1,2
+3679,2011-06-07,2,0,6,4,0,2,1,1,0.58,0.5455,0.83,0.1343,2,3,5
+3680,2011-06-07,2,0,6,5,0,2,1,1,0.58,0.5455,0.88,0.1642,2,30,32
+3681,2011-06-07,2,0,6,6,0,2,1,1,0.6,0.5758,0.78,0.1343,10,116,126
+3682,2011-06-07,2,0,6,7,0,2,1,2,0.64,0.6061,0.69,0.194,23,311,334
+3683,2011-06-07,2,0,6,8,0,2,1,2,0.68,0.6364,0.61,0.1343,45,432,477
+3684,2011-06-07,2,0,6,9,0,2,1,2,0.72,0.6667,0.58,0.2239,27,190,217
+3685,2011-06-07,2,0,6,10,0,2,1,2,0.76,0.6818,0.48,0.194,37,86,123
+3686,2011-06-07,2,0,6,11,0,2,1,2,0.76,0.697,0.52,0.2537,38,113,151
+3687,2011-06-07,2,0,6,12,0,2,1,2,0.8,0.7273,0.46,0.2836,42,141,183
+3688,2011-06-07,2,0,6,13,0,2,1,2,0.8,0.7273,0.43,0.2537,55,141,196
+3689,2011-06-07,2,0,6,14,0,2,1,2,0.8,0.7273,0.43,0.2836,34,112,146
+3690,2011-06-07,2,0,6,15,0,2,1,2,0.82,0.7424,0.41,0.3284,56,127,183
+3691,2011-06-07,2,0,6,16,0,2,1,1,0.8,0.7121,0.38,0.2239,55,253,308
+3692,2011-06-07,2,0,6,17,0,2,1,1,0.8,0.7273,0.43,0.2537,64,475,539
+3693,2011-06-07,2,0,6,18,0,2,1,1,0.78,0.697,0.46,0.2836,72,479,551
+3694,2011-06-07,2,0,6,19,0,2,1,1,0.76,0.6818,0.48,0.2537,69,355,424
+3695,2011-06-07,2,0,6,20,0,2,1,1,0.74,0.6818,0.56,0.1343,45,301,346
+3696,2011-06-07,2,0,6,21,0,2,1,1,0.72,0.6818,0.7,0.1343,31,187,218
+3697,2011-06-07,2,0,6,22,0,2,1,1,0.7,0.6515,0.65,0.1343,27,126,153
+3698,2011-06-07,2,0,6,23,0,2,1,1,0.68,0.6364,0.79,0.1045,18,72,90
+3699,2011-06-08,2,0,6,0,0,3,1,1,0.66,0.5909,0.89,0.1343,12,29,41
+3700,2011-06-08,2,0,6,1,0,3,1,1,0.66,0.6061,0.78,0,3,20,23
+3701,2011-06-08,2,0,6,2,0,3,1,1,0.64,0.5758,0.89,0.0896,0,7,7
+3702,2011-06-08,2,0,6,3,0,3,1,1,0.64,0.5758,0.89,0.0896,2,1,3
+3703,2011-06-08,2,0,6,4,0,3,1,1,0.62,0.5758,0.83,0,0,6,6
+3704,2011-06-08,2,0,6,5,0,3,1,1,0.62,0.5606,0.88,0,0,21,21
+3705,2011-06-08,2,0,6,6,0,3,1,1,0.64,0.5758,0.89,0.1343,13,103,116
+3706,2011-06-08,2,0,6,7,0,3,1,1,0.66,0.6212,0.74,0.1045,24,329,353
+3707,2011-06-08,2,0,6,8,0,3,1,1,0.76,0.7121,0.58,0.1642,46,435,481
+3708,2011-06-08,2,0,6,9,0,3,1,1,0.76,0.7121,0.58,0.1642,34,168,202
+3709,2011-06-08,2,0,6,10,0,3,1,1,0.82,0.7424,0.43,0.2239,27,63,90
+3710,2011-06-08,2,0,6,11,0,3,1,1,0.84,0.7576,0.41,0.194,28,106,134
+3711,2011-06-08,2,0,6,12,0,3,1,1,0.88,0.8182,0.42,0.1343,15,134,149
+3712,2011-06-08,2,0,6,13,0,3,1,1,0.9,0.8485,0.42,0,20,116,136
+3713,2011-06-08,2,0,6,14,0,3,1,1,0.92,0.8788,0.4,0.2537,44,111,155
+3714,2011-06-08,2,0,6,15,0,3,1,1,0.92,0.8788,0.4,0.1642,28,100,128
+3715,2011-06-08,2,0,6,16,0,3,1,1,0.92,0.8788,0.4,0.2239,34,199,233
+3716,2011-06-08,2,0,6,17,0,3,1,1,0.92,0.8485,0.35,0.2239,80,426,506
+3717,2011-06-08,2,0,6,18,0,3,1,1,0.9,0.8182,0.37,0.2239,61,398,459
+3718,2011-06-08,2,0,6,19,0,3,1,1,0.82,0.803,0.59,0.1343,61,323,384
+3719,2011-06-08,2,0,6,20,0,3,1,1,0.8,0.7879,0.63,0.1343,55,225,280
+3720,2011-06-08,2,0,6,21,0,3,1,1,0.8,0.803,0.66,0.1343,34,168,202
+3721,2011-06-08,2,0,6,22,0,3,1,1,0.76,0.7424,0.75,0.1642,37,139,176
+3722,2011-06-08,2,0,6,23,0,3,1,1,0.76,0.7424,0.75,0.194,18,98,116
+3723,2011-06-09,2,0,6,0,0,4,1,2,0.74,0.7121,0.79,0.1343,7,40,47
+3724,2011-06-09,2,0,6,1,0,4,1,1,0.74,0.7121,0.79,0.1045,3,13,16
+3725,2011-06-09,2,0,6,2,0,4,1,2,0.72,0.7121,0.84,0.1642,0,6,6
+3726,2011-06-09,2,0,6,3,0,4,1,2,0.72,0.7121,0.84,0.1045,0,2,2
+3727,2011-06-09,2,0,6,4,0,4,1,2,0.72,0.697,0.79,0.0896,2,4,6
+3728,2011-06-09,2,0,6,5,0,4,1,2,0.7,0.6667,0.84,0,1,19,20
+3729,2011-06-09,2,0,6,6,0,4,1,2,0.72,0.7121,0.84,0.0896,13,105,118
+3730,2011-06-09,2,0,6,7,0,4,1,2,0.72,0.697,0.79,0.1343,31,283,314
+3731,2011-06-09,2,0,6,8,0,4,1,2,0.76,0.7273,0.7,0.1045,32,400,432
+3732,2011-06-09,2,0,6,9,0,4,1,1,0.84,0.7879,0.49,0,20,148,168
+3733,2011-06-09,2,0,6,10,0,4,1,1,0.86,0.8182,0.5,0.2836,20,74,94
+3734,2011-06-09,2,0,6,11,0,4,1,1,0.9,0.8485,0.42,0.2239,36,82,118
+3735,2011-06-09,2,0,6,12,0,4,1,1,0.92,0.8485,0.35,0.194,40,100,140
+3736,2011-06-09,2,0,6,13,0,4,1,1,0.9,0.8182,0.37,0.0896,18,118,136
+3737,2011-06-09,2,0,6,14,0,4,1,1,0.92,0.8788,0.4,0.194,25,93,118
+3738,2011-06-09,2,0,6,15,0,4,1,1,0.94,0.8333,0.31,0.1642,18,86,104
+3739,2011-06-09,2,0,6,16,0,4,1,1,0.92,0.8333,0.33,0.1343,30,170,200
+3740,2011-06-09,2,0,6,17,0,4,1,1,0.9,0.8182,0.37,0.2537,54,355,409
+3741,2011-06-09,2,0,6,18,0,4,1,1,0.88,0.803,0.39,0.2836,52,414,466
+3742,2011-06-09,2,0,6,19,0,4,1,2,0.84,0.7424,0.39,0.3284,55,271,326
+3743,2011-06-09,2,0,6,20,0,4,1,2,0.8,0.7273,0.43,0.194,40,214,254
+3744,2011-06-09,2,0,6,21,0,4,1,3,0.76,0.697,0.52,0,29,142,171
+3745,2011-06-09,2,0,6,22,0,4,1,2,0.74,0.6818,0.58,0.1642,22,131,153
+3746,2011-06-09,2,0,6,23,0,4,1,2,0.74,0.697,0.57,0.1642,15,82,97
+3747,2011-06-10,2,0,6,0,0,5,1,3,0.7,0.6515,0.65,0.2239,8,61,69
+3748,2011-06-10,2,0,6,1,0,5,1,3,0.7,0.6515,0.65,0.2239,5,18,23
+3749,2011-06-10,2,0,6,2,0,5,1,1,0.68,0.6364,0.69,0.1642,6,7,13
+3750,2011-06-10,2,0,6,3,0,5,1,1,0.68,0.6364,0.69,0.1642,3,3,6
+3751,2011-06-10,2,0,6,4,0,5,1,1,0.66,0.6061,0.78,0.1642,0,4,4
+3752,2011-06-10,2,0,6,5,0,5,1,1,0.66,0.6061,0.78,0.1642,0,28,28
+3753,2011-06-10,2,0,6,6,0,5,1,1,0.66,0.6061,0.78,0.0896,10,94,104
+3754,2011-06-10,2,0,6,7,0,5,1,1,0.72,0.6818,0.66,0.1045,25,242,267
+3755,2011-06-10,2,0,6,8,0,5,1,1,0.74,0.6818,0.58,0.1343,29,423,452
+3756,2011-06-10,2,0,6,9,0,5,1,1,0.76,0.697,0.55,0,37,176,213
+3757,2011-06-10,2,0,6,10,0,5,1,1,0.78,0.7121,0.52,0,23,88,111
+3758,2011-06-10,2,0,6,11,0,5,1,1,0.82,0.7576,0.46,0,46,107,153
+3759,2011-06-10,2,0,6,12,0,5,1,1,0.84,0.7576,0.44,0.1343,40,167,207
+3760,2011-06-10,2,0,6,13,0,5,1,1,0.84,0.7576,0.44,0.1045,40,149,189
+3761,2011-06-10,2,0,6,14,0,5,1,1,0.86,0.7727,0.39,0,44,121,165
+3762,2011-06-10,2,0,6,15,0,5,1,1,0.84,0.7576,0.44,0.1045,49,163,212
+3763,2011-06-10,2,0,6,16,0,5,1,1,0.82,0.7879,0.56,0.2985,46,239,285
+3764,2011-06-10,2,0,6,17,0,5,1,1,0.82,0.7727,0.52,0.2239,63,454,517
+3765,2011-06-10,2,0,6,18,0,5,1,1,0.8,0.7727,0.59,0.2239,96,367,463
+3766,2011-06-10,2,0,6,19,0,5,1,1,0.78,0.7424,0.59,0.194,61,245,306
+3767,2011-06-10,2,0,6,20,0,5,1,1,0.76,0.7121,0.62,0.1045,53,197,250
+3768,2011-06-10,2,0,6,21,0,5,1,1,0.76,0.7273,0.66,0.1343,55,163,218
+3769,2011-06-10,2,0,6,22,0,5,1,1,0.72,0.697,0.74,0.2537,40,145,185
+3770,2011-06-10,2,0,6,23,0,5,1,1,0.72,0.697,0.74,0.1642,36,110,146
+3771,2011-06-11,2,0,6,0,0,6,0,1,0.7,0.6667,0.79,0.1343,28,89,117
+3772,2011-06-11,2,0,6,1,0,6,0,1,0.7,0.6667,0.79,0.0896,10,67,77
+3773,2011-06-11,2,0,6,2,0,6,0,1,0.7,0.6667,0.79,0.1045,10,50,60
+3774,2011-06-11,2,0,6,3,0,6,0,1,0.68,0.6364,0.83,0.0896,10,18,28
+3775,2011-06-11,2,0,6,4,0,6,0,1,0.68,0.6364,0.79,0.0896,4,9,13
+3776,2011-06-11,2,0,6,5,0,6,0,1,0.68,0.6364,0.74,0.1343,4,12,16
+3777,2011-06-11,2,0,6,6,0,6,0,1,0.7,0.6515,0.61,0.1343,9,31,40
+3778,2011-06-11,2,0,6,7,0,6,0,1,0.72,0.6667,0.58,0.194,18,50,68
+3779,2011-06-11,2,0,6,8,0,6,0,1,0.74,0.6818,0.58,0.194,32,111,143
+3780,2011-06-11,2,0,6,9,0,6,0,1,0.74,0.6818,0.62,0.1343,59,171,230
+3781,2011-06-11,2,0,6,10,0,6,0,1,0.74,0.6818,0.58,0.1642,91,173,264
+3782,2011-06-11,2,0,6,11,0,6,0,1,0.76,0.7121,0.62,0.1343,110,215,325
+3783,2011-06-11,2,0,6,12,0,6,0,1,0.8,0.7576,0.55,0.2239,112,235,347
+3784,2011-06-11,2,0,6,13,0,6,0,1,0.8,0.7576,0.55,0.194,150,237,387
+3785,2011-06-11,2,0,6,14,0,6,0,1,0.82,0.7727,0.49,0.1045,148,232,380
+3786,2011-06-11,2,0,6,15,0,6,0,1,0.82,0.7727,0.49,0.1045,142,232,374
+3787,2011-06-11,2,0,6,16,0,6,0,2,0.8,0.7273,0.46,0.194,169,225,394
+3788,2011-06-11,2,0,6,17,0,6,0,2,0.74,0.6818,0.58,0.1642,147,190,337
+3789,2011-06-11,2,0,6,18,0,6,0,2,0.72,0.6818,0.62,0.1343,131,155,286
+3790,2011-06-11,2,0,6,19,0,6,0,1,0.7,0.6515,0.65,0.194,97,167,264
+3791,2011-06-11,2,0,6,20,0,6,0,1,0.68,0.6364,0.74,0.2537,95,180,275
+3792,2011-06-11,2,0,6,21,0,6,0,1,0.66,0.6212,0.74,0.2239,76,144,220
+3793,2011-06-11,2,0,6,22,0,6,0,1,0.66,0.6061,0.78,0.2239,53,137,190
+3794,2011-06-11,2,0,6,23,0,6,0,1,0.66,0.6212,0.74,0.1045,24,107,131
+3795,2011-06-12,2,0,6,0,0,0,0,1,0.66,0.6061,0.78,0.2239,19,100,119
+3796,2011-06-12,2,0,6,1,0,0,0,1,0.64,0.5758,0.83,0.1045,19,74,93
+3797,2011-06-12,2,0,6,2,0,0,0,1,0.64,0.5758,0.89,0.2537,9,57,66
+3798,2011-06-12,2,0,6,3,0,0,0,1,0.64,0.5758,0.89,0.2836,8,20,28
+3799,2011-06-12,2,0,6,4,0,0,0,1,0.62,0.5606,0.88,0.1642,8,6,14
+3800,2011-06-12,2,0,6,5,0,0,0,1,0.62,0.5606,0.88,0.2239,5,5,10
+3801,2011-06-12,2,0,6,6,0,0,0,1,0.62,0.5606,0.88,0.1045,5,9,14
+3802,2011-06-12,2,0,6,7,0,0,0,1,0.64,0.5909,0.78,0.1045,7,27,34
+3803,2011-06-12,2,0,6,8,0,0,0,1,0.7,0.6667,0.74,0,28,64,92
+3804,2011-06-12,2,0,6,9,0,0,0,1,0.72,0.6818,0.66,0,75,107,182
+3805,2011-06-12,2,0,6,10,0,0,0,1,0.76,0.7121,0.58,0.0896,120,191,311
+3806,2011-06-12,2,0,6,11,0,0,0,1,0.78,0.7273,0.55,0.1045,131,236,367
+3807,2011-06-12,2,0,6,12,0,0,0,1,0.82,0.7576,0.46,0,176,244,420
+3808,2011-06-12,2,0,6,13,0,0,0,1,0.78,0.7424,0.59,0.2836,109,264,373
+3809,2011-06-12,2,0,6,14,0,0,0,1,0.82,0.7879,0.56,0.2537,96,219,315
+3810,2011-06-12,2,0,6,15,0,0,0,1,0.8,0.7727,0.59,0.2985,142,218,360
+3811,2011-06-12,2,0,6,16,0,0,0,3,0.68,0.6364,0.83,0.2836,115,235,350
+3812,2011-06-12,2,0,6,17,0,0,0,3,0.68,0.6364,0.83,0.2836,94,158,252
+3813,2011-06-12,2,0,6,18,0,0,0,1,0.7,0.6667,0.74,0.1642,69,187,256
+3814,2011-06-12,2,0,6,19,0,0,0,1,0.7,0.6667,0.74,0.1045,67,156,223
+3815,2011-06-12,2,0,6,20,0,0,0,1,0.66,0.6061,0.83,0.1642,62,144,206
+3816,2011-06-12,2,0,6,21,0,0,0,1,0.66,0.6061,0.83,0.1045,39,101,140
+3817,2011-06-12,2,0,6,22,0,0,0,1,0.64,0.5758,0.83,0.1343,31,97,128
+3818,2011-06-12,2,0,6,23,0,0,0,1,0.64,0.5909,0.78,0.194,33,74,107
+3819,2011-06-13,2,0,6,0,0,1,1,1,0.64,0.5909,0.78,0.1343,8,20,28
+3820,2011-06-13,2,0,6,1,0,1,1,1,0.64,0.6061,0.73,0.2239,6,10,16
+3821,2011-06-13,2,0,6,2,0,1,1,1,0.62,0.5909,0.73,0.2836,2,8,10
+3822,2011-06-13,2,0,6,3,0,1,1,1,0.6,0.6061,0.6,0.4925,1,6,7
+3823,2011-06-13,2,0,6,4,0,1,1,1,0.56,0.5303,0.64,0.2985,1,3,4
+3824,2011-06-13,2,0,6,5,0,1,1,1,0.54,0.5152,0.64,0.3881,2,27,29
+3825,2011-06-13,2,0,6,6,0,1,1,1,0.54,0.5152,0.64,0.4179,7,98,105
+3826,2011-06-13,2,0,6,7,0,1,1,1,0.56,0.5303,0.56,0.3582,26,302,328
+3827,2011-06-13,2,0,6,8,0,1,1,1,0.58,0.5455,0.49,0.4478,44,432,476
+3828,2011-06-13,2,0,6,9,0,1,1,1,0.62,0.6212,0.46,0.3582,35,189,224
+3829,2011-06-13,2,0,6,10,0,1,1,1,0.64,0.6212,0.41,0.3284,38,80,118
+3830,2011-06-13,2,0,6,11,0,1,1,1,0.66,0.6212,0.41,0.2985,53,106,159
+3831,2011-06-13,2,0,6,12,0,1,1,1,0.66,0.6212,0.41,0.2836,35,161,196
+3832,2011-06-13,2,0,6,13,0,1,1,1,0.7,0.6364,0.37,0,53,174,227
+3833,2011-06-13,2,0,6,14,0,1,1,1,0.7,0.6364,0.34,0.2537,55,145,200
+3834,2011-06-13,2,0,6,15,0,1,1,1,0.7,0.6364,0.37,0.4478,58,127,185
+3835,2011-06-13,2,0,6,16,0,1,1,1,0.7,0.6364,0.37,0.4179,64,262,326
+3836,2011-06-13,2,0,6,17,0,1,1,1,0.7,0.6364,0.39,0.3284,72,529,601
+3837,2011-06-13,2,0,6,18,0,1,1,1,0.7,0.6364,0.37,0.3582,76,510,586
+3838,2011-06-13,2,0,6,19,0,1,1,1,0.66,0.6212,0.39,0.2836,75,348,423
+3839,2011-06-13,2,0,6,20,0,1,1,1,0.64,0.6212,0.44,0.2537,78,253,331
+3840,2011-06-13,2,0,6,21,0,1,1,1,0.64,0.6212,0.41,0.2537,40,178,218
+3841,2011-06-13,2,0,6,22,0,1,1,1,0.62,0.6212,0.46,0.2239,20,114,134
+3842,2011-06-13,2,0,6,23,0,1,1,1,0.62,0.6212,0.46,0.194,14,75,89
+3843,2011-06-14,2,0,6,0,0,2,1,1,0.6,0.6212,0.49,0.194,13,18,31
+3844,2011-06-14,2,0,6,1,0,2,1,1,0.6,0.6212,0.49,0.2537,3,10,13
+3845,2011-06-14,2,0,6,2,0,2,1,1,0.6,0.6212,0.49,0.2836,2,8,10
+3846,2011-06-14,2,0,6,3,0,2,1,1,0.58,0.5455,0.53,0.3284,1,1,2
+3847,2011-06-14,2,0,6,4,0,2,1,1,0.54,0.5152,0.6,0.2537,0,3,3
+3848,2011-06-14,2,0,6,5,0,2,1,1,0.54,0.5152,0.56,0.3284,3,23,26
+3849,2011-06-14,2,0,6,6,0,2,1,1,0.54,0.5152,0.56,0.2985,6,107,113
+3850,2011-06-14,2,0,6,7,0,2,1,1,0.56,0.5303,0.52,0.4179,19,346,365
+3851,2011-06-14,2,0,6,8,0,2,1,1,0.58,0.5455,0.49,0.3881,45,441,486
+3852,2011-06-14,2,0,6,9,0,2,1,1,0.62,0.6212,0.46,0.194,19,174,193
+3853,2011-06-14,2,0,6,10,0,2,1,1,0.62,0.6212,0.46,0.2239,33,97,130
+3854,2011-06-14,2,0,6,11,0,2,1,1,0.64,0.6212,0.41,0.2836,40,103,143
+3855,2011-06-14,2,0,6,12,0,2,1,1,0.64,0.6212,0.41,0.3582,30,139,169
+3856,2011-06-14,2,0,6,13,0,2,1,1,0.64,0.6212,0.44,0.2239,33,176,209
+3857,2011-06-14,2,0,6,14,0,2,1,2,0.64,0.6212,0.47,0.194,41,118,159
+3858,2011-06-14,2,0,6,15,0,2,1,1,0.64,0.6212,0.47,0.1642,42,136,178
+3859,2011-06-14,2,0,6,16,0,2,1,1,0.68,0.6364,0.41,0.194,51,279,330
+3860,2011-06-14,2,0,6,17,0,2,1,3,0.64,0.6212,0.5,0.2836,85,484,569
+3861,2011-06-14,2,0,6,18,0,2,1,1,0.62,0.6212,0.51,0.3284,65,473,538
+3862,2011-06-14,2,0,6,19,0,2,1,1,0.64,0.6212,0.5,0.3582,51,335,386
+3863,2011-06-14,2,0,6,20,0,2,1,1,0.6,0.6212,0.56,0.1642,60,237,297
+3864,2011-06-14,2,0,6,21,0,2,1,1,0.6,0.6212,0.56,0.2985,37,206,243
+3865,2011-06-14,2,0,6,22,0,2,1,1,0.58,0.5455,0.6,0.2239,29,159,188
+3866,2011-06-14,2,0,6,23,0,2,1,1,0.56,0.5303,0.68,0.2239,19,91,110
+3867,2011-06-15,2,0,6,0,0,3,1,1,0.56,0.5303,0.64,0.3582,8,44,52
+3868,2011-06-15,2,0,6,1,0,3,1,1,0.54,0.5152,0.64,0.2836,0,14,14
+3869,2011-06-15,2,0,6,2,0,3,1,1,0.52,0.5,0.63,0.2239,0,9,9
+3870,2011-06-15,2,0,6,3,0,3,1,1,0.5,0.4848,0.68,0.2537,0,1,1
+3871,2011-06-15,2,0,6,4,0,3,1,1,0.5,0.4848,0.63,0.2836,0,4,4
+3872,2011-06-15,2,0,6,5,0,3,1,1,0.48,0.4697,0.67,0.2836,1,20,21
+3873,2011-06-15,2,0,6,6,0,3,1,1,0.5,0.4848,0.63,0.2537,11,110,121
+3874,2011-06-15,2,0,6,7,0,3,1,1,0.54,0.5152,0.6,0.1343,22,348,370
+3875,2011-06-15,2,0,6,8,0,3,1,1,0.58,0.5455,0.53,0.1343,53,445,498
+3876,2011-06-15,2,0,6,9,0,3,1,1,0.6,0.6212,0.49,0,22,185,207
+3877,2011-06-15,2,0,6,10,0,3,1,1,0.64,0.6212,0.47,0.1642,27,108,135
+3878,2011-06-15,2,0,6,11,0,3,1,1,0.68,0.6364,0.36,0,49,115,164
+3879,2011-06-15,2,0,6,12,0,3,1,1,0.7,0.6364,0.34,0.2239,33,178,211
+3880,2011-06-15,2,0,6,13,0,3,1,1,0.74,0.6515,0.28,0.2836,43,146,189
+3881,2011-06-15,2,0,6,14,0,3,1,1,0.74,0.6515,0.28,0,50,128,178
+3882,2011-06-15,2,0,6,15,0,3,1,1,0.76,0.6667,0.27,0,33,131,164
+3883,2011-06-15,2,0,6,16,0,3,1,1,0.76,0.6667,0.27,0.1343,47,265,312
+3884,2011-06-15,2,0,6,17,0,3,1,1,0.74,0.6515,0.28,0.1045,83,555,638
+3885,2011-06-15,2,0,6,18,0,3,1,1,0.72,0.6515,0.32,0.1343,80,527,607
+3886,2011-06-15,2,0,6,19,0,3,1,1,0.7,0.6364,0.37,0.2836,54,362,416
+3887,2011-06-15,2,0,6,20,0,3,1,1,0.66,0.6212,0.44,0.1642,57,273,330
+3888,2011-06-15,2,0,6,21,0,3,1,1,0.64,0.6212,0.47,0.2239,48,209,257
+3889,2011-06-15,2,0,6,22,0,3,1,1,0.62,0.6212,0.5,0.1045,31,144,175
+3890,2011-06-15,2,0,6,23,0,3,1,1,0.62,0.6212,0.53,0,17,90,107
+3891,2011-06-16,2,0,6,0,0,4,1,1,0.6,0.6212,0.56,0.1045,9,38,47
+3892,2011-06-16,2,0,6,1,0,4,1,1,0.58,0.5455,0.6,0,4,13,17
+3893,2011-06-16,2,0,6,2,0,4,1,1,0.6,0.6212,0.56,0.0896,1,4,5
+3894,2011-06-16,2,0,6,3,0,4,1,2,0.56,0.5303,0.73,0.0896,0,4,4
+3895,2011-06-16,2,0,6,4,0,4,1,2,0.56,0.5303,0.68,0.1045,0,6,6
+3896,2011-06-16,2,0,6,5,0,4,1,1,0.6,0.6061,0.64,0.194,7,18,25
+3897,2011-06-16,2,0,6,6,0,4,1,3,0.58,0.5455,0.73,0.1642,8,104,112
+3898,2011-06-16,2,0,6,7,0,4,1,3,0.56,0.5303,0.78,0.1642,16,172,188
+3899,2011-06-16,2,0,6,8,0,4,1,2,0.6,0.5909,0.69,0.1343,24,364,388
+3900,2011-06-16,2,0,6,9,0,4,1,2,0.62,0.6061,0.65,0.194,29,232,261
+3901,2011-06-16,2,0,6,10,0,4,1,2,0.66,0.6212,0.61,0.2537,18,103,121
+3902,2011-06-16,2,0,6,11,0,4,1,2,0.68,0.6364,0.61,0.2985,33,117,150
+3903,2011-06-16,2,0,6,12,0,4,1,1,0.72,0.6667,0.54,0.3881,41,165,206
+3904,2011-06-16,2,0,6,13,0,4,1,2,0.72,0.6667,0.54,0.2537,37,114,151
+3905,2011-06-16,2,0,6,14,0,4,1,2,0.72,0.6667,0.54,0.3284,39,114,153
+3906,2011-06-16,2,0,6,15,0,4,1,2,0.7,0.6515,0.61,0.2985,32,127,159
+3907,2011-06-16,2,0,6,16,0,4,1,3,0.66,0.6212,0.69,0.194,36,258,294
+3908,2011-06-16,2,0,6,17,0,4,1,2,0.64,0.5909,0.78,0.1045,42,230,272
+3909,2011-06-16,2,0,6,18,0,4,1,1,0.64,0.5758,0.83,0.2239,26,299,325
+3910,2011-06-16,2,0,6,19,0,4,1,1,0.62,0.5758,0.83,0.2836,58,269,327
+3911,2011-06-16,2,0,6,20,0,4,1,1,0.62,0.5758,0.83,0.3284,25,176,201
+3912,2011-06-16,2,0,6,21,0,4,1,3,0.62,0.5758,0.83,0.2537,34,154,188
+3913,2011-06-16,2,0,6,22,0,4,1,3,0.62,0.5758,0.83,0.2537,24,127,151
+3914,2011-06-16,2,0,6,23,0,4,1,3,0.6,0.5606,0.83,0.2537,2,14,16
+3915,2011-06-17,2,0,6,0,0,5,1,1,0.56,0.5303,0.88,0.0896,3,21,24
+3916,2011-06-17,2,0,6,1,0,5,1,1,0.56,0.5303,0.94,0.1343,4,19,23
+3917,2011-06-17,2,0,6,2,0,5,1,1,0.56,0.5303,0.94,0.1045,2,11,13
+3918,2011-06-17,2,0,6,3,0,5,1,1,0.56,0.5303,0.94,0.1045,1,5,6
+3919,2011-06-17,2,0,6,4,0,5,1,1,0.54,0.5152,0.94,0.1343,1,5,6
+3920,2011-06-17,2,0,6,5,0,5,1,1,0.54,0.5152,1,0,1,12,13
+3921,2011-06-17,2,0,6,6,0,5,1,1,0.56,0.5303,0.94,0,8,89,97
+3922,2011-06-17,2,0,6,7,0,5,1,1,0.6,0.5606,0.83,0,25,225,250
+3923,2011-06-17,2,0,6,8,0,5,1,2,0.6,0.5606,0.83,0,28,426,454
+3924,2011-06-17,2,0,6,9,0,5,1,1,0.7,0.6515,0.58,0.194,28,196,224
+3925,2011-06-17,2,0,6,10,0,5,1,1,0.7,0.6515,0.58,0.194,44,126,170
+3926,2011-06-17,2,0,6,11,0,5,1,1,0.68,0.6364,0.69,0.2537,43,138,181
+3927,2011-06-17,2,0,6,12,0,5,1,1,0.7,0.6515,0.65,0.2537,49,194,243
+3928,2011-06-17,2,0,6,13,0,5,1,1,0.74,0.6818,0.62,0.2836,48,156,204
+3929,2011-06-17,2,0,6,14,0,5,1,1,0.76,0.697,0.52,0.194,73,142,215
+3930,2011-06-17,2,0,6,15,0,5,1,1,0.78,0.697,0.43,0.2239,62,181,243
+3931,2011-06-17,2,0,6,16,0,5,1,1,0.76,0.6818,0.45,0.1642,69,286,355
+3932,2011-06-17,2,0,6,17,0,5,1,3,0.76,0.6818,0.4,0.194,85,467,552
+3933,2011-06-17,2,0,6,18,0,5,1,3,0.76,0.6818,0.4,0.194,62,388,450
+3934,2011-06-17,2,0,6,19,0,5,1,3,0.64,0.5758,0.83,0.2537,53,275,328
+3935,2011-06-17,2,0,6,20,0,5,1,1,0.64,0.5909,0.78,0.1045,40,192,232
+3936,2011-06-17,2,0,6,21,0,5,1,1,0.64,0.5909,0.78,0.0896,49,159,208
+3937,2011-06-17,2,0,6,22,0,5,1,1,0.62,0.5606,0.88,0.1343,48,127,175
+3938,2011-06-17,2,0,6,23,0,5,1,1,0.62,0.5758,0.83,0.1343,37,141,178
+3939,2011-06-18,2,0,6,0,0,6,0,1,0.62,0.5606,0.88,0.1343,21,83,104
+3940,2011-06-18,2,0,6,1,0,6,0,1,0.62,0.5758,0.83,0.1045,15,80,95
+3941,2011-06-18,2,0,6,2,0,6,0,1,0.6,0.5455,0.88,0,16,37,53
+3942,2011-06-18,2,0,6,3,0,6,0,1,0.6,0.5455,0.88,0.0896,4,16,20
+3943,2011-06-18,2,0,6,4,0,6,0,1,0.6,0.5455,0.88,0.0896,1,4,5
+3944,2011-06-18,2,0,6,5,0,6,0,1,0.62,0.5758,0.83,0,1,6,7
+3945,2011-06-18,2,0,6,6,0,6,0,1,0.62,0.5758,0.83,0.1045,9,18,27
+3946,2011-06-18,2,0,6,7,0,6,0,1,0.64,0.5909,0.78,0.1343,12,45,57
+3947,2011-06-18,2,0,6,8,0,6,0,1,0.66,0.6061,0.78,0.0896,28,103,131
+3948,2011-06-18,2,0,6,9,0,6,0,1,0.7,0.6515,0.61,0.2239,62,156,218
+3949,2011-06-18,2,0,6,10,0,6,0,1,0.72,0.6818,0.62,0.194,68,176,244
+3950,2011-06-18,2,0,6,11,0,6,0,1,0.72,0.6818,0.62,0.1343,134,270,404
+3951,2011-06-18,2,0,6,12,0,6,0,1,0.74,0.697,0.66,0.0896,162,258,420
+3952,2011-06-18,2,0,6,13,0,6,0,1,0.76,0.697,0.55,0,135,192,327
+3953,2011-06-18,2,0,6,14,0,6,0,2,0.8,0.7273,0.46,0.2836,138,196,334
+3954,2011-06-18,2,0,6,15,0,6,0,2,0.82,0.7576,0.46,0.1343,153,214,367
+3955,2011-06-18,2,0,6,16,0,6,0,2,0.76,0.697,0.52,0.2239,193,275,468
+3956,2011-06-18,2,0,6,17,0,6,0,2,0.76,0.6818,0.48,0.1642,210,239,449
+3957,2011-06-18,2,0,6,18,0,6,0,2,0.74,0.6818,0.55,0.194,118,263,381
+3958,2011-06-18,2,0,6,19,0,6,0,2,0.74,0.6667,0.51,0.1045,99,227,326
+3959,2011-06-18,2,0,6,20,0,6,0,2,0.72,0.6667,0.58,0.1343,61,127,188
+3960,2011-06-18,2,0,6,21,0,6,0,2,0.72,0.6818,0.66,0.1045,58,125,183
+3961,2011-06-18,2,0,6,22,0,6,0,2,0.72,0.6818,0.62,0.1343,56,105,161
+3962,2011-06-18,2,0,6,23,0,6,0,2,0.72,0.6818,0.62,0,53,97,150
+3963,2011-06-19,2,0,6,0,0,0,0,1,0.7,0.6515,0.65,0,18,71,89
+3964,2011-06-19,2,0,6,1,0,0,0,2,0.7,0.6515,0.65,0.0896,17,59,76
+3965,2011-06-19,2,0,6,2,0,0,0,1,0.68,0.6364,0.74,0.0896,13,59,72
+3966,2011-06-19,2,0,6,3,0,0,0,2,0.66,0.6061,0.78,0.1343,14,16,30
+3967,2011-06-19,2,0,6,4,0,0,0,2,0.66,0.6212,0.74,0.1343,7,10,17
+3968,2011-06-19,2,0,6,5,0,0,0,2,0.66,0.6061,0.78,0,7,12,19
+3969,2011-06-19,2,0,6,6,0,0,0,2,0.66,0.6061,0.78,0.1642,11,22,33
+3970,2011-06-19,2,0,6,7,0,0,0,2,0.66,0.6061,0.78,0.1642,35,36,71
+3971,2011-06-19,2,0,6,8,0,0,0,3,0.68,0.6364,0.74,0.1045,25,59,84
+3972,2011-06-19,2,0,6,9,0,0,0,2,0.68,0.6364,0.74,0.1045,58,111,169
+3973,2011-06-19,2,0,6,10,0,0,0,2,0.7,0.6515,0.61,0.1045,86,158,244
+3974,2011-06-19,2,0,6,11,0,0,0,2,0.72,0.6667,0.58,0.0896,141,236,377
+3975,2011-06-19,2,0,6,12,0,0,0,2,0.74,0.6818,0.55,0.0896,141,255,396
+3976,2011-06-19,2,0,6,13,0,0,0,2,0.74,0.6667,0.51,0,149,214,363
+3977,2011-06-19,2,0,6,14,0,0,0,3,0.74,0.6818,0.58,0.1045,124,193,317
+3978,2011-06-19,2,0,6,15,0,0,0,2,0.74,0.6818,0.55,0.1045,146,216,362
+3979,2011-06-19,2,0,6,16,0,0,0,2,0.76,0.6818,0.48,0,121,257,378
+3980,2011-06-19,2,0,6,17,0,0,0,1,0.74,0.6667,0.51,0,159,238,397
+3981,2011-06-19,2,0,6,18,0,0,0,2,0.74,0.6818,0.58,0.0896,78,218,296
+3982,2011-06-19,2,0,6,19,0,0,0,1,0.72,0.6818,0.62,0.1343,94,217,311
+3983,2011-06-19,2,0,6,20,0,0,0,1,0.7,0.6515,0.7,0.194,86,146,232
+3984,2011-06-19,2,0,6,21,0,0,0,1,0.68,0.6364,0.79,0.1343,57,110,167
+3985,2011-06-19,2,0,6,22,0,0,0,1,0.66,0.6061,0.78,0.2239,38,114,152
+3986,2011-06-19,2,0,6,23,0,0,0,1,0.66,0.6061,0.78,0.194,14,78,92
+3987,2011-06-20,2,0,6,0,0,1,1,1,0.66,0.6061,0.83,0.1642,7,19,26
+3988,2011-06-20,2,0,6,1,0,1,1,1,0.64,0.5758,0.89,0.0896,9,3,12
+3989,2011-06-20,2,0,6,2,0,1,1,1,0.64,0.5758,0.89,0.0896,2,0,2
+3990,2011-06-20,2,0,6,3,0,1,1,3,0.64,0.5758,0.89,0,1,0,1
+3991,2011-06-20,2,0,6,4,0,1,1,3,0.62,0.5606,0.88,0.1642,1,2,3
+3992,2011-06-20,2,0,6,5,0,1,1,3,0.62,0.5758,0.83,0.1343,0,3,3
+3993,2011-06-20,2,0,6,6,0,1,1,3,0.6,0.5758,0.78,0.1343,1,25,26
+3994,2011-06-20,2,0,6,7,0,1,1,3,0.56,0.5303,0.88,0.194,0,46,46
+3995,2011-06-20,2,0,6,8,0,1,1,3,0.56,0.5303,0.83,0.194,12,209,221
+3996,2011-06-20,2,0,6,9,0,1,1,2,0.6,0.5758,0.78,0.2537,19,200,219
+3997,2011-06-20,2,0,6,10,0,1,1,2,0.6,0.5758,0.78,0.2537,33,58,91
+3998,2011-06-20,2,0,6,11,0,1,1,2,0.6,0.5758,0.78,0.1045,27,67,94
+3999,2011-06-20,2,0,6,12,0,1,1,2,0.62,0.6061,0.69,0.1045,33,129,162
+4000,2011-06-20,2,0,6,13,0,1,1,1,0.64,0.6061,0.65,0.1045,50,129,179
+4001,2011-06-20,2,0,6,14,0,1,1,1,0.66,0.6212,0.61,0.1045,45,130,175
+4002,2011-06-20,2,0,6,15,0,1,1,1,0.66,0.6212,0.61,0.1343,66,139,205
+4003,2011-06-20,2,0,6,16,0,1,1,1,0.7,0.6515,0.58,0.1642,61,238,299
+4004,2011-06-20,2,0,6,17,0,1,1,1,0.7,0.6515,0.54,0,81,484,565
+4005,2011-06-20,2,0,6,18,0,1,1,1,0.7,0.6515,0.61,0.2537,64,474,538
+4006,2011-06-20,2,0,6,19,0,1,1,1,0.66,0.6212,0.65,0.2239,62,369,431
+4007,2011-06-20,2,0,6,20,0,1,1,1,0.66,0.6212,0.69,0.2239,52,264,316
+4008,2011-06-20,2,0,6,21,0,1,1,1,0.64,0.6061,0.73,0.1642,39,167,206
+4009,2011-06-20,2,0,6,22,0,1,1,2,0.64,0.6061,0.73,0.2239,24,106,130
+4010,2011-06-20,2,0,6,23,0,1,1,1,0.62,0.5909,0.78,0.2537,10,50,60
+4011,2011-06-21,3,0,6,0,0,2,1,1,0.62,0.5909,0.78,0.1642,10,23,33
+4012,2011-06-21,3,0,6,1,0,2,1,3,0.62,0.5909,0.78,0.1642,2,12,14
+4013,2011-06-21,3,0,6,2,0,2,1,3,0.62,0.5758,0.83,0.1642,1,5,6
+4014,2011-06-21,3,0,6,3,0,2,1,3,0.62,0.5758,0.83,0.1642,0,2,2
+4015,2011-06-21,3,0,6,4,0,2,1,2,0.6,0.5455,0.88,0.1045,2,7,9
+4016,2011-06-21,3,0,6,5,0,2,1,2,0.6,0.5455,0.88,0.1343,3,22,25
+4017,2011-06-21,3,0,6,6,0,2,1,2,0.6,0.5455,0.88,0.1343,8,107,115
+4018,2011-06-21,3,0,6,7,0,2,1,2,0.6,0.5152,0.94,0,21,288,309
+4019,2011-06-21,3,0,6,8,0,2,1,2,0.62,0.5606,0.88,0.1045,33,368,401
+4020,2011-06-21,3,0,6,9,0,2,1,2,0.62,0.5606,0.88,0.2537,32,243,275
+4021,2011-06-21,3,0,6,10,0,2,1,2,0.64,0.5758,0.83,0.194,41,120,161
+4022,2011-06-21,3,0,6,11,0,2,1,1,0.66,0.6061,0.83,0.1642,52,119,171
+4023,2011-06-21,3,0,6,12,0,2,1,1,0.7,0.6667,0.74,0.1642,40,149,189
+4024,2011-06-21,3,0,6,13,0,2,1,1,0.74,0.697,0.66,0.1642,49,158,207
+4025,2011-06-21,3,0,6,14,0,2,1,1,0.76,0.7121,0.62,0.2239,44,108,152
+4026,2011-06-21,3,0,6,15,0,2,1,1,0.78,0.7424,0.59,0.2537,42,128,170
+4027,2011-06-21,3,0,6,16,0,2,1,1,0.8,0.7727,0.59,0.2239,62,273,335
+4028,2011-06-21,3,0,6,17,0,2,1,1,0.78,0.7576,0.66,0.2239,65,507,572
+4029,2011-06-21,3,0,6,18,0,2,1,2,0.76,0.7273,0.7,0.2537,67,469,536
+4030,2011-06-21,3,0,6,19,0,2,1,2,0.74,0.7121,0.74,0.2239,67,358,425
+4031,2011-06-21,3,0,6,20,0,2,1,3,0.74,0.697,0.7,0.2239,72,254,326
+4032,2011-06-21,3,0,6,21,0,2,1,1,0.72,0.697,0.74,0.194,38,191,229
+4033,2011-06-21,3,0,6,22,0,2,1,1,0.7,0.6667,0.79,0.1045,12,97,109
+4034,2011-06-21,3,0,6,23,0,2,1,1,0.7,0.6667,0.74,0.1045,11,53,64
+4035,2011-06-22,3,0,6,0,0,3,1,1,0.66,0.6061,0.78,0.194,15,18,33
+4036,2011-06-22,3,0,6,1,0,3,1,1,0.66,0.6061,0.78,0.1343,2,19,21
+4037,2011-06-22,3,0,6,2,0,3,1,1,0.66,0.6061,0.78,0,2,5,7
+4038,2011-06-22,3,0,6,3,0,3,1,1,0.66,0.6061,0.78,0.1343,0,7,7
+4039,2011-06-22,3,0,6,4,0,3,1,1,0.64,0.5758,0.83,0,3,8,11
+4040,2011-06-22,3,0,6,5,0,3,1,1,0.64,0.5758,0.89,0,2,21,23
+4041,2011-06-22,3,0,6,6,0,3,1,1,0.66,0.6061,0.83,0,12,110,122
+4042,2011-06-22,3,0,6,7,0,3,1,1,0.7,0.6667,0.79,0,23,288,311
+4043,2011-06-22,3,0,6,8,0,3,1,1,0.72,0.697,0.74,0.1045,27,396,423
+4044,2011-06-22,3,0,6,9,0,3,1,1,0.72,0.697,0.79,0.1642,14,205,219
+4045,2011-06-22,3,0,6,10,0,3,1,1,0.74,0.697,0.7,0.2537,31,104,135
+4046,2011-06-22,3,0,6,11,0,3,1,1,0.74,0.697,0.7,0.1642,37,108,145
+4047,2011-06-22,3,0,6,12,0,3,1,2,0.8,0.7727,0.59,0.2239,44,144,188
+4048,2011-06-22,3,0,6,13,0,3,1,2,0.82,0.7879,0.56,0.2537,34,113,147
+4049,2011-06-22,3,0,6,14,0,3,1,2,0.82,0.7727,0.52,0.2836,32,113,145
+4050,2011-06-22,3,0,6,15,0,3,1,2,0.82,0.7879,0.56,0.2836,32,114,146
+4051,2011-06-22,3,0,6,16,0,3,1,2,0.82,0.803,0.59,0.3284,34,224,258
+4052,2011-06-22,3,0,6,17,0,3,1,2,0.8,0.7576,0.55,0.3881,67,462,529
+4053,2011-06-22,3,0,6,18,0,3,1,2,0.8,0.7727,0.59,0.2537,66,447,513
+4054,2011-06-22,3,0,6,19,0,3,1,2,0.8,0.7424,0.52,0.2537,62,280,342
+4055,2011-06-22,3,0,6,20,0,3,1,1,0.74,0.7121,0.74,0.1343,52,230,282
+4056,2011-06-22,3,0,6,21,0,3,1,1,0.74,0.7121,0.79,0.1642,31,216,247
+4057,2011-06-22,3,0,6,22,0,3,1,2,0.72,0.697,0.79,0.194,25,123,148
+4058,2011-06-22,3,0,6,23,0,3,1,2,0.72,0.697,0.79,0.2239,14,91,105
+4059,2011-06-23,3,0,6,0,0,4,1,1,0.72,0.697,0.79,0.2239,5,44,49
+4060,2011-06-23,3,0,6,1,0,4,1,1,0.72,0.697,0.74,0.2239,5,26,31
+4061,2011-06-23,3,0,6,2,0,4,1,1,0.72,0.697,0.74,0.2239,0,4,4
+4062,2011-06-23,3,0,6,3,0,4,1,2,0.72,0.697,0.74,0.1642,1,4,5
+4063,2011-06-23,3,0,6,4,0,4,1,2,0.7,0.6667,0.79,0.1343,0,7,7
+4064,2011-06-23,3,0,6,5,0,4,1,1,0.72,0.697,0.74,0.1642,2,22,24
+4065,2011-06-23,3,0,6,6,0,4,1,1,0.72,0.697,0.74,0.1642,8,92,100
+4066,2011-06-23,3,0,6,7,0,4,1,2,0.72,0.697,0.74,0.1343,26,301,327
+4067,2011-06-23,3,0,6,8,0,4,1,2,0.74,0.697,0.7,0.194,20,412,432
+4068,2011-06-23,3,0,6,9,0,4,1,2,0.74,0.697,0.7,0.1343,33,194,227
+4069,2011-06-23,3,0,6,10,0,4,1,2,0.76,0.7273,0.66,0.1343,39,88,127
+4070,2011-06-23,3,0,6,11,0,4,1,3,0.76,0.7273,0.66,0.2537,28,108,136
+4071,2011-06-23,3,0,6,12,0,4,1,2,0.76,0.7273,0.66,0.2836,30,130,160
+4072,2011-06-23,3,0,6,13,0,4,1,2,0.76,0.7121,0.62,0.2836,37,149,186
+4073,2011-06-23,3,0,6,14,0,4,1,2,0.76,0.7273,0.66,0.2985,46,103,149
+4074,2011-06-23,3,0,6,15,0,4,1,2,0.76,0.697,0.52,0.3582,62,127,189
+4075,2011-06-23,3,0,6,16,0,4,1,2,0.74,0.6818,0.62,0.2985,58,217,275
+4076,2011-06-23,3,0,6,17,0,4,1,2,0.72,0.6818,0.7,0.3582,74,495,569
+4077,2011-06-23,3,0,6,18,0,4,1,1,0.72,0.6818,0.7,0.4179,57,483,540
+4078,2011-06-23,3,0,6,19,0,4,1,1,0.72,0.6818,0.7,0.3582,56,344,400
+4079,2011-06-23,3,0,6,20,0,4,1,1,0.7,0.6667,0.74,0.2239,75,277,352
+4080,2011-06-23,3,0,6,21,0,4,1,1,0.7,0.6667,0.74,0.194,46,188,234
+4081,2011-06-23,3,0,6,22,0,4,1,2,0.7,0.6667,0.74,0.2239,23,139,162
+4082,2011-06-23,3,0,6,23,0,4,1,1,0.7,0.6667,0.74,0.2836,15,90,105
+4083,2011-06-24,3,0,6,0,0,5,1,1,0.68,0.6364,0.79,0.194,10,53,63
+4084,2011-06-24,3,0,6,1,0,5,1,1,0.66,0.6061,0.83,0.3284,8,20,28
+4085,2011-06-24,3,0,6,2,0,5,1,1,0.66,0.6061,0.83,0.3284,4,10,14
+4086,2011-06-24,3,0,6,3,0,5,1,1,0.66,0.6061,0.83,0.1642,1,4,5
+4087,2011-06-24,3,0,6,4,0,5,1,1,0.66,0.6061,0.83,0.0896,1,8,9
+4088,2011-06-24,3,0,6,5,0,5,1,1,0.64,0.5758,0.89,0.0896,2,18,20
+4089,2011-06-24,3,0,6,6,0,5,1,1,0.66,0.6061,0.83,0.1343,4,87,91
+4090,2011-06-24,3,0,6,7,0,5,1,2,0.66,0.6061,0.83,0.2239,21,247,268
+4091,2011-06-24,3,0,6,8,0,5,1,1,0.7,0.6667,0.74,0.2239,27,439,466
+4092,2011-06-24,3,0,6,9,0,5,1,1,0.74,0.6818,0.62,0.1343,28,203,231
+4093,2011-06-24,3,0,6,10,0,5,1,1,0.8,0.7273,0.43,0.2836,43,102,145
+4094,2011-06-24,3,0,6,11,0,5,1,1,0.8,0.7121,0.38,0.3284,56,147,203
+4095,2011-06-24,3,0,6,12,0,5,1,1,0.8,0.7121,0.41,0.2836,51,150,201
+4096,2011-06-24,3,0,6,13,0,5,1,1,0.8,0.7121,0.36,0.2239,43,178,221
+4097,2011-06-24,3,0,6,14,0,5,1,1,0.78,0.697,0.43,0.2836,67,162,229
+4098,2011-06-24,3,0,6,15,0,5,1,1,0.82,0.7273,0.34,0.3881,69,147,216
+4099,2011-06-24,3,0,6,16,0,5,1,1,0.8,0.697,0.33,0.4179,80,247,327
+4100,2011-06-24,3,0,6,17,0,5,1,1,0.76,0.6667,0.37,0.2537,85,472,557
+4101,2011-06-24,3,0,6,18,0,5,1,1,0.76,0.6667,0.37,0.2985,87,365,452
+4102,2011-06-24,3,0,6,19,0,5,1,1,0.74,0.6515,0.4,0.2239,92,293,385
+4103,2011-06-24,3,0,6,20,0,5,1,1,0.72,0.6515,0.45,0.1642,66,222,288
+4104,2011-06-24,3,0,6,21,0,5,1,1,0.7,0.6515,0.48,0.1343,50,183,233
+4105,2011-06-24,3,0,6,22,0,5,1,1,0.7,0.6515,0.48,0,41,126,167
+4106,2011-06-24,3,0,6,23,0,5,1,1,0.68,0.6364,0.51,0.1343,33,139,172
+4107,2011-06-25,3,0,6,0,0,6,0,1,0.68,0.6364,0.47,0.1642,19,97,116
+4108,2011-06-25,3,0,6,1,0,6,0,1,0.66,0.6212,0.5,0.1642,20,75,95
+4109,2011-06-25,3,0,6,2,0,6,0,2,0.66,0.6212,0.5,0.194,8,51,59
+4110,2011-06-25,3,0,6,3,0,6,0,1,0.64,0.6212,0.57,0.194,18,21,39
+4111,2011-06-25,3,0,6,4,0,6,0,1,0.64,0.6212,0.57,0.194,7,4,11
+4112,2011-06-25,3,0,6,5,0,6,0,1,0.62,0.6061,0.61,0.1343,6,8,14
+4113,2011-06-25,3,0,6,6,0,6,0,1,0.64,0.6212,0.57,0.2239,12,17,29
+4114,2011-06-25,3,0,6,7,0,6,0,1,0.64,0.6212,0.57,0.2836,7,35,42
+4115,2011-06-25,3,0,6,8,0,6,0,1,0.7,0.6515,0.48,0.2537,27,85,112
+4116,2011-06-25,3,0,6,9,0,6,0,1,0.72,0.6515,0.45,0.2537,47,139,186
+4117,2011-06-25,3,0,6,10,0,6,0,1,0.72,0.6515,0.45,0.194,99,203,302
+4118,2011-06-25,3,0,6,11,0,6,0,1,0.74,0.6667,0.42,0,122,209,331
+4119,2011-06-25,3,0,6,12,0,6,0,1,0.74,0.6515,0.4,0.2836,140,252,392
+4120,2011-06-25,3,0,6,13,0,6,0,1,0.74,0.6515,0.4,0.2836,140,231,371
+4121,2011-06-25,3,0,6,14,0,6,0,1,0.74,0.6667,0.45,0.2985,151,232,383
+4122,2011-06-25,3,0,6,15,0,6,0,1,0.74,0.6667,0.45,0,157,235,392
+4123,2011-06-25,3,0,6,16,0,6,0,1,0.76,0.6818,0.43,0.2985,175,235,410
+4124,2011-06-25,3,0,6,17,0,6,0,1,0.74,0.6667,0.42,0.2239,152,247,399
+4125,2011-06-25,3,0,6,18,0,6,0,1,0.72,0.6515,0.45,0.2537,108,199,307
+4126,2011-06-25,3,0,6,19,0,6,0,1,0.72,0.6667,0.48,0.2836,121,254,375
+4127,2011-06-25,3,0,6,20,0,6,0,1,0.7,0.6515,0.48,0.194,74,195,269
+4128,2011-06-25,3,0,6,21,0,6,0,1,0.68,0.6364,0.51,0.1642,62,140,202
+4129,2011-06-25,3,0,6,22,0,6,0,1,0.68,0.6364,0.47,0.194,61,126,187
+4130,2011-06-25,3,0,6,23,0,6,0,2,0.66,0.6212,0.5,0.2985,49,130,179
+4131,2011-06-26,3,0,6,0,0,0,0,1,0.64,0.6212,0.53,0,30,85,115
+4132,2011-06-26,3,0,6,1,0,0,0,1,0.64,0.6212,0.53,0.1045,17,73,90
+4133,2011-06-26,3,0,6,2,0,0,0,1,0.62,0.6212,0.57,0.1045,17,70,87
+4134,2011-06-26,3,0,6,3,0,0,0,1,0.6,0.6061,0.64,0.1045,12,22,34
+4135,2011-06-26,3,0,6,4,0,0,0,1,0.6,0.6061,0.64,0.0896,3,8,11
+4136,2011-06-26,3,0,6,5,0,0,0,1,0.6,0.6061,0.64,0,3,9,12
+4137,2011-06-26,3,0,6,6,0,0,0,1,0.6,0.6061,0.64,0,7,13,20
+4138,2011-06-26,3,0,6,7,0,0,0,1,0.62,0.6061,0.61,0,24,27,51
+4139,2011-06-26,3,0,6,8,0,0,0,1,0.64,0.6212,0.61,0.194,29,78,107
+4140,2011-06-26,3,0,6,9,0,0,0,1,0.66,0.6212,0.54,0.0896,75,131,206
+4141,2011-06-26,3,0,6,10,0,0,0,1,0.72,0.6667,0.48,0.1045,136,196,332
+4142,2011-06-26,3,0,6,11,0,0,0,1,0.72,0.6515,0.45,0.1343,127,219,346
+4143,2011-06-26,3,0,6,12,0,0,0,1,0.74,0.6515,0.4,0.1642,175,268,443
+4144,2011-06-26,3,0,6,13,0,0,0,1,0.74,0.6515,0.4,0,197,245,442
+4145,2011-06-26,3,0,6,14,0,0,0,1,0.74,0.6515,0.4,0.1343,197,246,443
+4146,2011-06-26,3,0,6,15,0,0,0,1,0.74,0.6515,0.4,0,174,229,403
+4147,2011-06-26,3,0,6,16,0,0,0,1,0.74,0.6667,0.42,0.194,177,278,455
+4148,2011-06-26,3,0,6,17,0,0,0,2,0.72,0.6515,0.42,0.1642,178,243,421
+4149,2011-06-26,3,0,6,18,0,0,0,2,0.72,0.6515,0.45,0.2537,117,265,382
+4150,2011-06-26,3,0,6,19,0,0,0,2,0.72,0.6667,0.48,0.1343,89,228,317
+4151,2011-06-26,3,0,6,20,0,0,0,2,0.7,0.6515,0.48,0.1045,55,158,213
+4152,2011-06-26,3,0,6,21,0,0,0,2,0.7,0.6515,0.54,0.1045,48,135,183
+4153,2011-06-26,3,0,6,22,0,0,0,1,0.7,0.6515,0.51,0,19,95,114
+4154,2011-06-26,3,0,6,23,0,0,0,1,0.7,0.6515,0.54,0.0896,14,64,78
+4155,2011-06-27,3,0,6,0,0,1,1,3,0.64,0.6061,0.73,0.2836,7,25,32
+4156,2011-06-27,3,0,6,1,0,1,1,2,0.62,0.5909,0.78,0.1343,4,11,15
+4157,2011-06-27,3,0,6,2,0,1,1,3,0.62,0.5909,0.78,0.1343,3,3,6
+4158,2011-06-27,3,0,6,3,0,1,1,3,0.62,0.5909,0.78,0.1343,0,2,2
+4159,2011-06-27,3,0,6,4,0,1,1,2,0.6,0.5606,0.83,0.1642,1,8,9
+4160,2011-06-27,3,0,6,5,0,1,1,2,0.62,0.5758,0.83,0.1642,1,21,22
+4161,2011-06-27,3,0,6,6,0,1,1,2,0.62,0.5909,0.78,0.1642,4,90,94
+4162,2011-06-27,3,0,6,7,0,1,1,2,0.64,0.6061,0.73,0.2239,14,247,261
+4163,2011-06-27,3,0,6,8,0,1,1,1,0.66,0.6212,0.74,0.194,29,418,447
+4164,2011-06-27,3,0,6,9,0,1,1,2,0.72,0.6667,0.54,0,37,150,187
+4165,2011-06-27,3,0,6,10,0,1,1,2,0.72,0.6667,0.54,0.1343,55,95,150
+4166,2011-06-27,3,0,6,11,0,1,1,2,0.7,0.6515,0.58,0,55,95,150
+4167,2011-06-27,3,0,6,12,0,1,1,2,0.72,0.6667,0.54,0,40,130,170
+4168,2011-06-27,3,0,6,13,0,1,1,2,0.72,0.6667,0.58,0.2239,37,127,164
+4169,2011-06-27,3,0,6,14,0,1,1,2,0.72,0.6667,0.58,0.0896,58,100,158
+4170,2011-06-27,3,0,6,15,0,1,1,2,0.74,0.6818,0.55,0,76,126,202
+4171,2011-06-27,3,0,6,16,0,1,1,1,0.74,0.6818,0.55,0.1045,53,222,275
+4172,2011-06-27,3,0,6,17,0,1,1,1,0.74,0.6818,0.55,0.1343,90,514,604
+4173,2011-06-27,3,0,6,18,0,1,1,1,0.74,0.6667,0.51,0,79,512,591
+4174,2011-06-27,3,0,6,19,0,1,1,1,0.72,0.6818,0.62,0.194,56,340,396
+4175,2011-06-27,3,0,6,20,0,1,1,1,0.7,0.6515,0.65,0.1045,54,251,305
+4176,2011-06-27,3,0,6,21,0,1,1,1,0.7,0.6515,0.65,0,52,190,242
+4177,2011-06-27,3,0,6,22,0,1,1,1,0.68,0.6364,0.69,0,33,112,145
+4178,2011-06-27,3,0,6,23,0,1,1,1,0.68,0.6364,0.69,0,16,65,81
+4179,2011-06-28,3,0,6,0,0,2,1,2,0.66,0.6061,0.78,0.1343,5,25,30
+4180,2011-06-28,3,0,6,1,0,2,1,1,0.66,0.6212,0.74,0,5,8,13
+4181,2011-06-28,3,0,6,2,0,2,1,2,0.66,0.6212,0.74,0,2,9,11
+4182,2011-06-28,3,0,6,3,0,2,1,2,0.66,0.6212,0.74,0,0,2,2
+4183,2011-06-28,3,0,6,4,0,2,1,1,0.66,0.6212,0.74,0,1,7,8
+4184,2011-06-28,3,0,6,5,0,2,1,1,0.66,0.6061,0.78,0,1,20,21
+4185,2011-06-28,3,0,6,6,0,2,1,1,0.66,0.6061,0.83,0.1642,7,117,124
+4186,2011-06-28,3,0,6,7,0,2,1,1,0.68,0.6364,0.83,0.194,27,320,347
+4187,2011-06-28,3,0,6,8,0,2,1,1,0.7,0.6667,0.79,0.1642,39,417,456
+4188,2011-06-28,3,0,6,9,0,2,1,1,0.74,0.697,0.7,0,38,208,246
+4189,2011-06-28,3,0,6,10,0,2,1,1,0.8,0.7424,0.49,0.1642,45,112,157
+4190,2011-06-28,3,0,6,11,0,2,1,1,0.82,0.7576,0.46,0,49,118,167
+4191,2011-06-28,3,0,6,12,0,2,1,1,0.84,0.7727,0.47,0.2239,41,161,202
+4192,2011-06-28,3,0,6,13,0,2,1,1,0.84,0.7576,0.44,0,33,156,189
+4193,2011-06-28,3,0,6,14,0,2,1,1,0.86,0.7879,0.44,0.2239,43,117,160
+4194,2011-06-28,3,0,6,15,0,2,1,1,0.86,0.7879,0.41,0,39,127,166
+4195,2011-06-28,3,0,6,16,0,2,1,1,0.86,0.803,0.47,0.2836,41,220,261
+4196,2011-06-28,3,0,6,17,0,2,1,3,0.82,0.7879,0.56,0.2836,70,509,579
+4197,2011-06-28,3,0,6,18,0,2,1,3,0.8,0.7576,0.55,0.2985,68,436,504
+4198,2011-06-28,3,0,6,19,0,2,1,2,0.74,0.6818,0.58,0.4627,44,255,299
+4199,2011-06-28,3,0,6,20,0,2,1,1,0.74,0.6818,0.62,0,50,246,296
+4200,2011-06-28,3,0,6,21,0,2,1,1,0.74,0.697,0.66,0.2836,31,164,195
+4201,2011-06-28,3,0,6,22,0,2,1,1,0.7,0.6515,0.7,0.2985,30,104,134
+4202,2011-06-28,3,0,6,23,0,2,1,1,0.7,0.6515,0.7,0.2836,23,58,81
+4203,2011-06-29,3,0,6,0,0,3,1,2,0.68,0.6364,0.79,0.2836,11,25,36
+4204,2011-06-29,3,0,6,1,0,3,1,1,0.68,0.6364,0.79,0.2985,10,18,28
+4205,2011-06-29,3,0,6,2,0,3,1,1,0.66,0.6061,0.83,0.2239,7,9,16
+4206,2011-06-29,3,0,6,3,0,3,1,2,0.66,0.6061,0.83,0.1045,2,3,5
+4207,2011-06-29,3,0,6,4,0,3,1,1,0.66,0.6061,0.83,0.1045,0,5,5
+4208,2011-06-29,3,0,6,5,0,3,1,1,0.64,0.5758,0.83,0.194,3,19,22
+4209,2011-06-29,3,0,6,6,0,3,1,1,0.66,0.6212,0.69,0.2985,12,104,116
+4210,2011-06-29,3,0,6,7,0,3,1,1,0.7,0.6515,0.54,0.2239,18,318,336
+4211,2011-06-29,3,0,6,8,0,3,1,1,0.7,0.6515,0.48,0.2836,41,499,540
+4212,2011-06-29,3,0,6,9,0,3,1,1,0.72,0.6515,0.45,0.3881,32,189,221
+4213,2011-06-29,3,0,6,10,0,3,1,1,0.74,0.6667,0.42,0.2836,31,95,126
+4214,2011-06-29,3,0,6,11,0,3,1,1,0.76,0.6667,0.35,0.2239,53,117,170
+4215,2011-06-29,3,0,6,12,0,3,1,1,0.76,0.6667,0.35,0.2537,55,188,243
+4216,2011-06-29,3,0,6,13,0,3,1,1,0.8,0.697,0.31,0.3284,45,186,231
+4217,2011-06-29,3,0,6,14,0,3,1,1,0.8,0.697,0.31,0.194,50,138,188
+4218,2011-06-29,3,0,6,15,0,3,1,1,0.82,0.7121,0.3,0.1642,43,146,189
+4219,2011-06-29,3,0,6,16,0,3,1,1,0.82,0.7121,0.3,0.4179,60,268,328
+4220,2011-06-29,3,0,6,17,0,3,1,1,0.82,0.7121,0.26,0.4179,78,492,570
+4221,2011-06-29,3,0,6,18,0,3,1,1,0.8,0.697,0.29,0.2985,78,510,588
+4222,2011-06-29,3,0,6,19,0,3,1,1,0.76,0.6667,0.35,0.3881,60,341,401
+4223,2011-06-29,3,0,6,20,0,3,1,1,0.74,0.6515,0.37,0.2985,69,264,333
+4224,2011-06-29,3,0,6,21,0,3,1,1,0.72,0.6515,0.39,0.2239,26,195,221
+4225,2011-06-29,3,0,6,22,0,3,1,1,0.7,0.6364,0.42,0.194,32,151,183
+4226,2011-06-29,3,0,6,23,0,3,1,1,0.68,0.6364,0.47,0.194,32,97,129
+4227,2011-06-30,3,0,6,0,0,4,1,1,0.66,0.6212,0.5,0.1642,15,39,54
+4228,2011-06-30,3,0,6,1,0,4,1,1,0.64,0.6212,0.53,0.1343,13,19,32
+4229,2011-06-30,3,0,6,2,0,4,1,1,0.62,0.6212,0.57,0.1343,2,6,8
+4230,2011-06-30,3,0,6,3,0,4,1,1,0.6,0.6061,0.6,0.1642,2,7,9
+4231,2011-06-30,3,0,6,4,0,4,1,1,0.58,0.5455,0.64,0.1343,2,4,6
+4232,2011-06-30,3,0,6,5,0,4,1,1,0.58,0.5455,0.64,0.2537,1,24,25
+4233,2011-06-30,3,0,6,6,0,4,1,1,0.6,0.6061,0.64,0.2537,4,119,123
+4234,2011-06-30,3,0,6,7,0,4,1,1,0.62,0.6061,0.61,0.2239,29,291,320
+4235,2011-06-30,3,0,6,8,0,4,1,1,0.68,0.6364,0.47,0.2239,44,511,555
+4236,2011-06-30,3,0,6,9,0,4,1,1,0.7,0.6364,0.42,0.2239,33,227,260
+4237,2011-06-30,3,0,6,10,0,4,1,1,0.72,0.6515,0.42,0.194,35,97,132
+4238,2011-06-30,3,0,6,11,0,4,1,1,0.74,0.6515,0.37,0.1343,47,122,169
+4239,2011-06-30,3,0,6,12,0,4,1,1,0.76,0.6667,0.35,0.1642,50,183,233
+4240,2011-06-30,3,0,6,13,0,4,1,1,0.76,0.6667,0.33,0.194,70,162,232
+4241,2011-06-30,3,0,6,14,0,4,1,1,0.78,0.6818,0.31,0.194,46,117,163
+4242,2011-06-30,3,0,6,15,0,4,1,1,0.78,0.6667,0.25,0.2537,64,176,240
+4243,2011-06-30,3,0,6,16,0,4,1,1,0.8,0.697,0.26,0.1343,63,260,323
+4244,2011-06-30,3,0,6,17,0,4,1,1,0.78,0.6818,0.27,0.3582,98,496,594
+4245,2011-06-30,3,0,6,18,0,4,1,1,0.76,0.6667,0.29,0.2537,114,472,586
+4246,2011-06-30,3,0,6,19,0,4,1,1,0.74,0.6515,0.33,0.194,89,366,455
+4247,2011-06-30,3,0,6,20,0,4,1,1,0.74,0.6515,0.33,0.194,55,285,340
+4248,2011-06-30,3,0,6,21,0,4,1,1,0.72,0.6515,0.37,0.1045,81,242,323
+4249,2011-06-30,3,0,6,22,0,4,1,1,0.7,0.6364,0.42,0.1642,43,164,207
+4250,2011-06-30,3,0,6,23,0,4,1,1,0.66,0.6212,0.5,0,27,99,126
+4251,2011-07-01,3,0,7,0,0,5,1,1,0.66,0.6212,0.5,0,20,48,68
+4252,2011-07-01,3,0,7,1,0,5,1,1,0.66,0.6212,0.5,0,15,16,31
+4253,2011-07-01,3,0,7,2,0,5,1,1,0.62,0.6061,0.69,0,6,7,13
+4254,2011-07-01,3,0,7,3,0,5,1,1,0.64,0.6212,0.53,0,5,6,11
+4255,2011-07-01,3,0,7,4,0,5,1,1,0.62,0.6212,0.57,0,1,5,6
+4256,2011-07-01,3,0,7,5,0,5,1,1,0.6,0.6061,0.64,0.1343,3,27,30
+4257,2011-07-01,3,0,7,6,0,5,1,1,0.62,0.6061,0.61,0.1343,11,97,108
+4258,2011-07-01,3,0,7,7,0,5,1,1,0.66,0.6212,0.54,0.1045,25,218,243
+4259,2011-07-01,3,0,7,8,0,5,1,1,0.7,0.6364,0.42,0.1642,39,453,492
+4260,2011-07-01,3,0,7,9,0,5,1,1,0.74,0.6515,0.35,0.1642,58,202,260
+4261,2011-07-01,3,0,7,10,0,5,1,1,0.76,0.6667,0.33,0.1642,61,109,170
+4262,2011-07-01,3,0,7,11,0,5,1,1,0.8,0.697,0.26,0,68,146,214
+4263,2011-07-01,3,0,7,12,0,5,1,1,0.8,0.697,0.26,0,83,180,263
+4264,2011-07-01,3,0,7,13,0,5,1,1,0.8,0.6818,0.24,0,83,209,292
+4265,2011-07-01,3,0,7,14,0,5,1,1,0.82,0.697,0.23,0.194,78,225,303
+4266,2011-07-01,3,0,7,15,0,5,1,1,0.82,0.697,0.21,0.2537,82,299,381
+4267,2011-07-01,3,0,7,16,0,5,1,1,0.82,0.697,0.17,0,85,342,427
+4268,2011-07-01,3,0,7,17,0,5,1,1,0.82,0.697,0.21,0.194,99,362,461
+4269,2011-07-01,3,0,7,18,0,5,1,1,0.8,0.6818,0.24,0.2537,98,324,422
+4270,2011-07-01,3,0,7,19,0,5,1,1,0.78,0.6667,0.25,0.194,80,238,318
+4271,2011-07-01,3,0,7,20,0,5,1,1,0.72,0.6515,0.42,0.2239,84,185,269
+4272,2011-07-01,3,0,7,21,0,5,1,1,0.7,0.6364,0.45,0.194,69,149,218
+4273,2011-07-01,3,0,7,22,0,5,1,1,0.7,0.6364,0.42,0,49,173,222
+4274,2011-07-01,3,0,7,23,0,5,1,1,0.68,0.6364,0.47,0.0896,44,96,140
+4275,2011-07-02,3,0,7,0,0,6,0,1,0.68,0.6364,0.47,0.0896,31,84,115
+4276,2011-07-02,3,0,7,1,0,6,0,1,0.66,0.6212,0.54,0,20,58,78
+4277,2011-07-02,3,0,7,2,0,6,0,1,0.64,0.6212,0.53,0,9,43,52
+4278,2011-07-02,3,0,7,3,0,6,0,1,0.64,0.6212,0.53,0,5,21,26
+4279,2011-07-02,3,0,7,4,0,6,0,1,0.62,0.6061,0.61,0,3,8,11
+4280,2011-07-02,3,0,7,5,0,6,0,1,0.58,0.5455,0.73,0.1045,1,13,14
+4281,2011-07-02,3,0,7,6,0,6,0,1,0.62,0.6061,0.69,0.1045,11,21,32
+4282,2011-07-02,3,0,7,7,0,6,0,1,0.64,0.6061,0.65,0,10,35,45
+4283,2011-07-02,3,0,7,8,0,6,0,1,0.68,0.6364,0.57,0,38,94,132
+4284,2011-07-02,3,0,7,9,0,6,0,1,0.74,0.6667,0.51,0.0896,55,124,179
+4285,2011-07-02,3,0,7,10,0,6,0,1,0.8,0.7121,0.36,0,103,168,271
+4286,2011-07-02,3,0,7,11,0,6,0,1,0.8,0.7121,0.36,0.0896,144,213,357
+4287,2011-07-02,3,0,7,12,0,6,0,1,0.82,0.7121,0.3,0.1343,142,232,374
+4288,2011-07-02,3,0,7,13,0,6,0,1,0.82,0.7121,0.3,0.1045,178,226,404
+4289,2011-07-02,3,0,7,14,0,6,0,1,0.84,0.7121,0.2,0,177,215,392
+4290,2011-07-02,3,0,7,15,0,6,0,1,0.86,0.7273,0.19,0.1642,168,163,331
+4291,2011-07-02,3,0,7,16,0,6,0,1,0.88,0.7424,0.22,0.2239,206,192,398
+4292,2011-07-02,3,0,7,17,0,6,0,1,0.84,0.7273,0.3,0.2239,179,170,349
+4293,2011-07-02,3,0,7,18,0,6,0,1,0.82,0.7121,0.3,0.2836,193,190,383
+4294,2011-07-02,3,0,7,19,0,6,0,1,0.8,0.697,0.33,0.2239,156,149,305
+4295,2011-07-02,3,0,7,20,0,6,0,1,0.76,0.6818,0.45,0.2836,136,148,284
+4296,2011-07-02,3,0,7,21,0,6,0,1,0.74,0.6667,0.48,0.194,95,137,232
+4297,2011-07-02,3,0,7,22,0,6,0,1,0.72,0.6667,0.51,0.1642,78,123,201
+4298,2011-07-02,3,0,7,23,0,6,0,1,0.72,0.6667,0.54,0.2836,66,88,154
+4299,2011-07-03,3,0,7,0,0,0,0,1,0.7,0.6515,0.58,0.2239,47,97,144
+4300,2011-07-03,3,0,7,1,0,0,0,2,0.7,0.6515,0.61,0.1642,23,55,78
+4301,2011-07-03,3,0,7,2,0,0,0,1,0.7,0.6515,0.58,0.194,19,50,69
+4302,2011-07-03,3,0,7,3,0,0,0,3,0.68,0.6364,0.65,0.0896,8,25,33
+4303,2011-07-03,3,0,7,4,0,0,0,3,0.68,0.6364,0.65,0.0896,3,2,5
+4304,2011-07-03,3,0,7,5,0,0,0,3,0.62,0.5758,0.83,0.194,0,1,1
+4305,2011-07-03,3,0,7,6,0,0,0,2,0.62,0.5455,0.94,0.0896,0,3,3
+4306,2011-07-03,3,0,7,7,0,0,0,2,0.64,0.5758,0.89,0.194,3,22,25
+4307,2011-07-03,3,0,7,8,0,0,0,1,0.68,0.6364,0.79,0.2239,39,53,92
+4308,2011-07-03,3,0,7,9,0,0,0,1,0.7,0.6667,0.74,0.2537,82,99,181
+4309,2011-07-03,3,0,7,10,0,0,0,1,0.74,0.697,0.66,0.1642,131,133,264
+4310,2011-07-03,3,0,7,11,0,0,0,1,0.76,0.7121,0.62,0.1045,215,175,390
+4311,2011-07-03,3,0,7,12,0,0,0,1,0.8,0.7576,0.55,0.1045,198,206,404
+4312,2011-07-03,3,0,7,13,0,0,0,1,0.8,0.7727,0.59,0.2239,248,173,421
+4313,2011-07-03,3,0,7,14,0,0,0,1,0.82,0.7879,0.56,0.2537,225,150,375
+4314,2011-07-03,3,0,7,15,0,0,0,1,0.84,0.803,0.53,0.2985,194,182,376
+4315,2011-07-03,3,0,7,16,0,0,0,1,0.84,0.803,0.53,0.2985,195,219,414
+4316,2011-07-03,3,0,7,17,0,0,0,3,0.8,0.7424,0.49,0.8507,181,177,358
+4317,2011-07-03,3,0,7,18,0,0,0,3,0.8,0.7424,0.49,0.8507,74,107,181
+4318,2011-07-03,3,0,7,19,0,0,0,2,0.66,0.6061,0.83,0.194,100,83,183
+4319,2011-07-03,3,0,7,20,0,0,0,3,0.66,0.6061,0.83,0,83,93,176
+4320,2011-07-03,3,0,7,21,0,0,0,2,0.66,0.6061,0.83,0.1642,75,92,167
+4321,2011-07-03,3,0,7,22,0,0,0,2,0.66,0.6061,0.78,0.1045,69,93,162
+4322,2011-07-03,3,0,7,23,0,0,0,1,0.64,0.5758,0.83,0.1642,70,77,147
+4323,2011-07-04,3,0,7,0,1,1,0,1,0.64,0.5758,0.83,0.1343,63,77,140
+4324,2011-07-04,3,0,7,1,1,1,0,1,0.64,0.5758,0.83,0.0896,43,76,119
+4325,2011-07-04,3,0,7,2,1,1,0,1,0.64,0.5758,0.83,0,33,30,63
+4326,2011-07-04,3,0,7,3,1,1,0,1,0.64,0.5909,0.78,0,13,13,26
+4327,2011-07-04,3,0,7,4,1,1,0,2,0.66,0.6061,0.78,0.0896,8,4,12
+4328,2011-07-04,3,0,7,5,1,1,0,2,0.64,0.5758,0.83,0.1343,1,3,4
+4329,2011-07-04,3,0,7,6,1,1,0,1,0.64,0.5758,0.89,0.1642,5,11,16
+4330,2011-07-04,3,0,7,7,1,1,0,1,0.66,0.6061,0.83,0.1343,17,19,36
+4331,2011-07-04,3,0,7,8,1,1,0,1,0.7,0.6667,0.74,0.1045,42,44,86
+4332,2011-07-04,3,0,7,9,1,1,0,2,0.72,0.6818,0.66,0.0896,142,96,238
+4333,2011-07-04,3,0,7,10,1,1,0,2,0.76,0.697,0.55,0.0896,166,114,280
+4334,2011-07-04,3,0,7,11,1,1,0,2,0.76,0.697,0.55,0.0896,177,172,349
+4335,2011-07-04,3,0,7,12,1,1,0,2,0.78,0.7121,0.52,0,237,210,447
+4336,2011-07-04,3,0,7,13,1,1,0,2,0.78,0.7121,0.49,0,242,181,423
+4337,2011-07-04,3,0,7,14,1,1,0,1,0.8,0.7273,0.46,0,235,173,408
+4338,2011-07-04,3,0,7,15,1,1,0,1,0.82,0.7424,0.43,0.0896,224,184,408
+4339,2011-07-04,3,0,7,16,1,1,0,1,0.82,0.7424,0.41,0,236,216,452
+4340,2011-07-04,3,0,7,17,1,1,0,1,0.8,0.7273,0.46,0,240,196,436
+4341,2011-07-04,3,0,7,18,1,1,0,1,0.8,0.7273,0.46,0.1343,222,196,418
+4342,2011-07-04,3,0,7,19,1,1,0,2,0.78,0.7121,0.49,0.1642,170,205,375
+4343,2011-07-04,3,0,7,20,1,1,0,2,0.76,0.697,0.55,0.1045,195,191,386
+4344,2011-07-04,3,0,7,21,1,1,0,2,0.74,0.6818,0.62,0.1045,195,262,457
+4345,2011-07-04,3,0,7,22,1,1,0,2,0.74,0.6818,0.62,0.1343,115,211,326
+4346,2011-07-04,3,0,7,23,1,1,0,2,0.72,0.6818,0.7,0.1045,44,94,138
+4347,2011-07-05,3,0,7,0,0,2,1,2,0.7,0.6515,0.65,0.1642,19,36,55
+4348,2011-07-05,3,0,7,1,0,2,1,1,0.7,0.6515,0.65,0.1045,15,24,39
+4349,2011-07-05,3,0,7,2,0,2,1,1,0.66,0.6212,0.74,0.0896,8,5,13
+4350,2011-07-05,3,0,7,3,0,2,1,1,0.66,0.6212,0.74,0.2239,1,7,8
+4351,2011-07-05,3,0,7,4,0,2,1,1,0.66,0.6212,0.69,0.1642,1,4,5
+4352,2011-07-05,3,0,7,5,0,2,1,1,0.66,0.6212,0.69,0,1,19,20
+4353,2011-07-05,3,0,7,6,0,2,1,1,0.66,0.6212,0.74,0.0896,3,91,94
+4354,2011-07-05,3,0,7,7,0,2,1,1,0.7,0.6515,0.65,0.0896,22,248,270
+4355,2011-07-05,3,0,7,8,0,2,1,1,0.72,0.6818,0.62,0.1343,41,391,432
+4356,2011-07-05,3,0,7,9,0,2,1,1,0.74,0.6818,0.58,0.1343,50,177,227
+4357,2011-07-05,3,0,7,10,0,2,1,1,0.76,0.697,0.52,0.1045,55,84,139
+4358,2011-07-05,3,0,7,11,0,2,1,1,0.78,0.697,0.46,0.1045,75,97,172
+4359,2011-07-05,3,0,7,12,0,2,1,1,0.8,0.7273,0.43,0.1045,71,130,201
+4360,2011-07-05,3,0,7,13,0,2,1,1,0.82,0.7424,0.43,0.1045,67,136,203
+4361,2011-07-05,3,0,7,14,0,2,1,1,0.8,0.7424,0.49,0.1642,66,112,178
+4362,2011-07-05,3,0,7,15,0,2,1,1,0.82,0.7424,0.43,0,51,111,162
+4363,2011-07-05,3,0,7,16,0,2,1,1,0.82,0.7576,0.46,0.1045,79,202,281
+4364,2011-07-05,3,0,7,17,0,2,1,1,0.82,0.7576,0.46,0.1045,79,466,545
+4365,2011-07-05,3,0,7,18,0,2,1,1,0.8,0.7576,0.55,0.1642,70,426,496
+4366,2011-07-05,3,0,7,19,0,2,1,1,0.8,0.7727,0.59,0.1343,71,297,368
+4367,2011-07-05,3,0,7,20,0,2,1,1,0.76,0.7273,0.66,0.1045,59,225,284
+4368,2011-07-05,3,0,7,21,0,2,1,1,0.78,0.7424,0.62,0.2537,77,168,245
+4369,2011-07-05,3,0,7,22,0,2,1,1,0.76,0.7273,0.66,0.2239,31,124,155
+4370,2011-07-05,3,0,7,23,0,2,1,1,0.74,0.697,0.66,0.1642,19,54,73
+4371,2011-07-06,3,0,7,0,0,3,1,1,0.72,0.697,0.74,0.194,11,26,37
+4372,2011-07-06,3,0,7,1,0,3,1,1,0.7,0.6667,0.74,0.1343,4,11,15
+4373,2011-07-06,3,0,7,2,0,3,1,1,0.7,0.6667,0.79,0.0896,1,4,5
+4374,2011-07-06,3,0,7,3,0,3,1,1,0.7,0.6667,0.79,0,0,6,6
+4375,2011-07-06,3,0,7,4,0,3,1,2,0.68,0.6364,0.83,0.0896,0,6,6
+4376,2011-07-06,3,0,7,5,0,3,1,1,0.68,0.6364,0.83,0.0896,5,30,35
+4377,2011-07-06,3,0,7,6,0,3,1,1,0.7,0.6667,0.79,0.0896,9,112,121
+4378,2011-07-06,3,0,7,7,0,3,1,2,0.72,0.697,0.79,0,24,288,312
+4379,2011-07-06,3,0,7,8,0,3,1,2,0.72,0.697,0.74,0.1045,31,397,428
+4380,2011-07-06,3,0,7,9,0,3,1,3,0.7,0.6667,0.79,0.194,31,158,189
+4381,2011-07-06,3,0,7,10,0,3,1,3,0.7,0.6667,0.79,0.0896,13,30,43
+4382,2011-07-06,3,0,7,11,0,3,1,2,0.72,0.697,0.74,0,24,103,127
+4383,2011-07-06,3,0,7,12,0,3,1,2,0.74,0.697,0.66,0.0896,38,114,152
+4384,2011-07-06,3,0,7,13,0,3,1,2,0.74,0.697,0.7,0.1045,33,107,140
+4385,2011-07-06,3,0,7,14,0,3,1,1,0.76,0.7273,0.66,0.2836,50,113,163
+4386,2011-07-06,3,0,7,15,0,3,1,1,0.76,0.7273,0.7,0.2836,55,130,185
+4387,2011-07-06,3,0,7,16,0,3,1,1,0.76,0.7273,0.7,0.2537,57,218,275
+4388,2011-07-06,3,0,7,17,0,3,1,1,0.78,0.7424,0.59,0.2239,79,517,596
+4389,2011-07-06,3,0,7,18,0,3,1,1,0.76,0.7121,0.62,0.194,77,486,563
+4390,2011-07-06,3,0,7,19,0,3,1,1,0.74,0.697,0.7,0.2239,71,323,394
+4391,2011-07-06,3,0,7,20,0,3,1,1,0.72,0.697,0.74,0.2537,55,257,312
+4392,2011-07-06,3,0,7,21,0,3,1,1,0.7,0.6667,0.79,0.194,66,175,241
+4393,2011-07-06,3,0,7,22,0,3,1,1,0.7,0.6667,0.79,0.194,30,156,186
+4394,2011-07-06,3,0,7,23,0,3,1,1,0.68,0.6364,0.83,0.2239,20,78,98
+4395,2011-07-07,3,0,7,0,0,4,1,1,0.66,0.5909,0.89,0.1343,6,29,35
+4396,2011-07-07,3,0,7,1,0,4,1,1,0.66,0.5909,0.89,0.194,2,14,16
+4397,2011-07-07,3,0,7,2,0,4,1,1,0.66,0.5909,0.89,0.194,1,7,8
+4398,2011-07-07,3,0,7,3,0,4,1,1,0.64,0.5606,0.94,0.1045,2,2,4
+4399,2011-07-07,3,0,7,4,0,4,1,1,0.64,0.5758,0.89,0.1045,0,4,4
+4400,2011-07-07,3,0,7,5,0,4,1,1,0.64,0.5758,0.89,0.1045,2,30,32
+4401,2011-07-07,3,0,7,6,0,4,1,2,0.64,0.5758,0.89,0.1343,11,107,118
+4402,2011-07-07,3,0,7,7,0,4,1,2,0.66,0.5909,0.89,0.1045,13,279,292
+4403,2011-07-07,3,0,7,8,0,4,1,2,0.7,0.6667,0.79,0.194,28,415,443
+4404,2011-07-07,3,0,7,9,0,4,1,1,0.74,0.697,0.7,0.1642,25,154,179
+4405,2011-07-07,3,0,7,10,0,4,1,1,0.78,0.7424,0.62,0,29,72,101
+4406,2011-07-07,3,0,7,11,0,4,1,1,0.82,0.7727,0.52,0.1343,30,112,142
+4407,2011-07-07,3,0,7,12,0,4,1,1,0.84,0.7727,0.41,0,32,139,171
+4408,2011-07-07,3,0,7,13,0,4,1,1,0.86,0.7879,0.41,0,48,107,155
+4409,2011-07-07,3,0,7,14,0,4,1,1,0.86,0.7879,0.41,0.2537,39,121,160
+4410,2011-07-07,3,0,7,15,0,4,1,1,0.86,0.7879,0.41,0.2537,47,119,166
+4411,2011-07-07,3,0,7,16,0,4,1,1,0.86,0.7727,0.39,0.2239,47,218,265
+4412,2011-07-07,3,0,7,17,0,4,1,1,0.86,0.7576,0.36,0.2537,80,489,569
+4413,2011-07-07,3,0,7,18,0,4,1,1,0.84,0.7576,0.44,0.2985,70,492,562
+4414,2011-07-07,3,0,7,19,0,4,1,1,0.82,0.7727,0.52,0.2836,79,286,365
+4415,2011-07-07,3,0,7,20,0,4,1,1,0.76,0.7121,0.58,0.3582,61,224,285
+4416,2011-07-07,3,0,7,21,0,4,1,1,0.74,0.6818,0.62,0.1642,39,170,209
+4417,2011-07-07,3,0,7,22,0,4,1,1,0.74,0.6818,0.62,0.1642,32,150,182
+4418,2011-07-07,3,0,7,23,0,4,1,1,0.72,0.6818,0.66,0,31,98,129
+4419,2011-07-08,3,0,7,0,0,5,1,1,0.74,0.697,0.66,0.1045,6,41,47
+4420,2011-07-08,3,0,7,1,0,5,1,1,0.72,0.697,0.79,0,9,25,34
+4421,2011-07-08,3,0,7,2,0,5,1,2,0.7,0.6667,0.74,0.1642,10,12,22
+4422,2011-07-08,3,0,7,3,0,5,1,1,0.68,0.6364,0.79,0.1045,2,4,6
+4423,2011-07-08,3,0,7,4,0,5,1,1,0.7,0.6667,0.79,0.2537,7,4,11
+4424,2011-07-08,3,0,7,5,0,5,1,1,0.68,0.6364,0.79,0.2537,3,24,27
+4425,2011-07-08,3,0,7,6,0,5,1,1,0.7,0.6667,0.74,0.1045,11,91,102
+4426,2011-07-08,3,0,7,7,0,5,1,2,0.7,0.6667,0.79,0.194,30,302,332
+4427,2011-07-08,3,0,7,8,0,5,1,2,0.72,0.697,0.74,0.2537,36,421,457
+4428,2011-07-08,3,0,7,9,0,5,1,2,0.76,0.7273,0.7,0.2985,30,211,241
+4429,2011-07-08,3,0,7,10,0,5,1,2,0.74,0.697,0.7,0.3582,30,108,138
+4430,2011-07-08,3,0,7,11,0,5,1,2,0.74,0.7121,0.74,0.2537,61,104,165
+4431,2011-07-08,3,0,7,12,0,5,1,2,0.76,0.7273,0.7,0.2836,49,164,213
+4432,2011-07-08,3,0,7,13,0,5,1,2,0.78,0.7576,0.66,0.2836,54,175,229
+4433,2011-07-08,3,0,7,14,0,5,1,2,0.8,0.7879,0.63,0.3582,53,163,216
+4434,2011-07-08,3,0,7,15,0,5,1,2,0.8,0.7879,0.63,0.3582,39,102,141
+4435,2011-07-08,3,0,7,16,0,5,1,3,0.68,0.6364,0.83,0.4478,27,105,132
+4436,2011-07-08,3,0,7,17,0,5,1,3,0.66,0.5909,0.89,0.4478,6,161,167
+4437,2011-07-08,3,0,7,18,0,5,1,1,0.66,0.6061,0.83,0.0896,35,281,316
+4438,2011-07-08,3,0,7,19,0,5,1,1,0.66,0.6061,0.83,0.0896,45,225,270
+4439,2011-07-08,3,0,7,20,0,5,1,1,0.66,0.6061,0.83,0.1642,30,220,250
+4440,2011-07-08,3,0,7,21,0,5,1,2,0.66,0.6061,0.83,0.2537,46,158,204
+4441,2011-07-08,3,0,7,22,0,5,1,2,0.66,0.6061,0.78,0.194,33,136,169
+4442,2011-07-08,3,0,7,23,0,5,1,2,0.66,0.6061,0.78,0.0896,40,111,151
+4443,2011-07-09,3,0,7,0,0,6,0,2,0.66,0.6061,0.83,0.1343,31,90,121
+4444,2011-07-09,3,0,7,1,0,6,0,2,0.64,0.5758,0.89,0.1045,5,48,53
+4445,2011-07-09,3,0,7,2,0,6,0,1,0.64,0.5758,0.89,0.1642,12,43,55
+4446,2011-07-09,3,0,7,3,0,6,0,1,0.64,0.5758,0.89,0.1343,7,23,30
+4447,2011-07-09,3,0,7,4,0,6,0,1,0.64,0.5758,0.83,0.2239,2,4,6
+4448,2011-07-09,3,0,7,5,0,6,0,2,0.62,0.5606,0.88,0.1642,4,11,15
+4449,2011-07-09,3,0,7,6,0,6,0,2,0.64,0.5758,0.83,0.194,11,27,38
+4450,2011-07-09,3,0,7,7,0,6,0,1,0.66,0.6061,0.78,0.194,21,50,71
+4451,2011-07-09,3,0,7,8,0,6,0,1,0.7,0.6515,0.7,0.2537,68,114,182
+4452,2011-07-09,3,0,7,9,0,6,0,1,0.74,0.6818,0.58,0.2836,77,170,247
+4453,2011-07-09,3,0,7,10,0,6,0,1,0.76,0.697,0.52,0.1642,87,177,264
+4454,2011-07-09,3,0,7,11,0,6,0,1,0.78,0.697,0.46,0.2985,101,189,290
+4455,2011-07-09,3,0,7,12,0,6,0,1,0.8,0.7273,0.46,0.2537,145,221,366
+4456,2011-07-09,3,0,7,13,0,6,0,1,0.82,0.7424,0.41,0.2239,167,249,416
+4457,2011-07-09,3,0,7,14,0,6,0,1,0.84,0.7424,0.36,0.1343,158,215,373
+4458,2011-07-09,3,0,7,15,0,6,0,1,0.84,0.7273,0.34,0.0896,182,220,402
+4459,2011-07-09,3,0,7,16,0,6,0,1,0.82,0.7273,0.38,0,171,245,416
+4460,2011-07-09,3,0,7,17,0,6,0,1,0.84,0.7273,0.32,0,160,241,401
+4461,2011-07-09,3,0,7,18,0,6,0,1,0.82,0.7273,0.36,0.1045,132,246,378
+4462,2011-07-09,3,0,7,19,0,6,0,1,0.76,0.697,0.55,0.1642,128,178,306
+4463,2011-07-09,3,0,7,20,0,6,0,1,0.76,0.7121,0.58,0.2239,129,185,314
+4464,2011-07-09,3,0,7,21,0,6,0,1,0.74,0.6818,0.58,0.1642,83,155,238
+4465,2011-07-09,3,0,7,22,0,6,0,1,0.72,0.6818,0.62,0.1642,60,154,214
+4466,2011-07-09,3,0,7,23,0,6,0,1,0.72,0.6667,0.58,0.194,47,93,140
+4467,2011-07-10,3,0,7,0,0,0,0,1,0.7,0.6515,0.61,0.1642,42,112,154
+4468,2011-07-10,3,0,7,1,0,0,0,1,0.7,0.6515,0.61,0.1343,19,94,113
+4469,2011-07-10,3,0,7,2,0,0,0,1,0.68,0.6364,0.69,0.0896,28,68,96
+4470,2011-07-10,3,0,7,3,0,0,0,1,0.66,0.6212,0.74,0.0896,6,19,25
+4471,2011-07-10,3,0,7,4,0,0,0,1,0.66,0.6212,0.69,0.0896,0,5,5
+4472,2011-07-10,3,0,7,5,0,0,0,1,0.66,0.6212,0.74,0,7,10,17
+4473,2011-07-10,3,0,7,6,0,0,0,1,0.64,0.5909,0.78,0.0896,8,17,25
+4474,2011-07-10,3,0,7,7,0,0,0,1,0.7,0.6515,0.7,0.0896,27,38,65
+4475,2011-07-10,3,0,7,8,0,0,0,1,0.72,0.6818,0.66,0,27,65,92
+4476,2011-07-10,3,0,7,9,0,0,0,1,0.74,0.697,0.66,0.0896,62,107,169
+4477,2011-07-10,3,0,7,10,0,0,0,1,0.76,0.697,0.55,0.1343,95,173,268
+4478,2011-07-10,3,0,7,11,0,0,0,1,0.78,0.7273,0.55,0.194,110,177,287
+4479,2011-07-10,3,0,7,12,0,0,0,1,0.82,0.7576,0.46,0.2836,133,244,377
+4480,2011-07-10,3,0,7,13,0,0,0,1,0.8,0.7273,0.46,0.2985,139,228,367
+4481,2011-07-10,3,0,7,14,0,0,0,1,0.82,0.7424,0.41,0.3284,122,227,349
+4482,2011-07-10,3,0,7,15,0,0,0,1,0.84,0.7424,0.39,0.2836,142,219,361
+4483,2011-07-10,3,0,7,16,0,0,0,1,0.84,0.7576,0.41,0.2836,128,244,372
+4484,2011-07-10,3,0,7,17,0,0,0,1,0.84,0.7424,0.36,0.2239,146,217,363
+4485,2011-07-10,3,0,7,18,0,0,0,1,0.82,0.7424,0.43,0.2836,141,222,363
+4486,2011-07-10,3,0,7,19,0,0,0,1,0.8,0.7424,0.49,0.3284,120,183,303
+4487,2011-07-10,3,0,7,20,0,0,0,1,0.76,0.697,0.55,0.194,101,167,268
+4488,2011-07-10,3,0,7,21,0,0,0,1,0.74,0.6818,0.62,0.2537,65,162,227
+4489,2011-07-10,3,0,7,22,0,0,0,1,0.74,0.697,0.66,0.2239,56,87,143
+4490,2011-07-10,3,0,7,23,0,0,0,1,0.72,0.6818,0.66,0.2537,19,53,72
+4491,2011-07-11,3,0,7,0,0,1,1,1,0.7,0.6515,0.65,0.194,10,25,35
+4492,2011-07-11,3,0,7,1,0,1,1,1,0.7,0.6515,0.61,0.2836,5,5,10
+4493,2011-07-11,3,0,7,2,0,1,1,1,0.7,0.6515,0.61,0.2239,8,4,12
+4494,2011-07-11,3,0,7,3,0,1,1,1,0.68,0.6364,0.65,0.1642,2,8,10
+4495,2011-07-11,3,0,7,4,0,1,1,1,0.66,0.6212,0.74,0.2239,0,4,4
+4496,2011-07-11,3,0,7,5,0,1,1,1,0.66,0.6212,0.74,0.1343,5,21,26
+4497,2011-07-11,3,0,7,6,0,1,1,1,0.68,0.6364,0.74,0.194,19,102,121
+4498,2011-07-11,3,0,7,7,0,1,1,1,0.7,0.6667,0.74,0.2537,28,289,317
+4499,2011-07-11,3,0,7,8,0,1,1,1,0.74,0.697,0.66,0.2836,35,385,420
+4500,2011-07-11,3,0,7,9,0,1,1,1,0.78,0.7424,0.59,0.2985,41,167,208
+4501,2011-07-11,3,0,7,10,0,1,1,1,0.8,0.7576,0.55,0.3582,44,73,117
+4502,2011-07-11,3,0,7,11,0,1,1,1,0.82,0.7879,0.56,0.2985,39,89,128
+4503,2011-07-11,3,0,7,12,0,1,1,1,0.84,0.803,0.53,0.2836,40,108,148
+4504,2011-07-11,3,0,7,13,0,1,1,1,0.86,0.8182,0.5,0.2537,22,119,141
+4505,2011-07-11,3,0,7,14,0,1,1,1,0.86,0.8333,0.53,0.2836,40,94,134
+4506,2011-07-11,3,0,7,15,0,1,1,1,0.86,0.8485,0.56,0.4179,38,108,146
+4507,2011-07-11,3,0,7,16,0,1,1,1,0.86,0.8485,0.56,0.3881,57,182,239
+4508,2011-07-11,3,0,7,17,0,1,1,1,0.86,0.8485,0.56,0.4179,59,455,514
+4509,2011-07-11,3,0,7,18,0,1,1,1,0.86,0.8333,0.53,0.3881,57,415,472
+4510,2011-07-11,3,0,7,19,0,1,1,1,0.84,0.8333,0.59,0.3284,80,293,373
+4511,2011-07-11,3,0,7,20,0,1,1,1,0.72,0.697,0.74,0.4179,42,194,236
+4512,2011-07-11,3,0,7,21,0,1,1,1,0.7,0.6667,0.79,0.4179,21,109,130
+4513,2011-07-11,3,0,7,22,0,1,1,1,0.72,0.697,0.74,0.1343,20,70,90
+4514,2011-07-11,3,0,7,23,0,1,1,1,0.7,0.6667,0.79,0.1343,11,44,55
+4515,2011-07-12,3,0,7,0,0,2,1,1,0.7,0.6667,0.79,0.1343,3,19,22
+4516,2011-07-12,3,0,7,1,0,2,1,1,0.7,0.6667,0.79,0.0896,6,8,14
+4517,2011-07-12,3,0,7,2,0,2,1,1,0.7,0.6667,0.79,0.1045,2,7,9
+4518,2011-07-12,3,0,7,3,0,2,1,2,0.7,0.6667,0.79,0,2,6,8
+4519,2011-07-12,3,0,7,4,0,2,1,1,0.7,0.6667,0.79,0.1642,0,6,6
+4520,2011-07-12,3,0,7,5,0,2,1,1,0.7,0.6667,0.79,0.0896,4,21,25
+4521,2011-07-12,3,0,7,6,0,2,1,1,0.74,0.6818,0.58,0.2239,13,102,115
+4522,2011-07-12,3,0,7,7,0,2,1,1,0.76,0.697,0.55,0.194,29,301,330
+4523,2011-07-12,3,0,7,8,0,2,1,1,0.76,0.7121,0.58,0.2239,35,382,417
+4524,2011-07-12,3,0,7,9,0,2,1,1,0.78,0.7273,0.55,0.4925,27,149,176
+4525,2011-07-12,3,0,7,10,0,2,1,1,0.82,0.7727,0.52,0.1642,38,85,123
+4526,2011-07-12,3,0,7,11,0,2,1,1,0.82,0.7727,0.52,0.1642,39,86,125
+4527,2011-07-12,3,0,7,12,0,2,1,1,0.86,0.7879,0.44,0.2985,38,125,163
+4528,2011-07-12,3,0,7,13,0,2,1,1,0.86,0.803,0.47,0.2239,32,104,136
+4529,2011-07-12,3,0,7,14,0,2,1,1,0.9,0.8485,0.42,0.2985,33,91,124
+4530,2011-07-12,3,0,7,15,0,2,1,1,0.9,0.8485,0.42,0.3582,37,111,148
+4531,2011-07-12,3,0,7,16,0,2,1,1,0.86,0.7879,0.44,0.2836,25,177,202
+4532,2011-07-12,3,0,7,17,0,2,1,1,0.88,0.8182,0.44,0.2836,48,380,428
+4533,2011-07-12,3,0,7,18,0,2,1,1,0.86,0.803,0.47,0.2985,39,472,511
+4534,2011-07-12,3,0,7,19,0,2,1,1,0.84,0.7576,0.44,0.2836,42,295,337
+4535,2011-07-12,3,0,7,20,0,2,1,1,0.82,0.7424,0.43,0.194,57,251,308
+4536,2011-07-12,3,0,7,21,0,2,1,1,0.82,0.7424,0.43,0.1045,49,209,258
+4537,2011-07-12,3,0,7,22,0,2,1,1,0.8,0.7273,0.46,0.1343,44,150,194
+4538,2011-07-12,3,0,7,23,0,2,1,1,0.78,0.7121,0.52,0,20,59,79
+4539,2011-07-13,3,0,7,0,0,3,1,1,0.76,0.7121,0.62,0,9,37,46
+4540,2011-07-13,3,0,7,1,0,3,1,1,0.76,0.697,0.55,0,1,11,12
+4541,2011-07-13,3,0,7,2,0,3,1,1,0.76,0.697,0.55,0,2,3,5
+4542,2011-07-13,3,0,7,3,0,3,1,1,0.74,0.6818,0.58,0.194,0,4,4
+4543,2011-07-13,3,0,7,4,0,3,1,1,0.74,0.6818,0.58,0.2537,0,5,5
+4544,2011-07-13,3,0,7,5,0,3,1,1,0.74,0.6818,0.58,0.194,4,22,26
+4545,2011-07-13,3,0,7,6,0,3,1,1,0.74,0.6818,0.58,0.1642,18,103,121
+4546,2011-07-13,3,0,7,7,0,3,1,1,0.76,0.697,0.55,0.2537,32,281,313
+4547,2011-07-13,3,0,7,8,0,3,1,1,0.8,0.7424,0.49,0.2537,31,418,449
+4548,2011-07-13,3,0,7,9,0,3,1,1,0.82,0.7424,0.41,0.194,23,163,186
+4549,2011-07-13,3,0,7,10,0,3,1,1,0.82,0.7576,0.46,0.194,33,80,113
+4550,2011-07-13,3,0,7,11,0,3,1,1,0.84,0.7424,0.39,0.1642,55,110,165
+4551,2011-07-13,3,0,7,12,0,3,1,1,0.84,0.7576,0.41,0.2836,40,134,174
+4552,2011-07-13,3,0,7,13,0,3,1,3,0.82,0.7576,0.46,0.1343,39,119,158
+4553,2011-07-13,3,0,7,14,0,3,1,3,0.82,0.7576,0.46,0.1343,27,89,116
+4554,2011-07-13,3,0,7,15,0,3,1,3,0.64,0.5606,0.94,0.1343,13,33,46
+4555,2011-07-13,3,0,7,16,0,3,1,2,0.66,0.5909,0.89,0,23,118,141
+4556,2011-07-13,3,0,7,17,0,3,1,1,0.7,0.6667,0.79,0,70,418,488
+4557,2011-07-13,3,0,7,18,0,3,1,1,0.72,0.697,0.79,0.1343,51,412,463
+4558,2011-07-13,3,0,7,19,0,3,1,1,0.7,0.6667,0.79,0.1045,79,340,419
+4559,2011-07-13,3,0,7,20,0,3,1,1,0.7,0.6667,0.84,0.1642,61,281,342
+4560,2011-07-13,3,0,7,21,0,3,1,1,0.7,0.6667,0.79,0.1045,56,194,250
+4561,2011-07-13,3,0,7,22,0,3,1,1,0.68,0.6364,0.83,0.194,48,136,184
+4562,2011-07-13,3,0,7,23,0,3,1,1,0.66,0.6061,0.83,0.2537,33,83,116
+4563,2011-07-14,3,0,7,0,0,4,1,1,0.66,0.6212,0.69,0.2985,14,32,46
+4564,2011-07-14,3,0,7,1,0,4,1,1,0.66,0.6212,0.61,0.2537,4,21,25
+4565,2011-07-14,3,0,7,2,0,4,1,1,0.64,0.6212,0.57,0.2985,3,7,10
+4566,2011-07-14,3,0,7,3,0,4,1,1,0.62,0.6212,0.57,0.2985,1,5,6
+4567,2011-07-14,3,0,7,4,0,4,1,1,0.62,0.6212,0.53,0.2537,0,6,6
+4568,2011-07-14,3,0,7,5,0,4,1,1,0.6,0.6212,0.56,0.2239,6,22,28
+4569,2011-07-14,3,0,7,6,0,4,1,1,0.6,0.6061,0.6,0.2239,14,116,130
+4570,2011-07-14,3,0,7,7,0,4,1,1,0.62,0.6212,0.53,0.2537,23,311,334
+4571,2011-07-14,3,0,7,8,0,4,1,1,0.64,0.6212,0.5,0.3582,53,433,486
+4572,2011-07-14,3,0,7,9,0,4,1,1,0.68,0.6364,0.47,0.2836,29,195,224
+4573,2011-07-14,3,0,7,10,0,4,1,1,0.7,0.6364,0.42,0.2537,32,95,127
+4574,2011-07-14,3,0,7,11,0,4,1,1,0.72,0.6515,0.37,0.2239,38,110,148
+4575,2011-07-14,3,0,7,12,0,4,1,1,0.74,0.6515,0.35,0.2537,51,172,223
+4576,2011-07-14,3,0,7,13,0,4,1,1,0.76,0.6667,0.33,0.3284,39,138,177
+4577,2011-07-14,3,0,7,14,0,4,1,1,0.74,0.6515,0.35,0.2836,49,129,178
+4578,2011-07-14,3,0,7,15,0,4,1,1,0.76,0.6667,0.33,0.2985,42,138,180
+4579,2011-07-14,3,0,7,16,0,4,1,1,0.76,0.6667,0.33,0.1343,43,231,274
+4580,2011-07-14,3,0,7,17,0,4,1,1,0.74,0.6515,0.37,0.1343,78,517,595
+4581,2011-07-14,3,0,7,18,0,4,1,1,0.72,0.6515,0.42,0.194,94,484,578
+4582,2011-07-14,3,0,7,19,0,4,1,1,0.72,0.6515,0.39,0.2239,67,333,400
+4583,2011-07-14,3,0,7,20,0,4,1,1,0.7,0.6364,0.42,0.2239,81,267,348
+4584,2011-07-14,3,0,7,21,0,4,1,1,0.66,0.6212,0.5,0.1343,58,203,261
+4585,2011-07-14,3,0,7,22,0,4,1,1,0.64,0.6212,0.57,0.0896,42,134,176
+4586,2011-07-14,3,0,7,23,0,4,1,1,0.64,0.6061,0.65,0.2537,27,97,124
+4587,2011-07-15,3,0,7,0,0,5,1,1,0.62,0.5909,0.73,0.2239,23,57,80
+4588,2011-07-15,3,0,7,1,0,5,1,1,0.62,0.5909,0.73,0.194,7,13,20
+4589,2011-07-15,3,0,7,2,0,5,1,1,0.6,0.5758,0.78,0.1642,16,22,38
+4590,2011-07-15,3,0,7,3,0,5,1,1,0.6,0.5909,0.73,0.194,1,6,7
+4591,2011-07-15,3,0,7,4,0,5,1,1,0.6,0.5909,0.73,0.1642,2,8,10
+4592,2011-07-15,3,0,7,5,0,5,1,1,0.6,0.5909,0.73,0.1343,7,16,23
+4593,2011-07-15,3,0,7,6,0,5,1,2,0.6,0.5909,0.73,0.1045,12,108,120
+4594,2011-07-15,3,0,7,7,0,5,1,1,0.64,0.6061,0.65,0.1045,17,257,274
+4595,2011-07-15,3,0,7,8,0,5,1,1,0.64,0.6061,0.65,0.2537,50,514,564
+4596,2011-07-15,3,0,7,9,0,5,1,1,0.68,0.6364,0.54,0.194,31,176,207
+4597,2011-07-15,3,0,7,10,0,5,1,2,0.66,0.6212,0.61,0.1642,59,107,166
+4598,2011-07-15,3,0,7,11,0,5,1,1,0.7,0.6515,0.54,0.1343,73,137,210
+4599,2011-07-15,3,0,7,12,0,5,1,1,0.7,0.6515,0.48,0.194,61,177,238
+4600,2011-07-15,3,0,7,13,0,5,1,1,0.7,0.6515,0.54,0.194,85,162,247
+4601,2011-07-15,3,0,7,14,0,5,1,1,0.7,0.6515,0.51,0.194,105,160,265
+4602,2011-07-15,3,0,7,15,0,5,1,1,0.72,0.6515,0.45,0.1642,74,163,237
+4603,2011-07-15,3,0,7,16,0,5,1,1,0.72,0.6667,0.51,0.194,96,265,361
+4604,2011-07-15,3,0,7,17,0,5,1,1,0.74,0.6667,0.42,0.2537,104,483,587
+4605,2011-07-15,3,0,7,18,0,5,1,1,0.72,0.6515,0.45,0.2239,102,394,496
+4606,2011-07-15,3,0,7,19,0,5,1,1,0.7,0.6364,0.45,0.2239,114,280,394
+4607,2011-07-15,3,0,7,20,0,5,1,1,0.7,0.6515,0.51,0.2239,92,251,343
+4608,2011-07-15,3,0,7,21,0,5,1,1,0.66,0.6212,0.54,0.1045,75,186,261
+4609,2011-07-15,3,0,7,22,0,5,1,1,0.66,0.6212,0.57,0.2239,71,152,223
+4610,2011-07-15,3,0,7,23,0,5,1,1,0.64,0.6212,0.61,0.1642,41,126,167
+4611,2011-07-16,3,0,7,0,0,6,0,1,0.62,0.6061,0.65,0.194,42,68,110
+4612,2011-07-16,3,0,7,1,0,6,0,1,0.6,0.5909,0.69,0.1045,24,51,75
+4613,2011-07-16,3,0,7,2,0,6,0,1,0.6,0.5909,0.73,0.1343,10,48,58
+4614,2011-07-16,3,0,7,3,0,6,0,1,0.6,0.5758,0.78,0.1343,6,20,26
+4615,2011-07-16,3,0,7,4,0,6,0,1,0.6,0.5909,0.73,0.0896,9,7,16
+4616,2011-07-16,3,0,7,5,0,6,0,1,0.58,0.5455,0.78,0.0896,4,6,10
+4617,2011-07-16,3,0,7,6,0,6,0,1,0.6,0.5758,0.78,0.1642,16,21,37
+4618,2011-07-16,3,0,7,7,0,6,0,1,0.62,0.5909,0.73,0.1343,14,38,52
+4619,2011-07-16,3,0,7,8,0,6,0,1,0.66,0.6212,0.65,0.1642,37,90,127
+4620,2011-07-16,3,0,7,9,0,6,0,1,0.7,0.6515,0.54,0.2239,72,150,222
+4621,2011-07-16,3,0,7,10,0,6,0,1,0.72,0.6667,0.54,0.194,114,208,322
+4622,2011-07-16,3,0,7,11,0,6,0,1,0.74,0.6667,0.48,0.2239,171,225,396
+4623,2011-07-16,3,0,7,12,0,6,0,1,0.76,0.6818,0.43,0.2836,187,276,463
+4624,2011-07-16,3,0,7,13,0,6,0,1,0.76,0.6818,0.45,0.2985,221,276,497
+4625,2011-07-16,3,0,7,14,0,6,0,1,0.74,0.6667,0.45,0.2985,201,232,433
+4626,2011-07-16,3,0,7,15,0,6,0,1,0.76,0.6818,0.45,0.3284,205,223,428
+4627,2011-07-16,3,0,7,16,0,6,0,1,0.76,0.6818,0.45,0.2836,183,242,425
+4628,2011-07-16,3,0,7,17,0,6,0,1,0.76,0.6818,0.45,0.2239,234,241,475
+4629,2011-07-16,3,0,7,18,0,6,0,1,0.76,0.6818,0.45,0.2836,185,243,428
+4630,2011-07-16,3,0,7,19,0,6,0,1,0.74,0.6818,0.48,0.194,164,242,406
+4631,2011-07-16,3,0,7,20,0,6,0,1,0.72,0.6667,0.51,0.2239,108,188,296
+4632,2011-07-16,3,0,7,21,0,6,0,1,0.7,0.6515,0.58,0.2239,85,167,252
+4633,2011-07-16,3,0,7,22,0,6,0,1,0.7,0.6515,0.65,0.2836,65,136,201
+4634,2011-07-16,3,0,7,23,0,6,0,1,0.68,0.6364,0.61,0.2239,61,107,168
+4635,2011-07-17,3,0,7,0,0,0,0,1,0.66,0.6212,0.65,0.2239,34,91,125
+4636,2011-07-17,3,0,7,1,0,0,0,1,0.64,0.6061,0.69,0.194,16,86,102
+4637,2011-07-17,3,0,7,2,0,0,0,1,0.64,0.6061,0.69,0.2239,28,66,94
+4638,2011-07-17,3,0,7,3,0,0,0,1,0.64,0.6061,0.69,0.2239,21,26,47
+4639,2011-07-17,3,0,7,4,0,0,0,1,0.62,0.5909,0.73,0.1642,4,6,10
+4640,2011-07-17,3,0,7,5,0,0,0,1,0.64,0.6061,0.69,0.2239,4,8,12
+4641,2011-07-17,3,0,7,6,0,0,0,1,0.62,0.5909,0.73,0.1642,10,11,21
+4642,2011-07-17,3,0,7,7,0,0,0,1,0.64,0.6061,0.73,0.1642,20,30,50
+4643,2011-07-17,3,0,7,8,0,0,0,1,0.68,0.6364,0.65,0.2239,45,73,118
+4644,2011-07-17,3,0,7,9,0,0,0,1,0.72,0.6667,0.58,0.2239,74,110,184
+4645,2011-07-17,3,0,7,10,0,0,0,1,0.74,0.6818,0.6,0.2239,127,177,304
+4646,2011-07-17,3,0,7,11,0,0,0,1,0.76,0.697,0.55,0.2836,147,244,391
+4647,2011-07-17,3,0,7,12,0,0,0,1,0.76,0.697,0.55,0.2836,177,243,420
+4648,2011-07-17,3,0,7,13,0,0,0,1,0.8,0.7424,0.49,0.2985,200,272,472
+4649,2011-07-17,3,0,7,14,0,0,0,1,0.8,0.7424,0.49,0.3582,168,262,430
+4650,2011-07-17,3,0,7,15,0,0,0,1,0.82,0.7424,0.43,0.2985,129,195,324
+4651,2011-07-17,3,0,7,16,0,0,0,1,0.8,0.7273,0.46,0.2985,129,188,317
+4652,2011-07-17,3,0,7,17,0,0,0,1,0.8,0.7424,0.49,0.3881,133,236,369
+4653,2011-07-17,3,0,7,18,0,0,0,1,0.8,0.7273,0.46,0.2985,147,243,390
+4654,2011-07-17,3,0,7,19,0,0,0,1,0.76,0.697,0.55,0.2836,145,234,379
+4655,2011-07-17,3,0,7,20,0,0,0,1,0.76,0.7121,0.58,0.2537,85,177,262
+4656,2011-07-17,3,0,7,21,0,0,0,1,0.74,0.6818,0.62,0.2239,59,148,207
+4657,2011-07-17,3,0,7,22,0,0,0,1,0.72,0.6818,0.66,0.2239,65,116,181
+4658,2011-07-17,3,0,7,23,0,0,0,1,0.7,0.6667,0.74,0.1343,39,54,93
+4659,2011-07-18,3,0,7,0,0,1,1,1,0.7,0.6667,0.74,0.1343,21,30,51
+4660,2011-07-18,3,0,7,1,0,1,1,1,0.7,0.6667,0.74,0.2239,17,8,25
+4661,2011-07-18,3,0,7,2,0,1,1,1,0.66,0.6061,0.83,0.2239,2,8,10
+4662,2011-07-18,3,0,7,3,0,1,1,1,0.66,0.6061,0.78,0.194,3,4,7
+4663,2011-07-18,3,0,7,4,0,1,1,1,0.64,0.5909,0.78,0.1642,1,3,4
+4664,2011-07-18,3,0,7,5,0,1,1,1,0.64,0.5909,0.78,0.1045,2,15,17
+4665,2011-07-18,3,0,7,6,0,1,1,1,0.64,0.5758,0.83,0.1045,10,95,105
+4666,2011-07-18,3,0,7,7,0,1,1,1,0.68,0.6364,0.74,0.2239,22,255,277
+4667,2011-07-18,3,0,7,8,0,1,1,1,0.7,0.6515,0.7,0.194,18,329,347
+4668,2011-07-18,3,0,7,9,0,1,1,1,0.74,0.697,0.67,0.2239,33,170,203
+4669,2011-07-18,3,0,7,10,0,1,1,1,0.76,0.7121,0.62,0.194,52,78,130
+4670,2011-07-18,3,0,7,11,0,1,1,1,0.8,0.7576,0.55,0.0896,42,99,141
+4671,2011-07-18,3,0,7,12,0,1,1,1,0.8,0.7727,0.59,0.194,39,126,165
+4672,2011-07-18,3,0,7,13,0,1,1,1,0.82,0.7879,0.56,0.2537,27,125,152
+4673,2011-07-18,3,0,7,14,0,1,1,1,0.82,0.7879,0.56,0.3284,32,106,138
+4674,2011-07-18,3,0,7,15,0,1,1,1,0.84,0.803,0.53,0.3284,53,111,164
+4675,2011-07-18,3,0,7,16,0,1,1,1,0.84,0.803,0.53,0.2836,45,220,265
+4676,2011-07-18,3,0,7,17,0,1,1,1,0.84,0.7879,0.49,0.3284,72,473,545
+4677,2011-07-18,3,0,7,18,0,1,1,1,0.82,0.7727,0.49,0.3582,80,478,558
+4678,2011-07-18,3,0,7,19,0,1,1,1,0.8,0.7576,0.55,0.2239,63,335,398
+4679,2011-07-18,3,0,7,20,0,1,1,1,0.78,0.7424,0.59,0.2239,91,232,323
+4680,2011-07-18,3,0,7,21,0,1,1,1,0.74,0.697,0.66,0.194,48,154,202
+4681,2011-07-18,3,0,7,22,0,1,1,1,0.76,0.7273,0.66,0.2239,36,104,140
+4682,2011-07-18,3,0,7,23,0,1,1,1,0.74,0.697,0.66,0.1642,32,59,91
+4683,2011-07-19,3,0,7,0,0,2,1,1,0.74,0.697,0.66,0.1045,25,26,51
+4684,2011-07-19,3,0,7,1,0,2,1,2,0.74,0.697,0.66,0.1343,7,6,13
+4685,2011-07-19,3,0,7,2,0,2,1,1,0.72,0.6818,0.7,0.1642,9,4,13
+4686,2011-07-19,3,0,7,3,0,2,1,1,0.72,0.6818,0.7,0.1642,2,1,3
+4687,2011-07-19,3,0,7,4,0,2,1,1,0.72,0.6818,0.7,0.1343,1,4,5
+4688,2011-07-19,3,0,7,5,0,2,1,2,0.7,0.6667,0.74,0.1045,0,19,19
+4689,2011-07-19,3,0,7,6,0,2,1,2,0.72,0.697,0.74,0.1045,8,126,134
+4690,2011-07-19,3,0,7,7,0,2,1,2,0.74,0.697,0.7,0.1642,28,287,315
+4691,2011-07-19,3,0,7,8,0,2,1,2,0.76,0.7273,0.7,0.1642,31,381,412
+4692,2011-07-19,3,0,7,9,0,2,1,2,0.8,0.7879,0.63,0.1343,22,177,199
+4693,2011-07-19,3,0,7,10,0,2,1,2,0.82,0.7879,0.56,0.1642,29,112,141
+4694,2011-07-19,3,0,7,11,0,2,1,1,0.82,0.803,0.59,0,29,98,127
+4695,2011-07-19,3,0,7,12,0,2,1,1,0.84,0.8182,0.56,0.0896,26,127,153
+4696,2011-07-19,3,0,7,13,0,2,1,1,0.86,0.8333,0.53,0.1045,33,139,172
+4697,2011-07-19,3,0,7,14,0,2,1,1,0.86,0.8182,0.5,0.194,41,111,152
+4698,2011-07-19,3,0,7,15,0,2,1,1,0.88,0.8182,0.44,0.194,48,110,158
+4699,2011-07-19,3,0,7,16,0,2,1,1,0.9,0.8485,0.42,0.2985,61,216,277
+4700,2011-07-19,3,0,7,17,0,2,1,1,0.8,0.803,0.66,0,68,445,513
+4701,2011-07-19,3,0,7,18,0,2,1,1,0.8,0.803,0.66,0.1343,80,450,530
+4702,2011-07-19,3,0,7,19,0,2,1,1,0.76,0.7424,0.75,0.194,54,334,388
+4703,2011-07-19,3,0,7,20,0,2,1,1,0.74,0.7273,0.74,0.0896,48,229,277
+4704,2011-07-19,3,0,7,21,0,2,1,1,0.74,0.7121,0.74,0.1343,47,194,241
+4705,2011-07-19,3,0,7,22,0,2,1,1,0.74,0.7121,0.74,0,36,120,156
+4706,2011-07-19,3,0,7,23,0,2,1,3,0.72,0.697,0.79,0.1642,19,73,92
+4707,2011-07-20,3,0,7,0,0,3,1,1,0.7,0.6667,0.84,0.1045,11,29,40
+4708,2011-07-20,3,0,7,1,0,3,1,1,0.7,0.6667,0.84,0,4,7,11
+4709,2011-07-20,3,0,7,2,0,3,1,1,0.7,0.6667,0.84,0,2,7,9
+4710,2011-07-20,3,0,7,3,0,3,1,1,0.7,0.6667,0.84,0.1045,2,4,6
+4711,2011-07-20,3,0,7,4,0,3,1,1,0.68,0.6364,0.83,0,0,4,4
+4712,2011-07-20,3,0,7,5,0,3,1,1,0.68,0.6364,0.83,0.1045,4,19,23
+4713,2011-07-20,3,0,7,6,0,3,1,2,0.68,0.6364,0.89,0.1045,5,111,116
+4714,2011-07-20,3,0,7,7,0,3,1,2,0.7,0.6667,0.84,0.1045,27,276,303
+4715,2011-07-20,3,0,7,8,0,3,1,1,0.74,0.7121,0.74,0,34,404,438
+4716,2011-07-20,3,0,7,9,0,3,1,1,0.74,0.697,0.7,0.0896,28,181,209
+4717,2011-07-20,3,0,7,10,0,3,1,1,0.76,0.7273,0.7,0,34,76,110
+4718,2011-07-20,3,0,7,11,0,3,1,1,0.8,0.7879,0.63,0.0896,26,116,142
+4719,2011-07-20,3,0,7,12,0,3,1,1,0.82,0.803,0.59,0,28,121,149
+4720,2011-07-20,3,0,7,13,0,3,1,1,0.84,0.8182,0.56,0.194,23,97,120
+4721,2011-07-20,3,0,7,14,0,3,1,1,0.86,0.8333,0.53,0.2239,44,83,127
+4722,2011-07-20,3,0,7,15,0,3,1,1,0.86,0.8182,0.5,0.1642,36,102,138
+4723,2011-07-20,3,0,7,16,0,3,1,1,0.84,0.8182,0.56,0,30,204,234
+4724,2011-07-20,3,0,7,17,0,3,1,1,0.84,0.8333,0.59,0.194,50,405,455
+4725,2011-07-20,3,0,7,18,0,3,1,1,0.84,0.8333,0.59,0.2239,68,429,497
+4726,2011-07-20,3,0,7,19,0,3,1,1,0.82,0.8485,0.67,0.1642,59,323,382
+4727,2011-07-20,3,0,7,20,0,3,1,1,0.8,0.8333,0.75,0.2239,45,264,309
+4728,2011-07-20,3,0,7,21,0,3,1,1,0.8,0.803,0.66,0.1642,33,209,242
+4729,2011-07-20,3,0,7,22,0,3,1,1,0.78,0.7727,0.7,0.2239,25,144,169
+4730,2011-07-20,3,0,7,23,0,3,1,1,0.76,0.7424,0.75,0.2537,26,73,99
+4731,2011-07-21,3,0,7,0,0,4,1,2,0.76,0.7424,0.75,0.194,13,29,42
+4732,2011-07-21,3,0,7,1,0,4,1,2,0.74,0.7273,0.84,0.2239,5,16,21
+4733,2011-07-21,3,0,7,2,0,4,1,2,0.74,0.7273,0.84,0.2239,2,4,6
+4734,2011-07-21,3,0,7,3,0,4,1,2,0.74,0.7121,0.79,0.1343,1,5,6
+4735,2011-07-21,3,0,7,4,0,4,1,2,0.72,0.7121,0.84,0.1045,0,4,4
+4736,2011-07-21,3,0,7,5,0,4,1,2,0.72,0.7121,0.84,0.1045,2,16,18
+4737,2011-07-21,3,0,7,6,0,4,1,2,0.72,0.7121,0.84,0.1045,6,111,117
+4738,2011-07-21,3,0,7,7,0,4,1,2,0.74,0.7273,0.84,0.1343,23,251,274
+4739,2011-07-21,3,0,7,8,0,4,1,2,0.76,0.7576,0.79,0.1642,23,358,381
+4740,2011-07-21,3,0,7,9,0,4,1,2,0.8,0.8182,0.75,0.2537,34,166,200
+4741,2011-07-21,3,0,7,10,0,4,1,2,0.82,0.8636,0.71,0.2239,31,47,78
+4742,2011-07-21,3,0,7,11,0,4,1,2,0.86,0.8939,0.63,0.2985,27,79,106
+4743,2011-07-21,3,0,7,12,0,4,1,1,0.88,0.8939,0.56,0.3284,29,106,135
+4744,2011-07-21,3,0,7,13,0,4,1,1,0.88,0.8939,0.56,0.2985,21,81,102
+4745,2011-07-21,3,0,7,14,0,4,1,1,0.9,0.8939,0.5,0.3582,50,97,147
+4746,2011-07-21,3,0,7,15,0,4,1,1,0.9,0.9242,0.53,0.2537,40,93,133
+4747,2011-07-21,3,0,7,16,0,4,1,1,0.92,0.9242,0.48,0.2836,43,167,210
+4748,2011-07-21,3,0,7,17,0,4,1,1,0.92,0.9091,0.45,0.2985,40,374,414
+4749,2011-07-21,3,0,7,18,0,4,1,1,0.9,0.8939,0.5,0.2836,39,343,382
+4750,2011-07-21,3,0,7,19,0,4,1,1,0.86,0.9242,0.67,0.2836,51,233,284
+4751,2011-07-21,3,0,7,20,0,4,1,1,0.84,0.8939,0.71,0.2239,38,199,237
+4752,2011-07-21,3,0,7,21,0,4,1,1,0.82,0.8939,0.75,0.2239,38,187,225
+4753,2011-07-21,3,0,7,22,0,4,1,1,0.82,0.8636,0.71,0.1642,36,113,149
+4754,2011-07-21,3,0,7,23,0,4,1,1,0.8,0.8182,0.71,0.1642,40,73,113
+4755,2011-07-22,3,0,7,0,0,5,1,1,0.82,0.8333,0.63,0.1343,9,51,60
+4756,2011-07-22,3,0,7,1,0,5,1,1,0.8,0.7879,0.63,0,7,17,24
+4757,2011-07-22,3,0,7,2,0,5,1,1,0.78,0.803,0.79,0.1343,0,14,14
+4758,2011-07-22,3,0,7,3,0,5,1,1,0.78,0.7879,0.75,0.1045,1,6,7
+4759,2011-07-22,3,0,7,4,0,5,1,1,0.76,0.7424,0.75,0.1045,8,5,13
+4760,2011-07-22,3,0,7,5,0,5,1,1,0.74,0.7121,0.79,0.1045,2,17,19
+4761,2011-07-22,3,0,7,6,0,5,1,1,0.76,0.7424,0.75,0.0896,13,83,96
+4762,2011-07-22,3,0,7,7,0,5,1,2,0.8,0.803,0.66,0.1045,20,232,252
+4763,2011-07-22,3,0,7,8,0,5,1,2,0.84,0.8485,0.63,0.1642,30,292,322
+4764,2011-07-22,3,0,7,9,0,5,1,1,0.86,0.8939,0.63,0.0896,31,177,208
+4765,2011-07-22,3,0,7,10,0,5,1,1,0.9,0.9242,0.53,0.0896,32,83,115
+4766,2011-07-22,3,0,7,11,0,5,1,1,0.9,0.8939,0.5,0.1045,23,86,109
+4767,2011-07-22,3,0,7,12,0,5,1,1,0.94,0.9545,0.48,0.1642,20,95,115
+4768,2011-07-22,3,0,7,13,0,5,1,1,0.94,0.9848,0.51,0.1642,25,98,123
+4769,2011-07-22,3,0,7,14,0,5,1,1,0.96,1,0.48,0.2985,24,77,101
+4770,2011-07-22,3,0,7,15,0,5,1,1,0.94,0.9848,0.51,0.2985,32,101,133
+4771,2011-07-22,3,0,7,16,0,5,1,3,0.9,0.8333,0.39,0.2985,29,153,182
+4772,2011-07-22,3,0,7,17,0,5,1,1,0.88,0.8485,0.47,0.1045,35,271,306
+4773,2011-07-22,3,0,7,18,0,5,1,1,0.9,0.8182,0.37,0.1642,34,250,284
+4774,2011-07-22,3,0,7,19,0,5,1,2,0.86,0.7879,0.41,0.1045,40,210,250
+4775,2011-07-22,3,0,7,20,0,5,1,1,0.84,0.8182,0.56,0,46,166,212
+4776,2011-07-22,3,0,7,21,0,5,1,1,0.82,0.803,0.59,0.0896,38,152,190
+4777,2011-07-22,3,0,7,22,0,5,1,2,0.84,0.7879,0.49,0.0896,44,105,149
+4778,2011-07-22,3,0,7,23,0,5,1,1,0.8,0.7879,0.63,0.194,19,84,103
+4779,2011-07-23,3,0,7,0,0,6,0,1,0.82,0.7879,0.56,0,16,85,101
+4780,2011-07-23,3,0,7,1,0,6,0,1,0.82,0.7727,0.52,0.1045,13,57,70
+4781,2011-07-23,3,0,7,2,0,6,0,1,0.82,0.7727,0.52,0,13,48,61
+4782,2011-07-23,3,0,7,3,0,6,0,1,0.78,0.7576,0.66,0.0896,6,16,22
+4783,2011-07-23,3,0,7,4,0,6,0,1,0.76,0.7273,0.66,0.1045,5,4,9
+4784,2011-07-23,3,0,7,5,0,6,0,1,0.76,0.7121,0.62,0.1343,1,6,7
+4785,2011-07-23,3,0,7,6,0,6,0,1,0.8,0.7424,0.52,0.1343,6,19,25
+4786,2011-07-23,3,0,7,7,0,6,0,1,0.8,0.7424,0.52,0.1045,7,38,45
+4787,2011-07-23,3,0,7,8,0,6,0,1,0.84,0.7879,0.49,0.2537,24,85,109
+4788,2011-07-23,3,0,7,9,0,6,0,1,0.84,0.7879,0.49,0.1642,30,102,132
+4789,2011-07-23,3,0,7,10,0,6,0,1,0.86,0.7879,0.41,0.2239,61,137,198
+4790,2011-07-23,3,0,7,11,0,6,0,1,0.9,0.8182,0.37,0.194,62,154,216
+4791,2011-07-23,3,0,7,12,0,6,0,1,0.92,0.8636,0.37,0.1045,71,164,235
+4792,2011-07-23,3,0,7,13,0,6,0,1,0.94,0.8788,0.38,0.1642,78,167,245
+4793,2011-07-23,3,0,7,14,0,6,0,1,0.92,0.8939,0.42,0,84,152,236
+4794,2011-07-23,3,0,7,15,0,6,0,1,0.94,0.8788,0.38,0,78,137,215
+4795,2011-07-23,3,0,7,16,0,6,0,1,0.94,0.8788,0.38,0.1343,70,151,221
+4796,2011-07-23,3,0,7,17,0,6,0,1,0.94,0.8788,0.38,0.1343,70,127,197
+4797,2011-07-23,3,0,7,18,0,6,0,1,0.92,0.8788,0.4,0.2239,62,134,196
+4798,2011-07-23,3,0,7,19,0,6,0,2,0.82,0.803,0.59,0.1343,80,137,217
+4799,2011-07-23,3,0,7,20,0,6,0,1,0.82,0.803,0.59,0.2239,47,98,145
+4800,2011-07-23,3,0,7,21,0,6,0,1,0.82,0.803,0.59,0.2239,39,115,154
+4801,2011-07-23,3,0,7,22,0,6,0,1,0.8,0.7727,0.59,0.194,37,88,125
+4802,2011-07-23,3,0,7,23,0,6,0,1,0.8,0.7727,0.59,0.1045,27,77,104
+4803,2011-07-24,3,0,7,0,0,0,0,1,0.8,0.7727,0.59,0.1045,42,77,119
+4804,2011-07-24,3,0,7,1,0,0,0,1,0.78,0.7576,0.66,0.1045,33,63,96
+4805,2011-07-24,3,0,7,2,0,0,0,1,0.8,0.7879,0.63,0.0896,12,48,60
+4806,2011-07-24,3,0,7,3,0,0,0,1,0.8,0.7879,0.63,0.0896,17,20,37
+4807,2011-07-24,3,0,7,4,0,0,0,1,0.78,0.7576,0.66,0.1045,1,5,6
+4808,2011-07-24,3,0,7,5,0,0,0,1,0.78,0.7576,0.66,0.0896,5,3,8
+4809,2011-07-24,3,0,7,6,0,0,0,2,0.8,0.7879,0.63,0.0896,9,13,22
+4810,2011-07-24,3,0,7,7,0,0,0,1,0.8,0.7727,0.59,0.1343,6,29,35
+4811,2011-07-24,3,0,7,8,0,0,0,1,0.82,0.7879,0.56,0.2836,22,82,104
+4812,2011-07-24,3,0,7,9,0,0,0,1,0.82,0.7879,0.56,0.3881,42,112,154
+4813,2011-07-24,3,0,7,10,0,0,0,1,0.86,0.8182,0.5,0.3284,61,165,226
+4814,2011-07-24,3,0,7,11,0,0,0,1,0.84,0.803,0.53,0.2537,74,169,243
+4815,2011-07-24,3,0,7,12,0,0,0,1,0.9,0.8636,0.45,0.1642,85,161,246
+4816,2011-07-24,3,0,7,13,0,0,0,1,0.86,0.803,0.47,0.2239,90,162,252
+4817,2011-07-24,3,0,7,14,0,0,0,1,0.86,0.8182,0.5,0.2836,79,204,283
+4818,2011-07-24,3,0,7,15,0,0,0,1,0.9,0.8485,0.42,0.2537,68,170,238
+4819,2011-07-24,3,0,7,16,0,0,0,1,0.9,0.8485,0.42,0.2537,62,187,249
+4820,2011-07-24,3,0,7,17,0,0,0,1,0.9,0.8333,0.39,0.1045,75,174,249
+4821,2011-07-24,3,0,7,18,0,0,0,1,0.88,0.8182,0.42,0.1642,67,176,243
+4822,2011-07-24,3,0,7,19,0,0,0,1,0.86,0.803,0.47,0.1642,70,170,240
+4823,2011-07-24,3,0,7,20,0,0,0,1,0.84,0.7879,0.49,0.1642,52,143,195
+4824,2011-07-24,3,0,7,21,0,0,0,1,0.8,0.7879,0.63,0.1343,42,111,153
+4825,2011-07-24,3,0,7,22,0,0,0,1,0.78,0.7576,0.66,0,23,75,98
+4826,2011-07-24,3,0,7,23,0,0,0,2,0.76,0.7273,0.7,0.0896,13,37,50
+4827,2011-07-25,3,0,7,0,0,1,1,2,0.76,0.7273,0.7,0,17,17,34
+4828,2011-07-25,3,0,7,1,0,1,1,2,0.76,0.7424,0.75,0.0896,4,8,12
+4829,2011-07-25,3,0,7,2,0,1,1,2,0.74,0.7121,0.79,0.0896,3,3,6
+4830,2011-07-25,3,0,7,3,0,1,1,1,0.74,0.7121,0.79,0,2,2,4
+4831,2011-07-25,3,0,7,4,0,1,1,1,0.72,0.7121,0.84,0.0896,0,6,6
+4832,2011-07-25,3,0,7,5,0,1,1,1,0.72,0.7121,0.84,0.0896,2,22,24
+4833,2011-07-25,3,0,7,6,0,1,1,2,0.72,0.7121,0.84,0.0896,7,100,107
+4834,2011-07-25,3,0,7,7,0,1,1,2,0.74,0.7121,0.79,0,20,257,277
+4835,2011-07-25,3,0,7,8,0,1,1,2,0.76,0.7424,0.75,0,34,353,387
+4836,2011-07-25,3,0,7,9,0,1,1,1,0.8,0.803,0.66,0,11,124,135
+4837,2011-07-25,3,0,7,10,0,1,1,1,0.82,0.803,0.59,0,30,54,84
+4838,2011-07-25,3,0,7,11,0,1,1,2,0.84,0.8333,0.59,0.194,24,83,107
+4839,2011-07-25,3,0,7,12,0,1,1,2,0.84,0.8333,0.59,0.194,17,50,67
+4840,2011-07-25,3,0,7,13,0,1,1,2,0.74,0.7121,0.74,0.1343,14,64,78
+4841,2011-07-25,3,0,7,14,0,1,1,2,0.72,0.697,0.79,0.194,28,62,90
+4842,2011-07-25,3,0,7,15,0,1,1,1,0.7,0.6667,0.84,0.3881,16,96,112
+4843,2011-07-25,3,0,7,16,0,1,1,1,0.7,0.6667,0.84,0.2239,37,161,198
+4844,2011-07-25,3,0,7,17,0,1,1,1,0.72,0.697,0.74,0,48,437,485
+4845,2011-07-25,3,0,7,18,0,1,1,1,0.74,0.7121,0.74,0.0896,60,473,533
+4846,2011-07-25,3,0,7,19,0,1,1,1,0.74,0.697,0.7,0.0896,62,324,386
+4847,2011-07-25,3,0,7,20,0,1,1,1,0.72,0.697,0.74,0.1343,55,247,302
+4848,2011-07-25,3,0,7,21,0,1,1,1,0.7,0.6667,0.84,0,41,153,194
+4849,2011-07-25,3,0,7,22,0,1,1,1,0.7,0.6667,0.84,0,13,112,125
+4850,2011-07-25,3,0,7,23,0,1,1,1,0.7,0.6667,0.84,0.0896,23,64,87
+4851,2011-07-26,3,0,7,0,0,2,1,1,0.7,0.6667,0.79,0.1045,8,20,28
+4852,2011-07-26,3,0,7,1,0,2,1,1,0.7,0.6667,0.79,0.1045,6,6,12
+4853,2011-07-26,3,0,7,2,0,2,1,1,0.68,0.6364,0.89,0.1045,1,6,7
+4854,2011-07-26,3,0,7,3,0,2,1,1,0.68,0.6364,0.89,0.1343,2,2,4
+4855,2011-07-26,3,0,7,4,0,2,1,1,0.68,0.6364,0.88,0.1642,0,6,6
+4856,2011-07-26,3,0,7,5,0,2,1,1,0.66,0.5909,0.89,0.0896,3,24,27
+4857,2011-07-26,3,0,7,6,0,2,1,1,0.68,0.6364,0.83,0.2239,2,108,110
+4858,2011-07-26,3,0,7,7,0,2,1,1,0.72,0.6818,0.66,0.2836,30,288,318
+4859,2011-07-26,3,0,7,8,0,2,1,1,0.74,0.6818,0.55,0.194,32,392,424
+4860,2011-07-26,3,0,7,9,0,2,1,1,0.76,0.6818,0.4,0.2239,25,162,187
+4861,2011-07-26,3,0,7,10,0,2,1,1,0.8,0.697,0.31,0.2239,42,96,138
+4862,2011-07-26,3,0,7,11,0,2,1,1,0.82,0.7121,0.3,0,49,102,151
+4863,2011-07-26,3,0,7,12,0,2,1,1,0.84,0.7273,0.28,0,25,122,147
+4864,2011-07-26,3,0,7,13,0,2,1,1,0.84,0.7273,0.32,0.2985,43,139,182
+4865,2011-07-26,3,0,7,14,0,2,1,1,0.86,0.7424,0.3,0.2836,46,101,147
+4866,2011-07-26,3,0,7,15,0,2,1,1,0.88,0.7576,0.28,0.3284,49,114,163
+4867,2011-07-26,3,0,7,16,0,2,1,1,0.86,0.7576,0.36,0.2836,41,213,254
+4868,2011-07-26,3,0,7,17,0,2,1,1,0.86,0.7576,0.36,0.3582,72,465,537
+4869,2011-07-26,3,0,7,18,0,2,1,1,0.84,0.7424,0.39,0.3881,68,478,546
+4870,2011-07-26,3,0,7,19,0,2,1,1,0.82,0.7424,0.43,0.2985,69,329,398
+4871,2011-07-26,3,0,7,20,0,2,1,1,0.8,0.7273,0.46,0.2537,47,243,290
+4872,2011-07-26,3,0,7,21,0,2,1,1,0.78,0.7121,0.49,0.2239,45,222,267
+4873,2011-07-26,3,0,7,22,0,2,1,1,0.76,0.697,0.55,0.1343,27,131,158
+4874,2011-07-26,3,0,7,23,0,2,1,1,0.76,0.7121,0.58,0.1045,18,71,89
+4875,2011-07-27,3,0,7,0,0,3,1,2,0.78,0.7121,0.52,0.1642,19,26,45
+4876,2011-07-27,3,0,7,1,0,3,1,1,0.78,0.7121,0.49,0.194,1,9,10
+4877,2011-07-27,3,0,7,2,0,3,1,1,0.76,0.697,0.52,0.2985,1,5,6
+4878,2011-07-27,3,0,7,3,0,3,1,1,0.72,0.6667,0.58,0.1642,0,4,4
+4879,2011-07-27,3,0,7,4,0,3,1,1,0.72,0.6667,0.51,0.194,1,3,4
+4880,2011-07-27,3,0,7,5,0,3,1,1,0.7,0.6515,0.54,0.2836,0,18,18
+4881,2011-07-27,3,0,7,6,0,3,1,1,0.7,0.6515,0.54,0.2239,4,119,123
+4882,2011-07-27,3,0,7,7,0,3,1,1,0.72,0.6667,0.48,0.2537,34,313,347
+4883,2011-07-27,3,0,7,8,0,3,1,1,0.74,0.6667,0.42,0.2537,28,405,433
+4884,2011-07-27,3,0,7,9,0,3,1,1,0.76,0.6667,0.35,0.2537,27,189,216
+4885,2011-07-27,3,0,7,10,0,3,1,1,0.78,0.6818,0.33,0,32,82,114
+4886,2011-07-27,3,0,7,11,0,3,1,1,0.8,0.697,0.31,0,42,94,136
+4887,2011-07-27,3,0,7,12,0,3,1,1,0.82,0.7121,0.3,0.2836,37,132,169
+4888,2011-07-27,3,0,7,13,0,3,1,1,0.84,0.7273,0.3,0.3582,29,151,180
+4889,2011-07-27,3,0,7,14,0,3,1,1,0.84,0.7273,0.28,0.2239,20,107,127
+4890,2011-07-27,3,0,7,15,0,3,1,1,0.86,0.7424,0.26,0.2537,37,103,140
+4891,2011-07-27,3,0,7,16,0,3,1,1,0.86,0.7273,0.25,0.1642,40,228,268
+4892,2011-07-27,3,0,7,17,0,3,1,1,0.84,0.7121,0.26,0.2239,81,491,572
+4893,2011-07-27,3,0,7,18,0,3,1,1,0.82,0.7121,0.28,0.1045,78,463,541
+4894,2011-07-27,3,0,7,19,0,3,1,1,0.8,0.697,0.29,0.0896,87,288,375
+4895,2011-07-27,3,0,7,20,0,3,1,1,0.76,0.6818,0.45,0.2239,55,239,294
+4896,2011-07-27,3,0,7,21,0,3,1,1,0.74,0.6667,0.48,0.1045,49,196,245
+4897,2011-07-27,3,0,7,22,0,3,1,1,0.72,0.6667,0.48,0,37,143,180
+4898,2011-07-27,3,0,7,23,0,3,1,1,0.74,0.6667,0.45,0.0896,16,93,109
+4899,2011-07-28,3,0,7,0,0,4,1,1,0.7,0.6515,0.51,0.1343,14,31,45
+4900,2011-07-28,3,0,7,1,0,4,1,1,0.72,0.6667,0.51,0,3,26,29
+4901,2011-07-28,3,0,7,2,0,4,1,1,0.72,0.6667,0.54,0.1045,2,5,7
+4902,2011-07-28,3,0,7,3,0,4,1,1,0.72,0.6667,0.54,0,0,5,5
+4903,2011-07-28,3,0,7,4,0,4,1,1,0.7,0.6515,0.61,0.1045,0,6,6
+4904,2011-07-28,3,0,7,5,0,4,1,1,0.7,0.6515,0.65,0.1045,1,26,27
+4905,2011-07-28,3,0,7,6,0,4,1,1,0.7,0.6515,0.7,0.0896,6,110,116
+4906,2011-07-28,3,0,7,7,0,4,1,1,0.72,0.6818,0.7,0.1642,27,278,305
+4907,2011-07-28,3,0,7,8,0,4,1,1,0.74,0.697,0.66,0.1642,47,409,456
+4908,2011-07-28,3,0,7,9,0,4,1,1,0.78,0.7424,0.59,0.194,21,189,210
+4909,2011-07-28,3,0,7,10,0,4,1,1,0.8,0.7576,0.55,0.2836,30,86,116
+4910,2011-07-28,3,0,7,11,0,4,1,1,0.84,0.8182,0.56,0.2836,41,113,154
+4911,2011-07-28,3,0,7,12,0,4,1,1,0.84,0.803,0.53,0.2537,35,151,186
+4912,2011-07-28,3,0,7,13,0,4,1,1,0.86,0.803,0.47,0.2537,26,126,152
+4913,2011-07-28,3,0,7,14,0,4,1,2,0.84,0.7879,0.49,0.2537,27,111,138
+4914,2011-07-28,3,0,7,15,0,4,1,1,0.86,0.8182,0.5,0.194,22,124,146
+4915,2011-07-28,3,0,7,16,0,4,1,1,0.86,0.803,0.47,0.1642,42,214,256
+4916,2011-07-28,3,0,7,17,0,4,1,1,0.84,0.803,0.53,0.194,45,423,468
+4917,2011-07-28,3,0,7,18,0,4,1,1,0.84,0.8182,0.56,0.2239,55,428,483
+4918,2011-07-28,3,0,7,19,0,4,1,1,0.82,0.803,0.59,0.194,37,285,322
+4919,2011-07-28,3,0,7,20,0,4,1,1,0.8,0.7879,0.63,0.194,41,229,270
+4920,2011-07-28,3,0,7,21,0,4,1,1,0.78,0.7576,0.66,0.2836,31,165,196
+4921,2011-07-28,3,0,7,22,0,4,1,1,0.76,0.7273,0.7,0.2537,25,149,174
+4922,2011-07-28,3,0,7,23,0,4,1,1,0.76,0.7424,0.75,0.194,28,95,123
+4923,2011-07-29,3,0,7,0,0,5,1,1,0.74,0.7121,0.79,0.1642,12,45,57
+4924,2011-07-29,3,0,7,1,0,5,1,1,0.74,0.7121,0.79,0.1343,12,22,34
+4925,2011-07-29,3,0,7,2,0,5,1,1,0.74,0.7121,0.79,0,3,10,13
+4926,2011-07-29,3,0,7,3,0,5,1,1,0.74,0.7121,0.79,0,2,9,11
+4927,2011-07-29,3,0,7,4,0,5,1,1,0.72,0.7121,0.84,0.1343,2,4,6
+4928,2011-07-29,3,0,7,5,0,5,1,1,0.72,0.7121,0.84,0,4,23,27
+4929,2011-07-29,3,0,7,6,0,5,1,2,0.72,0.7121,0.84,0,7,83,90
+4930,2011-07-29,3,0,7,7,0,5,1,2,0.74,0.7121,0.79,0.0896,26,228,254
+4931,2011-07-29,3,0,7,8,0,5,1,2,0.76,0.7727,0.77,0,30,354,384
+4932,2011-07-29,3,0,7,9,0,5,1,1,0.86,0.803,0.47,0.2537,28,151,179
+4933,2011-07-29,3,0,7,10,0,5,1,1,0.9,0.8485,0.42,0.2836,37,69,106
+4934,2011-07-29,3,0,7,11,0,5,1,1,0.92,0.8788,0.4,0.2985,43,118,161
+4935,2011-07-29,3,0,7,12,0,5,1,1,0.96,0.8636,0.31,0.2836,40,95,135
+4936,2011-07-29,3,0,7,13,0,5,1,1,0.94,0.8333,0.31,0,42,114,156
+4937,2011-07-29,3,0,7,14,0,5,1,1,0.96,0.8636,0.3,0.2239,34,114,148
+4938,2011-07-29,3,0,7,15,0,5,1,1,0.96,0.8636,0.3,0.2537,40,129,169
+4939,2011-07-29,3,0,7,16,0,5,1,1,0.96,0.8636,0.3,0.3881,35,198,233
+4940,2011-07-29,3,0,7,17,0,5,1,1,0.96,0.8636,0.3,0.2985,47,374,421
+4941,2011-07-29,3,0,7,18,0,5,1,1,0.92,0.8636,0.37,0.3284,49,313,362
+4942,2011-07-29,3,0,7,19,0,5,1,1,0.9,0.8485,0.42,0.2239,22,219,241
+4943,2011-07-29,3,0,7,20,0,5,1,1,0.86,0.7879,0.41,0.3284,53,153,206
+4944,2011-07-29,3,0,7,21,0,5,1,1,0.82,0.7576,0.46,0.1642,29,134,163
+4945,2011-07-29,3,0,7,22,0,5,1,1,0.8,0.7424,0.49,0.2239,47,127,174
+4946,2011-07-29,3,0,7,23,0,5,1,1,0.78,0.7121,0.52,0.1045,26,90,116
+4947,2011-07-30,3,0,7,0,0,6,0,1,0.76,0.697,0.55,0.194,60,73,133
+4948,2011-07-30,3,0,7,1,0,6,0,1,0.76,0.697,0.55,0.0896,15,75,90
+4949,2011-07-30,3,0,7,2,0,6,0,1,0.76,0.697,0.55,0.1045,11,31,42
+4950,2011-07-30,3,0,7,3,0,6,0,1,0.74,0.6818,0.62,0.1642,18,25,43
+4951,2011-07-30,3,0,7,4,0,6,0,1,0.72,0.6818,0.66,0.1642,4,6,10
+4952,2011-07-30,3,0,7,5,0,6,0,1,0.72,0.6818,0.7,0.2836,4,9,13
+4953,2011-07-30,3,0,7,6,0,6,0,1,0.72,0.6818,0.7,0.2985,6,18,24
+4954,2011-07-30,3,0,7,7,0,6,0,1,0.76,0.7273,0.66,0.194,3,39,42
+4955,2011-07-30,3,0,7,8,0,6,0,1,0.78,0.7424,0.59,0.2239,27,87,114
+4956,2011-07-30,3,0,7,9,0,6,0,1,0.82,0.7576,0.46,0.2985,49,125,174
+4957,2011-07-30,3,0,7,10,0,6,0,1,0.82,0.7424,0.41,0.2985,79,182,261
+4958,2011-07-30,3,0,7,11,0,6,0,1,0.84,0.7424,0.36,0.194,111,206,317
+4959,2011-07-30,3,0,7,12,0,6,0,1,0.84,0.7273,0.32,0.1642,111,230,341
+4960,2011-07-30,3,0,7,13,0,6,0,1,0.88,0.7576,0.29,0,125,183,308
+4961,2011-07-30,3,0,7,14,0,6,0,1,0.9,0.7879,0.29,0,112,193,305
+4962,2011-07-30,3,0,7,15,0,6,0,1,0.9,0.803,0.31,0.1343,113,189,302
+4963,2011-07-30,3,0,7,16,0,6,0,1,0.9,0.7879,0.27,0.2239,126,176,302
+4964,2011-07-30,3,0,7,17,0,6,0,1,0.9,0.7879,0.29,0.1045,93,209,302
+4965,2011-07-30,3,0,7,18,0,6,0,1,0.88,0.7576,0.28,0.194,92,207,299
+4966,2011-07-30,3,0,7,19,0,6,0,1,0.74,0.6515,0.33,0.2239,101,155,256
+4967,2011-07-30,3,0,7,20,0,6,0,1,0.82,0.7424,0.43,0.1343,74,132,206
+4968,2011-07-30,3,0,7,21,0,6,0,1,0.8,0.7424,0.49,0.1642,82,123,205
+4969,2011-07-30,3,0,7,22,0,6,0,1,0.78,0.7121,0.52,0.1045,80,129,209
+4970,2011-07-30,3,0,7,23,0,6,0,1,0.76,0.697,0.55,0.0896,63,114,177
+4971,2011-07-31,3,0,7,0,0,0,0,1,0.76,0.697,0.55,0.0896,33,80,113
+4972,2011-07-31,3,0,7,1,0,0,0,1,0.74,0.6818,0.62,0.0896,8,71,79
+4973,2011-07-31,3,0,7,2,0,0,0,1,0.74,0.697,0.66,0.0896,19,48,67
+4974,2011-07-31,3,0,7,3,0,0,0,1,0.74,0.697,0.66,0,24,26,50
+4975,2011-07-31,3,0,7,4,0,0,0,1,0.72,0.6818,0.7,0,6,7,13
+4976,2011-07-31,3,0,7,5,0,0,0,1,0.72,0.6818,0.69,0,4,4,8
+4977,2011-07-31,3,0,7,6,0,0,0,1,0.74,0.697,0.7,0,5,8,13
+4978,2011-07-31,3,0,7,7,0,0,0,1,0.74,0.6818,0.58,0.1343,19,26,45
+4979,2011-07-31,3,0,7,8,0,0,0,1,0.76,0.697,0.55,0.2239,54,88,142
+4980,2011-07-31,3,0,7,9,0,0,0,1,0.8,0.7424,0.49,0,55,128,183
+4981,2011-07-31,3,0,7,10,0,0,0,1,0.84,0.7424,0.36,0.1642,91,163,254
+4982,2011-07-31,3,0,7,11,0,0,0,1,0.86,0.7424,0.28,0.1642,112,163,275
+4983,2011-07-31,3,0,7,12,0,0,0,1,0.9,0.7727,0.25,0.194,146,192,338
+4984,2011-07-31,3,0,7,13,0,0,0,1,0.9,0.7727,0.24,0.1343,142,152,294
+4985,2011-07-31,3,0,7,14,0,0,0,1,0.9,0.7727,0.24,0.1642,130,196,326
+4986,2011-07-31,3,0,7,15,0,0,0,1,0.92,0.7727,0.18,0.2985,109,184,293
+4987,2011-07-31,3,0,7,16,0,0,0,1,0.92,0.7727,0.17,0.2836,98,208,306
+4988,2011-07-31,3,0,7,17,0,0,0,1,0.92,0.7727,0.16,0.1642,114,206,320
+4989,2011-07-31,3,0,7,18,0,0,0,1,0.86,0.7879,0.41,0.2836,91,213,304
+4990,2011-07-31,3,0,7,19,0,0,0,1,0.8,0.7576,0.55,0.3284,87,187,274
+4991,2011-07-31,3,0,7,20,0,0,0,1,0.8,0.7576,0.55,0.3284,70,205,275
+4992,2011-07-31,3,0,7,21,0,0,0,1,0.78,0.7424,0.59,0.2985,68,96,164
+4993,2011-07-31,3,0,7,22,0,0,0,1,0.74,0.697,0.7,0.2985,25,71,96
+4994,2011-07-31,3,0,7,23,0,0,0,1,0.74,0.697,0.66,0.2239,14,56,70
+4995,2011-08-01,3,0,8,0,0,1,1,1,0.72,0.6818,0.7,0.2239,7,22,29
+4996,2011-08-01,3,0,8,1,0,1,1,1,0.72,0.697,0.74,0.194,5,12,17
+4997,2011-08-01,3,0,8,2,0,1,1,1,0.7,0.6667,0.74,0.1045,4,7,11
+4998,2011-08-01,3,0,8,3,0,1,1,1,0.7,0.6667,0.79,0.1642,0,4,4
+4999,2011-08-01,3,0,8,4,0,1,1,1,0.66,0.6061,0.83,0.1343,2,2,4
+5000,2011-08-01,3,0,8,5,0,1,1,1,0.66,0.6061,0.83,0.1045,2,24,26
+5001,2011-08-01,3,0,8,6,0,1,1,1,0.66,0.6061,0.83,0.0896,3,97,100
+5002,2011-08-01,3,0,8,7,0,1,1,1,0.74,0.6818,0.62,0,24,258,282
+5003,2011-08-01,3,0,8,8,0,1,1,1,0.8,0.7273,0.43,0.194,35,347,382
+5004,2011-08-01,3,0,8,9,0,1,1,1,0.82,0.7424,0.41,0,27,139,166
+5005,2011-08-01,3,0,8,10,0,1,1,1,0.86,0.7576,0.36,0.1642,27,70,97
+5006,2011-08-01,3,0,8,11,0,1,1,1,0.88,0.7727,0.32,0.1642,53,66,119
+5007,2011-08-01,3,0,8,12,0,1,1,1,0.9,0.803,0.33,0.2537,53,115,168
+5008,2011-08-01,3,0,8,13,0,1,1,1,0.9,0.803,0.31,0.2985,38,112,150
+5009,2011-08-01,3,0,8,14,0,1,1,1,0.92,0.8182,0.29,0.194,37,86,123
+5010,2011-08-01,3,0,8,15,0,1,1,1,0.9,0.7879,0.27,0,52,77,129
+5011,2011-08-01,3,0,8,16,0,1,1,1,0.9,0.7879,0.27,0,34,197,231
+5012,2011-08-01,3,0,8,17,0,1,1,1,0.76,0.6818,0.45,0.2985,69,445,514
+5013,2011-08-01,3,0,8,18,0,1,1,1,0.78,0.697,0.43,0.194,68,475,543
+5014,2011-08-01,3,0,8,19,0,1,1,1,0.74,0.6667,0.51,0.2239,63,350,413
+5015,2011-08-01,3,0,8,20,0,1,1,1,0.72,0.6818,0.62,0.2239,49,256,305
+5016,2011-08-01,3,0,8,21,0,1,1,1,0.7,0.6515,0.7,0.2537,42,178,220
+5017,2011-08-01,3,0,8,22,0,1,1,1,0.7,0.6515,0.7,0.0896,21,116,137
+5018,2011-08-01,3,0,8,23,0,1,1,1,0.68,0.6364,0.74,0.194,14,82,96
+5019,2011-08-02,3,0,8,0,0,2,1,1,0.66,0.6212,0.74,0,11,18,29
+5020,2011-08-02,3,0,8,1,0,2,1,1,0.66,0.6212,0.74,0.1045,4,8,12
+5021,2011-08-02,3,0,8,2,0,2,1,1,0.68,0.6364,0.69,0,2,6,8
+5022,2011-08-02,3,0,8,3,0,2,1,1,0.66,0.6212,0.74,0.194,0,5,5
+5023,2011-08-02,3,0,8,4,0,2,1,1,0.66,0.6212,0.74,0.1045,0,10,10
+5024,2011-08-02,3,0,8,5,0,2,1,1,0.66,0.6212,0.74,0.1343,4,17,21
+5025,2011-08-02,3,0,8,6,0,2,1,1,0.68,0.6364,0.69,0.1045,12,105,117
+5026,2011-08-02,3,0,8,7,0,2,1,1,0.72,0.6667,0.61,0.2836,15,320,335
+5027,2011-08-02,3,0,8,8,0,2,1,1,0.74,0.6818,0.58,0.2836,37,398,435
+5028,2011-08-02,3,0,8,9,0,2,1,1,0.78,0.697,0.46,0.2985,31,182,213
+5029,2011-08-02,3,0,8,10,0,2,1,1,0.82,0.7273,0.36,0.2985,50,90,140
+5030,2011-08-02,3,0,8,11,0,2,1,1,0.84,0.7273,0.32,0.4179,32,96,128
+5031,2011-08-02,3,0,8,12,0,2,1,1,0.86,0.7424,0.3,0.2836,45,112,157
+5032,2011-08-02,3,0,8,13,0,2,1,1,0.86,0.7424,0.3,0.2239,50,153,203
+5033,2011-08-02,3,0,8,14,0,2,1,1,0.9,0.7727,0.25,0.2836,45,114,159
+5034,2011-08-02,3,0,8,15,0,2,1,1,0.9,0.7727,0.25,0.2836,48,120,168
+5035,2011-08-02,3,0,8,16,0,2,1,1,0.9,0.7727,0.25,0.2836,58,216,274
+5036,2011-08-02,3,0,8,17,0,2,1,2,0.9,0.7879,0.27,0.1343,63,493,556
+5037,2011-08-02,3,0,8,18,0,2,1,2,0.86,0.7576,0.34,0.194,65,491,556
+5038,2011-08-02,3,0,8,19,0,2,1,2,0.86,0.7576,0.36,0.2239,85,369,454
+5039,2011-08-02,3,0,8,20,0,2,1,2,0.82,0.7576,0.46,0.2537,40,248,288
+5040,2011-08-02,3,0,8,21,0,2,1,1,0.8,0.7424,0.52,0.2239,53,201,254
+5041,2011-08-02,3,0,8,22,0,2,1,2,0.78,0.7424,0.59,0.1642,22,169,191
+5042,2011-08-02,3,0,8,23,0,2,1,2,0.8,0.7424,0.49,0.1642,29,103,132
+5043,2011-08-03,3,0,8,0,0,3,1,2,0.8,0.7424,0.49,0.1642,11,32,43
+5044,2011-08-03,3,0,8,1,0,3,1,2,0.78,0.7121,0.52,0.1642,7,9,16
+5045,2011-08-03,3,0,8,2,0,3,1,2,0.78,0.7121,0.49,0.1642,2,9,11
+5046,2011-08-03,3,0,8,3,0,3,1,2,0.76,0.697,0.55,0.0896,0,4,4
+5047,2011-08-03,3,0,8,4,0,3,1,2,0.76,0.697,0.52,0.1642,0,7,7
+5048,2011-08-03,3,0,8,5,0,3,1,2,0.76,0.697,0.55,0.0896,2,22,24
+5049,2011-08-03,3,0,8,6,0,3,1,3,0.72,0.6818,0.66,0.4925,9,101,110
+5050,2011-08-03,3,0,8,7,0,3,1,2,0.74,0.6667,0.51,0.2239,19,252,271
+5051,2011-08-03,3,0,8,8,0,3,1,2,0.74,0.6667,0.51,0.1642,29,408,437
+5052,2011-08-03,3,0,8,9,0,3,1,2,0.74,0.6818,0.55,0.194,23,172,195
+5053,2011-08-03,3,0,8,10,0,3,1,3,0.74,0.6818,0.58,0.0896,9,59,68
+5054,2011-08-03,3,0,8,11,0,3,1,2,0.74,0.6818,0.58,0.1045,29,93,122
+5055,2011-08-03,3,0,8,12,0,3,1,3,0.76,0.697,0.55,0.1343,19,142,161
+5056,2011-08-03,3,0,8,13,0,3,1,2,0.76,0.7121,0.58,0.2239,37,107,144
+5057,2011-08-03,3,0,8,14,0,3,1,2,0.76,0.7121,0.58,0.2239,43,104,147
+5058,2011-08-03,3,0,8,15,0,3,1,2,0.7,0.6667,0.79,0.1343,31,87,118
+5059,2011-08-03,3,0,8,16,0,3,1,3,0.68,0.6364,0.79,0,21,129,150
+5060,2011-08-03,3,0,8,17,0,3,1,2,0.7,0.6667,0.79,0,47,378,425
+5061,2011-08-03,3,0,8,18,0,3,1,3,0.7,0.6667,0.84,0,49,443,492
+5062,2011-08-03,3,0,8,19,0,3,1,3,0.7,0.6667,0.84,0,51,270,321
+5063,2011-08-03,3,0,8,20,0,3,1,3,0.7,0.6667,0.84,0.1045,7,80,87
+5064,2011-08-03,3,0,8,21,0,3,1,2,0.68,0.6364,0.89,0.1343,7,81,88
+5065,2011-08-03,3,0,8,22,0,3,1,3,0.68,0.6364,0.89,0.1045,11,66,77
+5066,2011-08-03,3,0,8,23,0,3,1,2,0.68,0.6364,0.89,0.0896,4,52,56
+5067,2011-08-04,3,0,8,0,0,4,1,2,0.68,0.6364,0.89,0.0896,2,15,17
+5068,2011-08-04,3,0,8,1,0,4,1,2,0.66,0.5909,0.94,0.0896,3,14,17
+5069,2011-08-04,3,0,8,2,0,4,1,2,0.66,0.5909,0.94,0.0896,2,5,7
+5070,2011-08-04,3,0,8,3,0,4,1,3,0.66,0.5909,0.94,0.0896,0,3,3
+5071,2011-08-04,3,0,8,4,0,4,1,2,0.68,0.6364,0.89,0,0,7,7
+5072,2011-08-04,3,0,8,5,0,4,1,2,0.68,0.6364,0.89,0,3,17,20
+5073,2011-08-04,3,0,8,6,0,4,1,2,0.68,0.6364,0.89,0.2985,7,90,97
+5074,2011-08-04,3,0,8,7,0,4,1,2,0.68,0.6364,0.89,0.2985,11,271,282
+5075,2011-08-04,3,0,8,8,0,4,1,2,0.7,0.6515,0.82,0.3582,29,369,398
+5076,2011-08-04,3,0,8,9,0,4,1,1,0.72,0.697,0.74,0.3284,25,162,187
+5077,2011-08-04,3,0,8,10,0,4,1,1,0.72,0.6667,0.71,0.2985,24,89,113
+5078,2011-08-04,3,0,8,11,0,4,1,2,0.74,0.697,0.66,0.2239,37,112,149
+5079,2011-08-04,3,0,8,12,0,4,1,2,0.76,0.7121,0.62,0.2239,53,152,205
+5080,2011-08-04,3,0,8,13,0,4,1,1,0.76,0.7121,0.58,0,63,142,205
+5081,2011-08-04,3,0,8,14,0,4,1,1,0.8,0.7576,0.55,0.1642,53,114,167
+5082,2011-08-04,3,0,8,15,0,4,1,1,0.8,0.7576,0.55,0.2537,50,115,165
+5083,2011-08-04,3,0,8,16,0,4,1,1,0.76,0.7121,0.62,0.3284,70,220,290
+5084,2011-08-04,3,0,8,17,0,4,1,1,0.76,0.7121,0.62,0.3284,91,464,555
+5085,2011-08-04,3,0,8,18,0,4,1,1,0.7,0.6667,0.74,0.2985,88,435,523
+5086,2011-08-04,3,0,8,19,0,4,1,1,0.7,0.6667,0.74,0.2836,65,301,366
+5087,2011-08-04,3,0,8,20,0,4,1,2,0.7,0.6667,0.74,0.194,41,245,286
+5088,2011-08-04,3,0,8,21,0,4,1,2,0.7,0.6667,0.74,0.194,25,186,211
+5089,2011-08-04,3,0,8,22,0,4,1,1,0.68,0.6364,0.74,0.194,33,141,174
+5090,2011-08-04,3,0,8,23,0,4,1,1,0.66,0.6212,0.74,0.1045,24,108,132
+5091,2011-08-05,3,0,8,0,0,5,1,1,0.66,0.6212,0.74,0.1045,13,41,54
+5092,2011-08-05,3,0,8,1,0,5,1,1,0.64,0.5909,0.78,0.0896,3,16,19
+5093,2011-08-05,3,0,8,2,0,5,1,1,0.66,0.6212,0.69,0,5,14,19
+5094,2011-08-05,3,0,8,3,0,5,1,1,0.64,0.5909,0.78,0.0896,0,6,6
+5095,2011-08-05,3,0,8,4,0,5,1,1,0.64,0.5909,0.78,0.1343,1,6,7
+5096,2011-08-05,3,0,8,5,0,5,1,1,0.64,0.5909,0.78,0.0896,0,16,16
+5097,2011-08-05,3,0,8,6,0,5,1,1,0.64,0.5909,0.78,0.1343,7,94,101
+5098,2011-08-05,3,0,8,7,0,5,1,1,0.66,0.6061,0.78,0.1343,23,247,270
+5099,2011-08-05,3,0,8,8,0,5,1,1,0.7,0.6515,0.65,0.2239,39,415,454
+5100,2011-08-05,3,0,8,9,0,5,1,1,0.72,0.6667,0.58,0.1045,43,183,226
+5101,2011-08-05,3,0,8,10,0,5,1,1,0.74,0.6818,0.55,0.1343,50,113,163
+5102,2011-08-05,3,0,8,11,0,5,1,2,0.76,0.697,0.52,0.2537,44,103,147
+5103,2011-08-05,3,0,8,12,0,5,1,1,0.76,0.697,0.52,0.2537,57,159,216
+5104,2011-08-05,3,0,8,13,0,5,1,1,0.78,0.7121,0.52,0.2537,40,164,204
+5105,2011-08-05,3,0,8,14,0,5,1,2,0.78,0.7121,0.52,0.2537,81,164,245
+5106,2011-08-05,3,0,8,15,0,5,1,1,0.76,0.697,0.55,0.2537,50,160,210
+5107,2011-08-05,3,0,8,16,0,5,1,1,0.8,0.7424,0.49,0.2537,76,254,330
+5108,2011-08-05,3,0,8,17,0,5,1,1,0.78,0.7121,0.49,0.2985,84,466,550
+5109,2011-08-05,3,0,8,18,0,5,1,1,0.76,0.697,0.52,0.2537,105,361,466
+5110,2011-08-05,3,0,8,19,0,5,1,1,0.74,0.6818,0.55,0.2537,90,282,372
+5111,2011-08-05,3,0,8,20,0,5,1,1,0.72,0.6667,0.58,0.2239,70,221,291
+5112,2011-08-05,3,0,8,21,0,5,1,1,0.7,0.6515,0.65,0.194,54,119,173
+5113,2011-08-05,3,0,8,22,0,5,1,1,0.7,0.6515,0.65,0.2239,51,137,188
+5114,2011-08-05,3,0,8,23,0,5,1,1,0.68,0.6364,0.69,0.2239,37,102,139
+5115,2011-08-06,3,0,8,0,0,6,0,1,0.66,0.6061,0.78,0.194,29,104,133
+5116,2011-08-06,3,0,8,1,0,6,0,1,0.66,0.6061,0.78,0.1642,17,50,67
+5117,2011-08-06,3,0,8,2,0,6,0,1,0.66,0.6061,0.78,0.2239,14,39,53
+5118,2011-08-06,3,0,8,3,0,6,0,2,0.66,0.6061,0.78,0.1642,14,28,42
+5119,2011-08-06,3,0,8,4,0,6,0,2,0.66,0.6061,0.83,0.1642,5,5,10
+5120,2011-08-06,3,0,8,5,0,6,0,1,0.64,0.5758,0.89,0.0896,2,4,6
+5121,2011-08-06,3,0,8,6,0,6,0,1,0.64,0.5758,0.89,0.1045,5,22,27
+5122,2011-08-06,3,0,8,7,0,6,0,1,0.68,0.6364,0.83,0.1642,14,49,63
+5123,2011-08-06,3,0,8,8,0,6,0,1,0.68,0.6364,0.83,0.1642,27,94,121
+5124,2011-08-06,3,0,8,9,0,6,0,1,0.74,0.697,0.7,0.2239,60,155,215
+5125,2011-08-06,3,0,8,10,0,6,0,2,0.74,0.697,0.7,0.2836,91,199,290
+5126,2011-08-06,3,0,8,11,0,6,0,1,0.78,0.7424,0.62,0.2239,138,211,349
+5127,2011-08-06,3,0,8,12,0,6,0,1,0.8,0.7576,0.55,0.2239,130,252,382
+5128,2011-08-06,3,0,8,13,0,6,0,2,0.8,0.7727,0.59,0.3284,176,265,441
+5129,2011-08-06,3,0,8,14,0,6,0,1,0.82,0.7727,0.52,0.2537,176,204,380
+5130,2011-08-06,3,0,8,15,0,6,0,2,0.84,0.803,0.53,0.2537,130,232,362
+5131,2011-08-06,3,0,8,16,0,6,0,3,0.74,0.7121,0.79,0.1642,155,188,343
+5132,2011-08-06,3,0,8,17,0,6,0,3,0.74,0.7121,0.79,0.1642,61,88,149
+5133,2011-08-06,3,0,8,18,0,6,0,2,0.72,0.697,0.79,0.4478,81,130,211
+5134,2011-08-06,3,0,8,19,0,6,0,3,0.72,0.7121,0.84,0.2537,57,114,171
+5135,2011-08-06,3,0,8,20,0,6,0,3,0.72,0.697,0.79,0.2836,58,79,137
+5136,2011-08-06,3,0,8,21,0,6,0,2,0.7,0.6667,0.84,0.3284,28,86,114
+5137,2011-08-06,3,0,8,22,0,6,0,2,0.7,0.6667,0.84,0.3284,24,96,120
+5138,2011-08-06,3,0,8,23,0,6,0,3,0.7,0.6667,0.84,0.2836,29,79,108
+5139,2011-08-07,3,0,8,0,0,0,0,2,0.7,0.6667,0.84,0.2836,14,66,80
+5140,2011-08-07,3,0,8,1,0,0,0,2,0.7,0.6667,0.84,0.2537,10,63,73
+5141,2011-08-07,3,0,8,2,0,0,0,2,0.7,0.6667,0.84,0.2239,18,48,66
+5142,2011-08-07,3,0,8,3,0,0,0,2,0.7,0.6667,0.84,0.1343,9,23,32
+5143,2011-08-07,3,0,8,4,0,0,0,1,0.7,0.6667,0.84,0.1343,1,5,6
+5144,2011-08-07,3,0,8,5,0,0,0,1,0.7,0.6667,0.89,0.194,1,4,5
+5145,2011-08-07,3,0,8,6,0,0,0,1,0.7,0.6667,0.89,0.1642,3,10,13
+5146,2011-08-07,3,0,8,7,0,0,0,1,0.7,0.6667,0.84,0.194,11,28,39
+5147,2011-08-07,3,0,8,8,0,0,0,1,0.72,0.697,0.79,0.194,23,66,89
+5148,2011-08-07,3,0,8,9,0,0,0,1,0.76,0.7424,0.75,0.1045,82,102,184
+5149,2011-08-07,3,0,8,10,0,0,0,1,0.8,0.803,0.66,0.1343,88,178,266
+5150,2011-08-07,3,0,8,11,0,0,0,1,0.82,0.8333,0.63,0,113,156,269
+5151,2011-08-07,3,0,8,12,0,0,0,1,0.9,0.8485,0.42,0.2985,161,209,370
+5152,2011-08-07,3,0,8,13,0,0,0,1,0.9,0.8485,0.42,0.2985,118,206,324
+5153,2011-08-07,3,0,8,14,0,0,0,1,0.86,0.803,0.47,0.194,130,192,322
+5154,2011-08-07,3,0,8,15,0,0,0,3,0.72,0.697,0.74,0.2985,118,208,326
+5155,2011-08-07,3,0,8,16,0,0,0,3,0.72,0.697,0.74,0.2985,74,119,193
+5156,2011-08-07,3,0,8,17,0,0,0,3,0.74,0.7121,0.74,0.6418,63,131,194
+5157,2011-08-07,3,0,8,18,0,0,0,1,0.72,0.697,0.74,0.0896,74,155,229
+5158,2011-08-07,3,0,8,19,0,0,0,1,0.72,0.697,0.79,0.1642,68,160,228
+5159,2011-08-07,3,0,8,20,0,0,0,1,0.72,0.7121,0.84,0.1343,50,133,183
+5160,2011-08-07,3,0,8,21,0,0,0,1,0.72,0.7121,0.84,0.1045,36,100,136
+5161,2011-08-07,3,0,8,22,0,0,0,1,0.7,0.6667,0.89,0.194,21,82,103
+5162,2011-08-07,3,0,8,23,0,0,0,1,0.7,0.6667,0.79,0.1045,12,43,55
+5163,2011-08-08,3,0,8,0,0,1,1,1,0.7,0.6667,0.79,0.1045,13,17,30
+5164,2011-08-08,3,0,8,1,0,1,1,1,0.68,0.6364,0.83,0.1343,4,8,12
+5165,2011-08-08,3,0,8,2,0,1,1,1,0.66,0.5909,0.89,0,4,3,7
+5166,2011-08-08,3,0,8,3,0,1,1,1,0.66,0.5909,0.89,0,1,0,1
+5167,2011-08-08,3,0,8,4,0,1,1,1,0.66,0.5909,0.89,0.1045,2,8,10
+5168,2011-08-08,3,0,8,5,0,1,1,1,0.7,0.6667,0.79,0.0896,1,14,15
+5169,2011-08-08,3,0,8,6,0,1,1,1,0.7,0.6515,0.65,0.2836,8,87,95
+5170,2011-08-08,3,0,8,7,0,1,1,1,0.72,0.6818,0.62,0.2985,18,249,267
+5171,2011-08-08,3,0,8,8,0,1,1,1,0.74,0.6818,0.58,0.3284,29,320,349
+5172,2011-08-08,3,0,8,9,0,1,1,1,0.76,0.697,0.55,0.3881,37,146,183
+5173,2011-08-08,3,0,8,10,0,1,1,1,0.8,0.7424,0.52,0.3881,62,62,124
+5174,2011-08-08,3,0,8,11,0,1,1,1,0.82,0.7424,0.48,0.3582,90,89,179
+5175,2011-08-08,3,0,8,12,0,1,1,1,0.82,0.7576,0.46,0.2537,48,134,182
+5176,2011-08-08,3,0,8,13,0,1,1,1,0.84,0.7576,0.44,0.2985,43,108,151
+5177,2011-08-08,3,0,8,14,0,1,1,1,0.82,0.7424,0.43,0.2985,41,109,150
+5178,2011-08-08,3,0,8,15,0,1,1,1,0.84,0.7576,0.41,0.2985,40,86,126
+5179,2011-08-08,3,0,8,16,0,1,1,1,0.86,0.7727,0.39,0.2836,64,218,282
+5180,2011-08-08,3,0,8,17,0,1,1,1,0.86,0.7727,0.39,0.1642,67,460,527
+5181,2011-08-08,3,0,8,18,0,1,1,1,0.84,0.7576,0.41,0.1343,64,465,529
+5182,2011-08-08,3,0,8,19,0,1,1,1,0.82,0.7424,0.43,0.1045,64,352,416
+5183,2011-08-08,3,0,8,20,0,1,1,1,0.8,0.7576,0.55,0,71,215,286
+5184,2011-08-08,3,0,8,21,0,1,1,1,0.76,0.7121,0.58,0.0896,30,156,186
+5185,2011-08-08,3,0,8,22,0,1,1,1,0.76,0.7121,0.58,0.1045,26,121,147
+5186,2011-08-08,3,0,8,23,0,1,1,1,0.74,0.697,0.66,0.1045,19,53,72
+5187,2011-08-09,3,0,8,0,0,2,1,1,0.72,0.697,0.79,0.1343,10,25,35
+5188,2011-08-09,3,0,8,1,0,2,1,1,0.72,0.6818,0.66,0,5,9,14
+5189,2011-08-09,3,0,8,2,0,2,1,1,0.72,0.6818,0.7,0,9,3,12
+5190,2011-08-09,3,0,8,3,0,2,1,1,0.72,0.6818,0.62,0,0,3,3
+5191,2011-08-09,3,0,8,4,0,2,1,1,0.7,0.6667,0.74,0,1,6,7
+5192,2011-08-09,3,0,8,5,0,2,1,1,0.7,0.6515,0.65,0.0896,5,25,30
+5193,2011-08-09,3,0,8,6,0,2,1,1,0.72,0.6667,0.64,0,6,95,101
+5194,2011-08-09,3,0,8,7,0,2,1,1,0.72,0.697,0.74,0.1045,30,313,343
+5195,2011-08-09,3,0,8,8,0,2,1,1,0.74,0.697,0.66,0,40,352,392
+5196,2011-08-09,3,0,8,9,0,2,1,2,0.78,0.7424,0.62,0.1343,34,141,175
+5197,2011-08-09,3,0,8,10,0,2,1,2,0.8,0.7727,0.59,0.2239,55,89,144
+5198,2011-08-09,3,0,8,11,0,2,1,1,0.8,0.7727,0.59,0.2239,61,88,149
+5199,2011-08-09,3,0,8,12,0,2,1,1,0.82,0.7879,0.56,0.194,60,125,185
+5200,2011-08-09,3,0,8,13,0,2,1,1,0.84,0.7879,0.49,0.1642,48,127,175
+5201,2011-08-09,3,0,8,14,0,2,1,1,0.86,0.7879,0.44,0.2836,53,95,148
+5202,2011-08-09,3,0,8,15,0,2,1,1,0.86,0.7727,0.39,0.2836,58,106,164
+5203,2011-08-09,3,0,8,16,0,2,1,1,0.86,0.7727,0.39,0.2985,57,228,285
+5204,2011-08-09,3,0,8,17,0,2,1,1,0.8,0.7576,0.55,0.1642,79,453,532
+5205,2011-08-09,3,0,8,18,0,2,1,1,0.8,0.7576,0.55,0.194,97,488,585
+5206,2011-08-09,3,0,8,19,0,2,1,1,0.8,0.7424,0.49,0.1045,69,302,371
+5207,2011-08-09,3,0,8,20,0,2,1,1,0.8,0.7273,0.43,0.194,34,258,292
+5208,2011-08-09,3,0,8,21,0,2,1,1,0.78,0.697,0.46,0.2537,46,184,230
+5209,2011-08-09,3,0,8,22,0,2,1,1,0.78,0.697,0.46,0.2985,28,127,155
+5210,2011-08-09,3,0,8,23,0,2,1,1,0.76,0.6818,0.48,0.2836,22,53,75
+5211,2011-08-10,3,0,8,0,0,3,1,1,0.74,0.6667,0.51,0.2239,19,18,37
+5212,2011-08-10,3,0,8,1,0,3,1,1,0.72,0.6667,0.54,0.194,7,10,17
+5213,2011-08-10,3,0,8,2,0,3,1,1,0.72,0.6667,0.54,0.1642,1,10,11
+5214,2011-08-10,3,0,8,3,0,3,1,1,0.7,0.6515,0.58,0.1642,1,3,4
+5215,2011-08-10,3,0,8,4,0,3,1,1,0.7,0.6515,0.54,0.1343,1,4,5
+5216,2011-08-10,3,0,8,5,0,3,1,1,0.68,0.6364,0.61,0.0896,2,30,32
+5217,2011-08-10,3,0,8,6,0,3,1,1,0.68,0.6364,0.61,0,9,110,119
+5218,2011-08-10,3,0,8,7,0,3,1,1,0.7,0.6515,0.58,0.0896,16,289,305
+5219,2011-08-10,3,0,8,8,0,3,1,1,0.74,0.6667,0.51,0.194,38,361,399
+5220,2011-08-10,3,0,8,9,0,3,1,1,0.76,0.6818,0.48,0.2239,32,148,180
+5221,2011-08-10,3,0,8,10,0,3,1,1,0.8,0.7273,0.43,0.2239,41,72,113
+5222,2011-08-10,3,0,8,11,0,3,1,1,0.8,0.7121,0.41,0.3881,54,95,149
+5223,2011-08-10,3,0,8,12,0,3,1,1,0.82,0.7273,0.38,0.2985,74,166,240
+5224,2011-08-10,3,0,8,13,0,3,1,1,0.82,0.7273,0.38,0.2836,41,150,191
+5225,2011-08-10,3,0,8,14,0,3,1,1,0.84,0.7273,0.34,0.3284,62,116,178
+5226,2011-08-10,3,0,8,15,0,3,1,1,0.86,0.7424,0.3,0.3284,53,141,194
+5227,2011-08-10,3,0,8,16,0,3,1,1,0.86,0.7424,0.26,0.2985,76,206,282
+5228,2011-08-10,3,0,8,17,0,3,1,1,0.84,0.7121,0.26,0.2985,71,513,584
+5229,2011-08-10,3,0,8,18,0,3,1,1,0.82,0.7121,0.28,0.2985,70,489,559
+5230,2011-08-10,3,0,8,19,0,3,1,1,0.8,0.697,0.26,0.2537,79,334,413
+5231,2011-08-10,3,0,8,20,0,3,1,1,0.76,0.6667,0.31,0.1343,59,253,312
+5232,2011-08-10,3,0,8,21,0,3,1,1,0.76,0.6667,0.33,0.1045,47,162,209
+5233,2011-08-10,3,0,8,22,0,3,1,1,0.74,0.6515,0.37,0,17,122,139
+5234,2011-08-10,3,0,8,23,0,3,1,1,0.74,0.6515,0.37,0.0896,14,94,108
+5235,2011-08-11,3,0,8,0,0,4,1,1,0.7,0.6364,0.45,0.1045,6,40,46
+5236,2011-08-11,3,0,8,1,0,4,1,1,0.7,0.6364,0.45,0.1343,9,17,26
+5237,2011-08-11,3,0,8,2,0,4,1,1,0.66,0.6212,0.54,0.1343,3,8,11
+5238,2011-08-11,3,0,8,3,0,4,1,1,0.64,0.6212,0.57,0.1343,2,7,9
+5239,2011-08-11,3,0,8,4,0,4,1,1,0.64,0.6212,0.57,0.1642,1,4,5
+5240,2011-08-11,3,0,8,5,0,4,1,1,0.64,0.6212,0.61,0.194,2,23,25
+5241,2011-08-11,3,0,8,6,0,4,1,1,0.62,0.6061,0.65,0.1642,5,101,106
+5242,2011-08-11,3,0,8,7,0,4,1,1,0.66,0.6212,0.54,0.1343,15,292,307
+5243,2011-08-11,3,0,8,8,0,4,1,1,0.7,0.6364,0.45,0.1642,29,361,390
+5244,2011-08-11,3,0,8,9,0,4,1,1,0.72,0.6515,0.39,0.2239,31,166,197
+5245,2011-08-11,3,0,8,10,0,4,1,1,0.74,0.6515,0.37,0.2537,36,96,132
+5246,2011-08-11,3,0,8,11,0,4,1,1,0.76,0.6667,0.35,0.2537,59,128,187
+5247,2011-08-11,3,0,8,12,0,4,1,1,0.78,0.6818,0.31,0.2537,50,164,214
+5248,2011-08-11,3,0,8,13,0,4,1,1,0.76,0.6667,0.31,0.2239,51,166,217
+5249,2011-08-11,3,0,8,14,0,4,1,1,0.8,0.697,0.29,0,39,103,142
+5250,2011-08-11,3,0,8,15,0,4,1,1,0.8,0.697,0.29,0.2985,52,126,178
+5251,2011-08-11,3,0,8,16,0,4,1,1,0.8,0.697,0.27,0.194,57,241,298
+5252,2011-08-11,3,0,8,17,0,4,1,1,0.8,0.697,0.29,0.2537,96,486,582
+5253,2011-08-11,3,0,8,18,0,4,1,1,0.78,0.6818,0.29,0.0896,74,497,571
+5254,2011-08-11,3,0,8,19,0,4,1,1,0.74,0.6515,0.35,0.194,48,323,371
+5255,2011-08-11,3,0,8,20,0,4,1,1,0.72,0.6515,0.37,0.1343,56,232,288
+5256,2011-08-11,3,0,8,21,0,4,1,1,0.7,0.6515,0.48,0.0896,35,171,206
+5257,2011-08-11,3,0,8,22,0,4,1,1,0.7,0.6515,0.48,0,34,123,157
+5258,2011-08-11,3,0,8,23,0,4,1,1,0.66,0.6212,0.5,0.1642,22,105,127
+5259,2011-08-12,3,0,8,0,0,5,1,1,0.64,0.6212,0.53,0.1642,12,53,65
+5260,2011-08-12,3,0,8,1,0,5,1,1,0.64,0.6212,0.53,0.1343,4,19,23
+5261,2011-08-12,3,0,8,2,0,5,1,1,0.62,0.6212,0.57,0.194,0,15,15
+5262,2011-08-12,3,0,8,3,0,5,1,1,0.62,0.6212,0.53,0.1642,0,9,9
+5263,2011-08-12,3,0,8,4,0,5,1,1,0.62,0.6212,0.53,0.1343,0,5,5
+5264,2011-08-12,3,0,8,5,0,5,1,1,0.6,0.6212,0.56,0.1343,2,24,26
+5265,2011-08-12,3,0,8,6,0,5,1,1,0.62,0.6212,0.5,0.1343,3,73,76
+5266,2011-08-12,3,0,8,7,0,5,1,1,0.64,0.6212,0.44,0.1642,17,247,264
+5267,2011-08-12,3,0,8,8,0,5,1,1,0.68,0.6364,0.39,0.2239,29,397,426
+5268,2011-08-12,3,0,8,9,0,5,1,1,0.72,0.6515,0.34,0.1343,27,178,205
+5269,2011-08-12,3,0,8,10,0,5,1,1,0.74,0.6515,0.33,0.1045,44,86,130
+5270,2011-08-12,3,0,8,11,0,5,1,1,0.76,0.6667,0.29,0,48,108,156
+5271,2011-08-12,3,0,8,12,0,5,1,1,0.8,0.697,0.27,0,55,167,222
+5272,2011-08-12,3,0,8,13,0,5,1,1,0.78,0.6818,0.29,0.0896,74,179,253
+5273,2011-08-12,3,0,8,14,0,5,1,1,0.8,0.697,0.29,0.194,51,135,186
+5274,2011-08-12,3,0,8,15,0,5,1,1,0.8,0.697,0.29,0.1642,59,190,249
+5275,2011-08-12,3,0,8,16,0,5,1,1,0.82,0.7121,0.28,0,68,266,334
+5276,2011-08-12,3,0,8,17,0,5,1,1,0.82,0.7121,0.26,0,93,423,516
+5277,2011-08-12,3,0,8,18,0,5,1,1,0.76,0.6818,0.4,0.2985,89,376,465
+5278,2011-08-12,3,0,8,19,0,5,1,1,0.74,0.6667,0.42,0.2239,101,284,385
+5279,2011-08-12,3,0,8,20,0,5,1,1,0.72,0.6515,0.42,0.2239,77,210,287
+5280,2011-08-12,3,0,8,21,0,5,1,1,0.7,0.6515,0.48,0.1343,73,153,226
+5281,2011-08-12,3,0,8,22,0,5,1,1,0.68,0.6364,0.51,0,74,157,231
+5282,2011-08-12,3,0,8,23,0,5,1,1,0.68,0.6364,0.51,0,51,100,151
+5283,2011-08-13,3,0,8,0,0,6,0,1,0.68,0.6364,0.51,0.1045,15,69,84
+5284,2011-08-13,3,0,8,1,0,6,0,2,0.68,0.6364,0.57,0.0896,13,64,77
+5285,2011-08-13,3,0,8,2,0,6,0,1,0.68,0.6364,0.57,0,16,58,74
+5286,2011-08-13,3,0,8,3,0,6,0,1,0.66,0.6212,0.65,0.1343,9,18,27
+5287,2011-08-13,3,0,8,4,0,6,0,2,0.64,0.6061,0.73,0.1343,5,5,10
+5288,2011-08-13,3,0,8,5,0,6,0,1,0.64,0.6061,0.73,0.1045,3,15,18
+5289,2011-08-13,3,0,8,6,0,6,0,1,0.64,0.6061,0.73,0.0896,3,19,22
+5290,2011-08-13,3,0,8,7,0,6,0,2,0.66,0.6212,0.74,0.194,10,34,44
+5291,2011-08-13,3,0,8,8,0,6,0,2,0.7,0.6515,0.65,0.1642,28,90,118
+5292,2011-08-13,3,0,8,9,0,6,0,2,0.7,0.6667,0.74,0.1642,70,138,208
+5293,2011-08-13,3,0,8,10,0,6,0,2,0.72,0.697,0.74,0.2239,97,163,260
+5294,2011-08-13,3,0,8,11,0,6,0,2,0.74,0.697,0.7,0.194,122,192,314
+5295,2011-08-13,3,0,8,12,0,6,0,2,0.66,0.5909,0.89,0.1642,175,246,421
+5296,2011-08-13,3,0,8,13,0,6,0,2,0.74,0.7121,0.74,0.3284,61,92,153
+5297,2011-08-13,3,0,8,14,0,6,0,1,0.74,0.697,0.7,0.2537,113,146,259
+5298,2011-08-13,3,0,8,15,0,6,0,3,0.68,0.6364,0.79,0.3582,150,208,358
+5299,2011-08-13,3,0,8,16,0,6,0,2,0.7,0.6667,0.74,0.2836,148,133,281
+5300,2011-08-13,3,0,8,17,0,6,0,2,0.72,0.697,0.74,0.2537,97,172,269
+5301,2011-08-13,3,0,8,18,0,6,0,1,0.7,0.6667,0.74,0.2239,123,169,292
+5302,2011-08-13,3,0,8,19,0,6,0,2,0.68,0.6364,0.79,0.2836,67,170,237
+5303,2011-08-13,3,0,8,20,0,6,0,2,0.68,0.6364,0.83,0.2239,78,105,183
+5304,2011-08-13,3,0,8,21,0,6,0,2,0.68,0.6364,0.83,0.3881,40,127,167
+5305,2011-08-13,3,0,8,22,0,6,0,2,0.68,0.6364,0.83,0.3881,36,118,154
+5306,2011-08-13,3,0,8,23,0,6,0,2,0.66,0.6061,0.83,0.3284,25,95,120
+5307,2011-08-14,3,0,8,0,0,0,0,3,0.66,0.6061,0.83,0.2985,19,71,90
+5308,2011-08-14,3,0,8,1,0,0,0,3,0.64,0.5758,0.89,0.2239,16,57,73
+5309,2011-08-14,3,0,8,2,0,0,0,3,0.64,0.5758,0.89,0.2239,13,49,62
+5310,2011-08-14,3,0,8,3,0,0,0,2,0.64,0.5606,0.94,0.2537,5,22,27
+5311,2011-08-14,3,0,8,4,0,0,0,3,0.64,0.5606,0.94,0.194,1,2,3
+5312,2011-08-14,3,0,8,5,0,0,0,2,0.64,0.5606,0.94,0.1642,1,9,10
+5313,2011-08-14,3,0,8,6,0,0,0,2,0.64,0.5606,0.94,0.1045,2,4,6
+5314,2011-08-14,3,0,8,7,0,0,0,2,0.66,0.5909,0.89,0.194,4,20,24
+5315,2011-08-14,3,0,8,8,0,0,0,2,0.66,0.5909,0.89,0.2836,20,21,41
+5316,2011-08-14,3,0,8,9,0,0,0,3,0.66,0.5909,0.89,0.2836,27,76,103
+5317,2011-08-14,3,0,8,10,0,0,0,1,0.7,0.6667,0.79,0.2239,67,116,183
+5318,2011-08-14,3,0,8,11,0,0,0,1,0.7,0.6667,0.79,0.194,81,117,198
+5319,2011-08-14,3,0,8,12,0,0,0,2,0.7,0.6667,0.79,0.2239,98,183,281
+5320,2011-08-14,3,0,8,13,0,0,0,1,0.72,0.697,0.74,0.2537,144,233,377
+5321,2011-08-14,3,0,8,14,0,0,0,1,0.74,0.697,0.7,0.194,126,244,370
+5322,2011-08-14,3,0,8,15,0,0,0,1,0.74,0.697,0.66,0.194,128,203,331
+5323,2011-08-14,3,0,8,16,0,0,0,1,0.74,0.697,0.66,0.1642,116,176,292
+5324,2011-08-14,3,0,8,17,0,0,0,1,0.76,0.7121,0.62,0.1343,133,196,329
+5325,2011-08-14,3,0,8,18,0,0,0,1,0.74,0.697,0.66,0.1642,125,222,347
+5326,2011-08-14,3,0,8,19,0,0,0,1,0.72,0.697,0.74,0.2239,75,184,259
+5327,2011-08-14,3,0,8,20,0,0,0,1,0.7,0.6667,0.84,0.1642,67,126,193
+5328,2011-08-14,3,0,8,21,0,0,0,3,0.6,0.5455,0.88,0.4925,51,104,155
+5329,2011-08-14,3,0,8,22,0,0,0,3,0.6,0.5455,0.88,0.4925,14,25,39
+5330,2011-08-14,3,0,8,23,0,0,0,3,0.6,0.5606,0.83,0,5,22,27
+5331,2011-08-15,3,0,8,0,0,1,1,3,0.6,0.5455,0.88,0.0896,7,18,25
+5332,2011-08-15,3,0,8,1,0,1,1,2,0.6,0.5455,0.88,0.1343,1,9,10
+5333,2011-08-15,3,0,8,2,0,1,1,2,0.6,0.5606,0.83,0,0,3,3
+5334,2011-08-15,3,0,8,3,0,1,1,1,0.6,0.5606,0.83,0.194,1,6,7
+5335,2011-08-15,3,0,8,4,0,1,1,1,0.6,0.5606,0.83,0.1343,1,4,5
+5336,2011-08-15,3,0,8,5,0,1,1,2,0.6,0.5455,0.88,0.194,3,14,17
+5337,2011-08-15,3,0,8,6,0,1,1,1,0.6,0.5455,0.88,0.2537,3,87,90
+5338,2011-08-15,3,0,8,7,0,1,1,1,0.6,0.5455,0.88,0.2537,10,248,258
+5339,2011-08-15,3,0,8,8,0,1,1,1,0.64,0.5909,0.78,0.3284,29,326,355
+5340,2011-08-15,3,0,8,9,0,1,1,1,0.64,0.5909,0.78,0.3284,52,170,222
+5341,2011-08-15,3,0,8,10,0,1,1,1,0.68,0.6364,0.69,0.2836,54,87,141
+5342,2011-08-15,3,0,8,11,0,1,1,2,0.72,0.6818,0.62,0.2537,41,112,153
+5343,2011-08-15,3,0,8,12,0,1,1,1,0.74,0.6818,0.58,0.2836,62,116,178
+5344,2011-08-15,3,0,8,13,0,1,1,1,0.78,0.7121,0.52,0.2836,53,140,193
+5345,2011-08-15,3,0,8,14,0,1,1,1,0.74,0.6818,0.55,0.0896,56,95,151
+5346,2011-08-15,3,0,8,15,0,1,1,3,0.74,0.6818,0.55,0.2985,49,133,182
+5347,2011-08-15,3,0,8,16,0,1,1,1,0.74,0.6818,0.55,0.3284,58,225,283
+5348,2011-08-15,3,0,8,17,0,1,1,1,0.74,0.6667,0.51,0.2836,59,471,530
+5349,2011-08-15,3,0,8,18,0,1,1,1,0.7,0.6515,0.65,0.194,70,413,483
+5350,2011-08-15,3,0,8,19,0,1,1,1,0.7,0.6515,0.65,0,54,343,397
+5351,2011-08-15,3,0,8,20,0,1,1,1,0.66,0.6212,0.74,0.1343,45,240,285
+5352,2011-08-15,3,0,8,21,0,1,1,1,0.66,0.6212,0.65,0.194,34,150,184
+5353,2011-08-15,3,0,8,22,0,1,1,1,0.66,0.6212,0.69,0.2537,22,76,98
+5354,2011-08-15,3,0,8,23,0,1,1,1,0.64,0.6061,0.69,0.2239,11,77,88
+5355,2011-08-16,3,0,8,0,0,2,1,1,0.64,0.6061,0.69,0.1045,8,23,31
+5356,2011-08-16,3,0,8,1,0,2,1,1,0.64,0.6061,0.69,0.1642,4,12,16
+5357,2011-08-16,3,0,8,2,0,2,1,1,0.62,0.5909,0.73,0.2239,1,3,4
+5358,2011-08-16,3,0,8,3,0,2,1,1,0.62,0.5909,0.73,0.2239,1,5,6
+5359,2011-08-16,3,0,8,4,0,2,1,1,0.64,0.6061,0.69,0.2985,0,5,5
+5360,2011-08-16,3,0,8,5,0,2,1,1,0.62,0.5909,0.73,0.2836,1,29,30
+5361,2011-08-16,3,0,8,6,0,2,1,1,0.62,0.5909,0.73,0.3284,4,115,119
+5362,2011-08-16,3,0,8,7,0,2,1,1,0.64,0.6061,0.69,0.2537,18,328,346
+5363,2011-08-16,3,0,8,8,0,2,1,1,0.7,0.6515,0.58,0.4478,24,417,441
+5364,2011-08-16,3,0,8,9,0,2,1,1,0.68,0.6364,0.61,0.2836,27,171,198
+5365,2011-08-16,3,0,8,10,0,2,1,1,0.7,0.6515,0.58,0.3881,28,83,111
+5366,2011-08-16,3,0,8,11,0,2,1,1,0.74,0.6667,0.51,0.2239,40,110,150
+5367,2011-08-16,3,0,8,12,0,2,1,1,0.76,0.6818,0.48,0.3284,42,120,162
+5368,2011-08-16,3,0,8,13,0,2,1,1,0.76,0.6818,0.48,0.2985,45,147,192
+5369,2011-08-16,3,0,8,14,0,2,1,1,0.76,0.6818,0.45,0.4179,65,117,182
+5370,2011-08-16,3,0,8,15,0,2,1,1,0.8,0.7121,0.41,0.2985,36,123,159
+5371,2011-08-16,3,0,8,16,0,2,1,1,0.8,0.7121,0.41,0.2239,55,248,303
+5372,2011-08-16,3,0,8,17,0,2,1,1,0.76,0.6818,0.45,0.3284,75,525,600
+5373,2011-08-16,3,0,8,18,0,2,1,1,0.76,0.6818,0.45,0.2239,54,516,570
+5374,2011-08-16,3,0,8,19,0,2,1,1,0.74,0.6667,0.48,0.194,56,320,376
+5375,2011-08-16,3,0,8,20,0,2,1,1,0.74,0.6667,0.51,0,48,232,280
+5376,2011-08-16,3,0,8,21,0,2,1,1,0.72,0.6667,0.54,0,38,177,215
+5377,2011-08-16,3,0,8,22,0,2,1,1,0.7,0.6515,0.61,0,31,121,152
+5378,2011-08-16,3,0,8,23,0,2,1,1,0.66,0.6212,0.65,0.1343,20,57,77
+5379,2011-08-17,3,0,8,0,0,3,1,1,0.66,0.6212,0.69,0.0896,8,16,24
+5380,2011-08-17,3,0,8,1,0,3,1,1,0.64,0.6061,0.73,0.1642,2,12,14
+5381,2011-08-17,3,0,8,2,0,3,1,1,0.66,0.6212,0.69,0,0,6,6
+5382,2011-08-17,3,0,8,3,0,3,1,1,0.64,0.5909,0.78,0,1,4,5
+5383,2011-08-17,3,0,8,4,0,3,1,1,0.64,0.6061,0.73,0,0,5,5
+5384,2011-08-17,3,0,8,5,0,3,1,1,0.64,0.6061,0.73,0,0,28,28
+5385,2011-08-17,3,0,8,6,0,3,1,1,0.62,0.5909,0.78,0,4,101,105
+5386,2011-08-17,3,0,8,7,0,3,1,1,0.66,0.6212,0.65,0.0896,12,296,308
+5387,2011-08-17,3,0,8,8,0,3,1,1,0.7,0.6515,0.54,0.1642,35,452,487
+5388,2011-08-17,3,0,8,9,0,3,1,1,0.74,0.6667,0.48,0.0896,31,178,209
+5389,2011-08-17,3,0,8,10,0,3,1,1,0.76,0.6818,0.43,0.0896,27,91,118
+5390,2011-08-17,3,0,8,11,0,3,1,1,0.78,0.697,0.43,0.1045,20,108,128
+5391,2011-08-17,3,0,8,12,0,3,1,1,0.8,0.7273,0.43,0.2836,26,163,189
+5392,2011-08-17,3,0,8,13,0,3,1,1,0.8,0.7121,0.41,0.194,38,138,176
+5393,2011-08-17,3,0,8,14,0,3,1,1,0.82,0.7273,0.36,0.1642,54,138,192
+5394,2011-08-17,3,0,8,15,0,3,1,1,0.8,0.7273,0.43,0.1343,42,117,159
+5395,2011-08-17,3,0,8,16,0,3,1,1,0.82,0.7424,0.43,0.2239,62,238,300
+5396,2011-08-17,3,0,8,17,0,3,1,1,0.8,0.7424,0.49,0.2239,46,506,552
+5397,2011-08-17,3,0,8,18,0,3,1,1,0.76,0.697,0.55,0.2537,86,470,556
+5398,2011-08-17,3,0,8,19,0,3,1,1,0.76,0.697,0.55,0.2239,50,297,347
+5399,2011-08-17,3,0,8,20,0,3,1,1,0.74,0.6818,0.58,0.2537,37,243,280
+5400,2011-08-17,3,0,8,21,0,3,1,1,0.72,0.6818,0.62,0.2239,38,192,230
+5401,2011-08-17,3,0,8,22,0,3,1,1,0.7,0.6515,0.65,0.194,29,142,171
+5402,2011-08-17,3,0,8,23,0,3,1,1,0.7,0.6515,0.65,0.2836,20,85,105
+5403,2011-08-18,3,0,8,0,0,4,1,1,0.68,0.6364,0.65,0.1343,18,38,56
+5404,2011-08-18,3,0,8,1,0,4,1,2,0.66,0.6212,0.65,0.1642,13,11,24
+5405,2011-08-18,3,0,8,2,0,4,1,1,0.66,0.6212,0.65,0.2239,2,4,6
+5406,2011-08-18,3,0,8,3,0,4,1,1,0.66,0.6212,0.69,0.2836,0,6,6
+5407,2011-08-18,3,0,8,4,0,4,1,1,0.64,0.6061,0.73,0.2239,0,9,9
+5408,2011-08-18,3,0,8,5,0,4,1,1,0.64,0.5909,0.78,0.2836,0,27,27
+5409,2011-08-18,3,0,8,6,0,4,1,2,0.64,0.5909,0.78,0.2537,6,97,103
+5410,2011-08-18,3,0,8,7,0,4,1,1,0.64,0.5909,0.78,0.2985,19,289,308
+5411,2011-08-18,3,0,8,8,0,4,1,1,0.66,0.6212,0.74,0.2836,27,393,420
+5412,2011-08-18,3,0,8,9,0,4,1,1,0.72,0.6818,0.66,0.2537,42,186,228
+5413,2011-08-18,3,0,8,10,0,4,1,1,0.74,0.697,0.66,0.2537,37,92,129
+5414,2011-08-18,3,0,8,11,0,4,1,1,0.76,0.7121,0.58,0.2537,44,97,141
+5415,2011-08-18,3,0,8,12,0,4,1,1,0.8,0.7424,0.52,0.2836,34,139,173
+5416,2011-08-18,3,0,8,13,0,4,1,1,0.8,0.7424,0.52,0.3582,33,154,187
+5417,2011-08-18,3,0,8,14,0,4,1,1,0.82,0.7576,0.46,0.3284,67,115,182
+5418,2011-08-18,3,0,8,15,0,4,1,1,0.8,0.7273,0.46,0.3582,56,118,174
+5419,2011-08-18,3,0,8,16,0,4,1,1,0.8,0.7273,0.46,0.3582,49,196,245
+5420,2011-08-18,3,0,8,17,0,4,1,3,0.8,0.7273,0.46,0.2985,44,365,409
+5421,2011-08-18,3,0,8,18,0,4,1,3,0.76,0.697,0.55,0.2537,48,226,274
+5422,2011-08-18,3,0,8,19,0,4,1,1,0.66,0.6061,0.83,0.1045,26,115,141
+5423,2011-08-18,3,0,8,20,0,4,1,1,0.66,0.6061,0.83,0.1045,24,141,165
+5424,2011-08-18,3,0,8,21,0,4,1,2,0.68,0.6364,0.79,0,12,137,149
+5425,2011-08-18,3,0,8,22,0,4,1,2,0.7,0.6667,0.74,0.1045,18,117,135
+5426,2011-08-18,3,0,8,23,0,4,1,2,0.7,0.6667,0.74,0.1343,20,94,114
+5427,2011-08-19,3,0,8,0,0,5,1,3,0.68,0.6364,0.69,0.194,9,53,62
+5428,2011-08-19,3,0,8,1,0,5,1,3,0.64,0.5758,0.89,0,1,19,20
+5429,2011-08-19,3,0,8,2,0,5,1,3,0.64,0.5758,0.83,0,0,8,8
+5430,2011-08-19,3,0,8,3,0,5,1,1,0.64,0.5909,0.78,0,2,1,3
+5431,2011-08-19,3,0,8,4,0,5,1,1,0.64,0.5758,0.83,0,1,7,8
+5432,2011-08-19,3,0,8,5,0,5,1,1,0.64,0.5758,0.83,0,1,16,17
+5433,2011-08-19,3,0,8,6,0,5,1,1,0.64,0.5758,0.83,0,2,91,93
+5434,2011-08-19,3,0,8,7,0,5,1,2,0.66,0.6061,0.83,0.0896,12,251,263
+5435,2011-08-19,3,0,8,8,0,5,1,2,0.66,0.6061,0.83,0,30,368,398
+5436,2011-08-19,3,0,8,9,0,5,1,1,0.7,0.6515,0.65,0.1343,31,187,218
+5437,2011-08-19,3,0,8,10,0,5,1,1,0.72,0.6818,0.62,0.0896,57,108,165
+5438,2011-08-19,3,0,8,11,0,5,1,2,0.72,0.6818,0.66,0.0896,45,120,165
+5439,2011-08-19,3,0,8,12,0,5,1,2,0.74,0.6818,0.62,0.0896,54,168,222
+5440,2011-08-19,3,0,8,13,0,5,1,2,0.76,0.7121,0.62,0.194,63,169,232
+5441,2011-08-19,3,0,8,14,0,5,1,1,0.78,0.7273,0.55,0.194,78,142,220
+5442,2011-08-19,3,0,8,15,0,5,1,1,0.8,0.7424,0.49,0.1045,66,156,222
+5443,2011-08-19,3,0,8,16,0,5,1,1,0.8,0.7424,0.49,0,66,261,327
+5444,2011-08-19,3,0,8,17,0,5,1,1,0.76,0.7121,0.58,0.5224,85,442,527
+5445,2011-08-19,3,0,8,18,0,5,1,1,0.76,0.7121,0.58,0.5224,88,337,425
+5446,2011-08-19,3,0,8,19,0,5,1,3,0.62,0.5909,0.73,0.4627,33,132,165
+5447,2011-08-19,3,0,8,20,0,5,1,3,0.62,0.5758,0.83,0.2985,12,46,58
+5448,2011-08-19,3,0,8,21,0,5,1,1,0.62,0.5758,0.83,0.1343,18,89,107
+5449,2011-08-19,3,0,8,22,0,5,1,1,0.6,0.5455,0.88,0.1343,25,97,122
+5450,2011-08-19,3,0,8,23,0,5,1,2,0.6,0.5455,0.88,0.0896,18,88,106
+5451,2011-08-20,3,0,8,0,0,6,0,1,0.6,0.5455,0.88,0,21,107,128
+5452,2011-08-20,3,0,8,1,0,6,0,1,0.62,0.5758,0.83,0,12,35,47
+5453,2011-08-20,3,0,8,2,0,6,0,1,0.62,0.5909,0.78,0,10,59,69
+5454,2011-08-20,3,0,8,3,0,6,0,1,0.62,0.5909,0.78,0,9,42,51
+5455,2011-08-20,3,0,8,4,0,6,0,2,0.6,0.5455,0.88,0,1,6,7
+5456,2011-08-20,3,0,8,5,0,6,0,1,0.6,0.5606,0.83,0,0,8,8
+5457,2011-08-20,3,0,8,6,0,6,0,2,0.6,0.5606,0.83,0.1343,6,18,24
+5458,2011-08-20,3,0,8,7,0,6,0,1,0.62,0.5758,0.83,0,8,36,44
+5459,2011-08-20,3,0,8,8,0,6,0,1,0.66,0.6212,0.69,0,27,106,133
+5460,2011-08-20,3,0,8,9,0,6,0,1,0.7,0.6515,0.65,0,51,139,190
+5461,2011-08-20,3,0,8,10,0,6,0,1,0.72,0.6818,0.62,0.1045,114,192,306
+5462,2011-08-20,3,0,8,11,0,6,0,1,0.72,0.6667,0.58,0,115,223,338
+5463,2011-08-20,3,0,8,12,0,6,0,1,0.74,0.6818,0.58,0.1343,156,253,409
+5464,2011-08-20,3,0,8,13,0,6,0,1,0.76,0.697,0.55,0.1343,158,220,378
+5465,2011-08-20,3,0,8,14,0,6,0,1,0.8,0.7424,0.49,0.194,147,228,375
+5466,2011-08-20,3,0,8,15,0,6,0,1,0.8,0.7273,0.43,0.194,175,215,390
+5467,2011-08-20,3,0,8,16,0,6,0,1,0.8,0.7273,0.46,0.194,151,222,373
+5468,2011-08-20,3,0,8,17,0,6,0,1,0.8,0.7424,0.49,0.194,180,203,383
+5469,2011-08-20,3,0,8,18,0,6,0,1,0.76,0.7121,0.58,0.2537,169,225,394
+5470,2011-08-20,3,0,8,19,0,6,0,1,0.74,0.6818,0.62,0.194,109,182,291
+5471,2011-08-20,3,0,8,20,0,6,0,1,0.74,0.6818,0.62,0.2239,78,170,248
+5472,2011-08-20,3,0,8,21,0,6,0,1,0.72,0.6818,0.7,0.2239,81,144,225
+5473,2011-08-20,3,0,8,22,0,6,0,2,0.7,0.6667,0.74,0.194,77,146,223
+5474,2011-08-20,3,0,8,23,0,6,0,1,0.7,0.6667,0.74,0.1343,59,98,157
+5475,2011-08-21,3,0,8,0,0,0,0,1,0.7,0.6667,0.74,0.194,6,68,74
+5476,2011-08-21,3,0,8,1,0,0,0,1,0.68,0.6364,0.79,0.2239,17,69,86
+5477,2011-08-21,3,0,8,2,0,0,0,1,0.68,0.6364,0.79,0.194,13,51,64
+5478,2011-08-21,3,0,8,3,0,0,0,1,0.66,0.6061,0.83,0.2239,25,26,51
+5479,2011-08-21,3,0,8,4,0,0,0,1,0.68,0.6364,0.83,0.2239,1,5,6
+5480,2011-08-21,3,0,8,5,0,0,0,1,0.66,0.5909,0.89,0.2985,0,8,8
+5481,2011-08-21,3,0,8,6,0,0,0,1,0.66,0.5909,0.89,0.2836,4,10,14
+5482,2011-08-21,3,0,8,7,0,0,0,1,0.68,0.6364,0.83,0.2985,12,19,31
+5483,2011-08-21,3,0,8,8,0,0,0,1,0.7,0.6667,0.79,0.2239,30,62,92
+5484,2011-08-21,3,0,8,9,0,0,0,1,0.72,0.697,0.74,0.2239,80,151,231
+5485,2011-08-21,3,0,8,10,0,0,0,1,0.74,0.7121,0.74,0.2537,97,177,274
+5486,2011-08-21,3,0,8,11,0,0,0,1,0.8,0.7879,0.63,0.2836,132,181,313
+5487,2011-08-21,3,0,8,12,0,0,0,1,0.82,0.803,0.59,0.2836,135,239,374
+5488,2011-08-21,3,0,8,13,0,0,0,1,0.8,0.7727,0.59,0.4179,94,216,310
+5489,2011-08-21,3,0,8,14,0,0,0,3,0.7,0.6667,0.79,0.3881,78,157,235
+5490,2011-08-21,3,0,8,15,0,0,0,1,0.7,0.6667,0.84,0.2836,17,51,68
+5491,2011-08-21,3,0,8,16,0,0,0,1,0.72,0.697,0.79,0.1642,97,161,258
+5492,2011-08-21,3,0,8,17,0,0,0,1,0.72,0.697,0.79,0.1343,91,179,270
+5493,2011-08-21,3,0,8,18,0,0,0,1,0.72,0.697,0.79,0.2537,96,215,311
+5494,2011-08-21,3,0,8,19,0,0,0,1,0.72,0.6818,0.7,0.2537,81,201,282
+5495,2011-08-21,3,0,8,20,0,0,0,1,0.7,0.6667,0.79,0.2537,41,140,181
+5496,2011-08-21,3,0,8,21,0,0,0,1,0.7,0.6667,0.79,0.2537,45,93,138
+5497,2011-08-21,3,0,8,22,0,0,0,2,0.7,0.6667,0.79,0.194,37,97,134
+5498,2011-08-21,3,0,8,23,0,0,0,1,0.7,0.6667,0.74,0.1642,20,48,68
+5499,2011-08-22,3,0,8,0,0,1,1,1,0.68,0.6364,0.79,0.1642,18,22,40
+5500,2011-08-22,3,0,8,1,0,1,1,1,0.68,0.6364,0.79,0.0896,8,13,21
+5501,2011-08-22,3,0,8,2,0,1,1,2,0.7,0.6515,0.65,0.1045,2,6,8
+5502,2011-08-22,3,0,8,3,0,1,1,3,0.7,0.6515,0.65,0.1343,0,5,5
+5503,2011-08-22,3,0,8,4,0,1,1,1,0.68,0.6364,0.65,0.194,2,10,12
+5504,2011-08-22,3,0,8,5,0,1,1,1,0.66,0.6212,0.65,0.3582,1,23,24
+5505,2011-08-22,3,0,8,6,0,1,1,1,0.66,0.6212,0.61,0.2985,6,106,112
+5506,2011-08-22,3,0,8,7,0,1,1,1,0.66,0.6212,0.61,0.3284,11,270,281
+5507,2011-08-22,3,0,8,8,0,1,1,1,0.66,0.6212,0.61,0.3284,20,331,351
+5508,2011-08-22,3,0,8,9,0,1,1,1,0.68,0.6364,0.54,0.2537,36,151,187
+5509,2011-08-22,3,0,8,10,0,1,1,1,0.7,0.6515,0.48,0.2836,36,85,121
+5510,2011-08-22,3,0,8,11,0,1,1,1,0.72,0.6515,0.34,0.3284,46,85,131
+5511,2011-08-22,3,0,8,12,0,1,1,1,0.74,0.6515,0.35,0.3881,54,153,207
+5512,2011-08-22,3,0,8,13,0,1,1,1,0.74,0.6515,0.3,0.4627,47,158,205
+5513,2011-08-22,3,0,8,14,0,1,1,1,0.74,0.6515,0.3,0.3881,88,137,225
+5514,2011-08-22,3,0,8,15,0,1,1,1,0.74,0.6515,0.3,0.2985,72,127,199
+5515,2011-08-22,3,0,8,16,0,1,1,1,0.74,0.6515,0.3,0.3881,66,254,320
+5516,2011-08-22,3,0,8,17,0,1,1,1,0.74,0.6515,0.27,0.3284,82,509,591
+5517,2011-08-22,3,0,8,18,0,1,1,1,0.72,0.6515,0.28,0.2985,72,537,609
+5518,2011-08-22,3,0,8,19,0,1,1,1,0.7,0.6364,0.3,0.2836,66,350,416
+5519,2011-08-22,3,0,8,20,0,1,1,1,0.66,0.6212,0.34,0.194,21,247,268
+5520,2011-08-22,3,0,8,21,0,1,1,1,0.64,0.6212,0.38,0.194,28,180,208
+5521,2011-08-22,3,0,8,22,0,1,1,1,0.64,0.6212,0.38,0.2985,32,121,153
+5522,2011-08-22,3,0,8,23,0,1,1,1,0.62,0.6212,0.41,0.2537,19,45,64
+5523,2011-08-23,3,0,8,0,0,2,1,1,0.6,0.6212,0.43,0.194,13,22,35
+5524,2011-08-23,3,0,8,1,0,2,1,1,0.58,0.5455,0.49,0.194,6,13,19
+5525,2011-08-23,3,0,8,2,0,2,1,1,0.56,0.5303,0.52,0.194,2,4,6
+5526,2011-08-23,3,0,8,3,0,2,1,1,0.56,0.5303,0.52,0.2836,2,4,6
+5527,2011-08-23,3,0,8,4,0,2,1,1,0.54,0.5152,0.56,0.1642,0,5,5
+5528,2011-08-23,3,0,8,5,0,2,1,1,0.54,0.5152,0.56,0.194,1,35,36
+5529,2011-08-23,3,0,8,6,0,2,1,1,0.54,0.5152,0.6,0.194,3,111,114
+5530,2011-08-23,3,0,8,7,0,2,1,1,0.6,0.6212,0.49,0.194,11,333,344
+5531,2011-08-23,3,0,8,8,0,2,1,2,0.62,0.6212,0.5,0,43,461,504
+5532,2011-08-23,3,0,8,9,0,2,1,2,0.66,0.6212,0.44,0,34,191,225
+5533,2011-08-23,3,0,8,10,0,2,1,1,0.7,0.6364,0.37,0,56,92,148
+5534,2011-08-23,3,0,8,11,0,2,1,1,0.7,0.6364,0.34,0.1045,62,124,186
+5535,2011-08-23,3,0,8,12,0,2,1,1,0.7,0.6364,0.39,0.0896,60,177,237
+5536,2011-08-23,3,0,8,13,0,2,1,1,0.72,0.6515,0.3,0.1045,70,164,234
+5537,2011-08-23,3,0,8,14,0,2,1,1,0.72,0.6515,0.3,0.0896,149,502,651
+5538,2011-08-23,3,0,8,15,0,2,1,1,0.72,0.6515,0.34,0.2239,178,423,601
+5539,2011-08-23,3,0,8,16,0,2,1,1,0.72,0.6515,0.32,0.1343,133,311,444
+5540,2011-08-23,3,0,8,17,0,2,1,1,0.72,0.6515,0.34,0.2239,133,339,472
+5541,2011-08-23,3,0,8,18,0,2,1,1,0.72,0.6515,0.34,0.194,98,421,519
+5542,2011-08-23,3,0,8,19,0,2,1,1,0.66,0.6212,0.5,0.2239,70,297,367
+5543,2011-08-23,3,0,8,20,0,2,1,1,0.64,0.6212,0.53,0.2537,54,206,260
+5544,2011-08-23,3,0,8,21,0,2,1,1,0.62,0.6212,0.57,0,38,173,211
+5545,2011-08-23,3,0,8,22,0,2,1,1,0.62,0.6212,0.57,0.1343,46,145,191
+5546,2011-08-23,3,0,8,23,0,2,1,1,0.62,0.6061,0.61,0.1343,19,61,80
+5547,2011-08-24,3,0,8,0,0,3,1,1,0.62,0.6212,0.57,0.1343,9,29,38
+5548,2011-08-24,3,0,8,1,0,3,1,1,0.6,0.6061,0.6,0.1045,7,17,24
+5549,2011-08-24,3,0,8,2,0,3,1,1,0.58,0.5455,0.68,0.1343,2,4,6
+5550,2011-08-24,3,0,8,3,0,3,1,1,0.58,0.5455,0.68,0.1343,0,1,1
+5551,2011-08-24,3,0,8,4,0,3,1,1,0.56,0.5303,0.73,0.1045,0,7,7
+5552,2011-08-24,3,0,8,5,0,3,1,1,0.56,0.5303,0.73,0.1045,1,26,27
+5553,2011-08-24,3,0,8,6,0,3,1,1,0.56,0.5303,0.73,0,3,105,108
+5554,2011-08-24,3,0,8,7,0,3,1,1,0.6,0.6061,0.64,0.0896,11,297,308
+5555,2011-08-24,3,0,8,8,0,3,1,1,0.62,0.6061,0.69,0.1343,32,436,468
+5556,2011-08-24,3,0,8,9,0,3,1,1,0.64,0.6061,0.69,0.2537,44,169,213
+5557,2011-08-24,3,0,8,10,0,3,1,1,0.7,0.6515,0.58,0.2836,51,95,146
+5558,2011-08-24,3,0,8,11,0,3,1,1,0.72,0.6667,0.54,0.2985,57,128,185
+5559,2011-08-24,3,0,8,12,0,3,1,1,0.74,0.6818,0.55,0.3284,60,175,235
+5560,2011-08-24,3,0,8,13,0,3,1,1,0.76,0.6818,0.48,0.4179,56,180,236
+5561,2011-08-24,3,0,8,14,0,3,1,1,0.76,0.6818,0.48,0.4179,77,127,204
+5562,2011-08-24,3,0,8,15,0,3,1,1,0.76,0.6818,0.48,0.4478,63,141,204
+5563,2011-08-24,3,0,8,16,0,3,1,1,0.76,0.697,0.52,0.4179,49,222,271
+5564,2011-08-24,3,0,8,17,0,3,1,1,0.76,0.697,0.52,0.3582,83,484,567
+5565,2011-08-24,3,0,8,18,0,3,1,1,0.74,0.6818,0.55,0.2985,102,519,621
+5566,2011-08-24,3,0,8,19,0,3,1,1,0.74,0.6818,0.55,0.2985,93,347,440
+5567,2011-08-24,3,0,8,20,0,3,1,1,0.72,0.6667,0.58,0.2985,45,289,334
+5568,2011-08-24,3,0,8,21,0,3,1,1,0.7,0.6515,0.61,0.3582,47,189,236
+5569,2011-08-24,3,0,8,22,0,3,1,1,0.7,0.6515,0.65,0.3582,41,140,181
+5570,2011-08-24,3,0,8,23,0,3,1,1,0.68,0.6364,0.69,0.2985,16,54,70
+5571,2011-08-25,3,0,8,0,0,4,1,1,0.68,0.6364,0.74,0.2985,11,41,52
+5572,2011-08-25,3,0,8,1,0,4,1,1,0.68,0.6364,0.69,0.3881,4,11,15
+5573,2011-08-25,3,0,8,2,0,4,1,1,0.68,0.6364,0.69,0.3881,3,2,5
+5574,2011-08-25,3,0,8,3,0,4,1,1,0.66,0.6212,0.74,0.3284,2,2,4
+5575,2011-08-25,3,0,8,4,0,4,1,1,0.66,0.6061,0.78,0.3881,1,6,7
+5576,2011-08-25,3,0,8,5,0,4,1,1,0.66,0.6061,0.83,0.4179,1,25,26
+5577,2011-08-25,3,0,8,6,0,4,1,1,0.66,0.6061,0.83,0.3284,1,101,102
+5578,2011-08-25,3,0,8,7,0,4,1,2,0.68,0.6364,0.79,0.3284,17,296,313
+5579,2011-08-25,3,0,8,8,0,4,1,2,0.7,0.6667,0.74,0.2985,23,461,484
+5580,2011-08-25,3,0,8,9,0,4,1,2,0.72,0.6818,0.7,0.2985,21,141,162
+5581,2011-08-25,3,0,8,10,0,4,1,2,0.74,0.697,0.66,0.2985,37,105,142
+5582,2011-08-25,3,0,8,11,0,4,1,3,0.7,0.6667,0.79,0,39,112,151
+5583,2011-08-25,3,0,8,12,0,4,1,3,0.7,0.6667,0.79,0,9,32,41
+5584,2011-08-25,3,0,8,13,0,4,1,1,0.7,0.6667,0.79,0.1045,7,30,37
+5585,2011-08-25,3,0,8,14,0,4,1,2,0.72,0.697,0.74,0,27,86,113
+5586,2011-08-25,3,0,8,15,0,4,1,2,0.74,0.697,0.7,0,28,104,132
+5587,2011-08-25,3,0,8,16,0,4,1,1,0.72,0.7121,0.84,0,16,105,121
+5588,2011-08-25,3,0,8,17,0,4,1,1,0.72,0.7121,0.84,0,28,284,312
+5589,2011-08-25,3,0,8,18,0,4,1,2,0.72,0.7121,0.84,0.1343,31,377,408
+5590,2011-08-25,3,0,8,19,0,4,1,2,0.66,0.6061,0.78,0.3284,31,241,272
+5591,2011-08-25,3,0,8,20,0,4,1,1,0.64,0.5909,0.78,0.3582,33,192,225
+5592,2011-08-25,3,0,8,21,0,4,1,1,0.64,0.5909,0.78,0.2836,29,158,187
+5593,2011-08-25,3,0,8,22,0,4,1,1,0.62,0.5758,0.83,0,21,126,147
+5594,2011-08-25,3,0,8,23,0,4,1,1,0.62,0.5758,0.83,0.0896,15,69,84
+5595,2011-08-26,3,0,8,0,0,5,1,1,0.62,0.5758,0.83,0.1343,9,42,51
+5596,2011-08-26,3,0,8,1,0,5,1,1,0.62,0.5758,0.83,0,10,13,23
+5597,2011-08-26,3,0,8,2,0,5,1,1,0.62,0.5606,0.88,0.1343,4,16,20
+5598,2011-08-26,3,0,8,3,0,5,1,1,0.6,0.5455,0.88,0.1045,3,8,11
+5599,2011-08-26,3,0,8,4,0,5,1,1,0.62,0.5606,0.88,0,2,6,8
+5600,2011-08-26,3,0,8,5,0,5,1,2,0.62,0.5606,0.88,0,3,23,26
+5601,2011-08-26,3,0,8,6,0,5,1,1,0.62,0.5606,0.88,0,5,100,105
+5602,2011-08-26,3,0,8,7,0,5,1,1,0.64,0.5758,0.83,0,3,263,266
+5603,2011-08-26,3,0,8,8,0,5,1,1,0.66,0.6061,0.83,0.1045,17,387,404
+5604,2011-08-26,3,0,8,9,0,5,1,1,0.7,0.6667,0.74,0,39,191,230
+5605,2011-08-26,3,0,8,10,0,5,1,1,0.74,0.697,0.66,0.0896,34,89,123
+5606,2011-08-26,3,0,8,11,0,5,1,2,0.76,0.7121,0.62,0,63,151,214
+5607,2011-08-26,3,0,8,12,0,5,1,2,0.76,0.7273,0.66,0.1045,70,173,243
+5608,2011-08-26,3,0,8,13,0,5,1,2,0.78,0.7424,0.59,0.1045,72,165,237
+5609,2011-08-26,3,0,8,14,0,5,1,1,0.8,0.7727,0.59,0,55,164,219
+5610,2011-08-26,3,0,8,15,0,5,1,2,0.8,0.7727,0.59,0.194,53,196,249
+5611,2011-08-26,3,0,8,16,0,5,1,1,0.78,0.7424,0.62,0.1045,50,293,343
+5612,2011-08-26,3,0,8,17,0,5,1,1,0.74,0.7121,0.74,0.2537,56,433,489
+5613,2011-08-26,3,0,8,18,0,5,1,2,0.74,0.7121,0.74,0.1343,40,370,410
+5614,2011-08-26,3,0,8,19,0,5,1,1,0.72,0.697,0.79,0.1045,55,235,290
+5615,2011-08-26,3,0,8,20,0,5,1,1,0.72,0.697,0.79,0.0896,39,183,222
+5616,2011-08-26,3,0,8,21,0,5,1,1,0.72,0.697,0.79,0.1642,38,152,190
+5617,2011-08-26,3,0,8,22,0,5,1,1,0.72,0.697,0.79,0.1045,26,126,152
+5618,2011-08-26,3,0,8,23,0,5,1,1,0.7,0.6667,0.84,0.0896,22,114,136
+5619,2011-08-27,3,0,8,0,0,6,0,1,0.7,0.6667,0.84,0.1045,33,112,145
+5620,2011-08-27,3,0,8,1,0,6,0,1,0.7,0.6667,0.84,0.1642,13,51,64
+5621,2011-08-27,3,0,8,2,0,6,0,1,0.7,0.6667,0.84,0.194,18,59,77
+5622,2011-08-27,3,0,8,3,0,6,0,2,0.7,0.6667,0.84,0.2239,8,22,30
+5623,2011-08-27,3,0,8,4,0,6,0,2,0.7,0.6667,0.84,0.2239,1,3,4
+5624,2011-08-27,3,0,8,5,0,6,0,2,0.7,0.6667,0.84,0.2985,1,11,12
+5625,2011-08-27,3,0,8,6,0,6,0,2,0.7,0.6667,0.84,0.2985,3,15,18
+5626,2011-08-27,3,0,8,7,0,6,0,2,0.7,0.6667,0.84,0.3582,2,26,28
+5627,2011-08-27,3,0,8,8,0,6,0,2,0.7,0.6667,0.84,0.2537,14,62,76
+5628,2011-08-27,3,0,8,9,0,6,0,2,0.7,0.6667,0.84,0.4179,28,128,156
+5629,2011-08-27,3,0,8,10,0,6,0,2,0.7,0.6667,0.79,0.4627,51,154,205
+5630,2011-08-27,3,0,8,11,0,6,0,3,0.66,0.5909,0.89,0.4179,15,73,88
+5631,2011-08-27,3,0,8,12,0,6,0,3,0.66,0.6061,0.83,0.4925,11,65,76
+5632,2011-08-27,3,0,8,13,0,6,0,3,0.66,0.6061,0.83,0.3881,10,33,43
+5633,2011-08-27,3,0,8,14,0,6,0,3,0.64,0.5758,0.89,0.5522,4,19,23
+5634,2011-08-27,3,0,8,15,0,6,0,3,0.64,0.5758,0.89,0.5522,2,28,30
+5635,2011-08-27,3,0,8,16,0,6,0,3,0.64,0.5758,0.89,0.5224,10,14,24
+5636,2011-08-27,3,0,8,17,0,6,0,3,0.64,0.5758,0.89,0.8358,2,14,16
+5637,2011-08-28,3,0,8,7,0,0,0,3,0.62,0.5758,0.83,0.3582,0,1,1
+5638,2011-08-28,3,0,8,8,0,0,0,3,0.62,0.5758,0.83,0.4179,2,6,8
+5639,2011-08-28,3,0,8,9,0,0,0,1,0.66,0.6212,0.74,0.4179,7,46,53
+5640,2011-08-28,3,0,8,10,0,0,0,1,0.7,0.6515,0.61,0.6119,27,115,142
+5641,2011-08-28,3,0,8,11,0,0,0,1,0.7,0.6515,0.58,0.3881,59,178,237
+5642,2011-08-28,3,0,8,12,0,0,0,1,0.74,0.6667,0.51,0.3881,88,218,306
+5643,2011-08-28,3,0,8,13,0,0,0,1,0.76,0.6818,0.45,0.3582,129,302,431
+5644,2011-08-28,3,0,8,14,0,0,0,1,0.78,0.697,0.43,0.4179,157,290,447
+5645,2011-08-28,3,0,8,15,0,0,0,1,0.78,0.697,0.43,0.3582,155,314,469
+5646,2011-08-28,3,0,8,16,0,0,0,1,0.8,0.7121,0.36,0.3881,196,295,491
+5647,2011-08-28,3,0,8,17,0,0,0,1,0.76,0.6818,0.4,0.2985,145,253,398
+5648,2011-08-28,3,0,8,18,0,0,0,1,0.74,0.6667,0.42,0.2239,145,257,402
+5649,2011-08-28,3,0,8,19,0,0,0,1,0.72,0.6667,0.48,0.1045,140,247,387
+5650,2011-08-28,3,0,8,20,0,0,0,1,0.72,0.6515,0.45,0.1045,64,150,214
+5651,2011-08-28,3,0,8,21,0,0,0,1,0.66,0.6212,0.61,0.1343,60,126,186
+5652,2011-08-28,3,0,8,22,0,0,0,1,0.64,0.6061,0.69,0.1045,25,73,98
+5653,2011-08-28,3,0,8,23,0,0,0,1,0.62,0.5909,0.73,0.1045,16,48,64
+5654,2011-08-29,3,0,8,0,0,1,1,1,0.62,0.5909,0.73,0.1045,13,21,34
+5655,2011-08-29,3,0,8,1,0,1,1,1,0.6,0.5909,0.69,0.1045,5,15,20
+5656,2011-08-29,3,0,8,2,0,1,1,1,0.6,0.5909,0.69,0.194,8,5,13
+5657,2011-08-29,3,0,8,3,0,1,1,1,0.6,0.5909,0.69,0.1045,1,5,6
+5658,2011-08-29,3,0,8,4,0,1,1,1,0.56,0.5303,0.68,0.1343,0,3,3
+5659,2011-08-29,3,0,8,5,0,1,1,1,0.56,0.5303,0.73,0.1343,0,17,17
+5660,2011-08-29,3,0,8,6,0,1,1,1,0.56,0.5303,0.73,0.1343,3,99,102
+5661,2011-08-29,3,0,8,7,0,1,1,1,0.6,0.6061,0.6,0.2239,11,273,284
+5662,2011-08-29,3,0,8,8,0,1,1,1,0.62,0.6212,0.57,0.2537,20,384,404
+5663,2011-08-29,3,0,8,9,0,1,1,1,0.62,0.6212,0.53,0.2537,22,166,188
+5664,2011-08-29,3,0,8,10,0,1,1,1,0.66,0.6212,0.47,0.2239,42,73,115
+5665,2011-08-29,3,0,8,11,0,1,1,1,0.66,0.6212,0.47,0.1642,38,100,138
+5666,2011-08-29,3,0,8,12,0,1,1,2,0.68,0.6364,0.44,0.1642,48,159,207
+5667,2011-08-29,3,0,8,13,0,1,1,2,0.7,0.6364,0.39,0,48,170,218
+5668,2011-08-29,3,0,8,14,0,1,1,1,0.7,0.6364,0.42,0,55,127,182
+5669,2011-08-29,3,0,8,15,0,1,1,1,0.7,0.6364,0.42,0.1642,56,164,220
+5670,2011-08-29,3,0,8,16,0,1,1,1,0.72,0.6515,0.42,0.1642,56,226,282
+5671,2011-08-29,3,0,8,17,0,1,1,2,0.7,0.6364,0.47,0.2239,67,524,591
+5672,2011-08-29,3,0,8,18,0,1,1,1,0.66,0.6212,0.47,0.2537,60,487,547
+5673,2011-08-29,3,0,8,19,0,1,1,1,0.66,0.6212,0.47,0.2537,50,317,367
+5674,2011-08-29,3,0,8,20,0,1,1,1,0.64,0.6212,0.53,0.1642,50,227,277
+5675,2011-08-29,3,0,8,21,0,1,1,1,0.64,0.6212,0.53,0.194,34,168,202
+5676,2011-08-29,3,0,8,22,0,1,1,1,0.62,0.6212,0.57,0.1343,23,119,142
+5677,2011-08-29,3,0,8,23,0,1,1,1,0.6,0.6061,0.6,0.0896,19,56,75
+5678,2011-08-30,3,0,8,0,0,2,1,1,0.56,0.5303,0.73,0.1343,10,17,27
+5679,2011-08-30,3,0,8,1,0,2,1,1,0.56,0.5303,0.68,0.1045,6,7,13
+5680,2011-08-30,3,0,8,2,0,2,1,1,0.54,0.5152,0.73,0.1045,2,8,10
+5681,2011-08-30,3,0,8,3,0,2,1,1,0.54,0.5152,0.73,0.194,2,2,4
+5682,2011-08-30,3,0,8,4,0,2,1,1,0.52,0.5,0.77,0.1642,0,6,6
+5683,2011-08-30,3,0,8,5,0,2,1,1,0.52,0.5,0.77,0.0896,1,27,28
+5684,2011-08-30,3,0,8,6,0,2,1,1,0.54,0.5152,0.73,0.1045,4,115,119
+5685,2011-08-30,3,0,8,7,0,2,1,1,0.56,0.5303,0.68,0.1343,19,338,357
+5686,2011-08-30,3,0,8,8,0,2,1,1,0.62,0.6212,0.57,0.1343,34,459,493
+5687,2011-08-30,3,0,8,9,0,2,1,1,0.66,0.6212,0.5,0.2239,38,180,218
+5688,2011-08-30,3,0,8,10,0,2,1,1,0.7,0.6364,0.39,0.2239,28,109,137
+5689,2011-08-30,3,0,8,11,0,2,1,1,0.72,0.6515,0.37,0.194,60,115,175
+5690,2011-08-30,3,0,8,12,0,2,1,1,0.72,0.6515,0.37,0,65,172,237
+5691,2011-08-30,3,0,8,13,0,2,1,1,0.74,0.6515,0.35,0.1045,59,170,229
+5692,2011-08-30,3,0,8,14,0,2,1,1,0.74,0.6515,0.33,0.1642,58,151,209
+5693,2011-08-30,3,0,8,15,0,2,1,1,0.74,0.6515,0.35,0.2239,34,162,196
+5694,2011-08-30,3,0,8,16,0,2,1,1,0.74,0.6515,0.37,0.1642,42,295,337
+5695,2011-08-30,3,0,8,17,0,2,1,1,0.72,0.6515,0.42,0.194,62,549,611
+5696,2011-08-30,3,0,8,18,0,2,1,1,0.7,0.6364,0.45,0.1642,60,516,576
+5697,2011-08-30,3,0,8,19,0,2,1,1,0.66,0.6212,0.5,0.0896,68,397,465
+5698,2011-08-30,3,0,8,20,0,2,1,1,0.66,0.6212,0.5,0,39,259,298
+5699,2011-08-30,3,0,8,21,0,2,1,1,0.64,0.6061,0.65,0.0896,43,180,223
+5700,2011-08-30,3,0,8,22,0,2,1,1,0.62,0.6061,0.61,0,22,121,143
+5701,2011-08-30,3,0,8,23,0,2,1,1,0.62,0.6061,0.61,0,19,74,93
+5702,2011-08-31,3,0,8,0,0,3,1,1,0.6,0.5909,0.69,0,8,24,32
+5703,2011-08-31,3,0,8,1,0,3,1,1,0.6,0.5909,0.69,0,2,13,15
+5704,2011-08-31,3,0,8,2,0,3,1,1,0.56,0.5303,0.73,0,1,5,6
+5705,2011-08-31,3,0,8,3,0,3,1,1,0.56,0.5303,0.78,0,2,4,6
+5706,2011-08-31,3,0,8,4,0,3,1,1,0.56,0.5303,0.73,0,0,5,5
+5707,2011-08-31,3,0,8,5,0,3,1,1,0.54,0.5152,0.83,0.0896,2,25,27
+5708,2011-08-31,3,0,8,6,0,3,1,1,0.54,0.5152,0.77,0,4,107,111
+5709,2011-08-31,3,0,8,7,0,3,1,1,0.6,0.5758,0.78,0,12,316,328
+5710,2011-08-31,3,0,8,8,0,3,1,1,0.62,0.6061,0.69,0,27,440,467
+5711,2011-08-31,3,0,8,9,0,3,1,1,0.64,0.6061,0.69,0.0896,27,217,244
+5712,2011-08-31,3,0,8,10,0,3,1,1,0.7,0.6364,0.45,0.1045,33,105,138
+5713,2011-08-31,3,0,8,11,0,3,1,1,0.72,0.6515,0.42,0.1343,28,143,171
+5714,2011-08-31,3,0,8,12,0,3,1,1,0.74,0.6667,0.43,0.1343,68,192,260
+5715,2011-08-31,3,0,8,13,0,3,1,1,0.74,0.6515,0.37,0.1045,39,182,221
+5716,2011-08-31,3,0,8,14,0,3,1,1,0.74,0.6515,0.4,0.1343,48,148,196
+5717,2011-08-31,3,0,8,15,0,3,1,1,0.74,0.6515,0.4,0.1343,34,138,172
+5718,2011-08-31,3,0,8,16,0,3,1,1,0.74,0.6667,0.42,0.1343,46,263,309
+5719,2011-08-31,3,0,8,17,0,3,1,1,0.72,0.6515,0.45,0.1343,83,525,608
+5720,2011-08-31,3,0,8,18,0,3,1,1,0.7,0.6515,0.51,0.2239,70,495,565
+5721,2011-08-31,3,0,8,19,0,3,1,1,0.84,0.7727,0.47,0.2537,53,393,446
+5722,2011-08-31,3,0,8,20,0,3,1,1,0.66,0.6212,0.57,0.1343,30,259,289
+5723,2011-08-31,3,0,8,21,0,3,1,1,0.66,0.6212,0.61,0.0896,27,174,201
+5724,2011-08-31,3,0,8,22,0,3,1,1,0.64,0.6061,0.69,0,20,137,157
+5725,2011-08-31,3,0,8,23,0,3,1,1,0.6,0.5758,0.78,0.1045,24,60,84
+5726,2011-09-01,3,0,9,0,0,4,1,1,0.6,0.5758,0.78,0.1045,18,33,51
+5727,2011-09-01,3,0,9,1,0,4,1,1,0.6,0.5909,0.73,0.0896,7,14,21
+5728,2011-09-01,3,0,9,2,0,4,1,1,0.58,0.5455,0.78,0.0896,14,11,25
+5729,2011-09-01,3,0,9,3,0,4,1,1,0.58,0.5455,0.78,0.0896,7,7,14
+5730,2011-09-01,3,0,9,4,0,4,1,1,0.56,0.5303,0.83,0.0896,0,7,7
+5731,2011-09-01,3,0,9,5,0,4,1,1,0.56,0.5303,0.73,0.0896,1,22,23
+5732,2011-09-01,3,0,9,6,0,4,1,1,0.6,0.5758,0.78,0,2,103,105
+5733,2011-09-01,3,0,9,7,0,4,1,1,0.6,0.5758,0.78,0,7,335,342
+5734,2011-09-01,3,0,9,8,0,4,1,1,0.62,0.5909,0.73,0.1343,31,467,498
+5735,2011-09-01,3,0,9,9,0,4,1,1,0.64,0.6061,0.69,0.1045,29,178,207
+5736,2011-09-01,3,0,9,10,0,4,1,1,0.68,0.6364,0.61,0.1343,46,92,138
+5737,2011-09-01,3,0,9,11,0,4,1,1,0.72,0.6667,0.51,0.1343,51,141,192
+5738,2011-09-01,3,0,9,12,0,4,1,2,0.72,0.6667,0.51,0.1343,64,165,229
+5739,2011-09-01,3,0,9,13,0,4,1,2,0.72,0.6667,0.48,0.0896,50,169,219
+5740,2011-09-01,3,0,9,14,0,4,1,3,0.72,0.6667,0.54,0.2537,54,144,198
+5741,2011-09-01,3,0,9,15,0,4,1,1,0.72,0.6667,0.51,0.1343,39,135,174
+5742,2011-09-01,3,0,9,16,0,4,1,1,0.74,0.6667,0.51,0.194,55,253,308
+5743,2011-09-01,3,0,9,17,0,4,1,1,0.72,0.6667,0.54,0.2537,61,567,628
+5744,2011-09-01,3,0,9,18,0,4,1,1,0.72,0.6667,0.54,0.2239,69,462,531
+5745,2011-09-01,3,0,9,19,0,4,1,1,0.7,0.6515,0.58,0.1642,79,364,443
+5746,2011-09-01,3,0,9,20,0,4,1,1,0.66,0.6212,0.61,0.2239,33,247,280
+5747,2011-09-01,3,0,9,21,0,4,1,2,0.66,0.6212,0.57,0.194,17,160,177
+5748,2011-09-01,3,0,9,22,0,4,1,2,0.66,0.6212,0.57,0.2239,34,145,179
+5749,2011-09-01,3,0,9,23,0,4,1,1,0.64,0.6061,0.65,0.2537,15,111,126
+5750,2011-09-02,3,0,9,0,0,5,1,1,0.64,0.6061,0.65,0.194,6,58,64
+5751,2011-09-02,3,0,9,1,0,5,1,3,0.62,0.5909,0.73,0.1045,4,28,32
+5752,2011-09-02,3,0,9,2,0,5,1,3,0.62,0.5909,0.73,0.1045,9,11,20
+5753,2011-09-02,3,0,9,3,0,5,1,2,0.6,0.5606,0.83,0.1642,4,4,8
+5754,2011-09-02,3,0,9,4,0,5,1,1,0.6,0.5606,0.83,0.0896,2,2,4
+5755,2011-09-02,3,0,9,5,0,5,1,2,0.6,0.5606,0.83,0.1343,0,20,20
+5756,2011-09-02,3,0,9,6,0,5,1,1,0.6,0.5606,0.83,0.1343,3,73,76
+5757,2011-09-02,3,0,9,7,0,5,1,1,0.6,0.5606,0.83,0.1045,6,253,259
+5758,2011-09-02,3,0,9,8,0,5,1,1,0.62,0.5909,0.78,0.194,22,434,456
+5759,2011-09-02,3,0,9,9,0,5,1,2,0.62,0.5758,0.83,0.1045,30,190,220
+5760,2011-09-02,3,0,9,10,0,5,1,2,0.64,0.6061,0.76,0.1642,34,106,140
+5761,2011-09-02,3,0,9,11,0,5,1,2,0.66,0.6212,0.74,0.1045,51,141,192
+5762,2011-09-02,3,0,9,12,0,5,1,2,0.66,0.6212,0.69,0.2239,82,178,260
+5763,2011-09-02,3,0,9,13,0,5,1,2,0.68,0.6364,0.65,0.1343,72,207,279
+5764,2011-09-02,3,0,9,14,0,5,1,2,0.7,0.6515,0.61,0.1045,75,208,283
+5765,2011-09-02,3,0,9,15,0,5,1,2,0.7,0.6515,0.61,0.2537,69,277,346
+5766,2011-09-02,3,0,9,16,0,5,1,2,0.7,0.6515,0.61,0.1343,82,299,381
+5767,2011-09-02,3,0,9,17,0,5,1,2,0.68,0.6364,0.65,0.1642,78,377,455
+5768,2011-09-02,3,0,9,18,0,5,1,2,0.68,0.6364,0.65,0.194,50,305,355
+5769,2011-09-02,3,0,9,19,0,5,1,1,0.66,0.6212,0.69,0.1343,67,220,287
+5770,2011-09-02,3,0,9,20,0,5,1,1,0.64,0.6061,0.73,0,38,158,196
+5771,2011-09-02,3,0,9,21,0,5,1,2,0.64,0.6061,0.73,0.0896,28,121,149
+5772,2011-09-02,3,0,9,22,0,5,1,2,0.64,0.6061,0.73,0.1642,33,114,147
+5773,2011-09-02,3,0,9,23,0,5,1,2,0.64,0.6061,0.73,0.1642,30,68,98
+5774,2011-09-03,3,0,9,0,0,6,0,2,0.64,0.6061,0.73,0.1045,22,65,87
+5775,2011-09-03,3,0,9,1,0,6,0,2,0.64,0.6061,0.69,0.2537,17,57,74
+5776,2011-09-03,3,0,9,2,0,6,0,2,0.64,0.6061,0.69,0.2239,15,26,41
+5777,2011-09-03,3,0,9,3,0,6,0,1,0.62,0.5909,0.73,0.1642,17,18,35
+5778,2011-09-03,3,0,9,4,0,6,0,1,0.62,0.5909,0.73,0.1642,3,4,7
+5779,2011-09-03,3,0,9,5,0,6,0,1,0.62,0.6061,0.69,0.194,3,9,12
+5780,2011-09-03,3,0,9,6,0,6,0,1,0.62,0.5909,0.73,0.1642,4,19,23
+5781,2011-09-03,3,0,9,7,0,6,0,1,0.62,0.5909,0.73,0.194,5,33,38
+5782,2011-09-03,3,0,9,8,0,6,0,1,0.64,0.6061,0.69,0.1642,24,65,89
+5783,2011-09-03,3,0,9,9,0,6,0,2,0.66,0.6212,0.69,0.2537,83,118,201
+5784,2011-09-03,3,0,9,10,0,6,0,3,0.66,0.6212,0.65,0.2537,90,168,258
+5785,2011-09-03,3,0,9,11,0,6,0,3,0.66,0.6212,0.69,0.2836,66,128,194
+5786,2011-09-03,3,0,9,12,0,6,0,1,0.7,0.6515,0.61,0.2239,97,160,257
+5787,2011-09-03,3,0,9,13,0,6,0,1,0.7,0.6515,0.65,0.2239,153,200,353
+5788,2011-09-03,3,0,9,14,0,6,0,2,0.72,0.6818,0.66,0.1642,204,176,380
+5789,2011-09-03,3,0,9,15,0,6,0,1,0.72,0.6818,0.7,0.1642,187,201,388
+5790,2011-09-03,3,0,9,16,0,6,0,1,0.72,0.6818,0.7,0.194,186,188,374
+5791,2011-09-03,3,0,9,17,0,6,0,1,0.72,0.6818,0.7,0.2239,170,201,371
+5792,2011-09-03,3,0,9,18,0,6,0,1,0.72,0.6818,0.7,0.1642,160,179,339
+5793,2011-09-03,3,0,9,19,0,6,0,1,0.7,0.6667,0.74,0.1343,147,148,295
+5794,2011-09-03,3,0,9,20,0,6,0,1,0.7,0.6667,0.79,0.1642,99,120,219
+5795,2011-09-03,3,0,9,21,0,6,0,1,0.68,0.6364,0.83,0.1343,71,93,164
+5796,2011-09-03,3,0,9,22,0,6,0,1,0.68,0.6364,0.83,0.1045,66,96,162
+5797,2011-09-03,3,0,9,23,0,6,0,1,0.66,0.6212,0.85,0.1343,46,77,123
+5798,2011-09-04,3,0,9,0,0,0,0,1,0.66,0.5909,0.89,0.194,33,76,109
+5799,2011-09-04,3,0,9,1,0,0,0,1,0.66,0.6061,0.83,0.1343,37,38,75
+5800,2011-09-04,3,0,9,2,0,0,0,1,0.66,0.6061,0.83,0.194,17,43,60
+5801,2011-09-04,3,0,9,3,0,0,0,1,0.64,0.5758,0.89,0.194,20,23,43
+5802,2011-09-04,3,0,9,4,0,0,0,1,0.64,0.5758,0.83,0.1642,0,4,4
+5803,2011-09-04,3,0,9,5,0,0,0,1,0.64,0.5758,0.83,0.1343,1,5,6
+5804,2011-09-04,3,0,9,6,0,0,0,1,0.64,0.5758,0.84,0.2239,0,3,3
+5805,2011-09-04,3,0,9,7,0,0,0,1,0.66,0.6061,0.78,0.194,10,20,30
+5806,2011-09-04,3,0,9,8,0,0,0,1,0.66,0.6061,0.78,0.1642,21,49,70
+5807,2011-09-04,3,0,9,9,0,0,0,1,0.66,0.6061,0.78,0.1642,87,102,189
+5808,2011-09-04,3,0,9,10,0,0,0,1,0.7,0.6667,0.74,0.1343,150,147,297
+5809,2011-09-04,3,0,9,11,0,0,0,1,0.74,0.697,0.7,0.1642,174,163,337
+5810,2011-09-04,3,0,9,12,0,0,0,1,0.76,0.7273,0.66,0.1642,214,221,435
+5811,2011-09-04,3,0,9,13,0,0,0,2,0.78,0.7424,0.62,0.2836,245,174,419
+5812,2011-09-04,3,0,9,14,0,0,0,1,0.78,0.7576,0.66,0.3284,205,156,361
+5813,2011-09-04,3,0,9,15,0,0,0,1,0.78,0.7576,0.66,0.2836,218,192,410
+5814,2011-09-04,3,0,9,16,0,0,0,1,0.8,0.7727,0.59,0.2239,196,141,337
+5815,2011-09-04,3,0,9,17,0,0,0,1,0.76,0.7273,0.66,0.2239,204,172,376
+5816,2011-09-04,3,0,9,18,0,0,0,1,0.76,0.7273,0.66,0.194,187,169,356
+5817,2011-09-04,3,0,9,19,0,0,0,1,0.74,0.697,0.7,0.194,178,150,328
+5818,2011-09-04,3,0,9,20,0,0,0,1,0.74,0.697,0.7,0.2985,104,125,229
+5819,2011-09-04,3,0,9,21,0,0,0,1,0.72,0.697,0.74,0.2537,104,103,207
+5820,2011-09-04,3,0,9,22,0,0,0,2,0.72,0.697,0.74,0.2836,70,85,155
+5821,2011-09-04,3,0,9,23,0,0,0,2,0.72,0.6818,0.7,0.1642,46,58,104
+5822,2011-09-05,3,0,9,0,1,1,0,2,0.7,0.6667,0.74,0.2239,31,66,97
+5823,2011-09-05,3,0,9,1,1,1,0,2,0.68,0.6364,0.79,0.1045,19,35,54
+5824,2011-09-05,3,0,9,2,1,1,0,2,0.68,0.6364,0.79,0.1642,17,22,39
+5825,2011-09-05,3,0,9,3,1,1,0,2,0.68,0.6364,0.74,0.2985,4,12,16
+5826,2011-09-05,3,0,9,4,1,1,0,2,0.68,0.6364,0.69,0.2836,3,5,8
+5827,2011-09-05,3,0,9,5,1,1,0,2,0.66,0.6212,0.74,0.1642,2,4,6
+5828,2011-09-05,3,0,9,6,1,1,0,2,0.66,0.6212,0.74,0.1343,6,5,11
+5829,2011-09-05,3,0,9,7,1,1,0,1,0.66,0.6212,0.74,0.1642,11,30,41
+5830,2011-09-05,3,0,9,8,1,1,0,2,0.66,0.6061,0.78,0.194,45,56,101
+5831,2011-09-05,3,0,9,9,1,1,0,3,0.68,0.6364,0.74,0.1642,63,89,152
+5832,2011-09-05,3,0,9,10,1,1,0,2,0.7,0.6515,0.7,0.1642,107,137,244
+5833,2011-09-05,3,0,9,11,1,1,0,2,0.7,0.6667,0.74,0.1642,101,207,308
+5834,2011-09-05,3,0,9,12,1,1,0,2,0.72,0.6818,0.7,0.194,141,212,353
+5835,2011-09-05,3,0,9,13,1,1,0,2,0.74,0.697,0.7,0.1343,154,235,389
+5836,2011-09-05,3,0,9,14,1,1,0,1,0.74,0.697,0.7,0.1642,145,212,357
+5837,2011-09-05,3,0,9,15,1,1,0,2,0.68,0.6364,0.79,0.2836,111,142,253
+5838,2011-09-05,3,0,9,16,1,1,0,2,0.68,0.6364,0.79,0.2836,92,192,284
+5839,2011-09-05,3,0,9,17,1,1,0,2,0.66,0.5909,0.89,0.1045,37,77,114
+5840,2011-09-05,3,0,9,18,1,1,0,1,0.66,0.5909,0.89,0.0896,31,92,123
+5841,2011-09-05,3,0,9,19,1,1,0,3,0.66,0.5909,0.94,0.1045,52,123,175
+5842,2011-09-05,3,0,9,20,1,1,0,3,0.66,0.5909,0.94,0.2537,26,56,82
+5843,2011-09-05,3,0,9,21,1,1,0,2,0.66,0.5909,0.94,0.2985,20,40,60
+5844,2011-09-05,3,0,9,22,1,1,0,2,0.6,0.5455,0.88,0.5821,15,49,64
+5845,2011-09-05,3,0,9,23,1,1,0,3,0.56,0.5303,0.88,0.3881,3,17,20
+5846,2011-09-06,3,0,9,0,0,2,1,3,0.54,0.5152,0.94,0.3582,1,7,8
+5847,2011-09-06,3,0,9,2,0,2,1,3,0.54,0.5152,0.94,0.2537,0,2,2
+5848,2011-09-06,3,0,9,3,0,2,1,3,0.54,0.5152,0.94,0.2985,1,0,1
+5849,2011-09-06,3,0,9,4,0,2,1,2,0.54,0.5152,0.94,0.2985,1,3,4
+5850,2011-09-06,3,0,9,5,0,2,1,3,0.54,0.5152,0.88,0.3582,1,20,21
+5851,2011-09-06,3,0,9,6,0,2,1,2,0.54,0.5152,0.88,0.3284,0,72,72
+5852,2011-09-06,3,0,9,7,0,2,1,2,0.54,0.5152,0.83,0.3582,6,166,172
+5853,2011-09-06,3,0,9,8,0,2,1,3,0.54,0.5152,0.83,0.3881,15,349,364
+5854,2011-09-06,3,0,9,9,0,2,1,2,0.54,0.5152,0.81,0.4179,18,167,185
+5855,2011-09-06,3,0,9,10,0,2,1,3,0.54,0.5152,0.83,0.3582,16,90,106
+5856,2011-09-06,3,0,9,11,0,2,1,3,0.54,0.5152,0.83,0.3881,11,78,89
+5857,2011-09-06,3,0,9,12,0,2,1,3,0.54,0.5152,0.83,0.3881,16,51,67
+5858,2011-09-06,3,0,9,13,0,2,1,3,0.54,0.5152,0.88,0.2985,5,24,29
+5859,2011-09-06,3,0,9,14,0,2,1,3,0.54,0.5152,0.88,0.2836,3,21,24
+5860,2011-09-06,3,0,9,15,0,2,1,3,0.54,0.5152,0.94,0.3881,18,71,89
+5861,2011-09-06,3,0,9,16,0,2,1,3,0.54,0.5152,0.94,0.3881,11,95,106
+5862,2011-09-06,3,0,9,17,0,2,1,2,0.54,0.5152,0.88,0.3881,15,276,291
+5863,2011-09-06,3,0,9,18,0,2,1,2,0.54,0.5152,0.88,0.3881,22,351,373
+5864,2011-09-06,3,0,9,19,0,2,1,2,0.54,0.5152,0.88,0.4179,12,269,281
+5865,2011-09-06,3,0,9,20,0,2,1,3,0.54,0.5152,0.88,0.2985,13,150,163
+5866,2011-09-06,3,0,9,21,0,2,1,3,0.54,0.5152,0.88,0.2836,12,109,121
+5867,2011-09-06,3,0,9,22,0,2,1,2,0.54,0.5152,0.94,0.3284,5,79,84
+5868,2011-09-06,3,0,9,23,0,2,1,3,0.54,0.5152,0.94,0.2537,2,56,58
+5869,2011-09-07,3,0,9,0,0,3,1,2,0.54,0.5152,0.94,0.2239,1,12,13
+5870,2011-09-07,3,0,9,1,0,3,1,3,0.54,0.5152,0.94,0.2537,2,3,5
+5871,2011-09-07,3,0,9,2,0,3,1,2,0.54,0.5152,0.94,0.2239,2,4,6
+5872,2011-09-07,3,0,9,3,0,3,1,3,0.56,0.5303,0.94,0.1343,1,1,2
+5873,2011-09-07,3,0,9,4,0,3,1,3,0.56,0.5303,0.94,0.1642,0,4,4
+5874,2011-09-07,3,0,9,5,0,3,1,2,0.56,0.5303,1,0.1343,1,15,16
+5875,2011-09-07,3,0,9,6,0,3,1,3,0.6,0.5455,0.88,0.1045,1,74,75
+5876,2011-09-07,3,0,9,7,0,3,1,3,0.6,0.5455,0.88,0.0896,3,83,86
+5877,2011-09-07,3,0,9,8,0,3,1,3,0.62,0.5455,0.94,0.0896,9,319,328
+5878,2011-09-07,3,0,9,9,0,3,1,3,0.6,0.5455,0.88,0.1343,14,176,190
+5879,2011-09-07,3,0,9,10,0,3,1,3,0.6,0.5455,0.88,0.1343,3,63,66
+5880,2011-09-07,3,0,9,11,0,3,1,3,0.6,0.5152,0.94,0,1,9,10
+5881,2011-09-07,3,0,9,12,0,3,1,3,0.56,0.5303,0.94,0,1,21,22
+5882,2011-09-07,3,0,9,13,0,3,1,3,0.6,0.5455,0.88,0,2,9,11
+5883,2011-09-07,3,0,9,14,0,3,1,3,0.6,0.5152,0.93,0,1,24,25
+5884,2011-09-07,3,0,9,15,0,3,1,3,0.62,0.5455,0.94,0.1045,3,55,58
+5885,2011-09-07,3,0,9,16,0,3,1,1,0.64,0.5758,0.89,0,7,137,144
+5886,2011-09-07,3,0,9,17,0,3,1,3,0.64,0.5758,0.89,0,21,264,285
+5887,2011-09-07,3,0,9,18,0,3,1,3,0.64,0.5758,0.89,0,18,219,237
+5888,2011-09-07,3,0,9,19,0,3,1,2,0.64,0.5758,0.89,0,14,212,226
+5889,2011-09-07,3,0,9,20,0,3,1,3,0.64,0.5758,0.89,0.0896,3,93,96
+5890,2011-09-07,3,0,9,21,0,3,1,3,0.64,0.5758,0.89,0.0896,4,34,38
+5891,2011-09-07,3,0,9,22,0,3,1,3,0.62,0.5455,0.94,0.1642,3,26,29
+5892,2011-09-07,3,0,9,23,0,3,1,3,0.62,0.5455,0.94,0.194,3,21,24
+5893,2011-09-08,3,0,9,0,0,4,1,3,0.6,0.5,1,0.194,3,11,14
+5894,2011-09-08,3,0,9,1,0,4,1,3,0.62,0.5455,0.94,0.1045,0,4,4
+5895,2011-09-08,3,0,9,3,0,4,1,3,0.62,0.5455,0.94,0,0,2,2
+5896,2011-09-08,3,0,9,4,0,4,1,2,0.62,0.5455,0.94,0.0896,0,3,3
+5897,2011-09-08,3,0,9,5,0,4,1,3,0.62,0.5455,0.94,0.0896,1,13,14
+5898,2011-09-08,3,0,9,6,0,4,1,3,0.62,0.5455,0.94,0.1642,1,55,56
+5899,2011-09-08,3,0,9,7,0,4,1,3,0.62,0.5455,0.94,0.1045,7,172,179
+5900,2011-09-08,3,0,9,8,0,4,1,3,0.62,0.5455,0.94,0.1343,7,188,195
+5901,2011-09-08,3,0,9,9,0,4,1,2,0.62,0.5152,1,0.2537,4,65,69
+5902,2011-09-08,3,0,9,10,0,4,1,2,0.64,0.5606,0.94,0.1045,8,57,65
+5903,2011-09-08,3,0,9,11,0,4,1,2,0.64,0.5606,0.94,0.2239,16,82,98
+5904,2011-09-08,3,0,9,12,0,4,1,2,0.66,0.5909,0.94,0.2239,17,85,102
+5905,2011-09-08,3,0,9,13,0,4,1,2,0.68,0.6364,0.83,0.3881,14,112,126
+5906,2011-09-08,3,0,9,14,0,4,1,2,0.7,0.6667,0.79,0.3582,15,105,120
+5907,2011-09-08,3,0,9,15,0,4,1,3,0.66,0.5909,0.89,0.2985,24,115,139
+5908,2011-09-08,3,0,9,16,0,4,1,3,0.64,0.5606,0.94,0.2836,5,151,156
+5909,2011-09-08,3,0,9,17,0,4,1,3,0.64,0.5606,0.94,0.2836,11,102,113
+5910,2011-09-08,3,0,9,18,0,4,1,3,0.64,0.5606,0.94,0.3582,2,66,68
+5911,2011-09-08,3,0,9,19,0,4,1,3,0.62,0.5152,1,0.3284,1,51,52
+5912,2011-09-08,3,0,9,20,0,4,1,2,0.62,0.5455,0.94,0.1642,6,83,89
+5913,2011-09-08,3,0,9,21,0,4,1,3,0.64,0.5606,0.94,0.1045,6,76,82
+5914,2011-09-08,3,0,9,22,0,4,1,3,0.62,0.5152,1,0.0896,5,65,70
+5915,2011-09-08,3,0,9,23,0,4,1,3,0.62,0.5152,1,0.0896,0,26,26
+5916,2011-09-09,3,0,9,0,0,5,1,3,0.64,0.5606,0.94,0.194,1,15,16
+5917,2011-09-09,3,0,9,1,0,5,1,2,0.62,0.5152,1,0.1642,0,8,8
+5918,2011-09-09,3,0,9,2,0,5,1,2,0.62,0.5152,1,0.2537,1,7,8
+5919,2011-09-09,3,0,9,3,0,5,1,2,0.62,0.5455,0.94,0.2537,1,1,2
+5920,2011-09-09,3,0,9,4,0,5,1,3,0.62,0.5455,0.94,0.1642,0,3,3
+5921,2011-09-09,3,0,9,5,0,5,1,2,0.62,0.5455,0.94,0.1343,0,14,14
+5922,2011-09-09,3,0,9,6,0,5,1,2,0.62,0.5152,1,0.1343,3,54,57
+5923,2011-09-09,3,0,9,7,0,5,1,3,0.62,0.5152,1,0.2537,4,104,108
+5924,2011-09-09,3,0,9,8,0,5,1,3,0.62,0.5455,0.94,0.1642,12,276,288
+5925,2011-09-09,3,0,9,9,0,5,1,3,0.62,0.5455,0.94,0.1642,5,131,136
+5926,2011-09-09,3,0,9,10,0,5,1,2,0.62,0.5152,1,0,2,27,29
+5927,2011-09-09,3,0,9,11,0,5,1,2,0.62,0.5455,0.94,0,6,66,72
+5928,2011-09-09,3,0,9,12,0,5,1,1,0.64,0.5606,0.94,0,4,71,75
+5929,2011-09-09,3,0,9,13,0,5,1,1,0.7,0.6667,0.79,0.0896,14,108,122
+5930,2011-09-09,3,0,9,14,0,5,1,1,0.72,0.697,0.74,0.0896,29,119,148
+5931,2011-09-09,3,0,9,15,0,5,1,1,0.74,0.697,0.66,0,27,161,188
+5932,2011-09-09,3,0,9,16,0,5,1,1,0.74,0.697,0.66,0.1343,41,244,285
+5933,2011-09-09,3,0,9,17,0,5,1,1,0.7,0.6667,0.79,0.2537,54,451,505
+5934,2011-09-09,3,0,9,18,0,5,1,1,0.7,0.6667,0.79,0.194,33,377,410
+5935,2011-09-09,3,0,9,19,0,5,1,1,0.66,0.5909,0.89,0.1642,33,316,349
+5936,2011-09-09,3,0,9,20,0,5,1,1,0.64,0.5606,0.94,0.0896,30,180,210
+5937,2011-09-09,3,0,9,21,0,5,1,1,0.66,0.5909,0.89,0,49,154,203
+5938,2011-09-09,3,0,9,22,0,5,1,1,0.62,0.5455,0.94,0,33,127,160
+5939,2011-09-09,3,0,9,23,0,5,1,1,0.62,0.5455,0.94,0.0896,35,113,148
+5940,2011-09-10,3,0,9,0,0,6,0,1,0.62,0.5455,0.94,0,32,84,116
+5941,2011-09-10,3,0,9,1,0,6,0,2,0.62,0.5455,0.94,0,16,67,83
+5942,2011-09-10,3,0,9,2,0,6,0,2,0.6,0.5,0.97,0.1045,18,46,64
+5943,2011-09-10,3,0,9,3,0,6,0,1,0.58,0.5455,1,0.1343,8,29,37
+5944,2011-09-10,3,0,9,4,0,6,0,1,0.58,0.5455,0.94,0.0896,3,4,7
+5945,2011-09-10,3,0,9,5,0,6,0,1,0.58,0.5455,0.94,0.1343,2,6,8
+5946,2011-09-10,3,0,9,6,0,6,0,1,0.58,0.5455,0.94,0.1642,0,6,6
+5947,2011-09-10,3,0,9,7,0,6,0,1,0.6,0.5455,0.88,0.1343,9,43,52
+5948,2011-09-10,3,0,9,8,0,6,0,1,0.62,0.5758,0.83,0.1642,16,103,119
+5949,2011-09-10,3,0,9,9,0,6,0,1,0.64,0.5909,0.78,0.2985,39,168,207
+5950,2011-09-10,3,0,9,10,0,6,0,1,0.7,0.6515,0.65,0.2537,85,233,318
+5951,2011-09-10,3,0,9,11,0,6,0,1,0.72,0.6818,0.62,0.2537,108,252,360
+5952,2011-09-10,3,0,9,12,0,6,0,1,0.72,0.6818,0.62,0.2239,144,260,404
+5953,2011-09-10,3,0,9,13,0,6,0,1,0.74,0.6818,0.55,0.2836,131,239,370
+5954,2011-09-10,3,0,9,14,0,6,0,1,0.74,0.6818,0.55,0.2836,129,230,359
+5955,2011-09-10,3,0,9,15,0,6,0,1,0.74,0.6818,0.55,0.2239,217,263,480
+5956,2011-09-10,3,0,9,16,0,6,0,1,0.74,0.6818,0.55,0.194,170,261,431
+5957,2011-09-10,3,0,9,17,0,6,0,1,0.74,0.6818,0.55,0.2239,185,275,460
+5958,2011-09-10,3,0,9,18,0,6,0,1,0.72,0.6667,0.58,0.194,119,241,360
+5959,2011-09-10,3,0,9,19,0,6,0,1,0.7,0.6515,0.58,0.1343,101,214,315
+5960,2011-09-10,3,0,9,20,0,6,0,1,0.66,0.6212,0.69,0.1045,78,167,245
+5961,2011-09-10,3,0,9,21,0,6,0,1,0.64,0.5909,0.78,0.0896,59,171,230
+5962,2011-09-10,3,0,9,22,0,6,0,1,0.64,0.5909,0.78,0,49,126,175
+5963,2011-09-10,3,0,9,23,0,6,0,2,0.62,0.5606,0.88,0,32,107,139
+5964,2011-09-11,3,0,9,0,0,0,0,1,0.62,0.5606,0.88,0,29,79,108
+5965,2011-09-11,3,0,9,1,0,0,0,2,0.62,0.5606,0.88,0,22,66,88
+5966,2011-09-11,3,0,9,2,0,0,0,2,0.62,0.5909,0.78,0.194,16,60,76
+5967,2011-09-11,3,0,9,3,0,0,0,2,0.62,0.5909,0.78,0.0896,15,30,45
+5968,2011-09-11,3,0,9,4,0,0,0,1,0.6,0.5606,0.83,0.1343,3,6,9
+5969,2011-09-11,3,0,9,5,0,0,0,1,0.6,0.5606,0.83,0.1343,15,24,39
+5970,2011-09-11,3,0,9,6,0,0,0,1,0.58,0.5455,0.88,0.1045,4,16,20
+5971,2011-09-11,3,0,9,7,0,0,0,1,0.6,0.5455,0.88,0,9,28,37
+5972,2011-09-11,3,0,9,8,0,0,0,1,0.64,0.5909,0.78,0,25,69,94
+5973,2011-09-11,3,0,9,9,0,0,0,1,0.66,0.6212,0.74,0,59,168,227
+5974,2011-09-11,3,0,9,10,0,0,0,1,0.7,0.6515,0.65,0,120,214,334
+5975,2011-09-11,3,0,9,11,0,0,0,1,0.7,0.6515,0.65,0,144,258,402
+5976,2011-09-11,3,0,9,12,0,0,0,1,0.7,0.6515,0.65,0,113,298,411
+5977,2011-09-11,3,0,9,13,0,0,0,1,0.74,0.6818,0.58,0.1045,119,231,350
+5978,2011-09-11,3,0,9,14,0,0,0,1,0.72,0.6667,0.58,0.2836,120,222,342
+5979,2011-09-11,3,0,9,15,0,0,0,1,0.74,0.6667,0.51,0.2985,134,270,404
+5980,2011-09-11,3,0,9,16,0,0,0,1,0.72,0.6667,0.51,0.2985,180,303,483
+5981,2011-09-11,3,0,9,17,0,0,0,1,0.72,0.6667,0.51,0.1343,152,228,380
+5982,2011-09-11,3,0,9,18,0,0,0,1,0.68,0.6364,0.65,0.2985,110,229,339
+5983,2011-09-11,3,0,9,19,0,0,0,1,0.64,0.6061,0.69,0.1045,101,232,333
+5984,2011-09-11,3,0,9,20,0,0,0,1,0.62,0.5909,0.73,0.1045,65,161,226
+5985,2011-09-11,3,0,9,21,0,0,0,1,0.64,0.6061,0.69,0,45,114,159
+5986,2011-09-11,3,0,9,22,0,0,0,1,0.62,0.6061,0.69,0.3881,21,74,95
+5987,2011-09-11,3,0,9,23,0,0,0,3,0.58,0.5455,0.78,0.0896,12,33,45
+5988,2011-09-12,3,0,9,0,0,1,1,1,0.56,0.5303,0.88,0.0896,5,11,16
+5989,2011-09-12,3,0,9,1,0,1,1,1,0.56,0.5303,0.88,0,1,11,12
+5990,2011-09-12,3,0,9,2,0,1,1,1,0.56,0.5303,0.88,0,2,0,2
+5991,2011-09-12,3,0,9,4,0,1,1,1,0.54,0.5152,0.94,0.1045,0,4,4
+5992,2011-09-12,3,0,9,5,0,1,1,1,0.56,0.5303,0.83,0,1,23,24
+5993,2011-09-12,3,0,9,6,0,1,1,1,0.56,0.5303,0.83,0,1,108,109
+5994,2011-09-12,3,0,9,7,0,1,1,1,0.58,0.5455,0.83,0,12,300,312
+5995,2011-09-12,3,0,9,8,0,1,1,1,0.6,0.5758,0.78,0.0896,26,382,408
+5996,2011-09-12,3,0,9,9,0,1,1,1,0.64,0.6061,0.69,0,21,155,176
+5997,2011-09-12,3,0,9,10,0,1,1,1,0.68,0.6364,0.62,0.1642,40,89,129
+5998,2011-09-12,3,0,9,11,0,1,1,1,0.7,0.6515,0.58,0.194,34,131,165
+5999,2011-09-12,3,0,9,12,0,1,1,1,0.72,0.6667,0.51,0.194,37,147,184
+6000,2011-09-12,3,0,9,13,0,1,1,1,0.72,0.6667,0.54,0.1045,43,120,163
+6001,2011-09-12,3,0,9,14,0,1,1,1,0.74,0.6667,0.51,0.1642,60,129,189
+6002,2011-09-12,3,0,9,15,0,1,1,1,0.74,0.6667,0.48,0.0896,60,152,212
+6003,2011-09-12,3,0,9,16,0,1,1,1,0.72,0.6667,0.48,0,60,238,298
+6004,2011-09-12,3,0,9,17,0,1,1,1,0.72,0.6667,0.51,0.1642,75,515,590
+6005,2011-09-12,3,0,9,18,0,1,1,1,0.7,0.6515,0.54,0.194,56,515,571
+6006,2011-09-12,3,0,9,19,0,1,1,1,0.68,0.6364,0.57,0.1343,63,373,436
+6007,2011-09-12,3,0,9,20,0,1,1,1,0.66,0.6212,0.65,0,41,258,299
+6008,2011-09-12,3,0,9,21,0,1,1,1,0.64,0.6061,0.73,0.0896,29,166,195
+6009,2011-09-12,3,0,9,22,0,1,1,1,0.62,0.5758,0.83,0.1642,16,134,150
+6010,2011-09-12,3,0,9,23,0,1,1,1,0.62,0.5758,0.83,0.1045,7,62,69
+6011,2011-09-13,3,0,9,0,0,2,1,1,0.6,0.5455,0.88,0.1045,7,19,26
+6012,2011-09-13,3,0,9,1,0,2,1,1,0.58,0.5455,0.83,0.1045,4,6,10
+6013,2011-09-13,3,0,9,2,0,2,1,1,0.6,0.5758,0.78,0,2,0,2
+6014,2011-09-13,3,0,9,3,0,2,1,1,0.58,0.5455,0.83,0,2,2,4
+6015,2011-09-13,3,0,9,4,0,2,1,1,0.56,0.5303,0.88,0,2,6,8
+6016,2011-09-13,3,0,9,5,0,2,1,1,0.56,0.5303,0.88,0,1,19,20
+6017,2011-09-13,3,0,9,6,0,2,1,1,0.56,0.5303,0.88,0.1045,6,116,122
+6018,2011-09-13,3,0,9,7,0,2,1,1,0.58,0.5455,0.83,0.0896,14,348,362
+6019,2011-09-13,3,0,9,8,0,2,1,1,0.6,0.5606,0.81,0.1045,26,399,425
+6020,2011-09-13,3,0,9,9,0,2,1,1,0.64,0.6061,0.69,0.0896,35,179,214
+6021,2011-09-13,3,0,9,10,0,2,1,1,0.68,0.6364,0.69,0.1343,42,93,135
+6022,2011-09-13,3,0,9,11,0,2,1,1,0.7,0.6515,0.61,0.1642,33,120,153
+6023,2011-09-13,3,0,9,12,0,2,1,1,0.72,0.6667,0.58,0.2239,43,144,187
+6024,2011-09-13,3,0,9,13,0,2,1,1,0.74,0.6667,0.51,0.2836,48,136,184
+6025,2011-09-13,3,0,9,14,0,2,1,1,0.74,0.6667,0.51,0.3284,51,139,190
+6026,2011-09-13,3,0,9,15,0,2,1,1,0.74,0.6667,0.51,0.2985,35,145,180
+6027,2011-09-13,3,0,9,16,0,2,1,1,0.74,0.6667,0.51,0.2239,41,251,292
+6028,2011-09-13,3,0,9,17,0,2,1,1,0.74,0.6667,0.51,0.2239,72,507,579
+6029,2011-09-13,3,0,9,18,0,2,1,1,0.7,0.6515,0.61,0.1642,67,472,539
+6030,2011-09-13,3,0,9,19,0,2,1,1,0.68,0.6364,0.69,0.1642,55,341,396
+6031,2011-09-13,3,0,9,20,0,2,1,1,0.66,0.6212,0.74,0.194,31,241,272
+6032,2011-09-13,3,0,9,21,0,2,1,1,0.64,0.5909,0.78,0.1642,45,200,245
+6033,2011-09-13,3,0,9,22,0,2,1,1,0.64,0.5909,0.78,0.1343,24,120,144
+6034,2011-09-13,3,0,9,23,0,2,1,1,0.64,0.5909,0.78,0.1045,15,59,74
+6035,2011-09-14,3,0,9,0,0,3,1,1,0.62,0.5909,0.78,0.0896,5,28,33
+6036,2011-09-14,3,0,9,1,0,3,1,1,0.62,0.5909,0.78,0.0896,1,7,8
+6037,2011-09-14,3,0,9,2,0,3,1,1,0.6,0.5606,0.83,0,1,4,5
+6038,2011-09-14,3,0,9,3,0,3,1,1,0.6,0.5455,0.88,0.1343,1,7,8
+6039,2011-09-14,3,0,9,4,0,3,1,1,0.6,0.5606,0.83,0.0896,1,8,9
+6040,2011-09-14,3,0,9,5,0,3,1,1,0.58,0.5455,0.88,0.1045,1,30,31
+6041,2011-09-14,3,0,9,6,0,3,1,1,0.58,0.5455,0.88,0.1045,7,138,145
+6042,2011-09-14,3,0,9,7,0,3,1,1,0.6,0.5606,0.83,0.1045,20,350,370
+6043,2011-09-14,3,0,9,8,0,3,1,1,0.62,0.5758,0.83,0.1642,33,396,429
+6044,2011-09-14,3,0,9,9,0,3,1,1,0.64,0.5909,0.78,0.1642,19,183,202
+6045,2011-09-14,3,0,9,10,0,3,1,1,0.7,0.6515,0.7,0.1343,27,115,142
+6046,2011-09-14,3,0,9,11,0,3,1,1,0.72,0.6818,0.66,0.1642,43,121,164
+6047,2011-09-14,3,0,9,12,0,3,1,1,0.74,0.6818,0.58,0.2239,56,156,212
+6048,2011-09-14,3,0,9,13,0,3,1,1,0.76,0.697,0.55,0.2537,39,139,178
+6049,2011-09-14,3,0,9,14,0,3,1,1,0.78,0.7121,0.52,0.2239,19,105,124
+6050,2011-09-14,3,0,9,15,0,3,1,1,0.78,0.7121,0.49,0.2537,30,146,176
+6051,2011-09-14,3,0,9,16,0,3,1,1,0.76,0.697,0.52,0.2836,36,241,277
+6052,2011-09-14,3,0,9,17,0,3,1,1,0.76,0.697,0.52,0.2836,87,512,599
+6053,2011-09-14,3,0,9,18,0,3,1,1,0.72,0.6818,0.62,0.1642,83,503,586
+6054,2011-09-14,3,0,9,19,0,3,1,2,0.7,0.6515,0.7,0.1045,44,337,381
+6055,2011-09-14,3,0,9,20,0,3,1,2,0.72,0.6667,0.58,0.4179,40,221,261
+6056,2011-09-14,3,0,9,21,0,3,1,2,0.66,0.6212,0.65,0.2239,24,189,213
+6057,2011-09-14,3,0,9,22,0,3,1,2,0.66,0.6212,0.65,0.1343,20,140,160
+6058,2011-09-14,3,0,9,23,0,3,1,2,0.64,0.6061,0.69,0.1045,10,62,72
+6059,2011-09-15,3,0,9,0,0,4,1,1,0.64,0.6061,0.69,0.1343,3,34,37
+6060,2011-09-15,3,0,9,1,0,4,1,1,0.64,0.6061,0.69,0.1642,0,20,20
+6061,2011-09-15,3,0,9,2,0,4,1,1,0.62,0.5909,0.73,0.1045,0,5,5
+6062,2011-09-15,3,0,9,3,0,4,1,1,0.62,0.5909,0.73,0.0896,3,5,8
+6063,2011-09-15,3,0,9,4,0,4,1,1,0.6,0.5758,0.78,0.1045,2,5,7
+6064,2011-09-15,3,0,9,5,0,4,1,1,0.6,0.5758,0.78,0,1,30,31
+6065,2011-09-15,3,0,9,6,0,4,1,2,0.6,0.5606,0.83,0.2537,5,119,124
+6066,2011-09-15,3,0,9,7,0,4,1,2,0.62,0.5909,0.78,0.194,17,321,338
+6067,2011-09-15,3,0,9,8,0,4,1,1,0.64,0.6061,0.73,0.1343,27,364,391
+6068,2011-09-15,3,0,9,9,0,4,1,2,0.64,0.6061,0.73,0.3582,23,186,209
+6069,2011-09-15,3,0,9,10,0,4,1,2,0.66,0.6212,0.69,0.2537,25,96,121
+6070,2011-09-15,3,0,9,11,0,4,1,2,0.68,0.6364,0.65,0.1343,39,120,159
+6071,2011-09-15,3,0,9,12,0,4,1,2,0.66,0.6212,0.69,0.2985,31,148,179
+6072,2011-09-15,3,0,9,13,0,4,1,2,0.64,0.6061,0.65,0.2836,38,151,189
+6073,2011-09-15,3,0,9,14,0,4,1,2,0.64,0.6061,0.65,0.4179,36,134,170
+6074,2011-09-15,3,0,9,15,0,4,1,2,0.6,0.5909,0.69,0.4179,25,110,135
+6075,2011-09-15,3,0,9,16,0,4,1,2,0.54,0.5152,0.77,0.4627,29,193,222
+6076,2011-09-15,3,0,9,17,0,4,1,3,0.48,0.4697,0.82,0.4627,31,230,261
+6077,2011-09-15,3,0,9,18,0,4,1,3,0.48,0.4697,0.67,0.6119,22,222,244
+6078,2011-09-15,3,0,9,19,0,4,1,1,0.46,0.4545,0.67,0.4627,20,212,232
+6079,2011-09-15,3,0,9,20,0,4,1,1,0.46,0.4545,0.63,0.3284,25,223,248
+6080,2011-09-15,3,0,9,21,0,4,1,1,0.46,0.4545,0.63,0.3284,11,134,145
+6081,2011-09-15,3,0,9,22,0,4,1,1,0.44,0.4394,0.67,0.2836,7,108,115
+6082,2011-09-15,3,0,9,23,0,4,1,1,0.44,0.4394,0.67,0.2239,8,61,69
+6083,2011-09-16,3,0,9,0,0,5,1,1,0.42,0.4242,0.71,0.2239,5,43,48
+6084,2011-09-16,3,0,9,1,0,5,1,1,0.42,0.4242,0.67,0.194,7,19,26
+6085,2011-09-16,3,0,9,2,0,5,1,1,0.4,0.4091,0.71,0.2836,3,7,10
+6086,2011-09-16,3,0,9,3,0,5,1,1,0.4,0.4091,0.71,0.2537,2,4,6
+6087,2011-09-16,3,0,9,4,0,5,1,1,0.4,0.4091,0.71,0.2836,1,3,4
+6088,2011-09-16,3,0,9,5,0,5,1,1,0.38,0.3939,0.76,0.194,2,30,32
+6089,2011-09-16,3,0,9,6,0,5,1,1,0.38,0.3939,0.71,0.2239,6,87,93
+6090,2011-09-16,3,0,9,7,0,5,1,1,0.4,0.4091,0.71,0.2836,16,283,299
+6091,2011-09-16,3,0,9,8,0,5,1,1,0.42,0.4242,0.67,0.2239,23,386,409
+6092,2011-09-16,3,0,9,9,0,5,1,1,0.46,0.4545,0.55,0.2537,21,189,210
+6093,2011-09-16,3,0,9,10,0,5,1,2,0.5,0.4848,0.51,0.2836,36,104,140
+6094,2011-09-16,3,0,9,11,0,5,1,2,0.5,0.4848,0.51,0.1343,40,139,179
+6095,2011-09-16,3,0,9,12,0,5,1,2,0.52,0.5,0.45,0,39,212,251
+6096,2011-09-16,3,0,9,13,0,5,1,2,0.54,0.5152,0.42,0,55,168,223
+6097,2011-09-16,3,0,9,14,0,5,1,2,0.54,0.5152,0.45,0.1642,49,176,225
+6098,2011-09-16,3,0,9,15,0,5,1,2,0.54,0.5152,0.45,0.2239,38,165,203
+6099,2011-09-16,3,0,9,16,0,5,1,2,0.52,0.5,0.48,0.1642,67,291,358
+6100,2011-09-16,3,0,9,17,0,5,1,2,0.52,0.5,0.48,0.1343,86,480,566
+6101,2011-09-16,3,0,9,18,0,5,1,2,0.52,0.5,0.52,0.1642,55,427,482
+6102,2011-09-16,3,0,9,19,0,5,1,2,0.5,0.4848,0.55,0.1642,59,256,315
+6103,2011-09-16,3,0,9,20,0,5,1,2,0.5,0.4848,0.55,0,41,184,225
+6104,2011-09-16,3,0,9,21,0,5,1,2,0.5,0.4848,0.63,0,39,124,163
+6105,2011-09-16,3,0,9,22,0,5,1,1,0.48,0.4697,0.67,0.0896,32,135,167
+6106,2011-09-16,3,0,9,23,0,5,1,1,0.5,0.4848,0.59,0,20,106,126
+6107,2011-09-17,3,0,9,0,0,6,0,1,0.46,0.4545,0.72,0.1642,28,80,108
+6108,2011-09-17,3,0,9,1,0,6,0,1,0.46,0.4545,0.72,0.1045,28,52,80
+6109,2011-09-17,3,0,9,2,0,6,0,1,0.46,0.4545,0.82,0.0896,18,61,79
+6110,2011-09-17,3,0,9,3,0,6,0,1,0.46,0.4545,0.72,0.1343,7,21,28
+6111,2011-09-17,3,0,9,4,0,6,0,1,0.46,0.4545,0.72,0.1343,1,4,5
+6112,2011-09-17,3,0,9,5,0,6,0,1,0.46,0.4545,0.72,0.1642,2,3,5
+6113,2011-09-17,3,0,9,6,0,6,0,2,0.46,0.4545,0.72,0.2239,5,17,22
+6114,2011-09-17,3,0,9,7,0,6,0,2,0.46,0.4545,0.77,0.194,4,33,37
+6115,2011-09-17,3,0,9,8,0,6,0,2,0.46,0.4545,0.77,0.2537,27,81,108
+6116,2011-09-17,3,0,9,9,0,6,0,2,0.48,0.4697,0.67,0.2239,32,145,177
+6117,2011-09-17,3,0,9,10,0,6,0,2,0.5,0.4848,0.68,0.2836,72,177,249
+6118,2011-09-17,3,0,9,11,0,6,0,2,0.52,0.5,0.68,0.2239,119,248,367
+6119,2011-09-17,3,0,9,12,0,6,0,2,0.52,0.5,0.67,0.2239,115,257,372
+6120,2011-09-17,3,0,9,13,0,6,0,2,0.52,0.5,0.68,0.194,124,225,349
+6121,2011-09-17,3,0,9,14,0,6,0,2,0.52,0.5,0.72,0.194,123,174,297
+6122,2011-09-17,3,0,9,15,0,6,0,2,0.52,0.5,0.72,0.194,148,206,354
+6123,2011-09-17,3,0,9,16,0,6,0,1,0.54,0.5152,0.68,0.2537,116,189,305
+6124,2011-09-17,3,0,9,17,0,6,0,1,0.52,0.5,0.72,0.2239,141,218,359
+6125,2011-09-17,3,0,9,18,0,6,0,2,0.52,0.5,0.72,0.2239,95,234,329
+6126,2011-09-17,3,0,9,19,0,6,0,1,0.52,0.5,0.68,0.1343,70,186,256
+6127,2011-09-17,3,0,9,20,0,6,0,1,0.52,0.5,0.68,0.1343,43,133,176
+6128,2011-09-17,3,0,9,21,0,6,0,2,0.5,0.4848,0.72,0.194,49,121,170
+6129,2011-09-17,3,0,9,22,0,6,0,1,0.5,0.4848,0.72,0.2239,31,112,143
+6130,2011-09-17,3,0,9,23,0,6,0,1,0.46,0.4545,0.82,0.1642,36,100,136
+6131,2011-09-18,3,0,9,0,0,0,0,1,0.46,0.4545,0.77,0.2239,24,88,112
+6132,2011-09-18,3,0,9,1,0,0,0,1,0.46,0.4545,0.77,0.2239,13,66,79
+6133,2011-09-18,3,0,9,2,0,0,0,1,0.44,0.4394,0.82,0.2537,21,68,89
+6134,2011-09-18,3,0,9,3,0,0,0,1,0.44,0.4394,0.82,0.194,11,25,36
+6135,2011-09-18,3,0,9,4,0,0,0,1,0.44,0.4394,0.77,0.2239,1,0,1
+6136,2011-09-18,3,0,9,5,0,0,0,1,0.44,0.4394,0.77,0.2239,1,5,6
+6137,2011-09-18,3,0,9,6,0,0,0,1,0.44,0.4394,0.77,0.2537,2,10,12
+6138,2011-09-18,3,0,9,7,0,0,0,1,0.46,0.4545,0.72,0.2239,15,29,44
+6139,2011-09-18,3,0,9,8,0,0,0,1,0.46,0.4545,0.72,0.2537,16,53,69
+6140,2011-09-18,3,0,9,9,0,0,0,1,0.48,0.4697,0.67,0.2537,46,94,140
+6141,2011-09-18,3,0,9,10,0,0,0,1,0.5,0.4848,0.72,0.1642,82,178,260
+6142,2011-09-18,3,0,9,11,0,0,0,1,0.52,0.5,0.68,0.2239,116,201,317
+6143,2011-09-18,3,0,9,12,0,0,0,1,0.54,0.5152,0.64,0.1343,135,229,364
+6144,2011-09-18,3,0,9,13,0,0,0,1,0.56,0.5303,0.6,0.1343,162,214,376
+6145,2011-09-18,3,0,9,14,0,0,0,2,0.58,0.5455,0.56,0.1343,127,184,311
+6146,2011-09-18,3,0,9,15,0,0,0,2,0.58,0.5455,0.6,0.1343,132,233,365
+6147,2011-09-18,3,0,9,16,0,0,0,2,0.56,0.5303,0.64,0.1642,134,235,369
+6148,2011-09-18,3,0,9,17,0,0,0,2,0.56,0.5303,0.64,0.194,95,230,325
+6149,2011-09-18,3,0,9,18,0,0,0,2,0.56,0.5303,0.6,0.1045,66,223,289
+6150,2011-09-18,3,0,9,19,0,0,0,2,0.54,0.5152,0.68,0.1045,54,191,245
+6151,2011-09-18,3,0,9,20,0,0,0,2,0.54,0.5152,0.68,0.0896,44,136,180
+6152,2011-09-18,3,0,9,21,0,0,0,2,0.54,0.5152,0.68,0.0896,37,110,147
+6153,2011-09-18,3,0,9,22,0,0,0,2,0.54,0.5152,0.68,0.0896,9,75,84
+6154,2011-09-18,3,0,9,23,0,0,0,1,0.54,0.5152,0.68,0.194,10,44,54
+6155,2011-09-19,3,0,9,0,0,1,1,2,0.52,0.5,0.72,0.1642,14,23,37
+6156,2011-09-19,3,0,9,1,0,1,1,2,0.52,0.5,0.72,0.1045,3,7,10
+6157,2011-09-19,3,0,9,2,0,1,1,2,0.52,0.5,0.72,0.1343,6,7,13
+6158,2011-09-19,3,0,9,3,0,1,1,2,0.5,0.4848,0.77,0.1343,1,4,5
+6159,2011-09-19,3,0,9,4,0,1,1,2,0.5,0.4848,0.77,0.1642,2,6,8
+6160,2011-09-19,3,0,9,5,0,1,1,2,0.5,0.4848,0.77,0.194,2,26,28
+6161,2011-09-19,3,0,9,6,0,1,1,1,0.5,0.4848,0.77,0.2239,6,107,113
+6162,2011-09-19,3,0,9,7,0,1,1,2,0.5,0.4848,0.82,0.2239,20,312,332
+6163,2011-09-19,3,0,9,8,0,1,1,2,0.52,0.5,0.77,0.1343,29,391,420
+6164,2011-09-19,3,0,9,9,0,1,1,2,0.54,0.5152,0.68,0.1642,32,183,215
+6165,2011-09-19,3,0,9,10,0,1,1,2,0.56,0.5303,0.64,0.1343,21,84,105
+6166,2011-09-19,3,0,9,11,0,1,1,2,0.58,0.5455,0.64,0.1642,41,98,139
+6167,2011-09-19,3,0,9,12,0,1,1,2,0.58,0.5455,0.6,0.0896,51,138,189
+6168,2011-09-19,3,0,9,13,0,1,1,2,0.6,0.6061,0.6,0,53,124,177
+6169,2011-09-19,3,0,9,14,0,1,1,2,0.6,0.6061,0.6,0.194,45,143,188
+6170,2011-09-19,3,0,9,15,0,1,1,2,0.6,0.6061,0.6,0.2239,44,143,187
+6171,2011-09-19,3,0,9,16,0,1,1,2,0.6,0.6061,0.6,0.1642,55,208,263
+6172,2011-09-19,3,0,9,17,0,1,1,2,0.58,0.5455,0.64,0.1343,85,483,568
+6173,2011-09-19,3,0,9,18,0,1,1,2,0.56,0.5303,0.68,0.1343,56,484,540
+6174,2011-09-19,3,0,9,19,0,1,1,2,0.56,0.5303,0.68,0.1045,41,333,374
+6175,2011-09-19,3,0,9,20,0,1,1,2,0.56,0.5303,0.68,0.1343,27,204,231
+6176,2011-09-19,3,0,9,21,0,1,1,2,0.56,0.5303,0.68,0.1642,19,181,200
+6177,2011-09-19,3,0,9,22,0,1,1,2,0.56,0.5303,0.68,0.1642,25,104,129
+6178,2011-09-19,3,0,9,23,0,1,1,2,0.56,0.5303,0.73,0.194,13,55,68
+6179,2011-09-20,3,0,9,0,0,2,1,2,0.56,0.5303,0.73,0.1642,4,21,25
+6180,2011-09-20,3,0,9,1,0,2,1,2,0.54,0.5152,0.88,0.1642,3,11,14
+6181,2011-09-20,3,0,9,2,0,2,1,2,0.54,0.5152,0.88,0.1642,1,4,5
+6182,2011-09-20,3,0,9,3,0,2,1,2,0.54,0.5152,0.83,0.2239,0,3,3
+6183,2011-09-20,3,0,9,4,0,2,1,1,0.54,0.5152,0.88,0.194,2,4,6
+6184,2011-09-20,3,0,9,5,0,2,1,2,0.54,0.5152,0.88,0.194,1,21,22
+6185,2011-09-20,3,0,9,6,0,2,1,2,0.54,0.5152,0.88,0.194,3,111,114
+6186,2011-09-20,3,0,9,7,0,2,1,2,0.54,0.5152,0.88,0.1642,23,306,329
+6187,2011-09-20,3,0,9,8,0,2,1,3,0.54,0.5152,0.94,0.2537,13,196,209
+6188,2011-09-20,3,0,9,9,0,2,1,3,0.54,0.5152,0.94,0.2239,5,64,69
+6189,2011-09-20,3,0,9,10,0,2,1,3,0.56,0.5303,0.88,0.1642,4,26,30
+6190,2011-09-20,3,0,9,11,0,2,1,3,0.56,0.5303,0.88,0.1642,8,48,56
+6191,2011-09-20,3,0,9,12,0,2,1,2,0.56,0.5303,0.94,0.1642,13,47,60
+6192,2011-09-20,3,0,9,13,0,2,1,2,0.56,0.5303,0.94,0.1343,22,81,103
+6193,2011-09-20,3,0,9,14,0,2,1,2,0.58,0.5455,0.88,0.194,27,85,112
+6194,2011-09-20,3,0,9,15,0,2,1,2,0.62,0.5909,0.78,0.1045,34,158,192
+6195,2011-09-20,3,0,9,16,0,2,1,2,0.6,0.5606,0.83,0.1642,23,241,264
+6196,2011-09-20,3,0,9,17,0,2,1,1,0.6,0.5606,0.83,0.1045,66,445,511
+6197,2011-09-20,3,0,9,18,0,2,1,1,0.6,0.5606,0.83,0.1045,39,453,492
+6198,2011-09-20,3,0,9,19,0,2,1,1,0.58,0.5455,0.88,0,43,294,337
+6199,2011-09-20,3,0,9,20,0,2,1,1,0.56,0.5303,0.94,0,41,212,253
+6200,2011-09-20,3,0,9,21,0,2,1,1,0.56,0.5303,0.94,0,29,177,206
+6201,2011-09-20,3,0,9,22,0,2,1,1,0.56,0.5303,0.94,0,23,125,148
+6202,2011-09-20,3,0,9,23,0,2,1,1,0.56,0.5303,0.94,0,11,70,81
+6203,2011-09-21,3,0,9,0,0,3,1,1,0.54,0.5152,1,0,7,20,27
+6204,2011-09-21,3,0,9,1,0,3,1,1,0.54,0.5152,0.94,0,0,17,17
+6205,2011-09-21,3,0,9,2,0,3,1,1,0.54,0.5152,0.94,0,1,5,6
+6206,2011-09-21,3,0,9,3,0,3,1,2,0.54,0.5152,0.94,0.0896,0,6,6
+6207,2011-09-21,3,0,9,4,0,3,1,2,0.54,0.5152,1,0.1343,2,5,7
+6208,2011-09-21,3,0,9,5,0,3,1,2,0.54,0.5152,1,0.1642,1,30,31
+6209,2011-09-21,3,0,9,6,0,3,1,2,0.54,0.5152,1,0.194,5,112,117
+6210,2011-09-21,3,0,9,7,0,3,1,2,0.54,0.5152,1,0.194,18,312,330
+6211,2011-09-21,3,0,9,8,0,3,1,2,0.54,0.5152,1,0.1045,18,444,462
+6212,2011-09-21,3,0,9,9,0,3,1,2,0.56,0.5303,1,0.0896,21,187,208
+6213,2011-09-21,3,0,9,10,0,3,1,2,0.6,0.5455,0.88,0,30,103,133
+6214,2011-09-21,3,0,9,11,0,3,1,2,0.62,0.5758,0.83,0.1642,42,138,180
+6215,2011-09-21,3,0,9,12,0,3,1,2,0.64,0.5909,0.78,0.0896,42,151,193
+6216,2011-09-21,3,0,9,13,0,3,1,2,0.66,0.6212,0.74,0.1642,37,144,181
+6217,2011-09-21,3,0,9,14,0,3,1,2,0.66,0.6212,0.74,0.194,40,139,179
+6218,2011-09-21,3,0,9,15,0,3,1,2,0.66,0.6212,0.74,0.1045,43,142,185
+6219,2011-09-21,3,0,9,16,0,3,1,2,0.66,0.6212,0.74,0.1045,51,230,281
+6220,2011-09-21,3,0,9,17,0,3,1,3,0.66,0.6212,0.74,0.1642,61,475,536
+6221,2011-09-21,3,0,9,18,0,3,1,3,0.64,0.5758,0.83,0.1642,24,384,408
+6222,2011-09-21,3,0,9,19,0,3,1,3,0.62,0.5455,0.94,0,30,253,283
+6223,2011-09-21,3,0,9,20,0,3,1,3,0.62,0.5455,0.94,0,11,149,160
+6224,2011-09-21,3,0,9,21,0,3,1,2,0.6,0.5,1,0.0896,25,175,200
+6225,2011-09-21,3,0,9,22,0,3,1,2,0.62,0.5455,0.94,0,15,112,127
+6226,2011-09-21,3,0,9,23,0,3,1,1,0.6,0.5152,0.94,0.1045,15,80,95
+6227,2011-09-22,3,0,9,0,0,4,1,1,0.6,0.5152,0.94,0.1045,11,30,41
+6228,2011-09-22,3,0,9,1,0,4,1,2,0.6,0.5152,0.94,0.0896,5,6,11
+6229,2011-09-22,3,0,9,2,0,4,1,2,0.6,0.5152,0.94,0.1045,2,8,10
+6230,2011-09-22,3,0,9,3,0,4,1,2,0.6,0.5152,0.94,0.0896,5,7,12
+6231,2011-09-22,3,0,9,4,0,4,1,2,0.6,0.5152,0.94,0.0896,0,2,2
+6232,2011-09-22,3,0,9,5,0,4,1,2,0.6,0.5152,0.94,0.1045,2,28,30
+6233,2011-09-22,3,0,9,6,0,4,1,2,0.6,0.5,1,0.1343,7,94,101
+6234,2011-09-22,3,0,9,7,0,4,1,2,0.6,0.5,1,0.1045,16,295,311
+6235,2011-09-22,3,0,9,8,0,4,1,2,0.6,0.5,1,0.1642,26,389,415
+6236,2011-09-22,3,0,9,9,0,4,1,2,0.62,0.5455,0.94,0.194,35,168,203
+6237,2011-09-22,3,0,9,10,0,4,1,2,0.64,0.5758,0.89,0.2239,19,101,120
+6238,2011-09-22,3,0,9,11,0,4,1,2,0.64,0.5758,0.89,0.194,23,142,165
+6239,2011-09-22,3,0,9,12,0,4,1,2,0.66,0.6061,0.83,0.1642,25,151,176
+6240,2011-09-22,3,0,9,13,0,4,1,2,0.66,0.6061,0.83,0.194,38,155,193
+6241,2011-09-22,3,0,9,14,0,4,1,2,0.66,0.6061,0.83,0.2239,41,142,183
+6242,2011-09-22,3,0,9,15,0,4,1,2,0.68,0.6364,0.79,0.1642,32,149,181
+6243,2011-09-22,3,0,9,16,0,4,1,2,0.68,0.6364,0.74,0.1343,39,262,301
+6244,2011-09-22,3,0,9,17,0,4,1,2,0.66,0.6061,0.78,0.0896,50,513,563
+6245,2011-09-22,3,0,9,18,0,4,1,2,0.64,0.5758,0.83,0.1045,50,501,551
+6246,2011-09-22,3,0,9,19,0,4,1,2,0.64,0.5758,0.89,0.0896,32,388,420
+6247,2011-09-22,3,0,9,20,0,4,1,2,0.62,0.5455,0.94,0.1343,35,250,285
+6248,2011-09-22,3,0,9,21,0,4,1,2,0.64,0.5758,0.89,0.0896,27,194,221
+6249,2011-09-22,3,0,9,22,0,4,1,2,0.62,0.5152,1,0.0896,21,166,187
+6250,2011-09-22,3,0,9,23,0,4,1,2,0.62,0.5455,0.94,0,14,99,113
+6251,2011-09-23,4,0,9,0,0,5,1,2,0.62,0.5455,0.94,0.0896,11,41,52
+6252,2011-09-23,4,0,9,1,0,5,1,2,0.6,0.5,1,0,2,29,31
+6253,2011-09-23,4,0,9,2,0,5,1,2,0.6,0.5,1,0.1045,6,14,20
+6254,2011-09-23,4,0,9,3,0,5,1,2,0.6,0.5,1,0,3,5,8
+6255,2011-09-23,4,0,9,4,0,5,1,3,0.6,0.5,1,0,6,7,13
+6256,2011-09-23,4,0,9,5,0,5,1,2,0.62,0.5455,0.94,0,2,20,22
+6257,2011-09-23,4,0,9,6,0,5,1,2,0.62,0.5455,0.94,0.0896,5,99,104
+6258,2011-09-23,4,0,9,7,0,5,1,3,0.62,0.5455,0.94,0.1343,14,240,254
+6259,2011-09-23,4,0,9,8,0,5,1,3,0.62,0.5455,0.94,0.1343,20,297,317
+6260,2011-09-23,4,0,9,9,0,5,1,3,0.62,0.5152,1,0.1343,3,108,111
+6261,2011-09-23,4,0,9,10,0,5,1,3,0.62,0.5152,1,0.1045,7,28,35
+6262,2011-09-23,4,0,9,11,0,5,1,3,0.62,0.5152,1,0.1045,1,20,21
+6263,2011-09-23,4,0,9,12,0,5,1,3,0.62,0.5455,0.94,0.1045,1,28,29
+6264,2011-09-23,4,0,9,13,0,5,1,3,0.6,0.5,1,0.0896,7,27,34
+6265,2011-09-23,4,0,9,14,0,5,1,3,0.6,0.5,1,0.0896,3,21,24
+6266,2011-09-23,4,0,9,15,0,5,1,3,0.62,0.5455,0.94,0.1045,9,52,61
+6267,2011-09-23,4,0,9,16,0,5,1,3,0.62,0.5455,0.94,0,5,51,56
+6268,2011-09-23,4,0,9,17,0,5,1,2,0.6,0.5,1,0,13,86,99
+6269,2011-09-23,4,0,9,18,0,5,1,1,0.6,0.5,1,0,14,220,234
+6270,2011-09-23,4,0,9,19,0,5,1,1,0.62,0.5455,0.94,0.1343,16,232,248
+6271,2011-09-23,4,0,9,20,0,5,1,1,0.6,0.5152,0.94,0,21,158,179
+6272,2011-09-23,4,0,9,21,0,5,1,1,0.6,0.5,1,0.1642,17,121,138
+6273,2011-09-23,4,0,9,22,0,5,1,1,0.6,0.5152,0.94,0.1642,31,126,157
+6274,2011-09-23,4,0,9,23,0,5,1,2,0.58,0.5455,1,0.1343,41,107,148
+6275,2011-09-24,4,0,9,0,0,6,0,1,0.58,0.5455,1,0.0896,7,86,93
+6276,2011-09-24,4,0,9,1,0,6,0,2,0.58,0.5455,0.94,0.0896,18,61,79
+6277,2011-09-24,4,0,9,2,0,6,0,2,0.58,0.5455,0.94,0.0896,14,54,68
+6278,2011-09-24,4,0,9,3,0,6,0,1,0.58,0.5455,0.94,0,4,27,31
+6279,2011-09-24,4,0,9,4,0,6,0,1,0.56,0.5303,0.94,0.1045,1,7,8
+6280,2011-09-24,4,0,9,5,0,6,0,2,0.56,0.5303,0.94,0.1045,2,3,5
+6281,2011-09-24,4,0,9,6,0,6,0,2,0.56,0.5303,0.94,0.1045,6,12,18
+6282,2011-09-24,4,0,9,7,0,6,0,2,0.56,0.5303,0.88,0.1045,12,34,46
+6283,2011-09-24,4,0,9,8,0,6,0,2,0.58,0.5455,0.9,0.0896,19,102,121
+6284,2011-09-24,4,0,9,9,0,6,0,2,0.6,0.5455,0.88,0.0896,41,134,175
+6285,2011-09-24,4,0,9,10,0,6,0,2,0.6,0.5455,0.88,0.0896,90,203,293
+6286,2011-09-24,4,0,9,11,0,6,0,2,0.62,0.5758,0.83,0.0896,118,268,386
+6287,2011-09-24,4,0,9,12,0,6,0,2,0.62,0.5758,0.83,0.0896,141,266,407
+6288,2011-09-24,4,0,9,13,0,6,0,1,0.64,0.5909,0.78,0,170,290,460
+6289,2011-09-24,4,0,9,14,0,6,0,2,0.66,0.6212,0.74,0.1343,164,226,390
+6290,2011-09-24,4,0,9,15,0,6,0,2,0.66,0.6212,0.74,0.1343,168,284,452
+6291,2011-09-24,4,0,9,16,0,6,0,2,0.64,0.5909,0.78,0.0896,167,282,449
+6292,2011-09-24,4,0,9,17,0,6,0,1,0.66,0.6212,0.74,0.1045,180,246,426
+6293,2011-09-24,4,0,9,18,0,6,0,1,0.64,0.5909,0.78,0.1045,157,243,400
+6294,2011-09-24,4,0,9,19,0,6,0,1,0.62,0.5606,0.88,0,77,231,308
+6295,2011-09-24,4,0,9,20,0,6,0,1,0.62,0.5758,0.83,0,77,166,243
+6296,2011-09-24,4,0,9,21,0,6,0,1,0.62,0.5758,0.83,0.0896,66,156,222
+6297,2011-09-24,4,0,9,22,0,6,0,2,0.62,0.5606,0.88,0,50,143,193
+6298,2011-09-24,4,0,9,23,0,6,0,2,0.6,0.5455,0.88,0.0896,27,123,150
+6299,2011-09-25,4,0,9,0,0,0,0,2,0.6,0.5455,0.88,0,37,136,173
+6300,2011-09-25,4,0,9,1,0,0,0,2,0.6,0.5455,0.88,0.1045,31,93,124
+6301,2011-09-25,4,0,9,2,0,0,0,3,0.6,0.5152,0.94,0,27,79,106
+6302,2011-09-25,4,0,9,3,0,0,0,3,0.6,0.5152,0.94,0,20,39,59
+6303,2011-09-25,4,0,9,4,0,0,0,3,0.6,0.5152,0.94,0.1343,3,5,8
+6304,2011-09-25,4,0,9,5,0,0,0,1,0.6,0.5455,0.88,0.0896,1,2,3
+6305,2011-09-25,4,0,9,6,0,0,0,2,0.6,0.5455,0.88,0.1045,4,13,17
+6306,2011-09-25,4,0,9,7,0,0,0,2,0.6,0.5152,0.94,0.1343,15,23,38
+6307,2011-09-25,4,0,9,8,0,0,0,2,0.62,0.5606,0.88,0,27,59,86
+6308,2011-09-25,4,0,9,9,0,0,0,2,0.64,0.5758,0.83,0,55,100,155
+6309,2011-09-25,4,0,9,10,0,0,0,2,0.64,0.5758,0.83,0,85,190,275
+6310,2011-09-25,4,0,9,11,0,0,0,2,0.66,0.6061,0.78,0.1343,131,230,361
+6311,2011-09-25,4,0,9,12,0,0,0,2,0.66,0.6061,0.78,0,143,270,413
+6312,2011-09-25,4,0,9,13,0,0,0,2,0.68,0.6364,0.74,0,122,247,369
+6313,2011-09-25,4,0,9,14,0,0,0,2,0.66,0.6061,0.78,0,116,231,347
+6314,2011-09-25,4,0,9,15,0,0,0,2,0.66,0.6061,0.78,0,119,234,353
+6315,2011-09-25,4,0,9,16,0,0,0,1,0.7,0.6515,0.7,0,144,320,464
+6316,2011-09-25,4,0,9,17,0,0,0,1,0.68,0.6364,0.74,0,145,275,420
+6317,2011-09-25,4,0,9,18,0,0,0,1,0.68,0.6364,0.74,0,125,279,404
+6318,2011-09-25,4,0,9,19,0,0,0,1,0.64,0.5758,0.83,0.1343,87,242,329
+6319,2011-09-25,4,0,9,20,0,0,0,1,0.64,0.5758,0.83,0.0896,51,135,186
+6320,2011-09-25,4,0,9,21,0,0,0,1,0.62,0.5455,0.94,0.0896,24,113,137
+6321,2011-09-25,4,0,9,22,0,0,0,1,0.62,0.5606,0.88,0.0896,20,84,104
+6322,2011-09-25,4,0,9,23,0,0,0,2,0.62,0.5455,0.94,0.1045,12,67,79
+6323,2011-09-26,4,0,9,0,0,1,1,2,0.62,0.5455,0.94,0,6,23,29
+6324,2011-09-26,4,0,9,1,0,1,1,2,0.62,0.5606,0.88,0.1045,3,14,17
+6325,2011-09-26,4,0,9,2,0,1,1,2,0.62,0.5606,0.88,0.1045,4,4,8
+6326,2011-09-26,4,0,9,3,0,1,1,2,0.62,0.5455,0.94,0,0,5,5
+6327,2011-09-26,4,0,9,4,0,1,1,2,0.62,0.5455,0.94,0.0896,2,4,6
+6328,2011-09-26,4,0,9,5,0,1,1,2,0.62,0.5606,0.88,0,0,25,25
+6329,2011-09-26,4,0,9,6,0,1,1,2,0.62,0.5455,0.94,0.0896,6,107,113
+6330,2011-09-26,4,0,9,7,0,1,1,2,0.62,0.5455,0.94,0,17,315,332
+6331,2011-09-26,4,0,9,8,0,1,1,2,0.62,0.5455,0.94,0,29,326,355
+6332,2011-09-26,4,0,9,9,0,1,1,2,0.64,0.5758,0.89,0.194,44,161,205
+6333,2011-09-26,4,0,9,10,0,1,1,2,0.64,0.5758,0.89,0.194,37,117,154
+6334,2011-09-26,4,0,9,11,0,1,1,1,0.68,0.6364,0.79,0.2239,43,116,159
+6335,2011-09-26,4,0,9,12,0,1,1,2,0.68,0.6364,0.79,0.1642,48,161,209
+6336,2011-09-26,4,0,9,13,0,1,1,2,0.7,0.6667,0.74,0.1642,48,139,187
+6337,2011-09-26,4,0,9,14,0,1,1,1,0.7,0.6515,0.7,0.1642,44,110,154
+6338,2011-09-26,4,0,9,15,0,1,1,1,0.72,0.6818,0.62,0.1343,52,157,209
+6339,2011-09-26,4,0,9,16,0,1,1,1,0.7,0.6515,0.65,0.1642,74,239,313
+6340,2011-09-26,4,0,9,17,0,1,1,1,0.7,0.6515,0.7,0.1343,61,509,570
+6341,2011-09-26,4,0,9,18,0,1,1,1,0.66,0.6061,0.83,0.1045,63,490,553
+6342,2011-09-26,4,0,9,19,0,1,1,1,0.66,0.6061,0.82,0.0896,36,347,383
+6343,2011-09-26,4,0,9,20,0,1,1,1,0.64,0.5758,0.89,0.1343,24,227,251
+6344,2011-09-26,4,0,9,21,0,1,1,1,0.64,0.5758,0.89,0.1343,18,164,182
+6345,2011-09-26,4,0,9,22,0,1,1,1,0.62,0.5455,0.94,0.1343,14,122,136
+6346,2011-09-26,4,0,9,23,0,1,1,1,0.62,0.5455,0.94,0.1343,11,64,75
+6347,2011-09-27,4,0,9,0,0,2,1,1,0.62,0.5455,0.94,0.1343,9,28,37
+6348,2011-09-27,4,0,9,1,0,2,1,1,0.62,0.5455,0.94,0.1642,4,6,10
+6349,2011-09-27,4,0,9,2,0,2,1,1,0.62,0.5455,0.94,0.1045,7,4,11
+6350,2011-09-27,4,0,9,3,0,2,1,2,0.62,0.5455,0.94,0,5,5,10
+6351,2011-09-27,4,0,9,4,0,2,1,3,0.62,0.5455,0.94,0.0896,5,3,8
+6352,2011-09-27,4,0,9,5,0,2,1,3,0.62,0.5455,0.94,0.0896,0,24,24
+6353,2011-09-27,4,0,9,6,0,2,1,2,0.62,0.5455,0.94,0.1045,8,116,124
+6354,2011-09-27,4,0,9,7,0,2,1,2,0.62,0.5455,0.94,0.1045,15,234,249
+6355,2011-09-27,4,0,9,8,0,2,1,2,0.64,0.5758,0.89,0.1045,27,400,427
+6356,2011-09-27,4,0,9,9,0,2,1,3,0.64,0.5758,0.89,0.194,20,173,193
+6357,2011-09-27,4,0,9,10,0,2,1,3,0.64,0.5606,0.94,0.1642,21,101,122
+6358,2011-09-27,4,0,9,11,0,2,1,2,0.66,0.5909,0.89,0.1045,26,97,123
+6359,2011-09-27,4,0,9,12,0,2,1,2,0.66,0.5909,0.89,0.1343,33,129,162
+6360,2011-09-27,4,0,9,13,0,2,1,2,0.7,0.6667,0.74,0.2239,29,122,151
+6361,2011-09-27,4,0,9,14,0,2,1,2,0.68,0.6364,0.79,0.1045,29,123,152
+6362,2011-09-27,4,0,9,15,0,2,1,2,0.68,0.6364,0.83,0.0896,35,170,205
+6363,2011-09-27,4,0,9,16,0,2,1,2,0.66,0.6061,0.83,0.194,33,225,258
+6364,2011-09-27,4,0,9,17,0,2,1,2,0.66,0.5909,0.89,0.194,50,480,530
+6365,2011-09-27,4,0,9,18,0,2,1,2,0.64,0.5758,0.89,0.2239,31,325,356
+6366,2011-09-27,4,0,9,19,0,2,1,2,0.64,0.5758,0.89,0.1343,26,294,320
+6367,2011-09-27,4,0,9,20,0,2,1,1,0.62,0.5909,0.78,0,17,221,238
+6368,2011-09-27,4,0,9,21,0,2,1,1,0.6,0.5606,0.83,0,17,179,196
+6369,2011-09-27,4,0,9,22,0,2,1,1,0.6,0.5455,0.88,0.0896,19,102,121
+6370,2011-09-27,4,0,9,23,0,2,1,1,0.6,0.5455,0.88,0.0896,11,82,93
+6371,2011-09-28,4,0,9,0,0,3,1,1,0.6,0.5455,0.88,0,7,29,36
+6372,2011-09-28,4,0,9,1,0,3,1,1,0.6,0.5455,0.88,0,1,13,14
+6373,2011-09-28,4,0,9,2,0,3,1,1,0.6,0.5455,0.88,0.2537,0,9,9
+6374,2011-09-28,4,0,9,3,0,3,1,2,0.6,0.5152,0.94,0.0896,0,3,3
+6375,2011-09-28,4,0,9,4,0,3,1,1,0.6,0.5455,0.88,0,1,3,4
+6376,2011-09-28,4,0,9,5,0,3,1,2,0.6,0.5152,0.94,0,2,20,22
+6377,2011-09-28,4,0,9,6,0,3,1,3,0.6,0.5152,0.94,0.1642,3,111,114
+6378,2011-09-28,4,0,9,7,0,3,1,3,0.6,0.5152,0.94,0.1642,8,177,185
+6379,2011-09-28,4,0,9,8,0,3,1,3,0.62,0.5455,0.94,0.2239,17,270,287
+6380,2011-09-28,4,0,9,9,0,3,1,3,0.62,0.5455,0.94,0.2239,14,141,155
+6381,2011-09-28,4,0,9,10,0,3,1,2,0.62,0.5455,0.94,0,20,109,129
+6382,2011-09-28,4,0,9,11,0,3,1,2,0.66,0.6061,0.83,0.1045,24,127,151
+6383,2011-09-28,4,0,9,12,0,3,1,2,0.68,0.6364,0.79,0,25,159,184
+6384,2011-09-28,4,0,9,13,0,3,1,1,0.7,0.6667,0.74,0.2537,24,138,162
+6385,2011-09-28,4,0,9,14,0,3,1,1,0.72,0.6818,0.62,0.2537,25,145,170
+6386,2011-09-28,4,0,9,15,0,3,1,1,0.7,0.6515,0.7,0.1343,35,146,181
+6387,2011-09-28,4,0,9,16,0,3,1,1,0.7,0.6515,0.7,0.194,39,241,280
+6388,2011-09-28,4,0,9,17,0,3,1,1,0.7,0.6515,0.7,0.2239,64,527,591
+6389,2011-09-28,4,0,9,18,0,3,1,3,0.66,0.6061,0.83,0.2537,65,459,524
+6390,2011-09-28,4,0,9,19,0,3,1,3,0.66,0.6061,0.83,0.2537,57,315,372
+6391,2011-09-28,4,0,9,20,0,3,1,3,0.6,0.5606,0.83,0.2985,11,91,102
+6392,2011-09-28,4,0,9,21,0,3,1,3,0.6,0.5455,0.88,0.2537,7,67,74
+6393,2011-09-28,4,0,9,22,0,3,1,1,0.6,0.5455,0.88,0.0896,19,68,87
+6394,2011-09-28,4,0,9,23,0,3,1,1,0.6,0.5152,0.94,0.1343,12,59,71
+6395,2011-09-29,4,0,9,0,0,4,1,1,0.6,0.5152,0.94,0.194,7,33,40
+6396,2011-09-29,4,0,9,1,0,4,1,2,0.6,0.5,1,0.194,3,20,23
+6397,2011-09-29,4,0,9,2,0,4,1,2,0.6,0.5,1,0.194,0,2,2
+6398,2011-09-29,4,0,9,3,0,4,1,2,0.6,0.5152,0.94,0.194,0,8,8
+6399,2011-09-29,4,0,9,4,0,4,1,2,0.6,0.5455,0.88,0.194,2,5,7
+6400,2011-09-29,4,0,9,5,0,4,1,2,0.6,0.5455,0.88,0.1045,0,22,22
+6401,2011-09-29,4,0,9,6,0,4,1,2,0.6,0.5455,0.88,0.0896,5,106,111
+6402,2011-09-29,4,0,9,7,0,4,1,1,0.6,0.5455,0.88,0.1343,14,269,283
+6403,2011-09-29,4,0,9,8,0,4,1,1,0.6,0.5606,0.83,0,29,402,431
+6404,2011-09-29,4,0,9,9,0,4,1,1,0.62,0.5909,0.78,0.2537,27,198,225
+6405,2011-09-29,4,0,9,10,0,4,1,1,0.64,0.6061,0.65,0.194,24,103,127
+6406,2011-09-29,4,0,9,11,0,4,1,1,0.62,0.6061,0.61,0.194,36,122,158
+6407,2011-09-29,4,0,9,12,0,4,1,1,0.66,0.6212,0.61,0.1642,38,157,195
+6408,2011-09-29,4,0,9,13,0,4,1,1,0.64,0.6212,0.61,0.194,36,175,211
+6409,2011-09-29,4,0,9,14,0,4,1,1,0.68,0.6364,0.51,0.2985,33,134,167
+6410,2011-09-29,4,0,9,15,0,4,1,1,0.68,0.6364,0.45,0.3881,42,185,227
+6411,2011-09-29,4,0,9,16,0,4,1,1,0.68,0.6364,0.41,0.3582,64,227,291
+6412,2011-09-29,4,0,9,17,0,4,1,1,0.66,0.6212,0.47,0.2985,62,527,589
+6413,2011-09-29,4,0,9,18,0,4,1,1,0.64,0.6212,0.41,0.2239,84,500,584
+6414,2011-09-29,4,0,9,19,0,4,1,1,0.62,0.6212,0.5,0.0896,36,348,384
+6415,2011-09-29,4,0,9,20,0,4,1,1,0.6,0.6212,0.53,0.0896,39,234,273
+6416,2011-09-29,4,0,9,21,0,4,1,1,0.58,0.5455,0.56,0,30,195,225
+6417,2011-09-29,4,0,9,22,0,4,1,1,0.56,0.5303,0.68,0,25,150,175
+6418,2011-09-29,4,0,9,23,0,4,1,1,0.52,0.5,0.77,0.1045,17,64,81
+6419,2011-09-30,4,0,9,0,0,5,1,1,0.52,0.5,0.83,0.1045,7,53,60
+6420,2011-09-30,4,0,9,1,0,5,1,1,0.52,0.5,0.77,0.0896,5,18,23
+6421,2011-09-30,4,0,9,2,0,5,1,1,0.52,0.5,0.83,0.1045,6,9,15
+6422,2011-09-30,4,0,9,3,0,5,1,1,0.52,0.5,0.83,0.1045,0,3,3
+6423,2011-09-30,4,0,9,4,0,5,1,1,0.52,0.5,0.83,0.194,2,6,8
+6424,2011-09-30,4,0,9,5,0,5,1,1,0.52,0.5,0.83,0.194,3,23,26
+6425,2011-09-30,4,0,9,6,0,5,1,1,0.52,0.5,0.83,0.2239,0,98,98
+6426,2011-09-30,4,0,9,7,0,5,1,1,0.52,0.5,0.83,0.2239,14,283,297
+6427,2011-09-30,4,0,9,8,0,5,1,1,0.54,0.5152,0.77,0.1343,31,425,456
+6428,2011-09-30,4,0,9,9,0,5,1,1,0.56,0.5303,0.73,0.194,23,214,237
+6429,2011-09-30,4,0,9,10,0,5,1,1,0.6,0.6061,0.64,0,46,122,168
+6430,2011-09-30,4,0,9,11,0,5,1,1,0.64,0.6212,0.57,0.0896,49,168,217
+6431,2011-09-30,4,0,9,12,0,5,1,2,0.64,0.6212,0.57,0.194,59,195,254
+6432,2011-09-30,4,0,9,13,0,5,1,2,0.66,0.6212,0.47,0.3284,72,194,266
+6433,2011-09-30,4,0,9,14,0,5,1,2,0.64,0.6212,0.47,0.2985,93,173,266
+6434,2011-09-30,4,0,9,15,0,5,1,1,0.64,0.6212,0.5,0.2836,52,193,245
+6435,2011-09-30,4,0,9,16,0,5,1,1,0.62,0.6212,0.53,0.2239,62,298,360
+6436,2011-09-30,4,0,9,17,0,5,1,1,0.62,0.6212,0.53,0.194,94,497,591
+6437,2011-09-30,4,0,9,18,0,5,1,1,0.58,0.5455,0.49,0.3582,62,449,511
+6438,2011-09-30,4,0,9,19,0,5,1,1,0.54,0.5152,0.52,0.2836,42,332,374
+6439,2011-09-30,4,0,9,20,0,5,1,1,0.54,0.5152,0.52,0.2836,28,202,230
+6440,2011-09-30,4,0,9,21,0,5,1,1,0.52,0.5,0.55,0.194,27,179,206
+6441,2011-09-30,4,0,9,22,0,5,1,1,0.52,0.5,0.55,0.3284,30,129,159
+6442,2011-09-30,4,0,9,23,0,5,1,1,0.52,0.5,0.55,0.3284,23,109,132
+6443,2011-10-01,4,0,10,0,0,6,0,1,0.5,0.4848,0.63,0.3881,24,106,130
+6444,2011-10-01,4,0,10,1,0,6,0,1,0.48,0.4697,0.67,0.3284,11,47,58
+6445,2011-10-01,4,0,10,2,0,6,0,1,0.46,0.4545,0.63,0.4179,21,46,67
+6446,2011-10-01,4,0,10,3,0,6,0,1,0.46,0.4545,0.59,0.4179,8,17,25
+6447,2011-10-01,4,0,10,4,0,6,0,1,0.44,0.4394,0.58,0.4179,2,6,8
+6448,2011-10-01,4,0,10,5,0,6,0,2,0.44,0.4394,0.62,0.2985,1,4,5
+6449,2011-10-01,4,0,10,6,0,6,0,1,0.42,0.4242,0.67,0.3284,4,15,19
+6450,2011-10-01,4,0,10,7,0,6,0,3,0.42,0.4242,0.67,0.2537,6,30,36
+6451,2011-10-01,4,0,10,8,0,6,0,2,0.4,0.4091,0.76,0.3284,9,58,67
+6452,2011-10-01,4,0,10,9,0,6,0,3,0.4,0.4091,0.82,0.3582,17,112,129
+6453,2011-10-01,4,0,10,10,0,6,0,3,0.4,0.4091,0.76,0.3582,21,100,121
+6454,2011-10-01,4,0,10,11,0,6,0,3,0.38,0.3939,0.82,0.3284,30,102,132
+6455,2011-10-01,4,0,10,12,0,6,0,2,0.4,0.4091,0.82,0.2537,28,130,158
+6456,2011-10-01,4,0,10,13,0,6,0,2,0.4,0.4091,0.82,0.3284,27,98,125
+6457,2011-10-01,4,0,10,14,0,6,0,2,0.42,0.4242,0.71,0.3582,33,147,180
+6458,2011-10-01,4,0,10,15,0,6,0,2,0.42,0.4242,0.71,0.2836,41,154,195
+6459,2011-10-01,4,0,10,16,0,6,0,2,0.4,0.4091,0.76,0.2985,58,165,223
+6460,2011-10-01,4,0,10,17,0,6,0,3,0.4,0.4091,0.76,0.194,58,170,228
+6461,2011-10-01,4,0,10,18,0,6,0,3,0.38,0.3939,0.87,0.2239,23,117,140
+6462,2011-10-01,4,0,10,19,0,6,0,2,0.38,0.3939,0.82,0.194,27,99,126
+6463,2011-10-01,4,0,10,20,0,6,0,3,0.36,0.3636,0.87,0.1045,8,58,66
+6464,2011-10-01,4,0,10,21,0,6,0,3,0.36,0.3636,0.87,0.1045,3,53,56
+6465,2011-10-01,4,0,10,22,0,6,0,2,0.36,0.3485,0.93,0.2239,12,58,70
+6466,2011-10-01,4,0,10,23,0,6,0,3,0.36,0.3485,0.93,0.2239,8,57,65
+6467,2011-10-02,4,0,10,0,0,0,0,3,0.36,0.3333,0.93,0.2985,4,43,47
+6468,2011-10-02,4,0,10,1,0,0,0,3,0.34,0.3182,0.87,0.2537,1,23,24
+6469,2011-10-02,4,0,10,2,0,0,0,3,0.34,0.303,0.87,0.2985,3,27,30
+6470,2011-10-02,4,0,10,3,0,0,0,3,0.34,0.3182,0.87,0.2836,4,5,9
+6471,2011-10-02,4,0,10,4,0,0,0,2,0.34,0.3182,0.87,0.2537,4,3,7
+6472,2011-10-02,4,0,10,5,0,0,0,1,0.32,0.303,0.87,0.2836,0,7,7
+6473,2011-10-02,4,0,10,6,0,0,0,1,0.32,0.3182,0.81,0.1642,2,13,15
+6474,2011-10-02,4,0,10,7,0,0,0,1,0.34,0.3333,0.76,0.194,5,24,29
+6475,2011-10-02,4,0,10,8,0,0,0,2,0.34,0.3333,0.76,0.194,14,50,64
+6476,2011-10-02,4,0,10,9,0,0,0,1,0.36,0.3333,0.76,0.3582,19,96,115
+6477,2011-10-02,4,0,10,10,0,0,0,2,0.36,0.3333,0.71,0.2836,60,188,248
+6478,2011-10-02,4,0,10,11,0,0,0,2,0.38,0.3939,0.66,0.2537,74,218,292
+6479,2011-10-02,4,0,10,12,0,0,0,2,0.4,0.4091,0.62,0.194,78,243,321
+6480,2011-10-02,4,0,10,13,0,0,0,3,0.4,0.4091,0.62,0.2239,84,224,308
+6481,2011-10-02,4,0,10,14,0,0,0,3,0.36,0.3485,0.81,0.1642,61,195,256
+6482,2011-10-02,4,0,10,15,0,0,0,3,0.36,0.3333,0.81,0.2537,29,144,173
+6483,2011-10-02,4,0,10,16,0,0,0,3,0.36,0.3485,0.87,0.194,44,162,206
+6484,2011-10-02,4,0,10,17,0,0,0,3,0.36,0.3485,0.87,0.1642,32,135,167
+6485,2011-10-02,4,0,10,18,0,0,0,2,0.36,0.3485,0.81,0.194,16,158,174
+6486,2011-10-02,4,0,10,19,0,0,0,2,0.38,0.3939,0.76,0.1642,34,128,162
+6487,2011-10-02,4,0,10,20,0,0,0,2,0.36,0.3333,0.76,0.2537,16,71,87
+6488,2011-10-02,4,0,10,21,0,0,0,1,0.36,0.3485,0.71,0.2239,17,71,88
+6489,2011-10-02,4,0,10,22,0,0,0,3,0.36,0.3636,0.81,0.0896,9,55,64
+6490,2011-10-02,4,0,10,23,0,0,0,1,0.36,0.3636,0.81,0.0896,6,19,25
+6491,2011-10-03,4,0,10,0,0,1,1,1,0.34,0.3485,0.87,0.1045,3,13,16
+6492,2011-10-03,4,0,10,1,0,1,1,1,0.36,0.3636,0.81,0.0896,1,5,6
+6493,2011-10-03,4,0,10,2,0,1,1,1,0.36,0.3636,0.76,0.1045,0,4,4
+6494,2011-10-03,4,0,10,3,0,1,1,1,0.36,0.3788,0.81,0,1,6,7
+6495,2011-10-03,4,0,10,4,0,1,1,1,0.34,0.3485,0.87,0.1045,2,6,8
+6496,2011-10-03,4,0,10,5,0,1,1,2,0.36,0.3636,0.76,0.1045,4,17,21
+6497,2011-10-03,4,0,10,6,0,1,1,2,0.36,0.3788,0.71,0,3,91,94
+6498,2011-10-03,4,0,10,7,0,1,1,2,0.36,0.3485,0.71,0.1343,8,241,249
+6499,2011-10-03,4,0,10,8,0,1,1,2,0.36,0.3636,0.71,0.1045,13,359,372
+6500,2011-10-03,4,0,10,9,0,1,1,2,0.4,0.4091,0.66,0.0896,12,141,153
+6501,2011-10-03,4,0,10,10,0,1,1,2,0.4,0.4091,0.66,0.1045,19,82,101
+6502,2011-10-03,4,0,10,11,0,1,1,2,0.4,0.4091,0.71,0.2239,26,100,126
+6503,2011-10-03,4,0,10,12,0,1,1,2,0.4,0.4091,0.71,0.1343,29,118,147
+6504,2011-10-03,4,0,10,13,0,1,1,3,0.42,0.4242,0.67,0.1642,16,102,118
+6505,2011-10-03,4,0,10,14,0,1,1,3,0.4,0.4091,0.76,0,26,94,120
+6506,2011-10-03,4,0,10,15,0,1,1,3,0.4,0.4091,0.76,0,22,79,101
+6507,2011-10-03,4,0,10,16,0,1,1,2,0.4,0.4091,0.76,0.1045,16,202,218
+6508,2011-10-03,4,0,10,17,0,1,1,2,0.4,0.4091,0.76,0.1642,40,455,495
+6509,2011-10-03,4,0,10,18,0,1,1,2,0.4,0.4091,0.76,0.1642,28,384,412
+6510,2011-10-03,4,0,10,19,0,1,1,1,0.4,0.4091,0.76,0,15,300,315
+6511,2011-10-03,4,0,10,20,0,1,1,3,0.4,0.4091,0.82,0,13,191,204
+6512,2011-10-03,4,0,10,21,0,1,1,2,0.4,0.4091,0.82,0,10,128,138
+6513,2011-10-03,4,0,10,22,0,1,1,2,0.4,0.4091,0.82,0,12,79,91
+6514,2011-10-03,4,0,10,23,0,1,1,2,0.4,0.4091,0.82,0.1045,11,43,54
+6515,2011-10-04,4,0,10,0,0,2,1,2,0.4,0.4091,0.87,0.0896,5,22,27
+6516,2011-10-04,4,0,10,1,0,2,1,2,0.4,0.4091,0.87,0.1045,1,8,9
+6517,2011-10-04,4,0,10,2,0,2,1,2,0.4,0.4091,0.87,0,1,2,3
+6518,2011-10-04,4,0,10,3,0,2,1,1,0.4,0.4091,0.82,0.1045,3,3,6
+6519,2011-10-04,4,0,10,4,0,2,1,1,0.4,0.4091,0.82,0.0896,3,4,7
+6520,2011-10-04,4,0,10,5,0,2,1,1,0.4,0.4091,0.82,0.1343,2,25,27
+6521,2011-10-04,4,0,10,6,0,2,1,1,0.4,0.4091,0.82,0.1045,3,109,112
+6522,2011-10-04,4,0,10,7,0,2,1,1,0.42,0.4242,0.82,0.2836,11,298,309
+6523,2011-10-04,4,0,10,8,0,2,1,1,0.44,0.4394,0.77,0.2239,28,372,400
+6524,2011-10-04,4,0,10,9,0,2,1,1,0.46,0.4545,0.67,0.2537,19,168,187
+6525,2011-10-04,4,0,10,10,0,2,1,1,0.48,0.4697,0.67,0.2836,19,107,126
+6526,2011-10-04,4,0,10,11,0,2,1,1,0.54,0.5152,0.64,0.2836,22,102,124
+6527,2011-10-04,4,0,10,12,0,2,1,1,0.56,0.5303,0.56,0.2985,39,160,199
+6528,2011-10-04,4,0,10,13,0,2,1,1,0.56,0.5303,0.56,0.2985,20,153,173
+6529,2011-10-04,4,0,10,14,0,2,1,1,0.58,0.5455,0.53,0.2537,27,156,183
+6530,2011-10-04,4,0,10,15,0,2,1,1,0.58,0.5455,0.56,0.2836,28,166,194
+6531,2011-10-04,4,0,10,16,0,2,1,1,0.58,0.5455,0.56,0.3284,36,273,309
+6532,2011-10-04,4,0,10,17,0,2,1,1,0.56,0.5303,0.6,0.3881,55,530,585
+6533,2011-10-04,4,0,10,18,0,2,1,1,0.54,0.5152,0.64,0.2836,68,456,524
+6534,2011-10-04,4,0,10,19,0,2,1,1,0.52,0.5,0.68,0.2239,35,310,345
+6535,2011-10-04,4,0,10,20,0,2,1,1,0.52,0.5,0.68,0.2239,25,236,261
+6536,2011-10-04,4,0,10,21,0,2,1,1,0.5,0.4848,0.72,0.1343,22,144,166
+6537,2011-10-04,4,0,10,22,0,2,1,1,0.5,0.4848,0.72,0.1343,8,106,114
+6538,2011-10-04,4,0,10,23,0,2,1,1,0.48,0.4697,0.77,0.1343,6,60,66
+6539,2011-10-05,4,0,10,0,0,3,1,1,0.48,0.4697,0.77,0.1343,7,36,43
+6540,2011-10-05,4,0,10,1,0,3,1,1,0.48,0.4697,0.77,0.1642,4,7,11
+6541,2011-10-05,4,0,10,2,0,3,1,1,0.46,0.4545,0.82,0.1642,1,2,3
+6542,2011-10-05,4,0,10,3,0,3,1,1,0.46,0.4545,0.82,0.1045,1,5,6
+6543,2011-10-05,4,0,10,4,0,3,1,1,0.44,0.4394,0.88,0,1,4,5
+6544,2011-10-05,4,0,10,5,0,3,1,1,0.44,0.4394,0.82,0.1343,3,29,32
+6545,2011-10-05,4,0,10,6,0,3,1,1,0.44,0.4394,0.82,0.1045,5,112,117
+6546,2011-10-05,4,0,10,7,0,3,1,1,0.46,0.4545,0.77,0.1045,9,292,301
+6547,2011-10-05,4,0,10,8,0,3,1,1,0.52,0.5,0.63,0,26,441,467
+6548,2011-10-05,4,0,10,9,0,3,1,1,0.54,0.5152,0.6,0.2985,32,187,219
+6549,2011-10-05,4,0,10,10,0,3,1,1,0.56,0.5303,0.56,0.3881,30,103,133
+6550,2011-10-05,4,0,10,11,0,3,1,1,0.6,0.6212,0.46,0.2836,32,138,170
+6551,2011-10-05,4,0,10,12,0,3,1,1,0.62,0.6212,0.43,0.3284,34,180,214
+6552,2011-10-05,4,0,10,13,0,3,1,1,0.64,0.6212,0.41,0.2239,30,189,219
+6553,2011-10-05,4,0,10,14,0,3,1,1,0.64,0.6212,0.41,0.2836,34,156,190
+6554,2011-10-05,4,0,10,15,0,3,1,1,0.64,0.6212,0.47,0.2836,35,147,182
+6555,2011-10-05,4,0,10,16,0,3,1,1,0.64,0.6212,0.47,0.3284,37,245,282
+6556,2011-10-05,4,0,10,17,0,3,1,1,0.64,0.6212,0.47,0.2537,66,525,591
+6557,2011-10-05,4,0,10,18,0,3,1,1,0.6,0.6212,0.53,0.1642,57,536,593
+6558,2011-10-05,4,0,10,19,0,3,1,1,0.58,0.5455,0.56,0.1343,40,334,374
+6559,2011-10-05,4,0,10,20,0,3,1,1,0.52,0.5,0.77,0.1642,18,228,246
+6560,2011-10-05,4,0,10,21,0,3,1,1,0.5,0.4848,0.82,0.1045,28,173,201
+6561,2011-10-05,4,0,10,22,0,3,1,1,0.52,0.5,0.72,0,20,134,154
+6562,2011-10-05,4,0,10,23,0,3,1,1,0.5,0.4848,0.77,0.1045,9,64,73
+6563,2011-10-06,4,0,10,0,0,4,1,1,0.5,0.4848,0.72,0.194,6,34,40
+6564,2011-10-06,4,0,10,1,0,4,1,1,0.48,0.4697,0.63,0.194,5,17,22
+6565,2011-10-06,4,0,10,2,0,4,1,1,0.46,0.4545,0.67,0.194,2,8,10
+6566,2011-10-06,4,0,10,3,0,4,1,1,0.44,0.4394,0.67,0.2239,1,4,5
+6567,2011-10-06,4,0,10,4,0,4,1,1,0.44,0.4394,0.62,0.2836,0,5,5
+6568,2011-10-06,4,0,10,5,0,4,1,1,0.42,0.4242,0.62,0.194,0,24,24
+6569,2011-10-06,4,0,10,6,0,4,1,1,0.4,0.4091,0.66,0.194,4,110,114
+6570,2011-10-06,4,0,10,7,0,4,1,1,0.42,0.4242,0.62,0.194,15,287,302
+6571,2011-10-06,4,0,10,8,0,4,1,1,0.44,0.4394,0.62,0.1642,20,437,457
+6572,2011-10-06,4,0,10,9,0,4,1,1,0.46,0.4545,0.63,0.194,20,188,208
+6573,2011-10-06,4,0,10,10,0,4,1,1,0.52,0.5,0.52,0,24,105,129
+6574,2011-10-06,4,0,10,11,0,4,1,1,0.54,0.5152,0.49,0,29,115,144
+6575,2011-10-06,4,0,10,12,0,4,1,1,0.56,0.5303,0.49,0.0896,46,180,226
+6576,2011-10-06,4,0,10,13,0,4,1,1,0.56,0.5303,0.46,0.0896,33,158,191
+6577,2011-10-06,4,0,10,14,0,4,1,1,0.58,0.5455,0.43,0.0896,56,139,195
+6578,2011-10-06,4,0,10,15,0,4,1,1,0.58,0.5455,0.46,0.1343,62,157,219
+6579,2011-10-06,4,0,10,16,0,4,1,1,0.58,0.5455,0.49,0.194,51,272,323
+6580,2011-10-06,4,0,10,17,0,4,1,1,0.56,0.5303,0.52,0.1343,63,505,568
+6581,2011-10-06,4,0,10,18,0,4,1,1,0.54,0.5152,0.64,0.0896,59,479,538
+6582,2011-10-06,4,0,10,19,0,4,1,1,0.52,0.5,0.59,0.1045,38,305,343
+6583,2011-10-06,4,0,10,20,0,4,1,1,0.5,0.4848,0.77,0.1045,29,231,260
+6584,2011-10-06,4,0,10,21,0,4,1,1,0.46,0.4545,0.88,0.0896,34,161,195
+6585,2011-10-06,4,0,10,22,0,4,1,1,0.46,0.4545,0.82,0,24,124,148
+6586,2011-10-06,4,0,10,23,0,4,1,1,0.44,0.4394,0.88,0.0896,18,81,99
+6587,2011-10-07,4,0,10,0,0,5,1,1,0.44,0.4394,0.88,0,19,48,67
+6588,2011-10-07,4,0,10,1,0,5,1,1,0.44,0.4394,0.88,0,3,25,28
+6589,2011-10-07,4,0,10,2,0,5,1,1,0.42,0.4242,0.88,0,0,5,5
+6590,2011-10-07,4,0,10,3,0,5,1,1,0.4,0.4091,0.87,0,1,9,10
+6591,2011-10-07,4,0,10,4,0,5,1,1,0.4,0.4091,0.87,0.1045,0,5,5
+6592,2011-10-07,4,0,10,5,0,5,1,1,0.42,0.4242,0.82,0,3,24,27
+6593,2011-10-07,4,0,10,6,0,5,1,1,0.42,0.4242,0.88,0,3,84,87
+6594,2011-10-07,4,0,10,7,0,5,1,1,0.42,0.4242,0.94,0,5,237,242
+6595,2011-10-07,4,0,10,8,0,5,1,1,0.46,0.4545,0.82,0,31,386,417
+6596,2011-10-07,4,0,10,9,0,5,1,1,0.48,0.4697,0.77,0,34,207,241
+6597,2011-10-07,4,0,10,10,0,5,1,1,0.52,0.5,0.68,0.0896,48,126,174
+6598,2011-10-07,4,0,10,11,0,5,1,1,0.56,0.5303,0.63,0,80,150,230
+6599,2011-10-07,4,0,10,12,0,5,1,1,0.6,0.6212,0.53,0,61,174,235
+6600,2011-10-07,4,0,10,13,0,5,1,1,0.6,0.6212,0.46,0,95,210,305
+6601,2011-10-07,4,0,10,14,0,5,1,1,0.62,0.6212,0.5,0,77,179,256
+6602,2011-10-07,4,0,10,15,0,5,1,1,0.66,0.6212,0.41,0,68,202,270
+6603,2011-10-07,4,0,10,16,0,5,1,1,0.64,0.6212,0.44,0,73,346,419
+6604,2011-10-07,4,0,10,17,0,5,1,1,0.6,0.6212,0.56,0.2537,101,462,563
+6605,2011-10-07,4,0,10,18,0,5,1,1,0.56,0.5303,0.6,0.0896,94,371,465
+6606,2011-10-07,4,0,10,19,0,5,1,1,0.56,0.5303,0.52,0,51,243,294
+6607,2011-10-07,4,0,10,20,0,5,1,1,0.54,0.5152,0.49,0,30,167,197
+6608,2011-10-07,4,0,10,21,0,5,1,1,0.5,0.4848,0.68,0,22,144,166
+6609,2011-10-07,4,0,10,22,0,5,1,1,0.5,0.4848,0.68,0,27,119,146
+6610,2011-10-07,4,0,10,23,0,5,1,1,0.5,0.4848,0.63,0,23,113,136
+6611,2011-10-08,4,0,10,0,0,6,0,1,0.48,0.4697,0.72,0,17,72,89
+6612,2011-10-08,4,0,10,1,0,6,0,1,0.46,0.4545,0.82,0,14,51,65
+6613,2011-10-08,4,0,10,2,0,6,0,1,0.46,0.4545,0.82,0,4,41,45
+6614,2011-10-08,4,0,10,3,0,6,0,1,0.44,0.4394,0.88,0,4,16,20
+6615,2011-10-08,4,0,10,4,0,6,0,1,0.42,0.4242,0.94,0.1343,3,7,10
+6616,2011-10-08,4,0,10,5,0,6,0,1,0.42,0.4242,0.88,0.1045,1,7,8
+6617,2011-10-08,4,0,10,6,0,6,0,1,0.42,0.4242,0.94,0,6,16,22
+6618,2011-10-08,4,0,10,7,0,6,0,1,0.42,0.4242,0.94,0.0896,27,46,73
+6619,2011-10-08,4,0,10,8,0,6,0,1,0.46,0.4545,0.82,0,14,89,103
+6620,2011-10-08,4,0,10,9,0,6,0,1,0.5,0.4848,0.77,0,54,163,217
+6621,2011-10-08,4,0,10,10,0,6,0,1,0.52,0.5,0.77,0,120,217,337
+6622,2011-10-08,4,0,10,11,0,6,0,1,0.58,0.5455,0.56,0,176,221,397
+6623,2011-10-08,4,0,10,12,0,6,0,1,0.62,0.6212,0.35,0,191,255,446
+6624,2011-10-08,4,0,10,13,0,6,0,1,0.62,0.6212,0.46,0.1045,256,229,485
+6625,2011-10-08,4,0,10,14,0,6,0,1,0.62,0.6212,0.5,0.0896,251,214,465
+6626,2011-10-08,4,0,10,15,0,6,0,1,0.66,0.6212,0.39,0,262,234,496
+6627,2011-10-08,4,0,10,16,0,6,0,1,0.64,0.6212,0.44,0.0896,221,230,451
+6628,2011-10-08,4,0,10,17,0,6,0,1,0.62,0.6212,0.5,0.1343,174,219,393
+6629,2011-10-08,4,0,10,18,0,6,0,1,0.6,0.6212,0.46,0.1045,135,224,359
+6630,2011-10-08,4,0,10,19,0,6,0,1,0.54,0.5152,0.68,0.1343,76,172,248
+6631,2011-10-08,4,0,10,20,0,6,0,1,0.52,0.5,0.77,0.1045,78,124,202
+6632,2011-10-08,4,0,10,21,0,6,0,1,0.52,0.5,0.77,0,54,133,187
+6633,2011-10-08,4,0,10,22,0,6,0,1,0.5,0.4848,0.77,0,45,104,149
+6634,2011-10-08,4,0,10,23,0,6,0,1,0.48,0.4697,0.88,0,52,90,142
+6635,2011-10-09,4,0,10,0,0,0,0,1,0.46,0.4545,0.88,0.0896,46,83,129
+6636,2011-10-09,4,0,10,1,0,0,0,1,0.46,0.4545,0.88,0,15,63,78
+6637,2011-10-09,4,0,10,2,0,0,0,1,0.46,0.4545,0.88,0,20,35,55
+6638,2011-10-09,4,0,10,3,0,0,0,1,0.44,0.4394,0.88,0,10,20,30
+6639,2011-10-09,4,0,10,4,0,0,0,1,0.44,0.4394,0.88,0,7,7,14
+6640,2011-10-09,4,0,10,5,0,0,0,1,0.44,0.4394,0.88,0,1,14,15
+6641,2011-10-09,4,0,10,6,0,0,0,1,0.44,0.4394,0.88,0,7,14,21
+6642,2011-10-09,4,0,10,7,0,0,0,1,0.44,0.4394,0.86,0,18,26,44
+6643,2011-10-09,4,0,10,8,0,0,0,1,0.46,0.4545,0.88,0,25,82,107
+6644,2011-10-09,4,0,10,9,0,0,0,1,0.5,0.4848,0.77,0,66,119,185
+6645,2011-10-09,4,0,10,10,0,0,0,1,0.56,0.5303,0.68,0.0896,155,210,365
+6646,2011-10-09,4,0,10,11,0,0,0,1,0.62,0.6212,0.53,0.0896,189,234,423
+6647,2011-10-09,4,0,10,12,0,0,0,1,0.64,0.6212,0.44,0.0896,212,243,455
+6648,2011-10-09,4,0,10,13,0,0,0,1,0.66,0.6212,0.44,0.0896,225,193,418
+6649,2011-10-09,4,0,10,14,0,0,0,1,0.68,0.6364,0.47,0.1642,272,228,500
+6650,2011-10-09,4,0,10,15,0,0,0,1,0.68,0.6364,0.51,0.1642,198,209,407
+6651,2011-10-09,4,0,10,16,0,0,0,1,0.66,0.6212,0.5,0.1343,223,247,470
+6652,2011-10-09,4,0,10,17,0,0,0,1,0.62,0.6061,0.61,0.1045,208,230,438
+6653,2011-10-09,4,0,10,18,0,0,0,1,0.64,0.6212,0.5,0.1045,186,228,414
+6654,2011-10-09,4,0,10,19,0,0,0,1,0.56,0.5303,0.73,0.0896,116,186,302
+6655,2011-10-09,4,0,10,20,0,0,0,1,0.56,0.5303,0.73,0.1045,59,134,193
+6656,2011-10-09,4,0,10,21,0,0,0,1,0.54,0.5152,0.83,0.1045,53,120,173
+6657,2011-10-09,4,0,10,22,0,0,0,2,0.52,0.5,0.94,0,48,104,152
+6658,2011-10-09,4,0,10,23,0,0,0,1,0.5,0.4848,0.88,0.1045,38,85,123
+6659,2011-10-10,4,0,10,0,1,1,0,1,0.5,0.4848,0.94,0,11,42,53
+6660,2011-10-10,4,0,10,1,1,1,0,1,0.48,0.4697,0.88,0,4,30,34
+6661,2011-10-10,4,0,10,2,1,1,0,1,0.48,0.4697,0.88,0,4,15,19
+6662,2011-10-10,4,0,10,3,1,1,0,1,0.46,0.4545,0.88,0,2,9,11
+6663,2011-10-10,4,0,10,4,1,1,0,1,0.46,0.4545,0.94,0,2,4,6
+6664,2011-10-10,4,0,10,5,1,1,0,1,0.46,0.4545,0.94,0,2,19,21
+6665,2011-10-10,4,0,10,6,1,1,0,1,0.44,0.4394,0.94,0,5,39,44
+6666,2011-10-10,4,0,10,7,1,1,0,1,0.46,0.4545,0.88,0,12,102,114
+6667,2011-10-10,4,0,10,8,1,1,0,1,0.52,0.5,0.83,0,27,227,254
+6668,2011-10-10,4,0,10,9,1,1,0,1,0.54,0.5152,0.77,0,58,161,219
+6669,2011-10-10,4,0,10,10,1,1,0,1,0.56,0.5303,0.73,0.1642,107,158,265
+6670,2011-10-10,4,0,10,11,1,1,0,1,0.62,0.6061,0.69,0.0896,139,183,322
+6671,2011-10-10,4,0,10,12,1,1,0,2,0.7,0.6515,0.48,0.0896,164,201,365
+6672,2011-10-10,4,0,10,13,1,1,0,1,0.72,0.6515,0.37,0,146,219,365
+6673,2011-10-10,4,0,10,14,1,1,0,1,0.74,0.6515,0.37,0,147,223,370
+6674,2011-10-10,4,0,10,15,1,1,0,2,0.72,0.6515,0.42,0.1045,130,254,384
+6675,2011-10-10,4,0,10,16,1,1,0,2,0.7,0.6364,0.45,0.0896,154,248,402
+6676,2011-10-10,4,0,10,17,1,1,0,2,0.66,0.6212,0.54,0.1045,125,334,459
+6677,2011-10-10,4,0,10,18,1,1,0,2,0.64,0.6212,0.53,0,108,365,473
+6678,2011-10-10,4,0,10,19,1,1,0,2,0.58,0.5455,0.78,0.0896,69,267,336
+6679,2011-10-10,4,0,10,20,1,1,0,1,0.6,0.5909,0.73,0,37,188,225
+6680,2011-10-10,4,0,10,21,1,1,0,1,0.56,0.5303,0.88,0.0896,27,148,175
+6681,2011-10-10,4,0,10,22,1,1,0,1,0.56,0.5303,0.88,0.0896,22,104,126
+6682,2011-10-10,4,0,10,23,1,1,0,2,0.54,0.5152,0.88,0.1045,12,63,75
+6683,2011-10-11,4,0,10,0,0,2,1,2,0.54,0.5152,0.88,0,14,16,30
+6684,2011-10-11,4,0,10,1,0,2,1,2,0.52,0.5,0.94,0.0896,2,9,11
+6685,2011-10-11,4,0,10,2,0,2,1,2,0.52,0.5,0.94,0.1343,1,4,5
+6686,2011-10-11,4,0,10,3,0,2,1,2,0.52,0.5,0.88,0.1045,2,1,3
+6687,2011-10-11,4,0,10,4,0,2,1,2,0.52,0.5,0.88,0.1343,0,5,5
+6688,2011-10-11,4,0,10,5,0,2,1,2,0.52,0.5,0.88,0,0,20,20
+6689,2011-10-11,4,0,10,6,0,2,1,1,0.52,0.5,0.83,0.0896,9,114,123
+6690,2011-10-11,4,0,10,7,0,2,1,2,0.52,0.5,0.88,0.0896,19,333,352
+6691,2011-10-11,4,0,10,8,0,2,1,2,0.56,0.5303,0.83,0.1045,31,375,406
+6692,2011-10-11,4,0,10,9,0,2,1,2,0.6,0.5909,0.69,0,40,195,235
+6693,2011-10-11,4,0,10,10,0,2,1,2,0.6,0.5909,0.69,0.1343,38,111,149
+6694,2011-10-11,4,0,10,11,0,2,1,2,0.6,0.5909,0.73,0.1642,31,92,123
+6695,2011-10-11,4,0,10,12,0,2,1,2,0.6,0.5909,0.73,0.1642,51,130,181
+6696,2011-10-11,4,0,10,13,0,2,1,2,0.6,0.5909,0.73,0.194,42,138,180
+6697,2011-10-11,4,0,10,14,0,2,1,3,0.6,0.5909,0.73,0.1045,54,117,171
+6698,2011-10-11,4,0,10,15,0,2,1,2,0.6,0.5758,0.78,0.1642,36,139,175
+6699,2011-10-11,4,0,10,16,0,2,1,2,0.6,0.5909,0.73,0.1642,63,257,320
+6700,2011-10-11,4,0,10,17,0,2,1,2,0.6,0.5758,0.78,0.2537,70,534,604
+6701,2011-10-11,4,0,10,18,0,2,1,2,0.6,0.5758,0.78,0.2239,46,493,539
+6702,2011-10-11,4,0,10,19,0,2,1,2,0.58,0.5455,0.83,0.2239,33,285,318
+6703,2011-10-11,4,0,10,20,0,2,1,2,0.58,0.5455,0.83,0.2239,31,203,234
+6704,2011-10-11,4,0,10,21,0,2,1,2,0.58,0.5455,0.78,0.194,17,158,175
+6705,2011-10-11,4,0,10,22,0,2,1,2,0.56,0.5303,0.83,0.194,27,120,147
+6706,2011-10-11,4,0,10,23,0,2,1,2,0.56,0.5303,0.83,0.2836,10,47,57
+6707,2011-10-12,4,0,10,0,0,3,1,2,0.56,0.5303,0.83,0.1343,2,23,25
+6708,2011-10-12,4,0,10,1,0,3,1,3,0.56,0.5303,0.83,0.1343,2,8,10
+6709,2011-10-12,4,0,10,2,0,3,1,2,0.56,0.5303,0.83,0.2836,0,2,2
+6710,2011-10-12,4,0,10,3,0,3,1,3,0.54,0.5152,0.94,0.2985,0,2,2
+6711,2011-10-12,4,0,10,4,0,3,1,3,0.54,0.5152,0.94,0.3881,1,6,7
+6712,2011-10-12,4,0,10,5,0,3,1,2,0.54,0.5152,0.88,0.3284,0,22,22
+6713,2011-10-12,4,0,10,6,0,3,1,2,0.54,0.5152,0.88,0.2537,5,107,112
+6714,2011-10-12,4,0,10,7,0,3,1,2,0.54,0.5152,0.88,0.3881,15,244,259
+6715,2011-10-12,4,0,10,8,0,3,1,2,0.54,0.5152,0.88,0.3881,27,377,404
+6716,2011-10-12,4,0,10,9,0,3,1,2,0.54,0.5152,0.88,0.4478,14,183,197
+6717,2011-10-12,4,0,10,10,0,3,1,2,0.54,0.5152,0.88,0.3881,15,98,113
+6718,2011-10-12,4,0,10,11,0,3,1,3,0.54,0.5152,0.94,0.3284,18,102,120
+6719,2011-10-12,4,0,10,12,0,3,1,3,0.54,0.5152,0.88,0.3284,9,53,62
+6720,2011-10-12,4,0,10,13,0,3,1,3,0.54,0.5152,0.88,0.2239,25,76,101
+6721,2011-10-12,4,0,10,14,0,3,1,3,0.54,0.5152,0.94,0.2836,8,70,78
+6722,2011-10-12,4,0,10,15,0,3,1,3,0.54,0.5152,0.94,0.2537,3,42,45
+6723,2011-10-12,4,0,10,16,0,3,1,2,0.56,0.5303,0.88,0.2239,5,50,55
+6724,2011-10-12,4,0,10,17,0,3,1,3,0.54,0.5152,0.94,0.2239,16,235,251
+6725,2011-10-12,4,0,10,18,0,3,1,3,0.54,0.5152,0.94,0.1343,11,161,172
+6726,2011-10-12,4,0,10,19,0,3,1,3,0.54,0.5152,0.94,0.1343,7,102,109
+6727,2011-10-12,4,0,10,20,0,3,1,3,0.54,0.5152,0.94,0.1045,9,81,90
+6728,2011-10-12,4,0,10,21,0,3,1,3,0.54,0.5152,1,0.1045,9,74,83
+6729,2011-10-12,4,0,10,22,0,3,1,3,0.54,0.5152,0.94,0.0896,3,40,43
+6730,2011-10-12,4,0,10,23,0,3,1,3,0.54,0.5152,0.94,0.0896,13,41,54
+6731,2011-10-13,4,0,10,0,0,4,1,2,0.54,0.5152,0.94,0.1343,1,14,15
+6732,2011-10-13,4,0,10,1,0,4,1,2,0.54,0.5152,0.94,0,3,9,12
+6733,2011-10-13,4,0,10,2,0,4,1,2,0.54,0.5152,0.94,0,0,4,4
+6734,2011-10-13,4,0,10,3,0,4,1,2,0.54,0.5152,1,0.194,2,4,6
+6735,2011-10-13,4,0,10,4,0,4,1,2,0.54,0.5152,1,0.1045,2,5,7
+6736,2011-10-13,4,0,10,5,0,4,1,2,0.54,0.5152,1,0.1045,1,16,17
+6737,2011-10-13,4,0,10,6,0,4,1,3,0.54,0.5152,1,0.0896,1,51,52
+6738,2011-10-13,4,0,10,7,0,4,1,3,0.54,0.5152,1,0.1343,5,76,81
+6739,2011-10-13,4,0,10,8,0,4,1,3,0.54,0.5152,1,0.0896,10,199,209
+6740,2011-10-13,4,0,10,9,0,4,1,3,0.56,0.5303,1,0.1045,3,106,109
+6741,2011-10-13,4,0,10,10,0,4,1,3,0.56,0.5303,1,0.1343,16,53,69
+6742,2011-10-13,4,0,10,11,0,4,1,2,0.62,0.5758,0.83,0,8,76,84
+6743,2011-10-13,4,0,10,12,0,4,1,2,0.62,0.5606,0.88,0,10,95,105
+6744,2011-10-13,4,0,10,13,0,4,1,2,0.64,0.5758,0.83,0.1642,20,142,162
+6745,2011-10-13,4,0,10,14,0,4,1,1,0.66,0.6061,0.78,0.194,22,111,133
+6746,2011-10-13,4,0,10,15,0,4,1,1,0.66,0.6061,0.78,0.194,27,128,155
+6747,2011-10-13,4,0,10,16,0,4,1,1,0.66,0.6212,0.74,0.2239,36,240,276
+6748,2011-10-13,4,0,10,17,0,4,1,3,0.62,0.5758,0.83,0.2537,47,432,479
+6749,2011-10-13,4,0,10,18,0,4,1,3,0.62,0.5758,0.83,0.2537,20,248,268
+6750,2011-10-13,4,0,10,19,0,4,1,2,0.62,0.5758,0.83,0.1642,18,187,205
+6751,2011-10-13,4,0,10,20,0,4,1,1,0.62,0.5758,0.83,0.2836,15,166,181
+6752,2011-10-13,4,0,10,21,0,4,1,1,0.62,0.5758,0.83,0.194,8,115,123
+6753,2011-10-13,4,0,10,22,0,4,1,1,0.62,0.5758,0.83,0.194,13,101,114
+6754,2011-10-13,4,0,10,23,0,4,1,2,0.58,0.5455,0.88,0.194,2,45,47
+6755,2011-10-14,4,0,10,0,0,5,1,1,0.58,0.5455,0.94,0.0896,10,29,39
+6756,2011-10-14,4,0,10,1,0,5,1,1,0.58,0.5455,0.94,0.1343,8,16,24
+6757,2011-10-14,4,0,10,2,0,5,1,1,0.56,0.5303,0.94,0.1642,0,6,6
+6758,2011-10-14,4,0,10,3,0,5,1,1,0.56,0.5303,0.94,0.1343,1,6,7
+6759,2011-10-14,4,0,10,4,0,5,1,1,0.56,0.5303,0.94,0.194,0,8,8
+6760,2011-10-14,4,0,10,5,0,5,1,2,0.56,0.5303,0.94,0.1642,0,17,17
+6761,2011-10-14,4,0,10,6,0,5,1,3,0.56,0.5303,0.88,0.194,4,90,94
+6762,2011-10-14,4,0,10,7,0,5,1,3,0.56,0.5303,0.88,0.194,10,137,147
+6763,2011-10-14,4,0,10,8,0,5,1,2,0.56,0.5303,0.9,0.1642,23,186,209
+6764,2011-10-14,4,0,10,9,0,5,1,2,0.56,0.5303,0.94,0.2239,16,164,180
+6765,2011-10-14,4,0,10,10,0,5,1,3,0.54,0.5152,0.88,0.3582,17,108,125
+6766,2011-10-14,4,0,10,11,0,5,1,3,0.52,0.5,0.88,0.1642,11,76,87
+6767,2011-10-14,4,0,10,12,0,5,1,3,0.52,0.5,0.88,0.1642,13,62,75
+6768,2011-10-14,4,0,10,13,0,5,1,1,0.56,0.5303,0.73,0.3582,18,114,132
+6769,2011-10-14,4,0,10,14,0,5,1,1,0.62,0.6212,0.43,0.3582,37,119,156
+6770,2011-10-14,4,0,10,15,0,5,1,1,0.62,0.6212,0.43,0.2836,61,169,230
+6771,2011-10-14,4,0,10,16,0,5,1,1,0.6,0.6212,0.43,0.2239,80,264,344
+6772,2011-10-14,4,0,10,17,0,5,1,1,0.58,0.5455,0.46,0.4179,55,426,481
+6773,2011-10-14,4,0,10,18,0,5,1,1,0.54,0.5152,0.39,0.2836,62,361,423
+6774,2011-10-14,4,0,10,19,0,5,1,1,0.54,0.5152,0.39,0.3284,27,221,248
+6775,2011-10-14,4,0,10,20,0,5,1,1,0.52,0.5,0.42,0.194,19,177,196
+6776,2011-10-14,4,0,10,21,0,5,1,1,0.5,0.4848,0.45,0.194,22,156,178
+6777,2011-10-14,4,0,10,22,0,5,1,1,0.46,0.4545,0.59,0.2239,20,123,143
+6778,2011-10-14,4,0,10,23,0,5,1,1,0.46,0.4545,0.59,0.1642,15,80,95
+6779,2011-10-15,4,0,10,0,0,6,0,1,0.46,0.4545,0.55,0.1045,18,88,106
+6780,2011-10-15,4,0,10,1,0,6,0,1,0.46,0.4545,0.55,0.2537,9,64,73
+6781,2011-10-15,4,0,10,2,0,6,0,1,0.46,0.4545,0.59,0.194,17,39,56
+6782,2011-10-15,4,0,10,3,0,6,0,1,0.44,0.4394,0.62,0.194,5,18,23
+6783,2011-10-15,4,0,10,4,0,6,0,1,0.42,0.4242,0.67,0.1343,0,6,6
+6784,2011-10-15,4,0,10,5,0,6,0,1,0.42,0.4242,0.71,0.1642,1,6,7
+6785,2011-10-15,4,0,10,6,0,6,0,1,0.4,0.4091,0.71,0,5,15,20
+6786,2011-10-15,4,0,10,7,0,6,0,1,0.4,0.4091,0.76,0.1045,17,40,57
+6787,2011-10-15,4,0,10,8,0,6,0,1,0.46,0.4545,0.59,0.2836,24,101,125
+6788,2011-10-15,4,0,10,9,0,6,0,1,0.52,0.5,0.48,0.2985,50,157,207
+6789,2011-10-15,4,0,10,10,0,6,0,1,0.54,0.5152,0.45,0.4478,115,207,322
+6790,2011-10-15,4,0,10,11,0,6,0,1,0.56,0.5303,0.4,0.3881,153,221,374
+6791,2011-10-15,4,0,10,12,0,6,0,1,0.58,0.5455,0.35,0.5522,195,261,456
+6792,2011-10-15,4,0,10,13,0,6,0,1,0.6,0.6212,0.35,0.4627,171,223,394
+6793,2011-10-15,4,0,10,14,0,6,0,1,0.6,0.6212,0.33,0.4627,242,230,472
+6794,2011-10-15,4,0,10,15,0,6,0,1,0.62,0.6212,0.31,0.4925,166,211,377
+6795,2011-10-15,4,0,10,16,0,6,0,1,0.62,0.6212,0.29,0.3881,179,264,443
+6796,2011-10-15,4,0,10,17,0,6,0,1,0.58,0.5455,0.32,0.2836,177,264,441
+6797,2011-10-15,4,0,10,18,0,6,0,1,0.54,0.5152,0.39,0.194,121,251,372
+6798,2011-10-15,4,0,10,19,0,6,0,1,0.5,0.4848,0.51,0.1343,61,177,238
+6799,2011-10-15,4,0,10,20,0,6,0,1,0.5,0.4848,0.48,0.1343,42,137,179
+6800,2011-10-15,4,0,10,21,0,6,0,1,0.5,0.4848,0.42,0.2239,53,115,168
+6801,2011-10-15,4,0,10,22,0,6,0,1,0.5,0.4848,0.36,0.1343,45,121,166
+6802,2011-10-15,4,0,10,23,0,6,0,1,0.48,0.4697,0.41,0.1642,33,102,135
+6803,2011-10-16,4,0,10,0,0,0,0,1,0.46,0.4545,0.44,0.1343,22,85,107
+6804,2011-10-16,4,0,10,1,0,0,0,1,0.44,0.4394,0.47,0.1343,13,64,77
+6805,2011-10-16,4,0,10,2,0,0,0,1,0.42,0.4242,0.54,0.1343,13,52,65
+6806,2011-10-16,4,0,10,3,0,0,0,1,0.42,0.4242,0.54,0.1343,11,31,42
+6807,2011-10-16,4,0,10,4,0,0,0,1,0.42,0.4242,0.54,0.194,5,7,12
+6808,2011-10-16,4,0,10,5,0,0,0,1,0.42,0.4242,0.54,0.1642,1,6,7
+6809,2011-10-16,4,0,10,6,0,0,0,1,0.38,0.3939,0.66,0.1642,3,7,10
+6810,2011-10-16,4,0,10,7,0,0,0,1,0.4,0.4091,0.62,0.1343,9,39,48
+6811,2011-10-16,4,0,10,8,0,0,0,1,0.44,0.4394,0.62,0.194,28,71,99
+6812,2011-10-16,4,0,10,9,0,0,0,1,0.5,0.4848,0.45,0.2239,39,151,190
+6813,2011-10-16,4,0,10,10,0,0,0,1,0.54,0.5152,0.45,0.2537,121,226,347
+6814,2011-10-16,4,0,10,11,0,0,0,1,0.56,0.5303,0.35,0.2836,159,218,377
+6815,2011-10-16,4,0,10,12,0,0,0,1,0.58,0.5455,0.35,0.2537,167,277,444
+6816,2011-10-16,4,0,10,13,0,0,0,1,0.6,0.6212,0.35,0.2985,169,269,438
+6817,2011-10-16,4,0,10,14,0,0,0,1,0.6,0.6212,0.4,0.2985,204,258,462
+6818,2011-10-16,4,0,10,15,0,0,0,1,0.62,0.6212,0.35,0.3881,182,230,412
+6819,2011-10-16,4,0,10,16,0,0,0,1,0.6,0.6212,0.46,0.3881,177,289,466
+6820,2011-10-16,4,0,10,17,0,0,0,1,0.58,0.5455,0.49,0.4627,152,253,405
+6821,2011-10-16,4,0,10,18,0,0,0,1,0.56,0.5303,0.49,0.4478,102,226,328
+6822,2011-10-16,4,0,10,19,0,0,0,1,0.54,0.5152,0.52,0.3881,52,181,233
+6823,2011-10-16,4,0,10,20,0,0,0,1,0.54,0.5152,0.52,0.4627,49,129,178
+6824,2011-10-16,4,0,10,21,0,0,0,1,0.54,0.5152,0.52,0.3881,14,88,102
+6825,2011-10-16,4,0,10,22,0,0,0,1,0.56,0.5303,0.49,0.4179,42,88,130
+6826,2011-10-16,4,0,10,23,0,0,0,1,0.56,0.5303,0.52,0.4179,14,48,62
+6827,2011-10-17,4,0,10,0,0,1,1,1,0.54,0.5152,0.56,0.3284,12,25,37
+6828,2011-10-17,4,0,10,1,0,1,1,1,0.56,0.5303,0.54,0.3881,2,15,17
+6829,2011-10-17,4,0,10,2,0,1,1,1,0.56,0.5303,0.54,0.3881,4,3,7
+6830,2011-10-17,4,0,10,3,0,1,1,1,0.56,0.5303,0.49,0.194,0,2,2
+6831,2011-10-17,4,0,10,4,0,1,1,1,0.52,0.5,0.59,0.1642,2,3,5
+6832,2011-10-17,4,0,10,5,0,1,1,1,0.5,0.4848,0.63,0.2985,1,28,29
+6833,2011-10-17,4,0,10,6,0,1,1,1,0.5,0.4848,0.55,0.2537,7,107,114
+6834,2011-10-17,4,0,10,7,0,1,1,2,0.5,0.4848,0.55,0.1642,10,299,309
+6835,2011-10-17,4,0,10,8,0,1,1,2,0.5,0.4848,0.51,0.2537,33,381,414
+6836,2011-10-17,4,0,10,9,0,1,1,2,0.5,0.4848,0.45,0.2836,26,180,206
+6837,2011-10-17,4,0,10,10,0,1,1,1,0.52,0.5,0.45,0.1642,43,92,135
+6838,2011-10-17,4,0,10,11,0,1,1,1,0.56,0.5303,0.43,0,35,131,166
+6839,2011-10-17,4,0,10,12,0,1,1,1,0.56,0.5303,0.4,0.0896,39,166,205
+6840,2011-10-17,4,0,10,13,0,1,1,1,0.56,0.5303,0.46,0.0896,49,156,205
+6841,2011-10-17,4,0,10,14,0,1,1,1,0.58,0.5455,0.49,0.194,44,122,166
+6842,2011-10-17,4,0,10,15,0,1,1,1,0.56,0.5303,0.6,0.2537,66,142,208
+6843,2011-10-17,4,0,10,16,0,1,1,1,0.58,0.5455,0.56,0.2537,64,238,302
+6844,2011-10-17,4,0,10,17,0,1,1,1,0.56,0.5303,0.64,0.1343,80,540,620
+6845,2011-10-17,4,0,10,18,0,1,1,1,0.56,0.5303,0.6,0,49,469,518
+6846,2011-10-17,4,0,10,19,0,1,1,1,0.54,0.5152,0.68,0.1045,45,288,333
+6847,2011-10-17,4,0,10,20,0,1,1,1,0.52,0.5,0.77,0.1045,40,189,229
+6848,2011-10-17,4,0,10,21,0,1,1,1,0.5,0.4848,0.77,0.1045,36,141,177
+6849,2011-10-17,4,0,10,22,0,1,1,1,0.5,0.4848,0.77,0,16,88,104
+6850,2011-10-17,4,0,10,23,0,1,1,2,0.48,0.4697,0.88,0,10,52,62
+6851,2011-10-18,4,0,10,0,0,2,1,1,0.48,0.4697,0.82,0,8,23,31
+6852,2011-10-18,4,0,10,1,0,2,1,2,0.46,0.4545,0.88,0,4,7,11
+6853,2011-10-18,4,0,10,2,0,2,1,1,0.44,0.4394,0.94,0.0896,1,4,5
+6854,2011-10-18,4,0,10,3,0,2,1,1,0.44,0.4394,0.94,0.0896,0,1,1
+6855,2011-10-18,4,0,10,4,0,2,1,2,0.44,0.4394,0.94,0.1045,0,4,4
+6856,2011-10-18,4,0,10,5,0,2,1,2,0.46,0.4545,0.88,0,2,19,21
+6857,2011-10-18,4,0,10,6,0,2,1,1,0.46,0.4545,0.82,0.0896,4,105,109
+6858,2011-10-18,4,0,10,7,0,2,1,1,0.46,0.4545,0.88,0.0896,15,326,341
+6859,2011-10-18,4,0,10,8,0,2,1,1,0.5,0.4848,0.77,0.0896,25,474,499
+6860,2011-10-18,4,0,10,9,0,2,1,2,0.52,0.5,0.77,0.0896,29,198,227
+6861,2011-10-18,4,0,10,10,0,2,1,2,0.56,0.5303,0.68,0,27,75,102
+6862,2011-10-18,4,0,10,11,0,2,1,2,0.6,0.6212,0.49,0.1045,35,112,147
+6863,2011-10-18,4,0,10,12,0,2,1,2,0.62,0.6212,0.43,0.0896,42,159,201
+6864,2011-10-18,4,0,10,13,0,2,1,2,0.64,0.6212,0.38,0.194,48,171,219
+6865,2011-10-18,4,0,10,14,0,2,1,2,0.62,0.6212,0.41,0.1642,32,137,169
+6866,2011-10-18,4,0,10,15,0,2,1,1,0.62,0.6212,0.5,0.194,66,139,205
+6867,2011-10-18,4,0,10,16,0,2,1,1,0.62,0.6212,0.57,0.2537,58,246,304
+6868,2011-10-18,4,0,10,17,0,2,1,1,0.6,0.6061,0.6,0.1343,72,553,625
+6869,2011-10-18,4,0,10,18,0,2,1,1,0.56,0.5303,0.68,0.1045,58,512,570
+6870,2011-10-18,4,0,10,19,0,2,1,1,0.56,0.5303,0.6,0.1045,31,286,317
+6871,2011-10-18,4,0,10,20,0,2,1,1,0.54,0.5152,0.64,0.1642,23,204,227
+6872,2011-10-18,4,0,10,21,0,2,1,2,0.54,0.5152,0.68,0.1343,28,178,206
+6873,2011-10-18,4,0,10,22,0,2,1,2,0.52,0.5,0.77,0.1642,22,115,137
+6874,2011-10-18,4,0,10,23,0,2,1,2,0.52,0.5,0.77,0.194,7,63,70
+6875,2011-10-19,4,0,10,0,0,3,1,2,0.52,0.5,0.77,0.194,11,23,34
+6876,2011-10-19,4,0,10,1,0,3,1,2,0.52,0.5,0.77,0.194,7,9,16
+6877,2011-10-19,4,0,10,2,0,3,1,2,0.52,0.5,0.77,0.194,1,6,7
+6878,2011-10-19,4,0,10,4,0,3,1,3,0.5,0.4848,0.94,0.194,0,3,3
+6879,2011-10-19,4,0,10,5,0,3,1,3,0.5,0.4848,1,0.1045,0,3,3
+6880,2011-10-19,4,0,10,6,0,3,1,3,0.52,0.5,0.83,0.2537,3,28,31
+6881,2011-10-19,4,0,10,7,0,3,1,3,0.52,0.5,0.77,0.2537,1,67,68
+6882,2011-10-19,4,0,10,8,0,3,1,3,0.54,0.5152,0.7,0.4925,10,200,210
+6883,2011-10-19,4,0,10,9,0,3,1,3,0.52,0.5,0.88,0.4925,17,185,202
+6884,2011-10-19,4,0,10,10,0,3,1,3,0.52,0.5,0.88,0.4925,14,109,123
+6885,2011-10-19,4,0,10,11,0,3,1,3,0.52,0.5,0.94,0.2537,33,116,149
+6886,2011-10-19,4,0,10,12,0,3,1,3,0.52,0.5,0.94,0.3284,13,117,130
+6887,2011-10-19,4,0,10,13,0,3,1,2,0.54,0.5152,0.94,0.2836,20,86,106
+6888,2011-10-19,4,0,10,14,0,3,1,3,0.54,0.5152,0.94,0.1642,17,80,97
+6889,2011-10-19,4,0,10,15,0,3,1,3,0.54,0.5152,1,0.1343,21,99,120
+6890,2011-10-19,4,0,10,16,0,3,1,3,0.56,0.5303,0.94,0.1642,21,180,201
+6891,2011-10-19,4,0,10,17,0,3,1,3,0.56,0.5303,0.94,0.1642,11,170,181
+6892,2011-10-19,4,0,10,18,0,3,1,3,0.56,0.5303,1,0.1642,8,132,140
+6893,2011-10-19,4,0,10,19,0,3,1,2,0.6,0.5455,0.88,0.1343,8,189,197
+6894,2011-10-19,4,0,10,20,0,3,1,3,0.6,0.5152,0.94,0.0896,5,140,145
+6895,2011-10-19,4,0,10,21,0,3,1,2,0.58,0.5455,0.94,0.1343,6,79,85
+6896,2011-10-19,4,0,10,22,0,3,1,2,0.58,0.5455,0.94,0.3582,13,94,107
+6897,2011-10-19,4,0,10,23,0,3,1,2,0.58,0.5455,0.94,0.3582,14,55,69
+6898,2011-10-20,4,0,10,0,0,4,1,1,0.56,0.5303,0.94,0.2985,4,22,26
+6899,2011-10-20,4,0,10,1,0,4,1,1,0.56,0.5303,0.88,0.3582,4,11,15
+6900,2011-10-20,4,0,10,2,0,4,1,1,0.56,0.5303,0.88,0.4478,0,4,4
+6901,2011-10-20,4,0,10,3,0,4,1,1,0.5,0.4848,0.82,0.4627,0,1,1
+6902,2011-10-20,4,0,10,4,0,4,1,1,0.5,0.4848,0.82,0.4627,2,6,8
+6903,2011-10-20,4,0,10,5,0,4,1,1,0.48,0.4697,0.82,0.3582,2,24,26
+6904,2011-10-20,4,0,10,6,0,4,1,1,0.44,0.4394,0.82,0.4179,5,87,92
+6905,2011-10-20,4,0,10,7,0,4,1,1,0.42,0.4242,0.77,0.4478,15,303,318
+6906,2011-10-20,4,0,10,8,0,4,1,1,0.44,0.4394,0.67,0.5224,17,409,426
+6907,2011-10-20,4,0,10,9,0,4,1,1,0.44,0.4394,0.67,0.5821,26,197,223
+6908,2011-10-20,4,0,10,10,0,4,1,1,0.46,0.4545,0.59,0.4478,25,105,130
+6909,2011-10-20,4,0,10,11,0,4,1,1,0.48,0.4697,0.55,0.5224,30,99,129
+6910,2011-10-20,4,0,10,12,0,4,1,1,0.48,0.4697,0.48,0.5224,28,171,199
+6911,2011-10-20,4,0,10,13,0,4,1,1,0.5,0.4848,0.45,0.5821,28,136,164
+6912,2011-10-20,4,0,10,14,0,4,1,2,0.48,0.4697,0.48,0.5522,38,117,155
+6913,2011-10-20,4,0,10,15,0,4,1,2,0.48,0.4697,0.51,0.4478,22,138,160
+6914,2011-10-20,4,0,10,16,0,4,1,2,0.48,0.4697,0.51,0.4478,31,203,234
+6915,2011-10-20,4,0,10,17,0,4,1,2,0.48,0.4697,0.48,0.3881,56,438,494
+6916,2011-10-20,4,0,10,18,0,4,1,2,0.46,0.4545,0.51,0.2985,39,430,469
+6917,2011-10-20,4,0,10,19,0,4,1,1,0.46,0.4545,0.51,0.3582,20,278,298
+6918,2011-10-20,4,0,10,20,0,4,1,2,0.46,0.4545,0.51,0.3284,34,207,241
+6919,2011-10-20,4,0,10,21,0,4,1,1,0.44,0.4394,0.51,0.2985,16,149,165
+6920,2011-10-20,4,0,10,22,0,4,1,1,0.44,0.4394,0.51,0.3284,22,106,128
+6921,2011-10-20,4,0,10,23,0,4,1,1,0.42,0.4242,0.58,0.2537,7,83,90
+6922,2011-10-21,4,0,10,0,0,5,1,1,0.4,0.4091,0.62,0.2537,8,42,50
+6923,2011-10-21,4,0,10,1,0,5,1,1,0.4,0.4091,0.62,0.2239,7,19,26
+6924,2011-10-21,4,0,10,2,0,5,1,1,0.38,0.3939,0.66,0.1642,6,12,18
+6925,2011-10-21,4,0,10,3,0,5,1,1,0.36,0.3485,0.71,0.1343,0,7,7
+6926,2011-10-21,4,0,10,4,0,5,1,1,0.36,0.3485,0.71,0.1642,0,6,6
+6927,2011-10-21,4,0,10,5,0,5,1,1,0.34,0.3333,0.76,0.194,0,31,31
+6928,2011-10-21,4,0,10,6,0,5,1,1,0.36,0.3485,0.71,0.1642,7,78,85
+6929,2011-10-21,4,0,10,7,0,5,1,1,0.36,0.3485,0.71,0.1642,5,228,233
+6930,2011-10-21,4,0,10,8,0,5,1,1,0.4,0.4091,0.62,0.194,16,386,402
+6931,2011-10-21,4,0,10,9,0,5,1,2,0.42,0.4242,0.58,0.1343,33,189,222
+6932,2011-10-21,4,0,10,10,0,5,1,1,0.46,0.4545,0.51,0.1642,32,106,138
+6933,2011-10-21,4,0,10,11,0,5,1,1,0.5,0.4848,0.45,0.2239,39,135,174
+6934,2011-10-21,4,0,10,12,0,5,1,1,0.5,0.4848,0.45,0.2985,47,193,240
+6935,2011-10-21,4,0,10,13,0,5,1,1,0.48,0.4697,0.48,0.3284,43,163,206
+6936,2011-10-21,4,0,10,14,0,5,1,1,0.52,0.5,0.42,0.2985,67,131,198
+6937,2011-10-21,4,0,10,15,0,5,1,1,0.5,0.4848,0.45,0.2836,57,178,235
+6938,2011-10-21,4,0,10,16,0,5,1,1,0.5,0.4848,0.45,0.2537,60,242,302
+6939,2011-10-21,4,0,10,17,0,5,1,2,0.46,0.4545,0.51,0.2537,79,445,524
+6940,2011-10-21,4,0,10,18,0,5,1,2,0.44,0.4394,0.54,0.2537,43,354,397
+6941,2011-10-21,4,0,10,19,0,5,1,2,0.44,0.4394,0.54,0.3881,25,228,253
+6942,2011-10-21,4,0,10,20,0,5,1,2,0.44,0.4394,0.54,0.2239,29,155,184
+6943,2011-10-21,4,0,10,21,0,5,1,1,0.42,0.4242,0.58,0.1642,31,112,143
+6944,2011-10-21,4,0,10,22,0,5,1,1,0.42,0.4242,0.54,0.1642,24,89,113
+6945,2011-10-21,4,0,10,23,0,5,1,1,0.4,0.4091,0.62,0.2239,18,99,117
+6946,2011-10-22,4,0,10,0,0,6,0,1,0.4,0.4091,0.62,0.194,16,80,96
+6947,2011-10-22,4,0,10,1,0,6,0,1,0.4,0.4091,0.62,0.194,20,50,70
+6948,2011-10-22,4,0,10,2,0,6,0,1,0.4,0.4091,0.62,0.2537,6,25,31
+6949,2011-10-22,4,0,10,3,0,6,0,1,0.4,0.4091,0.62,0.1343,1,19,20
+6950,2011-10-22,4,0,10,4,0,6,0,1,0.38,0.3939,0.66,0.0896,4,4,8
+6951,2011-10-22,4,0,10,5,0,6,0,1,0.38,0.3939,0.66,0,1,7,8
+6952,2011-10-22,4,0,10,6,0,6,0,1,0.36,0.3788,0.71,0,1,17,18
+6953,2011-10-22,4,0,10,7,0,6,0,1,0.36,0.3636,0.76,0.1045,8,49,57
+6954,2011-10-22,4,0,10,8,0,6,0,1,0.4,0.4091,0.71,0,26,88,114
+6955,2011-10-22,4,0,10,9,0,6,0,1,0.42,0.4242,0.67,0.0896,47,122,169
+6956,2011-10-22,4,0,10,10,0,6,0,2,0.44,0.4394,0.62,0.1045,87,149,236
+6957,2011-10-22,4,0,10,11,0,6,0,2,0.44,0.4394,0.62,0.1045,110,172,282
+6958,2011-10-22,4,0,10,12,0,6,0,1,0.46,0.4545,0.55,0.0896,132,211,343
+6959,2011-10-22,4,0,10,13,0,6,0,1,0.5,0.4848,0.45,0,136,186,322
+6960,2011-10-22,4,0,10,14,0,6,0,2,0.48,0.4697,0.48,0.2239,133,177,310
+6961,2011-10-22,4,0,10,15,0,6,0,1,0.48,0.4697,0.51,0.2239,159,223,382
+6962,2011-10-22,4,0,10,16,0,6,0,1,0.5,0.4848,0.45,0.194,169,190,359
+6963,2011-10-22,4,0,10,17,0,6,0,1,0.46,0.4545,0.55,0.1343,143,217,360
+6964,2011-10-22,4,0,10,18,0,6,0,1,0.44,0.4394,0.54,0.0896,111,224,335
+6965,2011-10-22,4,0,10,19,0,6,0,1,0.44,0.4394,0.67,0,47,173,220
+6966,2011-10-22,4,0,10,20,0,6,0,1,0.42,0.4242,0.67,0,48,111,159
+6967,2011-10-22,4,0,10,21,0,6,0,1,0.4,0.4091,0.76,0,37,120,157
+6968,2011-10-22,4,0,10,22,0,6,0,1,0.4,0.4091,0.76,0,30,114,144
+6969,2011-10-22,4,0,10,23,0,6,0,1,0.38,0.3939,0.82,0,27,81,108
+6970,2011-10-23,4,0,10,0,0,0,0,1,0.36,0.3788,0.87,0,24,64,88
+6971,2011-10-23,4,0,10,1,0,0,0,1,0.36,0.3788,0.87,0,11,60,71
+6972,2011-10-23,4,0,10,2,0,0,0,1,0.34,0.3485,0.87,0.0896,10,40,50
+6973,2011-10-23,4,0,10,3,0,0,0,1,0.34,0.3636,0.87,0,15,31,46
+6974,2011-10-23,4,0,10,4,0,0,0,1,0.34,0.3636,0.87,0,5,1,6
+6975,2011-10-23,4,0,10,5,0,0,0,1,0.32,0.3485,0.87,0,1,2,3
+6976,2011-10-23,4,0,10,6,0,0,0,1,0.32,0.3333,0.87,0.1045,0,12,12
+6977,2011-10-23,4,0,10,7,0,0,0,1,0.34,0.3485,0.87,0.0896,3,18,21
+6978,2011-10-23,4,0,10,8,0,0,0,1,0.36,0.3485,0.87,0.1343,32,56,88
+6979,2011-10-23,4,0,10,9,0,0,0,1,0.4,0.4091,0.76,0,48,95,143
+6980,2011-10-23,4,0,10,10,0,0,0,1,0.42,0.4242,0.71,0.0896,104,185,289
+6981,2011-10-23,4,0,10,11,0,0,0,1,0.46,0.4545,0.72,0.1642,131,202,333
+6982,2011-10-23,4,0,10,12,0,0,0,1,0.5,0.4848,0.59,0.2537,164,249,413
+6983,2011-10-23,4,0,10,13,0,0,0,1,0.52,0.5,0.55,0.194,160,255,415
+6984,2011-10-23,4,0,10,14,0,0,0,1,0.52,0.5,0.55,0.2239,192,216,408
+6985,2011-10-23,4,0,10,15,0,0,0,1,0.52,0.5,0.52,0.1642,171,216,387
+6986,2011-10-23,4,0,10,16,0,0,0,1,0.52,0.5,0.55,0.194,188,217,405
+6987,2011-10-23,4,0,10,17,0,0,0,1,0.5,0.4848,0.63,0.1343,120,220,340
+6988,2011-10-23,4,0,10,18,0,0,0,1,0.5,0.4848,0.63,0.1045,88,196,284
+6989,2011-10-23,4,0,10,19,0,0,0,1,0.46,0.4545,0.77,0,53,140,193
+6990,2011-10-23,4,0,10,20,0,0,0,1,0.44,0.4394,0.72,0.0896,32,112,144
+6991,2011-10-23,4,0,10,21,0,0,0,1,0.44,0.4394,0.72,0.0896,24,75,99
+6992,2011-10-23,4,0,10,22,0,0,0,1,0.42,0.4242,0.77,0.1045,25,69,94
+6993,2011-10-23,4,0,10,23,0,0,0,1,0.42,0.4242,0.77,0.1642,18,31,49
+6994,2011-10-24,4,0,10,0,0,1,1,1,0.42,0.4242,0.77,0,6,26,32
+6995,2011-10-24,4,0,10,1,0,1,1,1,0.4,0.4091,0.82,0.1343,7,8,15
+6996,2011-10-24,4,0,10,2,0,1,1,1,0.4,0.4091,0.87,0.1045,1,6,7
+6997,2011-10-24,4,0,10,3,0,1,1,1,0.4,0.4091,0.82,0.0896,1,3,4
+6998,2011-10-24,4,0,10,4,0,1,1,1,0.4,0.4091,0.82,0,1,5,6
+6999,2011-10-24,4,0,10,5,0,1,1,1,0.38,0.3939,0.87,0,2,19,21
+7000,2011-10-24,4,0,10,6,0,1,1,1,0.4,0.4091,0.87,0.1045,3,83,86
+7001,2011-10-24,4,0,10,7,0,1,1,2,0.38,0.3939,0.94,0.1045,11,274,285
+7002,2011-10-24,4,0,10,8,0,1,1,2,0.42,0.4242,0.88,0.1642,20,378,398
+7003,2011-10-24,4,0,10,9,0,1,1,2,0.44,0.4394,0.82,0.1642,29,166,195
+7004,2011-10-24,4,0,10,10,0,1,1,2,0.46,0.4545,0.82,0.2537,47,82,129
+7005,2011-10-24,4,0,10,11,0,1,1,2,0.5,0.4848,0.72,0.1642,59,109,168
+7006,2011-10-24,4,0,10,12,0,1,1,2,0.52,0.5,0.68,0.1045,64,156,220
+7007,2011-10-24,4,0,10,13,0,1,1,2,0.54,0.5152,0.64,0.2239,60,138,198
+7008,2011-10-24,4,0,10,14,0,1,1,2,0.54,0.5152,0.64,0.194,63,143,206
+7009,2011-10-24,4,0,10,15,0,1,1,1,0.56,0.5303,0.6,0.1642,52,125,177
+7010,2011-10-24,4,0,10,16,0,1,1,1,0.54,0.5152,0.64,0.194,68,242,310
+7011,2011-10-24,4,0,10,17,0,1,1,1,0.52,0.5,0.68,0.1343,87,527,614
+7012,2011-10-24,4,0,10,18,0,1,1,1,0.54,0.5152,0.6,0.0896,58,428,486
+7013,2011-10-24,4,0,10,19,0,1,1,3,0.48,0.4697,0.82,0,25,212,237
+7014,2011-10-24,4,0,10,20,0,1,1,1,0.48,0.4697,0.82,0.1045,11,118,129
+7015,2011-10-24,4,0,10,21,0,1,1,1,0.46,0.4545,0.87,0.1045,12,114,126
+7016,2011-10-24,4,0,10,22,0,1,1,1,0.48,0.4697,0.75,0.1642,3,76,79
+7017,2011-10-24,4,0,10,23,0,1,1,1,0.46,0.4545,0.77,0.0896,9,50,59
+7018,2011-10-25,4,0,10,0,0,2,1,1,0.44,0.4394,0.77,0.1343,4,26,30
+7019,2011-10-25,4,0,10,1,0,2,1,1,0.44,0.4394,0.77,0.1343,5,6,11
+7020,2011-10-25,4,0,10,2,0,2,1,1,0.42,0.4242,0.82,0.1343,2,3,5
+7021,2011-10-25,4,0,10,3,0,2,1,1,0.4,0.4091,0.87,0,1,3,4
+7022,2011-10-25,4,0,10,4,0,2,1,1,0.38,0.3939,0.87,0.1343,0,5,5
+7023,2011-10-25,4,0,10,5,0,2,1,1,0.38,0.3939,0.87,0.1343,0,24,24
+7024,2011-10-25,4,0,10,6,0,2,1,1,0.38,0.3939,0.82,0.1045,3,95,98
+7025,2011-10-25,4,0,10,7,0,2,1,1,0.4,0.4091,0.76,0.194,15,299,314
+7026,2011-10-25,4,0,10,8,0,2,1,1,0.44,0.4394,0.72,0,25,383,408
+7027,2011-10-25,4,0,10,9,0,2,1,1,0.48,0.4697,0.55,0.2239,29,194,223
+7028,2011-10-25,4,0,10,10,0,2,1,1,0.5,0.4848,0.51,0.2537,26,102,128
+7029,2011-10-25,4,0,10,11,0,2,1,1,0.52,0.5,0.48,0.2836,46,120,166
+7030,2011-10-25,4,0,10,12,0,2,1,1,0.54,0.5152,0.39,0.3582,35,165,200
+7031,2011-10-25,4,0,10,13,0,2,1,1,0.56,0.5303,0.37,0.3881,37,161,198
+7032,2011-10-25,4,0,10,14,0,2,1,1,0.56,0.5303,0.4,0.2537,66,134,200
+7033,2011-10-25,4,0,10,15,0,2,1,1,0.56,0.5303,0.37,0.1045,63,171,234
+7034,2011-10-25,4,0,10,16,0,2,1,1,0.56,0.5303,0.37,0.194,52,233,285
+7035,2011-10-25,4,0,10,17,0,2,1,1,0.56,0.5303,0.37,0.1045,68,517,585
+7036,2011-10-25,4,0,10,18,0,2,1,1,0.52,0.5,0.42,0.1045,65,453,518
+7037,2011-10-25,4,0,10,19,0,2,1,1,0.48,0.4697,0.67,0.194,44,294,338
+7038,2011-10-25,4,0,10,20,0,2,1,1,0.46,0.4545,0.67,0.1045,40,208,248
+7039,2011-10-25,4,0,10,21,0,2,1,1,0.44,0.4394,0.72,0.1343,32,169,201
+7040,2011-10-25,4,0,10,22,0,2,1,1,0.46,0.4545,0.67,0.194,22,148,170
+7041,2011-10-25,4,0,10,23,0,2,1,1,0.44,0.4394,0.72,0.1343,15,79,94
+7042,2011-10-26,4,0,10,0,0,3,1,1,0.44,0.4394,0.72,0.194,4,28,32
+7043,2011-10-26,4,0,10,1,0,3,1,1,0.44,0.4394,0.67,0.2537,3,9,12
+7044,2011-10-26,4,0,10,2,0,3,1,1,0.44,0.4394,0.67,0.1642,2,1,3
+7045,2011-10-26,4,0,10,3,0,3,1,1,0.44,0.4394,0.67,0.2239,0,3,3
+7046,2011-10-26,4,0,10,4,0,3,1,1,0.42,0.4242,0.71,0.2537,0,5,5
+7047,2011-10-26,4,0,10,5,0,3,1,1,0.42,0.4242,0.71,0.2239,0,21,21
+7048,2011-10-26,4,0,10,6,0,3,1,1,0.42,0.4242,0.71,0.2239,0,92,92
+7049,2011-10-26,4,0,10,7,0,3,1,1,0.42,0.4242,0.71,0.1642,15,284,299
+7050,2011-10-26,4,0,10,8,0,3,1,2,0.44,0.4394,0.67,0.194,26,438,464
+7051,2011-10-26,4,0,10,9,0,3,1,2,0.48,0.4697,0.63,0.2239,14,226,240
+7052,2011-10-26,4,0,10,10,0,3,1,2,0.52,0.5,0.62,0.2537,26,105,131
+7053,2011-10-26,4,0,10,11,0,3,1,1,0.52,0.5,0.59,0.3284,23,132,155
+7054,2011-10-26,4,0,10,12,0,3,1,3,0.58,0.5455,0.53,0.2239,39,155,194
+7055,2011-10-26,4,0,10,13,0,3,1,3,0.56,0.5303,0.6,0.1045,20,62,82
+7056,2011-10-26,4,0,10,14,0,3,1,2,0.52,0.5,0.77,0,14,52,66
+7057,2011-10-26,4,0,10,15,0,3,1,2,0.52,0.5,0.77,0,11,59,70
+7058,2011-10-26,4,0,10,16,0,3,1,2,0.52,0.5,0.77,0.0896,17,196,213
+7059,2011-10-26,4,0,10,17,0,3,1,2,0.52,0.5,0.77,0.1045,40,414,454
+7060,2011-10-26,4,0,10,18,0,3,1,1,0.52,0.5,0.77,0.1642,55,398,453
+7061,2011-10-26,4,0,10,19,0,3,1,1,0.5,0.4848,0.82,0,25,306,331
+7062,2011-10-26,4,0,10,20,0,3,1,1,0.5,0.4848,0.88,0,27,180,207
+7063,2011-10-26,4,0,10,21,0,3,1,2,0.52,0.5,0.77,0,17,140,157
+7064,2011-10-26,4,0,10,22,0,3,1,2,0.48,0.4697,0.88,0.0896,23,112,135
+7065,2011-10-26,4,0,10,23,0,3,1,2,0.48,0.4697,0.88,0.0896,3,72,75
+7066,2011-10-27,4,0,10,0,0,4,1,1,0.46,0.4545,0.94,0,3,23,26
+7067,2011-10-27,4,0,10,1,0,4,1,1,0.46,0.4545,0.94,0,2,9,11
+7068,2011-10-27,4,0,10,2,0,4,1,3,0.46,0.4545,0.94,0,3,5,8
+7069,2011-10-27,4,0,10,3,0,4,1,3,0.46,0.4545,0.94,0,1,3,4
+7070,2011-10-27,4,0,10,4,0,4,1,3,0.48,0.4697,0.88,0,1,3,4
+7071,2011-10-27,4,0,10,5,0,4,1,3,0.48,0.4697,0.88,0.0896,1,14,15
+7072,2011-10-27,4,0,10,6,0,4,1,3,0.5,0.4848,0.82,0,4,42,46
+7073,2011-10-27,4,0,10,7,0,4,1,2,0.46,0.4545,0.94,0.0896,9,128,137
+7074,2011-10-27,4,0,10,8,0,4,1,3,0.48,0.4697,0.88,0.194,12,304,316
+7075,2011-10-27,4,0,10,9,0,4,1,2,0.5,0.4848,0.82,0.1642,16,155,171
+7076,2011-10-27,4,0,10,10,0,4,1,3,0.5,0.4848,0.88,0.194,10,52,62
+7077,2011-10-27,4,0,10,11,0,4,1,3,0.5,0.4848,0.88,0.1343,8,44,52
+7078,2011-10-27,4,0,10,12,0,4,1,3,0.5,0.4848,0.88,0.1343,8,45,53
+7079,2011-10-27,4,0,10,13,0,4,1,2,0.5,0.4848,0.88,0.1642,10,64,74
+7080,2011-10-27,4,0,10,14,0,4,1,2,0.52,0.5,0.83,0,16,76,92
+7081,2011-10-27,4,0,10,15,0,4,1,2,0.52,0.5,0.83,0.1045,12,95,107
+7082,2011-10-27,4,0,10,16,0,4,1,2,0.56,0.5303,0.73,0.1642,14,193,207
+7083,2011-10-27,4,0,10,17,0,4,1,2,0.5,0.4848,0.72,0.4627,31,291,322
+7084,2011-10-27,4,0,10,18,0,4,1,2,0.48,0.4697,0.67,0.4627,14,226,240
+7085,2011-10-27,4,0,10,19,0,4,1,2,0.44,0.4394,0.67,0.4627,19,200,219
+7086,2011-10-27,4,0,10,20,0,4,1,1,0.42,0.4242,0.67,0.4925,11,171,182
+7087,2011-10-27,4,0,10,21,0,4,1,1,0.4,0.4091,0.62,0.5224,13,119,132
+7088,2011-10-27,4,0,10,22,0,4,1,1,0.36,0.3182,0.66,0.4925,14,97,111
+7089,2011-10-27,4,0,10,23,0,4,1,1,0.34,0.303,0.61,0.4179,8,60,68
+7090,2011-10-28,4,0,10,0,0,5,1,1,0.34,0.3182,0.66,0.2537,4,40,44
+7091,2011-10-28,4,0,10,1,0,5,1,1,0.32,0.303,0.66,0.2537,7,9,16
+7092,2011-10-28,4,0,10,2,0,5,1,1,0.32,0.303,0.66,0.2836,1,3,4
+7093,2011-10-28,4,0,10,3,0,5,1,1,0.3,0.2879,0.7,0.2836,4,4,8
+7094,2011-10-28,4,0,10,4,0,5,1,1,0.3,0.2879,0.65,0.2836,5,5,10
+7095,2011-10-28,4,0,10,5,0,5,1,2,0.3,0.2879,0.61,0.2537,0,25,25
+7096,2011-10-28,4,0,10,6,0,5,1,1,0.28,0.2727,0.65,0.2537,1,74,75
+7097,2011-10-28,4,0,10,7,0,5,1,1,0.28,0.2727,0.65,0.2537,6,199,205
+7098,2011-10-28,4,0,10,8,0,5,1,1,0.3,0.2879,0.61,0.2836,13,361,374
+7099,2011-10-28,4,0,10,9,0,5,1,1,0.32,0.303,0.57,0.2239,19,210,229
+7100,2011-10-28,4,0,10,10,0,5,1,1,0.34,0.3182,0.57,0.2239,28,102,130
+7101,2011-10-28,4,0,10,11,0,5,1,1,0.36,0.3485,0.5,0.2239,40,128,168
+7102,2011-10-28,4,0,10,12,0,5,1,2,0.38,0.3939,0.4,0.1642,46,167,213
+7103,2011-10-28,4,0,10,13,0,5,1,2,0.38,0.3939,0.42,0.2239,43,185,228
+7104,2011-10-28,4,0,10,14,0,5,1,2,0.36,0.3485,0.46,0.194,33,152,185
+7105,2011-10-28,4,0,10,15,0,5,1,2,0.36,0.3333,0.43,0.2537,44,171,215
+7106,2011-10-28,4,0,10,16,0,5,1,2,0.36,0.3485,0.46,0.1642,46,262,308
+7107,2011-10-28,4,0,10,17,0,5,1,2,0.36,0.3485,0.5,0.1343,35,411,446
+7108,2011-10-28,4,0,10,18,0,5,1,2,0.36,0.3485,0.53,0.1642,36,332,368
+7109,2011-10-28,4,0,10,19,0,5,1,2,0.36,0.3485,0.5,0.1343,16,188,204
+7110,2011-10-28,4,0,10,20,0,5,1,3,0.34,0.3182,0.61,0.2239,12,131,143
+7111,2011-10-28,4,0,10,21,0,5,1,3,0.32,0.3182,0.7,0.1642,5,69,74
+7112,2011-10-28,4,0,10,22,0,5,1,3,0.3,0.2879,0.75,0.2836,4,32,36
+7113,2011-10-28,4,0,10,23,0,5,1,3,0.3,0.2727,0.81,0.3284,8,31,39
+7114,2011-10-29,4,0,10,0,0,6,0,3,0.28,0.2576,0.87,0.2985,0,19,19
+7115,2011-10-29,4,0,10,1,0,6,0,3,0.3,0.2727,0.87,0.2985,0,18,18
+7116,2011-10-29,4,0,10,2,0,6,0,3,0.3,0.2727,0.87,0.2985,1,16,17
+7117,2011-10-29,4,0,10,3,0,6,0,3,0.3,0.2727,0.81,0.4179,0,8,8
+7118,2011-10-29,4,0,10,4,0,6,0,3,0.3,0.2727,0.81,0.4179,0,1,1
+7119,2011-10-29,4,0,10,5,0,6,0,3,0.26,0.2273,0.93,0.3582,0,1,1
+7120,2011-10-29,4,0,10,6,0,6,0,3,0.26,0.2273,0.87,0.3582,4,1,5
+7121,2011-10-29,4,0,10,7,0,6,0,3,0.26,0.2273,0.87,0.3582,1,6,7
+7122,2011-10-29,4,0,10,8,0,6,0,3,0.28,0.2576,0.87,0.3582,4,16,20
+7123,2011-10-29,4,0,10,9,0,6,0,3,0.28,0.2576,0.87,0.3582,1,19,20
+7124,2011-10-29,4,0,10,10,0,6,0,3,0.26,0.2273,0.93,0.3284,0,12,12
+7125,2011-10-29,4,0,10,11,0,6,0,3,0.26,0.2273,0.93,0.3881,1,26,27
+7126,2011-10-29,4,0,10,12,0,6,0,3,0.24,0.197,0.87,0.4925,6,44,50
+7127,2011-10-29,4,0,10,13,0,6,0,3,0.24,0.197,0.87,0.5224,0,30,30
+7128,2011-10-29,4,0,10,14,0,6,0,3,0.24,0.197,0.87,0.4478,0,29,29
+7129,2011-10-29,4,0,10,15,0,6,0,3,0.22,0.2121,0.93,0.2537,3,38,41
+7130,2011-10-29,4,0,10,16,0,6,0,3,0.22,0.197,0.93,0.3284,3,19,22
+7131,2011-10-29,4,0,10,17,0,6,0,3,0.22,0.197,0.93,0.3284,3,28,31
+7132,2011-10-29,4,0,10,18,0,6,0,3,0.22,0.197,0.93,0.3284,6,37,43
+7133,2011-10-29,4,0,10,19,0,6,0,1,0.24,0.2121,0.87,0.3582,3,36,39
+7134,2011-10-29,4,0,10,20,0,6,0,1,0.24,0.2121,0.87,0.3582,7,40,47
+7135,2011-10-29,4,0,10,21,0,6,0,1,0.24,0.2121,0.87,0.3582,1,49,50
+7136,2011-10-29,4,0,10,22,0,6,0,1,0.22,0.2121,0.87,0.2239,10,44,54
+7137,2011-10-29,4,0,10,23,0,6,0,1,0.22,0.2273,0.87,0.194,3,33,36
+7138,2011-10-30,4,0,10,0,0,0,0,1,0.22,0.2121,0.87,0.2239,7,47,54
+7139,2011-10-30,4,0,10,1,0,0,0,1,0.22,0.2121,0.87,0.2537,9,34,43
+7140,2011-10-30,4,0,10,2,0,0,0,1,0.22,0.2121,0.87,0.2836,7,43,50
+7141,2011-10-30,4,0,10,3,0,0,0,1,0.24,0.2121,0.75,0.3582,7,26,33
+7142,2011-10-30,4,0,10,4,0,0,0,1,0.22,0.197,0.8,0.3284,1,10,11
+7143,2011-10-30,4,0,10,5,0,0,0,1,0.24,0.2121,0.75,0.2985,0,4,4
+7144,2011-10-30,4,0,10,6,0,0,0,1,0.24,0.2273,0.75,0.2537,2,8,10
+7145,2011-10-30,4,0,10,7,0,0,0,1,0.24,0.2879,0.75,0,7,15,22
+7146,2011-10-30,4,0,10,8,0,0,0,1,0.26,0.2576,0.7,0.2239,20,60,80
+7147,2011-10-30,4,0,10,9,0,0,0,1,0.3,0.2879,0.65,0.2537,55,92,147
+7148,2011-10-30,4,0,10,10,0,0,0,1,0.32,0.3333,0.61,0.0896,53,125,178
+7149,2011-10-30,4,0,10,11,0,0,0,1,0.36,0.3485,0.53,0.2239,58,182,240
+7150,2011-10-30,4,0,10,12,0,0,0,1,0.38,0.3939,0.5,0.194,85,229,314
+7151,2011-10-30,4,0,10,13,0,0,0,1,0.4,0.4091,0.43,0.2239,113,232,345
+7152,2011-10-30,4,0,10,14,0,0,0,1,0.42,0.4242,0.38,0.194,91,209,300
+7153,2011-10-30,4,0,10,15,0,0,0,1,0.42,0.4242,0.35,0.1642,88,202,290
+7154,2011-10-30,4,0,10,16,0,0,0,1,0.42,0.4242,0.32,0.1343,107,213,320
+7155,2011-10-30,4,0,10,17,0,0,0,1,0.4,0.4091,0.35,0.1045,54,191,245
+7156,2011-10-30,4,0,10,18,0,0,0,1,0.36,0.3485,0.4,0.1343,51,162,213
+7157,2011-10-30,4,0,10,19,0,0,0,1,0.56,0.5303,0.49,0.2985,28,125,153
+7158,2011-10-30,4,0,10,20,0,0,0,1,0.34,0.3636,0.57,0,18,74,92
+7159,2011-10-30,4,0,10,21,0,0,0,1,0.32,0.3485,0.66,0,4,75,79
+7160,2011-10-30,4,0,10,22,0,0,0,1,0.3,0.3333,0.75,0,13,58,71
+7161,2011-10-30,4,0,10,23,0,0,0,1,0.26,0.303,0.87,0,7,30,37
+7162,2011-10-31,4,0,10,0,0,1,1,1,0.26,0.303,0.87,0,3,20,23
+7163,2011-10-31,4,0,10,1,0,1,1,1,0.26,0.303,0.81,0,5,8,13
+7164,2011-10-31,4,0,10,2,0,1,1,1,0.24,0.2879,0.87,0,0,3,3
+7165,2011-10-31,4,0,10,3,0,1,1,1,0.24,0.2576,0.87,0.1045,0,3,3
+7166,2011-10-31,4,0,10,4,0,1,1,1,0.24,0.2879,0.87,0,1,5,6
+7167,2011-10-31,4,0,10,5,0,1,1,1,0.22,0.2727,0.93,0,0,18,18
+7168,2011-10-31,4,0,10,6,0,1,1,1,0.24,0.2879,0.87,0,4,82,86
+7169,2011-10-31,4,0,10,7,0,1,1,1,0.24,0.2879,0.93,0,11,216,227
+7170,2011-10-31,4,0,10,8,0,1,1,2,0.28,0.3182,0.87,0,17,355,372
+7171,2011-10-31,4,0,10,9,0,1,1,2,0.32,0.3182,0.76,0.1642,14,197,211
+7172,2011-10-31,4,0,10,10,0,1,1,2,0.36,0.3485,0.57,0.1642,18,87,105
+7173,2011-10-31,4,0,10,11,0,1,1,1,0.4,0.4091,0.5,0.1343,31,97,128
+7174,2011-10-31,4,0,10,12,0,1,1,1,0.42,0.4242,0.44,0.2239,30,140,170
+7175,2011-10-31,4,0,10,13,0,1,1,2,0.44,0.4394,0.44,0.2239,24,128,152
+7176,2011-10-31,4,0,10,14,0,1,1,2,0.44,0.4394,0.47,0.2239,22,119,141
+7177,2011-10-31,4,0,10,15,0,1,1,1,0.44,0.4394,0.47,0.1642,27,141,168
+7178,2011-10-31,4,0,10,16,0,1,1,1,0.42,0.4242,0.54,0.1642,30,242,272
+7179,2011-10-31,4,0,10,17,0,1,1,1,0.42,0.4242,0.54,0.1343,44,442,486
+7180,2011-10-31,4,0,10,18,0,1,1,1,0.4,0.4091,0.66,0.0896,30,392,422
+7181,2011-10-31,4,0,10,19,0,1,1,1,0.4,0.4091,0.66,0.0896,12,226,238
+7182,2011-10-31,4,0,10,20,0,1,1,1,0.4,0.4091,0.66,0.0896,18,154,172
+7183,2011-10-31,4,0,10,21,0,1,1,2,0.36,0.3485,0.76,0.194,7,109,116
+7184,2011-10-31,4,0,10,22,0,1,1,2,0.36,0.3485,0.76,0.194,8,77,85
+7185,2011-10-31,4,0,10,23,0,1,1,2,0.36,0.3485,0.76,0.194,6,46,52
+7186,2011-11-01,4,0,11,0,0,2,1,2,0.36,0.3485,0.87,0.1642,3,18,21
+7187,2011-11-01,4,0,11,1,0,2,1,1,0.36,0.3485,0.81,0.1343,3,8,11
+7188,2011-11-01,4,0,11,2,0,2,1,2,0.36,0.3485,0.81,0.1642,1,3,4
+7189,2011-11-01,4,0,11,3,0,2,1,2,0.36,0.3485,0.81,0.1343,1,5,6
+7190,2011-11-01,4,0,11,4,0,2,1,1,0.34,0.3182,0.81,0.2239,1,7,8
+7191,2011-11-01,4,0,11,5,0,2,1,1,0.32,0.3182,0.81,0.194,0,18,18
+7192,2011-11-01,4,0,11,6,0,2,1,1,0.32,0.3182,0.81,0.194,3,90,93
+7193,2011-11-01,4,0,11,7,0,2,1,1,0.34,0.3333,0.76,0.194,8,246,254
+7194,2011-11-01,4,0,11,8,0,2,1,1,0.36,0.3333,0.71,0.2537,17,402,419
+7195,2011-11-01,4,0,11,9,0,2,1,1,0.4,0.4091,0.66,0.1642,16,206,222
+7196,2011-11-01,4,0,11,10,0,2,1,1,0.44,0.4394,0.62,0.1343,21,114,135
+7197,2011-11-01,4,0,11,11,0,2,1,1,0.46,0.4545,0.63,0.1045,16,101,117
+7198,2011-11-01,4,0,11,12,0,2,1,1,0.5,0.4848,0.48,0.0896,23,153,176
+7199,2011-11-01,4,0,11,13,0,2,1,1,0.48,0.4697,0.55,0.194,20,147,167
+7200,2011-11-01,4,0,11,14,0,2,1,1,0.5,0.4848,0.48,0.2537,32,118,150
+7201,2011-11-01,4,0,11,15,0,2,1,1,0.5,0.4848,0.45,0.1343,38,148,186
+7202,2011-11-01,4,0,11,16,0,2,1,1,0.48,0.4697,0.44,0.1642,46,252,298
+7203,2011-11-01,4,0,11,17,0,2,1,1,0.44,0.4394,0.54,0.1642,36,470,506
+7204,2011-11-01,4,0,11,18,0,2,1,1,0.42,0.4242,0.58,0.1045,39,421,460
+7205,2011-11-01,4,0,11,19,0,2,1,1,0.42,0.4242,0.58,0.0896,39,274,313
+7206,2011-11-01,4,0,11,20,0,2,1,1,0.4,0.4091,0.71,0,18,191,209
+7207,2011-11-01,4,0,11,21,0,2,1,1,0.36,0.3788,0.81,0,13,114,127
+7208,2011-11-01,4,0,11,22,0,2,1,1,0.36,0.3788,0.81,0,5,91,96
+7209,2011-11-01,4,0,11,23,0,2,1,1,0.34,0.3636,0.87,0,11,61,72
+7210,2011-11-02,4,0,11,0,0,3,1,1,0.32,0.3485,0.87,0,0,19,19
+7211,2011-11-02,4,0,11,1,0,3,1,1,0.3,0.3333,0.87,0,2,8,10
+7212,2011-11-02,4,0,11,2,0,3,1,1,0.3,0.3333,0.87,0,0,2,2
+7213,2011-11-02,4,0,11,3,0,3,1,1,0.3,0.3333,0.75,0,0,2,2
+7214,2011-11-02,4,0,11,4,0,3,1,1,0.3,0.3333,0.87,0,0,4,4
+7215,2011-11-02,4,0,11,5,0,3,1,1,0.3,0.3333,0.81,0,0,27,27
+7216,2011-11-02,4,0,11,6,0,3,1,1,0.3,0.3333,0.81,0,1,91,92
+7217,2011-11-02,4,0,11,7,0,3,1,1,0.3,0.3333,0.81,0,11,240,251
+7218,2011-11-02,4,0,11,8,0,3,1,1,0.32,0.3485,0.87,0,20,452,472
+7219,2011-11-02,4,0,11,9,0,3,1,1,0.34,0.3636,0.87,0,15,213,228
+7220,2011-11-02,4,0,11,10,0,3,1,1,0.4,0.4091,0.71,0.0896,25,108,133
+7221,2011-11-02,4,0,11,11,0,3,1,1,0.42,0.4242,0.71,0.1343,27,117,144
+7222,2011-11-02,4,0,11,12,0,3,1,1,0.46,0.4545,0.55,0.1642,32,157,189
+7223,2011-11-02,4,0,11,13,0,3,1,1,0.48,0.4697,0.48,0.1642,22,139,161
+7224,2011-11-02,4,0,11,14,0,3,1,1,0.5,0.4848,0.45,0.1642,40,132,172
+7225,2011-11-02,4,0,11,15,0,3,1,1,0.48,0.4697,0.51,0.1642,26,161,187
+7226,2011-11-02,4,0,11,16,0,3,1,1,0.48,0.4697,0.51,0.1045,35,231,266
+7227,2011-11-02,4,0,11,17,0,3,1,1,0.44,0.4394,0.62,0.194,30,523,553
+7228,2011-11-02,4,0,11,18,0,3,1,1,0.42,0.4242,0.71,0.1642,31,448,479
+7229,2011-11-02,4,0,11,19,0,3,1,1,0.4,0.4091,0.76,0.1343,25,257,282
+7230,2011-11-02,4,0,11,20,0,3,1,1,0.4,0.4091,0.66,0.1343,5,177,182
+7231,2011-11-02,4,0,11,21,0,3,1,1,0.38,0.3939,0.71,0.1343,13,155,168
+7232,2011-11-02,4,0,11,22,0,3,1,1,0.36,0.3485,0.71,0.1343,7,99,106
+7233,2011-11-02,4,0,11,23,0,3,1,1,0.36,0.3636,0.76,0.0896,3,54,57
+7234,2011-11-03,4,0,11,0,0,4,1,1,0.36,0.3636,0.76,0.0896,3,28,31
+7235,2011-11-03,4,0,11,1,0,4,1,1,0.34,0.3333,0.81,0.1343,3,12,15
+7236,2011-11-03,4,0,11,2,0,4,1,1,0.34,0.3333,0.76,0.1343,2,5,7
+7237,2011-11-03,4,0,11,3,0,4,1,1,0.34,0.3333,0.81,0.1343,1,4,5
+7238,2011-11-03,4,0,11,4,0,4,1,1,0.32,0.3333,0.81,0.0896,1,3,4
+7239,2011-11-03,4,0,11,5,0,4,1,1,0.32,0.3333,0.81,0.1343,1,27,28
+7240,2011-11-03,4,0,11,6,0,4,1,1,0.34,0.3333,0.76,0.194,3,96,99
+7241,2011-11-03,4,0,11,7,0,4,1,2,0.32,0.3333,0.81,0.0896,12,280,292
+7242,2011-11-03,4,0,11,8,0,4,1,2,0.34,0.3485,0.81,0.0896,8,394,402
+7243,2011-11-03,4,0,11,9,0,4,1,2,0.36,0.3485,0.81,0.194,9,155,164
+7244,2011-11-03,4,0,11,10,0,4,1,2,0.4,0.4091,0.76,0.194,12,98,110
+7245,2011-11-03,4,0,11,11,0,4,1,1,0.44,0.4394,0.67,0.194,12,108,120
+7246,2011-11-03,4,0,11,12,0,4,1,1,0.5,0.4848,0.51,0.194,17,162,179
+7247,2011-11-03,4,0,11,13,0,4,1,2,0.52,0.5,0.48,0.2537,19,150,169
+7248,2011-11-03,4,0,11,14,0,4,1,1,0.52,0.5,0.52,0.1642,32,120,152
+7249,2011-11-03,4,0,11,15,0,4,1,1,0.52,0.5,0.52,0.1642,24,138,162
+7250,2011-11-03,4,0,11,16,0,4,1,1,0.52,0.5,0.48,0.194,33,234,267
+7251,2011-11-03,4,0,11,17,0,4,1,1,0.48,0.4697,0.55,0.0896,33,465,498
+7252,2011-11-03,4,0,11,18,0,4,1,1,0.46,0.4545,0.63,0.1343,24,409,433
+7253,2011-11-03,4,0,11,19,0,4,1,1,0.44,0.4394,0.67,0.0896,18,234,252
+7254,2011-11-03,4,0,11,20,0,4,1,1,0.42,0.4242,0.71,0.1045,11,198,209
+7255,2011-11-03,4,0,11,21,0,4,1,1,0.4,0.4091,0.76,0.1343,4,140,144
+7256,2011-11-03,4,0,11,22,0,4,1,1,0.4,0.4091,0.82,0,21,116,137
+7257,2011-11-03,4,0,11,23,0,4,1,1,0.4,0.4091,0.82,0.0896,15,80,95
+7258,2011-11-04,4,0,11,0,0,5,1,2,0.4,0.4091,0.82,0,11,32,43
+7259,2011-11-04,4,0,11,1,0,5,1,2,0.4,0.4091,0.82,0,1,16,17
+7260,2011-11-04,4,0,11,2,0,5,1,2,0.4,0.4091,0.76,0,2,8,10
+7261,2011-11-04,4,0,11,3,0,5,1,2,0.38,0.3939,0.87,0.1642,1,7,8
+7262,2011-11-04,4,0,11,4,0,5,1,2,0.38,0.3939,0.87,0.0896,1,6,7
+7263,2011-11-04,4,0,11,5,0,5,1,2,0.38,0.3939,0.87,0,0,23,23
+7264,2011-11-04,4,0,11,6,0,5,1,2,0.38,0.3939,0.87,0.0896,2,64,66
+7265,2011-11-04,4,0,11,7,0,5,1,2,0.4,0.4091,0.86,0.2239,10,235,245
+7266,2011-11-04,4,0,11,8,0,5,1,2,0.4,0.4091,0.87,0.3582,8,387,395
+7267,2011-11-04,4,0,11,9,0,5,1,2,0.42,0.4242,0.71,0.4627,15,239,254
+7268,2011-11-04,4,0,11,10,0,5,1,2,0.42,0.4242,0.71,0.3284,19,115,134
+7269,2011-11-04,4,0,11,11,0,5,1,2,0.44,0.4394,0.67,0.4478,34,128,162
+7270,2011-11-04,4,0,11,12,0,5,1,2,0.48,0.4697,0.55,0.4925,44,153,197
+7271,2011-11-04,4,0,11,13,0,5,1,1,0.44,0.4394,0.51,0.4179,33,161,194
+7272,2011-11-04,4,0,11,14,0,5,1,1,0.44,0.4394,0.47,0.2985,54,147,201
+7273,2011-11-04,4,0,11,15,0,5,1,1,0.46,0.4545,0.44,0.3881,45,192,237
+7274,2011-11-04,4,0,11,16,0,5,1,1,0.46,0.4545,0.36,0.3881,53,237,290
+7275,2011-11-04,4,0,11,17,0,5,1,1,0.42,0.4242,0.38,0.3582,42,438,480
+7276,2011-11-04,4,0,11,18,0,5,1,1,0.42,0.4242,0.32,0.4627,35,339,374
+7277,2011-11-04,4,0,11,19,0,5,1,1,0.4,0.4091,0.37,0.3582,14,182,196
+7278,2011-11-04,4,0,11,20,0,5,1,1,0.36,0.3333,0.43,0.2836,15,171,186
+7279,2011-11-04,4,0,11,21,0,5,1,1,0.34,0.3182,0.46,0.2537,8,115,123
+7280,2011-11-04,4,0,11,22,0,5,1,1,0.34,0.303,0.46,0.3284,6,109,115
+7281,2011-11-04,4,0,11,23,0,5,1,1,0.32,0.303,0.49,0.3284,17,72,89
+7282,2011-11-05,4,0,11,0,0,6,0,1,0.32,0.2879,0.45,0.3582,4,48,52
+7283,2011-11-05,4,0,11,1,0,6,0,1,0.32,0.303,0.45,0.2985,5,57,62
+7284,2011-11-05,4,0,11,2,0,6,0,1,0.3,0.2727,0.52,0.3284,7,24,31
+7285,2011-11-05,4,0,11,3,0,6,0,1,0.3,0.2727,0.52,0.2985,0,8,8
+7286,2011-11-05,4,0,11,4,0,6,0,1,0.28,0.2576,0.56,0.3284,3,5,8
+7287,2011-11-05,4,0,11,5,0,6,0,1,0.26,0.2273,0.6,0.3284,0,2,2
+7288,2011-11-05,4,0,11,6,0,6,0,1,0.26,0.2424,0.6,0.2537,3,20,23
+7289,2011-11-05,4,0,11,7,0,6,0,1,0.26,0.2424,0.6,0.2836,3,31,34
+7290,2011-11-05,4,0,11,8,0,6,0,1,0.28,0.2576,0.56,0.3284,4,80,84
+7291,2011-11-05,4,0,11,9,0,6,0,1,0.3,0.2727,0.56,0.2985,30,111,141
+7292,2011-11-05,4,0,11,10,0,6,0,1,0.32,0.303,0.53,0.2537,56,171,227
+7293,2011-11-05,4,0,11,11,0,6,0,1,0.36,0.3636,0.46,0.1045,69,169,238
+7294,2011-11-05,4,0,11,12,0,6,0,1,0.36,0.3485,0.46,0.1642,137,235,372
+7295,2011-11-05,4,0,11,13,0,6,0,1,0.4,0.4091,0.37,0.1045,148,207,355
+7296,2011-11-05,4,0,11,14,0,6,0,1,0.42,0.4242,0.35,0.1343,159,227,386
+7297,2011-11-05,4,0,11,15,0,6,0,1,0.4,0.4091,0.37,0.194,141,202,343
+7298,2011-11-05,4,0,11,16,0,6,0,1,0.4,0.4091,0.4,0.2239,128,207,335
+7299,2011-11-05,4,0,11,17,0,6,0,1,0.38,0.3939,0.4,0.1642,100,234,334
+7300,2011-11-05,4,0,11,18,0,6,0,1,0.36,0.3636,0.5,0.0896,52,185,237
+7301,2011-11-05,4,0,11,19,0,6,0,1,0.34,0.3636,0.53,0,45,159,204
+7302,2011-11-05,4,0,11,20,0,6,0,1,0.32,0.3485,0.66,0,29,136,165
+7303,2011-11-05,4,0,11,21,0,6,0,1,0.32,0.3485,0.66,0,19,99,118
+7304,2011-11-05,4,0,11,22,0,6,0,1,0.3,0.3333,0.65,0,10,72,82
+7305,2011-11-05,4,0,11,23,0,6,0,1,0.28,0.3182,0.7,0,4,81,85
+7306,2011-11-06,4,0,11,0,0,0,0,1,0.28,0.3182,0.75,0,10,65,75
+7307,2011-11-06,4,0,11,1,0,0,0,1,0.26,0.303,0.81,0,11,104,115
+7308,2011-11-06,4,0,11,2,0,0,0,1,0.26,0.303,0.81,0,6,23,29
+7309,2011-11-06,4,0,11,3,0,0,0,1,0.24,0.2879,0.87,0,5,4,9
+7310,2011-11-06,4,0,11,4,0,0,0,1,0.24,0.2879,0.87,0,0,6,6
+7311,2011-11-06,4,0,11,5,0,0,0,1,0.24,0.2424,0.87,0.1343,0,5,5
+7312,2011-11-06,4,0,11,6,0,0,0,1,0.26,0.2879,0.81,0.0896,5,11,16
+7313,2011-11-06,4,0,11,7,0,0,0,1,0.26,0.2727,0.87,0.1045,4,24,28
+7314,2011-11-06,4,0,11,8,0,0,0,2,0.28,0.303,0.87,0.0896,19,71,90
+7315,2011-11-06,4,0,11,9,0,0,0,2,0.3,0.3182,0.75,0.0896,36,134,170
+7316,2011-11-06,4,0,11,10,0,0,0,1,0.36,0.3636,0.66,0.0896,76,186,262
+7317,2011-11-06,4,0,11,11,0,0,0,1,0.42,0.4242,0.58,0.0896,104,216,320
+7318,2011-11-06,4,0,11,12,0,0,0,1,0.44,0.4394,0.54,0,120,226,346
+7319,2011-11-06,4,0,11,13,0,0,0,1,0.46,0.4545,0.51,0.1642,105,209,314
+7320,2011-11-06,4,0,11,14,0,0,0,1,0.46,0.4545,0.55,0.194,101,219,320
+7321,2011-11-06,4,0,11,15,0,0,0,1,0.48,0.4697,0.51,0.194,96,210,306
+7322,2011-11-06,4,0,11,16,0,0,0,1,0.46,0.4545,0.55,0.2239,84,263,347
+7323,2011-11-06,4,0,11,17,0,0,0,1,0.44,0.4394,0.62,0.1642,71,185,256
+7324,2011-11-06,4,0,11,18,0,0,0,1,0.42,0.4242,0.71,0.1045,39,146,185
+7325,2011-11-06,4,0,11,19,0,0,0,1,0.38,0.3939,0.76,0.194,21,130,151
+7326,2011-11-06,4,0,11,20,0,0,0,1,0.36,0.3636,0.81,0.1045,16,100,116
+7327,2011-11-06,4,0,11,21,0,0,0,1,0.36,0.3636,0.81,0.0896,11,77,88
+7328,2011-11-06,4,0,11,22,0,0,0,1,0.36,0.3788,0.87,0,5,40,45
+7329,2011-11-06,4,0,11,23,0,0,0,1,0.34,0.3485,0.87,0.0896,7,43,50
+7330,2011-11-07,4,0,11,0,0,1,1,1,0.34,0.3636,0.87,0,1,14,15
+7331,2011-11-07,4,0,11,1,0,1,1,1,0.34,0.3636,0.87,0,2,6,8
+7332,2011-11-07,4,0,11,2,0,1,1,1,0.32,0.3485,0.93,0,0,2,2
+7333,2011-11-07,4,0,11,3,0,1,1,1,0.32,0.3485,0.93,0,0,3,3
+7334,2011-11-07,4,0,11,4,0,1,1,1,0.32,0.3485,0.93,0,2,4,6
+7335,2011-11-07,4,0,11,5,0,1,1,1,0.3,0.3333,0.93,0,1,25,26
+7336,2011-11-07,4,0,11,6,0,1,1,2,0.28,0.3182,0.93,0,2,97,99
+7337,2011-11-07,4,0,11,7,0,1,1,2,0.28,0.3182,0.93,0,6,305,311
+7338,2011-11-07,4,0,11,8,0,1,1,2,0.3,0.3182,1,0.0896,13,397,410
+7339,2011-11-07,4,0,11,9,0,1,1,2,0.34,0.3333,1,0.1343,18,156,174
+7340,2011-11-07,4,0,11,10,0,1,1,1,0.36,0.3485,0.93,0.1343,28,95,123
+7341,2011-11-07,4,0,11,11,0,1,1,1,0.42,0.4242,0.77,0.1045,28,100,128
+7342,2011-11-07,4,0,11,12,0,1,1,1,0.46,0.4545,0.67,0,21,158,179
+7343,2011-11-07,4,0,11,13,0,1,1,1,0.54,0.5152,0.49,0.0896,32,157,189
+7344,2011-11-07,4,0,11,14,0,1,1,1,0.56,0.5303,0.37,0.1642,30,115,145
+7345,2011-11-07,4,0,11,15,0,1,1,1,0.56,0.5303,0.37,0.1045,38,132,170
+7346,2011-11-07,4,0,11,16,0,1,1,1,0.52,0.5,0.45,0,40,255,295
+7347,2011-11-07,4,0,11,17,0,1,1,1,0.5,0.4848,0.45,0.1642,39,489,528
+7348,2011-11-07,4,0,11,18,0,1,1,1,0.46,0.4545,0.59,0.1045,18,407,425
+7349,2011-11-07,4,0,11,19,0,1,1,1,0.46,0.4545,0.59,0,20,280,300
+7350,2011-11-07,4,0,11,20,0,1,1,1,0.4,0.4091,0.71,0,17,187,204
+7351,2011-11-07,4,0,11,21,0,1,1,1,0.38,0.3939,0.82,0.1045,10,129,139
+7352,2011-11-07,4,0,11,22,0,1,1,1,0.36,0.3636,0.81,0.0896,6,102,108
+7353,2011-11-07,4,0,11,23,0,1,1,1,0.36,0.3636,0.87,0.0896,1,47,48
+7354,2011-11-08,4,0,11,0,0,2,1,1,0.34,0.3485,0.87,0.0896,0,18,18
+7355,2011-11-08,4,0,11,1,0,2,1,1,0.32,0.3333,0.93,0.1045,3,8,11
+7356,2011-11-08,4,0,11,2,0,2,1,1,0.32,0.3485,0.87,0,0,1,1
+7357,2011-11-08,4,0,11,3,0,2,1,1,0.32,0.3485,0.87,0,0,3,3
+7358,2011-11-08,4,0,11,4,0,2,1,1,0.3,0.3333,0.87,0,0,4,4
+7359,2011-11-08,4,0,11,5,0,2,1,1,0.3,0.3182,0.87,0.0896,1,17,18
+7360,2011-11-08,4,0,11,6,0,2,1,1,0.3,0.3333,0.87,0,3,96,99
+7361,2011-11-08,4,0,11,7,0,2,1,1,0.3,0.3182,0.87,0.1045,7,316,323
+7362,2011-11-08,4,0,11,8,0,2,1,1,0.32,0.3333,0.93,0.1045,11,455,466
+7363,2011-11-08,4,0,11,9,0,2,1,1,0.36,0.3788,0.87,0,14,177,191
+7364,2011-11-08,4,0,11,10,0,2,1,1,0.42,0.4242,0.71,0.0896,25,104,129
+7365,2011-11-08,4,0,11,11,0,2,1,1,0.46,0.4545,0.63,0.1343,21,126,147
+7366,2011-11-08,4,0,11,12,0,2,1,1,0.52,0.5,0.52,0.1343,28,175,203
+7367,2011-11-08,4,0,11,13,0,2,1,1,0.54,0.5152,0.49,0.1642,31,165,196
+7368,2011-11-08,4,0,11,14,0,2,1,1,0.56,0.5303,0.46,0.1045,32,129,161
+7369,2011-11-08,4,0,11,15,0,2,1,1,0.58,0.5455,0.46,0.1045,33,155,188
+7370,2011-11-08,4,0,11,16,0,2,1,1,0.56,0.5303,0.46,0.1343,39,250,289
+7371,2011-11-08,4,0,11,17,0,2,1,1,0.52,0.5,0.43,0.1642,40,459,499
+7372,2011-11-08,4,0,11,18,0,2,1,1,0.48,0.4697,0.55,0.1343,30,432,462
+7373,2011-11-08,4,0,11,19,0,2,1,1,0.46,0.4545,0.59,0,14,264,278
+7374,2011-11-08,4,0,11,20,0,2,1,1,0.4,0.4091,0.76,0,12,169,181
+7375,2011-11-08,4,0,11,21,0,2,1,1,0.4,0.4091,0.76,0,16,166,182
+7376,2011-11-08,4,0,11,22,0,2,1,1,0.36,0.3788,0.87,0,13,95,108
+7377,2011-11-08,4,0,11,23,0,2,1,1,0.36,0.3788,0.81,0,3,45,48
+7378,2011-11-09,4,0,11,0,0,3,1,1,0.36,0.3788,0.87,0,0,13,13
+7379,2011-11-09,4,0,11,1,0,3,1,1,0.34,0.3636,0.87,0,0,10,10
+7380,2011-11-09,4,0,11,2,0,3,1,1,0.32,0.3485,0.93,0,0,5,5
+7381,2011-11-09,4,0,11,3,0,3,1,1,0.32,0.3485,0.93,0,0,4,4
+7382,2011-11-09,4,0,11,4,0,3,1,1,0.32,0.3485,0.87,0,0,4,4
+7383,2011-11-09,4,0,11,5,0,3,1,1,0.3,0.3333,0.87,0,0,28,28
+7384,2011-11-09,4,0,11,6,0,3,1,1,0.3,0.3333,0.87,0,0,98,98
+7385,2011-11-09,4,0,11,7,0,3,1,1,0.3,0.3333,0.87,0,0,300,300
+7386,2011-11-09,4,0,11,8,0,3,1,1,0.32,0.3485,0.93,0,19,437,456
+7387,2011-11-09,4,0,11,9,0,3,1,1,0.34,0.3636,0.93,0,22,197,219
+7388,2011-11-09,4,0,11,10,0,3,1,1,0.4,0.4091,0.76,0.1045,16,89,105
+7389,2011-11-09,4,0,11,11,0,3,1,1,0.46,0.4545,0.67,0.1642,21,131,152
+7390,2011-11-09,4,0,11,12,0,3,1,1,0.5,0.4848,0.51,0.1642,24,156,180
+7391,2011-11-09,4,0,11,13,0,3,1,1,0.5,0.4848,0.51,0.1642,31,136,167
+7392,2011-11-09,4,0,11,14,0,3,1,1,0.52,0.5,0.48,0.1642,26,153,179
+7393,2011-11-09,4,0,11,15,0,3,1,1,0.52,0.5,0.45,0.2239,21,130,151
+7394,2011-11-09,4,0,11,16,0,3,1,1,0.52,0.5,0.48,0.194,24,257,281
+7395,2011-11-09,4,0,11,17,0,3,1,1,0.46,0.4545,0.63,0.1045,27,458,485
+7396,2011-11-09,4,0,11,18,0,3,1,1,0.44,0.4394,0.67,0.1045,21,387,408
+7397,2011-11-09,4,0,11,19,0,3,1,1,0.44,0.4394,0.72,0.1045,12,292,304
+7398,2011-11-09,4,0,11,20,0,3,1,1,0.44,0.4394,0.77,0,18,201,219
+7399,2011-11-09,4,0,11,21,0,3,1,1,0.4,0.4091,0.87,0,9,152,161
+7400,2011-11-09,4,0,11,22,0,3,1,1,0.4,0.4091,0.87,0,9,105,114
+7401,2011-11-09,4,0,11,23,0,3,1,1,0.38,0.3939,0.87,0,5,61,66
+7402,2011-11-10,4,0,11,0,0,4,1,1,0.4,0.4091,0.87,0,0,24,24
+7403,2011-11-10,4,0,11,1,0,4,1,2,0.4,0.4091,0.87,0,1,10,11
+7404,2011-11-10,4,0,11,2,0,4,1,2,0.38,0.3939,0.94,0,0,5,5
+7405,2011-11-10,4,0,11,3,0,4,1,1,0.38,0.3939,0.94,0.0896,0,11,11
+7406,2011-11-10,4,0,11,4,0,4,1,1,0.38,0.3939,0.94,0.0896,1,2,3
+7407,2011-11-10,4,0,11,5,0,4,1,2,0.36,0.3485,1,0.1343,1,22,23
+7408,2011-11-10,4,0,11,6,0,4,1,2,0.36,0.3485,1,0.1343,4,110,114
+7409,2011-11-10,4,0,11,7,0,4,1,2,0.38,0.3939,0.94,0.1642,6,266,272
+7410,2011-11-10,4,0,11,8,0,4,1,2,0.4,0.4091,0.94,0.0896,18,418,436
+7411,2011-11-10,4,0,11,9,0,4,1,2,0.42,0.4242,0.94,0.1045,23,188,211
+7412,2011-11-10,4,0,11,10,0,4,1,2,0.44,0.4394,0.88,0.2239,17,100,117
+7413,2011-11-10,4,0,11,11,0,4,1,2,0.46,0.4545,0.67,0.3881,9,99,108
+7414,2011-11-10,4,0,11,12,0,4,1,2,0.42,0.4242,0.67,0.3582,18,149,167
+7415,2011-11-10,4,0,11,13,0,4,1,3,0.36,0.3333,0.81,0.3582,9,87,96
+7416,2011-11-10,4,0,11,14,0,4,1,3,0.36,0.3333,0.87,0.2836,6,58,64
+7417,2011-11-10,4,0,11,15,0,4,1,3,0.36,0.3333,0.81,0.2985,5,57,62
+7418,2011-11-10,4,0,11,16,0,4,1,3,0.36,0.3485,0.81,0.2239,6,67,73
+7419,2011-11-10,4,0,11,17,0,4,1,3,0.36,0.3485,0.81,0.2239,9,168,177
+7420,2011-11-10,4,0,11,18,0,4,1,2,0.36,0.3485,0.81,0.1642,10,263,273
+7421,2011-11-10,4,0,11,19,0,4,1,2,0.36,0.3485,0.71,0.2239,19,192,211
+7422,2011-11-10,4,0,11,20,0,4,1,2,0.36,0.3333,0.62,0.2836,8,160,168
+7423,2011-11-10,4,0,11,21,0,4,1,1,0.36,0.3333,0.57,0.2537,6,130,136
+7424,2011-11-10,4,0,11,22,0,4,1,1,0.36,0.3333,0.53,0.2836,5,84,89
+7425,2011-11-10,4,0,11,23,0,4,1,2,0.34,0.3333,0.57,0.1642,9,73,82
+7426,2011-11-11,4,0,11,0,1,5,0,1,0.34,0.3182,0.53,0.2537,10,56,66
+7427,2011-11-11,4,0,11,1,1,5,0,1,0.32,0.303,0.57,0.3284,3,16,19
+7428,2011-11-11,4,0,11,2,1,5,0,1,0.32,0.2879,0.57,0.2836,1,10,11
+7429,2011-11-11,4,0,11,3,1,5,0,1,0.3,0.2879,0.61,0.194,0,6,6
+7430,2011-11-11,4,0,11,4,1,5,0,1,0.3,0.2879,0.61,0.194,0,8,8
+7431,2011-11-11,4,0,11,5,1,5,0,1,0.3,0.2879,0.49,0.2537,0,13,13
+7432,2011-11-11,4,0,11,6,1,5,0,1,0.28,0.2576,0.45,0.3284,0,46,46
+7433,2011-11-11,4,0,11,7,1,5,0,1,0.28,0.2727,0.45,0.2537,5,116,121
+7434,2011-11-11,4,0,11,8,1,5,0,1,0.3,0.2727,0.42,0.3582,9,249,258
+7435,2011-11-11,4,0,11,9,1,5,0,1,0.32,0.2879,0.45,0.4478,15,186,201
+7436,2011-11-11,4,0,11,10,1,5,0,1,0.32,0.2727,0.42,0.5522,38,162,200
+7437,2011-11-11,4,0,11,11,1,5,0,1,0.34,0.2879,0.42,0.4925,20,150,170
+7438,2011-11-11,4,0,11,12,1,5,0,1,0.34,0.2879,0.42,0.4627,41,198,239
+7439,2011-11-11,4,0,11,13,1,5,0,1,0.38,0.3939,0.37,0.5522,57,179,236
+7440,2011-11-11,4,0,11,14,1,5,0,1,0.38,0.3939,0.37,0.4627,64,183,247
+7441,2011-11-11,4,0,11,15,1,5,0,1,0.36,0.3333,0.37,0.4179,29,187,216
+7442,2011-11-11,4,0,11,16,1,5,0,1,0.36,0.3333,0.34,0.3284,49,189,238
+7443,2011-11-11,4,0,11,17,1,5,0,1,0.34,0.303,0.39,0.3284,24,286,310
+7444,2011-11-11,4,0,11,18,1,5,0,1,0.34,0.3182,0.39,0.2537,23,185,208
+7445,2011-11-11,4,0,11,19,1,5,0,1,0.32,0.3182,0.39,0.1642,17,182,199
+7446,2011-11-11,4,0,11,20,1,5,0,1,0.32,0.3182,0.39,0.194,12,97,109
+7447,2011-11-11,4,0,11,21,1,5,0,1,0.3,0.303,0.45,0.1642,4,79,83
+7448,2011-11-11,4,0,11,22,1,5,0,1,0.32,0.3182,0.39,0.194,13,78,91
+7449,2011-11-11,4,0,11,23,1,5,0,1,0.3,0.3182,0.45,0.0896,6,67,73
+7450,2011-11-12,4,0,11,0,0,6,0,1,0.24,0.2424,0.6,0.1343,12,52,64
+7451,2011-11-12,4,0,11,1,0,6,0,1,0.24,0.2424,0.6,0.1343,9,45,54
+7452,2011-11-12,4,0,11,2,0,6,0,1,0.24,0.2576,0.65,0.0896,7,39,46
+7453,2011-11-12,4,0,11,3,0,6,0,1,0.24,0.2424,0.7,0.1343,4,13,17
+7454,2011-11-12,4,0,11,4,0,6,0,1,0.2,0.2121,0.8,0.1343,0,7,7
+7455,2011-11-12,4,0,11,5,0,6,0,1,0.22,0.2576,0.75,0.0896,1,3,4
+7456,2011-11-12,4,0,11,6,0,6,0,1,0.22,0.2273,0.75,0.1642,0,7,7
+7457,2011-11-12,4,0,11,7,0,6,0,1,0.22,0.2273,0.75,0.194,3,24,27
+7458,2011-11-12,4,0,11,8,0,6,0,1,0.26,0.2576,0.7,0.194,14,87,101
+7459,2011-11-12,4,0,11,9,0,6,0,1,0.3,0.303,0.61,0.1642,18,142,160
+7460,2011-11-12,4,0,11,10,0,6,0,1,0.34,0.3182,0.61,0.2836,62,170,232
+7461,2011-11-12,4,0,11,11,0,6,0,1,0.38,0.3939,0.54,0.2836,102,213,315
+7462,2011-11-12,4,0,11,12,0,6,0,1,0.44,0.4394,0.44,0.2836,142,224,366
+7463,2011-11-12,4,0,11,13,0,6,0,1,0.48,0.4697,0.36,0.2836,128,225,353
+7464,2011-11-12,4,0,11,14,0,6,0,1,0.5,0.4848,0.36,0.2985,191,244,435
+7465,2011-11-12,4,0,11,15,0,6,0,1,0.52,0.5,0.29,0.2836,165,221,386
+7466,2011-11-12,4,0,11,16,0,6,0,1,0.52,0.5,0.32,0.2537,137,224,361
+7467,2011-11-12,4,0,11,17,0,6,0,1,0.5,0.4848,0.34,0.2537,92,193,285
+7468,2011-11-12,4,0,11,18,0,6,0,1,0.42,0.4242,0.58,0.194,53,150,203
+7469,2011-11-12,4,0,11,19,0,6,0,1,0.42,0.4242,0.5,0.2537,32,139,171
+7470,2011-11-12,4,0,11,20,0,6,0,1,0.42,0.4242,0.5,0.2836,31,101,132
+7471,2011-11-12,4,0,11,21,0,6,0,1,0.42,0.4242,0.47,0.2836,19,103,122
+7472,2011-11-12,4,0,11,22,0,6,0,1,0.42,0.4242,0.47,0.2537,30,88,118
+7473,2011-11-12,4,0,11,23,0,6,0,1,0.4,0.4091,0.58,0.1642,23,78,101
+7474,2011-11-13,4,0,11,0,0,0,0,2,0.4,0.4091,0.58,0.194,12,61,73
+7475,2011-11-13,4,0,11,1,0,0,0,2,0.36,0.3485,0.66,0.194,13,58,71
+7476,2011-11-13,4,0,11,2,0,0,0,1,0.36,0.3636,0.57,0.1045,9,48,57
+7477,2011-11-13,4,0,11,3,0,0,0,2,0.36,0.3485,0.62,0.1343,8,20,28
+7478,2011-11-13,4,0,11,4,0,0,0,2,0.36,0.3485,0.62,0.1343,1,5,6
+7479,2011-11-13,4,0,11,5,0,0,0,1,0.34,0.3333,0.61,0.1642,2,3,5
+7480,2011-11-13,4,0,11,6,0,0,0,1,0.34,0.3333,0.66,0.1343,5,18,23
+7481,2011-11-13,4,0,11,7,0,0,0,1,0.34,0.3182,0.66,0.2239,13,30,43
+7482,2011-11-13,4,0,11,8,0,0,0,1,0.34,0.3485,0.66,0.0896,24,55,79
+7483,2011-11-13,4,0,11,9,0,0,0,1,0.4,0.4091,0.54,0.2836,38,97,135
+7484,2011-11-13,4,0,11,10,0,0,0,1,0.44,0.4394,0.44,0.3284,63,178,241
+7485,2011-11-13,4,0,11,11,0,0,0,1,0.46,0.4545,0.4,0.4179,108,187,295
+7486,2011-11-13,4,0,11,12,0,0,0,2,0.52,0.5,0.29,0.4179,112,242,354
+7487,2011-11-13,4,0,11,13,0,0,0,2,0.52,0.5,0.29,0.4179,105,234,339
+7488,2011-11-13,4,0,11,14,0,0,0,2,0.54,0.5152,0.28,0.4925,108,263,371
+7489,2011-11-13,4,0,11,15,0,0,0,2,0.5,0.4848,0.42,0.3284,89,221,310
+7490,2011-11-13,4,0,11,16,0,0,0,2,0.54,0.5152,0.28,0.3881,93,226,319
+7491,2011-11-13,4,0,11,17,0,0,0,1,0.52,0.5,0.27,0.3284,44,187,231
+7492,2011-11-13,4,0,11,18,0,0,0,1,0.52,0.5,0.27,0.3284,35,155,190
+7493,2011-11-13,4,0,11,19,0,0,0,1,0.5,0.4848,0.29,0.3582,36,121,157
+7494,2011-11-13,4,0,11,20,0,0,0,1,0.5,0.4848,0.31,0.3582,24,115,139
+7495,2011-11-13,4,0,11,21,0,0,0,1,0.48,0.4697,0.36,0.2537,19,76,95
+7496,2011-11-13,4,0,11,22,0,0,0,1,0.48,0.4697,0.41,0.3881,25,64,89
+7497,2011-11-13,4,0,11,23,0,0,0,1,0.46,0.4545,0.51,0.2985,18,49,67
+7498,2011-11-14,4,0,11,0,0,1,1,1,0.46,0.4545,0.59,0.2836,8,22,30
+7499,2011-11-14,4,0,11,1,0,1,1,1,0.46,0.4545,0.63,0.2985,5,6,11
+7500,2011-11-14,4,0,11,2,0,1,1,1,0.46,0.4545,0.63,0.3582,7,10,17
+7501,2011-11-14,4,0,11,3,0,1,1,1,0.44,0.4394,0.67,0.2836,4,3,7
+7502,2011-11-14,4,0,11,4,0,1,1,1,0.44,0.4394,0.67,0.2239,0,5,5
+7503,2011-11-14,4,0,11,5,0,1,1,2,0.44,0.4394,0.67,0.2537,0,19,19
+7504,2011-11-14,4,0,11,6,0,1,1,2,0.44,0.4394,0.72,0.2239,10,104,114
+7505,2011-11-14,4,0,11,7,0,1,1,1,0.44,0.4394,0.72,0.2537,11,311,322
+7506,2011-11-14,4,0,11,8,0,1,1,2,0.46,0.4545,0.67,0.194,27,425,452
+7507,2011-11-14,4,0,11,9,0,1,1,2,0.48,0.4697,0.67,0.3284,29,204,233
+7508,2011-11-14,4,0,11,10,0,1,1,2,0.5,0.4848,0.63,0.2836,26,85,111
+7509,2011-11-14,4,0,11,11,0,1,1,2,0.54,0.5152,0.6,0.2836,22,106,128
+7510,2011-11-14,4,0,11,12,0,1,1,1,0.56,0.5303,0.56,0.2985,36,166,202
+7511,2011-11-14,4,0,11,13,0,1,1,1,0.6,0.6212,0.49,0.3881,50,153,203
+7512,2011-11-14,4,0,11,14,0,1,1,1,0.62,0.6212,0.46,0.4478,47,138,185
+7513,2011-11-14,4,0,11,15,0,1,1,1,0.64,0.6212,0.44,0.3284,53,142,195
+7514,2011-11-14,4,0,11,16,0,1,1,1,0.62,0.6212,0.46,0.4179,51,264,315
+7515,2011-11-14,4,0,11,17,0,1,1,1,0.62,0.6212,0.46,0.2537,55,464,519
+7516,2011-11-14,4,0,11,18,0,1,1,1,0.56,0.5303,0.56,0.2836,29,460,489
+7517,2011-11-14,4,0,11,19,0,1,1,1,0.6,0.6212,0.53,0.2985,28,274,302
+7518,2011-11-14,4,0,11,20,0,1,1,1,0.6,0.6212,0.53,0.3582,30,210,240
+7519,2011-11-14,4,0,11,21,0,1,1,1,0.6,0.6212,0.53,0.3582,37,176,213
+7520,2011-11-14,4,0,11,22,0,1,1,1,0.58,0.5455,0.56,0.3582,17,96,113
+7521,2011-11-14,4,0,11,23,0,1,1,1,0.56,0.5303,0.64,0.2985,13,48,61
+7522,2011-11-15,4,0,11,0,0,2,1,1,0.56,0.5303,0.64,0.3582,7,15,22
+7523,2011-11-15,4,0,11,1,0,2,1,1,0.56,0.5303,0.6,0.2985,5,5,10
+7524,2011-11-15,4,0,11,2,0,2,1,1,0.56,0.5303,0.64,0.2537,7,8,15
+7525,2011-11-15,4,0,11,3,0,2,1,2,0.54,0.5152,0.68,0.3284,0,4,4
+7526,2011-11-15,4,0,11,4,0,2,1,1,0.56,0.5303,0.64,0.2985,1,6,7
+7527,2011-11-15,4,0,11,5,0,2,1,1,0.54,0.5152,0.68,0.2836,2,26,28
+7528,2011-11-15,4,0,11,6,0,2,1,2,0.56,0.5303,0.64,0.0896,4,104,108
+7529,2011-11-15,4,0,11,7,0,2,1,2,0.54,0.5152,0.68,0.1642,21,298,319
+7530,2011-11-15,4,0,11,8,0,2,1,2,0.54,0.5152,0.68,0.1045,27,453,480
+7531,2011-11-15,4,0,11,9,0,2,1,2,0.56,0.5303,0.64,0.0896,26,174,200
+7532,2011-11-15,4,0,11,10,0,2,1,2,0.56,0.5303,0.64,0.2836,23,115,138
+7533,2011-11-15,4,0,11,11,0,2,1,2,0.56,0.5303,0.64,0.194,18,116,134
+7534,2011-11-15,4,0,11,12,0,2,1,2,0.54,0.5152,0.68,0,28,148,176
+7535,2011-11-15,4,0,11,13,0,2,1,3,0.54,0.5152,0.6,0.2239,21,132,153
+7536,2011-11-15,4,0,11,14,0,2,1,2,0.54,0.5152,0.6,0.2836,27,120,147
+7537,2011-11-15,4,0,11,15,0,2,1,2,0.54,0.5152,0.6,0.1343,36,155,191
+7538,2011-11-15,4,0,11,16,0,2,1,2,0.52,0.5,0.68,0.1343,31,240,271
+7539,2011-11-15,4,0,11,17,0,2,1,2,0.5,0.4848,0.72,0.194,29,422,451
+7540,2011-11-15,4,0,11,18,0,2,1,2,0.5,0.4848,0.72,0.2836,27,414,441
+7541,2011-11-15,4,0,11,19,0,2,1,2,0.5,0.4848,0.72,0.3582,27,259,286
+7542,2011-11-15,4,0,11,20,0,2,1,2,0.48,0.4697,0.82,0.1343,26,212,238
+7543,2011-11-15,4,0,11,21,0,2,1,2,0.5,0.4848,0.77,0.0896,23,145,168
+7544,2011-11-15,4,0,11,22,0,2,1,2,0.46,0.4545,0.88,0.1045,19,109,128
+7545,2011-11-15,4,0,11,23,0,2,1,2,0.46,0.4545,0.94,0.1045,14,66,80
+7546,2011-11-16,4,0,11,0,0,3,1,2,0.46,0.4545,0.94,0,5,26,31
+7547,2011-11-16,4,0,11,1,0,3,1,3,0.46,0.4545,0.94,0.0896,0,5,5
+7548,2011-11-16,4,0,11,2,0,3,1,2,0.46,0.4545,0.94,0.1045,4,6,10
+7549,2011-11-16,4,0,11,3,0,3,1,2,0.46,0.4545,0.94,0.1045,2,3,5
+7550,2011-11-16,4,0,11,4,0,3,1,2,0.44,0.4394,1,0.2239,1,3,4
+7551,2011-11-16,4,0,11,5,0,3,1,3,0.46,0.4545,0.94,0.1045,0,13,13
+7552,2011-11-16,4,0,11,6,0,3,1,2,0.46,0.4545,0.94,0.0896,4,52,56
+7553,2011-11-16,4,0,11,7,0,3,1,3,0.46,0.4545,0.94,0,7,130,137
+7554,2011-11-16,4,0,11,8,0,3,1,3,0.46,0.4545,0.94,0,9,223,232
+7555,2011-11-16,4,0,11,9,0,3,1,3,0.46,0.4545,0.94,0,5,77,82
+7556,2011-11-16,4,0,11,10,0,3,1,3,0.46,0.4545,0.94,0,4,32,36
+7557,2011-11-16,4,0,11,11,0,3,1,3,0.46,0.4545,0.94,0.0896,7,53,60
+7558,2011-11-16,4,0,11,12,0,3,1,3,0.46,0.4545,1,0,5,49,54
+7559,2011-11-16,4,0,11,13,0,3,1,3,0.46,0.4545,0.94,0.1343,6,52,58
+7560,2011-11-16,4,0,11,14,0,3,1,2,0.46,0.4545,1,0.1343,12,49,61
+7561,2011-11-16,4,0,11,15,0,3,1,3,0.48,0.4697,0.94,0.1045,16,50,66
+7562,2011-11-16,4,0,11,16,0,3,1,3,0.48,0.4697,0.94,0.1045,13,110,123
+7563,2011-11-16,4,0,11,17,0,3,1,2,0.48,0.4697,0.88,0.194,17,216,233
+7564,2011-11-16,4,0,11,18,0,3,1,3,0.46,0.4545,0.88,0.3881,13,176,189
+7565,2011-11-16,4,0,11,19,0,3,1,3,0.46,0.4545,0.88,0.3881,3,108,111
+7566,2011-11-16,4,0,11,20,0,3,1,3,0.44,0.4394,0.88,0.3881,5,94,99
+7567,2011-11-16,4,0,11,21,0,3,1,3,0.44,0.4394,0.88,0.2836,3,72,75
+7568,2011-11-16,4,0,11,22,0,3,1,3,0.42,0.4242,0.88,0.2239,1,45,46
+7569,2011-11-16,4,0,11,23,0,3,1,3,0.42,0.4242,0.88,0.1343,3,28,31
+7570,2011-11-17,4,0,11,0,0,4,1,2,0.42,0.4242,0.88,0.2537,2,22,24
+7571,2011-11-17,4,0,11,1,0,4,1,2,0.42,0.4242,0.82,0.1642,0,5,5
+7572,2011-11-17,4,0,11,2,0,4,1,2,0.42,0.4242,0.82,0.2239,0,5,5
+7573,2011-11-17,4,0,11,3,0,4,1,2,0.42,0.4242,0.77,0.3284,0,3,3
+7574,2011-11-17,4,0,11,4,0,4,1,2,0.4,0.4091,0.62,0.4179,1,3,4
+7575,2011-11-17,4,0,11,5,0,4,1,3,0.34,0.303,0.71,0.3284,1,21,22
+7576,2011-11-17,4,0,11,6,0,4,1,3,0.36,0.3485,0.57,0.2239,3,72,75
+7577,2011-11-17,4,0,11,7,0,4,1,3,0.34,0.3182,0.61,0.2836,4,164,168
+7578,2011-11-17,4,0,11,8,0,4,1,3,0.34,0.303,0.61,0.2985,12,343,355
+7579,2011-11-17,4,0,11,9,0,4,1,2,0.34,0.303,0.61,0.3284,14,184,198
+7580,2011-11-17,4,0,11,10,0,4,1,2,0.34,0.303,0.61,0.3284,7,74,81
+7581,2011-11-17,4,0,11,11,0,4,1,3,0.32,0.303,0.66,0.3284,4,93,97
+7582,2011-11-17,4,0,11,12,0,4,1,2,0.34,0.303,0.53,0.2985,6,115,121
+7583,2011-11-17,4,0,11,13,0,4,1,2,0.34,0.303,0.49,0.4478,15,109,124
+7584,2011-11-17,4,0,11,14,0,4,1,2,0.34,0.303,0.49,0.3881,5,105,110
+7585,2011-11-17,4,0,11,15,0,4,1,2,0.34,0.303,0.49,0.4478,10,106,116
+7586,2011-11-17,4,0,11,16,0,4,1,1,0.32,0.2879,0.39,0.4179,8,187,195
+7587,2011-11-17,4,0,11,17,0,4,1,1,0.32,0.2879,0.42,0.3881,20,379,399
+7588,2011-11-17,4,0,11,18,0,4,1,1,0.32,0.3182,0.39,0.194,9,298,307
+7589,2011-11-17,4,0,11,19,0,4,1,1,0.3,0.2879,0.45,0.2239,7,210,217
+7590,2011-11-17,4,0,11,20,0,4,1,1,0.3,0.2879,0.42,0.2836,7,162,169
+7591,2011-11-17,4,0,11,21,0,4,1,1,0.3,0.2879,0.42,0.2537,3,113,116
+7592,2011-11-17,4,0,11,22,0,4,1,1,0.26,0.2424,0.52,0.2537,1,83,84
+7593,2011-11-17,4,0,11,23,0,4,1,1,0.26,0.2576,0.52,0.2239,0,58,58
+7594,2011-11-18,4,0,11,0,0,5,1,1,0.26,0.2576,0.48,0.1642,2,28,30
+7595,2011-11-18,4,0,11,1,0,5,1,1,0.26,0.2273,0.44,0.3284,0,10,10
+7596,2011-11-18,4,0,11,2,0,5,1,1,0.24,0.2273,0.44,0.2239,2,8,10
+7597,2011-11-18,4,0,11,3,0,5,1,1,0.24,0.2121,0.41,0.2836,0,2,2
+7598,2011-11-18,4,0,11,4,0,5,1,1,0.22,0.2273,0.44,0.1642,0,5,5
+7599,2011-11-18,4,0,11,5,0,5,1,1,0.22,0.2273,0.44,0.1343,0,22,22
+7600,2011-11-18,4,0,11,6,0,5,1,1,0.22,0.2576,0.44,0.0896,1,70,71
+7601,2011-11-18,4,0,11,7,0,5,1,1,0.22,0.2273,0.44,0.1642,5,211,216
+7602,2011-11-18,4,0,11,8,0,5,1,1,0.22,0.2273,0.44,0.194,6,369,375
+7603,2011-11-18,4,0,11,9,0,5,1,1,0.26,0.2576,0.41,0.194,6,207,213
+7604,2011-11-18,4,0,11,10,0,5,1,1,0.26,0.2424,0.41,0.2836,10,105,115
+7605,2011-11-18,4,0,11,11,0,5,1,1,0.3,0.303,0.36,0.1343,18,122,140
+7606,2011-11-18,4,0,11,12,0,5,1,1,0.32,0.3333,0.33,0,22,143,165
+7607,2011-11-18,4,0,11,13,0,5,1,1,0.34,0.3182,0.31,0.2239,31,146,177
+7608,2011-11-18,4,0,11,14,0,5,1,1,0.34,0.3333,0.31,0.1343,31,123,154
+7609,2011-11-18,4,0,11,15,0,5,1,1,0.34,0.3333,0.29,0.1343,27,151,178
+7610,2011-11-18,4,0,11,16,0,5,1,1,0.34,0.3333,0.29,0.1343,19,190,209
+7611,2011-11-18,4,0,11,17,0,5,1,1,0.32,0.3333,0.31,0.1343,17,361,378
+7612,2011-11-18,4,0,11,18,0,5,1,1,0.3,0.303,0.36,0.1642,16,312,328
+7613,2011-11-18,4,0,11,19,0,5,1,1,0.28,0.2727,0.41,0.1642,7,183,190
+7614,2011-11-18,4,0,11,20,0,5,1,1,0.28,0.2727,0.48,0.194,8,129,137
+7615,2011-11-18,4,0,11,21,0,5,1,1,0.28,0.2727,0.48,0.1642,3,108,111
+7616,2011-11-18,4,0,11,22,0,5,1,1,0.26,0.2727,0.52,0.1045,9,88,97
+7617,2011-11-18,4,0,11,23,0,5,1,1,0.26,0.2727,0.6,0.1343,5,54,59
+7618,2011-11-19,4,0,11,0,0,6,0,1,0.26,0.2576,0.56,0.194,4,49,53
+7619,2011-11-19,4,0,11,1,0,6,0,1,0.26,0.2273,0.52,0.2985,1,34,35
+7620,2011-11-19,4,0,11,2,0,6,0,1,0.24,0.2424,0.56,0.1642,12,34,46
+7621,2011-11-19,4,0,11,3,0,6,0,1,0.26,0.2424,0.48,0.2537,4,11,15
+7622,2011-11-19,4,0,11,4,0,6,0,1,0.26,0.2273,0.48,0.3284,4,4,8
+7623,2011-11-19,4,0,11,5,0,6,0,1,0.24,0.2273,0.56,0.2537,0,2,2
+7624,2011-11-19,4,0,11,6,0,6,0,1,0.24,0.2121,0.6,0.3284,2,10,12
+7625,2011-11-19,4,0,11,7,0,6,0,1,0.24,0.2273,0.6,0.2537,3,38,41
+7626,2011-11-19,4,0,11,8,0,6,0,1,0.26,0.2424,0.56,0.2537,12,80,92
+7627,2011-11-19,4,0,11,9,0,6,0,1,0.28,0.2576,0.52,0.2985,12,130,142
+7628,2011-11-19,4,0,11,10,0,6,0,1,0.32,0.303,0.45,0.2537,35,165,200
+7629,2011-11-19,4,0,11,11,0,6,0,1,0.36,0.3788,0.4,0,50,183,233
+7630,2011-11-19,4,0,11,12,0,6,0,1,0.4,0.4091,0.35,0.2836,93,218,311
+7631,2011-11-19,4,0,11,13,0,6,0,1,0.42,0.4242,0.3,0.2836,118,245,363
+7632,2011-11-19,4,0,11,14,0,6,0,1,0.42,0.4242,0.32,0.2985,121,228,349
+7633,2011-11-19,4,0,11,15,0,6,0,1,0.42,0.4242,0.41,0.194,120,262,382
+7634,2011-11-19,4,0,11,16,0,6,0,1,0.42,0.4242,0.38,0.2985,99,188,287
+7635,2011-11-19,4,0,11,17,0,6,0,1,0.4,0.4091,0.4,0.194,61,171,232
+7636,2011-11-19,4,0,11,18,0,6,0,1,0.38,0.3939,0.46,0.1343,36,172,208
+7637,2011-11-19,4,0,11,19,0,6,0,2,0.34,0.3333,0.71,0.1343,33,149,182
+7638,2011-11-19,4,0,11,20,0,6,0,2,0.36,0.3636,0.57,0.1045,48,115,163
+7639,2011-11-19,4,0,11,21,0,6,0,2,0.36,0.3485,0.62,0.194,29,79,108
+7640,2011-11-19,4,0,11,22,0,6,0,2,0.38,0.3939,0.62,0.1642,26,80,106
+7641,2011-11-19,4,0,11,23,0,6,0,1,0.38,0.3939,0.62,0.2239,20,73,93
+7642,2011-11-20,4,0,11,0,0,0,0,1,0.38,0.3939,0.66,0.1642,14,79,93
+7643,2011-11-20,4,0,11,1,0,0,0,1,0.4,0.4091,0.62,0.2537,11,73,84
+7644,2011-11-20,4,0,11,2,0,0,0,1,0.4,0.4091,0.62,0.2836,12,44,56
+7645,2011-11-20,4,0,11,3,0,0,0,2,0.4,0.4091,0.66,0.2836,6,31,37
+7646,2011-11-20,4,0,11,4,0,0,0,2,0.4,0.4091,0.71,0.2836,2,10,12
+7647,2011-11-20,4,0,11,5,0,0,0,2,0.42,0.4242,0.67,0.2836,0,4,4
+7648,2011-11-20,4,0,11,6,0,0,0,2,0.42,0.4242,0.67,0.2537,3,6,9
+7649,2011-11-20,4,0,11,7,0,0,0,1,0.42,0.4242,0.67,0.2239,4,19,23
+7650,2011-11-20,4,0,11,8,0,0,0,2,0.42,0.4242,0.71,0.2836,13,52,65
+7651,2011-11-20,4,0,11,9,0,0,0,1,0.44,0.4394,0.72,0.1642,29,109,138
+7652,2011-11-20,4,0,11,10,0,0,0,2,0.44,0.4394,0.72,0.1045,46,183,229
+7653,2011-11-20,4,0,11,11,0,0,0,2,0.5,0.4848,0.63,0.1045,74,212,286
+7654,2011-11-20,4,0,11,12,0,0,0,2,0.5,0.4848,0.63,0.1343,70,234,304
+7655,2011-11-20,4,0,11,13,0,0,0,2,0.54,0.5152,0.6,0.194,84,285,369
+7656,2011-11-20,4,0,11,14,0,0,0,1,0.52,0.5,0.63,0.2537,113,250,363
+7657,2011-11-20,4,0,11,15,0,0,0,2,0.52,0.5,0.68,0.194,109,242,351
+7658,2011-11-20,4,0,11,16,0,0,0,2,0.52,0.5,0.63,0.1343,81,225,306
+7659,2011-11-20,4,0,11,17,0,0,0,2,0.52,0.5,0.63,0.194,35,168,203
+7660,2011-11-20,4,0,11,18,0,0,0,2,0.54,0.5152,0.64,0.194,22,123,145
+7661,2011-11-20,4,0,11,19,0,0,0,2,0.5,0.4848,0.72,0.1045,17,140,157
+7662,2011-11-20,4,0,11,20,0,0,0,2,0.52,0.5,0.68,0.1045,23,90,113
+7663,2011-11-20,4,0,11,21,0,0,0,2,0.48,0.4697,0.77,0.0896,11,94,105
+7664,2011-11-20,4,0,11,22,0,0,0,3,0.46,0.4545,0.88,0.0896,5,35,40
+7665,2011-11-20,4,0,11,23,0,0,0,3,0.46,0.4545,0.88,0.0896,3,25,28
+7666,2011-11-21,4,0,11,0,0,1,1,2,0.46,0.4545,0.94,0,4,13,17
+7667,2011-11-21,4,0,11,1,0,1,1,3,0.46,0.4545,0.94,0.194,4,8,12
+7668,2011-11-21,4,0,11,2,0,1,1,3,0.44,0.4394,1,0.194,1,2,3
+7669,2011-11-21,4,0,11,3,0,1,1,3,0.44,0.4394,1,0.1343,0,4,4
+7670,2011-11-21,4,0,11,4,0,1,1,3,0.44,0.4394,1,0.1343,0,5,5
+7671,2011-11-21,4,0,11,5,0,1,1,2,0.44,0.4394,1,0,0,20,20
+7672,2011-11-21,4,0,11,6,0,1,1,2,0.42,0.4242,1,0,0,76,76
+7673,2011-11-21,4,0,11,7,0,1,1,2,0.46,0.4545,0.94,0.1642,17,229,246
+7674,2011-11-21,4,0,11,8,0,1,1,2,0.46,0.4545,0.94,0,13,378,391
+7675,2011-11-21,4,0,11,9,0,1,1,2,0.48,0.4697,0.94,0.1045,15,222,237
+7676,2011-11-21,4,0,11,10,0,1,1,2,0.52,0.5,0.83,0,25,110,135
+7677,2011-11-21,4,0,11,11,0,1,1,2,0.52,0.5,0.83,0.1045,16,112,128
+7678,2011-11-21,4,0,11,12,0,1,1,2,0.5,0.4848,0.77,0.1343,24,138,162
+7679,2011-11-21,4,0,11,13,0,1,1,2,0.5,0.4848,0.77,0.1343,13,121,134
+7680,2011-11-21,4,0,11,14,0,1,1,2,0.48,0.4697,0.82,0.194,14,121,135
+7681,2011-11-21,4,0,11,15,0,1,1,3,0.44,0.4394,0.94,0.2239,15,93,108
+7682,2011-11-21,4,0,11,16,0,1,1,3,0.44,0.4394,0.94,0.2239,13,95,108
+7683,2011-11-21,4,0,11,17,0,1,1,3,0.42,0.4242,0.94,0.2985,10,200,210
+7684,2011-11-21,4,0,11,18,0,1,1,3,0.42,0.4242,0.88,0.194,8,184,192
+7685,2011-11-21,4,0,11,19,0,1,1,3,0.4,0.4091,0.94,0.194,2,135,137
+7686,2011-11-21,4,0,11,20,0,1,1,3,0.4,0.4091,0.87,0.2239,5,75,80
+7687,2011-11-21,4,0,11,21,0,1,1,3,0.4,0.4091,0.87,0.1642,11,103,114
+7688,2011-11-21,4,0,11,22,0,1,1,3,0.4,0.4091,0.87,0.1343,6,72,78
+7689,2011-11-21,4,0,11,23,0,1,1,3,0.4,0.4091,0.87,0.1642,4,29,33
+7690,2011-11-22,4,0,11,0,0,2,1,3,0.38,0.3939,0.94,0.1045,0,14,14
+7691,2011-11-22,4,0,11,1,0,2,1,3,0.4,0.4091,0.94,0.1343,1,5,6
+7692,2011-11-22,4,0,11,2,0,2,1,3,0.38,0.3939,1,0.1045,2,4,6
+7693,2011-11-22,4,0,11,3,0,2,1,3,0.38,0.3939,1,0.1045,1,2,3
+7694,2011-11-22,4,0,11,4,0,2,1,3,0.38,0.3939,0.94,0.1642,0,7,7
+7695,2011-11-22,4,0,11,5,0,2,1,3,0.38,0.3939,0.94,0.1642,1,17,18
+7696,2011-11-22,4,0,11,6,0,2,1,2,0.38,0.3939,0.94,0.1045,1,63,64
+7697,2011-11-22,4,0,11,7,0,2,1,3,0.38,0.3939,0.94,0.2239,2,119,121
+7698,2011-11-22,4,0,11,8,0,2,1,3,0.38,0.3939,0.94,0.2239,5,185,190
+7699,2011-11-22,4,0,11,9,0,2,1,3,0.4,0.4091,0.94,0,2,147,149
+7700,2011-11-22,4,0,11,10,0,2,1,3,0.4,0.4091,0.94,0,6,46,52
+7701,2011-11-22,4,0,11,11,0,2,1,3,0.4,0.4091,0.94,0.1343,4,28,32
+7702,2011-11-22,4,0,11,12,0,2,1,3,0.4,0.4091,1,0.0896,3,18,21
+7703,2011-11-22,4,0,11,13,0,2,1,3,0.42,0.4242,1,0.0896,4,22,26
+7704,2011-11-22,4,0,11,14,0,2,1,3,0.42,0.4242,1,0.0896,4,31,35
+7705,2011-11-22,4,0,11,15,0,2,1,3,0.44,0.4394,0.94,0,2,32,34
+7706,2011-11-22,4,0,11,16,0,2,1,3,0.44,0.4394,0.94,0,3,59,62
+7707,2011-11-22,4,0,11,17,0,2,1,3,0.44,0.4394,1,0.0896,4,161,165
+7708,2011-11-22,4,0,11,18,0,2,1,3,0.44,0.4394,1,0,0,148,148
+7709,2011-11-22,4,0,11,19,0,2,1,3,0.46,0.4545,0.94,0.1045,5,106,111
+7710,2011-11-22,4,0,11,20,0,2,1,2,0.46,0.4545,1,0.2239,6,121,127
+7711,2011-11-22,4,0,11,21,0,2,1,2,0.46,0.4545,1,0.2537,4,86,90
+7712,2011-11-22,4,0,11,22,0,2,1,2,0.5,0.4848,0.94,0.194,6,81,87
+7713,2011-11-22,4,0,11,23,0,2,1,2,0.48,0.4697,0.94,0.2537,3,36,39
+7714,2011-11-23,4,0,11,0,0,3,1,2,0.48,0.4697,0.94,0.2537,2,14,16
+7715,2011-11-23,4,0,11,1,0,3,1,2,0.48,0.4697,0.94,0.2985,0,8,8
+7716,2011-11-23,4,0,11,2,0,3,1,3,0.5,0.4848,0.94,0.3582,1,5,6
+7717,2011-11-23,4,0,11,3,0,3,1,3,0.5,0.4848,0.94,0.3582,1,2,3
+7718,2011-11-23,4,0,11,4,0,3,1,3,0.52,0.5,0.88,0.3582,0,5,5
+7719,2011-11-23,4,0,11,5,0,3,1,2,0.46,0.4545,0.94,0.194,1,16,17
+7720,2011-11-23,4,0,11,6,0,3,1,2,0.44,0.4394,1,0,1,68,69
+7721,2011-11-23,4,0,11,7,0,3,1,2,0.46,0.4545,1,0.0896,2,154,156
+7722,2011-11-23,4,0,11,8,0,3,1,2,0.48,0.4697,0.94,0.1045,7,316,323
+7723,2011-11-23,4,0,11,9,0,3,1,2,0.52,0.5,0.94,0.194,3,164,167
+7724,2011-11-23,4,0,11,10,0,3,1,2,0.52,0.5,0.94,0.194,6,70,76
+7725,2011-11-23,4,0,11,11,0,3,1,2,0.5,0.4848,0.72,0.4179,9,107,116
+7726,2011-11-23,4,0,11,12,0,3,1,1,0.48,0.4697,0.55,0.4179,9,151,160
+7727,2011-11-23,4,0,11,13,0,3,1,2,0.44,0.4394,0.54,0.4925,12,162,174
+7728,2011-11-23,4,0,11,14,0,3,1,1,0.42,0.4242,0.54,0.4627,13,200,213
+7729,2011-11-23,4,0,11,15,0,3,1,2,0.42,0.4242,0.54,0.4478,13,194,207
+7730,2011-11-23,4,0,11,16,0,3,1,2,0.4,0.4091,0.62,0.4627,4,169,173
+7731,2011-11-23,4,0,11,17,0,3,1,3,0.38,0.3939,0.71,0.3881,7,156,163
+7732,2011-11-23,4,0,11,18,0,3,1,2,0.4,0.4091,0.58,0.5224,7,138,145
+7733,2011-11-23,4,0,11,19,0,3,1,1,0.38,0.3939,0.58,0.3881,6,116,122
+7734,2011-11-23,4,0,11,20,0,3,1,1,0.36,0.3333,0.62,0.3881,1,67,68
+7735,2011-11-23,4,0,11,21,0,3,1,1,0.36,0.3182,0.57,0.4627,0,66,66
+7736,2011-11-23,4,0,11,22,0,3,1,1,0.34,0.303,0.61,0.4478,3,59,62
+7737,2011-11-23,4,0,11,23,0,3,1,1,0.34,0.303,0.61,0.3582,4,47,51
+7738,2011-11-24,4,0,11,0,1,4,0,1,0.32,0.303,0.57,0.2239,1,22,23
+7739,2011-11-24,4,0,11,1,1,4,0,1,0.32,0.2879,0.57,0.4179,1,23,24
+7740,2011-11-24,4,0,11,2,1,4,0,1,0.3,0.2879,0.61,0.2836,3,19,22
+7741,2011-11-24,4,0,11,3,1,4,0,1,0.28,0.2879,0.65,0.1343,1,4,5
+7742,2011-11-24,4,0,11,4,1,4,0,1,0.3,0.3182,0.61,0.0896,1,1,2
+7743,2011-11-24,4,0,11,5,1,4,0,1,0.3,0.3182,0.61,0.1045,1,10,11
+7744,2011-11-24,4,0,11,6,1,4,0,1,0.3,0.3182,0.61,0.0896,1,5,6
+7745,2011-11-24,4,0,11,7,1,4,0,1,0.26,0.2727,0.75,0.1045,9,31,40
+7746,2011-11-24,4,0,11,8,1,4,0,1,0.3,0.3182,0.65,0.0896,4,42,46
+7747,2011-11-24,4,0,11,9,1,4,0,1,0.34,0.3485,0.61,0,13,68,81
+7748,2011-11-24,4,0,11,10,1,4,0,1,0.36,0.3788,0.57,0,34,64,98
+7749,2011-11-24,4,0,11,11,1,4,0,1,0.42,0.4242,0.41,0.2985,52,90,142
+7750,2011-11-24,4,0,11,12,1,4,0,1,0.46,0.4545,0.36,0.2239,62,88,150
+7751,2011-11-24,4,0,11,13,1,4,0,1,0.48,0.4697,0.33,0.2239,84,91,175
+7752,2011-11-24,4,0,11,14,1,4,0,1,0.5,0.4848,0.31,0.2985,74,94,168
+7753,2011-11-24,4,0,11,15,1,4,0,1,0.5,0.4848,0.31,0.2537,78,71,149
+7754,2011-11-24,4,0,11,16,1,4,0,1,0.5,0.4848,0.34,0.2836,48,66,114
+7755,2011-11-24,4,0,11,17,1,4,0,1,0.48,0.4697,0.33,0.1045,34,40,74
+7756,2011-11-24,4,0,11,18,1,4,0,1,0.42,0.4242,0.5,0.0896,13,24,37
+7757,2011-11-24,4,0,11,19,1,4,0,1,0.4,0.4091,0.54,0.1045,15,13,28
+7758,2011-11-24,4,0,11,20,1,4,0,1,0.36,0.3485,0.76,0.1642,14,17,31
+7759,2011-11-24,4,0,11,21,1,4,0,1,0.36,0.3485,0.71,0.1642,7,19,26
+7760,2011-11-24,4,0,11,22,1,4,0,1,0.36,0.3485,0.71,0.1642,8,14,22
+7761,2011-11-24,4,0,11,23,1,4,0,1,0.34,0.3485,0.76,0.1045,2,19,21
+7762,2011-11-25,4,0,11,0,0,5,1,1,0.34,0.3333,0.76,0.1642,7,22,29
+7763,2011-11-25,4,0,11,1,0,5,1,1,0.34,0.3636,0.76,0,2,12,14
+7764,2011-11-25,4,0,11,2,0,5,1,1,0.28,0.2879,0.81,0.1045,4,6,10
+7765,2011-11-25,4,0,11,3,0,5,1,1,0.28,0.2879,0.75,0.1045,0,2,2
+7766,2011-11-25,4,0,11,4,0,5,1,1,0.3,0.3182,0.75,0.1045,4,3,7
+7767,2011-11-25,4,0,11,5,0,5,1,1,0.28,0.3182,0.75,0,2,3,5
+7768,2011-11-25,4,0,11,6,0,5,1,1,0.26,0.2727,0.81,0.1045,4,9,13
+7769,2011-11-25,4,0,11,7,0,5,1,1,0.26,0.303,0.81,0,4,31,35
+7770,2011-11-25,4,0,11,8,0,5,1,1,0.26,0.2727,0.81,0.1343,6,68,74
+7771,2011-11-25,4,0,11,9,0,5,1,1,0.32,0.3485,0.76,0,25,70,95
+7772,2011-11-25,4,0,11,10,0,5,1,1,0.36,0.3485,0.71,0.1642,60,82,142
+7773,2011-11-25,4,0,11,11,0,5,1,1,0.4,0.4091,0.66,0.1045,99,127,226
+7774,2011-11-25,4,0,11,12,0,5,1,1,0.46,0.4545,0.51,0.1045,126,146,272
+7775,2011-11-25,4,0,11,13,0,5,1,1,0.5,0.4848,0.45,0.2239,143,140,283
+7776,2011-11-25,4,0,11,14,0,5,1,1,0.52,0.5,0.39,0.2239,122,150,272
+7777,2011-11-25,4,0,11,15,0,5,1,1,0.52,0.5,0.36,0.194,165,145,310
+7778,2011-11-25,4,0,11,16,0,5,1,1,0.5,0.4848,0.39,0.1642,122,139,261
+7779,2011-11-25,4,0,11,17,0,5,1,1,0.5,0.4848,0.34,0.1045,57,127,184
+7780,2011-11-25,4,0,11,18,0,5,1,1,0.46,0.4545,0.44,0.0896,45,108,153
+7781,2011-11-25,4,0,11,19,0,5,1,1,0.42,0.4242,0.67,0,38,96,134
+7782,2011-11-25,4,0,11,20,0,5,1,1,0.4,0.4091,0.58,0.0896,19,76,95
+7783,2011-11-25,4,0,11,21,0,5,1,1,0.36,0.3788,0.71,0,24,61,85
+7784,2011-11-25,4,0,11,22,0,5,1,1,0.34,0.3485,0.71,0.0896,12,46,58
+7785,2011-11-25,4,0,11,23,0,5,1,1,0.34,0.3485,0.76,0.1045,5,28,33
+7786,2011-11-26,4,0,11,0,0,6,0,1,0.34,0.3485,0.76,0.1045,9,38,47
+7787,2011-11-26,4,0,11,1,0,6,0,1,0.32,0.3333,0.76,0.0896,5,24,29
+7788,2011-11-26,4,0,11,2,0,6,0,1,0.3,0.3182,0.81,0.1045,3,20,23
+7789,2011-11-26,4,0,11,3,0,6,0,1,0.3,0.3333,0.81,0,8,9,17
+7790,2011-11-26,4,0,11,4,0,6,0,1,0.3,0.3333,0.81,0,0,4,4
+7791,2011-11-26,4,0,11,5,0,6,0,1,0.3,0.3182,0.75,0.1045,0,3,3
+7792,2011-11-26,4,0,11,6,0,6,0,2,0.3,0.3182,0.75,0.0896,2,8,10
+7793,2011-11-26,4,0,11,7,0,6,0,1,0.26,0.2727,0.87,0.1045,4,13,17
+7794,2011-11-26,4,0,11,8,0,6,0,1,0.32,0.3333,0.76,0.0896,10,50,60
+7795,2011-11-26,4,0,11,9,0,6,0,1,0.34,0.3485,0.76,0.0896,16,67,83
+7796,2011-11-26,4,0,11,10,0,6,0,1,0.36,0.3788,0.81,0,57,84,141
+7797,2011-11-26,4,0,11,11,0,6,0,1,0.4,0.4091,0.62,0.1045,107,123,230
+7798,2011-11-26,4,0,11,12,0,6,0,1,0.44,0.4394,0.51,0,137,172,309
+7799,2011-11-26,4,0,11,13,0,6,0,1,0.48,0.4697,0.44,0,177,148,325
+7800,2011-11-26,4,0,11,14,0,6,0,2,0.48,0.4697,0.48,0.1343,141,158,299
+7801,2011-11-26,4,0,11,15,0,6,0,2,0.5,0.4848,0.42,0.1045,154,160,314
+7802,2011-11-26,4,0,11,16,0,6,0,2,0.46,0.4545,0.47,0.1343,137,138,275
+7803,2011-11-26,4,0,11,17,0,6,0,2,0.46,0.4545,0.47,0.1343,62,122,184
+7804,2011-11-26,4,0,11,18,0,6,0,2,0.42,0.4242,0.62,0.1642,67,118,185
+7805,2011-11-26,4,0,11,19,0,6,0,2,0.4,0.4091,0.71,0.0896,46,100,146
+7806,2011-11-26,4,0,11,20,0,6,0,2,0.42,0.4242,0.58,0,55,86,141
+7807,2011-11-26,4,0,11,21,0,6,0,2,0.38,0.3939,0.82,0,20,72,92
+7808,2011-11-26,4,0,11,22,0,6,0,2,0.38,0.3939,0.76,0,14,51,65
+7809,2011-11-26,4,0,11,23,0,6,0,1,0.36,0.3788,0.81,0,18,51,69
+7810,2011-11-27,4,0,11,0,0,0,0,1,0.36,0.3788,0.81,0,7,39,46
+7811,2011-11-27,4,0,11,1,0,0,0,1,0.36,0.3788,0.81,0,9,35,44
+7812,2011-11-27,4,0,11,2,0,0,0,1,0.34,0.3636,0.81,0,9,22,31
+7813,2011-11-27,4,0,11,3,0,0,0,1,0.34,0.3636,0.87,0,9,8,17
+7814,2011-11-27,4,0,11,4,0,0,0,1,0.34,0.3485,0.87,0.1045,0,4,4
+7815,2011-11-27,4,0,11,5,0,0,0,1,0.36,0.3485,0.87,0.194,0,5,5
+7816,2011-11-27,4,0,11,6,0,0,0,1,0.38,0.3939,0.82,0.1642,0,9,9
+7817,2011-11-27,4,0,11,7,0,0,0,1,0.38,0.3939,0.87,0.2239,12,11,23
+7818,2011-11-27,4,0,11,8,0,0,0,1,0.4,0.4091,0.82,0.2985,6,36,42
+7819,2011-11-27,4,0,11,9,0,0,0,1,0.46,0.4545,0.72,0.2836,21,90,111
+7820,2011-11-27,4,0,11,10,0,0,0,1,0.46,0.4545,0.72,0.2836,58,131,189
+7821,2011-11-27,4,0,11,11,0,0,0,1,0.5,0.4848,0.63,0.3582,83,157,240
+7822,2011-11-27,4,0,11,12,0,0,0,1,0.54,0.5152,0.56,0.2836,63,193,256
+7823,2011-11-27,4,0,11,13,0,0,0,1,0.54,0.5152,0.6,0.194,97,216,313
+7824,2011-11-27,4,0,11,14,0,0,0,1,0.62,0.6212,0.43,0.4627,113,200,313
+7825,2011-11-27,4,0,11,15,0,0,0,1,0.62,0.6212,0.43,0.2836,96,221,317
+7826,2011-11-27,4,0,11,16,0,0,0,1,0.56,0.5303,0.52,0.2537,94,229,323
+7827,2011-11-27,4,0,11,17,0,0,0,1,0.54,0.5152,0.56,0.194,37,167,204
+7828,2011-11-27,4,0,11,18,0,0,0,1,0.5,0.4848,0.63,0.1642,25,130,155
+7829,2011-11-27,4,0,11,19,0,0,0,1,0.48,0.4697,0.67,0.2239,30,109,139
+7830,2011-11-27,4,0,11,20,0,0,0,1,0.5,0.4848,0.63,0.2537,10,94,104
+7831,2011-11-27,4,0,11,21,0,0,0,1,0.48,0.4697,0.67,0.2836,13,75,88
+7832,2011-11-27,4,0,11,22,0,0,0,1,0.48,0.4697,0.72,0.2537,13,53,66
+7833,2011-11-27,4,0,11,23,0,0,0,1,0.48,0.4697,0.72,0.2537,5,27,32
+7834,2011-11-28,4,0,11,0,0,1,1,1,0.46,0.4545,0.77,0.2836,6,10,16
+7835,2011-11-28,4,0,11,1,0,1,1,1,0.46,0.4545,0.77,0.2985,1,12,13
+7836,2011-11-28,4,0,11,3,0,1,1,1,0.44,0.4394,0.88,0.2239,1,4,5
+7837,2011-11-28,4,0,11,4,0,1,1,1,0.44,0.4394,0.82,0.0896,0,4,4
+7838,2011-11-28,4,0,11,5,0,1,1,1,0.4,0.4091,0.87,0,0,34,34
+7839,2011-11-28,4,0,11,6,0,1,1,1,0.42,0.4242,0.82,0.0896,6,98,104
+7840,2011-11-28,4,0,11,7,0,1,1,1,0.42,0.4242,0.88,0,7,270,277
+7841,2011-11-28,4,0,11,8,0,1,1,2,0.42,0.4242,0.94,0,13,394,407
+7842,2011-11-28,4,0,11,9,0,1,1,2,0.44,0.4394,0.88,0.2239,17,191,208
+7843,2011-11-28,4,0,11,10,0,1,1,2,0.48,0.4697,0.77,0.1343,21,86,107
+7844,2011-11-28,4,0,11,11,0,1,1,2,0.52,0.5,0.68,0.1045,11,107,118
+7845,2011-11-28,4,0,11,12,0,1,1,1,0.56,0.5303,0.6,0.1045,13,165,178
+7846,2011-11-28,4,0,11,13,0,1,1,2,0.58,0.5455,0.56,0,25,137,162
+7847,2011-11-28,4,0,11,14,0,1,1,1,0.6,0.6212,0.56,0,14,129,143
+7848,2011-11-28,4,0,11,15,0,1,1,1,0.58,0.5455,0.6,0.1642,18,132,150
+7849,2011-11-28,4,0,11,16,0,1,1,1,0.56,0.5303,0.6,0.194,24,240,264
+7850,2011-11-28,4,0,11,17,0,1,1,1,0.58,0.5455,0.56,0.194,24,444,468
+7851,2011-11-28,4,0,11,18,0,1,1,1,0.56,0.5303,0.64,0.2239,20,396,416
+7852,2011-11-28,4,0,11,19,0,1,1,1,0.54,0.5152,0.73,0.2239,4,260,264
+7853,2011-11-28,4,0,11,20,0,1,1,2,0.54,0.5152,0.73,0.2537,12,206,218
+7854,2011-11-28,4,0,11,21,0,1,1,2,0.54,0.5152,0.77,0.2239,4,152,156
+7855,2011-11-28,4,0,11,22,0,1,1,2,0.52,0.5,0.83,0.1045,7,102,109
+7856,2011-11-28,4,0,11,23,0,1,1,2,0.52,0.5,0.83,0.1343,5,41,46
+7857,2011-11-29,4,0,11,0,0,2,1,1,0.52,0.5,0.83,0,4,18,22
+7858,2011-11-29,4,0,11,1,0,2,1,1,0.52,0.5,0.83,0.0896,1,16,17
+7859,2011-11-29,4,0,11,2,0,2,1,2,0.5,0.4848,0.88,0,0,5,5
+7860,2011-11-29,4,0,11,3,0,2,1,2,0.5,0.4848,0.88,0,0,2,2
+7861,2011-11-29,4,0,11,4,0,2,1,2,0.52,0.5,0.83,0.3284,1,5,6
+7862,2011-11-29,4,0,11,5,0,2,1,1,0.5,0.4848,0.88,0.2836,1,21,22
+7863,2011-11-29,4,0,11,6,0,2,1,1,0.52,0.5,0.83,0.2836,1,88,89
+7864,2011-11-29,4,0,11,7,0,2,1,1,0.52,0.5,0.77,0.2239,12,330,342
+7865,2011-11-29,4,0,11,8,0,2,1,1,0.54,0.5152,0.77,0.2836,9,440,449
+7866,2011-11-29,4,0,11,9,0,2,1,3,0.56,0.5303,0.73,0.4179,5,197,202
+7867,2011-11-29,4,0,11,10,0,2,1,3,0.56,0.5303,0.73,0.4179,2,34,36
+7868,2011-11-29,4,0,11,11,0,2,1,3,0.5,0.4848,0.88,0.2985,1,10,11
+7869,2011-11-29,4,0,11,12,0,2,1,3,0.42,0.4242,0.82,0.4179,1,17,18
+7870,2011-11-29,4,0,11,13,0,2,1,3,0.42,0.4242,0.77,0.2836,0,22,22
+7871,2011-11-29,4,0,11,14,0,2,1,3,0.4,0.4091,0.94,0.194,1,35,36
+7872,2011-11-29,4,0,11,15,0,2,1,3,0.4,0.4091,0.87,0.3284,5,60,65
+7873,2011-11-29,4,0,11,16,0,2,1,3,0.4,0.4091,0.87,0.2239,5,146,151
+7874,2011-11-29,4,0,11,17,0,2,1,2,0.4,0.4091,0.87,0.2985,8,346,354
+7875,2011-11-29,4,0,11,18,0,2,1,2,0.4,0.4091,0.82,0.2985,11,347,358
+7876,2011-11-29,4,0,11,19,0,2,1,2,0.4,0.4091,0.82,0.3284,6,244,250
+7877,2011-11-29,4,0,11,20,0,2,1,2,0.38,0.3939,0.87,0.2537,8,176,184
+7878,2011-11-29,4,0,11,21,0,2,1,2,0.38,0.3939,0.87,0.2537,9,116,125
+7879,2011-11-29,4,0,11,22,0,2,1,1,0.38,0.3939,0.82,0.2985,5,90,95
+7880,2011-11-29,4,0,11,23,0,2,1,1,0.36,0.3333,0.76,0.3881,0,53,53
+7881,2011-11-30,4,0,11,0,0,3,1,1,0.36,0.3333,0.62,0.4179,1,23,24
+7882,2011-11-30,4,0,11,1,0,3,1,1,0.34,0.303,0.66,0.3284,0,8,8
+7883,2011-11-30,4,0,11,2,0,3,1,1,0.32,0.3182,0.7,0.1642,0,5,5
+7884,2011-11-30,4,0,11,3,0,3,1,1,0.32,0.3182,0.7,0.1642,0,1,1
+7885,2011-11-30,4,0,11,4,0,3,1,1,0.3,0.2879,0.75,0.2239,0,5,5
+7886,2011-11-30,4,0,11,5,0,3,1,1,0.28,0.2727,0.81,0.194,1,21,22
+7887,2011-11-30,4,0,11,6,0,3,1,1,0.26,0.2727,0.87,0.1045,3,100,103
+7888,2011-11-30,4,0,11,7,0,3,1,1,0.26,0.2727,0.81,0.1045,9,276,285
+7889,2011-11-30,4,0,11,8,0,3,1,1,0.28,0.2727,0.81,0.194,13,465,478
+7890,2011-11-30,4,0,11,9,0,3,1,1,0.3,0.2879,0.75,0.2836,7,186,193
+7891,2011-11-30,4,0,11,10,0,3,1,1,0.34,0.3182,0.66,0.2239,15,95,110
+7892,2011-11-30,4,0,11,11,0,3,1,1,0.38,0.3939,0.54,0.2985,10,112,122
+7893,2011-11-30,4,0,11,12,0,3,1,2,0.36,0.3333,0.53,0.2836,12,148,160
+7894,2011-11-30,4,0,11,13,0,3,1,2,0.38,0.3939,0.43,0.3582,16,131,147
+7895,2011-11-30,4,0,11,14,0,3,1,2,0.38,0.3939,0.43,0.3582,13,99,112
+7896,2011-11-30,4,0,11,15,0,3,1,1,0.36,0.3333,0.46,0.3284,11,104,115
+7897,2011-11-30,4,0,11,16,0,3,1,1,0.36,0.3333,0.46,0.2836,27,199,226
+7898,2011-11-30,4,0,11,17,0,3,1,2,0.34,0.303,0.49,0.3284,15,365,380
+7899,2011-11-30,4,0,11,18,0,3,1,1,0.34,0.303,0.49,0.3284,7,369,376
+7900,2011-11-30,4,0,11,19,0,3,1,2,0.32,0.303,0.57,0.2836,6,273,279
+7901,2011-11-30,4,0,11,20,0,3,1,2,0.32,0.303,0.57,0.2836,6,184,190
+7902,2011-11-30,4,0,11,21,0,3,1,1,0.32,0.2879,0.53,0.3881,7,128,135
+7903,2011-11-30,4,0,11,22,0,3,1,1,0.3,0.2727,0.56,0.2985,5,82,87
+7904,2011-11-30,4,0,11,23,0,3,1,1,0.28,0.2576,0.52,0.2836,4,46,50
+7905,2011-12-01,4,0,12,0,0,4,1,1,0.28,0.2576,0.52,0.3284,1,19,20
+7906,2011-12-01,4,0,12,1,0,4,1,1,0.26,0.2424,0.6,0.2836,1,9,10
+7907,2011-12-01,4,0,12,2,0,4,1,1,0.26,0.2273,0.56,0.2985,1,8,9
+7908,2011-12-01,4,0,12,3,0,4,1,1,0.26,0.2424,0.56,0.2537,1,6,7
+7909,2011-12-01,4,0,12,4,0,4,1,1,0.26,0.2424,0.56,0.2836,0,1,1
+7910,2011-12-01,4,0,12,5,0,4,1,1,0.26,0.2424,0.56,0.2537,1,23,24
+7911,2011-12-01,4,0,12,6,0,4,1,1,0.24,0.2121,0.65,0.2836,5,92,97
+7912,2011-12-01,4,0,12,7,0,4,1,1,0.24,0.2121,0.65,0.3582,11,265,276
+7913,2011-12-01,4,0,12,8,0,4,1,1,0.26,0.2273,0.6,0.3284,15,462,477
+7914,2011-12-01,4,0,12,9,0,4,1,1,0.3,0.2727,0.52,0.3284,9,215,224
+7915,2011-12-01,4,0,12,10,0,4,1,1,0.32,0.303,0.53,0.2985,7,86,93
+7916,2011-12-01,4,0,12,11,0,4,1,1,0.34,0.3182,0.49,0.2537,7,95,102
+7917,2011-12-01,4,0,12,12,0,4,1,1,0.36,0.3485,0.46,0.2239,9,139,148
+7918,2011-12-01,4,0,12,13,0,4,1,1,0.4,0.4091,0.4,0.2239,17,137,154
+7919,2011-12-01,4,0,12,14,0,4,1,1,0.4,0.4091,0.4,0.2239,20,130,150
+7920,2011-12-01,4,0,12,15,0,4,1,1,0.4,0.4091,0.4,0.2239,10,144,154
+7921,2011-12-01,4,0,12,16,0,4,1,1,0.4,0.4091,0.4,0.194,9,192,201
+7922,2011-12-01,4,0,12,17,0,4,1,1,0.36,0.3485,0.46,0.1343,9,409,418
+7923,2011-12-01,4,0,12,18,0,4,1,1,0.36,0.3636,0.43,0.1045,12,393,405
+7924,2011-12-01,4,0,12,19,0,4,1,1,0.34,0.3485,0.46,0.1045,9,219,228
+7925,2011-12-01,4,0,12,20,0,4,1,1,0.34,0.3485,0.46,0.1045,12,178,190
+7926,2011-12-01,4,0,12,21,0,4,1,1,0.3,0.3182,0.61,0.1045,8,154,162
+7927,2011-12-01,4,0,12,22,0,4,1,1,0.3,0.3333,0.61,0,5,99,104
+7928,2011-12-01,4,0,12,23,0,4,1,1,0.26,0.2879,0.7,0.0896,3,70,73
+7929,2011-12-02,4,0,12,0,0,5,1,1,0.26,0.2879,0.7,0.0896,6,32,38
+7930,2011-12-02,4,0,12,1,0,5,1,1,0.24,0.2879,0.75,0,1,14,15
+7931,2011-12-02,4,0,12,2,0,5,1,1,0.24,0.2879,0.75,0,0,10,10
+7932,2011-12-02,4,0,12,3,0,5,1,1,0.22,0.2727,0.8,0,0,1,1
+7933,2011-12-02,4,0,12,4,0,5,1,1,0.22,0.2727,0.8,0,0,3,3
+7934,2011-12-02,4,0,12,5,0,5,1,1,0.22,0.2576,0.8,0.0896,0,23,23
+7935,2011-12-02,4,0,12,6,0,5,1,1,0.22,0.2727,0.8,0,3,84,87
+7936,2011-12-02,4,0,12,7,0,5,1,1,0.22,0.2576,0.87,0.0896,6,199,205
+7937,2011-12-02,4,0,12,8,0,5,1,1,0.24,0.2879,0.87,0,13,432,445
+7938,2011-12-02,4,0,12,9,0,5,1,1,0.28,0.3182,0.81,0,12,234,246
+7939,2011-12-02,4,0,12,10,0,5,1,1,0.3,0.2879,0.75,0.2239,16,89,105
+7940,2011-12-02,4,0,12,11,0,5,1,1,0.34,0.3333,0.66,0.1642,18,142,160
+7941,2011-12-02,4,0,12,12,0,5,1,1,0.36,0.3485,0.57,0.1343,18,186,204
+7942,2011-12-02,4,0,12,13,0,5,1,1,0.4,0.4091,0.47,0.1343,19,188,207
+7943,2011-12-02,4,0,12,14,0,5,1,1,0.42,0.4242,0.44,0.1045,25,145,170
+7944,2011-12-02,4,0,12,15,0,5,1,1,0.42,0.4242,0.41,0.0896,24,175,199
+7945,2011-12-02,4,0,12,16,0,5,1,1,0.42,0.4242,0.41,0.0896,22,254,276
+7946,2011-12-02,4,0,12,17,0,5,1,1,0.42,0.4242,0.38,0,20,391,411
+7947,2011-12-02,4,0,12,18,0,5,1,1,0.4,0.4091,0.5,0,10,362,372
+7948,2011-12-02,4,0,12,19,0,5,1,1,0.34,0.3182,0.53,0.2537,13,252,265
+7949,2011-12-02,4,0,12,20,0,5,1,1,0.38,0.3939,0.4,0.2836,12,178,190
+7950,2011-12-02,4,0,12,21,0,5,1,1,0.34,0.3333,0.49,0.194,9,102,111
+7951,2011-12-02,4,0,12,22,0,5,1,1,0.32,0.3182,0.53,0.194,7,95,102
+7952,2011-12-02,4,0,12,23,0,5,1,1,0.32,0.303,0.53,0.2836,14,81,95
+7953,2011-12-03,4,0,12,0,0,6,0,1,0.3,0.2879,0.56,0.2537,10,65,75
+7954,2011-12-03,4,0,12,1,0,6,0,1,0.26,0.2576,0.65,0.194,9,62,71
+7955,2011-12-03,4,0,12,2,0,6,0,1,0.26,0.2576,0.65,0.1642,9,41,50
+7956,2011-12-03,4,0,12,3,0,6,0,1,0.24,0.2424,0.7,0.1343,4,5,9
+7957,2011-12-03,4,0,12,4,0,6,0,1,0.22,0.2273,0.75,0.1343,1,7,8
+7958,2011-12-03,4,0,12,5,0,6,0,1,0.24,0.2576,0.7,0.0896,0,6,6
+7959,2011-12-03,4,0,12,6,0,6,0,1,0.24,0.2576,0.65,0.1045,1,10,11
+7960,2011-12-03,4,0,12,7,0,6,0,1,0.22,0.2576,0.75,0.0896,2,24,26
+7961,2011-12-03,4,0,12,8,0,6,0,1,0.24,0.2576,0.75,0.0896,1,62,63
+7962,2011-12-03,4,0,12,9,0,6,0,1,0.26,0.2727,0.7,0.1045,25,99,124
+7963,2011-12-03,4,0,12,10,0,6,0,1,0.32,0.3333,0.61,0.1343,22,173,195
+7964,2011-12-03,4,0,12,11,0,6,0,1,0.32,0.3333,0.57,0.0896,48,227,275
+7965,2011-12-03,4,0,12,12,0,6,0,1,0.36,0.3788,0.5,0,78,280,358
+7966,2011-12-03,4,0,12,13,0,6,0,1,0.36,0.3636,0.5,0.0896,70,222,292
+7967,2011-12-03,4,0,12,14,0,6,0,1,0.36,0.3788,0.46,0,92,251,343
+7968,2011-12-03,4,0,12,15,0,6,0,1,0.38,0.3939,0.46,0,100,237,337
+7969,2011-12-03,4,0,12,16,0,6,0,1,0.38,0.3939,0.46,0,75,230,305
+7970,2011-12-03,4,0,12,17,0,6,0,1,0.36,0.3788,0.62,0,46,186,232
+7971,2011-12-03,4,0,12,18,0,6,0,1,0.34,0.3333,0.53,0.1343,31,193,224
+7972,2011-12-03,4,0,12,19,0,6,0,1,0.3,0.3182,0.61,0.0896,31,144,175
+7973,2011-12-03,4,0,12,20,0,6,0,1,0.3,0.3182,0.61,0.0896,17,110,127
+7974,2011-12-03,4,0,12,21,0,6,0,2,0.3,0.3182,0.61,0.0896,5,104,109
+7975,2011-12-03,4,0,12,22,0,6,0,2,0.32,0.3333,0.61,0.0896,17,97,114
+7976,2011-12-03,4,0,12,23,0,6,0,1,0.3,0.303,0.7,0.1343,12,73,85
+7977,2011-12-04,4,0,12,0,0,0,0,1,0.3,0.3182,0.7,0.1045,19,64,83
+7978,2011-12-04,4,0,12,1,0,0,0,1,0.3,0.3182,0.75,0.0896,20,54,74
+7979,2011-12-04,4,0,12,2,0,0,0,1,0.26,0.303,0.81,0,11,51,62
+7980,2011-12-04,4,0,12,3,0,0,0,1,0.28,0.3182,0.75,0,7,34,41
+7981,2011-12-04,4,0,12,4,0,0,0,1,0.26,0.303,0.87,0,2,9,11
+7982,2011-12-04,4,0,12,5,0,0,0,1,0.26,0.303,0.81,0,2,2,4
+7983,2011-12-04,4,0,12,6,0,0,0,1,0.24,0.2879,0.93,0,1,3,4
+7984,2011-12-04,4,0,12,7,0,0,0,1,0.26,0.303,0.87,0,3,23,26
+7985,2011-12-04,4,0,12,8,0,0,0,1,0.26,0.303,0.87,0,7,48,55
+7986,2011-12-04,4,0,12,9,0,0,0,1,0.3,0.3333,0.81,0,12,114,126
+7987,2011-12-04,4,0,12,10,0,0,0,1,0.32,0.3333,0.81,0.1343,36,180,216
+7988,2011-12-04,4,0,12,11,0,0,0,1,0.34,0.3333,0.81,0.1642,48,206,254
+7989,2011-12-04,4,0,12,12,0,0,0,1,0.36,0.3485,0.81,0.1642,82,247,329
+7990,2011-12-04,4,0,12,13,0,0,0,1,0.4,0.4091,0.66,0.2239,88,269,357
+7991,2011-12-04,4,0,12,14,0,0,0,1,0.42,0.4242,0.62,0.1343,77,246,323
+7992,2011-12-04,4,0,12,15,0,0,0,1,0.42,0.4242,0.62,0.194,69,227,296
+7993,2011-12-04,4,0,12,16,0,0,0,1,0.42,0.4242,0.58,0.2239,64,266,330
+7994,2011-12-04,4,0,12,17,0,0,0,1,0.38,0.3939,0.76,0.1343,38,207,245
+7995,2011-12-04,4,0,12,18,0,0,0,1,0.38,0.3939,0.71,0,10,161,171
+7996,2011-12-04,4,0,12,19,0,0,0,1,0.38,0.3939,0.76,0,15,158,173
+7997,2011-12-04,4,0,12,20,0,0,0,1,0.36,0.3485,0.76,0.1343,8,116,124
+7998,2011-12-04,4,0,12,21,0,0,0,1,0.36,0.3636,0.81,0.1045,7,65,72
+7999,2011-12-04,4,0,12,22,0,0,0,1,0.34,0.3485,0.87,0.1045,5,59,64
+8000,2011-12-04,4,0,12,23,0,0,0,1,0.34,0.3485,0.87,0.1045,3,42,45
+8001,2011-12-05,4,0,12,0,0,1,1,1,0.32,0.3333,0.87,0.0896,3,21,24
+8002,2011-12-05,4,0,12,1,0,1,1,1,0.32,0.3485,0.87,0,2,10,12
+8003,2011-12-05,4,0,12,2,0,1,1,1,0.32,0.3485,0.87,0,0,8,8
+8004,2011-12-05,4,0,12,3,0,1,1,1,0.32,0.3485,0.87,0,0,2,2
+8005,2011-12-05,4,0,12,4,0,1,1,1,0.3,0.3182,0.87,0.1045,0,7,7
+8006,2011-12-05,4,0,12,5,0,1,1,1,0.3,0.3182,0.87,0.1045,1,24,25
+8007,2011-12-05,4,0,12,6,0,1,1,1,0.3,0.3182,0.93,0.0896,1,89,90
+8008,2011-12-05,4,0,12,7,0,1,1,1,0.32,0.3485,0.9,0,9,274,283
+8009,2011-12-05,4,0,12,8,0,1,1,1,0.32,0.3485,0.93,0,12,392,404
+8010,2011-12-05,4,0,12,9,0,1,1,2,0.36,0.3636,0.87,0.0896,12,178,190
+8011,2011-12-05,4,0,12,10,0,1,1,2,0.36,0.3636,0.87,0.0896,9,78,87
+8012,2011-12-05,4,0,12,11,0,1,1,2,0.36,0.3636,0.87,0.0896,17,106,123
+8013,2011-12-05,4,0,12,12,0,1,1,2,0.4,0.4091,0.76,0.1045,29,125,154
+8014,2011-12-05,4,0,12,13,0,1,1,2,0.42,0.4242,0.71,0.0896,18,153,171
+8015,2011-12-05,4,0,12,14,0,1,1,2,0.46,0.4545,0.67,0,7,126,133
+8016,2011-12-05,4,0,12,15,0,1,1,2,0.46,0.4545,0.72,0.0896,16,132,148
+8017,2011-12-05,4,0,12,16,0,1,1,1,0.5,0.4848,0.63,0.0896,10,238,248
+8018,2011-12-05,4,0,12,17,0,1,1,1,0.42,0.4242,0.77,0,16,430,446
+8019,2011-12-05,4,0,12,18,0,1,1,1,0.44,0.4394,0.77,0,13,386,399
+8020,2011-12-05,4,0,12,19,0,1,1,2,0.46,0.4545,0.77,0,13,295,308
+8021,2011-12-05,4,0,12,20,0,1,1,2,0.46,0.4545,0.82,0.1045,15,190,205
+8022,2011-12-05,4,0,12,21,0,1,1,2,0.44,0.4394,0.88,0.0896,10,166,176
+8023,2011-12-05,4,0,12,22,0,1,1,2,0.44,0.4394,0.88,0.1343,12,94,106
+8024,2011-12-05,4,0,12,23,0,1,1,2,0.46,0.4545,0.88,0.1343,8,54,62
+8025,2011-12-06,4,0,12,0,0,2,1,2,0.5,0.4848,0.77,0.2985,3,25,28
+8026,2011-12-06,4,0,12,1,0,2,1,2,0.46,0.4545,0.88,0.2985,2,14,16
+8027,2011-12-06,4,0,12,2,0,2,1,2,0.46,0.4545,0.87,0.194,0,3,3
+8028,2011-12-06,4,0,12,3,0,2,1,2,0.46,0.4545,0.87,0.194,0,3,3
+8029,2011-12-06,4,0,12,4,0,2,1,3,0.46,0.4545,0.88,0.2239,0,7,7
+8030,2011-12-06,4,0,12,5,0,2,1,3,0.46,0.4545,0.88,0.2239,0,20,20
+8031,2011-12-06,4,0,12,6,0,2,1,2,0.44,0.4394,0.94,0.2836,5,81,86
+8032,2011-12-06,4,0,12,7,0,2,1,2,0.46,0.4545,0.94,0.194,7,227,234
+8033,2011-12-06,4,0,12,8,0,2,1,2,0.46,0.4545,0.94,0.194,13,401,414
+8034,2011-12-06,4,0,12,9,0,2,1,2,0.46,0.4545,0.94,0.2239,4,200,204
+8035,2011-12-06,4,0,12,10,0,2,1,3,0.46,0.4545,0.94,0.2836,6,44,50
+8036,2011-12-06,4,0,12,11,0,2,1,3,0.46,0.4545,0.94,0.2537,4,28,32
+8037,2011-12-06,4,0,12,12,0,2,1,3,0.46,0.4545,1,0.2239,5,50,55
+8038,2011-12-06,4,0,12,13,0,2,1,3,0.46,0.4545,1,0.194,6,65,71
+8039,2011-12-06,4,0,12,14,0,2,1,3,0.48,0.4697,1,0.2239,6,69,75
+8040,2011-12-06,4,0,12,15,0,2,1,3,0.5,0.4848,1,0.194,2,43,45
+8041,2011-12-06,4,0,12,16,0,2,1,3,0.46,0.4545,1,0.2537,4,84,88
+8042,2011-12-06,4,0,12,17,0,2,1,2,0.46,0.4545,1,0.2239,13,249,262
+8043,2011-12-06,4,0,12,18,0,2,1,2,0.46,0.4545,1,0.2836,17,287,304
+8044,2011-12-06,4,0,12,19,0,2,1,3,0.46,0.4545,1,0.2985,10,223,233
+8045,2011-12-06,4,0,12,20,0,2,1,3,0.46,0.4545,1,0.2985,3,107,110
+8046,2011-12-06,4,0,12,21,0,2,1,2,0.44,0.4394,1,0.194,6,108,114
+8047,2011-12-06,4,0,12,22,0,2,1,3,0.46,0.4545,1,0.1642,5,82,87
+8048,2011-12-06,4,0,12,23,0,2,1,3,0.46,0.4545,1,0.1642,5,48,53
+8049,2011-12-07,4,0,12,0,0,3,1,1,0.44,0.4394,1,0.194,3,30,33
+8050,2011-12-07,4,0,12,1,0,3,1,2,0.46,0.4545,1,0.2537,4,9,13
+8051,2011-12-07,4,0,12,2,0,3,1,3,0.46,0.4545,1,0.2239,2,4,6
+8052,2011-12-07,4,0,12,3,0,3,1,3,0.46,0.4545,1,0.2239,0,3,3
+8053,2011-12-07,4,0,12,4,0,3,1,3,0.46,0.4545,1,0.1642,0,1,1
+8054,2011-12-07,4,0,12,5,0,3,1,3,0.46,0.4545,1,0.1642,0,3,3
+8055,2011-12-07,4,0,12,6,0,3,1,3,0.48,0.4697,1,0.4179,0,18,18
+8056,2011-12-07,4,0,12,7,0,3,1,3,0.44,0.4394,1,0.1045,3,43,46
+8057,2011-12-07,4,0,12,8,0,3,1,3,0.44,0.4394,1,0,6,80,86
+8058,2011-12-07,4,0,12,9,0,3,1,3,0.44,0.4394,1,0.2537,0,64,64
+8059,2011-12-07,4,0,12,10,0,3,1,3,0.44,0.4394,1,0.0896,1,32,33
+8060,2011-12-07,4,0,12,11,0,3,1,3,0.44,0.4394,1,0.0896,3,47,50
+8061,2011-12-07,4,0,12,12,0,3,1,3,0.44,0.4394,1,0.1343,4,29,33
+8062,2011-12-07,4,0,12,13,0,3,1,3,0.44,0.4394,1,0.194,5,28,33
+8063,2011-12-07,4,0,12,14,0,3,1,3,0.44,0.4394,1,0.194,1,24,25
+8064,2011-12-07,4,0,12,15,0,3,1,3,0.42,0.4242,0.94,0.2239,5,25,30
+8065,2011-12-07,4,0,12,16,0,3,1,3,0.42,0.4242,0.94,0.194,3,28,31
+8066,2011-12-07,4,0,12,17,0,3,1,3,0.4,0.4091,1,0.3284,4,48,52
+8067,2011-12-07,4,0,12,18,0,3,1,3,0.4,0.4091,0.94,0.2985,3,48,51
+8068,2011-12-07,4,0,12,19,0,3,1,3,0.34,0.2879,0.87,0.6418,2,31,33
+8069,2011-12-07,4,0,12,20,0,3,1,3,0.34,0.2879,0.87,0.6418,1,25,26
+8070,2011-12-07,4,0,12,21,0,3,1,3,0.3,0.2576,0.87,0.5224,0,6,6
+8071,2011-12-07,4,0,12,22,0,3,1,3,0.24,0.197,0.93,0.4478,0,13,13
+8072,2011-12-07,4,0,12,23,0,3,1,1,0.24,0.2121,0.93,0.3881,0,16,16
+8073,2011-12-08,4,0,12,0,0,4,1,2,0.26,0.2273,0.87,0.2985,0,21,21
+8074,2011-12-08,4,0,12,1,0,4,1,1,0.26,0.2273,0.81,0.3582,1,6,7
+8075,2011-12-08,4,0,12,2,0,4,1,1,0.28,0.2727,0.65,0.2239,0,4,4
+8076,2011-12-08,4,0,12,3,0,4,1,1,0.26,0.2273,0.6,0.2985,0,1,1
+8077,2011-12-08,4,0,12,4,0,4,1,2,0.24,0.197,0.6,0.4627,0,2,2
+8078,2011-12-08,4,0,12,5,0,4,1,1,0.22,0.2121,0.64,0.2239,0,12,12
+8079,2011-12-08,4,0,12,6,0,4,1,1,0.22,0.2121,0.55,0.2836,0,71,71
+8080,2011-12-08,4,0,12,7,0,4,1,1,0.22,0.2121,0.6,0.2239,11,233,244
+8081,2011-12-08,4,0,12,8,0,4,1,1,0.22,0.2121,0.55,0.2836,11,418,429
+8082,2011-12-08,4,0,12,9,0,4,1,1,0.24,0.2121,0.52,0.3881,7,218,225
+8083,2011-12-08,4,0,12,10,0,4,1,1,0.26,0.2273,0.52,0.3284,1,109,110
+8084,2011-12-08,4,0,12,11,0,4,1,1,0.28,0.2727,0.52,0.2537,6,100,106
+8085,2011-12-08,4,0,12,12,0,4,1,1,0.28,0.2576,0.52,0.3284,8,148,156
+8086,2011-12-08,4,0,12,13,0,4,1,1,0.3,0.2727,0.49,0.3582,9,115,124
+8087,2011-12-08,4,0,12,14,0,4,1,1,0.32,0.303,0.45,0.2537,16,121,137
+8088,2011-12-08,4,0,12,15,0,4,1,1,0.32,0.3333,0.45,0.1343,19,98,117
+8089,2011-12-08,4,0,12,16,0,4,1,1,0.32,0.3182,0.45,0.194,7,201,208
+8090,2011-12-08,4,0,12,17,0,4,1,1,0.3,0.3182,0.49,0.1045,10,321,331
+8091,2011-12-08,4,0,12,18,0,4,1,1,0.28,0.2727,0.52,0.2239,12,306,318
+8092,2011-12-08,4,0,12,19,0,4,1,1,0.26,0.2727,0.56,0.1045,12,220,232
+8093,2011-12-08,4,0,12,20,0,4,1,1,0.26,0.2727,0.6,0.1045,5,170,175
+8094,2011-12-08,4,0,12,21,0,4,1,1,0.28,0.303,0.61,0.0896,4,135,139
+8095,2011-12-08,4,0,12,22,0,4,1,1,0.26,0.2727,0.65,0.1343,8,84,92
+8096,2011-12-08,4,0,12,23,0,4,1,1,0.24,0.2576,0.7,0.1045,3,58,61
+8097,2011-12-09,4,0,12,0,0,5,1,1,0.24,0.2879,0.65,0,8,26,34
+8098,2011-12-09,4,0,12,1,0,5,1,1,0.24,0.2879,0.65,0,2,12,14
+8099,2011-12-09,4,0,12,2,0,5,1,1,0.24,0.2879,0.7,0,2,10,12
+8100,2011-12-09,4,0,12,3,0,5,1,1,0.22,0.2727,0.8,0,1,5,6
+8101,2011-12-09,4,0,12,4,0,5,1,1,0.22,0.2727,0.8,0,1,1,2
+8102,2011-12-09,4,0,12,5,0,5,1,1,0.22,0.2727,0.8,0,0,20,20
+8103,2011-12-09,4,0,12,6,0,5,1,1,0.22,0.2576,0.8,0.0896,1,62,63
+8104,2011-12-09,4,0,12,7,0,5,1,1,0.22,0.2576,0.75,0.0896,4,195,199
+8105,2011-12-09,4,0,12,8,0,5,1,1,0.24,0.2879,0.81,0,7,378,385
+8106,2011-12-09,4,0,12,9,0,5,1,1,0.26,0.2879,0.81,0.0896,8,256,264
+8107,2011-12-09,4,0,12,10,0,5,1,2,0.3,0.303,0.7,0.1642,11,115,126
+8108,2011-12-09,4,0,12,11,0,5,1,1,0.32,0.303,0.7,0.2537,15,121,136
+8109,2011-12-09,4,0,12,12,0,5,1,1,0.36,0.3333,0.57,0.2985,27,146,173
+8110,2011-12-09,4,0,12,13,0,5,1,1,0.38,0.3939,0.5,0.194,27,141,168
+8111,2011-12-09,4,0,12,14,0,5,1,1,0.38,0.3939,0.46,0.2836,24,163,187
+8112,2011-12-09,4,0,12,15,0,5,1,1,0.38,0.3939,0.46,0.2836,29,160,189
+8113,2011-12-09,4,0,12,16,0,5,1,1,0.36,0.3485,0.62,0.1343,24,226,250
+8114,2011-12-09,4,0,12,17,0,5,1,1,0.34,0.3485,0.66,0.1045,10,352,362
+8115,2011-12-09,4,0,12,18,0,5,1,1,0.34,0.3636,0.61,0,10,308,318
+8116,2011-12-09,4,0,12,19,0,5,1,1,0.34,0.3636,0.61,0,10,189,199
+8117,2011-12-09,4,0,12,20,0,5,1,1,0.3,0.3333,0.81,0,10,140,150
+8118,2011-12-09,4,0,12,21,0,5,1,1,0.3,0.3333,0.75,0,9,131,140
+8119,2011-12-09,4,0,12,22,0,5,1,1,0.28,0.3182,0.87,0,15,114,129
+8120,2011-12-09,4,0,12,23,0,5,1,1,0.28,0.3182,0.81,0,6,88,94
+8121,2011-12-10,4,0,12,0,0,6,0,2,0.26,0.2727,0.81,0.1045,11,66,77
+8122,2011-12-10,4,0,12,1,0,6,0,2,0.26,0.2576,0.7,0.1642,11,55,66
+8123,2011-12-10,4,0,12,2,0,6,0,2,0.28,0.303,0.61,0.0896,12,48,60
+8124,2011-12-10,4,0,12,3,0,6,0,2,0.28,0.303,0.61,0.0896,5,20,25
+8125,2011-12-10,4,0,12,4,0,6,0,2,0.26,0.2727,0.65,0.1045,0,3,3
+8126,2011-12-10,4,0,12,5,0,6,0,1,0.26,0.2576,0.6,0.1642,0,6,6
+8127,2011-12-10,4,0,12,6,0,6,0,1,0.24,0.2576,0.65,0.1045,1,10,11
+8128,2011-12-10,4,0,12,7,0,6,0,1,0.24,0.2273,0.65,0.194,0,11,11
+8129,2011-12-10,4,0,12,8,0,6,0,1,0.26,0.2727,0.65,0.1343,5,68,73
+8130,2011-12-10,4,0,12,9,0,6,0,1,0.28,0.2576,0.61,0.2836,15,134,149
+8131,2011-12-10,4,0,12,10,0,6,0,1,0.32,0.303,0.57,0.2537,31,161,192
+8132,2011-12-10,4,0,12,11,0,6,0,1,0.32,0.2879,0.53,0.4179,44,192,236
+8133,2011-12-10,4,0,12,12,0,6,0,1,0.32,0.2879,0.45,0.4179,48,235,283
+8134,2011-12-10,4,0,12,13,0,6,0,1,0.34,0.303,0.34,0.4179,47,239,286
+8135,2011-12-10,4,0,12,14,0,6,0,1,0.34,0.303,0.31,0.3284,51,242,293
+8136,2011-12-10,4,0,12,15,0,6,0,1,0.34,0.303,0.34,0.3582,60,239,299
+8137,2011-12-10,4,0,12,16,0,6,0,1,0.32,0.2879,0.31,0.3881,58,183,241
+8138,2011-12-10,4,0,12,17,0,6,0,1,0.28,0.2576,0.36,0.3284,34,151,185
+8139,2011-12-10,4,0,12,18,0,6,0,1,0.26,0.2576,0.38,0.2239,28,144,172
+8140,2011-12-10,4,0,12,19,0,6,0,1,0.26,0.2424,0.38,0.2836,15,139,154
+8141,2011-12-10,4,0,12,20,0,6,0,1,0.24,0.2273,0.35,0.2239,10,114,124
+8142,2011-12-10,4,0,12,21,0,6,0,1,0.22,0.2121,0.44,0.2239,4,79,83
+8143,2011-12-10,4,0,12,22,0,6,0,1,0.22,0.2273,0.41,0.1343,7,88,95
+8144,2011-12-10,4,0,12,23,0,6,0,1,0.2,0.2121,0.47,0.1642,5,61,66
+8145,2011-12-11,4,0,12,0,0,0,0,1,0.2,0.197,0.51,0.2239,5,69,74
+8146,2011-12-11,4,0,12,1,0,0,0,1,0.16,0.1515,0.59,0.2239,8,54,62
+8147,2011-12-11,4,0,12,2,0,0,0,1,0.18,0.1667,0.55,0.2537,5,47,52
+8148,2011-12-11,4,0,12,3,0,0,0,1,0.16,0.1818,0.59,0.1343,2,17,19
+8149,2011-12-11,4,0,12,4,0,0,0,1,0.16,0.1667,0.59,0.1642,0,5,5
+8150,2011-12-11,4,0,12,5,0,0,0,1,0.18,0.2121,0.59,0.1045,0,6,6
+8151,2011-12-11,4,0,12,6,0,0,0,1,0.16,0.2273,0.59,0,0,10,10
+8152,2011-12-11,4,0,12,7,0,0,0,1,0.18,0.2424,0.55,0,1,30,31
+8153,2011-12-11,4,0,12,8,0,0,0,1,0.16,0.2273,0.69,0,4,68,72
+8154,2011-12-11,4,0,12,9,0,0,0,1,0.2,0.2576,0.59,0,19,88,107
+8155,2011-12-11,4,0,12,10,0,0,0,1,0.24,0.2879,0.44,0,30,164,194
+8156,2011-12-11,4,0,12,11,0,0,0,1,0.26,0.303,0.35,0,31,166,197
+8157,2011-12-11,4,0,12,12,0,0,0,1,0.26,0.303,0.35,0,42,246,288
+8158,2011-12-11,4,0,12,13,0,0,0,1,0.3,0.3333,0.31,0,44,224,268
+8159,2011-12-11,4,0,12,14,0,0,0,1,0.3,0.3333,0.28,0,44,198,242
+8160,2011-12-11,4,0,12,15,0,0,0,1,0.3,0.3333,0.26,0,47,219,266
+8161,2011-12-11,4,0,12,16,0,0,0,1,0.3,0.3333,0.26,0,32,174,206
+8162,2011-12-11,4,0,12,17,0,0,0,1,0.28,0.3182,0.3,0,13,150,163
+8163,2011-12-11,4,0,12,18,0,0,0,1,0.24,0.2273,0.48,0.194,12,151,163
+8164,2011-12-11,4,0,12,19,0,0,0,1,0.22,0.2273,0.55,0.194,7,98,105
+8165,2011-12-11,4,0,12,20,0,0,0,1,0.22,0.2424,0.55,0.1045,10,62,72
+8166,2011-12-11,4,0,12,21,0,0,0,1,0.22,0.2727,0.55,0,10,53,63
+8167,2011-12-11,4,0,12,22,0,0,0,1,0.22,0.2727,0.55,0,7,36,43
+8168,2011-12-11,4,0,12,23,0,0,0,1,0.2,0.2576,0.69,0,4,31,35
+8169,2011-12-12,4,0,12,0,0,1,1,1,0.2,0.2273,0.69,0.0896,4,16,20
+8170,2011-12-12,4,0,12,1,0,1,1,1,0.2,0.2576,0.69,0,0,9,9
+8171,2011-12-12,4,0,12,2,0,1,1,1,0.2,0.2576,0.69,0,0,4,4
+8172,2011-12-12,4,0,12,3,0,1,1,1,0.18,0.2424,0.74,0,0,2,2
+8173,2011-12-12,4,0,12,4,0,1,1,1,0.18,0.2424,0.74,0,0,3,3
+8174,2011-12-12,4,0,12,5,0,1,1,1,0.16,0.2273,0.8,0,0,21,21
+8175,2011-12-12,4,0,12,6,0,1,1,1,0.16,0.1818,0.8,0.1045,1,63,64
+8176,2011-12-12,4,0,12,7,0,1,1,1,0.14,0.1515,0.86,0.1343,4,231,235
+8177,2011-12-12,4,0,12,8,0,1,1,2,0.16,0.1818,0.8,0.1045,7,378,385
+8178,2011-12-12,4,0,12,9,0,1,1,2,0.18,0.2121,0.74,0.0896,12,208,220
+8179,2011-12-12,4,0,12,10,0,1,1,2,0.22,0.2424,0.69,0.1045,14,91,105
+8180,2011-12-12,4,0,12,11,0,1,1,2,0.26,0.2879,0.6,0.0896,15,100,115
+8181,2011-12-12,4,0,12,12,0,1,1,1,0.28,0.2879,0.52,0.1045,7,138,145
+8182,2011-12-12,4,0,12,13,0,1,1,2,0.3,0.3182,0.52,0.1045,13,153,166
+8183,2011-12-12,4,0,12,14,0,1,1,2,0.32,0.3333,0.53,0.1343,16,95,111
+8184,2011-12-12,4,0,12,15,0,1,1,2,0.32,0.3333,0.57,0.1045,8,124,132
+8185,2011-12-12,4,0,12,16,0,1,1,2,0.32,0.3333,0.57,0.0896,5,209,214
+8186,2011-12-12,4,0,12,17,0,1,1,2,0.3,0.3333,0.56,0,7,352,359
+8187,2011-12-12,4,0,12,18,0,1,1,1,0.3,0.3182,0.56,0.0896,8,349,357
+8188,2011-12-12,4,0,12,19,0,1,1,1,0.28,0.303,0.61,0.0896,9,232,241
+8189,2011-12-12,4,0,12,20,0,1,1,1,0.3,0.3182,0.56,0.0896,8,157,165
+8190,2011-12-12,4,0,12,21,0,1,1,1,0.26,0.303,0.81,0,2,119,121
+8191,2011-12-12,4,0,12,22,0,1,1,1,0.26,0.303,0.7,0,0,71,71
+8192,2011-12-12,4,0,12,23,0,1,1,1,0.24,0.2879,0.75,0,3,42,45
+8193,2011-12-13,4,0,12,0,0,2,1,1,0.22,0.2727,0.8,0,1,16,17
+8194,2011-12-13,4,0,12,1,0,2,1,1,0.2,0.2576,0.8,0,0,4,4
+8195,2011-12-13,4,0,12,2,0,2,1,1,0.2,0.2576,0.8,0,1,1,2
+8196,2011-12-13,4,0,12,3,0,2,1,1,0.18,0.2424,0.8,0,0,3,3
+8197,2011-12-13,4,0,12,4,0,2,1,1,0.2,0.2576,0.8,0,0,4,4
+8198,2011-12-13,4,0,12,5,0,2,1,1,0.18,0.2424,0.86,0,0,20,20
+8199,2011-12-13,4,0,12,6,0,2,1,1,0.2,0.2576,0.8,0,0,92,92
+8200,2011-12-13,4,0,12,7,0,2,1,1,0.16,0.1667,0.8,0.1642,2,221,223
+8201,2011-12-13,4,0,12,8,0,2,1,1,0.2,0.2273,0.69,0.1045,9,391,400
+8202,2011-12-13,4,0,12,9,0,2,1,1,0.26,0.2576,0.6,0.1642,10,223,233
+8203,2011-12-13,4,0,12,10,0,2,1,1,0.3,0.303,0.52,0.1642,3,99,102
+8204,2011-12-13,4,0,12,11,0,2,1,1,0.34,0.3182,0.46,0.2537,9,115,124
+8205,2011-12-13,4,0,12,12,0,2,1,1,0.36,0.3333,0.43,0.3582,20,147,167
+8206,2011-12-13,4,0,12,13,0,2,1,1,0.4,0.4091,0.37,0.3284,7,120,127
+8207,2011-12-13,4,0,12,14,0,2,1,1,0.4,0.4091,0.37,0.2537,18,116,134
+8208,2011-12-13,4,0,12,15,0,2,1,1,0.4,0.4091,0.35,0.2537,7,144,151
+8209,2011-12-13,4,0,12,16,0,2,1,1,0.38,0.3939,0.37,0.2537,13,194,207
+8210,2011-12-13,4,0,12,17,0,2,1,1,0.36,0.3485,0.4,0.194,17,381,398
+8211,2011-12-13,4,0,12,18,0,2,1,1,0.34,0.3182,0.42,0.2239,12,370,382
+8212,2011-12-13,4,0,12,19,0,2,1,1,0.32,0.3182,0.49,0.1642,5,262,267
+8213,2011-12-13,4,0,12,20,0,2,1,1,0.32,0.3182,0.49,0.1642,7,154,161
+8214,2011-12-13,4,0,12,21,0,2,1,1,0.3,0.303,0.52,0.1642,5,134,139
+8215,2011-12-13,4,0,12,22,0,2,1,1,0.3,0.303,0.52,0.1642,5,102,107
+8216,2011-12-13,4,0,12,23,0,2,1,1,0.26,0.303,0.7,0,4,55,59
+8217,2011-12-14,4,0,12,0,0,3,1,1,0.26,0.303,0.75,0,0,22,22
+8218,2011-12-14,4,0,12,1,0,3,1,1,0.26,0.303,0.75,0,0,8,8
+8219,2011-12-14,4,0,12,2,0,3,1,1,0.26,0.303,0.75,0,0,2,2
+8220,2011-12-14,4,0,12,3,0,3,1,1,0.28,0.3182,0.65,0,0,3,3
+8221,2011-12-14,4,0,12,4,0,3,1,1,0.26,0.303,0.75,0,0,4,4
+8222,2011-12-14,4,0,12,5,0,3,1,2,0.26,0.303,0.81,0,0,26,26
+8223,2011-12-14,4,0,12,6,0,3,1,2,0.26,0.303,0.87,0,0,87,87
+8224,2011-12-14,4,0,12,7,0,3,1,1,0.28,0.3182,0.75,0,4,243,247
+8225,2011-12-14,4,0,12,8,0,3,1,2,0.26,0.303,0.87,0,9,458,467
+8226,2011-12-14,4,0,12,9,0,3,1,2,0.3,0.3333,0.61,0,9,230,239
+8227,2011-12-14,4,0,12,10,0,3,1,2,0.32,0.3485,0.57,0,9,133,142
+8228,2011-12-14,4,0,12,11,0,3,1,2,0.34,0.3636,0.55,0,12,103,115
+8229,2011-12-14,4,0,12,12,0,3,1,2,0.36,0.3636,0.57,0.0896,6,138,144
+8230,2011-12-14,4,0,12,13,0,3,1,2,0.36,0.3636,0.57,0.1045,14,119,133
+8231,2011-12-14,4,0,12,14,0,3,1,2,0.38,0.3939,0.54,0.0896,17,134,151
+8232,2011-12-14,4,0,12,15,0,3,1,2,0.38,0.3939,0.54,0.1045,24,143,167
+8233,2011-12-14,4,0,12,16,0,3,1,2,0.38,0.3939,0.54,0.1045,12,233,245
+8234,2011-12-14,4,0,12,17,0,3,1,2,0.36,0.3636,0.57,0.1045,19,377,396
+8235,2011-12-14,4,0,12,18,0,3,1,2,0.36,0.3485,0.62,0.1642,11,379,390
+8236,2011-12-14,4,0,12,19,0,3,1,2,0.36,0.3636,0.62,0.1045,9,259,268
+8237,2011-12-14,4,0,12,20,0,3,1,2,0.34,0.3485,0.66,0.1045,6,169,175
+8238,2011-12-14,4,0,12,21,0,3,1,2,0.34,0.3333,0.66,0.1642,9,145,154
+8239,2011-12-14,4,0,12,22,0,3,1,1,0.34,0.3333,0.66,0.1642,5,99,104
+8240,2011-12-14,4,0,12,23,0,3,1,1,0.32,0.3182,0.7,0.1642,3,48,51
+8241,2011-12-15,4,0,12,0,0,4,1,1,0.32,0.3182,0.7,0.1642,5,45,50
+8242,2011-12-15,4,0,12,1,0,4,1,2,0.32,0.3182,0.7,0.1642,5,15,20
+8243,2011-12-15,4,0,12,2,0,4,1,2,0.32,0.3333,0.7,0.1343,2,5,7
+8244,2011-12-15,4,0,12,3,0,4,1,2,0.32,0.3333,0.7,0.1343,1,2,3
+8245,2011-12-15,4,0,12,4,0,4,1,2,0.32,0.303,0.7,0.2239,0,6,6
+8246,2011-12-15,4,0,12,5,0,4,1,2,0.32,0.303,0.7,0.2836,0,24,24
+8247,2011-12-15,4,0,12,6,0,4,1,1,0.32,0.3182,0.66,0.194,2,90,92
+8248,2011-12-15,4,0,12,7,0,4,1,1,0.32,0.3182,0.7,0.194,6,252,258
+8249,2011-12-15,4,0,12,8,0,4,1,2,0.34,0.3182,0.66,0.2239,8,449,457
+8250,2011-12-15,4,0,12,9,0,4,1,2,0.36,0.3333,0.62,0.2836,6,274,280
+8251,2011-12-15,4,0,12,10,0,4,1,2,0.4,0.4091,0.58,0.2985,4,105,109
+8252,2011-12-15,4,0,12,11,0,4,1,2,0.4,0.4091,0.62,0.4179,9,126,135
+8253,2011-12-15,4,0,12,12,0,4,1,2,0.46,0.4545,0.59,0.4925,17,140,157
+8254,2011-12-15,4,0,12,13,0,4,1,2,0.5,0.4848,0.55,0.3582,14,150,164
+8255,2011-12-15,4,0,12,14,0,4,1,2,0.52,0.5,0.52,0.3284,8,124,132
+8256,2011-12-15,4,0,12,15,0,4,1,3,0.52,0.5,0.55,0.2239,6,76,82
+8257,2011-12-15,4,0,12,16,0,4,1,3,0.46,0.4545,0.72,0.1642,7,124,131
+8258,2011-12-15,4,0,12,17,0,4,1,2,0.52,0.5,0.59,0.2836,14,310,324
+8259,2011-12-15,4,0,12,18,0,4,1,2,0.52,0.5,0.59,0.2985,14,363,377
+8260,2011-12-15,4,0,12,19,0,4,1,2,0.52,0.5,0.59,0.2836,13,274,287
+8261,2011-12-15,4,0,12,20,0,4,1,1,0.52,0.5,0.59,0.3284,12,209,221
+8262,2011-12-15,4,0,12,21,0,4,1,1,0.5,0.4848,0.63,0.2985,10,145,155
+8263,2011-12-15,4,0,12,22,0,4,1,1,0.52,0.5,0.63,0.3284,8,116,124
+8264,2011-12-15,4,0,12,23,0,4,1,1,0.52,0.5,0.63,0.3284,10,104,114
+8265,2011-12-16,4,0,12,0,0,5,1,1,0.5,0.4848,0.72,0.3284,12,60,72
+8266,2011-12-16,4,0,12,1,0,5,1,1,0.5,0.4848,0.72,0.2239,3,28,31
+8267,2011-12-16,4,0,12,2,0,5,1,1,0.48,0.4697,0.77,0.1045,0,23,23
+8268,2011-12-16,4,0,12,3,0,5,1,1,0.46,0.4545,0.82,0.1343,2,3,5
+8269,2011-12-16,4,0,12,4,0,5,1,2,0.5,0.4848,0.59,0.194,1,4,5
+8270,2011-12-16,4,0,12,5,0,5,1,1,0.48,0.4697,0.44,0.3881,0,26,26
+8271,2011-12-16,4,0,12,6,0,5,1,2,0.44,0.4394,0.33,0.2985,2,80,82
+8272,2011-12-16,4,0,12,7,0,5,1,2,0.38,0.3939,0.46,0.2985,5,226,231
+8273,2011-12-16,4,0,12,8,0,5,1,1,0.36,0.3333,0.46,0.4179,10,449,459
+8274,2011-12-16,4,0,12,9,0,5,1,1,0.36,0.3333,0.46,0.3881,8,235,243
+8275,2011-12-16,4,0,12,10,0,5,1,1,0.34,0.303,0.46,0.2985,10,122,132
+8276,2011-12-16,4,0,12,11,0,5,1,2,0.34,0.303,0.42,0.2985,9,135,144
+8277,2011-12-16,4,0,12,12,0,5,1,2,0.34,0.303,0.42,0.3582,10,163,173
+8278,2011-12-16,4,0,12,13,0,5,1,2,0.34,0.303,0.39,0.3582,12,125,137
+8279,2011-12-16,4,0,12,14,0,5,1,2,0.34,0.3182,0.42,0.2239,13,115,128
+8280,2011-12-16,4,0,12,15,0,5,1,2,0.32,0.303,0.45,0.2985,12,141,153
+8281,2011-12-16,4,0,12,16,0,5,1,2,0.32,0.303,0.45,0.2239,12,212,224
+8282,2011-12-16,4,0,12,17,0,5,1,2,0.32,0.303,0.45,0.2836,13,352,365
+8283,2011-12-16,4,0,12,18,0,5,1,2,0.32,0.303,0.45,0.2537,10,285,295
+8284,2011-12-16,4,0,12,19,0,5,1,2,0.32,0.303,0.45,0.2239,11,203,214
+8285,2011-12-16,4,0,12,20,0,5,1,2,0.32,0.3182,0.45,0.194,6,146,152
+8286,2011-12-16,4,0,12,21,0,5,1,2,0.32,0.3182,0.45,0.1642,7,95,102
+8287,2011-12-16,4,0,12,22,0,5,1,2,0.3,0.303,0.49,0.1642,6,100,106
+8288,2011-12-16,4,0,12,23,0,5,1,2,0.3,0.303,0.49,0.1343,4,71,75
+8289,2011-12-17,4,0,12,0,0,6,0,1,0.3,0.2879,0.49,0.2836,3,59,62
+8290,2011-12-17,4,0,12,1,0,6,0,2,0.3,0.2879,0.52,0.2537,4,39,43
+8291,2011-12-17,4,0,12,2,0,6,0,2,0.28,0.2727,0.56,0.2239,11,47,58
+8292,2011-12-17,4,0,12,3,0,6,0,1,0.26,0.2576,0.6,0.194,4,22,26
+8293,2011-12-17,4,0,12,4,0,6,0,1,0.24,0.2424,0.65,0.1642,0,9,9
+8294,2011-12-17,4,0,12,5,0,6,0,2,0.26,0.2576,0.6,0.194,2,7,9
+8295,2011-12-17,4,0,12,6,0,6,0,2,0.26,0.2424,0.56,0.2836,0,17,17
+8296,2011-12-17,4,0,12,7,0,6,0,2,0.26,0.2576,0.56,0.2239,0,20,20
+8297,2011-12-17,4,0,12,8,0,6,0,2,0.26,0.2576,0.56,0.2239,4,55,59
+8298,2011-12-17,4,0,12,9,0,6,0,2,0.26,0.2424,0.56,0.2537,5,95,100
+8299,2011-12-17,4,0,12,10,0,6,0,2,0.26,0.2424,0.52,0.2836,10,171,181
+8300,2011-12-17,4,0,12,11,0,6,0,2,0.28,0.2576,0.45,0.3284,21,188,209
+8301,2011-12-17,4,0,12,12,0,6,0,2,0.28,0.2576,0.45,0.2836,28,216,244
+8302,2011-12-17,4,0,12,13,0,6,0,2,0.28,0.2727,0.48,0.2537,32,204,236
+8303,2011-12-17,4,0,12,14,0,6,0,1,0.28,0.2576,0.45,0.3582,30,207,237
+8304,2011-12-17,4,0,12,15,0,6,0,1,0.28,0.2576,0.45,0.2836,33,195,228
+8305,2011-12-17,4,0,12,16,0,6,0,1,0.28,0.2727,0.45,0.2239,30,192,222
+8306,2011-12-17,4,0,12,17,0,6,0,1,0.26,0.2576,0.48,0.2239,12,153,165
+8307,2011-12-17,4,0,12,18,0,6,0,1,0.26,0.2273,0.48,0.3881,7,150,157
+8308,2011-12-17,4,0,12,19,0,6,0,3,0.24,0.2121,0.65,0.3284,11,95,106
+8309,2011-12-17,4,0,12,20,0,6,0,1,0.22,0.2121,0.69,0.2537,7,99,106
+8310,2011-12-17,4,0,12,21,0,6,0,1,0.2,0.2121,0.75,0.1642,8,88,96
+8311,2011-12-17,4,0,12,22,0,6,0,1,0.2,0.2121,0.75,0.1642,7,73,80
+8312,2011-12-17,4,0,12,23,0,6,0,1,0.2,0.2273,0.75,0,6,63,69
+8313,2011-12-18,4,0,12,0,0,0,0,1,0.2,0.2121,0.75,0.1343,7,64,71
+8314,2011-12-18,4,0,12,1,0,0,0,1,0.2,0.2273,0.69,0.1045,3,43,46
+8315,2011-12-18,4,0,12,2,0,0,0,1,0.22,0.2424,0.55,0.1045,2,39,41
+8316,2011-12-18,4,0,12,3,0,0,0,1,0.22,0.2121,0.55,0.2239,2,16,18
+8317,2011-12-18,4,0,12,4,0,0,0,1,0.22,0.2121,0.55,0.2239,0,1,1
+8318,2011-12-18,4,0,12,5,0,0,0,1,0.2,0.2273,0.59,0.1045,1,4,5
+8319,2011-12-18,4,0,12,6,0,0,0,1,0.2,0.2121,0.59,0.1343,0,3,3
+8320,2011-12-18,4,0,12,7,0,0,0,1,0.2,0.2121,0.59,0.1642,1,11,12
+8321,2011-12-18,4,0,12,8,0,0,0,1,0.2,0.2576,0.69,0,1,31,32
+8322,2011-12-18,4,0,12,9,0,0,0,1,0.22,0.2273,0.64,0.1642,6,75,81
+8323,2011-12-18,4,0,12,10,0,0,0,1,0.24,0.2273,0.6,0.2537,7,122,129
+8324,2011-12-18,4,0,12,11,0,0,0,2,0.24,0.2273,0.6,0.2239,20,168,188
+8325,2011-12-18,4,0,12,12,0,0,0,1,0.26,0.2576,0.6,0.2239,26,202,228
+8326,2011-12-18,4,0,12,13,0,0,0,1,0.3,0.2727,0.49,0.2985,18,210,228
+8327,2011-12-18,4,0,12,14,0,0,0,1,0.3,0.2879,0.49,0.2836,19,200,219
+8328,2011-12-18,4,0,12,15,0,0,0,1,0.32,0.303,0.45,0.2836,23,184,207
+8329,2011-12-18,4,0,12,16,0,0,0,1,0.28,0.2727,0.48,0.2537,27,207,234
+8330,2011-12-18,4,0,12,17,0,0,0,1,0.28,0.2727,0.46,0.1642,10,126,136
+8331,2011-12-18,4,0,12,18,0,0,0,1,0.28,0.2727,0.45,0.194,15,123,138
+8332,2011-12-18,4,0,12,19,0,0,0,1,0.26,0.2727,0.52,0.1343,5,130,135
+8333,2011-12-18,4,0,12,20,0,0,0,1,0.24,0.2576,0.6,0.1045,10,94,104
+8334,2011-12-18,4,0,12,21,0,0,0,1,0.22,0.2727,0.64,0,9,80,89
+8335,2011-12-18,4,0,12,22,0,0,0,1,0.22,0.2273,0.75,0.194,2,47,49
+8336,2011-12-18,4,0,12,23,0,0,0,1,0.2,0.2273,0.75,0.1045,6,31,37
+8337,2011-12-19,4,0,12,0,0,1,1,1,0.2,0.2273,0.75,0.0896,3,14,17
+8338,2011-12-19,4,0,12,1,0,1,1,1,0.18,0.2121,0.8,0.0896,3,8,11
+8339,2011-12-19,4,0,12,2,0,1,1,1,0.18,0.2121,0.8,0.0896,0,3,3
+8340,2011-12-19,4,0,12,3,0,1,1,1,0.16,0.197,0.86,0.0896,0,3,3
+8341,2011-12-19,4,0,12,4,0,1,1,1,0.16,0.1818,0.86,0.1343,0,4,4
+8342,2011-12-19,4,0,12,5,0,1,1,1,0.14,0.1667,0.93,0.1045,0,21,21
+8343,2011-12-19,4,0,12,6,0,1,1,1,0.16,0.1818,0.86,0.1045,0,68,68
+8344,2011-12-19,4,0,12,7,0,1,1,1,0.18,0.2121,0.74,0.1045,4,187,191
+8345,2011-12-19,4,0,12,8,0,1,1,1,0.2,0.197,0.75,0.194,8,389,397
+8346,2011-12-19,4,0,12,9,0,1,1,1,0.22,0.2121,0.69,0.2239,17,166,183
+8347,2011-12-19,4,0,12,10,0,1,1,1,0.24,0.2273,0.67,0.194,12,96,108
+8348,2011-12-19,4,0,12,11,0,1,1,1,0.26,0.2424,0.65,0.2537,22,105,127
+8349,2011-12-19,4,0,12,12,0,1,1,1,0.3,0.2727,0.61,0.3284,13,128,141
+8350,2011-12-19,4,0,12,13,0,1,1,1,0.34,0.303,0.49,0.3284,15,127,142
+8351,2011-12-19,4,0,12,14,0,1,1,1,0.36,0.3485,0.46,0.2239,30,107,137
+8352,2011-12-19,4,0,12,15,0,1,1,1,0.38,0.3939,0.46,0.1642,24,135,159
+8353,2011-12-19,4,0,12,16,0,1,1,1,0.4,0.4091,0.4,0.2537,19,189,208
+8354,2011-12-19,4,0,12,17,0,1,1,1,0.38,0.3939,0.46,0.194,16,362,378
+8355,2011-12-19,4,0,12,18,0,1,1,1,0.36,0.3485,0.5,0.194,11,343,354
+8356,2011-12-19,4,0,12,19,0,1,1,2,0.36,0.3485,0.53,0.1642,17,234,251
+8357,2011-12-19,4,0,12,20,0,1,1,1,0.4,0.4091,0.4,0.1642,9,197,206
+8358,2011-12-19,4,0,12,21,0,1,1,2,0.36,0.3485,0.53,0.1343,15,112,127
+8359,2011-12-19,4,0,12,22,0,1,1,2,0.36,0.3485,0.57,0.1642,12,95,107
+8360,2011-12-19,4,0,12,23,0,1,1,1,0.36,0.3485,0.53,0.1642,10,50,60
+8361,2011-12-20,4,0,12,0,0,2,1,1,0.36,0.3636,0.57,0.1045,0,21,21
+8362,2011-12-20,4,0,12,1,0,2,1,1,0.36,0.3788,0.53,0,0,6,6
+8363,2011-12-20,4,0,12,2,0,2,1,2,0.34,0.3636,0.61,0,1,10,11
+8364,2011-12-20,4,0,12,3,0,2,1,2,0.34,0.3636,0.61,0,1,1,2
+8365,2011-12-20,4,0,12,4,0,2,1,2,0.36,0.3636,0.53,0.1045,0,4,4
+8366,2011-12-20,4,0,12,5,0,2,1,2,0.36,0.3788,0.57,0,0,15,15
+8367,2011-12-20,4,0,12,6,0,2,1,2,0.36,0.3788,0.57,0,1,71,72
+8368,2011-12-20,4,0,12,7,0,2,1,2,0.36,0.3788,0.62,0,7,261,268
+8369,2011-12-20,4,0,12,8,0,2,1,2,0.42,0.4242,0.54,0.0896,10,422,432
+8370,2011-12-20,4,0,12,9,0,2,1,2,0.36,0.3788,0.66,0,14,245,259
+8371,2011-12-20,4,0,12,10,0,2,1,2,0.42,0.4242,0.58,0.194,20,109,129
+8372,2011-12-20,4,0,12,11,0,2,1,2,0.4,0.4091,0.62,0.1642,13,116,129
+8373,2011-12-20,4,0,12,12,0,2,1,2,0.44,0.4394,0.54,0.1343,16,159,175
+8374,2011-12-20,4,0,12,13,0,2,1,2,0.44,0.4394,0.54,0.1343,18,163,181
+8375,2011-12-20,4,0,12,14,0,2,1,2,0.44,0.4394,0.58,0.1045,11,127,138
+8376,2011-12-20,4,0,12,15,0,2,1,2,0.44,0.4394,0.54,0,15,139,154
+8377,2011-12-20,4,0,12,16,0,2,1,1,0.44,0.4394,0.54,0,20,218,238
+8378,2011-12-20,4,0,12,17,0,2,1,1,0.4,0.4091,0.62,0.1642,14,417,431
+8379,2011-12-20,4,0,12,18,0,2,1,1,0.38,0.3939,0.66,0.194,26,385,411
+8380,2011-12-20,4,0,12,19,0,2,1,1,0.38,0.3939,0.66,0,6,218,224
+8381,2011-12-20,4,0,12,20,0,2,1,1,0.36,0.3788,0.66,0,3,144,147
+8382,2011-12-20,4,0,12,21,0,2,1,1,0.36,0.3636,0.66,0.0896,4,139,143
+8383,2011-12-20,4,0,12,22,0,2,1,2,0.36,0.3788,0.66,0,3,104,107
+8384,2011-12-20,4,0,12,23,0,2,1,2,0.38,0.3939,0.62,0,13,40,53
+8385,2011-12-21,1,0,12,0,0,3,1,2,0.34,0.3333,0.71,0.1343,7,18,25
+8386,2011-12-21,1,0,12,1,0,3,1,2,0.36,0.3636,0.66,0.1045,1,10,11
+8387,2011-12-21,1,0,12,2,0,3,1,2,0.36,0.3788,0.71,0,0,4,4
+8388,2011-12-21,1,0,12,3,0,3,1,2,0.36,0.3788,0.71,0,0,2,2
+8389,2011-12-21,1,0,12,4,0,3,1,2,0.36,0.3788,0.71,0,0,2,2
+8390,2011-12-21,1,0,12,5,0,3,1,2,0.38,0.3939,0.82,0.1045,0,28,28
+8391,2011-12-21,1,0,12,6,0,3,1,2,0.36,0.3788,0.87,0,1,75,76
+8392,2011-12-21,1,0,12,7,0,3,1,2,0.36,0.3636,0.87,0.1045,5,224,229
+8393,2011-12-21,1,0,12,8,0,3,1,3,0.36,0.3788,0.93,0,12,393,405
+8394,2011-12-21,1,0,12,9,0,3,1,2,0.4,0.4091,0.87,0.2239,14,220,234
+8395,2011-12-21,1,0,12,10,0,3,1,2,0.48,0.4697,0.82,0.4179,6,83,89
+8396,2011-12-21,1,0,12,11,0,3,1,2,0.48,0.4697,0.82,0.4179,3,53,56
+8397,2011-12-21,1,0,12,12,0,3,1,3,0.46,0.4545,0.88,0.3881,3,58,61
+8398,2011-12-21,1,0,12,13,0,3,1,3,0.44,0.4394,0.94,0.2985,3,55,58
+8399,2011-12-21,1,0,12,14,0,3,1,2,0.48,0.4697,0.88,0.3582,11,40,51
+8400,2011-12-21,1,0,12,15,0,3,1,2,0.48,0.4697,0.88,0.3881,4,57,61
+8401,2011-12-21,1,0,12,16,0,3,1,3,0.44,0.4394,1,0.3284,6,95,101
+8402,2011-12-21,1,0,12,17,0,3,1,3,0.44,0.4394,1,0.3284,3,226,229
+8403,2011-12-21,1,0,12,18,0,3,1,2,0.44,0.4394,1,0.2985,2,278,280
+8404,2011-12-21,1,0,12,19,0,3,1,2,0.5,0.4848,0.94,0.3284,9,200,209
+8405,2011-12-21,1,0,12,20,0,3,1,2,0.5,0.4848,0.94,0.3582,5,162,167
+8406,2011-12-21,1,0,12,21,0,3,1,1,0.5,0.4848,0.88,0.2836,9,114,123
+8407,2011-12-21,1,0,12,22,0,3,1,1,0.5,0.4848,0.88,0.2537,3,102,105
+8408,2011-12-21,1,0,12,23,0,3,1,1,0.5,0.4848,0.88,0.194,0,54,54
+8409,2011-12-22,1,0,12,0,0,4,1,2,0.5,0.4848,0.82,0.1045,3,24,27
+8410,2011-12-22,1,0,12,1,0,4,1,1,0.44,0.4394,0.94,0.0896,0,15,15
+8411,2011-12-22,1,0,12,2,0,4,1,1,0.48,0.4697,0.82,0.1045,1,10,11
+8412,2011-12-22,1,0,12,3,0,4,1,1,0.44,0.4394,0.67,0.1642,0,6,6
+8413,2011-12-22,1,0,12,4,0,4,1,1,0.38,0.3939,0.82,0.1343,0,3,3
+8414,2011-12-22,1,0,12,5,0,4,1,1,0.38,0.3939,0.82,0,1,15,16
+8415,2011-12-22,1,0,12,6,0,4,1,1,0.36,0.3788,0.87,0,1,63,64
+8416,2011-12-22,1,0,12,7,0,4,1,1,0.34,0.3636,0.93,0,4,182,186
+8417,2011-12-22,1,0,12,8,0,4,1,2,0.36,0.3788,0.87,0,10,333,343
+8418,2011-12-22,1,0,12,9,0,4,1,2,0.38,0.3939,0.87,0.0896,10,218,228
+8419,2011-12-22,1,0,12,10,0,4,1,2,0.4,0.4091,0.82,0.0896,13,128,141
+8420,2011-12-22,1,0,12,11,0,4,1,2,0.44,0.4394,0.77,0,10,135,145
+8421,2011-12-22,1,0,12,12,0,4,1,2,0.48,0.4697,0.55,0,22,180,202
+8422,2011-12-22,1,0,12,13,0,4,1,2,0.46,0.4545,0.63,0,21,167,188
+8423,2011-12-22,1,0,12,14,0,4,1,2,0.46,0.4545,0.63,0,23,136,159
+8424,2011-12-22,1,0,12,15,0,4,1,2,0.48,0.4697,0.59,0,28,186,214
+8425,2011-12-22,1,0,12,16,0,4,1,2,0.46,0.4545,0.63,0,30,226,256
+8426,2011-12-22,1,0,12,17,0,4,1,2,0.44,0.4394,0.67,0.1642,24,332,356
+8427,2011-12-22,1,0,12,18,0,4,1,2,0.44,0.4394,0.62,0.0896,11,277,288
+8428,2011-12-22,1,0,12,19,0,4,1,2,0.44,0.4394,0.62,0,12,130,142
+8429,2011-12-22,1,0,12,20,0,4,1,3,0.42,0.4242,0.71,0,0,33,33
+8430,2011-12-22,1,0,12,21,0,4,1,3,0.42,0.4242,0.71,0,2,15,17
+8431,2011-12-22,1,0,12,22,0,4,1,3,0.36,0.3636,0.93,0.1045,0,17,17
+8432,2011-12-22,1,0,12,23,0,4,1,3,0.4,0.4091,0.87,0,1,10,11
+8433,2011-12-23,1,0,12,0,0,5,1,3,0.4,0.4091,0.87,0.194,2,7,9
+8434,2011-12-23,1,0,12,1,0,5,1,3,0.4,0.4091,0.87,0.194,1,11,12
+8435,2011-12-23,1,0,12,2,0,5,1,3,0.38,0.3939,0.94,0.1343,1,12,13
+8436,2011-12-23,1,0,12,3,0,5,1,3,0.38,0.3939,0.94,0.1343,0,4,4
+8437,2011-12-23,1,0,12,4,0,5,1,3,0.38,0.3939,0.94,0.2836,0,2,2
+8438,2011-12-23,1,0,12,5,0,5,1,1,0.36,0.3485,0.93,0.194,0,8,8
+8439,2011-12-23,1,0,12,6,0,5,1,1,0.38,0.3939,0.82,0.2537,0,40,40
+8440,2011-12-23,1,0,12,7,0,5,1,1,0.38,0.3939,0.82,0.2239,4,88,92
+8441,2011-12-23,1,0,12,8,0,5,1,1,0.4,0.4091,0.76,0.2537,9,173,182
+8442,2011-12-23,1,0,12,9,0,5,1,1,0.4,0.4091,0.66,0.2985,4,152,156
+8443,2011-12-23,1,0,12,10,0,5,1,1,0.4,0.4091,0.62,0.3582,8,96,104
+8444,2011-12-23,1,0,12,11,0,5,1,1,0.4,0.4091,0.58,0.4478,26,148,174
+8445,2011-12-23,1,0,12,12,0,5,1,1,0.4,0.4091,0.54,0.5224,14,156,170
+8446,2011-12-23,1,0,12,13,0,5,1,1,0.4,0.4091,0.5,0.4627,17,177,194
+8447,2011-12-23,1,0,12,14,0,5,1,1,0.4,0.4091,0.54,0.4179,23,177,200
+8448,2011-12-23,1,0,12,15,0,5,1,1,0.38,0.3939,0.54,0.3582,12,191,203
+8449,2011-12-23,1,0,12,16,0,5,1,1,0.38,0.3939,0.5,0.2985,15,166,181
+8450,2011-12-23,1,0,12,17,0,5,1,1,0.36,0.3485,0.53,0.2239,11,129,140
+8451,2011-12-23,1,0,12,18,0,5,1,1,0.36,0.3333,0.5,0.2537,4,91,95
+8452,2011-12-23,1,0,12,19,0,5,1,1,0.34,0.3333,0.53,0.194,1,75,76
+8453,2011-12-23,1,0,12,20,0,5,1,1,0.32,0.303,0.61,0.3284,3,47,50
+8454,2011-12-23,1,0,12,21,0,5,1,1,0.32,0.303,0.61,0.2239,0,32,32
+8455,2011-12-23,1,0,12,22,0,5,1,1,0.32,0.3182,0.66,0.194,4,43,47
+8456,2011-12-23,1,0,12,23,0,5,1,1,0.32,0.3333,0.66,0.1343,4,21,25
+8457,2011-12-24,1,0,12,0,0,6,0,2,0.32,0.3182,0.7,0.1642,3,20,23
+8458,2011-12-24,1,0,12,1,0,6,0,2,0.32,0.3485,0.66,0,1,15,16
+8459,2011-12-24,1,0,12,2,0,6,0,2,0.32,0.3333,0.66,0.0896,4,22,26
+8460,2011-12-24,1,0,12,3,0,6,0,2,0.32,0.3333,0.7,0.0896,0,5,5
+8461,2011-12-24,1,0,12,4,0,6,0,2,0.32,0.3182,0.66,0.1642,0,3,3
+8462,2011-12-24,1,0,12,5,0,6,0,2,0.32,0.3182,0.66,0.1642,1,3,4
+8463,2011-12-24,1,0,12,6,0,6,0,2,0.3,0.303,0.75,0.1642,0,10,10
+8464,2011-12-24,1,0,12,7,0,6,0,1,0.3,0.2727,0.7,0.3582,0,10,10
+8465,2011-12-24,1,0,12,8,0,6,0,1,0.28,0.2727,0.7,0.194,0,27,27
+8466,2011-12-24,1,0,12,9,0,6,0,1,0.3,0.2727,0.45,0.4179,3,53,56
+8467,2011-12-24,1,0,12,10,0,6,0,1,0.3,0.2576,0.42,0.4925,4,52,56
+8468,2011-12-24,1,0,12,11,0,6,0,1,0.32,0.2879,0.39,0.3582,9,62,71
+8469,2011-12-24,1,0,12,12,0,6,0,1,0.34,0.3182,0.39,0.2836,15,79,94
+8470,2011-12-24,1,0,12,13,0,6,0,1,0.34,0.303,0.39,0.2985,24,97,121
+8471,2011-12-24,1,0,12,14,0,6,0,1,0.34,0.303,0.39,0.2985,15,70,85
+8472,2011-12-24,1,0,12,15,0,6,0,1,0.32,0.303,0.39,0.2239,15,82,97
+8473,2011-12-24,1,0,12,16,0,6,0,1,0.32,0.3182,0.42,0.194,25,74,99
+8474,2011-12-24,1,0,12,17,0,6,0,1,0.28,0.2879,0.45,0.1343,15,53,68
+8475,2011-12-24,1,0,12,18,0,6,0,1,0.3,0.3182,0.42,0.0896,2,33,35
+8476,2011-12-24,1,0,12,19,0,6,0,1,0.3,0.3182,0.52,0.0896,1,24,25
+8477,2011-12-24,1,0,12,20,0,6,0,1,0.26,0.2727,0.56,0.1343,5,19,24
+8478,2011-12-24,1,0,12,21,0,6,0,1,0.26,0.2576,0.56,0.1642,4,15,19
+8479,2011-12-24,1,0,12,22,0,6,0,1,0.24,0.2879,0.52,0,8,12,20
+8480,2011-12-24,1,0,12,23,0,6,0,1,0.24,0.2576,0.56,0,1,16,17
+8481,2011-12-25,1,0,12,0,0,0,0,1,0.24,0.2273,0.6,0.194,2,4,6
+8482,2011-12-25,1,0,12,1,0,0,0,1,0.22,0.2273,0.69,0.1343,2,2,4
+8483,2011-12-25,1,0,12,2,0,0,0,1,0.22,0.2576,0.75,0.0896,0,2,2
+8484,2011-12-25,1,0,12,3,0,0,0,1,0.22,0.2727,0.72,0,1,3,4
+8485,2011-12-25,1,0,12,5,0,0,0,1,0.2,0.2273,0.75,0.1045,0,1,1
+8486,2011-12-25,1,0,12,6,0,0,0,1,0.2,0.2273,0.75,0.1045,0,1,1
+8487,2011-12-25,1,0,12,7,0,0,0,1,0.22,0.2424,0.8,0.1045,0,4,4
+8488,2011-12-25,1,0,12,8,0,0,0,1,0.2,0.2121,0.8,0.1642,1,4,5
+8489,2011-12-25,1,0,12,9,0,0,0,1,0.24,0.2424,0.87,0.1642,3,20,23
+8490,2011-12-25,1,0,12,10,0,0,0,1,0.26,0.2424,0.81,0.2537,31,12,43
+8491,2011-12-25,1,0,12,11,0,0,0,1,0.3,0.303,0.7,0.1642,43,42,85
+8492,2011-12-25,1,0,12,12,0,0,0,1,0.3,0.2727,0.75,0.2985,25,41,66
+8493,2011-12-25,1,0,12,13,0,0,0,1,0.32,0.303,0.7,0.2537,40,39,79
+8494,2011-12-25,1,0,12,14,0,0,0,1,0.34,0.3182,0.61,0.2537,41,45,86
+8495,2011-12-25,1,0,12,15,0,0,0,1,0.34,0.3333,0.61,0.194,43,48,91
+8496,2011-12-25,1,0,12,16,0,0,0,1,0.36,0.3636,0.57,0.1045,35,51,86
+8497,2011-12-25,1,0,12,17,0,0,0,1,0.34,0.3333,0.61,0.1343,11,33,44
+8498,2011-12-25,1,0,12,18,0,0,0,1,0.32,0.3182,0.7,0.194,7,23,30
+8499,2011-12-25,1,0,12,19,0,0,0,1,0.32,0.3333,0.57,0.1343,2,14,16
+8500,2011-12-25,1,0,12,20,0,0,0,1,0.32,0.3333,0.49,0.0896,8,18,26
+8501,2011-12-25,1,0,12,21,0,0,0,1,0.3,0.303,0.56,0.1343,4,15,19
+8502,2011-12-25,1,0,12,22,0,0,0,1,0.28,0.2727,0.61,0.1642,2,15,17
+8503,2011-12-25,1,0,12,23,0,0,0,1,0.26,0.2727,0.65,0.1343,2,14,16
+8504,2011-12-26,1,0,12,0,1,1,0,1,0.22,0.2273,0.75,0.1642,5,6,11
+8505,2011-12-26,1,0,12,1,1,1,0,1,0.28,0.2727,0.56,0.194,3,7,10
+8506,2011-12-26,1,0,12,2,1,1,0,1,0.34,0.3182,0.46,0.2239,2,5,7
+8507,2011-12-26,1,0,12,4,1,1,0,1,0.34,0.303,0.46,0.2985,0,2,2
+8508,2011-12-26,1,0,12,5,1,1,0,1,0.34,0.303,0.42,0.3881,0,4,4
+8509,2011-12-26,1,0,12,6,1,1,0,1,0.32,0.303,0.45,0.2836,0,4,4
+8510,2011-12-26,1,0,12,7,1,1,0,1,0.32,0.3182,0.45,0.194,2,17,19
+8511,2011-12-26,1,0,12,8,1,1,0,1,0.32,0.3333,0.45,0.1343,5,13,18
+8512,2011-12-26,1,0,12,9,1,1,0,1,0.34,0.303,0.46,0.2985,24,38,62
+8513,2011-12-26,1,0,12,10,1,1,0,1,0.34,0.2879,0.42,0.5224,31,39,70
+8514,2011-12-26,1,0,12,11,1,1,0,1,0.34,0.2879,0.46,0.5821,40,51,91
+8515,2011-12-26,1,0,12,12,1,1,0,1,0.36,0.3182,0.43,0.4627,34,66,100
+8516,2011-12-26,1,0,12,13,1,1,0,1,0.38,0.3939,0.4,0.2985,57,83,140
+8517,2011-12-26,1,0,12,14,1,1,0,1,0.38,0.3939,0.4,0.3284,73,80,153
+8518,2011-12-26,1,0,12,15,1,1,0,1,0.38,0.3939,0.4,0.2537,26,105,131
+8519,2011-12-26,1,0,12,16,1,1,0,1,0.36,0.3333,0.43,0.2836,28,69,97
+8520,2011-12-26,1,0,12,17,1,1,0,1,0.34,0.3182,0.46,0.2239,30,67,97
+8521,2011-12-26,1,0,12,18,1,1,0,1,0.32,0.3333,0.49,0.0896,21,54,75
+8522,2011-12-26,1,0,12,19,1,1,0,1,0.3,0.3182,0.65,0.0896,16,49,65
+8523,2011-12-26,1,0,12,20,1,1,0,1,0.3,0.3182,0.56,0.0896,14,42,56
+8524,2011-12-26,1,0,12,21,1,1,0,1,0.26,0.303,0.7,0,10,39,49
+8525,2011-12-26,1,0,12,22,1,1,0,1,0.26,0.303,0.7,0,5,22,27
+8526,2011-12-26,1,0,12,23,1,1,0,1,0.26,0.2727,0.7,0.1045,4,25,29
+8527,2011-12-27,1,0,12,0,0,2,1,1,0.26,0.2576,0.7,0.1642,3,9,12
+8528,2011-12-27,1,0,12,1,0,2,1,1,0.26,0.2727,0.7,0.1343,0,6,6
+8529,2011-12-27,1,0,12,2,0,2,1,1,0.26,0.2727,0.7,0.1343,2,2,4
+8530,2011-12-27,1,0,12,3,0,2,1,2,0.3,0.2879,0.61,0.2239,0,3,3
+8531,2011-12-27,1,0,12,4,0,2,1,2,0.3,0.2879,0.65,0.2239,0,3,3
+8532,2011-12-27,1,0,12,5,0,2,1,2,0.3,0.2727,0.64,0.2836,0,8,8
+8533,2011-12-27,1,0,12,6,0,2,1,2,0.3,0.2727,0.61,0.2985,0,35,35
+8534,2011-12-27,1,0,12,7,0,2,1,2,0.3,0.2879,0.65,0.2836,1,79,80
+8535,2011-12-27,1,0,12,8,0,2,1,2,0.3,0.303,0.65,0.1642,9,155,164
+8536,2011-12-27,1,0,12,9,0,2,1,3,0.32,0.3333,0.66,0.1045,19,85,104
+8537,2011-12-27,1,0,12,10,0,2,1,2,0.32,0.3333,0.66,0.0896,13,47,60
+8538,2011-12-27,1,0,12,11,0,2,1,3,0.32,0.3333,0.66,0.1045,6,24,30
+8539,2011-12-27,1,0,12,12,0,2,1,3,0.3,0.3182,0.81,0.0896,8,16,24
+8540,2011-12-27,1,0,12,13,0,2,1,3,0.3,0.303,0.87,0.1343,1,19,20
+8541,2011-12-27,1,0,12,14,0,2,1,3,0.42,0.4242,0.82,0.3881,0,14,14
+8542,2011-12-27,1,0,12,15,0,2,1,3,0.42,0.4242,0.82,0.3881,2,17,19
+8543,2011-12-27,1,0,12,16,0,2,1,3,0.44,0.4394,0.88,0.3284,2,44,46
+8544,2011-12-27,1,0,12,17,0,2,1,3,0.4,0.4091,0.87,0.1343,6,109,115
+8545,2011-12-27,1,0,12,18,0,2,1,1,0.38,0.3939,0.87,0.2836,9,126,135
+8546,2011-12-27,1,0,12,19,0,2,1,1,0.34,0.3333,0.87,0.1642,3,87,90
+8547,2011-12-27,1,0,12,20,0,2,1,1,0.32,0.3333,0.93,0.0896,3,66,69
+8548,2011-12-27,1,0,12,21,0,2,1,1,0.32,0.3333,0.87,0.0896,11,52,63
+8549,2011-12-27,1,0,12,22,0,2,1,1,0.32,0.3333,0.87,0.0896,3,29,32
+8550,2011-12-27,1,0,12,23,0,2,1,1,0.3,0.303,0.93,0.1343,2,24,26
+8551,2011-12-28,1,0,12,0,0,3,1,1,0.32,0.3182,0.87,0.1642,0,10,10
+8552,2011-12-28,1,0,12,1,0,3,1,1,0.32,0.3182,0.76,0.1642,0,12,12
+8553,2011-12-28,1,0,12,2,0,3,1,1,0.32,0.303,0.61,0.2537,0,7,7
+8554,2011-12-28,1,0,12,3,0,3,1,1,0.32,0.303,0.61,0.2537,0,4,4
+8555,2011-12-28,1,0,12,5,0,3,1,1,0.32,0.2879,0.57,0.3582,0,9,9
+8556,2011-12-28,1,0,12,6,0,3,1,1,0.32,0.303,0.57,0.2537,1,42,43
+8557,2011-12-28,1,0,12,7,0,3,1,1,0.32,0.303,0.57,0.2537,4,106,110
+8558,2011-12-28,1,0,12,8,0,3,1,1,0.32,0.2879,0.57,0.3582,11,206,217
+8559,2011-12-28,1,0,12,9,0,3,1,1,0.32,0.303,0.57,0.3284,18,171,189
+8560,2011-12-28,1,0,12,10,0,3,1,1,0.34,0.3182,0.57,0.2239,12,84,96
+8561,2011-12-28,1,0,12,11,0,3,1,1,0.36,0.3333,0.46,0.3582,18,93,111
+8562,2011-12-28,1,0,12,12,0,3,1,1,0.34,0.2879,0.46,0.5522,32,108,140
+8563,2011-12-28,1,0,12,13,0,3,1,1,0.34,0.2879,0.39,0.4627,24,135,159
+8564,2011-12-28,1,0,12,14,0,3,1,1,0.32,0.2879,0.39,0.3881,24,96,120
+8565,2011-12-28,1,0,12,15,0,3,1,1,0.32,0.2879,0.36,0.4179,16,101,117
+8566,2011-12-28,1,0,12,16,0,3,1,1,0.3,0.2727,0.36,0.4179,23,144,167
+8567,2011-12-28,1,0,12,17,0,3,1,1,0.28,0.2727,0.38,0.2537,25,225,250
+8568,2011-12-28,1,0,12,18,0,3,1,1,0.26,0.2273,0.38,0.3284,10,159,169
+8569,2011-12-28,1,0,12,19,0,3,1,1,0.24,0.2273,0.41,0.2537,16,135,151
+8570,2011-12-28,1,0,12,20,0,3,1,1,0.24,0.2273,0.41,0.2239,9,70,79
+8571,2011-12-28,1,0,12,21,0,3,1,1,0.22,0.2273,0.44,0.1343,7,63,70
+8572,2011-12-28,1,0,12,22,0,3,1,1,0.22,0.2424,0.44,0.1045,2,31,33
+8573,2011-12-28,1,0,12,23,0,3,1,1,0.22,0.2121,0.44,0.2537,3,36,39
+8574,2011-12-29,1,0,12,0,0,4,1,2,0.22,0.2273,0.47,0.194,4,24,28
+8575,2011-12-29,1,0,12,1,0,4,1,1,0.22,0.2121,0.47,0.2239,0,15,15
+8576,2011-12-29,1,0,12,2,0,4,1,1,0.2,0.2273,0.51,0.1045,0,3,3
+8577,2011-12-29,1,0,12,3,0,4,1,1,0.2,0.197,0.55,0.194,0,2,2
+8578,2011-12-29,1,0,12,4,0,4,1,1,0.2,0.2121,0.55,0.1642,1,2,3
+8579,2011-12-29,1,0,12,5,0,4,1,1,0.2,0.2273,0.55,0.1045,0,10,10
+8580,2011-12-29,1,0,12,6,0,4,1,1,0.2,0.2576,0.59,0,2,39,41
+8581,2011-12-29,1,0,12,7,0,4,1,1,0.18,0.2121,0.64,0.0896,2,104,106
+8582,2011-12-29,1,0,12,8,0,4,1,2,0.2,0.2576,0.64,0,3,207,210
+8583,2011-12-29,1,0,12,9,0,4,1,2,0.2,0.2121,0.64,0.1343,15,155,170
+8584,2011-12-29,1,0,12,10,0,4,1,2,0.22,0.2273,0.64,0.1642,13,97,110
+8585,2011-12-29,1,0,12,11,0,4,1,2,0.24,0.2576,0.6,0.0896,23,99,122
+8586,2011-12-29,1,0,12,12,0,4,1,2,0.26,0.2727,0.56,0.1045,12,118,130
+8587,2011-12-29,1,0,12,13,0,4,1,2,0.28,0.2879,0.52,0.1045,36,95,131
+8588,2011-12-29,1,0,12,14,0,4,1,2,0.3,0.3333,0.52,0,30,112,142
+8589,2011-12-29,1,0,12,15,0,4,1,2,0.3,0.3182,0.52,0.0896,27,150,177
+8590,2011-12-29,1,0,12,16,0,4,1,1,0.3,0.303,0.52,0.1642,22,155,177
+8591,2011-12-29,1,0,12,17,0,4,1,1,0.3,0.303,0.61,0.1642,14,226,240
+8592,2011-12-29,1,0,12,18,0,4,1,1,0.3,0.303,0.56,0.1343,15,192,207
+8593,2011-12-29,1,0,12,19,0,4,1,1,0.3,0.3182,0.56,0.1045,11,124,135
+8594,2011-12-29,1,0,12,20,0,4,1,1,0.28,0.2879,0.65,0.1045,8,88,96
+8595,2011-12-29,1,0,12,21,0,4,1,2,0.28,0.2879,0.61,0.1343,8,60,68
+8596,2011-12-29,1,0,12,22,0,4,1,1,0.28,0.2879,0.65,0.1343,7,48,55
+8597,2011-12-29,1,0,12,23,0,4,1,1,0.3,0.303,0.65,0.1642,1,44,45
+8598,2011-12-30,1,0,12,0,0,5,1,1,0.28,0.2879,0.7,0.1343,4,26,30
+8599,2011-12-30,1,0,12,1,0,5,1,1,0.26,0.2879,0.65,0.0896,9,11,20
+8600,2011-12-30,1,0,12,2,0,5,1,1,0.24,0.2576,0.7,0.1045,2,10,12
+8601,2011-12-30,1,0,12,3,0,5,1,1,0.24,0.2576,0.7,0.1045,0,6,6
+8602,2011-12-30,1,0,12,4,0,5,1,1,0.24,0.2576,0.7,0.0896,0,2,2
+8603,2011-12-30,1,0,12,5,0,5,1,1,0.22,0.2576,0.75,0.0896,0,10,10
+8604,2011-12-30,1,0,12,6,0,5,1,1,0.24,0.2576,0.7,0.0896,1,31,32
+8605,2011-12-30,1,0,12,7,0,5,1,1,0.24,0.2576,0.75,0.0896,3,92,95
+8606,2011-12-30,1,0,12,8,0,5,1,2,0.24,0.2576,0.75,0.0896,12,193,205
+8607,2011-12-30,1,0,12,9,0,5,1,1,0.26,0.303,0.75,0,19,175,194
+8608,2011-12-30,1,0,12,10,0,5,1,1,0.3,0.2879,0.65,0.2537,10,108,118
+8609,2011-12-30,1,0,12,11,0,5,1,1,0.32,0.3182,0.66,0.194,45,126,171
+8610,2011-12-30,1,0,12,12,0,5,1,1,0.32,0.3333,0.57,0.1343,38,159,197
+8611,2011-12-30,1,0,12,13,0,5,1,2,0.36,0.3485,0.53,0.1343,53,154,207
+8612,2011-12-30,1,0,12,14,0,5,1,2,0.4,0.4091,0.47,0.0896,67,178,245
+8613,2011-12-30,1,0,12,15,0,5,1,1,0.42,0.4242,0.44,0,56,236,292
+8614,2011-12-30,1,0,12,16,0,5,1,1,0.42,0.4242,0.47,0.194,36,247,283
+8615,2011-12-30,1,0,12,17,0,5,1,1,0.38,0.3939,0.54,0.1642,54,188,242
+8616,2011-12-30,1,0,12,18,0,5,1,1,0.36,0.3485,0.62,0.1343,19,163,182
+8617,2011-12-30,1,0,12,19,0,5,1,2,0.34,0.303,0.49,0.4179,16,96,112
+8618,2011-12-30,1,0,12,20,0,5,1,2,0.34,0.3485,0.66,0.1045,16,75,91
+8619,2011-12-30,1,0,12,21,0,5,1,2,0.36,0.3636,0.66,0.1045,11,84,95
+8620,2011-12-30,1,0,12,22,0,5,1,2,0.34,0.3333,0.71,0.1642,7,78,85
+8621,2011-12-30,1,0,12,23,0,5,1,2,0.36,0.3333,0.66,0.2537,13,60,73
+8622,2011-12-31,1,0,12,0,0,6,0,2,0.38,0.3939,0.62,0.3284,7,37,44
+8623,2011-12-31,1,0,12,1,0,6,0,2,0.4,0.4091,0.62,0.2836,4,31,35
+8624,2011-12-31,1,0,12,2,0,6,0,2,0.4,0.4091,0.62,0.2836,1,27,28
+8625,2011-12-31,1,0,12,3,0,6,0,2,0.4,0.4091,0.62,0.2836,1,17,18
+8626,2011-12-31,1,0,12,4,0,6,0,1,0.38,0.3939,0.71,0.2239,1,9,10
+8627,2011-12-31,1,0,12,5,0,6,0,2,0.36,0.3485,0.76,0.2239,1,0,1
+8628,2011-12-31,1,0,12,6,0,6,0,2,0.4,0.4091,0.71,0.0896,1,5,6
+8629,2011-12-31,1,0,12,7,0,6,0,3,0.38,0.3939,0.76,0,6,13,19
+8630,2011-12-31,1,0,12,8,0,6,0,1,0.34,0.3333,0.81,0.1343,7,42,49
+8631,2011-12-31,1,0,12,9,0,6,0,1,0.38,0.3939,0.76,0,18,72,90
+8632,2011-12-31,1,0,12,10,0,6,0,1,0.4,0.4091,0.76,0.1642,20,108,128
+8633,2011-12-31,1,0,12,11,0,6,0,1,0.42,0.4242,0.71,0.1642,65,152,217
+8634,2011-12-31,1,0,12,12,0,6,0,1,0.52,0.5,0.39,0.2985,93,180,273
+8635,2011-12-31,1,0,12,13,0,6,0,1,0.5,0.4848,0.42,0.4925,108,205,313
+8636,2011-12-31,1,0,12,14,0,6,0,1,0.46,0.4545,0.51,0.3284,115,185,300
+8637,2011-12-31,1,0,12,15,0,6,0,1,0.46,0.4545,0.47,0.4925,89,164,253
+8638,2011-12-31,1,0,12,16,0,6,0,1,0.44,0.4394,0.51,0.3881,52,143,195
+8639,2011-12-31,1,0,12,17,0,6,0,1,0.42,0.4242,0.54,0.194,28,101,129
+8640,2011-12-31,1,0,12,18,0,6,0,1,0.42,0.4242,0.54,0.1343,13,80,93
+8641,2011-12-31,1,0,12,19,0,6,0,1,0.42,0.4242,0.54,0.2239,19,73,92
+8642,2011-12-31,1,0,12,20,0,6,0,1,0.42,0.4242,0.54,0.2239,8,63,71
+8643,2011-12-31,1,0,12,21,0,6,0,1,0.4,0.4091,0.58,0.194,2,50,52
+8644,2011-12-31,1,0,12,22,0,6,0,1,0.38,0.3939,0.62,0.1343,2,36,38
+8645,2011-12-31,1,0,12,23,0,6,0,1,0.36,0.3788,0.66,0,4,27,31
+8646,2012-01-01,1,1,1,0,0,0,0,1,0.36,0.3788,0.66,0,5,43,48
+8647,2012-01-01,1,1,1,1,0,0,0,1,0.36,0.3485,0.66,0.1343,15,78,93
+8648,2012-01-01,1,1,1,2,0,0,0,1,0.32,0.3485,0.76,0,16,59,75
+8649,2012-01-01,1,1,1,3,0,0,0,1,0.3,0.3333,0.81,0,11,41,52
+8650,2012-01-01,1,1,1,4,0,0,0,1,0.28,0.303,0.81,0.0896,0,8,8
+8651,2012-01-01,1,1,1,5,0,0,0,1,0.28,0.2879,0.81,0.1045,0,5,5
+8652,2012-01-01,1,1,1,6,0,0,0,1,0.26,0.2727,0.93,0.1343,1,1,2
+8653,2012-01-01,1,1,1,7,0,0,0,1,0.26,0.2576,0.93,0.1642,1,6,7
+8654,2012-01-01,1,1,1,8,0,0,0,1,0.26,0.2727,0.87,0.1045,4,10,14
+8655,2012-01-01,1,1,1,9,0,0,0,1,0.26,0.2727,0.93,0.1045,13,27,40
+8656,2012-01-01,1,1,1,10,0,0,0,1,0.3,0.3182,0.81,0.1045,18,52,70
+8657,2012-01-01,1,1,1,11,0,0,0,1,0.34,0.3333,0.76,0.1343,40,98,138
+8658,2012-01-01,1,1,1,12,0,0,0,1,0.4,0.4091,0.62,0.2836,58,143,201
+8659,2012-01-01,1,1,1,13,0,0,0,1,0.42,0.4242,0.58,0.2836,82,141,223
+8660,2012-01-01,1,1,1,14,0,0,0,1,0.44,0.4394,0.54,0.2985,120,147,267
+8661,2012-01-01,1,1,1,15,0,0,0,1,0.46,0.4545,0.51,0.2985,101,164,265
+8662,2012-01-01,1,1,1,16,0,0,0,2,0.44,0.4394,0.54,0.2985,68,147,215
+8663,2012-01-01,1,1,1,17,0,0,0,2,0.48,0.4697,0.48,0.1642,36,75,111
+8664,2012-01-01,1,1,1,18,0,0,0,3,0.46,0.4545,0.59,0.2537,25,81,106
+8665,2012-01-01,1,1,1,19,0,0,0,3,0.42,0.4242,0.67,0.3881,20,85,105
+8666,2012-01-01,1,1,1,20,0,0,0,2,0.44,0.4394,0.62,0.2985,25,58,83
+8667,2012-01-01,1,1,1,21,0,0,0,2,0.44,0.4394,0.67,0.2537,10,61,71
+8668,2012-01-01,1,1,1,22,0,0,0,1,0.46,0.4545,0.55,0.4179,13,53,66
+8669,2012-01-01,1,1,1,23,0,0,0,1,0.44,0.4394,0.51,0.2985,4,25,29
+8670,2012-01-02,1,1,1,0,1,1,0,1,0.4,0.4091,0.4,0.4627,8,31,39
+8671,2012-01-02,1,1,1,1,1,1,0,1,0.36,0.3333,0.43,0.4179,1,11,12
+8672,2012-01-02,1,1,1,2,1,1,0,1,0.36,0.3182,0.34,0.4478,1,6,7
+8673,2012-01-02,1,1,1,4,1,1,0,1,0.28,0.2576,0.45,0.3284,0,4,4
+8674,2012-01-02,1,1,1,5,1,1,0,1,0.28,0.2576,0.45,0.3284,1,3,4
+8675,2012-01-02,1,1,1,6,1,1,0,1,0.26,0.2273,0.41,0.3881,0,14,14
+8676,2012-01-02,1,1,1,7,1,1,0,1,0.24,0.2121,0.32,0.3881,0,16,16
+8677,2012-01-02,1,1,1,8,1,1,0,1,0.24,0.2273,0.35,0.2537,2,51,53
+8678,2012-01-02,1,1,1,9,1,1,0,1,0.24,0.2576,0.35,0,15,53,68
+8679,2012-01-02,1,1,1,10,1,1,0,1,0.26,0.2424,0.35,0.2836,20,89,109
+8680,2012-01-02,1,1,1,11,1,1,0,1,0.26,0.2121,0.35,0.4925,33,142,175
+8681,2012-01-02,1,1,1,12,1,1,0,1,0.28,0.2727,0.36,0.2537,41,161,202
+8682,2012-01-02,1,1,1,13,1,1,0,1,0.3,0.2727,0.36,0.2985,26,150,176
+8683,2012-01-02,1,1,1,14,1,1,0,1,0.3,0.2727,0.36,0.4179,10,141,151
+8684,2012-01-02,1,1,1,15,1,1,0,1,0.28,0.2424,0.38,0.4478,29,139,168
+8685,2012-01-02,1,1,1,16,1,1,0,1,0.26,0.2273,0.35,0.4179,10,144,154
+8686,2012-01-02,1,1,1,17,1,1,0,1,0.26,0.2273,0.35,0.3881,17,136,153
+8687,2012-01-02,1,1,1,18,1,1,0,1,0.26,0.2424,0.33,0.2537,13,113,126
+8688,2012-01-02,1,1,1,19,1,1,0,1,0.24,0.2273,0.38,0.2239,4,89,93
+8689,2012-01-02,1,1,1,20,1,1,0,1,0.24,0.2273,0.41,0.2239,5,83,88
+8690,2012-01-02,1,1,1,21,1,1,0,2,0.24,0.2121,0.41,0.3284,3,63,66
+8691,2012-01-02,1,1,1,22,1,1,0,2,0.22,0.2121,0.44,0.2836,3,36,39
+8692,2012-01-02,1,1,1,23,1,1,0,1,0.22,0.2121,0.44,0.2537,2,32,34
+8693,2012-01-03,1,1,1,0,0,2,1,1,0.2,0.197,0.51,0.2537,0,13,13
+8694,2012-01-03,1,1,1,1,0,2,1,1,0.18,0.1818,0.55,0.2239,1,5,6
+8695,2012-01-03,1,1,1,2,0,2,1,1,0.18,0.1667,0.51,0.2537,0,3,3
+8696,2012-01-03,1,1,1,3,0,2,1,1,0.16,0.1364,0.55,0.2836,0,2,2
+8697,2012-01-03,1,1,1,4,0,2,1,1,0.16,0.1515,0.55,0.2537,0,5,5
+8698,2012-01-03,1,1,1,5,0,2,1,1,0.14,0.1364,0.54,0.194,0,12,12
+8699,2012-01-03,1,1,1,6,0,2,1,1,0.14,0.1212,0.59,0.2836,4,81,85
+8700,2012-01-03,1,1,1,7,0,2,1,1,0.14,0.1212,0.59,0.2537,2,168,170
+8701,2012-01-03,1,1,1,8,0,2,1,1,0.16,0.1364,0.55,0.2836,5,349,354
+8702,2012-01-03,1,1,1,9,0,2,1,1,0.16,0.1364,0.5,0.2836,8,145,153
+8703,2012-01-03,1,1,1,10,0,2,1,1,0.16,0.1212,0.47,0.4627,5,55,60
+8704,2012-01-03,1,1,1,11,0,2,1,1,0.18,0.1364,0.37,0.5224,12,63,75
+8705,2012-01-03,1,1,1,12,0,2,1,1,0.18,0.1364,0.37,0.5224,4,70,74
+8706,2012-01-03,1,1,1,13,0,2,1,1,0.18,0.1212,0.34,0.6567,5,68,73
+8707,2012-01-03,1,1,1,14,0,2,1,1,0.16,0.1212,0.43,0.5224,7,72,79
+8708,2012-01-03,1,1,1,15,0,2,1,1,0.16,0.1212,0.37,0.4179,9,68,77
+8709,2012-01-03,1,1,1,16,0,2,1,1,0.14,0.0909,0.39,0.5821,7,129,136
+8710,2012-01-03,1,1,1,17,0,2,1,1,0.14,0.1061,0.26,0.4627,4,241,245
+8711,2012-01-03,1,1,1,18,0,2,1,1,0.14,0.0909,0.26,0.5224,10,214,224
+8712,2012-01-03,1,1,1,19,0,2,1,1,0.12,0.0909,0.28,0.4179,4,152,156
+8713,2012-01-03,1,1,1,20,0,2,1,1,0.12,0.1212,0.33,0.2537,0,115,115
+8714,2012-01-03,1,1,1,21,0,2,1,1,0.1,0.1061,0.36,0.2239,2,66,68
+8715,2012-01-03,1,1,1,22,0,2,1,1,0.1,0.1061,0.46,0.2537,0,33,33
+8716,2012-01-03,1,1,1,23,0,2,1,1,0.1,0.0758,0.46,0.3881,0,18,18
+8717,2012-01-04,1,1,1,0,0,3,1,1,0.08,0.0606,0.42,0.3284,0,9,9
+8718,2012-01-04,1,1,1,1,0,3,1,1,0.04,0.0303,0.38,0.2985,0,3,3
+8719,2012-01-04,1,1,1,2,0,3,1,1,0.02,0.0152,0.34,0.2836,0,1,1
+8720,2012-01-04,1,1,1,3,0,3,1,1,0.02,0.0152,0.34,0.2836,0,1,1
+8721,2012-01-04,1,1,1,4,0,3,1,1,0.02,0.0455,0.41,0.194,0,2,2
+8722,2012-01-04,1,1,1,5,0,3,1,1,0.02,0.0455,0.41,0.194,0,14,14
+8723,2012-01-04,1,1,1,6,0,3,1,1,0.02,0.0455,0.41,0.1642,0,59,59
+8724,2012-01-04,1,1,1,7,0,3,1,1,0.02,0.0455,0.44,0.194,1,151,152
+8725,2012-01-04,1,1,1,8,0,3,1,1,0.02,0.0606,0.44,0.1343,5,310,315
+8726,2012-01-04,1,1,1,9,0,3,1,1,0.04,0.0606,0.45,0.1343,7,173,180
+8727,2012-01-04,1,1,1,10,0,3,1,1,0.06,0.1061,0.45,0,7,57,64
+8728,2012-01-04,1,1,1,11,0,3,1,2,0.08,0.1212,0.42,0.0896,6,40,46
+8729,2012-01-04,1,1,1,12,0,3,1,2,0.1,0.1061,0.46,0.194,9,75,84
+8730,2012-01-04,1,1,1,13,0,3,1,2,0.14,0.1212,0.43,0.2537,9,82,91
+8731,2012-01-04,1,1,1,14,0,3,1,2,0.14,0.1212,0.46,0.2537,6,69,75
+8732,2012-01-04,1,1,1,15,0,3,1,2,0.18,0.1515,0.37,0.3284,9,81,90
+8733,2012-01-04,1,1,1,16,0,3,1,2,0.18,0.1667,0.4,0.2836,8,123,131
+8734,2012-01-04,1,1,1,17,0,3,1,2,0.2,0.197,0.4,0.194,9,272,281
+8735,2012-01-04,1,1,1,18,0,3,1,2,0.2,0.2121,0.37,0.1343,9,280,289
+8736,2012-01-04,1,1,1,19,0,3,1,2,0.2,0.2273,0.4,0.1045,2,182,184
+8737,2012-01-04,1,1,1,20,0,3,1,2,0.2,0.197,0.4,0.194,2,121,123
+8738,2012-01-04,1,1,1,21,0,3,1,2,0.2,0.2576,0.44,0,2,88,90
+8739,2012-01-04,1,1,1,22,0,3,1,2,0.2,0.2273,0.47,0.0896,4,48,52
+8740,2012-01-04,1,1,1,23,0,3,1,2,0.2,0.2273,0.44,0.1045,0,32,32
+8741,2012-01-05,1,1,1,0,0,4,1,2,0.22,0.2273,0.47,0.194,1,13,14
+8742,2012-01-05,1,1,1,1,0,4,1,1,0.2,0.2273,0.51,0.0896,0,5,5
+8743,2012-01-05,1,1,1,2,0,4,1,1,0.2,0.2273,0.51,0.0896,0,4,4
+8744,2012-01-05,1,1,1,3,0,4,1,1,0.2,0.2576,0.61,0,0,4,4
+8745,2012-01-05,1,1,1,4,0,4,1,2,0.2,0.2273,0.59,0.0896,0,5,5
+8746,2012-01-05,1,1,1,5,0,4,1,2,0.2,0.2273,0.59,0.0896,0,26,26
+8747,2012-01-05,1,1,1,6,0,4,1,2,0.2,0.2121,0.75,0.1343,0,78,78
+8748,2012-01-05,1,1,1,7,0,4,1,2,0.2,0.2273,0.69,0.0896,3,212,215
+8749,2012-01-05,1,1,1,8,0,4,1,2,0.2,0.2576,0.75,0,11,377,388
+8750,2012-01-05,1,1,1,9,0,4,1,2,0.22,0.2727,0.69,0,7,220,227
+8751,2012-01-05,1,1,1,10,0,4,1,2,0.24,0.2576,0.52,0.0896,5,81,86
+8752,2012-01-05,1,1,1,11,0,4,1,1,0.3,0.3333,0.49,0,6,78,84
+8753,2012-01-05,1,1,1,12,0,4,1,1,0.3,0.2879,0.49,0.2537,6,114,120
+8754,2012-01-05,1,1,1,13,0,4,1,1,0.34,0.303,0.42,0.2985,6,112,118
+8755,2012-01-05,1,1,1,14,0,4,1,1,0.34,0.3182,0.39,0.2836,13,104,117
+8756,2012-01-05,1,1,1,15,0,4,1,1,0.36,0.3333,0.34,0.2836,6,113,119
+8757,2012-01-05,1,1,1,16,0,4,1,1,0.36,0.3333,0.34,0.2836,19,178,197
+8758,2012-01-05,1,1,1,17,0,4,1,2,0.36,0.3485,0.34,0.194,19,393,412
+8759,2012-01-05,1,1,1,18,0,4,1,1,0.34,0.3333,0.36,0.1642,9,374,383
+8760,2012-01-05,1,1,1,19,0,4,1,1,0.34,0.3485,0.34,0.0896,10,255,265
+8761,2012-01-05,1,1,1,20,0,4,1,1,0.3,0.3333,0.49,0,5,172,177
+8762,2012-01-05,1,1,1,21,0,4,1,1,0.26,0.2727,0.6,0.1343,9,88,97
+8763,2012-01-05,1,1,1,22,0,4,1,1,0.26,0.2576,0.6,0.1642,1,70,71
+8764,2012-01-05,1,1,1,23,0,4,1,1,0.24,0.2576,0.7,0.1045,4,56,60
+8765,2012-01-06,1,1,1,0,0,5,1,1,0.22,0.2576,0.75,0.0896,1,24,25
+8766,2012-01-06,1,1,1,1,0,5,1,1,0.22,0.2727,0.75,0,2,6,8
+8767,2012-01-06,1,1,1,2,0,5,1,1,0.22,0.2273,0.69,0.1642,2,3,5
+8768,2012-01-06,1,1,1,3,0,5,1,1,0.22,0.2424,0.69,0.1045,1,3,4
+8769,2012-01-06,1,1,1,4,0,5,1,1,0.22,0.2273,0.69,0.1343,0,3,3
+8770,2012-01-06,1,1,1,5,0,5,1,2,0.2,0.2121,0.8,0.1343,0,13,13
+8771,2012-01-06,1,1,1,6,0,5,1,2,0.22,0.2424,0.73,0.1045,1,69,70
+8772,2012-01-06,1,1,1,7,0,5,1,2,0.24,0.2879,0.65,0,4,201,205
+8773,2012-01-06,1,1,1,8,0,5,1,1,0.24,0.2424,0.7,0.1343,11,436,447
+8774,2012-01-06,1,1,1,9,0,5,1,1,0.24,0.2424,0.7,0.1642,4,237,241
+8775,2012-01-06,1,1,1,10,0,5,1,1,0.26,0.2576,0.65,0.194,14,102,116
+8776,2012-01-06,1,1,1,11,0,5,1,1,0.3,0.303,0.56,0.1642,8,130,138
+8777,2012-01-06,1,1,1,12,0,5,1,1,0.36,0.3333,0.5,0.2537,23,168,191
+8778,2012-01-06,1,1,1,13,0,5,1,1,0.4,0.4091,0.43,0.2836,16,188,204
+8779,2012-01-06,1,1,1,14,0,5,1,1,0.46,0.4545,0.36,0.194,26,152,178
+8780,2012-01-06,1,1,1,15,0,5,1,1,0.52,0.5,0.27,0.2537,44,178,222
+8781,2012-01-06,1,1,1,16,0,5,1,1,0.52,0.5,0.27,0.2836,35,259,294
+8782,2012-01-06,1,1,1,17,0,5,1,1,0.46,0.4545,0.36,0.2239,20,456,476
+8783,2012-01-06,1,1,1,18,0,5,1,1,0.5,0.4848,0.29,0.2537,28,391,419
+8784,2012-01-06,1,1,1,19,0,5,1,1,0.46,0.4545,0.33,0.2836,11,261,272
+8785,2012-01-06,1,1,1,20,0,5,1,1,0.42,0.4242,0.41,0.194,14,163,177
+8786,2012-01-06,1,1,1,21,0,5,1,1,0.4,0.4091,0.43,0.2239,17,137,154
+8787,2012-01-06,1,1,1,22,0,5,1,1,0.36,0.3485,0.5,0.194,12,123,135
+8788,2012-01-06,1,1,1,23,0,5,1,1,0.36,0.3788,0.5,0,13,88,101
+8789,2012-01-07,1,1,1,0,0,6,0,1,0.36,0.3485,0.5,0.1642,2,77,79
+8790,2012-01-07,1,1,1,1,0,6,0,1,0.38,0.3939,0.46,0.1642,6,56,62
+8791,2012-01-07,1,1,1,2,0,6,0,1,0.36,0.3636,0.5,0.1045,2,36,38
+8792,2012-01-07,1,1,1,3,0,6,0,1,0.32,0.3333,0.57,0.1045,1,19,20
+8793,2012-01-07,1,1,1,4,0,6,0,1,0.32,0.3333,0.57,0.0896,1,9,10
+8794,2012-01-07,1,1,1,5,0,6,0,1,0.26,0.2727,0.75,0.1045,2,7,9
+8795,2012-01-07,1,1,1,6,0,6,0,1,0.26,0.2727,0.75,0.1045,0,7,7
+8796,2012-01-07,1,1,1,7,0,6,0,1,0.22,0.2273,0.87,0.194,0,20,20
+8797,2012-01-07,1,1,1,8,0,6,0,1,0.24,0.2576,0.75,0.1045,0,64,64
+8798,2012-01-07,1,1,1,9,0,6,0,1,0.22,0.2273,0.8,0.1343,14,116,130
+8799,2012-01-07,1,1,1,10,0,6,0,1,0.28,0.303,0.75,0.0896,43,160,203
+8800,2012-01-07,1,1,1,11,0,6,0,1,0.34,0.3182,0.57,0.2239,74,250,324
+8801,2012-01-07,1,1,1,12,0,6,0,1,0.4,0.4091,0.43,0.2239,100,276,376
+8802,2012-01-07,1,1,1,13,0,6,0,1,0.44,0.4394,0.44,0.194,149,296,445
+8803,2012-01-07,1,1,1,14,0,6,0,1,0.5,0.4848,0.42,0.2836,156,356,512
+8804,2012-01-07,1,1,1,15,0,6,0,1,0.58,0.5455,0.37,0.2985,132,317,449
+8805,2012-01-07,1,1,1,16,0,6,0,2,0.56,0.5303,0.37,0.2836,133,268,401
+8806,2012-01-07,1,1,1,17,0,6,0,2,0.54,0.5152,0.43,0.1343,87,235,322
+8807,2012-01-07,1,1,1,18,0,6,0,1,0.54,0.5152,0.45,0.1343,49,248,297
+8808,2012-01-07,1,1,1,19,0,6,0,1,0.52,0.5,0.42,0.1045,44,171,215
+8809,2012-01-07,1,1,1,20,0,6,0,1,0.5,0.4848,0.39,0.2537,21,149,170
+8810,2012-01-07,1,1,1,21,0,6,0,1,0.44,0.4394,0.44,0.2239,22,118,140
+8811,2012-01-07,1,1,1,22,0,6,0,1,0.44,0.4394,0.38,0.2537,16,93,109
+8812,2012-01-07,1,1,1,23,0,6,0,1,0.42,0.4242,0.38,0.2239,16,103,119
+8813,2012-01-08,1,1,1,0,0,0,0,1,0.38,0.3939,0.4,0.2836,14,77,91
+8814,2012-01-08,1,1,1,1,0,0,0,1,0.34,0.3333,0.42,0.194,10,62,72
+8815,2012-01-08,1,1,1,2,0,0,0,1,0.36,0.3333,0.37,0.2836,10,57,67
+8816,2012-01-08,1,1,1,3,0,0,0,1,0.34,0.3333,0.42,0.1343,6,26,32
+8817,2012-01-08,1,1,1,4,0,0,0,1,0.32,0.303,0.49,0.2537,2,4,6
+8818,2012-01-08,1,1,1,5,0,0,0,2,0.32,0.3333,0.49,0.1045,0,2,2
+8819,2012-01-08,1,1,1,6,0,0,0,2,0.3,0.3333,0.52,0,0,2,2
+8820,2012-01-08,1,1,1,7,0,0,0,2,0.3,0.3333,0.52,0,1,23,24
+8821,2012-01-08,1,1,1,8,0,0,0,1,0.3,0.303,0.52,0.1343,4,53,57
+8822,2012-01-08,1,1,1,9,0,0,0,1,0.32,0.3333,0.53,0.1343,23,102,125
+8823,2012-01-08,1,1,1,10,0,0,0,1,0.34,0.3333,0.49,0.1642,27,181,208
+8824,2012-01-08,1,1,1,11,0,0,0,1,0.36,0.3485,0.46,0.2239,55,201,256
+8825,2012-01-08,1,1,1,12,0,0,0,1,0.38,0.3939,0.43,0.2239,78,273,351
+8826,2012-01-08,1,1,1,13,0,0,0,1,0.4,0.4091,0.37,0.2985,77,266,343
+8827,2012-01-08,1,1,1,14,0,0,0,1,0.4,0.4091,0.4,0.194,75,253,328
+8828,2012-01-08,1,1,1,15,0,0,0,1,0.4,0.4091,0.37,0.2836,89,241,330
+8829,2012-01-08,1,1,1,16,0,0,0,1,0.4,0.4091,0.37,0.2985,58,256,314
+8830,2012-01-08,1,1,1,17,0,0,0,1,0.38,0.3939,0.4,0.2239,22,197,219
+8831,2012-01-08,1,1,1,18,0,0,0,1,0.34,0.3182,0.46,0.2239,19,162,181
+8832,2012-01-08,1,1,1,19,0,0,0,1,0.32,0.3182,0.49,0.194,8,104,112
+8833,2012-01-08,1,1,1,20,0,0,0,1,0.3,0.303,0.52,0.1642,7,119,126
+8834,2012-01-08,1,1,1,21,0,0,0,1,0.28,0.2727,0.56,0.2239,10,81,91
+8835,2012-01-08,1,1,1,22,0,0,0,1,0.26,0.2727,0.6,0.1045,4,54,58
+8836,2012-01-08,1,1,1,23,0,0,0,1,0.26,0.2424,0.56,0.2537,0,30,30
+8837,2012-01-09,1,1,1,0,0,1,1,1,0.24,0.2273,0.6,0.2239,3,12,15
+8838,2012-01-09,1,1,1,1,0,1,1,1,0.24,0.2424,0.6,0.1343,1,4,5
+8839,2012-01-09,1,1,1,2,0,1,1,1,0.24,0.2424,0.56,0.1343,2,3,5
+8840,2012-01-09,1,1,1,3,0,1,1,1,0.24,0.2424,0.52,0.1642,0,3,3
+8841,2012-01-09,1,1,1,4,0,1,1,1,0.22,0.2424,0.64,0.1045,0,4,4
+8842,2012-01-09,1,1,1,5,0,1,1,2,0.2,0.2273,0.64,0.0896,0,21,21
+8843,2012-01-09,1,1,1,6,0,1,1,2,0.22,0.2273,0.6,0.1343,3,85,88
+8844,2012-01-09,1,1,1,7,0,1,1,2,0.22,0.2424,0.6,0.1045,1,239,240
+8845,2012-01-09,1,1,1,8,0,1,1,2,0.22,0.2576,0.55,0.0896,13,407,420
+8846,2012-01-09,1,1,1,9,0,1,1,2,0.22,0.2727,0.64,0,9,188,197
+8847,2012-01-09,1,1,1,10,0,1,1,1,0.24,0.2879,0.6,0,13,95,108
+8848,2012-01-09,1,1,1,11,0,1,1,2,0.26,0.2879,0.56,0.0896,6,82,88
+8849,2012-01-09,1,1,1,12,0,1,1,2,0.26,0.2727,0.56,0.1045,10,93,103
+8850,2012-01-09,1,1,1,13,0,1,1,2,0.26,0.2727,0.56,0.1045,3,77,80
+8851,2012-01-09,1,1,1,14,0,1,1,3,0.22,0.2273,0.75,0.1642,5,45,50
+8852,2012-01-09,1,1,1,15,0,1,1,3,0.22,0.2273,0.75,0.1642,5,64,69
+8853,2012-01-09,1,1,1,16,0,1,1,3,0.22,0.2576,0.87,0.0896,3,46,49
+8854,2012-01-09,1,1,1,17,0,1,1,3,0.22,0.2727,0.87,0,5,147,152
+8855,2012-01-09,1,1,1,18,0,1,1,4,0.2,0.2273,0.86,0.0896,6,158,164
+8856,2012-01-09,1,1,1,19,0,1,1,3,0.2,0.2273,0.93,0.0896,3,187,190
+8857,2012-01-09,1,1,1,20,0,1,1,2,0.2,0.2273,0.86,0.0896,5,127,132
+8858,2012-01-09,1,1,1,21,0,1,1,2,0.2,0.2576,0.93,0,1,78,79
+8859,2012-01-09,1,1,1,22,0,1,1,2,0.2,0.2273,0.92,0.1045,8,54,62
+8860,2012-01-09,1,1,1,23,0,1,1,2,0.22,0.2424,0.87,0.1045,1,51,52
+8861,2012-01-10,1,1,1,0,0,2,1,2,0.22,0.2424,0.87,0.1045,0,14,14
+8862,2012-01-10,1,1,1,1,0,2,1,2,0.22,0.2424,0.93,0.1045,2,3,5
+8863,2012-01-10,1,1,1,2,0,2,1,2,0.22,0.2273,0.87,0.1642,2,2,4
+8864,2012-01-10,1,1,1,4,0,2,1,2,0.2,0.2121,0.86,0.1642,0,4,4
+8865,2012-01-10,1,1,1,5,0,2,1,1,0.4,0.4091,0.47,0.2239,0,23,23
+8866,2012-01-10,1,1,1,6,0,2,1,2,0.18,0.1818,0.93,0.194,0,79,79
+8867,2012-01-10,1,1,1,7,0,2,1,2,0.18,0.197,0.93,0.1642,3,219,222
+8868,2012-01-10,1,1,1,8,0,2,1,2,0.18,0.197,0.93,0.1642,6,465,471
+8869,2012-01-10,1,1,1,9,0,2,1,2,0.18,0.197,0.93,0.1642,11,184,195
+8870,2012-01-10,1,1,1,10,0,2,1,2,0.18,0.197,0.93,0.1642,3,80,83
+8871,2012-01-10,1,1,1,11,0,2,1,1,0.42,0.4242,0.38,0.2985,8,93,101
+8872,2012-01-10,1,1,1,12,0,2,1,1,0.42,0.4242,0.38,0.2985,13,127,140
+8873,2012-01-10,1,1,1,13,0,2,1,1,0.42,0.4242,0.38,0.2985,15,163,178
+8874,2012-01-10,1,1,1,14,0,2,1,1,0.42,0.4242,0.38,0.2985,10,96,106
+8875,2012-01-10,1,1,1,15,0,2,1,1,0.42,0.4242,0.38,0.2985,17,119,136
+8876,2012-01-10,1,1,1,16,0,2,1,1,0.42,0.4242,0.38,0.3582,15,225,240
+8877,2012-01-10,1,1,1,17,0,2,1,1,0.42,0.4242,0.38,0.2537,14,446,460
+8878,2012-01-10,1,1,1,18,0,2,1,1,0.4,0.4091,0.4,0.1045,13,372,385
+8879,2012-01-10,1,1,1,19,0,2,1,1,0.38,0.3939,0.46,0.1045,11,270,281
+8880,2012-01-10,1,1,1,20,0,2,1,1,0.34,0.3485,0.53,0.1045,10,190,200
+8881,2012-01-10,1,1,1,21,0,2,1,1,0.32,0.3333,0.66,0.0896,7,109,116
+8882,2012-01-10,1,1,1,22,0,2,1,1,0.3,0.303,0.7,0.0896,10,104,114
+8883,2012-01-10,1,1,1,23,0,2,1,1,0.26,0.2727,0.81,0.1045,3,38,41
+8884,2012-01-11,1,1,1,0,0,3,1,1,0.26,0.303,0.81,0,2,26,28
+8885,2012-01-11,1,1,1,1,0,3,1,1,0.24,0.2576,0.87,0.0896,1,6,7
+8886,2012-01-11,1,1,1,2,0,3,1,1,0.2,0.2121,0.85,0.1642,0,5,5
+8887,2012-01-11,1,1,1,3,0,3,1,1,0.22,0.2727,0.8,0,0,4,4
+8888,2012-01-11,1,1,1,4,0,3,1,1,0.2,0.2121,0.8,0.1343,0,2,2
+8889,2012-01-11,1,1,1,5,0,3,1,1,0.2,0.2121,0.8,0.1343,0,22,22
+8890,2012-01-11,1,1,1,6,0,3,1,1,0.2,0.2121,0.86,0.1343,2,72,74
+8891,2012-01-11,1,1,1,7,0,3,1,1,0.2,0.2121,0.8,0.1343,9,247,256
+8892,2012-01-11,1,1,1,8,0,3,1,1,0.2,0.2273,0.82,0.1045,11,488,499
+8893,2012-01-11,1,1,1,9,0,3,1,2,0.2,0.2121,0.86,0.1343,7,218,225
+8894,2012-01-11,1,1,1,10,0,3,1,2,0.24,0.2424,0.87,0.1343,13,84,97
+8895,2012-01-11,1,1,1,11,0,3,1,2,0.26,0.2879,0.87,0.0896,9,90,99
+8896,2012-01-11,1,1,1,12,0,3,1,3,0.3,0.3333,0.81,0,4,51,55
+8897,2012-01-11,1,1,1,13,0,3,1,3,0.32,0.3485,0.76,0,8,57,65
+8898,2012-01-11,1,1,1,14,0,3,1,3,0.32,0.3333,0.81,0.1045,3,70,73
+8899,2012-01-11,1,1,1,15,0,3,1,2,0.34,0.3485,0.87,0.0896,6,73,79
+8900,2012-01-11,1,1,1,16,0,3,1,2,0.34,0.3182,0.87,0.2537,6,112,118
+8901,2012-01-11,1,1,1,17,0,3,1,3,0.34,0.3182,0.87,0.2239,6,128,134
+8902,2012-01-11,1,1,1,18,0,3,1,3,0.34,0.3333,0.87,0.194,2,96,98
+8903,2012-01-11,1,1,1,19,0,3,1,3,0.32,0.303,0.93,0.2239,1,92,93
+8904,2012-01-11,1,1,1,20,0,3,1,3,0.32,0.3182,0.93,0.1642,2,55,57
+8905,2012-01-11,1,1,1,21,0,3,1,3,0.34,0.3182,0.87,0.2239,0,29,29
+8906,2012-01-11,1,1,1,22,0,3,1,3,0.34,0.3333,0.87,0.194,0,49,49
+8907,2012-01-11,1,1,1,23,0,3,1,3,0.34,0.3182,0.87,0.2239,0,9,9
+8908,2012-01-12,1,1,1,0,0,4,1,3,0.34,0.3333,0.93,0.194,0,3,3
+8909,2012-01-12,1,1,1,1,0,4,1,3,0.36,0.3485,0.93,0.194,0,3,3
+8910,2012-01-12,1,1,1,2,0,4,1,3,0.36,0.3485,0.93,0.2537,1,1,2
+8911,2012-01-12,1,1,1,3,0,4,1,3,0.36,0.3485,0.93,0.2537,0,3,3
+8912,2012-01-12,1,1,1,4,0,4,1,3,0.36,0.3485,0.93,0.194,0,2,2
+8913,2012-01-12,1,1,1,5,0,4,1,3,0.34,0.3485,0.93,0.0896,0,16,16
+8914,2012-01-12,1,1,1,6,0,4,1,3,0.36,0.3485,0.93,0.1343,1,88,89
+8915,2012-01-12,1,1,1,7,0,4,1,2,0.34,0.3182,0.87,0.2836,2,218,220
+8916,2012-01-12,1,1,1,8,0,4,1,1,0.32,0.3182,0.81,0.194,11,497,508
+8917,2012-01-12,1,1,1,9,0,4,1,1,0.32,0.3333,0.81,0.1045,10,220,230
+8918,2012-01-12,1,1,1,10,0,4,1,1,0.34,0.3485,0.81,0.1045,6,84,90
+8919,2012-01-12,1,1,1,11,0,4,1,2,0.34,0.3485,0.81,0.1045,18,101,119
+8920,2012-01-12,1,1,1,12,0,4,1,2,0.34,0.3485,0.81,0.1045,14,130,144
+8921,2012-01-12,1,1,1,13,0,4,1,1,0.42,0.4242,0.77,0.1642,13,170,183
+8922,2012-01-12,1,1,1,14,0,4,1,1,0.42,0.4242,0.77,0.1642,24,132,156
+8923,2012-01-12,1,1,1,15,0,4,1,1,0.44,0.4394,0.72,0.1343,32,156,188
+8924,2012-01-12,1,1,1,16,0,4,1,1,0.46,0.4545,0.67,0.194,33,248,281
+8925,2012-01-12,1,1,1,17,0,4,1,1,0.46,0.4545,0.63,0.1642,23,472,495
+8926,2012-01-12,1,1,1,18,0,4,1,1,0.44,0.4394,0.67,0.194,22,399,421
+8927,2012-01-12,1,1,1,19,0,4,1,2,0.42,0.4242,0.71,0.1642,17,313,330
+8928,2012-01-12,1,1,1,20,0,4,1,2,0.42,0.4242,0.71,0.194,11,229,240
+8929,2012-01-12,1,1,1,21,0,4,1,1,0.44,0.4394,0.67,0.1343,12,162,174
+8930,2012-01-12,1,1,1,22,0,4,1,1,0.38,0.3939,0.76,0.2985,12,121,133
+8931,2012-01-12,1,1,1,23,0,4,1,1,0.4,0.4091,0.76,0.3284,7,60,67
+8932,2012-01-13,1,1,1,0,0,5,1,2,0.4,0.4091,0.71,0.2836,4,38,42
+8933,2012-01-13,1,1,1,1,0,5,1,2,0.38,0.3939,0.76,0.2985,0,12,12
+8934,2012-01-13,1,1,1,2,0,5,1,1,0.4,0.4091,0.76,0.3582,1,13,14
+8935,2012-01-13,1,1,1,3,0,5,1,1,0.36,0.3333,0.87,0.2537,3,4,7
+8936,2012-01-13,1,1,1,4,0,5,1,3,0.32,0.2879,0.7,0.4925,1,2,3
+8937,2012-01-13,1,1,1,5,0,5,1,2,0.3,0.2424,0.7,0.5522,0,21,21
+8938,2012-01-13,1,1,1,6,0,5,1,2,0.26,0.2576,0.75,0.2239,2,71,73
+8939,2012-01-13,1,1,1,7,0,5,1,1,0.26,0.2576,0.6,0.2239,3,174,177
+8940,2012-01-13,1,1,1,8,0,5,1,1,0.24,0.2121,0.52,0.3582,11,408,419
+8941,2012-01-13,1,1,1,9,0,5,1,1,0.22,0.197,0.47,0.3881,10,204,214
+8942,2012-01-13,1,1,1,10,0,5,1,1,0.24,0.197,0.44,0.4478,2,101,103
+8943,2012-01-13,1,1,1,11,0,5,1,1,0.24,0.1818,0.38,0.6119,12,102,114
+8944,2012-01-13,1,1,1,12,0,5,1,1,0.24,0.197,0.38,0.4925,14,140,154
+8945,2012-01-13,1,1,1,13,0,5,1,1,0.26,0.2121,0.33,0.5224,14,140,154
+8946,2012-01-13,1,1,1,14,0,5,1,1,0.26,0.2121,0.33,0.5522,10,119,129
+8947,2012-01-13,1,1,1,15,0,5,1,1,0.26,0.2121,0.33,0.5821,15,123,138
+8948,2012-01-13,1,1,1,16,0,5,1,1,0.28,0.2424,0.3,0.4627,18,215,233
+8949,2012-01-13,1,1,1,17,0,5,1,1,0.28,0.2424,0.33,0.4179,15,317,332
+8950,2012-01-13,1,1,1,18,0,5,1,1,0.26,0.2273,0.38,0.2985,7,294,301
+8951,2012-01-13,1,1,1,19,0,5,1,1,0.26,0.2424,0.38,0.2836,7,199,206
+8952,2012-01-13,1,1,1,20,0,5,1,1,0.24,0.2424,0.41,0.1642,6,130,136
+8953,2012-01-13,1,1,1,21,0,5,1,1,0.24,0.2121,0.41,0.2836,7,95,102
+8954,2012-01-13,1,1,1,22,0,5,1,1,0.2,0.1818,0.47,0.3284,7,58,65
+8955,2012-01-13,1,1,1,23,0,5,1,1,0.18,0.1818,0.47,0.194,5,60,65
+8956,2012-01-14,1,1,1,0,0,6,0,1,0.16,0.1818,0.47,0.1045,2,42,44
+8957,2012-01-14,1,1,1,1,0,6,0,1,0.16,0.1515,0.47,0.194,6,44,50
+8958,2012-01-14,1,1,1,2,0,6,0,1,0.16,0.1667,0.47,0.1642,6,32,38
+8959,2012-01-14,1,1,1,3,0,6,0,1,0.14,0.1667,0.54,0.1045,6,14,20
+8960,2012-01-14,1,1,1,4,0,6,0,1,0.14,0.1515,0.5,0.1343,0,3,3
+8961,2012-01-14,1,1,1,5,0,6,0,1,0.14,0.1515,0.5,0.1343,0,4,4
+8962,2012-01-14,1,1,1,6,0,6,0,1,0.14,0.1515,0.5,0,0,5,5
+8963,2012-01-14,1,1,1,7,0,6,0,1,0.14,0.1515,0.5,0.1343,0,24,24
+8964,2012-01-14,1,1,1,8,0,6,0,1,0.12,0.1515,0.54,0.1045,3,89,92
+8965,2012-01-14,1,1,1,9,0,6,0,1,0.14,0.1667,0.5,0.1045,3,78,81
+8966,2012-01-14,1,1,1,10,0,6,0,1,0.16,0.2273,0.47,0,14,135,149
+8967,2012-01-14,1,1,1,11,0,6,0,1,0.2,0.197,0.4,0.194,28,150,178
+8968,2012-01-14,1,1,1,12,0,6,0,1,0.22,0.2121,0.41,0.2537,30,189,219
+8969,2012-01-14,1,1,1,13,0,6,0,1,0.22,0.2121,0.44,0.2836,38,182,220
+8970,2012-01-14,1,1,1,14,0,6,0,1,0.24,0.2121,0.41,0.2985,52,179,231
+8971,2012-01-14,1,1,1,15,0,6,0,1,0.24,0.2121,0.38,0.2985,49,177,226
+8972,2012-01-14,1,1,1,16,0,6,0,1,0.24,0.2273,0.38,0.2239,28,178,206
+8973,2012-01-14,1,1,1,17,0,6,0,1,0.24,0.2273,0.41,0.2537,15,129,144
+8974,2012-01-14,1,1,1,18,0,6,0,1,0.22,0.2273,0.41,0.194,21,122,143
+8975,2012-01-14,1,1,1,19,0,6,0,1,0.2,0.197,0.47,0.2239,12,90,102
+8976,2012-01-14,1,1,1,20,0,6,0,1,0.2,0.197,0.44,0.2537,8,95,103
+8977,2012-01-14,1,1,1,21,0,6,0,1,0.18,0.1667,0.43,0.2537,3,66,69
+8978,2012-01-14,1,1,1,22,0,6,0,1,0.16,0.1364,0.47,0.3582,4,62,66
+8979,2012-01-14,1,1,1,23,0,6,0,1,0.16,0.1515,0.47,0.2239,5,71,76
+8980,2012-01-15,1,1,1,0,0,0,0,1,0.16,0.1364,0.47,0.3284,9,50,59
+8981,2012-01-15,1,1,1,1,0,0,0,2,0.16,0.1364,0.47,0.2985,2,40,42
+8982,2012-01-15,1,1,1,2,0,0,0,2,0.16,0.1364,0.47,0.2836,5,38,43
+8983,2012-01-15,1,1,1,3,0,0,0,2,0.16,0.1364,0.48,0.3881,1,24,25
+8984,2012-01-15,1,1,1,4,0,0,0,2,0.16,0.1364,0.47,0.3881,1,5,6
+8985,2012-01-15,1,1,1,5,0,0,0,2,0.16,0.1364,0.47,0.3284,0,5,5
+8986,2012-01-15,1,1,1,6,0,0,0,2,0.14,0.1212,0.5,0.2836,1,7,8
+8987,2012-01-15,1,1,1,7,0,0,0,1,0.12,0.1212,0.54,0.2836,3,14,17
+8988,2012-01-15,1,1,1,8,0,0,0,1,0.12,0.1212,0.54,0.2239,2,34,36
+8989,2012-01-15,1,1,1,9,0,0,0,1,0.12,0.1364,0.54,0.194,10,80,90
+8990,2012-01-15,1,1,1,10,0,0,0,1,0.14,0.1212,0.54,0.2836,11,115,126
+8991,2012-01-15,1,1,1,11,0,0,0,1,0.16,0.1515,0.47,0.2239,21,144,165
+8992,2012-01-15,1,1,1,12,0,0,0,1,0.18,0.1667,0.4,0.2985,42,192,234
+8993,2012-01-15,1,1,1,13,0,0,0,1,0.2,0.1818,0.34,0.2836,40,184,224
+8994,2012-01-15,1,1,1,14,0,0,0,1,0.2,0.1818,0.32,0.3582,25,163,188
+8995,2012-01-15,1,1,1,15,0,0,0,1,0.22,0.2273,0.27,0.194,33,173,206
+8996,2012-01-15,1,1,1,16,0,0,0,1,0.22,0.2121,0.29,0.2985,31,174,205
+8997,2012-01-15,1,1,1,17,0,0,0,1,0.22,0.2121,0.25,0.2537,15,131,146
+8998,2012-01-15,1,1,1,18,0,0,0,1,0.18,0.1818,0.29,0.2239,7,113,120
+8999,2012-01-15,1,1,1,19,0,0,0,1,0.16,0.1667,0.37,0.1642,9,101,110
+9000,2012-01-15,1,1,1,20,0,0,0,1,0.16,0.1818,0.37,0.1045,10,85,95
+9001,2012-01-15,1,1,1,21,0,0,0,1,0.16,0.1667,0.4,0.1642,1,71,72
+9002,2012-01-15,1,1,1,22,0,0,0,1,0.18,0.2121,0.37,0.0896,2,58,60
+9003,2012-01-15,1,1,1,23,0,0,0,1,0.16,0.197,0.43,0.0896,3,26,29
+9004,2012-01-16,1,1,1,0,1,1,0,1,0.14,0.1515,0.46,0.1343,2,23,25
+9005,2012-01-16,1,1,1,1,1,1,0,1,0.14,0.1667,0.43,0.1045,2,18,20
+9006,2012-01-16,1,1,1,2,1,1,0,1,0.14,0.2121,0.46,0,3,14,17
+9007,2012-01-16,1,1,1,3,1,1,0,1,0.12,0.197,0.5,0,0,3,3
+9008,2012-01-16,1,1,1,4,1,1,0,1,0.12,0.1515,0.58,0.1045,2,6,8
+9009,2012-01-16,1,1,1,5,1,1,0,1,0.12,0.1667,0.54,0.0896,1,5,6
+9010,2012-01-16,1,1,1,6,1,1,0,1,0.1,0.1364,0.54,0.0896,0,13,13
+9011,2012-01-16,1,1,1,7,1,1,0,1,0.1,0.1364,0.54,0.1045,5,28,33
+9012,2012-01-16,1,1,1,8,1,1,0,1,0.1,0.1212,0.58,0.1642,3,75,78
+9013,2012-01-16,1,1,1,9,1,1,0,1,0.1,0.1212,0.58,0.1642,7,89,96
+9014,2012-01-16,1,1,1,10,1,1,0,2,0.14,0.1364,0.59,0.194,19,107,126
+9015,2012-01-16,1,1,1,11,1,1,0,1,0.16,0.1515,0.59,0.2537,21,158,179
+9016,2012-01-16,1,1,1,12,1,1,0,1,0.2,0.1818,0.55,0.3284,20,165,185
+9017,2012-01-16,1,1,1,13,1,1,0,2,0.24,0.197,0.41,0.4179,26,202,228
+9018,2012-01-16,1,1,1,14,1,1,0,1,0.24,0.2121,0.44,0.3881,23,158,181
+9019,2012-01-16,1,1,1,15,1,1,0,1,0.26,0.2121,0.44,0.4478,17,175,192
+9020,2012-01-16,1,1,1,16,1,1,0,1,0.26,0.2273,0.44,0.3582,22,158,180
+9021,2012-01-16,1,1,1,17,1,1,0,1,0.26,0.2273,0.48,0.3284,19,174,193
+9022,2012-01-16,1,1,1,18,1,1,0,1,0.26,0.2273,0.52,0.3284,6,175,181
+9023,2012-01-16,1,1,1,19,1,1,0,1,0.26,0.2424,0.56,0.2836,10,134,144
+9024,2012-01-16,1,1,1,20,1,1,0,1,0.26,0.2424,0.6,0.2836,2,88,90
+9025,2012-01-16,1,1,1,21,1,1,0,1,0.28,0.2576,0.52,0.3284,3,46,49
+9026,2012-01-16,1,1,1,22,1,1,0,2,0.3,0.2727,0.49,0.3582,4,39,43
+9027,2012-01-16,1,1,1,23,1,1,0,3,0.26,0.2273,0.7,0.2985,0,28,28
+9028,2012-01-17,1,1,1,0,0,2,1,2,0.26,0.2273,0.7,0.3284,0,12,12
+9029,2012-01-17,1,1,1,1,0,2,1,2,0.28,0.2576,0.65,0.3582,0,2,2
+9030,2012-01-17,1,1,1,2,0,2,1,3,0.28,0.2727,0.75,0.2537,0,12,12
+9031,2012-01-17,1,1,1,4,0,2,1,3,0.32,0.303,0.66,0.3284,0,2,2
+9032,2012-01-17,1,1,1,5,0,2,1,3,0.32,0.303,0.66,0.3284,0,13,13
+9033,2012-01-17,1,1,1,6,0,2,1,3,0.3,0.2879,0.75,0.2537,0,57,57
+9034,2012-01-17,1,1,1,7,0,2,1,3,0.3,0.2879,0.81,0.2239,5,121,126
+9035,2012-01-17,1,1,1,8,0,2,1,3,0.3,0.2879,0.81,0.2836,3,90,93
+9036,2012-01-17,1,1,1,9,0,2,1,3,0.32,0.303,0.81,0.2537,7,61,68
+9037,2012-01-17,1,1,1,10,0,2,1,3,0.3,0.2879,0.87,0.2537,1,61,62
+9038,2012-01-17,1,1,1,11,0,2,1,2,0.34,0.3485,0.87,0.1045,2,73,75
+9039,2012-01-17,1,1,1,12,0,2,1,2,0.32,0.303,0.87,0.2836,3,83,86
+9040,2012-01-17,1,1,1,13,0,2,1,2,0.38,0.3939,0.76,0.3284,8,95,103
+9041,2012-01-17,1,1,1,14,0,2,1,1,0.44,0.4394,0.62,0.4925,12,120,132
+9042,2012-01-17,1,1,1,15,0,2,1,1,0.44,0.4394,0.62,0.4925,6,123,129
+9043,2012-01-17,1,1,1,16,0,2,1,1,0.46,0.4545,0.63,0.5522,14,205,219
+9044,2012-01-17,1,1,1,17,0,2,1,1,0.46,0.4545,0.63,0.4478,20,442,462
+9045,2012-01-17,1,1,1,18,0,2,1,1,0.46,0.4545,0.63,0.4478,12,451,463
+9046,2012-01-17,1,1,1,19,0,2,1,1,0.46,0.4545,0.63,0.4179,11,297,308
+9047,2012-01-17,1,1,1,20,0,2,1,1,0.46,0.4545,0.63,0.3582,11,169,180
+9048,2012-01-17,1,1,1,21,0,2,1,1,0.46,0.4545,0.67,0.4627,6,174,180
+9049,2012-01-17,1,1,1,22,0,2,1,1,0.46,0.4545,0.72,0.3881,5,85,90
+9050,2012-01-17,1,1,1,23,0,2,1,1,0.46,0.4545,0.72,0.3881,1,60,61
+9051,2012-01-18,1,1,1,0,0,3,1,2,0.46,0.4545,0.77,0.3284,3,14,17
+9052,2012-01-18,1,1,1,1,0,3,1,2,0.46,0.4545,0.77,0.3284,0,10,10
+9053,2012-01-18,1,1,1,2,0,3,1,2,0.44,0.4394,0.51,0.4925,1,1,2
+9054,2012-01-18,1,1,1,3,0,3,1,2,0.44,0.4394,0.51,0.4925,1,3,4
+9055,2012-01-18,1,1,1,4,0,3,1,1,0.34,0.2879,0.46,0.5224,0,1,1
+9056,2012-01-18,1,1,1,5,0,3,1,1,0.34,0.2879,0.46,0.5224,0,29,29
+9057,2012-01-18,1,1,1,6,0,3,1,1,0.34,0.2879,0.36,0.5224,0,88,88
+9058,2012-01-18,1,1,1,7,0,3,1,1,0.32,0.2879,0.42,0.3582,1,262,263
+9059,2012-01-18,1,1,1,8,0,3,1,1,0.3,0.2727,0.52,0.4179,15,474,489
+9060,2012-01-18,1,1,1,9,0,3,1,1,0.28,0.2576,0.52,0.3284,6,196,202
+9061,2012-01-18,1,1,1,10,0,3,1,1,0.3,0.2727,0.42,0.4627,5,88,93
+9062,2012-01-18,1,1,1,11,0,3,1,1,0.3,0.2727,0.42,0.3881,4,110,114
+9063,2012-01-18,1,1,1,12,0,3,1,1,0.3,0.2576,0.39,0.4925,6,155,161
+9064,2012-01-18,1,1,1,13,0,3,1,1,0.3,0.2727,0.42,0.4627,6,124,130
+9065,2012-01-18,1,1,1,14,0,3,1,1,0.3,0.2727,0.33,0.3881,7,98,105
+9066,2012-01-18,1,1,1,15,0,3,1,1,0.3,0.2576,0.33,0.5224,8,122,130
+9067,2012-01-18,1,1,1,16,0,3,1,1,0.28,0.2273,0.3,0.5224,13,163,176
+9068,2012-01-18,1,1,1,17,0,3,1,1,0.26,0.2121,0.33,0.4478,8,338,346
+9069,2012-01-18,1,1,1,18,0,3,1,1,0.24,0.2121,0.32,0.3582,8,347,355
+9070,2012-01-18,1,1,1,19,0,3,1,1,0.22,0.197,0.37,0.3881,5,251,256
+9071,2012-01-18,1,1,1,20,0,3,1,1,0.22,0.2121,0.37,0.2537,1,164,165
+9072,2012-01-18,1,1,1,21,0,3,1,1,0.2,0.1667,0.4,0.4179,5,119,124
+9073,2012-01-18,1,1,1,22,0,3,1,1,0.18,0.1667,0.47,0.2537,4,74,78
+9074,2012-01-18,1,1,1,23,0,3,1,1,0.16,0.1364,0.47,0.2985,2,36,38
+9075,2012-01-19,1,1,1,0,0,4,1,1,0.14,0.1364,0.5,0.194,0,16,16
+9076,2012-01-19,1,1,1,1,0,4,1,1,0.14,0.1515,0.5,0.1642,0,5,5
+9077,2012-01-19,1,1,1,2,0,4,1,1,0.14,0.1515,0.5,0.1343,0,3,3
+9078,2012-01-19,1,1,1,3,0,4,1,1,0.12,0.1515,0.54,0.1045,0,4,4
+9079,2012-01-19,1,1,1,4,0,4,1,1,0.12,0.1515,0.54,0.1045,0,1,1
+9080,2012-01-19,1,1,1,5,0,4,1,1,0.12,0.1212,0.55,0.2537,0,19,19
+9081,2012-01-19,1,1,1,6,0,4,1,1,0.12,0.1364,0.54,0.1642,0,86,86
+9082,2012-01-19,1,1,1,7,0,4,1,1,0.12,0.1667,0.54,0.0896,2,204,206
+9083,2012-01-19,1,1,1,8,0,4,1,1,0.12,0.1515,0.54,0.1045,9,414,423
+9084,2012-01-19,1,1,1,9,0,4,1,1,0.12,0.197,0.54,0,6,204,210
+9085,2012-01-19,1,1,1,10,0,4,1,1,0.14,0.2121,0.59,0,10,98,108
+9086,2012-01-19,1,1,1,11,0,4,1,1,0.16,0.1667,0.55,0.1642,6,93,99
+9087,2012-01-19,1,1,1,12,0,4,1,1,0.2,0.197,0.51,0.194,5,106,111
+9088,2012-01-19,1,1,1,13,0,4,1,1,0.22,0.2121,0.47,0.2836,6,118,124
+9089,2012-01-19,1,1,1,14,0,4,1,1,0.24,0.2273,0.44,0.194,15,104,119
+9090,2012-01-19,1,1,1,15,0,4,1,1,0.26,0.2273,0.44,0.2985,9,118,127
+9091,2012-01-19,1,1,1,16,0,4,1,1,0.26,0.2273,0.41,0.3284,8,185,193
+9092,2012-01-19,1,1,1,17,0,4,1,2,0.26,0.2273,0.44,0.3284,21,364,385
+9093,2012-01-19,1,1,1,18,0,4,1,2,0.26,0.2273,0.44,0.3284,16,345,361
+9094,2012-01-19,1,1,1,19,0,4,1,2,0.26,0.2273,0.48,0.2985,5,229,234
+9095,2012-01-19,1,1,1,20,0,4,1,1,0.26,0.2121,0.52,0.4478,7,184,191
+9096,2012-01-19,1,1,1,21,0,4,1,1,0.26,0.2273,0.44,0.3582,4,117,121
+9097,2012-01-19,1,1,1,22,0,4,1,2,0.26,0.2273,0.44,0.4179,0,90,90
+9098,2012-01-19,1,1,1,23,0,4,1,1,0.26,0.2273,0.48,0.3284,1,55,56
+9099,2012-01-20,1,1,1,0,0,5,1,2,0.26,0.2273,0.48,0.2985,3,24,27
+9100,2012-01-20,1,1,1,1,0,5,1,1,0.26,0.2727,0.48,0.1343,0,15,15
+9101,2012-01-20,1,1,1,2,0,5,1,1,0.26,0.2727,0.48,0.1343,0,11,11
+9102,2012-01-20,1,1,1,3,0,5,1,1,0.24,0.2576,0.52,0.1045,0,4,4
+9103,2012-01-20,1,1,1,4,0,5,1,1,0.22,0.2424,0.6,0.1045,0,3,3
+9104,2012-01-20,1,1,1,5,0,5,1,1,0.22,0.2424,0.6,0.1045,0,19,19
+9105,2012-01-20,1,1,1,6,0,5,1,1,0.24,0.2121,0.6,0.2836,0,68,68
+9106,2012-01-20,1,1,1,7,0,5,1,1,0.22,0.2121,0.69,0.2239,2,183,185
+9107,2012-01-20,1,1,1,8,0,5,1,1,0.22,0.2121,0.64,0.2537,4,421,425
+9108,2012-01-20,1,1,1,9,0,5,1,1,0.22,0.197,0.47,0.3881,21,242,263
+9109,2012-01-20,1,1,1,10,0,5,1,2,0.22,0.2121,0.44,0.2836,1,96,97
+9110,2012-01-20,1,1,1,11,0,5,1,2,0.2,0.1818,0.32,0.3582,6,117,123
+9111,2012-01-20,1,1,1,12,0,5,1,2,0.2,0.1818,0.34,0.3284,5,119,124
+9112,2012-01-20,1,1,1,13,0,5,1,1,0.22,0.2121,0.32,0.2985,12,144,156
+9113,2012-01-20,1,1,1,14,0,5,1,2,0.22,0.2121,0.35,0.2985,8,107,115
+9114,2012-01-20,1,1,1,15,0,5,1,2,0.22,0.2273,0.35,0.194,12,144,156
+9115,2012-01-20,1,1,1,16,0,5,1,2,0.2,0.2121,0.37,0.1642,11,163,174
+9116,2012-01-20,1,1,1,17,0,5,1,2,0.22,0.2576,0.32,0.0896,9,340,349
+9117,2012-01-20,1,1,1,18,0,5,1,2,0.2,0.2273,0.34,0.0896,5,296,301
+9118,2012-01-20,1,1,1,19,0,5,1,2,0.2,0.2273,0.37,0.1045,6,186,192
+9119,2012-01-20,1,1,1,20,0,5,1,2,0.2,0.2273,0.34,0.0896,1,141,142
+9120,2012-01-20,1,1,1,21,0,5,1,2,0.2,0.2273,0.37,0.0896,5,99,104
+9121,2012-01-20,1,1,1,22,0,5,1,2,0.2,0.197,0.37,0.2239,1,71,72
+9122,2012-01-20,1,1,1,23,0,5,1,3,0.16,0.1515,0.64,0.2239,3,35,38
+9123,2012-01-21,1,1,1,0,0,6,0,3,0.16,0.1515,0.64,0.2239,0,24,24
+9124,2012-01-21,1,1,1,1,0,6,0,4,0.14,0.1364,0.86,0.194,1,22,23
+9125,2012-01-21,1,1,1,2,0,6,0,3,0.14,0.2121,0.86,0,1,25,26
+9126,2012-01-21,1,1,1,3,0,6,0,3,0.14,0.1818,0.93,0.0896,0,13,13
+9127,2012-01-21,1,1,1,4,0,6,0,3,0.16,0.197,0.86,0.0896,0,1,1
+9128,2012-01-21,1,1,1,5,0,6,0,3,0.16,0.1818,0.86,0.1045,0,2,2
+9129,2012-01-21,1,1,1,6,0,6,0,3,0.16,0.1667,0.93,0.1642,0,1,1
+9130,2012-01-21,1,1,1,7,0,6,0,3,0.16,0.1667,0.93,0.1642,3,10,13
+9131,2012-01-21,1,1,1,8,0,6,0,2,0.16,0.1515,0.93,0.2537,3,22,25
+9132,2012-01-21,1,1,1,9,0,6,0,2,0.16,0.1515,0.93,0.2537,2,40,42
+9133,2012-01-21,1,1,1,10,0,6,0,3,0.16,0.1515,0.93,0.2537,0,45,45
+9134,2012-01-21,1,1,1,11,0,6,0,2,0.18,0.2121,0.86,0.1045,1,62,63
+9135,2012-01-21,1,1,1,12,0,6,0,2,0.2,0.2121,0.8,0.1642,5,62,67
+9136,2012-01-21,1,1,1,13,0,6,0,2,0.2,0.197,0.8,0.2537,10,66,76
+9137,2012-01-21,1,1,1,14,0,6,0,3,0.2,0.197,0.8,0.194,6,89,95
+9138,2012-01-21,1,1,1,15,0,6,0,3,0.2,0.197,0.8,0.194,6,113,119
+9139,2012-01-21,1,1,1,16,0,6,0,2,0.2,0.1818,0.8,0.2985,5,113,118
+9140,2012-01-21,1,1,1,17,0,6,0,2,0.2,0.1818,0.8,0.3881,7,99,106
+9141,2012-01-21,1,1,1,18,0,6,0,2,0.2,0.1818,0.75,0.3881,3,107,110
+9142,2012-01-21,1,1,1,19,0,6,0,2,0.18,0.1515,0.8,0.3881,0,85,85
+9143,2012-01-21,1,1,1,20,0,6,0,2,0.18,0.1667,0.8,0.2985,5,62,67
+9144,2012-01-21,1,1,1,21,0,6,0,1,0.18,0.1515,0.74,0.3284,5,64,69
+9145,2012-01-21,1,1,1,22,0,6,0,2,0.18,0.1667,0.74,0.2985,3,56,59
+9146,2012-01-21,1,1,1,23,0,6,0,2,0.16,0.1515,0.8,0.2537,1,51,52
+9147,2012-01-22,1,1,1,0,0,0,0,1,0.16,0.1364,0.8,0.2985,1,51,52
+9148,2012-01-22,1,1,1,1,0,0,0,2,0.18,0.1667,0.74,0.2985,1,49,50
+9149,2012-01-22,1,1,1,2,0,0,0,2,0.18,0.1667,0.74,0.2836,1,46,47
+9150,2012-01-22,1,1,1,3,0,0,0,2,0.18,0.1667,0.69,0.2836,1,20,21
+9151,2012-01-22,1,1,1,4,0,0,0,3,0.16,0.1364,0.8,0.2836,1,1,2
+9152,2012-01-22,1,1,1,5,0,0,0,3,0.16,0.1515,0.74,0.2239,1,2,3
+9153,2012-01-22,1,1,1,6,0,0,0,2,0.16,0.1515,0.74,0.2239,0,4,4
+9154,2012-01-22,1,1,1,7,0,0,0,2,0.16,0.1515,0.74,0.2239,2,11,13
+9155,2012-01-22,1,1,1,8,0,0,0,2,0.16,0.1515,0.74,0.2239,3,29,32
+9156,2012-01-22,1,1,1,9,0,0,0,2,0.16,0.1515,0.74,0.2239,9,54,63
+9157,2012-01-22,1,1,1,10,0,0,0,2,0.16,0.1364,0.74,0.2836,9,120,129
+9158,2012-01-22,1,1,1,11,0,0,0,3,0.16,0.1515,0.8,0.2537,18,115,133
+9159,2012-01-22,1,1,1,12,0,0,0,2,0.16,0.1515,0.8,0.2239,24,161,185
+9160,2012-01-22,1,1,1,13,0,0,0,2,0.16,0.1818,0.8,0.1343,24,175,199
+9161,2012-01-22,1,1,1,14,0,0,0,2,0.16,0.1667,0.8,0.1642,19,163,182
+9162,2012-01-22,1,1,1,15,0,0,0,2,0.16,0.1515,0.8,0.194,27,149,176
+9163,2012-01-22,1,1,1,16,0,0,0,2,0.16,0.1515,0.8,0.194,12,143,155
+9164,2012-01-22,1,1,1,17,0,0,0,2,0.16,0.1818,0.8,0.1045,8,100,108
+9165,2012-01-22,1,1,1,18,0,0,0,3,0.16,0.1818,0.86,0.1045,11,110,121
+9166,2012-01-22,1,1,1,19,0,0,0,3,0.16,0.1818,0.86,0.1045,9,80,89
+9167,2012-01-22,1,1,1,20,0,0,0,3,0.16,0.1667,0.86,0.1642,5,69,74
+9168,2012-01-22,1,1,1,21,0,0,0,3,0.16,0.1818,0.86,0.1045,8,36,44
+9169,2012-01-22,1,1,1,22,0,0,0,2,0.16,0.197,0.93,0.0896,0,58,58
+9170,2012-01-22,1,1,1,23,0,0,0,2,0.16,0.1818,0.93,0.1045,2,35,37
+9171,2012-01-23,1,1,1,0,0,1,1,2,0.18,0.2424,0.86,0,2,17,19
+9172,2012-01-23,1,1,1,1,0,1,1,2,0.18,0.2121,0.86,0.1045,0,4,4
+9173,2012-01-23,1,1,1,2,0,1,1,2,0.18,0.2121,0.86,0.1045,0,2,2
+9174,2012-01-23,1,1,1,3,0,1,1,2,0.18,0.2424,0.86,0,0,1,1
+9175,2012-01-23,1,1,1,4,0,1,1,2,0.2,0.2576,0.8,0,0,1,1
+9176,2012-01-23,1,1,1,5,0,1,1,2,0.2,0.2576,0.86,0,0,19,19
+9177,2012-01-23,1,1,1,6,0,1,1,2,0.2,0.2576,0.86,0,6,36,42
+9178,2012-01-23,1,1,1,7,0,1,1,3,0.2,0.2576,0.86,0,8,114,122
+9179,2012-01-23,1,1,1,8,0,1,1,3,0.2,0.2121,0.86,0.1343,5,267,272
+9180,2012-01-23,1,1,1,9,0,1,1,2,0.2,0.2273,0.86,0.0896,13,198,211
+9181,2012-01-23,1,1,1,10,0,1,1,2,0.2,0.2576,0.93,0,10,139,149
+9182,2012-01-23,1,1,1,11,0,1,1,2,0.2,0.2273,0.93,0.0896,5,57,62
+9183,2012-01-23,1,1,1,12,0,1,1,2,0.22,0.2727,0.93,0,10,52,62
+9184,2012-01-23,1,1,1,13,0,1,1,3,0.22,0.2576,0.93,0.0896,5,32,37
+9185,2012-01-23,1,1,1,14,0,1,1,3,0.22,0.2273,0.93,0.194,13,48,61
+9186,2012-01-23,1,1,1,15,0,1,1,2,0.22,0.2121,1,0.2239,10,64,74
+9187,2012-01-23,1,1,1,16,0,1,1,2,0.24,0.2424,0.93,0.1642,14,108,122
+9188,2012-01-23,1,1,1,17,0,1,1,2,0.24,0.2576,0.96,0.1045,6,270,276
+9189,2012-01-23,1,1,1,18,0,1,1,2,0.24,0.2424,0.93,0.1343,7,275,282
+9190,2012-01-23,1,1,1,19,0,1,1,2,0.26,0.2576,0.93,0.1642,9,211,220
+9191,2012-01-23,1,1,1,20,0,1,1,2,0.26,0.2576,1,0.1642,8,161,169
+9192,2012-01-23,1,1,1,21,0,1,1,2,0.26,0.2424,1,0.2836,8,112,120
+9193,2012-01-23,1,1,1,22,0,1,1,2,0.26,0.2424,1,0.2836,4,64,68
+9194,2012-01-23,1,1,1,23,0,1,1,2,0.28,0.2576,0.93,0.3284,2,35,37
+9195,2012-01-24,1,1,1,0,0,2,1,2,0.3,0.2879,1,0.2836,6,19,25
+9196,2012-01-24,1,1,1,1,0,2,1,2,0.32,0.303,0.93,0.2537,2,7,9
+9197,2012-01-24,1,1,1,2,0,2,1,2,0.32,0.303,0.93,0.2239,2,6,8
+9198,2012-01-24,1,1,1,3,0,2,1,2,0.32,0.3333,0.93,0.1343,0,3,3
+9199,2012-01-24,1,1,1,4,0,2,1,2,0.3,0.3182,1,0.0896,0,2,2
+9200,2012-01-24,1,1,1,5,0,2,1,2,0.3,0.3182,1,0.0896,0,26,26
+9201,2012-01-24,1,1,1,6,0,2,1,2,0.32,0.3182,0.93,0.194,1,88,89
+9202,2012-01-24,1,1,1,7,0,2,1,2,0.32,0.3333,0.93,0.1343,11,221,232
+9203,2012-01-24,1,1,1,8,0,2,1,2,0.32,0.3333,0.93,0.1343,11,479,490
+9204,2012-01-24,1,1,1,9,0,2,1,2,0.32,0.3333,0.87,0.0896,11,244,255
+9205,2012-01-24,1,1,1,10,0,2,1,1,0.32,0.3333,0.93,0.0896,23,93,116
+9206,2012-01-24,1,1,1,11,0,2,1,1,0.34,0.3333,0.87,0.1343,30,123,153
+9207,2012-01-24,1,1,1,12,0,2,1,1,0.34,0.3333,0.87,0.1642,25,150,175
+9208,2012-01-24,1,1,1,13,0,2,1,1,0.34,0.3333,0.87,0.1642,33,170,203
+9209,2012-01-24,1,1,1,14,0,2,1,1,0.36,0.3485,0.81,0.2239,35,138,173
+9210,2012-01-24,1,1,1,15,0,2,1,2,0.4,0.4091,0.71,0.1642,52,156,208
+9211,2012-01-24,1,1,1,16,0,2,1,1,0.4,0.4091,0.71,0.1343,35,243,278
+9212,2012-01-24,1,1,1,17,0,2,1,1,0.42,0.4242,0.67,0.0896,41,474,515
+9213,2012-01-24,1,1,1,18,0,2,1,1,0.4,0.4091,0.62,0.0896,32,391,423
+9214,2012-01-24,1,1,1,19,0,2,1,1,0.44,0.4394,0.51,0.0896,20,311,331
+9215,2012-01-24,1,1,1,20,0,2,1,1,0.32,0.3485,0.76,0,18,211,229
+9216,2012-01-24,1,1,1,21,0,2,1,1,0.36,0.3788,0.71,0,18,154,172
+9217,2012-01-24,1,1,1,22,0,2,1,1,0.32,0.3485,0.81,0,14,111,125
+9218,2012-01-24,1,1,1,23,0,2,1,1,0.32,0.3485,0.76,0,19,80,99
+9219,2012-01-25,1,1,1,0,0,3,1,1,0.26,0.303,0.93,0,6,25,31
+9220,2012-01-25,1,1,1,1,0,3,1,1,0.3,0.2879,0.7,0.2239,4,9,13
+9221,2012-01-25,1,1,1,2,0,3,1,1,0.28,0.2727,0.7,0.194,3,3,6
+9222,2012-01-25,1,1,1,3,0,3,1,1,0.26,0.2576,0.75,0.194,0,1,1
+9223,2012-01-25,1,1,1,4,0,3,1,1,0.26,0.2424,0.7,0.2836,0,4,4
+9224,2012-01-25,1,1,1,5,0,3,1,1,0.26,0.2424,0.7,0.2836,0,33,33
+9225,2012-01-25,1,1,1,6,0,3,1,1,0.24,0.2273,0.73,0.2239,1,87,88
+9226,2012-01-25,1,1,1,7,0,3,1,1,0.24,0.2273,0.75,0.2239,14,243,257
+9227,2012-01-25,1,1,1,8,0,3,1,1,0.24,0.2273,0.7,0.2537,18,495,513
+9228,2012-01-25,1,1,1,9,0,3,1,1,0.24,0.2273,0.7,0.2537,18,218,236
+9229,2012-01-25,1,1,1,10,0,3,1,2,0.26,0.2273,0.7,0.3284,30,111,141
+9230,2012-01-25,1,1,1,11,0,3,1,2,0.3,0.2727,0.61,0.2985,52,105,157
+9231,2012-01-25,1,1,1,12,0,3,1,1,0.32,0.3333,0.53,0.1343,46,147,193
+9232,2012-01-25,1,1,1,13,0,3,1,1,0.34,0.3333,0.49,0.1343,63,149,212
+9233,2012-01-25,1,1,1,14,0,3,1,1,0.34,0.3485,0.49,0.0896,53,107,160
+9234,2012-01-25,1,1,1,15,0,3,1,1,0.36,0.3788,0.46,0,30,125,155
+9235,2012-01-25,1,1,1,16,0,3,1,1,0.34,0.3333,0.53,0.1642,29,217,246
+9236,2012-01-25,1,1,1,17,0,3,1,1,0.36,0.3485,0.53,0.1642,27,443,470
+9237,2012-01-25,1,1,1,18,0,3,1,1,0.32,0.3333,0.66,0.1343,24,415,439
+9238,2012-01-25,1,1,1,19,0,3,1,2,0.34,0.3636,0.53,0,5,311,316
+9239,2012-01-25,1,1,1,20,0,3,1,1,0.32,0.3182,0.61,0.194,10,225,235
+9240,2012-01-25,1,1,1,21,0,3,1,1,0.3,0.3333,0.65,0,19,166,185
+9241,2012-01-25,1,1,1,22,0,3,1,1,0.3,0.3182,0.65,0.0896,12,101,113
+9242,2012-01-25,1,1,1,23,0,3,1,2,0.28,0.3182,0.65,0,3,63,66
+9243,2012-01-26,1,1,1,0,0,4,1,2,0.28,0.2879,0.75,0.1045,3,22,25
+9244,2012-01-26,1,1,1,1,0,4,1,2,0.28,0.3182,0.75,0,5,16,21
+9245,2012-01-26,1,1,1,2,0,4,1,2,0.28,0.2727,0.75,0.1642,1,6,7
+9246,2012-01-26,1,1,1,3,0,4,1,2,0.28,0.303,0.75,0.0896,1,5,6
+9247,2012-01-26,1,1,1,4,0,4,1,1,0.28,0.3182,0.75,0,0,3,3
+9248,2012-01-26,1,1,1,5,0,4,1,2,0.3,0.3182,0.75,0.1045,0,28,28
+9249,2012-01-26,1,1,1,6,0,4,1,2,0.28,0.3182,0.81,0,0,88,88
+9250,2012-01-26,1,1,1,7,0,4,1,2,0.28,0.303,0.81,0.0896,11,228,239
+9251,2012-01-26,1,1,1,8,0,4,1,2,0.28,0.303,0.81,0.0896,16,514,530
+9252,2012-01-26,1,1,1,9,0,4,1,2,0.3,0.3333,0.81,0,18,256,274
+9253,2012-01-26,1,1,1,10,0,4,1,2,0.3,0.303,0.81,0.1343,16,92,108
+9254,2012-01-26,1,1,1,11,0,4,1,2,0.3,0.3182,0.87,0.1045,11,100,111
+9255,2012-01-26,1,1,1,12,0,4,1,2,0.34,0.3333,0.81,0.1343,29,136,165
+9256,2012-01-26,1,1,1,13,0,4,1,2,0.38,0.3939,0.71,0,17,156,173
+9257,2012-01-26,1,1,1,14,0,4,1,2,0.4,0.4091,0.71,0.1045,16,112,128
+9258,2012-01-26,1,1,1,15,0,4,1,2,0.42,0.4242,0.71,0.1045,22,142,164
+9259,2012-01-26,1,1,1,16,0,4,1,2,0.4,0.4091,0.71,0.0896,15,209,224
+9260,2012-01-26,1,1,1,17,0,4,1,2,0.42,0.4242,0.71,0,16,397,413
+9261,2012-01-26,1,1,1,18,0,4,1,2,0.42,0.4242,0.71,0,12,394,406
+9262,2012-01-26,1,1,1,19,0,4,1,2,0.4,0.4091,0.76,0.1045,11,302,313
+9263,2012-01-26,1,1,1,20,0,4,1,2,0.4,0.4091,0.82,0.1343,8,216,224
+9264,2012-01-26,1,1,1,21,0,4,1,2,0.4,0.4091,0.76,0.1045,8,184,192
+9265,2012-01-26,1,1,1,22,0,4,1,1,0.38,0.3939,0.82,0.1045,3,139,142
+9266,2012-01-26,1,1,1,23,0,4,1,2,0.4,0.4091,0.82,0,5,86,91
+9267,2012-01-27,1,1,1,0,0,5,1,2,0.4,0.4091,0.82,0.2537,6,32,38
+9268,2012-01-27,1,1,1,1,0,5,1,2,0.4,0.4091,0.87,0.2239,6,23,29
+9269,2012-01-27,1,1,1,2,0,5,1,1,0.42,0.4242,0.94,0.1343,2,11,13
+9270,2012-01-27,1,1,1,3,0,5,1,2,0.42,0.4242,0.94,0.2836,3,5,8
+9271,2012-01-27,1,1,1,4,0,5,1,2,0.4,0.4091,1,0.2985,1,3,4
+9272,2012-01-27,1,1,1,5,0,5,1,2,0.42,0.4242,0.94,0.3284,0,24,24
+9273,2012-01-27,1,1,1,6,0,5,1,2,0.42,0.4242,1,0.3284,0,72,72
+9274,2012-01-27,1,1,1,7,0,5,1,2,0.42,0.4242,1,0.2985,6,128,134
+9275,2012-01-27,1,1,1,8,0,5,1,3,0.5,0.4848,0.88,0.2836,14,206,220
+9276,2012-01-27,1,1,1,9,0,5,1,3,0.5,0.4848,0.88,0.2836,6,101,107
+9277,2012-01-27,1,1,1,10,0,5,1,3,0.48,0.4697,1,0.1642,9,117,126
+9278,2012-01-27,1,1,1,11,0,5,1,2,0.48,0.4697,0.94,0.1343,10,95,105
+9279,2012-01-27,1,1,1,12,0,5,1,2,0.5,0.4848,0.88,0.1642,25,155,180
+9280,2012-01-27,1,1,1,13,0,5,1,1,0.5,0.4848,0.59,0.4627,26,175,201
+9281,2012-01-27,1,1,1,14,0,5,1,1,0.5,0.4848,0.55,0.5522,23,153,176
+9282,2012-01-27,1,1,1,15,0,5,1,1,0.48,0.4697,0.51,0.3284,27,170,197
+9283,2012-01-27,1,1,1,16,0,5,1,1,0.44,0.4394,0.51,0.5522,26,241,267
+9284,2012-01-27,1,1,1,17,0,5,1,1,0.42,0.4242,0.5,0.5821,16,406,422
+9285,2012-01-27,1,1,1,18,0,5,1,1,0.4,0.4091,0.5,0.4925,20,363,383
+9286,2012-01-27,1,1,1,19,0,5,1,1,0.36,0.3333,0.5,0.3881,10,241,251
+9287,2012-01-27,1,1,1,20,0,5,1,1,0.34,0.303,0.53,0.3582,6,153,159
+9288,2012-01-27,1,1,1,21,0,5,1,1,0.34,0.2879,0.53,0.5224,8,127,135
+9289,2012-01-27,1,1,1,22,0,5,1,1,0.34,0.303,0.49,0.3881,11,108,119
+9290,2012-01-27,1,1,1,23,0,5,1,1,0.32,0.2879,0.49,0.4179,8,78,86
+9291,2012-01-28,1,1,1,0,0,6,0,1,0.3,0.2879,0.52,0.2836,1,68,69
+9292,2012-01-28,1,1,1,1,0,6,0,1,0.3,0.303,0.52,0.1642,1,57,58
+9293,2012-01-28,1,1,1,2,0,6,0,1,0.26,0.303,0.6,0,3,38,41
+9294,2012-01-28,1,1,1,3,0,6,0,1,0.26,0.2879,0.6,0.0896,1,16,17
+9295,2012-01-28,1,1,1,4,0,6,0,1,0.26,0.2576,0.6,0.1642,0,8,8
+9296,2012-01-28,1,1,1,5,0,6,0,1,0.24,0.2576,0.75,0.0896,0,10,10
+9297,2012-01-28,1,1,1,6,0,6,0,1,0.24,0.2879,0.7,0,3,12,15
+9298,2012-01-28,1,1,1,7,0,6,0,1,0.22,0.2727,0.75,0,3,28,31
+9299,2012-01-28,1,1,1,8,0,6,0,1,0.2,0.2273,0.8,0.0896,9,82,91
+9300,2012-01-28,1,1,1,9,0,6,0,1,0.22,0.2727,0.8,0,13,145,158
+9301,2012-01-28,1,1,1,10,0,6,0,1,0.26,0.2727,0.7,0.1343,27,164,191
+9302,2012-01-28,1,1,1,11,0,6,0,1,0.3,0.303,0.56,0.1343,55,241,296
+9303,2012-01-28,1,1,1,12,0,6,0,1,0.3,0.2879,0.61,0.2836,70,244,314
+9304,2012-01-28,1,1,1,13,0,6,0,1,0.34,0.3182,0.57,0.2537,80,293,373
+9305,2012-01-28,1,1,1,14,0,6,0,1,0.38,0.3939,0.5,0.3881,123,239,362
+9306,2012-01-28,1,1,1,15,0,6,0,1,0.4,0.4091,0.47,0.3284,90,320,410
+9307,2012-01-28,1,1,1,16,0,6,0,1,0.42,0.4242,0.44,0.3582,131,276,407
+9308,2012-01-28,1,1,1,17,0,6,0,1,0.42,0.4242,0.44,0.3881,57,233,290
+9309,2012-01-28,1,1,1,18,0,6,0,1,0.42,0.4242,0.41,0.2239,40,201,241
+9310,2012-01-28,1,1,1,19,0,6,0,2,0.42,0.4242,0.41,0.5522,33,173,206
+9311,2012-01-28,1,1,1,20,0,6,0,1,0.4,0.4091,0.35,0.3881,5,115,120
+9312,2012-01-28,1,1,1,21,0,6,0,1,0.36,0.3333,0.29,0.3582,18,109,127
+9313,2012-01-28,1,1,1,22,0,6,0,1,0.34,0.3333,0.34,0.194,6,97,103
+9314,2012-01-28,1,1,1,23,0,6,0,1,0.32,0.3182,0.31,0.194,6,79,85
+9315,2012-01-29,1,1,1,0,0,0,0,1,0.3,0.2879,0.33,0.2239,15,81,96
+9316,2012-01-29,1,1,1,1,0,0,0,1,0.3,0.2727,0.28,0.3582,5,68,73
+9317,2012-01-29,1,1,1,2,0,0,0,1,0.28,0.2576,0.26,0.3284,3,48,51
+9318,2012-01-29,1,1,1,3,0,0,0,1,0.26,0.2576,0.28,0.194,4,17,21
+9319,2012-01-29,1,1,1,4,0,0,0,1,0.24,0.2576,0.3,0,0,5,5
+9320,2012-01-29,1,1,1,5,0,0,0,1,0.2,0.2121,0.51,0.1343,1,6,7
+9321,2012-01-29,1,1,1,6,0,0,0,1,0.2,0.2273,0.4,0.1045,1,4,5
+9322,2012-01-29,1,1,1,7,0,0,0,1,0.2,0.2121,0.37,0.1343,0,12,12
+9323,2012-01-29,1,1,1,8,0,0,0,1,0.18,0.197,0.4,0.1343,9,61,70
+9324,2012-01-29,1,1,1,9,0,0,0,1,0.18,0.197,0.43,0.1343,13,98,111
+9325,2012-01-29,1,1,1,10,0,0,0,1,0.24,0.2424,0.35,0.1343,38,153,191
+9326,2012-01-29,1,1,1,11,0,0,0,1,0.28,0.2727,0.28,0.2239,57,198,255
+9327,2012-01-29,1,1,1,12,0,0,0,1,0.32,0.303,0.26,0.2239,73,215,288
+9328,2012-01-29,1,1,1,13,0,0,0,1,0.32,0.303,0.26,0.2239,78,238,316
+9329,2012-01-29,1,1,1,14,0,0,0,1,0.32,0.303,0.26,0.2537,51,229,280
+9330,2012-01-29,1,1,1,15,0,0,0,1,0.36,0.3333,0.25,0.2836,68,242,310
+9331,2012-01-29,1,1,1,16,0,0,0,1,0.36,0.3333,0.21,0.4179,54,268,322
+9332,2012-01-29,1,1,1,17,0,0,0,1,0.36,0.3333,0.21,0.4179,33,201,234
+9333,2012-01-29,1,1,1,18,0,0,0,1,0.34,0.303,0.23,0.3582,17,151,168
+9334,2012-01-29,1,1,1,19,0,0,0,1,0.32,0.303,0.29,0.2537,14,145,159
+9335,2012-01-29,1,1,1,20,0,0,0,1,0.3,0.2879,0.39,0.2239,13,98,111
+9336,2012-01-29,1,1,1,21,0,0,0,1,0.3,0.2879,0.33,0.2836,0,69,69
+9337,2012-01-29,1,1,1,22,0,0,0,1,0.32,0.2879,0.26,0.3881,7,57,64
+9338,2012-01-29,1,1,1,23,0,0,0,1,0.3,0.2727,0.33,0.3284,4,21,25
+9339,2012-01-30,1,1,1,0,0,1,1,2,0.32,0.2879,0.26,0.4179,0,10,10
+9340,2012-01-30,1,1,1,1,0,1,1,1,0.26,0.2273,0.6,0.3582,0,9,9
+9341,2012-01-30,1,1,1,2,0,1,1,1,0.24,0.2121,0.48,0.3582,1,6,7
+9342,2012-01-30,1,1,1,3,0,1,1,1,0.24,0.2273,0.48,0.194,0,4,4
+9343,2012-01-30,1,1,1,4,0,1,1,1,0.2,0.2121,0.51,0.1343,0,5,5
+9344,2012-01-30,1,1,1,5,0,1,1,1,0.2,0.2121,0.51,0.1343,0,26,26
+9345,2012-01-30,1,1,1,6,0,1,1,1,0.22,0.2121,0.44,0.2537,0,80,80
+9346,2012-01-30,1,1,1,7,0,1,1,1,0.22,0.2121,0.44,0.2836,4,221,225
+9347,2012-01-30,1,1,1,8,0,1,1,1,0.2,0.197,0.47,0.2239,12,481,493
+9348,2012-01-30,1,1,1,9,0,1,1,1,0.2,0.197,0.47,0.2239,5,193,198
+9349,2012-01-30,1,1,1,10,0,1,1,1,0.22,0.2121,0.41,0.2836,3,82,85
+9350,2012-01-30,1,1,1,11,0,1,1,1,0.26,0.2576,0.38,0,6,93,99
+9351,2012-01-30,1,1,1,12,0,1,1,1,0.26,0.2273,0.35,0.3881,5,129,134
+9352,2012-01-30,1,1,1,13,0,1,1,1,0.3,0.2879,0.31,0.194,15,117,132
+9353,2012-01-30,1,1,1,14,0,1,1,1,0.32,0.3333,0.24,0.1343,15,100,115
+9354,2012-01-30,1,1,1,15,0,1,1,1,0.32,0.3182,0.24,0.194,7,131,138
+9355,2012-01-30,1,1,1,16,0,1,1,1,0.34,0.3333,0.25,0.194,11,210,221
+9356,2012-01-30,1,1,1,17,0,1,1,1,0.36,0.3485,0.21,0.194,16,422,438
+9357,2012-01-30,1,1,1,18,0,1,1,1,0.34,0.3333,0.23,0.1642,11,399,410
+9358,2012-01-30,1,1,1,19,0,1,1,1,0.3,0.3182,0.45,0.1045,8,298,306
+9359,2012-01-30,1,1,1,20,0,1,1,1,0.3,0.303,0.39,0.1642,2,179,181
+9360,2012-01-30,1,1,1,21,0,1,1,1,0.3,0.303,0.42,0.1642,3,159,162
+9361,2012-01-30,1,1,1,22,0,1,1,1,0.28,0.2727,0.48,0.2239,2,92,94
+9362,2012-01-30,1,1,1,23,0,1,1,1,0.26,0.2576,0.6,0.194,0,52,52
+9363,2012-01-31,1,1,1,0,0,2,1,1,0.28,0.2727,0.52,0.2537,0,15,15
+9364,2012-01-31,1,1,1,1,0,2,1,1,0.3,0.2727,0.42,0.2985,1,7,8
+9365,2012-01-31,1,1,1,2,0,2,1,1,0.3,0.2879,0.42,0.2239,0,2,2
+9366,2012-01-31,1,1,1,3,0,2,1,1,0.3,0.2879,0.45,0.2239,0,2,2
+9367,2012-01-31,1,1,1,4,0,2,1,1,0.3,0.2879,0.49,0.194,0,1,1
+9368,2012-01-31,1,1,1,5,0,2,1,1,0.3,0.2879,0.49,0.194,0,22,22
+9369,2012-01-31,1,1,1,6,0,2,1,1,0.28,0.2727,0.52,0.1642,0,104,104
+9370,2012-01-31,1,1,1,7,0,2,1,1,0.26,0.2576,0.6,0.194,6,273,279
+9371,2012-01-31,1,1,1,8,0,2,1,1,0.26,0.2727,0.6,0.1045,14,498,512
+9372,2012-01-31,1,1,1,9,0,2,1,1,0.3,0.2879,0.52,0.194,30,231,261
+9373,2012-01-31,1,1,1,10,0,2,1,2,0.32,0.3182,0.57,0.194,34,110,144
+9374,2012-01-31,1,1,1,11,0,2,1,1,0.4,0.4091,0.37,0.2836,14,125,139
+9375,2012-01-31,1,1,1,12,0,2,1,1,0.4,0.4091,0.43,0.2985,13,181,194
+9376,2012-01-31,1,1,1,13,0,2,1,1,0.46,0.4545,0.36,0.2239,27,171,198
+9377,2012-01-31,1,1,1,14,0,2,1,1,0.5,0.4848,0.29,0.3284,18,142,160
+9378,2012-01-31,1,1,1,15,0,2,1,1,0.54,0.5152,0.26,0.4478,27,150,177
+9379,2012-01-31,1,1,1,16,0,2,1,1,0.54,0.5152,0.26,0.4478,30,277,307
+9380,2012-01-31,1,1,1,17,0,2,1,1,0.54,0.5152,0.26,0.4179,41,518,559
+9381,2012-01-31,1,1,1,18,0,2,1,1,0.54,0.5152,0.24,0.3582,16,486,502
+9382,2012-01-31,1,1,1,19,0,2,1,1,0.5,0.4848,0.29,0.2836,22,306,328
+9383,2012-01-31,1,1,1,20,0,2,1,1,0.4,0.4091,0.58,0.1045,15,223,238
+9384,2012-01-31,1,1,1,21,0,2,1,1,0.46,0.4545,0.33,0.2985,3,162,165
+9385,2012-01-31,1,1,1,22,0,2,1,1,0.44,0.4394,0.35,0.2985,11,118,129
+9386,2012-01-31,1,1,1,23,0,2,1,1,0.44,0.4394,0.38,0.2537,2,61,63
+9387,2012-02-01,1,1,2,0,0,3,1,1,0.44,0.4394,0.38,0.2836,0,31,31
+9388,2012-02-01,1,1,2,1,0,3,1,1,0.44,0.4394,0.41,0.2836,0,4,4
+9389,2012-02-01,1,1,2,2,0,3,1,1,0.44,0.4394,0.44,0.2836,1,6,7
+9390,2012-02-01,1,1,2,3,0,3,1,1,0.44,0.4394,0.44,0.194,0,3,3
+9391,2012-02-01,1,1,2,4,0,3,1,1,0.4,0.4091,0.5,0.1642,0,1,1
+9392,2012-02-01,1,1,2,5,0,3,1,1,0.4,0.4091,0.5,0.1642,0,18,18
+9393,2012-02-01,1,1,2,6,0,3,1,3,0.4,0.4091,0.54,0.1642,0,67,67
+9394,2012-02-01,1,1,2,7,0,3,1,3,0.38,0.3939,0.62,0.0896,7,201,208
+9395,2012-02-01,1,1,2,8,0,3,1,3,0.36,0.3636,0.73,0.1045,15,505,520
+9396,2012-02-01,1,1,2,9,0,3,1,2,0.36,0.3485,0.71,0.194,9,267,276
+9397,2012-02-01,1,1,2,10,0,3,1,1,0.4,0.4091,0.62,0.1343,9,124,133
+9398,2012-02-01,1,1,2,11,0,3,1,1,0.4,0.4091,0.58,0.1642,27,116,143
+9399,2012-02-01,1,1,2,12,0,3,1,1,0.44,0.4394,0.54,0.1045,26,153,179
+9400,2012-02-01,1,1,2,13,0,3,1,1,0.46,0.4545,0.47,0.2239,12,174,186
+9401,2012-02-01,1,1,2,14,0,3,1,1,0.62,0.6212,0.33,0.2239,33,159,192
+9402,2012-02-01,1,1,2,15,0,3,1,1,0.6,0.6212,0.35,0.2836,25,169,194
+9403,2012-02-01,1,1,2,16,0,3,1,1,0.6,0.6212,0.4,0.2239,22,261,283
+9404,2012-02-01,1,1,2,17,0,3,1,1,0.58,0.5455,0.43,0.194,31,508,539
+9405,2012-02-01,1,1,2,18,0,3,1,1,0.56,0.5303,0.46,0.1642,12,514,526
+9406,2012-02-01,1,1,2,19,0,3,1,1,0.54,0.5152,0.52,0.2836,20,315,335
+9407,2012-02-01,1,1,2,20,0,3,1,1,0.52,0.5,0.52,0.1642,10,254,264
+9408,2012-02-01,1,1,2,21,0,3,1,1,0.52,0.5,0.52,0.1642,16,217,233
+9409,2012-02-01,1,1,2,22,0,3,1,1,0.5,0.4848,0.55,0.194,7,133,140
+9410,2012-02-01,1,1,2,23,0,3,1,1,0.46,0.4545,0.63,0.0896,22,75,97
+9411,2012-02-02,1,1,2,0,0,4,1,1,0.46,0.4545,0.59,0.1343,7,24,31
+9412,2012-02-02,1,1,2,1,0,4,1,2,0.46,0.4545,0.55,0,3,14,17
+9413,2012-02-02,1,1,2,2,0,4,1,2,0.42,0.4242,0.67,0.1343,2,7,9
+9414,2012-02-02,1,1,2,3,0,4,1,2,0.42,0.4242,0.67,0.1343,0,2,2
+9415,2012-02-02,1,1,2,4,0,4,1,3,0.4,0.4091,0.82,0.0896,0,1,1
+9416,2012-02-02,1,1,2,5,0,4,1,3,0.4,0.4091,0.82,0,0,19,19
+9417,2012-02-02,1,1,2,6,0,4,1,3,0.36,0.3788,0.9,0,1,73,74
+9418,2012-02-02,1,1,2,7,0,4,1,3,0.36,0.3788,0.93,0,4,201,205
+9419,2012-02-02,1,1,2,8,0,4,1,3,0.4,0.4091,0.87,0,9,436,445
+9420,2012-02-02,1,1,2,9,0,4,1,3,0.38,0.3939,0.87,0,15,213,228
+9421,2012-02-02,1,1,2,10,0,4,1,3,0.42,0.4242,0.77,0.1045,6,72,78
+9422,2012-02-02,1,1,2,11,0,4,1,3,0.4,0.4091,0.82,0.2537,6,99,105
+9423,2012-02-02,1,1,2,12,0,4,1,1,0.42,0.4242,0.82,0,8,140,148
+9424,2012-02-02,1,1,2,13,0,4,1,2,0.42,0.4242,0.77,0,13,124,137
+9425,2012-02-02,1,1,2,14,0,4,1,1,0.4,0.4091,0.76,0.1045,12,129,141
+9426,2012-02-02,1,1,2,15,0,4,1,1,0.46,0.4545,0.67,0.1642,24,150,174
+9427,2012-02-02,1,1,2,16,0,4,1,1,0.46,0.4545,0.55,0.2836,18,211,229
+9428,2012-02-02,1,1,2,17,0,4,1,1,0.42,0.4242,0.54,0.4925,13,437,450
+9429,2012-02-02,1,1,2,18,0,4,1,1,0.4,0.4091,0.43,0.4627,17,393,410
+9430,2012-02-02,1,1,2,19,0,4,1,1,0.38,0.3939,0.43,0.5224,16,311,327
+9431,2012-02-02,1,1,2,20,0,4,1,1,0.36,0.3182,0.46,0.5224,9,204,213
+9432,2012-02-02,1,1,2,21,0,4,1,1,0.34,0.303,0.46,0.4179,4,144,148
+9433,2012-02-02,1,1,2,22,0,4,1,1,0.32,0.2879,0.49,0.4179,3,106,109
+9434,2012-02-02,1,1,2,23,0,4,1,1,0.32,0.303,0.49,0.2537,0,61,61
+9435,2012-02-03,1,1,2,0,0,5,1,1,0.32,0.2879,0.53,0.3881,1,37,38
+9436,2012-02-03,1,1,2,1,0,5,1,1,0.3,0.2727,0.56,0.3284,3,19,22
+9437,2012-02-03,1,1,2,2,0,5,1,1,0.3,0.2879,0.52,0.2239,0,6,6
+9438,2012-02-03,1,1,2,3,0,5,1,1,0.28,0.2576,0.56,0.2985,0,4,4
+9439,2012-02-03,1,1,2,4,0,5,1,1,0.26,0.2576,0.6,0.2239,0,2,2
+9440,2012-02-03,1,1,2,5,0,5,1,1,0.26,0.2576,0.6,0.2239,0,17,17
+9441,2012-02-03,1,1,2,6,0,5,1,1,0.24,0.2424,0.65,0.1642,0,88,88
+9442,2012-02-03,1,1,2,7,0,5,1,1,0.24,0.2273,0.65,0.2239,10,216,226
+9443,2012-02-03,1,1,2,8,0,5,1,1,0.24,0.2273,0.65,0.2239,12,429,441
+9444,2012-02-03,1,1,2,9,0,5,1,1,0.24,0.2273,0.65,0.194,18,252,270
+9445,2012-02-03,1,1,2,10,0,5,1,1,0.28,0.2576,0.56,0.2836,15,114,129
+9446,2012-02-03,1,1,2,11,0,5,1,1,0.32,0.303,0.53,0.2985,15,149,164
+9447,2012-02-03,1,1,2,12,0,5,1,1,0.34,0.3333,0.46,0.1343,25,191,216
+9448,2012-02-03,1,1,2,13,0,5,1,1,0.36,0.3636,0.46,0,25,173,198
+9449,2012-02-03,1,1,2,14,0,5,1,1,0.36,0.3485,0.46,0.2239,22,148,170
+9450,2012-02-03,1,1,2,15,0,5,1,1,0.38,0.3939,0.4,0,48,168,216
+9451,2012-02-03,1,1,2,16,0,5,1,1,0.4,0.4091,0.37,0.1045,36,275,311
+9452,2012-02-03,1,1,2,17,0,5,1,1,0.4,0.4091,0.37,0.0896,30,458,488
+9453,2012-02-03,1,1,2,18,0,5,1,1,0.38,0.3939,0.4,0.1343,17,368,385
+9454,2012-02-03,1,1,2,19,0,5,1,1,0.34,0.3485,0.49,0.1045,11,256,267
+9455,2012-02-03,1,1,2,20,0,5,1,1,0.34,0.3485,0.49,0.1045,8,155,163
+9456,2012-02-03,1,1,2,21,0,5,1,1,0.34,0.3485,0.49,0.1045,8,126,134
+9457,2012-02-03,1,1,2,22,0,5,1,1,0.34,0.3485,0.49,0.1045,3,116,119
+9458,2012-02-03,1,1,2,23,0,5,1,1,0.26,0.2727,0.7,0.1045,3,74,77
+9459,2012-02-04,1,1,2,0,0,6,0,1,0.26,0.2727,0.7,0.1045,10,76,86
+9460,2012-02-04,1,1,2,1,0,6,0,1,0.26,0.2727,0.7,0.1045,0,43,43
+9461,2012-02-04,1,1,2,2,0,6,0,1,0.24,0.2576,0.7,0.0896,6,38,44
+9462,2012-02-04,1,1,2,3,0,6,0,1,0.24,0.2879,0.75,0,1,17,18
+9463,2012-02-04,1,1,2,4,0,6,0,1,0.24,0.2576,0.81,0.0896,1,5,6
+9464,2012-02-04,1,1,2,5,0,6,0,1,0.24,0.2576,0.81,0.0896,1,3,4
+9465,2012-02-04,1,1,2,6,0,6,0,1,0.22,0.2273,0.87,0.1343,1,4,5
+9466,2012-02-04,1,1,2,7,0,6,0,2,0.24,0.2424,0.87,0.1343,1,27,28
+9467,2012-02-04,1,1,2,8,0,6,0,1,0.24,0.2879,0.87,0,4,86,90
+9468,2012-02-04,1,1,2,9,0,6,0,1,0.24,0.2424,0.81,0.1343,16,141,157
+9469,2012-02-04,1,1,2,10,0,6,0,1,0.24,0.2576,0.87,0.1045,31,193,224
+9470,2012-02-04,1,1,2,11,0,6,0,1,0.3,0.3333,0.7,0,46,224,270
+9471,2012-02-04,1,1,2,12,0,6,0,2,0.3,0.3182,0.7,0.0896,40,260,300
+9472,2012-02-04,1,1,2,13,0,6,0,2,0.3,0.2879,0.7,0.194,58,244,302
+9473,2012-02-04,1,1,2,14,0,6,0,2,0.32,0.303,0.66,0.2239,47,229,276
+9474,2012-02-04,1,1,2,15,0,6,0,2,0.32,0.303,0.66,0.2239,61,244,305
+9475,2012-02-04,1,1,2,16,0,6,0,2,0.34,0.3333,0.61,0.1642,20,123,143
+9476,2012-02-04,1,1,2,17,0,6,0,3,0.3,0.2879,0.7,0.194,13,54,67
+9477,2012-02-04,1,1,2,18,0,6,0,3,0.28,0.2727,0.75,0.1642,6,58,64
+9478,2012-02-04,1,1,2,19,0,6,0,3,0.26,0.2727,0.87,0.1343,5,75,80
+9479,2012-02-04,1,1,2,20,0,6,0,3,0.24,0.2273,0.93,0.194,4,73,77
+9480,2012-02-04,1,1,2,21,0,6,0,3,0.24,0.2424,0.93,0.1343,4,74,78
+9481,2012-02-04,1,1,2,22,0,6,0,2,0.24,0.2576,0.87,0.0896,4,91,95
+9482,2012-02-04,1,1,2,23,0,6,0,2,0.24,0.2424,0.87,0.1343,4,66,70
+9483,2012-02-05,1,1,2,0,0,0,0,2,0.24,0.2424,0.87,0.1343,3,58,61
+9484,2012-02-05,1,1,2,1,0,0,0,2,0.24,0.2576,0.93,0.1045,5,46,51
+9485,2012-02-05,1,1,2,2,0,0,0,2,0.24,0.2576,0.93,0.1045,4,59,63
+9486,2012-02-05,1,1,2,3,0,0,0,3,0.24,0.2576,0.87,0.0896,4,13,17
+9487,2012-02-05,1,1,2,4,0,0,0,2,0.24,0.2424,0.87,0.1343,0,9,9
+9488,2012-02-05,1,1,2,5,0,0,0,3,0.26,0.2576,0.81,0.194,0,4,4
+9489,2012-02-05,1,1,2,6,0,0,0,2,0.26,0.2424,0.7,0.2537,0,4,4
+9490,2012-02-05,1,1,2,7,0,0,0,2,0.24,0.2424,0.75,0.1642,0,16,16
+9491,2012-02-05,1,1,2,8,0,0,0,2,0.24,0.2424,0.75,0.1642,4,58,62
+9492,2012-02-05,1,1,2,9,0,0,0,2,0.24,0.2273,0.7,0.2239,9,83,92
+9493,2012-02-05,1,1,2,10,0,0,0,2,0.26,0.2424,0.65,0.2836,10,138,148
+9494,2012-02-05,1,1,2,11,0,0,0,2,0.26,0.2576,0.7,0.194,22,160,182
+9495,2012-02-05,1,1,2,12,0,0,0,2,0.26,0.2576,0.65,0.194,25,223,248
+9496,2012-02-05,1,1,2,13,0,0,0,2,0.28,0.2727,0.61,0.1642,33,241,274
+9497,2012-02-05,1,1,2,14,0,0,0,1,0.3,0.303,0.61,0.1642,40,203,243
+9498,2012-02-05,1,1,2,15,0,0,0,2,0.3,0.2879,0.56,0.2537,55,217,272
+9499,2012-02-05,1,1,2,16,0,0,0,1,0.3,0.2879,0.56,0.2239,35,261,296
+9500,2012-02-05,1,1,2,17,0,0,0,1,0.32,0.3182,0.53,0.1642,31,275,306
+9501,2012-02-05,1,1,2,18,0,0,0,1,0.3,0.2879,0.52,0.2537,10,171,181
+9502,2012-02-05,1,1,2,19,0,0,0,1,0.3,0.2879,0.52,0.2239,6,63,69
+9503,2012-02-05,1,1,2,20,0,0,0,1,0.28,0.2727,0.56,0.194,3,47,50
+9504,2012-02-05,1,1,2,21,0,0,0,1,0.28,0.2879,0.56,0.1045,6,60,66
+9505,2012-02-05,1,1,2,22,0,0,0,1,0.26,0.2727,0.6,0.1045,9,182,191
+9506,2012-02-05,1,1,2,23,0,0,0,1,0.24,0.2424,0.7,0.1343,4,38,42
+9507,2012-02-06,1,1,2,0,0,1,1,1,0.24,0.2424,0.65,0.1343,7,14,21
+9508,2012-02-06,1,1,2,1,0,1,1,1,0.22,0.2576,0.75,0.0896,0,6,6
+9509,2012-02-06,1,1,2,2,0,1,1,1,0.22,0.2727,0.75,0,0,3,3
+9510,2012-02-06,1,1,2,4,0,1,1,1,0.18,0.2121,0.8,0.1045,0,2,2
+9511,2012-02-06,1,1,2,5,0,1,1,1,0.18,0.2121,0.8,0.1045,0,17,17
+9512,2012-02-06,1,1,2,6,0,1,1,1,0.16,0.1818,0.86,0.1045,0,72,72
+9513,2012-02-06,1,1,2,7,0,1,1,1,0.16,0.1818,0.86,0.1045,5,229,234
+9514,2012-02-06,1,1,2,8,0,1,1,1,0.16,0.1818,0.86,0.1343,10,434,444
+9515,2012-02-06,1,1,2,9,0,1,1,1,0.18,0.2121,0.8,0.1045,8,269,277
+9516,2012-02-06,1,1,2,10,0,1,1,1,0.22,0.2424,0.75,0.1045,20,96,116
+9517,2012-02-06,1,1,2,11,0,1,1,1,0.26,0.2727,0.7,0.1343,12,104,116
+9518,2012-02-06,1,1,2,12,0,1,1,1,0.32,0.3182,0.61,0.1642,19,131,150
+9519,2012-02-06,1,1,2,13,0,1,1,1,0.38,0.3939,0.4,0.2239,17,124,141
+9520,2012-02-06,1,1,2,14,0,1,1,1,0.4,0.4091,0.35,0.1642,14,126,140
+9521,2012-02-06,1,1,2,15,0,1,1,1,0.42,0.4242,0.32,0.2836,25,146,171
+9522,2012-02-06,1,1,2,16,0,1,1,1,0.4,0.4091,0.43,0.2537,13,215,228
+9523,2012-02-06,1,1,2,17,0,1,1,1,0.4,0.4091,0.43,0.2537,13,417,430
+9524,2012-02-06,1,1,2,18,0,1,1,1,0.38,0.3939,0.43,0.2239,11,426,437
+9525,2012-02-06,1,1,2,19,0,1,1,1,0.36,0.3333,0.43,0.2537,7,284,291
+9526,2012-02-06,1,1,2,20,0,1,1,1,0.34,0.3333,0.46,0.1642,7,194,201
+9527,2012-02-06,1,1,2,21,0,1,1,1,0.32,0.3182,0.57,0.1642,11,143,154
+9528,2012-02-06,1,1,2,22,0,1,1,1,0.3,0.303,0.65,0.1343,4,83,87
+9529,2012-02-06,1,1,2,23,0,1,1,1,0.3,0.303,0.65,0.1343,3,43,46
+9530,2012-02-07,1,1,2,0,0,2,1,1,0.3,0.2879,0.7,0.194,1,22,23
+9531,2012-02-07,1,1,2,1,0,2,1,1,0.28,0.2879,0.61,0.1343,8,6,14
+9532,2012-02-07,1,1,2,2,0,2,1,1,0.3,0.3333,0.61,0,0,4,4
+9533,2012-02-07,1,1,2,3,0,2,1,2,0.3,0.3333,0.7,0,1,1,2
+9534,2012-02-07,1,1,2,4,0,2,1,2,0.3,0.3333,0.7,0,0,3,3
+9535,2012-02-07,1,1,2,5,0,2,1,1,0.32,0.3333,0.49,0.0896,0,15,15
+9536,2012-02-07,1,1,2,6,0,2,1,1,0.32,0.303,0.45,0.2985,2,98,100
+9537,2012-02-07,1,1,2,7,0,2,1,1,0.32,0.3485,0.45,0,6,293,299
+9538,2012-02-07,1,1,2,8,0,2,1,1,0.3,0.3182,0.49,0,7,522,529
+9539,2012-02-07,1,1,2,9,0,2,1,1,0.32,0.3333,0.49,0,11,278,289
+9540,2012-02-07,1,1,2,10,0,2,1,1,0.34,0.3333,0.46,0.1642,12,104,116
+9541,2012-02-07,1,1,2,11,0,2,1,1,0.36,0.3485,0.46,0.194,9,120,129
+9542,2012-02-07,1,1,2,12,0,2,1,1,0.4,0.4091,0.4,0.3284,9,163,172
+9543,2012-02-07,1,1,2,13,0,2,1,1,0.44,0.4394,0.38,0.2537,15,169,184
+9544,2012-02-07,1,1,2,14,0,2,1,1,0.44,0.4394,0.38,0.2537,11,127,138
+9545,2012-02-07,1,1,2,15,0,2,1,1,0.44,0.4394,0.38,0.194,13,133,146
+9546,2012-02-07,1,1,2,16,0,2,1,1,0.44,0.4394,0.35,0.2537,19,257,276
+9547,2012-02-07,1,1,2,17,0,2,1,1,0.44,0.4394,0.35,0.194,15,494,509
+9548,2012-02-07,1,1,2,18,0,2,1,1,0.42,0.4242,0.38,0.194,10,508,518
+9549,2012-02-07,1,1,2,19,0,2,1,1,0.38,0.3939,0.43,0.2239,11,327,338
+9550,2012-02-07,1,1,2,20,0,2,1,1,0.36,0.3485,0.5,0.1343,6,206,212
+9551,2012-02-07,1,1,2,21,0,2,1,1,0.34,0.3485,0.61,0.1045,20,170,190
+9552,2012-02-07,1,1,2,22,0,2,1,1,0.32,0.3182,0.57,0.194,11,107,118
+9553,2012-02-07,1,1,2,23,0,2,1,1,0.32,0.3333,0.57,0.1343,2,49,51
+9554,2012-02-08,1,1,2,0,0,3,1,1,0.3,0.2879,0.56,0.2239,2,21,23
+9555,2012-02-08,1,1,2,1,0,3,1,1,0.28,0.2727,0.61,0.1642,1,9,10
+9556,2012-02-08,1,1,2,2,0,3,1,1,0.26,0.303,0.65,0,0,1,1
+9557,2012-02-08,1,1,2,3,0,3,1,1,0.26,0.303,0.65,0,0,1,1
+9558,2012-02-08,1,1,2,4,0,3,1,1,0.24,0.2576,0.7,0.0896,0,1,1
+9559,2012-02-08,1,1,2,5,0,3,1,1,0.24,0.2576,0.7,0.0896,0,20,20
+9560,2012-02-08,1,1,2,6,0,3,1,2,0.24,0.2879,0.7,0,3,95,98
+9561,2012-02-08,1,1,2,7,0,3,1,2,0.24,0.2576,0.7,0.1045,5,276,281
+9562,2012-02-08,1,1,2,8,0,3,1,2,0.24,0.2273,0.7,0.2239,13,495,508
+9563,2012-02-08,1,1,2,9,0,3,1,2,0.24,0.2576,0.7,0.1642,8,245,253
+9564,2012-02-08,1,1,2,10,0,3,1,2,0.26,0.2576,0.7,0.2239,1,107,108
+9565,2012-02-08,1,1,2,11,0,3,1,2,0.26,0.2576,0.65,0.2239,5,97,102
+9566,2012-02-08,1,1,2,12,0,3,1,2,0.28,0.2576,0.65,0.2836,14,124,138
+9567,2012-02-08,1,1,2,13,0,3,1,2,0.28,0.2879,0.61,0.1045,15,111,126
+9568,2012-02-08,1,1,2,14,0,3,1,2,0.3,0.303,0.56,0.1642,8,100,108
+9569,2012-02-08,1,1,2,15,0,3,1,3,0.3,0.3182,0.61,0.1045,5,49,54
+9570,2012-02-08,1,1,2,16,0,3,1,3,0.26,0.2727,0.81,0.1045,2,73,75
+9571,2012-02-08,1,1,2,17,0,3,1,3,0.24,0.2576,0.87,0.1045,8,147,155
+9572,2012-02-08,1,1,2,18,0,3,1,3,0.24,0.2576,0.87,0.1045,4,163,167
+9573,2012-02-08,1,1,2,19,0,3,1,3,0.24,0.2576,0.87,0.1045,3,158,161
+9574,2012-02-08,1,1,2,20,0,3,1,3,0.24,0.2424,0.87,0.1343,3,122,125
+9575,2012-02-08,1,1,2,21,0,3,1,3,0.24,0.2273,0.87,0.194,3,126,129
+9576,2012-02-08,1,1,2,22,0,3,1,2,0.24,0.2424,0.87,0.1343,3,95,98
+9577,2012-02-08,1,1,2,23,0,3,1,2,0.24,0.2424,0.87,0.1642,3,57,60
+9578,2012-02-09,1,1,2,0,0,4,1,2,0.24,0.2424,0.87,0.1642,3,23,26
+9579,2012-02-09,1,1,2,1,0,4,1,2,0.24,0.2424,0.87,0.1343,2,10,12
+9580,2012-02-09,1,1,2,2,0,4,1,1,0.22,0.2273,0.8,0.1343,0,2,2
+9581,2012-02-09,1,1,2,3,0,4,1,1,0.22,0.2121,0.8,0.2836,0,4,4
+9582,2012-02-09,1,1,2,4,0,4,1,2,0.22,0.197,0.75,0.4478,0,1,1
+9583,2012-02-09,1,1,2,5,0,4,1,1,0.2,0.1818,0.75,0.2836,0,18,18
+9584,2012-02-09,1,1,2,6,0,4,1,1,0.2,0.1818,0.75,0.2836,1,75,76
+9585,2012-02-09,1,1,2,7,0,4,1,1,0.2,0.197,0.69,0.2537,4,263,267
+9586,2012-02-09,1,1,2,8,0,4,1,1,0.2,0.197,0.64,0.2537,11,473,484
+9587,2012-02-09,1,1,2,9,0,4,1,1,0.2,0.197,0.59,0.2239,9,229,238
+9588,2012-02-09,1,1,2,10,0,4,1,1,0.22,0.2121,0.51,0.2239,7,90,97
+9589,2012-02-09,1,1,2,11,0,4,1,1,0.24,0.2273,0.52,0.2239,4,95,99
+9590,2012-02-09,1,1,2,12,0,4,1,1,0.26,0.2273,0.48,0.3284,10,148,158
+9591,2012-02-09,1,1,2,13,0,4,1,1,0.3,0.2727,0.42,0.3284,10,144,154
+9592,2012-02-09,1,1,2,14,0,4,1,1,0.32,0.303,0.39,0.2985,18,126,144
+9593,2012-02-09,1,1,2,15,0,4,1,1,0.32,0.303,0.36,0.2985,14,120,134
+9594,2012-02-09,1,1,2,16,0,4,1,1,0.34,0.3333,0.36,0,15,223,238
+9595,2012-02-09,1,1,2,17,0,4,1,1,0.34,0.3333,0.34,0.1343,12,387,399
+9596,2012-02-09,1,1,2,18,0,4,1,1,0.34,0.3333,0.31,0.1642,13,404,417
+9597,2012-02-09,1,1,2,19,0,4,1,1,0.32,0.3333,0.33,0.1045,8,287,295
+9598,2012-02-09,1,1,2,20,0,4,1,1,0.32,0.3485,0.36,0,2,197,199
+9599,2012-02-09,1,1,2,21,0,4,1,1,0.3,0.3182,0.52,0.0896,8,169,177
+9600,2012-02-09,1,1,2,22,0,4,1,2,0.3,0.3333,0.56,0,3,104,107
+9601,2012-02-09,1,1,2,23,0,4,1,2,0.3,0.3333,0.52,0,9,75,84
+9602,2012-02-10,1,1,2,0,0,5,1,2,0.28,0.303,0.65,0.0896,4,39,43
+9603,2012-02-10,1,1,2,1,0,5,1,2,0.28,0.303,0.61,0.0896,2,11,13
+9604,2012-02-10,1,1,2,2,0,5,1,1,0.26,0.2879,0.52,0.0896,7,9,16
+9605,2012-02-10,1,1,2,3,0,5,1,1,0.26,0.2879,0.56,0.0896,0,5,5
+9606,2012-02-10,1,1,2,4,0,5,1,1,0.26,0.2879,0.56,0.0896,0,2,2
+9607,2012-02-10,1,1,2,5,0,5,1,1,0.24,0.2273,0.52,0.2239,0,17,17
+9608,2012-02-10,1,1,2,6,0,5,1,1,0.2,0.197,0.59,0.194,3,61,64
+9609,2012-02-10,1,1,2,7,0,5,1,1,0.2,0.2121,0.59,0.1642,5,225,230
+9610,2012-02-10,1,1,2,8,0,5,1,1,0.2,0.2121,0.59,0.1642,1,447,448
+9611,2012-02-10,1,1,2,9,0,5,1,1,0.22,0.2273,0.55,0.1642,10,265,275
+9612,2012-02-10,1,1,2,10,0,5,1,2,0.26,0.2727,0.48,0.1343,5,119,124
+9613,2012-02-10,1,1,2,11,0,5,1,2,0.28,0.2879,0.45,0.1045,19,134,153
+9614,2012-02-10,1,1,2,12,0,5,1,2,0.3,0.303,0.42,0.1343,8,168,176
+9615,2012-02-10,1,1,2,13,0,5,1,2,0.3,0.3182,0.42,0.0896,22,170,192
+9616,2012-02-10,1,1,2,14,0,5,1,2,0.32,0.3333,0.39,0.0896,8,138,146
+9617,2012-02-10,1,1,2,15,0,5,1,2,0.32,0.3333,0.45,0.1343,27,164,191
+9618,2012-02-10,1,1,2,16,0,5,1,2,0.34,0.3182,0.42,0.2537,28,240,268
+9619,2012-02-10,1,1,2,17,0,5,1,2,0.34,0.3333,0.42,0.194,15,381,396
+9620,2012-02-10,1,1,2,18,0,5,1,3,0.3,0.303,0.61,0.1343,14,345,359
+9621,2012-02-10,1,1,2,19,0,5,1,2,0.32,0.3485,0.57,0,16,246,262
+9622,2012-02-10,1,1,2,20,0,5,1,2,0.32,0.3485,0.57,0,7,144,151
+9623,2012-02-10,1,1,2,21,0,5,1,2,0.32,0.3333,0.66,0.0896,14,108,122
+9624,2012-02-10,1,1,2,22,0,5,1,2,0.32,0.3485,0.66,0,11,102,113
+9625,2012-02-10,1,1,2,23,0,5,1,2,0.3,0.3182,0.7,0.0896,1,64,65
+9626,2012-02-11,1,1,2,0,0,6,0,2,0.3,0.303,0.7,0.1343,3,50,53
+9627,2012-02-11,1,1,2,1,0,6,0,3,0.28,0.2879,0.81,0.1343,2,43,45
+9628,2012-02-11,1,1,2,2,0,6,0,3,0.26,0.2576,0.81,0.194,2,24,26
+9629,2012-02-11,1,1,2,3,0,6,0,3,0.24,0.2273,0.87,0.2239,0,9,9
+9630,2012-02-11,1,1,2,4,0,6,0,3,0.24,0.2273,0.87,0.2239,0,4,4
+9631,2012-02-11,1,1,2,5,0,6,0,3,0.22,0.2273,0.93,0.1642,0,2,2
+9632,2012-02-11,1,1,2,6,0,6,0,3,0.22,0.2273,0.93,0.1343,1,8,9
+9633,2012-02-11,1,1,2,7,0,6,0,3,0.22,0.2273,0.93,0.1343,0,19,19
+9634,2012-02-11,1,1,2,8,0,6,0,3,0.22,0.2273,0.93,0.1343,1,77,78
+9635,2012-02-11,1,1,2,9,0,6,0,3,0.22,0.2424,0.93,0.1045,5,85,90
+9636,2012-02-11,1,1,2,10,0,6,0,3,0.22,0.2424,0.93,0.1045,23,143,166
+9637,2012-02-11,1,1,2,11,0,6,0,2,0.24,0.2576,0.81,0.1045,26,157,183
+9638,2012-02-11,1,1,2,12,0,6,0,2,0.26,0.2576,0.81,0.1642,25,196,221
+9639,2012-02-11,1,1,2,13,0,6,0,2,0.26,0.2424,0.81,0.2836,18,217,235
+9640,2012-02-11,1,1,2,14,0,6,0,2,0.26,0.2424,0.81,0.2537,38,205,243
+9641,2012-02-11,1,1,2,15,0,6,0,2,0.3,0.2727,0.61,0.2985,12,112,124
+9642,2012-02-11,1,1,2,16,0,6,0,3,0.22,0.197,0.75,0.4179,12,134,146
+9643,2012-02-11,1,1,2,17,0,6,0,3,0.22,0.1818,0.69,0.4627,13,131,144
+9644,2012-02-11,1,1,2,18,0,6,0,2,0.22,0.1818,0.47,0.6567,3,105,108
+9645,2012-02-11,1,1,2,19,0,6,0,2,0.2,0.1515,0.4,0.5522,2,85,87
+9646,2012-02-11,1,1,2,20,0,6,0,2,0.16,0.1212,0.43,0.5522,1,62,63
+9647,2012-02-11,1,1,2,21,0,6,0,1,0.14,0.0758,0.43,0.6418,5,43,48
+9648,2012-02-11,1,1,2,22,0,6,0,2,0.14,0.1061,0.39,0.3881,0,46,46
+9649,2012-02-11,1,1,2,23,0,6,0,3,0.12,0.0758,0.5,0.4925,0,20,20
+9650,2012-02-12,1,1,2,0,0,0,0,3,0.1,0.0758,0.68,0.3881,0,21,21
+9651,2012-02-12,1,1,2,1,0,0,0,3,0.08,0.0455,0.79,0.4627,0,24,24
+9652,2012-02-12,1,1,2,2,0,0,0,2,0.1,0.0606,0.58,0.5821,1,26,27
+9653,2012-02-12,1,1,2,3,0,0,0,2,0.1,0.0455,0.46,0.6866,0,14,14
+9654,2012-02-12,1,1,2,4,0,0,0,2,0.1,0.0455,0.46,0.7164,0,1,1
+9655,2012-02-12,1,1,2,5,0,0,0,1,0.1,0.0758,0.49,0.3881,0,3,3
+9656,2012-02-12,1,1,2,6,0,0,0,1,0.1,0.0758,0.49,0.3881,0,2,2
+9657,2012-02-12,1,1,2,7,0,0,0,1,0.08,0.0909,0.53,0.194,0,18,18
+9658,2012-02-12,1,1,2,8,0,0,0,1,0.08,0.0758,0.53,0.2537,0,26,26
+9659,2012-02-12,1,1,2,9,0,0,0,1,0.1,0.0909,0.49,0.2985,3,60,63
+9660,2012-02-12,1,1,2,10,0,0,0,1,0.12,0.1061,0.42,0.3582,8,83,91
+9661,2012-02-12,1,1,2,11,0,0,0,1,0.12,0.1061,0.42,0.2985,3,121,124
+9662,2012-02-12,1,1,2,12,0,0,0,1,0.14,0.0758,0.39,0.6418,7,133,140
+9663,2012-02-12,1,1,2,13,0,0,0,1,0.16,0.1212,0.4,0.4478,10,128,138
+9664,2012-02-12,1,1,2,14,0,0,0,1,0.16,0.1212,0.4,0.5224,9,102,111
+9665,2012-02-12,1,1,2,15,0,0,0,1,0.16,0.1212,0.4,0.5522,5,150,155
+9666,2012-02-12,1,1,2,16,0,0,0,1,0.2,0.1667,0.34,0.4627,16,148,164
+9667,2012-02-12,1,1,2,17,0,0,0,1,0.18,0.1515,0.37,0.4179,4,83,87
+9668,2012-02-12,1,1,2,18,0,0,0,1,0.16,0.1212,0.4,0.4627,4,92,96
+9669,2012-02-12,1,1,2,19,0,0,0,1,0.16,0.1364,0.4,0.2836,2,78,80
+9670,2012-02-12,1,1,2,20,0,0,0,1,0.14,0.1212,0.42,0.3284,1,56,57
+9671,2012-02-12,1,1,2,21,0,0,0,1,0.14,0.1212,0.43,0.2985,0,36,36
+9672,2012-02-12,1,1,2,22,0,0,0,1,0.14,0.1515,0.43,0.1642,0,28,28
+9673,2012-02-12,1,1,2,23,0,0,0,1,0.14,0.1364,0.43,0.2239,0,23,23
+9674,2012-02-13,1,1,2,0,0,1,1,1,0.14,0.1364,0.46,0.2239,0,9,9
+9675,2012-02-13,1,1,2,1,0,1,1,1,0.12,0.1212,0.5,0.2239,0,6,6
+9676,2012-02-13,1,1,2,2,0,1,1,1,0.14,0.1364,0.46,0.194,0,4,4
+9677,2012-02-13,1,1,2,3,0,1,1,1,0.12,0.1515,0.54,0.1045,0,1,1
+9678,2012-02-13,1,1,2,4,0,1,1,1,0.12,0.1667,0.54,0.0896,0,2,2
+9679,2012-02-13,1,1,2,5,0,1,1,1,0.1,0.1212,0.58,0.1343,0,17,17
+9680,2012-02-13,1,1,2,6,0,1,1,1,0.1,0.1061,0.54,0.2239,1,71,72
+9681,2012-02-13,1,1,2,7,0,1,1,1,0.1,0.1061,0.54,0.194,1,194,195
+9682,2012-02-13,1,1,2,8,0,1,1,1,0.1,0.1212,0.54,0.1343,4,413,417
+9683,2012-02-13,1,1,2,9,0,1,1,1,0.12,0.1364,0.5,0.194,7,198,205
+9684,2012-02-13,1,1,2,10,0,1,1,1,0.14,0.1515,0.5,0.1343,1,70,71
+9685,2012-02-13,1,1,2,11,0,1,1,1,0.22,0.2273,0.37,0.194,5,85,90
+9686,2012-02-13,1,1,2,12,0,1,1,1,0.28,0.2576,0.28,0.3284,7,111,118
+9687,2012-02-13,1,1,2,13,0,1,1,1,0.32,0.303,0.22,0.2239,11,129,140
+9688,2012-02-13,1,1,2,14,0,1,1,1,0.34,0.3485,0.23,0.1045,10,125,135
+9689,2012-02-13,1,1,2,15,0,1,1,1,0.36,0.3485,0.27,0.1343,10,145,155
+9690,2012-02-13,1,1,2,16,0,1,1,1,0.36,0.3485,0.23,0.194,5,206,211
+9691,2012-02-13,1,1,2,17,0,1,1,1,0.36,0.3485,0.23,0.194,8,399,407
+9692,2012-02-13,1,1,2,18,0,1,1,1,0.34,0.3182,0.25,0.2537,6,399,405
+9693,2012-02-13,1,1,2,19,0,1,1,1,0.34,0.3333,0.25,0.1343,7,256,263
+9694,2012-02-13,1,1,2,20,0,1,1,1,0.3,0.303,0.42,0.1642,4,210,214
+9695,2012-02-13,1,1,2,21,0,1,1,1,0.28,0.2879,0.45,0.1343,2,145,147
+9696,2012-02-13,1,1,2,22,0,1,1,1,0.26,0.2727,0.56,0.1045,3,99,102
+9697,2012-02-13,1,1,2,23,0,1,1,1,0.28,0.3182,0.41,0,2,34,36
+9698,2012-02-14,1,1,2,0,0,2,1,2,0.26,0.303,0.6,0,0,14,14
+9699,2012-02-14,1,1,2,1,0,2,1,2,0.26,0.303,0.56,0,0,6,6
+9700,2012-02-14,1,1,2,2,0,2,1,2,0.28,0.3182,0.41,0,0,3,3
+9701,2012-02-14,1,1,2,3,0,2,1,2,0.26,0.303,0.52,0,0,3,3
+9702,2012-02-14,1,1,2,4,0,2,1,2,0.26,0.2727,0.65,0.1045,0,2,2
+9703,2012-02-14,1,1,2,5,0,2,1,2,0.26,0.2727,0.65,0.1045,2,20,22
+9704,2012-02-14,1,1,2,6,0,2,1,2,0.26,0.303,0.56,0,1,89,90
+9705,2012-02-14,1,1,2,7,0,2,1,2,0.24,0.2576,0.6,0.0896,4,276,280
+9706,2012-02-14,1,1,2,8,0,2,1,2,0.24,0.2879,0.7,0,3,510,513
+9707,2012-02-14,1,1,2,9,0,2,1,2,0.26,0.2879,0.56,0.0896,6,256,262
+9708,2012-02-14,1,1,2,10,0,2,1,2,0.26,0.2727,0.6,0.1343,8,90,98
+9709,2012-02-14,1,1,2,11,0,2,1,2,0.3,0.303,0.45,0.1642,5,107,112
+9710,2012-02-14,1,1,2,12,0,2,1,2,0.3,0.2879,0.52,0.2239,10,162,172
+9711,2012-02-14,1,1,2,13,0,2,1,2,0.36,0.3333,0.4,0.2537,6,167,173
+9712,2012-02-14,1,1,2,14,0,2,1,1,0.4,0.4091,0.4,0.2239,13,111,124
+9713,2012-02-14,1,1,2,15,0,2,1,2,0.42,0.4242,0.38,0.4478,7,138,145
+9714,2012-02-14,1,1,2,16,0,2,1,1,0.42,0.4242,0.35,0.2985,15,251,266
+9715,2012-02-14,1,1,2,17,0,2,1,1,0.42,0.4242,0.38,0.3582,19,504,523
+9716,2012-02-14,1,1,2,18,0,2,1,2,0.38,0.3939,0.46,0.2985,8,398,406
+9717,2012-02-14,1,1,2,19,0,2,1,2,0.36,0.3485,0.5,0.1642,11,270,281
+9718,2012-02-14,1,1,2,20,0,2,1,2,0.38,0.3939,0.46,0.1343,6,178,184
+9719,2012-02-14,1,1,2,21,0,2,1,2,0.36,0.3636,0.5,0.1045,4,105,109
+9720,2012-02-14,1,1,2,22,0,2,1,2,0.36,0.3636,0.5,0.1045,5,72,77
+9721,2012-02-14,1,1,2,23,0,2,1,2,0.36,0.3636,0.5,0.0896,2,55,57
+9722,2012-02-15,1,1,2,0,0,3,1,1,0.32,0.3485,0.57,0,0,22,22
+9723,2012-02-15,1,1,2,1,0,3,1,1,0.34,0.3636,0.53,0,0,5,5
+9724,2012-02-15,1,1,2,2,0,3,1,1,0.3,0.3333,0.61,0,0,4,4
+9725,2012-02-15,1,1,2,3,0,3,1,1,0.28,0.3182,0.75,0,0,3,3
+9726,2012-02-15,1,1,2,4,0,3,1,1,0.28,0.2879,0.7,0.1045,0,1,1
+9727,2012-02-15,1,1,2,5,0,3,1,1,0.28,0.2879,0.7,0.1045,0,25,25
+9728,2012-02-15,1,1,2,6,0,3,1,1,0.3,0.303,0.61,0.1343,3,92,95
+9729,2012-02-15,1,1,2,7,0,3,1,2,0.3,0.2879,0.65,0.194,3,318,321
+9730,2012-02-15,1,1,2,8,0,3,1,1,0.32,0.2879,0.61,0.3582,7,508,515
+9731,2012-02-15,1,1,2,9,0,3,1,1,0.32,0.303,0.61,0.3284,5,226,231
+9732,2012-02-15,1,1,2,10,0,3,1,1,0.34,0.303,0.57,0.2985,12,108,120
+9733,2012-02-15,1,1,2,11,0,3,1,1,0.36,0.3333,0.53,0.2836,13,125,138
+9734,2012-02-15,1,1,2,12,0,3,1,1,0.38,0.3939,0.46,0.3881,11,152,163
+9735,2012-02-15,1,1,2,13,0,3,1,1,0.4,0.4091,0.43,0.2836,11,159,170
+9736,2012-02-15,1,1,2,14,0,3,1,1,0.42,0.4242,0.41,0.3582,6,128,134
+9737,2012-02-15,1,1,2,15,0,3,1,1,0.42,0.4242,0.41,0.2239,7,164,171
+9738,2012-02-15,1,1,2,16,0,3,1,1,0.42,0.4242,0.38,0.194,9,222,231
+9739,2012-02-15,1,1,2,17,0,3,1,1,0.42,0.4242,0.38,0.194,17,470,487
+9740,2012-02-15,1,1,2,18,0,3,1,1,0.4,0.4091,0.4,0.2239,9,459,468
+9741,2012-02-15,1,1,2,19,0,3,1,1,0.38,0.3939,0.43,0.1642,9,302,311
+9742,2012-02-15,1,1,2,20,0,3,1,1,0.36,0.3485,0.46,0.1642,4,207,211
+9743,2012-02-15,1,1,2,21,0,3,1,1,0.34,0.3333,0.53,0.1642,8,170,178
+9744,2012-02-15,1,1,2,22,0,3,1,1,0.34,0.3485,0.49,0.1045,3,104,107
+9745,2012-02-15,1,1,2,23,0,3,1,1,0.34,0.3485,0.53,0.0896,4,54,58
+9746,2012-02-16,1,1,2,0,0,4,1,2,0.3,0.303,0.7,0.1343,1,22,23
+9747,2012-02-16,1,1,2,1,0,4,1,2,0.3,0.3333,0.7,0,0,5,5
+9748,2012-02-16,1,1,2,2,0,4,1,2,0.3,0.3182,0.7,0.0896,1,6,7
+9749,2012-02-16,1,1,2,3,0,4,1,2,0.3,0.3333,0.61,0,0,1,1
+9750,2012-02-16,1,1,2,4,0,4,1,3,0.3,0.3182,0.7,0.0896,0,3,3
+9751,2012-02-16,1,1,2,5,0,4,1,2,0.3,0.3333,0.7,0,0,20,20
+9752,2012-02-16,1,1,2,6,0,4,1,2,0.3,0.3182,0.7,0.0896,4,83,87
+9753,2012-02-16,1,1,2,7,0,4,1,2,0.3,0.303,0.7,0.1343,3,285,288
+9754,2012-02-16,1,1,2,8,0,4,1,2,0.3,0.3182,0.7,0.0896,9,489,498
+9755,2012-02-16,1,1,2,9,0,4,1,2,0.3,0.303,0.7,0.1642,3,199,202
+9756,2012-02-16,1,1,2,10,0,4,1,3,0.32,0.3333,0.7,0.1343,2,42,44
+9757,2012-02-16,1,1,2,11,0,4,1,3,0.32,0.3333,0.7,0.1045,2,69,71
+9758,2012-02-16,1,1,2,12,0,4,1,3,0.32,0.3333,0.76,0.0896,1,44,45
+9759,2012-02-16,1,1,2,13,0,4,1,3,0.34,0.3182,0.71,0.2537,2,62,64
+9760,2012-02-16,1,1,2,14,0,4,1,3,0.32,0.3182,0.81,0.194,1,30,31
+9761,2012-02-16,1,1,2,15,0,4,1,3,0.34,0.3636,0.76,0,3,50,53
+9762,2012-02-16,1,1,2,16,0,4,1,3,0.34,0.3636,0.81,0,8,110,118
+9763,2012-02-16,1,1,2,17,0,4,1,3,0.34,0.3636,0.87,0,8,281,289
+9764,2012-02-16,1,1,2,18,0,4,1,3,0.34,0.3333,0.87,0.1343,8,345,353
+9765,2012-02-16,1,1,2,19,0,4,1,2,0.32,0.3182,0.87,0.1642,4,254,258
+9766,2012-02-16,1,1,2,20,0,4,1,2,0.32,0.3333,0.87,0.1343,5,211,216
+9767,2012-02-16,1,1,2,21,0,4,1,2,0.34,0.3485,0.81,0.1045,3,142,145
+9768,2012-02-16,1,1,2,22,0,4,1,2,0.32,0.3485,0.81,0,3,108,111
+9769,2012-02-16,1,1,2,23,0,4,1,1,0.32,0.3333,0.81,0.0896,3,70,73
+9770,2012-02-17,1,1,2,0,0,5,1,2,0.3,0.3333,0.87,0,2,32,34
+9771,2012-02-17,1,1,2,1,0,5,1,2,0.3,0.3333,0.93,0,2,16,18
+9772,2012-02-17,1,1,2,2,0,5,1,2,0.3,0.3182,0.93,0.1045,1,11,12
+9773,2012-02-17,1,1,2,3,0,5,1,2,0.28,0.2879,0.93,0.1045,0,1,1
+9774,2012-02-17,1,1,2,4,0,5,1,2,0.28,0.2727,0.93,0.194,0,1,1
+9775,2012-02-17,1,1,2,5,0,5,1,2,0.28,0.2727,0.93,0.1642,0,16,16
+9776,2012-02-17,1,1,2,6,0,5,1,2,0.28,0.2879,0.96,0.1343,1,70,71
+9777,2012-02-17,1,1,2,7,0,5,1,2,0.28,0.2879,0.93,0.1045,4,222,226
+9778,2012-02-17,1,1,2,8,0,5,1,2,0.26,0.303,1,0,4,516,520
+9779,2012-02-17,1,1,2,9,0,5,1,2,0.26,0.303,1,0,8,275,283
+9780,2012-02-17,1,1,2,10,0,5,1,1,0.34,0.3182,0.71,0.2836,13,103,116
+9781,2012-02-17,1,1,2,11,0,5,1,1,0.36,0.3333,0.62,0.4179,9,133,142
+9782,2012-02-17,1,1,2,12,0,5,1,1,0.38,0.3939,0.46,0.3881,21,177,198
+9783,2012-02-17,1,1,2,13,0,5,1,1,0.4,0.4091,0.43,0.3582,34,171,205
+9784,2012-02-17,1,1,2,14,0,5,1,1,0.4,0.4091,0.37,0.3582,33,137,170
+9785,2012-02-17,1,1,2,15,0,5,1,1,0.42,0.4242,0.35,0.4179,41,180,221
+9786,2012-02-17,1,1,2,16,0,5,1,1,0.42,0.4242,0.32,0.2985,56,251,307
+9787,2012-02-17,1,1,2,17,0,5,1,1,0.42,0.4242,0.32,0.3284,36,429,465
+9788,2012-02-17,1,1,2,18,0,5,1,1,0.4,0.4091,0.35,0.2537,15,362,377
+9789,2012-02-17,1,1,2,19,0,5,1,1,0.38,0.3939,0.37,0.2239,16,266,282
+9790,2012-02-17,1,1,2,20,0,5,1,1,0.4,0.4091,0.35,0.194,13,158,171
+9791,2012-02-17,1,1,2,21,0,5,1,1,0.38,0.3939,0.37,0.194,15,114,129
+9792,2012-02-17,1,1,2,22,0,5,1,1,0.36,0.3485,0.4,0.2239,15,92,107
+9793,2012-02-17,1,1,2,23,0,5,1,1,0.36,0.3485,0.4,0.194,10,72,82
+9794,2012-02-18,1,1,2,0,0,6,0,1,0.34,0.3333,0.42,0.1642,5,81,86
+9795,2012-02-18,1,1,2,1,0,6,0,1,0.32,0.3182,0.49,0.1642,7,38,45
+9796,2012-02-18,1,1,2,2,0,6,0,1,0.3,0.2879,0.61,0.2537,6,39,45
+9797,2012-02-18,1,1,2,3,0,6,0,1,0.28,0.2879,0.65,0.1045,3,15,18
+9798,2012-02-18,1,1,2,4,0,6,0,1,0.26,0.303,0.7,0,3,4,7
+9799,2012-02-18,1,1,2,5,0,6,0,1,0.24,0.2576,0.7,0.0896,0,1,1
+9800,2012-02-18,1,1,2,6,0,6,0,1,0.24,0.2879,0.7,0,1,8,9
+9801,2012-02-18,1,1,2,7,0,6,0,1,0.24,0.2879,0.7,0,8,33,41
+9802,2012-02-18,1,1,2,8,0,6,0,1,0.22,0.2727,0.87,0,10,92,102
+9803,2012-02-18,1,1,2,9,0,6,0,1,0.22,0.2424,0.8,0.1045,22,116,138
+9804,2012-02-18,1,1,2,10,0,6,0,1,0.26,0.2727,0.81,0.1045,48,157,205
+9805,2012-02-18,1,1,2,11,0,6,0,1,0.32,0.3333,0.57,0.1343,102,184,286
+9806,2012-02-18,1,1,2,12,0,6,0,1,0.36,0.3485,0.43,0.194,128,241,369
+9807,2012-02-18,1,1,2,13,0,6,0,1,0.4,0.4091,0.43,0.2836,165,219,384
+9808,2012-02-18,1,1,2,14,0,6,0,1,0.44,0.4394,0.35,0.3582,183,244,427
+9809,2012-02-18,1,1,2,15,0,6,0,1,0.42,0.4242,0.41,0.2537,229,270,499
+9810,2012-02-18,1,1,2,16,0,6,0,1,0.44,0.4394,0.44,0.3284,186,218,404
+9811,2012-02-18,1,1,2,17,0,6,0,1,0.48,0.4697,0.36,0.2836,142,222,364
+9812,2012-02-18,1,1,2,18,0,6,0,1,0.46,0.4545,0.38,0.2985,70,176,246
+9813,2012-02-18,1,1,2,19,0,6,0,1,0.44,0.4394,0.44,0.1642,38,150,188
+9814,2012-02-18,1,1,2,20,0,6,0,1,0.44,0.4394,0.44,0.1642,25,123,148
+9815,2012-02-18,1,1,2,21,0,6,0,1,0.44,0.4394,0.33,0.2985,25,89,114
+9816,2012-02-18,1,1,2,22,0,6,0,1,0.4,0.4091,0.4,0.4478,17,101,118
+9817,2012-02-18,1,1,2,23,0,6,0,2,0.36,0.3333,0.4,0.3881,12,62,74
+9818,2012-02-19,1,1,2,0,0,0,0,2,0.34,0.303,0.39,0.3582,9,65,74
+9819,2012-02-19,1,1,2,1,0,0,0,2,0.32,0.303,0.39,0.2537,10,62,72
+9820,2012-02-19,1,1,2,2,0,0,0,2,0.3,0.2879,0.36,0.2836,3,45,48
+9821,2012-02-19,1,1,2,3,0,0,0,2,0.3,0.2879,0.36,0.2239,3,12,15
+9822,2012-02-19,1,1,2,4,0,0,0,2,0.28,0.2576,0.41,0.3881,0,3,3
+9823,2012-02-19,1,1,2,5,0,0,0,2,0.26,0.2273,0.48,0.2985,1,1,2
+9824,2012-02-19,1,1,2,6,0,0,0,1,0.24,0.2121,0.52,0.3284,0,5,5
+9825,2012-02-19,1,1,2,7,0,0,0,2,0.24,0.2121,0.52,0.2836,2,12,14
+9826,2012-02-19,1,1,2,8,0,0,0,2,0.24,0.2273,0.56,0.194,8,48,56
+9827,2012-02-19,1,1,2,9,0,0,0,2,0.24,0.2273,0.56,0.2537,20,73,93
+9828,2012-02-19,1,1,2,10,0,0,0,2,0.26,0.2424,0.52,0.2537,49,142,191
+9829,2012-02-19,1,1,2,11,0,0,0,2,0.26,0.2273,0.56,0.3284,82,144,226
+9830,2012-02-19,1,1,2,12,0,0,0,2,0.28,0.2727,0.52,0.2537,71,184,255
+9831,2012-02-19,1,1,2,13,0,0,0,1,0.3,0.303,0.49,0.1642,64,197,261
+9832,2012-02-19,1,1,2,14,0,0,0,2,0.32,0.3182,0.45,0.194,48,189,237
+9833,2012-02-19,1,1,2,15,0,0,0,2,0.3,0.2879,0.49,0.194,85,168,253
+9834,2012-02-19,1,1,2,16,0,0,0,2,0.32,0.303,0.45,0.2836,62,150,212
+9835,2012-02-19,1,1,2,17,0,0,0,2,0.3,0.2879,0.49,0.2537,22,135,157
+9836,2012-02-19,1,1,2,18,0,0,0,2,0.3,0.2727,0.49,0.3284,23,144,167
+9837,2012-02-19,1,1,2,19,0,0,0,2,0.3,0.2879,0.52,0.2537,18,101,119
+9838,2012-02-19,1,1,2,20,0,0,0,2,0.3,0.2879,0.52,0.2836,22,81,103
+9839,2012-02-19,1,1,2,21,0,0,0,3,0.26,0.2576,0.65,0.1642,3,33,36
+9840,2012-02-19,1,1,2,22,0,0,0,3,0.24,0.2576,0.75,0.0896,8,47,55
+9841,2012-02-19,1,1,2,23,0,0,0,2,0.22,0.2273,0.93,0.1642,5,30,35
+9842,2012-02-20,1,1,2,0,1,1,0,2,0.24,0.2576,0.87,0.0896,5,36,41
+9843,2012-02-20,1,1,2,1,1,1,0,2,0.24,0.2576,0.87,0.0896,3,12,15
+9844,2012-02-20,1,1,2,2,1,1,0,2,0.24,0.2576,0.87,0.0896,1,19,20
+9845,2012-02-20,1,1,2,3,1,1,0,2,0.24,0.2273,0.81,0.194,0,8,8
+9846,2012-02-20,1,1,2,5,1,1,0,2,0.24,0.2121,0.6,0.3582,0,6,6
+9847,2012-02-20,1,1,2,6,1,1,0,1,0.24,0.197,0.52,0.4179,1,9,10
+9848,2012-02-20,1,1,2,7,1,1,0,2,0.22,0.197,0.55,0.3284,2,42,44
+9849,2012-02-20,1,1,2,8,1,1,0,1,0.2,0.1818,0.59,0.3582,9,111,120
+9850,2012-02-20,1,1,2,9,1,1,0,1,0.2,0.1818,0.59,0.3582,12,98,110
+9851,2012-02-20,1,1,2,10,1,1,0,1,0.22,0.197,0.55,0.4478,30,113,143
+9852,2012-02-20,1,1,2,11,1,1,0,1,0.26,0.2273,0.48,0.3582,45,163,208
+9853,2012-02-20,1,1,2,12,1,1,0,1,0.28,0.2727,0.45,0.2239,65,216,281
+9854,2012-02-20,1,1,2,13,1,1,0,1,0.3,0.2879,0.42,0.2836,66,246,312
+9855,2012-02-20,1,1,2,14,1,1,0,1,0.32,0.3182,0.36,0.194,57,206,263
+9856,2012-02-20,1,1,2,15,1,1,0,1,0.34,0.3182,0.34,0.2239,54,235,289
+9857,2012-02-20,1,1,2,16,1,1,0,1,0.36,0.3788,0.29,0.1045,64,216,280
+9858,2012-02-20,1,1,2,17,1,1,0,1,0.38,0.3939,0.27,0.2537,27,226,253
+9859,2012-02-20,1,1,2,18,1,1,0,1,0.34,0.3182,0.34,0.2239,27,215,242
+9860,2012-02-20,1,1,2,19,1,1,0,1,0.34,0.3182,0.34,0.2239,8,164,172
+9861,2012-02-20,1,1,2,20,1,1,0,1,0.34,0.3333,0.34,0.194,9,117,126
+9862,2012-02-20,1,1,2,21,1,1,0,1,0.3,0.303,0.39,0.1642,8,90,98
+9863,2012-02-20,1,1,2,22,1,1,0,1,0.3,0.3182,0.45,0.0896,9,53,62
+9864,2012-02-20,1,1,2,23,1,1,0,1,0.3,0.3333,0.39,0,0,26,26
+9865,2012-02-21,1,1,2,0,0,2,1,1,0.26,0.303,0.65,0,1,11,12
+9866,2012-02-21,1,1,2,1,0,2,1,1,0.26,0.303,0.56,0,0,7,7
+9867,2012-02-21,1,1,2,2,0,2,1,1,0.24,0.2879,0.6,0,0,3,3
+9868,2012-02-21,1,1,2,4,0,2,1,1,0.22,0.2727,0.64,0,0,2,2
+9869,2012-02-21,1,1,2,5,0,2,1,1,0.2,0.2576,0.69,0,0,15,15
+9870,2012-02-21,1,1,2,6,0,2,1,1,0.2,0.2576,0.75,0,3,83,86
+9871,2012-02-21,1,1,2,7,0,2,1,1,0.22,0.2727,0.64,0,6,273,279
+9872,2012-02-21,1,1,2,8,0,2,1,1,0.2,0.2273,0.69,0.0896,5,459,464
+9873,2012-02-21,1,1,2,9,0,2,1,1,0.2,0.2273,0.75,0.1045,6,211,217
+9874,2012-02-21,1,1,2,10,0,2,1,1,0.24,0.2273,0.7,0.194,8,77,85
+9875,2012-02-21,1,1,2,11,0,2,1,2,0.26,0.2424,0.7,0.2836,5,81,86
+9876,2012-02-21,1,1,2,12,0,2,1,2,0.3,0.2727,0.56,0.3881,16,147,163
+9877,2012-02-21,1,1,2,13,0,2,1,1,0.34,0.303,0.49,0.4179,8,123,131
+9878,2012-02-21,1,1,2,14,0,2,1,2,0.32,0.2879,0.53,0.3881,16,108,124
+9879,2012-02-21,1,1,2,15,0,2,1,1,0.34,0.303,0.49,0.4179,23,137,160
+9880,2012-02-21,1,1,2,16,0,2,1,1,0.36,0.3333,0.46,0.4179,14,240,254
+9881,2012-02-21,1,1,2,17,0,2,1,1,0.38,0.3939,0.4,0.4478,21,411,432
+9882,2012-02-21,1,1,2,18,0,2,1,1,0.38,0.3939,0.4,0.4478,11,414,425
+9883,2012-02-21,1,1,2,19,0,2,1,1,0.36,0.3333,0.46,0.2985,5,299,304
+9884,2012-02-21,1,1,2,20,0,2,1,1,0.34,0.3182,0.53,0.2537,4,223,227
+9885,2012-02-21,1,1,2,21,0,2,1,1,0.34,0.3333,0.61,0.1642,7,147,154
+9886,2012-02-21,1,1,2,22,0,2,1,2,0.34,0.3333,0.71,0.194,3,97,100
+9887,2012-02-21,1,1,2,23,0,2,1,1,0.32,0.303,0.66,0.2239,1,46,47
+9888,2012-02-22,1,1,2,0,0,3,1,1,0.32,0.303,0.66,0.2239,5,19,24
+9889,2012-02-22,1,1,2,1,0,3,1,1,0.32,0.3333,0.7,0.1343,3,4,7
+9890,2012-02-22,1,1,2,2,0,3,1,1,0.34,0.3182,0.66,0.2836,1,5,6
+9891,2012-02-22,1,1,2,3,0,3,1,2,0.34,0.3182,0.71,0.2239,1,3,4
+9892,2012-02-22,1,1,2,4,0,3,1,1,0.34,0.3333,0.71,0.1642,0,2,2
+9893,2012-02-22,1,1,2,5,0,3,1,1,0.32,0.3333,0.7,0.1045,1,29,30
+9894,2012-02-22,1,1,2,6,0,3,1,1,0.32,0.3182,0.76,0.1642,5,85,90
+9895,2012-02-22,1,1,2,7,0,3,1,1,0.32,0.3333,0.76,0.0896,10,292,302
+9896,2012-02-22,1,1,2,8,0,3,1,1,0.3,0.3182,0.75,0.0896,9,567,576
+9897,2012-02-22,1,1,2,9,0,3,1,1,0.32,0.3333,0.7,0.0896,11,241,252
+9898,2012-02-22,1,1,2,10,0,3,1,1,0.34,0.3485,0.71,0.0896,17,122,139
+9899,2012-02-22,1,1,2,11,0,3,1,1,0.36,0.3485,0.66,0.1642,22,149,171
+9900,2012-02-22,1,1,2,12,0,3,1,1,0.4,0.4091,0.62,0.2836,21,186,207
+9901,2012-02-22,1,1,2,13,0,3,1,1,0.42,0.4242,0.54,0.2985,15,175,190
+9902,2012-02-22,1,1,2,14,0,3,1,1,0.44,0.4394,0.54,0.3284,35,142,177
+9903,2012-02-22,1,1,2,15,0,3,1,1,0.5,0.4848,0.31,0.4179,34,161,195
+9904,2012-02-22,1,1,2,16,0,3,1,1,0.52,0.5,0.29,0.4627,30,268,298
+9905,2012-02-22,1,1,2,17,0,3,1,1,0.52,0.5,0.32,0.3881,43,486,529
+9906,2012-02-22,1,1,2,18,0,3,1,2,0.48,0.4697,0.41,0.3284,42,483,525
+9907,2012-02-22,1,1,2,19,0,3,1,2,0.46,0.4545,0.44,0.2836,22,305,327
+9908,2012-02-22,1,1,2,20,0,3,1,2,0.44,0.4394,0.47,0.194,25,249,274
+9909,2012-02-22,1,1,2,21,0,3,1,2,0.48,0.4697,0.33,0.2836,19,220,239
+9910,2012-02-22,1,1,2,22,0,3,1,2,0.44,0.4394,0.47,0.2537,18,129,147
+9911,2012-02-22,1,1,2,23,0,3,1,2,0.46,0.4545,0.41,0.2836,5,57,62
+9912,2012-02-23,1,1,2,0,0,4,1,2,0.44,0.4394,0.47,0.2537,12,30,42
+9913,2012-02-23,1,1,2,1,0,4,1,2,0.44,0.4394,0.58,0.2836,3,12,15
+9914,2012-02-23,1,1,2,2,0,4,1,2,0.44,0.4394,0.62,0.2239,5,4,9
+9915,2012-02-23,1,1,2,3,0,4,1,3,0.44,0.4394,0.67,0.194,2,4,6
+9916,2012-02-23,1,1,2,4,0,4,1,1,0.4,0.4091,0.76,0.2239,0,1,1
+9917,2012-02-23,1,1,2,5,0,4,1,1,0.4,0.4091,0.76,0.2239,2,30,32
+9918,2012-02-23,1,1,2,6,0,4,1,1,0.36,0.3485,0.87,0.194,3,88,91
+9919,2012-02-23,1,1,2,7,0,4,1,1,0.36,0.3485,0.81,0.2239,9,317,326
+9920,2012-02-23,1,1,2,8,0,4,1,1,0.34,0.3333,0.87,0.194,11,549,560
+9921,2012-02-23,1,1,2,9,0,4,1,1,0.36,0.3333,0.81,0.2537,14,228,242
+9922,2012-02-23,1,1,2,10,0,4,1,1,0.42,0.4242,0.67,0.194,41,107,148
+9923,2012-02-23,1,1,2,11,0,4,1,1,0.48,0.4697,0.48,0.2836,54,128,182
+9924,2012-02-23,1,1,2,12,0,4,1,1,0.5,0.4848,0.42,0.2537,25,199,224
+9925,2012-02-23,1,1,2,13,0,4,1,1,0.52,0.5,0.39,0.194,30,188,218
+9926,2012-02-23,1,1,2,14,0,4,1,1,0.54,0.5152,0.37,0.2537,36,156,192
+9927,2012-02-23,1,1,2,15,0,4,1,1,0.54,0.5152,0.33,0.1343,46,171,217
+9928,2012-02-23,1,1,2,16,0,4,1,1,0.56,0.5303,0.32,0,45,298,343
+9929,2012-02-23,1,1,2,17,0,4,1,1,0.54,0.5152,0.32,0.1642,49,561,610
+9930,2012-02-23,1,1,2,18,0,4,1,1,0.54,0.5152,0.37,0.1343,36,486,522
+9931,2012-02-23,1,1,2,19,0,4,1,1,0.5,0.4848,0.39,0.0896,20,349,369
+9932,2012-02-23,1,1,2,20,0,4,1,1,0.46,0.4545,0.44,0.1343,23,246,269
+9933,2012-02-23,1,1,2,21,0,4,1,1,0.44,0.4394,0.51,0.2239,17,205,222
+9934,2012-02-23,1,1,2,22,0,4,1,1,0.44,0.4394,0.54,0.2537,19,118,137
+9935,2012-02-23,1,1,2,23,0,4,1,1,0.44,0.4394,0.54,0,14,71,85
+9936,2012-02-24,1,1,2,0,0,5,1,2,0.44,0.4394,0.58,0.0896,12,34,46
+9937,2012-02-24,1,1,2,1,0,5,1,1,0.44,0.4394,0.62,0.194,3,15,18
+9938,2012-02-24,1,1,2,2,0,5,1,3,0.42,0.4242,0.77,0.2836,1,4,5
+9939,2012-02-24,1,1,2,3,0,5,1,1,0.42,0.4242,0.82,0.1343,0,5,5
+9940,2012-02-24,1,1,2,4,0,5,1,1,0.4,0.4091,0.87,0.1343,0,2,2
+9941,2012-02-24,1,1,2,5,0,5,1,2,0.4,0.4091,0.87,0.194,1,25,26
+9942,2012-02-24,1,1,2,6,0,5,1,2,0.4,0.4091,0.87,0.1642,2,80,82
+9943,2012-02-24,1,1,2,7,0,5,1,2,0.4,0.4091,0.76,0.2239,7,265,272
+9944,2012-02-24,1,1,2,8,0,5,1,2,0.38,0.3939,0.76,0.3284,17,452,469
+9945,2012-02-24,1,1,2,9,0,5,1,3,0.36,0.3333,0.81,0.2537,15,229,244
+9946,2012-02-24,1,1,2,10,0,5,1,3,0.36,0.3485,0.81,0.1642,22,119,141
+9947,2012-02-24,1,1,2,11,0,5,1,2,0.36,0.3636,0.81,0.1045,27,136,163
+9948,2012-02-24,1,1,2,12,0,5,1,2,0.4,0.4091,0.76,0.1343,27,201,228
+9949,2012-02-24,1,1,2,13,0,5,1,2,0.42,0.4242,0.71,0.1045,30,153,183
+9950,2012-02-24,1,1,2,14,0,5,1,2,0.46,0.4545,0.67,0.1045,5,26,31
+9951,2012-02-24,1,1,2,15,0,5,1,3,0.4,0.4091,0.87,0.194,11,83,94
+9952,2012-02-24,1,1,2,16,0,5,1,3,0.4,0.4091,0.87,0.194,12,166,178
+9953,2012-02-24,1,1,2,17,0,5,1,3,0.42,0.4242,0.94,0.1045,14,242,256
+9954,2012-02-24,1,1,2,18,0,5,1,2,0.42,0.4242,0.94,0,11,289,300
+9955,2012-02-24,1,1,2,19,0,5,1,2,0.44,0.4394,0.88,0.1045,6,227,233
+9956,2012-02-24,1,1,2,20,0,5,1,1,0.44,0.4394,0.62,0.4179,8,159,167
+9957,2012-02-24,1,1,2,21,0,5,1,1,0.42,0.4242,0.35,0.806,1,151,152
+9958,2012-02-24,1,1,2,22,0,5,1,1,0.4,0.4091,0.37,0.5821,4,102,106
+9959,2012-02-24,1,1,2,23,0,5,1,1,0.38,0.3939,0.37,0.6866,10,76,86
+9960,2012-02-25,1,1,2,0,0,6,0,1,0.36,0.3333,0.43,0.3881,5,56,61
+9961,2012-02-25,1,1,2,1,0,6,0,1,0.34,0.303,0.42,0.3582,4,42,46
+9962,2012-02-25,1,1,2,2,0,6,0,1,0.32,0.303,0.45,0.2537,1,37,38
+9963,2012-02-25,1,1,2,3,0,6,0,1,0.3,0.2727,0.45,0.2985,0,7,7
+9964,2012-02-25,1,1,2,4,0,6,0,1,0.3,0.2727,0.42,0.3284,0,2,2
+9965,2012-02-25,1,1,2,5,0,6,0,2,0.3,0.2727,0.42,0.2985,0,3,3
+9966,2012-02-25,1,1,2,6,0,6,0,2,0.3,0.2727,0.42,0.2985,1,12,13
+9967,2012-02-25,1,1,2,7,0,6,0,1,0.28,0.2424,0.45,0.4478,3,20,23
+9968,2012-02-25,1,1,2,8,0,6,0,1,0.26,0.2273,0.48,0.2985,3,90,93
+9969,2012-02-25,1,1,2,9,0,6,0,3,0.22,0.197,0.75,0.3284,15,107,122
+9970,2012-02-25,1,1,2,10,0,6,0,1,0.26,0.2273,0.6,0.3582,24,159,183
+9971,2012-02-25,1,1,2,11,0,6,0,1,0.3,0.2576,0.39,0.6119,23,187,210
+9972,2012-02-25,1,1,2,12,0,6,0,1,0.32,0.2727,0.29,0.6567,41,217,258
+9973,2012-02-25,1,1,2,13,0,6,0,1,0.32,0.2879,0.31,0.4925,48,178,226
+9974,2012-02-25,1,1,2,14,0,6,0,1,0.32,0.2727,0.29,0.5522,35,181,216
+9975,2012-02-25,1,1,2,15,0,6,0,1,0.32,0.2879,0.29,0.4179,21,211,232
+9976,2012-02-25,1,1,2,16,0,6,0,1,0.32,0.2727,0.26,0.5821,32,163,195
+9977,2012-02-25,1,1,2,17,0,6,0,1,0.3,0.2727,0.33,0.3582,16,143,159
+9978,2012-02-25,1,1,2,18,0,6,0,1,0.3,0.2576,0.28,0.5821,7,126,133
+9979,2012-02-25,1,1,2,19,0,6,0,1,0.26,0.2121,0.33,0.4478,12,137,149
+9980,2012-02-25,1,1,2,20,0,6,0,1,0.26,0.2121,0.3,0.5522,10,95,105
+9981,2012-02-25,1,1,2,21,0,6,0,1,0.24,0.2121,0.35,0.3284,5,80,85
+9982,2012-02-25,1,1,2,22,0,6,0,1,0.24,0.197,0.38,0.4627,4,78,82
+9983,2012-02-25,1,1,2,23,0,6,0,1,0.24,0.197,0.41,0.4179,7,84,91
+9984,2012-02-26,1,1,2,0,0,0,0,1,0.24,0.2121,0.41,0.3582,7,63,70
+9985,2012-02-26,1,1,2,1,0,0,0,1,0.24,0.2121,0.44,0.3284,5,50,55
+9986,2012-02-26,1,1,2,2,0,0,0,1,0.24,0.2121,0.44,0.3284,5,37,42
+9987,2012-02-26,1,1,2,3,0,0,0,1,0.24,0.2273,0.41,0.194,0,21,21
+9988,2012-02-26,1,1,2,4,0,0,0,1,0.24,0.2273,0.41,0.194,1,5,6
+9989,2012-02-26,1,1,2,5,0,0,0,1,0.22,0.2121,0.44,0.2239,0,5,5
+9990,2012-02-26,1,1,2,6,0,0,0,1,0.22,0.197,0.44,0.3284,0,2,2
+9991,2012-02-26,1,1,2,7,0,0,0,1,0.2,0.1818,0.51,0.2985,2,20,22
+9992,2012-02-26,1,1,2,8,0,0,0,1,0.2,0.197,0.51,0.2537,2,57,59
+9993,2012-02-26,1,1,2,9,0,0,0,1,0.22,0.2121,0.47,0.2239,11,76,87
+9994,2012-02-26,1,1,2,10,0,0,0,1,0.26,0.2576,0.41,0.1642,27,161,188
+9995,2012-02-26,1,1,2,11,0,0,0,1,0.28,0.2576,0.41,0.2836,43,184,227
+9996,2012-02-26,1,1,2,12,0,0,0,1,0.3,0.303,0.39,0.1343,49,256,305
+9997,2012-02-26,1,1,2,13,0,0,0,1,0.32,0.3333,0.36,0,58,267,325
+9998,2012-02-26,1,1,2,14,0,0,0,1,0.34,0.3485,0.31,0,68,263,331
+9999,2012-02-26,1,1,2,15,0,0,0,1,0.36,0.3485,0.29,0,72,281,353
+10000,2012-02-26,1,1,2,16,0,0,0,1,0.36,0.3333,0.32,0.2537,64,275,339
+10001,2012-02-26,1,1,2,17,0,0,0,1,0.36,0.3485,0.32,0.2239,46,241,287
+10002,2012-02-26,1,1,2,18,0,0,0,1,0.34,0.3182,0.36,0.2836,17,199,216
+10003,2012-02-26,1,1,2,19,0,0,0,1,0.34,0.3333,0.34,0.1642,13,130,143
+10004,2012-02-26,1,1,2,20,0,0,0,1,0.32,0.3182,0.42,0.1642,9,79,88
+10005,2012-02-26,1,1,2,21,0,0,0,1,0.3,0.303,0.45,0.1343,8,75,83
+10006,2012-02-26,1,1,2,22,0,0,0,1,0.3,0.2879,0.42,0.2239,3,68,71
+10007,2012-02-26,1,1,2,23,0,0,0,1,0.26,0.2576,0.56,0.1642,5,59,64
+10008,2012-02-27,1,1,2,0,0,1,1,1,0.26,0.2424,0.6,0.2537,2,27,29
+10009,2012-02-27,1,1,2,1,0,1,1,1,0.26,0.2576,0.65,0.2239,0,6,6
+10010,2012-02-27,1,1,2,2,0,1,1,1,0.26,0.2273,0.7,0.2985,0,4,4
+10011,2012-02-27,1,1,2,3,0,1,1,1,0.24,0.2424,0.75,0.1642,0,2,2
+10012,2012-02-27,1,1,2,4,0,1,1,1,0.22,0.2273,0.8,0.1343,0,1,1
+10013,2012-02-27,1,1,2,5,0,1,1,1,0.22,0.2273,0.8,0.1343,0,16,16
+10014,2012-02-27,1,1,2,6,0,1,1,1,0.24,0.2273,0.7,0.2537,1,89,90
+10015,2012-02-27,1,1,2,7,0,1,1,1,0.24,0.2273,0.6,0.2239,2,278,280
+10016,2012-02-27,1,1,2,8,0,1,1,1,0.24,0.2424,0.6,0,14,514,528
+10017,2012-02-27,1,1,2,9,0,1,1,1,0.26,0.2576,0.6,0.194,11,219,230
+10018,2012-02-27,1,1,2,10,0,1,1,1,0.32,0.303,0.45,0.2537,16,88,104
+10019,2012-02-27,1,1,2,11,0,1,1,1,0.36,0.3333,0.43,0.2537,11,92,103
+10020,2012-02-27,1,1,2,12,0,1,1,1,0.4,0.4091,0.37,0.2985,13,164,177
+10021,2012-02-27,1,1,2,13,0,1,1,1,0.4,0.4091,0.43,0.2836,23,159,182
+10022,2012-02-27,1,1,2,14,0,1,1,1,0.46,0.4545,0.36,0.2836,24,134,158
+10023,2012-02-27,1,1,2,15,0,1,1,1,0.52,0.5,0.25,0.4179,24,150,174
+10024,2012-02-27,1,1,2,16,0,1,1,1,0.54,0.5152,0.26,0.4478,20,266,286
+10025,2012-02-27,1,1,2,17,0,1,1,1,0.54,0.5152,0.24,0.4478,26,503,529
+10026,2012-02-27,1,1,2,18,0,1,1,1,0.52,0.5,0.27,0.4179,10,517,527
+10027,2012-02-27,1,1,2,19,0,1,1,1,0.5,0.4848,0.29,0.3881,16,318,334
+10028,2012-02-27,1,1,2,20,0,1,1,1,0.48,0.4697,0.33,0.3582,11,208,219
+10029,2012-02-27,1,1,2,21,0,1,1,1,0.46,0.4545,0.36,0.2836,14,181,195
+10030,2012-02-27,1,1,2,22,0,1,1,1,0.44,0.4394,0.44,0.2537,9,83,92
+10031,2012-02-27,1,1,2,23,0,1,1,1,0.42,0.4242,0.5,0.1642,6,50,56
+10032,2012-02-28,1,1,2,0,0,2,1,1,0.42,0.4242,0.54,0.1343,0,10,10
+10033,2012-02-28,1,1,2,1,0,2,1,1,0.38,0.3939,0.62,0.1642,0,6,6
+10034,2012-02-28,1,1,2,2,0,2,1,1,0.4,0.4091,0.54,0.1045,1,2,3
+10035,2012-02-28,1,1,2,3,0,2,1,1,0.4,0.4091,0.32,0.3582,0,6,6
+10036,2012-02-28,1,1,2,4,0,2,1,1,0.32,0.2879,0.42,0.3582,0,2,2
+10037,2012-02-28,1,1,2,5,0,2,1,1,0.32,0.2879,0.42,0.3582,1,20,21
+10038,2012-02-28,1,1,2,6,0,2,1,1,0.3,0.2727,0.45,0.3284,1,100,101
+10039,2012-02-28,1,1,2,7,0,2,1,1,0.28,0.2576,0.45,0.2985,12,313,325
+10040,2012-02-28,1,1,2,8,0,2,1,1,0.26,0.2424,0.48,0.2836,16,543,559
+10041,2012-02-28,1,1,2,9,0,2,1,1,0.28,0.2576,0.45,0.3582,7,225,232
+10042,2012-02-28,1,1,2,10,0,2,1,1,0.3,0.2727,0.42,0.2985,14,118,132
+10043,2012-02-28,1,1,2,11,0,2,1,1,0.34,0.3182,0.36,0.2537,8,155,163
+10044,2012-02-28,1,1,2,12,0,2,1,1,0.36,0.3485,0.34,0.1343,19,164,183
+10045,2012-02-28,1,1,2,13,0,2,1,1,0.36,0.3636,0.32,0.1045,16,174,190
+10046,2012-02-28,1,1,2,14,0,2,1,1,0.4,0.4091,0.28,0.1045,13,121,134
+10047,2012-02-28,1,1,2,15,0,2,1,1,0.42,0.4242,0.26,0.0896,17,149,166
+10048,2012-02-28,1,1,2,16,0,2,1,1,0.42,0.4242,0.28,0.0896,17,270,287
+10049,2012-02-28,1,1,2,17,0,2,1,1,0.42,0.4242,0.26,0.0896,33,497,530
+10050,2012-02-28,1,1,2,18,0,2,1,1,0.42,0.4242,0.28,0.1642,17,432,449
+10051,2012-02-28,1,1,2,19,0,2,1,1,0.42,0.4242,0.26,0,15,291,306
+10052,2012-02-28,1,1,2,20,0,2,1,1,0.4,0.4091,0.3,0.1343,2,202,204
+10053,2012-02-28,1,1,2,21,0,2,1,1,0.34,0.3485,0.46,0.1045,10,178,188
+10054,2012-02-28,1,1,2,22,0,2,1,1,0.34,0.3485,0.46,0.1045,6,95,101
+10055,2012-02-28,1,1,2,23,0,2,1,1,0.32,0.303,0.53,0.2239,4,61,65
+10056,2012-02-29,1,1,2,0,0,3,1,1,0.32,0.3333,0.53,0.1045,2,30,32
+10057,2012-02-29,1,1,2,1,0,3,1,1,0.32,0.3333,0.49,0.1045,0,6,6
+10058,2012-02-29,1,1,2,2,0,3,1,1,0.3,0.2879,0.56,0.2239,0,4,4
+10059,2012-02-29,1,1,2,3,0,3,1,1,0.28,0.303,0.7,0.0896,0,2,2
+10060,2012-02-29,1,1,2,5,0,3,1,1,0.26,0.2879,0.75,0.0896,0,29,29
+10061,2012-02-29,1,1,2,6,0,3,1,2,0.28,0.303,0.75,0.0896,4,100,104
+10062,2012-02-29,1,1,2,7,0,3,1,2,0.26,0.2727,0.81,0.1343,11,242,253
+10063,2012-02-29,1,1,2,8,0,3,1,2,0.28,0.2879,0.75,0.1045,2,114,116
+10064,2012-02-29,1,1,2,9,0,3,1,3,0.3,0.303,0.81,0.1642,5,33,38
+10065,2012-02-29,1,1,2,10,0,3,1,3,0.3,0.303,0.81,0.1642,0,10,10
+10066,2012-02-29,1,1,2,11,0,3,1,3,0.3,0.2879,0.87,0.194,1,9,10
+10067,2012-02-29,1,1,2,12,0,3,1,3,0.32,0.303,0.93,0.3284,1,69,70
+10068,2012-02-29,1,1,2,13,0,3,1,2,0.36,0.3333,0.93,0.3582,4,72,76
+10069,2012-02-29,1,1,2,14,0,3,1,2,0.36,0.3333,0.93,0.3582,2,54,56
+10070,2012-02-29,1,1,2,15,0,3,1,2,0.4,0.4091,0.82,0.2836,3,87,90
+10071,2012-02-29,1,1,2,16,0,3,1,3,0.4,0.4091,0.82,0.2239,5,162,167
+10072,2012-02-29,1,1,2,17,0,3,1,2,0.4,0.4091,0.87,0.1642,7,246,253
+10073,2012-02-29,1,1,2,18,0,3,1,3,0.4,0.4091,0.87,0,11,181,192
+10074,2012-02-29,1,1,2,19,0,3,1,2,0.4,0.4091,0.87,0.1045,0,102,102
+10075,2012-02-29,1,1,2,20,0,3,1,3,0.42,0.4242,0.88,0.1642,2,95,97
+10076,2012-02-29,1,1,2,21,0,3,1,3,0.42,0.4242,0.88,0.1642,0,39,39
+10077,2012-02-29,1,1,2,22,0,3,1,3,0.42,0.4242,0.94,0.2537,2,53,55
+10078,2012-02-29,1,1,2,23,0,3,1,3,0.42,0.4242,0.94,0.2537,3,30,33
+10079,2012-03-01,1,1,3,0,0,4,1,2,0.42,0.4242,0.94,0,1,10,11
+10080,2012-03-01,1,1,3,1,0,4,1,3,0.46,0.4545,0.94,0.1045,0,12,12
+10081,2012-03-01,1,1,3,2,0,4,1,2,0.46,0.4545,0.94,0.2836,0,6,6
+10082,2012-03-01,1,1,3,3,0,4,1,1,0.46,0.4545,0.94,0.2239,0,3,3
+10083,2012-03-01,1,1,3,4,0,4,1,1,0.48,0.4697,0.88,0.194,0,5,5
+10084,2012-03-01,1,1,3,5,0,4,1,1,0.48,0.4697,0.88,0.1642,0,18,18
+10085,2012-03-01,1,1,3,6,0,4,1,2,0.42,0.4242,0.94,0,2,107,109
+10086,2012-03-01,1,1,3,7,0,4,1,2,0.44,0.4394,0.94,0.1343,8,296,304
+10087,2012-03-01,1,1,3,8,0,4,1,1,0.42,0.4242,0.94,0.1343,15,579,594
+10088,2012-03-01,1,1,3,9,0,4,1,1,0.46,0.4545,0.77,0.2537,5,281,286
+10089,2012-03-01,1,1,3,10,0,4,1,1,0.52,0.5,0.55,0.1642,11,122,133
+10090,2012-03-01,1,1,3,11,0,4,1,1,0.56,0.5303,0.43,0.194,19,149,168
+10091,2012-03-01,1,1,3,12,0,4,1,1,0.56,0.5303,0.37,0.2239,16,204,220
+10092,2012-03-01,1,1,3,13,0,4,1,1,0.58,0.5455,0.32,0.2537,24,187,211
+10093,2012-03-01,1,1,3,14,0,4,1,1,0.58,0.5455,0.35,0.2239,37,174,211
+10094,2012-03-01,1,1,3,15,0,4,1,1,0.6,0.6212,0.31,0.2537,31,192,223
+10095,2012-03-01,1,1,3,16,0,4,1,1,0.58,0.5455,0.32,0.2985,38,323,361
+10096,2012-03-01,1,1,3,17,0,4,1,1,0.56,0.5303,0.35,0.2985,49,551,600
+10097,2012-03-01,1,1,3,18,0,4,1,1,0.54,0.5152,0.34,0.3582,27,498,525
+10098,2012-03-01,1,1,3,19,0,4,1,1,0.48,0.4697,0.41,0.3284,11,317,328
+10099,2012-03-01,1,1,3,20,0,4,1,1,0.44,0.4394,0.44,0.4179,12,242,254
+10100,2012-03-01,1,1,3,21,0,4,1,1,0.42,0.4242,0.47,0.4627,7,190,197
+10101,2012-03-01,1,1,3,22,0,4,1,1,0.38,0.3939,0.5,0.2537,3,123,126
+10102,2012-03-01,1,1,3,23,0,4,1,1,0.36,0.3485,0.5,0.2239,9,76,85
+10103,2012-03-02,1,1,3,0,0,5,1,1,0.34,0.3333,0.53,0.1642,1,45,46
+10104,2012-03-02,1,1,3,1,0,5,1,1,0.34,0.3182,0.49,0.2239,2,18,20
+10105,2012-03-02,1,1,3,2,0,5,1,1,0.34,0.3182,0.53,0.2836,2,4,6
+10106,2012-03-02,1,1,3,3,0,5,1,1,0.32,0.3182,0.57,0.194,0,3,3
+10107,2012-03-02,1,1,3,4,0,5,1,1,0.32,0.3485,0.61,0,0,2,2
+10108,2012-03-02,1,1,3,5,0,5,1,1,0.3,0.3333,0.7,0,0,24,24
+10109,2012-03-02,1,1,3,6,0,5,1,1,0.3,0.3333,0.7,0,4,88,92
+10110,2012-03-02,1,1,3,7,0,5,1,1,0.3,0.3333,0.7,0,4,258,262
+10111,2012-03-02,1,1,3,8,0,5,1,1,0.28,0.303,0.75,0.0896,16,533,549
+10112,2012-03-02,1,1,3,9,0,5,1,1,0.3,0.3333,0.81,0,15,299,314
+10113,2012-03-02,1,1,3,10,0,5,1,1,0.36,0.3485,0.5,0.1642,14,118,132
+10114,2012-03-02,1,1,3,11,0,5,1,1,0.38,0.3939,0.46,0.194,40,154,194
+10115,2012-03-02,1,1,3,12,0,5,1,1,0.4,0.4091,0.43,0.1642,40,194,234
+10116,2012-03-02,1,1,3,13,0,5,1,1,0.42,0.4242,0.44,0.2239,31,191,222
+10117,2012-03-02,1,1,3,14,0,5,1,2,0.44,0.4394,0.44,0.2836,29,176,205
+10118,2012-03-02,1,1,3,15,0,5,1,2,0.42,0.4242,0.5,0.2985,5,73,78
+10119,2012-03-02,1,1,3,16,0,5,1,3,0.4,0.4091,0.58,0.2985,1,49,50
+10120,2012-03-02,1,1,3,17,0,5,1,3,0.36,0.3485,0.81,0.2239,5,123,128
+10121,2012-03-02,1,1,3,18,0,5,1,3,0.36,0.3485,0.87,0.194,6,154,160
+10122,2012-03-02,1,1,3,19,0,5,1,3,0.36,0.3485,0.87,0.194,12,162,174
+10123,2012-03-02,1,1,3,20,0,5,1,2,0.36,0.3485,0.87,0.194,7,93,100
+10124,2012-03-02,1,1,3,21,0,5,1,3,0.36,0.3636,0.87,0.0896,2,99,101
+10125,2012-03-02,1,1,3,22,0,5,1,2,0.36,0.3788,0.87,0,6,69,75
+10126,2012-03-02,1,1,3,23,0,5,1,2,0.36,0.3788,0.87,0,4,19,23
+10127,2012-03-03,1,1,3,0,0,6,0,3,0.36,0.3636,0.93,0.0896,1,21,22
+10128,2012-03-03,1,1,3,1,0,6,0,3,0.36,0.3788,0.93,0,0,44,44
+10129,2012-03-03,1,1,3,2,0,6,0,3,0.36,0.3636,0.93,0.0896,4,34,38
+10130,2012-03-03,1,1,3,3,0,6,0,2,0.36,0.3485,0.93,0.1642,1,20,21
+10131,2012-03-03,1,1,3,4,0,6,0,2,0.36,0.3485,0.93,0.194,0,2,2
+10132,2012-03-03,1,1,3,5,0,6,0,2,0.36,0.3636,0.93,0.0896,1,1,2
+10133,2012-03-03,1,1,3,6,0,6,0,2,0.36,0.3636,0.93,0.0896,1,6,7
+10134,2012-03-03,1,1,3,7,0,6,0,2,0.36,0.3485,0.93,0.1343,2,14,16
+10135,2012-03-03,1,1,3,8,0,6,0,3,0.36,0.3788,0.93,0,2,46,48
+10136,2012-03-03,1,1,3,9,0,6,0,3,0.38,0.3939,0.87,0.0896,7,87,94
+10137,2012-03-03,1,1,3,10,0,6,0,2,0.4,0.4091,0.87,0,31,137,168
+10138,2012-03-03,1,1,3,11,0,6,0,2,0.4,0.4091,0.87,0.0896,33,181,214
+10139,2012-03-03,1,1,3,12,0,6,0,2,0.42,0.4242,0.67,0.2537,47,252,299
+10140,2012-03-03,1,1,3,13,0,6,0,1,0.44,0.4394,0.51,0.2836,87,252,339
+10141,2012-03-03,1,1,3,14,0,6,0,2,0.46,0.4545,0.44,0.3582,151,279,430
+10142,2012-03-03,1,1,3,15,0,6,0,1,0.48,0.4697,0.29,0.2985,145,254,399
+10143,2012-03-03,1,1,3,16,0,6,0,1,0.5,0.4848,0.27,0.2985,167,300,467
+10144,2012-03-03,1,1,3,17,0,6,0,1,0.5,0.4848,0.23,0.3284,106,279,385
+10145,2012-03-03,1,1,3,18,0,6,0,1,0.5,0.4848,0.25,0.2537,53,250,303
+10146,2012-03-03,1,1,3,19,0,6,0,1,0.46,0.4545,0.33,0.1642,34,191,225
+10147,2012-03-03,1,1,3,20,0,6,0,1,0.44,0.4394,0.3,0.1343,28,121,149
+10148,2012-03-03,1,1,3,21,0,6,0,1,0.46,0.4545,0.19,0.3284,24,130,154
+10149,2012-03-03,1,1,3,22,0,6,0,1,0.44,0.4394,0.21,0.1343,19,115,134
+10150,2012-03-03,1,1,3,23,0,6,0,1,0.42,0.4242,0.24,0,12,94,106
+10151,2012-03-04,1,1,3,0,0,0,0,2,0.4,0.4091,0.3,0.3582,5,67,72
+10152,2012-03-04,1,1,3,1,0,0,0,2,0.38,0.3939,0.34,0.194,16,60,76
+10153,2012-03-04,1,1,3,2,0,0,0,2,0.36,0.3485,0.4,0.1642,14,66,80
+10154,2012-03-04,1,1,3,3,0,0,0,2,0.36,0.3485,0.43,0.1343,5,21,26
+10155,2012-03-04,1,1,3,4,0,0,0,2,0.34,0.3333,0.46,0.194,3,11,14
+10156,2012-03-04,1,1,3,5,0,0,0,2,0.34,0.3182,0.46,0.2239,0,5,5
+10157,2012-03-04,1,1,3,6,0,0,0,2,0.3,0.2727,0.52,0.2985,0,5,5
+10158,2012-03-04,1,1,3,7,0,0,0,2,0.3,0.2727,0.52,0.2985,2,21,23
+10159,2012-03-04,1,1,3,8,0,0,0,1,0.3,0.2727,0.52,0.3284,12,54,66
+10160,2012-03-04,1,1,3,9,0,0,0,1,0.3,0.2727,0.49,0.4478,14,104,118
+10161,2012-03-04,1,1,3,10,0,0,0,1,0.3,0.2727,0.49,0.3284,31,161,192
+10162,2012-03-04,1,1,3,11,0,0,0,1,0.32,0.2879,0.45,0.3881,64,192,256
+10163,2012-03-04,1,1,3,12,0,0,0,1,0.34,0.303,0.42,0.3582,71,256,327
+10164,2012-03-04,1,1,3,13,0,0,0,1,0.36,0.3333,0.37,0.3582,108,256,364
+10165,2012-03-04,1,1,3,14,0,0,0,1,0.36,0.3333,0.34,0.3582,106,226,332
+10166,2012-03-04,1,1,3,15,0,0,0,1,0.36,0.3182,0.32,0.5224,82,252,334
+10167,2012-03-04,1,1,3,16,0,0,0,1,0.36,0.3182,0.29,0.4925,68,231,299
+10168,2012-03-04,1,1,3,17,0,0,0,1,0.34,0.2879,0.31,0.5522,49,214,263
+10169,2012-03-04,1,1,3,18,0,0,0,1,0.32,0.2727,0.33,0.6119,20,164,184
+10170,2012-03-04,1,1,3,19,0,0,0,1,0.3,0.2576,0.36,0.4925,12,120,132
+10171,2012-03-04,1,1,3,20,0,0,0,1,0.28,0.2727,0.38,0.2537,8,80,88
+10172,2012-03-04,1,1,3,21,0,0,0,1,0.28,0.2727,0.36,0.2239,9,70,79
+10173,2012-03-04,1,1,3,22,0,0,0,1,0.26,0.2424,0.41,0.2537,9,53,62
+10174,2012-03-04,1,1,3,23,0,0,0,1,0.26,0.2576,0.41,0.194,2,24,26
+10175,2012-03-05,1,1,3,0,0,1,1,1,0.24,0.2273,0.44,0.194,2,15,17
+10176,2012-03-05,1,1,3,1,0,1,1,1,0.24,0.2424,0.48,0.1343,3,3,6
+10177,2012-03-05,1,1,3,2,0,1,1,1,0.24,0.2424,0.48,0.1343,1,3,4
+10178,2012-03-05,1,1,3,3,0,1,1,1,0.22,0.2273,0.51,0.1642,0,1,1
+10179,2012-03-05,1,1,3,4,0,1,1,1,0.2,0.2273,0.55,0.0896,0,1,1
+10180,2012-03-05,1,1,3,5,0,1,1,1,0.2,0.2273,0.55,0.0896,1,17,18
+10181,2012-03-05,1,1,3,6,0,1,1,1,0.18,0.197,0.59,0.1343,2,89,91
+10182,2012-03-05,1,1,3,7,0,1,1,1,0.18,0.197,0.59,0.1343,7,253,260
+10183,2012-03-05,1,1,3,8,0,1,1,1,0.2,0.2273,0.59,0.1045,13,415,428
+10184,2012-03-05,1,1,3,9,0,1,1,2,0.22,0.2576,0.6,0.0896,11,186,197
+10185,2012-03-05,1,1,3,10,0,1,1,2,0.24,0.2576,0.6,0,12,74,86
+10186,2012-03-05,1,1,3,11,0,1,1,2,0.26,0.2727,0.56,0.1343,17,86,103
+10187,2012-03-05,1,1,3,12,0,1,1,2,0.26,0.303,0.52,0,15,122,137
+10188,2012-03-05,1,1,3,13,0,1,1,2,0.26,0.2576,0.55,0.2985,11,109,120
+10189,2012-03-05,1,1,3,14,0,1,1,2,0.28,0.2576,0.57,0.3582,13,115,128
+10190,2012-03-05,1,1,3,15,0,1,1,2,0.3,0.2879,0.53,0.194,20,110,130
+10191,2012-03-05,1,1,3,16,0,1,1,1,0.3,0.2727,0.45,0.2985,30,180,210
+10192,2012-03-05,1,1,3,17,0,1,1,3,0.3,0.2727,0.45,0.2985,11,376,387
+10193,2012-03-05,1,1,3,18,0,1,1,3,0.28,0.2273,0.55,0.6567,12,363,375
+10194,2012-03-05,1,1,3,19,0,1,1,1,0.26,0.2576,0.53,0.2239,6,220,226
+10195,2012-03-05,1,1,3,20,0,1,1,1,0.26,0.2273,0.37,0.4627,8,171,179
+10196,2012-03-05,1,1,3,21,0,1,1,1,0.26,0.2273,0.37,0.3881,4,116,120
+10197,2012-03-05,1,1,3,22,0,1,1,1,0.24,0.2121,0.35,0.3284,2,76,78
+10198,2012-03-05,1,1,3,23,0,1,1,1,0.22,0.1818,0.37,0.5821,2,29,31
+10199,2012-03-06,1,1,3,0,0,2,1,1,0.22,0.2121,0.37,0.2985,0,8,8
+10200,2012-03-06,1,1,3,1,0,2,1,1,0.2,0.197,0.44,0.2537,0,6,6
+10201,2012-03-06,1,1,3,2,0,2,1,1,0.2,0.197,0.44,0.2239,0,4,4
+10202,2012-03-06,1,1,3,3,0,2,1,1,0.18,0.1667,0.51,0.2836,0,1,1
+10203,2012-03-06,1,1,3,4,0,2,1,1,0.18,0.1667,0.51,0.2985,0,3,3
+10204,2012-03-06,1,1,3,5,0,2,1,1,0.18,0.1818,0.51,0.2239,0,25,25
+10205,2012-03-06,1,1,3,6,0,2,1,1,0.18,0.2121,0.51,0.1045,3,99,102
+10206,2012-03-06,1,1,3,7,0,2,1,1,0.16,0.1818,0.55,0.1343,5,270,275
+10207,2012-03-06,1,1,3,8,0,2,1,1,0.16,0.1818,0.59,0.1045,14,487,501
+10208,2012-03-06,1,1,3,9,0,2,1,1,0.22,0.2727,0.47,0,11,222,233
+10209,2012-03-06,1,1,3,10,0,2,1,1,0.24,0.2576,0.44,0,16,113,129
+10210,2012-03-06,1,1,3,11,0,2,1,1,0.26,0.2576,0.41,0.1642,20,110,130
+10211,2012-03-06,1,1,3,12,0,2,1,1,0.26,0.2727,0.41,0.1045,9,129,138
+10212,2012-03-06,1,1,3,13,0,2,1,1,0.3,0.303,0.39,0.1343,16,148,164
+10213,2012-03-06,1,1,3,14,0,2,1,1,0.32,0.303,0.36,0.2239,20,116,136
+10214,2012-03-06,1,1,3,15,0,2,1,1,0.34,0.303,0.36,0.2985,24,142,166
+10215,2012-03-06,1,1,3,16,0,2,1,1,0.36,0.3333,0.32,0.2836,22,228,250
+10216,2012-03-06,1,1,3,17,0,2,1,1,0.36,0.3333,0.34,0.2836,21,425,446
+10217,2012-03-06,1,1,3,18,0,2,1,1,0.34,0.303,0.42,0.3284,15,442,457
+10218,2012-03-06,1,1,3,19,0,2,1,1,0.34,0.303,0.46,0.2985,9,278,287
+10219,2012-03-06,1,1,3,20,0,2,1,1,0.32,0.3182,0.49,0.194,3,184,187
+10220,2012-03-06,1,1,3,21,0,2,1,1,0.32,0.3182,0.49,0.194,5,143,148
+10221,2012-03-06,1,1,3,22,0,2,1,1,0.28,0.2727,0.56,0.1642,5,101,106
+10222,2012-03-06,1,1,3,23,0,2,1,1,0.28,0.2727,0.61,0.2239,3,51,54
+10223,2012-03-07,1,1,3,0,0,3,1,1,0.28,0.2576,0.65,0.2836,3,12,15
+10224,2012-03-07,1,1,3,1,0,3,1,1,0.3,0.2727,0.61,0.2985,1,4,5
+10225,2012-03-07,1,1,3,2,0,3,1,1,0.3,0.2879,0.56,0.2836,0,4,4
+10226,2012-03-07,1,1,3,3,0,3,1,1,0.3,0.2727,0.56,0.3582,1,2,3
+10227,2012-03-07,1,1,3,4,0,3,1,1,0.28,0.2576,0.61,0.3284,0,3,3
+10228,2012-03-07,1,1,3,5,0,3,1,1,0.28,0.2576,0.56,0.2985,0,18,18
+10229,2012-03-07,1,1,3,6,0,3,1,1,0.28,0.2576,0.61,0.3881,4,104,108
+10230,2012-03-07,1,1,3,7,0,3,1,1,0.26,0.2273,0.65,0.3881,12,332,344
+10231,2012-03-07,1,1,3,8,0,3,1,1,0.28,0.2576,0.61,0.2985,12,554,566
+10232,2012-03-07,1,1,3,9,0,3,1,1,0.3,0.2727,0.61,0.3284,12,252,264
+10233,2012-03-07,1,1,3,10,0,3,1,1,0.36,0.3333,0.5,0.2985,20,127,147
+10234,2012-03-07,1,1,3,11,0,3,1,1,0.42,0.4242,0.38,0.2985,33,128,161
+10235,2012-03-07,1,1,3,12,0,3,1,1,0.44,0.4394,0.38,0.3881,40,175,215
+10236,2012-03-07,1,1,3,13,0,3,1,1,0.5,0.4848,0.34,0.4179,26,179,205
+10237,2012-03-07,1,1,3,14,0,3,1,1,0.52,0.5,0.36,0.3284,38,137,175
+10238,2012-03-07,1,1,3,15,0,3,1,1,0.54,0.5152,0.37,0.4478,44,165,209
+10239,2012-03-07,1,1,3,16,0,3,1,1,0.56,0.5303,0.37,0.4179,34,254,288
+10240,2012-03-07,1,1,3,17,0,3,1,1,0.56,0.5303,0.43,0.4925,58,554,612
+10241,2012-03-07,1,1,3,18,0,3,1,1,0.56,0.5303,0.4,0.4627,35,509,544
+10242,2012-03-07,1,1,3,19,0,3,1,1,0.54,0.5152,0.42,0.3582,16,345,361
+10243,2012-03-07,1,1,3,20,0,3,1,1,0.5,0.4848,0.51,0.2537,18,242,260
+10244,2012-03-07,1,1,3,21,0,3,1,1,0.44,0.4394,0.62,0.2537,11,177,188
+10245,2012-03-07,1,1,3,22,0,3,1,1,0.46,0.4545,0.59,0.2985,10,149,159
+10246,2012-03-07,1,1,3,23,0,3,1,1,0.44,0.4394,0.62,0.3284,4,58,62
+10247,2012-03-08,1,1,3,0,0,4,1,1,0.44,0.4394,0.62,0.3284,11,35,46
+10248,2012-03-08,1,1,3,1,0,4,1,1,0.46,0.4545,0.63,0.3284,4,17,21
+10249,2012-03-08,1,1,3,2,0,4,1,1,0.46,0.4545,0.63,0.3881,6,5,11
+10250,2012-03-08,1,1,3,3,0,4,1,1,0.46,0.4545,0.63,0.3881,0,3,3
+10251,2012-03-08,1,1,3,4,0,4,1,1,0.44,0.4394,0.72,0.2836,0,2,2
+10252,2012-03-08,1,1,3,5,0,4,1,1,0.42,0.4242,0.77,0.2239,1,28,29
+10253,2012-03-08,1,1,3,6,0,4,1,1,0.42,0.4242,0.77,0.2537,4,105,109
+10254,2012-03-08,1,1,3,7,0,4,1,1,0.42,0.4242,0.77,0.3582,8,326,334
+10255,2012-03-08,1,1,3,8,0,4,1,1,0.44,0.4394,0.77,0.3881,12,573,585
+10256,2012-03-08,1,1,3,9,0,4,1,1,0.46,0.4545,0.72,0.4627,19,282,301
+10257,2012-03-08,1,1,3,10,0,4,1,1,0.5,0.4848,0.68,0.4627,19,119,138
+10258,2012-03-08,1,1,3,11,0,4,1,2,0.54,0.5152,0.6,0.4627,48,156,204
+10259,2012-03-08,1,1,3,12,0,4,1,2,0.56,0.5303,0.6,0.4478,27,224,251
+10260,2012-03-08,1,1,3,13,0,4,1,2,0.6,0.6212,0.49,0.6418,35,198,233
+10261,2012-03-08,1,1,3,14,0,4,1,2,0.62,0.6212,0.43,0.6418,48,155,203
+10262,2012-03-08,1,1,3,15,0,4,1,1,0.64,0.6212,0.38,0.6866,24,161,185
+10263,2012-03-08,1,1,3,16,0,4,1,2,0.62,0.6212,0.41,0.6418,37,305,342
+10264,2012-03-08,1,1,3,17,0,4,1,1,0.62,0.6212,0.38,0.6567,52,545,597
+10265,2012-03-08,1,1,3,18,0,4,1,2,0.62,0.6212,0.38,0.5522,45,545,590
+10266,2012-03-08,1,1,3,19,0,4,1,2,0.6,0.6212,0.4,0.4478,21,395,416
+10267,2012-03-08,1,1,3,20,0,4,1,2,0.6,0.6212,0.43,0.3881,20,282,302
+10268,2012-03-08,1,1,3,21,0,4,1,1,0.6,0.6212,0.43,0.3881,27,206,233
+10269,2012-03-08,1,1,3,22,0,4,1,1,0.56,0.5303,0.49,0.3284,12,141,153
+10270,2012-03-08,1,1,3,23,0,4,1,2,0.56,0.5303,0.49,0.4478,6,88,94
+10271,2012-03-09,1,1,3,0,0,5,1,2,0.58,0.5455,0.49,0.4627,3,51,54
+10272,2012-03-09,1,1,3,1,0,5,1,3,0.56,0.5303,0.52,0.4925,4,22,26
+10273,2012-03-09,1,1,3,2,0,5,1,3,0.48,0.4697,0.77,0.4179,2,9,11
+10274,2012-03-09,1,1,3,3,0,5,1,1,0.46,0.4545,0.77,0.5224,0,7,7
+10275,2012-03-09,1,1,3,4,0,5,1,3,0.4,0.4091,0.66,0.2836,0,1,1
+10276,2012-03-09,1,1,3,5,0,5,1,3,0.4,0.4091,0.66,0.2836,2,27,29
+10277,2012-03-09,1,1,3,6,0,5,1,2,0.4,0.4091,0.5,0.3582,2,83,85
+10278,2012-03-09,1,1,3,7,0,5,1,2,0.38,0.3939,0.4,0.2985,6,262,268
+10279,2012-03-09,1,1,3,8,0,5,1,2,0.34,0.2879,0.42,0.5224,17,484,501
+10280,2012-03-09,1,1,3,9,0,5,1,2,0.34,0.2879,0.42,0.5224,17,267,284
+10281,2012-03-09,1,1,3,10,0,5,1,2,0.34,0.2879,0.36,0.4925,14,145,159
+10282,2012-03-09,1,1,3,11,0,5,1,2,0.36,0.3333,0.34,0.3582,17,170,187
+10283,2012-03-09,1,1,3,12,0,5,1,1,0.36,0.3333,0.34,0.4179,27,174,201
+10284,2012-03-09,1,1,3,13,0,5,1,2,0.38,0.3939,0.29,0.3881,49,175,224
+10285,2012-03-09,1,1,3,14,0,5,1,1,0.42,0.4242,0.28,0.4627,49,129,178
+10286,2012-03-09,1,1,3,15,0,5,1,1,0.46,0.4545,0.24,0.2537,50,188,238
+10287,2012-03-09,1,1,3,16,0,5,1,1,0.48,0.4697,0.23,0.4179,51,292,343
+10288,2012-03-09,1,1,3,17,0,5,1,1,0.46,0.4545,0.24,0.3881,68,498,566
+10289,2012-03-09,1,1,3,18,0,5,1,1,0.44,0.4394,0.26,0.5224,30,440,470
+10290,2012-03-09,1,1,3,19,0,5,1,1,0.42,0.4242,0.28,0.6119,12,232,244
+10291,2012-03-09,1,1,3,20,0,5,1,1,0.38,0.3939,0.32,0.3582,3,156,159
+10292,2012-03-09,1,1,3,21,0,5,1,1,0.36,0.3333,0.34,0.3284,8,133,141
+10293,2012-03-09,1,1,3,22,0,5,1,1,0.34,0.2879,0.31,0.4925,7,100,107
+10294,2012-03-09,1,1,3,23,0,5,1,1,0.32,0.303,0.33,0.2985,9,77,86
+10295,2012-03-10,1,1,3,0,0,6,0,1,0.3,0.2727,0.36,0.3582,9,68,77
+10296,2012-03-10,1,1,3,1,0,6,0,1,0.3,0.2879,0.36,0.2537,1,50,51
+10297,2012-03-10,1,1,3,2,0,6,0,1,0.26,0.2424,0.41,0.2537,12,30,42
+10298,2012-03-10,1,1,3,3,0,6,0,1,0.26,0.2273,0.41,0.2985,0,16,16
+10299,2012-03-10,1,1,3,4,0,6,0,1,0.24,0.2121,0.41,0.3582,1,3,4
+10300,2012-03-10,1,1,3,5,0,6,0,1,0.22,0.2121,0.42,0.2836,3,7,10
+10301,2012-03-10,1,1,3,6,0,6,0,1,0.22,0.2121,0.44,0.2836,1,11,12
+10302,2012-03-10,1,1,3,7,0,6,0,1,0.22,0.2121,0.44,0.2537,4,36,40
+10303,2012-03-10,1,1,3,8,0,6,0,1,0.22,0.2121,0.44,0.2985,15,96,111
+10304,2012-03-10,1,1,3,9,0,6,0,1,0.24,0.2121,0.41,0.3284,21,127,148
+10305,2012-03-10,1,1,3,10,0,6,0,1,0.26,0.2273,0.35,0.4179,47,176,223
+10306,2012-03-10,1,1,3,11,0,6,0,1,0.3,0.2727,0.33,0.3284,56,218,274
+10307,2012-03-10,1,1,3,12,0,6,0,1,0.3,0.2727,0.33,0.3284,88,241,329
+10308,2012-03-10,1,1,3,13,0,6,0,1,0.32,0.303,0.29,0.2836,89,268,357
+10309,2012-03-10,1,1,3,14,0,6,0,1,0.34,0.3182,0.27,0.2836,117,262,379
+10310,2012-03-10,1,1,3,15,0,6,0,1,0.34,0.3636,0.25,0,132,274,406
+10311,2012-03-10,1,1,3,16,0,6,0,1,0.36,0.3636,0.23,0,115,275,390
+10312,2012-03-10,1,1,3,17,0,6,0,1,0.36,0.3788,0.23,0,104,250,354
+10313,2012-03-10,1,1,3,18,0,6,0,1,0.36,0.3636,0.21,0.0896,67,230,297
+10314,2012-03-10,1,1,3,19,0,6,0,1,0.34,0.3636,0.25,0,25,159,184
+10315,2012-03-10,1,1,3,20,0,6,0,1,0.32,0.3333,0.33,0.1343,20,101,121
+10316,2012-03-10,1,1,3,21,0,6,0,1,0.3,0.2879,0.39,0.2239,16,94,110
+10317,2012-03-10,1,1,3,22,0,6,0,1,0.26,0.2576,0.44,0.1642,19,81,100
+10318,2012-03-10,1,1,3,23,0,6,0,1,0.26,0.2576,0.41,0.194,6,77,83
+10319,2012-03-11,1,1,3,0,0,0,0,1,0.26,0.2879,0.44,0.0896,7,62,69
+10320,2012-03-11,1,1,3,1,0,0,0,1,0.24,0.2424,0.52,0.1642,4,57,61
+10321,2012-03-11,1,1,3,3,0,0,0,1,0.24,0.2424,0.6,0.1343,15,51,66
+10322,2012-03-11,1,1,3,4,0,0,0,1,0.24,0.2424,0.6,0.1343,7,15,22
+10323,2012-03-11,1,1,3,5,0,0,0,1,0.24,0.2424,0.6,0.1642,2,5,7
+10324,2012-03-11,1,1,3,6,0,0,0,1,0.24,0.2424,0.7,0.1642,2,8,10
+10325,2012-03-11,1,1,3,7,0,0,0,1,0.22,0.2273,0.69,0.1343,2,15,17
+10326,2012-03-11,1,1,3,8,0,0,0,1,0.22,0.2273,0.69,0.1343,4,68,72
+10327,2012-03-11,1,1,3,9,0,0,0,1,0.26,0.2576,0.6,0.2239,20,70,90
+10328,2012-03-11,1,1,3,10,0,0,0,1,0.32,0.303,0.49,0.2836,71,147,218
+10329,2012-03-11,1,1,3,11,0,0,0,1,0.36,0.3333,0.43,0.2836,90,209,299
+10330,2012-03-11,1,1,3,12,0,0,0,1,0.4,0.4091,0.37,0.2985,146,264,410
+10331,2012-03-11,1,1,3,13,0,0,0,1,0.42,0.4242,0.41,0.2985,176,288,464
+10332,2012-03-11,1,1,3,14,0,0,0,1,0.46,0.4545,0.31,0.2836,212,289,501
+10333,2012-03-11,1,1,3,15,0,0,0,1,0.5,0.4848,0.29,0.2985,201,286,487
+10334,2012-03-11,1,1,3,16,0,0,0,1,0.5,0.4848,0.31,0.3582,208,301,509
+10335,2012-03-11,1,1,3,17,0,0,0,1,0.52,0.5,0.27,0.2985,199,299,498
+10336,2012-03-11,1,1,3,18,0,0,0,1,0.52,0.5,0.29,0.2836,133,256,389
+10337,2012-03-11,1,1,3,19,0,0,0,1,0.5,0.4848,0.31,0.2836,55,203,258
+10338,2012-03-11,1,1,3,20,0,0,0,1,0.44,0.4394,0.47,0.2239,42,129,171
+10339,2012-03-11,1,1,3,21,0,0,0,1,0.42,0.4242,0.54,0.2239,37,110,147
+10340,2012-03-11,1,1,3,22,0,0,0,1,0.4,0.4091,0.54,0.194,13,81,94
+10341,2012-03-11,1,1,3,23,0,0,0,1,0.4,0.4091,0.5,0.1642,12,40,52
+10342,2012-03-12,1,1,3,0,0,1,1,1,0.38,0.3939,0.54,0.194,4,20,24
+10343,2012-03-12,1,1,3,1,0,1,1,1,0.38,0.3939,0.5,0.1343,1,9,10
+10344,2012-03-12,1,1,3,2,0,1,1,1,0.38,0.3939,0.54,0.1045,4,5,9
+10345,2012-03-12,1,1,3,3,0,1,1,1,0.36,0.3485,0.5,0.1343,0,2,2
+10346,2012-03-12,1,1,3,4,0,1,1,1,0.34,0.3333,0.61,0.194,0,3,3
+10347,2012-03-12,1,1,3,5,0,1,1,1,0.34,0.3333,0.61,0.194,1,15,16
+10348,2012-03-12,1,1,3,6,0,1,1,1,0.34,0.3485,0.57,0.1045,2,86,88
+10349,2012-03-12,1,1,3,7,0,1,1,1,0.34,0.3485,0.53,0.1045,9,259,268
+10350,2012-03-12,1,1,3,8,0,1,1,1,0.34,0.3333,0.61,0.1343,17,547,564
+10351,2012-03-12,1,1,3,9,0,1,1,1,0.38,0.3939,0.54,0.1642,21,260,281
+10352,2012-03-12,1,1,3,10,0,1,1,1,0.4,0.4091,0.5,0.2239,39,98,137
+10353,2012-03-12,1,1,3,11,0,1,1,1,0.44,0.4394,0.44,0.2239,39,111,150
+10354,2012-03-12,1,1,3,12,0,1,1,1,0.48,0.4697,0.39,0.2239,59,162,221
+10355,2012-03-12,1,1,3,13,0,1,1,2,0.54,0.5152,0.32,0.2537,74,176,250
+10356,2012-03-12,1,1,3,14,0,1,1,2,0.58,0.5455,0.32,0.2836,76,145,221
+10357,2012-03-12,1,1,3,15,0,1,1,1,0.56,0.5303,0.4,0.1343,74,159,233
+10358,2012-03-12,1,1,3,16,0,1,1,1,0.62,0.6212,0.35,0.4478,77,255,332
+10359,2012-03-12,1,1,3,17,0,1,1,2,0.62,0.6212,0.38,0.4179,87,557,644
+10360,2012-03-12,1,1,3,18,0,1,1,2,0.6,0.6212,0.43,0.194,89,623,712
+10361,2012-03-12,1,1,3,19,0,1,1,2,0.56,0.5303,0.49,0.2239,67,379,446
+10362,2012-03-12,1,1,3,20,0,1,1,2,0.56,0.5303,0.49,0.2239,49,237,286
+10363,2012-03-12,1,1,3,21,0,1,1,2,0.54,0.5152,0.56,0.2239,22,183,205
+10364,2012-03-12,1,1,3,22,0,1,1,2,0.56,0.5303,0.56,0.2239,17,116,133
+10365,2012-03-12,1,1,3,23,0,1,1,1,0.56,0.5303,0.56,0.2239,10,53,63
+10366,2012-03-13,1,1,3,0,0,2,1,2,0.56,0.5303,0.52,0.194,5,21,26
+10367,2012-03-13,1,1,3,1,0,2,1,2,0.52,0.5,0.59,0.2239,2,14,16
+10368,2012-03-13,1,1,3,2,0,2,1,3,0.52,0.5,0.72,0.2985,0,1,1
+10369,2012-03-13,1,1,3,3,0,2,1,3,0.52,0.5,0.72,0.2985,0,2,2
+10370,2012-03-13,1,1,3,4,0,2,1,2,0.46,0.4545,0.82,0.194,0,1,1
+10371,2012-03-13,1,1,3,5,0,2,1,2,0.46,0.4545,0.82,0.194,0,24,24
+10372,2012-03-13,1,1,3,6,0,2,1,3,0.46,0.4545,0.82,0.194,5,108,113
+10373,2012-03-13,1,1,3,7,0,2,1,2,0.46,0.4545,0.82,0.2836,16,292,308
+10374,2012-03-13,1,1,3,8,0,2,1,1,0.46,0.4545,0.82,0.2836,22,571,593
+10375,2012-03-13,1,1,3,9,0,2,1,1,0.48,0.4697,0.82,0.2836,18,324,342
+10376,2012-03-13,1,1,3,10,0,2,1,1,0.52,0.5,0.77,0.2239,28,115,143
+10377,2012-03-13,1,1,3,11,0,2,1,1,0.54,0.5152,0.73,0.2836,64,155,219
+10378,2012-03-13,1,1,3,12,0,2,1,1,0.6,0.6061,0.6,0.2836,47,197,244
+10379,2012-03-13,1,1,3,13,0,2,1,1,0.6,0.6061,0.6,0.3881,53,180,233
+10380,2012-03-13,1,1,3,14,0,2,1,1,0.64,0.6212,0.53,0.3284,52,160,212
+10381,2012-03-13,1,1,3,15,0,2,1,1,0.7,0.6364,0.39,0.2239,68,196,264
+10382,2012-03-13,1,1,3,16,0,2,1,1,0.72,0.6515,0.34,0.3881,53,312,365
+10383,2012-03-13,1,1,3,17,0,2,1,1,0.7,0.6364,0.37,0.1045,62,614,676
+10384,2012-03-13,1,1,3,18,0,2,1,1,0.7,0.6364,0.34,0.2985,96,638,734
+10385,2012-03-13,1,1,3,19,0,2,1,1,0.64,0.6212,0.47,0.2239,50,429,479
+10386,2012-03-13,1,1,3,20,0,2,1,1,0.6,0.6212,0.49,0.1642,45,306,351
+10387,2012-03-13,1,1,3,21,0,2,1,1,0.58,0.5455,0.56,0.1045,44,200,244
+10388,2012-03-13,1,1,3,22,0,2,1,1,0.56,0.5303,0.6,0.0896,24,146,170
+10389,2012-03-13,1,1,3,23,0,2,1,1,0.56,0.5303,0.56,0.1343,8,79,87
+10390,2012-03-14,1,1,3,0,0,3,1,1,0.54,0.5152,0.6,0.1045,5,34,39
+10391,2012-03-14,1,1,3,1,0,3,1,1,0.52,0.5,0.63,0.0896,2,25,27
+10392,2012-03-14,1,1,3,2,0,3,1,1,0.5,0.4848,0.68,0.194,0,2,2
+10393,2012-03-14,1,1,3,3,0,3,1,1,0.48,0.4697,0.72,0.194,1,3,4
+10394,2012-03-14,1,1,3,4,0,3,1,1,0.48,0.4697,0.67,0.0896,1,4,5
+10395,2012-03-14,1,1,3,5,0,3,1,1,0.44,0.4394,0.82,0.1343,2,25,27
+10396,2012-03-14,1,1,3,6,0,3,1,1,0.44,0.4394,0.82,0.0896,1,120,121
+10397,2012-03-14,1,1,3,7,0,3,1,1,0.44,0.4394,0.82,0.1045,20,348,368
+10398,2012-03-14,1,1,3,8,0,3,1,1,0.44,0.4394,0.82,0,34,628,662
+10399,2012-03-14,1,1,3,9,0,3,1,1,0.52,0.5,0.68,0,26,325,351
+10400,2012-03-14,1,1,3,10,0,3,1,1,0.56,0.5303,0.56,0.1045,38,150,188
+10401,2012-03-14,1,1,3,11,0,3,1,2,0.62,0.6212,0.41,0.1642,65,155,220
+10402,2012-03-14,1,1,3,12,0,3,1,2,0.64,0.6212,0.29,0,55,212,267
+10403,2012-03-14,1,1,3,13,0,3,1,1,0.66,0.6212,0.27,0.2239,57,197,254
+10404,2012-03-14,1,1,3,14,0,3,1,1,0.7,0.6364,0.23,0.3284,61,163,224
+10405,2012-03-14,1,1,3,15,0,3,1,1,0.7,0.6364,0.24,0,86,197,283
+10406,2012-03-14,1,1,3,16,0,3,1,1,0.72,0.6364,0.25,0.194,78,278,356
+10407,2012-03-14,1,1,3,17,0,3,1,1,0.7,0.6364,0.28,0.0896,140,642,782
+10408,2012-03-14,1,1,3,18,0,3,1,1,0.7,0.6364,0.32,0,102,647,749
+10409,2012-03-14,1,1,3,19,0,3,1,1,0.64,0.6212,0.33,0.1642,70,402,472
+10410,2012-03-14,1,1,3,20,0,3,1,1,0.62,0.6212,0.35,0.1045,44,286,330
+10411,2012-03-14,1,1,3,21,0,3,1,1,0.6,0.6212,0.4,0.0896,47,241,288
+10412,2012-03-14,1,1,3,22,0,3,1,1,0.52,0.5,0.55,0.1343,43,159,202
+10413,2012-03-14,1,1,3,23,0,3,1,1,0.56,0.5303,0.43,0.1642,19,72,91
+10414,2012-03-15,1,1,3,0,0,4,1,1,0.54,0.5152,0.49,0.1343,14,46,60
+10415,2012-03-15,1,1,3,1,0,4,1,1,0.5,0.4848,0.59,0.1045,15,8,23
+10416,2012-03-15,1,1,3,2,0,4,1,1,0.5,0.4848,0.59,0,14,5,19
+10417,2012-03-15,1,1,3,3,0,4,1,1,0.5,0.4848,0.63,0,0,7,7
+10418,2012-03-15,1,1,3,4,0,4,1,1,0.44,0.4394,0.77,0.1045,11,3,14
+10419,2012-03-15,1,1,3,5,0,4,1,1,0.46,0.4545,0.67,0,2,24,26
+10420,2012-03-15,1,1,3,6,0,4,1,1,0.44,0.4394,0.72,0.0896,4,113,117
+10421,2012-03-15,1,1,3,7,0,4,1,1,0.44,0.4394,0.72,0.0896,14,367,381
+10422,2012-03-15,1,1,3,8,0,4,1,1,0.44,0.4394,0.77,0.1045,21,602,623
+10423,2012-03-15,1,1,3,9,0,4,1,1,0.48,0.4697,0.77,0.0896,30,285,315
+10424,2012-03-15,1,1,3,10,0,4,1,1,0.52,0.5,0.68,0.1045,34,130,164
+10425,2012-03-15,1,1,3,11,0,4,1,1,0.56,0.5303,0.6,0.1343,60,151,211
+10426,2012-03-15,1,1,3,12,0,4,1,2,0.62,0.6212,0.5,0.1343,59,206,265
+10427,2012-03-15,1,1,3,13,0,4,1,2,0.66,0.6212,0.41,0.0896,62,211,273
+10428,2012-03-15,1,1,3,14,0,4,1,2,0.72,0.6515,0.3,0.1045,81,177,258
+10429,2012-03-15,1,1,3,15,0,4,1,1,0.72,0.6515,0.32,0.2239,100,187,287
+10430,2012-03-15,1,1,3,16,0,4,1,1,0.72,0.6515,0.37,0.3881,95,331,426
+10431,2012-03-15,1,1,3,17,0,4,1,1,0.7,0.6364,0.39,0.2537,79,634,713
+10432,2012-03-15,1,1,3,18,0,4,1,1,0.66,0.6212,0.44,0.2836,98,648,746
+10433,2012-03-15,1,1,3,19,0,4,1,2,0.64,0.6212,0.5,0.194,72,353,425
+10434,2012-03-15,1,1,3,20,0,4,1,2,0.58,0.5455,0.6,0.3582,60,270,330
+10435,2012-03-15,1,1,3,21,0,4,1,1,0.54,0.5152,0.68,0.2836,36,207,243
+10436,2012-03-15,1,1,3,22,0,4,1,1,0.52,0.5,0.68,0.1343,32,137,169
+10437,2012-03-15,1,1,3,23,0,4,1,1,0.48,0.4697,0.72,0.194,12,85,97
+10438,2012-03-16,1,1,3,0,0,5,1,1,0.44,0.4394,0.77,0.2537,8,49,57
+10439,2012-03-16,1,1,3,1,0,5,1,2,0.42,0.4242,0.82,0.3284,4,22,26
+10440,2012-03-16,1,1,3,2,0,5,1,2,0.42,0.4242,0.82,0.194,0,4,4
+10441,2012-03-16,1,1,3,3,0,5,1,2,0.4,0.4091,0.87,0.2836,0,3,3
+10442,2012-03-16,1,1,3,4,0,5,1,2,0.4,0.4091,0.87,0.2537,0,3,3
+10443,2012-03-16,1,1,3,5,0,5,1,2,0.4,0.4091,0.87,0.2239,2,30,32
+10444,2012-03-16,1,1,3,6,0,5,1,2,0.4,0.4091,0.87,0.1642,3,96,99
+10445,2012-03-16,1,1,3,7,0,5,1,2,0.4,0.4091,0.87,0.194,13,265,278
+10446,2012-03-16,1,1,3,8,0,5,1,2,0.4,0.4091,0.87,0.2239,28,534,562
+10447,2012-03-16,1,1,3,9,0,5,1,2,0.42,0.4242,0.82,0,35,277,312
+10448,2012-03-16,1,1,3,10,0,5,1,2,0.4,0.4091,0.87,0.0896,44,136,180
+10449,2012-03-16,1,1,3,11,0,5,1,2,0.44,0.4394,0.77,0,40,167,207
+10450,2012-03-16,1,1,3,12,0,5,1,2,0.44,0.4394,0.82,0.1343,72,222,294
+10451,2012-03-16,1,1,3,13,0,5,1,2,0.46,0.4545,0.77,0.0896,52,208,260
+10452,2012-03-16,1,1,3,14,0,5,1,2,0.48,0.4697,0.72,0,56,146,202
+10453,2012-03-16,1,1,3,15,0,5,1,3,0.46,0.4545,0.82,0.1045,19,88,107
+10454,2012-03-16,1,1,3,16,0,5,1,3,0.48,0.4697,0.77,0,18,111,129
+10455,2012-03-16,1,1,3,17,0,5,1,3,0.48,0.4697,0.82,0.0896,23,235,258
+10456,2012-03-16,1,1,3,18,0,5,1,3,0.48,0.4697,0.82,0.0896,31,377,408
+10457,2012-03-16,1,1,3,19,0,5,1,2,0.46,0.4545,0.88,0,23,273,296
+10458,2012-03-16,1,1,3,20,0,5,1,1,0.46,0.4545,0.88,0,31,204,235
+10459,2012-03-16,1,1,3,21,0,5,1,2,0.44,0.4394,0.94,0,8,144,152
+10460,2012-03-16,1,1,3,22,0,5,1,2,0.44,0.4394,0.94,0,16,132,148
+10461,2012-03-16,1,1,3,23,0,5,1,2,0.44,0.4394,0.94,0,22,104,126
+10462,2012-03-17,1,1,3,0,0,6,0,2,0.44,0.4394,0.94,0.0896,13,87,100
+10463,2012-03-17,1,1,3,1,0,6,0,2,0.44,0.4394,0.94,0,12,57,69
+10464,2012-03-17,1,1,3,2,0,6,0,2,0.44,0.4394,0.88,0,10,32,42
+10465,2012-03-17,1,1,3,3,0,6,0,2,0.44,0.4394,0.88,0,2,24,26
+10466,2012-03-17,1,1,3,4,0,6,0,2,0.42,0.4242,0.94,0,0,2,2
+10467,2012-03-17,1,1,3,5,0,6,0,2,0.42,0.4242,0.94,0.0896,5,3,8
+10468,2012-03-17,1,1,3,6,0,6,0,2,0.42,0.4242,0.94,0.194,1,29,30
+10469,2012-03-17,1,1,3,7,0,6,0,2,0.4,0.4091,1,0.1343,29,57,86
+10470,2012-03-17,1,1,3,8,0,6,0,2,0.42,0.4242,0.94,0.1045,63,155,218
+10471,2012-03-17,1,1,3,9,0,6,0,2,0.44,0.4394,0.88,0.0896,104,217,321
+10472,2012-03-17,1,1,3,10,0,6,0,2,0.5,0.4848,0.77,0.0896,140,303,443
+10473,2012-03-17,1,1,3,11,0,6,0,2,0.52,0.5,0.77,0.1343,226,359,585
+10474,2012-03-17,1,1,3,12,0,6,0,1,0.56,0.5303,0.68,0.1642,286,365,651
+10475,2012-03-17,1,1,3,13,0,6,0,1,0.6,0.6061,0.6,0.1045,286,400,686
+10476,2012-03-17,1,1,3,14,0,6,0,1,0.62,0.6212,0.53,0.0896,352,338,690
+10477,2012-03-17,1,1,3,15,0,6,0,1,0.64,0.6212,0.53,0.1343,357,322,679
+10478,2012-03-17,1,1,3,16,0,6,0,1,0.64,0.6212,0.5,0,367,318,685
+10479,2012-03-17,1,1,3,17,0,6,0,1,0.64,0.6212,0.5,0.1343,291,357,648
+10480,2012-03-17,1,1,3,18,0,6,0,1,0.62,0.6212,0.57,0.2985,221,339,560
+10481,2012-03-17,1,1,3,19,0,6,0,1,0.58,0.5455,0.64,0.2836,155,262,417
+10482,2012-03-17,1,1,3,20,0,6,0,1,0.56,0.5303,0.64,0.194,89,182,271
+10483,2012-03-17,1,1,3,21,0,6,0,1,0.54,0.5152,0.68,0.1642,54,169,223
+10484,2012-03-17,1,1,3,22,0,6,0,1,0.54,0.5152,0.68,0,58,153,211
+10485,2012-03-17,1,1,3,23,0,6,0,1,0.5,0.4848,0.77,0.1642,34,151,185
+10486,2012-03-18,1,1,3,0,0,0,0,1,0.46,0.4545,0.88,0.194,27,80,107
+10487,2012-03-18,1,1,3,1,0,0,0,1,0.46,0.4545,0.82,0.1343,25,88,113
+10488,2012-03-18,1,1,3,2,0,0,0,2,0.46,0.4545,0.82,0.1045,15,41,56
+10489,2012-03-18,1,1,3,3,0,0,0,2,0.44,0.4394,0.88,0.1343,3,15,18
+10490,2012-03-18,1,1,3,4,0,0,0,2,0.42,0.4242,0.94,0.1642,6,8,14
+10491,2012-03-18,1,1,3,5,0,0,0,2,0.4,0.4091,0.94,0.1045,0,6,6
+10492,2012-03-18,1,1,3,6,0,0,0,2,0.4,0.4091,0.94,0.1045,2,9,11
+10493,2012-03-18,1,1,3,7,0,0,0,3,0.42,0.4242,0.88,0.1642,17,25,42
+10494,2012-03-18,1,1,3,8,0,0,0,2,0.42,0.4242,0.88,0.1045,25,71,96
+10495,2012-03-18,1,1,3,9,0,0,0,2,0.42,0.4242,0.88,0.0896,65,113,178
+10496,2012-03-18,1,1,3,10,0,0,0,2,0.42,0.4242,0.88,0.1045,139,212,351
+10497,2012-03-18,1,1,3,11,0,0,0,2,0.44,0.4394,0.82,0.1642,129,239,368
+10498,2012-03-18,1,1,3,12,0,0,0,2,0.44,0.4394,0.88,0.1343,222,281,503
+10499,2012-03-18,1,1,3,13,0,0,0,2,0.46,0.4545,0.82,0.1642,198,346,544
+10500,2012-03-18,1,1,3,14,0,0,0,2,0.5,0.4848,0.77,0.0896,218,303,521
+10501,2012-03-18,1,1,3,15,0,0,0,1,0.54,0.5152,0.68,0.0896,240,314,554
+10502,2012-03-18,1,1,3,16,0,0,0,1,0.54,0.5152,0.73,0.0896,229,312,541
+10503,2012-03-18,1,1,3,17,0,0,0,1,0.56,0.5303,0.64,0.0896,233,308,541
+10504,2012-03-18,1,1,3,18,0,0,0,1,0.56,0.5303,0.64,0.1642,165,294,459
+10505,2012-03-18,1,1,3,19,0,0,0,1,0.56,0.5303,0.64,0.1642,118,234,352
+10506,2012-03-18,1,1,3,20,0,0,0,1,0.52,0.5,0.77,0.1343,59,139,198
+10507,2012-03-18,1,1,3,21,0,0,0,1,0.52,0.5,0.72,0.0896,44,129,173
+10508,2012-03-18,1,1,3,22,0,0,0,1,0.5,0.4848,0.77,0.1045,21,79,100
+10509,2012-03-18,1,1,3,23,0,0,0,1,0.48,0.4697,0.82,0.1642,7,39,46
+10510,2012-03-19,1,1,3,0,0,1,1,1,0.48,0.4697,0.82,0.1045,4,19,23
+10511,2012-03-19,1,1,3,1,0,1,1,1,0.46,0.4545,0.88,0.1045,0,15,15
+10512,2012-03-19,1,1,3,2,0,1,1,1,0.46,0.4545,0.88,0.1642,1,7,8
+10513,2012-03-19,1,1,3,3,0,1,1,1,0.46,0.4545,0.88,0.0896,0,2,2
+10514,2012-03-19,1,1,3,4,0,1,1,1,0.44,0.4394,0.94,0,0,3,3
+10515,2012-03-19,1,1,3,5,0,1,1,1,0.44,0.4394,0.94,0,0,31,31
+10516,2012-03-19,1,1,3,6,0,1,1,1,0.46,0.4545,0.88,0.1343,2,118,120
+10517,2012-03-19,1,1,3,7,0,1,1,1,0.46,0.4545,0.88,0.194,25,329,354
+10518,2012-03-19,1,1,3,8,0,1,1,1,0.46,0.4545,0.88,0.1045,16,563,579
+10519,2012-03-19,1,1,3,9,0,1,1,1,0.5,0.4848,0.72,0.1642,55,276,331
+10520,2012-03-19,1,1,3,10,0,1,1,1,0.52,0.5,0.72,0.1343,56,128,184
+10521,2012-03-19,1,1,3,11,0,1,1,1,0.56,0.5303,0.68,0.1642,56,145,201
+10522,2012-03-19,1,1,3,12,0,1,1,1,0.6,0.6061,0.64,0.2537,71,211,282
+10523,2012-03-19,1,1,3,13,0,1,1,1,0.62,0.6061,0.61,0.2537,69,194,263
+10524,2012-03-19,1,1,3,14,0,1,1,2,0.64,0.6212,0.57,0.194,60,200,260
+10525,2012-03-19,1,1,3,15,0,1,1,1,0.64,0.6212,0.57,0.2239,97,189,286
+10526,2012-03-19,1,1,3,16,0,1,1,1,0.66,0.6212,0.5,0.2239,65,320,385
+10527,2012-03-19,1,1,3,17,0,1,1,1,0.64,0.6212,0.53,0.2239,106,615,721
+10528,2012-03-19,1,1,3,18,0,1,1,1,0.64,0.6212,0.57,0.2537,120,681,801
+10529,2012-03-19,1,1,3,19,0,1,1,1,0.62,0.6061,0.61,0.2239,86,463,549
+10530,2012-03-19,1,1,3,20,0,1,1,1,0.6,0.6061,0.64,0.2239,34,296,330
+10531,2012-03-19,1,1,3,21,0,1,1,1,0.6,0.6061,0.64,0.1642,33,190,223
+10532,2012-03-19,1,1,3,22,0,1,1,2,0.56,0.5303,0.73,0.1642,17,131,148
+10533,2012-03-19,1,1,3,23,0,1,1,2,0.56,0.5303,0.78,0.1343,9,45,54
+10534,2012-03-20,1,1,3,0,0,2,1,2,0.56,0.5303,0.78,0.0896,5,24,29
+10535,2012-03-20,1,1,3,1,0,2,1,1,0.54,0.5152,0.88,0,6,9,15
+10536,2012-03-20,1,1,3,2,0,2,1,1,0.54,0.5152,0.88,0.0896,2,8,10
+10537,2012-03-20,1,1,3,3,0,2,1,2,0.54,0.5152,0.88,0,0,3,3
+10538,2012-03-20,1,1,3,4,0,2,1,2,0.52,0.5,0.88,0.1343,0,6,6
+10539,2012-03-20,1,1,3,5,0,2,1,2,0.52,0.5,0.94,0,0,20,20
+10540,2012-03-20,1,1,3,6,0,2,1,2,0.52,0.5,0.94,0.1642,6,94,100
+10541,2012-03-20,1,1,3,7,0,2,1,3,0.52,0.5,0.94,0.2239,3,167,170
+10542,2012-03-20,1,1,3,8,0,2,1,2,0.52,0.5,0.88,0.1045,28,488,516
+10543,2012-03-20,1,1,3,9,0,2,1,2,0.54,0.5152,0.88,0.1642,41,284,325
+10544,2012-03-20,1,1,3,10,0,2,1,1,0.54,0.5152,0.88,0.194,44,119,163
+10545,2012-03-20,1,1,3,11,0,2,1,1,0.58,0.5455,0.83,0.1343,74,156,230
+10546,2012-03-20,1,1,3,12,0,2,1,1,0.6,0.5758,0.78,0.2537,56,205,261
+10547,2012-03-20,1,1,3,13,0,2,1,1,0.6,0.5758,0.78,0.194,77,207,284
+10548,2012-03-20,1,1,3,14,0,2,1,2,0.6,0.5909,0.73,0.1642,66,182,248
+10549,2012-03-20,1,1,3,15,0,2,1,2,0.62,0.6061,0.69,0.1045,67,177,244
+10550,2012-03-20,1,1,3,16,0,2,1,1,0.62,0.6061,0.66,0.2239,99,332,431
+10551,2012-03-20,1,1,3,17,0,2,1,1,0.6,0.5909,0.73,0.194,108,642,750
+10552,2012-03-20,1,1,3,18,0,2,1,1,0.6,0.5909,0.69,0.2537,136,665,801
+10553,2012-03-20,1,1,3,19,0,2,1,1,0.58,0.5455,0.73,0.1343,75,480,555
+10554,2012-03-20,1,1,3,20,0,2,1,1,0.58,0.5455,0.68,0.0896,78,299,377
+10555,2012-03-20,1,1,3,21,0,2,1,1,0.56,0.5303,0.73,0,38,239,277
+10556,2012-03-20,1,1,3,22,0,2,1,1,0.54,0.5152,0.77,0,32,156,188
+10557,2012-03-20,1,1,3,23,0,2,1,1,0.52,0.5,0.83,0,10,80,90
+10558,2012-03-21,2,1,3,0,0,3,1,1,0.52,0.5,0.88,0,4,29,33
+10559,2012-03-21,2,1,3,1,0,3,1,1,0.52,0.5,0.83,0.0896,4,22,26
+10560,2012-03-21,2,1,3,2,0,3,1,1,0.5,0.4848,0.88,0.1343,2,8,10
+10561,2012-03-21,2,1,3,3,0,3,1,2,0.5,0.4848,0.88,0.194,1,7,8
+10562,2012-03-21,2,1,3,4,0,3,1,2,0.5,0.4848,0.88,0.1343,0,4,4
+10563,2012-03-21,2,1,3,5,0,3,1,2,0.5,0.4848,0.88,0.1343,4,35,39
+10564,2012-03-21,2,1,3,6,0,3,1,2,0.48,0.4697,0.94,0.2239,10,139,149
+10565,2012-03-21,2,1,3,7,0,3,1,3,0.48,0.4697,0.94,0.194,34,338,372
+10566,2012-03-21,2,1,3,8,0,3,1,3,0.48,0.4697,0.94,0.1045,33,502,535
+10567,2012-03-21,2,1,3,9,0,3,1,2,0.5,0.4848,0.88,0.1642,38,255,293
+10568,2012-03-21,2,1,3,10,0,3,1,2,0.52,0.5,0.83,0.1642,30,124,154
+10569,2012-03-21,2,1,3,11,0,3,1,2,0.52,0.5,0.83,0.1642,38,154,192
+10570,2012-03-21,2,1,3,12,0,3,1,2,0.54,0.5152,0.77,0,58,171,229
+10571,2012-03-21,2,1,3,13,0,3,1,2,0.54,0.5152,0.83,0,81,222,303
+10572,2012-03-21,2,1,3,14,0,3,1,2,0.56,0.5303,0.78,0,74,151,225
+10573,2012-03-21,2,1,3,15,0,3,1,2,0.56,0.5303,0.78,0,68,175,243
+10574,2012-03-21,2,1,3,16,0,3,1,1,0.58,0.5455,0.73,0,91,287,378
+10575,2012-03-21,2,1,3,17,0,3,1,1,0.6,0.5909,0.69,0.0896,113,616,729
+10576,2012-03-21,2,1,3,18,0,3,1,1,0.6,0.5909,0.69,0,152,627,779
+10577,2012-03-21,2,1,3,19,0,3,1,1,0.6,0.6061,0.64,0,86,496,582
+10578,2012-03-21,2,1,3,20,0,3,1,1,0.56,0.5303,0.78,0.0896,76,298,374
+10579,2012-03-21,2,1,3,21,0,3,1,1,0.54,0.5152,0.83,0.1045,47,204,251
+10580,2012-03-21,2,1,3,22,0,3,1,1,0.52,0.5,0.83,0.1642,41,156,197
+10581,2012-03-21,2,1,3,23,0,3,1,1,0.54,0.5152,0.77,0,37,88,125
+10582,2012-03-22,2,1,3,0,0,4,1,1,0.52,0.5,0.83,0.0896,9,32,41
+10583,2012-03-22,2,1,3,1,0,4,1,1,0.52,0.5,0.83,0.0896,14,16,30
+10584,2012-03-22,2,1,3,2,0,4,1,1,0.52,0.5,0.83,0.0896,1,5,6
+10585,2012-03-22,2,1,3,3,0,4,1,1,0.52,0.5,0.83,0.0896,0,7,7
+10586,2012-03-22,2,1,3,4,0,4,1,2,0.48,0.4697,1,0.0896,0,6,6
+10587,2012-03-22,2,1,3,5,0,4,1,2,0.48,0.4697,1,0.0896,2,32,34
+10588,2012-03-22,2,1,3,6,0,4,1,2,0.48,0.4697,1,0.0896,10,126,136
+10589,2012-03-22,2,1,3,7,0,4,1,2,0.48,0.4697,1,0.0896,29,332,361
+10590,2012-03-22,2,1,3,8,0,4,1,2,0.5,0.4848,0.94,0.0896,51,598,649
+10591,2012-03-22,2,1,3,9,0,4,1,2,0.5,0.4848,0.94,0.0896,41,277,318
+10592,2012-03-22,2,1,3,10,0,4,1,2,0.5,0.4848,1,0.0896,32,110,142
+10593,2012-03-22,2,1,3,11,0,4,1,2,0.52,0.5,0.94,0,53,166,219
+10594,2012-03-22,2,1,3,12,0,4,1,2,0.54,0.5152,0.88,0.194,48,224,272
+10595,2012-03-22,2,1,3,13,0,4,1,1,0.58,0.5455,0.78,0.0896,83,215,298
+10596,2012-03-22,2,1,3,14,0,4,1,1,0.6,0.5909,0.73,0.1045,96,161,257
+10597,2012-03-22,2,1,3,15,0,4,1,1,0.62,0.6061,0.69,0.194,102,202,304
+10598,2012-03-22,2,1,3,16,0,4,1,1,0.64,0.6061,0.65,0.194,125,300,425
+10599,2012-03-22,2,1,3,17,0,4,1,1,0.66,0.6212,0.65,0.1642,154,656,810
+10600,2012-03-22,2,1,3,18,0,4,1,1,0.66,0.6212,0.65,0.1642,147,654,801
+10601,2012-03-22,2,1,3,19,0,4,1,1,0.66,0.6212,0.61,0,117,469,586
+10602,2012-03-22,2,1,3,20,0,4,1,1,0.62,0.5909,0.73,0.2836,64,360,424
+10603,2012-03-22,2,1,3,21,0,4,1,1,0.58,0.5455,0.78,0.1642,66,308,374
+10604,2012-03-22,2,1,3,22,0,4,1,1,0.56,0.5303,0.83,0.194,56,164,220
+10605,2012-03-22,2,1,3,23,0,4,1,1,0.56,0.5303,0.83,0.0896,34,117,151
+10606,2012-03-23,2,1,3,0,0,5,1,1,0.56,0.5303,0.83,0,30,65,95
+10607,2012-03-23,2,1,3,1,0,5,1,1,0.54,0.5152,0.88,0,18,32,50
+10608,2012-03-23,2,1,3,2,0,5,1,1,0.54,0.5152,0.88,0.0896,12,20,32
+10609,2012-03-23,2,1,3,3,0,5,1,1,0.52,0.5,0.88,0.1045,4,6,10
+10610,2012-03-23,2,1,3,4,0,5,1,2,0.5,0.4848,0.94,0.1045,0,3,3
+10611,2012-03-23,2,1,3,5,0,5,1,2,0.5,0.4848,0.94,0,5,29,34
+10612,2012-03-23,2,1,3,6,0,5,1,2,0.5,0.4848,0.88,0,6,110,116
+10613,2012-03-23,2,1,3,7,0,5,1,2,0.5,0.4848,0.93,0.1343,28,318,346
+10614,2012-03-23,2,1,3,8,0,5,1,2,0.5,0.4848,0.94,0.1343,47,615,662
+10615,2012-03-23,2,1,3,9,0,5,1,2,0.52,0.5,0.9,0.0896,75,305,380
+10616,2012-03-23,2,1,3,10,0,5,1,2,0.56,0.5303,0.88,0.1045,125,150,275
+10617,2012-03-23,2,1,3,11,0,5,1,2,0.62,0.5909,0.73,0.1045,131,187,318
+10618,2012-03-23,2,1,3,12,0,5,1,2,0.66,0.6212,0.61,0.2239,199,272,471
+10619,2012-03-23,2,1,3,13,0,5,1,2,0.7,0.6515,0.48,0,172,256,428
+10620,2012-03-23,2,1,3,14,0,5,1,2,0.72,0.6515,0.42,0.1045,208,224,432
+10621,2012-03-23,2,1,3,15,0,5,1,2,0.72,0.6515,0.42,0.1343,191,281,472
+10622,2012-03-23,2,1,3,16,0,5,1,2,0.72,0.6515,0.42,0.1642,219,370,589
+10623,2012-03-23,2,1,3,17,0,5,1,2,0.72,0.6515,0.42,0.1642,264,693,957
+10624,2012-03-23,2,1,3,18,0,5,1,1,0.7,0.6364,0.45,0.1642,237,593,830
+10625,2012-03-23,2,1,3,19,0,5,1,1,0.66,0.6212,0.5,0.194,213,473,686
+10626,2012-03-23,2,1,3,20,0,5,1,1,0.66,0.6212,0.47,0.1343,117,328,445
+10627,2012-03-23,2,1,3,21,0,5,1,1,0.62,0.6212,0.53,0.1045,64,220,284
+10628,2012-03-23,2,1,3,22,0,5,1,1,0.6,0.6061,0.64,0.2836,53,218,271
+10629,2012-03-23,2,1,3,23,0,5,1,1,0.6,0.5909,0.69,0.2537,51,125,176
+10630,2012-03-24,2,1,3,0,0,6,0,1,0.58,0.5455,0.68,0,45,111,156
+10631,2012-03-24,2,1,3,1,0,6,0,1,0.56,0.5303,0.73,0.0896,20,108,128
+10632,2012-03-24,2,1,3,2,0,6,0,1,0.54,0.5152,0.77,0.1045,14,55,69
+10633,2012-03-24,2,1,3,3,0,6,0,1,0.54,0.5152,0.77,0.1045,10,22,32
+10634,2012-03-24,2,1,3,4,0,6,0,1,0.52,0.5,0.83,0.0896,1,6,7
+10635,2012-03-24,2,1,3,5,0,6,0,2,0.52,0.5,0.83,0.1642,0,4,4
+10636,2012-03-24,2,1,3,6,0,6,0,2,0.52,0.5,0.83,0.1642,4,24,28
+10637,2012-03-24,2,1,3,7,0,6,0,2,0.5,0.4848,0.88,0.1343,25,45,70
+10638,2012-03-24,2,1,3,8,0,6,0,2,0.5,0.4848,0.94,0.194,41,113,154
+10639,2012-03-24,2,1,3,9,0,6,0,2,0.52,0.5,0.83,0.1343,96,153,249
+10640,2012-03-24,2,1,3,10,0,6,0,2,0.52,0.5,0.88,0.194,148,197,345
+10641,2012-03-24,2,1,3,11,0,6,0,2,0.5,0.4848,0.94,0.194,98,175,273
+10642,2012-03-24,2,1,3,12,0,6,0,3,0.52,0.5,0.94,0.2239,61,122,183
+10643,2012-03-24,2,1,3,13,0,6,0,3,0.52,0.5,0.94,0.2537,62,134,196
+10644,2012-03-24,2,1,3,14,0,6,0,3,0.52,0.5,0.88,0.3582,63,160,223
+10645,2012-03-24,2,1,3,15,0,6,0,3,0.5,0.4848,0.94,0.4179,118,172,290
+10646,2012-03-24,2,1,3,16,0,6,0,3,0.5,0.4848,0.94,0.2985,49,128,177
+10647,2012-03-24,2,1,3,17,0,6,0,3,0.5,0.4848,0.88,0.2239,47,68,115
+10648,2012-03-24,2,1,3,18,0,6,0,3,0.46,0.4545,0.94,0.2239,27,110,137
+10649,2012-03-24,2,1,3,19,0,6,0,3,0.46,0.4545,0.94,0.1343,28,105,133
+10650,2012-03-24,2,1,3,20,0,6,0,3,0.44,0.4394,1,0.194,31,80,111
+10651,2012-03-24,2,1,3,21,0,6,0,3,0.44,0.4394,1,0.194,16,88,104
+10652,2012-03-24,2,1,3,22,0,6,0,3,0.44,0.4394,1,0.2537,12,71,83
+10653,2012-03-24,2,1,3,23,0,6,0,2,0.44,0.4394,0.94,0.2836,17,88,105
+10654,2012-03-25,2,1,3,0,0,0,0,2,0.44,0.4394,0.94,0.2836,18,62,80
+10655,2012-03-25,2,1,3,1,0,0,0,2,0.42,0.4242,1,0.2537,24,65,89
+10656,2012-03-25,2,1,3,2,0,0,0,3,0.42,0.4242,1,0.2985,6,29,35
+10657,2012-03-25,2,1,3,3,0,0,0,3,0.42,0.4242,0.94,0.2985,8,10,18
+10658,2012-03-25,2,1,3,4,0,0,0,2,0.42,0.4242,0.94,0.3284,1,7,8
+10659,2012-03-25,2,1,3,5,0,0,0,2,0.4,0.4091,1,0.2537,0,6,6
+10660,2012-03-25,2,1,3,6,0,0,0,2,0.4,0.4091,1,0.2537,5,13,18
+10661,2012-03-25,2,1,3,7,0,0,0,2,0.4,0.4091,0.94,0.3284,14,25,39
+10662,2012-03-25,2,1,3,8,0,0,0,2,0.4,0.4091,0.94,0.3284,21,68,89
+10663,2012-03-25,2,1,3,9,0,0,0,2,0.4,0.4091,0.94,0.2537,26,92,118
+10664,2012-03-25,2,1,3,10,0,0,0,2,0.4,0.4091,0.87,0.3284,78,172,250
+10665,2012-03-25,2,1,3,11,0,0,0,2,0.4,0.4091,0.94,0.2537,106,217,323
+10666,2012-03-25,2,1,3,12,0,0,0,2,0.4,0.4091,0.94,0.2239,122,238,360
+10667,2012-03-25,2,1,3,13,0,0,0,2,0.42,0.4242,0.88,0.1642,110,257,367
+10668,2012-03-25,2,1,3,14,0,0,0,2,0.44,0.4394,0.88,0.1642,123,291,414
+10669,2012-03-25,2,1,3,15,0,0,0,2,0.44,0.4394,0.88,0.194,139,282,421
+10670,2012-03-25,2,1,3,16,0,0,0,1,0.48,0.4697,0.77,0,153,339,492
+10671,2012-03-25,2,1,3,17,0,0,0,1,0.5,0.4848,0.72,0.0896,146,273,419
+10672,2012-03-25,2,1,3,18,0,0,0,1,0.5,0.4848,0.72,0.0896,202,289,491
+10673,2012-03-25,2,1,3,19,0,0,0,1,0.5,0.4848,0.72,0.2537,114,261,375
+10674,2012-03-25,2,1,3,20,0,0,0,1,0.48,0.4697,0.77,0.2239,63,196,259
+10675,2012-03-25,2,1,3,21,0,0,0,1,0.48,0.4697,0.77,0.1642,25,124,149
+10676,2012-03-25,2,1,3,22,0,0,0,1,0.46,0.4545,0.82,0.1343,19,92,111
+10677,2012-03-25,2,1,3,23,0,0,0,1,0.48,0.4697,0.82,0.1343,9,56,65
+10678,2012-03-26,2,1,3,0,0,1,1,2,0.48,0.4697,0.82,0.1642,10,23,33
+10679,2012-03-26,2,1,3,1,0,1,1,1,0.48,0.4697,0.82,0.2537,18,10,28
+10680,2012-03-26,2,1,3,2,0,1,1,1,0.46,0.4545,0.88,0.2239,14,6,20
+10681,2012-03-26,2,1,3,3,0,1,1,1,0.46,0.4545,0.82,0.194,0,1,1
+10682,2012-03-26,2,1,3,4,0,1,1,1,0.44,0.4394,0.82,0.1642,0,4,4
+10683,2012-03-26,2,1,3,5,0,1,1,1,0.44,0.4394,0.77,0.1642,0,36,36
+10684,2012-03-26,2,1,3,6,0,1,1,1,0.42,0.4242,0.82,0.194,7,110,117
+10685,2012-03-26,2,1,3,7,0,1,1,1,0.44,0.4394,0.72,0.194,15,355,370
+10686,2012-03-26,2,1,3,8,0,1,1,1,0.44,0.4394,0.62,0.2239,32,625,657
+10687,2012-03-26,2,1,3,9,0,1,1,1,0.46,0.4545,0.47,0.2836,37,245,282
+10688,2012-03-26,2,1,3,10,0,1,1,1,0.5,0.4848,0.36,0.5821,55,98,153
+10689,2012-03-26,2,1,3,11,0,1,1,1,0.48,0.4697,0.31,0.5821,47,131,178
+10690,2012-03-26,2,1,3,12,0,1,1,1,0.48,0.4697,0.33,0.5224,63,216,279
+10691,2012-03-26,2,1,3,13,0,1,1,1,0.48,0.4697,0.29,0.6866,79,222,301
+10692,2012-03-26,2,1,3,14,0,1,1,1,0.48,0.4697,0.33,0.4478,58,159,217
+10693,2012-03-26,2,1,3,15,0,1,1,1,0.48,0.4697,0.29,0.6119,66,157,223
+10694,2012-03-26,2,1,3,16,0,1,1,1,0.48,0.4697,0.25,0.6418,60,245,305
+10695,2012-03-26,2,1,3,17,0,1,1,1,0.46,0.4545,0.24,0.4478,65,599,664
+10696,2012-03-26,2,1,3,18,0,1,1,1,0.44,0.4394,0.26,0.4478,90,594,684
+10697,2012-03-26,2,1,3,19,0,1,1,1,0.42,0.4242,0.24,0.3582,41,417,458
+10698,2012-03-26,2,1,3,20,0,1,1,1,0.4,0.4091,0.26,0.5224,12,209,221
+10699,2012-03-26,2,1,3,21,0,1,1,1,0.38,0.3939,0.25,0.4925,11,175,186
+10700,2012-03-26,2,1,3,22,0,1,1,1,0.36,0.3333,0.25,0.3582,13,80,93
+10701,2012-03-26,2,1,3,23,0,1,1,1,0.34,0.2879,0.25,0.5224,2,46,48
+10702,2012-03-27,2,1,3,0,0,2,1,1,0.32,0.2879,0.26,0.5224,1,9,10
+10703,2012-03-27,2,1,3,1,0,2,1,1,0.3,0.2727,0.26,0.4627,1,4,5
+10704,2012-03-27,2,1,3,2,0,2,1,1,0.26,0.2273,0.3,0.2985,1,6,7
+10705,2012-03-27,2,1,3,3,0,2,1,1,0.26,0.2273,0.3,0.3284,0,4,4
+10706,2012-03-27,2,1,3,4,0,2,1,1,0.24,0.2121,0.32,0.3582,0,3,3
+10707,2012-03-27,2,1,3,5,0,2,1,1,0.22,0.2121,0.37,0.2836,1,16,17
+10708,2012-03-27,2,1,3,6,0,2,1,1,0.22,0.2273,0.37,0.194,5,96,101
+10709,2012-03-27,2,1,3,7,0,2,1,1,0.22,0.2273,0.37,0.194,9,277,286
+10710,2012-03-27,2,1,3,8,0,2,1,1,0.22,0.2121,0.37,0.2985,14,567,581
+10711,2012-03-27,2,1,3,9,0,2,1,1,0.24,0.2273,0.38,0.194,8,259,267
+10712,2012-03-27,2,1,3,10,0,2,1,1,0.26,0.2576,0.35,0.2239,20,118,138
+10713,2012-03-27,2,1,3,11,0,2,1,1,0.3,0.303,0.31,0.1642,34,141,175
+10714,2012-03-27,2,1,3,12,0,2,1,1,0.32,0.3182,0.31,0.1642,34,186,220
+10715,2012-03-27,2,1,3,13,0,2,1,1,0.36,0.3485,0.27,0,46,165,211
+10716,2012-03-27,2,1,3,14,0,2,1,1,0.4,0.4091,0.24,0.1343,37,147,184
+10717,2012-03-27,2,1,3,15,0,2,1,1,0.42,0.4242,0.2,0,42,158,200
+10718,2012-03-27,2,1,3,16,0,2,1,1,0.42,0.4242,0.2,0,38,267,305
+10719,2012-03-27,2,1,3,17,0,2,1,1,0.44,0.4394,0.16,0,72,542,614
+10720,2012-03-27,2,1,3,18,0,2,1,1,0.42,0.4242,0.17,0.0896,67,577,644
+10721,2012-03-27,2,1,3,19,0,2,1,1,0.42,0.4242,0.17,0,40,377,417
+10722,2012-03-27,2,1,3,20,0,2,1,1,0.42,0.4242,0.17,0.0896,28,266,294
+10723,2012-03-27,2,1,3,21,0,2,1,1,0.36,0.3485,0.37,0.1642,21,200,221
+10724,2012-03-27,2,1,3,22,0,2,1,1,0.36,0.3485,0.37,0.1343,7,127,134
+10725,2012-03-27,2,1,3,23,0,2,1,1,0.36,0.3485,0.37,0.194,5,59,64
+10726,2012-03-28,2,1,3,0,0,3,1,1,0.36,0.3333,0.4,0.2836,1,29,30
+10727,2012-03-28,2,1,3,1,0,3,1,1,0.36,0.3333,0.46,0.2985,0,8,8
+10728,2012-03-28,2,1,3,2,0,3,1,1,0.34,0.303,0.49,0.2985,0,3,3
+10729,2012-03-28,2,1,3,3,0,3,1,1,0.34,0.303,0.42,0.3284,1,4,5
+10730,2012-03-28,2,1,3,4,0,3,1,1,0.36,0.3333,0.43,0.2985,1,0,1
+10731,2012-03-28,2,1,3,5,0,3,1,1,0.36,0.3333,0.43,0.2985,2,38,40
+10732,2012-03-28,2,1,3,6,0,3,1,1,0.36,0.3333,0.46,0.3582,4,111,115
+10733,2012-03-28,2,1,3,7,0,3,1,1,0.36,0.3333,0.46,0.3284,10,348,358
+10734,2012-03-28,2,1,3,8,0,3,1,1,0.38,0.3939,0.46,0.3582,19,639,658
+10735,2012-03-28,2,1,3,9,0,3,1,1,0.4,0.4091,0.43,0.4478,16,298,314
+10736,2012-03-28,2,1,3,10,0,3,1,1,0.46,0.4545,0.41,0.4179,33,140,173
+10737,2012-03-28,2,1,3,11,0,3,1,1,0.5,0.4848,0.42,0.3881,54,168,222
+10738,2012-03-28,2,1,3,12,0,3,1,2,0.54,0.5152,0.39,0.3582,50,218,268
+10739,2012-03-28,2,1,3,13,0,3,1,1,0.56,0.5303,0.43,0.3284,60,213,273
+10740,2012-03-28,2,1,3,14,0,3,1,1,0.62,0.6212,0.38,0.3582,52,169,221
+10741,2012-03-28,2,1,3,15,0,3,1,2,0.62,0.6212,0.41,0.2985,47,152,199
+10742,2012-03-28,2,1,3,16,0,3,1,3,0.62,0.6212,0.43,0.0896,51,170,221
+10743,2012-03-28,2,1,3,17,0,3,1,1,0.6,0.6061,0.6,0.2239,72,532,604
+10744,2012-03-28,2,1,3,18,0,3,1,1,0.6,0.6061,0.6,0.2239,61,580,641
+10745,2012-03-28,2,1,3,19,0,3,1,1,0.6,0.6212,0.56,0.194,41,415,456
+10746,2012-03-28,2,1,3,20,0,3,1,1,0.6,0.6212,0.56,0.2985,38,324,362
+10747,2012-03-28,2,1,3,21,0,3,1,1,0.58,0.5455,0.6,0.2537,28,233,261
+10748,2012-03-28,2,1,3,22,0,3,1,1,0.56,0.5303,0.64,0.1343,21,151,172
+10749,2012-03-28,2,1,3,23,0,3,1,1,0.54,0.5152,0.68,0.1343,12,81,93
+10750,2012-03-29,2,1,3,0,0,4,1,1,0.54,0.5152,0.68,0.194,10,38,48
+10751,2012-03-29,2,1,3,1,0,4,1,1,0.56,0.5303,0.6,0.1343,15,18,33
+10752,2012-03-29,2,1,3,2,0,4,1,1,0.6,0.6061,0.28,0.2985,0,6,6
+10753,2012-03-29,2,1,3,3,0,4,1,1,0.58,0.5455,0.28,0.2537,1,4,5
+10754,2012-03-29,2,1,3,4,0,4,1,1,0.52,0.5,0.36,0.2537,1,8,9
+10755,2012-03-29,2,1,3,5,0,4,1,1,0.5,0.4848,0.45,0.2239,2,30,32
+10756,2012-03-29,2,1,3,6,0,4,1,1,0.46,0.4545,0.59,0.2537,3,114,117
+10757,2012-03-29,2,1,3,7,0,4,1,1,0.46,0.4545,0.51,0.3582,14,353,367
+10758,2012-03-29,2,1,3,8,0,4,1,1,0.46,0.4545,0.47,0.4179,26,628,654
+10759,2012-03-29,2,1,3,9,0,4,1,1,0.48,0.4697,0.48,0.4179,22,299,321
+10760,2012-03-29,2,1,3,10,0,4,1,1,0.46,0.4545,0.47,0.4478,42,124,166
+10761,2012-03-29,2,1,3,11,0,4,1,1,0.5,0.4848,0.45,0.4179,54,166,220
+10762,2012-03-29,2,1,3,12,0,4,1,1,0.5,0.4848,0.42,0.4925,64,228,292
+10763,2012-03-29,2,1,3,13,0,4,1,1,0.46,0.4545,0.44,0.3284,50,223,273
+10764,2012-03-29,2,1,3,14,0,4,1,1,0.5,0.4848,0.42,0.3582,63,175,238
+10765,2012-03-29,2,1,3,15,0,4,1,1,0.52,0.5,0.39,0.3582,109,198,307
+10766,2012-03-29,2,1,3,16,0,4,1,1,0.52,0.5,0.36,0.3284,67,321,388
+10767,2012-03-29,2,1,3,17,0,4,1,1,0.52,0.5,0.38,0.3881,83,620,703
+10768,2012-03-29,2,1,3,18,0,4,1,1,0.5,0.4848,0.39,0.2985,83,598,681
+10769,2012-03-29,2,1,3,19,0,4,1,1,0.48,0.4697,0.39,0.2836,47,421,468
+10770,2012-03-29,2,1,3,20,0,4,1,1,0.46,0.4545,0.38,0.2985,34,301,335
+10771,2012-03-29,2,1,3,21,0,4,1,1,0.44,0.4394,0.44,0.2836,10,214,224
+10772,2012-03-29,2,1,3,22,0,4,1,1,0.42,0.4242,0.44,0.2836,17,135,152
+10773,2012-03-29,2,1,3,23,0,4,1,1,0.42,0.4242,0.47,0.2985,17,77,94
+10774,2012-03-30,2,1,3,0,0,5,1,1,0.4,0.4091,0.47,0.2985,10,49,59
+10775,2012-03-30,2,1,3,1,0,5,1,1,0.38,0.3939,0.5,0.2836,6,21,27
+10776,2012-03-30,2,1,3,2,0,5,1,1,0.36,0.3333,0.53,0.2985,1,6,7
+10777,2012-03-30,2,1,3,3,0,5,1,1,0.34,0.3333,0.61,0.1343,0,7,7
+10778,2012-03-30,2,1,3,4,0,5,1,1,0.34,0.3485,0.53,0.0896,1,1,2
+10779,2012-03-30,2,1,3,5,0,5,1,1,0.32,0.3333,0.61,0.0896,0,26,26
+10780,2012-03-30,2,1,3,6,0,5,1,1,0.32,0.3333,0.57,0.1343,5,81,86
+10781,2012-03-30,2,1,3,7,0,5,1,1,0.32,0.3182,0.57,0.1642,9,280,289
+10782,2012-03-30,2,1,3,8,0,5,1,1,0.32,0.3182,0.66,0.1642,38,555,593
+10783,2012-03-30,2,1,3,9,0,5,1,1,0.34,0.3333,0.57,0.1642,29,292,321
+10784,2012-03-30,2,1,3,10,0,5,1,2,0.36,0.3636,0.57,0.1045,50,137,187
+10785,2012-03-30,2,1,3,11,0,5,1,2,0.36,0.3788,0.53,0,48,153,201
+10786,2012-03-30,2,1,3,12,0,5,1,2,0.38,0.3939,0.54,0,62,208,270
+10787,2012-03-30,2,1,3,13,0,5,1,3,0.4,0.4091,0.5,0,44,198,242
+10788,2012-03-30,2,1,3,14,0,5,1,3,0.4,0.4091,0.54,0,56,173,229
+10789,2012-03-30,2,1,3,15,0,5,1,3,0.42,0.4242,0.54,0,73,207,280
+10790,2012-03-30,2,1,3,16,0,5,1,3,0.4,0.4091,0.62,0.2836,75,292,367
+10791,2012-03-30,2,1,3,17,0,5,1,2,0.4,0.4091,0.62,0.2239,93,513,606
+10792,2012-03-30,2,1,3,18,0,5,1,1,0.42,0.4242,0.54,0.194,68,492,560
+10793,2012-03-30,2,1,3,19,0,5,1,1,0.4,0.4091,0.62,0.2239,42,353,395
+10794,2012-03-30,2,1,3,20,0,5,1,1,0.4,0.4091,0.62,0.1642,17,192,209
+10795,2012-03-30,2,1,3,21,0,5,1,1,0.38,0.3939,0.66,0.1343,30,190,220
+10796,2012-03-30,2,1,3,22,0,5,1,1,0.36,0.3485,0.71,0.1642,23,130,153
+10797,2012-03-30,2,1,3,23,0,5,1,1,0.36,0.3788,0.71,0,16,107,123
+10798,2012-03-31,2,1,3,0,0,6,0,1,0.38,0.3939,0.82,0.194,12,80,92
+10799,2012-03-31,2,1,3,1,0,6,0,2,0.4,0.4091,0.76,0.194,17,65,82
+10800,2012-03-31,2,1,3,2,0,6,0,2,0.42,0.4242,0.77,0.2537,14,55,69
+10801,2012-03-31,2,1,3,3,0,6,0,1,0.4,0.4091,0.82,0.2537,10,21,31
+10802,2012-03-31,2,1,3,4,0,6,0,1,0.42,0.4242,0.77,0.4179,4,4,8
+10803,2012-03-31,2,1,3,5,0,6,0,1,0.4,0.4091,0.82,0.2239,0,5,5
+10804,2012-03-31,2,1,3,6,0,6,0,2,0.36,0.3485,0.87,0.1642,7,16,23
+10805,2012-03-31,2,1,3,7,0,6,0,2,0.36,0.3485,0.87,0.1642,5,39,44
+10806,2012-03-31,2,1,3,8,0,6,0,2,0.36,0.3485,0.87,0.194,19,126,145
+10807,2012-03-31,2,1,3,9,0,6,0,2,0.4,0.4091,0.76,0.194,62,161,223
+10808,2012-03-31,2,1,3,10,0,6,0,2,0.4,0.4091,0.76,0.1343,108,205,313
+10809,2012-03-31,2,1,3,11,0,6,0,1,0.46,0.4545,0.72,0.1343,184,279,463
+10810,2012-03-31,2,1,3,12,0,6,0,1,0.48,0.4697,0.67,0,263,358,621
+10811,2012-03-31,2,1,3,13,0,6,0,1,0.54,0.5152,0.6,0.1343,265,373,638
+10812,2012-03-31,2,1,3,14,0,6,0,2,0.5,0.4848,0.63,0.2537,240,311,551
+10813,2012-03-31,2,1,3,15,0,6,0,2,0.52,0.5,0.59,0.2836,275,330,605
+10814,2012-03-31,2,1,3,16,0,6,0,2,0.5,0.4848,0.63,0.2985,243,292,535
+10815,2012-03-31,2,1,3,17,0,6,0,1,0.48,0.4697,0.67,0.4179,238,305,543
+10816,2012-03-31,2,1,3,18,0,6,0,2,0.44,0.4394,0.72,0.4627,102,239,341
+10817,2012-03-31,2,1,3,19,0,6,0,1,0.42,0.4242,0.71,0.4478,93,191,284
+10818,2012-03-31,2,1,3,20,0,6,0,2,0.4,0.4091,0.71,0.3284,52,156,208
+10819,2012-03-31,2,1,3,21,0,6,0,2,0.4,0.4091,0.71,0.3284,36,107,143
+10820,2012-03-31,2,1,3,22,0,6,0,2,0.38,0.3939,0.71,0.2537,40,116,156
+10821,2012-03-31,2,1,3,23,0,6,0,2,0.36,0.3333,0.76,0.2836,12,100,112
+10822,2012-04-01,2,1,4,0,0,0,0,2,0.36,0.3333,0.76,0.2537,8,59,67
+10823,2012-04-01,2,1,4,1,0,0,0,2,0.36,0.3485,0.76,0.1642,13,49,62
+10824,2012-04-01,2,1,4,2,0,0,0,2,0.36,0.3485,0.76,0.1642,20,61,81
+10825,2012-04-01,2,1,4,3,0,0,0,2,0.34,0.3333,0.81,0.1343,4,21,25
+10826,2012-04-01,2,1,4,4,0,0,0,2,0.34,0.3485,0.81,0.0896,3,9,12
+10827,2012-04-01,2,1,4,5,0,0,0,2,0.34,0.3485,0.81,0.0896,8,10,18
+10828,2012-04-01,2,1,4,6,0,0,0,2,0.36,0.3485,0.76,0.1343,9,88,97
+10829,2012-04-01,2,1,4,7,0,0,0,2,0.36,0.3485,0.71,0.1343,29,55,84
+10830,2012-04-01,2,1,4,8,0,0,0,2,0.36,0.3636,0.76,0.0896,37,88,125
+10831,2012-04-01,2,1,4,9,0,0,0,2,0.36,0.3485,0.81,0.1343,102,173,275
+10832,2012-04-01,2,1,4,10,0,0,0,2,0.4,0.4091,0.71,0.1045,132,228,360
+10833,2012-04-01,2,1,4,11,0,0,0,2,0.4,0.4091,0.71,0.194,180,271,451
+10834,2012-04-01,2,1,4,12,0,0,0,2,0.42,0.4242,0.67,0.2239,187,258,445
+10835,2012-04-01,2,1,4,13,0,0,0,2,0.44,0.4394,0.62,0.194,190,274,464
+10836,2012-04-01,2,1,4,14,0,0,0,2,0.48,0.4697,0.55,0.2239,283,278,561
+10837,2012-04-01,2,1,4,15,0,0,0,1,0.5,0.4848,0.55,0.2537,295,278,573
+10838,2012-04-01,2,1,4,16,0,0,0,1,0.52,0.5,0.52,0.2537,236,275,511
+10839,2012-04-01,2,1,4,17,0,0,0,1,0.52,0.5,0.55,0.2836,232,323,555
+10840,2012-04-01,2,1,4,18,0,0,0,1,0.52,0.5,0.52,0.2985,153,279,432
+10841,2012-04-01,2,1,4,19,0,0,0,1,0.52,0.5,0.55,0.2239,110,236,346
+10842,2012-04-01,2,1,4,20,0,0,0,2,0.5,0.4848,0.59,0.2239,66,166,232
+10843,2012-04-01,2,1,4,21,0,0,0,2,0.5,0.4848,0.59,0.1642,33,101,134
+10844,2012-04-01,2,1,4,22,0,0,0,3,0.5,0.4848,0.63,0.1045,7,61,68
+10845,2012-04-01,2,1,4,23,0,0,0,3,0.46,0.4545,0.72,0,10,53,63
+10846,2012-04-02,2,1,4,0,0,1,1,3,0.44,0.4394,0.82,0.1045,6,11,17
+10847,2012-04-02,2,1,4,1,0,1,1,3,0.42,0.4242,0.88,0.0896,0,5,5
+10848,2012-04-02,2,1,4,2,0,1,1,3,0.44,0.4394,0.94,0.1343,2,3,5
+10849,2012-04-02,2,1,4,4,0,1,1,1,0.4,0.4091,0.76,0.4925,2,2,4
+10850,2012-04-02,2,1,4,5,0,1,1,1,0.4,0.4091,0.76,0.4925,2,22,24
+10851,2012-04-02,2,1,4,6,0,1,1,1,0.36,0.3182,0.71,0.4627,6,104,110
+10852,2012-04-02,2,1,4,7,0,1,1,1,0.34,0.303,0.66,0.3881,12,294,306
+10853,2012-04-02,2,1,4,8,0,1,1,1,0.36,0.3333,0.57,0.3284,36,553,589
+10854,2012-04-02,2,1,4,9,0,1,1,1,0.38,0.3939,0.54,0.3582,52,265,317
+10855,2012-04-02,2,1,4,10,0,1,1,1,0.4,0.4091,0.5,0.5224,85,119,204
+10856,2012-04-02,2,1,4,11,0,1,1,1,0.42,0.4242,0.47,0.4478,81,128,209
+10857,2012-04-02,2,1,4,12,0,1,1,1,0.44,0.4394,0.44,0.4478,100,181,281
+10858,2012-04-02,2,1,4,13,0,1,1,1,0.46,0.4545,0.36,0.2985,97,184,281
+10859,2012-04-02,2,1,4,14,0,1,1,1,0.46,0.4545,0.31,0.4179,127,141,268
+10860,2012-04-02,2,1,4,15,0,1,1,1,0.48,0.4697,0.33,0.4179,132,192,324
+10861,2012-04-02,2,1,4,16,0,1,1,1,0.5,0.4848,0.34,0.3284,104,291,395
+10862,2012-04-02,2,1,4,17,0,1,1,1,0.5,0.4848,0.29,0.2836,128,601,729
+10863,2012-04-02,2,1,4,18,0,1,1,1,0.5,0.4848,0.27,0.2537,75,543,618
+10864,2012-04-02,2,1,4,19,0,1,1,1,0.5,0.4848,0.27,0.2537,66,428,494
+10865,2012-04-02,2,1,4,20,0,1,1,1,0.46,0.4545,0.31,0.1642,48,281,329
+10866,2012-04-02,2,1,4,21,0,1,1,1,0.46,0.4545,0.28,0.1343,24,214,238
+10867,2012-04-02,2,1,4,22,0,1,1,1,0.42,0.4242,0.44,0.194,17,106,123
+10868,2012-04-02,2,1,4,23,0,1,1,1,0.44,0.4394,0.35,0.1642,6,60,66
+10869,2012-04-03,2,1,4,0,0,2,1,1,0.4,0.4091,0.43,0.1343,1,32,33
+10870,2012-04-03,2,1,4,1,0,2,1,1,0.38,0.3939,0.46,0.2239,0,11,11
+10871,2012-04-03,2,1,4,2,0,2,1,1,0.36,0.3485,0.53,0.1642,0,5,5
+10872,2012-04-03,2,1,4,3,0,2,1,1,0.38,0.3939,0.46,0,0,3,3
+10873,2012-04-03,2,1,4,4,0,2,1,1,0.32,0.3333,0.66,0.0896,0,1,1
+10874,2012-04-03,2,1,4,5,0,2,1,1,0.32,0.3333,0.66,0.0896,2,25,27
+10875,2012-04-03,2,1,4,6,0,2,1,1,0.3,0.3182,0.61,0.0896,2,98,100
+10876,2012-04-03,2,1,4,7,0,2,1,1,0.32,0.3333,0.66,0.0896,14,327,341
+10877,2012-04-03,2,1,4,8,0,2,1,1,0.34,0.3636,0.57,0,27,577,604
+10878,2012-04-03,2,1,4,9,0,2,1,1,0.42,0.4242,0.38,0.0896,54,354,408
+10879,2012-04-03,2,1,4,10,0,2,1,1,0.44,0.4394,0.33,0,77,142,219
+10880,2012-04-03,2,1,4,11,0,2,1,1,0.48,0.4697,0.23,0,91,167,258
+10881,2012-04-03,2,1,4,12,0,2,1,1,0.52,0.5,0.25,0,101,230,331
+10882,2012-04-03,2,1,4,13,0,2,1,1,0.56,0.5303,0.19,0.2537,120,225,345
+10883,2012-04-03,2,1,4,14,0,2,1,1,0.56,0.5303,0.21,0.2239,120,191,311
+10884,2012-04-03,2,1,4,15,0,2,1,1,0.6,0.5909,0.2,0.194,109,207,316
+10885,2012-04-03,2,1,4,16,0,2,1,1,0.62,0.6061,0.21,0.1642,145,340,485
+10886,2012-04-03,2,1,4,17,0,2,1,1,0.62,0.6061,0.17,0.194,123,634,757
+10887,2012-04-03,2,1,4,18,0,2,1,1,0.6,0.6061,0.26,0.1642,139,661,800
+10888,2012-04-03,2,1,4,19,0,2,1,1,0.56,0.5303,0.26,0.1045,98,460,558
+10889,2012-04-03,2,1,4,20,0,2,1,1,0.56,0.5303,0.24,0.1343,54,325,379
+10890,2012-04-03,2,1,4,21,0,2,1,1,0.54,0.5152,0.45,0,33,210,243
+10891,2012-04-03,2,1,4,22,0,2,1,1,0.5,0.4848,0.51,0,25,133,158
+10892,2012-04-03,2,1,4,23,0,2,1,1,0.5,0.4848,0.59,0,13,66,79
+10893,2012-04-04,2,1,4,0,0,3,1,1,0.48,0.4697,0.48,0,18,23,41
+10894,2012-04-04,2,1,4,1,0,3,1,1,0.46,0.4545,0.59,0,0,11,11
+10895,2012-04-04,2,1,4,2,0,3,1,1,0.46,0.4545,0.51,0,0,5,5
+10896,2012-04-04,2,1,4,3,0,3,1,1,0.44,0.4394,0.58,0.0896,0,3,3
+10897,2012-04-04,2,1,4,4,0,3,1,1,0.42,0.4242,0.67,0.0896,0,1,1
+10898,2012-04-04,2,1,4,5,0,3,1,1,0.42,0.4242,0.67,0.0896,0,27,27
+10899,2012-04-04,2,1,4,6,0,3,1,2,0.42,0.4242,0.58,0,6,120,126
+10900,2012-04-04,2,1,4,7,0,3,1,2,0.44,0.4394,0.62,0,12,354,366
+10901,2012-04-04,2,1,4,8,0,3,1,2,0.44,0.4394,0.72,0.1045,31,653,684
+10902,2012-04-04,2,1,4,9,0,3,1,2,0.48,0.4697,0.55,0.1343,47,316,363
+10903,2012-04-04,2,1,4,10,0,3,1,2,0.54,0.5152,0.45,0.1343,68,99,167
+10904,2012-04-04,2,1,4,11,0,3,1,2,0.6,0.6212,0.43,0.3582,61,152,213
+10905,2012-04-04,2,1,4,12,0,3,1,2,0.6,0.6212,0.46,0.4179,73,210,283
+10906,2012-04-04,2,1,4,13,0,3,1,2,0.6,0.6212,0.46,0.2537,70,181,251
+10907,2012-04-04,2,1,4,14,0,3,1,2,0.62,0.6212,0.46,0.194,82,176,258
+10908,2012-04-04,2,1,4,15,0,3,1,2,0.64,0.6212,0.44,0.2836,86,182,268
+10909,2012-04-04,2,1,4,16,0,3,1,2,0.64,0.6212,0.44,0.2836,86,304,390
+10910,2012-04-04,2,1,4,17,0,3,1,1,0.66,0.6212,0.41,0.2985,99,645,744
+10911,2012-04-04,2,1,4,18,0,3,1,1,0.66,0.6212,0.41,0.2537,113,646,759
+10912,2012-04-04,2,1,4,19,0,3,1,1,0.66,0.6212,0.39,0.2239,75,419,494
+10913,2012-04-04,2,1,4,20,0,3,1,1,0.64,0.6212,0.27,0.2239,39,333,372
+10914,2012-04-04,2,1,4,21,0,3,1,1,0.6,0.6061,0.23,0.3284,43,255,298
+10915,2012-04-04,2,1,4,22,0,3,1,1,0.56,0.5303,0.22,0.1642,30,151,181
+10916,2012-04-04,2,1,4,23,0,3,1,1,0.52,0.5,0.23,0.4179,19,112,131
+10917,2012-04-05,2,1,4,0,0,4,1,1,0.52,0.5,0.23,0.4179,12,33,45
+10918,2012-04-05,2,1,4,1,0,4,1,1,0.48,0.4697,0.27,0.3284,4,9,13
+10919,2012-04-05,2,1,4,2,0,4,1,1,0.46,0.4545,0.33,0.4478,7,11,18
+10920,2012-04-05,2,1,4,3,0,4,1,1,0.42,0.4242,0.41,0.2985,0,5,5
+10921,2012-04-05,2,1,4,4,0,4,1,1,0.38,0.3939,0.43,0.2836,0,1,1
+10922,2012-04-05,2,1,4,5,0,4,1,1,0.38,0.3939,0.43,0.2836,1,28,29
+10923,2012-04-05,2,1,4,6,0,4,1,1,0.36,0.3333,0.46,0.3284,8,118,126
+10924,2012-04-05,2,1,4,7,0,4,1,1,0.34,0.3333,0.49,0.194,15,339,354
+10925,2012-04-05,2,1,4,8,0,4,1,1,0.36,0.3485,0.46,0.2239,28,610,638
+10926,2012-04-05,2,1,4,9,0,4,1,1,0.4,0.4091,0.37,0.2537,61,290,351
+10927,2012-04-05,2,1,4,10,0,4,1,1,0.42,0.4242,0.35,0.2836,88,158,246
+10928,2012-04-05,2,1,4,11,0,4,1,2,0.42,0.4242,0.38,0.2239,109,159,268
+10929,2012-04-05,2,1,4,12,0,4,1,1,0.44,0.4394,0.33,0,66,210,276
+10930,2012-04-05,2,1,4,13,0,4,1,1,0.46,0.4545,0.31,0,89,202,291
+10931,2012-04-05,2,1,4,14,0,4,1,1,0.46,0.4545,0.33,0.1642,143,144,287
+10932,2012-04-05,2,1,4,15,0,4,1,1,0.5,0.4848,0.31,0.1045,98,171,269
+10933,2012-04-05,2,1,4,16,0,4,1,1,0.5,0.4848,0.31,0.194,84,318,402
+10934,2012-04-05,2,1,4,17,0,4,1,1,0.5,0.4848,0.31,0.1642,145,677,822
+10935,2012-04-05,2,1,4,18,0,4,1,1,0.5,0.4848,0.31,0.1045,80,618,698
+10936,2012-04-05,2,1,4,19,0,4,1,1,0.48,0.4697,0.31,0.2537,64,423,487
+10937,2012-04-05,2,1,4,20,0,4,1,1,0.44,0.4394,0.41,0.194,33,279,312
+10938,2012-04-05,2,1,4,21,0,4,1,1,0.42,0.4242,0.47,0.194,25,209,234
+10939,2012-04-05,2,1,4,22,0,4,1,1,0.4,0.4091,0.47,0.194,20,129,149
+10940,2012-04-05,2,1,4,23,0,4,1,1,0.4,0.4091,0.5,0.1343,12,124,136
+10941,2012-04-06,2,1,4,0,0,5,1,1,0.4,0.4091,0.43,0,12,49,61
+10942,2012-04-06,2,1,4,1,0,5,1,1,0.36,0.3485,0.62,0.1343,10,28,38
+10943,2012-04-06,2,1,4,2,0,5,1,1,0.36,0.3333,0.5,0.3881,6,5,11
+10944,2012-04-06,2,1,4,3,0,5,1,1,0.34,0.303,0.53,0.3284,3,5,8
+10945,2012-04-06,2,1,4,4,0,5,1,1,0.34,0.3182,0.49,0.2537,2,3,5
+10946,2012-04-06,2,1,4,5,0,5,1,1,0.32,0.303,0.53,0.3284,0,23,23
+10947,2012-04-06,2,1,4,6,0,5,1,1,0.3,0.2727,0.49,0.3881,0,80,80
+10948,2012-04-06,2,1,4,7,0,5,1,1,0.3,0.2879,0.49,0.2836,15,231,246
+10949,2012-04-06,2,1,4,8,0,5,1,1,0.3,0.2727,0.49,0.3284,19,489,508
+10950,2012-04-06,2,1,4,9,0,5,1,1,0.34,0.303,0.42,0.3284,58,318,376
+10951,2012-04-06,2,1,4,10,0,5,1,1,0.36,0.3333,0.4,0.3284,81,157,238
+10952,2012-04-06,2,1,4,11,0,5,1,1,0.4,0.4091,0.37,0.2985,112,179,291
+10953,2012-04-06,2,1,4,12,0,5,1,1,0.42,0.4242,0.35,0.2985,113,224,337
+10954,2012-04-06,2,1,4,13,0,5,1,1,0.44,0.4394,0.33,0.3284,173,238,411
+10955,2012-04-06,2,1,4,14,0,5,1,1,0.48,0.4697,0.29,0.3881,240,250,490
+10956,2012-04-06,2,1,4,15,0,5,1,1,0.5,0.4848,0.27,0.2836,218,319,537
+10957,2012-04-06,2,1,4,16,0,5,1,1,0.5,0.4848,0.22,0.4179,184,352,536
+10958,2012-04-06,2,1,4,17,0,5,1,1,0.52,0.5,0.23,0.4179,172,483,655
+10959,2012-04-06,2,1,4,18,0,5,1,1,0.5,0.4848,0.22,0.4627,104,380,484
+10960,2012-04-06,2,1,4,19,0,5,1,1,0.48,0.4697,0.23,0.2985,115,297,412
+10961,2012-04-06,2,1,4,20,0,5,1,1,0.46,0.4545,0.24,0.2836,61,191,252
+10962,2012-04-06,2,1,4,21,0,5,1,1,0.44,0.4394,0.26,0.1343,54,136,190
+10963,2012-04-06,2,1,4,22,0,5,1,1,0.4,0.4091,0.35,0.2239,34,124,158
+10964,2012-04-06,2,1,4,23,0,5,1,1,0.42,0.4242,0.3,0.2836,21,92,113
+10965,2012-04-07,2,1,4,0,0,6,0,1,0.42,0.4242,0.26,0.2985,9,85,94
+10966,2012-04-07,2,1,4,1,0,6,0,1,0.4,0.4091,0.28,0.2537,9,60,69
+10967,2012-04-07,2,1,4,2,0,6,0,1,0.36,0.3333,0.29,0.3582,11,25,36
+10968,2012-04-07,2,1,4,3,0,6,0,1,0.36,0.3333,0.32,0.2537,7,21,28
+10969,2012-04-07,2,1,4,4,0,6,0,1,0.32,0.3182,0.36,0.1642,3,4,7
+10970,2012-04-07,2,1,4,5,0,6,0,1,0.32,0.3182,0.33,0.1642,0,2,2
+10971,2012-04-07,2,1,4,6,0,6,0,1,0.32,0.3182,0.36,0.194,1,18,19
+10972,2012-04-07,2,1,4,7,0,6,0,1,0.32,0.303,0.33,0.2836,14,40,54
+10973,2012-04-07,2,1,4,8,0,6,0,1,0.34,0.3182,0.34,0.2537,29,94,123
+10974,2012-04-07,2,1,4,9,0,6,0,1,0.4,0.4091,0.3,0.2537,103,173,276
+10975,2012-04-07,2,1,4,10,0,6,0,1,0.42,0.4242,0.28,0.2537,187,176,363
+10976,2012-04-07,2,1,4,11,0,6,0,1,0.44,0.4394,0.24,0.2985,251,244,495
+10977,2012-04-07,2,1,4,12,0,6,0,1,0.46,0.4545,0.23,0.3881,320,270,590
+10978,2012-04-07,2,1,4,13,0,6,0,1,0.5,0.4848,0.22,0.194,355,288,643
+10979,2012-04-07,2,1,4,14,0,6,0,1,0.5,0.4848,0.22,0.2985,326,252,578
+10980,2012-04-07,2,1,4,15,0,6,0,1,0.52,0.5,0.19,0.4179,321,305,626
+10981,2012-04-07,2,1,4,16,0,6,0,1,0.54,0.5152,0.19,0.3881,354,261,615
+10982,2012-04-07,2,1,4,17,0,6,0,1,0.54,0.5152,0.19,0.4179,299,268,567
+10983,2012-04-07,2,1,4,18,0,6,0,1,0.54,0.5152,0.18,0.2985,227,290,517
+10984,2012-04-07,2,1,4,19,0,6,0,1,0.54,0.5152,0.16,0.3284,170,243,413
+10985,2012-04-07,2,1,4,20,0,6,0,1,0.5,0.4848,0.2,0.2239,73,135,208
+10986,2012-04-07,2,1,4,21,0,6,0,1,0.5,0.4848,0.2,0.194,75,159,234
+10987,2012-04-07,2,1,4,22,0,6,0,1,0.48,0.4697,0.2,0.194,76,106,182
+10988,2012-04-07,2,1,4,23,0,6,0,1,0.46,0.4545,0.23,0.2239,32,86,118
+10989,2012-04-08,2,1,4,0,0,0,0,1,0.44,0.4394,0.24,0.2239,21,64,85
+10990,2012-04-08,2,1,4,1,0,0,0,1,0.44,0.4394,0.24,0.2239,14,50,64
+10991,2012-04-08,2,1,4,2,0,0,0,1,0.44,0.4394,0.24,0.2239,7,25,32
+10992,2012-04-08,2,1,4,3,0,0,0,1,0.42,0.4242,0.26,0.1343,8,18,26
+10993,2012-04-08,2,1,4,4,0,0,0,1,0.4,0.4091,0.4,0,0,7,7
+10994,2012-04-08,2,1,4,5,0,0,0,1,0.38,0.3939,0.46,0,4,8,12
+10995,2012-04-08,2,1,4,6,0,0,0,1,0.36,0.3788,0.37,0,7,21,28
+10996,2012-04-08,2,1,4,7,0,0,0,1,0.38,0.3939,0.27,0.1642,12,25,37
+10997,2012-04-08,2,1,4,8,0,0,0,1,0.4,0.4091,0.3,0.194,19,65,84
+10998,2012-04-08,2,1,4,9,0,0,0,1,0.44,0.4394,0.26,0.2239,71,108,179
+10999,2012-04-08,2,1,4,10,0,0,0,1,0.5,0.4848,0.25,0.2239,113,186,299
+11000,2012-04-08,2,1,4,11,0,0,0,1,0.5,0.4848,0.25,0.2836,195,209,404
+11001,2012-04-08,2,1,4,12,0,0,0,1,0.54,0.5152,0.24,0.2537,198,259,457
+11002,2012-04-08,2,1,4,13,0,0,0,1,0.58,0.5455,0.23,0.1642,229,254,483
+11003,2012-04-08,2,1,4,14,0,0,0,1,0.6,0.5909,0.18,0.4478,254,249,503
+11004,2012-04-08,2,1,4,15,0,0,0,1,0.62,0.6061,0.17,0.3582,260,226,486
+11005,2012-04-08,2,1,4,16,0,0,0,1,0.64,0.6061,0.19,0.3284,232,244,476
+11006,2012-04-08,2,1,4,17,0,0,0,1,0.62,0.6061,0.22,0.2985,185,226,411
+11007,2012-04-08,2,1,4,18,0,0,0,1,0.62,0.6061,0.25,0.3284,151,159,310
+11008,2012-04-08,2,1,4,19,0,0,0,1,0.6,0.6061,0.23,0.3881,89,187,276
+11009,2012-04-08,2,1,4,20,0,0,0,1,0.56,0.5303,0.28,0.4179,65,146,211
+11010,2012-04-08,2,1,4,21,0,0,0,1,0.52,0.5,0.34,0.2239,53,77,130
+11011,2012-04-08,2,1,4,22,0,0,0,1,0.5,0.4848,0.36,0.2239,33,85,118
+11012,2012-04-08,2,1,4,23,0,0,0,1,0.5,0.4848,0.39,0.2537,10,41,51
+11013,2012-04-09,2,1,4,0,0,1,1,1,0.48,0.4697,0.39,0.2836,8,29,37
+11014,2012-04-09,2,1,4,1,0,1,1,1,0.46,0.4545,0.41,0.1343,4,12,16
+11015,2012-04-09,2,1,4,2,0,1,1,1,0.46,0.4545,0.31,0.194,2,4,6
+11016,2012-04-09,2,1,4,3,0,1,1,1,0.44,0.4394,0.3,0.1642,0,3,3
+11017,2012-04-09,2,1,4,4,0,1,1,1,0.44,0.4394,0.24,0.194,2,3,5
+11018,2012-04-09,2,1,4,5,0,1,1,1,0.44,0.4394,0.24,0.194,2,30,32
+11019,2012-04-09,2,1,4,6,0,1,1,1,0.42,0.4242,0.26,0.2239,3,108,111
+11020,2012-04-09,2,1,4,7,0,1,1,1,0.42,0.4242,0.28,0.194,11,320,331
+11021,2012-04-09,2,1,4,8,0,1,1,1,0.44,0.4394,0.3,0.194,22,595,617
+11022,2012-04-09,2,1,4,9,0,1,1,1,0.46,0.4545,0.31,0.3582,50,236,286
+11023,2012-04-09,2,1,4,10,0,1,1,1,0.5,0.4848,0.27,0.4925,65,113,178
+11024,2012-04-09,2,1,4,11,0,1,1,1,0.52,0.5,0.27,0.4179,96,127,223
+11025,2012-04-09,2,1,4,12,0,1,1,1,0.54,0.5152,0.28,0.7164,94,186,280
+11026,2012-04-09,2,1,4,13,0,1,1,1,0.54,0.5152,0.28,0.5821,108,173,281
+11027,2012-04-09,2,1,4,14,0,1,1,1,0.56,0.5303,0.28,0.5522,66,152,218
+11028,2012-04-09,2,1,4,15,0,1,1,1,0.58,0.5455,0.28,0.5522,82,173,255
+11029,2012-04-09,2,1,4,16,0,1,1,1,0.56,0.5303,0.3,0.4179,81,310,391
+11030,2012-04-09,2,1,4,17,0,1,1,1,0.54,0.5152,0.32,0.4179,67,565,632
+11031,2012-04-09,2,1,4,18,0,1,1,1,0.54,0.5152,0.34,0.2985,60,586,646
+11032,2012-04-09,2,1,4,19,0,1,1,1,0.52,0.5,0.34,0.3582,35,386,421
+11033,2012-04-09,2,1,4,20,0,1,1,1,0.5,0.4848,0.36,0.4478,21,255,276
+11034,2012-04-09,2,1,4,21,0,1,1,3,0.48,0.4697,0.41,0.4179,14,151,165
+11035,2012-04-09,2,1,4,22,0,1,1,2,0.46,0.4545,0.41,0.4925,6,102,108
+11036,2012-04-09,2,1,4,23,0,1,1,1,0.44,0.4394,0.44,0.2985,6,61,67
+11037,2012-04-10,2,1,4,0,0,2,1,2,0.44,0.4394,0.47,0.2836,3,23,26
+11038,2012-04-10,2,1,4,1,0,2,1,1,0.42,0.4242,0.5,0.2239,0,9,9
+11039,2012-04-10,2,1,4,2,0,2,1,1,0.36,0.3485,0.71,0.1343,0,2,2
+11040,2012-04-10,2,1,4,3,0,2,1,1,0.36,0.3485,0.71,0.1343,0,2,2
+11041,2012-04-10,2,1,4,4,0,2,1,1,0.34,0.3333,0.71,0.1343,0,2,2
+11042,2012-04-10,2,1,4,5,0,2,1,1,0.34,0.3333,0.71,0.1343,0,24,24
+11043,2012-04-10,2,1,4,6,0,2,1,1,0.34,0.3485,0.71,0.1045,3,100,103
+11044,2012-04-10,2,1,4,7,0,2,1,1,0.34,0.3485,0.71,0.1045,16,368,384
+11045,2012-04-10,2,1,4,8,0,2,1,1,0.38,0.3939,0.62,0.1343,22,670,692
+11046,2012-04-10,2,1,4,9,0,2,1,1,0.42,0.4242,0.67,0.194,16,303,319
+11047,2012-04-10,2,1,4,10,0,2,1,1,0.46,0.4545,0.47,0.1642,49,132,181
+11048,2012-04-10,2,1,4,11,0,2,1,1,0.5,0.4848,0.36,0,78,161,239
+11049,2012-04-10,2,1,4,12,0,2,1,1,0.54,0.5152,0.22,0.2836,75,184,259
+11050,2012-04-10,2,1,4,13,0,2,1,1,0.52,0.5,0.23,0.1642,81,202,283
+11051,2012-04-10,2,1,4,14,0,2,1,1,0.54,0.5152,0.24,0.194,75,149,224
+11052,2012-04-10,2,1,4,15,0,2,1,1,0.56,0.5303,0.21,0.2985,46,157,203
+11053,2012-04-10,2,1,4,16,0,2,1,1,0.58,0.5455,0.21,0.2537,66,296,362
+11054,2012-04-10,2,1,4,17,0,2,1,1,0.56,0.5303,0.21,0.5224,88,656,744
+11055,2012-04-10,2,1,4,18,0,2,1,1,0.54,0.5152,0.22,0.4179,78,626,704
+11056,2012-04-10,2,1,4,19,0,2,1,1,0.52,0.5,0.2,0.3582,51,428,479
+11057,2012-04-10,2,1,4,20,0,2,1,1,0.46,0.4545,0.28,0.3881,34,248,282
+11058,2012-04-10,2,1,4,21,0,2,1,1,0.44,0.4394,0.3,0.4478,15,191,206
+11059,2012-04-10,2,1,4,22,0,2,1,1,0.4,0.4091,0.37,0.4925,9,118,127
+11060,2012-04-10,2,1,4,23,0,2,1,1,0.36,0.3333,0.4,0.4179,14,48,62
+11061,2012-04-11,2,1,4,0,0,3,1,1,0.34,0.303,0.36,0.4179,8,22,30
+11062,2012-04-11,2,1,4,1,0,3,1,1,0.34,0.3182,0.39,0.2836,3,9,12
+11063,2012-04-11,2,1,4,2,0,3,1,1,0.32,0.303,0.45,0.2836,0,2,2
+11064,2012-04-11,2,1,4,3,0,3,1,1,0.3,0.2879,0.49,0.2239,0,2,2
+11065,2012-04-11,2,1,4,5,0,3,1,1,0.28,0.2727,0.56,0.194,1,26,27
+11066,2012-04-11,2,1,4,6,0,3,1,1,0.28,0.2879,0.56,0.1045,3,103,106
+11067,2012-04-11,2,1,4,7,0,3,1,1,0.28,0.2879,0.52,0.1343,18,303,321
+11068,2012-04-11,2,1,4,8,0,3,1,1,0.3,0.2879,0.49,0.2239,14,581,595
+11069,2012-04-11,2,1,4,9,0,3,1,2,0.32,0.303,0.49,0.2985,20,282,302
+11070,2012-04-11,2,1,4,10,0,3,1,2,0.34,0.303,0.49,0.3284,26,127,153
+11071,2012-04-11,2,1,4,11,0,3,1,2,0.38,0.3939,0.43,0.3284,38,142,180
+11072,2012-04-11,2,1,4,12,0,3,1,2,0.36,0.3333,0.46,0.3881,35,147,182
+11073,2012-04-11,2,1,4,13,0,3,1,2,0.4,0.4091,0.4,0.3582,16,147,163
+11074,2012-04-11,2,1,4,14,0,3,1,1,0.36,0.3485,0.57,0.194,34,101,135
+11075,2012-04-11,2,1,4,15,0,3,1,3,0.38,0.3939,0.46,0.2239,50,152,202
+11076,2012-04-11,2,1,4,16,0,3,1,1,0.44,0.4394,0.33,0.2985,51,256,307
+11077,2012-04-11,2,1,4,17,0,3,1,1,0.42,0.4242,0.35,0.3881,52,527,579
+11078,2012-04-11,2,1,4,18,0,3,1,3,0.4,0.4091,0.43,0.4179,39,546,585
+11079,2012-04-11,2,1,4,19,0,3,1,1,0.4,0.4091,0.4,0.3582,28,356,384
+11080,2012-04-11,2,1,4,20,0,3,1,1,0.36,0.3333,0.46,0.3284,22,213,235
+11081,2012-04-11,2,1,4,21,0,3,1,1,0.34,0.303,0.57,0.3881,11,154,165
+11082,2012-04-11,2,1,4,22,0,3,1,1,0.34,0.303,0.57,0.3284,4,130,134
+11083,2012-04-11,2,1,4,23,0,3,1,1,0.34,0.303,0.57,0.2985,9,52,61
+11084,2012-04-12,2,1,4,0,0,4,1,1,0.32,0.303,0.66,0.2836,1,22,23
+11085,2012-04-12,2,1,4,1,0,4,1,1,0.32,0.303,0.66,0.2239,2,7,9
+11086,2012-04-12,2,1,4,2,0,4,1,1,0.32,0.303,0.61,0.2836,0,4,4
+11087,2012-04-12,2,1,4,3,0,4,1,1,0.32,0.303,0.61,0.2537,2,3,5
+11088,2012-04-12,2,1,4,4,0,4,1,1,0.3,0.2879,0.61,0.2239,0,1,1
+11089,2012-04-12,2,1,4,5,0,4,1,1,0.3,0.2879,0.61,0.2239,0,21,21
+11090,2012-04-12,2,1,4,6,0,4,1,1,0.3,0.2879,0.65,0.2537,2,94,96
+11091,2012-04-12,2,1,4,7,0,4,1,1,0.3,0.2727,0.65,0.3284,12,294,306
+11092,2012-04-12,2,1,4,8,0,4,1,1,0.32,0.303,0.66,0.3284,20,604,624
+11093,2012-04-12,2,1,4,9,0,4,1,1,0.36,0.3333,0.57,0.3582,16,271,287
+11094,2012-04-12,2,1,4,10,0,4,1,1,0.4,0.4091,0.5,0.2985,38,103,141
+11095,2012-04-12,2,1,4,11,0,4,1,1,0.42,0.4242,0.47,0.2985,50,174,224
+11096,2012-04-12,2,1,4,12,0,4,1,1,0.46,0.4545,0.41,0.4478,60,199,259
+11097,2012-04-12,2,1,4,13,0,4,1,1,0.48,0.4697,0.36,0.4478,55,148,203
+11098,2012-04-12,2,1,4,14,0,4,1,1,0.5,0.4848,0.31,0.3284,74,150,224
+11099,2012-04-12,2,1,4,15,0,4,1,1,0.48,0.4697,0.31,0.2537,42,169,211
+11100,2012-04-12,2,1,4,16,0,4,1,1,0.48,0.4697,0.31,0.2836,54,299,353
+11101,2012-04-12,2,1,4,17,0,4,1,1,0.5,0.4848,0.27,0.3881,60,596,656
+11102,2012-04-12,2,1,4,18,0,4,1,1,0.5,0.4848,0.27,0.3881,63,547,610
+11103,2012-04-12,2,1,4,19,0,4,1,1,0.46,0.4545,0.31,0.2985,50,383,433
+11104,2012-04-12,2,1,4,20,0,4,1,1,0.44,0.4394,0.33,0.2537,26,254,280
+11105,2012-04-12,2,1,4,21,0,4,1,1,0.42,0.4242,0.35,0.1343,13,174,187
+11106,2012-04-12,2,1,4,22,0,4,1,1,0.42,0.4242,0.35,0.194,15,143,158
+11107,2012-04-12,2,1,4,23,0,4,1,1,0.42,0.4242,0.35,0.194,8,86,94
+11108,2012-04-13,2,1,4,0,0,5,1,1,0.4,0.4091,0.37,0.2537,14,41,55
+11109,2012-04-13,2,1,4,1,0,5,1,1,0.36,0.3485,0.46,0.194,2,28,30
+11110,2012-04-13,2,1,4,2,0,5,1,1,0.34,0.3333,0.49,0.194,6,5,11
+11111,2012-04-13,2,1,4,3,0,5,1,1,0.34,0.3333,0.61,0.1642,3,8,11
+11112,2012-04-13,2,1,4,4,0,5,1,2,0.34,0.3333,0.53,0.1343,1,4,5
+11113,2012-04-13,2,1,4,5,0,5,1,2,0.34,0.3333,0.53,0.1642,2,19,21
+11114,2012-04-13,2,1,4,6,0,5,1,1,0.32,0.3182,0.57,0.1642,0,84,84
+11115,2012-04-13,2,1,4,7,0,5,1,1,0.34,0.3182,0.61,0.2239,13,283,296
+11116,2012-04-13,2,1,4,8,0,5,1,1,0.38,0.3939,0.46,0.1642,24,539,563
+11117,2012-04-13,2,1,4,9,0,5,1,1,0.42,0.4242,0.41,0.1642,36,294,330
+11118,2012-04-13,2,1,4,10,0,5,1,1,0.44,0.4394,0.38,0.194,59,133,192
+11119,2012-04-13,2,1,4,11,0,5,1,1,0.46,0.4545,0.36,0.1343,75,158,233
+11120,2012-04-13,2,1,4,12,0,5,1,1,0.5,0.4848,0.31,0,104,218,322
+11121,2012-04-13,2,1,4,13,0,5,1,1,0.52,0.5,0.27,0.2836,112,246,358
+11122,2012-04-13,2,1,4,14,0,5,1,1,0.52,0.5,0.27,0,125,223,348
+11123,2012-04-13,2,1,4,15,0,5,1,1,0.54,0.5152,0.28,0.2537,115,237,352
+11124,2012-04-13,2,1,4,16,0,5,1,1,0.56,0.5303,0.26,0.2537,113,350,463
+11125,2012-04-13,2,1,4,17,0,5,1,1,0.56,0.5303,0.24,0.1642,117,621,738
+11126,2012-04-13,2,1,4,18,0,5,1,1,0.54,0.5152,0.26,0.1343,107,564,671
+11127,2012-04-13,2,1,4,19,0,5,1,1,0.54,0.5152,0.24,0.1642,75,352,427
+11128,2012-04-13,2,1,4,20,0,5,1,1,0.5,0.4848,0.29,0.1343,44,242,286
+11129,2012-04-13,2,1,4,21,0,5,1,1,0.5,0.4848,0.36,0,36,153,189
+11130,2012-04-13,2,1,4,22,0,5,1,1,0.44,0.4394,0.62,0.1045,34,181,215
+11131,2012-04-13,2,1,4,23,0,5,1,1,0.42,0.4242,0.62,0.0896,35,163,198
+11132,2012-04-14,2,1,4,0,0,6,0,1,0.4,0.4091,0.58,0.1343,11,85,96
+11133,2012-04-14,2,1,4,1,0,6,0,1,0.4,0.4091,0.58,0.1343,10,60,70
+11134,2012-04-14,2,1,4,2,0,6,0,1,0.38,0.3939,0.66,0.1343,3,53,56
+11135,2012-04-14,2,1,4,3,0,6,0,1,0.36,0.3636,0.66,0.0896,6,26,32
+11136,2012-04-14,2,1,4,4,0,6,0,1,0.36,0.3636,0.71,0.1045,5,9,14
+11137,2012-04-14,2,1,4,5,0,6,0,1,0.36,0.3636,0.66,0.1045,2,5,7
+11138,2012-04-14,2,1,4,6,0,6,0,1,0.34,0.3333,0.76,0.1642,2,19,21
+11139,2012-04-14,2,1,4,7,0,6,0,1,0.36,0.3636,0.71,0.1045,8,56,64
+11140,2012-04-14,2,1,4,8,0,6,0,1,0.36,0.3485,0.71,0.1343,24,136,160
+11141,2012-04-14,2,1,4,9,0,6,0,1,0.42,0.4242,0.54,0.1343,59,206,265
+11142,2012-04-14,2,1,4,10,0,6,0,1,0.46,0.4545,0.51,0.1642,139,267,406
+11143,2012-04-14,2,1,4,11,0,6,0,1,0.52,0.5,0.45,0.194,207,357,564
+11144,2012-04-14,2,1,4,12,0,6,0,1,0.58,0.5455,0.35,0.2537,274,404,678
+11145,2012-04-14,2,1,4,13,0,6,0,1,0.62,0.6212,0.33,0.2985,308,370,678
+11146,2012-04-14,2,1,4,14,0,6,0,2,0.64,0.6212,0.27,0.4478,288,372,660
+11147,2012-04-14,2,1,4,15,0,6,0,2,0.64,0.6212,0.27,0.3582,311,347,658
+11148,2012-04-14,2,1,4,16,0,6,0,2,0.64,0.6212,0.27,0.3582,253,329,582
+11149,2012-04-14,2,1,4,17,0,6,0,2,0.62,0.6212,0.33,0.2537,251,309,560
+11150,2012-04-14,2,1,4,18,0,6,0,2,0.62,0.6212,0.35,0.2239,197,284,481
+11151,2012-04-14,2,1,4,19,0,6,0,2,0.6,0.6212,0.4,0.1642,163,296,459
+11152,2012-04-14,2,1,4,20,0,6,0,2,0.56,0.5303,0.46,0.1343,112,209,321
+11153,2012-04-14,2,1,4,21,0,6,0,2,0.56,0.5303,0.43,0.1343,53,167,220
+11154,2012-04-14,2,1,4,22,0,6,0,2,0.54,0.5152,0.52,0.1642,64,148,212
+11155,2012-04-14,2,1,4,23,0,6,0,2,0.54,0.5152,0.56,0.194,45,151,196
+11156,2012-04-15,2,1,4,0,0,0,0,2,0.54,0.5152,0.56,0.194,30,94,124
+11157,2012-04-15,2,1,4,1,0,0,0,2,0.54,0.5152,0.56,0.1642,17,89,106
+11158,2012-04-15,2,1,4,2,0,0,0,2,0.54,0.5152,0.56,0.1045,20,54,74
+11159,2012-04-15,2,1,4,3,0,0,0,2,0.52,0.5,0.59,0.1343,18,27,45
+11160,2012-04-15,2,1,4,4,0,0,0,2,0.54,0.5152,0.52,0,2,10,12
+11161,2012-04-15,2,1,4,5,0,0,0,1,0.5,0.4848,0.68,0.1642,4,6,10
+11162,2012-04-15,2,1,4,6,0,0,0,1,0.5,0.4848,0.63,0.1343,5,11,16
+11163,2012-04-15,2,1,4,7,0,0,0,1,0.5,0.4848,0.63,0.1045,16,30,46
+11164,2012-04-15,2,1,4,8,0,0,0,1,0.52,0.5,0.59,0,33,64,97
+11165,2012-04-15,2,1,4,9,0,0,0,1,0.54,0.5152,0.56,0.2239,97,154,251
+11166,2012-04-15,2,1,4,10,0,0,0,1,0.58,0.5455,0.53,0.2239,186,235,421
+11167,2012-04-15,2,1,4,11,0,0,0,1,0.62,0.6212,0.46,0.2985,227,301,528
+11168,2012-04-15,2,1,4,12,0,0,0,1,0.64,0.6212,0.44,0.2836,275,360,635
+11169,2012-04-15,2,1,4,13,0,0,0,1,0.66,0.6212,0.44,0.2836,298,383,681
+11170,2012-04-15,2,1,4,14,0,0,0,1,0.7,0.6364,0.39,0.2836,282,346,628
+11171,2012-04-15,2,1,4,15,0,0,0,1,0.7,0.6364,0.39,0.3881,266,351,617
+11172,2012-04-15,2,1,4,16,0,0,0,1,0.72,0.6515,0.39,0.3582,286,330,616
+11173,2012-04-15,2,1,4,17,0,0,0,1,0.7,0.6364,0.42,0.3284,262,361,623
+11174,2012-04-15,2,1,4,18,0,0,0,1,0.7,0.6364,0.42,0.2537,184,295,479
+11175,2012-04-15,2,1,4,19,0,0,0,1,0.7,0.6364,0.42,0.2537,114,265,379
+11176,2012-04-15,2,1,4,20,0,0,0,1,0.64,0.6212,0.5,0.2239,86,205,291
+11177,2012-04-15,2,1,4,21,0,0,0,1,0.62,0.6212,0.57,0.2537,76,153,229
+11178,2012-04-15,2,1,4,22,0,0,0,1,0.68,0.6364,0.44,0.3582,37,97,134
+11179,2012-04-15,2,1,4,23,0,0,0,1,0.66,0.6212,0.5,0.3881,25,65,90
+11180,2012-04-16,2,1,4,0,1,1,0,1,0.64,0.6212,0.53,0.3284,15,26,41
+11181,2012-04-16,2,1,4,1,1,1,0,1,0.62,0.6061,0.61,0.3582,7,21,28
+11182,2012-04-16,2,1,4,2,1,1,0,1,0.6,0.6061,0.64,0.2537,5,9,14
+11183,2012-04-16,2,1,4,3,1,1,0,1,0.58,0.5455,0.68,0.194,3,5,8
+11184,2012-04-16,2,1,4,4,1,1,0,1,0.54,0.5152,0.77,0.2239,0,6,6
+11185,2012-04-16,2,1,4,5,1,1,0,1,0.54,0.5152,0.77,0.2239,4,34,38
+11186,2012-04-16,2,1,4,6,1,1,0,1,0.52,0.5,0.83,0.1642,10,123,133
+11187,2012-04-16,2,1,4,7,1,1,0,1,0.52,0.5,0.83,0.1343,20,367,387
+11188,2012-04-16,2,1,4,8,1,1,0,2,0.56,0.5303,0.83,0.1642,48,549,597
+11189,2012-04-16,2,1,4,9,1,1,0,1,0.62,0.6061,0.69,0.2239,59,238,297
+11190,2012-04-16,2,1,4,10,1,1,0,1,0.62,0.6061,0.69,0.2537,75,149,224
+11191,2012-04-16,2,1,4,11,1,1,0,1,0.64,0.6061,0.65,0.2537,115,136,251
+11192,2012-04-16,2,1,4,12,1,1,0,1,0.68,0.6364,0.57,0.2537,75,196,271
+11193,2012-04-16,2,1,4,13,1,1,0,1,0.74,0.6667,0.45,0.2985,79,184,263
+11194,2012-04-16,2,1,4,14,1,1,0,1,0.76,0.6818,0.45,0.3284,105,183,288
+11195,2012-04-16,2,1,4,15,1,1,0,1,0.8,0.697,0.33,0.4478,81,194,275
+11196,2012-04-16,2,1,4,16,1,1,0,1,0.8,0.697,0.33,0.4627,92,266,358
+11197,2012-04-16,2,1,4,17,1,1,0,1,0.8,0.697,0.33,0.3881,111,601,712
+11198,2012-04-16,2,1,4,18,1,1,0,1,0.8,0.697,0.31,0.3881,87,589,676
+11199,2012-04-16,2,1,4,19,1,1,0,1,0.76,0.6667,0.35,0.3881,61,461,522
+11200,2012-04-16,2,1,4,20,1,1,0,1,0.74,0.6515,0.37,0.2985,48,327,375
+11201,2012-04-16,2,1,4,21,1,1,0,1,0.68,0.6364,0.51,0.2537,39,232,271
+11202,2012-04-16,2,1,4,22,1,1,0,1,0.68,0.6364,0.51,0.2537,35,179,214
+11203,2012-04-16,2,1,4,23,1,1,0,1,0.7,0.6364,0.45,0.2985,24,97,121
+11204,2012-04-17,2,1,4,0,0,2,1,1,0.66,0.6212,0.54,0.194,10,33,43
+11205,2012-04-17,2,1,4,1,0,2,1,1,0.64,0.6212,0.57,0.1642,6,5,11
+11206,2012-04-17,2,1,4,2,0,2,1,1,0.56,0.5303,0.83,0.1045,1,3,4
+11207,2012-04-17,2,1,4,3,0,2,1,1,0.56,0.5303,0.83,0.0896,0,6,6
+11208,2012-04-17,2,1,4,4,0,2,1,1,0.66,0.6212,0.44,0.2239,3,6,9
+11209,2012-04-17,2,1,4,5,0,2,1,1,0.6,0.6212,0.53,0.2537,1,29,30
+11210,2012-04-17,2,1,4,6,0,2,1,1,0.6,0.6212,0.46,0.2537,8,136,144
+11211,2012-04-17,2,1,4,7,0,2,1,1,0.6,0.6212,0.43,0.2537,18,443,461
+11212,2012-04-17,2,1,4,8,0,2,1,1,0.6,0.6212,0.43,0.2239,42,631,673
+11213,2012-04-17,2,1,4,9,0,2,1,1,0.6,0.6212,0.38,0.4925,71,329,400
+11214,2012-04-17,2,1,4,10,0,2,1,1,0.6,0.6212,0.38,0.4179,52,165,217
+11215,2012-04-17,2,1,4,11,0,2,1,1,0.6,0.6212,0.33,0.4179,65,174,239
+11216,2012-04-17,2,1,4,12,0,2,1,1,0.6,0.6212,0.33,0.3582,65,179,244
+11217,2012-04-17,2,1,4,13,0,2,1,1,0.62,0.6212,0.29,0.2537,52,187,239
+11218,2012-04-17,2,1,4,14,0,2,1,1,0.64,0.6212,0.27,0.2836,59,198,257
+11219,2012-04-17,2,1,4,15,0,2,1,1,0.66,0.6212,0.24,0.3284,91,217,308
+11220,2012-04-17,2,1,4,16,0,2,1,1,0.68,0.6212,0.22,0.3582,50,320,370
+11221,2012-04-17,2,1,4,17,0,2,1,1,0.64,0.6061,0.25,0.2985,108,673,781
+11222,2012-04-17,2,1,4,18,0,2,1,1,0.64,0.6061,0.25,0.2836,105,670,775
+11223,2012-04-17,2,1,4,19,0,2,1,1,0.6,0.6061,0.26,0.2537,73,464,537
+11224,2012-04-17,2,1,4,20,0,2,1,1,0.6,0.6061,0.23,0.2836,44,358,402
+11225,2012-04-17,2,1,4,21,0,2,1,1,0.56,0.5303,0.26,0.2985,37,260,297
+11226,2012-04-17,2,1,4,22,0,2,1,1,0.54,0.5152,0.3,0.2537,18,144,162
+11227,2012-04-17,2,1,4,23,0,2,1,1,0.54,0.5152,0.32,0.2239,10,72,82
+11228,2012-04-18,2,1,4,0,0,3,1,1,0.54,0.5152,0.32,0.1642,3,35,38
+11229,2012-04-18,2,1,4,1,0,3,1,1,0.52,0.5,0.34,0.194,1,13,14
+11230,2012-04-18,2,1,4,2,0,3,1,2,0.5,0.4848,0.42,0.194,1,8,9
+11231,2012-04-18,2,1,4,3,0,3,1,2,0.5,0.4848,0.42,0.2239,0,6,6
+11232,2012-04-18,2,1,4,4,0,3,1,2,0.5,0.4848,0.42,0.2836,0,7,7
+11233,2012-04-18,2,1,4,5,0,3,1,2,0.5,0.4848,0.39,0.2836,0,34,34
+11234,2012-04-18,2,1,4,6,0,3,1,2,0.5,0.4848,0.39,0.2836,6,128,134
+11235,2012-04-18,2,1,4,7,0,3,1,2,0.5,0.4848,0.39,0.194,10,408,418
+11236,2012-04-18,2,1,4,8,0,3,1,3,0.5,0.4848,0.39,0.194,25,551,576
+11237,2012-04-18,2,1,4,9,0,3,1,3,0.48,0.4697,0.44,0.2985,20,245,265
+11238,2012-04-18,2,1,4,10,0,3,1,3,0.48,0.4697,0.47,0.2239,31,116,147
+11239,2012-04-18,2,1,4,11,0,3,1,3,0.46,0.4545,0.47,0.2537,14,105,119
+11240,2012-04-18,2,1,4,12,0,3,1,3,0.46,0.4545,0.51,0.1045,15,95,110
+11241,2012-04-18,2,1,4,13,0,3,1,3,0.46,0.4545,0.59,0,13,51,64
+11242,2012-04-18,2,1,4,14,0,3,1,3,0.44,0.4394,0.72,0.1045,8,43,51
+11243,2012-04-18,2,1,4,15,0,3,1,3,0.42,0.4242,0.77,0.194,10,88,98
+11244,2012-04-18,2,1,4,16,0,3,1,2,0.42,0.4242,0.77,0.2239,36,199,235
+11245,2012-04-18,2,1,4,17,0,3,1,2,0.42,0.4242,0.77,0.194,46,442,488
+11246,2012-04-18,2,1,4,18,0,3,1,2,0.42,0.4242,0.77,0,27,478,505
+11247,2012-04-18,2,1,4,19,0,3,1,2,0.42,0.4242,0.77,0.1343,26,342,368
+11248,2012-04-18,2,1,4,20,0,3,1,2,0.42,0.4242,0.77,0.1045,8,252,260
+11249,2012-04-18,2,1,4,21,0,3,1,2,0.42,0.4242,0.82,0.0896,24,165,189
+11250,2012-04-18,2,1,4,22,0,3,1,2,0.42,0.4242,0.77,0.0896,9,153,162
+11251,2012-04-18,2,1,4,23,0,3,1,2,0.42,0.4242,0.77,0,14,56,70
+11252,2012-04-19,2,1,4,0,0,4,1,3,0.42,0.4242,0.77,0,5,20,25
+11253,2012-04-19,2,1,4,1,0,4,1,3,0.42,0.4242,0.77,0.1045,2,11,13
+11254,2012-04-19,2,1,4,2,0,4,1,2,0.42,0.4242,0.77,0,2,4,6
+11255,2012-04-19,2,1,4,3,0,4,1,2,0.42,0.4242,0.77,0,1,3,4
+11256,2012-04-19,2,1,4,4,0,4,1,2,0.42,0.4242,0.71,0,0,4,4
+11257,2012-04-19,2,1,4,5,0,4,1,1,0.4,0.4091,0.82,0,0,30,30
+11258,2012-04-19,2,1,4,6,0,4,1,2,0.4,0.4091,0.82,0.1045,4,116,120
+11259,2012-04-19,2,1,4,7,0,4,1,2,0.4,0.4091,0.82,0.1343,15,391,406
+11260,2012-04-19,2,1,4,8,0,4,1,2,0.42,0.4242,0.82,0.1045,26,651,677
+11261,2012-04-19,2,1,4,9,0,4,1,2,0.46,0.4545,0.72,0,31,270,301
+11262,2012-04-19,2,1,4,10,0,4,1,1,0.48,0.4697,0.63,0.0896,46,143,189
+11263,2012-04-19,2,1,4,11,0,4,1,1,0.52,0.5,0.48,0,46,183,229
+11264,2012-04-19,2,1,4,12,0,4,1,1,0.54,0.5152,0.49,0,51,213,264
+11265,2012-04-19,2,1,4,13,0,4,1,1,0.56,0.5303,0.46,0,52,186,238
+11266,2012-04-19,2,1,4,14,0,4,1,1,0.58,0.5455,0.43,0,54,183,237
+11267,2012-04-19,2,1,4,15,0,4,1,1,0.6,0.6212,0.43,0,66,196,262
+11268,2012-04-19,2,1,4,16,0,4,1,1,0.62,0.6212,0.41,0.1045,63,324,387
+11269,2012-04-19,2,1,4,17,0,4,1,1,0.6,0.6212,0.43,0.0896,85,663,748
+11270,2012-04-19,2,1,4,18,0,4,1,1,0.6,0.6212,0.43,0.0896,99,677,776
+11271,2012-04-19,2,1,4,19,0,4,1,1,0.58,0.5455,0.46,0.1343,70,516,586
+11272,2012-04-19,2,1,4,20,0,4,1,1,0.56,0.5303,0.49,0.2239,52,352,404
+11273,2012-04-19,2,1,4,21,0,4,1,1,0.52,0.5,0.55,0.1045,27,240,267
+11274,2012-04-19,2,1,4,22,0,4,1,1,0.52,0.5,0.59,0.194,29,219,248
+11275,2012-04-19,2,1,4,23,0,4,1,1,0.5,0.4848,0.63,0.1045,20,124,144
+11276,2012-04-20,2,1,4,0,0,5,1,1,0.48,0.4697,0.67,0.1045,5,59,64
+11277,2012-04-20,2,1,4,1,0,5,1,1,0.46,0.4545,0.82,0.194,3,22,25
+11278,2012-04-20,2,1,4,2,0,5,1,1,0.44,0.4394,0.88,0.194,3,18,21
+11279,2012-04-20,2,1,4,3,0,5,1,1,0.44,0.4394,0.88,0.1045,1,9,10
+11280,2012-04-20,2,1,4,4,0,5,1,1,0.42,0.4242,0.94,0.1045,0,3,3
+11281,2012-04-20,2,1,4,5,0,5,1,1,0.42,0.4242,0.94,0,1,24,25
+11282,2012-04-20,2,1,4,6,0,5,1,1,0.42,0.4242,0.88,0,8,105,113
+11283,2012-04-20,2,1,4,7,0,5,1,1,0.42,0.4242,0.94,0,9,350,359
+11284,2012-04-20,2,1,4,8,0,5,1,1,0.44,0.4394,0.94,0,32,668,700
+11285,2012-04-20,2,1,4,9,0,5,1,1,0.46,0.4545,0.88,0.0896,30,329,359
+11286,2012-04-20,2,1,4,10,0,5,1,1,0.5,0.4848,0.77,0.194,67,170,237
+11287,2012-04-20,2,1,4,11,0,5,1,1,0.54,0.5152,0.68,0.1642,64,190,254
+11288,2012-04-20,2,1,4,12,0,5,1,1,0.58,0.5455,0.53,0.194,102,260,362
+11289,2012-04-20,2,1,4,13,0,5,1,1,0.62,0.6212,0.43,0.194,105,276,381
+11290,2012-04-20,2,1,4,14,0,5,1,1,0.64,0.6212,0.44,0.2239,156,238,394
+11291,2012-04-20,2,1,4,15,0,5,1,1,0.64,0.6212,0.47,0.194,145,262,407
+11292,2012-04-20,2,1,4,16,0,5,1,1,0.66,0.6212,0.44,0.194,151,429,580
+11293,2012-04-20,2,1,4,17,0,5,1,1,0.64,0.6212,0.47,0.2836,122,697,819
+11294,2012-04-20,2,1,4,18,0,5,1,1,0.62,0.6212,0.5,0.2836,110,558,668
+11295,2012-04-20,2,1,4,19,0,5,1,1,0.6,0.6212,0.53,0.194,82,410,492
+11296,2012-04-20,2,1,4,20,0,5,1,1,0.58,0.5455,0.56,0.1642,52,289,341
+11297,2012-04-20,2,1,4,21,0,5,1,1,0.56,0.5303,0.68,0.1343,35,252,287
+11298,2012-04-20,2,1,4,22,0,5,1,1,0.54,0.5152,0.68,0.2537,26,176,202
+11299,2012-04-20,2,1,4,23,0,5,1,1,0.52,0.5,0.72,0.1343,31,156,187
+11300,2012-04-21,2,1,4,0,0,6,0,1,0.52,0.5,0.77,0.2239,31,111,142
+11301,2012-04-21,2,1,4,1,0,6,0,1,0.52,0.5,0.77,0.2239,24,64,88
+11302,2012-04-21,2,1,4,2,0,6,0,1,0.52,0.5,0.77,0.1343,12,69,81
+11303,2012-04-21,2,1,4,3,0,6,0,1,0.5,0.4848,0.82,0.2239,4,25,29
+11304,2012-04-21,2,1,4,4,0,6,0,1,0.5,0.4848,0.82,0.2537,0,9,9
+11305,2012-04-21,2,1,4,5,0,6,0,1,0.5,0.4848,0.82,0.2537,0,1,1
+11306,2012-04-21,2,1,4,6,0,6,0,1,0.5,0.4848,0.82,0.2239,10,21,31
+11307,2012-04-21,2,1,4,7,0,6,0,1,0.5,0.4848,0.82,0.2836,21,55,76
+11308,2012-04-21,2,1,4,8,0,6,0,1,0.52,0.5,0.81,0.2537,52,149,201
+11309,2012-04-21,2,1,4,9,0,6,0,1,0.54,0.5152,0.77,0.1642,115,216,331
+11310,2012-04-21,2,1,4,10,0,6,0,1,0.6,0.6061,0.64,0.2836,183,299,482
+11311,2012-04-21,2,1,4,11,0,6,0,1,0.62,0.6061,0.61,0.3284,260,348,608
+11312,2012-04-21,2,1,4,12,0,6,0,1,0.64,0.6212,0.57,0.2239,262,378,640
+11313,2012-04-21,2,1,4,13,0,6,0,1,0.66,0.6212,0.54,0.2239,291,358,649
+11314,2012-04-21,2,1,4,14,0,6,0,1,0.7,0.6364,0.45,0.2836,278,331,609
+11315,2012-04-21,2,1,4,15,0,6,0,1,0.72,0.6515,0.39,0.2537,267,361,628
+11316,2012-04-21,2,1,4,16,0,6,0,1,0.7,0.6364,0.42,0.3284,267,372,639
+11317,2012-04-21,2,1,4,17,0,6,0,2,0.74,0.6515,0.3,0.3881,259,309,568
+11318,2012-04-21,2,1,4,18,0,6,0,2,0.68,0.6364,0.47,0.4925,133,283,416
+11319,2012-04-21,2,1,4,19,0,6,0,3,0.56,0.5303,0.73,0.4925,9,45,54
+11320,2012-04-21,2,1,4,20,0,6,0,3,0.5,0.4848,0.82,0.2985,5,34,39
+11321,2012-04-21,2,1,4,21,0,6,0,3,0.5,0.4848,0.82,0.3881,20,82,102
+11322,2012-04-21,2,1,4,22,0,6,0,1,0.48,0.4697,0.82,0.2985,20,90,110
+11323,2012-04-21,2,1,4,23,0,6,0,2,0.46,0.4545,0.82,0.2836,18,73,91
+11324,2012-04-22,2,1,4,0,0,0,0,2,0.46,0.4545,0.82,0.194,32,85,117
+11325,2012-04-22,2,1,4,1,0,0,0,2,0.46,0.4545,0.82,0.3284,10,63,73
+11326,2012-04-22,2,1,4,2,0,0,0,1,0.46,0.4545,0.72,0.2836,7,49,56
+11327,2012-04-22,2,1,4,3,0,0,0,2,0.44,0.4394,0.82,0.1642,7,33,40
+11328,2012-04-22,2,1,4,4,0,0,0,2,0.44,0.4394,0.77,0.1642,0,7,7
+11329,2012-04-22,2,1,4,5,0,0,0,2,0.44,0.4394,0.77,0.2239,0,6,6
+11330,2012-04-22,2,1,4,6,0,0,0,2,0.44,0.4394,0.72,0.3284,6,6,12
+11331,2012-04-22,2,1,4,7,0,0,0,3,0.42,0.4242,0.77,0.3881,2,22,24
+11332,2012-04-22,2,1,4,8,0,0,0,3,0.4,0.4091,0.82,0.2537,8,43,51
+11333,2012-04-22,2,1,4,9,0,0,0,3,0.4,0.4091,0.82,0.2537,8,71,79
+11334,2012-04-22,2,1,4,10,0,0,0,3,0.38,0.3939,0.82,0.3284,11,57,68
+11335,2012-04-22,2,1,4,11,0,0,0,3,0.38,0.3939,0.87,0.2985,7,70,77
+11336,2012-04-22,2,1,4,12,0,0,0,3,0.38,0.3939,0.87,0.3284,5,56,61
+11337,2012-04-22,2,1,4,13,0,0,0,3,0.38,0.3939,0.82,0.3582,5,47,52
+11338,2012-04-22,2,1,4,14,0,0,0,3,0.38,0.3939,0.87,0.3284,3,50,53
+11339,2012-04-22,2,1,4,15,0,0,0,3,0.38,0.3939,0.87,0.3881,0,38,38
+11340,2012-04-22,2,1,4,16,0,0,0,3,0.38,0.3939,0.87,0.4478,4,32,36
+11341,2012-04-22,2,1,4,17,0,0,0,3,0.36,0.3182,0.93,0.4478,2,25,27
+11342,2012-04-22,2,1,4,18,0,0,0,3,0.36,0.3182,0.93,0.4478,1,38,39
+11343,2012-04-22,2,1,4,19,0,0,0,3,0.36,0.3182,0.87,0.5224,1,34,35
+11344,2012-04-22,2,1,4,20,0,0,0,3,0.36,0.3333,0.93,0.4179,1,34,35
+11345,2012-04-22,2,1,4,21,0,0,0,3,0.36,0.3333,0.87,0.3881,0,11,11
+11346,2012-04-22,2,1,4,22,0,0,0,3,0.34,0.2879,0.87,0.5224,0,13,13
+11347,2012-04-22,2,1,4,23,0,0,0,3,0.36,0.3182,0.81,0.4627,0,17,17
+11348,2012-04-23,2,1,4,0,0,1,1,3,0.36,0.3333,0.81,0.4179,0,6,6
+11349,2012-04-23,2,1,4,1,0,1,1,3,0.34,0.303,0.87,0.3582,1,1,2
+11350,2012-04-23,2,1,4,2,0,1,1,2,0.32,0.303,0.87,0.3284,1,3,4
+11351,2012-04-23,2,1,4,3,0,1,1,2,0.32,0.303,0.81,0.2836,0,1,1
+11352,2012-04-23,2,1,4,4,0,1,1,3,0.3,0.2879,0.81,0.2836,0,3,3
+11353,2012-04-23,2,1,4,5,0,1,1,3,0.3,0.2879,0.81,0.2836,0,14,14
+11354,2012-04-23,2,1,4,6,0,1,1,2,0.3,0.2727,0.81,0.2985,2,43,45
+11355,2012-04-23,2,1,4,7,0,1,1,3,0.3,0.2879,0.81,0.2537,1,206,207
+11356,2012-04-23,2,1,4,8,0,1,1,2,0.3,0.2727,0.75,0.3284,11,471,482
+11357,2012-04-23,2,1,4,9,0,1,1,2,0.3,0.2727,0.75,0.3881,17,255,272
+11358,2012-04-23,2,1,4,10,0,1,1,2,0.32,0.303,0.7,0.3284,12,88,100
+11359,2012-04-23,2,1,4,11,0,1,1,2,0.32,0.2879,0.7,0.3582,10,91,101
+11360,2012-04-23,2,1,4,12,0,1,1,3,0.34,0.303,0.71,0.3582,12,117,129
+11361,2012-04-23,2,1,4,13,0,1,1,3,0.34,0.303,0.66,0.3881,9,98,107
+11362,2012-04-23,2,1,4,14,0,1,1,3,0.36,0.3182,0.62,0.4478,12,102,114
+11363,2012-04-23,2,1,4,15,0,1,1,2,0.36,0.3333,0.62,0.3881,11,101,112
+11364,2012-04-23,2,1,4,16,0,1,1,3,0.3,0.2727,0.81,0.3582,10,93,103
+11365,2012-04-23,2,1,4,17,0,1,1,3,0.3,0.2727,0.82,0.3284,13,219,232
+11366,2012-04-23,2,1,4,18,0,1,1,3,0.32,0.3333,0.81,0.1343,10,369,379
+11367,2012-04-23,2,1,4,19,0,1,1,2,0.34,0.3182,0.76,0.2239,11,287,298
+11368,2012-04-23,2,1,4,20,0,1,1,2,0.32,0.3182,0.76,0.1642,17,186,203
+11369,2012-04-23,2,1,4,21,0,1,1,2,0.32,0.303,0.81,0.2239,7,145,152
+11370,2012-04-23,2,1,4,22,0,1,1,1,0.32,0.3182,0.76,0.194,18,71,89
+11371,2012-04-23,2,1,4,23,0,1,1,1,0.32,0.3182,0.76,0.1642,10,49,59
+11372,2012-04-24,2,1,4,0,0,2,1,2,0.32,0.3333,0.76,0.1343,0,13,13
+11373,2012-04-24,2,1,4,1,0,2,1,2,0.32,0.3333,0.81,0.1343,1,6,7
+11374,2012-04-24,2,1,4,2,0,2,1,1,0.32,0.3182,0.81,0.194,0,3,3
+11375,2012-04-24,2,1,4,3,0,2,1,1,0.32,0.303,0.81,0.2239,0,2,2
+11376,2012-04-24,2,1,4,4,0,2,1,1,0.3,0.2879,0.7,0.194,0,3,3
+11377,2012-04-24,2,1,4,5,0,2,1,1,0.3,0.2879,0.7,0.194,0,22,22
+11378,2012-04-24,2,1,4,6,0,2,1,1,0.3,0.2879,0.7,0.2239,3,117,120
+11379,2012-04-24,2,1,4,7,0,2,1,1,0.32,0.303,0.66,0.2836,3,387,390
+11380,2012-04-24,2,1,4,8,0,2,1,1,0.34,0.3182,0.61,0.2537,12,599,611
+11381,2012-04-24,2,1,4,9,0,2,1,1,0.4,0.4091,0.47,0.3582,6,302,308
+11382,2012-04-24,2,1,4,10,0,2,1,1,0.42,0.4242,0.47,0.2985,33,129,162
+11383,2012-04-24,2,1,4,11,0,2,1,1,0.46,0.4545,0.31,0.3881,27,157,184
+11384,2012-04-24,2,1,4,12,0,2,1,1,0.48,0.4697,0.29,0.3881,36,188,224
+11385,2012-04-24,2,1,4,13,0,2,1,1,0.5,0.4848,0.29,0.3881,35,189,224
+11386,2012-04-24,2,1,4,14,0,2,1,1,0.5,0.4848,0.25,0.3881,50,166,216
+11387,2012-04-24,2,1,4,15,0,2,1,1,0.5,0.4848,0.23,0.4179,60,176,236
+11388,2012-04-24,2,1,4,16,0,2,1,1,0.5,0.4848,0.23,0.194,54,308,362
+11389,2012-04-24,2,1,4,17,0,2,1,1,0.52,0.5,0.22,0.3881,72,619,691
+11390,2012-04-24,2,1,4,18,0,2,1,1,0.5,0.4848,0.18,0,52,580,632
+11391,2012-04-24,2,1,4,19,0,2,1,1,0.5,0.4848,0.18,0.2537,33,449,482
+11392,2012-04-24,2,1,4,20,0,2,1,1,0.48,0.4697,0.21,0.3284,16,269,285
+11393,2012-04-24,2,1,4,21,0,2,1,2,0.46,0.4545,0.28,0.1642,13,213,226
+11394,2012-04-24,2,1,4,22,0,2,1,1,0.44,0.4394,0.35,0.1045,8,149,157
+11395,2012-04-24,2,1,4,23,0,2,1,1,0.42,0.4242,0.38,0.0896,4,69,73
+11396,2012-04-25,2,1,4,0,0,3,1,1,0.44,0.4394,0.38,0,13,23,36
+11397,2012-04-25,2,1,4,1,0,3,1,1,0.42,0.4242,0.41,0,8,17,25
+11398,2012-04-25,2,1,4,2,0,3,1,1,0.36,0.3788,0.62,0,1,6,7
+11399,2012-04-25,2,1,4,3,0,3,1,1,0.32,0.3333,0.7,0.0896,0,3,3
+11400,2012-04-25,2,1,4,4,0,3,1,1,0.34,0.3485,0.66,0.0896,0,6,6
+11401,2012-04-25,2,1,4,5,0,3,1,1,0.34,0.3636,0.66,0,0,24,24
+11402,2012-04-25,2,1,4,6,0,3,1,1,0.34,0.3636,0.66,0,3,103,106
+11403,2012-04-25,2,1,4,7,0,3,1,1,0.34,0.3636,0.71,0,13,376,389
+11404,2012-04-25,2,1,4,8,0,3,1,1,0.36,0.3636,0.76,0.0896,20,634,654
+11405,2012-04-25,2,1,4,9,0,3,1,1,0.42,0.4242,0.54,0,33,288,321
+11406,2012-04-25,2,1,4,10,0,3,1,1,0.52,0.5,0.34,0,44,138,182
+11407,2012-04-25,2,1,4,11,0,3,1,1,0.52,0.5,0.32,0.1343,42,177,219
+11408,2012-04-25,2,1,4,12,0,3,1,1,0.54,0.5152,0.28,0.2836,49,220,269
+11409,2012-04-25,2,1,4,13,0,3,1,1,0.56,0.5303,0.26,0.2239,35,193,228
+11410,2012-04-25,2,1,4,14,0,3,1,1,0.56,0.5303,0.22,0.3582,47,176,223
+11411,2012-04-25,2,1,4,15,0,3,1,1,0.58,0.5455,0.19,0.1642,47,182,229
+11412,2012-04-25,2,1,4,16,0,3,1,1,0.6,0.5909,0.2,0.3284,49,327,376
+11413,2012-04-25,2,1,4,17,0,3,1,1,0.6,0.5909,0.2,0.2985,68,664,732
+11414,2012-04-25,2,1,4,18,0,3,1,1,0.6,0.5909,0.2,0.2836,60,649,709
+11415,2012-04-25,2,1,4,19,0,3,1,1,0.6,0.5909,0.2,0.194,42,501,543
+11416,2012-04-25,2,1,4,20,0,3,1,1,0.56,0.5303,0.22,0.0896,22,358,380
+11417,2012-04-25,2,1,4,21,0,3,1,1,0.52,0.5,0.52,0.1343,27,212,239
+11418,2012-04-25,2,1,4,22,0,3,1,1,0.5,0.4848,0.51,0,22,170,192
+11419,2012-04-25,2,1,4,23,0,3,1,2,0.5,0.4848,0.51,0.0896,10,94,104
+11420,2012-04-26,2,1,4,0,0,4,1,2,0.48,0.4697,0.63,0,1,42,43
+11421,2012-04-26,2,1,4,1,0,4,1,2,0.48,0.4697,0.48,0.0896,1,22,23
+11422,2012-04-26,2,1,4,2,0,4,1,2,0.48,0.4697,0.55,0.1045,3,10,13
+11423,2012-04-26,2,1,4,3,0,4,1,2,0.48,0.4697,0.55,0.0896,1,5,6
+11424,2012-04-26,2,1,4,4,0,4,1,2,0.48,0.4697,0.59,0.0896,1,2,3
+11425,2012-04-26,2,1,4,5,0,4,1,2,0.48,0.4697,0.63,0.1343,0,17,17
+11426,2012-04-26,2,1,4,6,0,4,1,2,0.48,0.4697,0.63,0.2537,5,122,127
+11427,2012-04-26,2,1,4,7,0,4,1,3,0.46,0.4545,0.82,0.3582,3,222,225
+11428,2012-04-26,2,1,4,8,0,4,1,3,0.46,0.4545,0.82,0.194,4,358,362
+11429,2012-04-26,2,1,4,9,0,4,1,3,0.46,0.4545,0.88,0.1642,12,189,201
+11430,2012-04-26,2,1,4,10,0,4,1,2,0.46,0.4545,0.94,0.1642,14,125,139
+11431,2012-04-26,2,1,4,11,0,4,1,2,0.46,0.4545,0.94,0.2239,16,135,151
+11432,2012-04-26,2,1,4,12,0,4,1,2,0.52,0.5,0.83,0.1343,24,180,204
+11433,2012-04-26,2,1,4,13,0,4,1,2,0.5,0.4848,0.82,0.1642,19,178,197
+11434,2012-04-26,2,1,4,14,0,4,1,2,0.54,0.5152,0.77,0.194,37,132,169
+11435,2012-04-26,2,1,4,15,0,4,1,2,0.52,0.5,0.83,0.3284,39,165,204
+11436,2012-04-26,2,1,4,16,0,4,1,2,0.52,0.5,0.83,0.2239,37,281,318
+11437,2012-04-26,2,1,4,17,0,4,1,1,0.54,0.5152,0.77,0.1642,49,565,614
+11438,2012-04-26,2,1,4,18,0,4,1,2,0.54,0.5152,0.77,0.194,75,589,664
+11439,2012-04-26,2,1,4,19,0,4,1,2,0.54,0.5152,0.77,0.2239,57,407,464
+11440,2012-04-26,2,1,4,20,0,4,1,1,0.54,0.5152,0.77,0.194,23,314,337
+11441,2012-04-26,2,1,4,21,0,4,1,1,0.52,0.5,0.83,0.2239,28,222,250
+11442,2012-04-26,2,1,4,22,0,4,1,1,0.52,0.5,0.83,0.1642,20,163,183
+11443,2012-04-26,2,1,4,23,0,4,1,1,0.5,0.4848,0.88,0.1642,6,106,112
+11444,2012-04-27,2,1,4,0,0,5,1,1,0.54,0.5152,0.68,0.5522,12,61,73
+11445,2012-04-27,2,1,4,1,0,5,1,1,0.5,0.4848,0.59,0.4478,3,32,35
+11446,2012-04-27,2,1,4,2,0,5,1,1,0.48,0.4697,0.59,0.4179,4,18,22
+11447,2012-04-27,2,1,4,3,0,5,1,1,0.44,0.4394,0.47,0.4925,1,2,3
+11448,2012-04-27,2,1,4,4,0,5,1,1,0.42,0.4242,0.44,0.2537,0,6,6
+11449,2012-04-27,2,1,4,5,0,5,1,1,0.42,0.4242,0.44,0.3582,0,19,19
+11450,2012-04-27,2,1,4,6,0,5,1,1,0.4,0.4091,0.43,0.2537,5,115,120
+11451,2012-04-27,2,1,4,7,0,5,1,1,0.38,0.3939,0.5,0.2836,10,305,315
+11452,2012-04-27,2,1,4,8,0,5,1,1,0.4,0.4091,0.5,0,17,575,592
+11453,2012-04-27,2,1,4,9,0,5,1,1,0.42,0.4242,0.44,0.4925,42,292,334
+11454,2012-04-27,2,1,4,10,0,5,1,1,0.44,0.4394,0.38,0.4179,64,172,236
+11455,2012-04-27,2,1,4,11,0,5,1,1,0.44,0.4394,0.38,0.3284,47,186,233
+11456,2012-04-27,2,1,4,12,0,5,1,1,0.46,0.4545,0.36,0.3582,63,244,307
+11457,2012-04-27,2,1,4,13,0,5,1,1,0.46,0.4545,0.33,0.3881,94,212,306
+11458,2012-04-27,2,1,4,14,0,5,1,1,0.46,0.4545,0.33,0.3284,94,206,300
+11459,2012-04-27,2,1,4,15,0,5,1,1,0.52,0.5,0.29,0.4925,101,223,324
+11460,2012-04-27,2,1,4,16,0,5,1,1,0.52,0.5,0.29,0.2537,105,335,440
+11461,2012-04-27,2,1,4,17,0,5,1,1,0.54,0.5152,0.24,0.3881,89,613,702
+11462,2012-04-27,2,1,4,18,0,5,1,1,0.52,0.5,0.25,0.3582,94,560,654
+11463,2012-04-27,2,1,4,19,0,5,1,1,0.5,0.4848,0.27,0.3881,62,379,441
+11464,2012-04-27,2,1,4,20,0,5,1,1,0.46,0.4545,0.31,0.2836,49,240,289
+11465,2012-04-27,2,1,4,21,0,5,1,1,0.44,0.4394,0.33,0.2985,23,185,208
+11466,2012-04-27,2,1,4,22,0,5,1,1,0.42,0.4242,0.38,0.2537,24,134,158
+11467,2012-04-27,2,1,4,23,0,5,1,1,0.4,0.4091,0.4,0.2537,11,105,116
+11468,2012-04-28,2,1,4,0,0,6,0,1,0.38,0.3939,0.43,0.1642,4,99,103
+11469,2012-04-28,2,1,4,1,0,6,0,1,0.36,0.3333,0.5,0.2985,7,60,67
+11470,2012-04-28,2,1,4,2,0,6,0,1,0.36,0.3485,0.43,0.1642,8,49,57
+11471,2012-04-28,2,1,4,3,0,6,0,1,0.34,0.3182,0.49,0.2239,3,23,26
+11472,2012-04-28,2,1,4,4,0,6,0,1,0.34,0.3333,0.49,0.1642,0,2,2
+11473,2012-04-28,2,1,4,5,0,6,0,1,0.34,0.3333,0.46,0.1343,2,3,5
+11474,2012-04-28,2,1,4,6,0,6,0,1,0.34,0.3333,0.49,0.194,10,18,28
+11475,2012-04-28,2,1,4,7,0,6,0,1,0.34,0.3333,0.49,0.1642,10,45,55
+11476,2012-04-28,2,1,4,8,0,6,0,1,0.38,0.3939,0.4,0.1343,24,134,158
+11477,2012-04-28,2,1,4,9,0,6,0,2,0.38,0.3939,0.37,0,45,169,214
+11478,2012-04-28,2,1,4,10,0,6,0,2,0.38,0.3939,0.4,0.1642,60,231,291
+11479,2012-04-28,2,1,4,11,0,6,0,2,0.38,0.3939,0.4,0.1045,96,262,358
+11480,2012-04-28,2,1,4,12,0,6,0,2,0.38,0.3939,0.43,0,105,276,381
+11481,2012-04-28,2,1,4,13,0,6,0,2,0.4,0.4091,0.37,0,120,269,389
+11482,2012-04-28,2,1,4,14,0,6,0,1,0.42,0.4242,0.38,0.1045,147,293,440
+11483,2012-04-28,2,1,4,15,0,6,0,1,0.42,0.4242,0.41,0.2239,148,260,408
+11484,2012-04-28,2,1,4,16,0,6,0,2,0.44,0.4394,0.38,0.194,132,244,376
+11485,2012-04-28,2,1,4,17,0,6,0,2,0.42,0.4242,0.41,0.1343,98,224,322
+11486,2012-04-28,2,1,4,18,0,6,0,3,0.4,0.4091,0.47,0,17,73,90
+11487,2012-04-28,2,1,4,19,0,6,0,3,0.36,0.3485,0.71,0.1343,29,110,139
+11488,2012-04-28,2,1,4,20,0,6,0,2,0.38,0.3939,0.66,0,21,81,102
+11489,2012-04-28,2,1,4,21,0,6,0,3,0.36,0.3485,0.71,0.194,12,72,84
+11490,2012-04-28,2,1,4,22,0,6,0,2,0.36,0.3485,0.71,0.1343,17,66,83
+11491,2012-04-28,2,1,4,23,0,6,0,2,0.38,0.3939,0.76,0.0896,5,37,42
+11492,2012-04-29,2,1,4,0,0,0,0,3,0.36,0.3485,0.81,0.1343,0,36,36
+11493,2012-04-29,2,1,4,1,0,0,0,2,0.36,0.3485,0.81,0.1343,5,37,42
+11494,2012-04-29,2,1,4,2,0,0,0,2,0.36,0.3636,0.87,0.1045,4,36,40
+11495,2012-04-29,2,1,4,3,0,0,0,2,0.36,0.3485,0.87,0.194,2,14,16
+11496,2012-04-29,2,1,4,4,0,0,0,2,0.36,0.3485,0.87,0.1343,0,4,4
+11497,2012-04-29,2,1,4,5,0,0,0,1,0.34,0.3636,0.87,0,0,6,6
+11498,2012-04-29,2,1,4,6,0,0,0,1,0.34,0.3333,0.87,0.1343,1,6,7
+11499,2012-04-29,2,1,4,7,0,0,0,2,0.34,0.3333,0.87,0.1343,7,20,27
+11500,2012-04-29,2,1,4,8,0,0,0,1,0.38,0.3939,0.76,0.1343,26,81,107
+11501,2012-04-29,2,1,4,9,0,0,0,1,0.4,0.4091,0.71,0.1343,52,133,185
+11502,2012-04-29,2,1,4,10,0,0,0,1,0.42,0.4242,0.67,0.0896,127,253,380
+11503,2012-04-29,2,1,4,11,0,0,0,1,0.46,0.4545,0.51,0,128,283,411
+11504,2012-04-29,2,1,4,12,0,0,0,1,0.48,0.4697,0.44,0.1045,223,361,584
+11505,2012-04-29,2,1,4,13,0,0,0,1,0.5,0.4848,0.45,0.1045,226,369,595
+11506,2012-04-29,2,1,4,14,0,0,0,1,0.54,0.5152,0.34,0,281,372,653
+11507,2012-04-29,2,1,4,15,0,0,0,1,0.56,0.5303,0.37,0.1343,279,324,603
+11508,2012-04-29,2,1,4,16,0,0,0,1,0.6,0.6061,0.28,0.194,240,347,587
+11509,2012-04-29,2,1,4,17,0,0,0,1,0.62,0.6061,0.27,0.2985,188,334,522
+11510,2012-04-29,2,1,4,18,0,0,0,1,0.6,0.6061,0.26,0.2836,164,323,487
+11511,2012-04-29,2,1,4,19,0,0,0,1,0.56,0.5303,0.35,0.1343,128,247,375
+11512,2012-04-29,2,1,4,20,0,0,0,1,0.56,0.5303,0.32,0.0896,45,198,243
+11513,2012-04-29,2,1,4,21,0,0,0,1,0.52,0.5,0.48,0.1343,65,139,204
+11514,2012-04-29,2,1,4,22,0,0,0,1,0.5,0.4848,0.45,0,23,85,108
+11515,2012-04-29,2,1,4,23,0,0,0,1,0.48,0.4697,0.59,0,15,67,82
+11516,2012-04-30,2,1,4,0,0,1,1,1,0.44,0.4394,0.72,0.1045,12,36,48
+11517,2012-04-30,2,1,4,1,0,1,1,1,0.42,0.4242,0.77,0.0896,9,15,24
+11518,2012-04-30,2,1,4,2,0,1,1,1,0.42,0.4242,0.71,0.1343,3,5,8
+11519,2012-04-30,2,1,4,3,0,1,1,1,0.4,0.4091,0.76,0.1642,0,4,4
+11520,2012-04-30,2,1,4,4,0,1,1,1,0.38,0.3939,0.62,0.2537,0,2,2
+11521,2012-04-30,2,1,4,5,0,1,1,1,0.38,0.3939,0.62,0.2537,1,19,20
+11522,2012-04-30,2,1,4,6,0,1,1,1,0.4,0.4091,0.47,0.194,2,121,123
+11523,2012-04-30,2,1,4,7,0,1,1,1,0.4,0.4091,0.5,0.194,6,343,349
+11524,2012-04-30,2,1,4,8,0,1,1,1,0.4,0.4091,0.43,0.194,17,579,596
+11525,2012-04-30,2,1,4,9,0,1,1,2,0.4,0.4091,0.43,0.194,29,239,268
+11526,2012-04-30,2,1,4,10,0,1,1,2,0.42,0.4242,0.41,0.1642,41,116,157
+11527,2012-04-30,2,1,4,11,0,1,1,2,0.44,0.4394,0.44,0.1045,52,111,163
+11528,2012-04-30,2,1,4,12,0,1,1,2,0.44,0.4394,0.47,0.1343,45,180,225
+11529,2012-04-30,2,1,4,13,0,1,1,2,0.48,0.4697,0.51,0.0896,48,199,247
+11530,2012-04-30,2,1,4,14,0,1,1,2,0.5,0.4848,0.55,0.1343,56,162,218
+11531,2012-04-30,2,1,4,15,0,1,1,2,0.52,0.5,0.55,0.1045,55,176,231
+11532,2012-04-30,2,1,4,16,0,1,1,1,0.56,0.5303,0.6,0.194,44,303,347
+11533,2012-04-30,2,1,4,17,0,1,1,1,0.56,0.5303,0.6,0.1642,66,617,683
+11534,2012-04-30,2,1,4,18,0,1,1,2,0.56,0.5303,0.6,0.2239,53,611,664
+11535,2012-04-30,2,1,4,19,0,1,1,2,0.54,0.5152,0.64,0.2537,51,420,471
+11536,2012-04-30,2,1,4,20,0,1,1,2,0.52,0.5,0.59,0.194,28,281,309
+11537,2012-04-30,2,1,4,21,0,1,1,2,0.52,0.5,0.59,0.194,26,195,221
+11538,2012-04-30,2,1,4,22,0,1,1,2,0.52,0.5,0.55,0.1642,11,123,134
+11539,2012-04-30,2,1,4,23,0,1,1,2,0.52,0.5,0.55,0.2239,10,50,60
+11540,2012-05-01,2,1,5,0,0,2,1,2,0.5,0.4848,0.59,0.194,7,28,35
+11541,2012-05-01,2,1,5,1,0,2,1,2,0.5,0.4848,0.63,0.1343,0,21,21
+11542,2012-05-01,2,1,5,2,0,2,1,2,0.5,0.4848,0.72,0.0896,1,7,8
+11543,2012-05-01,2,1,5,3,0,2,1,2,0.5,0.4848,0.77,0,1,2,3
+11544,2012-05-01,2,1,5,4,0,2,1,2,0.52,0.5,0.72,0.0896,1,7,8
+11545,2012-05-01,2,1,5,5,0,2,1,2,0.52,0.5,0.72,0.0896,0,17,17
+11546,2012-05-01,2,1,5,6,0,2,1,3,0.52,0.5,0.77,0.1045,2,24,26
+11547,2012-05-01,2,1,5,7,0,2,1,2,0.5,0.4848,0.94,0.2537,8,161,169
+11548,2012-05-01,2,1,5,8,0,2,1,2,0.52,0.5,0.94,0.2836,19,538,557
+11549,2012-05-01,2,1,5,9,0,2,1,2,0.54,0.5152,0.88,0.194,18,331,349
+11550,2012-05-01,2,1,5,10,0,2,1,1,0.62,0.5909,0.78,0.2537,30,144,174
+11551,2012-05-01,2,1,5,11,0,2,1,2,0.66,0.6212,0.65,0.2836,50,179,229
+11552,2012-05-01,2,1,5,12,0,2,1,2,0.7,0.6515,0.58,0.2239,41,228,269
+11553,2012-05-01,2,1,5,13,0,2,1,2,0.72,0.6667,0.51,0.2239,41,208,249
+11554,2012-05-01,2,1,5,14,0,2,1,2,0.74,0.6667,0.48,0.2537,37,167,204
+11555,2012-05-01,2,1,5,15,0,2,1,2,0.74,0.6667,0.45,0.2239,48,186,234
+11556,2012-05-01,2,1,5,16,0,2,1,1,0.74,0.6667,0.45,0.194,41,313,354
+11557,2012-05-01,2,1,5,17,0,2,1,1,0.74,0.6667,0.48,0.0896,65,616,681
+11558,2012-05-01,2,1,5,18,0,2,1,1,0.7,0.6515,0.54,0.1343,81,662,743
+11559,2012-05-01,2,1,5,19,0,2,1,1,0.7,0.6515,0.54,0.1343,58,429,487
+11560,2012-05-01,2,1,5,20,0,2,1,1,0.66,0.6212,0.61,0.1642,36,299,335
+11561,2012-05-01,2,1,5,21,0,2,1,1,0.64,0.6061,0.65,0.1343,31,251,282
+11562,2012-05-01,2,1,5,22,0,2,1,1,0.64,0.6061,0.65,0,21,190,211
+11563,2012-05-01,2,1,5,23,0,2,1,1,0.6,0.5758,0.78,0,16,79,95
+11564,2012-05-02,2,1,5,0,0,3,1,1,0.6,0.5758,0.78,0.1045,4,43,47
+11565,2012-05-02,2,1,5,1,0,3,1,1,0.56,0.5303,0.83,0,8,7,15
+11566,2012-05-02,2,1,5,2,0,3,1,1,0.56,0.5303,0.83,0,7,9,16
+11567,2012-05-02,2,1,5,3,0,3,1,1,0.56,0.5303,0.83,0.0896,0,6,6
+11568,2012-05-02,2,1,5,4,0,3,1,1,0.54,0.5152,0.88,0,2,2,4
+11569,2012-05-02,2,1,5,5,0,3,1,1,0.54,0.5152,0.9,0.1343,2,31,33
+11570,2012-05-02,2,1,5,6,0,3,1,3,0.56,0.5303,0.84,0,3,117,120
+11571,2012-05-02,2,1,5,7,0,3,1,2,0.54,0.5152,0.88,0.194,14,344,358
+11572,2012-05-02,2,1,5,8,0,3,1,2,0.56,0.5303,0.88,0,26,640,666
+11573,2012-05-02,2,1,5,9,0,3,1,2,0.56,0.5303,0.88,0,26,289,315
+11574,2012-05-02,2,1,5,10,0,3,1,2,0.58,0.5455,0.83,0.1045,28,147,175
+11575,2012-05-02,2,1,5,11,0,3,1,2,0.58,0.5455,0.81,0.1343,39,145,184
+11576,2012-05-02,2,1,5,12,0,3,1,2,0.58,0.5455,0.83,0.2239,35,210,245
+11577,2012-05-02,2,1,5,13,0,3,1,2,0.58,0.5455,0.78,0.194,49,179,228
+11578,2012-05-02,2,1,5,14,0,3,1,1,0.62,0.6061,0.69,0.0896,51,189,240
+11579,2012-05-02,2,1,5,15,0,3,1,1,0.64,0.6061,0.65,0.194,52,204,256
+11580,2012-05-02,2,1,5,16,0,3,1,1,0.64,0.6061,0.65,0.1642,54,313,367
+11581,2012-05-02,2,1,5,17,0,3,1,1,0.6,0.5909,0.73,0.2537,70,659,729
+11582,2012-05-02,2,1,5,18,0,3,1,1,0.56,0.5303,0.73,0.2239,43,770,813
+11583,2012-05-02,2,1,5,19,0,3,1,1,0.54,0.5152,0.77,0.2537,43,461,504
+11584,2012-05-02,2,1,5,20,0,3,1,1,0.52,0.5,0.77,0.2537,42,296,338
+11585,2012-05-02,2,1,5,21,0,3,1,1,0.52,0.5,0.77,0.2239,21,218,239
+11586,2012-05-02,2,1,5,22,0,3,1,1,0.5,0.4848,0.82,0.2239,27,146,173
+11587,2012-05-02,2,1,5,23,0,3,1,2,0.5,0.4848,0.77,0.2537,21,77,98
+11588,2012-05-03,2,1,5,0,0,4,1,2,0.48,0.4697,0.82,0.2239,15,75,90
+11589,2012-05-03,2,1,5,1,0,4,1,2,0.46,0.4545,0.88,0.1045,9,15,24
+11590,2012-05-03,2,1,5,2,0,4,1,2,0.46,0.4545,0.88,0.1343,4,13,17
+11591,2012-05-03,2,1,5,3,0,4,1,2,0.46,0.4545,0.88,0,2,4,6
+11592,2012-05-03,2,1,5,4,0,4,1,2,0.46,0.4545,0.88,0.2537,0,2,2
+11593,2012-05-03,2,1,5,5,0,4,1,2,0.46,0.4545,0.88,0.2537,1,20,21
+11594,2012-05-03,2,1,5,6,0,4,1,2,0.46,0.4545,0.88,0.1642,8,128,136
+11595,2012-05-03,2,1,5,7,0,4,1,3,0.44,0.4394,0.94,0.1045,8,376,384
+11596,2012-05-03,2,1,5,8,0,4,1,3,0.46,0.4545,0.88,0.194,19,608,627
+11597,2012-05-03,2,1,5,9,0,4,1,2,0.48,0.4697,0.88,0.1045,25,279,304
+11598,2012-05-03,2,1,5,10,0,4,1,2,0.52,0.5,0.77,0,36,132,168
+11599,2012-05-03,2,1,5,11,0,4,1,1,0.54,0.5152,0.77,0,34,167,201
+11600,2012-05-03,2,1,5,12,0,4,1,1,0.56,0.5303,0.73,0.1343,64,237,301
+11601,2012-05-03,2,1,5,13,0,4,1,1,0.6,0.5909,0.69,0.194,48,217,265
+11602,2012-05-03,2,1,5,14,0,4,1,1,0.64,0.6061,0.65,0.194,33,171,204
+11603,2012-05-03,2,1,5,15,0,4,1,1,0.66,0.6212,0.61,0.194,63,220,283
+11604,2012-05-03,2,1,5,16,0,4,1,1,0.68,0.6364,0.57,0.1642,45,325,370
+11605,2012-05-03,2,1,5,17,0,4,1,1,0.72,0.6667,0.54,0.1343,87,617,704
+11606,2012-05-03,2,1,5,18,0,4,1,1,0.72,0.6667,0.58,0.1343,64,642,706
+11607,2012-05-03,2,1,5,19,0,4,1,1,0.7,0.6515,0.61,0.194,55,467,522
+11608,2012-05-03,2,1,5,20,0,4,1,1,0.64,0.6061,0.73,0.194,52,368,420
+11609,2012-05-03,2,1,5,21,0,4,1,1,0.62,0.5909,0.78,0.1343,42,257,299
+11610,2012-05-03,2,1,5,22,0,4,1,1,0.62,0.5909,0.78,0,29,217,246
+11611,2012-05-03,2,1,5,23,0,4,1,1,0.6,0.5606,0.83,0,21,100,121
+11612,2012-05-04,2,1,5,0,0,5,1,1,0.6,0.5758,0.78,0.3284,19,70,89
+11613,2012-05-04,2,1,5,1,0,5,1,1,0.6,0.5758,0.78,0.1045,15,33,48
+11614,2012-05-04,2,1,5,2,0,5,1,1,0.58,0.5455,0.83,0.1343,0,11,11
+11615,2012-05-04,2,1,5,3,0,5,1,1,0.56,0.5303,0.88,0.2239,0,14,14
+11616,2012-05-04,2,1,5,4,0,5,1,1,0.56,0.5303,0.88,0.194,0,4,4
+11617,2012-05-04,2,1,5,5,0,5,1,1,0.56,0.5303,0.88,0.194,0,24,24
+11618,2012-05-04,2,1,5,6,0,5,1,1,0.54,0.5152,0.94,0.1045,8,127,135
+11619,2012-05-04,2,1,5,7,0,5,1,1,0.56,0.5303,0.88,0,9,347,356
+11620,2012-05-04,2,1,5,8,0,5,1,1,0.56,0.5303,0.88,0,34,584,618
+11621,2012-05-04,2,1,5,9,0,5,1,1,0.6,0.5758,0.78,0,32,262,294
+11622,2012-05-04,2,1,5,10,0,5,1,2,0.62,0.5909,0.73,0.1343,45,154,199
+11623,2012-05-04,2,1,5,11,0,5,1,2,0.7,0.6515,0.61,0,77,181,258
+11624,2012-05-04,2,1,5,12,0,5,1,3,0.62,0.5909,0.78,0.3582,46,125,171
+11625,2012-05-04,2,1,5,13,0,5,1,2,0.64,0.6061,0.73,0,71,207,278
+11626,2012-05-04,2,1,5,14,0,5,1,2,0.66,0.6212,0.74,0.2836,83,159,242
+11627,2012-05-04,2,1,5,15,0,5,1,2,0.72,0.6818,0.62,0.1045,103,240,343
+11628,2012-05-04,2,1,5,16,0,5,1,1,0.76,0.6818,0.48,0.1642,82,358,440
+11629,2012-05-04,2,1,5,17,0,5,1,1,0.7,0.6515,0.54,0.4627,96,547,643
+11630,2012-05-04,2,1,5,18,0,5,1,1,0.7,0.6515,0.54,0.4627,77,564,641
+11631,2012-05-04,2,1,5,19,0,5,1,1,0.7,0.6515,0.51,0.1343,64,388,452
+11632,2012-05-04,2,1,5,20,0,5,1,1,0.68,0.6364,0.51,0.1045,58,255,313
+11633,2012-05-04,2,1,5,21,0,5,1,1,0.64,0.6061,0.69,0.194,49,186,235
+11634,2012-05-04,2,1,5,22,0,5,1,1,0.6,0.5606,0.83,0.1343,50,182,232
+11635,2012-05-04,2,1,5,23,0,5,1,1,0.6,0.5606,0.83,0.0896,51,205,256
+11636,2012-05-05,2,1,5,0,0,6,0,1,0.6,0.5606,0.83,0,42,111,153
+11637,2012-05-05,2,1,5,1,0,6,0,1,0.6,0.5606,0.83,0,28,79,107
+11638,2012-05-05,2,1,5,2,0,6,0,1,0.58,0.5455,0.88,0,24,51,75
+11639,2012-05-05,2,1,5,3,0,6,0,1,0.58,0.5455,0.83,0,11,21,32
+11640,2012-05-05,2,1,5,4,0,6,0,1,0.56,0.5303,0.88,0.1045,0,9,9
+11641,2012-05-05,2,1,5,5,0,6,0,1,0.56,0.5303,0.88,0.0896,8,14,22
+11642,2012-05-05,2,1,5,6,0,6,0,2,0.54,0.5152,0.94,0,9,33,42
+11643,2012-05-05,2,1,5,7,0,6,0,1,0.56,0.5303,0.88,0,8,79,87
+11644,2012-05-05,2,1,5,8,0,6,0,1,0.58,0.5455,0.83,0.0896,42,155,197
+11645,2012-05-05,2,1,5,9,0,6,0,1,0.62,0.5909,0.78,0.1045,61,223,284
+11646,2012-05-05,2,1,5,10,0,6,0,1,0.66,0.6212,0.65,0.1343,148,284,432
+11647,2012-05-05,2,1,5,11,0,6,0,1,0.7,0.6515,0.58,0.0896,221,354,575
+11648,2012-05-05,2,1,5,12,0,6,0,1,0.72,0.6667,0.58,0.1045,220,330,550
+11649,2012-05-05,2,1,5,13,0,6,0,1,0.74,0.6818,0.55,0.1343,217,307,524
+11650,2012-05-05,2,1,5,14,0,6,0,3,0.7,0.6515,0.61,0.2985,187,241,428
+11651,2012-05-05,2,1,5,15,0,6,0,3,0.66,0.6212,0.74,0.194,241,300,541
+11652,2012-05-05,2,1,5,16,0,6,0,2,0.68,0.6364,0.65,0.3881,230,310,540
+11653,2012-05-05,2,1,5,17,0,6,0,2,0.68,0.6364,0.65,0.2985,204,298,502
+11654,2012-05-05,2,1,5,18,0,6,0,2,0.66,0.6212,0.69,0.3582,156,278,434
+11655,2012-05-05,2,1,5,19,0,6,0,2,0.62,0.5909,0.73,0.3284,151,254,405
+11656,2012-05-05,2,1,5,20,0,6,0,1,0.6,0.5758,0.78,0.2537,100,209,309
+11657,2012-05-05,2,1,5,21,0,6,0,2,0.58,0.5455,0.78,0.2239,86,183,269
+11658,2012-05-05,2,1,5,22,0,6,0,2,0.58,0.5455,0.78,0.194,67,150,217
+11659,2012-05-05,2,1,5,23,0,6,0,2,0.56,0.5303,0.83,0.2836,35,114,149
+11660,2012-05-06,2,1,5,0,0,0,0,2,0.56,0.5303,0.83,0.1343,23,111,134
+11661,2012-05-06,2,1,5,1,0,0,0,2,0.54,0.5152,0.83,0.2239,37,84,121
+11662,2012-05-06,2,1,5,2,0,0,0,2,0.54,0.5152,0.83,0.2836,29,64,93
+11663,2012-05-06,2,1,5,3,0,0,0,2,0.54,0.5152,0.83,0.194,9,19,28
+11664,2012-05-06,2,1,5,4,0,0,0,3,0.52,0.5,0.83,0.1642,9,7,16
+11665,2012-05-06,2,1,5,5,0,0,0,3,0.52,0.5,0.83,0.1642,1,10,11
+11666,2012-05-06,2,1,5,6,0,0,0,3,0.52,0.5,0.83,0.2239,3,14,17
+11667,2012-05-06,2,1,5,7,0,0,0,3,0.52,0.5,0.83,0.1642,5,31,36
+11668,2012-05-06,2,1,5,8,0,0,0,2,0.5,0.4848,0.88,0.1343,23,91,114
+11669,2012-05-06,2,1,5,9,0,0,0,2,0.52,0.5,0.83,0.1642,63,128,191
+11670,2012-05-06,2,1,5,10,0,0,0,2,0.54,0.5152,0.77,0.1045,112,221,333
+11671,2012-05-06,2,1,5,11,0,0,0,1,0.56,0.5303,0.73,0.1045,144,270,414
+11672,2012-05-06,2,1,5,12,0,0,0,2,0.6,0.6061,0.64,0.0896,207,351,558
+11673,2012-05-06,2,1,5,13,0,0,0,2,0.6,0.6061,0.64,0,197,368,565
+11674,2012-05-06,2,1,5,14,0,0,0,2,0.6,0.6061,0.64,0.1045,226,292,518
+11675,2012-05-06,2,1,5,15,0,0,0,2,0.62,0.6061,0.61,0.1045,229,342,571
+11676,2012-05-06,2,1,5,16,0,0,0,2,0.62,0.6061,0.61,0,181,363,544
+11677,2012-05-06,2,1,5,17,0,0,0,2,0.62,0.6061,0.65,0.1343,195,316,511
+11678,2012-05-06,2,1,5,18,0,0,0,2,0.62,0.6061,0.61,0.194,131,332,463
+11679,2012-05-06,2,1,5,19,0,0,0,2,0.6,0.6061,0.64,0.1642,117,266,383
+11680,2012-05-06,2,1,5,20,0,0,0,1,0.6,0.6061,0.64,0.194,73,203,276
+11681,2012-05-06,2,1,5,21,0,0,0,1,0.56,0.5303,0.73,0.194,55,148,203
+11682,2012-05-06,2,1,5,22,0,0,0,1,0.56,0.5303,0.73,0.1642,44,113,157
+11683,2012-05-06,2,1,5,23,0,0,0,1,0.52,0.5,0.77,0.194,22,80,102
+11684,2012-05-07,2,1,5,0,0,1,1,2,0.52,0.5,0.77,0.1343,13,21,34
+11685,2012-05-07,2,1,5,1,0,1,1,2,0.52,0.5,0.77,0.194,1,8,9
+11686,2012-05-07,2,1,5,2,0,1,1,1,0.5,0.4848,0.77,0.194,1,5,6
+11687,2012-05-07,2,1,5,3,0,1,1,1,0.5,0.4848,0.77,0.194,2,3,5
+11688,2012-05-07,2,1,5,4,0,1,1,2,0.46,0.4545,0.88,0.1343,0,2,2
+11689,2012-05-07,2,1,5,5,0,1,1,1,0.46,0.4545,0.88,0.1045,2,21,23
+11690,2012-05-07,2,1,5,6,0,1,1,1,0.46,0.4545,0.88,0.1045,8,134,142
+11691,2012-05-07,2,1,5,7,0,1,1,2,0.48,0.4697,0.82,0.1045,18,367,385
+11692,2012-05-07,2,1,5,8,0,1,1,2,0.5,0.4848,0.82,0.194,31,608,639
+11693,2012-05-07,2,1,5,9,0,1,1,2,0.5,0.4848,0.82,0.2239,61,289,350
+11694,2012-05-07,2,1,5,10,0,1,1,2,0.52,0.5,0.77,0.194,62,128,190
+11695,2012-05-07,2,1,5,11,0,1,1,2,0.54,0.5152,0.73,0.194,64,149,213
+11696,2012-05-07,2,1,5,12,0,1,1,2,0.56,0.5303,0.68,0.2239,74,189,263
+11697,2012-05-07,2,1,5,13,0,1,1,2,0.6,0.6212,0.53,0.3284,75,197,272
+11698,2012-05-07,2,1,5,14,0,1,1,2,0.62,0.6212,0.5,0.3582,59,180,239
+11699,2012-05-07,2,1,5,15,0,1,1,2,0.62,0.6212,0.53,0.2985,76,186,262
+11700,2012-05-07,2,1,5,16,0,1,1,2,0.6,0.6212,0.53,0.3881,68,320,388
+11701,2012-05-07,2,1,5,17,0,1,1,2,0.6,0.6212,0.53,0.3284,102,667,769
+11702,2012-05-07,2,1,5,18,0,1,1,2,0.6,0.6212,0.53,0.3582,78,602,680
+11703,2012-05-07,2,1,5,19,0,1,1,1,0.58,0.5455,0.56,0.3284,83,463,546
+11704,2012-05-07,2,1,5,20,0,1,1,1,0.54,0.5152,0.52,0.2836,46,277,323
+11705,2012-05-07,2,1,5,21,0,1,1,2,0.54,0.5152,0.45,0.2239,37,210,247
+11706,2012-05-07,2,1,5,22,0,1,1,2,0.54,0.5152,0.45,0.2537,26,147,173
+11707,2012-05-07,2,1,5,23,0,1,1,2,0.54,0.5152,0.45,0.194,21,92,113
+11708,2012-05-08,2,1,5,0,0,2,1,2,0.52,0.5,0.52,0.2537,10,28,38
+11709,2012-05-08,2,1,5,1,0,2,1,2,0.52,0.5,0.59,0.2239,6,3,9
+11710,2012-05-08,2,1,5,2,0,2,1,2,0.52,0.5,0.63,0.2985,9,7,16
+11711,2012-05-08,2,1,5,3,0,2,1,2,0.52,0.5,0.68,0.2836,2,4,6
+11712,2012-05-08,2,1,5,4,0,2,1,2,0.52,0.5,0.68,0.3284,0,5,5
+11713,2012-05-08,2,1,5,5,0,2,1,2,0.52,0.5,0.72,0.2836,0,20,20
+11714,2012-05-08,2,1,5,6,0,2,1,1,0.5,0.4848,0.77,0.2985,7,158,165
+11715,2012-05-08,2,1,5,7,0,2,1,1,0.52,0.5,0.72,0.2836,21,442,463
+11716,2012-05-08,2,1,5,8,0,2,1,2,0.54,0.5152,0.73,0.2985,36,605,641
+11717,2012-05-08,2,1,5,9,0,2,1,2,0.56,0.5303,0.68,0.3582,37,258,295
+11718,2012-05-08,2,1,5,10,0,2,1,2,0.58,0.5455,0.68,0.4179,46,111,157
+11719,2012-05-08,2,1,5,11,0,2,1,2,0.6,0.6061,0.64,0.3881,60,157,217
+11720,2012-05-08,2,1,5,12,0,2,1,2,0.62,0.6061,0.65,0.3284,60,203,263
+11721,2012-05-08,2,1,5,13,0,2,1,3,0.64,0.6061,0.65,0.2537,53,166,219
+11722,2012-05-08,2,1,5,14,0,2,1,3,0.62,0.6061,0.69,0.3284,8,63,71
+11723,2012-05-08,2,1,5,15,0,2,1,3,0.62,0.5909,0.73,0.2537,40,94,134
+11724,2012-05-08,2,1,5,16,0,2,1,3,0.64,0.6061,0.73,0.2239,54,335,389
+11725,2012-05-08,2,1,5,17,0,2,1,2,0.64,0.6061,0.69,0.2836,77,640,717
+11726,2012-05-08,2,1,5,18,0,2,1,2,0.64,0.6061,0.69,0.2836,69,641,710
+11727,2012-05-08,2,1,5,19,0,2,1,2,0.64,0.6061,0.69,0.2836,59,399,458
+11728,2012-05-08,2,1,5,20,0,2,1,2,0.64,0.6061,0.69,0.2836,40,262,302
+11729,2012-05-08,2,1,5,21,0,2,1,2,0.64,0.6061,0.65,0.2836,21,202,223
+11730,2012-05-08,2,1,5,22,0,2,1,3,0.6,0.5758,0.78,0.2537,13,134,147
+11731,2012-05-08,2,1,5,23,0,2,1,3,0.6,0.5758,0.78,0.3284,10,53,63
+11732,2012-05-09,2,1,5,0,0,3,1,2,0.58,0.5455,0.83,0.194,8,27,35
+11733,2012-05-09,2,1,5,1,0,3,1,2,0.6,0.5758,0.78,0.2537,3,11,14
+11734,2012-05-09,2,1,5,2,0,3,1,3,0.56,0.5303,0.88,0.4478,0,1,1
+11735,2012-05-09,2,1,5,3,0,3,1,3,0.56,0.5303,0.88,0.1642,0,2,2
+11736,2012-05-09,2,1,5,4,0,3,1,3,0.56,0.5303,0.88,0.2239,0,5,5
+11737,2012-05-09,2,1,5,5,0,3,1,2,0.56,0.5303,0.88,0.1343,1,27,28
+11738,2012-05-09,2,1,5,6,0,3,1,2,0.56,0.5303,0.88,0.1045,5,121,126
+11739,2012-05-09,2,1,5,7,0,3,1,2,0.56,0.5303,0.94,0.194,17,401,418
+11740,2012-05-09,2,1,5,8,0,3,1,2,0.6,0.5606,0.83,0.1343,28,594,622
+11741,2012-05-09,2,1,5,9,0,3,1,2,0.6,0.5606,0.83,0,40,285,325
+11742,2012-05-09,2,1,5,10,0,3,1,2,0.62,0.6061,0.65,0.2537,40,113,153
+11743,2012-05-09,2,1,5,11,0,3,1,2,0.62,0.6212,0.59,0.2985,45,156,201
+11744,2012-05-09,2,1,5,12,0,3,1,2,0.62,0.6212,0.57,0.2239,58,222,280
+11745,2012-05-09,2,1,5,13,0,3,1,2,0.64,0.6212,0.53,0.2537,50,216,266
+11746,2012-05-09,2,1,5,14,0,3,1,2,0.64,0.6212,0.53,0.2537,68,175,243
+11747,2012-05-09,2,1,5,15,0,3,1,2,0.64,0.6212,0.53,0.1045,68,191,259
+11748,2012-05-09,2,1,5,16,0,3,1,2,0.66,0.6212,0.5,0.194,68,289,357
+11749,2012-05-09,2,1,5,17,0,3,1,2,0.64,0.6212,0.53,0.1343,76,629,705
+11750,2012-05-09,2,1,5,18,0,3,1,3,0.52,0.5,0.77,0.5821,23,349,372
+11751,2012-05-09,2,1,5,19,0,3,1,3,0.5,0.4848,0.77,0.3582,2,96,98
+11752,2012-05-09,2,1,5,20,0,3,1,3,0.5,0.4848,0.82,0.2239,3,48,51
+11753,2012-05-09,2,1,5,21,0,3,1,3,0.5,0.4848,0.82,0.1642,4,30,34
+11754,2012-05-09,2,1,5,22,0,3,1,3,0.48,0.4697,0.82,0.1045,5,62,67
+11755,2012-05-09,2,1,5,23,0,3,1,3,0.48,0.4697,0.82,0.194,8,47,55
+11756,2012-05-10,2,1,5,0,0,4,1,3,0.5,0.4848,0.77,0.1642,2,31,33
+11757,2012-05-10,2,1,5,1,0,4,1,2,0.48,0.4697,0.88,0.1343,2,9,11
+11758,2012-05-10,2,1,5,2,0,4,1,2,0.48,0.4697,0.88,0.1045,0,3,3
+11759,2012-05-10,2,1,5,3,0,4,1,1,0.46,0.4545,0.88,0.2239,0,3,3
+11760,2012-05-10,2,1,5,4,0,4,1,1,0.46,0.4545,0.77,0.194,0,2,2
+11761,2012-05-10,2,1,5,5,0,4,1,1,0.46,0.4545,0.72,0.2985,1,23,24
+11762,2012-05-10,2,1,5,6,0,4,1,1,0.44,0.4394,0.72,0.2239,9,130,139
+11763,2012-05-10,2,1,5,7,0,4,1,1,0.44,0.4394,0.72,0.2985,8,393,401
+11764,2012-05-10,2,1,5,8,0,4,1,1,0.46,0.4545,0.67,0.3582,27,603,630
+11765,2012-05-10,2,1,5,9,0,4,1,1,0.5,0.4848,0.59,0.4627,62,299,361
+11766,2012-05-10,2,1,5,10,0,4,1,1,0.5,0.4848,0.51,0.4179,42,112,154
+11767,2012-05-10,2,1,5,11,0,4,1,1,0.52,0.5,0.48,0.5224,77,179,256
+11768,2012-05-10,2,1,5,12,0,4,1,1,0.52,0.5,0.48,0.4179,65,207,272
+11769,2012-05-10,2,1,5,13,0,4,1,1,0.54,0.5152,0.39,0.4478,90,228,318
+11770,2012-05-10,2,1,5,14,0,4,1,1,0.56,0.5303,0.37,0.4179,61,186,247
+11771,2012-05-10,2,1,5,15,0,4,1,1,0.54,0.5152,0.37,0.3881,79,192,271
+11772,2012-05-10,2,1,5,16,0,4,1,1,0.58,0.5455,0.3,0.4627,87,334,421
+11773,2012-05-10,2,1,5,17,0,4,1,1,0.6,0.6212,0.31,0.3881,84,648,732
+11774,2012-05-10,2,1,5,18,0,4,1,1,0.56,0.5303,0.35,0.5224,109,661,770
+11775,2012-05-10,2,1,5,19,0,4,1,1,0.54,0.5152,0.37,0.3582,84,469,553
+11776,2012-05-10,2,1,5,20,0,4,1,1,0.52,0.5,0.4,0.3284,59,315,374
+11777,2012-05-10,2,1,5,21,0,4,1,1,0.5,0.4848,0.42,0.194,19,211,230
+11778,2012-05-10,2,1,5,22,0,4,1,1,0.5,0.4848,0.42,0.1045,36,196,232
+11779,2012-05-10,2,1,5,23,0,4,1,1,0.48,0.4697,0.48,0.1045,23,112,135
+11780,2012-05-11,2,1,5,0,0,5,1,1,0.46,0.4545,0.55,0.1045,17,47,64
+11781,2012-05-11,2,1,5,1,0,5,1,1,0.46,0.4545,0.51,0.1343,14,32,46
+11782,2012-05-11,2,1,5,2,0,5,1,1,0.46,0.4545,0.44,0.1642,15,16,31
+11783,2012-05-11,2,1,5,3,0,5,1,1,0.46,0.4545,0.41,0.2836,5,8,13
+11784,2012-05-11,2,1,5,4,0,5,1,1,0.42,0.4242,0.5,0.194,3,6,9
+11785,2012-05-11,2,1,5,5,0,5,1,1,0.42,0.4242,0.47,0.1642,3,23,26
+11786,2012-05-11,2,1,5,6,0,5,1,1,0.42,0.4242,0.5,0.2537,7,128,135
+11787,2012-05-11,2,1,5,7,0,5,1,1,0.42,0.4242,0.5,0.2537,6,345,351
+11788,2012-05-11,2,1,5,8,0,5,1,1,0.46,0.4545,0.44,0.2537,41,579,620
+11789,2012-05-11,2,1,5,9,0,5,1,1,0.48,0.4697,0.41,0.2985,34,288,322
+11790,2012-05-11,2,1,5,10,0,5,1,1,0.52,0.5,0.36,0.3284,69,141,210
+11791,2012-05-11,2,1,5,11,0,5,1,1,0.56,0.5303,0.35,0.2537,88,203,291
+11792,2012-05-11,2,1,5,12,0,5,1,1,0.56,0.5303,0.28,0.4179,89,259,348
+11793,2012-05-11,2,1,5,13,0,5,1,1,0.6,0.6061,0.26,0.3881,100,263,363
+11794,2012-05-11,2,1,5,14,0,5,1,1,0.62,0.6061,0.23,0.2239,116,218,334
+11795,2012-05-11,2,1,5,15,0,5,1,1,0.62,0.6061,0.25,0.194,140,299,439
+11796,2012-05-11,2,1,5,16,0,5,1,1,0.62,0.6061,0.25,0.3284,128,397,525
+11797,2012-05-11,2,1,5,17,0,5,1,1,0.64,0.6061,0.23,0.2537,102,677,779
+11798,2012-05-11,2,1,5,18,0,5,1,1,0.64,0.6061,0.23,0.2836,78,518,596
+11799,2012-05-11,2,1,5,19,0,5,1,1,0.64,0.6061,0.23,0.2537,73,430,503
+11800,2012-05-11,2,1,5,20,0,5,1,1,0.62,0.6061,0.25,0.1343,64,277,341
+11801,2012-05-11,2,1,5,21,0,5,1,1,0.6,0.6061,0.28,0.1045,45,225,270
+11802,2012-05-11,2,1,5,22,0,5,1,1,0.56,0.5303,0.35,0.2239,44,190,234
+11803,2012-05-11,2,1,5,23,0,5,1,1,0.54,0.5152,0.37,0.194,38,142,180
+11804,2012-05-12,2,1,5,0,0,6,0,1,0.52,0.5,0.42,0.1642,25,111,136
+11805,2012-05-12,2,1,5,1,0,6,0,1,0.5,0.4848,0.48,0,14,79,93
+11806,2012-05-12,2,1,5,2,0,6,0,1,0.46,0.4545,0.59,0.1343,10,46,56
+11807,2012-05-12,2,1,5,3,0,6,0,1,0.48,0.4697,0.59,0,14,20,34
+11808,2012-05-12,2,1,5,4,0,6,0,1,0.44,0.4394,0.67,0.1045,3,6,9
+11809,2012-05-12,2,1,5,5,0,6,0,1,0.42,0.4242,0.67,0.1343,5,8,13
+11810,2012-05-12,2,1,5,6,0,6,0,1,0.42,0.4242,0.67,0.0896,10,23,33
+11811,2012-05-12,2,1,5,7,0,6,0,1,0.42,0.4242,0.71,0.1343,10,57,67
+11812,2012-05-12,2,1,5,8,0,6,0,1,0.52,0.5,0.48,0,22,156,178
+11813,2012-05-12,2,1,5,9,0,6,0,1,0.54,0.5152,0.49,0,87,248,335
+11814,2012-05-12,2,1,5,10,0,6,0,1,0.56,0.5303,0.49,0.0896,132,279,411
+11815,2012-05-12,2,1,5,11,0,6,0,1,0.62,0.6212,0.41,0.0896,157,365,522
+11816,2012-05-12,2,1,5,12,0,6,0,1,0.64,0.6212,0.36,0.1642,206,353,559
+11817,2012-05-12,2,1,5,13,0,6,0,1,0.64,0.6212,0.36,0.194,293,366,659
+11818,2012-05-12,2,1,5,14,0,6,0,1,0.66,0.6212,0.36,0.194,257,358,615
+11819,2012-05-12,2,1,5,15,0,6,0,1,0.68,0.6212,0.24,0.194,269,321,590
+11820,2012-05-12,2,1,5,16,0,6,0,2,0.7,0.6364,0.21,0.194,254,337,591
+11821,2012-05-12,2,1,5,17,0,6,0,2,0.66,0.6212,0.36,0.194,233,343,576
+11822,2012-05-12,2,1,5,18,0,6,0,2,0.66,0.6212,0.31,0.194,164,382,546
+11823,2012-05-12,2,1,5,19,0,6,0,2,0.64,0.6212,0.36,0.1642,166,273,439
+11824,2012-05-12,2,1,5,20,0,6,0,1,0.62,0.6212,0.46,0.1642,113,174,287
+11825,2012-05-12,2,1,5,21,0,6,0,2,0.6,0.6061,0.6,0.1343,74,156,230
+11826,2012-05-12,2,1,5,22,0,6,0,1,0.56,0.5303,0.68,0.1343,62,212,274
+11827,2012-05-12,2,1,5,23,0,6,0,1,0.58,0.5455,0.56,0.0896,42,134,176
+11828,2012-05-13,2,1,5,0,0,0,0,1,0.56,0.5303,0.64,0.1642,19,79,98
+11829,2012-05-13,2,1,5,1,0,0,0,2,0.54,0.5152,0.68,0.1343,22,72,94
+11830,2012-05-13,2,1,5,2,0,0,0,2,0.54,0.5152,0.68,0.1642,22,60,82
+11831,2012-05-13,2,1,5,3,0,0,0,2,0.54,0.5152,0.64,0.1343,2,26,28
+11832,2012-05-13,2,1,5,4,0,0,0,2,0.54,0.5152,0.68,0.194,2,7,9
+11833,2012-05-13,2,1,5,5,0,0,0,1,0.52,0.5,0.72,0.194,4,8,12
+11834,2012-05-13,2,1,5,6,0,0,0,1,0.52,0.5,0.68,0.1642,6,15,21
+11835,2012-05-13,2,1,5,7,0,0,0,1,0.52,0.5,0.68,0.1642,18,42,60
+11836,2012-05-13,2,1,5,8,0,0,0,1,0.56,0.5303,0.64,0.1642,32,124,156
+11837,2012-05-13,2,1,5,9,0,0,0,1,0.6,0.6212,0.56,0.1343,79,143,222
+11838,2012-05-13,2,1,5,10,0,0,0,1,0.6,0.6061,0.6,0.2537,128,222,350
+11839,2012-05-13,2,1,5,11,0,0,0,1,0.62,0.6212,0.57,0.2537,150,278,428
+11840,2012-05-13,2,1,5,12,0,0,0,1,0.64,0.6212,0.57,0.2239,189,342,531
+11841,2012-05-13,2,1,5,13,0,0,0,1,0.68,0.6364,0.54,0.2537,255,347,602
+11842,2012-05-13,2,1,5,14,0,0,0,1,0.7,0.6515,0.48,0.1343,228,324,552
+11843,2012-05-13,2,1,5,15,0,0,0,1,0.72,0.6515,0.45,0.3582,190,309,499
+11844,2012-05-13,2,1,5,16,0,0,0,1,0.72,0.6515,0.42,0.2537,225,339,564
+11845,2012-05-13,2,1,5,17,0,0,0,1,0.7,0.6364,0.45,0.4179,191,287,478
+11846,2012-05-13,2,1,5,18,0,0,0,2,0.68,0.6364,0.44,0.3582,129,260,389
+11847,2012-05-13,2,1,5,19,0,0,0,2,0.66,0.6212,0.5,0.4179,107,232,339
+11848,2012-05-13,2,1,5,20,0,0,0,2,0.66,0.6212,0.5,0.2836,67,163,230
+11849,2012-05-13,2,1,5,21,0,0,0,2,0.64,0.6212,0.53,0.194,48,121,169
+11850,2012-05-13,2,1,5,22,0,0,0,2,0.62,0.6061,0.61,0.1642,42,89,131
+11851,2012-05-13,2,1,5,23,0,0,0,2,0.62,0.6212,0.57,0.2239,17,57,74
+11852,2012-05-14,2,1,5,0,0,1,1,2,0.6,0.6212,0.56,0.2537,21,14,35
+11853,2012-05-14,2,1,5,1,0,1,1,2,0.6,0.6061,0.6,0.2836,5,6,11
+11854,2012-05-14,2,1,5,2,0,1,1,1,0.6,0.6061,0.6,0.2985,1,1,2
+11855,2012-05-14,2,1,5,3,0,1,1,2,0.58,0.5455,0.68,0.3284,0,2,2
+11856,2012-05-14,2,1,5,4,0,1,1,2,0.54,0.5152,0.77,0.2239,3,3,6
+11857,2012-05-14,2,1,5,5,0,1,1,2,0.54,0.5152,0.77,0.1642,1,25,26
+11858,2012-05-14,2,1,5,6,0,1,1,3,0.52,0.5,0.94,0.2985,3,62,65
+11859,2012-05-14,2,1,5,7,0,1,1,3,0.52,0.5,0.94,0.194,3,72,75
+11860,2012-05-14,2,1,5,8,0,1,1,3,0.54,0.5152,0.88,0.2239,1,155,156
+11861,2012-05-14,2,1,5,9,0,1,1,3,0.54,0.5152,0.88,0.2836,5,105,110
+11862,2012-05-14,2,1,5,10,0,1,1,3,0.54,0.5152,0.88,0.2537,6,53,59
+11863,2012-05-14,2,1,5,11,0,1,1,2,0.56,0.5303,0.83,0.2239,12,67,79
+11864,2012-05-14,2,1,5,12,0,1,1,2,0.56,0.5303,0.88,0.2836,53,132,185
+11865,2012-05-14,2,1,5,13,0,1,1,2,0.62,0.5909,0.73,0.2239,33,143,176
+11866,2012-05-14,2,1,5,14,0,1,1,2,0.62,0.5909,0.73,0.2537,43,128,171
+11867,2012-05-14,2,1,5,15,0,1,1,2,0.62,0.5909,0.73,0.1642,40,156,196
+11868,2012-05-14,2,1,5,16,0,1,1,3,0.62,0.6061,0.69,0.2836,20,91,111
+11869,2012-05-14,2,1,5,17,0,1,1,3,0.56,0.5303,0.88,0.2537,25,204,229
+11870,2012-05-14,2,1,5,18,0,1,1,2,0.58,0.5455,0.83,0,17,283,300
+11871,2012-05-14,2,1,5,19,0,1,1,3,0.58,0.5455,0.88,0.1343,10,294,304
+11872,2012-05-14,2,1,5,20,0,1,1,2,0.58,0.5455,0.88,0.194,11,178,189
+11873,2012-05-14,2,1,5,21,0,1,1,2,0.58,0.5455,0.83,0.0896,7,145,152
+11874,2012-05-14,2,1,5,22,0,1,1,2,0.58,0.5455,0.78,0.0896,11,118,129
+11875,2012-05-14,2,1,5,23,0,1,1,2,0.58,0.5455,0.78,0.1045,11,64,75
+11876,2012-05-15,2,1,5,0,0,2,1,2,0.56,0.5303,0.88,0.1343,7,25,32
+11877,2012-05-15,2,1,5,1,0,2,1,3,0.56,0.5303,0.88,0.1343,5,14,19
+11878,2012-05-15,2,1,5,2,0,2,1,2,0.56,0.5303,0.88,0.1343,1,3,4
+11879,2012-05-15,2,1,5,3,0,2,1,3,0.58,0.5455,0.83,0.1343,1,5,6
+11880,2012-05-15,2,1,5,4,0,2,1,3,0.56,0.5303,0.94,0,1,4,5
+11881,2012-05-15,2,1,5,5,0,2,1,3,0.56,0.5303,0.94,0.2239,0,8,8
+11882,2012-05-15,2,1,5,6,0,2,1,3,0.56,0.5303,0.94,0.2239,2,22,24
+11883,2012-05-15,2,1,5,7,0,2,1,3,0.56,0.5303,0.94,0.1343,1,91,92
+11884,2012-05-15,2,1,5,8,0,2,1,2,0.58,0.5455,0.88,0.0896,8,401,409
+11885,2012-05-15,2,1,5,9,0,2,1,2,0.58,0.5455,0.88,0.0896,28,327,355
+11886,2012-05-15,2,1,5,10,0,2,1,1,0.62,0.5909,0.78,0.1045,27,144,171
+11887,2012-05-15,2,1,5,11,0,2,1,1,0.64,0.5909,0.78,0.194,38,186,224
+11888,2012-05-15,2,1,5,12,0,2,1,1,0.64,0.6061,0.73,0.194,44,220,264
+11889,2012-05-15,2,1,5,13,0,2,1,3,0.64,0.6061,0.73,0.194,35,204,239
+11890,2012-05-15,2,1,5,14,0,2,1,2,0.64,0.6061,0.73,0.194,39,145,184
+11891,2012-05-15,2,1,5,15,0,2,1,2,0.7,0.6515,0.61,0.0896,51,205,256
+11892,2012-05-15,2,1,5,16,0,2,1,1,0.68,0.6364,0.65,0.1642,74,300,374
+11893,2012-05-15,2,1,5,17,0,2,1,1,0.68,0.6364,0.65,0.1045,75,603,678
+11894,2012-05-15,2,1,5,18,0,2,1,1,0.7,0.6515,0.61,0.0896,68,665,733
+11895,2012-05-15,2,1,5,19,0,2,1,1,0.66,0.6212,0.69,0.1642,57,455,512
+11896,2012-05-15,2,1,5,20,0,2,1,3,0.64,0.6061,0.73,0.1343,30,233,263
+11897,2012-05-15,2,1,5,21,0,2,1,3,0.64,0.6061,0.73,0.2836,11,98,109
+11898,2012-05-15,2,1,5,22,0,2,1,1,0.58,0.5455,0.78,0.2239,9,74,83
+11899,2012-05-15,2,1,5,23,0,2,1,3,0.56,0.5303,0.88,0.1045,13,58,71
+11900,2012-05-16,2,1,5,0,0,3,1,2,0.58,0.5455,0.88,0,12,27,39
+11901,2012-05-16,2,1,5,1,0,3,1,2,0.58,0.5455,0.88,0.1343,7,14,21
+11902,2012-05-16,2,1,5,2,0,3,1,1,0.56,0.5303,0.94,0.194,5,14,19
+11903,2012-05-16,2,1,5,3,0,3,1,1,0.56,0.5303,0.88,0.1045,1,5,6
+11904,2012-05-16,2,1,5,4,0,3,1,1,0.54,0.5152,0.94,0.1343,1,3,4
+11905,2012-05-16,2,1,5,5,0,3,1,1,0.54,0.5152,0.94,0.1045,4,34,38
+11906,2012-05-16,2,1,5,6,0,3,1,1,0.54,0.5152,0.94,0.0896,8,150,158
+11907,2012-05-16,2,1,5,7,0,3,1,1,0.56,0.5303,0.83,0,14,426,440
+11908,2012-05-16,2,1,5,8,0,3,1,1,0.58,0.5455,0.83,0,33,617,650
+11909,2012-05-16,2,1,5,9,0,3,1,2,0.6,0.5758,0.78,0.1343,33,314,347
+11910,2012-05-16,2,1,5,10,0,3,1,1,0.66,0.6212,0.61,0,43,149,192
+11911,2012-05-16,2,1,5,11,0,3,1,1,0.7,0.6515,0.54,0.1343,55,212,267
+11912,2012-05-16,2,1,5,12,0,3,1,1,0.7,0.6515,0.54,0.194,59,271,330
+11913,2012-05-16,2,1,5,13,0,3,1,1,0.72,0.6515,0.42,0,77,273,350
+11914,2012-05-16,2,1,5,14,0,3,1,1,0.72,0.6515,0.42,0.0896,42,221,263
+11915,2012-05-16,2,1,5,15,0,3,1,2,0.72,0.6667,0.48,0.1045,52,222,274
+11916,2012-05-16,2,1,5,16,0,3,1,1,0.72,0.6515,0.45,0.1045,70,376,446
+11917,2012-05-16,2,1,5,17,0,3,1,1,0.72,0.6667,0.51,0.194,104,769,873
+11918,2012-05-16,2,1,5,18,0,3,1,1,0.72,0.6667,0.51,0.2239,97,749,846
+11919,2012-05-16,2,1,5,19,0,3,1,1,0.7,0.6515,0.54,0.2836,91,499,590
+11920,2012-05-16,2,1,5,20,0,3,1,1,0.66,0.6212,0.65,0.2537,61,398,459
+11921,2012-05-16,2,1,5,21,0,3,1,1,0.64,0.6061,0.73,0.194,63,330,393
+11922,2012-05-16,2,1,5,22,0,3,1,1,0.64,0.6061,0.73,0.1642,33,253,286
+11923,2012-05-16,2,1,5,23,0,3,1,1,0.62,0.5909,0.78,0.1045,26,107,133
+11924,2012-05-17,2,1,5,0,0,4,1,1,0.6,0.5758,0.78,0.1343,30,49,79
+11925,2012-05-17,2,1,5,1,0,4,1,1,0.6,0.5606,0.83,0.1642,12,16,28
+11926,2012-05-17,2,1,5,2,0,4,1,1,0.6,0.5758,0.78,0.1642,8,8,16
+11927,2012-05-17,2,1,5,3,0,4,1,1,0.6,0.5909,0.73,0.2537,0,3,3
+11928,2012-05-17,2,1,5,4,0,4,1,1,0.6,0.6061,0.64,0.3284,3,13,16
+11929,2012-05-17,2,1,5,5,0,4,1,1,0.56,0.5303,0.68,0.3284,1,34,35
+11930,2012-05-17,2,1,5,6,0,4,1,1,0.54,0.5152,0.73,0.3582,10,149,159
+11931,2012-05-17,2,1,5,7,0,4,1,1,0.54,0.5152,0.73,0.3881,25,449,474
+11932,2012-05-17,2,1,5,8,0,4,1,1,0.52,0.5,0.55,0.4478,29,605,634
+11933,2012-05-17,2,1,5,9,0,4,1,1,0.54,0.5152,0.52,0.4179,57,289,346
+11934,2012-05-17,2,1,5,10,0,4,1,1,0.56,0.5303,0.52,0.2537,43,162,205
+11935,2012-05-17,2,1,5,11,0,4,1,1,0.58,0.5455,0.49,0.2239,77,202,279
+11936,2012-05-17,2,1,5,12,0,4,1,1,0.6,0.6212,0.43,0.194,72,276,348
+11937,2012-05-17,2,1,5,13,0,4,1,1,0.62,0.6212,0.41,0.194,86,241,327
+11938,2012-05-17,2,1,5,14,0,4,1,1,0.64,0.6212,0.38,0.194,68,202,270
+11939,2012-05-17,2,1,5,15,0,4,1,1,0.64,0.6212,0.36,0.2537,83,233,316
+11940,2012-05-17,2,1,5,16,0,4,1,1,0.66,0.6212,0.31,0.194,86,344,430
+11941,2012-05-17,2,1,5,17,0,4,1,1,0.66,0.6212,0.31,0.1343,133,719,852
+11942,2012-05-17,2,1,5,18,0,4,1,1,0.66,0.6212,0.27,0.1642,134,734,868
+11943,2012-05-17,2,1,5,19,0,4,1,1,0.64,0.6212,0.31,0.194,86,451,537
+11944,2012-05-17,2,1,5,20,0,4,1,1,0.6,0.6212,0.4,0.194,83,363,446
+11945,2012-05-17,2,1,5,21,0,4,1,1,0.58,0.5455,0.4,0.1045,45,254,299
+11946,2012-05-17,2,1,5,22,0,4,1,1,0.56,0.5303,0.43,0.0896,42,209,251
+11947,2012-05-17,2,1,5,23,0,4,1,1,0.54,0.5152,0.49,0.1343,29,137,166
+11948,2012-05-18,2,1,5,0,0,5,1,1,0.52,0.5,0.59,0.1045,13,57,70
+11949,2012-05-18,2,1,5,1,0,5,1,1,0.5,0.4848,0.59,0.0896,16,33,49
+11950,2012-05-18,2,1,5,2,0,5,1,1,0.48,0.4697,0.67,0.1343,12,9,21
+11951,2012-05-18,2,1,5,3,0,5,1,1,0.46,0.4545,0.72,0.0896,6,8,14
+11952,2012-05-18,2,1,5,4,0,5,1,1,0.46,0.4545,0.77,0.1642,0,11,11
+11953,2012-05-18,2,1,5,5,0,5,1,1,0.46,0.4545,0.77,0.1045,1,33,34
+11954,2012-05-18,2,1,5,6,0,5,1,1,0.44,0.4394,0.77,0.1343,14,168,182
+11955,2012-05-18,2,1,5,7,0,5,1,1,0.46,0.4545,0.82,0.1045,40,475,515
+11956,2012-05-18,2,1,5,8,0,5,1,1,0.52,0.5,0.59,0.1343,49,696,745
+11957,2012-05-18,2,1,5,9,0,5,1,1,0.56,0.5303,0.56,0.1045,57,304,361
+11958,2012-05-18,2,1,5,10,0,5,1,1,0.6,0.6212,0.46,0.1343,74,181,255
+11959,2012-05-18,2,1,5,11,0,5,1,1,0.62,0.6212,0.43,0,109,225,334
+11960,2012-05-18,2,1,5,12,0,5,1,1,0.62,0.6212,0.41,0.194,108,252,360
+11961,2012-05-18,2,1,5,13,0,5,1,1,0.64,0.6212,0.36,0.1642,98,297,395
+11962,2012-05-18,2,1,5,14,0,5,1,1,0.66,0.6212,0.34,0.1343,108,242,350
+11963,2012-05-18,2,1,5,15,0,5,1,1,0.66,0.6212,0.36,0.194,131,260,391
+11964,2012-05-18,2,1,5,16,0,5,1,1,0.66,0.6212,0.34,0.2537,151,417,568
+11965,2012-05-18,2,1,5,17,0,5,1,1,0.66,0.6212,0.34,0.1343,124,688,812
+11966,2012-05-18,2,1,5,18,0,5,1,1,0.64,0.6212,0.38,0.2239,99,570,669
+11967,2012-05-18,2,1,5,19,0,5,1,1,0.62,0.6212,0.41,0.194,91,392,483
+11968,2012-05-18,2,1,5,20,0,5,1,1,0.62,0.6212,0.41,0.1642,73,264,337
+11969,2012-05-18,2,1,5,21,0,5,1,1,0.6,0.6212,0.4,0,49,209,258
+11970,2012-05-18,2,1,5,22,0,5,1,1,0.56,0.5303,0.52,0.3284,57,194,251
+11971,2012-05-18,2,1,5,23,0,5,1,1,0.52,0.5,0.55,0,41,133,174
+11972,2012-05-19,2,1,5,0,0,6,0,1,0.52,0.5,0.48,0.1045,30,118,148
+11973,2012-05-19,2,1,5,1,0,6,0,1,0.5,0.4848,0.48,0,20,84,104
+11974,2012-05-19,2,1,5,2,0,6,0,1,0.5,0.4848,0.51,0.1045,13,56,69
+11975,2012-05-19,2,1,5,3,0,6,0,1,0.5,0.4848,0.48,0.1045,10,23,33
+11976,2012-05-19,2,1,5,4,0,6,0,1,0.48,0.4697,0.59,0.0896,6,8,14
+11977,2012-05-19,2,1,5,5,0,6,0,1,0.46,0.4545,0.67,0,1,11,12
+11978,2012-05-19,2,1,5,6,0,6,0,1,0.44,0.4394,0.72,0.0896,12,38,50
+11979,2012-05-19,2,1,5,7,0,6,0,1,0.46,0.4545,0.67,0.1045,28,67,95
+11980,2012-05-19,2,1,5,8,0,6,0,1,0.52,0.5,0.52,0.1642,33,162,195
+11981,2012-05-19,2,1,5,9,0,6,0,1,0.56,0.5303,0.43,0.1642,79,213,292
+11982,2012-05-19,2,1,5,10,0,6,0,1,0.56,0.5303,0.43,0,177,275,452
+11983,2012-05-19,2,1,5,11,0,6,0,1,0.62,0.6212,0.38,0.0896,235,351,586
+11984,2012-05-19,2,1,5,12,0,6,0,1,0.66,0.6212,0.36,0,276,366,642
+11985,2012-05-19,2,1,5,13,0,6,0,1,0.7,0.6364,0.37,0.1343,332,372,704
+11986,2012-05-19,2,1,5,14,0,6,0,1,0.72,0.6515,0.3,0.0896,361,369,730
+11987,2012-05-19,2,1,5,15,0,6,0,1,0.72,0.6515,0.3,0.1045,356,316,672
+11988,2012-05-19,2,1,5,16,0,6,0,1,0.74,0.6515,0.3,0.1045,331,311,642
+11989,2012-05-19,2,1,5,17,0,6,0,1,0.74,0.6515,0.3,0.0896,279,347,626
+11990,2012-05-19,2,1,5,18,0,6,0,1,0.74,0.6515,0.33,0.0896,254,391,645
+11991,2012-05-19,2,1,5,19,0,6,0,1,0.7,0.6364,0.39,0.1343,203,229,432
+11992,2012-05-19,2,1,5,20,0,6,0,1,0.68,0.6364,0.41,0.0896,118,197,315
+11993,2012-05-19,2,1,5,21,0,6,0,1,0.64,0.6212,0.5,0,81,178,259
+11994,2012-05-19,2,1,5,22,0,6,0,1,0.64,0.6212,0.47,0,104,234,338
+11995,2012-05-19,2,1,5,23,0,6,0,1,0.6,0.6212,0.56,0.1642,71,168,239
+11996,2012-05-20,2,1,5,0,0,0,0,1,0.58,0.5455,0.53,0.1045,42,128,170
+11997,2012-05-20,2,1,5,1,0,0,0,1,0.56,0.5303,0.52,0,28,102,130
+11998,2012-05-20,2,1,5,2,0,0,0,1,0.56,0.5303,0.52,0,36,62,98
+11999,2012-05-20,2,1,5,3,0,0,0,1,0.54,0.5152,0.56,0.0896,26,40,66
+12000,2012-05-20,2,1,5,4,0,0,0,1,0.52,0.5,0.68,0.0896,2,14,16
+12001,2012-05-20,2,1,5,5,0,0,0,1,0.5,0.4848,0.72,0.1045,1,7,8
+12002,2012-05-20,2,1,5,6,0,0,0,1,0.5,0.4848,0.63,0.1343,4,21,25
+12003,2012-05-20,2,1,5,7,0,0,0,1,0.52,0.5,0.68,0.194,35,55,90
+12004,2012-05-20,2,1,5,8,0,0,0,1,0.56,0.5303,0.56,0.1642,51,120,171
+12005,2012-05-20,2,1,5,9,0,0,0,1,0.62,0.6212,0.32,0.2537,129,184,313
+12006,2012-05-20,2,1,5,10,0,0,0,1,0.66,0.6212,0.34,0.2985,174,258,432
+12007,2012-05-20,2,1,5,11,0,0,0,1,0.66,0.6212,0.36,0.3284,258,323,581
+12008,2012-05-20,2,1,5,12,0,0,0,1,0.68,0.6364,0.36,0.3284,247,390,637
+12009,2012-05-20,2,1,5,13,0,0,0,1,0.7,0.6364,0.37,0.2836,244,363,607
+12010,2012-05-20,2,1,5,14,0,0,0,1,0.72,0.6515,0.39,0.3881,236,307,543
+12011,2012-05-20,2,1,5,15,0,0,0,2,0.7,0.6364,0.39,0.4179,246,256,502
+12012,2012-05-20,2,1,5,16,0,0,0,1,0.72,0.6515,0.42,0.3582,238,339,577
+12013,2012-05-20,2,1,5,17,0,0,0,1,0.72,0.6515,0.45,0.3284,209,340,549
+12014,2012-05-20,2,1,5,18,0,0,0,1,0.7,0.6515,0.51,0.3284,146,328,474
+12015,2012-05-20,2,1,5,19,0,0,0,1,0.66,0.6212,0.61,0.4179,142,260,402
+12016,2012-05-20,2,1,5,20,0,0,0,1,0.66,0.6212,0.61,0.4179,83,191,274
+12017,2012-05-20,2,1,5,21,0,0,0,1,0.64,0.6061,0.69,0.3881,51,182,233
+12018,2012-05-20,2,1,5,22,0,0,0,1,0.62,0.5909,0.73,0.3284,44,101,145
+12019,2012-05-20,2,1,5,23,0,0,0,3,0.6,0.5758,0.78,0.3582,32,54,86
+12020,2012-05-21,2,1,5,0,0,1,1,3,0.58,0.5455,0.88,0.2985,12,28,40
+12021,2012-05-21,2,1,5,1,0,1,1,3,0.58,0.5455,0.88,0.3582,4,11,15
+12022,2012-05-21,2,1,5,2,0,1,1,3,0.56,0.5303,0.94,0.2537,2,9,11
+12023,2012-05-21,2,1,5,3,0,1,1,2,0.56,0.5303,0.88,0.2985,0,2,2
+12024,2012-05-21,2,1,5,4,0,1,1,3,0.56,0.5303,0.88,0.2985,2,5,7
+12025,2012-05-21,2,1,5,5,0,1,1,3,0.56,0.5303,0.88,0.2985,1,14,15
+12026,2012-05-21,2,1,5,6,0,1,1,3,0.56,0.5303,0.88,0.2985,3,76,79
+12027,2012-05-21,2,1,5,7,0,1,1,3,0.56,0.5303,0.88,0.2985,7,146,153
+12028,2012-05-21,2,1,5,8,0,1,1,3,0.56,0.5303,0.88,0.2537,12,258,270
+12029,2012-05-21,2,1,5,9,0,1,1,3,0.56,0.5303,0.88,0.2239,14,172,186
+12030,2012-05-21,2,1,5,10,0,1,1,3,0.58,0.5455,0.88,0.2836,28,71,99
+12031,2012-05-21,2,1,5,11,0,1,1,2,0.6,0.5606,0.83,0.1642,24,82,106
+12032,2012-05-21,2,1,5,12,0,1,1,2,0.6,0.5606,0.83,0.2537,46,124,170
+12033,2012-05-21,2,1,5,13,0,1,1,3,0.6,0.5606,0.83,0.2537,49,135,184
+12034,2012-05-21,2,1,5,14,0,1,1,3,0.6,0.5606,0.83,0.194,45,135,180
+12035,2012-05-21,2,1,5,15,0,1,1,2,0.64,0.6061,0.73,0.194,67,158,225
+12036,2012-05-21,2,1,5,16,0,1,1,2,0.64,0.6061,0.73,0.2537,46,269,315
+12037,2012-05-21,2,1,5,17,0,1,1,2,0.66,0.6212,0.69,0.2537,40,468,508
+12038,2012-05-21,2,1,5,18,0,1,1,1,0.64,0.6061,0.73,0.1045,52,478,530
+12039,2012-05-21,2,1,5,19,0,1,1,1,0.66,0.6212,0.69,0.0896,57,391,448
+12040,2012-05-21,2,1,5,20,0,1,1,1,0.64,0.6061,0.69,0.1343,44,292,336
+12041,2012-05-21,2,1,5,21,0,1,1,1,0.62,0.6061,0.69,0.0896,31,210,241
+12042,2012-05-21,2,1,5,22,0,1,1,2,0.62,0.5909,0.73,0.1642,26,116,142
+12043,2012-05-21,2,1,5,23,0,1,1,1,0.62,0.5909,0.73,0.2836,18,79,97
+12044,2012-05-22,2,1,5,0,0,2,1,1,0.58,0.5455,0.83,0.2537,10,26,36
+12045,2012-05-22,2,1,5,1,0,2,1,2,0.58,0.5455,0.83,0.1343,11,16,27
+12046,2012-05-22,2,1,5,2,0,2,1,2,0.58,0.5455,0.83,0.1045,1,10,11
+12047,2012-05-22,2,1,5,3,0,2,1,2,0.58,0.5455,0.83,0.1045,0,5,5
+12048,2012-05-22,2,1,5,4,0,2,1,2,0.56,0.5303,0.88,0.1642,0,7,7
+12049,2012-05-22,2,1,5,5,0,2,1,3,0.56,0.5303,0.88,0.194,0,17,17
+12050,2012-05-22,2,1,5,6,0,2,1,3,0.56,0.5303,0.88,0.1045,8,129,137
+12051,2012-05-22,2,1,5,7,0,2,1,3,0.56,0.5303,0.88,0.1045,9,315,324
+12052,2012-05-22,2,1,5,8,0,2,1,2,0.56,0.5303,0.88,0.1343,20,570,590
+12053,2012-05-22,2,1,5,9,0,2,1,2,0.6,0.5606,0.83,0.1045,46,287,333
+12054,2012-05-22,2,1,5,10,0,2,1,2,0.6,0.5758,0.78,0.0896,52,148,200
+12055,2012-05-22,2,1,5,11,0,2,1,2,0.6,0.5758,0.78,0,39,150,189
+12056,2012-05-22,2,1,5,12,0,2,1,2,0.62,0.5909,0.78,0.1045,76,178,254
+12057,2012-05-22,2,1,5,13,0,2,1,2,0.64,0.6061,0.73,0,48,195,243
+12058,2012-05-22,2,1,5,14,0,2,1,2,0.64,0.6061,0.73,0.1045,73,149,222
+12059,2012-05-22,2,1,5,15,0,2,1,1,0.7,0.6515,0.61,0.0896,54,191,245
+12060,2012-05-22,2,1,5,16,0,2,1,1,0.68,0.6364,0.61,0.1045,70,316,386
+12061,2012-05-22,2,1,5,17,0,2,1,1,0.72,0.6667,0.54,0,69,716,785
+12062,2012-05-22,2,1,5,18,0,2,1,1,0.68,0.6364,0.61,0.1343,76,709,785
+12063,2012-05-22,2,1,5,19,0,2,1,1,0.66,0.6212,0.69,0.2239,44,320,364
+12064,2012-05-22,2,1,5,20,0,2,1,1,0.64,0.6061,0.73,0.2537,54,319,373
+12065,2012-05-22,2,1,5,21,0,2,1,1,0.62,0.5909,0.78,0.1343,28,233,261
+12066,2012-05-22,2,1,5,22,0,2,1,1,0.62,0.5909,0.73,0.0896,17,157,174
+12067,2012-05-22,2,1,5,23,0,2,1,1,0.62,0.5909,0.73,0.1045,14,91,105
+12068,2012-05-23,2,1,5,0,0,3,1,1,0.62,0.5909,0.78,0.1343,19,28,47
+12069,2012-05-23,2,1,5,1,0,3,1,1,0.6,0.5606,0.83,0.1642,23,9,32
+12070,2012-05-23,2,1,5,2,0,3,1,2,0.6,0.5606,0.83,0.1642,2,10,12
+12071,2012-05-23,2,1,5,3,0,3,1,1,0.6,0.5758,0.78,0.1045,0,5,5
+12072,2012-05-23,2,1,5,4,0,3,1,3,0.58,0.5455,0.83,0.194,0,3,3
+12073,2012-05-23,2,1,5,5,0,3,1,3,0.56,0.5303,0.88,0.2537,6,29,35
+12074,2012-05-23,2,1,5,6,0,3,1,1,0.56,0.5303,0.88,0.1045,6,154,160
+12075,2012-05-23,2,1,5,7,0,3,1,1,0.58,0.5455,0.83,0,16,452,468
+12076,2012-05-23,2,1,5,8,0,3,1,1,0.58,0.5455,0.83,0,38,681,719
+12077,2012-05-23,2,1,5,9,0,3,1,2,0.62,0.5909,0.78,0,39,258,297
+12078,2012-05-23,2,1,5,10,0,3,1,1,0.62,0.5909,0.78,0.0896,52,139,191
+12079,2012-05-23,2,1,5,11,0,3,1,1,0.64,0.6061,0.73,0,46,151,197
+12080,2012-05-23,2,1,5,12,0,3,1,2,0.66,0.6212,0.69,0.0896,42,206,248
+12081,2012-05-23,2,1,5,13,0,3,1,2,0.66,0.6212,0.74,0.1642,69,201,270
+12082,2012-05-23,2,1,5,14,0,3,1,1,0.68,0.6364,0.65,0.1343,67,181,248
+12083,2012-05-23,2,1,5,15,0,3,1,2,0.7,0.6515,0.61,0,65,192,257
+12084,2012-05-23,2,1,5,16,0,3,1,3,0.7,0.6515,0.61,0.0896,62,216,278
+12085,2012-05-23,2,1,5,17,0,3,1,3,0.64,0.6061,0.69,0.1045,45,240,285
+12086,2012-05-23,2,1,5,18,0,3,1,3,0.64,0.6061,0.69,0.1045,31,296,327
+12087,2012-05-23,2,1,5,19,0,3,1,2,0.62,0.5758,0.83,0.1642,40,336,376
+12088,2012-05-23,2,1,5,20,0,3,1,2,0.62,0.5758,0.83,0.0896,28,267,295
+12089,2012-05-23,2,1,5,21,0,3,1,2,0.62,0.5758,0.83,0,24,221,245
+12090,2012-05-23,2,1,5,22,0,3,1,2,0.62,0.5758,0.83,0.1642,23,136,159
+12091,2012-05-23,2,1,5,23,0,3,1,1,0.6,0.5606,0.83,0.1343,23,83,106
+12092,2012-05-24,2,1,5,0,0,4,1,1,0.6,0.5606,0.83,0.0896,7,49,56
+12093,2012-05-24,2,1,5,1,0,4,1,1,0.6,0.5455,0.88,0.0896,9,21,30
+12094,2012-05-24,2,1,5,2,0,4,1,1,0.6,0.5455,0.88,0,1,15,16
+12095,2012-05-24,2,1,5,3,0,4,1,2,0.6,0.5455,0.88,0.1045,1,3,4
+12096,2012-05-24,2,1,5,4,0,4,1,2,0.6,0.5455,0.88,0.1642,0,5,5
+12097,2012-05-24,2,1,5,5,0,4,1,2,0.6,0.5455,0.88,0.1642,1,29,30
+12098,2012-05-24,2,1,5,6,0,4,1,2,0.6,0.5455,0.88,0.1642,10,146,156
+12099,2012-05-24,2,1,5,7,0,4,1,1,0.6,0.5606,0.83,0.1045,22,393,415
+12100,2012-05-24,2,1,5,8,0,4,1,1,0.62,0.5909,0.73,0.1343,33,659,692
+12101,2012-05-24,2,1,5,9,0,4,1,1,0.62,0.5909,0.73,0.1642,34,267,301
+12102,2012-05-24,2,1,5,10,0,4,1,1,0.64,0.6061,0.65,0.1343,47,138,185
+12103,2012-05-24,2,1,5,11,0,4,1,1,0.66,0.6212,0.65,0.1343,61,160,221
+12104,2012-05-24,2,1,5,12,0,4,1,1,0.7,0.6515,0.58,0.1045,76,213,289
+12105,2012-05-24,2,1,5,13,0,4,1,1,0.72,0.6667,0.54,0.1642,69,233,302
+12106,2012-05-24,2,1,5,14,0,4,1,1,0.74,0.6818,0.55,0.2239,72,180,252
+12107,2012-05-24,2,1,5,15,0,4,1,1,0.74,0.6818,0.55,0.2537,69,222,291
+12108,2012-05-24,2,1,5,16,0,4,1,1,0.74,0.6818,0.55,0.3582,61,329,390
+12109,2012-05-24,2,1,5,17,0,4,1,1,0.74,0.6818,0.55,0.2836,120,678,798
+12110,2012-05-24,2,1,5,18,0,4,1,1,0.72,0.6667,0.54,0.3284,118,634,752
+12111,2012-05-24,2,1,5,19,0,4,1,1,0.7,0.6515,0.61,0.2985,76,416,492
+12112,2012-05-24,2,1,5,20,0,4,1,2,0.66,0.6212,0.69,0.2836,55,343,398
+12113,2012-05-24,2,1,5,21,0,4,1,3,0.64,0.5909,0.78,0.1642,48,237,285
+12114,2012-05-24,2,1,5,22,0,4,1,2,0.64,0.5909,0.78,0.1045,33,210,243
+12115,2012-05-24,2,1,5,23,0,4,1,2,0.64,0.5909,0.78,0.1343,36,131,167
+12116,2012-05-25,2,1,5,0,0,5,1,1,0.62,0.5758,0.83,0.1343,10,63,73
+12117,2012-05-25,2,1,5,1,0,5,1,1,0.62,0.5758,0.83,0.0896,8,34,42
+12118,2012-05-25,2,1,5,2,0,5,1,2,0.62,0.5758,0.83,0,7,16,23
+12119,2012-05-25,2,1,5,3,0,5,1,2,0.62,0.5606,0.88,0.1045,8,6,14
+12120,2012-05-25,2,1,5,4,0,5,1,2,0.62,0.5606,0.88,0,3,6,9
+12121,2012-05-25,2,1,5,5,0,5,1,2,0.62,0.5606,0.88,0.0896,2,28,30
+12122,2012-05-25,2,1,5,6,0,5,1,2,0.62,0.5606,0.88,0.1045,5,108,113
+12123,2012-05-25,2,1,5,7,0,5,1,2,0.62,0.5606,0.88,0.1642,7,352,359
+12124,2012-05-25,2,1,5,8,0,5,1,2,0.64,0.5758,0.89,0.1045,32,551,583
+12125,2012-05-25,2,1,5,9,0,5,1,2,0.64,0.5758,0.89,0.1343,52,288,340
+12126,2012-05-25,2,1,5,10,0,5,1,1,0.68,0.6364,0.79,0.1642,69,163,232
+12127,2012-05-25,2,1,5,11,0,5,1,1,0.68,0.6364,0.79,0.1343,90,193,283
+12128,2012-05-25,2,1,5,12,0,5,1,1,0.72,0.6818,0.66,0.1045,84,237,321
+12129,2012-05-25,2,1,5,13,0,5,1,1,0.74,0.6818,0.62,0.1343,86,247,333
+12130,2012-05-25,2,1,5,14,0,5,1,1,0.74,0.6818,0.58,0.1343,104,263,367
+12131,2012-05-25,2,1,5,15,0,5,1,1,0.76,0.7121,0.62,0.194,106,360,466
+12132,2012-05-25,2,1,5,16,0,5,1,1,0.78,0.7121,0.52,0.2239,137,447,584
+12133,2012-05-25,2,1,5,17,0,5,1,1,0.76,0.7121,0.62,0.2836,124,529,653
+12134,2012-05-25,2,1,5,18,0,5,1,1,0.76,0.7121,0.62,0.194,131,391,522
+12135,2012-05-25,2,1,5,19,0,5,1,1,0.74,0.6818,0.62,0.2537,111,293,404
+12136,2012-05-25,2,1,5,20,0,5,1,1,0.7,0.6515,0.65,0.1642,80,270,350
+12137,2012-05-25,2,1,5,21,0,5,1,1,0.7,0.6515,0.65,0.1343,62,193,255
+12138,2012-05-25,2,1,5,22,0,5,1,1,0.66,0.6212,0.74,0.1045,65,147,212
+12139,2012-05-25,2,1,5,23,0,5,1,1,0.66,0.6061,0.78,0.2239,34,132,166
+12140,2012-05-26,2,1,5,0,0,6,0,1,0.64,0.5758,0.83,0.1642,18,98,116
+12141,2012-05-26,2,1,5,1,0,6,0,1,0.64,0.5758,0.83,0.1343,18,64,82
+12142,2012-05-26,2,1,5,2,0,6,0,1,0.64,0.5758,0.89,0.1343,9,55,64
+12143,2012-05-26,2,1,5,3,0,6,0,1,0.62,0.5606,0.88,0.1045,9,22,31
+12144,2012-05-26,2,1,5,4,0,6,0,1,0.62,0.5606,0.88,0.1343,0,2,2
+12145,2012-05-26,2,1,5,5,0,6,0,1,0.62,0.5758,0.83,0.2537,0,10,10
+12146,2012-05-26,2,1,5,6,0,6,0,1,0.62,0.5606,0.88,0.194,6,25,31
+12147,2012-05-26,2,1,5,7,0,6,0,2,0.62,0.5606,0.88,0.1642,10,44,54
+12148,2012-05-26,2,1,5,8,0,6,0,1,0.64,0.5909,0.78,0.1343,38,103,141
+12149,2012-05-26,2,1,5,9,0,6,0,1,0.64,0.5758,0.83,0.194,97,192,289
+12150,2012-05-26,2,1,5,10,0,6,0,1,0.68,0.6364,0.79,0.2239,181,256,437
+12151,2012-05-26,2,1,5,11,0,6,0,1,0.7,0.6667,0.74,0.194,208,312,520
+12152,2012-05-26,2,1,5,12,0,6,0,1,0.74,0.697,0.66,0.2239,236,293,529
+12153,2012-05-26,2,1,5,13,0,6,0,1,0.76,0.7273,0.66,0.194,265,274,539
+12154,2012-05-26,2,1,5,14,0,6,0,1,0.76,0.7273,0.66,0.2239,307,257,564
+12155,2012-05-26,2,1,5,15,0,6,0,1,0.76,0.7273,0.66,0.2836,274,239,513
+12156,2012-05-26,2,1,5,16,0,6,0,1,0.78,0.7273,0.55,0.2537,261,243,504
+12157,2012-05-26,2,1,5,17,0,6,0,2,0.78,0.7121,0.52,0.2537,235,227,462
+12158,2012-05-26,2,1,5,18,0,6,0,2,0.76,0.697,0.52,0.194,199,216,415
+12159,2012-05-26,2,1,5,19,0,6,0,2,0.74,0.697,0.66,0.2239,159,214,373
+12160,2012-05-26,2,1,5,20,0,6,0,2,0.74,0.6818,0.55,0.194,103,152,255
+12161,2012-05-26,2,1,5,21,0,6,0,2,0.72,0.6818,0.62,0.194,100,151,251
+12162,2012-05-26,2,1,5,22,0,6,0,1,0.7,0.6667,0.74,0.2537,86,118,204
+12163,2012-05-26,2,1,5,23,0,6,0,1,0.7,0.6667,0.74,0.2537,36,114,150
+12164,2012-05-27,2,1,5,0,0,0,0,2,0.68,0.6364,0.69,0.1642,48,89,137
+12165,2012-05-27,2,1,5,1,0,0,0,1,0.66,0.6212,0.74,0.2239,17,61,78
+12166,2012-05-27,2,1,5,2,0,0,0,1,0.64,0.6061,0.73,0.2239,16,45,61
+12167,2012-05-27,2,1,5,3,0,0,0,1,0.64,0.6061,0.73,0.1642,11,25,36
+12168,2012-05-27,2,1,5,4,0,0,0,1,0.62,0.5758,0.83,0.194,4,7,11
+12169,2012-05-27,2,1,5,5,0,0,0,1,0.62,0.5758,0.83,0.194,2,5,7
+12170,2012-05-27,2,1,5,6,0,0,0,1,0.62,0.5758,0.83,0.1642,8,14,22
+12171,2012-05-27,2,1,5,7,0,0,0,1,0.62,0.5606,0.88,0.1642,22,30,52
+12172,2012-05-27,2,1,5,8,0,0,0,1,0.64,0.5758,0.83,0.194,69,82,151
+12173,2012-05-27,2,1,5,9,0,0,0,1,0.66,0.6061,0.83,0.2239,130,140,270
+12174,2012-05-27,2,1,5,10,0,0,0,1,0.68,0.6364,0.74,0.2537,209,215,424
+12175,2012-05-27,2,1,5,11,0,0,0,1,0.72,0.6818,0.66,0.2239,268,251,519
+12176,2012-05-27,2,1,5,12,0,0,0,1,0.74,0.697,0.66,0.2537,301,269,570
+12177,2012-05-27,2,1,5,13,0,0,0,1,0.76,0.7121,0.58,0.194,270,228,498
+12178,2012-05-27,2,1,5,14,0,0,0,1,0.76,0.7121,0.58,0.2537,317,230,547
+12179,2012-05-27,2,1,5,15,0,0,0,1,0.78,0.7121,0.52,0.2836,290,245,535
+12180,2012-05-27,2,1,5,16,0,0,0,1,0.78,0.7121,0.52,0.2836,258,243,501
+12181,2012-05-27,2,1,5,17,0,0,0,1,0.78,0.7121,0.49,0.2985,275,247,522
+12182,2012-05-27,2,1,5,18,0,0,0,1,0.76,0.7121,0.58,0.2985,266,252,518
+12183,2012-05-27,2,1,5,19,0,0,0,1,0.76,0.7121,0.58,0.194,230,212,442
+12184,2012-05-27,2,1,5,20,0,0,0,1,0.74,0.6818,0.55,0.1642,168,224,392
+12185,2012-05-27,2,1,5,21,0,0,0,3,0.66,0.6212,0.69,0.4179,64,79,143
+12186,2012-05-27,2,1,5,22,0,0,0,3,0.62,0.5758,0.83,0,9,50,59
+12187,2012-05-27,2,1,5,23,0,0,0,3,0.62,0.5758,0.83,0.1343,31,65,96
+12188,2012-05-28,2,1,5,0,1,1,0,1,0.62,0.5758,0.83,0.2239,21,44,65
+12189,2012-05-28,2,1,5,1,1,1,0,2,0.62,0.5909,0.78,0.2985,14,45,59
+12190,2012-05-28,2,1,5,2,1,1,0,1,0.6,0.5606,0.83,0.2239,20,28,48
+12191,2012-05-28,2,1,5,3,1,1,0,1,0.62,0.5909,0.73,0.1642,6,12,18
+12192,2012-05-28,2,1,5,4,1,1,0,1,0.6,0.5758,0.78,0.1343,2,4,6
+12193,2012-05-28,2,1,5,5,1,1,0,1,0.6,0.5758,0.78,0.1343,4,5,9
+12194,2012-05-28,2,1,5,6,1,1,0,1,0.62,0.5909,0.73,0.1642,6,14,20
+12195,2012-05-28,2,1,5,7,1,1,0,1,0.62,0.5909,0.78,0.1045,24,43,67
+12196,2012-05-28,2,1,5,8,1,1,0,1,0.66,0.6212,0.69,0,62,93,155
+12197,2012-05-28,2,1,5,9,1,1,0,1,0.7,0.6515,0.61,0,121,142,263
+12198,2012-05-28,2,1,5,10,1,1,0,1,0.7,0.6515,0.61,0,189,175,364
+12199,2012-05-28,2,1,5,11,1,1,0,1,0.72,0.6818,0.66,0.1343,254,222,476
+12200,2012-05-28,2,1,5,12,1,1,0,1,0.76,0.7121,0.62,0.1343,233,292,525
+12201,2012-05-28,2,1,5,13,1,1,0,1,0.8,0.7879,0.63,0.2836,272,284,556
+12202,2012-05-28,2,1,5,14,1,1,0,1,0.8,0.7879,0.63,0.2836,238,227,465
+12203,2012-05-28,2,1,5,15,1,1,0,1,0.82,0.7879,0.56,0.2985,181,279,460
+12204,2012-05-28,2,1,5,16,1,1,0,1,0.82,0.7879,0.56,0.3284,223,278,501
+12205,2012-05-28,2,1,5,17,1,1,0,1,0.82,0.7879,0.56,0.2985,158,247,405
+12206,2012-05-28,2,1,5,18,1,1,0,1,0.8,0.7727,0.59,0.2985,132,251,383
+12207,2012-05-28,2,1,5,19,1,1,0,1,0.8,0.7576,0.55,0.2985,148,247,395
+12208,2012-05-28,2,1,5,20,1,1,0,1,0.78,0.7424,0.62,0.2985,114,203,317
+12209,2012-05-28,2,1,5,21,1,1,0,1,0.76,0.7273,0.66,0.2836,66,181,247
+12210,2012-05-28,2,1,5,22,1,1,0,1,0.74,0.697,0.7,0.1642,47,110,157
+12211,2012-05-28,2,1,5,23,1,1,0,1,0.72,0.697,0.74,0.1642,22,60,82
+12212,2012-05-29,2,1,5,0,0,2,1,1,0.7,0.6667,0.79,0.194,12,33,45
+12213,2012-05-29,2,1,5,1,0,2,1,1,0.7,0.6667,0.79,0.194,1,13,14
+12214,2012-05-29,2,1,5,2,0,2,1,1,0.68,0.6364,0.83,0.1343,0,8,8
+12215,2012-05-29,2,1,5,3,0,2,1,1,0.68,0.6364,0.79,0.2836,1,2,3
+12216,2012-05-29,2,1,5,4,0,2,1,1,0.66,0.6061,0.78,0.2239,0,5,5
+12217,2012-05-29,2,1,5,5,0,2,1,1,0.66,0.6061,0.78,0.2239,1,32,33
+12218,2012-05-29,2,1,5,6,0,2,1,1,0.66,0.6061,0.78,0.2239,9,145,154
+12219,2012-05-29,2,1,5,7,0,2,1,1,0.66,0.6061,0.78,0.2239,19,431,450
+12220,2012-05-29,2,1,5,8,0,2,1,1,0.7,0.6667,0.74,0.194,46,588,634
+12221,2012-05-29,2,1,5,9,0,2,1,1,0.72,0.6818,0.7,0.2537,26,231,257
+12222,2012-05-29,2,1,5,10,0,2,1,1,0.74,0.697,0.7,0.2985,67,116,183
+12223,2012-05-29,2,1,5,11,0,2,1,1,0.76,0.7121,0.62,0.2985,50,147,197
+12224,2012-05-29,2,1,5,12,0,2,1,1,0.8,0.7576,0.55,0.3284,56,181,237
+12225,2012-05-29,2,1,5,13,0,2,1,1,0.82,0.7727,0.52,0.3881,63,176,239
+12226,2012-05-29,2,1,5,14,0,2,1,1,0.82,0.7727,0.52,0.4179,80,158,238
+12227,2012-05-29,2,1,5,15,0,2,1,1,0.82,0.7727,0.49,0.3881,71,185,256
+12228,2012-05-29,2,1,5,16,0,2,1,1,0.82,0.7727,0.49,0.4925,73,320,393
+12229,2012-05-29,2,1,5,17,0,2,1,1,0.82,0.7576,0.46,0.4179,107,674,781
+12230,2012-05-29,2,1,5,18,0,2,1,1,0.8,0.7424,0.49,0.4925,78,632,710
+12231,2012-05-29,2,1,5,19,0,2,1,1,0.78,0.7121,0.52,0.3582,69,457,526
+12232,2012-05-29,2,1,5,20,0,2,1,3,0.7,0.6515,0.61,0.5224,36,168,204
+12233,2012-05-29,2,1,5,21,0,2,1,3,0.6,0.5455,0.88,0.4478,3,68,71
+12234,2012-05-29,2,1,5,22,0,2,1,2,0.62,0.5606,0.88,0.0896,2,53,55
+12235,2012-05-29,2,1,5,23,0,2,1,3,0.62,0.5455,0.94,0,10,40,50
+12236,2012-05-30,2,1,5,0,0,3,1,3,0.64,0.5758,0.89,0.1045,4,32,36
+12237,2012-05-30,2,1,5,1,0,3,1,3,0.64,0.5758,0.89,0.194,0,4,4
+12238,2012-05-30,2,1,5,2,0,3,1,3,0.62,0.5455,0.94,0.0896,1,4,5
+12239,2012-05-30,2,1,5,3,0,3,1,3,0.62,0.5606,0.88,0.1343,0,5,5
+12240,2012-05-30,2,1,5,4,0,3,1,2,0.62,0.5606,0.88,0.1343,0,6,6
+12241,2012-05-30,2,1,5,5,0,3,1,2,0.62,0.5909,0.78,0.1343,1,40,41
+12242,2012-05-30,2,1,5,6,0,3,1,2,0.6,0.5758,0.78,0.1045,5,139,144
+12243,2012-05-30,2,1,5,7,0,3,1,3,0.6,0.5758,0.78,0.194,14,469,483
+12244,2012-05-30,2,1,5,8,0,3,1,2,0.6,0.5909,0.73,0.1642,29,642,671
+12245,2012-05-30,2,1,5,9,0,3,1,2,0.62,0.6061,0.69,0.194,23,282,305
+12246,2012-05-30,2,1,5,10,0,3,1,2,0.62,0.6061,0.69,0.2836,39,138,177
+12247,2012-05-30,2,1,5,11,0,3,1,2,0.66,0.6212,0.65,0.194,53,155,208
+12248,2012-05-30,2,1,5,12,0,3,1,1,0.7,0.6515,0.54,0,33,220,253
+12249,2012-05-30,2,1,5,13,0,3,1,1,0.7,0.6515,0.51,0,53,236,289
+12250,2012-05-30,2,1,5,14,0,3,1,1,0.72,0.6515,0.42,0.1343,44,208,252
+12251,2012-05-30,2,1,5,15,0,3,1,1,0.72,0.6667,0.51,0.1343,54,221,275
+12252,2012-05-30,2,1,5,16,0,3,1,1,0.72,0.6667,0.51,0.1642,46,352,398
+12253,2012-05-30,2,1,5,17,0,3,1,1,0.74,0.6667,0.48,0.0896,83,756,839
+12254,2012-05-30,2,1,5,18,0,3,1,1,0.74,0.6667,0.48,0.1642,50,746,796
+12255,2012-05-30,2,1,5,19,0,3,1,1,0.72,0.6667,0.54,0.1642,50,506,556
+12256,2012-05-30,2,1,5,20,0,3,1,2,0.54,0.5152,0.6,0.1343,57,374,431
+12257,2012-05-30,2,1,5,21,0,3,1,1,0.68,0.6364,0.57,0.1045,41,263,304
+12258,2012-05-30,2,1,5,22,0,3,1,1,0.66,0.6212,0.69,0.1045,26,191,217
+12259,2012-05-30,2,1,5,23,0,3,1,1,0.66,0.6212,0.65,0.1045,39,121,160
+12260,2012-05-31,2,1,5,0,0,4,1,1,0.64,0.6061,0.69,0.1343,13,48,61
+12261,2012-05-31,2,1,5,1,0,4,1,1,0.64,0.6061,0.69,0.0896,4,22,26
+12262,2012-05-31,2,1,5,2,0,4,1,1,0.64,0.6061,0.65,0.0896,6,8,14
+12263,2012-05-31,2,1,5,3,0,4,1,1,0.62,0.6061,0.69,0.0896,0,8,8
+12264,2012-05-31,2,1,5,4,0,4,1,1,0.62,0.6061,0.69,0,0,8,8
+12265,2012-05-31,2,1,5,5,0,4,1,1,0.62,0.6061,0.69,0.2537,1,32,33
+12266,2012-05-31,2,1,5,6,0,4,1,1,0.6,0.5909,0.73,0.2239,7,171,178
+12267,2012-05-31,2,1,5,7,0,4,1,1,0.6,0.6061,0.64,0.2836,18,489,507
+12268,2012-05-31,2,1,5,8,0,4,1,1,0.62,0.6212,0.57,0.2537,18,675,693
+12269,2012-05-31,2,1,5,9,0,4,1,1,0.66,0.6212,0.47,0.2537,47,264,311
+12270,2012-05-31,2,1,5,10,0,4,1,1,0.7,0.6364,0.39,0.3881,65,155,220
+12271,2012-05-31,2,1,5,11,0,4,1,1,0.72,0.6515,0.37,0.2836,65,153,218
+12272,2012-05-31,2,1,5,12,0,4,1,1,0.72,0.6515,0.37,0.194,62,230,292
+12273,2012-05-31,2,1,5,13,0,4,1,1,0.74,0.6515,0.35,0.1343,77,216,293
+12274,2012-05-31,2,1,5,14,0,4,1,1,0.76,0.6667,0.31,0.194,61,193,254
+12275,2012-05-31,2,1,5,15,0,4,1,1,0.76,0.6667,0.33,0.2985,81,209,290
+12276,2012-05-31,2,1,5,16,0,4,1,1,0.76,0.6667,0.33,0.2836,103,384,487
+12277,2012-05-31,2,1,5,17,0,4,1,1,0.76,0.6667,0.31,0.1642,85,742,827
+12278,2012-05-31,2,1,5,18,0,4,1,1,0.74,0.6515,0.3,0.194,85,700,785
+12279,2012-05-31,2,1,5,19,0,4,1,1,0.72,0.6515,0.34,0.1642,104,487,591
+12280,2012-05-31,2,1,5,20,0,4,1,1,0.68,0.6364,0.44,0.1642,88,391,479
+12281,2012-05-31,2,1,5,21,0,4,1,1,0.68,0.6364,0.44,0.1642,41,318,359
+12282,2012-05-31,2,1,5,22,0,4,1,1,0.66,0.6212,0.5,0.1642,43,221,264
+12283,2012-05-31,2,1,5,23,0,4,1,1,0.66,0.6212,0.54,0.2239,26,114,140
+12284,2012-06-01,2,1,6,0,0,5,1,1,0.66,0.6212,0.5,0.2537,10,76,86
+12285,2012-06-01,2,1,6,1,0,5,1,1,0.64,0.6212,0.53,0.2239,0,34,34
+12286,2012-06-01,2,1,6,2,0,5,1,1,0.64,0.6212,0.57,0.2239,3,13,16
+12287,2012-06-01,2,1,6,3,0,5,1,2,0.62,0.5909,0.73,0.0896,0,4,4
+12288,2012-06-01,2,1,6,4,0,5,1,2,0.62,0.5909,0.73,0.0896,1,5,6
+12289,2012-06-01,2,1,6,5,0,5,1,2,0.62,0.5909,0.78,0.0896,4,41,45
+12290,2012-06-01,2,1,6,6,0,5,1,3,0.62,0.5606,0.88,0.1343,5,136,141
+12291,2012-06-01,2,1,6,7,0,5,1,2,0.64,0.5758,0.89,0.194,33,369,402
+12292,2012-06-01,2,1,6,8,0,5,1,2,0.64,0.5758,0.89,0.194,19,675,694
+12293,2012-06-01,2,1,6,9,0,5,1,2,0.64,0.5758,0.83,0.2239,24,274,298
+12294,2012-06-01,2,1,6,10,0,5,1,2,0.66,0.6061,0.78,0.2836,49,155,204
+12295,2012-06-01,2,1,6,11,0,5,1,2,0.7,0.6667,0.74,0.2836,42,193,235
+12296,2012-06-01,2,1,6,12,0,5,1,2,0.7,0.6667,0.74,0.3582,72,238,310
+12297,2012-06-01,2,1,6,13,0,5,1,1,0.72,0.6818,0.7,0.2985,76,240,316
+12298,2012-06-01,2,1,6,14,0,5,1,3,0.72,0.6818,0.66,0.2836,55,199,254
+12299,2012-06-01,2,1,6,15,0,5,1,3,0.72,0.6818,0.66,0.2836,45,213,258
+12300,2012-06-01,2,1,6,16,0,5,1,3,0.74,0.6818,0.58,0.4478,36,186,222
+12301,2012-06-01,2,1,6,17,0,5,1,3,0.7,0.6515,0.7,0.2537,25,202,227
+12302,2012-06-01,2,1,6,18,0,5,1,3,0.62,0.5606,0.88,0.3582,10,100,110
+12303,2012-06-01,2,1,6,19,0,5,1,3,0.62,0.5606,0.88,0.3582,4,41,45
+12304,2012-06-01,2,1,6,20,0,5,1,3,0.62,0.5455,0.94,0.2537,1,38,39
+12305,2012-06-01,2,1,6,21,0,5,1,3,0.64,0.5909,0.78,0.2537,12,73,85
+12306,2012-06-01,2,1,6,22,0,5,1,3,0.6,0.5455,0.88,0.1343,1,22,23
+12307,2012-06-01,2,1,6,23,0,5,1,3,0.6,0.5455,0.88,0.1343,6,67,73
+12308,2012-06-02,2,1,6,0,0,6,0,2,0.56,0.5303,0.83,0.1343,5,81,86
+12309,2012-06-02,2,1,6,1,0,6,0,2,0.56,0.5303,0.83,0.1045,15,61,76
+12310,2012-06-02,2,1,6,2,0,6,0,2,0.54,0.5152,0.88,0,3,38,41
+12311,2012-06-02,2,1,6,3,0,6,0,1,0.56,0.5303,0.73,0.2537,8,18,26
+12312,2012-06-02,2,1,6,4,0,6,0,1,0.54,0.5152,0.68,0.2836,2,11,13
+12313,2012-06-02,2,1,6,5,0,6,0,1,0.5,0.4848,0.72,0.194,1,11,12
+12314,2012-06-02,2,1,6,6,0,6,0,2,0.5,0.4848,0.77,0.194,5,31,36
+12315,2012-06-02,2,1,6,7,0,6,0,1,0.52,0.5,0.72,0.1045,9,77,86
+12316,2012-06-02,2,1,6,8,0,6,0,1,0.54,0.5152,0.64,0.1642,30,180,210
+12317,2012-06-02,2,1,6,9,0,6,0,1,0.56,0.5303,0.6,0.2537,89,243,332
+12318,2012-06-02,2,1,6,10,0,6,0,1,0.6,0.6212,0.53,0.2985,145,348,493
+12319,2012-06-02,2,1,6,11,0,6,0,1,0.58,0.5455,0.46,0.2836,179,357,536
+12320,2012-06-02,2,1,6,12,0,6,0,1,0.62,0.6212,0.43,0.3582,250,418,668
+12321,2012-06-02,2,1,6,13,0,6,0,1,0.62,0.6212,0.41,0.2537,279,400,679
+12322,2012-06-02,2,1,6,14,0,6,0,1,0.64,0.6212,0.38,0.2985,259,388,647
+12323,2012-06-02,2,1,6,15,0,6,0,1,0.64,0.6212,0.38,0.2537,297,405,702
+12324,2012-06-02,2,1,6,16,0,6,0,1,0.64,0.6212,0.38,0.2537,275,369,644
+12325,2012-06-02,2,1,6,17,0,6,0,1,0.64,0.6212,0.36,0,248,338,586
+12326,2012-06-02,2,1,6,18,0,6,0,1,0.64,0.6212,0.36,0,171,341,512
+12327,2012-06-02,2,1,6,19,0,6,0,1,0.64,0.6212,0.36,0.1642,185,369,554
+12328,2012-06-02,2,1,6,20,0,6,0,1,0.62,0.6212,0.35,0.2836,139,260,399
+12329,2012-06-02,2,1,6,21,0,6,0,1,0.6,0.6212,0.4,0.1045,96,220,316
+12330,2012-06-02,2,1,6,22,0,6,0,1,0.58,0.5455,0.46,0.1343,52,176,228
+12331,2012-06-02,2,1,6,23,0,6,0,1,0.56,0.5303,0.52,0.1045,53,185,238
+12332,2012-06-03,2,1,6,0,0,0,0,1,0.54,0.5152,0.6,0.1642,27,142,169
+12333,2012-06-03,2,1,6,1,0,0,0,1,0.54,0.5152,0.56,0.1343,21,100,121
+12334,2012-06-03,2,1,6,2,0,0,0,1,0.52,0.5,0.59,0.1045,22,67,89
+12335,2012-06-03,2,1,6,3,0,0,0,1,0.52,0.5,0.63,0.1045,16,34,50
+12336,2012-06-03,2,1,6,4,0,0,0,1,0.5,0.4848,0.72,0.0896,1,12,13
+12337,2012-06-03,2,1,6,5,0,0,0,1,0.5,0.4848,0.68,0,1,11,12
+12338,2012-06-03,2,1,6,6,0,0,0,1,0.46,0.4545,0.82,0.1045,6,16,22
+12339,2012-06-03,2,1,6,7,0,0,0,1,0.5,0.4848,0.68,0.1045,6,29,35
+12340,2012-06-03,2,1,6,8,0,0,0,1,0.54,0.5152,0.6,0.0896,30,110,140
+12341,2012-06-03,2,1,6,9,0,0,0,1,0.6,0.6212,0.46,0.194,70,230,300
+12342,2012-06-03,2,1,6,10,0,0,0,1,0.62,0.6212,0.43,0.2239,127,277,404
+12343,2012-06-03,2,1,6,11,0,0,0,1,0.64,0.6212,0.41,0.2537,199,312,511
+12344,2012-06-03,2,1,6,12,0,0,0,1,0.66,0.6212,0.39,0.2985,276,408,684
+12345,2012-06-03,2,1,6,13,0,0,0,1,0.68,0.6364,0.36,0.2836,265,421,686
+12346,2012-06-03,2,1,6,14,0,0,0,1,0.68,0.6364,0.36,0.3284,267,411,678
+12347,2012-06-03,2,1,6,15,0,0,0,1,0.7,0.6364,0.34,0,236,408,644
+12348,2012-06-03,2,1,6,16,0,0,0,1,0.7,0.6364,0.34,0.2985,226,436,662
+12349,2012-06-03,2,1,6,17,0,0,0,1,0.7,0.6364,0.34,0.2537,192,386,578
+12350,2012-06-03,2,1,6,18,0,0,0,1,0.7,0.6364,0.34,0.2537,153,343,496
+12351,2012-06-03,2,1,6,19,0,0,0,1,0.68,0.6364,0.34,0.2836,116,337,453
+12352,2012-06-03,2,1,6,20,0,0,0,1,0.66,0.6212,0.39,0.194,84,230,314
+12353,2012-06-03,2,1,6,21,0,0,0,1,0.62,0.6212,0.43,0.1642,66,180,246
+12354,2012-06-03,2,1,6,22,0,0,0,1,0.62,0.6212,0.5,0.3881,61,165,226
+12355,2012-06-03,2,1,6,23,0,0,0,1,0.58,0.5455,0.53,0.1045,26,82,108
+12356,2012-06-04,2,1,6,0,0,1,1,1,0.58,0.5455,0.53,0,11,38,49
+12357,2012-06-04,2,1,6,1,0,1,1,3,0.56,0.5303,0.6,0.1642,4,10,14
+12358,2012-06-04,2,1,6,2,0,1,1,1,0.56,0.5303,0.6,0.2239,1,10,11
+12359,2012-06-04,2,1,6,3,0,1,1,2,0.56,0.5303,0.6,0.1642,0,5,5
+12360,2012-06-04,2,1,6,4,0,1,1,1,0.54,0.5152,0.64,0.0896,2,6,8
+12361,2012-06-04,2,1,6,5,0,1,1,1,0.52,0.5,0.68,0,2,33,35
+12362,2012-06-04,2,1,6,6,0,1,1,1,0.52,0.5,0.68,0,4,135,139
+12363,2012-06-04,2,1,6,7,0,1,1,1,0.56,0.5303,0.6,0.2239,13,504,517
+12364,2012-06-04,2,1,6,8,0,1,1,1,0.6,0.6212,0.49,0.2239,22,643,665
+12365,2012-06-04,2,1,6,9,0,1,1,1,0.62,0.6212,0.43,0.2836,38,244,282
+12366,2012-06-04,2,1,6,10,0,1,1,1,0.64,0.6212,0.41,0.4627,67,120,187
+12367,2012-06-04,2,1,6,11,0,1,1,1,0.64,0.6212,0.38,0.4925,71,168,239
+12368,2012-06-04,2,1,6,12,0,1,1,1,0.64,0.6212,0.41,0.4478,62,220,282
+12369,2012-06-04,2,1,6,13,0,1,1,1,0.64,0.6212,0.41,0.3582,85,189,274
+12370,2012-06-04,2,1,6,14,0,1,1,1,0.62,0.6212,0.41,0.4925,84,186,270
+12371,2012-06-04,2,1,6,15,0,1,1,1,0.66,0.6212,0.39,0.2985,77,215,292
+12372,2012-06-04,2,1,6,16,0,1,1,1,0.66,0.6212,0.39,0.4627,73,375,448
+12373,2012-06-04,2,1,6,17,0,1,1,1,0.64,0.6212,0.38,0.4478,101,733,834
+12374,2012-06-04,2,1,6,18,0,1,1,1,0.64,0.6212,0.38,0.3881,103,719,822
+12375,2012-06-04,2,1,6,19,0,1,1,1,0.62,0.6212,0.38,0.4179,91,554,645
+12376,2012-06-04,2,1,6,20,0,1,1,1,0.6,0.6212,0.4,0.3582,71,390,461
+12377,2012-06-04,2,1,6,21,0,1,1,1,0.58,0.5455,0.49,0.2537,40,225,265
+12378,2012-06-04,2,1,6,22,0,1,1,1,0.56,0.5303,0.52,0.2836,41,127,168
+12379,2012-06-04,2,1,6,23,0,1,1,1,0.58,0.5455,0.49,0.2985,8,78,86
+12380,2012-06-05,2,1,6,0,0,2,1,1,0.54,0.5152,0.68,0.4179,6,28,34
+12381,2012-06-05,2,1,6,1,0,2,1,2,0.52,0.5,0.77,0.3284,2,18,20
+12382,2012-06-05,2,1,6,2,0,2,1,3,0.52,0.5,0.72,0.2985,0,8,8
+12383,2012-06-05,2,1,6,3,0,2,1,3,0.5,0.4848,0.82,0.194,0,5,5
+12384,2012-06-05,2,1,6,4,0,2,1,3,0.5,0.4848,0.82,0.194,1,4,5
+12385,2012-06-05,2,1,6,5,0,2,1,3,0.48,0.4697,0.82,0.1642,1,35,36
+12386,2012-06-05,2,1,6,6,0,2,1,1,0.48,0.4697,0.82,0.2537,7,177,184
+12387,2012-06-05,2,1,6,7,0,2,1,1,0.48,0.4697,0.77,0.2985,29,540,569
+12388,2012-06-05,2,1,6,8,0,2,1,2,0.48,0.4697,0.77,0.2239,30,680,710
+12389,2012-06-05,2,1,6,9,0,2,1,2,0.52,0.5,0.72,0.2537,50,285,335
+12390,2012-06-05,2,1,6,10,0,2,1,2,0.52,0.5,0.63,0.2985,58,118,176
+12391,2012-06-05,2,1,6,11,0,2,1,2,0.56,0.5303,0.56,0.194,65,162,227
+12392,2012-06-05,2,1,6,12,0,2,1,2,0.54,0.5152,0.56,0.2239,45,202,247
+12393,2012-06-05,2,1,6,13,0,2,1,2,0.6,0.6212,0.46,0.1642,66,201,267
+12394,2012-06-05,2,1,6,14,0,2,1,2,0.58,0.5455,0.46,0.1642,82,194,276
+12395,2012-06-05,2,1,6,15,0,2,1,2,0.58,0.5455,0.46,0.1343,54,218,272
+12396,2012-06-05,2,1,6,16,0,2,1,1,0.6,0.6212,0.43,0.194,91,382,473
+12397,2012-06-05,2,1,6,17,0,2,1,1,0.6,0.6212,0.43,0,86,764,850
+12398,2012-06-05,2,1,6,18,0,2,1,1,0.6,0.6212,0.43,0.194,111,679,790
+12399,2012-06-05,2,1,6,19,0,2,1,1,0.58,0.5455,0.46,0.2537,68,445,513
+12400,2012-06-05,2,1,6,20,0,2,1,1,0.56,0.5303,0.49,0.2239,44,371,415
+12401,2012-06-05,2,1,6,21,0,2,1,1,0.54,0.5152,0.56,0.1642,30,253,283
+12402,2012-06-05,2,1,6,22,0,2,1,1,0.56,0.5303,0.52,0.1045,22,171,193
+12403,2012-06-05,2,1,6,23,0,2,1,1,0.54,0.5152,0.56,0.0896,20,93,113
+12404,2012-06-06,2,1,6,0,0,3,1,1,0.52,0.5,0.59,0.0896,3,46,49
+12405,2012-06-06,2,1,6,1,0,3,1,1,0.52,0.5,0.68,0,6,21,27
+12406,2012-06-06,2,1,6,2,0,3,1,1,0.5,0.4848,0.68,0,4,7,11
+12407,2012-06-06,2,1,6,3,0,3,1,1,0.46,0.4545,0.82,0,0,8,8
+12408,2012-06-06,2,1,6,4,0,3,1,1,0.46,0.4545,0.82,0.1045,3,7,10
+12409,2012-06-06,2,1,6,5,0,3,1,1,0.48,0.4697,0.77,0,1,37,38
+12410,2012-06-06,2,1,6,6,0,3,1,1,0.48,0.4697,0.77,0,7,165,172
+12411,2012-06-06,2,1,6,7,0,3,1,1,0.5,0.4848,0.72,0,16,531,547
+12412,2012-06-06,2,1,6,8,0,3,1,1,0.54,0.5152,0.68,0,31,637,668
+12413,2012-06-06,2,1,6,9,0,3,1,1,0.56,0.5303,0.6,0.0896,35,268,303
+12414,2012-06-06,2,1,6,10,0,3,1,1,0.6,0.6212,0.46,0.0896,55,148,203
+12415,2012-06-06,2,1,6,11,0,3,1,1,0.62,0.6212,0.43,0.0896,65,161,226
+12416,2012-06-06,2,1,6,12,0,3,1,1,0.62,0.6212,0.38,0,80,235,315
+12417,2012-06-06,2,1,6,13,0,3,1,1,0.62,0.6212,0.41,0.0896,73,230,303
+12418,2012-06-06,2,1,6,14,0,3,1,1,0.64,0.6212,0.38,0,111,191,302
+12419,2012-06-06,2,1,6,15,0,3,1,1,0.64,0.6212,0.38,0,75,225,300
+12420,2012-06-06,2,1,6,16,0,3,1,1,0.64,0.6212,0.41,0.1343,107,345,452
+12421,2012-06-06,2,1,6,17,0,3,1,1,0.62,0.6212,0.43,0.1343,72,652,724
+12422,2012-06-06,2,1,6,18,0,3,1,3,0.6,0.6212,0.53,0.194,94,688,782
+12423,2012-06-06,2,1,6,19,0,3,1,1,0.56,0.5303,0.73,0.2985,52,486,538
+12424,2012-06-06,2,1,6,20,0,3,1,1,0.54,0.5152,0.73,0.2836,59,349,408
+12425,2012-06-06,2,1,6,21,0,3,1,1,0.54,0.5152,0.73,0.1642,38,260,298
+12426,2012-06-06,2,1,6,22,0,3,1,1,0.52,0.5,0.77,0.0896,27,221,248
+12427,2012-06-06,2,1,6,23,0,3,1,1,0.52,0.5,0.77,0,13,110,123
+12428,2012-06-07,2,1,6,0,0,4,1,1,0.52,0.5,0.77,0.1343,9,50,59
+12429,2012-06-07,2,1,6,1,0,4,1,1,0.52,0.5,0.77,0.1642,5,17,22
+12430,2012-06-07,2,1,6,2,0,4,1,1,0.52,0.5,0.77,0.0896,0,12,12
+12431,2012-06-07,2,1,6,3,0,4,1,1,0.5,0.4848,0.77,0.1045,0,5,5
+12432,2012-06-07,2,1,6,4,0,4,1,1,0.46,0.4545,0.88,0.1045,0,6,6
+12433,2012-06-07,2,1,6,5,0,4,1,1,0.48,0.4697,0.82,0.0896,0,34,34
+12434,2012-06-07,2,1,6,6,0,4,1,1,0.46,0.4545,0.88,0.1045,5,165,170
+12435,2012-06-07,2,1,6,7,0,4,1,1,0.5,0.4848,0.82,0.1642,20,506,526
+12436,2012-06-07,2,1,6,8,0,4,1,1,0.52,0.5,0.77,0,20,661,681
+12437,2012-06-07,2,1,6,9,0,4,1,1,0.58,0.5455,0.68,0,37,300,337
+12438,2012-06-07,2,1,6,10,0,4,1,1,0.6,0.6061,0.64,0.0896,56,154,210
+12439,2012-06-07,2,1,6,11,0,4,1,1,0.66,0.6212,0.47,0.2239,67,170,237
+12440,2012-06-07,2,1,6,12,0,4,1,1,0.7,0.6364,0.42,0,62,274,336
+12441,2012-06-07,2,1,6,13,0,4,1,1,0.7,0.6364,0.37,0.2836,65,250,315
+12442,2012-06-07,2,1,6,14,0,4,1,1,0.72,0.6515,0.37,0.2537,67,198,265
+12443,2012-06-07,2,1,6,15,0,4,1,1,0.74,0.6515,0.3,0,99,234,333
+12444,2012-06-07,2,1,6,16,0,4,1,1,0.72,0.6515,0.34,0.2239,77,389,466
+12445,2012-06-07,2,1,6,17,0,4,1,1,0.72,0.6515,0.34,0.2537,91,778,869
+12446,2012-06-07,2,1,6,18,0,4,1,1,0.7,0.6364,0.34,0.2836,110,703,813
+12447,2012-06-07,2,1,6,19,0,4,1,1,0.7,0.6364,0.34,0.2836,65,537,602
+12448,2012-06-07,2,1,6,20,0,4,1,1,0.66,0.6212,0.36,0.2985,76,402,478
+12449,2012-06-07,2,1,6,21,0,4,1,1,0.62,0.6212,0.41,0.3284,30,283,313
+12450,2012-06-07,2,1,6,22,0,4,1,1,0.6,0.6212,0.46,0.1642,35,193,228
+12451,2012-06-07,2,1,6,23,0,4,1,1,0.56,0.5303,0.52,0.1343,42,135,177
+12452,2012-06-08,2,1,6,0,0,5,1,1,0.56,0.5303,0.56,0.1642,18,59,77
+12453,2012-06-08,2,1,6,1,0,5,1,1,0.56,0.5303,0.56,0.1642,4,25,29
+12454,2012-06-08,2,1,6,2,0,5,1,1,0.56,0.5303,0.56,0,2,17,19
+12455,2012-06-08,2,1,6,3,0,5,1,1,0.54,0.5152,0.6,0.0896,0,8,8
+12456,2012-06-08,2,1,6,4,0,5,1,1,0.52,0.5,0.63,0,1,9,10
+12457,2012-06-08,2,1,6,5,0,5,1,1,0.5,0.4848,0.72,0.1045,1,28,29
+12458,2012-06-08,2,1,6,6,0,5,1,1,0.52,0.5,0.68,0.0896,8,131,139
+12459,2012-06-08,2,1,6,7,0,5,1,1,0.52,0.5,0.72,0.1045,19,409,428
+12460,2012-06-08,2,1,6,8,0,5,1,1,0.58,0.5455,0.6,0.0896,37,663,700
+12461,2012-06-08,2,1,6,9,0,5,1,1,0.62,0.6212,0.53,0.1642,47,335,382
+12462,2012-06-08,2,1,6,10,0,5,1,1,0.66,0.6212,0.47,0.2537,62,187,249
+12463,2012-06-08,2,1,6,11,0,5,1,1,0.7,0.6364,0.42,0.2537,65,199,264
+12464,2012-06-08,2,1,6,12,0,5,1,1,0.72,0.6515,0.39,0.3284,89,280,369
+12465,2012-06-08,2,1,6,13,0,5,1,1,0.74,0.6515,0.37,0.2537,129,287,416
+12466,2012-06-08,2,1,6,14,0,5,1,1,0.76,0.6667,0.31,0.3881,128,245,373
+12467,2012-06-08,2,1,6,15,0,5,1,1,0.76,0.6667,0.29,0.2836,98,299,397
+12468,2012-06-08,2,1,6,16,0,5,1,1,0.76,0.6667,0.29,0.2985,111,412,523
+12469,2012-06-08,2,1,6,17,0,5,1,1,0.76,0.6667,0.29,0.194,114,679,793
+12470,2012-06-08,2,1,6,18,0,5,1,1,0.76,0.6667,0.27,0.2239,147,576,723
+12471,2012-06-08,2,1,6,19,0,5,1,1,0.74,0.6515,0.3,0.2239,95,460,555
+12472,2012-06-08,2,1,6,20,0,5,1,1,0.72,0.6515,0.32,0.1343,117,291,408
+12473,2012-06-08,2,1,6,21,0,5,1,1,0.7,0.6364,0.37,0.1343,83,256,339
+12474,2012-06-08,2,1,6,22,0,5,1,1,0.68,0.6364,0.41,0.1045,61,230,291
+12475,2012-06-08,2,1,6,23,0,5,1,1,0.64,0.6212,0.57,0.1642,52,163,215
+12476,2012-06-09,2,1,6,0,0,6,0,1,0.64,0.6212,0.53,0.1045,54,152,206
+12477,2012-06-09,2,1,6,1,0,6,0,1,0.64,0.6212,0.53,0.0896,34,89,123
+12478,2012-06-09,2,1,6,2,0,6,0,1,0.64,0.6212,0.5,0.2239,21,68,89
+12479,2012-06-09,2,1,6,3,0,6,0,1,0.62,0.6212,0.57,0,12,28,40
+12480,2012-06-09,2,1,6,4,0,6,0,1,0.62,0.6212,0.57,0,2,6,8
+12481,2012-06-09,2,1,6,5,0,6,0,1,0.6,0.6212,0.56,0.1045,4,15,19
+12482,2012-06-09,2,1,6,6,0,6,0,1,0.56,0.5303,0.64,0.1045,17,63,80
+12483,2012-06-09,2,1,6,7,0,6,0,1,0.58,0.5455,0.64,0.1045,26,61,87
+12484,2012-06-09,2,1,6,8,0,6,0,1,0.62,0.6061,0.61,0.1045,42,202,244
+12485,2012-06-09,2,1,6,9,0,6,0,1,0.64,0.6212,0.57,0.1642,99,241,340
+12486,2012-06-09,2,1,6,10,0,6,0,1,0.7,0.6515,0.51,0.1045,168,298,466
+12487,2012-06-09,2,1,6,11,0,6,0,1,0.76,0.6667,0.35,0,218,351,569
+12488,2012-06-09,2,1,6,12,0,6,0,1,0.8,0.697,0.29,0.2537,196,335,531
+12489,2012-06-09,2,1,6,13,0,6,0,1,0.82,0.697,0.24,0.2836,236,349,585
+12490,2012-06-09,2,1,6,14,0,6,0,1,0.82,0.697,0.23,0.194,239,354,593
+12491,2012-06-09,2,1,6,15,0,6,0,1,0.84,0.7121,0.2,0.2985,218,337,555
+12492,2012-06-09,2,1,6,16,0,6,0,1,0.82,0.697,0.24,0.194,219,315,534
+12493,2012-06-09,2,1,6,17,0,6,0,1,0.84,0.7121,0.24,0,238,257,495
+12494,2012-06-09,2,1,6,18,0,6,0,1,0.82,0.697,0.24,0.2239,175,276,451
+12495,2012-06-09,2,1,6,19,0,6,0,1,0.8,0.697,0.29,0.1642,128,232,360
+12496,2012-06-09,2,1,6,20,0,6,0,1,0.76,0.6667,0.35,0.2239,125,238,363
+12497,2012-06-09,2,1,6,21,0,6,0,1,0.74,0.6515,0.4,0.194,105,211,316
+12498,2012-06-09,2,1,6,22,0,6,0,1,0.7,0.6515,0.58,0.1642,63,151,214
+12499,2012-06-09,2,1,6,23,0,6,0,1,0.68,0.6364,0.61,0.1642,69,161,230
+12500,2012-06-10,2,1,6,0,0,0,0,1,0.66,0.6212,0.69,0.1045,33,125,158
+12501,2012-06-10,2,1,6,1,0,0,0,1,0.64,0.6061,0.73,0.1343,32,84,116
+12502,2012-06-10,2,1,6,2,0,0,0,1,0.64,0.6061,0.69,0.1343,17,56,73
+12503,2012-06-10,2,1,6,3,0,0,0,1,0.64,0.6061,0.73,0.1045,6,23,29
+12504,2012-06-10,2,1,6,4,0,0,0,1,0.62,0.5909,0.78,0.0896,1,9,10
+12505,2012-06-10,2,1,6,5,0,0,0,1,0.62,0.6061,0.69,0.0896,3,10,13
+12506,2012-06-10,2,1,6,6,0,0,0,1,0.62,0.5909,0.73,0,3,27,30
+12507,2012-06-10,2,1,6,7,0,0,0,1,0.6,0.5758,0.78,0.1045,21,41,62
+12508,2012-06-10,2,1,6,8,0,0,0,1,0.64,0.6061,0.73,0.0896,59,122,181
+12509,2012-06-10,2,1,6,9,0,0,0,1,0.7,0.6515,0.58,0,91,175,266
+12510,2012-06-10,2,1,6,10,0,0,0,1,0.76,0.6818,0.4,0.1045,148,265,413
+12511,2012-06-10,2,1,6,11,0,0,0,1,0.76,0.6818,0.45,0.0896,184,315,499
+12512,2012-06-10,2,1,6,12,0,0,0,1,0.82,0.7121,0.3,0,173,329,502
+12513,2012-06-10,2,1,6,13,0,0,0,1,0.84,0.7273,0.28,0.1343,204,288,492
+12514,2012-06-10,2,1,6,14,0,0,0,1,0.84,0.7273,0.3,0.1343,186,314,500
+12515,2012-06-10,2,1,6,15,0,0,0,1,0.84,0.7273,0.3,0.2239,159,316,475
+12516,2012-06-10,2,1,6,16,0,0,0,1,0.84,0.7424,0.36,0.2836,173,335,508
+12517,2012-06-10,2,1,6,17,0,0,0,1,0.82,0.7424,0.41,0.2836,184,337,521
+12518,2012-06-10,2,1,6,18,0,0,0,1,0.82,0.7273,0.38,0.2239,164,326,490
+12519,2012-06-10,2,1,6,19,0,0,0,1,0.82,0.7121,0.28,0.2836,115,260,375
+12520,2012-06-10,2,1,6,20,0,0,0,1,0.76,0.6818,0.48,0.1642,113,250,363
+12521,2012-06-10,2,1,6,21,0,0,0,1,0.72,0.6818,0.62,0.1642,83,170,253
+12522,2012-06-10,2,1,6,22,0,0,0,1,0.7,0.6515,0.65,0.1642,42,117,159
+12523,2012-06-10,2,1,6,23,0,0,0,1,0.72,0.6667,0.58,0.1045,30,80,110
+12524,2012-06-11,2,1,6,0,0,1,1,1,0.7,0.6515,0.65,0.1045,8,33,41
+12525,2012-06-11,2,1,6,1,0,1,1,1,0.66,0.6212,0.74,0.1642,9,15,24
+12526,2012-06-11,2,1,6,2,0,1,1,1,0.66,0.6212,0.74,0.1045,5,12,17
+12527,2012-06-11,2,1,6,3,0,1,1,1,0.64,0.5909,0.78,0.1045,2,4,6
+12528,2012-06-11,2,1,6,4,0,1,1,1,0.64,0.5909,0.78,0.1343,0,7,7
+12529,2012-06-11,2,1,6,5,0,1,1,1,0.64,0.5909,0.78,0.1343,1,36,37
+12530,2012-06-11,2,1,6,6,0,1,1,1,0.62,0.5758,0.83,0.1045,8,136,144
+12531,2012-06-11,2,1,6,7,0,1,1,1,0.64,0.5909,0.78,0.1045,25,478,503
+12532,2012-06-11,2,1,6,8,0,1,1,1,0.66,0.6212,0.74,0.1343,38,613,651
+12533,2012-06-11,2,1,6,9,0,1,1,1,0.7,0.6515,0.65,0.1343,57,259,316
+12534,2012-06-11,2,1,6,10,0,1,1,1,0.72,0.6818,0.62,0.1642,52,95,147
+12535,2012-06-11,2,1,6,11,0,1,1,2,0.76,0.6818,0.48,0.2239,59,143,202
+12536,2012-06-11,2,1,6,12,0,1,1,2,0.8,0.7273,0.43,0.194,63,198,261
+12537,2012-06-11,2,1,6,13,0,1,1,2,0.8,0.7121,0.41,0.2985,63,185,248
+12538,2012-06-11,2,1,6,14,0,1,1,2,0.82,0.7273,0.34,0.2836,66,193,259
+12539,2012-06-11,2,1,6,15,0,1,1,1,0.8,0.7121,0.41,0.3582,72,187,259
+12540,2012-06-11,2,1,6,16,0,1,1,2,0.8,0.7121,0.41,0.4179,87,340,427
+12541,2012-06-11,2,1,6,17,0,1,1,2,0.8,0.7121,0.41,0.3582,85,715,800
+12542,2012-06-11,2,1,6,18,0,1,1,2,0.8,0.7273,0.43,0.2985,105,726,831
+12543,2012-06-11,2,1,6,19,0,1,1,2,0.76,0.6818,0.48,0.3284,89,507,596
+12544,2012-06-11,2,1,6,20,0,1,1,2,0.74,0.6667,0.48,0.2239,61,333,394
+12545,2012-06-11,2,1,6,21,0,1,1,2,0.72,0.6667,0.58,0.194,32,218,250
+12546,2012-06-11,2,1,6,22,0,1,1,2,0.72,0.6667,0.58,0.194,22,142,164
+12547,2012-06-11,2,1,6,23,0,1,1,2,0.7,0.6515,0.58,0.2239,8,72,80
+12548,2012-06-12,2,1,6,0,0,2,1,2,0.7,0.6515,0.58,0.2239,2,26,28
+12549,2012-06-12,2,1,6,1,0,2,1,2,0.68,0.6364,0.65,0.1642,5,11,16
+12550,2012-06-12,2,1,6,2,0,2,1,2,0.68,0.6364,0.65,0.194,0,6,6
+12551,2012-06-12,2,1,6,3,0,2,1,2,0.66,0.6212,0.69,0.2537,3,9,12
+12552,2012-06-12,2,1,6,4,0,2,1,3,0.6,0.5455,0.88,0.1642,0,4,4
+12553,2012-06-12,2,1,6,5,0,2,1,3,0.6,0.5455,0.88,0.1343,1,28,29
+12554,2012-06-12,2,1,6,6,0,2,1,2,0.6,0.5455,0.88,0.1343,6,130,136
+12555,2012-06-12,2,1,6,7,0,2,1,3,0.62,0.5606,0.88,0.2537,16,287,303
+12556,2012-06-12,2,1,6,8,0,2,1,2,0.62,0.5606,0.88,0.2239,15,598,613
+12557,2012-06-12,2,1,6,9,0,2,1,2,0.64,0.5758,0.89,0.2836,31,254,285
+12558,2012-06-12,2,1,6,10,0,2,1,3,0.64,0.5758,0.89,0.2836,29,96,125
+12559,2012-06-12,2,1,6,11,0,2,1,3,0.66,0.6061,0.83,0.3582,8,57,65
+12560,2012-06-12,2,1,6,12,0,2,1,3,0.66,0.6061,0.83,0.2537,19,76,95
+12561,2012-06-12,2,1,6,13,0,2,1,3,0.66,0.6061,0.83,0.194,11,48,59
+12562,2012-06-12,2,1,6,14,0,2,1,3,0.64,0.5758,0.89,0.2537,12,48,60
+12563,2012-06-12,2,1,6,15,0,2,1,3,0.66,0.5909,0.89,0.194,22,94,116
+12564,2012-06-12,2,1,6,16,0,2,1,2,0.66,0.5909,0.89,0.2836,30,209,239
+12565,2012-06-12,2,1,6,17,0,2,1,2,0.66,0.5909,0.89,0.2836,56,625,681
+12566,2012-06-12,2,1,6,18,0,2,1,1,0.68,0.6364,0.83,0.194,57,596,653
+12567,2012-06-12,2,1,6,19,0,2,1,1,0.68,0.6364,0.83,0.194,47,444,491
+12568,2012-06-12,2,1,6,20,0,2,1,1,0.68,0.6364,0.83,0.194,36,350,386
+12569,2012-06-12,2,1,6,21,0,2,1,1,0.68,0.6364,0.83,0.1045,41,233,274
+12570,2012-06-12,2,1,6,22,0,2,1,1,0.66,0.5909,0.94,0.1045,19,188,207
+12571,2012-06-12,2,1,6,23,0,2,1,3,0.66,0.5909,0.94,0.2239,11,78,89
+12572,2012-06-13,2,1,6,0,0,3,1,2,0.66,0.5909,0.94,0.194,7,27,34
+12573,2012-06-13,2,1,6,1,0,3,1,1,0.64,0.5909,0.78,0,7,21,28
+12574,2012-06-13,2,1,6,2,0,3,1,1,0.62,0.5758,0.83,0.1343,0,4,4
+12575,2012-06-13,2,1,6,3,0,3,1,1,0.62,0.5758,0.83,0.194,1,7,8
+12576,2012-06-13,2,1,6,4,0,3,1,1,0.6,0.5606,0.83,0.1343,1,9,10
+12577,2012-06-13,2,1,6,5,0,3,1,1,0.6,0.5606,0.83,0.194,2,38,40
+12578,2012-06-13,2,1,6,6,0,3,1,1,0.6,0.5606,0.83,0.2239,6,188,194
+12579,2012-06-13,2,1,6,7,0,3,1,1,0.6,0.5606,0.83,0.2985,25,480,505
+12580,2012-06-13,2,1,6,8,0,3,1,2,0.62,0.5909,0.73,0.5224,41,672,713
+12581,2012-06-13,2,1,6,9,0,3,1,2,0.64,0.6061,0.69,0.5821,54,298,352
+12582,2012-06-13,2,1,6,10,0,3,1,2,0.64,0.6061,0.65,0.4179,64,134,198
+12583,2012-06-13,2,1,6,11,0,3,1,2,0.66,0.6212,0.54,0.4478,64,182,246
+12584,2012-06-13,2,1,6,12,0,3,1,2,0.68,0.6364,0.44,0.4179,93,241,334
+12585,2012-06-13,2,1,6,13,0,3,1,2,0.7,0.6364,0.45,0.3881,52,203,255
+12586,2012-06-13,2,1,6,14,0,3,1,2,0.72,0.6515,0.37,0.4179,98,222,320
+12587,2012-06-13,2,1,6,15,0,3,1,1,0.72,0.6515,0.32,0.4925,65,216,281
+12588,2012-06-13,2,1,6,16,0,3,1,1,0.72,0.6515,0.3,0.4925,72,320,392
+12589,2012-06-13,2,1,6,17,0,3,1,1,0.72,0.6515,0.32,0.4925,75,782,857
+12590,2012-06-13,2,1,6,18,0,3,1,1,0.72,0.6515,0.32,0.4478,104,640,744
+12591,2012-06-13,2,1,6,19,0,3,1,1,0.7,0.6364,0.34,0.3881,123,548,671
+12592,2012-06-13,2,1,6,20,0,3,1,1,0.68,0.6364,0.36,0.4179,86,362,448
+12593,2012-06-13,2,1,6,21,0,3,1,1,0.64,0.6212,0.44,0.3582,79,317,396
+12594,2012-06-13,2,1,6,22,0,3,1,1,0.62,0.6212,0.5,0.2985,29,209,238
+12595,2012-06-13,2,1,6,23,0,3,1,1,0.62,0.6212,0.5,0.2836,25,128,153
+12596,2012-06-14,2,1,6,0,0,4,1,1,0.6,0.6212,0.53,0.2985,3,45,48
+12597,2012-06-14,2,1,6,1,0,4,1,1,0.6,0.6212,0.56,0.2239,4,17,21
+12598,2012-06-14,2,1,6,2,0,4,1,2,0.62,0.6212,0.53,0.2537,1,8,9
+12599,2012-06-14,2,1,6,3,0,4,1,2,0.62,0.6212,0.53,0.2836,1,4,5
+12600,2012-06-14,2,1,6,4,0,4,1,2,0.6,0.6212,0.56,0.2537,0,6,6
+12601,2012-06-14,2,1,6,5,0,4,1,2,0.6,0.6212,0.56,0.2537,0,40,40
+12602,2012-06-14,2,1,6,6,0,4,1,1,0.58,0.5455,0.6,0.2836,12,169,181
+12603,2012-06-14,2,1,6,7,0,4,1,1,0.6,0.6061,0.6,0.2836,26,480,506
+12604,2012-06-14,2,1,6,8,0,4,1,1,0.6,0.6061,0.64,0.3284,37,682,719
+12605,2012-06-14,2,1,6,9,0,4,1,1,0.62,0.6061,0.61,0.2239,45,312,357
+12606,2012-06-14,2,1,6,10,0,4,1,1,0.64,0.6061,0.65,0.4179,47,132,179
+12607,2012-06-14,2,1,6,11,0,4,1,1,0.66,0.6212,0.57,0.2537,60,168,228
+12608,2012-06-14,2,1,6,12,0,4,1,2,0.66,0.6212,0.61,0.2239,55,210,265
+12609,2012-06-14,2,1,6,13,0,4,1,1,0.68,0.6364,0.57,0.1642,71,213,284
+12610,2012-06-14,2,1,6,14,0,4,1,1,0.7,0.6515,0.54,0.2836,84,214,298
+12611,2012-06-14,2,1,6,15,0,4,1,1,0.74,0.6667,0.48,0.2985,111,213,324
+12612,2012-06-14,2,1,6,16,0,4,1,1,0.72,0.6667,0.51,0.2836,70,368,438
+12613,2012-06-14,2,1,6,17,0,4,1,1,0.72,0.6667,0.48,0.2239,117,750,867
+12614,2012-06-14,2,1,6,18,0,4,1,1,0.74,0.6667,0.42,0.194,107,716,823
+12615,2012-06-14,2,1,6,19,0,4,1,1,0.7,0.6515,0.48,0.2537,96,483,579
+12616,2012-06-14,2,1,6,20,0,4,1,1,0.66,0.6212,0.65,0.2537,84,351,435
+12617,2012-06-14,2,1,6,21,0,4,1,1,0.64,0.6061,0.65,0.1642,67,270,337
+12618,2012-06-14,2,1,6,22,0,4,1,2,0.64,0.6061,0.65,0.2239,46,196,242
+12619,2012-06-14,2,1,6,23,0,4,1,2,0.62,0.6061,0.69,0.1642,36,136,172
+12620,2012-06-15,2,1,6,0,0,5,1,1,0.6,0.5909,0.73,0.1642,26,68,94
+12621,2012-06-15,2,1,6,1,0,5,1,1,0.58,0.5455,0.78,0.194,9,42,51
+12622,2012-06-15,2,1,6,2,0,5,1,1,0.56,0.5303,0.83,0.1045,0,15,15
+12623,2012-06-15,2,1,6,3,0,5,1,1,0.56,0.5303,0.83,0.1642,2,3,5
+12624,2012-06-15,2,1,6,4,0,5,1,1,0.56,0.5303,0.83,0.1642,1,13,14
+12625,2012-06-15,2,1,6,5,0,5,1,1,0.54,0.5152,0.88,0.1045,2,31,33
+12626,2012-06-15,2,1,6,6,0,5,1,1,0.54,0.5152,0.83,0.1343,9,142,151
+12627,2012-06-15,2,1,6,7,0,5,1,1,0.56,0.5303,0.83,0.1642,17,413,430
+12628,2012-06-15,2,1,6,8,0,5,1,1,0.6,0.5909,0.69,0.1642,44,609,653
+12629,2012-06-15,2,1,6,9,0,5,1,1,0.62,0.6061,0.65,0.1642,58,308,366
+12630,2012-06-15,2,1,6,10,0,5,1,1,0.64,0.6212,0.57,0.1642,56,160,216
+12631,2012-06-15,2,1,6,11,0,5,1,1,0.66,0.6212,0.5,0.194,106,180,286
+12632,2012-06-15,2,1,6,12,0,5,1,1,0.7,0.6364,0.45,0.1642,111,292,403
+12633,2012-06-15,2,1,6,13,0,5,1,1,0.7,0.6364,0.42,0.2537,121,272,393
+12634,2012-06-15,2,1,6,14,0,5,1,1,0.72,0.6515,0.39,0.194,121,255,376
+12635,2012-06-15,2,1,6,15,0,5,1,1,0.72,0.6515,0.39,0.194,107,270,377
+12636,2012-06-15,2,1,6,16,0,5,1,1,0.72,0.6515,0.37,0.194,132,426,558
+12637,2012-06-15,2,1,6,17,0,5,1,1,0.74,0.6515,0.37,0.2836,125,698,823
+12638,2012-06-15,2,1,6,18,0,5,1,1,0.72,0.6515,0.39,0.2239,121,572,693
+12639,2012-06-15,2,1,6,19,0,5,1,1,0.7,0.6364,0.42,0.1642,98,369,467
+12640,2012-06-15,2,1,6,20,0,5,1,1,0.68,0.6364,0.44,0.194,89,296,385
+12641,2012-06-15,2,1,6,21,0,5,1,1,0.66,0.6212,0.5,0.1045,83,250,333
+12642,2012-06-15,2,1,6,22,0,5,1,1,0.64,0.6212,0.53,0.1343,79,242,321
+12643,2012-06-15,2,1,6,23,0,5,1,1,0.62,0.6212,0.53,0.2537,46,176,222
+12644,2012-06-16,2,1,6,0,0,6,0,1,0.58,0.5455,0.56,0.1343,25,112,137
+12645,2012-06-16,2,1,6,1,0,6,0,1,0.56,0.5303,0.56,0,16,79,95
+12646,2012-06-16,2,1,6,2,0,6,0,1,0.58,0.5455,0.53,0,12,55,67
+12647,2012-06-16,2,1,6,3,0,6,0,1,0.56,0.5303,0.6,0.0896,8,19,27
+12648,2012-06-16,2,1,6,4,0,6,0,1,0.54,0.5152,0.68,0.1343,3,5,8
+12649,2012-06-16,2,1,6,5,0,6,0,1,0.54,0.5152,0.68,0.1045,2,21,23
+12650,2012-06-16,2,1,6,6,0,6,0,1,0.54,0.5152,0.68,0.194,11,36,47
+12651,2012-06-16,2,1,6,7,0,6,0,1,0.54,0.5152,0.68,0.194,10,68,78
+12652,2012-06-16,2,1,6,8,0,6,0,1,0.58,0.5455,0.64,0.1642,47,157,204
+12653,2012-06-16,2,1,6,9,0,6,0,1,0.6,0.6061,0.6,0.0896,88,279,367
+12654,2012-06-16,2,1,6,10,0,6,0,1,0.64,0.6212,0.47,0.194,139,296,435
+12655,2012-06-16,2,1,6,11,0,6,0,1,0.66,0.6212,0.39,0.1642,213,353,566
+12656,2012-06-16,2,1,6,12,0,6,0,1,0.68,0.6364,0.41,0.1045,254,349,603
+12657,2012-06-16,2,1,6,13,0,6,0,1,0.72,0.6515,0.34,0.1642,293,324,617
+12658,2012-06-16,2,1,6,14,0,6,0,1,0.72,0.6515,0.37,0.2239,264,309,573
+12659,2012-06-16,2,1,6,15,0,6,0,1,0.74,0.6515,0.35,0.2537,295,288,583
+12660,2012-06-16,2,1,6,16,0,6,0,2,0.72,0.6515,0.37,0.1045,238,304,542
+12661,2012-06-16,2,1,6,17,0,6,0,2,0.72,0.6515,0.37,0.2537,244,349,593
+12662,2012-06-16,2,1,6,18,0,6,0,2,0.72,0.6515,0.37,0.2239,256,315,571
+12663,2012-06-16,2,1,6,19,0,6,0,2,0.7,0.6364,0.42,0.194,184,277,461
+12664,2012-06-16,2,1,6,20,0,6,0,2,0.66,0.6212,0.47,0.194,123,229,352
+12665,2012-06-16,2,1,6,21,0,6,0,2,0.64,0.6212,0.5,0.2239,98,192,290
+12666,2012-06-16,2,1,6,22,0,6,0,1,0.62,0.6212,0.53,0.2985,91,189,280
+12667,2012-06-16,2,1,6,23,0,6,0,1,0.6,0.6212,0.53,0.2985,49,134,183
+12668,2012-06-17,2,1,6,0,0,0,0,1,0.56,0.5303,0.56,0.1343,31,117,148
+12669,2012-06-17,2,1,6,1,0,0,0,1,0.56,0.5303,0.6,0.1642,21,67,88
+12670,2012-06-17,2,1,6,2,0,0,0,1,0.56,0.5303,0.56,0.0896,19,55,74
+12671,2012-06-17,2,1,6,3,0,0,0,1,0.54,0.5152,0.64,0.1045,6,22,28
+12672,2012-06-17,2,1,6,4,0,0,0,1,0.54,0.5152,0.64,0.0896,2,16,18
+12673,2012-06-17,2,1,6,5,0,0,0,1,0.54,0.5152,0.68,0.1343,4,13,17
+12674,2012-06-17,2,1,6,6,0,0,0,1,0.52,0.5,0.72,0.1045,7,16,23
+12675,2012-06-17,2,1,6,7,0,0,0,1,0.52,0.5,0.72,0.0896,18,30,48
+12676,2012-06-17,2,1,6,8,0,0,0,1,0.56,0.5303,0.68,0.2537,24,95,119
+12677,2012-06-17,2,1,6,9,0,0,0,1,0.56,0.5303,0.68,0.1642,91,183,274
+12678,2012-06-17,2,1,6,10,0,0,0,1,0.58,0.5455,0.64,0,148,288,436
+12679,2012-06-17,2,1,6,11,0,0,0,1,0.62,0.6212,0.57,0.1045,196,350,546
+12680,2012-06-17,2,1,6,12,0,0,0,1,0.62,0.6212,0.57,0,260,355,615
+12681,2012-06-17,2,1,6,13,0,0,0,1,0.64,0.6212,0.53,0.1642,267,347,614
+12682,2012-06-17,2,1,6,14,0,0,0,1,0.64,0.6212,0.53,0,255,327,582
+12683,2012-06-17,2,1,6,15,0,0,0,1,0.66,0.6212,0.5,0.2239,203,260,463
+12684,2012-06-17,2,1,6,16,0,0,0,1,0.66,0.6212,0.54,0.2985,240,340,580
+12685,2012-06-17,2,1,6,17,0,0,0,1,0.64,0.6212,0.57,0.2239,232,361,593
+12686,2012-06-17,2,1,6,18,0,0,0,1,0.64,0.6212,0.53,0.194,203,310,513
+12687,2012-06-17,2,1,6,19,0,0,0,1,0.64,0.6212,0.53,0.1642,146,244,390
+12688,2012-06-17,2,1,6,20,0,0,0,1,0.62,0.6212,0.57,0.194,101,201,302
+12689,2012-06-17,2,1,6,21,0,0,0,1,0.62,0.6212,0.57,0.194,76,170,246
+12690,2012-06-17,2,1,6,22,0,0,0,1,0.6,0.6061,0.6,0.194,55,98,153
+12691,2012-06-17,2,1,6,23,0,0,0,1,0.58,0.5455,0.64,0.194,29,79,108
+12692,2012-06-18,2,1,6,0,0,1,1,1,0.56,0.5303,0.73,0.2537,12,28,40
+12693,2012-06-18,2,1,6,1,0,1,1,1,0.54,0.5152,0.77,0.2239,9,5,14
+12694,2012-06-18,2,1,6,2,0,1,1,1,0.54,0.5152,0.77,0.2239,3,6,9
+12695,2012-06-18,2,1,6,3,0,1,1,2,0.52,0.5,0.83,0.2239,1,3,4
+12696,2012-06-18,2,1,6,4,0,1,1,2,0.54,0.5152,0.77,0.194,0,9,9
+12697,2012-06-18,2,1,6,5,0,1,1,3,0.52,0.5,0.83,0.1343,1,22,23
+12698,2012-06-18,2,1,6,6,0,1,1,3,0.52,0.5,0.88,0.1343,0,37,37
+12699,2012-06-18,2,1,6,7,0,1,1,3,0.52,0.5,0.94,0.2239,10,135,145
+12700,2012-06-18,2,1,6,8,0,1,1,2,0.54,0.5152,0.83,0.194,27,447,474
+12701,2012-06-18,2,1,6,9,0,1,1,2,0.54,0.5152,0.83,0.2239,28,222,250
+12702,2012-06-18,2,1,6,10,0,1,1,3,0.54,0.5152,0.88,0.1045,13,78,91
+12703,2012-06-18,2,1,6,11,0,1,1,2,0.54,0.5152,0.88,0.1642,25,96,121
+12704,2012-06-18,2,1,6,12,0,1,1,3,0.56,0.5303,0.78,0.1343,29,139,168
+12705,2012-06-18,2,1,6,13,0,1,1,2,0.58,0.5455,0.73,0.1343,51,174,225
+12706,2012-06-18,2,1,6,14,0,1,1,2,0.58,0.5455,0.68,0.194,59,160,219
+12707,2012-06-18,2,1,6,15,0,1,1,2,0.6,0.5909,0.69,0.194,61,176,237
+12708,2012-06-18,2,1,6,16,0,1,1,2,0.6,0.5909,0.73,0.194,53,279,332
+12709,2012-06-18,2,1,6,17,0,1,1,2,0.6,0.5909,0.73,0.194,54,669,723
+12710,2012-06-18,2,1,6,18,0,1,1,2,0.62,0.6061,0.69,0.1642,47,595,642
+12711,2012-06-18,2,1,6,19,0,1,1,2,0.62,0.5909,0.73,0.0896,52,411,463
+12712,2012-06-18,2,1,6,20,0,1,1,2,0.62,0.5909,0.73,0.1343,45,317,362
+12713,2012-06-18,2,1,6,21,0,1,1,2,0.62,0.5909,0.73,0.1045,35,238,273
+12714,2012-06-18,2,1,6,22,0,1,1,2,0.62,0.5909,0.73,0.1642,21,143,164
+12715,2012-06-18,2,1,6,23,0,1,1,3,0.6,0.5758,0.78,0.194,17,57,74
+12716,2012-06-19,2,1,6,0,0,2,1,2,0.6,0.5758,0.78,0.1642,5,30,35
+12717,2012-06-19,2,1,6,1,0,2,1,2,0.6,0.5758,0.78,0.1642,1,13,14
+12718,2012-06-19,2,1,6,2,0,2,1,2,0.6,0.5758,0.78,0.1343,1,14,15
+12719,2012-06-19,2,1,6,3,0,2,1,2,0.6,0.5758,0.78,0.1045,1,7,8
+12720,2012-06-19,2,1,6,4,0,2,1,2,0.6,0.5758,0.78,0.1343,1,9,10
+12721,2012-06-19,2,1,6,5,0,2,1,2,0.6,0.5758,0.78,0.194,3,34,37
+12722,2012-06-19,2,1,6,6,0,2,1,2,0.6,0.5758,0.78,0.1045,9,152,161
+12723,2012-06-19,2,1,6,7,0,2,1,2,0.6,0.5758,0.78,0.1343,18,462,480
+12724,2012-06-19,2,1,6,8,0,2,1,2,0.6,0.5758,0.78,0.1642,40,633,673
+12725,2012-06-19,2,1,6,9,0,2,1,1,0.64,0.6061,0.73,0.0896,40,288,328
+12726,2012-06-19,2,1,6,10,0,2,1,1,0.64,0.6061,0.73,0.0896,44,136,180
+12727,2012-06-19,2,1,6,11,0,2,1,1,0.66,0.6212,0.69,0.1343,56,174,230
+12728,2012-06-19,2,1,6,12,0,2,1,1,0.7,0.6515,0.65,0.0896,70,222,292
+12729,2012-06-19,2,1,6,13,0,2,1,1,0.74,0.6818,0.58,0.1343,69,203,272
+12730,2012-06-19,2,1,6,14,0,2,1,1,0.76,0.7121,0.58,0.1045,61,166,227
+12731,2012-06-19,2,1,6,15,0,2,1,1,0.78,0.7424,0.59,0.1642,72,187,259
+12732,2012-06-19,2,1,6,16,0,2,1,1,0.8,0.7576,0.55,0.2239,48,286,334
+12733,2012-06-19,2,1,6,17,0,2,1,1,0.8,0.7576,0.55,0.194,86,725,811
+12734,2012-06-19,2,1,6,18,0,2,1,1,0.8,0.7576,0.55,0.1642,91,704,795
+12735,2012-06-19,2,1,6,19,0,2,1,1,0.8,0.7727,0.59,0.2239,82,432,514
+12736,2012-06-19,2,1,6,20,0,2,1,1,0.8,0.7576,0.55,0.2537,59,399,458
+12737,2012-06-19,2,1,6,21,0,2,1,1,0.76,0.7121,0.62,0.1642,37,239,276
+12738,2012-06-19,2,1,6,22,0,2,1,1,0.72,0.697,0.79,0.0896,51,240,291
+12739,2012-06-19,2,1,6,23,0,2,1,1,0.72,0.697,0.79,0.1343,23,102,125
+12740,2012-06-20,2,1,6,0,0,3,1,1,0.7,0.6667,0.79,0.194,5,48,53
+12741,2012-06-20,2,1,6,1,0,3,1,1,0.68,0.6364,0.79,0.194,7,20,27
+12742,2012-06-20,2,1,6,2,0,3,1,1,0.66,0.6061,0.83,0.1642,1,5,6
+12743,2012-06-20,2,1,6,3,0,3,1,1,0.66,0.6061,0.83,0.1343,2,6,8
+12744,2012-06-20,2,1,6,4,0,3,1,1,0.66,0.6061,0.83,0.0896,1,6,7
+12745,2012-06-20,2,1,6,5,0,3,1,1,0.66,0.6061,0.83,0.0896,2,37,39
+12746,2012-06-20,2,1,6,6,0,3,1,2,0.64,0.5758,0.89,0.0896,9,156,165
+12747,2012-06-20,2,1,6,7,0,3,1,2,0.66,0.5909,0.89,0,20,444,464
+12748,2012-06-20,2,1,6,8,0,3,1,2,0.7,0.6667,0.79,0.1045,43,600,643
+12749,2012-06-20,2,1,6,9,0,3,1,2,0.72,0.697,0.74,0,40,276,316
+12750,2012-06-20,2,1,6,10,0,3,1,1,0.82,0.7727,0.52,0.1343,41,126,167
+12751,2012-06-20,2,1,6,11,0,3,1,1,0.84,0.7879,0.49,0.194,54,134,188
+12752,2012-06-20,2,1,6,12,0,3,1,1,0.86,0.803,0.47,0.1642,30,150,180
+12753,2012-06-20,2,1,6,13,0,3,1,1,0.86,0.7879,0.44,0.1045,48,163,211
+12754,2012-06-20,2,1,6,14,0,3,1,1,0.88,0.803,0.39,0.194,56,134,190
+12755,2012-06-20,2,1,6,15,0,3,1,1,0.9,0.8182,0.35,0,36,143,179
+12756,2012-06-20,2,1,6,16,0,3,1,1,0.9,0.8182,0.35,0.1045,51,284,335
+12757,2012-06-20,2,1,6,17,0,3,1,1,0.9,0.8182,0.37,0,80,611,691
+12758,2012-06-20,2,1,6,18,0,3,1,1,0.9,0.8182,0.37,0,81,591,672
+12759,2012-06-20,2,1,6,19,0,3,1,1,0.88,0.7879,0.37,0.2537,90,449,539
+12760,2012-06-20,2,1,6,20,0,3,1,1,0.86,0.7727,0.39,0.2239,81,326,407
+12761,2012-06-20,2,1,6,21,0,3,1,1,0.84,0.7576,0.44,0.0896,42,302,344
+12762,2012-06-20,2,1,6,22,0,3,1,1,0.82,0.7576,0.46,0.1045,31,226,257
+12763,2012-06-20,2,1,6,23,0,3,1,1,0.78,0.7424,0.59,0.1045,21,102,123
+12764,2012-06-21,3,1,6,0,0,4,1,1,0.74,0.697,0.7,0.0896,16,53,69
+12765,2012-06-21,3,1,6,1,0,4,1,1,0.72,0.697,0.79,0.1343,2,16,18
+12766,2012-06-21,3,1,6,2,0,4,1,1,0.72,0.697,0.79,0.1045,11,7,18
+12767,2012-06-21,3,1,6,3,0,4,1,1,0.72,0.697,0.74,0,3,8,11
+12768,2012-06-21,3,1,6,4,0,4,1,1,0.7,0.6667,0.84,0.0896,1,11,12
+12769,2012-06-21,3,1,6,5,0,4,1,1,0.7,0.6667,0.84,0.1045,3,37,40
+12770,2012-06-21,3,1,6,6,0,4,1,2,0.7,0.6667,0.84,0.0896,3,147,150
+12771,2012-06-21,3,1,6,7,0,4,1,2,0.7,0.6667,0.84,0.0896,26,437,463
+12772,2012-06-21,3,1,6,8,0,4,1,1,0.74,0.697,0.7,0,27,563,590
+12773,2012-06-21,3,1,6,9,0,4,1,1,0.8,0.7576,0.55,0.194,32,224,256
+12774,2012-06-21,3,1,6,10,0,4,1,1,0.84,0.7879,0.49,0.1045,36,114,150
+12775,2012-06-21,3,1,6,11,0,4,1,1,0.86,0.7879,0.41,0.1343,40,121,161
+12776,2012-06-21,3,1,6,12,0,4,1,1,0.9,0.8182,0.35,0.194,33,182,215
+12777,2012-06-21,3,1,6,13,0,4,1,1,0.9,0.8182,0.35,0,31,141,172
+12778,2012-06-21,3,1,6,14,0,4,1,1,0.88,0.7879,0.37,0.1642,27,149,176
+12779,2012-06-21,3,1,6,15,0,4,1,1,0.92,0.8333,0.33,0.1642,40,154,194
+12780,2012-06-21,3,1,6,16,0,4,1,1,0.9,0.8182,0.35,0.1343,37,283,320
+12781,2012-06-21,3,1,6,17,0,4,1,1,0.88,0.7879,0.37,0,80,535,615
+12782,2012-06-21,3,1,6,18,0,4,1,1,0.86,0.7879,0.41,0.194,78,562,640
+12783,2012-06-21,3,1,6,19,0,4,1,1,0.88,0.803,0.39,0.2239,84,415,499
+12784,2012-06-21,3,1,6,20,0,4,1,1,0.86,0.7879,0.44,0.194,79,357,436
+12785,2012-06-21,3,1,6,21,0,4,1,1,0.82,0.7727,0.52,0.194,55,256,311
+12786,2012-06-21,3,1,6,22,0,4,1,1,0.8,0.7879,0.63,0.1642,22,221,243
+12787,2012-06-21,3,1,6,23,0,4,1,1,0.8,0.7727,0.59,0.0896,12,134,146
+12788,2012-06-22,3,1,6,0,0,5,1,2,0.76,0.7273,0.7,0.1045,16,77,93
+12789,2012-06-22,3,1,6,1,0,5,1,1,0.76,0.7424,0.75,0.1642,3,28,31
+12790,2012-06-22,3,1,6,2,0,5,1,1,0.74,0.7121,0.79,0,0,12,12
+12791,2012-06-22,3,1,6,3,0,5,1,1,0.74,0.7121,0.79,0,1,6,7
+12792,2012-06-22,3,1,6,4,0,5,1,2,0.76,0.7273,0.66,0,3,7,10
+12793,2012-06-22,3,1,6,5,0,5,1,2,0.74,0.697,0.66,0.0896,3,35,38
+12794,2012-06-22,3,1,6,6,0,5,1,2,0.74,0.697,0.66,0,4,118,122
+12795,2012-06-22,3,1,6,7,0,5,1,1,0.74,0.6818,0.58,0.1642,19,340,359
+12796,2012-06-22,3,1,6,8,0,5,1,1,0.76,0.697,0.55,0.1343,49,564,613
+12797,2012-06-22,3,1,6,9,0,5,1,1,0.76,0.7121,0.58,0.2239,55,278,333
+12798,2012-06-22,3,1,6,10,0,5,1,1,0.8,0.7424,0.52,0.3582,52,133,185
+12799,2012-06-22,3,1,6,11,0,5,1,1,0.8,0.7424,0.49,0.1642,76,160,236
+12800,2012-06-22,3,1,6,12,0,5,1,1,0.84,0.7879,0.49,0.1343,63,191,254
+12801,2012-06-22,3,1,6,13,0,5,1,1,0.88,0.803,0.39,0.2239,72,228,300
+12802,2012-06-22,3,1,6,14,0,5,1,1,0.88,0.803,0.39,0.2239,65,198,263
+12803,2012-06-22,3,1,6,15,0,5,1,1,0.9,0.8182,0.35,0.3582,72,212,284
+12804,2012-06-22,3,1,6,16,0,5,1,1,0.9,0.803,0.31,0.2239,67,313,380
+12805,2012-06-22,3,1,6,17,0,5,1,2,0.82,0.7273,0.38,0.1642,95,551,646
+12806,2012-06-22,3,1,6,18,0,5,1,2,0.8,0.7576,0.55,0.194,62,443,505
+12807,2012-06-22,3,1,6,19,0,5,1,2,0.76,0.697,0.55,0.5224,45,317,362
+12808,2012-06-22,3,1,6,20,0,5,1,2,0.76,0.697,0.55,0.5224,31,171,202
+12809,2012-06-22,3,1,6,21,0,5,1,3,0.68,0.6364,0.65,0.2836,40,177,217
+12810,2012-06-22,3,1,6,22,0,5,1,1,0.68,0.6364,0.69,0.1343,42,155,197
+12811,2012-06-22,3,1,6,23,0,5,1,2,0.66,0.6212,0.74,0,29,145,174
+12812,2012-06-23,3,1,6,0,0,6,0,1,0.64,0.5758,0.83,0,14,102,116
+12813,2012-06-23,3,1,6,1,0,6,0,1,0.66,0.6061,0.78,0.1343,16,107,123
+12814,2012-06-23,3,1,6,2,0,6,0,2,0.64,0.5758,0.83,0.194,18,75,93
+12815,2012-06-23,3,1,6,3,0,6,0,2,0.64,0.5758,0.83,0.0896,10,32,42
+12816,2012-06-23,3,1,6,4,0,6,0,2,0.64,0.5758,0.83,0.1642,6,13,19
+12817,2012-06-23,3,1,6,5,0,6,0,2,0.64,0.5758,0.83,0.194,1,11,12
+12818,2012-06-23,3,1,6,6,0,6,0,1,0.64,0.5758,0.83,0.0896,10,37,47
+12819,2012-06-23,3,1,6,7,0,6,0,1,0.64,0.5758,0.83,0.1642,19,59,78
+12820,2012-06-23,3,1,6,8,0,6,0,1,0.68,0.6364,0.69,0.2239,34,133,167
+12821,2012-06-23,3,1,6,9,0,6,0,1,0.72,0.6818,0.62,0.194,85,247,332
+12822,2012-06-23,3,1,6,10,0,6,0,1,0.74,0.6818,0.55,0.194,177,317,494
+12823,2012-06-23,3,1,6,11,0,6,0,1,0.76,0.6818,0.48,0.2239,167,349,516
+12824,2012-06-23,3,1,6,12,0,6,0,1,0.8,0.7273,0.43,0.194,203,399,602
+12825,2012-06-23,3,1,6,13,0,6,0,1,0.82,0.7273,0.34,0.194,226,338,564
+12826,2012-06-23,3,1,6,14,0,6,0,1,0.78,0.6818,0.33,0.2537,238,371,609
+12827,2012-06-23,3,1,6,15,0,6,0,1,0.84,0.7273,0.3,0.3284,217,266,483
+12828,2012-06-23,3,1,6,16,0,6,0,1,0.84,0.7121,0.26,0.2985,196,317,513
+12829,2012-06-23,3,1,6,17,0,6,0,1,0.82,0.7121,0.26,0.2537,214,316,530
+12830,2012-06-23,3,1,6,18,0,6,0,1,0.82,0.7121,0.26,0.2985,194,287,481
+12831,2012-06-23,3,1,6,19,0,6,0,1,0.8,0.697,0.27,0.194,185,240,425
+12832,2012-06-23,3,1,6,20,0,6,0,1,0.78,0.6818,0.31,0.194,158,228,386
+12833,2012-06-23,3,1,6,21,0,6,0,1,0.76,0.6667,0.33,0.1343,99,223,322
+12834,2012-06-23,3,1,6,22,0,6,0,1,0.74,0.6515,0.37,0.1045,101,178,279
+12835,2012-06-23,3,1,6,23,0,6,0,1,0.72,0.6515,0.44,0,69,156,225
+12836,2012-06-24,3,1,6,0,0,0,0,1,0.7,0.6515,0.51,0,31,132,163
+12837,2012-06-24,3,1,6,1,0,0,0,2,0.68,0.6364,0.54,0.0896,39,88,127
+12838,2012-06-24,3,1,6,2,0,0,0,2,0.68,0.6364,0.51,0,34,80,114
+12839,2012-06-24,3,1,6,3,0,0,0,2,0.66,0.6212,0.65,0.0896,19,41,60
+12840,2012-06-24,3,1,6,4,0,0,0,2,0.66,0.6212,0.65,0,4,9,13
+12841,2012-06-24,3,1,6,5,0,0,0,1,0.62,0.6061,0.69,0.1343,1,7,8
+12842,2012-06-24,3,1,6,6,0,0,0,1,0.64,0.6061,0.65,0.1642,6,19,25
+12843,2012-06-24,3,1,6,7,0,0,0,1,0.64,0.6061,0.69,0.1045,23,48,71
+12844,2012-06-24,3,1,6,8,0,0,0,1,0.7,0.6515,0.58,0,38,103,141
+12845,2012-06-24,3,1,6,9,0,0,0,1,0.72,0.6667,0.51,0,63,169,232
+12846,2012-06-24,3,1,6,10,0,0,0,1,0.76,0.6818,0.4,0,161,291,452
+12847,2012-06-24,3,1,6,11,0,0,0,1,0.76,0.6818,0.4,0.1343,215,291,506
+12848,2012-06-24,3,1,6,12,0,0,0,1,0.8,0.697,0.33,0.2239,227,329,556
+12849,2012-06-24,3,1,6,13,0,0,0,1,0.8,0.697,0.33,0.2836,237,348,585
+12850,2012-06-24,3,1,6,14,0,0,0,1,0.84,0.7273,0.3,0.2985,253,298,551
+12851,2012-06-24,3,1,6,15,0,0,0,1,0.86,0.7424,0.28,0.2239,197,290,487
+12852,2012-06-24,3,1,6,16,0,0,0,1,0.84,0.7273,0.3,0.2537,181,280,461
+12853,2012-06-24,3,1,6,17,0,0,0,1,0.84,0.7273,0.32,0.2537,203,329,532
+12854,2012-06-24,3,1,6,18,0,0,0,1,0.82,0.7273,0.34,0.2537,186,348,534
+12855,2012-06-24,3,1,6,19,0,0,0,1,0.8,0.7121,0.38,0.2985,176,247,423
+12856,2012-06-24,3,1,6,20,0,0,0,1,0.78,0.697,0.46,0.2537,108,224,332
+12857,2012-06-24,3,1,6,21,0,0,0,1,0.76,0.697,0.55,0.2239,76,177,253
+12858,2012-06-24,3,1,6,22,0,0,0,1,0.74,0.6818,0.55,0.1045,53,125,178
+12859,2012-06-24,3,1,6,23,0,0,0,1,0.74,0.6818,0.58,0.1045,20,67,87
+12860,2012-06-25,3,1,6,0,0,1,1,1,0.72,0.6818,0.62,0.2537,31,37,68
+12861,2012-06-25,3,1,6,1,0,1,1,1,0.7,0.6515,0.65,0.2239,11,20,31
+12862,2012-06-25,3,1,6,2,0,1,1,1,0.7,0.6515,0.7,0.2239,4,10,14
+12863,2012-06-25,3,1,6,3,0,1,1,1,0.68,0.6364,0.69,0.2537,1,4,5
+12864,2012-06-25,3,1,6,4,0,1,1,1,0.66,0.6061,0.78,0.2537,0,4,4
+12865,2012-06-25,3,1,6,5,0,1,1,1,0.66,0.6212,0.74,0.1642,1,42,43
+12866,2012-06-25,3,1,6,6,0,1,1,1,0.64,0.5909,0.78,0.1642,11,147,158
+12867,2012-06-25,3,1,6,7,0,1,1,1,0.66,0.6212,0.74,0.2239,30,455,485
+12868,2012-06-25,3,1,6,8,0,1,1,1,0.66,0.6212,0.69,0.194,53,555,608
+12869,2012-06-25,3,1,6,9,0,1,1,1,0.7,0.6515,0.65,0.194,37,231,268
+12870,2012-06-25,3,1,6,10,0,1,1,1,0.76,0.697,0.55,0.1642,58,126,184
+12871,2012-06-25,3,1,6,11,0,1,1,1,0.8,0.7273,0.43,0.3284,54,127,181
+12872,2012-06-25,3,1,6,12,0,1,1,2,0.76,0.6818,0.45,0.2985,74,196,270
+12873,2012-06-25,3,1,6,13,0,1,1,1,0.72,0.6667,0.51,0.2985,79,181,260
+12874,2012-06-25,3,1,6,14,0,1,1,1,0.78,0.697,0.43,0.2537,90,161,251
+12875,2012-06-25,3,1,6,15,0,1,1,1,0.78,0.6818,0.38,0.4627,65,168,233
+12876,2012-06-25,3,1,6,16,0,1,1,1,0.8,0.697,0.31,0.3881,104,310,414
+12877,2012-06-25,3,1,6,17,0,1,1,1,0.8,0.6818,0.24,0.4627,76,757,833
+12878,2012-06-25,3,1,6,18,0,1,1,1,0.76,0.6667,0.27,0.4478,100,691,791
+12879,2012-06-25,3,1,6,19,0,1,1,1,0.74,0.6515,0.27,0.4627,74,508,582
+12880,2012-06-25,3,1,6,20,0,1,1,1,0.72,0.6515,0.3,0.4478,100,375,475
+12881,2012-06-25,3,1,6,21,0,1,1,1,0.68,0.6212,0.3,0.3284,50,281,331
+12882,2012-06-25,3,1,6,22,0,1,1,1,0.66,0.6212,0.29,0.3881,21,166,187
+12883,2012-06-25,3,1,6,23,0,1,1,1,0.64,0.6212,0.33,0.3284,15,88,103
+12884,2012-06-26,3,1,6,0,0,2,1,1,0.62,0.6212,0.33,0.3284,8,29,37
+12885,2012-06-26,3,1,6,1,0,2,1,1,0.6,0.6212,0.35,0.3881,11,19,30
+12886,2012-06-26,3,1,6,2,0,2,1,1,0.56,0.5303,0.43,0.2836,2,7,9
+12887,2012-06-26,3,1,6,3,0,2,1,1,0.54,0.5152,0.45,0.2836,2,7,9
+12888,2012-06-26,3,1,6,4,0,2,1,1,0.54,0.5152,0.45,0.2985,1,9,10
+12889,2012-06-26,3,1,6,5,0,2,1,1,0.52,0.5,0.48,0.3881,3,36,39
+12890,2012-06-26,3,1,6,6,0,2,1,1,0.52,0.5,0.52,0.2985,12,176,188
+12891,2012-06-26,3,1,6,7,0,2,1,1,0.52,0.5,0.52,0.3582,21,531,552
+12892,2012-06-26,3,1,6,8,0,2,1,1,0.56,0.5303,0.49,0.3284,34,622,656
+12893,2012-06-26,3,1,6,9,0,2,1,1,0.58,0.5455,0.46,0.4179,30,298,328
+12894,2012-06-26,3,1,6,10,0,2,1,1,0.62,0.6212,0.41,0.3582,37,153,190
+12895,2012-06-26,3,1,6,11,0,2,1,1,0.64,0.6212,0.36,0.4179,46,189,235
+12896,2012-06-26,3,1,6,12,0,2,1,1,0.66,0.6212,0.34,0.4478,80,228,308
+12897,2012-06-26,3,1,6,13,0,2,1,1,0.7,0.6364,0.3,0.4627,74,232,306
+12898,2012-06-26,3,1,6,14,0,2,1,1,0.7,0.6364,0.3,0.4627,81,186,267
+12899,2012-06-26,3,1,6,15,0,2,1,1,0.72,0.6515,0.28,0.4627,88,229,317
+12900,2012-06-26,3,1,6,16,0,2,1,1,0.72,0.6364,0.26,0.4925,67,349,416
+12901,2012-06-26,3,1,6,17,0,2,1,1,0.72,0.6515,0.28,0.4179,104,796,900
+12902,2012-06-26,3,1,6,18,0,2,1,1,0.72,0.6515,0.28,0.3582,105,719,824
+12903,2012-06-26,3,1,6,19,0,2,1,1,0.72,0.6515,0.28,0.2239,83,529,612
+12904,2012-06-26,3,1,6,20,0,2,1,1,0.7,0.6364,0.3,0.2836,88,417,505
+12905,2012-06-26,3,1,6,21,0,2,1,1,0.68,0.6364,0.34,0.194,61,267,328
+12906,2012-06-26,3,1,6,22,0,2,1,1,0.66,0.6212,0.34,0.2537,26,219,245
+12907,2012-06-26,3,1,6,23,0,2,1,1,0.62,0.6212,0.41,0.1343,13,118,131
+12908,2012-06-27,3,1,6,0,0,3,1,1,0.62,0.6212,0.41,0.194,15,39,54
+12909,2012-06-27,3,1,6,1,0,3,1,1,0.6,0.6212,0.43,0.1642,5,18,23
+12910,2012-06-27,3,1,6,2,0,3,1,1,0.56,0.5303,0.49,0.1343,2,12,14
+12911,2012-06-27,3,1,6,3,0,3,1,1,0.58,0.5455,0.46,0.0896,1,7,8
+12912,2012-06-27,3,1,6,4,0,3,1,1,0.6,0.6212,0.4,0.2537,0,11,11
+12913,2012-06-27,3,1,6,5,0,3,1,1,0.6,0.6212,0.43,0.2836,2,34,36
+12914,2012-06-27,3,1,6,6,0,3,1,1,0.58,0.5455,0.46,0.2836,7,193,200
+12915,2012-06-27,3,1,6,7,0,3,1,1,0.6,0.6212,0.43,0.3582,29,498,527
+12916,2012-06-27,3,1,6,8,0,3,1,1,0.62,0.6212,0.43,0.3284,49,638,687
+12917,2012-06-27,3,1,6,9,0,3,1,1,0.66,0.6212,0.41,0.3582,29,253,282
+12918,2012-06-27,3,1,6,10,0,3,1,1,0.7,0.6364,0.37,0.2537,34,138,172
+12919,2012-06-27,3,1,6,11,0,3,1,1,0.74,0.6515,0.3,0.3284,64,145,209
+12920,2012-06-27,3,1,6,12,0,3,1,1,0.76,0.6667,0.29,0.2985,77,245,322
+12921,2012-06-27,3,1,6,13,0,3,1,1,0.8,0.697,0.27,0.3284,77,244,321
+12922,2012-06-27,3,1,6,14,0,3,1,1,0.8,0.6818,0.24,0.3582,78,192,270
+12923,2012-06-27,3,1,6,15,0,3,1,1,0.8,0.697,0.26,0.4627,61,188,249
+12924,2012-06-27,3,1,6,16,0,3,1,1,0.82,0.697,0.24,0.4478,55,337,392
+12925,2012-06-27,3,1,6,17,0,3,1,1,0.82,0.697,0.24,0.3881,113,730,843
+12926,2012-06-27,3,1,6,18,0,3,1,1,0.8,0.697,0.27,0.3284,85,719,804
+12927,2012-06-27,3,1,6,19,0,3,1,1,0.78,0.6818,0.29,0.3284,101,542,643
+12928,2012-06-27,3,1,6,20,0,3,1,1,0.76,0.6667,0.31,0.194,76,369,445
+12929,2012-06-27,3,1,6,21,0,3,1,1,0.74,0.6515,0.35,0.1343,54,313,367
+12930,2012-06-27,3,1,6,22,0,3,1,1,0.72,0.6515,0.39,0.0896,52,245,297
+12931,2012-06-27,3,1,6,23,0,3,1,1,0.68,0.6364,0.47,0.1343,11,148,159
+12932,2012-06-28,3,1,6,0,0,4,1,1,0.66,0.6212,0.5,0.1045,2,52,54
+12933,2012-06-28,3,1,6,1,0,4,1,1,0.66,0.6212,0.54,0,11,14,25
+12934,2012-06-28,3,1,6,2,0,4,1,1,0.66,0.6212,0.5,0.0896,1,12,13
+12935,2012-06-28,3,1,6,3,0,4,1,1,0.66,0.6212,0.5,0.0896,1,6,7
+12936,2012-06-28,3,1,6,4,0,4,1,1,0.62,0.6061,0.61,0.1045,0,11,11
+12937,2012-06-28,3,1,6,5,0,4,1,1,0.62,0.6212,0.57,0.0896,8,39,47
+12938,2012-06-28,3,1,6,6,0,4,1,1,0.62,0.6212,0.57,0.0896,8,185,193
+12939,2012-06-28,3,1,6,7,0,4,1,1,0.62,0.6061,0.61,0.1045,24,484,508
+12940,2012-06-28,3,1,6,8,0,4,1,1,0.66,0.6212,0.5,0.1343,40,577,617
+12941,2012-06-28,3,1,6,9,0,4,1,1,0.7,0.6515,0.54,0.1642,33,318,351
+12942,2012-06-28,3,1,6,10,0,4,1,1,0.74,0.6667,0.48,0.194,40,144,184
+12943,2012-06-28,3,1,6,11,0,4,1,1,0.8,0.697,0.31,0.194,41,170,211
+12944,2012-06-28,3,1,6,12,0,4,1,1,0.84,0.7121,0.26,0.2836,49,227,276
+12945,2012-06-28,3,1,6,13,0,4,1,1,0.86,0.7424,0.26,0.2239,31,205,236
+12946,2012-06-28,3,1,6,14,0,4,1,1,0.86,0.7273,0.25,0.3284,66,188,254
+12947,2012-06-28,3,1,6,15,0,4,1,1,0.86,0.7273,0.25,0.3284,24,195,219
+12948,2012-06-28,3,1,6,16,0,4,1,1,0.88,0.7424,0.23,0.194,56,331,387
+12949,2012-06-28,3,1,6,17,0,4,1,1,0.88,0.7424,0.22,0.194,71,634,705
+12950,2012-06-28,3,1,6,18,0,4,1,1,0.86,0.7273,0.25,0.2239,100,597,697
+12951,2012-06-28,3,1,6,19,0,4,1,1,0.84,0.7273,0.3,0.2985,79,492,571
+12952,2012-06-28,3,1,6,20,0,4,1,1,0.82,0.7273,0.34,0.194,71,399,470
+12953,2012-06-28,3,1,6,21,0,4,1,1,0.76,0.697,0.55,0.194,89,309,398
+12954,2012-06-28,3,1,6,22,0,4,1,1,0.76,0.697,0.52,0.1642,50,224,274
+12955,2012-06-28,3,1,6,23,0,4,1,1,0.74,0.6667,0.48,0.1343,26,145,171
+12956,2012-06-29,3,1,6,0,0,5,1,1,0.74,0.6667,0.48,0.1343,24,90,114
+12957,2012-06-29,3,1,6,1,0,5,1,1,0.74,0.6667,0.51,0.1642,9,33,42
+12958,2012-06-29,3,1,6,2,0,5,1,1,0.72,0.6667,0.58,0.194,3,15,18
+12959,2012-06-29,3,1,6,3,0,5,1,1,0.72,0.6667,0.58,0.194,3,5,8
+12960,2012-06-29,3,1,6,4,0,5,1,1,0.7,0.6515,0.65,0.1642,1,9,10
+12961,2012-06-29,3,1,6,5,0,5,1,1,0.7,0.6515,0.61,0.1045,6,39,45
+12962,2012-06-29,3,1,6,6,0,5,1,2,0.7,0.6515,0.61,0.1642,15,148,163
+12963,2012-06-29,3,1,6,7,0,5,1,1,0.7,0.6515,0.61,0.1045,19,361,380
+12964,2012-06-29,3,1,6,8,0,5,1,2,0.74,0.6818,0.55,0.1045,48,576,624
+12965,2012-06-29,3,1,6,9,0,5,1,1,0.76,0.697,0.55,0.1642,39,261,300
+12966,2012-06-29,3,1,6,10,0,5,1,1,0.9,0.8333,0.39,0.2985,32,139,171
+12967,2012-06-29,3,1,6,11,0,5,1,2,0.9,0.8485,0.42,0.2836,51,137,188
+12968,2012-06-29,3,1,6,12,0,5,1,2,0.92,0.8788,0.4,0.2537,53,173,226
+12969,2012-06-29,3,1,6,13,0,5,1,1,0.94,0.8788,0.38,0.194,45,194,239
+12970,2012-06-29,3,1,6,14,0,5,1,1,0.96,0.9091,0.36,0.2239,49,184,233
+12971,2012-06-29,3,1,6,15,0,5,1,1,0.96,0.9091,0.36,0,47,183,230
+12972,2012-06-29,3,1,6,16,0,5,1,1,0.96,0.9091,0.36,0,59,292,351
+12973,2012-06-29,3,1,6,17,0,5,1,1,0.98,0.9242,0.34,0.194,82,457,539
+12974,2012-06-29,3,1,6,18,0,5,1,1,0.96,0.8636,0.31,0,50,414,464
+12975,2012-06-29,3,1,6,19,0,5,1,1,0.9,0.8788,0.47,0.194,60,303,363
+12976,2012-06-29,3,1,6,20,0,5,1,1,0.92,0.8939,0.42,0.2537,53,255,308
+12977,2012-06-29,3,1,6,21,0,5,1,2,0.86,0.8333,0.53,0.194,41,195,236
+12978,2012-06-29,3,1,6,22,0,5,1,3,0.82,0.8333,0.63,0.194,34,129,163
+12979,2012-06-29,3,1,6,23,0,5,1,3,0.82,0.8333,0.63,0.194,6,42,48
+12980,2012-06-30,3,1,6,0,0,6,0,3,0.64,0.5758,0.89,0.1642,4,65,69
+12981,2012-06-30,3,1,6,1,0,6,0,3,0.64,0.5758,0.89,0.2239,3,55,58
+12982,2012-06-30,3,1,6,2,0,6,0,2,0.64,0.5758,0.89,0,7,54,61
+12983,2012-06-30,3,1,6,3,0,6,0,2,0.64,0.5758,0.89,0,3,20,23
+12984,2012-06-30,3,1,6,4,0,6,0,2,0.62,0.5455,0.94,0,3,15,18
+12985,2012-06-30,3,1,6,5,0,6,0,1,0.64,0.5758,0.89,0.1642,3,7,10
+12986,2012-06-30,3,1,6,6,0,6,0,1,0.64,0.5758,0.89,0.1642,6,36,42
+12987,2012-06-30,3,1,6,7,0,6,0,1,0.64,0.5758,0.89,0.1642,10,82,92
+12988,2012-06-30,3,1,6,8,0,6,0,1,0.64,0.5758,0.89,0.1642,26,168,194
+12989,2012-06-30,3,1,6,9,0,6,0,1,0.64,0.5758,0.89,0.1642,41,234,275
+12990,2012-06-30,3,1,6,10,0,6,0,1,0.88,0.7727,0.3,0.2537,96,308,404
+12991,2012-06-30,3,1,6,11,0,6,0,1,0.88,0.7727,0.3,0.2537,102,350,452
+12992,2012-06-30,3,1,6,12,0,6,0,1,0.88,0.7727,0.3,0.2537,143,328,471
+12993,2012-06-30,3,1,6,13,0,6,0,1,0.88,0.7727,0.3,0.2537,105,323,428
+12994,2012-06-30,3,1,6,14,0,6,0,1,0.88,0.7727,0.3,0.2537,114,295,409
+12995,2012-06-30,3,1,6,15,0,6,0,1,0.88,0.7727,0.3,0.2537,117,287,404
+12996,2012-06-30,3,1,6,16,0,6,0,1,0.9,0.7879,0.29,0.1642,109,264,373
+12997,2012-06-30,3,1,6,17,0,6,0,1,0.88,0.7727,0.32,0.1343,131,231,362
+12998,2012-06-30,3,1,6,18,0,6,0,1,0.88,0.7879,0.35,0,91,248,339
+12999,2012-06-30,3,1,6,19,0,6,0,1,0.84,0.7576,0.44,0.2537,134,240,374
+13000,2012-06-30,3,1,6,20,0,6,0,1,0.82,0.7727,0.52,0.1642,88,204,292
+13001,2012-06-30,3,1,6,21,0,6,0,1,0.82,0.7727,0.52,0.1642,48,165,213
+13002,2012-06-30,3,1,6,22,0,6,0,1,0.78,0.7424,0.62,0.1642,38,134,172
+13003,2012-06-30,3,1,6,23,0,6,0,1,0.78,0.7424,0.62,0.0896,33,119,152
+13004,2012-07-01,3,1,7,0,0,0,0,1,0.76,0.7273,0.66,0,27,122,149
+13005,2012-07-01,3,1,7,1,0,0,0,1,0.74,0.697,0.7,0.1343,12,81,93
+13006,2012-07-01,3,1,7,2,0,0,0,1,0.72,0.697,0.74,0.0896,21,69,90
+13007,2012-07-01,3,1,7,3,0,0,0,1,0.72,0.7121,0.84,0.1343,6,27,33
+13008,2012-07-01,3,1,7,4,0,0,0,1,0.7,0.6667,0.79,0.194,0,4,4
+13009,2012-07-01,3,1,7,5,0,0,0,1,0.68,0.6364,0.79,0.1045,3,7,10
+13010,2012-07-01,3,1,7,6,0,0,0,1,0.7,0.6667,0.79,0.0896,8,19,27
+13011,2012-07-01,3,1,7,7,0,0,0,1,0.74,0.697,0.7,0,13,37,50
+13012,2012-07-01,3,1,7,8,0,0,0,1,0.78,0.7424,0.62,0.1045,36,106,142
+13013,2012-07-01,3,1,7,9,0,0,0,1,0.82,0.7879,0.56,0,51,168,219
+13014,2012-07-01,3,1,7,10,0,0,0,1,0.86,0.7879,0.44,0.2985,98,268,366
+13015,2012-07-01,3,1,7,11,0,0,0,1,0.88,0.803,0.39,0.2239,121,256,377
+13016,2012-07-01,3,1,7,12,0,0,0,1,0.9,0.8182,0.37,0.2239,114,319,433
+13017,2012-07-01,3,1,7,13,0,0,0,1,0.92,0.8333,0.33,0.2537,111,309,420
+13018,2012-07-01,3,1,7,14,0,0,0,1,0.92,0.8333,0.33,0.2537,98,346,444
+13019,2012-07-01,3,1,7,15,0,0,0,1,0.9,0.8182,0.37,0.2836,101,244,345
+13020,2012-07-01,3,1,7,16,0,0,0,1,0.92,0.8333,0.33,0.2985,85,228,313
+13021,2012-07-01,3,1,7,17,0,0,0,1,0.92,0.803,0.26,0.2985,90,323,413
+13022,2012-07-01,3,1,7,18,0,0,0,1,0.88,0.7727,0.32,0.3582,95,275,370
+13023,2012-07-01,3,1,7,19,0,0,0,1,0.84,0.7424,0.39,0.1343,103,279,382
+13024,2012-07-01,3,1,7,20,0,0,0,1,0.84,0.7424,0.39,0.1343,88,244,332
+13025,2012-07-01,3,1,7,21,0,0,0,1,0.84,0.7424,0.39,0.1343,77,181,258
+13026,2012-07-01,3,1,7,22,0,0,0,1,0.82,0.7424,0.43,0.1343,41,110,151
+13027,2012-07-01,3,1,7,23,0,0,0,3,0.78,0.7121,0.52,0.1642,22,88,110
+13028,2012-07-02,3,1,7,0,0,1,1,2,0.76,0.7121,0.58,0.2239,12,31,43
+13029,2012-07-02,3,1,7,1,0,1,1,2,0.76,0.7121,0.58,0.194,3,14,17
+13030,2012-07-02,3,1,7,2,0,1,1,2,0.74,0.6667,0.51,0.2537,1,14,15
+13031,2012-07-02,3,1,7,3,0,1,1,2,0.72,0.6667,0.54,0.4179,0,5,5
+13032,2012-07-02,3,1,7,4,0,1,1,2,0.72,0.6667,0.54,0.2985,2,10,12
+13033,2012-07-02,3,1,7,5,0,1,1,2,0.72,0.6667,0.51,0,3,37,40
+13034,2012-07-02,3,1,7,6,0,1,1,1,0.7,0.6515,0.58,0.1045,4,132,136
+13035,2012-07-02,3,1,7,7,0,1,1,1,0.74,0.6667,0.51,0.1045,8,390,398
+13036,2012-07-02,3,1,7,8,0,1,1,1,0.76,0.697,0.52,0.194,20,548,568
+13037,2012-07-02,3,1,7,9,0,1,1,1,0.78,0.697,0.46,0.2537,56,239,295
+13038,2012-07-02,3,1,7,10,0,1,1,1,0.8,0.7273,0.43,0.2537,70,104,174
+13039,2012-07-02,3,1,7,11,0,1,1,1,0.84,0.7273,0.28,0.2985,67,134,201
+13040,2012-07-02,3,1,7,12,0,1,1,1,0.84,0.7273,0.32,0.194,74,183,257
+13041,2012-07-02,3,1,7,13,0,1,1,1,0.86,0.7576,0.34,0.2239,74,162,236
+13042,2012-07-02,3,1,7,14,0,1,1,1,0.86,0.7576,0.34,0.2239,79,151,230
+13043,2012-07-02,3,1,7,15,0,1,1,1,0.84,0.7424,0.36,0.194,59,175,234
+13044,2012-07-02,3,1,7,16,0,1,1,1,0.84,0.7424,0.36,0.2836,61,304,365
+13045,2012-07-02,3,1,7,17,0,1,1,1,0.84,0.7273,0.32,0.1343,82,665,747
+13046,2012-07-02,3,1,7,18,0,1,1,1,0.84,0.7273,0.32,0.1642,72,658,730
+13047,2012-07-02,3,1,7,19,0,1,1,1,0.78,0.697,0.43,0.1343,71,510,581
+13048,2012-07-02,3,1,7,20,0,1,1,1,0.78,0.697,0.43,0.1343,38,357,395
+13049,2012-07-02,3,1,7,21,0,1,1,1,0.76,0.6818,0.45,0.1343,17,241,258
+13050,2012-07-02,3,1,7,22,0,1,1,1,0.74,0.6667,0.51,0.1642,19,169,188
+13051,2012-07-02,3,1,7,23,0,1,1,1,0.74,0.6667,0.51,0.1045,12,90,102
+13052,2012-07-03,3,1,7,0,0,2,1,1,0.72,0.6667,0.54,0,9,44,53
+13053,2012-07-03,3,1,7,1,0,2,1,1,0.72,0.6667,0.58,0,5,9,14
+13054,2012-07-03,3,1,7,2,0,2,1,1,0.72,0.6667,0.58,0,2,8,10
+13055,2012-07-03,3,1,7,3,0,2,1,1,0.7,0.6515,0.65,0.1343,0,2,2
+13056,2012-07-03,3,1,7,4,0,2,1,1,0.68,0.6364,0.65,0.1045,0,6,6
+13057,2012-07-03,3,1,7,5,0,2,1,1,0.7,0.6515,0.61,0,2,33,35
+13058,2012-07-03,3,1,7,6,0,2,1,1,0.7,0.6515,0.65,0.1343,5,149,154
+13059,2012-07-03,3,1,7,7,0,2,1,1,0.74,0.6818,0.58,0,21,462,483
+13060,2012-07-03,3,1,7,8,0,2,1,1,0.74,0.6818,0.62,0.0896,42,604,646
+13061,2012-07-03,3,1,7,9,0,2,1,1,0.8,0.7424,0.49,0.1642,46,226,272
+13062,2012-07-03,3,1,7,10,0,2,1,1,0.82,0.7424,0.43,0.2239,56,153,209
+13063,2012-07-03,3,1,7,11,0,2,1,1,0.86,0.7576,0.34,0.194,66,151,217
+13064,2012-07-03,3,1,7,12,0,2,1,1,0.88,0.7576,0.28,0.194,74,198,272
+13065,2012-07-03,3,1,7,13,0,2,1,1,0.9,0.7727,0.25,0.1343,80,203,283
+13066,2012-07-03,3,1,7,14,0,2,1,1,0.9,0.7727,0.25,0.194,69,241,310
+13067,2012-07-03,3,1,7,15,0,2,1,2,0.9,0.7727,0.24,0,71,330,401
+13068,2012-07-03,3,1,7,16,0,2,1,2,0.9,0.7727,0.24,0.194,90,437,527
+13069,2012-07-03,3,1,7,17,0,2,1,2,0.86,0.7424,0.3,0.1642,102,620,722
+13070,2012-07-03,3,1,7,18,0,2,1,2,0.86,0.7424,0.3,0,85,542,627
+13071,2012-07-03,3,1,7,19,0,2,1,2,0.84,0.7424,0.36,0.1343,66,431,497
+13072,2012-07-03,3,1,7,20,0,2,1,3,0.76,0.697,0.55,0.4925,80,296,376
+13073,2012-07-03,3,1,7,21,0,2,1,2,0.7,0.6515,0.7,0.2836,36,160,196
+13074,2012-07-03,3,1,7,22,0,2,1,1,0.68,0.6364,0.79,0.194,26,151,177
+13075,2012-07-03,3,1,7,23,0,2,1,1,0.66,0.6061,0.83,0,19,152,171
+13076,2012-07-04,3,1,7,0,1,3,0,1,0.68,0.6364,0.79,0.0896,19,140,159
+13077,2012-07-04,3,1,7,1,1,3,0,1,0.68,0.6364,0.74,0,27,96,123
+13078,2012-07-04,3,1,7,2,1,3,0,1,0.66,0.6061,0.83,0.1343,27,66,93
+13079,2012-07-04,3,1,7,3,1,3,0,1,0.68,0.6364,0.74,0.194,9,23,32
+13080,2012-07-04,3,1,7,4,1,3,0,1,0.68,0.6364,0.69,0.2537,5,11,16
+13081,2012-07-04,3,1,7,5,1,3,0,1,0.66,0.6212,0.69,0,5,14,19
+13082,2012-07-04,3,1,7,6,1,3,0,1,0.66,0.6212,0.69,0,9,23,32
+13083,2012-07-04,3,1,7,7,1,3,0,1,0.68,0.6364,0.65,0,10,62,72
+13084,2012-07-04,3,1,7,8,1,3,0,1,0.7,0.6515,0.61,0.1045,43,110,153
+13085,2012-07-04,3,1,7,9,1,3,0,1,0.76,0.697,0.52,0,90,203,293
+13086,2012-07-04,3,1,7,10,1,3,0,1,0.8,0.7273,0.46,0,143,304,447
+13087,2012-07-04,3,1,7,11,1,3,0,1,0.82,0.7576,0.46,0.1343,164,321,485
+13088,2012-07-04,3,1,7,12,1,3,0,1,0.86,0.7879,0.41,0.2239,164,330,494
+13089,2012-07-04,3,1,7,13,1,3,0,1,0.9,0.8182,0.35,0,177,322,499
+13090,2012-07-04,3,1,7,14,1,3,0,1,0.9,0.8182,0.37,0.1642,190,357,547
+13091,2012-07-04,3,1,7,15,1,3,0,1,0.92,0.8485,0.35,0.2985,155,299,454
+13092,2012-07-04,3,1,7,16,1,3,0,1,0.92,0.8485,0.35,0.2537,163,226,389
+13093,2012-07-04,3,1,7,17,1,3,0,1,0.92,0.8485,0.35,0.2985,161,253,414
+13094,2012-07-04,3,1,7,18,1,3,0,1,0.9,0.8485,0.42,0.194,159,271,430
+13095,2012-07-04,3,1,7,19,1,3,0,1,0.86,0.803,0.47,0.2239,177,255,432
+13096,2012-07-04,3,1,7,20,1,3,0,1,0.86,0.803,0.47,0.2239,237,314,551
+13097,2012-07-04,3,1,7,21,1,3,0,1,0.84,0.803,0.53,0.1343,222,362,584
+13098,2012-07-04,3,1,7,22,1,3,0,1,0.82,0.7879,0.56,0.2239,175,327,502
+13099,2012-07-04,3,1,7,23,1,3,0,2,0.78,0.697,0.43,0.0896,31,152,183
+13100,2012-07-05,3,1,7,0,0,4,1,1,0.74,0.6667,0.51,0.1045,17,71,88
+13101,2012-07-05,3,1,7,1,0,4,1,1,0.74,0.6667,0.51,0.2836,6,24,30
+13102,2012-07-05,3,1,7,2,0,4,1,1,0.74,0.6667,0.51,0,4,14,18
+13103,2012-07-05,3,1,7,3,0,4,1,1,0.72,0.6667,0.54,0.194,2,5,7
+13104,2012-07-05,3,1,7,4,0,4,1,1,0.72,0.6667,0.58,0,0,7,7
+13105,2012-07-05,3,1,7,5,0,4,1,1,0.72,0.6818,0.62,0,1,28,29
+13106,2012-07-05,3,1,7,6,0,4,1,1,0.72,0.6667,0.58,0,3,130,133
+13107,2012-07-05,3,1,7,7,0,4,1,1,0.76,0.697,0.55,0,27,316,343
+13108,2012-07-05,3,1,7,8,0,4,1,1,0.8,0.7424,0.49,0.1343,36,514,550
+13109,2012-07-05,3,1,7,9,0,4,1,1,0.84,0.7879,0.49,0.2985,47,246,293
+13110,2012-07-05,3,1,7,10,0,4,1,1,0.86,0.7879,0.44,0.3582,69,117,186
+13111,2012-07-05,3,1,7,11,0,4,1,1,0.9,0.8182,0.35,0.2985,107,137,244
+13112,2012-07-05,3,1,7,12,0,4,1,1,0.9,0.8182,0.35,0.3582,88,188,276
+13113,2012-07-05,3,1,7,13,0,4,1,1,0.92,0.8333,0.33,0.2239,129,181,310
+13114,2012-07-05,3,1,7,14,0,4,1,1,0.92,0.8333,0.33,0.3284,87,154,241
+13115,2012-07-05,3,1,7,15,0,4,1,1,0.92,0.8333,0.33,0.3582,71,183,254
+13116,2012-07-05,3,1,7,16,0,4,1,1,0.92,0.8333,0.33,0.2537,109,324,433
+13117,2012-07-05,3,1,7,17,0,4,1,1,0.92,0.8485,0.35,0.1642,114,575,689
+13118,2012-07-05,3,1,7,18,0,4,1,2,0.9,0.8333,0.39,0.3284,96,511,607
+13119,2012-07-05,3,1,7,19,0,4,1,2,0.88,0.803,0.39,0.2537,128,375,503
+13120,2012-07-05,3,1,7,20,0,4,1,2,0.86,0.7879,0.41,0.2239,78,243,321
+13121,2012-07-05,3,1,7,21,0,4,1,1,0.84,0.7727,0.47,0.194,91,232,323
+13122,2012-07-05,3,1,7,22,0,4,1,1,0.82,0.803,0.59,0.1343,63,162,225
+13123,2012-07-05,3,1,7,23,0,4,1,1,0.8,0.7576,0.55,0.1642,32,99,131
+13124,2012-07-06,3,1,7,0,0,5,1,1,0.78,0.7424,0.62,0.1343,39,63,102
+13125,2012-07-06,3,1,7,1,0,5,1,1,0.78,0.7273,0.55,0.2239,7,22,29
+13126,2012-07-06,3,1,7,2,0,5,1,1,0.76,0.7121,0.62,0.1343,4,13,17
+13127,2012-07-06,3,1,7,3,0,5,1,2,0.74,0.697,0.7,0.194,1,6,7
+13128,2012-07-06,3,1,7,4,0,5,1,1,0.74,0.697,0.66,0.2239,2,4,6
+13129,2012-07-06,3,1,7,5,0,5,1,1,0.74,0.697,0.66,0.194,4,31,35
+13130,2012-07-06,3,1,7,6,0,5,1,1,0.74,0.697,0.66,0.194,4,127,131
+13131,2012-07-06,3,1,7,7,0,5,1,1,0.78,0.697,0.46,0.1343,20,333,353
+13132,2012-07-06,3,1,7,8,0,5,1,1,0.8,0.7121,0.41,0.1642,28,557,585
+13133,2012-07-06,3,1,7,9,0,5,1,1,0.82,0.7273,0.36,0.1343,55,249,304
+13134,2012-07-06,3,1,7,10,0,5,1,1,0.86,0.7424,0.3,0,80,130,210
+13135,2012-07-06,3,1,7,11,0,5,1,1,0.84,0.7273,0.32,0.0896,92,141,233
+13136,2012-07-06,3,1,7,12,0,5,1,1,0.88,0.7576,0.28,0.1045,111,220,331
+13137,2012-07-06,3,1,7,13,0,5,1,1,0.9,0.7879,0.27,0.1045,99,194,293
+13138,2012-07-06,3,1,7,14,0,5,1,1,0.9,0.803,0.31,0.1642,91,184,275
+13139,2012-07-06,3,1,7,15,0,5,1,1,0.92,0.8182,0.29,0.194,79,206,285
+13140,2012-07-06,3,1,7,16,0,5,1,1,0.92,0.8182,0.29,0.1045,69,300,369
+13141,2012-07-06,3,1,7,17,0,5,1,1,0.92,0.8182,0.29,0,90,486,576
+13142,2012-07-06,3,1,7,18,0,5,1,1,0.9,0.803,0.33,0.2537,106,454,560
+13143,2012-07-06,3,1,7,19,0,5,1,1,0.88,0.7879,0.35,0.2239,112,306,418
+13144,2012-07-06,3,1,7,20,0,5,1,1,0.86,0.7727,0.39,0.1045,91,245,336
+13145,2012-07-06,3,1,7,21,0,5,1,1,0.82,0.7727,0.52,0.1343,77,223,300
+13146,2012-07-06,3,1,7,22,0,5,1,1,0.8,0.7576,0.55,0.194,78,210,288
+13147,2012-07-06,3,1,7,23,0,5,1,1,0.8,0.7879,0.63,0.1045,27,137,164
+13148,2012-07-07,3,1,7,0,0,6,0,1,0.78,0.7576,0.66,0.1343,35,115,150
+13149,2012-07-07,3,1,7,1,0,6,0,1,0.76,0.7273,0.7,0.1642,16,55,71
+13150,2012-07-07,3,1,7,2,0,6,0,1,0.76,0.7424,0.72,0.1642,11,47,58
+13151,2012-07-07,3,1,7,3,0,6,0,1,0.74,0.7121,0.74,0.1343,12,19,31
+13152,2012-07-07,3,1,7,4,0,6,0,1,0.74,0.7121,0.74,0.1642,3,13,16
+13153,2012-07-07,3,1,7,5,0,6,0,1,0.74,0.7121,0.74,0.194,2,12,14
+13154,2012-07-07,3,1,7,6,0,6,0,1,0.74,0.7121,0.74,0.1045,4,27,31
+13155,2012-07-07,3,1,7,7,0,6,0,1,0.78,0.7576,0.66,0.1045,8,63,71
+13156,2012-07-07,3,1,7,8,0,6,0,1,0.82,0.8333,0.63,0.194,32,120,152
+13157,2012-07-07,3,1,7,9,0,6,0,1,0.84,0.8333,0.59,0.1642,69,187,256
+13158,2012-07-07,3,1,7,10,0,6,0,1,0.92,0.8636,0.37,0.2239,100,225,325
+13159,2012-07-07,3,1,7,11,0,6,0,1,0.94,0.8788,0.38,0.194,122,245,367
+13160,2012-07-07,3,1,7,12,0,6,0,1,0.96,0.8636,0.31,0.3582,124,218,342
+13161,2012-07-07,3,1,7,13,0,6,0,2,0.96,0.8636,0.31,0.2537,116,244,360
+13162,2012-07-07,3,1,7,14,0,6,0,2,0.96,0.8636,0.3,0.1343,105,203,308
+13163,2012-07-07,3,1,7,15,0,6,0,1,0.96,0.8485,0.26,0,113,193,306
+13164,2012-07-07,3,1,7,16,0,6,0,1,1,0.8636,0.19,0.1642,102,192,294
+13165,2012-07-07,3,1,7,17,0,6,0,1,0.96,0.8485,0.26,0.1343,103,176,279
+13166,2012-07-07,3,1,7,18,0,6,0,1,0.94,0.8333,0.29,0.0896,83,194,277
+13167,2012-07-07,3,1,7,19,0,6,0,1,0.92,0.8333,0.33,0.1343,68,219,287
+13168,2012-07-07,3,1,7,20,0,6,0,1,0.9,0.8182,0.37,0.1642,79,197,276
+13169,2012-07-07,3,1,7,21,0,6,0,1,0.88,0.7879,0.37,0.194,51,150,201
+13170,2012-07-07,3,1,7,22,0,6,0,1,0.84,0.8333,0.59,0.194,56,164,220
+13171,2012-07-07,3,1,7,23,0,6,0,1,0.84,0.8182,0.56,0.1642,34,114,148
+13172,2012-07-08,3,1,7,0,0,0,0,1,0.82,0.7879,0.56,0.1343,22,125,147
+13173,2012-07-08,3,1,7,1,0,0,0,1,0.82,0.7879,0.56,0.1045,25,99,124
+13174,2012-07-08,3,1,7,2,0,0,0,1,0.82,0.7727,0.52,0.1045,11,59,70
+13175,2012-07-08,3,1,7,3,0,0,0,1,0.8,0.7727,0.59,0.1045,1,34,35
+13176,2012-07-08,3,1,7,4,0,0,0,1,0.78,0.7576,0.66,0.1045,2,11,13
+13177,2012-07-08,3,1,7,5,0,0,0,1,0.78,0.7424,0.62,0,1,5,6
+13178,2012-07-08,3,1,7,6,0,0,0,1,0.78,0.7727,0.7,0.1343,5,16,21
+13179,2012-07-08,3,1,7,7,0,0,0,1,0.8,0.803,0.66,0,19,33,52
+13180,2012-07-08,3,1,7,8,0,0,0,1,0.84,0.803,0.53,0.1343,35,95,130
+13181,2012-07-08,3,1,7,9,0,0,0,1,0.86,0.8182,0.5,0.1045,70,172,242
+13182,2012-07-08,3,1,7,10,0,0,0,1,0.9,0.8636,0.45,0,85,234,319
+13183,2012-07-08,3,1,7,11,0,0,0,1,0.92,0.8939,0.42,0.2985,120,269,389
+13184,2012-07-08,3,1,7,12,0,0,0,1,0.92,0.8939,0.42,0.194,105,271,376
+13185,2012-07-08,3,1,7,13,0,0,0,1,0.94,0.8788,0.38,0.2537,118,219,337
+13186,2012-07-08,3,1,7,14,0,0,0,1,0.96,0.9091,0.36,0.1642,77,235,312
+13187,2012-07-08,3,1,7,15,0,0,0,3,0.92,0.8939,0.42,0.2836,80,218,298
+13188,2012-07-08,3,1,7,16,0,0,0,2,0.8,0.803,0.66,0.2239,65,226,291
+13189,2012-07-08,3,1,7,17,0,0,0,1,0.78,0.7424,0.59,0,68,202,270
+13190,2012-07-08,3,1,7,18,0,0,0,1,0.78,0.7424,0.62,0.1045,54,199,253
+13191,2012-07-08,3,1,7,19,0,0,0,1,0.78,0.7424,0.62,0.1642,66,184,250
+13192,2012-07-08,3,1,7,20,0,0,0,1,0.76,0.7273,0.7,0.0896,79,206,285
+13193,2012-07-08,3,1,7,21,0,0,0,1,0.76,0.7273,0.7,0.1343,58,149,207
+13194,2012-07-08,3,1,7,22,0,0,0,3,0.74,0.697,0.7,0.0896,12,110,122
+13195,2012-07-08,3,1,7,23,0,0,0,3,0.68,0.6364,0.83,0.0896,25,98,123
+13196,2012-07-09,3,1,7,0,0,1,1,2,0.68,0.6364,0.89,0.0896,6,33,39
+13197,2012-07-09,3,1,7,1,0,1,1,3,0.7,0.6667,0.89,0.1045,5,13,18
+13198,2012-07-09,3,1,7,2,0,1,1,3,0.7,0.6667,0.89,0.194,1,4,5
+13199,2012-07-09,3,1,7,3,0,1,1,3,0.7,0.6667,0.89,0.194,0,5,5
+13200,2012-07-09,3,1,7,4,0,1,1,3,0.66,0.5909,0.89,0.3881,1,1,2
+13201,2012-07-09,3,1,7,5,0,1,1,2,0.66,0.6061,0.83,0.2239,1,27,28
+13202,2012-07-09,3,1,7,6,0,1,1,3,0.64,0.5758,0.89,0.2537,6,86,92
+13203,2012-07-09,3,1,7,7,0,1,1,3,0.66,0.6061,0.83,0.2239,7,223,230
+13204,2012-07-09,3,1,7,8,0,1,1,2,0.66,0.6061,0.83,0.1642,26,429,455
+13205,2012-07-09,3,1,7,9,0,1,1,2,0.66,0.6061,0.83,0.1642,38,325,363
+13206,2012-07-09,3,1,7,10,0,1,1,2,0.66,0.6061,0.83,0.194,58,117,175
+13207,2012-07-09,3,1,7,11,0,1,1,2,0.72,0.6818,0.62,0.1343,72,144,216
+13208,2012-07-09,3,1,7,12,0,1,1,2,0.74,0.6818,0.58,0.1343,61,205,266
+13209,2012-07-09,3,1,7,13,0,1,1,2,0.76,0.697,0.55,0.2537,67,188,255
+13210,2012-07-09,3,1,7,14,0,1,1,2,0.74,0.6818,0.55,0.2537,58,184,242
+13211,2012-07-09,3,1,7,15,0,1,1,2,0.76,0.6818,0.45,0.2239,66,214,280
+13212,2012-07-09,3,1,7,16,0,1,1,1,0.78,0.697,0.4,0.2836,88,325,413
+13213,2012-07-09,3,1,7,17,0,1,1,1,0.78,0.697,0.4,0.1642,108,741,849
+13214,2012-07-09,3,1,7,18,0,1,1,1,0.76,0.6818,0.48,0.1343,82,790,872
+13215,2012-07-09,3,1,7,19,0,1,1,1,0.74,0.6818,0.55,0.1642,88,543,631
+13216,2012-07-09,3,1,7,20,0,1,1,2,0.74,0.6818,0.55,0.1045,69,378,447
+13217,2012-07-09,3,1,7,21,0,1,1,2,0.74,0.6818,0.55,0.0896,33,298,331
+13218,2012-07-09,3,1,7,22,0,1,1,2,0.72,0.6667,0.58,0.1045,35,189,224
+13219,2012-07-09,3,1,7,23,0,1,1,2,0.7,0.6515,0.65,0.1045,22,109,131
+13220,2012-07-10,3,1,7,0,0,2,1,1,0.7,0.6515,0.7,0.0896,16,53,69
+13221,2012-07-10,3,1,7,1,0,2,1,1,0.7,0.6667,0.74,0.1343,0,15,15
+13222,2012-07-10,3,1,7,2,0,2,1,1,0.7,0.6667,0.74,0.1343,1,15,16
+13223,2012-07-10,3,1,7,3,0,2,1,1,0.68,0.6364,0.79,0,0,3,3
+13224,2012-07-10,3,1,7,4,0,2,1,1,0.68,0.6364,0.79,0.1343,0,4,4
+13225,2012-07-10,3,1,7,5,0,2,1,1,0.66,0.6061,0.83,0.1343,3,39,42
+13226,2012-07-10,3,1,7,6,0,2,1,2,0.68,0.6364,0.79,0.1045,4,183,187
+13227,2012-07-10,3,1,7,7,0,2,1,2,0.7,0.6667,0.74,0.1045,31,489,520
+13228,2012-07-10,3,1,7,8,0,2,1,1,0.72,0.697,0.74,0.1343,34,615,649
+13229,2012-07-10,3,1,7,9,0,2,1,1,0.74,0.697,0.66,0.1343,47,284,331
+13230,2012-07-10,3,1,7,10,0,2,1,1,0.76,0.7121,0.62,0.194,56,134,190
+13231,2012-07-10,3,1,7,11,0,2,1,1,0.8,0.7273,0.46,0.194,92,157,249
+13232,2012-07-10,3,1,7,12,0,2,1,1,0.8,0.7121,0.41,0.1343,69,203,272
+13233,2012-07-10,3,1,7,13,0,2,1,1,0.82,0.7273,0.38,0.194,77,203,280
+13234,2012-07-10,3,1,7,14,0,2,1,1,0.82,0.7273,0.38,0.1642,71,171,242
+13235,2012-07-10,3,1,7,15,0,2,1,1,0.8,0.7121,0.41,0.2239,77,188,265
+13236,2012-07-10,3,1,7,16,0,2,1,1,0.8,0.7273,0.43,0.2239,89,346,435
+13237,2012-07-10,3,1,7,17,0,2,1,1,0.78,0.7121,0.49,0.194,103,769,872
+13238,2012-07-10,3,1,7,18,0,2,1,3,0.7,0.6667,0.74,0.2239,70,749,819
+13239,2012-07-10,3,1,7,19,0,2,1,3,0.7,0.6667,0.74,0.2239,55,359,414
+13240,2012-07-10,3,1,7,20,0,2,1,3,0.64,0.5758,0.83,0.2239,9,75,84
+13241,2012-07-10,3,1,7,21,0,2,1,3,0.64,0.5758,0.89,0.1045,7,83,90
+13242,2012-07-10,3,1,7,22,0,2,1,2,0.64,0.5758,0.83,0.1343,14,125,139
+13243,2012-07-10,3,1,7,23,0,2,1,2,0.64,0.5758,0.89,0.1045,29,74,103
+13244,2012-07-11,3,1,7,0,0,3,1,2,0.66,0.6061,0.83,0.1343,6,38,44
+13245,2012-07-11,3,1,7,1,0,3,1,1,0.64,0.5758,0.89,0,3,11,14
+13246,2012-07-11,3,1,7,2,0,3,1,1,0.64,0.5758,0.89,0,0,5,5
+13247,2012-07-11,3,1,7,3,0,3,1,1,0.64,0.5758,0.89,0.1343,0,5,5
+13248,2012-07-11,3,1,7,4,0,3,1,1,0.64,0.5758,0.89,0.1343,1,6,7
+13249,2012-07-11,3,1,7,5,0,3,1,1,0.64,0.5758,0.89,0,5,36,41
+13250,2012-07-11,3,1,7,6,0,3,1,1,0.64,0.5758,0.89,0.1343,17,168,185
+13251,2012-07-11,3,1,7,7,0,3,1,2,0.66,0.6061,0.83,0.1045,26,471,497
+13252,2012-07-11,3,1,7,8,0,3,1,2,0.68,0.6364,0.79,0.1642,30,644,674
+13253,2012-07-11,3,1,7,9,0,3,1,2,0.7,0.6667,0.74,0.1343,30,298,328
+13254,2012-07-11,3,1,7,10,0,3,1,2,0.72,0.6818,0.62,0.1343,47,148,195
+13255,2012-07-11,3,1,7,11,0,3,1,2,0.76,0.7121,0.58,0.1343,56,173,229
+13256,2012-07-11,3,1,7,12,0,3,1,2,0.78,0.697,0.43,0,69,223,292
+13257,2012-07-11,3,1,7,13,0,3,1,2,0.8,0.7121,0.42,0.1642,65,208,273
+13258,2012-07-11,3,1,7,14,0,3,1,1,0.8,0.7121,0.41,0.2239,66,175,241
+13259,2012-07-11,3,1,7,15,0,3,1,1,0.8,0.7121,0.41,0.2537,56,220,276
+13260,2012-07-11,3,1,7,16,0,3,1,1,0.8,0.7121,0.38,0.194,53,358,411
+13261,2012-07-11,3,1,7,17,0,3,1,1,0.8,0.697,0.31,0.2239,90,740,830
+13262,2012-07-11,3,1,7,18,0,3,1,1,0.78,0.6818,0.38,0.2537,79,735,814
+13263,2012-07-11,3,1,7,19,0,3,1,1,0.74,0.6667,0.48,0.2239,73,560,633
+13264,2012-07-11,3,1,7,20,0,3,1,1,0.74,0.6667,0.51,0.1642,73,410,483
+13265,2012-07-11,3,1,7,21,0,3,1,1,0.72,0.6667,0.58,0.2239,69,322,391
+13266,2012-07-11,3,1,7,22,0,3,1,1,0.72,0.6667,0.58,0.2537,41,203,244
+13267,2012-07-11,3,1,7,23,0,3,1,2,0.7,0.6515,0.58,0.2537,20,132,152
+13268,2012-07-12,3,1,7,0,0,4,1,2,0.68,0.6364,0.61,0,1,55,56
+13269,2012-07-12,3,1,7,1,0,4,1,2,0.66,0.6212,0.61,0,0,21,21
+13270,2012-07-12,3,1,7,2,0,4,1,2,0.66,0.6212,0.65,0.0896,0,9,9
+13271,2012-07-12,3,1,7,3,0,4,1,1,0.64,0.6061,0.69,0.1045,0,10,10
+13272,2012-07-12,3,1,7,4,0,4,1,1,0.64,0.6061,0.73,0.1045,0,5,5
+13273,2012-07-12,3,1,7,5,0,4,1,1,0.62,0.5909,0.73,0.1045,4,40,44
+13274,2012-07-12,3,1,7,6,0,4,1,1,0.64,0.6061,0.73,0.0896,7,171,178
+13275,2012-07-12,3,1,7,7,0,4,1,1,0.64,0.6061,0.73,0.1343,32,480,512
+13276,2012-07-12,3,1,7,8,0,4,1,1,0.68,0.6364,0.65,0.1343,49,653,702
+13277,2012-07-12,3,1,7,9,0,4,1,1,0.72,0.6667,0.58,0.1045,42,285,327
+13278,2012-07-12,3,1,7,10,0,4,1,1,0.74,0.6667,0.48,0.1642,69,145,214
+13279,2012-07-12,3,1,7,11,0,4,1,1,0.76,0.6818,0.45,0.1045,49,166,215
+13280,2012-07-12,3,1,7,12,0,4,1,1,0.78,0.6818,0.35,0.1343,71,221,292
+13281,2012-07-12,3,1,7,13,0,4,1,1,0.8,0.697,0.33,0.2239,52,225,277
+13282,2012-07-12,3,1,7,14,0,4,1,1,0.78,0.6818,0.33,0.2239,42,167,209
+13283,2012-07-12,3,1,7,15,0,4,1,1,0.8,0.7121,0.36,0.194,63,208,271
+13284,2012-07-12,3,1,7,16,0,4,1,1,0.8,0.7121,0.36,0.194,69,370,439
+13285,2012-07-12,3,1,7,17,0,4,1,1,0.76,0.6818,0.43,0.2239,91,704,795
+13286,2012-07-12,3,1,7,18,0,4,1,1,0.76,0.6818,0.45,0.1343,86,739,825
+13287,2012-07-12,3,1,7,19,0,4,1,1,0.74,0.6667,0.48,0.2239,97,532,629
+13288,2012-07-12,3,1,7,20,0,4,1,1,0.74,0.6667,0.48,0.2239,75,439,514
+13289,2012-07-12,3,1,7,21,0,4,1,1,0.72,0.6667,0.48,0.2239,44,329,373
+13290,2012-07-12,3,1,7,22,0,4,1,1,0.72,0.6667,0.51,0.1642,56,262,318
+13291,2012-07-12,3,1,7,23,0,4,1,2,0.7,0.6515,0.51,0.2239,33,178,211
+13292,2012-07-13,3,1,7,0,0,5,1,2,0.7,0.6515,0.54,0.1642,19,76,95
+13293,2012-07-13,3,1,7,1,0,5,1,2,0.68,0.6364,0.54,0.1045,17,42,59
+13294,2012-07-13,3,1,7,2,0,5,1,2,0.66,0.6212,0.61,0.0896,2,15,17
+13295,2012-07-13,3,1,7,3,0,5,1,2,0.68,0.6364,0.61,0,2,7,9
+13296,2012-07-13,3,1,7,4,0,5,1,2,0.66,0.6212,0.61,0,0,11,11
+13297,2012-07-13,3,1,7,5,0,5,1,2,0.66,0.6364,0.56,0.0896,4,30,34
+13298,2012-07-13,3,1,7,6,0,5,1,2,0.7,0.6515,0.54,0,7,120,127
+13299,2012-07-13,3,1,7,7,0,5,1,2,0.7,0.6515,0.54,0,27,353,380
+13300,2012-07-13,3,1,7,8,0,5,1,2,0.7,0.6515,0.54,0,53,660,713
+13301,2012-07-13,3,1,7,9,0,5,1,2,0.72,0.6667,0.51,0,70,344,414
+13302,2012-07-13,3,1,7,10,0,5,1,2,0.74,0.6667,0.48,0,78,190,268
+13303,2012-07-13,3,1,7,11,0,5,1,2,0.76,0.6818,0.45,0.1343,68,220,288
+13304,2012-07-13,3,1,7,12,0,5,1,2,0.76,0.6818,0.4,0.1045,125,254,379
+13305,2012-07-13,3,1,7,13,0,5,1,2,0.8,0.7121,0.38,0.1343,100,274,374
+13306,2012-07-13,3,1,7,14,0,5,1,2,0.8,0.7121,0.38,0,120,249,369
+13307,2012-07-13,3,1,7,15,0,5,1,2,0.8,0.7121,0.36,0.1045,92,261,353
+13308,2012-07-13,3,1,7,16,0,5,1,2,0.8,0.7121,0.36,0.2239,111,381,492
+13309,2012-07-13,3,1,7,17,0,5,1,2,0.8,0.7121,0.36,0.1642,138,697,835
+13310,2012-07-13,3,1,7,18,0,5,1,1,0.78,0.697,0.46,0.194,108,523,631
+13311,2012-07-13,3,1,7,19,0,5,1,1,0.74,0.6667,0.51,0.1642,103,385,488
+13312,2012-07-13,3,1,7,20,0,5,1,1,0.74,0.6667,0.48,0.1343,95,294,389
+13313,2012-07-13,3,1,7,21,0,5,1,1,0.72,0.6667,0.54,0,76,223,299
+13314,2012-07-13,3,1,7,22,0,5,1,1,0.74,0.6667,0.45,0,59,204,263
+13315,2012-07-13,3,1,7,23,0,5,1,2,0.72,0.6515,0.45,0.1343,37,175,212
+13316,2012-07-14,3,1,7,0,0,6,0,2,0.72,0.6667,0.48,0.0896,35,156,191
+13317,2012-07-14,3,1,7,1,0,6,0,2,0.7,0.6515,0.51,0.1045,13,105,118
+13318,2012-07-14,3,1,7,2,0,6,0,2,0.7,0.6515,0.54,0.1045,10,91,101
+13319,2012-07-14,3,1,7,3,0,6,0,2,0.7,0.6515,0.54,0.1045,9,31,40
+13320,2012-07-14,3,1,7,4,0,6,0,3,0.66,0.6212,0.61,0.1045,3,6,9
+13321,2012-07-14,3,1,7,5,0,6,0,2,0.64,0.6061,0.73,0.1045,0,5,5
+13322,2012-07-14,3,1,7,6,0,6,0,2,0.64,0.5909,0.78,0.0896,6,29,35
+13323,2012-07-14,3,1,7,7,0,6,0,1,0.64,0.5909,0.78,0.2836,7,41,48
+13324,2012-07-14,3,1,7,8,0,6,0,1,0.62,0.5909,0.78,0.2836,33,118,151
+13325,2012-07-14,3,1,7,9,0,6,0,1,0.66,0.6212,0.74,0.194,82,200,282
+13326,2012-07-14,3,1,7,10,0,6,0,2,0.72,0.6818,0.7,0.0896,123,278,401
+13327,2012-07-14,3,1,7,11,0,6,0,2,0.72,0.6818,0.7,0.1045,143,296,439
+13328,2012-07-14,3,1,7,12,0,6,0,2,0.74,0.697,0.66,0.0896,181,318,499
+13329,2012-07-14,3,1,7,13,0,6,0,2,0.76,0.7121,0.62,0.0896,219,372,591
+13330,2012-07-14,3,1,7,14,0,6,0,1,0.8,0.7576,0.55,0.1045,269,363,632
+13331,2012-07-14,3,1,7,15,0,6,0,1,0.8,0.7576,0.55,0.1642,243,317,560
+13332,2012-07-14,3,1,7,16,0,6,0,2,0.72,0.697,0.79,0.3582,226,340,566
+13333,2012-07-14,3,1,7,17,0,6,0,3,0.7,0.6667,0.79,0.1642,199,259,458
+13334,2012-07-14,3,1,7,18,0,6,0,1,0.72,0.697,0.79,0.1343,108,243,351
+13335,2012-07-14,3,1,7,19,0,6,0,1,0.72,0.7121,0.84,0.0896,156,275,431
+13336,2012-07-14,3,1,7,20,0,6,0,1,0.72,0.7121,0.84,0.0896,101,255,356
+13337,2012-07-14,3,1,7,21,0,6,0,1,0.7,0.6667,0.84,0.2239,69,200,269
+13338,2012-07-14,3,1,7,22,0,6,0,1,0.7,0.6667,0.79,0.194,65,160,225
+13339,2012-07-14,3,1,7,23,0,6,0,2,0.68,0.6364,0.83,0.0896,55,156,211
+13340,2012-07-15,3,1,7,0,0,0,0,1,0.68,0.6364,0.89,0.1642,40,147,187
+13341,2012-07-15,3,1,7,1,0,0,0,2,0.68,0.6364,0.89,0.1343,49,119,168
+13342,2012-07-15,3,1,7,2,0,0,0,2,0.68,0.6364,0.89,0.1642,29,86,115
+13343,2012-07-15,3,1,7,3,0,0,0,2,0.68,0.6364,0.89,0.1642,15,42,57
+13344,2012-07-15,3,1,7,4,0,0,0,2,0.68,0.6364,0.89,0.1045,8,11,19
+13345,2012-07-15,3,1,7,5,0,0,0,1,0.68,0.6364,0.89,0.1343,2,7,9
+13346,2012-07-15,3,1,7,6,0,0,0,1,0.68,0.6364,0.83,0.1343,6,9,15
+13347,2012-07-15,3,1,7,7,0,0,0,1,0.7,0.6667,0.79,0.0896,17,30,47
+13348,2012-07-15,3,1,7,8,0,0,0,2,0.7,0.6667,0.84,0.1343,37,96,133
+13349,2012-07-15,3,1,7,9,0,0,0,2,0.72,0.697,0.79,0,58,163,221
+13350,2012-07-15,3,1,7,10,0,0,0,1,0.76,0.7273,0.66,0.1343,141,241,382
+13351,2012-07-15,3,1,7,11,0,0,0,1,0.82,0.7727,0.52,0.1642,170,281,451
+13352,2012-07-15,3,1,7,12,0,0,0,1,0.84,0.7727,0.47,0.1045,153,336,489
+13353,2012-07-15,3,1,7,13,0,0,0,1,0.86,0.7879,0.41,0.1045,171,309,480
+13354,2012-07-15,3,1,7,14,0,0,0,1,0.9,0.8182,0.37,0.2537,162,314,476
+13355,2012-07-15,3,1,7,15,0,0,0,1,0.86,0.803,0.47,0.1343,182,307,489
+13356,2012-07-15,3,1,7,16,0,0,0,1,0.86,0.7879,0.41,0.2239,152,343,495
+13357,2012-07-15,3,1,7,17,0,0,0,1,0.8,0.7727,0.59,0.4925,122,314,436
+13358,2012-07-15,3,1,7,18,0,0,0,3,0.72,0.697,0.79,0.3582,84,228,312
+13359,2012-07-15,3,1,7,19,0,0,0,1,0.72,0.7121,0.84,0.2239,109,203,312
+13360,2012-07-15,3,1,7,20,0,0,0,1,0.72,0.697,0.79,0.2537,95,199,294
+13361,2012-07-15,3,1,7,21,0,0,0,1,0.72,0.697,0.79,0.0896,59,164,223
+13362,2012-07-15,3,1,7,22,0,0,0,1,0.72,0.697,0.74,0.1045,34,96,130
+13363,2012-07-15,3,1,7,23,0,0,0,1,0.72,0.697,0.79,0.1343,25,66,91
+13364,2012-07-16,3,1,7,0,0,1,1,3,0.72,0.697,0.79,0.1045,11,32,43
+13365,2012-07-16,3,1,7,1,0,1,1,2,0.7,0.6667,0.74,0.194,1,10,11
+13366,2012-07-16,3,1,7,2,0,1,1,1,0.7,0.6667,0.74,0.1045,4,11,15
+13367,2012-07-16,3,1,7,3,0,1,1,1,0.68,0.6364,0.79,0.0896,2,4,6
+13368,2012-07-16,3,1,7,4,0,1,1,1,0.68,0.6364,0.79,0.1045,1,11,12
+13369,2012-07-16,3,1,7,5,0,1,1,1,0.66,0.6061,0.78,0.1045,10,40,50
+13370,2012-07-16,3,1,7,6,0,1,1,1,0.68,0.6364,0.79,0.1343,8,132,140
+13371,2012-07-16,3,1,7,7,0,1,1,1,0.72,0.6818,0.7,0.0896,24,459,483
+13372,2012-07-16,3,1,7,8,0,1,1,1,0.74,0.697,0.66,0.1045,48,619,667
+13373,2012-07-16,3,1,7,9,0,1,1,1,0.76,0.7121,0.62,0.1642,51,297,348
+13374,2012-07-16,3,1,7,10,0,1,1,1,0.8,0.7727,0.59,0,69,117,186
+13375,2012-07-16,3,1,7,11,0,1,1,1,0.84,0.803,0.53,0.2239,57,125,182
+13376,2012-07-16,3,1,7,12,0,1,1,1,0.84,0.7879,0.49,0.1343,79,158,237
+13377,2012-07-16,3,1,7,13,0,1,1,1,0.84,0.7879,0.49,0.2836,63,176,239
+13378,2012-07-16,3,1,7,14,0,1,1,1,0.88,0.8182,0.42,0.1045,53,159,212
+13379,2012-07-16,3,1,7,15,0,1,1,1,0.86,0.803,0.47,0.2537,61,176,237
+13380,2012-07-16,3,1,7,16,0,1,1,3,0.76,0.7273,0.66,0.5821,77,309,386
+13381,2012-07-16,3,1,7,17,0,1,1,3,0.76,0.7273,0.66,0.5821,86,669,755
+13382,2012-07-16,3,1,7,18,0,1,1,1,0.84,0.803,0.53,0,97,697,794
+13383,2012-07-16,3,1,7,19,0,1,1,1,0.8,0.7879,0.63,0.1343,92,503,595
+13384,2012-07-16,3,1,7,20,0,1,1,1,0.8,0.7727,0.59,0.1343,66,388,454
+13385,2012-07-16,3,1,7,21,0,1,1,1,0.76,0.7273,0.66,0.1343,45,283,328
+13386,2012-07-16,3,1,7,22,0,1,1,1,0.76,0.7121,0.62,0.0896,56,228,284
+13387,2012-07-16,3,1,7,23,0,1,1,1,0.74,0.7121,0.74,0.0896,27,139,166
+13388,2012-07-17,3,1,7,0,0,2,1,1,0.72,0.7121,0.84,0.1045,10,43,53
+13389,2012-07-17,3,1,7,1,0,2,1,1,0.74,0.697,0.7,0,4,21,25
+13390,2012-07-17,3,1,7,2,0,2,1,1,0.72,0.6818,0.7,0.0896,1,6,7
+13391,2012-07-17,3,1,7,3,0,2,1,1,0.72,0.6818,0.66,0,0,3,3
+13392,2012-07-17,3,1,7,4,0,2,1,1,0.72,0.6818,0.62,0,0,7,7
+13393,2012-07-17,3,1,7,5,0,2,1,1,0.68,0.6364,0.74,0.0896,7,31,38
+13394,2012-07-17,3,1,7,6,0,2,1,1,0.72,0.6818,0.66,0.1045,16,197,213
+13395,2012-07-17,3,1,7,7,0,2,1,2,0.74,0.697,0.7,0,26,500,526
+13396,2012-07-17,3,1,7,8,0,2,1,2,0.8,0.7576,0.55,0,43,618,661
+13397,2012-07-17,3,1,7,9,0,2,1,2,0.82,0.7727,0.49,0.2239,32,288,320
+13398,2012-07-17,3,1,7,10,0,2,1,2,0.84,0.7879,0.49,0.194,37,122,159
+13399,2012-07-17,3,1,7,11,0,2,1,2,0.86,0.803,0.47,0,60,146,206
+13400,2012-07-17,3,1,7,12,0,2,1,2,0.9,0.8182,0.35,0,80,174,254
+13401,2012-07-17,3,1,7,13,0,2,1,1,0.92,0.8182,0.31,0.194,53,168,221
+13402,2012-07-17,3,1,7,14,0,2,1,1,0.94,0.8333,0.29,0.2537,54,160,214
+13403,2012-07-17,3,1,7,15,0,2,1,1,0.92,0.8182,0.31,0.1642,57,187,244
+13404,2012-07-17,3,1,7,16,0,2,1,1,0.92,0.8182,0.29,0.1642,64,317,381
+13405,2012-07-17,3,1,7,17,0,2,1,1,0.92,0.8182,0.29,0,95,675,770
+13406,2012-07-17,3,1,7,18,0,2,1,1,0.9,0.803,0.33,0.194,60,712,772
+13407,2012-07-17,3,1,7,19,0,2,1,1,0.88,0.7879,0.35,0.2537,69,478,547
+13408,2012-07-17,3,1,7,20,0,2,1,1,0.86,0.7576,0.34,0.1642,52,375,427
+13409,2012-07-17,3,1,7,21,0,2,1,1,0.82,0.7727,0.52,0.1343,50,283,333
+13410,2012-07-17,3,1,7,22,0,2,1,1,0.8,0.7576,0.55,0.2239,29,215,244
+13411,2012-07-17,3,1,7,23,0,2,1,1,0.78,0.7424,0.59,0.194,22,139,161
+13412,2012-07-18,3,1,7,0,0,3,1,1,0.76,0.7273,0.66,0.1642,8,45,53
+13413,2012-07-18,3,1,7,1,0,3,1,1,0.76,0.7273,0.66,0.1045,2,14,16
+13414,2012-07-18,3,1,7,2,0,3,1,1,0.74,0.697,0.66,0.1343,3,5,8
+13415,2012-07-18,3,1,7,3,0,3,1,1,0.74,0.697,0.66,0.1343,2,2,4
+13416,2012-07-18,3,1,7,4,0,3,1,1,0.72,0.6818,0.7,0.1343,0,6,6
+13417,2012-07-18,3,1,7,5,0,3,1,1,0.72,0.6818,0.7,0.1642,5,41,46
+13418,2012-07-18,3,1,7,6,0,3,1,1,0.72,0.6818,0.7,0.1642,10,152,162
+13419,2012-07-18,3,1,7,7,0,3,1,1,0.74,0.697,0.66,0.1642,23,472,495
+13420,2012-07-18,3,1,7,8,0,3,1,1,0.78,0.7424,0.62,0.1045,55,624,679
+13421,2012-07-18,3,1,7,9,0,3,1,1,0.82,0.7879,0.56,0,44,253,297
+13422,2012-07-18,3,1,7,10,0,3,1,1,0.9,0.8485,0.42,0.194,39,99,138
+13423,2012-07-18,3,1,7,11,0,3,1,1,0.9,0.8485,0.42,0,47,136,183
+13424,2012-07-18,3,1,7,12,0,3,1,1,0.92,0.8636,0.37,0.1343,36,166,202
+13425,2012-07-18,3,1,7,13,0,3,1,1,0.94,0.8485,0.33,0,49,154,203
+13426,2012-07-18,3,1,7,14,0,3,1,1,0.94,0.8788,0.38,0.3284,54,116,170
+13427,2012-07-18,3,1,7,15,0,3,1,3,0.92,0.8485,0.35,0.3582,42,152,194
+13428,2012-07-18,3,1,7,16,0,3,1,1,0.74,0.697,0.66,0.2537,34,190,224
+13429,2012-07-18,3,1,7,17,0,3,1,1,0.74,0.697,0.7,0.2537,35,335,370
+13430,2012-07-18,3,1,7,18,0,3,1,2,0.76,0.7121,0.62,0.1343,63,580,643
+13431,2012-07-18,3,1,7,19,0,3,1,2,0.76,0.7121,0.62,0.1045,78,438,516
+13432,2012-07-18,3,1,7,20,0,3,1,1,0.74,0.6818,0.62,0.0896,56,310,366
+13433,2012-07-18,3,1,7,21,0,3,1,1,0.76,0.7121,0.62,0,53,266,319
+13434,2012-07-18,3,1,7,22,0,3,1,1,0.76,0.7121,0.58,0.0896,42,246,288
+13435,2012-07-18,3,1,7,23,0,3,1,1,0.76,0.7121,0.58,0.0896,19,112,131
+13436,2012-07-19,3,1,7,0,0,4,1,1,0.74,0.697,0.66,0.0896,16,50,66
+13437,2012-07-19,3,1,7,1,0,4,1,1,0.74,0.697,0.66,0.0896,6,19,25
+13438,2012-07-19,3,1,7,2,0,4,1,1,0.72,0.6818,0.7,0.194,0,7,7
+13439,2012-07-19,3,1,7,3,0,4,1,1,0.72,0.6818,0.7,0.1045,1,4,5
+13440,2012-07-19,3,1,7,4,0,4,1,1,0.72,0.6818,0.7,0.1045,0,8,8
+13441,2012-07-19,3,1,7,5,0,4,1,2,0.72,0.6818,0.7,0.1045,5,35,40
+13442,2012-07-19,3,1,7,6,0,4,1,1,0.72,0.6818,0.66,0.1343,8,144,152
+13443,2012-07-19,3,1,7,7,0,4,1,1,0.74,0.6818,0.58,0.2836,23,450,473
+13444,2012-07-19,3,1,7,8,0,4,1,1,0.76,0.7121,0.58,0.2537,32,625,657
+13445,2012-07-19,3,1,7,9,0,4,1,2,0.76,0.7121,0.58,0.2836,36,282,318
+13446,2012-07-19,3,1,7,10,0,4,1,1,0.76,0.7121,0.58,0.194,41,157,198
+13447,2012-07-19,3,1,7,11,0,4,1,1,0.8,0.7576,0.55,0.1045,54,162,216
+13448,2012-07-19,3,1,7,12,0,4,1,1,0.84,0.7879,0.49,0.2836,59,215,274
+13449,2012-07-19,3,1,7,13,0,4,1,1,0.84,0.7727,0.47,0.1343,74,180,254
+13450,2012-07-19,3,1,7,14,0,4,1,1,0.86,0.7879,0.44,0.0896,46,151,197
+13451,2012-07-19,3,1,7,15,0,4,1,1,0.84,0.7727,0.47,0.0896,66,226,292
+13452,2012-07-19,3,1,7,16,0,4,1,1,0.84,0.7727,0.47,0.0896,70,288,358
+13453,2012-07-19,3,1,7,17,0,4,1,1,0.86,0.7879,0.41,0,93,678,771
+13454,2012-07-19,3,1,7,18,0,4,1,1,0.86,0.7879,0.41,0.194,93,684,777
+13455,2012-07-19,3,1,7,19,0,4,1,1,0.84,0.7576,0.44,0.2537,53,480,533
+13456,2012-07-19,3,1,7,20,0,4,1,1,0.82,0.7727,0.49,0.1642,65,440,505
+13457,2012-07-19,3,1,7,21,0,4,1,3,0.66,0.5909,0.89,0.2537,38,294,332
+13458,2012-07-19,3,1,7,22,0,4,1,3,0.66,0.5909,0.89,0.2537,6,62,68
+13459,2012-07-19,3,1,7,23,0,4,1,3,0.66,0.5909,0.89,0.2239,3,62,65
+13460,2012-07-20,3,1,7,0,0,5,1,3,0.66,0.5909,0.89,0.0896,2,32,34
+13461,2012-07-20,3,1,7,1,0,5,1,1,0.66,0.5909,0.89,0.1343,2,9,11
+13462,2012-07-20,3,1,7,2,0,5,1,2,0.66,0.5909,0.89,0.0896,5,14,19
+13463,2012-07-20,3,1,7,3,0,5,1,2,0.66,0.5909,0.89,0.1045,7,29,36
+13464,2012-07-20,3,1,7,4,0,5,1,2,0.66,0.5909,0.89,0.1642,3,6,9
+13465,2012-07-20,3,1,7,5,0,5,1,2,0.66,0.5909,0.89,0.1343,2,40,42
+13466,2012-07-20,3,1,7,6,0,5,1,2,0.66,0.5909,0.89,0.1642,3,123,126
+13467,2012-07-20,3,1,7,7,0,5,1,2,0.66,0.5909,0.89,0.194,14,346,360
+13468,2012-07-20,3,1,7,8,0,5,1,2,0.68,0.6364,0.83,0.1642,39,652,691
+13469,2012-07-20,3,1,7,9,0,5,1,2,0.7,0.6667,0.79,0.1343,45,328,373
+13470,2012-07-20,3,1,7,10,0,5,1,2,0.7,0.6667,0.79,0.1642,51,182,233
+13471,2012-07-20,3,1,7,11,0,5,1,3,0.72,0.697,0.74,0.194,51,161,212
+13472,2012-07-20,3,1,7,12,0,5,1,3,0.68,0.6364,0.83,0.1642,41,233,274
+13473,2012-07-20,3,1,7,13,0,5,1,3,0.68,0.6364,0.83,0.1045,20,136,156
+13474,2012-07-20,3,1,7,14,0,5,1,3,0.7,0.6667,0.84,0.1642,53,176,229
+13475,2012-07-20,3,1,7,15,0,5,1,2,0.7,0.6667,0.84,0.2985,47,169,216
+13476,2012-07-20,3,1,7,16,0,5,1,2,0.68,0.6364,0.83,0.3284,70,366,436
+13477,2012-07-20,3,1,7,17,0,5,1,2,0.66,0.5909,0.89,0.4179,95,620,715
+13478,2012-07-20,3,1,7,18,0,5,1,2,0.66,0.6061,0.78,0.3284,73,549,622
+13479,2012-07-20,3,1,7,19,0,5,1,2,0.64,0.5758,0.83,0.2836,44,358,402
+13480,2012-07-20,3,1,7,20,0,5,1,3,0.64,0.5758,0.83,0.3881,35,216,251
+13481,2012-07-20,3,1,7,21,0,5,1,3,0.62,0.5758,0.83,0.3284,14,108,122
+13482,2012-07-20,3,1,7,22,0,5,1,2,0.62,0.5758,0.83,0.194,13,122,135
+13483,2012-07-20,3,1,7,23,0,5,1,2,0.62,0.5758,0.83,0.2836,18,148,166
+13484,2012-07-21,3,1,7,0,0,6,0,3,0.62,0.5758,0.83,0.2836,11,92,103
+13485,2012-07-21,3,1,7,1,0,6,0,2,0.62,0.5758,0.83,0.2537,10,62,72
+13486,2012-07-21,3,1,7,2,0,6,0,3,0.6,0.5455,0.88,0.2836,5,55,60
+13487,2012-07-21,3,1,7,3,0,6,0,3,0.6,0.5455,0.88,0.2537,7,18,25
+13488,2012-07-21,3,1,7,4,0,6,0,3,0.58,0.5455,0.88,0.2836,11,5,16
+13489,2012-07-21,3,1,7,5,0,6,0,3,0.58,0.5455,0.88,0.2537,7,10,17
+13490,2012-07-21,3,1,7,6,0,6,0,3,0.58,0.5455,0.88,0.2537,3,12,15
+13491,2012-07-21,3,1,7,7,0,6,0,2,0.58,0.5455,0.88,0.2537,8,29,37
+13492,2012-07-21,3,1,7,8,0,6,0,2,0.58,0.5455,0.83,0.2537,18,94,112
+13493,2012-07-21,3,1,7,9,0,6,0,2,0.58,0.5455,0.83,0.194,32,175,207
+13494,2012-07-21,3,1,7,10,0,6,0,3,0.58,0.5455,0.88,0.2537,49,219,268
+13495,2012-07-21,3,1,7,11,0,6,0,2,0.6,0.5606,0.83,0.2537,80,225,305
+13496,2012-07-21,3,1,7,12,0,6,0,3,0.6,0.5606,0.83,0.2239,156,301,457
+13497,2012-07-21,3,1,7,13,0,6,0,3,0.6,0.5606,0.83,0.1642,106,248,354
+13498,2012-07-21,3,1,7,14,0,6,0,2,0.6,0.5455,0.88,0.2537,121,222,343
+13499,2012-07-21,3,1,7,15,0,6,0,3,0.6,0.5455,0.88,0.2537,148,232,380
+13500,2012-07-21,3,1,7,16,0,6,0,3,0.6,0.5455,0.88,0.194,130,196,326
+13501,2012-07-21,3,1,7,17,0,6,0,3,0.6,0.5455,0.88,0.1642,92,149,241
+13502,2012-07-21,3,1,7,18,0,6,0,2,0.6,0.5455,0.88,0.194,51,126,177
+13503,2012-07-21,3,1,7,19,0,6,0,2,0.6,0.5455,0.88,0.1642,67,171,238
+13504,2012-07-21,3,1,7,20,0,6,0,3,0.6,0.5455,0.88,0.1642,51,163,214
+13505,2012-07-21,3,1,7,21,0,6,0,2,0.6,0.5455,0.88,0.1642,29,134,163
+13506,2012-07-21,3,1,7,22,0,6,0,2,0.6,0.5455,0.88,0.1045,40,140,180
+13507,2012-07-21,3,1,7,23,0,6,0,2,0.6,0.5455,0.88,0,32,117,149
+13508,2012-07-22,3,1,7,0,0,0,0,2,0.6,0.5455,0.88,0.1045,17,96,113
+13509,2012-07-22,3,1,7,1,0,0,0,2,0.6,0.5455,0.88,0.1642,31,99,130
+13510,2012-07-22,3,1,7,2,0,0,0,2,0.6,0.5455,0.88,0.1045,32,90,122
+13511,2012-07-22,3,1,7,3,0,0,0,2,0.6,0.5455,0.88,0.1045,13,30,43
+13512,2012-07-22,3,1,7,4,0,0,0,1,0.6,0.5455,0.88,0,6,10,16
+13513,2012-07-22,3,1,7,5,0,0,0,1,0.6,0.5455,0.88,0,0,6,6
+13514,2012-07-22,3,1,7,6,0,0,0,2,0.62,0.5758,0.83,0.0896,5,14,19
+13515,2012-07-22,3,1,7,7,0,0,0,2,0.62,0.5758,0.83,0,13,25,38
+13516,2012-07-22,3,1,7,8,0,0,0,2,0.64,0.5909,0.78,0,31,122,153
+13517,2012-07-22,3,1,7,9,0,0,0,2,0.66,0.6212,0.69,0,79,179,258
+13518,2012-07-22,3,1,7,10,0,0,0,2,0.66,0.6212,0.74,0,114,265,379
+13519,2012-07-22,3,1,7,11,0,0,0,2,0.66,0.6212,0.74,0,191,314,505
+13520,2012-07-22,3,1,7,12,0,0,0,2,0.7,0.6515,0.7,0.1045,178,326,504
+13521,2012-07-22,3,1,7,13,0,0,0,2,0.7,0.6515,0.65,0.0896,238,388,626
+13522,2012-07-22,3,1,7,14,0,0,0,1,0.72,0.6818,0.66,0.1045,256,360,616
+13523,2012-07-22,3,1,7,15,0,0,0,1,0.72,0.6818,0.66,0.1045,254,370,624
+13524,2012-07-22,3,1,7,16,0,0,0,1,0.74,0.697,0.66,0.1045,245,383,628
+13525,2012-07-22,3,1,7,17,0,0,0,1,0.74,0.697,0.66,0.2239,188,368,556
+13526,2012-07-22,3,1,7,18,0,0,0,1,0.74,0.697,0.66,0.1642,173,342,515
+13527,2012-07-22,3,1,7,19,0,0,0,1,0.72,0.6818,0.7,0.1642,180,342,522
+13528,2012-07-22,3,1,7,20,0,0,0,1,0.7,0.6667,0.74,0.1642,124,254,378
+13529,2012-07-22,3,1,7,21,0,0,0,1,0.7,0.6667,0.79,0.1045,88,257,345
+13530,2012-07-22,3,1,7,22,0,0,0,1,0.7,0.6667,0.74,0.194,55,136,191
+13531,2012-07-22,3,1,7,23,0,0,0,1,0.68,0.6364,0.79,0.1642,33,90,123
+13532,2012-07-23,3,1,7,0,0,1,1,1,0.66,0.5909,0.89,0.0896,11,36,47
+13533,2012-07-23,3,1,7,1,0,1,1,1,0.66,0.5909,0.89,0.194,7,20,27
+13534,2012-07-23,3,1,7,2,0,1,1,2,0.66,0.5909,0.94,0.0896,3,14,17
+13535,2012-07-23,3,1,7,3,0,1,1,2,0.66,0.5909,0.94,0.0896,0,2,2
+13536,2012-07-23,3,1,7,4,0,1,1,2,0.66,0.5909,0.94,0.1343,0,8,8
+13537,2012-07-23,3,1,7,5,0,1,1,2,0.66,0.5909,0.94,0.1343,3,48,51
+13538,2012-07-23,3,1,7,6,0,1,1,2,0.68,0.6364,0.89,0.0896,9,148,157
+13539,2012-07-23,3,1,7,7,0,1,1,1,0.7,0.6667,0.84,0.1343,17,404,421
+13540,2012-07-23,3,1,7,8,0,1,1,1,0.72,0.697,0.79,0.1045,47,691,738
+13541,2012-07-23,3,1,7,9,0,1,1,2,0.74,0.7121,0.74,0.1343,57,288,345
+13542,2012-07-23,3,1,7,10,0,1,1,2,0.78,0.7424,0.62,0,63,137,200
+13543,2012-07-23,3,1,7,11,0,1,1,2,0.8,0.7424,0.52,0.1642,69,129,198
+13544,2012-07-23,3,1,7,12,0,1,1,2,0.8,0.7424,0.52,0.1642,109,205,314
+13545,2012-07-23,3,1,7,13,0,1,1,2,0.8,0.7424,0.52,0.1045,64,176,240
+13546,2012-07-23,3,1,7,14,0,1,1,2,0.78,0.7424,0.59,0.1642,82,189,271
+13547,2012-07-23,3,1,7,15,0,1,1,1,0.8,0.7576,0.55,0.194,76,205,281
+13548,2012-07-23,3,1,7,16,0,1,1,1,0.82,0.7727,0.52,0.1343,111,346,457
+13549,2012-07-23,3,1,7,17,0,1,1,1,0.82,0.7727,0.52,0.1343,87,760,847
+13550,2012-07-23,3,1,7,18,0,1,1,1,0.82,0.7576,0.46,0.1045,69,672,741
+13551,2012-07-23,3,1,7,19,0,1,1,1,0.8,0.7424,0.52,0.2537,94,488,582
+13552,2012-07-23,3,1,7,20,0,1,1,1,0.76,0.7121,0.62,0.1642,56,347,403
+13553,2012-07-23,3,1,7,21,0,1,1,1,0.76,0.7121,0.62,0.194,45,251,296
+13554,2012-07-23,3,1,7,22,0,1,1,1,0.74,0.6818,0.62,0.194,40,169,209
+13555,2012-07-23,3,1,7,23,0,1,1,1,0.72,0.6818,0.66,0.1642,16,98,114
+13556,2012-07-24,3,1,7,0,0,2,1,1,0.7,0.6667,0.74,0.1343,12,52,64
+13557,2012-07-24,3,1,7,1,0,2,1,1,0.68,0.6364,0.79,0.1642,7,10,17
+13558,2012-07-24,3,1,7,2,0,2,1,1,0.66,0.6061,0.83,0.1642,6,10,16
+13559,2012-07-24,3,1,7,3,0,2,1,1,0.66,0.6061,0.83,0.1642,1,5,6
+13560,2012-07-24,3,1,7,4,0,2,1,1,0.66,0.6061,0.83,0.0896,0,6,6
+13561,2012-07-24,3,1,7,5,0,2,1,1,0.66,0.6061,0.83,0.1045,5,45,50
+13562,2012-07-24,3,1,7,6,0,2,1,1,0.66,0.6061,0.83,0.1343,17,173,190
+13563,2012-07-24,3,1,7,7,0,2,1,1,0.7,0.6667,0.74,0.1642,24,492,516
+13564,2012-07-24,3,1,7,8,0,2,1,1,0.74,0.697,0.7,0.194,49,694,743
+13565,2012-07-24,3,1,7,9,0,2,1,1,0.84,0.803,0.53,0,40,299,339
+13566,2012-07-24,3,1,7,10,0,2,1,1,0.82,0.7879,0.56,0.2985,62,156,218
+13567,2012-07-24,3,1,7,11,0,2,1,2,0.84,0.803,0.53,0.3284,45,156,201
+13568,2012-07-24,3,1,7,12,0,2,1,2,0.82,0.7879,0.56,0.2239,60,169,229
+13569,2012-07-24,3,1,7,13,0,2,1,2,0.84,0.803,0.53,0.2985,73,200,273
+13570,2012-07-24,3,1,7,14,0,2,1,2,0.84,0.803,0.53,0.2239,48,196,244
+13571,2012-07-24,3,1,7,15,0,2,1,1,0.82,0.7727,0.49,0.2985,73,212,285
+13572,2012-07-24,3,1,7,16,0,2,1,1,0.8,0.7576,0.55,0.2985,86,369,455
+13573,2012-07-24,3,1,7,17,0,2,1,1,0.8,0.7424,0.52,0.3284,94,775,869
+13574,2012-07-24,3,1,7,18,0,2,1,1,0.76,0.7121,0.62,0.3284,110,767,877
+13575,2012-07-24,3,1,7,19,0,2,1,1,0.76,0.7121,0.62,0.1642,109,523,632
+13576,2012-07-24,3,1,7,20,0,2,1,1,0.74,0.697,0.66,0.1642,85,438,523
+13577,2012-07-24,3,1,7,21,0,2,1,1,0.74,0.697,0.66,0.2239,53,325,378
+13578,2012-07-24,3,1,7,22,0,2,1,1,0.74,0.697,0.66,0.2537,43,226,269
+13579,2012-07-24,3,1,7,23,0,2,1,1,0.74,0.6818,0.58,0.3284,38,154,192
+13580,2012-07-25,3,1,7,0,0,3,1,1,0.72,0.6667,0.58,0.2985,9,57,66
+13581,2012-07-25,3,1,7,1,0,3,1,1,0.7,0.6515,0.58,0.194,2,26,28
+13582,2012-07-25,3,1,7,2,0,3,1,1,0.68,0.6364,0.61,0.2239,1,11,12
+13583,2012-07-25,3,1,7,3,0,3,1,1,0.66,0.6212,0.65,0.2239,1,11,12
+13584,2012-07-25,3,1,7,4,0,3,1,1,0.64,0.6061,0.65,0.2239,0,4,4
+13585,2012-07-25,3,1,7,5,0,3,1,1,0.64,0.6061,0.65,0.1642,5,54,59
+13586,2012-07-25,3,1,7,6,0,3,1,1,0.64,0.6061,0.65,0.194,11,179,190
+13587,2012-07-25,3,1,7,7,0,3,1,1,0.66,0.6212,0.5,0.3284,34,473,507
+13588,2012-07-25,3,1,7,8,0,3,1,1,0.7,0.6364,0.42,0.2537,43,745,788
+13589,2012-07-25,3,1,7,9,0,3,1,1,0.72,0.6515,0.37,0.2985,65,277,342
+13590,2012-07-25,3,1,7,10,0,3,1,1,0.74,0.6515,0.37,0,68,163,231
+13591,2012-07-25,3,1,7,11,0,3,1,1,0.76,0.6667,0.33,0,79,202,281
+13592,2012-07-25,3,1,7,12,0,3,1,1,0.76,0.6667,0.33,0,77,233,310
+13593,2012-07-25,3,1,7,13,0,3,1,1,0.78,0.6818,0.31,0.1642,81,231,312
+13594,2012-07-25,3,1,7,14,0,3,1,1,0.8,0.697,0.29,0.1343,88,159,247
+13595,2012-07-25,3,1,7,15,0,3,1,1,0.78,0.6818,0.31,0.0896,94,223,317
+13596,2012-07-25,3,1,7,16,0,3,1,1,0.8,0.697,0.29,0.1642,91,393,484
+13597,2012-07-25,3,1,7,17,0,3,1,1,0.8,0.697,0.31,0,130,783,913
+13598,2012-07-25,3,1,7,18,0,3,1,1,0.8,0.697,0.27,0.1343,104,787,891
+13599,2012-07-25,3,1,7,19,0,3,1,1,0.76,0.6667,0.33,0.1343,116,582,698
+13600,2012-07-25,3,1,7,20,0,3,1,1,0.74,0.6515,0.4,0.1642,106,461,567
+13601,2012-07-25,3,1,7,21,0,3,1,1,0.72,0.6515,0.45,0.1343,71,326,397
+13602,2012-07-25,3,1,7,22,0,3,1,1,0.7,0.6515,0.58,0.1343,55,223,278
+13603,2012-07-25,3,1,7,23,0,3,1,1,0.68,0.6364,0.57,0.2985,52,187,239
+13604,2012-07-26,3,1,7,0,0,4,1,1,0.66,0.6212,0.65,0.194,27,65,92
+13605,2012-07-26,3,1,7,1,0,4,1,1,0.66,0.6212,0.65,0.2239,6,23,29
+13606,2012-07-26,3,1,7,2,0,4,1,1,0.66,0.6212,0.69,0.2537,5,16,21
+13607,2012-07-26,3,1,7,3,0,4,1,1,0.66,0.6212,0.69,0.2239,0,8,8
+13608,2012-07-26,3,1,7,4,0,4,1,1,0.66,0.6212,0.74,0.194,0,4,4
+13609,2012-07-26,3,1,7,5,0,4,1,1,0.66,0.6212,0.74,0.194,2,40,42
+13610,2012-07-26,3,1,7,6,0,4,1,1,0.66,0.6061,0.78,0.2537,16,165,181
+13611,2012-07-26,3,1,7,7,0,4,1,1,0.7,0.6667,0.74,0.2537,17,478,495
+13612,2012-07-26,3,1,7,8,0,4,1,2,0.7,0.6667,0.74,0.2537,49,680,729
+13613,2012-07-26,3,1,7,9,0,4,1,2,0.72,0.6818,0.7,0.1343,55,289,344
+13614,2012-07-26,3,1,7,10,0,4,1,1,0.74,0.697,0.7,0.2239,79,143,222
+13615,2012-07-26,3,1,7,11,0,4,1,1,0.8,0.803,0.66,0.2239,69,143,212
+13616,2012-07-26,3,1,7,12,0,4,1,1,0.84,0.8182,0.56,0.2537,73,206,279
+13617,2012-07-26,3,1,7,13,0,4,1,1,0.86,0.8333,0.53,0.2985,53,189,242
+13618,2012-07-26,3,1,7,14,0,4,1,1,0.9,0.8788,0.47,0.2537,62,151,213
+13619,2012-07-26,3,1,7,15,0,4,1,1,0.92,0.8939,0.42,0.2985,65,173,238
+13620,2012-07-26,3,1,7,16,0,4,1,1,0.94,0.8788,0.38,0.3881,62,312,374
+13621,2012-07-26,3,1,7,17,0,4,1,1,0.9,0.8636,0.45,0.4179,110,628,738
+13622,2012-07-26,3,1,7,18,0,4,1,1,0.92,0.8788,0.4,0.3582,73,615,688
+13623,2012-07-26,3,1,7,19,0,4,1,1,0.9,0.8636,0.45,0.3284,80,534,614
+13624,2012-07-26,3,1,7,20,0,4,1,1,0.86,0.8182,0.5,0.2537,47,399,446
+13625,2012-07-26,3,1,7,21,0,4,1,1,0.8,0.7424,0.49,0.6119,35,236,271
+13626,2012-07-26,3,1,7,22,0,4,1,1,0.8,0.7424,0.49,0.6119,33,201,234
+13627,2012-07-26,3,1,7,23,0,4,1,1,0.72,0.6818,0.7,0.1343,18,127,145
+13628,2012-07-27,3,1,7,0,0,5,1,1,0.72,0.6818,0.7,0,14,83,97
+13629,2012-07-27,3,1,7,1,0,5,1,1,0.72,0.6818,0.7,0.1045,12,42,54
+13630,2012-07-27,3,1,7,2,0,5,1,1,0.7,0.6667,0.79,0.1343,8,18,26
+13631,2012-07-27,3,1,7,3,0,5,1,1,0.7,0.6667,0.74,0.1642,3,9,12
+13632,2012-07-27,3,1,7,4,0,5,1,1,0.7,0.6667,0.79,0,3,5,8
+13633,2012-07-27,3,1,7,5,0,5,1,1,0.7,0.6667,0.84,0,3,34,37
+13634,2012-07-27,3,1,7,6,0,5,1,1,0.7,0.6667,0.79,0,10,129,139
+13635,2012-07-27,3,1,7,7,0,5,1,1,0.72,0.6818,0.7,0.194,13,397,410
+13636,2012-07-27,3,1,7,8,0,5,1,1,0.76,0.7273,0.66,0.0896,34,642,676
+13637,2012-07-27,3,1,7,9,0,5,1,1,0.82,0.7727,0.49,0.2836,34,329,363
+13638,2012-07-27,3,1,7,10,0,5,1,1,0.84,0.7727,0.47,0,85,146,231
+13639,2012-07-27,3,1,7,11,0,5,1,1,0.84,0.7727,0.47,0.3284,67,184,251
+13640,2012-07-27,3,1,7,12,0,5,1,1,0.84,0.7879,0.49,0.3582,92,207,299
+13641,2012-07-27,3,1,7,13,0,5,1,1,0.84,0.7727,0.47,0.2836,83,231,314
+13642,2012-07-27,3,1,7,14,0,5,1,1,0.86,0.803,0.47,0.2985,105,221,326
+13643,2012-07-27,3,1,7,15,0,5,1,1,0.86,0.7879,0.41,0.2239,81,242,323
+13644,2012-07-27,3,1,7,16,0,5,1,1,0.84,0.7727,0.47,0.2239,80,419,499
+13645,2012-07-27,3,1,7,17,0,5,1,1,0.86,0.7879,0.41,0.2836,101,598,699
+13646,2012-07-27,3,1,7,18,0,5,1,1,0.82,0.7576,0.46,0.1642,100,522,622
+13647,2012-07-27,3,1,7,19,0,5,1,1,0.82,0.7727,0.52,0.194,93,423,516
+13648,2012-07-27,3,1,7,20,0,5,1,1,0.78,0.7424,0.59,0.1045,85,269,354
+13649,2012-07-27,3,1,7,21,0,5,1,1,0.78,0.7424,0.59,0.1045,71,189,260
+13650,2012-07-27,3,1,7,22,0,5,1,1,0.78,0.7424,0.59,0.1343,48,151,199
+13651,2012-07-27,3,1,7,23,0,5,1,1,0.76,0.7273,0.66,0,34,155,189
+13652,2012-07-28,3,1,7,0,0,6,0,1,0.74,0.6818,0.62,0.1343,21,170,191
+13653,2012-07-28,3,1,7,1,0,6,0,1,0.72,0.6818,0.7,0.0896,11,69,80
+13654,2012-07-28,3,1,7,2,0,6,0,1,0.72,0.6818,0.7,0,14,76,90
+13655,2012-07-28,3,1,7,3,0,6,0,1,0.72,0.6818,0.7,0,10,33,43
+13656,2012-07-28,3,1,7,4,0,6,0,1,0.7,0.6667,0.79,0.194,1,10,11
+13657,2012-07-28,3,1,7,5,0,6,0,1,0.68,0.6364,0.79,0.1642,4,10,14
+13658,2012-07-28,3,1,7,6,0,6,0,1,0.7,0.6515,0.7,0.1045,10,40,50
+13659,2012-07-28,3,1,7,7,0,6,0,1,0.72,0.6818,0.7,0.1343,18,58,76
+13660,2012-07-28,3,1,7,8,0,6,0,1,0.74,0.697,0.66,0.1642,36,127,163
+13661,2012-07-28,3,1,7,9,0,6,0,1,0.78,0.7424,0.59,0.1045,110,227,337
+13662,2012-07-28,3,1,7,10,0,6,0,1,0.82,0.7727,0.52,0.2239,129,266,395
+13663,2012-07-28,3,1,7,11,0,6,0,1,0.84,0.7424,0.39,0.2239,162,295,457
+13664,2012-07-28,3,1,7,12,0,6,0,1,0.84,0.7576,0.41,0.2239,157,330,487
+13665,2012-07-28,3,1,7,13,0,6,0,1,0.86,0.7879,0.41,0.2836,173,325,498
+13666,2012-07-28,3,1,7,14,0,6,0,1,0.86,0.7727,0.39,0.2537,186,308,494
+13667,2012-07-28,3,1,7,15,0,6,0,1,0.88,0.7727,0.32,0.2836,206,291,497
+13668,2012-07-28,3,1,7,16,0,6,0,1,0.86,0.7727,0.39,0.2239,208,279,487
+13669,2012-07-28,3,1,7,17,0,6,0,1,0.82,0.7576,0.46,0.194,199,280,479
+13670,2012-07-28,3,1,7,18,0,6,0,1,0.82,0.7424,0.43,0.2836,151,330,481
+13671,2012-07-28,3,1,7,19,0,6,0,1,0.68,0.6364,0.83,0,115,223,338
+13672,2012-07-28,3,1,7,20,0,6,0,1,0.66,0.6061,0.83,0.2239,79,154,233
+13673,2012-07-28,3,1,7,21,0,6,0,1,0.66,0.6061,0.78,0.0896,94,206,300
+13674,2012-07-28,3,1,7,22,0,6,0,1,0.66,0.6061,0.78,0.0896,88,188,276
+13675,2012-07-28,3,1,7,23,0,6,0,1,0.66,0.6061,0.83,0.0896,52,156,208
+13676,2012-07-29,3,1,7,0,0,0,0,1,0.66,0.5909,0.89,0.1343,59,129,188
+13677,2012-07-29,3,1,7,1,0,0,0,1,0.66,0.6061,0.83,0.1045,49,109,158
+13678,2012-07-29,3,1,7,2,0,0,0,1,0.66,0.6212,0.74,0.1343,33,79,112
+13679,2012-07-29,3,1,7,3,0,0,0,1,0.66,0.6212,0.69,0.2239,18,37,55
+13680,2012-07-29,3,1,7,4,0,0,0,1,0.64,0.6061,0.69,0.194,2,11,13
+13681,2012-07-29,3,1,7,5,0,0,0,1,0.62,0.5909,0.78,0.194,3,14,17
+13682,2012-07-29,3,1,7,6,0,0,0,1,0.64,0.6061,0.73,0.1642,6,12,18
+13683,2012-07-29,3,1,7,7,0,0,0,1,0.66,0.6212,0.69,0.2537,4,36,40
+13684,2012-07-29,3,1,7,8,0,0,0,1,0.7,0.6515,0.65,0.2239,37,90,127
+13685,2012-07-29,3,1,7,9,0,0,0,1,0.72,0.6818,0.62,0.2537,64,162,226
+13686,2012-07-29,3,1,7,10,0,0,0,1,0.74,0.6818,0.62,0,123,258,381
+13687,2012-07-29,3,1,7,11,0,0,0,1,0.76,0.697,0.55,0.2239,183,326,509
+13688,2012-07-29,3,1,7,12,0,0,0,1,0.76,0.697,0.55,0.3284,154,357,511
+13689,2012-07-29,3,1,7,13,0,0,0,1,0.8,0.7424,0.49,0.2239,181,302,483
+13690,2012-07-29,3,1,7,14,0,0,0,1,0.8,0.7273,0.46,0.194,231,291,522
+13691,2012-07-29,3,1,7,15,0,0,0,1,0.8,0.7273,0.43,0.1343,195,306,501
+13692,2012-07-29,3,1,7,16,0,0,0,1,0.8,0.7273,0.43,0.1343,191,330,521
+13693,2012-07-29,3,1,7,17,0,0,0,1,0.82,0.7424,0.41,0.1642,164,367,531
+13694,2012-07-29,3,1,7,18,0,0,0,1,0.8,0.7121,0.41,0.2985,117,302,419
+13695,2012-07-29,3,1,7,19,0,0,0,1,0.76,0.697,0.55,0.1642,143,300,443
+13696,2012-07-29,3,1,7,20,0,0,0,1,0.74,0.697,0.66,0.1045,75,228,303
+13697,2012-07-29,3,1,7,21,0,0,0,1,0.72,0.6818,0.7,0.1343,72,199,271
+13698,2012-07-29,3,1,7,22,0,0,0,1,0.7,0.6515,0.7,0.1045,31,117,148
+13699,2012-07-29,3,1,7,23,0,0,0,1,0.7,0.6515,0.7,0,18,82,100
+13700,2012-07-30,3,1,7,0,0,1,1,1,0.7,0.6667,0.74,0.0896,12,46,58
+13701,2012-07-30,3,1,7,1,0,1,1,1,0.7,0.6667,0.74,0,4,15,19
+13702,2012-07-30,3,1,7,2,0,1,1,1,0.68,0.6364,0.74,0,2,6,8
+13703,2012-07-30,3,1,7,3,0,1,1,1,0.66,0.6061,0.83,0,0,3,3
+13704,2012-07-30,3,1,7,4,0,1,1,1,0.66,0.6061,0.83,0,0,5,5
+13705,2012-07-30,3,1,7,5,0,1,1,1,0.66,0.6061,0.83,0.1045,4,43,47
+13706,2012-07-30,3,1,7,6,0,1,1,1,0.66,0.6061,0.83,0.1642,6,155,161
+13707,2012-07-30,3,1,7,7,0,1,1,1,0.7,0.6667,0.79,0.0896,14,455,469
+13708,2012-07-30,3,1,7,8,0,1,1,2,0.72,0.697,0.74,0.1045,31,720,751
+13709,2012-07-30,3,1,7,9,0,1,1,2,0.74,0.697,0.7,0,34,259,293
+13710,2012-07-30,3,1,7,10,0,1,1,2,0.74,0.697,0.66,0.2239,54,135,189
+13711,2012-07-30,3,1,7,11,0,1,1,2,0.78,0.7273,0.55,0.1343,69,146,215
+13712,2012-07-30,3,1,7,12,0,1,1,2,0.76,0.7121,0.58,0.1045,77,201,278
+13713,2012-07-30,3,1,7,13,0,1,1,1,0.8,0.7424,0.49,0.1642,57,169,226
+13714,2012-07-30,3,1,7,14,0,1,1,1,0.8,0.7424,0.49,0.2239,87,167,254
+13715,2012-07-30,3,1,7,15,0,1,1,1,0.8,0.7424,0.49,0.2537,51,185,236
+13716,2012-07-30,3,1,7,16,0,1,1,1,0.8,0.7424,0.49,0.2836,88,337,425
+13717,2012-07-30,3,1,7,17,0,1,1,1,0.76,0.697,0.55,0.3284,62,765,827
+13718,2012-07-30,3,1,7,18,0,1,1,1,0.76,0.7121,0.58,0.4179,77,735,812
+13719,2012-07-30,3,1,7,19,0,1,1,1,0.82,0.7727,0.52,0.1642,81,584,665
+13720,2012-07-30,3,1,7,20,0,1,1,1,0.72,0.6818,0.7,0.2239,78,384,462
+13721,2012-07-30,3,1,7,21,0,1,1,1,0.72,0.6818,0.7,0.194,71,251,322
+13722,2012-07-30,3,1,7,22,0,1,1,2,0.7,0.6667,0.74,0.2239,47,183,230
+13723,2012-07-30,3,1,7,23,0,1,1,1,0.7,0.6667,0.74,0.194,34,116,150
+13724,2012-07-31,3,1,7,0,0,2,1,1,0.68,0.6364,0.79,0.1343,11,27,38
+13725,2012-07-31,3,1,7,1,0,2,1,1,0.66,0.6061,0.83,0.1343,3,18,21
+13726,2012-07-31,3,1,7,2,0,2,1,1,0.66,0.6061,0.83,0.1343,0,8,8
+13727,2012-07-31,3,1,7,3,0,2,1,1,0.66,0.6061,0.83,0.0896,1,5,6
+13728,2012-07-31,3,1,7,4,0,2,1,1,0.66,0.6061,0.83,0.0896,0,6,6
+13729,2012-07-31,3,1,7,5,0,2,1,1,0.66,0.6061,0.83,0.1642,5,40,45
+13730,2012-07-31,3,1,7,6,0,2,1,1,0.64,0.5758,0.89,0.1642,2,192,194
+13731,2012-07-31,3,1,7,7,0,2,1,1,0.68,0.6364,0.83,0.2239,21,492,513
+13732,2012-07-31,3,1,7,8,0,2,1,1,0.7,0.6667,0.79,0.1343,30,730,760
+13733,2012-07-31,3,1,7,9,0,2,1,1,0.72,0.6818,0.7,0.1045,31,302,333
+13734,2012-07-31,3,1,7,10,0,2,1,1,0.72,0.6818,0.66,0,73,154,227
+13735,2012-07-31,3,1,7,11,0,2,1,1,0.76,0.7121,0.58,0,54,170,224
+13736,2012-07-31,3,1,7,12,0,2,1,1,0.8,0.7273,0.46,0,50,198,248
+13737,2012-07-31,3,1,7,13,0,2,1,1,0.8,0.7576,0.55,0.2836,69,219,288
+13738,2012-07-31,3,1,7,14,0,2,1,1,0.8,0.7576,0.55,0.2836,72,188,260
+13739,2012-07-31,3,1,7,15,0,2,1,1,0.76,0.7121,0.62,0.1343,29,115,144
+13740,2012-07-31,3,1,7,16,0,2,1,1,0.76,0.7121,0.58,0.2239,66,336,402
+13741,2012-07-31,3,1,7,17,0,2,1,1,0.78,0.7121,0.52,0.2239,94,726,820
+13742,2012-07-31,3,1,7,18,0,2,1,1,0.76,0.697,0.55,0.2836,99,758,857
+13743,2012-07-31,3,1,7,19,0,2,1,3,0.74,0.6818,0.62,0.3582,90,524,614
+13744,2012-07-31,3,1,7,20,0,2,1,3,0.7,0.6515,0.7,0.194,55,397,452
+13745,2012-07-31,3,1,7,21,0,2,1,1,0.68,0.6364,0.79,0.194,60,292,352
+13746,2012-07-31,3,1,7,22,0,2,1,1,0.68,0.6364,0.74,0.2537,33,224,257
+13747,2012-07-31,3,1,7,23,0,2,1,2,0.66,0.6061,0.83,0.1642,20,127,147
+13748,2012-08-01,3,1,8,0,0,3,1,1,0.68,0.6364,0.79,0.1642,3,44,47
+13749,2012-08-01,3,1,8,1,0,3,1,1,0.66,0.6061,0.83,0.0896,5,28,33
+13750,2012-08-01,3,1,8,2,0,3,1,1,0.64,0.5758,0.83,0.1045,0,13,13
+13751,2012-08-01,3,1,8,3,0,3,1,1,0.64,0.5758,0.83,0.1045,0,7,7
+13752,2012-08-01,3,1,8,4,0,3,1,2,0.64,0.5909,0.78,0.1343,1,3,4
+13753,2012-08-01,3,1,8,5,0,3,1,2,0.64,0.5909,0.78,0.1343,3,46,49
+13754,2012-08-01,3,1,8,6,0,3,1,1,0.64,0.5909,0.78,0.1343,6,179,185
+13755,2012-08-01,3,1,8,7,0,3,1,2,0.64,0.5758,0.83,0.1343,19,468,487
+13756,2012-08-01,3,1,8,8,0,3,1,2,0.66,0.6061,0.78,0.194,32,649,681
+13757,2012-08-01,3,1,8,9,0,3,1,2,0.68,0.6364,0.74,0.0896,34,316,350
+13758,2012-08-01,3,1,8,10,0,3,1,1,0.72,0.6818,0.66,0.0896,61,175,236
+13759,2012-08-01,3,1,8,11,0,3,1,1,0.76,0.7121,0.58,0.0896,54,180,234
+13760,2012-08-01,3,1,8,12,0,3,1,1,0.8,0.7424,0.49,0.1045,75,209,284
+13761,2012-08-01,3,1,8,13,0,3,1,1,0.8,0.7424,0.52,0.1642,59,221,280
+13762,2012-08-01,3,1,8,14,0,3,1,1,0.82,0.7576,0.46,0.1642,88,175,263
+13763,2012-08-01,3,1,8,15,0,3,1,1,0.82,0.7576,0.46,0.1642,89,206,295
+13764,2012-08-01,3,1,8,16,0,3,1,1,0.8,0.7576,0.55,0.2836,93,386,479
+13765,2012-08-01,3,1,8,17,0,3,1,1,0.8,0.7424,0.49,0.1642,103,734,837
+13766,2012-08-01,3,1,8,18,0,3,1,3,0.76,0.7121,0.62,0.2239,105,786,891
+13767,2012-08-01,3,1,8,19,0,3,1,1,0.74,0.697,0.66,0.2537,88,564,652
+13768,2012-08-01,3,1,8,20,0,3,1,1,0.74,0.697,0.66,0.1642,65,448,513
+13769,2012-08-01,3,1,8,21,0,3,1,1,0.72,0.6818,0.7,0.1343,36,284,320
+13770,2012-08-01,3,1,8,22,0,3,1,1,0.72,0.6818,0.7,0.1045,37,251,288
+13771,2012-08-01,3,1,8,23,0,3,1,1,0.7,0.6667,0.74,0,18,134,152
+13772,2012-08-02,3,1,8,0,0,4,1,1,0.7,0.6667,0.74,0,8,55,63
+13773,2012-08-02,3,1,8,1,0,4,1,1,0.68,0.6364,0.79,0.1045,6,36,42
+13774,2012-08-02,3,1,8,2,0,4,1,1,0.66,0.6061,0.83,0.0896,3,8,11
+13775,2012-08-02,3,1,8,3,0,4,1,1,0.66,0.6061,0.83,0,0,6,6
+13776,2012-08-02,3,1,8,4,0,4,1,1,0.66,0.6061,0.83,0,0,9,9
+13777,2012-08-02,3,1,8,5,0,4,1,1,0.66,0.5909,0.89,0.1343,4,37,41
+13778,2012-08-02,3,1,8,6,0,4,1,1,0.66,0.6061,0.83,0,6,177,183
+13779,2012-08-02,3,1,8,7,0,4,1,1,0.7,0.6667,0.79,0,21,452,473
+13780,2012-08-02,3,1,8,8,0,4,1,1,0.72,0.697,0.74,0.1045,21,718,739
+13781,2012-08-02,3,1,8,9,0,4,1,1,0.76,0.7273,0.66,0.1045,31,312,343
+13782,2012-08-02,3,1,8,10,0,4,1,1,0.8,0.7576,0.55,0,51,130,181
+13783,2012-08-02,3,1,8,11,0,4,1,1,0.82,0.7727,0.52,0.1045,59,167,226
+13784,2012-08-02,3,1,8,12,0,4,1,1,0.84,0.7576,0.44,0.1343,56,230,286
+13785,2012-08-02,3,1,8,13,0,4,1,1,0.86,0.7879,0.44,0.2239,98,212,310
+13786,2012-08-02,3,1,8,14,0,4,1,1,0.86,0.7879,0.41,0.1343,54,171,225
+13787,2012-08-02,3,1,8,15,0,4,1,1,0.78,0.7424,0.62,0.4627,68,202,270
+13788,2012-08-02,3,1,8,16,0,4,1,1,0.82,0.7576,0.46,0.194,71,335,406
+13789,2012-08-02,3,1,8,17,0,4,1,1,0.82,0.7727,0.52,0.2537,90,775,865
+13790,2012-08-02,3,1,8,18,0,4,1,1,0.8,0.7727,0.59,0.2239,86,681,767
+13791,2012-08-02,3,1,8,19,0,4,1,1,0.8,0.7879,0.63,0.1642,98,509,607
+13792,2012-08-02,3,1,8,20,0,4,1,1,0.78,0.7576,0.66,0,51,376,427
+13793,2012-08-02,3,1,8,21,0,4,1,1,0.76,0.7273,0.66,0.2239,41,301,342
+13794,2012-08-02,3,1,8,22,0,4,1,1,0.74,0.697,0.7,0.194,35,227,262
+13795,2012-08-02,3,1,8,23,0,4,1,1,0.72,0.6818,0.7,0.2537,25,152,177
+13796,2012-08-03,3,1,8,0,0,5,1,1,0.72,0.6818,0.7,0.194,15,56,71
+13797,2012-08-03,3,1,8,1,0,5,1,1,0.7,0.6667,0.74,0.194,11,32,43
+13798,2012-08-03,3,1,8,2,0,5,1,1,0.68,0.6364,0.79,0.2239,0,14,14
+13799,2012-08-03,3,1,8,3,0,5,1,1,0.68,0.6364,0.79,0.2239,1,5,6
+13800,2012-08-03,3,1,8,4,0,5,1,1,0.66,0.6061,0.83,0.2537,1,11,12
+13801,2012-08-03,3,1,8,5,0,5,1,1,0.66,0.6061,0.83,0.1642,2,35,37
+13802,2012-08-03,3,1,8,6,0,5,1,1,0.66,0.6061,0.83,0.2239,5,158,163
+13803,2012-08-03,3,1,8,7,0,5,1,1,0.7,0.6667,0.74,0.1045,25,396,421
+13804,2012-08-03,3,1,8,8,0,5,1,1,0.72,0.6818,0.7,0.1343,32,636,668
+13805,2012-08-03,3,1,8,9,0,5,1,2,0.74,0.697,0.66,0.1045,69,327,396
+13806,2012-08-03,3,1,8,10,0,5,1,2,0.8,0.7424,0.52,0.194,82,167,249
+13807,2012-08-03,3,1,8,11,0,5,1,2,0.84,0.7879,0.49,0.2836,77,186,263
+13808,2012-08-03,3,1,8,12,0,5,1,2,0.86,0.8182,0.5,0.2985,95,243,338
+13809,2012-08-03,3,1,8,13,0,5,1,2,0.86,0.803,0.47,0.2836,98,247,345
+13810,2012-08-03,3,1,8,14,0,5,1,2,0.86,0.7879,0.44,0.2537,102,229,331
+13811,2012-08-03,3,1,8,15,0,5,1,1,0.88,0.8182,0.42,0.2537,112,268,380
+13812,2012-08-03,3,1,8,16,0,5,1,2,0.86,0.7879,0.41,0.2239,112,380,492
+13813,2012-08-03,3,1,8,17,0,5,1,2,0.84,0.803,0.53,0.2836,95,646,741
+13814,2012-08-03,3,1,8,18,0,5,1,2,0.82,0.803,0.59,0.2537,98,573,671
+13815,2012-08-03,3,1,8,19,0,5,1,2,0.8,0.7879,0.63,0.2239,81,388,469
+13816,2012-08-03,3,1,8,20,0,5,1,2,0.78,0.7576,0.66,0.2239,89,300,389
+13817,2012-08-03,3,1,8,21,0,5,1,2,0.76,0.7273,0.66,0.194,54,224,278
+13818,2012-08-03,3,1,8,22,0,5,1,1,0.76,0.7273,0.7,0.2537,46,156,202
+13819,2012-08-03,3,1,8,23,0,5,1,1,0.74,0.7121,0.79,0.1343,26,170,196
+13820,2012-08-04,3,1,8,0,0,6,0,1,0.74,0.7121,0.79,0.1642,24,137,161
+13821,2012-08-04,3,1,8,1,0,6,0,1,0.72,0.7121,0.84,0.194,23,99,122
+13822,2012-08-04,3,1,8,2,0,6,0,1,0.72,0.7121,0.84,0.1343,20,64,84
+13823,2012-08-04,3,1,8,3,0,6,0,1,0.72,0.7121,0.84,0.1343,11,19,30
+13824,2012-08-04,3,1,8,4,0,6,0,1,0.72,0.697,0.79,0.194,2,11,13
+13825,2012-08-04,3,1,8,5,0,6,0,1,0.7,0.6667,0.84,0.2239,1,16,17
+13826,2012-08-04,3,1,8,6,0,6,0,1,0.7,0.6667,0.84,0.2239,12,37,49
+13827,2012-08-04,3,1,8,7,0,6,0,1,0.72,0.697,0.77,0.1642,18,49,67
+13828,2012-08-04,3,1,8,8,0,6,0,1,0.74,0.7273,0.72,0.194,49,132,181
+13829,2012-08-04,3,1,8,9,0,6,0,1,0.78,0.7576,0.65,0.2239,61,217,278
+13830,2012-08-04,3,1,8,10,0,6,0,1,0.82,0.7727,0.57,0.194,108,288,396
+13831,2012-08-04,3,1,8,11,0,6,0,1,0.86,0.803,0.47,0.2537,155,315,470
+13832,2012-08-04,3,1,8,12,0,6,0,1,0.86,0.7879,0.4,0.3582,222,325,547
+13833,2012-08-04,3,1,8,13,0,6,0,1,0.88,0.8182,0.42,0.2985,195,332,527
+13834,2012-08-04,3,1,8,14,0,6,0,1,0.88,0.803,0.4,0.3881,183,289,472
+13835,2012-08-04,3,1,8,15,0,6,0,1,0.88,0.8182,0.42,0.4179,205,284,489
+13836,2012-08-04,3,1,8,16,0,6,0,1,0.9,0.8182,0.39,0.2985,197,253,450
+13837,2012-08-04,3,1,8,17,0,6,0,1,0.88,0.7879,0.37,0.2985,179,313,492
+13838,2012-08-04,3,1,8,18,0,6,0,1,0.86,0.7879,0.41,0.3284,169,321,490
+13839,2012-08-04,3,1,8,19,0,6,0,1,0.82,0.7727,0.52,0.3582,133,264,397
+13840,2012-08-04,3,1,8,20,0,6,0,1,0.82,0.7727,0.52,0.2985,117,195,312
+13841,2012-08-04,3,1,8,21,0,6,0,1,0.8,0.7727,0.59,0.2537,96,193,289
+13842,2012-08-04,3,1,8,22,0,6,0,1,0.76,0.7273,0.66,0.2836,104,165,269
+13843,2012-08-04,3,1,8,23,0,6,0,1,0.76,0.7273,0.66,0.2985,61,161,222
+13844,2012-08-05,3,1,8,0,0,0,0,1,0.74,0.697,0.7,0.2836,32,121,153
+13845,2012-08-05,3,1,8,1,0,0,0,1,0.74,0.697,0.7,0.2537,8,79,87
+13846,2012-08-05,3,1,8,2,0,0,0,1,0.74,0.697,0.7,0.2985,5,68,73
+13847,2012-08-05,3,1,8,3,0,0,0,1,0.72,0.697,0.74,0.2537,9,32,41
+13848,2012-08-05,3,1,8,4,0,0,0,1,0.72,0.697,0.74,0.2537,3,11,14
+13849,2012-08-05,3,1,8,5,0,0,0,1,0.72,0.697,0.74,0.2537,1,18,19
+13850,2012-08-05,3,1,8,6,0,0,0,1,0.72,0.697,0.79,0.2537,7,12,19
+13851,2012-08-05,3,1,8,7,0,0,0,1,0.74,0.7121,0.74,0.2985,18,50,68
+13852,2012-08-05,3,1,8,8,0,0,0,1,0.76,0.7273,0.66,0.3284,27,81,108
+13853,2012-08-05,3,1,8,9,0,0,0,1,0.8,0.7727,0.59,0.3582,61,168,229
+13854,2012-08-05,3,1,8,10,0,0,0,1,0.8,0.7727,0.59,0.4179,111,253,364
+13855,2012-08-05,3,1,8,11,0,0,0,1,0.82,0.7879,0.56,0.4179,155,282,437
+13856,2012-08-05,3,1,8,12,0,0,0,1,0.86,0.803,0.47,0.5224,161,330,491
+13857,2012-08-05,3,1,8,13,0,0,0,1,0.88,0.8182,0.44,0.4627,208,315,523
+13858,2012-08-05,3,1,8,14,0,0,0,1,0.9,0.8485,0.42,0.4627,161,365,526
+13859,2012-08-05,3,1,8,15,0,0,0,1,0.9,0.8182,0.37,0.5224,164,286,450
+13860,2012-08-05,3,1,8,16,0,0,0,1,0.82,0.7576,0.46,0.2537,143,278,421
+13861,2012-08-05,3,1,8,17,0,0,0,1,0.82,0.7576,0.46,0.2537,122,260,382
+13862,2012-08-05,3,1,8,18,0,0,0,3,0.7,0.6667,0.74,0.1343,75,154,229
+13863,2012-08-05,3,1,8,19,0,0,0,1,0.7,0.6667,0.84,0.2239,46,139,185
+13864,2012-08-05,3,1,8,20,0,0,0,1,0.7,0.6667,0.84,0.1045,53,140,193
+13865,2012-08-05,3,1,8,21,0,0,0,1,0.72,0.697,0.79,0.1045,51,157,208
+13866,2012-08-05,3,1,8,22,0,0,0,1,0.72,0.697,0.79,0.0896,57,100,157
+13867,2012-08-05,3,1,8,23,0,0,0,2,0.72,0.697,0.79,0.1642,29,58,87
+13868,2012-08-06,3,1,8,0,0,1,1,2,0.72,0.697,0.79,0,9,24,33
+13869,2012-08-06,3,1,8,1,0,1,1,1,0.72,0.697,0.79,0.0896,1,10,11
+13870,2012-08-06,3,1,8,2,0,1,1,2,0.72,0.697,0.79,0.1343,0,5,5
+13871,2012-08-06,3,1,8,3,0,1,1,3,0.72,0.697,0.79,0.0896,0,5,5
+13872,2012-08-06,3,1,8,4,0,1,1,2,0.72,0.697,0.74,0.1343,3,8,11
+13873,2012-08-06,3,1,8,5,0,1,1,1,0.7,0.6667,0.79,0.194,2,23,25
+13874,2012-08-06,3,1,8,6,0,1,1,2,0.7,0.6667,0.79,0.2239,4,137,141
+13875,2012-08-06,3,1,8,7,0,1,1,3,0.72,0.6818,0.7,0.194,14,393,407
+13876,2012-08-06,3,1,8,8,0,1,1,2,0.7,0.6667,0.79,0,27,578,605
+13877,2012-08-06,3,1,8,9,0,1,1,3,0.7,0.6667,0.79,0.1642,28,248,276
+13878,2012-08-06,3,1,8,10,0,1,1,1,0.74,0.697,0.7,0.2239,54,159,213
+13879,2012-08-06,3,1,8,11,0,1,1,1,0.76,0.7273,0.66,0.1343,108,152,260
+13880,2012-08-06,3,1,8,12,0,1,1,2,0.78,0.7273,0.55,0.0896,72,213,285
+13881,2012-08-06,3,1,8,13,0,1,1,1,0.8,0.7424,0.49,0.2239,85,204,289
+13882,2012-08-06,3,1,8,14,0,1,1,1,0.82,0.7576,0.46,0,99,188,287
+13883,2012-08-06,3,1,8,15,0,1,1,1,0.82,0.7576,0.46,0.1343,91,183,274
+13884,2012-08-06,3,1,8,16,0,1,1,1,0.84,0.7576,0.41,0.1045,88,363,451
+13885,2012-08-06,3,1,8,17,0,1,1,1,0.82,0.7424,0.41,0,112,746,858
+13886,2012-08-06,3,1,8,18,0,1,1,1,0.82,0.7424,0.41,0.1343,100,743,843
+13887,2012-08-06,3,1,8,19,0,1,1,1,0.78,0.7424,0.59,0.194,109,531,640
+13888,2012-08-06,3,1,8,20,0,1,1,1,0.76,0.7273,0.66,0.1642,89,368,457
+13889,2012-08-06,3,1,8,21,0,1,1,1,0.74,0.697,0.7,0.194,72,245,317
+13890,2012-08-06,3,1,8,22,0,1,1,1,0.74,0.697,0.7,0.0896,50,157,207
+13891,2012-08-06,3,1,8,23,0,1,1,1,0.72,0.697,0.74,0.194,16,97,113
+13892,2012-08-07,3,1,8,0,0,2,1,1,0.7,0.6667,0.84,0.194,15,32,47
+13893,2012-08-07,3,1,8,1,0,2,1,1,0.7,0.6667,0.84,0.1343,2,16,18
+13894,2012-08-07,3,1,8,2,0,2,1,1,0.7,0.6667,0.84,0.1343,6,7,13
+13895,2012-08-07,3,1,8,3,0,2,1,1,0.7,0.6667,0.84,0,0,6,6
+13896,2012-08-07,3,1,8,4,0,2,1,1,0.68,0.6364,0.83,0.1343,2,7,9
+13897,2012-08-07,3,1,8,5,0,2,1,1,0.7,0.6667,0.79,0.1045,3,33,36
+13898,2012-08-07,3,1,8,6,0,2,1,2,0.7,0.6667,0.79,0.194,3,176,179
+13899,2012-08-07,3,1,8,7,0,2,1,2,0.7,0.6667,0.74,0.1343,21,481,502
+13900,2012-08-07,3,1,8,8,0,2,1,2,0.7,0.6515,0.7,0.1642,41,664,705
+13901,2012-08-07,3,1,8,9,0,2,1,2,0.7,0.6667,0.74,0.1343,44,283,327
+13902,2012-08-07,3,1,8,10,0,2,1,2,0.74,0.697,0.7,0.1343,89,161,250
+13903,2012-08-07,3,1,8,11,0,2,1,2,0.76,0.7273,0.66,0.0896,84,130,214
+13904,2012-08-07,3,1,8,12,0,2,1,2,0.8,0.7576,0.55,0.1343,86,197,283
+13905,2012-08-07,3,1,8,13,0,2,1,2,0.8,0.7424,0.52,0.194,68,185,253
+13906,2012-08-07,3,1,8,14,0,2,1,2,0.82,0.7576,0.46,0,76,185,261
+13907,2012-08-07,3,1,8,15,0,2,1,1,0.8,0.7424,0.52,0,100,206,306
+13908,2012-08-07,3,1,8,16,0,2,1,3,0.76,0.7273,0.66,0.2836,101,344,445
+13909,2012-08-07,3,1,8,17,0,2,1,2,0.78,0.7424,0.62,0.1343,125,743,868
+13910,2012-08-07,3,1,8,18,0,2,1,2,0.76,0.7121,0.62,0.1642,103,711,814
+13911,2012-08-07,3,1,8,19,0,2,1,2,0.76,0.7273,0.66,0.1045,104,506,610
+13912,2012-08-07,3,1,8,20,0,2,1,2,0.74,0.697,0.7,0.1343,74,374,448
+13913,2012-08-07,3,1,8,21,0,2,1,2,0.72,0.697,0.74,0,70,247,317
+13914,2012-08-07,3,1,8,22,0,2,1,1,0.72,0.697,0.74,0.1045,43,181,224
+13915,2012-08-07,3,1,8,23,0,2,1,1,0.72,0.697,0.79,0,18,120,138
+13916,2012-08-08,3,1,8,0,0,3,1,1,0.7,0.6667,0.84,0,12,46,58
+13917,2012-08-08,3,1,8,1,0,3,1,1,0.72,0.697,0.79,0,3,20,23
+13918,2012-08-08,3,1,8,2,0,3,1,1,0.7,0.6667,0.84,0,1,5,6
+13919,2012-08-08,3,1,8,3,0,3,1,1,0.7,0.6667,0.84,0,1,6,7
+13920,2012-08-08,3,1,8,4,0,3,1,1,0.7,0.6667,0.84,0,1,6,7
+13921,2012-08-08,3,1,8,5,0,3,1,2,0.68,0.6364,0.89,0.1642,3,40,43
+13922,2012-08-08,3,1,8,6,0,3,1,2,0.7,0.6667,0.84,0.1642,4,169,173
+13923,2012-08-08,3,1,8,7,0,3,1,2,0.7,0.6667,0.84,0.1642,24,458,482
+13924,2012-08-08,3,1,8,8,0,3,1,2,0.74,0.7273,0.72,0.0896,48,689,737
+13925,2012-08-08,3,1,8,9,0,3,1,2,0.76,0.7273,0.66,0,33,308,341
+13926,2012-08-08,3,1,8,10,0,3,1,2,0.8,0.7424,0.52,0.1343,63,151,214
+13927,2012-08-08,3,1,8,11,0,3,1,2,0.8,0.7424,0.52,0,80,159,239
+13928,2012-08-08,3,1,8,12,0,3,1,2,0.8,0.7424,0.52,0,63,217,280
+13929,2012-08-08,3,1,8,13,0,3,1,2,0.8,0.7424,0.52,0,101,212,313
+13930,2012-08-08,3,1,8,14,0,3,1,2,0.8,0.7424,0.52,0.2537,63,173,236
+13931,2012-08-08,3,1,8,15,0,3,1,2,0.84,0.7576,0.44,0.194,110,168,278
+13932,2012-08-08,3,1,8,16,0,3,1,2,0.8,0.7424,0.49,0.2836,113,328,441
+13933,2012-08-08,3,1,8,17,0,3,1,2,0.8,0.7576,0.55,0.2836,107,751,858
+13934,2012-08-08,3,1,8,18,0,3,1,2,0.78,0.7273,0.55,0.1642,117,745,862
+13935,2012-08-08,3,1,8,19,0,3,1,1,0.76,0.7273,0.66,0.2239,119,567,686
+13936,2012-08-08,3,1,8,20,0,3,1,1,0.74,0.697,0.66,0.194,76,424,500
+13937,2012-08-08,3,1,8,21,0,3,1,1,0.74,0.697,0.66,0.1045,70,311,381
+13938,2012-08-08,3,1,8,22,0,3,1,1,0.72,0.697,0.74,0.1045,35,198,233
+13939,2012-08-08,3,1,8,23,0,3,1,1,0.72,0.6818,0.7,0.1343,16,120,136
+13940,2012-08-09,3,1,8,0,0,4,1,1,0.72,0.697,0.74,0.194,16,51,67
+13941,2012-08-09,3,1,8,1,0,4,1,1,0.7,0.6667,0.79,0.1343,5,23,28
+13942,2012-08-09,3,1,8,2,0,4,1,1,0.7,0.6667,0.84,0.0896,2,12,14
+13943,2012-08-09,3,1,8,3,0,4,1,1,0.68,0.6364,0.83,0.0896,1,5,6
+13944,2012-08-09,3,1,8,4,0,4,1,2,0.68,0.6364,0.89,0.1343,0,10,10
+13945,2012-08-09,3,1,8,5,0,4,1,2,0.66,0.5909,0.94,0,4,37,41
+13946,2012-08-09,3,1,8,6,0,4,1,1,0.66,0.6061,0.83,0.1642,5,162,167
+13947,2012-08-09,3,1,8,7,0,4,1,2,0.7,0.6667,0.84,0.1642,24,451,475
+13948,2012-08-09,3,1,8,8,0,4,1,1,0.72,0.697,0.74,0.1045,28,670,698
+13949,2012-08-09,3,1,8,9,0,4,1,1,0.76,0.7273,0.66,0.1642,54,299,353
+13950,2012-08-09,3,1,8,10,0,4,1,1,0.8,0.7576,0.55,0.2239,72,133,205
+13951,2012-08-09,3,1,8,11,0,4,1,1,0.84,0.7576,0.44,0,94,166,260
+13952,2012-08-09,3,1,8,12,0,4,1,1,0.84,0.7576,0.44,0.1045,85,192,277
+13953,2012-08-09,3,1,8,13,0,4,1,1,0.86,0.7879,0.41,0.1045,80,201,281
+13954,2012-08-09,3,1,8,14,0,4,1,1,0.88,0.7727,0.32,0.2239,86,161,247
+13955,2012-08-09,3,1,8,15,0,4,1,1,0.88,0.7727,0.32,0.2239,63,204,267
+13956,2012-08-09,3,1,8,16,0,4,1,1,0.86,0.7727,0.39,0.2537,97,320,417
+13957,2012-08-09,3,1,8,17,0,4,1,1,0.86,0.7576,0.36,0.2537,111,699,810
+13958,2012-08-09,3,1,8,18,0,4,1,2,0.82,0.7576,0.46,0.2537,78,733,811
+13959,2012-08-09,3,1,8,19,0,4,1,1,0.8,0.7576,0.55,0.194,90,533,623
+13960,2012-08-09,3,1,8,20,0,4,1,1,0.7,0.6515,0.54,0.2836,91,387,478
+13961,2012-08-09,3,1,8,21,0,4,1,2,0.7,0.6515,0.58,0.1642,50,286,336
+13962,2012-08-09,3,1,8,22,0,4,1,2,0.66,0.6212,0.69,0.2239,41,218,259
+13963,2012-08-09,3,1,8,23,0,4,1,1,0.66,0.6212,0.74,0,19,137,156
+13964,2012-08-10,3,1,8,0,0,5,1,1,0.7,0.6515,0.65,0.0896,17,68,85
+13965,2012-08-10,3,1,8,1,0,5,1,1,0.7,0.6515,0.65,0.1045,6,35,41
+13966,2012-08-10,3,1,8,2,0,5,1,1,0.7,0.6667,0.74,0.1642,6,14,20
+13967,2012-08-10,3,1,8,3,0,5,1,2,0.72,0.697,0.79,0.194,3,6,9
+13968,2012-08-10,3,1,8,4,0,5,1,3,0.7,0.6667,0.84,0.2836,0,7,7
+13969,2012-08-10,3,1,8,5,0,5,1,3,0.7,0.6667,0.84,0.2836,4,29,33
+13970,2012-08-10,3,1,8,6,0,5,1,3,0.64,0.5758,0.89,0.2985,3,41,44
+13971,2012-08-10,3,1,8,7,0,5,1,3,0.64,0.5758,0.89,0.1045,5,128,133
+13972,2012-08-10,3,1,8,8,0,5,1,3,0.62,0.5455,0.91,0.1642,7,112,119
+13973,2012-08-10,3,1,8,9,0,5,1,2,0.64,0.5758,0.89,0,21,199,220
+13974,2012-08-10,3,1,8,10,0,5,1,1,0.66,0.5909,0.89,0.1045,27,166,193
+13975,2012-08-10,3,1,8,11,0,5,1,3,0.68,0.6364,0.79,0.1343,73,178,251
+13976,2012-08-10,3,1,8,12,0,5,1,2,0.74,0.697,0.66,0.3582,75,240,315
+13977,2012-08-10,3,1,8,13,0,5,1,2,0.76,0.7121,0.58,0.3582,66,224,290
+13978,2012-08-10,3,1,8,14,0,5,1,1,0.76,0.7121,0.58,0.3582,71,236,307
+13979,2012-08-10,3,1,8,15,0,5,1,1,0.8,0.7424,0.52,0.4478,100,224,324
+13980,2012-08-10,3,1,8,16,0,5,1,1,0.78,0.7273,0.55,0.2985,96,371,467
+13981,2012-08-10,3,1,8,17,0,5,1,1,0.8,0.7424,0.52,0.2836,111,619,730
+13982,2012-08-10,3,1,8,18,0,5,1,1,0.76,0.7121,0.62,0.2985,88,552,640
+13983,2012-08-10,3,1,8,19,0,5,1,1,0.76,0.7121,0.62,0.2836,98,394,492
+13984,2012-08-10,3,1,8,20,0,5,1,1,0.74,0.697,0.66,0.2985,55,315,370
+13985,2012-08-10,3,1,8,21,0,5,1,1,0.74,0.697,0.66,0.2537,50,236,286
+13986,2012-08-10,3,1,8,22,0,5,1,1,0.72,0.697,0.74,0.2836,50,168,218
+13987,2012-08-10,3,1,8,23,0,5,1,1,0.72,0.6818,0.7,0.2836,33,159,192
+13988,2012-08-11,3,1,8,0,0,6,0,1,0.7,0.6515,0.7,0.2836,38,142,180
+13989,2012-08-11,3,1,8,1,0,6,0,1,0.66,0.6212,0.74,0.2239,32,84,116
+13990,2012-08-11,3,1,8,2,0,6,0,3,0.64,0.5909,0.78,0.194,19,66,85
+13991,2012-08-11,3,1,8,3,0,6,0,3,0.62,0.5758,0.83,0.1642,2,19,21
+13992,2012-08-11,3,1,8,4,0,6,0,1,0.62,0.5758,0.83,0.1045,3,7,10
+13993,2012-08-11,3,1,8,5,0,6,0,1,0.62,0.5606,0.88,0.1045,2,9,11
+13994,2012-08-11,3,1,8,6,0,6,0,2,0.62,0.5606,0.88,0.1045,5,18,23
+13995,2012-08-11,3,1,8,7,0,6,0,1,0.64,0.5758,0.83,0.0896,8,54,62
+13996,2012-08-11,3,1,8,8,0,6,0,1,0.66,0.6061,0.83,0.1045,30,132,162
+13997,2012-08-11,3,1,8,9,0,6,0,1,0.68,0.6364,0.79,0.194,54,217,271
+13998,2012-08-11,3,1,8,10,0,6,0,1,0.72,0.6818,0.62,0.0896,125,282,407
+13999,2012-08-11,3,1,8,11,0,6,0,1,0.74,0.697,0.66,0.1642,203,296,499
+14000,2012-08-11,3,1,8,12,0,6,0,1,0.76,0.7121,0.58,0.2239,214,332,546
+14001,2012-08-11,3,1,8,13,0,6,0,1,0.8,0.7424,0.49,0.3582,228,341,569
+14002,2012-08-11,3,1,8,14,0,6,0,1,0.8,0.7424,0.49,0.2985,248,290,538
+14003,2012-08-11,3,1,8,15,0,6,0,1,0.8,0.7273,0.46,0.2836,246,316,562
+14004,2012-08-11,3,1,8,16,0,6,0,1,0.8,0.7273,0.46,0.2985,227,304,531
+14005,2012-08-11,3,1,8,17,0,6,0,3,0.74,0.697,0.66,0.3582,220,292,512
+14006,2012-08-11,3,1,8,18,0,6,0,2,0.7,0.6667,0.74,0.2985,107,193,300
+14007,2012-08-11,3,1,8,19,0,6,0,2,0.66,0.5909,0.89,0.1045,97,178,275
+14008,2012-08-11,3,1,8,20,0,6,0,3,0.66,0.5909,0.89,0.4179,31,129,160
+14009,2012-08-11,3,1,8,21,0,6,0,2,0.66,0.5909,0.89,0.1642,26,102,128
+14010,2012-08-11,3,1,8,22,0,6,0,2,0.66,0.5909,0.89,0.1642,40,128,168
+14011,2012-08-11,3,1,8,23,0,6,0,3,0.66,0.6061,0.78,0.1642,42,121,163
+14012,2012-08-12,3,1,8,0,0,0,0,2,0.64,0.6061,0.73,0.1343,24,96,120
+14013,2012-08-12,3,1,8,1,0,0,0,1,0.62,0.5909,0.78,0.1343,21,92,113
+14014,2012-08-12,3,1,8,2,0,0,0,1,0.64,0.6061,0.69,0.1343,19,67,86
+14015,2012-08-12,3,1,8,3,0,0,0,1,0.62,0.5909,0.73,0.0896,11,37,48
+14016,2012-08-12,3,1,8,4,0,0,0,1,0.64,0.6061,0.69,0.0896,2,8,10
+14017,2012-08-12,3,1,8,5,0,0,0,1,0.64,0.6212,0.61,0.194,1,9,10
+14018,2012-08-12,3,1,8,6,0,0,0,1,0.64,0.6061,0.65,0.1642,2,14,16
+14019,2012-08-12,3,1,8,7,0,0,0,1,0.64,0.6061,0.65,0.1343,9,30,39
+14020,2012-08-12,3,1,8,8,0,0,0,1,0.66,0.6212,0.54,0.2239,35,84,119
+14021,2012-08-12,3,1,8,9,0,0,0,1,0.7,0.6515,0.48,0.2239,64,153,217
+14022,2012-08-12,3,1,8,10,0,0,0,1,0.7,0.6515,0.51,0.1642,88,240,328
+14023,2012-08-12,3,1,8,11,0,0,0,1,0.74,0.6667,0.42,0.1642,167,282,449
+14024,2012-08-12,3,1,8,12,0,0,0,1,0.74,0.6667,0.42,0.194,163,342,505
+14025,2012-08-12,3,1,8,13,0,0,0,1,0.78,0.697,0.4,0,178,365,543
+14026,2012-08-12,3,1,8,14,0,0,0,1,0.76,0.6818,0.4,0.194,213,366,579
+14027,2012-08-12,3,1,8,15,0,0,0,1,0.76,0.6818,0.4,0.1343,235,342,577
+14028,2012-08-12,3,1,8,16,0,0,0,1,0.76,0.6818,0.4,0.1045,213,300,513
+14029,2012-08-12,3,1,8,17,0,0,0,1,0.8,0.697,0.33,0,186,319,505
+14030,2012-08-12,3,1,8,18,0,0,0,1,0.78,0.6818,0.35,0.1045,164,327,491
+14031,2012-08-12,3,1,8,19,0,0,0,1,0.74,0.6515,0.4,0.1343,148,317,465
+14032,2012-08-12,3,1,8,20,0,0,0,1,0.72,0.6515,0.45,0,96,204,300
+14033,2012-08-12,3,1,8,21,0,0,0,1,0.72,0.6667,0.51,0.0896,78,142,220
+14034,2012-08-12,3,1,8,22,0,0,0,1,0.7,0.6515,0.58,0.1343,40,141,181
+14035,2012-08-12,3,1,8,23,0,0,0,1,0.68,0.6364,0.61,0,25,85,110
+14036,2012-08-13,3,1,8,0,0,1,1,1,0.66,0.6212,0.65,0.1045,14,33,47
+14037,2012-08-13,3,1,8,1,0,1,1,1,0.66,0.6212,0.65,0.0896,3,11,14
+14038,2012-08-13,3,1,8,2,0,1,1,1,0.64,0.6061,0.69,0.1045,1,8,9
+14039,2012-08-13,3,1,8,3,0,1,1,1,0.64,0.6061,0.69,0,1,5,6
+14040,2012-08-13,3,1,8,4,0,1,1,1,0.64,0.6061,0.69,0.1045,0,11,11
+14041,2012-08-13,3,1,8,5,0,1,1,1,0.64,0.6061,0.69,0.1045,3,33,36
+14042,2012-08-13,3,1,8,6,0,1,1,1,0.62,0.5909,0.73,0.0896,4,155,159
+14043,2012-08-13,3,1,8,7,0,1,1,1,0.66,0.6212,0.65,0.1343,11,425,436
+14044,2012-08-13,3,1,8,8,0,1,1,2,0.72,0.6667,0.51,0.0896,25,648,673
+14045,2012-08-13,3,1,8,9,0,1,1,2,0.74,0.6667,0.45,0,40,265,305
+14046,2012-08-13,3,1,8,10,0,1,1,2,0.76,0.6818,0.4,0,88,111,199
+14047,2012-08-13,3,1,8,11,0,1,1,1,0.76,0.6818,0.4,0.0896,94,151,245
+14048,2012-08-13,3,1,8,12,0,1,1,1,0.78,0.697,0.4,0.194,96,180,276
+14049,2012-08-13,3,1,8,13,0,1,1,1,0.78,0.697,0.4,0.1642,79,175,254
+14050,2012-08-13,3,1,8,14,0,1,1,1,0.8,0.697,0.33,0.1045,85,163,248
+14051,2012-08-13,3,1,8,15,0,1,1,1,0.82,0.7273,0.34,0.2239,80,194,274
+14052,2012-08-13,3,1,8,16,0,1,1,1,0.8,0.7121,0.36,0.0896,116,348,464
+14053,2012-08-13,3,1,8,17,0,1,1,1,0.8,0.7121,0.36,0.1642,102,716,818
+14054,2012-08-13,3,1,8,18,0,1,1,1,0.76,0.697,0.52,0.2836,103,709,812
+14055,2012-08-13,3,1,8,19,0,1,1,1,0.74,0.6818,0.58,0.1642,88,467,555
+14056,2012-08-13,3,1,8,20,0,1,1,1,0.74,0.6818,0.62,0.2239,58,374,432
+14057,2012-08-13,3,1,8,21,0,1,1,1,0.72,0.6818,0.66,0.194,44,246,290
+14058,2012-08-13,3,1,8,22,0,1,1,1,0.72,0.6818,0.62,0.3284,44,148,192
+14059,2012-08-13,3,1,8,23,0,1,1,1,0.7,0.6515,0.7,0.2239,28,100,128
+14060,2012-08-14,3,1,8,0,0,2,1,1,0.7,0.6667,0.74,0.2239,12,48,60
+14061,2012-08-14,3,1,8,1,0,2,1,1,0.68,0.6364,0.79,0.2537,8,19,27
+14062,2012-08-14,3,1,8,2,0,2,1,2,0.68,0.6364,0.83,0.194,2,9,11
+14063,2012-08-14,3,1,8,3,0,2,1,2,0.68,0.6364,0.83,0.194,0,3,3
+14064,2012-08-14,3,1,8,4,0,2,1,2,0.68,0.6364,0.83,0.194,0,5,5
+14065,2012-08-14,3,1,8,5,0,2,1,2,0.68,0.6364,0.89,0.194,1,35,36
+14066,2012-08-14,3,1,8,6,0,2,1,3,0.64,0.5758,0.83,0.194,1,63,64
+14067,2012-08-14,3,1,8,7,0,2,1,2,0.66,0.6061,0.83,0.0896,1,178,179
+14068,2012-08-14,3,1,8,8,0,2,1,2,0.66,0.5909,0.89,0.0896,27,591,618
+14069,2012-08-14,3,1,8,9,0,2,1,2,0.7,0.6667,0.74,0,48,354,402
+14070,2012-08-14,3,1,8,10,0,2,1,1,0.7,0.6667,0.79,0.1045,53,155,208
+14071,2012-08-14,3,1,8,11,0,2,1,1,0.74,0.6818,0.62,0,69,127,196
+14072,2012-08-14,3,1,8,12,0,2,1,1,0.78,0.7121,0.49,0.1343,93,207,300
+14073,2012-08-14,3,1,8,13,0,2,1,1,0.8,0.7273,0.46,0.0896,83,203,286
+14074,2012-08-14,3,1,8,14,0,2,1,1,0.82,0.7424,0.41,0.2239,80,175,255
+14075,2012-08-14,3,1,8,15,0,2,1,1,0.82,0.7576,0.46,0.2239,84,199,283
+14076,2012-08-14,3,1,8,16,0,2,1,1,0.82,0.7424,0.43,0.2239,95,363,458
+14077,2012-08-14,3,1,8,17,0,2,1,3,0.76,0.7273,0.66,0.2537,78,734,812
+14078,2012-08-14,3,1,8,18,0,2,1,1,0.76,0.7121,0.62,0.2836,97,757,854
+14079,2012-08-14,3,1,8,19,0,2,1,1,0.76,0.7273,0.66,0.194,94,533,627
+14080,2012-08-14,3,1,8,20,0,2,1,1,0.74,0.7121,0.74,0.2239,65,371,436
+14081,2012-08-14,3,1,8,21,0,2,1,1,0.74,0.6818,0.62,0.2239,56,252,308
+14082,2012-08-14,3,1,8,22,0,2,1,1,0.72,0.6818,0.66,0.0896,28,161,189
+14083,2012-08-14,3,1,8,23,0,2,1,1,0.72,0.6818,0.66,0.1642,53,114,167
+14084,2012-08-15,3,1,8,0,0,3,1,1,0.7,0.6515,0.61,0.194,8,52,60
+14085,2012-08-15,3,1,8,1,0,3,1,1,0.7,0.6515,0.61,0,6,31,37
+14086,2012-08-15,3,1,8,2,0,3,1,1,0.68,0.6364,0.65,0,1,7,8
+14087,2012-08-15,3,1,8,3,0,3,1,1,0.66,0.6212,0.74,0.1045,1,10,11
+14088,2012-08-15,3,1,8,4,0,3,1,1,0.64,0.5758,0.83,0.1045,0,4,4
+14089,2012-08-15,3,1,8,5,0,3,1,1,0.64,0.5909,0.78,0.1045,4,35,39
+14090,2012-08-15,3,1,8,6,0,3,1,1,0.64,0.5909,0.78,0.1045,12,160,172
+14091,2012-08-15,3,1,8,7,0,3,1,2,0.66,0.6212,0.69,0.194,25,467,492
+14092,2012-08-15,3,1,8,8,0,3,1,2,0.7,0.6515,0.65,0.2836,40,642,682
+14093,2012-08-15,3,1,8,9,0,3,1,2,0.72,0.6818,0.62,0.194,57,310,367
+14094,2012-08-15,3,1,8,10,0,3,1,2,0.72,0.6818,0.62,0.194,70,163,233
+14095,2012-08-15,3,1,8,11,0,3,1,2,0.74,0.6818,0.58,0.194,80,155,235
+14096,2012-08-15,3,1,8,12,0,3,1,1,0.74,0.6818,0.55,0.2239,77,230,307
+14097,2012-08-15,3,1,8,13,0,3,1,2,0.78,0.7121,0.49,0.194,88,206,294
+14098,2012-08-15,3,1,8,14,0,3,1,2,0.76,0.697,0.52,0.2985,94,161,255
+14099,2012-08-15,3,1,8,15,0,3,1,1,0.76,0.697,0.52,0.2537,70,196,266
+14100,2012-08-15,3,1,8,16,0,3,1,1,0.76,0.6818,0.48,0.194,91,340,431
+14101,2012-08-15,3,1,8,17,0,3,1,1,0.74,0.6818,0.55,0.2836,102,749,851
+14102,2012-08-15,3,1,8,18,0,3,1,1,0.74,0.6667,0.51,0.2239,80,768,848
+14103,2012-08-15,3,1,8,19,0,3,1,1,0.7,0.6515,0.61,0.1343,124,525,649
+14104,2012-08-15,3,1,8,20,0,3,1,1,0.7,0.6515,0.61,0.1343,72,355,427
+14105,2012-08-15,3,1,8,21,0,3,1,1,0.7,0.6515,0.61,0.194,49,266,315
+14106,2012-08-15,3,1,8,22,0,3,1,1,0.7,0.6515,0.61,0.1642,29,197,226
+14107,2012-08-15,3,1,8,23,0,3,1,1,0.68,0.6364,0.65,0.1045,18,120,138
+14108,2012-08-16,3,1,8,0,0,4,1,1,0.66,0.6212,0.69,0,13,63,76
+14109,2012-08-16,3,1,8,1,0,4,1,1,0.64,0.6061,0.73,0,3,18,21
+14110,2012-08-16,3,1,8,2,0,4,1,1,0.64,0.6061,0.69,0.194,0,15,15
+14111,2012-08-16,3,1,8,3,0,4,1,1,0.62,0.5909,0.73,0.2537,0,4,4
+14112,2012-08-16,3,1,8,4,0,4,1,1,0.62,0.5909,0.73,0.2239,2,3,5
+14113,2012-08-16,3,1,8,5,0,4,1,1,0.6,0.5758,0.78,0.1642,7,30,37
+14114,2012-08-16,3,1,8,6,0,4,1,1,0.6,0.5758,0.78,0.1642,3,162,165
+14115,2012-08-16,3,1,8,7,0,4,1,1,0.64,0.6061,0.69,0.2239,16,448,464
+14116,2012-08-16,3,1,8,8,0,4,1,1,0.68,0.6364,0.61,0.194,33,649,682
+14117,2012-08-16,3,1,8,9,0,4,1,1,0.72,0.6667,0.54,0.1045,41,296,337
+14118,2012-08-16,3,1,8,10,0,4,1,1,0.74,0.6667,0.48,0.1343,78,121,199
+14119,2012-08-16,3,1,8,11,0,4,1,1,0.76,0.6667,0.37,0.0896,83,191,274
+14120,2012-08-16,3,1,8,12,0,4,1,1,0.8,0.697,0.33,0.1045,96,247,343
+14121,2012-08-16,3,1,8,13,0,4,1,1,0.8,0.697,0.31,0.2239,81,219,300
+14122,2012-08-16,3,1,8,14,0,4,1,1,0.82,0.7121,0.32,0,72,176,248
+14123,2012-08-16,3,1,8,15,0,4,1,1,0.8,0.697,0.33,0.2537,63,197,260
+14124,2012-08-16,3,1,8,16,0,4,1,1,0.82,0.7121,0.32,0.2239,79,340,419
+14125,2012-08-16,3,1,8,17,0,4,1,1,0.82,0.7273,0.34,0.194,130,767,897
+14126,2012-08-16,3,1,8,18,0,4,1,1,0.8,0.7121,0.36,0,109,723,832
+14127,2012-08-16,3,1,8,19,0,4,1,1,0.76,0.6818,0.4,0.1045,119,558,677
+14128,2012-08-16,3,1,8,20,0,4,1,1,0.76,0.6818,0.4,0.0896,100,414,514
+14129,2012-08-16,3,1,8,21,0,4,1,1,0.74,0.6667,0.48,0.194,83,273,356
+14130,2012-08-16,3,1,8,22,0,4,1,1,0.72,0.6667,0.51,0.1642,69,185,254
+14131,2012-08-16,3,1,8,23,0,4,1,1,0.7,0.6515,0.54,0.1045,58,168,226
+14132,2012-08-17,3,1,8,0,0,5,1,1,0.68,0.2424,0.57,0.1642,21,67,88
+14133,2012-08-17,3,1,8,1,0,5,1,1,0.66,0.2424,0.65,0.1045,16,38,54
+14134,2012-08-17,3,1,8,2,0,5,1,1,0.66,0.2424,0.61,0.1343,4,15,19
+14135,2012-08-17,3,1,8,3,0,5,1,1,0.64,0.2424,0.65,0.1045,0,6,6
+14136,2012-08-17,3,1,8,4,0,5,1,1,0.64,0.2424,0.73,0.1642,0,9,9
+14137,2012-08-17,3,1,8,5,0,5,1,1,0.64,0.2424,0.73,0.1045,2,34,36
+14138,2012-08-17,3,1,8,6,0,5,1,1,0.62,0.2424,0.78,0.1343,6,151,157
+14139,2012-08-17,3,1,8,7,0,5,1,1,0.64,0.2424,0.73,0.1045,11,368,379
+14140,2012-08-17,3,1,8,8,0,5,1,1,0.68,0.2424,0.65,0.1343,43,625,668
+14141,2012-08-17,3,1,8,9,0,5,1,1,0.7,0.2424,0.58,0.1045,58,320,378
+14142,2012-08-17,3,1,8,10,0,5,1,1,0.74,0.2424,0.55,0.1642,82,149,231
+14143,2012-08-17,3,1,8,11,0,5,1,1,0.76,0.2424,0.52,0.2836,98,205,303
+14144,2012-08-17,3,1,8,12,0,5,1,1,0.82,0.2424,0.41,0.2239,110,255,365
+14145,2012-08-17,3,1,8,13,0,5,1,1,0.84,0.2424,0.36,0.3881,103,254,357
+14146,2012-08-17,3,1,8,14,0,5,1,1,0.86,0.2424,0.34,0.4179,128,200,328
+14147,2012-08-17,3,1,8,15,0,5,1,1,0.86,0.2424,0.3,0.4627,127,256,383
+14148,2012-08-17,3,1,8,16,0,5,1,2,0.84,0.2424,0.32,0.4478,116,372,488
+14149,2012-08-17,3,1,8,17,0,5,1,1,0.82,0.2424,0.36,0.3284,144,647,791
+14150,2012-08-17,3,1,8,18,0,5,1,2,0.82,0.2424,0.38,0.2537,108,561,669
+14151,2012-08-17,3,1,8,19,0,5,1,2,0.74,0.2424,0.55,0.3881,88,403,491
+14152,2012-08-17,3,1,8,20,0,5,1,2,0.72,0.2424,0.58,0.2239,97,262,359
+14153,2012-08-17,3,1,8,21,0,5,1,2,0.68,0.2424,0.69,0.2985,57,198,255
+14154,2012-08-17,3,1,8,22,0,5,1,3,0.66,0.2424,0.83,0.194,43,170,213
+14155,2012-08-17,3,1,8,23,0,5,1,3,0.64,0.2424,0.83,0.2239,21,100,121
+14156,2012-08-18,3,1,8,0,0,6,0,2,0.64,0.5758,0.83,0.2239,6,99,105
+14157,2012-08-18,3,1,8,1,0,6,0,3,0.62,0.5455,0.94,0.1642,14,78,92
+14158,2012-08-18,3,1,8,2,0,6,0,3,0.62,0.5606,0.88,0.1642,4,39,43
+14159,2012-08-18,3,1,8,3,0,6,0,1,0.62,0.5606,0.88,0.194,7,23,30
+14160,2012-08-18,3,1,8,4,0,6,0,1,0.62,0.5909,0.73,0.2239,5,8,13
+14161,2012-08-18,3,1,8,5,0,6,0,1,0.6,0.5758,0.78,0.2537,2,7,9
+14162,2012-08-18,3,1,8,6,0,6,0,1,0.6,0.5606,0.83,0.2239,4,23,27
+14163,2012-08-18,3,1,8,7,0,6,0,1,0.6,0.5606,0.83,0.2239,12,52,64
+14164,2012-08-18,3,1,8,8,0,6,0,1,0.64,0.6061,0.69,0.2537,28,161,189
+14165,2012-08-18,3,1,8,9,0,6,0,1,0.66,0.6212,0.65,0.2836,81,211,292
+14166,2012-08-18,3,1,8,10,0,6,0,1,0.7,0.6515,0.54,0.1642,166,314,480
+14167,2012-08-18,3,1,8,11,0,6,0,1,0.72,0.6667,0.51,0,180,356,536
+14168,2012-08-18,3,1,8,12,0,6,0,1,0.76,0.6667,0.37,0.194,266,388,654
+14169,2012-08-18,3,1,8,13,0,6,0,1,0.74,0.6515,0.4,0.194,289,355,644
+14170,2012-08-18,3,1,8,14,0,6,0,1,0.76,0.6667,0.37,0.2836,242,356,598
+14171,2012-08-18,3,1,8,15,0,6,0,1,0.76,0.6667,0.37,0.2239,250,346,596
+14172,2012-08-18,3,1,8,16,0,6,0,1,0.76,0.6667,0.37,0.2537,287,354,641
+14173,2012-08-18,3,1,8,17,0,6,0,1,0.76,0.6667,0.37,0.2239,256,379,635
+14174,2012-08-18,3,1,8,18,0,6,0,1,0.74,0.6515,0.37,0.1642,225,329,554
+14175,2012-08-18,3,1,8,19,0,6,0,1,0.7,0.6364,0.45,0.1642,164,324,488
+14176,2012-08-18,3,1,8,20,0,6,0,1,0.7,0.6364,0.45,0.1045,99,242,341
+14177,2012-08-18,3,1,8,21,0,6,0,1,0.66,0.6212,0.61,0,90,248,338
+14178,2012-08-18,3,1,8,22,0,6,0,1,0.66,0.6212,0.61,0,90,171,261
+14179,2012-08-18,3,1,8,23,0,6,0,1,0.64,0.6061,0.65,0.0896,60,175,235
+14180,2012-08-19,3,1,8,0,0,0,0,1,0.66,0.6212,0.57,0.0896,44,143,187
+14181,2012-08-19,3,1,8,1,0,0,0,1,0.64,0.6061,0.65,0,29,102,131
+14182,2012-08-19,3,1,8,2,0,0,0,2,0.62,0.6061,0.69,0.0896,16,103,119
+14183,2012-08-19,3,1,8,3,0,0,0,2,0.62,0.6061,0.61,0.1642,21,34,55
+14184,2012-08-19,3,1,8,4,0,0,0,2,0.62,0.6061,0.65,0.1642,4,22,26
+14185,2012-08-19,3,1,8,5,0,0,0,2,0.6,0.5909,0.73,0.1343,3,8,11
+14186,2012-08-19,3,1,8,6,0,0,0,2,0.62,0.6061,0.69,0.1045,5,15,20
+14187,2012-08-19,3,1,8,7,0,0,0,2,0.62,0.6061,0.69,0.1343,12,29,41
+14188,2012-08-19,3,1,8,8,0,0,0,2,0.64,0.6061,0.69,0.1045,34,90,124
+14189,2012-08-19,3,1,8,9,0,0,0,2,0.66,0.6212,0.74,0,86,184,270
+14190,2012-08-19,3,1,8,10,0,0,0,2,0.68,0.6364,0.69,0,138,287,425
+14191,2012-08-19,3,1,8,11,0,0,0,3,0.64,0.5909,0.78,0.1642,83,189,272
+14192,2012-08-19,3,1,8,12,0,0,0,3,0.64,0.6061,0.73,0,112,186,298
+14193,2012-08-19,3,1,8,13,0,0,0,3,0.64,0.5758,0.83,0.1343,50,112,162
+14194,2012-08-19,3,1,8,14,0,0,0,3,0.64,0.6061,0.73,0,41,108,149
+14195,2012-08-19,3,1,8,15,0,0,0,2,0.64,0.6061,0.65,0,89,187,276
+14196,2012-08-19,3,1,8,16,0,0,0,2,0.66,0.6212,0.65,0,97,259,356
+14197,2012-08-19,3,1,8,17,0,0,0,2,0.64,0.5909,0.78,0.1045,76,267,343
+14198,2012-08-19,3,1,8,18,0,0,0,2,0.64,0.5909,0.78,0.1045,86,291,377
+14199,2012-08-19,3,1,8,19,0,0,0,2,0.64,0.6061,0.73,0.1343,72,269,341
+14200,2012-08-19,3,1,8,20,0,0,0,2,0.64,0.6061,0.73,0.194,61,213,274
+14201,2012-08-19,3,1,8,21,0,0,0,3,0.62,0.5909,0.78,0.0896,36,154,190
+14202,2012-08-19,3,1,8,22,0,0,0,2,0.62,0.5909,0.78,0.1642,6,50,56
+14203,2012-08-19,3,1,8,23,0,0,0,2,0.62,0.5909,0.73,0,7,39,46
+14204,2012-08-20,3,1,8,0,0,1,1,2,0.6,0.5606,0.83,0.1045,1,25,26
+14205,2012-08-20,3,1,8,1,0,1,1,1,0.6,0.5606,0.83,0.1642,0,10,10
+14206,2012-08-20,3,1,8,2,0,1,1,1,0.6,0.5606,0.83,0.1642,0,5,5
+14207,2012-08-20,3,1,8,3,0,1,1,1,0.6,0.5455,0.88,0.1045,0,3,3
+14208,2012-08-20,3,1,8,4,0,1,1,2,0.6,0.5606,0.83,0.0896,0,7,7
+14209,2012-08-20,3,1,8,5,0,1,1,2,0.6,0.5606,0.83,0,2,35,37
+14210,2012-08-20,3,1,8,6,0,1,1,2,0.6,0.5758,0.78,0.1343,6,155,161
+14211,2012-08-20,3,1,8,7,0,1,1,2,0.62,0.5909,0.78,0.1343,15,427,442
+14212,2012-08-20,3,1,8,8,0,1,1,2,0.62,0.5909,0.73,0.1045,37,618,655
+14213,2012-08-20,3,1,8,9,0,1,1,2,0.64,0.6061,0.69,0,55,302,357
+14214,2012-08-20,3,1,8,10,0,1,1,2,0.64,0.6061,0.69,0.0896,69,124,193
+14215,2012-08-20,3,1,8,11,0,1,1,1,0.66,0.6212,0.65,0.1045,90,151,241
+14216,2012-08-20,3,1,8,12,0,1,1,2,0.66,0.6212,0.61,0.1045,66,216,282
+14217,2012-08-20,3,1,8,13,0,1,1,1,0.7,0.6515,0.58,0.1343,97,194,291
+14218,2012-08-20,3,1,8,14,0,1,1,1,0.72,0.6667,0.54,0.1642,87,188,275
+14219,2012-08-20,3,1,8,15,0,1,1,1,0.72,0.6667,0.54,0.2537,102,207,309
+14220,2012-08-20,3,1,8,16,0,1,1,1,0.72,0.6667,0.54,0.2537,103,357,460
+14221,2012-08-20,3,1,8,17,0,1,1,1,0.7,0.6515,0.58,0.2836,83,810,893
+14222,2012-08-20,3,1,8,18,0,1,1,2,0.62,0.5909,0.78,0.2537,89,726,815
+14223,2012-08-20,3,1,8,19,0,1,1,2,0.62,0.5909,0.78,0.194,33,266,299
+14224,2012-08-20,3,1,8,20,0,1,1,2,0.62,0.5758,0.83,0.2836,30,231,261
+14225,2012-08-20,3,1,8,21,0,1,1,1,0.6,0.5606,0.83,0,26,219,245
+14226,2012-08-20,3,1,8,22,0,1,1,2,0.6,0.5606,0.83,0,25,136,161
+14227,2012-08-20,3,1,8,23,0,1,1,2,0.6,0.5606,0.83,0,10,92,102
+14228,2012-08-21,3,1,8,0,0,2,1,2,0.6,0.5606,0.83,0.0896,7,52,59
+14229,2012-08-21,3,1,8,1,0,2,1,2,0.6,0.5606,0.83,0.1343,11,22,33
+14230,2012-08-21,3,1,8,2,0,2,1,2,0.58,0.5455,0.88,0.2836,1,7,8
+14231,2012-08-21,3,1,8,3,0,2,1,1,0.56,0.5303,0.88,0,0,3,3
+14232,2012-08-21,3,1,8,4,0,2,1,1,0.56,0.5303,0.88,0,0,4,4
+14233,2012-08-21,3,1,8,5,0,2,1,1,0.56,0.5303,0.83,0.0896,4,30,34
+14234,2012-08-21,3,1,8,6,0,2,1,1,0.56,0.5303,0.83,0.1045,5,164,169
+14235,2012-08-21,3,1,8,7,0,2,1,1,0.6,0.5758,0.78,0.1045,19,500,519
+14236,2012-08-21,3,1,8,8,0,2,1,1,0.6,0.5758,0.78,0.1343,27,696,723
+14237,2012-08-21,3,1,8,9,0,2,1,1,0.64,0.6061,0.69,0,47,281,328
+14238,2012-08-21,3,1,8,10,0,2,1,1,0.66,0.6212,0.61,0.1045,58,120,178
+14239,2012-08-21,3,1,8,11,0,2,1,1,0.7,0.6515,0.54,0,61,195,256
+14240,2012-08-21,3,1,8,12,0,2,1,1,0.72,0.6515,0.45,0,79,226,305
+14241,2012-08-21,3,1,8,13,0,2,1,1,0.74,0.6515,0.4,0,76,255,331
+14242,2012-08-21,3,1,8,14,0,2,1,1,0.76,0.6667,0.37,0.0896,110,192,302
+14243,2012-08-21,3,1,8,15,0,2,1,1,0.76,0.6667,0.37,0,76,226,302
+14244,2012-08-21,3,1,8,16,0,2,1,1,0.76,0.6667,0.37,0,109,358,467
+14245,2012-08-21,3,1,8,17,0,2,1,1,0.74,0.6667,0.51,0.2836,92,786,878
+14246,2012-08-21,3,1,8,18,0,2,1,1,0.72,0.6667,0.54,0.2239,93,532,625
+14247,2012-08-21,3,1,8,19,0,2,1,3,0.62,0.5909,0.73,0.1045,56,420,476
+14248,2012-08-21,3,1,8,20,0,2,1,1,0.64,0.6061,0.73,0,62,296,358
+14249,2012-08-21,3,1,8,21,0,2,1,1,0.64,0.6061,0.73,0,41,239,280
+14250,2012-08-21,3,1,8,22,0,2,1,1,0.64,0.5909,0.78,0,24,208,232
+14251,2012-08-21,3,1,8,23,0,2,1,1,0.62,0.5758,0.83,0,23,113,136
+14252,2012-08-22,3,1,8,0,0,3,1,1,0.62,0.5758,0.83,0.1045,9,46,55
+14253,2012-08-22,3,1,8,1,0,3,1,1,0.62,0.5909,0.78,0,1,20,21
+14254,2012-08-22,3,1,8,2,0,3,1,1,0.62,0.5909,0.78,0,7,10,17
+14255,2012-08-22,3,1,8,3,0,3,1,1,0.62,0.5909,0.78,0,0,7,7
+14256,2012-08-22,3,1,8,4,0,3,1,1,0.58,0.5455,0.83,0.1045,1,7,8
+14257,2012-08-22,3,1,8,5,0,3,1,1,0.6,0.5758,0.78,0,2,38,40
+14258,2012-08-22,3,1,8,6,0,3,1,1,0.62,0.5909,0.73,0,12,175,187
+14259,2012-08-22,3,1,8,7,0,3,1,1,0.62,0.5909,0.78,0,16,537,553
+14260,2012-08-22,3,1,8,8,0,3,1,1,0.64,0.6061,0.73,0.0896,37,703,740
+14261,2012-08-22,3,1,8,9,0,3,1,1,0.68,0.6364,0.65,0,41,335,376
+14262,2012-08-22,3,1,8,10,0,3,1,1,0.7,0.6515,0.61,0.0896,66,159,225
+14263,2012-08-22,3,1,8,11,0,3,1,1,0.72,0.6667,0.58,0.0896,71,196,267
+14264,2012-08-22,3,1,8,12,0,3,1,1,0.74,0.6667,0.51,0,59,253,312
+14265,2012-08-22,3,1,8,13,0,3,1,1,0.76,0.6818,0.48,0.1045,74,242,316
+14266,2012-08-22,3,1,8,14,0,3,1,1,0.76,0.6818,0.45,0.1045,82,184,266
+14267,2012-08-22,3,1,8,15,0,3,1,1,0.76,0.6818,0.48,0.1343,94,222,316
+14268,2012-08-22,3,1,8,16,0,3,1,3,0.74,0.6818,0.55,0.2239,102,358,460
+14269,2012-08-22,3,1,8,17,0,3,1,3,0.74,0.6818,0.55,0.2239,72,711,783
+14270,2012-08-22,3,1,8,18,0,3,1,3,0.66,0.6212,0.61,0.2239,91,592,683
+14271,2012-08-22,3,1,8,19,0,3,1,2,0.66,0.6212,0.74,0,56,524,580
+14272,2012-08-22,3,1,8,20,0,3,1,1,0.64,0.6061,0.73,0.194,59,332,391
+14273,2012-08-22,3,1,8,21,0,3,1,1,0.64,0.6061,0.73,0,60,291,351
+14274,2012-08-22,3,1,8,22,0,3,1,1,0.64,0.6061,0.73,0,55,226,281
+14275,2012-08-22,3,1,8,23,0,3,1,1,0.64,0.5758,0.83,0,27,113,140
+14276,2012-08-23,3,1,8,0,0,4,1,1,0.64,0.5909,0.78,0,9,51,60
+14277,2012-08-23,3,1,8,1,0,4,1,1,0.62,0.5758,0.83,0,10,15,25
+14278,2012-08-23,3,1,8,2,0,4,1,1,0.62,0.5758,0.83,0,9,11,20
+14279,2012-08-23,3,1,8,3,0,4,1,1,0.62,0.5758,0.83,0.0896,3,6,9
+14280,2012-08-23,3,1,8,4,0,4,1,1,0.62,0.5758,0.83,0,0,6,6
+14281,2012-08-23,3,1,8,5,0,4,1,1,0.62,0.5758,0.83,0,1,36,37
+14282,2012-08-23,3,1,8,6,0,4,1,2,0.6,0.5455,0.88,0.0896,14,178,192
+14283,2012-08-23,3,1,8,7,0,4,1,2,0.62,0.5758,0.83,0.0896,18,463,481
+14284,2012-08-23,3,1,8,8,0,4,1,2,0.66,0.6212,0.74,0.0896,45,662,707
+14285,2012-08-23,3,1,8,9,0,4,1,2,0.7,0.6515,0.7,0,58,354,412
+14286,2012-08-23,3,1,8,10,0,4,1,1,0.74,0.6818,0.58,0.0896,76,157,233
+14287,2012-08-23,3,1,8,11,0,4,1,1,0.76,0.6818,0.48,0.0896,86,192,278
+14288,2012-08-23,3,1,8,12,0,4,1,1,0.78,0.6818,0.38,0,97,235,332
+14289,2012-08-23,3,1,8,13,0,4,1,1,0.82,0.7273,0.38,0.0896,93,253,346
+14290,2012-08-23,3,1,8,14,0,4,1,1,0.78,0.697,0.46,0.2239,114,191,305
+14291,2012-08-23,3,1,8,15,0,4,1,1,0.78,0.697,0.46,0.1343,104,201,305
+14292,2012-08-23,3,1,8,16,0,4,1,1,0.76,0.6818,0.48,0.1642,121,344,465
+14293,2012-08-23,3,1,8,17,0,4,1,1,0.76,0.6818,0.45,0.2239,111,709,820
+14294,2012-08-23,3,1,8,18,0,4,1,1,0.74,0.6667,0.48,0.2239,130,811,941
+14295,2012-08-23,3,1,8,19,0,4,1,1,0.72,0.6667,0.51,0.0896,96,537,633
+14296,2012-08-23,3,1,8,20,0,4,1,1,0.7,0.6515,0.61,0.1045,70,404,474
+14297,2012-08-23,3,1,8,21,0,4,1,1,0.7,0.6515,0.61,0.1343,53,276,329
+14298,2012-08-23,3,1,8,22,0,4,1,2,0.68,0.6364,0.61,0.1045,21,177,198
+14299,2012-08-23,3,1,8,23,0,4,1,2,0.66,0.6212,0.69,0,24,133,157
+14300,2012-08-24,3,1,8,0,0,5,1,2,0.66,0.6212,0.69,0,27,84,111
+14301,2012-08-24,3,1,8,1,0,5,1,2,0.64,0.6061,0.73,0,5,37,42
+14302,2012-08-24,3,1,8,2,0,5,1,1,0.66,0.6212,0.69,0,1,15,16
+14303,2012-08-24,3,1,8,3,0,5,1,1,0.64,0.6061,0.73,0,2,6,8
+14304,2012-08-24,3,1,8,4,0,5,1,2,0.64,0.6061,0.73,0,2,6,8
+14305,2012-08-24,3,1,8,5,0,5,1,1,0.64,0.5909,0.78,0,1,37,38
+14306,2012-08-24,3,1,8,6,0,5,1,2,0.62,0.5758,0.83,0,9,142,151
+14307,2012-08-24,3,1,8,7,0,5,1,2,0.64,0.5909,0.78,0,13,412,425
+14308,2012-08-24,3,1,8,8,0,5,1,2,0.66,0.6212,0.74,0,41,703,744
+14309,2012-08-24,3,1,8,9,0,5,1,2,0.72,0.6667,0.58,0,58,331,389
+14310,2012-08-24,3,1,8,10,0,5,1,2,0.76,0.6818,0.48,0,78,184,262
+14311,2012-08-24,3,1,8,11,0,5,1,2,0.76,0.6818,0.48,0.1045,69,212,281
+14312,2012-08-24,3,1,8,12,0,5,1,2,0.76,0.6818,0.45,0.0896,95,276,371
+14313,2012-08-24,3,1,8,13,0,5,1,2,0.8,0.7121,0.41,0.1045,79,272,351
+14314,2012-08-24,3,1,8,14,0,5,1,1,0.78,0.697,0.43,0.1045,109,229,338
+14315,2012-08-24,3,1,8,15,0,5,1,2,0.76,0.6818,0.48,0.1343,99,251,350
+14316,2012-08-24,3,1,8,16,0,5,1,2,0.76,0.6818,0.48,0.1343,101,414,515
+14317,2012-08-24,3,1,8,17,0,5,1,2,0.74,0.6667,0.51,0.2239,117,695,812
+14318,2012-08-24,3,1,8,18,0,5,1,2,0.72,0.6818,0.62,0.194,109,627,736
+14319,2012-08-24,3,1,8,19,0,5,1,2,0.72,0.6667,0.58,0.1642,106,430,536
+14320,2012-08-24,3,1,8,20,0,5,1,2,0.7,0.6515,0.65,0.2239,66,297,363
+14321,2012-08-24,3,1,8,21,0,5,1,2,0.7,0.6515,0.61,0.1642,58,248,306
+14322,2012-08-24,3,1,8,22,0,5,1,2,0.7,0.6515,0.61,0,42,209,251
+14323,2012-08-24,3,1,8,23,0,5,1,2,0.68,0.6364,0.69,0.0896,38,140,178
+14324,2012-08-25,3,1,8,0,0,6,0,2,0.7,0.6515,0.61,0,21,114,135
+14325,2012-08-25,3,1,8,1,0,6,0,2,0.68,0.6364,0.69,0,15,100,115
+14326,2012-08-25,3,1,8,2,0,6,0,2,0.66,0.6212,0.74,0.0896,18,61,79
+14327,2012-08-25,3,1,8,3,0,6,0,1,0.66,0.6212,0.69,0.0896,7,31,38
+14328,2012-08-25,3,1,8,4,0,6,0,2,0.66,0.6212,0.69,0.1045,3,9,12
+14329,2012-08-25,3,1,8,5,0,6,0,2,0.64,0.6061,0.73,0.1642,4,10,14
+14330,2012-08-25,3,1,8,6,0,6,0,2,0.64,0.5909,0.78,0.1642,5,25,30
+14331,2012-08-25,3,1,8,7,0,6,0,2,0.64,0.5909,0.78,0.194,14,88,102
+14332,2012-08-25,3,1,8,8,0,6,0,2,0.66,0.6212,0.74,0.2537,29,133,162
+14333,2012-08-25,3,1,8,9,0,6,0,2,0.68,0.6364,0.69,0.2836,60,228,288
+14334,2012-08-25,3,1,8,10,0,6,0,2,0.7,0.6515,0.65,0.2985,148,294,442
+14335,2012-08-25,3,1,8,11,0,6,0,2,0.72,0.6818,0.62,0.2836,143,314,457
+14336,2012-08-25,3,1,8,12,0,6,0,3,0.72,0.6667,0.54,0.3881,217,367,584
+14337,2012-08-25,3,1,8,13,0,6,0,2,0.72,0.6667,0.51,0.3582,186,331,517
+14338,2012-08-25,3,1,8,14,0,6,0,3,0.66,0.6212,0.65,0.2537,150,332,482
+14339,2012-08-25,3,1,8,15,0,6,0,2,0.64,0.6061,0.73,0.3284,79,154,233
+14340,2012-08-25,3,1,8,16,0,6,0,2,0.66,0.6212,0.74,0.2985,174,260,434
+14341,2012-08-25,3,1,8,17,0,6,0,2,0.66,0.6212,0.74,0.3284,132,271,403
+14342,2012-08-25,3,1,8,18,0,6,0,2,0.66,0.6212,0.69,0.4627,122,261,383
+14343,2012-08-25,3,1,8,19,0,6,0,2,0.64,0.5909,0.78,0.2985,97,257,354
+14344,2012-08-25,3,1,8,20,0,6,0,3,0.62,0.5758,0.83,0.2537,65,176,241
+14345,2012-08-25,3,1,8,21,0,6,0,1,0.62,0.5758,0.83,0.3582,60,148,208
+14346,2012-08-25,3,1,8,22,0,6,0,1,0.62,0.5758,0.83,0.3582,46,136,182
+14347,2012-08-25,3,1,8,23,0,6,0,2,0.62,0.5758,0.83,0.2537,34,124,158
+14348,2012-08-26,3,1,8,0,0,0,0,1,0.64,0.5758,0.89,0.2537,23,111,134
+14349,2012-08-26,3,1,8,1,0,0,0,1,0.64,0.5758,0.89,0.194,18,116,134
+14350,2012-08-26,3,1,8,2,0,0,0,2,0.64,0.5758,0.89,0.2239,12,104,116
+14351,2012-08-26,3,1,8,3,0,0,0,2,0.64,0.5758,0.89,0.2537,11,42,53
+14352,2012-08-26,3,1,8,4,0,0,0,2,0.64,0.5758,0.89,0.194,5,11,16
+14353,2012-08-26,3,1,8,5,0,0,0,1,0.64,0.5758,0.89,0.194,3,13,16
+14354,2012-08-26,3,1,8,6,0,0,0,1,0.62,0.5606,0.88,0.2985,5,16,21
+14355,2012-08-26,3,1,8,7,0,0,0,1,0.64,0.5758,0.89,0.194,11,23,34
+14356,2012-08-26,3,1,8,8,0,0,0,1,0.68,0.6364,0.79,0.2836,21,112,133
+14357,2012-08-26,3,1,8,9,0,0,0,1,0.68,0.6364,0.79,0.2537,67,196,263
+14358,2012-08-26,3,1,8,10,0,0,0,1,0.74,0.697,0.66,0.3881,127,258,385
+14359,2012-08-26,3,1,8,11,0,0,0,1,0.74,0.697,0.66,0.3582,150,332,482
+14360,2012-08-26,3,1,8,12,0,0,0,3,0.72,0.697,0.74,0.3582,225,401,626
+14361,2012-08-26,3,1,8,13,0,0,0,3,0.66,0.6061,0.78,0.4179,166,375,541
+14362,2012-08-26,3,1,8,14,0,0,0,1,0.64,0.5758,0.89,0.1045,125,252,377
+14363,2012-08-26,3,1,8,15,0,0,0,3,0.64,0.5758,0.89,0.2836,132,259,391
+14364,2012-08-26,3,1,8,16,0,0,0,3,0.64,0.5758,0.89,0.2836,57,116,173
+14365,2012-08-26,3,1,8,17,0,0,0,1,0.64,0.5758,0.89,0.2239,61,172,233
+14366,2012-08-26,3,1,8,18,0,0,0,2,0.64,0.5758,0.89,0.0896,77,187,264
+14367,2012-08-26,3,1,8,19,0,0,0,2,0.64,0.5758,0.89,0.1642,80,212,292
+14368,2012-08-26,3,1,8,20,0,0,0,1,0.64,0.5758,0.89,0.1642,40,171,211
+14369,2012-08-26,3,1,8,21,0,0,0,1,0.64,0.5758,0.83,0.1343,26,140,166
+14370,2012-08-26,3,1,8,22,0,0,0,1,0.62,0.5606,0.88,0.0896,20,94,114
+14371,2012-08-26,3,1,8,23,0,0,0,1,0.62,0.5758,0.83,0.0896,21,59,80
+14372,2012-08-27,3,1,8,0,0,1,1,1,0.62,0.5758,0.83,0,4,28,32
+14373,2012-08-27,3,1,8,1,0,1,1,1,0.62,0.5606,0.88,0.0896,3,4,7
+14374,2012-08-27,3,1,8,2,0,1,1,1,0.62,0.5606,0.88,0.1343,0,8,8
+14375,2012-08-27,3,1,8,3,0,1,1,1,0.62,0.5606,0.88,0.0896,1,3,4
+14376,2012-08-27,3,1,8,4,0,1,1,1,0.62,0.5758,0.83,0,1,11,12
+14377,2012-08-27,3,1,8,5,0,1,1,1,0.62,0.5606,0.88,0,4,32,36
+14378,2012-08-27,3,1,8,6,0,1,1,1,0.62,0.5606,0.88,0,4,141,145
+14379,2012-08-27,3,1,8,7,0,1,1,1,0.66,0.6061,0.83,0,15,418,433
+14380,2012-08-27,3,1,8,8,0,1,1,1,0.66,0.6061,0.83,0.0896,29,670,699
+14381,2012-08-27,3,1,8,9,0,1,1,1,0.66,0.6061,0.83,0.1045,40,302,342
+14382,2012-08-27,3,1,8,10,0,1,1,1,0.72,0.697,0.74,0.1343,63,143,206
+14383,2012-08-27,3,1,8,11,0,1,1,1,0.74,0.697,0.66,0.194,47,182,229
+14384,2012-08-27,3,1,8,12,0,1,1,1,0.76,0.7121,0.62,0,69,214,283
+14385,2012-08-27,3,1,8,13,0,1,1,1,0.76,0.7121,0.57,0.1642,77,211,288
+14386,2012-08-27,3,1,8,14,0,1,1,1,0.8,0.7424,0.49,0.0896,66,180,246
+14387,2012-08-27,3,1,8,15,0,1,1,1,0.8,0.7576,0.55,0.2985,77,205,282
+14388,2012-08-27,3,1,8,16,0,1,1,1,0.8,0.7576,0.55,0.2537,77,367,444
+14389,2012-08-27,3,1,8,17,0,1,1,1,0.8,0.7273,0.46,0.2239,101,744,845
+14390,2012-08-27,3,1,8,18,0,1,1,1,0.78,0.7121,0.52,0.2537,83,751,834
+14391,2012-08-27,3,1,8,19,0,1,1,1,0.74,0.697,0.7,0.2239,74,499,573
+14392,2012-08-27,3,1,8,20,0,1,1,1,0.74,0.697,0.7,0.194,50,366,416
+14393,2012-08-27,3,1,8,21,0,1,1,1,0.72,0.697,0.74,0.194,39,239,278
+14394,2012-08-27,3,1,8,22,0,1,1,1,0.7,0.6667,0.84,0.194,30,131,161
+14395,2012-08-27,3,1,8,23,0,1,1,1,0.7,0.6667,0.84,0.1642,35,79,114
+14396,2012-08-28,3,1,8,0,0,2,1,1,0.7,0.6667,0.84,0.2537,9,29,38
+14397,2012-08-28,3,1,8,1,0,2,1,1,0.68,0.6364,0.89,0.194,4,17,21
+14398,2012-08-28,3,1,8,2,0,2,1,1,0.68,0.6364,0.83,0.2537,2,13,15
+14399,2012-08-28,3,1,8,3,0,2,1,1,0.66,0.5909,0.89,0.1343,0,4,4
+14400,2012-08-28,3,1,8,4,0,2,1,1,0.66,0.6061,0.83,0.1343,2,6,8
+14401,2012-08-28,3,1,8,5,0,2,1,2,0.66,0.6061,0.83,0.0896,3,39,42
+14402,2012-08-28,3,1,8,6,0,2,1,2,0.66,0.5909,0.89,0.1045,3,144,147
+14403,2012-08-28,3,1,8,7,0,2,1,2,0.66,0.6061,0.83,0.1045,14,255,269
+14404,2012-08-28,3,1,8,8,0,2,1,2,0.66,0.6212,0.85,0.1045,25,668,693
+14405,2012-08-28,3,1,8,9,0,2,1,2,0.7,0.6667,0.79,0.1642,44,351,395
+14406,2012-08-28,3,1,8,10,0,2,1,1,0.74,0.6818,0.62,0.2537,39,165,204
+14407,2012-08-28,3,1,8,11,0,2,1,1,0.78,0.7273,0.55,0.2537,47,171,218
+14408,2012-08-28,3,1,8,12,0,2,1,1,0.8,0.7424,0.49,0.2836,56,241,297
+14409,2012-08-28,3,1,8,13,0,2,1,1,0.82,0.7424,0.43,0.2985,56,232,288
+14410,2012-08-28,3,1,8,14,0,2,1,1,0.84,0.7424,0.38,0.3284,72,179,251
+14411,2012-08-28,3,1,8,15,0,2,1,1,0.82,0.7273,0.34,0.2985,59,258,317
+14412,2012-08-28,3,1,8,16,0,2,1,1,0.82,0.7121,0.33,0.3284,84,396,480
+14413,2012-08-28,3,1,8,17,0,2,1,1,0.8,0.697,0.35,0.3881,90,774,864
+14414,2012-08-28,3,1,8,18,0,2,1,1,0.78,0.697,0.4,0.2537,82,736,818
+14415,2012-08-28,3,1,8,19,0,2,1,1,0.74,0.6667,0.45,0.1642,82,515,597
+14416,2012-08-28,3,1,8,20,0,2,1,1,0.72,0.6667,0.48,0.1045,87,348,435
+14417,2012-08-28,3,1,8,21,0,2,1,1,0.72,0.6667,0.48,0.0896,38,276,314
+14418,2012-08-28,3,1,8,22,0,2,1,1,0.7,0.6515,0.54,0,20,196,216
+14419,2012-08-28,3,1,8,23,0,2,1,1,0.68,0.6364,0.57,0,17,92,109
+14420,2012-08-29,3,1,8,0,0,3,1,1,0.66,0.6212,0.69,0,8,39,47
+14421,2012-08-29,3,1,8,1,0,3,1,1,0.64,0.6061,0.69,0.1343,2,12,14
+14422,2012-08-29,3,1,8,2,0,3,1,1,0.62,0.5909,0.73,0.1343,2,4,6
+14423,2012-08-29,3,1,8,3,0,3,1,1,0.62,0.5909,0.73,0.1045,0,9,9
+14424,2012-08-29,3,1,8,4,0,3,1,1,0.6,0.5909,0.73,0.2239,2,8,10
+14425,2012-08-29,3,1,8,5,0,3,1,1,0.6,0.5909,0.73,0.194,3,37,40
+14426,2012-08-29,3,1,8,6,0,3,1,1,0.6,0.5909,0.73,0.194,6,175,181
+14427,2012-08-29,3,1,8,7,0,3,1,1,0.64,0.6061,0.65,0.0896,23,531,554
+14428,2012-08-29,3,1,8,8,0,3,1,1,0.66,0.6212,0.61,0.1642,28,780,808
+14429,2012-08-29,3,1,8,9,0,3,1,1,0.7,0.6515,0.51,0.194,40,308,348
+14430,2012-08-29,3,1,8,10,0,3,1,1,0.72,0.6667,0.48,0.1642,34,144,178
+14431,2012-08-29,3,1,8,11,0,3,1,1,0.72,0.6515,0.45,0,67,186,253
+14432,2012-08-29,3,1,8,12,0,3,1,1,0.76,0.6818,0.4,0,79,281,360
+14433,2012-08-29,3,1,8,13,0,3,1,1,0.74,0.6667,0.42,0,68,232,300
+14434,2012-08-29,3,1,8,14,0,3,1,1,0.76,0.6818,0.4,0.0896,87,214,301
+14435,2012-08-29,3,1,8,15,0,3,1,1,0.76,0.6818,0.4,0.194,96,242,338
+14436,2012-08-29,3,1,8,16,0,3,1,1,0.76,0.6667,0.37,0.1343,104,389,493
+14437,2012-08-29,3,1,8,17,0,3,1,1,0.78,0.6818,0.35,0.2239,108,762,870
+14438,2012-08-29,3,1,8,18,0,3,1,1,0.74,0.6667,0.42,0.1642,119,693,812
+14439,2012-08-29,3,1,8,19,0,3,1,1,0.7,0.6515,0.54,0.194,120,523,643
+14440,2012-08-29,3,1,8,20,0,3,1,1,0.68,0.6364,0.57,0,49,378,427
+14441,2012-08-29,3,1,8,21,0,3,1,1,0.66,0.6212,0.54,0.1045,48,265,313
+14442,2012-08-29,3,1,8,22,0,3,1,1,0.66,0.6212,0.54,0,50,185,235
+14443,2012-08-29,3,1,8,23,0,3,1,1,0.66,0.6212,0.57,0,34,123,157
+14444,2012-08-30,3,1,8,0,0,4,1,1,0.64,0.6061,0.69,0,14,51,65
+14445,2012-08-30,3,1,8,1,0,4,1,1,0.64,0.6061,0.65,0,6,17,23
+14446,2012-08-30,3,1,8,2,0,4,1,1,0.62,0.5909,0.73,0,3,14,17
+14447,2012-08-30,3,1,8,3,0,4,1,1,0.62,0.5909,0.73,0,0,5,5
+14448,2012-08-30,3,1,8,4,0,4,1,1,0.62,0.5909,0.73,0,4,4,8
+14449,2012-08-30,3,1,8,5,0,4,1,1,0.62,0.5909,0.73,0,2,33,35
+14450,2012-08-30,3,1,8,6,0,4,1,1,0.6,0.5606,0.83,0.1642,8,155,163
+14451,2012-08-30,3,1,8,7,0,4,1,1,0.64,0.6061,0.73,0,31,501,532
+14452,2012-08-30,3,1,8,8,0,4,1,1,0.66,0.6212,0.65,0,53,701,754
+14453,2012-08-30,3,1,8,9,0,4,1,1,0.7,0.6515,0.58,0,57,339,396
+14454,2012-08-30,3,1,8,10,0,4,1,1,0.72,0.6667,0.54,0,73,161,234
+14455,2012-08-30,3,1,8,11,0,4,1,1,0.76,0.6818,0.4,0.0896,85,191,276
+14456,2012-08-30,3,1,8,12,0,4,1,1,0.76,0.6818,0.45,0.1343,73,221,294
+14457,2012-08-30,3,1,8,13,0,4,1,1,0.76,0.6818,0.48,0.1045,76,214,290
+14458,2012-08-30,3,1,8,14,0,4,1,1,0.76,0.6818,0.48,0.1343,74,199,273
+14459,2012-08-30,3,1,8,15,0,4,1,1,0.8,0.7273,0.46,0.1642,99,239,338
+14460,2012-08-30,3,1,8,16,0,4,1,1,0.8,0.7273,0.43,0.1642,77,405,482
+14461,2012-08-30,3,1,8,17,0,4,1,1,0.82,0.7273,0.34,0.2239,93,751,844
+14462,2012-08-30,3,1,8,18,0,4,1,1,0.8,0.7121,0.38,0.1343,109,744,853
+14463,2012-08-30,3,1,8,19,0,4,1,1,0.76,0.6818,0.48,0.1343,78,532,610
+14464,2012-08-30,3,1,8,20,0,4,1,1,0.74,0.6818,0.58,0.1642,68,403,471
+14465,2012-08-30,3,1,8,21,0,4,1,1,0.72,0.6818,0.66,0.1343,32,275,307
+14466,2012-08-30,3,1,8,22,0,4,1,1,0.7,0.6515,0.7,0,38,253,291
+14467,2012-08-30,3,1,8,23,0,4,1,1,0.7,0.6667,0.74,0.1045,19,133,152
+14468,2012-08-31,3,1,8,0,0,5,1,1,0.68,0.6364,0.83,0.1642,13,69,82
+14469,2012-08-31,3,1,8,1,0,5,1,1,0.68,0.6364,0.83,0.1642,8,24,32
+14470,2012-08-31,3,1,8,2,0,5,1,1,0.66,0.5909,0.89,0.1343,9,11,20
+14471,2012-08-31,3,1,8,3,0,5,1,1,0.66,0.5909,0.89,0.1045,3,2,5
+14472,2012-08-31,3,1,8,4,0,5,1,1,0.64,0.5758,0.89,0.1343,0,7,7
+14473,2012-08-31,3,1,8,5,0,5,1,1,0.64,0.5758,0.89,0.1642,2,27,29
+14474,2012-08-31,3,1,8,6,0,5,1,2,0.64,0.5758,0.89,0.1642,7,101,108
+14475,2012-08-31,3,1,8,7,0,5,1,2,0.64,0.5758,0.89,0.0896,21,400,421
+14476,2012-08-31,3,1,8,8,0,5,1,2,0.7,0.6667,0.74,0,36,654,690
+14477,2012-08-31,3,1,8,9,0,5,1,1,0.74,0.697,0.7,0,61,337,398
+14478,2012-08-31,3,1,8,10,0,5,1,1,0.76,0.7121,0.62,0.0896,59,197,256
+14479,2012-08-31,3,1,8,11,0,5,1,1,0.86,0.7424,0.28,0.2985,88,221,309
+14480,2012-08-31,3,1,8,12,0,5,1,1,0.86,0.7424,0.26,0.2537,120,290,410
+14481,2012-08-31,3,1,8,13,0,5,1,1,0.88,0.7576,0.27,0.3284,97,271,368
+14482,2012-08-31,3,1,8,14,0,5,1,1,0.9,0.7727,0.25,0.2239,112,324,436
+14483,2012-08-31,3,1,8,15,0,5,1,1,0.9,0.7879,0.27,0.2985,109,417,526
+14484,2012-08-31,3,1,8,16,0,5,1,1,0.9,0.7879,0.27,0.2537,111,417,528
+14485,2012-08-31,3,1,8,17,0,5,1,1,0.88,0.7727,0.32,0.1642,129,488,617
+14486,2012-08-31,3,1,8,18,0,5,1,1,0.86,0.7576,0.36,0.2537,87,459,546
+14487,2012-08-31,3,1,8,19,0,5,1,1,0.8,0.7424,0.49,0.1343,91,361,452
+14488,2012-08-31,3,1,8,20,0,5,1,1,0.8,0.7424,0.49,0.1343,102,254,356
+14489,2012-08-31,3,1,8,21,0,5,1,1,0.76,0.7121,0.58,0.194,71,232,303
+14490,2012-08-31,3,1,8,22,0,5,1,1,0.76,0.7121,0.58,0.194,65,212,277
+14491,2012-08-31,3,1,8,23,0,5,1,1,0.74,0.6818,0.62,0.1045,32,142,174
+14492,2012-09-01,3,1,9,0,0,6,0,1,0.74,0.6818,0.62,0.1045,22,146,168
+14493,2012-09-01,3,1,9,1,0,6,0,1,0.72,0.697,0.74,0.1343,11,68,79
+14494,2012-09-01,3,1,9,2,0,6,0,1,0.7,0.6515,0.7,0.1642,8,61,69
+14495,2012-09-01,3,1,9,3,0,6,0,1,0.7,0.6515,0.7,0.1045,6,29,35
+14496,2012-09-01,3,1,9,4,0,6,0,1,0.7,0.6515,0.7,0,3,9,12
+14497,2012-09-01,3,1,9,5,0,6,0,1,0.68,0.6364,0.79,0,2,20,22
+14498,2012-09-01,3,1,9,6,0,6,0,1,0.68,0.6364,0.79,0,13,23,36
+14499,2012-09-01,3,1,9,7,0,6,0,2,0.74,0.6818,0.58,0.1343,8,58,66
+14500,2012-09-01,3,1,9,8,0,6,0,2,0.76,0.7121,0.58,0.2537,28,134,162
+14501,2012-09-01,3,1,9,9,0,6,0,2,0.76,0.7121,0.58,0.194,62,175,237
+14502,2012-09-01,3,1,9,10,0,6,0,2,0.78,0.7273,0.55,0.194,128,289,417
+14503,2012-09-01,3,1,9,11,0,6,0,2,0.8,0.7576,0.55,0.2239,219,273,492
+14504,2012-09-01,3,1,9,12,0,6,0,2,0.8,0.7576,0.55,0.1642,187,284,471
+14505,2012-09-01,3,1,9,13,0,6,0,2,0.82,0.7727,0.52,0.0896,237,267,504
+14506,2012-09-01,3,1,9,14,0,6,0,2,0.86,0.7879,0.44,0.1642,240,274,514
+14507,2012-09-01,3,1,9,15,0,6,0,2,0.86,0.7879,0.44,0.2836,257,306,563
+14508,2012-09-01,3,1,9,16,0,6,0,2,0.84,0.7879,0.49,0.1642,209,253,462
+14509,2012-09-01,3,1,9,17,0,6,0,2,0.82,0.7727,0.52,0,205,258,463
+14510,2012-09-01,3,1,9,18,0,6,0,2,0.82,0.7727,0.52,0,184,258,442
+14511,2012-09-01,3,1,9,19,0,6,0,3,0.78,0.7424,0.62,0,157,235,392
+14512,2012-09-01,3,1,9,20,0,6,0,3,0.76,0.7273,0.67,0.2537,67,140,207
+14513,2012-09-01,3,1,9,21,0,6,0,3,0.64,0.5758,0.89,0,21,83,104
+14514,2012-09-01,3,1,9,22,0,6,0,2,0.66,0.5909,0.89,0,21,57,78
+14515,2012-09-01,3,1,9,23,0,6,0,1,0.66,0.5909,0.89,0.0896,57,88,145
+14516,2012-09-02,3,1,9,0,0,0,0,2,0.66,0.5909,0.89,0.0896,27,72,99
+14517,2012-09-02,3,1,9,1,0,0,0,1,0.66,0.5909,0.89,0,15,58,73
+14518,2012-09-02,3,1,9,2,0,0,0,1,0.66,0.5909,0.89,0,28,56,84
+14519,2012-09-02,3,1,9,3,0,0,0,1,0.66,0.5909,0.89,0.0896,9,33,42
+14520,2012-09-02,3,1,9,4,0,0,0,1,0.66,0.5909,0.89,0,7,15,22
+14521,2012-09-02,3,1,9,5,0,0,0,1,0.66,0.5909,0.89,0,2,10,12
+14522,2012-09-02,3,1,9,6,0,0,0,2,0.66,0.5909,0.89,0,2,13,15
+14523,2012-09-02,3,1,9,7,0,0,0,1,0.66,0.5909,0.94,0.0896,13,29,42
+14524,2012-09-02,3,1,9,8,0,0,0,1,0.68,0.6364,0.89,0.0896,30,99,129
+14525,2012-09-02,3,1,9,9,0,0,0,2,0.7,0.6667,0.84,0,88,144,232
+14526,2012-09-02,3,1,9,10,0,0,0,2,0.72,0.697,0.79,0,158,230,388
+14527,2012-09-02,3,1,9,11,0,0,0,2,0.74,0.697,0.7,0,226,263,489
+14528,2012-09-02,3,1,9,12,0,0,0,3,0.74,0.697,0.7,0,248,297,545
+14529,2012-09-02,3,1,9,13,0,0,0,3,0.72,0.697,0.74,0.0896,263,230,493
+14530,2012-09-02,3,1,9,14,0,0,0,3,0.72,0.697,0.79,0.0896,249,208,457
+14531,2012-09-02,3,1,9,15,0,0,0,3,0.74,0.7121,0.74,0.1343,179,176,355
+14532,2012-09-02,3,1,9,16,0,0,0,1,0.74,0.697,0.7,0,222,252,474
+14533,2012-09-02,3,1,9,17,0,0,0,1,0.76,0.7273,0.66,0.0896,219,284,503
+14534,2012-09-02,3,1,9,18,0,0,0,1,0.74,0.7121,0.74,0,227,273,500
+14535,2012-09-02,3,1,9,19,0,0,0,2,0.7,0.6667,0.84,0.2239,140,152,292
+14536,2012-09-02,3,1,9,20,0,0,0,2,0.7,0.6667,0.84,0.1642,63,41,104
+14537,2012-09-02,3,1,9,21,0,0,0,1,0.7,0.6515,0.7,0.1642,79,92,171
+14538,2012-09-02,3,1,9,22,0,0,0,3,0.68,0.6364,0.83,0.1343,66,100,166
+14539,2012-09-02,3,1,9,23,0,0,0,3,0.66,0.5909,0.89,0.0896,53,70,123
+14540,2012-09-03,3,1,9,0,1,1,0,2,0.66,0.5909,0.94,0,42,62,104
+14541,2012-09-03,3,1,9,1,1,1,0,2,0.68,0.6364,0.89,0.1642,18,37,55
+14542,2012-09-03,3,1,9,2,1,1,0,1,0.66,0.5909,0.89,0.1045,10,30,40
+14543,2012-09-03,3,1,9,3,1,1,0,1,0.66,0.5909,0.89,0.1343,6,22,28
+14544,2012-09-03,3,1,9,4,1,1,0,1,0.66,0.5909,0.89,0.0896,6,5,11
+14545,2012-09-03,3,1,9,5,1,1,0,1,0.66,0.5909,0.89,0,1,3,4
+14546,2012-09-03,3,1,9,6,1,1,0,1,0.66,0.5909,0.94,0,3,12,15
+14547,2012-09-03,3,1,9,7,1,1,0,1,0.68,0.6364,0.85,0,6,37,43
+14548,2012-09-03,3,1,9,8,1,1,0,2,0.7,0.6667,0.84,0.1045,36,91,127
+14549,2012-09-03,3,1,9,9,1,1,0,2,0.7,0.6667,0.84,0.1343,71,158,229
+14550,2012-09-03,3,1,9,10,1,1,0,2,0.74,0.7121,0.74,0.2239,135,224,359
+14551,2012-09-03,3,1,9,11,1,1,0,2,0.74,0.697,0.7,0.2836,187,272,459
+14552,2012-09-03,3,1,9,12,1,1,0,2,0.76,0.7121,0.62,0.2985,191,352,543
+14553,2012-09-03,3,1,9,13,1,1,0,2,0.76,0.7273,0.66,0.2537,209,357,566
+14554,2012-09-03,3,1,9,14,1,1,0,1,0.74,0.697,0.7,0.2985,163,349,512
+14555,2012-09-03,3,1,9,15,1,1,0,1,0.74,0.697,0.7,0.2239,168,281,449
+14556,2012-09-03,3,1,9,16,1,1,0,1,0.74,0.697,0.7,0.2239,165,335,500
+14557,2012-09-03,3,1,9,17,1,1,0,1,0.74,0.697,0.7,0.1343,181,317,498
+14558,2012-09-03,3,1,9,18,1,1,0,1,0.74,0.697,0.66,0.1642,145,337,482
+14559,2012-09-03,3,1,9,19,1,1,0,1,0.72,0.697,0.74,0.194,73,301,374
+14560,2012-09-03,3,1,9,20,1,1,0,1,0.72,0.6818,0.76,0.1045,78,183,261
+14561,2012-09-03,3,1,9,21,1,1,0,1,0.72,0.6818,0.76,0.1045,42,142,184
+14562,2012-09-03,3,1,9,22,1,1,0,2,0.7,0.6667,0.84,0.1343,17,104,121
+14563,2012-09-03,3,1,9,23,1,1,0,2,0.7,0.6667,0.84,0.2537,12,58,70
+14564,2012-09-04,3,1,9,0,0,2,1,2,0.7,0.6667,0.84,0.2537,10,19,29
+14565,2012-09-04,3,1,9,1,0,2,1,1,0.68,0.6364,0.82,0.1343,15,9,24
+14566,2012-09-04,3,1,9,2,0,2,1,1,0.68,0.6364,0.82,0.1343,1,4,5
+14567,2012-09-04,3,1,9,3,0,2,1,2,0.66,0.5909,0.89,0.0896,1,9,10
+14568,2012-09-04,3,1,9,4,0,2,1,2,0.66,0.5909,0.89,0,0,8,8
+14569,2012-09-04,3,1,9,5,0,2,1,2,0.66,0.5909,0.89,0,1,37,38
+14570,2012-09-04,3,1,9,6,0,2,1,2,0.68,0.6364,0.89,0.1045,7,165,172
+14571,2012-09-04,3,1,9,7,0,2,1,2,0.68,0.6364,0.89,0.1045,13,480,493
+14572,2012-09-04,3,1,9,8,0,2,1,1,0.7,0.6667,0.84,0.1642,15,617,632
+14573,2012-09-04,3,1,9,9,0,2,1,2,0.72,0.697,0.79,0.2239,30,293,323
+14574,2012-09-04,3,1,9,10,0,2,1,2,0.72,0.697,0.74,0.2537,42,130,172
+14575,2012-09-04,3,1,9,11,0,2,1,2,0.74,0.697,0.7,0.2836,39,159,198
+14576,2012-09-04,3,1,9,12,0,2,1,1,0.76,0.7273,0.7,0.2836,54,233,287
+14577,2012-09-04,3,1,9,13,0,2,1,1,0.8,0.7576,0.55,0.4478,72,203,275
+14578,2012-09-04,3,1,9,14,0,2,1,1,0.8,0.7576,0.55,0.4179,72,202,274
+14579,2012-09-04,3,1,9,15,0,2,1,1,0.8,0.7727,0.59,0.4627,68,224,292
+14580,2012-09-04,3,1,9,16,0,2,1,1,0.76,0.7273,0.7,0.4179,61,397,458
+14581,2012-09-04,3,1,9,17,0,2,1,1,0.76,0.7273,0.7,0.3582,110,746,856
+14582,2012-09-04,3,1,9,18,0,2,1,1,0.76,0.7424,0.75,0.2239,94,745,839
+14583,2012-09-04,3,1,9,19,0,2,1,1,0.76,0.7273,0.7,0.2239,50,502,552
+14584,2012-09-04,3,1,9,20,0,2,1,1,0.74,0.697,0.7,0.2537,47,338,385
+14585,2012-09-04,3,1,9,21,0,2,1,1,0.74,0.7121,0.74,0.2537,28,240,268
+14586,2012-09-04,3,1,9,22,0,2,1,1,0.74,0.697,0.7,0.2836,25,154,179
+14587,2012-09-04,3,1,9,23,0,2,1,1,0.72,0.697,0.74,0.2985,12,83,95
+14588,2012-09-05,3,1,9,0,0,3,1,1,0.72,0.697,0.74,0.2537,10,27,37
+14589,2012-09-05,3,1,9,1,0,3,1,1,0.7,0.6667,0.84,0.194,2,11,13
+14590,2012-09-05,3,1,9,2,0,3,1,1,0.7,0.6667,0.84,0.194,0,9,9
+14591,2012-09-05,3,1,9,3,0,3,1,1,0.7,0.6667,0.79,0.2836,0,4,4
+14592,2012-09-05,3,1,9,4,0,3,1,1,0.7,0.6667,0.79,0.2836,2,3,5
+14593,2012-09-05,3,1,9,5,0,3,1,2,0.7,0.6667,0.79,0.2985,1,39,40
+14594,2012-09-05,3,1,9,6,0,3,1,1,0.7,0.6667,0.79,0.2836,7,203,210
+14595,2012-09-05,3,1,9,7,0,3,1,2,0.7,0.6667,0.79,0.2537,11,489,500
+14596,2012-09-05,3,1,9,8,0,3,1,1,0.72,0.697,0.74,0.194,33,692,725
+14597,2012-09-05,3,1,9,9,0,3,1,1,0.74,0.697,0.7,0.2537,27,263,290
+14598,2012-09-05,3,1,9,10,0,3,1,2,0.76,0.7273,0.7,0.1642,54,181,235
+14599,2012-09-05,3,1,9,11,0,3,1,2,0.78,0.7424,0.62,0.1642,61,156,217
+14600,2012-09-05,3,1,9,12,0,3,1,1,0.78,0.7727,0.7,0.1045,49,217,266
+14601,2012-09-05,3,1,9,13,0,3,1,1,0.8,0.7879,0.63,0.1642,50,184,234
+14602,2012-09-05,3,1,9,14,0,3,1,1,0.82,0.7879,0.56,0.1045,34,177,211
+14603,2012-09-05,3,1,9,15,0,3,1,1,0.78,0.7727,0.7,0.194,41,204,245
+14604,2012-09-05,3,1,9,16,0,3,1,1,0.76,0.7273,0.7,0.2537,86,344,430
+14605,2012-09-05,3,1,9,17,0,3,1,1,0.76,0.7273,0.66,0.2537,83,780,863
+14606,2012-09-05,3,1,9,18,0,3,1,1,0.76,0.7424,0.75,0.194,82,757,839
+14607,2012-09-05,3,1,9,19,0,3,1,1,0.74,0.697,0.7,0.1642,64,598,662
+14608,2012-09-05,3,1,9,20,0,3,1,1,0.72,0.7121,0.84,0.1642,55,357,412
+14609,2012-09-05,3,1,9,21,0,3,1,1,0.72,0.697,0.79,0,18,278,296
+14610,2012-09-05,3,1,9,22,0,3,1,1,0.72,0.697,0.79,0,38,181,219
+14611,2012-09-05,3,1,9,23,0,3,1,1,0.7,0.6667,0.84,0.0896,24,126,150
+14612,2012-09-06,3,1,9,0,0,4,1,2,0.7,0.6667,0.84,0.0896,30,35,65
+14613,2012-09-06,3,1,9,1,0,4,1,2,0.7,0.6667,0.84,0,2,16,18
+14614,2012-09-06,3,1,9,2,0,4,1,1,0.72,0.697,0.79,0,1,7,8
+14615,2012-09-06,3,1,9,3,0,4,1,1,0.7,0.6667,0.84,0.1045,0,9,9
+14616,2012-09-06,3,1,9,4,0,4,1,2,0.7,0.6667,0.84,0.0896,0,8,8
+14617,2012-09-06,3,1,9,5,0,4,1,2,0.7,0.6667,0.84,0.194,3,35,38
+14618,2012-09-06,3,1,9,6,0,4,1,2,0.7,0.6667,0.84,0.0896,11,189,200
+14619,2012-09-06,3,1,9,7,0,4,1,2,0.7,0.6667,0.84,0.1045,21,461,482
+14620,2012-09-06,3,1,9,8,0,4,1,3,0.7,0.6667,0.79,0,24,622,646
+14621,2012-09-06,3,1,9,9,0,4,1,3,0.66,0.5909,0.94,0.1343,8,115,123
+14622,2012-09-06,3,1,9,10,0,4,1,3,0.66,0.5909,0.94,0.1343,9,40,49
+14623,2012-09-06,3,1,9,11,0,4,1,3,0.7,0.6667,0.84,0.1642,10,52,62
+14624,2012-09-06,3,1,9,12,0,4,1,2,0.72,0.697,0.79,0.2239,11,126,137
+14625,2012-09-06,3,1,9,13,0,4,1,2,0.72,0.697,0.79,0.1045,39,152,191
+14626,2012-09-06,3,1,9,14,0,4,1,1,0.74,0.7121,0.74,0.0896,38,178,216
+14627,2012-09-06,3,1,9,15,0,4,1,1,0.74,0.697,0.66,0.194,42,228,270
+14628,2012-09-06,3,1,9,16,0,4,1,1,0.74,0.697,0.7,0.2239,42,374,416
+14629,2012-09-06,3,1,9,17,0,4,1,1,0.74,0.697,0.7,0.2537,67,741,808
+14630,2012-09-06,3,1,9,18,0,4,1,1,0.72,0.6818,0.7,0.2537,74,761,835
+14631,2012-09-06,3,1,9,19,0,4,1,1,0.68,0.6364,0.74,0.2537,54,504,558
+14632,2012-09-06,3,1,9,20,0,4,1,1,0.66,0.6061,0.78,0.2239,50,356,406
+14633,2012-09-06,3,1,9,21,0,4,1,1,0.64,0.5758,0.89,0.1642,32,240,272
+14634,2012-09-06,3,1,9,22,0,4,1,1,0.64,0.5758,0.89,0.1642,24,193,217
+14635,2012-09-06,3,1,9,23,0,4,1,1,0.64,0.5758,0.89,0.1642,19,150,169
+14636,2012-09-07,3,1,9,0,0,5,1,1,0.64,0.5758,0.89,0.1343,17,79,96
+14637,2012-09-07,3,1,9,1,0,5,1,1,0.62,0.5606,0.88,0.1045,10,19,29
+14638,2012-09-07,3,1,9,2,0,5,1,1,0.62,0.5758,0.83,0.0896,1,10,11
+14639,2012-09-07,3,1,9,3,0,5,1,1,0.62,0.5758,0.83,0.0896,0,9,9
+14640,2012-09-07,3,1,9,4,0,5,1,1,0.62,0.5606,0.88,0,1,7,8
+14641,2012-09-07,3,1,9,5,0,5,1,1,0.62,0.5606,0.88,0,1,39,40
+14642,2012-09-07,3,1,9,6,0,5,1,1,0.62,0.5606,0.88,0.1045,5,135,140
+14643,2012-09-07,3,1,9,7,0,5,1,1,0.64,0.5758,0.89,0.1045,21,465,486
+14644,2012-09-07,3,1,9,8,0,5,1,1,0.66,0.6061,0.83,0.1045,29,690,719
+14645,2012-09-07,3,1,9,9,0,5,1,1,0.7,0.6667,0.79,0.1343,33,311,344
+14646,2012-09-07,3,1,9,10,0,5,1,1,0.72,0.697,0.74,0.1343,53,171,224
+14647,2012-09-07,3,1,9,11,0,5,1,1,0.76,0.7121,0.62,0.1343,81,215,296
+14648,2012-09-07,3,1,9,12,0,5,1,1,0.78,0.7424,0.59,0.1642,76,247,323
+14649,2012-09-07,3,1,9,13,0,5,1,1,0.8,0.7727,0.59,0.2537,71,283,354
+14650,2012-09-07,3,1,9,14,0,5,1,1,0.8,0.7727,0.59,0.2537,66,187,253
+14651,2012-09-07,3,1,9,15,0,5,1,1,0.8,0.7576,0.55,0.2537,66,265,331
+14652,2012-09-07,3,1,9,16,0,5,1,1,0.8,0.7576,0.55,0.2836,75,395,470
+14653,2012-09-07,3,1,9,17,0,5,1,1,0.78,0.7424,0.59,0.3284,88,684,772
+14654,2012-09-07,3,1,9,18,0,5,1,1,0.76,0.7121,0.62,0.2985,95,697,792
+14655,2012-09-07,3,1,9,19,0,5,1,1,0.74,0.6818,0.62,0.2836,70,498,568
+14656,2012-09-07,3,1,9,20,0,5,1,1,0.72,0.6818,0.66,0.2239,51,340,391
+14657,2012-09-07,3,1,9,21,0,5,1,1,0.7,0.6667,0.74,0.1642,55,246,301
+14658,2012-09-07,3,1,9,22,0,5,1,1,0.7,0.6667,0.74,0.2239,52,247,299
+14659,2012-09-07,3,1,9,23,0,5,1,1,0.66,0.5909,0.89,0.2537,28,220,248
+14660,2012-09-08,3,1,9,0,0,6,0,1,0.66,0.5909,0.89,0.2537,20,130,150
+14661,2012-09-08,3,1,9,1,0,6,0,2,0.66,0.5909,0.89,0.2836,10,107,117
+14662,2012-09-08,3,1,9,2,0,6,0,1,0.66,0.5909,0.89,0.3284,9,68,77
+14663,2012-09-08,3,1,9,3,0,6,0,2,0.66,0.5909,0.89,0.2239,3,40,43
+14664,2012-09-08,3,1,9,4,0,6,0,2,0.66,0.5909,0.94,0.2239,3,8,11
+14665,2012-09-08,3,1,9,5,0,6,0,2,0.66,0.5909,0.94,0.2537,2,13,15
+14666,2012-09-08,3,1,9,6,0,6,0,2,0.66,0.5909,0.89,0.2836,8,26,34
+14667,2012-09-08,3,1,9,7,0,6,0,1,0.66,0.5909,0.89,0.2836,11,71,82
+14668,2012-09-08,3,1,9,8,0,6,0,1,0.7,0.6667,0.79,0.3284,33,197,230
+14669,2012-09-08,3,1,9,9,0,6,0,1,0.7,0.6667,0.74,0.3881,87,261,348
+14670,2012-09-08,3,1,9,10,0,6,0,1,0.74,0.697,0.7,0.3881,100,322,422
+14671,2012-09-08,3,1,9,11,0,6,0,1,0.76,0.7121,0.62,0.4478,173,405,578
+14672,2012-09-08,3,1,9,12,0,6,0,1,0.8,0.7576,0.55,0.4925,220,474,694
+14673,2012-09-08,3,1,9,13,0,6,0,1,0.82,0.7727,0.52,0.5224,233,435,668
+14674,2012-09-08,3,1,9,14,0,6,0,1,0.82,0.7727,0.52,0.4478,260,366,626
+14675,2012-09-08,3,1,9,15,0,6,0,3,0.56,0.5303,0.88,0.2537,175,337,512
+14676,2012-09-08,3,1,9,16,0,6,0,3,0.56,0.5303,0.88,0.194,19,95,114
+14677,2012-09-08,3,1,9,17,0,6,0,3,0.58,0.5455,0.83,0.194,52,119,171
+14678,2012-09-08,3,1,9,18,0,6,0,3,0.58,0.5455,0.83,0.1343,27,140,167
+14679,2012-09-08,3,1,9,19,0,6,0,3,0.58,0.5455,0.88,0.1045,28,187,215
+14680,2012-09-08,3,1,9,20,0,6,0,2,0.58,0.5455,0.88,0.0896,28,166,194
+14681,2012-09-08,3,1,9,21,0,6,0,2,0.6,0.5606,0.83,0.1642,26,155,181
+14682,2012-09-08,3,1,9,22,0,6,0,2,0.58,0.5455,0.78,0.2985,18,176,194
+14683,2012-09-08,3,1,9,23,0,6,0,2,0.58,0.5455,0.73,0.1642,12,121,133
+14684,2012-09-09,3,1,9,0,0,0,0,2,0.56,0.5303,0.73,0.194,18,106,124
+14685,2012-09-09,3,1,9,1,0,0,0,1,0.56,0.5303,0.73,0.2239,20,104,124
+14686,2012-09-09,3,1,9,2,0,0,0,1,0.54,0.5152,0.77,0.2836,15,81,96
+14687,2012-09-09,3,1,9,3,0,0,0,1,0.54,0.5152,0.73,0.2239,14,32,46
+14688,2012-09-09,3,1,9,4,0,0,0,1,0.52,0.5,0.77,0.2537,12,16,28
+14689,2012-09-09,3,1,9,5,0,0,0,1,0.52,0.5,0.77,0.194,16,39,55
+14690,2012-09-09,3,1,9,6,0,0,0,1,0.52,0.5,0.77,0.194,11,24,35
+14691,2012-09-09,3,1,9,7,0,0,0,1,0.54,0.5152,0.73,0.1642,20,50,70
+14692,2012-09-09,3,1,9,8,0,0,0,1,0.58,0.5455,0.68,0.2239,27,143,170
+14693,2012-09-09,3,1,9,9,0,0,0,1,0.62,0.6061,0.61,0.2537,85,214,299
+14694,2012-09-09,3,1,9,10,0,0,0,1,0.64,0.6212,0.57,0.2985,172,323,495
+14695,2012-09-09,3,1,9,11,0,0,0,1,0.66,0.6212,0.47,0.2537,194,391,585
+14696,2012-09-09,3,1,9,12,0,0,0,1,0.66,0.6212,0.47,0,247,510,757
+14697,2012-09-09,3,1,9,13,0,0,0,1,0.68,0.6364,0.39,0,238,491,729
+14698,2012-09-09,3,1,9,14,0,0,0,1,0.72,0.6515,0.3,0.2836,232,415,647
+14699,2012-09-09,3,1,9,15,0,0,0,1,0.72,0.6515,0.32,0.2537,284,412,696
+14700,2012-09-09,3,1,9,16,0,0,0,1,0.68,0.6364,0.36,0.2836,228,473,701
+14701,2012-09-09,3,1,9,17,0,0,0,1,0.7,0.6364,0.37,0.2537,213,458,671
+14702,2012-09-09,3,1,9,18,0,0,0,1,0.66,0.6212,0.36,0.2537,156,404,560
+14703,2012-09-09,3,1,9,19,0,0,0,1,0.66,0.6212,0.36,0.2537,134,362,496
+14704,2012-09-09,3,1,9,20,0,0,0,1,0.62,0.6212,0.41,0.2836,91,265,356
+14705,2012-09-09,3,1,9,21,0,0,0,1,0.6,0.6212,0.46,0.2239,57,149,206
+14706,2012-09-09,3,1,9,22,0,0,0,1,0.58,0.5455,0.49,0.2537,64,125,189
+14707,2012-09-09,3,1,9,23,0,0,0,1,0.56,0.5303,0.52,0.2836,22,70,92
+14708,2012-09-10,3,1,9,0,0,1,1,1,0.56,0.5303,0.52,0.2836,6,35,41
+14709,2012-09-10,3,1,9,1,0,1,1,1,0.54,0.5152,0.6,0.194,7,11,18
+14710,2012-09-10,3,1,9,2,0,1,1,1,0.54,0.5152,0.6,0.3582,11,6,17
+14711,2012-09-10,3,1,9,3,0,1,1,1,0.52,0.5,0.68,0.2836,5,7,12
+14712,2012-09-10,3,1,9,4,0,1,1,1,0.52,0.5,0.68,0.2836,1,4,5
+14713,2012-09-10,3,1,9,5,0,1,1,1,0.5,0.4848,0.72,0.2537,4,36,40
+14714,2012-09-10,3,1,9,6,0,1,1,1,0.5,0.4848,0.72,0.1343,8,172,180
+14715,2012-09-10,3,1,9,7,0,1,1,1,0.52,0.5,0.68,0.2239,20,427,447
+14716,2012-09-10,3,1,9,8,0,1,1,1,0.56,0.5303,0.6,0.2836,33,697,730
+14717,2012-09-10,3,1,9,9,0,1,1,1,0.6,0.6212,0.53,0.2985,40,321,361
+14718,2012-09-10,3,1,9,10,0,1,1,1,0.62,0.6212,0.5,0.2836,42,168,210
+14719,2012-09-10,3,1,9,11,0,1,1,1,0.62,0.6212,0.43,0.2985,69,167,236
+14720,2012-09-10,3,1,9,12,0,1,1,1,0.64,0.6212,0.44,0.3881,76,256,332
+14721,2012-09-10,3,1,9,13,0,1,1,1,0.64,0.6212,0.38,0.2239,72,251,323
+14722,2012-09-10,3,1,9,14,0,1,1,1,0.66,0.6212,0.36,0.2836,107,233,340
+14723,2012-09-10,3,1,9,15,0,1,1,1,0.66,0.6212,0.31,0.3881,115,231,346
+14724,2012-09-10,3,1,9,16,0,1,1,1,0.66,0.6212,0.34,0.3284,108,380,488
+14725,2012-09-10,3,1,9,17,0,1,1,1,0.66,0.6212,0.34,0.3284,127,744,871
+14726,2012-09-10,3,1,9,18,0,1,1,1,0.62,0.6212,0.35,0.2985,111,857,968
+14727,2012-09-10,3,1,9,19,0,1,1,1,0.62,0.6212,0.38,0.2985,71,562,633
+14728,2012-09-10,3,1,9,20,0,1,1,1,0.6,0.6212,0.4,0.194,34,356,390
+14729,2012-09-10,3,1,9,21,0,1,1,1,0.56,0.5303,0.49,0.1642,29,256,285
+14730,2012-09-10,3,1,9,22,0,1,1,1,0.54,0.5152,0.52,0.1343,15,144,159
+14731,2012-09-10,3,1,9,23,0,1,1,1,0.54,0.5152,0.52,0,7,86,93
+14732,2012-09-11,3,1,9,0,0,2,1,1,0.52,0.5,0.59,0.1045,5,27,32
+14733,2012-09-11,3,1,9,1,0,2,1,1,0.5,0.4848,0.63,0,0,10,10
+14734,2012-09-11,3,1,9,2,0,2,1,1,0.48,0.4697,0.77,0.1642,1,5,6
+14735,2012-09-11,3,1,9,3,0,2,1,1,0.48,0.4697,0.67,0.1343,1,7,8
+14736,2012-09-11,3,1,9,4,0,2,1,1,0.48,0.4697,0.72,0.1045,1,8,9
+14737,2012-09-11,3,1,9,5,0,2,1,1,0.46,0.4545,0.72,0.0896,3,41,44
+14738,2012-09-11,3,1,9,6,0,2,1,1,0.46,0.4545,0.77,0.1045,11,200,211
+14739,2012-09-11,3,1,9,7,0,2,1,1,0.5,0.4848,0.72,0.1045,24,572,596
+14740,2012-09-11,3,1,9,8,0,2,1,1,0.54,0.5152,0.68,0.0896,48,702,750
+14741,2012-09-11,3,1,9,9,0,2,1,1,0.6,0.6212,0.49,0,35,323,358
+14742,2012-09-11,3,1,9,10,0,2,1,1,0.62,0.6212,0.38,0,54,142,196
+14743,2012-09-11,3,1,9,11,0,2,1,1,0.64,0.6212,0.33,0.0896,60,187,247
+14744,2012-09-11,3,1,9,12,0,2,1,1,0.64,0.6212,0.33,0,62,254,316
+14745,2012-09-11,3,1,9,13,0,2,1,1,0.66,0.6212,0.29,0.0896,72,256,328
+14746,2012-09-11,3,1,9,14,0,2,1,1,0.68,0.6212,0.3,0.0896,74,181,255
+14747,2012-09-11,3,1,9,15,0,2,1,1,0.7,0.6364,0.28,0.1045,73,253,326
+14748,2012-09-11,3,1,9,16,0,2,1,1,0.7,0.6364,0.28,0.1343,99,437,536
+14749,2012-09-11,3,1,9,17,0,2,1,1,0.7,0.6364,0.28,0,168,802,970
+14750,2012-09-11,3,1,9,18,0,2,1,1,0.64,0.6212,0.36,0.1642,110,767,877
+14751,2012-09-11,3,1,9,19,0,2,1,1,0.62,0.6212,0.41,0.194,56,540,596
+14752,2012-09-11,3,1,9,20,0,2,1,1,0.58,0.5455,0.56,0.1343,40,421,461
+14753,2012-09-11,3,1,9,21,0,2,1,1,0.56,0.5303,0.6,0.1045,28,282,310
+14754,2012-09-11,3,1,9,22,0,2,1,1,0.56,0.5303,0.64,0.1045,27,189,216
+14755,2012-09-11,3,1,9,23,0,2,1,1,0.54,0.5152,0.68,0.1045,18,91,109
+14756,2012-09-12,3,1,9,0,0,3,1,1,0.52,0.5,0.72,0.1045,8,41,49
+14757,2012-09-12,3,1,9,1,0,3,1,1,0.52,0.5,0.72,0.1045,2,19,21
+14758,2012-09-12,3,1,9,2,0,3,1,1,0.52,0.5,0.72,0.0896,2,9,11
+14759,2012-09-12,3,1,9,3,0,3,1,1,0.5,0.4848,0.77,0.0896,0,7,7
+14760,2012-09-12,3,1,9,4,0,3,1,1,0.5,0.4848,0.72,0.0896,0,5,5
+14761,2012-09-12,3,1,9,5,0,3,1,1,0.5,0.4848,0.72,0.0896,4,44,48
+14762,2012-09-12,3,1,9,6,0,3,1,1,0.5,0.4848,0.72,0.0896,6,199,205
+14763,2012-09-12,3,1,9,7,0,3,1,1,0.52,0.5,0.72,0,24,533,557
+14764,2012-09-12,3,1,9,8,0,3,1,1,0.56,0.5303,0.64,0.1045,43,727,770
+14765,2012-09-12,3,1,9,9,0,3,1,1,0.6,0.6061,0.64,0.1343,50,278,328
+14766,2012-09-12,3,1,9,10,0,3,1,1,0.62,0.6061,0.61,0.1343,57,148,205
+14767,2012-09-12,3,1,9,11,0,3,1,1,0.66,0.6212,0.5,0.194,51,181,232
+14768,2012-09-12,3,1,9,12,0,3,1,1,0.68,0.6364,0.36,0.1343,88,264,352
+14769,2012-09-12,3,1,9,13,0,3,1,1,0.7,0.6364,0.34,0.1343,85,238,323
+14770,2012-09-12,3,1,9,14,0,3,1,1,0.7,0.6364,0.37,0.1642,78,200,278
+14771,2012-09-12,3,1,9,15,0,3,1,1,0.72,0.6515,0.37,0.1343,75,243,318
+14772,2012-09-12,3,1,9,16,0,3,1,1,0.72,0.6515,0.37,0.1642,90,419,509
+14773,2012-09-12,3,1,9,17,0,3,1,1,0.7,0.6364,0.41,0.2985,114,811,925
+14774,2012-09-12,3,1,9,18,0,3,1,1,0.66,0.6212,0.44,0.2537,91,886,977
+14775,2012-09-12,3,1,9,19,0,3,1,1,0.64,0.6212,0.5,0.194,78,557,635
+14776,2012-09-12,3,1,9,20,0,3,1,1,0.62,0.6212,0.57,0.1343,38,432,470
+14777,2012-09-12,3,1,9,21,0,3,1,1,0.6,0.6061,0.6,0.1343,27,279,306
+14778,2012-09-12,3,1,9,22,0,3,1,1,0.56,0.5303,0.64,0.0896,23,189,212
+14779,2012-09-12,3,1,9,23,0,3,1,1,0.56,0.5303,0.68,0.1045,16,111,127
+14780,2012-09-13,3,1,9,0,0,4,1,1,0.56,0.5303,0.73,0.0896,11,46,57
+14781,2012-09-13,3,1,9,1,0,4,1,1,0.54,0.5152,0.77,0.0896,6,22,28
+14782,2012-09-13,3,1,9,2,0,4,1,1,0.54,0.5152,0.77,0,0,9,9
+14783,2012-09-13,3,1,9,3,0,4,1,1,0.52,0.5,0.83,0,2,9,11
+14784,2012-09-13,3,1,9,4,0,4,1,1,0.52,0.5,0.83,0,0,6,6
+14785,2012-09-13,3,1,9,5,0,4,1,1,0.52,0.5,0.83,0,3,54,57
+14786,2012-09-13,3,1,9,6,0,4,1,1,0.5,0.4848,0.82,0,9,186,195
+14787,2012-09-13,3,1,9,7,0,4,1,1,0.54,0.5152,0.77,0,22,549,571
+14788,2012-09-13,3,1,9,8,0,4,1,1,0.56,0.5303,0.73,0,33,725,758
+14789,2012-09-13,3,1,9,9,0,4,1,1,0.6,0.6061,0.64,0.0896,46,292,338
+14790,2012-09-13,3,1,9,10,0,4,1,1,0.64,0.6212,0.61,0.0896,63,149,212
+14791,2012-09-13,3,1,9,11,0,4,1,1,0.66,0.6212,0.5,0.1642,71,183,254
+14792,2012-09-13,3,1,9,12,0,4,1,1,0.68,0.6364,0.44,0.1045,57,240,297
+14793,2012-09-13,3,1,9,13,0,4,1,1,0.7,0.6364,0.42,0,60,223,283
+14794,2012-09-13,3,1,9,14,0,4,1,1,0.72,0.6515,0.39,0.1343,60,214,274
+14795,2012-09-13,3,1,9,15,0,4,1,1,0.72,0.6515,0.42,0.1045,99,253,352
+14796,2012-09-13,3,1,9,16,0,4,1,1,0.72,0.6515,0.39,0.0896,85,406,491
+14797,2012-09-13,3,1,9,17,0,4,1,1,0.72,0.6515,0.42,0.194,97,787,884
+14798,2012-09-13,3,1,9,18,0,4,1,1,0.68,0.6364,0.57,0.2537,108,744,852
+14799,2012-09-13,3,1,9,19,0,4,1,1,0.64,0.6061,0.65,0.1343,80,594,674
+14800,2012-09-13,3,1,9,20,0,4,1,1,0.62,0.6061,0.69,0.1045,55,408,463
+14801,2012-09-13,3,1,9,21,0,4,1,1,0.62,0.6061,0.65,0.1045,26,291,317
+14802,2012-09-13,3,1,9,22,0,4,1,1,0.6,0.5909,0.69,0.1343,28,223,251
+14803,2012-09-13,3,1,9,23,0,4,1,1,0.58,0.5455,0.73,0.1045,33,137,170
+14804,2012-09-14,3,1,9,0,0,5,1,1,0.56,0.5303,0.73,0.0896,24,63,87
+14805,2012-09-14,3,1,9,1,0,5,1,1,0.56,0.5303,0.73,0.0896,6,35,41
+14806,2012-09-14,3,1,9,2,0,5,1,1,0.56,0.5303,0.73,0,7,23,30
+14807,2012-09-14,3,1,9,3,0,5,1,1,0.54,0.5152,0.77,0,5,9,14
+14808,2012-09-14,3,1,9,4,0,5,1,1,0.54,0.5152,0.77,0,1,11,12
+14809,2012-09-14,3,1,9,5,0,5,1,1,0.54,0.5152,0.83,0,1,40,41
+14810,2012-09-14,3,1,9,6,0,5,1,1,0.54,0.5152,0.88,0,8,144,152
+14811,2012-09-14,3,1,9,7,0,5,1,2,0.56,0.5303,0.88,0,17,437,454
+14812,2012-09-14,3,1,9,8,0,5,1,2,0.6,0.5758,0.78,0.1642,51,715,766
+14813,2012-09-14,3,1,9,9,0,5,1,2,0.62,0.5909,0.78,0.1642,46,301,347
+14814,2012-09-14,3,1,9,10,0,5,1,2,0.68,0.6364,0.65,0,75,171,246
+14815,2012-09-14,3,1,9,11,0,5,1,2,0.68,0.6364,0.61,0.1045,84,196,280
+14816,2012-09-14,3,1,9,12,0,5,1,2,0.7,0.6515,0.54,0.194,119,290,409
+14817,2012-09-14,3,1,9,13,0,5,1,2,0.7,0.6515,0.54,0.194,107,301,408
+14818,2012-09-14,3,1,9,14,0,5,1,2,0.72,0.6515,0.45,0.1642,113,258,371
+14819,2012-09-14,3,1,9,15,0,5,1,2,0.72,0.6667,0.48,0.1343,94,273,367
+14820,2012-09-14,3,1,9,16,0,5,1,2,0.72,0.6667,0.51,0,109,454,563
+14821,2012-09-14,3,1,9,17,0,5,1,1,0.72,0.6667,0.51,0.194,137,757,894
+14822,2012-09-14,3,1,9,18,0,5,1,1,0.72,0.6515,0.45,0.2239,116,692,808
+14823,2012-09-14,3,1,9,19,0,5,1,1,0.68,0.6364,0.57,0.1642,83,496,579
+14824,2012-09-14,3,1,9,20,0,5,1,1,0.66,0.6212,0.61,0.1045,67,337,404
+14825,2012-09-14,3,1,9,21,0,5,1,1,0.64,0.6061,0.73,0.2239,42,270,312
+14826,2012-09-14,3,1,9,22,0,5,1,1,0.62,0.5758,0.83,0.194,40,189,229
+14827,2012-09-14,3,1,9,23,0,5,1,1,0.62,0.5909,0.78,0.0896,27,168,195
+14828,2012-09-15,3,1,9,0,0,6,0,1,0.6,0.5606,0.83,0.1045,38,169,207
+14829,2012-09-15,3,1,9,1,0,6,0,1,0.6,0.5909,0.73,0,8,101,109
+14830,2012-09-15,3,1,9,2,0,6,0,1,0.58,0.5455,0.78,0.1045,18,75,93
+14831,2012-09-15,3,1,9,3,0,6,0,1,0.6,0.5909,0.73,0.2537,6,31,37
+14832,2012-09-15,3,1,9,4,0,6,0,2,0.6,0.5909,0.69,0.3582,3,3,6
+14833,2012-09-15,3,1,9,5,0,6,0,1,0.58,0.5455,0.6,0.5224,1,15,16
+14834,2012-09-15,3,1,9,6,0,6,0,1,0.54,0.5152,0.49,0.4179,6,27,33
+14835,2012-09-15,3,1,9,7,0,6,0,1,0.54,0.5152,0.52,0.2836,10,63,73
+14836,2012-09-15,3,1,9,8,0,6,0,1,0.56,0.5303,0.49,0.4179,43,169,212
+14837,2012-09-15,3,1,9,9,0,6,0,1,0.6,0.6212,0.43,0.4179,79,263,342
+14838,2012-09-15,3,1,9,10,0,6,0,1,0.62,0.6212,0.41,0.3881,119,323,442
+14839,2012-09-15,3,1,9,11,0,6,0,1,0.64,0.6212,0.38,0.3881,228,399,627
+14840,2012-09-15,3,1,9,12,0,6,0,1,0.66,0.6212,0.36,0.3582,287,419,706
+14841,2012-09-15,3,1,9,13,0,6,0,1,0.68,0.6364,0.36,0.194,327,377,704
+14842,2012-09-15,3,1,9,14,0,6,0,1,0.68,0.6364,0.34,0.3284,325,390,715
+14843,2012-09-15,3,1,9,15,0,6,0,2,0.68,0.6364,0.34,0.2836,312,342,654
+14844,2012-09-15,3,1,9,16,0,6,0,2,0.66,0.6212,0.36,0.2239,350,433,783
+14845,2012-09-15,3,1,9,17,0,6,0,2,0.66,0.6212,0.36,0.2537,295,434,729
+14846,2012-09-15,3,1,9,18,0,6,0,2,0.64,0.6212,0.36,0.2836,232,382,614
+14847,2012-09-15,3,1,9,19,0,6,0,1,0.62,0.6212,0.41,0.1642,169,309,478
+14848,2012-09-15,3,1,9,20,0,6,0,1,0.6,0.6212,0.43,0.0896,89,241,330
+14849,2012-09-15,3,1,9,21,0,6,0,1,0.56,0.5303,0.52,0.1045,86,210,296
+14850,2012-09-15,3,1,9,22,0,6,0,1,0.56,0.5303,0.52,0,82,197,279
+14851,2012-09-15,3,1,9,23,0,6,0,1,0.54,0.5152,0.6,0,47,182,229
+14852,2012-09-16,3,1,9,0,0,0,0,1,0.54,0.5152,0.64,0,28,123,151
+14853,2012-09-16,3,1,9,1,0,0,0,1,0.54,0.5152,0.64,0,35,82,117
+14854,2012-09-16,3,1,9,2,0,0,0,1,0.52,0.5,0.63,0,27,62,89
+14855,2012-09-16,3,1,9,3,0,0,0,1,0.5,0.4848,0.68,0,10,38,48
+14856,2012-09-16,3,1,9,4,0,0,0,1,0.5,0.4848,0.72,0,2,6,8
+14857,2012-09-16,3,1,9,5,0,0,0,1,0.5,0.4848,0.72,0,3,10,13
+14858,2012-09-16,3,1,9,6,0,0,0,1,0.5,0.4848,0.72,0,9,26,35
+14859,2012-09-16,3,1,9,7,0,0,0,1,0.5,0.4848,0.77,0.1045,28,43,71
+14860,2012-09-16,3,1,9,8,0,0,0,1,0.54,0.5152,0.64,0.1642,34,94,128
+14861,2012-09-16,3,1,9,9,0,0,0,1,0.58,0.5455,0.6,0.1343,70,226,296
+14862,2012-09-16,3,1,9,10,0,0,0,1,0.62,0.6212,0.5,0.1045,160,330,490
+14863,2012-09-16,3,1,9,11,0,0,0,1,0.64,0.6212,0.47,0.1642,183,376,559
+14864,2012-09-16,3,1,9,12,0,0,0,1,0.66,0.6212,0.44,0.1642,188,468,656
+14865,2012-09-16,3,1,9,13,0,0,0,1,0.64,0.6212,0.41,0.1642,240,454,694
+14866,2012-09-16,3,1,9,14,0,0,0,1,0.66,0.6212,0.39,0.1343,225,410,635
+14867,2012-09-16,3,1,9,15,0,0,0,1,0.64,0.6212,0.41,0.1642,215,342,557
+14868,2012-09-16,3,1,9,16,0,0,0,1,0.64,0.6212,0.44,0.1642,194,402,596
+14869,2012-09-16,3,1,9,17,0,0,0,1,0.66,0.6212,0.41,0,177,393,570
+14870,2012-09-16,3,1,9,18,0,0,0,1,0.62,0.6212,0.5,0.1642,120,361,481
+14871,2012-09-16,3,1,9,19,0,0,0,1,0.62,0.6212,0.5,0.1343,91,312,403
+14872,2012-09-16,3,1,9,20,0,0,0,1,0.6,0.6212,0.53,0.1045,57,267,324
+14873,2012-09-16,3,1,9,21,0,0,0,1,0.6,0.6212,0.56,0.1045,43,148,191
+14874,2012-09-16,3,1,9,22,0,0,0,1,0.56,0.5303,0.68,0.0896,18,109,127
+14875,2012-09-16,3,1,9,23,0,0,0,1,0.54,0.5152,0.68,0.1045,9,85,94
+14876,2012-09-17,3,1,9,0,0,1,1,1,0.54,0.5152,0.68,0.1642,14,31,45
+14877,2012-09-17,3,1,9,1,0,1,1,1,0.52,0.5,0.72,0.0896,9,12,21
+14878,2012-09-17,3,1,9,2,0,1,1,1,0.52,0.5,0.72,0,5,8,13
+14879,2012-09-17,3,1,9,3,0,1,1,1,0.5,0.4848,0.77,0.0896,0,7,7
+14880,2012-09-17,3,1,9,4,0,1,1,1,0.5,0.4848,0.77,0,2,9,11
+14881,2012-09-17,3,1,9,5,0,1,1,1,0.48,0.4697,0.82,0.0896,1,44,45
+14882,2012-09-17,3,1,9,6,0,1,1,1,0.48,0.4697,0.82,0,7,157,164
+14883,2012-09-17,3,1,9,7,0,1,1,1,0.52,0.5,0.77,0,18,474,492
+14884,2012-09-17,3,1,9,8,0,1,1,1,0.54,0.5152,0.77,0.0896,36,647,683
+14885,2012-09-17,3,1,9,9,0,1,1,1,0.58,0.5455,0.68,0.1343,34,265,299
+14886,2012-09-17,3,1,9,10,0,1,1,2,0.62,0.6061,0.65,0.194,73,129,202
+14887,2012-09-17,3,1,9,11,0,1,1,2,0.62,0.6061,0.69,0.2239,61,191,252
+14888,2012-09-17,3,1,9,12,0,1,1,2,0.62,0.6061,0.69,0.194,62,233,295
+14889,2012-09-17,3,1,9,13,0,1,1,1,0.64,0.6061,0.65,0.2537,112,231,343
+14890,2012-09-17,3,1,9,14,0,1,1,2,0.64,0.6061,0.65,0.2537,129,203,332
+14891,2012-09-17,3,1,9,15,0,1,1,2,0.64,0.6061,0.65,0.2537,82,256,338
+14892,2012-09-17,3,1,9,16,0,1,1,2,0.64,0.6061,0.69,0.2537,74,379,453
+14893,2012-09-17,3,1,9,17,0,1,1,2,0.64,0.6061,0.65,0.2239,102,740,842
+14894,2012-09-17,3,1,9,18,0,1,1,2,0.62,0.5909,0.73,0.1642,66,708,774
+14895,2012-09-17,3,1,9,19,0,1,1,2,0.62,0.5909,0.73,0.1045,51,435,486
+14896,2012-09-17,3,1,9,20,0,1,1,2,0.62,0.5909,0.73,0.1343,32,308,340
+14897,2012-09-17,3,1,9,21,0,1,1,3,0.62,0.5758,0.83,0.2239,28,205,233
+14898,2012-09-17,3,1,9,22,0,1,1,3,0.62,0.5758,0.83,0.2537,20,109,129
+14899,2012-09-17,3,1,9,23,0,1,1,3,0.6,0.5152,0.94,0.2537,4,66,70
+14900,2012-09-18,3,1,9,0,0,2,1,3,0.6,0.5152,0.94,0.2537,2,11,13
+14901,2012-09-18,3,1,9,1,0,2,1,3,0.6,0.5152,0.94,0.194,0,5,5
+14902,2012-09-18,3,1,9,2,0,2,1,3,0.6,0.5152,0.94,0.194,0,4,4
+14903,2012-09-18,3,1,9,3,0,2,1,2,0.62,0.5455,0.94,0.2836,0,6,6
+14904,2012-09-18,3,1,9,4,0,2,1,2,0.62,0.5455,0.94,0.3582,2,5,7
+14905,2012-09-18,3,1,9,5,0,2,1,2,0.64,0.5758,0.89,0.3284,3,45,48
+14906,2012-09-18,3,1,9,6,0,2,1,2,0.64,0.5758,0.89,0.3284,4,163,167
+14907,2012-09-18,3,1,9,7,0,2,1,2,0.64,0.5758,0.89,0.4478,13,343,356
+14908,2012-09-18,3,1,9,8,0,2,1,2,0.66,0.6061,0.83,0.5522,32,640,672
+14909,2012-09-18,3,1,9,9,0,2,1,2,0.66,0.6061,0.83,0.5821,27,266,293
+14910,2012-09-18,3,1,9,10,0,2,1,3,0.68,0.6364,0.79,0.6418,30,130,160
+14911,2012-09-18,3,1,9,11,0,2,1,2,0.68,0.6364,0.79,0.6418,36,115,151
+14912,2012-09-18,3,1,9,12,0,2,1,3,0.68,0.6364,0.83,0.4478,16,72,88
+14913,2012-09-18,3,1,9,13,0,2,1,2,0.7,0.6667,0.74,0.5821,17,97,114
+14914,2012-09-18,3,1,9,14,0,2,1,3,0.6,0.5152,0.94,0.4627,27,116,143
+14915,2012-09-18,3,1,9,15,0,2,1,3,0.6,0.5455,0.88,0.2537,1,35,36
+14916,2012-09-18,3,1,9,16,0,2,1,3,0.6,0.5455,0.88,0.2985,19,122,141
+14917,2012-09-18,3,1,9,17,0,2,1,3,0.6,0.5455,0.88,0.194,36,302,338
+14918,2012-09-18,3,1,9,18,0,2,1,2,0.6,0.5455,0.88,0.1642,19,262,281
+14919,2012-09-18,3,1,9,19,0,2,1,2,0.6,0.5455,0.88,0.2985,22,302,324
+14920,2012-09-18,3,1,9,20,0,2,1,2,0.6,0.5455,0.88,0.194,19,271,290
+14921,2012-09-18,3,1,9,21,0,2,1,2,0.6,0.5455,0.88,0.194,21,186,207
+14922,2012-09-18,3,1,9,22,0,2,1,3,0.58,0.5455,0.83,0.4627,14,137,151
+14923,2012-09-18,3,1,9,23,0,2,1,2,0.56,0.5303,0.83,0.2239,11,67,78
+14924,2012-09-19,3,1,9,0,0,3,1,2,0.56,0.5303,0.68,0.2836,3,23,26
+14925,2012-09-19,3,1,9,1,0,3,1,2,0.54,0.5152,0.68,0.2537,0,12,12
+14926,2012-09-19,3,1,9,2,0,3,1,2,0.54,0.5152,0.64,0.3284,0,3,3
+14927,2012-09-19,3,1,9,3,0,3,1,2,0.52,0.5,0.63,0.2537,1,4,5
+14928,2012-09-19,3,1,9,4,0,3,1,2,0.52,0.5,0.68,0.3582,0,10,10
+14929,2012-09-19,3,1,9,5,0,3,1,2,0.52,0.5,0.68,0.2836,2,54,56
+14930,2012-09-19,3,1,9,6,0,3,1,1,0.52,0.5,0.63,0.2537,6,166,172
+14931,2012-09-19,3,1,9,7,0,3,1,1,0.52,0.5,0.63,0.2239,16,529,545
+14932,2012-09-19,3,1,9,8,0,3,1,1,0.52,0.5,0.59,0.2239,39,758,797
+14933,2012-09-19,3,1,9,9,0,3,1,1,0.54,0.5152,0.6,0.2537,26,336,362
+14934,2012-09-19,3,1,9,10,0,3,1,1,0.56,0.5303,0.52,0.194,23,169,192
+14935,2012-09-19,3,1,9,11,0,3,1,1,0.6,0.6212,0.43,0.2537,44,203,247
+14936,2012-09-19,3,1,9,12,0,3,1,1,0.6,0.6212,0.43,0.2537,53,260,313
+14937,2012-09-19,3,1,9,13,0,3,1,1,0.6,0.6212,0.4,0.2537,55,234,289
+14938,2012-09-19,3,1,9,14,0,3,1,1,0.62,0.6212,0.38,0.2537,59,227,286
+14939,2012-09-19,3,1,9,15,0,3,1,1,0.62,0.6212,0.35,0,57,254,311
+14940,2012-09-19,3,1,9,16,0,3,1,1,0.62,0.6212,0.35,0,69,397,466
+14941,2012-09-19,3,1,9,17,0,3,1,1,0.6,0.6212,0.38,0.2239,74,812,886
+14942,2012-09-19,3,1,9,18,0,3,1,1,0.58,0.5455,0.4,0.2836,85,807,892
+14943,2012-09-19,3,1,9,19,0,3,1,1,0.56,0.5303,0.43,0.2239,72,539,611
+14944,2012-09-19,3,1,9,20,0,3,1,1,0.52,0.5,0.48,0.1642,31,378,409
+14945,2012-09-19,3,1,9,21,0,3,1,1,0.5,0.4848,0.59,0.1642,25,324,349
+14946,2012-09-19,3,1,9,22,0,3,1,1,0.5,0.4848,0.63,0.0896,31,198,229
+14947,2012-09-19,3,1,9,23,0,3,1,1,0.48,0.4697,0.67,0.0896,17,106,123
+14948,2012-09-20,3,1,9,0,0,4,1,1,0.5,0.4848,0.63,0,12,46,58
+14949,2012-09-20,3,1,9,1,0,4,1,1,0.46,0.4545,0.72,0.1045,4,14,18
+14950,2012-09-20,3,1,9,2,0,4,1,1,0.46,0.4545,0.72,0.0896,2,9,11
+14951,2012-09-20,3,1,9,3,0,4,1,1,0.44,0.4394,0.77,0,0,6,6
+14952,2012-09-20,3,1,9,4,0,4,1,1,0.44,0.4394,0.77,0.1045,0,6,6
+14953,2012-09-20,3,1,9,5,0,4,1,1,0.44,0.4394,0.77,0.1045,4,52,56
+14954,2012-09-20,3,1,9,6,0,4,1,1,0.44,0.4394,0.77,0,9,161,170
+14955,2012-09-20,3,1,9,7,0,4,1,1,0.46,0.4545,0.82,0.1045,20,514,534
+14956,2012-09-20,3,1,9,8,0,4,1,1,0.5,0.4848,0.68,0.0896,44,746,790
+14957,2012-09-20,3,1,9,9,0,4,1,1,0.56,0.5303,0.6,0.0896,25,330,355
+14958,2012-09-20,3,1,9,10,0,4,1,1,0.58,0.5455,0.53,0.0896,33,157,190
+14959,2012-09-20,3,1,9,11,0,4,1,1,0.62,0.6212,0.43,0,37,206,243
+14960,2012-09-20,3,1,9,12,0,4,1,1,0.62,0.6212,0.43,0.1343,57,233,290
+14961,2012-09-20,3,1,9,13,0,4,1,1,0.64,0.6212,0.44,0.1343,68,268,336
+14962,2012-09-20,3,1,9,14,0,4,1,1,0.64,0.6212,0.47,0.194,76,222,298
+14963,2012-09-20,3,1,9,15,0,4,1,1,0.66,0.6212,0.47,0.194,60,231,291
+14964,2012-09-20,3,1,9,16,0,4,1,1,0.64,0.6212,0.47,0.1642,72,385,457
+14965,2012-09-20,3,1,9,17,0,4,1,1,0.64,0.6212,0.5,0.2239,91,885,976
+14966,2012-09-20,3,1,9,18,0,4,1,1,0.6,0.6212,0.56,0.2537,119,781,900
+14967,2012-09-20,3,1,9,19,0,4,1,1,0.58,0.5455,0.6,0.2239,69,534,603
+14968,2012-09-20,3,1,9,20,0,4,1,1,0.56,0.5303,0.64,0.1343,57,360,417
+14969,2012-09-20,3,1,9,21,0,4,1,1,0.56,0.5303,0.64,0.194,28,246,274
+14970,2012-09-20,3,1,9,22,0,4,1,1,0.54,0.5152,0.73,0.1045,35,252,287
+14971,2012-09-20,3,1,9,23,0,4,1,1,0.54,0.5152,0.68,0.1045,17,137,154
+14972,2012-09-21,3,1,9,0,0,5,1,1,0.54,0.5152,0.68,0,13,53,66
+14973,2012-09-21,3,1,9,1,0,5,1,1,0.52,0.5,0.72,0,11,38,49
+14974,2012-09-21,3,1,9,2,0,5,1,1,0.52,0.5,0.72,0,6,8,14
+14975,2012-09-21,3,1,9,3,0,5,1,1,0.5,0.4848,0.77,0.0896,1,11,12
+14976,2012-09-21,3,1,9,4,0,5,1,1,0.5,0.4848,0.77,0,1,9,10
+14977,2012-09-21,3,1,9,5,0,5,1,1,0.5,0.4848,0.82,0,2,47,49
+14978,2012-09-21,3,1,9,6,0,5,1,1,0.5,0.4848,0.77,0.0896,19,146,165
+14979,2012-09-21,3,1,9,7,0,5,1,1,0.52,0.5,0.77,0,35,468,503
+14980,2012-09-21,3,1,9,8,0,5,1,1,0.54,0.5152,0.73,0.1343,31,726,757
+14981,2012-09-21,3,1,9,9,0,5,1,1,0.58,0.5455,0.68,0.1343,35,348,383
+14982,2012-09-21,3,1,9,10,0,5,1,1,0.62,0.6061,0.61,0.2239,44,181,225
+14983,2012-09-21,3,1,9,11,0,5,1,1,0.66,0.6212,0.57,0.2239,79,242,321
+14984,2012-09-21,3,1,9,12,0,5,1,1,0.68,0.6364,0.57,0.1642,84,305,389
+14985,2012-09-21,3,1,9,13,0,5,1,1,0.7,0.6515,0.54,0.1642,105,316,421
+14986,2012-09-21,3,1,9,14,0,5,1,1,0.7,0.6515,0.54,0.2985,113,299,412
+14987,2012-09-21,3,1,9,15,0,5,1,1,0.7,0.6515,0.54,0.2239,90,333,423
+14988,2012-09-21,3,1,9,16,0,5,1,1,0.7,0.6515,0.54,0.194,103,464,567
+14989,2012-09-21,3,1,9,17,0,5,1,1,0.68,0.6364,0.57,0.2836,107,739,846
+14990,2012-09-21,3,1,9,18,0,5,1,1,0.66,0.6212,0.61,0.2537,106,699,805
+14991,2012-09-21,3,1,9,19,0,5,1,1,0.64,0.6061,0.65,0.2537,95,493,588
+14992,2012-09-21,3,1,9,20,0,5,1,1,0.62,0.6061,0.69,0.194,54,315,369
+14993,2012-09-21,3,1,9,21,0,5,1,1,0.6,0.5909,0.73,0.2537,46,266,312
+14994,2012-09-21,3,1,9,22,0,5,1,1,0.6,0.5909,0.73,0.194,47,248,295
+14995,2012-09-21,3,1,9,23,0,5,1,1,0.6,0.5909,0.73,0.3284,23,163,186
+14996,2012-09-22,3,1,9,0,0,6,0,1,0.6,0.5909,0.73,0.2836,32,140,172
+14997,2012-09-22,3,1,9,1,0,6,0,1,0.58,0.5455,0.83,0.2985,18,106,124
+14998,2012-09-22,3,1,9,2,0,6,0,1,0.56,0.5303,0.88,0.2537,10,73,83
+14999,2012-09-22,3,1,9,3,0,6,0,1,0.56,0.5303,0.83,0.2836,6,39,45
+15000,2012-09-22,3,1,9,4,0,6,0,1,0.56,0.5303,0.83,0.2836,5,10,15
+15001,2012-09-22,3,1,9,5,0,6,0,1,0.56,0.5303,0.83,0.3284,2,15,17
+15002,2012-09-22,3,1,9,6,0,6,0,1,0.56,0.5303,0.83,0.2985,6,35,41
+15003,2012-09-22,3,1,9,7,0,6,0,1,0.58,0.5455,0.78,0.2537,7,70,77
+15004,2012-09-22,3,1,9,8,0,6,0,1,0.6,0.5909,0.73,0.2985,21,197,218
+15005,2012-09-22,3,1,9,9,0,6,0,1,0.64,0.6061,0.69,0.2537,88,289,377
+15006,2012-09-22,3,1,9,10,0,6,0,1,0.66,0.6212,0.65,0.3284,124,350,474
+15007,2012-09-22,3,1,9,11,0,6,0,1,0.7,0.6515,0.58,0.2836,189,437,626
+15008,2012-09-22,3,1,9,12,0,6,0,1,0.72,0.6667,0.54,0.2985,228,460,688
+15009,2012-09-22,3,1,9,13,0,6,0,1,0.74,0.6667,0.51,0.3582,273,434,707
+15010,2012-09-22,3,1,9,14,0,6,0,1,0.76,0.6818,0.48,0.2836,250,404,654
+15011,2012-09-22,3,1,9,15,0,6,0,1,0.74,0.6667,0.48,0.3881,307,443,750
+15012,2012-09-22,3,1,9,16,0,6,0,1,0.74,0.6667,0.51,0.3284,253,427,680
+15013,2012-09-22,3,1,9,17,0,6,0,1,0.74,0.6667,0.51,0.3284,195,451,646
+15014,2012-09-22,3,1,9,18,0,6,0,1,0.72,0.6667,0.54,0.2836,171,427,598
+15015,2012-09-22,3,1,9,19,0,6,0,1,0.7,0.6515,0.58,0.194,99,308,407
+15016,2012-09-22,3,1,9,20,0,6,0,1,0.7,0.6515,0.54,0.2537,76,249,325
+15017,2012-09-22,3,1,9,21,0,6,0,1,0.64,0.6212,0.57,0.2537,59,202,261
+15018,2012-09-22,3,1,9,22,0,6,0,1,0.62,0.6212,0.57,0.194,59,180,239
+15019,2012-09-22,3,1,9,23,0,6,0,1,0.62,0.6212,0.5,0.194,34,137,171
+15020,2012-09-23,4,1,9,0,0,0,0,1,0.62,0.6212,0.38,0.2537,34,146,180
+15021,2012-09-23,4,1,9,1,0,0,0,1,0.54,0.5152,0.52,0.3582,23,119,142
+15022,2012-09-23,4,1,9,2,0,0,0,1,0.52,0.5,0.48,0.2537,18,77,95
+15023,2012-09-23,4,1,9,3,0,0,0,1,0.48,0.4697,0.55,0.2985,13,41,54
+15024,2012-09-23,4,1,9,4,0,0,0,1,0.46,0.4545,0.55,0.2239,1,9,10
+15025,2012-09-23,4,1,9,5,0,0,0,1,0.46,0.4545,0.59,0.2537,1,5,6
+15026,2012-09-23,4,1,9,6,0,0,0,1,0.44,0.4394,0.62,0.2537,5,11,16
+15027,2012-09-23,4,1,9,7,0,0,0,1,0.46,0.4545,0.59,0.2239,9,48,57
+15028,2012-09-23,4,1,9,8,0,0,0,1,0.48,0.4697,0.55,0.3582,38,137,175
+15029,2012-09-23,4,1,9,9,0,0,0,1,0.5,0.4848,0.51,0.3284,71,205,276
+15030,2012-09-23,4,1,9,10,0,0,0,1,0.54,0.5152,0.45,0.2537,138,351,489
+15031,2012-09-23,4,1,9,11,0,0,0,1,0.56,0.5303,0.46,0.2537,186,384,570
+15032,2012-09-23,4,1,9,12,0,0,0,1,0.56,0.5303,0.43,0.1045,250,526,776
+15033,2012-09-23,4,1,9,13,0,0,0,1,0.6,0.6212,0.38,0.1642,257,445,702
+15034,2012-09-23,4,1,9,14,0,0,0,1,0.6,0.6212,0.38,0.194,266,400,666
+15035,2012-09-23,4,1,9,15,0,0,0,1,0.6,0.6212,0.33,0.2239,265,375,640
+15036,2012-09-23,4,1,9,16,0,0,0,1,0.6,0.6212,0.33,0.3284,254,437,691
+15037,2012-09-23,4,1,9,17,0,0,0,1,0.56,0.5303,0.35,0.2985,227,496,723
+15038,2012-09-23,4,1,9,18,0,0,0,1,0.54,0.5152,0.37,0.194,135,405,540
+15039,2012-09-23,4,1,9,19,0,0,0,1,0.52,0.5,0.42,0.1642,82,331,413
+15040,2012-09-23,4,1,9,20,0,0,0,1,0.52,0.5,0.42,0.1642,60,192,252
+15041,2012-09-23,4,1,9,21,0,0,0,2,0.52,0.5,0.48,0.1045,51,145,196
+15042,2012-09-23,4,1,9,22,0,0,0,1,0.52,0.5,0.48,0,40,98,138
+15043,2012-09-23,4,1,9,23,0,0,0,2,0.5,0.4848,0.59,0.1045,30,70,100
+15044,2012-09-24,4,1,9,0,0,1,1,1,0.46,0.4545,0.63,0.194,10,54,64
+15045,2012-09-24,4,1,9,1,0,1,1,1,0.46,0.4545,0.67,0.1343,6,12,18
+15046,2012-09-24,4,1,9,2,0,1,1,2,0.46,0.4545,0.63,0.1343,0,8,8
+15047,2012-09-24,4,1,9,3,0,1,1,1,0.46,0.4545,0.63,0.1642,0,5,5
+15048,2012-09-24,4,1,9,4,0,1,1,1,0.44,0.4394,0.67,0.1045,0,8,8
+15049,2012-09-24,4,1,9,5,0,1,1,1,0.46,0.4545,0.63,0,2,35,37
+15050,2012-09-24,4,1,9,6,0,1,1,1,0.46,0.4545,0.59,0,6,162,168
+15051,2012-09-24,4,1,9,7,0,1,1,1,0.46,0.4545,0.67,0.1343,17,513,530
+15052,2012-09-24,4,1,9,8,0,1,1,1,0.5,0.4848,0.55,0.194,31,719,750
+15053,2012-09-24,4,1,9,9,0,1,1,1,0.52,0.5,0.52,0.194,42,286,328
+15054,2012-09-24,4,1,9,10,0,1,1,1,0.54,0.5152,0.49,0.2239,52,146,198
+15055,2012-09-24,4,1,9,11,0,1,1,1,0.56,0.5303,0.37,0.194,71,167,238
+15056,2012-09-24,4,1,9,12,0,1,1,1,0.56,0.5303,0.35,0.2985,77,265,342
+15057,2012-09-24,4,1,9,13,0,1,1,1,0.6,0.6212,0.31,0.2985,80,248,328
+15058,2012-09-24,4,1,9,14,0,1,1,1,0.6,0.6061,0.28,0,77,226,303
+15059,2012-09-24,4,1,9,15,0,1,1,1,0.6,0.6212,0.31,0,84,216,300
+15060,2012-09-24,4,1,9,16,0,1,1,1,0.58,0.5455,0.3,0.2537,99,417,516
+15061,2012-09-24,4,1,9,17,0,1,1,1,0.58,0.5455,0.3,0,89,809,898
+15062,2012-09-24,4,1,9,18,0,1,1,1,0.54,0.5152,0.37,0.1642,95,758,853
+15063,2012-09-24,4,1,9,19,0,1,1,1,0.52,0.5,0.39,0.1343,56,534,590
+15064,2012-09-24,4,1,9,20,0,1,1,1,0.52,0.5,0.52,0.1045,52,380,432
+15065,2012-09-24,4,1,9,21,0,1,1,1,0.5,0.4848,0.51,0.1343,26,230,256
+15066,2012-09-24,4,1,9,22,0,1,1,1,0.5,0.4848,0.51,0.2239,18,154,172
+15067,2012-09-24,4,1,9,23,0,1,1,1,0.46,0.4545,0.63,0.1343,11,83,94
+15068,2012-09-25,4,1,9,0,0,2,1,1,0.46,0.4545,0.67,0.1642,8,56,64
+15069,2012-09-25,4,1,9,1,0,2,1,1,0.44,0.4394,0.72,0.1343,2,11,13
+15070,2012-09-25,4,1,9,2,0,2,1,1,0.42,0.4242,0.77,0.1343,5,9,14
+15071,2012-09-25,4,1,9,3,0,2,1,1,0.42,0.4242,0.71,0.0896,2,3,5
+15072,2012-09-25,4,1,9,4,0,2,1,1,0.42,0.4242,0.71,0.1343,2,7,9
+15073,2012-09-25,4,1,9,5,0,2,1,1,0.42,0.4242,0.77,0.0896,1,46,47
+15074,2012-09-25,4,1,9,6,0,2,1,1,0.44,0.4394,0.77,0.2239,5,189,194
+15075,2012-09-25,4,1,9,7,0,2,1,1,0.44,0.4394,0.77,0.194,17,539,556
+15076,2012-09-25,4,1,9,8,0,2,1,1,0.48,0.4697,0.67,0.194,41,764,805
+15077,2012-09-25,4,1,9,9,0,2,1,1,0.54,0.5152,0.56,0.2537,28,381,409
+15078,2012-09-25,4,1,9,10,0,2,1,1,0.56,0.5303,0.52,0.2985,45,125,170
+15079,2012-09-25,4,1,9,11,0,2,1,1,0.6,0.6212,0.46,0.2985,63,155,218
+15080,2012-09-25,4,1,9,12,0,2,1,1,0.62,0.6212,0.43,0.2836,69,233,302
+15081,2012-09-25,4,1,9,13,0,2,1,1,0.64,0.6212,0.47,0.2537,48,257,305
+15082,2012-09-25,4,1,9,14,0,2,1,1,0.66,0.6212,0.39,0.3284,80,213,293
+15083,2012-09-25,4,1,9,15,0,2,1,1,0.66,0.6212,0.36,0.3284,56,247,303
+15084,2012-09-25,4,1,9,16,0,2,1,1,0.66,0.6212,0.39,0.2985,59,436,495
+15085,2012-09-25,4,1,9,17,0,2,1,1,0.66,0.6212,0.39,0.2836,107,860,967
+15086,2012-09-25,4,1,9,18,0,2,1,1,0.64,0.6212,0.41,0.2239,64,758,822
+15087,2012-09-25,4,1,9,19,0,2,1,1,0.62,0.6212,0.5,0.2537,49,490,539
+15088,2012-09-25,4,1,9,20,0,2,1,1,0.6,0.6212,0.56,0.2985,37,388,425
+15089,2012-09-25,4,1,9,21,0,2,1,1,0.6,0.6212,0.56,0.2985,34,263,297
+15090,2012-09-25,4,1,9,22,0,2,1,1,0.6,0.6212,0.56,0.2836,14,174,188
+15091,2012-09-25,4,1,9,23,0,2,1,1,0.6,0.6212,0.56,0.3284,9,89,98
+15092,2012-09-26,4,1,9,0,0,3,1,1,0.58,0.5455,0.64,0.2985,6,34,40
+15093,2012-09-26,4,1,9,1,0,3,1,1,0.58,0.5455,0.64,0.3284,10,19,29
+15094,2012-09-26,4,1,9,2,0,3,1,2,0.58,0.5455,0.64,0.2836,2,15,17
+15095,2012-09-26,4,1,9,3,0,3,1,2,0.58,0.5455,0.64,0.2836,4,6,10
+15096,2012-09-26,4,1,9,4,0,3,1,1,0.56,0.5303,0.73,0.2537,2,12,14
+15097,2012-09-26,4,1,9,5,0,3,1,1,0.56,0.5303,0.73,0.2239,1,35,36
+15098,2012-09-26,4,1,9,6,0,3,1,1,0.54,0.5152,0.73,0.194,3,179,182
+15099,2012-09-26,4,1,9,7,0,3,1,1,0.54,0.5152,0.77,0.1343,9,523,532
+15100,2012-09-26,4,1,9,8,0,3,1,1,0.56,0.5303,0.73,0.2985,30,808,838
+15101,2012-09-26,4,1,9,9,0,3,1,1,0.6,0.6061,0.64,0.194,27,307,334
+15102,2012-09-26,4,1,9,10,0,3,1,1,0.6,0.5909,0.73,0.2836,29,156,185
+15103,2012-09-26,4,1,9,11,0,3,1,1,0.64,0.6212,0.61,0.2537,46,181,227
+15104,2012-09-26,4,1,9,12,0,3,1,1,0.68,0.6364,0.61,0.2239,56,260,316
+15105,2012-09-26,4,1,9,13,0,3,1,1,0.7,0.6515,0.58,0.2239,67,273,340
+15106,2012-09-26,4,1,9,14,0,3,1,1,0.74,0.6667,0.48,0.2836,60,217,277
+15107,2012-09-26,4,1,9,15,0,3,1,1,0.74,0.6667,0.48,0.2985,69,231,300
+15108,2012-09-26,4,1,9,16,0,3,1,1,0.74,0.6667,0.45,0.2836,71,397,468
+15109,2012-09-26,4,1,9,17,0,3,1,1,0.74,0.6667,0.48,0.2985,77,876,953
+15110,2012-09-26,4,1,9,18,0,3,1,1,0.74,0.6667,0.48,0.2239,69,815,884
+15111,2012-09-26,4,1,9,19,0,3,1,1,0.7,0.6515,0.54,0.1642,38,589,627
+15112,2012-09-26,4,1,9,20,0,3,1,1,0.66,0.6212,0.69,0.194,45,389,434
+15113,2012-09-26,4,1,9,21,0,3,1,1,0.66,0.6212,0.65,0.194,32,328,360
+15114,2012-09-26,4,1,9,22,0,3,1,3,0.62,0.6061,0.69,0.194,21,194,215
+15115,2012-09-26,4,1,9,23,0,3,1,2,0.6,0.5758,0.78,0.2537,13,102,115
+15116,2012-09-27,4,1,9,0,0,4,1,1,0.6,0.5758,0.78,0.0896,5,60,65
+15117,2012-09-27,4,1,9,1,0,4,1,1,0.6,0.5758,0.78,0.0896,5,16,21
+15118,2012-09-27,4,1,9,2,0,4,1,1,0.6,0.5758,0.78,0.0896,3,13,16
+15119,2012-09-27,4,1,9,3,0,4,1,1,0.6,0.5758,0.78,0,0,7,7
+15120,2012-09-27,4,1,9,4,0,4,1,1,0.56,0.5303,0.94,0.1343,2,6,8
+15121,2012-09-27,4,1,9,5,0,4,1,1,0.58,0.5455,0.83,0,2,64,66
+15122,2012-09-27,4,1,9,6,0,4,1,1,0.56,0.5303,0.88,0.0896,5,164,169
+15123,2012-09-27,4,1,9,7,0,4,1,1,0.6,0.5758,0.78,0,12,546,558
+15124,2012-09-27,4,1,9,8,0,4,1,1,0.62,0.6061,0.71,0.0896,20,774,794
+15125,2012-09-27,4,1,9,9,0,4,1,1,0.66,0.6212,0.65,0,30,305,335
+15126,2012-09-27,4,1,9,10,0,4,1,2,0.7,0.6515,0.51,0.2836,40,168,208
+15127,2012-09-27,4,1,9,11,0,4,1,2,0.72,0.6667,0.51,0.1642,67,227,294
+15128,2012-09-27,4,1,9,12,0,4,1,2,0.74,0.6667,0.48,0.1343,63,272,335
+15129,2012-09-27,4,1,9,13,0,4,1,2,0.74,0.6667,0.48,0,61,265,326
+15130,2012-09-27,4,1,9,14,0,4,1,2,0.76,0.6818,0.45,0.0896,44,214,258
+15131,2012-09-27,4,1,9,15,0,4,1,2,0.76,0.6818,0.45,0,41,255,296
+15132,2012-09-27,4,1,9,16,0,4,1,2,0.72,0.6667,0.58,0.3284,73,399,472
+15133,2012-09-27,4,1,9,17,0,4,1,2,0.66,0.6212,0.69,0.2985,87,818,905
+15134,2012-09-27,4,1,9,18,0,4,1,2,0.66,0.6212,0.69,0.2239,77,822,899
+15135,2012-09-27,4,1,9,19,0,4,1,1,0.66,0.6212,0.65,0.1343,48,511,559
+15136,2012-09-27,4,1,9,20,0,4,1,2,0.64,0.6061,0.69,0.2239,45,412,457
+15137,2012-09-27,4,1,9,21,0,4,1,3,0.62,0.5758,0.83,0.2985,18,235,253
+15138,2012-09-27,4,1,9,22,0,4,1,3,0.62,0.5758,0.83,0.2985,2,45,47
+15139,2012-09-27,4,1,9,23,0,4,1,3,0.62,0.5758,0.83,0.1642,1,44,45
+15140,2012-09-28,4,1,9,0,0,5,1,3,0.6,0.5455,0.88,0.1642,2,15,17
+15141,2012-09-28,4,1,9,1,0,5,1,3,0.6,0.5455,0.88,0,0,13,13
+15142,2012-09-28,4,1,9,2,0,5,1,3,0.6,0.5455,0.88,0.2985,1,9,10
+15143,2012-09-28,4,1,9,3,0,5,1,2,0.6,0.5606,0.83,0.1343,0,7,7
+15144,2012-09-28,4,1,9,4,0,5,1,3,0.56,0.5303,0.88,0.1045,2,10,12
+15145,2012-09-28,4,1,9,5,0,5,1,1,0.56,0.5303,0.88,0,1,37,38
+15146,2012-09-28,4,1,9,6,0,5,1,2,0.56,0.5303,0.94,0.0896,2,136,138
+15147,2012-09-28,4,1,9,7,0,5,1,2,0.56,0.5303,0.94,0,10,384,394
+15148,2012-09-28,4,1,9,8,0,5,1,1,0.6,0.5606,0.83,0.0896,31,674,705
+15149,2012-09-28,4,1,9,9,0,5,1,2,0.62,0.5758,0.83,0.1045,27,399,426
+15150,2012-09-28,4,1,9,10,0,5,1,2,0.64,0.5909,0.78,0.1343,51,194,245
+15151,2012-09-28,4,1,9,11,0,5,1,2,0.66,0.6212,0.69,0,109,252,361
+15152,2012-09-28,4,1,9,12,0,5,1,2,0.7,0.6515,0.54,0.2537,94,286,380
+15153,2012-09-28,4,1,9,13,0,5,1,2,0.7,0.6515,0.51,0.2537,106,304,410
+15154,2012-09-28,4,1,9,14,0,5,1,2,0.7,0.6515,0.54,0.2537,105,294,399
+15155,2012-09-28,4,1,9,15,0,5,1,2,0.68,0.6364,0.54,0.2836,104,288,392
+15156,2012-09-28,4,1,9,16,0,5,1,2,0.66,0.6212,0.5,0.2239,83,419,502
+15157,2012-09-28,4,1,9,17,0,5,1,2,0.66,0.6212,0.54,0.2985,101,707,808
+15158,2012-09-28,4,1,9,18,0,5,1,2,0.64,0.6212,0.5,0.2239,58,609,667
+15159,2012-09-28,4,1,9,19,0,5,1,3,0.62,0.6212,0.5,0.2537,38,470,508
+15160,2012-09-28,4,1,9,20,0,5,1,3,0.6,0.6212,0.53,0.1642,32,304,336
+15161,2012-09-28,4,1,9,21,0,5,1,3,0.6,0.6212,0.53,0.194,32,205,237
+15162,2012-09-28,4,1,9,22,0,5,1,2,0.58,0.5455,0.53,0.2239,30,190,220
+15163,2012-09-28,4,1,9,23,0,5,1,2,0.56,0.5303,0.56,0.194,26,164,190
+15164,2012-09-29,4,1,9,0,0,6,0,1,0.54,0.5152,0.6,0.2239,15,134,149
+15165,2012-09-29,4,1,9,1,0,6,0,1,0.54,0.5152,0.6,0.2239,12,89,101
+15166,2012-09-29,4,1,9,2,0,6,0,2,0.54,0.5152,0.56,0.2239,12,80,92
+15167,2012-09-29,4,1,9,3,0,6,0,2,0.52,0.5,0.59,0.194,4,25,29
+15168,2012-09-29,4,1,9,4,0,6,0,1,0.52,0.5,0.59,0.2537,6,8,14
+15169,2012-09-29,4,1,9,5,0,6,0,1,0.5,0.4848,0.63,0.194,2,13,15
+15170,2012-09-29,4,1,9,6,0,6,0,1,0.5,0.4848,0.63,0.2537,4,33,37
+15171,2012-09-29,4,1,9,7,0,6,0,1,0.48,0.4697,0.67,0.2836,12,61,73
+15172,2012-09-29,4,1,9,8,0,6,0,1,0.5,0.4848,0.68,0.2836,37,174,211
+15173,2012-09-29,4,1,9,9,0,6,0,1,0.5,0.4848,0.63,0.194,69,263,332
+15174,2012-09-29,4,1,9,10,0,6,0,1,0.54,0.5152,0.56,0.2537,134,338,472
+15175,2012-09-29,4,1,9,11,0,6,0,1,0.56,0.5303,0.52,0.2836,217,446,663
+15176,2012-09-29,4,1,9,12,0,6,0,1,0.62,0.6212,0.41,0.2985,191,491,682
+15177,2012-09-29,4,1,9,13,0,6,0,1,0.62,0.6212,0.41,0.2985,233,453,686
+15178,2012-09-29,4,1,9,14,0,6,0,1,0.6,0.6212,0.4,0.2537,302,448,750
+15179,2012-09-29,4,1,9,15,0,6,0,1,0.6,0.6212,0.43,0.2537,271,456,727
+15180,2012-09-29,4,1,9,16,0,6,0,1,0.62,0.6212,0.41,0.2537,275,447,722
+15181,2012-09-29,4,1,9,17,0,6,0,1,0.6,0.6212,0.38,0.3582,256,456,712
+15182,2012-09-29,4,1,9,18,0,6,0,1,0.56,0.5303,0.46,0.194,174,420,594
+15183,2012-09-29,4,1,9,19,0,6,0,1,0.52,0.5,0.55,0.1642,119,351,470
+15184,2012-09-29,4,1,9,20,0,6,0,1,0.52,0.5,0.55,0.194,88,227,315
+15185,2012-09-29,4,1,9,21,0,6,0,1,0.52,0.5,0.55,0.1343,73,219,292
+15186,2012-09-29,4,1,9,22,0,6,0,1,0.5,0.4848,0.63,0.1045,48,173,221
+15187,2012-09-29,4,1,9,23,0,6,0,1,0.5,0.4848,0.59,0.0896,35,161,196
+15188,2012-09-30,4,1,9,0,0,0,0,1,0.5,0.4848,0.59,0,35,112,147
+15189,2012-09-30,4,1,9,1,0,0,0,1,0.5,0.4848,0.59,0,31,85,116
+15190,2012-09-30,4,1,9,2,0,0,0,1,0.48,0.4697,0.63,0,21,71,92
+15191,2012-09-30,4,1,9,3,0,0,0,1,0.46,0.4545,0.67,0.0896,17,41,58
+15192,2012-09-30,4,1,9,4,0,0,0,1,0.46,0.4545,0.67,0.0896,1,6,7
+15193,2012-09-30,4,1,9,5,0,0,0,1,0.44,0.4394,0.72,0,1,9,10
+15194,2012-09-30,4,1,9,6,0,0,0,1,0.44,0.4394,0.72,0.0896,2,20,22
+15195,2012-09-30,4,1,9,7,0,0,0,1,0.44,0.4394,0.77,0,14,43,57
+15196,2012-09-30,4,1,9,8,0,0,0,1,0.48,0.4697,0.67,0.1045,18,126,144
+15197,2012-09-30,4,1,9,9,0,0,0,1,0.52,0.5,0.63,0.1045,74,211,285
+15198,2012-09-30,4,1,9,10,0,0,0,1,0.58,0.5455,0.46,0.1642,160,319,479
+15199,2012-09-30,4,1,9,11,0,0,0,1,0.6,0.6212,0.43,0.2239,222,369,591
+15200,2012-09-30,4,1,9,12,0,0,0,1,0.62,0.6212,0.41,0.2985,206,474,680
+15201,2012-09-30,4,1,9,13,0,0,0,1,0.62,0.6212,0.41,0.2537,180,414,594
+15202,2012-09-30,4,1,9,14,0,0,0,1,0.62,0.6212,0.41,0.2537,208,404,612
+15203,2012-09-30,4,1,9,15,0,0,0,1,0.64,0.6212,0.36,0.2537,230,419,649
+15204,2012-09-30,4,1,9,16,0,0,0,1,0.64,0.6212,0.36,0.2239,202,446,648
+15205,2012-09-30,4,1,9,17,0,0,0,1,0.62,0.6212,0.35,0.2836,195,380,575
+15206,2012-09-30,4,1,9,18,0,0,0,1,0.52,0.5,0.59,0.4478,91,310,401
+15207,2012-09-30,4,1,9,19,0,0,0,3,0.5,0.4848,0.72,0.1343,34,223,257
+15208,2012-09-30,4,1,9,20,0,0,0,3,0.5,0.4848,0.72,0.1343,31,163,194
+15209,2012-09-30,4,1,9,21,0,0,0,1,0.5,0.4848,0.68,0,19,104,123
+15210,2012-09-30,4,1,9,22,0,0,0,1,0.48,0.4697,0.72,0,15,76,91
+15211,2012-09-30,4,1,9,23,0,0,0,1,0.48,0.4697,0.72,0.0896,8,49,57
+15212,2012-10-01,4,1,10,0,0,1,1,1,0.46,0.4545,0.72,0.1045,6,39,45
+15213,2012-10-01,4,1,10,1,0,1,1,1,0.44,0.4394,0.77,0.0896,5,13,18
+15214,2012-10-01,4,1,10,2,0,1,1,1,0.46,0.4545,0.72,0,6,6,12
+15215,2012-10-01,4,1,10,3,0,1,1,1,0.44,0.4394,0.77,0,1,6,7
+15216,2012-10-01,4,1,10,4,0,1,1,1,0.42,0.4242,0.82,0.1045,0,10,10
+15217,2012-10-01,4,1,10,5,0,1,1,1,0.44,0.4394,0.77,0,2,34,36
+15218,2012-10-01,4,1,10,6,0,1,1,1,0.44,0.4394,0.77,0.1045,8,147,155
+15219,2012-10-01,4,1,10,7,0,1,1,1,0.44,0.4394,0.77,0.1642,13,470,483
+15220,2012-10-01,4,1,10,8,0,1,1,2,0.46,0.4545,0.77,0.1045,40,744,784
+15221,2012-10-01,4,1,10,9,0,1,1,2,0.52,0.5,0.63,0,26,314,340
+15222,2012-10-01,4,1,10,10,0,1,1,1,0.54,0.5152,0.56,0,44,135,179
+15223,2012-10-01,4,1,10,11,0,1,1,1,0.58,0.5455,0.46,0,76,196,272
+15224,2012-10-01,4,1,10,12,0,1,1,2,0.6,0.6212,0.43,0.1642,61,262,323
+15225,2012-10-01,4,1,10,13,0,1,1,2,0.6,0.6212,0.43,0.1642,80,225,305
+15226,2012-10-01,4,1,10,14,0,1,1,2,0.6,0.6212,0.43,0.1045,51,193,244
+15227,2012-10-01,4,1,10,15,0,1,1,2,0.62,0.6212,0.43,0.1343,95,234,329
+15228,2012-10-01,4,1,10,16,0,1,1,2,0.62,0.6212,0.46,0.2537,51,408,459
+15229,2012-10-01,4,1,10,17,0,1,1,3,0.56,0.5303,0.6,0.2537,65,791,856
+15230,2012-10-01,4,1,10,18,0,1,1,3,0.56,0.5303,0.64,0.1045,42,571,613
+15231,2012-10-01,4,1,10,19,0,1,1,2,0.54,0.5152,0.68,0.1045,33,483,516
+15232,2012-10-01,4,1,10,20,0,1,1,3,0.54,0.5152,0.68,0,11,251,262
+15233,2012-10-01,4,1,10,21,0,1,1,2,0.54,0.5152,0.73,0.1343,13,205,218
+15234,2012-10-01,4,1,10,22,0,1,1,3,0.54,0.5152,0.77,0.0896,17,190,207
+15235,2012-10-01,4,1,10,23,0,1,1,3,0.54,0.5152,0.77,0,17,88,105
+15236,2012-10-02,4,1,10,0,0,2,1,2,0.56,0.5303,0.73,0,1,30,31
+15237,2012-10-02,4,1,10,1,0,2,1,2,0.54,0.5152,0.77,0.1045,0,11,11
+15238,2012-10-02,4,1,10,2,0,2,1,2,0.54,0.5152,0.77,0.1045,0,2,2
+15239,2012-10-02,4,1,10,3,0,2,1,2,0.54,0.5152,0.88,0.194,1,4,5
+15240,2012-10-02,4,1,10,4,0,2,1,2,0.56,0.5303,0.83,0.0896,2,8,10
+15241,2012-10-02,4,1,10,5,0,2,1,2,0.56,0.5303,0.83,0.1343,1,42,43
+15242,2012-10-02,4,1,10,6,0,2,1,3,0.58,0.5455,0.83,0.1045,3,176,179
+15243,2012-10-02,4,1,10,7,0,2,1,3,0.58,0.5455,0.83,0.1045,4,256,260
+15244,2012-10-02,4,1,10,8,0,2,1,3,0.6,0.5455,0.88,0,6,128,134
+15245,2012-10-02,4,1,10,9,0,2,1,3,0.58,0.5455,0.88,0.1343,3,83,86
+15246,2012-10-02,4,1,10,10,0,2,1,3,0.58,0.5455,0.88,0.1343,3,42,45
+15247,2012-10-02,4,1,10,11,0,2,1,3,0.58,0.5455,0.94,0.1343,7,92,99
+15248,2012-10-02,4,1,10,12,0,2,1,2,0.6,0.5455,0.88,0.194,6,98,104
+15249,2012-10-02,4,1,10,13,0,2,1,2,0.6,0.5455,0.88,0.1343,6,148,154
+15250,2012-10-02,4,1,10,14,0,2,1,3,0.6,0.5455,0.88,0.1343,16,147,163
+15251,2012-10-02,4,1,10,15,0,2,1,3,0.62,0.5758,0.83,0.1343,14,195,209
+15252,2012-10-02,4,1,10,16,0,2,1,3,0.62,0.5606,0.88,0.1343,46,328,374
+15253,2012-10-02,4,1,10,17,0,2,1,3,0.62,0.5606,0.88,0.1045,38,677,715
+15254,2012-10-02,4,1,10,18,0,2,1,3,0.62,0.5455,0.94,0.0896,48,639,687
+15255,2012-10-02,4,1,10,19,0,2,1,3,0.62,0.5455,0.94,0,27,368,395
+15256,2012-10-02,4,1,10,20,0,2,1,3,0.62,0.5455,0.94,0.1343,20,286,306
+15257,2012-10-02,4,1,10,21,0,2,1,3,0.62,0.5455,0.94,0.1045,24,265,289
+15258,2012-10-02,4,1,10,22,0,2,1,2,0.62,0.5455,0.94,0.1045,28,212,240
+15259,2012-10-02,4,1,10,23,0,2,1,2,0.62,0.5455,0.94,0,11,87,98
+15260,2012-10-03,4,1,10,0,0,3,1,3,0.62,0.5455,0.94,0,5,47,52
+15261,2012-10-03,4,1,10,1,0,3,1,2,0.62,0.5455,0.94,0,3,16,19
+15262,2012-10-03,4,1,10,2,0,3,1,2,0.62,0.5455,0.94,0,2,7,9
+15263,2012-10-03,4,1,10,3,0,3,1,2,0.6,0.5152,0.94,0,0,7,7
+15264,2012-10-03,4,1,10,4,0,3,1,2,0.6,0.5,1,0,2,9,11
+15265,2012-10-03,4,1,10,5,0,3,1,2,0.62,0.5455,0.94,0.1045,2,32,34
+15266,2012-10-03,4,1,10,6,0,3,1,2,0.6,0.5152,0.94,0.1343,4,173,177
+15267,2012-10-03,4,1,10,7,0,3,1,2,0.6,0.5152,0.94,0.194,11,504,515
+15268,2012-10-03,4,1,10,8,0,3,1,2,0.62,0.5606,0.88,0.1045,28,781,809
+15269,2012-10-03,4,1,10,9,0,3,1,2,0.62,0.5758,0.83,0.194,30,332,362
+15270,2012-10-03,4,1,10,10,0,3,1,1,0.66,0.6061,0.78,0.1642,29,146,175
+15271,2012-10-03,4,1,10,11,0,3,1,1,0.66,0.6061,0.78,0.1642,52,178,230
+15272,2012-10-03,4,1,10,12,0,3,1,2,0.7,0.6515,0.7,0.1045,69,289,358
+15273,2012-10-03,4,1,10,13,0,3,1,2,0.7,0.6667,0.74,0.1045,55,224,279
+15274,2012-10-03,4,1,10,14,0,3,1,2,0.72,0.6818,0.7,0.1642,56,195,251
+15275,2012-10-03,4,1,10,15,0,3,1,2,0.72,0.6818,0.62,0.1642,59,260,319
+15276,2012-10-03,4,1,10,16,0,3,1,2,0.72,0.6667,0.58,0,42,436,478
+15277,2012-10-03,4,1,10,17,0,3,1,1,0.7,0.6515,0.65,0,84,833,917
+15278,2012-10-03,4,1,10,18,0,3,1,1,0.7,0.6515,0.65,0,54,756,810
+15279,2012-10-03,4,1,10,19,0,3,1,1,0.7,0.6515,0.65,0,49,544,593
+15280,2012-10-03,4,1,10,20,0,3,1,1,0.7,0.6515,0.65,0,48,449,497
+15281,2012-10-03,4,1,10,21,0,3,1,2,0.66,0.6212,0.74,0,14,195,209
+15282,2012-10-03,4,1,10,22,0,3,1,1,0.66,0.6212,0.74,0,9,232,241
+15283,2012-10-03,4,1,10,23,0,3,1,2,0.66,0.6061,0.78,0,21,199,220
+15284,2012-10-04,4,1,10,0,0,4,1,3,0.64,0.5758,0.89,0,11,65,76
+15285,2012-10-04,4,1,10,1,0,4,1,2,0.62,0.5455,0.94,0,2,23,25
+15286,2012-10-04,4,1,10,2,0,4,1,1,0.64,0.5758,0.89,0,3,10,13
+15287,2012-10-04,4,1,10,3,0,4,1,2,0.62,0.5606,0.88,0,5,6,11
+15288,2012-10-04,4,1,10,4,0,4,1,2,0.64,0.5758,0.89,0,0,10,10
+15289,2012-10-04,4,1,10,5,0,4,1,3,0.64,0.5758,0.89,0.1045,2,37,39
+15290,2012-10-04,4,1,10,6,0,4,1,3,0.62,0.5455,0.94,0.0896,1,132,133
+15291,2012-10-04,4,1,10,7,0,4,1,2,0.64,0.5758,0.89,0.0896,12,379,391
+15292,2012-10-04,4,1,10,8,0,4,1,1,0.64,0.5758,0.89,0,27,711,738
+15293,2012-10-04,4,1,10,9,0,4,1,2,0.64,0.5758,0.89,0.194,40,319,359
+15294,2012-10-04,4,1,10,10,0,4,1,2,0.66,0.6061,0.83,0.1343,27,150,177
+15295,2012-10-04,4,1,10,11,0,4,1,2,0.7,0.6515,0.7,0.1045,38,176,214
+15296,2012-10-04,4,1,10,12,0,4,1,2,0.72,0.6667,0.54,0.194,57,231,288
+15297,2012-10-04,4,1,10,13,0,4,1,2,0.72,0.6667,0.58,0.3284,63,231,294
+15298,2012-10-04,4,1,10,14,0,4,1,1,0.7,0.6515,0.61,0.2537,56,211,267
+15299,2012-10-04,4,1,10,15,0,4,1,1,0.72,0.6667,0.54,0.2836,77,248,325
+15300,2012-10-04,4,1,10,16,0,4,1,1,0.7,0.6515,0.54,0.2836,86,411,497
+15301,2012-10-04,4,1,10,17,0,4,1,1,0.7,0.6515,0.51,0.2239,112,789,901
+15302,2012-10-04,4,1,10,18,0,4,1,1,0.66,0.6212,0.57,0.1045,75,812,887
+15303,2012-10-04,4,1,10,19,0,4,1,1,0.66,0.6212,0.57,0.1045,67,467,534
+15304,2012-10-04,4,1,10,20,0,4,1,1,0.64,0.6061,0.65,0.1045,50,391,441
+15305,2012-10-04,4,1,10,21,0,4,1,1,0.62,0.6061,0.69,0,33,288,321
+15306,2012-10-04,4,1,10,22,0,4,1,1,0.64,0.6212,0.47,0.1343,29,203,232
+15307,2012-10-04,4,1,10,23,0,4,1,1,0.6,0.6212,0.56,0.0896,18,137,155
+15308,2012-10-05,4,1,10,0,0,5,1,1,0.56,0.5303,0.73,0,16,86,102
+15309,2012-10-05,4,1,10,1,0,5,1,1,0.54,0.5152,0.68,0.1045,3,43,46
+15310,2012-10-05,4,1,10,2,0,5,1,1,0.54,0.5152,0.73,0.0896,1,10,11
+15311,2012-10-05,4,1,10,3,0,5,1,1,0.54,0.5152,0.73,0,5,11,16
+15312,2012-10-05,4,1,10,4,0,5,1,1,0.54,0.5152,0.77,0,0,11,11
+15313,2012-10-05,4,1,10,5,0,5,1,1,0.52,0.5,0.77,0,0,41,41
+15314,2012-10-05,4,1,10,6,0,5,1,1,0.52,0.5,0.83,0,4,133,137
+15315,2012-10-05,4,1,10,7,0,5,1,1,0.52,0.5,0.83,0.1045,11,417,428
+15316,2012-10-05,4,1,10,8,0,5,1,1,0.58,0.5455,0.64,0,36,749,785
+15317,2012-10-05,4,1,10,9,0,5,1,1,0.6,0.6061,0.6,0.0896,58,326,384
+15318,2012-10-05,4,1,10,10,0,5,1,1,0.66,0.6212,0.54,0,68,192,260
+15319,2012-10-05,4,1,10,11,0,5,1,1,0.7,0.6515,0.48,0.194,90,214,304
+15320,2012-10-05,4,1,10,12,0,5,1,1,0.72,0.6515,0.42,0.1642,161,307,468
+15321,2012-10-05,4,1,10,13,0,5,1,1,0.7,0.6515,0.48,0,117,307,424
+15322,2012-10-05,4,1,10,14,0,5,1,1,0.74,0.6515,0.37,0.2239,113,287,400
+15323,2012-10-05,4,1,10,15,0,5,1,1,0.72,0.6515,0.39,0.2537,150,320,470
+15324,2012-10-05,4,1,10,16,0,5,1,1,0.72,0.6515,0.37,0,153,481,634
+15325,2012-10-05,4,1,10,17,0,5,1,1,0.7,0.6364,0.42,0.1642,158,742,900
+15326,2012-10-05,4,1,10,18,0,5,1,1,0.64,0.6212,0.57,0.1343,106,655,761
+15327,2012-10-05,4,1,10,19,0,5,1,1,0.62,0.5909,0.73,0.1642,67,433,500
+15328,2012-10-05,4,1,10,20,0,5,1,1,0.6,0.5758,0.78,0.1343,66,306,372
+15329,2012-10-05,4,1,10,21,0,5,1,1,0.6,0.5909,0.69,0.2239,47,220,267
+15330,2012-10-05,4,1,10,22,0,5,1,1,0.6,0.5909,0.73,0.2836,63,201,264
+15331,2012-10-05,4,1,10,23,0,5,1,1,0.58,0.5455,0.78,0.2239,23,148,171
+15332,2012-10-06,4,1,10,0,0,6,0,1,0.56,0.5303,0.83,0.1642,37,154,191
+15333,2012-10-06,4,1,10,1,0,6,0,1,0.56,0.5303,0.83,0.2537,25,116,141
+15334,2012-10-06,4,1,10,2,0,6,0,1,0.56,0.5303,0.78,0.194,13,62,75
+15335,2012-10-06,4,1,10,3,0,6,0,1,0.54,0.5152,0.77,0.2239,2,54,56
+15336,2012-10-06,4,1,10,4,0,6,0,1,0.54,0.5152,0.83,0.2537,4,7,11
+15337,2012-10-06,4,1,10,5,0,6,0,1,0.54,0.5152,0.83,0.194,2,8,10
+15338,2012-10-06,4,1,10,6,0,6,0,1,0.54,0.5152,0.88,0.2537,2,28,30
+15339,2012-10-06,4,1,10,7,0,6,0,1,0.54,0.5152,0.83,0.2985,13,71,84
+15340,2012-10-06,4,1,10,8,0,6,0,1,0.56,0.5303,0.83,0.194,22,184,206
+15341,2012-10-06,4,1,10,9,0,6,0,1,0.6,0.5909,0.73,0.194,130,265,395
+15342,2012-10-06,4,1,10,10,0,6,0,1,0.62,0.6061,0.69,0.2836,198,341,539
+15343,2012-10-06,4,1,10,11,0,6,0,1,0.64,0.6061,0.65,0.2537,258,389,647
+15344,2012-10-06,4,1,10,12,0,6,0,1,0.7,0.6515,0.54,0.1045,362,381,743
+15345,2012-10-06,4,1,10,13,0,6,0,2,0.64,0.6212,0.57,0.5224,310,400,710
+15346,2012-10-06,4,1,10,14,0,6,0,2,0.6,0.6212,0.56,0.4179,269,307,576
+15347,2012-10-06,4,1,10,15,0,6,0,1,0.6,0.6212,0.46,0.4179,279,341,620
+15348,2012-10-06,4,1,10,16,0,6,0,1,0.6,0.6212,0.43,0.5224,317,342,659
+15349,2012-10-06,4,1,10,17,0,6,0,1,0.54,0.5152,0.49,0.3881,268,342,610
+15350,2012-10-06,4,1,10,18,0,6,0,1,0.52,0.5,0.48,0.4179,183,312,495
+15351,2012-10-06,4,1,10,19,0,6,0,1,0.48,0.4697,0.55,0.2239,102,239,341
+15352,2012-10-06,4,1,10,20,0,6,0,1,0.48,0.4697,0.55,0.2537,75,172,247
+15353,2012-10-06,4,1,10,21,0,6,0,1,0.46,0.4545,0.59,0.1343,78,137,215
+15354,2012-10-06,4,1,10,22,0,6,0,1,0.44,0.4394,0.62,0.1343,45,140,185
+15355,2012-10-06,4,1,10,23,0,6,0,1,0.44,0.4394,0.62,0.1343,37,142,179
+15356,2012-10-07,4,1,10,0,0,0,0,1,0.44,0.4394,0.62,0.1642,28,99,127
+15357,2012-10-07,4,1,10,1,0,0,0,1,0.44,0.4394,0.54,0.2239,29,80,109
+15358,2012-10-07,4,1,10,2,0,0,0,1,0.42,0.4242,0.62,0.1343,10,64,74
+15359,2012-10-07,4,1,10,3,0,0,0,2,0.44,0.4394,0.62,0.1343,5,17,22
+15360,2012-10-07,4,1,10,4,0,0,0,2,0.44,0.4394,0.54,0.2537,5,6,11
+15361,2012-10-07,4,1,10,5,0,0,0,2,0.44,0.4394,0.54,0.1343,2,8,10
+15362,2012-10-07,4,1,10,6,0,0,0,2,0.44,0.4394,0.54,0.194,4,19,23
+15363,2012-10-07,4,1,10,7,0,0,0,3,0.42,0.4242,0.58,0.1642,6,29,35
+15364,2012-10-07,4,1,10,8,0,0,0,3,0.42,0.4242,0.67,0.1343,11,51,62
+15365,2012-10-07,4,1,10,9,0,0,0,3,0.4,0.4091,0.71,0.1343,16,70,86
+15366,2012-10-07,4,1,10,10,0,0,0,2,0.42,0.4242,0.67,0.194,41,144,185
+15367,2012-10-07,4,1,10,11,0,0,0,2,0.42,0.4242,0.71,0.1045,76,260,336
+15368,2012-10-07,4,1,10,12,0,0,0,2,0.42,0.4242,0.71,0,100,292,392
+15369,2012-10-07,4,1,10,13,0,0,0,2,0.44,0.4394,0.72,0.0896,80,240,320
+15370,2012-10-07,4,1,10,14,0,0,0,2,0.44,0.4394,0.67,0,71,243,314
+15371,2012-10-07,4,1,10,15,0,0,0,3,0.42,0.4242,0.77,0.1343,74,232,306
+15372,2012-10-07,4,1,10,16,0,0,0,3,0.4,0.4091,0.82,0.1642,87,246,333
+15373,2012-10-07,4,1,10,17,0,0,0,3,0.4,0.4091,0.82,0.2239,35,122,157
+15374,2012-10-07,4,1,10,18,0,0,0,3,0.4,0.4091,0.82,0.194,24,82,106
+15375,2012-10-07,4,1,10,19,0,0,0,2,0.4,0.4091,0.82,0.1045,17,97,114
+15376,2012-10-07,4,1,10,20,0,0,0,1,0.4,0.4091,0.82,0.1343,19,97,116
+15377,2012-10-07,4,1,10,21,0,0,0,1,0.38,0.3939,0.87,0.1045,22,91,113
+15378,2012-10-07,4,1,10,22,0,0,0,1,0.38,0.3939,0.87,0.1343,7,72,79
+15379,2012-10-07,4,1,10,23,0,0,0,1,0.36,0.3485,0.93,0.1343,12,68,80
+15380,2012-10-08,4,1,10,0,1,1,0,1,0.38,0.3939,0.76,0.2836,7,44,51
+15381,2012-10-08,4,1,10,1,1,1,0,1,0.34,0.3333,0.87,0.1642,2,35,37
+15382,2012-10-08,4,1,10,2,1,1,0,1,0.34,0.3333,0.81,0.194,3,12,15
+15383,2012-10-08,4,1,10,3,1,1,0,1,0.34,0.3485,0.81,0.1045,2,8,10
+15384,2012-10-08,4,1,10,4,1,1,0,1,0.32,0.3333,0.87,0.1343,1,6,7
+15385,2012-10-08,4,1,10,5,1,1,0,1,0.34,0.3182,0.76,0.2239,2,17,19
+15386,2012-10-08,4,1,10,6,1,1,0,1,0.34,0.3485,0.76,0.1045,5,54,59
+15387,2012-10-08,4,1,10,7,1,1,0,2,0.34,0.3333,0.76,0.1642,3,151,154
+15388,2012-10-08,4,1,10,8,1,1,0,2,0.36,0.3485,0.71,0.2239,23,374,397
+15389,2012-10-08,4,1,10,9,1,1,0,2,0.38,0.3939,0.66,0.1642,59,273,332
+15390,2012-10-08,4,1,10,10,1,1,0,2,0.38,0.3939,0.68,0.1343,69,229,298
+15391,2012-10-08,4,1,10,11,1,1,0,2,0.4,0.4091,0.62,0.0896,72,236,308
+15392,2012-10-08,4,1,10,12,1,1,0,2,0.42,0.4242,0.63,0.1642,74,267,341
+15393,2012-10-08,4,1,10,13,1,1,0,2,0.42,0.4242,0.62,0.194,82,323,405
+15394,2012-10-08,4,1,10,14,1,1,0,2,0.42,0.4242,0.58,0.1045,121,299,420
+15395,2012-10-08,4,1,10,15,1,1,0,3,0.42,0.4242,0.58,0.194,76,294,370
+15396,2012-10-08,4,1,10,16,1,1,0,3,0.42,0.4242,0.58,0.194,61,316,377
+15397,2012-10-08,4,1,10,17,1,1,0,2,0.42,0.4242,0.66,0.2537,81,416,497
+15398,2012-10-08,4,1,10,18,1,1,0,2,0.42,0.4242,0.66,0.2836,41,415,456
+15399,2012-10-08,4,1,10,19,1,1,0,2,0.4,0.4091,0.71,0.2537,38,333,371
+15400,2012-10-08,4,1,10,20,1,1,0,3,0.4,0.4091,0.71,0.2239,20,207,227
+15401,2012-10-08,4,1,10,21,1,1,0,2,0.4,0.4091,0.76,0.2239,17,134,151
+15402,2012-10-08,4,1,10,22,1,1,0,3,0.4,0.4091,0.76,0.2537,6,101,107
+15403,2012-10-08,4,1,10,23,1,1,0,2,0.4,0.4091,0.71,0.2239,9,60,69
+15404,2012-10-09,4,1,10,0,0,2,1,2,0.38,0.3939,0.82,0.2239,9,22,31
+15405,2012-10-09,4,1,10,1,0,2,1,3,0.36,0.3485,0.87,0.2239,0,13,13
+15406,2012-10-09,4,1,10,2,0,2,1,3,0.36,0.3333,0.87,0.2537,2,5,7
+15407,2012-10-09,4,1,10,3,0,2,1,3,0.36,0.3333,0.87,0.2836,0,3,3
+15408,2012-10-09,4,1,10,4,0,2,1,3,0.36,0.3485,0.87,0.1642,1,6,7
+15409,2012-10-09,4,1,10,5,0,2,1,2,0.38,0.3939,0.82,0.194,0,19,19
+15410,2012-10-09,4,1,10,6,0,2,1,2,0.38,0.3939,0.82,0.2537,2,141,143
+15411,2012-10-09,4,1,10,7,0,2,1,1,0.38,0.3939,0.83,0.2537,5,357,362
+15412,2012-10-09,4,1,10,8,0,2,1,2,0.42,0.4242,0.8,0.194,15,698,713
+15413,2012-10-09,4,1,10,9,0,2,1,2,0.42,0.4242,0.77,0.2239,37,345,382
+15414,2012-10-09,4,1,10,10,0,2,1,2,0.44,0.4394,0.75,0.2239,33,131,164
+15415,2012-10-09,4,1,10,11,0,2,1,2,0.48,0.4697,0.69,0.194,37,156,193
+15416,2012-10-09,4,1,10,12,0,2,1,2,0.48,0.4697,0.69,0.194,43,217,260
+15417,2012-10-09,4,1,10,13,0,2,1,2,0.5,0.4848,0.67,0.1343,54,184,238
+15418,2012-10-09,4,1,10,14,0,2,1,2,0.54,0.5152,0.64,0.194,43,201,244
+15419,2012-10-09,4,1,10,15,0,2,1,2,0.52,0.5,0.63,0.1642,59,195,254
+15420,2012-10-09,4,1,10,16,0,2,1,2,0.5,0.4848,0.72,0.1642,70,354,424
+15421,2012-10-09,4,1,10,17,0,2,1,2,0.52,0.5,0.68,0.1642,73,733,806
+15422,2012-10-09,4,1,10,18,0,2,1,2,0.5,0.4848,0.72,0.2239,26,758,784
+15423,2012-10-09,4,1,10,19,0,2,1,2,0.5,0.4848,0.72,0.1642,31,483,514
+15424,2012-10-09,4,1,10,20,0,2,1,2,0.5,0.4848,0.72,0.1642,30,330,360
+15425,2012-10-09,4,1,10,21,0,2,1,2,0.48,0.4697,0.77,0.1343,16,209,225
+15426,2012-10-09,4,1,10,22,0,2,1,2,0.48,0.4697,0.77,0.0896,7,155,162
+15427,2012-10-09,4,1,10,23,0,2,1,2,0.48,0.4697,0.77,0.0896,8,76,84
+15428,2012-10-10,4,1,10,0,0,3,1,2,0.46,0.4545,0.88,0.0896,0,33,33
+15429,2012-10-10,4,1,10,1,0,3,1,2,0.46,0.4545,0.88,0,2,6,8
+15430,2012-10-10,4,1,10,2,0,3,1,2,0.46,0.4545,0.88,0,2,6,8
+15431,2012-10-10,4,1,10,3,0,3,1,2,0.46,0.4545,0.88,0,0,6,6
+15432,2012-10-10,4,1,10,4,0,3,1,2,0.46,0.4545,0.88,0.1045,0,6,6
+15433,2012-10-10,4,1,10,5,0,3,1,2,0.46,0.4545,0.88,0.0896,2,38,40
+15434,2012-10-10,4,1,10,6,0,3,1,2,0.46,0.4545,0.88,0.0896,3,172,175
+15435,2012-10-10,4,1,10,7,0,3,1,1,0.46,0.4545,0.82,0.1045,9,498,507
+15436,2012-10-10,4,1,10,8,0,3,1,1,0.5,0.4848,0.77,0.1642,33,806,839
+15437,2012-10-10,4,1,10,9,0,3,1,1,0.54,0.5152,0.6,0.2836,35,331,366
+15438,2012-10-10,4,1,10,10,0,3,1,1,0.56,0.5303,0.52,0.2985,27,190,217
+15439,2012-10-10,4,1,10,11,0,3,1,1,0.54,0.5152,0.52,0.194,53,238,291
+15440,2012-10-10,4,1,10,12,0,3,1,1,0.54,0.5152,0.56,0.2239,78,312,390
+15441,2012-10-10,4,1,10,13,0,3,1,1,0.56,0.5303,0.49,0,60,237,297
+15442,2012-10-10,4,1,10,14,0,3,1,1,0.6,0.6212,0.4,0.1642,63,208,271
+15443,2012-10-10,4,1,10,15,0,3,1,1,0.6,0.6212,0.4,0.1642,58,261,319
+15444,2012-10-10,4,1,10,16,0,3,1,1,0.6,0.6212,0.4,0.2239,92,474,566
+15445,2012-10-10,4,1,10,17,0,3,1,1,0.58,0.5455,0.43,0.2239,91,857,948
+15446,2012-10-10,4,1,10,18,0,3,1,2,0.56,0.5303,0.49,0.1642,57,787,844
+15447,2012-10-10,4,1,10,19,0,3,1,2,0.56,0.5303,0.46,0.5821,32,534,566
+15448,2012-10-10,4,1,10,20,0,3,1,1,0.52,0.5,0.48,0.4925,21,371,392
+15449,2012-10-10,4,1,10,21,0,3,1,1,0.5,0.4848,0.51,0.3582,18,251,269
+15450,2012-10-10,4,1,10,22,0,3,1,1,0.46,0.4545,0.55,0.2985,27,170,197
+15451,2012-10-10,4,1,10,23,0,3,1,1,0.44,0.4394,0.58,0.194,17,119,136
+15452,2012-10-11,4,1,10,0,0,4,1,1,0.44,0.4394,0.51,0.1343,1,41,42
+15453,2012-10-11,4,1,10,1,0,4,1,1,0.44,0.4394,0.47,0.194,1,10,11
+15454,2012-10-11,4,1,10,2,0,4,1,1,0.42,0.4242,0.5,0.1343,4,7,11
+15455,2012-10-11,4,1,10,3,0,4,1,1,0.42,0.4242,0.47,0.2985,0,3,3
+15456,2012-10-11,4,1,10,4,0,4,1,1,0.4,0.4091,0.5,0.2537,0,10,10
+15457,2012-10-11,4,1,10,5,0,4,1,1,0.36,0.3485,0.5,0.1642,0,42,42
+15458,2012-10-11,4,1,10,6,0,4,1,1,0.36,0.3485,0.5,0.1642,1,158,159
+15459,2012-10-11,4,1,10,7,0,4,1,1,0.36,0.3333,0.5,0.2537,11,467,478
+15460,2012-10-11,4,1,10,8,0,4,1,1,0.38,0.3939,0.46,0.3881,25,773,798
+15461,2012-10-11,4,1,10,9,0,4,1,1,0.4,0.4091,0.43,0.3881,27,328,355
+15462,2012-10-11,4,1,10,10,0,4,1,1,0.44,0.4394,0.41,0.3582,39,165,204
+15463,2012-10-11,4,1,10,11,0,4,1,1,0.46,0.4545,0.36,0,76,175,251
+15464,2012-10-11,4,1,10,12,0,4,1,1,0.46,0.4545,0.36,0,47,279,326
+15465,2012-10-11,4,1,10,13,0,4,1,1,0.5,0.4848,0.31,0.1045,48,243,291
+15466,2012-10-11,4,1,10,14,0,4,1,1,0.52,0.5,0.32,0.0896,78,270,348
+15467,2012-10-11,4,1,10,15,0,4,1,1,0.52,0.5,0.34,0.1642,102,358,460
+15468,2012-10-11,4,1,10,16,0,4,1,1,0.5,0.4848,0.36,0.1343,68,413,481
+15469,2012-10-11,4,1,10,17,0,4,1,1,0.5,0.4848,0.39,0.2836,90,737,827
+15470,2012-10-11,4,1,10,18,0,4,1,1,0.46,0.4545,0.44,0.1642,64,628,692
+15471,2012-10-11,4,1,10,19,0,4,1,1,0.44,0.4394,0.51,0.1343,81,662,743
+15472,2012-10-11,4,1,10,20,0,4,1,1,0.42,0.4242,0.62,0.1642,27,388,415
+15473,2012-10-11,4,1,10,21,0,4,1,1,0.42,0.4242,0.62,0.1343,24,236,260
+15474,2012-10-11,4,1,10,22,0,4,1,1,0.4,0.4091,0.66,0.1642,10,167,177
+15475,2012-10-11,4,1,10,23,0,4,1,1,0.42,0.4242,0.58,0.0896,10,176,186
+15476,2012-10-12,4,1,10,0,0,5,1,1,0.4,0.4091,0.66,0.1045,8,60,68
+15477,2012-10-12,4,1,10,1,0,5,1,1,0.4,0.4091,0.66,0.0896,8,29,37
+15478,2012-10-12,4,1,10,2,0,5,1,1,0.4,0.4091,0.66,0.0896,0,16,16
+15479,2012-10-12,4,1,10,3,0,5,1,1,0.36,0.3636,0.76,0.0896,0,6,6
+15480,2012-10-12,4,1,10,4,0,5,1,1,0.36,0.3636,0.76,0.1045,0,8,8
+15481,2012-10-12,4,1,10,5,0,5,1,1,0.36,0.3636,0.81,0.0896,2,33,35
+15482,2012-10-12,4,1,10,6,0,5,1,1,0.34,0.3485,0.81,0.0896,3,140,143
+15483,2012-10-12,4,1,10,7,0,5,1,1,0.36,0.3636,0.81,0.0896,8,384,392
+15484,2012-10-12,4,1,10,8,0,5,1,1,0.42,0.4242,0.71,0.0896,34,711,745
+15485,2012-10-12,4,1,10,9,0,5,1,1,0.5,0.4848,0.39,0.2985,26,374,400
+15486,2012-10-12,4,1,10,10,0,5,1,1,0.52,0.5,0.36,0.2985,75,200,275
+15487,2012-10-12,4,1,10,11,0,5,1,1,0.54,0.5152,0.37,0.3582,61,252,313
+15488,2012-10-12,4,1,10,12,0,5,1,1,0.54,0.5152,0.39,0.4627,75,312,387
+15489,2012-10-12,4,1,10,13,0,5,1,1,0.56,0.5303,0.37,0.3881,81,300,381
+15490,2012-10-12,4,1,10,14,0,5,1,1,0.56,0.5303,0.37,0.4627,109,262,371
+15491,2012-10-12,4,1,10,15,0,5,1,1,0.52,0.5,0.42,0.4478,138,317,455
+15492,2012-10-12,4,1,10,16,0,5,1,1,0.46,0.4545,0.41,0.3582,108,412,520
+15493,2012-10-12,4,1,10,17,0,5,1,1,0.46,0.4545,0.38,0.3881,131,706,837
+15494,2012-10-12,4,1,10,18,0,5,1,1,0.44,0.4394,0.38,0.2985,76,566,642
+15495,2012-10-12,4,1,10,19,0,5,1,1,0.42,0.4242,0.41,0.2239,40,453,493
+15496,2012-10-12,4,1,10,20,0,5,1,1,0.42,0.4242,0.47,0.1343,28,280,308
+15497,2012-10-12,4,1,10,21,0,5,1,1,0.4,0.4091,0.54,0.194,21,169,190
+15498,2012-10-12,4,1,10,22,0,5,1,1,0.4,0.4091,0.47,0.2985,17,143,160
+15499,2012-10-12,4,1,10,23,0,5,1,1,0.36,0.3485,0.57,0.194,11,89,100
+15500,2012-10-13,4,1,10,0,0,6,0,1,0.36,0.3636,0.57,0.0896,31,218,249
+15501,2012-10-13,4,1,10,1,0,6,0,1,0.34,0.3333,0.53,0.1343,23,123,146
+15502,2012-10-13,4,1,10,2,0,6,0,1,0.34,0.3333,0.53,0.194,7,60,67
+15503,2012-10-13,4,1,10,3,0,6,0,1,0.32,0.303,0.66,0.2239,2,13,15
+15504,2012-10-13,4,1,10,4,0,6,0,1,0.3,0.303,0.65,0.1642,2,9,11
+15505,2012-10-13,4,1,10,5,0,6,0,1,0.3,0.2879,0.61,0.194,0,11,11
+15506,2012-10-13,4,1,10,6,0,6,0,1,0.3,0.2879,0.61,0.194,5,23,28
+15507,2012-10-13,4,1,10,7,0,6,0,1,0.3,0.303,0.61,0.1642,10,60,70
+15508,2012-10-13,4,1,10,8,0,6,0,1,0.34,0.3485,0.53,0.1045,23,151,174
+15509,2012-10-13,4,1,10,9,0,6,0,1,0.36,0.3636,0.5,0.0896,46,220,266
+15510,2012-10-13,4,1,10,10,0,6,0,1,0.4,0.4091,0.43,0,82,265,347
+15511,2012-10-13,4,1,10,11,0,6,0,1,0.42,0.4242,0.35,0.1343,192,335,527
+15512,2012-10-13,4,1,10,12,0,6,0,1,0.44,0.4394,0.35,0,202,371,573
+15513,2012-10-13,4,1,10,13,0,6,0,1,0.46,0.4545,0.36,0.194,235,435,670
+15514,2012-10-13,4,1,10,14,0,6,0,1,0.48,0.4697,0.33,0.194,243,354,597
+15515,2012-10-13,4,1,10,15,0,6,0,1,0.5,0.4848,0.36,0.194,251,364,615
+15516,2012-10-13,4,1,10,16,0,6,0,1,0.5,0.4848,0.31,0.194,294,343,637
+15517,2012-10-13,4,1,10,17,0,6,0,1,0.46,0.4545,0.38,0.1642,193,335,528
+15518,2012-10-13,4,1,10,18,0,6,0,1,0.46,0.4545,0.44,0.1343,174,299,473
+15519,2012-10-13,4,1,10,19,0,6,0,1,0.44,0.4394,0.44,0.1642,73,259,332
+15520,2012-10-13,4,1,10,20,0,6,0,1,0.4,0.4091,0.54,0.0896,57,198,255
+15521,2012-10-13,4,1,10,21,0,6,0,1,0.4,0.4091,0.58,0.194,47,157,204
+15522,2012-10-13,4,1,10,22,0,6,0,1,0.4,0.4091,0.62,0,33,156,189
+15523,2012-10-13,4,1,10,23,0,6,0,1,0.42,0.4242,0.58,0.2985,27,98,125
+15524,2012-10-14,4,1,10,0,0,0,0,1,0.4,0.4091,0.71,0.2537,8,103,111
+15525,2012-10-14,4,1,10,1,0,0,0,1,0.42,0.4242,0.77,0.2836,16,96,112
+15526,2012-10-14,4,1,10,2,0,0,0,1,0.4,0.4091,0.76,0.0896,8,58,66
+15527,2012-10-14,4,1,10,3,0,0,0,1,0.42,0.4242,0.77,0.2985,3,25,28
+15528,2012-10-14,4,1,10,4,0,0,0,1,0.42,0.4242,0.77,0.2836,2,10,12
+15529,2012-10-14,4,1,10,5,0,0,0,1,0.4,0.4091,0.82,0.194,5,6,11
+15530,2012-10-14,4,1,10,6,0,0,0,1,0.4,0.4091,0.82,0.1642,4,20,24
+15531,2012-10-14,4,1,10,7,0,0,0,1,0.42,0.4242,0.82,0.2239,7,44,51
+15532,2012-10-14,4,1,10,8,0,0,0,1,0.44,0.4394,0.77,0.194,28,104,132
+15533,2012-10-14,4,1,10,9,0,0,0,2,0.48,0.4697,0.67,0.2836,62,161,223
+15534,2012-10-14,4,1,10,10,0,0,0,1,0.54,0.5152,0.56,0.194,150,278,428
+15535,2012-10-14,4,1,10,11,0,0,0,1,0.56,0.5303,0.52,0.2985,156,338,494
+15536,2012-10-14,4,1,10,12,0,0,0,1,0.62,0.6212,0.46,0.3284,200,362,562
+15537,2012-10-14,4,1,10,13,0,0,0,1,0.64,0.6212,0.41,0.4478,218,401,619
+15538,2012-10-14,4,1,10,14,0,0,0,1,0.66,0.6212,0.39,0.4179,249,368,617
+15539,2012-10-14,4,1,10,15,0,0,0,1,0.66,0.6212,0.39,0.4179,213,355,568
+15540,2012-10-14,4,1,10,16,0,0,0,1,0.64,0.6212,0.41,0.2985,203,378,581
+15541,2012-10-14,4,1,10,17,0,0,0,1,0.64,0.6212,0.44,0.194,193,346,539
+15542,2012-10-14,4,1,10,18,0,0,0,1,0.58,0.5455,0.6,0.2537,134,319,453
+15543,2012-10-14,4,1,10,19,0,0,0,1,0.56,0.5303,0.64,0.2239,68,268,336
+15544,2012-10-14,4,1,10,20,0,0,0,1,0.54,0.5152,0.73,0.2239,48,198,246
+15545,2012-10-14,4,1,10,21,0,0,0,1,0.56,0.5303,0.73,0.4478,40,156,196
+15546,2012-10-14,4,1,10,22,0,0,0,1,0.56,0.5303,0.73,0.3881,38,87,125
+15547,2012-10-14,4,1,10,23,0,0,0,2,0.56,0.5303,0.68,0.2836,27,78,105
+15548,2012-10-15,4,1,10,0,0,1,1,2,0.56,0.5303,0.73,0.2537,17,31,48
+15549,2012-10-15,4,1,10,1,0,1,1,2,0.58,0.5455,0.64,0.3881,5,24,29
+15550,2012-10-15,4,1,10,2,0,1,1,2,0.58,0.5455,0.64,0.3582,1,5,6
+15551,2012-10-15,4,1,10,3,0,1,1,2,0.56,0.5303,0.73,0.2537,2,2,4
+15552,2012-10-15,4,1,10,4,0,1,1,2,0.56,0.5303,0.68,0.2239,1,9,10
+15553,2012-10-15,4,1,10,5,0,1,1,2,0.56,0.5303,0.73,0.2836,2,38,40
+15554,2012-10-15,4,1,10,6,0,1,1,2,0.56,0.5303,0.73,0.2985,6,141,147
+15555,2012-10-15,4,1,10,7,0,1,1,2,0.58,0.5455,0.68,0.3284,15,461,476
+15556,2012-10-15,4,1,10,8,0,1,1,2,0.6,0.6061,0.64,0.3881,24,713,737
+15557,2012-10-15,4,1,10,9,0,1,1,3,0.6,0.5909,0.69,0.3881,31,328,359
+15558,2012-10-15,4,1,10,10,0,1,1,2,0.6,0.5909,0.73,0.3881,43,125,168
+15559,2012-10-15,4,1,10,11,0,1,1,2,0.6,0.5909,0.73,0.3881,88,175,263
+15560,2012-10-15,4,1,10,12,0,1,1,3,0.6,0.5758,0.78,0.3284,73,211,284
+15561,2012-10-15,4,1,10,13,0,1,1,2,0.56,0.5303,0.88,0.2239,37,109,146
+15562,2012-10-15,4,1,10,14,0,1,1,2,0.6,0.5758,0.78,0.2836,57,128,185
+15563,2012-10-15,4,1,10,15,0,1,1,1,0.6,0.5758,0.78,0.3284,70,190,260
+15564,2012-10-15,4,1,10,16,0,1,1,1,0.56,0.5303,0.64,0.2985,76,371,447
+15565,2012-10-15,4,1,10,17,0,1,1,1,0.56,0.5303,0.64,0.2537,96,670,766
+15566,2012-10-15,4,1,10,18,0,1,1,3,0.54,0.5152,0.77,0.1343,52,540,592
+15567,2012-10-15,4,1,10,19,0,1,1,3,0.52,0.5,0.83,0.0896,12,227,239
+15568,2012-10-15,4,1,10,20,0,1,1,2,0.52,0.5,0.72,0.3881,19,237,256
+15569,2012-10-15,4,1,10,21,0,1,1,1,0.52,0.5,0.59,0.3284,16,190,206
+15570,2012-10-15,4,1,10,22,0,1,1,1,0.5,0.4848,0.59,0.2836,8,118,126
+15571,2012-10-15,4,1,10,23,0,1,1,1,0.46,0.4545,0.63,0.2239,9,72,81
+15572,2012-10-16,4,1,10,0,0,2,1,1,0.46,0.4545,0.63,0.3881,3,45,48
+15573,2012-10-16,4,1,10,1,0,2,1,1,0.44,0.4394,0.67,0.194,4,9,13
+15574,2012-10-16,4,1,10,2,0,2,1,1,0.44,0.4394,0.67,0.1343,2,1,3
+15575,2012-10-16,4,1,10,3,0,2,1,1,0.42,0.4242,0.67,0.1045,0,2,2
+15576,2012-10-16,4,1,10,4,0,2,1,1,0.42,0.4242,0.67,0.1642,0,7,7
+15577,2012-10-16,4,1,10,5,0,2,1,1,0.42,0.4242,0.67,0.2537,5,47,52
+15578,2012-10-16,4,1,10,6,0,2,1,1,0.42,0.4242,0.67,0.1642,4,168,172
+15579,2012-10-16,4,1,10,7,0,2,1,1,0.42,0.4242,0.67,0.0896,20,505,525
+15580,2012-10-16,4,1,10,8,0,2,1,1,0.44,0.4394,0.62,0,35,800,835
+15581,2012-10-16,4,1,10,9,0,2,1,1,0.48,0.4697,0.55,0.2537,32,323,355
+15582,2012-10-16,4,1,10,10,0,2,1,1,0.5,0.4848,0.48,0.2836,65,157,222
+15583,2012-10-16,4,1,10,11,0,2,1,1,0.5,0.4848,0.45,0.4179,56,172,228
+15584,2012-10-16,4,1,10,12,0,2,1,2,0.52,0.5,0.45,0.3284,69,256,325
+15585,2012-10-16,4,1,10,13,0,2,1,1,0.52,0.5,0.45,0.2836,68,260,328
+15586,2012-10-16,4,1,10,14,0,2,1,1,0.54,0.5152,0.39,0.2537,94,214,308
+15587,2012-10-16,4,1,10,15,0,2,1,1,0.54,0.5152,0.41,0.3284,76,270,346
+15588,2012-10-16,4,1,10,16,0,2,1,1,0.54,0.5152,0.39,0.2836,79,367,446
+15589,2012-10-16,4,1,10,17,0,2,1,1,0.52,0.5,0.39,0.194,104,839,943
+15590,2012-10-16,4,1,10,18,0,2,1,1,0.5,0.4848,0.42,0.1642,71,767,838
+15591,2012-10-16,4,1,10,19,0,2,1,1,0.48,0.4697,0.48,0,40,491,531
+15592,2012-10-16,4,1,10,20,0,2,1,1,0.46,0.4545,0.55,0,35,397,432
+15593,2012-10-16,4,1,10,21,0,2,1,1,0.46,0.4545,0.63,0,19,176,195
+15594,2012-10-16,4,1,10,22,0,2,1,1,0.4,0.4091,0.71,0.0896,18,163,181
+15595,2012-10-16,4,1,10,23,0,2,1,1,0.4,0.4091,0.71,0,23,176,199
+15596,2012-10-17,4,1,10,0,0,3,1,1,0.38,0.3939,0.76,0,1,48,49
+15597,2012-10-17,4,1,10,1,0,3,1,1,0.38,0.3939,0.76,0,3,14,17
+15598,2012-10-17,4,1,10,2,0,3,1,1,0.38,0.3939,0.76,0,4,12,16
+15599,2012-10-17,4,1,10,3,0,3,1,1,0.36,0.3788,0.87,0,0,7,7
+15600,2012-10-17,4,1,10,4,0,3,1,1,0.36,0.3636,0.81,0.0896,0,4,4
+15601,2012-10-17,4,1,10,5,0,3,1,2,0.36,0.3788,0.81,0,2,39,41
+15602,2012-10-17,4,1,10,6,0,3,1,1,0.38,0.3939,0.82,0,7,171,178
+15603,2012-10-17,4,1,10,7,0,3,1,1,0.36,0.3636,0.81,0.1045,15,449,464
+15604,2012-10-17,4,1,10,8,0,3,1,2,0.4,0.4091,0.76,0,38,779,817
+15605,2012-10-17,4,1,10,9,0,3,1,2,0.42,0.4242,0.77,0,38,344,382
+15606,2012-10-17,4,1,10,10,0,3,1,2,0.46,0.4545,0.67,0,60,168,228
+15607,2012-10-17,4,1,10,11,0,3,1,2,0.5,0.4848,0.51,0.0896,78,156,234
+15608,2012-10-17,4,1,10,12,0,3,1,2,0.52,0.5,0.48,0.1642,71,261,332
+15609,2012-10-17,4,1,10,13,0,3,1,2,0.54,0.5152,0.49,0.1343,73,237,310
+15610,2012-10-17,4,1,10,14,0,3,1,2,0.56,0.5303,0.43,0.1642,82,188,270
+15611,2012-10-17,4,1,10,15,0,3,1,2,0.58,0.5455,0.43,0.2239,62,239,301
+15612,2012-10-17,4,1,10,16,0,3,1,1,0.56,0.5303,0.52,0.194,70,396,466
+15613,2012-10-17,4,1,10,17,0,3,1,1,0.54,0.5152,0.56,0.1045,122,766,888
+15614,2012-10-17,4,1,10,18,0,3,1,1,0.52,0.5,0.59,0.1642,90,794,884
+15615,2012-10-17,4,1,10,19,0,3,1,1,0.5,0.4848,0.72,0.194,49,467,516
+15616,2012-10-17,4,1,10,20,0,3,1,1,0.5,0.4848,0.72,0.1343,54,360,414
+15617,2012-10-17,4,1,10,21,0,3,1,1,0.46,0.4545,0.82,0.194,28,301,329
+15618,2012-10-17,4,1,10,22,0,3,1,1,0.46,0.4545,0.88,0.2537,17,198,215
+15619,2012-10-17,4,1,10,23,0,3,1,1,0.46,0.4545,0.88,0.2239,15,84,99
+15620,2012-10-18,4,1,10,0,0,4,1,1,0.46,0.4545,0.88,0.194,4,53,57
+15621,2012-10-18,4,1,10,1,0,4,1,1,0.46,0.4545,0.82,0.2239,0,14,14
+15622,2012-10-18,4,1,10,2,0,4,1,1,0.46,0.4545,0.82,0.194,1,13,14
+15623,2012-10-18,4,1,10,3,0,4,1,1,0.44,0.4394,0.88,0.2239,0,5,5
+15624,2012-10-18,4,1,10,4,0,4,1,1,0.44,0.4394,0.88,0.2239,0,5,5
+15625,2012-10-18,4,1,10,5,0,4,1,1,0.44,0.4394,0.82,0.2239,1,41,42
+15626,2012-10-18,4,1,10,6,0,4,1,1,0.44,0.4394,0.88,0.2985,3,150,153
+15627,2012-10-18,4,1,10,7,0,4,1,1,0.44,0.4394,0.88,0.2537,20,488,508
+15628,2012-10-18,4,1,10,8,0,4,1,1,0.46,0.4545,0.82,0.2537,31,803,834
+15629,2012-10-18,4,1,10,9,0,4,1,2,0.5,0.4848,0.77,0.1642,41,346,387
+15630,2012-10-18,4,1,10,10,0,4,1,2,0.52,0.5,0.68,0.2239,60,158,218
+15631,2012-10-18,4,1,10,11,0,4,1,2,0.56,0.5303,0.56,0.2239,79,189,268
+15632,2012-10-18,4,1,10,12,0,4,1,2,0.6,0.6212,0.53,0.2537,93,284,377
+15633,2012-10-18,4,1,10,13,0,4,1,1,0.62,0.6212,0.53,0.3582,96,236,332
+15634,2012-10-18,4,1,10,14,0,4,1,2,0.62,0.6212,0.5,0.2985,94,191,285
+15635,2012-10-18,4,1,10,15,0,4,1,2,0.6,0.6061,0.6,0.194,69,284,353
+15636,2012-10-18,4,1,10,16,0,4,1,1,0.6,0.6212,0.56,0.2836,94,356,450
+15637,2012-10-18,4,1,10,17,0,4,1,2,0.58,0.5455,0.64,0.3284,102,788,890
+15638,2012-10-18,4,1,10,18,0,4,1,2,0.56,0.5303,0.64,0.3284,68,720,788
+15639,2012-10-18,4,1,10,19,0,4,1,2,0.56,0.5303,0.68,0.2985,42,471,513
+15640,2012-10-18,4,1,10,20,0,4,1,2,0.56,0.5303,0.68,0.2537,39,348,387
+15641,2012-10-18,4,1,10,21,0,4,1,2,0.54,0.5152,0.77,0.194,38,245,283
+15642,2012-10-18,4,1,10,22,0,4,1,2,0.54,0.5152,0.83,0.194,27,202,229
+15643,2012-10-18,4,1,10,23,0,4,1,2,0.54,0.5152,0.83,0,6,111,117
+15644,2012-10-19,4,1,10,0,0,5,1,2,0.56,0.5303,0.83,0.1045,5,51,56
+15645,2012-10-19,4,1,10,1,0,5,1,3,0.54,0.5152,0.88,0,4,12,16
+15646,2012-10-19,4,1,10,2,0,5,1,2,0.54,0.5152,0.88,0,1,9,10
+15647,2012-10-19,4,1,10,3,0,5,1,2,0.56,0.5303,0.83,0,0,5,5
+15648,2012-10-19,4,1,10,4,0,5,1,2,0.56,0.5303,0.83,0,1,5,6
+15649,2012-10-19,4,1,10,5,0,5,1,2,0.54,0.5152,0.88,0,1,35,36
+15650,2012-10-19,4,1,10,6,0,5,1,3,0.54,0.5152,0.94,0.1642,5,126,131
+15651,2012-10-19,4,1,10,7,0,5,1,3,0.54,0.5152,0.94,0,5,149,154
+15652,2012-10-19,4,1,10,8,0,5,1,2,0.54,0.5152,0.94,0.1045,20,447,467
+15653,2012-10-19,4,1,10,9,0,5,1,2,0.54,0.5152,0.94,0.1045,26,363,389
+15654,2012-10-19,4,1,10,10,0,5,1,2,0.58,0.5455,0.88,0.194,26,198,224
+15655,2012-10-19,4,1,10,11,0,5,1,1,0.6,0.5606,0.83,0.194,41,211,252
+15656,2012-10-19,4,1,10,12,0,5,1,1,0.64,0.6061,0.69,0.2239,74,258,332
+15657,2012-10-19,4,1,10,13,0,5,1,1,0.62,0.5909,0.73,0.2239,87,288,375
+15658,2012-10-19,4,1,10,14,0,5,1,1,0.66,0.6212,0.61,0.2537,88,277,365
+15659,2012-10-19,4,1,10,15,0,5,1,1,0.64,0.6061,0.65,0.2985,93,302,395
+15660,2012-10-19,4,1,10,16,0,5,1,3,0.62,0.6061,0.69,0.3582,131,434,565
+15661,2012-10-19,4,1,10,17,0,5,1,3,0.62,0.6061,0.69,0.3582,48,377,425
+15662,2012-10-19,4,1,10,18,0,5,1,1,0.56,0.5303,0.83,0.1045,21,212,233
+15663,2012-10-19,4,1,10,19,0,5,1,1,0.54,0.5152,0.88,0.1642,19,213,232
+15664,2012-10-19,4,1,10,20,0,5,1,1,0.52,0.5,0.77,0.194,13,216,229
+15665,2012-10-19,4,1,10,21,0,5,1,1,0.5,0.4848,0.77,0,17,189,206
+15666,2012-10-19,4,1,10,22,0,5,1,1,0.5,0.4848,0.77,0.0896,14,176,190
+15667,2012-10-19,4,1,10,23,0,5,1,1,0.46,0.4545,0.88,0.1045,13,118,131
+15668,2012-10-20,4,1,10,0,0,6,0,1,0.46,0.4545,0.82,0.1343,13,110,123
+15669,2012-10-20,4,1,10,1,0,6,0,1,0.46,0.4545,0.72,0.1343,2,93,95
+15670,2012-10-20,4,1,10,2,0,6,0,1,0.44,0.4394,0.77,0.1045,9,69,78
+15671,2012-10-20,4,1,10,3,0,6,0,1,0.42,0.4242,0.77,0.1343,2,27,29
+15672,2012-10-20,4,1,10,4,0,6,0,1,0.44,0.4394,0.72,0,9,9,18
+15673,2012-10-20,4,1,10,5,0,6,0,1,0.4,0.4091,0.82,0,6,7,13
+15674,2012-10-20,4,1,10,6,0,6,0,1,0.42,0.4242,0.71,0,5,26,31
+15675,2012-10-20,4,1,10,7,0,6,0,1,0.4,0.4091,0.82,0,6,59,65
+15676,2012-10-20,4,1,10,8,0,6,0,1,0.46,0.4545,0.67,0.1343,29,164,193
+15677,2012-10-20,4,1,10,9,0,6,0,1,0.5,0.4848,0.59,0.1343,106,257,363
+15678,2012-10-20,4,1,10,10,0,6,0,1,0.52,0.5,0.52,0.1343,111,312,423
+15679,2012-10-20,4,1,10,11,0,6,0,1,0.54,0.5152,0.52,0.2239,204,408,612
+15680,2012-10-20,4,1,10,12,0,6,0,1,0.56,0.5303,0.46,0.1045,267,436,703
+15681,2012-10-20,4,1,10,13,0,6,0,1,0.56,0.5303,0.43,0.1642,273,441,714
+15682,2012-10-20,4,1,10,14,0,6,0,1,0.56,0.5303,0.4,0,335,376,711
+15683,2012-10-20,4,1,10,15,0,6,0,1,0.56,0.5303,0.43,0,308,403,711
+15684,2012-10-20,4,1,10,16,0,6,0,1,0.54,0.5152,0.42,0.2836,325,366,691
+15685,2012-10-20,4,1,10,17,0,6,0,1,0.54,0.5152,0.37,0.2239,347,384,731
+15686,2012-10-20,4,1,10,18,0,6,0,1,0.52,0.5,0.39,0.2239,165,356,521
+15687,2012-10-20,4,1,10,19,0,6,0,1,0.5,0.4848,0.45,0.1343,77,268,345
+15688,2012-10-20,4,1,10,20,0,6,0,1,0.5,0.4848,0.39,0.2239,61,198,259
+15689,2012-10-20,4,1,10,21,0,6,0,1,0.46,0.4545,0.47,0.2239,72,224,296
+15690,2012-10-20,4,1,10,22,0,6,0,1,0.44,0.4394,0.51,0.1045,47,155,202
+15691,2012-10-20,4,1,10,23,0,6,0,1,0.42,0.4242,0.58,0,27,136,163
+15692,2012-10-21,4,1,10,0,0,0,0,1,0.44,0.4394,0.54,0.1642,35,119,154
+15693,2012-10-21,4,1,10,1,0,0,0,1,0.42,0.4242,0.58,0.2239,20,97,117
+15694,2012-10-21,4,1,10,2,0,0,0,1,0.4,0.4091,0.62,0.1642,44,88,132
+15695,2012-10-21,4,1,10,3,0,0,0,1,0.38,0.3939,0.66,0.0896,12,29,41
+15696,2012-10-21,4,1,10,4,0,0,0,1,0.36,0.3485,0.71,0.1642,8,13,21
+15697,2012-10-21,4,1,10,5,0,0,0,1,0.38,0.3939,0.66,0.0896,6,4,10
+15698,2012-10-21,4,1,10,6,0,0,0,1,0.4,0.4091,0.62,0,8,18,26
+15699,2012-10-21,4,1,10,7,0,0,0,1,0.4,0.4091,0.62,0,13,43,56
+15700,2012-10-21,4,1,10,8,0,0,0,1,0.42,0.4242,0.67,0,39,104,143
+15701,2012-10-21,4,1,10,9,0,0,0,1,0.46,0.4545,0.55,0.1642,77,192,269
+15702,2012-10-21,4,1,10,10,0,0,0,1,0.5,0.4848,0.48,0.2985,167,276,443
+15703,2012-10-21,4,1,10,11,0,0,0,1,0.52,0.5,0.44,0.3284,191,356,547
+15704,2012-10-21,4,1,10,12,0,0,0,1,0.54,0.5152,0.39,0.3284,236,439,675
+15705,2012-10-21,4,1,10,13,0,0,0,1,0.56,0.5303,0.37,0.2537,243,383,626
+15706,2012-10-21,4,1,10,14,0,0,0,1,0.56,0.5303,0.35,0.194,235,405,640
+15707,2012-10-21,4,1,10,15,0,0,0,1,0.56,0.5303,0.35,0.3284,240,383,623
+15708,2012-10-21,4,1,10,16,0,0,0,1,0.54,0.5152,0.37,0.2239,182,409,591
+15709,2012-10-21,4,1,10,17,0,0,0,1,0.52,0.5,0.39,0.2537,153,338,491
+15710,2012-10-21,4,1,10,18,0,0,0,1,0.52,0.5,0.39,0.194,71,342,413
+15711,2012-10-21,4,1,10,19,0,0,0,1,0.5,0.4848,0.42,0.1642,50,216,266
+15712,2012-10-21,4,1,10,20,0,0,0,1,0.48,0.4697,0.44,0.194,35,160,195
+15713,2012-10-21,4,1,10,21,0,0,0,1,0.42,0.4242,0.54,0.1642,42,124,166
+15714,2012-10-21,4,1,10,22,0,0,0,1,0.42,0.4242,0.54,0,18,95,113
+15715,2012-10-21,4,1,10,23,0,0,0,1,0.44,0.4394,0.54,0,7,59,66
+15716,2012-10-22,4,1,10,0,0,1,1,1,0.4,0.4091,0.62,0,3,28,31
+15717,2012-10-22,4,1,10,1,0,1,1,1,0.4,0.4091,0.71,0,0,11,11
+15718,2012-10-22,4,1,10,2,0,1,1,1,0.38,0.3939,0.71,0,1,4,5
+15719,2012-10-22,4,1,10,3,0,1,1,1,0.4,0.4091,0.62,0,1,5,6
+15720,2012-10-22,4,1,10,4,0,1,1,1,0.38,0.3939,0.66,0,1,6,7
+15721,2012-10-22,4,1,10,5,0,1,1,1,0.38,0.3939,0.76,0.0896,2,44,46
+15722,2012-10-22,4,1,10,6,0,1,1,1,0.36,0.3636,0.76,0.0896,4,140,144
+15723,2012-10-22,4,1,10,7,0,1,1,1,0.38,0.3939,0.66,0.0896,15,437,452
+15724,2012-10-22,4,1,10,8,0,1,1,1,0.44,0.4394,0.67,0,32,696,728
+15725,2012-10-22,4,1,10,9,0,1,1,1,0.46,0.4545,0.63,0.0896,25,335,360
+15726,2012-10-22,4,1,10,10,0,1,1,1,0.5,0.4848,0.55,0,51,161,212
+15727,2012-10-22,4,1,10,11,0,1,1,1,0.56,0.5303,0.37,0.1642,63,148,211
+15728,2012-10-22,4,1,10,12,0,1,1,1,0.58,0.5455,0.35,0,52,231,283
+15729,2012-10-22,4,1,10,13,0,1,1,1,0.62,0.6212,0.29,0.1642,88,227,315
+15730,2012-10-22,4,1,10,14,0,1,1,1,0.62,0.6061,0.27,0.194,73,209,282
+15731,2012-10-22,4,1,10,15,0,1,1,1,0.64,0.6212,0.29,0.1642,74,222,296
+15732,2012-10-22,4,1,10,16,0,1,1,1,0.62,0.6212,0.33,0.1642,80,444,524
+15733,2012-10-22,4,1,10,17,0,1,1,1,0.62,0.6212,0.33,0.1045,84,838,922
+15734,2012-10-22,4,1,10,18,0,1,1,1,0.54,0.5152,0.64,0.1045,60,726,786
+15735,2012-10-22,4,1,10,19,0,1,1,1,0.52,0.5,0.52,0.1045,36,478,514
+15736,2012-10-22,4,1,10,20,0,1,1,1,0.5,0.4848,0.59,0.1045,21,382,403
+15737,2012-10-22,4,1,10,21,0,1,1,1,0.48,0.4697,0.67,0.0896,19,155,174
+15738,2012-10-22,4,1,10,22,0,1,1,1,0.46,0.4545,0.82,0.1343,25,158,183
+15739,2012-10-22,4,1,10,23,0,1,1,1,0.46,0.4545,0.82,0.1045,20,143,163
+15740,2012-10-23,4,1,10,0,0,2,1,1,0.46,0.4545,0.88,0.1642,5,32,37
+15741,2012-10-23,4,1,10,1,0,2,1,1,0.46,0.4545,0.77,0.1642,1,16,17
+15742,2012-10-23,4,1,10,2,0,2,1,1,0.44,0.4394,0.88,0.1343,1,6,7
+15743,2012-10-23,4,1,10,3,0,2,1,1,0.44,0.4394,0.77,0.1343,0,1,1
+15744,2012-10-23,4,1,10,4,0,2,1,1,0.42,0.4242,0.77,0.1045,1,6,7
+15745,2012-10-23,4,1,10,5,0,2,1,1,0.44,0.4394,0.77,0.0896,1,49,50
+15746,2012-10-23,4,1,10,6,0,2,1,1,0.4,0.4091,0.82,0.0896,6,152,158
+15747,2012-10-23,4,1,10,7,0,2,1,2,0.44,0.4394,0.77,0.1045,12,519,531
+15748,2012-10-23,4,1,10,8,0,2,1,2,0.46,0.4545,0.72,0.0896,28,733,761
+15749,2012-10-23,4,1,10,9,0,2,1,2,0.5,0.4848,0.72,0.1045,29,305,334
+15750,2012-10-23,4,1,10,10,0,2,1,1,0.54,0.5152,0.6,0,50,171,221
+15751,2012-10-23,4,1,10,11,0,2,1,1,0.6,0.6212,0.53,0,52,201,253
+15752,2012-10-23,4,1,10,12,0,2,1,2,0.62,0.6212,0.46,0.0896,80,298,378
+15753,2012-10-23,4,1,10,13,0,2,1,2,0.64,0.6212,0.44,0,59,244,303
+15754,2012-10-23,4,1,10,14,0,2,1,1,0.68,0.6364,0.41,0.1642,67,229,296
+15755,2012-10-23,4,1,10,15,0,2,1,1,0.68,0.6364,0.41,0.2239,76,270,346
+15756,2012-10-23,4,1,10,16,0,2,1,1,0.68,0.6364,0.44,0.0896,108,433,541
+15757,2012-10-23,4,1,10,17,0,2,1,1,0.68,0.6364,0.41,0,67,871,938
+15758,2012-10-23,4,1,10,18,0,2,1,1,0.62,0.6212,0.53,0.0896,64,762,826
+15759,2012-10-23,4,1,10,19,0,2,1,1,0.62,0.6212,0.57,0.0896,25,457,482
+15760,2012-10-23,4,1,10,20,0,2,1,1,0.58,0.5455,0.64,0.1343,45,334,379
+15761,2012-10-23,4,1,10,21,0,2,1,1,0.56,0.5303,0.68,0,35,260,295
+15762,2012-10-23,4,1,10,22,0,2,1,1,0.56,0.5303,0.68,0.1045,20,174,194
+15763,2012-10-23,4,1,10,23,0,2,1,1,0.54,0.5152,0.73,0.1045,9,102,111
+15764,2012-10-24,4,1,10,0,0,3,1,1,0.54,0.5152,0.73,0.0896,7,39,46
+15765,2012-10-24,4,1,10,1,0,3,1,1,0.54,0.5152,0.68,0,4,23,27
+15766,2012-10-24,4,1,10,2,0,3,1,1,0.54,0.5152,0.68,0,0,6,6
+15767,2012-10-24,4,1,10,3,0,3,1,1,0.5,0.4848,0.77,0.0896,0,4,4
+15768,2012-10-24,4,1,10,4,0,3,1,1,0.5,0.4848,0.77,0.0896,1,5,6
+15769,2012-10-24,4,1,10,5,0,3,1,1,0.5,0.4848,0.82,0,1,52,53
+15770,2012-10-24,4,1,10,6,0,3,1,1,0.48,0.4697,0.82,0.1045,11,162,173
+15771,2012-10-24,4,1,10,7,0,3,1,1,0.5,0.4848,0.88,0.0896,20,506,526
+15772,2012-10-24,4,1,10,8,0,3,1,2,0.52,0.5,0.83,0.1045,24,777,801
+15773,2012-10-24,4,1,10,9,0,3,1,2,0.52,0.5,0.77,0.0896,24,349,373
+15774,2012-10-24,4,1,10,10,0,3,1,2,0.54,0.5152,0.73,0,29,142,171
+15775,2012-10-24,4,1,10,11,0,3,1,1,0.58,0.5455,0.64,0,47,189,236
+15776,2012-10-24,4,1,10,12,0,3,1,1,0.62,0.6061,0.61,0.0896,48,268,316
+15777,2012-10-24,4,1,10,13,0,3,1,1,0.66,0.6212,0.54,0,65,241,306
+15778,2012-10-24,4,1,10,14,0,3,1,1,0.74,0.6515,0.3,0.2537,64,237,301
+15779,2012-10-24,4,1,10,15,0,3,1,1,0.7,0.6364,0.39,0.1045,63,245,308
+15780,2012-10-24,4,1,10,16,0,3,1,1,0.74,0.6515,0.33,0.1343,67,465,532
+15781,2012-10-24,4,1,10,17,0,3,1,1,0.66,0.6212,0.47,0,87,876,963
+15782,2012-10-24,4,1,10,18,0,3,1,1,0.66,0.6212,0.44,0,63,795,858
+15783,2012-10-24,4,1,10,19,0,3,1,2,0.64,0.6212,0.53,0.0896,50,522,572
+15784,2012-10-24,4,1,10,20,0,3,1,2,0.62,0.6061,0.61,0.0896,45,396,441
+15785,2012-10-24,4,1,10,21,0,3,1,2,0.62,0.6061,0.61,0.1045,33,280,313
+15786,2012-10-24,4,1,10,22,0,3,1,2,0.6,0.6061,0.64,0.1343,30,208,238
+15787,2012-10-24,4,1,10,23,0,3,1,2,0.58,0.5455,0.68,0.0896,12,111,123
+15788,2012-10-25,4,1,10,0,0,4,1,2,0.6,0.6061,0.64,0.1045,19,57,76
+15789,2012-10-25,4,1,10,1,0,4,1,1,0.58,0.5455,0.68,0,6,22,28
+15790,2012-10-25,4,1,10,2,0,4,1,1,0.54,0.5152,0.77,0,3,15,18
+15791,2012-10-25,4,1,10,3,0,4,1,2,0.52,0.5,0.88,0.1343,0,8,8
+15792,2012-10-25,4,1,10,4,0,4,1,2,0.52,0.5,0.88,0.1045,1,4,5
+15793,2012-10-25,4,1,10,5,0,4,1,2,0.52,0.5,0.88,0.1642,2,53,55
+15794,2012-10-25,4,1,10,6,0,4,1,2,0.52,0.5,0.88,0.194,3,168,171
+15795,2012-10-25,4,1,10,7,0,4,1,2,0.52,0.5,0.88,0.194,18,477,495
+15796,2012-10-25,4,1,10,8,0,4,1,2,0.52,0.5,0.83,0.1642,33,746,779
+15797,2012-10-25,4,1,10,9,0,4,1,2,0.52,0.5,0.83,0.194,23,320,343
+15798,2012-10-25,4,1,10,10,0,4,1,2,0.54,0.5152,0.83,0.1343,53,172,225
+15799,2012-10-25,4,1,10,11,0,4,1,2,0.54,0.5152,0.83,0.1045,57,181,238
+15800,2012-10-25,4,1,10,12,0,4,1,2,0.56,0.5303,0.78,0.1045,61,258,319
+15801,2012-10-25,4,1,10,13,0,4,1,2,0.56,0.5303,0.78,0,49,264,313
+15802,2012-10-25,4,1,10,14,0,4,1,1,0.6,0.5909,0.73,0.1343,71,214,285
+15803,2012-10-25,4,1,10,15,0,4,1,1,0.62,0.6061,0.65,0.1343,63,242,305
+15804,2012-10-25,4,1,10,16,0,4,1,1,0.6,0.5909,0.69,0.1642,92,407,499
+15805,2012-10-25,4,1,10,17,0,4,1,1,0.6,0.5909,0.69,0.1642,112,774,886
+15806,2012-10-25,4,1,10,18,0,4,1,1,0.56,0.5303,0.83,0.1045,77,732,809
+15807,2012-10-25,4,1,10,19,0,4,1,1,0.54,0.5152,0.83,0.194,45,497,542
+15808,2012-10-25,4,1,10,20,0,4,1,2,0.52,0.5,0.88,0.1343,28,319,347
+15809,2012-10-25,4,1,10,21,0,4,1,2,0.52,0.5,0.88,0.1343,24,247,271
+15810,2012-10-25,4,1,10,22,0,4,1,2,0.54,0.5152,0.83,0.0896,22,185,207
+15811,2012-10-25,4,1,10,23,0,4,1,2,0.54,0.5152,0.83,0.1343,13,122,135
+15812,2012-10-26,4,1,10,0,0,5,1,2,0.54,0.5152,0.77,0,6,65,71
+15813,2012-10-26,4,1,10,1,0,5,1,2,0.52,0.5,0.88,0.0896,4,32,36
+15814,2012-10-26,4,1,10,2,0,5,1,2,0.52,0.5,0.88,0.1045,4,15,19
+15815,2012-10-26,4,1,10,3,0,5,1,2,0.52,0.5,0.88,0.1642,5,8,13
+15816,2012-10-26,4,1,10,4,0,5,1,2,0.52,0.5,0.88,0.1642,1,4,5
+15817,2012-10-26,4,1,10,5,0,5,1,2,0.52,0.5,0.88,0.1045,3,47,50
+15818,2012-10-26,4,1,10,6,0,5,1,2,0.52,0.5,0.88,0.0896,2,142,144
+15819,2012-10-26,4,1,10,7,0,5,1,2,0.52,0.5,0.88,0.1045,13,408,421
+15820,2012-10-26,4,1,10,8,0,5,1,2,0.54,0.5152,0.88,0.1343,20,714,734
+15821,2012-10-26,4,1,10,9,0,5,1,2,0.54,0.5152,0.88,0.1343,56,347,403
+15822,2012-10-26,4,1,10,10,0,5,1,2,0.54,0.5152,0.88,0.1045,41,156,197
+15823,2012-10-26,4,1,10,11,0,5,1,2,0.56,0.5303,0.78,0.1642,68,222,290
+15824,2012-10-26,4,1,10,12,0,5,1,2,0.58,0.5455,0.73,0.194,90,302,392
+15825,2012-10-26,4,1,10,13,0,5,1,2,0.58,0.5455,0.68,0.1343,77,260,337
+15826,2012-10-26,4,1,10,14,0,5,1,2,0.6,0.6061,0.64,0.1343,99,252,351
+15827,2012-10-26,4,1,10,15,0,5,1,2,0.62,0.6061,0.61,0.1045,142,306,448
+15828,2012-10-26,4,1,10,16,0,5,1,2,0.58,0.5455,0.73,0.1642,137,445,582
+15829,2012-10-26,4,1,10,17,0,5,1,2,0.56,0.5303,0.76,0.194,125,692,817
+15830,2012-10-26,4,1,10,18,0,5,1,2,0.56,0.5303,0.78,0.1343,81,584,665
+15831,2012-10-26,4,1,10,19,0,5,1,2,0.54,0.5152,0.83,0.1642,72,399,471
+15832,2012-10-26,4,1,10,20,0,5,1,2,0.54,0.5152,0.83,0.1642,40,271,311
+15833,2012-10-26,4,1,10,21,0,5,1,2,0.54,0.5152,0.77,0.1343,40,252,292
+15834,2012-10-26,4,1,10,22,0,5,1,2,0.52,0.5,0.83,0.1343,37,180,217
+15835,2012-10-26,4,1,10,23,0,5,1,1,0.52,0.5,0.83,0.1642,19,159,178
+15836,2012-10-27,4,1,10,0,0,6,0,1,0.5,0.4848,0.88,0.1343,10,132,142
+15837,2012-10-27,4,1,10,1,0,6,0,2,0.5,0.4848,0.88,0.1343,23,123,146
+15838,2012-10-27,4,1,10,2,0,6,0,2,0.5,0.4848,0.88,0.194,19,71,90
+15839,2012-10-27,4,1,10,3,0,6,0,1,0.5,0.4848,0.88,0.1642,5,21,26
+15840,2012-10-27,4,1,10,4,0,6,0,2,0.5,0.4848,0.88,0.1642,1,12,13
+15841,2012-10-27,4,1,10,5,0,6,0,2,0.5,0.4848,0.82,0.194,2,7,9
+15842,2012-10-27,4,1,10,6,0,6,0,2,0.5,0.4848,0.82,0.194,2,29,31
+15843,2012-10-27,4,1,10,7,0,6,0,1,0.48,0.4697,0.83,0.194,7,79,86
+15844,2012-10-27,4,1,10,8,0,6,0,1,0.5,0.4848,0.77,0.2537,26,187,213
+15845,2012-10-27,4,1,10,9,0,6,0,1,0.5,0.4848,0.77,0.2537,88,240,328
+15846,2012-10-27,4,1,10,10,0,6,0,1,0.54,0.5152,0.73,0.2836,165,314,479
+15847,2012-10-27,4,1,10,11,0,6,0,1,0.56,0.5303,0.64,0.2836,197,388,585
+15848,2012-10-27,4,1,10,12,0,6,0,1,0.6,0.6212,0.53,0.2537,264,404,668
+15849,2012-10-27,4,1,10,13,0,6,0,1,0.6,0.6212,0.43,0.2537,310,450,760
+15850,2012-10-27,4,1,10,14,0,6,0,1,0.6,0.6212,0.46,0.2537,325,425,750
+15851,2012-10-27,4,1,10,15,0,6,0,2,0.56,0.5303,0.6,0.2836,310,401,711
+15852,2012-10-27,4,1,10,16,0,6,0,2,0.56,0.5303,0.64,0.2836,257,355,612
+15853,2012-10-27,4,1,10,17,0,6,0,2,0.56,0.5303,0.64,0.2836,248,370,618
+15854,2012-10-27,4,1,10,18,0,6,0,2,0.56,0.5303,0.64,0.2836,138,318,456
+15855,2012-10-27,4,1,10,19,0,6,0,2,0.52,0.5,0.72,0.2239,67,233,300
+15856,2012-10-27,4,1,10,20,0,6,0,2,0.52,0.5,0.72,0.2239,58,238,296
+15857,2012-10-27,4,1,10,21,0,6,0,2,0.52,0.5,0.72,0.2239,49,160,209
+15858,2012-10-27,4,1,10,22,0,6,0,2,0.52,0.5,0.72,0.2537,41,116,157
+15859,2012-10-27,4,1,10,23,0,6,0,2,0.52,0.5,0.68,0.3881,31,136,167
+15860,2012-10-28,4,1,10,0,0,0,0,3,0.52,0.5,0.68,0.2985,20,97,117
+15861,2012-10-28,4,1,10,1,0,0,0,2,0.5,0.4848,0.72,0.2836,22,111,133
+15862,2012-10-28,4,1,10,2,0,0,0,2,0.5,0.4848,0.68,0.2985,17,99,116
+15863,2012-10-28,4,1,10,3,0,0,0,2,0.5,0.4848,0.63,0.3284,18,61,79
+15864,2012-10-28,4,1,10,4,0,0,0,2,0.5,0.4848,0.63,0.3582,1,19,20
+15865,2012-10-28,4,1,10,5,0,0,0,2,0.5,0.4848,0.63,0.2985,6,22,28
+15866,2012-10-28,4,1,10,6,0,0,0,2,0.5,0.4848,0.59,0.3284,7,32,39
+15867,2012-10-28,4,1,10,7,0,0,0,2,0.5,0.4848,0.59,0.2985,17,48,65
+15868,2012-10-28,4,1,10,8,0,0,0,2,0.5,0.4848,0.59,0.5522,55,118,173
+15869,2012-10-28,4,1,10,9,0,0,0,2,0.5,0.4848,0.55,0.4179,124,206,330
+15870,2012-10-28,4,1,10,10,0,0,0,2,0.48,0.4697,0.51,0.4179,120,314,434
+15871,2012-10-28,4,1,10,11,0,0,0,2,0.5,0.4848,0.51,0.3881,110,352,462
+15872,2012-10-28,4,1,10,12,0,0,0,2,0.48,0.4697,0.59,0.4925,118,373,491
+15873,2012-10-28,4,1,10,13,0,0,0,2,0.48,0.4697,0.59,0.4179,75,316,391
+15874,2012-10-28,4,1,10,14,0,0,0,2,0.5,0.4848,0.59,0.4478,98,304,402
+15875,2012-10-28,4,1,10,15,0,0,0,2,0.5,0.4848,0.63,0.4925,76,225,301
+15876,2012-10-28,4,1,10,16,0,0,0,3,0.48,0.4697,0.67,0.4627,42,251,293
+15877,2012-10-28,4,1,10,17,0,0,0,3,0.46,0.4545,0.77,0.5224,37,188,225
+15878,2012-10-28,4,1,10,18,0,0,0,3,0.42,0.4242,0.94,0.4925,18,136,154
+15879,2012-10-28,4,1,10,19,0,0,0,3,0.42,0.4242,0.94,0.3582,7,47,54
+15880,2012-10-28,4,1,10,20,0,0,0,3,0.42,0.4242,0.94,0.4627,4,51,55
+15881,2012-10-28,4,1,10,21,0,0,0,3,0.44,0.4394,0.88,0.4179,2,44,46
+15882,2012-10-28,4,1,10,22,0,0,0,3,0.44,0.4394,0.88,0.3582,2,35,37
+15883,2012-10-28,4,1,10,23,0,0,0,3,0.42,0.4242,0.94,0.3582,2,12,14
+15884,2012-10-29,4,1,10,0,0,1,1,3,0.44,0.4394,0.88,0.3582,2,20,22
+15885,2012-10-30,4,1,10,13,0,2,1,3,0.3,0.2727,0.81,0.3582,11,105,116
+15886,2012-10-30,4,1,10,14,0,2,1,3,0.3,0.2727,0.81,0.3582,8,118,126
+15887,2012-10-30,4,1,10,15,0,2,1,3,0.3,0.2879,0.87,0.2537,10,114,124
+15888,2012-10-30,4,1,10,16,0,2,1,3,0.3,0.2879,0.87,0.2537,15,83,98
+15889,2012-10-30,4,1,10,17,0,2,1,3,0.3,0.2879,0.87,0.2239,19,105,124
+15890,2012-10-30,4,1,10,18,0,2,1,3,0.3,0.303,0.87,0.1343,4,139,143
+15891,2012-10-30,4,1,10,19,0,2,1,2,0.5,0.4848,0.68,0.194,6,109,115
+15892,2012-10-30,4,1,10,20,0,2,1,2,0.3,0.2879,0.81,0.194,5,76,81
+15893,2012-10-30,4,1,10,21,0,2,1,2,0.3,0.3182,0.87,0.1045,4,60,64
+15894,2012-10-30,4,1,10,22,0,2,1,1,0.3,0.303,0.81,0.1343,2,64,66
+15895,2012-10-30,4,1,10,23,0,2,1,1,0.3,0.303,0.81,0.1343,3,36,39
+15896,2012-10-31,4,1,10,0,0,3,1,2,0.3,0.3182,0.81,0.1045,0,16,16
+15897,2012-10-31,4,1,10,1,0,3,1,2,0.3,0.3182,0.81,0.0896,0,8,8
+15898,2012-10-31,4,1,10,2,0,3,1,2,0.3,0.303,0.81,0.1343,0,7,7
+15899,2012-10-31,4,1,10,3,0,3,1,2,0.3,0.3182,0.81,0.1045,0,3,3
+15900,2012-10-31,4,1,10,4,0,3,1,2,0.3,0.2879,0.87,0.194,0,5,5
+15901,2012-10-31,4,1,10,5,0,3,1,2,0.3,0.303,0.81,0.1343,0,24,24
+15902,2012-10-31,4,1,10,6,0,3,1,1,0.3,0.303,0.81,0.1642,0,116,116
+15903,2012-10-31,4,1,10,7,0,3,1,2,0.3,0.303,0.87,0.1343,3,334,337
+15904,2012-10-31,4,1,10,8,0,3,1,1,0.32,0.3333,0.81,0.1343,6,615,621
+15905,2012-10-31,4,1,10,9,0,3,1,1,0.34,0.3333,0.76,0.1343,17,280,297
+15906,2012-10-31,4,1,10,10,0,3,1,1,0.36,0.3333,0.71,0.2836,21,147,168
+15907,2012-10-31,4,1,10,11,0,3,1,2,0.36,0.3485,0.66,0.2239,37,152,189
+15908,2012-10-31,4,1,10,12,0,3,1,1,0.4,0.4091,0.58,0.194,44,197,241
+15909,2012-10-31,4,1,10,13,0,3,1,1,0.42,0.4242,0.5,0.2239,22,191,213
+15910,2012-10-31,4,1,10,14,0,3,1,2,0.42,0.4242,0.5,0.2239,45,179,224
+15911,2012-10-31,4,1,10,15,0,3,1,1,0.42,0.4242,0.54,0.1642,33,197,230
+15912,2012-10-31,4,1,10,16,0,3,1,2,0.42,0.4242,0.54,0.2239,51,373,424
+15913,2012-10-31,4,1,10,17,0,3,1,2,0.4,0.4091,0.58,0.1642,39,684,723
+15914,2012-10-31,4,1,10,18,0,3,1,2,0.4,0.4091,0.58,0.1642,28,556,584
+15915,2012-10-31,4,1,10,19,0,3,1,2,0.4,0.4091,0.5,0.194,27,383,410
+15916,2012-10-31,4,1,10,20,0,3,1,2,0.4,0.4091,0.5,0.194,9,259,268
+15917,2012-10-31,4,1,10,21,0,3,1,2,0.4,0.4091,0.5,0.194,12,180,192
+15918,2012-10-31,4,1,10,22,0,3,1,1,0.36,0.3485,0.57,0.1343,18,147,165
+15919,2012-10-31,4,1,10,23,0,3,1,1,0.36,0.3636,0.57,0.0896,7,94,101
+15920,2012-11-01,4,1,11,0,0,4,1,1,0.36,0.3636,0.57,0.0896,8,52,60
+15921,2012-11-01,4,1,11,1,0,4,1,1,0.3,0.3182,0.75,0.1045,8,22,30
+15922,2012-11-01,4,1,11,2,0,4,1,1,0.32,0.3333,0.66,0.1343,10,10,20
+15923,2012-11-01,4,1,11,3,0,4,1,1,0.34,0.3333,0.61,0.1343,5,10,15
+15924,2012-11-01,4,1,11,4,0,4,1,2,0.34,0.3485,0.66,0.1045,2,8,10
+15925,2012-11-01,4,1,11,5,0,4,1,1,0.34,0.3333,0.66,0.1343,1,39,40
+15926,2012-11-01,4,1,11,6,0,4,1,1,0.34,0.3333,0.61,0.1642,2,146,148
+15927,2012-11-01,4,1,11,7,0,4,1,2,0.36,0.3485,0.57,0.1642,6,414,420
+15928,2012-11-01,4,1,11,8,0,4,1,2,0.36,0.3788,0.56,0.1045,12,668,680
+15929,2012-11-01,4,1,11,9,0,4,1,3,0.36,0.3636,0.57,0.1045,21,310,331
+15930,2012-11-01,4,1,11,10,0,4,1,3,0.36,0.3485,0.62,0.194,13,133,146
+15931,2012-11-01,4,1,11,11,0,4,1,3,0.36,0.3485,0.62,0.194,14,156,170
+15932,2012-11-01,4,1,11,12,0,4,1,3,0.38,0.3939,0.62,0.1642,23,198,221
+15933,2012-11-01,4,1,11,13,0,4,1,2,0.4,0.4091,0.58,0.1642,49,199,248
+15934,2012-11-01,4,1,11,14,0,4,1,2,0.4,0.4091,0.5,0.2239,31,154,185
+15935,2012-11-01,4,1,11,15,0,4,1,2,0.4,0.4091,0.54,0.1642,35,179,214
+15936,2012-11-01,4,1,11,16,0,4,1,2,0.4,0.4091,0.54,0.1642,31,313,344
+15937,2012-11-01,4,1,11,17,0,4,1,3,0.4,0.4091,0.5,0.2239,37,652,689
+15938,2012-11-01,4,1,11,18,0,4,1,2,0.4,0.4091,0.5,0.1642,50,628,678
+15939,2012-11-01,4,1,11,19,0,4,1,2,0.4,0.4091,0.5,0.1642,28,424,452
+15940,2012-11-01,4,1,11,20,0,4,1,2,0.38,0.3939,0.54,0.2537,16,280,296
+15941,2012-11-01,4,1,11,21,0,4,1,2,0.38,0.3939,0.54,0.1343,29,238,267
+15942,2012-11-01,4,1,11,22,0,4,1,1,0.36,0.3485,0.57,0.1642,27,175,202
+15943,2012-11-01,4,1,11,23,0,4,1,1,0.34,0.3333,0.57,0.1642,8,112,120
+15944,2012-11-02,4,1,11,0,0,5,1,1,0.34,0.3333,0.57,0.1642,10,40,50
+15945,2012-11-02,4,1,11,1,0,5,1,1,0.32,0.3182,0.66,0.1642,5,19,24
+15946,2012-11-02,4,1,11,2,0,5,1,1,0.32,0.3182,0.66,0.1642,3,7,10
+15947,2012-11-02,4,1,11,3,0,5,1,1,0.3,0.303,0.7,0.1642,0,3,3
+15948,2012-11-02,4,1,11,4,0,5,1,1,0.3,0.3182,0.7,0.1045,1,6,7
+15949,2012-11-02,4,1,11,5,0,5,1,2,0.32,0.3182,0.66,0.1642,1,25,26
+15950,2012-11-02,4,1,11,6,0,5,1,1,0.3,0.303,0.7,0.1642,2,120,122
+15951,2012-11-02,4,1,11,7,0,5,1,2,0.3,0.303,0.7,0.1343,8,349,357
+15952,2012-11-02,4,1,11,8,0,5,1,1,0.32,0.3333,0.57,0.1045,31,656,687
+15953,2012-11-02,4,1,11,9,0,5,1,1,0.34,0.3485,0.53,0.1045,27,355,382
+15954,2012-11-02,4,1,11,10,0,5,1,1,0.38,0.3939,0.46,0.2985,21,183,204
+15955,2012-11-02,4,1,11,11,0,5,1,1,0.42,0.4242,0.41,0.4179,42,179,221
+15956,2012-11-02,4,1,11,12,0,5,1,1,0.42,0.4242,0.41,0.3582,52,240,292
+15957,2012-11-02,4,1,11,13,0,5,1,1,0.4,0.4091,0.43,0.3582,64,230,294
+15958,2012-11-02,4,1,11,14,0,5,1,2,0.4,0.4091,0.4,0.4925,63,199,262
+15959,2012-11-02,4,1,11,15,0,5,1,2,0.4,0.4091,0.4,0.4179,51,255,306
+15960,2012-11-02,4,1,11,16,0,5,1,1,0.38,0.3939,0.4,0.3284,48,373,421
+15961,2012-11-02,4,1,11,17,0,5,1,1,0.38,0.3939,0.4,0.3284,57,581,638
+15962,2012-11-02,4,1,11,18,0,5,1,2,0.38,0.3939,0.43,0.3284,32,490,522
+15963,2012-11-02,4,1,11,19,0,5,1,2,0.38,0.3939,0.43,0.2985,38,336,374
+15964,2012-11-02,4,1,11,20,0,5,1,2,0.36,0.3333,0.46,0.4179,14,207,221
+15965,2012-11-02,4,1,11,21,0,5,1,2,0.36,0.3333,0.46,0.3582,23,133,156
+15966,2012-11-02,4,1,11,22,0,5,1,1,0.36,0.3333,0.46,0.2537,14,135,149
+15967,2012-11-02,4,1,11,23,0,5,1,1,0.34,0.303,0.53,0.2985,11,108,119
+15968,2012-11-03,4,1,11,0,0,6,0,1,0.34,0.3333,0.53,0.1642,9,99,108
+15969,2012-11-03,4,1,11,1,0,6,0,2,0.34,0.303,0.49,0.3284,6,83,89
+15970,2012-11-03,4,1,11,2,0,6,0,2,0.34,0.3182,0.49,0.2537,10,36,46
+15971,2012-11-03,4,1,11,3,0,6,0,2,0.34,0.3182,0.49,0.2537,6,22,28
+15972,2012-11-03,4,1,11,4,0,6,0,2,0.32,0.303,0.49,0.2985,8,8,16
+15973,2012-11-03,4,1,11,5,0,6,0,2,0.32,0.303,0.49,0.2537,1,8,9
+15974,2012-11-03,4,1,11,6,0,6,0,2,0.32,0.3182,0.49,0.194,4,17,21
+15975,2012-11-03,4,1,11,7,0,6,0,2,0.32,0.303,0.49,0.2537,1,58,59
+15976,2012-11-03,4,1,11,8,0,6,0,2,0.34,0.303,0.46,0.2985,10,132,142
+15977,2012-11-03,4,1,11,9,0,6,0,2,0.34,0.303,0.49,0.2985,31,188,219
+15978,2012-11-03,4,1,11,10,0,6,0,1,0.36,0.3333,0.46,0.3881,68,260,328
+15979,2012-11-03,4,1,11,11,0,6,0,2,0.36,0.3333,0.46,0.3881,56,284,340
+15980,2012-11-03,4,1,11,12,0,6,0,2,0.36,0.3182,0.46,0.4627,74,320,394
+15981,2012-11-03,4,1,11,13,0,6,0,2,0.36,0.3333,0.46,0.3582,110,339,449
+15982,2012-11-03,4,1,11,14,0,6,0,2,0.36,0.3333,0.5,0.3284,136,319,455
+15983,2012-11-03,4,1,11,15,0,6,0,2,0.36,0.3182,0.46,0.4478,117,331,448
+15984,2012-11-03,4,1,11,16,0,6,0,2,0.36,0.3333,0.46,0.3284,108,292,400
+15985,2012-11-03,4,1,11,17,0,6,0,2,0.36,0.3333,0.46,0.2985,112,298,410
+15986,2012-11-03,4,1,11,18,0,6,0,2,0.36,0.3333,0.46,0.2836,58,239,297
+15987,2012-11-03,4,1,11,19,0,6,0,1,0.36,0.3485,0.5,0.1642,22,217,239
+15988,2012-11-03,4,1,11,20,0,6,0,1,0.34,0.3333,0.53,0.1343,23,158,181
+15989,2012-11-03,4,1,11,21,0,6,0,1,0.34,0.3485,0.53,0.1045,31,135,166
+15990,2012-11-03,4,1,11,22,0,6,0,1,0.32,0.3333,0.57,0.1045,13,133,146
+15991,2012-11-03,4,1,11,23,0,6,0,1,0.32,0.3333,0.57,0.1045,15,133,148
+15992,2012-11-04,4,1,11,0,0,0,0,1,0.3,0.3182,0.61,0.1045,5,97,102
+15993,2012-11-04,4,1,11,1,0,0,0,1,0.26,0.2879,0.81,0.0896,26,139,165
+15994,2012-11-04,4,1,11,2,0,0,0,1,0.3,0.3333,0.65,0,6,31,37
+15995,2012-11-04,4,1,11,3,0,0,0,1,0.28,0.2879,0.61,0.1045,1,10,11
+15996,2012-11-04,4,1,11,4,0,0,0,1,0.26,0.2727,0.65,0.1343,2,7,9
+15997,2012-11-04,4,1,11,5,0,0,0,1,0.26,0.2727,0.65,0.1045,0,5,5
+15998,2012-11-04,4,1,11,6,0,0,0,1,0.28,0.2879,0.61,0.1343,2,14,16
+15999,2012-11-04,4,1,11,7,0,0,0,1,0.26,0.2727,0.65,0.1045,11,39,50
+16000,2012-11-04,4,1,11,8,0,0,0,1,0.3,0.303,0.56,0.1343,34,115,149
+16001,2012-11-04,4,1,11,9,0,0,0,1,0.32,0.3333,0.53,0,56,161,217
+16002,2012-11-04,4,1,11,10,0,0,0,1,0.34,0.3333,0.49,0.194,73,287,360
+16003,2012-11-04,4,1,11,11,0,0,0,1,0.38,0.3939,0.46,0.2239,134,311,445
+16004,2012-11-04,4,1,11,12,0,0,0,1,0.38,0.3939,0.46,0.2239,150,354,504
+16005,2012-11-04,4,1,11,13,0,0,0,1,0.4,0.4091,0.43,0.2239,122,371,493
+16006,2012-11-04,4,1,11,14,0,0,0,1,0.4,0.4091,0.4,0.194,149,360,509
+16007,2012-11-04,4,1,11,15,0,0,0,1,0.4,0.4091,0.4,0.2239,149,300,449
+16008,2012-11-04,4,1,11,16,0,0,0,1,0.4,0.4091,0.4,0.3284,119,316,435
+16009,2012-11-04,4,1,11,17,0,0,0,1,0.36,0.3485,0.43,0.194,57,270,327
+16010,2012-11-04,4,1,11,18,0,0,0,1,0.36,0.3485,0.43,0.2239,31,206,237
+16011,2012-11-04,4,1,11,19,0,0,0,1,0.36,0.3333,0.43,0.2537,24,203,227
+16012,2012-11-04,4,1,11,20,0,0,0,1,0.32,0.2879,0.53,0.3582,7,134,141
+16013,2012-11-04,4,1,11,21,0,0,0,1,0.3,0.2727,0.52,0.2985,16,71,87
+16014,2012-11-04,4,1,11,22,0,0,0,1,0.3,0.2879,0.52,0.2836,15,64,79
+16015,2012-11-04,4,1,11,23,0,0,0,2,0.3,0.303,0.56,0.1642,12,41,53
+16016,2012-11-05,4,1,11,0,0,1,1,2,0.3,0.2879,0.56,0.194,3,20,23
+16017,2012-11-05,4,1,11,1,0,1,1,2,0.3,0.303,0.56,0.1642,0,8,8
+16018,2012-11-05,4,1,11,2,0,1,1,2,0.3,0.303,0.56,0.1642,2,4,6
+16019,2012-11-05,4,1,11,3,0,1,1,2,0.3,0.2879,0.56,0.2239,1,3,4
+16020,2012-11-05,4,1,11,4,0,1,1,2,0.3,0.2879,0.52,0.2537,5,11,16
+16021,2012-11-05,4,1,11,5,0,1,1,2,0.3,0.2727,0.52,0.3284,1,38,39
+16022,2012-11-05,4,1,11,6,0,1,1,2,0.3,0.2879,0.49,0.2836,4,135,139
+16023,2012-11-05,4,1,11,7,0,1,1,2,0.3,0.2879,0.49,0.2537,8,453,461
+16024,2012-11-05,4,1,11,8,0,1,1,2,0.3,0.2879,0.49,0.2239,19,629,648
+16025,2012-11-05,4,1,11,9,0,1,1,2,0.3,0.2879,0.52,0.2836,18,239,257
+16026,2012-11-05,4,1,11,10,0,1,1,1,0.32,0.303,0.49,0.2836,30,112,142
+16027,2012-11-05,4,1,11,11,0,1,1,1,0.34,0.3182,0.46,0.2239,31,119,150
+16028,2012-11-05,4,1,11,12,0,1,1,1,0.36,0.3333,0.43,0.3284,38,206,244
+16029,2012-11-05,4,1,11,13,0,1,1,1,0.36,0.3333,0.4,0.2537,39,183,222
+16030,2012-11-05,4,1,11,14,0,1,1,1,0.38,0.3939,0.4,0.1642,31,165,196
+16031,2012-11-05,4,1,11,15,0,1,1,1,0.38,0.3939,0.4,0.2836,24,207,231
+16032,2012-11-05,4,1,11,16,0,1,1,1,0.36,0.3333,0.43,0.2836,35,325,360
+16033,2012-11-05,4,1,11,17,0,1,1,1,0.34,0.3182,0.46,0.2239,34,604,638
+16034,2012-11-05,4,1,11,18,0,1,1,1,0.34,0.3182,0.46,0.2239,19,523,542
+16035,2012-11-05,4,1,11,19,0,1,1,1,0.32,0.3182,0.49,0.1642,11,361,372
+16036,2012-11-05,4,1,11,20,0,1,1,1,0.32,0.303,0.49,0.2537,13,228,241
+16037,2012-11-05,4,1,11,21,0,1,1,1,0.3,0.2879,0.52,0.2836,8,144,152
+16038,2012-11-05,4,1,11,22,0,1,1,1,0.28,0.2727,0.56,0.194,4,111,115
+16039,2012-11-05,4,1,11,23,0,1,1,1,0.26,0.2727,0.6,0.1343,0,53,53
+16040,2012-11-06,4,1,11,0,0,2,1,1,0.24,0.2576,0.6,0.1045,1,18,19
+16041,2012-11-06,4,1,11,1,0,2,1,1,0.24,0.2424,0.6,0.1642,0,8,8
+16042,2012-11-06,4,1,11,2,0,2,1,1,0.24,0.2576,0.65,0.0896,0,2,2
+16043,2012-11-06,4,1,11,3,0,2,1,1,0.22,0.2424,0.64,0.1045,0,4,4
+16044,2012-11-06,4,1,11,4,0,2,1,1,0.22,0.2576,0.69,0.0896,0,7,7
+16045,2012-11-06,4,1,11,5,0,2,1,2,0.22,0.2273,0.64,0.194,1,40,41
+16046,2012-11-06,4,1,11,6,0,2,1,1,0.22,0.2273,0.69,0.1343,6,143,149
+16047,2012-11-06,4,1,11,7,0,2,1,1,0.2,0.2121,0.69,0.1642,9,378,387
+16048,2012-11-06,4,1,11,8,0,2,1,1,0.22,0.2273,0.69,0.1642,20,568,588
+16049,2012-11-06,4,1,11,9,0,2,1,1,0.26,0.2576,0.6,0.1642,25,338,363
+16050,2012-11-06,4,1,11,10,0,2,1,1,0.3,0.2879,0.49,0.194,41,189,230
+16051,2012-11-06,4,1,11,11,0,2,1,1,0.32,0.3333,0.45,0.1343,39,177,216
+16052,2012-11-06,4,1,11,12,0,2,1,1,0.32,0.3333,0.45,0.1343,31,217,248
+16053,2012-11-06,4,1,11,13,0,2,1,1,0.34,0.3333,0.46,0.1343,46,232,278
+16054,2012-11-06,4,1,11,14,0,2,1,1,0.36,0.3636,0.4,0.1045,44,196,240
+16055,2012-11-06,4,1,11,15,0,2,1,1,0.34,0.3182,0.46,0.2537,45,227,272
+16056,2012-11-06,4,1,11,16,0,2,1,1,0.34,0.3333,0.46,0.1642,33,369,402
+16057,2012-11-06,4,1,11,17,0,2,1,1,0.32,0.303,0.53,0.2239,30,597,627
+16058,2012-11-06,4,1,11,18,0,2,1,1,0.32,0.303,0.57,0.2985,20,477,497
+16059,2012-11-06,4,1,11,19,0,2,1,1,0.3,0.2879,0.56,0.2239,15,356,371
+16060,2012-11-06,4,1,11,20,0,2,1,1,0.3,0.2879,0.61,0.2239,10,218,228
+16061,2012-11-06,4,1,11,21,0,2,1,2,0.3,0.2879,0.56,0.2537,14,137,151
+16062,2012-11-06,4,1,11,22,0,2,1,2,0.3,0.2879,0.56,0.2239,17,136,153
+16063,2012-11-06,4,1,11,23,0,2,1,1,0.3,0.2879,0.56,0.2239,19,186,205
+16064,2012-11-07,4,1,11,0,0,3,1,2,0.3,0.2879,0.56,0.2836,49,234,283
+16065,2012-11-07,4,1,11,1,0,3,1,2,0.28,0.2727,0.61,0.2537,6,86,92
+16066,2012-11-07,4,1,11,2,0,3,1,2,0.28,0.2576,0.56,0.2985,6,68,74
+16067,2012-11-07,4,1,11,3,0,3,1,2,0.28,0.2576,0.52,0.3284,2,9,11
+16068,2012-11-07,4,1,11,4,0,3,1,2,0.28,0.2576,0.52,0.2985,0,9,9
+16069,2012-11-07,4,1,11,5,0,3,1,2,0.28,0.2576,0.52,0.3284,0,27,27
+16070,2012-11-07,4,1,11,6,0,3,1,2,0.26,0.2424,0.56,0.2836,3,115,118
+16071,2012-11-07,4,1,11,7,0,3,1,2,0.26,0.2273,0.56,0.2985,5,314,319
+16072,2012-11-07,4,1,11,8,0,3,1,2,0.26,0.2424,0.6,0.2836,18,583,601
+16073,2012-11-07,4,1,11,9,0,3,1,2,0.26,0.2424,0.6,0.2836,17,351,368
+16074,2012-11-07,4,1,11,10,0,3,1,2,0.28,0.2576,0.56,0.2985,27,151,178
+16075,2012-11-07,4,1,11,11,0,3,1,2,0.32,0.2879,0.51,0.3582,15,132,147
+16076,2012-11-07,4,1,11,12,0,3,1,2,0.32,0.303,0.53,0.2836,24,188,212
+16077,2012-11-07,4,1,11,13,0,3,1,2,0.32,0.303,0.53,0.2537,23,158,181
+16078,2012-11-07,4,1,11,14,0,3,1,2,0.32,0.2879,0.53,0.3582,19,142,161
+16079,2012-11-07,4,1,11,15,0,3,1,2,0.32,0.303,0.53,0.2985,20,178,198
+16080,2012-11-07,4,1,11,16,0,3,1,2,0.32,0.2879,0.53,0.3582,23,250,273
+16081,2012-11-07,4,1,11,17,0,3,1,2,0.32,0.2879,0.53,0.3881,16,501,517
+16082,2012-11-07,4,1,11,18,0,3,1,2,0.32,0.2879,0.53,0.3582,17,448,465
+16083,2012-11-07,4,1,11,19,0,3,1,2,0.3,0.2727,0.56,0.2985,17,302,319
+16084,2012-11-07,4,1,11,20,0,3,1,2,0.32,0.303,0.49,0.3284,7,249,256
+16085,2012-11-07,4,1,11,21,0,3,1,2,0.32,0.303,0.49,0.2985,5,121,126
+16086,2012-11-07,4,1,11,22,0,3,1,3,0.3,0.2879,0.56,0.2537,4,56,60
+16087,2012-11-07,4,1,11,23,0,3,1,3,0.28,0.2727,0.65,0.2239,3,37,40
+16088,2012-11-08,4,1,11,0,0,4,1,3,0.28,0.2727,0.61,0.2239,1,14,15
+16089,2012-11-08,4,1,11,1,0,4,1,3,0.3,0.2727,0.52,0.3582,1,11,12
+16090,2012-11-08,4,1,11,2,0,4,1,2,0.3,0.2879,0.49,0.2239,1,5,6
+16091,2012-11-08,4,1,11,4,0,4,1,2,0.3,0.2879,0.45,0.2836,1,9,10
+16092,2012-11-08,4,1,11,5,0,4,1,2,0.3,0.2879,0.42,0.2239,0,35,35
+16093,2012-11-08,4,1,11,6,0,4,1,1,0.3,0.2879,0.39,0.2239,2,122,124
+16094,2012-11-08,4,1,11,7,0,4,1,1,0.28,0.2576,0.36,0.3881,12,411,423
+16095,2012-11-08,4,1,11,8,0,4,1,1,0.3,0.2879,0.33,0.2836,16,652,668
+16096,2012-11-08,4,1,11,9,0,4,1,1,0.32,0.2879,0.31,0.3582,22,253,275
+16097,2012-11-08,4,1,11,10,0,4,1,1,0.32,0.303,0.31,0.3284,13,148,161
+16098,2012-11-08,4,1,11,11,0,4,1,1,0.36,0.3333,0.29,0.3881,16,155,171
+16099,2012-11-08,4,1,11,12,0,4,1,1,0.4,0.4091,0.24,0.4925,33,202,235
+16100,2012-11-08,4,1,11,13,0,4,1,1,0.44,0.4394,0.18,0.4179,33,195,228
+16101,2012-11-08,4,1,11,14,0,4,1,1,0.44,0.4394,0.18,0.4179,33,149,182
+16102,2012-11-08,4,1,11,15,0,4,1,1,0.44,0.4394,0.18,0.4179,32,201,233
+16103,2012-11-08,4,1,11,16,0,4,1,1,0.42,0.4242,0.16,0.3881,18,321,339
+16104,2012-11-08,4,1,11,17,0,4,1,1,0.4,0.4091,0.2,0.2985,36,556,592
+16105,2012-11-08,4,1,11,18,0,4,1,1,0.4,0.4091,0.24,0.4179,16,491,507
+16106,2012-11-08,4,1,11,19,0,4,1,1,0.38,0.3939,0.27,0.3582,14,359,373
+16107,2012-11-08,4,1,11,20,0,4,1,1,0.38,0.3939,0.29,0.4627,10,235,245
+16108,2012-11-08,4,1,11,21,0,4,1,1,0.36,0.3333,0.37,0.3881,11,222,233
+16109,2012-11-08,4,1,11,22,0,4,1,1,0.34,0.303,0.42,0.2985,14,147,161
+16110,2012-11-08,4,1,11,23,0,4,1,1,0.34,0.303,0.46,0.3582,5,82,87
+16111,2012-11-09,4,1,11,0,0,5,1,1,0.34,0.303,0.49,0.3284,9,46,55
+16112,2012-11-09,4,1,11,1,0,5,1,1,0.32,0.303,0.53,0.2836,3,17,20
+16113,2012-11-09,4,1,11,2,0,5,1,1,0.32,0.303,0.53,0.2537,1,11,12
+16114,2012-11-09,4,1,11,3,0,5,1,1,0.32,0.2879,0.53,0.4179,3,6,9
+16115,2012-11-09,4,1,11,4,0,5,1,1,0.32,0.2879,0.53,0.3582,0,14,14
+16116,2012-11-09,4,1,11,5,0,5,1,1,0.3,0.2879,0.56,0.194,2,25,27
+16117,2012-11-09,4,1,11,6,0,5,1,1,0.26,0.2727,0.65,0.1045,5,126,131
+16118,2012-11-09,4,1,11,7,0,5,1,1,0.26,0.2727,0.65,0.1343,9,332,341
+16119,2012-11-09,4,1,11,8,0,5,1,1,0.32,0.3182,0.57,0.1642,25,668,693
+16120,2012-11-09,4,1,11,9,0,5,1,1,0.34,0.303,0.53,0.4179,23,304,327
+16121,2012-11-09,4,1,11,10,0,5,1,1,0.36,0.3333,0.5,0.3284,34,163,197
+16122,2012-11-09,4,1,11,11,0,5,1,1,0.4,0.4091,0.47,0.2985,66,185,251
+16123,2012-11-09,4,1,11,12,0,5,1,1,0.44,0.4394,0.41,0.3284,48,214,262
+16124,2012-11-09,4,1,11,13,0,5,1,1,0.46,0.4545,0.38,0.2985,62,237,299
+16125,2012-11-09,4,1,11,14,0,5,1,1,0.46,0.4545,0.38,0.194,67,207,274
+16126,2012-11-09,4,1,11,15,0,5,1,1,0.46,0.4545,0.36,0.2239,78,278,356
+16127,2012-11-09,4,1,11,16,0,5,1,1,0.46,0.4545,0.38,0.1642,57,377,434
+16128,2012-11-09,4,1,11,17,0,5,1,1,0.42,0.4242,0.44,0.1343,61,593,654
+16129,2012-11-09,4,1,11,18,0,5,1,1,0.42,0.4242,0.44,0.1045,46,450,496
+16130,2012-11-09,4,1,11,19,0,5,1,1,0.34,0.3485,0.71,0.0896,30,331,361
+16131,2012-11-09,4,1,11,20,0,5,1,1,0.36,0.3485,0.66,0.1343,20,235,255
+16132,2012-11-09,4,1,11,21,0,5,1,1,0.34,0.3636,0.76,0,23,176,199
+16133,2012-11-09,4,1,11,22,0,5,1,1,0.34,0.3485,0.71,0.1045,17,146,163
+16134,2012-11-09,4,1,11,23,0,5,1,1,0.32,0.3333,0.81,0.0896,20,142,162
+16135,2012-11-10,4,1,11,0,0,6,0,1,0.32,0.3333,0.76,0.0896,16,106,122
+16136,2012-11-10,4,1,11,1,0,6,0,1,0.3,0.3182,0.81,0.0896,8,68,76
+16137,2012-11-10,4,1,11,2,0,6,0,1,0.32,0.3485,0.81,0,2,42,44
+16138,2012-11-10,4,1,11,3,0,6,0,1,0.3,0.3333,0.81,0,9,11,20
+16139,2012-11-10,4,1,11,4,0,6,0,1,0.26,0.2727,0.87,0.1045,2,4,6
+16140,2012-11-10,4,1,11,5,0,6,0,1,0.28,0.3182,0.87,0,1,9,10
+16141,2012-11-10,4,1,11,6,0,6,0,1,0.24,0.2576,0.93,0.0896,5,11,16
+16142,2012-11-10,4,1,11,7,0,6,0,1,0.26,0.2727,0.87,0.1045,14,57,71
+16143,2012-11-10,4,1,11,8,0,6,0,1,0.32,0.3485,0.76,0,16,130,146
+16144,2012-11-10,4,1,11,9,0,6,0,1,0.36,0.3485,0.66,0.194,43,216,259
+16145,2012-11-10,4,1,11,10,0,6,0,1,0.4,0.4091,0.58,0,86,264,350
+16146,2012-11-10,4,1,11,11,0,6,0,1,0.4,0.4091,0.58,0.1045,143,323,466
+16147,2012-11-10,4,1,11,12,0,6,0,1,0.48,0.4697,0.48,0,258,348,606
+16148,2012-11-10,4,1,11,13,0,6,0,1,0.52,0.5,0.39,0,268,383,651
+16149,2012-11-10,4,1,11,14,0,6,0,1,0.54,0.5152,0.37,0,280,347,627
+16150,2012-11-10,4,1,11,15,0,6,0,1,0.52,0.5,0.45,0,216,351,567
+16151,2012-11-10,4,1,11,16,0,6,0,1,0.54,0.5152,0.37,0,227,378,605
+16152,2012-11-10,4,1,11,17,0,6,0,1,0.5,0.4848,0.45,0.194,183,318,501
+16153,2012-11-10,4,1,11,18,0,6,0,1,0.44,0.4394,0.54,0.1343,103,256,359
+16154,2012-11-10,4,1,11,19,0,6,0,1,0.46,0.4545,0.51,0.0896,55,228,283
+16155,2012-11-10,4,1,11,20,0,6,0,1,0.44,0.4394,0.54,0,39,153,192
+16156,2012-11-10,4,1,11,21,0,6,0,1,0.4,0.4091,0.66,0,51,169,220
+16157,2012-11-10,4,1,11,22,0,6,0,1,0.38,0.3939,0.71,0.0896,39,154,193
+16158,2012-11-10,4,1,11,23,0,6,0,1,0.36,0.3636,0.71,0.1045,26,120,146
+16159,2012-11-11,4,1,11,0,0,0,0,1,0.34,0.3485,0.81,0.0896,14,110,124
+16160,2012-11-11,4,1,11,1,0,0,0,1,0.34,0.3485,0.76,0.0896,26,82,108
+16161,2012-11-11,4,1,11,2,0,0,0,1,0.32,0.3333,0.87,0.1045,12,58,70
+16162,2012-11-11,4,1,11,3,0,0,0,1,0.34,0.3636,0.81,0,9,39,48
+16163,2012-11-11,4,1,11,4,0,0,0,1,0.32,0.3333,0.81,0.1045,5,6,11
+16164,2012-11-11,4,1,11,5,0,0,0,1,0.3,0.303,0.87,0.1343,0,12,12
+16165,2012-11-11,4,1,11,6,0,0,0,1,0.3,0.3182,0.87,0.0896,3,16,19
+16166,2012-11-11,4,1,11,7,0,0,0,1,0.3,0.3182,0.89,0.0896,12,56,68
+16167,2012-11-11,4,1,11,8,0,0,0,1,0.32,0.3333,0.87,0.1045,32,87,119
+16168,2012-11-11,4,1,11,9,0,0,0,1,0.36,0.3788,0.77,0,94,179,273
+16169,2012-11-11,4,1,11,10,0,0,0,1,0.4,0.4091,0.69,0.1045,133,272,405
+16170,2012-11-11,4,1,11,11,0,0,0,1,0.46,0.4545,0.59,0.1343,180,324,504
+16171,2012-11-11,4,1,11,12,0,0,0,1,0.5,0.4848,0.48,0.0896,195,390,585
+16172,2012-11-11,4,1,11,13,0,0,0,1,0.54,0.5152,0.45,0.1045,262,424,686
+16173,2012-11-11,4,1,11,14,0,0,0,1,0.6,0.6212,0.33,0.1642,292,362,654
+16174,2012-11-11,4,1,11,15,0,0,0,1,0.56,0.5303,0.37,0.2239,304,420,724
+16175,2012-11-11,4,1,11,16,0,0,0,1,0.54,0.5152,0.42,0.2239,260,393,653
+16176,2012-11-11,4,1,11,17,0,0,0,1,0.54,0.5152,0.45,0.1642,151,342,493
+16177,2012-11-11,4,1,11,18,0,0,0,1,0.52,0.5,0.45,0.1343,102,303,405
+16178,2012-11-11,4,1,11,19,0,0,0,1,0.48,0.4697,0.55,0.1343,69,208,277
+16179,2012-11-11,4,1,11,20,0,0,0,1,0.44,0.4394,0.62,0.1642,54,146,200
+16180,2012-11-11,4,1,11,21,0,0,0,1,0.44,0.4394,0.67,0.2239,44,127,171
+16181,2012-11-11,4,1,11,22,0,0,0,1,0.42,0.4242,0.71,0.194,21,113,134
+16182,2012-11-11,4,1,11,23,0,0,0,1,0.42,0.4242,0.71,0.194,16,93,109
+16183,2012-11-12,4,1,11,0,1,1,0,1,0.42,0.4242,0.71,0.1045,6,43,49
+16184,2012-11-12,4,1,11,1,1,1,0,1,0.4,0.4091,0.76,0.1642,4,26,30
+16185,2012-11-12,4,1,11,2,1,1,0,1,0.4,0.4091,0.76,0.1343,6,14,20
+16186,2012-11-12,4,1,11,3,1,1,0,1,0.4,0.4091,0.76,0.1343,1,3,4
+16187,2012-11-12,4,1,11,4,1,1,0,1,0.4,0.4091,0.76,0.0896,1,3,4
+16188,2012-11-12,4,1,11,5,1,1,0,1,0.38,0.3939,0.87,0,1,23,24
+16189,2012-11-12,4,1,11,6,1,1,0,1,0.38,0.3939,0.87,0.1045,7,64,71
+16190,2012-11-12,4,1,11,7,1,1,0,1,0.4,0.4091,0.87,0,16,248,264
+16191,2012-11-12,4,1,11,8,1,1,0,1,0.42,0.4242,0.82,0.1642,50,490,540
+16192,2012-11-12,4,1,11,9,1,1,0,1,0.44,0.4394,0.88,0.1045,60,337,397
+16193,2012-11-12,4,1,11,10,1,1,0,1,0.48,0.4697,0.77,0.1642,82,184,266
+16194,2012-11-12,4,1,11,11,1,1,0,1,0.52,0.5,0.72,0.1642,112,255,367
+16195,2012-11-12,4,1,11,12,1,1,0,1,0.56,0.5303,0.64,0.2239,105,314,419
+16196,2012-11-12,4,1,11,13,1,1,0,1,0.6,0.6061,0.6,0.2239,108,312,420
+16197,2012-11-12,4,1,11,14,1,1,0,1,0.58,0.5455,0.6,0.2836,134,310,444
+16198,2012-11-12,4,1,11,15,1,1,0,1,0.56,0.5303,0.64,0.2537,102,280,382
+16199,2012-11-12,4,1,11,16,1,1,0,1,0.56,0.5303,0.64,0.1642,87,347,434
+16200,2012-11-12,4,1,11,17,1,1,0,1,0.56,0.5303,0.64,0.2836,66,530,596
+16201,2012-11-12,4,1,11,18,1,1,0,1,0.52,0.5,0.72,0.1343,65,486,551
+16202,2012-11-12,4,1,11,19,1,1,0,1,0.54,0.5152,0.73,0.2836,30,323,353
+16203,2012-11-12,4,1,11,20,1,1,0,2,0.52,0.5,0.77,0.2836,31,273,304
+16204,2012-11-12,4,1,11,21,1,1,0,3,0.54,0.5152,0.73,0.2239,10,145,155
+16205,2012-11-12,4,1,11,22,1,1,0,1,0.52,0.5,0.77,0.2537,12,100,112
+16206,2012-11-12,4,1,11,23,1,1,0,2,0.54,0.5152,0.77,0.2239,1,62,63
+16207,2012-11-13,4,1,11,0,0,2,1,2,0.52,0.5,0.83,0.2836,5,18,23
+16208,2012-11-13,4,1,11,1,0,2,1,3,0.44,0.4394,0.88,0.6418,0,5,5
+16209,2012-11-13,4,1,11,2,0,2,1,3,0.36,0.3182,0.87,0.4478,7,4,11
+16210,2012-11-13,4,1,11,3,0,2,1,3,0.36,0.3333,0.87,0.3582,2,3,5
+16211,2012-11-13,4,1,11,4,0,2,1,2,0.36,0.3333,0.81,0.3881,0,9,9
+16212,2012-11-13,4,1,11,5,0,2,1,2,0.34,0.3182,0.87,0.2836,0,18,18
+16213,2012-11-13,4,1,11,6,0,2,1,3,0.32,0.2879,0.81,0.4627,2,48,50
+16214,2012-11-13,4,1,11,7,0,2,1,3,0.32,0.303,0.87,0.2537,1,106,107
+16215,2012-11-13,4,1,11,8,0,2,1,3,0.32,0.303,0.87,0.2537,4,207,211
+16216,2012-11-13,4,1,11,9,0,2,1,3,0.32,0.303,0.81,0.3284,1,109,110
+16217,2012-11-13,4,1,11,10,0,2,1,3,0.3,0.2727,0.75,0.3881,10,84,94
+16218,2012-11-13,4,1,11,11,0,2,1,1,0.32,0.303,0.7,0.2537,22,133,155
+16219,2012-11-13,4,1,11,12,0,2,1,1,0.34,0.3182,0.61,0.2836,16,180,196
+16220,2012-11-13,4,1,11,13,0,2,1,1,0.34,0.3182,0.53,0.2537,30,188,218
+16221,2012-11-13,4,1,11,14,0,2,1,1,0.38,0.3939,0.46,0.3881,34,169,203
+16222,2012-11-13,4,1,11,15,0,2,1,1,0.4,0.4091,0.4,0.2985,33,184,217
+16223,2012-11-13,4,1,11,16,0,2,1,1,0.38,0.3939,0.4,0.2985,28,282,310
+16224,2012-11-13,4,1,11,17,0,2,1,1,0.34,0.303,0.49,0.3582,33,575,608
+16225,2012-11-13,4,1,11,18,0,2,1,1,0.34,0.3182,0.49,0.2836,45,514,559
+16226,2012-11-13,4,1,11,19,0,2,1,1,0.32,0.2879,0.49,0.3582,12,344,356
+16227,2012-11-13,4,1,11,20,0,2,1,1,0.3,0.2727,0.49,0.3582,12,211,223
+16228,2012-11-13,4,1,11,21,0,2,1,1,0.3,0.2727,0.49,0.3582,9,178,187
+16229,2012-11-13,4,1,11,22,0,2,1,1,0.26,0.2273,0.56,0.3284,15,120,135
+16230,2012-11-13,4,1,11,23,0,2,1,1,0.26,0.2273,0.56,0.2985,6,78,84
+16231,2012-11-14,4,1,11,0,0,3,1,1,0.26,0.2424,0.56,0.2836,4,20,24
+16232,2012-11-14,4,1,11,1,0,3,1,1,0.24,0.2121,0.6,0.2985,2,10,12
+16233,2012-11-14,4,1,11,2,0,3,1,1,0.24,0.2121,0.6,0.2985,0,1,1
+16234,2012-11-14,4,1,11,3,0,3,1,1,0.24,0.2273,0.65,0.2239,0,5,5
+16235,2012-11-14,4,1,11,4,0,3,1,1,0.22,0.2273,0.69,0.194,0,6,6
+16236,2012-11-14,4,1,11,5,0,3,1,1,0.22,0.2273,0.69,0.194,0,39,39
+16237,2012-11-14,4,1,11,6,0,3,1,1,0.24,0.2273,0.65,0.194,4,142,146
+16238,2012-11-14,4,1,11,7,0,3,1,1,0.24,0.2121,0.65,0.2836,10,405,415
+16239,2012-11-14,4,1,11,8,0,3,1,1,0.28,0.2576,0.56,0.2985,27,664,691
+16240,2012-11-14,4,1,11,9,0,3,1,1,0.3,0.2727,0.52,0.3881,22,310,332
+16241,2012-11-14,4,1,11,10,0,3,1,1,0.32,0.2879,0.45,0.3582,18,153,171
+16242,2012-11-14,4,1,11,11,0,3,1,1,0.32,0.303,0.49,0.2537,25,126,151
+16243,2012-11-14,4,1,11,12,0,3,1,1,0.34,0.3333,0.46,0,40,200,240
+16244,2012-11-14,4,1,11,13,0,3,1,1,0.36,0.3333,0.43,0.2537,32,182,214
+16245,2012-11-14,4,1,11,14,0,3,1,1,0.36,0.3485,0.43,0.1343,20,161,181
+16246,2012-11-14,4,1,11,15,0,3,1,1,0.36,0.3333,0.43,0.2836,32,228,260
+16247,2012-11-14,4,1,11,16,0,3,1,1,0.34,0.3485,0.46,0.1045,31,290,321
+16248,2012-11-14,4,1,11,17,0,3,1,1,0.32,0.3182,0.49,0.194,19,564,583
+16249,2012-11-14,4,1,11,18,0,3,1,1,0.32,0.3182,0.53,0.1642,24,543,567
+16250,2012-11-14,4,1,11,19,0,3,1,1,0.3,0.303,0.52,0.1642,28,368,396
+16251,2012-11-14,4,1,11,20,0,3,1,1,0.3,0.3182,0.52,0.0896,15,252,267
+16252,2012-11-14,4,1,11,21,0,3,1,1,0.3,0.3333,0.56,0,5,208,213
+16253,2012-11-14,4,1,11,22,0,3,1,1,0.28,0.3182,0.61,0,6,167,173
+16254,2012-11-14,4,1,11,23,0,3,1,1,0.24,0.2424,0.7,0.1343,9,78,87
+16255,2012-11-15,4,1,11,0,0,4,1,2,0.26,0.303,0.65,0,1,33,34
+16256,2012-11-15,4,1,11,1,0,4,1,2,0.26,0.2727,0.65,0.1045,2,14,16
+16257,2012-11-15,4,1,11,2,0,4,1,2,0.26,0.2576,0.7,0.1642,0,7,7
+16258,2012-11-15,4,1,11,3,0,4,1,2,0.26,0.2879,0.7,0.0896,0,2,2
+16259,2012-11-15,4,1,11,4,0,4,1,2,0.28,0.2879,0.65,0.1343,0,5,5
+16260,2012-11-15,4,1,11,5,0,4,1,2,0.3,0.2879,0.61,0.2239,3,34,37
+16261,2012-11-15,4,1,11,6,0,4,1,2,0.3,0.2879,0.65,0.2537,1,146,147
+16262,2012-11-15,4,1,11,7,0,4,1,2,0.3,0.2879,0.65,0.194,7,403,410
+16263,2012-11-15,4,1,11,8,0,4,1,2,0.3,0.2879,0.61,0.2239,21,625,646
+16264,2012-11-15,4,1,11,9,0,4,1,2,0.32,0.3182,0.61,0.194,17,306,323
+16265,2012-11-15,4,1,11,10,0,4,1,2,0.32,0.3333,0.66,0.1343,11,142,153
+16266,2012-11-15,4,1,11,11,0,4,1,2,0.34,0.3333,0.61,0.1343,28,138,166
+16267,2012-11-15,4,1,11,12,0,4,1,2,0.36,0.3636,0.62,0.1045,29,184,213
+16268,2012-11-15,4,1,11,13,0,4,1,2,0.38,0.3939,0.54,0.1045,20,197,217
+16269,2012-11-15,4,1,11,14,0,4,1,2,0.38,0.3939,0.54,0.1642,27,174,201
+16270,2012-11-15,4,1,11,15,0,4,1,2,0.38,0.3939,0.58,0.1642,26,191,217
+16271,2012-11-15,4,1,11,16,0,4,1,2,0.36,0.3485,0.57,0.194,24,318,342
+16272,2012-11-15,4,1,11,17,0,4,1,2,0.36,0.3485,0.57,0.2239,22,541,563
+16273,2012-11-15,4,1,11,18,0,4,1,2,0.36,0.3485,0.57,0.194,10,563,573
+16274,2012-11-15,4,1,11,19,0,4,1,2,0.34,0.3333,0.61,0.1343,11,375,386
+16275,2012-11-15,4,1,11,20,0,4,1,1,0.34,0.3485,0.61,0.1045,23,262,285
+16276,2012-11-15,4,1,11,21,0,4,1,2,0.32,0.3333,0.66,0.1045,20,204,224
+16277,2012-11-15,4,1,11,22,0,4,1,2,0.32,0.3182,0.66,0.1642,10,143,153
+16278,2012-11-15,4,1,11,23,0,4,1,2,0.32,0.3182,0.61,0.1642,7,118,125
+16279,2012-11-16,4,1,11,0,0,5,1,2,0.32,0.3333,0.66,0.1045,7,58,65
+16280,2012-11-16,4,1,11,1,0,5,1,2,0.3,0.3182,0.65,0.0896,5,16,21
+16281,2012-11-16,4,1,11,2,0,5,1,2,0.3,0.303,0.7,0.1642,0,9,9
+16282,2012-11-16,4,1,11,3,0,5,1,2,0.3,0.303,0.65,0.1343,0,6,6
+16283,2012-11-16,4,1,11,4,0,5,1,2,0.3,0.3182,0.65,0.1045,0,5,5
+16284,2012-11-16,4,1,11,5,0,5,1,2,0.3,0.3182,0.65,0.0896,2,34,36
+16285,2012-11-16,4,1,11,6,0,5,1,2,0.3,0.3182,0.61,0.0896,4,126,130
+16286,2012-11-16,4,1,11,7,0,5,1,2,0.3,0.303,0.61,0.1642,5,362,367
+16287,2012-11-16,4,1,11,8,0,5,1,2,0.32,0.3333,0.57,0.1343,17,694,711
+16288,2012-11-16,4,1,11,9,0,5,1,1,0.34,0.3485,0.53,0.1045,21,330,351
+16289,2012-11-16,4,1,11,10,0,5,1,1,0.34,0.3333,0.53,0.194,33,165,198
+16290,2012-11-16,4,1,11,11,0,5,1,1,0.38,0.3939,0.43,0.2239,33,185,218
+16291,2012-11-16,4,1,11,12,0,5,1,1,0.4,0.4091,0.43,0.2836,28,262,290
+16292,2012-11-16,4,1,11,13,0,5,1,1,0.42,0.4242,0.38,0.194,52,226,278
+16293,2012-11-16,4,1,11,14,0,5,1,1,0.42,0.4242,0.35,0.1045,47,204,251
+16294,2012-11-16,4,1,11,15,0,5,1,1,0.42,0.4242,0.38,0.1343,30,237,267
+16295,2012-11-16,4,1,11,16,0,5,1,1,0.42,0.4242,0.35,0.2836,33,350,383
+16296,2012-11-16,4,1,11,17,0,5,1,1,0.36,0.3485,0.46,0.194,41,539,580
+16297,2012-11-16,4,1,11,18,0,5,1,1,0.34,0.3333,0.53,0.1642,22,483,505
+16298,2012-11-16,4,1,11,19,0,5,1,1,0.36,0.3485,0.46,0.2239,26,306,332
+16299,2012-11-16,4,1,11,20,0,5,1,1,0.36,0.3333,0.46,0.2537,20,207,227
+16300,2012-11-16,4,1,11,21,0,5,1,1,0.34,0.3333,0.49,0.194,21,157,178
+16301,2012-11-16,4,1,11,22,0,5,1,1,0.32,0.303,0.53,0.2537,23,139,162
+16302,2012-11-16,4,1,11,23,0,5,1,1,0.32,0.303,0.53,0.2239,14,114,128
+16303,2012-11-17,4,1,11,0,0,6,0,1,0.3,0.303,0.52,0.1642,11,95,106
+16304,2012-11-17,4,1,11,1,0,6,0,1,0.26,0.2576,0.6,0.194,13,74,87
+16305,2012-11-17,4,1,11,2,0,6,0,1,0.26,0.2576,0.65,0.194,8,41,49
+16306,2012-11-17,4,1,11,3,0,6,0,1,0.26,0.2576,0.65,0.194,2,19,21
+16307,2012-11-17,4,1,11,4,0,6,0,1,0.24,0.2273,0.7,0.194,1,6,7
+16308,2012-11-17,4,1,11,5,0,6,0,1,0.24,0.2424,0.7,0.1642,1,10,11
+16309,2012-11-17,4,1,11,6,0,6,0,1,0.24,0.2273,0.7,0.2239,0,21,21
+16310,2012-11-17,4,1,11,7,0,6,0,1,0.24,0.2273,0.7,0.194,8,70,78
+16311,2012-11-17,4,1,11,8,0,6,0,1,0.26,0.2576,0.65,0.2239,30,138,168
+16312,2012-11-17,4,1,11,9,0,6,0,1,0.34,0.3182,0.49,0.2239,48,200,248
+16313,2012-11-17,4,1,11,10,0,6,0,1,0.36,0.3333,0.46,0.2537,62,258,320
+16314,2012-11-17,4,1,11,11,0,6,0,1,0.38,0.3939,0.43,0.194,80,343,423
+16315,2012-11-17,4,1,11,12,0,6,0,1,0.4,0.4091,0.4,0.1642,117,359,476
+16316,2012-11-17,4,1,11,13,0,6,0,1,0.42,0.4242,0.38,0.2537,179,346,525
+16317,2012-11-17,4,1,11,14,0,6,0,1,0.42,0.4242,0.38,0.194,175,380,555
+16318,2012-11-17,4,1,11,15,0,6,0,1,0.42,0.4242,0.35,0.2985,175,374,549
+16319,2012-11-17,4,1,11,16,0,6,0,1,0.4,0.4091,0.4,0.2239,144,325,469
+16320,2012-11-17,4,1,11,17,0,6,0,1,0.38,0.3939,0.4,0.1642,101,302,403
+16321,2012-11-17,4,1,11,18,0,6,0,1,0.36,0.3636,0.5,0.1045,34,237,271
+16322,2012-11-17,4,1,11,19,0,6,0,1,0.34,0.3485,0.53,0.0896,45,208,253
+16323,2012-11-17,4,1,11,20,0,6,0,2,0.34,0.3485,0.66,0.0896,30,142,172
+16324,2012-11-17,4,1,11,21,0,6,0,2,0.32,0.3333,0.57,0.1045,15,124,139
+16325,2012-11-17,4,1,11,22,0,6,0,2,0.32,0.3333,0.57,0.1045,15,130,145
+16326,2012-11-17,4,1,11,23,0,6,0,2,0.3,0.3182,0.7,0.1045,19,114,133
+16327,2012-11-18,4,1,11,0,0,0,0,2,0.3,0.303,0.7,0.1642,11,118,129
+16328,2012-11-18,4,1,11,1,0,0,0,1,0.3,0.2879,0.7,0.194,14,81,95
+16329,2012-11-18,4,1,11,2,0,0,0,1,0.28,0.2879,0.81,0.1045,8,65,73
+16330,2012-11-18,4,1,11,3,0,0,0,2,0.3,0.303,0.81,0.1642,9,37,46
+16331,2012-11-18,4,1,11,4,0,0,0,2,0.3,0.2879,0.81,0.194,4,8,12
+16332,2012-11-18,4,1,11,5,0,0,0,1,0.28,0.2879,0.81,0.1343,5,7,12
+16333,2012-11-18,4,1,11,6,0,0,0,1,0.28,0.2727,0.81,0.1642,2,13,15
+16334,2012-11-18,4,1,11,7,0,0,0,1,0.28,0.2727,0.81,0.194,3,39,42
+16335,2012-11-18,4,1,11,8,0,0,0,1,0.3,0.2879,0.75,0.2537,19,100,119
+16336,2012-11-18,4,1,11,9,0,0,0,1,0.32,0.303,0.7,0.2537,49,155,204
+16337,2012-11-18,4,1,11,10,0,0,0,1,0.34,0.303,0.66,0.2985,79,250,329
+16338,2012-11-18,4,1,11,11,0,0,0,1,0.38,0.3939,0.62,0.2836,92,267,359
+16339,2012-11-18,4,1,11,12,0,0,0,1,0.4,0.4091,0.62,0.2836,101,341,442
+16340,2012-11-18,4,1,11,13,0,0,0,1,0.4,0.4091,0.62,0.3284,113,334,447
+16341,2012-11-18,4,1,11,14,0,0,0,1,0.4,0.4091,0.62,0.2985,125,303,428
+16342,2012-11-18,4,1,11,15,0,0,0,1,0.42,0.4242,0.54,0.2836,89,318,407
+16343,2012-11-18,4,1,11,16,0,0,0,2,0.4,0.4091,0.62,0.3284,59,313,372
+16344,2012-11-18,4,1,11,17,0,0,0,2,0.38,0.3939,0.66,0.2537,48,232,280
+16345,2012-11-18,4,1,11,18,0,0,0,1,0.36,0.3485,0.66,0.2239,36,240,276
+16346,2012-11-18,4,1,11,19,0,0,0,1,0.36,0.3485,0.66,0.1642,16,194,210
+16347,2012-11-18,4,1,11,20,0,0,0,1,0.36,0.3485,0.66,0.1642,9,120,129
+16348,2012-11-18,4,1,11,21,0,0,0,1,0.36,0.3333,0.66,0.2537,17,93,110
+16349,2012-11-18,4,1,11,22,0,0,0,2,0.36,0.3333,0.66,0.2537,8,66,74
+16350,2012-11-18,4,1,11,23,0,0,0,1,0.36,0.3485,0.66,0.2239,6,53,59
+16351,2012-11-19,4,1,11,0,0,1,1,1,0.36,0.3485,0.66,0.2239,5,22,27
+16352,2012-11-19,4,1,11,1,0,1,1,2,0.36,0.3485,0.66,0.2239,0,19,19
+16353,2012-11-19,4,1,11,2,0,1,1,2,0.36,0.3333,0.66,0.2537,0,5,5
+16354,2012-11-19,4,1,11,3,0,1,1,2,0.36,0.3485,0.66,0.2239,0,2,2
+16355,2012-11-19,4,1,11,4,0,1,1,2,0.36,0.3485,0.66,0.2239,1,11,12
+16356,2012-11-19,4,1,11,5,0,1,1,2,0.36,0.3485,0.66,0.2239,1,38,39
+16357,2012-11-19,4,1,11,6,0,1,1,2,0.36,0.3333,0.66,0.2537,3,128,131
+16358,2012-11-19,4,1,11,7,0,1,1,2,0.36,0.3333,0.66,0.2985,5,381,386
+16359,2012-11-19,4,1,11,8,0,1,1,2,0.36,0.3333,0.66,0.2985,13,650,663
+16360,2012-11-19,4,1,11,9,0,1,1,2,0.36,0.3333,0.66,0.2537,18,260,278
+16361,2012-11-19,4,1,11,10,0,1,1,2,0.36,0.3333,0.66,0.2537,33,106,139
+16362,2012-11-19,4,1,11,11,0,1,1,2,0.38,0.3939,0.66,0.2537,33,164,197
+16363,2012-11-19,4,1,11,12,0,1,1,2,0.4,0.4091,0.62,0.2836,35,207,242
+16364,2012-11-19,4,1,11,13,0,1,1,1,0.44,0.4394,0.54,0.2537,46,205,251
+16365,2012-11-19,4,1,11,14,0,1,1,1,0.44,0.4394,0.54,0.2537,47,170,217
+16366,2012-11-19,4,1,11,15,0,1,1,1,0.44,0.4394,0.54,0.194,44,213,257
+16367,2012-11-19,4,1,11,16,0,1,1,1,0.42,0.4242,0.58,0.2537,55,325,380
+16368,2012-11-19,4,1,11,17,0,1,1,2,0.42,0.4242,0.58,0.194,33,586,619
+16369,2012-11-19,4,1,11,18,0,1,1,2,0.4,0.4091,0.58,0.2537,21,559,580
+16370,2012-11-19,4,1,11,19,0,1,1,2,0.4,0.4091,0.58,0.2836,25,381,406
+16371,2012-11-19,4,1,11,20,0,1,1,2,0.38,0.3939,0.62,0.2537,7,252,259
+16372,2012-11-19,4,1,11,21,0,1,1,2,0.38,0.3939,0.54,0.2239,15,188,203
+16373,2012-11-19,4,1,11,22,0,1,1,1,0.34,0.3485,0.66,0.1045,7,106,113
+16374,2012-11-19,4,1,11,23,0,1,1,1,0.34,0.3485,0.66,0.1045,2,72,74
+16375,2012-11-20,4,1,11,0,0,2,1,1,0.32,0.3333,0.7,0.1343,3,26,29
+16376,2012-11-20,4,1,11,1,0,2,1,1,0.34,0.3485,0.66,0.1045,3,10,13
+16377,2012-11-20,4,1,11,2,0,2,1,2,0.32,0.3333,0.76,0.0896,0,5,5
+16378,2012-11-20,4,1,11,3,0,2,1,2,0.34,0.3485,0.71,0.1045,0,2,2
+16379,2012-11-20,4,1,11,4,0,2,1,2,0.34,0.3333,0.66,0.194,0,6,6
+16380,2012-11-20,4,1,11,5,0,2,1,2,0.34,0.3333,0.66,0.1343,2,32,34
+16381,2012-11-20,4,1,11,6,0,2,1,2,0.34,0.3333,0.71,0.1642,2,146,148
+16382,2012-11-20,4,1,11,7,0,2,1,1,0.32,0.3333,0.76,0.0896,7,411,418
+16383,2012-11-20,4,1,11,8,0,2,1,1,0.34,0.3333,0.71,0.1343,16,649,665
+16384,2012-11-20,4,1,11,9,0,2,1,2,0.36,0.3788,0.71,0,28,298,326
+16385,2012-11-20,4,1,11,10,0,2,1,2,0.4,0.4091,0.66,0.0896,32,144,176
+16386,2012-11-20,4,1,11,11,0,2,1,2,0.42,0.4242,0.67,0.0896,45,160,205
+16387,2012-11-20,4,1,11,12,0,2,1,2,0.42,0.4242,0.67,0,70,243,313
+16388,2012-11-20,4,1,11,13,0,2,1,2,0.44,0.4394,0.58,0,49,218,267
+16389,2012-11-20,4,1,11,14,0,2,1,2,0.44,0.4394,0.58,0.1045,47,177,224
+16390,2012-11-20,4,1,11,15,0,2,1,2,0.46,0.4545,0.55,0.1045,61,226,287
+16391,2012-11-20,4,1,11,16,0,2,1,2,0.42,0.4242,0.62,0.0896,60,335,395
+16392,2012-11-20,4,1,11,17,0,2,1,2,0.4,0.4091,0.71,0.1642,37,553,590
+16393,2012-11-20,4,1,11,18,0,2,1,2,0.4,0.4091,0.66,0.0896,16,534,550
+16394,2012-11-20,4,1,11,19,0,2,1,2,0.4,0.4091,0.71,0,23,361,384
+16395,2012-11-20,4,1,11,20,0,2,1,2,0.38,0.3939,0.76,0,11,224,235
+16396,2012-11-20,4,1,11,21,0,2,1,1,0.36,0.3788,0.71,0,14,143,157
+16397,2012-11-20,4,1,11,22,0,2,1,1,0.36,0.3788,0.71,0,7,115,122
+16398,2012-11-20,4,1,11,23,0,2,1,1,0.32,0.3333,0.81,0.1045,1,82,83
+16399,2012-11-21,4,1,11,0,0,3,1,1,0.34,0.3636,0.81,0,1,25,26
+16400,2012-11-21,4,1,11,1,0,3,1,1,0.32,0.3333,0.81,0.1045,1,13,14
+16401,2012-11-21,4,1,11,2,0,3,1,1,0.28,0.2879,0.87,0.1045,2,6,8
+16402,2012-11-21,4,1,11,3,0,3,1,1,0.28,0.2879,0.87,0.1045,0,2,2
+16403,2012-11-21,4,1,11,4,0,3,1,1,0.28,0.2879,0.87,0.1045,0,10,10
+16404,2012-11-21,4,1,11,5,0,3,1,1,0.28,0.2879,0.87,0.1045,1,28,29
+16405,2012-11-21,4,1,11,6,0,3,1,1,0.28,0.303,0.87,0.0896,2,99,101
+16406,2012-11-21,4,1,11,7,0,3,1,1,0.26,0.2879,0.87,0.0896,11,262,273
+16407,2012-11-21,4,1,11,8,0,3,1,2,0.28,0.303,0.81,0.0896,12,539,551
+16408,2012-11-21,4,1,11,9,0,3,1,1,0.32,0.3333,0.76,0.0896,45,320,365
+16409,2012-11-21,4,1,11,10,0,3,1,1,0.36,0.3788,0.62,0,22,150,172
+16410,2012-11-21,4,1,11,11,0,3,1,1,0.4,0.4091,0.5,0.194,43,198,241
+16411,2012-11-21,4,1,11,12,0,3,1,1,0.44,0.4394,0.41,0.194,74,270,344
+16412,2012-11-21,4,1,11,13,0,3,1,1,0.44,0.4394,0.35,0.2239,70,295,365
+16413,2012-11-21,4,1,11,14,0,3,1,1,0.46,0.4545,0.33,0.194,84,329,413
+16414,2012-11-21,4,1,11,15,0,3,1,1,0.46,0.4545,0.36,0.0896,68,381,449
+16415,2012-11-21,4,1,11,16,0,3,1,1,0.44,0.4394,0.33,0.1343,59,410,469
+16416,2012-11-21,4,1,11,17,0,3,1,1,0.4,0.4091,0.4,0.1642,41,333,374
+16417,2012-11-21,4,1,11,18,0,3,1,1,0.42,0.4242,0.38,0.1045,24,287,311
+16418,2012-11-21,4,1,11,19,0,3,1,1,0.38,0.3939,0.43,0.194,23,220,243
+16419,2012-11-21,4,1,11,20,0,3,1,1,0.34,0.3485,0.61,0.1045,11,125,136
+16420,2012-11-21,4,1,11,21,0,3,1,1,0.36,0.3788,0.5,0,8,97,105
+16421,2012-11-21,4,1,11,22,0,3,1,1,0.34,0.3636,0.49,0,6,82,88
+16422,2012-11-21,4,1,11,23,0,3,1,1,0.32,0.3485,0.61,0,7,50,57
+16423,2012-11-22,4,1,11,0,1,4,0,1,0.32,0.3333,0.66,0.0896,3,43,46
+16424,2012-11-22,4,1,11,1,1,4,0,1,0.28,0.303,0.65,0.0896,5,37,42
+16425,2012-11-22,4,1,11,2,1,4,0,1,0.24,0.2576,0.75,0.0896,3,15,18
+16426,2012-11-22,4,1,11,3,1,4,0,1,0.24,0.2576,0.75,0.1045,0,6,6
+16427,2012-11-22,4,1,11,4,1,4,0,1,0.22,0.2273,0.8,0.1343,1,2,3
+16428,2012-11-22,4,1,11,5,1,4,0,1,0.24,0.2576,0.75,0.1045,2,6,8
+16429,2012-11-22,4,1,11,6,1,4,0,1,0.26,0.2727,0.7,0.1045,2,15,17
+16430,2012-11-22,4,1,11,7,1,4,0,1,0.22,0.2273,0.75,0.1343,7,49,56
+16431,2012-11-22,4,1,11,8,1,4,0,1,0.24,0.2424,0.75,0.1343,20,77,97
+16432,2012-11-22,4,1,11,9,1,4,0,1,0.3,0.3333,0.65,0,25,94,119
+16433,2012-11-22,4,1,11,10,1,4,0,1,0.36,0.3636,0.57,0.1045,65,154,219
+16434,2012-11-22,4,1,11,11,1,4,0,1,0.42,0.4242,0.41,0.0896,89,143,232
+16435,2012-11-22,4,1,11,12,1,4,0,1,0.44,0.4394,0.35,0,117,145,262
+16436,2012-11-22,4,1,11,13,1,4,0,1,0.46,0.4545,0.31,0,125,144,269
+16437,2012-11-22,4,1,11,14,1,4,0,1,0.48,0.4697,0.29,0,125,95,220
+16438,2012-11-22,4,1,11,15,1,4,0,1,0.48,0.4697,0.29,0,132,96,228
+16439,2012-11-22,4,1,11,16,1,4,0,1,0.46,0.4545,0.33,0,101,81,182
+16440,2012-11-22,4,1,11,17,1,4,0,1,0.44,0.4394,0.35,0,66,43,109
+16441,2012-11-22,4,1,11,18,1,4,0,1,0.4,0.4091,0.43,0,16,54,70
+16442,2012-11-22,4,1,11,19,1,4,0,1,0.36,0.3788,0.76,0,13,31,44
+16443,2012-11-22,4,1,11,20,1,4,0,1,0.34,0.3636,0.71,0,15,37,52
+16444,2012-11-22,4,1,11,21,1,4,0,1,0.34,0.3485,0.61,0.0896,7,39,46
+16445,2012-11-22,4,1,11,22,1,4,0,1,0.32,0.3485,0.61,0,8,36,44
+16446,2012-11-22,4,1,11,23,1,4,0,1,0.3,0.3333,0.7,0,8,28,36
+16447,2012-11-23,4,1,11,0,0,5,1,1,0.28,0.3182,0.65,0,0,32,32
+16448,2012-11-23,4,1,11,1,0,5,1,1,0.28,0.303,0.81,0.0896,2,11,13
+16449,2012-11-23,4,1,11,2,0,5,1,1,0.26,0.2879,0.75,0.0896,1,4,5
+16450,2012-11-23,4,1,11,3,0,5,1,1,0.26,0.303,0.7,0,1,0,1
+16451,2012-11-23,4,1,11,4,0,5,1,1,0.24,0.2576,0.75,0.1045,1,3,4
+16452,2012-11-23,4,1,11,5,0,5,1,1,0.24,0.2879,0.81,0,0,10,10
+16453,2012-11-23,4,1,11,6,0,5,1,1,0.24,0.2879,0.81,0,0,20,20
+16454,2012-11-23,4,1,11,7,0,5,1,1,0.24,0.2879,0.81,0,5,72,77
+16455,2012-11-23,4,1,11,8,0,5,1,1,0.24,0.2576,0.87,0.0896,11,83,94
+16456,2012-11-23,4,1,11,9,0,5,1,1,0.28,0.2879,0.75,0.1045,32,80,112
+16457,2012-11-23,4,1,11,10,0,5,1,1,0.34,0.3333,0.61,0.1642,87,114,201
+16458,2012-11-23,4,1,11,11,0,5,1,1,0.4,0.4091,0.5,0.194,121,130,251
+16459,2012-11-23,4,1,11,12,0,5,1,1,0.44,0.4394,0.38,0.2537,186,193,379
+16460,2012-11-23,4,1,11,13,0,5,1,1,0.46,0.4545,0.38,0.2836,224,200,424
+16461,2012-11-23,4,1,11,14,0,5,1,1,0.5,0.4848,0.36,0.2537,240,195,435
+16462,2012-11-23,4,1,11,15,0,5,1,1,0.48,0.4697,0.41,0.2537,233,214,447
+16463,2012-11-23,4,1,11,16,0,5,1,2,0.48,0.4697,0.41,0.1045,158,199,357
+16464,2012-11-23,4,1,11,17,0,5,1,2,0.48,0.4697,0.39,0.0896,117,183,300
+16465,2012-11-23,4,1,11,18,0,5,1,2,0.46,0.4545,0.44,0,50,158,208
+16466,2012-11-23,4,1,11,19,0,5,1,2,0.46,0.4545,0.47,0.1642,33,121,154
+16467,2012-11-23,4,1,11,20,0,5,1,1,0.46,0.4545,0.41,0.0896,42,100,142
+16468,2012-11-23,4,1,11,21,0,5,1,1,0.46,0.4545,0.47,0.2537,23,75,98
+16469,2012-11-23,4,1,11,22,0,5,1,1,0.44,0.4394,0.33,0.5224,16,63,79
+16470,2012-11-23,4,1,11,23,0,5,1,1,0.42,0.4242,0.38,0.4478,20,47,67
+16471,2012-11-24,4,1,11,0,0,6,0,1,0.4,0.4091,0.37,0.4179,9,33,42
+16472,2012-11-24,4,1,11,1,0,6,0,1,0.34,0.2879,0.42,0.4925,1,19,20
+16473,2012-11-24,4,1,11,2,0,6,0,1,0.32,0.2727,0.39,0.6119,10,22,32
+16474,2012-11-24,4,1,11,3,0,6,0,1,0.28,0.2576,0.41,0.3582,6,5,11
+16475,2012-11-24,4,1,11,4,0,6,0,1,0.26,0.2121,0.41,0.4478,1,2,3
+16476,2012-11-24,4,1,11,5,0,6,0,1,0.26,0.2273,0.41,0.3284,1,2,3
+16477,2012-11-24,4,1,11,6,0,6,0,1,0.24,0.2121,0.44,0.2836,1,9,10
+16478,2012-11-24,4,1,11,7,0,6,0,2,0.26,0.2273,0.41,0.3284,4,21,25
+16479,2012-11-24,4,1,11,8,0,6,0,2,0.26,0.2121,0.44,0.4627,7,55,62
+16480,2012-11-24,4,1,11,9,0,6,0,2,0.26,0.2121,0.41,0.4478,26,96,122
+16481,2012-11-24,4,1,11,10,0,6,0,2,0.26,0.2273,0.44,0.2985,46,96,142
+16482,2012-11-24,4,1,11,11,0,6,0,2,0.28,0.2576,0.41,0.2985,55,131,186
+16483,2012-11-24,4,1,11,12,0,6,0,2,0.3,0.2576,0.36,0.6119,53,146,199
+16484,2012-11-24,4,1,11,13,0,6,0,1,0.32,0.303,0.36,0.3284,64,161,225
+16485,2012-11-24,4,1,11,14,0,6,0,1,0.32,0.2879,0.33,0.4627,58,149,207
+16486,2012-11-24,4,1,11,15,0,6,0,1,0.3,0.2727,0.36,0.4627,59,139,198
+16487,2012-11-24,4,1,11,16,0,6,0,1,0.28,0.2424,0.38,0.4478,43,127,170
+16488,2012-11-24,4,1,11,17,0,6,0,1,0.26,0.2273,0.41,0.3881,29,97,126
+16489,2012-11-24,4,1,11,18,0,6,0,1,0.26,0.2273,0.38,0.3881,22,123,145
+16490,2012-11-24,4,1,11,19,0,6,0,1,0.26,0.2424,0.41,0.2537,9,74,83
+16491,2012-11-24,4,1,11,20,0,6,0,1,0.24,0.2121,0.44,0.2836,3,55,58
+16492,2012-11-24,4,1,11,21,0,6,0,1,0.24,0.2273,0.44,0.194,9,66,75
+16493,2012-11-24,4,1,11,22,0,6,0,1,0.24,0.2273,0.44,0.2537,7,69,76
+16494,2012-11-24,4,1,11,23,0,6,0,1,0.24,0.2273,0.44,0.194,9,48,57
+16495,2012-11-25,4,1,11,0,0,0,0,1,0.22,0.2121,0.47,0.2537,3,31,34
+16496,2012-11-25,4,1,11,1,0,0,0,1,0.22,0.2273,0.44,0.194,4,32,36
+16497,2012-11-25,4,1,11,2,0,0,0,1,0.22,0.197,0.44,0.3582,1,27,28
+16498,2012-11-25,4,1,11,3,0,0,0,1,0.22,0.2727,0.44,0,0,8,8
+16499,2012-11-25,4,1,11,4,0,0,0,1,0.22,0.2727,0.44,0,1,1,2
+16500,2012-11-25,4,1,11,5,0,0,0,2,0.22,0.2273,0.47,0.1642,0,3,3
+16501,2012-11-25,4,1,11,6,0,0,0,2,0.22,0.2424,0.47,0.1045,1,10,11
+16502,2012-11-25,4,1,11,7,0,0,0,2,0.22,0.2424,0.51,0.1045,2,19,21
+16503,2012-11-25,4,1,11,8,0,0,0,2,0.22,0.2273,0.51,0.194,2,32,34
+16504,2012-11-25,4,1,11,9,0,0,0,2,0.24,0.2273,0.48,0.2239,13,83,96
+16505,2012-11-25,4,1,11,10,0,0,0,1,0.24,0.2273,0.48,0.2537,15,124,139
+16506,2012-11-25,4,1,11,11,0,0,0,2,0.26,0.2576,0.41,0.2239,49,155,204
+16507,2012-11-25,4,1,11,12,0,0,0,2,0.26,0.2576,0.41,0.2239,37,165,202
+16508,2012-11-25,4,1,11,13,0,0,0,2,0.26,0.2576,0.41,0.1642,37,158,195
+16509,2012-11-25,4,1,11,14,0,0,0,2,0.3,0.2879,0.42,0.2537,33,170,203
+16510,2012-11-25,4,1,11,15,0,0,0,1,0.3,0.2879,0.42,0.2537,36,209,245
+16511,2012-11-25,4,1,11,16,0,0,0,1,0.3,0.2879,0.39,0.2239,25,203,228
+16512,2012-11-25,4,1,11,17,0,0,0,1,0.28,0.2727,0.41,0.1642,11,170,181
+16513,2012-11-25,4,1,11,18,0,0,0,1,0.26,0.2576,0.44,0.1642,9,132,141
+16514,2012-11-25,4,1,11,19,0,0,0,1,0.26,0.303,0.41,0,13,114,127
+16515,2012-11-25,4,1,11,20,0,0,0,1,0.24,0.2879,0.6,0,9,110,119
+16516,2012-11-25,4,1,11,21,0,0,0,1,0.26,0.303,0.48,0,4,60,64
+16517,2012-11-25,4,1,11,22,0,0,0,1,0.24,0.2879,0.6,0,3,59,62
+16518,2012-11-25,4,1,11,23,0,0,0,1,0.22,0.2576,0.69,0.0896,1,40,41
+16519,2012-11-26,4,1,11,0,0,1,1,1,0.22,0.2727,0.69,0,4,19,23
+16520,2012-11-26,4,1,11,1,0,1,1,1,0.2,0.2576,0.69,0,1,9,10
+16521,2012-11-26,4,1,11,2,0,1,1,1,0.2,0.2576,0.69,0,0,5,5
+16522,2012-11-26,4,1,11,3,0,1,1,1,0.2,0.2576,0.69,0,1,4,5
+16523,2012-11-26,4,1,11,4,0,1,1,1,0.22,0.2727,0.69,0,0,10,10
+16524,2012-11-26,4,1,11,5,0,1,1,1,0.22,0.2273,0.69,0.1642,0,41,41
+16525,2012-11-26,4,1,11,6,0,1,1,1,0.22,0.2727,0.69,0,1,123,124
+16526,2012-11-26,4,1,11,7,0,1,1,1,0.24,0.2879,0.65,0,2,363,365
+16527,2012-11-26,4,1,11,8,0,1,1,1,0.24,0.2879,0.65,0,9,629,638
+16528,2012-11-26,4,1,11,9,0,1,1,1,0.28,0.303,0.56,0.0896,10,276,286
+16529,2012-11-26,4,1,11,10,0,1,1,1,0.32,0.3485,0.49,0,20,127,147
+16530,2012-11-26,4,1,11,11,0,1,1,1,0.4,0.4091,0.37,0.2985,18,112,130
+16531,2012-11-26,4,1,11,12,0,1,1,1,0.42,0.4242,0.35,0.1045,22,188,210
+16532,2012-11-26,4,1,11,13,0,1,1,1,0.42,0.4242,0.35,0.1045,20,197,217
+16533,2012-11-26,4,1,11,14,0,1,1,1,0.42,0.4242,0.35,0,51,177,228
+16534,2012-11-26,4,1,11,15,0,1,1,1,0.42,0.4242,0.35,0.0896,49,181,230
+16535,2012-11-26,4,1,11,16,0,1,1,1,0.44,0.4394,0.3,0,49,297,346
+16536,2012-11-26,4,1,11,17,0,1,1,1,0.42,0.4242,0.32,0,13,540,553
+16537,2012-11-26,4,1,11,18,0,1,1,1,0.36,0.3485,0.5,0.1642,19,502,521
+16538,2012-11-26,4,1,11,19,0,1,1,1,0.34,0.3636,0.53,0,16,355,371
+16539,2012-11-26,4,1,11,20,0,1,1,1,0.34,0.3636,0.49,0,12,265,277
+16540,2012-11-26,4,1,11,21,0,1,1,1,0.34,0.3636,0.49,0,9,172,181
+16541,2012-11-26,4,1,11,22,0,1,1,1,0.32,0.3485,0.61,0,3,101,104
+16542,2012-11-26,4,1,11,23,0,1,1,2,0.32,0.3333,0.66,0.1045,8,57,65
+16543,2012-11-27,4,1,11,0,0,2,1,2,0.32,0.3333,0.66,0.0896,2,24,26
+16544,2012-11-27,4,1,11,1,0,2,1,2,0.32,0.3333,0.7,0.1343,0,6,6
+16545,2012-11-27,4,1,11,2,0,2,1,2,0.32,0.3182,0.7,0.1642,0,5,5
+16546,2012-11-27,4,1,11,3,0,2,1,3,0.32,0.3333,0.7,0.1343,1,3,4
+16547,2012-11-27,4,1,11,4,0,2,1,3,0.3,0.2879,0.81,0.194,0,5,5
+16548,2012-11-27,4,1,11,5,0,2,1,2,0.3,0.2879,0.81,0.2239,0,31,31
+16549,2012-11-27,4,1,11,6,0,2,1,2,0.3,0.303,0.81,0.1642,3,97,100
+16550,2012-11-27,4,1,11,7,0,2,1,3,0.3,0.303,0.81,0.1343,4,289,293
+16551,2012-11-27,4,1,11,8,0,2,1,3,0.32,0.3182,0.81,0.1642,6,494,500
+16552,2012-11-27,4,1,11,9,0,2,1,2,0.32,0.3333,0.81,0.1343,11,257,268
+16553,2012-11-27,4,1,11,10,0,2,1,3,0.32,0.3182,0.81,0.194,5,52,57
+16554,2012-11-27,4,1,11,11,0,2,1,3,0.3,0.2727,0.87,0.2985,6,59,65
+16555,2012-11-27,4,1,11,12,0,2,1,3,0.28,0.2576,0.87,0.3881,6,70,76
+16556,2012-11-27,4,1,11,13,0,2,1,3,0.28,0.2727,0.87,0.2537,4,73,77
+16557,2012-11-27,4,1,11,14,0,2,1,3,0.28,0.2576,0.87,0.3582,8,86,94
+16558,2012-11-27,4,1,11,15,0,2,1,2,0.3,0.2727,0.75,0.2985,9,146,155
+16559,2012-11-27,4,1,11,16,0,2,1,2,0.3,0.2727,0.75,0.2985,5,252,257
+16560,2012-11-27,4,1,11,17,0,2,1,2,0.3,0.2727,0.75,0.3881,13,514,527
+16561,2012-11-27,4,1,11,18,0,2,1,1,0.26,0.2273,0.81,0.3582,13,469,482
+16562,2012-11-27,4,1,11,19,0,2,1,1,0.26,0.2576,0.73,0.2985,12,338,350
+16563,2012-11-27,4,1,11,20,0,2,1,1,0.26,0.2273,0.75,0.3284,4,228,232
+16564,2012-11-27,4,1,11,21,0,2,1,1,0.24,0.2121,0.81,0.2836,6,179,185
+16565,2012-11-27,4,1,11,22,0,2,1,1,0.24,0.2424,0.81,0.1642,2,95,97
+16566,2012-11-27,4,1,11,23,0,2,1,2,0.26,0.2424,0.81,0.2537,3,64,67
+16567,2012-11-28,4,1,11,0,0,3,1,2,0.26,0.2424,0.75,0.2537,1,22,23
+16568,2012-11-28,4,1,11,1,0,3,1,2,0.26,0.2576,0.75,0.2239,0,12,12
+16569,2012-11-28,4,1,11,2,0,3,1,2,0.26,0.2576,0.75,0.2239,0,1,1
+16570,2012-11-28,4,1,11,3,0,3,1,2,0.26,0.2576,0.7,0.2239,0,3,3
+16571,2012-11-28,4,1,11,4,0,3,1,2,0.26,0.2576,0.7,0.194,0,4,4
+16572,2012-11-28,4,1,11,5,0,3,1,2,0.26,0.2727,0.7,0.1343,0,39,39
+16573,2012-11-28,4,1,11,6,0,3,1,2,0.26,0.2576,0.65,0.2239,4,132,136
+16574,2012-11-28,4,1,11,7,0,3,1,2,0.26,0.2576,0.56,0.194,6,403,409
+16575,2012-11-28,4,1,11,8,0,3,1,1,0.24,0.2121,0.6,0.2836,9,683,692
+16576,2012-11-28,4,1,11,9,0,3,1,1,0.28,0.2727,0.52,0.194,13,309,322
+16577,2012-11-28,4,1,11,10,0,3,1,1,0.3,0.3182,0.49,0.1045,17,144,161
+16578,2012-11-28,4,1,11,11,0,3,1,1,0.32,0.3182,0.45,0.1642,19,127,146
+16579,2012-11-28,4,1,11,12,0,3,1,1,0.34,0.303,0.42,0.3881,19,189,208
+16580,2012-11-28,4,1,11,13,0,3,1,1,0.34,0.3333,0.42,0.194,21,193,214
+16581,2012-11-28,4,1,11,14,0,3,1,1,0.36,0.3333,0.4,0.2985,15,161,176
+16582,2012-11-28,4,1,11,15,0,3,1,1,0.36,0.3333,0.32,0.3284,7,172,179
+16583,2012-11-28,4,1,11,16,0,3,1,1,0.36,0.3333,0.29,0.2537,9,316,325
+16584,2012-11-28,4,1,11,17,0,3,1,1,0.34,0.3333,0.31,0.1343,17,546,563
+16585,2012-11-28,4,1,11,18,0,3,1,1,0.32,0.303,0.33,0.2836,12,530,542
+16586,2012-11-28,4,1,11,19,0,3,1,1,0.32,0.3182,0.36,0.1642,9,378,387
+16587,2012-11-28,4,1,11,20,0,3,1,1,0.32,0.3333,0.36,0.1343,5,258,263
+16588,2012-11-28,4,1,11,21,0,3,1,1,0.3,0.303,0.39,0.1642,4,219,223
+16589,2012-11-28,4,1,11,22,0,3,1,1,0.28,0.2727,0.45,0.1642,6,148,154
+16590,2012-11-28,4,1,11,23,0,3,1,1,0.26,0.2727,0.48,0.1343,5,73,78
+16591,2012-11-29,4,1,11,0,0,4,1,1,0.24,0.2576,0.56,0.0896,4,25,29
+16592,2012-11-29,4,1,11,1,0,4,1,1,0.22,0.2576,0.64,0.0896,1,15,16
+16593,2012-11-29,4,1,11,2,0,4,1,1,0.22,0.2727,0.64,0,1,6,7
+16594,2012-11-29,4,1,11,4,0,4,1,1,0.2,0.2273,0.75,0.0896,0,7,7
+16595,2012-11-29,4,1,11,5,0,4,1,1,0.2,0.2576,0.69,0,0,42,42
+16596,2012-11-29,4,1,11,6,0,4,1,1,0.22,0.2727,0.69,0,1,120,121
+16597,2012-11-29,4,1,11,7,0,4,1,1,0.2,0.2576,0.64,0,8,354,362
+16598,2012-11-29,4,1,11,8,0,4,1,1,0.2,0.2273,0.69,0.1045,15,664,679
+16599,2012-11-29,4,1,11,9,0,4,1,1,0.24,0.2879,0.6,0,13,286,299
+16600,2012-11-29,4,1,11,10,0,4,1,1,0.28,0.303,0.65,0.0896,25,153,178
+16601,2012-11-29,4,1,11,11,0,4,1,1,0.36,0.3485,0.37,0.2239,13,150,163
+16602,2012-11-29,4,1,11,12,0,4,1,1,0.36,0.3485,0.4,0.1642,11,225,236
+16603,2012-11-29,4,1,11,13,0,4,1,1,0.38,0.3939,0.32,0.1343,15,209,224
+16604,2012-11-29,4,1,11,14,0,4,1,1,0.36,0.3485,0.43,0.2239,13,174,187
+16605,2012-11-29,4,1,11,15,0,4,1,1,0.36,0.3333,0.43,0.2836,19,201,220
+16606,2012-11-29,4,1,11,16,0,4,1,1,0.36,0.3485,0.4,0.2239,24,346,370
+16607,2012-11-29,4,1,11,17,0,4,1,1,0.34,0.3333,0.39,0.194,17,544,561
+16608,2012-11-29,4,1,11,18,0,4,1,1,0.32,0.3182,0.49,0.1642,17,520,537
+16609,2012-11-29,4,1,11,19,0,4,1,1,0.3,0.2879,0.52,0.194,18,326,344
+16610,2012-11-29,4,1,11,20,0,4,1,1,0.3,0.303,0.52,0.1642,11,241,252
+16611,2012-11-29,4,1,11,21,0,4,1,1,0.26,0.2727,0.65,0.1343,7,201,208
+16612,2012-11-29,4,1,11,22,0,4,1,1,0.26,0.2879,0.7,0.0896,4,147,151
+16613,2012-11-29,4,1,11,23,0,4,1,1,0.28,0.3182,0.61,0,6,124,130
+16614,2012-11-30,4,1,11,0,0,5,1,1,0.26,0.2576,0.7,0.1642,4,48,52
+16615,2012-11-30,4,1,11,1,0,5,1,1,0.24,0.2576,0.7,0.0896,2,17,19
+16616,2012-11-30,4,1,11,2,0,5,1,1,0.24,0.2879,0.75,0,2,10,12
+16617,2012-11-30,4,1,11,3,0,5,1,1,0.24,0.2879,0.75,0,0,4,4
+16618,2012-11-30,4,1,11,4,0,5,1,1,0.22,0.2727,0.75,0,0,3,3
+16619,2012-11-30,4,1,11,5,0,5,1,1,0.2,0.2576,0.8,0,1,39,40
+16620,2012-11-30,4,1,11,6,0,5,1,1,0.2,0.2576,0.86,0,2,104,106
+16621,2012-11-30,4,1,11,7,0,5,1,1,0.22,0.2727,0.8,0,6,346,352
+16622,2012-11-30,4,1,11,8,0,5,1,2,0.22,0.2576,0.8,0.0896,20,709,729
+16623,2012-11-30,4,1,11,9,0,5,1,1,0.24,0.2576,0.75,0.0896,17,313,330
+16624,2012-11-30,4,1,11,10,0,5,1,2,0.3,0.3333,0.65,0,10,159,169
+16625,2012-11-30,4,1,11,11,0,5,1,2,0.34,0.3485,0.53,0.0896,31,170,201
+16626,2012-11-30,4,1,11,12,0,5,1,2,0.38,0.3939,0.46,0,25,243,268
+16627,2012-11-30,4,1,11,13,0,5,1,2,0.4,0.4091,0.4,0.1642,21,241,262
+16628,2012-11-30,4,1,11,14,0,5,1,2,0.4,0.4091,0.4,0.1045,26,225,251
+16629,2012-11-30,4,1,11,15,0,5,1,2,0.42,0.4242,0.38,0.1045,34,262,296
+16630,2012-11-30,4,1,11,16,0,5,1,1,0.4,0.4091,0.43,0.1343,37,368,405
+16631,2012-11-30,4,1,11,17,0,5,1,1,0.36,0.3485,0.5,0.194,31,551,582
+16632,2012-11-30,4,1,11,18,0,5,1,2,0.34,0.3636,0.61,0,20,489,509
+16633,2012-11-30,4,1,11,19,0,5,1,1,0.32,0.3485,0.66,0,18,359,377
+16634,2012-11-30,4,1,11,20,0,5,1,1,0.32,0.3485,0.66,0,12,233,245
+16635,2012-11-30,4,1,11,21,0,5,1,1,0.3,0.3182,0.75,0.0896,14,169,183
+16636,2012-11-30,4,1,11,22,0,5,1,1,0.3,0.3333,0.75,0,18,145,163
+16637,2012-11-30,4,1,11,23,0,5,1,2,0.3,0.3182,0.75,0.0896,11,99,110
+16638,2012-12-01,4,1,12,0,0,6,0,1,0.26,0.303,0.81,0,9,99,108
+16639,2012-12-01,4,1,12,1,0,6,0,1,0.26,0.303,0.81,0,5,64,69
+16640,2012-12-01,4,1,12,2,0,6,0,2,0.26,0.303,0.81,0,3,47,50
+16641,2012-12-01,4,1,12,3,0,6,0,2,0.26,0.2727,0.81,0.1343,1,14,15
+16642,2012-12-01,4,1,12,4,0,6,0,1,0.26,0.2879,0.81,0.0896,0,5,5
+16643,2012-12-01,4,1,12,5,0,6,0,1,0.24,0.2576,0.87,0.0896,1,12,13
+16644,2012-12-01,4,1,12,6,0,6,0,1,0.24,0.2424,0.87,0.1343,7,20,27
+16645,2012-12-01,4,1,12,7,0,6,0,2,0.24,0.2424,0.87,0.1343,7,56,63
+16646,2012-12-01,4,1,12,8,0,6,0,2,0.24,0.2424,0.87,0.1343,11,133,144
+16647,2012-12-01,4,1,12,9,0,6,0,2,0.26,0.2424,0.93,0.2537,34,159,193
+16648,2012-12-01,4,1,12,10,0,6,0,2,0.28,0.2727,0.89,0.1642,45,211,256
+16649,2012-12-01,4,1,12,11,0,6,0,2,0.32,0.3333,0.76,0.1045,74,318,392
+16650,2012-12-01,4,1,12,12,0,6,0,2,0.32,0.3333,0.81,0.0896,119,327,446
+16651,2012-12-01,4,1,12,13,0,6,0,2,0.34,0.3636,0.76,0,123,386,509
+16652,2012-12-01,4,1,12,14,0,6,0,2,0.36,0.3788,0.71,0,110,369,479
+16653,2012-12-01,4,1,12,15,0,6,0,2,0.4,0.4091,0.62,0,113,371,484
+16654,2012-12-01,4,1,12,16,0,6,0,2,0.38,0.3939,0.66,0,89,354,443
+16655,2012-12-01,4,1,12,17,0,6,0,2,0.34,0.3485,0.76,0.1045,50,270,320
+16656,2012-12-01,4,1,12,18,0,6,0,2,0.34,0.3636,0.76,0,42,255,297
+16657,2012-12-01,4,1,12,19,0,6,0,2,0.32,0.3485,0.81,0,30,219,249
+16658,2012-12-01,4,1,12,20,0,6,0,1,0.32,0.3485,0.81,0,28,170,198
+16659,2012-12-01,4,1,12,21,0,6,0,2,0.3,0.3333,0.87,0,23,135,158
+16660,2012-12-01,4,1,12,22,0,6,0,2,0.3,0.3333,0.87,0,17,130,147
+16661,2012-12-01,4,1,12,23,0,6,0,2,0.32,0.3485,0.81,0,10,116,126
+16662,2012-12-02,4,1,12,0,0,0,0,2,0.3,0.3182,0.87,0.0896,9,108,117
+16663,2012-12-02,4,1,12,1,0,0,0,2,0.3,0.3182,0.87,0.0896,10,84,94
+16664,2012-12-02,4,1,12,2,0,0,0,2,0.3,0.3333,0.87,0,2,72,74
+16665,2012-12-02,4,1,12,3,0,0,0,2,0.26,0.303,0.93,0,4,21,25
+16666,2012-12-02,4,1,12,4,0,0,0,2,0.26,0.303,0.93,0,1,6,7
+16667,2012-12-02,4,1,12,5,0,0,0,2,0.26,0.303,0.93,0,1,7,8
+16668,2012-12-02,4,1,12,6,0,0,0,2,0.24,0.2424,0.93,0.1343,1,15,16
+16669,2012-12-02,4,1,12,7,0,0,0,2,0.24,0.2424,0.93,0.1343,5,26,31
+16670,2012-12-02,4,1,12,8,0,0,0,2,0.26,0.2879,0.93,0.0896,12,81,93
+16671,2012-12-02,4,1,12,9,0,0,0,2,0.28,0.2727,0.93,0.1642,37,135,172
+16672,2012-12-02,4,1,12,10,0,0,0,2,0.3,0.3333,0.87,0,63,230,293
+16673,2012-12-02,4,1,12,11,0,0,0,2,0.32,0.3182,0.81,0.1642,81,274,355
+16674,2012-12-02,4,1,12,12,0,0,0,2,0.34,0.3333,0.81,0.1642,111,409,520
+16675,2012-12-02,4,1,12,13,0,0,0,1,0.4,0.4091,0.71,0.2239,84,347,431
+16676,2012-12-02,4,1,12,14,0,0,0,1,0.44,0.4394,0.62,0.2537,142,331,473
+16677,2012-12-02,4,1,12,15,0,0,0,1,0.44,0.4394,0.67,0.1343,106,311,417
+16678,2012-12-02,4,1,12,16,0,0,0,2,0.44,0.4394,0.67,0.1045,85,358,443
+16679,2012-12-02,4,1,12,17,0,0,0,3,0.4,0.4091,0.76,0.194,59,244,303
+16680,2012-12-02,4,1,12,18,0,0,0,2,0.44,0.4394,0.72,0.1045,25,178,203
+16681,2012-12-02,4,1,12,19,0,0,0,2,0.4,0.4091,0.82,0.194,16,158,174
+16682,2012-12-02,4,1,12,20,0,0,0,2,0.42,0.4242,0.82,0.194,12,142,154
+16683,2012-12-02,4,1,12,21,0,0,0,2,0.44,0.4394,0.77,0.2239,8,91,99
+16684,2012-12-02,4,1,12,22,0,0,0,2,0.44,0.4394,0.77,0.194,11,85,96
+16685,2012-12-02,4,1,12,23,0,0,0,2,0.42,0.4242,0.82,0.1343,7,44,51
+16686,2012-12-03,4,1,12,0,0,1,1,2,0.42,0.4242,0.82,0.1642,3,18,21
+16687,2012-12-03,4,1,12,1,0,1,1,1,0.4,0.4091,0.82,0.1343,2,11,13
+16688,2012-12-03,4,1,12,2,0,1,1,1,0.42,0.4242,0.77,0.1642,1,9,10
+16689,2012-12-03,4,1,12,3,0,1,1,1,0.38,0.3939,0.87,0,2,6,8
+16690,2012-12-03,4,1,12,4,0,1,1,1,0.36,0.3788,0.93,0,1,4,5
+16691,2012-12-03,4,1,12,5,0,1,1,1,0.34,0.3485,0.93,0.0896,0,38,38
+16692,2012-12-03,4,1,12,6,0,1,1,1,0.36,0.3788,0.93,0,2,136,138
+16693,2012-12-03,4,1,12,7,0,1,1,2,0.34,0.3636,0.93,0,9,387,396
+16694,2012-12-03,4,1,12,8,0,1,1,1,0.36,0.3788,0.93,0,19,712,731
+16695,2012-12-03,4,1,12,9,0,1,1,1,0.4,0.4091,0.87,0.0896,19,289,308
+16696,2012-12-03,4,1,12,10,0,1,1,1,0.44,0.4394,0.77,0.1343,31,105,136
+16697,2012-12-03,4,1,12,11,0,1,1,1,0.48,0.4697,0.77,0.1343,51,182,233
+16698,2012-12-03,4,1,12,12,0,1,1,1,0.52,0.5,0.68,0.1642,40,228,268
+16699,2012-12-03,4,1,12,13,0,1,1,1,0.58,0.5455,0.56,0.0896,81,240,321
+16700,2012-12-03,4,1,12,14,0,1,1,1,0.6,0.6212,0.53,0,51,209,260
+16701,2012-12-03,4,1,12,15,0,1,1,1,0.6,0.6212,0.56,0,58,210,268
+16702,2012-12-03,4,1,12,16,0,1,1,1,0.6,0.6212,0.53,0.1343,45,397,442
+16703,2012-12-03,4,1,12,17,0,1,1,1,0.52,0.5,0.63,0.1045,43,665,708
+16704,2012-12-03,4,1,12,18,0,1,1,1,0.5,0.4848,0.68,0.0896,26,666,692
+16705,2012-12-03,4,1,12,19,0,1,1,1,0.5,0.4848,0.68,0.0896,27,444,471
+16706,2012-12-03,4,1,12,20,0,1,1,2,0.46,0.4545,0.77,0,16,284,300
+16707,2012-12-03,4,1,12,21,0,1,1,1,0.44,0.4394,0.82,0.194,14,207,221
+16708,2012-12-03,4,1,12,22,0,1,1,1,0.42,0.4242,0.82,0.1045,5,139,144
+16709,2012-12-03,4,1,12,23,0,1,1,1,0.42,0.4242,0.82,0.1045,9,93,102
+16710,2012-12-04,4,1,12,0,0,2,1,1,0.42,0.4242,0.88,0.1045,6,49,55
+16711,2012-12-04,4,1,12,1,0,2,1,1,0.42,0.4242,0.82,0.1045,3,22,25
+16712,2012-12-04,4,1,12,2,0,2,1,1,0.42,0.4242,0.88,0.0896,3,5,8
+16713,2012-12-04,4,1,12,3,0,2,1,2,0.4,0.4091,0.87,0.1343,1,3,4
+16714,2012-12-04,4,1,12,4,0,2,1,2,0.4,0.4091,0.87,0.1343,0,7,7
+16715,2012-12-04,4,1,12,5,0,2,1,2,0.44,0.4394,0.88,0,1,45,46
+16716,2012-12-04,4,1,12,6,0,2,1,2,0.36,0.3788,0.93,0,3,150,153
+16717,2012-12-04,4,1,12,7,0,2,1,1,0.42,0.4242,0.88,0.1343,7,495,502
+16718,2012-12-04,4,1,12,8,0,2,1,2,0.44,0.4394,0.88,0.1642,21,700,721
+16719,2012-12-04,4,1,12,9,0,2,1,1,0.46,0.4545,0.82,0.1045,19,317,336
+16720,2012-12-04,4,1,12,10,0,2,1,1,0.46,0.4545,0.82,0.194,26,130,156
+16721,2012-12-04,4,1,12,11,0,2,1,1,0.48,0.4697,0.77,0.194,24,183,207
+16722,2012-12-04,4,1,12,12,0,2,1,1,0.52,0.5,0.68,0.194,39,273,312
+16723,2012-12-04,4,1,12,13,0,2,1,2,0.54,0.5152,0.64,0.1642,39,233,272
+16724,2012-12-04,4,1,12,14,0,2,1,2,0.58,0.5455,0.56,0.2239,39,231,270
+16725,2012-12-04,4,1,12,15,0,2,1,2,0.6,0.6212,0.49,0.2537,56,244,300
+16726,2012-12-04,4,1,12,16,0,2,1,1,0.58,0.5455,0.49,0.2836,44,391,435
+16727,2012-12-04,4,1,12,17,0,2,1,1,0.52,0.5,0.59,0.2239,43,700,743
+16728,2012-12-04,4,1,12,18,0,2,1,1,0.5,0.4848,0.63,0.2239,38,693,731
+16729,2012-12-04,4,1,12,19,0,2,1,1,0.48,0.4697,0.67,0.2239,46,414,460
+16730,2012-12-04,4,1,12,20,0,2,1,2,0.5,0.4848,0.63,0.2239,34,272,306
+16731,2012-12-04,4,1,12,21,0,2,1,2,0.5,0.4848,0.63,0.2537,28,252,280
+16732,2012-12-04,4,1,12,22,0,2,1,2,0.5,0.4848,0.63,0.2985,26,155,181
+16733,2012-12-04,4,1,12,23,0,2,1,1,0.48,0.4697,0.67,0.2537,5,91,96
+16734,2012-12-05,4,1,12,0,0,3,1,1,0.5,0.4848,0.59,0.2836,6,31,37
+16735,2012-12-05,4,1,12,1,0,3,1,1,0.52,0.5,0.55,0.3284,0,11,11
+16736,2012-12-05,4,1,12,2,0,3,1,1,0.46,0.4545,0.67,0.1642,2,7,9
+16737,2012-12-05,4,1,12,3,0,3,1,1,0.48,0.4697,0.67,0.1343,0,7,7
+16738,2012-12-05,4,1,12,4,0,3,1,1,0.5,0.4848,0.63,0.4478,1,9,10
+16739,2012-12-05,4,1,12,5,0,3,1,1,0.5,0.4848,0.59,0.2836,1,48,49
+16740,2012-12-05,4,1,12,6,0,3,1,3,0.48,0.4697,0.55,0.3881,5,119,124
+16741,2012-12-05,4,1,12,7,0,3,1,3,0.46,0.4545,0.59,0.2985,9,389,398
+16742,2012-12-05,4,1,12,8,0,3,1,2,0.44,0.4394,0.58,0.2836,22,737,759
+16743,2012-12-05,4,1,12,9,0,3,1,2,0.44,0.4394,0.51,0.2239,26,362,388
+16744,2012-12-05,4,1,12,10,0,3,1,2,0.44,0.4394,0.47,0.3582,14,127,141
+16745,2012-12-05,4,1,12,11,0,3,1,1,0.44,0.4394,0.44,0.2836,11,161,172
+16746,2012-12-05,4,1,12,12,0,3,1,1,0.44,0.4394,0.41,0.2836,24,208,232
+16747,2012-12-05,4,1,12,13,0,3,1,1,0.46,0.4545,0.41,0.2836,14,200,214
+16748,2012-12-05,4,1,12,14,0,3,1,1,0.48,0.4697,0.33,0.4925,39,179,218
+16749,2012-12-05,4,1,12,15,0,3,1,1,0.48,0.4697,0.33,0.2836,20,265,285
+16750,2012-12-05,4,1,12,16,0,3,1,1,0.46,0.4545,0.33,0.2836,23,354,377
+16751,2012-12-05,4,1,12,17,0,3,1,1,0.44,0.4394,0.35,0.2836,29,576,605
+16752,2012-12-05,4,1,12,18,0,3,1,1,0.42,0.4242,0.35,0.4478,29,580,609
+16753,2012-12-05,4,1,12,19,0,3,1,1,0.38,0.3939,0.43,0.3582,14,400,414
+16754,2012-12-05,4,1,12,20,0,3,1,1,0.34,0.303,0.46,0.3881,19,274,293
+16755,2012-12-05,4,1,12,21,0,3,1,1,0.34,0.303,0.46,0.4179,14,184,198
+16756,2012-12-05,4,1,12,22,0,3,1,1,0.32,0.2879,0.45,0.3881,4,101,105
+16757,2012-12-05,4,1,12,23,0,3,1,1,0.3,0.2727,0.49,0.3881,5,69,74
+16758,2012-12-06,4,1,12,0,0,4,1,1,0.26,0.2424,0.48,0.2836,1,43,44
+16759,2012-12-06,4,1,12,1,0,4,1,1,0.26,0.2424,0.48,0.2836,0,16,16
+16760,2012-12-06,4,1,12,2,0,4,1,1,0.24,0.2121,0.52,0.2836,0,9,9
+16761,2012-12-06,4,1,12,3,0,4,1,1,0.22,0.2273,0.55,0.194,0,2,2
+16762,2012-12-06,4,1,12,4,0,4,1,1,0.22,0.2121,0.55,0.2985,1,8,9
+16763,2012-12-06,4,1,12,5,0,4,1,1,0.22,0.2121,0.55,0.2836,0,32,32
+16764,2012-12-06,4,1,12,6,0,4,1,1,0.22,0.2121,0.55,0.2985,2,122,124
+16765,2012-12-06,4,1,12,7,0,4,1,1,0.22,0.2121,0.51,0.2985,8,381,389
+16766,2012-12-06,4,1,12,8,0,4,1,1,0.22,0.2121,0.51,0.2985,13,646,659
+16767,2012-12-06,4,1,12,9,0,4,1,1,0.24,0.2273,0.48,0.194,19,257,276
+16768,2012-12-06,4,1,12,10,0,4,1,1,0.24,0.2273,0.52,0.194,23,122,145
+16769,2012-12-06,4,1,12,11,0,4,1,1,0.26,0.2576,0.48,0.1642,16,162,178
+16770,2012-12-06,4,1,12,12,0,4,1,1,0.28,0.3182,0.41,0,29,206,235
+16771,2012-12-06,4,1,12,13,0,4,1,1,0.3,0.3333,0.39,0,33,212,245
+16772,2012-12-06,4,1,12,14,0,4,1,1,0.3,0.3182,0.42,0.0896,37,175,212
+16773,2012-12-06,4,1,12,15,0,4,1,1,0.32,0.3485,0.39,0,38,232,270
+16774,2012-12-06,4,1,12,16,0,4,1,1,0.32,0.3485,0.42,0,39,292,331
+16775,2012-12-06,4,1,12,17,0,4,1,1,0.3,0.3182,0.45,0.1045,31,586,617
+16776,2012-12-06,4,1,12,18,0,4,1,1,0.28,0.2727,0.45,0.1642,23,542,565
+16777,2012-12-06,4,1,12,19,0,4,1,1,0.26,0.2576,0.6,0.194,13,360,373
+16778,2012-12-06,4,1,12,20,0,4,1,2,0.24,0.2576,0.6,0.1045,5,222,227
+16779,2012-12-06,4,1,12,21,0,4,1,2,0.24,0.2424,0.6,0.1343,7,184,191
+16780,2012-12-06,4,1,12,22,0,4,1,1,0.24,0.2424,0.65,0.1642,2,131,133
+16781,2012-12-06,4,1,12,23,0,4,1,1,0.24,0.2424,0.65,0.1642,0,93,93
+16782,2012-12-07,4,1,12,0,0,5,1,1,0.24,0.2576,0.7,0.1045,3,45,48
+16783,2012-12-07,4,1,12,1,0,5,1,2,0.24,0.2273,0.7,0.194,2,26,28
+16784,2012-12-07,4,1,12,2,0,5,1,2,0.26,0.2727,0.7,0.1343,0,11,11
+16785,2012-12-07,4,1,12,3,0,5,1,2,0.26,0.2576,0.81,0.194,0,5,5
+16786,2012-12-07,4,1,12,4,0,5,1,1,0.26,0.2727,0.75,0.1045,0,10,10
+16787,2012-12-07,4,1,12,5,0,5,1,2,0.26,0.2727,0.81,0.1045,1,25,26
+16788,2012-12-07,4,1,12,6,0,5,1,2,0.28,0.2727,0.75,0.1642,0,84,84
+16789,2012-12-07,4,1,12,7,0,5,1,3,0.28,0.2727,0.81,0.1642,3,212,215
+16790,2012-12-07,4,1,12,8,0,5,1,2,0.3,0.2879,0.75,0.194,11,430,441
+16791,2012-12-07,4,1,12,9,0,5,1,2,0.3,0.303,0.81,0.1343,10,291,301
+16792,2012-12-07,4,1,12,10,0,5,1,2,0.32,0.3182,0.76,0.1642,16,150,166
+16793,2012-12-07,4,1,12,11,0,5,1,2,0.32,0.3182,0.76,0.194,20,183,203
+16794,2012-12-07,4,1,12,12,0,5,1,2,0.34,0.3333,0.71,0.194,36,204,240
+16795,2012-12-07,4,1,12,13,0,5,1,2,0.36,0.3485,0.66,0.1343,23,197,220
+16796,2012-12-07,4,1,12,14,0,5,1,2,0.36,0.3485,0.71,0.1642,40,175,215
+16797,2012-12-07,4,1,12,15,0,5,1,2,0.36,0.3485,0.71,0.1642,34,269,303
+16798,2012-12-07,4,1,12,16,0,5,1,1,0.36,0.3485,0.76,0.1343,39,336,375
+16799,2012-12-07,4,1,12,17,0,5,1,2,0.38,0.3939,0.66,0,29,539,568
+16800,2012-12-07,4,1,12,18,0,5,1,2,0.38,0.3939,0.71,0.1045,25,473,498
+16801,2012-12-07,4,1,12,19,0,5,1,2,0.38,0.3939,0.76,0,15,337,352
+16802,2012-12-07,4,1,12,20,0,5,1,3,0.38,0.3939,0.76,0.1045,12,229,241
+16803,2012-12-07,4,1,12,21,0,5,1,2,0.36,0.3636,0.93,0.1045,9,162,171
+16804,2012-12-07,4,1,12,22,0,5,1,2,0.36,0.3636,0.93,0.0896,15,150,165
+16805,2012-12-07,4,1,12,23,0,5,1,2,0.36,0.3636,0.93,0.0896,6,116,122
+16806,2012-12-08,4,1,12,0,0,6,0,2,0.36,0.3636,0.93,0.0896,5,98,103
+16807,2012-12-08,4,1,12,1,0,6,0,2,0.36,0.3485,0.93,0.1343,16,84,100
+16808,2012-12-08,4,1,12,2,0,6,0,2,0.36,0.3485,0.93,0.1343,3,67,70
+16809,2012-12-08,4,1,12,3,0,6,0,2,0.36,0.3636,0.93,0.1045,6,23,29
+16810,2012-12-08,4,1,12,4,0,6,0,2,0.36,0.3788,0.93,0,3,9,12
+16811,2012-12-08,4,1,12,5,0,6,0,2,0.36,0.3636,0.93,0.1045,2,4,6
+16812,2012-12-08,4,1,12,6,0,6,0,2,0.36,0.3636,0.93,0.1045,1,19,20
+16813,2012-12-08,4,1,12,7,0,6,0,2,0.36,0.3636,1,0.0896,3,36,39
+16814,2012-12-08,4,1,12,8,0,6,0,2,0.38,0.3939,0.94,0.0896,5,106,111
+16815,2012-12-08,4,1,12,9,0,6,0,2,0.38,0.3939,0.94,0,17,153,170
+16816,2012-12-08,4,1,12,10,0,6,0,2,0.4,0.4091,0.87,0.1343,43,244,287
+16817,2012-12-08,4,1,12,11,0,6,0,2,0.4,0.4091,0.87,0.1045,63,341,404
+16818,2012-12-08,4,1,12,12,0,6,0,2,0.4,0.4091,0.87,0.2239,122,364,486
+16819,2012-12-08,4,1,12,13,0,6,0,2,0.4,0.4091,0.87,0.1642,148,399,547
+16820,2012-12-08,4,1,12,14,0,6,0,2,0.4,0.4091,0.87,0.2836,164,378,542
+16821,2012-12-08,4,1,12,15,0,6,0,1,0.42,0.4242,0.82,0.1642,167,374,541
+16822,2012-12-08,4,1,12,16,0,6,0,1,0.42,0.4242,0.82,0.1642,139,368,507
+16823,2012-12-08,4,1,12,17,0,6,0,1,0.38,0.3939,0.87,0.1343,77,268,345
+16824,2012-12-08,4,1,12,18,0,6,0,1,0.4,0.4091,0.87,0.1045,40,264,304
+16825,2012-12-08,4,1,12,19,0,6,0,1,0.4,0.4091,0.87,0,34,212,246
+16826,2012-12-08,4,1,12,20,0,6,0,2,0.36,0.3788,1,0,20,162,182
+16827,2012-12-08,4,1,12,21,0,6,0,2,0.36,0.3788,1,0,34,175,209
+16828,2012-12-08,4,1,12,22,0,6,0,2,0.38,0.3939,0.94,0.1045,23,137,160
+16829,2012-12-08,4,1,12,23,0,6,0,2,0.4,0.4091,0.94,0,18,144,162
+16830,2012-12-09,4,1,12,0,0,0,0,2,0.4,0.4091,0.87,0.1343,15,103,118
+16831,2012-12-09,4,1,12,1,0,0,0,2,0.4,0.4091,0.87,0.1045,17,85,102
+16832,2012-12-09,4,1,12,2,0,0,0,2,0.4,0.4091,0.87,0.1045,8,70,78
+16833,2012-12-09,4,1,12,3,0,0,0,2,0.4,0.4091,0.87,0.1045,14,34,48
+16834,2012-12-09,4,1,12,4,0,0,0,2,0.4,0.4091,0.94,0.1045,1,11,12
+16835,2012-12-09,4,1,12,5,0,0,0,2,0.4,0.4091,0.87,0.1045,0,8,8
+16836,2012-12-09,4,1,12,6,0,0,0,3,0.4,0.4091,0.94,0.1045,0,6,6
+16837,2012-12-09,4,1,12,7,0,0,0,3,0.4,0.4091,0.87,0.2239,1,22,23
+16838,2012-12-09,4,1,12,8,0,0,0,3,0.4,0.4091,0.87,0.1642,1,68,69
+16839,2012-12-09,4,1,12,9,0,0,0,2,0.4,0.4091,0.87,0.2537,9,94,103
+16840,2012-12-09,4,1,12,10,0,0,0,2,0.4,0.4091,0.87,0.2836,39,180,219
+16841,2012-12-09,4,1,12,11,0,0,0,2,0.4,0.4091,0.87,0.2985,40,210,250
+16842,2012-12-09,4,1,12,12,0,0,0,2,0.4,0.4091,0.82,0.2985,60,255,315
+16843,2012-12-09,4,1,12,13,0,0,0,2,0.38,0.3939,0.87,0.2836,65,220,285
+16844,2012-12-09,4,1,12,14,0,0,0,2,0.38,0.3939,0.87,0.194,42,190,232
+16845,2012-12-09,4,1,12,15,0,0,0,3,0.36,0.3485,0.93,0.1642,25,200,225
+16846,2012-12-09,4,1,12,16,0,0,0,3,0.36,0.3485,0.93,0.1642,33,220,253
+16847,2012-12-09,4,1,12,17,0,0,0,3,0.36,0.3485,0.93,0.1343,20,209,229
+16848,2012-12-09,4,1,12,18,0,0,0,3,0.36,0.3636,0.93,0.0896,17,181,198
+16849,2012-12-09,4,1,12,19,0,0,0,3,0.38,0.3939,0.94,0.0896,12,110,122
+16850,2012-12-09,4,1,12,20,0,0,0,3,0.36,0.3636,1,0.0896,6,102,108
+16851,2012-12-09,4,1,12,21,0,0,0,2,0.36,0.3636,1,0.1045,10,86,96
+16852,2012-12-09,4,1,12,22,0,0,0,3,0.36,0.3636,0.93,0.1045,3,75,78
+16853,2012-12-09,4,1,12,23,0,0,0,3,0.36,0.3636,1,0.0896,3,48,51
+16854,2012-12-10,4,1,12,0,0,1,1,3,0.36,0.3636,1,0.0896,0,20,20
+16855,2012-12-10,4,1,12,1,0,1,1,2,0.36,0.3788,1,0,0,4,4
+16856,2012-12-10,4,1,12,2,0,1,1,2,0.38,0.3939,0.94,0.1045,2,3,5
+16857,2012-12-10,4,1,12,3,0,1,1,2,0.38,0.3939,0.94,0.1045,0,4,4
+16858,2012-12-10,4,1,12,4,0,1,1,2,0.38,0.3939,0.94,0.1045,3,9,12
+16859,2012-12-10,4,1,12,5,0,1,1,2,0.38,0.3939,0.94,0.1045,0,27,27
+16860,2012-12-10,4,1,12,6,0,1,1,2,0.38,0.3939,0.94,0.1642,2,121,123
+16861,2012-12-10,4,1,12,7,0,1,1,2,0.38,0.3939,0.94,0.2537,3,291,294
+16862,2012-12-10,4,1,12,8,0,1,1,2,0.42,0.4242,1,0.2537,9,575,584
+16863,2012-12-10,4,1,12,9,0,1,1,2,0.42,0.4242,1,0.2239,11,273,284
+16864,2012-12-10,4,1,12,10,0,1,1,2,0.44,0.4394,0.94,0.2239,12,121,133
+16865,2012-12-10,4,1,12,11,0,1,1,3,0.46,0.4545,0.94,0.2239,8,126,134
+16866,2012-12-10,4,1,12,12,0,1,1,3,0.44,0.4394,1,0.2239,23,150,173
+16867,2012-12-10,4,1,12,13,0,1,1,3,0.44,0.4394,1,0.2239,30,190,220
+16868,2012-12-10,4,1,12,14,0,1,1,2,0.5,0.4848,0.94,0.2239,31,179,210
+16869,2012-12-10,4,1,12,15,0,1,1,2,0.5,0.4848,0.87,0.1642,29,207,236
+16870,2012-12-10,4,1,12,16,0,1,1,2,0.5,0.4848,0.88,0.1045,37,308,345
+16871,2012-12-10,4,1,12,17,0,1,1,2,0.48,0.4697,0.82,0.2836,38,578,616
+16872,2012-12-10,4,1,12,18,0,1,1,2,0.46,0.4545,0.88,0.2836,20,544,564
+16873,2012-12-10,4,1,12,19,0,1,1,1,0.52,0.5,0.77,0.2836,18,409,427
+16874,2012-12-10,4,1,12,20,0,1,1,1,0.46,0.4545,0.88,0.2537,13,287,300
+16875,2012-12-10,4,1,12,21,0,1,1,2,0.46,0.4545,0.94,0.194,21,224,245
+16876,2012-12-10,4,1,12,22,0,1,1,2,0.5,0.4848,0.82,0.2239,11,115,126
+16877,2012-12-10,4,1,12,23,0,1,1,1,0.46,0.4545,0.88,0.2537,8,76,84
+16878,2012-12-11,4,1,12,0,0,2,1,3,0.46,0.4545,0.77,0.4627,2,29,31
+16879,2012-12-11,4,1,12,1,0,2,1,1,0.42,0.4242,0.71,0.4478,1,7,8
+16880,2012-12-11,4,1,12,2,0,2,1,2,0.4,0.4091,0.66,0.3284,0,1,1
+16881,2012-12-11,4,1,12,3,0,2,1,3,0.36,0.3333,0.76,0.2836,0,3,3
+16882,2012-12-11,4,1,12,4,0,2,1,2,0.34,0.3182,0.76,0.2836,0,8,8
+16883,2012-12-11,4,1,12,5,0,2,1,3,0.34,0.303,0.71,0.3284,1,40,41
+16884,2012-12-11,4,1,12,6,0,2,1,2,0.34,0.303,0.71,0.2985,0,118,118
+16885,2012-12-11,4,1,12,7,0,2,1,1,0.34,0.303,0.66,0.4179,8,372,380
+16886,2012-12-11,4,1,12,8,0,2,1,2,0.34,0.303,0.61,0.2985,16,708,724
+16887,2012-12-11,4,1,12,9,0,2,1,1,0.34,0.303,0.61,0.3881,12,322,334
+16888,2012-12-11,4,1,12,10,0,2,1,1,0.36,0.3333,0.57,0.3284,12,142,154
+16889,2012-12-11,4,1,12,11,0,2,1,2,0.36,0.3333,0.53,0.3582,28,145,173
+16890,2012-12-11,4,1,12,12,0,2,1,2,0.36,0.3182,0.53,0.4478,13,213,226
+16891,2012-12-11,4,1,12,13,0,2,1,2,0.38,0.3939,0.5,0.2239,28,226,254
+16892,2012-12-11,4,1,12,14,0,2,1,2,0.38,0.3939,0.5,0.2239,19,185,204
+16893,2012-12-11,4,1,12,15,0,2,1,2,0.38,0.3939,0.5,0.2239,20,250,270
+16894,2012-12-11,4,1,12,16,0,2,1,2,0.38,0.3939,0.5,0.2239,24,334,358
+16895,2012-12-11,4,1,12,17,0,2,1,1,0.32,0.303,0.53,0.2239,21,580,601
+16896,2012-12-11,4,1,12,18,0,2,1,1,0.32,0.303,0.53,0.2239,23,523,546
+16897,2012-12-11,4,1,12,19,0,2,1,1,0.32,0.303,0.53,0.2239,21,412,433
+16898,2012-12-11,4,1,12,20,0,2,1,1,0.32,0.303,0.53,0.2239,9,248,257
+16899,2012-12-11,4,1,12,21,0,2,1,1,0.32,0.3182,0.53,0.194,14,193,207
+16900,2012-12-11,4,1,12,22,0,2,1,1,0.3,0.2879,0.56,0.2239,6,100,106
+16901,2012-12-11,4,1,12,23,0,2,1,1,0.3,0.2879,0.52,0.2239,4,60,64
+16902,2012-12-12,4,1,12,0,0,3,1,1,0.3,0.303,0.52,0.1642,1,33,34
+16903,2012-12-12,4,1,12,1,0,3,1,1,0.28,0.2727,0.61,0.2239,3,18,21
+16904,2012-12-12,4,1,12,2,0,3,1,1,0.28,0.2727,0.56,0.1642,5,4,9
+16905,2012-12-12,4,1,12,3,0,3,1,1,0.26,0.2727,0.6,0.1343,3,7,10
+16906,2012-12-12,4,1,12,4,0,3,1,1,0.26,0.303,0.6,0,0,4,4
+16907,2012-12-12,4,1,12,5,0,3,1,1,0.26,0.2576,0.6,0.194,0,37,37
+16908,2012-12-12,4,1,12,6,0,3,1,2,0.26,0.2424,0.6,0.2537,2,126,128
+16909,2012-12-12,4,1,12,7,0,3,1,2,0.26,0.2576,0.6,0.194,3,366,369
+16910,2012-12-12,4,1,12,8,0,3,1,2,0.26,0.2576,0.65,0.1642,18,670,688
+16911,2012-12-12,4,1,12,9,0,3,1,2,0.28,0.2879,0.61,0.1343,13,272,285
+16912,2012-12-12,4,1,12,10,0,3,1,2,0.3,0.303,0.56,0.1642,20,116,136
+16913,2012-12-12,4,1,12,11,0,3,1,2,0.32,0.303,0.49,0.2239,24,148,172
+16914,2012-12-12,4,1,12,12,0,3,1,2,0.34,0.3636,0.42,0,14,218,232
+16915,2012-12-12,4,1,12,13,0,3,1,2,0.34,0.3636,0.42,0,18,220,238
+16916,2012-12-12,4,1,12,14,0,3,1,2,0.34,0.3636,0.46,0,34,191,225
+16917,2012-12-12,4,1,12,15,0,3,1,2,0.34,0.3485,0.46,0.1045,21,207,228
+16918,2012-12-12,4,1,12,16,0,3,1,2,0.34,0.3333,0.46,0.1343,19,310,329
+16919,2012-12-12,4,1,12,17,0,3,1,2,0.32,0.303,0.53,0.2239,21,540,561
+16920,2012-12-12,4,1,12,18,0,3,1,2,0.32,0.303,0.49,0.2239,25,515,540
+16921,2012-12-12,4,1,12,19,0,3,1,2,0.3,0.2879,0.56,0.2239,18,384,402
+16922,2012-12-12,4,1,12,20,0,3,1,1,0.3,0.2879,0.52,0.2836,25,243,268
+16923,2012-12-12,4,1,12,21,0,3,1,2,0.3,0.2879,0.52,0.2537,16,186,202
+16924,2012-12-12,4,1,12,22,0,3,1,2,0.3,0.2879,0.52,0.2239,4,118,122
+16925,2012-12-12,4,1,12,23,0,3,1,2,0.28,0.2727,0.56,0.2239,3,76,79
+16926,2012-12-13,4,1,12,0,0,4,1,2,0.28,0.2727,0.52,0.2239,1,31,32
+16927,2012-12-13,4,1,12,1,0,4,1,2,0.28,0.2576,0.52,0.2836,4,19,23
+16928,2012-12-13,4,1,12,2,0,4,1,2,0.26,0.2424,0.56,0.2537,3,5,8
+16929,2012-12-13,4,1,12,3,0,4,1,2,0.26,0.2424,0.56,0.2836,0,2,2
+16930,2012-12-13,4,1,12,4,0,4,1,2,0.26,0.2576,0.56,0.194,0,8,8
+16931,2012-12-13,4,1,12,5,0,4,1,2,0.26,0.2576,0.56,0.1642,2,31,33
+16932,2012-12-13,4,1,12,6,0,4,1,1,0.26,0.2424,0.56,0.2537,2,112,114
+16933,2012-12-13,4,1,12,7,0,4,1,1,0.24,0.2273,0.6,0.2239,5,380,385
+16934,2012-12-13,4,1,12,8,0,4,1,1,0.24,0.2273,0.6,0.194,24,655,679
+16935,2012-12-13,4,1,12,9,0,4,1,1,0.28,0.2727,0.52,0.2537,25,300,325
+16936,2012-12-13,4,1,12,10,0,4,1,1,0.32,0.303,0.45,0.2836,28,139,167
+16937,2012-12-13,4,1,12,11,0,4,1,1,0.34,0.3182,0.42,0.2537,25,164,189
+16938,2012-12-13,4,1,12,12,0,4,1,1,0.36,0.3333,0.4,0.2537,30,252,282
+16939,2012-12-13,4,1,12,13,0,4,1,1,0.36,0.3485,0.34,0.194,41,230,271
+16940,2012-12-13,4,1,12,14,0,4,1,1,0.36,0.3485,0.34,0.1642,31,211,242
+16941,2012-12-13,4,1,12,15,0,4,1,1,0.36,0.3485,0.34,0.1343,40,240,280
+16942,2012-12-13,4,1,12,16,0,4,1,1,0.34,0.3485,0.39,0.1045,50,356,406
+16943,2012-12-13,4,1,12,17,0,4,1,1,0.32,0.3333,0.42,0.1045,43,507,550
+16944,2012-12-13,4,1,12,18,0,4,1,1,0.32,0.3333,0.42,0.1045,20,446,466
+16945,2012-12-13,4,1,12,19,0,4,1,1,0.3,0.303,0.45,0.1642,20,328,348
+16946,2012-12-13,4,1,12,20,0,4,1,1,0.3,0.3333,0.45,0,6,235,241
+16947,2012-12-13,4,1,12,21,0,4,1,1,0.28,0.3182,0.48,0,13,200,213
+16948,2012-12-13,4,1,12,22,0,4,1,1,0.26,0.2879,0.6,0.0896,7,141,148
+16949,2012-12-13,4,1,12,23,0,4,1,1,0.26,0.303,0.6,0,5,115,120
+16950,2012-12-14,4,1,12,0,0,5,1,1,0.22,0.2576,0.64,0.0896,4,43,47
+16951,2012-12-14,4,1,12,1,0,5,1,1,0.22,0.2576,0.69,0.0896,0,26,26
+16952,2012-12-14,4,1,12,2,0,5,1,1,0.22,0.2727,0.69,0,3,6,9
+16953,2012-12-14,4,1,12,3,0,5,1,1,0.2,0.2273,0.69,0.1045,0,12,12
+16954,2012-12-14,4,1,12,4,0,5,1,1,0.2,0.2273,0.75,0.0896,1,9,10
+16955,2012-12-14,4,1,12,5,0,5,1,1,0.2,0.2273,0.69,0.1045,0,34,34
+16956,2012-12-14,4,1,12,6,0,5,1,1,0.16,0.1818,0.8,0.1045,1,112,113
+16957,2012-12-14,4,1,12,7,0,5,1,1,0.2,0.2121,0.72,0.1045,3,305,308
+16958,2012-12-14,4,1,12,8,0,5,1,1,0.2,0.2273,0.69,0.0896,13,623,636
+16959,2012-12-14,4,1,12,9,0,5,1,1,0.24,0.2424,0.75,0.1343,13,330,343
+16960,2012-12-14,4,1,12,10,0,5,1,1,0.26,0.2576,0.81,0.194,28,162,190
+16961,2012-12-14,4,1,12,11,0,5,1,1,0.32,0.303,0.65,0.194,31,180,211
+16962,2012-12-14,4,1,12,12,0,5,1,1,0.36,0.3485,0.5,0.194,29,244,273
+16963,2012-12-14,4,1,12,13,0,5,1,1,0.36,0.3485,0.5,0.2239,39,274,313
+16964,2012-12-14,4,1,12,14,0,5,1,1,0.4,0.4091,0.43,0.194,48,251,299
+16965,2012-12-14,4,1,12,15,0,5,1,1,0.4,0.4091,0.47,0.1642,57,252,309
+16966,2012-12-14,4,1,12,16,0,5,1,1,0.38,0.3939,0.54,0.194,45,372,417
+16967,2012-12-14,4,1,12,17,0,5,1,1,0.34,0.3333,0.57,0.1642,40,582,622
+16968,2012-12-14,4,1,12,18,0,5,1,1,0.36,0.3485,0.46,0.1343,23,432,455
+16969,2012-12-14,4,1,12,19,0,5,1,1,0.34,0.3485,0.53,0.0896,17,302,319
+16970,2012-12-14,4,1,12,20,0,5,1,1,0.32,0.3333,0.61,0.1343,12,209,221
+16971,2012-12-14,4,1,12,21,0,5,1,1,0.3,0.303,0.75,0.1642,7,165,172
+16972,2012-12-14,4,1,12,22,0,5,1,1,0.28,0.2879,0.75,0.1045,4,134,138
+16973,2012-12-14,4,1,12,23,0,5,1,1,0.28,0.303,0.75,0.0896,11,123,134
+16974,2012-12-15,4,1,12,0,0,6,0,1,0.3,0.3333,0.7,0,4,90,94
+16975,2012-12-15,4,1,12,1,0,6,0,2,0.26,0.2879,0.81,0.0896,9,86,95
+16976,2012-12-15,4,1,12,2,0,6,0,1,0.26,0.303,0.81,0,6,63,69
+16977,2012-12-15,4,1,12,3,0,6,0,2,0.24,0.2879,0.81,0,5,18,23
+16978,2012-12-15,4,1,12,4,0,6,0,2,0.24,0.2576,0.87,0.1045,1,5,6
+16979,2012-12-15,4,1,12,5,0,6,0,2,0.26,0.303,0.75,0,0,3,3
+16980,2012-12-15,4,1,12,6,0,6,0,2,0.24,0.2879,0.75,0,0,11,11
+16981,2012-12-15,4,1,12,7,0,6,0,2,0.24,0.2576,0.75,0.0896,1,47,48
+16982,2012-12-15,4,1,12,8,0,6,0,2,0.26,0.2879,0.75,0.0896,8,111,119
+16983,2012-12-15,4,1,12,9,0,6,0,1,0.26,0.2727,0.75,0.1045,17,203,220
+16984,2012-12-15,4,1,12,10,0,6,0,1,0.32,0.3182,0.61,0.1642,23,250,273
+16985,2012-12-15,4,1,12,11,0,6,0,1,0.34,0.3485,0.61,0.0896,66,327,393
+16986,2012-12-15,4,1,12,12,0,6,0,1,0.38,0.3939,0.5,0.0896,89,364,453
+16987,2012-12-15,4,1,12,13,0,6,0,1,0.38,0.3939,0.54,0.2537,88,368,456
+16988,2012-12-15,4,1,12,14,0,6,0,1,0.4,0.4091,0.5,0.1642,92,334,426
+16989,2012-12-15,4,1,12,15,0,6,0,1,0.42,0.4242,0.47,0,95,352,447
+16990,2012-12-15,4,1,12,16,0,6,0,1,0.4,0.4091,0.5,0.1343,85,328,413
+16991,2012-12-15,4,1,12,17,0,6,0,1,0.4,0.4091,0.5,0.2239,35,274,309
+16992,2012-12-15,4,1,12,18,0,6,0,1,0.38,0.3939,0.58,0.1642,40,232,272
+16993,2012-12-15,4,1,12,19,0,6,0,1,0.36,0.3485,0.62,0.1343,32,225,257
+16994,2012-12-15,4,1,12,20,0,6,0,2,0.36,0.3485,0.57,0.194,23,178,201
+16995,2012-12-15,4,1,12,21,0,6,0,1,0.36,0.3485,0.62,0.1343,15,169,184
+16996,2012-12-15,4,1,12,22,0,6,0,1,0.36,0.3485,0.62,0.194,22,134,156
+16997,2012-12-15,4,1,12,23,0,6,0,2,0.36,0.3485,0.62,0.1343,11,108,119
+16998,2012-12-16,4,1,12,0,0,0,0,2,0.36,0.3788,0.62,0,8,102,110
+16999,2012-12-16,4,1,12,1,0,0,0,3,0.34,0.3485,0.76,0.1045,14,82,96
+17000,2012-12-16,4,1,12,2,0,0,0,2,0.34,0.3485,0.87,0.0896,8,79,87
+17001,2012-12-16,4,1,12,3,0,0,0,2,0.34,0.3333,0.87,0.194,1,37,38
+17002,2012-12-16,4,1,12,4,0,0,0,2,0.34,0.3636,0.87,0,1,10,11
+17003,2012-12-16,4,1,12,5,0,0,0,2,0.34,0.3636,0.87,0,0,9,9
+17004,2012-12-16,4,1,12,6,0,0,0,2,0.34,0.3636,0.87,0,0,6,6
+17005,2012-12-16,4,1,12,7,0,0,0,2,0.34,0.3485,0.87,0.0896,5,22,27
+17006,2012-12-16,4,1,12,8,0,0,0,2,0.36,0.3485,0.87,0.1343,12,76,88
+17007,2012-12-16,4,1,12,9,0,0,0,2,0.36,0.3485,0.87,0.1343,19,113,132
+17008,2012-12-16,4,1,12,10,0,0,0,2,0.36,0.3485,0.87,0.1343,42,215,257
+17009,2012-12-16,4,1,12,11,0,0,0,2,0.36,0.3485,0.87,0.1343,47,248,295
+17010,2012-12-16,4,1,12,12,0,0,0,2,0.38,0.3939,0.82,0.194,67,350,417
+17011,2012-12-16,4,1,12,13,0,0,0,2,0.38,0.3939,0.76,0.194,67,289,356
+17012,2012-12-16,4,1,12,14,0,0,0,2,0.38,0.3939,0.76,0.1343,50,260,310
+17013,2012-12-16,4,1,12,15,0,0,0,2,0.38,0.3939,0.82,0.1045,46,292,338
+17014,2012-12-16,4,1,12,16,0,0,0,2,0.38,0.3939,0.82,0.1045,66,334,400
+17015,2012-12-16,4,1,12,17,0,0,0,2,0.38,0.3939,0.82,0.1045,29,214,243
+17016,2012-12-16,4,1,12,18,0,0,0,3,0.38,0.3939,0.82,0.1045,8,99,107
+17017,2012-12-16,4,1,12,19,0,0,0,1,0.36,0.3485,0.93,0.1343,10,99,109
+17018,2012-12-16,4,1,12,20,0,0,0,2,0.38,0.3939,0.82,0,14,108,122
+17019,2012-12-16,4,1,12,21,0,0,0,2,0.36,0.3788,0.93,0,14,92,106
+17020,2012-12-16,4,1,12,22,0,0,0,2,0.4,0.4091,0.82,0.194,6,83,89
+17021,2012-12-16,4,1,12,23,0,0,0,2,0.36,0.3485,0.93,0.1343,4,29,33
+17022,2012-12-17,4,1,12,0,0,1,1,2,0.38,0.3939,0.87,0,2,26,28
+17023,2012-12-17,4,1,12,1,0,1,1,2,0.38,0.3939,0.87,0.1045,1,14,15
+17024,2012-12-17,4,1,12,2,0,1,1,2,0.38,0.3939,0.94,0,1,4,5
+17025,2012-12-17,4,1,12,3,0,1,1,2,0.36,0.3788,0.93,0,0,3,3
+17026,2012-12-17,4,1,12,4,0,1,1,3,0.36,0.3788,1,0,2,3,5
+17027,2012-12-17,4,1,12,5,0,1,1,2,0.38,0.3939,0.87,0,0,24,24
+17028,2012-12-17,4,1,12,6,0,1,1,2,0.36,0.3485,0.93,0.1343,1,107,108
+17029,2012-12-17,4,1,12,7,0,1,1,2,0.36,0.3485,0.93,0.1343,5,314,319
+17030,2012-12-17,4,1,12,8,0,1,1,2,0.38,0.3939,0.87,0.1045,10,582,592
+17031,2012-12-17,4,1,12,9,0,1,1,2,0.4,0.4091,0.87,0,11,271,282
+17032,2012-12-17,4,1,12,10,0,1,1,2,0.38,0.3939,0.87,0.0896,15,120,135
+17033,2012-12-17,4,1,12,11,0,1,1,2,0.4,0.4091,0.87,0.0896,22,148,170
+17034,2012-12-17,4,1,12,12,0,1,1,2,0.4,0.4091,0.87,0,21,211,232
+17035,2012-12-17,4,1,12,13,0,1,1,2,0.4,0.4091,0.87,0.1343,16,194,210
+17036,2012-12-17,4,1,12,14,0,1,1,2,0.4,0.4091,0.87,0.0896,12,169,181
+17037,2012-12-17,4,1,12,15,0,1,1,2,0.42,0.4242,0.88,0,15,196,211
+17038,2012-12-17,4,1,12,16,0,1,1,3,0.4,0.4091,0.94,0.2537,15,287,302
+17039,2012-12-17,4,1,12,17,0,1,1,2,0.4,0.4091,0.94,0.2537,17,478,495
+17040,2012-12-17,4,1,12,18,0,1,1,2,0.4,0.4091,0.94,0.0896,14,493,507
+17041,2012-12-17,4,1,12,19,0,1,1,2,0.42,0.4242,0.88,0.1343,7,333,340
+17042,2012-12-17,4,1,12,20,0,1,1,2,0.42,0.4242,0.94,0.2537,8,192,200
+17043,2012-12-17,4,1,12,21,0,1,1,2,0.42,0.4242,0.94,0.1343,6,114,120
+17044,2012-12-17,4,1,12,22,0,1,1,2,0.42,0.4242,0.94,0.1343,5,49,54
+17045,2012-12-17,4,1,12,23,0,1,1,3,0.42,0.4242,0.94,0.2239,6,41,47
+17046,2012-12-18,4,1,12,0,0,2,1,2,0.44,0.4394,0.94,0.1343,0,18,18
+17047,2012-12-18,4,1,12,1,0,2,1,2,0.44,0.4394,0.94,0.1343,0,15,15
+17048,2012-12-18,4,1,12,2,0,2,1,2,0.44,0.4394,0.88,0.2239,2,5,7
+17049,2012-12-18,4,1,12,3,0,2,1,1,0.42,0.4242,0.88,0.194,0,5,5
+17050,2012-12-18,4,1,12,4,0,2,1,1,0.42,0.4242,0.82,0.1642,3,5,8
+17051,2012-12-18,4,1,12,5,0,2,1,1,0.38,0.3939,0.87,0.0896,0,36,36
+17052,2012-12-18,4,1,12,6,0,2,1,1,0.36,0.3485,0.93,0.1642,1,117,118
+17053,2012-12-18,4,1,12,7,0,2,1,1,0.36,0.3485,0.93,0.1343,4,351,355
+17054,2012-12-18,4,1,12,8,0,2,1,1,0.38,0.3939,0.94,0,10,652,662
+17055,2012-12-18,4,1,12,9,0,2,1,1,0.4,0.4091,0.87,0.0896,19,307,326
+17056,2012-12-18,4,1,12,10,0,2,1,1,0.44,0.4394,0.77,0.0896,22,162,184
+17057,2012-12-18,4,1,12,11,0,2,1,1,0.48,0.4697,0.63,0.2239,58,211,269
+17058,2012-12-18,4,1,12,12,0,2,1,3,0.48,0.4697,0.48,0.2537,49,264,313
+17059,2012-12-18,4,1,12,13,0,2,1,1,0.5,0.4848,0.42,0.2836,51,235,286
+17060,2012-12-18,4,1,12,14,0,2,1,1,0.46,0.4545,0.47,0.4478,56,191,247
+17061,2012-12-18,4,1,12,15,0,2,1,1,0.46,0.4545,0.44,0.4925,28,218,246
+17062,2012-12-18,4,1,12,16,0,2,1,1,0.44,0.4394,0.41,0.4627,40,323,363
+17063,2012-12-18,4,1,12,17,0,2,1,1,0.4,0.4091,0.47,0.4478,39,533,572
+17064,2012-12-18,4,1,12,18,0,2,1,1,0.38,0.3939,0.46,0.3284,13,512,525
+17065,2012-12-18,4,1,12,19,0,2,1,1,0.38,0.3939,0.46,0.3881,19,334,353
+17066,2012-12-18,4,1,12,20,0,2,1,1,0.36,0.3333,0.5,0.2537,4,264,268
+17067,2012-12-18,4,1,12,21,0,2,1,1,0.36,0.3485,0.5,0.2239,9,159,168
+17068,2012-12-18,4,1,12,22,0,2,1,1,0.34,0.3333,0.49,0,5,127,132
+17069,2012-12-18,4,1,12,23,0,2,1,1,0.34,0.3485,0.49,0.0896,1,80,81
+17070,2012-12-19,4,1,12,0,0,3,1,1,0.3,0.3182,0.61,0,6,35,41
+17071,2012-12-19,4,1,12,1,0,3,1,1,0.3,0.3182,0.65,0.0896,1,14,15
+17072,2012-12-19,4,1,12,2,0,3,1,1,0.28,0.303,0.65,0.0896,1,2,3
+17073,2012-12-19,4,1,12,3,0,3,1,1,0.26,0.2727,0.75,0.1343,0,5,5
+17074,2012-12-19,4,1,12,4,0,3,1,1,0.24,0.2424,0.75,0.1343,1,6,7
+17075,2012-12-19,4,1,12,5,0,3,1,1,0.26,0.2879,0.75,0.0896,2,29,31
+17076,2012-12-19,4,1,12,6,0,3,1,1,0.24,0.2576,0.75,0.0896,3,109,112
+17077,2012-12-19,4,1,12,7,0,3,1,1,0.26,0.2727,0.75,0.1343,3,360,363
+17078,2012-12-19,4,1,12,8,0,3,1,1,0.24,0.2576,0.87,0.1045,13,665,678
+17079,2012-12-19,4,1,12,9,0,3,1,1,0.28,0.2879,0.75,0.1045,8,309,317
+17080,2012-12-19,4,1,12,10,0,3,1,1,0.32,0.3333,0.7,0.1045,17,147,164
+17081,2012-12-19,4,1,12,11,0,3,1,1,0.4,0.4091,0.54,0.2239,31,169,200
+17082,2012-12-19,4,1,12,12,0,3,1,1,0.4,0.4091,0.54,0.2836,33,203,236
+17083,2012-12-19,4,1,12,13,0,3,1,1,0.42,0.4242,0.5,0.194,30,183,213
+17084,2012-12-19,4,1,12,14,0,3,1,1,0.42,0.4242,0.5,0.194,33,185,218
+17085,2012-12-19,4,1,12,15,0,3,1,1,0.42,0.4242,0.5,0.2836,28,209,237
+17086,2012-12-19,4,1,12,16,0,3,1,1,0.42,0.4242,0.5,0.3582,37,297,334
+17087,2012-12-19,4,1,12,17,0,3,1,1,0.4,0.4091,0.5,0.3881,26,536,562
+17088,2012-12-19,4,1,12,18,0,3,1,1,0.38,0.3939,0.5,0.3582,23,546,569
+17089,2012-12-19,4,1,12,19,0,3,1,1,0.38,0.3939,0.5,0.3881,7,329,336
+17090,2012-12-19,4,1,12,20,0,3,1,1,0.36,0.3485,0.57,0.2239,10,231,241
+17091,2012-12-19,4,1,12,21,0,3,1,1,0.34,0.3182,0.61,0.2239,4,164,168
+17092,2012-12-19,4,1,12,22,0,3,1,1,0.34,0.3485,0.61,0.0896,12,117,129
+17093,2012-12-19,4,1,12,23,0,3,1,1,0.32,0.3333,0.66,0.1343,4,84,88
+17094,2012-12-20,4,1,12,0,0,4,1,1,0.32,0.3333,0.61,0.1343,2,40,42
+17095,2012-12-20,4,1,12,1,0,4,1,1,0.32,0.3485,0.66,0,1,19,20
+17096,2012-12-20,4,1,12,2,0,4,1,1,0.32,0.3485,0.66,0,2,6,8
+17097,2012-12-20,4,1,12,3,0,4,1,2,0.3,0.3182,0.7,0.0896,1,3,4
+17098,2012-12-20,4,1,12,4,0,4,1,2,0.3,0.3182,0.7,0.0896,0,6,6
+17099,2012-12-20,4,1,12,5,0,4,1,2,0.3,0.3182,0.7,0.1045,0,35,35
+17100,2012-12-20,4,1,12,6,0,4,1,2,0.3,0.3333,0.65,0,4,114,118
+17101,2012-12-20,4,1,12,7,0,4,1,2,0.3,0.3333,0.7,0,4,346,350
+17102,2012-12-20,4,1,12,8,0,4,1,2,0.3,0.3333,0.7,0,14,585,599
+17103,2012-12-20,4,1,12,9,0,4,1,2,0.3,0.3333,0.7,0,14,303,317
+17104,2012-12-20,4,1,12,10,0,4,1,2,0.32,0.3333,0.66,0,23,138,161
+17105,2012-12-20,4,1,12,11,0,4,1,2,0.34,0.3182,0.57,0.2239,22,168,190
+17106,2012-12-20,4,1,12,12,0,4,1,2,0.36,0.3485,0.53,0.1642,31,181,212
+17107,2012-12-20,4,1,12,13,0,4,1,2,0.36,0.3485,0.57,0.194,46,171,217
+17108,2012-12-20,4,1,12,14,0,4,1,2,0.36,0.3485,0.53,0.194,43,171,214
+17109,2012-12-20,4,1,12,15,0,4,1,2,0.34,0.3333,0.57,0.194,33,216,249
+17110,2012-12-20,4,1,12,16,0,4,1,2,0.34,0.303,0.53,0.3284,21,281,302
+17111,2012-12-20,4,1,12,17,0,4,1,2,0.34,0.3333,0.66,0.194,25,450,475
+17112,2012-12-20,4,1,12,18,0,4,1,2,0.34,0.3333,0.71,0.194,22,359,381
+17113,2012-12-20,4,1,12,19,0,4,1,3,0.34,0.3182,0.71,0.2537,3,115,118
+17114,2012-12-20,4,1,12,20,0,4,1,3,0.34,0.3333,0.76,0.1642,1,49,50
+17115,2012-12-20,4,1,12,21,0,4,1,3,0.34,0.3333,0.76,0.1642,1,25,26
+17116,2012-12-20,4,1,12,22,0,4,1,3,0.34,0.3333,0.87,0.194,1,20,21
+17117,2012-12-20,4,1,12,23,0,4,1,3,0.4,0.4091,0.82,0.2985,0,13,13
+17118,2012-12-21,1,1,12,0,0,5,1,3,0.42,0.4242,0.88,0.2985,0,17,17
+17119,2012-12-21,1,1,12,1,0,5,1,3,0.44,0.4394,0.88,0.3881,2,7,9
+17120,2012-12-21,1,1,12,2,0,5,1,3,0.46,0.4545,0.94,0.3881,0,3,3
+17121,2012-12-21,1,1,12,3,0,5,1,3,0.46,0.4545,0.94,0.3881,0,3,3
+17122,2012-12-21,1,1,12,4,0,5,1,2,0.36,0.3182,0.71,0.4925,1,5,6
+17123,2012-12-21,1,1,12,5,0,5,1,2,0.34,0.303,0.76,0.4179,0,13,13
+17124,2012-12-21,1,1,12,6,0,5,1,2,0.34,0.2879,0.57,0.5821,4,76,80
+17125,2012-12-21,1,1,12,7,0,5,1,2,0.32,0.3182,0.57,0.194,3,205,208
+17126,2012-12-21,1,1,12,8,0,5,1,2,0.32,0.303,0.57,0.2836,8,464,472
+17127,2012-12-21,1,1,12,9,0,5,1,2,0.32,0.2727,0.45,0.5522,2,265,267
+17128,2012-12-21,1,1,12,10,0,5,1,1,0.32,0.2879,0.42,0.4627,8,146,154
+17129,2012-12-21,1,1,12,11,0,5,1,2,0.32,0.2879,0.42,0.4179,12,150,162
+17130,2012-12-21,1,1,12,12,0,5,1,2,0.32,0.2879,0.39,0.3582,25,199,224
+17131,2012-12-21,1,1,12,13,0,5,1,2,0.32,0.2879,0.39,0.4179,26,214,240
+17132,2012-12-21,1,1,12,14,0,5,1,2,0.32,0.2879,0.39,0.4478,20,199,219
+17133,2012-12-21,1,1,12,15,0,5,1,2,0.3,0.2727,0.42,0.3881,29,234,263
+17134,2012-12-21,1,1,12,16,0,5,1,2,0.3,0.2727,0.39,0.3284,28,253,281
+17135,2012-12-21,1,1,12,17,0,5,1,2,0.26,0.2273,0.56,0.3284,24,297,321
+17136,2012-12-21,1,1,12,18,0,5,1,2,0.26,0.2273,0.56,0.2985,7,236,243
+17137,2012-12-21,1,1,12,19,0,5,1,1,0.28,0.2576,0.45,0.2985,5,148,153
+17138,2012-12-21,1,1,12,20,0,5,1,1,0.28,0.2727,0.41,0.2537,8,104,112
+17139,2012-12-21,1,1,12,21,0,5,1,1,0.26,0.2273,0.41,0.4179,2,68,70
+17140,2012-12-21,1,1,12,22,0,5,1,1,0.26,0.2273,0.44,0.2985,6,57,63
+17141,2012-12-21,1,1,12,23,0,5,1,1,0.26,0.2424,0.44,0.2836,1,39,40
+17142,2012-12-22,1,1,12,0,0,6,0,1,0.26,0.2121,0.44,0.5821,1,30,31
+17143,2012-12-22,1,1,12,1,0,6,0,1,0.26,0.2121,0.44,0.4478,1,34,35
+17144,2012-12-22,1,1,12,2,0,6,0,1,0.26,0.2121,0.44,0.5224,0,23,23
+17145,2012-12-22,1,1,12,3,0,6,0,1,0.26,0.2121,0.48,0.4478,0,7,7
+17146,2012-12-22,1,1,12,4,0,6,0,1,0.26,0.2576,0.48,0.194,3,2,5
+17147,2012-12-22,1,1,12,5,0,6,0,1,0.26,0.2273,0.48,0.4179,0,5,5
+17148,2012-12-22,1,1,12,6,0,6,0,1,0.26,0.2273,0.44,0.4179,0,13,13
+17149,2012-12-22,1,1,12,7,0,6,0,1,0.26,0.2273,0.44,0.4179,2,18,20
+17150,2012-12-22,1,1,12,8,0,6,0,1,0.26,0.2121,0.44,0.6119,0,29,29
+17151,2012-12-22,1,1,12,9,0,6,0,1,0.26,0.2273,0.48,0.3881,13,77,90
+17152,2012-12-22,1,1,12,10,0,6,0,1,0.26,0.2273,0.48,0.3284,13,105,118
+17153,2012-12-22,1,1,12,11,0,6,0,1,0.28,0.2576,0.41,0.3582,29,130,159
+17154,2012-12-22,1,1,12,12,0,6,0,1,0.3,0.2576,0.36,0.6567,18,128,146
+17155,2012-12-22,1,1,12,13,0,6,0,1,0.32,0.2879,0.36,0.4478,23,135,158
+17156,2012-12-22,1,1,12,14,0,6,0,1,0.32,0.2879,0.36,0.4627,20,141,161
+17157,2012-12-22,1,1,12,15,0,6,0,1,0.32,0.2727,0.33,0.5821,14,139,153
+17158,2012-12-22,1,1,12,16,0,6,0,1,0.3,0.2727,0.39,0.4478,23,124,147
+17159,2012-12-22,1,1,12,17,0,6,0,1,0.28,0.2576,0.41,0.2985,15,99,114
+17160,2012-12-22,1,1,12,18,0,6,0,1,0.26,0.2121,0.44,0.4627,7,75,82
+17161,2012-12-22,1,1,12,19,0,6,0,1,0.24,0.2121,0.48,0.3582,9,51,60
+17162,2012-12-22,1,1,12,20,0,6,0,1,0.24,0.2424,0.48,0.1642,6,55,61
+17163,2012-12-22,1,1,12,21,0,6,0,1,0.22,0.2121,0.51,0.2836,4,49,53
+17164,2012-12-22,1,1,12,22,0,6,0,1,0.22,0.2121,0.51,0.2836,1,38,39
+17165,2012-12-22,1,1,12,23,0,6,0,1,0.22,0.2273,0.51,0.194,3,37,40
+17166,2012-12-23,1,1,12,0,0,0,0,1,0.22,0.2121,0.47,0.2836,3,24,27
+17167,2012-12-23,1,1,12,1,0,0,0,1,0.22,0.2273,0.47,0.194,1,19,20
+17168,2012-12-23,1,1,12,2,0,0,0,1,0.2,0.2121,0.51,0.1642,1,17,18
+17169,2012-12-23,1,1,12,3,0,0,0,1,0.2,0.2121,0.51,0.1343,0,9,9
+17170,2012-12-23,1,1,12,4,0,0,0,1,0.2,0.2121,0.47,0.1343,1,3,4
+17171,2012-12-23,1,1,12,5,0,0,0,1,0.2,0.2576,0.51,0,0,6,6
+17172,2012-12-23,1,1,12,6,0,0,0,1,0.16,0.197,0.64,0.0896,4,5,9
+17173,2012-12-23,1,1,12,7,0,0,0,1,0.16,0.197,0.64,0.0896,3,16,19
+17174,2012-12-23,1,1,12,8,0,0,0,1,0.14,0.1667,0.69,0.1045,5,43,48
+17175,2012-12-23,1,1,12,9,0,0,0,1,0.2,0.2273,0.59,0.1045,7,49,56
+17176,2012-12-23,1,1,12,10,0,0,0,1,0.22,0.2273,0.64,0.194,26,67,93
+17177,2012-12-23,1,1,12,11,0,0,0,1,0.24,0.2273,0.52,0.194,48,104,152
+17178,2012-12-23,1,1,12,12,0,0,0,1,0.3,0.2879,0.42,0.194,52,144,196
+17179,2012-12-23,1,1,12,13,0,0,0,1,0.32,0.303,0.39,0.2239,63,123,186
+17180,2012-12-23,1,1,12,14,0,0,0,1,0.34,0.303,0.31,0.2985,57,118,175
+17181,2012-12-23,1,1,12,15,0,0,0,1,0.34,0.3333,0.34,0.1343,39,98,137
+17182,2012-12-23,1,1,12,16,0,0,0,1,0.34,0.3333,0.34,0.194,53,137,190
+17183,2012-12-23,1,1,12,17,0,0,0,1,0.32,0.3182,0.49,0.194,21,93,114
+17184,2012-12-23,1,1,12,18,0,0,0,1,0.3,0.303,0.45,0.1642,8,85,93
+17185,2012-12-23,1,1,12,19,0,0,0,1,0.3,0.3333,0.42,0,4,54,58
+17186,2012-12-23,1,1,12,20,0,0,0,1,0.26,0.303,0.65,0,0,52,52
+17187,2012-12-23,1,1,12,21,0,0,0,1,0.24,0.2879,0.7,0,4,38,42
+17188,2012-12-23,1,1,12,22,0,0,0,1,0.24,0.2576,0.6,0.1045,5,53,58
+17189,2012-12-23,1,1,12,23,0,0,0,1,0.24,0.2879,0.6,0,3,22,25
+17190,2012-12-24,1,1,12,0,0,1,1,1,0.22,0.2727,0.69,0,0,12,12
+17191,2012-12-24,1,1,12,1,0,1,1,1,0.22,0.2727,0.69,0,0,11,11
+17192,2012-12-24,1,1,12,2,0,1,1,1,0.2,0.2576,0.75,0,0,5,5
+17193,2012-12-24,1,1,12,3,0,1,1,1,0.2,0.2576,0.75,0,1,2,3
+17194,2012-12-24,1,1,12,5,0,1,1,1,0.18,0.197,0.8,0.1343,0,9,9
+17195,2012-12-24,1,1,12,6,0,1,1,1,0.2,0.2576,0.75,0,1,16,17
+17196,2012-12-24,1,1,12,7,0,1,1,1,0.2,0.2576,0.69,0,3,27,30
+17197,2012-12-24,1,1,12,8,0,1,1,1,0.22,0.2727,0.69,0,4,62,66
+17198,2012-12-24,1,1,12,9,0,1,1,2,0.24,0.2576,0.65,0.1045,17,68,85
+17199,2012-12-24,1,1,12,10,0,1,1,2,0.26,0.303,0.65,0,21,82,103
+17200,2012-12-24,1,1,12,11,0,1,1,2,0.26,0.2576,0.6,0.1642,20,104,124
+17201,2012-12-24,1,1,12,12,0,1,1,2,0.28,0.303,0.56,0.0896,22,113,135
+17202,2012-12-24,1,1,12,13,0,1,1,3,0.24,0.2576,0.81,0.1045,16,54,70
+17203,2012-12-24,1,1,12,14,0,1,1,3,0.24,0.2576,0.87,0.1045,13,33,46
+17204,2012-12-24,1,1,12,15,0,1,1,3,0.24,0.2273,0.87,0.2239,6,27,33
+17205,2012-12-24,1,1,12,16,0,1,1,3,0.24,0.2273,0.87,0.2239,6,27,33
+17206,2012-12-24,1,1,12,17,0,1,1,3,0.24,0.2424,0.93,0.1642,7,19,26
+17207,2012-12-24,1,1,12,18,0,1,1,3,0.24,0.2576,0.93,0.1045,6,20,26
+17208,2012-12-24,1,1,12,19,0,1,1,2,0.24,0.2424,0.93,0.1343,4,14,18
+17209,2012-12-24,1,1,12,20,0,1,1,3,0.24,0.2424,0.93,0.1343,6,17,23
+17210,2012-12-24,1,1,12,21,0,1,1,3,0.24,0.2576,0.93,0.0896,13,9,22
+17211,2012-12-24,1,1,12,22,0,1,1,2,0.24,0.2879,0.93,0,7,5,12
+17212,2012-12-24,1,1,12,23,0,1,1,3,0.24,0.2879,0.93,0,1,10,11
+17213,2012-12-25,1,1,12,0,1,2,0,3,0.24,0.2576,0.93,0.0896,3,10,13
+17214,2012-12-25,1,1,12,1,1,2,0,2,0.26,0.2576,0.87,0.1642,0,13,13
+17215,2012-12-25,1,1,12,2,1,2,0,2,0.26,0.2576,0.87,0.1642,0,7,7
+17216,2012-12-25,1,1,12,4,1,2,0,2,0.24,0.2576,0.87,0.0896,0,1,1
+17217,2012-12-25,1,1,12,5,1,2,0,2,0.22,0.2273,0.93,0.1343,2,1,3
+17218,2012-12-25,1,1,12,6,1,2,0,2,0.22,0.2273,0.93,0.1343,1,6,7
+17219,2012-12-25,1,1,12,7,1,2,0,2,0.22,0.2273,0.93,0.1642,0,6,6
+17220,2012-12-25,1,1,12,8,1,2,0,2,0.24,0.2879,0.87,0,1,10,11
+17221,2012-12-25,1,1,12,9,1,2,0,2,0.24,0.2576,0.87,0,7,21,28
+17222,2012-12-25,1,1,12,10,1,2,0,1,0.28,0.3182,0.81,0,11,21,32
+17223,2012-12-25,1,1,12,11,1,2,0,1,0.3,0.3182,0.75,0.0896,43,43,86
+17224,2012-12-25,1,1,12,12,1,2,0,1,0.32,0.3333,0.76,0.0896,62,52,114
+17225,2012-12-25,1,1,12,13,1,2,0,1,0.4,0.4091,0.5,0.3284,75,46,121
+17226,2012-12-25,1,1,12,14,1,2,0,1,0.38,0.3939,0.46,0.2985,58,68,126
+17227,2012-12-25,1,1,12,15,1,2,0,1,0.36,0.3333,0.5,0.2537,51,56,107
+17228,2012-12-25,1,1,12,16,1,2,0,2,0.36,0.3333,0.5,0.2537,48,38,86
+17229,2012-12-25,1,1,12,17,1,2,0,2,0.32,0.303,0.57,0.2537,16,34,50
+17230,2012-12-25,1,1,12,18,1,2,0,2,0.32,0.303,0.66,0.2537,20,23,43
+17231,2012-12-25,1,1,12,19,1,2,0,2,0.32,0.303,0.66,0.2239,16,20,36
+17232,2012-12-25,1,1,12,20,1,2,0,2,0.32,0.303,0.66,0.2836,11,29,40
+17233,2012-12-25,1,1,12,21,1,2,0,2,0.3,0.2879,0.65,0.194,8,26,34
+17234,2012-12-25,1,1,12,22,1,2,0,2,0.3,0.303,0.7,0.1642,3,16,19
+17235,2012-12-25,1,1,12,23,1,2,0,2,0.28,0.2727,0.65,0.2537,4,26,30
+17236,2012-12-26,1,1,12,0,0,3,1,2,0.28,0.2727,0.65,0.2537,1,8,9
+17237,2012-12-26,1,1,12,1,0,3,1,2,0.26,0.2273,0.65,0.2985,0,7,7
+17238,2012-12-26,1,1,12,2,0,3,1,2,0.26,0.2273,0.65,0.2985,0,1,1
+17239,2012-12-26,1,1,12,3,0,3,1,2,0.24,0.2121,0.7,0.3582,0,2,2
+17240,2012-12-26,1,1,12,4,0,3,1,1,0.22,0.197,0.69,0.3582,0,2,2
+17241,2012-12-26,1,1,12,5,0,3,1,2,0.22,0.2121,0.69,0.2836,0,11,11
+17242,2012-12-26,1,1,12,6,0,3,1,2,0.22,0.2121,0.69,0.2239,0,36,36
+17243,2012-12-26,1,1,12,7,0,3,1,3,0.2,0.1818,0.86,0.3284,0,26,26
+17244,2012-12-26,1,1,12,8,0,3,1,3,0.2,0.1818,0.86,0.3284,0,31,31
+17245,2012-12-26,1,1,12,9,0,3,1,3,0.2,0.1818,0.86,0.3284,1,22,23
+17246,2012-12-26,1,1,12,10,0,3,1,3,0.2,0.1818,0.86,0.2985,0,8,8
+17247,2012-12-26,1,1,12,11,0,3,1,3,0.2,0.1667,0.86,0.4627,0,10,10
+17248,2012-12-26,1,1,12,12,0,3,1,3,0.22,0.197,0.87,0.3284,0,10,10
+17249,2012-12-26,1,1,12,13,0,3,1,3,0.22,0.197,0.87,0.3284,0,15,15
+17250,2012-12-26,1,1,12,14,0,3,1,3,0.22,0.2121,0.93,0.2537,0,20,20
+17251,2012-12-26,1,1,12,15,0,3,1,3,0.26,0.2273,0.87,0.3582,0,13,13
+17252,2012-12-26,1,1,12,16,0,3,1,3,0.26,0.2273,0.87,0.3582,0,13,13
+17253,2012-12-26,1,1,12,17,0,3,1,3,0.26,0.2273,0.93,0.3582,2,51,53
+17254,2012-12-26,1,1,12,18,0,3,1,3,0.28,0.2576,0.93,0.2985,1,42,43
+17255,2012-12-26,1,1,12,19,0,3,1,3,0.3,0.2879,0.87,0.194,2,33,35
+17256,2012-12-26,1,1,12,20,0,3,1,3,0.32,0.303,0.93,0.2537,0,32,32
+17257,2012-12-26,1,1,12,21,0,3,1,2,0.3,0.2727,0.87,0.2985,0,20,20
+17258,2012-12-26,1,1,12,22,0,3,1,3,0.24,0.197,0.93,0.4478,0,11,11
+17259,2012-12-26,1,1,12,23,0,3,1,3,0.26,0.2273,0.87,0.2985,2,8,10
+17260,2012-12-27,1,1,12,0,0,4,1,3,0.26,0.2273,0.87,0.2985,0,3,3
+17261,2012-12-27,1,1,12,1,0,4,1,3,0.24,0.197,0.93,0.4478,0,5,5
+17262,2012-12-27,1,1,12,2,0,4,1,2,0.24,0.197,0.87,0.4478,0,2,2
+17263,2012-12-27,1,1,12,3,0,4,1,2,0.24,0.2273,0.87,0.2239,0,1,1
+17264,2012-12-27,1,1,12,4,0,4,1,2,0.24,0.2121,0.87,0.3284,0,3,3
+17265,2012-12-27,1,1,12,5,0,4,1,1,0.24,0.2424,0.75,0.1642,1,10,11
+17266,2012-12-27,1,1,12,6,0,4,1,1,0.24,0.197,0.7,0.4925,0,45,45
+17267,2012-12-27,1,1,12,7,0,4,1,1,0.24,0.2273,0.7,0.2239,0,90,90
+17268,2012-12-27,1,1,12,8,0,4,1,1,0.26,0.2273,0.65,0.3582,2,206,208
+17269,2012-12-27,1,1,12,9,0,4,1,1,0.26,0.2121,0.6,0.4925,6,127,133
+17270,2012-12-27,1,1,12,10,0,4,1,1,0.28,0.2273,0.56,0.5224,8,67,75
+17271,2012-12-27,1,1,12,11,0,4,1,2,0.28,0.2424,0.56,0.4478,23,80,103
+17272,2012-12-27,1,1,12,12,0,4,1,1,0.3,0.2727,0.49,0.4627,22,87,109
+17273,2012-12-27,1,1,12,13,0,4,1,1,0.3,0.2727,0.49,0.4627,19,99,118
+17274,2012-12-27,1,1,12,14,0,4,1,2,0.26,0.2121,0.56,0.5224,25,94,119
+17275,2012-12-27,1,1,12,15,0,4,1,2,0.26,0.2121,0.56,0.4478,31,89,120
+17276,2012-12-27,1,1,12,16,0,4,1,2,0.26,0.2424,0.52,0.2836,23,151,174
+17277,2012-12-27,1,1,12,17,0,4,1,2,0.26,0.2424,0.52,0.2836,30,227,257
+17278,2012-12-27,1,1,12,18,0,4,1,2,0.24,0.2273,0.6,0.2537,9,188,197
+17279,2012-12-27,1,1,12,19,0,4,1,1,0.24,0.2121,0.6,0.2836,11,106,117
+17280,2012-12-27,1,1,12,20,0,4,1,1,0.24,0.2424,0.6,0.1642,12,79,91
+17281,2012-12-27,1,1,12,21,0,4,1,2,0.24,0.2273,0.6,0.2537,12,51,63
+17282,2012-12-27,1,1,12,22,0,4,1,2,0.24,0.2121,0.6,0.2836,11,33,44
+17283,2012-12-27,1,1,12,23,0,4,1,2,0.24,0.2273,0.6,0.2537,2,24,26
+17284,2012-12-28,1,1,12,0,0,5,1,2,0.24,0.2424,0.6,0.1642,3,22,25
+17285,2012-12-28,1,1,12,1,0,5,1,1,0.24,0.2273,0.6,0.194,0,9,9
+17286,2012-12-28,1,1,12,2,0,5,1,1,0.24,0.2273,0.6,0.2537,0,5,5
+17287,2012-12-28,1,1,12,3,0,5,1,2,0.24,0.2424,0.6,0.1642,0,2,2
+17288,2012-12-28,1,1,12,4,0,5,1,2,0.24,0.2576,0.6,0.1045,0,4,4
+17289,2012-12-28,1,1,12,5,0,5,1,2,0.24,0.2576,0.6,0.0896,0,15,15
+17290,2012-12-28,1,1,12,6,0,5,1,1,0.22,0.2121,0.64,0.2836,2,49,51
+17291,2012-12-28,1,1,12,7,0,5,1,1,0.22,0.2273,0.64,0.1642,1,111,112
+17292,2012-12-28,1,1,12,8,0,5,1,2,0.24,0.2424,0.6,0.1343,1,238,239
+17293,2012-12-28,1,1,12,9,0,5,1,2,0.24,0.2121,0.6,0.2836,18,173,191
+17294,2012-12-28,1,1,12,10,0,5,1,2,0.26,0.2424,0.56,0.2537,77,85,162
+17295,2012-12-28,1,1,12,11,0,5,1,2,0.28,0.2727,0.52,0.2239,71,107,178
+17296,2012-12-28,1,1,12,12,0,5,1,2,0.3,0.303,0.49,0.1343,72,150,222
+17297,2012-12-28,1,1,12,13,0,5,1,2,0.3,0.303,0.49,0.1343,76,146,222
+17298,2012-12-28,1,1,12,14,0,5,1,2,0.3,0.303,0.49,0.1343,84,177,261
+17299,2012-12-28,1,1,12,15,0,5,1,2,0.3,0.3182,0.49,0,74,151,225
+17300,2012-12-28,1,1,12,16,0,5,1,1,0.3,0.303,0.49,0.1343,42,208,250
+17301,2012-12-28,1,1,12,17,0,5,1,1,0.24,0.2424,0.6,0.1343,43,228,271
+17302,2012-12-28,1,1,12,18,0,5,1,1,0.24,0.2424,0.6,0.1343,16,197,213
+17303,2012-12-28,1,1,12,19,0,5,1,2,0.24,0.2273,0.65,0.194,15,113,128
+17304,2012-12-28,1,1,12,20,0,5,1,2,0.24,0.2576,0.65,0.1045,14,83,97
+17305,2012-12-28,1,1,12,21,0,5,1,2,0.24,0.2424,0.7,0.1343,17,75,92
+17306,2012-12-28,1,1,12,22,0,5,1,2,0.24,0.2576,0.7,0.0896,13,49,62
+17307,2012-12-28,1,1,12,23,0,5,1,2,0.24,0.2576,0.65,0.0896,5,54,59
+17308,2012-12-29,1,1,12,0,0,6,0,2,0.24,0.2424,0.7,0,1,25,26
+17309,2012-12-29,1,1,12,1,0,6,0,2,0.24,0.2424,0.75,0.0896,6,31,37
+17310,2012-12-29,1,1,12,2,0,6,0,2,0.24,0.2424,0.7,0,1,18,19
+17311,2012-12-29,1,1,12,3,0,6,0,2,0.24,0.2424,0.75,0,1,5,6
+17312,2012-12-29,1,1,12,4,0,6,0,2,0.24,0.2424,0.75,0.0896,0,3,3
+17313,2012-12-29,1,1,12,5,0,6,0,2,0.24,0.2424,0.75,0.0896,0,3,3
+17314,2012-12-29,1,1,12,6,0,6,0,2,0.26,0.2424,0.7,0.1045,0,7,7
+17315,2012-12-29,1,1,12,7,0,6,0,2,0.26,0.2424,0.7,0.1343,1,17,18
+17316,2012-12-29,1,1,12,8,0,6,0,2,0.26,0.2424,0.81,0,9,35,44
+17317,2012-12-29,1,1,12,9,0,6,0,2,0.26,0.2424,0.81,0,16,33,49
+17318,2012-12-29,1,1,12,10,0,6,0,3,0.26,0.2424,0.81,0.1343,6,35,41
+17319,2012-12-29,1,1,12,11,0,6,0,3,0.2,0.2424,0.93,0.0896,7,38,45
+17320,2012-12-29,1,1,12,12,0,6,0,3,0.2,0.2424,1,0,5,43,48
+17321,2012-12-29,1,1,12,13,0,6,0,3,0.2,0.2424,1,0,13,71,84
+17322,2012-12-29,1,1,12,14,0,6,0,2,0.24,0.2424,0.87,0.0896,10,88,98
+17323,2012-12-29,1,1,12,15,0,6,0,2,0.24,0.2424,0.87,0,19,110,129
+17324,2012-12-29,1,1,12,16,0,6,0,1,0.3,0.2424,0.75,0.1045,22,125,147
+17325,2012-12-29,1,1,12,17,0,6,0,1,0.26,0.2424,0.79,0.1045,18,100,118
+17326,2012-12-29,1,1,12,18,0,6,0,1,0.3,0.2424,0.7,0.194,8,102,110
+17327,2012-12-29,1,1,12,19,0,6,0,2,0.3,0.2424,0.61,0.2537,7,90,97
+17328,2012-12-29,1,1,12,20,0,6,0,2,0.3,0.2424,0.56,0.5522,2,64,66
+17329,2012-12-29,1,1,12,21,0,6,0,2,0.28,0.2424,0.56,0.4925,4,56,60
+17330,2012-12-29,1,1,12,22,0,6,0,2,0.26,0.2424,0.6,0.4627,3,51,54
+17331,2012-12-29,1,1,12,23,0,6,0,2,0.26,0.2424,0.6,0,0,32,32
+17332,2012-12-30,1,1,12,0,0,0,0,2,0.26,0.2576,0.6,0.1642,0,41,41
+17333,2012-12-30,1,1,12,1,0,0,0,2,0.26,0.2273,0.56,0.4179,1,27,28
+17334,2012-12-30,1,1,12,2,0,0,0,2,0.26,0.2424,0.56,0.2836,0,19,19
+17335,2012-12-30,1,1,12,3,0,0,0,2,0.26,0.2273,0.56,0.4179,1,14,15
+17336,2012-12-30,1,1,12,4,0,0,0,2,0.26,0.2576,0.56,0.2239,0,7,7
+17337,2012-12-30,1,1,12,5,0,0,0,2,0.26,0.2273,0.48,0.2985,0,2,2
+17338,2012-12-30,1,1,12,6,0,0,0,2,0.24,0.197,0.52,0.4179,1,7,8
+17339,2012-12-30,1,1,12,7,0,0,0,1,0.24,0.2121,0.56,0.3582,0,13,13
+17340,2012-12-30,1,1,12,8,0,0,0,1,0.24,0.197,0.52,0.4627,1,32,33
+17341,2012-12-30,1,1,12,9,0,0,0,1,0.24,0.2121,0.52,0.3881,9,65,74
+17342,2012-12-30,1,1,12,10,0,0,0,1,0.26,0.2121,0.41,0.5821,31,91,122
+17343,2012-12-30,1,1,12,11,0,0,0,1,0.26,0.2273,0.41,0.4179,33,103,136
+17344,2012-12-30,1,1,12,12,0,0,0,1,0.28,0.2273,0.36,0.5821,47,97,144
+17345,2012-12-30,1,1,12,13,0,0,0,1,0.3,0.2576,0.36,0.6567,49,120,169
+17346,2012-12-30,1,1,12,14,0,0,0,1,0.3,0.2727,0.36,0.4627,39,121,160
+17347,2012-12-30,1,1,12,15,0,0,0,1,0.28,0.2576,0.38,0.3284,37,101,138
+17348,2012-12-30,1,1,12,16,0,0,0,1,0.28,0.2424,0.38,0.4179,31,102,133
+17349,2012-12-30,1,1,12,17,0,0,0,1,0.26,0.2273,0.41,0.3284,26,97,123
+17350,2012-12-30,1,1,12,18,0,0,0,2,0.24,0.2121,0.44,0.2985,12,113,125
+17351,2012-12-30,1,1,12,19,0,0,0,1,0.34,0.3636,0.61,0,16,86,102
+17352,2012-12-30,1,1,12,20,0,0,0,1,0.22,0.197,0.47,0.3284,9,63,72
+17353,2012-12-30,1,1,12,21,0,0,0,1,0.2,0.2121,0.51,0.1642,5,42,47
+17354,2012-12-30,1,1,12,22,0,0,0,1,0.2,0.197,0.55,0.194,6,30,36
+17355,2012-12-30,1,1,12,23,0,0,0,1,0.2,0.197,0.51,0.2239,10,39,49
+17356,2012-12-31,1,1,12,0,0,1,1,1,0.18,0.1818,0.55,0.194,4,30,34
+17357,2012-12-31,1,1,12,1,0,1,1,1,0.18,0.1818,0.55,0.194,6,13,19
+17358,2012-12-31,1,1,12,2,0,1,1,1,0.16,0.1667,0.59,0.1642,3,8,11
+17359,2012-12-31,1,1,12,3,0,1,1,1,0.16,0.1818,0.59,0.1045,0,1,1
+17360,2012-12-31,1,1,12,4,0,1,1,1,0.14,0.1667,0.69,0.1045,0,3,3
+17361,2012-12-31,1,1,12,5,0,1,1,1,0.16,0.1515,0.64,0.194,0,9,9
+17362,2012-12-31,1,1,12,6,0,1,1,1,0.16,0.1667,0.64,0.1642,0,40,40
+17363,2012-12-31,1,1,12,7,0,1,1,1,0.16,0.1818,0.64,0.1343,2,83,85
+17364,2012-12-31,1,1,12,8,0,1,1,1,0.14,0.1515,0.69,0.1343,9,187,196
+17365,2012-12-31,1,1,12,9,0,1,1,2,0.18,0.2121,0.64,0.1045,13,144,157
+17366,2012-12-31,1,1,12,10,0,1,1,2,0.2,0.2121,0.69,0.1343,33,87,120
+17367,2012-12-31,1,1,12,11,0,1,1,2,0.22,0.2273,0.6,0.194,43,114,157
+17368,2012-12-31,1,1,12,12,0,1,1,2,0.24,0.2273,0.56,0.194,52,172,224
+17369,2012-12-31,1,1,12,13,0,1,1,2,0.26,0.2576,0.44,0.1642,38,165,203
+17370,2012-12-31,1,1,12,14,0,1,1,2,0.28,0.2727,0.45,0.2239,62,185,247
+17371,2012-12-31,1,1,12,15,0,1,1,2,0.28,0.2879,0.45,0.1343,69,246,315
+17372,2012-12-31,1,1,12,16,0,1,1,2,0.26,0.2576,0.48,0.194,30,184,214
+17373,2012-12-31,1,1,12,17,0,1,1,2,0.26,0.2879,0.48,0.0896,14,150,164
+17374,2012-12-31,1,1,12,18,0,1,1,2,0.26,0.2727,0.48,0.1343,10,112,122
+17375,2012-12-31,1,1,12,19,0,1,1,2,0.26,0.2576,0.6,0.1642,11,108,119
+17376,2012-12-31,1,1,12,20,0,1,1,2,0.26,0.2576,0.6,0.1642,8,81,89
+17377,2012-12-31,1,1,12,21,0,1,1,1,0.26,0.2576,0.6,0.1642,7,83,90
+17378,2012-12-31,1,1,12,22,0,1,1,1,0.26,0.2727,0.56,0.1343,13,48,61
+17379,2012-12-31,1,1,12,23,0,1,1,1,0.26,0.2727,0.65,0.1343,12,37,49

BIN
P1 - Predicting Bike Share Users/images/neural_network.png


BIN
P1 - Predicting Bike Share Users/images/output.png


+ 116 - 0
P1 - Predicting Bike Share Users/my_answers.py

@@ -0,0 +1,116 @@
+import numpy as np
+
+class NeuralNetwork(object):
+    def __init__(self, input_nodes, hidden_nodes, output_nodes, learning_rate):
+        # Set number of nodes in input, hidden and output layers.
+        self.input_nodes = input_nodes
+        self.hidden_nodes = hidden_nodes
+        self.output_nodes = output_nodes
+
+        # Initialize weights
+        self.weights_input_to_hidden = np.random.normal(0.0, self.input_nodes**-0.5,
+                                       (self.input_nodes, self.hidden_nodes))
+
+        self.weights_hidden_to_output = np.random.normal(0.0, self.hidden_nodes**-0.5,
+                                       (self.hidden_nodes, self.output_nodes))
+        self.lr = learning_rate
+
+        self.activation_function = lambda x: 1/(1 + np.exp(-x))
+
+    def train(self, features, targets):
+        """Train the network on batch of features and targets.
+
+            Arguments:
+            - features: 2D array, each row is one data record,
+                        each column is a feature
+            - targets: 1D array of target values
+        """
+
+        n_records = features.shape[0]
+        delta_weights_i_h = np.zeros(self.weights_input_to_hidden.shape)
+        delta_weights_h_o = np.zeros(self.weights_hidden_to_output.shape)
+
+        for X, y in zip(features, targets):
+            final_outputs, hidden_outputs = self.forward_pass_train(X)
+            delta_weights_i_h, delta_weights_h_o = self.backpropagation(final_outputs, hidden_outputs, X, y,
+                                                                        delta_weights_i_h, delta_weights_h_o)
+        self.update_weights(delta_weights_i_h, delta_weights_h_o, n_records)
+
+    def forward_pass_train(self, X):
+        """Forward Pass Method.
+
+            Arguments:
+            - X: features batch
+        """
+        hidden_inputs = np.dot(X, self.weights_input_to_hidden)
+        hidden_outputs = self.activation_function(hidden_inputs)
+
+        final_inputs = np.dot(hidden_outputs, self.weights_hidden_to_output)
+        final_outputs = final_inputs
+
+        return final_outputs, hidden_outputs
+
+    def backpropagation(self, final_outputs, hidden_outputs, X, y,
+                        delta_weights_i_h, delta_weights_h_o):
+        """Backpropagation.
+
+            Arguments:
+            - final_outputs: output from forward pass
+            - y: target (i.e. label) batch
+            - delta_weights_i_h: change in weights from input to hidden layers
+            - delta_weights_h_o: change in weights from hidden to output layers
+        """
+
+        # Calculate error: difference between desired target & output
+        error = y - final_outputs
+
+        # Calculate the hidden layer's contribution to the error
+        hidden_error = np.dot(self.weights_hidden_to_output, error)
+
+        # Backpropagated error terms
+        output_error_term = error * 1.0
+        hidden_error_term = hidden_error * hidden_outputs * (1 - hidden_outputs)
+
+        # Weight step (input to hidden)
+        delta_weights_i_h += hidden_error_term * X[:, None]
+        # Weight step (hidden to output)
+        delta_weights_h_o += output_error_term * hidden_outputs[:, None]
+        return delta_weights_i_h, delta_weights_h_o
+
+    def update_weights(self, delta_weights_i_h, delta_weights_h_o, n_records):
+        """Update weights on gradient descent step.
+
+            Arguments:
+            - delta_weights_i_h: change in weights from input to hidden layers
+            - delta_weights_h_o: change in weights from hidden to output layers
+            - n_records: number of records
+        """
+
+        # Update hidden-to-output weights with gradient descent step
+        self.weights_hidden_to_output += self.lr * delta_weights_h_o/n_records
+
+        # Update input-to-hidden weights with gradient descent step
+        self.weights_input_to_hidden += self.lr * delta_weights_i_h/n_records
+
+    def run(self, features):
+        """Run a forward pass through the network with input features.
+
+            Arguments:
+            - features: 1D array of feature values
+        """
+
+        hidden_inputs = np.dot(features, self.weights_input_to_hidden)
+        hidden_outputs = self.activation_function(hidden_inputs)
+
+        final_inputs = np.dot(hidden_outputs, self.weights_hidden_to_output)
+        final_outputs = final_inputs
+
+        return final_outputs
+
+#########################################################
+# Set your hyperparameters here
+#########################################################
+iterations = 5000
+learning_rate = 0.5
+hidden_nodes = 10
+output_nodes = 1

+ 46 - 0
P1 - Predicting Bike Share Users/requirements.txt

@@ -0,0 +1,46 @@
+appdirs==1.4.3
+appnope==0.1.0
+bleach==2.0.0
+cycler==0.10.0
+decorator==4.0.11
+entrypoints==0.2.2
+html5lib==0.999999999
+ipykernel==4.5.2
+ipython==5.3.0
+ipython-genutils==0.2.0
+ipywidgets==6.0.0
+Jinja2==2.9.5
+jsonschema==2.6.0
+jupyter==1.0.0
+jupyter-client==5.0.0
+jupyter-console==5.1.0
+jupyter-core==4.3.0
+MarkupSafe==1.0
+matplotlib==2.0.0
+mistune==0.7.4
+nbconvert==5.1.1
+nbformat==4.3.0
+notebook==4.4.1
+numpy==1.12.1
+packaging==16.8
+pandas==0.19.2
+pandocfilters==1.4.1
+pexpect==4.2.1
+pickleshare==0.7.4
+prompt-toolkit==1.0.14
+ptyprocess==0.5.1
+Pygments==2.2.0
+pyparsing==2.2.0
+python-dateutil==2.6.0
+pytz==2017.2
+pyzmq==16.0.2
+qtconsole==4.3.0
+simplegeneric==0.8.1
+six==1.10.0
+terminado==0.6
+testpath==0.3
+tornado==4.4.3
+traitlets==4.3.2
+wcwidth==0.1.7
+webencodings==0.5
+widgetsnbextension==2.0.0

+ 29 - 0
P2 - Dog Breed Classifier/README.md

@@ -0,0 +1,29 @@
+# P1: Dog Breed Classifier
+
+> In this project, a dog breed recognition algorithm is built using Transfer Learning and Convolutional Neural Networks.
+
+## About
+A pipeline is built to process real-world, user-supplied images. Given an image of a dog, the developed algorithm provides an estimate of the canine's breed. If supplied with an image of a human, the code identifies the resembling dog breed.
+
+![Output](output.png)
+
+## Files
+The original repository of this project is https://github.com/udacity/dog-project.
+
+- `dog_app.ipynb` – Project notebook.
+
+- `dog_app.html` – HTML Export of the project notebook.
+
+- `haarcascades/haarcascade_frontalface_alt.xml` – An OpenCV implementation of [Haar feature-based cascade classifiers](http://docs.opencv.org/trunk/d7/d8b/tutorial_py_face_detection.html) for detecting human faces ([source](https://github.com/opencv/opencv/tree/master/data/haarcascades)).
+
+- `extract_bottleneck_features.py` – Functions to extract the bottleneck features.
+
+##### Data
+- The training data for this project is available [here](https://s3-us-west-1.amazonaws.com/udacity-aind/dog-project/dogImages.zip). This dataset contains 133 different breeds of dogs and is already split into train, test, and validation sets.
+
+- Human images can be downloaded from [this link](http://vis-www.cs.umass.edu/lfw/lfw.tgz).
+
+## License
+[Modified MIT License © Pranav Suri](/License.txt)
+
+Please note that for this project, [@cgearhart](https://github.com/cgearhart), [@luisguiserrano](https://github.com/luisguiserrano) are the default owners.

File diff suppressed because it is too large
+ 11997 - 0
P2 - Dog Breed Classifier/dog_app.html


File diff suppressed because it is too large
+ 169 - 0
P2 - Dog Breed Classifier/dog_app.ipynb


+ 19 - 0
P2 - Dog Breed Classifier/extract_bottleneck_features.py

@@ -0,0 +1,19 @@
+def extract_VGG16(tensor):
+	from keras.applications.vgg16 import VGG16, preprocess_input
+	return VGG16(weights='imagenet', include_top=False).predict(preprocess_input(tensor))
+
+def extract_VGG19(tensor):
+	from keras.applications.vgg19 import VGG19, preprocess_input
+	return VGG19(weights='imagenet', include_top=False).predict(preprocess_input(tensor))
+
+def extract_Resnet50(tensor):
+	from keras.applications.resnet50 import ResNet50, preprocess_input
+	return ResNet50(weights='imagenet', include_top=False).predict(preprocess_input(tensor))
+
+def extract_Xception(tensor):
+	from keras.applications.xception import Xception, preprocess_input
+	return Xception(weights='imagenet', include_top=False).predict(preprocess_input(tensor))
+
+def extract_InceptionV3(tensor):
+	from keras.applications.inception_v3 import InceptionV3, preprocess_input
+	return InceptionV3(weights='imagenet', include_top=False).predict(preprocess_input(tensor))

+ 24350 - 0
P2 - Dog Breed Classifier/haarcascades/haarcascade_frontalface_alt.xml

@@ -0,0 +1,24350 @@
+<?xml version="1.0"?>
+<!--
+    Stump-based 20x20 gentle adaboost frontal face detector.
+    Created by Rainer Lienhart.
+
+////////////////////////////////////////////////////////////////////////////////////////
+
+  IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
+
+  By downloading, copying, installing or using the software you agree to this license.
+  If you do not agree to this license, do not download, install,
+  copy or use the software.
+
+
+                        Intel License Agreement
+                For Open Source Computer Vision Library
+
+ Copyright (C) 2000, Intel Corporation, all rights reserved.
+ Third party copyrights are property of their respective owners.
+
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+
+   * Redistribution's of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+
+   * Redistribution's in binary form must reproduce the above copyright notice,
+     this list of conditions and the following disclaimer in the documentation
+     and/or other materials provided with the distribution.
+
+   * The name of Intel Corporation may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+
+ This software is provided by the copyright holders and contributors "as is" and
+ any express or implied warranties, including, but not limited to, the implied
+ warranties of merchantability and fitness for a particular purpose are disclaimed.
+ In no event shall the Intel Corporation or contributors be liable for any direct,
+ indirect, incidental, special, exemplary, or consequential damages
+ (including, but not limited to, procurement of substitute goods or services;
+ loss of use, data, or profits; or business interruption) however caused
+ and on any theory of liability, whether in contract, strict liability,
+ or tort (including negligence or otherwise) arising in any way out of
+ the use of this software, even if advised of the possibility of such damage.
+-->
+<opencv_storage>
+<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
+  <featureType>HAAR</featureType>
+  <height>20</height>
+  <width>20</width>
+  <stageParams>
+    <maxWeakCount>213</maxWeakCount></stageParams>
+  <featureParams>
+    <maxCatCount>0</maxCatCount></featureParams>
+  <stageNum>22</stageNum>
+  <stages>
+    <_>
+      <maxWeakCount>3</maxWeakCount>
+      <stageThreshold>8.2268941402435303e-01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 0 4.0141958743333817e-03</internalNodes>
+          <leafValues>
+            3.3794190734624863e-02 8.3781069517135620e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1 1.5151339583098888e-02</internalNodes>
+          <leafValues>
+            1.5141320228576660e-01 7.4888122081756592e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2 4.2109931819140911e-03</internalNodes>
+          <leafValues>
+            9.0049281716346741e-02 6.3748198747634888e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>16</maxWeakCount>
+      <stageThreshold>6.9566087722778320e+00</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 3 1.6227109590545297e-03</internalNodes>
+          <leafValues>
+            6.9308586418628693e-02 7.1109461784362793e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 4 2.2906649392098188e-03</internalNodes>
+          <leafValues>
+            1.7958030104637146e-01 6.6686922311782837e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 5 5.0025708042085171e-03</internalNodes>
+          <leafValues>
+            1.6936729848384857e-01 6.5540069341659546e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 6 7.9659894108772278e-03</internalNodes>
+          <leafValues>
+            5.8663320541381836e-01 9.1414518654346466e-02</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 7 -3.5227010957896709e-03</internalNodes>
+          <leafValues>
+            1.4131669700145721e-01 6.0318958759307861e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 8 3.6667689681053162e-02</internalNodes>
+          <leafValues>
+            3.6756721138954163e-01 7.9203182458877563e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 9 9.3361474573612213e-03</internalNodes>
+          <leafValues>
+            6.1613857746124268e-01 2.0885099470615387e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 10 8.6961314082145691e-03</internalNodes>
+          <leafValues>
+            2.8362309932708740e-01 6.3602739572525024e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 11 1.1488880263641477e-03</internalNodes>
+          <leafValues>
+            2.2235809266567230e-01 5.8007007837295532e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 12 -2.1484689787030220e-03</internalNodes>
+          <leafValues>
+            2.4064640700817108e-01 5.7870548963546753e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 13 2.1219060290604830e-03</internalNodes>
+          <leafValues>
+            5.5596548318862915e-01 1.3622370362281799e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 14 -9.3949146568775177e-02</internalNodes>
+          <leafValues>
+            8.5027372837066650e-01 4.7177401185035706e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 15 1.3777789426967502e-03</internalNodes>
+          <leafValues>
+            5.9936738014221191e-01 2.8345298767089844e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 16 7.3063157498836517e-02</internalNodes>
+          <leafValues>
+            4.3418860435485840e-01 7.0600342750549316e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 17 3.6767389974556863e-04</internalNodes>
+          <leafValues>
+            3.0278879404067993e-01 6.0515749454498291e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 18 -6.0479710809886456e-03</internalNodes>
+          <leafValues>
+            1.7984339594841003e-01 5.6752568483352661e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>21</maxWeakCount>
+      <stageThreshold>9.4985427856445312e+00</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 19 -1.6510689631104469e-02</internalNodes>
+          <leafValues>
+            6.6442251205444336e-01 1.4248579740524292e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 20 2.7052499353885651e-03</internalNodes>
+          <leafValues>
+            6.3253521919250488e-01 1.2884770333766937e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 21 2.8069869149476290e-03</internalNodes>
+          <leafValues>
+            1.2402880191802979e-01 6.1931931972503662e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 22 -1.5402400167658925e-03</internalNodes>
+          <leafValues>
+            1.4321430027484894e-01 5.6700158119201660e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 23 -5.6386279175058007e-04</internalNodes>
+          <leafValues>
+            1.6574330627918243e-01 5.9052079916000366e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 24 1.9253729842603207e-03</internalNodes>
+          <leafValues>
+            2.6955071091651917e-01 5.7388240098953247e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 25 -5.0214841030538082e-03</internalNodes>
+          <leafValues>
+            1.8935389816761017e-01 5.7827740907669067e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 26 2.6365420781075954e-03</internalNodes>
+          <leafValues>
+            2.3093290627002716e-01 5.6954258680343628e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 27 -1.5127769438549876e-03</internalNodes>
+          <leafValues>
+            2.7596020698547363e-01 5.9566420316696167e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 28 -1.0157439857721329e-02</internalNodes>
+          <leafValues>
+            1.7325380444526672e-01 5.5220472812652588e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 29 -1.1953660286962986e-02</internalNodes>
+          <leafValues>
+            1.3394099473953247e-01 5.5590140819549561e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 30 4.8859491944313049e-03</internalNodes>
+          <leafValues>
+            3.6287039518356323e-01 6.1888492107391357e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 31 -8.0132916569709778e-02</internalNodes>
+          <leafValues>
+            9.1211050748825073e-02 5.4759448766708374e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 32 1.0643280111253262e-03</internalNodes>
+          <leafValues>
+            3.7151429057121277e-01 5.7113999128341675e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 33 -1.3419450260698795e-03</internalNodes>
+          <leafValues>
+            5.9533137083053589e-01 3.3180978894233704e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 34 -5.4601140320301056e-02</internalNodes>
+          <leafValues>
+            1.8440659344196320e-01 5.6028461456298828e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 35 2.9071690514683723e-03</internalNodes>
+          <leafValues>
+            3.5942441225051880e-01 6.1317151784896851e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 36 7.4718717951327562e-04</internalNodes>
+          <leafValues>
+            5.9943532943725586e-01 3.4595629572868347e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 37 4.3013808317482471e-03</internalNodes>
+          <leafValues>
+            4.1726520657539368e-01 6.9908452033996582e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 38 4.5017572119832039e-03</internalNodes>
+          <leafValues>
+            4.5097151398658752e-01 7.8014570474624634e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 39 2.4138500913977623e-02</internalNodes>
+          <leafValues>
+            5.4382127523422241e-01 1.3198269903659821e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>39</maxWeakCount>
+      <stageThreshold>1.8412969589233398e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 40 1.9212230108678341e-03</internalNodes>
+          <leafValues>
+            1.4152669906616211e-01 6.1998707056045532e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 41 -1.2748669541906565e-04</internalNodes>
+          <leafValues>
+            6.1910742521286011e-01 1.8849289417266846e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 42 5.1409931620582938e-04</internalNodes>
+          <leafValues>
+            1.4873969554901123e-01 5.8579277992248535e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 43 4.1878609918057919e-03</internalNodes>
+          <leafValues>
+            2.7469098567962646e-01 6.3592398166656494e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 44 5.1015717908740044e-03</internalNodes>
+          <leafValues>
+            5.8708512783050537e-01 2.1756289899349213e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 45 -2.1448440384119749e-03</internalNodes>
+          <leafValues>
+            5.8809447288513184e-01 2.9795908927917480e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 46 -2.8977119363844395e-03</internalNodes>
+          <leafValues>
+            2.3733270168304443e-01 5.8766472339630127e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 47 -2.1610679104924202e-02</internalNodes>
+          <leafValues>
+            1.2206549942493439e-01 5.1942020654678345e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 48 -4.6299318782985210e-03</internalNodes>
+          <leafValues>
+            2.6312309503555298e-01 5.8174091577529907e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 49 5.9393711853772402e-04</internalNodes>
+          <leafValues>
+            3.6386200785636902e-01 5.6985449790954590e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 50 5.3878661245107651e-02</internalNodes>
+          <leafValues>
+            4.3035310506820679e-01 7.5593662261962891e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 51 1.8887349870055914e-03</internalNodes>
+          <leafValues>
+            2.1226030588150024e-01 5.6134271621704102e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 52 -2.3635339457541704e-03</internalNodes>
+          <leafValues>
+            5.6318491697311401e-01 2.6427671313285828e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 53 2.4017799645662308e-02</internalNodes>
+          <leafValues>
+            5.7971078157424927e-01 2.7517059445381165e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 54 2.0543030404951423e-04</internalNodes>
+          <leafValues>
+            2.7052420377731323e-01 5.7525688409805298e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 55 8.4790197433903813e-04</internalNodes>
+          <leafValues>
+            5.4356247186660767e-01 2.3348769545555115e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 56 1.4091329649090767e-03</internalNodes>
+          <leafValues>
+            5.3194248676300049e-01 2.0631550252437592e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 57 1.4642629539594054e-03</internalNodes>
+          <leafValues>
+            5.4189807176589966e-01 3.0688610672950745e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 58 1.6352549428120255e-03</internalNodes>
+          <leafValues>
+            3.6953729391098022e-01 6.1128681898117065e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 59 8.3172752056270838e-04</internalNodes>
+          <leafValues>
+            3.5650369524955750e-01 6.0252362489700317e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 60 -2.0998890977352858e-03</internalNodes>
+          <leafValues>
+            1.9139820337295532e-01 5.3628271818161011e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 61 -7.4213981861248612e-04</internalNodes>
+          <leafValues>
+            3.8355550169944763e-01 5.5293101072311401e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 62 3.2655049581080675e-03</internalNodes>
+          <leafValues>
+            4.3128961324691772e-01 7.1018958091735840e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 63 8.9134991867467761e-04</internalNodes>
+          <leafValues>
+            3.9848309755325317e-01 6.3919639587402344e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 64 -1.5284179709851742e-02</internalNodes>
+          <leafValues>
+            2.3667329549789429e-01 5.4337137937545776e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 65 4.8381411470472813e-03</internalNodes>
+          <leafValues>
+            5.8175009489059448e-01 3.2391890883445740e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 66 -9.1093179071322083e-04</internalNodes>
+          <leafValues>
+            5.5405938625335693e-01 2.9118689894676208e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 67 -6.1275060288608074e-03</internalNodes>
+          <leafValues>
+            1.7752550542354584e-01 5.1966291666030884e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 68 -4.4576259097084403e-04</internalNodes>
+          <leafValues>
+            3.0241701006889343e-01 5.5335938930511475e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 69 2.2646540775895119e-02</internalNodes>
+          <leafValues>
+            4.4149309396743774e-01 6.9753772020339966e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 70 -1.8804960418492556e-03</internalNodes>
+          <leafValues>
+            2.7913948893547058e-01 5.4979521036148071e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 71 7.0889107882976532e-03</internalNodes>
+          <leafValues>
+            5.2631992101669312e-01 2.3855470120906830e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 72 1.7318050377070904e-03</internalNodes>
+          <leafValues>
+            4.3193790316581726e-01 6.9836008548736572e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 73 -6.8482700735330582e-03</internalNodes>
+          <leafValues>
+            3.0820429325103760e-01 5.3909200429916382e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 74 -1.5062530110299122e-05</internalNodes>
+          <leafValues>
+            5.5219221115112305e-01 3.1203660368919373e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 75 2.9475569725036621e-02</internalNodes>
+          <leafValues>
+            5.4013228416442871e-01 1.7706030607223511e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 76 8.1387329846620560e-03</internalNodes>
+          <leafValues>
+            5.1786178350448608e-01 1.2110190093517303e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 77 2.0942950621247292e-02</internalNodes>
+          <leafValues>
+            5.2902942895889282e-01 3.3112218976020813e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 78 -9.5665529370307922e-03</internalNodes>
+          <leafValues>
+            7.4719941616058350e-01 4.4519689679145813e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>33</maxWeakCount>
+      <stageThreshold>1.5324139595031738e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 79 -2.8206960996612906e-04</internalNodes>
+          <leafValues>
+            2.0640860497951508e-01 6.0767322778701782e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 80 1.6790600493550301e-03</internalNodes>
+          <leafValues>
+            5.8519971370697021e-01 1.2553839385509491e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 81 6.9827912375330925e-04</internalNodes>
+          <leafValues>
+            9.4018429517745972e-02 5.7289612293243408e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 82 7.8959012171253562e-04</internalNodes>
+          <leafValues>
+            1.7819879949092865e-01 5.6943088769912720e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 83 -2.8560499195009470e-03</internalNodes>
+          <leafValues>
+            1.6383990645408630e-01 5.7886648178100586e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 84 -3.8122469559311867e-03</internalNodes>
+          <leafValues>
+            2.0854400098323822e-01 5.5085647106170654e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 85 1.5896620461717248e-03</internalNodes>
+          <leafValues>
+            5.7027608156204224e-01 1.8572150170803070e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 86 1.0078339837491512e-02</internalNodes>
+          <leafValues>
+            5.1169431209564209e-01 2.1897700428962708e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 87 -6.3526302576065063e-02</internalNodes>
+          <leafValues>
+            7.1313798427581787e-01 4.0438130497932434e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 88 -9.1031491756439209e-03</internalNodes>
+          <leafValues>
+            2.5671818852424622e-01 5.4639732837677002e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 89 -2.4035000242292881e-03</internalNodes>
+          <leafValues>
+            1.7006659507751465e-01 5.5909740924835205e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 90 1.5226360410451889e-03</internalNodes>
+          <leafValues>
+            5.4105567932128906e-01 2.6190540194511414e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 91 1.7997439950704575e-02</internalNodes>
+          <leafValues>
+            3.7324368953704834e-01 6.5352207422256470e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 92 -6.4538191072642803e-03</internalNodes>
+          <leafValues>
+            2.6264819502830505e-01 5.5374461412429810e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 93 -1.1880760081112385e-02</internalNodes>
+          <leafValues>
+            2.0037539303302765e-01 5.5447459220886230e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 94 1.2713660253211856e-03</internalNodes>
+          <leafValues>
+            5.5919027328491211e-01 3.0319759249687195e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 95 1.1376109905540943e-03</internalNodes>
+          <leafValues>
+            2.7304071187973022e-01 5.6465089321136475e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 96 -4.2651998810470104e-03</internalNodes>
+          <leafValues>
+            1.4059090614318848e-01 5.4618209600448608e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 97 -2.9602861031889915e-03</internalNodes>
+          <leafValues>
+            1.7950350046157837e-01 5.4592901468276978e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 98 -8.8448226451873779e-03</internalNodes>
+          <leafValues>
+            5.7367831468582153e-01 2.8092199563980103e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 99 -6.6430689767003059e-03</internalNodes>
+          <leafValues>
+            2.3706759512424469e-01 5.5038261413574219e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 100 3.9997808635234833e-03</internalNodes>
+          <leafValues>
+            5.6081998348236084e-01 3.3042821288108826e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 101 -4.1221720166504383e-03</internalNodes>
+          <leafValues>
+            1.6401059925556183e-01 5.3789931535720825e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 102 1.5624909661710262e-02</internalNodes>
+          <leafValues>
+            5.2276492118835449e-01 2.2886039316654205e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 103 -1.0356419719755650e-02</internalNodes>
+          <leafValues>
+            7.0161938667297363e-01 4.2529278993606567e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 104 -8.7960809469223022e-03</internalNodes>
+          <leafValues>
+            2.7673470973968506e-01 5.3558301925659180e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 105 1.6226939857006073e-01</internalNodes>
+          <leafValues>
+            4.3422400951385498e-01 7.4425792694091797e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 106 4.5542530715465546e-03</internalNodes>
+          <leafValues>
+            5.7264858484268188e-01 2.5821250677108765e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 107 -2.1309209987521172e-03</internalNodes>
+          <leafValues>
+            2.1068480610847473e-01 5.3610187768936157e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 108 -1.3208420015871525e-02</internalNodes>
+          <leafValues>
+            7.5937908887863159e-01 4.5524680614471436e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 109 -6.5996676683425903e-02</internalNodes>
+          <leafValues>
+            1.2524759769439697e-01 5.3440397977828979e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 110 7.9142656177282333e-03</internalNodes>
+          <leafValues>
+            3.3153840899467468e-01 5.6010431051254272e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 111 2.0894279703497887e-02</internalNodes>
+          <leafValues>
+            5.5060499906539917e-01 2.7688381075859070e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>44</maxWeakCount>
+      <stageThreshold>2.1010639190673828e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 112 1.1961159761995077e-03</internalNodes>
+          <leafValues>
+            1.7626909911632538e-01 6.1562412977218628e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 113 -1.8679830245673656e-03</internalNodes>
+          <leafValues>
+            6.1181068420410156e-01 1.8323999643325806e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 114 -1.9579799845814705e-04</internalNodes>
+          <leafValues>
+            9.9044263362884521e-02 5.7238161563873291e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 115 -8.0255657667294145e-04</internalNodes>
+          <leafValues>
+            5.5798798799514771e-01 2.3772829771041870e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 116 -2.4510810617357492e-03</internalNodes>
+          <leafValues>
+            2.2314579784870148e-01 5.8589351177215576e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 117 5.0361850298941135e-04</internalNodes>
+          <leafValues>
+            2.6539939641952515e-01 5.7941037416458130e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 118 4.0293349884450436e-03</internalNodes>
+          <leafValues>
+            5.8038270473480225e-01 2.4848650395870209e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 119 -1.4451709575951099e-02</internalNodes>
+          <leafValues>
+            1.8303519487380981e-01 5.4842048883438110e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 120 2.0380979403853416e-03</internalNodes>
+          <leafValues>
+            3.3635589480400085e-01 6.0510927438735962e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 121 -1.6155190533027053e-03</internalNodes>
+          <leafValues>
+            2.2866420447826385e-01 5.4412460327148438e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 122 3.3458340913057327e-03</internalNodes>
+          <leafValues>
+            5.6259131431579590e-01 2.3923380672931671e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 123 1.6379579901695251e-03</internalNodes>
+          <leafValues>
+            3.9069938659667969e-01 5.9646219015121460e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 124 3.0251210555434227e-02</internalNodes>
+          <leafValues>
+            5.2484822273254395e-01 1.5757469832897186e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 125 3.7251990288496017e-02</internalNodes>
+          <leafValues>
+            4.1943109035491943e-01 6.7484188079833984e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 126 -2.5109790265560150e-02</internalNodes>
+          <leafValues>
+            1.8825499713420868e-01 5.4734510183334351e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 127 -5.3099058568477631e-03</internalNodes>
+          <leafValues>
+            1.3399730622768402e-01 5.2271109819412231e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 128 1.2086479691788554e-03</internalNodes>
+          <leafValues>
+            3.7620881199836731e-01 6.1096358299255371e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 129 -2.1907679736614227e-02</internalNodes>
+          <leafValues>
+            2.6631429791450500e-01 5.4040068387985229e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 130 5.4116579703986645e-03</internalNodes>
+          <leafValues>
+            5.3635787963867188e-01 2.2322730720043182e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 131 6.9946326315402985e-02</internalNodes>
+          <leafValues>
+            5.3582328557968140e-01 2.4536980688571930e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 132 3.4520021290518343e-04</internalNodes>
+          <leafValues>
+            2.4096719920635223e-01 5.3769302368164062e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 133 1.2627709656953812e-03</internalNodes>
+          <leafValues>
+            5.4258567094802856e-01 3.1556931138038635e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 134 2.2719509899616241e-02</internalNodes>
+          <leafValues>
+            4.1584059596061707e-01 6.5978652238845825e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 135 -1.8111000536009669e-03</internalNodes>
+          <leafValues>
+            2.8112530708312988e-01 5.5052447319030762e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 136 3.3469670452177525e-03</internalNodes>
+          <leafValues>
+            5.2600282430648804e-01 1.8914650380611420e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 137 4.0791751234792173e-04</internalNodes>
+          <leafValues>
+            5.6735092401504517e-01 3.3442100882530212e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 138 1.2734799645841122e-02</internalNodes>
+          <leafValues>
+            5.3435921669006348e-01 2.3956120014190674e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 139 -7.3119727894663811e-03</internalNodes>
+          <leafValues>
+            6.0108900070190430e-01 4.0222078561782837e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 140 -5.6948751211166382e-02</internalNodes>
+          <leafValues>
+            8.1991511583328247e-01 4.5431908965110779e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 141 -5.0116591155529022e-03</internalNodes>
+          <leafValues>
+            2.2002810239791870e-01 5.3577107191085815e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 142 6.0334368608891964e-03</internalNodes>
+          <leafValues>
+            4.4130811095237732e-01 7.1817511320114136e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 143 3.9437441155314445e-03</internalNodes>
+          <leafValues>
+            5.4788607358932495e-01 2.7917331457138062e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 144 -3.6591119132936001e-03</internalNodes>
+          <leafValues>
+            6.3578677177429199e-01 3.9897239208221436e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 145 -3.8456181064248085e-03</internalNodes>
+          <leafValues>
+            3.4936860203742981e-01 5.3006649017333984e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 146 -7.1926261298358440e-03</internalNodes>
+          <leafValues>
+            1.1196149885654449e-01 5.2296727895736694e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 147 -5.2798941731452942e-02</internalNodes>
+          <leafValues>
+            2.3871029913425446e-01 5.4534512758255005e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 148 -7.9537667334079742e-03</internalNodes>
+          <leafValues>
+            7.5869178771972656e-01 4.4393768906593323e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 149 -2.7344180271029472e-03</internalNodes>
+          <leafValues>
+            2.5654768943786621e-01 5.4893219470977783e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 150 -1.8507939530536532e-03</internalNodes>
+          <leafValues>
+            6.7343479394912720e-01 4.2524749040603638e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 151 1.5918919816613197e-02</internalNodes>
+          <leafValues>
+            5.4883527755737305e-01 2.2926619648933411e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 152 -1.2687679845839739e-03</internalNodes>
+          <leafValues>
+            6.1043310165405273e-01 4.0223899483680725e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 153 6.2883910723030567e-03</internalNodes>
+          <leafValues>
+            5.3108531236648560e-01 1.5361930429935455e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 154 -6.2259892001748085e-03</internalNodes>
+          <leafValues>
+            1.7291119694709778e-01 5.2416062355041504e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 155 -1.2132599949836731e-02</internalNodes>
+          <leafValues>
+            6.5977597236633301e-01 4.3251821398735046e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>50</maxWeakCount>
+      <stageThreshold>2.3918790817260742e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 156 -3.9184908382594585e-03</internalNodes>
+          <leafValues>
+            6.1034351587295532e-01 1.4693309366703033e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 157 1.5971299726516008e-03</internalNodes>
+          <leafValues>
+            2.6323631405830383e-01 5.8964669704437256e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 158 1.7780110239982605e-02</internalNodes>
+          <leafValues>
+            5.8728742599487305e-01 1.7603619396686554e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 159 6.5334769897162914e-04</internalNodes>
+          <leafValues>
+            1.5678019821643829e-01 5.5960661172866821e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 160 -2.8353091329336166e-04</internalNodes>
+          <leafValues>
+            1.9131539762020111e-01 5.7320362329483032e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 161 1.6104689566418529e-03</internalNodes>
+          <leafValues>
+            2.9149138927459717e-01 5.6230807304382324e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 162 -9.7750619053840637e-02</internalNodes>
+          <leafValues>
+            1.9434769451618195e-01 5.6482332944869995e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 163 5.5182358482852578e-04</internalNodes>
+          <leafValues>
+            3.1346169114112854e-01 5.5046397447586060e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 164 -1.2858220376074314e-02</internalNodes>
+          <leafValues>
+            2.5364819169044495e-01 5.7601428031921387e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 165 4.1530239395797253e-03</internalNodes>
+          <leafValues>
+            5.7677221298217773e-01 3.6597740650177002e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 166 1.7092459602281451e-03</internalNodes>
+          <leafValues>
+            2.8431910276412964e-01 5.9189391136169434e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 167 7.5217359699308872e-03</internalNodes>
+          <leafValues>
+            4.0524271130561829e-01 6.1831092834472656e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 168 2.2479810286313295e-03</internalNodes>
+          <leafValues>
+            5.7837551832199097e-01 3.1354010105133057e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 169 5.2006211131811142e-02</internalNodes>
+          <leafValues>
+            5.5413120985031128e-01 1.9166369736194611e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 170 1.2085529975593090e-02</internalNodes>
+          <leafValues>
+            4.0326559543609619e-01 6.6445910930633545e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 171 1.4687820112158079e-05</internalNodes>
+          <leafValues>
+            3.5359779000282288e-01 5.7093828916549683e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 172 7.1395188570022583e-06</internalNodes>
+          <leafValues>
+            3.0374449491500854e-01 5.6102699041366577e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 173 -4.6001640148460865e-03</internalNodes>
+          <leafValues>
+            7.1810871362686157e-01 4.5803260803222656e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 174 2.0058949012309313e-03</internalNodes>
+          <leafValues>
+            5.6219518184661865e-01 2.9536840319633484e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 175 4.5050270855426788e-03</internalNodes>
+          <leafValues>
+            4.6153879165649414e-01 7.6190179586410522e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 176 1.1746830306947231e-02</internalNodes>
+          <leafValues>
+            5.3438371419906616e-01 1.7725290358066559e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 177 -5.8316338807344437e-02</internalNodes>
+          <leafValues>
+            1.6862459480762482e-01 5.3407722711563110e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 178 2.3629379575140774e-04</internalNodes>
+          <leafValues>
+            3.7920561432838440e-01 6.0268038511276245e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 179 -7.8156180679798126e-03</internalNodes>
+          <leafValues>
+            1.5128670632839203e-01 5.3243237733840942e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 180 -1.0876160115003586e-02</internalNodes>
+          <leafValues>
+            2.0818220078945160e-01 5.3199452161788940e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 181 -2.7745519764721394e-03</internalNodes>
+          <leafValues>
+            4.0982469916343689e-01 5.2103281021118164e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 182 -7.8276381827890873e-04</internalNodes>
+          <leafValues>
+            5.6932741403579712e-01 3.4788420796394348e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 183 1.3870409689843655e-02</internalNodes>
+          <leafValues>
+            5.3267508745193481e-01 2.2576980292797089e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 184 -2.3674910888075829e-02</internalNodes>
+          <leafValues>
+            1.5513050556182861e-01 5.2007079124450684e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 185 -1.4879409718560055e-05</internalNodes>
+          <leafValues>
+            5.5005669593811035e-01 3.8201761245727539e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 186 3.6190641112625599e-03</internalNodes>
+          <leafValues>
+            4.2386838793754578e-01 6.6397482156753540e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 187 -1.9817110151052475e-02</internalNodes>
+          <leafValues>
+            2.1500380337238312e-01 5.3823578357696533e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 188 -3.8154039066284895e-03</internalNodes>
+          <leafValues>
+            6.6757112741470337e-01 4.2152971029281616e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 189 -4.9775829538702965e-03</internalNodes>
+          <leafValues>
+            2.2672890126705170e-01 5.3863281011581421e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 190 2.2441020701080561e-03</internalNodes>
+          <leafValues>
+            4.3086910247802734e-01 6.8557357788085938e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 191 1.2282459996640682e-02</internalNodes>
+          <leafValues>
+            5.8366149663925171e-01 3.4674790501594543e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 192 -2.8548699337989092e-03</internalNodes>
+          <leafValues>
+            7.0169448852539062e-01 4.3114539980888367e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 193 -3.7875669077038765e-03</internalNodes>
+          <leafValues>
+            2.8953450918197632e-01 5.2249461412429810e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 194 -1.2201230274513364e-03</internalNodes>
+          <leafValues>
+            2.9755708575248718e-01 5.4816448688507080e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 195 1.0160599835216999e-02</internalNodes>
+          <leafValues>
+            4.8888179659843445e-01 8.1826978921890259e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 196 -1.6174569725990295e-02</internalNodes>
+          <leafValues>
+            1.4814929664134979e-01 5.2399927377700806e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 197 1.9292460754513741e-02</internalNodes>
+          <leafValues>
+            4.7863098978996277e-01 7.3781907558441162e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 198 -3.2479539513587952e-03</internalNodes>
+          <leafValues>
+            7.3742228746414185e-01 4.4706439971923828e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 199 -9.3803480267524719e-03</internalNodes>
+          <leafValues>
+            3.4891548752784729e-01 5.5379962921142578e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 200 -1.2606129981577396e-02</internalNodes>
+          <leafValues>
+            2.3796869814395905e-01 5.3154432773590088e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 201 -2.5621930137276649e-02</internalNodes>
+          <leafValues>
+            1.9646880030632019e-01 5.1387697458267212e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 202 -7.5741496402770281e-05</internalNodes>
+          <leafValues>
+            5.5905228853225708e-01 3.3658531308174133e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 203 -8.9210882782936096e-02</internalNodes>
+          <leafValues>
+            6.3404656946659088e-02 5.1626348495483398e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 204 -2.7670480776578188e-03</internalNodes>
+          <leafValues>
+            7.3234677314758301e-01 4.4907060265541077e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 205 2.7152578695677221e-04</internalNodes>
+          <leafValues>
+            4.1148349642753601e-01 5.9855180978775024e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>51</maxWeakCount>
+      <stageThreshold>2.4527879714965820e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 206 1.4786219689995050e-03</internalNodes>
+          <leafValues>
+            2.6635450124740601e-01 6.6433167457580566e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 207 -1.8741659587249160e-03</internalNodes>
+          <leafValues>
+            6.1438488960266113e-01 2.5185129046440125e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 208 -1.7151009524241090e-03</internalNodes>
+          <leafValues>
+            5.7663410902023315e-01 2.3974630236625671e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 209 -1.8939269939437509e-03</internalNodes>
+          <leafValues>
+            5.6820458173751831e-01 2.5291448831558228e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 210 -5.3006052039563656e-03</internalNodes>
+          <leafValues>
+            1.6406759619712830e-01 5.5560797452926636e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 211 -4.6662531793117523e-02</internalNodes>
+          <leafValues>
+            6.1231541633605957e-01 4.7628301382064819e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 212 -7.9431332414969802e-04</internalNodes>
+          <leafValues>
+            5.7078588008880615e-01 2.8394040465354919e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 213 1.4891670085489750e-02</internalNodes>
+          <leafValues>
+            4.0896728634834290e-01 6.0063672065734863e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 214 -1.2046529445797205e-03</internalNodes>
+          <leafValues>
+            5.7124507427215576e-01 2.7052891254425049e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 215 6.0619381256401539e-03</internalNodes>
+          <leafValues>
+            5.2625042200088501e-01 3.2622259855270386e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 216 -2.5286648888140917e-03</internalNodes>
+          <leafValues>
+            6.8538308143615723e-01 4.1992568969726562e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 217 -5.9010218828916550e-03</internalNodes>
+          <leafValues>
+            3.2662820816040039e-01 5.4348129034042358e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 218 5.6702760048210621e-03</internalNodes>
+          <leafValues>
+            5.4684108495712280e-01 2.3190039396286011e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 219 -3.0304100364446640e-03</internalNodes>
+          <leafValues>
+            5.5706679821014404e-01 2.7082380652427673e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 220 2.9803649522364140e-03</internalNodes>
+          <leafValues>
+            3.7005689740180969e-01 5.8906257152557373e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 221 -7.5840510427951813e-02</internalNodes>
+          <leafValues>
+            2.1400700509548187e-01 5.4199481010437012e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 222 1.9262539222836494e-02</internalNodes>
+          <leafValues>
+            5.5267721414566040e-01 2.7265900373458862e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 223 1.8888259364757687e-04</internalNodes>
+          <leafValues>
+            3.9580118656158447e-01 6.0172098875045776e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 224 2.9369549825787544e-02</internalNodes>
+          <leafValues>
+            5.2413737773895264e-01 1.4357580244541168e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 225 1.0417619487270713e-03</internalNodes>
+          <leafValues>
+            3.3854091167449951e-01 5.9299832582473755e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 226 2.6125640142709017e-03</internalNodes>
+          <leafValues>
+            5.4853779077529907e-01 3.0215978622436523e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 227 9.6977467183023691e-04</internalNodes>
+          <leafValues>
+            3.3752760291099548e-01 5.5320328474044800e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 228 5.9512659208849072e-04</internalNodes>
+          <leafValues>
+            5.6317430734634399e-01 3.3593991398811340e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 229 -1.0156559944152832e-01</internalNodes>
+          <leafValues>
+            6.3735038042068481e-02 5.2304250001907349e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 230 3.6156699061393738e-02</internalNodes>
+          <leafValues>
+            5.1369631290435791e-01 1.0295289754867554e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 231 3.4624140243977308e-03</internalNodes>
+          <leafValues>
+            3.8793200254440308e-01 5.5582892894744873e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 232 1.9554980099201202e-02</internalNodes>
+          <leafValues>
+            5.2500867843627930e-01 1.8758599460124969e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 233 -2.3121440317481756e-03</internalNodes>
+          <leafValues>
+            6.6720288991928101e-01 4.6796411275863647e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 234 -1.8605289515107870e-03</internalNodes>
+          <leafValues>
+            7.1633791923522949e-01 4.3346709012985229e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 235 -9.4026362057775259e-04</internalNodes>
+          <leafValues>
+            3.0213609337806702e-01 5.6502032279968262e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 236 -5.2418331615626812e-03</internalNodes>
+          <leafValues>
+            1.8200090527534485e-01 5.2502560615539551e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 237 1.1729019752237946e-04</internalNodes>
+          <leafValues>
+            3.3891880512237549e-01 5.4459732770919800e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 238 1.1878840159624815e-03</internalNodes>
+          <leafValues>
+            4.0853491425514221e-01 6.2535631656646729e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 239 -1.0881359688937664e-02</internalNodes>
+          <leafValues>
+            3.3783990144729614e-01 5.7000827789306641e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 240 1.7354859737679362e-03</internalNodes>
+          <leafValues>
+            4.2046359181404114e-01 6.5230387449264526e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 241 -6.5119052305817604e-03</internalNodes>
+          <leafValues>
+            2.5952160358428955e-01 5.4281437397003174e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 242 -1.2136430013924837e-03</internalNodes>
+          <leafValues>
+            6.1651438474655151e-01 3.9778938889503479e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 243 -1.0354240424931049e-02</internalNodes>
+          <leafValues>
+            1.6280280053615570e-01 5.2195048332214355e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 244 5.5858830455690622e-04</internalNodes>
+          <leafValues>
+            3.1996509432792664e-01 5.5035740137100220e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 245 1.5299649909138680e-02</internalNodes>
+          <leafValues>
+            4.1039940714836121e-01 6.1223882436752319e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 246 -2.1588210016489029e-02</internalNodes>
+          <leafValues>
+            1.0349129885435104e-01 5.1973849534988403e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 247 -1.2834629416465759e-01</internalNodes>
+          <leafValues>
+            8.4938651323318481e-01 4.8931029438972473e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 248 -2.2927189711481333e-03</internalNodes>
+          <leafValues>
+            3.1301578879356384e-01 5.4715752601623535e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 249 7.9915106296539307e-02</internalNodes>
+          <leafValues>
+            4.8563209176063538e-01 6.0739892721176147e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 250 -7.9441092908382416e-02</internalNodes>
+          <leafValues>
+            8.3946740627288818e-01 4.6245330572128296e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 251 -5.2800010889768600e-03</internalNodes>
+          <leafValues>
+            1.8816959857940674e-01 5.3066980838775635e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 252 1.0463109938427806e-03</internalNodes>
+          <leafValues>
+            5.2712291479110718e-01 2.5830659270286560e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 253 2.6317298761568964e-04</internalNodes>
+          <leafValues>
+            4.2353048920631409e-01 5.7354408502578735e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 254 -3.6173160187900066e-03</internalNodes>
+          <leafValues>
+            6.9343960285186768e-01 4.4954448938369751e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 255 1.1421879753470421e-02</internalNodes>
+          <leafValues>
+            5.9009212255477905e-01 4.1381931304931641e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 256 -1.9963278900831938e-03</internalNodes>
+          <leafValues>
+            6.4663827419281006e-01 4.3272399902343750e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>56</maxWeakCount>
+      <stageThreshold>2.7153350830078125e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 257 -9.9691245704889297e-03</internalNodes>
+          <leafValues>
+            6.1423242092132568e-01 2.4822120368480682e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 258 7.3073059320449829e-04</internalNodes>
+          <leafValues>
+            5.7049518823623657e-01 2.3219659924507141e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 259 6.4045301405712962e-04</internalNodes>
+          <leafValues>
+            2.1122519671916962e-01 5.8149331808090210e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 260 4.5424019917845726e-03</internalNodes>
+          <leafValues>
+            2.9504820704460144e-01 5.8663117885589600e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 261 9.2477443104144186e-05</internalNodes>
+          <leafValues>
+            2.9909908771514893e-01 5.7913267612457275e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 262 -8.6603146046400070e-03</internalNodes>
+          <leafValues>
+            2.8130298852920532e-01 5.6355422735214233e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 263 8.0515816807746887e-03</internalNodes>
+          <leafValues>
+            3.5353690385818481e-01 6.0547572374343872e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 264 4.3835240649059415e-04</internalNodes>
+          <leafValues>
+            5.5965322256088257e-01 2.7315109968185425e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 265 -9.8168973636347800e-05</internalNodes>
+          <leafValues>
+            5.9780317544937134e-01 3.6385610699653625e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 266 -1.1298790341243148e-03</internalNodes>
+          <leafValues>
+            2.7552521228790283e-01 5.4327291250228882e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 267 6.4356150105595589e-03</internalNodes>
+          <leafValues>
+            4.3056419491767883e-01 7.0698332786560059e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 268 -5.6829329580068588e-02</internalNodes>
+          <leafValues>
+            2.4952429533004761e-01 5.2949970960617065e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 269 4.0668169967830181e-03</internalNodes>
+          <leafValues>
+            5.4785531759262085e-01 2.4977239966392517e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 270 4.8164798499783501e-05</internalNodes>
+          <leafValues>
+            3.9386010169982910e-01 5.7063561677932739e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 271 6.1795017682015896e-03</internalNodes>
+          <leafValues>
+            4.4076061248779297e-01 7.3947668075561523e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 272 6.4985752105712891e-03</internalNodes>
+          <leafValues>
+            5.4452431201934814e-01 2.4791529774665833e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 273 -1.0211090557277203e-03</internalNodes>
+          <leafValues>
+            2.5447669625282288e-01 5.3389710187911987e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 274 -5.4247528314590454e-03</internalNodes>
+          <leafValues>
+            2.7188581228256226e-01 5.3240692615509033e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 275 -1.0559899965301156e-03</internalNodes>
+          <leafValues>
+            3.1782880425453186e-01 5.5345088243484497e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 276 6.6465808777138591e-04</internalNodes>
+          <leafValues>
+            4.2842191457748413e-01 6.5581941604614258e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 277 -2.7524109464138746e-04</internalNodes>
+          <leafValues>
+            5.9028607606887817e-01 3.8102629780769348e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 278 4.2293202131986618e-03</internalNodes>
+          <leafValues>
+            3.8164898753166199e-01 5.7093858718872070e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 279 -3.2868210691958666e-03</internalNodes>
+          <leafValues>
+            1.7477439343929291e-01 5.2595442533493042e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 280 1.5611879643984139e-04</internalNodes>
+          <leafValues>
+            3.6017221212387085e-01 5.7256120443344116e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 281 -7.3621381488919724e-06</internalNodes>
+          <leafValues>
+            5.4018580913543701e-01 3.0444970726966858e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 282 -1.4767250046133995e-02</internalNodes>
+          <leafValues>
+            3.2207700610160828e-01 5.5734348297119141e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 283 2.4489590898156166e-02</internalNodes>
+          <leafValues>
+            4.3015280365943909e-01 6.5188127756118774e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 284 -3.7652091123163700e-04</internalNodes>
+          <leafValues>
+            3.5645830631256104e-01 5.5982369184494019e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 285 7.3657688517414499e-06</internalNodes>
+          <leafValues>
+            3.4907829761505127e-01 5.5618977546691895e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 286 -1.5099939890205860e-02</internalNodes>
+          <leafValues>
+            1.7762720584869385e-01 5.3352999687194824e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 287 -3.8316650316119194e-03</internalNodes>
+          <leafValues>
+            6.1496877670288086e-01 4.2213940620422363e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 288 1.6925400123000145e-02</internalNodes>
+          <leafValues>
+            5.4130148887634277e-01 2.1665850281715393e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 289 -3.0477850232273340e-03</internalNodes>
+          <leafValues>
+            6.4494907855987549e-01 4.3546178936958313e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 290 3.2140589319169521e-03</internalNodes>
+          <leafValues>
+            5.4001551866531372e-01 3.5232171416282654e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 291 -4.0023201145231724e-03</internalNodes>
+          <leafValues>
+            2.7745240926742554e-01 5.3384172916412354e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 292 7.4182129465043545e-03</internalNodes>
+          <leafValues>
+            5.6767392158508301e-01 3.7028178572654724e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 293 -8.8764587417244911e-03</internalNodes>
+          <leafValues>
+            7.7492219209671021e-01 4.5836889743804932e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 294 2.7311739977449179e-03</internalNodes>
+          <leafValues>
+            5.3387218713760376e-01 3.9966610074043274e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 295 -2.5082379579544067e-03</internalNodes>
+          <leafValues>
+            5.6119632720947266e-01 3.7774989008903503e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 296 -8.0541074275970459e-03</internalNodes>
+          <leafValues>
+            2.9152289032936096e-01 5.1791828870773315e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 297 -9.7938813269138336e-04</internalNodes>
+          <leafValues>
+            5.5364328622817993e-01 3.7001928687095642e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 298 -5.8745909482240677e-03</internalNodes>
+          <leafValues>
+            3.7543910741806030e-01 5.6793761253356934e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 299 -4.4936719350516796e-03</internalNodes>
+          <leafValues>
+            7.0196992158889771e-01 4.4809499382972717e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 300 -5.4389229044318199e-03</internalNodes>
+          <leafValues>
+            2.3103649914264679e-01 5.3133869171142578e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 301 -7.5094640487805009e-04</internalNodes>
+          <leafValues>
+            5.8648687601089478e-01 4.1293430328369141e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 302 1.4528800420521293e-05</internalNodes>
+          <leafValues>
+            3.7324070930480957e-01 5.6196212768554688e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 303 4.0758069604635239e-02</internalNodes>
+          <leafValues>
+            5.3120911121368408e-01 2.7205219864845276e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 304 6.6505931317806244e-03</internalNodes>
+          <leafValues>
+            4.7100159525871277e-01 6.6934937238693237e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 305 4.5759351924061775e-03</internalNodes>
+          <leafValues>
+            5.1678192615509033e-01 1.6372759640216827e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 306 6.5269311890006065e-03</internalNodes>
+          <leafValues>
+            5.3976088762283325e-01 2.9385319352149963e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 307 -1.3660379685461521e-02</internalNodes>
+          <leafValues>
+            7.0864880084991455e-01 4.5322000980377197e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 308 2.7358869090676308e-02</internalNodes>
+          <leafValues>
+            5.2064812183380127e-01 3.5892319679260254e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 309 6.2197551596909761e-04</internalNodes>
+          <leafValues>
+            3.5070759057998657e-01 5.4411232471466064e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 310 -3.3077080734074116e-03</internalNodes>
+          <leafValues>
+            5.8595228195190430e-01 4.0248918533325195e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 311 -1.0631109587848186e-02</internalNodes>
+          <leafValues>
+            6.7432671785354614e-01 4.4226029515266418e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 312 1.9441649317741394e-02</internalNodes>
+          <leafValues>
+            5.2827161550521851e-01 1.7979049682617188e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>71</maxWeakCount>
+      <stageThreshold>3.4554111480712891e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 313 -5.5052167735993862e-03</internalNodes>
+          <leafValues>
+            5.9147310256958008e-01 2.6265591382980347e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 314 1.9562279339879751e-03</internalNodes>
+          <leafValues>
+            2.3125819861888885e-01 5.7416272163391113e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 315 -8.8924784213304520e-03</internalNodes>
+          <leafValues>
+            1.6565300524234772e-01 5.6266540288925171e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 316 8.3638377487659454e-02</internalNodes>
+          <leafValues>
+            5.4234498739242554e-01 1.9572949409484863e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 317 1.2282270472496748e-03</internalNodes>
+          <leafValues>
+            3.4179040789604187e-01 5.9925037622451782e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 318 5.7629169896245003e-03</internalNodes>
+          <leafValues>
+            3.7195819616317749e-01 6.0799038410186768e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 319 -1.6417410224676132e-03</internalNodes>
+          <leafValues>
+            2.5774860382080078e-01 5.5769157409667969e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 320 3.4113149158656597e-03</internalNodes>
+          <leafValues>
+            2.9507490992546082e-01 5.5141717195510864e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 321 -1.1069320142269135e-02</internalNodes>
+          <leafValues>
+            7.5693589448928833e-01 4.4770789146423340e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 322 3.4865971654653549e-02</internalNodes>
+          <leafValues>
+            5.5837088823318481e-01 2.6696211099624634e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 323 6.5701099811121821e-04</internalNodes>
+          <leafValues>
+            5.6273132562637329e-01 2.9888901114463806e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 324 -2.4339130148291588e-02</internalNodes>
+          <leafValues>
+            2.7711850404739380e-01 5.1088631153106689e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 325 5.9435202274471521e-04</internalNodes>
+          <leafValues>
+            5.5806517601013184e-01 3.1203418970108032e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 326 2.2971509024500847e-03</internalNodes>
+          <leafValues>
+            3.3302500844001770e-01 5.6790757179260254e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 327 -3.7801829166710377e-03</internalNodes>
+          <leafValues>
+            2.9905349016189575e-01 5.3448081016540527e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 328 -1.3420669734477997e-01</internalNodes>
+          <leafValues>
+            1.4638589322566986e-01 5.3925681114196777e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 329 7.5224548345431685e-04</internalNodes>
+          <leafValues>
+            3.7469539046287537e-01 5.6927347183227539e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 330 -4.0545541793107986e-02</internalNodes>
+          <leafValues>
+            2.7547478675842285e-01 5.4842978715896606e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 331 1.2572970008477569e-03</internalNodes>
+          <leafValues>
+            3.7445840239524841e-01 5.7560759782791138e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 332 -7.4249948374927044e-03</internalNodes>
+          <leafValues>
+            7.5138592720031738e-01 4.7282311320304871e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 333 5.0908129196614027e-04</internalNodes>
+          <leafValues>
+            5.4048967361450195e-01 2.9323211312294006e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 334 -1.2808450264856219e-03</internalNodes>
+          <leafValues>
+            6.1697798967361450e-01 4.2733490467071533e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 335 -1.8348860321566463e-03</internalNodes>
+          <leafValues>
+            2.0484960079193115e-01 5.2064722776412964e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 336 2.7484869584441185e-02</internalNodes>
+          <leafValues>
+            5.2529847621917725e-01 1.6755220293998718e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 337 2.2372419480234385e-03</internalNodes>
+          <leafValues>
+            5.2677828073501587e-01 2.7776581048965454e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 338 -8.8635291904211044e-03</internalNodes>
+          <leafValues>
+            6.9545578956604004e-01 4.8120489716529846e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 339 4.1753971017897129e-03</internalNodes>
+          <leafValues>
+            4.2918878793716431e-01 6.3491958379745483e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 340 -1.7098189564421773e-03</internalNodes>
+          <leafValues>
+            2.9305368661880493e-01 5.3612488508224487e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 341 6.5328548662364483e-03</internalNodes>
+          <leafValues>
+            4.4953250885009766e-01 7.4096941947937012e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 342 -9.5372907817363739e-03</internalNodes>
+          <leafValues>
+            3.1491199135780334e-01 5.4165017604827881e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 343 2.5310989469289780e-02</internalNodes>
+          <leafValues>
+            5.1218920946121216e-01 1.3117079436779022e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 344 3.6460969597101212e-02</internalNodes>
+          <leafValues>
+            5.1759117841720581e-01 2.5913399457931519e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 345 2.0854329690337181e-02</internalNodes>
+          <leafValues>
+            5.1371401548385620e-01 1.5823160111904144e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 346 -8.7207747856155038e-04</internalNodes>
+          <leafValues>
+            5.5743098258972168e-01 4.3989789485931396e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 347 -1.5227000403683633e-05</internalNodes>
+          <leafValues>
+            5.5489408969879150e-01 3.7080699205398560e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 348 -8.4316509310156107e-04</internalNodes>
+          <leafValues>
+            3.3874198794364929e-01 5.5542111396789551e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 349 3.6037859972566366e-03</internalNodes>
+          <leafValues>
+            5.3580617904663086e-01 3.4111711382865906e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 350 -6.8057891912758350e-03</internalNodes>
+          <leafValues>
+            6.1252027750015259e-01 4.3458628654479980e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 351 -4.7021660953760147e-02</internalNodes>
+          <leafValues>
+            2.3581659793853760e-01 5.1937389373779297e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 352 -3.6954108625650406e-02</internalNodes>
+          <leafValues>
+            7.3231112957000732e-01 4.7609439492225647e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 353 1.0439479956403375e-03</internalNodes>
+          <leafValues>
+            5.4194551706314087e-01 3.4113308787345886e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 354 -2.1050689974799752e-04</internalNodes>
+          <leafValues>
+            2.8216940164566040e-01 5.5549472570419312e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 355 -8.0831587314605713e-02</internalNodes>
+          <leafValues>
+            9.1299301385879517e-01 4.6974349021911621e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 356 -3.6579059087671340e-04</internalNodes>
+          <leafValues>
+            6.0226702690124512e-01 3.9782929420471191e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 357 -1.2545920617412776e-04</internalNodes>
+          <leafValues>
+            5.6132131814956665e-01 3.8455399870872498e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 358 -6.8786486983299255e-02</internalNodes>
+          <leafValues>
+            2.2616119682788849e-01 5.3004968166351318e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 359 1.2415789999067783e-02</internalNodes>
+          <leafValues>
+            4.0756919980049133e-01 5.8288121223449707e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 360 -4.7174817882478237e-03</internalNodes>
+          <leafValues>
+            2.8272539377212524e-01 5.2677577733993530e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 361 3.8136858493089676e-02</internalNodes>
+          <leafValues>
+            5.0747412443161011e-01 1.0236159712076187e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 362 -2.8168049175292253e-03</internalNodes>
+          <leafValues>
+            6.1690068244934082e-01 4.3596929311752319e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 363 8.1303603947162628e-03</internalNodes>
+          <leafValues>
+            4.5244330167770386e-01 7.6060950756072998e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 364 6.0056019574403763e-03</internalNodes>
+          <leafValues>
+            5.2404087781906128e-01 1.8597120046615601e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 365 1.9139319658279419e-02</internalNodes>
+          <leafValues>
+            5.2093791961669922e-01 2.3320719599723816e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 366 1.6445759683847427e-02</internalNodes>
+          <leafValues>
+            5.4507029056549072e-01 3.2642349600791931e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 367 -3.7356890738010406e-02</internalNodes>
+          <leafValues>
+            6.9990468025207520e-01 4.5332419872283936e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 368 -1.9727900624275208e-02</internalNodes>
+          <leafValues>
+            2.6536649465560913e-01 5.4128098487854004e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 369 6.6972579807043076e-03</internalNodes>
+          <leafValues>
+            4.4805660843849182e-01 7.1386522054672241e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 370 7.4457528535276651e-04</internalNodes>
+          <leafValues>
+            4.2313501238822937e-01 5.4713201522827148e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 371 1.1790640419349074e-03</internalNodes>
+          <leafValues>
+            5.3417021036148071e-01 3.1304550170898438e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 372 3.4980610013008118e-02</internalNodes>
+          <leafValues>
+            5.1186597347259521e-01 3.4305301308631897e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 373 5.6859792675822973e-04</internalNodes>
+          <leafValues>
+            3.5321870446205139e-01 5.4686397314071655e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 374 -1.1340649798512459e-02</internalNodes>
+          <leafValues>
+            2.8423538804054260e-01 5.3487008810043335e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 375 -6.6228108480572701e-03</internalNodes>
+          <leafValues>
+            6.8836402893066406e-01 4.4926649332046509e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 376 -8.0160330981016159e-03</internalNodes>
+          <leafValues>
+            1.7098939418792725e-01 5.2243089675903320e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 377 1.4206819469109178e-03</internalNodes>
+          <leafValues>
+            5.2908462285995483e-01 2.9933831095695496e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 378 -2.7801711112260818e-03</internalNodes>
+          <leafValues>
+            6.4988541603088379e-01 4.4604998826980591e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 379 -1.4747589593753219e-03</internalNodes>
+          <leafValues>
+            3.2604381442070007e-01 5.3881132602691650e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 380 -2.3830339312553406e-02</internalNodes>
+          <leafValues>
+            7.5289410352706909e-01 4.8012199997901917e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 381 6.9369790144264698e-03</internalNodes>
+          <leafValues>
+            5.3351658582687378e-01 3.2614278793334961e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 382 8.2806255668401718e-03</internalNodes>
+          <leafValues>
+            4.5803940296173096e-01 5.7378298044204712e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 383 -1.0439500212669373e-02</internalNodes>
+          <leafValues>
+            2.5923201441764832e-01 5.2338278293609619e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>80</maxWeakCount>
+      <stageThreshold>3.9107288360595703e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 384 7.2006587870419025e-03</internalNodes>
+          <leafValues>
+            3.2588860392570496e-01 6.8498080968856812e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 385 -2.8593589086085558e-03</internalNodes>
+          <leafValues>
+            5.8388811349868774e-01 2.5378298759460449e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 386 6.8580528022721410e-04</internalNodes>
+          <leafValues>
+            5.7080817222595215e-01 2.8124240040779114e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 387 7.9580191522836685e-03</internalNodes>
+          <leafValues>
+            2.5010511279106140e-01 5.5442607402801514e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 388 -1.2124150525778532e-03</internalNodes>
+          <leafValues>
+            2.3853680491447449e-01 5.4333502054214478e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 389 7.9426132142543793e-03</internalNodes>
+          <leafValues>
+            3.9550709724426270e-01 6.2207579612731934e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 390 2.4630590341985226e-03</internalNodes>
+          <leafValues>
+            5.6397080421447754e-01 2.9923579096794128e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 391 -6.0396599583327770e-03</internalNodes>
+          <leafValues>
+            2.1865129470825195e-01 5.4116767644882202e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 392 -1.2988339876756072e-03</internalNodes>
+          <leafValues>
+            2.3507060110569000e-01 5.3645849227905273e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 393 2.2299369447864592e-04</internalNodes>
+          <leafValues>
+            3.8041129708290100e-01 5.7296061515808105e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 394 1.4654280385002494e-03</internalNodes>
+          <leafValues>
+            2.5101679563522339e-01 5.2582687139511108e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 395 -8.1210042117163539e-04</internalNodes>
+          <leafValues>
+            5.9928238391876221e-01 3.8511589169502258e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 396 -1.3836020370945334e-03</internalNodes>
+          <leafValues>
+            5.6813961267471313e-01 3.6365869641304016e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 397 -2.7936449274420738e-02</internalNodes>
+          <leafValues>
+            1.4913170039653778e-01 5.3775602579116821e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 398 -4.6919551095925272e-04</internalNodes>
+          <leafValues>
+            3.6924299597740173e-01 5.5724847316741943e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 399 -4.9829659983515739e-03</internalNodes>
+          <leafValues>
+            6.7585092782974243e-01 4.5325040817260742e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 400 1.8815309740602970e-03</internalNodes>
+          <leafValues>
+            5.3680229187011719e-01 2.9325398802757263e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 401 -1.9067550078034401e-02</internalNodes>
+          <leafValues>
+            1.6493770480155945e-01 5.3300672769546509e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 402 -4.6906559728085995e-03</internalNodes>
+          <leafValues>
+            1.9639259576797485e-01 5.1193618774414062e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 403 5.9777139686048031e-03</internalNodes>
+          <leafValues>
+            4.6711719036102295e-01 7.0083981752395630e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 404 -3.3303130418062210e-02</internalNodes>
+          <leafValues>
+            1.1554169654846191e-01 5.1041620969772339e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 405 9.0744107961654663e-02</internalNodes>
+          <leafValues>
+            5.1496601104736328e-01 1.3061730563640594e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 406 9.3555898638442159e-04</internalNodes>
+          <leafValues>
+            3.6054810881614685e-01 5.4398590326309204e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 407 1.4901650138199329e-02</internalNodes>
+          <leafValues>
+            4.8862120509147644e-01 7.6875698566436768e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 408 6.1594118596985936e-04</internalNodes>
+          <leafValues>
+            5.3568130731582642e-01 3.2409390807151794e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 409 -5.0670988857746124e-02</internalNodes>
+          <leafValues>
+            1.8486219644546509e-01 5.2304041385650635e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 410 6.8665749859064817e-04</internalNodes>
+          <leafValues>
+            3.8405799865722656e-01 5.5179458856582642e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 411 8.3712432533502579e-03</internalNodes>
+          <leafValues>
+            4.2885640263557434e-01 6.1317539215087891e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 412 -1.2953069526702166e-03</internalNodes>
+          <leafValues>
+            2.9136741161346436e-01 5.2807378768920898e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 413 -4.1941680014133453e-02</internalNodes>
+          <leafValues>
+            7.5547999143600464e-01 4.8560309410095215e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 414 -2.3529380559921265e-02</internalNodes>
+          <leafValues>
+            2.8382799029350281e-01 5.2560812234878540e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 415 4.0857449173927307e-02</internalNodes>
+          <leafValues>
+            4.8709350824356079e-01 6.2772971391677856e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 416 -2.5406869128346443e-02</internalNodes>
+          <leafValues>
+            7.0997077226638794e-01 4.5750290155410767e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 417 -4.1415440500713885e-04</internalNodes>
+          <leafValues>
+            4.0308868885040283e-01 5.4694122076034546e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 418 2.1824119612574577e-02</internalNodes>
+          <leafValues>
+            4.5020240545272827e-01 6.7687010765075684e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 419 1.4114039950072765e-02</internalNodes>
+          <leafValues>
+            5.4428607225418091e-01 3.7917000055313110e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 420 6.7214590671937913e-05</internalNodes>
+          <leafValues>
+            4.2004638910293579e-01 5.8734762668609619e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 421 -7.9417638480663300e-03</internalNodes>
+          <leafValues>
+            3.7925618886947632e-01 5.5852657556533813e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 422 -7.2144409641623497e-03</internalNodes>
+          <leafValues>
+            7.2531038522720337e-01 4.6035489439964294e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 423 2.5817339774221182e-03</internalNodes>
+          <leafValues>
+            4.6933019161224365e-01 5.9002387523651123e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 424 1.3409319519996643e-01</internalNodes>
+          <leafValues>
+            5.1492130756378174e-01 1.8088449537754059e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 425 2.2962710354477167e-03</internalNodes>
+          <leafValues>
+            5.3997439146041870e-01 3.7178671360015869e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 426 -2.1575849968940020e-03</internalNodes>
+          <leafValues>
+            2.4084959924221039e-01 5.1488637924194336e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 427 -4.9196188338100910e-03</internalNodes>
+          <leafValues>
+            6.5735882520675659e-01 4.7387400269508362e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 428 1.6267469618469477e-03</internalNodes>
+          <leafValues>
+            4.1928219795227051e-01 6.3031142950057983e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 429 3.3413388882763684e-04</internalNodes>
+          <leafValues>
+            5.5402982234954834e-01 3.7021011114120483e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 430 -2.6698080822825432e-02</internalNodes>
+          <leafValues>
+            1.7109179496765137e-01 5.1014107465744019e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 431 -3.0561879277229309e-02</internalNodes>
+          <leafValues>
+            1.9042180478572845e-01 5.1687937974929810e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 432 2.8511548880487680e-03</internalNodes>
+          <leafValues>
+            4.4475069642066956e-01 6.3138538599014282e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 433 -3.6211479455232620e-02</internalNodes>
+          <leafValues>
+            2.4907270073890686e-01 5.3773492574691772e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 434 -2.4115189444273710e-03</internalNodes>
+          <leafValues>
+            5.3812432289123535e-01 3.6642369627952576e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 435 -7.7253201743587852e-04</internalNodes>
+          <leafValues>
+            5.5302321910858154e-01 3.5415500402450562e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 436 2.9481729143299162e-04</internalNodes>
+          <leafValues>
+            4.1326990723609924e-01 5.6672430038452148e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 437 -6.2334560789167881e-03</internalNodes>
+          <leafValues>
+            9.8787233233451843e-02 5.1986688375473022e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 438 -2.6274729520082474e-02</internalNodes>
+          <leafValues>
+            9.1127492487430573e-02 5.0281071662902832e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 439 5.3212260827422142e-03</internalNodes>
+          <leafValues>
+            4.7266489267349243e-01 6.2227207422256470e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 440 -4.1129058226943016e-03</internalNodes>
+          <leafValues>
+            2.1574570238590240e-01 5.1378047466278076e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 441 3.2457809429615736e-03</internalNodes>
+          <leafValues>
+            5.4107707738876343e-01 3.7217769026756287e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 442 -1.6359709203243256e-02</internalNodes>
+          <leafValues>
+            7.7878749370574951e-01 4.6852919459342957e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 443 3.2166109303943813e-04</internalNodes>
+          <leafValues>
+            5.4789870977401733e-01 4.2403739690780640e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 444 6.4452440710738301e-04</internalNodes>
+          <leafValues>
+            5.3305608034133911e-01 3.5013249516487122e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 445 -7.8909732401371002e-03</internalNodes>
+          <leafValues>
+            6.9235211610794067e-01 4.7265690565109253e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 446 4.8336211591959000e-02</internalNodes>
+          <leafValues>
+            5.0559002161026001e-01 7.5749203562736511e-02</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 447 -7.5178127735853195e-04</internalNodes>
+          <leafValues>
+            3.7837418913841248e-01 5.5385738611221313e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 448 -2.4953910615295172e-03</internalNodes>
+          <leafValues>
+            3.0816510319709778e-01 5.3596121072769165e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 449 -2.2385010961443186e-03</internalNodes>
+          <leafValues>
+            6.6339588165283203e-01 4.6493428945541382e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 450 -1.7988430336117744e-03</internalNodes>
+          <leafValues>
+            6.5968447923660278e-01 4.3471878767013550e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 451 8.7860915809869766e-03</internalNodes>
+          <leafValues>
+            5.2318328619003296e-01 2.3155799508094788e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 452 3.6715380847454071e-03</internalNodes>
+          <leafValues>
+            5.2042502164840698e-01 2.9773768782615662e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 453 -3.5336449742317200e-02</internalNodes>
+          <leafValues>
+            7.2388780117034912e-01 4.8615050315856934e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 454 -6.9189240457490087e-04</internalNodes>
+          <leafValues>
+            3.1050220131874084e-01 5.2298247814178467e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 455 -3.3946109469980001e-03</internalNodes>
+          <leafValues>
+            3.1389680504798889e-01 5.2101737260818481e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 456 9.8569283727556467e-04</internalNodes>
+          <leafValues>
+            4.5365801453590393e-01 6.5850979089736938e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 457 -5.0163101404905319e-02</internalNodes>
+          <leafValues>
+            1.8044540286064148e-01 5.1989167928695679e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 458 -2.2367259953171015e-03</internalNodes>
+          <leafValues>
+            7.2557020187377930e-01 4.6513590216636658e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 459 7.4326287722215056e-04</internalNodes>
+          <leafValues>
+            4.4129210710525513e-01 5.8985459804534912e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 460 -9.3485182151198387e-04</internalNodes>
+          <leafValues>
+            3.5000529885292053e-01 5.3660178184509277e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 461 1.7497939988970757e-02</internalNodes>
+          <leafValues>
+            4.9121949076652527e-01 8.3152848482131958e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 462 -1.5200000489130616e-03</internalNodes>
+          <leafValues>
+            3.5702759027481079e-01 5.3705602884292603e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 463 7.8003940870985389e-04</internalNodes>
+          <leafValues>
+            4.3537721037864685e-01 5.9673351049423218e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>103</maxWeakCount>
+      <stageThreshold>5.0610481262207031e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 464 -9.9945552647113800e-03</internalNodes>
+          <leafValues>
+            6.1625832319259644e-01 3.0545330047607422e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 465 -1.1085229925811291e-03</internalNodes>
+          <leafValues>
+            5.8182948827743530e-01 3.1555780768394470e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 466 1.0364380432292819e-03</internalNodes>
+          <leafValues>
+            2.5520521402359009e-01 5.6929117441177368e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 467 6.8211311008781195e-04</internalNodes>
+          <leafValues>
+            3.6850899457931519e-01 5.9349310398101807e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 468 -6.8057340104132891e-04</internalNodes>
+          <leafValues>
+            2.3323920369148254e-01 5.4747921228408813e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 469 2.6068789884448051e-04</internalNodes>
+          <leafValues>
+            3.2574570178985596e-01 5.6675457954406738e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 470 5.1607372006401420e-04</internalNodes>
+          <leafValues>
+            3.7447169423103333e-01 5.8454728126525879e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 471 8.5007521556690335e-04</internalNodes>
+          <leafValues>
+            3.4203711152076721e-01 5.5228072404861450e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 472 -1.8607829697430134e-03</internalNodes>
+          <leafValues>
+            2.8044199943542480e-01 5.3754240274429321e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 473 -1.5033970121294260e-03</internalNodes>
+          <leafValues>
+            2.5790509581565857e-01 5.4989522695541382e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 474 2.3478909861296415e-03</internalNodes>
+          <leafValues>
+            4.1751560568809509e-01 6.3137108087539673e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 475 -2.8880240279249847e-04</internalNodes>
+          <leafValues>
+            5.8651697635650635e-01 4.0526661276817322e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 476 8.9405477046966553e-03</internalNodes>
+          <leafValues>
+            5.2111411094665527e-01 2.3186540603637695e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 477 -1.9327739253640175e-02</internalNodes>
+          <leafValues>
+            2.7534329891204834e-01 5.2415257692337036e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 478 -2.0202060113660991e-04</internalNodes>
+          <leafValues>
+            5.7229787111282349e-01 3.6771959066390991e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 479 2.1179069299250841e-03</internalNodes>
+          <leafValues>
+            4.4661080837249756e-01 5.5424308776855469e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 480 -1.7743760254234076e-03</internalNodes>
+          <leafValues>
+            2.8132531046867371e-01 5.3009599447250366e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 481 4.2234458960592747e-03</internalNodes>
+          <leafValues>
+            4.3997099995613098e-01 5.7954281568527222e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 482 -1.4375220052897930e-02</internalNodes>
+          <leafValues>
+            2.9811179637908936e-01 5.2920591831207275e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 483 -1.5349180437624454e-02</internalNodes>
+          <leafValues>
+            7.7052152156829834e-01 4.7481718659400940e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 484 1.5152279956964776e-05</internalNodes>
+          <leafValues>
+            3.7188440561294556e-01 5.5768972635269165e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 485 -9.1293919831514359e-03</internalNodes>
+          <leafValues>
+            3.6151960492134094e-01 5.2867668867111206e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 486 2.2512159775942564e-03</internalNodes>
+          <leafValues>
+            5.3647047281265259e-01 3.4862980246543884e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 487 -4.9696918576955795e-03</internalNodes>
+          <leafValues>
+            6.9276517629623413e-01 4.6768361330032349e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 488 -1.2829010374844074e-02</internalNodes>
+          <leafValues>
+            7.7121537923812866e-01 4.6607351303100586e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 489 -9.3660065904259682e-03</internalNodes>
+          <leafValues>
+            3.3749839663505554e-01 5.3512877225875854e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 490 3.2452319283038378e-03</internalNodes>
+          <leafValues>
+            5.3251898288726807e-01 3.2896101474761963e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 491 -1.1723560281097889e-02</internalNodes>
+          <leafValues>
+            6.8376529216766357e-01 4.7543001174926758e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 492 2.9257940695970319e-05</internalNodes>
+          <leafValues>
+            3.5720878839492798e-01 5.3605020046234131e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 493 -2.2244219508138485e-05</internalNodes>
+          <leafValues>
+            5.5414271354675293e-01 3.5520640015602112e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 494 5.0881509669125080e-03</internalNodes>
+          <leafValues>
+            5.0708442926406860e-01 1.2564620375633240e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 495 2.7429679408669472e-02</internalNodes>
+          <leafValues>
+            5.2695602178573608e-01 1.6258180141448975e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 496 -6.4142867922782898e-03</internalNodes>
+          <leafValues>
+            7.1455889940261841e-01 4.5841971039772034e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 497 3.3479959238320589e-03</internalNodes>
+          <leafValues>
+            5.3986120223999023e-01 3.4946969151496887e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 498 -8.2635492086410522e-02</internalNodes>
+          <leafValues>
+            2.4391929805278778e-01 5.1602262258529663e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 499 1.0261740535497665e-03</internalNodes>
+          <leafValues>
+            3.8868919014930725e-01 5.7679080963134766e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 500 -1.6307090409100056e-03</internalNodes>
+          <leafValues>
+            3.3894580602645874e-01 5.3477007150650024e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 501 2.4546680506318808e-03</internalNodes>
+          <leafValues>
+            4.6014139056205750e-01 6.3872468471527100e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 502 -9.9476519972085953e-04</internalNodes>
+          <leafValues>
+            5.7698792219161987e-01 4.1203960776329041e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 503 1.5409190207719803e-02</internalNodes>
+          <leafValues>
+            4.8787090182304382e-01 7.0898222923278809e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 504 1.1784400558099151e-03</internalNodes>
+          <leafValues>
+            5.2635532617568970e-01 2.8952449560165405e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 505 -2.7701919898390770e-02</internalNodes>
+          <leafValues>
+            1.4988289773464203e-01 5.2196067571640015e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 506 -2.9505399987101555e-02</internalNodes>
+          <leafValues>
+            2.4893319234251976e-02 4.9998161196708679e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 507 4.5159430010244250e-04</internalNodes>
+          <leafValues>
+            5.4646229743957520e-01 4.0296629071235657e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 508 7.1772639639675617e-03</internalNodes>
+          <leafValues>
+            4.2710569500923157e-01 5.8662968873977661e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 509 -7.4182048439979553e-02</internalNodes>
+          <leafValues>
+            6.8741792440414429e-01 4.9190279841423035e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 510 -1.7254160717129707e-02</internalNodes>
+          <leafValues>
+            3.3706760406494141e-01 5.3487390279769897e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 511 1.4851559884846210e-02</internalNodes>
+          <leafValues>
+            4.6267929673194885e-01 6.1299049854278564e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 512 1.0002000257372856e-02</internalNodes>
+          <leafValues>
+            5.3461229801177979e-01 3.4234538674354553e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 513 2.0138120744377375e-03</internalNodes>
+          <leafValues>
+            4.6438300609588623e-01 5.8243042230606079e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 514 1.5135470312088728e-03</internalNodes>
+          <leafValues>
+            5.1963961124420166e-01 2.8561499714851379e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 515 3.1381431035697460e-03</internalNodes>
+          <leafValues>
+            4.8381629586219788e-01 5.9585297107696533e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 516 -5.1450440660119057e-03</internalNodes>
+          <leafValues>
+            8.9203029870986938e-01 4.7414121031761169e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 517 -4.4736708514392376e-03</internalNodes>
+          <leafValues>
+            2.0339429378509521e-01 5.3372788429260254e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 518 1.9628470763564110e-03</internalNodes>
+          <leafValues>
+            4.5716339349746704e-01 6.7258632183074951e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 519 5.4260450415313244e-03</internalNodes>
+          <leafValues>
+            5.2711081504821777e-01 2.8456708788871765e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 520 4.9611460417509079e-04</internalNodes>
+          <leafValues>
+            4.1383129358291626e-01 5.7185977697372437e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 521 9.3728788197040558e-03</internalNodes>
+          <leafValues>
+            5.2251511812210083e-01 2.8048470616340637e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 522 6.0500897234305739e-04</internalNodes>
+          <leafValues>
+            5.2367687225341797e-01 3.3145239949226379e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 523 5.6792551185935736e-04</internalNodes>
+          <leafValues>
+            4.5310598611831665e-01 6.2769711017608643e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 524 2.4644339457154274e-02</internalNodes>
+          <leafValues>
+            5.1308518648147583e-01 2.0171439647674561e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 525 -1.0290450416505337e-02</internalNodes>
+          <leafValues>
+            7.7865952253341675e-01 4.8766410350799561e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 526 2.0629419013857841e-03</internalNodes>
+          <leafValues>
+            4.2885988950729370e-01 5.8812642097473145e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 527 -5.0519481301307678e-03</internalNodes>
+          <leafValues>
+            3.5239779949188232e-01 5.2860087156295776e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 528 -5.7692620903253555e-03</internalNodes>
+          <leafValues>
+            6.8410861492156982e-01 4.5880940556526184e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 529 -4.5789941214025021e-04</internalNodes>
+          <leafValues>
+            3.5655200481414795e-01 5.4859781265258789e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 530 -7.5918837683275342e-04</internalNodes>
+          <leafValues>
+            3.3687931299209595e-01 5.2541971206665039e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 531 -1.7737259622663260e-03</internalNodes>
+          <leafValues>
+            3.4221610426902771e-01 5.4540151357650757e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 532 -8.5610467940568924e-03</internalNodes>
+          <leafValues>
+            6.5336120128631592e-01 4.4858568906784058e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 533 1.7277270089834929e-03</internalNodes>
+          <leafValues>
+            5.3075802326202393e-01 3.9253529906272888e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 534 -2.8199609369039536e-02</internalNodes>
+          <leafValues>
+            6.8574589490890503e-01 4.5885840058326721e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 535 -1.7781109781935811e-03</internalNodes>
+          <leafValues>
+            4.0378510951995850e-01 5.3698569536209106e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 536 3.3177141449414194e-04</internalNodes>
+          <leafValues>
+            5.3997987508773804e-01 3.7057501077651978e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 537 2.6385399978607893e-03</internalNodes>
+          <leafValues>
+            4.6654370427131653e-01 6.4527308940887451e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 538 -2.1183069329708815e-03</internalNodes>
+          <leafValues>
+            5.9147810935974121e-01 4.0646770596504211e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 539 -1.4773289673030376e-02</internalNodes>
+          <leafValues>
+            3.6420381069183350e-01 5.2947628498077393e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 540 -1.6815440729260445e-02</internalNodes>
+          <leafValues>
+            2.6642319560050964e-01 5.1449728012084961e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 541 -6.3370140269398689e-03</internalNodes>
+          <leafValues>
+            6.7795312404632568e-01 4.8520979285240173e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 542 -4.4560048991115764e-05</internalNodes>
+          <leafValues>
+            5.6139647960662842e-01 4.1530540585517883e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 543 -1.0240620467811823e-03</internalNodes>
+          <leafValues>
+            5.9644782543182373e-01 4.5663040876388550e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 544 -2.3161689750850201e-03</internalNodes>
+          <leafValues>
+            2.9761150479316711e-01 5.1881599426269531e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 545 5.3217571973800659e-01</internalNodes>
+          <leafValues>
+            5.1878392696380615e-01 2.2026319801807404e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 546 -1.6643050312995911e-01</internalNodes>
+          <leafValues>
+            1.8660229444503784e-01 5.0603431463241577e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 547 1.1253529787063599e-01</internalNodes>
+          <leafValues>
+            5.2121251821517944e-01 1.1850229650735855e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 548 9.3046864494681358e-03</internalNodes>
+          <leafValues>
+            4.5899370312690735e-01 6.8261492252349854e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 549 -4.6255099587142467e-03</internalNodes>
+          <leafValues>
+            3.0799409747123718e-01 5.2250087261199951e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 550 -1.1116469651460648e-01</internalNodes>
+          <leafValues>
+            2.1010440587997437e-01 5.0808018445968628e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 551 -1.0888439603149891e-02</internalNodes>
+          <leafValues>
+            5.7653552293777466e-01 4.7904640436172485e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 552 5.8564301580190659e-03</internalNodes>
+          <leafValues>
+            5.0651001930236816e-01 1.5635989606380463e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 553 5.4854389280080795e-02</internalNodes>
+          <leafValues>
+            4.9669149518013000e-01 7.2305107116699219e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 554 -1.1197339743375778e-02</internalNodes>
+          <leafValues>
+            2.1949790418148041e-01 5.0987982749938965e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 555 4.4069071300327778e-03</internalNodes>
+          <leafValues>
+            4.7784018516540527e-01 6.7709028720855713e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 556 -6.3665293157100677e-02</internalNodes>
+          <leafValues>
+            1.9363629817962646e-01 5.0810241699218750e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 557 -9.8081491887569427e-03</internalNodes>
+          <leafValues>
+            5.9990632534027100e-01 4.8103410005569458e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 558 -2.1717099007219076e-03</internalNodes>
+          <leafValues>
+            3.3383339643478394e-01 5.2354729175567627e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 559 -1.3315520249307156e-02</internalNodes>
+          <leafValues>
+            6.6170698404312134e-01 4.9192130565643311e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 560 2.5442079640924931e-03</internalNodes>
+          <leafValues>
+            4.4887441396713257e-01 6.0821849107742310e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 561 1.2037839740514755e-02</internalNodes>
+          <leafValues>
+            5.4093921184539795e-01 3.2924321293830872e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 562 -2.0701050758361816e-02</internalNodes>
+          <leafValues>
+            6.8191200494766235e-01 4.5949959754943848e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 563 2.7608279138803482e-02</internalNodes>
+          <leafValues>
+            4.6307921409606934e-01 5.7672828435897827e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 564 1.2370620388537645e-03</internalNodes>
+          <leafValues>
+            5.1653790473937988e-01 2.6350161433219910e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 565 -3.7669338285923004e-02</internalNodes>
+          <leafValues>
+            2.5363931059837341e-01 5.2789801359176636e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 566 -1.8057259730994701e-03</internalNodes>
+          <leafValues>
+            3.9851561188697815e-01 5.5175000429153442e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>111</maxWeakCount>
+      <stageThreshold>5.4620071411132812e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 567 4.4299028813838959e-03</internalNodes>
+          <leafValues>
+            2.8910180926322937e-01 6.3352262973785400e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 568 -2.3813319858163595e-03</internalNodes>
+          <leafValues>
+            6.2117892503738403e-01 3.4774878621101379e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 569 2.2915711160749197e-03</internalNodes>
+          <leafValues>
+            2.2544120252132416e-01 5.5821180343627930e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 570 9.9457940086722374e-04</internalNodes>
+          <leafValues>
+            3.7117108702659607e-01 5.9300708770751953e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 571 7.7164667891338468e-04</internalNodes>
+          <leafValues>
+            5.6517201662063599e-01 3.3479958772659302e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 572 -1.1386410333216190e-03</internalNodes>
+          <leafValues>
+            3.0691260099411011e-01 5.5086308717727661e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 573 -1.6403039626311511e-04</internalNodes>
+          <leafValues>
+            5.7628279924392700e-01 3.6990478634834290e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 574 2.9793529392918572e-05</internalNodes>
+          <leafValues>
+            2.6442441344261169e-01 5.4379111528396606e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 575 8.5774902254343033e-03</internalNodes>
+          <leafValues>
+            5.0511389970779419e-01 1.7957249283790588e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 576 -2.6032689493149519e-04</internalNodes>
+          <leafValues>
+            5.8269691467285156e-01 4.4468268752098083e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 577 -6.1404630541801453e-03</internalNodes>
+          <leafValues>
+            3.1138521432876587e-01 5.3469717502593994e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 578 -2.3086950182914734e-02</internalNodes>
+          <leafValues>
+            3.2779461145401001e-01 5.3311979770660400e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 579 -1.4243650250136852e-02</internalNodes>
+          <leafValues>
+            7.3817098140716553e-01 4.5880630612373352e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 580 1.9487129524350166e-02</internalNodes>
+          <leafValues>
+            5.2566307783126831e-01 2.2744719684123993e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 581 -9.6681108698248863e-04</internalNodes>
+          <leafValues>
+            5.5112308263778687e-01 3.8150069117546082e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 582 3.1474709976464510e-03</internalNodes>
+          <leafValues>
+            5.4256367683410645e-01 2.5437268614768982e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 583 -1.8026070029009134e-04</internalNodes>
+          <leafValues>
+            5.3801918029785156e-01 3.4063041210174561e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 584 -6.0266260989010334e-03</internalNodes>
+          <leafValues>
+            3.0358019471168518e-01 5.4205721616744995e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 585 4.4462960795499384e-04</internalNodes>
+          <leafValues>
+            3.9909970760345459e-01 5.6601101160049438e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 586 2.2609760053455830e-03</internalNodes>
+          <leafValues>
+            5.5628067255020142e-01 3.9406880736351013e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 587 5.1133058965206146e-02</internalNodes>
+          <leafValues>
+            4.6096539497375488e-01 7.1185618638992310e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 588 -1.7786309123039246e-02</internalNodes>
+          <leafValues>
+            2.3161660134792328e-01 5.3221440315246582e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 589 -4.9679628573358059e-03</internalNodes>
+          <leafValues>
+            2.3307719826698303e-01 5.1220291852951050e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 590 2.0667689386755228e-03</internalNodes>
+          <leafValues>
+            4.6574440598487854e-01 6.4554882049560547e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 591 7.4413768015801907e-03</internalNodes>
+          <leafValues>
+            5.1543921232223511e-01 2.3616339266300201e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 592 -3.6277279723435640e-03</internalNodes>
+          <leafValues>
+            6.2197732925415039e-01 4.4766610860824585e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 593 -5.3530759178102016e-03</internalNodes>
+          <leafValues>
+            1.8373550474643707e-01 5.1022082567214966e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 594 1.4530919492244720e-01</internalNodes>
+          <leafValues>
+            5.1459872722625732e-01 1.5359309315681458e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 595 2.4394490756094456e-03</internalNodes>
+          <leafValues>
+            5.3436601161956787e-01 3.6246618628501892e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 596 -3.1283390708267689e-03</internalNodes>
+          <leafValues>
+            6.2150079011917114e-01 4.8455920815467834e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 597 1.7940260004252195e-03</internalNodes>
+          <leafValues>
+            4.2992618680000305e-01 5.8241981267929077e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 598 3.6253821104764938e-02</internalNodes>
+          <leafValues>
+            5.2603340148925781e-01 1.4394679665565491e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 599 -5.1746722310781479e-03</internalNodes>
+          <leafValues>
+            3.5065388679504395e-01 5.2870452404022217e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 600 6.5383297624066472e-04</internalNodes>
+          <leafValues>
+            4.8096409440040588e-01 6.1220401525497437e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 601 -2.6480229571461678e-02</internalNodes>
+          <leafValues>
+            1.1393620073795319e-01 5.0455862283706665e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 602 -3.0440660193562508e-03</internalNodes>
+          <leafValues>
+            6.3520950078964233e-01 4.7947341203689575e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 603 3.6993520334362984e-03</internalNodes>
+          <leafValues>
+            5.1311182975769043e-01 2.4985109269618988e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 604 -3.6762931267730892e-04</internalNodes>
+          <leafValues>
+            5.4213947057723999e-01 3.7095320224761963e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 605 -4.1382260620594025e-02</internalNodes>
+          <leafValues>
+            1.8949599564075470e-01 5.0816917419433594e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 606 -1.0532729793339968e-03</internalNodes>
+          <leafValues>
+            6.4543670415878296e-01 4.7836089134216309e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 607 -2.1648600231856108e-03</internalNodes>
+          <leafValues>
+            6.2150311470031738e-01 4.4998261332511902e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 608 -5.6747748749330640e-04</internalNodes>
+          <leafValues>
+            3.7126109004020691e-01 5.4193347692489624e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 609 1.7375840246677399e-01</internalNodes>
+          <leafValues>
+            5.0236439704895020e-01 1.2157420068979263e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 610 -2.9049699660390615e-03</internalNodes>
+          <leafValues>
+            3.2402679324150085e-01 5.3818839788436890e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 611 1.2299539521336555e-03</internalNodes>
+          <leafValues>
+            4.1655078530311584e-01 5.7034862041473389e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 612 -5.4329237900674343e-04</internalNodes>
+          <leafValues>
+            3.8540428876876831e-01 5.5475491285324097e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 613 -8.3297258242964745e-03</internalNodes>
+          <leafValues>
+            2.2044940292835236e-01 5.0970828533172607e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 614 -1.0417630255687982e-04</internalNodes>
+          <leafValues>
+            5.6070661544799805e-01 4.3030360341072083e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 615 3.1204700469970703e-02</internalNodes>
+          <leafValues>
+            4.6216571331024170e-01 6.9820040464401245e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 616 7.8943502157926559e-03</internalNodes>
+          <leafValues>
+            5.2695941925048828e-01 2.2690680623054504e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 617 -4.3645310215651989e-03</internalNodes>
+          <leafValues>
+            6.3592231273651123e-01 4.5379561185836792e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 618 7.6793059706687927e-03</internalNodes>
+          <leafValues>
+            5.2747678756713867e-01 2.7404838800430298e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 619 -2.5431139394640923e-02</internalNodes>
+          <leafValues>
+            2.0385199785232544e-01 5.0717329978942871e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 620 8.2000601105391979e-04</internalNodes>
+          <leafValues>
+            4.5874550938606262e-01 6.1198681592941284e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 621 2.9284600168466568e-03</internalNodes>
+          <leafValues>
+            5.0712740421295166e-01 2.0282049477100372e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 622 4.5256470912136137e-05</internalNodes>
+          <leafValues>
+            4.8121041059494019e-01 5.4308217763900757e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 623 1.3158309739083052e-03</internalNodes>
+          <leafValues>
+            4.6258139610290527e-01 6.7793232202529907e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 624 1.5870389761403203e-03</internalNodes>
+          <leafValues>
+            5.3862917423248291e-01 3.4314650297164917e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 625 -2.1539660170674324e-02</internalNodes>
+          <leafValues>
+            2.5942500680685043e-02 5.0032228231430054e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 626 1.4334480278193951e-02</internalNodes>
+          <leafValues>
+            5.2028447389602661e-01 1.5906329452991486e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 627 -8.3881383761763573e-03</internalNodes>
+          <leafValues>
+            7.2824811935424805e-01 4.6480441093444824e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 628 9.1906841844320297e-03</internalNodes>
+          <leafValues>
+            5.5623567104339600e-01 3.9231911301612854e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 629 -5.8453059755265713e-03</internalNodes>
+          <leafValues>
+            6.8033927679061890e-01 4.6291279792785645e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 630 -5.4707799106836319e-02</internalNodes>
+          <leafValues>
+            2.5616711378097534e-01 5.2061259746551514e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 631 9.1142775490880013e-03</internalNodes>
+          <leafValues>
+            5.1896202564239502e-01 3.0538770556449890e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 632 -1.5575000084936619e-02</internalNodes>
+          <leafValues>
+            1.2950749695301056e-01 5.1690948009490967e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 633 -1.2050600344082341e-04</internalNodes>
+          <leafValues>
+            5.7350981235504150e-01 4.2308250069618225e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 634 1.2273970060050488e-03</internalNodes>
+          <leafValues>
+            5.2898782491683960e-01 4.0797919034957886e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 635 -1.2186600361019373e-03</internalNodes>
+          <leafValues>
+            6.5756398439407349e-01 4.5744091272354126e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 636 -3.3256649039685726e-03</internalNodes>
+          <leafValues>
+            3.6280471086502075e-01 5.1950198411941528e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 637 -1.3288309797644615e-02</internalNodes>
+          <leafValues>
+            1.2842659652233124e-01 5.0434887409210205e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 638 -3.3839771058410406e-03</internalNodes>
+          <leafValues>
+            6.2922400236129761e-01 4.7575059533119202e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 639 -2.1954220533370972e-01</internalNodes>
+          <leafValues>
+            1.4877319335937500e-01 5.0650137662887573e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 640 4.9111708067357540e-03</internalNodes>
+          <leafValues>
+            4.2561021447181702e-01 5.6658387184143066e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 641 -1.8744950648397207e-04</internalNodes>
+          <leafValues>
+            4.0041440725326538e-01 5.5868571996688843e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 642 -5.2178641781210899e-03</internalNodes>
+          <leafValues>
+            6.0091161727905273e-01 4.8127061128616333e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 643 -1.1111519997939467e-03</internalNodes>
+          <leafValues>
+            3.5149338841438293e-01 5.2870899438858032e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 644 4.4036400504410267e-03</internalNodes>
+          <leafValues>
+            4.6422758698463440e-01 5.9240859746932983e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 645 1.2299499660730362e-01</internalNodes>
+          <leafValues>
+            5.0255292654037476e-01 6.9152481853961945e-02</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 646 -1.2313510291278362e-02</internalNodes>
+          <leafValues>
+            5.8845919370651245e-01 4.9340128898620605e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 647 4.1471039876341820e-03</internalNodes>
+          <leafValues>
+            4.3722391128540039e-01 5.8934777975082397e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 648 -3.5502649843692780e-03</internalNodes>
+          <leafValues>
+            4.3275511264801025e-01 5.3962701559066772e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 649 -1.9224269315600395e-02</internalNodes>
+          <leafValues>
+            1.9131340086460114e-01 5.0683307647705078e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 650 1.4395059552043676e-03</internalNodes>
+          <leafValues>
+            5.3081780672073364e-01 4.2435330152511597e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 651 -6.7751999013125896e-03</internalNodes>
+          <leafValues>
+            6.3653957843780518e-01 4.5400860905647278e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 652 7.0119630545377731e-03</internalNodes>
+          <leafValues>
+            5.1898342370986938e-01 3.0261999368667603e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 653 5.4014651104807854e-03</internalNodes>
+          <leafValues>
+            5.1050621271133423e-01 2.5576829910278320e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 654 9.0274988906458020e-04</internalNodes>
+          <leafValues>
+            4.6969148516654968e-01 5.8618277311325073e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 655 1.1474450118839741e-02</internalNodes>
+          <leafValues>
+            5.0536459684371948e-01 1.5271779894828796e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 656 -6.7023430019617081e-03</internalNodes>
+          <leafValues>
+            6.5089809894561768e-01 4.8906040191650391e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 657 -2.0462959073483944e-03</internalNodes>
+          <leafValues>
+            6.2418168783187866e-01 4.5146000385284424e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 658 -9.9951568990945816e-03</internalNodes>
+          <leafValues>
+            3.4327811002731323e-01 5.4009538888931274e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 659 -3.5700708627700806e-02</internalNodes>
+          <leafValues>
+            1.8780590593814850e-01 5.0740778446197510e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 660 4.5584561303257942e-04</internalNodes>
+          <leafValues>
+            3.8052770495414734e-01 5.4025697708129883e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 661 -5.4260600358247757e-02</internalNodes>
+          <leafValues>
+            6.8437147140502930e-01 4.5950970053672791e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 662 6.0600461438298225e-03</internalNodes>
+          <leafValues>
+            5.5029052495956421e-01 4.5005279779434204e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 663 -6.4791832119226456e-03</internalNodes>
+          <leafValues>
+            3.3688580989837646e-01 5.3107571601867676e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 664 -1.4939469983801246e-03</internalNodes>
+          <leafValues>
+            6.4876401424407959e-01 4.7561758756637573e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 665 1.4610530342906713e-05</internalNodes>
+          <leafValues>
+            4.0345790982246399e-01 5.4510641098022461e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 666 -7.2321938350796700e-03</internalNodes>
+          <leafValues>
+            6.3868737220764160e-01 4.8247399926185608e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 667 -4.0645818226039410e-03</internalNodes>
+          <leafValues>
+            2.9864218831062317e-01 5.1573359966278076e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 668 3.0463080853223801e-02</internalNodes>
+          <leafValues>
+            5.0221997499465942e-01 7.1599560976028442e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 669 -8.0544911324977875e-03</internalNodes>
+          <leafValues>
+            6.4924520254135132e-01 4.6192750334739685e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 670 3.9505138993263245e-02</internalNodes>
+          <leafValues>
+            5.1505708694458008e-01 2.4506139755249023e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 671 8.4530208259820938e-03</internalNodes>
+          <leafValues>
+            4.5736691355705261e-01 6.3940370082855225e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 672 -1.1688120430335402e-03</internalNodes>
+          <leafValues>
+            3.8655120134353638e-01 5.4836612939834595e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 673 2.8070670086890459e-03</internalNodes>
+          <leafValues>
+            5.1285791397094727e-01 2.7014800906181335e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 674 4.7365209320560098e-04</internalNodes>
+          <leafValues>
+            4.0515819191932678e-01 5.3874611854553223e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 675 1.1741080321371555e-02</internalNodes>
+          <leafValues>
+            5.2959501743316650e-01 3.7194138765335083e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 676 3.1833238899707794e-03</internalNodes>
+          <leafValues>
+            4.7894069552421570e-01 6.8951261043548584e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 677 7.0241501089185476e-04</internalNodes>
+          <leafValues>
+            5.3844892978668213e-01 3.9180809259414673e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>102</maxWeakCount>
+      <stageThreshold>5.0169731140136719e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 678 1.7059929668903351e-02</internalNodes>
+          <leafValues>
+            3.9485278725624084e-01 7.1425348520278931e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 679 2.1840840578079224e-02</internalNodes>
+          <leafValues>
+            3.3703160285949707e-01 6.0900169610977173e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 680 2.4520049919374287e-04</internalNodes>
+          <leafValues>
+            3.5005760192871094e-01 5.9879022836685181e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 681 8.3272606134414673e-03</internalNodes>
+          <leafValues>
+            3.2675281167030334e-01 5.6972408294677734e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 682 5.7148298947140574e-04</internalNodes>
+          <leafValues>
+            3.0445998907089233e-01 5.5316567420959473e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 683 6.7373987985774875e-04</internalNodes>
+          <leafValues>
+            3.6500120162963867e-01 5.6726312637329102e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 684 3.4681590477703139e-05</internalNodes>
+          <leafValues>
+            3.3135411143302917e-01 5.3887271881103516e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 685 -5.8563398197293282e-03</internalNodes>
+          <leafValues>
+            2.6979428529739380e-01 5.4987788200378418e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 686 8.5102273151278496e-03</internalNodes>
+          <leafValues>
+            5.2693581581115723e-01 2.7628791332244873e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 687 -6.9817207753658295e-02</internalNodes>
+          <leafValues>
+            2.9096031188964844e-01 5.2592468261718750e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 688 -8.6113670840859413e-04</internalNodes>
+          <leafValues>
+            5.8925771713256836e-01 4.0736979246139526e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 689 9.7149249631911516e-04</internalNodes>
+          <leafValues>
+            3.5235640406608582e-01 5.4158622026443481e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 690 -1.4727490452060010e-05</internalNodes>
+          <leafValues>
+            5.4230177402496338e-01 3.5031560063362122e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 691 4.8420291393995285e-02</internalNodes>
+          <leafValues>
+            5.1939457654953003e-01 3.4111958742141724e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 692 1.3257140526548028e-03</internalNodes>
+          <leafValues>
+            3.1577691435813904e-01 5.3353762626647949e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 693 1.4922149603080470e-05</internalNodes>
+          <leafValues>
+            4.4512999057769775e-01 5.5365538597106934e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 694 -2.7173398993909359e-03</internalNodes>
+          <leafValues>
+            3.0317419767379761e-01 5.2480888366699219e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 695 2.9219500720500946e-03</internalNodes>
+          <leafValues>
+            4.7814530134201050e-01 6.6060417890548706e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 696 -1.9804988987743855e-03</internalNodes>
+          <leafValues>
+            3.1863081455230713e-01 5.2876251935958862e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 697 -4.0012109093368053e-03</internalNodes>
+          <leafValues>
+            6.4135968685150146e-01 4.7499281167984009e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 698 -4.3491991236805916e-03</internalNodes>
+          <leafValues>
+            1.5074980258941650e-01 5.0989967584609985e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 699 1.3490889687091112e-03</internalNodes>
+          <leafValues>
+            4.3161588907241821e-01 5.8811670541763306e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 700 1.8597070127725601e-02</internalNodes>
+          <leafValues>
+            4.7355538606643677e-01 9.0897941589355469e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 701 -1.8562379991635680e-03</internalNodes>
+          <leafValues>
+            3.5531890392303467e-01 5.5778372287750244e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 702 2.2940430790185928e-03</internalNodes>
+          <leafValues>
+            4.5000949501991272e-01 6.5808779001235962e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 703 2.9982850537635386e-04</internalNodes>
+          <leafValues>
+            5.6292420625686646e-01 3.9758789539337158e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 704 3.5455459728837013e-03</internalNodes>
+          <leafValues>
+            5.3815472126007080e-01 3.6054858565330505e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 705 9.6104722470045090e-03</internalNodes>
+          <leafValues>
+            5.2559971809387207e-01 1.7967459559440613e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 706 -6.2783220782876015e-03</internalNodes>
+          <leafValues>
+            2.2728569805622101e-01 5.1140302419662476e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 707 3.4598479978740215e-03</internalNodes>
+          <leafValues>
+            4.6263080835342407e-01 6.6082191467285156e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 708 -1.3112019514665008e-03</internalNodes>
+          <leafValues>
+            6.3175398111343384e-01 4.4368579983711243e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 709 2.6876179035753012e-03</internalNodes>
+          <leafValues>
+            5.4211097955703735e-01 4.0540221333503723e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 710 3.9118169806897640e-03</internalNodes>
+          <leafValues>
+            5.3584778308868408e-01 3.2734549045562744e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 711 -1.4206450432538986e-02</internalNodes>
+          <leafValues>
+            7.7935767173767090e-01 4.9757811427116394e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 712 7.1705528534948826e-04</internalNodes>
+          <leafValues>
+            5.2973198890686035e-01 3.5609039664268494e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 713 1.6635019565001130e-03</internalNodes>
+          <leafValues>
+            4.6780940890312195e-01 5.8164817094802856e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 714 3.3686188980937004e-03</internalNodes>
+          <leafValues>
+            5.2767342329025269e-01 3.4464201331138611e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 715 1.2799530290067196e-02</internalNodes>
+          <leafValues>
+            4.8346799612045288e-01 7.4721592664718628e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 716 3.3901201095432043e-03</internalNodes>
+          <leafValues>
+            4.5118591189384460e-01 6.4017212390899658e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 717 4.7070779837667942e-03</internalNodes>
+          <leafValues>
+            5.3356587886810303e-01 3.5552209615707397e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 718 1.4819339849054813e-03</internalNodes>
+          <leafValues>
+            4.2507070302963257e-01 5.7727241516113281e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 719 -6.9995759986341000e-03</internalNodes>
+          <leafValues>
+            3.0033200979232788e-01 5.2929002046585083e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 720 1.5939010307192802e-02</internalNodes>
+          <leafValues>
+            5.0673192739486694e-01 1.6755819320678711e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 721 7.6377349905669689e-03</internalNodes>
+          <leafValues>
+            4.7950699925422668e-01 7.0856010913848877e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 722 6.7334040068089962e-03</internalNodes>
+          <leafValues>
+            5.1331132650375366e-01 2.1624700725078583e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 723 -1.2858809903264046e-02</internalNodes>
+          <leafValues>
+            1.9388419389724731e-01 5.2513718605041504e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 724 -6.2270800117403269e-04</internalNodes>
+          <leafValues>
+            5.6865382194519043e-01 4.1978681087493896e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 725 -5.2651681471616030e-04</internalNodes>
+          <leafValues>
+            4.2241689562797546e-01 5.4296958446502686e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 726 1.1075099930167198e-02</internalNodes>
+          <leafValues>
+            5.1137751340866089e-01 2.5145179033279419e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 727 -3.6728251725435257e-02</internalNodes>
+          <leafValues>
+            7.1946620941162109e-01 4.8496189713478088e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 728 -2.8207109426148236e-04</internalNodes>
+          <leafValues>
+            3.8402619957923889e-01 5.3944462537765503e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 729 -2.7489690110087395e-03</internalNodes>
+          <leafValues>
+            5.9370887279510498e-01 4.5691820979118347e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 730 1.0047519579529762e-02</internalNodes>
+          <leafValues>
+            5.1385760307312012e-01 2.8022980690002441e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 731 -8.1497840583324432e-03</internalNodes>
+          <leafValues>
+            6.0900372266769409e-01 4.6361210942268372e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 732 -6.8833888508379459e-03</internalNodes>
+          <leafValues>
+            3.4586110711097717e-01 5.2546602487564087e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 733 -1.4039360394235700e-05</internalNodes>
+          <leafValues>
+            5.6931042671203613e-01 4.0820831060409546e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 734 1.5498419525101781e-03</internalNodes>
+          <leafValues>
+            4.3505370616912842e-01 5.8065170049667358e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 735 -6.7841499112546444e-03</internalNodes>
+          <leafValues>
+            1.4688730239868164e-01 5.1827752590179443e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 736 2.1705629478674382e-04</internalNodes>
+          <leafValues>
+            5.2935242652893066e-01 3.4561741352081299e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 737 3.1198898795992136e-04</internalNodes>
+          <leafValues>
+            4.6524509787559509e-01 5.9424138069152832e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 738 5.4507530294358730e-03</internalNodes>
+          <leafValues>
+            4.6535089612007141e-01 7.0248460769653320e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 739 -2.5818689027801156e-04</internalNodes>
+          <leafValues>
+            5.4972952604293823e-01 3.7689670920372009e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 740 -1.7442539334297180e-02</internalNodes>
+          <leafValues>
+            3.9190879464149475e-01 5.4574978351593018e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 741 -4.5343529433012009e-02</internalNodes>
+          <leafValues>
+            1.6313570737838745e-01 5.1549088954925537e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 742 1.9190689781680703e-03</internalNodes>
+          <leafValues>
+            5.1458978652954102e-01 2.7918958663940430e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 743 -6.0177869163453579e-03</internalNodes>
+          <leafValues>
+            6.5176361799240112e-01 4.7563329339027405e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 744 -4.0720738470554352e-03</internalNodes>
+          <leafValues>
+            5.5146527290344238e-01 4.0926858782768250e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 745 3.9855059003457427e-04</internalNodes>
+          <leafValues>
+            3.1652408838272095e-01 5.2855509519577026e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 746 -6.5418570302426815e-03</internalNodes>
+          <leafValues>
+            6.8533778190612793e-01 4.6528089046478271e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 747 3.4845089539885521e-03</internalNodes>
+          <leafValues>
+            5.4845881462097168e-01 4.5027598738670349e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 748 -1.3696780428290367e-02</internalNodes>
+          <leafValues>
+            6.3957798480987549e-01 4.5725551247596741e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 749 -1.7347140237689018e-02</internalNodes>
+          <leafValues>
+            2.7510729432106018e-01 5.1816147565841675e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 750 -4.0885428898036480e-03</internalNodes>
+          <leafValues>
+            3.3256360888481140e-01 5.1949840784072876e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 751 -9.4687901437282562e-03</internalNodes>
+          <leafValues>
+            5.9422808885574341e-01 4.8518198728561401e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 752 1.7084840219467878e-03</internalNodes>
+          <leafValues>
+            4.1671109199523926e-01 5.5198061466217041e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 753 9.4809094443917274e-03</internalNodes>
+          <leafValues>
+            5.4338949918746948e-01 4.2085149884223938e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 754 -4.7389650717377663e-03</internalNodes>
+          <leafValues>
+            6.4071899652481079e-01 4.5606550574302673e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 755 6.5761050209403038e-03</internalNodes>
+          <leafValues>
+            5.2145552635192871e-01 2.2582270205020905e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 756 -2.1690549328923225e-03</internalNodes>
+          <leafValues>
+            3.1515279412269592e-01 5.1567047834396362e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 757 1.4660170301795006e-02</internalNodes>
+          <leafValues>
+            4.8708370327949524e-01 6.6899412870407104e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 758 1.7231999663636088e-04</internalNodes>
+          <leafValues>
+            3.5697489976882935e-01 5.2510780096054077e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 759 -2.1803760901093483e-02</internalNodes>
+          <leafValues>
+            8.8259208202362061e-01 4.9663299322128296e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 760 -9.4736106693744659e-02</internalNodes>
+          <leafValues>
+            1.4461620151996613e-01 5.0611138343811035e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 761 5.5825551971793175e-03</internalNodes>
+          <leafValues>
+            5.3964787721633911e-01 4.2380660772323608e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 762 1.9517090404406190e-03</internalNodes>
+          <leafValues>
+            4.1704109311103821e-01 5.4977869987487793e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 763 1.2149900197982788e-02</internalNodes>
+          <leafValues>
+            4.6983671188354492e-01 5.6642740964889526e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 764 -7.5169620104134083e-03</internalNodes>
+          <leafValues>
+            6.2677729129791260e-01 4.4631358981132507e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 765 -7.1667909622192383e-02</internalNodes>
+          <leafValues>
+            3.0970111489295959e-01 5.2210032939910889e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 766 -8.8292419910430908e-02</internalNodes>
+          <leafValues>
+            8.1123888492584229e-02 5.0063651800155640e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 767 3.1063079833984375e-02</internalNodes>
+          <leafValues>
+            5.1555037498474121e-01 1.2822559475898743e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 768 4.6621840447187424e-02</internalNodes>
+          <leafValues>
+            4.6997779607772827e-01 7.3639607429504395e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 769 -1.2189489789307117e-02</internalNodes>
+          <leafValues>
+            3.9205300807952881e-01 5.5189967155456543e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 770 1.3016110286116600e-02</internalNodes>
+          <leafValues>
+            5.2606582641601562e-01 3.6851361393928528e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 771 -3.4952899441123009e-03</internalNodes>
+          <leafValues>
+            6.3392949104309082e-01 4.7162809967994690e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 772 -4.4015039748046547e-05</internalNodes>
+          <leafValues>
+            5.3330272436141968e-01 3.7761849164962769e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 773 -1.0966490209102631e-01</internalNodes>
+          <leafValues>
+            1.7653420567512512e-01 5.1983469724655151e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 774 -9.0279558207839727e-04</internalNodes>
+          <leafValues>
+            5.3241598606109619e-01 3.8389080762863159e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 775 7.1126641705632210e-04</internalNodes>
+          <leafValues>
+            4.6479299664497375e-01 5.7552242279052734e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 776 -3.1250279862433672e-03</internalNodes>
+          <leafValues>
+            3.2367089390754700e-01 5.1667708158493042e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 777 2.4144679773598909e-03</internalNodes>
+          <leafValues>
+            4.7874391078948975e-01 6.4597177505493164e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 778 4.4391240226104856e-04</internalNodes>
+          <leafValues>
+            4.4093081355094910e-01 6.0102558135986328e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 779 -2.2611189342569560e-04</internalNodes>
+          <leafValues>
+            4.0381139516830444e-01 5.4932558536529541e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>135</maxWeakCount>
+      <stageThreshold>6.6669120788574219e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 780 -4.6901289373636246e-02</internalNodes>
+          <leafValues>
+            6.6001719236373901e-01 3.7438011169433594e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 781 -1.4568349579349160e-03</internalNodes>
+          <leafValues>
+            5.7839912176132202e-01 3.4377971291542053e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 782 5.5598369799554348e-03</internalNodes>
+          <leafValues>
+            3.6222669482231140e-01 5.9082162380218506e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 783 7.3170487303286791e-04</internalNodes>
+          <leafValues>
+            5.5004191398620605e-01 2.8735581040382385e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 784 1.3318009441718459e-03</internalNodes>
+          <leafValues>
+            2.6731699705123901e-01 5.4310190677642822e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 785 2.4347059661522508e-04</internalNodes>
+          <leafValues>
+            3.8550278544425964e-01 5.7413887977600098e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 786 -3.0512469820678234e-03</internalNodes>
+          <leafValues>
+            5.5032098293304443e-01 3.4628450870513916e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 787 -6.8657199153676629e-04</internalNodes>
+          <leafValues>
+            3.2912218570709229e-01 5.4295092821121216e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 788 1.4668200165033340e-03</internalNodes>
+          <leafValues>
+            3.5883820056915283e-01 5.3518110513687134e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 789 3.2021870720200241e-04</internalNodes>
+          <leafValues>
+            4.2968419194221497e-01 5.7002341747283936e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 790 7.4122188379988074e-04</internalNodes>
+          <leafValues>
+            5.2821648120880127e-01 3.3668708801269531e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 791 3.8330298848450184e-03</internalNodes>
+          <leafValues>
+            4.5595678687095642e-01 6.2573361396789551e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 792 -1.5456439927220345e-02</internalNodes>
+          <leafValues>
+            2.3501169681549072e-01 5.1294529438018799e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 793 2.6796779129654169e-03</internalNodes>
+          <leafValues>
+            5.3294152021408081e-01 4.1550621390342712e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 794 2.8296569362282753e-03</internalNodes>
+          <leafValues>
+            4.2730879783630371e-01 5.8045381307601929e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 795 -3.9444249123334885e-03</internalNodes>
+          <leafValues>
+            2.9126119613647461e-01 5.2026861906051636e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 796 2.7179559692740440e-03</internalNodes>
+          <leafValues>
+            5.3076881170272827e-01 3.5856771469116211e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 797 5.9077627956867218e-03</internalNodes>
+          <leafValues>
+            4.7037750482559204e-01 5.9415858983993530e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 798 -4.2240349575877190e-03</internalNodes>
+          <leafValues>
+            2.1415670216083527e-01 5.0887960195541382e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 799 4.0725888684391975e-03</internalNodes>
+          <leafValues>
+            4.7664138674736023e-01 6.8410611152648926e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 800 1.0149530135095119e-02</internalNodes>
+          <leafValues>
+            5.3607988357543945e-01 3.7484970688819885e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 801 -1.8864999583456665e-04</internalNodes>
+          <leafValues>
+            5.7201302051544189e-01 3.8538050651550293e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 802 -4.8864358104765415e-03</internalNodes>
+          <leafValues>
+            3.6931228637695312e-01 5.3409588336944580e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 803 2.6158479973673820e-02</internalNodes>
+          <leafValues>
+            4.9623748660087585e-01 6.0599899291992188e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 804 4.8560759751126170e-04</internalNodes>
+          <leafValues>
+            4.4389459490776062e-01 6.0124689340591431e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 805 1.1268709786236286e-02</internalNodes>
+          <leafValues>
+            5.2442502975463867e-01 1.8403880298137665e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 806 -2.8114619199186563e-03</internalNodes>
+          <leafValues>
+            6.0602837800979614e-01 4.4098970293998718e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 807 -5.6112729944288731e-03</internalNodes>
+          <leafValues>
+            3.8911709189414978e-01 5.5892372131347656e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 808 8.5680093616247177e-03</internalNodes>
+          <leafValues>
+            5.0693458318710327e-01 2.0626190304756165e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 809 -3.8172779022715986e-04</internalNodes>
+          <leafValues>
+            5.8822017908096313e-01 4.1926109790802002e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 810 -1.7680290329735726e-04</internalNodes>
+          <leafValues>
+            5.5336058139801025e-01 4.0033689141273499e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 811 6.5112537704408169e-03</internalNodes>
+          <leafValues>
+            3.3101469278335571e-01 5.4441910982131958e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 812 -6.5948683186434209e-05</internalNodes>
+          <leafValues>
+            5.4338318109512329e-01 3.9449059963226318e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 813 6.9939051754772663e-03</internalNodes>
+          <leafValues>
+            5.6003582477569580e-01 4.1927140951156616e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 814 -4.6744439750909805e-03</internalNodes>
+          <leafValues>
+            6.6854667663574219e-01 4.6049609780311584e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 815 1.1589850299060345e-02</internalNodes>
+          <leafValues>
+            5.3571212291717529e-01 2.9268300533294678e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 816 1.3007840141654015e-02</internalNodes>
+          <leafValues>
+            4.6798178553581238e-01 7.3074632883071899e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 817 -1.1008579749614000e-03</internalNodes>
+          <leafValues>
+            3.9375010132789612e-01 5.4150652885437012e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 818 6.0472649056464434e-04</internalNodes>
+          <leafValues>
+            4.2423760890960693e-01 5.6040412187576294e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 819 -1.4494840055704117e-02</internalNodes>
+          <leafValues>
+            3.6312100291252136e-01 5.2931827306747437e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 820 -5.3056948818266392e-03</internalNodes>
+          <leafValues>
+            6.8604522943496704e-01 4.6218210458755493e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 821 -8.1829127157106996e-04</internalNodes>
+          <leafValues>
+            3.9440968632698059e-01 5.4204392433166504e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 822 -1.9077520817518234e-02</internalNodes>
+          <leafValues>
+            1.9626219570636749e-01 5.0378918647766113e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 823 3.5549470339901745e-04</internalNodes>
+          <leafValues>
+            4.0862590074539185e-01 5.6139731407165527e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 824 1.9679730758070946e-03</internalNodes>
+          <leafValues>
+            4.4891211390495300e-01 5.9261232614517212e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 825 6.9189141504466534e-03</internalNodes>
+          <leafValues>
+            5.3359258174896240e-01 3.7283858656883240e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 826 2.9872779268771410e-03</internalNodes>
+          <leafValues>
+            5.1113212108612061e-01 2.9756438732147217e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 827 -6.2264618463814259e-03</internalNodes>
+          <leafValues>
+            5.5414897203445435e-01 4.8245379328727722e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 828 1.3353300280869007e-02</internalNodes>
+          <leafValues>
+            4.5864239335060120e-01 6.4147979021072388e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 829 3.3505238592624664e-02</internalNodes>
+          <leafValues>
+            5.3924250602722168e-01 3.4299948811531067e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 830 -2.5294460356235504e-03</internalNodes>
+          <leafValues>
+            1.7037139832973480e-01 5.0133150815963745e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 831 -1.2801629491150379e-03</internalNodes>
+          <leafValues>
+            5.3054618835449219e-01 4.6974050998687744e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 832 7.0687388069927692e-03</internalNodes>
+          <leafValues>
+            4.6155458688735962e-01 6.4365047216415405e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 833 9.6880499040707946e-04</internalNodes>
+          <leafValues>
+            4.8335990309715271e-01 6.0438942909240723e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 834 3.9647659286856651e-03</internalNodes>
+          <leafValues>
+            5.1876372098922729e-01 3.2318168878555298e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 835 -2.2057730704545975e-02</internalNodes>
+          <leafValues>
+            4.0792569518089294e-01 5.2009809017181396e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 836 -6.6906312713399529e-04</internalNodes>
+          <leafValues>
+            5.3316092491149902e-01 3.8156008720397949e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 837 -6.7009328631684184e-04</internalNodes>
+          <leafValues>
+            5.6554222106933594e-01 4.6889019012451172e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 838 7.4284552829340100e-04</internalNodes>
+          <leafValues>
+            4.5343810319900513e-01 6.2874001264572144e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 839 2.2227810695767403e-03</internalNodes>
+          <leafValues>
+            5.3506332635879517e-01 3.3036559820175171e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 840 -5.4130521602928638e-03</internalNodes>
+          <leafValues>
+            1.1136870086193085e-01 5.0054347515106201e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 841 -1.4520040167553816e-05</internalNodes>
+          <leafValues>
+            5.6287378072738647e-01 4.3251338601112366e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 842 2.3369169502984732e-04</internalNodes>
+          <leafValues>
+            4.1658350825309753e-01 5.4477912187576294e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 843 4.2894547805190086e-03</internalNodes>
+          <leafValues>
+            4.8603910207748413e-01 6.7786490917205811e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 844 5.9103150852024555e-03</internalNodes>
+          <leafValues>
+            5.2623051404953003e-01 3.6121138930320740e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 845 1.2900539673864841e-02</internalNodes>
+          <leafValues>
+            5.3193771839141846e-01 3.2502880692481995e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 846 4.6982979401946068e-03</internalNodes>
+          <leafValues>
+            4.6182450652122498e-01 6.6659259796142578e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 847 1.0439859703183174e-02</internalNodes>
+          <leafValues>
+            5.5056709051132202e-01 3.8836041092872620e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 848 3.0443191062659025e-03</internalNodes>
+          <leafValues>
+            4.6978530287742615e-01 7.3018449544906616e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 849 -6.1593751888722181e-04</internalNodes>
+          <leafValues>
+            3.8308390974998474e-01 5.4649841785430908e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 850 -3.4247159492224455e-03</internalNodes>
+          <leafValues>
+            2.5663000345230103e-01 5.0895309448242188e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 851 -9.3538565561175346e-03</internalNodes>
+          <leafValues>
+            6.4699661731719971e-01 4.9407958984375000e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 852 5.2338998764753342e-02</internalNodes>
+          <leafValues>
+            4.7459828853607178e-01 7.8787708282470703e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 853 3.5765620414167643e-03</internalNodes>
+          <leafValues>
+            5.3066647052764893e-01 2.7484980225563049e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 854 7.1555317845195532e-04</internalNodes>
+          <leafValues>
+            5.4131257534027100e-01 4.0419089794158936e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 855 -1.0516679845750332e-02</internalNodes>
+          <leafValues>
+            6.1585122346878052e-01 4.8152831196784973e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 856 7.7347927726805210e-03</internalNodes>
+          <leafValues>
+            4.6958059072494507e-01 7.0289808511734009e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 857 -4.3226778507232666e-03</internalNodes>
+          <leafValues>
+            2.8495660424232483e-01 5.3046840429306030e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 858 -2.5534399319440126e-03</internalNodes>
+          <leafValues>
+            7.0569849014282227e-01 4.6888920664787292e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 859 1.0268510231981054e-04</internalNodes>
+          <leafValues>
+            3.9029321074485779e-01 5.5734640359878540e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 860 7.1395188570022583e-06</internalNodes>
+          <leafValues>
+            3.6842319369316101e-01 5.2639877796173096e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 861 -1.6711989883333445e-03</internalNodes>
+          <leafValues>
+            3.8491758704185486e-01 5.3872710466384888e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 862 4.9260449595749378e-03</internalNodes>
+          <leafValues>
+            4.7297719120979309e-01 7.4472510814666748e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 863 4.3908702209591866e-03</internalNodes>
+          <leafValues>
+            4.8091810941696167e-01 5.5919218063354492e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 864 -1.7793629318475723e-02</internalNodes>
+          <leafValues>
+            6.9036781787872314e-01 4.6769270300865173e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 865 2.0469669252634048e-03</internalNodes>
+          <leafValues>
+            5.3706902265548706e-01 3.3081620931625366e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 866 2.9891489073634148e-02</internalNodes>
+          <leafValues>
+            5.1398652791976929e-01 3.3090591430664062e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 867 1.5494900289922953e-03</internalNodes>
+          <leafValues>
+            4.6602371335029602e-01 6.0783427953720093e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 868 1.4956969534978271e-03</internalNodes>
+          <leafValues>
+            4.4048359990119934e-01 5.8639198541641235e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 869 9.5885928021743894e-04</internalNodes>
+          <leafValues>
+            5.4359710216522217e-01 4.2085230350494385e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 870 4.9643701640889049e-04</internalNodes>
+          <leafValues>
+            5.3705781698226929e-01 4.0006220340728760e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 871 -2.7280810754746199e-03</internalNodes>
+          <leafValues>
+            5.6594127416610718e-01 4.2596429586410522e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 872 2.3026480339467525e-03</internalNodes>
+          <leafValues>
+            5.1616579294204712e-01 3.3508691191673279e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 873 2.5151631236076355e-01</internalNodes>
+          <leafValues>
+            4.8696619272232056e-01 7.1473097801208496e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 874 -4.6328022144734859e-03</internalNodes>
+          <leafValues>
+            2.7274489402770996e-01 5.0837898254394531e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 875 -4.0434490889310837e-02</internalNodes>
+          <leafValues>
+            6.8514388799667358e-01 5.0217670202255249e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 876 1.4972220014897175e-05</internalNodes>
+          <leafValues>
+            4.2844650149345398e-01 5.5225551128387451e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 877 -2.4050309730228037e-04</internalNodes>
+          <leafValues>
+            4.2261189222335815e-01 5.3900748491287231e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 878 2.3657839745283127e-02</internalNodes>
+          <leafValues>
+            4.7446319460868835e-01 7.5043660402297974e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 879 -8.1449104472994804e-03</internalNodes>
+          <leafValues>
+            4.2450588941574097e-01 5.5383628606796265e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 880 -3.6992130335420370e-03</internalNodes>
+          <leafValues>
+            5.9523570537567139e-01 4.5297130942344666e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 881 -6.7718601785600185e-03</internalNodes>
+          <leafValues>
+            4.1377940773963928e-01 5.4733997583389282e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 882 4.2669530957937241e-03</internalNodes>
+          <leafValues>
+            4.4841149449348450e-01 5.7979941368103027e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 883 1.7791989957913756e-03</internalNodes>
+          <leafValues>
+            5.6248587369918823e-01 4.4324448704719543e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 884 1.6774770338088274e-03</internalNodes>
+          <leafValues>
+            4.6377518773078918e-01 6.3642418384552002e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 885 1.1732629500329494e-03</internalNodes>
+          <leafValues>
+            4.5445030927658081e-01 5.9144157171249390e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 886 8.6998171173036098e-04</internalNodes>
+          <leafValues>
+            5.3347527980804443e-01 3.8859179615974426e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 887 7.6378340600058436e-04</internalNodes>
+          <leafValues>
+            5.3985852003097534e-01 3.7449419498443604e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 888 1.5684569370932877e-04</internalNodes>
+          <leafValues>
+            4.3178731203079224e-01 5.6146162748336792e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 889 -2.1511370316147804e-02</internalNodes>
+          <leafValues>
+            1.7859250307083130e-01 5.1855427026748657e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 890 1.3081369979772717e-04</internalNodes>
+          <leafValues>
+            4.3424990773200989e-01 5.6828498840332031e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 891 2.1992040798068047e-02</internalNodes>
+          <leafValues>
+            5.1617169380187988e-01 2.3793940246105194e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 892 -8.0136500764638186e-04</internalNodes>
+          <leafValues>
+            5.9867632389068604e-01 4.4664269685745239e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 893 -8.2736099138855934e-03</internalNodes>
+          <leafValues>
+            4.1082179546356201e-01 5.2510571479797363e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 894 3.6831789184361696e-03</internalNodes>
+          <leafValues>
+            5.1738142967224121e-01 3.3975180983543396e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 895 -7.9525681212544441e-03</internalNodes>
+          <leafValues>
+            6.8889832496643066e-01 4.8459240794181824e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 896 1.5382299898192286e-03</internalNodes>
+          <leafValues>
+            5.1785671710968018e-01 3.4541139006614685e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 897 -1.4043530449271202e-02</internalNodes>
+          <leafValues>
+            1.6784210503101349e-01 5.1886677742004395e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 898 1.4315890148282051e-03</internalNodes>
+          <leafValues>
+            4.3682569265365601e-01 5.6557738780975342e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 899 -3.4014228731393814e-02</internalNodes>
+          <leafValues>
+            7.8022962808609009e-01 4.9592170119285583e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 900 -1.2027299962937832e-02</internalNodes>
+          <leafValues>
+            1.5851010382175446e-01 5.0322318077087402e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 901 1.3316619396209717e-01</internalNodes>
+          <leafValues>
+            5.1633048057556152e-01 2.7551281452178955e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 902 -1.5221949433907866e-03</internalNodes>
+          <leafValues>
+            3.7283179163932800e-01 5.2145522832870483e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 903 -9.3929271679371595e-04</internalNodes>
+          <leafValues>
+            5.8383792638778687e-01 4.5111650228500366e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 904 2.7719739824533463e-02</internalNodes>
+          <leafValues>
+            4.7282868623733521e-01 7.3315447568893433e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 905 3.1030150130391121e-03</internalNodes>
+          <leafValues>
+            5.3022021055221558e-01 4.1015630960464478e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 906 7.7861219644546509e-02</internalNodes>
+          <leafValues>
+            4.9983340501785278e-01 1.2729619443416595e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 907 -1.5854939818382263e-02</internalNodes>
+          <leafValues>
+            5.0833359360694885e-02 5.1656562089920044e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 908 -4.9725300632417202e-03</internalNodes>
+          <leafValues>
+            6.7981338500976562e-01 4.6842318773269653e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 909 -9.7676506265997887e-04</internalNodes>
+          <leafValues>
+            6.0107719898223877e-01 4.7889319062232971e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 910 -2.4647710379213095e-03</internalNodes>
+          <leafValues>
+            3.3933979272842407e-01 5.2205038070678711e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 911 -6.7937700077891350e-03</internalNodes>
+          <leafValues>
+            4.3651369214057922e-01 5.2396631240844727e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 912 3.2608021050691605e-02</internalNodes>
+          <leafValues>
+            5.0527238845825195e-01 2.4252149462699890e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 913 -5.8514421107247472e-04</internalNodes>
+          <leafValues>
+            5.7339739799499512e-01 4.7585740685462952e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 914 -2.9632600024342537e-02</internalNodes>
+          <leafValues>
+            3.8922891020774841e-01 5.2635979652404785e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>137</maxWeakCount>
+      <stageThreshold>6.7698921203613281e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 915 4.6550851315259933e-02</internalNodes>
+          <leafValues>
+            3.2769501209259033e-01 6.2405228614807129e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 916 7.9537127166986465e-03</internalNodes>
+          <leafValues>
+            4.2564851045608521e-01 6.9429391622543335e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 917 6.8221561377868056e-04</internalNodes>
+          <leafValues>
+            3.7114870548248291e-01 5.9007328748703003e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 918 -1.9348249770700932e-04</internalNodes>
+          <leafValues>
+            2.0411339402198792e-01 5.3005450963973999e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 919 -2.6710508973337710e-04</internalNodes>
+          <leafValues>
+            5.4161262512207031e-01 3.1031790375709534e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 920 2.7818060480058193e-03</internalNodes>
+          <leafValues>
+            5.2778327465057373e-01 3.4670698642730713e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 921 -4.6779078547842801e-04</internalNodes>
+          <leafValues>
+            5.3082311153411865e-01 3.2944920659065247e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 922 -3.0335160772665404e-05</internalNodes>
+          <leafValues>
+            5.7738727331161499e-01 3.8520970940589905e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 923 7.8038009814918041e-04</internalNodes>
+          <leafValues>
+            4.3174389004707336e-01 6.1500579118728638e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 924 -4.2553851380944252e-03</internalNodes>
+          <leafValues>
+            2.9339039325714111e-01 5.3242927789688110e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 925 -2.4735610350035131e-04</internalNodes>
+          <leafValues>
+            5.4688447713851929e-01 3.8430300354957581e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 926 -1.4724259381182492e-04</internalNodes>
+          <leafValues>
+            4.2815428972244263e-01 5.7555872201919556e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 927 1.1864770203828812e-03</internalNodes>
+          <leafValues>
+            3.7473011016845703e-01 5.4714661836624146e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 928 2.3936580400913954e-03</internalNodes>
+          <leafValues>
+            4.5377838611602783e-01 6.1115288734436035e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 929 -1.5390539774671197e-03</internalNodes>
+          <leafValues>
+            2.9713419079780579e-01 5.1895380020141602e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 930 -7.1968790143728256e-03</internalNodes>
+          <leafValues>
+            6.6990667581558228e-01 4.7264769673347473e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 931 -4.1499789222143590e-04</internalNodes>
+          <leafValues>
+            3.3849540352821350e-01 5.2603179216384888e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 932 4.4359830208122730e-03</internalNodes>
+          <leafValues>
+            5.3991222381591797e-01 3.9201408624649048e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 933 2.6606200262904167e-03</internalNodes>
+          <leafValues>
+            4.4825780391693115e-01 6.1196178197860718e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 934 -1.5287200221791863e-03</internalNodes>
+          <leafValues>
+            3.7112379074096680e-01 5.3402662277221680e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 935 -4.7397250309586525e-03</internalNodes>
+          <leafValues>
+            6.0310882329940796e-01 4.4551450014114380e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 936 -1.4829129911959171e-02</internalNodes>
+          <leafValues>
+            2.8387540578842163e-01 5.3418618440628052e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 937 9.2275557108223438e-04</internalNodes>
+          <leafValues>
+            5.2095472812652588e-01 3.3616539835929871e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 938 8.3529807627201080e-02</internalNodes>
+          <leafValues>
+            5.1199698448181152e-01 8.1164449453353882e-02</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 939 -7.5633148662745953e-04</internalNodes>
+          <leafValues>
+            3.3171200752258301e-01 5.1898312568664551e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 940 9.8403859883546829e-03</internalNodes>
+          <leafValues>
+            5.2475982904434204e-01 2.3349590599536896e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 941 -1.5953830443322659e-03</internalNodes>
+          <leafValues>
+            5.7500940561294556e-01 4.2956221103668213e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 942 3.4766020689858124e-05</internalNodes>
+          <leafValues>
+            4.3424451351165771e-01 5.5640292167663574e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 943 2.9862910509109497e-02</internalNodes>
+          <leafValues>
+            4.5791471004486084e-01 6.5791881084442139e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 944 1.1325590312480927e-02</internalNodes>
+          <leafValues>
+            5.2743119001388550e-01 3.6738881468772888e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 945 -8.7828645482659340e-03</internalNodes>
+          <leafValues>
+            7.1003687381744385e-01 4.6421670913696289e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 946 4.3639959767460823e-03</internalNodes>
+          <leafValues>
+            5.2792161703109741e-01 2.7058771252632141e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 947 4.1804728098213673e-03</internalNodes>
+          <leafValues>
+            5.0725251436233521e-01 2.4490830302238464e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 948 -4.5668511302210391e-04</internalNodes>
+          <leafValues>
+            4.2831051349639893e-01 5.5486911535263062e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 949 -3.7140368949621916e-03</internalNodes>
+          <leafValues>
+            5.5193877220153809e-01 4.1036531329154968e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 950 -2.5304289534687996e-02</internalNodes>
+          <leafValues>
+            6.8670022487640381e-01 4.8698890209197998e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 951 -3.4454080741852522e-04</internalNodes>
+          <leafValues>
+            3.7288740277290344e-01 5.2876931428909302e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 952 -8.3935231668874621e-04</internalNodes>
+          <leafValues>
+            6.0601520538330078e-01 4.6160620450973511e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 953 1.7280049622058868e-02</internalNodes>
+          <leafValues>
+            5.0496357679367065e-01 1.8198239803314209e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 954 -6.3595077954232693e-03</internalNodes>
+          <leafValues>
+            1.6312399506568909e-01 5.2327787876129150e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 955 1.0298109846189618e-03</internalNodes>
+          <leafValues>
+            4.4632780551910400e-01 6.1765491962432861e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 956 1.0117109632119536e-03</internalNodes>
+          <leafValues>
+            5.4733848571777344e-01 4.3006989359855652e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 957 -1.0308800265192986e-02</internalNodes>
+          <leafValues>
+            1.1669850349426270e-01 5.0008672475814819e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 958 5.4682018235325813e-03</internalNodes>
+          <leafValues>
+            4.7692871093750000e-01 6.7192137241363525e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 959 -9.1696460731327534e-04</internalNodes>
+          <leafValues>
+            3.4710898995399475e-01 5.1781648397445679e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 960 2.3922820109874010e-03</internalNodes>
+          <leafValues>
+            4.7852361202239990e-01 6.2163108587265015e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 961 -7.5573818758130074e-03</internalNodes>
+          <leafValues>
+            5.8147960901260376e-01 4.4100850820541382e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 962 -7.7024032361805439e-04</internalNodes>
+          <leafValues>
+            3.8780000805854797e-01 5.4657220840454102e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 963 -8.7125990539789200e-03</internalNodes>
+          <leafValues>
+            1.6600510478019714e-01 4.9958360195159912e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 964 -1.0306320153176785e-02</internalNodes>
+          <leafValues>
+            4.0933910012245178e-01 5.2742338180541992e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 965 -2.0940979011356831e-03</internalNodes>
+          <leafValues>
+            6.2061947584152222e-01 4.5722800493240356e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 966 6.8099051713943481e-03</internalNodes>
+          <leafValues>
+            5.5677592754364014e-01 4.1556000709533691e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 967 -1.0746059706434608e-03</internalNodes>
+          <leafValues>
+            5.6389278173446655e-01 4.3530249595642090e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 968 2.1550289820879698e-03</internalNodes>
+          <leafValues>
+            4.8262658715248108e-01 6.7497581243515015e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 969 3.1742319464683533e-02</internalNodes>
+          <leafValues>
+            5.0483798980712891e-01 1.8832489848136902e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 970 -7.8382723033428192e-02</internalNodes>
+          <leafValues>
+            2.3695489764213562e-01 5.2601581811904907e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 971 5.7415119372308254e-03</internalNodes>
+          <leafValues>
+            5.0488287210464478e-01 2.7764698863029480e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 972 -2.9014600440859795e-03</internalNodes>
+          <leafValues>
+            6.2386047840118408e-01 4.6933171153068542e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 973 -2.6427931152284145e-03</internalNodes>
+          <leafValues>
+            3.3141419291496277e-01 5.1697772741317749e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 974 -1.0949660092592239e-01</internalNodes>
+          <leafValues>
+            2.3800450563430786e-01 5.1834410429000854e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 975 7.4075913289561868e-05</internalNodes>
+          <leafValues>
+            4.0696358680725098e-01 5.3621500730514526e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 976 -5.0593802006915212e-04</internalNodes>
+          <leafValues>
+            5.5067062377929688e-01 4.3745940923690796e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 977 -8.2131777890026569e-04</internalNodes>
+          <leafValues>
+            5.5257099866867065e-01 4.2093759775161743e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 978 -6.0276539443293586e-05</internalNodes>
+          <leafValues>
+            5.4554748535156250e-01 4.7482660412788391e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 979 6.8065142259001732e-03</internalNodes>
+          <leafValues>
+            5.1579958200454712e-01 3.4245771169662476e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 980 1.7202789895236492e-03</internalNodes>
+          <leafValues>
+            5.0132077932357788e-01 6.3312637805938721e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 981 -1.3016929733566940e-04</internalNodes>
+          <leafValues>
+            5.5397182703018188e-01 4.2268699407577515e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 982 -4.8016388900578022e-03</internalNodes>
+          <leafValues>
+            4.4250950217247009e-01 5.4307800531387329e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 983 -2.5399310979992151e-03</internalNodes>
+          <leafValues>
+            7.1457821130752563e-01 4.6976050734519958e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 984 -1.4278929447755218e-03</internalNodes>
+          <leafValues>
+            4.0704450011253357e-01 5.3996050357818604e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 985 -2.5142550468444824e-02</internalNodes>
+          <leafValues>
+            7.8846907615661621e-01 4.7473520040512085e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 986 -3.8899609353393316e-03</internalNodes>
+          <leafValues>
+            4.2961919307708740e-01 5.5771100521087646e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 987 4.3947459198534489e-03</internalNodes>
+          <leafValues>
+            4.6931621432304382e-01 7.0239442586898804e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 988 2.4678420275449753e-02</internalNodes>
+          <leafValues>
+            5.2423220872879028e-01 3.8125100731849670e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 989 3.8047678768634796e-02</internalNodes>
+          <leafValues>
+            5.0117397308349609e-01 1.6878280043601990e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 990 7.9424865543842316e-03</internalNodes>
+          <leafValues>
+            4.8285821080207825e-01 6.3695681095123291e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 991 -1.5110049862414598e-03</internalNodes>
+          <leafValues>
+            5.9064859151840210e-01 4.4876679778099060e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 992 6.4201741479337215e-03</internalNodes>
+          <leafValues>
+            5.2410978078842163e-01 2.9905700683593750e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 993 -2.9802159406244755e-03</internalNodes>
+          <leafValues>
+            3.0414658784866333e-01 5.0784897804260254e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 994 -7.4580078944563866e-04</internalNodes>
+          <leafValues>
+            4.1281390190124512e-01 5.2568262815475464e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 995 -1.0470950044691563e-02</internalNodes>
+          <leafValues>
+            5.8083951473236084e-01 4.4942960143089294e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 996 9.3369204550981522e-03</internalNodes>
+          <leafValues>
+            5.2465528249740601e-01 2.6589488983154297e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 997 2.7936900034546852e-02</internalNodes>
+          <leafValues>
+            4.6749550104141235e-01 7.0872569084167480e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 998 7.4277678504586220e-03</internalNodes>
+          <leafValues>
+            5.4094868898391724e-01 3.7585180997848511e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 999 -2.3584509268403053e-02</internalNodes>
+          <leafValues>
+            3.7586399912834167e-01 5.2385509014129639e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1000 1.1452640173956752e-03</internalNodes>
+          <leafValues>
+            4.3295788764953613e-01 5.8042472600936890e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1001 -4.3468660442158580e-04</internalNodes>
+          <leafValues>
+            5.2806180715560913e-01 3.8730698823928833e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1002 1.0648540221154690e-02</internalNodes>
+          <leafValues>
+            4.9021130800247192e-01 5.6812518835067749e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1003 -3.9418050437234342e-04</internalNodes>
+          <leafValues>
+            5.5708801746368408e-01 4.3182510137557983e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1004 -1.3270479394122958e-04</internalNodes>
+          <leafValues>
+            5.6584399938583374e-01 4.3435549736022949e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1005 -2.0125510636717081e-03</internalNodes>
+          <leafValues>
+            6.0567390918731689e-01 4.5375239849090576e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1006 2.4854319635778666e-03</internalNodes>
+          <leafValues>
+            5.3904771804809570e-01 4.1380101442337036e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1007 1.8237880431115627e-03</internalNodes>
+          <leafValues>
+            4.3548288941383362e-01 5.7171887159347534e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1008 -1.6656659543514252e-02</internalNodes>
+          <leafValues>
+            3.0109131336212158e-01 5.2161228656768799e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1009 8.0349558265879750e-04</internalNodes>
+          <leafValues>
+            5.3001511096954346e-01 3.8183969259262085e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1010 3.4170378930866718e-03</internalNodes>
+          <leafValues>
+            5.3280287981033325e-01 4.2414000630378723e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1011 -3.6222729249857366e-04</internalNodes>
+          <leafValues>
+            5.4917281866073608e-01 4.1869771480560303e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1012 -1.1630020290613174e-01</internalNodes>
+          <leafValues>
+            1.4407220482826233e-01 5.2264511585235596e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1013 -1.4695010147988796e-02</internalNodes>
+          <leafValues>
+            7.7477252483367920e-01 4.7157171368598938e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1014 2.1972130052745342e-03</internalNodes>
+          <leafValues>
+            5.3554338216781616e-01 3.3156448602676392e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1015 -4.6965209185145795e-04</internalNodes>
+          <leafValues>
+            5.7672351598739624e-01 4.4581368565559387e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1016 6.5144998952746391e-03</internalNodes>
+          <leafValues>
+            5.2156740427017212e-01 3.6478888988494873e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1017 2.1300060674548149e-02</internalNodes>
+          <leafValues>
+            4.9942049384117126e-01 1.5679509937763214e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1018 3.1881409231573343e-03</internalNodes>
+          <leafValues>
+            4.7422000765800476e-01 6.2872701883316040e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1019 9.0019777417182922e-04</internalNodes>
+          <leafValues>
+            5.3479540348052979e-01 3.9437520503997803e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1020 -5.1772277802228928e-03</internalNodes>
+          <leafValues>
+            6.7271918058395386e-01 5.0131380558013916e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1021 -4.3764649890363216e-03</internalNodes>
+          <leafValues>
+            3.1066751480102539e-01 5.1287931203842163e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1022 2.6299960445612669e-03</internalNodes>
+          <leafValues>
+            4.8863101005554199e-01 5.7552158832550049e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1023 -2.0458688959479332e-03</internalNodes>
+          <leafValues>
+            6.0257941484451294e-01 4.5580768585205078e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1024 6.9482706487178802e-02</internalNodes>
+          <leafValues>
+            5.2407479286193848e-01 2.1852590143680573e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1025 2.4048939347267151e-02</internalNodes>
+          <leafValues>
+            5.0118672847747803e-01 2.0906220376491547e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1026 3.1095340382307768e-03</internalNodes>
+          <leafValues>
+            4.8667120933532715e-01 7.1085482835769653e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1027 -1.2503260513767600e-03</internalNodes>
+          <leafValues>
+            3.4078910946846008e-01 5.1561951637268066e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1028 -1.0281190043315291e-03</internalNodes>
+          <leafValues>
+            5.5755722522735596e-01 4.4394320249557495e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1029 -8.8893622159957886e-03</internalNodes>
+          <leafValues>
+            6.4020007848739624e-01 4.6204420924186707e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1030 -6.1094801640138030e-04</internalNodes>
+          <leafValues>
+            3.7664419412612915e-01 5.4488998651504517e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1031 -5.7686357758939266e-03</internalNodes>
+          <leafValues>
+            3.3186489343643188e-01 5.1336771249771118e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1032 1.8506490159779787e-03</internalNodes>
+          <leafValues>
+            4.9035701155662537e-01 6.4069348573684692e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1033 -9.9799469113349915e-02</internalNodes>
+          <leafValues>
+            1.5360510349273682e-01 5.0155621767044067e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1034 -3.5128349065780640e-01</internalNodes>
+          <leafValues>
+            5.8823131024837494e-02 5.1743787527084351e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1035 -4.5244570821523666e-02</internalNodes>
+          <leafValues>
+            6.9614887237548828e-01 4.6778729557991028e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1036 7.1481578052043915e-02</internalNodes>
+          <leafValues>
+            5.1679861545562744e-01 1.0380929708480835e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1037 2.1895780228078365e-03</internalNodes>
+          <leafValues>
+            4.2730781435966492e-01 5.5320608615875244e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1038 -5.9242651332169771e-04</internalNodes>
+          <leafValues>
+            4.6389439702033997e-01 5.2763891220092773e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1039 1.6788389766588807e-03</internalNodes>
+          <leafValues>
+            5.3016489744186401e-01 3.9320349693298340e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1040 -2.2163488902151585e-03</internalNodes>
+          <leafValues>
+            5.6306940317153931e-01 4.7570338845252991e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1041 1.1568699846975505e-04</internalNodes>
+          <leafValues>
+            4.3075358867645264e-01 5.5357027053833008e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1042 -7.2017288766801357e-03</internalNodes>
+          <leafValues>
+            1.4448820054531097e-01 5.1930642127990723e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1043 8.9081272017210722e-04</internalNodes>
+          <leafValues>
+            4.3844321370124817e-01 5.5936211347579956e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1044 1.9605009583756328e-04</internalNodes>
+          <leafValues>
+            5.3404158353805542e-01 4.7059568762779236e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1045 5.2022142335772514e-04</internalNodes>
+          <leafValues>
+            5.2138561010360718e-01 3.8100790977478027e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1046 9.4588572392240167e-04</internalNodes>
+          <leafValues>
+            4.7694149613380432e-01 6.1307388544082642e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1047 9.1698471806012094e-05</internalNodes>
+          <leafValues>
+            4.2450091242790222e-01 5.4293632507324219e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1048 2.1833200007677078e-03</internalNodes>
+          <leafValues>
+            5.4577308893203735e-01 4.1910758614540100e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1049 -8.6039671441540122e-04</internalNodes>
+          <leafValues>
+            5.7645887136459351e-01 4.4716599583625793e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1050 -1.3236239552497864e-02</internalNodes>
+          <leafValues>
+            6.3728231191635132e-01 4.6950098872184753e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1051 4.3376701069064438e-04</internalNodes>
+          <leafValues>
+            5.3178739547729492e-01 3.9458298683166504e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>140</maxWeakCount>
+      <stageThreshold>6.9229873657226562e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 1052 -2.4847149848937988e-02</internalNodes>
+          <leafValues>
+            6.5555167198181152e-01 3.8733118772506714e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1053 6.1348611488938332e-03</internalNodes>
+          <leafValues>
+            3.7480720877647400e-01 5.9739977121353149e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1054 6.4498498104512691e-03</internalNodes>
+          <leafValues>
+            5.4254919290542603e-01 2.5488111376762390e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1055 6.3491211039945483e-04</internalNodes>
+          <leafValues>
+            2.4624420702457428e-01 5.3872537612915039e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1056 1.4023890253156424e-03</internalNodes>
+          <leafValues>
+            5.5943220853805542e-01 3.5286578536033630e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1057 3.0044000595808029e-04</internalNodes>
+          <leafValues>
+            3.9585039019584656e-01 5.7659381628036499e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1058 1.0042409849120304e-04</internalNodes>
+          <leafValues>
+            3.6989969015121460e-01 5.5349981784820557e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1059 -5.0841490738093853e-03</internalNodes>
+          <leafValues>
+            3.7110909819602966e-01 5.5478000640869141e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1060 -1.9537260755896568e-02</internalNodes>
+          <leafValues>
+            7.4927550554275513e-01 4.5792970061302185e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1061 -7.4532740654831287e-06</internalNodes>
+          <leafValues>
+            5.6497871875762939e-01 3.9040699601173401e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1062 -3.6079459823668003e-03</internalNodes>
+          <leafValues>
+            3.3810880780220032e-01 5.2678012847900391e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1063 2.0697501022368670e-03</internalNodes>
+          <leafValues>
+            5.5192911624908447e-01 3.7143889069557190e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1064 -4.6463840408250690e-04</internalNodes>
+          <leafValues>
+            5.6082147359848022e-01 4.1135668754577637e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1065 7.5490452582016587e-04</internalNodes>
+          <leafValues>
+            3.5592061281204224e-01 5.3293561935424805e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1066 -9.8322238773107529e-04</internalNodes>
+          <leafValues>
+            5.4147958755493164e-01 3.7632051110267639e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1067 -1.9940640777349472e-02</internalNodes>
+          <leafValues>
+            6.3479030132293701e-01 4.7052991390228271e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1068 3.7680300883948803e-03</internalNodes>
+          <leafValues>
+            3.9134898781776428e-01 5.5637162923812866e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1069 -9.4528505578637123e-03</internalNodes>
+          <leafValues>
+            2.5548928976058960e-01 5.2151167392730713e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1070 2.9560849070549011e-03</internalNodes>
+          <leafValues>
+            5.1746791601181030e-01 3.0639201402664185e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1071 9.1078737750649452e-03</internalNodes>
+          <leafValues>
+            5.3884482383728027e-01 2.8859630227088928e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1072 1.8219229532405734e-03</internalNodes>
+          <leafValues>
+            4.3360430002212524e-01 5.8521968126296997e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1073 1.4688739553093910e-02</internalNodes>
+          <leafValues>
+            5.2873617410659790e-01 2.8700059652328491e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1074 -1.4387990348041058e-02</internalNodes>
+          <leafValues>
+            7.0194488763809204e-01 4.6473708748817444e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1075 -1.8986649811267853e-02</internalNodes>
+          <leafValues>
+            2.9865521192550659e-01 5.2470117807388306e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1076 1.1527639580890536e-03</internalNodes>
+          <leafValues>
+            4.3234738707542419e-01 5.9316617250442505e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1077 1.0933670215308666e-02</internalNodes>
+          <leafValues>
+            5.2868640422821045e-01 3.1303191184997559e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1078 -1.4932730235159397e-02</internalNodes>
+          <leafValues>
+            2.6584190130233765e-01 5.0840771198272705e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1079 -2.9970539617352188e-04</internalNodes>
+          <leafValues>
+            5.4635268449783325e-01 3.7407240271568298e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1080 4.1677621193230152e-03</internalNodes>
+          <leafValues>
+            4.7034969925880432e-01 7.4357217550277710e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1081 -6.3905320130288601e-03</internalNodes>
+          <leafValues>
+            2.0692589879035950e-01 5.2805382013320923e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1082 4.5029609464108944e-03</internalNodes>
+          <leafValues>
+            5.1826488971710205e-01 3.4835430979728699e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1083 -9.2040365561842918e-03</internalNodes>
+          <leafValues>
+            6.8037772178649902e-01 4.9323600530624390e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1084 8.1327259540557861e-02</internalNodes>
+          <leafValues>
+            5.0583988428115845e-01 2.2530519962310791e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1085 -1.5079280734062195e-01</internalNodes>
+          <leafValues>
+            2.9634249210357666e-01 5.2646797895431519e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1086 3.3179009333252907e-03</internalNodes>
+          <leafValues>
+            4.6554958820343018e-01 7.0729321241378784e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1087 7.7402801252901554e-04</internalNodes>
+          <leafValues>
+            4.7803479433059692e-01 5.6682378053665161e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1088 6.8199541419744492e-04</internalNodes>
+          <leafValues>
+            4.2869961261749268e-01 5.7221567630767822e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1089 5.3671570494771004e-03</internalNodes>
+          <leafValues>
+            5.2993071079254150e-01 3.1146219372749329e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1090 9.7018666565418243e-05</internalNodes>
+          <leafValues>
+            3.6746388673782349e-01 5.2694618701934814e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1091 -1.2534089386463165e-01</internalNodes>
+          <leafValues>
+            2.3514920473098755e-01 5.2457910776138306e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1092 -5.2516269497573376e-03</internalNodes>
+          <leafValues>
+            7.1159368753433228e-01 4.6937671303749084e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1093 -7.8342109918594360e-03</internalNodes>
+          <leafValues>
+            4.4626510143280029e-01 5.4090857505798340e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1094 -1.1310069821774960e-03</internalNodes>
+          <leafValues>
+            5.9456187486648560e-01 4.4176620244979858e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1095 1.7601120052859187e-03</internalNodes>
+          <leafValues>
+            5.3532499074935913e-01 3.9734530448913574e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1096 -8.1581249833106995e-04</internalNodes>
+          <leafValues>
+            3.7602680921554565e-01 5.2647268772125244e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1097 -3.8687589112669230e-03</internalNodes>
+          <leafValues>
+            6.3099128007888794e-01 4.7498199343681335e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1098 1.5207129763439298e-03</internalNodes>
+          <leafValues>
+            5.2301818132400513e-01 3.3612239360809326e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1099 5.4586738348007202e-01</internalNodes>
+          <leafValues>
+            5.1671397686004639e-01 1.1726350337266922e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1100 1.5650190412998199e-02</internalNodes>
+          <leafValues>
+            4.9794390797615051e-01 1.3932949304580688e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1101 -1.1731860227882862e-02</internalNodes>
+          <leafValues>
+            7.1296507120132446e-01 4.9211961030960083e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1102 -6.1765122227370739e-03</internalNodes>
+          <leafValues>
+            2.2881029546260834e-01 5.0497019290924072e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1103 2.2457661107182503e-03</internalNodes>
+          <leafValues>
+            4.6324339509010315e-01 6.0487258434295654e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1104 -5.1915869116783142e-03</internalNodes>
+          <leafValues>
+            6.4674210548400879e-01 4.6021929383277893e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1105 -2.3827880620956421e-02</internalNodes>
+          <leafValues>
+            1.4820009469985962e-01 5.2260792255401611e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1106 1.0284580057486892e-03</internalNodes>
+          <leafValues>
+            5.1354891061782837e-01 3.3759570121765137e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1107 -1.0078850202262402e-02</internalNodes>
+          <leafValues>
+            2.7405610680580139e-01 5.3035670518875122e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1108 2.6168930344283581e-03</internalNodes>
+          <leafValues>
+            5.3326708078384399e-01 3.9724540710449219e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1109 5.4385367548093200e-04</internalNodes>
+          <leafValues>
+            5.3656041622161865e-01 4.0634119510650635e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1110 5.3510512225329876e-03</internalNodes>
+          <leafValues>
+            4.6537590026855469e-01 6.8890458345413208e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1111 -1.5274790348485112e-03</internalNodes>
+          <leafValues>
+            5.4495012760162354e-01 3.6247238516807556e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1112 -8.0624416470527649e-02</internalNodes>
+          <leafValues>
+            1.6560870409011841e-01 5.0002872943878174e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1113 2.2192029282450676e-02</internalNodes>
+          <leafValues>
+            5.1327311992645264e-01 2.0028080046176910e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1114 7.3100631125271320e-03</internalNodes>
+          <leafValues>
+            4.6179479360580444e-01 6.3665360212326050e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1115 -6.4063072204589844e-03</internalNodes>
+          <leafValues>
+            5.9162509441375732e-01 4.8678609728813171e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1116 -7.6415040530264378e-04</internalNodes>
+          <leafValues>
+            3.8884091377258301e-01 5.3157979249954224e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1117 7.6734489994123578e-04</internalNodes>
+          <leafValues>
+            4.1590648889541626e-01 5.6052798032760620e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1118 6.1474501853808761e-04</internalNodes>
+          <leafValues>
+            3.0890220403671265e-01 5.1201480627059937e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1119 -5.0105270929634571e-03</internalNodes>
+          <leafValues>
+            3.9721998572349548e-01 5.2073061466217041e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1120 -8.6909132078289986e-03</internalNodes>
+          <leafValues>
+            6.2574082612991333e-01 4.6085759997367859e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1121 -1.6391459852457047e-02</internalNodes>
+          <leafValues>
+            2.0852099359035492e-01 5.2422660589218140e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1122 4.0973909199237823e-04</internalNodes>
+          <leafValues>
+            5.2224272489547729e-01 3.7803208827972412e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1123 -2.5242289993911982e-03</internalNodes>
+          <leafValues>
+            5.8039271831512451e-01 4.6118900179862976e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1124 5.0945312250405550e-04</internalNodes>
+          <leafValues>
+            4.4012719392776489e-01 5.8460158109664917e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1125 1.9656419754028320e-03</internalNodes>
+          <leafValues>
+            5.3223252296447754e-01 4.1845908761024475e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1126 5.6298897834494710e-04</internalNodes>
+          <leafValues>
+            3.7418448925018311e-01 5.2345657348632812e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1127 -6.7946797935292125e-04</internalNodes>
+          <leafValues>
+            4.6310418844223022e-01 5.3564780950546265e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1128 7.2856349870562553e-03</internalNodes>
+          <leafValues>
+            5.0446701049804688e-01 2.3775640130043030e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1129 -1.7459489405155182e-02</internalNodes>
+          <leafValues>
+            7.2891211509704590e-01 5.0504350662231445e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1130 -2.5421749800443649e-02</internalNodes>
+          <leafValues>
+            6.6671347618103027e-01 4.6781000494956970e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1131 -1.5647639520466328e-03</internalNodes>
+          <leafValues>
+            4.3917590379714966e-01 5.3236269950866699e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1132 1.1444360017776489e-02</internalNodes>
+          <leafValues>
+            4.3464401364326477e-01 5.6800121068954468e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1133 -6.7352550104260445e-04</internalNodes>
+          <leafValues>
+            4.4771409034729004e-01 5.2968120574951172e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1134 9.3194209039211273e-03</internalNodes>
+          <leafValues>
+            4.7402000427246094e-01 7.4626070261001587e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1135 1.3328490604180843e-04</internalNodes>
+          <leafValues>
+            5.3650617599487305e-01 4.7521349787712097e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1136 -7.8815799206495285e-03</internalNodes>
+          <leafValues>
+            1.7522190511226654e-01 5.0152552127838135e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1137 -5.7985680177807808e-03</internalNodes>
+          <leafValues>
+            7.2712367773056030e-01 4.8962008953094482e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1138 -3.8922499516047537e-04</internalNodes>
+          <leafValues>
+            4.0039089322090149e-01 5.3449410200119019e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1139 -1.9288610201328993e-03</internalNodes>
+          <leafValues>
+            5.6056129932403564e-01 4.8039558529853821e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1140 8.4214154630899429e-03</internalNodes>
+          <leafValues>
+            4.7532469034194946e-01 7.6236087083816528e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1141 8.1655876711010933e-03</internalNodes>
+          <leafValues>
+            5.3932619094848633e-01 4.1916438937187195e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1142 4.8280550981871784e-04</internalNodes>
+          <leafValues>
+            4.2408001422882080e-01 5.3998219966888428e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1143 -2.7186630759388208e-03</internalNodes>
+          <leafValues>
+            4.2445999383926392e-01 5.4249238967895508e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1144 -1.2507230043411255e-02</internalNodes>
+          <leafValues>
+            5.8958417177200317e-01 4.5504111051559448e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1145 -2.4286519736051559e-02</internalNodes>
+          <leafValues>
+            2.6471349596977234e-01 5.1891797780990601e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1146 -2.9676330741494894e-03</internalNodes>
+          <leafValues>
+            7.3476827144622803e-01 4.7497498989105225e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1147 -1.2528999708592892e-02</internalNodes>
+          <leafValues>
+            2.7560499310493469e-01 5.1775997877120972e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1148 -1.0104000102728605e-03</internalNodes>
+          <leafValues>
+            3.5105609893798828e-01 5.1447242498397827e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1149 -2.1348530426621437e-03</internalNodes>
+          <leafValues>
+            5.6379258632659912e-01 4.6673199534416199e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1150 1.9564259797334671e-02</internalNodes>
+          <leafValues>
+            4.6145731210708618e-01 6.1376398801803589e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1151 -9.7146347165107727e-02</internalNodes>
+          <leafValues>
+            2.9983788728713989e-01 5.1935559511184692e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1152 4.5014568604528904e-03</internalNodes>
+          <leafValues>
+            5.0778847932815552e-01 3.0457559227943420e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1153 6.3706971704959869e-03</internalNodes>
+          <leafValues>
+            4.8610189557075500e-01 6.8875008821487427e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1154 -9.0721528977155685e-03</internalNodes>
+          <leafValues>
+            1.6733959317207336e-01 5.0175631046295166e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1155 -5.3537208586931229e-03</internalNodes>
+          <leafValues>
+            2.6927569508552551e-01 5.2426332235336304e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1156 -1.0932840406894684e-02</internalNodes>
+          <leafValues>
+            7.1838641166687012e-01 4.7360289096832275e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1157 8.2356072962284088e-03</internalNodes>
+          <leafValues>
+            5.2239668369293213e-01 2.3898629844188690e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1158 -1.0038160253316164e-03</internalNodes>
+          <leafValues>
+            5.7193559408187866e-01 4.4339430332183838e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1159 4.0859128348529339e-03</internalNodes>
+          <leafValues>
+            5.4728418588638306e-01 4.1488361358642578e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1160 1.5485419332981110e-01</internalNodes>
+          <leafValues>
+            4.9738121032714844e-01 6.1061598360538483e-02</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1161 2.0897459762636572e-04</internalNodes>
+          <leafValues>
+            4.7091740369796753e-01 5.4238891601562500e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1162 3.3316991175524890e-04</internalNodes>
+          <leafValues>
+            4.0896269679069519e-01 5.3009921312332153e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1163 -1.0813400149345398e-02</internalNodes>
+          <leafValues>
+            6.1043697595596313e-01 4.9573341012001038e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1164 4.5656010508537292e-02</internalNodes>
+          <leafValues>
+            5.0696891546249390e-01 2.8666600584983826e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1165 1.2569549726322293e-03</internalNodes>
+          <leafValues>
+            4.8469170928001404e-01 6.3181710243225098e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1166 -1.2015070021152496e-01</internalNodes>
+          <leafValues>
+            6.0526140034198761e-02 4.9809598922729492e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1167 -1.0533799650147557e-04</internalNodes>
+          <leafValues>
+            5.3631097078323364e-01 4.7080421447753906e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1168 -2.0703190565109253e-01</internalNodes>
+          <leafValues>
+            5.9660330414772034e-02 4.9790981411933899e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1169 1.2909180077258497e-04</internalNodes>
+          <leafValues>
+            4.7129771113395691e-01 5.3779977560043335e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1170 3.8818528992123902e-04</internalNodes>
+          <leafValues>
+            4.3635380268096924e-01 5.5341911315917969e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1171 -2.9243610333651304e-03</internalNodes>
+          <leafValues>
+            5.8111858367919922e-01 4.8252159357070923e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1172 8.3882332546636462e-04</internalNodes>
+          <leafValues>
+            5.3117001056671143e-01 4.0381389856338501e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1173 -1.9061550265178084e-03</internalNodes>
+          <leafValues>
+            3.7707018852233887e-01 5.2600151300430298e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1174 8.9514348655939102e-03</internalNodes>
+          <leafValues>
+            4.7661679983139038e-01 7.6821839809417725e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1175 1.3083459809422493e-02</internalNodes>
+          <leafValues>
+            5.2644628286361694e-01 3.0622220039367676e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1176 -2.1159330010414124e-01</internalNodes>
+          <leafValues>
+            6.7371982336044312e-01 4.6958100795745850e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1177 3.1493250280618668e-03</internalNodes>
+          <leafValues>
+            5.6448352336883545e-01 4.3869531154632568e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1178 3.9754100725986063e-04</internalNodes>
+          <leafValues>
+            4.5260611176490784e-01 5.8956301212310791e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1179 -1.3814480043947697e-03</internalNodes>
+          <leafValues>
+            6.0705822706222534e-01 4.9424138665199280e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1180 -5.8122188784182072e-04</internalNodes>
+          <leafValues>
+            5.9982132911682129e-01 4.5082521438598633e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1181 -2.3905329871922731e-03</internalNodes>
+          <leafValues>
+            4.2055889964103699e-01 5.2238482236862183e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1182 2.7268929407000542e-02</internalNodes>
+          <leafValues>
+            5.2064472436904907e-01 3.5633018612861633e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1183 -3.7658358924090862e-03</internalNodes>
+          <leafValues>
+            3.1447041034698486e-01 5.2188140153884888e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1184 -1.4903489500284195e-03</internalNodes>
+          <leafValues>
+            3.3801960945129395e-01 5.1244372129440308e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1185 -1.7428230494260788e-02</internalNodes>
+          <leafValues>
+            5.8299607038497925e-01 4.9197259545326233e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1186 -1.5278030186891556e-02</internalNodes>
+          <leafValues>
+            6.1631447076797485e-01 4.6178871393203735e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1187 3.1995609402656555e-02</internalNodes>
+          <leafValues>
+            5.1663571596145630e-01 1.7127640545368195e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1188 -3.8256710395216942e-03</internalNodes>
+          <leafValues>
+            3.4080120921134949e-01 5.1313877105712891e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1189 -8.5186436772346497e-03</internalNodes>
+          <leafValues>
+            6.1055189371109009e-01 4.9979418516159058e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1190 9.0641621500253677e-04</internalNodes>
+          <leafValues>
+            4.3272709846496582e-01 5.5823111534118652e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1191 1.0344849899411201e-02</internalNodes>
+          <leafValues>
+            4.8556530475616455e-01 5.4524201154708862e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>160</maxWeakCount>
+      <stageThreshold>7.9249076843261719e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 1192 7.8981826081871986e-03</internalNodes>
+          <leafValues>
+            3.3325248956680298e-01 5.9464621543884277e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1193 1.6170160379260778e-03</internalNodes>
+          <leafValues>
+            3.4906411170959473e-01 5.5778688192367554e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1194 -5.5449741194024682e-04</internalNodes>
+          <leafValues>
+            5.5425661802291870e-01 3.2915300130844116e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1195 1.5428980113938451e-03</internalNodes>
+          <leafValues>
+            3.6125791072845459e-01 5.5459791421890259e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1196 -1.0329450014978647e-03</internalNodes>
+          <leafValues>
+            3.5301390290260315e-01 5.5761402845382690e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1197 7.7698158565908670e-04</internalNodes>
+          <leafValues>
+            3.9167788624763489e-01 5.6453210115432739e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1198 1.4320300519466400e-01</internalNodes>
+          <leafValues>
+            4.6674820780754089e-01 7.0236331224441528e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1199 -7.3866490274667740e-03</internalNodes>
+          <leafValues>
+            3.0736848711967468e-01 5.2892577648162842e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1200 -6.2936742324382067e-04</internalNodes>
+          <leafValues>
+            5.6221181154251099e-01 4.0370491147041321e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1201 7.8893528552725911e-04</internalNodes>
+          <leafValues>
+            5.2676612138748169e-01 3.5578748583793640e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1202 -1.2228050269186497e-02</internalNodes>
+          <leafValues>
+            6.6683208942413330e-01 4.6255499124526978e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1203 3.5420239437371492e-03</internalNodes>
+          <leafValues>
+            5.5214381217956543e-01 3.8696730136871338e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1204 -1.0585320414975286e-03</internalNodes>
+          <leafValues>
+            3.6286780238151550e-01 5.3209269046783447e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1205 1.4935660146875307e-05</internalNodes>
+          <leafValues>
+            4.6324449777603149e-01 5.3633230924606323e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1206 5.2537708543241024e-03</internalNodes>
+          <leafValues>
+            5.1322317123413086e-01 3.2657089829444885e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1207 -8.2338023930788040e-03</internalNodes>
+          <leafValues>
+            6.6936898231506348e-01 4.7741401195526123e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1208 2.1866810129722580e-05</internalNodes>
+          <leafValues>
+            4.0538620948791504e-01 5.4579311609268188e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1209 -3.8150229956954718e-03</internalNodes>
+          <leafValues>
+            6.4549958705902100e-01 4.7931781411170959e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1210 1.1105879675596952e-03</internalNodes>
+          <leafValues>
+            5.2704071998596191e-01 3.5296788811683655e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1211 -5.7707689702510834e-03</internalNodes>
+          <leafValues>
+            3.8035470247268677e-01 5.3529578447341919e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1212 -3.0158339068293571e-03</internalNodes>
+          <leafValues>
+            5.3394031524658203e-01 3.8871330022811890e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1213 -8.5453689098358154e-04</internalNodes>
+          <leafValues>
+            3.5646161437034607e-01 5.2736037969589233e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1214 1.1050510220229626e-02</internalNodes>
+          <leafValues>
+            4.6719071269035339e-01 6.8497377634048462e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1215 4.2605839669704437e-02</internalNodes>
+          <leafValues>
+            5.1514732837677002e-01 7.0220090448856354e-02</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1216 -3.0781750101596117e-03</internalNodes>
+          <leafValues>
+            3.0416610836982727e-01 5.1526021957397461e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1217 -5.4815728217363358e-03</internalNodes>
+          <leafValues>
+            6.4302957057952881e-01 4.8972299695014954e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1218 3.1881860923022032e-03</internalNodes>
+          <leafValues>
+            5.3074932098388672e-01 3.8262099027633667e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1219 3.5947180003859103e-04</internalNodes>
+          <leafValues>
+            4.6500471234321594e-01 5.4219049215316772e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1220 -4.0705031715333462e-03</internalNodes>
+          <leafValues>
+            2.8496798872947693e-01 5.0791162252426147e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1221 -1.4594170264899731e-02</internalNodes>
+          <leafValues>
+            2.9716458916664124e-01 5.1284617185592651e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1222 -1.1947689927183092e-04</internalNodes>
+          <leafValues>
+            5.6310981512069702e-01 4.3430820107460022e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1223 -6.9344649091362953e-04</internalNodes>
+          <leafValues>
+            4.4035780429840088e-01 5.3599590063095093e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1224 1.4834799912932795e-05</internalNodes>
+          <leafValues>
+            3.4210088849067688e-01 5.1646977663040161e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1225 9.0296985581517220e-03</internalNodes>
+          <leafValues>
+            4.6393430233001709e-01 6.1140751838684082e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1226 -8.0640818923711777e-03</internalNodes>
+          <leafValues>
+            2.8201588988304138e-01 5.0754940509796143e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1227 2.6062119752168655e-02</internalNodes>
+          <leafValues>
+            5.2089059352874756e-01 2.6887780427932739e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1228 1.7314659431576729e-02</internalNodes>
+          <leafValues>
+            4.6637138724327087e-01 6.7385399341583252e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1229 2.2666640579700470e-02</internalNodes>
+          <leafValues>
+            5.2093499898910522e-01 2.2127239406108856e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1230 -2.1965929772704840e-03</internalNodes>
+          <leafValues>
+            6.0631012916564941e-01 4.5381900668144226e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1231 -9.5282476395368576e-03</internalNodes>
+          <leafValues>
+            4.6352049708366394e-01 5.2474308013916016e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1232 8.0943619832396507e-03</internalNodes>
+          <leafValues>
+            5.2894401550292969e-01 3.9138820767402649e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1233 -7.2877332568168640e-02</internalNodes>
+          <leafValues>
+            7.7520018815994263e-01 4.9902349710464478e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1234 -6.9009521976113319e-03</internalNodes>
+          <leafValues>
+            2.4280390143394470e-01 5.0480902194976807e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1235 -1.1308239772915840e-02</internalNodes>
+          <leafValues>
+            5.7343649864196777e-01 4.8423761129379272e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1236 5.9613201767206192e-02</internalNodes>
+          <leafValues>
+            5.0298362970352173e-01 2.5249770283699036e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1237 -2.8624620754271746e-03</internalNodes>
+          <leafValues>
+            6.0730451345443726e-01 4.8984599113464355e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1238 4.4781449250876904e-03</internalNodes>
+          <leafValues>
+            5.0152891874313354e-01 2.2203169763088226e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1239 -1.7513240454718471e-03</internalNodes>
+          <leafValues>
+            6.6144287586212158e-01 4.9338689446449280e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1240 4.0163420140743256e-02</internalNodes>
+          <leafValues>
+            5.1808780431747437e-01 3.7410449981689453e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1241 3.4768949262797832e-04</internalNodes>
+          <leafValues>
+            4.7204169631004333e-01 5.8180320262908936e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1242 2.6551650371402502e-03</internalNodes>
+          <leafValues>
+            3.8050109148025513e-01 5.2213358879089355e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1243 -8.7706279009580612e-03</internalNodes>
+          <leafValues>
+            2.9441660642623901e-01 5.2312952280044556e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1244 -5.5122091434895992e-03</internalNodes>
+          <leafValues>
+            7.3461771011352539e-01 4.7228169441223145e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1245 6.8672042107209563e-04</internalNodes>
+          <leafValues>
+            5.4528760910034180e-01 4.2424130439758301e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1246 5.6019669864326715e-04</internalNodes>
+          <leafValues>
+            4.3988621234893799e-01 5.6012850999832153e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1247 2.4143769405782223e-03</internalNodes>
+          <leafValues>
+            4.7416868805885315e-01 6.1366218328475952e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1248 -1.5680900542065501e-03</internalNodes>
+          <leafValues>
+            6.0445529222488403e-01 4.5164099335670471e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1249 -3.6827491130679846e-03</internalNodes>
+          <leafValues>
+            2.4524590373039246e-01 5.2949821949005127e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1250 -2.9409190756268799e-04</internalNodes>
+          <leafValues>
+            3.7328380346298218e-01 5.2514511346817017e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1251 4.2847759323194623e-04</internalNodes>
+          <leafValues>
+            5.4988098144531250e-01 4.0655350685119629e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1252 -4.8817070201039314e-03</internalNodes>
+          <leafValues>
+            2.1399089694023132e-01 4.9999570846557617e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1253 2.7272020815871656e-04</internalNodes>
+          <leafValues>
+            4.6502870321273804e-01 5.8134287595748901e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1254 2.0947199664078653e-04</internalNodes>
+          <leafValues>
+            4.3874868750572205e-01 5.5727928876876831e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1255 4.8501189798116684e-02</internalNodes>
+          <leafValues>
+            5.2449727058410645e-01 3.2128891348838806e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1256 -4.5166411437094212e-03</internalNodes>
+          <leafValues>
+            6.0568130016326904e-01 4.5458820462226868e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1257 -1.2291680090129375e-02</internalNodes>
+          <leafValues>
+            2.0409290492534637e-01 5.1522141695022583e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1258 4.8549679922871292e-04</internalNodes>
+          <leafValues>
+            5.2376049757003784e-01 3.7395030260086060e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1259 3.0556049197912216e-02</internalNodes>
+          <leafValues>
+            4.9605339765548706e-01 5.9382462501525879e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1260 -1.5105320198927075e-04</internalNodes>
+          <leafValues>
+            5.3513038158416748e-01 4.1452041268348694e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1261 2.4937440175563097e-03</internalNodes>
+          <leafValues>
+            4.6933668851852417e-01 5.5149412155151367e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1262 -1.2382130138576031e-02</internalNodes>
+          <leafValues>
+            6.7913967370986938e-01 4.6816679835319519e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1263 -5.1333461888134480e-03</internalNodes>
+          <leafValues>
+            3.6087390780448914e-01 5.2291601896286011e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1264 5.1919277757406235e-04</internalNodes>
+          <leafValues>
+            5.3000730276107788e-01 3.6336138844490051e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1265 1.5060420334339142e-01</internalNodes>
+          <leafValues>
+            5.1573169231414795e-01 2.2117820382118225e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1266 7.7144149690866470e-03</internalNodes>
+          <leafValues>
+            4.4104969501495361e-01 5.7766091823577881e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1267 9.4443522393703461e-03</internalNodes>
+          <leafValues>
+            5.4018551111221313e-01 3.7566500902175903e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1268 2.5006249779835343e-04</internalNodes>
+          <leafValues>
+            4.3682709336280823e-01 5.6073749065399170e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1269 -3.3077150583267212e-03</internalNodes>
+          <leafValues>
+            4.2447990179061890e-01 5.5182307958602905e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1270 7.4048910755664110e-04</internalNodes>
+          <leafValues>
+            4.4969621300697327e-01 5.9005767107009888e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1271 4.4092051684856415e-02</internalNodes>
+          <leafValues>
+            5.2934932708740234e-01 3.1563550233840942e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1272 3.3639909233897924e-03</internalNodes>
+          <leafValues>
+            4.4832968711853027e-01 5.8486622571945190e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1273 -3.9760079234838486e-03</internalNodes>
+          <leafValues>
+            4.5595070719718933e-01 5.4836392402648926e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1274 2.7716930489987135e-03</internalNodes>
+          <leafValues>
+            5.3417861461639404e-01 3.7924841046333313e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1275 -2.4123019829858094e-04</internalNodes>
+          <leafValues>
+            5.6671887636184692e-01 4.5769730210304260e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1276 4.9425667384639382e-04</internalNodes>
+          <leafValues>
+            4.4212448596954346e-01 5.6287872791290283e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1277 -3.8876468897797167e-04</internalNodes>
+          <leafValues>
+            4.2883709073066711e-01 5.3910630941390991e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1278 -5.0048898905515671e-02</internalNodes>
+          <leafValues>
+            6.8995130062103271e-01 4.7037428617477417e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1279 -3.6635480821132660e-02</internalNodes>
+          <leafValues>
+            2.2177790105342865e-01 5.1918262243270874e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1280 2.4273579474538565e-03</internalNodes>
+          <leafValues>
+            5.1362240314483643e-01 3.4973978996276855e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1281 1.9558030180633068e-03</internalNodes>
+          <leafValues>
+            4.8261928558349609e-01 6.4083808660507202e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1282 -1.7494610510766506e-03</internalNodes>
+          <leafValues>
+            3.9228358864784241e-01 5.2726852893829346e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1283 1.3955079950392246e-02</internalNodes>
+          <leafValues>
+            5.0782018899917603e-01 8.4165048599243164e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1284 -2.1896739781368524e-04</internalNodes>
+          <leafValues>
+            5.5204898118972778e-01 4.3142348527908325e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1285 -1.5131309628486633e-03</internalNodes>
+          <leafValues>
+            3.9346051216125488e-01 5.3825712203979492e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1286 -4.3622800149023533e-03</internalNodes>
+          <leafValues>
+            7.3706287145614624e-01 4.7364759445190430e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1287 6.5160587430000305e-02</internalNodes>
+          <leafValues>
+            5.1592797040939331e-01 3.2815951108932495e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1288 -2.3567399475723505e-03</internalNodes>
+          <leafValues>
+            3.6728268861770630e-01 5.1728862524032593e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1289 1.5146659687161446e-02</internalNodes>
+          <leafValues>
+            5.0314939022064209e-01 6.6876041889190674e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1290 -2.2850960493087769e-02</internalNodes>
+          <leafValues>
+            6.7675197124481201e-01 4.7095969319343567e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1291 4.8867650330066681e-03</internalNodes>
+          <leafValues>
+            5.2579981088638306e-01 4.0598788857460022e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1292 1.7619599821045995e-03</internalNodes>
+          <leafValues>
+            4.6962729096412659e-01 6.6882789134979248e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1293 -1.2942519970238209e-03</internalNodes>
+          <leafValues>
+            4.3207129836082458e-01 5.3442817926406860e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1294 1.0929949581623077e-02</internalNodes>
+          <leafValues>
+            4.9977061152458191e-01 1.6374860703945160e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1295 2.9958489903947338e-05</internalNodes>
+          <leafValues>
+            4.2824178934097290e-01 5.6332242488861084e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1296 -6.5884361974895000e-03</internalNodes>
+          <leafValues>
+            6.7721211910247803e-01 4.7005268931388855e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1297 3.2527779694646597e-03</internalNodes>
+          <leafValues>
+            5.3133970499038696e-01 4.5361489057540894e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1298 -4.0435739792883396e-03</internalNodes>
+          <leafValues>
+            5.6600618362426758e-01 4.4133889675140381e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1299 -1.2523540062829852e-03</internalNodes>
+          <leafValues>
+            3.7319138646125793e-01 5.3564518690109253e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1300 1.9246719602961093e-04</internalNodes>
+          <leafValues>
+            5.1899862289428711e-01 3.7388110160827637e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1301 -3.8589671254158020e-02</internalNodes>
+          <leafValues>
+            2.9563739895820618e-01 5.1888108253479004e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1302 1.5489870565943420e-04</internalNodes>
+          <leafValues>
+            4.3471351265907288e-01 5.5095332860946655e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1303 -3.3763848245143890e-02</internalNodes>
+          <leafValues>
+            3.2303300499916077e-01 5.1954758167266846e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1304 -8.2657067105174065e-03</internalNodes>
+          <leafValues>
+            5.9754890203475952e-01 4.5521140098571777e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1305 1.4481440302915871e-05</internalNodes>
+          <leafValues>
+            4.7456780076026917e-01 5.4974269866943359e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1306 1.4951299817766994e-05</internalNodes>
+          <leafValues>
+            4.3244731426239014e-01 5.4806441068649292e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1307 -1.8741799518465996e-02</internalNodes>
+          <leafValues>
+            1.5800529718399048e-01 5.1785331964492798e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1308 1.7572239739820361e-03</internalNodes>
+          <leafValues>
+            4.5176368951797485e-01 5.7737642526626587e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1309 -3.1391119118779898e-03</internalNodes>
+          <leafValues>
+            4.1496479511260986e-01 5.4608422517776489e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1310 6.6656779381446540e-05</internalNodes>
+          <leafValues>
+            4.0390908718109131e-01 5.2930849790573120e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1311 6.7743421532213688e-03</internalNodes>
+          <leafValues>
+            4.7676518559455872e-01 6.1219561100006104e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1312 -7.3868161998689175e-03</internalNodes>
+          <leafValues>
+            3.5862588882446289e-01 5.1872807741165161e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1313 1.4040930196642876e-02</internalNodes>
+          <leafValues>
+            4.7121399641036987e-01 5.5761557817459106e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1314 -5.5258329957723618e-03</internalNodes>
+          <leafValues>
+            2.6610270142555237e-01 5.0392812490463257e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1315 3.8684239983558655e-01</internalNodes>
+          <leafValues>
+            5.1443397998809814e-01 2.5258991122245789e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1316 1.1459240340627730e-04</internalNodes>
+          <leafValues>
+            4.2849949002265930e-01 5.4233711957931519e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1317 -1.8467569723725319e-02</internalNodes>
+          <leafValues>
+            3.8858351111412048e-01 5.2130621671676636e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1318 -4.5907011372037232e-04</internalNodes>
+          <leafValues>
+            5.4125630855560303e-01 4.2359098792076111e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1319 1.2527540093287826e-03</internalNodes>
+          <leafValues>
+            4.8993051052093506e-01 6.6240912675857544e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1320 1.4910609461367130e-03</internalNodes>
+          <leafValues>
+            5.2867782115936279e-01 4.0400519967079163e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1321 -7.5435562757775187e-04</internalNodes>
+          <leafValues>
+            6.0329902172088623e-01 4.7951200604438782e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1322 -6.9478838704526424e-03</internalNodes>
+          <leafValues>
+            4.0844011306762695e-01 5.3735041618347168e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1323 2.8092920547351241e-04</internalNodes>
+          <leafValues>
+            4.8460629582405090e-01 5.7593822479248047e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1324 9.6073717577382922e-04</internalNodes>
+          <leafValues>
+            5.1647412776947021e-01 3.5549798607826233e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1325 -2.6883929967880249e-04</internalNodes>
+          <leafValues>
+            5.6775820255279541e-01 4.7317659854888916e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1326 2.1599370520561934e-03</internalNodes>
+          <leafValues>
+            4.7314870357513428e-01 7.0705670118331909e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1327 5.6235301308333874e-03</internalNodes>
+          <leafValues>
+            5.2402430772781372e-01 2.7817919850349426e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1328 -5.0243991427123547e-03</internalNodes>
+          <leafValues>
+            2.8370139002799988e-01 5.0623041391372681e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1329 -9.7611639648675919e-03</internalNodes>
+          <leafValues>
+            7.4007177352905273e-01 4.9345690011978149e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1330 4.1515100747346878e-03</internalNodes>
+          <leafValues>
+            5.1191312074661255e-01 3.4070080518722534e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1331 6.2465080991387367e-03</internalNodes>
+          <leafValues>
+            4.9237880110740662e-01 6.5790587663650513e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1332 -7.0597478188574314e-03</internalNodes>
+          <leafValues>
+            2.4347110092639923e-01 5.0328421592712402e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1333 -2.0587709732353687e-03</internalNodes>
+          <leafValues>
+            5.9003108739852905e-01 4.6950870752334595e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1334 -2.4146060459315777e-03</internalNodes>
+          <leafValues>
+            3.6473178863525391e-01 5.1892018318176270e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1335 -1.4817609917372465e-03</internalNodes>
+          <leafValues>
+            6.0349482297897339e-01 4.9401280283927917e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1336 -6.3016400672495365e-03</internalNodes>
+          <leafValues>
+            5.8189898729324341e-01 4.5604279637336731e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1337 3.4763428848236799e-03</internalNodes>
+          <leafValues>
+            5.2174758911132812e-01 3.4839931130409241e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1338 -2.2250870242714882e-02</internalNodes>
+          <leafValues>
+            2.3607000708580017e-01 5.0320827960968018e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1339 -3.0612550675868988e-02</internalNodes>
+          <leafValues>
+            6.4991867542266846e-01 4.9149191379547119e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1340 1.3057479634881020e-02</internalNodes>
+          <leafValues>
+            4.4133231043815613e-01 5.6837642192840576e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1341 -6.0095742810517550e-04</internalNodes>
+          <leafValues>
+            4.3597310781478882e-01 5.3334832191467285e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1342 -4.1514250915497541e-04</internalNodes>
+          <leafValues>
+            5.5040627717971802e-01 4.3260601162910461e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1343 -1.3776290230453014e-02</internalNodes>
+          <leafValues>
+            4.0641129016876221e-01 5.2015489339828491e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1344 -3.2296508550643921e-02</internalNodes>
+          <leafValues>
+            4.7351971268653870e-02 4.9771949648857117e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1345 5.3556978702545166e-02</internalNodes>
+          <leafValues>
+            4.8817330598831177e-01 6.6669392585754395e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1346 8.1889545544981956e-03</internalNodes>
+          <leafValues>
+            5.4000371694564819e-01 4.2408201098442078e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1347 2.1055320394225419e-04</internalNodes>
+          <leafValues>
+            4.8020479083061218e-01 5.5638527870178223e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1348 -2.4382730480283499e-03</internalNodes>
+          <leafValues>
+            7.3877930641174316e-01 4.7736850380897522e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1349 3.2835570164024830e-03</internalNodes>
+          <leafValues>
+            5.2885460853576660e-01 3.1712919473648071e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1350 2.3729570675641298e-03</internalNodes>
+          <leafValues>
+            4.7508129477500916e-01 7.0601707696914673e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1351 -1.4541699783876538e-03</internalNodes>
+          <leafValues>
+            3.8117301464080811e-01 5.3307390213012695e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>177</maxWeakCount>
+      <stageThreshold>8.7696029663085938e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 1352 5.5755238980054855e-02</internalNodes>
+          <leafValues>
+            4.0191569924354553e-01 6.8060368299484253e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1353 2.4730248842388391e-03</internalNodes>
+          <leafValues>
+            3.3511489629745483e-01 5.9657198190689087e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1354 -3.5031698644161224e-04</internalNodes>
+          <leafValues>
+            5.5577081441879272e-01 3.4822869300842285e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1355 5.4167630150914192e-04</internalNodes>
+          <leafValues>
+            4.2608588933944702e-01 5.6933808326721191e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1356 7.7193678589537740e-04</internalNodes>
+          <leafValues>
+            3.4942400455474854e-01 5.4336887598037720e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1357 -1.5999219613149762e-03</internalNodes>
+          <leafValues>
+            4.0284991264343262e-01 5.4843592643737793e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1358 -1.1832080053864047e-04</internalNodes>
+          <leafValues>
+            3.8069018721580505e-01 5.4254651069641113e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1359 3.2909031142480671e-04</internalNodes>
+          <leafValues>
+            2.6201000809669495e-01 5.4295217990875244e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1360 2.9518108931370080e-04</internalNodes>
+          <leafValues>
+            3.7997689843177795e-01 5.3992640972137451e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1361 9.0466710389591753e-05</internalNodes>
+          <leafValues>
+            4.4336450099945068e-01 5.4402261972427368e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1362 1.5007190086180344e-05</internalNodes>
+          <leafValues>
+            3.7196549773216248e-01 5.4091197252273560e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1363 1.3935610651969910e-01</internalNodes>
+          <leafValues>
+            5.5253958702087402e-01 4.4790428876876831e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1364 1.6461990308016539e-03</internalNodes>
+          <leafValues>
+            4.2645010352134705e-01 5.7721698284149170e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1365 4.9984431825578213e-04</internalNodes>
+          <leafValues>
+            4.3595260381698608e-01 5.6858712434768677e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1366 -1.0971280280500650e-03</internalNodes>
+          <leafValues>
+            3.3901369571685791e-01 5.2054089307785034e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1367 6.6919892560690641e-04</internalNodes>
+          <leafValues>
+            4.5574560761451721e-01 5.9806597232818604e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1368 8.6471042595803738e-04</internalNodes>
+          <leafValues>
+            5.1348412036895752e-01 2.9440331459045410e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1369 -2.7182599296793342e-04</internalNodes>
+          <leafValues>
+            3.9065781235694885e-01 5.3771811723709106e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1370 3.0249499104684219e-05</internalNodes>
+          <leafValues>
+            3.6796098947525024e-01 5.2256888151168823e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1371 -8.5225896909832954e-03</internalNodes>
+          <leafValues>
+            7.2931021451950073e-01 4.8923650383949280e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1372 1.6705560265108943e-03</internalNodes>
+          <leafValues>
+            4.3453249335289001e-01 5.6961381435394287e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1373 -7.1433838456869125e-03</internalNodes>
+          <leafValues>
+            2.5912800431251526e-01 5.2256238460540771e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1374 -1.6319369897246361e-02</internalNodes>
+          <leafValues>
+            6.9222790002822876e-01 4.6515759825706482e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1375 4.8034260980784893e-03</internalNodes>
+          <leafValues>
+            5.3522628545761108e-01 3.2863029837608337e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1376 -7.5421929359436035e-03</internalNodes>
+          <leafValues>
+            2.0405440032482147e-01 5.0345462560653687e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1377 -1.4363110065460205e-02</internalNodes>
+          <leafValues>
+            6.8048888444900513e-01 4.8890590667724609e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1378 8.9063588529825211e-04</internalNodes>
+          <leafValues>
+            5.3106957674026489e-01 3.8954809308052063e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1379 -4.4060191139578819e-03</internalNodes>
+          <leafValues>
+            5.7415628433227539e-01 4.3724268674850464e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1380 -1.8862540309783071e-04</internalNodes>
+          <leafValues>
+            2.8317859768867493e-01 5.0982052087783813e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1381 -3.7979281041771173e-03</internalNodes>
+          <leafValues>
+            3.3725079894065857e-01 5.2465802431106567e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1382 1.4627049677073956e-04</internalNodes>
+          <leafValues>
+            5.3066742420196533e-01 3.9117100834846497e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1383 -4.9164638767251745e-05</internalNodes>
+          <leafValues>
+            5.4624962806701660e-01 3.9427208900451660e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1384 -3.3582501113414764e-02</internalNodes>
+          <leafValues>
+            2.1578240394592285e-01 5.0482118129730225e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1385 -3.5339309833943844e-03</internalNodes>
+          <leafValues>
+            6.4653122425079346e-01 4.8726969957351685e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1386 5.0144111737608910e-03</internalNodes>
+          <leafValues>
+            4.6176680922508240e-01 6.2480747699737549e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1387 1.8817370757460594e-02</internalNodes>
+          <leafValues>
+            5.2206891775131226e-01 2.0000520348548889e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1388 -1.3434339780360460e-03</internalNodes>
+          <leafValues>
+            4.0145379304885864e-01 5.3016197681427002e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1389 1.7557960236445069e-03</internalNodes>
+          <leafValues>
+            4.7940391302108765e-01 5.6531697511672974e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1390 -9.5637463033199310e-02</internalNodes>
+          <leafValues>
+            2.0341950654983521e-01 5.0067067146301270e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1391 -2.2241229191422462e-02</internalNodes>
+          <leafValues>
+            7.6724731922149658e-01 5.0463402271270752e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1392 -1.5575819648802280e-02</internalNodes>
+          <leafValues>
+            7.4903422594070435e-01 4.7558510303497314e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1393 5.3599118255078793e-03</internalNodes>
+          <leafValues>
+            5.3653037548065186e-01 4.0046709775924683e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1394 -2.1763499826192856e-02</internalNodes>
+          <leafValues>
+            7.4015498161315918e-02 4.9641749262809753e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1395 -1.6561590135097504e-01</internalNodes>
+          <leafValues>
+            2.8591030836105347e-01 5.2180862426757812e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1396 1.6461320046801120e-04</internalNodes>
+          <leafValues>
+            4.1916158795356750e-01 5.3807932138442993e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1397 -8.9077502489089966e-03</internalNodes>
+          <leafValues>
+            6.2731927633285522e-01 4.8774048686027527e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1398 8.6346449097618461e-04</internalNodes>
+          <leafValues>
+            5.1599407196044922e-01 3.6710259318351746e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1399 -1.3751760125160217e-03</internalNodes>
+          <leafValues>
+            5.8843767642974854e-01 4.5790839195251465e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1400 -1.4081239933148026e-03</internalNodes>
+          <leafValues>
+            3.5605099797248840e-01 5.1399451494216919e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1401 -3.9342888630926609e-03</internalNodes>
+          <leafValues>
+            5.9942889213562012e-01 4.6642720699310303e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1402 -3.1966928392648697e-02</internalNodes>
+          <leafValues>
+            3.3454620838165283e-01 5.1441830396652222e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1403 -1.5089280168467667e-05</internalNodes>
+          <leafValues>
+            5.5826562643051147e-01 4.4140571355819702e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1404 5.1994470413774252e-04</internalNodes>
+          <leafValues>
+            4.6236801147460938e-01 6.1689937114715576e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1405 -3.4220460802316666e-03</internalNodes>
+          <leafValues>
+            6.5570747852325439e-01 4.9748051166534424e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1406 1.7723299970384687e-04</internalNodes>
+          <leafValues>
+            5.2695018053054810e-01 3.9019080996513367e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1407 1.5716759953647852e-03</internalNodes>
+          <leafValues>
+            4.6333730220794678e-01 5.7904577255249023e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1408 -8.9041329920291901e-03</internalNodes>
+          <leafValues>
+            2.6896080374717712e-01 5.0535911321640015e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1409 4.0677518700249493e-04</internalNodes>
+          <leafValues>
+            5.4566031694412231e-01 4.3298989534378052e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1410 6.7604780197143555e-03</internalNodes>
+          <leafValues>
+            4.6489939093589783e-01 6.6897618770599365e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1411 2.9100088868290186e-03</internalNodes>
+          <leafValues>
+            5.3097039461135864e-01 3.3778399229049683e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1412 1.3885459629818797e-03</internalNodes>
+          <leafValues>
+            4.0747389197349548e-01 5.3491330146789551e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1413 -7.6764263212680817e-02</internalNodes>
+          <leafValues>
+            1.9921760261058807e-01 5.2282422780990601e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1414 -2.2688310127705336e-04</internalNodes>
+          <leafValues>
+            5.4385018348693848e-01 4.2530721426010132e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1415 -6.3094152137637138e-03</internalNodes>
+          <leafValues>
+            4.2591789364814758e-01 5.3789097070693970e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1416 -1.1007279902696609e-01</internalNodes>
+          <leafValues>
+            6.9041568040847778e-01 4.7217491269111633e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1417 2.8619659133255482e-04</internalNodes>
+          <leafValues>
+            4.5249149203300476e-01 5.5483061075210571e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1418 2.9425329557852820e-05</internalNodes>
+          <leafValues>
+            5.3703737258911133e-01 4.2364639043807983e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1419 -2.4886570870876312e-02</internalNodes>
+          <leafValues>
+            6.4235579967498779e-01 4.9693039059638977e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1420 3.3148851245641708e-02</internalNodes>
+          <leafValues>
+            4.9884751439094543e-01 1.6138119995594025e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1421 7.8491691965609789e-04</internalNodes>
+          <leafValues>
+            5.4160261154174805e-01 4.2230090498924255e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1422 4.7087189741432667e-03</internalNodes>
+          <leafValues>
+            4.5763289928436279e-01 6.0275578498840332e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1423 2.4144479539245367e-03</internalNodes>
+          <leafValues>
+            5.3089731931686401e-01 4.4224989414215088e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1424 1.9523180089890957e-03</internalNodes>
+          <leafValues>
+            4.7056341171264648e-01 6.6633248329162598e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1425 1.3031980488449335e-03</internalNodes>
+          <leafValues>
+            4.4061261415481567e-01 5.5269622802734375e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1426 4.4735497795045376e-03</internalNodes>
+          <leafValues>
+            5.1290237903594971e-01 3.3014988899230957e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1427 -2.6652868837118149e-03</internalNodes>
+          <leafValues>
+            3.1354710459709167e-01 5.1750361919403076e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1428 1.3666770246345550e-04</internalNodes>
+          <leafValues>
+            4.1193708777427673e-01 5.3068768978118896e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1429 -1.7126450315117836e-02</internalNodes>
+          <leafValues>
+            6.1778062582015991e-01 4.8365789651870728e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1430 -2.6601430727168918e-04</internalNodes>
+          <leafValues>
+            3.6543309688568115e-01 5.1697367429733276e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1431 -2.2932380437850952e-02</internalNodes>
+          <leafValues>
+            3.4909150004386902e-01 5.1639920473098755e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1432 2.3316550068557262e-03</internalNodes>
+          <leafValues>
+            5.1662999391555786e-01 3.7093898653984070e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1433 1.6925660893321037e-02</internalNodes>
+          <leafValues>
+            5.0147360563278198e-01 8.0539882183074951e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1434 -8.9858826249837875e-03</internalNodes>
+          <leafValues>
+            6.4707887172698975e-01 4.6570208668708801e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1435 -1.1874699965119362e-02</internalNodes>
+          <leafValues>
+            3.2463788986206055e-01 5.2587550878524780e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1436 1.9350569345988333e-04</internalNodes>
+          <leafValues>
+            5.1919418573379517e-01 3.8396438956260681e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1437 5.8713490143418312e-03</internalNodes>
+          <leafValues>
+            4.9181339144706726e-01 6.1870431900024414e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1438 -2.4838790297508240e-01</internalNodes>
+          <leafValues>
+            1.8368029594421387e-01 4.9881500005722046e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1439 1.2256000190973282e-02</internalNodes>
+          <leafValues>
+            5.2270537614822388e-01 3.6320298910140991e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1440 8.3990179700776935e-04</internalNodes>
+          <leafValues>
+            4.4902500510215759e-01 5.7741481065750122e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1441 2.5407369248569012e-03</internalNodes>
+          <leafValues>
+            4.8047870397567749e-01 5.8582991361618042e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1442 -1.4822429977357388e-02</internalNodes>
+          <leafValues>
+            2.5210499763488770e-01 5.0235372781753540e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1443 -5.7973959483206272e-03</internalNodes>
+          <leafValues>
+            5.9966957569122314e-01 4.8537150025367737e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1444 7.2662148158997297e-04</internalNodes>
+          <leafValues>
+            5.1537168025970459e-01 3.6717799305915833e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1445 -1.7232580110430717e-02</internalNodes>
+          <leafValues>
+            6.6217190027236938e-01 4.9946561455726624e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1446 7.8624086454510689e-03</internalNodes>
+          <leafValues>
+            4.6333950757980347e-01 6.2561017274856567e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1447 -4.7343620099127293e-03</internalNodes>
+          <leafValues>
+            3.6155730485916138e-01 5.2818852663040161e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1448 8.3048478700220585e-04</internalNodes>
+          <leafValues>
+            4.4428890943527222e-01 5.5509579181671143e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1449 7.6602199114859104e-03</internalNodes>
+          <leafValues>
+            5.1629352569580078e-01 2.6133549213409424e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1450 -4.1048377752304077e-03</internalNodes>
+          <leafValues>
+            2.7896320819854736e-01 5.0190317630767822e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1451 4.8512578941881657e-03</internalNodes>
+          <leafValues>
+            4.9689841270446777e-01 5.6616681814193726e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1452 9.9896453320980072e-04</internalNodes>
+          <leafValues>
+            4.4456079602241516e-01 5.5518132448196411e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1453 -2.7023631334304810e-01</internalNodes>
+          <leafValues>
+            2.9388209804892540e-02 5.1513141393661499e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1454 -1.3090680353343487e-02</internalNodes>
+          <leafValues>
+            5.6993997097015381e-01 4.4474598765373230e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1455 -9.4342790544033051e-03</internalNodes>
+          <leafValues>
+            4.3054661154747009e-01 5.4878950119018555e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1456 -1.5482039889320731e-03</internalNodes>
+          <leafValues>
+            3.6803171038627625e-01 5.1280808448791504e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1457 5.3746132180094719e-03</internalNodes>
+          <leafValues>
+            4.8389169573783875e-01 6.1015558242797852e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1458 1.5786769799888134e-03</internalNodes>
+          <leafValues>
+            5.3252232074737549e-01 4.1185480356216431e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1459 3.6856050137430429e-03</internalNodes>
+          <leafValues>
+            4.8109480738639832e-01 6.2523031234741211e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1460 9.3887019902467728e-03</internalNodes>
+          <leafValues>
+            5.2002298831939697e-01 3.6294108629226685e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1461 1.2792630121111870e-02</internalNodes>
+          <leafValues>
+            4.9617099761962891e-01 6.7380160093307495e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1462 -3.3661040943115950e-03</internalNodes>
+          <leafValues>
+            4.0602791309356689e-01 5.2835988998413086e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1463 3.9771420415490866e-04</internalNodes>
+          <leafValues>
+            4.6741139888763428e-01 5.9007751941680908e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1464 1.4868030557408929e-03</internalNodes>
+          <leafValues>
+            4.5191168785095215e-01 6.0820537805557251e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1465 -8.8686749339103699e-02</internalNodes>
+          <leafValues>
+            2.8078991174697876e-01 5.1809918880462646e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1466 -7.4296112870797515e-05</internalNodes>
+          <leafValues>
+            5.2955842018127441e-01 4.0876251459121704e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1467 -1.4932939848222304e-05</internalNodes>
+          <leafValues>
+            5.4614001512527466e-01 4.5385429263114929e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1468 5.9162238612771034e-03</internalNodes>
+          <leafValues>
+            5.3291612863540649e-01 4.1921341419219971e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1469 1.1141640134155750e-03</internalNodes>
+          <leafValues>
+            4.5120179653167725e-01 5.7062172889709473e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1470 8.9249362645205110e-05</internalNodes>
+          <leafValues>
+            4.5778059959411621e-01 5.8976382017135620e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1471 2.5319510605186224e-03</internalNodes>
+          <leafValues>
+            5.2996039390563965e-01 3.3576390147209167e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1472 1.2426200322806835e-02</internalNodes>
+          <leafValues>
+            4.9590590596199036e-01 1.3466019928455353e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1473 2.8335750102996826e-02</internalNodes>
+          <leafValues>
+            5.1170790195465088e-01 6.1043637106195092e-04</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1474 6.6165882162749767e-03</internalNodes>
+          <leafValues>
+            4.7363498806953430e-01 7.0116281509399414e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1475 8.0468766391277313e-03</internalNodes>
+          <leafValues>
+            5.2164179086685181e-01 3.2828199863433838e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1476 -1.1193980462849140e-03</internalNodes>
+          <leafValues>
+            5.8098608255386353e-01 4.5637390017509460e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1477 1.3277590274810791e-02</internalNodes>
+          <leafValues>
+            5.3983622789382935e-01 4.1039010882377625e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1478 4.8794739996083081e-04</internalNodes>
+          <leafValues>
+            4.2492860555648804e-01 5.4105907678604126e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1479 1.1243170127272606e-02</internalNodes>
+          <leafValues>
+            5.2699637413024902e-01 3.4382158517837524e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1480 -8.9896668214350939e-04</internalNodes>
+          <leafValues>
+            5.6330758333206177e-01 4.4566130638122559e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1481 6.6677159629762173e-03</internalNodes>
+          <leafValues>
+            5.3128892183303833e-01 4.3626791238784790e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1482 2.8947299346327782e-02</internalNodes>
+          <leafValues>
+            4.7017949819564819e-01 6.5757977962493896e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1483 -2.3400049656629562e-02</internalNodes>
+          <leafValues>
+            0. 5.1373988389968872e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1484 -8.9117050170898438e-02</internalNodes>
+          <leafValues>
+            2.3745279759168625e-02 4.9424308538436890e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1485 -1.4054600149393082e-02</internalNodes>
+          <leafValues>
+            3.1273230910301208e-01 5.1175111532211304e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1486 8.1239398568868637e-03</internalNodes>
+          <leafValues>
+            5.0090491771697998e-01 2.5200259685516357e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1487 -4.9964650534093380e-03</internalNodes>
+          <leafValues>
+            6.3871437311172485e-01 4.9278119206428528e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1488 3.1253970228135586e-03</internalNodes>
+          <leafValues>
+            5.1368498802185059e-01 3.6804521083831787e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1489 6.7669642157852650e-03</internalNodes>
+          <leafValues>
+            5.5098438262939453e-01 4.3636319041252136e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1490 -2.3711440153419971e-03</internalNodes>
+          <leafValues>
+            6.1623352766036987e-01 4.5869469642639160e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1491 -5.3522791713476181e-03</internalNodes>
+          <leafValues>
+            6.1854577064514160e-01 4.9204909801483154e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1492 -1.5968859195709229e-02</internalNodes>
+          <leafValues>
+            1.3826179504394531e-01 4.9832528829574585e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1493 4.7676060348749161e-03</internalNodes>
+          <leafValues>
+            4.6880578994750977e-01 5.4900461435317993e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1494 -2.4714691098779440e-03</internalNodes>
+          <leafValues>
+            2.3685149848461151e-01 5.0039529800415039e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1495 -7.1033788844943047e-04</internalNodes>
+          <leafValues>
+            5.8563941717147827e-01 4.7215330600738525e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1496 -1.4117559790611267e-01</internalNodes>
+          <leafValues>
+            8.6900062859058380e-02 4.9615910649299622e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1497 1.0651809722185135e-01</internalNodes>
+          <leafValues>
+            5.1388370990753174e-01 1.7410050332546234e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1498 -5.2744749933481216e-02</internalNodes>
+          <leafValues>
+            7.3536360263824463e-01 4.7728818655014038e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1499 -4.7431760467588902e-03</internalNodes>
+          <leafValues>
+            3.8844060897827148e-01 5.2927017211914062e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1500 9.9676765967160463e-04</internalNodes>
+          <leafValues>
+            5.2234929800033569e-01 4.0034240484237671e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1501 8.0284131690859795e-03</internalNodes>
+          <leafValues>
+            4.9591061472892761e-01 7.2129642963409424e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1502 8.6025858763605356e-04</internalNodes>
+          <leafValues>
+            4.4448840618133545e-01 5.5384761095046997e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1503 9.3191501218825579e-04</internalNodes>
+          <leafValues>
+            5.3983712196350098e-01 4.1632440686225891e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1504 -2.5082060601562262e-03</internalNodes>
+          <leafValues>
+            5.8542650938034058e-01 4.5625001192092896e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1505 -2.1378761157393456e-03</internalNodes>
+          <leafValues>
+            4.6080690622329712e-01 5.2802592515945435e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1506 -2.1546049974858761e-03</internalNodes>
+          <leafValues>
+            3.7911269068717957e-01 5.2559971809387207e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1507 -7.6214009895920753e-03</internalNodes>
+          <leafValues>
+            5.9986090660095215e-01 4.9520739912986755e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1508 2.2055360022932291e-03</internalNodes>
+          <leafValues>
+            4.4842061400413513e-01 5.5885308980941772e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1509 1.2586950324475765e-03</internalNodes>
+          <leafValues>
+            5.4507470130920410e-01 4.4238409399986267e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1510 -5.0926720723509789e-03</internalNodes>
+          <leafValues>
+            4.1182750463485718e-01 5.2630358934402466e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1511 -2.5095739401876926e-03</internalNodes>
+          <leafValues>
+            5.7879078388214111e-01 4.9984949827194214e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1512 -7.7327556908130646e-02</internalNodes>
+          <leafValues>
+            8.3978658914566040e-01 4.8111200332641602e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1513 -4.1485819965600967e-02</internalNodes>
+          <leafValues>
+            2.4086110293865204e-01 5.1769930124282837e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1514 1.0355669655837119e-04</internalNodes>
+          <leafValues>
+            4.3553608655929565e-01 5.4170542955398560e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1515 1.3255809899419546e-03</internalNodes>
+          <leafValues>
+            5.4539710283279419e-01 4.8940950632095337e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1516 -8.0598732456564903e-03</internalNodes>
+          <leafValues>
+            5.7710242271423340e-01 4.5779189467430115e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1517 1.9058620557188988e-02</internalNodes>
+          <leafValues>
+            5.1698678731918335e-01 3.4004750847816467e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1518 -3.5057891160249710e-02</internalNodes>
+          <leafValues>
+            2.2032439708709717e-01 5.0005030632019043e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1519 5.7296059094369411e-03</internalNodes>
+          <leafValues>
+            5.0434082746505737e-01 6.5975707769393921e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1520 -1.1648329906165600e-02</internalNodes>
+          <leafValues>
+            2.1862849593162537e-01 4.9966529011726379e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1521 1.4544479781761765e-03</internalNodes>
+          <leafValues>
+            5.0076818466186523e-01 5.5037277936935425e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1522 -2.5030909455381334e-04</internalNodes>
+          <leafValues>
+            4.1298410296440125e-01 5.2416700124740601e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1523 -8.2907272735610604e-04</internalNodes>
+          <leafValues>
+            5.4128682613372803e-01 4.9744960665702820e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1524 1.0862209601327777e-03</internalNodes>
+          <leafValues>
+            4.6055299043655396e-01 5.8792287111282349e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1525 2.0000500080641359e-04</internalNodes>
+          <leafValues>
+            5.2788549661636353e-01 4.7052091360092163e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1526 2.9212920926511288e-03</internalNodes>
+          <leafValues>
+            5.1296097040176392e-01 3.7555369734764099e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1527 2.5387400761246681e-02</internalNodes>
+          <leafValues>
+            4.8226919770240784e-01 5.7907682657241821e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1528 -3.1968469265848398e-03</internalNodes>
+          <leafValues>
+            5.2483952045440674e-01 3.9628401398658752e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>182</maxWeakCount>
+      <stageThreshold>9.0253349304199219e+01</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 1529 5.8031738735735416e-03</internalNodes>
+          <leafValues>
+            3.4989839792251587e-01 5.9619832038879395e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1530 -9.0003069490194321e-03</internalNodes>
+          <leafValues>
+            6.8166369199752808e-01 4.4785520434379578e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1531 -1.1549659539014101e-03</internalNodes>
+          <leafValues>
+            5.5857062339782715e-01 3.5782510042190552e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1532 -1.1069850297644734e-03</internalNodes>
+          <leafValues>
+            5.3650361299514771e-01 3.0504280328750610e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1533 1.0308309720130637e-04</internalNodes>
+          <leafValues>
+            3.6390951275825500e-01 5.3446358442306519e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1534 -5.0984839908778667e-03</internalNodes>
+          <leafValues>
+            2.8591570258140564e-01 5.5042648315429688e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1535 8.2572200335562229e-04</internalNodes>
+          <leafValues>
+            5.2365237474441528e-01 3.4760418534278870e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1536 9.9783325567841530e-03</internalNodes>
+          <leafValues>
+            4.7503221035003662e-01 6.2196469306945801e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1537 -3.7402529269456863e-02</internalNodes>
+          <leafValues>
+            3.3433759212493896e-01 5.2780628204345703e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1538 4.8548257909715176e-03</internalNodes>
+          <leafValues>
+            5.1921808719635010e-01 3.7004441022872925e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1539 -1.8664470408111811e-03</internalNodes>
+          <leafValues>
+            2.9298439621925354e-01 5.0919449329376221e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1540 1.6888890415430069e-02</internalNodes>
+          <leafValues>
+            3.6868458986282349e-01 5.4312258958816528e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1541 -5.8372621424496174e-03</internalNodes>
+          <leafValues>
+            3.6321839690208435e-01 5.2213358879089355e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1542 -1.4713739510625601e-03</internalNodes>
+          <leafValues>
+            5.8706837892532349e-01 4.7006508708000183e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1543 -1.1522950371727347e-03</internalNodes>
+          <leafValues>
+            3.1958949565887451e-01 5.1409542560577393e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1544 -4.2560300789773464e-03</internalNodes>
+          <leafValues>
+            6.3018590211868286e-01 4.8149210214614868e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1545 -6.7378291860222816e-03</internalNodes>
+          <leafValues>
+            1.9770480692386627e-01 5.0258082151412964e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1546 1.1382670141756535e-02</internalNodes>
+          <leafValues>
+            4.9541321396827698e-01 6.8670457601547241e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1547 5.1794708706438541e-03</internalNodes>
+          <leafValues>
+            5.1644277572631836e-01 3.3506479859352112e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1548 -1.1743789911270142e-01</internalNodes>
+          <leafValues>
+            2.3152460157871246e-01 5.2344137430191040e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1549 2.8703449293971062e-02</internalNodes>
+          <leafValues>
+            4.6642971038818359e-01 6.7225211858749390e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1550 4.8231030814349651e-03</internalNodes>
+          <leafValues>
+            5.2208751440048218e-01 2.7235329151153564e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1551 2.6798530016094446e-03</internalNodes>
+          <leafValues>
+            5.0792771577835083e-01 2.9069489240646362e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1552 8.0504082143306732e-03</internalNodes>
+          <leafValues>
+            4.8859509825706482e-01 6.3950210809707642e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1553 4.8054959625005722e-03</internalNodes>
+          <leafValues>
+            5.1972568035125732e-01 3.6566638946533203e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1554 -2.2420159075409174e-03</internalNodes>
+          <leafValues>
+            6.1534678936004639e-01 4.7637018561363220e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1555 -1.3757710345089436e-02</internalNodes>
+          <leafValues>
+            2.6373448967933655e-01 5.0309032201766968e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1556 -1.0338299721479416e-01</internalNodes>
+          <leafValues>
+            2.2875219583511353e-01 5.1824611425399780e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1557 -9.4432085752487183e-03</internalNodes>
+          <leafValues>
+            6.9533038139343262e-01 4.6949490904808044e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1558 8.0271181650459766e-04</internalNodes>
+          <leafValues>
+            5.4506552219390869e-01 4.2687839269638062e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1559 -4.1945669800043106e-03</internalNodes>
+          <leafValues>
+            6.0913878679275513e-01 4.5716428756713867e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1560 1.0942210443317890e-02</internalNodes>
+          <leafValues>
+            5.2410632371902466e-01 3.2845470309257507e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1561 -5.7841069065034389e-04</internalNodes>
+          <leafValues>
+            5.3879290819168091e-01 4.1793689131736755e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1562 -2.0888620056211948e-03</internalNodes>
+          <leafValues>
+            4.2926910519599915e-01 5.3017157316207886e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1563 3.2383969519287348e-03</internalNodes>
+          <leafValues>
+            3.7923479080200195e-01 5.2207440137863159e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1564 4.9075027927756310e-03</internalNodes>
+          <leafValues>
+            5.2372831106185913e-01 4.1267579793930054e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1565 -3.2277941703796387e-02</internalNodes>
+          <leafValues>
+            1.9476559758186340e-01 4.9945020675659180e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1566 -8.9711230248212814e-03</internalNodes>
+          <leafValues>
+            6.0112851858139038e-01 4.9290320277214050e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1567 1.5321089886128902e-02</internalNodes>
+          <leafValues>
+            5.0097537040710449e-01 2.0398220419883728e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1568 2.0855569746345282e-03</internalNodes>
+          <leafValues>
+            4.8621898889541626e-01 5.7216948270797729e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1569 5.0615021027624607e-03</internalNodes>
+          <leafValues>
+            5.0002187490463257e-01 1.8018059432506561e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1570 -3.7174751050770283e-03</internalNodes>
+          <leafValues>
+            5.5301171541213989e-01 4.8975929617881775e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1571 -1.2170500122010708e-02</internalNodes>
+          <leafValues>
+            4.1786059737205505e-01 5.3837239742279053e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1572 4.6248398721218109e-03</internalNodes>
+          <leafValues>
+            4.9971699714660645e-01 5.7613271474838257e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1573 -2.1040429419372231e-04</internalNodes>
+          <leafValues>
+            5.3318071365356445e-01 4.0976810455322266e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1574 -1.4641780406236649e-02</internalNodes>
+          <leafValues>
+            5.7559251785278320e-01 5.0517761707305908e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1575 3.3199489116668701e-03</internalNodes>
+          <leafValues>
+            4.5769768953323364e-01 6.0318058729171753e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1576 3.7236879579722881e-03</internalNodes>
+          <leafValues>
+            4.3803969025611877e-01 5.4158830642700195e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1577 8.2951161311939359e-04</internalNodes>
+          <leafValues>
+            5.1630318164825439e-01 3.7022191286087036e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1578 -1.1408490128815174e-02</internalNodes>
+          <leafValues>
+            6.0729467868804932e-01 4.8625651001930237e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1579 -4.5320121571421623e-03</internalNodes>
+          <leafValues>
+            3.2924759387969971e-01 5.0889629125595093e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1580 5.1276017911732197e-03</internalNodes>
+          <leafValues>
+            4.8297679424285889e-01 6.1227089166641235e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1581 9.8583158105611801e-03</internalNodes>
+          <leafValues>
+            4.6606799960136414e-01 6.5561771392822266e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1582 3.6985918879508972e-02</internalNodes>
+          <leafValues>
+            5.2048492431640625e-01 1.6904720664024353e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1583 4.6491161920130253e-03</internalNodes>
+          <leafValues>
+            5.1673221588134766e-01 3.7252250313758850e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1584 -4.2664702050387859e-03</internalNodes>
+          <leafValues>
+            6.4064931869506836e-01 4.9873429536819458e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1585 -4.7956590424291790e-04</internalNodes>
+          <leafValues>
+            5.8972930908203125e-01 4.4648739695549011e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1586 3.6827160511165857e-03</internalNodes>
+          <leafValues>
+            5.4415607452392578e-01 3.4726628661155701e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1587 -1.0059880092740059e-02</internalNodes>
+          <leafValues>
+            2.1431629359722137e-01 5.0048297643661499e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1588 -3.0361840617842972e-04</internalNodes>
+          <leafValues>
+            5.3864240646362305e-01 4.5903238654136658e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1589 -1.4545479789376259e-03</internalNodes>
+          <leafValues>
+            5.7511842250823975e-01 4.4970950484275818e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1590 1.6515209572389722e-03</internalNodes>
+          <leafValues>
+            5.4219377040863037e-01 4.2385208606719971e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1591 -7.8468639403581619e-03</internalNodes>
+          <leafValues>
+            4.0779209136962891e-01 5.2581572532653809e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1592 -5.1259850151836872e-03</internalNodes>
+          <leafValues>
+            4.2292758822441101e-01 5.4794532060623169e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1593 -3.6890961229801178e-02</internalNodes>
+          <leafValues>
+            6.5963757038116455e-01 4.6746781468391418e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1594 2.4035639944486320e-04</internalNodes>
+          <leafValues>
+            4.2511358857154846e-01 5.5732029676437378e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1595 -1.5150169929256663e-05</internalNodes>
+          <leafValues>
+            5.2592468261718750e-01 4.0741148591041565e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1596 2.2108471021056175e-03</internalNodes>
+          <leafValues>
+            4.6717229485511780e-01 5.8863520622253418e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1597 -1.1568620102480054e-03</internalNodes>
+          <leafValues>
+            5.7110661268234253e-01 4.4871619343757629e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1598 4.9996292218565941e-03</internalNodes>
+          <leafValues>
+            5.2641981840133667e-01 2.8983271121978760e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1599 -1.4656189596280456e-03</internalNodes>
+          <leafValues>
+            3.8917380571365356e-01 5.1978719234466553e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1600 -1.1975039960816503e-03</internalNodes>
+          <leafValues>
+            5.7958728075027466e-01 4.9279558658599854e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1601 -4.4954330660402775e-03</internalNodes>
+          <leafValues>
+            2.3776030540466309e-01 5.0125551223754883e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1602 1.4997160178609192e-04</internalNodes>
+          <leafValues>
+            4.8766261339187622e-01 5.6176078319549561e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1603 2.6391509454697371e-03</internalNodes>
+          <leafValues>
+            5.1680880784988403e-01 3.7655091285705566e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1604 -2.9368131072260439e-04</internalNodes>
+          <leafValues>
+            5.4466491937637329e-01 4.8746308684349060e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1605 1.4211760135367513e-03</internalNodes>
+          <leafValues>
+            4.6878978610038757e-01 6.6913318634033203e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1606 7.9427637159824371e-02</internalNodes>
+          <leafValues>
+            5.1934438943862915e-01 2.7329459786415100e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1607 7.9937502741813660e-02</internalNodes>
+          <leafValues>
+            4.9717310070991516e-01 1.7820839583873749e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1608 1.1089259758591652e-02</internalNodes>
+          <leafValues>
+            5.1659947633743286e-01 3.2094758749008179e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1609 1.6560709627810866e-04</internalNodes>
+          <leafValues>
+            4.0584719181060791e-01 5.3072762489318848e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1610 -5.3354292176663876e-03</internalNodes>
+          <leafValues>
+            3.4450569748878479e-01 5.1581299304962158e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1611 1.1287260567769408e-03</internalNodes>
+          <leafValues>
+            4.5948630571365356e-01 6.0755330324172974e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1612 -2.1969219669699669e-02</internalNodes>
+          <leafValues>
+            1.6804009675979614e-01 5.2285957336425781e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1613 -2.1775320055894554e-04</internalNodes>
+          <leafValues>
+            3.8615968823432922e-01 5.2156728506088257e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1614 2.0200149447191507e-04</internalNodes>
+          <leafValues>
+            5.5179792642593384e-01 4.3630391359329224e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1615 -2.1733149886131287e-02</internalNodes>
+          <leafValues>
+            7.9994601011276245e-01 4.7898510098457336e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1616 -8.4399932529777288e-04</internalNodes>
+          <leafValues>
+            4.0859758853912354e-01 5.3747731447219849e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1617 -4.3895249837078154e-04</internalNodes>
+          <leafValues>
+            5.4704052209854126e-01 4.3661430478096008e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1618 1.5092400135472417e-03</internalNodes>
+          <leafValues>
+            4.9889969825744629e-01 5.8421492576599121e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1619 -3.5547839943319559e-03</internalNodes>
+          <leafValues>
+            6.7536902427673340e-01 4.7210058569908142e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1620 4.8191400128416717e-04</internalNodes>
+          <leafValues>
+            5.4158538579940796e-01 4.3571090698242188e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1621 -6.0264398343861103e-03</internalNodes>
+          <leafValues>
+            2.2585099935531616e-01 4.9918809533119202e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1622 -1.1668140068650246e-02</internalNodes>
+          <leafValues>
+            6.2565547227859497e-01 4.9274989962577820e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1623 -2.8718370012938976e-03</internalNodes>
+          <leafValues>
+            3.9477849006652832e-01 5.2458018064498901e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1624 1.7051169648766518e-02</internalNodes>
+          <leafValues>
+            4.7525110840797424e-01 5.7942241430282593e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1625 -1.3352080248296261e-02</internalNodes>
+          <leafValues>
+            6.0411047935485840e-01 4.5445358753204346e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1626 -3.9301801007241011e-04</internalNodes>
+          <leafValues>
+            4.2582759261131287e-01 5.5449050664901733e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1627 3.0483349692076445e-03</internalNodes>
+          <leafValues>
+            5.2334201335906982e-01 3.7802729010581970e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1628 -4.3579288758337498e-03</internalNodes>
+          <leafValues>
+            6.3718891143798828e-01 4.8386740684509277e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1629 5.6661018170416355e-03</internalNodes>
+          <leafValues>
+            5.3747057914733887e-01 4.1636660695075989e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1630 6.0677339206449687e-05</internalNodes>
+          <leafValues>
+            4.6387958526611328e-01 5.3116250038146973e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1631 3.6738160997629166e-02</internalNodes>
+          <leafValues>
+            4.6886560320854187e-01 6.4665240049362183e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1632 8.6528137326240540e-03</internalNodes>
+          <leafValues>
+            5.2043187618255615e-01 2.1886579692363739e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1633 -1.5371359884738922e-01</internalNodes>
+          <leafValues>
+            1.6303719580173492e-01 4.9588400125503540e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1634 -4.1560421232134104e-04</internalNodes>
+          <leafValues>
+            5.7744592428207397e-01 4.6964588761329651e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1635 -1.2640169588848948e-03</internalNodes>
+          <leafValues>
+            3.9771759510040283e-01 5.2171981334686279e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1636 -3.5473341122269630e-03</internalNodes>
+          <leafValues>
+            6.0465282201766968e-01 4.8083150386810303e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1637 3.0019069527043030e-05</internalNodes>
+          <leafValues>
+            3.9967238903045654e-01 5.2282011508941650e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1638 1.3113019522279501e-03</internalNodes>
+          <leafValues>
+            4.7121581435203552e-01 5.7659977674484253e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1639 -1.3374709524214268e-03</internalNodes>
+          <leafValues>
+            4.1095849871635437e-01 5.2531701326370239e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1640 2.0876709371805191e-02</internalNodes>
+          <leafValues>
+            5.2029937505722046e-01 1.7579819262027740e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1641 -7.5497948564589024e-03</internalNodes>
+          <leafValues>
+            6.5666097402572632e-01 4.6949750185012817e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1642 2.4188550189137459e-02</internalNodes>
+          <leafValues>
+            5.1286739110946655e-01 3.3702209591865540e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1643 -2.9358828905969858e-03</internalNodes>
+          <leafValues>
+            6.5807867050170898e-01 4.6945410966873169e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1644 5.7557929307222366e-02</internalNodes>
+          <leafValues>
+            5.1464450359344482e-01 2.7752599120140076e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1645 -1.1343370424583554e-03</internalNodes>
+          <leafValues>
+            3.8366019725799561e-01 5.1926672458648682e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1646 1.6816999763250351e-02</internalNodes>
+          <leafValues>
+            5.0855928659439087e-01 6.1772608757019043e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1647 5.0535178743302822e-03</internalNodes>
+          <leafValues>
+            5.1387631893157959e-01 3.6847919225692749e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1648 -4.5874710194766521e-03</internalNodes>
+          <leafValues>
+            5.9896552562713623e-01 4.8352020978927612e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1649 1.6882460331544280e-03</internalNodes>
+          <leafValues>
+            4.5094868540763855e-01 5.7230567932128906e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1650 -1.6554000321775675e-03</internalNodes>
+          <leafValues>
+            3.4967708587646484e-01 5.2433192729949951e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1651 -1.9373800605535507e-02</internalNodes>
+          <leafValues>
+            1.1205369979143143e-01 4.9687129259109497e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1652 1.0374450124800205e-02</internalNodes>
+          <leafValues>
+            5.1481968164443970e-01 4.3952131271362305e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1653 1.4973050565458834e-04</internalNodes>
+          <leafValues>
+            4.0849998593330383e-01 5.2698868513107300e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1654 -4.2981930077075958e-02</internalNodes>
+          <leafValues>
+            6.3941049575805664e-01 5.0185042619705200e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1655 8.3065936341881752e-03</internalNodes>
+          <leafValues>
+            4.7075539827346802e-01 6.6983532905578613e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1656 -4.1285790503025055e-03</internalNodes>
+          <leafValues>
+            4.5413690805435181e-01 5.3236472606658936e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1657 1.7399420030415058e-03</internalNodes>
+          <leafValues>
+            4.3339619040489197e-01 5.4398661851882935e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1658 1.1739750334527344e-04</internalNodes>
+          <leafValues>
+            4.5796871185302734e-01 5.5434262752532959e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1659 1.8585780344437808e-04</internalNodes>
+          <leafValues>
+            4.3246439099311829e-01 5.4267549514770508e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1660 5.5587692186236382e-03</internalNodes>
+          <leafValues>
+            5.2572208642959595e-01 3.5506111383438110e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1661 -7.9851560294628143e-03</internalNodes>
+          <leafValues>
+            6.0430181026458740e-01 4.6306359767913818e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1662 6.0594122624024749e-04</internalNodes>
+          <leafValues>
+            4.5982548594474792e-01 5.5331951379776001e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1663 -2.2983040253166109e-04</internalNodes>
+          <leafValues>
+            4.1307520866394043e-01 5.3224611282348633e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1664 4.3740210821852088e-04</internalNodes>
+          <leafValues>
+            4.0430399775505066e-01 5.4092890024185181e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1665 2.9482020181603730e-04</internalNodes>
+          <leafValues>
+            4.4949638843536377e-01 5.6288522481918335e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1666 1.0312659665942192e-02</internalNodes>
+          <leafValues>
+            5.1775109767913818e-01 2.7043169736862183e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1667 -7.7241109684109688e-03</internalNodes>
+          <leafValues>
+            1.9880190491676331e-01 4.9805539846420288e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1668 -4.6797208487987518e-03</internalNodes>
+          <leafValues>
+            6.6447502374649048e-01 5.0182962417602539e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1669 -5.0755459815263748e-03</internalNodes>
+          <leafValues>
+            3.8983049988746643e-01 5.1852691173553467e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1670 2.2479740437120199e-03</internalNodes>
+          <leafValues>
+            4.8018088936805725e-01 5.6603360176086426e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1671 8.3327008178457618e-04</internalNodes>
+          <leafValues>
+            5.2109199762344360e-01 3.9571881294250488e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1672 -4.1279330849647522e-02</internalNodes>
+          <leafValues>
+            6.1545419692993164e-01 5.0070542097091675e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1673 -5.0930189900100231e-04</internalNodes>
+          <leafValues>
+            3.9759421348571777e-01 5.2284038066864014e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1674 1.2568780221045017e-03</internalNodes>
+          <leafValues>
+            4.9791380763053894e-01 5.9391832351684570e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1675 8.0048497766256332e-03</internalNodes>
+          <leafValues>
+            4.9844971299171448e-01 1.6333660483360291e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1676 -1.1879300000146031e-03</internalNodes>
+          <leafValues>
+            5.9049648046493530e-01 4.9426248669624329e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1677 6.1948952497914433e-04</internalNodes>
+          <leafValues>
+            4.1995579004287720e-01 5.3287261724472046e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1678 6.6829859279096127e-03</internalNodes>
+          <leafValues>
+            5.4186028242111206e-01 4.9058890342712402e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1679 -3.7062340416014194e-03</internalNodes>
+          <leafValues>
+            3.7259390950202942e-01 5.1380002498626709e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1680 -3.9739411324262619e-02</internalNodes>
+          <leafValues>
+            6.4789611101150513e-01 5.0503468513488770e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1681 1.4085009461268783e-03</internalNodes>
+          <leafValues>
+            4.6823391318321228e-01 6.3778841495513916e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1682 3.9322688826359808e-04</internalNodes>
+          <leafValues>
+            5.4585301876068115e-01 4.1504821181297302e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1683 -1.8979819724336267e-03</internalNodes>
+          <leafValues>
+            3.6901599168777466e-01 5.1497042179107666e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1684 -1.3970440253615379e-02</internalNodes>
+          <leafValues>
+            6.0505628585815430e-01 4.8113578557968140e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1685 -1.0100819915533066e-01</internalNodes>
+          <leafValues>
+            2.0170800387859344e-01 4.9923619627952576e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1686 -1.7346920445561409e-02</internalNodes>
+          <leafValues>
+            5.7131487131118774e-01 4.8994860053062439e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1687 1.5619759506080300e-04</internalNodes>
+          <leafValues>
+            4.2153888940811157e-01 5.3926420211791992e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1688 1.3438929617404938e-01</internalNodes>
+          <leafValues>
+            5.1361519098281860e-01 3.7676128745079041e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1689 -2.4582240730524063e-02</internalNodes>
+          <leafValues>
+            7.0273578166961670e-01 4.7479069232940674e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1690 -3.8553720805794001e-03</internalNodes>
+          <leafValues>
+            4.3174090981483459e-01 5.4277169704437256e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1691 -2.3165249731391668e-03</internalNodes>
+          <leafValues>
+            5.9426987171173096e-01 4.6186479926109314e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1692 -4.8518120311200619e-03</internalNodes>
+          <leafValues>
+            6.1915689706802368e-01 4.8848950862884521e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1693 2.4699938949197531e-03</internalNodes>
+          <leafValues>
+            5.2566647529602051e-01 4.0171998739242554e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1694 4.5496959239244461e-02</internalNodes>
+          <leafValues>
+            5.2378678321838379e-01 2.6857739686965942e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1695 -2.0319599658250809e-02</internalNodes>
+          <leafValues>
+            2.1304459869861603e-01 4.9797388911247253e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1696 2.6994998916052282e-04</internalNodes>
+          <leafValues>
+            4.8140418529510498e-01 5.5431222915649414e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1697 -1.8232699949294329e-03</internalNodes>
+          <leafValues>
+            6.4825797080993652e-01 4.7099891304969788e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1698 -6.3015790656208992e-03</internalNodes>
+          <leafValues>
+            4.5819279551506042e-01 5.3062361478805542e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1699 -2.4139499873854220e-04</internalNodes>
+          <leafValues>
+            5.2320867776870728e-01 4.0517631173133850e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1700 -1.0330369696021080e-03</internalNodes>
+          <leafValues>
+            5.5562019348144531e-01 4.7891938686370850e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1701 1.8041160365100950e-04</internalNodes>
+          <leafValues>
+            5.2294427156448364e-01 4.0118101239204407e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1702 -6.1407860368490219e-02</internalNodes>
+          <leafValues>
+            6.2986820936203003e-01 5.0107032060623169e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1703 -6.9543913006782532e-02</internalNodes>
+          <leafValues>
+            7.2282809019088745e-01 4.7731840610504150e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1704 -7.0542663335800171e-02</internalNodes>
+          <leafValues>
+            2.2695130109786987e-01 5.1825290918350220e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1705 2.4423799477517605e-03</internalNodes>
+          <leafValues>
+            5.2370971441268921e-01 4.0981510281562805e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1706 1.5494349645450711e-03</internalNodes>
+          <leafValues>
+            4.7737509012222290e-01 5.4680430889129639e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1707 -2.3914219811558723e-02</internalNodes>
+          <leafValues>
+            7.1469759941101074e-01 4.7838249802589417e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1708 -1.2453690171241760e-02</internalNodes>
+          <leafValues>
+            2.6352968811988831e-01 5.2411228418350220e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1709 -2.0760179904755205e-04</internalNodes>
+          <leafValues>
+            3.6237570643424988e-01 5.1136088371276855e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1710 2.9781080229440704e-05</internalNodes>
+          <leafValues>
+            4.7059321403503418e-01 5.4328018426895142e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>211</maxWeakCount>
+      <stageThreshold>1.0474919891357422e+02</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 1711 1.1772749945521355e-02</internalNodes>
+          <leafValues>
+            3.8605189323425293e-01 6.4211672544479370e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1712 2.7037570253014565e-02</internalNodes>
+          <leafValues>
+            4.3856549263000488e-01 6.7540389299392700e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1713 -3.6419500247575343e-05</internalNodes>
+          <leafValues>
+            5.4871010780334473e-01 3.4233158826828003e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1714 1.9995409529656172e-03</internalNodes>
+          <leafValues>
+            3.2305321097373962e-01 5.4003179073333740e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1715 4.5278300531208515e-03</internalNodes>
+          <leafValues>
+            5.0916397571563721e-01 2.9350438714027405e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1716 4.7890920541249216e-04</internalNodes>
+          <leafValues>
+            4.1781538724899292e-01 5.3440642356872559e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1717 1.1720920447260141e-03</internalNodes>
+          <leafValues>
+            2.8991821408271790e-01 5.1320707798004150e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1718 9.5305702416226268e-04</internalNodes>
+          <leafValues>
+            4.2801249027252197e-01 5.5608451366424561e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1719 1.5099150004971307e-05</internalNodes>
+          <leafValues>
+            4.0448719263076782e-01 5.4047602415084839e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1720 -6.0817901976406574e-04</internalNodes>
+          <leafValues>
+            4.2717689275741577e-01 5.5034661293029785e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1721 3.3224520739167929e-03</internalNodes>
+          <leafValues>
+            3.9627239108085632e-01 5.3697347640991211e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1722 -1.1037490330636501e-03</internalNodes>
+          <leafValues>
+            4.7271779179573059e-01 5.2377498149871826e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1723 -1.4350269921123981e-03</internalNodes>
+          <leafValues>
+            5.6030082702636719e-01 4.2235091328620911e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1724 2.0767399109899998e-03</internalNodes>
+          <leafValues>
+            5.2259171009063721e-01 4.7327259182929993e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1725 -1.6412809782195836e-04</internalNodes>
+          <leafValues>
+            3.9990758895874023e-01 5.4327398538589478e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1726 8.8302437216043472e-03</internalNodes>
+          <leafValues>
+            4.6783858537673950e-01 6.0273271799087524e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1727 -1.0552070103585720e-02</internalNodes>
+          <leafValues>
+            3.4939670562744141e-01 5.2139747142791748e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1728 -2.2731600329279900e-03</internalNodes>
+          <leafValues>
+            6.1858189105987549e-01 4.7490629553794861e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1729 -8.4786332445219159e-04</internalNodes>
+          <leafValues>
+            5.2853411436080933e-01 3.8434821367263794e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1730 1.2081359745934606e-03</internalNodes>
+          <leafValues>
+            5.3606408834457397e-01 3.4473359584808350e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1731 2.6512730401009321e-03</internalNodes>
+          <leafValues>
+            4.5582920312881470e-01 6.1939620971679688e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1732 -1.1012479662895203e-03</internalNodes>
+          <leafValues>
+            3.6802300810813904e-01 5.3276282548904419e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1733 4.9561518244445324e-04</internalNodes>
+          <leafValues>
+            3.9605951309204102e-01 5.2749407291412354e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1734 -4.3901771306991577e-02</internalNodes>
+          <leafValues>
+            7.0204448699951172e-01 4.9928390979766846e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1735 3.4690350294113159e-02</internalNodes>
+          <leafValues>
+            5.0491642951965332e-01 2.7666029334068298e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1736 -2.7442190330475569e-03</internalNodes>
+          <leafValues>
+            2.6726329326629639e-01 5.2749711275100708e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1737 3.3316588960587978e-03</internalNodes>
+          <leafValues>
+            4.5794829726219177e-01 6.0011017322540283e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1738 -2.0044570788741112e-02</internalNodes>
+          <leafValues>
+            3.1715941429138184e-01 5.2357178926467896e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1739 1.3492030557245016e-03</internalNodes>
+          <leafValues>
+            5.2653628587722778e-01 4.0343248844146729e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1740 2.9702018946409225e-03</internalNodes>
+          <leafValues>
+            5.3324568271636963e-01 4.5719841122627258e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1741 6.3039981760084629e-03</internalNodes>
+          <leafValues>
+            4.5933109521865845e-01 6.0346359014511108e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1742 -1.2936590239405632e-02</internalNodes>
+          <leafValues>
+            4.4379639625549316e-01 5.3729712963104248e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1743 4.0148729458451271e-03</internalNodes>
+          <leafValues>
+            4.6803238987922668e-01 6.4378339052200317e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1744 -2.6401679497212172e-03</internalNodes>
+          <leafValues>
+            3.7096318602561951e-01 5.3143328428268433e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1745 1.3918439857661724e-02</internalNodes>
+          <leafValues>
+            4.7235551476478577e-01 7.1308088302612305e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1746 -4.5087869511917233e-04</internalNodes>
+          <leafValues>
+            4.4923940300941467e-01 5.3704041242599487e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1747 2.5384349282830954e-04</internalNodes>
+          <leafValues>
+            4.4068640470504761e-01 5.5144029855728149e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1748 2.2710000630468130e-03</internalNodes>
+          <leafValues>
+            4.6824169158935547e-01 5.9679841995239258e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1749 2.4120779708027840e-03</internalNodes>
+          <leafValues>
+            5.0793921947479248e-01 3.0185988545417786e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1750 -3.6025670851813629e-05</internalNodes>
+          <leafValues>
+            5.6010371446609497e-01 4.4710969924926758e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1751 -7.4905529618263245e-03</internalNodes>
+          <leafValues>
+            2.2075350582599640e-01 4.9899441003799438e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1752 -1.7513120546936989e-02</internalNodes>
+          <leafValues>
+            6.5312159061431885e-01 5.0176489353179932e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1753 1.4281630516052246e-01</internalNodes>
+          <leafValues>
+            4.9679630994796753e-01 1.4820620417594910e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1754 5.5345268920063972e-03</internalNodes>
+          <leafValues>
+            4.8989468812942505e-01 5.9542238712310791e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1755 -9.6323591424152255e-04</internalNodes>
+          <leafValues>
+            3.9271169900894165e-01 5.1960742473602295e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1756 -2.0370010752230883e-03</internalNodes>
+          <leafValues>
+            5.6133252382278442e-01 4.8848581314086914e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1757 1.6614829655736685e-03</internalNodes>
+          <leafValues>
+            4.4728800654411316e-01 5.5788809061050415e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1758 -3.1188090797513723e-03</internalNodes>
+          <leafValues>
+            3.8405328989028931e-01 5.3974777460098267e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1759 -6.4000617712736130e-03</internalNodes>
+          <leafValues>
+            5.8439838886260986e-01 4.5332181453704834e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1760 3.1319601112045348e-04</internalNodes>
+          <leafValues>
+            5.4392218589782715e-01 4.2347279191017151e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1761 -1.8222099170088768e-02</internalNodes>
+          <leafValues>
+            1.2884649634361267e-01 4.9584048986434937e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1762 8.7969247251749039e-03</internalNodes>
+          <leafValues>
+            4.9512979388237000e-01 7.1534800529479980e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1763 -4.2395070195198059e-03</internalNodes>
+          <leafValues>
+            3.9465999603271484e-01 5.1949369907379150e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1764 9.7086271271109581e-03</internalNodes>
+          <leafValues>
+            4.8975038528442383e-01 6.0649001598358154e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1765 -3.9934171363711357e-03</internalNodes>
+          <leafValues>
+            3.2454401254653931e-01 5.0608289241790771e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1766 -1.6785059124231339e-02</internalNodes>
+          <leafValues>
+            1.5819530189037323e-01 5.2037787437438965e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1767 1.8272090703248978e-02</internalNodes>
+          <leafValues>
+            4.6809351444244385e-01 6.6269791126251221e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1768 5.6872838176786900e-03</internalNodes>
+          <leafValues>
+            5.2116978168487549e-01 3.5121849179267883e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1769 -1.0739039862528443e-03</internalNodes>
+          <leafValues>
+            5.7683861255645752e-01 4.5298451185226440e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1770 -3.7093870341777802e-03</internalNodes>
+          <leafValues>
+            4.5077630877494812e-01 5.3135812282562256e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1771 -2.1110709349159151e-04</internalNodes>
+          <leafValues>
+            5.4608201980590820e-01 4.3333768844604492e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1772 1.0670139454305172e-03</internalNodes>
+          <leafValues>
+            5.3718560934066772e-01 4.0783908963203430e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1773 3.5943021066486835e-03</internalNodes>
+          <leafValues>
+            4.4712871313095093e-01 5.6438362598419189e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1774 -5.1776031032204628e-03</internalNodes>
+          <leafValues>
+            4.4993931055068970e-01 5.2803301811218262e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1775 -2.5414369883947074e-04</internalNodes>
+          <leafValues>
+            5.5161732435226440e-01 4.4077080488204956e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1776 6.3522560521960258e-03</internalNodes>
+          <leafValues>
+            5.1941901445388794e-01 2.4652279913425446e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1777 -4.4205080484971404e-04</internalNodes>
+          <leafValues>
+            3.8307058811187744e-01 5.1396822929382324e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1778 7.4488727841526270e-04</internalNodes>
+          <leafValues>
+            4.8910909891128540e-01 5.9747868776321411e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1779 -3.5116379149258137e-03</internalNodes>
+          <leafValues>
+            7.4136817455291748e-01 4.7687649726867676e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1780 -1.2540910392999649e-02</internalNodes>
+          <leafValues>
+            3.6488190293312073e-01 5.2528268098831177e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1781 9.4931852072477341e-03</internalNodes>
+          <leafValues>
+            5.1004928350448608e-01 3.6295869946479797e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1782 1.2961150147020817e-02</internalNodes>
+          <leafValues>
+            5.2324420213699341e-01 4.3335610628128052e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1783 4.7209449112415314e-03</internalNodes>
+          <leafValues>
+            4.6481490135192871e-01 6.3310527801513672e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1784 -2.3119079414755106e-03</internalNodes>
+          <leafValues>
+            5.9303098917007446e-01 4.5310580730438232e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1785 -2.8262299019843340e-03</internalNodes>
+          <leafValues>
+            3.8704779744148254e-01 5.2571010589599609e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1786 -1.4311339473351836e-03</internalNodes>
+          <leafValues>
+            5.5225032567977905e-01 4.5618548989295959e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1787 1.9378310535103083e-03</internalNodes>
+          <leafValues>
+            4.5462208986282349e-01 5.7369667291641235e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1788 2.6343559147790074e-04</internalNodes>
+          <leafValues>
+            5.3457391262054443e-01 4.5718750357627869e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1789 7.8257522545754910e-04</internalNodes>
+          <leafValues>
+            3.9678159356117249e-01 5.2201879024505615e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1790 -1.9550440832972527e-02</internalNodes>
+          <leafValues>
+            2.8296428918838501e-01 5.2435082197189331e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1791 4.3914958951063454e-04</internalNodes>
+          <leafValues>
+            4.5900669693946838e-01 5.8990901708602905e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1792 2.1452000364661217e-02</internalNodes>
+          <leafValues>
+            5.2314108610153198e-01 2.8553789854049683e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1793 5.8973580598831177e-04</internalNodes>
+          <leafValues>
+            4.3972569704055786e-01 5.5064219236373901e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1794 -2.6157610118389130e-02</internalNodes>
+          <leafValues>
+            3.1350791454315186e-01 5.1891750097274780e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1795 -1.3959860429167747e-02</internalNodes>
+          <leafValues>
+            3.2132729887962341e-01 5.0407177209854126e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1796 -6.3699018210172653e-03</internalNodes>
+          <leafValues>
+            6.3875448703765869e-01 4.8495069146156311e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1797 -8.5613820701837540e-03</internalNodes>
+          <leafValues>
+            2.7591320872306824e-01 5.0320190191268921e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1798 9.6622901037335396e-04</internalNodes>
+          <leafValues>
+            4.6856409311294556e-01 5.8348792791366577e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1799 7.6550268568098545e-04</internalNodes>
+          <leafValues>
+            5.1752072572708130e-01 3.8964220881462097e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1800 -8.1833340227603912e-03</internalNodes>
+          <leafValues>
+            2.0691369473934174e-01 5.2081221342086792e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1801 -9.3976939097046852e-03</internalNodes>
+          <leafValues>
+            6.1340910196304321e-01 4.6412229537963867e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1802 4.8028980381786823e-03</internalNodes>
+          <leafValues>
+            5.4541081190109253e-01 4.3952199816703796e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1803 -3.5680569708347321e-03</internalNodes>
+          <leafValues>
+            6.3444852828979492e-01 4.6810939908027649e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1804 4.0733120404183865e-03</internalNodes>
+          <leafValues>
+            5.2926832437515259e-01 4.0156200528144836e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1805 1.2568129459396005e-03</internalNodes>
+          <leafValues>
+            4.3929880857467651e-01 5.4528248310089111e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1806 -2.9065010603517294e-03</internalNodes>
+          <leafValues>
+            5.8988320827484131e-01 4.8633798956871033e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1807 -2.4409340694546700e-03</internalNodes>
+          <leafValues>
+            4.0693649649620056e-01 5.2474218606948853e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1808 2.4830700829625130e-02</internalNodes>
+          <leafValues>
+            5.1827257871627808e-01 3.6825248599052429e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1809 -4.8854008316993713e-02</internalNodes>
+          <leafValues>
+            1.3075779378414154e-01 4.9612811207771301e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1810 -1.6110379947349429e-03</internalNodes>
+          <leafValues>
+            6.4210057258605957e-01 4.8726621270179749e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1811 -9.7009479999542236e-02</internalNodes>
+          <leafValues>
+            4.7769349068403244e-02 4.9509888887405396e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1812 1.1209240183234215e-03</internalNodes>
+          <leafValues>
+            4.6162670850753784e-01 5.3547459840774536e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1813 -1.3064090162515640e-03</internalNodes>
+          <leafValues>
+            6.2618541717529297e-01 4.6388059854507446e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1814 4.5771620352752507e-04</internalNodes>
+          <leafValues>
+            5.3844177722930908e-01 4.6466401219367981e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1815 -6.3149951165542006e-04</internalNodes>
+          <leafValues>
+            3.8040471076965332e-01 5.1302570104598999e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1816 1.4505970466416329e-04</internalNodes>
+          <leafValues>
+            4.5543101429939270e-01 5.6644618511199951e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1817 -1.6474550589919090e-02</internalNodes>
+          <leafValues>
+            6.5969580411911011e-01 4.7158598899841309e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1818 1.3369579799473286e-02</internalNodes>
+          <leafValues>
+            5.1954662799835205e-01 3.0359649658203125e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1819 1.0271780047332868e-04</internalNodes>
+          <leafValues>
+            5.2291762828826904e-01 4.1070660948753357e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1820 -5.5311559699475765e-03</internalNodes>
+          <leafValues>
+            6.3528877496719360e-01 4.9609071016311646e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1821 -2.6187049224972725e-03</internalNodes>
+          <leafValues>
+            3.8245460391044617e-01 5.1409840583801270e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1822 5.0834268331527710e-03</internalNodes>
+          <leafValues>
+            4.9504399299621582e-01 6.2208187580108643e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1823 7.9818159341812134e-02</internalNodes>
+          <leafValues>
+            4.9523359537124634e-01 1.3224759697914124e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1824 -9.9226586520671844e-02</internalNodes>
+          <leafValues>
+            7.5427287817001343e-01 5.0084167718887329e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1825 -6.5174017800018191e-04</internalNodes>
+          <leafValues>
+            3.6993029713630676e-01 5.1301211118698120e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1826 -1.8996849656105042e-02</internalNodes>
+          <leafValues>
+            6.6891789436340332e-01 4.9212029576301575e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1827 1.7346899956464767e-02</internalNodes>
+          <leafValues>
+            4.9833008646965027e-01 1.8591980636119843e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1828 5.5082101607695222e-04</internalNodes>
+          <leafValues>
+            4.5744240283966064e-01 5.5221217870712280e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1829 2.0056050270795822e-03</internalNodes>
+          <leafValues>
+            5.1317447423934937e-01 3.8564699888229370e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1830 -7.7688191086053848e-03</internalNodes>
+          <leafValues>
+            4.3617001175880432e-01 5.4343092441558838e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1831 5.0878278911113739e-02</internalNodes>
+          <leafValues>
+            4.6827208995819092e-01 6.8406397104263306e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1832 -2.2901780903339386e-03</internalNodes>
+          <leafValues>
+            4.3292450904846191e-01 5.3060990571975708e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1833 -1.5715380141045898e-04</internalNodes>
+          <leafValues>
+            5.3700572252273560e-01 4.3781641125679016e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1834 1.0519240051507950e-01</internalNodes>
+          <leafValues>
+            5.1372742652893066e-01 6.7361466586589813e-02</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1835 2.7198919560760260e-03</internalNodes>
+          <leafValues>
+            4.1120609641075134e-01 5.2556651830673218e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1836 4.8337779939174652e-02</internalNodes>
+          <leafValues>
+            5.4046237468719482e-01 4.4389671087265015e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1837 9.5703761326149106e-04</internalNodes>
+          <leafValues>
+            4.3559691309928894e-01 5.3995108604431152e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1838 -2.5371259078383446e-02</internalNodes>
+          <leafValues>
+            5.9951752424240112e-01 5.0310248136520386e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1839 5.2457951009273529e-02</internalNodes>
+          <leafValues>
+            4.9502879381179810e-01 1.3983510434627533e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1840 -1.2365629896521568e-02</internalNodes>
+          <leafValues>
+            6.3972991704940796e-01 4.9641060829162598e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1841 -1.4589719474315643e-01</internalNodes>
+          <leafValues>
+            1.0016699880361557e-01 4.9463221430778503e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1842 -1.5908600762486458e-02</internalNodes>
+          <leafValues>
+            3.3123299479484558e-01 5.2083408832550049e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1843 3.9486068999394774e-04</internalNodes>
+          <leafValues>
+            4.4063639640808105e-01 5.4261028766632080e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1844 -5.2454001270234585e-03</internalNodes>
+          <leafValues>
+            2.7995899319648743e-01 5.1899671554565430e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1845 -5.0421799533069134e-03</internalNodes>
+          <leafValues>
+            6.9875800609588623e-01 4.7521421313285828e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1846 2.9812189750373363e-03</internalNodes>
+          <leafValues>
+            4.9832889437675476e-01 6.3074797391891479e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1847 -7.2884308174252510e-03</internalNodes>
+          <leafValues>
+            2.9823330044746399e-01 5.0268697738647461e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1848 1.5094350092113018e-03</internalNodes>
+          <leafValues>
+            5.3084421157836914e-01 3.8329708576202393e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1849 -9.3340799212455750e-03</internalNodes>
+          <leafValues>
+            2.0379640161991119e-01 4.9698171019554138e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1850 2.8667140752077103e-02</internalNodes>
+          <leafValues>
+            5.0256967544555664e-01 6.9280272722244263e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1851 1.7019680142402649e-01</internalNodes>
+          <leafValues>
+            4.9600529670715332e-01 1.4764429628849030e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1852 -3.2614478841423988e-03</internalNodes>
+          <leafValues>
+            5.6030637025833130e-01 4.8260560631752014e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1853 5.5769277969375253e-04</internalNodes>
+          <leafValues>
+            5.2055621147155762e-01 4.1296330094337463e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1854 3.6258339881896973e-01</internalNodes>
+          <leafValues>
+            5.2216529846191406e-01 3.7686121463775635e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1855 -1.1615130119025707e-02</internalNodes>
+          <leafValues>
+            6.0226827859878540e-01 4.6374899148941040e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1856 -4.0795197710394859e-03</internalNodes>
+          <leafValues>
+            4.0704470872879028e-01 5.3374791145324707e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1857 5.7204300537705421e-04</internalNodes>
+          <leafValues>
+            4.6018350124359131e-01 5.9003931283950806e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1858 6.7543348995968699e-04</internalNodes>
+          <leafValues>
+            5.3982520103454590e-01 4.3454289436340332e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1859 6.3295697327703238e-04</internalNodes>
+          <leafValues>
+            5.2015632390975952e-01 4.0513589978218079e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1860 1.2435320531949401e-03</internalNodes>
+          <leafValues>
+            4.6423879265785217e-01 5.5474412441253662e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1861 -4.7363857738673687e-03</internalNodes>
+          <leafValues>
+            6.1985671520233154e-01 4.6725520491600037e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1862 -6.4658462069928646e-03</internalNodes>
+          <leafValues>
+            6.8373328447341919e-01 5.0190007686614990e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1863 3.5017321351915598e-04</internalNodes>
+          <leafValues>
+            4.3448030948638916e-01 5.3636229038238525e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1864 1.5754920605104417e-04</internalNodes>
+          <leafValues>
+            4.7600790858268738e-01 5.7320207357406616e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1865 9.9774366244673729e-03</internalNodes>
+          <leafValues>
+            5.0909858942031860e-01 3.6350399255752563e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1866 -4.1464529931545258e-04</internalNodes>
+          <leafValues>
+            5.5700647830963135e-01 4.5938020944595337e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1867 -3.5888899583369493e-04</internalNodes>
+          <leafValues>
+            5.3568458557128906e-01 4.3391349911689758e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1868 4.0463250479660928e-04</internalNodes>
+          <leafValues>
+            4.4398030638694763e-01 5.4367768764495850e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1869 -8.2184787606820464e-04</internalNodes>
+          <leafValues>
+            4.0422949194908142e-01 5.1762992143630981e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1870 5.9467419050633907e-03</internalNodes>
+          <leafValues>
+            4.9276518821716309e-01 5.6337797641754150e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1871 -2.1753389388322830e-02</internalNodes>
+          <leafValues>
+            8.0062937736511230e-01 4.8008409142494202e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1872 -1.4540379866957664e-02</internalNodes>
+          <leafValues>
+            3.9460548758506775e-01 5.1822227239608765e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1873 -4.0510769933462143e-02</internalNodes>
+          <leafValues>
+            2.1324990317225456e-02 4.9357929825782776e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1874 -5.8458268176764250e-04</internalNodes>
+          <leafValues>
+            4.0127959847450256e-01 5.3140252828598022e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1875 5.5151800625026226e-03</internalNodes>
+          <leafValues>
+            4.6424189209938049e-01 5.8962607383728027e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1876 -6.0626221820712090e-03</internalNodes>
+          <leafValues>
+            6.5021592378616333e-01 5.0164777040481567e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1877 9.4535842537879944e-02</internalNodes>
+          <leafValues>
+            5.2647089958190918e-01 4.1268271207809448e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1878 4.7315051779150963e-03</internalNodes>
+          <leafValues>
+            4.8791998624801636e-01 5.8924478292465210e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1879 -5.2571471314877272e-04</internalNodes>
+          <leafValues>
+            3.9172801375389099e-01 5.1894128322601318e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1880 -2.5464049540460110e-03</internalNodes>
+          <leafValues>
+            5.8375990390777588e-01 4.9857059121131897e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1881 -2.6075689122080803e-02</internalNodes>
+          <leafValues>
+            1.2619839608669281e-01 4.9558219313621521e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1882 -5.4779709316790104e-03</internalNodes>
+          <leafValues>
+            5.7225137948989868e-01 5.0102657079696655e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1883 5.1337741315364838e-03</internalNodes>
+          <leafValues>
+            5.2732622623443604e-01 4.2263761162757874e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1884 4.7944980906322598e-04</internalNodes>
+          <leafValues>
+            4.4500669836997986e-01 5.8195871114730835e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1885 -2.1114079281687737e-03</internalNodes>
+          <leafValues>
+            5.7576531171798706e-01 4.5117148756980896e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1886 -1.3179990462958813e-02</internalNodes>
+          <leafValues>
+            1.8843810260295868e-01 5.1607340574264526e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1887 -4.7968099825084209e-03</internalNodes>
+          <leafValues>
+            6.5897899866104126e-01 4.7361189126968384e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1888 6.7483168095350266e-03</internalNodes>
+          <leafValues>
+            5.2594298124313354e-01 3.3563950657844543e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1889 1.4623369788751006e-03</internalNodes>
+          <leafValues>
+            5.3552711009979248e-01 4.2640921473503113e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1890 4.7645159065723419e-03</internalNodes>
+          <leafValues>
+            5.0344067811965942e-01 5.7868278026580811e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1891 6.8066660314798355e-03</internalNodes>
+          <leafValues>
+            4.7566050291061401e-01 6.6778290271759033e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1892 3.6608621012419462e-03</internalNodes>
+          <leafValues>
+            5.3696119785308838e-01 4.3115469813346863e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1893 2.1449640393257141e-02</internalNodes>
+          <leafValues>
+            4.9686419963836670e-01 1.8888160586357117e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1894 4.1678901761770248e-03</internalNodes>
+          <leafValues>
+            4.9307331442832947e-01 5.8153688907623291e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1895 8.6467564105987549e-03</internalNodes>
+          <leafValues>
+            5.2052050828933716e-01 4.1325950622558594e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1896 -3.6114078829996288e-04</internalNodes>
+          <leafValues>
+            5.4835551977157593e-01 4.8009279370307922e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1897 1.0808729566633701e-03</internalNodes>
+          <leafValues>
+            4.6899020671844482e-01 6.0414212942123413e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1898 5.7719959877431393e-03</internalNodes>
+          <leafValues>
+            5.1711422204971313e-01 3.0532771348953247e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1899 1.5720770461484790e-03</internalNodes>
+          <leafValues>
+            5.2199780941009521e-01 4.1788038611412048e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1900 -1.9307859474793077e-03</internalNodes>
+          <leafValues>
+            5.8603698015213013e-01 4.8129200935363770e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1901 -7.8926272690296173e-03</internalNodes>
+          <leafValues>
+            1.7492769658565521e-01 4.9717339873313904e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1902 -2.2224679123610258e-03</internalNodes>
+          <leafValues>
+            4.3425890803337097e-01 5.2128481864929199e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1903 1.9011989934369922e-03</internalNodes>
+          <leafValues>
+            4.7651869058609009e-01 6.8920552730560303e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1904 2.7576119173318148e-03</internalNodes>
+          <leafValues>
+            5.2621912956237793e-01 4.3374860286712646e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1905 5.1787449046969414e-03</internalNodes>
+          <leafValues>
+            4.8040691018104553e-01 7.8437292575836182e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1906 -9.0273341629654169e-04</internalNodes>
+          <leafValues>
+            4.1208469867706299e-01 5.3534239530563354e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1907 5.1797959022223949e-03</internalNodes>
+          <leafValues>
+            4.7403728961944580e-01 6.4259600639343262e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1908 -1.0114000178873539e-02</internalNodes>
+          <leafValues>
+            2.4687920510768890e-01 5.1750177145004272e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1909 -1.8617060035467148e-02</internalNodes>
+          <leafValues>
+            5.7562941312789917e-01 4.6289789676666260e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1910 5.9225959703326225e-03</internalNodes>
+          <leafValues>
+            5.1696258783340454e-01 3.2142710685729980e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1911 -6.2945079989731312e-03</internalNodes>
+          <leafValues>
+            3.8720148801803589e-01 5.1416367292404175e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1912 6.5353019163012505e-03</internalNodes>
+          <leafValues>
+            4.8530489206314087e-01 6.3104897737503052e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1913 1.0878399480134249e-03</internalNodes>
+          <leafValues>
+            5.1173150539398193e-01 3.7232589721679688e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1914 -2.2542240098118782e-02</internalNodes>
+          <leafValues>
+            5.6927400827407837e-01 4.8871129751205444e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1915 -3.0065660830587149e-03</internalNodes>
+          <leafValues>
+            2.5560128688812256e-01 5.0039929151535034e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1916 7.4741272255778313e-03</internalNodes>
+          <leafValues>
+            4.8108729720115662e-01 5.6759268045425415e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1917 2.6162320747971535e-02</internalNodes>
+          <leafValues>
+            4.9711948633193970e-01 1.7772370576858521e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1918 9.4352738233283162e-04</internalNodes>
+          <leafValues>
+            4.9400109052658081e-01 5.4912507534027100e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1919 3.3363241702318192e-02</internalNodes>
+          <leafValues>
+            5.0076121091842651e-01 2.7907240390777588e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1920 -1.5118650160729885e-02</internalNodes>
+          <leafValues>
+            7.0595788955688477e-01 4.9730318784713745e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1921 9.8648946732282639e-04</internalNodes>
+          <leafValues>
+            5.1286202669143677e-01 3.7767618894577026e-01</leafValues></_></weakClassifiers></_>
+    <_>
+      <maxWeakCount>213</maxWeakCount>
+      <stageThreshold>1.0576110076904297e+02</stageThreshold>
+      <weakClassifiers>
+        <_>
+          <internalNodes>
+            0 -1 1922 -9.5150798559188843e-02</internalNodes>
+          <leafValues>
+            6.4707571268081665e-01 4.0172868967056274e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1923 6.2702340073883533e-03</internalNodes>
+          <leafValues>
+            3.9998221397399902e-01 5.7464492321014404e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1924 3.0018089455552399e-04</internalNodes>
+          <leafValues>
+            3.5587701201438904e-01 5.5388098955154419e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1925 1.1757409665733576e-03</internalNodes>
+          <leafValues>
+            4.2565348744392395e-01 5.3826177120208740e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1926 4.4235268433112651e-05</internalNodes>
+          <leafValues>
+            3.6829081177711487e-01 5.5899268388748169e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1927 -2.9936920327600092e-05</internalNodes>
+          <leafValues>
+            5.4524701833724976e-01 4.0203678607940674e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1928 3.0073199886828661e-03</internalNodes>
+          <leafValues>
+            5.2390581369400024e-01 3.3178439736366272e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1929 -1.0513889603316784e-02</internalNodes>
+          <leafValues>
+            4.3206891417503357e-01 5.3079837560653687e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1930 8.3476826548576355e-03</internalNodes>
+          <leafValues>
+            4.5046371221542358e-01 6.4532989263534546e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1931 -3.1492270063608885e-03</internalNodes>
+          <leafValues>
+            4.3134251236915588e-01 5.3705251216888428e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1932 -1.4435649973165710e-05</internalNodes>
+          <leafValues>
+            5.3266030550003052e-01 3.8179719448089600e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1933 -4.2855090578086674e-04</internalNodes>
+          <leafValues>
+            4.3051639199256897e-01 5.3820097446441650e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1934 1.5062429883982986e-04</internalNodes>
+          <leafValues>
+            4.2359709739685059e-01 5.5449652671813965e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1935 7.1559831500053406e-02</internalNodes>
+          <leafValues>
+            5.3030598163604736e-01 2.6788029074668884e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1936 8.4095180500298738e-04</internalNodes>
+          <leafValues>
+            3.5571089386940002e-01 5.2054339647293091e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1937 6.2986500561237335e-02</internalNodes>
+          <leafValues>
+            5.2253627777099609e-01 2.8613761067390442e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1938 -3.3798629883676767e-03</internalNodes>
+          <leafValues>
+            3.6241859197616577e-01 5.2016979455947876e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1939 -1.1810739670181647e-04</internalNodes>
+          <leafValues>
+            5.4744768142700195e-01 3.9598938822746277e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1940 -5.4505601292476058e-04</internalNodes>
+          <leafValues>
+            3.7404221296310425e-01 5.2157157659530640e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1941 -1.8454910023137927e-03</internalNodes>
+          <leafValues>
+            5.8930522203445435e-01 4.5844489336013794e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1942 -4.3832371011376381e-04</internalNodes>
+          <leafValues>
+            4.0845820307731628e-01 5.3853511810302734e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1943 -2.4000830017030239e-03</internalNodes>
+          <leafValues>
+            3.7774550914764404e-01 5.2935802936553955e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1944 -9.8795741796493530e-02</internalNodes>
+          <leafValues>
+            2.9636120796203613e-01 5.0700891017913818e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1945 3.1798239797353745e-03</internalNodes>
+          <leafValues>
+            4.8776328563690186e-01 6.7264437675476074e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1946 3.2406419632025063e-04</internalNodes>
+          <leafValues>
+            4.3669110536575317e-01 5.5611097812652588e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1947 -3.2547250390052795e-02</internalNodes>
+          <leafValues>
+            3.1281578540802002e-01 5.3086161613464355e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1948 -7.7561130747199059e-03</internalNodes>
+          <leafValues>
+            6.5602248907089233e-01 4.6398720145225525e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1949 1.6027249395847321e-02</internalNodes>
+          <leafValues>
+            5.1726800203323364e-01 3.1418979167938232e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1950 7.1002350523485802e-06</internalNodes>
+          <leafValues>
+            4.0844461321830750e-01 5.3362947702407837e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1951 7.3422808200120926e-03</internalNodes>
+          <leafValues>
+            4.9669221043586731e-01 6.6034650802612305e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1952 -1.6970280557870865e-03</internalNodes>
+          <leafValues>
+            5.9082370996475220e-01 4.5001828670501709e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1953 2.4118260480463505e-03</internalNodes>
+          <leafValues>
+            5.3151607513427734e-01 3.5997208952903748e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1954 -5.5300937965512276e-03</internalNodes>
+          <leafValues>
+            2.3340409994125366e-01 4.9968141317367554e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1955 -2.6478730142116547e-03</internalNodes>
+          <leafValues>
+            5.8809357881546021e-01 4.6847340464591980e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1956 1.1295629665255547e-02</internalNodes>
+          <leafValues>
+            4.9837771058082581e-01 1.8845909833908081e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1957 -6.6952878842130303e-04</internalNodes>
+          <leafValues>
+            5.8721381425857544e-01 4.7990199923515320e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1958 1.4410680159926414e-03</internalNodes>
+          <leafValues>
+            5.1311892271041870e-01 3.5010111331939697e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1959 2.4637870956212282e-03</internalNodes>
+          <leafValues>
+            5.3393721580505371e-01 4.1176390647888184e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1960 3.3114518737420440e-04</internalNodes>
+          <leafValues>
+            4.3133831024169922e-01 5.3982460498809814e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1961 -3.3557269722223282e-02</internalNodes>
+          <leafValues>
+            2.6753368973731995e-01 5.1791548728942871e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1962 1.8539419397711754e-02</internalNodes>
+          <leafValues>
+            4.9738699197769165e-01 2.3171770572662354e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1963 -2.9698139405809343e-04</internalNodes>
+          <leafValues>
+            5.5297082662582397e-01 4.6436640620231628e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1964 -4.5577259152196348e-04</internalNodes>
+          <leafValues>
+            5.6295841932296753e-01 4.4691911339759827e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1965 -1.0158980265259743e-02</internalNodes>
+          <leafValues>
+            6.7062127590179443e-01 4.9259188771247864e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1966 -2.2413829356082715e-05</internalNodes>
+          <leafValues>
+            5.2394217252731323e-01 3.9129018783569336e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1967 7.2034963523037732e-05</internalNodes>
+          <leafValues>
+            4.7994381189346313e-01 5.5017888545989990e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1968 -6.9267209619283676e-03</internalNodes>
+          <leafValues>
+            6.9300097227096558e-01 4.6980848908424377e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1969 -7.6997838914394379e-03</internalNodes>
+          <leafValues>
+            4.0996238589286804e-01 5.4808831214904785e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1970 -7.3130549862980843e-03</internalNodes>
+          <leafValues>
+            3.2834759354591370e-01 5.0578862428665161e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1971 1.9650589674711227e-03</internalNodes>
+          <leafValues>
+            4.9780470132827759e-01 6.3982498645782471e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1972 7.1647600270807743e-03</internalNodes>
+          <leafValues>
+            4.6611601114273071e-01 6.2221372127532959e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1973 -2.4078639224171638e-02</internalNodes>
+          <leafValues>
+            2.3346449434757233e-01 5.2221620082855225e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1974 -2.1027969196438789e-02</internalNodes>
+          <leafValues>
+            1.1836539953947067e-01 4.9382260441780090e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1975 3.6017020465806127e-04</internalNodes>
+          <leafValues>
+            5.3250199556350708e-01 4.1167110204696655e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1976 -1.7219729721546173e-02</internalNodes>
+          <leafValues>
+            6.2787622213363647e-01 4.6642690896987915e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1977 -7.8672142699360847e-03</internalNodes>
+          <leafValues>
+            3.4034150838851929e-01 5.2497369050979614e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1978 -4.4777389848604798e-04</internalNodes>
+          <leafValues>
+            3.6104118824005127e-01 5.0862592458724976e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1979 5.5486010387539864e-03</internalNodes>
+          <leafValues>
+            4.8842659592628479e-01 6.2034982442855835e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1980 -6.9461148232221603e-03</internalNodes>
+          <leafValues>
+            2.6259300112724304e-01 5.0110971927642822e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1981 1.3569870498031378e-04</internalNodes>
+          <leafValues>
+            4.3407949805259705e-01 5.6283122301101685e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1982 -4.5880250632762909e-02</internalNodes>
+          <leafValues>
+            6.5079987049102783e-01 4.6962749958038330e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1983 -2.1582560613751411e-02</internalNodes>
+          <leafValues>
+            3.8265028595924377e-01 5.2876168489456177e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1984 -2.0209539681673050e-02</internalNodes>
+          <leafValues>
+            3.2333680987358093e-01 5.0744771957397461e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1985 5.8496710844337940e-03</internalNodes>
+          <leafValues>
+            5.1776039600372314e-01 4.4896709918975830e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1986 -5.7476379879517481e-05</internalNodes>
+          <leafValues>
+            4.0208509564399719e-01 5.2463638782501221e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1987 -1.1513100471347570e-03</internalNodes>
+          <leafValues>
+            6.3150721788406372e-01 4.9051541090011597e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1988 1.9862831104546785e-03</internalNodes>
+          <leafValues>
+            4.7024598717689514e-01 6.4971512556076050e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1989 -5.2719512023031712e-03</internalNodes>
+          <leafValues>
+            3.6503839492797852e-01 5.2276527881622314e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1990 1.2662699446082115e-03</internalNodes>
+          <leafValues>
+            5.1661008596420288e-01 3.8776180148124695e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1991 -6.2919440679252148e-03</internalNodes>
+          <leafValues>
+            7.3758941888809204e-01 5.0238478183746338e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1992 6.7360111279413104e-04</internalNodes>
+          <leafValues>
+            4.4232261180877686e-01 5.4955857992172241e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1993 -1.0523450328037143e-03</internalNodes>
+          <leafValues>
+            5.9763962030410767e-01 4.8595830798149109e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1994 -4.4216238893568516e-04</internalNodes>
+          <leafValues>
+            5.9559392929077148e-01 4.3989309668540955e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1995 1.1747940443456173e-03</internalNodes>
+          <leafValues>
+            5.3498882055282593e-01 4.6050581336021423e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1996 5.2457437850534916e-03</internalNodes>
+          <leafValues>
+            5.0491911172866821e-01 2.9415771365165710e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1997 -2.4539720267057419e-02</internalNodes>
+          <leafValues>
+            2.5501778721809387e-01 5.2185869216918945e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1998 7.3793041519820690e-04</internalNodes>
+          <leafValues>
+            4.4248610734939575e-01 5.4908162355422974e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 1999 1.4233799884095788e-03</internalNodes>
+          <leafValues>
+            5.3195142745971680e-01 4.0813559293746948e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2000 -2.4149110540747643e-03</internalNodes>
+          <leafValues>
+            4.0876591205596924e-01 5.2389502525329590e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2001 -1.2165299849584699e-03</internalNodes>
+          <leafValues>
+            5.6745791435241699e-01 4.9080529808998108e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2002 -1.2438809499144554e-03</internalNodes>
+          <leafValues>
+            4.1294258832931519e-01 5.2561181783676147e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2003 6.1942739412188530e-03</internalNodes>
+          <leafValues>
+            5.0601941347122192e-01 7.3136532306671143e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2004 -1.6607169527560472e-03</internalNodes>
+          <leafValues>
+            5.9796321392059326e-01 4.5963698625564575e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2005 -2.7316259220242500e-02</internalNodes>
+          <leafValues>
+            4.1743651032447815e-01 5.3088420629501343e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2006 -1.5845570014789701e-03</internalNodes>
+          <leafValues>
+            5.6158047914505005e-01 4.5194861292839050e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2007 -1.5514739789068699e-03</internalNodes>
+          <leafValues>
+            4.0761870145797729e-01 5.3607851266860962e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2008 3.8446558755822480e-04</internalNodes>
+          <leafValues>
+            4.3472939729690552e-01 5.4304420948028564e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2009 -1.4672259800136089e-02</internalNodes>
+          <leafValues>
+            1.6593049466609955e-01 5.1460939645767212e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2010 8.1608882173895836e-03</internalNodes>
+          <leafValues>
+            4.9618190526962280e-01 1.8847459554672241e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2011 1.1121659772470593e-03</internalNodes>
+          <leafValues>
+            4.8682639002799988e-01 6.0938161611557007e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2012 -7.2603770531713963e-03</internalNodes>
+          <leafValues>
+            6.2843251228332520e-01 4.6903759241104126e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2013 -2.4046430189628154e-04</internalNodes>
+          <leafValues>
+            5.5750000476837158e-01 4.0460440516471863e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2014 -2.3348190006799996e-04</internalNodes>
+          <leafValues>
+            4.1157621145248413e-01 5.2528482675552368e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2015 5.5736480280756950e-03</internalNodes>
+          <leafValues>
+            4.7300729155540466e-01 5.6901007890701294e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2016 3.0623769387602806e-02</internalNodes>
+          <leafValues>
+            4.9718868732452393e-01 1.7400950193405151e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2017 9.2074798885732889e-04</internalNodes>
+          <leafValues>
+            5.3721177577972412e-01 4.3548721075057983e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2018 -4.3550739064812660e-05</internalNodes>
+          <leafValues>
+            5.3668838739395142e-01 4.3473169207572937e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2019 -6.6452710889279842e-03</internalNodes>
+          <leafValues>
+            3.4355181455612183e-01 5.1605331897735596e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2020 4.3221998959779739e-02</internalNodes>
+          <leafValues>
+            4.7667920589447021e-01 7.2936528921127319e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2021 2.2331769578158855e-03</internalNodes>
+          <leafValues>
+            5.0293159484863281e-01 5.6331712007522583e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2022 3.1829739455133677e-03</internalNodes>
+          <leafValues>
+            4.0160921216011047e-01 5.1921367645263672e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2023 -1.8027749320026487e-04</internalNodes>
+          <leafValues>
+            4.0883159637451172e-01 5.4179197549819946e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2024 -5.2934689447283745e-03</internalNodes>
+          <leafValues>
+            4.0756770968437195e-01 5.2435618638992310e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2025 1.2750959722325206e-03</internalNodes>
+          <leafValues>
+            4.9132829904556274e-01 6.3870108127593994e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2026 4.3385322205722332e-03</internalNodes>
+          <leafValues>
+            5.0316721200942993e-01 2.9473468661308289e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2027 8.5250744596123695e-03</internalNodes>
+          <leafValues>
+            4.9497890472412109e-01 6.3088691234588623e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2028 -9.4266352243721485e-04</internalNodes>
+          <leafValues>
+            5.3283667564392090e-01 4.2856499552726746e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2029 1.3609660090878606e-03</internalNodes>
+          <leafValues>
+            4.9915251135826111e-01 5.9415012598037720e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2030 4.4782509212382138e-04</internalNodes>
+          <leafValues>
+            4.5735040307044983e-01 5.8544808626174927e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2031 1.3360050506889820e-03</internalNodes>
+          <leafValues>
+            4.6043589711189270e-01 5.8490520715713501e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2032 -6.0967548051849008e-04</internalNodes>
+          <leafValues>
+            3.9693889021873474e-01 5.2294230461120605e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2033 -2.3656780831515789e-03</internalNodes>
+          <leafValues>
+            5.8083200454711914e-01 4.8983570933341980e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2034 1.0734340175986290e-03</internalNodes>
+          <leafValues>
+            4.3512108922004700e-01 5.4700392484664917e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2035 2.1923359017819166e-03</internalNodes>
+          <leafValues>
+            5.3550601005554199e-01 3.8429039716720581e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2036 5.4968618787825108e-03</internalNodes>
+          <leafValues>
+            5.0181388854980469e-01 2.8271919488906860e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2037 -7.5368821620941162e-02</internalNodes>
+          <leafValues>
+            1.2250760197639465e-01 5.1488268375396729e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2038 2.5134470313787460e-02</internalNodes>
+          <leafValues>
+            4.7317668795585632e-01 7.0254462957382202e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2039 -2.9358599931583740e-05</internalNodes>
+          <leafValues>
+            5.4305320978164673e-01 4.6560868620872498e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2040 -5.8355910005047917e-04</internalNodes>
+          <leafValues>
+            4.0310400724411011e-01 5.1901197433471680e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2041 -2.6639450807124376e-03</internalNodes>
+          <leafValues>
+            4.3081268668174744e-01 5.1617711782455444e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2042 -1.3804089976474643e-03</internalNodes>
+          <leafValues>
+            6.2198299169540405e-01 4.6955159306526184e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2043 1.2313219485804439e-03</internalNodes>
+          <leafValues>
+            5.3793638944625854e-01 4.4258311390876770e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2044 -1.4644179827882908e-05</internalNodes>
+          <leafValues>
+            5.2816402912139893e-01 4.2225030064582825e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2045 -1.2818809598684311e-02</internalNodes>
+          <leafValues>
+            2.5820928812026978e-01 5.1799327135086060e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2046 2.2852189838886261e-02</internalNodes>
+          <leafValues>
+            4.7786930203437805e-01 7.6092642545700073e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2047 8.2305970136076212e-04</internalNodes>
+          <leafValues>
+            5.3409922122955322e-01 4.6717241406440735e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2048 1.2770120054483414e-02</internalNodes>
+          <leafValues>
+            4.9657610058784485e-01 1.4723660051822662e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2049 -5.0051510334014893e-02</internalNodes>
+          <leafValues>
+            6.4149940013885498e-01 5.0165921449661255e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2050 1.5775270760059357e-02</internalNodes>
+          <leafValues>
+            4.5223200321197510e-01 5.6853622198104858e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2051 -1.8501620739698410e-02</internalNodes>
+          <leafValues>
+            2.7647489309310913e-01 5.1379591226577759e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2052 2.4626250378787518e-03</internalNodes>
+          <leafValues>
+            5.1419419050216675e-01 3.7954080104827881e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2053 6.2916167080402374e-02</internalNodes>
+          <leafValues>
+            5.0606489181518555e-01 6.5804338455200195e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2054 -2.1648500478477217e-05</internalNodes>
+          <leafValues>
+            5.1953881978988647e-01 4.0198868513107300e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2055 2.1180990152060986e-03</internalNodes>
+          <leafValues>
+            4.9623650312423706e-01 5.9544587135314941e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2056 -1.6634890809655190e-02</internalNodes>
+          <leafValues>
+            3.7579330801963806e-01 5.1754468679428101e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2057 -2.8899470344185829e-03</internalNodes>
+          <leafValues>
+            6.6240137815475464e-01 5.0571787357330322e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2058 7.6783262193202972e-02</internalNodes>
+          <leafValues>
+            4.7957968711853027e-01 8.0477148294448853e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2059 3.9170677773654461e-03</internalNodes>
+          <leafValues>
+            4.9378821253776550e-01 5.7199418544769287e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2060 -7.2670601308345795e-02</internalNodes>
+          <leafValues>
+            5.3894560784101486e-02 4.9439039826393127e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2061 5.4039502143859863e-01</internalNodes>
+          <leafValues>
+            5.1297742128372192e-01 1.1433389782905579e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2062 2.9510019812732935e-03</internalNodes>
+          <leafValues>
+            4.5283439755439758e-01 5.6985741853713989e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2063 3.4508369863033295e-03</internalNodes>
+          <leafValues>
+            5.3577268123626709e-01 4.2187309265136719e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2064 -4.2077939724549651e-04</internalNodes>
+          <leafValues>
+            5.9161728620529175e-01 4.6379259228706360e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2065 3.3051050268113613e-03</internalNodes>
+          <leafValues>
+            5.2733850479125977e-01 4.3820428848266602e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2066 4.7735060798004270e-04</internalNodes>
+          <leafValues>
+            4.0465280413627625e-01 5.1818847656250000e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2067 -2.5928510352969170e-02</internalNodes>
+          <leafValues>
+            7.4522358179092407e-01 5.0893861055374146e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2068 -2.9729790985584259e-03</internalNodes>
+          <leafValues>
+            3.2954359054565430e-01 5.0587952136993408e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2069 5.8508329093456268e-03</internalNodes>
+          <leafValues>
+            4.8571440577507019e-01 5.7930248975753784e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2070 -4.5967519283294678e-02</internalNodes>
+          <leafValues>
+            4.3127310276031494e-01 5.3806531429290771e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2071 1.5585960447788239e-01</internalNodes>
+          <leafValues>
+            5.1961702108383179e-01 1.6847139596939087e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2072 1.5164829790592194e-02</internalNodes>
+          <leafValues>
+            4.7357571125030518e-01 6.7350268363952637e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2073 -1.0604249546304345e-03</internalNodes>
+          <leafValues>
+            5.8229267597198486e-01 4.7757029533386230e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2074 6.6476291976869106e-03</internalNodes>
+          <leafValues>
+            4.9991989135742188e-01 2.3195350170135498e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2075 -1.2231130152940750e-02</internalNodes>
+          <leafValues>
+            4.7508931159973145e-01 5.2629822492599487e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2076 5.6528882123529911e-03</internalNodes>
+          <leafValues>
+            5.0697678327560425e-01 3.5618188977241516e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2077 1.2977829901501536e-03</internalNodes>
+          <leafValues>
+            4.8756939172744751e-01 5.6190627813339233e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2078 1.0781589895486832e-02</internalNodes>
+          <leafValues>
+            4.7507700324058533e-01 6.7823082208633423e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2079 2.8654779307544231e-03</internalNodes>
+          <leafValues>
+            5.3054618835449219e-01 4.2907360196113586e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2080 2.8663428965955973e-03</internalNodes>
+          <leafValues>
+            4.5184791088104248e-01 5.5393511056900024e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2081 -5.1983320154249668e-03</internalNodes>
+          <leafValues>
+            4.1491198539733887e-01 5.4341888427734375e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2082 5.3739990107715130e-03</internalNodes>
+          <leafValues>
+            4.7178968787193298e-01 6.5076571702957153e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2083 -1.4641529880464077e-02</internalNodes>
+          <leafValues>
+            2.1721640229225159e-01 5.1617771387100220e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2084 -1.5042580344015732e-05</internalNodes>
+          <leafValues>
+            5.3373837471008301e-01 4.2988368868827820e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2085 -1.1875660129589960e-04</internalNodes>
+          <leafValues>
+            4.6045941114425659e-01 5.5824470520019531e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2086 1.6995530575513840e-02</internalNodes>
+          <leafValues>
+            4.9458950757980347e-01 7.3880076408386230e-02</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2087 -3.5095941275358200e-02</internalNodes>
+          <leafValues>
+            7.0055091381072998e-01 4.9775910377502441e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2088 2.4217350874096155e-03</internalNodes>
+          <leafValues>
+            4.4662651419639587e-01 5.4776942729949951e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2089 -9.6340337768197060e-04</internalNodes>
+          <leafValues>
+            4.7140988707542419e-01 5.3133380413055420e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2090 1.6391130338888615e-04</internalNodes>
+          <leafValues>
+            4.3315461277961731e-01 5.3422421216964722e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2091 -2.1141460165381432e-02</internalNodes>
+          <leafValues>
+            2.6447001099586487e-01 5.2044987678527832e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2092 8.7775202700868249e-04</internalNodes>
+          <leafValues>
+            5.2083498239517212e-01 4.1527429223060608e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2093 -2.7943920344114304e-02</internalNodes>
+          <leafValues>
+            6.3441252708435059e-01 5.0188118219375610e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2094 6.7297378554940224e-03</internalNodes>
+          <leafValues>
+            5.0504380464553833e-01 3.5008639097213745e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2095 2.3281039670109749e-02</internalNodes>
+          <leafValues>
+            4.9663180112838745e-01 6.9686770439147949e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2096 -1.1644979938864708e-02</internalNodes>
+          <leafValues>
+            3.3002600073814392e-01 5.0496298074722290e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2097 1.5764309093356133e-02</internalNodes>
+          <leafValues>
+            4.9915981292724609e-01 7.3211538791656494e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2098 -1.3611479662358761e-03</internalNodes>
+          <leafValues>
+            3.9117351174354553e-01 5.1606708765029907e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2099 -8.1522337859496474e-04</internalNodes>
+          <leafValues>
+            5.6289112567901611e-01 4.9497190117835999e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2100 -6.0066272271797061e-04</internalNodes>
+          <leafValues>
+            5.8535951375961304e-01 4.5505958795547485e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2101 4.9715518252924085e-04</internalNodes>
+          <leafValues>
+            4.2714700102806091e-01 5.4435992240905762e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2102 2.3475370835512877e-03</internalNodes>
+          <leafValues>
+            5.1431107521057129e-01 3.8876569271087646e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2103 -8.9261569082736969e-03</internalNodes>
+          <leafValues>
+            6.0445022583007812e-01 4.9717208743095398e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2104 -1.3919910416007042e-02</internalNodes>
+          <leafValues>
+            2.5831609964370728e-01 5.0003677606582642e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2105 1.0209949687123299e-03</internalNodes>
+          <leafValues>
+            4.8573741316795349e-01 5.5603581666946411e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2106 -2.7441629208624363e-03</internalNodes>
+          <leafValues>
+            5.9368848800659180e-01 4.6457770466804504e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2107 -1.6200130805373192e-02</internalNodes>
+          <leafValues>
+            3.1630149483680725e-01 5.1934951543807983e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2108 4.3331980705261230e-03</internalNodes>
+          <leafValues>
+            5.0612241029739380e-01 3.4588789939880371e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2109 5.8497930876910686e-04</internalNodes>
+          <leafValues>
+            4.7790178656578064e-01 5.8701777458190918e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2110 -2.2466450463980436e-03</internalNodes>
+          <leafValues>
+            4.2978510260581970e-01 5.3747731447219849e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2111 2.3146099410951138e-03</internalNodes>
+          <leafValues>
+            5.4386717081069946e-01 4.6409699320793152e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2112 8.7679121643304825e-03</internalNodes>
+          <leafValues>
+            4.7268930077552795e-01 6.7717897891998291e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2113 -2.2448020172305405e-04</internalNodes>
+          <leafValues>
+            4.2291730642318726e-01 5.4280489683151245e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2114 -7.4336021207273006e-03</internalNodes>
+          <leafValues>
+            6.0988807678222656e-01 4.6836739778518677e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2115 -2.3189240600913763e-03</internalNodes>
+          <leafValues>
+            5.6894367933273315e-01 4.4242420792579651e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2116 -2.1042178850620985e-03</internalNodes>
+          <leafValues>
+            3.7622210383415222e-01 5.1870870590209961e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2117 4.6034841216169298e-04</internalNodes>
+          <leafValues>
+            4.6994051337242126e-01 5.7712072134017944e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2118 1.0547629790380597e-03</internalNodes>
+          <leafValues>
+            4.4652169942855835e-01 5.6017017364501953e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2119 8.7148818420246243e-04</internalNodes>
+          <leafValues>
+            5.4498052597045898e-01 3.9147090911865234e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2120 3.3364820410497487e-04</internalNodes>
+          <leafValues>
+            4.5640090107917786e-01 5.6457388401031494e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2121 -1.4853250468149781e-03</internalNodes>
+          <leafValues>
+            5.7473778724670410e-01 4.6927788853645325e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2122 3.0251620337367058e-03</internalNodes>
+          <leafValues>
+            5.1661968231201172e-01 3.7628141045570374e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2123 5.0280741415917873e-03</internalNodes>
+          <leafValues>
+            5.0021117925643921e-01 6.1515271663665771e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2124 -5.8164511574432254e-04</internalNodes>
+          <leafValues>
+            5.3945982456207275e-01 4.3907511234283447e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2125 4.5141529291868210e-02</internalNodes>
+          <leafValues>
+            5.1883268356323242e-01 2.0630359649658203e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2126 -1.0795620037242770e-03</internalNodes>
+          <leafValues>
+            3.9046850800514221e-01 5.1379072666168213e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2127 1.5995999274309725e-04</internalNodes>
+          <leafValues>
+            4.8953229188919067e-01 5.4275041818618774e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2128 -1.9359270110726357e-02</internalNodes>
+          <leafValues>
+            6.9752287864685059e-01 4.7735071182250977e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2129 2.0725509524345398e-01</internalNodes>
+          <leafValues>
+            5.2336359024047852e-01 3.0349919199943542e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2130 -4.1953290929086506e-04</internalNodes>
+          <leafValues>
+            5.4193967580795288e-01 4.4601860642433167e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2131 2.2582069505006075e-03</internalNodes>
+          <leafValues>
+            4.8157641291618347e-01 6.0274088382720947e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2132 -6.7811207845807076e-03</internalNodes>
+          <leafValues>
+            3.9802789688110352e-01 5.1833057403564453e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2133 1.1154309846460819e-02</internalNodes>
+          <leafValues>
+            5.4312318563461304e-01 4.1887599229812622e-01</leafValues></_>
+        <_>
+          <internalNodes>
+            0 -1 2134 4.3162431567907333e-02</internalNodes>
+          <leafValues>
+            4.7382280230522156e-01 6.5229612588882446e-01</leafValues></_></weakClassifiers></_></stages>
+  <features>
+    <_>
+      <rects>
+        <_>
+          3 7 14 4 -1.</_>
+        <_>
+          3 9 14 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 18 4 -1.</_>
+        <_>
+          7 2 6 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 15 9 -1.</_>
+        <_>
+          1 10 15 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 2 6 -1.</_>
+        <_>
+          5 9 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 6 3 -1.</_>
+        <_>
+          9 5 2 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 12 9 -1.</_>
+        <_>
+          4 3 12 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 9 10 8 -1.</_>
+        <_>
+          6 13 10 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 6 14 8 -1.</_>
+        <_>
+          3 10 14 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 1 6 10 -1.</_>
+        <_>
+          14 1 3 10 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 8 5 12 -1.</_>
+        <_>
+          7 12 5 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 18 3 -1.</_>
+        <_>
+          7 1 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 8 17 2 -1.</_>
+        <_>
+          1 9 17 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 6 4 2 -1.</_>
+        <_>
+          16 7 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 17 2 2 -1.</_>
+        <_>
+          5 18 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 2 6 12 -1.</_>
+        <_>
+          14 2 3 12 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 4 12 -1.</_>
+        <_>
+          4 0 2 6 2.</_>
+        <_>
+          6 6 2 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 11 18 8 -1.</_>
+        <_>
+          8 11 6 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 10 2 -1.</_>
+        <_>
+          5 8 10 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 11 5 3 -1.</_>
+        <_>
+          15 12 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 3 10 9 -1.</_>
+        <_>
+          5 6 10 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 4 2 14 -1.</_>
+        <_>
+          9 11 2 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 5 4 12 -1.</_>
+        <_>
+          3 9 4 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 12 5 -1.</_>
+        <_>
+          8 5 4 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 10 8 -1.</_>
+        <_>
+          5 10 10 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 0 6 9 -1.</_>
+        <_>
+          8 3 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 1 8 -1.</_>
+        <_>
+          9 16 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 7 20 6 -1.</_>
+        <_>
+          0 9 20 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 6 17 -1.</_>
+        <_>
+          9 0 2 17 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 6 4 -1.</_>
+        <_>
+          11 0 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 1 6 4 -1.</_>
+        <_>
+          7 1 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 1 6 16 -1.</_>
+        <_>
+          14 1 2 16 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 18 8 -1.</_>
+        <_>
+          0 5 9 4 2.</_>
+        <_>
+          9 9 9 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 10 4 -1.</_>
+        <_>
+          13 15 5 2 2.</_>
+        <_>
+          8 17 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 1 4 8 -1.</_>
+        <_>
+          3 1 2 4 2.</_>
+        <_>
+          5 5 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 6 14 10 -1.</_>
+        <_>
+          10 6 7 5 2.</_>
+        <_>
+          3 11 7 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 1 6 16 -1.</_>
+        <_>
+          4 1 2 16 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 18 20 2 -1.</_>
+        <_>
+          0 19 20 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 4 3 -1.</_>
+        <_>
+          8 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 3 -1.</_>
+        <_>
+          9 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 12 9 6 -1.</_>
+        <_>
+          0 14 9 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 3 4 -1.</_>
+        <_>
+          5 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 3 2 16 -1.</_>
+        <_>
+          9 11 2 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 6 13 8 -1.</_>
+        <_>
+          3 10 13 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 3 8 2 -1.</_>
+        <_>
+          12 3 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 4 12 -1.</_>
+        <_>
+          8 12 4 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 8 6 -1.</_>
+        <_>
+          15 3 4 3 2.</_>
+        <_>
+          11 6 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 6 19 -1.</_>
+        <_>
+          9 1 2 19 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 6 4 -1.</_>
+        <_>
+          11 0 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 1 9 3 -1.</_>
+        <_>
+          6 1 3 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 10 4 -1.</_>
+        <_>
+          13 15 5 2 2.</_>
+        <_>
+          8 17 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 6 10 -1.</_>
+        <_>
+          3 3 3 10 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 4 15 15 -1.</_>
+        <_>
+          3 9 15 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 5 8 6 -1.</_>
+        <_>
+          6 7 8 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 12 10 -1.</_>
+        <_>
+          10 4 6 5 2.</_>
+        <_>
+          4 9 6 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 4 4 4 -1.</_>
+        <_>
+          8 4 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 11 1 2 -1.</_>
+        <_>
+          15 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 11 2 2 -1.</_>
+        <_>
+          3 12 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 11 1 3 -1.</_>
+        <_>
+          16 12 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 15 6 4 -1.</_>
+        <_>
+          3 15 3 2 2.</_>
+        <_>
+          6 17 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 7 8 2 -1.</_>
+        <_>
+          6 8 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 11 1 3 -1.</_>
+        <_>
+          3 12 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 12 2 -1.</_>
+        <_>
+          6 1 12 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 3 -1.</_>
+        <_>
+          9 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 15 6 2 -1.</_>
+        <_>
+          7 16 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 4 6 -1.</_>
+        <_>
+          0 7 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 12 12 2 -1.</_>
+        <_>
+          8 12 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 3 1 9 -1.</_>
+        <_>
+          6 6 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 17 3 2 -1.</_>
+        <_>
+          11 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 9 2 2 -1.</_>
+        <_>
+          9 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 6 4 -1.</_>
+        <_>
+          9 6 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 17 3 2 -1.</_>
+        <_>
+          8 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 17 3 3 -1.</_>
+        <_>
+          11 17 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 3 2 -1.</_>
+        <_>
+          8 13 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 3 6 2 -1.</_>
+        <_>
+          11 3 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 11 14 4 -1.</_>
+        <_>
+          3 13 14 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 10 18 4 -1.</_>
+        <_>
+          10 10 9 2 2.</_>
+        <_>
+          1 12 9 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 10 3 3 -1.</_>
+        <_>
+          0 11 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 1 6 6 -1.</_>
+        <_>
+          11 1 2 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 6 -1.</_>
+        <_>
+          9 7 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 18 9 -1.</_>
+        <_>
+          1 3 18 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 10 2 6 -1.</_>
+        <_>
+          12 13 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 19 8 -1.</_>
+        <_>
+          0 9 19 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 6 9 -1.</_>
+        <_>
+          9 0 2 9 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 3 6 1 -1.</_>
+        <_>
+          7 3 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 6 1 -1.</_>
+        <_>
+          13 3 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 10 4 6 -1.</_>
+        <_>
+          5 13 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 6 1 -1.</_>
+        <_>
+          13 3 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 12 6 -1.</_>
+        <_>
+          4 6 12 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 12 2 6 -1.</_>
+        <_>
+          15 14 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 3 2 2 -1.</_>
+        <_>
+          10 3 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 3 3 1 -1.</_>
+        <_>
+          10 3 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 4 14 -1.</_>
+        <_>
+          3 1 2 14 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 4 4 -1.</_>
+        <_>
+          11 0 2 2 2.</_>
+        <_>
+          9 2 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 1 14 -1.</_>
+        <_>
+          7 12 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          19 0 1 4 -1.</_>
+        <_>
+          19 2 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 6 4 -1.</_>
+        <_>
+          8 5 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 18 3 2 -1.</_>
+        <_>
+          10 18 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 18 3 2 -1.</_>
+        <_>
+          9 18 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 12 6 -1.</_>
+        <_>
+          4 7 12 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 2 6 -1.</_>
+        <_>
+          3 14 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 8 2 12 -1.</_>
+        <_>
+          10 12 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 18 3 2 -1.</_>
+        <_>
+          8 18 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 6 2 -1.</_>
+        <_>
+          11 0 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 9 3 -1.</_>
+        <_>
+          5 12 9 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 6 2 -1.</_>
+        <_>
+          11 0 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 18 5 -1.</_>
+        <_>
+          7 1 6 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 0 4 4 -1.</_>
+        <_>
+          10 0 2 2 2.</_>
+        <_>
+          8 2 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 1 3 -1.</_>
+        <_>
+          3 13 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 5 3 -1.</_>
+        <_>
+          8 15 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 10 12 -1.</_>
+        <_>
+          5 4 5 6 2.</_>
+        <_>
+          10 10 5 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 9 12 -1.</_>
+        <_>
+          9 10 9 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 2 12 14 -1.</_>
+        <_>
+          2 2 6 7 2.</_>
+        <_>
+          8 9 6 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 7 12 2 -1.</_>
+        <_>
+          8 7 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 4 6 4 -1.</_>
+        <_>
+          7 6 6 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 11 8 -1.</_>
+        <_>
+          4 9 11 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 10 16 4 -1.</_>
+        <_>
+          3 12 16 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 16 2 -1.</_>
+        <_>
+          0 1 16 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 6 2 -1.</_>
+        <_>
+          9 5 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 2 6 10 -1.</_>
+        <_>
+          3 2 3 5 2.</_>
+        <_>
+          6 7 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 5 8 15 -1.</_>
+        <_>
+          10 10 8 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 14 8 6 -1.</_>
+        <_>
+          3 14 4 3 2.</_>
+        <_>
+          7 17 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 2 2 2 -1.</_>
+        <_>
+          14 3 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 10 7 6 -1.</_>
+        <_>
+          1 13 7 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 4 4 3 -1.</_>
+        <_>
+          15 4 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 9 14 6 -1.</_>
+        <_>
+          2 9 7 3 2.</_>
+        <_>
+          9 12 7 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 10 4 -1.</_>
+        <_>
+          5 9 10 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 9 8 8 -1.</_>
+        <_>
+          6 9 4 4 2.</_>
+        <_>
+          10 13 4 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 1 3 2 -1.</_>
+        <_>
+          14 2 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 4 4 2 -1.</_>
+        <_>
+          3 4 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 10 2 8 -1.</_>
+        <_>
+          11 14 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 5 3 -1.</_>
+        <_>
+          0 1 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 5 18 8 -1.</_>
+        <_>
+          11 5 9 4 2.</_>
+        <_>
+          2 9 9 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 1 6 -1.</_>
+        <_>
+          6 9 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          19 1 1 3 -1.</_>
+        <_>
+          19 2 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 6 6 -1.</_>
+        <_>
+          9 6 2 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          19 1 1 3 -1.</_>
+        <_>
+          19 2 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 13 2 3 -1.</_>
+        <_>
+          3 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 4 8 12 -1.</_>
+        <_>
+          12 4 4 6 2.</_>
+        <_>
+          8 10 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 6 3 -1.</_>
+        <_>
+          7 2 2 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 1 9 10 -1.</_>
+        <_>
+          6 6 9 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 6 12 -1.</_>
+        <_>
+          2 4 2 12 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 13 2 3 -1.</_>
+        <_>
+          15 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 5 3 -1.</_>
+        <_>
+          7 15 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 13 3 3 -1.</_>
+        <_>
+          15 14 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 14 8 3 -1.</_>
+        <_>
+          6 15 8 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 13 3 3 -1.</_>
+        <_>
+          15 14 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 13 3 3 -1.</_>
+        <_>
+          2 14 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 7 12 12 -1.</_>
+        <_>
+          10 7 6 6 2.</_>
+        <_>
+          4 13 6 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 6 -1.</_>
+        <_>
+          10 7 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 9 5 2 -1.</_>
+        <_>
+          8 10 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 6 3 4 -1.</_>
+        <_>
+          9 6 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 8 -1.</_>
+        <_>
+          9 10 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 3 6 -1.</_>
+        <_>
+          8 7 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 3 3 -1.</_>
+        <_>
+          12 3 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 6 1 -1.</_>
+        <_>
+          7 4 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 10 3 -1.</_>
+        <_>
+          5 7 10 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 3 6 9 -1.</_>
+        <_>
+          7 6 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 7 9 1 -1.</_>
+        <_>
+          9 7 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 8 16 8 -1.</_>
+        <_>
+          2 12 16 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 6 2 6 -1.</_>
+        <_>
+          14 9 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 5 6 15 -1.</_>
+        <_>
+          1 10 6 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 0 6 9 -1.</_>
+        <_>
+          10 3 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 7 14 -1.</_>
+        <_>
+          6 13 7 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 7 3 6 -1.</_>
+        <_>
+          13 9 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 8 15 4 -1.</_>
+        <_>
+          6 8 5 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 2 3 10 -1.</_>
+        <_>
+          11 7 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 7 4 6 -1.</_>
+        <_>
+          3 9 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 3 6 10 -1.</_>
+        <_>
+          15 3 2 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 8 10 -1.</_>
+        <_>
+          5 7 4 5 2.</_>
+        <_>
+          9 12 4 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 12 12 -1.</_>
+        <_>
+          10 4 6 6 2.</_>
+        <_>
+          4 10 6 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 4 6 9 -1.</_>
+        <_>
+          3 4 2 9 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 2 5 -1.</_>
+        <_>
+          11 3 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 3 2 5 -1.</_>
+        <_>
+          8 3 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 14 2 3 -1.</_>
+        <_>
+          10 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 12 6 2 -1.</_>
+        <_>
+          8 12 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 3 -1.</_>
+        <_>
+          9 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 12 6 -1.</_>
+        <_>
+          4 14 12 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 11 5 9 -1.</_>
+        <_>
+          11 14 5 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 15 3 2 -1.</_>
+        <_>
+          6 16 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 0 3 5 -1.</_>
+        <_>
+          12 0 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 6 7 -1.</_>
+        <_>
+          8 5 3 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 0 1 9 -1.</_>
+        <_>
+          13 3 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 2 4 8 -1.</_>
+        <_>
+          3 2 2 4 2.</_>
+        <_>
+          5 6 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 12 4 6 -1.</_>
+        <_>
+          13 14 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 4 6 -1.</_>
+        <_>
+          3 14 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 11 3 4 -1.</_>
+        <_>
+          13 13 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 4 3 -1.</_>
+        <_>
+          4 5 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 11 8 -1.</_>
+        <_>
+          7 9 11 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 8 3 4 -1.</_>
+        <_>
+          8 8 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 1 6 1 -1.</_>
+        <_>
+          11 1 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 3 3 -1.</_>
+        <_>
+          5 6 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 9 20 6 -1.</_>
+        <_>
+          10 9 10 3 2.</_>
+        <_>
+          0 12 10 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 6 3 5 -1.</_>
+        <_>
+          9 6 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 0 1 3 -1.</_>
+        <_>
+          11 1 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 2 4 2 -1.</_>
+        <_>
+          4 3 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 6 4 3 -1.</_>
+        <_>
+          12 7 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 6 4 -1.</_>
+        <_>
+          7 0 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 8 -1.</_>
+        <_>
+          10 7 1 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 2 -1.</_>
+        <_>
+          10 7 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 7 14 4 -1.</_>
+        <_>
+          13 7 7 2 2.</_>
+        <_>
+          6 9 7 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 3 6 -1.</_>
+        <_>
+          0 7 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 11 3 4 -1.</_>
+        <_>
+          13 13 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 3 4 -1.</_>
+        <_>
+          4 13 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 12 8 -1.</_>
+        <_>
+          11 9 6 4 2.</_>
+        <_>
+          5 13 6 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 1 3 -1.</_>
+        <_>
+          9 13 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 15 2 4 -1.</_>
+        <_>
+          10 17 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 6 1 -1.</_>
+        <_>
+          9 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 3 6 6 -1.</_>
+        <_>
+          15 3 3 3 2.</_>
+        <_>
+          12 6 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 10 6 -1.</_>
+        <_>
+          0 6 10 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 3 8 14 -1.</_>
+        <_>
+          12 3 4 7 2.</_>
+        <_>
+          8 10 4 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 7 15 -1.</_>
+        <_>
+          4 9 7 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 2 6 8 -1.</_>
+        <_>
+          15 2 3 4 2.</_>
+        <_>
+          12 6 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 2 6 8 -1.</_>
+        <_>
+          2 2 3 4 2.</_>
+        <_>
+          5 6 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 13 18 7 -1.</_>
+        <_>
+          8 13 6 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 3 8 14 -1.</_>
+        <_>
+          4 3 4 7 2.</_>
+        <_>
+          8 10 4 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 1 2 6 -1.</_>
+        <_>
+          18 3 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 2 3 -1.</_>
+        <_>
+          9 12 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 1 2 6 -1.</_>
+        <_>
+          18 3 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 2 6 -1.</_>
+        <_>
+          0 3 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 5 18 6 -1.</_>
+        <_>
+          1 7 18 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 6 7 -1.</_>
+        <_>
+          3 2 3 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 3 6 14 -1.</_>
+        <_>
+          7 10 6 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 7 13 10 -1.</_>
+        <_>
+          3 12 13 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 15 2 2 -1.</_>
+        <_>
+          11 16 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 11 16 4 -1.</_>
+        <_>
+          2 11 8 2 2.</_>
+        <_>
+          10 13 8 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 7 6 4 -1.</_>
+        <_>
+          16 7 3 2 2.</_>
+        <_>
+          13 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 10 3 9 -1.</_>
+        <_>
+          6 13 3 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 6 1 6 -1.</_>
+        <_>
+          14 9 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 10 4 1 -1.</_>
+        <_>
+          7 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 8 15 5 -1.</_>
+        <_>
+          8 8 5 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 6 5 4 -1.</_>
+        <_>
+          1 8 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 1 17 6 -1.</_>
+        <_>
+          3 3 17 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 7 8 2 -1.</_>
+        <_>
+          10 7 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 2 -1.</_>
+        <_>
+          10 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 2 -1.</_>
+        <_>
+          9 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 9 4 2 -1.</_>
+        <_>
+          8 10 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 4 3 -1.</_>
+        <_>
+          8 9 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 6 4 -1.</_>
+        <_>
+          9 5 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 4 3 -1.</_>
+        <_>
+          8 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 7 12 6 -1.</_>
+        <_>
+          10 7 6 3 2.</_>
+        <_>
+          4 10 6 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 3 -1.</_>
+        <_>
+          9 8 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 4 3 8 -1.</_>
+        <_>
+          8 4 1 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 0 3 6 -1.</_>
+        <_>
+          11 0 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 3 4 8 -1.</_>
+        <_>
+          8 3 2 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 3 6 13 -1.</_>
+        <_>
+          14 3 3 13 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 3 6 -1.</_>
+        <_>
+          8 16 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 3 6 13 -1.</_>
+        <_>
+          14 3 3 13 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 7 10 4 -1.</_>
+        <_>
+          0 7 5 2 2.</_>
+        <_>
+          5 9 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 3 6 13 -1.</_>
+        <_>
+          14 3 3 13 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 6 13 -1.</_>
+        <_>
+          3 3 3 13 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 1 4 1 -1.</_>
+        <_>
+          9 1 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 0 2 1 -1.</_>
+        <_>
+          9 0 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 16 4 4 -1.</_>
+        <_>
+          12 16 2 2 2.</_>
+        <_>
+          10 18 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 3 -1.</_>
+        <_>
+          10 6 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 12 2 -1.</_>
+        <_>
+          8 5 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 5 -1.</_>
+        <_>
+          9 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 4 8 6 -1.</_>
+        <_>
+          6 6 8 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 12 -1.</_>
+        <_>
+          9 11 2 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 6 6 8 -1.</_>
+        <_>
+          4 10 6 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 2 8 5 -1.</_>
+        <_>
+          12 2 4 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 8 18 3 -1.</_>
+        <_>
+          0 9 18 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 8 -1.</_>
+        <_>
+          8 16 4 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 8 5 -1.</_>
+        <_>
+          4 2 4 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 11 3 4 -1.</_>
+        <_>
+          13 13 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 6 1 -1.</_>
+        <_>
+          7 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 3 1 -1.</_>
+        <_>
+          12 3 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 5 3 -1.</_>
+        <_>
+          7 14 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 11 7 6 -1.</_>
+        <_>
+          11 14 7 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 11 7 6 -1.</_>
+        <_>
+          2 14 7 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 14 2 6 -1.</_>
+        <_>
+          12 16 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 3 3 -1.</_>
+        <_>
+          8 15 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 0 3 5 -1.</_>
+        <_>
+          12 0 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 1 4 9 -1.</_>
+        <_>
+          8 1 2 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 3 6 1 -1.</_>
+        <_>
+          12 3 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 3 4 -1.</_>
+        <_>
+          8 10 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 2 -1.</_>
+        <_>
+          8 13 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 18 4 2 -1.</_>
+        <_>
+          5 19 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 1 18 6 -1.</_>
+        <_>
+          2 3 18 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 3 2 -1.</_>
+        <_>
+          7 0 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 8 6 2 -1.</_>
+        <_>
+          16 8 3 1 2.</_>
+        <_>
+          13 9 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 10 3 6 -1.</_>
+        <_>
+          6 13 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 13 20 4 -1.</_>
+        <_>
+          10 13 10 2 2.</_>
+        <_>
+          0 15 10 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 6 5 -1.</_>
+        <_>
+          9 7 2 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 0 2 2 -1.</_>
+        <_>
+          11 1 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 8 6 2 -1.</_>
+        <_>
+          1 8 3 1 2.</_>
+        <_>
+          4 9 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 20 2 -1.</_>
+        <_>
+          10 2 10 1 2.</_>
+        <_>
+          0 3 10 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 5 3 -1.</_>
+        <_>
+          7 15 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 6 6 -1.</_>
+        <_>
+          10 13 3 3 2.</_>
+        <_>
+          7 16 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 2 3 -1.</_>
+        <_>
+          9 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 11 1 6 -1.</_>
+        <_>
+          16 13 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 11 1 6 -1.</_>
+        <_>
+          3 13 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 14 12 -1.</_>
+        <_>
+          11 4 7 6 2.</_>
+        <_>
+          4 10 7 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 3 3 -1.</_>
+        <_>
+          5 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 3 3 3 -1.</_>
+        <_>
+          13 3 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 8 3 -1.</_>
+        <_>
+          6 7 8 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 3 3 3 -1.</_>
+        <_>
+          13 3 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 1 4 10 -1.</_>
+        <_>
+          3 1 2 5 2.</_>
+        <_>
+          5 6 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 10 2 -1.</_>
+        <_>
+          5 7 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 3 -1.</_>
+        <_>
+          9 7 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 12 2 3 -1.</_>
+        <_>
+          15 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 8 3 4 -1.</_>
+        <_>
+          8 8 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 4 1 12 -1.</_>
+        <_>
+          13 10 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 12 12 -1.</_>
+        <_>
+          4 5 6 6 2.</_>
+        <_>
+          10 11 6 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 7 3 -1.</_>
+        <_>
+          7 15 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 2 3 -1.</_>
+        <_>
+          3 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 2 14 2 -1.</_>
+        <_>
+          10 2 7 1 2.</_>
+        <_>
+          3 3 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 3 10 -1.</_>
+        <_>
+          1 1 1 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 6 5 -1.</_>
+        <_>
+          11 0 2 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 6 2 -1.</_>
+        <_>
+          8 7 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 6 10 -1.</_>
+        <_>
+          7 6 6 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 18 3 -1.</_>
+        <_>
+          7 1 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 3 3 6 -1.</_>
+        <_>
+          16 5 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 3 7 6 -1.</_>
+        <_>
+          6 6 7 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 7 12 2 -1.</_>
+        <_>
+          8 7 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 17 10 -1.</_>
+        <_>
+          0 9 17 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 4 15 16 -1.</_>
+        <_>
+          3 12 15 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 15 6 4 -1.</_>
+        <_>
+          7 17 6 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 2 4 9 -1.</_>
+        <_>
+          15 2 2 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 3 3 2 -1.</_>
+        <_>
+          2 4 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 6 7 9 -1.</_>
+        <_>
+          13 9 7 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 11 4 3 -1.</_>
+        <_>
+          8 12 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 20 6 -1.</_>
+        <_>
+          10 2 10 3 2.</_>
+        <_>
+          0 5 10 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 2 6 10 -1.</_>
+        <_>
+          3 2 3 5 2.</_>
+        <_>
+          6 7 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 10 3 4 -1.</_>
+        <_>
+          13 12 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 10 3 4 -1.</_>
+        <_>
+          4 12 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 6 3 -1.</_>
+        <_>
+          9 5 2 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 6 8 -1.</_>
+        <_>
+          7 10 6 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 11 20 6 -1.</_>
+        <_>
+          0 14 20 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 13 4 6 -1.</_>
+        <_>
+          4 13 2 3 2.</_>
+        <_>
+          6 16 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 8 12 -1.</_>
+        <_>
+          10 0 4 6 2.</_>
+        <_>
+          6 6 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 0 15 2 -1.</_>
+        <_>
+          2 1 15 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 2 3 -1.</_>
+        <_>
+          9 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 1 2 -1.</_>
+        <_>
+          3 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 2 3 -1.</_>
+        <_>
+          9 12 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 3 3 1 -1.</_>
+        <_>
+          8 3 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 7 3 6 -1.</_>
+        <_>
+          17 9 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 2 3 2 -1.</_>
+        <_>
+          8 2 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 5 3 -1.</_>
+        <_>
+          11 5 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 5 3 -1.</_>
+        <_>
+          4 5 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          19 3 1 2 -1.</_>
+        <_>
+          19 4 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 4 3 -1.</_>
+        <_>
+          5 6 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 7 3 6 -1.</_>
+        <_>
+          17 9 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 7 3 6 -1.</_>
+        <_>
+          0 9 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 2 6 9 -1.</_>
+        <_>
+          14 5 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 5 6 -1.</_>
+        <_>
+          0 6 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 5 6 2 -1.</_>
+        <_>
+          12 5 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 6 2 -1.</_>
+        <_>
+          6 5 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 1 4 6 -1.</_>
+        <_>
+          8 3 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 3 6 -1.</_>
+        <_>
+          0 4 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 8 3 -1.</_>
+        <_>
+          6 7 8 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 5 9 -1.</_>
+        <_>
+          0 4 5 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 0 4 15 -1.</_>
+        <_>
+          16 0 2 15 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 10 3 2 -1.</_>
+        <_>
+          1 11 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 4 1 10 -1.</_>
+        <_>
+          14 9 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 4 12 -1.</_>
+        <_>
+          2 1 2 12 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 11 4 2 -1.</_>
+        <_>
+          11 11 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 4 2 -1.</_>
+        <_>
+          7 11 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 8 15 5 -1.</_>
+        <_>
+          8 8 5 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 6 10 -1.</_>
+        <_>
+          3 0 3 10 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 3 2 -1.</_>
+        <_>
+          12 4 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 3 8 -1.</_>
+        <_>
+          8 16 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 5 3 -1.</_>
+        <_>
+          8 15 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 4 3 -1.</_>
+        <_>
+          7 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 3 2 -1.</_>
+        <_>
+          12 4 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 15 14 4 -1.</_>
+        <_>
+          3 15 7 2 2.</_>
+        <_>
+          10 17 7 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 2 16 4 -1.</_>
+        <_>
+          10 2 8 2 2.</_>
+        <_>
+          2 4 8 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 8 6 12 -1.</_>
+        <_>
+          3 8 3 12 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 10 2 -1.</_>
+        <_>
+          5 7 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 5 -1.</_>
+        <_>
+          10 7 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 7 6 4 -1.</_>
+        <_>
+          16 7 3 2 2.</_>
+        <_>
+          13 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 13 8 2 -1.</_>
+        <_>
+          0 14 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 7 6 4 -1.</_>
+        <_>
+          16 7 3 2 2.</_>
+        <_>
+          13 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 6 4 -1.</_>
+        <_>
+          1 7 3 2 2.</_>
+        <_>
+          4 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 6 1 12 -1.</_>
+        <_>
+          12 12 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 6 -1.</_>
+        <_>
+          10 5 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 2 3 -1.</_>
+        <_>
+          14 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 12 2 3 -1.</_>
+        <_>
+          4 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 3 -1.</_>
+        <_>
+          8 13 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 2 4 -1.</_>
+        <_>
+          5 2 1 2 2.</_>
+        <_>
+          6 4 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 11 3 -1.</_>
+        <_>
+          5 6 11 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 4 12 -1.</_>
+        <_>
+          7 12 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 13 8 5 -1.</_>
+        <_>
+          12 13 4 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 1 12 -1.</_>
+        <_>
+          7 12 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 6 3 -1.</_>
+        <_>
+          4 2 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 6 10 -1.</_>
+        <_>
+          12 5 3 5 2.</_>
+        <_>
+          9 10 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 8 12 -1.</_>
+        <_>
+          5 5 4 6 2.</_>
+        <_>
+          9 11 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 7 20 6 -1.</_>
+        <_>
+          0 9 20 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 2 2 2 -1.</_>
+        <_>
+          4 3 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 18 12 2 -1.</_>
+        <_>
+          8 18 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 4 4 16 -1.</_>
+        <_>
+          7 12 4 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 7 8 -1.</_>
+        <_>
+          7 10 7 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 3 3 1 -1.</_>
+        <_>
+          7 3 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 15 2 4 -1.</_>
+        <_>
+          11 17 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 5 4 8 -1.</_>
+        <_>
+          3 9 4 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 6 12 -1.</_>
+        <_>
+          7 7 6 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 6 6 2 -1.</_>
+        <_>
+          6 6 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 4 4 6 -1.</_>
+        <_>
+          16 6 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 3 5 2 -1.</_>
+        <_>
+          3 4 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 2 3 -1.</_>
+        <_>
+          9 12 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 16 4 2 -1.</_>
+        <_>
+          2 17 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 6 6 -1.</_>
+        <_>
+          10 13 3 3 2.</_>
+        <_>
+          7 16 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 3 4 -1.</_>
+        <_>
+          8 0 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 4 3 -1.</_>
+        <_>
+          8 16 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 4 6 -1.</_>
+        <_>
+          0 6 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 12 3 -1.</_>
+        <_>
+          9 6 4 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 6 14 -1.</_>
+        <_>
+          9 6 2 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 3 -1.</_>
+        <_>
+          10 7 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 12 2 4 -1.</_>
+        <_>
+          6 14 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 12 7 6 -1.</_>
+        <_>
+          10 14 7 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 15 2 -1.</_>
+        <_>
+          1 1 15 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 6 6 -1.</_>
+        <_>
+          14 0 3 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 3 3 1 -1.</_>
+        <_>
+          6 3 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 6 6 -1.</_>
+        <_>
+          14 0 3 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 20 10 -1.</_>
+        <_>
+          0 8 20 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 6 6 -1.</_>
+        <_>
+          14 0 3 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 6 6 -1.</_>
+        <_>
+          3 0 3 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          19 15 1 2 -1.</_>
+        <_>
+          19 16 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 4 8 -1.</_>
+        <_>
+          2 2 2 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 1 18 4 -1.</_>
+        <_>
+          11 1 9 2 2.</_>
+        <_>
+          2 3 9 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 1 2 -1.</_>
+        <_>
+          8 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 10 6 -1.</_>
+        <_>
+          10 2 5 3 2.</_>
+        <_>
+          5 5 5 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 4 -1.</_>
+        <_>
+          10 7 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 3 -1.</_>
+        <_>
+          10 7 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 12 8 -1.</_>
+        <_>
+          8 5 4 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 15 4 3 -1.</_>
+        <_>
+          15 16 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 18 3 1 -1.</_>
+        <_>
+          9 18 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 13 4 3 -1.</_>
+        <_>
+          9 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 4 3 -1.</_>
+        <_>
+          7 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          19 15 1 2 -1.</_>
+        <_>
+          19 16 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 15 8 4 -1.</_>
+        <_>
+          0 17 8 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 3 6 4 -1.</_>
+        <_>
+          11 3 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 14 14 6 -1.</_>
+        <_>
+          3 16 14 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 3 6 6 -1.</_>
+        <_>
+          6 6 6 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 10 6 -1.</_>
+        <_>
+          5 14 10 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 10 3 4 -1.</_>
+        <_>
+          4 10 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 9 2 2 -1.</_>
+        <_>
+          13 9 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 3 6 4 -1.</_>
+        <_>
+          7 3 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 3 -1.</_>
+        <_>
+          10 7 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 12 2 3 -1.</_>
+        <_>
+          2 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 8 3 12 -1.</_>
+        <_>
+          9 12 3 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 14 4 6 -1.</_>
+        <_>
+          3 14 2 3 2.</_>
+        <_>
+          5 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 15 2 2 -1.</_>
+        <_>
+          16 16 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 15 2 2 -1.</_>
+        <_>
+          2 16 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 3 -1.</_>
+        <_>
+          8 13 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 7 20 1 -1.</_>
+        <_>
+          10 7 10 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 8 3 -1.</_>
+        <_>
+          7 6 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 8 2 -1.</_>
+        <_>
+          9 7 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 5 -1.</_>
+        <_>
+          10 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 5 -1.</_>
+        <_>
+          9 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 1 3 5 -1.</_>
+        <_>
+          12 1 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 2 3 6 -1.</_>
+        <_>
+          7 2 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 14 6 5 -1.</_>
+        <_>
+          14 14 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 8 2 2 -1.</_>
+        <_>
+          9 9 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 7 1 3 -1.</_>
+        <_>
+          10 8 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 2 2 -1.</_>
+        <_>
+          6 6 1 1 2.</_>
+        <_>
+          7 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 11 18 4 -1.</_>
+        <_>
+          11 11 9 2 2.</_>
+        <_>
+          2 13 9 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 2 2 -1.</_>
+        <_>
+          6 6 1 1 2.</_>
+        <_>
+          7 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 15 20 2 -1.</_>
+        <_>
+          0 16 20 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 14 2 3 -1.</_>
+        <_>
+          4 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 2 3 -1.</_>
+        <_>
+          8 8 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 10 2 3 -1.</_>
+        <_>
+          9 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 10 4 -1.</_>
+        <_>
+          5 6 10 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 6 4 -1.</_>
+        <_>
+          12 7 3 2 2.</_>
+        <_>
+          9 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 7 3 6 -1.</_>
+        <_>
+          4 9 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 15 4 4 -1.</_>
+        <_>
+          13 15 2 2 2.</_>
+        <_>
+          11 17 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 8 4 2 -1.</_>
+        <_>
+          7 9 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 1 4 3 -1.</_>
+        <_>
+          13 1 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 15 4 4 -1.</_>
+        <_>
+          5 15 2 2 2.</_>
+        <_>
+          7 17 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 4 7 -1.</_>
+        <_>
+          9 5 2 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 8 3 -1.</_>
+        <_>
+          9 6 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 9 2 2 -1.</_>
+        <_>
+          9 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 15 5 3 -1.</_>
+        <_>
+          7 16 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 10 4 3 -1.</_>
+        <_>
+          11 10 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 9 8 10 -1.</_>
+        <_>
+          6 14 8 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 11 6 2 -1.</_>
+        <_>
+          10 11 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 6 2 -1.</_>
+        <_>
+          7 11 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 8 1 -1.</_>
+        <_>
+          11 3 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 3 3 2 -1.</_>
+        <_>
+          7 3 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 5 6 5 -1.</_>
+        <_>
+          14 5 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 2 12 -1.</_>
+        <_>
+          7 11 2 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 11 4 3 -1.</_>
+        <_>
+          8 12 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 1 2 3 -1.</_>
+        <_>
+          5 1 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 3 2 6 -1.</_>
+        <_>
+          18 5 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 2 6 -1.</_>
+        <_>
+          0 5 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 2 3 -1.</_>
+        <_>
+          9 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 4 3 -1.</_>
+        <_>
+          7 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 0 2 6 -1.</_>
+        <_>
+          18 2 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 2 6 -1.</_>
+        <_>
+          0 2 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 6 3 -1.</_>
+        <_>
+          8 15 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 4 2 4 -1.</_>
+        <_>
+          8 4 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 5 4 6 -1.</_>
+        <_>
+          8 7 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 4 2 2 -1.</_>
+        <_>
+          7 4 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 14 14 4 -1.</_>
+        <_>
+          10 14 7 2 2.</_>
+        <_>
+          3 16 7 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 15 6 2 -1.</_>
+        <_>
+          6 15 3 1 2.</_>
+        <_>
+          9 16 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 15 6 2 -1.</_>
+        <_>
+          14 16 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 12 12 8 -1.</_>
+        <_>
+          2 16 12 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 7 2 -1.</_>
+        <_>
+          7 8 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 18 2 -1.</_>
+        <_>
+          0 3 18 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 5 -1.</_>
+        <_>
+          9 6 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 3 8 -1.</_>
+        <_>
+          8 5 1 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 3 4 -1.</_>
+        <_>
+          10 6 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 13 3 2 -1.</_>
+        <_>
+          4 14 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 4 6 3 -1.</_>
+        <_>
+          11 4 2 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 6 3 -1.</_>
+        <_>
+          7 4 2 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 11 5 2 -1.</_>
+        <_>
+          14 12 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 6 9 -1.</_>
+        <_>
+          3 2 2 9 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 6 6 13 -1.</_>
+        <_>
+          14 6 3 13 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 6 14 8 -1.</_>
+        <_>
+          3 6 7 4 2.</_>
+        <_>
+          10 10 7 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 0 4 11 -1.</_>
+        <_>
+          16 0 2 11 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 4 12 12 -1.</_>
+        <_>
+          3 4 6 6 2.</_>
+        <_>
+          9 10 6 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 5 3 -1.</_>
+        <_>
+          11 5 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 4 2 -1.</_>
+        <_>
+          4 12 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 7 2 2 -1.</_>
+        <_>
+          10 7 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 2 2 -1.</_>
+        <_>
+          9 7 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 17 3 2 -1.</_>
+        <_>
+          10 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 3 3 -1.</_>
+        <_>
+          5 7 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 0 3 3 -1.</_>
+        <_>
+          11 0 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 6 2 -1.</_>
+        <_>
+          5 6 3 1 2.</_>
+        <_>
+          8 7 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 16 4 3 -1.</_>
+        <_>
+          12 17 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 3 2 -1.</_>
+        <_>
+          3 13 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 3 2 -1.</_>
+        <_>
+          9 13 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 11 16 4 -1.</_>
+        <_>
+          1 11 8 2 2.</_>
+        <_>
+          9 13 8 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 3 3 -1.</_>
+        <_>
+          12 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 5 3 -1.</_>
+        <_>
+          4 5 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 16 4 3 -1.</_>
+        <_>
+          12 17 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 3 3 -1.</_>
+        <_>
+          5 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 2 2 -1.</_>
+        <_>
+          9 1 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 9 4 2 -1.</_>
+        <_>
+          8 10 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 4 3 -1.</_>
+        <_>
+          8 9 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 13 6 3 -1.</_>
+        <_>
+          2 13 2 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 14 3 2 -1.</_>
+        <_>
+          16 15 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 18 18 2 -1.</_>
+        <_>
+          7 18 6 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 14 3 2 -1.</_>
+        <_>
+          16 15 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 14 3 2 -1.</_>
+        <_>
+          1 15 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 6 3 -1.</_>
+        <_>
+          7 15 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 14 8 3 -1.</_>
+        <_>
+          5 15 8 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 6 4 14 -1.</_>
+        <_>
+          10 6 2 14 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 4 14 -1.</_>
+        <_>
+          8 6 2 14 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 2 3 -1.</_>
+        <_>
+          13 6 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 16 6 1 -1.</_>
+        <_>
+          9 16 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 3 3 -1.</_>
+        <_>
+          9 13 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 3 3 -1.</_>
+        <_>
+          8 0 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 16 18 -1.</_>
+        <_>
+          4 9 16 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 16 14 -1.</_>
+        <_>
+          1 8 16 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 9 15 4 -1.</_>
+        <_>
+          8 9 5 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 12 7 3 -1.</_>
+        <_>
+          6 13 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 15 2 3 -1.</_>
+        <_>
+          14 16 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 3 16 14 -1.</_>
+        <_>
+          2 3 8 7 2.</_>
+        <_>
+          10 10 8 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 2 4 18 -1.</_>
+        <_>
+          18 2 2 9 2.</_>
+        <_>
+          16 11 2 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 15 2 3 -1.</_>
+        <_>
+          4 16 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 2 4 18 -1.</_>
+        <_>
+          18 2 2 9 2.</_>
+        <_>
+          16 11 2 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 8 3 -1.</_>
+        <_>
+          1 2 8 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 11 4 3 -1.</_>
+        <_>
+          8 12 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 5 9 -1.</_>
+        <_>
+          5 14 5 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 0 4 11 -1.</_>
+        <_>
+          16 0 2 11 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 6 1 -1.</_>
+        <_>
+          9 0 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 3 3 7 -1.</_>
+        <_>
+          17 3 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 3 3 7 -1.</_>
+        <_>
+          2 3 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 8 6 12 -1.</_>
+        <_>
+          7 12 6 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 4 11 -1.</_>
+        <_>
+          2 0 2 11 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 6 20 -1.</_>
+        <_>
+          14 0 3 20 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 1 2 -1.</_>
+        <_>
+          0 4 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 10 8 -1.</_>
+        <_>
+          10 5 5 4 2.</_>
+        <_>
+          5 9 5 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 7 12 4 -1.</_>
+        <_>
+          4 7 6 2 2.</_>
+        <_>
+          10 9 6 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 1 6 4 -1.</_>
+        <_>
+          5 1 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 6 4 -1.</_>
+        <_>
+          12 7 3 2 2.</_>
+        <_>
+          9 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 2 6 -1.</_>
+        <_>
+          5 9 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 16 6 4 -1.</_>
+        <_>
+          12 16 3 2 2.</_>
+        <_>
+          9 18 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 4 2 12 -1.</_>
+        <_>
+          9 10 2 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 6 18 -1.</_>
+        <_>
+          9 1 2 18 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 12 12 2 -1.</_>
+        <_>
+          8 12 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 6 2 -1.</_>
+        <_>
+          8 9 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 0 3 6 -1.</_>
+        <_>
+          9 0 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 18 3 2 -1.</_>
+        <_>
+          11 19 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 17 4 -1.</_>
+        <_>
+          1 3 17 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 8 4 12 -1.</_>
+        <_>
+          11 8 2 12 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 3 2 17 -1.</_>
+        <_>
+          12 3 1 17 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 7 6 1 -1.</_>
+        <_>
+          6 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 3 2 3 -1.</_>
+        <_>
+          18 4 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 4 3 4 -1.</_>
+        <_>
+          8 6 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 12 10 -1.</_>
+        <_>
+          4 10 12 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 18 4 2 -1.</_>
+        <_>
+          7 18 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 2 3 6 -1.</_>
+        <_>
+          17 4 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 6 6 -1.</_>
+        <_>
+          9 7 2 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 2 3 6 -1.</_>
+        <_>
+          17 4 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 0 3 4 -1.</_>
+        <_>
+          9 0 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 3 -1.</_>
+        <_>
+          9 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 12 6 3 -1.</_>
+        <_>
+          0 13 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 2 3 -1.</_>
+        <_>
+          3 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 12 7 -1.</_>
+        <_>
+          9 6 4 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 3 6 -1.</_>
+        <_>
+          0 4 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 6 1 3 -1.</_>
+        <_>
+          14 7 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 0 3 14 -1.</_>
+        <_>
+          3 0 1 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 14 5 6 -1.</_>
+        <_>
+          12 16 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 14 5 6 -1.</_>
+        <_>
+          4 16 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 10 2 2 -1.</_>
+        <_>
+          12 10 1 1 2.</_>
+        <_>
+          11 11 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 3 14 -1.</_>
+        <_>
+          6 0 1 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 15 2 3 -1.</_>
+        <_>
+          10 16 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 2 3 -1.</_>
+        <_>
+          0 3 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 12 6 -1.</_>
+        <_>
+          5 14 12 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 11 3 9 -1.</_>
+        <_>
+          6 14 3 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 10 2 2 -1.</_>
+        <_>
+          12 10 1 1 2.</_>
+        <_>
+          11 11 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 1 3 -1.</_>
+        <_>
+          5 7 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 13 3 -1.</_>
+        <_>
+          4 10 13 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 15 6 -1.</_>
+        <_>
+          6 7 5 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 12 6 -1.</_>
+        <_>
+          8 5 4 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 10 4 3 -1.</_>
+        <_>
+          8 11 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 14 1 3 -1.</_>
+        <_>
+          15 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 11 5 3 -1.</_>
+        <_>
+          1 12 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 7 12 -1.</_>
+        <_>
+          7 7 7 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 6 10 -1.</_>
+        <_>
+          0 1 3 5 2.</_>
+        <_>
+          3 6 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 1 4 3 -1.</_>
+        <_>
+          16 2 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 2 3 -1.</_>
+        <_>
+          5 6 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 2 3 5 -1.</_>
+        <_>
+          13 2 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 4 6 -1.</_>
+        <_>
+          0 5 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 2 -1.</_>
+        <_>
+          8 13 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 18 3 1 -1.</_>
+        <_>
+          9 18 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 10 2 2 -1.</_>
+        <_>
+          12 10 1 1 2.</_>
+        <_>
+          11 11 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 10 2 2 -1.</_>
+        <_>
+          7 10 1 1 2.</_>
+        <_>
+          8 11 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 11 4 4 -1.</_>
+        <_>
+          11 13 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 3 8 -1.</_>
+        <_>
+          9 12 1 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 0 6 3 -1.</_>
+        <_>
+          13 1 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 3 4 -1.</_>
+        <_>
+          9 8 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 10 10 -1.</_>
+        <_>
+          10 7 5 5 2.</_>
+        <_>
+          5 12 5 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 18 8 2 -1.</_>
+        <_>
+          3 18 4 1 2.</_>
+        <_>
+          7 19 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 2 6 8 -1.</_>
+        <_>
+          12 2 2 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 2 6 8 -1.</_>
+        <_>
+          6 2 2 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 0 3 7 -1.</_>
+        <_>
+          12 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 11 2 1 -1.</_>
+        <_>
+          8 11 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 14 1 3 -1.</_>
+        <_>
+          15 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 15 2 2 -1.</_>
+        <_>
+          7 15 1 1 2.</_>
+        <_>
+          8 16 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 14 1 3 -1.</_>
+        <_>
+          15 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 3 7 -1.</_>
+        <_>
+          7 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 1 2 7 -1.</_>
+        <_>
+          18 1 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 0 8 20 -1.</_>
+        <_>
+          2 10 8 10 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 0 15 6 -1.</_>
+        <_>
+          3 2 15 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 3 12 2 -1.</_>
+        <_>
+          4 4 12 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 0 4 5 -1.</_>
+        <_>
+          16 0 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 3 4 -1.</_>
+        <_>
+          8 0 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 0 4 5 -1.</_>
+        <_>
+          16 0 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 6 13 -1.</_>
+        <_>
+          3 7 2 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 0 4 5 -1.</_>
+        <_>
+          16 0 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 4 5 -1.</_>
+        <_>
+          2 0 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 3 6 -1.</_>
+        <_>
+          14 14 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 3 6 -1.</_>
+        <_>
+          3 14 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 1 4 3 -1.</_>
+        <_>
+          16 2 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 2 10 -1.</_>
+        <_>
+          8 7 1 5 2.</_>
+        <_>
+          9 12 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 11 4 4 -1.</_>
+        <_>
+          11 13 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 4 3 -1.</_>
+        <_>
+          0 2 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 4 1 3 -1.</_>
+        <_>
+          13 5 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 15 3 5 -1.</_>
+        <_>
+          8 15 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 5 -1.</_>
+        <_>
+          10 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 5 -1.</_>
+        <_>
+          9 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 6 4 14 -1.</_>
+        <_>
+          10 6 2 14 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 5 6 -1.</_>
+        <_>
+          0 7 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 6 4 -1.</_>
+        <_>
+          9 5 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 18 10 -1.</_>
+        <_>
+          6 0 6 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 6 4 14 -1.</_>
+        <_>
+          10 6 2 14 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 4 14 -1.</_>
+        <_>
+          8 6 2 14 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 4 1 3 -1.</_>
+        <_>
+          13 5 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 1 2 3 -1.</_>
+        <_>
+          6 1 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 1 2 18 -1.</_>
+        <_>
+          19 1 1 9 2.</_>
+        <_>
+          18 10 1 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 1 4 3 -1.</_>
+        <_>
+          2 2 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 1 2 18 -1.</_>
+        <_>
+          19 1 1 9 2.</_>
+        <_>
+          18 10 1 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 14 4 6 -1.</_>
+        <_>
+          1 14 2 3 2.</_>
+        <_>
+          3 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 11 7 6 -1.</_>
+        <_>
+          10 13 7 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 10 6 10 -1.</_>
+        <_>
+          0 10 3 5 2.</_>
+        <_>
+          3 15 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 0 3 4 -1.</_>
+        <_>
+          12 0 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 10 5 6 -1.</_>
+        <_>
+          5 13 5 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 6 1 8 -1.</_>
+        <_>
+          14 10 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 18 6 -1.</_>
+        <_>
+          1 7 9 3 2.</_>
+        <_>
+          10 10 9 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 2 -1.</_>
+        <_>
+          9 7 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 4 5 -1.</_>
+        <_>
+          7 9 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 6 3 -1.</_>
+        <_>
+          9 6 2 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 18 4 -1.</_>
+        <_>
+          7 0 6 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 15 2 4 -1.</_>
+        <_>
+          7 17 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 19 9 -1.</_>
+        <_>
+          1 3 19 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 7 3 6 -1.</_>
+        <_>
+          3 9 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 7 4 4 -1.</_>
+        <_>
+          15 7 2 2 2.</_>
+        <_>
+          13 9 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 7 4 4 -1.</_>
+        <_>
+          3 7 2 2 2.</_>
+        <_>
+          5 9 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 10 8 -1.</_>
+        <_>
+          9 10 10 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 8 14 12 -1.</_>
+        <_>
+          3 14 14 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 5 10 12 -1.</_>
+        <_>
+          11 5 5 6 2.</_>
+        <_>
+          6 11 5 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 2 3 -1.</_>
+        <_>
+          9 12 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 6 5 -1.</_>
+        <_>
+          9 5 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 4 2 4 -1.</_>
+        <_>
+          9 6 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 6 5 -1.</_>
+        <_>
+          9 5 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 6 5 -1.</_>
+        <_>
+          8 5 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 2 6 1 -1.</_>
+        <_>
+          13 2 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 2 6 1 -1.</_>
+        <_>
+          5 2 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 2 3 -1.</_>
+        <_>
+          13 6 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 10 1 4 -1.</_>
+        <_>
+          0 12 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 2 3 -1.</_>
+        <_>
+          13 6 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 18 3 2 -1.</_>
+        <_>
+          9 18 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 15 9 2 -1.</_>
+        <_>
+          6 16 9 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 4 2 4 -1.</_>
+        <_>
+          18 6 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 2 3 -1.</_>
+        <_>
+          5 6 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 16 3 2 -1.</_>
+        <_>
+          15 17 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 3 9 -1.</_>
+        <_>
+          0 3 3 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 3 -1.</_>
+        <_>
+          9 8 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 3 -1.</_>
+        <_>
+          8 8 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 6 -1.</_>
+        <_>
+          9 5 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 6 3 4 -1.</_>
+        <_>
+          9 6 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 8 12 -1.</_>
+        <_>
+          11 6 4 6 2.</_>
+        <_>
+          7 12 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 8 12 -1.</_>
+        <_>
+          5 6 4 6 2.</_>
+        <_>
+          9 12 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 3 3 -1.</_>
+        <_>
+          12 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 16 3 2 -1.</_>
+        <_>
+          2 17 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 3 3 -1.</_>
+        <_>
+          12 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 12 6 6 -1.</_>
+        <_>
+          2 14 6 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 6 3 -1.</_>
+        <_>
+          7 14 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 14 6 3 -1.</_>
+        <_>
+          6 15 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 15 5 3 -1.</_>
+        <_>
+          14 16 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 3 3 -1.</_>
+        <_>
+          5 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 15 5 3 -1.</_>
+        <_>
+          14 16 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 3 6 2 -1.</_>
+        <_>
+          7 3 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 4 3 -1.</_>
+        <_>
+          8 16 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 15 5 3 -1.</_>
+        <_>
+          1 16 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 4 6 -1.</_>
+        <_>
+          10 13 2 3 2.</_>
+        <_>
+          8 16 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 8 3 3 -1.</_>
+        <_>
+          8 8 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 0 5 4 -1.</_>
+        <_>
+          12 2 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 20 2 -1.</_>
+        <_>
+          0 2 10 1 2.</_>
+        <_>
+          10 3 10 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 18 4 -1.</_>
+        <_>
+          7 0 6 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 3 6 1 -1.</_>
+        <_>
+          6 3 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 18 13 2 -1.</_>
+        <_>
+          4 19 13 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 10 3 6 -1.</_>
+        <_>
+          2 12 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 6 8 -1.</_>
+        <_>
+          17 12 3 4 2.</_>
+        <_>
+          14 16 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 13 10 6 -1.</_>
+        <_>
+          4 13 5 3 2.</_>
+        <_>
+          9 16 5 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 1 2 -1.</_>
+        <_>
+          14 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 4 3 -1.</_>
+        <_>
+          8 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 2 2 -1.</_>
+        <_>
+          14 13 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 12 2 2 -1.</_>
+        <_>
+          4 13 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 9 2 -1.</_>
+        <_>
+          8 13 9 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 3 -1.</_>
+        <_>
+          9 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 10 3 6 -1.</_>
+        <_>
+          11 13 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 9 12 -1.</_>
+        <_>
+          5 12 9 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 10 3 6 -1.</_>
+        <_>
+          11 13 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 10 3 6 -1.</_>
+        <_>
+          6 13 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 11 3 -1.</_>
+        <_>
+          5 5 11 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 5 10 -1.</_>
+        <_>
+          7 6 5 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 8 18 2 -1.</_>
+        <_>
+          2 9 18 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 17 5 3 -1.</_>
+        <_>
+          7 18 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 12 1 -1.</_>
+        <_>
+          9 9 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 14 6 6 -1.</_>
+        <_>
+          0 14 3 3 2.</_>
+        <_>
+          3 17 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 12 1 -1.</_>
+        <_>
+          9 9 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 9 12 1 -1.</_>
+        <_>
+          7 9 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 10 6 7 -1.</_>
+        <_>
+          14 10 3 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 16 2 -1.</_>
+        <_>
+          1 1 16 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 9 10 9 -1.</_>
+        <_>
+          10 12 10 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 10 2 -1.</_>
+        <_>
+          5 1 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 3 2 3 -1.</_>
+        <_>
+          17 4 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 3 2 3 -1.</_>
+        <_>
+          1 4 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 6 -1.</_>
+        <_>
+          10 7 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 5 4 3 -1.</_>
+        <_>
+          8 5 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 6 6 -1.</_>
+        <_>
+          9 5 2 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 4 12 12 -1.</_>
+        <_>
+          3 4 6 6 2.</_>
+        <_>
+          9 10 6 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 2 6 15 -1.</_>
+        <_>
+          11 2 2 15 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 2 6 17 -1.</_>
+        <_>
+          4 2 2 17 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 10 6 7 -1.</_>
+        <_>
+          14 10 3 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 10 6 7 -1.</_>
+        <_>
+          3 10 3 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 2 6 15 -1.</_>
+        <_>
+          11 2 2 15 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 6 15 -1.</_>
+        <_>
+          7 2 2 15 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 9 3 6 -1.</_>
+        <_>
+          17 11 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 7 6 6 -1.</_>
+        <_>
+          8 7 2 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 10 18 6 -1.</_>
+        <_>
+          10 10 9 3 2.</_>
+        <_>
+          1 13 9 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 9 10 9 -1.</_>
+        <_>
+          0 12 10 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 4 3 -1.</_>
+        <_>
+          8 16 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 12 3 4 -1.</_>
+        <_>
+          5 14 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 3 16 12 -1.</_>
+        <_>
+          3 9 16 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 12 12 -1.</_>
+        <_>
+          1 1 6 6 2.</_>
+        <_>
+          7 7 6 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 4 2 4 -1.</_>
+        <_>
+          11 4 1 2 2.</_>
+        <_>
+          10 6 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 9 10 2 -1.</_>
+        <_>
+          0 9 5 1 2.</_>
+        <_>
+          5 10 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 3 3 -1.</_>
+        <_>
+          9 12 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 9 2 -1.</_>
+        <_>
+          3 13 9 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 9 2 2 -1.</_>
+        <_>
+          9 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 4 13 6 -1.</_>
+        <_>
+          3 6 13 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 6 4 -1.</_>
+        <_>
+          12 7 3 2 2.</_>
+        <_>
+          9 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 6 8 -1.</_>
+        <_>
+          4 0 3 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 12 -1.</_>
+        <_>
+          9 11 2 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 3 10 -1.</_>
+        <_>
+          4 9 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 17 8 3 -1.</_>
+        <_>
+          6 18 8 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 10 6 -1.</_>
+        <_>
+          0 7 10 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 2 3 2 -1.</_>
+        <_>
+          13 3 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 4 5 -1.</_>
+        <_>
+          9 5 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 14 3 6 -1.</_>
+        <_>
+          12 16 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 11 8 2 -1.</_>
+        <_>
+          1 12 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 6 3 -1.</_>
+        <_>
+          7 14 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 3 6 -1.</_>
+        <_>
+          0 7 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 2 3 2 -1.</_>
+        <_>
+          13 3 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 14 4 6 -1.</_>
+        <_>
+          4 14 2 3 2.</_>
+        <_>
+          6 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 2 3 2 -1.</_>
+        <_>
+          13 3 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 2 4 12 -1.</_>
+        <_>
+          8 6 4 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 6 8 -1.</_>
+        <_>
+          17 0 3 4 2.</_>
+        <_>
+          14 4 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 17 3 2 -1.</_>
+        <_>
+          8 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 2 -1.</_>
+        <_>
+          8 13 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 8 12 -1.</_>
+        <_>
+          6 0 4 6 2.</_>
+        <_>
+          10 6 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 2 10 -1.</_>
+        <_>
+          15 0 1 5 2.</_>
+        <_>
+          14 5 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 3 8 6 -1.</_>
+        <_>
+          5 3 4 3 2.</_>
+        <_>
+          9 6 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 6 10 -1.</_>
+        <_>
+          17 0 3 5 2.</_>
+        <_>
+          14 5 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 1 2 -1.</_>
+        <_>
+          9 15 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 10 4 3 -1.</_>
+        <_>
+          15 11 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 2 3 -1.</_>
+        <_>
+          8 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 13 14 4 -1.</_>
+        <_>
+          10 13 7 2 2.</_>
+        <_>
+          3 15 7 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 10 4 3 -1.</_>
+        <_>
+          1 11 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 6 1 -1.</_>
+        <_>
+          11 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 6 1 -1.</_>
+        <_>
+          7 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 5 16 15 -1.</_>
+        <_>
+          3 10 16 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 12 4 2 -1.</_>
+        <_>
+          8 12 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 12 10 -1.</_>
+        <_>
+          10 4 6 5 2.</_>
+        <_>
+          4 9 6 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 6 3 4 -1.</_>
+        <_>
+          9 6 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 8 -1.</_>
+        <_>
+          10 12 2 4 2.</_>
+        <_>
+          8 16 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 2 3 2 -1.</_>
+        <_>
+          13 2 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 3 2 -1.</_>
+        <_>
+          8 16 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 9 14 -1.</_>
+        <_>
+          9 0 3 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 3 -1.</_>
+        <_>
+          10 6 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 8 2 3 -1.</_>
+        <_>
+          10 9 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 9 4 6 -1.</_>
+        <_>
+          0 11 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 8 2 -1.</_>
+        <_>
+          6 1 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 14 7 3 -1.</_>
+        <_>
+          6 15 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 10 8 9 -1.</_>
+        <_>
+          8 13 8 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 3 2 -1.</_>
+        <_>
+          6 2 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 1 6 8 -1.</_>
+        <_>
+          17 1 3 4 2.</_>
+        <_>
+          14 5 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 6 8 -1.</_>
+        <_>
+          0 1 3 4 2.</_>
+        <_>
+          3 5 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 18 6 -1.</_>
+        <_>
+          10 2 9 3 2.</_>
+        <_>
+          1 5 9 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 3 2 1 -1.</_>
+        <_>
+          10 3 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 2 4 6 -1.</_>
+        <_>
+          15 2 2 3 2.</_>
+        <_>
+          13 5 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 3 3 -1.</_>
+        <_>
+          5 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 1 3 -1.</_>
+        <_>
+          13 6 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 16 5 3 -1.</_>
+        <_>
+          2 17 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 2 4 6 -1.</_>
+        <_>
+          15 2 2 3 2.</_>
+        <_>
+          13 5 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 2 4 6 -1.</_>
+        <_>
+          3 2 2 3 2.</_>
+        <_>
+          5 5 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 1 2 -1.</_>
+        <_>
+          13 6 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 2 2 -1.</_>
+        <_>
+          5 6 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 9 2 2 -1.</_>
+        <_>
+          13 9 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 2 2 -1.</_>
+        <_>
+          6 9 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 17 3 2 -1.</_>
+        <_>
+          13 18 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 16 4 4 -1.</_>
+        <_>
+          6 16 2 2 2.</_>
+        <_>
+          8 18 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 16 2 3 -1.</_>
+        <_>
+          9 17 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 13 9 6 -1.</_>
+        <_>
+          0 15 9 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 6 -1.</_>
+        <_>
+          9 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 15 2 3 -1.</_>
+        <_>
+          9 16 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 10 18 6 -1.</_>
+        <_>
+          1 12 18 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 11 4 2 -1.</_>
+        <_>
+          8 12 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 9 6 2 -1.</_>
+        <_>
+          7 10 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 2 3 -1.</_>
+        <_>
+          8 9 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 5 3 4 -1.</_>
+        <_>
+          18 5 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 19 18 1 -1.</_>
+        <_>
+          7 19 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 3 2 -1.</_>
+        <_>
+          10 0 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 8 1 6 -1.</_>
+        <_>
+          1 10 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 17 8 3 -1.</_>
+        <_>
+          12 17 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 3 4 -1.</_>
+        <_>
+          1 5 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 3 -1.</_>
+        <_>
+          9 8 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 11 2 2 -1.</_>
+        <_>
+          7 11 1 1 2.</_>
+        <_>
+          8 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 2 5 -1.</_>
+        <_>
+          11 3 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 3 2 5 -1.</_>
+        <_>
+          8 3 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 13 2 3 -1.</_>
+        <_>
+          15 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 2 3 -1.</_>
+        <_>
+          5 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 19 15 1 -1.</_>
+        <_>
+          9 19 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 19 15 1 -1.</_>
+        <_>
+          6 19 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 13 2 3 -1.</_>
+        <_>
+          15 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 4 15 -1.</_>
+        <_>
+          7 0 2 15 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 5 -1.</_>
+        <_>
+          9 6 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 7 -1.</_>
+        <_>
+          10 5 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 11 3 3 -1.</_>
+        <_>
+          16 12 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 11 3 3 -1.</_>
+        <_>
+          1 12 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 8 3 -1.</_>
+        <_>
+          6 7 8 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 15 6 2 -1.</_>
+        <_>
+          0 16 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 18 6 -1.</_>
+        <_>
+          7 0 6 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 3 4 -1.</_>
+        <_>
+          7 0 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 10 4 10 -1.</_>
+        <_>
+          16 10 2 5 2.</_>
+        <_>
+          14 15 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 2 3 2 -1.</_>
+        <_>
+          4 2 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 2 2 2 -1.</_>
+        <_>
+          11 3 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 10 4 10 -1.</_>
+        <_>
+          2 10 2 5 2.</_>
+        <_>
+          4 15 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 13 20 6 -1.</_>
+        <_>
+          10 13 10 3 2.</_>
+        <_>
+          0 16 10 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 2 15 -1.</_>
+        <_>
+          1 5 1 15 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 18 4 -1.</_>
+        <_>
+          10 7 9 2 2.</_>
+        <_>
+          1 9 9 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 2 17 -1.</_>
+        <_>
+          1 0 1 17 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 6 16 6 -1.</_>
+        <_>
+          10 6 8 3 2.</_>
+        <_>
+          2 9 8 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 1 3 -1.</_>
+        <_>
+          8 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 4 2 -1.</_>
+        <_>
+          8 16 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 8 2 -1.</_>
+        <_>
+          5 2 4 1 2.</_>
+        <_>
+          9 3 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 11 8 6 -1.</_>
+        <_>
+          6 14 8 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 13 2 2 -1.</_>
+        <_>
+          9 14 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 4 2 6 -1.</_>
+        <_>
+          18 6 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 2 2 -1.</_>
+        <_>
+          9 13 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 4 2 6 -1.</_>
+        <_>
+          18 6 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 13 1 3 -1.</_>
+        <_>
+          9 14 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 4 2 6 -1.</_>
+        <_>
+          18 6 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 2 6 -1.</_>
+        <_>
+          0 6 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 3 3 -1.</_>
+        <_>
+          9 13 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 13 2 3 -1.</_>
+        <_>
+          3 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 13 4 3 -1.</_>
+        <_>
+          13 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 3 3 -1.</_>
+        <_>
+          5 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 10 6 -1.</_>
+        <_>
+          5 4 10 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 13 4 3 -1.</_>
+        <_>
+          3 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 7 15 5 -1.</_>
+        <_>
+          8 7 5 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 7 12 2 -1.</_>
+        <_>
+          7 7 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 3 3 9 -1.</_>
+        <_>
+          11 3 1 9 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 6 4 6 -1.</_>
+        <_>
+          10 6 2 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 4 3 -1.</_>
+        <_>
+          9 8 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 9 4 9 -1.</_>
+        <_>
+          2 9 2 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 13 3 5 -1.</_>
+        <_>
+          10 13 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 6 3 -1.</_>
+        <_>
+          9 7 2 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 5 -1.</_>
+        <_>
+          10 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 8 2 -1.</_>
+        <_>
+          9 7 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 12 2 -1.</_>
+        <_>
+          9 9 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 10 3 -1.</_>
+        <_>
+          10 6 5 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 12 3 1 -1.</_>
+        <_>
+          11 12 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 11 15 -1.</_>
+        <_>
+          0 6 11 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 18 6 -1.</_>
+        <_>
+          7 0 6 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 6 1 -1.</_>
+        <_>
+          9 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 16 6 4 -1.</_>
+        <_>
+          5 16 3 2 2.</_>
+        <_>
+          8 18 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 5 9 8 -1.</_>
+        <_>
+          6 9 9 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 10 2 6 -1.</_>
+        <_>
+          5 13 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 8 10 -1.</_>
+        <_>
+          11 6 4 5 2.</_>
+        <_>
+          7 11 4 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 8 10 -1.</_>
+        <_>
+          5 6 4 5 2.</_>
+        <_>
+          9 11 4 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 2 -1.</_>
+        <_>
+          9 6 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 12 8 2 -1.</_>
+        <_>
+          5 13 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 2 8 2 -1.</_>
+        <_>
+          10 3 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 2 10 -1.</_>
+        <_>
+          4 0 1 5 2.</_>
+        <_>
+          5 5 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 10 2 2 -1.</_>
+        <_>
+          9 11 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 8 15 3 -1.</_>
+        <_>
+          2 9 15 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 4 3 -1.</_>
+        <_>
+          8 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 2 3 2 -1.</_>
+        <_>
+          8 2 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 6 3 -1.</_>
+        <_>
+          7 14 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 9 2 2 -1.</_>
+        <_>
+          9 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 2 3 6 -1.</_>
+        <_>
+          17 4 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 5 3 4 -1.</_>
+        <_>
+          2 5 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 8 4 6 -1.</_>
+        <_>
+          14 10 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 4 3 8 -1.</_>
+        <_>
+          2 4 1 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 4 6 -1.</_>
+        <_>
+          8 16 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 14 2 2 -1.</_>
+        <_>
+          3 15 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 8 4 6 -1.</_>
+        <_>
+          14 10 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 8 4 6 -1.</_>
+        <_>
+          2 10 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 14 1 6 -1.</_>
+        <_>
+          10 17 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 3 6 -1.</_>
+        <_>
+          8 5 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 2 2 6 -1.</_>
+        <_>
+          12 2 1 3 2.</_>
+        <_>
+          11 5 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 6 5 -1.</_>
+        <_>
+          8 6 2 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 1 3 6 -1.</_>
+        <_>
+          17 3 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 5 -1.</_>
+        <_>
+          9 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 18 3 2 -1.</_>
+        <_>
+          10 18 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 18 3 2 -1.</_>
+        <_>
+          9 18 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 3 5 2 -1.</_>
+        <_>
+          12 4 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 5 12 -1.</_>
+        <_>
+          7 7 5 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 18 4 -1.</_>
+        <_>
+          7 0 6 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 2 2 2 -1.</_>
+        <_>
+          4 3 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 14 4 2 -1.</_>
+        <_>
+          13 14 2 1 2.</_>
+        <_>
+          11 15 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 3 6 -1.</_>
+        <_>
+          0 4 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 3 -1.</_>
+        <_>
+          9 8 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 1 3 -1.</_>
+        <_>
+          5 6 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 10 6 1 -1.</_>
+        <_>
+          10 10 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 10 6 1 -1.</_>
+        <_>
+          7 10 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 17 3 3 -1.</_>
+        <_>
+          9 18 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 14 1 3 -1.</_>
+        <_>
+          4 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 5 3 3 -1.</_>
+        <_>
+          12 6 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 12 3 -1.</_>
+        <_>
+          4 6 12 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 8 2 3 -1.</_>
+        <_>
+          9 9 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 3 3 -1.</_>
+        <_>
+          5 9 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 9 17 -1.</_>
+        <_>
+          9 0 3 17 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 1 3 -1.</_>
+        <_>
+          9 13 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 15 -1.</_>
+        <_>
+          9 10 2 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 2 3 -1.</_>
+        <_>
+          8 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 14 1 3 -1.</_>
+        <_>
+          10 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 6 5 -1.</_>
+        <_>
+          9 1 2 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 20 2 -1.</_>
+        <_>
+          0 0 10 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 13 5 3 -1.</_>
+        <_>
+          2 14 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 2 3 -1.</_>
+        <_>
+          9 12 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 5 9 15 -1.</_>
+        <_>
+          2 10 9 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 12 10 -1.</_>
+        <_>
+          11 0 6 5 2.</_>
+        <_>
+          5 5 6 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 1 2 3 -1.</_>
+        <_>
+          6 1 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 7 6 1 -1.</_>
+        <_>
+          12 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 1 2 10 -1.</_>
+        <_>
+          3 1 1 5 2.</_>
+        <_>
+          4 6 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 7 2 1 -1.</_>
+        <_>
+          13 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 13 4 6 -1.</_>
+        <_>
+          4 15 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 7 2 1 -1.</_>
+        <_>
+          13 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 2 1 -1.</_>
+        <_>
+          6 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 12 18 4 -1.</_>
+        <_>
+          11 12 9 2 2.</_>
+        <_>
+          2 14 9 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 2 2 -1.</_>
+        <_>
+          5 7 1 1 2.</_>
+        <_>
+          6 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 3 4 2 -1.</_>
+        <_>
+          16 4 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 2 18 -1.</_>
+        <_>
+          0 2 1 9 2.</_>
+        <_>
+          1 11 1 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 18 4 -1.</_>
+        <_>
+          10 2 9 2 2.</_>
+        <_>
+          1 4 9 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 1 3 -1.</_>
+        <_>
+          9 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 12 18 4 -1.</_>
+        <_>
+          11 12 9 2 2.</_>
+        <_>
+          2 14 9 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 12 18 4 -1.</_>
+        <_>
+          0 12 9 2 2.</_>
+        <_>
+          9 14 9 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 5 3 -1.</_>
+        <_>
+          11 5 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 4 7 3 -1.</_>
+        <_>
+          6 5 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 17 3 3 -1.</_>
+        <_>
+          13 18 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 1 3 4 -1.</_>
+        <_>
+          9 1 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 2 4 -1.</_>
+        <_>
+          11 4 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 17 9 3 -1.</_>
+        <_>
+          3 17 3 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 0 2 8 -1.</_>
+        <_>
+          12 0 1 4 2.</_>
+        <_>
+          11 4 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 8 6 12 -1.</_>
+        <_>
+          0 8 3 6 2.</_>
+        <_>
+          3 14 3 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 7 4 12 -1.</_>
+        <_>
+          10 13 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 3 8 14 -1.</_>
+        <_>
+          5 10 8 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 10 6 1 -1.</_>
+        <_>
+          14 10 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 10 4 -1.</_>
+        <_>
+          0 6 10 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 0 5 8 -1.</_>
+        <_>
+          10 4 5 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 1 4 8 -1.</_>
+        <_>
+          8 1 2 4 2.</_>
+        <_>
+          10 5 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 6 1 -1.</_>
+        <_>
+          11 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 9 3 4 -1.</_>
+        <_>
+          9 9 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 4 2 6 -1.</_>
+        <_>
+          18 6 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 3 4 -1.</_>
+        <_>
+          9 8 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 13 3 -1.</_>
+        <_>
+          7 2 13 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 6 1 -1.</_>
+        <_>
+          9 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 11 3 6 -1.</_>
+        <_>
+          12 13 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 6 1 -1.</_>
+        <_>
+          7 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 4 18 10 -1.</_>
+        <_>
+          10 4 9 5 2.</_>
+        <_>
+          1 9 9 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 6 4 9 -1.</_>
+        <_>
+          8 9 4 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 6 4 3 -1.</_>
+        <_>
+          8 7 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 3 -1.</_>
+        <_>
+          9 7 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 15 4 3 -1.</_>
+        <_>
+          14 16 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 10 3 10 -1.</_>
+        <_>
+          6 10 1 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 4 3 -1.</_>
+        <_>
+          8 16 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 8 1 6 -1.</_>
+        <_>
+          0 10 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 15 1 3 -1.</_>
+        <_>
+          10 16 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 15 4 3 -1.</_>
+        <_>
+          2 16 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 3 2 8 -1.</_>
+        <_>
+          19 3 1 4 2.</_>
+        <_>
+          18 7 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 2 8 -1.</_>
+        <_>
+          0 3 1 4 2.</_>
+        <_>
+          1 7 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 7 14 10 -1.</_>
+        <_>
+          10 7 7 5 2.</_>
+        <_>
+          3 12 7 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 7 19 3 -1.</_>
+        <_>
+          0 8 19 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 6 3 3 -1.</_>
+        <_>
+          12 7 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 6 1 3 -1.</_>
+        <_>
+          0 7 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 6 3 3 -1.</_>
+        <_>
+          12 7 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 3 3 -1.</_>
+        <_>
+          5 7 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 2 4 2 -1.</_>
+        <_>
+          8 3 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 3 4 12 -1.</_>
+        <_>
+          8 3 2 12 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 6 2 3 -1.</_>
+        <_>
+          13 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 10 20 4 -1.</_>
+        <_>
+          0 12 20 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 0 17 14 -1.</_>
+        <_>
+          2 7 17 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 6 10 -1.</_>
+        <_>
+          0 0 3 5 2.</_>
+        <_>
+          3 5 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 6 6 4 -1.</_>
+        <_>
+          14 6 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 6 6 4 -1.</_>
+        <_>
+          3 6 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 2 7 2 -1.</_>
+        <_>
+          13 3 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 7 2 -1.</_>
+        <_>
+          0 3 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 11 14 2 -1.</_>
+        <_>
+          13 11 7 1 2.</_>
+        <_>
+          6 12 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 5 2 2 -1.</_>
+        <_>
+          8 5 1 1 2.</_>
+        <_>
+          9 6 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 9 2 3 -1.</_>
+        <_>
+          13 9 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 3 12 -1.</_>
+        <_>
+          2 1 1 12 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 4 1 3 -1.</_>
+        <_>
+          17 5 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 4 1 3 -1.</_>
+        <_>
+          2 5 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 5 1 3 -1.</_>
+        <_>
+          14 6 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 16 2 3 -1.</_>
+        <_>
+          7 17 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 4 6 -1.</_>
+        <_>
+          10 13 2 3 2.</_>
+        <_>
+          8 16 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 1 3 -1.</_>
+        <_>
+          5 6 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 0 4 20 -1.</_>
+        <_>
+          16 0 2 20 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 1 2 6 -1.</_>
+        <_>
+          5 1 1 3 2.</_>
+        <_>
+          6 4 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 10 4 -1.</_>
+        <_>
+          5 6 10 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 2 4 12 -1.</_>
+        <_>
+          15 2 2 12 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 4 12 -1.</_>
+        <_>
+          7 12 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 5 1 8 -1.</_>
+        <_>
+          14 9 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 4 14 10 -1.</_>
+        <_>
+          1 4 7 5 2.</_>
+        <_>
+          8 9 7 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 6 6 14 -1.</_>
+        <_>
+          14 6 3 7 2.</_>
+        <_>
+          11 13 3 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 6 6 14 -1.</_>
+        <_>
+          3 6 3 7 2.</_>
+        <_>
+          6 13 3 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 15 2 -1.</_>
+        <_>
+          9 9 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 6 3 -1.</_>
+        <_>
+          7 15 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 3 14 4 -1.</_>
+        <_>
+          13 3 7 2 2.</_>
+        <_>
+          6 5 7 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 9 15 2 -1.</_>
+        <_>
+          6 9 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 11 8 9 -1.</_>
+        <_>
+          6 14 8 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 4 3 8 -1.</_>
+        <_>
+          8 4 1 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 6 2 6 -1.</_>
+        <_>
+          14 9 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 6 4 -1.</_>
+        <_>
+          5 7 3 2 2.</_>
+        <_>
+          8 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 18 19 -1.</_>
+        <_>
+          7 1 6 19 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 6 5 -1.</_>
+        <_>
+          4 2 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 17 6 2 -1.</_>
+        <_>
+          12 18 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 17 6 2 -1.</_>
+        <_>
+          2 18 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 3 3 6 -1.</_>
+        <_>
+          17 5 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 17 3 3 -1.</_>
+        <_>
+          8 18 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 13 2 6 -1.</_>
+        <_>
+          10 16 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 6 3 -1.</_>
+        <_>
+          7 14 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 3 3 6 -1.</_>
+        <_>
+          17 5 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 2 3 -1.</_>
+        <_>
+          8 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 3 6 2 -1.</_>
+        <_>
+          11 3 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 3 6 -1.</_>
+        <_>
+          0 5 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 5 4 6 -1.</_>
+        <_>
+          8 7 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 3 2 -1.</_>
+        <_>
+          5 6 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 1 3 4 -1.</_>
+        <_>
+          11 1 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 5 9 -1.</_>
+        <_>
+          1 5 5 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 6 2 3 -1.</_>
+        <_>
+          13 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 6 14 3 -1.</_>
+        <_>
+          7 6 7 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 11 18 8 -1.</_>
+        <_>
+          2 15 18 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 2 3 -1.</_>
+        <_>
+          5 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 6 4 2 -1.</_>
+        <_>
+          12 6 2 1 2.</_>
+        <_>
+          10 7 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 4 2 -1.</_>
+        <_>
+          6 6 2 1 2.</_>
+        <_>
+          8 7 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 1 3 4 -1.</_>
+        <_>
+          11 1 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 2 7 -1.</_>
+        <_>
+          8 1 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 2 15 14 -1.</_>
+        <_>
+          4 9 15 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 2 -1.</_>
+        <_>
+          9 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 3 18 4 -1.</_>
+        <_>
+          11 3 9 2 2.</_>
+        <_>
+          2 5 9 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 2 -1.</_>
+        <_>
+          10 7 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 9 2 3 -1.</_>
+        <_>
+          13 9 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 6 2 -1.</_>
+        <_>
+          7 2 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 7 -1.</_>
+        <_>
+          9 5 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 2 3 -1.</_>
+        <_>
+          6 9 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 14 18 -1.</_>
+        <_>
+          6 9 14 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 16 6 3 -1.</_>
+        <_>
+          2 17 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 6 -1.</_>
+        <_>
+          10 7 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 8 4 3 -1.</_>
+        <_>
+          7 9 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 12 6 3 -1.</_>
+        <_>
+          7 13 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 2 3 -1.</_>
+        <_>
+          9 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 12 6 2 -1.</_>
+        <_>
+          9 12 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 4 6 -1.</_>
+        <_>
+          5 14 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 12 7 2 -1.</_>
+        <_>
+          11 13 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 10 8 6 -1.</_>
+        <_>
+          6 10 4 3 2.</_>
+        <_>
+          10 13 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 10 3 4 -1.</_>
+        <_>
+          11 12 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 16 2 3 -1.</_>
+        <_>
+          9 17 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 3 1 9 -1.</_>
+        <_>
+          13 6 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 13 14 6 -1.</_>
+        <_>
+          1 15 14 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 6 1 6 -1.</_>
+        <_>
+          13 9 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 3 8 -1.</_>
+        <_>
+          1 4 1 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 0 2 18 -1.</_>
+        <_>
+          18 0 1 18 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 3 6 2 -1.</_>
+        <_>
+          2 4 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 8 6 -1.</_>
+        <_>
+          9 2 8 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 1 6 -1.</_>
+        <_>
+          6 9 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 8 6 3 -1.</_>
+        <_>
+          14 9 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 2 18 -1.</_>
+        <_>
+          1 0 1 18 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 18 18 2 -1.</_>
+        <_>
+          10 18 9 1 2.</_>
+        <_>
+          1 19 9 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 15 2 2 -1.</_>
+        <_>
+          3 16 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 5 3 -1.</_>
+        <_>
+          8 15 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 2 3 -1.</_>
+        <_>
+          8 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 3 3 3 -1.</_>
+        <_>
+          13 3 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 6 2 -1.</_>
+        <_>
+          9 5 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 5 5 2 -1.</_>
+        <_>
+          15 6 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 5 2 -1.</_>
+        <_>
+          0 6 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 14 1 6 -1.</_>
+        <_>
+          17 17 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 9 9 3 -1.</_>
+        <_>
+          5 9 3 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 3 3 3 -1.</_>
+        <_>
+          13 3 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 4 18 -1.</_>
+        <_>
+          2 0 2 18 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 6 1 3 -1.</_>
+        <_>
+          17 7 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 14 1 6 -1.</_>
+        <_>
+          2 17 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          19 8 1 2 -1.</_>
+        <_>
+          19 9 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 3 3 3 -1.</_>
+        <_>
+          6 3 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 16 2 3 -1.</_>
+        <_>
+          9 17 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 6 1 3 -1.</_>
+        <_>
+          2 7 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 8 2 -1.</_>
+        <_>
+          16 4 4 1 2.</_>
+        <_>
+          12 5 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 8 2 -1.</_>
+        <_>
+          0 4 4 1 2.</_>
+        <_>
+          4 5 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 16 18 4 -1.</_>
+        <_>
+          2 18 18 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 15 2 4 -1.</_>
+        <_>
+          7 17 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 14 3 -1.</_>
+        <_>
+          4 1 14 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 4 20 -1.</_>
+        <_>
+          2 0 2 20 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 4 8 -1.</_>
+        <_>
+          14 4 2 4 2.</_>
+        <_>
+          12 8 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 7 2 2 -1.</_>
+        <_>
+          6 7 1 1 2.</_>
+        <_>
+          7 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 6 2 3 -1.</_>
+        <_>
+          10 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 2 -1.</_>
+        <_>
+          8 8 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 2 6 12 -1.</_>
+        <_>
+          8 8 6 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 11 12 -1.</_>
+        <_>
+          4 4 11 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 9 6 11 -1.</_>
+        <_>
+          16 9 2 11 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 14 4 3 -1.</_>
+        <_>
+          0 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 10 2 3 -1.</_>
+        <_>
+          9 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 3 2 -1.</_>
+        <_>
+          5 12 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 15 3 3 -1.</_>
+        <_>
+          10 15 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 3 4 -1.</_>
+        <_>
+          9 8 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 15 3 3 -1.</_>
+        <_>
+          10 15 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 3 2 -1.</_>
+        <_>
+          8 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 10 16 4 -1.</_>
+        <_>
+          10 10 8 2 2.</_>
+        <_>
+          2 12 8 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 3 4 17 -1.</_>
+        <_>
+          4 3 2 17 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 13 2 7 -1.</_>
+        <_>
+          15 13 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 2 6 1 -1.</_>
+        <_>
+          5 2 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 12 4 -1.</_>
+        <_>
+          9 2 4 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 8 12 -1.</_>
+        <_>
+          6 0 4 6 2.</_>
+        <_>
+          10 6 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 7 2 2 -1.</_>
+        <_>
+          14 7 1 1 2.</_>
+        <_>
+          13 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 12 20 6 -1.</_>
+        <_>
+          0 14 20 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 7 2 3 -1.</_>
+        <_>
+          14 7 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 8 9 12 -1.</_>
+        <_>
+          3 8 3 12 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 0 16 2 -1.</_>
+        <_>
+          3 0 8 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 15 3 3 -1.</_>
+        <_>
+          6 16 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 6 3 -1.</_>
+        <_>
+          8 16 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 10 1 6 -1.</_>
+        <_>
+          0 12 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 9 4 3 -1.</_>
+        <_>
+          10 10 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 15 2 3 -1.</_>
+        <_>
+          9 16 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 10 1 -1.</_>
+        <_>
+          5 7 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 12 19 -1.</_>
+        <_>
+          10 0 6 19 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 6 20 6 -1.</_>
+        <_>
+          10 6 10 3 2.</_>
+        <_>
+          0 9 10 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 6 2 2 -1.</_>
+        <_>
+          3 6 1 1 2.</_>
+        <_>
+          4 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 6 2 2 -1.</_>
+        <_>
+          16 6 1 1 2.</_>
+        <_>
+          15 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 6 2 2 -1.</_>
+        <_>
+          3 6 1 1 2.</_>
+        <_>
+          4 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 4 1 12 -1.</_>
+        <_>
+          14 10 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 5 16 10 -1.</_>
+        <_>
+          2 5 8 5 2.</_>
+        <_>
+          10 10 8 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 17 3 2 -1.</_>
+        <_>
+          10 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 4 2 2 -1.</_>
+        <_>
+          1 5 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 15 5 -1.</_>
+        <_>
+          10 0 5 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 15 5 -1.</_>
+        <_>
+          5 0 5 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 2 2 17 -1.</_>
+        <_>
+          11 2 1 17 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 2 2 17 -1.</_>
+        <_>
+          8 2 1 17 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 11 2 9 -1.</_>
+        <_>
+          15 11 1 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 11 2 9 -1.</_>
+        <_>
+          4 11 1 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 16 14 4 -1.</_>
+        <_>
+          5 16 7 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 4 18 1 -1.</_>
+        <_>
+          7 4 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 7 6 4 -1.</_>
+        <_>
+          16 7 3 2 2.</_>
+        <_>
+          13 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 8 2 12 -1.</_>
+        <_>
+          9 12 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 1 6 6 -1.</_>
+        <_>
+          12 3 6 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 6 6 -1.</_>
+        <_>
+          5 2 3 3 2.</_>
+        <_>
+          8 5 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 16 6 4 -1.</_>
+        <_>
+          12 16 3 2 2.</_>
+        <_>
+          9 18 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 18 3 -1.</_>
+        <_>
+          7 2 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 4 9 10 -1.</_>
+        <_>
+          7 9 9 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 4 4 -1.</_>
+        <_>
+          7 9 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 10 3 6 -1.</_>
+        <_>
+          11 13 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 11 5 3 -1.</_>
+        <_>
+          7 12 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 11 6 6 -1.</_>
+        <_>
+          10 11 3 3 2.</_>
+        <_>
+          7 14 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 10 9 -1.</_>
+        <_>
+          0 3 10 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 14 1 6 -1.</_>
+        <_>
+          13 16 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 3 6 -1.</_>
+        <_>
+          0 4 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 14 1 6 -1.</_>
+        <_>
+          6 16 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 15 2 3 -1.</_>
+        <_>
+          9 16 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 4 3 3 -1.</_>
+        <_>
+          7 4 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 11 3 -1.</_>
+        <_>
+          9 1 11 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 6 20 3 -1.</_>
+        <_>
+          0 7 20 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 1 1 2 -1.</_>
+        <_>
+          10 2 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 6 -1.</_>
+        <_>
+          10 6 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 8 12 1 -1.</_>
+        <_>
+          9 8 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 8 12 1 -1.</_>
+        <_>
+          7 8 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 5 -1.</_>
+        <_>
+          10 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 9 6 2 -1.</_>
+        <_>
+          6 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 9 3 3 -1.</_>
+        <_>
+          12 10 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 6 1 -1.</_>
+        <_>
+          9 0 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 9 3 3 -1.</_>
+        <_>
+          12 10 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 10 2 1 -1.</_>
+        <_>
+          8 10 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 4 9 13 -1.</_>
+        <_>
+          9 4 3 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 8 4 2 -1.</_>
+        <_>
+          6 9 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 2 4 6 -1.</_>
+        <_>
+          16 2 2 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 17 6 3 -1.</_>
+        <_>
+          0 18 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 10 3 10 -1.</_>
+        <_>
+          10 15 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 5 -1.</_>
+        <_>
+          9 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 4 4 3 -1.</_>
+        <_>
+          10 4 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 4 3 8 -1.</_>
+        <_>
+          9 4 1 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 9 13 -1.</_>
+        <_>
+          9 6 3 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 8 12 -1.</_>
+        <_>
+          6 0 4 6 2.</_>
+        <_>
+          10 6 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 2 6 8 -1.</_>
+        <_>
+          16 2 2 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 3 6 -1.</_>
+        <_>
+          7 0 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 2 6 8 -1.</_>
+        <_>
+          16 2 2 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 6 6 -1.</_>
+        <_>
+          0 8 6 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 6 2 -1.</_>
+        <_>
+          12 12 3 1 2.</_>
+        <_>
+          9 13 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 17 3 2 -1.</_>
+        <_>
+          9 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 6 2 2 -1.</_>
+        <_>
+          12 6 1 1 2.</_>
+        <_>
+          11 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 9 18 2 -1.</_>
+        <_>
+          7 9 6 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 6 2 2 -1.</_>
+        <_>
+          12 6 1 1 2.</_>
+        <_>
+          11 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 4 12 8 -1.</_>
+        <_>
+          7 4 4 8 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 11 5 3 -1.</_>
+        <_>
+          13 12 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 10 2 3 -1.</_>
+        <_>
+          9 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 7 2 3 -1.</_>
+        <_>
+          14 7 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 1 3 -1.</_>
+        <_>
+          5 5 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 4 2 3 -1.</_>
+        <_>
+          13 5 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 2 3 -1.</_>
+        <_>
+          5 5 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 8 2 3 -1.</_>
+        <_>
+          9 9 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 9 2 2 -1.</_>
+        <_>
+          8 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 14 1 4 -1.</_>
+        <_>
+          15 16 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 2 2 -1.</_>
+        <_>
+          3 13 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 15 2 2 -1.</_>
+        <_>
+          13 15 1 1 2.</_>
+        <_>
+          12 16 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 13 2 2 -1.</_>
+        <_>
+          9 14 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 14 9 -1.</_>
+        <_>
+          4 14 14 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 4 3 -1.</_>
+        <_>
+          7 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 14 1 4 -1.</_>
+        <_>
+          15 16 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 14 1 4 -1.</_>
+        <_>
+          4 16 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 6 13 -1.</_>
+        <_>
+          16 0 2 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 1 2 12 -1.</_>
+        <_>
+          4 1 1 6 2.</_>
+        <_>
+          5 7 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 14 6 6 -1.</_>
+        <_>
+          14 14 3 3 2.</_>
+        <_>
+          11 17 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 14 6 6 -1.</_>
+        <_>
+          3 14 3 3 2.</_>
+        <_>
+          6 17 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 17 3 2 -1.</_>
+        <_>
+          14 18 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 17 3 2 -1.</_>
+        <_>
+          3 18 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 6 13 -1.</_>
+        <_>
+          16 0 2 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 6 13 -1.</_>
+        <_>
+          2 0 2 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 10 7 6 -1.</_>
+        <_>
+          10 12 7 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 15 2 2 -1.</_>
+        <_>
+          6 15 1 1 2.</_>
+        <_>
+          7 16 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 11 8 6 -1.</_>
+        <_>
+          10 11 4 3 2.</_>
+        <_>
+          6 14 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 2 2 -1.</_>
+        <_>
+          7 6 1 1 2.</_>
+        <_>
+          8 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 2 16 6 -1.</_>
+        <_>
+          10 2 8 3 2.</_>
+        <_>
+          2 5 8 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 3 3 -1.</_>
+        <_>
+          5 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 7 3 10 -1.</_>
+        <_>
+          11 12 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 7 3 10 -1.</_>
+        <_>
+          6 12 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 7 3 2 -1.</_>
+        <_>
+          11 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 2 -1.</_>
+        <_>
+          8 13 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 1 1 3 -1.</_>
+        <_>
+          10 2 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 4 18 -1.</_>
+        <_>
+          1 2 2 9 2.</_>
+        <_>
+          3 11 2 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 4 12 -1.</_>
+        <_>
+          12 10 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 1 6 -1.</_>
+        <_>
+          0 2 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 2 3 -1.</_>
+        <_>
+          9 12 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 4 3 -1.</_>
+        <_>
+          8 8 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 7 3 2 -1.</_>
+        <_>
+          11 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 3 2 -1.</_>
+        <_>
+          8 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 4 6 1 -1.</_>
+        <_>
+          11 4 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 2 3 -1.</_>
+        <_>
+          9 7 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 7 8 6 -1.</_>
+        <_>
+          16 7 4 3 2.</_>
+        <_>
+          12 10 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 7 8 6 -1.</_>
+        <_>
+          0 7 4 3 2.</_>
+        <_>
+          4 10 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 2 2 10 -1.</_>
+        <_>
+          19 2 1 5 2.</_>
+        <_>
+          18 7 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 6 4 -1.</_>
+        <_>
+          3 2 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 4 6 1 -1.</_>
+        <_>
+          11 4 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 15 2 2 -1.</_>
+        <_>
+          7 15 1 1 2.</_>
+        <_>
+          8 16 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 13 1 6 -1.</_>
+        <_>
+          11 16 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 1 6 -1.</_>
+        <_>
+          8 16 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 3 2 1 -1.</_>
+        <_>
+          14 3 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 2 3 -1.</_>
+        <_>
+          8 16 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 15 7 4 -1.</_>
+        <_>
+          12 17 7 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 14 12 3 -1.</_>
+        <_>
+          4 15 12 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 3 3 2 -1.</_>
+        <_>
+          11 3 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 12 2 2 -1.</_>
+        <_>
+          4 13 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 11 4 6 -1.</_>
+        <_>
+          10 14 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 2 2 -1.</_>
+        <_>
+          7 13 1 1 2.</_>
+        <_>
+          8 14 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 14 4 -1.</_>
+        <_>
+          11 11 7 2 2.</_>
+        <_>
+          4 13 7 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 18 18 2 -1.</_>
+        <_>
+          7 18 6 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 18 2 2 -1.</_>
+        <_>
+          12 18 1 1 2.</_>
+        <_>
+          11 19 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 18 2 2 -1.</_>
+        <_>
+          7 18 1 1 2.</_>
+        <_>
+          8 19 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 18 8 2 -1.</_>
+        <_>
+          12 19 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 6 2 -1.</_>
+        <_>
+          7 15 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 8 -1.</_>
+        <_>
+          10 12 2 4 2.</_>
+        <_>
+          8 16 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 3 3 -1.</_>
+        <_>
+          4 10 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 10 6 2 -1.</_>
+        <_>
+          9 10 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 4 15 -1.</_>
+        <_>
+          7 0 2 15 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 6 12 14 -1.</_>
+        <_>
+          12 6 4 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 16 3 3 -1.</_>
+        <_>
+          5 17 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 1 12 19 -1.</_>
+        <_>
+          12 1 4 19 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 0 3 2 -1.</_>
+        <_>
+          3 1 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 12 4 5 -1.</_>
+        <_>
+          10 12 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 12 4 5 -1.</_>
+        <_>
+          8 12 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 11 2 2 -1.</_>
+        <_>
+          12 11 1 1 2.</_>
+        <_>
+          11 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 3 6 -1.</_>
+        <_>
+          0 4 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 11 2 2 -1.</_>
+        <_>
+          12 11 1 1 2.</_>
+        <_>
+          11 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 4 10 -1.</_>
+        <_>
+          7 11 4 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 11 2 2 -1.</_>
+        <_>
+          12 11 1 1 2.</_>
+        <_>
+          11 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 13 5 2 -1.</_>
+        <_>
+          2 14 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 11 2 2 -1.</_>
+        <_>
+          12 11 1 1 2.</_>
+        <_>
+          11 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 11 2 2 -1.</_>
+        <_>
+          7 11 1 1 2.</_>
+        <_>
+          8 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 13 3 3 -1.</_>
+        <_>
+          14 14 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 13 3 3 -1.</_>
+        <_>
+          3 14 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 3 -1.</_>
+        <_>
+          9 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 3 -1.</_>
+        <_>
+          8 8 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 3 3 -1.</_>
+        <_>
+          13 6 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 9 5 3 -1.</_>
+        <_>
+          0 10 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 3 3 -1.</_>
+        <_>
+          13 6 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 2 8 -1.</_>
+        <_>
+          9 12 1 4 2.</_>
+        <_>
+          10 16 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 7 2 2 -1.</_>
+        <_>
+          12 7 1 1 2.</_>
+        <_>
+          11 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 16 6 4 -1.</_>
+        <_>
+          3 16 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 6 2 3 -1.</_>
+        <_>
+          10 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 6 -1.</_>
+        <_>
+          9 7 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 15 8 4 -1.</_>
+        <_>
+          12 15 4 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 14 8 6 -1.</_>
+        <_>
+          4 14 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 0 3 2 -1.</_>
+        <_>
+          10 0 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 15 4 2 -1.</_>
+        <_>
+          6 15 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 7 3 13 -1.</_>
+        <_>
+          13 7 1 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 3 13 -1.</_>
+        <_>
+          6 7 1 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 3 9 -1.</_>
+        <_>
+          9 9 3 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 7 12 -1.</_>
+        <_>
+          4 10 7 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 12 2 2 -1.</_>
+        <_>
+          13 12 1 1 2.</_>
+        <_>
+          12 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 12 2 2 -1.</_>
+        <_>
+          6 12 1 1 2.</_>
+        <_>
+          7 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 9 4 2 -1.</_>
+        <_>
+          10 9 2 1 2.</_>
+        <_>
+          8 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 6 2 2 -1.</_>
+        <_>
+          3 6 1 1 2.</_>
+        <_>
+          4 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 6 3 2 -1.</_>
+        <_>
+          16 7 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 7 19 4 -1.</_>
+        <_>
+          0 9 19 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 2 10 1 -1.</_>
+        <_>
+          10 2 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 4 2 12 -1.</_>
+        <_>
+          9 10 2 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 18 4 1 -1.</_>
+        <_>
+          12 18 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 6 4 -1.</_>
+        <_>
+          1 7 3 2 2.</_>
+        <_>
+          4 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 0 6 13 -1.</_>
+        <_>
+          14 0 2 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 0 6 13 -1.</_>
+        <_>
+          4 0 2 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 5 8 8 -1.</_>
+        <_>
+          10 9 8 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 3 2 5 -1.</_>
+        <_>
+          9 3 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 4 9 1 -1.</_>
+        <_>
+          11 4 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 4 9 1 -1.</_>
+        <_>
+          6 4 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 18 10 -1.</_>
+        <_>
+          7 0 6 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 17 5 3 -1.</_>
+        <_>
+          7 18 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 11 6 1 -1.</_>
+        <_>
+          9 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 2 3 2 -1.</_>
+        <_>
+          2 3 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 2 -1.</_>
+        <_>
+          8 13 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 10 3 6 -1.</_>
+        <_>
+          6 13 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 2 4 -1.</_>
+        <_>
+          11 4 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 4 2 4 -1.</_>
+        <_>
+          8 4 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 4 -1.</_>
+        <_>
+          9 6 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 13 8 3 -1.</_>
+        <_>
+          6 14 8 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 15 3 4 -1.</_>
+        <_>
+          10 15 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 2 2 17 -1.</_>
+        <_>
+          10 2 1 17 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 6 1 -1.</_>
+        <_>
+          9 0 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 3 4 -1.</_>
+        <_>
+          9 15 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 7 3 -1.</_>
+        <_>
+          7 14 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 16 3 3 -1.</_>
+        <_>
+          9 16 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 2 8 10 -1.</_>
+        <_>
+          6 7 8 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 5 8 8 -1.</_>
+        <_>
+          2 9 8 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 16 2 2 -1.</_>
+        <_>
+          14 17 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 16 2 2 -1.</_>
+        <_>
+          4 17 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 11 4 6 -1.</_>
+        <_>
+          10 14 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 11 4 6 -1.</_>
+        <_>
+          6 14 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 14 1 3 -1.</_>
+        <_>
+          10 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 0 4 6 -1.</_>
+        <_>
+          12 0 2 3 2.</_>
+        <_>
+          10 3 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 20 2 -1.</_>
+        <_>
+          0 4 20 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 0 8 2 -1.</_>
+        <_>
+          16 0 4 1 2.</_>
+        <_>
+          12 1 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 12 10 8 -1.</_>
+        <_>
+          2 16 10 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 7 2 10 -1.</_>
+        <_>
+          18 7 1 5 2.</_>
+        <_>
+          17 12 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 2 10 -1.</_>
+        <_>
+          1 7 1 5 2.</_>
+        <_>
+          2 12 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 10 3 6 -1.</_>
+        <_>
+          15 12 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 4 6 2 -1.</_>
+        <_>
+          6 4 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 20 6 -1.</_>
+        <_>
+          0 7 20 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 8 2 -1.</_>
+        <_>
+          0 0 4 1 2.</_>
+        <_>
+          4 1 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 18 4 -1.</_>
+        <_>
+          7 0 6 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 13 6 2 -1.</_>
+        <_>
+          1 14 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 8 3 4 -1.</_>
+        <_>
+          11 8 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 1 6 1 -1.</_>
+        <_>
+          8 1 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 6 18 2 -1.</_>
+        <_>
+          10 6 9 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 11 1 2 -1.</_>
+        <_>
+          15 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 5 1 2 -1.</_>
+        <_>
+          6 6 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 4 1 3 -1.</_>
+        <_>
+          13 5 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 15 1 2 -1.</_>
+        <_>
+          2 16 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 4 3 -1.</_>
+        <_>
+          12 5 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 7 3 -1.</_>
+        <_>
+          0 1 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 6 2 -1.</_>
+        <_>
+          9 12 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 2 3 -1.</_>
+        <_>
+          5 5 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 4 2 3 -1.</_>
+        <_>
+          18 5 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 0 8 6 -1.</_>
+        <_>
+          3 2 8 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 20 6 -1.</_>
+        <_>
+          10 2 10 3 2.</_>
+        <_>
+          0 5 10 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 7 2 4 -1.</_>
+        <_>
+          5 7 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 10 15 2 -1.</_>
+        <_>
+          8 10 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 0 12 11 -1.</_>
+        <_>
+          9 0 6 11 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 0 2 6 -1.</_>
+        <_>
+          13 0 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 19 2 1 -1.</_>
+        <_>
+          1 19 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 10 4 10 -1.</_>
+        <_>
+          18 10 2 5 2.</_>
+        <_>
+          16 15 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 8 10 3 -1.</_>
+        <_>
+          4 9 10 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 3 3 -1.</_>
+        <_>
+          14 13 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 10 4 10 -1.</_>
+        <_>
+          0 10 2 5 2.</_>
+        <_>
+          2 15 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 3 2 6 -1.</_>
+        <_>
+          18 5 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 1 3 -1.</_>
+        <_>
+          6 7 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 7 2 -1.</_>
+        <_>
+          7 8 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 2 6 -1.</_>
+        <_>
+          0 5 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 1 3 1 -1.</_>
+        <_>
+          12 1 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 2 6 -1.</_>
+        <_>
+          6 0 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 1 18 14 -1.</_>
+        <_>
+          7 1 6 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 6 8 3 -1.</_>
+        <_>
+          8 6 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 6 2 -1.</_>
+        <_>
+          9 12 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 12 6 2 -1.</_>
+        <_>
+          8 12 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 7 3 5 -1.</_>
+        <_>
+          11 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 3 5 -1.</_>
+        <_>
+          8 7 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 0 3 10 -1.</_>
+        <_>
+          14 0 1 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 3 2 -1.</_>
+        <_>
+          4 12 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 3 3 6 -1.</_>
+        <_>
+          18 3 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 8 18 10 -1.</_>
+        <_>
+          1 13 18 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 0 3 10 -1.</_>
+        <_>
+          14 0 1 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 3 -1.</_>
+        <_>
+          9 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 3 3 7 -1.</_>
+        <_>
+          17 3 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 3 10 -1.</_>
+        <_>
+          5 0 1 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 3 3 7 -1.</_>
+        <_>
+          17 3 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 9 1 2 -1.</_>
+        <_>
+          0 10 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 1 2 10 -1.</_>
+        <_>
+          18 1 1 10 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 2 10 -1.</_>
+        <_>
+          1 1 1 10 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 16 3 4 -1.</_>
+        <_>
+          11 16 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 8 3 3 -1.</_>
+        <_>
+          3 8 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 0 2 6 -1.</_>
+        <_>
+          12 0 1 3 2.</_>
+        <_>
+          11 3 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 2 6 -1.</_>
+        <_>
+          7 0 1 3 2.</_>
+        <_>
+          8 3 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 3 3 7 -1.</_>
+        <_>
+          17 3 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 3 3 7 -1.</_>
+        <_>
+          2 3 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 1 6 16 -1.</_>
+        <_>
+          16 1 2 16 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 6 16 -1.</_>
+        <_>
+          2 1 2 16 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 0 16 8 -1.</_>
+        <_>
+          10 0 8 4 2.</_>
+        <_>
+          2 4 8 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 8 5 3 -1.</_>
+        <_>
+          6 9 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 3 -1.</_>
+        <_>
+          10 7 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 4 3 -1.</_>
+        <_>
+          8 9 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 4 -1.</_>
+        <_>
+          9 6 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 7 15 1 -1.</_>
+        <_>
+          5 7 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 2 7 9 -1.</_>
+        <_>
+          8 5 7 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 16 4 -1.</_>
+        <_>
+          1 7 8 2 2.</_>
+        <_>
+          9 9 8 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 12 8 2 -1.</_>
+        <_>
+          6 13 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 11 3 3 -1.</_>
+        <_>
+          8 12 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 14 10 -1.</_>
+        <_>
+          11 5 7 5 2.</_>
+        <_>
+          4 10 7 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 12 3 2 -1.</_>
+        <_>
+          4 13 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 6 1 -1.</_>
+        <_>
+          11 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 7 6 -1.</_>
+        <_>
+          4 11 7 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 10 6 3 -1.</_>
+        <_>
+          7 11 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 2 2 -1.</_>
+        <_>
+          9 12 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 20 6 -1.</_>
+        <_>
+          0 7 20 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 4 6 1 -1.</_>
+        <_>
+          8 4 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 6 1 -1.</_>
+        <_>
+          11 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 6 1 -1.</_>
+        <_>
+          7 11 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 16 3 4 -1.</_>
+        <_>
+          11 16 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 3 -1.</_>
+        <_>
+          9 7 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 12 16 8 -1.</_>
+        <_>
+          2 16 16 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 15 15 2 -1.</_>
+        <_>
+          0 16 15 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 4 5 6 -1.</_>
+        <_>
+          15 6 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 4 -1.</_>
+        <_>
+          10 5 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 10 9 6 -1.</_>
+        <_>
+          8 12 9 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 19 15 1 -1.</_>
+        <_>
+          7 19 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 16 3 4 -1.</_>
+        <_>
+          11 16 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 15 20 4 -1.</_>
+        <_>
+          0 17 20 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 16 3 4 -1.</_>
+        <_>
+          11 16 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 16 3 4 -1.</_>
+        <_>
+          8 16 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 16 3 3 -1.</_>
+        <_>
+          9 17 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 11 4 6 -1.</_>
+        <_>
+          8 14 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 12 -1.</_>
+        <_>
+          9 10 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 17 4 3 -1.</_>
+        <_>
+          8 18 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 18 8 2 -1.</_>
+        <_>
+          13 18 4 1 2.</_>
+        <_>
+          9 19 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 18 8 2 -1.</_>
+        <_>
+          1 19 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 6 15 -1.</_>
+        <_>
+          15 5 2 15 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 8 2 2 -1.</_>
+        <_>
+          9 9 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 3 -1.</_>
+        <_>
+          9 5 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 5 6 15 -1.</_>
+        <_>
+          3 5 2 15 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 1 14 8 -1.</_>
+        <_>
+          11 1 7 4 2.</_>
+        <_>
+          4 5 7 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 4 4 16 -1.</_>
+        <_>
+          2 4 2 8 2.</_>
+        <_>
+          4 12 2 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 3 12 -1.</_>
+        <_>
+          12 10 3 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 10 12 -1.</_>
+        <_>
+          4 5 5 6 2.</_>
+        <_>
+          9 11 5 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 3 -1.</_>
+        <_>
+          9 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 2 3 -1.</_>
+        <_>
+          5 5 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 2 4 10 -1.</_>
+        <_>
+          14 2 2 5 2.</_>
+        <_>
+          12 7 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 4 7 3 -1.</_>
+        <_>
+          6 5 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 0 18 2 -1.</_>
+        <_>
+          11 0 9 1 2.</_>
+        <_>
+          2 1 9 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 18 2 -1.</_>
+        <_>
+          0 0 9 1 2.</_>
+        <_>
+          9 1 9 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 13 4 6 -1.</_>
+        <_>
+          15 13 2 3 2.</_>
+        <_>
+          13 16 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 13 4 6 -1.</_>
+        <_>
+          3 13 2 3 2.</_>
+        <_>
+          5 16 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 12 2 6 -1.</_>
+        <_>
+          10 15 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 10 10 -1.</_>
+        <_>
+          5 9 5 5 2.</_>
+        <_>
+          10 14 5 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 4 2 -1.</_>
+        <_>
+          13 4 2 1 2.</_>
+        <_>
+          11 5 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 12 6 8 -1.</_>
+        <_>
+          10 12 3 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 2 4 10 -1.</_>
+        <_>
+          14 2 2 5 2.</_>
+        <_>
+          12 7 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 11 2 1 -1.</_>
+        <_>
+          9 11 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 5 1 12 -1.</_>
+        <_>
+          10 9 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 11 6 9 -1.</_>
+        <_>
+          3 11 3 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 2 4 10 -1.</_>
+        <_>
+          14 2 2 5 2.</_>
+        <_>
+          12 7 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 2 4 10 -1.</_>
+        <_>
+          4 2 2 5 2.</_>
+        <_>
+          6 7 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 4 2 -1.</_>
+        <_>
+          13 4 2 1 2.</_>
+        <_>
+          11 5 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 14 6 3 -1.</_>
+        <_>
+          0 15 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 4 2 -1.</_>
+        <_>
+          13 4 2 1 2.</_>
+        <_>
+          11 5 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 1 3 2 -1.</_>
+        <_>
+          7 1 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 4 2 -1.</_>
+        <_>
+          13 4 2 1 2.</_>
+        <_>
+          11 5 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 4 2 -1.</_>
+        <_>
+          5 4 2 1 2.</_>
+        <_>
+          7 5 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 0 2 12 -1.</_>
+        <_>
+          14 0 1 6 2.</_>
+        <_>
+          13 6 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 3 10 -1.</_>
+        <_>
+          7 0 1 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 0 17 8 -1.</_>
+        <_>
+          3 4 17 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 20 4 -1.</_>
+        <_>
+          0 6 20 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 8 2 -1.</_>
+        <_>
+          4 3 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 11 4 3 -1.</_>
+        <_>
+          8 12 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 6 4 -1.</_>
+        <_>
+          5 7 3 2 2.</_>
+        <_>
+          8 9 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 3 4 9 -1.</_>
+        <_>
+          8 6 4 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 1 4 -1.</_>
+        <_>
+          8 17 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 12 7 -1.</_>
+        <_>
+          8 5 4 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 2 4 10 -1.</_>
+        <_>
+          4 2 2 5 2.</_>
+        <_>
+          6 7 2 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 0 17 2 -1.</_>
+        <_>
+          3 1 17 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 2 16 15 -1.</_>
+        <_>
+          2 7 16 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 2 5 2 -1.</_>
+        <_>
+          15 3 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 3 2 2 -1.</_>
+        <_>
+          10 3 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 16 15 -1.</_>
+        <_>
+          4 10 16 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 5 6 -1.</_>
+        <_>
+          7 16 5 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 7 3 2 -1.</_>
+        <_>
+          11 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 3 3 1 -1.</_>
+        <_>
+          9 3 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 16 3 3 -1.</_>
+        <_>
+          9 17 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 5 2 -1.</_>
+        <_>
+          0 3 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 5 4 3 -1.</_>
+        <_>
+          12 6 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 12 1 -1.</_>
+        <_>
+          5 7 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 6 14 -1.</_>
+        <_>
+          7 12 6 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 8 10 -1.</_>
+        <_>
+          0 0 4 5 2.</_>
+        <_>
+          4 5 4 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 1 3 2 -1.</_>
+        <_>
+          10 1 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 1 3 2 -1.</_>
+        <_>
+          9 1 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 3 3 -1.</_>
+        <_>
+          12 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 4 6 16 -1.</_>
+        <_>
+          7 12 6 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 3 3 -1.</_>
+        <_>
+          12 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 3 2 6 -1.</_>
+        <_>
+          2 5 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 2 6 9 -1.</_>
+        <_>
+          14 5 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 3 3 -1.</_>
+        <_>
+          5 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 17 3 2 -1.</_>
+        <_>
+          10 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 2 3 -1.</_>
+        <_>
+          5 6 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 11 3 6 -1.</_>
+        <_>
+          13 13 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 14 2 6 -1.</_>
+        <_>
+          3 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 3 6 2 -1.</_>
+        <_>
+          14 4 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 8 16 2 -1.</_>
+        <_>
+          0 9 16 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 3 6 2 -1.</_>
+        <_>
+          14 4 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 5 6 -1.</_>
+        <_>
+          0 2 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 5 4 3 -1.</_>
+        <_>
+          12 6 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 3 6 -1.</_>
+        <_>
+          4 13 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 5 4 3 -1.</_>
+        <_>
+          12 6 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 1 3 -1.</_>
+        <_>
+          9 6 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 5 4 3 -1.</_>
+        <_>
+          12 6 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 8 12 -1.</_>
+        <_>
+          6 12 8 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 5 4 3 -1.</_>
+        <_>
+          12 6 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 12 9 2 -1.</_>
+        <_>
+          8 12 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 5 4 3 -1.</_>
+        <_>
+          12 6 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 4 3 -1.</_>
+        <_>
+          4 6 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 9 2 -1.</_>
+        <_>
+          9 6 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 1 3 -1.</_>
+        <_>
+          4 12 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 6 6 -1.</_>
+        <_>
+          14 12 3 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 3 7 -1.</_>
+        <_>
+          8 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 8 3 3 -1.</_>
+        <_>
+          10 8 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 3 3 -1.</_>
+        <_>
+          9 8 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 10 11 3 -1.</_>
+        <_>
+          5 11 11 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 10 1 -1.</_>
+        <_>
+          10 7 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 2 -1.</_>
+        <_>
+          10 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 2 -1.</_>
+        <_>
+          9 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 9 4 2 -1.</_>
+        <_>
+          11 9 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 4 2 -1.</_>
+        <_>
+          7 9 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 10 2 4 -1.</_>
+        <_>
+          14 12 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 3 2 -1.</_>
+        <_>
+          8 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 17 6 3 -1.</_>
+        <_>
+          14 18 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 12 12 -1.</_>
+        <_>
+          4 5 6 6 2.</_>
+        <_>
+          10 11 6 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 9 8 8 -1.</_>
+        <_>
+          10 9 4 4 2.</_>
+        <_>
+          6 13 4 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 15 4 -1.</_>
+        <_>
+          5 4 5 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 2 4 1 -1.</_>
+        <_>
+          13 2 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 12 2 2 -1.</_>
+        <_>
+          4 13 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 4 3 -1.</_>
+        <_>
+          8 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 13 2 3 -1.</_>
+        <_>
+          9 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 11 2 3 -1.</_>
+        <_>
+          13 12 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 12 4 4 -1.</_>
+        <_>
+          7 12 2 2 2.</_>
+        <_>
+          9 14 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 11 2 2 -1.</_>
+        <_>
+          11 11 1 1 2.</_>
+        <_>
+          10 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 17 3 2 -1.</_>
+        <_>
+          9 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 11 2 2 -1.</_>
+        <_>
+          11 11 1 1 2.</_>
+        <_>
+          10 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 17 6 3 -1.</_>
+        <_>
+          0 18 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 11 2 2 -1.</_>
+        <_>
+          11 11 1 1 2.</_>
+        <_>
+          10 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 11 2 2 -1.</_>
+        <_>
+          8 11 1 1 2.</_>
+        <_>
+          9 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 5 8 4 -1.</_>
+        <_>
+          12 5 4 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 5 8 4 -1.</_>
+        <_>
+          4 5 4 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 2 4 1 -1.</_>
+        <_>
+          13 2 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 2 4 1 -1.</_>
+        <_>
+          5 2 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 0 4 2 -1.</_>
+        <_>
+          12 0 2 1 2.</_>
+        <_>
+          10 1 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 12 3 1 -1.</_>
+        <_>
+          8 12 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 11 4 8 -1.</_>
+        <_>
+          10 11 2 4 2.</_>
+        <_>
+          8 15 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 9 2 2 -1.</_>
+        <_>
+          9 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 18 15 2 -1.</_>
+        <_>
+          3 19 15 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 6 2 12 -1.</_>
+        <_>
+          2 6 1 6 2.</_>
+        <_>
+          3 12 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 8 2 3 -1.</_>
+        <_>
+          9 9 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 10 3 2 -1.</_>
+        <_>
+          8 10 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 11 3 1 -1.</_>
+        <_>
+          12 11 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 11 3 1 -1.</_>
+        <_>
+          7 11 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 2 4 2 -1.</_>
+        <_>
+          11 2 2 1 2.</_>
+        <_>
+          9 3 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 12 2 3 -1.</_>
+        <_>
+          4 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 1 18 3 -1.</_>
+        <_>
+          8 1 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 1 4 14 -1.</_>
+        <_>
+          7 1 2 14 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 16 12 3 -1.</_>
+        <_>
+          8 16 6 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 17 18 3 -1.</_>
+        <_>
+          7 17 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 6 -1.</_>
+        <_>
+          9 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 1 8 -1.</_>
+        <_>
+          9 16 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 3 -1.</_>
+        <_>
+          9 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 12 -1.</_>
+        <_>
+          9 10 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 9 3 3 -1.</_>
+        <_>
+          12 10 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 4 8 -1.</_>
+        <_>
+          2 1 2 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 1 6 2 -1.</_>
+        <_>
+          12 1 3 1 2.</_>
+        <_>
+          9 2 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 3 12 14 -1.</_>
+        <_>
+          1 10 12 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 2 -1.</_>
+        <_>
+          10 12 2 1 2.</_>
+        <_>
+          8 13 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 9 10 2 -1.</_>
+        <_>
+          1 9 5 1 2.</_>
+        <_>
+          6 10 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 4 3 -1.</_>
+        <_>
+          8 16 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 8 8 3 -1.</_>
+        <_>
+          6 9 8 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 15 5 3 -1.</_>
+        <_>
+          9 16 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 4 3 -1.</_>
+        <_>
+          8 8 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 6 2 -1.</_>
+        <_>
+          7 8 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 8 2 -1.</_>
+        <_>
+          5 7 4 1 2.</_>
+        <_>
+          9 8 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 9 3 3 -1.</_>
+        <_>
+          12 10 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 7 4 2 -1.</_>
+        <_>
+          4 8 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 2 6 9 -1.</_>
+        <_>
+          14 5 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 3 3 -1.</_>
+        <_>
+          5 9 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 9 3 3 -1.</_>
+        <_>
+          12 10 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 6 9 -1.</_>
+        <_>
+          0 5 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 3 3 6 -1.</_>
+        <_>
+          18 3 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 3 6 -1.</_>
+        <_>
+          1 3 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 14 1 2 -1.</_>
+        <_>
+          17 15 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 4 3 -1.</_>
+        <_>
+          6 9 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 9 3 3 -1.</_>
+        <_>
+          12 10 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 9 3 3 -1.</_>
+        <_>
+          5 10 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 6 8 -1.</_>
+        <_>
+          12 5 3 4 2.</_>
+        <_>
+          9 9 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 6 8 -1.</_>
+        <_>
+          5 5 3 4 2.</_>
+        <_>
+          8 9 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 1 4 6 -1.</_>
+        <_>
+          16 4 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 6 20 -1.</_>
+        <_>
+          3 0 2 20 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 11 3 2 -1.</_>
+        <_>
+          13 11 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 3 2 -1.</_>
+        <_>
+          6 11 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 4 6 1 -1.</_>
+        <_>
+          11 4 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 8 3 -1.</_>
+        <_>
+          4 0 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 0 2 5 -1.</_>
+        <_>
+          15 0 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 1 3 2 -1.</_>
+        <_>
+          5 1 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 6 15 -1.</_>
+        <_>
+          9 0 2 15 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 11 3 1 -1.</_>
+        <_>
+          7 11 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 0 3 4 -1.</_>
+        <_>
+          13 0 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 6 1 -1.</_>
+        <_>
+          7 4 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 7 3 2 -1.</_>
+        <_>
+          12 8 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 4 6 -1.</_>
+        <_>
+          0 4 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 7 3 2 -1.</_>
+        <_>
+          12 8 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 16 3 3 -1.</_>
+        <_>
+          2 17 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 8 6 10 -1.</_>
+        <_>
+          16 8 3 5 2.</_>
+        <_>
+          13 13 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 9 5 2 -1.</_>
+        <_>
+          0 10 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 11 2 2 -1.</_>
+        <_>
+          13 11 1 1 2.</_>
+        <_>
+          12 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 15 3 3 -1.</_>
+        <_>
+          3 16 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 7 3 2 -1.</_>
+        <_>
+          12 8 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 3 2 -1.</_>
+        <_>
+          5 8 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 9 9 -1.</_>
+        <_>
+          9 8 9 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 3 7 -1.</_>
+        <_>
+          6 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 12 5 -1.</_>
+        <_>
+          9 2 4 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 11 2 2 -1.</_>
+        <_>
+          6 11 1 1 2.</_>
+        <_>
+          7 12 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 15 3 2 -1.</_>
+        <_>
+          15 16 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 15 3 2 -1.</_>
+        <_>
+          2 16 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 6 8 -1.</_>
+        <_>
+          17 12 3 4 2.</_>
+        <_>
+          14 16 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 8 15 6 -1.</_>
+        <_>
+          7 8 5 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 2 18 17 -1.</_>
+        <_>
+          8 2 6 17 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 1 4 1 -1.</_>
+        <_>
+          7 1 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 12 5 -1.</_>
+        <_>
+          9 2 4 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 2 12 5 -1.</_>
+        <_>
+          7 2 4 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 12 4 -1.</_>
+        <_>
+          10 9 6 2 2.</_>
+        <_>
+          4 11 6 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 15 6 2 -1.</_>
+        <_>
+          5 15 3 1 2.</_>
+        <_>
+          8 16 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 14 2 3 -1.</_>
+        <_>
+          10 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 13 20 2 -1.</_>
+        <_>
+          0 13 10 1 2.</_>
+        <_>
+          10 14 10 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 12 8 -1.</_>
+        <_>
+          10 9 6 4 2.</_>
+        <_>
+          4 13 6 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 3 6 -1.</_>
+        <_>
+          8 16 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 12 2 2 -1.</_>
+        <_>
+          10 13 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 2 2 -1.</_>
+        <_>
+          9 12 1 1 2.</_>
+        <_>
+          10 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 14 4 -1.</_>
+        <_>
+          11 11 7 2 2.</_>
+        <_>
+          4 13 7 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 5 4 2 -1.</_>
+        <_>
+          8 6 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 10 6 3 -1.</_>
+        <_>
+          12 10 2 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 14 1 2 -1.</_>
+        <_>
+          2 15 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 8 6 12 -1.</_>
+        <_>
+          16 8 3 6 2.</_>
+        <_>
+          13 14 3 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 8 6 12 -1.</_>
+        <_>
+          1 8 3 6 2.</_>
+        <_>
+          4 14 3 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 0 6 10 -1.</_>
+        <_>
+          12 0 2 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 8 4 -1.</_>
+        <_>
+          5 11 4 2 2.</_>
+        <_>
+          9 13 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 16 8 4 -1.</_>
+        <_>
+          14 16 4 2 2.</_>
+        <_>
+          10 18 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 6 6 -1.</_>
+        <_>
+          9 7 2 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 2 4 10 -1.</_>
+        <_>
+          10 2 2 10 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 1 4 9 -1.</_>
+        <_>
+          8 1 2 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 19 2 1 -1.</_>
+        <_>
+          12 19 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 4 9 -1.</_>
+        <_>
+          3 2 2 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 5 6 4 -1.</_>
+        <_>
+          9 5 2 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 4 2 4 -1.</_>
+        <_>
+          9 6 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 5 2 8 -1.</_>
+        <_>
+          14 9 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 5 12 -1.</_>
+        <_>
+          7 12 5 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 6 2 6 -1.</_>
+        <_>
+          14 9 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 6 2 6 -1.</_>
+        <_>
+          4 9 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 10 4 -1.</_>
+        <_>
+          13 15 5 2 2.</_>
+        <_>
+          8 17 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 18 2 2 -1.</_>
+        <_>
+          7 18 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 6 2 -1.</_>
+        <_>
+          11 4 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 0 16 6 -1.</_>
+        <_>
+          2 2 16 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 6 2 -1.</_>
+        <_>
+          11 4 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 10 3 -1.</_>
+        <_>
+          4 12 10 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 6 2 -1.</_>
+        <_>
+          11 4 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 3 6 2 -1.</_>
+        <_>
+          3 4 6 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 0 4 7 -1.</_>
+        <_>
+          16 0 2 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 14 9 6 -1.</_>
+        <_>
+          0 16 9 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 16 3 3 -1.</_>
+        <_>
+          9 17 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 6 6 2 -1.</_>
+        <_>
+          6 6 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 11 1 3 -1.</_>
+        <_>
+          15 12 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 2 3 -1.</_>
+        <_>
+          5 6 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 9 2 2 -1.</_>
+        <_>
+          10 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 1 4 3 -1.</_>
+        <_>
+          5 1 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 0 4 7 -1.</_>
+        <_>
+          16 0 2 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 20 1 -1.</_>
+        <_>
+          10 0 10 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 11 1 3 -1.</_>
+        <_>
+          15 12 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 3 4 -1.</_>
+        <_>
+          1 4 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 3 3 6 -1.</_>
+        <_>
+          16 5 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 3 3 6 -1.</_>
+        <_>
+          1 5 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 2 12 6 -1.</_>
+        <_>
+          12 2 6 3 2.</_>
+        <_>
+          6 5 6 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 10 4 3 -1.</_>
+        <_>
+          8 11 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 2 14 6 -1.</_>
+        <_>
+          11 2 7 3 2.</_>
+        <_>
+          4 5 7 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 2 3 -1.</_>
+        <_>
+          9 12 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 13 2 3 -1.</_>
+        <_>
+          15 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 3 -1.</_>
+        <_>
+          8 13 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 11 1 3 -1.</_>
+        <_>
+          15 12 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 5 2 -1.</_>
+        <_>
+          7 14 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 12 6 3 -1.</_>
+        <_>
+          7 13 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 11 4 4 -1.</_>
+        <_>
+          5 13 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 3 3 -1.</_>
+        <_>
+          12 4 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 4 3 3 -1.</_>
+        <_>
+          7 4 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 5 3 6 -1.</_>
+        <_>
+          17 5 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 6 12 7 -1.</_>
+        <_>
+          7 6 4 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 5 3 6 -1.</_>
+        <_>
+          17 5 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 13 2 3 -1.</_>
+        <_>
+          3 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 5 3 6 -1.</_>
+        <_>
+          17 5 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 5 3 6 -1.</_>
+        <_>
+          2 5 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 9 18 1 -1.</_>
+        <_>
+          7 9 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 9 8 7 -1.</_>
+        <_>
+          4 9 4 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 11 8 2 -1.</_>
+        <_>
+          12 12 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 11 8 2 -1.</_>
+        <_>
+          0 12 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 13 2 3 -1.</_>
+        <_>
+          9 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 10 12 4 -1.</_>
+        <_>
+          4 10 6 2 2.</_>
+        <_>
+          10 12 6 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 3 3 7 -1.</_>
+        <_>
+          10 3 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 2 3 5 -1.</_>
+        <_>
+          8 2 1 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 4 6 -1.</_>
+        <_>
+          11 12 2 3 2.</_>
+        <_>
+          9 15 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 6 -1.</_>
+        <_>
+          9 7 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 4 4 2 -1.</_>
+        <_>
+          15 5 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 3 -1.</_>
+        <_>
+          9 7 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 2 6 4 -1.</_>
+        <_>
+          14 4 6 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 16 6 1 -1.</_>
+        <_>
+          9 16 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 13 2 3 -1.</_>
+        <_>
+          15 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 10 -1.</_>
+        <_>
+          9 7 1 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 10 2 6 -1.</_>
+        <_>
+          11 12 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 10 4 1 -1.</_>
+        <_>
+          8 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 9 2 2 -1.</_>
+        <_>
+          10 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 9 2 2 -1.</_>
+        <_>
+          8 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 7 2 2 -1.</_>
+        <_>
+          13 7 1 1 2.</_>
+        <_>
+          12 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 2 2 -1.</_>
+        <_>
+          5 7 1 1 2.</_>
+        <_>
+          6 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 0 3 14 -1.</_>
+        <_>
+          14 0 1 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 3 14 -1.</_>
+        <_>
+          5 0 1 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 4 3 14 -1.</_>
+        <_>
+          14 4 1 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 3 -1.</_>
+        <_>
+          9 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 2 3 16 -1.</_>
+        <_>
+          5 2 1 16 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 2 8 10 -1.</_>
+        <_>
+          7 7 8 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 14 7 3 -1.</_>
+        <_>
+          6 15 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 2 10 12 -1.</_>
+        <_>
+          14 2 5 6 2.</_>
+        <_>
+          9 8 5 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 7 8 2 -1.</_>
+        <_>
+          6 8 8 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 4 6 -1.</_>
+        <_>
+          8 16 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 1 3 -1.</_>
+        <_>
+          6 7 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 2 4 6 -1.</_>
+        <_>
+          16 4 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 4 2 -1.</_>
+        <_>
+          6 6 2 1 2.</_>
+        <_>
+          8 7 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 2 4 6 -1.</_>
+        <_>
+          16 4 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 4 6 -1.</_>
+        <_>
+          0 4 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 6 2 6 -1.</_>
+        <_>
+          9 6 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 4 6 10 -1.</_>
+        <_>
+          3 9 6 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 6 -1.</_>
+        <_>
+          9 5 1 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 13 2 3 -1.</_>
+        <_>
+          3 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 13 3 2 -1.</_>
+        <_>
+          13 14 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 16 10 4 -1.</_>
+        <_>
+          2 16 5 2 2.</_>
+        <_>
+          7 18 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 10 6 -1.</_>
+        <_>
+          10 6 5 3 2.</_>
+        <_>
+          5 9 5 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 1 3 -1.</_>
+        <_>
+          7 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 16 6 3 -1.</_>
+        <_>
+          14 17 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 3 3 -1.</_>
+        <_>
+          5 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 4 10 3 -1.</_>
+        <_>
+          7 5 10 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 5 4 -1.</_>
+        <_>
+          0 6 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 11 3 9 -1.</_>
+        <_>
+          13 14 3 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 3 9 -1.</_>
+        <_>
+          4 14 3 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 1 -1.</_>
+        <_>
+          9 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 6 17 -1.</_>
+        <_>
+          7 0 2 17 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 3 6 3 -1.</_>
+        <_>
+          10 3 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 2 15 4 -1.</_>
+        <_>
+          7 2 5 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 2 8 2 -1.</_>
+        <_>
+          12 2 4 1 2.</_>
+        <_>
+          8 3 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 1 3 6 -1.</_>
+        <_>
+          8 3 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 17 2 2 -1.</_>
+        <_>
+          9 18 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 2 14 -1.</_>
+        <_>
+          1 0 1 14 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 0 7 3 -1.</_>
+        <_>
+          12 1 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 14 1 2 -1.</_>
+        <_>
+          1 15 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 2 8 -1.</_>
+        <_>
+          15 12 1 4 2.</_>
+        <_>
+          14 16 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 7 3 -1.</_>
+        <_>
+          1 1 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 2 8 -1.</_>
+        <_>
+          15 12 1 4 2.</_>
+        <_>
+          14 16 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 8 12 -1.</_>
+        <_>
+          6 0 4 6 2.</_>
+        <_>
+          10 6 4 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 1 8 9 -1.</_>
+        <_>
+          6 4 8 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 2 2 -1.</_>
+        <_>
+          5 3 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 14 6 6 -1.</_>
+        <_>
+          16 14 3 3 2.</_>
+        <_>
+          13 17 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 17 20 2 -1.</_>
+        <_>
+          0 17 10 1 2.</_>
+        <_>
+          10 18 10 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 3 2 6 -1.</_>
+        <_>
+          11 3 1 3 2.</_>
+        <_>
+          10 6 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 12 6 2 -1.</_>
+        <_>
+          8 12 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 7 6 13 -1.</_>
+        <_>
+          10 7 3 13 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 15 10 5 -1.</_>
+        <_>
+          10 15 5 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 4 4 10 -1.</_>
+        <_>
+          10 4 2 10 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 2 1 -1.</_>
+        <_>
+          6 7 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 3 6 7 -1.</_>
+        <_>
+          10 3 3 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 3 6 7 -1.</_>
+        <_>
+          7 3 3 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 7 18 5 -1.</_>
+        <_>
+          7 7 6 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 17 4 3 -1.</_>
+        <_>
+          5 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 12 6 -1.</_>
+        <_>
+          14 14 6 3 2.</_>
+        <_>
+          8 17 6 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 13 20 4 -1.</_>
+        <_>
+          0 13 10 2 2.</_>
+        <_>
+          10 15 10 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 14 2 -1.</_>
+        <_>
+          11 5 7 1 2.</_>
+        <_>
+          4 6 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 10 12 -1.</_>
+        <_>
+          1 2 5 6 2.</_>
+        <_>
+          6 8 5 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 1 14 3 -1.</_>
+        <_>
+          6 2 14 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 16 2 3 -1.</_>
+        <_>
+          8 17 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 17 3 2 -1.</_>
+        <_>
+          10 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 15 4 2 -1.</_>
+        <_>
+          5 15 2 1 2.</_>
+        <_>
+          7 16 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 15 1 3 -1.</_>
+        <_>
+          10 16 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 16 4 4 -1.</_>
+        <_>
+          8 16 2 2 2.</_>
+        <_>
+          10 18 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 11 8 6 -1.</_>
+        <_>
+          6 14 8 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 13 5 2 -1.</_>
+        <_>
+          2 14 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 14 6 6 -1.</_>
+        <_>
+          16 14 3 3 2.</_>
+        <_>
+          13 17 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 9 18 4 -1.</_>
+        <_>
+          7 9 6 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 14 6 6 -1.</_>
+        <_>
+          16 14 3 3 2.</_>
+        <_>
+          13 17 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 1 6 -1.</_>
+        <_>
+          0 4 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 15 20 -1.</_>
+        <_>
+          5 10 15 10 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 14 6 6 -1.</_>
+        <_>
+          1 14 3 3 2.</_>
+        <_>
+          4 17 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 6 -1.</_>
+        <_>
+          10 14 2 3 2.</_>
+        <_>
+          8 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 11 2 1 -1.</_>
+        <_>
+          8 11 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 17 3 2 -1.</_>
+        <_>
+          10 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 17 3 2 -1.</_>
+        <_>
+          9 17 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 14 4 6 -1.</_>
+        <_>
+          14 14 2 3 2.</_>
+        <_>
+          12 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 14 4 6 -1.</_>
+        <_>
+          4 14 2 3 2.</_>
+        <_>
+          6 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 14 2 6 -1.</_>
+        <_>
+          14 14 1 3 2.</_>
+        <_>
+          13 17 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 14 2 6 -1.</_>
+        <_>
+          5 14 1 3 2.</_>
+        <_>
+          6 17 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 0 6 12 -1.</_>
+        <_>
+          7 4 6 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 7 12 2 -1.</_>
+        <_>
+          4 7 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 3 3 13 -1.</_>
+        <_>
+          11 3 1 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 3 3 13 -1.</_>
+        <_>
+          8 3 1 13 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 8 6 3 -1.</_>
+        <_>
+          10 9 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 11 3 2 -1.</_>
+        <_>
+          4 11 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 12 6 8 -1.</_>
+        <_>
+          16 12 3 4 2.</_>
+        <_>
+          13 16 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 6 5 -1.</_>
+        <_>
+          9 6 2 5 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 11 2 7 -1.</_>
+        <_>
+          17 11 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 13 8 2 -1.</_>
+        <_>
+          7 13 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 9 8 3 -1.</_>
+        <_>
+          6 10 8 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 3 4 3 -1.</_>
+        <_>
+          4 4 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 4 3 -1.</_>
+        <_>
+          11 4 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 4 17 12 -1.</_>
+        <_>
+          1 8 17 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 4 3 -1.</_>
+        <_>
+          11 4 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 8 6 3 -1.</_>
+        <_>
+          4 9 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 3 5 3 -1.</_>
+        <_>
+          12 4 5 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 11 2 7 -1.</_>
+        <_>
+          2 11 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 12 2 8 -1.</_>
+        <_>
+          16 12 1 4 2.</_>
+        <_>
+          15 16 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 8 11 3 -1.</_>
+        <_>
+          4 9 11 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 13 6 2 -1.</_>
+        <_>
+          12 13 3 1 2.</_>
+        <_>
+          9 14 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 13 4 3 -1.</_>
+        <_>
+          6 14 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 3 3 -1.</_>
+        <_>
+          10 12 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 3 3 3 -1.</_>
+        <_>
+          5 4 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 4 2 3 -1.</_>
+        <_>
+          9 5 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 16 3 -1.</_>
+        <_>
+          0 3 16 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 12 2 8 -1.</_>
+        <_>
+          16 12 1 4 2.</_>
+        <_>
+          15 16 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 12 2 8 -1.</_>
+        <_>
+          3 12 1 4 2.</_>
+        <_>
+          4 16 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 13 3 6 -1.</_>
+        <_>
+          14 15 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 13 3 6 -1.</_>
+        <_>
+          3 15 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 5 10 2 -1.</_>
+        <_>
+          11 5 5 1 2.</_>
+        <_>
+          6 6 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 14 14 6 -1.</_>
+        <_>
+          2 17 14 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 14 1 3 -1.</_>
+        <_>
+          10 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 16 2 2 -1.</_>
+        <_>
+          4 16 1 1 2.</_>
+        <_>
+          5 17 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 6 2 3 -1.</_>
+        <_>
+          10 7 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 17 20 2 -1.</_>
+        <_>
+          0 17 10 1 2.</_>
+        <_>
+          10 18 10 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 6 1 3 -1.</_>
+        <_>
+          13 7 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 3 2 -1.</_>
+        <_>
+          9 13 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 2 3 3 -1.</_>
+        <_>
+          13 2 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 18 2 2 -1.</_>
+        <_>
+          3 18 1 1 2.</_>
+        <_>
+          4 19 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 16 3 4 -1.</_>
+        <_>
+          10 16 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 1 3 -1.</_>
+        <_>
+          6 7 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 1 5 2 -1.</_>
+        <_>
+          13 2 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 6 2 -1.</_>
+        <_>
+          7 14 3 1 2.</_>
+        <_>
+          10 15 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 3 3 4 -1.</_>
+        <_>
+          12 3 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 13 12 6 -1.</_>
+        <_>
+          5 13 4 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 11 5 2 -1.</_>
+        <_>
+          14 12 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 15 14 4 -1.</_>
+        <_>
+          2 15 7 2 2.</_>
+        <_>
+          9 17 7 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 7 14 2 -1.</_>
+        <_>
+          10 7 7 1 2.</_>
+        <_>
+          3 8 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 11 4 2 -1.</_>
+        <_>
+          1 12 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 6 14 -1.</_>
+        <_>
+          16 0 2 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 1 3 -1.</_>
+        <_>
+          4 12 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 6 14 -1.</_>
+        <_>
+          16 0 2 14 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 10 3 7 -1.</_>
+        <_>
+          2 10 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 9 2 -1.</_>
+        <_>
+          8 13 9 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 6 20 1 -1.</_>
+        <_>
+          10 6 10 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 4 4 4 -1.</_>
+        <_>
+          8 4 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 2 2 -1.</_>
+        <_>
+          0 1 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 3 10 9 -1.</_>
+        <_>
+          5 6 10 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 2 4 10 -1.</_>
+        <_>
+          15 2 2 10 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 2 2 7 -1.</_>
+        <_>
+          9 2 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 4 12 1 -1.</_>
+        <_>
+          11 4 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 4 9 1 -1.</_>
+        <_>
+          6 4 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 10 1 4 -1.</_>
+        <_>
+          15 12 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 10 6 4 -1.</_>
+        <_>
+          7 10 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          15 9 1 6 -1.</_>
+        <_>
+          15 12 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 17 6 3 -1.</_>
+        <_>
+          7 18 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 3 2 16 -1.</_>
+        <_>
+          15 3 1 8 2.</_>
+        <_>
+          14 11 1 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 1 6 -1.</_>
+        <_>
+          4 12 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 1 5 2 -1.</_>
+        <_>
+          12 2 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 18 4 2 -1.</_>
+        <_>
+          6 18 2 1 2.</_>
+        <_>
+          8 19 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 4 16 10 -1.</_>
+        <_>
+          10 4 8 5 2.</_>
+        <_>
+          2 9 8 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 5 1 10 -1.</_>
+        <_>
+          6 10 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 8 15 2 -1.</_>
+        <_>
+          9 8 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 8 15 2 -1.</_>
+        <_>
+          6 8 5 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 3 6 -1.</_>
+        <_>
+          9 7 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 8 2 -1.</_>
+        <_>
+          9 7 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 11 2 3 -1.</_>
+        <_>
+          9 12 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 16 3 -1.</_>
+        <_>
+          1 1 16 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 2 7 2 -1.</_>
+        <_>
+          11 3 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 1 10 18 -1.</_>
+        <_>
+          5 7 10 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 4 3 2 -1.</_>
+        <_>
+          18 4 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 1 3 -1.</_>
+        <_>
+          8 14 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 14 14 6 -1.</_>
+        <_>
+          3 16 14 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 3 4 -1.</_>
+        <_>
+          1 2 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 1 5 2 -1.</_>
+        <_>
+          12 2 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 1 5 2 -1.</_>
+        <_>
+          3 2 5 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 13 2 3 -1.</_>
+        <_>
+          10 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 2 3 -1.</_>
+        <_>
+          8 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 12 2 3 -1.</_>
+        <_>
+          14 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 2 2 3 -1.</_>
+        <_>
+          7 3 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 10 4 -1.</_>
+        <_>
+          10 6 5 2 2.</_>
+        <_>
+          5 8 5 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 13 1 6 -1.</_>
+        <_>
+          9 16 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 12 2 2 -1.</_>
+        <_>
+          11 12 1 1 2.</_>
+        <_>
+          10 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 12 2 3 -1.</_>
+        <_>
+          4 13 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 4 6 6 -1.</_>
+        <_>
+          14 6 6 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 17 2 3 -1.</_>
+        <_>
+          8 18 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 4 4 6 -1.</_>
+        <_>
+          16 6 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 4 6 -1.</_>
+        <_>
+          0 6 4 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 6 2 3 -1.</_>
+        <_>
+          14 6 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 9 8 1 -1.</_>
+        <_>
+          8 9 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 12 4 3 -1.</_>
+        <_>
+          8 13 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 12 10 6 -1.</_>
+        <_>
+          5 14 10 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 12 1 2 -1.</_>
+        <_>
+          11 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 4 2 -1.</_>
+        <_>
+          8 16 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 9 8 8 -1.</_>
+        <_>
+          10 9 4 4 2.</_>
+        <_>
+          6 13 4 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 12 4 6 -1.</_>
+        <_>
+          7 12 2 3 2.</_>
+        <_>
+          9 15 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 11 3 1 -1.</_>
+        <_>
+          11 11 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 10 -1.</_>
+        <_>
+          9 7 1 5 2.</_>
+        <_>
+          10 12 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 0 6 6 -1.</_>
+        <_>
+          10 0 2 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 11 2 6 -1.</_>
+        <_>
+          3 13 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 12 1 2 -1.</_>
+        <_>
+          16 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 14 6 6 -1.</_>
+        <_>
+          1 14 3 3 2.</_>
+        <_>
+          4 17 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 1 3 6 -1.</_>
+        <_>
+          14 1 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 8 2 2 -1.</_>
+        <_>
+          8 9 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 9 3 3 -1.</_>
+        <_>
+          10 9 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 7 3 3 -1.</_>
+        <_>
+          8 8 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 2 3 -1.</_>
+        <_>
+          14 0 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 18 9 -1.</_>
+        <_>
+          7 0 6 9 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 5 4 15 -1.</_>
+        <_>
+          11 5 2 15 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 4 15 -1.</_>
+        <_>
+          7 5 2 15 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 0 2 3 -1.</_>
+        <_>
+          14 0 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 2 3 -1.</_>
+        <_>
+          5 0 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 12 2 2 -1.</_>
+        <_>
+          12 12 1 1 2.</_>
+        <_>
+          11 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 12 2 2 -1.</_>
+        <_>
+          7 12 1 1 2.</_>
+        <_>
+          8 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 0 3 4 -1.</_>
+        <_>
+          13 0 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 11 3 3 -1.</_>
+        <_>
+          4 12 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 7 4 2 -1.</_>
+        <_>
+          12 8 4 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 10 3 2 -1.</_>
+        <_>
+          9 10 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 9 3 2 -1.</_>
+        <_>
+          10 9 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 9 3 2 -1.</_>
+        <_>
+          9 9 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 0 3 4 -1.</_>
+        <_>
+          13 0 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 0 3 4 -1.</_>
+        <_>
+          6 0 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 14 12 4 -1.</_>
+        <_>
+          10 14 6 2 2.</_>
+        <_>
+          4 16 6 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 13 2 3 -1.</_>
+        <_>
+          8 14 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 10 3 8 -1.</_>
+        <_>
+          10 14 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 10 4 8 -1.</_>
+        <_>
+          8 10 2 4 2.</_>
+        <_>
+          10 14 2 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 8 3 1 -1.</_>
+        <_>
+          11 8 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 12 1 6 -1.</_>
+        <_>
+          9 15 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 8 3 1 -1.</_>
+        <_>
+          11 8 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 8 3 1 -1.</_>
+        <_>
+          8 8 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 2 15 14 -1.</_>
+        <_>
+          5 9 15 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 1 2 10 -1.</_>
+        <_>
+          2 1 1 5 2.</_>
+        <_>
+          3 6 1 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 14 2 3 -1.</_>
+        <_>
+          14 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 7 3 3 -1.</_>
+        <_>
+          3 7 1 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 4 3 3 -1.</_>
+        <_>
+          17 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 3 3 -1.</_>
+        <_>
+          0 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 6 2 -1.</_>
+        <_>
+          16 5 3 1 2.</_>
+        <_>
+          13 6 3 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 19 12 1 -1.</_>
+        <_>
+          8 19 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 12 2 4 -1.</_>
+        <_>
+          12 14 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 15 1 3 -1.</_>
+        <_>
+          3 16 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 16 6 4 -1.</_>
+        <_>
+          11 16 3 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 10 3 10 -1.</_>
+        <_>
+          3 10 1 10 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 8 2 4 -1.</_>
+        <_>
+          12 8 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 8 2 4 -1.</_>
+        <_>
+          7 8 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 14 2 3 -1.</_>
+        <_>
+          10 14 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 1 10 3 -1.</_>
+        <_>
+          10 1 5 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 7 3 2 -1.</_>
+        <_>
+          11 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 6 9 2 -1.</_>
+        <_>
+          8 6 3 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 8 2 2 -1.</_>
+        <_>
+          9 9 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 11 16 6 -1.</_>
+        <_>
+          2 11 8 3 2.</_>
+        <_>
+          10 14 8 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 7 2 2 -1.</_>
+        <_>
+          13 7 1 1 2.</_>
+        <_>
+          12 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 2 3 -1.</_>
+        <_>
+          9 6 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 2 -1.</_>
+        <_>
+          10 7 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 1 8 12 -1.</_>
+        <_>
+          5 7 8 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 2 2 -1.</_>
+        <_>
+          13 6 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 2 2 -1.</_>
+        <_>
+          5 6 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 3 3 -1.</_>
+        <_>
+          12 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 14 2 3 -1.</_>
+        <_>
+          4 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 4 3 3 -1.</_>
+        <_>
+          12 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 3 3 -1.</_>
+        <_>
+          5 5 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 6 -1.</_>
+        <_>
+          10 14 1 3 2.</_>
+        <_>
+          9 17 1 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 3 2 -1.</_>
+        <_>
+          9 14 1 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 6 6 -1.</_>
+        <_>
+          11 5 2 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 6 6 -1.</_>
+        <_>
+          7 5 2 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 13 1 2 -1.</_>
+        <_>
+          13 14 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 10 2 -1.</_>
+        <_>
+          0 3 10 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 13 1 2 -1.</_>
+        <_>
+          13 14 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 2 2 -1.</_>
+        <_>
+          5 7 1 1 2.</_>
+        <_>
+          6 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 2 7 -1.</_>
+        <_>
+          13 5 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 13 1 2 -1.</_>
+        <_>
+          6 14 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 0 3 7 -1.</_>
+        <_>
+          12 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 3 2 16 -1.</_>
+        <_>
+          0 3 1 8 2.</_>
+        <_>
+          1 11 1 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 0 3 7 -1.</_>
+        <_>
+          12 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 3 7 -1.</_>
+        <_>
+          7 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 16 8 4 -1.</_>
+        <_>
+          11 16 4 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 16 8 4 -1.</_>
+        <_>
+          5 16 4 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 5 2 7 -1.</_>
+        <_>
+          13 5 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 5 2 7 -1.</_>
+        <_>
+          6 5 1 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 6 2 14 -1.</_>
+        <_>
+          18 13 2 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 10 3 4 -1.</_>
+        <_>
+          6 12 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 7 1 2 -1.</_>
+        <_>
+          14 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 18 6 -1.</_>
+        <_>
+          0 1 9 3 2.</_>
+        <_>
+          9 4 9 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 7 1 2 -1.</_>
+        <_>
+          14 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 6 2 14 -1.</_>
+        <_>
+          0 13 2 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          17 0 3 12 -1.</_>
+        <_>
+          18 0 1 12 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 6 18 3 -1.</_>
+        <_>
+          0 7 18 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 14 16 -1.</_>
+        <_>
+          6 8 14 8 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 3 12 -1.</_>
+        <_>
+          1 0 1 12 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 0 3 7 -1.</_>
+        <_>
+          14 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 1 2 -1.</_>
+        <_>
+          5 8 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 4 6 6 -1.</_>
+        <_>
+          14 6 6 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 7 7 2 -1.</_>
+        <_>
+          5 8 7 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 6 6 9 -1.</_>
+        <_>
+          8 9 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 4 6 1 -1.</_>
+        <_>
+          7 4 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 0 6 4 -1.</_>
+        <_>
+          16 0 3 2 2.</_>
+        <_>
+          13 2 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 2 18 12 -1.</_>
+        <_>
+          1 6 18 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 2 17 12 -1.</_>
+        <_>
+          3 6 17 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          5 14 7 3 -1.</_>
+        <_>
+          5 15 7 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 14 1 3 -1.</_>
+        <_>
+          10 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          3 14 3 3 -1.</_>
+        <_>
+          3 15 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          14 4 6 6 -1.</_>
+        <_>
+          14 6 6 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 6 6 -1.</_>
+        <_>
+          0 6 6 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          12 5 4 3 -1.</_>
+        <_>
+          12 6 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 5 4 3 -1.</_>
+        <_>
+          4 6 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 0 2 6 -1.</_>
+        <_>
+          18 2 2 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 1 4 9 -1.</_>
+        <_>
+          10 1 2 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 6 8 2 -1.</_>
+        <_>
+          6 6 4 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 5 4 2 -1.</_>
+        <_>
+          6 5 2 1 2.</_>
+        <_>
+          8 6 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 5 2 3 -1.</_>
+        <_>
+          10 6 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 1 3 -1.</_>
+        <_>
+          9 6 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 10 2 2 -1.</_>
+        <_>
+          9 11 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 8 4 3 -1.</_>
+        <_>
+          0 9 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 0 8 6 -1.</_>
+        <_>
+          6 3 8 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 0 6 4 -1.</_>
+        <_>
+          1 0 3 2 2.</_>
+        <_>
+          4 2 3 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 0 3 7 -1.</_>
+        <_>
+          14 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 16 2 2 -1.</_>
+        <_>
+          9 17 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 4 6 10 -1.</_>
+        <_>
+          11 9 6 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 10 19 2 -1.</_>
+        <_>
+          0 11 19 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 8 9 -1.</_>
+        <_>
+          9 8 8 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 0 3 7 -1.</_>
+        <_>
+          5 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 6 4 12 -1.</_>
+        <_>
+          10 6 2 6 2.</_>
+        <_>
+          8 12 2 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 2 6 4 -1.</_>
+        <_>
+          0 4 6 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 15 4 3 -1.</_>
+        <_>
+          8 16 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 0 3 7 -1.</_>
+        <_>
+          9 0 1 7 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 5 3 4 -1.</_>
+        <_>
+          10 5 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 5 3 4 -1.</_>
+        <_>
+          9 5 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 6 6 1 -1.</_>
+        <_>
+          9 6 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 4 4 -1.</_>
+        <_>
+          7 14 2 2 2.</_>
+        <_>
+          9 16 2 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          13 14 4 6 -1.</_>
+        <_>
+          15 14 2 3 2.</_>
+        <_>
+          13 17 2 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 8 1 8 -1.</_>
+        <_>
+          7 12 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          16 0 2 8 -1.</_>
+        <_>
+          17 0 1 4 2.</_>
+        <_>
+          16 4 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          2 0 2 8 -1.</_>
+        <_>
+          2 0 1 4 2.</_>
+        <_>
+          3 4 1 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          6 1 14 3 -1.</_>
+        <_>
+          6 2 14 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 9 3 10 -1.</_>
+        <_>
+          7 14 3 5 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 2 2 -1.</_>
+        <_>
+          9 15 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 7 6 8 -1.</_>
+        <_>
+          7 11 6 4 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 3 6 -1.</_>
+        <_>
+          9 10 3 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 13 3 3 -1.</_>
+        <_>
+          7 14 3 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 9 2 2 -1.</_>
+        <_>
+          9 10 2 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 1 18 2 -1.</_>
+        <_>
+          6 1 6 2 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 1 6 14 -1.</_>
+        <_>
+          7 8 6 7 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 9 18 1 -1.</_>
+        <_>
+          7 9 6 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 7 2 2 -1.</_>
+        <_>
+          9 7 1 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 3 2 9 -1.</_>
+        <_>
+          10 3 1 9 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          18 14 2 3 -1.</_>
+        <_>
+          18 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 11 3 1 -1.</_>
+        <_>
+          8 11 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 8 3 4 -1.</_>
+        <_>
+          11 8 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 14 3 6 -1.</_>
+        <_>
+          8 14 1 6 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          10 8 3 4 -1.</_>
+        <_>
+          11 8 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 8 3 4 -1.</_>
+        <_>
+          8 8 1 4 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          7 9 6 9 -1.</_>
+        <_>
+          7 12 6 3 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 14 2 3 -1.</_>
+        <_>
+          0 15 2 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          11 12 1 2 -1.</_>
+        <_>
+          11 13 1 1 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          4 3 8 3 -1.</_>
+        <_>
+          8 3 4 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 4 20 6 -1.</_>
+        <_>
+          0 4 10 6 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          9 14 1 3 -1.</_>
+        <_>
+          9 15 1 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          8 14 4 3 -1.</_>
+        <_>
+          8 15 4 1 3.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 15 14 4 -1.</_>
+        <_>
+          0 17 14 2 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          1 14 18 6 -1.</_>
+        <_>
+          1 17 18 3 2.</_></rects></_>
+    <_>
+      <rects>
+        <_>
+          0 0 10 6 -1.</_>
+        <_>
+          0 0 5 3 2.</_>
+        <_>
+          5 3 5 3 2.</_></rects></_></features></cascade>
+</opencv_storage>

BIN
P2 - Dog Breed Classifier/output.png


+ 22 - 0
P3 - Generate TV Scripts/README.md

@@ -0,0 +1,22 @@
+# P3: Generate TV Scripts
+
+> This project generates TV scripts using a Recurrent Neural Network.
+
+## About
+In this project, a new TV script for a scene at Moe's Tavern (Simpsons) are generated using RNNs. The dataset used for training is a part of the Simpsons dataset of scripts from 27 seasons.
+
+![Output](output.png)
+
+## Files
+- `tv_script_generation.ipynb` – Project notebook.
+
+- `tv_script_generation.html` – HTML Export of the project notebook.
+
+- `helper.py` – Helper functions.
+
+- `problem_unittests.py` – Unit tests.
+
+- `requirements.txt` – List of dependencies.
+
+## License
+[Modified MIT License © Pranav Suri](/License.txt)

+ 4520 - 0
P3 - Generate TV Scripts/data/simpsons/moes_tavern_lines.txt

@@ -0,0 +1,4520 @@
+[YEAR DATE 1989] © Twentieth Century Fox Film Corporation. All rights reserved.
+
+Moe_Szyslak: (INTO PHONE) Moe's Tavern. Where the elite meet to drink.
+Bart_Simpson: Eh, yeah, hello, is Mike there? Last name, Rotch.
+Moe_Szyslak: (INTO PHONE) Hold on, I'll check. (TO BARFLIES) Mike Rotch. Mike Rotch. Hey, has anybody seen Mike Rotch, lately?
+Moe_Szyslak: (INTO PHONE) Listen you little puke. One of these days I'm gonna catch you, and I'm gonna carve my name on your back with an ice pick.
+Moe_Szyslak: What's the matter Homer? You're not your normal effervescent self.
+Homer_Simpson: I got my problems, Moe. Give me another one.
+Moe_Szyslak: Homer, hey, you should not drink to forget your problems.
+Barney_Gumble: Yeah, you should only drink to enhance your social skills.
+
+
+Moe_Szyslak: Ah, isn't that nice. Now, there is a politician who cares.
+Barney_Gumble: If I ever vote, it'll be for him. (BELCH)
+
+
+Barney_Gumble: Hey Homer, how's your neighbor's store doing?
+Homer_Simpson: Lousy. He just sits there all day. He'd have a great job if he didn't own the place. (CHUCKLES)
+Moe_Szyslak: (STRUGGLING WITH CORKSCREW) Crummy right-handed corkscrews! What does he sell?
+Homer_Simpson: Uh, well actually, Moe...
+HOMER_(CONT'D: I dunno.
+
+
+Moe_Szyslak: Looks like this is the end.
+Barney_Gumble: That's all right. I couldn't have led a richer life.
+Barney_Gumble: So the next time somebody tells you county folk are good, honest people, you can spit in their faces for me!
+Lisa_Simpson: I will, Mr. Gumbel. But if you'll excuse me, I'm profiling my dad for the school paper. I thought it would be neat to follow him around for a day to see what makes him tick.
+Barney_Gumble: Oh, that's sweet. I used to follow my dad to a lot of bars too. (BELCH)
+Moe_Szyslak: Here you go. One beer, one chocolate milk.
+Lisa_Simpson: Uh, excuse me, I have the chocolate milk.
+Moe_Szyslak: Oh.
+Moe_Szyslak: What's the matter, Homer? The depressin' effects of alcohol usually don't kick in 'til closing time.
+Lisa_Simpson: He's just a little nervous. (PROUDLY) He has to give a speech tomorrow on "How To Keep Cool In A Crisis."
+Homer_Simpson: (SOBS) What am I gonna do? What am I gonna do?
+Barney_Gumble: Hey, I had to give a speech once. I was pretty nervous, so I used a little trick. I pictured everyone in their underwear. The judge, the jury, my lawyer, everybody.
+Homer_Simpson: Did it work?
+Barney_Gumble: I'm a free man, ain't I?
+Barney_Gumble: Whoa!
+Barney_Gumble: Huh? A pretzel? Wow, looks like I pulled a Homer!
+
+
+Patrons: (MUMBLING, NOT IN UNISON) Happy thoughts... happy thoughts... we love that boy.
+Moe_Szyslak: (INTO PHONE) Moe's Tavern. Hold on, I'll check. ... (LOUD) Hey everybody! I'm a stupid moron with an ugly face and a big butt, and my butt smells, and I like to kiss my own butt.
+Barney_Gumble: That's a new one (LAUGHING).
+Moe_Szyslak: Now wait a minute...
+
+
+Homer_Simpson: Hurry, Moe, hurry! I've only got five minutes till the music store closes.
+Moe_Szyslak: Why don't you go there first?
+Homer_Simpson: Hey, do I tell you how to do your job?
+Moe_Szyslak: Sorry, Homer.
+Homer_Simpson: You know, if you tip the glass, there won't be so much foam on top.
+Moe_Szyslak: Sorry, Homer.
+Homer_Simpson: (LOOKING AT WATCH) Ah. Finished with fifteen seconds to spare.
+Little_Man: (CONCERNED) What's the matter, buddy?
+Homer_Simpson: The moron next door closed early!
+Little_Man: (STIFFENING) I happen to be that moron.
+Homer_Simpson: Oh, me and my trenchant mouth.
+Homer_Simpson: Please, you've got to open that store.
+Little_Man: Let me think about it... Eh... No.
+Homer_Simpson: Okay, okay. But I want you to see a picture of the little girl you're disappointing. (GOES THROUGH HIS WALLET) Well I don't have one.
+Moe_Szyslak: (TO LITTLE MAN) Come on, Jer. Open up. Be a pal. Remember when I pulled you and your wife out of that burning car?
+Little_Man: (GRUDGINGLY) Okay. Okay. But now we're even. (TO HOMER) So what does your daughter need?
+Homer_Simpson: (SMOOTHLY) I'll have you know, I wrote it down.
+Homer_Simpson: Number Four and a half -- Stupid gum!
+Homer_Simpson: Number Four and a Half reed! Whoo hoo!
+Little_Man: Uh-huh. And what instrument does she play?
+Homer_Simpson: (SUNK) I dunno.
+
+
+Moe_Szyslak: (TO PATRONS) Figure of speech.
+Moe_Szyslak: Hiya, Homer. (SIGHS)
+Homer_Simpson: What's the matter, Moe?
+Moe_Szyslak: Ah, business is slow. People today are healthier and drinking less. You know, if it wasn't for the Junior High school next door no one would even use the cigarette machine.
+Homer_Simpson: (MOUTH FULL) Yeah, things are tough all over.
+Moe_Szyslak: Increased job satisfaction and family togetherness are poison for a purveyor of mind-numbing intoxicants like myself.
+Homer_Simpson: Could I get a beer?
+Moe_Szyslak: Uh, yeah, sure.
+Moe_Szyslak: Oh sorry, I forgot we're out of beer.
+Moe_Szyslak: Yeah, I know, I got behind on my beer payments. The distributor cut me off and I spent my last ten grand on the "Love Tester".
+Moe_Szyslak: You're too late, Homer. Barney sucked it dry. Cut his gums up pretty bad.
+Moe_Szyslak: Take it easy, Homer. I learned how to make other drinks at Bartender's School.
+Moe_Szyslak: (UNFAMILIAR) Gin and... tonic? Do they mix?
+Homer_Simpson: (BRIGHTENING) Hey, I know a good drink. Really hits the spot. I invented it myself...
+Moe_Szyslak: Sorry, Harv.
+Moe_Szyslak: Whoa, sounds like one hell of a drink. What do you call it?
+Homer_Simpson: A "Flaming Homer".
+Moe_Szyslak: Okay, why don't you make us up a couple of "Flaming Homers"?
+Homer_Simpson: Hey Moe, you got any cough syrup?
+Moe_Szyslak: Uh, let me check the lost and found.
+Moe_Szyslak: What do we got here, Bowie knife, troll doll, glass eye...
+Moe_Szyslak: Oh. Here we are.
+Moe_Szyslak: It's not without its charm.
+Homer_Simpson: Try lighting it on fire.
+Moe_Szyslak: (SMILING) Whoa! Homer, it's like there's a party in my mouth and everyone's invited.
+Larry: Hey, your Love Tester's busted. I want my nickel back. (COUGHS)
+Moe_Szyslak: Hey, buddy. Have one on the house.
+Larry: Hey, hey, this drink is delicious! And my phlegm feels looser. What do you call it?
+Homer_Simpson: Well, it's called a "Flaming...
+Moe_Szyslak: Moe! It's called a "Flaming Moe"! That's right, a "Flaming Moe". My name is Moe, and I invented it. That's why it's called a Flaming Moe. What? What are you lookin' at, Homer? It's a Flaming Moe I'm Moe.
+Barney_Gumble: Hey, what's this?
+Moe_Szyslak: A sneeze guard.
+Barney_Gumble: Wow, it really works.
+HARV: (CHUCKLING) I'll be back.
+Homer_Simpson: Moe, I haven't seen the place this crowded since the government cracked down on you for accepting food stamps. Do you think my drink had something to do with it?
+Moe_Szyslak: Who can say? It's probably a combination of things.
+Patron_#1: (TO MOE) Another pitcher of those amazing "Flaming Moe's".
+Patron_#2: Boy, I hate this joint, but I love that drink.
+Collette: Barkeep, I couldn't help noticing your sign.
+Moe_Szyslak: The one that says, "Bartenders Do It 'Til You Barf"?
+Collette: No, above that store-bought drollery.
+Moe_Szyslak: Oh great! Why don't we fill out an application? (READING) I'll need your name, measurements and turn ons..
+Collette: You really expect me to tell you my measurements?
+Moe_Szyslak: You could, but I find this way is much more accurate... and fun.
+Collette: (DISGUSTED) what do you offer in the way of salary?
+Moe_Szyslak: Minimum wage and tips. (MEANINGFULLY) Of course there are fringe benefits.
+Collette: Such as?
+Moe_Szyslak: An unforgettable weekend at Club Moe.
+Collette: I prefer to take my vacations someplace hot.
+Moe_Szyslak: I like your moxie, kid. You're hired.
+Collette: You shan't regret this.
+Moe_Szyslak: Methinks I shan't.
+HARV: (TO MOE) Pardon me, are you the genius behind the "Flaming Moe"?
+Homer_Simpson: Why yes I --
+Moe_Szyslak: (CUTTING HIM OFF) I'm your man.
+HARV: Huh uh. My name is Harv Bannister. I work for "Tipsy McStagger's Good Time Drinking and Eating Emporium".
+Moe_Szyslak: Oh yeah? Hey, what's Mr. McStagger really like?
+HARV: Actually, there is no Tipsy McStagger. He's just a composite of other successful logos.
+Moe_Szyslak: Well, you tell him from me that he makes one great mozzarella stick.
+HARV: (QUICKLY) Yes, fine, I will. Anyway, I've got a proposition for you.
+Moe_Szyslak: Keep talkin'.
+HARV: We feel your "Flaming Moe" is perfect for our restaurant chain. We want to buy the recipe.
+Moe_Szyslak: No dice. The "Flaming Moe" is not for sale. Do you know how much of my blood and sweat are in this drink?
+Barney_Gumble: Good for you, Moe. Only an idiot would give away a million dollar idea like that.
+Moe_Szyslak: (TO HARV) I'm sorry, but the secret ingredient dies with me.
+Delivery_Man: (TO MOE) Thirty cases of cough syrup. Sign here.
+Moe_Szyslak: (COVERING NERVOUS LAUGHING) I got hooked on this stuff in the service.
+Homer_Simpson: (QUIETLY) Hi, Moe. Where's that waitress of yours?
+Moe_Szyslak: Ah, she left to pursue a movie career. Frankly I think she was better off here.
+Homer_Simpson: Moe, sorry I lost you hundreds of thousands of dollars.
+Moe_Szyslak: Oh, hey, hey. Maybe some things are too good to be kept a secret.
+Homer_Simpson: I guess so.
+Moe_Szyslak: Compliments of the house. (WARMLY) One "Flaming Homer".
+Homer_Simpson: Ahh. Thanks, Moe. You're the greatest friend a guy could ever have.
+Homer_Simpson: Hey, do you think Aerosmith will be in tonight?
+Moe_Szyslak: I doubt it.
+
+
+Moe_Szyslak: (SHOCKED) Are you sure? Cuz once I open the bottle there's no refund.
+Moe_Szyslak: Hey, Homer. Wanna Duff?
+Homer_Simpson: (SMOOTHLY) No, I'd like a bottle of Henry K. Duff's Private Reserve.
+Homer_Simpson: For your information, I just made a cool twenty-five dollars playing the market. Buy low, sell high, that's my motto. I may just quit my job at the power plant to become a full-time stock market guy.
+Homer_Simpson: Have a Duff, boys!
+Hans: (GERMAN ACCENT, FRIENDLY) Oh, thank you. My English is not perfect, but I have to tell you your beer is like swill to us. Do I have that right? I am saying that only a swine would drink this beer.
+Fritz: (GERMAN ACCENT) Yeah, but thank you anyway.
+Homer_Simpson: Hey, you guys aren't from around here, are you?
+Hans: Ech, nein. We are from Germany. He is from the East. I am from the West.
+Fritz: I had a big company and he had a big company. Now we have a very big company.
+Hans: We are interested in buying the power plant. Do you think the owner would ever sell it?
+Homer_Simpson: (VERY CONFIDENT) Well, I happen to know that he won't sell it for less than 100 million dollars.
+Fritz: A hundred million?
+Hans: Oh, don't worry! We'll still have enough left to buy the Cleveland Browns.
+Moe_Szyslak: (INTO PHONE) Moe's Tavern. Moe speaking.
+Bart_Simpson: (INTO PHONE) Uh yes, I'm looking for a Mrs. O'Problem. First name... Bee.
+Moe_Szyslak: (INTO PHONE) Ah, yeah. Just a minute, I'll check. (CALLING OUT) Uh, Bee O'Problem. Bee O'Problem. C'mon, guys. Do I have an O'Problem here?
+Barney_Gumble: You sure do!
+Moe_Szyslak: (REALIZING) Awwww. (INTO PHONE) It's you, isn't it?
+Moe_Szyslak: Listen you, when I get a hold of you, I'm gonna use your head for a bucket and paint my house with your brains!
+Bart_Simpson: Excuse me, I'm looking for --
+Moe_Szyslak: Wait a minute. I know that voice.
+Moe_Szyslak: If it isn't little Bart Simpson! I haven't seen you in years.
+Bart_Simpson: That's right. That's my pop!
+Moe_Szyslak: Ah, little Bart... we hear all about your monkeyshines.
+Moe_Szyslak: (CONSPIRATORIAL) Bet you get into all kinds of trouble he don't even know about. Am I right? Huh? Am I right?
+Bart_Simpson: (CAN'T RESIST) Yeah, well, I make some crank phone calls.
+Moe_Szyslak: (MUSSES BART'S HAIR) (LAUGHS) That's great! Hey, would you sing that old song you used to sing for me?
+Bart_Simpson: (A LITTLE EMBARRASSED) Moe, for you... anything?
+Bart_Simpson: (SINGING) EVERY TEDDY BEAR WHO'S BEEN GOOD IS SURE OF A TREAT TODAY/ THERE'S LOTS OF MARVELOUS THINGS TO EAT, AND WONDERFUL GAMES TO PLAY/ BENEATH THE TREES, WHERE NOBODY SEES/ THEY'LL HIDE AND SEEK AS LONG AS THEY PLEASE/ TODAY'S THE DAY THE TEDDY BEARS HAVE THEIR PICNIC!
+Moe_Szyslak: He's a pip, this one is!
+C._Montgomery_Burns: Ah, the mirthless laugh of the damned. Hold your nose, Smithers, we're going in!
+C._Montgomery_Burns: (TO SMITHERS) Watch me blend in. (TO MOE) Barkeep, some cheap domestic beer for me and my "buddy" here.
+Homer_Simpson: I'm not your buddy, you greedy old reptile!
+C._Montgomery_Burns: Smithers, who is this saucy fellow?
+Waylon_Smithers: Homer Simpson, sir. Sector Sieben-gruben -- I mean, Sector 7G. Recently terminated.
+Homer_Simpson: That's right. I lost my job so that you could have another 100 million dollars.
+Homer_Simpson: (POINTED) Let me ask you something. Does your money cheer you up when you're feeling blue?
+C._Montgomery_Burns: Yes.
+Homer_Simpson: Okay, bad example. So let me ask you this, does your money ever hug you when you come home at night?
+C._Montgomery_Burns: (SHAKEN) Why, no.
+Homer_Simpson: And does it ever say, "I love you?"
+C._Montgomery_Burns: (SHAKEN) No, it doesn't.
+Homer_Simpson: (SING-SONG) Nobody loves you. Nobody loves you. You're old and you're ugly. Nobody loves you. Yea, yea, yea yea!
+Homer_Simpson: Nobody loves you...
+C._Montgomery_Burns: Good heavens, Smithers! They're not afraid of me anymore!
+Bart_Simpson: Hey Mr. Burns, did you get that letter I sent?
+C._Montgomery_Burns: Letter? I don't recall any letter...
+Bart_Simpson: That's because I forgot to stamp it.
+Moe_Szyslak: (LAUGHING) Ah, that kid slays me.
+C._Montgomery_Burns: That was no accident. Let's get out of here.
+Homer_Simpson: (SINGING) Na na na na / Na na na na /
+Barflies: Hey hey hey / Goodbye -- Na na na na / na na na na / hey hey hey / goodbye...
+C._Montgomery_Burns: What good is money if you can't inspire terror in your fellow man? (DETERMINED) I've got to get my plant back!
+
+
+Moe_Szyslak: Moe's Tavern. Where the peanut bowl is freshened hourly.
+Homer_Simpson: Moe, I'd like to bet twenty dollars on Denver.
+Moe_Szyslak: (SLYLY) I think I can provide that service. (LOOKING AROUND) Um, uh, Chief Wiggum, could you hand me that little black book?
+Chief_Wiggum: Oh, sure thing, Moe. I was just using it as a coaster.
+Homer_Simpson: Twenty big ones on Denver.
+Moe_Szyslak: (INTO PHONE) Pleasure doing business with you, (COYLY) H. S.
+Homer_Simpson: (TO TV) All right, Denver. Justify my love.
+Football_Announcer: At the end of thirteen seconds of play, it's New England seven, Denver nothing.
+Lisa_Simpson: Look, Dad. I made a modest studio apartment for my Malibu Stacey doll. This is the kitchen, this is where she prints her weekly feminist newsletter...
+Lisa_Simpson: DAAAAAD! You're not listening to me.
+Homer_Simpson: (GRUMBLING) Lousy, stupid Denver.
+Homer_Simpson: The usual, Moe. A beer and a wad of bills.
+Moe_Szyslak: (SARCASTIC LAUGH) Okay, ya lucky moron.
+Moe_Szyslak: Here you go, Homer. A hundred and thirty-five dollars.
+Homer_Simpson: (SAGELY) I used to hate the smell of your sweaty feet. (SNIFFS DEEPLY) Now it's the smell of victory.
+Moe_Szyslak: Aw, shut up.
+Moe_Szyslak: Hundred and ten, a hundred and twenty... You lucky son-of-a...
+Barney_Gumble: Hey Homer, you wanna go bowling next Sunday?
+Homer_Simpson: Barney, are you nuts? That's the Super Bowl. How about the Sunday after that?
+Barney_Gumble: Well, my ma's coming in from Norway, but... uh what the hell. (BELCHES)
+Moe_Szyslak: Moe's Tavern, Home of the Super Sunday Brunch Spectacular.
+Barney_Gumble: Oh! Baloney. Bread!
+Moe_Szyslak: (INTO PHONE) Gotcha ya down for forty bucks. Good luck Your Eminence.
+Moe_Szyslak: Sorry, Homer, you can't take any more of my money. I'm, uh, outta the bookie business.
+Barney_Gumble: But Moe, you've been taking bets all...
+Moe_Szyslak: (CUTTING HIM OFF) Hey Barney, how 'bout a free beer?
+Barney_Gumble: Wow! (BELCH)
+Homer_Simpson: Don't worry, Moe. I'm not bettin'.
+Moe_Szyslak: What? Gimme that.
+Homer_Simpson: I had the greatest gift of all, a little girl who could pick football and I ruined it.
+Bret: Well sir, we're two hours and forty-five minutes into the pre-game show and we've got ourselves a special guest. Actor Troy McClure, whose new sitcom is premiering tonight -- coincidentally enough, right after the game!
+Troy_McClure: Thanks, Bret. My new show's called "Handle with Care". I play Jack Handle, a retired cop who shares an apartment with a retired criminal. We're the original odd couple!
+Bret: What made you want to do a situation comedy?
+Troy_McClure: Well, I fell in love with the script, Bret, and my recent trouble with the IRS sealed the deal.
+Bret: Could be another Drexel's Class. Ooh, looks like we're almost ready for the kickoff.
+Football_Announcer: Dallas kicks -- oh, it's a bad kick, way too short. Buffalo's going to start with excellent field position.
+Homer_Simpson: Buffalo's gonna win. Lisa hates me! (SOBS)
+Larry: Whatcha got riding on this game?
+Homer_Simpson: My daughter.
+Larry: (WHISTLES) What a gambler.
+Football_Announcer: That was the score at the half. Buffalo fourteen: Dallas seven.
+Barflies: Go! Go! Go! Go! Go! Yea!!
+Duff_Announcer: It's a touchdown for half-back Dan Beer-dorf! Duff Dry has won the Duff Bowl!
+Moe_Szyslak: They wanted it more.
+Barney_Gumble: Hey Homer, didn't you say if Duff Dry wins, your daughter loves you?
+Homer_Simpson: (AGGRAVATED) Not Duff Dry... Dallas.
+Barney_Gumble: Okay, okay. They're both great teams.
+Homer_Simpson: (LOOKING UP) Huh?
+Football_Announcer: Touchdown Cowboys!
+Homer_Simpson: All right, we're back in business.
+Football_Announcer: So, with three ticks left on the clock, it all comes down to this one play. If Dallas scores here, happy fans'll be looting and turning over cars in the Lone Star state tonight. Here's the handoff.
+Homer_Simpson: Please, please, please...
+Football_Announcer: Touchdown! Stick a fork in this one. It is done. The Dallas Cowboys wins Super Bowl twenty-nine.
+Homer_Simpson: Yes! She loves me! She loves me!
+Moe_Szyslak: What are you so happy about Homer? You didn't win any money.
+Homer_Simpson: Money comes and money goes, but what I have with my daughter can go on for eight more years!
+
+
+Homer_Simpson: Hi Barney. Thanks for keeping me company.
+Barney_Gumble: No problem. (TO MAGGIE) Well, well, if it isn't little Bart. (SCRATCHING MAGGIE'S CHIN) Remember your Uncle Barney? Hey Homer, let me hold him.
+Homer_Simpson: (HANDING MAGGIE OVER) All right, but just be careful.
+Barney_Gumble: Whoa... someone smells stinky. (SNIFFING SHIRT) Oh, it's me.
+
+
+Barney_Gumble: And I say, England's greatest Prime Minister was Lord Palmerston.
+Wade_Boggs: Pit the Elder.
+Barney_Gumble: (JUMPS OFF STOOL) Lord Palmerston!
+Wade_Boggs: (POKING BARNEY) Pit the Elder!
+Barney_Gumble: Okay, you asked for it, Boggs!
+Moe_Szyslak: (SCORNFULLY) Yeah, that's showin' him, Barney. Pit the Elder.
+Barney_Gumble: (IN MOE'S FACE) Lord Palmerston!
+
+
+Barney_Gumble: (AMAZED) Did you say one hundred and thirty million dollars?
+Homer_Simpson: Yeah!
+Moe_Szyslak: Pfft, the lottery. Exploiter of the poor and ignorant.
+Barney_Gumble: You know, I heard the jackpot's up to one hundred and thirty million dollars.
+Homer_Simpson: (SPITTING OUT BEER) One hundred and thirty million dollars!
+Sadistic_Barfly: C'mon boozehound! You want the twenty five cents, don't you? Keep singin'!
+Homer_Simpson: (SINGING) BUFFALO GALS WON'T YOU COME OUT TONIGHT / COME OUT TONIGHT / COME OUT TONIGHT... OH BUFFALO GALS...
+Young_Barfly: Who's that old rummy?
+Moe_Szyslak: (OFFENDED) Before his dog got sick, that "old rummy" used to be my best customer.
+Homer_Simpson: (SINGING) AND DANCE BY THE LIGHT OF THE MOONNNNNNNN!
+Sadistic_Barfly: Go get it, pal.
+Homer_Simpson: My quarter!!! (MOAN)
+
+
+Homer_Simpson: Oh, no. I went to this bar the other night, and they...
+Moe_Szyslak: Wha...wha... Wait a minute. You went to another bar?
+Homer_Simpson: Hey Moe, you got any Fudd?
+Moe_Szyslak: Fudd? I thought they took that off the market after all those hillbillies went blind.
+Homer_Simpson: Moe, I was a hundred miles outta town.
+Moe_Szyslak: (SADLY) Oh, Homer.
+
+
+Smokin'_Joe_Frazier: Keep those pickled eggs comin', Moe.
+Moe_Szyslak: You cleaned me out Smokin' Joe. What's the matter Homer? Cummerbund too tight?
+Homer_Simpson: (SADLY) I miss my couch.
+Smokin'_Joe_Frazier: I know how you feel. You lost a couch. I lost a heavyweight championship.
+Homer_Simpson: Pfft! Heavyweight championship. There's like three of those. That couch was one of a kind.
+Smokin'_Joe_Frazier: Homer, I know things are tough now. But one day you'll be walking along and you'll see a piece of furniture that you can love just as much.
+Barney_Gumble: Hey, Frazier, shut up!
+Smokin'_Joe_Frazier: Barney, you've been riding my back all night.
+Barney_Gumble: Oh yeah? Care to step outside?
+Smokin'_Joe_Frazier: Let's do it.
+Homer_Simpson: (FINISHING BEER) I think I'm gonna take a walk.
+Barney_Gumble: All right! A peanut!
+Barney_Gumble: Come on washer!
+Moe_Szyslak: (HITS DRYER) Oh, you stupid dryer!
+
+
+Homer_Simpson: Hello, work? This is Homer Simpson. I won't be coming in tomorrow -- Religious holiday... The uh, Feast of... (LOOKING AT SIGN) Maximum Occupancy.
+Moe_Szyslak: Pretty slick.
+Homer_Simpson: Well, you should join my religion, Moe. It's great. No Hell... no kneeling....
+Moe_Szyslak: Sorry, Homer. I was born a Snake-Handler and I'll die a Snake-Handler.
+
+
+Homer_Simpson: Moe, have you ever felt unattractive?
+Moe_Szyslak: Mmmm... no.
+Homer_Simpson: How about you, Barney?
+Barney_Gumble: Not for a second (BELCH).
+Homer_Simpson: (SIGH) I need help.
+Tv_Father: (WITH EACH TOSS) Whee... whee... whee.... whee... wheeeee...
+Tv_Father: (TO THE CAMERA) I guess every father thinks his daughter is the cutest.
+Jack_Larson: Well, now, there's a way to prove it.
+Tv_Father: Wow, president of Laramie Cigarettes, Jack Larson!
+Jack_Larson: This year, Laramie is sponsoring the Little Miss Springfield pageant. You see, government regulations prohibit us from advertising on TV. (HE TAKES OUT A CIGARETTE AND SMOKES IT) Ah, that sweet Carolina smoke. But they can't prohibit us from holding a beauty pageant for little girls age seven to nine.
+Homer_Simpson: Lisa's age seven to nine!
+Jack_Larson: Your daughter could be crowned Little Miss Springfield by our host, the Maitre d' of glee, Krusty the Clown!
+Krusty_the_Clown: I heartily endorse this event or product.
+Tv_Daughter: What a feeling! I'm as happy as a smoker taking that first puff in the morning.
+Homer_Simpson: That could be Lisa!
+Announcer: The Little Miss Springfield Pageant. Only 250 dollars to enter.
+Homer_Simpson: Hey, Barney, will you give me 250 bucks for this blimp ticket?
+Barney_Gumble: Sure!
+Homer_Simpson: (GASPS) Where'd you get all the money?
+Barney_Gumble: From some scientists. Since they stopped testing on animals, a guy like me can really clean up.
+
+
+Mrs._Powers: But it says "good for one free beer at Moe's." This is Moe's Tavern, isn't it?
+Moe_Szyslak: (LYING) No, this is... Bo's Cavern.
+Mrs._Powers: (DISGUSTED) Give me my beer.
+Moe_Szyslak: Stupid Welcome Mobile, I knew it would ruin me.
+Moe_Szyslak: Hey, just a sec, I'll check. (TO EVERYONE) Amanda Huggenkiss! Hey, I'm looking for Amanda Huggenkiss! Why can't I find Amanda Huggenkiss!
+Barney_Gumble: Maybe your standards are too high.
+Moe_Szyslak: You little S.O.B., if I ever find out who you are I'm gonna shove a sausage down your throat and stick starving dogs in your butt!
+Moe_Szyslak: Ah-ha, big mistake pal! (TO SELF) I knew he'd slip up sooner or later.
+Moe_Szyslak: Ah, yes. Rusty and dull.
+Moe_Szyslak: Barney, don't steal any beer while I'm gone.
+Barney_Gumble: (SHAKING HIS HEAD) What kind of pathetic drunk do you take me for? (GASP) Somebody spilled beer in this ashtray. (SLURPS IT, THEN SIGHS)
+
+
+Moe_Szyslak: Hey, Homer, phone call.
+
+
+Barney_Gumble: Uh-oh. My heart just stopped. (LONG BEAT) Ah, there it goes.
+Moe_Szyslak: Ivana Tinkle. Just a sec. Ivana Tinkle. Ivana Tinkle. All right, everybody put down your glasses. Ivana Tinkle.
+Captain: Har, har, har.
+
+
+Moe_Szyslak: Here you go, Mr. Plow. A beer on the house.
+Barney_Gumble: Wow, Moe, you didn't even give a beer to those freed Iranian hostages.
+Teenage_Barney: I don't know. The SAT's are tomorrow.
+Moe_Szyslak: Ah, they shouldn't have been there in the first place. But Homer is a real hero.
+Barney_Gumble: I wish I was a hero.
+Homer_Simpson: Well wishing won't make it so. You've got to pull up your diaper, get out there, and be the best damn Barney you can be.
+Barney_Gumble: Here I come world!
+Homer_Simpson: How do you think he'll do, Moe?
+Moe_Szyslak: (PROUDLY) I think he'll do just fine.
+Moe_Szyslak: (TO BARNEY) Linda Ronstadt? How'd you get her?
+Barney_Gumble: Eh, we've been lookin' for a project to do together for a while.
+Linda_Ronstadt: (SINGING) WHEN THE SNOW STARTS A FALLIN'... THERE'S A MAN YOU SHOULD BE CALLIN'... THAT'S KL5-4796 -- LET IT RING; /MR. PLOW IS A LOSER AND / I THINK HE IS A BOOZER...
+Barney_Gumble: (SINGING) SO YOU BETTER MAKE THAT CALL TO THE PLOW KING.
+Homer_Simpson: How could you, Barney? After all I've done for you.
+Teenage_Barney: (INTELLIGENT) Lachrymose is to dyspeptic as ebullient is to... (THINKS) effervescent! (CHECKS ANSWER) All right! Harvard here I come!
+Teenage_Barney: All right. Just one -- if it'll get you off my back.
+Teenage_Barney: Hey, where have (BELCHES "YOU") been all my life?
+
+
+Moe_Szyslak: Let's have a minute of silent prayer for our good friend Homer Simpson.
+Barney_Gumble: How long has it been?
+Moe_Szyslak: Six seconds.
+Barney_Gumble: Do we have to start over?
+Moe_Szyslak: Hell, no.
+
+
+Moe_Szyslak: (READING) "To Moe -- From Your Secret Admirer."
+Barney_Gumble: (GIVES A LITTLE WAVE) Yoo hoo!
+Moe_Szyslak: Oh, God, no.
+
+
+Moe_Szyslak: (SNIDE) Well, well look who it is. Mr. "I don't need alcohol to enjoy life." We hate him, right fellas?
+Homer_Simpson: Moe, gimme a beer.
+Moe_Szyslak: (CHEERY) Hey everybody! Homer's back!
+Moe_Szyslak: (A LITTLE TOO DESPERATE) C'mon Homer. Do it for your old pal Moesy.
+Barney_Gumble: But Moe. Yesterday you called Homer a worthless sack of...
+Moe_Szyslak: Pipe down, rub-a-dub.
+Barney_Gumble: Ow.
+Homer_Simpson: Put it in the fridge, Moe. I got a date with my wife.
+Moe_Szyslak: You'll be back. (POINTING AROUND) And so will you... and you... And you!
+Barney_Gumble: Of course I'll be back. If you didn't close, I'd never leave.
+
+
+Anthony_Kiedis: You told our agent this place holds thirty-thousand people.
+Moe_Szyslak: (LYING) It does. We had thirty thousand here last night. Now play. The audience is gettin' restless.
+Barney_Gumble: We want Chilly Willy! We want Chilly Willy!
+Bart_Simpson: Hey, Red Hot Chili Peppers. Would you guys like to appear on a Krusty the Klown Special?
+Flea: (ASIDE) Sure -- if you get us out of this gig.
+Bart_Simpson: No problemo. (POINTS) Hey, Moe! Look over there.
+Moe_Szyslak: What?... What am I lookin' at? I don't see nothin'. I'm gonna stop looking soon... What... what, is that it?
+Homer_Simpson: Hey, Moe, can I look too?
+Moe_Szyslak: Sure, but it'll cost ya.
+Homer_Simpson: (EXCITED) My wallet's in the car.
+Moe_Szyslak: He is so stupid. And now, back to the wall... (HE STARES)
+Miss_Lois_Pennycandy: Here's that ruby-studded clown nose you ordered, Krusty. (HOLDS IT UP)
+Johnny_Carson: Now, Krusty, I just hope you remembered to save your money this time.
+Moe_Szyslak: Hey you can't come in here dressed like that.
+Dr._Julius_Hibbert: Get with the times, Moe.
+Chief_Wiggum: Yeah. I say, if it feels good, do it.
+Dr._Julius_Hibbert: All right.
+Chief_Wiggum: Don't snap my undies.
+Krusty_the_Clown: I'm a star again. (WARMLY) I don't know how to thank you kids.
+Bart_Simpson: That's alright, Krusty.
+Lisa_Simpson: We're getting 50% of the T-shirt sales.
+Krusty_the_Clown: (MAD) What!? That's the sweetest plum. You... little... (THEN) Ahh. What the Hell. You deserve it. Thanks kids.
+Bart_Simpson: To Krusty. The greatest entertainer in the world. (POINTS) Except maybe that guy.
+Grampa_Simpson: Is this the bus to the Civic Center?
+
+
+Seymour_Skinner: (SINGING) Hello...
+Homer_Simpson: (SINGING) Hello...
+Chief_Wiggum: (SINGING) Hello...
+Apu_Nahasapeemapetilon: (SINGING) Hello...
+All: (SINGING) HELLO, MA BABY / HELLO, MA HONEY / HELLO, MA RAGTIME, RAGTIME GAL / SEND ME A KISS BY WIRE... ETC.
+Homer_Simpson: Every afternoon at Moe's, Chief Wiggum, Principal Skinner, Apu and I would get together and sing... and the crowds went wild.
+Barney_Gumble: Yoo hoo!
+Homer_Simpson: (SINGS) SO GOODBYE...
+Chief_Wiggum: (SINGS) FAREWELL...
+Apu_Nahasapeemapetilon: (SINGS) SHOP KWIK-E-MART AND SAVE...
+All: GOODBYE MY CONEY ISLE / GOODBYE MY CONEY ISLE / GOODBYE MY CONEY ISLAND BABE!
+Nigel_Bakerbutcher: Homer, I'm a theatrical agent, and I want to represent your group.
+Homer_Simpson: Really?
+Nigel_Bakerbutcher: Yeah!
+Nigel_Bakerbutcher: You've got... it! (DISTASTE) All except that police officer. (DISGUSTED NOISE) Too Village People. You'll have to replace him.
+Homer_Simpson: (SLY) Just leave it to me.
+Seymour_Skinner: (SHAKING HANDS) Principal Seymour Skinner.
+Apu_Nahasapeemapetilon: Apu Nahasapeemapetilon.
+Nigel_Bakerbutcher: Never fit on a marquee, luv. From now on, your name is Apu Du Beaumarchais.
+Apu_Nahasapeemapetilon: It is a great dishonor to my ancestors and my God, but okay.
+Homer_Simpson: It was one lousy applicant after another. And then...
+Tenor: (SINGING) OVER IN KILLARNEY / SO MANY YEARS AGO...
+Apu_Nahasapeemapetilon: Such a voice!
+Seymour_Skinner: Who is that?
+Tenor: (SINGING) ME MITHER SANG THIS SONG TO ME / IN TONES SO SOFT AND (BELCH)...
+Apu_Nahasapeemapetilon: Barney!
+Crowd: (CHANTING) WIGGUM FOREVER, BARNEY NEVER! WIGGUM FOREVER, BARNEY NEVER!...
+Barney_Gumble: (SINGS) SWE-EE-EE-EE-EET ADELEINE.
+Seymour_Skinner: (SINGS) SWEET ADELEINE.
+Barney_Gumble: (SINGS) MY-Y-Y-Y-Y-Y ADELEINE.
+Seymour_Skinner: (SINGS) MY ADELEINE....
+Crowd: (CHANTING) BARNEY FOREVER, WIGGUM NEVER! BARNEY FOREVER, WIGGUM NEVER!...
+Moe_Szyslak: Hey, those girls you paid to scream are doing a great job.
+Nigel_Bakerbutcher: I didn't pay any girls to scream.
+Moe_Szyslak: (TOO BIG) Hanh?!!!
+All: (AD LIB) Look at this. / We sounded great, huh? / Etc.
+Seymour_Skinner: Only one question remains gentlemen. What do we call ourselves?
+Nigel_Bakerbutcher: How about Handsome Homer Simpson Plus Three?
+Barney_Gumble: I like it.
+Seymour_Skinner: We need a name that's witty at first, but that seems less funny each time you hear it.
+Apu_Nahasapeemapetilon: How about The Be Sharps!
+Seymour_Skinner: Perfect.
+Homer_Simpson: The Be Sharps.
+Seymour_Skinner: The Be Sharps.
+Barney_Gumble: The Be Sharps.
+Chief_Wiggum: The Be Sharps. (NERVOUS CHUCKLE)
+Chief_Wiggum: (NERVOUS CHUCKLE) well, can't blame a guy for trying. (NERVOUS CHUCKLE) Aw, you're all under arrest.
+Moe_Szyslak: (FRIENDLY) Hey, Barney, what'll it be?
+Barney_Gumble: I'd like a beer Moe.
+Kako: I'd like a single plum floating in perfume, served in a man's hat.
+Moe_Szyslak: Here you go.
+
+
+Lisa_Simpson: We know you're the one behind this. So knock it off or we're going to the cops.
+Moe_Szyslak: (QUIETLY) No no, I'll take care of it.
+Moe_Szyslak: Okay it's over! Get 'em out of here!
+Moe_Szyslak: (TO BEARS) All right, andalay! Andalay!
+
+
+Homer_Simpson: Sometimes you gotta go where everybody knows your name.
+Homer_Simpson: (VERY UP) Hi guys!
+Homer_Simpson: Moe, get the darts. I want to play.
+Moe_Szyslak: No. We're phasing out the games. People drink less when they're havin' fun.
+
+
+Homer_Simpson: Moe, I need your advice.
+Moe_Szyslak: Yeah.
+Homer_Simpson: See, I got this friend named...(PAUSE) Joey Joe Joe Junior... (PAUSE) Schabadoo.
+Moe_Szyslak: That's the worst name I ever heard.
+Barney_Gumble: (CALLING AFTER HIM) Hey, Joey Joe Joe!
+Homer_Simpson: Oh, what the hell, it's me. I'm attracted to another woman. What am I going to do?
+Barney_Gumble: (RECITING) "Your infatuation is based on a physical attraction. Talk to the woman, and you'll realize you have nothing in common."
+Homer_Simpson: Barney. That is so insightful. How did you come up with that?
+Barney_Gumble: It was on one of these bar napkins.
+
+
+Homer_Simpson: Okay, we've got the secret vigilante handshake. Now we need code names. I'll be "Cueball." Skinner can be "Eightball", Barney will be "Twelveball," and Moe, you can be "Cueball."
+Moe_Szyslak: You're an idiot.
+
+
+Dr._Babcock: Excuse me?
+Homer_Simpson: Hello, is this President Clinton? Good. I figured if anyone knew where to get some Tang it'd be you... shut up!
+Dr._Babcock: Are you the person that called NASA yesterday?
+Homer_Simpson: (GASP) No. It wasn't me, I swear. It was... him.
+STILLWATER: Sir, how would you like to get higher than you've ever been in your life?
+Barney_Gumble: Be an astronaut? Sure.
+STILLWATER: Well, welcome aboard. I think you'll find that this will win you the respect of your family and friends.
+Homer_Simpson: (GASP) Respect?! Nooo! It was me! I made the crank call. I do it all the time. Check with the FBI, I have a file. I HAVE A FIIIIILE.
+STILLWATER: (SHRUGGING) Eh, better take both of them.
+STILLWATER: I don't really think that was necessary. They wanted to be astronauts.
+Dr._Babcock: I know.
+
+
+Homer_Simpson: Hey everyone!
+Homer_Simpson: I'd like to introduce Ned Flanders, my best friend.
+Moe_Szyslak: (TO HOMER) Hey, I don't want no people in here with their evils of alcohol rap.
+Ned_Flanders: Wait a second. You're the man at the hospital who reads to sick children.
+
+
+Moe_Szyslak: I think you're taking unfair advantage of my generous offer.
+Homer_Simpson: Shut up.
+
+
+Marge_Simpson: I can hit that one pin all right. But the rest of them don't even wobble.
+Moe_Szyslak: Lemme check. (TO BARFLIES) Phone call for Al, Al Caholic. / Uh, Jacques Strap! / Is I Pee Freely here? / Hey, is there a Butts here? Seymour Butts? Uh, Homer Sexual / My Crotch / A Amanda Huggenkiss? / A Huge Ass / "Ivanna Tinkle" / I'm a stupid moron with an ugly face and a big butt, and my butt smells, and I like to kiss my own butt.
+Marge_Simpson: No, no, no. No, ask your heart what its fondest desire is.
+Homer_Simpson: Hm...
+Homer_Simpson: Mmmm, Chocolate... / Mmmm, invisible cola. / Mmmm, Forbidden donut. / Mmmm sacrilicious. Mmmm, (INDECIPHERABLE) / Mmmm, free goo. Mmmm, something.
+Marge_Simpson: No, think about people. About moments in your life that have been very romantic.
+Homer_Simpson: Oh, okay.
+Marge_Simpson: That's not the idea at all. (THINKS) Okay, well this story isn't ideal, I've never told it to you before.
+Marge_Simpson: I got a very thoughtless birthday present from someone who shall remain nameless.
+Marge_Simpson: So I actually went to the bowling alley to spite him, or her... (MORE CLIPS)
+Marge_Simpson: (EMBARRASSED) Oh!
+Marge_Simpson: I'm awfully sorry.
+Jacques: Entirely my fault. (PAUSE) It is nice to meet you... (LOOKS AT HER BALL)... Homer.
+Marge_Simpson: (FLUSTERED) Oh, no, no. Homer is my... ball's name. I'm Marge.
+Jacques: Your fingers are so slender, so feminine. They are far too tapered for the ball you are using. You need something lighter, more delicate. Here, use my ball.
+Marge_Simpson: No... no, thank you, Mr... uh... (LOOKS AT THE NAME ON HIS BALL)... Brunswick.
+Jacques: Call me Jacques.
+Marge_Simpson: Jacques.
+Jacques: Marge.
+Marge_Simpson: Hmmm.
+Jacques: May I ask you a bold question?
+Marge_Simpson: Sure.
+Jacques: You've never bowled before?
+Marge_Simpson: Never.
+Jacques: No?
+Marge_Simpson: No.
+Jacques: Then I will teach you.
+Marge_Simpson: Oh, I don't want to trouble you.
+Jacques: Not at all. I am a professional. Roll the ball for me, Marge. Let me see your form.
+Marge_Simpson: All right. But I'm not very good.
+Jacques: I can help you, Marge. Pick up the ball. Pick up Homer. Pick him up.
+Marge_Simpson: Oh!
+Jacques: Now, throw!
+Marge_Simpson: But...
+Jacques: Throw, damn you!
+Marge_Simpson: (GASPS) You're a very good teacher!
+
+
+Lenny_Leonard: (SHIFTY EYED) Hey, Moe. You got change for a five?
+Moe_Szyslak: Yeah, sure thing, Lenny.
+Moe_Szyslak: Ow! Ow! Ooh! Ow! A snake in the cash register. (LAUGHS) Great prank, fellas, great. Oh, I'm gonna be sick tonight.
+Barney_Gumble: Hey Moe, you wanna smell my flower?
+Moe_Szyslak: (GENUINELY ENTHUSED) Do I?!
+Moe_Szyslak: (LAUGHS, PATTING OUT FLAMES) I'm burnin' up, here. Ooh, ooh, taking advantage of my alcohol soaked clothes. (LAUGHS) It's funny and it makes you think.
+Moe_Szyslak: (SERIOUS) Oh I need some coffee before I black out. Homer, pass me the sugar.
+Homer_Simpson: (TO HIMSELF) This is gonna to be great.
+Moe_Szyslak: Ooh!
+Barney_Gumble: Geez!
+Moe_Szyslak: Oh, there's sugar all over the bar now.
+Lenny_Leonard: That's not funny, Homer.
+Barney_Gumble: Yeah, we were just messin' around. And you had to go too far.
+Moe_Szyslak: How many people want Homer banned from this place for life?
+Moe_Szyslak: Yeah!
+Homer_Simpson: (PLEADING) Ah, come on, everybody. This bar is like a tavern to me.
+Moe_Szyslak: Sorry, Homer. You should have thought of that before you gave me the old sugar-me-do. I'm taking your caricature down from Mt. Lushmore.
+Moe_Szyslak: And I'm pulling your favorite song out of the juke box.
+Homer_Simpson: (GASP) "It's Raining Men?"
+Moe_Szyslak: Yeah, not no more it ain't.
+Waylon_Smithers: Oww. (READING LABEL, SUDDENLY INTRIGUED) Ohh...
+Homer_Simpson: (CHUCKLES) Jokes on them. I'm still alive.
+Man: (VERY POLITE) Greetings, good man. Might I trouble you for a drink?
+Moe_Szyslak: Oh, get outta here, Homer.
+Man: (TOO INNOCENT) "Homer?" Who is Homer? My name is Guy Incognito.
+Homer_Simpson: (GASPS) Gr-aargh! Oh my God, this man is my exact double. (GASPS WITH EQUAL ASTONISHMENT) That dog has a puffy tail!
+Homer_Simpson: Here, Puff! Here Puff! (GIGGLES)
+Homer_Simpson: The last bar in Springfield. If they don't let me in here, I'm gonna have to quit drinking.
+Homer_Simpson: Shut up, liver.
+Homer_Simpson: (PUZZLED) Ooh, my liver hurts.
+
+
+Moe_Szyslak: Sure, Homer, I can loan you all the money you need. However (HE LEANS IN CONFIDENTIALLY) since you have no collateral, I'm gonna have to break your legs in advance.
+Homer_Simpson: (LOOKING AT HIS LEGS) Gosh, Moe, I use these all the time. Couldn't you just bash my head in?
+Moe_Szyslak: Hey, hey! Are you a loan shark? Do you understand how finance works? (HE PULLS OUT A HUGE SLEDGE-HAMMER) Now let's do this thing.
+
+
+Barney_Gumble: There's a line in "Othello" about a drinker -- "now a sensible man, by and by a fool, and presently a beast." That pretty well covers it.
+Woman: It's brilliant. Savagely honest, tender -- he has the soul of a poet.
+Barney_Gumble: (TURNING TO HER) You're very kind.
+Woman: (DISGUSTED) Excuse me did something crawl down your throat and die?
+Barney_Gumble: It didn't die.
+Barney_Gumble: My name is Barney and I'm an alcoholic.
+Lisa_Simpson: Mr. Gumbel, this is a Girl Scout meeting.
+Barney_Gumble: Is it? Or is it that you girls can't admit you have a problem?
+
+
+Kent_Brockman: And tonight the following celebrities have been arrested:
+Kent_Brockman: ...while Heather Locklear Fortensky remains at large. Remember, if you see any celebrities, consider them dangerous.
+HUGH: You know, I rather like this pub.
+Moe_Szyslak: (POURING) Oh, an English boy, eh? You know we saved your ass in World War Two.
+HUGH: Yeah, well, we saved your ass in World War Three.
+Moe_Szyslak: That's true.
+Homer_Simpson: Hugh, there's something I want you to have. My Dad gave me his cuff links to wear on the day I married Marge, and they brought us good luck. I couldn't imagine a happier marriage. We don't have many traditions in our family, but it'd mean a lot to me if you kept this one alive.
+HUGH: (MOVED) Well I'd be honored...
+HUGH: (FINISHING WITH LESS ENTHUSIASM) ...to wear... those... things.
+Bart_Simpson: Ow! Hey watch those virtual darts. I'm trying to play virtual pool!
+Other_Player: Ow!
+Moe_Szyslak: Hey, hey, no fightin' in my bar.
+
+
+Moe_Szyslak: Hey! If you guys are getting loaded off them fumes, I'm gonna have to charge ya.
+Barney_Gumble: These fumes aren't as fun as beer. Sure, I'm all dizzy and nauseous, but where's the inflated sense of self-esteem?
+Male_Inspector: (SHOCKED) Man alive! There are men alive in here!
+Female_Inspector: I'm detecting over twenty different toxins in the air.
+Male_Inspector: All right, everybody out! As long as Burns is pumping oil, this bar is closed.
+Moe_Szyslak: Damn Burns... (STEELY-EYED RAGE) Lemme just get one thing.
+Barney_Gumble: Me too.
+Barney_Gumble: Ahhhh, now there's the inflated sense of self-esteem.
+
+
+Barney_Gumble: Wow! You mean you were one of the original Little Rascals?
+Moe_Szyslak: Yeah.
+Homer_Simpson: Which one were you? The ugly one?
+Homer_Simpson: Were you the ugly one?
+Moe_Szyslak: No. I was the tough kid. Smelly. My shtick was looking into an exhaust pipe and gettin' a faceful of soot. Heh, nobody could do that better than me. Of course, it was kinda hard to think of reasons for me to look in that exhaust pipe every time, but you know, we had good writers. William Faulkner could write an exhaust pipe gag that would really make you think.
+Barney_Gumble: If you were such a big shot, why aren't you still making movies?
+Barney_Gumble: Moe?... Moe?
+Moe_Szyslak: Oh no! My favorite aggie!
+Moe_Szyslak: You stole my bit! You... That's my bit ya... Ya... ooh, ooh, you stole my bit!
+Director: Cut!
+Stagehand: Oh my God! He's killed the original Alfalfa!
+Moe_Szyslak: Yeah. Luckily, Alfalfa was an orphan owned by the studio.
+All: (MURMUR UNDERSTANDING ASSENT) Oh, I see / Yeah / That makes sense.
+Kent_Brockman: With wealthy Hollywood people on the way, local merchants can be forgiven for raising their prices a little.
+
+
+Barney_Gumble: (FLAILING) Agh! Natural light! Get it off me! Get it off me!
+Dr._Julius_Hibbert: (LOOKING AROUND) Oh, I'm sorry. I thought this was a family restaurant.
+Moe_Szyslak: (LYING) Oh, it is. It is. Just, uh, pull them stools up to the pool table.
+Little_Hibbert_Girl: Daddy, this place smells like tinkle.
+Dr._Julius_Hibbert: Mmm-hmm, I think we'll just go to The Texas Cheesecake Depository.
+Moe_Szyslak: Everybody is goin' to family restaurants these days. Seems nobody wants to hang out in a dank pit no more.
+Carl_Carlson: Ya ain't thinking of gettin' rid of the dank, are ya, Moe?
+Moe_Szyslak: Uh, maybe I am.
+Carl_Carlson: Aw, but Moe, the dank. The dank!
+Moe_Szyslak: (LOST IN THOUGHT) Yeah. Family restaurants. That's where the big bucks are. I could turn this joint into a place where you wouldn't be ashamed to bring your family, huh?
+Homer_Simpson: I'm not ashamed.
+Moe_Szyslak: Hey, put a coaster under that.
+Moe_Szyslak: So come on. I need a name that says friendly, all-American cooking.
+Homer_Simpson: How about Chairman Moe's Magic Wok?
+Barney-Shaped_Form: I like it!
+Moe_Szyslak: Nah. I want something that says people can have a nice, relaxing time.
+Homer_Simpson: I got it! Madman Moe's Pressure Cooker!
+Barney-Shaped_Form: I like it!
+Moe_Szyslak: (SNAPS FINGERS, INSPIRED) Hey, how about Uncle Moe's Family Feedbag?
+Barney-Shaped_Form: I hate it.
+Moe_Szyslak: Oh boy. The deep fryer's here.
+Moe_Szyslak: I got it used from the Navy. You can flash-fry a buffalo in forty seconds.
+Homer_Simpson: Forty seconds? (WHINING) But I want it now.
+Moe_Szyslak: G'on, take it all. Get it all out of here.
+Barney_Gumble: You know, Moe, you might want to keep the fire extinguishers.
+Moe_Szyslak: Nah. Too many bad memories.
+Barney_Gumble: Well, look at the bright side, Moe. You still got us.
+Moe_Szyslak: (CHEERING UP) Yeah. Yeah, you know, that actually makes me feel a little better.
+Homer_Simpson: Why? That was the problem in the first place. You were going broke because we were your only customers. Wasn't that the problem in the first place? That you were going broke... Moe?
+Homer_Simpson: Moe? Hey, Moe? Oh, you're thinking about all the money you blew, aren'tcha?
+Homer_Simpson: What was it? 50-60 thousand dollars? ... Moe? Look, maybe it would help if you went over all the mistakes you made from the beginning... Moe?
+Moe_Szyslak: What?
+Homer_Simpson: Let me get a pad....
+
+
+Moe_Szyslak: Gee, business stinks tonight. Where's Barney, Lenny, and Carl?
+Homer_Simpson: Ahhh... they never come around anymore now that they've got their (ROLLING EYES) mistresses.
+Moe_Szyslak: (SOTTO, LOOKING AT HOMER) Eh, might as well close the dump.
+Mayor_Joe_Quimby: I'm gonna drink you under the table.
+Quimby_#2: No, I am going to drink you under the...
+Quimbys: (DISAPPOINTED) Awwww.
+Homer_Simpson: (SIGHS) Well, you're closing. It's getting late. My kids are probably wondering where their daddy is. (DESPERATE) There's gotta be some other place we can go. Think, Moe. Think.
+
+
+Homer_Simpson: (RINGING BELL) Hear ye, hear ye, my daughter has something to tell you about Jebediah Springfield.
+Moe_Szyslak: Aw, the little cutie wants to do something cute... (TO BARFLIES) Shut up, ya bums, shut up! Go ahead, angel.
+Lisa_Simpson: Jebediah Springfield was nothing more than an evil, blood-thirsty pirate who hated this town!
+Moe_Szyslak: (SLOW & HORRIFIED) Good God. (TURNS TO HOMER) Homer, y'know I support most any prejudice you can name, but your hero-phobia sickens me. You and your daughter ain't welcome here no more. Barney, show 'em the exit.
+Barney_Gumble: There's an exit?
+Moe_Szyslak: (UNDER HIS BREATH) "Evil blood-thirsty pirate"... Hello, Town Jubilation Committee? I got something that's going to make you a lot less jubilant.
+
+
+Moe_Szyslak: Moe's Tavern.
+C._Montgomery_Burns: I'm looking for a Mr. Smithers. First name, Waylon.
+Moe_Szyslak: Oh, so you're looking for a Mr. Smithers, eh? First name, Waylon, is it? (SUDDENLY VICIOUS) Listen to me, you... when I catch you, I'm going to pull out your eyes and shove 'em up your pants so you can watch me kick the crap out of you. Okay? Then I'm going to use your tongue to paint my boat.
+Waylon_Smithers: Uh, hello. You had a "help wanted" sign in the window?
+Moe_Szyslak: Uh, yeah, I need someone to help me with the midnight beer delivery. Your job is to distract Barney until it's safely off the truck.
+Waylon_Smithers: I'll just wait out back until then.
+Barney_Gumble: I look forward to working with you!
+Homer_Simpson: Mr. Smithers, wait!
+Homer_Simpson: You can't let yourself end up in a place like this. You've got two choices: You can give up on yourself and take the Barney-guarding job, like so many of us have contemplated in our darkest moments. Or you can admit to yourself there's only one person that can make you happy and do whatever it takes to get them back.
+Waylon_Smithers: You're right! But I'm going to need your help.
+Moe_Szyslak: Oh,... my... God!...
+Truck_Driver: Beer delivery. Just sign here-- (HORRIFIED) Oh, no, it's you!!
+
+
+Homer_Simpson: (TIPSY) Aw, hell. Well... What about Dracula?
+Homer_Simpson: (TIPSY) Troy, buddy, I gotta know. What's a great guy like you wanna marry a guy like Selma?
+Homer_Simpson: Okay.
+
+
+Moe_Szyslak: Twenty-five? (LAUGHS) Whoa! Oh, I'm sorry, Mr. S., but you know, I gotta check everybody.
+Bart_Simpson: (JOVIAL) Are you kidding? I take it as a compliment! (CHUCKLE) Three beers, please!
+Barney_Gumble: Hey, join the party! (SICKLY, PATHETIC BURP)
+Moe_Szyslak: (ON PHONE) Ura Snotball?
+
+
+Moe_Szyslak: Say, ah, Barn. Remember when I said I'd have to send away to NASA to calculate your bar tab?
+Barney_Gumble: (CHUCKLES) Oh yeah, we all had a good laugh, Moe.
+Moe_Szyslak: (DEAD SERIOUS) The results came back today.
+Moe_Szyslak: (READING) You owe me... 70 billion dollars. (BEAT) No, wait, wait, wait... Oh, that's uh, for the Voyager Space Craft. (BEAT) Your tab's 14 billion dollars.
+Barney_Gumble: Well, alls I got is two thousand bucks.
+Moe_Szyslak: (CONSIDERING) Well, that's halfway there.
+Snake_Jailbird: (TO MOE) Huh. Freeze, dude. Move a muscle and I'll blow this wino's head off.
+Moe_Szyslak: (MUFFLED) I'm behind three inches of bullet-proof glass. Do your worst.
+Snake_Jailbird: (REASONABLE) All right.
+Moe_Szyslak: No! Stay outta there! Stay outta there! Aw, Good God, no!!
+Snake_Jailbird: Whoa, goodbye student loan payments! Ha-ha!
+Moe_Szyslak: Come back here, you stinkin' -- (LOOKS AROUND, A BIT CONCERNED) Hey, I wonder how much air is in here.
+
+
+Moe_Szyslak: Ya know what really aggravazes me, is them immiggants. They want all the benefits of livin' in Springfield, but they ain't even bothered to learn themselves the language.
+Homer_Simpson: Yeah. Those are exactly my sentimonies.
+Moe_Szyslak: Eh, you said it, Barn.
+
+
+Jimbo's_Dad: That's for tellin' me how to raise my lousy kid!
+Dolph's_Dad: This is for the crummy life I've had to live! (THROWS ANOTHER PUNCH)
+Homer_Simpson: (STILL REASONABLE) The thing is -- oof! -- Bart really loves that belt and -- ugh!
+Kearney's_Dad: Hey, somethin's wrong with this guy! He's not fallin' down!
+Moe_Szyslak: Fun's over, fellas. If you're gonna beat up my friend in my bar, there's a two-drink minimum.
+Moe_Szyslak: Jeez, Homer, I never seen a guy stand up to that kinda punishment -- I mean, you took a three-man poundin' and didn't ever fall down.
+Homer_Simpson: (GLUM) Big deal. I didn't even get my kid's belt back. The only thing a loser like me is good for is taking beatings.
+Moe_Szyslak: (EXCITED) There ya go! That's the spirit! Homer, I seen prizefighters couldn't take a punch half as good as you! (GETTING A BIG IDEA) Y'know, boxing might be right up your alley!
+Homer_Simpson: (PERKING UP) Really?
+Moe_Szyslak: Aw, please, it's the good life, Homer. Some of these boxers, they eat steak and lobster and salad bar all in a single meal!
+Homer_Simpson: (GASP OF AWE) Dressing?
+Moe_Szyslak: Their choice.
+Homer_Simpson: You really think I could do it?
+Moe_Szyslak: Well, I dunno, are you man enough to test every one of your limits?
+Homer_Simpson: Yes!
+Moe_Szyslak: And are you man enough to throw a punch, should the opportunity arise?
+Homer_Simpson: Yes!
+Moe_Szyslak: ("THE CLINCHER") And are you man enough to give me a sixty percent cut?
+Homer_Simpson: YES!!
+Moe_Szyslak: I'll take it!!
+Homer_Simpson: Woo hoo!
+Moe_Szyslak: Now, Homer, if I'm gonna manage your boxing career, I wantcha to have complete faith in me. C'mere, lemme show ya somethin'...
+Homer_Simpson: Wow! I've never been in here before!
+Moe_Szyslak: Yeah, well, when I realized we hadn't had no ladies in here since 1979, I turned it into an office.
+Homer_Simpson: You used to be a boxer just like me?
+Moe_Szyslak: Yep. They called me "Kid Gorgeous." Later on, it was "Kid Presentable." Then "Kid Gruesome." And finally, "Kid Moe."
+Homer_Simpson: (NOTICING SOMETHING) Hey, what's this?
+Moe_Szyslak: Aw, that -- that's my old spit bucket. Yeah, I been meanin' to empty that out.
+Homer_Simpson: (GASP) You know Lucius Sweet? He's one of the biggest names in boxing! He's exactly as rich and as famous as Don King, and he looks just like him, too.
+Moe_Szyslak: Yeah, he was my manager. Back when I was gorgeous, everybody wanted a piece of me. But somehow I just never made it to the big time.
+Homer_Simpson: Why not?
+Moe_Szyslak: 'Cause I got knocked out forty times in a row. That, plus politics. You know, it's all politics...
+Homer_Simpson: (IN BITTER AGREEMENT) Lousy Democrats.
+Barney_Gumble: Man, you'd never get me into a ring. Boxing causes brain damage!
+Moe_Szyslak: Okay. You're fighting a guy named Boxcar Bob.
+Homer_Simpson: Brawled his way up from the boxcars, did he?
+Moe_Szyslak: Uh, no. Not yet. He still lives at the train yard. But he's a hungry young fighter. In fact, he's actually fighting for a sandwich.
+Moe_Szyslak: Homer, I want you to have my lucky mitts. I hope you do better with 'em than I did.
+Homer_Simpson: (TOUCHED) Gee, thanks, Moe... What's this?
+Moe_Szyslak: Aw, that's the barbed wire. Heh. We, uh, we called that "The Stinger." They... they don't let you use that no more.
+Moe_Szyslak: Now, no matter how much he hits you, you don't do nothin', okay? You don't wanna get drawn into a boxing match here.
+Bart_Simpson: Way to go, Dad! Take those punches!
+Lenny_Leonard: Man, that tramp's got the energy of a hobo!
+Carl_Carlson: Yeah, he never stops punching... 'cept to check on his bindle.
+Moe_Szyslak: Okay, Homer, he's tired! He's tired! Now's your chance! Nudge him! Nudge him!
+LUCIUS: Hello, Moe. Delightful to see you again.
+Moe_Szyslak: (AWED) Lucius! Hey, what's a glitterati like you doin' in my dump? I--I thought you were managing the Champ.
+LUCIUS: Yes, managing Drederick has been my highest priority, even though he is temporarily incarcerated for pushing his mother down the stairs. But with his impending release, I've been strategizing for his glorious return to the shores of fistiana.
+Moe_Szyslak: Uh, what?
+LUCIUS: (BEAT) His comeback fight. You know, boxing.
+Moe_Szyslak: Oh, oh, man. Yeah, well, who's donatin' his body for that one? Huh?
+LUCIUS: Well, word is you manage a stalwart young pugilist who cannot be knocked down.
+Moe_Szyslak: (INCREDULOUS) Homer? You want Homer to fight Tatum?
+LUCIUS: Well, the fans are weary of fights that are over before they have an opportunity to even get drunk. I just need a body who can sustain verticality for three rounds.
+Moe_Szyslak: Yeah. But Homer's no boxer, he-- he's just a freak. Tatum'll fustigate him!
+LUCIUS: Well, fustigation aside, Moe, you've got a choice: you can either sit here in the ladies room with your faded memories, or you can take your last shot at the big time. (DRAMATIC) And I can make it happen.
+LUCIUS: Three rounds, that's all I ask.
+Moe_Szyslak: I gotta be honest with ya, Homer. I didn't bring you up here to show you my new tar-paper.
+Homer_Simpson: (NAIVELY) You... didn't?
+Moe_Szyslak: No. Homer, how would you like to be Heavyweight Champion of the World?
+Homer_Simpson: Uh, sure.
+Moe_Szyslak: Great. All you gotta do is fight Drederick Tatum. It's this Saturday. Here's your parking pass.
+Homer_Simpson: (IMPRESSED) Ooh, "General!" (BEAT) Who's Drederick Tatum, anyway? Is he another hobo?
+Moe_Szyslak: (EVASIVE) Uh, you know what? I'm gonna have to check on that...
+Homer_Simpson: Well, I trust you, Moe. If you say I can beat this guy, then he doesn't stand a chance.
+
+
+Larry: Everybody go nuts, I'm buyin'! (TO MOE) Hey, Handsome, send the bill to my dad.
+Moe_Szyslak: Okay, but the last guy who charged a drink to Burns turned up in a landfill.
+Barney_Gumble: Yeah. (REMEMBERING FONDLY) But it was worth it!
+Larry: What's everybody in this burg have against my Dad? He's a pussycat. I tell ya, he's a doll-baby. (TO HOMER) Come on over, I'll show ya!
+
+
+Kirk_Van_Houten: Homer! I want you to meet my new special lady. Say hello to Starla.
+Starla: Can I have the keys to the car, lover? I feel like changing wigs.
+Kirk_Van_Houten: Okay.
+Kirk_Van_Houten: Starla's a temp at K-ZUG ('KAY-ZUGG') Radio 530. She's going to help me launch my singing career.
+Kirk_Van_Houten: My car!
+Kirk_Van_Houten: Oh! My demo tape!
+Homer_Simpson: (READING) "Can I Borrow A Feeling?" (LAUGHS) "Can I Borrow A Feeling?" (STILL LAUGHING) There's your picture on the front.
+Kirk_Van_Houten: Go ahead, Homer. Laugh at me.
+Homer_Simpson: I already did.
+Kirk_Van_Houten: You know why all this happened, don't you? 'Cause I took my marriage for granted. Y'know, in twelve years, I never once helped out with the housework.
+Homer_Simpson: Oh yeah. You gotta do that.
+Kirk_Van_Houten: I could've at least stayed in shape for her.
+Homer_Simpson: Oh, and for yourself.
+Kirk_Van_Houten: I could've taken just a little time to... to make her feel special.
+Homer_Simpson: It can't just be sex. It can't.
+Kirk_Van_Houten: God, I was so self-centered. No wonder I didn't see it coming. (SHAKING HEAD) That's how it is, though: one day your wife is making you your favorite meal, the next day you're thawing a hot dog in a gas station sink.
+Homer_Simpson: (UNDERSTANDING) Ooh, that's tough, pal. But it's never going to happen to me.
+Kirk_Van_Houten: Oh, how do you know? What makes you guys so special?
+Homer_Simpson: 'Cause Marge and I have one thing that can never be broken: a strong marriage built on a solid foundation of routine.
+
+
+Homer_Simpson: Carl?
+Homer_Simpson: Hey, Barney! Soul mate! Let me buy you a beer.
+Barney_Gumble: Okay, but I'm not your soul mate. I'm really more of a chum.
+Homer_Simpson: Well what about you, Lenny?
+Lenny_Leonard: (HELPFUL) I'm a crony.
+Carl_Carlson: I'd say acquaintance.
+Sam: Call me sympathizer.
+Bumblebee_Man: Compadre.
+Kearney_Zzyzwicz: Associate.
+Dr._Julius_Hibbert: Contemporary.
+Moe_Szyslak: I'm a well-wisher, in that I don't wish you any specific harm.
+
+
+Moe_Szyslak: Another Duff, Homer?
+Homer_Simpson: Nah, it's Friday night Moe. I wanna try something special.
+Moe_Szyslak: Uh, sure, sure.
+Moe_Szyslak: Uh, here you go. Düff. (DOOF) From Sweden. (NERVOUS CHUCKLE)
+Homer_Simpson: Skoal! (SIPS) Wait a minute -- this is Duff!
+Moe_Szyslak: (NASTY LAUGH) Ah, ha ha, you got me, didn't ya? (HANDING HOMER A BEER) All right, here you go -- "Red Tick Beer."
+Homer_Simpson: Hmm, bold -- refreshing... and something I can't quite put my finger on.
+Homer_Simpson: Well, it's one a.m. Better go home and spend some quality time with the kids.
+Moe_Szyslak: Just a second, Homer, you gotta take a breathalyzer test before I let you drive home.
+Homer_Simpson: Eh, I guess I'll walk home.
+Fox_Mulder: All right, Homer. We want you to recreate your every move the night you saw this alien.
+Homer_Simpson: Well, the evening began at the Gentleman's Club, where we were discussing Wittgenstein over a game of backgammon.
+Dana_Scully: Mr. Simpson, it's a felony to lie to the FBI.
+Homer_Simpson: (ASHAMED) We were sitting in Barney's car eating packets of mustard. Ya happy?
+Homer_Simpson: (TO SCULLY) You are one fine-lookin' woman, lady. If I wasn't married, I'd go out with you like that.
+Homer_Simpson: (DRUNK, REMORSEFUL) I am so sorry. Whatever you do, don't tell Marge. God, I love her. I-- (LOOKING DOWN) Hey, a penny!
+Moe_Szyslak: So, uh, who are you guys anyhow?
+Fox_Mulder: Agents Mulder and Scully, FBI.
+Moe_Szyslak: (EDGY) FBI, huh? Uh, S'cuse me.
+
+
+Homer_Simpson: (DIMLY) Oh yeah.
+Moe_Szyslak: Here you go, Homer.
+Homer_Simpson: Thanks, Moe.
+Moe_Szyslak: (GENEROUSLY) Aw, Homer. You know your money's no good here.
+Moe_Szyslak: Hey, wait a minute -- this is real money!
+Homer_Simpson: (PROUDLY) Yeah, my wife is raking it in.
+Fat_Tony: (CLEARS THROAT) Greetings, Homer.
+Homer_Simpson: (HAPPY TO SEE HIM) Hey, Fat Tony! You still with the Mafia?
+Fat_Tony: (LOOKING AROUND NERVOUSLY) Uh, uh, yes. I am. Thank you for asking. Now Homer, as you no doubt recall, you were done a favor by our, uh... how shall I say, Mafia crime syndicate.
+Fat_Tony: Now, the time has come for you to do us a favor.
+Homer_Simpson: (SHOCKED AND HURT) You mean the mob only did me a favor to get something in return? Oh, Fat Tony... (INDIGNANT) I will say good day to you, sir.
+Fat_Tony: (ASHAMED) Okay, I will go.
+Fat_Tony: (REALIZING) Hey, wait a minute.
+
+
+Moe_Szyslak: (HANGING UP) Well, Homer's out. We gotta find a new General Ambrose Burnside.
+Barney_Gumble: And I'm not too crazy about our Stonewall Jackson.
+Apu_Nahasapeemapetilon: The South shall "come again!"
+
+
+Homer_Simpson: ...and the entire steel mill was gay!
+Moe_Szyslak: (NOT SURPRISED) Where ya been, Homer? Entire steel industry's gay.
+Moe_Szyslak: Yeah, aerospace, too. And the railroads. And ya know what else? (NODS KNOWINGLY) Broadway!
+Barney_Gumble: I always hoped Bart'd grow up to be just like us. What happened?
+Moe_Szyslak: Oh, it ain't no mystery -- whole modern world got a swishifyin' effect on kids today. And their MTV's and their diet sodas ain't gonna set 'em straight neither. You gotta do it yourself, Homer. And you gotta do it fast.
+Homer_Simpson: But what would turn Bart into a man fast? You have to think for me!
+Moe_Szyslak: Well, lessee now... uh, time was, you'd send a boy off to war. Shootin' a man'd fix him right up. (MAD) But there's not even any wars no more thank you very much Warren Christopher!
+Barney_Gumble: Hey, better yet, Bart could shoot a deer. That's like shooting a beautiful man!
+Moe_Szyslak: Hey, he's right, Homer. After the boy bags a deer, all the diet sodas in the world won't turn him back. Then you just sit back and watch the grandkids roll in!
+Homer_Simpson: (CONSIDERS IT) Hunting, eh?
+
+
+Homer_Simpson: (WHINY MOAN) It's been St. Patrick's Day for hours and I'm still not drunk yet. (LOOKS AT WATCH) Oh, it's never gonna be nine o'clock.
+Homer_Simpson: Oh, Moe, thank God you're here! We'd like to come in and drink, please!
+Lenny_Leonard: We kicked down the back door, but then there was a metal door.
+Moe_Szyslak: Yeah, all right, listen up! This is the busiest drinkin' day of the year. Where are the designated drivers?
+Moe_Szyslak: Beat it! I got no room for cheapskates.
+Homer_Simpson: Look at me! I'm the Prime Minister of Ireland!
+Moe_Szyslak: Hey, Homer, ain't that your kid on TV?
+Bart_Simpson: (MENACING) What are yew lookin' at?
+Moe_Szyslak: Who wants a bathtub mint julep?
+
+
+Moe_Szyslak: (WRITING) "Barney Gumbel".
+Homer_Simpson: Oh, I can't believe it. I've got an enemy. Me! The most beloved man in Springfield.
+Moe_Szyslak: Ah, it's a weird world, Homer. As hard as it is to believe, some people don't care for me, neither.
+Homer_Simpson: (SHAKING HEAD) No, I won't accept that.
+Moe_Szyslak: No, it's true. I've got their names written down right here, in what I call my, uh, "enemies list".
+Barney_Gumble: (READING) Jane Fonda, Daniel Schorr, Jack Anderson... Hey, this is Richard Nixon's enemies list! You just crossed out his name and put yours.
+Moe_Szyslak: Okay, gimme that. Gimme it back!
+Homer_Simpson: (MOROSE) Oh, what'll I do, Moe?
+Moe_Szyslak: Well, why don't you invite him over to dinner. Turn him from an enemy into a friend. Then when he's not expecting it, bam! The old fork in the eye.
+Homer_Simpson: Do you think it might work without the fork in the eye?
+Moe_Szyslak: There's always a first time.
+
+
+Barney_Gumble: (TO CHAUFFEUR) Thanks for the lift!
+
+
+Barney_Gumble: Well, ah, I better go. I've got a date with that lady in front of the drug store who's always yelling things.
+Moe_Szyslak: (HURT, TO SELF) She told me she was washin' her hair tonight. (SIGHS) I'm so desperately lonely.
+Grampa_Simpson: Ah, quit your belly-aching, ya big loser!
+Moe_Szyslak: (LOOKING AROUND) Wh... who said that?
+Grampa_Simpson: I did. It's me, Abe Simpson.
+Moe_Szyslak: But you're dea-d-d-dead. (THREE STOOGES SCARED SOUND)
+Grampa_Simpson: (UPBEAT) I was! But I've come back... as your love testing machine!
+Grampa_Simpson: I'm the love-matic Grampa!
+Singers: (PEPPY) WHILE SHOPPING FOR SOME CANS / AN OLD MAN PASSED AWAY / HE FLOATED UP TOWARD HEAVEN / BUT GOT LOST ALONG THE WAY...
+Singers: NOW HE'S THE LOVE-MATIC GRAMPA! / THE WISE SOCRATIC GRAMPA! / (SWELLING, MUSHY) AND HE'LL FILL OUR HEARTS WITH LOVE!
+Grampa_Simpson: Don't be afraid, Moe. I'm here to help you with your romantic problems.
+Moe_Szyslak: Hey, I don't need no advice from no pinball machine. I'll have you know I wrote the book on love.
+Grampa_Simpson: Yeah -- "All Quiet On The Western Front!"
+Moe_Szyslak: Ahh, kiss my dishrag!
+Grampa_Simpson: See? That's your problem. You're a crab. Ladies like sweet talkers.
+Moe_Szyslak: (DEFENSIVE) Hey, I'm sweet. I'm sweeter than Jewish wine.
+
+
+Homer_Simpson: Barney, where's my car?!!
+
+
+Grampa_Simpson: Then prove it. I want you to charm the next pretty young thing that walks through that door.
+Homer_Simpson: (CATCH-PHRASE) Ah, grrrreetings!
+Grampa_Simpson: Son, it's me! I floated up toward heaven, but got lost along the way!
+Homer_Simpson: (GASP; AWED) Dad? Is that really you?
+Grampa_Simpson: Darn tootin', ya lousy fink! You buried me naked and sold my suit to buy a ping-pong table! What kind of a son--
+Homer_Simpson: (DISMISSIVE SNORT) Call me when you get a karaoke machine.
+Grampa_Simpson: That's the second time he pulled the plug on me.
+Betty: I was just in a car accident. Can I use your phone?
+Moe_Szyslak: Uh, usin' the phone's a four-drink minimum.
+Moe_Szyslak: (ASIDE TO GRAMPA) What's the matter? I'm making as nice as I can.
+Grampa_Simpson: (TRYING TO SOUND MECHANICAL) Test- lady. Test-lady.
+Moe_Szyslak: G'ahead. Give it a try.
+Moe_Szyslak: It goes by how clammy your hands are.
+Betty: Well, I suppose I could use a laugh after that accident.
+Grampa_Simpson: (TRYING TO SOUND MECHANICAL) Lovelorn. You-need-man. Moe-near-now. Go-near- Moe.
+Betty: (CONFUSED) What?
+Moe_Szyslak: (EXPLAINING) "Go near Moe." I'd say that's a pretty strong endorsement. So, how about you and me go out sometime? You know, out back.
+Moe_Szyslak: I mean, uh, out to dinner at a fancy French restaurant?
+Betty: (SEXY) Sounds great. And if this Love Tester's as accurate as it looks, maybe we'll be having breakfast, too.
+Moe_Szyslak: You did it, Grampa! You really are a love expert.
+Grampa_Simpson: Dang right! Fact is, I invented kissing. It was during World War One, and they were looking for a new way to spread germs...
+
+
+Moe_Szyslak: Wha-- Uh-oh. Here comes the evening rush. Clear out, fellas.
+Barflies: What a day. / Let's get started. / Some serious drinkin'. / (ETC.)
+Homer_Simpson: 'Evening, Moe.
+Barney_Gumble: 'Morning, Moe.
+Chauffeur: Here we are, Mr. Gumbel.
+Moe_Szyslak: Yeah, all right. Listen up, guys. The Springfield Police have told me that 91 per cent of all traffic accidents are caused by you six guys.
+Moe_Szyslak: Yeah, I know, I know. But the bad news is we gotta start having designated drivers.
+Moe_Szyslak: We'll choose the same way they pick the Pope.
+Moe_Szyslak: Everybody reach in and draw a pickled egg. Whoever gets the black egg stays sober tonight.
+Barney_Gumble: NOOOOOOOOOO!
+Homer_Simpson: (TO BARNEY) You got the black one.
+Homer_Simpson: Hey everybody, I'm Peter Pantsless! (LAUGHS)
+Barney_Gumble: (PAINED MOAN) I can't take this much longer. I gotta have a beer.
+Barney_Gumble: (HORRIFIED) Oh, no. Oh, no. Not tonight. Not tonight!
+Duffman: (PARTY VOICE) Are you ready to get Duffed?
+Lenny_Leonard: Hey, it's Duffman! The guy in a costume that creates awareness of Duff!
+Duffman: Duffman wants to party down with the man who sent in ten thousand Duff labels to bring me here today. I've got a bottomless mug of new "Duff Extra Cold" for... (READS CARD) BARNEY GUMBEL!
+Cheerleaders: (CHEERS AND:) Chug! Chug! Chug! Chug!
+Barney_Gumble: (STRAINING) I can't! I'm the designated driver!
+Duffman: (PERFUNCTORY, BRUSQUE) Ehhh... That's swell. Duff wholeheartedly supports the designated driver program... Now, who wants to party?!
+Moe_Szyslak: Face it, Homer, the car is gone. Barney ain't never comin' back.
+Barney_Gumble: (SHAKY) All I remember about the last two months is giving a guest lecture at Villanova. (BEAT) Or maybe it was a streetcorner.
+Homer_Simpson: (QUIET ANGER) So you lost my car, eh? Well, that's just grand. I ought to punch you in the nose, but I have to pick up my kids at school.
+
+
+Moe_Szyslak: (COVERING) Uh, that's a parasol.
+Homer_Simpson: Well, Moe, this is it. Today's the day I get my new air conditioner.
+Moe_Szyslak: Congratulations. Who's the little chick?
+Lisa_Simpson: I'm Lisa!
+Homer_Simpson: (TO MOE, PROUDLY) She has a gift.
+Lisa_Simpson: You have thirteen pickled eggs in this jar! (CUTE) And one cockroach!
+Moe_Szyslak: (DISPLEASED CHUCKLE) Who are you, sweetheart, the health inspector?
+Man_At_Bar: No, but I am.
+Moe_Szyslak: Uh... here, have a margarita.
+
+
+Homer_Simpson: But you can't leave! We're scammin' an old lady at my house and I need a place to hide out.
+Moe_Szyslak: Ah, sorry Homer, I've been planning this vacation for years. I'm finally gonna see Easter Island.
+Homer_Simpson: Oh, right. With the giant heads.
+Moe_Szyslak: With the what now?
+Lenny_Leonard: Hey, you seen Apu lately? He looks terrible.
+Carl_Carlson: Yeah, rumor has it Marge threw him out.
+Barney_Gumble: Aw, tough break. She's a beautiful lady.
+Moe_Szyslak: You got that straight, Barn.
+Barney_Gumble: (RAISING GLASSES) To Marge!
+Homer_Simpson: Moe, what do you recommend for severe depression?
+Moe_Szyslak: Booze, booze and more booze.
+Lenny_Leonard: Ha! Nothin' like a depressant to chase the blues away.
+Lenny_Leonard: Yeah, you got that... / Oh yeah. / Uh-huh.
+Apu_Nahasapeemapetilon: Oof, Manjula and I have not seen each other in twenty years. Two people cannot fall in love sight-unseen.
+Moe_Szyslak: Hey, hold on there! I'm countin' on that.
+Apu_Nahasapeemapetilon: Well, just twenty-four hours of freedom left...
+Homer_Simpson: (CHECKING WATCH, CHIPPER) Actually, it's more like twelve. No, I'm so stupid, seven. It's seven hours. You have seven hours. (SHOWING APU WATCH) See? Seven.
+Apu_Nahasapeemapetilon: (SAD MOAN, THEN SINGING DIRGE-LIKE) "WELL, I'M HOT BLOODED / CHECK IT AND SEE / I'VE GOT A FEVER OF A HUNDRED AND THREE..."
+Homer_Simpson: C'mon. You shouldn't be spending your last hours of bachelorhood in a dump like this.
+Homer_Simpson: You should be livin' like there's no tomorrow. And I know just the place.
+Homer_Simpson: Ahh. Is this the life, or what?
+Jasper_Beardly: (REACHING FOR A SWITCH) You want me to turn on the bubbles?
+
+
+Moe_Szyslak: Geez, this hot-rod is souped up six ways from Sunday. Never had you figured for a gear-head, Homer.
+Homer_Simpson: (CASUAL) Oh, yeah. I'm a real expert.
+Moe_Szyslak: What is that? A six-barrel Hollye carb?
+Homer_Simpson: You betcha.
+Moe_Szyslak: Edelbrock intakes...
+Homer_Simpson: Nothin' but.
+Moe_Szyslak: Meyerhof lifters...
+Homer_Simpson: Oh yeah.
+Moe_Szyslak: I made that last one up.
+Homer_Simpson: (KEEPING DIGNITY) I see.
+
+
+Moe_Szyslak: Sounds like you're having a rough Christmas, Homer. You know what I blame this on the breakdown of? Society.
+Homer_Simpson: (DRUNK) Yeah, you're right, Moe. You're always Moe.
+Barney_Gumble: Homer, look! Your house is on TV!
+Homer_Simpson: (PISSED) You take that back, Barney!
+Moe_Szyslak: Nah, he's right, Homer.
+Homer_Simpson: Stay out of this, old man.
+Kent_Brockman: Dateline: Kent Brockman. I'm here at the scene of the Christmas burglary, where a creature was stirring last night. And what he was "stirring" was "up trouble."
+Kent_Brockman: Is your husband or lover here, ma'am?
+Marge_Simpson: No. My husband is... at church.
+Homer_Simpson: (INTOXICATED SMILE) Aw, that's my girl. I love you, Marjorie.
+Moe_Szyslak: Yeah, she's quite a gal.
+Homer_Simpson: (THREATENING) You shut up.
+Kent_Brockman: So when you realized Christmas was ruined, how did you feel?
+Marge_Simpson: How do you think I felt?
+Kent_Brockman: Absolutely devastated. (TURNS TO CAMERA) "Absolutely devastated." The words of a heart-broken mother. For there will be no fire truck for little Bart. No sweater for little Lisa. No Cajun sausage for little Homer...
+Kent_Brockman: (SNEERING) So while you're home today eating your sweet, sweet holiday turkey, I hope you'll all choke just a little bit.
+Moe_Szyslak: So this was all a scam. (DISGUSTED) And on Christmas.
+Barney_Gumble: Yeah. Jesus must be spinning in his grave.
+
+
+Chief_Wiggum: Ah, isn't that illegal?
+Krusty_the_Clown: (ENTHUSIASTICALLY) Hey, hey!
+Marge_Simpson: (READING SIGN) Four drink minimum?
+Homer_Simpson: (PATS STOMACH) I'll cover ya, honey.
+Moe_Szyslak: Hi. How you folks doin'? I'm Moe. Or as the ladies like to call me, "Hey you, behind the bushes." (TAPPING MIC) Uh, is this thing on?
+Barney_Gumble: No. Sorry, Moe.
+Moe_Szyslak: (CLEARS THROAT) And now, without further Apu...
+Apu_Nahasapeemapetilon: Woo! I have been zinged and I love it.
+Moe_Szyslak: ...the last angry clown, the man who spews truth from every orifice, ladies and gentlemen... Krusty!
+Krusty_the_Clown: (COOL INDIFFERENCE) Yeah, yeah, yeah.
+Krusty_the_Clown: So, I'm watchin' TV today...
+Homer_Simpson: (CLAPPING) Woo! TV! Yeah!
+Krusty_the_Clown: All I keep seein' is dead celebrities hawkin' products! They got poor Vincent Price floatin' around on a toilet cake tellin' me about the "horrors" of an unfresh bowl...
+Krusty_the_Clown: And I'll tell ya somethin' else, I do not believe Winston Churchill would eat at Der Wienerschnitzel!
+Krusty_the_Clown: There's nothing those Madison Avenue grave robbers won't do to get us to buy their crap!
+Crowd: (VARIOUS) Yeah! / Right On, Krusty! / You Tell 'Em!
+Homer_Simpson: (WITH CROWD) Impeach Churchill!
+Krusty_the_Clown: Well, here's one dollar those crooks aren't gonna get their hands on.
+Krusty_the_Clown: I don't care if it is illegal. I'm makin' a stand here. Who's with me?
+Lenny_Leonard: I am! I work like a dog for this!
+Agnes_Skinner: Oh, you're burning it all wrong, Seymour.
+Seymour_Skinner: It's my allowance, Mother, and I'll burn it the way I want.
+Homer_Simpson: Take that, you greedy fat cats. (TO MARGE) Marge, gimme your purse.
+Marge_Simpson: (SOTTO; DESPERATE) Here's $42 -- it's everything I have. Run home and bury it in the yard.
+Lisa_Simpson: I love you, Mom!
+Crowd: You tell 'em, Krusty. / Screw everyone! / Etc.
+Businessman_#1: Wow, they're hanging on his every word. (TURNS) Are you thinking what I'm thinking?
+Businessman_#2: I hope so.
+Businessman_#1: (FIRMLY) I thought I made myself clear in Boston.
+Lenny_Leonard: (TO HOMER) I brought a bag of money in case he wants us to burn it again.
+Homer_Simpson: I hope he tells us to burn our pants. These things are drivin' me nuts!
+Krusty_the_Clown: So this afternoon, two suits come up to me and ask me to endorse some new sports utility vehicle.
+Crowd: Oooo! / What did you do? / (LAUGHS)
+Homer_Simpson: (CALLING OUT) Don't you hate pants?
+Krusty_the_Clown: (IGNORING HOMER) I threw those two creeps out on their ass.
+Crowd: Yeah! / Woo! / Go Krusty! / Woo hoo hoo!
+Krusty_the_Clown: Then, they followed me home, begging me to take a test drive. And let me tell you, (BEAT) talk about roomy! The Canyonero combines the smooth handling of a European sports car with the rugged driveability of a sturdy 4X4.
+Crowd: (CONFUSED NOISES) / Huh? / What?
+Carl_Carlson: (CALLING OUT) Hey, Krusty, what are you talking about? I, I thought you said those guys were creeps!
+Krusty_the_Clown: Yeah, but that was before I got to know 'em. And I'm tellin' ya', the Canyonero is the Cadillac of automobiles. That's Canyonero.
+Crowd: Boo! Etc.
+Krusty_the_Clown: Wait! Where you goin'? I still got plenty of beefs! Fat-free yogurt!
+Krusty_the_Clown: Th-Th-Th-The quality of computer porn! (GROAN)
+Jay: I knew I shoulda gone on first.
+Bart_Simpson: I don't get it, Krusty. You said you would never be a shill again.
+Krusty_the_Clown: (INDIFFERENT SOUND) I learned something about myself tonight, kid. (THOUGHTFULLY) It ain't comedy that's in my blood. It's selling out.
+Krusty_the_Clown: C'mon, I'll give you a ride home.
+Bart_Simpson: Wow, this is roomy!
+HANK_WILLIAMS_JR.: CAN YOU NAME THE TRUCK WITH FOUR WHEEL DRIVE? / SMELLS LIKE A STEAK AND SEATS 35... / CANYONERO. (WHIP CRACK) CANYONERO. (WHIP CRACK) WELL IT GOES REAL SLOW WITH THE HAMMER DOWN / IT'S THE COUNTRY-FRIED TRUCK ENDORSED BY A CLOWN. / CANYONERO....
+Announcer: (QUICKLY) Federal highway commission has ruled the Canyonero unsafe for highway or city driving.
+Chorus: (QUICKLY) Canyonero!
+HANK_WILLIAMS_JR.: TWELVE YARDS LONG, TWO LANES WIDE. / SIXTY-FIVE TONS OF AMERICAN PRIDE. / CANYONERO (WHIP CRACK) CANYONERO (WHIP CRACK)
+HANK_WILLIAMS_JR.: TOP OF THE LINE IN UTILITY SPORTS. / UNEXPLAINED FIRES ARE A MATTER FOR THE COURTS. / CANYONERO (WHIP CRACK) CANYONERO (WHIP CRACK)
+HANK_WILLIAMS_JR.: SHE BLINDS EVERYBODY WITH HER SUPER HIGH BEAM. / SHE'S A SQUIRREL SQUASHING, DEER SMACKIN', DRIVIN' MACHINE. CANYONERO....
+HANK_WILLIAMS_JR.: CANYONER-OOOO... HYAHH!! CANYONERO!
+HANK_WILLIAMS_JR.: Whoa, Canyonero! Whoa!
+
+
+Homer_Simpson: (TOASTING) To Marge. And all the blissful years I've spent hiding from her in this bar.
+Barflies: Hear, hear!
+Moe_Szyslak: Yeah. Big deal. You got a wife. I got a rash. Who cares? (OFF HOMER'S HURT LOOK) Ech, I'm sorry, Homer. It's just, it's been four years since my last date with a whatchacallit, uh, woman.
+Homer_Simpson: Whatever happened to your mail order bride?
+Moe_Szyslak: Ah, she got homesick for her old life, diving for tourist pennies in a Micronesian swamp.
+Homer_Simpson: So her career got in the way.
+Moe_Szyslak: Yeah, I don't blame her. (LOOKING IN MIRROR) No girl wants to end up with a Joe Puke-pail like me.
+Homer_Simpson: Now, now, I won't hear of it, Moe. You're a fabulous catch.
+Moe_Szyslak: (SNORT) Yeah, well, uh, how come I ain't fendin' off movie starlets with a pointy stick?
+Homer_Simpson: Oh, it's probably due to your ugliness. But that doesn't mean we can't find you a woman. Come on, we're goin' to the darkest bar in town.
+Moe_Szyslak: (INTO PHONE) Yeah, I wanna send her two dozen roses. And I wanna put something nice on the card, like, um, "Renee, my treasure..."
+Moe_Szyslak: Shut up, or I'll ram a stool down your throat! (INTO PHONE) Ah, nah, nah, no, I don't want that on the card... Well, lemme hear how it sounds... Nah, nah, take it out. Take it out. And charge it to my Players Club card... Maxed out?
+Moe_Szyslak: Look, I really need these flowers, okay? I got a real tenuous hold on my girlfriend here... Hello? Hello?
+Moe_Szyslak: (SIGH) Well, that's it. It's all over. Renee ain't gonna wanna hang around with no Joe Pinchpenny.
+Homer_Simpson: Aw, come on, Moe. Think of all you have to offer besides money.
+Moe_Szyslak: (THINKS FOR A BEAT) Hmmm... I need cash, and lots of it. Um, all right, everybody, I'm calling in your bar tabs.
+Moe_Szyslak: Ya bunch of ungrateful ingrates! Ya--
+Moe_Szyslak: (DISTRAUGHT) Ah, Homer, what am I gonna do? Renee's my last chance for true love.
+Homer_Simpson: If you really need money, you could sell a kidney, or maybe even your car.
+Moe_Szyslak: Nah, my car ain't worth nothin'. (GETTING AN IDEA) But it is insured... For five grand... Homer, I need your help. You gotta steal this car and wreck it for me.
+Homer_Simpson: Steal? Oh no, you got the wrong guy.
+Homer_Simpson: (AWKWARDLY) You dropped somethin'.
+Moe_Szyslak: C'mon, Homer! I'm one of your dearest friends! When everybody said you were too drunk to drive that time, who gave you your keys?
+Homer_Simpson: (WARILY) Oh, you did. But -- I still don't know... I can just imagine what Marge would say.
+Marge_Simpson: Homer, I insist you steal that car.
+Homer_Simpson: (FIRMLY) I'll do it!
+Moe_Szyslak: Okay, here's the plan. (PLACING ON BAR) This model car represents my car, huh? And this olive is you. Now...
+Homer_Simpson: Mmmm... me.
+Moe_Szyslak: Hey! Hey! Aw, that's great. Now the car's gonna have to represent you, and, uh, this little toy man will represent the car.
+Moe_Szyslak: All right, forget it!
+Moe_Szyslak: Listen up, here. Tomorrow night at eight, you go down to the waterfront and you "steal" my car.
+Homer_Simpson: What about the cops?
+Moe_Szyslak: That's the beauty part. Every cop in town's gonna be on the Police Department's Moonlight Charity Cruise. And I'm gonna be right there with 'em.
+Homer_Simpson: So, as soon as you get back, we steal the car, right?
+Moe_Szyslak: Righ-- No, no. Wrong. Listen. While I'm on the boat with the perfect alibi, you steal my car, and park it on the railroad tracks. Then when the 10:15 train comes along...
+Moe_Szyslak: WHAM! The insurance company pays off five thousand clams. I keep showing Renee the sweet life.
+Homer_Simpson: You're a genius, Moe. All your troubles will soon be over for a couple months.
+Moe_Szyslak: ... So like a coward I let Homer take the rap for the whole scam. And now the only way to clear him is to turn myself in.
+Renee: I-I don't know what to say. I'm shocked. I mean you broke the law and betrayed a friend...
+Moe_Szyslak: Yeah, you're right. You shouldn't be wasting your time with a low-life like me.
+Renee: (GIVING IN) Oh, Moe, don't say that. Y-You made a mistake, but at least you're trying to set things straight.
+Moe_Szyslak: Yeah, that's true. That's true, baby. Hmf, it'll be hell being locked away from ya, but I guess I gotta take my medicine. (SUDDEN THOUGHT) Unless... Unless, I send a letter to the police clearing Homer...
+Renee: (HOPEFUL) Yeah...
+Moe_Szyslak: (EXCITED) Then we go to the graveyard and steal two corpses...
+Renee: (STUNNED) Oh my God.
+Moe_Szyslak: (ON A ROLL) We-we-we switch clothes with them, leave 'em in the bar. Then we pour some brandy around. Like so...
+Renee: Yeah, would you hand me my keys?
+Moe_Szyslak: Uh, yeah. Here ya go.
+Moe_Szyslak: ...Then we light a match...And FWOOOF! We start a new life in Hawaii.
+Renee: Goodbye, Moe.
+Moe_Szyslak: Where you goin', baby? You goin' to find the corpses?
+Renee: (SARCASTIC) Yes, Moe, I'm going to find corpses.
+Moe_Szyslak: Uh, well, you want me to come with? Renee? Dearest? (BEAT, THEN REALIZING MOAN) (SIGH) She ain't comin' back.
+Moe_Szyslak: (YELP OF PAIN) Ow.
+Moe_Szyslak: (HORRIFIED SCREAM) Uh-oh.
+Homer_Simpson: (MURDEROUSLY) You!
+Moe_Szyslak: Homer! Thank God, you gotta help me here!
+Homer_Simpson: Oh-ho, I'll help you. Help you die! (ATTACK YELL)
+Moe_Szyslak: Eh! That's it! You're going down, pal!
+Moe_Szyslak: Oh, boy... Uh, I really wanna sleep...
+Homer_Simpson: I... also sleep... G'night, Mommy...
+Barney_Gumble: Moe! Homer! (SCREAMS) The booze!
+Moe_Szyslak: Oh, Homer, I been the world's biggest rat. Can you ever forgive me?
+Homer_Simpson: Ohh, I could never stay mad at you, Moe. (SINCERELY) After all, (TEARFULLY) you get me drunk.
+Moe_Szyslak: (WATCHING FIRE) Aww! Ah, my poor bar. It's all gone. (QUIET SOBBING)
+Homer_Simpson: (PUTS ARM AROUND MOE) Aw, Moe, Moe, Moe, dry those beady little eyes. Your buddy Homer'll get you back on your feet.
+
+
+Homer_Simpson: I've joined the naval reserve.
+Homer_Simpson: Well, guys, I won't be seeing you for a while.
+Barney_Gumble: Where are you going?
+Barney_Gumble: Well, I'm not gonna let anything happen to my best friend. I'm joining too.
+Moe_Szyslak: Well, I'm not gonna let anything happen to my two best customers. I'm joining too.
+Apu_Nahasapeemapetilon: And although my religion strictly forbids military service -- what the hey, I'm in too.
+Homer_Simpson: (TOUCHED) Gee, thanks guys. This is just like "The Deer Hunter."
+Moe_Szyslak: "The Deer Hunter?" Uh... hah... That reminds me.
+
+
+Moe_Szyslak: So Lenny, let's say you pull a thorn out of the Pope's butt and he grants ya one wish. What'll it be?
+Lenny_Leonard: Hmm, only one, huh... Well, I've always wondered what it would feel like to wear something that's been ironed.
+Carl_Carlson: (WHISTLES) That'd be sweet. What about you, Moe?
+Moe_Szyslak: Eh, gee, I was gonna say a night with Joey Heatherton. But an ironed shirt... Damn! That's tempting.
+Lenny_Leonard: What about you, Homer?
+Homer_Simpson: (LEANS BACK, THOUGHTFULLY) Well...
+Agent_Miller: Homer Simpson? (FLASHING BADGE) United States Government.
+Homer_Simpson: (PANICKY) Help! Somebody!
+Moe_Szyslak: (WIPING GLASS) So how about you, Barn? One wish?
+Homer_Simpson: So if my cover gets blown and I need help, what's the signal?
+Homer_Simpson: Hey, I see you're watchin' the ball game. Looks like a good one. Any of you involved in any illegal activity? Cause I could sure go for some.
+Agent_Johnson: Oh, God!
+Homer_Simpson: How 'bout you, Lenny? Testing, testing? Lenny?
+Lenny_Leonard: You sayin' you want to commit a crime, Homer?
+Homer_Simpson: Maybe. But first I need to hear about some other crimes to get me fired up.
+Carl_Carlson: You mean like the time you was running moonshine out of your basement?
+Barney_Gumble: Or that telemarketing scam you pulled?
+Homer_Simpson: Uhhhh, like those. But involving you.
+Moe_Szyslak: Oh, you, you mean like the time Barney beat up George Bush.
+Homer_Simpson: Barney? That was me! (SEETHING) And I'd do it again.
+Charlie: Why stop there, Homer? My militia has a secret plan to beat up all sorts of government officials. That'll teach 'em to drag their feet on high-definition TV.
+Agent_Johnson: You're under arrest for conspiracy.
+Moe_Szyslak: Hey, how did they finger Charlie? Somebody musta ratted him out.
+Homer_Simpson: Oh, that's ridiculous, Moe. End transmission.
+
+
+Homer_Simpson: (MOAN) My campaign is a disaster, Moe.
+Homer_Simpson: (BITTER) I hate the public so much. (WISHFUL) If only they'd elect me... (VENGEFUL) I'd make 'em pay. (WORRIED) Oh Moe, how do I make 'em like me?
+Moe_Szyslak: Ah, gee, you're kinda all over the place there, Homer. You need to focus here. You gotta think hard and come up with a slogan that appeals to all the lazy slobs out there.
+Homer_Simpson: (SHORT MOAN) Can't someone else do it?
+Moe_Szyslak: "Can't someone else do it?" That's perfect!
+Homer_Simpson: It is?
+Moe_Szyslak: Yeah. Now get out there and spread that message to the people!
+Homer_Simpson: (RAISES ARMS TRIUMPHANTLY) Woo hoo!
+Moe_Szyslak: Whoa, whoa, hey, you didn't pay for the beer.
+Homer_Simpson: (BIG SMILE, STAGY) Can't someone else do it?
+Moe_Szyslak: (BIG KNOWING LAUGH) / Very good.
+Moe_Szyslak: Seriously, gimme the money.
+U2: THE SANITATION FOLKS / ARE JOLLY FRIENDLY BLOKES / COURTEOUS AND EASYGOING.
+The_Edge: THEY MOP UP WHEN YOU'RE OVERFLOWING...
+Bono: AND TELL YOU WHEN YOUR ARSE IS SHOWING.
+
+
+Lenny_Leonard: So this broad stands up... in the ocean and this big wave knocks her bathing suit off.
+Moe_Szyslak: Ooh. Yeah. And then what happened? Omit no detail, no matter how small or filthy.
+Lenny_Leonard: So anyway -- and this is the part you'll remember for the rest of your lives...
+Homer_Simpson: (CUTTING HIM OFF) Yeah, yeah, yeah, yeah, great story, Lenny. But here's one that's even more spellbinding. Once upon a time there was a man named Thomas Edison. And he invented the dictating machine and the fluoroscope and the repeating telegraph...
+Homer_Simpson: (INCREASINGLY BREATHLESS) ... And he was a firm believer in Fletcherism, and he played the organ, and his favorite flower was the heliotrope -- oh, and his middle name was Alva. And he never, ever, ever wore pajamas. And...
+Moe_Szyslak: Okay, I think we've been polite long enough here. Lenny, what happened with the dame and the bathing suit?
+Lenny_Leonard: Huh? Oh... uh... oh, nuts. I forgot. All I can think of now is Edison. I can't even remember where I work. (RUBS TEMPLES)
+Homer_Simpson: Well, I remember where Edison worked. It was Menlo Park. That's where he came up with the tasimeter, the ore separator and...
+Carl_Carlson: Uh, James Watt invented the steam engine.
+Homer_Simpson: That's boring. You're boring everybody. Quit boring everyone!
+
+
+Moe_Szyslak: (UPBEAT) Ah, morning, Homer. Ah, you're looking unusually focused this morning.
+Homer_Simpson: Shut your squeal hole, booze jockey. I'm gonna, like, totally waste you.
+Moe_Szyslak: Well, somebody's a Grumpy Gus. What's--
+Homer_Simpson: Yoink.
+Moe_Szyslak: Ooh! (PEEVED) Ah, for crying out loud. (GASP)
+Kent_Brockman: Another of Springfield's beloved citizens was murdered today. Filthy old bartender Moe Szyslak has watered down his last highball.
+
+
+Barflies: (EXCITED SOUNDS) / My God, what I'd give to meet him.
+Carl_Carlson: Oh, they don't come much bigger than that.
+Homer_Simpson: (DERISIVE SNORT) Kent Brockman. Please.
+Moe_Szyslak: So, I'm in the grocery store the other day buyin' some cotton balls...
+Carl_Carlson: The absorbent kind?
+Moe_Szyslak: (PROUDLY) Youuu got that right, my friend!
+Moe_Szyslak: So, I round the corner and head down the ointment aisle, when who should I spot? None other than Kent Brockman!
+Lenny_Leonard: (IMPRESSED) The local news guy? Mister Channel 6?
+Moe_Szyslak: Oh, what? I suppose you've seen a bigger star?
+Homer_Simpson: (COY) I might have.
+Lenny_Leonard: Come on, make with a name.
+Homer_Simpson: (PAINED) Oh, I can't. I promised I wouldn't.
+Moe_Szyslak: (DISMISSIVE NOISE) Aw, yeah right. You ain't seen nobody.
+Barney_Gumble: Another good one, Moe.
+Kim_Basinger: Please don't tell anyone we're here.
+Alec_Baldwin: You've got to keep our secret, Homer.
+Ron_Howard: Homer, we're out of vodka.
+Gentleman: (STATESMANLIKE) Tell the people, Homer. They have a right to know about the celebrity summer house.
+Homer_Simpson: (TO THOUGHT BUBBLE) Who the hell are you?
+Gentleman: What do you care? I'm telling you what you want to hear.
+Homer_Simpson: All right, I'm gonna let you guys in on something. But you've got to keep it much more secret than I did.
+
+
+Moe_Szyslak: Well, I gotta hand it to you, Homer. You're really brave to go through with this operation.
+Homer_Simpson: It's not an operation, Moe. The doctor says it's just a procedure.
+Moe_Szyslak: Nah, nah, no. Makin' polenta, that's a procedure. You're talkin' about deadly, life-threatening surgery, here.
+Homer_Simpson: (GETTING NERVOUS) Really? You think it's dangerous?
+Carl_Carlson: Oh, yeah. And, and even if you survive the operation --
+Homer_Simpson: (CORRECTING) Procedure. Deadly procedure.
+Carl_Carlson: Whatever. The point is, with only one kidney, you won't be able to drink yourself stupid no more.
+Homer_Simpson: Now you're just tryin' to scare me.
+Lenny_Leonard: Plus they'll put you on one of those organ donor sucker lists. Everybody who wants an eyeball or a spine or a vestigial tail will be after you.
+Homer_Simpson: (PLAINTIVE) But I don't want that.
+Moe_Szyslak: Listen, I'm just gonna get right to the point, here. Can I have your buttocks? I mean, if you die. They look pretty comfortable.
+Homer_Simpson: (MOROSE) Yeah, I guess.
+Carl_Carlson: And, uh, are those your original lips?
+Homer_Simpson: Well, actually I-- (CATCHING HIMSELF) Hey! Quit harvesting me with your eyes! (OFFENDED NOISE)
+Moe_Szyslak: (EYEING HOMER'S ASS) Oh yeah, that would look so good on me.
+
+
+Moe_Szyslak: (HOSTILE) Hey Homer, I told you not to come 'round here no more till you paid your tab. Or at least cleaned up that mess you made in the bathroom. Now y--
+Moe_Szyslak: (TURNING ON A DIME) Mayor Quimby?! Homer, why didn't you say you was with the mayor?
+Moe_Szyslak: Shove off, puke-holes. Get out of there! These stools are reserved for the mayor and his cronies.
+Moe_Szyslak: Heh. Here's a couple of Düffenbraus, on the house, of course.
+Homer_Simpson: (IMPRESSED NOISE) Semi-imported. (GUZZLES THE BOTTLE) Keep 'em comin'.
+Mayor_Joe_Quimby: (TO MOE) Your generosity is greatly appreciated, especially during this health inspection season.
+Moe_Szyslak: Oh yeah, yeah, right. Health inspection. That reminds me. (CHUCKLES)
+Moe_Szyslak: (STAGEY) Your change, sir.
+Moe_Szyslak: We're workin' on that roach situation, I swear to God.
+Mayor_Joe_Quimby: (SHRUGGING) Eh, you should see the hospital.
+
+
+Homer_Simpson: (GRUNT) What's the hubub? Did Moe finally blow his brains out?
+Lenny_Leonard: Quiet! We're watchin' the Isotopes!
+Homer_Simpson: Shut it off. They're losers.
+Carl_Carlson: Where you been? The Isotopes are on fire!
+Moe_Szyslak: Yeah, that sniper at the all-star game was a blessing in disguise.
+Lenny_Leonard: Now we're in the championship game.
+Homer_Simpson: (SURPRISED) Championship?
+Homer_Simpson: Wooooo! 'Topes ruuuule!
+Kent_Brockman: Well, here's a die-hard fan. Sir, your beloved Isotopes are about to make history. Any thoughts?
+Homer_Simpson: (WINDED EXCITEMENT) Oh, it's a great team, Kent... never gave up hope... I want to thank Jesus... and say hi to my special lady Marge... (INTO CAMERA) We did it, baby! Wooooo! (GRABBING BROCKMAN'S MICROPHONE) Woooooo!
+Kent_Brockman: (TO CAMERA) The inspiring words of a fan who'll always root, root, root for the home team, even if they lose this ga--
+Homer_Simpson: They lost? Those losers!
+Kent_Brockman: No, no, no, the game's not over --
+Homer_Simpson: Woo! Not over! Wooooo!
+Kent_Brockman: (TO CAMERA) There you have it. Woo.
+Dennis_Conroy: (ABOVE CROWD) Bottom of the ninth, two outs. It all comes down to this. And here's the pitch...
+Dennis_Conroy: (SPANISH "J"'S) Jumping Jesus! He got all of that one! It's going... going... going...
+Dennis_Conroy: (QUICKLY) Our technical director today was Stan Kadlubowski.
+Dennis_Conroy: (BACK ON GAME) It's out of here! 'Topes win!
+Moe_Szyslak: (HURT SIGH) Nobody touched my rumaki.
+Homer_Simpson: Woo! Rumaki!
+
+
+Sports_Announcer: The road to the Super Bowl is long and pointless. I mean, when you think about it...
+Homer_Simpson: (CHUCKLES AT INJURY) Football's so great. (SIPS BEER)
+Sports_Announcer: But now the two conference champs must survive a harrowing bye week that no one enjoys.
+Moe_Szyslak: (SCORNFUL) Bye weeks. Bronco Nagurski didn't get no bye weeks. And now he's dead. (RECONSIDERING) Well, maybe they're a good thing.
+Wally: Yeah, how 'bout that Super Bowl? You goin' this year?
+Homer_Simpson: Me? Nah. (GASP, BRIGHTENING) Unless there's a coupon for it. (FLIPS THROUGH BOOK) Nah.
+Wally: Well, I run the Springfield Travel Agency.
+Wally: We've got a charter bus goin' down to the game. You help us fill it, you can ride for free.
+Homer_Simpson: (DREAMILY) Homer Simpson at the Super Bowl?
+Coach: Dang! That was my last quarterback. Now what am I gonna do?
+Coach: You!
+Homer_Simpson: Me?!
+Coach: Yeah, you. Get your hand off my wife's leg.
+Homer_Simpson: Sorry.
+Homer_Simpson: It's a deal. Hey, Moe. Wanna come with me and Wally to the Super Bowl?
+Moe_Szyslak: (EXCITED) Oh, absolutely. My favorite team's in it: the (RAISES GLASS IN FRONT OF MOUTH) Atlanta Falcons (LOWERS GLASS). Yeah, ever since I was a boy, I've always loved the (RAISES GLASS IN FRONT OF MOUTH AGAIN) Atlanta Falcons (LOWERS GLASS).
+Homer_Simpson: Yeah, they're good. But I wouldn't count out the... Denver Broncos (LOWERS GLASS).
+Wally: I hear that President (GRABS GLASS FROM HOMER AND COVERS MOUTH) Clinton (LOWERS GLASS) is going to be watching with his wife (RAISES GLASS IN FRONT OF MOUTH) Hillary (LOWERS GLASS).
+
+
+Moe_Szyslak: So, uh, what kind of adventure you gonna be involved in tonight, Homer?
+Homer_Simpson: Mmm, who knows? Maybe I'll have to foil an assassination, or stop a peace conference.
+Moe_Szyslak: So they really based that Homer Simpson character on you, huh?
+Homer_Simpson: Yup. Right down to the scarf.
+Moe_Szyslak: Ooh, there it is!
+Chief_Wiggum: Nice beating, Lance. Especially around the eyes. (THEN) Say, where's your partner? Where's Homer Simpson?
+DETECTIVE_HOMER_SIMPSON: Coming, Chief.
+Chief_Wiggum: Now what have you done, Simpson?
+DETECTIVE_HOMER_SIMPSON: I was supervising the guns for toys program.
+Chief_Wiggum: It's toys for guns.
+DETECTIVE_HOMER_SIMPSON: Now you tell me!
+Chief_Wiggum: (EXASPERATED) Simp-sonnnn!!
+Homer_Simpson: (CONFUSED) Hey, what's going on? That guy's not Homer Simpson. He's fat and stupid.
+Lenny_Leonard: Hey, looks like they changed the character into a bumbling sidekick.
+Homer_Simpson: (WORRIED) No, no, he can't be. I know, maybe he's just acting stupid to infiltrate a gang of international idiots. Yeah, that's gotta be it.
+Chief_Wiggum: You destroyed that drug shipment?
+DETECTIVE_HOMER_SIMPSON: (PROUDLY) Yes indeedy.
+Chief_Wiggum: (ANGRY) That was my insulin!
+DETECTIVE_HOMER_SIMPSON: (HAPLESSLY) Uh-oh, Spaghetti-O's!
+Chief_Wiggum: (EXASPERATED) Simp-sonnnn!!
+Barney_Gumble: Hey Homer, that character is you all over.
+Lenny_Leonard: Come on, Homer, act all stupid. Like you do on TV.
+Moe_Szyslak: Yeah, come on, dum-dum, do something unintelligent, there.
+Homer_Simpson: Shutup! I'm not your clown! Don't diminish me!
+Homer_Simpson: Gentlemen, I bid you-- (CHOKING SOUND)
+Homer_Simpson: (SPINNING) Who-o-oa! Who-o-oa! Who-o-oa!
+Lenny_Leonard: Geez, what an exit.
+Carl_Carlson: Oh man, what's he gonna do for an encore?
+Moe_Szyslak: Ooh. I don't think he'll be, doin' no encores for a while. (LAUGHS)
+
+
+Homer_Simpson: Right after Happy Hour!
+Moe_Szyslak: Drinking will help us plan.
+Homer_Simpson: This Valentine's crap has gone too far.
+Men: Yeah. / Yeah.
+Moe_Szyslak: (AMID MEN'S REACTIONS) You got that right!
+Seymour_Skinner: Edna won't even let me clap her erasers.
+Sideshow_Mel: My Barbara will no longer pleasure me with the French arts.
+Moe_Szyslak: The gal I'm stalking had me bumped back to two hundred feet.
+Men: (MURMURS OF SYMPATHY) / That's too bad.
+Barney_Gumble: (AMID MURMURS) Oh, Moe.
+Homer_Simpson: And ask yourselves, people, who's to blame for all this?
+Dr._Julius_Hibbert: (GUILTILY) Well, I guess we are.
+Ned_Flanders: I suppose I do take Maude for granted.
+Barney_Gumble: I got some of that myself. / Oh, screw myself.
+Homer_Simpson: Will you stop it?! It's easy to blame ourselves, but it's even easier to blame Apu. He's makin' us look bad!
+Men: (CHEERS OF AGREEMENT) / Yeah! / Yeah, you're right! / Hey! / Yeah!
+Barney_Gumble: (AMID CURIOUS SOUNDS) Hey.
+Lenny_Leonard: (AMID CURIOUS SOUNDS) What's goin' on out there?
+Moe_Szyslak: Aw, geez, he's got everything but the Shriners.
+Old_Jewish_Man: Hey, watch it! You're all over the road!
+Homer_Simpson: We've gotta stop that traitor Apu.
+
+
+Carl_Carlson: Hey, anybody seen Homer today?
+Lenny_Leonard: (MATTER-OF-FACT) There he goes.
+
+
+Homer_Simpson: Moe, this is Astrid, my "dealer." And these are my fans, Gunter, Kyoto, and Cecil Hampstead-on-Cecil-Cecil.
+Moe_Szyslak: So, uh, you guys are Eurotrash, huh? How's that, uh, workin' out for ya?
+Gunter: Eh, to be honest, we are adrift in a sea of decadent luxury and meaningless sex.
+Moe_Szyslak: Uh-huh. So, ah, where might this sea be located?
+Cecil_Terwilliger: I must get back to my hotel and practice my affectations for tomorrow. Bon soir. (MAKES FRITZ FELD SOUND)
+Homer_Simpson: What do we owe you, Moe?
+Moe_Szyslak: Nothin', nothin'. Just gimme a priceless sketch with a certificate of authenticity.
+Homer_Simpson: All right. (SKETCHING SOUNDS)
+Barney_Gumble: Hey, Moe, can I pay with a drawing?
+Moe_Szyslak: Yeah, nice try there, Twelve-Step.
+
+
+Homer_Simpson: (STAGY) Boy, Lenny, you sure look hungry. Have some nuts.
+Lenny_Leonard: Hey, thanks.
+Lenny_Leonard: Ow! My eye! Ow! Ow! Ow! Ow! Ow! Ow! Ow! Ow! Ow! Ow!
+Homer_Simpson: (LAUGHS) Now if you want to be the life of the party like Lenny here, just place your order for this hilarious novelty item.
+Moe_Szyslak: Homer, get outta here.
+Homer_Simpson: Boy, Moe, you sure look angry. Here, have some nuts.
+Moe_Szyslak: Hey, thanks.
+Moe_Szyslak: Ow! God, my eye! Ow! Get it out! Geez! Ow!
+Moe_Szyslak: Don't pull! Don't pull! I said don't pull! Don't!
+
+
+Moe_Szyslak: (CLEARS THROAT) "You have been chosen to join the Justice Squadron! 8 a.m. Monday at the Municipal Fortress of Vengeance." Oh, I am so there!
+Professor_Jonathan_Frink: We studied traffic patterns and found that drivers move the fastest through yellow lights. So now we just have the red and yellow lights. (FRINK NOISE)
+HAWKING: Your theory of a donut-shaped universe is intriguing, Homer. I may have to steal it.
+Homer_Simpson: Wow. I can't believe someone I never heard of is hangin' out with a guy like me.
+Moe_Szyslak: (WALKING UP) All right, it's closing time. Who's paying the tab?
+Computer_Voice_2: I am.
+HAWKING: I didn't say that.
+Homer_Simpson: (COMPUTER VOICE) Yes, I did.
+Homer_Simpson: Larry Flynt is right! You guys stink!
+
+
+Lenny_Leonard: Hey, ain't that Homer on the Japanese channel?
+Moe_Szyslak: If that's Homer then... who the hell's been putting beers on his tab?
+Barney_Gumble: (TENTATIVE ANNOYED GRUNT) (THEN) Woo hoo? (THEN, SEARCHING) Umm... that boy ain't right?
+
+
+Homer_Simpson: So I gave up tap for jazz, and I've never regretted it. And here's why...
+Marge_Simpson: Homer, you're supposed to be hunting for Bart!
+Homer_Simpson: I'm on top of it.
+Marge_Simpson: (WORRIED MURMUR) My sweet baby. He must feel so helpless and scared.
+
+
+Agnes_Skinner: I told you not to drink all those Frescas before we got in the car.
+Seymour_Skinner: (HUSHED) Mother, please! You're embarrassing me.
+Agnes_Skinner: No, I'm not. (THEN TO MOE, LOUD) Seymour needs the toilet! His bladder's full. (EXPLAINING) Full of urine!
+Moe_Szyslak: Yeah, thanks. It's just past the end of the bar, (POINTS AT HOMER) next to the heavyset guy.
+Homer_Simpson: (INSULTED) Heavyset? What's that supposed to mean?
+Moe_Szyslak: All right, take it easy. Take it easy. I'm just saying you ain't no, uh, Tommy Tune.
+Homer_Simpson: No Tommy Tune, eh? Oh, that's it. You insulted my honor.
+Moe_Szyslak: I-- Your what now?
+Homer_Simpson: I demand satisfaction! (SLAPS MOE WITH GLOVE) I challenge you to a duel.
+Moe_Szyslak: Hey, a duel? I, ah-- Isn't that a little extreme? Here, here, have a free beer. (GIVES HIM ONE)
+Homer_Simpson: (SURPRISED) Really? But you've never given anyone a free beer.
+Moe_Szyslak: Yeah, I ain't never been slapped with no duelin' glove before, either.
+Homer_Simpson: (TO SELF, IN AWE) Wow, a free beer! And I owe it all to a little glove slap. (SINGING TO TUNE OF "LOVE SHACK") GLOVE SLAP...
+Homer_Simpson: (SINGING) BABY, GLOVE SLAP...
+B-52'S: (SINGING) A GLOVE SLAP TO A LITTLE OLD FACE WILL / GET YOU SAT-IS-FAC-TION / GLOVE SLAP BABY...
+
+
+Homer_Simpson: I can't believe it, Moe. The greatest feat of my life is already forgotten.
+Moe_Szyslak: Geez, Homer. I never seen you so depressed. As your life partner, I'm very worried.
+Homer_Simpson: Save your tears, Moe. Save 'em in a shot glass for someone who still has a shred of hope.
+Moe_Szyslak: A shreda what? Uh, sorry, I was countin' the cocktail radishes.
+Moe_Szyslak: (COUNTING RADISHES) Now where was I? Uh, two... three... Three radishes. Three big radishes.
+
+
+Kent_Brockman: Big game fever is reaching a fevered pitch as the fevered rivalry between Springfield U. and Springfield A & M spreads like wildfever. Th-- (TO OFF CAMERA) This is writing?
+Writer: I'm sorry, Uncle Kent. I lost my thesaurus.
+Kent_Brockman: (TO HIMSELF, DISGUSTED) My thesaurus... You'll lose more than that. (TO CAMERA) In preparation for the big game, Springfield Stadium has caught additional-seating-capacity fever. (HALF CHUCKLES, THEN ANGRY SOUND)
+Homer_Simpson: Woo hoo! Go S.U.!
+Carl_Carlson: A & M is gonna kick your ivy-covered butts!
+Homer_Simpson: Yeah, well you went to a cow college!
+Lenny_Leonard: Oh, you're only calling us a cow college 'cause we was founded by a cow.
+
+
+Homer_Simpson: Havin' a party, Moe. I'll need four kegs of your finest imported-sounding beer.
+Moe_Szyslak: How 'bout Tuborg? The beer of Danish Kings.
+Homer_Simpson: Mmmm, Danish.
+Moe_Szyslak: Now, you know I can't sell you no beer till two P.M., on accounta it's Sunday.
+Homer_Simpson: Huh? If you can't sell beer, what are Lenny and Carl doing here?
+Carl_Carlson: Huh? Uh, we're just watching the sun move across the sky.
+Lenny_Leonard: (POINTING) When it gets to here, we can drink again.
+Homer_Simpson: (WHINY) But I need that beer now.
+Moe_Szyslak: Sorry. Two P.M. (JOKING) Or you can steal a boat and sail out to International Waters.
+Homer_Simpson: What's that, a theme park?
+Moe_Szyslak: No, the ocean. Once you get twelve miles out, there's no laws at all. That's where they held the Tyson/Secretariat fight.
+Homer_Simpson: (LAUGHS) They were so drunk. Gentlemen, get off your knees. Your rich uncle Homer is throwing the wildest box social the high seas have ever seen!
+Homer_Simpson: And you're invited.
+
+
+Lenny_Leonard: Hey, Moe, if you're tired of bein' an eyesore, why not get some plastic surgery?
+Moe_Szyslak: Oh, boy! (SIGHS)
+Homer_Simpson: Moe, the new Duff calendars are out! The ones with your picture!
+Moe_Szyslak: (EXCITED) Oh, boy! Move over liquor license.
+Lenny_Leonard: (EXAMINES LICENSE) Hey Moe, this license expired in 1973, and... and it's only good in Rhode Island, and it's signed by you.
+Moe_Szyslak: Yeah, yeah, I've been meanin' to get that updated, uh, for this state, and real. Now let's see the poster boy for the new Moe-lennium.
+Moe_Szyslak: They put a sticker over my face!
+Moe_Szyslak: Hey... Viva la... Kiss... What...
+Moe_Szyslak: Ah, for the love of Jeff!
+Moe_Szyslak: (SADLY) Am I really that ugly?
+Carl_Carlson: (WARMLY) Moe, it's all relative. Is Lenny really that dumb? Is Barney that drunk? Is Homer that lazy, bald and fat?
+Moe_Szyslak: (SOBS) Oh my God! It's worse than I thought.
+Carl_Carlson: (TO CAMERA) See, this is why I don't talk much.
+Moe_Szyslak: I can't believe they put those stickers over my face. (SIGHS) I must be the ugliest man alive.
+Homer_Simpson: Oh, Moe. There's lots of people uglier than you. Like, you ever been to White Castle?
+Carl_Carlson: Ho, boy -- Pigtown U.S.A.!
+Moe_Szyslak: Aw, c'mon, look at me. I'm a gargoyle. What, with the cauliflower ear there, and the lizard lips...
+Carl_Carlson: The little rat eyes...
+Homer_Simpson: Caveman brow...
+Lenny_Leonard: Don't forget that fish snout.
+Moe_Szyslak: ("BACK OFF") Okay, I get it. I ain't pleasant to look at.
+Lenny_Leonard: Or listen to.
+Carl_Carlson: Or be with.
+Homer_Simpson: C'mon, Moe. Don't feel bad. There's too much emphasis on looks these days. That's why they won't let Bill Maher on TV before midnight.
+Moe_Szyslak: Plastic surgery, huh?... (POINTS AT FACE) Ah, maybe they could dynamite Mount Crapmore here and carve me a new kisser.
+Carl_Carlson: I-I don't know. Plastic surgery might make you look good on the outside, but you still might feel bad on the inside.
+Moe_Szyslak: But I'd look good on the outside, right?
+Carl_Carlson: Yeah, but you'd feel bad inside.
+Moe_Szyslak: Plastic surgery it is!
+Moe_Szyslak: Carl Carlson, you just saved my life! (SPOTTING SOMETHING) Hey, get out of there!
+Carl_Carlson: So, Lenny, how are things workin' out with you and that girl next door?
+Lenny_Leonard: Eh, it's over. She got a windowshade.
+Lenny_Leonard: Wha?!
+Moe_Szyslak: Whoa, whoa, if you must grope me, ladies, please, a little softer. (CHUCKLES) Okay, now harder.
+Carl_Carlson: (DISTRAUGHT) Hey, there are women in our bar!
+Homer_Simpson: Hey, Moe. Beer me!
+Moe_Szyslak: Ah, I'm a little busy, Homer. Ah, you can pour it yourself.
+Homer_Simpson: (RE: TAP) Hmm. This isn't nearly as complicated as Moe made it seem.
+Homer_Simpson: I'm sorry about your face, Moe.
+Moe_Szyslak: Nah, it's just as well. That handsome face was nice, but it was too much maintenance. I had to wash it, rub it with neat's-foot oil... You did me a favor, Homer. And to think I was about to sell the bar to Hooters...
+Homer_Simpson: Yeah, you were... (ANNOYED GRUNT)
+Moe_Szyslak: Well, I guess that wraps it up. Hey, there's one thing I don't get, though. When my face was crushed, why did it go back to my old face? I mean, shouldn't it have turned into some kind of third face that was different? Heh. Don't make no...
+
+
+Moe_Szyslak: Refund? Hey, sounds good to me.
+Lenny_Leonard: Sure beats a tax!
+Carl_Carlson: (RAISING BEER) We love you, President Simpson.
+Moe_Szyslak: Tax hike?! Hold the phone, Mabel!
+Carl_Carlson: You know, I never trusted her.
+Lenny_Leonard: Don't blame me. I voted for Chastity Bono.
+
+
+Barney_Gumble: No, I'm not!
+Barney_Gumble: Gee, is that what I look like when I'm drunk?
+Lenny_Leonard: ...so I says to the cop, "No, you're driving under the influence... of bein' a jerk."
+Moe_Szyslak: Hey, Barney. What's with the glum face? You glum or somethin'? Huh, Glummy?
+Barney_Gumble: (SINCERE) You know, it was my birthday last week, and no one remembered.
+Carl_Carlson: What are you, nuts?
+Homer_Simpson: I threw you a party at my house.
+Barney_Gumble: You lie. Why would I not remember my own (WHILE DRINKING) birthday?
+Moe_Szyslak: But we did have a shindig for ya, Barn. We even videotaped it. Look.
+Moe_Szyslak: (QUIETLY TO SELF) Oh, that's it, baby. All for Moe. Oh, yeah. Work the slot. Show me the package.
+Moe_Szyslak: (EMBARRASSED) Whoa, tha... (LAUGHS) that, that's a project I'm working on. Sorry.
+Bart_Simpson: Okay, Mom. We're rolling.
+Marge_Simpson: I wrote a poem for Barney on this special occasion. (READING POEM) "Now that you're one year older, the time flew by so fast..."
+Marge_Simpson: Bart!
+Marge_Simpson: Gimme that! (GRUNTS)
+Barney_Gumble: (TIPSY) I'm just saying that when we die, there's going to be a planet for the French, a planet for the Chinese, and we'll all be a lot happier...
+Lisa_Simpson: (VERY UNCOMFORTABLE) Mr. Gumbel, you're upsetting me.
+Homer_Simpson: You wish. That's the stage we call "Professor Barney" -- talkative, coherent, even insightful. Here's drunk.
+Barney_Gumble: (HIGH VOICE) Well, I'm off to market... (BELCHES)
+Homer_Simpson: (UPSET) Marge, you're making a complete fool of yourse... (REALIZING) Oh, it's just Barney.
+Barney_Gumble: (GASPS) Precious alcohol! Soaking into shag.
+Barney_Gumble: (SIGHS) How embarrassing. But how did this happen?
+Lenny_Leonard: Oh, that. You've had that for a while.
+Carl_Carlson: Yeah, I can't really picture you without it.
+Barney_Gumble: Oh, I'm a disgrace.
+Homer_Simpson: Disgracefully hilarious! (LAUGHS) You passed out before we could even give you your presents.
+Carl_Carlson: I still got mine. Barney, I got you what no drunk can do without: Morning-After Stationery.
+Moe_Szyslak: And I got ya helicopter flying lessons. (TO BARFLIES) Can you imagine this boozebag at the wheel of a whirlybird?
+Moe_Szyslak: (LAUGHS) He'd be all "Look at me! I'm a tanked-up loser in a helicopter!"
+Moe_Szyslak: (SWEETLY) Ah, anyway, Happy B-day, punkin.
+Barney_Gumble: So, I'm a tanked-up loser? Is that how you see me?
+Moe_Szyslak: Oh, sounds like a certain loser could use some tanking up.
+Moe_Szyslak: Hey, hey, where ya goin'?
+Barney_Gumble: I'll show you. I'm gonna take these helicopter lessons.
+Homer_Simpson: Wait a minute, Barney. You gotta be sober to fly. I mean, it's not like drivin' a car.
+Barney_Gumble: Then I'm gonna quit drinking.
+Barney_Gumble: No, I mean it.
+Barney_Gumble: You won't see me here again. Ever.
+Moe_Szyslak: Wait, that ain't funny. He's my best customer.
+Moe_Szyslak: Well, the handwriting's on the wall. To stay afloat, this bar's gonna have to go queer.
+Larry: You mean it's not?
+Larry: (TO BOOK) Wrong again, "Gay Guide to Springfield
+Barney_Gumble: Gimme a beer!
+Moe_Szyslak: (CALMLY) I knew you'd be back.
+Moe_Szyslak: (TO SELF) Santeria, you're the greatest!
+Homer_Simpson: Barney, didn't you say you were gonna stop drinking?
+Barney_Gumble: (BREAKS DOWN) I know, but it's so hard. Please help me, Homer.
+Homer_Simpson: You came to the right guy. I'll straighten ya out... right after I finish this beer.
+Homer_Simpson: Ah, man that's sweet. Okay, let's go.
+Moe_Szyslak: Hey, Homer. (AS HOMER SITS) Ah, no, no, no, don't sit there. Take this seat, right next to the tap.
+Homer_Simpson: (SUSPICIOUSLY) But that's Barney's seat. Are you tryin' to make me the new Barney?
+Moe_Szyslak: Hey, every bar needs a world-class drunk.
+Lenny_Leonard: Yeah, someone who makes our alcoholism seem less raging.
+Homer_Simpson: Well, forget it, guys. I am not Barney! (BARNEY-TYPE BELCH)
+Moe_Szyslak: See, Homer? It's not so bad. (THEN MEAN) Now dance, rummy!
+Homer_Simpson: (BEAT) Okay...
+Homer_Simpson: Lenny, Carl, I know a lot of people bad-mouth you, and focus on how you suck, but not me. To me, you're true blue.
+Carl_Carlson: Aw, thanks big guy.
+Lenny_Leonard: Now dance, rummy!
+Homer_Simpson: Okay.
+Barney_Gumble: Hiya, Moe.
+Homer_Simpson: Well, if it isn't Little Miss "I'm not wasting my life anymore." (CATTY) Which he is.
+Barney_Gumble: (CONSULTING A.A. BOOK) Moe, I've come here to make amends for my disgraceful behavior over the last twenty years.
+Moe_Szyslak: Aw, that's okay, Barn.
+Barney_Gumble: No, it's not okay. I broke barstools, befouled your broom closet, and made sweet love to your pool table... which I then befouled.
+Moe_Szyslak: Well, that would explain the drop-off in play.
+Kent_Brockman: This is a Channel Six news bulletin.
+Kent_Brockman: Fire has broken out on Mount Springfield, trapping two youngsters and their camera.
+Homer_Simpson: Oh, no! That's Bart and Lisa!
+Kent_Brockman: Unfortunately, fire trucks are unavailable to fight the blaze, as they are all being used to film the new Burt Reynolds movie, "Fireball and Mudflap." I caught up with Burt on the set.
+Kent_Brockman: So, Burt, tell us a little about "Fireball and Mudflap."
+Burt_Reynolds: Well, I play Jerry "Fireball" Mudflap, a feisty Supreme Court Justice who's searching for his birth mother while competing in a cross-country fire truck race. It's garbage.
+Homer_Simpson: Barney, you gotta fly us up there and save my kids!
+Barney_Gumble: I can't. I've never flown solo!
+Homer_Simpson: Barney...
+Homer_Simpson: The call is from heroism. Will you accept the charges?
+Moe_Szyslak: (LOWERING BINOCULARS, SINISTER) Nobody gets away from Moe. Nobody!
+
+
+Homer_Simpson: Grieving father, comin' through...
+Moe_Szyslak: Homer, ah, booze is on the house, seeing as how Lisa is, ah,... how do I put this... uh, ridin' the midnight train to slab city.
+Homer_Simpson: Thanks for the beer, Moe. But before Lisa died, she made this tape that I think you should hear.
+Lisa_Simpson: (ON TAPE) Dear Moe, if anything should ever happen to me, I want you to tear up my dad's tab, (RELUCTANTLY) and pour cocktail onions... Dad, I can't--
+Homer_Simpson: (ON TAPE, THROUGH CLENCHED TEETH) Read it!
+Lisa_Simpson: (ON TAPE, RESIGNED) ... pour cocktail onions down your pants.
+Moe_Szyslak: Well, I ain't never said no to a dead girl yet.
+
+
+Lenny_Leonard: According to my uncle...
+Lenny_Leonard: Miss Springfield isn't as beautiful as she seems. Word is, she uses appearance-altering cosmetics.
+Carl_Carlson: The public should be warned. I wish Mr. X were here.
+Homer_Simpson: (SLY) Oh, I don't know, Carl. He might be closer than you think.
+Carl_Carlson: Are you him? Are you Mr. X?
+Homer_Simpson: No!
+Carl_Carlson: Uh, but you talked in that real sly voice. (LOUD) Hey, hey, everybody, Homer's Mr. X!
+Homer_Simpson: I am not. (SLY) Or am I?
+Lenny_Leonard: Are you?
+Homer_Simpson: No!
+Moe_Szyslak: Well, if Mr. X were here right now, I'd buy him a tall frosty.
+Homer_Simpson: (LOW) Hey, Moe, can you keep a secret?
+Moe_Szyslak: No.
+Homer_Simpson: Not even a little one?
+Moe_Szyslak: No.
+Homer_Simpson: What if I just whisper it?
+Moe_Szyslak: No, I tells ya.
+Homer_Simpson: Hey, guys. How's it goin'?
+Homer_Simpson: Oh, don't worry about the Mr. X thing. (SITTING DOWN) I'm just here for a beer.
+Moe_Szyslak: (WARILY) I dunno if I want you in here no more, Homer, uh... I got a lotta secrets I'd prefer to keep clandestine. Terrible, disturbing secrets.
+Voice: So hungry.
+Homer_Simpson: (TO SELF, HAPPILY) I smell another Pulitzer.
+Rev._Timothy_Lovejoy: Well, Helen, as it says in the Bible...
+Rev._Timothy_Lovejoy: (LOW, TO HELEN) I'll tell you later.
+
+
+Barflies: Burn! Burn! Burn!
+Barney_Gumble: You know, Homer, I got a great way to make money -- I'm a human guinea pig.
+Homer_Simpson: You mean, like, medical testing?
+Barney_Gumble: Yeah, medical... military... chewin' stuff...
+Moe_Szyslak: Chewin' stuff?!
+Barney_Gumble: Yeah, like, you chew on a telephone wire till you get a shock.
+Moe_Szyslak: (SATISFIED) Oh, oh, right, okay.
+Homer_Simpson: Yeah, but aren't those experiments dangerous?
+Barney_Gumble: Ah, you get a few side effects.
+Moe_Szyslak: (SHOCKED) Are those ears?!
+Barney_Gumble: (WINCES AND COVERS HIS CHEST) Ow! Not so loud.
+Homer_Simpson: Hmmmm.
+Barflies: Burn! Burn! Burn!
+Homer_Simpson: Effigy, eh? Yeah, nothing burns like an effigy. (DAWNING) Hey, that's me!
+Homer_Simpson: Stop that! The fire inspector would be appalled.
+Fire_Inspector: Don't tell me how to feel.
+Homer_Simpson: So you all hate me?
+Lenny_Leonard: That's right, Brainiac. You cost us our jobs, which we need for workin'.
+Carl_Carlson: Not to mention drivin' to.
+Moe_Szyslak: And I was a lot happier before I knew Dame Edna was a man. A lot happier.
+Lenny_Leonard: You ain't welcome here no more, smart boy.
+Homer_Simpson: Hmm, I'm detecting a distinct strain of anti-intellectualism in this tavern...
+Moe_Szyslak: Power off, Einstein.
+Moe_Szyslak: So whaddaya want here? Uh, Appendectomy, lipo, or (EXCITED, SELLING) the "sampler"? That's very popular.
+Homer_Simpson: (DRAMATICALLY) I want you to stick this crayon into my brain.
+Moe_Szyslak: No problem. (ART CARNEY ARM FLOURISH) The ol' Crayola oblongata.
+Moe_Szyslak: All right, tell me when I hit the sweet spot.
+Homer_Simpson: Deeper, you pusillanimous pilsner-pusher.
+Moe_Szyslak: All right, all right.
+Homer_Simpson: (INANELY) Dee-fense! (GRUNTS TWICE) Dee-fense! (GRUNTS TWICE)
+Moe_Szyslak: (ALMOST THERE) That's pretty dumb... But uh...
+Homer_Simpson: Extended warranty? How can I lose?
+Moe_Szyslak: Perfect.
+
+
+Lenny_Leonard: Get him!
+Moe_Szyslak: And stay out!
+Moe_Szyslak: Get out and take your Sacajawea dollars with you. I'll give ya till "three."
+Moe_Szyslak: (COUNTING) One...
+Moe_Szyslak: Hey Homer, who's the manatee?
+Homer_Simpson: Aw, now, be nice, Moe. This guy just got out of the hospital.
+Moe_Szyslak: Ooh, sorry. Ah, lemme buy ya a drink.
+Comic_Book_Guy: Very well. (CLEARS THROAT)
+Comic_Book_Guy: I will have a shot of cranberry schnapps. (POINTS TO BOTTLE)
+Moe_Szyslak: (LAUGHS, PATS WALL) Ah, these, aah, they're just painted on, there. Your choices are beer and, ah... (SCANNING BAR, SEES JAR) egg soakin's.
+Comic_Book_Guy: I'll pass. Beer is the nectar of the nitwit.
+Carl_Carlson: Hey, you knockin' beer?
+Lenny_Leonard: Nobody badmouths Duff!
+Lenny_Leonard: Uh, piece o' crap.
+Homer_Simpson: (TO COMIC BOOK GUY) C'mon, you're here to make friends.
+Comic_Book_Guy: Oh, please. If I wanted to hear mindless droning, I'd befriend an air conditioner.
+Moe_Szyslak: Oh, now he's raggin' on air conditioners.
+Carl_Carlson: (INDIGNANT) Hey, they keep us cool in the summer, pal!
+Comic_Book_Guy: Is there a word in Klingon for "Loneliness"?
+Comic_Book_Guy: Oh, yes. (GUTTURAL KLINGON NOISES)
+
+
+Homer_Simpson: And I gave that man directions, even though I didn't know the way. 'Cause that's the kind of guy I am this week.
+Lenny_Leonard: (ANNOYED SOUND) Lousy Isotopes! They're a disgrace to baseball.
+Carl_Carlson: They lost again?
+Lenny_Leonard: (NODS) Mm hmm. The team's been terrible since they got bought by the cheap, heartless Duff Corporation. Hey Moe, gimme a Duff. (DRINKING ONE) Oh yeah, sweet Duff.
+Carl_Carlson: Wait a minute. Duff owns the Springfield Isotopes? Since when?
+Moe_Szyslak: They bought 'em a year ago, from the Mafia. It was the last of the family-owned teams.
+Lenny_Leonard: I tried to return my season ticket, but they wouldn't give me my money back. They said they wanted it.
+Homer_Simpson: Say no more. I'll help you, Lenny.
+Lenny_Leonard: (SURPRISED) You wanna help me?
+Moe_Szyslak: Haven't you heard? He's the new Homer.
+Carl_Carlson: He's wonderful.
+
+
+Homer_Simpson: Quick, Moe! Marge cut off my thumb!
+Moe_Szyslak: No problem. Just stick the ol' eye-gouger in the pickle brine. That'll keep your thumb fresh and delicious.
+Homer_Simpson: Thanks, Moe.
+Moe_Szyslak: Hey, ah, hey, ain't you gonna have a beer?
+Homer_Simpson: Well, I really shouldn't, what with my massive blood loss and all... (LOOKING AT THUMB) Although I do like the occasional beer...
+Homer_Simpson: (LOUD) Did you ever see that "Blue Man Group?" Total rip-off of the Smurfs. And the Smurfs? They suck.
+Moe_Szyslak: (SNIFFS) Uh-oh. I smell gangrene. We gotta wake him up.
+Barney_Gumble: (HOLDING CUP) A little coffee'll do the trick.
+Homer_Simpson: (WAKING-UP SOUND, THEN INSTANTLY SOBER) I've gotta get to Dr. Nick's!
+Homer_Simpson: Where's Marge?! (DISAPPROVING SOUND) That is so rude. (MOANS) I know, I'll hitchhike.
+Lisa_Simpson: My Dad's not here? I need a ride to school.
+Moe_Szyslak: Yeah, yeah. We all got problems.
+Lisa_Simpson: Chief Wiggum, can you drive me to school? It's an emergency.
+Chief_Wiggum: Ah, no can do, Dollface. I've got an informant wearing a wire.
+Chief_Wiggum: (EXCITED) Heh, just like on "Nash Bridges." We're tryin' to get the goods on some smugglers.
+VOICE_ON_TRANSMITTER: Why, I'd be delighted to sell you some illegally smuggled goods.
+Lisa_Simpson: That sounds like Fat Tony.
+Chief_Wiggum: Hm, only one way to be sure.
+Chief_Wiggum: (INTO MIC) Fat Tony, is that you? Fat Tony?
+2ND_VOICE_ON_TRANSMITTER: Hey, where's that voice comin' from?
+3RD_VOICE: This guy's wearing a wire!
+VOICE_ON_TRANSMITTER: Take him out!
+Chief_Wiggum: (PRESSES BUTTON) My bad. I can't work my answering machine either. Now I need a new informant. Say, Lisa, people trust you. How'd you like to be a snitch? The pay stinks, but--
+Chief_Wiggum: Oh.
+Homer_Simpson: Quick, Moe! Marge cut off my thumb.
+Marge_Simpson: Lisa!
+Lisa_Simpson: Mom? Where'd you get that car?
+Marge_Simpson: I stole it from McBain after I cut off your father's thumb.
+Lisa_Simpson: Can you take me to school? Please?
+Marge_Simpson: Not right now. Your father's in there and --
+Homer_Simpson: (LOUD) Did you ever see that "Blue Man Group?"
+Marge_Simpson: Oh, he's on the Blue Man group again. C'mon, we've got lotsa time.
+Chief_Wiggum: Your mission is to find the fireworks smugglers and get them to say something incriminating (HE TAPS A TAPE RECORDER ON THE TABLE) on this tape.
+Bart_Simpson: Hootie and the Blowfish?
+Chief_Wiggum: Yeah. It's cheaper than blank tape.
+
+
+Moe_Szyslak: Yeah, but they come over here in the wheel wells of Aer Lingus jets.
+Carl_Carlson: Yeah, but a lot harder to catch. Uh, go with the leprechaun.
+Homer_Simpson: Guys, I am not cursed!
+Lenny_Leonard: (DYING) Carl, let me die first. I couldn't bear to watch you die.
+Carl_Carlson: (DYING) Well, okay, but hurry up.
+Homer_Simpson: (DISTRAUGHT) Oh, Moe, they're dead! And it's all my fault!
+Homer_Simpson: When did that happen?
+
+
+Homer_Simpson: I hit my head, Moe.
+Moe_Szyslak: One beer, comin' up.
+Moe_Szyslak: Hey, hey. No kids in the bar.
+Homer_Simpson: Since when?
+Moe_Szyslak: Oh, the heat's been on since them Bush girls were in here.
+Homer_Simpson: All right, all right. (DEJECTED) Come on, Bart.
+Bart_Simpson: I'm cold and scared.
+Homer_Simpson: That's my little slugger.
+Bart_Simpson: C'mon, Dad. Let's go.
+Homer_Simpson: Hey, knock it off! These pants cost six hundred dollars!
+Moe_Szyslak: Really?
+Homer_Simpson: Yeah, they're Italian.
+Moe_Szyslak: (PULLING SHOTGUN) All right. Hand 'em over.
+Homer_Simpson: Moe? What the?...
+Moe_Szyslak: Yeah, I rob now.
+
+
+Homer_Simpson: Yes. Eventually, I became King of the Morlocks.
+Carl_Carlson: But Morlocks are from the future.
+Homer_Simpson: You callin' me a liar, Carl?
+Moe_Szyslak: Wait a minute, Homer. If it's true, what about all the stuff you weren't around for?
+Lenny_Leonard: Yeah. How'd you know the Chinese were spyin' on ya?
+Homer_Simpson: Oh, I just naturally assumed.
+Moe_Szyslak: That is the stupidest story I ever heard, and I've read the entire Sweet Valley High series. Ha. I am sick of you drunks and your shaggy dog stories.
+Barney_Gumble: Sorry, Shaggy.
+Barney_Gumble: (TO MOE) Oh, now I gotta go home to that. Thanks a lot.
+Moe_Szyslak: Ah, quitcher bellyaching, coffee boy. You're lucky I let ya in here.
+Homer_Simpson: Geez Moe, you've been a real crank lately.
+Moe_Szyslak: You take that back.
+Homer_Simpson: Now, ya see, that's what I'm talkin' about. You're always pointing that shotgun at us.
+Lenny_Leonard: And callin' us dumb-asses...
+Carl_Carlson: Which we're so not.
+Moe_Szyslak: (LOWERS GUN) But, can you blame me? Every day it's the same old routine. I serve you drinks, you yak on and on and on, and I never get one stinkin' tip.
+Homer_Simpson: Maybe we'd tip you if you'd smile once in a while.
+Moe_Szyslak: What d'ya call this?
+Carl_Carlson: Shesh, don't do that!
+Moe_Szyslak: Ah, who am I kiddin'? I ain't smiled for real since I nailed that rat with the ice pick. Ha, remember that?
+Homer_Simpson: That was an amazing throw.
+Moe_Szyslak: Ahh! How did I lose my passion for the job? When I was in bartending school, I thought I had the world by the jigger.
+Homer_Simpson: Hey, where'd that painting come from?
+Moe_Szyslak: Ah, I put this up recently, and it's a good thing I did, 'cause it really illustrates my point. (TURNS BACK TO PAINTING) Yep, good ol' Swigmore U.
+Carl_Carlson: Gee, uh, when you talk about that school, your voice fills with, uh... what do you call it? Human feeling.
+Lenny_Leonard: Yeah, maybe you should, uh... what's the expression? Go back there.
+Moe_Szyslak: What's the word I'm searching for? Uh... yeah! (PUTTING ON COAT) A trip to the alma mater might really rekindle my love of gettin' people loaded.
+Carl_Carlson: But who'll run the bar while you're gone?
+Homer_Simpson: Ooh, ooh, pick me!
+Lenny_Leonard: Pick me, Lenny!
+Carl_Carlson: Pick me! I'm an urban Lenny.
+Moe_Szyslak: Look, I don't wanna start A tinklin' contest here... (INTRIGUED) or do I?
+Moe_Szyslak: ... And if anybody wants potato chips or anything fancy, tell 'em to go to hell.
+Homer_Simpson: Can do. Now don't you worry about a thing.
+Moe_Szyslak: Hey, what are you doin'? I gotta pay for that!
+Homer_Simpson: No Moe. You've got it all wrong. People buy beer from you.
+Moe_Szyslak: (EXASPERATED SIGH) All right, look, I-I gotta go.
+Homer_Simpson: (MATTER-OF-FACT) I thought you said you had to go.
+Homer_Simpson: Man, when's the last time Moe cleaned this?
+Carl_Carlson: Hey, Homer! Another Duff!
+Lenny_Leonard: Hey Homer, do you mind if I bring in some outside food?
+Homer_Simpson: Oh, I don't know. What would Moe say about that?
+Homer_Simpson: (SLYLY) But on the other hand, Moe's not here.
+Lenny_Leonard: Ah, Homer, you're the greatest.
+Barney_Gumble: Hey! (ETC.)
+Lenny_Leonard: (TO GUYS) Sorry. Sorry.
+Homer_Simpson: (GOOD NATURED) For what? (WALKING TOWARD JUKEBOX) A little splattered food never hurt anybody. (JUBILANT) Now everybody shut up and dance!
+Barney_Gumble: Hey, what happened to the music?
+Homer_Simpson: Don't worry. You gotta hit it just right. Like Fonzie.
+Homer_Simpson: Ayyy!
+Homer_Simpson: Oh! Whoa! Hemorrhage-amundo!
+Carl_Carlson: Are you gonna be okay?
+Homer_Simpson: (STILL COOL) Ayyy.
+Homer_Simpson: Yello?
+Bart_Simpson: Yeah, I'd like to speak to a Mr. Tabooger. First name, Ollie.
+Homer_Simpson: (EXCITED) Ooo, Bart! (REALIZING) My first prank call. What do I do?
+Bart_Simpson: Just ask if anyone knows Ollie Tabooger.
+Homer_Simpson: I don't get it.
+Bart_Simpson: (ANNOYED, DELIBERATE) Yell out "I'll eat a booger."
+Homer_Simpson: What's the gag?
+Bart_Simpson: Oh, forget it.
+Moe_Szyslak: Hey, Homer.
+Homer_Simpson: You dirty teen.
+Moe_Szyslak: (BEING HIT SOUNDS) Hey, Homer stop, stop! It's me! Geez. (TAKES OFF HARDHAT)
+Homer_Simpson: (INCREDULOUS) Moe? Wrecking Moe's bar?
+Homer_Simpson: Wow, well I (NERVOUS GIGGLE) I almost fainted, but then I didn't. (LOOKING AROUND, UPSET) What are you doing?
+Moe_Szyslak: My Professor said if I prettied up this dump, it would renew my zeal.
+Homer_Simpson: And it would look pretty, too.
+Moe_Szyslak: And now, I want you to meet the guy who's gonna help bring Moe's into the twentieth century.
+Formico: I am Formico. The Dean of Design.
+Homer_Simpson: Hi, Formico.
+Formico: Ah, ah, ah! My name must never be spoken.
+Homer_Simpson: Sorry. (TO MOE) He seems nice.
+Lisa_Simpson: How'd they get your bar back to normal so quickly, Moe?
+Moe_Szyslak: It's a snap when you use Certified Contractors.
+Bart_Simpson: Like the ones found in your local Yellow Pages.
+Moe_Szyslak: Exactly.
+Homer_Simpson: I'm sorry I shot you, Moe.
+Moe_Szyslak: Ah, that's okay. It's like my Dad always said, "Eventually everybody gets shot."
+Marge_Simpson: Aw, I'm glad you two are friends again so we can all have Thanksgiving dinner together in this bar.
+Homer_Simpson: (NOTICING BAND) Hey, who invited the hippies?
+Lisa_Simpson: I did. You owe REM an apology for, eco-fraud.
+Homer_Simpson: (RELUCTANT) All right, I'm sorry... (BITTER) but I will not save the rainforest.
+Peter_Buck: Good enough. Let's eat.
+Lisa_Simpson: And we should all be thankful to Michael, Peter and Mike for supplying this beautiful turkey, made entirely of tofu.
+Mike_Mills: Tofu and gluten!
+Bart_Simpson: I'm thankful I ate before I came.
+Michael_Stipe: Oh, come on, Bart. Smell those curds! (SNIFFS, SATISFIED SIGH) Mmmmm, curds.
+Homer_Simpson: And I'm thankful I get to spend Thanksgiving with my family, these alternative rockers, and my favorite bartender.
+Moe_Szyslak: Ah, here you go, pal. (GIVES HOMER A BEER)
+Homer_Simpson: And here you go.
+
+
+Homer_Simpson: Okay Gabriel, this is a "bar." It's where I go to drink "alcohol," which is the mortal equivalent of your ambrosia.
+Gabriel: (ANGRY) Homer, I am not an angel!
+Homer_Simpson: Well, not with that temper.
+Homer_Simpson: (DRUNK) Look, the thing about my family is, there's five of us. (COUNTING DELIBERATELY ON FINGERS) Marge, Bart, girl-Bart, the one who doesn't talk, and the fat guy. How I loathe him.
+Carl_Carlson: No. You're thinking of someone with two knives.
+Moe_Szyslak: I gotta tell ya, this is pretty terrific. (LAUGHS) Yeah.
+Homer_Simpson: My lady's glass is empty, Moe. Bring her another cookies 'n' creme martini.
+Amber_Dempsey: (TIPSY) No, honey. This time make it a "Sex on the Beach." And hold the beach. (SMALL ANNOYING LAUGH)
+Lenny_Leonard: (ADMIRING) Gee, Homer. Your new wife is great. Her lips look like night-crawlers.
+Homer_Simpson: (BRAGGING) You know, she could put that mole anywhere on her face.
+Lenny_Leonard: Wowww.
+Homer_Simpson: To Amber... who proves there are seconds in the buffet of life.
+
+
+Lenny_Leonard: Well, I say the most clothespins a man could attach to his face is eighty-seven.
+Carl_Carlson: You counting the neck?
+Lenny_Leonard: You know I am.
+Carl_Carlson: All right. (PUNCHES PALM) Outside.
+Homer_Simpson: Peace, my people. All shall be looked up. (FLIPS THROUGH THE BOOK) Let's see, most clothespins: swallowed, inserted... here we go, clipped to face and neck. One hundred and sixteen.
+Lenny_Leonard: Geez, I was wrong, but I ain't angry.
+Carl_Carlson: And I'm magnanimous in victory.
+Moe_Szyslak: Wow, that's the best book I've ever seen!
+Homer_Simpson: (CHECKING BOOK) No, the best book you've ever seen is Tom Clancy's "Op Center."
+Moe_Szyslak: (AMAZED) That thing knows me better than I know myself.
+
+
+Duffman: Hey, Duff lovers! Does anyone in this bar love Duff?
+Carl_Carlson: Hey, it's Duffman!
+Lenny_Leonard: Newsweek said you died of liver failure.
+Duffman: Duffman can never die. Only the actors who play him. (THRUST) Oh yeah!
+Moe_Szyslak: Ah, you must be here for the uh, Duff trivia challenge.
+Duffman: That's right, local distributor. One of you could win a lifetime supply of Duff.
+Duffman: Okay, chug-monkeys. What beverage, brewed since ancient times, is made from hops and grains?
+Lenny_Leonard: How about "Ancient Hop Grain Juice"?
+Moe_Szyslak: Wait, wait, wait, Homer's tryin' to make a guess...
+Moe_Szyslak: Oh, oh, what are you doing? You're gettin' some kind of booze all over.
+Duffman: Time's up. The answer is (TURNS CARD OVER, READING:) beer! Ooh, Duff luck.
+Carl_Carlson: I never woulda figured that out.
+Lenny_Leonard: Hm. Now, that's the kinda thing you just gotta know.
+Homer_Simpson: And when I couldn't talk, I learned to listen.
+Homer_Simpson: I learned so much about my family. You'd be surprised how much you hear if you just listen once in a while.
+Lenny_Leonard: Really? Let's try it.
+Moe_Szyslak: Hello? Yeah, I'd like to arrange for an escort please.
+Moe_Szyslak: To where? How 'bout "Orgasmville"? Hello? Hello?
+Moe_Szyslak: Uh, hey, how ya doin'?
+Homer_Simpson: I was just tellin' all the guys how losing the power of speech made me a better man.
+Lindsay_Naegle: I couldn't agree more. You're today's modern, enlightened man -- the kind we television producers have been booking since the mid-seventies.
+Carl_Carlson: Hey, what are you doing in here?
+Lindsay_Naegle: (ALL BUSINESS) I'm an alcoholic. Homer, will you appear on my show?
+Homer_Simpson: Sure thing, Alky.
+
+
+Homer_Simpson: (GRANDIOSE) This round's on me, Moe. I got a big payday comin'.
+Homer_Simpson: Yeah. Homer sold his wife for a million bucks.
+Homer_Simpson: I didn't sell her. I just rented her to an old boyfriend.
+Homer_Simpson: Gee, a million bucks, that's gonna buy him a lot of, uh... Swings in the old battin' cage. (PERVERTED NOISE)
+Lenny_Leonard: Looks like everyone's a winner. Marge gets a great new life...
+Carl_Carlson: And you get more sprawl space on the bed.
+Homer_Simpson: (WORRIED) Wait, you really think Marge is gonna fall for this guy? Even after I bought her that hockey-fight tape?
+Carl_Carlson: I'd dump your ass.
+Lenny_Leonard: Me too.
+Moe_Szyslak: Yeah, I can't get Artie out of my head. He's like a spy in the house of Moe.
+Homer_Simpson: Oh God, you're right. I've gotta get her back before it's too late.
+Homer_Simpson: (PANTS) That's enough running.
+Homer_Simpson: Oh guys, it was horrible. I saw Marge kissing a far superior man.
+Moe_Szyslak: Ah, well if it makes you feel any better, he's probably doin' her right now.
+Moe_Szyslak: Oh yeah, make me the bad guy.
+Homer_Simpson: My life here is over. (STANDS UP, DRAMATIC) Lenny, how'd you like to leave town with me, and never come back?
+Lenny_Leonard: Sounds like a plan.
+Homer_Simpson: Then it's settled. We leave Springfield forever.
+Carl_Carlson: What'd I miss? Anything good?
+
+
+Lookalike: (PEPPY) Hi, I'm Chuck. (POINTS TO DOOR THROUGH WHICH MCBAIN EXITED) I live in his trunk.
+Homer_Simpson: (GRANDIOSE) Hello, gentlemen. Would you care to meet my new best friend...
+Homer_Simpson: Rainier Wolfcastle.
+Carl_Carlson: (TEENAGE GIRL) OhmyGod, ohmyGod, ohmyGod...
+Lenny_Leonard: Hey, I've been using that ab roller you endorse, but I haven't gotten any results.
+Rainier_Wolfcastle: Right, because you've been using it backward.
+Carl_Carlson: Are you really Homer's friend?
+Lenny_Leonard: After they shoot your movies, who gets the leftover film?
+Moe_Szyslak: Is it true that if I kill you I become you?
+Rainier_Wolfcastle: (DISGUSTED NOISE) This looks like a job for my authorized lookalike.
+Moe_Szyslak: So how much you lookalikes make? 'Cause some say I look like Macaulay Culkin.
+
+
+Homer_Simpson: So Lisa says by killing their enemy, I became the alpha-crow.
+Moe_Szyslak: (UNEASY) I gotta admit, I-I'm kinda nervous, here. We haven't seen Barney since they enveloped him.
+Homer_Simpson: I'm sure he'll turn up. Look, here's one of his buttons.
+Moe_Szyslak: All right, that's it. Get 'em outta here. This ain't no crow bar.
+Moe_Szyslak: This is a crowbar!
+Moe_Szyslak: See? They got the little stools and everything.
+Moe_Szyslak: What's the matter, Homer? You're drunk but you're not like sloppy drunk.
+Homer_Simpson: Going cold turkey isn't as delicious as it sounds.
+Moe_Szyslak: Look, I, I'm really glad you're off the wacky tobacky.
+Lenny_Leonard: Yeah, you were gettin' all spacey and everything. We were gonna have an intervention.
+Carl_Carlson: Yeah, but at the planning party I got alcohol poisoning. Heh. I nearly died.
+Moe_Szyslak: (CHUCKLES) I was already makin' excuses not to go to your funeral.
+
+
+Homer_Simpson: ...So anyway, if you take that bottle down, and pass it around--
+Apu_Nahasapeemapetilon: (INTERRUPTING, IMPATIENT) I know, I know, there will be forty-seven bottles of beer on the wall. Yes. Homer, you did not bring me here for this. What is it that you want to tell me?
+Homer_Simpson: Okay, this isn't easy, so I'm just gonna come out and say it.
+
+
+Moe_Szyslak: (TERRIFIED NOISE) Here-here-here you go, mister.
+
+
+Homer_Simpson: Let's say this pepper got married to this salt shaker, and along comes sexy Mrs. Dash...
+Marge_Simpson: Homie, it's eleven at night. Have you told him yet?
+Lenny_Leonard: A girl in the bar! What do we do?
+Moe_Szyslak: Watch and learn, ya dinks.
+Moe_Szyslak: Ma'am.
+Apu_Nahasapeemapetilon: (TO HOMER) Is there something you want to tell me?
+Homer_Simpson: I saw you and that Squishee Lady -- canoodling like junkyard rabbits!
+Apu_Nahasapeemapetilon: (HORRIFIED GASP) It's true. It only happened once, but I am so ashamed. I am scum.
+Homer_Simpson: (SOOTHING) Yes. You are scum.
+Apu_Nahasapeemapetilon: (SOBS) What do you think I should do?
+Marge_Simpson: Tell that woman it's over between you and her.
+Apu_Nahasapeemapetilon: Yes. First thing in the morning. I promise.
+Moe_Szyslak: Hey Marge, uh, you care for a tropical drink?
+Marge_Simpson: Sure.
+Marge_Simpson: Is that Windex?
+Moe_Szyslak: It's Windelle. I can't afford Windex.
+
+
+Lenny_Leonard: If you ask me Muhammad Ali, in his prime, was much better than anti-lock brakes.
+Carl_Carlson: Yeah, but what about Johnny Mathis versus Diet Pepsi?
+Moe_Szyslak: Oh, I cannot listen to this again.
+Homer_Simpson: Guys, I just ordered my wife the greatest anniversary present -- a koi pond.
+Carl_Carlson: A koi pond?
+Moe_Szyslak: Yeah, a meditative lily-pond, with big beautiful fish that fry up really good.
+Carl_Carlson: Oh, that's the perfect gift.
+Lenny_Leonard: Yeah, you don't even have to feed the fish, 'cause squirrels drown in it.
+Carl_Carlson: You got this husband thing down, Homer.
+Lenny_Leonard: Yeah, you must be some kind of marriage super-genius. How 'bout a few tips?
+Homer_Simpson: Certainly, Lenford. Make every day a celebration of your love. Surprise her with a pasta salad! Put a mini-beret on your wang!
+Lenny_Leonard: Ooh, this stuff is gold.
+Carl_Carlson: Happy marriage here I come!
+Moe_Szyslak: This'll really help with my speed dating!
+Moe_Szyslak: (SADLY) I got four hundred nos.
+Carl_Carlson: Do you really think Homer could be a killer?
+Lenny_Leonard: I just can't believe a man we sat and drank with all these years could do such a horrible thing.
+Moe_Szyslak: Well, we've all got that voice in our heads telling us to kill. You just have to drown it out.
+Moe_Szyslak: (SINGS) I'VE BEEN WORKING ON THE RAILROAD / ALL THE LIVE LONG DAY... (THEN) Yeah, that's better.
+Homer_Simpson: (WEARY) Oh man, what a day. I'd kill for a beer.
+Moe_Szyslak: (GASP) Right away, sir. I-I-I don't want no trouble.
+Homer_Simpson: (INTRIGUED NOISE) I'd stab somebody for a pickle.
+Homer_Simpson: Gimme some peanuts.
+Moe_Szyslak: (À LA SIMON SAYS) Up-bup-bup. You didn't say you'd kill me.
+Homer_Simpson: (SIGHS) I'll kill you if you don't give me some peanuts.
+
+
+Homer_Simpson: Fellas, I'm starting my own private police force. Will you join me?
+Carl_Carlson: Well, who would my partner be?
+Homer_Simpson: How 'bout Lenny?
+Lenny_Leonard: Him?
+Lenny_Leonard: No way!
+Homer_Simpson: You'll do as I say or I'll have your badges. (ADMITTING) Once I make and give you your badges.
+Homer_Simpson: Woo hoo! I'm Chief of Police.
+Moe_Szyslak: Police? Uh-oh.
+Moe_Szyslak: Oh, wait. It was better the other way.
+
+
+Moe_Szyslak: Now, uh... who's gonna be pickin' up the tab?
+HOMER_DOUBLES: (IN UNISON) Len-ny.
+Lenny_Leonard: Anything for Homers!
+Professor_Jonathan_Frink: (UPSET) Oh, dear.
+BILLY_THE_KID: Play us some pian-ee.
+BILLY_THE_KID: That's piano! I said "pian-ee!"
+BILLY_THE_KID: You, play the cell-ee.
+BILLY_THE_KID: You, sing a song about cattle rustlin'.
+BILLY_THE_KID: And you sing one about robbin' banks.
+Bart_Simpson: ("SHOO FLY SHOO") CALF'S IN THE FIELD SO YOU SNEAK UP SLOW / GRAB 'IM BY THE TAIL AND GO MAN GO...
+Lisa_Simpson: BREAK INTO THE BANK AND SNATCH THAT DOUGH...
+Lisa_Simpson: PLEASE DON'T HURT OUR FAMILY.
+Homer_Simpson: (LOUD SOTTO) Marge, let me do a solo. This could be my big break.
+Marge_Simpson: I very much doubt that, Homer. These are horrible ghouls from the past.
+Homer_Simpson: Hey, so are the Grammy judges. (LAUGHS)-- (SURPRISED NOISE)
+Professor_Jonathan_Frink: Pardon the grabbing, but I've perfected a device that could save us all... a time machine. We can go back to the past and save our guns.
+Homer_Simpson: Gimme!
+Professor_Jonathan_Frink: Aw, for flayvin out loud, I hope he doesn't do anything to ruin the space-time continuum.
+
+
+Homer_Simpson: Wait'll Moe sees how wasted I got without him. He's gonna plotz.
+Homer_Simpson: Hi, Moe, got any beer?
+Moe_Szyslak: (ABSENTMINDED, POLISHING A GLASS) Sure, check in the fridge.
+Moe_Szyslak: Wait a minute. I'm at work. (GRABS BEER FROM HOMER) Ya gotta pay for it.
+Homer_Simpson: (SURPRISED SOUND) What the-- Where's my money?
+Marge_Simpson: "Dear Homie, Had to buy diapers for Maggie. Love, Marge."
+Marge_Simpson: Simpson.
+Lisa_Simpson: "Dear Dad, Took money for the school book fair."
+Bart_Simpson: "Homer, I need cash or they're gonna break my legs."
+Moe_Szyslak: Sorry, Homer.
+Homer_Simpson: (INDIGNANT) So you're just gonna let me walk out of here sober.
+Moe_Szyslak: I'm afraid so.
+Homer_Simpson: And you can live with that.
+Moe_Szyslak: Yuh-huh.
+Homer_Simpson: Fine. There are plenty of other ways for me to alter my consciousness.
+Carl_Carlson: You wouldn't serve Homer just 'cause he didn't have money?
+Lenny_Leonard: What happened to you, Moe? You used to be about the booze.
+Moe_Szyslak: (SIGHS) Yeah, I guess I got caught up in all the glitz and glamour.
+Homer_Simpson: Well, Moe...
+Moe_Szyslak: Homer, I'm so sorry. Have a free beer.
+Homer_Simpson: Oh.
+Homer_Simpson: (DRUNK, EMOTIONAL) Ah, I don't care about the color of your skin, Lenny. You're my friend! (CRIES)
+Lenny_Leonard: Man, I've never seen anybody get loaded so fast.
+Moe_Szyslak: Homer, can you say the alphabet backwards?
+Homer_Simpson: (BELIGERENT) Oh, you'd like that wouldn't you, ya...
+Carl_Carlson: Hey, I'm worried.
+Homer_Simpson: I've had just about enough of you.
+Carl_Carlson: Oh yeah?!
+Carl_Carlson: Ah, rats.
+Homer_Simpson: I'm outta here...
+Moe_Szyslak: Hey, we can't let our friend drive like this. I'm liable, here.
+Moe_Szyslak: Get his keys!
+Homer_Simpson: (TAUNTING) Hey, you want my keys?
+Homer_Simpson: Get 'em now, jerks. (SMUG LAUGH)
+Homer_Simpson: So long, jerks. (SMUG LAUGH)
+Homer_Simpson: Running after the car, huh? Let's see if you can follow this. (LOUDER ACCELERATING SOUND)
+Moe_Szyslak: (SNAPPING) Oh, that's it.
+Cab_Driver: Where to, Pal?
+Homer_Simpson: Moe's Tavern.
+
+
+Homer_Simpson: Gentlemen, say hello to Springfield's newest supermodel!
+Lenny_Leonard: You're a lucky man, Homer.
+Carl_Carlson: Yeah, this is the longest I've ever gone without lookin' at Lenny.
+Marge_Simpson: Don't make a fuss over me, boys. Just pour me a beer in a clean glass.
+Moe_Szyslak: Whoa, whoa, whoa. You said no fuss.
+Moe_Szyslak: Uh, I wouldn't eat them peanuts. They're uh, they're spit-backs.
+
+
+Marge_Simpson: We are not staying at Moe's. Maggie's already drunk on the fumes. And she's a mean drunk.
+Moe_Szyslak: Come on, guys, you gotta stay. Tonight's the big cock fight. Ah-- (SELLING) We can eat the loser...
+Homer_Simpson: (SCOFFS) Who wants to eat a loser?
+Lisa_Simpson: Dad, we have to find a place soon. I really have to go to the bathroom and I'm out of tokens.
+Barney_Gumble: You know, I heard of a new reality show where they let you live in a home for free.
+Carl_Carlson: Oh yeah, the gimmick is, it's a house from 1895. And you gotta do everything like they did back then.
+Homer_Simpson: 1895, forget it. We'd be too late to save Lincoln and too early to save Kennedy.
+Moe_Szyslak: You could save McKinley.
+Homer_Simpson: It's not a time machine, Moe.
+
+
+Carl_Carlson: Say, Bob, how come you were never able to kill Bart?
+Moe_Szyslak: Yeah, a kid should be real simple to kill.
+Lenny_Leonard: I'd just come up behind him with a knife and slit his throat real quick-like.
+Homer_Simpson: Guys, Bob is my only hope. Back off and give him some room to think.
+Sideshow_Bob: Homer, if I could write Haikus while skinheads beat me with soap, I can concentrate anywhere.
+
+
+Lenny_Leonard: Gee Homer, you sure look sad.
+Moe_Szyslak: Yeah, at least you ain't aging six years for every one 'cause of your cow heart.
+Homer_Simpson: Oh, my daughter hates me because I don't know anything about her.
+Moe_Szyslak: Ah, well, whenever I gotta know something about a broad, I use this guy.
+Moe_Szyslak: This detective is unbelievable. He can learn more about a chick by digging through one garbage can than you could from years of intimacy.
+Carl_Carlson: He found out who was cobbling shoes for me at night. Turns out I have severe schizophrenia.
+Homer_Simpson: Well... if hiring this guy will make Lisa like me again, then I'll do it! Can I get this beer to go?
+Moe_Szyslak: Sure. Maybe some day I'll turn into a swan.
+Moe_Szyslak: (SIGH) Oh, God.
+
+
+Marge_Simpson: So then I pop my delts, clench and bam! Not a dry eye in the house.
+Homer_Simpson: Oh, I'm so proud of you, honey. You bulked up, but managed to keep your femininity.
+Marge_Simpson: (FIERCE) And that's why I didn't win!
+Homer_Simpson: Sorry, sir, sorry.
+Marge_Simpson: Starting tomorrow, I'm gonna up my glyco-load, use a denser ripping gel...
+Homer_Simpson: (FRIGHTENED) Denser?!
+Marge_Simpson: Damn straight, I didn't sacrifice my period for second place!
+Lenny_Leonard: (AWKWARD CHUCKLE) I hear that.
+Moe_Szyslak: Uh, listen Marge, how can I put this delicately? I don't got enough booze in this place to make you look good.
+Marge_Simpson: Maybe death will stop your yammering!
+Moe_Szyslak: Marge, easy!
+Lenny_Leonard: Everyone pile on Homer's wife!
+Disco_Stu: (INSIDE JUKEBOX) Disco Stu should have Disco Ducked.
+
+
+Homer_Simpson: I gave Mr. Burns the best years of my life. And how much respect does he give me?
+Lenny_Leonard: Slim to bupkus.
+Moe_Szyslak: Who's this Burns guy? Somebody you work with?
+Homer_Simpson: (PERPLEXED) Moe, we've been complaining about him every night for eight years.
+Moe_Szyslak: Well, if this guy's ridin' your rump, why don't you slap him some payback?
+Homer_Simpson: Revenge? On Mr. Burns?
+Lenny_Leonard: Yeah, send him magazine subscriptions he don't want.
+Moe_Szyslak: Or give him some face time with sweet lady brick. (CHUCKLES)
+Homer_Simpson: No, I think this calls for something a little more cerebral.
+
+
+Moe_Szyslak: Okay you filthy booze-bags, it's two a.m. So uh, who's the designated driver?
+Lenny_Leonard: It was Andy.
+Moe_Szyslak: (VICTORIOUS CHUCKLE) No one's ever won Moe's "Drink A Gallon Of Gin Challenge." And no one ever will.
+Moe_Szyslak: Ah, life is good.
+Lenny_Leonard: Hey, what happened? It's bright in the middle of the night.
+Carl_Carlson: You know what this reminds me of? My Icelandic boyhood.
+Homer_Simpson: It's this new anti-crime dealie. The mayor turned the streetlights way up. My daughter Lisa feels really strongly about it.
+Lenny_Leonard: Pro or con?
+Homer_Simpson: I'unno. What am I, Superdad?
+
+
+Young_Moe: Welcome to Moe's. Home of the finest bar crystal in Springfield.
+Young_Moe: I shouldn't have cheaped out on the shelf.
+Homer_Simpson: I can't believe how young we looked... in my memory.
+Homer_Simpson: Hey, there's writing on the back of this.
+Homer_Simpson: (READING) "Dear Homer, I can't believe you're making this the worst night of my life." (VERY PUZZLED NOISE)
+Paramedic: Young man, you've ingested a dangerous amount of alcohol.
+Homer_Simpson: (DEFIANTLY) The only dangerous amount is none!
+Homer_Simpson: Let's go to IHOP! I'm drivin'.
+Homer_Simpson: Okay, Burger King! Whatever! C'mon.
+Homer_Simpson: (ABSENTMINDEDLY GOING THROUGH BOX) Why did she stay with me if she hated me so much? Hey, two days later she had a doctor's appointment.
+Young_Marge: You leave me sitting here all alone...
+Young_Marge: (WRITING) ...while you play video games with your Neanderthal friends.
+Young_Marge: Why don't you just stop playing?
+Young_Marge: Homer, I really don't want to feed you.
+Young_Marge: (UPSET) Video games and too much beer. You sure know how to show a girl a good time.
+Young_Marge: Tonight I learned the two of us can't work.
+Marge_Simpson: James Taylor. Homie, remember that song we used to sing?
+Marge_Simpson: (SINGS) MOCK...
+Homer_Simpson: (FLATLY) Yeah.
+Marge_Simpson: (SINGS) ING...
+Homer_Simpson: (FLATLY) Yeah.
+Marge_Simpson: (SINGS) BIRD...
+Homer_Simpson: (FLATLY) Whatever.
+Marge_Simpson: Homie, what's wrong?
+Homer_Simpson: (TENTATIVE) Marge... did I ruin your life?
+Marge_Simpson: Oh, is this about that billboard my sisters put up?
+Homer_Simpson: No, the voters will decide that in November. I was talking about this.
+Marge_Simpson: Huh?
+Marge_Simpson: (BUSTED) Oh my God, I forgot all about this. Where did you find it?
+Homer_Simpson: More like, where didn't I find it. It was practically everywhere.
+Marge_Simpson: Homer, I'm sorry you saw that, but I was very upset that night.
+Homer_Simpson: Quit changing the subject. How do you feel about me right now?
+Marge_Simpson: Well, I love you, of course. But a lot of things you do still drive me crazy.
+Homer_Simpson: So you mean our whole marriage you've just been resenting me behind my back?
+Marge_Simpson: A little bit, yeah.
+Homer_Simpson: Fine. I'll go sleep with someone who does appreciate me.
+Homer_Simpson: You know, Moe, I was just thinking. My problems with Marge started because I drink too much. And then tonight alcohol only made things worse. Maybe all of my problems are actually caused by...
+Moe_Szyslak: Yeah, yeah, yeah. Take your medicine, ya lush ya.
+
+
+Carl_Carlson: (SHOUT) F-L-A-N-R-D-S!
+Homer_Simpson: (SINGS) HE'S THE MAN THAT I HATE BEST / I'D LIKE TO SEE HIS HOUSE GO UP IN FLAME!
+David_Byrne: Excuse me, I've been researching indigenous folk music of Springfield, and I couldn't help overhearing your delightfully cruel hate song.
+Carl_Carlson: (AMAZED) David Byrne?!
+Moe_Szyslak: (AMAZED) Singer, artist, composer, director, Talking Head...
+David_Byrne: And, I used to wrestle under the name "El Diablo."
+Lenny_Leonard: I thought that was Philip Glass.
+David_Byrne: Yeah, he wishes.
+Homer_Simpson: Hey, Mister? If you like my song so much, would you like to buy a tape? (SELLING) It's already rewound.
+David_Byrne: No thanks. But I would like to sing it with you and produce it.
+Homer_Simpson: (ROLLS EYES, ANNOYED) Fine.
+
+
+Moe_Szyslak: Our little hero sure likes Kahlua and Cream.
+Homer_Simpson: Quit following me, you coward!
+Moe_Szyslak: You heard 'im, fleabag. Get outta my bar, you're unsanitary.
+Moe_Szyslak: Oh, how precious. The cat's sittin' in my dinner.
+Moe_Szyslak: No, no, don't get up, sweetheart. I'll just, I'll just pick around you. There we go.
+
+
+Moe_Szyslak: I don't think he's here... hang on, let me check.
+Moe_Szyslak: Nope. (SHORT BEAT) Whatcha wearin'?
+Homer_Simpson: I did it. I walked all the way to Moe's from my house.
+Bart_Simpson: Way to go, Dad!
+Homer_Simpson: You know, I feel pretty good. Maybe I should just keep walking instead of going into a dark, dreary bar.
+Moe_Szyslak: Get in here, boozy. You're late for your drunkening.
+Homer_Simpson: No. From now on, walking is my beer. And feeling good is my hangover.
+Moe_Szyslak: Huh. Hey maybe this is a sign. Maybe it's time for me to get out of the alcohol business. Give barber college another try -- and this time I won't join a frat.
+Moe_Szyslak: Who the hell am I talkin' to?
+Lisa_Simpson: You know what Mom really loves? Julienne potatoes. And for dessert, peach crumble.
+Moe_Szyslak: You wanna know how to make a peach crumble? Kick it in the groin. Ha, anyway, what's goin' on?
+Homer_Simpson: I'm gonna treat Marge to a romantic dinner, to make up for all my shortcomings.
+Lenny_Leonard: Hey, Homer. If you're havin' a banquet for Marge, I'd like to help.
+Carl_Carlson: Hey, me too. I could whip up my famous poulet au vin avec champignons à la Carl. (HE KISSES HIS HAND)
+Homer_Simpson: You can bring a bag of ice.
+
+
+Moe_Szyslak: That's odd. It's eleven fifteen in the morning and the bar is empty.
+Kent_Brockman: I'm live at Springfield Botanical Gardens, where we're minutes away from the blossoming of the Sumatran Century Flower, which only occurs once every hundred years.
+Moe_Szyslak: Hey, those are my customers-slash-only friends! Where are they getting their beer?
+Moe_Szyslak: A cooler! I've been replaced by a cooler!
+Moe_Szyslak: And who could blame 'em?
+Moe_Szyslak: Eh, no point in mopin' around. I might as well join 'em and have a jolly old time.
+Moe_Szyslak: Better set the alarm.
+Lenny_Leonard: You still got us, Moe.
+Moe_Szyslak: You guys mind if I uh... kiss your tummies?
+Moe_Szyslak: Boy, I'm like a mess here. I feel so lonely without that kid.
+Elves: (SING) TOYS AND CAKES AND PETS AND BROTHERHOOD...
+Moe_Szyslak: (SOBS) It's our song.
+
+
+Moe_Szyslak: (SIGH) If I knew this would take so long, I'd'a put on the TV.
+Delivery_Boy: Pizza!
+Moe_Szyslak: Y'money's on the counter. No tip.
+Delivery_Boy: You miserable bastard.
+Moe_Szyslak: That's why I'm up here.
+
+
+Homer_Simpson: (PROUDLY) Hey guys, I brought my Mom.
+Mona_Simpson: Lenny Leonard? I haven't seen you since you were this high.
+Carl_Carlson: (COMPETITIVE) I can jump off the high dive!
+Mona_Simpson: (WARMLY) Carl Carlson, I remember when you, Lenny and Stevie MacGregor were like the Three Musketeers.
+Carl_Carlson: (SADLY) Yeah, poor Stevie. They never found his head.
+Moe_Szyslak: (ACCUSING) Mrs. Simpson, when you took off, you left a hole in Homer's heart that he's been trying to fill with alcohol for twenty years... (THEN WARMLY) God bless ya.
+
+
+Homer_Simpson: To old man Burns, who's paying us to drink because we're embarrassing!
+Carl_Carlson: (TOASTING) We suck!
+Homer_Simpson: (WOOZY) A lot of that went in my lungs.
+Apu_Nahasapeemapetilon: Attention American bar devils: it's our anniversary! Free drinks for everyone!
+Homer_Simpson: That's great. I'm honored to drink to Apu and, uh... Apulina.
+Homer_Simpson: You know, Marge and I have an anniversary coming up.
+Apu_Nahasapeemapetilon: I have given Manjula many gifts, including a bouquet of flowers, diamond earrings, and we're going to see Paris... Hilton. In Paris... Texas. On our way to Paris, France.
+Manjula_Nahasapeemapetilon: What did you plan to get your wife, Homer?
+Homer_Simpson: (SHEEPISH) These charity address labels that came in the mail.
+Homer_Simpson: (DRUNK) I don't wanna go home! I'm not done talking to me!
+Moe_Szyslak: Just get out this door, rummy, and you're the city's problem. If you make it through the night, you're welcome back.
+Homer_Simpson: Home sweet home. Now to watch some TV.
+Society_Matron: Oh, you poor soul. You think that rat is a remote.
+Homer_Simpson: Five bucks? I don't need your sharity! I'll dance for my money!
+Woman_Bystander: Oh you poor man, you think you can dance.
+Woman_Bystander: I didn't say stop!
+
+
+Homer_Simpson: Guys, I'd like you to meet Artie Ziff.
+Aristotle: Hello, handsome!
+Artie_Ziff: Hello... (UNDER BREATH) losers.
+Lenny_Leonard: Okay, read 'em and weep.
+Artie_Ziff: I don't know why I'm losing. Maybe I have some kind of "tell." (LOOKS AT CARDS) Hot mamma, I'm livin' in flush-town, (JUMPS ON TABLE) population Artie!
+Artie_Ziff: (NONCHALANT) I guess I'm in for fifty cents.
+Barney_Gumble: I fold. / Me too. / I'm out. / I'm done.
+Homer_Simpson: (CONFIDENT) I'll see your fifty cents and raise you one dollar.
+Artie_Ziff: Well, I'm out of cash. But would you accept ninety-eight per cent of the outstanding shares of ZiffCorp stock?
+Homer_Simpson: And the peanuts in your mouth.
+Artie_Ziff: Very well.
+Artie_Ziff: (LOUD) Achem!
+Homer_Simpson: All of them.
+Artie_Ziff: (NOT SO LOUD) Achem!
+Artie_Ziff: Flush. What have you got?
+Homer_Simpson: Four jacks.
+Homer_Simpson: (CHUCKLES) Check it out! I own a multi-national corporation. (CHUCKLES) I always knew some day I'd be a C.O.D.
+Sec_Agent_#1: Freeze! Securities and Exchange Commission!
+Sec_Agent_#2: Artie Ziff, you're wanted for stock manipulation and securities fraud.
+Sec_Agent_#1: (MACHO) It's scum like you that undermine investor confidence.
+Homer_Simpson: Investor confidence? Perhaps this affects me -- I own two hundred and thirty million shares of ZiffCorp stock.
+Sec_Agent_#1: You're the majority shareholder?
+Homer_Simpson: (UPBEAT) I sure am -- with all the inherent legal liability.
+Sec_Agent_#2: You're under arrest!
+Moe_Szyslak: Wait a minute. How can you arrest Homer? (POINTS TO ARTIE) This guy's the one what done the thing that why you're here for. I'm talkin' malfeasance here.
+Artie_Ziff: (SINCERE) All right, I admit it. I did run ZiffCorp into the ground. (PUTS ARM AROUND HOMER) Then this man took me into his home when no one else would. And now, as a result of his brilliant card playing (QUICKLY) he's the one you want! Tape his mouth so he can't deny it!
+Homer_Simpson: (DISTRAUGHT) Don't tell my kids I'm going to jail! Tell them I've joined the Blue Man Group! I'm the fat one!
+Moe_Szyslak: Well, well look who showed his face. The louse who sold out his only friend. You've got a lot of nerve comin' here... (FRIENDLY) but since you did, what'll it be? First one's on the house.
+Patty_Bouvier: Is this dump open? We were jogging and we ran out of cigarettes.
+Artie_Ziff: Pardon me for intruding, but I believe teenage girls shouldn't smoke.
+Selma_Bouvier: Are you still livin' with Marge?
+Artie_Ziff: No. She kicked me out for sending her husband to prison.
+Selma_Bouvier: You put Homer in jail? (SWOONING) The hair is standing up on the back of my knees.
+Patty_Bouvier: Keep your Odor Eaters on, Selma. I've seen you get hurt too many times.
+Selma_Bouvier: I'm not gonna let him into my heart, or my bedroom. Just ten minutes on the beanbag. C'mon, Short Round. We're goin' back to my Temple of Doom.
+Artie_Ziff: Be gentle!
+Moe_Szyslak: (HOPEFUL) You know, they say that the love of a good woman can save any man.
+Patty_Bouvier: Except you, freak.
+Moe_Szyslak: Well, if you change your mind, you know where I am.
+Patty_Bouvier: In my nightmares.
+Moe_Szyslak: I'm gonna stop now.
+
+
+Homer_Simpson: Two glasses of wine, Moe.
+Moe_Szyslak: Wine? Jeez. No one ever orders that. Umm...
+Moe_Szyslak: All I got is this old stuff here. (READING LABEL, CONTEMPTUOUS) Chateau Latour -- eighteen eighty-six? Oh, I should just throw this out.
+Marge_Simpson: No, it'll have to do.
+Moe_Szyslak: That'll be four bucks.
+Moe_Szyslak: Now, in a step I perhaps should have taken initially, let me look up the value of that bottle in this wine collector's guide.
+Moe_Szyslak: (SOBS) Oh, what have I done? Lemme dry my tears with this lost Shakespeare play.
+Moe_Szyslak: Where's your wife tonight, Homer?
+Homer_Simpson: She's not coming anymore.
+Moe_Szyslak: What? It's 'cause of her I put in a bidet. Well, it's actually just a step ladder by the water fountain.
+Homer_Simpson: Listen, Moe. I did something really terrible to someone I love.
+Moe_Szyslak: Hey, look. I've been in the bartender business for a long time alright, I've heard it all.
+Homer_Simpson: Well, what I did was...
+Moe_Szyslak: (SHOCKED) What are you? You're like a monster! That's like the worst thing I ever heard anybody do to anybody. You should be drinkin' watered-down beer in-in-in a chipped glass, on a stool with a nail sticking up.
+Homer_Simpson: (SOBS) Can I have some peanuts?
+Moe_Szyslak: All right, but I get to poke you with a stick.
+Moe_Szyslak: (WHILE POKING, FRIENDLY) So, hey, did you see the game last night?
+
+
+Seymour_Skinner: Homer, this bachelor party seems to have peaked. Would you please return my pants and/or underpants so I can go home?
+Homer_Simpson: Come on, it's your last night of freedom. You gotta have some fun.
+Seymour_Skinner: Who are all of you people?
+Carl_Carlson: We're your buddies! Now come on, Homer's kids' principal, have a beer!
+Seymour_Skinner: I can't -- I might be called upon to give directions later.
+Gary_Chalmers: Skinner!
+Gary_Chalmers: You were asked to chug-a-lug. And a-lug you shall chug!
+Seymour_Skinner: (BOOZY) There's something I've wanted to say to you for a long time. (SUDDENLY NEEDY) Am I a good principal?
+Gary_Chalmers: (KINDLY) You're the best we could get with the funds at our disposal.
+Seymour_Skinner: (BOISTEROUS DRUNK) You know I wish I had an exciting life... like that class picture photographer. Ho, how many women has he had in that van? Two, that I know of.
+Moe_Szyslak: Let's kick this up a notch and get you some wiggle in your lap.
+Moe_Szyslak: Oh yeah.
+Seymour_Skinner: No. Absolutely no friction dancing!
+Barney_Gumble: Aw, c'mon. What're you, Killjoy!
+Lenny_Leonard: Wussy!
+Carl_Carlson: Grinch.
+Homer_Simpson: (CONSOLING) Hey, take it easy on Skinner. He's just down 'cause after tomorrow, everything he does is wrong.
+Carl_Carlson: Aw, marriage is gonna be great. Now you'll have someone who'll rub your back... without being asked.
+Lenny_Leonard: (SHAKING HEAD) Not this again.
+Carl_Carlson: Yes, this again!
+Seymour_Skinner: You know, Homer, Edna was bugging me and bugging me to set a date, and I picked one that seemed far away, and it zoomed up like a junebug flying in my windshield.
+Homer_Simpson: What are you trying to tell me, Skinner?
+Seymour_Skinner: Homer, Lenny...my man... I could never lie to you guys. I'm starting to get cold feet. Please don't tell anyone.
+Homer_Simpson: (MEANINGFUL) Don't worry. Your secret's safe with me.
+Homer_Simpson: Marge, guess what! Skinner wants to bail on his wedding!
+Seymour_Skinner: Homer, you're still talking to me!
+Homer_Simpson: (SHEEPISH) Oh man, is this awkward. I'm outta here.
+Seymour_Skinner: Oh God, I've lost the love of my life. Bart's right, I am a wiener.
+Moe_Szyslak: Geez, Homer, this guy is bringin' the whole bar down. I finally got Barney back on the sauce. If he doesn't have fun, he could easily slip right back into sobriety.
+Barney_Gumble: Don't worry. If I feel the urge to sober up, I just talk to my sponsor.
+White_Rabbit: (PETER LORRE VOICE) Drink or I'll die.
+Homer_Simpson: Wait a minute. I thought you didn't wanna get married.
+Seymour_Skinner: That was before I missed her smell, her warmth, her beautiful, beautiful penmanship!
+Homer_Simpson: Don't worry, Principal Skinner.
+Seymour_Skinner: Seymour.
+Homer_Simpson: Really? Boy, it sucks to be you. Anyhoo, if there's one thing I know, it's how to win back a furious woman. We'll go to her house, and I'll whisper to you exactly what to say.
+Seymour_Skinner: Really? You'll be my Cyrano?
+Homer_Simpson: Hey, if we get your girlfriend back I won't have to.
+
+
+Homer_Simpson: Hey, guys.
+Homer_Simpson: Oh, cold shoulder, huh? Well, I'll just talk to myself. (LOW VOICE) Hey, how ya doin', Homer? (HOMER'S VOICE) Oh, not too bad, how about you? (LOW VOICE) Oh I'm fine. Your wife was great in bed last night. (HOMER'S VOICE) You keep your hands off my wife! (LOW VOICE) Oh yeah? Well I give her what she needs. And she likes...
+Homer_Simpson: Oh, Homer, stop it!
+Moe_Szyslak: Homer... this bar's only for real Americans. And people on permanent visas, like me. What? What are you all lookin' at? I'm Dutch. Eh, forget all of you.
+Lenny_Leonard: I'm leavin', too. I'm gonna go listen to the President's weekly radio address. And not the rebuttal!
+Carl_Carlson: Goodbye, Homer. I can't get drunk and vomit next to a guy I don't respect.
+Homer_Simpson: (SOBS) Even my best friends have left me! I'm all alone!
+
+
+Lenny_Leonard: Huh, maybe Burns ain't so great.
+Carl_Carlson: This little girl has given us a lot to mull.
+Moe_Szyslak: Hey, hey, ya mugs. Thinkin' ain't drinkin'!
+
+
+Homer_Simpson: Why did I ever have kids? I could have written symphonies, or been Shakespeare. (MOANS)
+Moe_Szyslak: Here, Homer. Have a big frosty mug of Fuhgetaboutit.
+Man: (TOUGH GUY) I wouldn't drink that. From the looks of this place, it might kill you.
+Homer_Simpson: (SARCASTIC) Oh, who are you, the health inspector?
+Man: Yes!
+Health_Inspector: (DISGUSTED) My God, look at this filth. I oughta close this dump down for good!
+Health_Inspector: (SUDDENLY SMILING) But then where would I go to get away from my wife! C'mere, Moe, you beautiful, hideous troll!
+Moe_Szyslak: (LAUGHING) Guys, this is Frankie from the Health Department. We go way back. Lenny, you don't have to hide that rat.
+Lenny_Leonard: Off you go, little fella.
+Moe_Szyslak: When we were kids, our dads used to get drunk and make us fight each other.
+Health_Inspector: My Pop would buy me a malted for every tooth of Moe's I knocked out.
+Moe_Szyslak: That time you blinded me, he gave you a bike. (FONDLY) That sure was a good soundin' bike...
+Health_Inspector: Well, now to give this place a "thorough inspection." (WINKS)
+Health_Inspector: Free from infestation, check... Sanitary utensils...
+Health_Inspector: Check. Food hygienically stored -- only one way to find out.
+Moe_Szyslak: (STUNNED) Oh my God, he's dead.
+Chief_Wiggum: Okay, which one of you guys parked in front of the hydrant?
+Chief_Wiggum: (SCARED) Uh, look, I didn't see nothin' here, okay? (UNEASY CHUCKLE) Just a bunch of innocent guys, sitting around, none of them dead. Buy yourselves a nice dinner.
+New_Health_Inspector: (DISAPPROVING) Uh-huh... Uh-huh... (BIG EXHALE)
+Moe_Szyslak: So, uh, Mr. New Guy. Whaddya think? Is everything... hunky dory there?
+New_Health_Inspector: Mr. Szyslak, your tavern is rife with Health Code violations.
+Moe_Szyslak: (NERVOUS) You gotta be kiddin' me. Like what?
+New_Health_Inspector: For starters, the body of my predecessor is still on the floor.
+Moe_Szyslak: Oh yeah. Uh well, ya see, uh trash day ain't 'til Wednesday... (AWKWARD LAUGH)
+New_Health_Inspector: Chicken skins in soap dispenser... cigarette butts in the air... toilet on the roof... I'm shutting you down till you fix these violations.
+Moe_Szyslak: Oh man, I can't afford to fix all that stuff.
+Moe_Szyslak: Aw, nuts. If anybody needs me, I'll be in the john.
+Barney_Gumble: O DANNY BOY, THE PIPES THE PIPES ARE CALLING / FROM GLEN TO GLEN AND DOWN THE MOUNTAIN SIDE / THE SUMMER'S GONE AND ALL THE ROSES FALLING / 'TIS YOU, 'TIS YOU MUST GO, AND I MUST BIDE.
+Homer_Simpson: Moe's, a tribute. "M" is for Moe, the owner of Moe's. "O" is for the "O" in the middle of Moe's. "E" is for acceptance. The feeling I always got here at Moe's. (BREAKING DOWN) Oh Moe, don't let 'em close you down!
+Moe_Szyslak: It's too late -- I don't got the cash to clean up the bar. From now on, you guys are gonna hafta do your drinking across the street.
+Carl_Carlson: (SHRUGS) Hey, a beer's a beer.
+Homer_Simpson: I can't go to a gay bar, I'm too fat! Moe, I'm gonna help you reopen your bar no matter what it takes.
+Homer_Simpson: (CRESTFALLEN) ... Marge?
+Moe_Szyslak: Thanks, Homer. No one's ever trusted me before -- except for that one guy who shouldn't have.
+Homer_Simpson: That was me.
+Moe_Szyslak: Oh yeah.
+Marge_Simpson: Until you pay us back, you're answering to me! And there's gonna be big changes.
+Moe_Szyslak: Whoa, whoa, whoa, now wait just a minute. One thing Moe Szyslak has never had is a partner. Nor a wife, a friend, a chum, a casual acquaintance, a pen pal, a parrot, a meaningful conversation, a brief hug or eye contact.
+Moe_Szyslak: I'm just going to call the suicide hotline now. (DIALS) And they've blocked my number! Oh God! (SOBS)
+Homer_Simpson: Boy, I can't wait to get my lips around an ice cold...
+Marge_Simpson: I'm here protecting our investment. I'd like you to go home and make dinner for the kids.
+Homer_Simpson: But I don't wanna take care of the kids... (GETTING IDEA, THEN PLAYING DUMB) Um... how many cigars are they allowed to have? Bart sleeps in the microwave, right?
+Marge_Simpson: Quit playing dumb.
+Homer_Simpson: How many magic beans should I sell the baby for? Three? (STUPIDLY) Duh, der, duh. That's me, jerk-ass Homer. Duh, der, doy.
+Marge_Simpson: Come on, go home.
+Marge_Simpson: Maybe some cheerier paint would make this place less of a (AIR QUOTES) "dive."
+Moe_Szyslak: Marge, my customers don't like themselves. Therefore, they seek the darkness.
+Marge_Simpson: (TACTFUL) Well... as fabulous as your regulars are, a remodel might bring in a higher class of lush.
+Moe_Szyslak: Look, I like Moe's the way it is, all right? And I ain't changin' it for any dame, skirt, Susie-Q, or face-macer.
+Marge_Simpson: I had a feeling you'd say that. (STAGY) So I prepared something that might help you "change your tune."
+Marge_Simpson: (SINGING) THIS PLACE IS A DIAMOND / BUT IT'S TRAPPED IN THE ROUGH
+Moe_Szyslak: (SINGING, POINTS) YEAH WELL THE SIGN STILL SAYS "MOE'S" / SO ENOUGH OF YOUR GUFF
+Marge_Simpson: HERE'S MY NEW IDEA TO SELL BOTH BEER AND GRUB / WE WILL TURN THIS FILTHY DIVE INTO A PROPER OLD-TIME BRITISH PUB!
+Moe_Szyslak: A British whaaa?
+Lisa_Simpson: ("RULE BRITANNIA") DARTS AND MEATPIES, AND LAGER IN PINT GLASSES
+Lisa_Simpson: WHAT A CLASSY WAY TO GET DRUNK OFF YOUR ASSES
+Moe_Szyslak: Hey, hold the phone. An English Pub, that just might work.
+Carl_Carlson: (SINGING) IN SO-NG!
+Moe_Szyslak: Uh... (AD LIB SINGING) MY BAR COULD BE BRITISH / INSTEAD OF ARM-PITTISH / SO WHY DON'T WE ALL (SPOKEN) Eh, screw it.
+Moe_Szyslak: Let's get renovatin'.
+Marge_Simpson: Well, I was thinking more like drapes and a paint job, but your idea's good too.
+Moe_Szyslak: Thanks.
+Judge_Snyder: (HANDS GLASS TO LINDSAY NAEGLE) Pint of ale, my dear?
+Lindsay_Naegle: Well thank you, your honor. You know, you're kind of sexy.
+Judge_Snyder: That's a deliberate mis-statement of fact. (SMILING) But I'll allow it.
+Moe_Szyslak: (IMPRESSED) My first credit card! (FEELING CARD, AMAZED) Wow, the numbers are all bumpy-like.
+
+
+Moe_Szyslak: Hey, hey, hey. No outside suds!
+Homer_Simpson: I'm sorry, Moe. Marge won't let me spend any money -- even counterfeit money!
+
+
+Homer_Simpson: (TO CAT) I won't tell if you don't tell.
+
+
+Homer_Simpson: Hey Moe, hey Moe-clone.
+Moe_Szyslak: Hiya Homer. / Hi Homer.
+Moe_Szyslak: Hey, hey, hey! I don't pay you to socialize.
+MOE-CLONE: (SARCASTIC) Oh right. You're the people person.
+Moe_Szyslak: Watch it with the attitude, Mister. You came from my back fat!
+Homer_Simpson: Boy, I think I see my two favorite letters of the alphabet. E-Z.
+Moe_Szyslak: You moron! (SIGHS) Why did I ever think I needed a clone?
+MOE-CLONE: Hey, I'm not the clone, you're the clone!
+Moe_Szyslak: Oh please, not this again.
+Homer_Simpson: Son, say hello to Edna.
+Homer_Simpson: (AWKWARD CHUCKLE) Oopsie.
+Edna_Krabappel-Flanders: ("WHY NOT?") Want it to get weirder?
+Edna_Krabappel-Flanders: (SWEETLY) Good call, Bart. We can both do better.
+
+
+Moe_Szyslak: Hey, hey, hey, no enjoyin' it!
+
+
+Homer_Simpson: Ah... this is heaven. (SIPS BEER)
+
+
+Homer_Simpson: (MOANS) They're shooting an adult film at my house tomorrow. How am I gonna get rid of Marge and the kids?
+Moe_Szyslak: Well, I got these free tickets to Santa's Village. I know a guy who turns the dead sleigh-horses into jerky and sells it to bars...
+Homer_Simpson: Thanks, Moe!
+
+
+Carl_Carlson: Don't do that... that hurts. Careful, careful.
+Homer_Simpson: Hey, what's the big idea of getting trapped under that thing?
+Moe_Szyslak: Uh, long story. Uh, we were trying to impress some girls -- and things kinda got away from us.
+Lenny_Leonard: Just for the record, I regret nothin'.
+Moe_Szyslak: Homer, how'd your right arm get so strong?
+Homer_Simpson: Just liftin' this dumbbell.
+Homer_Simpson: Forty-nine thousand nine hundred and ninety-nine... fifty thousand!
+Homer_Simpson: I'm pretty happy with this baby, now it's lefty's turn.
+Moe_Szyslak: Oh no you don't! I just got an idea.
+Homer_Simpson: Wha? Hey, you...
+Moe_Szyslak: Okay, here comes our victim. Let's bash his head in.
+Lenny_Leonard: Hey Moe, I thought you were just gonna hustle him.
+Moe_Szyslak: Oh, right. I was thinking of another thing I got goin'.
+The_Rich_Texan: Gimme a bottle of bourbon!
+The_Rich_Texan: I got a new liver, and I'm breakin' it in.
+Homer_Simpson: (NERD VOICE) Excuse me, Mr. Bartender sir, may I have a sugar-free ginger ale? And uh, make it flat -- the bubbles burn my buds.
+The_Rich_Texan: Goldarnit, son! What the Hell kinda sissy are you?
+Moe_Szyslak: (RE: HOMER) Hey, are you callin' my life-partner a sissy? 'Cause a hundred bucks says he could whup you in arm wrestling.
+The_Rich_Texan: A "Texas penny" it is. Yee-ha!
+The_Rich_Texan: Gol-dangit -- I've been played like a dimwit's kazoo!
+Moe_Szyslak: Yes! Homer, we make a dynamite team, huh? With your arm, (TAPS OWN FOREHEAD) and my head-gunk, we're goin' right to the top! (HEARS GUN COCKING NOISE) Whoa.
+The_Rich_Texan: This is one Texan who don't like when he's made out to be a fool.
+Moe_Szyslak: Well, uh... what do you like?
+The_Rich_Texan: I dunno... a good book... long walk on the beach...
+
+
+Moe_Szyslak: (HAPPILY SINGING TO "HERE COMES THE BRIDE") HERE COMES THE MOE / WITH A PRETTY GIRL / 'CAUSE THESE ARE THINGS THAT HAPPENED / IN RE-AL LIFE
+Barney_Gumble: Hey Moe, can we get a drink?
+Moe_Szyslak: Shut up and hand me more Moe-heads.
+Moe_Szyslak: Homer, you're doin' great. You're way ahead in the polls... even those negative campaign ads aren't hurting you.
+Waylon_Smithers: Simpson barely even comes into work anymore. He pays a homeless man to do it for him.
+Bum: (TO DOG) I, um, I don't feel so good, Blue.
+Homer_Simpson: (CHUCKLES) Hey, people may not love Homer Simpson, but they love this suit. (CHUCKLES) Just like they love their stupid American flag.
+
+
+Moe_Szyslak: Okay, time for my annual holiday tradition...attempting to kill myself. (SMALL SOB)
+Moe_Szyslak: What's it say?
+
+
+Carl_Carlson: (SINCERE) See ya soon, Homer. We got someone else comin' in.
+Seymour_Skinner: This is W-A-3-Q-I-ZED. Do you read me?
+Agnes_Skinner: Seymour! Isn't it about time you made a real friend?
+Agnes_Skinner: (QUIETLY, TO SKINNER) How do I talk? Push this button here? (VERY LOUD) You're all losers!
+Homer_Simpson: Oh, which way did Mason go? That must be him over there.
+
+
+Moe_Szyslak: Gentlemen, the moment has finally arrived.
+Moe_Szyslak: I'm rentin' a party bus and takin' all you regulars to Las Vegas.
+Lenny_Leonard: Nevada?!
+Moe_Szyslak: That's right.
+Carl_Carlson: Moe, why you bein' so generous? You're usually so stingy and rat-like.
+Moe_Szyslak: Yeah, well, ya remember that time I tried to hang myself and the rope broke? Well, I sued the rope company and got a huge settlement... and a new rope!
+Carl_Carlson: Hey, nice rope.
+Lenny_Leonard: (ADMIRING) You could hang a cow with that thing!
+Lenny_Leonard: Hey, check it out -- I made it partially risqué.
+Homer_Simpson: Hey guys, I have to put the boy on a plane to soul-crushing camp, then I'll be back to go to Vegas!
+Bart_Simpson: (PLEADING) Dad, if you take me to Vegas, I'll teach you how to cheat at blackjack.
+Homer_Simpson: Boy, you don't need to cheat when you got a system.
+Bart_Simpson: What's your system?
+Homer_Simpson: (LOUD WHISPER) I don't tell your mother how much I've lost.
+Carl_Carlson: Aw dang, Homer ain't comin'.
+Nelson_Muntz: Haw haw!
+Carl_Carlson: And Nelson saw somethin' funny.
+
+
+Lenny_Leonard: Gee, Homer, if those blue pants mean that much to you, they must be the greatest.
+Carl_Carlson: I'm gettin' two pair today!
+Moe_Szyslak: I don't get this. This guy paints his noggin and you guys are ready to buy pants. Meanwhile, I been payin' for that billboard outside for a year now, and it's not yieldin' nothin'!
+Moe_Recording: You don't have to look at me. You don't have to look at me.
+Woman: (IMPRESSED) Well, he does have billboard money. Talking billboard money.
+Woman: (DISGUSTED) Ew... (THEN, CONSIDERING:) But he might be right for my friend.
+
+
+Lenny_Leonard: Hey bar-boy, this table's wobbly. Come jam your foot under it.
+Carl_Carlson: Hey bar-boy, write a play where I meet Henry Ford and Captain Kirk.
+Homer_Simpson: Hey bar-boy, dance around like an idiot. Like this!
+Homer_Simpson: (CHANTING) I'm-so-stupid! I'm-so-stupid!
+C._Montgomery_Burns: I'm a little busy. Can I do it later?
+Homer_Simpson: (STILL DANCING) Sure! (LAUGHS) You're gonna be all "I'm-so-stupid! I'm-so-stupid! I'm-so-stupid!" (ETC.)
+Lenny_Leonard: Burns sure will look like a jerk later!
+C._Montgomery_Burns: At five-fifteen an hour, it would take an eternity to make my fortune back -- and FICA wasn't helping.
+C._Montgomery_Burns: But then, for once in my life, things went my way.
+C._Montgomery_Burns: I steamed the letter open with Moe's cappuccino machine.
+Moe_Szyslak: If you're reading this, I am dead, and you are about to learn the story of my treasure.
+C._Montgomery_Burns: Treasure?!
+Moe_Szyslak: -ry of Moe's treasure. Top of Form
+Moe_Szyslak: It was the first day of summer...
+Moe_Szyslak: I knew that in order to win her love, I needed to get rid of the human garbage otherwise known as my best friends.
+Moe_Szyslak: Barney, how do you keep gettin' back in?
+Barney_Gumble: I'm a drunk. I don't know nothin' about how I do anything.
+Moe_Szyslak: I had to get Edna out of Springfield -- make a fresh start in a new town, far away. A place where we can play bridge with our neighbors. And if they're interested in wife-swapping, who am I to say no? I'm just the new guy.
+Moe_Szyslak: But where would I get the money to start a new life? And then, opportunity strolled right in the door...
+Snake_Jailbird: Yes, hello. I need directions to the Springfield Natural History Museum. I totally have a donation for them.
+Moe_Szyslak: (À LA JERRY LEWIS) Coins money gold!
+Moe_Szyslak: See, this was back before Snake became a notorious jailbird, when he was an idealistic, law-abiding young archaeologist.
+Snake_Jailbird: I was, like, excavating this Mayan pyramid and I totally unearth these gold coins and I'm all like "could you be any more pre-Columbian?"
+Moe_Szyslak: Uh, you can't donate that gold to the museum today, 'cause um... uh it's closed, so they can clean under the wangs on the statues.
+Snake_Jailbird: Uh, well no problem. I'll just spend the night in that motel across the street.
+Moe_Szyslak: Love had handed me an awful dilemma. Should I rob this guy or rob him and kill him?
+Moe_Szyslak: If I couldn't spend the treasure on Edner, I didn't want to spend it. I just sat there playin' our song on the jukebox. One gold--
+C._Montgomery_Burns: (READING) "...coin at a time."
+C._Montgomery_Burns: Oh, you poor man. (SINISTER) You're about to get a lot poorer.
+The_Rich_Texan: Okay, I'll take your gold, and give you back all of your worldly possessions, 'ceptin' your nucular plant. You don't get that back till you bring me a photo of yourself with a smiling child.
+C._Montgomery_Burns: (EXASPERATED NOISE) What the hell could that mean to you?
+The_Rich_Texan: I'm obsessive-compulsive! (SHOOTS GUNS) Yee-haw! (QUICKLY) One, two, three, four. Yee-haw! (QUICKLY) One, two, three, four. Yee-haw! (QUICKLY) One, two, three, four.
+
+
+Lenny_Leonard: You know, Moe, that sign is powered by non-American workers.
+Moe_Szyslak: So what? (POINTS TO BEER) Your beer's German, and the TV's Japanese (POINTS TO TV).
+Carl_Carlson: Well, is there anything in this bar that's made in America?
+Moe_Szyslak: Just this.
+Moe_Szyslak: (PAINED NOISE, THEN:) God, misfire!
+
+
+Lenny_Leonard: Homer, I'm proud of you. You've prolonged this celebrity marriage at least through playoff season.
+Carl_Carlson: After that, who gives a hobo's crap? Am I right?
+
+
+Louie: This guy in here owes us money.
+Homer_Simpson: (OMINOUS) Leave him to me.
+Homer_Simpson: (WHINY) Ow! I hurt my fist and my palm. I thought you guys were lookin' out for me. (WHINY NOISE)
+Homer_Simpson: (TOUGH) All right, tap jockey, you owe Fat Tony fifty bucks. Cough it up!
+Moe_Szyslak: (SCARED) Look Mister, I-I-I don't got the cash. My clientele -- they're all bums. They never pay!
+Homer_Simpson: (TOUGH) Just get the money.
+Moe_Szyslak: (TOUGH) Homer, the mob is puttin' the screws on me, see. I ain't gettin' killed 'cause you won't pay your tab. Now give me fifty bucks!
+Homer_Simpson: (Scared) Okay. Take it, take it! Just don't hurt me!
+Homer_Simpson: (TOUGH) Okay pretty boy, where's Fat Tony's fifty bucks?
+Moe_Szyslak: (SCARED) Look, all-all-all I got is twenty-five. I swear! I swear!
+Homer_Simpson: (TOUGH) It'll do for now.
+
+
+Reporter: (PANICKY) Oh, my stars! It's firing a beam of pure energy!
+Reporter: It's burning people alive!
+Moe_Szyslak: Okay boys, we're under attack! Let's drive 'em out of town the way we did with the Irish!
+Barney_Gumble: (OFFENDED) Hey, I'm Irish.
+Barney_Gumble: Oh wait, I'm Polish. (DYING NOISE)
+
+
+Lenny_Leonard: Whatcha doin', Moe? Drawin' a wang on Marmaduke?
+Moe_Szyslak: Heck no -- I'm challengin' myself with one of these "Sudoku" games.
+Carl_Carlson: What, that Japanese puzzle in which no numeral can be repeated in a row, column, or box?
+Moe_Szyslak: (SHOCKED) That's how it works? I was just drawin' wangs on the numbers.
+Homer_Simpson: (OUT OF BREATH, DESPERATE) Moe, Moe, you gotta hide us from the Army!
+Moe_Szyslak: The Salvation Army? You got it. (COCKS SHOTGUN)
+Homer_Simpson: Not that Army, the one from "Stripes!"
+Moe_Szyslak: Okay.
+Homer_Simpson: Thanks, Moe. How can I ever repay you?
+Moe_Szyslak: Hey, some things mean more to me than money...
+Colonel: (CALLING DOWN) War game's over, losers!
+
+
+Moe_Szyslak: (INTO PHONE) I sure am looking forward to my birthday fishing trip... Well I'll see ya soon, this is Moe, big day... uh, waitin', feeling uh, kind of fragile... Moe, the birthday boy, listenin' for your car... (SOBS)
+Lisa_Simpson: (BURSTS IN) Moe, you're a published author!
+Carl_Carlson: (AMAZED) Wow, Just think -- earlier tonight, a newly-published poet cleaned up my barf.
+Moe_Szyslak: Moe's Tavern... Who? Where? To what? (MAD) Screw you, snail trail!
+Lisa_Simpson: Who was that?
+Moe_Szyslak: Eh, some jerk makin' a prank call with a gag name: "Tom Wolfe."
+Barney_Gumble: Tom Wolfe?! He wrote "The Right Stuff" and "Bonfire of the Vanities". And coined the phrase "radical chic!"
+Moe_Szyslak: Wait, wait, wait -- then that guy wasn't squeezin' my 'roids when he invited me to the Wordloaf Festival in Vermont?
+Lisa_Simpson: (THRILLED) The Wordloaf Festival?! You'll meet all the great American writers, Moe! You have to go!
+Moe_Szyslak: Yeah? Well, okay, all right -- but only if you come, huh?
+Moe_Szyslak: I wouldn't-a had none of this without you, kid.
+Moe_Szyslak: (INTO PHONE) Hello. Oh hey, Milhouse.
+Lisa_Simpson: (QUICKLY) I'm not here.
+
+
+Homer_Simpson: (SOBBING) Greystash! Greystash!
+Moe_Szyslak: Gee, you're really upset about this Greystash thing.
+Homer_Simpson: Don't say his name! In your mouth it sounds like dirt!
+Lenny_Leonard: Homer, it's just a book.
+Homer_Simpson: (UPSET) No man should outlive his fictional wizard! No man! (SOBS)
+
+
+Moe_Szyslak: What'sa matter, Homer? Do you still miss the UPN?
+Homer_Simpson: (GRUMPY) Yeah, but there's something else. There's this loser staying in our house. Marge says she's gonna kick him out, but then she never does.
+Carl_Carlson: Well, you can't kick him out, 'cause then Marge will never learn to assert herself.
+Homer_Simpson: Well, I guess I'll have to wait for Marge to show some backbone and-- (NOTICES SOMETHING) You again?!
+Homer_Simpson: What the hell is this thing?
+
+
+Carl_Carlson: What is it, Moe?
+Moe_Szyslak: I just had this awful feeling that uh, Homer's in terrible trouble.
+Lenny_Leonard: Oh, that's funny. I just had a feeling that some guy I don't know named Fausto is in trouble.
+Moe_Szyslak: Come on, we've gotta go help Homer!
+Lenny_Leonard: And Fausto!
+Moe_Szyslak: Whoa, whoa, it's really comin' down out there.
+Lenny_Leonard: We could run to the car.
+Moe_Szyslak: Yeah, but then we'd have to stand there while we get the doors unlocked.
+Lenny_Leonard: Don't you have one of them keys that beeps the doors open?
+Moe_Szyslak: Yeah, but still...
+
+
+Moe_Szyslak: What's the matter, Declan? Did a cop give ya a ticket for talkin' like a fruit?
+Declan_Desmond: It's the oddest thing: I actually feel affection for these knuckle-dragging sub-monkeys. I feel sorry for Homer Simpson.
+Moe_Szyslak: (INCREDULOUS) Whaddaya been sippin' cuckoo juice? Homer's got it made. He's married to one hell of a woman. All I've got is this porn channel I'm too cheap to de-scramble.
+Declan_Desmond: (SCRUTINIZING) That's an ad for shoe inserts.
+Moe_Szyslak: What the?! I've been writin' creepy letters to that?!
+Declan_Desmond: But what you said about Homer it's... it's given me a brilliant idea!
+Moe_Szyslak: An action movie where I play the Pope who kills the President?
+Declan_Desmond: No, that's a terrible idea.
+Moe_Szyslak: (QUICKLY) Yeah, I know, it is stupid. I think it could work, though. I even got a title: "Pontiff No Return". I came up with it, but I don't really get it.
+
+
+Homer_Simpson: (MOANS) How could my Dad go out with Selma? Don't those two gargoyles know that love is for good-looking young people?
+Moe_Szyslak: Well gee, Homer, you uh, ain't exactly open-casket material yourself.
+Homer_Simpson: (SOBS) Words hurt, you know.
+
+
+Moe_Szyslak: Oh, you gotta be kiddin' me.
+Homer_Simpson: Listen to 'em. They're on top of the world while I'm sittin' here pretending I have a stool.
+Homer_Simpson: (SOUR) All because of a bunch of stuff that happened.
+Lenny_Leonard: Homer, don't be so quick to abandon this paparazzo thing.
+Carl_Carlson: Yeah, it's an American tradition to cut people down to size because they've brought so much joy into our lives.
+Lenny_Leonard: You know who I can't stand? That Robin Williams. Y'know one time I saw him eating dinner with his children, he wouldn't take the time out to do all the funny bits from his movies.
+Carl_Carlson: And my sister once saw Burt Reynolds at an airport, and he wouldn't even co-sign her mortgage.
+Homer_Simpson: You guys are right -- I should get back in the game. (MOANS) But I threw away my camera.
+Moe_Szyslak: Uh here, use this one.
+Moe_Szyslak: I was gonna use it to take secret photos in the ladies' turlet. But no dames ever come in this joint!
+Homer_Simpson: Thanks, Moe!
+Moe_Szyslak: Sure.
+Attractive_Woman_#1: Excuse me, do you have a ladies' room?
+Attractive_Woman_#2: We need to trade bras and panties!
+
+
+Moe_Szyslak: What'sa matter, Homer and Bart?
+Homer_Simpson: Lisa's mad at me and Marge is mad at him.
+Moe_Szyslak: Well, I'm just the bartender here, (POINTS TO HOMER) but it seems to me you could win Lisa back by appealing to her sense of reason. (POINTS TO BART) And you could win your Mom back by appealing to her feelings.
+Bart_Simpson: Gee Moe, you give great advice.
+Homer_Simpson: (JOKING) Yeah. What have you done with the real Moe?
+
+
+Moe_Szyslak: Ya know, I think I'll volunteer, too.
+Barney_Gumble: Why did you say "too?"
+Moe_Szyslak: Well, I assume I'm not the first one.
+
+
+Moe_Szyslak: (AS DENTIST) Okay, this might hurt a little. (AS PATIENT, COTTON IN MOUTH) No problem.
+Moe_Szyslak: (IN PAIN) Oh, sweet mother of Mary!
+Homer_Simpson: (WEIRDED-OUT NOISE, THEN:) Okay, Milhouse, what do you want to do?
+Milhouse_Van_Houten: Well, the school's having a bake sale.
+Homer_Simpson: Ol' Betsy'll get us there.
+
+
+Homer_Simpson: (RUNS IN) Hey Moe, got any milk?
+Moe_Szyslak: It's either milk... or paint.
+Homer_Simpson: (DISAPPOINTED) It's paint. Or is it?
+Homer_Simpson: Yeah, it's paint.
+Moe_Szyslak: Oh. Then I'll have to charge you extra, depending on the color. Uh, stick out your tongue.
+Moe_Szyslak: (HOLDING UP STRIPS) Eggshell? No. Malabar ivory? No. Mediterranean ecru? No. Ah, here it is -- white.
+Moe_Szyslak: Ooh, that's gonna cost ya.
+Homer_Simpson: I've got tow dough I'm lookin' to blow, Moe!
+Moe_Szyslak: Huh?
+Homer_Simpson: (EXPLAINING) I'm buying a round of the fanciest drink you got.
+Moe_Szyslak: Four "Lobster-politans" comin' up!
+Carl_Carlson: Here's to Homer and the cars he towed!
+Lenny_Leonard: With those jerks out of the way, I was able to park right outside!
+Homer_Simpson: (SMELLING BLOOD) Outside? That's a one-hour parking zone -- and you've been here a good eighty-one minutes.
+Lenny_Leonard: Correction -- a great eighty-one minutes! 'Cause nothin' beats hangin' around with old friends, drinkin' lobster-based designer drinks and--
+Lenny_Leonard: Good joke, Homer! (NERVOUS LAUGHTER) You can unhook my car now.
+Carl_Carlson: Uh, looks like he's driving away with it.
+Lenny_Leonard: No, he's just moving it so it won't get towed.
+Moe_Szyslak: Take that, you tow-talitarian!
+Carl_Carlson: Doesn't that joke make light of totalitarians?
+Lenny_Leonard: Yeah. Stalin put my grandmother in a forced labor camp for twenty years.
+Moe_Szyslak: Look, I was insensitive and I'm sorry. But what this is really about is a bully with a winch.
+Mayor_Joe_Quimby: If I'd wanted the laws of this town enforced to the letter, I wouldn't have hired fatty here as police chief.
+Chief_Wiggum: (TO RALPH) Hear that, Ralphie? The mayor knows daddy!
+Agnes_Skinner: All right, listen up. I know a thing or two about tow-Joes. I married three of 'em, and they're real territorial. Now here's the plan...
+Agnes_Skinner: Get in here, Mel. I don't bite. I might gum ya. And you might like it.
+
+
+Homer_Simpson: Moe, my family's gone, my dog hates me, and I can't remember what happened last night. Was I here?
+Moe_Szyslak: Was you ever. You came in sayin' you really needed to forget something, so I mixed you up the most powerful drink I got... (DRAMATIC) the "Forget-Me-Shot."
+Homer_Simpson: A "Forget-Me-Shot?" Never heard of it.
+Moe_Szyslak: (PROUD) That means it worked. No one ever remembers. That's why I made this video to explain the process.
+Moe_Szyslak: You start with a splash of Jaegermeister, then add sloe gin, Triple-Sec, Quadruple-Sec, gunk from a dog's eye, Absolut Pickle...
+Homer_Simpson: Mmm, pickle...
+Moe_Szyslak: The red stripe from Aquafresh...
+Moe_Szyslak: And the funniest ingredient... the venom of the Louisiana Loboto-moth.
+Moe_Szyslak: C'mon, sweetie.
+Moe_Szyslak: You stir it with a home pregnancy test till it turns "positive"...
+Moe_Szyslak: And presto: the Forget-Me-Shot.
+Moe_Szyslak: Aw jeez, I don't look like that.
+Moe_Szyslak: The point is, this drink is the ultimate brain bleacher. (SLIGHT MENACE) One swig wipes out the last day of your life.
+Krusty_the_Clown: (ENTERING, UPSET) Gimme one of those forget-me-drinks -- I made a mistake I gotta wipe out! I was trying to do a Don Rickles about Arabs, but it turned into a Mel Gibson about Mexicans.
+Krusty_the_Clown: What the hell am I doin' here? I gotta get back to the Latin Grammys.
+Hispanic_Crowd: There he is! / Get him! / (ANGRY JEERS) Hot sauce his eyes!
+Homer_Simpson: Oh my God, why would I wanna wipe out my memory? What horrible thing did I do?
+Chief_Wiggum: You don't remember, huh?
+Chief_Wiggum: (STERNLY) There was a domestic disturbance at your address yesterday.
+Homer_Simpson: (SHOCKED REMEMBERING NOISE) Chief Wiggum! I remember seeing you...
+Homer_Simpson: Marge had a black eye?! I could never do something like that! (WORRIED) Could I?
+Chief_Wiggum: Why don't you ask the person who filed the complaint? Not that I am authorized to release that infor--
+Homer_Simpson: Flanders!
+Chief_Wiggum: (PISSED) Fine, it was Flanders. Now since you know everything, who was Jack the Ripper?
+Homer_Simpson: (RUNNING OUT, DOPPLER) The queen's private surgeonnn!
+Chief_Wiggum: (STUNNED) Wow.
+Homer_Simpson: Marge put so much work into that party. The least I could do is be surprised. If only I could forget what happened today.
+Moe_Szyslak: I got just the drink to wipe your mind clean... the "Forget-Me-Shot." (TO LENNY AND CARL) Fellas, if you got anything that you want to say to Homer that he'll never remember, say it now.
+Lenny_Leonard: (QUICKLY) Blue pants make you look fat.
+Carl_Carlson: (PILING ON) I've never learned your kids' names.
+Lenny_Leonard: Your yard is unkempt.
+Carl_Carlson: It is obvious you're bald.
+Lenny_Leonard: Your thighs make noise.
+Carl_Carlson: I find your small hands attractive.
+Moe_Szyslak: I've spit in every drink I ever served you. (SPITS IN HOMER'S DRINK) Bottoms up!
+Homer_Simpson: Hmmm... The only problem is, I'm sure to retain some image of coming home and finding Duffman. No doubt I'll misconstrue that as him placing a cuckold's horns upon my brow. And that will make me want to jump off a-- (GASPS)
+Homer_Simpson: For the love of God, make sure the party boat has a moon-bounce.
+Lenny_Leonard: (AMIABLE) Okay.
+
+
+Moe_Szyslak: I like you newsies. You really lap up the sauce.
+Scruffy_Blogger: Do you have internet access?
+Moe_Szyslak: Sure thing, Mouse Pad. Ten bucks.
+Moe_Szyslak: Knock yourself out.
+Homer_Simpson: Is everyone here as sick of those stupid politicians as I am?
+Seymour_Skinner: What about the media? They're not covering the issues, they just want to declare a frontrunner and go back to their mansions.
+Moe_Szyslak: Who wants to abolish democracy forever? Show of hands.
+Carl_Carlson: I could really go for some kinda military dictator, like Juan Perón. When he disappeared ya, you stayed disappeared.
+Lenny_Leonard: Plus his wife was Madonna.
+Ned_Flanders: What're we gonna do? We can't not vote. Nobody does that!
+Homer_Simpson: (GETTING IDEA) Why don't we all pick the most ridiculous candidate, and write him in?
+Apu_Nahasapeemapetilon: You mean Dennis Kucinich?
+Dennis_Kucinich: (TWERPY KID VOICE) Hey!
+Dennis_Kucinich: I'm right here.
+Apu_Nahasapeemapetilon: Sorry.
+Homer_Simpson: No, no. This candidate has to be unbelievably ridiculous.
+Chief_Wiggum: Chief Wiggum!
+Homer_Simpson: No. (GETTING IDEA) But you're close.
+
+
+Homer_Simpson: (SIPS IT) Not quite.
+Moe_Szyslak: Yeah... (POINTS TO DOOR) Get out.
+
+
+Moe_Szyslak: All right, I need you to get the rats outta the jukebox, and clean the vomit out of the pool table pockets, and then you've got the job. Oh, and you've gotta share your tips with Manuel, who's actually me with a fake moustache.
+Moe_Szyslak: (SPANISH ACCENT) Ees good job, you should take it.
+Carl_Carlson: Say Lurleen, are you Jamaican? 'Cause "Jamaican" me crazy.
+Lurleen_Lumpkin: (MILD CHUCKLE) That's sweet, but I'm not lookin' to date.
+Carl_Carlson: (BACKING AWAY) No, I'm glad you said that. 'Cause you reminded me that I'm not looking to date, either. So... so great.
+Lenny_Leonard: Hey Lurleen, I'm going down to the rock quarry tonight to throw stones at the woodchucks. Wanna come?
+Lurleen_Lumpkin: No.
+Lenny_Leonard: (PLEASANT) It's okay, I understand.
+Lenny_Leonard: (TO SELF) Someone's lookin' at a snake in her mailbox.
+
+
+Moe_Szyslak: Sorry about your ma, Homer.
+Homer_Simpson: I just wish she hadn't died thinking I hated her.
+Carl_Carlson: Yeah, you should always make peace with your loved ones.
+Lenny_Leonard: I think I'll give my ma a call right now. (TAKES OUT CELL PHONE AND DIALS) Hey Mom, I just wanted you to know that you mean-- Yeah, he's here.
+Carl_Carlson: Hey, Mrs. L. Those butter cookies you sent were tasty, and the almond ones, ooo! (LISTENS) Aw, I wish I was your son too. All right, I'm gonna pass you back-- Okay, okay, I'll tell him. (HANGS UP PHONE) Uh Moe, Lenny's Mom says she loves you.
+
+
+Marge_Simpson: It shows you care.
+Moe_Szyslak: That's right, my beautiful, beautiful Midge -- (SNEAKY CHUCKLE) Soon you'll be mine.
+
+
+Barflies: (CHANTING) Lenny, Lenny he's our guy! / Got the ticket Homer didn't buy!
+Moe_Szyslak: Oh cheer up, Homer. The drinks are on Lenny.
+Homer_Simpson: (SAD) I don't want your pity booze. I'll pay for it myself.
+Moe_Szyslak: Uh, I gotta check with Lenny on that. Uh, is that all right, Lenny?
+Lenny_Leonard: (FRIENDLY) Nope, Lucky Lenny's buying all the drinks tonight.
+Moe_Szyslak: Sorry Homer, but here's a compromise: why don't you both pay for the drink?
+Moe_Szyslak: (POINTED) And tip.
+Lenny_Leonard: I just wanna tell you all that even before I won this money, I was the luckiest guy in the world 'cause I got friends like you.
+Lenny_Leonard: That's why I'm spending my remaining Scratcher winnings on a kick-ass party for all my friends!
+
+
+Homer_Simpson: Hey Moe, gimme a--
+Moe_Szyslak: Homer, shush! (SOTTO) We're watching Krabappel try to break up with Skinner.
+Edna_Krabappel-Flanders: (UNCOMFORTABLE) Seymour, I have something difficult I want to say to you.
+Seymour_Skinner: I understand. It can be very difficult for a woman to propose marriage. But I am willing to go halvsies on a ring.
+Edna_Krabappel-Flanders: Seymour... (SIGHS) Excuse me.
+Edna_Krabappel-Flanders: Any of you lugs wanna break up with my boyfriend for me? I'll buy you a beer!
+Homer_Simpson: Seymour... Edna asked me to talk to you.
+Seymour_Skinner: Splendid! Shall we discuss music, or the weather?
+Homer_Simpson: No, this is about you. (GENTLY) Edna wants to break up.
+Seymour_Skinner: (SMALL, SAD) She wants to break up?
+Homer_Simpson: (SWEET) Yeah.
+Seymour_Skinner: With me?
+Homer_Simpson: (SWEET) Yeah.
+Homer_Simpson: Look at it this way: you're a free man... (BITTER) unlike me. You have all your hair... (BITTER) unlike me. No kids tying you down, or a crippling mortgage that you refinanced at twenty-six percent because a dancing internet cowboy told you to... (SOBS) Oh, God, I hate my life! (SOBS)
+Seymour_Skinner: (ENCOURAGED) Gee. Compared to you, my life is one big half-day!
+Homer_Simpson: (ENCOURAGING) Exactly. You're good looking, have a decent job... what lonely widow wouldn't consider you an option?
+Seymour_Skinner: Thanks, Homer. I don't think the school pep squad could've cheered me up more. And they were state runners up in nineteen ninety-seven!
+Carl_Carlson: Homer, that was amazing -- he actually felt better comin' outta the break-up than he did goin' in.
+Lenny_Leonard: Say Homer, you're real good at this. Think you could dump my girlfriend Doreen for me?
+Moe_Szyslak: Doreen? She's cheated on you with everyone -- well, except for me. And I've showered her with gifts! Fancy soaps and massage oils and uh... what have ya...
+Lenny_Leonard: (LOOKS OUT WINDOW) Ooh, here she comes -- work your magic, Homer!
+Doreen: Is Lenny here?
+Homer_Simpson: Oh, I'm afraid Lenny's dead.
+Doreen: (QUIET SHOCK) What? I just talked to him.
+Homer_Simpson: And you will again. Because he isn't really dead. And now this next piece of news won't seem so bad...
+Homer_Simpson: Lisa's mad at me, and now she's using Marge's maiden name instead of mine.
+Moe_Szyslak: Homer, whatever you done to that little girl, you just gotta do something even nicer to win her back.
+Carl_Carlson: She may never take back your name, but there's still a chance she'll take you back as a Daddy.
+Homer_Simpson: (TOUCHED) Wow... nobody gives better parenting advice than childless drunks.
+Moe_Szyslak: So the name "Lisa Simpson" is available, huh? (CONSIDERING) Lotta goodwill attached to that name... (NODS) I'm gonna take it.
+Moe_Szyslak: Lisa's Tavern, Lisa speaking.
+
+
+Lenny_Leonard: (POINTED) Hey Carl, got any idea what direction Mecca's in?
+Carl_Carlson: Why don'tcha ask Homer? He oughtta know, by dint of his son's new friend.
+Homer_Simpson: Hey, Bashir's great. If Derek Jeter married Mariah Carey, it wouldn't last, but I bet they'd have a kid like him.
+Moe_Szyslak: Homer, this is serious. This Bashir kid is Muslim, and therefore up to something.
+Homer_Simpson: Oh, I can't believe that till I see a fictional TV program espousing your point of view.
+Fbi_Agent: For the last time, Fayed, where did you hide the nerve gas!
+Arab_Man: Under your Statue Of Liberty's dress!
+Arab_Man: And she loved it!
+Homer_Simpson: Oh my God. What can I do?
+Carl_Carlson: Well, if you want to stop Bashir and his war on American principles, you could discriminate against his family, in employment and housing.
+Lenny_Leonard: That's pretty patriotic, but I got a better idea -- invite 'em over.
+Moe_Szyslak: A little dinner, a little dessert, then you Jack Bauer 'em into giving you all their secrets.
+Homer_Simpson: (GRIMLY) I guess I have no choice.
+
+
+Moe_Szyslak: What's wrong with your bees, Lisa?
+Lisa_Simpson: (BITTER) Mr. Burns took away their sanctuary, and now they aren't strong enough to survive on their own.
+Lisa_Simpson: I'm going home. Give me the keys to my bike lock.
+Moe_Szyslak: Are you sure?
+Lisa_Simpson: (TIPSY) Give me the keys!
+Moe_Szyslak: Okay, okay! (HANDS HER THE KEYS) Don't know why I had 'em in the first place.
+Homer_Simpson: (MOANS) I'd do anything to cheer up my little girl.
+Moe_Szyslak: Really?
+Moe_Szyslak: Listen Homer, in the back room I got these super-tough Africanized bees. I saw this ad in a gentleman's magazine for excited African honeys, and that's what they sent me. If we could combine them with Lisa's bees, it would make them strong enough to survive any environment.
+Homer_Simpson: Huh? But how are we supposed to combine the DNA of two strains of the same species?
+Moe_Szyslak: (GETS IDEA) Actually Homer...
+Homer_Simpson: (EYES WIDE, GASPS) You and me?
+Moe_Szyslak: No, the bees!
+Homer_Simpson: (PROTESTING TOO MUCH) Oh yeah, yeah, that's what I meant too. I have no... inclination...
+Moe_Szyslak: Got the queen?
+Homer_Simpson: Yep.
+Homer_Simpson: And she's ready for a night of anonymous sex with multiple partners. (CHUCKLES)
+Moe_Szyslak: Now, let's give them some privacy while they... get down to buzziness. (SLIGHT CHUCKLE)
+Moe_Szyslak: (SNIFFLES, THEN, IMPATIENT) If they was me they'd be done by now.
+
+
+Moe_Szyslak: Hey, Homer, you wanna try my new Vance Connor-politan? Like Vance, it is smooth, cool and oh-so-sophisticated.
+Homer_Simpson: I'll just stick with my beer.
+Lenny_Leonard: Homer, why are you so down on Vance Connor? He gave me one of his kidneys.
+Carl_Carlson: Yeah, me too.
+Homer_Simpson: Because when Vance beat me in that election, he ruined my life.
+Homer_Simpson: Why did you just exchange that look of guilt?
+Carl_Carlson: (SIGHS) Lenny, uh, I think it's time for us to come clean.
+Lenny_Leonard: About how we give each other haircuts?
+Carl_Carlson: No, we'll take that secret to our graves. I'm talkin' about uh (SHOOTS LENNY MEANINGFUL LOOK), you know...
+Lenny_Leonard: Oh, right! Listen, Homer, somethin' weird happened back in high school...
+Homer_Simpson: (INTRIGUED) So there's a chance I actually won! I've got to dig up that ballot box!
+Al_Gore: Just let it go, Homer.
+Homer_Simpson: Al Gore?
+Al_Gore: Homer, I had a presidential election stolen from me. But I moved on, and I think you could say everything worked out all right.
+Al_Gore: (TO NOBEL PRIZE) Isn't that right, Alfred? (HOLDING UP NOBEL PRIZE, SPEAKING IN A FALSETTO, AS ALFRED NOBEL) It sure is, Albert.
+
+
+Moe_Szyslak: People like Flanders make me sick. If I was Marge's landlord I'd fix her pipes and I'd shower her with flowers and-and take her on a romantic getaway to the South Seas and I... I'd never return.
+Homer_Simpson: Yeah, you'd treat her right.
+Moe_Szyslak: Well, here's how you get back at Flanders: you go to the media and get them to expose what a horrible person he really is.
+Homer_Simpson: Oh, right -- like "Dateline" did to you!
+Moe_Szyslak: Yeah, three times. (UPBEAT) The last one was nominated for a Peabody, whatever that is.
+Kent_Brockman: This is Kent Brockman with a Channel 6 exclusive: The Evil Ned.
+Kent_Brockman: Seven forty-two Evergreen Terrace. A tiny slice of suburban heaven. But like dating an actress, what seemed like heaven soon turned to hell.
+
+
+Homer_Simpson: Now, you learn your numbers from these billiard balls while Daddy gets happier and happier and then sadder and sadder.
+Homer_Simpson: Moe, what are you doing?
+Moe_Szyslak: I'm spiffin' up the place! Jeez, can't a guy clean his bar for the first time ever without people makin' polite inquiries?
+Moe_Szyslak: Huh. I got a window here.
+Homer_Simpson: (REALIZING) Hey, Maggie could play out there... while I watch her from in here. (TURNS) Whaddaya say, Maggie?
+Homer_Simpson: (TOUCHED) Aw, her first enabling.
+Lenny_Leonard: (CALLING) Hi, Maggie! / Up here, beautiful! / Yo, Mags!
+Barney_Gumble: (PLAYFUL) It's me! Uncle Barney! Remember I taught you your ABCs. (SINGS) A-B- (FORGETS NEXT LETTER) P-K... (GIVING UP MOAN)
+Moe_Szyslak: So, uh, I s'pose you guys are still wonderin' why I'm cleanin' the bar.
+Lenny_Leonard: Ooh, hey Maggie! Maggie, Maggie, Maggie!
+Homer_Simpson: (BABY TALK) Hello Maggie... hello Maggie.
+Carl_Carlson: Hey Maggie! Maggie look at my face!
+Moe_Szyslak: (CLEARS THROAT) It all began about a month ago...
+Moe_Szyslak: Okay, she said she'd be here at exactly eight o'clock.
+Moe_Szyslak: (FURIOUS) You callin' my girl a liar?!
+Moe_Szyslak: (DEFEATED) Okay.
+Moe_Szyslak: (SAD) I've been stood up.
+Maya: Moe, I'm down here.
+Moe_Szyslak: (SURPRISED) Oh, you're a little person? (REGRETFUL) I-I'm sorry, I didn't mean that. What's the correct term?
+Maya: Little person.
+Moe_Szyslak: (PLEASED) Whoa! Look at me bein' polite!
+Maya: So, aren't you gonna invite me in?
+Moe_Szyslak: Oh of course, of course. Um, I-I just have to -- I have to tidy up the place! Just one second. (NERVOUS CHUCKLE)
+Moe_Szyslak: So Maya. Um, you always been this size, or is this like a Benjamin Button deal? (UNCOMFORTABLE LAUGH) No, I mean is, I just...your picture just made you look more... life-sized.
+Maya: That was taken at Legoland. I was afraid you'd be disappointed in the real me.
+Moe_Szyslak: Are you kiddin' me? You're the best thing to come into this bar since cable TV. And unlike cable TV, I ain't stealin' you from the Chinese restaurant across the street there.
+Chinese_Restaurateur: I see you watch ESPN Two! I know!
+Moe_Szyslak: Yeah, that's great there, Ling Chow.
+Moe_Szyslak: So, uh, you still want to go out?
+Maya: (SHRUGS) That's why I'm here.
+Moe_Szyslak: Great. Let me get a car seat.
+Maya: (NOT SURE WHETHER TO BE OFFENDED) Car seat?
+Moe_Szyslak: I took out the passenger seat to save gas. But I'm gonna use it now. 'Cause we're gonna do the town!
+Carl_Carlson: (PLAYFUL) How'd your date go, Moe?
+Moe_Szyslak: Incredible. I've never felt like this before. It's like my heart wants to do her.
+Barflies: Awww.
+Lenny_Leonard: So, when are we gonna meet her?
+Moe_Szyslak: (UNEASY) Oh, I can't wait till you guys get to uh...
+Thought_Bubble_Lenny: Yep, that's what we'd do!
+Moe_Szyslak: Let me ask you guys somethin': how would you treat a person who's generally dynamite but uh, in some way... a little different?
+Lenny_Leonard: You mean like how we treat Homer?
+Carl_Carlson: 'Cause he can't remember limericks?
+Homer_Simpson: I can too! "There once was this guy from an island off the coast of Massachusetts... uh, Nantucket, I think it was. Anyway, he had a most unusual personal characteristic... which was... um... uh...
+Carl_Carlson: Look at him struggling with the simplest rhyme.
+Lenny_Leonard: It's a-a-b-b-a, dumbass!
+Homer_Simpson: There you are!
+Homer_Simpson: Aww. Innocent babies whistling nonchalantly. How sweet. (TO BULLY BABIES) Maggie will be back to play with you tomorrow.
+Moe_Szyslak: Guys, after all the years I've given you advice, now I need a little advice from you.
+Carl_Carlson: We never follow your advice.
+Lenny_Leonard: The one time I did, I went to jail for three years.
+Moe_Szyslak: (DEFENSIVE) You made some good friends, didn't ya?
+Lenny_Leonard: Just 'cause you're chained to a guy don't make him your friend.
+Moe_Szyslak: Tomato, tomahto. Now how am I gonna win Maya back?
+Lenny_Leonard: Well, if I've learned anything from romantic comedies, is that you've got to make a grand, reckless gesture, the kind that looks like it might blow up in your face.
+Moe_Szyslak: But what if it blows up in my face?
+Carl_Carlson: With your face, who cares?
+Moe_Szyslak: What's the matter, Homer?
+Homer_Simpson: Not a thing in the world.
+Moe_Szyslak: Yeah, I wish I could say the same.
+Homer_Simpson: Moe, this was a great thing for you. You went from sitting on the sidelines to getting in the game. And sometime when you least expect it, you'll realize that someone loved you. And that means someone can love you again. And that'll make you smile.
+Moe_Szyslak: Hey! Homer was right.
+Moe_Szyslak: Who'da thought such a little woman could make me feel so big?
+
+
+Homer_Simpson: (LOUD WHISPER) Let's try what chapter seven calls "Un-sults" -- insults disguised as compliments. (NORMAL VOICE) Hey, Lenny -- it takes a lot of courage to wear suspenders when you're not in the circus.
+Lenny_Leonard: Well that's very nice of you-- (REALIZING) Hey! You sayin' my clothes are clown-like? Oh God, I feel so insecure! Please be my friend...
+Homer_Simpson: (TO LISA) See, it works. And un-sults are just the beginning. There's also envy-tations, hate-hugs, spamming with faint praise and... (STAGY) Hey everyone, wanna go get frozen yogurt?
+Moe_Szyslak: I do! / Yeah! / You know it! / Oh boy!
+Homer_Simpson: Ooo, I'm sorry, Moe. I didn't mean everyone everyone. Hope you don't mind.
+Moe_Szyslak: No, oh sure, no, uh no... that's all right.
+Moe_Szyslak: (SOBS LIKE TEENAGE GIRL, THEN CLEARLY SAYS) If I didn't sell booze, they probably wouldn't even come here. (SOBS SOME MORE)
+Homer_Simpson: And that, my dear girl, is called the Toledo Take-back.
+Lisa_Simpson: Dad, I don't want to hurt people's feelings.
+Homer_Simpson: I see. Well, maybe you're not ready for this book. It is more of a big girl thing.
+Lisa_Simpson: I'm a big girl! I'm a big girl!
+Lisa_Simpson: One of you said something bad about the other.
+Carl_Carlson: (SHOCKED, IN UNISON) He did?!
+
+
+Homer_Simpson: (EAGER) I can't wait for the reviews!
+Marge_Simpson: (GRABS ONE, READS HAPPILY:) "Tonight the Springfield Community Playhouse was bathed in the light of a brilliant new star... (MAD) Dr. Hibbert as Banquo?!"
+Homer_Simpson: Who the hell is Banquo?
+Marge_Simpson: (GLOWERS) He's the one getting the good reviews! (SOTTO TO HOMER) Which makes him the next one you've got to kill.
+Homer_Simpson: Wouldn't it be easier if I just took acting lessons?
+Marge_Simpson: Screw your courage to the sticking-place and we'll not fail.
+Homer_Simpson: That's inspiring. What's that from? X-Men 2?
+Marge_Simpson: (LOSING IT) Macbeth!
+Homer_Simpson: Mac-who?
+
+
+Gulliver_Dark: THEY DID THE MONSTER MA-- / THEY DID THE MONSTER MA-- / THEY DID THE MONSTER MA--
+Carl_Carlson: Homer, this is bad. One unlucky punch and Marge could be bedridden for life.
+Lenny_Leonard: (OMINOUS) Unable to move anything but her left toe.
+Carl_Carlson: Yeah.
+Thought_Bubble_Homer: (SOBBING) Oh Marge, if only I knew what these paintings meant.
+Thought_Bubble_Homer: (MELODRAMATIC) I know the woman I loved is still in there somewhere, behind all this nonsense.
+Homer_Simpson: We've gotta get Marge some professional training. Carl, do you know heavyweight champ Drederick Tatum?
+Carl_Carlson: (OFFENDED) What? You think just 'cause I'm black I know all other black people?
+Homer_Simpson: Well, I... uh...
+Carl_Carlson: Actually, Drederick and I are very good friends. We met through Dr. Hibbert at a party at Bleeding Gums Murphy's house.
+Moe_Szyslak: Aw, c'mon! Get back on your feet! I believe in you!
+Barney_Gumble: I'm doin' it, Moe!
+Moe_Szyslak: Not you!
+Barney_Gumble: Oh, thank God, the pressure's off.
+Moe_Szyslak: There sure is a lotta talkin' for a professional fight.
+Lenny_Leonard: Eh, that's what you get when you fight a woman.
+Carl_Carlson: Yap, yap, yap.
+Lenny_Leonard: And they spend all day eating bon-bons and watching General Hospital... which, by the way, has never been better.
+
+
+Moe_Szyslak: (STARTS TO SING SWEETLY) OH WHY CAN'T NO GIRL LOVE A GUY WITH THIS MUG...WHOSE MOTHER DECLARED / YOU'RE TOO UGLY TO HUG...
+Barney_Gumble: How's about pouring me a beer, ugly?
+Moe_Szyslak: How 'bout some of my new microbrew?
+Moe_Szyslak: Must be another mouse in the pipe. Let's see if this cobra solves it.
+Moe_Szyslak: (TRIES TAP) Nothin'.
+Moe_Szyslak: (SINGS) JUST ONCE I WISH CUPID / WOULD DRAW BACK HIS BOW / AND SHOOT ME A CUTIE / WHOSE STANDARDS ARE LOW...
+Homer_Simpson: Woo hoo! An unattended tap! Like takin' beer from a baby!
+Moe_Szyslak: (SINGS, SAME TUNE) I'M UNLUCKY IN LOVE / I'M UNLUCKY IN LUCK
+Moe_Szyslak: Oh my God, Homer! Just try to relax.
+Moe_Szyslak: Don't relax! Don't relax!
+Moe_Szyslak: Oh Marge, the most awful thing just happened!
+Marge_Simpson: What is it, Moe?
+Moe_Szyslak: Um... (TO SELF) She's so beautiful. It makes my heart take wing!
+Moe_Szyslak: Look at me! I can fl-- (ANGUISHED NOISE)
+Moe_Szyslak: Um, Marge... Homer, uh, just ran out sayin' he don't love you and he never did.
+Marge_Simpson: He what?!
+Homer_Simpson: Helllp me!
+Moe_Szyslak: That uh, that's me. I've been taking ventriloquism lessons. (NERVOUS LAUGH)
+Homer_Simpson: Help me or kill me!
+Moe_Szyslak: (LOOKING FOR APPROVAL) Heh? Heh?
+Moe_Szyslak: Now, let Dr. Moe cure what ails you.
+Marge_Simpson: Mm, there's something odd about this beer.
+Marge_Simpson: (TALK-SINGS) IT TASTES LIKE... CUDDLING! / IT TASTES LIKE CLEAN CLOTHES!
+Marge_Simpson: IT TASTES LIKE HOT STEAMING COCOA MIXED WITH RAINBOWS...
+Moe_Szyslak: (SURPRISED/THRILLED) It does?
+Lenny_Leonard: (SINGS) FULL-BODIED...
+Carl_Carlson: (SINGS) FULL-BLOODED...
+Barney_Gumble: (SINGS) IT'S SUCH A LOVELY BLEND...
+Barney_Gumble: (SINGS, IN HARMONY) IT'S JOLLY / IT'S LOYAL / LIKE DRINKING YOUR BEST FRIEND!
+Moe_Szyslak: So, I see we're back in business. Now, a little more hemoglobin and your wife will be disrobin'.
+Marge_Simpson: (TALK-SINGS) I STOPPED MY CRYING / WHY, I DON'T KNOW / BUT THIS ROSEY, COZY, BUBBLES-IN-MY-NOSE-Y / MAKES ME WANNA HAVE... MO'!
+Kang: This is the best musical in light years.
+Kodos: Light years measure distance not time.
+Kang: You know what I meant.
+Moe_Szyslak: So Marge, uh... Homer's been gone a whole week, huh? In an unrelated matter, (SEDUCTIVE) I just put on cologne and shaved my knuckles.
+Marge_Simpson: I'm still hoping Homie will come back.
+Moe_Szyslak: (SHAKES HEAD SADLY) Marge, I've got some bad news to give you.
+Moe_Szyslak: It's a letter from Homer. On my stationery. In my handwriting. Using my idioms and speech patterns. And it begins, "Dear Midge: you probably hate me by now, and if you don't, what's wrong which youse? But don't give up on men. Bart, Linda and the other one there need a Dad."
+Marge_Simpson: That does sound like Homer.
+Moe_Szyslak: Read on. It gets gayer.
+Homer_Simpson: (TALK-SINGS) WHILE TURNING GAY THE OTHER DAY / A THOUGHT OCCURRED TO ME...
+Homer_Simpson: I'D LIKE TO TRY MOST EVERY GUY / FROM HERE TO TIMBUK-TEE
+Homer_Simpson: (THEN SINGS, FAST-PACED) OH, THERE'S SO MANY MEN AROUND THE WORLD, OF EVERY SHAPE AND SIZE / I WANT TO NIBBLE ON JAMAICAN JERKS AND TERIYAKI THIGHS...
+Homer_Simpson: I WANT TO FRENCH KISS A FRENCHMAN, AND SPOON AN ENGLISH DUKE / 'CAUSE FRANKLY, DEAR, TO NOT BE QUEER, JUST MAKES ME WANT TO PUKE...
+Homer_Simpson: SO FIND YOURSELF A MAN WHO'LL WANT YOU IN THE SACK
+Homer_Simpson: I RECOMMEND / OUR DEAR OLD FRIEND / BARTENDER MOE SZYSLAK!
+Moe_Szyslak: ("AND MANY MORE") LETTERS DON'T LIE! (SPOKEN) So whaddaya think, Marge? Will you give Moe a throw?
+Marge_Simpson: Eh, well...
+Moe_Szyslak: Maybe you need a little more "milk of amnesia."
+Moe_Szyslak: Dang, I'm missing the secret ingredient! Uh, lemme squeeze some more out of the "Secret Ingredient Bag".
+Moe_Szyslak: Uh-oh, looks like I gotta wing it a little bit here. The other day I ran into an Irishman. (PRETENDS TO BE SECOND MAN) Oh really? (BACK TO BEING FIRST MAN) No, O'Reilly.
+Agnes_Skinner: I can't talk now, I'm watching a play! (BEAT) You want how much for a radiator? (BEAT) Is that new or rebuilt?
+Moe_Szyslak: There.
+Marge_Simpson: (PANTS BRIEFLY) Oh my God, I've never felt so... (TURNED ON) uncreeped-out by you!
+Moe_Szyslak: Marge, I loves youse. Will youse be mines?
+Marge_Simpson: (TORN) I guess it is time to move on...
+Moe_Szyslak: Before you do, I just gotta warn you, Marge. (SINGS) MY TASTE FOR ROMANCE IS KINDA PERVERSE / I CAN ONLY MAKE LOVE IN THE BACK OF A HEARSE...
+Moe_Szyslak: PLUS I GOTTA BE DRESSED AS A CIVIL WAR NURSE / AND THEN WHEN I'M FINISHED, I'LL GO THROUGH YOUR PURSE / BUT YOU COULD DO WORSE...
+Marge_Simpson: I COULD DO WORSE...
+Barflies: WE'RE PROOF THAT YOU...
+Moe_Szyslak: (SIMULTANEOUS) I/YOU COULD DO...
+Homer_Simpson: (SINGING, FURIOUS FINALE) SHE COULDN'T POSSIBLY DO WORSE!
+Marge_Simpson: Homer?! (HOPEFUL) Does this mean you still love me?
+Homer_Simpson: Of course I do, Marge. Can you still love a man (INDICATES PIPES) who's half-beer?
+Marge_Simpson: I always have.
+Homer_Simpson: To love!
+All: WE HOPE YOU ENJOYED THIS YEAR'S HALLOWEEN SHOW / TREEHOUSE OF HORROR, NUMBER XX!
+Kang: Shhh!
+
+
+Moe_Szyslak: (TO HOMER) Easy there, habitrail.
+Homer_Simpson: They took away our donuts at work! All I've had are my meals!
+Carl_Carlson: And the worst thing is, there's nothing we can do about it.
+Lenny_Leonard: I think that's the best thing -- 'cause then you can say (PHILOSOPHICAL) "well, there's nothin' we can do about it."
+Stranger: (SOUTHERN ACCENT) Bartender, buy these men a round on me.
+Moe_Szyslak: (PUZZLED) You want to "buy a round?" I heard about that in bartending school, but I never seen it happen.
+Moe_Szyslak: Oh, this is very good for me. Very good indeed.
+Stranger: (TO HOMER) Gator McCall. I'm a head hunter.
+Gator: (PATIENT CHUCKLE) I'm a corporate recruiter who specializes in nuclear workers.
+Homer_Simpson: I guess these days headhunters can be anything.
+Homer_Simpson: You nuclear workers have no idea how valuable you are. Times have never been better for your industry, now that all the protesters who marched in front of nuclear power plants are dying off from radiation poisonin'.
+Lenny_Leonard: (THOUGHTFUL) Are these business cards? Or passports to a better future?
+Gator: Business cards.
+Lenny_Leonard: (IMPRESSED) Nice.
+
+
+Homer_Simpson: Mr. Smithers, our lives are awesome, thanks to you. And because I know you "like your loafers light," I want to give something back.
+Homer_Simpson: Use that image any way you want.
+Carl_Carlson: Three cheers for Mr. Smithers!
+Carl_Carlson: To Mr. Smithers! / Hooray!
+Homer_Simpson: Uh listen... can I leave a little early tomorrow? My kid has a thing.
+Carl_Carlson: Ooo yeah, can I leave early too? I wanna take a nap so I'm awake for the meteor shower.
+Waylon_Smithers: Well... I'm flexible. Go ahead.
+Lenny_Leonard: Y'know, I used to think you was just as bad as Mr. Burns, now I think you're just as good as me.
+Carl_Carlson: (SOTTO) Oh, that is a huge compliment.
+Waylon_Smithers: Uh, excuse me.
+Waylon_Smithers: Yes, the service on my car was excellent. (BEAT) Five out of five. Four out of five. Five out of five. Um, excuse me, can I go back and change that four out of five to five out of five? I'm wasting your time?
+Homer_Simpson: Smithers. What a marshmallow.
+Homer_Simpson: I don't have a thing with my kid tomorrow!
+Carl_Carlson: You told me you did.
+Homer_Simpson: I do, but I'm not going to it.
+Carl_Carlson: To Smithers, the world's dumbest loser!
+Lenny_Leonard: There's nothing sweeter than being nice to a guy's face and then stabbin' him in the back the minute he walks away!
+Waylon_Smithers: All right, that's it.
+Waylon_Smithers: You know, I used to wonder why Mr. Burns hated humanity. Now I know. You open your heart and they mock your very decency!
+Homer_Simpson: (EXTREMELY MOCKING) Ooh! We mock your very decency.
+Lenny_Leonard: It's official. Smithers is now worse than Mr. Burns.
+Lenny_Leonard: Instead of releasing hounds, he releases wolverines!
+Homer_Simpson: I never thought I'd say this, but I wish Mr. Burns was back.
+Moe_Szyslak: Hey, if wishes were horses I'd be eatin' wish-meat every night.
+Lenny_Leonard: What does that mean?
+Moe_Szyslak: It means it's not like you're gonna break into the prison and bust him out or anything.
+Moe_Szyslak: Aw hey, c'mon. You can't really be serious about breaking him out.
+Lenny_Leonard: It's too late to turn back, Moe. We've exchanged meaningful looks.
+Moe_Szyslak: No, you can still turn back! The point of no return is the whispered huddle.
+Moe_Szyslak: Oh God, oh God!
+
+
+Homer_Simpson: Ahhh, that is so much better than hospital beer.
+Lenny_Leonard: Homer, where you been the last few weeks?
+Homer_Simpson: (BITTERLY) Playing nursemaid to Chief Wiggum.
+Carl_Carlson: People who get shot in the chest are such big babies. (SIPS BEER)
+Chief_Wiggum: Well, well, well. So this is the "Saint Elmo's Fire" reunion that Andrew McCarthy himself was going to attend.
+Homer_Simpson: Okay, maybe I lied. But you've been so needy... "I'm hungry," "I'm itchy," "that's not my blood type..."
+Chief_Wiggum: Yeah, yeah, yeah... whoa... what have we here?
+Chief_Wiggum: (READING) "World's worst friend."
+Homer_Simpson: Hey man, you planted that!
+Chief_Wiggum: It's your word against the Chief of Police. Take him away, boys.
+Lou: Chief, being a bad friend isn't against the law.
+Chief_Wiggum: Well if it was, he'd be gettin' the chair! You, you all would!
+Chief_Wiggum: Bad friend! Bad friend! Bad friend! (SOBS)
+
+
+Duffman: Oh yeah! Oh yeah! Duffman is here to refill your beers!
+Barney_Gumble: Okay.
+Barney_Gumble: Thank you!
+Duffman: Now, for the only thing better than Duff...
+Barflies: (CONFUSED NOISE) Better than Duff? What's he talking about?
+Duffman: ...Free Duff stuff!
+Carl_Carlson: Oh, yeah.
+Duffman: Now, who wants...beer cozies! A shirt that says "Yo!" Sassy seat cushions! (HOLDS UP SEAT CUSHION READING "PARK YOUR DUFF") And Flash drives for your P.C. so you can take your data and (HAMMY) back it up!!!
+Homer_Simpson: I want some of that!
+Duffman: And now, Duffman has a dinner date with his estranged daughter! Must not bring up why she dropped out of college! ("OH YEAH") It's too sad!
+Kent_Brockman: Tomorrow's forecast is:
+Moe_Szyslak: Okay, place your bets.
+Lenny_Leonard: Partly cloudy!
+Carl_Carlson: Partly sunny!
+Homer_Simpson: (GUESSING) Golf ball-sized hail!
+Kent_Brockman: (CONTINUING) A chance of severe thunder storms with golf ball-sized hail!
+Homer_Simpson: (EXULTANT) Woo-hoo!
+Ned_Flanders: (POINTED) Ahem!
+Ned_Flanders: I spy, with my electronic eye, illegal wagering!
+Carl_Carlson: (TO CAMERA) Hey, weren't these cameras installed to keep America's enemies from blowin' up our homeland?
+Ned_Flanders: Well, sir, how many times have you been blown up since the cameras went in?
+Carl_Carlson: (SHEEPISH) Zero times.
+Ned_Flanders: Mm-hmm! Now I'm gonna go tsk, tsk, tsk, tsk, tsk, tsk till you give the money back. Tsk, tsk, tsk.
+Homer_Simpson: (TSKING NOISES) / (INCREASINGLY AGGRAVATED NOISES)
+Homer_Simpson: All right! All right!
+Homer_Simpson: I'm goin' home. It's not safe in here.
+
+
+Moe_Szyslak: Moe's Tavern, presided over by Moe Szyslak -- handsome, suave, debonair...
+Moe_Szyslak: Hey, get the camera offa me -- I'm narratin' here!
+Moe_Szyslak: Anyway, here's my little tale. As the town's bartender, I know everyone's problems. And everyone's got problems -- especially the married ones.
+Apu_Nahasapeemapetilon: May we use your restroom to change our kids out of their cricket uniforms?
+Manjula_Nahasapeemapetilon: We got caught in the rain because someone wouldn't use international short form rules.
+Moe_Szyslak: Calm down there, 'Pu and She-Pu. You can use the restroom.
+Apu_Nahasapeemapetilon: (SIGHS) My one day off and it's miserable.
+Manjula_Nahasapeemapetilon: This is my day everyday!
+Apu_Nahasapeemapetilon: You see this? (MIMES PLAYING TINY SITAR) I'm playing the world's smallest sitar for you.
+Manjula_Nahasapeemapetilon: Oh, thank you for saving my precious...Gheet! (SIGHS)
+Moe_Szyslak: (SYMPATHETIC) Sounds like you had a rough day.
+Manjula_Nahasapeemapetilon: It's true.
+Manjula_Nahasapeemapetilon: My eyes have more bags than the Darjeeling Limited.
+Moe_Szyslak: (SLIGHTLY CONFUSED CHUCKLE) Yeah, that's probably a good one. Here, I got somethin' that might cheer ya up.
+Moe_Szyslak: I got this for women that came to the bar, and Low-Blow Boxing for the guys.
+Boxer: (PRE-RECORDED, IN PAIN) My nards! My nards! My nards!
+Moe_Szyslak: So uh, would you like to cut one? (THEN NERVOUS) I mean a rug. Oh God, I always say the wrong thing.
+Marge_Simpson: (ANNOYED) You said you'd be home by seven to help with my mother's birthday!
+Apu_Nahasapeemapetilon: (PANICKED) Then what happened?
+Homer_Simpson: I don't know.
+Carny: Teacup? How'd that get in there? (WHISPERS) Question me, you little rutabaga brain, I'll take your eyeball and make soup out of it.
+Apu_Nahasapeemapetilon: Well, how can you be so sure your wife is not the putty in the bartender's hands?
+Homer_Simpson: Yeah, Padre. How innocuous are your flashbacks?
+Rev._Timothy_Lovejoy: Well... I... uh...
+Homer_Simpson: (GRIM) The ferry will be back in ten minutes. It'll take us home... to find out the truth.
+Apu_Nahasapeemapetilon: (POINTEDLY, TO LOVEJOY) The truth...
+Ralph_Wiggum: (POPPING HEAD IN, OMINOUS) The roof...
+
+
+Carl_Carlson: Man, you sure saved that dog show.
+Lenny_Leonard: Moe, you were hilarious.
+Moe_Szyslak: I was just doin' what comes naturally to me -- being mean to animals.
+Man_With_Crazy_Beard: (VOICE LIKE CHRISTOPHER LLOYD) Excuse me, sir. I was wondering if you would judge an outrageous beard contest I'm in tonight.
+Moe_Szyslak: Well, anyone can get a laugh at the expense of an ugly dog. But crazy beards? That's where the big boys play.
+Moe_Szyslak: Can you make it sound like girls askin' me?
+Moe_Szyslak: (DELIGHTED CHUCKLE) Okay, you crazy dames. I'll do it!
+Moe_Szyslak: Which means this joint is closed for the night.
+Barney_Gumble: Don't be that way.
+Homer_Simpson: You can't close! I'll have to go home and drink better beer at half the price in natural lighting!
+Moe_Szyslak: (SIGHS) I didn't want to have to do this...
+Moe_Szyslak: Yeah that's right! Scatter, ya cockroaches!
+Lisa_Simpson: (WALKS UP) Mr. Szyslak, would you like to buy some band candy?
+Lisa_Simpson: That doesn't work on me.
+Moe_Szyslak: Oh yeah? How 'bout this scary face? (SCARY NOISES)
+Lisa_Simpson: I can see that down deep is a decent man.
+Moe_Szyslak: (SIGHS) Fine.
+Moe_Szyslak: ...I didn't rip out his voice box, but I did stretch out his tee shirt, then they said I ain't allowed back in California no more and I can no longer make judgments about nothin'...
+Barney_Gumble: Hey Moe, am I okay to drive?
+Moe_Szyslak: Legally, I can't say.
+Barney_Gumble: To a drunk man that's a yes!
+Barney_Gumble: (DRIVING NOISES, THEN) Beep! Beep!
+Moe_Szyslak: He seems fine. There is one bright side: I'm also forbidden from ever watchin' Fox.
+Marge_Simpson: You can't even show it in the bar?
+Moe_Szyslak: That's right -- and business has never been better.
+Moe_Szyslak: Oh hey, how's it goin' there, Mr. Murdoch?
+Rupert_Murdoch: Never mind me -- put on the Jay Leno show.
+Jay_Leno: Have you seen this? The president says Iran has gotten hold of the most dangerous weapon known to man: the B.P. Oil rig. That's right, ladies and gentlemen. I know how to make that leak disappear -- put it on NBC.
+
+
+Lisa_Simpson: Hey, Dad.
+Homer_Simpson: (TIPSY) Hey pal, howya doin'?
+Lisa_Simpson: Fine. I was hoping you and your friends could tell me something about baseball strategy.
+Moe_Szyslak: The only thing I know about strategy is that whatever the manager does, it's wrong, unless it works, in which case he's a button-pusher.
+Lenny_Leonard: I hate guys that just push buttons all day.
+Carl_Carlson: You just push buttons all day.
+Lenny_Leonard: You know, ever since Obama came in, you've got all the answers, don't you?
+Lisa_Simpson: (FRUSTRATED NOISE) Does anyone here actually know anything about baseball?
+Moe_Szyslak: (NODS) Uh, the guys in that booth down there.
+Gary: As a pitcher, Cliff Lee is clearly superior to Zack (GRENKY) Grienke.
+Professor_Jonathan_Frink: Uh yes, I completely agree, with the following colossal exception: before the fourth inning after a road loss in a domed stadium. Then it's good to be Grienke. Unless he's got a bunion, in which case he is notably ineffective. (FRINK NOISE)
+Lisa_Simpson: Wow, I'm surprised you guys know so much about a sport.
+Professor_Jonathan_Frink: (PORTENTOUS) Oh Lisa, baseball is a game played by the dexterous but only understood by the Poin-dexterous. (CHUCKLE) Do you understand what I laid out there?
+Doug: The key to understanding the game is sabermetrics.
+Lisa_Simpson: Huh?
+Professor_Jonathan_Frink: The field was developed by statistician Bill James...
+Bill_James: I made baseball as fun as doing your taxes!
+Professor_Jonathan_Frink: Using sabermetrics, even an eight-year-old girl can run a ballclub with the sagacity of a Stengel and the single-mindedness of a Steinbrenner. I call it a Stein-stengel-(FRINK NOISE).
+Lisa_Simpson: Thanks, guys.
+Moe_Szyslak: (ANNOYED) Hey, speaking of stats, I'm none too pleased about your ratio of "seats occupied" to "beers ordered."
+Gary: You mean our SOBO? Let's calculate it now!
+Doug: What's the conversion factor for ginger beer?
+Gary: ("DUH") Refreshingness over effervescence.
+Benjamin: Plus or minus tang.
+Moe_Szyslak: (RUEFUL) Why did I advertise my drink specials in Scientific American?
+Professor_Jonathan_Frink: I can think of three reasons. First of all you...
+Moe_Szyslak: Shut up.
+
+
+Lenny_Leonard: Wow, Homer, this year's only eleven hours old and it's already your annus horribilis. (OFF THE OTHERS' LOOKS) My New Year's Resolution was to learn Latin.
+Moe_Szyslak: (CONSPIRATORIAL) Uh listen, Homer -- I know a guy who fixes things for folks who need things fixed. But, uh, I can't talk about it here.
+Moe_Szyslak: Eh, still not private enough.
+Moe_Szyslak: Eh, this is private, but a little dank.
+Moe_Szyslak: Homer, what you do is go down to window nine at the courthouse. You slip the guy a hundred bucks and your record is as clean as... (LOOKS AROUND BAR) uh, I ain't got nothin' clean to compare it to.
+Moe_Szyslak: It was either this or put in a ladies room.
+Fat_Tony: Exquisite. As a reward, I've planned a little surprise for you.
+
+
+Waylon_Smithers: Can I have a scotch and water?
+Moe_Szyslak: My scotch is a scotch and water.
+Waylon_Smithers: Business is slow, huh?
+Moe_Szyslak: Yeah. Frankly, I'm surprised you're not across the street where they drink for fun, instead of here, where, uh, horrible addiction compels you.
+Waylon_Smithers: They won't let me in -- no one wants an executive assistant who only works out six hours a day. If only this town had a "men's bar" for the average-looking fellow...
+Mr._Burns_Heads: (FIRST HEAD) ...True admiration... (SECOND HEAD) Self-made man... (THIRD HEAD) kill the other two heads... (FIRST HEAD) true admiration... (SECOND HEAD) self-made man... (THIRD HEAD) kill them before they suspect... (FIRST HEAD) suspect what?...
+Waylon_Smithers: Huh? Huh? Listen, what if I helped you turn this bar into a hangout for guys like me?
+Moe_Szyslak: (INTRIGUED) Uh-huh...
+Waylon_Smithers: Just so it's clear what I'm proposing, the men I'm talking about are...
+Moe_Szyslak: Whoa, whoa, whoa! No offense, uh, but uh, I just ain't comfortable hanging around all night with, uh, y'know whatchamacallit... uh, swishkabobs.
+Waylon_Smithers: (KNOWING) Yeah, right. It's too bad. Could have been fun. Could have made a little money.
+Moe_Szyslak: Thank you, but I am very happy with my clientele as they are.
+Barney_Gumble: Hey, Moe! Two more for me and my buddy.
+Moe_Szyslak: That was my grandmother's wedding urinal! That's it. We are changing this place up.
+Moe_Szyslak: Whoa, check that out! / Stuff is getting' done! / Look at them renovations! / And... finished!
+Moe_Szyslak: After this, ain't no turning back.
+
+
+Lenny_Leonard: You know, I love our Valentine's Day tradition of going out with each others' sisters.
+Carl_Carlson: Is there anything better than my best friend's face on a girl body?
+Lainie: Not that I can think of!
+Carlotta: Nothin' better!
+Moe_Szyslak: Boy, I love Valentine's Day. Stir a drop of Jägermeister into some pink lemonade, slice in some strawberry Chapstick, call it "Cupid's Ambrosia," and you can charge up the wazoo.
+Homer_Simpson: (CHUCKLES) Now all you need are customers. (DRAINS THE DRINK) Well, better get home to the little woman. (CHUCKLES)
+Homer_Simpson: (TO MOE, SLIGHTLY CONCERNED) Do you have plans for tonight?
+Moe_Szyslak: What are you, crazy? Of course I do. I got a hot date. C'mon, scram, so I can get ready!
+Moe_Szyslak: I'm tellin' ya, I'm fine. I've never been happier. See?
+Moe_Szyslak: That's a smile, right? Showin' teeth, eyes all crinkly. (WEAK LAUGH)
+Moe_Szyslak: (HUGE SOBS, THEN SEES HOMER) Stop opening doors!
+Announcer: Coming up next on "World of War"...
+Announcer: "Hitler and Eva Braun: Crazy In Love."
+Moe_Szyslak: Even you let me down, Hitler.
+Man's_Voice: Hey, you! Spending Valentine's Day by yourself?
+Moe_Szyslak: (BIG) Huhza?
+Dr._Kissingher: If you're watching this alone, your love life is like "Sister Act 3": no Whoopi!
+Moe_Szyslak: I knew my love life was like that movie somehow.
+Dr._Kissingher: Well, I'm going to tell you my secrets right now...
+Dr._Kissingher: If "right now" means "tomorrow night at my seminar at the Springfield Airport Motor Lodge." So if you're ready to turn from couch potato to sex tornado, come and see me, Dr. Kissingher.
+Moe_Szyslak: Eh, what have I got to lose? They say for every man, somewhere on Earth there's one woman.
+
+
+Grampa_Simpson: (BITTERLY) Everything everyone just said is either obvious or wrong!
+Moe_Szyslak: Homer, do somethin' about your dad. He's casting a pall over this grim dungeon full of losers.
+Lenny_Leonard: Pfft, dungeon. We can leave any time we want.
+Carl_Carlson: Homer, why don't you just make some more of the serum yourself?
+Homer_Simpson: Oh, because Lisa won't tell me what flower it's from.
+Voice: Excuse me...
+Walther_Hotenhoffer: My name is Walther Hotenhoffer and I'm in the pharmaceutical business.
+Carl_Carlson: I was wonderin' when that guy was gonna state his name and occupation.
+Walther_Hotenhoffer: Quiet. (TO HOMER) Sir, has your daughter found a drug that renders old people tolerable to us normals?
+Homer_Simpson: Yeah. But Lisa won't tell me how to make it.
+Walther_Hotenhoffer: Lisa is irrelevant.
+Lenny_Leonard: (STERN) You better elaborate!
+Walther_Hotenhoffer: All I need is one drop of extract, and I can synthesize the drug at my plant. (SCRUTINIZES GRAMPA) But where do I find that drop?...
+Walther_Hotenhoffer: Nein... nein... nein... nein... ah-ha!
+Grampa_Simpson: Not so fast, Fritz! Before you waltz off with my Grampa grease, I wanna know, what did you do during the war?
+Walther_Hotenhoffer: World War Two? I wasn't born yet.
+Grampa_Simpson: (SUSPICIOUS) Funny how many Germans say that these days.
+
+
+Roz: Be my guest.
+
+
+Moe_Szyslak: (DELIGHTED) Ooh, a text. (CHECKS PHONE) Let's see... Text message for I. M. A. Wiener. (SHOWS THEM PHONE) As you all can see, I. M. A. Wiener!
+Barney_Gumble: I see it, Moe. (LAUGHS)
+Moe_Szyslak: (REALIZING, TO PHONE) Why you! When I--
+Moe_Szyslak: When-I-get-a-hold-of-you... oh dammit, I typed an F, not a D. Uh... (RAPIDLY) Delete. Delete. Delete. Delete. Oh crap, I just donated twenty dollars to Haiti!
+Dr._Zander: Bart, I'm trying to get you to feel something for your father!
+Bart_Simpson: I feel something for him. Here it comes. (BURPS)
+Dr._Zander: Why you little...?!
+Dr._Zander: (STRAINING) This is a tough neck! Oh, it's so strong! Like an old...
+Homer_Simpson: Y'see? You see how that boy pushes your buttons?
+Dr._Zander: We'll talk when he's dead! (STRANGLES BART) Just break already!
+Bart_Simpson: (RELIEVED NOISE, THEN WARMLY) Thanks, Dad.
+Homer_Simpson: (WARMLY) Son, you and I are gonna be closer than ever as we spend the rest of our lives suing that therapist.
+Dr._Zander: Sue me for what? My home in a hollowed-out tree?
+Homer_Simpson: (CONTENTED SIGH) Pretty sweet, eh boy?
+Bart_Simpson: Y'know, I was skeptical, but I guess therapy works.
+
+
+Homer_Simpson: All day long they tell me stupid, pointless, boring stories, and I have to stand there listening with a phony grin plastered on my face.
+Moe_Szyslak: Uh-huh.
+Kirk_Van_Houten: Well, Homer, you're safe here. You can forget everything they said.
+Homer_Simpson: When I look at you -- all I see are the foibles that drive your women crazy! Foibles! Foibles! FOIBLES!
+Moe_Szyslak: Calm down there, Homer.
+Moe_Szyslak: What got into him?
+Moe_Szyslak: Freaky ad campaign they're running.
+
+
+Homer_Simpson: Yeah, isn't this place great? If you're single you can come here every night.
+Ned_Flanders: I don't wanna come here. Last time I did, someone slipped me a Mickey and wrote "CHURCHY JOE" on my face.
+Moe_Szyslak: It's your own fault. You gotta read the coaster.
+Ned_Flanders: Oh my.
+Homer_Simpson: Ned, let's cut to the chase.
+Ned_Flanders: Yeah, let me guess. You're probably gonna do something boneheaded like try to talk me outta seein' Edna.
+Homer_Simpson: Ned, if it's boneheaded to talk you outta seein' Edna, then I don't wanna be brainheaded.
+Ned_Flanders: Homer, listen to me. For a long time now I've been lookin' over the fence at that wonderful relationship you have with Marge. Then I remember what it was like to have a sweet woman of my own lying in a twin bed across the hall from mine. (CONTINUING)
+Ned_Flanders: Someone to hold the other end of the sheet when I fold it up. (WISTFUL) Someone to put in my prayers.
+Homer_Simpson: (CHOKED UP) Oh Ned, I never dreamed that beneath those iddilies and diddilies there was a dude.
+Ned_Flanders: That's right. And like any man, I put on my secret Christian underpants one leg at a time.
+Homer_Simpson: (SOBS) Oh, you beautiful, beautiful wuss.
+Homer_Simpson: (MOVED) Ned, I have a confession to make: I may not have come here solely with the noble intention of getting drunk. But now, from the bottom of my heart, I wish you and Edna the best.
+Homer_Simpson: Fellow barflies! To Ned Flanders and Edna Krabappel!
+Barney_Gumble: What a fox!
+Carl_Carlson: Yes! To Edna!
+Moe_Szyslak: Yeah, that broad is some dame!
+Ned_Flanders: (SURPRISED) You all know Edna?
+Barney_Gumble: Oh yeah, man!
+Carl_Carlson: Everybody knows Edna.
+Seymour_Skinner: (HOLDING TWO-THIRDS-EMPTY BEER MUG) We made sweet music in the band room, poetry during English class, and you don't wanna know what we did in the multi-purpose room.
+Homer_Simpson: (TO SKINNER AND BARFLIES) Shut up.
+Comic_Book_Guy: My email address is Edna-lover-one-seventy-two. It was the lowest number I could get!
+Homer_Simpson: (SOTTO) Guys, quit telling the truth!
+Joey_Kramer: Yeah, Edna's amazing.
+Ned_Flanders: Joey Kramer? The drummer from Aerosmith?
+Joey_Kramer: Yup, that's me! And after a night with Edna, I couldn't walk this way, that way, or any other way. Ooh la la!
+Ned_Flanders: Wait... you've all (GULPS) plucked a peach from her tree?
+Homer_Simpson: Um... uh... (ATTEMPTING TO CHANGE SUBJECT) So uh, Joey, is Wikipedia accurate when it says "Walk This Way" was inspired by "Young Frankenstein?"
+Ned_Flanders: Well Homer, you really put one over on old stupid Flanders, here. (SADLY) Thanks a lot, neighbor.
+Homer_Simpson: Don't you mean "neighboreeno?"
+Ned_Flanders: No. Just plain neighbor.
+Homer_Simpson: You stupid jerks! I can't believe you could be so cruel! Especially you, Joey Kramer!
+
+
+Lenny_Leonard: Wow -- I can't believe Homer bagged the tiger!
+Wayne: Excuse me, I need to use the...
+Homer_Simpson: (CUTTING IN) Men's room? Oh my god! We're completing each other's...
+Homer_Simpson: (PROMPTING) Completing each other's... sen... ten... (REALLY DRAWING IT OUT) cesss...
+Snake_Jailbird: Totally surprising entrance!
+Snake_Jailbird: Hand over your cash and jewelry! Pronto!
+Moe_Szyslak: Okay now, don't want no trouble. Let me just get my cash out of my cash drawer here.
+Moe_Szyslak: Just, uh, linin' up all the Presidents nice and neat... ain't tryin' to be no hero (CHUCKLES)...
+Moe_Szyslak: (NERVOUS CHUCKLE THEN QUICKLY) Here you go.
+Snake_Jailbird: Thanks for the upgrade. Ha-ha!
+Homer_Simpson: (AMAZED) Wayne?
+Wayne: (COMMANDING) Stand back, Homer! I know what I'm doing.
+Lenny_Leonard: Well, we all know what we're doing. The question is, is it an appropriate reaction to the situation?
+Snake_Jailbird: (EXASPERATED NOISE) Drunks are sooo boring!
+Moe_Szyslak: (ANGUISHED SCREAM) My fresco! That's coming out of your stealings!
+Moe_Szyslak: (FURIOUS TO JAILBIRD) That's comin' out of your stealings!
+Homer_Simpson: Wayne, maybe it's the me being still alive talking, but I think you're awesome.
+Wayne: I'm just a guy who saw what needed to be done and did it.
+Moe_Szyslak: Oh, speakin' of which, let's get these eggs back in a jar.
+Moe_Szyslak: Wow, that's the farthest that one of my eggs ever made it down someone's throat!
+Narrator: Then the barflies drank too much.
+Narrator: The boy came to get his father.
+Narrator: And they drove home.
+
+
+Homer_Simpson: I'm telling you guys, Roz told Old Man Burns I ditched work early and now I'm her assistant.
+Lenny_Leonard: I dunno, Homer. You're sayin' she's nice on the outside, but mean on the inside? No one could pull that off!
+Moe_Szyslak: Enjoy. And as for you, Homer, don't worry. You're at Moe's tavern -- lady-free since eighty-three.
+Homer_Simpson: What the-- (STANDING) This is a gentleman's club!
+Barney_Gumble: Yeah. (BELCHES)
+Roz: So, what you boys drinkin'? I'm buyin'.
+Lenny_Leonard: Can we just have the cash value of the drink?
+Carl_Carlson: I'd rather use my money to buy a Moe souvenir t-shirt.
+Moe_Szyslak: That comes in kid sizes too.
+
+
+Homer_Simpson: We're not here for you, we're here for Lenny.
+Moe_Szyslak: I wouldn't join one of your hare-brained schemes for all the Japanese girlfriend pillows in Kyoto!
+Lenny_Leonard: Sorry, guys. I just adopted a Capuchin monkey and I can't leave it alone during the bonding phase.
+Moe_Szyslak: (DESPERATE) Wait, wait, wait, wait, I want in! What does your crew need? A safecracker? A wheel man?
+Homer_Simpson: The caper is writing a kids' fantasy novel.
+Moe_Szyslak: (SHEEPISH) Well, I don't like to brag about it, but I did publish five modestly successful children's books.
+Bart_Simpson: All we need now is a computer guy...
+Seymour_Skinner: "...and so, Lucinda placed the fifth shard in the stained-glass window, which now clearly read: 'your parents are alive.' Gregor turned to his twin sister and they both understood: their journey was just beginning. The end."
+Bart_Simpson: It's good. "Weekly Reader Star Selection" good.
+Homer_Simpson: I just hope we put in enough steampunk, whatever that is.
+Professor_Jonathan_Frink: Who wants to see my cover (FRINK-Y) mock-up?!
+Homer_Simpson: (READING TITLE) "The Troll Twins of Underbridge Academy."
+Neil_Gaiman: I'm so proud of us.
+Bart_Simpson: Oh, you didn't write any of it!
+Neil_Gaiman: (DEFENSIVE) That tuna didn't salad itself!
+Homer_Simpson: Gentlemen! To "The Troll Twins of Underbridge Academy!"
+Homer_Simpson: So, does this square us for Kansas City?
+Bart_Simpson: Square as "Golden Books," Pop.
+Lisa_Simpson: What happened to me? In one vulnerable moment I became the thing I hated most -- a literary fraud.
+Bart_Simpson: But Lis, when this book comes out, you'll be beloved! Not just by Milhouses, you'll get attention from Jacksons, Xanders -- even Aidens!
+Lisa_Simpson: (DREAMY) Aww, I've always wanted an Aiden...
+Seymour_Skinner: Here it is: an advance copy.
+Patty_Bouvier: "The Vampire Twins Of Transylvania Prep?!" Where's the trolls?
+Professor_Jonathan_Frink: The trolls are now vampires, the Brooklyn Bridge is now a castle, and Fuzzlepitch is now Bloodball! Oh! Weak! Weak! And lame!
+Homer_Simpson: How could the publishers change our book? If they had been in charge of the Sistine Chapel, the whole thing would be vampires -- instead of the pope's private naked dude mural!
+
+
+Krusty_the_Clown: (HEMS AND HAWS) When you said... (NERVOUS LAUGH)
+Moe_Szyslak: I'm payin' extra for this channel? Hasn't been good since "The Wire." Aw, who am I kiddin'? I never watched "The Wire." Had to bluff my way through so many conversations.
+Krusty_the_Clown: Well, Annie, I think you know my answer.
+
+
+Moe_Szyslak: Yeah. I keep meaning to switch things around, but this place is always a crime scene.
+Lenny: (CARL VOICE) I'm Carl.
+Carl: (LENNY VOICE) Don't you remember? You came to the brain-switching ceremony.
+Carll": Because I wanted to get back together with my wife, who was sleeping with Carl at the time.
+Lenny: Turns out she had switched brains with a monkey on a Japanese game show. And it just got weirder from there.
+Carll": I found it quite normal. Anyway, if you're looking for your Dad. He took the kids to see his Dad.
+Bart_Simpson: Thanks. (DASHES OUT)
+Lennyy": Hey Moe, get me another beer!
+Carl: Quit makin' me fat!
+
+
+Carl_Carlson: Is it a little weird how much he cries?
+Lenny_Leonard: No way. When a guy who loves America cries, it makes him super straight!
+
+
+Homer_Simpson: (TIPSY) Man, this website makes talking drunk to my wife so much safer.
+Homer_Simpson: I am sitting here... zero sheets to the wind... (SNEAKY CHUCKLE)
+Homer_Simpson: (HOMER VOICE, BUT DIGNIFIED) ...counting the moments to closing time when I can stumble home to you. Another round, Moe. Uh-oh. Did I type that? (PANICKY) Delete! Delete! (THOUGHTFUL) Hm, typing "delete" does not delete.
+
+
+Homer_Simpson: ...and that's why I really don't believe there's a God. Thank you, and God bless America.
+Mayor_Joe_Quimby: (ANNOYED) You were only supposed to lead us in the Pledge of Allegiance.
+Homer_Simpson: Well I'm pretty sure it was in there somewhere.
+Mayor_Joe_Quimby: Now, let me conclude by thanking Moe the Bartender for hosting this meeting while City Hall is fumigated for bedbugs.
+Ned_Flanders: (PUZZLED) Bedbugs? Just why is there a bed in City Hall?
+Mayor_Joe_Quimby: Er, uh, meeting adjourned!
+Lenny_Leonard: This is so convenient! I can go straight from doin' my civic duty to having a beer with my best friend Carl!
+Duffman: And I can toss back a Duff Sangre de los Muertos with my best friend: Mexican Duffman!
+Mexican_Duffman: ("OH YEAH"!) Ho-la!
+Carl_Carlson: Hey Moe, who's your best friend?
+Moe_Szyslak: Uh...
+Moe_Szyslak: Well... uh... well, I just made friends with Pepto-Bismol on Facebook and uh... um... (CHANGING SUBJECT) Hey, would ya look at that? There's a spot on the bar!
+Moe_Szyslak: Come on! (INTENSE SCRUBBING NOISES)
+Lenny_Leonard: You know what? I think Moe's best friend is really that bar rag!
+Bart_Simpson: (HARDY LAUGH) That's even sadder than being friends with Milhouse!
+Milhouse_Van_Houten: (STARTS TO CHUCKLE, THEN, UNHAPPY) Y'know something, Bart? I'm getting tired of things like that.
+Bart_Simpson: Tired of what? I dump on you, and you take it -- that's how friendship works.
+Milhouse_Van_Houten: Not anymore. (ICE COLD) Friendship over.
+Milhouse_Van_Houten: Taxi!
+Bart_Simpson: What gives? He's not crawlin' back.
+Lisa_Simpson: Even a kid who wears a "Finding Nemo" back brace has some pride. You went too far this time, Bart.
+Sadistic_Barfly: Hey, Moe! I got a job here for your "best friend," the bar rag.
+The_Rich_Texan: Me too! (LAUGHS)
+Homer_Simpson: Witty. (CHUCKLES)
+Lenny_Leonard: Great meeting though.
+Bar_Rag: Yes, that's right, everyone laugh at the rag. (DRAMATIC, "KING LEAR") But I was not always this be-stainèd swatch you see before you. Oh no, gentles. We begin in early medieval France...
+Bar_Rag: (VERY SELF-SATISFIED) That tapestry was me.
+Sponge: Right, and I was the Gutenberg Bible.
+Bartholomé: Maman, we have failed to grow.
+Lise: We've had too little food!
+Marguerite: (ANNOYED) Is it too little food or too much complaining?
+Lise: Maman, you are overstressed. You need a vacation. Perhaps to the South of France.
+Marguerite: We're in the South of France!
+Bar_Rag: (PLEASED NOISE) Well, that helps.
+Bar_Rag: So to recap: I had been unjustly torn from my lofty perch.
+Bar_Rag: I wound up as a barter in Persia...
+Lenny_Leonard: Y'know, Moe, it might be time to buy a new bar rag.
+Moe_Szyslak: Yeah, yeah, sure thing, I'll get right on it.
+Moe_Szyslak: No way I would abandon you, Raggie.
+Moe_Szyslak: (EMOTIONAL SOB) You're my best friend.
+Moe_Szyslak: So, I guess you didn't eat that "special cheese" that I gave you yesterday, huh? (CHUCKLES)
+Bar_Rag: My degradation continued.
+Bar_Rag: An enterprising seamstress turned me into the flag of a fledgling nation.
+Bar_Rag: Unfortunately, a nation on the wrong side of history.
+Bar_Rag: (SIGHS) And now my thousand-year fall from grace is complete. I guess I should be happy here, with my sad, but predictable...
+Bar_Rag: (STARTLED NOISES) Moe! Moe! Wake up! Oh no, I don't want to find out what's worse than you!
+
+
+Homer_Simpson: So you guys have any luck finding a new job?
+Lenny_Leonard: Does it look like I've got a job?
+Carl_Carlson: No, I didn't.
+Moe_Szyslak: Homer, show a little more sensitivity around these jobless washouts, huh?
+Homer_Simpson: Hey, I've gotta tell ya, I'm miserable there. I'm all alone; and when there's some problem due to human error, guess who gets blamed?
+Lenny_Leonard: Hey, Homer. You know what I'm playing for ya?
+Lenny_Leonard: The World's Smallest Violin. And now I gotta sell it just to make my rent.
+Lenny_Leonard: Oh my God! (WORRIED) Where's the bow? I can't sell it without the bow!
+Moe_Szyslak: Easy, easy there, Lenny. You can always play it pizzicato.
+Lenny_Leonard: The buyer clearly specified violin and bow!
+Homer_Simpson: Maybe I should be heading home.
+Lenny_Leonard: (ANGUISHED) Oh no, he stepped on the bow!
+Moe_Szyslak: Boy, this place has gotten so grim. I'm gonna do something I've never done: make myself a drink.
+Moe_Szyslak: (ARGUING WITH HIMSELF) You call this beer? This is watered-down swill! You got a problem? Well here's the complaint department!
+Moe_Szyslak: You know what I think, Moe? I think You ain't got the guts!
+Moe_Szyslak: Missed!
+
+
+Moe_Szyslak: Hey, Homer. I could hear your pathetic rationalizing through the door.
+Homer_Simpson: Well, why can't I hang out at the bar all day? My wife doesn't wanna be with me.
+Moe_Szyslak: Look, I'd love to discuss your problems but a pack of raccoons took over my back room and today's the day I make my stand.
+Moe_Szyslak: (STRUGGLING NOISES, THEN) There's more than I thought!
+
+
+Moe_Szyslak: Eh, you know, in this town, you learn to adjust to things. Runaway monorails... NASCAR star Jeff Gordon...
+Jeff_Gordon: Hey, Moe.
+Moe_Szyslak: Hey. Bet we never see him again.
+Barney_Gumble: I'm gonna call it a day, Moe.
+Moe_Szyslak: Hey, hey, hey, hey! That plank's only for comin' in!
+Moe_Szyslak: (GENTLY) Try to land on the other traitors.
+Chief_Wiggum: People of Springfield, please be cool like Lou.
+Lou: Yo.
+Chief_Wiggum: We will eliminate one eyesore with another, by bulldozing our tire fire right into the sinkhole.
+Marge_Simpson: But my car is down there!
+Mayor_Joe_Quimby: For the first time my administration has solved a problem. The hole has been filled by the thing it fears most: stuff!
+Marge_Simpson: I can't believe we're never going to have another child... (SNIFFLES)
+Lenny_Leonard: Is everything okay over here?
+Homer_Simpson: Sorry guys. Private family moment.
+Marge_Simpson: (TIPSY) No, s'okay. We can share this with you... Homer can't make a baby because he nuked his swimmers.
+Lenny_Leonard: (SYMPATHETIC) Aw, that's a shame.
+Carl_Carlson: (NODS) Yeah. That's why I wrap my plums in tin foil every day.
+Homer_Simpson: (PHILOSOPHIC) Eh, nothing we can do.
+Moe_Szyslak: Hey, Homer... what if you got back one of those samples you sold years ago at the Shelbyville Sperm Bank?
+Marge_Simpson: (STUNNED) You never told me about that.
+Homer_Simpson: (ADMITTING) It's true... that's how I got the money to buy you your necklace.
+Marge_Simpson: Awww... (THEN) Eww... (REALIZING) Homie! We still have a chance!
+Homer_Simpson: I, uh, hope it's twins!
+
+
+Carl_Carlson: So, uh, what are you gonna do with the money, Homer?
+Homer_Simpson: Well, thought bubble Marge said we should put it in a college fund for Lisa.
+Lenny_Leonard: So where's the money now?
+Homer_Simpson: I put it in the bank. That place is great! On their wall, they had a photo with an old couple walking on the beach with their pants rolled up.
+Carl_Carlson: Uh, Homer, we all wanna walk on the beach with our pants rolled up, but, uh, banks are not as safe as they used to be.
+Lenny_Leonard: Yeah, when you give the bank your money, they lend it to other people! I saw a Sesame Street about it! Kermit was wearing his trench coat and everything!
+Homer_Simpson: Wait, the frog in the trench coat is Kermit too?
+Lenny_Leonard: All the frogs on that show are Kermit. Keeps all the other frog actors out of work.
+Homer_Simpson: That settles it. No banks for me.
+Moe_Szyslak: I'll tell you where you should put your money. The one safe place left in this world of woe:
+Homer_Simpson: What the--? I'm not gonna gamble with my daughter's future.
+Moe_Szyslak: Nah, you don't have to bet the money. The poker website just keeps it nice and safe, where the FDIC can't get its grubby little hands on it!
+Homer_Simpson: A poker site is now safer than an American bank. Has our nation, built on people suing because their onion rings were too hot, come to this?
+Moe_Szyslak: Hey, hey, hey, hey! Don't you badmouth this country. Compared to the rest of the third world, we're doin' great!
+
+
+Lenny_Leonard: So you're saying you'd rather do the prettiest dude in the world rather than the ugliest broad?
+Carl_Carlson: Absolutely. But how did we get here from discussing Aristotle's Poetics?
+Moe_Szyslak: Well, well, if it isn't Mr. "Work Comes Before Bowling."
+Homer_Simpson: (TO DAN) I am turning my back, because I can't stand to look you in the face.
+Moe_Szyslak: (EXPLAINING) Part of my new rice wine promotion.
+Moe_Szyslak: So, now you think you can just waltz in here and buy everybody a beer?
+Dan_Gillick: I didn't say that I would...
+Moe_Szyslak: (CUTTING HIM OFF) Too late, already poured.
+Dan_Gillick: (SIGHS) Sorry guys -- I got the kind of job that you just can't play hooky from.
+Moe_Szyslak: Well, I have no idea what you do or who you work with, but I am sure if you put your foot down on their throats and grind until you hear a crunch, they'll sit up straight.
+Dan_Gillick: Really? You're sure about this?
+Moe_Szyslak: Oh, hey, listen, I've learned a lot about human nature by watching things through secret cameras.
+Dan_Gillick: Uh-huh. All right, then. Okay, we'll see about that bread dipping. Thank you. Thank you for giving me an attitude. Thank you for giving me an edge.
+Moe_Szyslak: Or maybe it's groveling that works. Eh, six of one.
+
+
+Moe_Szyslak: What's wrong, Homer? You've got an expression on your face I ain't never seen before. Like one of them Charlie Brown wiggle-frowns.
+Homer_Simpson: I'm in an abusive relationship with life. It keeps beating the hell out of me, and I'm too cowardly to leave it. (SIGHS) Maybe I could drink myself to death.
+Moe_Szyslak: Eh, well, you can't. Your tolerance is too high.
+Dejected_Barfly: (A LITTLE SLURRED) Man, I've never seen Homer looking this bad.
+Moe_Szyslak: (LOOKING AT HOMER) You're right. He needs some professional help...
+Duffman: Ooh, someone is down in the Duff!
+Homer_Simpson: (SAD) Life is too fragile. One minute you're lying in your hammock drinkin' beer, the next thing you know you're sittin' here drinkin' beer.
+Duffman: Homer, your bleak outlook has sent a smooth, icy chill down... (DROPPING CHARACTER) Screw it, I quit.
+Duffman: (TO DUFF GIRLS) Janette, Cheryl, get your own ride home.
+Homer_Simpson: Aw, come on Chief, I've had a rotten day. Can't you help me out?
+Chief_Wiggum: Sorry, I'm afraid the most I can do is pretend to drive you home. (À LA IMPROV COMIC) Okay, now hop on my imaginary motorcycle... arms around my belly...
+Chief_Wiggum: (MOTORCYCLE NOISES) ...um, I'm gonna need you to chip in for gas...
+Chief_Wiggum: (THREATENING) This is where the pretending ends.
+Moe_Szyslak: Here ya go, Homer. Boy, y'know, when you're just here alone, I can really smell ya.
+Homer_Simpson: But I'm not alone. I'm doing some Face Time with Lenny.
+Lenny_Leonard: It's like I'm skydiving with all my friends! Lemme text Carl.
+Moe_Szyslak: So, uh, what are you pullin' the ripcord with?
+Lenny_Leonard: Uh-oh. Maybe there's a ripcord app I can use.
+Moe_Szyslak: Huh. Looks like you're really turning somethin' over in your mind there, Homer.
+Homer_Simpson: Moe, I could believe this was a random occurrence, or I could believe some higher power reached down and squeezed the sap outta that tree. I'm choosin' hope! Moe, a bottle of your finest beer!
+Moe_Szyslak: Here you go. Duff Adequate.
+Homer_Simpson: To hope! (DRINKS HAPPILY)
+Moe_Szyslak: Wow, no one's ever been happy in this place before. And when I started it was Moe's Ice Cream Carnival. Not good.
+Kent_Brockman: A hundred dollar bill for anyone who will give me the truth behind this so-called miracle tree.
+Moe_Szyslak: I'll take your money. The tree's a fraud.
+Moe_Szyslak: (VERY HAPPY) I just got a hundred! The tree is real! (TO BROCKMAN) What you got against hope, anyway?
+Barney_Gumble: I bet something disillusioned you as a child.
+7-Year-Old_Brockman: This is junior reporter Kenny Brockelstein investigating the stories that kids want to know...
+7-Year-Old_Brockman: (YOUNG, BUT SERIOUS) Mr. Mouse, how come you haven't been in any funny cartoons since nineteen thirty-three?
+Short_Man: (GRUFF) I'm on a break, kid. And when I'm on a break, the mouse is dead.
+Kent_Brockman: (MUTTERING) The mouse was a man. His teeth were yellow, his breath was rancid, my innocence was lost in a plywood castle.
+Barney_Gumble: The castle is plywood? (UPSET NOISE)
+Man_With_Tree_Hat: It was all a hoax!
+Tree_Hoper: Let's burn our hats!
+Crowd: Hope is dead! Burn our hats!
+Moe_Szyslak: Thank God there's no alcohol in this bar or this place would really go up.
+
+
+Homer_Simpson: (GASPS) What happened here?
+Moe_Szyslak: I don't know. Everything crappy about this place they like! Even the rats!
+Pretentious_Rat_Lover: More manchego, Aziz?
+
+
+Homer_Simpson: (SADLY) I guess despite all our so-called civilization, anarchy lurks around every corner, like a racially-diverse street gang on a network cop show.
+Lloyd: My friend, you just experienced W.R.O.L. first hand.
+Moe_Szyslak: (MAD) Hey, hey! Read the sign, pal.
+Moe_Szyslak: "No acronyms!" (TO BARFLIES) And that goes for the rest of you, too!
+Larry: Okay, okay.
+Moe_Szyslak: (PULLS OUT SHOTGUN) In this bar we say "Old Kinderhook!"
+Lenny_Leonard: (TO LLOYD) What's W.R.O.L.?
+Lloyd: It means "without the rule of law." Anarchy. The end of civilization. Coming soon to an America near you.
+Homer_Simpson: America can't collapse! We're as powerful as ancient Rome!
+Lloyd: Take a look at this.
+Narrator: The modern world. An inexorable march of progress.
+Homer_Simpson: Sweet.
+Narrator: (OMINOUS) Or is it?
+Dr._Eugene_Blatz: We're slaves to the system. Close the supermarket, and we starve. Cut off the tap, we drink our cat's blood.
+Narrator: Who will survive in this new world?
+Narrator: The man who is prepared.
+Homer_Simpson: Oh my God! This unsourced, undated video has convinced me beyond any doubt!
+Lloyd: (CLOSES PHONE) And I'm the guy you wanna know when the stuff hits the fan.
+Carl_Carlson: Hey, man. No need to almost swear.
+Lloyd: Come with me.
+Moe_Szyslak: Well, Homer's gone. Let's all go into our suspended state till he gets back.
+
+
+Moe_Szyslak: Well, in my case my Mom was hit with a voodoo curse, I gestated for five years, then I popped out backwards and on fire.
+Bart_Simpson: (SKEPTICAL) Really?
+Moe_Szyslak: (NODS) Keep my tail right here in this jar.
+Moe_Szyslak: Good times.
+
+
+Moe_Szyslak: Acquitted?! Then my nightmare isn't over? (SOBS)
+
+
+Marge_Simpson: (HOPEFUL) In-ground?
+
+
+Homer_Simpson: (MOANS) Moe, can you think of a way to please a woman that starts with "f"?
+Moe_Szyslak: Hey, you know, it's funny you should mention that. I've been readin' that "Fifty Shades of Grey" and it turns out that what chicks want now is a guy to give 'em what-for in the bedroom there.
+Homer_Simpson: Woo hoo! I'll woo her with woo-hoo!
+Moe_Szyslak: Ah y'know, if this is what women like, I should be a lot more popular. But it does inspire me to work on my fan fiction.
+Moe_Szyslak: "Sheriff Andy took Barney in his arms and kissed him deeply, then said: (IMITATING ANDY GRIFFITH, BUT STERN) 'now if Aunt Bee asks, we were down at the fishin' hole'." (MOE VOICE) I can't be the only one who likes this.
+
+
+Carl_Carlson: Wooden!
+Lenny_Leonard: Plastic!
+Carl_Carlson: Wooden!
+Lenny_Leonard: Plastic!
+Carl_Carlson: (FRUSTRATED) Why do we always argue over coffee stirrers?
+Rev._Hooper: You know what's really stirring? Live local theater.
+Moe_Szyslak: Whoa, whoa, whoa! Before I let a Holy Joe walk in this bar, I've gotta know which of the two true faiths you represent.
+Rev._Hooper: Well, I represent an easy-going offshoot of Protestantism.
+Moe_Szyslak: (PULLS OUT A SHOTGUN) That is the wrong thing to say to a snake handler.
+Lenny_Leonard: Easy Moe, easy!
+Moe_Szyslak: Oh, this thing's just loaded with rock salt. I just use it to keep raccoons outta my fridge. And of course to coat the rims of my margarita glasses.
+Homer_Simpson: Padre, can I be honest with you? I've sucked every church book ribbon there is hoping to find one made of cherry. But there isn't.
+Homer_Simpson: And if it's such a (AIR QUOTES) "Good Book," how come there's no blurbs on the back? Not even David Sedaris? And he'll flack anything!
+Homer_Simpson: Seriously, "Pews?"
+Rev._Hooper: Homer, I love your passion. It's terrific, it's really something. Listen -- I'm just thinking -- would you consider being my deacon?
+Homer_Simpson: Deacon? (SUSPICIOUS) Is that like one of those weird Catholic Priest things?
+Rev._Hooper: No, not at all. It's like a sexton, or a rector.
+Homer_Simpson: Oh, now we're talkin'. But why me?
+Rev._Hooper: Because if I can get the man who sleeps through church to be my guy, this town will know that religion can be fun.
+Homer_Simpson: Well I'm not one for taking new jobs on a whim. But as we say in the snow plow business, "I'm your astronaut"!
+
+
+Homer_Simpson: ...so I stayed up for the last eighty-seven hours watching all my shows.
+Homer_Simpson: Nothin's gonna delete these!
+Moe_Szyslak: (SERIOUS, SAD) Guys, there's somethin' I wanna tell ya. Somethin' important.
+Lenny_Leonard: (MID-CONVERSATION) So who do you like, the Padres or the Tigers? I'm not talkin' about baseball, I'm asking if a priest can beat a big cat in a death match in some kind of polygon.
+Carl_Carlson: Hexa- or octa-?
+Lenny_Leonard: Only one way to decide: arm wrestling.
+Moe_Szyslak: (SADLY MUTTERING TO HIMSELF) Who am I kiddin'? They don't care about me.
+Moe_Szyslak: Suicide. Finally. I'm really doin' it. No more cries for (LOUDLY) helllp! (NORMAL) 'Cause this time there's no one that's gonna (LOUD) save me! (NORMAL) I mean, it's not like (LOUD) I'm beggin' ya, please, please show me some love! (QUIET) Yeah, it's nothin' like that. (SMALL SOB)
+Moe_Szyslak: Eh, maybe I should call. Give one of the new kids a chance to talk to the legend.
+Warm_Female_Voice: Hello, you have reached the Buzz Cola Suicide Hotline.
+Warm_Female_Voice: (RECORDED) Our options have changed, so please listen carefully.
+Warm_Female_Voice: State the reason you are committing suicide.
+Moe_Szyslak: (THOUGHTFUL) Nothin' to live for.
+Warm_Female_Voice: You said, "business problems." Is that correct?
+Moe_Szyslak: No! I got nothin' and no one!
+Warm_Female_Voice: You said, "face sucked off by vacuum cleaner." Is that correct?
+Moe_Szyslak: (SOBS) No! No! Help me! Help!
+Warm_Female_Voice: If your face is in the vacuum cleaner bag, press "one."
+Moe_Szyslak: I just wanna talk to a human being!
+Warm_Female_Voice: Please hold for our next available life-extension agent.
+Male_Singers: SUICIDE IS PAINLESS / IT BRINGS ON MANY CHANGES / AND I CAN--
+Moe_Szyslak: That tears it! No more delays!
+Moe_Szyslak: (VULNERABLE) Hello?
+Bart_Simpson: Hi, I'm looking for a Mister Ron -- first name Moe.
+Moe_Szyslak: Moe-ron? (REALIZING) Moron! It's you, you little puke... I am gonna tie a rope around your neck and hang-- (CHOKING NOISES)
+Moe_Szyslak: I'll show you who's a... (DYING) moron.
+Lenny_Leonard: ...and that's why libraries use newspaper rods.
+Homer_Simpson: I know C.P.R.
+Homer_Simpson: I took a class where you do chest compressions to a Bee Gees song.
+Homer_Simpson: (SINGING/PUSHING) HOW DEEP IS YOUR LOVE... HOW DEEP IS YOUR LOVE...
+Lenny_Leonard: Are you sure it wasn't "Stayin' Alive?"
+Homer_Simpson: Too on the nose. (SINGING) I REALLY NEED TO LEARN / 'CAUSE WE'RE LIVING IN A WORLD OF FOOLS...
+Moe_Szyslak: (SINGING) BREAKING US DOWN...
+Moe_Szyslak: (SINGING) WHEN THEY ALL SHOULD LET US BE... WE BELONG TO YOU AND ME...
+Moe_Szyslak: (SINGS) I BELIEVE IN YOUSE... (SITS UP) you guys, you saved me! You do care!
+Homer_Simpson: Now wait a minute. Gotta make sure you're okay. Who's the president now?
+Moe_Szyslak: Some jerk.
+Homer_Simpson: He's back!
+Moe_Szyslak: And I really wanna thank you all. You gave me a new lease on life, and I'm gonna take this opportunity to...
+Moe_Szyslak: (SIGHS) What's the point?... same ol' stinkin' world... ah, this post-suicide afterglow gets shorter every time!
+Marge_Simpson: Homer Simpson!
+Homer_Simpson: (TERRIFIED NOISE) The woman I love!
+Marge_Simpson: I sent you to the store to get applesauce for Maggie two hours ago!
+Homer_Simpson: Well, uh, I was just leaving, but Moe... had an accident.
+Marge_Simpson: What kind of accident?
+Moe_Szyslak: (EMBARRASSED) I... uh... may have tried to end it all. Wasn't even good at that.
+Moe_Szyslak: Excuse me, will you? (CHOKED-UP NOISE)
+Marge_Simpson: That poor man. We've got to do something to change his life.
+Lenny_Leonard: We could write on his face when he passes out.
+Carl_Carlson: (CHUCKLE) That's always good for a laugh.
+Marge_Simpson: No, no, it has to be something big that'll change his whole outlook. (SNAPS FINGERS) Why don't we take Moe on a road trip?
+Moe_Szyslak: (REENTERING) Oh, that, hey, that's really sweet. Hey, can Noosey come too?
+Marge_Simpson: (GENTLY) Moe, this trip is about turning your life around.
+Lenny_Leonard: With the three desperate barflies that you see every day.
+Marge_Simpson: Maybe I should come too.
+Moe_Szyslak: Four guys, a chick and a noose. Just like the movies I like to watch.
+Moe_Szyslak: This dump is too filthy for a man with a positive worldview. I'm gonna start cleaning!
+Moe_Szyslak: (GROWING EXCITEMENT) Dirt... carpet... another layer of dirt... Congoleum... hardwood?! The perfect floor for doin' a happy jig!
+Moe_Szyslak: And now to light up the sign and let the world know that the new improved Moe is open for business.
+Moe_Szyslak: Wow, non-losers?! I Never thought I'd see the day... Gentlemen, what can I getcha?
+Glen: We'll take anything you've got aged fifteen years or more.
+Moe_Szyslak: Well, I do have this bourbon that I brewed myself. It'll either be the best thing you ever had or the last thing you'll ever have.
+Ken: Wow! (LOOKS AT GLEN) Hey, are you thinking what I'm thinking?
+Glen: (NODS) Moe, we're venture capitalists. (FAST) We turn dreams into money that mostly goes to us, but you get a little.
+Moe_Szyslak: (EXCITED) Tell me more!
+Ken: How many bottles of this Kentucky Kool Aid do you have?
+Moe_Szyslak: Just the one, but I could whip up two or three hundred thousand more.
+Glen: Moe, you've got a great product, a fantastic suit, and we're gonna give you everything you need.
+Ken: Startup money. Branding specialists.
+Glen: Corporate jets. Private drivers. If your feet touch the ground, we've failed.
+Moe_Szyslak: This is all so sudden.
+Moe_Szyslak: Now it's not. I'm in.
+Glen: Only one more thing we need to do.
+Ken: Check this out with our focus group.
+Barney_Gumble: (TIPSY) Glad you're back, Moe. Least I don't have to train a new bartender to make what I like... beer to the top.
+Moe_Szyslak: (TO RAFTER, COMFORTING) Not today, old friend. But don't worry, holidays are just around the corner.
+
+
+Moe_Szyslak: Homer, I recommend getting drunk on my most expensive beer: Duff Platinum.
+Moe_Szyslak: What the? But I used the best label paste.
+Homer_Simpson: Those two hairs were what was left of my youth, Moe.
+Moe_Szyslak: Hey, come on, there's sexy bald like... uh... Babar, king of the elephants. I read his books as a kid. (CONFIDENTIAL) He married his cousin, Celeste. (BEAT) That was my takeaway.
+Homer_Simpson: Those royal elephants have trainers to keep 'em in shape. Average schmoe like me, forget it.
+Moe_Szyslak: Well, let me see how bald you are.
+Moe_Szyslak: (CAN'T-BELIEVE-HOW-BALD-HE-IS NOISE) Dear Lord. Here. You need this more than I do.
+Moe_Szyslak: Just what exactly is this good for?
+
+
+Homer_Simpson: (EXCITED) Guys, this science exhibit that told me how stupid it is to play the lottery.
+Moe_Szyslak: (WORRIED) So you didn't buy our weekly ticket?
+Homer_Simpson: ("DUH") Are you nuts? You can't win if you don't play.
+Carl_Carlson: Hey, it's time. Turn it on! Turn it on!
+Homer_Simpson: Four lucky numbers for four best friends.
+Moe_Szyslak: Yeah, I always go with three -- the number of brothers and sisters I, uh, "Hunger Games'd", in the womb.
+Lenny_Leonard: Nineteen for me! And for the best year of my life: nineteen ninety-six.
+Carl_Carlson: My number's twenty-two. No reason. Just twenty-two.
+Homer_Simpson: And I'm sixty-nine, because people always laugh when you say sixty-nine. No one knows why.
+Kent_Brockman: And the winning numbers are... three, nineteen, twenty-two and sixty-nine. (KNOWING CHUCKLE)
+Lenny_Leonard: Oh my gosh... we won. We won the Springfield lottery!
+Moe_Szyslak: That's two hundred grand! That's fifty thousand bucks each!
+Carl_Carlson: Guys, guys, we gotta celebrate! Throw a ragin' party! I'll cash the ticket, Homer, Homer, you get the food--
+Homer_Simpson: (EXCITED GASP) I'll get mini-dumpsters of wings from Garbage Wings!
+Moe_Szyslak: And Lenny, you get the drinks!
+Lenny_Leonard: But we're already at a bar.
+Moe_Szyslak: Oh, no, ah, that's just gasoline and hot dog water.
+Carl_Carlson: Who cares? We got the money! (SOBS) I'm so happy! (MORE SOBS) I'm so happy!
+Homer_Simpson: To the best feeling in the world -- money.
+Homer_Simpson: Guys, I got big plans for these winnings. I'm going to build... a swimming pool.
+Homer_Simpson: So freaking far in the ground, baby.
+Lenny_Leonard: What about you, Carl? What are you gonna do with your share of the money?
+Moe_Szyslak: Oh... I guess Carl ain't back yet from cashin' in the ticket.
+Lenny_Leonard: I'm sure he just got held up in traffic.
+Homer_Simpson: Yeah, that's probably what happened.
+Lenny_Leonard: I wonder what's keeping Carl?
+Homer_Simpson: I hope our friend wasn't in an accident.
+Moe_Szyslak: I'm glad we're the kind of people who are worried about Carl's safety instead of thinking that he ripped us off.
+Homer_Simpson: I wasn't thinking that! Carl's our good friend.
+Lenny_Leonard: Our good friend!
+Moe_Szyslak: Yeah, good old Carl.
+Moe_Szyslak: (TENSE) Good old Carl's phone went straight to voicemail. Again.
+Lou: This could not be more offensive. Man!
+Lou: (SICKENED) Oh, of course. (DISGUSTED NOISE)
+Moe_Szyslak: Hey, hey, get that outta here! I don't ever want to see that moolah-stealing jackpot-thief again!
+Homer_Simpson: Wait a minute! Something's reflected in the lenses of Carl's sunglasses!
+Homer_Simpson: I just need to get closer.
+Homer_Simpson: He's looking at a geyser! And there's a sign in front of it!
+Homer_Simpson: (SMALL FRUSTRATED NOISE) It's too small to read.
+Lenny_Leonard: (DISAPPOINTED) It's backwards.
+Moe_Szyslak: Try this.
+Lenny_Leonard: (READING) "Strokkur Geysir."
+
+
+Moe_Szyslak: Glad you're back, buddy. You've got a lot of catching up to do.
+Homer_Simpson: (NOISE OF PAIN, THEN) Can I just get a glass of water?
+Moe_Szyslak: Water?! That stuff killed my grandmother!
+Moe_Szyslak: So sad.
+
+
+Singers: Don't got no candy, I only serve beer, and who said that you could bring minors in here?
+Fat_In_The_Hat: Your peanuts are pawed through, your beer smells like skunk. And you just pissed off the wrong fat, furry drunk.
+Moe_Szyslak: (UPSET) Hey, hey, hey! (NO RHYME) This is supposed to be a children's story!
+Moe_Szyslak: (TO KIDS) Go grab all his money and vodka and gin. And I'll knit a nice thnord from his leathery skin.
+
+
+Homer_Simpson: Marmaduke was horrible today! Also, Marge is in therapy and she didn't even tell me!
+Moe_Szyslak: Whoa. She has crossed a line. How did you find out?
+Homer_Simpson: Spied on her with a hidden camera. (SIPS) She thinks I'm selfish, she thinks I don't spend enough time with the kids...
+Moe_Szyslak: What? That's crazy! Come on, you work your butt off in a radioactive hellhole, and what do you get? Not one lousy superpower!
+Homer_Simpson: I guess the only choice is to come clean and tell her what I know... and how I know.
+Moe_Szyslak: Whoa-ho, bad idea! No, no. Chicks do not like finding out they're being spied on. I speak from looooooooooooooooooong experience. Now, you gotta make it seem like you found out by accident there. (SNAPS FINGERS) Ooh! Next week youse schedule an appointment with the therapist, after hers, and then you "bump into" Midge in the waitin' room, there.
+Homer_Simpson: Moe, that's great. How do you get your ideas?
+Moe_Szyslak: Pretty much all my friends are divorced guys.
+
+
+Carl_Carlson: All right, so the rules are, every time the news guy says "senator," we gotta take a drink.
+Lenny_Leonard: It'll be nice to let someone else decide when I drink. Too much pressure.
+Moe_Szyslak: Yeah, Channel Six tip line? I just caught two senators doin' it in the alley. And me? I'm just a reliable source. Not "sauce," "source"! Source! "S-A-U-R-C-E"!
+Kent_Brockman: (TOUCHES EARPIECE) We have heard from a very reliable sauce, news involving multiple senators.
+Kent_Brockman: I will read a list of senators...with possibly more senators...to be named later by other senators:
+Kent_Brockman: Senator Abercrombie, Senator Billingsley, Senator Beaumont...
+Moe_Szyslak: Oh damn, the plaster's flaking again.
+Homer_Simpson: ...so Marge says I gotta "ask Lisa on a date."
+Lenny_Leonard: Sure you remember how to ask out a girl, Homer?
+Carl_Carlson: Yeah, you've been out of the game a long time there.
+Moe_Szyslak: Hey guys! Lay off Homer!
+Moe_Szyslak: Now you quit stallin' and call your daughter like a man!
+Homer_Simpson: (GROANS) Feels weird.
+Carl_Carlson: Just ask your daughter to have dinner with you. What is the big deal?
+Carl_Carlson: (SQUEALS) He's doing it! He's calling a girl!
+Lenny_Leonard: (QUIETLY) Omigod, omigod, omigod!
+Homer_Simpson: Oh, It's ringing!
+Lenny_Leonard: (LOUDER) Omigod, omigod, omigod!
+Lisa_Simpson: (OVER THE PHONE) Hello?
+Homer_Simpson: (SUDDENLY NERVOUS) Uh, Hello. Lisa. I know your brother and... (FRUSTRATED MOAN)
+Homer_Simpson: Stupid, stupid, stupid!
+Carl_Carlson: Calm down, calm down! She doesn't know it's you.
+Carl_Carlson: (SCREAMS) Hide! Hide!
+Moe_Szyslak: Uh, hello? Oh, sure, Liser, your Dad's right here.
+Lisa_Simpson: (ON PHONE) Dad? Did you just call?
+Homer_Simpson: Uh, yeah. Hey, listen, your mom thinks that maybe you and I should have dinner together, sometime...
+Lisa_Simpson: Just the two of us?
+Homer_Simpson: (SMALL LAUGH) Yeah, I knew you'd think it's dumb--
+Lisa_Simpson: I'd love that. See you tonight!
+Homer_Simpson: Woo-hoo! I got a date with my daughter!
+Cletus_Spuckler: Yeah, we all been there. No need to act like you just invented air conditioning.
+
+
+Barney_Gumble: Hey, you're kinda quiet tonight, Homer.
+
+
+Moe_Szyslak: Eh, welcome fellow barkeeps, gin-slingers, and beer-jerks.
+Moe_Szyslak: (GRIM) We are all here because drinkin' in our bars is down. Mom and Pop bartenders can't compete with big box stores like Booze Barn and Hooch City.
+Moe_Szyslak: Thanks, Cap. Now what I'm proposing is a superhero pub crawl. Our clientele dress up in costume and go drinking from bar to bar. Their masks make 'em feel uninhibited, and invulnerable.
+Moe_Szyslak: Yeah, and that's not all. Why don't you tell 'em about it, Moe?
+Moe_Szyslak: Yeah, you got it, Moe. (SHUTS OFF TV) We can make up superhero drink names and charge 'em double. Like, uh, Nick Fury, Agent of Schnapps; Sex in the Batmobile; and the Wolveriskey! 'Ere, check out my uh, portfolium here.
+Moe_Szyslak: So, uh, your boy's got magic knock-up powers, huh?
+Homer_Simpson: Hey, I created three kids, and no one's making a big deal of that.
+Lenny_Leonard: Not true! Whenever I compliment your virility, you act all weird. And you are very virile.
+Homer_Simpson: (WEIRDED-OUT NOISES) Yeah... well just talk about sports!
+Lenny_Leonard: No problem. Wish I had that Tom Brady's libido.
+Homer_Simpson: What is your problem, boy?
+Bart_Simpson: Maybe when I've got a Dad who shows up in the morning with no shirt on and rocks on his face, it sets, I don't know, a low bar?
+Homer_Simpson: Wow. I've gotta take that in. While I do, have some bar nuts.
+Bart_Simpson: Aren't those full of germs?
+Homer_Simpson: Eat the nuts! They're your dinner!
+Legs: You guys are comin' with us.
+Moe_Szyslak: Not so fast.
+Moe_Szyslak: Nobody comes into my bar and kidnaps two paying customers.
+Homer_Simpson: (GRATEFUL) Thanks, Moe, I... (PATS PANTS) huh. Must've left my wallet at home.
+Moe_Szyslak: (LOWERING SHOTGUN) Take 'em! Take 'em! Fill their pockets with corn and toss 'em to the pigs.
+Louie: Don't tell us our business!
+
+
+Moe_Szyslak: An eighty-five yard field goal? You gotta be kidding me! Refresh! Refresh!
+NFL_NARRATOR: ...despite her breathtaking ignorance and a powerful dislike of the sport, a rookie housewife had been defeated by a savvy veteran...
+
+
+Marge_Simpson: (SADLY) Now I know why Homie comes here so much. No matter how sad you are inside, what you see looks worse.
+Moe_Szyslak: Yeah. It was really hard for me to make this place look old but not in any way comfortable. Now maybe some TV'll cheer ya up.
+Marge_Simpson: (A LITTLE TIPSY) Yesterday's Whatsit? Why does everyone go to them?
+Lenny_Leonard: It's express, Marge.
+Carl_Carlson: Yeah with our busy lifestyle, we gotta have express.
+Moe_Szyslak: Uh, listen there, Midge. I know how to get youse outta your contract. But I gotta warn ya...
+Moe_Szyslak: You will never work in the fast-food industry again.
+Marge_Simpson: (SERIOUS) Go on. Please.
+
+
+Moe_Szyslak: Hey, Hibachi head. How're you gonna pay for that?
+Bender: (LYING) Uh... let me just transfer some, uh, electronic hyper-credits into your register here.
+Bender: (CASH REGISTER SOUND) Ding-a-ding-ding-ding-ding-ding-ding! Ooh, and, uh, another round for my friends! Ding-a-ding-ding-a-ding-ding!
+Moe_Szyslak: Hey, this Blade Rummy is all right! He's a big spender, plus he fixed the jukebox. (GOSSIPY) I think they had a thing going.
+JUKEBOX_RECORD: (SINGS) OH BABY WHAT YOU DONE TO ME.
+Bender: I hate it when they get quiet.
+Homer_Simpson: Listen, I-I know you're a robot and incapable of emotion...
+Bender: (HUGE SOBS) It's true! I'm empty inside. (MORE HUGE SOBS)
+Homer_Simpson: Uh, look, I just wanna ask... can we be friends?
+Homer_Simpson: You're the only guy I know with less hair than me.
+Bender: Sure! That's why I came to your time, for all you know.
+Barney_Gumble: (TOASTING) For all we know!
+
+
+Homer_Simpson: ...and that's the terrifying tale of how the Quebec Nordiques became (SPOOKY) the Colorado Avalanche.
+Lisa_Simpson: Oh no! King Toot's is closed! Dad, you're gonna have to take me to the... big box music store.
+
+
+Homer_Simpson: (WOOZY) Maybe a drink will help me with my driving.
+Moe_Szyslak: Man, those things go off quick.
+Moe_Szyslak: Few people know that verdict was overturned in the sequel. Heh.
+Homer_Simpson: I'd better be heading home... to my family... enjoy your evening... with your wonderful... uh... neon sign...
+Moe_Szyslak: (SAD, SINCERE) Yeah, last year I broke it just so the repairman would come. But I'll be fine.
+Homer_Simpson: Hey, um, you gonna be okay?
+Moe_Szyslak: Oh, yeah, yeah. (SOBS) Super. (LARGE SOB)
+Moe_Szyslak: It's just that... you know, I lost my ma at Christmas.
+Moe_Szyslak: She took me to a mall and I never saw her again. But I'll never forget that image of her bolting for the parking lot.
+Homer_Simpson: Okay! Okay! I'll stay for one beer.
+Moe_Szyslak: (TOTALLY CALM) Oh great, great. But don't do it out of pity. (SMALL LAUGH)
+Moe_Szyslak: Pity! Pity! Have pity! Look, I'm wrapped around your leg here!
+Moe_Szyslak: Please! Please! Please!
+Homer_Simpson: But I promised Marge.
+Moe_Szyslak: Now I'm sittin' on your shoulders! Please!
+Homer_Simpson: Okay, okay!
+Moe_Szyslak: (SING) SI-LENT NIGHT / HO-LY NIGHT
+Moe_Szyslak: (HAPPY) I'm happy on Christmas Eve. And for once it's not 'cause some drunk left a wallet on his stool.
+Moe's_Thoughts: Uh-oh, this is startin' to hurt.
+Moe_Szyslak: (CHUCKLES) And now, Homer, it's only fair that I give youse a gift: I'm gonna set the clock in the bar to the correct time.
+Homer_Simpson: Hey, what the--
+Homer_Simpson: (SHRIEKS) I am so late!
+Moe_Szyslak: Whoa, whoa, whoa it's the night before Christmas! Stop stirring, you!
+Homer_Simpson: (ANGRILY) Moe, what are you doing?
+Moe_Szyslak: (SINGS) GOOD KING WENCESLAS LOOKED OUT ON THE FEAST OF...
+KARAOKE_MACHINE: (JAPANESE ACCENT) Voice too poor for karaoke. Shutting doooown. Bye now.
+Moe_Szyslak: Oh my God! Santa brought me just what I asked for!
+Moe_Szyslak: (THOUGHTFUL NOISE, THEN RE: HOMER'S WEIGHT) Two thirty-nine. Who's he foolin'?
+
+
+Car: Force of habit.
+
+
+Homer_Simpson: From now on, you guys can no longer say these hateful words.
+Homer_Simpson: Chubby, chunky, blobbo, slobbo, Fat Bastard, Michelin Man, Stay-puft, chumbawamba, (CALLING OUT) It is balloon!, Papa Grandé, Augustus Gloop, Beached Whale, Big Boned, Wisconsin Skinny, Butterball, Dumptruck, Jelly Belly, Pudgy Wudgy, Lard Ass, Blubberino, Buddha Belly, Hurry Eat Tubman, One Ton Soup, (FLIPS PAGE) Blob Saget, Chub Hub, Calvin Cool Whip, Manfred Manboobs, 21 Lump Street, Walking Before Picture, Fatso, Harvey Milk Chocolate, Obese Want Cannoli, Mahatma Gumbo, Salvador Deli, Elmer Pantry, K.F.C. And The Sponge Cake Band, Snackie Onassis... (FLIPS PAGE AGAIN) The Foodie Blues, Hoagie Carmichael and Wide Load.
+Lenny_Leonard: What about Mr. Two Belts?
+Homer_Simpson: Good. Good. By which I mean bad, bad.
+Moe_Szyslak: You know, as long as we're opening this up and I'm glad you are, I wanna tell you guys that when you call me a gargoyle, a troll, or a homunculus, it kinda hurts my feelin's.
+Lenny_Leonard: What? You're kiddin'.
+Homer_Simpson: We never dreamed.
+Carl_Carlson: (KIND) Who knew goblins had feelings?
+Moe_Szyslak: Ya see, that's what I'm talkin' about. Because--
+PRIDESTERS: (CHANTING) WE'RE BIG! WE'RE PROUD! TWO OF US CAN MAKE A CROWD!
+Homer_Simpson: Sorry, fellas. There's a movement I have to join. I've learned there's something more important than drinking: eating.
+
+
+Homer_Simpson: Moe, quick! Beer me before I answer the phone!
+Moe_Szyslak: (RELAXED) Ah, the first pour of the day. Let me just tie on my apron, limber up the ol' tap-pullin' arm...
+Homer_Simpson: (EXTREMELY INTENSE) I need it now!
+Homer_Simpson: (SUPER CASUAL) Hey, Marge. I'm supposed to help drive the kids? Oh, man, I wish I knew that sooner, but I just had a beer.
+Marge_Simpson: (INTO PHONE) You're already drinking at eight o'clock in the morning? How much have you had?
+Homer_Simpson: Woo hoo! Off the hook!
+Marge_Simpson: Looks like this is all me.
+Homer_Simpson: Yeah, while you're at it can you pick me up some beer?
+Moe_Szyslak: ...So Sideshow Mel is drinkin' here all afternoon. When I show him the tab, he says he left his wallet in his other skirt, and he pays me with this!
+Carl_Carlson: Hey, this is a ticket to see Laney Fontaine -- she's the brassiest broad on Broadway!
+Lenny_Leonard: She's funny and vulgar and fulla Hollywood stories, like, uh... Jimmy Stewart was a super-nice guy.
+Moe_Szyslak: Geez, now I wanna go!
+Lenny_Leonard: Why can'tcha?
+Moe_Szyslak: I can't close down the bar on a Saturday. That's when you guys can drink 'cause you're not workin' for three days.
+Homer_Simpson: Hey Moe... I'll take care of the bar. You did me a favor today.
+Moe_Szyslak: Huh... well, okay. Uh, let me just show you where everything is... (QUICKLY POINTS TO ITEMS) shotgun, shotgun shells, blood mop, bag of lime -- and that's it. Now boys, I gotta get dressed for the, uh, (HIGH-FALUTIN') "theatah"!
+Moe_Szyslak: And done. (EXITS)
+Homer_Simpson: Man, Moe's barely got two nickels to rub together.
+Carl_Carlson: I know a way we can make this Moe's biggest Saturday night ever.
+Lenny_Leonard: How does Moe make money if ladies drink free?
+Carl_Carlson: That's the beauty part. This place is about to be filled with guys, buyin' beers, hoping to meet ladies. Huh.
+Lenny_Leonard: Brilliant! Ooh, and thanks for telling me what the beauty part of it was.
+Lenny_Leonard: Not a man in sight. We got the...Cheery Red Tomatoes...a bachelorette party...
+Lenny_Leonard: Ooh! Lady Duff!
+LADY_DUFF: (HOLDS UP BOTTLE) I am woman, hear me pour! Oh yeah!
+Homer_Simpson: There's no guys! We haven't made any money.
+Carl_Carlson: Not yet, but at least we're hearing some interesting conversation from those two book clubs.
+BOOK_CLUB_MEMBER: Well, we thought "The Heaven Lovers' Club" was rich and spiritual.
+OTHER_BOOK_CLUB_MEMBER: We thought it was maybe a little slow!
+BOOK_CLUB_MEMBER: (THREATENING) Well, maybe I can liven it up for ya.
+Lenny_Leonard: (KINDLY) Let me help you up.
+LANEY_FONTAINE: So this is the charming tavern you've been telling me about.
+Moe_Szyslak: Yep. Nice and cozy and... (BIGGEST EVER) Whaaaa?!
+Moe_Szyslak: My craphole! My precious craphole!
+BOOK_CLUB_MEMBER: Anyone tries to stop me and you'll see her lovely bones all over the floor!
+Moe_Szyslak: (DAZED) This is nuts!
+Moe_Szyslak: Tell me you still work, Love Tester!
+Moe_Szyslak: (MOAN) I'm ruined!
+LANEY_FONTAINE: Sorry, Moe. I love losers, but only after they've bounced at the bottom. (SINGING) 'CAUSE I'M THE BRASSIEST PIECE OF SASS IN THIS WHOLE DAMN TOWN!
+Moe_Szyslak: You guys cost me my chance with a woman of a certain age! (HEAVING SOBS)
+Carl_Carlson: Hey, come on, all is not lost. (HOLDS UP COASTER) This coaster's fine.
+Moe_Szyslak: You are not my friends. To me you're just mouths drinkin' beers!
+Lenny_Leonard: You can't mean that!
+Homer_Simpson: We don't look at you that way.
+Moe_Szyslak: Yeah, I-I'm sorry for snappin' at you guys. But, but I'm ruint. (SMALL SOB) I-I'll have to live on my savings here.
+Moe_Szyslak: All right, who rubbed my nickels?!
+Lenny_Leonard: Hey, wait a minute! We can get you a job! There's an opening at the nuclear plant 'cause of that guy that defected to North Korea.
+Homer_Simpson: Good ol' Dae Ho. Used to give me the pickles off his sandwich. And all I had to do was let him copy some keys.
+Lenny_Leonard: Moe, can you pass a background check?
+Moe_Szyslak: Ummmmmmmmm... ehhhhhhhh... errrrrrr... ehhhhhhhhh... ehhhhhh sure.
+Carl_Carlson: Well, then you're in!
+Moe_Szyslak: Yeah, how far do they go back?
+Lenny_Leonard: Six months.
+Moe_Szyslak: Kay, I'm gonna apply in a week.
+Lenny_Leonard: (RELIEVED NOISE) It's sure great to see you jerking our suds again, Moe.
+Moe_Szyslak: Yeah, I figured out that the best way for me to get along with most people is to be kept behind a two foot chunk of solid oak.
+Lenny_Leonard: Looks more like poplar to me.
+Moe_Szyslak: Why youse! Correcting me on my knowledge of wood products!
+Homer_Simpson: (HAPPY) So good to be back.
+Moe_Szyslak: Well, I'm back where I belong, eh?
+SMILE: (LOW BARITONE VOICE) You're not alone anymore.
+Moe_Szyslak: (TERRIFIED) What the Hell was that?!
+SMILE: (LOW BARITONE VOICE) Oh, you'll find out.
+
+
+Moe_Szyslak: Really? Tell me something: I've heard that Queen Elizabeth in person is actually not that funny.
+KEMI: I am from Africa.
+Moe_Szyslak: Wow, Africa. I had a good friend who really wanted to go there. So, uh, you speak English there?
+KEMI: I speak five languages.
+Moe_Szyslak: (SNORTS) Nobody does.
+KEMI: (PORTUGUESE) Eu não quero dizer para mostrar (FRENCH) Je ne veux pas montrer (SPANISH) No me refiero a presumir (JAPANESE) Watashi wa koji suru wakede wa arimasen
+Moe_Szyslak: Eh... which means what?
+KEMI: I don't wish to show off.
+Moe_Szyslak: (CHUCKLES DESPITE HIMSELF) That's pretty good there, but don't expect me to bow and scrape. Well, I'll give you one scrape.
+Moe_Szyslak: Yeah, that's it, Majesty. Notice I didn't say "your."
+KEMI: (GIGGLES) They don't make them like you in Nigeria.
+Moe_Szyslak: (STUNNED) Nigeria?
+Moe_Szyslak: (REPRESSED RAGE) Homer, can I speak to you in private?
+Homer_Simpson: Can I try it?
+Moe_Szyslak: Eh, you gotta be mad at something.
+Homer_Simpson: Well, I'm mad I'm not doing it.
+Homer_Simpson: And you gave it to him?
+Moe_Szyslak: Yeah, I did. I was sure the guy was on the level because of his bad spelling and grammar.
+Moe_Szyslak: Now, guess how much of the twenty million I saw?
+Homer_Simpson: Eight million?
+Moe_Szyslak: Ze-ro.
+Homer_Simpson: Get outta here!
+Moe_Szyslak: (THEN) If Kemi there is a Nigerian princess, her brother just might be the Nigerian prince that took my money!
+Homer_Simpson: (GASPS) She's gone!
+Moe_Szyslak: And she trashed my bar! (LOOKS AROUND) Oh no, wait. She actually cleaned up a little. Good for her.
+Homer_Simpson: Chief! Thank God! I was drinking at Moe's, and I lost an African princess!
+Chief_Wiggum: Lost African princess, eh? Well, lucky for you, she just happens to be in the back of my cruiser.
+Homer_Simpson: Yes! The prayer I forgot to say has been answered.
+Homer_Simpson: (PUZZLED) What the?
+Chief_Wiggum: You're going straight to the drunk tank, rummy. (SNORTS) "African princess."
+Gil_Gunderson: Chief! I just saw someone robbin' the Kwik-E-Mart!
+Chief_Wiggum: Oh, now African Princesses are robbin' the Kwik-E-Mart, huh? Get in the car, booze bag.
+Apu_Nahasapeemapetilon: Chief! I have been shot in the shoulder!
+Chief_Wiggum: In the car!
+Chief_Wiggum: What is this, Saint Patrick's Day?
+Moe_Szyslak: (MUMBLING) This is terrible. Can't think of anything to mumble to myself. That's how upset I am here.
+KEMI: Also... maybe... I wanted to talk more to you.
+Moe_Szyslak: (PLEASED) Really?
+Moe's_Thoughts: (GRIMLY) Okay there, Moe. You gotta get to the brother, because he knows what my pin number is and I forgot.
+Moe_Szyslak: I see.
+Moe's_Thoughts: Now Moe, don't jump to conclusions. A lotta people have brothers.
+Moe_Szyslak: Does he have a computer?
+KEMI: Yes.
+Moe's_Thoughts: It's him!
+Moe_Szyslak: Yeah, so all my money's tied up in this jernt. Can't even afford elocution lessons to teach me how to pronounce (OVER-PRONOUNCING) "joint." I guess I could do it online, but what's the pernt?
+Moe_Szyslak: What's so funny?
+KEMI: I thought my English was perfect. But you make me feel even better about it.
+Moe_Szyslak: (LAUGHS) Usually people that tease me get thrown out on their ass. But, uh, your sayin' it made me feel good. Jeez, I sound like one of those guys in theM rom coms that play at the theater next to the theater I'm in.
+Moe_Szyslak: So, uh, what's a Princesses like you do all day, eh? A lot of spinning wheels and witches treatin' you like crap?
+KEMI: I read. Are you familiar with the books by my countryman Chinua Achebe, "Things Fall Apart" and "No Longer At Ease?"
+Moe_Szyslak: You guys got real optimistic literature there.
+KEMI: (AMUSED) Fair comment.
+KEMI: (YAWNS) I haven't eaten all day.
+Moe_Szyslak: Don't eat those eggs! We don't know what kinda bird they turn into! But there's a string cheese or something in the fridge in the back. Help yourself.
+Moe_Szyslak: Alright, after she eats, I'd better close up. (STRETCHES, YAWNS) C'mon, pal.
+Moe_Szyslak: That's really stuck there good.
+Moe_Szyslak: (SMALL SMILE, SIGHS) I can't be mad at her no more.
+Moe_Szyslak: Goodnight, moon.
+Moe_Szyslak: Goodnight, broom. Good night jukebox that won't play a tune.
+Moe_Szyslak: Goodnight eggs. Goodnight dregs. Goodnight bugs crawlin' up my legs. Goodnight beer. Goodnight mice. Goodnight Princess who treats me nice. Yeah.
+Moe_Szyslak: Well, well, look who's up. Princess, I'm gonna do something for you I've never done for anyone in this bar: call you a cab.
+KEMI: No. I want to spend time with you. I want to see this town.
+Moe_Szyslak: Do you mind ridin' on a cute little scooter with your arms around my waist?
+KEMI: (SHYLY) I don't.
+Moe_Szyslak: (LIFTS INDEX FINGER) To the scooter store!
+Moe_Szyslak: I did not think this through.
+KEMI: Moe, before I left, I just wanted to give you these examples of our most beloved, albeit depressing, literature.
+Moe_Szyslak: Ah, some nice bedtime readin'.
+Moe_Szyslak: Fun premise.
+Moe_Szyslak: I'm laughing already.
+Moe_Szyslak: Really not cheerin' me up here, but uh, let me offer you the only literature in this bar. Sure works for me though.
+Moe_Szyslak: This coaster.
+KEMI: I will treasure it.
+Moe_Szyslak: Well, I guess you'll pine forever for a man who doesn't care, while I just grow old here in this bar.
+Waylon_Smithers: Here's to suffering in silence.
+Waylon_Smithers: (INTRIGUED NOISE) Can't wait to see those numbers hanging from my rafters.
+AGED_MOE: (SIGH) I can't believe it's been three years since Smithers left. Man, have I been aging badly. (SIGHS) But I guess I can finally wash this forehead.
+AGED_MOE: (SMILES) Divine.
+
+
+TROY: (TIPSY) Homer, I'm really touched you invited me out on the town. You're gonna be a four-star brother-in-law.
+TROY: (DRUNK BUT SMOOTH) C'mere, Homer.
+TROY: I'll let you in on a little secret...
+
+
+Young_Homer: (TIPSY) Marge, come here.
+Young_Homer: Marge, I need both hands for this game. Can you feed me nachos while I play?
+Young_Homer: Tell that to the brave crew of the S.S. Triangle.
+Young_Homer: Come on! You're always saying we should do things as a couple.
+Young_Homer: Oh, this is wonderful. I love you, Atari.
+Young_Homer: (OBLIVIOUS) Well, I aims to please. Hey, let's stop by that dumpster and make out. (GAGS, THEN: HOLDS UP FINGER) Hold that thought.
+
+
+Teenage_Homer: Psst, Barney! My Dad's asleep. Want a beer?
+
+
+Young_Marge: I don't want a life of watching you get drunk, then holding back your long, beautiful hair while you vomit. I have my own dreams and I can't live them with you.
+
+
+Teenage_Homer: I've got two words for you. Mellow out, man. Hmm? Hmm?
+
+
+Teenage_Bart: (AGHAST) Dad, that's my fourth grade teacher!
+Teenage_Bart: Hi, Mrs. K. This is sure weird, huh?
+Teenage_Bart: Uh, I... don't think so.
+Teenage_Bart: (SIGHS) I wish I could talk to my fourth grade self just once. I'd say "work hard, don't be such a screw up."
+
+
+Adult_Bart: Wow, this place hasn't changed a bit.
+Adult_Bart: Was my Dad here?
+Adult_Bart: Yeah. Since he don't drink, he just comes here to see Lenny and Carl.
+Adult_Bart: Hey Lenny.
+Adult_Bart: Right. What was the point again?
+
+
+Homer's_Brain: Okay, Homer. This is the moment of truth. You've gotta tell Marge you really don't want another kid.
+Homer's_Brain: Eh, how bad could it be?
+
+
+Kirk_Voice_Milhouse: Hey bartender. We'd like two milks and then you can tell us where babies come from.
+
+
+Moe_Szyslak: What's the matter, Homer? Somebody leave a lumpa coal in your stocking? You've been sitting there sucking on a beer all day long.
+Homer_Simpson: So?
+Moe_Szyslak: So it's Christmas!
+Homer_Simpson: (DOWN) Thanks, Moe.
+Barney_Gumble: Drinks all around!
+Homer_Simpson: What's with the crazy getup, Barn?
+Barney_Gumble: I got me a part-time job working as a Santa down at the mall.
+Homer_Simpson: Wow. Can I do that?
+Barney_Gumble: I don't know. They're pretty selective. (BURPS)
+
+
+Homer_Simpson: You'll get that punk someday, Moe.
+Moe_Szyslak: Ahh, I don't know. He's tough to catch. He keeps changing his name.
+Homer_Simpson: (Reaches into his pocket) Moe, I think I'll have another -- (opens wallet, sees it is empty) -- Whoops. (checks pockets, pulls inside out) Moe, I'm a little low on funds. You think could cover me just this once?
+Moe_Szyslak: No, sorry.
+Homer_Simpson: Why not? I think after all these years I deserve an explanation.
+Moe_Szyslak: I don't think you're ever going to get another job and be able to pay me back.
+Homer_Simpson: Oh.
+Moe_Szyslak: Don't worry, we're still friends.
+
+
+BOXING_ANNOUNCER: The fans are getting just a little bit anxious here folks...
+Homer_Simpson: (SAD) Another beer, Moe.
+Moe_Szyslak: What's the matter, Homer? Bloodiest fight of the year, and you're sittin' there like a thirsty bump on a log.
+Moe_Szyslak: Eddie.
+Eddie: Evening, Moe.
+Moe_Szyslak: Want some pretzels?
+Eddie: (CHUCKLE) No, thanks. We're on duty. Couple beers would be nice, though.
+Moe_Szyslak: That'll be two bucks, boys. Just kidding!
+Lou: Good one, Moe. Hey listen, we're looking for a family of Peeping Toms that has been terrorizing the neighborhood.
+Lou: (TO DOG) Quiet, boy. Let the nice people enjoy their beers. Uh, don't worry. This dog has the scent.
+Eddie: Hey! What's gotten into Bobo?
+Homer_Simpson: (NERVOUS) I've got some wieners in my pocket.
+Eddie: That figures. Come on, you stupid dog.
+Homer_Simpson: You know, Moe, my Mom once said something that really stuck with me. She said, "Homer, you're a big disappointment," and, God bless her soul, she was really onto something.
+Barney_Gumble: Don't blame yourself, Homer. You got dealt a bad hand. You got crummy little kids that nobody can control.
+Homer_Simpson: You can't talk that way about my kids. Or, at least two of them.
+Barney_Gumble: Why? You got two I haven't met?
+Homer_Simpson: Why, you... Here's five you haven't met.
+BOXING_ANNOUNCER: And a tremendous right! That's just got to hurt! Ladies and gentlemen, this fight is over!
+TV-STATION_ANNOUNCER: (FROM TV) All-Star Boxing is brought to you by "Dr. Marvin Monroe's Family Therapy Center".
+Homer_Simpson: (COMING TO) Huh... what?
+Tv_Wife: (FROM TV) Honey, aren't you going to work today?
+Tv_Husband: (FROM TV) No, I don't think so.
+Tv_Wife: (FROM TV) Honey, you have a problem. And it won't get better till you admit it.
+Tv_Husband: (FROM TV) I admit this: You better shut your big yap.
+Tv_Wife: (FROM TV) Oh you, shut up.
+Tv_Husband: (FROM TV) No, you shut up.
+Tv_Wife: (FROM TV) No, you shut up.
+Tv_Husband: (FROM TV) Oh, Shut up!
+Tv_Wife: (FROM TV) Shut up!
+Tv_Husband: (FROM TV) Shut up!
+Small_Boy: (FROM TV; CALMLY) Why don't you both (FURIOUSLY) shut up!
+Dr._Marvin_Monroe: (from tv) Hi, friends. I'm Dr. Marvin Monroe. Does this scene look familiar? If so, I can help. No gimmicks, no pills, no fad diets. Just family bliss, or double your money back. So call today!
+Announcer: (FROM TV) Dr. Marvin Monroe's Family Therapy Center. 1-800-555-HUGS. Why don't you call... Right now?
+Homer_Simpson: When will I learn? The answers to life's problems aren't at the bottom of a bottle. Heh-heh. They're on TV!
+
+
+Moe_Szyslak: (INTO PHONE) Yeah! Moe's Tavern. Moe speaking.
+Bart_Simpson: (THRU PHONE) Is Jacques there?
+Moe_Szyslak: (INTO PHONE) Who?
+Bart_Simpson: (THRU PHONE) Jacques. Last name Strap.
+Moe_Szyslak: Hold on. (CALLS OUT) Uh..Jacques Strap! Hey, guys, I'm looking for a Jacques Strap!
+Moe_Szyslak: (INTO PHONE) What -- oh! Wait a minute -- Jacques Strap? It's you, isn't it? You cowardly little runt. When I get hold of you I am gonna gut you like a fish and drink your blood.
+
+
+Moe_Szyslak: Okay, come on, come on everybody. We've got to get on with our lives. Let's try and put this tragedy behind us.
+Barney_Gumble: You're right, Moe. A beer, please, and make sure there's a head on it.
+Moe_Szyslak: Ohhhh. (BEGINS SOBBING)
+
+
+Barney_Gumble: Wow!
+
+
+Moe_Szyslak: What's the matter, Homer? Hottest Ladies Night in months and you're not even checking out the action.
+Homer_Simpson: Oh, Moe. My wife gave me the old heave-ho because of some lousy picture.
+Moe_Szyslak: This one?
+Barney_Gumble: So where you staying tonight, Homer?
+Homer_Simpson: Motel, I guess.
+Barney_Gumble: Oh, no. No pal of mine is gonna stay in some dingy flophouse.
+
+
+Moe_Szyslak: Phone call for Al. Al Koholic. Is there an Al Koholic here?
+Moe_Szyslak: Wait a minute... (GRABBING PHONE) Listen, you little yellow-belly rat jackass, if I ever find out who you are, I'll kill ya! (HANGS UP)
+Homer_Simpson: I hope you do find that punk someday, Moe. Fill 'er up.
+Moe_Szyslak: Is everything okay, Homer? Usually you have a quick one, some peanuts, a hunka beef jerky, a couple pickled eggs and you're outta here.
+Homer_Simpson: Let's just say, I don't feel like goin' home tonight. Jar, please.
+Moe_Szyslak: Hey, you can level with me. You got a domestic situation?
+Homer_Simpson: (CONTEMPLATES HIS EGG, THEN JAMS IT IN MOUTH) You might say that. My wife's gonna leave me 'cause she thinks I'm a pig.
+Moe_Szyslak: Homer?
+Homer_Simpson: (MOUTH FULL) What?
+Moe_Szyslak: Marge is right. You are a pig. You can ask anyone in this bar.
+Homer_Simpson: What? (YELLS) Hey, Barney, am I a pig?
+Barney_Gumble: (DRUNKENLY) You're no more of a pig than I am. (BURP)
+Homer_Simpson: (DISAPPOINTED) Oh, no.
+Moe_Szyslak: See? You're a pig. Barney's a pig. Larry's a pig. We're all pigs. Except for one difference. Once in a while, we can crawl out of the slop, hose ourselves off, and act like human beings. Homer, buy your wife some flowers and take her out for a night on the town. Candles, tablecloth, the whole nine yards.
+Homer_Simpson: Gee, a romantic evening. Nah, she's too smart to fall for that.
+Moe_Szyslak: I'm not done. (LEANS IN) After dinner, the two of you are going to check into the fanciest motel in town, and not check out until the next morning. If you get my drift.
+Homer_Simpson: I read you loud and clear.
+
+
+Homer_Simpson: Good morning, Moe's Tavern!
+Barney_Gumble: Ah... it's the President!
+
+
+Barney_Gumble: (RE: TV) Oh, no. An election! That's one of those deals where they close the bars, isn't it?
+Moe_Szyslak: (NODS) Sorry, Barney.
+Barney_Gumble: Wow! Super fish!
+Moe_Szyslak: I wish the government would get off his back.
+
+
+Barney_Gumble: So, Homer. What happened in Capitol City?
+Homer_Simpson: Aw, Barney.
+Moe_Szyslak: Come on, Homer. We're dyin' of curiosity.
+Homer_Simpson: Look, there's only one thing worse than being a loser. It's being one of those guys who sits in a bar telling the story of how he became a loser. And I never want that to happen to me.
+Barney_Gumble: Please, Homer.
+Moe_Szyslak: C'mom, Homer.
+Homer_Simpson: Well, okay. It all started on "Nuclear Plant Employees, Spouses, and No More Than Three Children Night," down at Springfield stadium.
+Homer_Simpson: This was the biggest decision the Simpsons ever faced. I should've listened to the kids instead of my big dumb wife.
+Homer_Simpson: I shouldn't have called her that. Bite my tongue. Bite my tongue. (BITES TONGUE) Oooh.
+Homer_Simpson: (SIGHS) So that's it. The costume's buried now. As my son would say, I'm one sad ape-like dude.
+Barney_Gumble: Wow.
+Moe_Szyslak: What a saga.
+Homer_Simpson: Hey, you guys are hanging on my every word. I've become the center of attention.
+Barney_Gumble: Yeah, it's riveting. (BURP)
+Moe_Szyslak: Tell it again, Homer.
+Homer_Simpson: Okay. I wonder why stories of degradation and humiliation make you more popular.
+Moe_Szyslak: I don't know. They just do.
+
+
+Barney_Gumble: But I only got up to go to the can.
+Homer_Simpson: Rasputin's got the reach, but on the other hand, the Professor's got his patented coma lock. If you ask me, this is gonna be one hell of a match.
+Moe_Szyslak: Oh, look at that show-off... kissing his own muscles. (YELLING) Boo!
+Barney_Gumble: (TO THE TV) Boo! (BURPS)
+Homer_Simpson: (MOUTH FULL) Hey, I don't see your name engraved on the bar stool.
+Richard: ...one...two...three...four...
+Audience: (FROM TV) ...five... six...
+Barflies: ...seven...eight... nine... ten... eleven...
+TV_Announcer: (FROM TV) The ref is issuing a warning to Rasputin.
+TV_Announcer: (FROM TV) Oh, my. Oh, my. Why is the referee permitting this?
+
+
+Smitty: You better be dyin'!
+
+
+Homer_Simpson: Well, that's it. I guess this is the class I'm gonna die in.
+Moe_Szyslak: Eh, you're better off. Rich people aren't happy. From the day they're born, to the day they die, they think they're happy but, trust me... they ain't.
+Homer_Simpson: (THINKING) Moe, I wish he'd shut up.
+Larry: Look, a chick!
+Moe_Szyslak: And it's not even Ladies Night.
+Homer_Simpson: Hey, hey, guys. Knock it off. It's just my wife.
+Marge_Simpson: (WITH THE ABOVE) My name is Marge. (TO HOMER)
+Marge_Simpson: Homer, I'd like you to forgive me for doing the right thing.
+Homer_Simpson: Oh, Marge...
+Marge_Simpson: We've squabbled over money before -- never this much -- I mean, I know this is different than that time I washed your pants with the twenty in the pocket, but I--
+Homer_Simpson: (WITH TROUBLE) No, no, no. You think this is about money? Well, it's not. It's worse, Marge. I'm afraid that from now on when I look at you, I'm not gonna see the wife by my side or the mother of my children. I'm just gonna see the dame who blew my one big chance.
+Marge_Simpson: What are you saying, Homer?
+Homer_Simpson: I'm saying... (THINKING) She's been your wife for ten years, you've had three children together, it's time to be honest with her. (TO MARGE) I'm not sure I love you anymore.
+Homer_Simpson: But don't worry. I'll never let on. I'll still do all the bed stuff. Maybe it won't be so bad.
+Marge_Simpson: Oh my Lord. Well, I don't want to wait another minute to find out whether you love me anymore. I think that you should look me in the eyes and find out.
+Marge_Simpson: Homer, look at me.
+Homer_Simpson: Alright, alright, look at her if it'll make her shut up. Start with the feet, still angry? Good, good Homer, good. This is tough, need refreshment. Ahh, good old trustworthy beer, my love for you will never die. Alright, alright, gotta look the wife straight in the eyes and tell her.
+Homer_Simpson: Oh, who am I kidding? I love you more than ever.
+Marge_Simpson: I love you too!
+Homer_Simpson: Sorry to scare you like that, babe.
+Moe_Szyslak: Okay, everybody! For the next fifteen minutes, one third off on every pitcher... one per customer... domestic beer only... hey, no sharing!
+
+
+Homer_Simpson: I gotta call Marge.
+Barney_Gumble: Ha!
+Moe_Szyslak: (INTO PHONE) Hello, Moe's Tavern -- birthplace of the Rob Roy.
+Moe_Szyslak: (INTO PHONE) Just a sec. (CALLING OUT TO ROOM) Hey, is there a Butts here? Seymour Butts? Hey, everybody. I wanna Seymour Butts!
+Moe_Szyslak: Oh, wait a minute. (INTO PHONE) Listen, you little scum-sucking pus-bucket. When I get my hands on you, I'm gonna pull out your eyeballs with a corkscrew.
+Homer_Simpson: (SADLY) Oh, it was busy. Moe, another last beer, please.
+Homer_Simpson: (SNIFFLES) Guys, keep it down. I got some last words. I never told you this before, but sometimes when I'm at work, I think of you and smile. So often I think that ... oh, words won't do it. (TO MOE) I love you, Moe.
+Moe_Szyslak: Please, not in public.
+Homer_Simpson: I love you, Barney.
+Barney_Gumble: Oh, how European. (BURPS)
+Homer_Simpson: (SCREAMS) Come on, Barney, I gotta get home. (ON THE RUN)
+
+
+Barney_Gumble: So, Homer, I hear you got the fight.
+Homer_Simpson: Yeah, that's right. Eight o'clock, my place. Come one, come all.
+Barney_Gumble: Hey, Moe, how come you never got cable for the bar?
+Moe_Szyslak: Well, it was either cable or the mechanical bull.
+Moe_Szyslak: I made my choice and I stand by it.
+
+
+Moe_Szyslak: (BEAT) Just a minute, let me check. (TO THE BAR) Homer Sexual. Come on, come on. One of you guys must be Homer Sexual!
+Moe_Szyslak: Oh, sorry Principal Skinner. It must be a bad connection. (TO HOMER) It's for you. I think Bart's in trouble again.
+Moe_Szyslak: Lighten up, Homer. You're making Happy Hour bitterly ironic.
+Homer_Simpson: Ah, Moe. I've gotta find a date for my big, fat, snotty sister-in-law, Selma.
+Barney_Gumble: I'm intrigued. What does this Selma look like?
+Homer_Simpson: (HOPEFUL) Like my wife's ugly sister.
+Barney_Gumble: Wheel her in, Homer. I'm not a picky man. (BURP)
+Barney_Gumble: And then when I got out of the service, well, the next few years are a blur.
+Selma_Bouvier: Patty. Where's Skinner?
+Patty_Bouvier: We decided we loved each other enough never to see each other again!
+Selma_Bouvier: I hope I can find a man like that. (THINKS A BEAT) Patty, are you throwing away your last chance at happiness just for me?
+Patty_Bouvier: Yes.
+Selma_Bouvier: Thanks.
+Patty_Bouvier: Now let's get some pancakes.
+Selma_Bouvier: Listen Barney, I... (DISDAINFUL) Eh.
+Barney_Gumble: She broke my heart, Moe.
+Moe_Szyslak: Don't worry, Barney. Time heals all wounds.
+Barney_Gumble: Well, what do you know. You're right! And look, a whole pitcher to myself.

+ 55 - 0
P3 - Generate TV Scripts/helper.py

@@ -0,0 +1,55 @@
+import os
+import pickle
+
+
+def load_data(path):
+    """
+    Load Dataset from File
+    """
+    input_file = os.path.join(path)
+    with open(input_file, "r") as f:
+        data = f.read()
+
+    return data
+
+
+def preprocess_and_save_data(dataset_path, token_lookup, create_lookup_tables):
+    """
+    Preprocess Text Data
+    """
+    text = load_data(dataset_path)
+    
+    # Ignore notice, since we don't use it for analysing the data
+    text = text[81:]
+
+    token_dict = token_lookup()
+    for key, token in token_dict.items():
+        text = text.replace(key, ' {} '.format(token))
+
+    text = text.lower()
+    text = text.split()
+
+    vocab_to_int, int_to_vocab = create_lookup_tables(text)
+    int_text = [vocab_to_int[word] for word in text]
+    pickle.dump((int_text, vocab_to_int, int_to_vocab, token_dict), open('preprocess.p', 'wb'))
+
+
+def load_preprocess():
+    """
+    Load the Preprocessed Training data and return them in batches of <batch_size> or less
+    """
+    return pickle.load(open('preprocess.p', mode='rb'))
+
+
+def save_params(params):
+    """
+    Save parameters to file
+    """
+    pickle.dump(params, open('params.p', 'wb'))
+
+
+def load_params():
+    """
+    Load parameters from file
+    """
+    return pickle.load(open('params.p', mode='rb'))

BIN
P3 - Generate TV Scripts/output.png


+ 312 - 0
P3 - Generate TV Scripts/problem_unittests.py

@@ -0,0 +1,312 @@
+import numpy as np
+import tensorflow as tf
+from tensorflow.contrib import rnn
+
+
+def _print_success_message():
+    print('Tests Passed')
+
+
+def test_create_lookup_tables(create_lookup_tables):
+    with tf.Graph().as_default():
+        test_text = '''
+        Moe_Szyslak Moe's Tavern Where the elite meet to drink
+        Bart_Simpson Eh yeah hello is Mike there Last name Rotch
+        Moe_Szyslak Hold on I'll check Mike Rotch Mike Rotch Hey has anybody seen Mike Rotch lately
+        Moe_Szyslak Listen you little puke One of these days I'm gonna catch you and I'm gonna carve my name on your back with an ice pick
+        Moe_Szyslak Whats the matter Homer You're not your normal effervescent self
+        Homer_Simpson I got my problems Moe Give me another one
+        Moe_Szyslak Homer hey you should not drink to forget your problems
+        Barney_Gumble Yeah you should only drink to enhance your social skills'''
+
+        test_text = test_text.lower()
+        test_text = test_text.split()
+
+        vocab_to_int, int_to_vocab = create_lookup_tables(test_text)
+
+        # Check types
+        assert isinstance(vocab_to_int, dict),\
+            'vocab_to_int is not a dictionary.'
+        assert isinstance(int_to_vocab, dict),\
+            'int_to_vocab is not a dictionary.'
+
+        # Compare lengths of dicts
+        assert len(vocab_to_int) == len(int_to_vocab),\
+            'Length of vocab_to_int and int_to_vocab don\'t match. ' \
+            'vocab_to_int is length {}. int_to_vocab is length {}'.format(len(vocab_to_int), len(int_to_vocab))
+
+        # Make sure the dicts have the same words
+        vocab_to_int_word_set = set(vocab_to_int.keys())
+        int_to_vocab_word_set = set(int_to_vocab.values())
+
+        assert not (vocab_to_int_word_set - int_to_vocab_word_set),\
+            'vocab_to_int and int_to_vocab don\'t have the same words.' \
+            '{} found in vocab_to_int, but not in int_to_vocab'.format(vocab_to_int_word_set - int_to_vocab_word_set)
+        assert not (int_to_vocab_word_set - vocab_to_int_word_set),\
+            'vocab_to_int and int_to_vocab don\'t have the same words.' \
+            '{} found in int_to_vocab, but not in vocab_to_int'.format(int_to_vocab_word_set - vocab_to_int_word_set)
+
+        # Make sure the dicts have the same word ids
+        vocab_to_int_word_id_set = set(vocab_to_int.values())
+        int_to_vocab_word_id_set = set(int_to_vocab.keys())
+
+        assert not (vocab_to_int_word_id_set - int_to_vocab_word_id_set),\
+            'vocab_to_int and int_to_vocab don\'t contain the same word ids.' \
+            '{} found in vocab_to_int, but not in int_to_vocab'.format(vocab_to_int_word_id_set - int_to_vocab_word_id_set)
+        assert not (int_to_vocab_word_id_set - vocab_to_int_word_id_set),\
+            'vocab_to_int and int_to_vocab don\'t contain the same word ids.' \
+            '{} found in int_to_vocab, but not in vocab_to_int'.format(int_to_vocab_word_id_set - vocab_to_int_word_id_set)
+
+        # Make sure the dicts make the same lookup
+        missmatches = [(word, id, id, int_to_vocab[id]) for word, id in vocab_to_int.items() if int_to_vocab[id] != word]
+
+        assert not missmatches,\
+            'Found {} missmatche(s). First missmatch: vocab_to_int[{}] = {} and int_to_vocab[{}] = {}'.format(
+                len(missmatches),
+                *missmatches[0])
+
+        assert len(vocab_to_int) > len(set(test_text))/2,\
+            'The length of vocab seems too small.  Found a length of {}'.format(len(vocab_to_int))
+
+    _print_success_message()
+
+
+def test_get_batches(get_batches):
+    with tf.Graph().as_default():
+        test_batch_size = 128
+        test_seq_length = 5
+        test_int_text = list(range(1000*test_seq_length))
+        batches = get_batches(test_int_text, test_batch_size, test_seq_length)
+
+        # Check type
+        assert isinstance(batches, np.ndarray),\
+            'Batches is not a Numpy array'
+
+        # Check shape
+        assert batches.shape == (7, 2, 128, 5),\
+            'Batches returned wrong shape.  Found {}'.format(batches.shape)
+
+        for x in range(batches.shape[2]):
+            assert np.array_equal(batches[0,0,x], np.array(range(x * 35, x * 35 + batches.shape[3]))),\
+                'Batches returned wrong contents. For example, input sequence {} in the first batch was {}'.format(x, batches[0,0,x])
+            assert np.array_equal(batches[0,1,x], np.array(range(x * 35 + 1, x * 35 + 1 + batches.shape[3]))),\
+                'Batches returned wrong contents. For example, target sequence {} in the first batch was {}'.format(x, batches[0,1,x])
+
+
+        last_seq_target = (test_batch_size-1) * 35 + 31
+        last_seq = np.array(range(last_seq_target, last_seq_target+ batches.shape[3]))
+        last_seq[-1] = batches[0,0,0,0]
+
+        assert np.array_equal(batches[-1,1,-1], last_seq),\
+            'The last target of the last batch should be the first input of the first batch. Found {} but expected {}'.format(batches[-1,1,-1], last_seq)
+
+    _print_success_message()
+
+
+def test_tokenize(token_lookup):
+    with tf.Graph().as_default():
+        symbols = set(['.', ',', '"', ';', '!', '?', '(', ')', '--', '\n'])
+        token_dict = token_lookup()
+
+        # Check type
+        assert isinstance(token_dict, dict), \
+            'Returned type is {}.'.format(type(token_dict))
+
+        # Check symbols
+        missing_symbols = symbols - set(token_dict.keys())
+        unknown_symbols = set(token_dict.keys()) - symbols
+
+        assert not missing_symbols, \
+            'Missing symbols: {}'.format(missing_symbols)
+        assert not unknown_symbols, \
+            'Unknown symbols: {}'.format(unknown_symbols)
+
+        # Check values type
+        bad_value_type = [type(val) for val in token_dict.values() if not isinstance(val, str)]
+
+        assert not bad_value_type,\
+            'Found token as {} type.'.format(bad_value_type[0])
+
+        # Check for spaces
+        key_has_spaces = [k for k in token_dict.keys() if ' ' in k]
+        val_has_spaces = [val for val in token_dict.values() if ' ' in val]
+
+        assert not key_has_spaces,\
+            'The key "{}" includes spaces. Remove spaces from keys and values'.format(key_has_spaces[0])
+        assert not val_has_spaces,\
+            'The value "{}" includes spaces. Remove spaces from keys and values'.format(val_has_spaces[0])
+
+        # Check for symbols in values
+        symbol_val = ()
+        for symbol in symbols:
+            for val in token_dict.values():
+                if symbol in val:
+                    symbol_val = (symbol, val)
+
+        assert not symbol_val,\
+            'Don\'t use a symbol that will be replaced in your tokens. Found the symbol {} in value {}'.format(*symbol_val)
+
+    _print_success_message()
+
+
+def test_get_inputs(get_inputs):
+    with tf.Graph().as_default():
+        input_data, targets, lr = get_inputs()
+
+        # Check type
+        assert input_data.op.type == 'Placeholder',\
+            'Input not a Placeholder.'
+        assert targets.op.type == 'Placeholder',\
+            'Targets not a Placeholder.'
+        assert lr.op.type == 'Placeholder',\
+            'Learning Rate not a Placeholder.'
+
+        # Check name
+        assert input_data.name == 'input:0',\
+            'Input has bad name.  Found name {}'.format(input_data.name)
+
+        # Check rank
+        input_rank = 0 if input_data.get_shape() == None else len(input_data.get_shape())
+        targets_rank = 0 if targets.get_shape() == None else len(targets.get_shape())
+        lr_rank = 0 if lr.get_shape() == None else len(lr.get_shape())
+
+        assert input_rank == 2,\
+            'Input has wrong rank.  Rank {} found.'.format(input_rank)
+        assert targets_rank == 2,\
+            'Targets has wrong rank. Rank {} found.'.format(targets_rank)
+        assert lr_rank == 0,\
+            'Learning Rate has wrong rank. Rank {} found'.format(lr_rank)
+
+    _print_success_message()
+
+
+def test_get_init_cell(get_init_cell):
+    with tf.Graph().as_default():
+        test_batch_size_ph = tf.placeholder(tf.int32, [])
+        test_rnn_size = 256
+
+        cell, init_state = get_init_cell(test_batch_size_ph, test_rnn_size)
+
+        # Check type
+        assert isinstance(cell, tf.contrib.rnn.MultiRNNCell),\
+            'Cell is wrong type.  Found {} type'.format(type(cell))
+
+        # Check for name attribute
+        assert hasattr(init_state, 'name'),\
+            'Initial state doesn\'t have the "name" attribute.  Try using `tf.identity` to set the name.'
+
+        # Check name
+        assert init_state.name == 'initial_state:0',\
+            'Initial state doesn\'t have the correct name. Found the name {}'.format(init_state.name)
+
+    _print_success_message()
+
+
+def test_get_embed(get_embed):
+    with tf.Graph().as_default():
+        embed_shape = [50, 5, 256]
+        test_input_data = tf.placeholder(tf.int32, embed_shape[:2])
+        test_vocab_size = 27
+        test_embed_dim = embed_shape[2]
+
+        embed = get_embed(test_input_data, test_vocab_size, test_embed_dim)
+
+        # Check shape
+        assert embed.shape == embed_shape,\
+            'Wrong shape.  Found shape {}'.format(embed.shape)
+
+    _print_success_message()
+
+
+def test_build_rnn(build_rnn):
+    with tf.Graph().as_default():
+        test_rnn_size = 256
+        test_rnn_layer_size = 2
+        test_cell = rnn.MultiRNNCell([rnn.BasicLSTMCell(test_rnn_size) for _ in range(test_rnn_layer_size)])
+
+        test_inputs = tf.placeholder(tf.float32, [None, None, test_rnn_size])
+        outputs, final_state = build_rnn(test_cell, test_inputs)
+
+        # Check name
+        assert hasattr(final_state, 'name'),\
+            'Final state doesn\'t have the "name" attribute.  Try using `tf.identity` to set the name.'
+        assert final_state.name == 'final_state:0',\
+            'Final state doesn\'t have the correct name. Found the name {}'.format(final_state.name)
+
+        # Check shape
+        assert outputs.get_shape().as_list() == [None, None, test_rnn_size],\
+            'Outputs has wrong shape.  Found shape {}'.format(outputs.get_shape())
+        assert final_state.get_shape().as_list() == [test_rnn_layer_size, 2, None, test_rnn_size],\
+            'Final state wrong shape.  Found shape {}'.format(final_state.get_shape())
+
+    _print_success_message()
+
+
+def test_build_nn(build_nn):
+    with tf.Graph().as_default():
+        test_input_data_shape = [128, 5]
+        test_input_data = tf.placeholder(tf.int32, test_input_data_shape)
+        test_rnn_size = 256
+        test_embed_dim = 300
+        test_rnn_layer_size = 2
+        test_vocab_size = 27
+        test_cell = rnn.MultiRNNCell([rnn.BasicLSTMCell(test_rnn_size) for _ in range(test_rnn_layer_size)])
+
+        logits, final_state = build_nn(test_cell, test_rnn_size, test_input_data, test_vocab_size, test_embed_dim)
+
+        # Check name
+        assert hasattr(final_state, 'name'), \
+            'Final state doesn\'t have the "name" attribute.  Are you using build_rnn?'
+        assert final_state.name == 'final_state:0', \
+            'Final state doesn\'t have the correct name. Found the name {}. Are you using build_rnn?'.format(final_state.name)
+
+        # Check Shape
+        assert logits.get_shape().as_list() == test_input_data_shape + [test_vocab_size], \
+            'Outputs has wrong shape.  Found shape {}'.format(logits.get_shape())
+        assert final_state.get_shape().as_list() == [test_rnn_layer_size, 2, 128, test_rnn_size], \
+            'Final state wrong shape.  Found shape {}'.format(final_state.get_shape())
+
+    _print_success_message()
+
+
+def test_get_tensors(get_tensors):
+    test_graph = tf.Graph()
+    with test_graph.as_default():
+        test_input = tf.placeholder(tf.int32, name='input')
+        test_initial_state = tf.placeholder(tf.int32, name='initial_state')
+        test_final_state = tf.placeholder(tf.int32, name='final_state')
+        test_probs = tf.placeholder(tf.float32, name='probs')
+
+    input_text, initial_state, final_state, probs = get_tensors(test_graph)
+
+    # Check correct tensor
+    assert input_text == test_input,\
+        'Test input is wrong tensor'
+    assert initial_state == test_initial_state, \
+        'Initial state is wrong tensor'
+    assert final_state == test_final_state, \
+        'Final state is wrong tensor'
+    assert probs == test_probs, \
+        'Probabilities is wrong tensor'
+
+    _print_success_message()
+
+
+def test_pick_word(pick_word):
+    with tf.Graph().as_default():
+        test_probabilities = np.array([0.1, 0.8, 0.05, 0.05])
+        test_int_to_vocab = {word_i: word for word_i, word in enumerate(['this', 'is', 'a', 'test'])}
+
+        pred_word = pick_word(test_probabilities, test_int_to_vocab)
+
+        # Check type
+        assert isinstance(pred_word, str),\
+            'Predicted word is wrong type. Found {} type.'.format(type(pred_word))
+
+        # Check word is from vocab
+        assert pred_word in test_int_to_vocab.values(),\
+            'Predicted word not found in int_to_vocab.'
+
+
+    _print_success_message()
+

+ 44 - 0
P3 - Generate TV Scripts/requirements.txt

@@ -0,0 +1,44 @@
+appdirs==1.4.3
+appnope==0.1.0
+bleach==2.0.0
+decorator==4.0.11
+entrypoints==0.2.2
+html5lib==0.999999999
+ipykernel==4.5.2
+ipython==5.3.0
+ipython-genutils==0.2.0
+ipywidgets==6.0.0
+Jinja2==2.9.5
+jsonschema==2.6.0
+jupyter==1.0.0
+jupyter-client==5.0.0
+jupyter-console==5.1.0
+jupyter-core==4.3.0
+MarkupSafe==1.0
+mistune==0.7.4
+nbconvert==5.1.1
+nbformat==4.3.0
+notebook==4.4.1
+numpy==1.12.1
+packaging==16.8
+pandocfilters==1.4.1
+pexpect==4.2.1
+pickleshare==0.7.4
+prompt-toolkit==1.0.14
+protobuf==3.2.0
+ptyprocess==0.5.1
+Pygments==2.2.0
+pyparsing==2.2.0
+python-dateutil==2.6.0
+pyzmq==16.0.2
+qtconsole==4.3.0
+simplegeneric==0.8.1
+six==1.10.0
+tensorflow==1.0.0
+terminado==0.6
+testpath==0.3
+tornado==4.4.3
+traitlets==4.3.2
+wcwidth==0.1.7
+webencodings==0.5
+widgetsnbextension==2.0.0

+ 13081 - 0
P3 - Generate TV Scripts/tv_script_generation.html

@@ -0,0 +1,13081 @@
+<!DOCTYPE html>
+<html>
+<head><meta charset="utf-8" />
+<title>dlnd_tv_script_generation</title><script src="https://unpkg.com/jupyter-js-widgets@2.0.*/dist/embed.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
+
+<style type="text/css">
+    /*!
+*
+* Twitter Bootstrap
+*
+*/
+/*!
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
+ * Copyright 2011-2016 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
+html {
+  font-family: sans-serif;
+  -ms-text-size-adjust: 100%;
+  -webkit-text-size-adjust: 100%;
+}
+body {
+  margin: 0;
+}
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+menu,
+nav,
+section,
+summary {
+  display: block;
+}
+audio,
+canvas,
+progress,
+video {
+  display: inline-block;
+  vertical-align: baseline;
+}
+audio:not([controls]) {
+  display: none;
+  height: 0;
+}
+[hidden],
+template {
+  display: none;
+}
+a {
+  background-color: transparent;
+}
+a:active,
+a:hover {
+  outline: 0;
+}
+abbr[title] {
+  border-bottom: 1px dotted;
+}
+b,
+strong {
+  font-weight: bold;
+}
+dfn {
+  font-style: italic;
+}
+h1 {
+  font-size: 2em;
+  margin: 0.67em 0;
+}
+mark {
+  background: #ff0;
+  color: #000;
+}
+small {
+  font-size: 80%;
+}
+sub,
+sup {
+  font-size: 75%;
+  line-height: 0;
+  position: relative;
+  vertical-align: baseline;
+}
+sup {
+  top: -0.5em;
+}
+sub {
+  bottom: -0.25em;
+}
+img {
+  border: 0;
+}
+svg:not(:root) {
+  overflow: hidden;
+}
+figure {
+  margin: 1em 40px;
+}
+hr {
+  box-sizing: content-box;
+  height: 0;
+}
+pre {
+  overflow: auto;
+}
+code,
+kbd,
+pre,
+samp {
+  font-family: monospace, monospace;
+  font-size: 1em;
+}
+button,
+input,
+optgroup,
+select,
+textarea {
+  color: inherit;
+  font: inherit;
+  margin: 0;
+}
+button {
+  overflow: visible;
+}
+button,
+select {
+  text-transform: none;
+}
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  -webkit-appearance: button;
+  cursor: pointer;
+}
+button[disabled],
+html input[disabled] {
+  cursor: default;
+}
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  border: 0;
+  padding: 0;
+}
+input {
+  line-height: normal;
+}
+input[type="checkbox"],
+input[type="radio"] {
+  box-sizing: border-box;
+  padding: 0;
+}
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+  height: auto;
+}
+input[type="search"] {
+  -webkit-appearance: textfield;
+  box-sizing: content-box;
+}
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+  -webkit-appearance: none;
+}
+fieldset {
+  border: 1px solid #c0c0c0;
+  margin: 0 2px;
+  padding: 0.35em 0.625em 0.75em;
+}
+legend {
+  border: 0;
+  padding: 0;
+}
+textarea {
+  overflow: auto;
+}
+optgroup {
+  font-weight: bold;
+}
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+td,
+th {
+  padding: 0;
+}
+/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
+@media print {
+  *,
+  *:before,
+  *:after {
+    background: transparent !important;
+    color: #000 !important;
+    box-shadow: none !important;
+    text-shadow: none !important;
+  }
+  a,
+  a:visited {
+    text-decoration: underline;
+  }
+  a[href]:after {
+    content: " (" attr(href) ")";
+  }
+  abbr[title]:after {
+    content: " (" attr(title) ")";
+  }
+  a[href^="#"]:after,
+  a[href^="javascript:"]:after {
+    content: "";
+  }
+  pre,
+  blockquote {
+    border: 1px solid #999;
+    page-break-inside: avoid;
+  }
+  thead {
+    display: table-header-group;
+  }
+  tr,
+  img {
+    page-break-inside: avoid;
+  }
+  img {
+    max-width: 100% !important;
+  }
+  p,
+  h2,
+  h3 {
+    orphans: 3;
+    widows: 3;
+  }
+  h2,
+  h3 {
+    page-break-after: avoid;
+  }
+  .navbar {
+    display: none;
+  }
+  .btn > .caret,
+  .dropup > .btn > .caret {
+    border-top-color: #000 !important;
+  }
+  .label {
+    border: 1px solid #000;
+  }
+  .table {
+    border-collapse: collapse !important;
+  }
+  .table td,
+  .table th {
+    background-color: #fff !important;
+  }
+  .table-bordered th,
+  .table-bordered td {
+    border: 1px solid #ddd !important;
+  }
+}
+@font-face {
+  font-family: 'Glyphicons Halflings';
+  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
+  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
+}
+.glyphicon {
+  position: relative;
+  top: 1px;
+  display: inline-block;
+  font-family: 'Glyphicons Halflings';
+  font-style: normal;
+  font-weight: normal;
+  line-height: 1;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+.glyphicon-asterisk:before {
+  content: "\002a";
+}
+.glyphicon-plus:before {
+  content: "\002b";
+}
+.glyphicon-euro:before,
+.glyphicon-eur:before {
+  content: "\20ac";
+}
+.glyphicon-minus:before {
+  content: "\2212";
+}
+.glyphicon-cloud:before {
+  content: "\2601";
+}
+.glyphicon-envelope:before {
+  content: "\2709";
+}
+.glyphicon-pencil:before {
+  content: "\270f";
+}
+.glyphicon-glass:before {
+  content: "\e001";
+}
+.glyphicon-music:before {
+  content: "\e002";
+}
+.glyphicon-search:before {
+  content: "\e003";
+}
+.glyphicon-heart:before {
+  content: "\e005";
+}
+.glyphicon-star:before {
+  content: "\e006";
+}
+.glyphicon-star-empty:before {
+  content: "\e007";
+}
+.glyphicon-user:before {
+  content: "\e008";
+}
+.glyphicon-film:before {
+  content: "\e009";
+}
+.glyphicon-th-large:before {
+  content: "\e010";
+}
+.glyphicon-th:before {
+  content: "\e011";
+}
+.glyphicon-th-list:before {
+  content: "\e012";
+}
+.glyphicon-ok:before {
+  content: "\e013";
+}
+.glyphicon-remove:before {
+  content: "\e014";
+}
+.glyphicon-zoom-in:before {
+  content: "\e015";
+}
+.glyphicon-zoom-out:before {
+  content: "\e016";
+}
+.glyphicon-off:before {
+  content: "\e017";
+}
+.glyphicon-signal:before {
+  content: "\e018";
+}
+.glyphicon-cog:before {
+  content: "\e019";
+}
+.glyphicon-trash:before {
+  content: "\e020";
+}
+.glyphicon-home:before {
+  content: "\e021";
+}
+.glyphicon-file:before {
+  content: "\e022";
+}
+.glyphicon-time:before {
+  content: "\e023";
+}
+.glyphicon-road:before {
+  content: "\e024";
+}
+.glyphicon-download-alt:before {
+  content: "\e025";
+}
+.glyphicon-download:before {
+  content: "\e026";
+}
+.glyphicon-upload:before {
+  content: "\e027";
+}
+.glyphicon-inbox:before {
+  content: "\e028";
+}
+.glyphicon-play-circle:before {
+  content: "\e029";
+}
+.glyphicon-repeat:before {
+  content: "\e030";
+}
+.glyphicon-refresh:before {
+  content: "\e031";
+}
+.glyphicon-list-alt:before {
+  content: "\e032";
+}
+.glyphicon-lock:before {
+  content: "\e033";
+}
+.glyphicon-flag:before {
+  content: "\e034";
+}
+.glyphicon-headphones:before {
+  content: "\e035";
+}
+.glyphicon-volume-off:before {
+  content: "\e036";
+}
+.glyphicon-volume-down:before {
+  content: "\e037";
+}
+.glyphicon-volume-up:before {
+  content: "\e038";
+}
+.glyphicon-qrcode:before {
+  content: "\e039";
+}
+.glyphicon-barcode:before {
+  content: "\e040";
+}
+.glyphicon-tag:before {
+  content: "\e041";
+}
+.glyphicon-tags:before {
+  content: "\e042";
+}
+.glyphicon-book:before {
+  content: "\e043";
+}
+.glyphicon-bookmark:before {
+  content: "\e044";
+}
+.glyphicon-print:before {
+  content: "\e045";
+}
+.glyphicon-camera:before {
+  content: "\e046";
+}
+.glyphicon-font:before {
+  content: "\e047";
+}
+.glyphicon-bold:before {
+  content: "\e048";
+}
+.glyphicon-italic:before {
+  content: "\e049";
+}
+.glyphicon-text-height:before {
+  content: "\e050";
+}
+.glyphicon-text-width:before {
+  content: "\e051";
+}
+.glyphicon-align-left:before {
+  content: "\e052";
+}
+.glyphicon-align-center:before {
+  content: "\e053";
+}
+.glyphicon-align-right:before {
+  content: "\e054";
+}
+.glyphicon-align-justify:before {
+  content: "\e055";
+}
+.glyphicon-list:before {
+  content: "\e056";
+}
+.glyphicon-indent-left:before {
+  content: "\e057";
+}
+.glyphicon-indent-right:before {
+  content: "\e058";
+}
+.glyphicon-facetime-video:before {
+  content: "\e059";
+}
+.glyphicon-picture:before {
+  content: "\e060";
+}
+.glyphicon-map-marker:before {
+  content: "\e062";
+}
+.glyphicon-adjust:before {
+  content: "\e063";
+}
+.glyphicon-tint:before {
+  content: "\e064";
+}
+.glyphicon-edit:before {
+  content: "\e065";
+}
+.glyphicon-share:before {
+  content: "\e066";
+}
+.glyphicon-check:before {
+  content: "\e067";
+}
+.glyphicon-move:before {
+  content: "\e068";
+}
+.glyphicon-step-backward:before {
+  content: "\e069";
+}
+.glyphicon-fast-backward:before {
+  content: "\e070";
+}
+.glyphicon-backward:before {
+  content: "\e071";
+}
+.glyphicon-play:before {
+  content: "\e072";
+}
+.glyphicon-pause:before {
+  content: "\e073";
+}
+.glyphicon-stop:before {
+  content: "\e074";
+}
+.glyphicon-forward:before {
+  content: "\e075";
+}
+.glyphicon-fast-forward:before {
+  content: "\e076";
+}
+.glyphicon-step-forward:before {
+  content: "\e077";
+}
+.glyphicon-eject:before {
+  content: "\e078";
+}
+.glyphicon-chevron-left:before {
+  content: "\e079";
+}
+.glyphicon-chevron-right:before {
+  content: "\e080";
+}
+.glyphicon-plus-sign:before {
+  content: "\e081";
+}
+.glyphicon-minus-sign:before {
+  content: "\e082";
+}
+.glyphicon-remove-sign:before {
+  content: "\e083";
+}
+.glyphicon-ok-sign:before {
+  content: "\e084";
+}
+.glyphicon-question-sign:before {
+  content: "\e085";
+}
+.glyphicon-info-sign:before {
+  content: "\e086";
+}
+.glyphicon-screenshot:before {
+  content: "\e087";
+}
+.glyphicon-remove-circle:before {
+  content: "\e088";
+}
+.glyphicon-ok-circle:before {
+  content: "\e089";
+}
+.glyphicon-ban-circle:before {
+  content: "\e090";
+}
+.glyphicon-arrow-left:before {
+  content: "\e091";
+}
+.glyphicon-arrow-right:before {
+  content: "\e092";
+}
+.glyphicon-arrow-up:before {
+  content: "\e093";
+}
+.glyphicon-arrow-down:before {
+  content: "\e094";
+}
+.glyphicon-share-alt:before {
+  content: "\e095";
+}
+.glyphicon-resize-full:before {
+  content: "\e096";
+}
+.glyphicon-resize-small:before {
+  content: "\e097";
+}
+.glyphicon-exclamation-sign:before {
+  content: "\e101";
+}
+.glyphicon-gift:before {
+  content: "\e102";
+}
+.glyphicon-leaf:before {
+  content: "\e103";
+}
+.glyphicon-fire:before {
+  content: "\e104";
+}
+.glyphicon-eye-open:before {
+  content: "\e105";
+}
+.glyphicon-eye-close:before {
+  content: "\e106";
+}
+.glyphicon-warning-sign:before {
+  content: "\e107";
+}
+.glyphicon-plane:before {
+  content: "\e108";
+}
+.glyphicon-calendar:before {
+  content: "\e109";
+}
+.glyphicon-random:before {
+  content: "\e110";
+}
+.glyphicon-comment:before {
+  content: "\e111";
+}
+.glyphicon-magnet:before {
+  content: "\e112";
+}
+.glyphicon-chevron-up:before {
+  content: "\e113";
+}
+.glyphicon-chevron-down:before {
+  content: "\e114";
+}
+.glyphicon-retweet:before {
+  content: "\e115";
+}
+.glyphicon-shopping-cart:before {
+  content: "\e116";
+}
+.glyphicon-folder-close:before {
+  content: "\e117";
+}
+.glyphicon-folder-open:before {
+  content: "\e118";
+}
+.glyphicon-resize-vertical:before {
+  content: "\e119";
+}
+.glyphicon-resize-horizontal:before {
+  content: "\e120";
+}
+.glyphicon-hdd:before {
+  content: "\e121";
+}
+.glyphicon-bullhorn:before {
+  content: "\e122";
+}
+.glyphicon-bell:before {
+  content: "\e123";
+}
+.glyphicon-certificate:before {
+  content: "\e124";
+}
+.glyphicon-thumbs-up:before {
+  content: "\e125";
+}
+.glyphicon-thumbs-down:before {
+  content: "\e126";
+}
+.glyphicon-hand-right:before {
+  content: "\e127";
+}
+.glyphicon-hand-left:before {
+  content: "\e128";
+}
+.glyphicon-hand-up:before {
+  content: "\e129";
+}
+.glyphicon-hand-down:before {
+  content: "\e130";
+}
+.glyphicon-circle-arrow-right:before {
+  content: "\e131";
+}
+.glyphicon-circle-arrow-left:before {
+  content: "\e132";
+}
+.glyphicon-circle-arrow-up:before {
+  content: "\e133";
+}
+.glyphicon-circle-arrow-down:before {
+  content: "\e134";
+}
+.glyphicon-globe:before {
+  content: "\e135";
+}
+.glyphicon-wrench:before {
+  content: "\e136";
+}
+.glyphicon-tasks:before {
+  content: "\e137";
+}
+.glyphicon-filter:before {
+  content: "\e138";
+}
+.glyphicon-briefcase:before {
+  content: "\e139";
+}
+.glyphicon-fullscreen:before {
+  content: "\e140";
+}
+.glyphicon-dashboard:before {
+  content: "\e141";
+}
+.glyphicon-paperclip:before {
+  content: "\e142";
+}
+.glyphicon-heart-empty:before {
+  content: "\e143";
+}
+.glyphicon-link:before {
+  content: "\e144";
+}
+.glyphicon-phone:before {
+  content: "\e145";
+}
+.glyphicon-pushpin:before {
+  content: "\e146";
+}
+.glyphicon-usd:before {
+  content: "\e148";
+}
+.glyphicon-gbp:before {
+  content: "\e149";
+}
+.glyphicon-sort:before {
+  content: "\e150";
+}
+.glyphicon-sort-by-alphabet:before {
+  content: "\e151";
+}
+.glyphicon-sort-by-alphabet-alt:before {
+  content: "\e152";
+}
+.glyphicon-sort-by-order:before {
+  content: "\e153";
+}
+.glyphicon-sort-by-order-alt:before {
+  content: "\e154";
+}
+.glyphicon-sort-by-attributes:before {
+  content: "\e155";
+}
+.glyphicon-sort-by-attributes-alt:before {
+  content: "\e156";
+}
+.glyphicon-unchecked:before {
+  content: "\e157";
+}
+.glyphicon-expand:before {
+  content: "\e158";
+}
+.glyphicon-collapse-down:before {
+  content: "\e159";
+}
+.glyphicon-collapse-up:before {
+  content: "\e160";
+}
+.glyphicon-log-in:before {
+  content: "\e161";
+}
+.glyphicon-flash:before {
+  content: "\e162";
+}
+.glyphicon-log-out:before {
+  content: "\e163";
+}
+.glyphicon-new-window:before {
+  content: "\e164";
+}
+.glyphicon-record:before {
+  content: "\e165";
+}
+.glyphicon-save:before {
+  content: "\e166";
+}
+.glyphicon-open:before {
+  content: "\e167";
+}
+.glyphicon-saved:before {
+  content: "\e168";
+}
+.glyphicon-import:before {
+  content: "\e169";
+}
+.glyphicon-export:before {
+  content: "\e170";
+}
+.glyphicon-send:before {
+  content: "\e171";
+}
+.glyphicon-floppy-disk:before {
+  content: "\e172";
+}
+.glyphicon-floppy-saved:before {
+  content: "\e173";
+}
+.glyphicon-floppy-remove:before {
+  content: "\e174";
+}
+.glyphicon-floppy-save:before {
+  content: "\e175";
+}
+.glyphicon-floppy-open:before {
+  content: "\e176";
+}
+.glyphicon-credit-card:before {
+  content: "\e177";
+}
+.glyphicon-transfer:before {
+  content: "\e178";
+}
+.glyphicon-cutlery:before {
+  content: "\e179";
+}
+.glyphicon-header:before {
+  content: "\e180";
+}
+.glyphicon-compressed:before {
+  content: "\e181";
+}
+.glyphicon-earphone:before {
+  content: "\e182";
+}
+.glyphicon-phone-alt:before {
+  content: "\e183";
+}
+.glyphicon-tower:before {
+  content: "\e184";
+}
+.glyphicon-stats:before {
+  content: "\e185";
+}
+.glyphicon-sd-video:before {
+  content: "\e186";
+}
+.glyphicon-hd-video:before {
+  content: "\e187";
+}
+.glyphicon-subtitles:before {
+  content: "\e188";
+}
+.glyphicon-sound-stereo:before {
+  content: "\e189";
+}
+.glyphicon-sound-dolby:before {
+  content: "\e190";
+}
+.glyphicon-sound-5-1:before {
+  content: "\e191";
+}
+.glyphicon-sound-6-1:before {
+  content: "\e192";
+}
+.glyphicon-sound-7-1:before {
+  content: "\e193";
+}
+.glyphicon-copyright-mark:before {
+  content: "\e194";
+}
+.glyphicon-registration-mark:before {
+  content: "\e195";
+}
+.glyphicon-cloud-download:before {
+  content: "\e197";
+}
+.glyphicon-cloud-upload:before {
+  content: "\e198";
+}
+.glyphicon-tree-conifer:before {
+  content: "\e199";
+}
+.glyphicon-tree-deciduous:before {
+  content: "\e200";
+}
+.glyphicon-cd:before {
+  content: "\e201";
+}
+.glyphicon-save-file:before {
+  content: "\e202";
+}
+.glyphicon-open-file:before {
+  content: "\e203";
+}
+.glyphicon-level-up:before {
+  content: "\e204";
+}
+.glyphicon-copy:before {
+  content: "\e205";
+}
+.glyphicon-paste:before {
+  content: "\e206";
+}
+.glyphicon-alert:before {
+  content: "\e209";
+}
+.glyphicon-equalizer:before {
+  content: "\e210";
+}
+.glyphicon-king:before {
+  content: "\e211";
+}
+.glyphicon-queen:before {
+  content: "\e212";
+}
+.glyphicon-pawn:before {
+  content: "\e213";
+}
+.glyphicon-bishop:before {
+  content: "\e214";
+}
+.glyphicon-knight:before {
+  content: "\e215";
+}
+.glyphicon-baby-formula:before {
+  content: "\e216";
+}
+.glyphicon-tent:before {
+  content: "\26fa";
+}
+.glyphicon-blackboard:before {
+  content: "\e218";
+}
+.glyphicon-bed:before {
+  content: "\e219";
+}
+.glyphicon-apple:before {
+  content: "\f8ff";
+}
+.glyphicon-erase:before {
+  content: "\e221";
+}
+.glyphicon-hourglass:before {
+  content: "\231b";
+}
+.glyphicon-lamp:before {
+  content: "\e223";
+}
+.glyphicon-duplicate:before {
+  content: "\e224";
+}
+.glyphicon-piggy-bank:before {
+  content: "\e225";
+}
+.glyphicon-scissors:before {
+  content: "\e226";
+}
+.glyphicon-bitcoin:before {
+  content: "\e227";
+}
+.glyphicon-btc:before {
+  content: "\e227";
+}
+.glyphicon-xbt:before {
+  content: "\e227";
+}
+.glyphicon-yen:before {
+  content: "\00a5";
+}
+.glyphicon-jpy:before {
+  content: "\00a5";
+}
+.glyphicon-ruble:before {
+  content: "\20bd";
+}
+.glyphicon-rub:before {
+  content: "\20bd";
+}
+.glyphicon-scale:before {
+  content: "\e230";
+}
+.glyphicon-ice-lolly:before {
+  content: "\e231";
+}
+.glyphicon-ice-lolly-tasted:before {
+  content: "\e232";
+}
+.glyphicon-education:before {
+  content: "\e233";
+}
+.glyphicon-option-horizontal:before {
+  content: "\e234";
+}
+.glyphicon-option-vertical:before {
+  content: "\e235";
+}
+.glyphicon-menu-hamburger:before {
+  content: "\e236";
+}
+.glyphicon-modal-window:before {
+  content: "\e237";
+}
+.glyphicon-oil:before {
+  content: "\e238";
+}
+.glyphicon-grain:before {
+  content: "\e239";
+}
+.glyphicon-sunglasses:before {
+  content: "\e240";
+}
+.glyphicon-text-size:before {
+  content: "\e241";
+}
+.glyphicon-text-color:before {
+  content: "\e242";
+}
+.glyphicon-text-background:before {
+  content: "\e243";
+}
+.glyphicon-object-align-top:before {
+  content: "\e244";
+}
+.glyphicon-object-align-bottom:before {
+  content: "\e245";
+}
+.glyphicon-object-align-horizontal:before {
+  content: "\e246";
+}
+.glyphicon-object-align-left:before {
+  content: "\e247";
+}
+.glyphicon-object-align-vertical:before {
+  content: "\e248";
+}
+.glyphicon-object-align-right:before {
+  content: "\e249";
+}
+.glyphicon-triangle-right:before {
+  content: "\e250";
+}
+.glyphicon-triangle-left:before {
+  content: "\e251";
+}
+.glyphicon-triangle-bottom:before {
+  content: "\e252";
+}
+.glyphicon-triangle-top:before {
+  content: "\e253";
+}
+.glyphicon-console:before {
+  content: "\e254";
+}
+.glyphicon-superscript:before {
+  content: "\e255";
+}
+.glyphicon-subscript:before {
+  content: "\e256";
+}
+.glyphicon-menu-left:before {
+  content: "\e257";
+}
+.glyphicon-menu-right:before {
+  content: "\e258";
+}
+.glyphicon-menu-down:before {
+  content: "\e259";
+}
+.glyphicon-menu-up:before {
+  content: "\e260";
+}
+* {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+*:before,
+*:after {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+html {
+  font-size: 10px;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+body {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #000;
+  background-color: #fff;
+}
+input,
+button,
+select,
+textarea {
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit;
+}
+a {
+  color: #337ab7;
+  text-decoration: none;
+}
+a:hover,
+a:focus {
+  color: #23527c;
+  text-decoration: underline;
+}
+a:focus {
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+figure {
+  margin: 0;
+}
+img {
+  vertical-align: middle;
+}
+.img-responsive,
+.thumbnail > img,
+.thumbnail a > img,
+.carousel-inner > .item > img,
+.carousel-inner > .item > a > img {
+  display: block;
+  max-width: 100%;
+  height: auto;
+}
+.img-rounded {
+  border-radius: 3px;
+}
+.img-thumbnail {
+  padding: 4px;
+  line-height: 1.42857143;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 2px;
+  -webkit-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
+  display: inline-block;
+  max-width: 100%;
+  height: auto;
+}
+.img-circle {
+  border-radius: 50%;
+}
+hr {
+  margin-top: 18px;
+  margin-bottom: 18px;
+  border: 0;
+  border-top: 1px solid #eeeeee;
+}
+.sr-only {
+  position: absolute;
+  width: 1px;
+  height: 1px;
+  margin: -1px;
+  padding: 0;
+  overflow: hidden;
+  clip: rect(0, 0, 0, 0);
+  border: 0;
+}
+.sr-only-focusable:active,
+.sr-only-focusable:focus {
+  position: static;
+  width: auto;
+  height: auto;
+  margin: 0;
+  overflow: visible;
+  clip: auto;
+}
+[role="button"] {
+  cursor: pointer;
+}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+.h1,
+.h2,
+.h3,
+.h4,
+.h5,
+.h6 {
+  font-family: inherit;
+  font-weight: 500;
+  line-height: 1.1;
+  color: inherit;
+}
+h1 small,
+h2 small,
+h3 small,
+h4 small,
+h5 small,
+h6 small,
+.h1 small,
+.h2 small,
+.h3 small,
+.h4 small,
+.h5 small,
+.h6 small,
+h1 .small,
+h2 .small,
+h3 .small,
+h4 .small,
+h5 .small,
+h6 .small,
+.h1 .small,
+.h2 .small,
+.h3 .small,
+.h4 .small,
+.h5 .small,
+.h6 .small {
+  font-weight: normal;
+  line-height: 1;
+  color: #777777;
+}
+h1,
+.h1,
+h2,
+.h2,
+h3,
+.h3 {
+  margin-top: 18px;
+  margin-bottom: 9px;
+}
+h1 small,
+.h1 small,
+h2 small,
+.h2 small,
+h3 small,
+.h3 small,
+h1 .small,
+.h1 .small,
+h2 .small,
+.h2 .small,
+h3 .small,
+.h3 .small {
+  font-size: 65%;
+}
+h4,
+.h4,
+h5,
+.h5,
+h6,
+.h6 {
+  margin-top: 9px;
+  margin-bottom: 9px;
+}
+h4 small,
+.h4 small,
+h5 small,
+.h5 small,
+h6 small,
+.h6 small,
+h4 .small,
+.h4 .small,
+h5 .small,
+.h5 .small,
+h6 .small,
+.h6 .small {
+  font-size: 75%;
+}
+h1,
+.h1 {
+  font-size: 33px;
+}
+h2,
+.h2 {
+  font-size: 27px;
+}
+h3,
+.h3 {
+  font-size: 23px;
+}
+h4,
+.h4 {
+  font-size: 17px;
+}
+h5,
+.h5 {
+  font-size: 13px;
+}
+h6,
+.h6 {
+  font-size: 12px;
+}
+p {
+  margin: 0 0 9px;
+}
+.lead {
+  margin-bottom: 18px;
+  font-size: 14px;
+  font-weight: 300;
+  line-height: 1.4;
+}
+@media (min-width: 768px) {
+  .lead {
+    font-size: 19.5px;
+  }
+}
+small,
+.small {
+  font-size: 92%;
+}
+mark,
+.mark {
+  background-color: #fcf8e3;
+  padding: .2em;
+}
+.text-left {
+  text-align: left;
+}
+.text-right {
+  text-align: right;
+}
+.text-center {
+  text-align: center;
+}
+.text-justify {
+  text-align: justify;
+}
+.text-nowrap {
+  white-space: nowrap;
+}
+.text-lowercase {
+  text-transform: lowercase;
+}
+.text-uppercase {
+  text-transform: uppercase;
+}
+.text-capitalize {
+  text-transform: capitalize;
+}
+.text-muted {
+  color: #777777;
+}
+.text-primary {
+  color: #337ab7;
+}
+a.text-primary:hover,
+a.text-primary:focus {
+  color: #286090;
+}
+.text-success {
+  color: #3c763d;
+}
+a.text-success:hover,
+a.text-success:focus {
+  color: #2b542c;
+}
+.text-info {
+  color: #31708f;
+}
+a.text-info:hover,
+a.text-info:focus {
+  color: #245269;
+}
+.text-warning {
+  color: #8a6d3b;
+}
+a.text-warning:hover,
+a.text-warning:focus {
+  color: #66512c;
+}
+.text-danger {
+  color: #a94442;
+}
+a.text-danger:hover,
+a.text-danger:focus {
+  color: #843534;
+}
+.bg-primary {
+  color: #fff;
+  background-color: #337ab7;
+}
+a.bg-primary:hover,
+a.bg-primary:focus {
+  background-color: #286090;
+}
+.bg-success {
+  background-color: #dff0d8;
+}
+a.bg-success:hover,
+a.bg-success:focus {
+  background-color: #c1e2b3;
+}
+.bg-info {
+  background-color: #d9edf7;
+}
+a.bg-info:hover,
+a.bg-info:focus {
+  background-color: #afd9ee;
+}
+.bg-warning {
+  background-color: #fcf8e3;
+}
+a.bg-warning:hover,
+a.bg-warning:focus {
+  background-color: #f7ecb5;
+}
+.bg-danger {
+  background-color: #f2dede;
+}
+a.bg-danger:hover,
+a.bg-danger:focus {
+  background-color: #e4b9b9;
+}
+.page-header {
+  padding-bottom: 8px;
+  margin: 36px 0 18px;
+  border-bottom: 1px solid #eeeeee;
+}
+ul,
+ol {
+  margin-top: 0;
+  margin-bottom: 9px;
+}
+ul ul,
+ol ul,
+ul ol,
+ol ol {
+  margin-bottom: 0;
+}
+.list-unstyled {
+  padding-left: 0;
+  list-style: none;
+}
+.list-inline {
+  padding-left: 0;
+  list-style: none;
+  margin-left: -5px;
+}
+.list-inline > li {
+  display: inline-block;
+  padding-left: 5px;
+  padding-right: 5px;
+}
+dl {
+  margin-top: 0;
+  margin-bottom: 18px;
+}
+dt,
+dd {
+  line-height: 1.42857143;
+}
+dt {
+  font-weight: bold;
+}
+dd {
+  margin-left: 0;
+}
+@media (min-width: 541px) {
+  .dl-horizontal dt {
+    float: left;
+    width: 160px;
+    clear: left;
+    text-align: right;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+  }
+  .dl-horizontal dd {
+    margin-left: 180px;
+  }
+}
+abbr[title],
+abbr[data-original-title] {
+  cursor: help;
+  border-bottom: 1px dotted #777777;
+}
+.initialism {
+  font-size: 90%;
+  text-transform: uppercase;
+}
+blockquote {
+  padding: 9px 18px;
+  margin: 0 0 18px;
+  font-size: inherit;
+  border-left: 5px solid #eeeeee;
+}
+blockquote p:last-child,
+blockquote ul:last-child,
+blockquote ol:last-child {
+  margin-bottom: 0;
+}
+blockquote footer,
+blockquote small,
+blockquote .small {
+  display: block;
+  font-size: 80%;
+  line-height: 1.42857143;
+  color: #777777;
+}
+blockquote footer:before,
+blockquote small:before,
+blockquote .small:before {
+  content: '\2014 \00A0';
+}
+.blockquote-reverse,
+blockquote.pull-right {
+  padding-right: 15px;
+  padding-left: 0;
+  border-right: 5px solid #eeeeee;
+  border-left: 0;
+  text-align: right;
+}
+.blockquote-reverse footer:before,
+blockquote.pull-right footer:before,
+.blockquote-reverse small:before,
+blockquote.pull-right small:before,
+.blockquote-reverse .small:before,
+blockquote.pull-right .small:before {
+  content: '';
+}
+.blockquote-reverse footer:after,
+blockquote.pull-right footer:after,
+.blockquote-reverse small:after,
+blockquote.pull-right small:after,
+.blockquote-reverse .small:after,
+blockquote.pull-right .small:after {
+  content: '\00A0 \2014';
+}
+address {
+  margin-bottom: 18px;
+  font-style: normal;
+  line-height: 1.42857143;
+}
+code,
+kbd,
+pre,
+samp {
+  font-family: monospace;
+}
+code {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #c7254e;
+  background-color: #f9f2f4;
+  border-radius: 2px;
+}
+kbd {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #888;
+  background-color: transparent;
+  border-radius: 1px;
+  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+kbd kbd {
+  padding: 0;
+  font-size: 100%;
+  font-weight: bold;
+  box-shadow: none;
+}
+pre {
+  display: block;
+  padding: 8.5px;
+  margin: 0 0 9px;
+  font-size: 12px;
+  line-height: 1.42857143;
+  word-break: break-all;
+  word-wrap: break-word;
+  color: #333333;
+  background-color: #f5f5f5;
+  border: 1px solid #ccc;
+  border-radius: 2px;
+}
+pre code {
+  padding: 0;
+  font-size: inherit;
+  color: inherit;
+  white-space: pre-wrap;
+  background-color: transparent;
+  border-radius: 0;
+}
+.pre-scrollable {
+  max-height: 340px;
+  overflow-y: scroll;
+}
+.container {
+  margin-right: auto;
+  margin-left: auto;
+  padding-left: 0px;
+  padding-right: 0px;
+}
+@media (min-width: 768px) {
+  .container {
+    width: 768px;
+  }
+}
+@media (min-width: 992px) {
+  .container {
+    width: 940px;
+  }
+}
+@media (min-width: 1200px) {
+  .container {
+    width: 1140px;
+  }
+}
+.container-fluid {
+  margin-right: auto;
+  margin-left: auto;
+  padding-left: 0px;
+  padding-right: 0px;
+}
+.row {
+  margin-left: 0px;
+  margin-right: 0px;
+}
+.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
+  position: relative;
+  min-height: 1px;
+  padding-left: 0px;
+  padding-right: 0px;
+}
+.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
+  float: left;
+}
+.col-xs-12 {
+  width: 100%;
+}
+.col-xs-11 {
+  width: 91.66666667%;
+}
+.col-xs-10 {
+  width: 83.33333333%;
+}
+.col-xs-9 {
+  width: 75%;
+}
+.col-xs-8 {
+  width: 66.66666667%;
+}
+.col-xs-7 {
+  width: 58.33333333%;
+}
+.col-xs-6 {
+  width: 50%;
+}
+.col-xs-5 {
+  width: 41.66666667%;
+}
+.col-xs-4 {
+  width: 33.33333333%;
+}
+.col-xs-3 {
+  width: 25%;
+}
+.col-xs-2 {
+  width: 16.66666667%;
+}
+.col-xs-1 {
+  width: 8.33333333%;
+}
+.col-xs-pull-12 {
+  right: 100%;
+}
+.col-xs-pull-11 {
+  right: 91.66666667%;
+}
+.col-xs-pull-10 {
+  right: 83.33333333%;
+}
+.col-xs-pull-9 {
+  right: 75%;
+}
+.col-xs-pull-8 {
+  right: 66.66666667%;
+}
+.col-xs-pull-7 {
+  right: 58.33333333%;
+}
+.col-xs-pull-6 {
+  right: 50%;
+}
+.col-xs-pull-5 {
+  right: 41.66666667%;
+}
+.col-xs-pull-4 {
+  right: 33.33333333%;
+}
+.col-xs-pull-3 {
+  right: 25%;
+}
+.col-xs-pull-2 {
+  right: 16.66666667%;
+}
+.col-xs-pull-1 {
+  right: 8.33333333%;
+}
+.col-xs-pull-0 {
+  right: auto;
+}
+.col-xs-push-12 {
+  left: 100%;
+}
+.col-xs-push-11 {
+  left: 91.66666667%;
+}
+.col-xs-push-10 {
+  left: 83.33333333%;
+}
+.col-xs-push-9 {
+  left: 75%;
+}
+.col-xs-push-8 {
+  left: 66.66666667%;
+}
+.col-xs-push-7 {
+  left: 58.33333333%;
+}
+.col-xs-push-6 {
+  left: 50%;
+}
+.col-xs-push-5 {
+  left: 41.66666667%;
+}
+.col-xs-push-4 {
+  left: 33.33333333%;
+}
+.col-xs-push-3 {
+  left: 25%;
+}
+.col-xs-push-2 {
+  left: 16.66666667%;
+}
+.col-xs-push-1 {
+  left: 8.33333333%;
+}
+.col-xs-push-0 {
+  left: auto;
+}
+.col-xs-offset-12 {
+  margin-left: 100%;
+}
+.col-xs-offset-11 {
+  margin-left: 91.66666667%;
+}
+.col-xs-offset-10 {
+  margin-left: 83.33333333%;
+}
+.col-xs-offset-9 {
+  margin-left: 75%;
+}
+.col-xs-offset-8 {
+  margin-left: 66.66666667%;
+}
+.col-xs-offset-7 {
+  margin-left: 58.33333333%;
+}
+.col-xs-offset-6 {
+  margin-left: 50%;
+}
+.col-xs-offset-5 {
+  margin-left: 41.66666667%;
+}
+.col-xs-offset-4 {
+  margin-left: 33.33333333%;
+}
+.col-xs-offset-3 {
+  margin-left: 25%;
+}
+.col-xs-offset-2 {
+  margin-left: 16.66666667%;
+}
+.col-xs-offset-1 {
+  margin-left: 8.33333333%;
+}
+.col-xs-offset-0 {
+  margin-left: 0%;
+}
+@media (min-width: 768px) {
+  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
+    float: left;
+  }
+  .col-sm-12 {
+    width: 100%;
+  }
+  .col-sm-11 {
+    width: 91.66666667%;
+  }
+  .col-sm-10 {
+    width: 83.33333333%;
+  }
+  .col-sm-9 {
+    width: 75%;
+  }
+  .col-sm-8 {
+    width: 66.66666667%;
+  }
+  .col-sm-7 {
+    width: 58.33333333%;
+  }
+  .col-sm-6 {
+    width: 50%;
+  }
+  .col-sm-5 {
+    width: 41.66666667%;
+  }
+  .col-sm-4 {
+    width: 33.33333333%;
+  }
+  .col-sm-3 {
+    width: 25%;
+  }
+  .col-sm-2 {
+    width: 16.66666667%;
+  }
+  .col-sm-1 {
+    width: 8.33333333%;
+  }
+  .col-sm-pull-12 {
+    right: 100%;
+  }
+  .col-sm-pull-11 {
+    right: 91.66666667%;
+  }
+  .col-sm-pull-10 {
+    right: 83.33333333%;
+  }
+  .col-sm-pull-9 {
+    right: 75%;
+  }
+  .col-sm-pull-8 {
+    right: 66.66666667%;
+  }
+  .col-sm-pull-7 {
+    right: 58.33333333%;
+  }
+  .col-sm-pull-6 {
+    right: 50%;
+  }
+  .col-sm-pull-5 {
+    right: 41.66666667%;
+  }
+  .col-sm-pull-4 {
+    right: 33.33333333%;
+  }
+  .col-sm-pull-3 {
+    right: 25%;
+  }
+  .col-sm-pull-2 {
+    right: 16.66666667%;
+  }
+  .col-sm-pull-1 {
+    right: 8.33333333%;
+  }
+  .col-sm-pull-0 {
+    right: auto;
+  }
+  .col-sm-push-12 {
+    left: 100%;
+  }
+  .col-sm-push-11 {
+    left: 91.66666667%;
+  }
+  .col-sm-push-10 {
+    left: 83.33333333%;
+  }
+  .col-sm-push-9 {
+    left: 75%;
+  }
+  .col-sm-push-8 {
+    left: 66.66666667%;
+  }
+  .col-sm-push-7 {
+    left: 58.33333333%;
+  }
+  .col-sm-push-6 {
+    left: 50%;
+  }
+  .col-sm-push-5 {
+    left: 41.66666667%;
+  }
+  .col-sm-push-4 {
+    left: 33.33333333%;
+  }
+  .col-sm-push-3 {
+    left: 25%;
+  }
+  .col-sm-push-2 {
+    left: 16.66666667%;
+  }
+  .col-sm-push-1 {
+    left: 8.33333333%;
+  }
+  .col-sm-push-0 {
+    left: auto;
+  }
+  .col-sm-offset-12 {
+    margin-left: 100%;
+  }
+  .col-sm-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-sm-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-sm-offset-9 {
+    margin-left: 75%;
+  }
+  .col-sm-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-sm-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-sm-offset-6 {
+    margin-left: 50%;
+  }
+  .col-sm-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-sm-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-sm-offset-3 {
+    margin-left: 25%;
+  }
+  .col-sm-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-sm-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-sm-offset-0 {
+    margin-left: 0%;
+  }
+}
+@media (min-width: 992px) {
+  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
+    float: left;
+  }
+  .col-md-12 {
+    width: 100%;
+  }
+  .col-md-11 {
+    width: 91.66666667%;
+  }
+  .col-md-10 {
+    width: 83.33333333%;
+  }
+  .col-md-9 {
+    width: 75%;
+  }
+  .col-md-8 {
+    width: 66.66666667%;
+  }
+  .col-md-7 {
+    width: 58.33333333%;
+  }
+  .col-md-6 {
+    width: 50%;
+  }
+  .col-md-5 {
+    width: 41.66666667%;
+  }
+  .col-md-4 {
+    width: 33.33333333%;
+  }
+  .col-md-3 {
+    width: 25%;
+  }
+  .col-md-2 {
+    width: 16.66666667%;
+  }
+  .col-md-1 {
+    width: 8.33333333%;
+  }
+  .col-md-pull-12 {
+    right: 100%;
+  }
+  .col-md-pull-11 {
+    right: 91.66666667%;
+  }
+  .col-md-pull-10 {
+    right: 83.33333333%;
+  }
+  .col-md-pull-9 {
+    right: 75%;
+  }
+  .col-md-pull-8 {
+    right: 66.66666667%;
+  }
+  .col-md-pull-7 {
+    right: 58.33333333%;
+  }
+  .col-md-pull-6 {
+    right: 50%;
+  }
+  .col-md-pull-5 {
+    right: 41.66666667%;
+  }
+  .col-md-pull-4 {
+    right: 33.33333333%;
+  }
+  .col-md-pull-3 {
+    right: 25%;
+  }
+  .col-md-pull-2 {
+    right: 16.66666667%;
+  }
+  .col-md-pull-1 {
+    right: 8.33333333%;
+  }
+  .col-md-pull-0 {
+    right: auto;
+  }
+  .col-md-push-12 {
+    left: 100%;
+  }
+  .col-md-push-11 {
+    left: 91.66666667%;
+  }
+  .col-md-push-10 {
+    left: 83.33333333%;
+  }
+  .col-md-push-9 {
+    left: 75%;
+  }
+  .col-md-push-8 {
+    left: 66.66666667%;
+  }
+  .col-md-push-7 {
+    left: 58.33333333%;
+  }
+  .col-md-push-6 {
+    left: 50%;
+  }
+  .col-md-push-5 {
+    left: 41.66666667%;
+  }
+  .col-md-push-4 {
+    left: 33.33333333%;
+  }
+  .col-md-push-3 {
+    left: 25%;
+  }
+  .col-md-push-2 {
+    left: 16.66666667%;
+  }
+  .col-md-push-1 {
+    left: 8.33333333%;
+  }
+  .col-md-push-0 {
+    left: auto;
+  }
+  .col-md-offset-12 {
+    margin-left: 100%;
+  }
+  .col-md-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-md-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-md-offset-9 {
+    margin-left: 75%;
+  }
+  .col-md-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-md-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-md-offset-6 {
+    margin-left: 50%;
+  }
+  .col-md-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-md-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-md-offset-3 {
+    margin-left: 25%;
+  }
+  .col-md-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-md-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-md-offset-0 {
+    margin-left: 0%;
+  }
+}
+@media (min-width: 1200px) {
+  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
+    float: left;
+  }
+  .col-lg-12 {
+    width: 100%;
+  }
+  .col-lg-11 {
+    width: 91.66666667%;
+  }
+  .col-lg-10 {
+    width: 83.33333333%;
+  }
+  .col-lg-9 {
+    width: 75%;
+  }
+  .col-lg-8 {
+    width: 66.66666667%;
+  }
+  .col-lg-7 {
+    width: 58.33333333%;
+  }
+  .col-lg-6 {
+    width: 50%;
+  }
+  .col-lg-5 {
+    width: 41.66666667%;
+  }
+  .col-lg-4 {
+    width: 33.33333333%;
+  }
+  .col-lg-3 {
+    width: 25%;
+  }
+  .col-lg-2 {
+    width: 16.66666667%;
+  }
+  .col-lg-1 {
+    width: 8.33333333%;
+  }
+  .col-lg-pull-12 {
+    right: 100%;
+  }
+  .col-lg-pull-11 {
+    right: 91.66666667%;
+  }
+  .col-lg-pull-10 {
+    right: 83.33333333%;
+  }
+  .col-lg-pull-9 {
+    right: 75%;
+  }
+  .col-lg-pull-8 {
+    right: 66.66666667%;
+  }
+  .col-lg-pull-7 {
+    right: 58.33333333%;
+  }
+  .col-lg-pull-6 {
+    right: 50%;
+  }
+  .col-lg-pull-5 {
+    right: 41.66666667%;
+  }
+  .col-lg-pull-4 {
+    right: 33.33333333%;
+  }
+  .col-lg-pull-3 {
+    right: 25%;
+  }
+  .col-lg-pull-2 {
+    right: 16.66666667%;
+  }
+  .col-lg-pull-1 {
+    right: 8.33333333%;
+  }
+  .col-lg-pull-0 {
+    right: auto;
+  }
+  .col-lg-push-12 {
+    left: 100%;
+  }
+  .col-lg-push-11 {
+    left: 91.66666667%;
+  }
+  .col-lg-push-10 {
+    left: 83.33333333%;
+  }
+  .col-lg-push-9 {
+    left: 75%;
+  }
+  .col-lg-push-8 {
+    left: 66.66666667%;
+  }
+  .col-lg-push-7 {
+    left: 58.33333333%;
+  }
+  .col-lg-push-6 {
+    left: 50%;
+  }
+  .col-lg-push-5 {
+    left: 41.66666667%;
+  }
+  .col-lg-push-4 {
+    left: 33.33333333%;
+  }
+  .col-lg-push-3 {
+    left: 25%;
+  }
+  .col-lg-push-2 {
+    left: 16.66666667%;
+  }
+  .col-lg-push-1 {
+    left: 8.33333333%;
+  }
+  .col-lg-push-0 {
+    left: auto;
+  }
+  .col-lg-offset-12 {
+    margin-left: 100%;
+  }
+  .col-lg-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-lg-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-lg-offset-9 {
+    margin-left: 75%;
+  }
+  .col-lg-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-lg-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-lg-offset-6 {
+    margin-left: 50%;
+  }
+  .col-lg-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-lg-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-lg-offset-3 {
+    margin-left: 25%;
+  }
+  .col-lg-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-lg-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-lg-offset-0 {
+    margin-left: 0%;
+  }
+}
+table {
+  background-color: transparent;
+}
+caption {
+  padding-top: 8px;
+  padding-bottom: 8px;
+  color: #777777;
+  text-align: left;
+}
+th {
+  text-align: left;
+}
+.table {
+  width: 100%;
+  max-width: 100%;
+  margin-bottom: 18px;
+}
+.table > thead > tr > th,
+.table > tbody > tr > th,
+.table > tfoot > tr > th,
+.table > thead > tr > td,
+.table > tbody > tr > td,
+.table > tfoot > tr > td {
+  padding: 8px;
+  line-height: 1.42857143;
+  vertical-align: top;
+  border-top: 1px solid #ddd;
+}
+.table > thead > tr > th {
+  vertical-align: bottom;
+  border-bottom: 2px solid #ddd;
+}
+.table > caption + thead > tr:first-child > th,
+.table > colgroup + thead > tr:first-child > th,
+.table > thead:first-child > tr:first-child > th,
+.table > caption + thead > tr:first-child > td,
+.table > colgroup + thead > tr:first-child > td,
+.table > thead:first-child > tr:first-child > td {
+  border-top: 0;
+}
+.table > tbody + tbody {
+  border-top: 2px solid #ddd;
+}
+.table .table {
+  background-color: #fff;
+}
+.table-condensed > thead > tr > th,
+.table-condensed > tbody > tr > th,
+.table-condensed > tfoot > tr > th,
+.table-condensed > thead > tr > td,
+.table-condensed > tbody > tr > td,
+.table-condensed > tfoot > tr > td {
+  padding: 5px;
+}
+.table-bordered {
+  border: 1px solid #ddd;
+}
+.table-bordered > thead > tr > th,
+.table-bordered > tbody > tr > th,
+.table-bordered > tfoot > tr > th,
+.table-bordered > thead > tr > td,
+.table-bordered > tbody > tr > td,
+.table-bordered > tfoot > tr > td {
+  border: 1px solid #ddd;
+}
+.table-bordered > thead > tr > th,
+.table-bordered > thead > tr > td {
+  border-bottom-width: 2px;
+}
+.table-striped > tbody > tr:nth-of-type(odd) {
+  background-color: #f9f9f9;
+}
+.table-hover > tbody > tr:hover {
+  background-color: #f5f5f5;
+}
+table col[class*="col-"] {
+  position: static;
+  float: none;
+  display: table-column;
+}
+table td[class*="col-"],
+table th[class*="col-"] {
+  position: static;
+  float: none;
+  display: table-cell;
+}
+.table > thead > tr > td.active,
+.table > tbody > tr > td.active,
+.table > tfoot > tr > td.active,
+.table > thead > tr > th.active,
+.table > tbody > tr > th.active,
+.table > tfoot > tr > th.active,
+.table > thead > tr.active > td,
+.table > tbody > tr.active > td,
+.table > tfoot > tr.active > td,
+.table > thead > tr.active > th,
+.table > tbody > tr.active > th,
+.table > tfoot > tr.active > th {
+  background-color: #f5f5f5;
+}
+.table-hover > tbody > tr > td.active:hover,
+.table-hover > tbody > tr > th.active:hover,
+.table-hover > tbody > tr.active:hover > td,
+.table-hover > tbody > tr:hover > .active,
+.table-hover > tbody > tr.active:hover > th {
+  background-color: #e8e8e8;
+}
+.table > thead > tr > td.success,
+.table > tbody > tr > td.success,
+.table > tfoot > tr > td.success,
+.table > thead > tr > th.success,
+.table > tbody > tr > th.success,
+.table > tfoot > tr > th.success,
+.table > thead > tr.success > td,
+.table > tbody > tr.success > td,
+.table > tfoot > tr.success > td,
+.table > thead > tr.success > th,
+.table > tbody > tr.success > th,
+.table > tfoot > tr.success > th {
+  background-color: #dff0d8;
+}
+.table-hover > tbody > tr > td.success:hover,
+.table-hover > tbody > tr > th.success:hover,
+.table-hover > tbody > tr.success:hover > td,
+.table-hover > tbody > tr:hover > .success,
+.table-hover > tbody > tr.success:hover > th {
+  background-color: #d0e9c6;
+}
+.table > thead > tr > td.info,
+.table > tbody > tr > td.info,
+.table > tfoot > tr > td.info,
+.table > thead > tr > th.info,
+.table > tbody > tr > th.info,
+.table > tfoot > tr > th.info,
+.table > thead > tr.info > td,
+.table > tbody > tr.info > td,
+.table > tfoot > tr.info > td,
+.table > thead > tr.info > th,
+.table > tbody > tr.info > th,
+.table > tfoot > tr.info > th {
+  background-color: #d9edf7;
+}
+.table-hover > tbody > tr > td.info:hover,
+.table-hover > tbody > tr > th.info:hover,
+.table-hover > tbody > tr.info:hover > td,
+.table-hover > tbody > tr:hover > .info,
+.table-hover > tbody > tr.info:hover > th {
+  background-color: #c4e3f3;
+}
+.table > thead > tr > td.warning,
+.table > tbody > tr > td.warning,
+.table > tfoot > tr > td.warning,
+.table > thead > tr > th.warning,
+.table > tbody > tr > th.warning,
+.table > tfoot > tr > th.warning,
+.table > thead > tr.warning > td,
+.table > tbody > tr.warning > td,
+.table > tfoot > tr.warning > td,
+.table > thead > tr.warning > th,
+.table > tbody > tr.warning > th,
+.table > tfoot > tr.warning > th {
+  background-color: #fcf8e3;
+}
+.table-hover > tbody > tr > td.warning:hover,
+.table-hover > tbody > tr > th.warning:hover,
+.table-hover > tbody > tr.warning:hover > td,
+.table-hover > tbody > tr:hover > .warning,
+.table-hover > tbody > tr.warning:hover > th {
+  background-color: #faf2cc;
+}
+.table > thead > tr > td.danger,
+.table > tbody > tr > td.danger,
+.table > tfoot > tr > td.danger,
+.table > thead > tr > th.danger,
+.table > tbody > tr > th.danger,
+.table > tfoot > tr > th.danger,
+.table > thead > tr.danger > td,
+.table > tbody > tr.danger > td,
+.table > tfoot > tr.danger > td,
+.table > thead > tr.danger > th,
+.table > tbody > tr.danger > th,
+.table > tfoot > tr.danger > th {
+  background-color: #f2dede;
+}
+.table-hover > tbody > tr > td.danger:hover,
+.table-hover > tbody > tr > th.danger:hover,
+.table-hover > tbody > tr.danger:hover > td,
+.table-hover > tbody > tr:hover > .danger,
+.table-hover > tbody > tr.danger:hover > th {
+  background-color: #ebcccc;
+}
+.table-responsive {
+  overflow-x: auto;
+  min-height: 0.01%;
+}
+@media screen and (max-width: 767px) {
+  .table-responsive {
+    width: 100%;
+    margin-bottom: 13.5px;
+    overflow-y: hidden;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+    border: 1px solid #ddd;
+  }
+  .table-responsive > .table {
+    margin-bottom: 0;
+  }
+  .table-responsive > .table > thead > tr > th,
+  .table-responsive > .table > tbody > tr > th,
+  .table-responsive > .table > tfoot > tr > th,
+  .table-responsive > .table > thead > tr > td,
+  .table-responsive > .table > tbody > tr > td,
+  .table-responsive > .table > tfoot > tr > td {
+    white-space: nowrap;
+  }
+  .table-responsive > .table-bordered {
+    border: 0;
+  }
+  .table-responsive > .table-bordered > thead > tr > th:first-child,
+  .table-responsive > .table-bordered > tbody > tr > th:first-child,
+  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+  .table-responsive > .table-bordered > thead > tr > td:first-child,
+  .table-responsive > .table-bordered > tbody > tr > td:first-child,
+  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+    border-left: 0;
+  }
+  .table-responsive > .table-bordered > thead > tr > th:last-child,
+  .table-responsive > .table-bordered > tbody > tr > th:last-child,
+  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+  .table-responsive > .table-bordered > thead > tr > td:last-child,
+  .table-responsive > .table-bordered > tbody > tr > td:last-child,
+  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+    border-right: 0;
+  }
+  .table-responsive > .table-bordered > tbody > tr:last-child > th,
+  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
+  .table-responsive > .table-bordered > tbody > tr:last-child > td,
+  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
+    border-bottom: 0;
+  }
+}
+fieldset {
+  padding: 0;
+  margin: 0;
+  border: 0;
+  min-width: 0;
+}
+legend {
+  display: block;
+  width: 100%;
+  padding: 0;
+  margin-bottom: 18px;
+  font-size: 19.5px;
+  line-height: inherit;
+  color: #333333;
+  border: 0;
+  border-bottom: 1px solid #e5e5e5;
+}
+label {
+  display: inline-block;
+  max-width: 100%;
+  margin-bottom: 5px;
+  font-weight: bold;
+}
+input[type="search"] {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+input[type="radio"],
+input[type="checkbox"] {
+  margin: 4px 0 0;
+  margin-top: 1px \9;
+  line-height: normal;
+}
+input[type="file"] {
+  display: block;
+}
+input[type="range"] {
+  display: block;
+  width: 100%;
+}
+select[multiple],
+select[size] {
+  height: auto;
+}
+input[type="file"]:focus,
+input[type="radio"]:focus,
+input[type="checkbox"]:focus {
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+output {
+  display: block;
+  padding-top: 7px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #555555;
+}
+.form-control {
+  display: block;
+  width: 100%;
+  height: 32px;
+  padding: 6px 12px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #555555;
+  background-color: #fff;
+  background-image: none;
+  border: 1px solid #ccc;
+  border-radius: 2px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+}
+.form-control:focus {
+  border-color: #66afe9;
+  outline: 0;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
+  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
+}
+.form-control::-moz-placeholder {
+  color: #999;
+  opacity: 1;
+}
+.form-control:-ms-input-placeholder {
+  color: #999;
+}
+.form-control::-webkit-input-placeholder {
+  color: #999;
+}
+.form-control::-ms-expand {
+  border: 0;
+  background-color: transparent;
+}
+.form-control[disabled],
+.form-control[readonly],
+fieldset[disabled] .form-control {
+  background-color: #eeeeee;
+  opacity: 1;
+}
+.form-control[disabled],
+fieldset[disabled] .form-control {
+  cursor: not-allowed;
+}
+textarea.form-control {
+  height: auto;
+}
+input[type="search"] {
+  -webkit-appearance: none;
+}
+@media screen and (-webkit-min-device-pixel-ratio: 0) {
+  input[type="date"].form-control,
+  input[type="time"].form-control,
+  input[type="datetime-local"].form-control,
+  input[type="month"].form-control {
+    line-height: 32px;
+  }
+  input[type="date"].input-sm,
+  input[type="time"].input-sm,
+  input[type="datetime-local"].input-sm,
+  input[type="month"].input-sm,
+  .input-group-sm input[type="date"],
+  .input-group-sm input[type="time"],
+  .input-group-sm input[type="datetime-local"],
+  .input-group-sm input[type="month"] {
+    line-height: 30px;
+  }
+  input[type="date"].input-lg,
+  input[type="time"].input-lg,
+  input[type="datetime-local"].input-lg,
+  input[type="month"].input-lg,
+  .input-group-lg input[type="date"],
+  .input-group-lg input[type="time"],
+  .input-group-lg input[type="datetime-local"],
+  .input-group-lg input[type="month"] {
+    line-height: 45px;
+  }
+}
+.form-group {
+  margin-bottom: 15px;
+}
+.radio,
+.checkbox {
+  position: relative;
+  display: block;
+  margin-top: 10px;
+  margin-bottom: 10px;
+}
+.radio label,
+.checkbox label {
+  min-height: 18px;
+  padding-left: 20px;
+  margin-bottom: 0;
+  font-weight: normal;
+  cursor: pointer;
+}
+.radio input[type="radio"],
+.radio-inline input[type="radio"],
+.checkbox input[type="checkbox"],
+.checkbox-inline input[type="checkbox"] {
+  position: absolute;
+  margin-left: -20px;
+  margin-top: 4px \9;
+}
+.radio + .radio,
+.checkbox + .checkbox {
+  margin-top: -5px;
+}
+.radio-inline,
+.checkbox-inline {
+  position: relative;
+  display: inline-block;
+  padding-left: 20px;
+  margin-bottom: 0;
+  vertical-align: middle;
+  font-weight: normal;
+  cursor: pointer;
+}
+.radio-inline + .radio-inline,
+.checkbox-inline + .checkbox-inline {
+  margin-top: 0;
+  margin-left: 10px;
+}
+input[type="radio"][disabled],
+input[type="checkbox"][disabled],
+input[type="radio"].disabled,
+input[type="checkbox"].disabled,
+fieldset[disabled] input[type="radio"],
+fieldset[disabled] input[type="checkbox"] {
+  cursor: not-allowed;
+}
+.radio-inline.disabled,
+.checkbox-inline.disabled,
+fieldset[disabled] .radio-inline,
+fieldset[disabled] .checkbox-inline {
+  cursor: not-allowed;
+}
+.radio.disabled label,
+.checkbox.disabled label,
+fieldset[disabled] .radio label,
+fieldset[disabled] .checkbox label {
+  cursor: not-allowed;
+}
+.form-control-static {
+  padding-top: 7px;
+  padding-bottom: 7px;
+  margin-bottom: 0;
+  min-height: 31px;
+}
+.form-control-static.input-lg,
+.form-control-static.input-sm {
+  padding-left: 0;
+  padding-right: 0;
+}
+.input-sm {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+}
+select.input-sm {
+  height: 30px;
+  line-height: 30px;
+}
+textarea.input-sm,
+select[multiple].input-sm {
+  height: auto;
+}
+.form-group-sm .form-control {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+}
+.form-group-sm select.form-control {
+  height: 30px;
+  line-height: 30px;
+}
+.form-group-sm textarea.form-control,
+.form-group-sm select[multiple].form-control {
+  height: auto;
+}
+.form-group-sm .form-control-static {
+  height: 30px;
+  min-height: 30px;
+  padding: 6px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+}
+.input-lg {
+  height: 45px;
+  padding: 10px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+  border-radius: 3px;
+}
+select.input-lg {
+  height: 45px;
+  line-height: 45px;
+}
+textarea.input-lg,
+select[multiple].input-lg {
+  height: auto;
+}
+.form-group-lg .form-control {
+  height: 45px;
+  padding: 10px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+  border-radius: 3px;
+}
+.form-group-lg select.form-control {
+  height: 45px;
+  line-height: 45px;
+}
+.form-group-lg textarea.form-control,
+.form-group-lg select[multiple].form-control {
+  height: auto;
+}
+.form-group-lg .form-control-static {
+  height: 45px;
+  min-height: 35px;
+  padding: 11px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+}
+.has-feedback {
+  position: relative;
+}
+.has-feedback .form-control {
+  padding-right: 40px;
+}
+.form-control-feedback {
+  position: absolute;
+  top: 0;
+  right: 0;
+  z-index: 2;
+  display: block;
+  width: 32px;
+  height: 32px;
+  line-height: 32px;
+  text-align: center;
+  pointer-events: none;
+}
+.input-lg + .form-control-feedback,
+.input-group-lg + .form-control-feedback,
+.form-group-lg .form-control + .form-control-feedback {
+  width: 45px;
+  height: 45px;
+  line-height: 45px;
+}
+.input-sm + .form-control-feedback,
+.input-group-sm + .form-control-feedback,
+.form-group-sm .form-control + .form-control-feedback {
+  width: 30px;
+  height: 30px;
+  line-height: 30px;
+}
+.has-success .help-block,
+.has-success .control-label,
+.has-success .radio,
+.has-success .checkbox,
+.has-success .radio-inline,
+.has-success .checkbox-inline,
+.has-success.radio label,
+.has-success.checkbox label,
+.has-success.radio-inline label,
+.has-success.checkbox-inline label {
+  color: #3c763d;
+}
+.has-success .form-control {
+  border-color: #3c763d;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+.has-success .form-control:focus {
+  border-color: #2b542c;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
+}
+.has-success .input-group-addon {
+  color: #3c763d;
+  border-color: #3c763d;
+  background-color: #dff0d8;
+}
+.has-success .form-control-feedback {
+  color: #3c763d;
+}
+.has-warning .help-block,
+.has-warning .control-label,
+.has-warning .radio,
+.has-warning .checkbox,
+.has-warning .radio-inline,
+.has-warning .checkbox-inline,
+.has-warning.radio label,
+.has-warning.checkbox label,
+.has-warning.radio-inline label,
+.has-warning.checkbox-inline label {
+  color: #8a6d3b;
+}
+.has-warning .form-control {
+  border-color: #8a6d3b;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+.has-warning .form-control:focus {
+  border-color: #66512c;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
+}
+.has-warning .input-group-addon {
+  color: #8a6d3b;
+  border-color: #8a6d3b;
+  background-color: #fcf8e3;
+}
+.has-warning .form-control-feedback {
+  color: #8a6d3b;
+}
+.has-error .help-block,
+.has-error .control-label,
+.has-error .radio,
+.has-error .checkbox,
+.has-error .radio-inline,
+.has-error .checkbox-inline,
+.has-error.radio label,
+.has-error.checkbox label,
+.has-error.radio-inline label,
+.has-error.checkbox-inline label {
+  color: #a94442;
+}
+.has-error .form-control {
+  border-color: #a94442;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+.has-error .form-control:focus {
+  border-color: #843534;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
+}
+.has-error .input-group-addon {
+  color: #a94442;
+  border-color: #a94442;
+  background-color: #f2dede;
+}
+.has-error .form-control-feedback {
+  color: #a94442;
+}
+.has-feedback label ~ .form-control-feedback {
+  top: 23px;
+}
+.has-feedback label.sr-only ~ .form-control-feedback {
+  top: 0;
+}
+.help-block {
+  display: block;
+  margin-top: 5px;
+  margin-bottom: 10px;
+  color: #404040;
+}
+@media (min-width: 768px) {
+  .form-inline .form-group {
+    display: inline-block;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .form-control {
+    display: inline-block;
+    width: auto;
+    vertical-align: middle;
+  }
+  .form-inline .form-control-static {
+    display: inline-block;
+  }
+  .form-inline .input-group {
+    display: inline-table;
+    vertical-align: middle;
+  }
+  .form-inline .input-group .input-group-addon,
+  .form-inline .input-group .input-group-btn,
+  .form-inline .input-group .form-control {
+    width: auto;
+  }
+  .form-inline .input-group > .form-control {
+    width: 100%;
+  }
+  .form-inline .control-label {
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .radio,
+  .form-inline .checkbox {
+    display: inline-block;
+    margin-top: 0;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .radio label,
+  .form-inline .checkbox label {
+    padding-left: 0;
+  }
+  .form-inline .radio input[type="radio"],
+  .form-inline .checkbox input[type="checkbox"] {
+    position: relative;
+    margin-left: 0;
+  }
+  .form-inline .has-feedback .form-control-feedback {
+    top: 0;
+  }
+}
+.form-horizontal .radio,
+.form-horizontal .checkbox,
+.form-horizontal .radio-inline,
+.form-horizontal .checkbox-inline {
+  margin-top: 0;
+  margin-bottom: 0;
+  padding-top: 7px;
+}
+.form-horizontal .radio,
+.form-horizontal .checkbox {
+  min-height: 25px;
+}
+.form-horizontal .form-group {
+  margin-left: 0px;
+  margin-right: 0px;
+}
+@media (min-width: 768px) {
+  .form-horizontal .control-label {
+    text-align: right;
+    margin-bottom: 0;
+    padding-top: 7px;
+  }
+}
+.form-horizontal .has-feedback .form-control-feedback {
+  right: 0px;
+}
+@media (min-width: 768px) {
+  .form-horizontal .form-group-lg .control-label {
+    padding-top: 11px;
+    font-size: 17px;
+  }
+}
+@media (min-width: 768px) {
+  .form-horizontal .form-group-sm .control-label {
+    padding-top: 6px;
+    font-size: 12px;
+  }
+}
+.btn {
+  display: inline-block;
+  margin-bottom: 0;
+  font-weight: normal;
+  text-align: center;
+  vertical-align: middle;
+  touch-action: manipulation;
+  cursor: pointer;
+  background-image: none;
+  border: 1px solid transparent;
+  white-space: nowrap;
+  padding: 6px 12px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  border-radius: 2px;
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
+}
+.btn:focus,
+.btn:active:focus,
+.btn.active:focus,
+.btn.focus,
+.btn:active.focus,
+.btn.active.focus {
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+.btn:hover,
+.btn:focus,
+.btn.focus {
+  color: #333;
+  text-decoration: none;
+}
+.btn:active,
+.btn.active {
+  outline: 0;
+  background-image: none;
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+.btn.disabled,
+.btn[disabled],
+fieldset[disabled] .btn {
+  cursor: not-allowed;
+  opacity: 0.65;
+  filter: alpha(opacity=65);
+  -webkit-box-shadow: none;
+  box-shadow: none;
+}
+a.btn.disabled,
+fieldset[disabled] a.btn {
+  pointer-events: none;
+}
+.btn-default {
+  color: #333;
+  background-color: #fff;
+  border-color: #ccc;
+}
+.btn-default:focus,
+.btn-default.focus {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #8c8c8c;
+}
+.btn-default:hover {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+.btn-default:active,
+.btn-default.active,
+.open > .dropdown-toggle.btn-default {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+.btn-default:active:hover,
+.btn-default.active:hover,
+.open > .dropdown-toggle.btn-default:hover,
+.btn-default:active:focus,
+.btn-default.active:focus,
+.open > .dropdown-toggle.btn-default:focus,
+.btn-default:active.focus,
+.btn-default.active.focus,
+.open > .dropdown-toggle.btn-default.focus {
+  color: #333;
+  background-color: #d4d4d4;
+  border-color: #8c8c8c;
+}
+.btn-default:active,
+.btn-default.active,
+.open > .dropdown-toggle.btn-default {
+  background-image: none;
+}
+.btn-default.disabled:hover,
+.btn-default[disabled]:hover,
+fieldset[disabled] .btn-default:hover,
+.btn-default.disabled:focus,
+.btn-default[disabled]:focus,
+fieldset[disabled] .btn-default:focus,
+.btn-default.disabled.focus,
+.btn-default[disabled].focus,
+fieldset[disabled] .btn-default.focus {
+  background-color: #fff;
+  border-color: #ccc;
+}
+.btn-default .badge {
+  color: #fff;
+  background-color: #333;
+}
+.btn-primary {
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #2e6da4;
+}
+.btn-primary:focus,
+.btn-primary.focus {
+  color: #fff;
+  background-color: #286090;
+  border-color: #122b40;
+}
+.btn-primary:hover {
+  color: #fff;
+  background-color: #286090;
+  border-color: #204d74;
+}
+.btn-primary:active,
+.btn-primary.active,
+.open > .dropdown-toggle.btn-primary {
+  color: #fff;
+  background-color: #286090;
+  border-color: #204d74;
+}
+.btn-primary:active:hover,
+.btn-primary.active:hover,
+.open > .dropdown-toggle.btn-primary:hover,
+.btn-primary:active:focus,
+.btn-primary.active:focus,
+.open > .dropdown-toggle.btn-primary:focus,
+.btn-primary:active.focus,
+.btn-primary.active.focus,
+.open > .dropdown-toggle.btn-primary.focus {
+  color: #fff;
+  background-color: #204d74;
+  border-color: #122b40;
+}
+.btn-primary:active,
+.btn-primary.active,
+.open > .dropdown-toggle.btn-primary {
+  background-image: none;
+}
+.btn-primary.disabled:hover,
+.btn-primary[disabled]:hover,
+fieldset[disabled] .btn-primary:hover,
+.btn-primary.disabled:focus,
+.btn-primary[disabled]:focus,
+fieldset[disabled] .btn-primary:focus,
+.btn-primary.disabled.focus,
+.btn-primary[disabled].focus,
+fieldset[disabled] .btn-primary.focus {
+  background-color: #337ab7;
+  border-color: #2e6da4;
+}
+.btn-primary .badge {
+  color: #337ab7;
+  background-color: #fff;
+}
+.btn-success {
+  color: #fff;
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+.btn-success:focus,
+.btn-success.focus {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #255625;
+}
+.btn-success:hover {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #398439;
+}
+.btn-success:active,
+.btn-success.active,
+.open > .dropdown-toggle.btn-success {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #398439;
+}
+.btn-success:active:hover,
+.btn-success.active:hover,
+.open > .dropdown-toggle.btn-success:hover,
+.btn-success:active:focus,
+.btn-success.active:focus,
+.open > .dropdown-toggle.btn-success:focus,
+.btn-success:active.focus,
+.btn-success.active.focus,
+.open > .dropdown-toggle.btn-success.focus {
+  color: #fff;
+  background-color: #398439;
+  border-color: #255625;
+}
+.btn-success:active,
+.btn-success.active,
+.open > .dropdown-toggle.btn-success {
+  background-image: none;
+}
+.btn-success.disabled:hover,
+.btn-success[disabled]:hover,
+fieldset[disabled] .btn-success:hover,
+.btn-success.disabled:focus,
+.btn-success[disabled]:focus,
+fieldset[disabled] .btn-success:focus,
+.btn-success.disabled.focus,
+.btn-success[disabled].focus,
+fieldset[disabled] .btn-success.focus {
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+.btn-success .badge {
+  color: #5cb85c;
+  background-color: #fff;
+}
+.btn-info {
+  color: #fff;
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+.btn-info:focus,
+.btn-info.focus {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #1b6d85;
+}
+.btn-info:hover {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #269abc;
+}
+.btn-info:active,
+.btn-info.active,
+.open > .dropdown-toggle.btn-info {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #269abc;
+}
+.btn-info:active:hover,
+.btn-info.active:hover,
+.open > .dropdown-toggle.btn-info:hover,
+.btn-info:active:focus,
+.btn-info.active:focus,
+.open > .dropdown-toggle.btn-info:focus,
+.btn-info:active.focus,
+.btn-info.active.focus,
+.open > .dropdown-toggle.btn-info.focus {
+  color: #fff;
+  background-color: #269abc;
+  border-color: #1b6d85;
+}
+.btn-info:active,
+.btn-info.active,
+.open > .dropdown-toggle.btn-info {
+  background-image: none;
+}
+.btn-info.disabled:hover,
+.btn-info[disabled]:hover,
+fieldset[disabled] .btn-info:hover,
+.btn-info.disabled:focus,
+.btn-info[disabled]:focus,
+fieldset[disabled] .btn-info:focus,
+.btn-info.disabled.focus,
+.btn-info[disabled].focus,
+fieldset[disabled] .btn-info.focus {
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+.btn-info .badge {
+  color: #5bc0de;
+  background-color: #fff;
+}
+.btn-warning {
+  color: #fff;
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+.btn-warning:focus,
+.btn-warning.focus {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #985f0d;
+}
+.btn-warning:hover {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #d58512;
+}
+.btn-warning:active,
+.btn-warning.active,
+.open > .dropdown-toggle.btn-warning {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #d58512;
+}
+.btn-warning:active:hover,
+.btn-warning.active:hover,
+.open > .dropdown-toggle.btn-warning:hover,
+.btn-warning:active:focus,
+.btn-warning.active:focus,
+.open > .dropdown-toggle.btn-warning:focus,
+.btn-warning:active.focus,
+.btn-warning.active.focus,
+.open > .dropdown-toggle.btn-warning.focus {
+  color: #fff;
+  background-color: #d58512;
+  border-color: #985f0d;
+}
+.btn-warning:active,
+.btn-warning.active,
+.open > .dropdown-toggle.btn-warning {
+  background-image: none;
+}
+.btn-warning.disabled:hover,
+.btn-warning[disabled]:hover,
+fieldset[disabled] .btn-warning:hover,
+.btn-warning.disabled:focus,
+.btn-warning[disabled]:focus,
+fieldset[disabled] .btn-warning:focus,
+.btn-warning.disabled.focus,
+.btn-warning[disabled].focus,
+fieldset[disabled] .btn-warning.focus {
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+.btn-warning .badge {
+  color: #f0ad4e;
+  background-color: #fff;
+}
+.btn-danger {
+  color: #fff;
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+.btn-danger:focus,
+.btn-danger.focus {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #761c19;
+}
+.btn-danger:hover {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #ac2925;
+}
+.btn-danger:active,
+.btn-danger.active,
+.open > .dropdown-toggle.btn-danger {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #ac2925;
+}
+.btn-danger:active:hover,
+.btn-danger.active:hover,
+.open > .dropdown-toggle.btn-danger:hover,
+.btn-danger:active:focus,
+.btn-danger.active:focus,
+.open > .dropdown-toggle.btn-danger:focus,
+.btn-danger:active.focus,
+.btn-danger.active.focus,
+.open > .dropdown-toggle.btn-danger.focus {
+  color: #fff;
+  background-color: #ac2925;
+  border-color: #761c19;
+}
+.btn-danger:active,
+.btn-danger.active,
+.open > .dropdown-toggle.btn-danger {
+  background-image: none;
+}
+.btn-danger.disabled:hover,
+.btn-danger[disabled]:hover,
+fieldset[disabled] .btn-danger:hover,
+.btn-danger.disabled:focus,
+.btn-danger[disabled]:focus,
+fieldset[disabled] .btn-danger:focus,
+.btn-danger.disabled.focus,
+.btn-danger[disabled].focus,
+fieldset[disabled] .btn-danger.focus {
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+.btn-danger .badge {
+  color: #d9534f;
+  background-color: #fff;
+}
+.btn-link {
+  color: #337ab7;
+  font-weight: normal;
+  border-radius: 0;
+}
+.btn-link,
+.btn-link:active,
+.btn-link.active,
+.btn-link[disabled],
+fieldset[disabled] .btn-link {
+  background-color: transparent;
+  -webkit-box-shadow: none;
+  box-shadow: none;
+}
+.btn-link,
+.btn-link:hover,
+.btn-link:focus,
+.btn-link:active {
+  border-color: transparent;
+}
+.btn-link:hover,
+.btn-link:focus {
+  color: #23527c;
+  text-decoration: underline;
+  background-color: transparent;
+}
+.btn-link[disabled]:hover,
+fieldset[disabled] .btn-link:hover,
+.btn-link[disabled]:focus,
+fieldset[disabled] .btn-link:focus {
+  color: #777777;
+  text-decoration: none;
+}
+.btn-lg,
+.btn-group-lg > .btn {
+  padding: 10px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+  border-radius: 3px;
+}
+.btn-sm,
+.btn-group-sm > .btn {
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+}
+.btn-xs,
+.btn-group-xs > .btn {
+  padding: 1px 5px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+}
+.btn-block {
+  display: block;
+  width: 100%;
+}
+.btn-block + .btn-block {
+  margin-top: 5px;
+}
+input[type="submit"].btn-block,
+input[type="reset"].btn-block,
+input[type="button"].btn-block {
+  width: 100%;
+}
+.fade {
+  opacity: 0;
+  -webkit-transition: opacity 0.15s linear;
+  -o-transition: opacity 0.15s linear;
+  transition: opacity 0.15s linear;
+}
+.fade.in {
+  opacity: 1;
+}
+.collapse {
+  display: none;
+}
+.collapse.in {
+  display: block;
+}
+tr.collapse.in {
+  display: table-row;
+}
+tbody.collapse.in {
+  display: table-row-group;
+}
+.collapsing {
+  position: relative;
+  height: 0;
+  overflow: hidden;
+  -webkit-transition-property: height, visibility;
+  transition-property: height, visibility;
+  -webkit-transition-duration: 0.35s;
+  transition-duration: 0.35s;
+  -webkit-transition-timing-function: ease;
+  transition-timing-function: ease;
+}
+.caret {
+  display: inline-block;
+  width: 0;
+  height: 0;
+  margin-left: 2px;
+  vertical-align: middle;
+  border-top: 4px dashed;
+  border-top: 4px solid \9;
+  border-right: 4px solid transparent;
+  border-left: 4px solid transparent;
+}
+.dropup,
+.dropdown {
+  position: relative;
+}
+.dropdown-toggle:focus {
+  outline: 0;
+}
+.dropdown-menu {
+  position: absolute;
+  top: 100%;
+  left: 0;
+  z-index: 1000;
+  display: none;
+  float: left;
+  min-width: 160px;
+  padding: 5px 0;
+  margin: 2px 0 0;
+  list-style: none;
+  font-size: 13px;
+  text-align: left;
+  background-color: #fff;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0, 0, 0, 0.15);
+  border-radius: 2px;
+  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+  background-clip: padding-box;
+}
+.dropdown-menu.pull-right {
+  right: 0;
+  left: auto;
+}
+.dropdown-menu .divider {
+  height: 1px;
+  margin: 8px 0;
+  overflow: hidden;
+  background-color: #e5e5e5;
+}
+.dropdown-menu > li > a {
+  display: block;
+  padding: 3px 20px;
+  clear: both;
+  font-weight: normal;
+  line-height: 1.42857143;
+  color: #333333;
+  white-space: nowrap;
+}
+.dropdown-menu > li > a:hover,
+.dropdown-menu > li > a:focus {
+  text-decoration: none;
+  color: #262626;
+  background-color: #f5f5f5;
+}
+.dropdown-menu > .active > a,
+.dropdown-menu > .active > a:hover,
+.dropdown-menu > .active > a:focus {
+  color: #fff;
+  text-decoration: none;
+  outline: 0;
+  background-color: #337ab7;
+}
+.dropdown-menu > .disabled > a,
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+  color: #777777;
+}
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+  text-decoration: none;
+  background-color: transparent;
+  background-image: none;
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+  cursor: not-allowed;
+}
+.open > .dropdown-menu {
+  display: block;
+}
+.open > a {
+  outline: 0;
+}
+.dropdown-menu-right {
+  left: auto;
+  right: 0;
+}
+.dropdown-menu-left {
+  left: 0;
+  right: auto;
+}
+.dropdown-header {
+  display: block;
+  padding: 3px 20px;
+  font-size: 12px;
+  line-height: 1.42857143;
+  color: #777777;
+  white-space: nowrap;
+}
+.dropdown-backdrop {
+  position: fixed;
+  left: 0;
+  right: 0;
+  bottom: 0;
+  top: 0;
+  z-index: 990;
+}
+.pull-right > .dropdown-menu {
+  right: 0;
+  left: auto;
+}
+.dropup .caret,
+.navbar-fixed-bottom .dropdown .caret {
+  border-top: 0;
+  border-bottom: 4px dashed;
+  border-bottom: 4px solid \9;
+  content: "";
+}
+.dropup .dropdown-menu,
+.navbar-fixed-bottom .dropdown .dropdown-menu {
+  top: auto;
+  bottom: 100%;
+  margin-bottom: 2px;
+}
+@media (min-width: 541px) {
+  .navbar-right .dropdown-menu {
+    left: auto;
+    right: 0;
+  }
+  .navbar-right .dropdown-menu-left {
+    left: 0;
+    right: auto;
+  }
+}
+.btn-group,
+.btn-group-vertical {
+  position: relative;
+  display: inline-block;
+  vertical-align: middle;
+}
+.btn-group > .btn,
+.btn-group-vertical > .btn {
+  position: relative;
+  float: left;
+}
+.btn-group > .btn:hover,
+.btn-group-vertical > .btn:hover,
+.btn-group > .btn:focus,
+.btn-group-vertical > .btn:focus,
+.btn-group > .btn:active,
+.btn-group-vertical > .btn:active,
+.btn-group > .btn.active,
+.btn-group-vertical > .btn.active {
+  z-index: 2;
+}
+.btn-group .btn + .btn,
+.btn-group .btn + .btn-group,
+.btn-group .btn-group + .btn,
+.btn-group .btn-group + .btn-group {
+  margin-left: -1px;
+}
+.btn-toolbar {
+  margin-left: -5px;
+}
+.btn-toolbar .btn,
+.btn-toolbar .btn-group,
+.btn-toolbar .input-group {
+  float: left;
+}
+.btn-toolbar > .btn,
+.btn-toolbar > .btn-group,
+.btn-toolbar > .input-group {
+  margin-left: 5px;
+}
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
+  border-radius: 0;
+}
+.btn-group > .btn:first-child {
+  margin-left: 0;
+}
+.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
+  border-bottom-right-radius: 0;
+  border-top-right-radius: 0;
+}
+.btn-group > .btn:last-child:not(:first-child),
+.btn-group > .dropdown-toggle:not(:first-child) {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+.btn-group > .btn-group {
+  float: left;
+}
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
+  border-radius: 0;
+}
+.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+  border-bottom-right-radius: 0;
+  border-top-right-radius: 0;
+}
+.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+.btn-group .dropdown-toggle:active,
+.btn-group.open .dropdown-toggle {
+  outline: 0;
+}
+.btn-group > .btn + .dropdown-toggle {
+  padding-left: 8px;
+  padding-right: 8px;
+}
+.btn-group > .btn-lg + .dropdown-toggle {
+  padding-left: 12px;
+  padding-right: 12px;
+}
+.btn-group.open .dropdown-toggle {
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+.btn-group.open .dropdown-toggle.btn-link {
+  -webkit-box-shadow: none;
+  box-shadow: none;
+}
+.btn .caret {
+  margin-left: 0;
+}
+.btn-lg .caret {
+  border-width: 5px 5px 0;
+  border-bottom-width: 0;
+}
+.dropup .btn-lg .caret {
+  border-width: 0 5px 5px;
+}
+.btn-group-vertical > .btn,
+.btn-group-vertical > .btn-group,
+.btn-group-vertical > .btn-group > .btn {
+  display: block;
+  float: none;
+  width: 100%;
+  max-width: 100%;
+}
+.btn-group-vertical > .btn-group > .btn {
+  float: none;
+}
+.btn-group-vertical > .btn + .btn,
+.btn-group-vertical > .btn + .btn-group,
+.btn-group-vertical > .btn-group + .btn,
+.btn-group-vertical > .btn-group + .btn-group {
+  margin-top: -1px;
+  margin-left: 0;
+}
+.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
+  border-radius: 0;
+}
+.btn-group-vertical > .btn:first-child:not(:last-child) {
+  border-top-right-radius: 2px;
+  border-top-left-radius: 2px;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.btn-group-vertical > .btn:last-child:not(:first-child) {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 2px;
+}
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
+  border-radius: 0;
+}
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+.btn-group-justified {
+  display: table;
+  width: 100%;
+  table-layout: fixed;
+  border-collapse: separate;
+}
+.btn-group-justified > .btn,
+.btn-group-justified > .btn-group {
+  float: none;
+  display: table-cell;
+  width: 1%;
+}
+.btn-group-justified > .btn-group .btn {
+  width: 100%;
+}
+.btn-group-justified > .btn-group .dropdown-menu {
+  left: auto;
+}
+[data-toggle="buttons"] > .btn input[type="radio"],
+[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
+[data-toggle="buttons"] > .btn input[type="checkbox"],
+[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
+  position: absolute;
+  clip: rect(0, 0, 0, 0);
+  pointer-events: none;
+}
+.input-group {
+  position: relative;
+  display: table;
+  border-collapse: separate;
+}
+.input-group[class*="col-"] {
+  float: none;
+  padding-left: 0;
+  padding-right: 0;
+}
+.input-group .form-control {
+  position: relative;
+  z-index: 2;
+  float: left;
+  width: 100%;
+  margin-bottom: 0;
+}
+.input-group .form-control:focus {
+  z-index: 3;
+}
+.input-group-lg > .form-control,
+.input-group-lg > .input-group-addon,
+.input-group-lg > .input-group-btn > .btn {
+  height: 45px;
+  padding: 10px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+  border-radius: 3px;
+}
+select.input-group-lg > .form-control,
+select.input-group-lg > .input-group-addon,
+select.input-group-lg > .input-group-btn > .btn {
+  height: 45px;
+  line-height: 45px;
+}
+textarea.input-group-lg > .form-control,
+textarea.input-group-lg > .input-group-addon,
+textarea.input-group-lg > .input-group-btn > .btn,
+select[multiple].input-group-lg > .form-control,
+select[multiple].input-group-lg > .input-group-addon,
+select[multiple].input-group-lg > .input-group-btn > .btn {
+  height: auto;
+}
+.input-group-sm > .form-control,
+.input-group-sm > .input-group-addon,
+.input-group-sm > .input-group-btn > .btn {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+}
+select.input-group-sm > .form-control,
+select.input-group-sm > .input-group-addon,
+select.input-group-sm > .input-group-btn > .btn {
+  height: 30px;
+  line-height: 30px;
+}
+textarea.input-group-sm > .form-control,
+textarea.input-group-sm > .input-group-addon,
+textarea.input-group-sm > .input-group-btn > .btn,
+select[multiple].input-group-sm > .form-control,
+select[multiple].input-group-sm > .input-group-addon,
+select[multiple].input-group-sm > .input-group-btn > .btn {
+  height: auto;
+}
+.input-group-addon,
+.input-group-btn,
+.input-group .form-control {
+  display: table-cell;
+}
+.input-group-addon:not(:first-child):not(:last-child),
+.input-group-btn:not(:first-child):not(:last-child),
+.input-group .form-control:not(:first-child):not(:last-child) {
+  border-radius: 0;
+}
+.input-group-addon,
+.input-group-btn {
+  width: 1%;
+  white-space: nowrap;
+  vertical-align: middle;
+}
+.input-group-addon {
+  padding: 6px 12px;
+  font-size: 13px;
+  font-weight: normal;
+  line-height: 1;
+  color: #555555;
+  text-align: center;
+  background-color: #eeeeee;
+  border: 1px solid #ccc;
+  border-radius: 2px;
+}
+.input-group-addon.input-sm {
+  padding: 5px 10px;
+  font-size: 12px;
+  border-radius: 1px;
+}
+.input-group-addon.input-lg {
+  padding: 10px 16px;
+  font-size: 17px;
+  border-radius: 3px;
+}
+.input-group-addon input[type="radio"],
+.input-group-addon input[type="checkbox"] {
+  margin-top: 0;
+}
+.input-group .form-control:first-child,
+.input-group-addon:first-child,
+.input-group-btn:first-child > .btn,
+.input-group-btn:first-child > .btn-group > .btn,
+.input-group-btn:first-child > .dropdown-toggle,
+.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
+.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
+  border-bottom-right-radius: 0;
+  border-top-right-radius: 0;
+}
+.input-group-addon:first-child {
+  border-right: 0;
+}
+.input-group .form-control:last-child,
+.input-group-addon:last-child,
+.input-group-btn:last-child > .btn,
+.input-group-btn:last-child > .btn-group > .btn,
+.input-group-btn:last-child > .dropdown-toggle,
+.input-group-btn:first-child > .btn:not(:first-child),
+.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+.input-group-addon:last-child {
+  border-left: 0;
+}
+.input-group-btn {
+  position: relative;
+  font-size: 0;
+  white-space: nowrap;
+}
+.input-group-btn > .btn {
+  position: relative;
+}
+.input-group-btn > .btn + .btn {
+  margin-left: -1px;
+}
+.input-group-btn > .btn:hover,
+.input-group-btn > .btn:focus,
+.input-group-btn > .btn:active {
+  z-index: 2;
+}
+.input-group-btn:first-child > .btn,
+.input-group-btn:first-child > .btn-group {
+  margin-right: -1px;
+}
+.input-group-btn:last-child > .btn,
+.input-group-btn:last-child > .btn-group {
+  z-index: 2;
+  margin-left: -1px;
+}
+.nav {
+  margin-bottom: 0;
+  padding-left: 0;
+  list-style: none;
+}
+.nav > li {
+  position: relative;
+  display: block;
+}
+.nav > li > a {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+}
+.nav > li > a:hover,
+.nav > li > a:focus {
+  text-decoration: none;
+  background-color: #eeeeee;
+}
+.nav > li.disabled > a {
+  color: #777777;
+}
+.nav > li.disabled > a:hover,
+.nav > li.disabled > a:focus {
+  color: #777777;
+  text-decoration: none;
+  background-color: transparent;
+  cursor: not-allowed;
+}
+.nav .open > a,
+.nav .open > a:hover,
+.nav .open > a:focus {
+  background-color: #eeeeee;
+  border-color: #337ab7;
+}
+.nav .nav-divider {
+  height: 1px;
+  margin: 8px 0;
+  overflow: hidden;
+  background-color: #e5e5e5;
+}
+.nav > li > a > img {
+  max-width: none;
+}
+.nav-tabs {
+  border-bottom: 1px solid #ddd;
+}
+.nav-tabs > li {
+  float: left;
+  margin-bottom: -1px;
+}
+.nav-tabs > li > a {
+  margin-right: 2px;
+  line-height: 1.42857143;
+  border: 1px solid transparent;
+  border-radius: 2px 2px 0 0;
+}
+.nav-tabs > li > a:hover {
+  border-color: #eeeeee #eeeeee #ddd;
+}
+.nav-tabs > li.active > a,
+.nav-tabs > li.active > a:hover,
+.nav-tabs > li.active > a:focus {
+  color: #555555;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-bottom-color: transparent;
+  cursor: default;
+}
+.nav-tabs.nav-justified {
+  width: 100%;
+  border-bottom: 0;
+}
+.nav-tabs.nav-justified > li {
+  float: none;
+}
+.nav-tabs.nav-justified > li > a {
+  text-align: center;
+  margin-bottom: 5px;
+}
+.nav-tabs.nav-justified > .dropdown .dropdown-menu {
+  top: auto;
+  left: auto;
+}
+@media (min-width: 768px) {
+  .nav-tabs.nav-justified > li {
+    display: table-cell;
+    width: 1%;
+  }
+  .nav-tabs.nav-justified > li > a {
+    margin-bottom: 0;
+  }
+}
+.nav-tabs.nav-justified > li > a {
+  margin-right: 0;
+  border-radius: 2px;
+}
+.nav-tabs.nav-justified > .active > a,
+.nav-tabs.nav-justified > .active > a:hover,
+.nav-tabs.nav-justified > .active > a:focus {
+  border: 1px solid #ddd;
+}
+@media (min-width: 768px) {
+  .nav-tabs.nav-justified > li > a {
+    border-bottom: 1px solid #ddd;
+    border-radius: 2px 2px 0 0;
+  }
+  .nav-tabs.nav-justified > .active > a,
+  .nav-tabs.nav-justified > .active > a:hover,
+  .nav-tabs.nav-justified > .active > a:focus {
+    border-bottom-color: #fff;
+  }
+}
+.nav-pills > li {
+  float: left;
+}
+.nav-pills > li > a {
+  border-radius: 2px;
+}
+.nav-pills > li + li {
+  margin-left: 2px;
+}
+.nav-pills > li.active > a,
+.nav-pills > li.active > a:hover,
+.nav-pills > li.active > a:focus {
+  color: #fff;
+  background-color: #337ab7;
+}
+.nav-stacked > li {
+  float: none;
+}
+.nav-stacked > li + li {
+  margin-top: 2px;
+  margin-left: 0;
+}
+.nav-justified {
+  width: 100%;
+}
+.nav-justified > li {
+  float: none;
+}
+.nav-justified > li > a {
+  text-align: center;
+  margin-bottom: 5px;
+}
+.nav-justified > .dropdown .dropdown-menu {
+  top: auto;
+  left: auto;
+}
+@media (min-width: 768px) {
+  .nav-justified > li {
+    display: table-cell;
+    width: 1%;
+  }
+  .nav-justified > li > a {
+    margin-bottom: 0;
+  }
+}
+.nav-tabs-justified {
+  border-bottom: 0;
+}
+.nav-tabs-justified > li > a {
+  margin-right: 0;
+  border-radius: 2px;
+}
+.nav-tabs-justified > .active > a,
+.nav-tabs-justified > .active > a:hover,
+.nav-tabs-justified > .active > a:focus {
+  border: 1px solid #ddd;
+}
+@media (min-width: 768px) {
+  .nav-tabs-justified > li > a {
+    border-bottom: 1px solid #ddd;
+    border-radius: 2px 2px 0 0;
+  }
+  .nav-tabs-justified > .active > a,
+  .nav-tabs-justified > .active > a:hover,
+  .nav-tabs-justified > .active > a:focus {
+    border-bottom-color: #fff;
+  }
+}
+.tab-content > .tab-pane {
+  display: none;
+}
+.tab-content > .active {
+  display: block;
+}
+.nav-tabs .dropdown-menu {
+  margin-top: -1px;
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+.navbar {
+  position: relative;
+  min-height: 30px;
+  margin-bottom: 18px;
+  border: 1px solid transparent;
+}
+@media (min-width: 541px) {
+  .navbar {
+    border-radius: 2px;
+  }
+}
+@media (min-width: 541px) {
+  .navbar-header {
+    float: left;
+  }
+}
+.navbar-collapse {
+  overflow-x: visible;
+  padding-right: 0px;
+  padding-left: 0px;
+  border-top: 1px solid transparent;
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
+  -webkit-overflow-scrolling: touch;
+}
+.navbar-collapse.in {
+  overflow-y: auto;
+}
+@media (min-width: 541px) {
+  .navbar-collapse {
+    width: auto;
+    border-top: 0;
+    box-shadow: none;
+  }
+  .navbar-collapse.collapse {
+    display: block !important;
+    height: auto !important;
+    padding-bottom: 0;
+    overflow: visible !important;
+  }
+  .navbar-collapse.in {
+    overflow-y: visible;
+  }
+  .navbar-fixed-top .navbar-collapse,
+  .navbar-static-top .navbar-collapse,
+  .navbar-fixed-bottom .navbar-collapse {
+    padding-left: 0;
+    padding-right: 0;
+  }
+}
+.navbar-fixed-top .navbar-collapse,
+.navbar-fixed-bottom .navbar-collapse {
+  max-height: 340px;
+}
+@media (max-device-width: 540px) and (orientation: landscape) {
+  .navbar-fixed-top .navbar-collapse,
+  .navbar-fixed-bottom .navbar-collapse {
+    max-height: 200px;
+  }
+}
+.container > .navbar-header,
+.container-fluid > .navbar-header,
+.container > .navbar-collapse,
+.container-fluid > .navbar-collapse {
+  margin-right: 0px;
+  margin-left: 0px;
+}
+@media (min-width: 541px) {
+  .container > .navbar-header,
+  .container-fluid > .navbar-header,
+  .container > .navbar-collapse,
+  .container-fluid > .navbar-collapse {
+    margin-right: 0;
+    margin-left: 0;
+  }
+}
+.navbar-static-top {
+  z-index: 1000;
+  border-width: 0 0 1px;
+}
+@media (min-width: 541px) {
+  .navbar-static-top {
+    border-radius: 0;
+  }
+}
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+  position: fixed;
+  right: 0;
+  left: 0;
+  z-index: 1030;
+}
+@media (min-width: 541px) {
+  .navbar-fixed-top,
+  .navbar-fixed-bottom {
+    border-radius: 0;
+  }
+}
+.navbar-fixed-top {
+  top: 0;
+  border-width: 0 0 1px;
+}
+.navbar-fixed-bottom {
+  bottom: 0;
+  margin-bottom: 0;
+  border-width: 1px 0 0;
+}
+.navbar-brand {
+  float: left;
+  padding: 6px 0px;
+  font-size: 17px;
+  line-height: 18px;
+  height: 30px;
+}
+.navbar-brand:hover,
+.navbar-brand:focus {
+  text-decoration: none;
+}
+.navbar-brand > img {
+  display: block;
+}
+@media (min-width: 541px) {
+  .navbar > .container .navbar-brand,
+  .navbar > .container-fluid .navbar-brand {
+    margin-left: 0px;
+  }
+}
+.navbar-toggle {
+  position: relative;
+  float: right;
+  margin-right: 0px;
+  padding: 9px 10px;
+  margin-top: -2px;
+  margin-bottom: -2px;
+  background-color: transparent;
+  background-image: none;
+  border: 1px solid transparent;
+  border-radius: 2px;
+}
+.navbar-toggle:focus {
+  outline: 0;
+}
+.navbar-toggle .icon-bar {
+  display: block;
+  width: 22px;
+  height: 2px;
+  border-radius: 1px;
+}
+.navbar-toggle .icon-bar + .icon-bar {
+  margin-top: 4px;
+}
+@media (min-width: 541px) {
+  .navbar-toggle {
+    display: none;
+  }
+}
+.navbar-nav {
+  margin: 3px 0px;
+}
+.navbar-nav > li > a {
+  padding-top: 10px;
+  padding-bottom: 10px;
+  line-height: 18px;
+}
+@media (max-width: 540px) {
+  .navbar-nav .open .dropdown-menu {
+    position: static;
+    float: none;
+    width: auto;
+    margin-top: 0;
+    background-color: transparent;
+    border: 0;
+    box-shadow: none;
+  }
+  .navbar-nav .open .dropdown-menu > li > a,
+  .navbar-nav .open .dropdown-menu .dropdown-header {
+    padding: 5px 15px 5px 25px;
+  }
+  .navbar-nav .open .dropdown-menu > li > a {
+    line-height: 18px;
+  }
+  .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-nav .open .dropdown-menu > li > a:focus {
+    background-image: none;
+  }
+}
+@media (min-width: 541px) {
+  .navbar-nav {
+    float: left;
+    margin: 0;
+  }
+  .navbar-nav > li {
+    float: left;
+  }
+  .navbar-nav > li > a {
+    padding-top: 6px;
+    padding-bottom: 6px;
+  }
+}
+.navbar-form {
+  margin-left: 0px;
+  margin-right: 0px;
+  padding: 10px 0px;
+  border-top: 1px solid transparent;
+  border-bottom: 1px solid transparent;
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+  margin-top: -1px;
+  margin-bottom: -1px;
+}
+@media (min-width: 768px) {
+  .navbar-form .form-group {
+    display: inline-block;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .navbar-form .form-control {
+    display: inline-block;
+    width: auto;
+    vertical-align: middle;
+  }
+  .navbar-form .form-control-static {
+    display: inline-block;
+  }
+  .navbar-form .input-group {
+    display: inline-table;
+    vertical-align: middle;
+  }
+  .navbar-form .input-group .input-group-addon,
+  .navbar-form .input-group .input-group-btn,
+  .navbar-form .input-group .form-control {
+    width: auto;
+  }
+  .navbar-form .input-group > .form-control {
+    width: 100%;
+  }
+  .navbar-form .control-label {
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .navbar-form .radio,
+  .navbar-form .checkbox {
+    display: inline-block;
+    margin-top: 0;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .navbar-form .radio label,
+  .navbar-form .checkbox label {
+    padding-left: 0;
+  }
+  .navbar-form .radio input[type="radio"],
+  .navbar-form .checkbox input[type="checkbox"] {
+    position: relative;
+    margin-left: 0;
+  }
+  .navbar-form .has-feedback .form-control-feedback {
+    top: 0;
+  }
+}
+@media (max-width: 540px) {
+  .navbar-form .form-group {
+    margin-bottom: 5px;
+  }
+  .navbar-form .form-group:last-child {
+    margin-bottom: 0;
+  }
+}
+@media (min-width: 541px) {
+  .navbar-form {
+    width: auto;
+    border: 0;
+    margin-left: 0;
+    margin-right: 0;
+    padding-top: 0;
+    padding-bottom: 0;
+    -webkit-box-shadow: none;
+    box-shadow: none;
+  }
+}
+.navbar-nav > li > .dropdown-menu {
+  margin-top: 0;
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
+  margin-bottom: 0;
+  border-top-right-radius: 2px;
+  border-top-left-radius: 2px;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+.navbar-btn {
+  margin-top: -1px;
+  margin-bottom: -1px;
+}
+.navbar-btn.btn-sm {
+  margin-top: 0px;
+  margin-bottom: 0px;
+}
+.navbar-btn.btn-xs {
+  margin-top: 4px;
+  margin-bottom: 4px;
+}
+.navbar-text {
+  margin-top: 6px;
+  margin-bottom: 6px;
+}
+@media (min-width: 541px) {
+  .navbar-text {
+    float: left;
+    margin-left: 0px;
+    margin-right: 0px;
+  }
+}
+@media (min-width: 541px) {
+  .navbar-left {
+    float: left !important;
+    float: left;
+  }
+  .navbar-right {
+    float: right !important;
+    float: right;
+    margin-right: 0px;
+  }
+  .navbar-right ~ .navbar-right {
+    margin-right: 0;
+  }
+}
+.navbar-default {
+  background-color: #f8f8f8;
+  border-color: #e7e7e7;
+}
+.navbar-default .navbar-brand {
+  color: #777;
+}
+.navbar-default .navbar-brand:hover,
+.navbar-default .navbar-brand:focus {
+  color: #5e5e5e;
+  background-color: transparent;
+}
+.navbar-default .navbar-text {
+  color: #777;
+}
+.navbar-default .navbar-nav > li > a {
+  color: #777;
+}
+.navbar-default .navbar-nav > li > a:hover,
+.navbar-default .navbar-nav > li > a:focus {
+  color: #333;
+  background-color: transparent;
+}
+.navbar-default .navbar-nav > .active > a,
+.navbar-default .navbar-nav > .active > a:hover,
+.navbar-default .navbar-nav > .active > a:focus {
+  color: #555;
+  background-color: #e7e7e7;
+}
+.navbar-default .navbar-nav > .disabled > a,
+.navbar-default .navbar-nav > .disabled > a:hover,
+.navbar-default .navbar-nav > .disabled > a:focus {
+  color: #ccc;
+  background-color: transparent;
+}
+.navbar-default .navbar-toggle {
+  border-color: #ddd;
+}
+.navbar-default .navbar-toggle:hover,
+.navbar-default .navbar-toggle:focus {
+  background-color: #ddd;
+}
+.navbar-default .navbar-toggle .icon-bar {
+  background-color: #888;
+}
+.navbar-default .navbar-collapse,
+.navbar-default .navbar-form {
+  border-color: #e7e7e7;
+}
+.navbar-default .navbar-nav > .open > a,
+.navbar-default .navbar-nav > .open > a:hover,
+.navbar-default .navbar-nav > .open > a:focus {
+  background-color: #e7e7e7;
+  color: #555;
+}
+@media (max-width: 540px) {
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
+    color: #777;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
+    color: #333;
+    background-color: transparent;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
+    color: #555;
+    background-color: #e7e7e7;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+    color: #ccc;
+    background-color: transparent;
+  }
+}
+.navbar-default .navbar-link {
+  color: #777;
+}
+.navbar-default .navbar-link:hover {
+  color: #333;
+}
+.navbar-default .btn-link {
+  color: #777;
+}
+.navbar-default .btn-link:hover,
+.navbar-default .btn-link:focus {
+  color: #333;
+}
+.navbar-default .btn-link[disabled]:hover,
+fieldset[disabled] .navbar-default .btn-link:hover,
+.navbar-default .btn-link[disabled]:focus,
+fieldset[disabled] .navbar-default .btn-link:focus {
+  color: #ccc;
+}
+.navbar-inverse {
+  background-color: #222;
+  border-color: #080808;
+}
+.navbar-inverse .navbar-brand {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-brand:hover,
+.navbar-inverse .navbar-brand:focus {
+  color: #fff;
+  background-color: transparent;
+}
+.navbar-inverse .navbar-text {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-nav > li > a {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-nav > li > a:hover,
+.navbar-inverse .navbar-nav > li > a:focus {
+  color: #fff;
+  background-color: transparent;
+}
+.navbar-inverse .navbar-nav > .active > a,
+.navbar-inverse .navbar-nav > .active > a:hover,
+.navbar-inverse .navbar-nav > .active > a:focus {
+  color: #fff;
+  background-color: #080808;
+}
+.navbar-inverse .navbar-nav > .disabled > a,
+.navbar-inverse .navbar-nav > .disabled > a:hover,
+.navbar-inverse .navbar-nav > .disabled > a:focus {
+  color: #444;
+  background-color: transparent;
+}
+.navbar-inverse .navbar-toggle {
+  border-color: #333;
+}
+.navbar-inverse .navbar-toggle:hover,
+.navbar-inverse .navbar-toggle:focus {
+  background-color: #333;
+}
+.navbar-inverse .navbar-toggle .icon-bar {
+  background-color: #fff;
+}
+.navbar-inverse .navbar-collapse,
+.navbar-inverse .navbar-form {
+  border-color: #101010;
+}
+.navbar-inverse .navbar-nav > .open > a,
+.navbar-inverse .navbar-nav > .open > a:hover,
+.navbar-inverse .navbar-nav > .open > a:focus {
+  background-color: #080808;
+  color: #fff;
+}
+@media (max-width: 540px) {
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
+    border-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
+    background-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
+    color: #9d9d9d;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
+    color: #fff;
+    background-color: transparent;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
+    color: #fff;
+    background-color: #080808;
+  }
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+    color: #444;
+    background-color: transparent;
+  }
+}
+.navbar-inverse .navbar-link {
+  color: #9d9d9d;
+}
+.navbar-inverse .navbar-link:hover {
+  color: #fff;
+}
+.navbar-inverse .btn-link {
+  color: #9d9d9d;
+}
+.navbar-inverse .btn-link:hover,
+.navbar-inverse .btn-link:focus {
+  color: #fff;
+}
+.navbar-inverse .btn-link[disabled]:hover,
+fieldset[disabled] .navbar-inverse .btn-link:hover,
+.navbar-inverse .btn-link[disabled]:focus,
+fieldset[disabled] .navbar-inverse .btn-link:focus {
+  color: #444;
+}
+.breadcrumb {
+  padding: 8px 15px;
+  margin-bottom: 18px;
+  list-style: none;
+  background-color: #f5f5f5;
+  border-radius: 2px;
+}
+.breadcrumb > li {
+  display: inline-block;
+}
+.breadcrumb > li + li:before {
+  content: "/\00a0";
+  padding: 0 5px;
+  color: #5e5e5e;
+}
+.breadcrumb > .active {
+  color: #777777;
+}
+.pagination {
+  display: inline-block;
+  padding-left: 0;
+  margin: 18px 0;
+  border-radius: 2px;
+}
+.pagination > li {
+  display: inline;
+}
+.pagination > li > a,
+.pagination > li > span {
+  position: relative;
+  float: left;
+  padding: 6px 12px;
+  line-height: 1.42857143;
+  text-decoration: none;
+  color: #337ab7;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  margin-left: -1px;
+}
+.pagination > li:first-child > a,
+.pagination > li:first-child > span {
+  margin-left: 0;
+  border-bottom-left-radius: 2px;
+  border-top-left-radius: 2px;
+}
+.pagination > li:last-child > a,
+.pagination > li:last-child > span {
+  border-bottom-right-radius: 2px;
+  border-top-right-radius: 2px;
+}
+.pagination > li > a:hover,
+.pagination > li > span:hover,
+.pagination > li > a:focus,
+.pagination > li > span:focus {
+  z-index: 2;
+  color: #23527c;
+  background-color: #eeeeee;
+  border-color: #ddd;
+}
+.pagination > .active > a,
+.pagination > .active > span,
+.pagination > .active > a:hover,
+.pagination > .active > span:hover,
+.pagination > .active > a:focus,
+.pagination > .active > span:focus {
+  z-index: 3;
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #337ab7;
+  cursor: default;
+}
+.pagination > .disabled > span,
+.pagination > .disabled > span:hover,
+.pagination > .disabled > span:focus,
+.pagination > .disabled > a,
+.pagination > .disabled > a:hover,
+.pagination > .disabled > a:focus {
+  color: #777777;
+  background-color: #fff;
+  border-color: #ddd;
+  cursor: not-allowed;
+}
+.pagination-lg > li > a,
+.pagination-lg > li > span {
+  padding: 10px 16px;
+  font-size: 17px;
+  line-height: 1.3333333;
+}
+.pagination-lg > li:first-child > a,
+.pagination-lg > li:first-child > span {
+  border-bottom-left-radius: 3px;
+  border-top-left-radius: 3px;
+}
+.pagination-lg > li:last-child > a,
+.pagination-lg > li:last-child > span {
+  border-bottom-right-radius: 3px;
+  border-top-right-radius: 3px;
+}
+.pagination-sm > li > a,
+.pagination-sm > li > span {
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+}
+.pagination-sm > li:first-child > a,
+.pagination-sm > li:first-child > span {
+  border-bottom-left-radius: 1px;
+  border-top-left-radius: 1px;
+}
+.pagination-sm > li:last-child > a,
+.pagination-sm > li:last-child > span {
+  border-bottom-right-radius: 1px;
+  border-top-right-radius: 1px;
+}
+.pager {
+  padding-left: 0;
+  margin: 18px 0;
+  list-style: none;
+  text-align: center;
+}
+.pager li {
+  display: inline;
+}
+.pager li > a,
+.pager li > span {
+  display: inline-block;
+  padding: 5px 14px;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 15px;
+}
+.pager li > a:hover,
+.pager li > a:focus {
+  text-decoration: none;
+  background-color: #eeeeee;
+}
+.pager .next > a,
+.pager .next > span {
+  float: right;
+}
+.pager .previous > a,
+.pager .previous > span {
+  float: left;
+}
+.pager .disabled > a,
+.pager .disabled > a:hover,
+.pager .disabled > a:focus,
+.pager .disabled > span {
+  color: #777777;
+  background-color: #fff;
+  cursor: not-allowed;
+}
+.label {
+  display: inline;
+  padding: .2em .6em .3em;
+  font-size: 75%;
+  font-weight: bold;
+  line-height: 1;
+  color: #fff;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: baseline;
+  border-radius: .25em;
+}
+a.label:hover,
+a.label:focus {
+  color: #fff;
+  text-decoration: none;
+  cursor: pointer;
+}
+.label:empty {
+  display: none;
+}
+.btn .label {
+  position: relative;
+  top: -1px;
+}
+.label-default {
+  background-color: #777777;
+}
+.label-default[href]:hover,
+.label-default[href]:focus {
+  background-color: #5e5e5e;
+}
+.label-primary {
+  background-color: #337ab7;
+}
+.label-primary[href]:hover,
+.label-primary[href]:focus {
+  background-color: #286090;
+}
+.label-success {
+  background-color: #5cb85c;
+}
+.label-success[href]:hover,
+.label-success[href]:focus {
+  background-color: #449d44;
+}
+.label-info {
+  background-color: #5bc0de;
+}
+.label-info[href]:hover,
+.label-info[href]:focus {
+  background-color: #31b0d5;
+}
+.label-warning {
+  background-color: #f0ad4e;
+}
+.label-warning[href]:hover,
+.label-warning[href]:focus {
+  background-color: #ec971f;
+}
+.label-danger {
+  background-color: #d9534f;
+}
+.label-danger[href]:hover,
+.label-danger[href]:focus {
+  background-color: #c9302c;
+}
+.badge {
+  display: inline-block;
+  min-width: 10px;
+  padding: 3px 7px;
+  font-size: 12px;
+  font-weight: bold;
+  color: #fff;
+  line-height: 1;
+  vertical-align: middle;
+  white-space: nowrap;
+  text-align: center;
+  background-color: #777777;
+  border-radius: 10px;
+}
+.badge:empty {
+  display: none;
+}
+.btn .badge {
+  position: relative;
+  top: -1px;
+}
+.btn-xs .badge,
+.btn-group-xs > .btn .badge {
+  top: 0;
+  padding: 1px 5px;
+}
+a.badge:hover,
+a.badge:focus {
+  color: #fff;
+  text-decoration: none;
+  cursor: pointer;
+}
+.list-group-item.active > .badge,
+.nav-pills > .active > a > .badge {
+  color: #337ab7;
+  background-color: #fff;
+}
+.list-group-item > .badge {
+  float: right;
+}
+.list-group-item > .badge + .badge {
+  margin-right: 5px;
+}
+.nav-pills > li > a > .badge {
+  margin-left: 3px;
+}
+.jumbotron {
+  padding-top: 30px;
+  padding-bottom: 30px;
+  margin-bottom: 30px;
+  color: inherit;
+  background-color: #eeeeee;
+}
+.jumbotron h1,
+.jumbotron .h1 {
+  color: inherit;
+}
+.jumbotron p {
+  margin-bottom: 15px;
+  font-size: 20px;
+  font-weight: 200;
+}
+.jumbotron > hr {
+  border-top-color: #d5d5d5;
+}
+.container .jumbotron,
+.container-fluid .jumbotron {
+  border-radius: 3px;
+  padding-left: 0px;
+  padding-right: 0px;
+}
+.jumbotron .container {
+  max-width: 100%;
+}
+@media screen and (min-width: 768px) {
+  .jumbotron {
+    padding-top: 48px;
+    padding-bottom: 48px;
+  }
+  .container .jumbotron,
+  .container-fluid .jumbotron {
+    padding-left: 60px;
+    padding-right: 60px;
+  }
+  .jumbotron h1,
+  .jumbotron .h1 {
+    font-size: 59px;
+  }
+}
+.thumbnail {
+  display: block;
+  padding: 4px;
+  margin-bottom: 18px;
+  line-height: 1.42857143;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 2px;
+  -webkit-transition: border 0.2s ease-in-out;
+  -o-transition: border 0.2s ease-in-out;
+  transition: border 0.2s ease-in-out;
+}
+.thumbnail > img,
+.thumbnail a > img {
+  margin-left: auto;
+  margin-right: auto;
+}
+a.thumbnail:hover,
+a.thumbnail:focus,
+a.thumbnail.active {
+  border-color: #337ab7;
+}
+.thumbnail .caption {
+  padding: 9px;
+  color: #000;
+}
+.alert {
+  padding: 15px;
+  margin-bottom: 18px;
+  border: 1px solid transparent;
+  border-radius: 2px;
+}
+.alert h4 {
+  margin-top: 0;
+  color: inherit;
+}
+.alert .alert-link {
+  font-weight: bold;
+}
+.alert > p,
+.alert > ul {
+  margin-bottom: 0;
+}
+.alert > p + p {
+  margin-top: 5px;
+}
+.alert-dismissable,
+.alert-dismissible {
+  padding-right: 35px;
+}
+.alert-dismissable .close,
+.alert-dismissible .close {
+  position: relative;
+  top: -2px;
+  right: -21px;
+  color: inherit;
+}
+.alert-success {
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+  color: #3c763d;
+}
+.alert-success hr {
+  border-top-color: #c9e2b3;
+}
+.alert-success .alert-link {
+  color: #2b542c;
+}
+.alert-info {
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+  color: #31708f;
+}
+.alert-info hr {
+  border-top-color: #a6e1ec;
+}
+.alert-info .alert-link {
+  color: #245269;
+}
+.alert-warning {
+  background-color: #fcf8e3;
+  border-color: #faebcc;
+  color: #8a6d3b;
+}
+.alert-warning hr {
+  border-top-color: #f7e1b5;
+}
+.alert-warning .alert-link {
+  color: #66512c;
+}
+.alert-danger {
+  background-color: #f2dede;
+  border-color: #ebccd1;
+  color: #a94442;
+}
+.alert-danger hr {
+  border-top-color: #e4b9c0;
+}
+.alert-danger .alert-link {
+  color: #843534;
+}
+@-webkit-keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+@keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+.progress {
+  overflow: hidden;
+  height: 18px;
+  margin-bottom: 18px;
+  background-color: #f5f5f5;
+  border-radius: 2px;
+  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+}
+.progress-bar {
+  float: left;
+  width: 0%;
+  height: 100%;
+  font-size: 12px;
+  line-height: 18px;
+  color: #fff;
+  text-align: center;
+  background-color: #337ab7;
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+  -webkit-transition: width 0.6s ease;
+  -o-transition: width 0.6s ease;
+  transition: width 0.6s ease;
+}
+.progress-striped .progress-bar,
+.progress-bar-striped {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-size: 40px 40px;
+}
+.progress.active .progress-bar,
+.progress-bar.active {
+  -webkit-animation: progress-bar-stripes 2s linear infinite;
+  -o-animation: progress-bar-stripes 2s linear infinite;
+  animation: progress-bar-stripes 2s linear infinite;
+}
+.progress-bar-success {
+  background-color: #5cb85c;
+}
+.progress-striped .progress-bar-success {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.progress-bar-info {
+  background-color: #5bc0de;
+}
+.progress-striped .progress-bar-info {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.progress-bar-warning {
+  background-color: #f0ad4e;
+}
+.progress-striped .progress-bar-warning {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.progress-bar-danger {
+  background-color: #d9534f;
+}
+.progress-striped .progress-bar-danger {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.media {
+  margin-top: 15px;
+}
+.media:first-child {
+  margin-top: 0;
+}
+.media,
+.media-body {
+  zoom: 1;
+  overflow: hidden;
+}
+.media-body {
+  width: 10000px;
+}
+.media-object {
+  display: block;
+}
+.media-object.img-thumbnail {
+  max-width: none;
+}
+.media-right,
+.media > .pull-right {
+  padding-left: 10px;
+}
+.media-left,
+.media > .pull-left {
+  padding-right: 10px;
+}
+.media-left,
+.media-right,
+.media-body {
+  display: table-cell;
+  vertical-align: top;
+}
+.media-middle {
+  vertical-align: middle;
+}
+.media-bottom {
+  vertical-align: bottom;
+}
+.media-heading {
+  margin-top: 0;
+  margin-bottom: 5px;
+}
+.media-list {
+  padding-left: 0;
+  list-style: none;
+}
+.list-group {
+  margin-bottom: 20px;
+  padding-left: 0;
+}
+.list-group-item {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+  margin-bottom: -1px;
+  background-color: #fff;
+  border: 1px solid #ddd;
+}
+.list-group-item:first-child {
+  border-top-right-radius: 2px;
+  border-top-left-radius: 2px;
+}
+.list-group-item:last-child {
+  margin-bottom: 0;
+  border-bottom-right-radius: 2px;
+  border-bottom-left-radius: 2px;
+}
+a.list-group-item,
+button.list-group-item {
+  color: #555;
+}
+a.list-group-item .list-group-item-heading,
+button.list-group-item .list-group-item-heading {
+  color: #333;
+}
+a.list-group-item:hover,
+button.list-group-item:hover,
+a.list-group-item:focus,
+button.list-group-item:focus {
+  text-decoration: none;
+  color: #555;
+  background-color: #f5f5f5;
+}
+button.list-group-item {
+  width: 100%;
+  text-align: left;
+}
+.list-group-item.disabled,
+.list-group-item.disabled:hover,
+.list-group-item.disabled:focus {
+  background-color: #eeeeee;
+  color: #777777;
+  cursor: not-allowed;
+}
+.list-group-item.disabled .list-group-item-heading,
+.list-group-item.disabled:hover .list-group-item-heading,
+.list-group-item.disabled:focus .list-group-item-heading {
+  color: inherit;
+}
+.list-group-item.disabled .list-group-item-text,
+.list-group-item.disabled:hover .list-group-item-text,
+.list-group-item.disabled:focus .list-group-item-text {
+  color: #777777;
+}
+.list-group-item.active,
+.list-group-item.active:hover,
+.list-group-item.active:focus {
+  z-index: 2;
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #337ab7;
+}
+.list-group-item.active .list-group-item-heading,
+.list-group-item.active:hover .list-group-item-heading,
+.list-group-item.active:focus .list-group-item-heading,
+.list-group-item.active .list-group-item-heading > small,
+.list-group-item.active:hover .list-group-item-heading > small,
+.list-group-item.active:focus .list-group-item-heading > small,
+.list-group-item.active .list-group-item-heading > .small,
+.list-group-item.active:hover .list-group-item-heading > .small,
+.list-group-item.active:focus .list-group-item-heading > .small {
+  color: inherit;
+}
+.list-group-item.active .list-group-item-text,
+.list-group-item.active:hover .list-group-item-text,
+.list-group-item.active:focus .list-group-item-text {
+  color: #c7ddef;
+}
+.list-group-item-success {
+  color: #3c763d;
+  background-color: #dff0d8;
+}
+a.list-group-item-success,
+button.list-group-item-success {
+  color: #3c763d;
+}
+a.list-group-item-success .list-group-item-heading,
+button.list-group-item-success .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-success:hover,
+button.list-group-item-success:hover,
+a.list-group-item-success:focus,
+button.list-group-item-success:focus {
+  color: #3c763d;
+  background-color: #d0e9c6;
+}
+a.list-group-item-success.active,
+button.list-group-item-success.active,
+a.list-group-item-success.active:hover,
+button.list-group-item-success.active:hover,
+a.list-group-item-success.active:focus,
+button.list-group-item-success.active:focus {
+  color: #fff;
+  background-color: #3c763d;
+  border-color: #3c763d;
+}
+.list-group-item-info {
+  color: #31708f;
+  background-color: #d9edf7;
+}
+a.list-group-item-info,
+button.list-group-item-info {
+  color: #31708f;
+}
+a.list-group-item-info .list-group-item-heading,
+button.list-group-item-info .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-info:hover,
+button.list-group-item-info:hover,
+a.list-group-item-info:focus,
+button.list-group-item-info:focus {
+  color: #31708f;
+  background-color: #c4e3f3;
+}
+a.list-group-item-info.active,
+button.list-group-item-info.active,
+a.list-group-item-info.active:hover,
+button.list-group-item-info.active:hover,
+a.list-group-item-info.active:focus,
+button.list-group-item-info.active:focus {
+  color: #fff;
+  background-color: #31708f;
+  border-color: #31708f;
+}
+.list-group-item-warning {
+  color: #8a6d3b;
+  background-color: #fcf8e3;
+}
+a.list-group-item-warning,
+button.list-group-item-warning {
+  color: #8a6d3b;
+}
+a.list-group-item-warning .list-group-item-heading,
+button.list-group-item-warning .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-warning:hover,
+button.list-group-item-warning:hover,
+a.list-group-item-warning:focus,
+button.list-group-item-warning:focus {
+  color: #8a6d3b;
+  background-color: #faf2cc;
+}
+a.list-group-item-warning.active,
+button.list-group-item-warning.active,
+a.list-group-item-warning.active:hover,
+button.list-group-item-warning.active:hover,
+a.list-group-item-warning.active:focus,
+button.list-group-item-warning.active:focus {
+  color: #fff;
+  background-color: #8a6d3b;
+  border-color: #8a6d3b;
+}
+.list-group-item-danger {
+  color: #a94442;
+  background-color: #f2dede;
+}
+a.list-group-item-danger,
+button.list-group-item-danger {
+  color: #a94442;
+}
+a.list-group-item-danger .list-group-item-heading,
+button.list-group-item-danger .list-group-item-heading {
+  color: inherit;
+}
+a.list-group-item-danger:hover,
+button.list-group-item-danger:hover,
+a.list-group-item-danger:focus,
+button.list-group-item-danger:focus {
+  color: #a94442;
+  background-color: #ebcccc;
+}
+a.list-group-item-danger.active,
+button.list-group-item-danger.active,
+a.list-group-item-danger.active:hover,
+button.list-group-item-danger.active:hover,
+a.list-group-item-danger.active:focus,
+button.list-group-item-danger.active:focus {
+  color: #fff;
+  background-color: #a94442;
+  border-color: #a94442;
+}
+.list-group-item-heading {
+  margin-top: 0;
+  margin-bottom: 5px;
+}
+.list-group-item-text {
+  margin-bottom: 0;
+  line-height: 1.3;
+}
+.panel {
+  margin-bottom: 18px;
+  background-color: #fff;
+  border: 1px solid transparent;
+  border-radius: 2px;
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+.panel-body {
+  padding: 15px;
+}
+.panel-heading {
+  padding: 10px 15px;
+  border-bottom: 1px solid transparent;
+  border-top-right-radius: 1px;
+  border-top-left-radius: 1px;
+}
+.panel-heading > .dropdown .dropdown-toggle {
+  color: inherit;
+}
+.panel-title {
+  margin-top: 0;
+  margin-bottom: 0;
+  font-size: 15px;
+  color: inherit;
+}
+.panel-title > a,
+.panel-title > small,
+.panel-title > .small,
+.panel-title > small > a,
+.panel-title > .small > a {
+  color: inherit;
+}
+.panel-footer {
+  padding: 10px 15px;
+  background-color: #f5f5f5;
+  border-top: 1px solid #ddd;
+  border-bottom-right-radius: 1px;
+  border-bottom-left-radius: 1px;
+}
+.panel > .list-group,
+.panel > .panel-collapse > .list-group {
+  margin-bottom: 0;
+}
+.panel > .list-group .list-group-item,
+.panel > .panel-collapse > .list-group .list-group-item {
+  border-width: 1px 0;
+  border-radius: 0;
+}
+.panel > .list-group:first-child .list-group-item:first-child,
+.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
+  border-top: 0;
+  border-top-right-radius: 1px;
+  border-top-left-radius: 1px;
+}
+.panel > .list-group:last-child .list-group-item:last-child,
+.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
+  border-bottom: 0;
+  border-bottom-right-radius: 1px;
+  border-bottom-left-radius: 1px;
+}
+.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+.panel-heading + .list-group .list-group-item:first-child {
+  border-top-width: 0;
+}
+.list-group + .panel-footer {
+  border-top-width: 0;
+}
+.panel > .table,
+.panel > .table-responsive > .table,
+.panel > .panel-collapse > .table {
+  margin-bottom: 0;
+}
+.panel > .table caption,
+.panel > .table-responsive > .table caption,
+.panel > .panel-collapse > .table caption {
+  padding-left: 15px;
+  padding-right: 15px;
+}
+.panel > .table:first-child,
+.panel > .table-responsive:first-child > .table:first-child {
+  border-top-right-radius: 1px;
+  border-top-left-radius: 1px;
+}
+.panel > .table:first-child > thead:first-child > tr:first-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
+  border-top-left-radius: 1px;
+  border-top-right-radius: 1px;
+}
+.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
+.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
+  border-top-left-radius: 1px;
+}
+.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
+.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
+.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
+.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
+.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
+  border-top-right-radius: 1px;
+}
+.panel > .table:last-child,
+.panel > .table-responsive:last-child > .table:last-child {
+  border-bottom-right-radius: 1px;
+  border-bottom-left-radius: 1px;
+}
+.panel > .table:last-child > tbody:last-child > tr:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
+  border-bottom-left-radius: 1px;
+  border-bottom-right-radius: 1px;
+}
+.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
+.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
+  border-bottom-left-radius: 1px;
+}
+.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
+.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
+.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
+.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
+  border-bottom-right-radius: 1px;
+}
+.panel > .panel-body + .table,
+.panel > .panel-body + .table-responsive,
+.panel > .table + .panel-body,
+.panel > .table-responsive + .panel-body {
+  border-top: 1px solid #ddd;
+}
+.panel > .table > tbody:first-child > tr:first-child th,
+.panel > .table > tbody:first-child > tr:first-child td {
+  border-top: 0;
+}
+.panel > .table-bordered,
+.panel > .table-responsive > .table-bordered {
+  border: 0;
+}
+.panel > .table-bordered > thead > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
+.panel > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-bordered > thead > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
+.panel > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-bordered > tfoot > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+  border-left: 0;
+}
+.panel > .table-bordered > thead > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
+.panel > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-bordered > thead > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
+.panel > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-bordered > tfoot > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+  border-right: 0;
+}
+.panel > .table-bordered > thead > tr:first-child > td,
+.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
+.panel > .table-bordered > tbody > tr:first-child > td,
+.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
+.panel > .table-bordered > thead > tr:first-child > th,
+.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
+.panel > .table-bordered > tbody > tr:first-child > th,
+.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
+  border-bottom: 0;
+}
+.panel > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-bordered > tfoot > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
+.panel > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-bordered > tfoot > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
+  border-bottom: 0;
+}
+.panel > .table-responsive {
+  border: 0;
+  margin-bottom: 0;
+}
+.panel-group {
+  margin-bottom: 18px;
+}
+.panel-group .panel {
+  margin-bottom: 0;
+  border-radius: 2px;
+}
+.panel-group .panel + .panel {
+  margin-top: 5px;
+}
+.panel-group .panel-heading {
+  border-bottom: 0;
+}
+.panel-group .panel-heading + .panel-collapse > .panel-body,
+.panel-group .panel-heading + .panel-collapse > .list-group {
+  border-top: 1px solid #ddd;
+}
+.panel-group .panel-footer {
+  border-top: 0;
+}
+.panel-group .panel-footer + .panel-collapse .panel-body {
+  border-bottom: 1px solid #ddd;
+}
+.panel-default {
+  border-color: #ddd;
+}
+.panel-default > .panel-heading {
+  color: #333333;
+  background-color: #f5f5f5;
+  border-color: #ddd;
+}
+.panel-default > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #ddd;
+}
+.panel-default > .panel-heading .badge {
+  color: #f5f5f5;
+  background-color: #333333;
+}
+.panel-default > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #ddd;
+}
+.panel-primary {
+  border-color: #337ab7;
+}
+.panel-primary > .panel-heading {
+  color: #fff;
+  background-color: #337ab7;
+  border-color: #337ab7;
+}
+.panel-primary > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #337ab7;
+}
+.panel-primary > .panel-heading .badge {
+  color: #337ab7;
+  background-color: #fff;
+}
+.panel-primary > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #337ab7;
+}
+.panel-success {
+  border-color: #d6e9c6;
+}
+.panel-success > .panel-heading {
+  color: #3c763d;
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+}
+.panel-success > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #d6e9c6;
+}
+.panel-success > .panel-heading .badge {
+  color: #dff0d8;
+  background-color: #3c763d;
+}
+.panel-success > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #d6e9c6;
+}
+.panel-info {
+  border-color: #bce8f1;
+}
+.panel-info > .panel-heading {
+  color: #31708f;
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+}
+.panel-info > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #bce8f1;
+}
+.panel-info > .panel-heading .badge {
+  color: #d9edf7;
+  background-color: #31708f;
+}
+.panel-info > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #bce8f1;
+}
+.panel-warning {
+  border-color: #faebcc;
+}
+.panel-warning > .panel-heading {
+  color: #8a6d3b;
+  background-color: #fcf8e3;
+  border-color: #faebcc;
+}
+.panel-warning > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #faebcc;
+}
+.panel-warning > .panel-heading .badge {
+  color: #fcf8e3;
+  background-color: #8a6d3b;
+}
+.panel-warning > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #faebcc;
+}
+.panel-danger {
+  border-color: #ebccd1;
+}
+.panel-danger > .panel-heading {
+  color: #a94442;
+  background-color: #f2dede;
+  border-color: #ebccd1;
+}
+.panel-danger > .panel-heading + .panel-collapse > .panel-body {
+  border-top-color: #ebccd1;
+}
+.panel-danger > .panel-heading .badge {
+  color: #f2dede;
+  background-color: #a94442;
+}
+.panel-danger > .panel-footer + .panel-collapse > .panel-body {
+  border-bottom-color: #ebccd1;
+}
+.embed-responsive {
+  position: relative;
+  display: block;
+  height: 0;
+  padding: 0;
+  overflow: hidden;
+}
+.embed-responsive .embed-responsive-item,
+.embed-responsive iframe,
+.embed-responsive embed,
+.embed-responsive object,
+.embed-responsive video {
+  position: absolute;
+  top: 0;
+  left: 0;
+  bottom: 0;
+  height: 100%;
+  width: 100%;
+  border: 0;
+}
+.embed-responsive-16by9 {
+  padding-bottom: 56.25%;
+}
+.embed-responsive-4by3 {
+  padding-bottom: 75%;
+}
+.well {
+  min-height: 20px;
+  padding: 19px;
+  margin-bottom: 20px;
+  background-color: #f5f5f5;
+  border: 1px solid #e3e3e3;
+  border-radius: 2px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+.well blockquote {
+  border-color: #ddd;
+  border-color: rgba(0, 0, 0, 0.15);
+}
+.well-lg {
+  padding: 24px;
+  border-radius: 3px;
+}
+.well-sm {
+  padding: 9px;
+  border-radius: 1px;
+}
+.close {
+  float: right;
+  font-size: 19.5px;
+  font-weight: bold;
+  line-height: 1;
+  color: #000;
+  text-shadow: 0 1px 0 #fff;
+  opacity: 0.2;
+  filter: alpha(opacity=20);
+}
+.close:hover,
+.close:focus {
+  color: #000;
+  text-decoration: none;
+  cursor: pointer;
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+}
+button.close {
+  padding: 0;
+  cursor: pointer;
+  background: transparent;
+  border: 0;
+  -webkit-appearance: none;
+}
+.modal-open {
+  overflow: hidden;
+}
+.modal {
+  display: none;
+  overflow: hidden;
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1050;
+  -webkit-overflow-scrolling: touch;
+  outline: 0;
+}
+.modal.fade .modal-dialog {
+  -webkit-transform: translate(0, -25%);
+  -ms-transform: translate(0, -25%);
+  -o-transform: translate(0, -25%);
+  transform: translate(0, -25%);
+  -webkit-transition: -webkit-transform 0.3s ease-out;
+  -moz-transition: -moz-transform 0.3s ease-out;
+  -o-transition: -o-transform 0.3s ease-out;
+  transition: transform 0.3s ease-out;
+}
+.modal.in .modal-dialog {
+  -webkit-transform: translate(0, 0);
+  -ms-transform: translate(0, 0);
+  -o-transform: translate(0, 0);
+  transform: translate(0, 0);
+}
+.modal-open .modal {
+  overflow-x: hidden;
+  overflow-y: auto;
+}
+.modal-dialog {
+  position: relative;
+  width: auto;
+  margin: 10px;
+}
+.modal-content {
+  position: relative;
+  background-color: #fff;
+  border: 1px solid #999;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 3px;
+  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+  background-clip: padding-box;
+  outline: 0;
+}
+.modal-backdrop {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1040;
+  background-color: #000;
+}
+.modal-backdrop.fade {
+  opacity: 0;
+  filter: alpha(opacity=0);
+}
+.modal-backdrop.in {
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+}
+.modal-header {
+  padding: 15px;
+  border-bottom: 1px solid #e5e5e5;
+}
+.modal-header .close {
+  margin-top: -2px;
+}
+.modal-title {
+  margin: 0;
+  line-height: 1.42857143;
+}
+.modal-body {
+  position: relative;
+  padding: 15px;
+}
+.modal-footer {
+  padding: 15px;
+  text-align: right;
+  border-top: 1px solid #e5e5e5;
+}
+.modal-footer .btn + .btn {
+  margin-left: 5px;
+  margin-bottom: 0;
+}
+.modal-footer .btn-group .btn + .btn {
+  margin-left: -1px;
+}
+.modal-footer .btn-block + .btn-block {
+  margin-left: 0;
+}
+.modal-scrollbar-measure {
+  position: absolute;
+  top: -9999px;
+  width: 50px;
+  height: 50px;
+  overflow: scroll;
+}
+@media (min-width: 768px) {
+  .modal-dialog {
+    width: 600px;
+    margin: 30px auto;
+  }
+  .modal-content {
+    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+  }
+  .modal-sm {
+    width: 300px;
+  }
+}
+@media (min-width: 992px) {
+  .modal-lg {
+    width: 900px;
+  }
+}
+.tooltip {
+  position: absolute;
+  z-index: 1070;
+  display: block;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  font-weight: normal;
+  letter-spacing: normal;
+  line-break: auto;
+  line-height: 1.42857143;
+  text-align: left;
+  text-align: start;
+  text-decoration: none;
+  text-shadow: none;
+  text-transform: none;
+  white-space: normal;
+  word-break: normal;
+  word-spacing: normal;
+  word-wrap: normal;
+  font-size: 12px;
+  opacity: 0;
+  filter: alpha(opacity=0);
+}
+.tooltip.in {
+  opacity: 0.9;
+  filter: alpha(opacity=90);
+}
+.tooltip.top {
+  margin-top: -3px;
+  padding: 5px 0;
+}
+.tooltip.right {
+  margin-left: 3px;
+  padding: 0 5px;
+}
+.tooltip.bottom {
+  margin-top: 3px;
+  padding: 5px 0;
+}
+.tooltip.left {
+  margin-left: -3px;
+  padding: 0 5px;
+}
+.tooltip-inner {
+  max-width: 200px;
+  padding: 3px 8px;
+  color: #fff;
+  text-align: center;
+  background-color: #000;
+  border-radius: 2px;
+}
+.tooltip-arrow {
+  position: absolute;
+  width: 0;
+  height: 0;
+  border-color: transparent;
+  border-style: solid;
+}
+.tooltip.top .tooltip-arrow {
+  bottom: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-width: 5px 5px 0;
+  border-top-color: #000;
+}
+.tooltip.top-left .tooltip-arrow {
+  bottom: 0;
+  right: 5px;
+  margin-bottom: -5px;
+  border-width: 5px 5px 0;
+  border-top-color: #000;
+}
+.tooltip.top-right .tooltip-arrow {
+  bottom: 0;
+  left: 5px;
+  margin-bottom: -5px;
+  border-width: 5px 5px 0;
+  border-top-color: #000;
+}
+.tooltip.right .tooltip-arrow {
+  top: 50%;
+  left: 0;
+  margin-top: -5px;
+  border-width: 5px 5px 5px 0;
+  border-right-color: #000;
+}
+.tooltip.left .tooltip-arrow {
+  top: 50%;
+  right: 0;
+  margin-top: -5px;
+  border-width: 5px 0 5px 5px;
+  border-left-color: #000;
+}
+.tooltip.bottom .tooltip-arrow {
+  top: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-width: 0 5px 5px;
+  border-bottom-color: #000;
+}
+.tooltip.bottom-left .tooltip-arrow {
+  top: 0;
+  right: 5px;
+  margin-top: -5px;
+  border-width: 0 5px 5px;
+  border-bottom-color: #000;
+}
+.tooltip.bottom-right .tooltip-arrow {
+  top: 0;
+  left: 5px;
+  margin-top: -5px;
+  border-width: 0 5px 5px;
+  border-bottom-color: #000;
+}
+.popover {
+  position: absolute;
+  top: 0;
+  left: 0;
+  z-index: 1060;
+  display: none;
+  max-width: 276px;
+  padding: 1px;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-style: normal;
+  font-weight: normal;
+  letter-spacing: normal;
+  line-break: auto;
+  line-height: 1.42857143;
+  text-align: left;
+  text-align: start;
+  text-decoration: none;
+  text-shadow: none;
+  text-transform: none;
+  white-space: normal;
+  word-break: normal;
+  word-spacing: normal;
+  word-wrap: normal;
+  font-size: 13px;
+  background-color: #fff;
+  background-clip: padding-box;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 3px;
+  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+}
+.popover.top {
+  margin-top: -10px;
+}
+.popover.right {
+  margin-left: 10px;
+}
+.popover.bottom {
+  margin-top: 10px;
+}
+.popover.left {
+  margin-left: -10px;
+}
+.popover-title {
+  margin: 0;
+  padding: 8px 14px;
+  font-size: 13px;
+  background-color: #f7f7f7;
+  border-bottom: 1px solid #ebebeb;
+  border-radius: 2px 2px 0 0;
+}
+.popover-content {
+  padding: 9px 14px;
+}
+.popover > .arrow,
+.popover > .arrow:after {
+  position: absolute;
+  display: block;
+  width: 0;
+  height: 0;
+  border-color: transparent;
+  border-style: solid;
+}
+.popover > .arrow {
+  border-width: 11px;
+}
+.popover > .arrow:after {
+  border-width: 10px;
+  content: "";
+}
+.popover.top > .arrow {
+  left: 50%;
+  margin-left: -11px;
+  border-bottom-width: 0;
+  border-top-color: #999999;
+  border-top-color: rgba(0, 0, 0, 0.25);
+  bottom: -11px;
+}
+.popover.top > .arrow:after {
+  content: " ";
+  bottom: 1px;
+  margin-left: -10px;
+  border-bottom-width: 0;
+  border-top-color: #fff;
+}
+.popover.right > .arrow {
+  top: 50%;
+  left: -11px;
+  margin-top: -11px;
+  border-left-width: 0;
+  border-right-color: #999999;
+  border-right-color: rgba(0, 0, 0, 0.25);
+}
+.popover.right > .arrow:after {
+  content: " ";
+  left: 1px;
+  bottom: -10px;
+  border-left-width: 0;
+  border-right-color: #fff;
+}
+.popover.bottom > .arrow {
+  left: 50%;
+  margin-left: -11px;
+  border-top-width: 0;
+  border-bottom-color: #999999;
+  border-bottom-color: rgba(0, 0, 0, 0.25);
+  top: -11px;
+}
+.popover.bottom > .arrow:after {
+  content: " ";
+  top: 1px;
+  margin-left: -10px;
+  border-top-width: 0;
+  border-bottom-color: #fff;
+}
+.popover.left > .arrow {
+  top: 50%;
+  right: -11px;
+  margin-top: -11px;
+  border-right-width: 0;
+  border-left-color: #999999;
+  border-left-color: rgba(0, 0, 0, 0.25);
+}
+.popover.left > .arrow:after {
+  content: " ";
+  right: 1px;
+  border-right-width: 0;
+  border-left-color: #fff;
+  bottom: -10px;
+}
+.carousel {
+  position: relative;
+}
+.carousel-inner {
+  position: relative;
+  overflow: hidden;
+  width: 100%;
+}
+.carousel-inner > .item {
+  display: none;
+  position: relative;
+  -webkit-transition: 0.6s ease-in-out left;
+  -o-transition: 0.6s ease-in-out left;
+  transition: 0.6s ease-in-out left;
+}
+.carousel-inner > .item > img,
+.carousel-inner > .item > a > img {
+  line-height: 1;
+}
+@media all and (transform-3d), (-webkit-transform-3d) {
+  .carousel-inner > .item {
+    -webkit-transition: -webkit-transform 0.6s ease-in-out;
+    -moz-transition: -moz-transform 0.6s ease-in-out;
+    -o-transition: -o-transform 0.6s ease-in-out;
+    transition: transform 0.6s ease-in-out;
+    -webkit-backface-visibility: hidden;
+    -moz-backface-visibility: hidden;
+    backface-visibility: hidden;
+    -webkit-perspective: 1000px;
+    -moz-perspective: 1000px;
+    perspective: 1000px;
+  }
+  .carousel-inner > .item.next,
+  .carousel-inner > .item.active.right {
+    -webkit-transform: translate3d(100%, 0, 0);
+    transform: translate3d(100%, 0, 0);
+    left: 0;
+  }
+  .carousel-inner > .item.prev,
+  .carousel-inner > .item.active.left {
+    -webkit-transform: translate3d(-100%, 0, 0);
+    transform: translate3d(-100%, 0, 0);
+    left: 0;
+  }
+  .carousel-inner > .item.next.left,
+  .carousel-inner > .item.prev.right,
+  .carousel-inner > .item.active {
+    -webkit-transform: translate3d(0, 0, 0);
+    transform: translate3d(0, 0, 0);
+    left: 0;
+  }
+}
+.carousel-inner > .active,
+.carousel-inner > .next,
+.carousel-inner > .prev {
+  display: block;
+}
+.carousel-inner > .active {
+  left: 0;
+}
+.carousel-inner > .next,
+.carousel-inner > .prev {
+  position: absolute;
+  top: 0;
+  width: 100%;
+}
+.carousel-inner > .next {
+  left: 100%;
+}
+.carousel-inner > .prev {
+  left: -100%;
+}
+.carousel-inner > .next.left,
+.carousel-inner > .prev.right {
+  left: 0;
+}
+.carousel-inner > .active.left {
+  left: -100%;
+}
+.carousel-inner > .active.right {
+  left: 100%;
+}
+.carousel-control {
+  position: absolute;
+  top: 0;
+  left: 0;
+  bottom: 0;
+  width: 15%;
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+  font-size: 20px;
+  color: #fff;
+  text-align: center;
+  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+  background-color: rgba(0, 0, 0, 0);
+}
+.carousel-control.left {
+  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
+  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
+  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
+}
+.carousel-control.right {
+  left: auto;
+  right: 0;
+  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
+  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
+  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
+  background-repeat: repeat-x;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
+}
+.carousel-control:hover,
+.carousel-control:focus {
+  outline: 0;
+  color: #fff;
+  text-decoration: none;
+  opacity: 0.9;
+  filter: alpha(opacity=90);
+}
+.carousel-control .icon-prev,
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-left,
+.carousel-control .glyphicon-chevron-right {
+  position: absolute;
+  top: 50%;
+  margin-top: -10px;
+  z-index: 5;
+  display: inline-block;
+}
+.carousel-control .icon-prev,
+.carousel-control .glyphicon-chevron-left {
+  left: 50%;
+  margin-left: -10px;
+}
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-right {
+  right: 50%;
+  margin-right: -10px;
+}
+.carousel-control .icon-prev,
+.carousel-control .icon-next {
+  width: 20px;
+  height: 20px;
+  line-height: 1;
+  font-family: serif;
+}
+.carousel-control .icon-prev:before {
+  content: '\2039';
+}
+.carousel-control .icon-next:before {
+  content: '\203a';
+}
+.carousel-indicators {
+  position: absolute;
+  bottom: 10px;
+  left: 50%;
+  z-index: 15;
+  width: 60%;
+  margin-left: -30%;
+  padding-left: 0;
+  list-style: none;
+  text-align: center;
+}
+.carousel-indicators li {
+  display: inline-block;
+  width: 10px;
+  height: 10px;
+  margin: 1px;
+  text-indent: -999px;
+  border: 1px solid #fff;
+  border-radius: 10px;
+  cursor: pointer;
+  background-color: #000 \9;
+  background-color: rgba(0, 0, 0, 0);
+}
+.carousel-indicators .active {
+  margin: 0;
+  width: 12px;
+  height: 12px;
+  background-color: #fff;
+}
+.carousel-caption {
+  position: absolute;
+  left: 15%;
+  right: 15%;
+  bottom: 20px;
+  z-index: 10;
+  padding-top: 20px;
+  padding-bottom: 20px;
+  color: #fff;
+  text-align: center;
+  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+}
+.carousel-caption .btn {
+  text-shadow: none;
+}
+@media screen and (min-width: 768px) {
+  .carousel-control .glyphicon-chevron-left,
+  .carousel-control .glyphicon-chevron-right,
+  .carousel-control .icon-prev,
+  .carousel-control .icon-next {
+    width: 30px;
+    height: 30px;
+    margin-top: -10px;
+    font-size: 30px;
+  }
+  .carousel-control .glyphicon-chevron-left,
+  .carousel-control .icon-prev {
+    margin-left: -10px;
+  }
+  .carousel-control .glyphicon-chevron-right,
+  .carousel-control .icon-next {
+    margin-right: -10px;
+  }
+  .carousel-caption {
+    left: 20%;
+    right: 20%;
+    padding-bottom: 30px;
+  }
+  .carousel-indicators {
+    bottom: 20px;
+  }
+}
+.clearfix:before,
+.clearfix:after,
+.dl-horizontal dd:before,
+.dl-horizontal dd:after,
+.container:before,
+.container:after,
+.container-fluid:before,
+.container-fluid:after,
+.row:before,
+.row:after,
+.form-horizontal .form-group:before,
+.form-horizontal .form-group:after,
+.btn-toolbar:before,
+.btn-toolbar:after,
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after,
+.nav:before,
+.nav:after,
+.navbar:before,
+.navbar:after,
+.navbar-header:before,
+.navbar-header:after,
+.navbar-collapse:before,
+.navbar-collapse:after,
+.pager:before,
+.pager:after,
+.panel-body:before,
+.panel-body:after,
+.modal-header:before,
+.modal-header:after,
+.modal-footer:before,
+.modal-footer:after,
+.item_buttons:before,
+.item_buttons:after {
+  content: " ";
+  display: table;
+}
+.clearfix:after,
+.dl-horizontal dd:after,
+.container:after,
+.container-fluid:after,
+.row:after,
+.form-horizontal .form-group:after,
+.btn-toolbar:after,
+.btn-group-vertical > .btn-group:after,
+.nav:after,
+.navbar:after,
+.navbar-header:after,
+.navbar-collapse:after,
+.pager:after,
+.panel-body:after,
+.modal-header:after,
+.modal-footer:after,
+.item_buttons:after {
+  clear: both;
+}
+.center-block {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+}
+.pull-right {
+  float: right !important;
+}
+.pull-left {
+  float: left !important;
+}
+.hide {
+  display: none !important;
+}
+.show {
+  display: block !important;
+}
+.invisible {
+  visibility: hidden;
+}
+.text-hide {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0;
+}
+.hidden {
+  display: none !important;
+}
+.affix {
+  position: fixed;
+}
+@-ms-viewport {
+  width: device-width;
+}
+.visible-xs,
+.visible-sm,
+.visible-md,
+.visible-lg {
+  display: none !important;
+}
+.visible-xs-block,
+.visible-xs-inline,
+.visible-xs-inline-block,
+.visible-sm-block,
+.visible-sm-inline,
+.visible-sm-inline-block,
+.visible-md-block,
+.visible-md-inline,
+.visible-md-inline-block,
+.visible-lg-block,
+.visible-lg-inline,
+.visible-lg-inline-block {
+  display: none !important;
+}
+@media (max-width: 767px) {
+  .visible-xs {
+    display: block !important;
+  }
+  table.visible-xs {
+    display: table !important;
+  }
+  tr.visible-xs {
+    display: table-row !important;
+  }
+  th.visible-xs,
+  td.visible-xs {
+    display: table-cell !important;
+  }
+}
+@media (max-width: 767px) {
+  .visible-xs-block {
+    display: block !important;
+  }
+}
+@media (max-width: 767px) {
+  .visible-xs-inline {
+    display: inline !important;
+  }
+}
+@media (max-width: 767px) {
+  .visible-xs-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm {
+    display: block !important;
+  }
+  table.visible-sm {
+    display: table !important;
+  }
+  tr.visible-sm {
+    display: table-row !important;
+  }
+  th.visible-sm,
+  td.visible-sm {
+    display: table-cell !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm-block {
+    display: block !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm-inline {
+    display: inline !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-sm-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md {
+    display: block !important;
+  }
+  table.visible-md {
+    display: table !important;
+  }
+  tr.visible-md {
+    display: table-row !important;
+  }
+  th.visible-md,
+  td.visible-md {
+    display: table-cell !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md-block {
+    display: block !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md-inline {
+    display: inline !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-md-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg {
+    display: block !important;
+  }
+  table.visible-lg {
+    display: table !important;
+  }
+  tr.visible-lg {
+    display: table-row !important;
+  }
+  th.visible-lg,
+  td.visible-lg {
+    display: table-cell !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg-block {
+    display: block !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg-inline {
+    display: inline !important;
+  }
+}
+@media (min-width: 1200px) {
+  .visible-lg-inline-block {
+    display: inline-block !important;
+  }
+}
+@media (max-width: 767px) {
+  .hidden-xs {
+    display: none !important;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-sm {
+    display: none !important;
+  }
+}
+@media (min-width: 992px) and (max-width: 1199px) {
+  .hidden-md {
+    display: none !important;
+  }
+}
+@media (min-width: 1200px) {
+  .hidden-lg {
+    display: none !important;
+  }
+}
+.visible-print {
+  display: none !important;
+}
+@media print {
+  .visible-print {
+    display: block !important;
+  }
+  table.visible-print {
+    display: table !important;
+  }
+  tr.visible-print {
+    display: table-row !important;
+  }
+  th.visible-print,
+  td.visible-print {
+    display: table-cell !important;
+  }
+}
+.visible-print-block {
+  display: none !important;
+}
+@media print {
+  .visible-print-block {
+    display: block !important;
+  }
+}
+.visible-print-inline {
+  display: none !important;
+}
+@media print {
+  .visible-print-inline {
+    display: inline !important;
+  }
+}
+.visible-print-inline-block {
+  display: none !important;
+}
+@media print {
+  .visible-print-inline-block {
+    display: inline-block !important;
+  }
+}
+@media print {
+  .hidden-print {
+    display: none !important;
+  }
+}
+/*!
+*
+* Font Awesome
+*
+*/
+/*!
+ *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */
+/* FONT PATH
+ * -------------------------- */
+@font-face {
+  font-family: 'FontAwesome';
+  src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
+  src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+.fa {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+/* makes the font 33% larger relative to the icon container */
+.fa-lg {
+  font-size: 1.33333333em;
+  line-height: 0.75em;
+  vertical-align: -15%;
+}
+.fa-2x {
+  font-size: 2em;
+}
+.fa-3x {
+  font-size: 3em;
+}
+.fa-4x {
+  font-size: 4em;
+}
+.fa-5x {
+  font-size: 5em;
+}
+.fa-fw {
+  width: 1.28571429em;
+  text-align: center;
+}
+.fa-ul {
+  padding-left: 0;
+  margin-left: 2.14285714em;
+  list-style-type: none;
+}
+.fa-ul > li {
+  position: relative;
+}
+.fa-li {
+  position: absolute;
+  left: -2.14285714em;
+  width: 2.14285714em;
+  top: 0.14285714em;
+  text-align: center;
+}
+.fa-li.fa-lg {
+  left: -1.85714286em;
+}
+.fa-border {
+  padding: .2em .25em .15em;
+  border: solid 0.08em #eee;
+  border-radius: .1em;
+}
+.pull-right {
+  float: right;
+}
+.pull-left {
+  float: left;
+}
+.fa.pull-left {
+  margin-right: .3em;
+}
+.fa.pull-right {
+  margin-left: .3em;
+}
+.fa-spin {
+  -webkit-animation: fa-spin 2s infinite linear;
+  animation: fa-spin 2s infinite linear;
+}
+@-webkit-keyframes fa-spin {
+  0% {
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+  100% {
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+@keyframes fa-spin {
+  0% {
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+  100% {
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+.fa-rotate-90 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+  -webkit-transform: rotate(90deg);
+  -ms-transform: rotate(90deg);
+  transform: rotate(90deg);
+}
+.fa-rotate-180 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+  -webkit-transform: rotate(180deg);
+  -ms-transform: rotate(180deg);
+  transform: rotate(180deg);
+}
+.fa-rotate-270 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
+  -webkit-transform: rotate(270deg);
+  -ms-transform: rotate(270deg);
+  transform: rotate(270deg);
+}
+.fa-flip-horizontal {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
+  -webkit-transform: scale(-1, 1);
+  -ms-transform: scale(-1, 1);
+  transform: scale(-1, 1);
+}
+.fa-flip-vertical {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
+  -webkit-transform: scale(1, -1);
+  -ms-transform: scale(1, -1);
+  transform: scale(1, -1);
+}
+:root .fa-rotate-90,
+:root .fa-rotate-180,
+:root .fa-rotate-270,
+:root .fa-flip-horizontal,
+:root .fa-flip-vertical {
+  filter: none;
+}
+.fa-stack {
+  position: relative;
+  display: inline-block;
+  width: 2em;
+  height: 2em;
+  line-height: 2em;
+  vertical-align: middle;
+}
+.fa-stack-1x,
+.fa-stack-2x {
+  position: absolute;
+  left: 0;
+  width: 100%;
+  text-align: center;
+}
+.fa-stack-1x {
+  line-height: inherit;
+}
+.fa-stack-2x {
+  font-size: 2em;
+}
+.fa-inverse {
+  color: #fff;
+}
+/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+   readers do not read off random characters that represent icons */
+.fa-glass:before {
+  content: "\f000";
+}
+.fa-music:before {
+  content: "\f001";
+}
+.fa-search:before {
+  content: "\f002";
+}
+.fa-envelope-o:before {
+  content: "\f003";
+}
+.fa-heart:before {
+  content: "\f004";
+}
+.fa-star:before {
+  content: "\f005";
+}
+.fa-star-o:before {
+  content: "\f006";
+}
+.fa-user:before {
+  content: "\f007";
+}
+.fa-film:before {
+  content: "\f008";
+}
+.fa-th-large:before {
+  content: "\f009";
+}
+.fa-th:before {
+  content: "\f00a";
+}
+.fa-th-list:before {
+  content: "\f00b";
+}
+.fa-check:before {
+  content: "\f00c";
+}
+.fa-remove:before,
+.fa-close:before,
+.fa-times:before {
+  content: "\f00d";
+}
+.fa-search-plus:before {
+  content: "\f00e";
+}
+.fa-search-minus:before {
+  content: "\f010";
+}
+.fa-power-off:before {
+  content: "\f011";
+}
+.fa-signal:before {
+  content: "\f012";
+}
+.fa-gear:before,
+.fa-cog:before {
+  content: "\f013";
+}
+.fa-trash-o:before {
+  content: "\f014";
+}
+.fa-home:before {
+  content: "\f015";
+}
+.fa-file-o:before {
+  content: "\f016";
+}
+.fa-clock-o:before {
+  content: "\f017";
+}
+.fa-road:before {
+  content: "\f018";
+}
+.fa-download:before {
+  content: "\f019";
+}
+.fa-arrow-circle-o-down:before {
+  content: "\f01a";
+}
+.fa-arrow-circle-o-up:before {
+  content: "\f01b";
+}
+.fa-inbox:before {
+  content: "\f01c";
+}
+.fa-play-circle-o:before {
+  content: "\f01d";
+}
+.fa-rotate-right:before,
+.fa-repeat:before {
+  content: "\f01e";
+}
+.fa-refresh:before {
+  content: "\f021";
+}
+.fa-list-alt:before {
+  content: "\f022";
+}
+.fa-lock:before {
+  content: "\f023";
+}
+.fa-flag:before {
+  content: "\f024";
+}
+.fa-headphones:before {
+  content: "\f025";
+}
+.fa-volume-off:before {
+  content: "\f026";
+}
+.fa-volume-down:before {
+  content: "\f027";
+}
+.fa-volume-up:before {
+  content: "\f028";
+}
+.fa-qrcode:before {
+  content: "\f029";
+}
+.fa-barcode:before {
+  content: "\f02a";
+}
+.fa-tag:before {
+  content: "\f02b";
+}
+.fa-tags:before {
+  content: "\f02c";
+}
+.fa-book:before {
+  content: "\f02d";
+}
+.fa-bookmark:before {
+  content: "\f02e";
+}
+.fa-print:before {
+  content: "\f02f";
+}
+.fa-camera:before {
+  content: "\f030";
+}
+.fa-font:before {
+  content: "\f031";
+}
+.fa-bold:before {
+  content: "\f032";
+}
+.fa-italic:before {
+  content: "\f033";
+}
+.fa-text-height:before {
+  content: "\f034";
+}
+.fa-text-width:before {
+  content: "\f035";
+}
+.fa-align-left:before {
+  content: "\f036";
+}
+.fa-align-center:before {
+  content: "\f037";
+}
+.fa-align-right:before {
+  content: "\f038";
+}
+.fa-align-justify:before {
+  content: "\f039";
+}
+.fa-list:before {
+  content: "\f03a";
+}
+.fa-dedent:before,
+.fa-outdent:before {
+  content: "\f03b";
+}
+.fa-indent:before {
+  content: "\f03c";
+}
+.fa-video-camera:before {
+  content: "\f03d";
+}
+.fa-photo:before,
+.fa-image:before,
+.fa-picture-o:before {
+  content: "\f03e";
+}
+.fa-pencil:before {
+  content: "\f040";
+}
+.fa-map-marker:before {
+  content: "\f041";
+}
+.fa-adjust:before {
+  content: "\f042";
+}
+.fa-tint:before {
+  content: "\f043";
+}
+.fa-edit:before,
+.fa-pencil-square-o:before {
+  content: "\f044";
+}
+.fa-share-square-o:before {
+  content: "\f045";
+}
+.fa-check-square-o:before {
+  content: "\f046";
+}
+.fa-arrows:before {
+  content: "\f047";
+}
+.fa-step-backward:before {
+  content: "\f048";
+}
+.fa-fast-backward:before {
+  content: "\f049";
+}
+.fa-backward:before {
+  content: "\f04a";
+}
+.fa-play:before {
+  content: "\f04b";
+}
+.fa-pause:before {
+  content: "\f04c";
+}
+.fa-stop:before {
+  content: "\f04d";
+}
+.fa-forward:before {
+  content: "\f04e";
+}
+.fa-fast-forward:before {
+  content: "\f050";
+}
+.fa-step-forward:before {
+  content: "\f051";
+}
+.fa-eject:before {
+  content: "\f052";
+}
+.fa-chevron-left:before {
+  content: "\f053";
+}
+.fa-chevron-right:before {
+  content: "\f054";
+}
+.fa-plus-circle:before {
+  content: "\f055";
+}
+.fa-minus-circle:before {
+  content: "\f056";
+}
+.fa-times-circle:before {
+  content: "\f057";
+}
+.fa-check-circle:before {
+  content: "\f058";
+}
+.fa-question-circle:before {
+  content: "\f059";
+}
+.fa-info-circle:before {
+  content: "\f05a";
+}
+.fa-crosshairs:before {
+  content: "\f05b";
+}
+.fa-times-circle-o:before {
+  content: "\f05c";
+}
+.fa-check-circle-o:before {
+  content: "\f05d";
+}
+.fa-ban:before {
+  content: "\f05e";
+}
+.fa-arrow-left:before {
+  content: "\f060";
+}
+.fa-arrow-right:before {
+  content: "\f061";
+}
+.fa-arrow-up:before {
+  content: "\f062";
+}
+.fa-arrow-down:before {
+  content: "\f063";
+}
+.fa-mail-forward:before,
+.fa-share:before {
+  content: "\f064";
+}
+.fa-expand:before {
+  content: "\f065";
+}
+.fa-compress:before {
+  content: "\f066";
+}
+.fa-plus:before {
+  content: "\f067";
+}
+.fa-minus:before {
+  content: "\f068";
+}
+.fa-asterisk:before {
+  content: "\f069";
+}
+.fa-exclamation-circle:before {
+  content: "\f06a";
+}
+.fa-gift:before {
+  content: "\f06b";
+}
+.fa-leaf:before {
+  content: "\f06c";
+}
+.fa-fire:before {
+  content: "\f06d";
+}
+.fa-eye:before {
+  content: "\f06e";
+}
+.fa-eye-slash:before {
+  content: "\f070";
+}
+.fa-warning:before,
+.fa-exclamation-triangle:before {
+  content: "\f071";
+}
+.fa-plane:before {
+  content: "\f072";
+}
+.fa-calendar:before {
+  content: "\f073";
+}
+.fa-random:before {
+  content: "\f074";
+}
+.fa-comment:before {
+  content: "\f075";
+}
+.fa-magnet:before {
+  content: "\f076";
+}
+.fa-chevron-up:before {
+  content: "\f077";
+}
+.fa-chevron-down:before {
+  content: "\f078";
+}
+.fa-retweet:before {
+  content: "\f079";
+}
+.fa-shopping-cart:before {
+  content: "\f07a";
+}
+.fa-folder:before {
+  content: "\f07b";
+}
+.fa-folder-open:before {
+  content: "\f07c";
+}
+.fa-arrows-v:before {
+  content: "\f07d";
+}
+.fa-arrows-h:before {
+  content: "\f07e";
+}
+.fa-bar-chart-o:before,
+.fa-bar-chart:before {
+  content: "\f080";
+}
+.fa-twitter-square:before {
+  content: "\f081";
+}
+.fa-facebook-square:before {
+  content: "\f082";
+}
+.fa-camera-retro:before {
+  content: "\f083";
+}
+.fa-key:before {
+  content: "\f084";
+}
+.fa-gears:before,
+.fa-cogs:before {
+  content: "\f085";
+}
+.fa-comments:before {
+  content: "\f086";
+}
+.fa-thumbs-o-up:before {
+  content: "\f087";
+}
+.fa-thumbs-o-down:before {
+  content: "\f088";
+}
+.fa-star-half:before {
+  content: "\f089";
+}
+.fa-heart-o:before {
+  content: "\f08a";
+}
+.fa-sign-out:before {
+  content: "\f08b";
+}
+.fa-linkedin-square:before {
+  content: "\f08c";
+}
+.fa-thumb-tack:before {
+  content: "\f08d";
+}
+.fa-external-link:before {
+  content: "\f08e";
+}
+.fa-sign-in:before {
+  content: "\f090";
+}
+.fa-trophy:before {
+  content: "\f091";
+}
+.fa-github-square:before {
+  content: "\f092";
+}
+.fa-upload:before {
+  content: "\f093";
+}
+.fa-lemon-o:before {
+  content: "\f094";
+}
+.fa-phone:before {
+  content: "\f095";
+}
+.fa-square-o:before {
+  content: "\f096";
+}
+.fa-bookmark-o:before {
+  content: "\f097";
+}
+.fa-phone-square:before {
+  content: "\f098";
+}
+.fa-twitter:before {
+  content: "\f099";
+}
+.fa-facebook:before {
+  content: "\f09a";
+}
+.fa-github:before {
+  content: "\f09b";
+}
+.fa-unlock:before {
+  content: "\f09c";
+}
+.fa-credit-card:before {
+  content: "\f09d";
+}
+.fa-rss:before {
+  content: "\f09e";
+}
+.fa-hdd-o:before {
+  content: "\f0a0";
+}
+.fa-bullhorn:before {
+  content: "\f0a1";
+}
+.fa-bell:before {
+  content: "\f0f3";
+}
+.fa-certificate:before {
+  content: "\f0a3";
+}
+.fa-hand-o-right:before {
+  content: "\f0a4";
+}
+.fa-hand-o-left:before {
+  content: "\f0a5";
+}
+.fa-hand-o-up:before {
+  content: "\f0a6";
+}
+.fa-hand-o-down:before {
+  content: "\f0a7";
+}
+.fa-arrow-circle-left:before {
+  content: "\f0a8";
+}
+.fa-arrow-circle-right:before {
+  content: "\f0a9";
+}
+.fa-arrow-circle-up:before {
+  content: "\f0aa";
+}
+.fa-arrow-circle-down:before {
+  content: "\f0ab";
+}
+.fa-globe:before {
+  content: "\f0ac";
+}
+.fa-wrench:before {
+  content: "\f0ad";
+}
+.fa-tasks:before {
+  content: "\f0ae";
+}
+.fa-filter:before {
+  content: "\f0b0";
+}
+.fa-briefcase:before {
+  content: "\f0b1";
+}
+.fa-arrows-alt:before {
+  content: "\f0b2";
+}
+.fa-group:before,
+.fa-users:before {
+  content: "\f0c0";
+}
+.fa-chain:before,
+.fa-link:before {
+  content: "\f0c1";
+}
+.fa-cloud:before {
+  content: "\f0c2";
+}
+.fa-flask:before {
+  content: "\f0c3";
+}
+.fa-cut:before,
+.fa-scissors:before {
+  content: "\f0c4";
+}
+.fa-copy:before,
+.fa-files-o:before {
+  content: "\f0c5";
+}
+.fa-paperclip:before {
+  content: "\f0c6";
+}
+.fa-save:before,
+.fa-floppy-o:before {
+  content: "\f0c7";
+}
+.fa-square:before {
+  content: "\f0c8";
+}
+.fa-navicon:before,
+.fa-reorder:before,
+.fa-bars:before {
+  content: "\f0c9";
+}
+.fa-list-ul:before {
+  content: "\f0ca";
+}
+.fa-list-ol:before {
+  content: "\f0cb";
+}
+.fa-strikethrough:before {
+  content: "\f0cc";
+}
+.fa-underline:before {
+  content: "\f0cd";
+}
+.fa-table:before {
+  content: "\f0ce";
+}
+.fa-magic:before {
+  content: "\f0d0";
+}
+.fa-truck:before {
+  content: "\f0d1";
+}
+.fa-pinterest:before {
+  content: "\f0d2";
+}
+.fa-pinterest-square:before {
+  content: "\f0d3";
+}
+.fa-google-plus-square:before {
+  content: "\f0d4";
+}
+.fa-google-plus:before {
+  content: "\f0d5";
+}
+.fa-money:before {
+  content: "\f0d6";
+}
+.fa-caret-down:before {
+  content: "\f0d7";
+}
+.fa-caret-up:before {
+  content: "\f0d8";
+}
+.fa-caret-left:before {
+  content: "\f0d9";
+}
+.fa-caret-right:before {
+  content: "\f0da";
+}
+.fa-columns:before {
+  content: "\f0db";
+}
+.fa-unsorted:before,
+.fa-sort:before {
+  content: "\f0dc";
+}
+.fa-sort-down:before,
+.fa-sort-desc:before {
+  content: "\f0dd";
+}
+.fa-sort-up:before,
+.fa-sort-asc:before {
+  content: "\f0de";
+}
+.fa-envelope:before {
+  content: "\f0e0";
+}
+.fa-linkedin:before {
+  content: "\f0e1";
+}
+.fa-rotate-left:before,
+.fa-undo:before {
+  content: "\f0e2";
+}
+.fa-legal:before,
+.fa-gavel:before {
+  content: "\f0e3";
+}
+.fa-dashboard:before,
+.fa-tachometer:before {
+  content: "\f0e4";
+}
+.fa-comment-o:before {
+  content: "\f0e5";
+}
+.fa-comments-o:before {
+  content: "\f0e6";
+}
+.fa-flash:before,
+.fa-bolt:before {
+  content: "\f0e7";
+}
+.fa-sitemap:before {
+  content: "\f0e8";
+}
+.fa-umbrella:before {
+  content: "\f0e9";
+}
+.fa-paste:before,
+.fa-clipboard:before {
+  content: "\f0ea";
+}
+.fa-lightbulb-o:before {
+  content: "\f0eb";
+}
+.fa-exchange:before {
+  content: "\f0ec";
+}
+.fa-cloud-download:before {
+  content: "\f0ed";
+}
+.fa-cloud-upload:before {
+  content: "\f0ee";
+}
+.fa-user-md:before {
+  content: "\f0f0";
+}
+.fa-stethoscope:before {
+  content: "\f0f1";
+}
+.fa-suitcase:before {
+  content: "\f0f2";
+}
+.fa-bell-o:before {
+  content: "\f0a2";
+}
+.fa-coffee:before {
+  content: "\f0f4";
+}
+.fa-cutlery:before {
+  content: "\f0f5";
+}
+.fa-file-text-o:before {
+  content: "\f0f6";
+}
+.fa-building-o:before {
+  content: "\f0f7";
+}
+.fa-hospital-o:before {
+  content: "\f0f8";
+}
+.fa-ambulance:before {
+  content: "\f0f9";
+}
+.fa-medkit:before {
+  content: "\f0fa";
+}
+.fa-fighter-jet:before {
+  content: "\f0fb";
+}
+.fa-beer:before {
+  content: "\f0fc";
+}
+.fa-h-square:before {
+  content: "\f0fd";
+}
+.fa-plus-square:before {
+  content: "\f0fe";
+}
+.fa-angle-double-left:before {
+  content: "\f100";
+}
+.fa-angle-double-right:before {
+  content: "\f101";
+}
+.fa-angle-double-up:before {
+  content: "\f102";
+}
+.fa-angle-double-down:before {
+  content: "\f103";
+}
+.fa-angle-left:before {
+  content: "\f104";
+}
+.fa-angle-right:before {
+  content: "\f105";
+}
+.fa-angle-up:before {
+  content: "\f106";
+}
+.fa-angle-down:before {
+  content: "\f107";
+}
+.fa-desktop:before {
+  content: "\f108";
+}
+.fa-laptop:before {
+  content: "\f109";
+}
+.fa-tablet:before {
+  content: "\f10a";
+}
+.fa-mobile-phone:before,
+.fa-mobile:before {
+  content: "\f10b";
+}
+.fa-circle-o:before {
+  content: "\f10c";
+}
+.fa-quote-left:before {
+  content: "\f10d";
+}
+.fa-quote-right:before {
+  content: "\f10e";
+}
+.fa-spinner:before {
+  content: "\f110";
+}
+.fa-circle:before {
+  content: "\f111";
+}
+.fa-mail-reply:before,
+.fa-reply:before {
+  content: "\f112";
+}
+.fa-github-alt:before {
+  content: "\f113";
+}
+.fa-folder-o:before {
+  content: "\f114";
+}
+.fa-folder-open-o:before {
+  content: "\f115";
+}
+.fa-smile-o:before {
+  content: "\f118";
+}
+.fa-frown-o:before {
+  content: "\f119";
+}
+.fa-meh-o:before {
+  content: "\f11a";
+}
+.fa-gamepad:before {
+  content: "\f11b";
+}
+.fa-keyboard-o:before {
+  content: "\f11c";
+}
+.fa-flag-o:before {
+  content: "\f11d";
+}
+.fa-flag-checkered:before {
+  content: "\f11e";
+}
+.fa-terminal:before {
+  content: "\f120";
+}
+.fa-code:before {
+  content: "\f121";
+}
+.fa-mail-reply-all:before,
+.fa-reply-all:before {
+  content: "\f122";
+}
+.fa-star-half-empty:before,
+.fa-star-half-full:before,
+.fa-star-half-o:before {
+  content: "\f123";
+}
+.fa-location-arrow:before {
+  content: "\f124";
+}
+.fa-crop:before {
+  content: "\f125";
+}
+.fa-code-fork:before {
+  content: "\f126";
+}
+.fa-unlink:before,
+.fa-chain-broken:before {
+  content: "\f127";
+}
+.fa-question:before {
+  content: "\f128";
+}
+.fa-info:before {
+  content: "\f129";
+}
+.fa-exclamation:before {
+  content: "\f12a";
+}
+.fa-superscript:before {
+  content: "\f12b";
+}
+.fa-subscript:before {
+  content: "\f12c";
+}
+.fa-eraser:before {
+  content: "\f12d";
+}
+.fa-puzzle-piece:before {
+  content: "\f12e";
+}
+.fa-microphone:before {
+  content: "\f130";
+}
+.fa-microphone-slash:before {
+  content: "\f131";
+}
+.fa-shield:before {
+  content: "\f132";
+}
+.fa-calendar-o:before {
+  content: "\f133";
+}
+.fa-fire-extinguisher:before {
+  content: "\f134";
+}
+.fa-rocket:before {
+  content: "\f135";
+}
+.fa-maxcdn:before {
+  content: "\f136";
+}
+.fa-chevron-circle-left:before {
+  content: "\f137";
+}
+.fa-chevron-circle-right:before {
+  content: "\f138";
+}
+.fa-chevron-circle-up:before {
+  content: "\f139";
+}
+.fa-chevron-circle-down:before {
+  content: "\f13a";
+}
+.fa-html5:before {
+  content: "\f13b";
+}
+.fa-css3:before {
+  content: "\f13c";
+}
+.fa-anchor:before {
+  content: "\f13d";
+}
+.fa-unlock-alt:before {
+  content: "\f13e";
+}
+.fa-bullseye:before {
+  content: "\f140";
+}
+.fa-ellipsis-h:before {
+  content: "\f141";
+}
+.fa-ellipsis-v:before {
+  content: "\f142";
+}
+.fa-rss-square:before {
+  content: "\f143";
+}
+.fa-play-circle:before {
+  content: "\f144";
+}
+.fa-ticket:before {
+  content: "\f145";
+}
+.fa-minus-square:before {
+  content: "\f146";
+}
+.fa-minus-square-o:before {
+  content: "\f147";
+}
+.fa-level-up:before {
+  content: "\f148";
+}
+.fa-level-down:before {
+  content: "\f149";
+}
+.fa-check-square:before {
+  content: "\f14a";
+}
+.fa-pencil-square:before {
+  content: "\f14b";
+}
+.fa-external-link-square:before {
+  content: "\f14c";
+}
+.fa-share-square:before {
+  content: "\f14d";
+}
+.fa-compass:before {
+  content: "\f14e";
+}
+.fa-toggle-down:before,
+.fa-caret-square-o-down:before {
+  content: "\f150";
+}
+.fa-toggle-up:before,
+.fa-caret-square-o-up:before {
+  content: "\f151";
+}
+.fa-toggle-right:before,
+.fa-caret-square-o-right:before {
+  content: "\f152";
+}
+.fa-euro:before,
+.fa-eur:before {
+  content: "\f153";
+}
+.fa-gbp:before {
+  content: "\f154";
+}
+.fa-dollar:before,
+.fa-usd:before {
+  content: "\f155";
+}
+.fa-rupee:before,
+.fa-inr:before {
+  content: "\f156";
+}
+.fa-cny:before,
+.fa-rmb:before,
+.fa-yen:before,
+.fa-jpy:before {
+  content: "\f157";
+}
+.fa-ruble:before,
+.fa-rouble:before,
+.fa-rub:before {
+  content: "\f158";
+}
+.fa-won:before,
+.fa-krw:before {
+  content: "\f159";
+}
+.fa-bitcoin:before,
+.fa-btc:before {
+  content: "\f15a";
+}
+.fa-file:before {
+  content: "\f15b";
+}
+.fa-file-text:before {
+  content: "\f15c";
+}
+.fa-sort-alpha-asc:before {
+  content: "\f15d";
+}
+.fa-sort-alpha-desc:before {
+  content: "\f15e";
+}
+.fa-sort-amount-asc:before {
+  content: "\f160";
+}
+.fa-sort-amount-desc:before {
+  content: "\f161";
+}
+.fa-sort-numeric-asc:before {
+  content: "\f162";
+}
+.fa-sort-numeric-desc:before {
+  content: "\f163";
+}
+.fa-thumbs-up:before {
+  content: "\f164";
+}
+.fa-thumbs-down:before {
+  content: "\f165";
+}
+.fa-youtube-square:before {
+  content: "\f166";
+}
+.fa-youtube:before {
+  content: "\f167";
+}
+.fa-xing:before {
+  content: "\f168";
+}
+.fa-xing-square:before {
+  content: "\f169";
+}
+.fa-youtube-play:before {
+  content: "\f16a";
+}
+.fa-dropbox:before {
+  content: "\f16b";
+}
+.fa-stack-overflow:before {
+  content: "\f16c";
+}
+.fa-instagram:before {
+  content: "\f16d";
+}
+.fa-flickr:before {
+  content: "\f16e";
+}
+.fa-adn:before {
+  content: "\f170";
+}
+.fa-bitbucket:before {
+  content: "\f171";
+}
+.fa-bitbucket-square:before {
+  content: "\f172";
+}
+.fa-tumblr:before {
+  content: "\f173";
+}
+.fa-tumblr-square:before {
+  content: "\f174";
+}
+.fa-long-arrow-down:before {
+  content: "\f175";
+}
+.fa-long-arrow-up:before {
+  content: "\f176";
+}
+.fa-long-arrow-left:before {
+  content: "\f177";
+}
+.fa-long-arrow-right:before {
+  content: "\f178";
+}
+.fa-apple:before {
+  content: "\f179";
+}
+.fa-windows:before {
+  content: "\f17a";
+}
+.fa-android:before {
+  content: "\f17b";
+}
+.fa-linux:before {
+  content: "\f17c";
+}
+.fa-dribbble:before {
+  content: "\f17d";
+}
+.fa-skype:before {
+  content: "\f17e";
+}
+.fa-foursquare:before {
+  content: "\f180";
+}
+.fa-trello:before {
+  content: "\f181";
+}
+.fa-female:before {
+  content: "\f182";
+}
+.fa-male:before {
+  content: "\f183";
+}
+.fa-gittip:before {
+  content: "\f184";
+}
+.fa-sun-o:before {
+  content: "\f185";
+}
+.fa-moon-o:before {
+  content: "\f186";
+}
+.fa-archive:before {
+  content: "\f187";
+}
+.fa-bug:before {
+  content: "\f188";
+}
+.fa-vk:before {
+  content: "\f189";
+}
+.fa-weibo:before {
+  content: "\f18a";
+}
+.fa-renren:before {
+  content: "\f18b";
+}
+.fa-pagelines:before {
+  content: "\f18c";
+}
+.fa-stack-exchange:before {
+  content: "\f18d";
+}
+.fa-arrow-circle-o-right:before {
+  content: "\f18e";
+}
+.fa-arrow-circle-o-left:before {
+  content: "\f190";
+}
+.fa-toggle-left:before,
+.fa-caret-square-o-left:before {
+  content: "\f191";
+}
+.fa-dot-circle-o:before {
+  content: "\f192";
+}
+.fa-wheelchair:before {
+  content: "\f193";
+}
+.fa-vimeo-square:before {
+  content: "\f194";
+}
+.fa-turkish-lira:before,
+.fa-try:before {
+  content: "\f195";
+}
+.fa-plus-square-o:before {
+  content: "\f196";
+}
+.fa-space-shuttle:before {
+  content: "\f197";
+}
+.fa-slack:before {
+  content: "\f198";
+}
+.fa-envelope-square:before {
+  content: "\f199";
+}
+.fa-wordpress:before {
+  content: "\f19a";
+}
+.fa-openid:before {
+  content: "\f19b";
+}
+.fa-institution:before,
+.fa-bank:before,
+.fa-university:before {
+  content: "\f19c";
+}
+.fa-mortar-board:before,
+.fa-graduation-cap:before {
+  content: "\f19d";
+}
+.fa-yahoo:before {
+  content: "\f19e";
+}
+.fa-google:before {
+  content: "\f1a0";
+}
+.fa-reddit:before {
+  content: "\f1a1";
+}
+.fa-reddit-square:before {
+  content: "\f1a2";
+}
+.fa-stumbleupon-circle:before {
+  content: "\f1a3";
+}
+.fa-stumbleupon:before {
+  content: "\f1a4";
+}
+.fa-delicious:before {
+  content: "\f1a5";
+}
+.fa-digg:before {
+  content: "\f1a6";
+}
+.fa-pied-piper:before {
+  content: "\f1a7";
+}
+.fa-pied-piper-alt:before {
+  content: "\f1a8";
+}
+.fa-drupal:before {
+  content: "\f1a9";
+}
+.fa-joomla:before {
+  content: "\f1aa";
+}
+.fa-language:before {
+  content: "\f1ab";
+}
+.fa-fax:before {
+  content: "\f1ac";
+}
+.fa-building:before {
+  content: "\f1ad";
+}
+.fa-child:before {
+  content: "\f1ae";
+}
+.fa-paw:before {
+  content: "\f1b0";
+}
+.fa-spoon:before {
+  content: "\f1b1";
+}
+.fa-cube:before {
+  content: "\f1b2";
+}
+.fa-cubes:before {
+  content: "\f1b3";
+}
+.fa-behance:before {
+  content: "\f1b4";
+}
+.fa-behance-square:before {
+  content: "\f1b5";
+}
+.fa-steam:before {
+  content: "\f1b6";
+}
+.fa-steam-square:before {
+  content: "\f1b7";
+}
+.fa-recycle:before {
+  content: "\f1b8";
+}
+.fa-automobile:before,
+.fa-car:before {
+  content: "\f1b9";
+}
+.fa-cab:before,
+.fa-taxi:before {
+  content: "\f1ba";
+}
+.fa-tree:before {
+  content: "\f1bb";
+}
+.fa-spotify:before {
+  content: "\f1bc";
+}
+.fa-deviantart:before {
+  content: "\f1bd";
+}
+.fa-soundcloud:before {
+  content: "\f1be";
+}
+.fa-database:before {
+  content: "\f1c0";
+}
+.fa-file-pdf-o:before {
+  content: "\f1c1";
+}
+.fa-file-word-o:before {
+  content: "\f1c2";
+}
+.fa-file-excel-o:before {
+  content: "\f1c3";
+}
+.fa-file-powerpoint-o:before {
+  content: "\f1c4";
+}
+.fa-file-photo-o:before,
+.fa-file-picture-o:before,
+.fa-file-image-o:before {
+  content: "\f1c5";
+}
+.fa-file-zip-o:before,
+.fa-file-archive-o:before {
+  content: "\f1c6";
+}
+.fa-file-sound-o:before,
+.fa-file-audio-o:before {
+  content: "\f1c7";
+}
+.fa-file-movie-o:before,
+.fa-file-video-o:before {
+  content: "\f1c8";
+}
+.fa-file-code-o:before {
+  content: "\f1c9";
+}
+.fa-vine:before {
+  content: "\f1ca";
+}
+.fa-codepen:before {
+  content: "\f1cb";
+}
+.fa-jsfiddle:before {
+  content: "\f1cc";
+}
+.fa-life-bouy:before,
+.fa-life-buoy:before,
+.fa-life-saver:before,
+.fa-support:before,
+.fa-life-ring:before {
+  content: "\f1cd";
+}
+.fa-circle-o-notch:before {
+  content: "\f1ce";
+}
+.fa-ra:before,
+.fa-rebel:before {
+  content: "\f1d0";
+}
+.fa-ge:before,
+.fa-empire:before {
+  content: "\f1d1";
+}
+.fa-git-square:before {
+  content: "\f1d2";
+}
+.fa-git:before {
+  content: "\f1d3";
+}
+.fa-hacker-news:before {
+  content: "\f1d4";
+}
+.fa-tencent-weibo:before {
+  content: "\f1d5";
+}
+.fa-qq:before {
+  content: "\f1d6";
+}
+.fa-wechat:before,
+.fa-weixin:before {
+  content: "\f1d7";
+}
+.fa-send:before,
+.fa-paper-plane:before {
+  content: "\f1d8";
+}
+.fa-send-o:before,
+.fa-paper-plane-o:before {
+  content: "\f1d9";
+}
+.fa-history:before {
+  content: "\f1da";
+}
+.fa-circle-thin:before {
+  content: "\f1db";
+}
+.fa-header:before {
+  content: "\f1dc";
+}
+.fa-paragraph:before {
+  content: "\f1dd";
+}
+.fa-sliders:before {
+  content: "\f1de";
+}
+.fa-share-alt:before {
+  content: "\f1e0";
+}
+.fa-share-alt-square:before {
+  content: "\f1e1";
+}
+.fa-bomb:before {
+  content: "\f1e2";
+}
+.fa-soccer-ball-o:before,
+.fa-futbol-o:before {
+  content: "\f1e3";
+}
+.fa-tty:before {
+  content: "\f1e4";
+}
+.fa-binoculars:before {
+  content: "\f1e5";
+}
+.fa-plug:before {
+  content: "\f1e6";
+}
+.fa-slideshare:before {
+  content: "\f1e7";
+}
+.fa-twitch:before {
+  content: "\f1e8";
+}
+.fa-yelp:before {
+  content: "\f1e9";
+}
+.fa-newspaper-o:before {
+  content: "\f1ea";
+}
+.fa-wifi:before {
+  content: "\f1eb";
+}
+.fa-calculator:before {
+  content: "\f1ec";
+}
+.fa-paypal:before {
+  content: "\f1ed";
+}
+.fa-google-wallet:before {
+  content: "\f1ee";
+}
+.fa-cc-visa:before {
+  content: "\f1f0";
+}
+.fa-cc-mastercard:before {
+  content: "\f1f1";
+}
+.fa-cc-discover:before {
+  content: "\f1f2";
+}
+.fa-cc-amex:before {
+  content: "\f1f3";
+}
+.fa-cc-paypal:before {
+  content: "\f1f4";
+}
+.fa-cc-stripe:before {
+  content: "\f1f5";
+}
+.fa-bell-slash:before {
+  content: "\f1f6";
+}
+.fa-bell-slash-o:before {
+  content: "\f1f7";
+}
+.fa-trash:before {
+  content: "\f1f8";
+}
+.fa-copyright:before {
+  content: "\f1f9";
+}
+.fa-at:before {
+  content: "\f1fa";
+}
+.fa-eyedropper:before {
+  content: "\f1fb";
+}
+.fa-paint-brush:before {
+  content: "\f1fc";
+}
+.fa-birthday-cake:before {
+  content: "\f1fd";
+}
+.fa-area-chart:before {
+  content: "\f1fe";
+}
+.fa-pie-chart:before {
+  content: "\f200";
+}
+.fa-line-chart:before {
+  content: "\f201";
+}
+.fa-lastfm:before {
+  content: "\f202";
+}
+.fa-lastfm-square:before {
+  content: "\f203";
+}
+.fa-toggle-off:before {
+  content: "\f204";
+}
+.fa-toggle-on:before {
+  content: "\f205";
+}
+.fa-bicycle:before {
+  content: "\f206";
+}
+.fa-bus:before {
+  content: "\f207";
+}
+.fa-ioxhost:before {
+  content: "\f208";
+}
+.fa-angellist:before {
+  content: "\f209";
+}
+.fa-cc:before {
+  content: "\f20a";
+}
+.fa-shekel:before,
+.fa-sheqel:before,
+.fa-ils:before {
+  content: "\f20b";
+}
+.fa-meanpath:before {
+  content: "\f20c";
+}
+/*!
+*
+* IPython base
+*
+*/
+.modal.fade .modal-dialog {
+  -webkit-transform: translate(0, 0);
+  -ms-transform: translate(0, 0);
+  -o-transform: translate(0, 0);
+  transform: translate(0, 0);
+}
+code {
+  color: #000;
+}
+pre {
+  font-size: inherit;
+  line-height: inherit;
+}
+label {
+  font-weight: normal;
+}
+/* Make the page background atleast 100% the height of the view port */
+/* Make the page itself atleast 70% the height of the view port */
+.border-box-sizing {
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+}
+.corner-all {
+  border-radius: 2px;
+}
+.no-padding {
+  padding: 0px;
+}
+/* Flexible box model classes */
+/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
+/* This file is a compatability layer.  It allows the usage of flexible box 
+model layouts accross multiple browsers, including older browsers.  The newest,
+universal implementation of the flexible box model is used when available (see
+`Modern browsers` comments below).  Browsers that are known to implement this 
+new spec completely include:
+
+    Firefox 28.0+
+    Chrome 29.0+
+    Internet Explorer 11+ 
+    Opera 17.0+
+
+Browsers not listed, including Safari, are supported via the styling under the
+`Old browsers` comments below.
+*/
+.hbox {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+}
+.hbox > * {
+  /* Old browsers */
+  -webkit-box-flex: 0;
+  -moz-box-flex: 0;
+  box-flex: 0;
+  /* Modern browsers */
+  flex: none;
+}
+.vbox {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+}
+.vbox > * {
+  /* Old browsers */
+  -webkit-box-flex: 0;
+  -moz-box-flex: 0;
+  box-flex: 0;
+  /* Modern browsers */
+  flex: none;
+}
+.hbox.reverse,
+.vbox.reverse,
+.reverse {
+  /* Old browsers */
+  -webkit-box-direction: reverse;
+  -moz-box-direction: reverse;
+  box-direction: reverse;
+  /* Modern browsers */
+  flex-direction: row-reverse;
+}
+.hbox.box-flex0,
+.vbox.box-flex0,
+.box-flex0 {
+  /* Old browsers */
+  -webkit-box-flex: 0;
+  -moz-box-flex: 0;
+  box-flex: 0;
+  /* Modern browsers */
+  flex: none;
+  width: auto;
+}
+.hbox.box-flex1,
+.vbox.box-flex1,
+.box-flex1 {
+  /* Old browsers */
+  -webkit-box-flex: 1;
+  -moz-box-flex: 1;
+  box-flex: 1;
+  /* Modern browsers */
+  flex: 1;
+}
+.hbox.box-flex,
+.vbox.box-flex,
+.box-flex {
+  /* Old browsers */
+  /* Old browsers */
+  -webkit-box-flex: 1;
+  -moz-box-flex: 1;
+  box-flex: 1;
+  /* Modern browsers */
+  flex: 1;
+}
+.hbox.box-flex2,
+.vbox.box-flex2,
+.box-flex2 {
+  /* Old browsers */
+  -webkit-box-flex: 2;
+  -moz-box-flex: 2;
+  box-flex: 2;
+  /* Modern browsers */
+  flex: 2;
+}
+.box-group1 {
+  /*  Deprecated */
+  -webkit-box-flex-group: 1;
+  -moz-box-flex-group: 1;
+  box-flex-group: 1;
+}
+.box-group2 {
+  /* Deprecated */
+  -webkit-box-flex-group: 2;
+  -moz-box-flex-group: 2;
+  box-flex-group: 2;
+}
+.hbox.start,
+.vbox.start,
+.start {
+  /* Old browsers */
+  -webkit-box-pack: start;
+  -moz-box-pack: start;
+  box-pack: start;
+  /* Modern browsers */
+  justify-content: flex-start;
+}
+.hbox.end,
+.vbox.end,
+.end {
+  /* Old browsers */
+  -webkit-box-pack: end;
+  -moz-box-pack: end;
+  box-pack: end;
+  /* Modern browsers */
+  justify-content: flex-end;
+}
+.hbox.center,
+.vbox.center,
+.center {
+  /* Old browsers */
+  -webkit-box-pack: center;
+  -moz-box-pack: center;
+  box-pack: center;
+  /* Modern browsers */
+  justify-content: center;
+}
+.hbox.baseline,
+.vbox.baseline,
+.baseline {
+  /* Old browsers */
+  -webkit-box-pack: baseline;
+  -moz-box-pack: baseline;
+  box-pack: baseline;
+  /* Modern browsers */
+  justify-content: baseline;
+}
+.hbox.stretch,
+.vbox.stretch,
+.stretch {
+  /* Old browsers */
+  -webkit-box-pack: stretch;
+  -moz-box-pack: stretch;
+  box-pack: stretch;
+  /* Modern browsers */
+  justify-content: stretch;
+}
+.hbox.align-start,
+.vbox.align-start,
+.align-start {
+  /* Old browsers */
+  -webkit-box-align: start;
+  -moz-box-align: start;
+  box-align: start;
+  /* Modern browsers */
+  align-items: flex-start;
+}
+.hbox.align-end,
+.vbox.align-end,
+.align-end {
+  /* Old browsers */
+  -webkit-box-align: end;
+  -moz-box-align: end;
+  box-align: end;
+  /* Modern browsers */
+  align-items: flex-end;
+}
+.hbox.align-center,
+.vbox.align-center,
+.align-center {
+  /* Old browsers */
+  -webkit-box-align: center;
+  -moz-box-align: center;
+  box-align: center;
+  /* Modern browsers */
+  align-items: center;
+}
+.hbox.align-baseline,
+.vbox.align-baseline,
+.align-baseline {
+  /* Old browsers */
+  -webkit-box-align: baseline;
+  -moz-box-align: baseline;
+  box-align: baseline;
+  /* Modern browsers */
+  align-items: baseline;
+}
+.hbox.align-stretch,
+.vbox.align-stretch,
+.align-stretch {
+  /* Old browsers */
+  -webkit-box-align: stretch;
+  -moz-box-align: stretch;
+  box-align: stretch;
+  /* Modern browsers */
+  align-items: stretch;
+}
+div.error {
+  margin: 2em;
+  text-align: center;
+}
+div.error > h1 {
+  font-size: 500%;
+  line-height: normal;
+}
+div.error > p {
+  font-size: 200%;
+  line-height: normal;
+}
+div.traceback-wrapper {
+  text-align: left;
+  max-width: 800px;
+  margin: auto;
+}
+/**
+ * Primary styles
+ *
+ * Author: Jupyter Development Team
+ */
+body {
+  background-color: #fff;
+  /* This makes sure that the body covers the entire window and needs to
+       be in a different element than the display: box in wrapper below */
+  position: absolute;
+  left: 0px;
+  right: 0px;
+  top: 0px;
+  bottom: 0px;
+  overflow: visible;
+}
+body > #header {
+  /* Initially hidden to prevent FLOUC */
+  display: none;
+  background-color: #fff;
+  /* Display over codemirror */
+  position: relative;
+  z-index: 100;
+}
+body > #header #header-container {
+  padding-bottom: 5px;
+  padding-top: 5px;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+}
+body > #header .header-bar {
+  width: 100%;
+  height: 1px;
+  background: #e7e7e7;
+  margin-bottom: -1px;
+}
+@media print {
+  body > #header {
+    display: none !important;
+  }
+}
+#header-spacer {
+  width: 100%;
+  visibility: hidden;
+}
+@media print {
+  #header-spacer {
+    display: none;
+  }
+}
+#ipython_notebook {
+  padding-left: 0px;
+  padding-top: 1px;
+  padding-bottom: 1px;
+}
+@media (max-width: 991px) {
+  #ipython_notebook {
+    margin-left: 10px;
+  }
+}
+[dir="rtl"] #ipython_notebook {
+  float: right !important;
+}
+#noscript {
+  width: auto;
+  padding-top: 16px;
+  padding-bottom: 16px;
+  text-align: center;
+  font-size: 22px;
+  color: red;
+  font-weight: bold;
+}
+#ipython_notebook img {
+  height: 28px;
+}
+#site {
+  width: 100%;
+  display: none;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  overflow: auto;
+}
+@media print {
+  #site {
+    height: auto !important;
+  }
+}
+/* Smaller buttons */
+.ui-button .ui-button-text {
+  padding: 0.2em 0.8em;
+  font-size: 77%;
+}
+input.ui-button {
+  padding: 0.3em 0.9em;
+}
+span#login_widget {
+  float: right;
+}
+span#login_widget > .button,
+#logout {
+  color: #333;
+  background-color: #fff;
+  border-color: #ccc;
+}
+span#login_widget > .button:focus,
+#logout:focus,
+span#login_widget > .button.focus,
+#logout.focus {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #8c8c8c;
+}
+span#login_widget > .button:hover,
+#logout:hover {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+span#login_widget > .button:active,
+#logout:active,
+span#login_widget > .button.active,
+#logout.active,
+.open > .dropdown-togglespan#login_widget > .button,
+.open > .dropdown-toggle#logout {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+span#login_widget > .button:active:hover,
+#logout:active:hover,
+span#login_widget > .button.active:hover,
+#logout.active:hover,
+.open > .dropdown-togglespan#login_widget > .button:hover,
+.open > .dropdown-toggle#logout:hover,
+span#login_widget > .button:active:focus,
+#logout:active:focus,
+span#login_widget > .button.active:focus,
+#logout.active:focus,
+.open > .dropdown-togglespan#login_widget > .button:focus,
+.open > .dropdown-toggle#logout:focus,
+span#login_widget > .button:active.focus,
+#logout:active.focus,
+span#login_widget > .button.active.focus,
+#logout.active.focus,
+.open > .dropdown-togglespan#login_widget > .button.focus,
+.open > .dropdown-toggle#logout.focus {
+  color: #333;
+  background-color: #d4d4d4;
+  border-color: #8c8c8c;
+}
+span#login_widget > .button:active,
+#logout:active,
+span#login_widget > .button.active,
+#logout.active,
+.open > .dropdown-togglespan#login_widget > .button,
+.open > .dropdown-toggle#logout {
+  background-image: none;
+}
+span#login_widget > .button.disabled:hover,
+#logout.disabled:hover,
+span#login_widget > .button[disabled]:hover,
+#logout[disabled]:hover,
+fieldset[disabled] span#login_widget > .button:hover,
+fieldset[disabled] #logout:hover,
+span#login_widget > .button.disabled:focus,
+#logout.disabled:focus,
+span#login_widget > .button[disabled]:focus,
+#logout[disabled]:focus,
+fieldset[disabled] span#login_widget > .button:focus,
+fieldset[disabled] #logout:focus,
+span#login_widget > .button.disabled.focus,
+#logout.disabled.focus,
+span#login_widget > .button[disabled].focus,
+#logout[disabled].focus,
+fieldset[disabled] span#login_widget > .button.focus,
+fieldset[disabled] #logout.focus {
+  background-color: #fff;
+  border-color: #ccc;
+}
+span#login_widget > .button .badge,
+#logout .badge {
+  color: #fff;
+  background-color: #333;
+}
+.nav-header {
+  text-transform: none;
+}
+#header > span {
+  margin-top: 10px;
+}
+.modal_stretch .modal-dialog {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+  min-height: 80vh;
+}
+.modal_stretch .modal-dialog .modal-body {
+  max-height: calc(100vh - 200px);
+  overflow: auto;
+  flex: 1;
+}
+@media (min-width: 768px) {
+  .modal .modal-dialog {
+    width: 700px;
+  }
+}
+@media (min-width: 768px) {
+  select.form-control {
+    margin-left: 12px;
+    margin-right: 12px;
+  }
+}
+/*!
+*
+* IPython auth
+*
+*/
+.center-nav {
+  display: inline-block;
+  margin-bottom: -4px;
+}
+/*!
+*
+* IPython tree view
+*
+*/
+/* We need an invisible input field on top of the sentense*/
+/* "Drag file onto the list ..." */
+.alternate_upload {
+  background-color: none;
+  display: inline;
+}
+.alternate_upload.form {
+  padding: 0;
+  margin: 0;
+}
+.alternate_upload input.fileinput {
+  text-align: center;
+  vertical-align: middle;
+  display: inline;
+  opacity: 0;
+  z-index: 2;
+  width: 12ex;
+  margin-right: -12ex;
+}
+.alternate_upload .btn-upload {
+  height: 22px;
+}
+/**
+ * Primary styles
+ *
+ * Author: Jupyter Development Team
+ */
+[dir="rtl"] #tabs li {
+  float: right;
+}
+ul#tabs {
+  margin-bottom: 4px;
+}
+[dir="rtl"] ul#tabs {
+  margin-right: 0px;
+}
+ul#tabs a {
+  padding-top: 6px;
+  padding-bottom: 4px;
+}
+ul.breadcrumb a:focus,
+ul.breadcrumb a:hover {
+  text-decoration: none;
+}
+ul.breadcrumb i.icon-home {
+  font-size: 16px;
+  margin-right: 4px;
+}
+ul.breadcrumb span {
+  color: #5e5e5e;
+}
+.list_toolbar {
+  padding: 4px 0 4px 0;
+  vertical-align: middle;
+}
+.list_toolbar .tree-buttons {
+  padding-top: 1px;
+}
+[dir="rtl"] .list_toolbar .tree-buttons {
+  float: left !important;
+}
+[dir="rtl"] .list_toolbar .pull-right {
+  padding-top: 1px;
+  float: left !important;
+}
+[dir="rtl"] .list_toolbar .pull-left {
+  float: right !important;
+}
+.dynamic-buttons {
+  padding-top: 3px;
+  display: inline-block;
+}
+.list_toolbar [class*="span"] {
+  min-height: 24px;
+}
+.list_header {
+  font-weight: bold;
+  background-color: #EEE;
+}
+.list_placeholder {
+  font-weight: bold;
+  padding-top: 4px;
+  padding-bottom: 4px;
+  padding-left: 7px;
+  padding-right: 7px;
+}
+.list_container {
+  margin-top: 4px;
+  margin-bottom: 20px;
+  border: 1px solid #ddd;
+  border-radius: 2px;
+}
+.list_container > div {
+  border-bottom: 1px solid #ddd;
+}
+.list_container > div:hover .list-item {
+  background-color: red;
+}
+.list_container > div:last-child {
+  border: none;
+}
+.list_item:hover .list_item {
+  background-color: #ddd;
+}
+.list_item a {
+  text-decoration: none;
+}
+.list_item:hover {
+  background-color: #fafafa;
+}
+.list_header > div,
+.list_item > div {
+  padding-top: 4px;
+  padding-bottom: 4px;
+  padding-left: 7px;
+  padding-right: 7px;
+  line-height: 22px;
+}
+.list_header > div input,
+.list_item > div input {
+  margin-right: 7px;
+  margin-left: 14px;
+  vertical-align: baseline;
+  line-height: 22px;
+  position: relative;
+  top: -1px;
+}
+.list_header > div .item_link,
+.list_item > div .item_link {
+  margin-left: -1px;
+  vertical-align: baseline;
+  line-height: 22px;
+}
+.new-file input[type=checkbox] {
+  visibility: hidden;
+}
+.item_name {
+  line-height: 22px;
+  height: 24px;
+}
+.item_icon {
+  font-size: 14px;
+  color: #5e5e5e;
+  margin-right: 7px;
+  margin-left: 7px;
+  line-height: 22px;
+  vertical-align: baseline;
+}
+.item_buttons {
+  line-height: 1em;
+  margin-left: -5px;
+}
+.item_buttons .btn,
+.item_buttons .btn-group,
+.item_buttons .input-group {
+  float: left;
+}
+.item_buttons > .btn,
+.item_buttons > .btn-group,
+.item_buttons > .input-group {
+  margin-left: 5px;
+}
+.item_buttons .btn {
+  min-width: 13ex;
+}
+.item_buttons .running-indicator {
+  padding-top: 4px;
+  color: #5cb85c;
+}
+.item_buttons .kernel-name {
+  padding-top: 4px;
+  color: #5bc0de;
+  margin-right: 7px;
+  float: left;
+}
+.toolbar_info {
+  height: 24px;
+  line-height: 24px;
+}
+.list_item input:not([type=checkbox]) {
+  padding-top: 3px;
+  padding-bottom: 3px;
+  height: 22px;
+  line-height: 14px;
+  margin: 0px;
+}
+.highlight_text {
+  color: blue;
+}
+#project_name {
+  display: inline-block;
+  padding-left: 7px;
+  margin-left: -2px;
+}
+#project_name > .breadcrumb {
+  padding: 0px;
+  margin-bottom: 0px;
+  background-color: transparent;
+  font-weight: bold;
+}
+#tree-selector {
+  padding-right: 0px;
+}
+[dir="rtl"] #tree-selector a {
+  float: right;
+}
+#button-select-all {
+  min-width: 50px;
+}
+#select-all {
+  margin-left: 7px;
+  margin-right: 2px;
+}
+.menu_icon {
+  margin-right: 2px;
+}
+.tab-content .row {
+  margin-left: 0px;
+  margin-right: 0px;
+}
+.folder_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f114";
+}
+.folder_icon:before.pull-left {
+  margin-right: .3em;
+}
+.folder_icon:before.pull-right {
+  margin-left: .3em;
+}
+.notebook_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f02d";
+  position: relative;
+  top: -1px;
+}
+.notebook_icon:before.pull-left {
+  margin-right: .3em;
+}
+.notebook_icon:before.pull-right {
+  margin-left: .3em;
+}
+.running_notebook_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f02d";
+  position: relative;
+  top: -1px;
+  color: #5cb85c;
+}
+.running_notebook_icon:before.pull-left {
+  margin-right: .3em;
+}
+.running_notebook_icon:before.pull-right {
+  margin-left: .3em;
+}
+.file_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f016";
+  position: relative;
+  top: -2px;
+}
+.file_icon:before.pull-left {
+  margin-right: .3em;
+}
+.file_icon:before.pull-right {
+  margin-left: .3em;
+}
+#notebook_toolbar .pull-right {
+  padding-top: 0px;
+  margin-right: -1px;
+}
+ul#new-menu {
+  left: auto;
+  right: 0;
+}
+[dir="rtl"] #new-menu {
+  text-align: right;
+}
+.kernel-menu-icon {
+  padding-right: 12px;
+  width: 24px;
+  content: "\f096";
+}
+.kernel-menu-icon:before {
+  content: "\f096";
+}
+.kernel-menu-icon-current:before {
+  content: "\f00c";
+}
+#tab_content {
+  padding-top: 20px;
+}
+#running .panel-group .panel {
+  margin-top: 3px;
+  margin-bottom: 1em;
+}
+#running .panel-group .panel .panel-heading {
+  background-color: #EEE;
+  padding-top: 4px;
+  padding-bottom: 4px;
+  padding-left: 7px;
+  padding-right: 7px;
+  line-height: 22px;
+}
+#running .panel-group .panel .panel-heading a:focus,
+#running .panel-group .panel .panel-heading a:hover {
+  text-decoration: none;
+}
+#running .panel-group .panel .panel-body {
+  padding: 0px;
+}
+#running .panel-group .panel .panel-body .list_container {
+  margin-top: 0px;
+  margin-bottom: 0px;
+  border: 0px;
+  border-radius: 0px;
+}
+#running .panel-group .panel .panel-body .list_container .list_item {
+  border-bottom: 1px solid #ddd;
+}
+#running .panel-group .panel .panel-body .list_container .list_item:last-child {
+  border-bottom: 0px;
+}
+[dir="rtl"] #running .col-sm-8 {
+  float: right !important;
+}
+.delete-button {
+  display: none;
+}
+.duplicate-button {
+  display: none;
+}
+.rename-button {
+  display: none;
+}
+.shutdown-button {
+  display: none;
+}
+.dynamic-instructions {
+  display: inline-block;
+  padding-top: 4px;
+}
+/*!
+*
+* IPython text editor webapp
+*
+*/
+.selected-keymap i.fa {
+  padding: 0px 5px;
+}
+.selected-keymap i.fa:before {
+  content: "\f00c";
+}
+#mode-menu {
+  overflow: auto;
+  max-height: 20em;
+}
+.edit_app #header {
+  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+}
+.edit_app #menubar .navbar {
+  /* Use a negative 1 bottom margin, so the border overlaps the border of the
+    header */
+  margin-bottom: -1px;
+}
+.dirty-indicator {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  width: 20px;
+}
+.dirty-indicator.pull-left {
+  margin-right: .3em;
+}
+.dirty-indicator.pull-right {
+  margin-left: .3em;
+}
+.dirty-indicator-dirty {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  width: 20px;
+}
+.dirty-indicator-dirty.pull-left {
+  margin-right: .3em;
+}
+.dirty-indicator-dirty.pull-right {
+  margin-left: .3em;
+}
+.dirty-indicator-clean {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  width: 20px;
+}
+.dirty-indicator-clean.pull-left {
+  margin-right: .3em;
+}
+.dirty-indicator-clean.pull-right {
+  margin-left: .3em;
+}
+.dirty-indicator-clean:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f00c";
+}
+.dirty-indicator-clean:before.pull-left {
+  margin-right: .3em;
+}
+.dirty-indicator-clean:before.pull-right {
+  margin-left: .3em;
+}
+#filename {
+  font-size: 16pt;
+  display: table;
+  padding: 0px 5px;
+}
+#current-mode {
+  padding-left: 5px;
+  padding-right: 5px;
+}
+#texteditor-backdrop {
+  padding-top: 20px;
+  padding-bottom: 20px;
+}
+@media not print {
+  #texteditor-backdrop {
+    background-color: #EEE;
+  }
+}
+@media print {
+  #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
+  #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
+    background-color: #fff;
+  }
+}
+@media not print {
+  #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
+  #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
+    background-color: #fff;
+  }
+}
+@media not print {
+  #texteditor-backdrop #texteditor-container {
+    padding: 0px;
+    background-color: #fff;
+    -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+    box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  }
+}
+/*!
+*
+* IPython notebook
+*
+*/
+/* CSS font colors for translated ANSI colors. */
+.ansibold {
+  font-weight: bold;
+}
+/* use dark versions for foreground, to improve visibility */
+.ansiblack {
+  color: black;
+}
+.ansired {
+  color: darkred;
+}
+.ansigreen {
+  color: darkgreen;
+}
+.ansiyellow {
+  color: #c4a000;
+}
+.ansiblue {
+  color: darkblue;
+}
+.ansipurple {
+  color: darkviolet;
+}
+.ansicyan {
+  color: steelblue;
+}
+.ansigray {
+  color: gray;
+}
+/* and light for background, for the same reason */
+.ansibgblack {
+  background-color: black;
+}
+.ansibgred {
+  background-color: red;
+}
+.ansibggreen {
+  background-color: green;
+}
+.ansibgyellow {
+  background-color: yellow;
+}
+.ansibgblue {
+  background-color: blue;
+}
+.ansibgpurple {
+  background-color: magenta;
+}
+.ansibgcyan {
+  background-color: cyan;
+}
+.ansibggray {
+  background-color: gray;
+}
+div.cell {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+  border-radius: 2px;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  border-width: 1px;
+  border-style: solid;
+  border-color: transparent;
+  width: 100%;
+  padding: 5px;
+  /* This acts as a spacer between cells, that is outside the border */
+  margin: 0px;
+  outline: none;
+  border-left-width: 1px;
+  padding-left: 5px;
+  background: linear-gradient(to right, transparent -40px, transparent 1px, transparent 1px, transparent 100%);
+}
+div.cell.jupyter-soft-selected {
+  border-left-color: #90CAF9;
+  border-left-color: #E3F2FD;
+  border-left-width: 1px;
+  padding-left: 5px;
+  border-right-color: #E3F2FD;
+  border-right-width: 1px;
+  background: #E3F2FD;
+}
+@media print {
+  div.cell.jupyter-soft-selected {
+    border-color: transparent;
+  }
+}
+div.cell.selected {
+  border-color: #ababab;
+  border-left-width: 0px;
+  padding-left: 6px;
+  background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 5px, transparent 5px, transparent 100%);
+}
+@media print {
+  div.cell.selected {
+    border-color: transparent;
+  }
+}
+div.cell.selected.jupyter-soft-selected {
+  border-left-width: 0;
+  padding-left: 6px;
+  background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 7px, #E3F2FD 7px, #E3F2FD 100%);
+}
+.edit_mode div.cell.selected {
+  border-color: #66BB6A;
+  border-left-width: 0px;
+  padding-left: 6px;
+  background: linear-gradient(to right, #66BB6A -40px, #66BB6A 5px, transparent 5px, transparent 100%);
+}
+@media print {
+  .edit_mode div.cell.selected {
+    border-color: transparent;
+  }
+}
+.prompt {
+  /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */
+  min-width: 14ex;
+  /* This padding is tuned to match the padding on the CodeMirror editor. */
+  padding: 0.4em;
+  margin: 0px;
+  font-family: monospace;
+  text-align: right;
+  /* This has to match that of the the CodeMirror class line-height below */
+  line-height: 1.21429em;
+  /* Don't highlight prompt number selection */
+  -webkit-touch-callout: none;
+  -webkit-user-select: none;
+  -khtml-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
+  /* Use default cursor */
+  cursor: default;
+}
+@media (max-width: 540px) {
+  .prompt {
+    text-align: left;
+  }
+}
+div.inner_cell {
+  min-width: 0;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+  /* Old browsers */
+  -webkit-box-flex: 1;
+  -moz-box-flex: 1;
+  box-flex: 1;
+  /* Modern browsers */
+  flex: 1;
+}
+/* input_area and input_prompt must match in top border and margin for alignment */
+div.input_area {
+  border: 1px solid #cfcfcf;
+  border-radius: 2px;
+  background: #f7f7f7;
+  line-height: 1.21429em;
+}
+/* This is needed so that empty prompt areas can collapse to zero height when there
+   is no content in the output_subarea and the prompt. The main purpose of this is
+   to make sure that empty JavaScript output_subareas have no height. */
+div.prompt:empty {
+  padding-top: 0;
+  padding-bottom: 0;
+}
+div.unrecognized_cell {
+  padding: 5px 5px 5px 0px;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+}
+div.unrecognized_cell .inner_cell {
+  border-radius: 2px;
+  padding: 5px;
+  font-weight: bold;
+  color: red;
+  border: 1px solid #cfcfcf;
+  background: #eaeaea;
+}
+div.unrecognized_cell .inner_cell a {
+  color: inherit;
+  text-decoration: none;
+}
+div.unrecognized_cell .inner_cell a:hover {
+  color: inherit;
+  text-decoration: none;
+}
+@media (max-width: 540px) {
+  div.unrecognized_cell > div.prompt {
+    display: none;
+  }
+}
+div.code_cell {
+  /* avoid page breaking on code cells when printing */
+}
+@media print {
+  div.code_cell {
+    page-break-inside: avoid;
+  }
+}
+/* any special styling for code cells that are currently running goes here */
+div.input {
+  page-break-inside: avoid;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+}
+@media (max-width: 540px) {
+  div.input {
+    /* Old browsers */
+    display: -webkit-box;
+    -webkit-box-orient: vertical;
+    -webkit-box-align: stretch;
+    display: -moz-box;
+    -moz-box-orient: vertical;
+    -moz-box-align: stretch;
+    display: box;
+    box-orient: vertical;
+    box-align: stretch;
+    /* Modern browsers */
+    display: flex;
+    flex-direction: column;
+    align-items: stretch;
+  }
+}
+/* input_area and input_prompt must match in top border and margin for alignment */
+div.input_prompt {
+  color: #303F9F;
+  border-top: 1px solid transparent;
+}
+div.input_area > div.highlight {
+  margin: 0.4em;
+  border: none;
+  padding: 0px;
+  background-color: transparent;
+}
+div.input_area > div.highlight > pre {
+  margin: 0px;
+  border: none;
+  padding: 0px;
+  background-color: transparent;
+}
+/* The following gets added to the <head> if it is detected that the user has a
+ * monospace font with inconsistent normal/bold/italic height.  See
+ * notebookmain.js.  Such fonts will have keywords vertically offset with
+ * respect to the rest of the text.  The user should select a better font.
+ * See: https://github.com/ipython/ipython/issues/1503
+ *
+ * .CodeMirror span {
+ *      vertical-align: bottom;
+ * }
+ */
+.CodeMirror {
+  line-height: 1.21429em;
+  /* Changed from 1em to our global default */
+  font-size: 14px;
+  height: auto;
+  /* Changed to auto to autogrow */
+  background: none;
+  /* Changed from white to allow our bg to show through */
+}
+.CodeMirror-scroll {
+  /*  The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
+  /*  We have found that if it is visible, vertical scrollbars appear with font size changes.*/
+  overflow-y: hidden;
+  overflow-x: auto;
+}
+.CodeMirror-lines {
+  /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
+  /* we have set a different line-height and want this to scale with that. */
+  padding: 0.4em;
+}
+.CodeMirror-linenumber {
+  padding: 0 8px 0 4px;
+}
+.CodeMirror-gutters {
+  border-bottom-left-radius: 2px;
+  border-top-left-radius: 2px;
+}
+.CodeMirror pre {
+  /* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */
+  /* .CodeMirror-lines */
+  padding: 0;
+  border: 0;
+  border-radius: 0;
+}
+/*
+
+Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
+Adapted from GitHub theme
+
+*/
+.highlight-base {
+  color: #000;
+}
+.highlight-variable {
+  color: #000;
+}
+.highlight-variable-2 {
+  color: #1a1a1a;
+}
+.highlight-variable-3 {
+  color: #333333;
+}
+.highlight-string {
+  color: #BA2121;
+}
+.highlight-comment {
+  color: #408080;
+  font-style: italic;
+}
+.highlight-number {
+  color: #080;
+}
+.highlight-atom {
+  color: #88F;
+}
+.highlight-keyword {
+  color: #008000;
+  font-weight: bold;
+}
+.highlight-builtin {
+  color: #008000;
+}
+.highlight-error {
+  color: #f00;
+}
+.highlight-operator {
+  color: #AA22FF;
+  font-weight: bold;
+}
+.highlight-meta {
+  color: #AA22FF;
+}
+/* previously not defined, copying from default codemirror */
+.highlight-def {
+  color: #00f;
+}
+.highlight-string-2 {
+  color: #f50;
+}
+.highlight-qualifier {
+  color: #555;
+}
+.highlight-bracket {
+  color: #997;
+}
+.highlight-tag {
+  color: #170;
+}
+.highlight-attribute {
+  color: #00c;
+}
+.highlight-header {
+  color: blue;
+}
+.highlight-quote {
+  color: #090;
+}
+.highlight-link {
+  color: #00c;
+}
+/* apply the same style to codemirror */
+.cm-s-ipython span.cm-keyword {
+  color: #008000;
+  font-weight: bold;
+}
+.cm-s-ipython span.cm-atom {
+  color: #88F;
+}
+.cm-s-ipython span.cm-number {
+  color: #080;
+}
+.cm-s-ipython span.cm-def {
+  color: #00f;
+}
+.cm-s-ipython span.cm-variable {
+  color: #000;
+}
+.cm-s-ipython span.cm-operator {
+  color: #AA22FF;
+  font-weight: bold;
+}
+.cm-s-ipython span.cm-variable-2 {
+  color: #1a1a1a;
+}
+.cm-s-ipython span.cm-variable-3 {
+  color: #333333;
+}
+.cm-s-ipython span.cm-comment {
+  color: #408080;
+  font-style: italic;
+}
+.cm-s-ipython span.cm-string {
+  color: #BA2121;
+}
+.cm-s-ipython span.cm-string-2 {
+  color: #f50;
+}
+.cm-s-ipython span.cm-meta {
+  color: #AA22FF;
+}
+.cm-s-ipython span.cm-qualifier {
+  color: #555;
+}
+.cm-s-ipython span.cm-builtin {
+  color: #008000;
+}
+.cm-s-ipython span.cm-bracket {
+  color: #997;
+}
+.cm-s-ipython span.cm-tag {
+  color: #170;
+}
+.cm-s-ipython span.cm-attribute {
+  color: #00c;
+}
+.cm-s-ipython span.cm-header {
+  color: blue;
+}
+.cm-s-ipython span.cm-quote {
+  color: #090;
+}
+.cm-s-ipython span.cm-link {
+  color: #00c;
+}
+.cm-s-ipython span.cm-error {
+  color: #f00;
+}
+.cm-s-ipython span.cm-tab {
+  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
+  background-position: right;
+  background-repeat: no-repeat;
+}
+div.output_wrapper {
+  /* this position must be relative to enable descendents to be absolute within it */
+  position: relative;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+  z-index: 1;
+}
+/* class for the output area when it should be height-limited */
+div.output_scroll {
+  /* ideally, this would be max-height, but FF barfs all over that */
+  height: 24em;
+  /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */
+  width: 100%;
+  overflow: auto;
+  border-radius: 2px;
+  -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
+  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
+  display: block;
+}
+/* output div while it is collapsed */
+div.output_collapsed {
+  margin: 0px;
+  padding: 0px;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+}
+div.out_prompt_overlay {
+  height: 100%;
+  padding: 0px 0.4em;
+  position: absolute;
+  border-radius: 2px;
+}
+div.out_prompt_overlay:hover {
+  /* use inner shadow to get border that is computed the same on WebKit/FF */
+  -webkit-box-shadow: inset 0 0 1px #000;
+  box-shadow: inset 0 0 1px #000;
+  background: rgba(240, 240, 240, 0.5);
+}
+div.output_prompt {
+  color: #D84315;
+}
+/* This class is the outer container of all output sections. */
+div.output_area {
+  padding: 0px;
+  page-break-inside: avoid;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+}
+div.output_area .MathJax_Display {
+  text-align: left !important;
+}
+div.output_area .rendered_html table {
+  margin-left: 0;
+  margin-right: 0;
+}
+div.output_area .rendered_html img {
+  margin-left: 0;
+  margin-right: 0;
+}
+div.output_area img,
+div.output_area svg {
+  max-width: 100%;
+  height: auto;
+}
+div.output_area img.unconfined,
+div.output_area svg.unconfined {
+  max-width: none;
+}
+/* This is needed to protect the pre formating from global settings such
+   as that of bootstrap */
+.output {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: vertical;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: column;
+  align-items: stretch;
+}
+@media (max-width: 540px) {
+  div.output_area {
+    /* Old browsers */
+    display: -webkit-box;
+    -webkit-box-orient: vertical;
+    -webkit-box-align: stretch;
+    display: -moz-box;
+    -moz-box-orient: vertical;
+    -moz-box-align: stretch;
+    display: box;
+    box-orient: vertical;
+    box-align: stretch;
+    /* Modern browsers */
+    display: flex;
+    flex-direction: column;
+    align-items: stretch;
+  }
+}
+div.output_area pre {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  vertical-align: baseline;
+  color: black;
+  background-color: transparent;
+  border-radius: 0;
+}
+/* This class is for the output subarea inside the output_area and after
+   the prompt div. */
+div.output_subarea {
+  overflow-x: auto;
+  padding: 0.4em;
+  /* Old browsers */
+  -webkit-box-flex: 1;
+  -moz-box-flex: 1;
+  box-flex: 1;
+  /* Modern browsers */
+  flex: 1;
+  max-width: calc(100% - 14ex);
+}
+div.output_scroll div.output_subarea {
+  overflow-x: visible;
+}
+/* The rest of the output_* classes are for special styling of the different
+   output types */
+/* all text output has this class: */
+div.output_text {
+  text-align: left;
+  color: #000;
+  /* This has to match that of the the CodeMirror class line-height below */
+  line-height: 1.21429em;
+}
+/* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */
+div.output_stderr {
+  background: #fdd;
+  /* very light red background for stderr */
+}
+div.output_latex {
+  text-align: left;
+}
+/* Empty output_javascript divs should have no height */
+div.output_javascript:empty {
+  padding: 0;
+}
+.js-error {
+  color: darkred;
+}
+/* raw_input styles */
+div.raw_input_container {
+  line-height: 1.21429em;
+  padding-top: 5px;
+}
+pre.raw_input_prompt {
+  /* nothing needed here. */
+}
+input.raw_input {
+  font-family: monospace;
+  font-size: inherit;
+  color: inherit;
+  width: auto;
+  /* make sure input baseline aligns with prompt */
+  vertical-align: baseline;
+  /* padding + margin = 0.5em between prompt and cursor */
+  padding: 0em 0.25em;
+  margin: 0em 0.25em;
+}
+input.raw_input:focus {
+  box-shadow: none;
+}
+p.p-space {
+  margin-bottom: 10px;
+}
+div.output_unrecognized {
+  padding: 5px;
+  font-weight: bold;
+  color: red;
+}
+div.output_unrecognized a {
+  color: inherit;
+  text-decoration: none;
+}
+div.output_unrecognized a:hover {
+  color: inherit;
+  text-decoration: none;
+}
+.rendered_html {
+  color: #000;
+  /* any extras will just be numbers: */
+}
+.rendered_html em {
+  font-style: italic;
+}
+.rendered_html strong {
+  font-weight: bold;
+}
+.rendered_html u {
+  text-decoration: underline;
+}
+.rendered_html :link {
+  text-decoration: underline;
+}
+.rendered_html :visited {
+  text-decoration: underline;
+}
+.rendered_html h1 {
+  font-size: 185.7%;
+  margin: 1.08em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+}
+.rendered_html h2 {
+  font-size: 157.1%;
+  margin: 1.27em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+}
+.rendered_html h3 {
+  font-size: 128.6%;
+  margin: 1.55em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+}
+.rendered_html h4 {
+  font-size: 100%;
+  margin: 2em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+}
+.rendered_html h5 {
+  font-size: 100%;
+  margin: 2em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+  font-style: italic;
+}
+.rendered_html h6 {
+  font-size: 100%;
+  margin: 2em 0 0 0;
+  font-weight: bold;
+  line-height: 1.0;
+  font-style: italic;
+}
+.rendered_html h1:first-child {
+  margin-top: 0.538em;
+}
+.rendered_html h2:first-child {
+  margin-top: 0.636em;
+}
+.rendered_html h3:first-child {
+  margin-top: 0.777em;
+}
+.rendered_html h4:first-child {
+  margin-top: 1em;
+}
+.rendered_html h5:first-child {
+  margin-top: 1em;
+}
+.rendered_html h6:first-child {
+  margin-top: 1em;
+}
+.rendered_html ul {
+  list-style: disc;
+  margin: 0em 2em;
+  padding-left: 0px;
+}
+.rendered_html ul ul {
+  list-style: square;
+  margin: 0em 2em;
+}
+.rendered_html ul ul ul {
+  list-style: circle;
+  margin: 0em 2em;
+}
+.rendered_html ol {
+  list-style: decimal;
+  margin: 0em 2em;
+  padding-left: 0px;
+}
+.rendered_html ol ol {
+  list-style: upper-alpha;
+  margin: 0em 2em;
+}
+.rendered_html ol ol ol {
+  list-style: lower-alpha;
+  margin: 0em 2em;
+}
+.rendered_html ol ol ol ol {
+  list-style: lower-roman;
+  margin: 0em 2em;
+}
+.rendered_html ol ol ol ol ol {
+  list-style: decimal;
+  margin: 0em 2em;
+}
+.rendered_html * + ul {
+  margin-top: 1em;
+}
+.rendered_html * + ol {
+  margin-top: 1em;
+}
+.rendered_html hr {
+  color: black;
+  background-color: black;
+}
+.rendered_html pre {
+  margin: 1em 2em;
+}
+.rendered_html pre,
+.rendered_html code {
+  border: 0;
+  background-color: #fff;
+  color: #000;
+  font-size: 100%;
+  padding: 0px;
+}
+.rendered_html blockquote {
+  margin: 1em 2em;
+}
+.rendered_html table {
+  margin-left: auto;
+  margin-right: auto;
+  border: 1px solid black;
+  border-collapse: collapse;
+}
+.rendered_html tr,
+.rendered_html th,
+.rendered_html td {
+  border: 1px solid black;
+  border-collapse: collapse;
+  margin: 1em 2em;
+}
+.rendered_html td,
+.rendered_html th {
+  text-align: left;
+  vertical-align: middle;
+  padding: 4px;
+}
+.rendered_html th {
+  font-weight: bold;
+}
+.rendered_html * + table {
+  margin-top: 1em;
+}
+.rendered_html p {
+  text-align: left;
+}
+.rendered_html * + p {
+  margin-top: 1em;
+}
+.rendered_html img {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+}
+.rendered_html * + img {
+  margin-top: 1em;
+}
+.rendered_html img,
+.rendered_html svg {
+  max-width: 100%;
+  height: auto;
+}
+.rendered_html img.unconfined,
+.rendered_html svg.unconfined {
+  max-width: none;
+}
+div.text_cell {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+}
+@media (max-width: 540px) {
+  div.text_cell > div.prompt {
+    display: none;
+  }
+}
+div.text_cell_render {
+  /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
+  outline: none;
+  resize: none;
+  width: inherit;
+  border-style: none;
+  padding: 0.5em 0.5em 0.5em 0.4em;
+  color: #000;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+}
+a.anchor-link:link {
+  text-decoration: none;
+  padding: 0px 20px;
+  visibility: hidden;
+}
+h1:hover .anchor-link,
+h2:hover .anchor-link,
+h3:hover .anchor-link,
+h4:hover .anchor-link,
+h5:hover .anchor-link,
+h6:hover .anchor-link {
+  visibility: visible;
+}
+.text_cell.rendered .input_area {
+  display: none;
+}
+.text_cell.rendered .rendered_html {
+  overflow-x: auto;
+  overflow-y: hidden;
+}
+.text_cell.unrendered .text_cell_render {
+  display: none;
+}
+.cm-header-1,
+.cm-header-2,
+.cm-header-3,
+.cm-header-4,
+.cm-header-5,
+.cm-header-6 {
+  font-weight: bold;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+.cm-header-1 {
+  font-size: 185.7%;
+}
+.cm-header-2 {
+  font-size: 157.1%;
+}
+.cm-header-3 {
+  font-size: 128.6%;
+}
+.cm-header-4 {
+  font-size: 110%;
+}
+.cm-header-5 {
+  font-size: 100%;
+  font-style: italic;
+}
+.cm-header-6 {
+  font-size: 100%;
+  font-style: italic;
+}
+/*!
+*
+* IPython notebook webapp
+*
+*/
+@media (max-width: 767px) {
+  .notebook_app {
+    padding-left: 0px;
+    padding-right: 0px;
+  }
+}
+#ipython-main-app {
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  height: 100%;
+}
+div#notebook_panel {
+  margin: 0px;
+  padding: 0px;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  height: 100%;
+}
+div#notebook {
+  font-size: 14px;
+  line-height: 20px;
+  overflow-y: hidden;
+  overflow-x: auto;
+  width: 100%;
+  /* This spaces the page away from the edge of the notebook area */
+  padding-top: 20px;
+  margin: 0px;
+  outline: none;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  min-height: 100%;
+}
+@media not print {
+  #notebook-container {
+    padding: 15px;
+    background-color: #fff;
+    min-height: 0;
+    -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+    box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  }
+}
+@media print {
+  #notebook-container {
+    width: 100%;
+  }
+}
+div.ui-widget-content {
+  border: 1px solid #ababab;
+  outline: none;
+}
+pre.dialog {
+  background-color: #f7f7f7;
+  border: 1px solid #ddd;
+  border-radius: 2px;
+  padding: 0.4em;
+  padding-left: 2em;
+}
+p.dialog {
+  padding: 0.2em;
+}
+/* Word-wrap output correctly.  This is the CSS3 spelling, though Firefox seems
+   to not honor it correctly.  Webkit browsers (Chrome, rekonq, Safari) do.
+ */
+pre,
+code,
+kbd,
+samp {
+  white-space: pre-wrap;
+}
+#fonttest {
+  font-family: monospace;
+}
+p {
+  margin-bottom: 0;
+}
+.end_space {
+  min-height: 100px;
+  transition: height .2s ease;
+}
+.notebook_app > #header {
+  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+}
+@media not print {
+  .notebook_app {
+    background-color: #EEE;
+  }
+}
+kbd {
+  border-style: solid;
+  border-width: 1px;
+  box-shadow: none;
+  margin: 2px;
+  padding-left: 2px;
+  padding-right: 2px;
+  padding-top: 1px;
+  padding-bottom: 1px;
+}
+/* CSS for the cell toolbar */
+.celltoolbar {
+  border: thin solid #CFCFCF;
+  border-bottom: none;
+  background: #EEE;
+  border-radius: 2px 2px 0px 0px;
+  width: 100%;
+  height: 29px;
+  padding-right: 4px;
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+  /* Old browsers */
+  -webkit-box-pack: end;
+  -moz-box-pack: end;
+  box-pack: end;
+  /* Modern browsers */
+  justify-content: flex-end;
+  display: -webkit-flex;
+}
+@media print {
+  .celltoolbar {
+    display: none;
+  }
+}
+.ctb_hideshow {
+  display: none;
+  vertical-align: bottom;
+}
+/* ctb_show is added to the ctb_hideshow div to show the cell toolbar.
+   Cell toolbars are only shown when the ctb_global_show class is also set.
+*/
+.ctb_global_show .ctb_show.ctb_hideshow {
+  display: block;
+}
+.ctb_global_show .ctb_show + .input_area,
+.ctb_global_show .ctb_show + div.text_cell_input,
+.ctb_global_show .ctb_show ~ div.text_cell_render {
+  border-top-right-radius: 0px;
+  border-top-left-radius: 0px;
+}
+.ctb_global_show .ctb_show ~ div.text_cell_render {
+  border: 1px solid #cfcfcf;
+}
+.celltoolbar {
+  font-size: 87%;
+  padding-top: 3px;
+}
+.celltoolbar select {
+  display: block;
+  width: 100%;
+  height: 32px;
+  padding: 6px 12px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #555555;
+  background-color: #fff;
+  background-image: none;
+  border: 1px solid #ccc;
+  border-radius: 2px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 1px;
+  width: inherit;
+  font-size: inherit;
+  height: 22px;
+  padding: 0px;
+  display: inline-block;
+}
+.celltoolbar select:focus {
+  border-color: #66afe9;
+  outline: 0;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
+  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
+}
+.celltoolbar select::-moz-placeholder {
+  color: #999;
+  opacity: 1;
+}
+.celltoolbar select:-ms-input-placeholder {
+  color: #999;
+}
+.celltoolbar select::-webkit-input-placeholder {
+  color: #999;
+}
+.celltoolbar select::-ms-expand {
+  border: 0;
+  background-color: transparent;
+}
+.celltoolbar select[disabled],
+.celltoolbar select[readonly],
+fieldset[disabled] .celltoolbar select {
+  background-color: #eeeeee;
+  opacity: 1;
+}
+.celltoolbar select[disabled],
+fieldset[disabled] .celltoolbar select {
+  cursor: not-allowed;
+}
+textarea.celltoolbar select {
+  height: auto;
+}
+select.celltoolbar select {
+  height: 30px;
+  line-height: 30px;
+}
+textarea.celltoolbar select,
+select[multiple].celltoolbar select {
+  height: auto;
+}
+.celltoolbar label {
+  margin-left: 5px;
+  margin-right: 5px;
+}
+.completions {
+  position: absolute;
+  z-index: 110;
+  overflow: hidden;
+  border: 1px solid #ababab;
+  border-radius: 2px;
+  -webkit-box-shadow: 0px 6px 10px -1px #adadad;
+  box-shadow: 0px 6px 10px -1px #adadad;
+  line-height: 1;
+}
+.completions select {
+  background: white;
+  outline: none;
+  border: none;
+  padding: 0px;
+  margin: 0px;
+  overflow: auto;
+  font-family: monospace;
+  font-size: 110%;
+  color: #000;
+  width: auto;
+}
+.completions select option.context {
+  color: #286090;
+}
+#kernel_logo_widget {
+  float: right !important;
+  float: right;
+}
+#kernel_logo_widget .current_kernel_logo {
+  display: none;
+  margin-top: -1px;
+  margin-bottom: -1px;
+  width: 32px;
+  height: 32px;
+}
+#menubar {
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  margin-top: 1px;
+}
+#menubar .navbar {
+  border-top: 1px;
+  border-radius: 0px 0px 2px 2px;
+  margin-bottom: 0px;
+}
+#menubar .navbar-toggle {
+  float: left;
+  padding-top: 7px;
+  padding-bottom: 7px;
+  border: none;
+}
+#menubar .navbar-collapse {
+  clear: left;
+}
+.nav-wrapper {
+  border-bottom: 1px solid #e7e7e7;
+}
+i.menu-icon {
+  padding-top: 4px;
+}
+ul#help_menu li a {
+  overflow: hidden;
+  padding-right: 2.2em;
+}
+ul#help_menu li a i {
+  margin-right: -1.2em;
+}
+.dropdown-submenu {
+  position: relative;
+}
+.dropdown-submenu > .dropdown-menu {
+  top: 0;
+  left: 100%;
+  margin-top: -6px;
+  margin-left: -1px;
+}
+.dropdown-submenu:hover > .dropdown-menu {
+  display: block;
+}
+.dropdown-submenu > a:after {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  display: block;
+  content: "\f0da";
+  float: right;
+  color: #333333;
+  margin-top: 2px;
+  margin-right: -10px;
+}
+.dropdown-submenu > a:after.pull-left {
+  margin-right: .3em;
+}
+.dropdown-submenu > a:after.pull-right {
+  margin-left: .3em;
+}
+.dropdown-submenu:hover > a:after {
+  color: #262626;
+}
+.dropdown-submenu.pull-left {
+  float: none;
+}
+.dropdown-submenu.pull-left > .dropdown-menu {
+  left: -100%;
+  margin-left: 10px;
+}
+#notification_area {
+  float: right !important;
+  float: right;
+  z-index: 10;
+}
+.indicator_area {
+  float: right !important;
+  float: right;
+  color: #777;
+  margin-left: 5px;
+  margin-right: 5px;
+  width: 11px;
+  z-index: 10;
+  text-align: center;
+  width: auto;
+}
+#kernel_indicator {
+  float: right !important;
+  float: right;
+  color: #777;
+  margin-left: 5px;
+  margin-right: 5px;
+  width: 11px;
+  z-index: 10;
+  text-align: center;
+  width: auto;
+  border-left: 1px solid;
+}
+#kernel_indicator .kernel_indicator_name {
+  padding-left: 5px;
+  padding-right: 5px;
+}
+#modal_indicator {
+  float: right !important;
+  float: right;
+  color: #777;
+  margin-left: 5px;
+  margin-right: 5px;
+  width: 11px;
+  z-index: 10;
+  text-align: center;
+  width: auto;
+}
+#readonly-indicator {
+  float: right !important;
+  float: right;
+  color: #777;
+  margin-left: 5px;
+  margin-right: 5px;
+  width: 11px;
+  z-index: 10;
+  text-align: center;
+  width: auto;
+  margin-top: 2px;
+  margin-bottom: 0px;
+  margin-left: 0px;
+  margin-right: 0px;
+  display: none;
+}
+.modal_indicator:before {
+  width: 1.28571429em;
+  text-align: center;
+}
+.edit_mode .modal_indicator:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f040";
+}
+.edit_mode .modal_indicator:before.pull-left {
+  margin-right: .3em;
+}
+.edit_mode .modal_indicator:before.pull-right {
+  margin-left: .3em;
+}
+.command_mode .modal_indicator:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: ' ';
+}
+.command_mode .modal_indicator:before.pull-left {
+  margin-right: .3em;
+}
+.command_mode .modal_indicator:before.pull-right {
+  margin-left: .3em;
+}
+.kernel_idle_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f10c";
+}
+.kernel_idle_icon:before.pull-left {
+  margin-right: .3em;
+}
+.kernel_idle_icon:before.pull-right {
+  margin-left: .3em;
+}
+.kernel_busy_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f111";
+}
+.kernel_busy_icon:before.pull-left {
+  margin-right: .3em;
+}
+.kernel_busy_icon:before.pull-right {
+  margin-left: .3em;
+}
+.kernel_dead_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f1e2";
+}
+.kernel_dead_icon:before.pull-left {
+  margin-right: .3em;
+}
+.kernel_dead_icon:before.pull-right {
+  margin-left: .3em;
+}
+.kernel_disconnected_icon:before {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  content: "\f127";
+}
+.kernel_disconnected_icon:before.pull-left {
+  margin-right: .3em;
+}
+.kernel_disconnected_icon:before.pull-right {
+  margin-left: .3em;
+}
+.notification_widget {
+  color: #777;
+  z-index: 10;
+  background: rgba(240, 240, 240, 0.5);
+  margin-right: 4px;
+  color: #333;
+  background-color: #fff;
+  border-color: #ccc;
+}
+.notification_widget:focus,
+.notification_widget.focus {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #8c8c8c;
+}
+.notification_widget:hover {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+.notification_widget:active,
+.notification_widget.active,
+.open > .dropdown-toggle.notification_widget {
+  color: #333;
+  background-color: #e6e6e6;
+  border-color: #adadad;
+}
+.notification_widget:active:hover,
+.notification_widget.active:hover,
+.open > .dropdown-toggle.notification_widget:hover,
+.notification_widget:active:focus,
+.notification_widget.active:focus,
+.open > .dropdown-toggle.notification_widget:focus,
+.notification_widget:active.focus,
+.notification_widget.active.focus,
+.open > .dropdown-toggle.notification_widget.focus {
+  color: #333;
+  background-color: #d4d4d4;
+  border-color: #8c8c8c;
+}
+.notification_widget:active,
+.notification_widget.active,
+.open > .dropdown-toggle.notification_widget {
+  background-image: none;
+}
+.notification_widget.disabled:hover,
+.notification_widget[disabled]:hover,
+fieldset[disabled] .notification_widget:hover,
+.notification_widget.disabled:focus,
+.notification_widget[disabled]:focus,
+fieldset[disabled] .notification_widget:focus,
+.notification_widget.disabled.focus,
+.notification_widget[disabled].focus,
+fieldset[disabled] .notification_widget.focus {
+  background-color: #fff;
+  border-color: #ccc;
+}
+.notification_widget .badge {
+  color: #fff;
+  background-color: #333;
+}
+.notification_widget.warning {
+  color: #fff;
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+.notification_widget.warning:focus,
+.notification_widget.warning.focus {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #985f0d;
+}
+.notification_widget.warning:hover {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #d58512;
+}
+.notification_widget.warning:active,
+.notification_widget.warning.active,
+.open > .dropdown-toggle.notification_widget.warning {
+  color: #fff;
+  background-color: #ec971f;
+  border-color: #d58512;
+}
+.notification_widget.warning:active:hover,
+.notification_widget.warning.active:hover,
+.open > .dropdown-toggle.notification_widget.warning:hover,
+.notification_widget.warning:active:focus,
+.notification_widget.warning.active:focus,
+.open > .dropdown-toggle.notification_widget.warning:focus,
+.notification_widget.warning:active.focus,
+.notification_widget.warning.active.focus,
+.open > .dropdown-toggle.notification_widget.warning.focus {
+  color: #fff;
+  background-color: #d58512;
+  border-color: #985f0d;
+}
+.notification_widget.warning:active,
+.notification_widget.warning.active,
+.open > .dropdown-toggle.notification_widget.warning {
+  background-image: none;
+}
+.notification_widget.warning.disabled:hover,
+.notification_widget.warning[disabled]:hover,
+fieldset[disabled] .notification_widget.warning:hover,
+.notification_widget.warning.disabled:focus,
+.notification_widget.warning[disabled]:focus,
+fieldset[disabled] .notification_widget.warning:focus,
+.notification_widget.warning.disabled.focus,
+.notification_widget.warning[disabled].focus,
+fieldset[disabled] .notification_widget.warning.focus {
+  background-color: #f0ad4e;
+  border-color: #eea236;
+}
+.notification_widget.warning .badge {
+  color: #f0ad4e;
+  background-color: #fff;
+}
+.notification_widget.success {
+  color: #fff;
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+.notification_widget.success:focus,
+.notification_widget.success.focus {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #255625;
+}
+.notification_widget.success:hover {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #398439;
+}
+.notification_widget.success:active,
+.notification_widget.success.active,
+.open > .dropdown-toggle.notification_widget.success {
+  color: #fff;
+  background-color: #449d44;
+  border-color: #398439;
+}
+.notification_widget.success:active:hover,
+.notification_widget.success.active:hover,
+.open > .dropdown-toggle.notification_widget.success:hover,
+.notification_widget.success:active:focus,
+.notification_widget.success.active:focus,
+.open > .dropdown-toggle.notification_widget.success:focus,
+.notification_widget.success:active.focus,
+.notification_widget.success.active.focus,
+.open > .dropdown-toggle.notification_widget.success.focus {
+  color: #fff;
+  background-color: #398439;
+  border-color: #255625;
+}
+.notification_widget.success:active,
+.notification_widget.success.active,
+.open > .dropdown-toggle.notification_widget.success {
+  background-image: none;
+}
+.notification_widget.success.disabled:hover,
+.notification_widget.success[disabled]:hover,
+fieldset[disabled] .notification_widget.success:hover,
+.notification_widget.success.disabled:focus,
+.notification_widget.success[disabled]:focus,
+fieldset[disabled] .notification_widget.success:focus,
+.notification_widget.success.disabled.focus,
+.notification_widget.success[disabled].focus,
+fieldset[disabled] .notification_widget.success.focus {
+  background-color: #5cb85c;
+  border-color: #4cae4c;
+}
+.notification_widget.success .badge {
+  color: #5cb85c;
+  background-color: #fff;
+}
+.notification_widget.info {
+  color: #fff;
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+.notification_widget.info:focus,
+.notification_widget.info.focus {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #1b6d85;
+}
+.notification_widget.info:hover {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #269abc;
+}
+.notification_widget.info:active,
+.notification_widget.info.active,
+.open > .dropdown-toggle.notification_widget.info {
+  color: #fff;
+  background-color: #31b0d5;
+  border-color: #269abc;
+}
+.notification_widget.info:active:hover,
+.notification_widget.info.active:hover,
+.open > .dropdown-toggle.notification_widget.info:hover,
+.notification_widget.info:active:focus,
+.notification_widget.info.active:focus,
+.open > .dropdown-toggle.notification_widget.info:focus,
+.notification_widget.info:active.focus,
+.notification_widget.info.active.focus,
+.open > .dropdown-toggle.notification_widget.info.focus {
+  color: #fff;
+  background-color: #269abc;
+  border-color: #1b6d85;
+}
+.notification_widget.info:active,
+.notification_widget.info.active,
+.open > .dropdown-toggle.notification_widget.info {
+  background-image: none;
+}
+.notification_widget.info.disabled:hover,
+.notification_widget.info[disabled]:hover,
+fieldset[disabled] .notification_widget.info:hover,
+.notification_widget.info.disabled:focus,
+.notification_widget.info[disabled]:focus,
+fieldset[disabled] .notification_widget.info:focus,
+.notification_widget.info.disabled.focus,
+.notification_widget.info[disabled].focus,
+fieldset[disabled] .notification_widget.info.focus {
+  background-color: #5bc0de;
+  border-color: #46b8da;
+}
+.notification_widget.info .badge {
+  color: #5bc0de;
+  background-color: #fff;
+}
+.notification_widget.danger {
+  color: #fff;
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+.notification_widget.danger:focus,
+.notification_widget.danger.focus {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #761c19;
+}
+.notification_widget.danger:hover {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #ac2925;
+}
+.notification_widget.danger:active,
+.notification_widget.danger.active,
+.open > .dropdown-toggle.notification_widget.danger {
+  color: #fff;
+  background-color: #c9302c;
+  border-color: #ac2925;
+}
+.notification_widget.danger:active:hover,
+.notification_widget.danger.active:hover,
+.open > .dropdown-toggle.notification_widget.danger:hover,
+.notification_widget.danger:active:focus,
+.notification_widget.danger.active:focus,
+.open > .dropdown-toggle.notification_widget.danger:focus,
+.notification_widget.danger:active.focus,
+.notification_widget.danger.active.focus,
+.open > .dropdown-toggle.notification_widget.danger.focus {
+  color: #fff;
+  background-color: #ac2925;
+  border-color: #761c19;
+}
+.notification_widget.danger:active,
+.notification_widget.danger.active,
+.open > .dropdown-toggle.notification_widget.danger {
+  background-image: none;
+}
+.notification_widget.danger.disabled:hover,
+.notification_widget.danger[disabled]:hover,
+fieldset[disabled] .notification_widget.danger:hover,
+.notification_widget.danger.disabled:focus,
+.notification_widget.danger[disabled]:focus,
+fieldset[disabled] .notification_widget.danger:focus,
+.notification_widget.danger.disabled.focus,
+.notification_widget.danger[disabled].focus,
+fieldset[disabled] .notification_widget.danger.focus {
+  background-color: #d9534f;
+  border-color: #d43f3a;
+}
+.notification_widget.danger .badge {
+  color: #d9534f;
+  background-color: #fff;
+}
+div#pager {
+  background-color: #fff;
+  font-size: 14px;
+  line-height: 20px;
+  overflow: hidden;
+  display: none;
+  position: fixed;
+  bottom: 0px;
+  width: 100%;
+  max-height: 50%;
+  padding-top: 8px;
+  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  /* Display over codemirror */
+  z-index: 100;
+  /* Hack which prevents jquery ui resizable from changing top. */
+  top: auto !important;
+}
+div#pager pre {
+  line-height: 1.21429em;
+  color: #000;
+  background-color: #f7f7f7;
+  padding: 0.4em;
+}
+div#pager #pager-button-area {
+  position: absolute;
+  top: 8px;
+  right: 20px;
+}
+div#pager #pager-contents {
+  position: relative;
+  overflow: auto;
+  width: 100%;
+  height: 100%;
+}
+div#pager #pager-contents #pager-container {
+  position: relative;
+  padding: 15px 0px;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+}
+div#pager .ui-resizable-handle {
+  top: 0px;
+  height: 8px;
+  background: #f7f7f7;
+  border-top: 1px solid #cfcfcf;
+  border-bottom: 1px solid #cfcfcf;
+  /* This injects handle bars (a short, wide = symbol) for 
+        the resize handle. */
+}
+div#pager .ui-resizable-handle::after {
+  content: '';
+  top: 2px;
+  left: 50%;
+  height: 3px;
+  width: 30px;
+  margin-left: -15px;
+  position: absolute;
+  border-top: 1px solid #cfcfcf;
+}
+.quickhelp {
+  /* Old browsers */
+  display: -webkit-box;
+  -webkit-box-orient: horizontal;
+  -webkit-box-align: stretch;
+  display: -moz-box;
+  -moz-box-orient: horizontal;
+  -moz-box-align: stretch;
+  display: box;
+  box-orient: horizontal;
+  box-align: stretch;
+  /* Modern browsers */
+  display: flex;
+  flex-direction: row;
+  align-items: stretch;
+  line-height: 1.8em;
+}
+.shortcut_key {
+  display: inline-block;
+  width: 21ex;
+  text-align: right;
+  font-family: monospace;
+}
+.shortcut_descr {
+  display: inline-block;
+  /* Old browsers */
+  -webkit-box-flex: 1;
+  -moz-box-flex: 1;
+  box-flex: 1;
+  /* Modern browsers */
+  flex: 1;
+}
+span.save_widget {
+  margin-top: 6px;
+}
+span.save_widget span.filename {
+  height: 1em;
+  line-height: 1em;
+  padding: 3px;
+  margin-left: 16px;
+  border: none;
+  font-size: 146.5%;
+  border-radius: 2px;
+}
+span.save_widget span.filename:hover {
+  background-color: #e6e6e6;
+}
+span.checkpoint_status,
+span.autosave_status {
+  font-size: small;
+}
+@media (max-width: 767px) {
+  span.save_widget {
+    font-size: small;
+  }
+  span.checkpoint_status,
+  span.autosave_status {
+    display: none;
+  }
+}
+@media (min-width: 768px) and (max-width: 991px) {
+  span.checkpoint_status {
+    display: none;
+  }
+  span.autosave_status {
+    font-size: x-small;
+  }
+}
+.toolbar {
+  padding: 0px;
+  margin-left: -5px;
+  margin-top: 2px;
+  margin-bottom: 5px;
+  box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+}
+.toolbar select,
+.toolbar label {
+  width: auto;
+  vertical-align: middle;
+  margin-right: 2px;
+  margin-bottom: 0px;
+  display: inline;
+  font-size: 92%;
+  margin-left: 0.3em;
+  margin-right: 0.3em;
+  padding: 0px;
+  padding-top: 3px;
+}
+.toolbar .btn {
+  padding: 2px 8px;
+}
+.toolbar .btn-group {
+  margin-top: 0px;
+  margin-left: 5px;
+}
+#maintoolbar {
+  margin-bottom: -3px;
+  margin-top: -8px;
+  border: 0px;
+  min-height: 27px;
+  margin-left: 0px;
+  padding-top: 11px;
+  padding-bottom: 3px;
+}
+#maintoolbar .navbar-text {
+  float: none;
+  vertical-align: middle;
+  text-align: right;
+  margin-left: 5px;
+  margin-right: 0px;
+  margin-top: 0px;
+}
+.select-xs {
+  height: 24px;
+}
+.pulse,
+.dropdown-menu > li > a.pulse,
+li.pulse > a.dropdown-toggle,
+li.pulse.open > a.dropdown-toggle {
+  background-color: #F37626;
+  color: white;
+}
+/**
+ * Primary styles
+ *
+ * Author: Jupyter Development Team
+ */
+/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot
+ * of chance of beeing generated from the ../less/[samename].less file, you can
+ * try to get back the less file by reverting somme commit in history
+ **/
+/*
+ * We'll try to get something pretty, so we
+ * have some strange css to have the scroll bar on
+ * the left with fix button on the top right of the tooltip
+ */
+@-moz-keyframes fadeOut {
+  from {
+    opacity: 1;
+  }
+  to {
+    opacity: 0;
+  }
+}
+@-webkit-keyframes fadeOut {
+  from {
+    opacity: 1;
+  }
+  to {
+    opacity: 0;
+  }
+}
+@-moz-keyframes fadeIn {
+  from {
+    opacity: 0;
+  }
+  to {
+    opacity: 1;
+  }
+}
+@-webkit-keyframes fadeIn {
+  from {
+    opacity: 0;
+  }
+  to {
+    opacity: 1;
+  }
+}
+/*properties of tooltip after "expand"*/
+.bigtooltip {
+  overflow: auto;
+  height: 200px;
+  -webkit-transition-property: height;
+  -webkit-transition-duration: 500ms;
+  -moz-transition-property: height;
+  -moz-transition-duration: 500ms;
+  transition-property: height;
+  transition-duration: 500ms;
+}
+/*properties of tooltip before "expand"*/
+.smalltooltip {
+  -webkit-transition-property: height;
+  -webkit-transition-duration: 500ms;
+  -moz-transition-property: height;
+  -moz-transition-duration: 500ms;
+  transition-property: height;
+  transition-duration: 500ms;
+  text-overflow: ellipsis;
+  overflow: hidden;
+  height: 80px;
+}
+.tooltipbuttons {
+  position: absolute;
+  padding-right: 15px;
+  top: 0px;
+  right: 0px;
+}
+.tooltiptext {
+  /*avoid the button to overlap on some docstring*/
+  padding-right: 30px;
+}
+.ipython_tooltip {
+  max-width: 700px;
+  /*fade-in animation when inserted*/
+  -webkit-animation: fadeOut 400ms;
+  -moz-animation: fadeOut 400ms;
+  animation: fadeOut 400ms;
+  -webkit-animation: fadeIn 400ms;
+  -moz-animation: fadeIn 400ms;
+  animation: fadeIn 400ms;
+  vertical-align: middle;
+  background-color: #f7f7f7;
+  overflow: visible;
+  border: #ababab 1px solid;
+  outline: none;
+  padding: 3px;
+  margin: 0px;
+  padding-left: 7px;
+  font-family: monospace;
+  min-height: 50px;
+  -moz-box-shadow: 0px 6px 10px -1px #adadad;
+  -webkit-box-shadow: 0px 6px 10px -1px #adadad;
+  box-shadow: 0px 6px 10px -1px #adadad;
+  border-radius: 2px;
+  position: absolute;
+  z-index: 1000;
+}
+.ipython_tooltip a {
+  float: right;
+}
+.ipython_tooltip .tooltiptext pre {
+  border: 0;
+  border-radius: 0;
+  font-size: 100%;
+  background-color: #f7f7f7;
+}
+.pretooltiparrow {
+  left: 0px;
+  margin: 0px;
+  top: -16px;
+  width: 40px;
+  height: 16px;
+  overflow: hidden;
+  position: absolute;
+}
+.pretooltiparrow:before {
+  background-color: #f7f7f7;
+  border: 1px #ababab solid;
+  z-index: 11;
+  content: "";
+  position: absolute;
+  left: 15px;
+  top: 10px;
+  width: 25px;
+  height: 25px;
+  -webkit-transform: rotate(45deg);
+  -moz-transform: rotate(45deg);
+  -ms-transform: rotate(45deg);
+  -o-transform: rotate(45deg);
+}
+ul.typeahead-list i {
+  margin-left: -10px;
+  width: 18px;
+}
+ul.typeahead-list {
+  max-height: 80vh;
+  overflow: auto;
+}
+ul.typeahead-list > li > a {
+  /** Firefox bug **/
+  /* see https://github.com/jupyter/notebook/issues/559 */
+  white-space: normal;
+}
+.cmd-palette .modal-body {
+  padding: 7px;
+}
+.cmd-palette form {
+  background: white;
+}
+.cmd-palette input {
+  outline: none;
+}
+.no-shortcut {
+  display: none;
+}
+.command-shortcut:before {
+  content: "(command)";
+  padding-right: 3px;
+  color: #777777;
+}
+.edit-shortcut:before {
+  content: "(edit)";
+  padding-right: 3px;
+  color: #777777;
+}
+#find-and-replace #replace-preview .match,
+#find-and-replace #replace-preview .insert {
+  background-color: #BBDEFB;
+  border-color: #90CAF9;
+  border-style: solid;
+  border-width: 1px;
+  border-radius: 0px;
+}
+#find-and-replace #replace-preview .replace .match {
+  background-color: #FFCDD2;
+  border-color: #EF9A9A;
+  border-radius: 0px;
+}
+#find-and-replace #replace-preview .replace .insert {
+  background-color: #C8E6C9;
+  border-color: #A5D6A7;
+  border-radius: 0px;
+}
+#find-and-replace #replace-preview {
+  max-height: 60vh;
+  overflow: auto;
+}
+#find-and-replace #replace-preview pre {
+  padding: 5px 10px;
+}
+.terminal-app {
+  background: #EEE;
+}
+.terminal-app #header {
+  background: #fff;
+  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
+}
+.terminal-app .terminal {
+  width: 100%;
+  float: left;
+  font-family: monospace;
+  color: white;
+  background: black;
+  padding: 0.4em;
+  border-radius: 2px;
+  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
+  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
+}
+.terminal-app .terminal,
+.terminal-app .terminal dummy-screen {
+  line-height: 1em;
+  font-size: 14px;
+}
+.terminal-app .terminal .xterm-rows {
+  padding: 10px;
+}
+.terminal-app .terminal-cursor {
+  color: black;
+  background: white;
+}
+.terminal-app #terminado-container {
+  margin-top: 20px;
+}
+/*# sourceMappingURL=style.min.css.map */
+    </style>
+<style type="text/css">
+    .highlight .hll { background-color: #ffffcc }
+.highlight  { background: #f8f8f8; }
+.highlight .c { color: #408080; font-style: italic } /* Comment */
+.highlight .err { border: 1px solid #FF0000 } /* Error */
+.highlight .k { color: #008000; font-weight: bold } /* Keyword */
+.highlight .o { color: #666666 } /* Operator */
+.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
+.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
+.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
+.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
+.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
+.highlight .gd { color: #A00000 } /* Generic.Deleted */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .gr { color: #FF0000 } /* Generic.Error */
+.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight .gi { color: #00A000 } /* Generic.Inserted */
+.highlight .go { color: #888888 } /* Generic.Output */
+.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight .gt { color: #0044DD } /* Generic.Traceback */
+.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
+.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
+.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
+.highlight .kp { color: #008000 } /* Keyword.Pseudo */
+.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #B00040 } /* Keyword.Type */
+.highlight .m { color: #666666 } /* Literal.Number */
+.highlight .s { color: #BA2121 } /* Literal.String */
+.highlight .na { color: #7D9029 } /* Name.Attribute */
+.highlight .nb { color: #008000 } /* Name.Builtin */
+.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
+.highlight .no { color: #880000 } /* Name.Constant */
+.highlight .nd { color: #AA22FF } /* Name.Decorator */
+.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
+.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
+.highlight .nf { color: #0000FF } /* Name.Function */
+.highlight .nl { color: #A0A000 } /* Name.Label */
+.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
+.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
+.highlight .nv { color: #19177C } /* Name.Variable */
+.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .mb { color: #666666 } /* Literal.Number.Bin */
+.highlight .mf { color: #666666 } /* Literal.Number.Float */
+.highlight .mh { color: #666666 } /* Literal.Number.Hex */
+.highlight .mi { color: #666666 } /* Literal.Number.Integer */
+.highlight .mo { color: #666666 } /* Literal.Number.Oct */
+.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
+.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
+.highlight .sc { color: #BA2121 } /* Literal.String.Char */
+.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
+.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
+.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
+.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
+.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
+.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
+.highlight .sx { color: #008000 } /* Literal.String.Other */
+.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
+.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
+.highlight .ss { color: #19177C } /* Literal.String.Symbol */
+.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
+.highlight .fm { color: #0000FF } /* Name.Function.Magic */
+.highlight .vc { color: #19177C } /* Name.Variable.Class */
+.highlight .vg { color: #19177C } /* Name.Variable.Global */
+.highlight .vi { color: #19177C } /* Name.Variable.Instance */
+.highlight .vm { color: #19177C } /* Name.Variable.Magic */
+.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
+    </style>
+<style type="text/css">
+    
+/* Temporary definitions which will become obsolete with Notebook release 5.0 */
+.ansi-black-fg { color: #3E424D; }
+.ansi-black-bg { background-color: #3E424D; }
+.ansi-black-intense-fg { color: #282C36; }
+.ansi-black-intense-bg { background-color: #282C36; }
+.ansi-red-fg { color: #E75C58; }
+.ansi-red-bg { background-color: #E75C58; }
+.ansi-red-intense-fg { color: #B22B31; }
+.ansi-red-intense-bg { background-color: #B22B31; }
+.ansi-green-fg { color: #00A250; }
+.ansi-green-bg { background-color: #00A250; }
+.ansi-green-intense-fg { color: #007427; }
+.ansi-green-intense-bg { background-color: #007427; }
+.ansi-yellow-fg { color: #DDB62B; }
+.ansi-yellow-bg { background-color: #DDB62B; }
+.ansi-yellow-intense-fg { color: #B27D12; }
+.ansi-yellow-intense-bg { background-color: #B27D12; }
+.ansi-blue-fg { color: #208FFB; }
+.ansi-blue-bg { background-color: #208FFB; }
+.ansi-blue-intense-fg { color: #0065CA; }
+.ansi-blue-intense-bg { background-color: #0065CA; }
+.ansi-magenta-fg { color: #D160C4; }
+.ansi-magenta-bg { background-color: #D160C4; }
+.ansi-magenta-intense-fg { color: #A03196; }
+.ansi-magenta-intense-bg { background-color: #A03196; }
+.ansi-cyan-fg { color: #60C6C8; }
+.ansi-cyan-bg { background-color: #60C6C8; }
+.ansi-cyan-intense-fg { color: #258F8F; }
+.ansi-cyan-intense-bg { background-color: #258F8F; }
+.ansi-white-fg { color: #C5C1B4; }
+.ansi-white-bg { background-color: #C5C1B4; }
+.ansi-white-intense-fg { color: #A1A6B2; }
+.ansi-white-intense-bg { background-color: #A1A6B2; }
+
+.ansi-bold { font-weight: bold; }
+
+    </style>
+
+
+<style type="text/css">
+/* Overrides of notebook CSS for static HTML export */
+body {
+  overflow: visible;
+  padding: 8px;
+}
+
+div#notebook {
+  overflow: visible;
+  border-top: none;
+}@media print {
+  div.cell {
+    display: block;
+    page-break-inside: avoid;
+  } 
+  div.output_wrapper { 
+    display: block;
+    page-break-inside: avoid; 
+  }
+  div.output { 
+    display: block;
+    page-break-inside: avoid; 
+  }
+}
+</style>
+
+<!-- Custom stylesheet, it must be in the same directory as the html file -->
+<link rel="stylesheet" href="custom.css">
+
+<!-- Loading mathjax macro -->
+<!-- Load mathjax -->
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"></script>
+    <!-- MathJax configuration -->
+    <script type="text/x-mathjax-config">
+    MathJax.Hub.Config({
+        tex2jax: {
+            inlineMath: [ ['$','$'], ["\\(","\\)"] ],
+            displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
+            processEscapes: true,
+            processEnvironments: true
+        },
+        // Center justify equations in code and markdown cells. Elsewhere
+        // we use CSS to left justify single line equations in code cells.
+        displayAlign: 'center',
+        "HTML-CSS": {
+            styles: {'.MathJax_Display': {"margin": 0}},
+            linebreaks: { automatic: true }
+        }
+    });
+    </script>
+    <!-- End of mathjax configuration --></head>
+<body>
+  <div tabindex="-1" id="notebook" class="border-box-sizing">
+    <div class="container" id="notebook-container">
+
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h1 id="TV-Script-Generation">TV Script Generation<a class="anchor-link" href="#TV-Script-Generation">&#182;</a></h1><p>In this project, you'll generate your own <a href="https://en.wikipedia.org/wiki/The_Simpsons">Simpsons</a> TV scripts using RNNs.  You'll be using part of the <a href="https://www.kaggle.com/wcukierski/the-simpsons-by-the-data">Simpsons dataset</a> of scripts from 27 seasons.  The Neural Network you'll build will generate a new TV script for a scene at <a href="https://simpsonswiki.com/wiki/Moe&#39;s_Tavern">Moe's Tavern</a>.</p>
+<h2 id="Get-the-Data">Get the Data<a class="anchor-link" href="#Get-the-Data">&#182;</a></h2><p>The data is already provided for you.  You'll be using a subset of the original dataset.  It consists of only the scenes in Moe's Tavern.  This doesn't include other versions of the tavern, like "Moe's Cavern", "Flaming Moe's", "Uncle Moe's Family Feed-Bag", etc..</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[1]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="kn">import</span> <span class="nn">helper</span>
+
+<span class="n">data_dir</span> <span class="o">=</span> <span class="s1">&#39;./data/simpsons/moes_tavern_lines.txt&#39;</span>
+<span class="n">text</span> <span class="o">=</span> <span class="n">helper</span><span class="o">.</span><span class="n">load_data</span><span class="p">(</span><span class="n">data_dir</span><span class="p">)</span>
+<span class="c1"># Ignore notice, since we don&#39;t use it for analysing the data</span>
+<span class="n">text</span> <span class="o">=</span> <span class="n">text</span><span class="p">[</span><span class="mi">81</span><span class="p">:]</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Explore-the-Data">Explore the Data<a class="anchor-link" href="#Explore-the-Data">&#182;</a></h2><p>Play around with <code>view_sentence_range</code> to view different parts of the data.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[2]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="n">view_sentence_range</span> <span class="o">=</span> <span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">10</span><span class="p">)</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
+
+<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Dataset Stats&#39;</span><span class="p">)</span>
+<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Roughly the number of unique words: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">len</span><span class="p">({</span><span class="n">word</span><span class="p">:</span> <span class="kc">None</span> <span class="k">for</span> <span class="n">word</span> <span class="ow">in</span> <span class="n">text</span><span class="o">.</span><span class="n">split</span><span class="p">()})))</span>
+<span class="n">scenes</span> <span class="o">=</span> <span class="n">text</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n\n</span><span class="s1">&#39;</span><span class="p">)</span>
+<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Number of scenes: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">scenes</span><span class="p">)))</span>
+<span class="n">sentence_count_scene</span> <span class="o">=</span> <span class="p">[</span><span class="n">scene</span><span class="o">.</span><span class="n">count</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span><span class="p">)</span> <span class="k">for</span> <span class="n">scene</span> <span class="ow">in</span> <span class="n">scenes</span><span class="p">]</span>
+<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Average number of sentences in each scene: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">average</span><span class="p">(</span><span class="n">sentence_count_scene</span><span class="p">)))</span>
+
+<span class="n">sentences</span> <span class="o">=</span> <span class="p">[</span><span class="n">sentence</span> <span class="k">for</span> <span class="n">scene</span> <span class="ow">in</span> <span class="n">scenes</span> <span class="k">for</span> <span class="n">sentence</span> <span class="ow">in</span> <span class="n">scene</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span><span class="p">)]</span>
+<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Number of lines: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">sentences</span><span class="p">)))</span>
+<span class="n">word_count_sentence</span> <span class="o">=</span> <span class="p">[</span><span class="nb">len</span><span class="p">(</span><span class="n">sentence</span><span class="o">.</span><span class="n">split</span><span class="p">())</span> <span class="k">for</span> <span class="n">sentence</span> <span class="ow">in</span> <span class="n">sentences</span><span class="p">]</span>
+<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Average number of words in each line: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">average</span><span class="p">(</span><span class="n">word_count_sentence</span><span class="p">)))</span>
+
+<span class="nb">print</span><span class="p">()</span>
+<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;The sentences </span><span class="si">{}</span><span class="s1"> to </span><span class="si">{}</span><span class="s1">:&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="o">*</span><span class="n">view_sentence_range</span><span class="p">))</span>
+<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">text</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span><span class="p">)[</span><span class="n">view_sentence_range</span><span class="p">[</span><span class="mi">0</span><span class="p">]:</span><span class="n">view_sentence_range</span><span class="p">[</span><span class="mi">1</span><span class="p">]]))</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Dataset Stats
+Roughly the number of unique words: 11492
+Number of scenes: 262
+Average number of sentences in each scene: 15.248091603053435
+Number of lines: 4257
+Average number of words in each line: 11.50434578341555
+
+The sentences 0 to 10:
+Moe_Szyslak: (INTO PHONE) Moe&#39;s Tavern. Where the elite meet to drink.
+Bart_Simpson: Eh, yeah, hello, is Mike there? Last name, Rotch.
+Moe_Szyslak: (INTO PHONE) Hold on, I&#39;ll check. (TO BARFLIES) Mike Rotch. Mike Rotch. Hey, has anybody seen Mike Rotch, lately?
+Moe_Szyslak: (INTO PHONE) Listen you little puke. One of these days I&#39;m gonna catch you, and I&#39;m gonna carve my name on your back with an ice pick.
+Moe_Szyslak: What&#39;s the matter Homer? You&#39;re not your normal effervescent self.
+Homer_Simpson: I got my problems, Moe. Give me another one.
+Moe_Szyslak: Homer, hey, you should not drink to forget your problems.
+Barney_Gumble: Yeah, you should only drink to enhance your social skills.
+
+
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Implement-Preprocessing-Functions">Implement Preprocessing Functions<a class="anchor-link" href="#Implement-Preprocessing-Functions">&#182;</a></h2><p>The first thing to do to any dataset is preprocessing.  Implement the following preprocessing functions below:</p>
+<ul>
+<li>Lookup Table</li>
+<li>Tokenize Punctuation</li>
+</ul>
+<h3 id="Lookup-Table">Lookup Table<a class="anchor-link" href="#Lookup-Table">&#182;</a></h3><p>To create a word embedding, you first need to transform the words to ids.  In this function, create two dictionaries:</p>
+<ul>
+<li>Dictionary to go from the words to an id, we'll call <code>vocab_to_int</code></li>
+<li>Dictionary to go from the id to word, we'll call <code>int_to_vocab</code></li>
+</ul>
+<p>Return these dictionaries in the following tuple <code>(vocab_to_int, int_to_vocab)</code></p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[11]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
+<span class="kn">import</span> <span class="nn">problem_unittests</span> <span class="k">as</span> <span class="nn">tests</span>
+<span class="kn">from</span> <span class="nn">collections</span> <span class="k">import</span> <span class="n">Counter</span>
+
+<span class="k">def</span> <span class="nf">create_lookup_tables</span><span class="p">(</span><span class="n">text</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Create lookup tables for vocabulary</span>
+<span class="sd">    :param text: The text of tv scripts split into words</span>
+<span class="sd">    :return: A tuple of dicts (vocab_to_int, int_to_vocab)</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="c1"># TODO: Implement Function</span>
+    <span class="n">words_counter</span> <span class="o">=</span> <span class="n">Counter</span><span class="p">(</span><span class="n">text</span><span class="p">)</span>
+    <span class="n">unique_words</span> <span class="o">=</span> <span class="nb">sorted</span><span class="p">(</span><span class="n">words_counter</span><span class="p">,</span> <span class="n">key</span><span class="o">=</span><span class="n">words_counter</span><span class="o">.</span><span class="n">get</span><span class="p">,</span> <span class="n">reverse</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
+    <span class="n">vocab_to_int</span> <span class="o">=</span> <span class="p">{</span><span class="n">word</span><span class="p">:</span><span class="n">i</span> <span class="k">for</span> <span class="n">i</span><span class="p">,</span><span class="n">word</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">unique_words</span><span class="p">)}</span>
+    <span class="n">int_vocab</span> <span class="o">=</span> <span class="p">{</span><span class="n">i</span><span class="p">:</span><span class="n">word</span> <span class="k">for</span> <span class="n">i</span><span class="p">,</span><span class="n">word</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">unique_words</span><span class="p">)}</span>
+    <span class="k">return</span> <span class="n">vocab_to_int</span><span class="p">,</span> <span class="n">int_vocab</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">tests</span><span class="o">.</span><span class="n">test_create_lookup_tables</span><span class="p">(</span><span class="n">create_lookup_tables</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Tests Passed
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Tokenize-Punctuation">Tokenize Punctuation<a class="anchor-link" href="#Tokenize-Punctuation">&#182;</a></h3><p>We'll be splitting the script into a word array using spaces as delimiters.  However, punctuations like periods and exclamation marks make it hard for the neural network to distinguish between the word "bye" and "bye!".</p>
+<p>Implement the function <code>token_lookup</code> to return a dict that will be used to tokenize symbols like "!" into "||Exclamation_Mark||".  Create a dictionary for the following symbols where the symbol is the key and value is the token:</p>
+<ul>
+<li>Period ( . )</li>
+<li>Comma ( , )</li>
+<li>Quotation Mark ( " )</li>
+<li>Semicolon ( ; )</li>
+<li>Exclamation mark ( ! )</li>
+<li>Question mark ( ? )</li>
+<li>Left Parentheses ( ( )</li>
+<li>Right Parentheses ( ) )</li>
+<li>Dash ( -- )</li>
+<li>Return ( \n )</li>
+</ul>
+<p>This dictionary will be used to token the symbols and add the delimiter (space) around it.  This separates the symbols as it's own word, making it easier for the neural network to predict on the next word. Make sure you don't use a token that could be confused as a word. Instead of using the token "dash", try using something like "||dash||".</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[12]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">token_lookup</span><span class="p">():</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Generate a dict to turn punctuation into a token.</span>
+<span class="sd">    :return: Tokenize dictionary where the key is the punctuation and the value is the token</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="c1"># TODO: Implement Function</span>
+    <span class="k">return</span> <span class="p">{</span><span class="s1">&#39;--&#39;</span><span class="p">:</span> <span class="s1">&#39;||dash||&#39;</span><span class="p">,</span>
+            <span class="s1">&#39;,&#39;</span><span class="p">:</span> <span class="s1">&#39;||comma||&#39;</span><span class="p">,</span>
+            <span class="s1">&#39;.&#39;</span><span class="p">:</span> <span class="s1">&#39;||period||&#39;</span><span class="p">,</span>
+            <span class="s1">&#39;(&#39;</span><span class="p">:</span> <span class="s1">&#39;||leftp||&#39;</span><span class="p">,</span>
+            <span class="s1">&#39;)&#39;</span><span class="p">:</span> <span class="s1">&#39;||rightp||&#39;</span><span class="p">,</span>
+            <span class="s1">&#39;;&#39;</span><span class="p">:</span> <span class="s1">&#39;||semicolon||&#39;</span><span class="p">,</span>
+            <span class="s1">&#39;?&#39;</span><span class="p">:</span> <span class="s1">&#39;||question||&#39;</span><span class="p">,</span>
+            <span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span><span class="p">:</span> <span class="s1">&#39;||return||&#39;</span><span class="p">,</span>
+            <span class="s1">&#39;&quot;&#39;</span><span class="p">:</span> <span class="s1">&#39;||quotation||&#39;</span><span class="p">,</span>
+            <span class="s1">&#39;!&#39;</span><span class="p">:</span> <span class="s1">&#39;||exclamation||&#39;</span><span class="p">}</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">tests</span><span class="o">.</span><span class="n">test_tokenize</span><span class="p">(</span><span class="n">token_lookup</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Tests Passed
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Preprocess-all-the-data-and-save-it">Preprocess all the data and save it<a class="anchor-link" href="#Preprocess-all-the-data-and-save-it">&#182;</a></h2><p>Running the code cell below will preprocess all the data and save it to file.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[13]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="c1"># Preprocess Training, Validation, and Testing Data</span>
+<span class="n">helper</span><span class="o">.</span><span class="n">preprocess_and_save_data</span><span class="p">(</span><span class="n">data_dir</span><span class="p">,</span> <span class="n">token_lookup</span><span class="p">,</span> <span class="n">create_lookup_tables</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h1 id="Check-Point">Check Point<a class="anchor-link" href="#Check-Point">&#182;</a></h1><p>This is your first checkpoint. If you ever decide to come back to this notebook or have to restart the notebook, you can start from here. The preprocessed data has been saved to disk.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[14]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="kn">import</span> <span class="nn">helper</span>
+<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
+<span class="kn">import</span> <span class="nn">problem_unittests</span> <span class="k">as</span> <span class="nn">tests</span>
+
+<span class="n">int_text</span><span class="p">,</span> <span class="n">vocab_to_int</span><span class="p">,</span> <span class="n">int_to_vocab</span><span class="p">,</span> <span class="n">token_dict</span> <span class="o">=</span> <span class="n">helper</span><span class="o">.</span><span class="n">load_preprocess</span><span class="p">()</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Build-the-Neural-Network">Build the Neural Network<a class="anchor-link" href="#Build-the-Neural-Network">&#182;</a></h2><p>You'll build the components necessary to build a RNN by implementing the following functions below:</p>
+<ul>
+<li>get_inputs</li>
+<li>get_init_cell</li>
+<li>get_embed</li>
+<li>build_rnn</li>
+<li>build_nn</li>
+<li>get_batches</li>
+</ul>
+<h3 id="Check-the-Version-of-TensorFlow-and-Access-to-GPU">Check the Version of TensorFlow and Access to GPU<a class="anchor-link" href="#Check-the-Version-of-TensorFlow-and-Access-to-GPU">&#182;</a></h3>
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[15]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="kn">from</span> <span class="nn">distutils.version</span> <span class="k">import</span> <span class="n">LooseVersion</span>
+<span class="kn">import</span> <span class="nn">warnings</span>
+<span class="kn">import</span> <span class="nn">tensorflow</span> <span class="k">as</span> <span class="nn">tf</span>
+
+<span class="c1"># Check TensorFlow Version</span>
+<span class="k">assert</span> <span class="n">LooseVersion</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">__version__</span><span class="p">)</span> <span class="o">&gt;=</span> <span class="n">LooseVersion</span><span class="p">(</span><span class="s1">&#39;1.3&#39;</span><span class="p">),</span> <span class="s1">&#39;Please use TensorFlow version 1.3 or newer&#39;</span>
+<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;TensorFlow Version: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">__version__</span><span class="p">))</span>
+
+<span class="c1"># Check for a GPU</span>
+<span class="k">if</span> <span class="ow">not</span> <span class="n">tf</span><span class="o">.</span><span class="n">test</span><span class="o">.</span><span class="n">gpu_device_name</span><span class="p">():</span>
+    <span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span><span class="s1">&#39;No GPU found. Please use a GPU to train your neural network.&#39;</span><span class="p">)</span>
+<span class="k">else</span><span class="p">:</span>
+    <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Default GPU Device: </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">test</span><span class="o">.</span><span class="n">gpu_device_name</span><span class="p">()))</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>TensorFlow Version: 1.3.0
+Default GPU Device: /gpu:0
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Input">Input<a class="anchor-link" href="#Input">&#182;</a></h3><p>Implement the <code>get_inputs()</code> function to create TF Placeholders for the Neural Network.  It should create the following placeholders:</p>
+<ul>
+<li>Input text placeholder named "input" using the <a href="https://www.tensorflow.org/api_docs/python/tf/placeholder">TF Placeholder</a> <code>name</code> parameter.</li>
+<li>Targets placeholder</li>
+<li>Learning Rate placeholder</li>
+</ul>
+<p>Return the placeholders in the following tuple <code>(Input, Targets, LearningRate)</code></p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[16]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">get_inputs</span><span class="p">():</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Create TF Placeholders for input, targets, and learning rate.</span>
+<span class="sd">    :return: Tuple (input, targets, learning rate)</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="c1"># TODO: Implement Function</span>
+    <span class="nb">input</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">placeholder</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">int32</span><span class="p">,[</span><span class="kc">None</span><span class="p">,</span><span class="kc">None</span><span class="p">],</span><span class="n">name</span><span class="o">=</span><span class="s2">&quot;input&quot;</span><span class="p">)</span>
+    <span class="n">targets</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">placeholder</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">int32</span><span class="p">,[</span><span class="kc">None</span><span class="p">,</span><span class="kc">None</span><span class="p">],</span><span class="n">name</span><span class="o">=</span><span class="s2">&quot;targets&quot;</span><span class="p">)</span>
+    <span class="n">learning_rate</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">placeholder</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">float32</span><span class="p">,</span><span class="n">name</span><span class="o">=</span><span class="s2">&quot;learning_rate&quot;</span><span class="p">)</span>
+    <span class="k">return</span> <span class="nb">input</span><span class="p">,</span> <span class="n">targets</span><span class="p">,</span> <span class="n">learning_rate</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">tests</span><span class="o">.</span><span class="n">test_get_inputs</span><span class="p">(</span><span class="n">get_inputs</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Tests Passed
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Build-RNN-Cell-and-Initialize">Build RNN Cell and Initialize<a class="anchor-link" href="#Build-RNN-Cell-and-Initialize">&#182;</a></h3><p>Stack one or more <a href="https://www.tensorflow.org/api_docs/python/tf/contrib/rnn/BasicLSTMCell"><code>BasicLSTMCells</code></a> in a <a href="https://www.tensorflow.org/api_docs/python/tf/contrib/rnn/MultiRNNCell"><code>MultiRNNCell</code></a>.</p>
+<ul>
+<li>The Rnn size should be set using <code>rnn_size</code></li>
+<li>Initalize Cell State using the MultiRNNCell's <a href="https://www.tensorflow.org/api_docs/python/tf/contrib/rnn/MultiRNNCell#zero_state"><code>zero_state()</code></a> function<ul>
+<li>Apply the name "initial_state" to the initial state using <a href="https://www.tensorflow.org/api_docs/python/tf/identity"><code>tf.identity()</code></a></li>
+</ul>
+</li>
+</ul>
+<p>Return the cell and initial state in the following tuple <code>(Cell, InitialState)</code></p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[17]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">get_init_cell</span><span class="p">(</span><span class="n">batch_size</span><span class="p">,</span> <span class="n">rnn_size</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Create an RNN Cell and initialize it.</span>
+<span class="sd">    :param batch_size: Size of batches</span>
+<span class="sd">    :param rnn_size: Size of RNNs</span>
+<span class="sd">    :return: Tuple (cell, initialize state)</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="n">lstm_layers</span> <span class="o">=</span> <span class="mi">1</span>
+    
+    <span class="k">def</span> <span class="nf">build_cell</span><span class="p">(</span><span class="n">rnn_size</span><span class="p">,</span> <span class="n">keep_prob</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
+        <span class="n">lstm</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">contrib</span><span class="o">.</span><span class="n">rnn</span><span class="o">.</span><span class="n">BasicLSTMCell</span><span class="p">(</span><span class="n">rnn_size</span><span class="p">)</span>
+        <span class="c1">#drop = tf.contrib.rnn.DropoutWrapper(lstm, output_keep_prob=keep_prob)</span>
+        <span class="k">return</span> <span class="n">lstm</span>
+    
+    <span class="n">cell</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">contrib</span><span class="o">.</span><span class="n">rnn</span><span class="o">.</span><span class="n">MultiRNNCell</span><span class="p">([</span><span class="n">build_cell</span><span class="p">(</span><span class="n">rnn_size</span><span class="p">)</span> <span class="k">for</span> <span class="n">_</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="n">lstm_layers</span><span class="p">)])</span>
+    <span class="n">initial_state</span> <span class="o">=</span> <span class="n">cell</span><span class="o">.</span><span class="n">zero_state</span><span class="p">(</span><span class="n">batch_size</span><span class="p">,</span> <span class="n">tf</span><span class="o">.</span><span class="n">float32</span><span class="p">)</span>
+    <span class="n">initial_state</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">identity</span><span class="p">(</span><span class="n">initial_state</span><span class="p">,</span><span class="n">name</span><span class="o">=</span><span class="s1">&#39;initial_state&#39;</span><span class="p">)</span>
+    
+    <span class="k">return</span> <span class="n">cell</span><span class="p">,</span> <span class="n">initial_state</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">tests</span><span class="o">.</span><span class="n">test_get_init_cell</span><span class="p">(</span><span class="n">get_init_cell</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Tests Passed
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Word-Embedding">Word Embedding<a class="anchor-link" href="#Word-Embedding">&#182;</a></h3><p>Apply embedding to <code>input_data</code> using TensorFlow.  Return the embedded sequence.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[18]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">get_embed</span><span class="p">(</span><span class="n">input_data</span><span class="p">,</span> <span class="n">vocab_size</span><span class="p">,</span> <span class="n">embed_dim</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Create embedding for &lt;input_data&gt;.</span>
+<span class="sd">    :param input_data: TF placeholder for text input.</span>
+<span class="sd">    :param vocab_size: Number of words in vocabulary.</span>
+<span class="sd">    :param embed_dim: Number of embedding dimensions</span>
+<span class="sd">    :return: Embedded input.</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="c1"># TODO: Implement Function</span>
+    <span class="n">embed</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">Variable</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">random_normal</span><span class="p">((</span><span class="n">vocab_size</span><span class="p">,</span><span class="n">embed_dim</span><span class="p">),</span><span class="o">-</span><span class="mf">0.01</span><span class="p">,</span><span class="mf">0.01</span><span class="p">))</span>
+    <span class="k">return</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">embedding_lookup</span><span class="p">(</span><span class="n">embed</span><span class="p">,</span><span class="n">input_data</span><span class="p">)</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">tests</span><span class="o">.</span><span class="n">test_get_embed</span><span class="p">(</span><span class="n">get_embed</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Tests Passed
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Build-RNN">Build RNN<a class="anchor-link" href="#Build-RNN">&#182;</a></h3><p>You created a RNN Cell in the <code>get_init_cell()</code> function.  Time to use the cell to create a RNN.</p>
+<ul>
+<li>Build the RNN using the <a href="https://www.tensorflow.org/api_docs/python/tf/nn/dynamic_rnn"><code>tf.nn.dynamic_rnn()</code></a><ul>
+<li>Apply the name "final_state" to the final state using <a href="https://www.tensorflow.org/api_docs/python/tf/identity"><code>tf.identity()</code></a></li>
+</ul>
+</li>
+</ul>
+<p>Return the outputs and final_state state in the following tuple <code>(Outputs, FinalState)</code></p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[19]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">build_rnn</span><span class="p">(</span><span class="n">cell</span><span class="p">,</span> <span class="n">inputs</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Create a RNN using a RNN Cell</span>
+<span class="sd">    :param cell: RNN Cell</span>
+<span class="sd">    :param inputs: Input text data</span>
+<span class="sd">    :return: Tuple (Outputs, Final State)</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="c1"># TODO: Implement Function</span>
+    <span class="n">outputs</span><span class="p">,</span> <span class="n">final_state</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">dynamic_rnn</span><span class="p">(</span><span class="n">cell</span><span class="p">,</span><span class="n">inputs</span><span class="p">,</span><span class="n">dtype</span><span class="o">=</span><span class="n">tf</span><span class="o">.</span><span class="n">float32</span><span class="p">)</span>
+    <span class="n">final_state</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">identity</span><span class="p">(</span><span class="n">final_state</span><span class="p">,</span> <span class="n">name</span><span class="o">=</span><span class="s1">&#39;final_state&#39;</span><span class="p">)</span>
+    <span class="k">return</span> <span class="n">outputs</span><span class="p">,</span> <span class="n">final_state</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">tests</span><span class="o">.</span><span class="n">test_build_rnn</span><span class="p">(</span><span class="n">build_rnn</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Tests Passed
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Build-the-Neural-Network">Build the Neural Network<a class="anchor-link" href="#Build-the-Neural-Network">&#182;</a></h3><p>Apply the functions you implemented above to:</p>
+<ul>
+<li>Apply embedding to <code>input_data</code> using your <code>get_embed(input_data, vocab_size, embed_dim)</code> function.</li>
+<li>Build RNN using <code>cell</code> and your <code>build_rnn(cell, inputs)</code> function.</li>
+<li>Apply a fully connected layer with a linear activation and <code>vocab_size</code> as the number of outputs.</li>
+</ul>
+<p>Return the logits and final state in the following tuple (Logits, FinalState)</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[20]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">build_nn</span><span class="p">(</span><span class="n">cell</span><span class="p">,</span> <span class="n">rnn_size</span><span class="p">,</span> <span class="n">input_data</span><span class="p">,</span> <span class="n">vocab_size</span><span class="p">,</span> <span class="n">embed_dim</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Build part of the neural network</span>
+<span class="sd">    :param cell: RNN cell</span>
+<span class="sd">    :param rnn_size: Size of rnns</span>
+<span class="sd">    :param input_data: Input data</span>
+<span class="sd">    :param vocab_size: Vocabulary size</span>
+<span class="sd">    :param embed_dim: Number of embedding dimensions</span>
+<span class="sd">    :return: Tuple (Logits, FinalState)</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="c1"># TODO: Implement Function</span>
+    <span class="n">embed</span> <span class="o">=</span> <span class="n">get_embed</span><span class="p">(</span><span class="n">input_data</span><span class="p">,</span> <span class="n">vocab_size</span><span class="p">,</span> <span class="n">embed_dim</span><span class="p">)</span>
+    <span class="n">outputs</span><span class="p">,</span> <span class="n">final_state</span> <span class="o">=</span> <span class="n">build_rnn</span><span class="p">(</span><span class="n">cell</span><span class="p">,</span> <span class="n">embed</span><span class="p">)</span>
+    <span class="n">logits</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">contrib</span><span class="o">.</span><span class="n">layers</span><span class="o">.</span><span class="n">fully_connected</span><span class="p">(</span><span class="n">outputs</span><span class="p">,</span> <span class="n">vocab_size</span><span class="p">,</span> <span class="n">activation_fn</span><span class="o">=</span><span class="kc">None</span><span class="p">)</span>
+    <span class="k">return</span> <span class="n">logits</span><span class="p">,</span> <span class="n">final_state</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">tests</span><span class="o">.</span><span class="n">test_build_nn</span><span class="p">(</span><span class="n">build_nn</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Tests Passed
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Batches">Batches<a class="anchor-link" href="#Batches">&#182;</a></h3><p>Implement <code>get_batches</code> to create batches of input and targets using <code>int_text</code>.  The batches should be a Numpy array with the shape <code>(number of batches, 2, batch size, sequence length)</code>. Each batch contains two elements:</p>
+<ul>
+<li>The first element is a single batch of <strong>input</strong> with the shape <code>[batch size, sequence length]</code></li>
+<li>The second element is a single batch of <strong>targets</strong> with the shape <code>[batch size, sequence length]</code></li>
+</ul>
+<p>If you can't fill the last batch with enough data, drop the last batch.</p>
+<p>For example, <code>get_batches([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], 3, 2)</code> would return a Numpy array of the following:</p>
+
+<pre><code>[
+  # First Batch
+  [
+    # Batch of Input
+    [[ 1  2], [ 7  8], [13 14]]
+    # Batch of targets
+    [[ 2  3], [ 8  9], [14 15]]
+  ]
+
+  # Second Batch
+  [
+    # Batch of Input
+    [[ 3  4], [ 9 10], [15 16]]
+    # Batch of targets
+    [[ 4  5], [10 11], [16 17]]
+  ]
+
+  # Third Batch
+  [
+    # Batch of Input
+    [[ 5  6], [11 12], [17 18]]
+    # Batch of targets
+    [[ 6  7], [12 13], [18  1]]
+  ]
+]</code></pre>
+<p>Notice that the last target value in the last batch is the first input value of the first batch. In this case, <code>1</code>. This is a common technique used when creating sequence batches, although it is rather unintuitive.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[21]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">get_batches</span><span class="p">(</span><span class="n">int_text</span><span class="p">,</span> <span class="n">batch_size</span><span class="p">,</span> <span class="n">seq_length</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return batches of input and target</span>
+<span class="sd">    :param int_text: Text with the words replaced by their ids</span>
+<span class="sd">    :param batch_size: The size of batch</span>
+<span class="sd">    :param seq_length: The length of sequence</span>
+<span class="sd">    :return: Batches as a Numpy array</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="n">num_batches</span> <span class="o">=</span> <span class="nb">len</span><span class="p">(</span><span class="n">int_text</span><span class="p">)</span> <span class="o">//</span> <span class="p">(</span><span class="n">batch_size</span> <span class="o">*</span> <span class="n">seq_length</span><span class="p">)</span>
+    <span class="n">int_text</span><span class="p">[</span><span class="n">num_batches</span><span class="o">*</span><span class="n">batch_size</span><span class="o">*</span><span class="n">seq_length</span><span class="p">]</span> <span class="o">=</span> <span class="n">int_text</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span>
+    <span class="c1">#print(int_text)</span>
+    <span class="n">batches</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">zeros</span><span class="p">([</span><span class="n">num_batches</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="n">batch_size</span><span class="p">,</span> <span class="n">seq_length</span><span class="p">],</span> <span class="n">dtype</span><span class="o">=</span><span class="n">np</span><span class="o">.</span><span class="n">int32</span><span class="p">)</span>
+    <span class="k">for</span> <span class="n">idx</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="nb">len</span><span class="p">(</span><span class="n">int_text</span><span class="p">),</span> <span class="n">seq_length</span><span class="p">):</span>
+        <span class="n">batch_no</span> <span class="o">=</span> <span class="p">(</span><span class="n">idx</span> <span class="o">//</span> <span class="n">seq_length</span><span class="p">)</span> <span class="o">%</span> <span class="n">num_batches</span>
+        <span class="n">batch_idx</span> <span class="o">=</span> <span class="n">idx</span> <span class="o">//</span> <span class="p">(</span><span class="n">seq_length</span> <span class="o">*</span> <span class="n">num_batches</span><span class="p">)</span>
+        <span class="k">if</span> <span class="p">(</span><span class="n">batch_idx</span> <span class="o">==</span> <span class="n">batch_size</span><span class="p">):</span>
+            <span class="k">break</span>
+        <span class="n">batches</span><span class="p">[</span><span class="n">batch_no</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="n">batch_idx</span><span class="p">,</span> <span class="p">]</span> <span class="o">=</span> <span class="n">int_text</span><span class="p">[</span><span class="n">idx</span><span class="p">:</span><span class="n">idx</span> <span class="o">+</span> <span class="n">seq_length</span><span class="p">]</span>
+        <span class="n">batches</span><span class="p">[</span><span class="n">batch_no</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="n">batch_idx</span><span class="p">,</span> <span class="p">]</span> <span class="o">=</span> <span class="n">int_text</span><span class="p">[</span><span class="n">idx</span> <span class="o">+</span> <span class="mi">1</span><span class="p">:</span><span class="n">idx</span> <span class="o">+</span> <span class="n">seq_length</span> <span class="o">+</span> <span class="mi">1</span><span class="p">]</span>
+    <span class="k">return</span> <span class="n">batches</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">tests</span><span class="o">.</span><span class="n">test_get_batches</span><span class="p">(</span><span class="n">get_batches</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Tests Passed
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Neural-Network-Training">Neural Network Training<a class="anchor-link" href="#Neural-Network-Training">&#182;</a></h2><h3 id="Hyperparameters">Hyperparameters<a class="anchor-link" href="#Hyperparameters">&#182;</a></h3><p>Tune the following parameters:</p>
+<ul>
+<li>Set <code>num_epochs</code> to the number of epochs.</li>
+<li>Set <code>batch_size</code> to the batch size.</li>
+<li>Set <code>rnn_size</code> to the size of the RNNs.</li>
+<li>Set <code>embed_dim</code> to the size of the embedding.</li>
+<li>Set <code>seq_length</code> to the length of sequence.</li>
+<li>Set <code>learning_rate</code> to the learning rate.</li>
+<li>Set <code>show_every_n_batches</code> to the number of batches the neural network should print progress.</li>
+</ul>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[22]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># Number of Epochs</span>
+<span class="n">num_epochs</span> <span class="o">=</span> <span class="mi">125</span>
+<span class="c1"># Batch Size</span>
+<span class="n">batch_size</span> <span class="o">=</span> <span class="mi">200</span>
+<span class="c1"># RNN Size</span>
+<span class="n">rnn_size</span> <span class="o">=</span> <span class="mi">512</span>
+<span class="c1"># Embedding Dimension Size</span>
+<span class="n">embed_dim</span> <span class="o">=</span> <span class="mi">300</span>
+<span class="c1"># Sequence Length</span>
+<span class="n">seq_length</span> <span class="o">=</span> <span class="mi">40</span>
+<span class="c1"># Learning Rate</span>
+<span class="n">learning_rate</span> <span class="o">=</span> <span class="mf">0.01</span>
+<span class="c1"># Show stats for every n number of batches</span>
+<span class="n">show_every_n_batches</span> <span class="o">=</span> <span class="mi">16</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">save_dir</span> <span class="o">=</span> <span class="s1">&#39;./save&#39;</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Build-the-Graph">Build the Graph<a class="anchor-link" href="#Build-the-Graph">&#182;</a></h3><p>Build the graph using the neural network you implemented.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[23]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="kn">from</span> <span class="nn">tensorflow.contrib</span> <span class="k">import</span> <span class="n">seq2seq</span>
+
+<span class="n">train_graph</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">Graph</span><span class="p">()</span>
+<span class="k">with</span> <span class="n">train_graph</span><span class="o">.</span><span class="n">as_default</span><span class="p">():</span>
+    <span class="n">vocab_size</span> <span class="o">=</span> <span class="nb">len</span><span class="p">(</span><span class="n">int_to_vocab</span><span class="p">)</span>
+    <span class="n">input_text</span><span class="p">,</span> <span class="n">targets</span><span class="p">,</span> <span class="n">lr</span> <span class="o">=</span> <span class="n">get_inputs</span><span class="p">()</span>
+    <span class="n">input_data_shape</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">shape</span><span class="p">(</span><span class="n">input_text</span><span class="p">)</span>
+    <span class="n">cell</span><span class="p">,</span> <span class="n">initial_state</span> <span class="o">=</span> <span class="n">get_init_cell</span><span class="p">(</span><span class="n">input_data_shape</span><span class="p">[</span><span class="mi">0</span><span class="p">],</span> <span class="n">rnn_size</span><span class="p">)</span>
+    <span class="n">logits</span><span class="p">,</span> <span class="n">final_state</span> <span class="o">=</span> <span class="n">build_nn</span><span class="p">(</span><span class="n">cell</span><span class="p">,</span> <span class="n">rnn_size</span><span class="p">,</span> <span class="n">input_text</span><span class="p">,</span> <span class="n">vocab_size</span><span class="p">,</span> <span class="n">embed_dim</span><span class="p">)</span>
+
+    <span class="c1"># Probabilities for generating words</span>
+    <span class="n">probs</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">softmax</span><span class="p">(</span><span class="n">logits</span><span class="p">,</span> <span class="n">name</span><span class="o">=</span><span class="s1">&#39;probs&#39;</span><span class="p">)</span>
+
+    <span class="c1"># Loss function</span>
+    <span class="n">cost</span> <span class="o">=</span> <span class="n">seq2seq</span><span class="o">.</span><span class="n">sequence_loss</span><span class="p">(</span>
+        <span class="n">logits</span><span class="p">,</span>
+        <span class="n">targets</span><span class="p">,</span>
+        <span class="n">tf</span><span class="o">.</span><span class="n">ones</span><span class="p">([</span><span class="n">input_data_shape</span><span class="p">[</span><span class="mi">0</span><span class="p">],</span> <span class="n">input_data_shape</span><span class="p">[</span><span class="mi">1</span><span class="p">]]))</span>
+
+    <span class="c1"># Optimizer</span>
+    <span class="n">optimizer</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">train</span><span class="o">.</span><span class="n">AdamOptimizer</span><span class="p">(</span><span class="n">lr</span><span class="p">)</span>
+
+    <span class="c1"># Gradient Clipping</span>
+    <span class="n">gradients</span> <span class="o">=</span> <span class="n">optimizer</span><span class="o">.</span><span class="n">compute_gradients</span><span class="p">(</span><span class="n">cost</span><span class="p">)</span>
+    <span class="n">capped_gradients</span> <span class="o">=</span> <span class="p">[(</span><span class="n">tf</span><span class="o">.</span><span class="n">clip_by_value</span><span class="p">(</span><span class="n">grad</span><span class="p">,</span> <span class="o">-</span><span class="mf">1.</span><span class="p">,</span> <span class="mf">1.</span><span class="p">),</span> <span class="n">var</span><span class="p">)</span> <span class="k">for</span> <span class="n">grad</span><span class="p">,</span> <span class="n">var</span> <span class="ow">in</span> <span class="n">gradients</span> <span class="k">if</span> <span class="n">grad</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">]</span>
+    <span class="n">train_op</span> <span class="o">=</span> <span class="n">optimizer</span><span class="o">.</span><span class="n">apply_gradients</span><span class="p">(</span><span class="n">capped_gradients</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Train">Train<a class="anchor-link" href="#Train">&#182;</a></h2><p>Train the neural network on the preprocessed data.  If you have a hard time getting a good loss, check the <a href="https://discussions.udacity.com/">forums</a> to see if anyone is having the same problem.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[24]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">batches</span> <span class="o">=</span> <span class="n">get_batches</span><span class="p">(</span><span class="n">int_text</span><span class="p">,</span> <span class="n">batch_size</span><span class="p">,</span> <span class="n">seq_length</span><span class="p">)</span>
+
+<span class="k">with</span> <span class="n">tf</span><span class="o">.</span><span class="n">Session</span><span class="p">(</span><span class="n">graph</span><span class="o">=</span><span class="n">train_graph</span><span class="p">)</span> <span class="k">as</span> <span class="n">sess</span><span class="p">:</span>
+    <span class="n">sess</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">global_variables_initializer</span><span class="p">())</span>
+
+    <span class="k">for</span> <span class="n">epoch_i</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="n">num_epochs</span><span class="p">):</span>
+        <span class="n">state</span> <span class="o">=</span> <span class="n">sess</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">initial_state</span><span class="p">,</span> <span class="p">{</span><span class="n">input_text</span><span class="p">:</span> <span class="n">batches</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="mi">0</span><span class="p">]})</span>
+
+        <span class="k">for</span> <span class="n">batch_i</span><span class="p">,</span> <span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">)</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">batches</span><span class="p">):</span>
+            <span class="n">feed</span> <span class="o">=</span> <span class="p">{</span>
+                <span class="n">input_text</span><span class="p">:</span> <span class="n">x</span><span class="p">,</span>
+                <span class="n">targets</span><span class="p">:</span> <span class="n">y</span><span class="p">,</span>
+                <span class="n">initial_state</span><span class="p">:</span> <span class="n">state</span><span class="p">,</span>
+                <span class="n">lr</span><span class="p">:</span> <span class="n">learning_rate</span><span class="p">}</span>
+            <span class="n">train_loss</span><span class="p">,</span> <span class="n">state</span><span class="p">,</span> <span class="n">_</span> <span class="o">=</span> <span class="n">sess</span><span class="o">.</span><span class="n">run</span><span class="p">([</span><span class="n">cost</span><span class="p">,</span> <span class="n">final_state</span><span class="p">,</span> <span class="n">train_op</span><span class="p">],</span> <span class="n">feed</span><span class="p">)</span>
+
+            <span class="c1"># Show every &lt;show_every_n_batches&gt; batches</span>
+            <span class="k">if</span> <span class="p">(</span><span class="n">epoch_i</span> <span class="o">*</span> <span class="nb">len</span><span class="p">(</span><span class="n">batches</span><span class="p">)</span> <span class="o">+</span> <span class="n">batch_i</span><span class="p">)</span> <span class="o">%</span> <span class="n">show_every_n_batches</span> <span class="o">==</span> <span class="mi">0</span><span class="p">:</span>
+                <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Epoch </span><span class="si">{:&gt;3}</span><span class="s1"> Batch </span><span class="si">{:&gt;4}</span><span class="s1">/</span><span class="si">{}</span><span class="s1">   train_loss = </span><span class="si">{:.3f}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span>
+                    <span class="n">epoch_i</span><span class="p">,</span>
+                    <span class="n">batch_i</span><span class="p">,</span>
+                    <span class="nb">len</span><span class="p">(</span><span class="n">batches</span><span class="p">),</span>
+                    <span class="n">train_loss</span><span class="p">))</span>
+
+    <span class="c1"># Save Model</span>
+    <span class="n">saver</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">train</span><span class="o">.</span><span class="n">Saver</span><span class="p">()</span>
+    <span class="n">saver</span><span class="o">.</span><span class="n">save</span><span class="p">(</span><span class="n">sess</span><span class="p">,</span> <span class="n">save_dir</span><span class="p">)</span>
+    <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Model Trained and Saved&#39;</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Epoch   0 Batch    0/8   train_loss = 8.822
+Epoch   2 Batch    0/8   train_loss = 5.754
+Epoch   4 Batch    0/8   train_loss = 5.223
+Epoch   6 Batch    0/8   train_loss = 4.692
+Epoch   8 Batch    0/8   train_loss = 4.277
+Epoch  10 Batch    0/8   train_loss = 3.942
+Epoch  12 Batch    0/8   train_loss = 3.584
+Epoch  14 Batch    0/8   train_loss = 3.260
+Epoch  16 Batch    0/8   train_loss = 3.009
+Epoch  18 Batch    0/8   train_loss = 2.820
+Epoch  20 Batch    0/8   train_loss = 2.555
+Epoch  22 Batch    0/8   train_loss = 2.254
+Epoch  24 Batch    0/8   train_loss = 2.042
+Epoch  26 Batch    0/8   train_loss = 1.880
+Epoch  28 Batch    0/8   train_loss = 1.722
+Epoch  30 Batch    0/8   train_loss = 1.594
+Epoch  32 Batch    0/8   train_loss = 1.465
+Epoch  34 Batch    0/8   train_loss = 1.417
+Epoch  36 Batch    0/8   train_loss = 1.257
+Epoch  38 Batch    0/8   train_loss = 1.098
+Epoch  40 Batch    0/8   train_loss = 0.966
+Epoch  42 Batch    0/8   train_loss = 0.877
+Epoch  44 Batch    0/8   train_loss = 0.869
+Epoch  46 Batch    0/8   train_loss = 0.814
+Epoch  48 Batch    0/8   train_loss = 0.883
+Epoch  50 Batch    0/8   train_loss = 0.687
+Epoch  52 Batch    0/8   train_loss = 0.568
+Epoch  54 Batch    0/8   train_loss = 0.476
+Epoch  56 Batch    0/8   train_loss = 0.433
+Epoch  58 Batch    0/8   train_loss = 0.379
+Epoch  60 Batch    0/8   train_loss = 0.363
+Epoch  62 Batch    0/8   train_loss = 0.318
+Epoch  64 Batch    0/8   train_loss = 0.269
+Epoch  66 Batch    0/8   train_loss = 0.245
+Epoch  68 Batch    0/8   train_loss = 0.222
+Epoch  70 Batch    0/8   train_loss = 0.204
+Epoch  72 Batch    0/8   train_loss = 0.177
+Epoch  74 Batch    0/8   train_loss = 0.160
+Epoch  76 Batch    0/8   train_loss = 0.143
+Epoch  78 Batch    0/8   train_loss = 0.130
+Epoch  80 Batch    0/8   train_loss = 0.120
+Epoch  82 Batch    0/8   train_loss = 0.113
+Epoch  84 Batch    0/8   train_loss = 0.107
+Epoch  86 Batch    0/8   train_loss = 0.101
+Epoch  88 Batch    0/8   train_loss = 0.096
+Epoch  90 Batch    0/8   train_loss = 0.091
+Epoch  92 Batch    0/8   train_loss = 0.086
+Epoch  94 Batch    0/8   train_loss = 0.083
+Epoch  96 Batch    0/8   train_loss = 0.080
+Epoch  98 Batch    0/8   train_loss = 0.078
+Epoch 100 Batch    0/8   train_loss = 0.076
+Epoch 102 Batch    0/8   train_loss = 0.074
+Epoch 104 Batch    0/8   train_loss = 0.072
+Epoch 106 Batch    0/8   train_loss = 0.071
+Epoch 108 Batch    0/8   train_loss = 0.070
+Epoch 110 Batch    0/8   train_loss = 0.068
+Epoch 112 Batch    0/8   train_loss = 0.068
+Epoch 114 Batch    0/8   train_loss = 0.067
+Epoch 116 Batch    0/8   train_loss = 0.066
+Epoch 118 Batch    0/8   train_loss = 0.065
+Epoch 120 Batch    0/8   train_loss = 0.065
+Epoch 122 Batch    0/8   train_loss = 0.064
+Epoch 124 Batch    0/8   train_loss = 0.064
+Model Trained and Saved
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Save-Parameters">Save Parameters<a class="anchor-link" href="#Save-Parameters">&#182;</a></h2><p>Save <code>seq_length</code> and <code>save_dir</code> for generating a new TV script.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[25]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="c1"># Save parameters for checkpoint</span>
+<span class="n">helper</span><span class="o">.</span><span class="n">save_params</span><span class="p">((</span><span class="n">seq_length</span><span class="p">,</span> <span class="n">save_dir</span><span class="p">))</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h1 id="Checkpoint">Checkpoint<a class="anchor-link" href="#Checkpoint">&#182;</a></h1>
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[26]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="kn">import</span> <span class="nn">tensorflow</span> <span class="k">as</span> <span class="nn">tf</span>
+<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
+<span class="kn">import</span> <span class="nn">helper</span>
+<span class="kn">import</span> <span class="nn">problem_unittests</span> <span class="k">as</span> <span class="nn">tests</span>
+
+<span class="n">_</span><span class="p">,</span> <span class="n">vocab_to_int</span><span class="p">,</span> <span class="n">int_to_vocab</span><span class="p">,</span> <span class="n">token_dict</span> <span class="o">=</span> <span class="n">helper</span><span class="o">.</span><span class="n">load_preprocess</span><span class="p">()</span>
+<span class="n">seq_length</span><span class="p">,</span> <span class="n">load_dir</span> <span class="o">=</span> <span class="n">helper</span><span class="o">.</span><span class="n">load_params</span><span class="p">()</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Implement-Generate-Functions">Implement Generate Functions<a class="anchor-link" href="#Implement-Generate-Functions">&#182;</a></h2><h3 id="Get-Tensors">Get Tensors<a class="anchor-link" href="#Get-Tensors">&#182;</a></h3><p>Get tensors from <code>loaded_graph</code> using the function <a href="https://www.tensorflow.org/api_docs/python/tf/Graph#get_tensor_by_name"><code>get_tensor_by_name()</code></a>.  Get the tensors using the following names:</p>
+<ul>
+<li>"input:0"</li>
+<li>"initial_state:0"</li>
+<li>"final_state:0"</li>
+<li>"probs:0"</li>
+</ul>
+<p>Return the tensors in the following tuple <code>(InputTensor, InitialStateTensor, FinalStateTensor, ProbsTensor)</code></p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[27]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">get_tensors</span><span class="p">(</span><span class="n">loaded_graph</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Get input, initial state, final state, and probabilities tensor from &lt;loaded_graph&gt;</span>
+<span class="sd">    :param loaded_graph: TensorFlow graph loaded from file</span>
+<span class="sd">    :return: Tuple (InputTensor, InitialStateTensor, FinalStateTensor, ProbsTensor)</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="c1"># TODO: Implement Function</span>
+    <span class="k">return</span> <span class="p">(</span><span class="n">loaded_graph</span><span class="o">.</span><span class="n">get_tensor_by_name</span><span class="p">(</span><span class="s2">&quot;input:0&quot;</span><span class="p">),</span> 
+            <span class="n">loaded_graph</span><span class="o">.</span><span class="n">get_tensor_by_name</span><span class="p">(</span><span class="s2">&quot;initial_state:0&quot;</span><span class="p">),</span>
+            <span class="n">loaded_graph</span><span class="o">.</span><span class="n">get_tensor_by_name</span><span class="p">(</span><span class="s2">&quot;final_state:0&quot;</span><span class="p">),</span> 
+            <span class="n">loaded_graph</span><span class="o">.</span><span class="n">get_tensor_by_name</span><span class="p">(</span><span class="s2">&quot;probs:0&quot;</span><span class="p">))</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">tests</span><span class="o">.</span><span class="n">test_get_tensors</span><span class="p">(</span><span class="n">get_tensors</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Tests Passed
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h3 id="Choose-Word">Choose Word<a class="anchor-link" href="#Choose-Word">&#182;</a></h3><p>Implement the <code>pick_word()</code> function to select the next word using <code>probabilities</code>.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[28]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">pick_word</span><span class="p">(</span><span class="n">probabilities</span><span class="p">,</span> <span class="n">int_to_vocab</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Pick the next word in the generated text</span>
+<span class="sd">    :param probabilities: Probabilites of the next word</span>
+<span class="sd">    :param int_to_vocab: Dictionary of word ids as the keys and words as the values</span>
+<span class="sd">    :return: String of the predicted word</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="c1"># TODO: Implement Function</span>
+    <span class="n">p</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">squeeze</span><span class="p">(</span><span class="n">probabilities</span><span class="p">)</span>
+    <span class="n">top_n</span> <span class="o">=</span> <span class="nb">min</span><span class="p">(</span><span class="mi">5</span><span class="p">,</span><span class="n">p</span><span class="o">.</span><span class="n">shape</span><span class="p">[</span><span class="mi">0</span><span class="p">])</span>
+    <span class="n">p</span><span class="p">[</span><span class="n">np</span><span class="o">.</span><span class="n">argsort</span><span class="p">(</span><span class="n">p</span><span class="p">)[:</span><span class="o">-</span><span class="n">top_n</span><span class="p">]]</span> <span class="o">=</span> <span class="mi">0</span>
+    <span class="n">p</span> <span class="o">=</span> <span class="n">p</span> <span class="o">/</span> <span class="n">np</span><span class="o">.</span><span class="n">sum</span><span class="p">(</span><span class="n">p</span><span class="p">)</span>
+    <span class="n">index</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">random</span><span class="o">.</span><span class="n">choice</span><span class="p">(</span><span class="n">p</span><span class="o">.</span><span class="n">shape</span><span class="p">[</span><span class="mi">0</span><span class="p">],</span> <span class="mi">1</span><span class="p">,</span> <span class="n">p</span><span class="o">=</span><span class="n">p</span><span class="p">)[</span><span class="mi">0</span><span class="p">]</span>
+    <span class="k">return</span> <span class="n">int_to_vocab</span><span class="p">[</span><span class="n">index</span><span class="p">]</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">tests</span><span class="o">.</span><span class="n">test_pick_word</span><span class="p">(</span><span class="n">pick_word</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>Tests Passed
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h2 id="Generate-TV-Script">Generate TV Script<a class="anchor-link" href="#Generate-TV-Script">&#182;</a></h2><p>This will generate the TV script for you.  Set <code>gen_length</code> to the length of TV script you want to generate.</p>
+
+</div>
+</div>
+</div>
+<div class="cell border-box-sizing code_cell rendered">
+<div class="input">
+<div class="prompt input_prompt">In&nbsp;[29]:</div>
+<div class="inner_cell">
+    <div class="input_area">
+<div class=" highlight hl-ipython3"><pre><span></span><span class="n">gen_length</span> <span class="o">=</span> <span class="mi">200</span>
+<span class="c1"># homer_simpson, moe_szyslak, or Barney_Gumble</span>
+<span class="n">prime_word</span> <span class="o">=</span> <span class="s1">&#39;moe_szyslak&#39;</span>
+
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span>
+<span class="sd">&quot;&quot;&quot;</span>
+<span class="n">loaded_graph</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">Graph</span><span class="p">()</span>
+<span class="k">with</span> <span class="n">tf</span><span class="o">.</span><span class="n">Session</span><span class="p">(</span><span class="n">graph</span><span class="o">=</span><span class="n">loaded_graph</span><span class="p">)</span> <span class="k">as</span> <span class="n">sess</span><span class="p">:</span>
+    <span class="c1"># Load saved model</span>
+    <span class="n">loader</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">train</span><span class="o">.</span><span class="n">import_meta_graph</span><span class="p">(</span><span class="n">load_dir</span> <span class="o">+</span> <span class="s1">&#39;.meta&#39;</span><span class="p">)</span>
+    <span class="n">loader</span><span class="o">.</span><span class="n">restore</span><span class="p">(</span><span class="n">sess</span><span class="p">,</span> <span class="n">load_dir</span><span class="p">)</span>
+
+    <span class="c1"># Get Tensors from loaded model</span>
+    <span class="n">input_text</span><span class="p">,</span> <span class="n">initial_state</span><span class="p">,</span> <span class="n">final_state</span><span class="p">,</span> <span class="n">probs</span> <span class="o">=</span> <span class="n">get_tensors</span><span class="p">(</span><span class="n">loaded_graph</span><span class="p">)</span>
+
+    <span class="c1"># Sentences generation setup</span>
+    <span class="n">gen_sentences</span> <span class="o">=</span> <span class="p">[</span><span class="n">prime_word</span> <span class="o">+</span> <span class="s1">&#39;:&#39;</span><span class="p">]</span>
+    <span class="n">prev_state</span> <span class="o">=</span> <span class="n">sess</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">initial_state</span><span class="p">,</span> <span class="p">{</span><span class="n">input_text</span><span class="p">:</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([[</span><span class="mi">1</span><span class="p">]])})</span>
+
+    <span class="c1"># Generate sentences</span>
+    <span class="k">for</span> <span class="n">n</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="n">gen_length</span><span class="p">):</span>
+        <span class="c1"># Dynamic Input</span>
+        <span class="n">dyn_input</span> <span class="o">=</span> <span class="p">[[</span><span class="n">vocab_to_int</span><span class="p">[</span><span class="n">word</span><span class="p">]</span> <span class="k">for</span> <span class="n">word</span> <span class="ow">in</span> <span class="n">gen_sentences</span><span class="p">[</span><span class="o">-</span><span class="n">seq_length</span><span class="p">:]]]</span>
+        <span class="n">dyn_seq_length</span> <span class="o">=</span> <span class="nb">len</span><span class="p">(</span><span class="n">dyn_input</span><span class="p">[</span><span class="mi">0</span><span class="p">])</span>
+
+        <span class="c1"># Get Prediction</span>
+        <span class="n">probabilities</span><span class="p">,</span> <span class="n">prev_state</span> <span class="o">=</span> <span class="n">sess</span><span class="o">.</span><span class="n">run</span><span class="p">(</span>
+            <span class="p">[</span><span class="n">probs</span><span class="p">,</span> <span class="n">final_state</span><span class="p">],</span>
+            <span class="p">{</span><span class="n">input_text</span><span class="p">:</span> <span class="n">dyn_input</span><span class="p">,</span> <span class="n">initial_state</span><span class="p">:</span> <span class="n">prev_state</span><span class="p">})</span>
+        
+        <span class="n">pred_word</span> <span class="o">=</span> <span class="n">pick_word</span><span class="p">(</span><span class="n">probabilities</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="n">dyn_seq_length</span><span class="o">-</span><span class="mi">1</span><span class="p">],</span> <span class="n">int_to_vocab</span><span class="p">)</span>
+
+        <span class="n">gen_sentences</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">pred_word</span><span class="p">)</span>
+    
+    <span class="c1"># Remove tokens</span>
+    <span class="n">tv_script</span> <span class="o">=</span> <span class="s1">&#39; &#39;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">gen_sentences</span><span class="p">)</span>
+    <span class="k">for</span> <span class="n">key</span><span class="p">,</span> <span class="n">token</span> <span class="ow">in</span> <span class="n">token_dict</span><span class="o">.</span><span class="n">items</span><span class="p">():</span>
+        <span class="n">ending</span> <span class="o">=</span> <span class="s1">&#39; &#39;</span> <span class="k">if</span> <span class="n">key</span> <span class="ow">in</span> <span class="p">[</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span><span class="p">,</span> <span class="s1">&#39;(&#39;</span><span class="p">,</span> <span class="s1">&#39;&quot;&#39;</span><span class="p">]</span> <span class="k">else</span> <span class="s1">&#39;&#39;</span>
+        <span class="n">tv_script</span> <span class="o">=</span> <span class="n">tv_script</span><span class="o">.</span><span class="n">replace</span><span class="p">(</span><span class="s1">&#39; &#39;</span> <span class="o">+</span> <span class="n">token</span><span class="o">.</span><span class="n">lower</span><span class="p">(),</span> <span class="n">key</span><span class="p">)</span>
+    <span class="n">tv_script</span> <span class="o">=</span> <span class="n">tv_script</span><span class="o">.</span><span class="n">replace</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1"> &#39;</span><span class="p">,</span> <span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span><span class="p">)</span>
+    <span class="n">tv_script</span> <span class="o">=</span> <span class="n">tv_script</span><span class="o">.</span><span class="n">replace</span><span class="p">(</span><span class="s1">&#39;( &#39;</span><span class="p">,</span> <span class="s1">&#39;(&#39;</span><span class="p">)</span>
+        
+    <span class="nb">print</span><span class="p">(</span><span class="n">tv_script</span><span class="p">)</span>
+</pre></div>
+
+</div>
+</div>
+</div>
+
+<div class="output_wrapper">
+<div class="output">
+
+
+<div class="output_area">
+
+<div class="prompt"></div>
+
+
+<div class="output_subarea output_stream output_stdout output_text">
+<pre>INFO:tensorflow:Restoring parameters from ./save
+moe_szyslak: okay it&#39;s over! get &#39;em out of here!
+moe_szyslak:(to bears) all right, andalay! andalay!
+
+
+homer_simpson: sometimes you gotta go where everybody knows your name.
+homer_simpson:(impressed) ooh,&#34; general!&#34;(beat) who&#39;s drederick tatum, anyway? is he another hobo?
+moe_szyslak:(evasive) yeah, that&#39;s give you back, you&#39;re answering to me! and there&#39;s gonna be big changes.
+moe_szyslak: whoa, whoa, whoa, now wait just a minute. one?
+homer_simpson:(terrified noise) the woman i love!
+marge_simpson: i wonder what&#39;s keeping carl?
+homer_simpson: no way.
+homer_simpson: not a thing in the world.
+moe_szyslak: yeah, i wish i could say the same.
+homer_simpson: moe, this was back before snake became a notorious jailbird, when he was an idealistic, law-abiding young archaeologist...
+apu_nahasapeemapetilon: such a voice!
+seymour_skinner: who is that?
+barney_gumble: i had a feeling you&#39;d say that.(stagy) so i
+</pre>
+</div>
+</div>
+
+</div>
+</div>
+
+</div>
+<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
+</div>
+<div class="inner_cell">
+<div class="text_cell_render border-box-sizing rendered_html">
+<h1 id="The-TV-Script-is-Nonsensical">The TV Script is Nonsensical<a class="anchor-link" href="#The-TV-Script-is-Nonsensical">&#182;</a></h1><p>It's ok if the TV script doesn't make any sense.  We trained on less than a megabyte of text.  In order to get good results, you'll have to use a smaller vocabulary or get more data.  Luckily there's more data!  As we mentioned in the beggining of this project, this is a subset of <a href="https://www.kaggle.com/wcukierski/the-simpsons-by-the-data">another dataset</a>.  We didn't have you train on all the data, because that would take too long.  However, you are free to train your neural network on all the data.  After you complete the project, of course.</p>
+<h1 id="Submitting-This-Project">Submitting This Project<a class="anchor-link" href="#Submitting-This-Project">&#182;</a></h1><p>When submitting this project, make sure to run all the cells before saving the notebook. Save the notebook file as "dlnd_tv_script_generation.ipynb" and save it as a HTML file under "File" -&gt; "Download as". Include the "helper.py" and "problem_unittests.py" files in your submission.</p>
+
+</div>
+</div>
+</div>
+    </div>
+  </div>
+</body>
+
+ 
+
+
+</html>

+ 1078 - 0
P3 - Generate TV Scripts/tv_script_generation.ipynb

@@ -0,0 +1,1078 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "# TV Script Generation\n",
+    "In this project, you'll generate your own [Simpsons](https://en.wikipedia.org/wiki/The_Simpsons) TV scripts using RNNs.  You'll be using part of the [Simpsons dataset](https://www.kaggle.com/wcukierski/the-simpsons-by-the-data) of scripts from 27 seasons.  The Neural Network you'll build will generate a new TV script for a scene at [Moe's Tavern](https://simpsonswiki.com/wiki/Moe's_Tavern).\n",
+    "## Get the Data\n",
+    "The data is already provided for you.  You'll be using a subset of the original dataset.  It consists of only the scenes in Moe's Tavern.  This doesn't include other versions of the tavern, like \"Moe's Cavern\", \"Flaming Moe's\", \"Uncle Moe's Family Feed-Bag\", etc.."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL\n",
+    "\"\"\"\n",
+    "import helper\n",
+    "\n",
+    "data_dir = './data/simpsons/moes_tavern_lines.txt'\n",
+    "text = helper.load_data(data_dir)\n",
+    "# Ignore notice, since we don't use it for analysing the data\n",
+    "text = text[81:]"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Explore the Data\n",
+    "Play around with `view_sentence_range` to view different parts of the data."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Dataset Stats\n",
+      "Roughly the number of unique words: 11492\n",
+      "Number of scenes: 262\n",
+      "Average number of sentences in each scene: 15.248091603053435\n",
+      "Number of lines: 4257\n",
+      "Average number of words in each line: 11.50434578341555\n",
+      "\n",
+      "The sentences 0 to 10:\n",
+      "Moe_Szyslak: (INTO PHONE) Moe's Tavern. Where the elite meet to drink.\n",
+      "Bart_Simpson: Eh, yeah, hello, is Mike there? Last name, Rotch.\n",
+      "Moe_Szyslak: (INTO PHONE) Hold on, I'll check. (TO BARFLIES) Mike Rotch. Mike Rotch. Hey, has anybody seen Mike Rotch, lately?\n",
+      "Moe_Szyslak: (INTO PHONE) Listen you little puke. One of these days I'm gonna catch you, and I'm gonna carve my name on your back with an ice pick.\n",
+      "Moe_Szyslak: What's the matter Homer? You're not your normal effervescent self.\n",
+      "Homer_Simpson: I got my problems, Moe. Give me another one.\n",
+      "Moe_Szyslak: Homer, hey, you should not drink to forget your problems.\n",
+      "Barney_Gumble: Yeah, you should only drink to enhance your social skills.\n",
+      "\n",
+      "\n"
+     ]
+    }
+   ],
+   "source": [
+    "view_sentence_range = (0, 10)\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL\n",
+    "\"\"\"\n",
+    "import numpy as np\n",
+    "\n",
+    "print('Dataset Stats')\n",
+    "print('Roughly the number of unique words: {}'.format(len({word: None for word in text.split()})))\n",
+    "scenes = text.split('\\n\\n')\n",
+    "print('Number of scenes: {}'.format(len(scenes)))\n",
+    "sentence_count_scene = [scene.count('\\n') for scene in scenes]\n",
+    "print('Average number of sentences in each scene: {}'.format(np.average(sentence_count_scene)))\n",
+    "\n",
+    "sentences = [sentence for scene in scenes for sentence in scene.split('\\n')]\n",
+    "print('Number of lines: {}'.format(len(sentences)))\n",
+    "word_count_sentence = [len(sentence.split()) for sentence in sentences]\n",
+    "print('Average number of words in each line: {}'.format(np.average(word_count_sentence)))\n",
+    "\n",
+    "print()\n",
+    "print('The sentences {} to {}:'.format(*view_sentence_range))\n",
+    "print('\\n'.join(text.split('\\n')[view_sentence_range[0]:view_sentence_range[1]]))"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Implement Preprocessing Functions\n",
+    "The first thing to do to any dataset is preprocessing.  Implement the following preprocessing functions below:\n",
+    "- Lookup Table\n",
+    "- Tokenize Punctuation\n",
+    "\n",
+    "### Lookup Table\n",
+    "To create a word embedding, you first need to transform the words to ids.  In this function, create two dictionaries:\n",
+    "- Dictionary to go from the words to an id, we'll call `vocab_to_int`\n",
+    "- Dictionary to go from the id to word, we'll call `int_to_vocab`\n",
+    "\n",
+    "Return these dictionaries in the following tuple `(vocab_to_int, int_to_vocab)`"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Tests Passed\n"
+     ]
+    }
+   ],
+   "source": [
+    "import numpy as np\n",
+    "import problem_unittests as tests\n",
+    "from collections import Counter\n",
+    "\n",
+    "def create_lookup_tables(text):\n",
+    "    \"\"\"\n",
+    "    Create lookup tables for vocabulary\n",
+    "    :param text: The text of tv scripts split into words\n",
+    "    :return: A tuple of dicts (vocab_to_int, int_to_vocab)\n",
+    "    \"\"\"\n",
+    "    # TODO: Implement Function\n",
+    "    words_counter = Counter(text)\n",
+    "    unique_words = sorted(words_counter, key=words_counter.get, reverse=True)\n",
+    "    vocab_to_int = {word:i for i,word in enumerate(unique_words)}\n",
+    "    int_vocab = {i:word for i,word in enumerate(unique_words)}\n",
+    "    return vocab_to_int, int_vocab\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "tests.test_create_lookup_tables(create_lookup_tables)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Tokenize Punctuation\n",
+    "We'll be splitting the script into a word array using spaces as delimiters.  However, punctuations like periods and exclamation marks make it hard for the neural network to distinguish between the word \"bye\" and \"bye!\".\n",
+    "\n",
+    "Implement the function `token_lookup` to return a dict that will be used to tokenize symbols like \"!\" into \"||Exclamation_Mark||\".  Create a dictionary for the following symbols where the symbol is the key and value is the token:\n",
+    "- Period ( . )\n",
+    "- Comma ( , )\n",
+    "- Quotation Mark ( \" )\n",
+    "- Semicolon ( ; )\n",
+    "- Exclamation mark ( ! )\n",
+    "- Question mark ( ? )\n",
+    "- Left Parentheses ( ( )\n",
+    "- Right Parentheses ( ) )\n",
+    "- Dash ( -- )\n",
+    "- Return ( \\n )\n",
+    "\n",
+    "This dictionary will be used to token the symbols and add the delimiter (space) around it.  This separates the symbols as it's own word, making it easier for the neural network to predict on the next word. Make sure you don't use a token that could be confused as a word. Instead of using the token \"dash\", try using something like \"||dash||\"."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Tests Passed\n"
+     ]
+    }
+   ],
+   "source": [
+    "def token_lookup():\n",
+    "    \"\"\"\n",
+    "    Generate a dict to turn punctuation into a token.\n",
+    "    :return: Tokenize dictionary where the key is the punctuation and the value is the token\n",
+    "    \"\"\"\n",
+    "    # TODO: Implement Function\n",
+    "    return {'--': '||dash||',\n",
+    "            ',': '||comma||',\n",
+    "            '.': '||period||',\n",
+    "            '(': '||leftp||',\n",
+    "            ')': '||rightp||',\n",
+    "            ';': '||semicolon||',\n",
+    "            '?': '||question||',\n",
+    "            '\\n': '||return||',\n",
+    "            '\"': '||quotation||',\n",
+    "            '!': '||exclamation||'}\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "tests.test_tokenize(token_lookup)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Preprocess all the data and save it\n",
+    "Running the code cell below will preprocess all the data and save it to file."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL\n",
+    "\"\"\"\n",
+    "# Preprocess Training, Validation, and Testing Data\n",
+    "helper.preprocess_and_save_data(data_dir, token_lookup, create_lookup_tables)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "# Check Point\n",
+    "This is your first checkpoint. If you ever decide to come back to this notebook or have to restart the notebook, you can start from here. The preprocessed data has been saved to disk."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 14,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL\n",
+    "\"\"\"\n",
+    "import helper\n",
+    "import numpy as np\n",
+    "import problem_unittests as tests\n",
+    "\n",
+    "int_text, vocab_to_int, int_to_vocab, token_dict = helper.load_preprocess()"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Build the Neural Network\n",
+    "You'll build the components necessary to build a RNN by implementing the following functions below:\n",
+    "- get_inputs\n",
+    "- get_init_cell\n",
+    "- get_embed\n",
+    "- build_rnn\n",
+    "- build_nn\n",
+    "- get_batches\n",
+    "\n",
+    "### Check the Version of TensorFlow and Access to GPU"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 15,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "TensorFlow Version: 1.3.0\n",
+      "Default GPU Device: /gpu:0\n"
+     ]
+    }
+   ],
+   "source": [
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL\n",
+    "\"\"\"\n",
+    "from distutils.version import LooseVersion\n",
+    "import warnings\n",
+    "import tensorflow as tf\n",
+    "\n",
+    "# Check TensorFlow Version\n",
+    "assert LooseVersion(tf.__version__) >= LooseVersion('1.3'), 'Please use TensorFlow version 1.3 or newer'\n",
+    "print('TensorFlow Version: {}'.format(tf.__version__))\n",
+    "\n",
+    "# Check for a GPU\n",
+    "if not tf.test.gpu_device_name():\n",
+    "    warnings.warn('No GPU found. Please use a GPU to train your neural network.')\n",
+    "else:\n",
+    "    print('Default GPU Device: {}'.format(tf.test.gpu_device_name()))"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Input\n",
+    "Implement the `get_inputs()` function to create TF Placeholders for the Neural Network.  It should create the following placeholders:\n",
+    "- Input text placeholder named \"input\" using the [TF Placeholder](https://www.tensorflow.org/api_docs/python/tf/placeholder) `name` parameter.\n",
+    "- Targets placeholder\n",
+    "- Learning Rate placeholder\n",
+    "\n",
+    "Return the placeholders in the following tuple `(Input, Targets, LearningRate)`"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 16,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Tests Passed\n"
+     ]
+    }
+   ],
+   "source": [
+    "def get_inputs():\n",
+    "    \"\"\"\n",
+    "    Create TF Placeholders for input, targets, and learning rate.\n",
+    "    :return: Tuple (input, targets, learning rate)\n",
+    "    \"\"\"\n",
+    "    # TODO: Implement Function\n",
+    "    input = tf.placeholder(tf.int32,[None,None],name=\"input\")\n",
+    "    targets = tf.placeholder(tf.int32,[None,None],name=\"targets\")\n",
+    "    learning_rate = tf.placeholder(tf.float32,name=\"learning_rate\")\n",
+    "    return input, targets, learning_rate\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "tests.test_get_inputs(get_inputs)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Build RNN Cell and Initialize\n",
+    "Stack one or more [`BasicLSTMCells`](https://www.tensorflow.org/api_docs/python/tf/contrib/rnn/BasicLSTMCell) in a [`MultiRNNCell`](https://www.tensorflow.org/api_docs/python/tf/contrib/rnn/MultiRNNCell).\n",
+    "- The Rnn size should be set using `rnn_size`\n",
+    "- Initalize Cell State using the MultiRNNCell's [`zero_state()`](https://www.tensorflow.org/api_docs/python/tf/contrib/rnn/MultiRNNCell#zero_state) function\n",
+    "    - Apply the name \"initial_state\" to the initial state using [`tf.identity()`](https://www.tensorflow.org/api_docs/python/tf/identity)\n",
+    "\n",
+    "Return the cell and initial state in the following tuple `(Cell, InitialState)`"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 17,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Tests Passed\n"
+     ]
+    }
+   ],
+   "source": [
+    "def get_init_cell(batch_size, rnn_size):\n",
+    "    \"\"\"\n",
+    "    Create an RNN Cell and initialize it.\n",
+    "    :param batch_size: Size of batches\n",
+    "    :param rnn_size: Size of RNNs\n",
+    "    :return: Tuple (cell, initialize state)\n",
+    "    \"\"\"\n",
+    "    lstm_layers = 1\n",
+    "    \n",
+    "    def build_cell(rnn_size, keep_prob=None):\n",
+    "        lstm = tf.contrib.rnn.BasicLSTMCell(rnn_size)\n",
+    "        #drop = tf.contrib.rnn.DropoutWrapper(lstm, output_keep_prob=keep_prob)\n",
+    "        return lstm\n",
+    "    \n",
+    "    cell = tf.contrib.rnn.MultiRNNCell([build_cell(rnn_size) for _ in range(lstm_layers)])\n",
+    "    initial_state = cell.zero_state(batch_size, tf.float32)\n",
+    "    initial_state = tf.identity(initial_state,name='initial_state')\n",
+    "    \n",
+    "    return cell, initial_state\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "tests.test_get_init_cell(get_init_cell)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Word Embedding\n",
+    "Apply embedding to `input_data` using TensorFlow.  Return the embedded sequence."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 18,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Tests Passed\n"
+     ]
+    }
+   ],
+   "source": [
+    "def get_embed(input_data, vocab_size, embed_dim):\n",
+    "    \"\"\"\n",
+    "    Create embedding for <input_data>.\n",
+    "    :param input_data: TF placeholder for text input.\n",
+    "    :param vocab_size: Number of words in vocabulary.\n",
+    "    :param embed_dim: Number of embedding dimensions\n",
+    "    :return: Embedded input.\n",
+    "    \"\"\"\n",
+    "    # TODO: Implement Function\n",
+    "    embed = tf.Variable(tf.random_normal((vocab_size,embed_dim),-0.01,0.01))\n",
+    "    return tf.nn.embedding_lookup(embed,input_data)\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "tests.test_get_embed(get_embed)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Build RNN\n",
+    "You created a RNN Cell in the `get_init_cell()` function.  Time to use the cell to create a RNN.\n",
+    "- Build the RNN using the [`tf.nn.dynamic_rnn()`](https://www.tensorflow.org/api_docs/python/tf/nn/dynamic_rnn)\n",
+    " - Apply the name \"final_state\" to the final state using [`tf.identity()`](https://www.tensorflow.org/api_docs/python/tf/identity)\n",
+    "\n",
+    "Return the outputs and final_state state in the following tuple `(Outputs, FinalState)` "
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 19,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Tests Passed\n"
+     ]
+    }
+   ],
+   "source": [
+    "def build_rnn(cell, inputs):\n",
+    "    \"\"\"\n",
+    "    Create a RNN using a RNN Cell\n",
+    "    :param cell: RNN Cell\n",
+    "    :param inputs: Input text data\n",
+    "    :return: Tuple (Outputs, Final State)\n",
+    "    \"\"\"\n",
+    "    # TODO: Implement Function\n",
+    "    outputs, final_state = tf.nn.dynamic_rnn(cell,inputs,dtype=tf.float32)\n",
+    "    final_state = tf.identity(final_state, name='final_state')\n",
+    "    return outputs, final_state\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "tests.test_build_rnn(build_rnn)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Build the Neural Network\n",
+    "Apply the functions you implemented above to:\n",
+    "- Apply embedding to `input_data` using your `get_embed(input_data, vocab_size, embed_dim)` function.\n",
+    "- Build RNN using `cell` and your `build_rnn(cell, inputs)` function.\n",
+    "- Apply a fully connected layer with a linear activation and `vocab_size` as the number of outputs.\n",
+    "\n",
+    "Return the logits and final state in the following tuple (Logits, FinalState) "
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 20,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Tests Passed\n"
+     ]
+    }
+   ],
+   "source": [
+    "def build_nn(cell, rnn_size, input_data, vocab_size, embed_dim):\n",
+    "    \"\"\"\n",
+    "    Build part of the neural network\n",
+    "    :param cell: RNN cell\n",
+    "    :param rnn_size: Size of rnns\n",
+    "    :param input_data: Input data\n",
+    "    :param vocab_size: Vocabulary size\n",
+    "    :param embed_dim: Number of embedding dimensions\n",
+    "    :return: Tuple (Logits, FinalState)\n",
+    "    \"\"\"\n",
+    "    # TODO: Implement Function\n",
+    "    embed = get_embed(input_data, vocab_size, embed_dim)\n",
+    "    outputs, final_state = build_rnn(cell, embed)\n",
+    "    logits = tf.contrib.layers.fully_connected(outputs, vocab_size, activation_fn=None)\n",
+    "    return logits, final_state\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "tests.test_build_nn(build_nn)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Batches\n",
+    "Implement `get_batches` to create batches of input and targets using `int_text`.  The batches should be a Numpy array with the shape `(number of batches, 2, batch size, sequence length)`. Each batch contains two elements:\n",
+    "- The first element is a single batch of **input** with the shape `[batch size, sequence length]`\n",
+    "- The second element is a single batch of **targets** with the shape `[batch size, sequence length]`\n",
+    "\n",
+    "If you can't fill the last batch with enough data, drop the last batch.\n",
+    "\n",
+    "For example, `get_batches([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], 3, 2)` would return a Numpy array of the following:\n",
+    "```\n",
+    "[\n",
+    "  # First Batch\n",
+    "  [\n",
+    "    # Batch of Input\n",
+    "    [[ 1  2], [ 7  8], [13 14]]\n",
+    "    # Batch of targets\n",
+    "    [[ 2  3], [ 8  9], [14 15]]\n",
+    "  ]\n",
+    "\n",
+    "  # Second Batch\n",
+    "  [\n",
+    "    # Batch of Input\n",
+    "    [[ 3  4], [ 9 10], [15 16]]\n",
+    "    # Batch of targets\n",
+    "    [[ 4  5], [10 11], [16 17]]\n",
+    "  ]\n",
+    "\n",
+    "  # Third Batch\n",
+    "  [\n",
+    "    # Batch of Input\n",
+    "    [[ 5  6], [11 12], [17 18]]\n",
+    "    # Batch of targets\n",
+    "    [[ 6  7], [12 13], [18  1]]\n",
+    "  ]\n",
+    "]\n",
+    "```\n",
+    "\n",
+    "Notice that the last target value in the last batch is the first input value of the first batch. In this case, `1`. This is a common technique used when creating sequence batches, although it is rather unintuitive."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 21,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Tests Passed\n"
+     ]
+    }
+   ],
+   "source": [
+    "def get_batches(int_text, batch_size, seq_length):\n",
+    "    \"\"\"\n",
+    "    Return batches of input and target\n",
+    "    :param int_text: Text with the words replaced by their ids\n",
+    "    :param batch_size: The size of batch\n",
+    "    :param seq_length: The length of sequence\n",
+    "    :return: Batches as a Numpy array\n",
+    "    \"\"\"\n",
+    "    num_batches = len(int_text) // (batch_size * seq_length)\n",
+    "    int_text[num_batches*batch_size*seq_length] = int_text[0]\n",
+    "    #print(int_text)\n",
+    "    batches = np.zeros([num_batches, 2, batch_size, seq_length], dtype=np.int32)\n",
+    "    for idx in range(0, len(int_text), seq_length):\n",
+    "        batch_no = (idx // seq_length) % num_batches\n",
+    "        batch_idx = idx // (seq_length * num_batches)\n",
+    "        if (batch_idx == batch_size):\n",
+    "            break\n",
+    "        batches[batch_no, 0, batch_idx, ] = int_text[idx:idx + seq_length]\n",
+    "        batches[batch_no, 1, batch_idx, ] = int_text[idx + 1:idx + seq_length + 1]\n",
+    "    return batches\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "tests.test_get_batches(get_batches)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Neural Network Training\n",
+    "### Hyperparameters\n",
+    "Tune the following parameters:\n",
+    "\n",
+    "- Set `num_epochs` to the number of epochs.\n",
+    "- Set `batch_size` to the batch size.\n",
+    "- Set `rnn_size` to the size of the RNNs.\n",
+    "- Set `embed_dim` to the size of the embedding.\n",
+    "- Set `seq_length` to the length of sequence.\n",
+    "- Set `learning_rate` to the learning rate.\n",
+    "- Set `show_every_n_batches` to the number of batches the neural network should print progress."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 22,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# Number of Epochs\n",
+    "num_epochs = 125\n",
+    "# Batch Size\n",
+    "batch_size = 200\n",
+    "# RNN Size\n",
+    "rnn_size = 512\n",
+    "# Embedding Dimension Size\n",
+    "embed_dim = 300\n",
+    "# Sequence Length\n",
+    "seq_length = 40\n",
+    "# Learning Rate\n",
+    "learning_rate = 0.01\n",
+    "# Show stats for every n number of batches\n",
+    "show_every_n_batches = 16\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "save_dir = './save'"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Build the Graph\n",
+    "Build the graph using the neural network you implemented."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 23,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL\n",
+    "\"\"\"\n",
+    "from tensorflow.contrib import seq2seq\n",
+    "\n",
+    "train_graph = tf.Graph()\n",
+    "with train_graph.as_default():\n",
+    "    vocab_size = len(int_to_vocab)\n",
+    "    input_text, targets, lr = get_inputs()\n",
+    "    input_data_shape = tf.shape(input_text)\n",
+    "    cell, initial_state = get_init_cell(input_data_shape[0], rnn_size)\n",
+    "    logits, final_state = build_nn(cell, rnn_size, input_text, vocab_size, embed_dim)\n",
+    "\n",
+    "    # Probabilities for generating words\n",
+    "    probs = tf.nn.softmax(logits, name='probs')\n",
+    "\n",
+    "    # Loss function\n",
+    "    cost = seq2seq.sequence_loss(\n",
+    "        logits,\n",
+    "        targets,\n",
+    "        tf.ones([input_data_shape[0], input_data_shape[1]]))\n",
+    "\n",
+    "    # Optimizer\n",
+    "    optimizer = tf.train.AdamOptimizer(lr)\n",
+    "\n",
+    "    # Gradient Clipping\n",
+    "    gradients = optimizer.compute_gradients(cost)\n",
+    "    capped_gradients = [(tf.clip_by_value(grad, -1., 1.), var) for grad, var in gradients if grad is not None]\n",
+    "    train_op = optimizer.apply_gradients(capped_gradients)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Train\n",
+    "Train the neural network on the preprocessed data.  If you have a hard time getting a good loss, check the [forums](https://discussions.udacity.com/) to see if anyone is having the same problem."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 24,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Epoch   0 Batch    0/8   train_loss = 8.822\n",
+      "Epoch   2 Batch    0/8   train_loss = 5.754\n",
+      "Epoch   4 Batch    0/8   train_loss = 5.223\n",
+      "Epoch   6 Batch    0/8   train_loss = 4.692\n",
+      "Epoch   8 Batch    0/8   train_loss = 4.277\n",
+      "Epoch  10 Batch    0/8   train_loss = 3.942\n",
+      "Epoch  12 Batch    0/8   train_loss = 3.584\n",
+      "Epoch  14 Batch    0/8   train_loss = 3.260\n",
+      "Epoch  16 Batch    0/8   train_loss = 3.009\n",
+      "Epoch  18 Batch    0/8   train_loss = 2.820\n",
+      "Epoch  20 Batch    0/8   train_loss = 2.555\n",
+      "Epoch  22 Batch    0/8   train_loss = 2.254\n",
+      "Epoch  24 Batch    0/8   train_loss = 2.042\n",
+      "Epoch  26 Batch    0/8   train_loss = 1.880\n",
+      "Epoch  28 Batch    0/8   train_loss = 1.722\n",
+      "Epoch  30 Batch    0/8   train_loss = 1.594\n",
+      "Epoch  32 Batch    0/8   train_loss = 1.465\n",
+      "Epoch  34 Batch    0/8   train_loss = 1.417\n",
+      "Epoch  36 Batch    0/8   train_loss = 1.257\n",
+      "Epoch  38 Batch    0/8   train_loss = 1.098\n",
+      "Epoch  40 Batch    0/8   train_loss = 0.966\n",
+      "Epoch  42 Batch    0/8   train_loss = 0.877\n",
+      "Epoch  44 Batch    0/8   train_loss = 0.869\n",
+      "Epoch  46 Batch    0/8   train_loss = 0.814\n",
+      "Epoch  48 Batch    0/8   train_loss = 0.883\n",
+      "Epoch  50 Batch    0/8   train_loss = 0.687\n",
+      "Epoch  52 Batch    0/8   train_loss = 0.568\n",
+      "Epoch  54 Batch    0/8   train_loss = 0.476\n",
+      "Epoch  56 Batch    0/8   train_loss = 0.433\n",
+      "Epoch  58 Batch    0/8   train_loss = 0.379\n",
+      "Epoch  60 Batch    0/8   train_loss = 0.363\n",
+      "Epoch  62 Batch    0/8   train_loss = 0.318\n",
+      "Epoch  64 Batch    0/8   train_loss = 0.269\n",
+      "Epoch  66 Batch    0/8   train_loss = 0.245\n",
+      "Epoch  68 Batch    0/8   train_loss = 0.222\n",
+      "Epoch  70 Batch    0/8   train_loss = 0.204\n",
+      "Epoch  72 Batch    0/8   train_loss = 0.177\n",
+      "Epoch  74 Batch    0/8   train_loss = 0.160\n",
+      "Epoch  76 Batch    0/8   train_loss = 0.143\n",
+      "Epoch  78 Batch    0/8   train_loss = 0.130\n",
+      "Epoch  80 Batch    0/8   train_loss = 0.120\n",
+      "Epoch  82 Batch    0/8   train_loss = 0.113\n",
+      "Epoch  84 Batch    0/8   train_loss = 0.107\n",
+      "Epoch  86 Batch    0/8   train_loss = 0.101\n",
+      "Epoch  88 Batch    0/8   train_loss = 0.096\n",
+      "Epoch  90 Batch    0/8   train_loss = 0.091\n",
+      "Epoch  92 Batch    0/8   train_loss = 0.086\n",
+      "Epoch  94 Batch    0/8   train_loss = 0.083\n",
+      "Epoch  96 Batch    0/8   train_loss = 0.080\n",
+      "Epoch  98 Batch    0/8   train_loss = 0.078\n",
+      "Epoch 100 Batch    0/8   train_loss = 0.076\n",
+      "Epoch 102 Batch    0/8   train_loss = 0.074\n",
+      "Epoch 104 Batch    0/8   train_loss = 0.072\n",
+      "Epoch 106 Batch    0/8   train_loss = 0.071\n",
+      "Epoch 108 Batch    0/8   train_loss = 0.070\n",
+      "Epoch 110 Batch    0/8   train_loss = 0.068\n",
+      "Epoch 112 Batch    0/8   train_loss = 0.068\n",
+      "Epoch 114 Batch    0/8   train_loss = 0.067\n",
+      "Epoch 116 Batch    0/8   train_loss = 0.066\n",
+      "Epoch 118 Batch    0/8   train_loss = 0.065\n",
+      "Epoch 120 Batch    0/8   train_loss = 0.065\n",
+      "Epoch 122 Batch    0/8   train_loss = 0.064\n",
+      "Epoch 124 Batch    0/8   train_loss = 0.064\n",
+      "Model Trained and Saved\n"
+     ]
+    }
+   ],
+   "source": [
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL\n",
+    "\"\"\"\n",
+    "batches = get_batches(int_text, batch_size, seq_length)\n",
+    "\n",
+    "with tf.Session(graph=train_graph) as sess:\n",
+    "    sess.run(tf.global_variables_initializer())\n",
+    "\n",
+    "    for epoch_i in range(num_epochs):\n",
+    "        state = sess.run(initial_state, {input_text: batches[0][0]})\n",
+    "\n",
+    "        for batch_i, (x, y) in enumerate(batches):\n",
+    "            feed = {\n",
+    "                input_text: x,\n",
+    "                targets: y,\n",
+    "                initial_state: state,\n",
+    "                lr: learning_rate}\n",
+    "            train_loss, state, _ = sess.run([cost, final_state, train_op], feed)\n",
+    "\n",
+    "            # Show every <show_every_n_batches> batches\n",
+    "            if (epoch_i * len(batches) + batch_i) % show_every_n_batches == 0:\n",
+    "                print('Epoch {:>3} Batch {:>4}/{}   train_loss = {:.3f}'.format(\n",
+    "                    epoch_i,\n",
+    "                    batch_i,\n",
+    "                    len(batches),\n",
+    "                    train_loss))\n",
+    "\n",
+    "    # Save Model\n",
+    "    saver = tf.train.Saver()\n",
+    "    saver.save(sess, save_dir)\n",
+    "    print('Model Trained and Saved')"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Save Parameters\n",
+    "Save `seq_length` and `save_dir` for generating a new TV script."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 25,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL\n",
+    "\"\"\"\n",
+    "# Save parameters for checkpoint\n",
+    "helper.save_params((seq_length, save_dir))"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "# Checkpoint"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 26,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL\n",
+    "\"\"\"\n",
+    "import tensorflow as tf\n",
+    "import numpy as np\n",
+    "import helper\n",
+    "import problem_unittests as tests\n",
+    "\n",
+    "_, vocab_to_int, int_to_vocab, token_dict = helper.load_preprocess()\n",
+    "seq_length, load_dir = helper.load_params()"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Implement Generate Functions\n",
+    "### Get Tensors\n",
+    "Get tensors from `loaded_graph` using the function [`get_tensor_by_name()`](https://www.tensorflow.org/api_docs/python/tf/Graph#get_tensor_by_name).  Get the tensors using the following names:\n",
+    "- \"input:0\"\n",
+    "- \"initial_state:0\"\n",
+    "- \"final_state:0\"\n",
+    "- \"probs:0\"\n",
+    "\n",
+    "Return the tensors in the following tuple `(InputTensor, InitialStateTensor, FinalStateTensor, ProbsTensor)` "
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 27,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Tests Passed\n"
+     ]
+    }
+   ],
+   "source": [
+    "def get_tensors(loaded_graph):\n",
+    "    \"\"\"\n",
+    "    Get input, initial state, final state, and probabilities tensor from <loaded_graph>\n",
+    "    :param loaded_graph: TensorFlow graph loaded from file\n",
+    "    :return: Tuple (InputTensor, InitialStateTensor, FinalStateTensor, ProbsTensor)\n",
+    "    \"\"\"\n",
+    "    # TODO: Implement Function\n",
+    "    return (loaded_graph.get_tensor_by_name(\"input:0\"), \n",
+    "            loaded_graph.get_tensor_by_name(\"initial_state:0\"),\n",
+    "            loaded_graph.get_tensor_by_name(\"final_state:0\"), \n",
+    "            loaded_graph.get_tensor_by_name(\"probs:0\"))\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "tests.test_get_tensors(get_tensors)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Choose Word\n",
+    "Implement the `pick_word()` function to select the next word using `probabilities`."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 28,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Tests Passed\n"
+     ]
+    }
+   ],
+   "source": [
+    "def pick_word(probabilities, int_to_vocab):\n",
+    "    \"\"\"\n",
+    "    Pick the next word in the generated text\n",
+    "    :param probabilities: Probabilites of the next word\n",
+    "    :param int_to_vocab: Dictionary of word ids as the keys and words as the values\n",
+    "    :return: String of the predicted word\n",
+    "    \"\"\"\n",
+    "    # TODO: Implement Function\n",
+    "    p = np.squeeze(probabilities)\n",
+    "    top_n = min(5,p.shape[0])\n",
+    "    p[np.argsort(p)[:-top_n]] = 0\n",
+    "    p = p / np.sum(p)\n",
+    "    index = np.random.choice(p.shape[0], 1, p=p)[0]\n",
+    "    return int_to_vocab[index]\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "tests.test_pick_word(pick_word)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Generate TV Script\n",
+    "This will generate the TV script for you.  Set `gen_length` to the length of TV script you want to generate."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 29,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "INFO:tensorflow:Restoring parameters from ./save\n",
+      "moe_szyslak: okay it's over! get 'em out of here!\n",
+      "moe_szyslak:(to bears) all right, andalay! andalay!\n",
+      "\n",
+      "\n",
+      "homer_simpson: sometimes you gotta go where everybody knows your name.\n",
+      "homer_simpson:(impressed) ooh,\" general!\"(beat) who's drederick tatum, anyway? is he another hobo?\n",
+      "moe_szyslak:(evasive) yeah, that's give you back, you're answering to me! and there's gonna be big changes.\n",
+      "moe_szyslak: whoa, whoa, whoa, now wait just a minute. one?\n",
+      "homer_simpson:(terrified noise) the woman i love!\n",
+      "marge_simpson: i wonder what's keeping carl?\n",
+      "homer_simpson: no way.\n",
+      "homer_simpson: not a thing in the world.\n",
+      "moe_szyslak: yeah, i wish i could say the same.\n",
+      "homer_simpson: moe, this was back before snake became a notorious jailbird, when he was an idealistic, law-abiding young archaeologist...\n",
+      "apu_nahasapeemapetilon: such a voice!\n",
+      "seymour_skinner: who is that?\n",
+      "barney_gumble: i had a feeling you'd say that.(stagy) so i\n"
+     ]
+    }
+   ],
+   "source": [
+    "gen_length = 200\n",
+    "# homer_simpson, moe_szyslak, or Barney_Gumble\n",
+    "prime_word = 'moe_szyslak'\n",
+    "\n",
+    "\"\"\"\n",
+    "DON'T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE\n",
+    "\"\"\"\n",
+    "loaded_graph = tf.Graph()\n",
+    "with tf.Session(graph=loaded_graph) as sess:\n",
+    "    # Load saved model\n",
+    "    loader = tf.train.import_meta_graph(load_dir + '.meta')\n",
+    "    loader.restore(sess, load_dir)\n",
+    "\n",
+    "    # Get Tensors from loaded model\n",
+    "    input_text, initial_state, final_state, probs = get_tensors(loaded_graph)\n",
+    "\n",
+    "    # Sentences generation setup\n",
+    "    gen_sentences = [prime_word + ':']\n",
+    "    prev_state = sess.run(initial_state, {input_text: np.array([[1]])})\n",
+    "\n",
+    "    # Generate sentences\n",
+    "    for n in range(gen_length):\n",
+    "        # Dynamic Input\n",
+    "        dyn_input = [[vocab_to_int[word] for word in gen_sentences[-seq_length:]]]\n",
+    "        dyn_seq_length = len(dyn_input[0])\n",
+    "\n",
+    "        # Get Prediction\n",
+    "        probabilities, prev_state = sess.run(\n",
+    "            [probs, final_state],\n",
+    "            {input_text: dyn_input, initial_state: prev_state})\n",
+    "        \n",
+    "        pred_word = pick_word(probabilities[0][dyn_seq_length-1], int_to_vocab)\n",
+    "\n",
+    "        gen_sentences.append(pred_word)\n",
+    "    \n",
+    "    # Remove tokens\n",
+    "    tv_script = ' '.join(gen_sentences)\n",
+    "    for key, token in token_dict.items():\n",
+    "        ending = ' ' if key in ['\\n', '(', '\"'] else ''\n",
+    "        tv_script = tv_script.replace(' ' + token.lower(), key)\n",
+    "    tv_script = tv_script.replace('\\n ', '\\n')\n",
+    "    tv_script = tv_script.replace('( ', '(')\n",
+    "        \n",
+    "    print(tv_script)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "# The TV Script is Nonsensical\n",
+    "It's ok if the TV script doesn't make any sense.  We trained on less than a megabyte of text.  In order to get good results, you'll have to use a smaller vocabulary or get more data.  Luckily there's more data!  As we mentioned in the beggining of this project, this is a subset of [another dataset](https://www.kaggle.com/wcukierski/the-simpsons-by-the-data).  We didn't have you train on all the data, because that would take too long.  However, you are free to train your neural network on all the data.  After you complete the project, of course.\n",
+    "# Submitting This Project\n",
+    "When submitting this project, make sure to run all the cells before saving the notebook. Save the notebook file as \"dlnd_tv_script_generation.ipynb\" and save it as a HTML file under \"File\" -> \"Download as\". Include the \"helper.py\" and \"problem_unittests.py\" files in your submission."
+   ]
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.6.3"
+  },
+  "widgets": {
+   "state": {},
+   "version": "1.1.2"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 1
+}

+ 20 - 0
P4 - Generate Faces/README.md

@@ -0,0 +1,20 @@
+# P4: Generate Faces
+
+> A Generative Adversarial Network is trained to generate realistic human faces from celebrity images.
+
+## About
+In this project, a Generative Adversarial Network is first used to generate new characters using the MNIST dataset. Then, on photographs of celebrities, a fresh network is trained to generate new faces.
+
+![Output](output.png)
+
+## Files
+- `face_generation.ipynb` – Project notebook.
+
+- `face_generation.html` – HTML Export of the project notebook.
+
+- `helper.py` – Helper functions.
+
+- `problem_unittests.py` – Unit tests.
+
+## License
+[Modified MIT License © Pranav Suri](/License.txt)

File diff suppressed because it is too large
+ 11854 - 0
P4 - Generate Faces/face_generation.html


File diff suppressed because it is too large
+ 73 - 0
P4 - Generate Faces/face_generation.ipynb


+ 239 - 0
P4 - Generate Faces/helper.py

@@ -0,0 +1,239 @@
+import math
+import os
+import hashlib
+from urllib.request import urlretrieve
+import zipfile
+import gzip
+import shutil
+
+import numpy as np
+from PIL import Image
+from tqdm import tqdm
+
+
+def _read32(bytestream):
+    """
+    Read 32-bit integer from bytesteam
+    :param bytestream: A bytestream
+    :return: 32-bit integer
+    """
+    dt = np.dtype(np.uint32).newbyteorder('>')
+    return np.frombuffer(bytestream.read(4), dtype=dt)[0]
+
+
+def _unzip(save_path, _, database_name, data_path):
+    """
+    Unzip wrapper with the same interface as _ungzip
+    :param save_path: The path of the gzip files
+    :param database_name: Name of database
+    :param data_path: Path to extract to
+    :param _: HACK - Used to have to same interface as _ungzip
+    """
+    print('Extracting {}...'.format(database_name))
+    with zipfile.ZipFile(save_path) as zf:
+        zf.extractall(data_path)
+
+
+def _ungzip(save_path, extract_path, database_name, _):
+    """
+    Unzip a gzip file and extract it to extract_path
+    :param save_path: The path of the gzip files
+    :param extract_path: The location to extract the data to
+    :param database_name: Name of database
+    :param _: HACK - Used to have to same interface as _unzip
+    """
+    # Get data from save_path
+    with open(save_path, 'rb') as f:
+        with gzip.GzipFile(fileobj=f) as bytestream:
+            magic = _read32(bytestream)
+            if magic != 2051:
+                raise ValueError('Invalid magic number {} in file: {}'.format(magic, f.name))
+            num_images = _read32(bytestream)
+            rows = _read32(bytestream)
+            cols = _read32(bytestream)
+            buf = bytestream.read(rows * cols * num_images)
+            data = np.frombuffer(buf, dtype=np.uint8)
+            data = data.reshape(num_images, rows, cols)
+
+    # Save data to extract_path
+    for image_i, image in enumerate(
+            tqdm(data, unit='File', unit_scale=True, miniters=1, desc='Extracting {}'.format(database_name))):
+        Image.fromarray(image, 'L').save(os.path.join(extract_path, 'image_{}.jpg'.format(image_i)))
+
+
+def get_image(image_path, width, height, mode):
+    """
+    Read image from image_path
+    :param image_path: Path of image
+    :param width: Width of image
+    :param height: Height of image
+    :param mode: Mode of image
+    :return: Image data
+    """
+    image = Image.open(image_path)
+
+    if image.size != (width, height):  # HACK - Check if image is from the CELEBA dataset
+        # Remove most pixels that aren't part of a face
+        face_width = face_height = 108
+        j = (image.size[0] - face_width) // 2
+        i = (image.size[1] - face_height) // 2
+        image = image.crop([j, i, j + face_width, i + face_height])
+        image = image.resize([width, height], Image.BILINEAR)
+
+    return np.array(image.convert(mode))
+
+
+def get_batch(image_files, width, height, mode):
+    data_batch = np.array(
+        [get_image(sample_file, width, height, mode) for sample_file in image_files]).astype(np.float32)
+
+    # Make sure the images are in 4 dimensions
+    if len(data_batch.shape) < 4:
+        data_batch = data_batch.reshape(data_batch.shape + (1,))
+
+    return data_batch
+
+
+def images_square_grid(images, mode):
+    """
+    Save images as a square grid
+    :param images: Images to be used for the grid
+    :param mode: The mode to use for images
+    :return: Image of images in a square grid
+    """
+    # Get maximum size for square grid of images
+    save_size = math.floor(np.sqrt(images.shape[0]))
+
+    # Scale to 0-255
+    images = (((images - images.min()) * 255) / (images.max() - images.min())).astype(np.uint8)
+
+    # Put images in a square arrangement
+    images_in_square = np.reshape(
+            images[:save_size*save_size],
+            (save_size, save_size, images.shape[1], images.shape[2], images.shape[3]))
+    if mode == 'L':
+        images_in_square = np.squeeze(images_in_square, 4)
+
+    # Combine images to grid image
+    new_im = Image.new(mode, (images.shape[1] * save_size, images.shape[2] * save_size))
+    for col_i, col_images in enumerate(images_in_square):
+        for image_i, image in enumerate(col_images):
+            im = Image.fromarray(image, mode)
+            new_im.paste(im, (col_i * images.shape[1], image_i * images.shape[2]))
+
+    return new_im
+
+
+def download_extract(database_name, data_path):
+    """
+    Download and extract database
+    :param database_name: Database name
+    """
+    DATASET_CELEBA_NAME = 'celeba'
+    DATASET_MNIST_NAME = 'mnist'
+
+    if database_name == DATASET_CELEBA_NAME:
+        url = 'https://s3-us-west-1.amazonaws.com/udacity-dlnfd/datasets/celeba.zip'
+        hash_code = '00d2c5bc6d35e252742224ab0c1e8fcb'
+        extract_path = os.path.join(data_path, 'img_align_celeba')
+        save_path = os.path.join(data_path, 'celeba.zip')
+        extract_fn = _unzip
+    elif database_name == DATASET_MNIST_NAME:
+        url = 'http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz'
+        hash_code = 'f68b3c2dcbeaaa9fbdd348bbdeb94873'
+        extract_path = os.path.join(data_path, 'mnist')
+        save_path = os.path.join(data_path, 'train-images-idx3-ubyte.gz')
+        extract_fn = _ungzip
+
+    if os.path.exists(extract_path):
+        print('Found {} Data'.format(database_name))
+        return
+
+    if not os.path.exists(data_path):
+        os.makedirs(data_path)
+
+    if not os.path.exists(save_path):
+        with DLProgress(unit='B', unit_scale=True, miniters=1, desc='Downloading {}'.format(database_name)) as pbar:
+            urlretrieve(
+                url,
+                save_path,
+                pbar.hook)
+
+    assert hashlib.md5(open(save_path, 'rb').read()).hexdigest() == hash_code, \
+        '{} file is corrupted.  Remove the file and try again.'.format(save_path)
+
+    os.makedirs(extract_path)
+    try:
+        extract_fn(save_path, extract_path, database_name, data_path)
+    except Exception as err:
+        shutil.rmtree(extract_path)  # Remove extraction folder if there is an error
+        raise err
+
+    # Remove compressed data
+    os.remove(save_path)
+
+
+class Dataset(object):
+    """
+    Dataset
+    """
+    def __init__(self, dataset_name, data_files):
+        """
+        Initalize the class
+        :param dataset_name: Database name
+        :param data_files: List of files in the database
+        """
+        DATASET_CELEBA_NAME = 'celeba'
+        DATASET_MNIST_NAME = 'mnist'
+        IMAGE_WIDTH = 28
+        IMAGE_HEIGHT = 28
+
+        if dataset_name == DATASET_CELEBA_NAME:
+            self.image_mode = 'RGB'
+            image_channels = 3
+
+        elif dataset_name == DATASET_MNIST_NAME:
+            self.image_mode = 'L'
+            image_channels = 1
+
+        self.data_files = data_files
+        self.shape = len(data_files), IMAGE_WIDTH, IMAGE_HEIGHT, image_channels
+
+    def get_batches(self, batch_size):
+        """
+        Generate batches
+        :param batch_size: Batch Size
+        :return: Batches of data
+        """
+        IMAGE_MAX_VALUE = 255
+
+        current_index = 0
+        while current_index + batch_size <= self.shape[0]:
+            data_batch = get_batch(
+                self.data_files[current_index:current_index + batch_size],
+                *self.shape[1:3],
+                self.image_mode)
+
+            current_index += batch_size
+
+            yield data_batch / IMAGE_MAX_VALUE - 0.5
+
+
+class DLProgress(tqdm):
+    """
+    Handle Progress Bar while Downloading
+    """
+    last_block = 0
+
+    def hook(self, block_num=1, block_size=1, total_size=None):
+        """
+        A hook function that will be called once on establishment of the network connection and
+        once after each block read thereafter.
+        :param block_num: A count of blocks transferred so far
+        :param block_size: Block size in bytes
+        :param total_size: The total size of the file. This may be -1 on older FTP servers which do not return
+                            a file size in response to a retrieval request.
+        """
+        self.total = total_size
+        self.update((block_num - self.last_block) * block_size)
+        self.last_block = block_num

BIN
P4 - Generate Faces/output.png


+ 151 - 0
P4 - Generate Faces/problem_unittests.py

@@ -0,0 +1,151 @@
+from copy import deepcopy
+from unittest import mock
+import tensorflow as tf
+
+
+def test_safe(func):
+    """
+    Isolate tests
+    """
+    def func_wrapper(*args):
+        with tf.Graph().as_default():
+            result = func(*args)
+        print('Tests Passed')
+        return result
+
+    return func_wrapper
+
+
+def _assert_tensor_shape(tensor, shape, display_name):
+    assert tf.assert_rank(tensor, len(shape), message='{} has wrong rank'.format(display_name))
+
+    tensor_shape = tensor.get_shape().as_list() if len(shape) else []
+
+    wrong_dimension = [ten_dim for ten_dim, cor_dim in zip(tensor_shape, shape)
+                       if cor_dim is not None and ten_dim != cor_dim]
+    assert not wrong_dimension, \
+        '{} has wrong shape.  Found {}'.format(display_name, tensor_shape)
+
+
+def _check_input(tensor, shape, display_name, tf_name=None):
+    assert tensor.op.type == 'Placeholder', \
+        '{} is not a Placeholder.'.format(display_name)
+
+    _assert_tensor_shape(tensor, shape, 'Real Input')
+
+    if tf_name:
+        assert tensor.name == tf_name, \
+            '{} has bad name.  Found name {}'.format(display_name, tensor.name)
+
+
+class TmpMock():
+    """
+    Mock a attribute.  Restore attribute when exiting scope.
+    """
+    def __init__(self, module, attrib_name):
+        self.original_attrib = deepcopy(getattr(module, attrib_name))
+        setattr(module, attrib_name, mock.MagicMock())
+        self.module = module
+        self.attrib_name = attrib_name
+
+    def __enter__(self):
+        return getattr(self.module, self.attrib_name)
+
+    def __exit__(self, type, value, traceback):
+        setattr(self.module, self.attrib_name, self.original_attrib)
+
+
+@test_safe
+def test_model_inputs(model_inputs):
+    image_width = 28
+    image_height = 28
+    image_channels = 3
+    z_dim = 100
+    input_real, input_z, learn_rate = model_inputs(image_width, image_height, image_channels, z_dim)
+
+    _check_input(input_real, [None, image_width, image_height, image_channels], 'Real Input')
+    _check_input(input_z, [None, z_dim], 'Z Input')
+    _check_input(learn_rate, [], 'Learning Rate')
+
+
+@test_safe
+def test_discriminator(discriminator, tf_module):
+    with TmpMock(tf_module, 'variable_scope') as mock_variable_scope:
+        image = tf.placeholder(tf.float32, [None, 28, 28, 3])
+
+        output, logits = discriminator(image)
+        _assert_tensor_shape(output, [None, 1], 'Discriminator Training(reuse=false) output')
+        _assert_tensor_shape(logits, [None, 1], 'Discriminator Training(reuse=false) Logits')
+        assert mock_variable_scope.called,\
+            'tf.variable_scope not called in Discriminator Training(reuse=false)'
+        assert mock_variable_scope.call_args == mock.call('discriminator', reuse=False), \
+            'tf.variable_scope called with wrong arguments in Discriminator Training(reuse=false)'
+
+        mock_variable_scope.reset_mock()
+
+        output_reuse, logits_reuse = discriminator(image, True)
+        _assert_tensor_shape(output_reuse, [None, 1], 'Discriminator Inference(reuse=True) output')
+        _assert_tensor_shape(logits_reuse, [None, 1], 'Discriminator Inference(reuse=True) Logits')
+        assert mock_variable_scope.called, \
+            'tf.variable_scope not called in Discriminator Inference(reuse=True)'
+        assert mock_variable_scope.call_args == mock.call('discriminator', reuse=True), \
+            'tf.variable_scope called with wrong arguments in Discriminator Inference(reuse=True)'
+
+
+@test_safe
+def test_generator(generator, tf_module):
+    with TmpMock(tf_module, 'variable_scope') as mock_variable_scope:
+        z = tf.placeholder(tf.float32, [None, 100])
+        out_channel_dim = 5
+
+        output = generator(z, out_channel_dim)
+        _assert_tensor_shape(output, [None, 28, 28, out_channel_dim], 'Generator output (is_train=True)')
+        assert mock_variable_scope.called, \
+            'tf.variable_scope not called in Generator Training(reuse=false)'
+        assert mock_variable_scope.call_args == mock.call('generator', reuse=False), \
+            'tf.variable_scope called with wrong arguments in Generator Training(reuse=false)'
+
+        mock_variable_scope.reset_mock()
+        output = generator(z, out_channel_dim, False)
+        _assert_tensor_shape(output, [None, 28, 28, out_channel_dim], 'Generator output (is_train=False)')
+        assert mock_variable_scope.called, \
+            'tf.variable_scope not called in Generator Inference(reuse=True)'
+        assert mock_variable_scope.call_args == mock.call('generator', reuse=True), \
+            'tf.variable_scope called with wrong arguments in Generator Inference(reuse=True)'
+
+
+@test_safe
+def test_model_loss(model_loss):
+    out_channel_dim = 4
+    input_real = tf.placeholder(tf.float32, [None, 28, 28, out_channel_dim])
+    input_z = tf.placeholder(tf.float32, [None, 100])
+
+    d_loss, g_loss = model_loss(input_real, input_z, out_channel_dim)
+
+    _assert_tensor_shape(d_loss, [], 'Discriminator Loss')
+    _assert_tensor_shape(g_loss, [], 'Generator Loss')
+
+
+@test_safe
+def test_model_opt(model_opt, tf_module):
+    with TmpMock(tf_module, 'trainable_variables') as mock_trainable_variables:
+        with tf.variable_scope('discriminator'):
+            discriminator_logits = tf.Variable(tf.zeros([3, 3]))
+        with tf.variable_scope('generator'):
+            generator_logits = tf.Variable(tf.zeros([3, 3]))
+
+        mock_trainable_variables.return_value = [discriminator_logits, generator_logits]
+        d_loss = tf.reduce_mean(tf.nn.sigmoid_cross_entropy_with_logits(
+            logits=discriminator_logits,
+            labels=[[0.0, 0.0, 1.0], [0.0, 1.0, 0.0], [1.0, 0.0, 0.0]]))
+        g_loss = tf.reduce_mean(tf.nn.sigmoid_cross_entropy_with_logits(
+            logits=generator_logits,
+            labels=[[0.0, 0.0, 1.0], [0.0, 1.0, 0.0], [1.0, 0.0, 0.0]]))
+        learning_rate = 0.001
+        beta1 = 0.9
+
+        d_train_opt, g_train_opt = model_opt(d_loss, g_loss, learning_rate, beta1)
+        assert mock_trainable_variables.called,\
+            'tf.mock_trainable_variables not called'
+
+

+ 22 - 0
README.md

@@ -0,0 +1,22 @@
+# Udacity: Deep Learning Nanodegree
+
+This repository contains the projects completed as a part of Udacity's [Deep Learning Nanodegree](https://www.udacity.com/course/deep-learning-nanodegree--nd101).
+
+![Certificate of Completion](/Certificate.jpg)
+
+## Contents
+
+### [P1: Predicting Bike Share Users]()
+In this project, a neural network is built and trained from scratch to predict the number of bike share users on a given day.
+
+### [P2: Dog Breed Classifier]()
+In this project, a dog breed recognition algorithm is built using Transfer Learning and Convolutional Neural Networks.
+
+### [P3: Generate TV Scripts]()
+This project generates an original TV script using a Recurrent Neural Network by training it on Simpson's scripts.
+
+### [P4: Generate Faces]()
+A Generative Adversarial Network is trained to generate realistic human faces from celebrity images.
+
+## License
+[Modified MIT License © Pranav Suri](/License.txt)

Some files were not shown because too many files changed in this diff