From 3d60c38f6ac980d6413ec6f1ae12cfcfea2c6d08 Mon Sep 17 00:00:00 2001 From: simmdan Date: Tue, 28 Nov 2023 17:20:19 +0000 Subject: [PATCH] Upgrade the samples to 8.29.0 --- Dockerfile | 2 +- api-samples/Detection/Detection.csproj | 2 +- .../Extraction.Json/Extraction.Json.csproj | 2 +- .../Extraction.Text/Extraction.Text.csproj | 2 +- .../Extraction.Web/Extraction.Web.csproj | 2 +- .../Matching.Text/Matching.Text.csproj | 2 +- .../Read.FlatFile/Read.FlatFile.csproj | 2 +- api-samples/Split.Text/Split.Text.csproj | 2 +- .../Transformation.Formula.csproj | 2 +- .../Transformation.Json.csproj | 2 +- .../Transformation.Text.csproj | 2 +- .../MergeConflictsResolution.csproj | 4 +- .../ProseSample.Substrings.Semantics.csproj | 2 +- .../ProseSample.Substrings.csproj | 6 +- .../ProseSample.TextExtraction.csproj | 4 +- .../ProseSample/ProseSample.csproj | 2 +- .../ProseTutorial.Tests.csproj | 4 +- .../ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../part1a/ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../part1c/ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../part1d/ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../part2a/ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../ProseTutorial/ProseTutorial.csproj | 4 +- .../ProseTutorial.Tests.csproj | 4 +- .../part2b/ProseTutorial/ProseTutorial.csproj | 4 +- misc/BenchmarkDriver/BenchmarkDriver.csproj | 4 +- .../all_noise_ops/all_noise_ops copy.txt | 119 - .../Diagrams/all_noise_ops/all_noise_ops.txt | 119 - .../all_test_examples/all_test_examples.txt | 63 - misc/TRL-neurips-2023/README.md | 60 - misc/TRL-neurips-2023/code_/LLMCall.py | 57 - misc/TRL-neurips-2023/code_/compare.py | 178 - misc/TRL-neurips-2023/code_/ecdfPlotting.py | 57 - misc/TRL-neurips-2023/code_/metrics.py | 26 - misc/TRL-neurips-2023/code_/plotting.py | 87 - misc/TRL-neurips-2023/code_/prompts.py | 195 - .../code_/tableTestingMacroScript.py | 703 -- .../code_/tableTestingMicroScript.py | 612 -- misc/TRL-neurips-2023/code_/utils.py | 74 - .../notebooks/MacroTableTesting.ipynb | 173 - .../MacroTestMetricsCalculation.ipynb | 228 - .../notebooks/MacroTestResults_RQ1.ipynb | 231 - .../notebooks/MacroTestResults_RQ2.ipynb | 297 - .../notebooks/MicroTableTesting.ipynb | 169 - .../MicroTestMetricCalculation.ipynb | 192 - .../notebooks/MicroTestResults.ipynb | 413 - misc/TRL-neurips-2023/requirements.txt | 12 - .../resources/BenchmarkDataset/AirQuality.csv | 9358 ----------------- .../BenchmarkDataset/ENB2012_data.csv | 769 -- .../BenchmarkDataset/HousingData.csv | 395 - .../resources/BenchmarkDataset/IRIS.csv | 151 - .../resources/BenchmarkDataset/WineQT.csv | 1144 -- .../resources/BenchmarkDataset/diabetes.csv | 769 -- .../resources/BenchmarkDataset/titanic.csv | 88 - 73 files changed, 78 insertions(+), 16817 deletions(-) delete mode 100644 misc/TRL-neurips-2023/Diagrams/all_noise_ops/all_noise_ops copy.txt delete mode 100644 misc/TRL-neurips-2023/Diagrams/all_noise_ops/all_noise_ops.txt delete mode 100644 misc/TRL-neurips-2023/Diagrams/all_test_examples/all_test_examples.txt delete mode 100644 misc/TRL-neurips-2023/README.md delete mode 100644 misc/TRL-neurips-2023/code_/LLMCall.py delete mode 100644 misc/TRL-neurips-2023/code_/compare.py delete mode 100644 misc/TRL-neurips-2023/code_/ecdfPlotting.py delete mode 100644 misc/TRL-neurips-2023/code_/metrics.py delete mode 100644 misc/TRL-neurips-2023/code_/plotting.py delete mode 100644 misc/TRL-neurips-2023/code_/prompts.py delete mode 100644 misc/TRL-neurips-2023/code_/tableTestingMacroScript.py delete mode 100644 misc/TRL-neurips-2023/code_/tableTestingMicroScript.py delete mode 100644 misc/TRL-neurips-2023/code_/utils.py delete mode 100644 misc/TRL-neurips-2023/notebooks/MacroTableTesting.ipynb delete mode 100644 misc/TRL-neurips-2023/notebooks/MacroTestMetricsCalculation.ipynb delete mode 100644 misc/TRL-neurips-2023/notebooks/MacroTestResults_RQ1.ipynb delete mode 100644 misc/TRL-neurips-2023/notebooks/MacroTestResults_RQ2.ipynb delete mode 100644 misc/TRL-neurips-2023/notebooks/MicroTableTesting.ipynb delete mode 100644 misc/TRL-neurips-2023/notebooks/MicroTestMetricCalculation.ipynb delete mode 100644 misc/TRL-neurips-2023/notebooks/MicroTestResults.ipynb delete mode 100644 misc/TRL-neurips-2023/requirements.txt delete mode 100644 misc/TRL-neurips-2023/resources/BenchmarkDataset/AirQuality.csv delete mode 100644 misc/TRL-neurips-2023/resources/BenchmarkDataset/ENB2012_data.csv delete mode 100644 misc/TRL-neurips-2023/resources/BenchmarkDataset/HousingData.csv delete mode 100644 misc/TRL-neurips-2023/resources/BenchmarkDataset/IRIS.csv delete mode 100644 misc/TRL-neurips-2023/resources/BenchmarkDataset/WineQT.csv delete mode 100644 misc/TRL-neurips-2023/resources/BenchmarkDataset/diabetes.csv delete mode 100644 misc/TRL-neurips-2023/resources/BenchmarkDataset/titanic.csv diff --git a/Dockerfile b/Dockerfile index ff9ed01..c3b5cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM mcr.microsoft.com/dotnet/core/sdk:2.1-focal +FROM mcr.microsoft.com/dotnet/core/sdk:2.1-focal@sha256:c854b4b29f052d944d00e05daf4d50ab63137f1950aabc40ae35ccfbfb3e4221 ENTRYPOINT ["/usr/bin/bash", "-c"] diff --git a/api-samples/Detection/Detection.csproj b/api-samples/Detection/Detection.csproj index bd4a081..56056c6 100644 --- a/api-samples/Detection/Detection.csproj +++ b/api-samples/Detection/Detection.csproj @@ -6,6 +6,6 @@ - + diff --git a/api-samples/Extraction.Json/Extraction.Json.csproj b/api-samples/Extraction.Json/Extraction.Json.csproj index 28d9d0f..3ddd813 100644 --- a/api-samples/Extraction.Json/Extraction.Json.csproj +++ b/api-samples/Extraction.Json/Extraction.Json.csproj @@ -6,7 +6,7 @@ - + diff --git a/api-samples/Extraction.Text/Extraction.Text.csproj b/api-samples/Extraction.Text/Extraction.Text.csproj index 80d56ea..0f9a879 100644 --- a/api-samples/Extraction.Text/Extraction.Text.csproj +++ b/api-samples/Extraction.Text/Extraction.Text.csproj @@ -5,7 +5,7 @@ - + diff --git a/api-samples/Extraction.Web/Extraction.Web.csproj b/api-samples/Extraction.Web/Extraction.Web.csproj index 44c8087..8dd956b 100644 --- a/api-samples/Extraction.Web/Extraction.Web.csproj +++ b/api-samples/Extraction.Web/Extraction.Web.csproj @@ -9,7 +9,7 @@ - + diff --git a/api-samples/Matching.Text/Matching.Text.csproj b/api-samples/Matching.Text/Matching.Text.csproj index 7123eb3..154132d 100644 --- a/api-samples/Matching.Text/Matching.Text.csproj +++ b/api-samples/Matching.Text/Matching.Text.csproj @@ -6,7 +6,7 @@ - + diff --git a/api-samples/Read.FlatFile/Read.FlatFile.csproj b/api-samples/Read.FlatFile/Read.FlatFile.csproj index cf143a3..2b5b4c1 100644 --- a/api-samples/Read.FlatFile/Read.FlatFile.csproj +++ b/api-samples/Read.FlatFile/Read.FlatFile.csproj @@ -5,7 +5,7 @@ - + diff --git a/api-samples/Split.Text/Split.Text.csproj b/api-samples/Split.Text/Split.Text.csproj index 194611d..b539bfc 100644 --- a/api-samples/Split.Text/Split.Text.csproj +++ b/api-samples/Split.Text/Split.Text.csproj @@ -6,7 +6,7 @@ - + diff --git a/api-samples/Transformation.Formula/Transformation.Formula.csproj b/api-samples/Transformation.Formula/Transformation.Formula.csproj index ba6ec53..322fd86 100644 --- a/api-samples/Transformation.Formula/Transformation.Formula.csproj +++ b/api-samples/Transformation.Formula/Transformation.Formula.csproj @@ -7,6 +7,6 @@ - + diff --git a/api-samples/Transformation.Json/Transformation.Json.csproj b/api-samples/Transformation.Json/Transformation.Json.csproj index 55b8c31..62a9c3b 100644 --- a/api-samples/Transformation.Json/Transformation.Json.csproj +++ b/api-samples/Transformation.Json/Transformation.Json.csproj @@ -6,6 +6,6 @@ - + diff --git a/api-samples/Transformation.Text/Transformation.Text.csproj b/api-samples/Transformation.Text/Transformation.Text.csproj index 469449c..06bbc8e 100644 --- a/api-samples/Transformation.Text/Transformation.Text.csproj +++ b/api-samples/Transformation.Text/Transformation.Text.csproj @@ -6,6 +6,6 @@ - + diff --git a/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj b/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj index 6282202..1f48f90 100644 --- a/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj +++ b/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 - - + + diff --git a/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj b/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj index f728486..802ce21 100644 --- a/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj +++ b/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj @@ -5,7 +5,7 @@ - + diff --git a/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj b/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj index bed5643..4992726 100644 --- a/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj +++ b/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj @@ -6,9 +6,9 @@ - - - + + + diff --git a/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj b/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj index 48330e9..867e674 100644 --- a/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj +++ b/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/dsl-samples/ProseSample/ProseSample/ProseSample.csproj b/dsl-samples/ProseSample/ProseSample/ProseSample.csproj index 2bc2d03..36f2976 100644 --- a/dsl-samples/ProseSample/ProseSample/ProseSample.csproj +++ b/dsl-samples/ProseSample/ProseSample/ProseSample.csproj @@ -14,7 +14,7 @@ - + diff --git a/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj index 9b5d397..96f1479 100644 --- a/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj index b8ed599..663502c 100644 --- a/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj @@ -4,8 +4,8 @@ netcoreapp2.1 - - + + diff --git a/misc/BenchmarkDriver/BenchmarkDriver.csproj b/misc/BenchmarkDriver/BenchmarkDriver.csproj index 83eca49..701f67d 100644 --- a/misc/BenchmarkDriver/BenchmarkDriver.csproj +++ b/misc/BenchmarkDriver/BenchmarkDriver.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/misc/TRL-neurips-2023/Diagrams/all_noise_ops/all_noise_ops copy.txt b/misc/TRL-neurips-2023/Diagrams/all_noise_ops/all_noise_ops copy.txt deleted file mode 100644 index e2e10cd..0000000 --- a/misc/TRL-neurips-2023/Diagrams/all_noise_ops/all_noise_ops copy.txt +++ /dev/null @@ -1,119 +0,0 @@ -ArbitraryColumnNames - -| | a | G8DkqkuE | b8T | H | -|---:|:--------|-----------:|:------------|:----| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | - - -ShuffleRows - -| | Name | Age | City | Sex | -|---:|:--------|------:|:------------|:------| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | - - -TransposeTable - -| | 0 | 1 | 2 | -|:-----|:---------|:------------|:--------| -| Name | Alice | Bob | Charlie | -| Age | 25 | 30 | 22 | -| City | New York | Los Angeles | Chicago | -| Sex | F | M | M | - - -ColumnCluster - -| | Name-----Age | City-----Sex | -|---:|:---------------|:------------------| -| 0 | Alice-----25 | New York-----F | -| 1 | Bob-----30 | Los Angeles-----M | -| 2 | Charlie-----22 | Chicago-----M | - - -SerializeTable - -Name:Alice,Age:25,City:New York,Sex:F -Name:Bob,Age:30,City:Los Angeles,Sex:M -Name:Charlie,Age:22,City:Chicago,Sex:M - - -ShuffleColumns - -| | Age | Sex | Name | City | -|---:|------:|:------|:--------|:------------| -| 0 | 25 | F | Alice | New York | -| 1 | 30 | M | Bob | Los Angeles | -| 2 | 22 | M | Charlie | Chicago | - - -ShuffleColumnNames - -| | Age | Sex | Name | City | -|---:|:--------|------:|:------------|:-------| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | - - -OriginalData - -| | Name | Age | City | Sex | -|---:|:--------|------:|:------------|:------| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | - - -SequentialColumnNames - -| | col_0 | col_1 | col_2 | col_3 | -|---:|:--------|--------:|:------------|:--------| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | - - -| | | -|---:|:---------------------------------------| -| 0 | Name:Alice,Age:25,City:New York,Sex:F | -| 1 | Name:Bob,Age:30,City:Los Angeles,Sex:M | -| 2 | Name:Charlie,Age:22,City:Chicago,Sex:M | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameAgeCitySex
0Alice25New YorkF
1Bob30Los AngelesM
2Charlie22ChicagoM
NameAgeCitySex
0Alice25New YorkF
1Bob30Los AngelesM
2Charlie22ChicagoM
\ No newline at end of file diff --git a/misc/TRL-neurips-2023/Diagrams/all_noise_ops/all_noise_ops.txt b/misc/TRL-neurips-2023/Diagrams/all_noise_ops/all_noise_ops.txt deleted file mode 100644 index e2e10cd..0000000 --- a/misc/TRL-neurips-2023/Diagrams/all_noise_ops/all_noise_ops.txt +++ /dev/null @@ -1,119 +0,0 @@ -ArbitraryColumnNames - -| | a | G8DkqkuE | b8T | H | -|---:|:--------|-----------:|:------------|:----| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | - - -ShuffleRows - -| | Name | Age | City | Sex | -|---:|:--------|------:|:------------|:------| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | - - -TransposeTable - -| | 0 | 1 | 2 | -|:-----|:---------|:------------|:--------| -| Name | Alice | Bob | Charlie | -| Age | 25 | 30 | 22 | -| City | New York | Los Angeles | Chicago | -| Sex | F | M | M | - - -ColumnCluster - -| | Name-----Age | City-----Sex | -|---:|:---------------|:------------------| -| 0 | Alice-----25 | New York-----F | -| 1 | Bob-----30 | Los Angeles-----M | -| 2 | Charlie-----22 | Chicago-----M | - - -SerializeTable - -Name:Alice,Age:25,City:New York,Sex:F -Name:Bob,Age:30,City:Los Angeles,Sex:M -Name:Charlie,Age:22,City:Chicago,Sex:M - - -ShuffleColumns - -| | Age | Sex | Name | City | -|---:|------:|:------|:--------|:------------| -| 0 | 25 | F | Alice | New York | -| 1 | 30 | M | Bob | Los Angeles | -| 2 | 22 | M | Charlie | Chicago | - - -ShuffleColumnNames - -| | Age | Sex | Name | City | -|---:|:--------|------:|:------------|:-------| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | - - -OriginalData - -| | Name | Age | City | Sex | -|---:|:--------|------:|:------------|:------| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | - - -SequentialColumnNames - -| | col_0 | col_1 | col_2 | col_3 | -|---:|:--------|--------:|:------------|:--------| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | - - -| | | -|---:|:---------------------------------------| -| 0 | Name:Alice,Age:25,City:New York,Sex:F | -| 1 | Name:Bob,Age:30,City:Los Angeles,Sex:M | -| 2 | Name:Charlie,Age:22,City:Chicago,Sex:M | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameAgeCitySex
0Alice25New YorkF
1Bob30Los AngelesM
2Charlie22ChicagoM
NameAgeCitySex
0Alice25New YorkF
1Bob30Los AngelesM
2Charlie22ChicagoM
\ No newline at end of file diff --git a/misc/TRL-neurips-2023/Diagrams/all_test_examples/all_test_examples.txt b/misc/TRL-neurips-2023/Diagrams/all_test_examples/all_test_examples.txt deleted file mode 100644 index 59555a7..0000000 --- a/misc/TRL-neurips-2023/Diagrams/all_test_examples/all_test_examples.txt +++ /dev/null @@ -1,63 +0,0 @@ -| | Name | Age | City | Sex | -|---:|:----------|------:|:--------------|:------| -| 0 | Alice | 25 | New York | F | -| 1 | Bob | 30 | Los Angeles | M | -| 2 | Charlie | 22 | Chicago | M | -| 3 | David | 28 | Boston | M | -| 4 | Emily | 35 | San Francisco | F | -| 5 | Frank | 29 | Dallas | M | -| 6 | Grace | 27 | Miami | F | -| 7 | Henry | 32 | Seattle | M | -| 8 | Ivy | 24 | Denver | F | -| 9 | Jack | 33 | Houston | M | -| 10 | Katherine | 26 | Atlanta | F | -| 11 | Liam | 31 | Phoenix | M | -| 12 | Mia | 36 | Philadelphia | F | -| 13 | Noah | 23 | San Diego | M | -| 14 | Olivia | 29 | Austin | F | - -NavigationTests - -What value is at row 14 and column Name? -What value is at row 7 and column City? -What value is at row 4 and column Name? - - -ColumnLookupTests - -What column is the Olivia in? -What column is the Seattle in? -What column is the Emily in? - - -RowLookupTests - -What row is the Olivia in? -What row is the Seattle in? -What row is the Emily in? - - -DataTypeLookupTests - -What type (using Pandas datatype notation) is column Age? -What type (using Pandas datatype notation) is column City? -What type (using Pandas datatype notation) is column Sex? - - -TableColumnReorderTests - -Can you reorder the table such that the column are in this new order ['Sex', 'City', 'Age', 'Name']? Make sure to return the complete reordered table. -Can you reorder the table such that the column are in this new order ['Name', 'Sex', 'City', 'Age']? Make sure to return the complete reordered table. -Can you reorder the table such that the column are in this new order ['Sex', 'Name', 'Age', 'City']? Make sure to return the complete reordered table. - - -TableReconstructionTests - -Can you reconstruct the table by deserializing the table above? - - -TableTransposeTests - -Can you transpose the table? - - diff --git a/misc/TRL-neurips-2023/README.md b/misc/TRL-neurips-2023/README.md deleted file mode 100644 index 396824b..0000000 --- a/misc/TRL-neurips-2023/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# General Guideline -This folder contains evaluation code and results associated with the paper [**Tabular Representation, Noisy Operators, and Impacts on Table Structure Understanding Tasks in LLMs**](https://openreview.net/forum?id=Ld5UCpiT07) to appear at -[TRL@NeurIPS 2023](https://table-representation-learning.github.io/) - -## Setup -Assuming you want to setup inside a Python virtual environment. - -```powershell -python -m virtualenv venv/ -venv/scripts/activate -pip install -r requirements.txt -``` - -You should have your OPENAI key as an environment variable, because we use the key to access the GPT3.5 `text-davinci-003 model` - -``` -$env:OPENAI_API_KEY=... -``` -## Resources -Inside the `resources` folder you will find `\BenchmarkDataset` subfolder which consists of seven datasets from kaggle. These seven datasets are used as benchmarks to evaluate LLM's understanding through our self-supervised evalution setup. - -In order to access the Benchmark results that we obtained, we request you to download the `BenchmarkResults.zip` from [TodO](). Make sure to unzip the file at root of `TRL-neurips\resources\` folder for sucessful code runs. - -## Code Usage Guideline - -In the paper we talk introduce Self-Supervised Structural Tasks to evaluate the performance of the LLM. - -For the fact-finding task you can refer the `.\code_\tableTestingMicroScript.py`. A notebook `.\notebooks\MicroTableTesting.ipynb` is also implemented to how our fact-finding evaluation suit is used. - -For the table-transformation task you can refer the `code_\tableTestingMacroScript.py`. A notebook `.\notebooks\MacroTableTesting.ipynb` is also implemented to how our table-transformation evaluation suit is used. - -## Metrics - -### Fact-finding tasks -We report the average pass@1 and p-value for the fact-finding tasks. - -`.\notebooks\MicroTestMetricsCalculation.ipynb` takes the log file generated by the `.\notebooks\MicroTableTesting.ipynb`file and does some pre-requite metric calculation and finally generate the final csv files. - -The final csv files are then used by `.\notebooks\MicroTestResults.ipynb` to provide the pass@1 scores on the Original data across all the fact-finding tasks, along with p-value and the average pass@1 delta from original to noisy operation. - -### Table-transformation tasks -We report the average F1 score and p-value for the table-transformation tasks. - -`.\notebooks\MacroTestMetricsCalculation.ipynb` takes the log file generated by the `.\notebooks\MacroTableTesting.ipynb` file and does some pre-requite metric calculation and finally generate the final csv files. - -The final csv files are then used by `.\notebooks\MacroTestResults_RQ1.ipynb` to provide the F1 scores on the Original data across all the fact-finding tasks, along with p-value. Whereas `.\notebooks\MacroTestResults_RQ2.ipynb` reports average F1 score delta from original to noisy for transformation tasks along with the p-values. - -# Citation - -If you find our work useful in your research, please consider citing the paper: - -@inproceedings{singha2023tabular, - title={Tabular Representation, Noisy Operators, and Impacts on Table Structure Understanding Tasks in LLMs}, - author={Singha, Ananya and Cambronero, Jos{\'e} and Gulwani, Sumit and Le, Vu and Parnin, Chris}, - booktitle={NeurIPS 2023 Second Table Representation Learning Workshop}, - year={2023} -} - -# Contact -For any questions or issues, please submit repository issues or reach us via email at `t-asingha@microsoft.com` \ No newline at end of file diff --git a/misc/TRL-neurips-2023/code_/LLMCall.py b/misc/TRL-neurips-2023/code_/LLMCall.py deleted file mode 100644 index b4a7c80..0000000 --- a/misc/TRL-neurips-2023/code_/LLMCall.py +++ /dev/null @@ -1,57 +0,0 @@ -import openai -import json -import time -import re -import os -from typing import List, Dict -from openai.embeddings_utils import get_embedding - -DEFAULT_KEY = os.env("OPENAI_API_KEY") - - -def set_openai_key_attribute(open_api_key: str): - openai.api_type = "open_ai" - openai.api_base = "https://api.openai.com/v1" - openai.api_key = open_api_key - openai.api_version = None - - -def openapi_call_completions(prompt: str, modelName="text-davinci-003", temp=0.7, maxTok=500, num_n=1, open_api_key: str = DEFAULT_KEY): - - set_openai_key_attribute(open_api_key) - max_attempts = 100000 - attempt = 1 - - while attempt <= max_attempts: - try: - response = openai.Completion.create( - model=modelName, - prompt=prompt, - temperature=temp, - max_tokens=maxTok, - top_p=1, - frequency_penalty=0, - presence_penalty=0, - n=num_n, - logprobs=1 - ) - - generation_list_all = [] - response = json.loads(str(response)) - meta_info = {"prompt": prompt, "response": response} - for i in range(len(response["choices"])): - output = response["choices"][i]["text"].strip() - generation_list_all.append(output) - meta_info["generations"] = generation_list_all - return generation_list_all, meta_info - - except openai.error.RateLimitError as e: - # Rate limit error occurred, wait for a while before retrying - wait_duration = 1 # Wait for 60 seconds - print( - f"Rate limit exceeded. Retrying in {wait_duration} seconds...") - time.sleep(wait_duration) - - attempt += 1 - - return diff --git a/misc/TRL-neurips-2023/code_/compare.py b/misc/TRL-neurips-2023/code_/compare.py deleted file mode 100644 index 3e2316b..0000000 --- a/misc/TRL-neurips-2023/code_/compare.py +++ /dev/null @@ -1,178 +0,0 @@ -from typing import Any, Union -import pandas as pd -import numpy as np -import datetime - - -def parse_cell_value(reference_cell: Any, other_cell: Any) -> Any: - """ - Parses other_cell as reference_cell type if other_cell is string - """ - if not isinstance(other_cell, str): - return other_cell - try: - if isinstance(reference_cell, bool): - # check bool first since bool isinstance of int as well - # tolerate capitalization differences for boolean - return other_cell.lower() == "true" - elif isinstance(reference_cell, int) or isinstance(reference_cell, float): - # always parse as float to be safe with decimal points - return float(other_cell) - elif isinstance(reference_cell, datetime.date): - # best guess parse - return pd.to_datetime(other_cell).date() - elif isinstance(reference_cell, datetime.datetime): - # best guess parse - return pd.to_datetime(other_cell).to_pydatetime() - else: - # fall back to str - return other_cell - except ValueError: - # fall back to str if fails to parse - return other_cell - - -def cells_are_equal(cell1: Any, cell2: Any) -> int: - try: - if isinstance(cell1, (bool, str, datetime.date, datetime.datetime, pd.Timestamp)): - return cell1 == cell2 - elif isinstance(cell1, (float, int, np.number)): - return np.allclose(cell1, cell2) - elif np.isnan(cell1): - return np.isnan(cell2) - elif np.isinf(cell1): - return np.isinf(cell2) and (np.sign(cell1) == np.sign(cell2)) - else: - # fall back - return cell1 == cell2 - except: - # try again in case it was numpy issues - try: - return cell1 == cell2 - except: - return False - - -def make_two_dim(obj): - if obj.ndim == 2: - return obj - if obj.ndim == 1: - return obj.reshape(-1, 1) - else: - raise Exception("Expect object with 1 or 2 dimensions") - - -def compare_per_cell( - reference_df: pd.DataFrame, - other_df: pd.DataFrame, - type_reference_df: pd.DataFrame = None, - count_header_and_index: bool = True, - return_fraction: bool = True, -): - """ - Per-cell comparison with respect to reference_df (i.e. - (other_df matches) / (reference_df cells) - ). - - We cast other_df cells to match the type in type_reference_df (default to - reference_df if not provided) - - We treat header row and column indices as just other cells. - """ - if type_reference_df is None: - type_reference_df = reference_df - - as_dataframe = isinstance(reference_df, pd.DataFrame) - if as_dataframe: - ref_vals = reference_df.reset_index(drop=True) - other_vals = other_df.reset_index(drop=True) - type_ref_vals = type_reference_df.reset_index(drop=True) - # iterate over reference dimensions - rows_range = range(ref_vals.shape[0]) - cols_range = ref_vals.columns - def lookup_ij(df, i, j): return df.loc[i, j] - else: - ref_vals = make_two_dim(reference_df.values) - other_vals = make_two_dim(other_df.values) - type_ref_vals = make_two_dim(type_reference_df.values) - nrows, ncols = ref_vals.shape - rows_range = range(nrows) - cols_range = range(ncols) - def lookup_ij(mat, i, j): return mat[i, j] - - success_ct = 0 - total_ct = 0 - - for i in rows_range: - for j in cols_range: - # print(i,j) - # print(ref_vals.index) - ref_cell = lookup_ij(ref_vals, i, j) - total_ct += 1 - try: - other_cell = lookup_ij(other_vals, i, j) - type_ref_cell = lookup_ij(type_ref_vals, i, j) - except (IndexError, KeyError): - # failed since out of bounds - # print("failed") - continue - other_cell_parsed = parse_cell_value(type_ref_cell, other_cell) - success_ct += int(cells_are_equal(ref_cell, other_cell_parsed)) - - if count_header_and_index: - # compare header - ref_header_row = reference_df.columns - other_header_row = other_df.columns - add_to_success, add_to_total = compare_per_cell( - ref_header_row, other_header_row, count_header_and_index=False, return_fraction=False) - total_ct += add_to_total - success_ct += add_to_success - - # compare column index - ref_index_col = reference_df.index - other_index_col = other_df.index - add_to_success, add_to_total = compare_per_cell( - ref_index_col, other_index_col, count_header_and_index=False, return_fraction=False) - total_ct += add_to_total - success_ct += add_to_success - - if return_fraction: - return float(success_ct) / float(total_ct) - else: - return success_ct, total_ct - - -if __name__ == "__main__": - data1 = {'A': [1, 2, 3], - 'B': [True, False, True], - 'C': ['apple', 'banana', 'cherry'], - 'D': [datetime.date(2023, 1, 1), datetime.date(2023, 2, 2), datetime.date(2023, 3, 3)]} - df1 = pd.DataFrame(data1) - - # Create the second DataFrame with overlapping values - data2 = {'A': [1, 5, 3], - 'B': [True, True, False], - 'C': ['apple', 'elephant', 'cherry'], - 'D': [datetime.date(2023, 1, 1), datetime.date(2023, 2, 2), datetime.date(2023, 3, 3)]} - df2 = pd.DataFrame(data2) - - # equal to self - assert compare_per_cell(df1, df1) == 1.0 - assert compare_per_cell(df2, df2) == 1.0 - # empty - assert compare_per_cell(df1, pd.DataFrame()) == 0.0 - assert compare_per_cell( - df1, df1.iloc[:0], count_header_and_index=False) == 0.0 - assert compare_per_cell( - df1.iloc[:0], df1, count_header_and_index=False, return_fraction=False) == (0, 0) - # both directions - assert compare_per_cell(df1, df2, type_reference_df=df1, - count_header_and_index=False, return_fraction=False) == (8, 12) - assert compare_per_cell(df2, df1, type_reference_df=df2, - count_header_and_index=False, return_fraction=False) == (8, 12) - # subsets - df1_subset = df1[["C", "D"]] - assert compare_per_cell(df1_subset, df2, type_reference_df=df1_subset, - count_header_and_index=False, return_fraction=False) == (5, 6) - assert compare_per_cell(df2, df1_subset, type_reference_df=df2, - count_header_and_index=False, return_fraction=False) == (5, 12) diff --git a/misc/TRL-neurips-2023/code_/ecdfPlotting.py b/misc/TRL-neurips-2023/code_/ecdfPlotting.py deleted file mode 100644 index 0050522..0000000 --- a/misc/TRL-neurips-2023/code_/ecdfPlotting.py +++ /dev/null @@ -1,57 +0,0 @@ -from typing import Options -import os -import matplotlib.pyplot as plt -import numpy as np - - -def compute_ecdf(data): - """Compute ECDF for a one-dimensional array of measurements.""" - n = len(data) - x = np.sort(data) - y = np.arange(1, n+1) / n - return x, y - -def ecdf_scatter_plot(attributes, save_path,pivot_table,name_save, type:str= Options['dots',"step"], figsize:tuple=(30,20), k:int=1,temperature:float=0.1): - """With table formats as columns and test cases as row. ecdf plot across table manipulation for a specific temperature and metric """ - # Define the number of subplots and their arrangement - x_list = [[test, "", temperature ] for test in attributes["TestCase"] ] - num_rows = len(x_list) - num_cols = 6 - - # Create a figure and a grid of subplots - fig, axes = plt.subplots(num_rows, num_cols, figsize=figsize) - - # Loop through each subplot and plot the scatter plot - for i in range(num_rows): - for j in range(num_cols): - - TableFormat = attributes["tableFormat"][j] - ax = axes[i][j] - # Filter data for each subplot based on data_labels - for manipulation in attributes["TableManipulation"]: - x= x_list[i] - x[1] = manipulation - x = tuple(x) - - y = ( f'pass_{k}', TableFormat) - scores = pivot_table.loc[x][y] - scores_x, scores_y = compute_ecdf(scores) - if type == "dots": - ax.plot(scores_x, scores_y, label=f'{manipulation}',marker = ".", linestyle = "none") - else: - ax.step(scores_x, scores_y, label=f'{manipulation}') - - name = f'Test: {x[0]}, metric: pass@{k}\nTemperature: {x[2]}, Format: {y[1]}' - - ax.legend() - ax.set_title(name) - ax.set_xlabel('score (%)') - ax.set_ylabel('ecdf') - - - # Adjust layout to prevent overlapping labels - plt.tight_layout() - plt.savefig(os.path.join(save_path, name_save.replace(".csv", "_") +f"ecdf_{type}_plot.pdf")) - # Show the plot - plt.show() - plt.clf() \ No newline at end of file diff --git a/misc/TRL-neurips-2023/code_/metrics.py b/misc/TRL-neurips-2023/code_/metrics.py deleted file mode 100644 index adbd7e3..0000000 --- a/misc/TRL-neurips-2023/code_/metrics.py +++ /dev/null @@ -1,26 +0,0 @@ -import pandas -import os -import numpy as np -from itertools import combinations -from typing import Any - - -def metric_pass_k(expected_answer, answer: Any, k: int) -> float: - if not isinstance(answer, list): - raise ValueError("Answer should be a list for pass@k metric.") - - # Convert the test.expect to a list if it's not already - expected_values = expected_answer if isinstance( - expected_answer, list) else [expected_answer] - expected_values = list(map(str, expected_values)) - boolean_answers = [ - answer[i] in expected_values for i in range(len(answer))] - combinations_k = list(combinations(boolean_answers, k)) - passed_at_k = 0 - # Calculate the pass@k metric - for comb in combinations_k: - if any(comb): - passed_at_k += 1 - pass_at_k_percentage = (passed_at_k / len(combinations_k))*100 - - return pass_at_k_percentage diff --git a/misc/TRL-neurips-2023/code_/plotting.py b/misc/TRL-neurips-2023/code_/plotting.py deleted file mode 100644 index c4a97ab..0000000 --- a/misc/TRL-neurips-2023/code_/plotting.py +++ /dev/null @@ -1,87 +0,0 @@ -from typing import Options -import os -import matplotlib.pyplot as plt -import numpy as np -from collections import Counter - - - -def scatter_plot(attributes, save_path,pivot_table,name_save): - x_list = [(test, manipulation, temp ) for test in attributes["TestCase"] for manipulation in attributes["TableManipulation"] for temp in attributes["temperature"]] - # Define the number of subplots and their arrangement - - num_rows = len(x_list) - num_cols = 6 - - # Create a figure and a grid of subplots - fig, axes = plt.subplots(num_rows, num_cols, figsize=(50,500)) - - - # Loop through each subplot and plot the scatter plot - for i in range(num_rows): - for j in range(num_cols): - - TableFormat = attributes["tableFormat"][j] - ax = axes[i][j] - markerss= [".", "x", "p", "^","o","s"] - # Filter data for each subplot based on data_labels - for j, k in enumerate([1,3,5,10,15]): - x= x_list[i] - y = ( f'pass_{k}', TableFormat) - scores = pivot_table.loc[x][y] - ax.scatter(range(len(scores)), scores, label=f'pass@{k}', s=int(300/k), marker =markerss[j] ) - name = f'Test: {x[0]}, TableManipulation: {x[1]}\nTemperature: {x[2]}, Format: {y[1]}' - ax.set_title(name) - ax.set_xlabel('data-points') - ax.set_ylabel('score(%)') - - ax.legend() - # Adjust layout to prevent overlapping labels - plt.tight_layout() - plt.savefig(os.path.join(save_path, name_save.replace(".csv", "_") +"_scatter_plot.pdf")) - # Show the plot - plt.show() - plt.clf() - - -def density_scatter_plot(attributes, save_path,pivot_table,name_save): - x_list = [(test, manipulation, temp ) for test in attributes["TestCase"] for manipulation in attributes["TableManipulation"] for temp in attributes["temperature"]] - # Define the number of subplots and their arrangement - - num_rows = len(x_list) - num_cols = 6 - - # Create a figure and a grid of subplots - fig, axes = plt.subplots(num_rows, num_cols, figsize=(50,500)) - - - # Loop through each subplot and plot the scatter plot - for i in range(num_rows): - for j in range(num_cols): - - TableFormat = attributes["tableFormat"][j] - ax = axes[i][j] - markerss= [".", "x", "p", "^","o","s"] - # Filter data for each subplot based on data_labels - for j, k in enumerate([1,3,5,10,15]): - x= x_list[i] - y = ( f'pass_{k}', TableFormat) - scores = pivot_table.loc[x][y] - counter_scores = Counter(scores) - scores_x= counter_scores.keys() - scores_y= counter_scores.values() - ax.scatter(scores_x, scores_y, label=f'pass@{k}', s=int(300/k), marker =markerss[j] ) - name = f'Test: {x[0]}, TableManipulation: {x[1]}\nTemperature: {x[2]}, Format: {y[1]}' - ax.set_xlim([-1,101]) - ax.set_title(name) - ax.set_xlabel('score (%)') - ax.set_ylabel('frequency') - - ax.legend() - # Adjust layout to prevent overlapping labels - plt.tight_layout() - plt.savefig(os.path.join(save_path, name_save.replace(".csv", "_") +"density_scatter_plot.pdf")) - # Show the plot - plt.show() - plt.clf() - \ No newline at end of file diff --git a/misc/TRL-neurips-2023/code_/prompts.py b/misc/TRL-neurips-2023/code_/prompts.py deleted file mode 100644 index 6c97fce..0000000 --- a/misc/TRL-neurips-2023/code_/prompts.py +++ /dev/null @@ -1,195 +0,0 @@ -import random -import pandas as pd -from utils import stringify_serialzed_df -data = { - 'Date': ['2023-01-01 00:00:00', - '2023-01-02 00:00:00', - '2023-01-03 00:00:00', - '2023-01-04 00:00:00', - '2023-01-05 00:00:00'], - 'Ticker': ['AAPL', 'GOOG', 'MSFT', 'AMZN', 'FB'], - 'Price': [150.20, 2700.50, 330.80, 3200.00, 350.75], - 'Shares': [100, 50, 200, 30, 80], - 'Transaction': ['Buy', 'Sell', 'Buy', 'Sell', 'Buy'] -} -df_EX1 = pd.DataFrame(data) -data2 = {'Name': ['Alice', 'Bob', 'Charlie'], - 'Age': [25, 30, 22], - 'City': ['New York', 'Los Angeles', 'Chicago'], - "Sex": ['F', "M", "M"]} - -df_EX2 = pd.DataFrame(data2) -df_EX1 = pd.DataFrame(data) - - -DATA_QUES_INSTRUCTION = """Given the tabular data your job is to provide answer to the question asked over the table. -[Example] - -Data: -[Data_format] - -Questions: [Ques] -Answer: -""" - -EXAMPLES = """Data: -[Data_format_example1] - -[QA1] - -Data: -[Data_format_example2] - -[QA2] -""" - -###### table formats: ######### -TF_EX1_MarkdownFormat = '| | Date | Ticker | Price | Shares | Transaction |\n|---:|:--------------------|:---------|--------:|---------:|:--------------|\n| 0 | 2023-01-01 00:00:00 | AAPL | 150.2 | 100 | Buy |\n| 1 | 2023-01-02 00:00:00 | GOOG | 2700.5 | 50 | Sell |\n| 2 | 2023-01-03 00:00:00 | MSFT | 330.8 | 200 | Buy |\n| 3 | 2023-01-04 00:00:00 | AMZN | 3200 | 30 | Sell |\n| 4 | 2023-01-05 00:00:00 | FB | 350.75 | 80 | Buy |' -TF_EX1_DataMatrixFormat = """[['', 'Date', 'Ticker', 'Price', 'Shares', 'Transaction'], -[0, '2023-01-01 00:00:00', 'AAPL', 150.2, 100, 'Buy'], -[1, '2023-01-02 00:00:00', 'GOOG', 2700.5, 50, 'Sell'], -[2, '2023-01-03 00:00:00', 'MSFT', 330.8, 200, 'Buy'], -[3, '2023-01-04 00:00:00', 'AMZN', 3200.0, 30, 'Sell'], -[4, '2023-01-05 00:00:00', 'FB', 350.75, 80, 'Buy']] -""" -TF_EX1_JsonFormat = '{"0":{"Date":2023-01-01 00:00:00,"Ticker":"AAPL","Price":150.2,"Shares":100,"Transaction":"Buy"},"1":{"Date":2023-01-02 00:00:00,"Ticker":"GOOG","Price":2700.5,"Shares":50,"Transaction":"Sell"},"2":{"Date":2023-01-03 00:00:00,"Ticker":"MSFT","Price":330.8,"Shares":200,"Transaction":"Buy"},"3":{"Date":2023-01-04 00:00:00,"Ticker":"AMZN","Price":3200.0,"Shares":30,"Transaction":"Sell"},"4":{"Date":2023-01-05 00:00:00,"Ticker":"FB","Price":350.75,"Shares":80,"Transaction":"Buy"}}' -TF_EX1_DFloaderFormat = "pd.DataFrame({Date : ['2023-01-01 00:00:00', '2023-01-02 00:00:00', '2023-01-03 00:00:00', '2023-01-04 00:00:00', '2023-01-05 00:00:00'], Ticker : ['AAPL', 'GOOG', 'MSFT', 'AMZN', 'FB'], Price : [150.2, 2700.5, 330.8, 3200.0, 350.75], Shares : [100, 50, 200, 30, 80], Transaction : ['Buy', 'Sell', 'Buy', 'Sell', 'Buy']}, index=[0, 1, 2, 3, 4])" -TF_EX1_HTMLFormat = '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
DateTickerPriceSharesTransaction
02023-01-01 00:00:00AAPL150.20100Buy
12023-01-02 00:00:00GOOG2700.5050Sell
22023-01-03 00:00:00MSFT330.80200Buy
32023-01-04 00:00:00AMZN3200.0030Sell
42023-01-05 00:00:00FB350.7580Buy
' -TF_EX1_HTMLNoSpaceFormat = '
Date Ticker Price Shares Transaction
0 2023-01-01 00:00:00 AAPL 150.20 100 Buy
1 2023-01-02 00:00:00 GOOG 2700.50 50 Sell
2 2023-01-03 00:00:00 MSFT 330.80 200 Buy
3 2023-01-04 00:00:00 AMZN 3200.00 30 Sell
4 2023-01-05 00:00:00 FB 350.75 80 Buy
' - -TF_EX1_TabSeparatedFormat = """ Date Ticker Price Shares Transaction -0 2023-01-01 AAPL 150.2 100 Buy -1 2023-01-02 GOOG 2700.5 50 Sell -2 2023-01-03 MSFT 330.8 200 Buy -3 2023-01-04 AMZN 3200.0 30 Sell -4 2023-01-05 FB 350.75 80 Buy""" -TF_EX1_CommaSeparatedFormat = """,Date,Ticker,Price,Shares,Transaction -0,2023-01-01,AAPL,150.2,100,Buy -1,2023-01-02,GOOG,2700.5,50,Sell -2,2023-01-03,MSFT,330.8,200,Buy -3,2023-01-04,AMZN,3200.0,30,Sell -4,2023-01-05,FB,350.75,80,Buy""" - -###################################### -###### Table ops Questionaire: ######### - - -def Example_TransposeTests(FormatName, TransposeTable, SerializeTable, ColumnCluster, df_EX1=df_EX1, df_EX2=df_EX2): - Recontruction_Example_str = "" - Recontruction_Example_str += f"Data:\n{FormatName.formatting(df_EX1)}\n\n" - Recontruction_Example_str += f"""Question: Can you transpose the table? -Answer: -{FormatName.formatting(next(TransposeTable().modify(df_EX1)))}\n\n\n""" - Recontruction_Example_str += f"Data:\n{FormatName.formatting(df_EX2)}\n\n" - Recontruction_Example_str += f"""Question: Can you transpose the table? -Answer: -{FormatName.formatting(next(TransposeTable().modify(df_EX2)))}\n\n""" - return Recontruction_Example_str - - -def Example_ColumnReorder(FormatName, TransposeTable, SerializeTable, ColumnCluster, df_EX1=df_EX1, df_EX2=df_EX2): - Reordering_Example_str = "" - col_suffled1 = df_EX1.columns.to_list() - random.shuffle(col_suffled1) - Reordering_Example_str += f"Data:\n{FormatName.formatting(df_EX1)}\n\n" - Reordering_Example_str += f"""Question: Can you reorder the table such that the column are in this new order {str(col_suffled1)}? -Answer: -{FormatName.formatting(df_EX1[col_suffled1])}\n\n\n""" - col_suffled2 = df_EX2.columns.to_list() - random.shuffle(col_suffled2) - Reordering_Example_str += f"Data:\n{FormatName.formatting(df_EX2)}\n\n" - Reordering_Example_str += f"""Question: Can you reorder the table such that the column are in this new order {str(col_suffled2)} ? -Answer: -{FormatName.formatting(df_EX2[col_suffled2])}\n""" - return Reordering_Example_str - - -def Example_Reconstruction(FormatName, TransposeTable, SerializeTable, ColumnCluster, df_EX1=df_EX1, df_EX2=df_EX2): - Recontruction_Example_str = "" - Recontruction_Example_str += f"Data:\n{FormatName.formatting(next(SerializeTable().modify(df_EX1)))}\n\n" - Recontruction_Example_str += f"""Question: Can you reconstruct the table by deserializing the table above? -Answer: -{FormatName.formatting(df_EX1)}\n\n\n""" - Recontruction_Example_str += f"Data:\n{FormatName.formatting(next(ColumnCluster().modify(df_EX2)))}\n\n" - Recontruction_Example_str += f"""Question: Can you reconstruct the table by deserializing the table above? -Answer: -{FormatName.formatting(df_EX2)}\n\n""" - return Recontruction_Example_str - - -def Example_Reconstruction1(FormatName, TransposeTable, SerializeTable, ColumnCluster, df_EX1=df_EX1, df_EX2=df_EX2): - """ Similar to reconstruction but the input table is just string""" - Recontruction_Example_str = "" - Recontruction_Example_str += f"Data:\n{stringify_serialzed_df(next(SerializeTable().modify(df_EX1)))}\n\n" - Recontruction_Example_str += f"""Question: Can you reconstruct the table by deserializing the table above? -Answer: -{FormatName.formatting(df_EX1)}\n\n\n""" - Recontruction_Example_str += f"Data:\n{stringify_serialzed_df(next(ColumnCluster().modify(df_EX2)))}\n\n" - Recontruction_Example_str += f"""Question: Can you reconstruct the table by deserializing the table above? -Answer: -{FormatName.formatting(df_EX2)}\n\n""" - return Recontruction_Example_str -#################################################################### - - -###### Test case Questionaire: ######### -Ex1_QA1_NavigationTests = """Question: What value is at row 3 and column Ticker? -Answer: -AMZN""" - -Ex1_QA2_NavigationTests = """Question: What value is at row 1 and column Transaction? -Answer: -Sell""" - -Ex1_QA1_ColumnLookupTests = """Question: What column is the FB in? -Answer: -Ticker""" - -Ex1_QA2_ColumnLookupTests = """Question: What column is the '2023-01-02 00:00:00' in? -Answer: -Date""" - -Ex1_QA1_RowLookupTests = """Question: What row is the FB in? -Answer: -4""" - -Ex1_QA2_RowLookupTests = """Question: What row is the '2023-01-02 00:00:00' in? -Answer: -1""" - -Ex1_QA1_DataTypeLookupTests = """Question: What type (using Pandas datatype notation) is column Shares? -Answer: -int64""" - -Ex1_QA2_DataTypeLookupTests = """Question: What type (using Pandas datatype notation) is column Price? -Answer: -float64""" - -###################################### - -###### Example Dictionary defination: ######### -EXAMPLE_Dictionary = {"TF_EX1_MarkdownFormat": TF_EX1_MarkdownFormat, - "TF_EX1_DataMatrixFormat": TF_EX1_DataMatrixFormat, - "TF_EX1_JsonFormat": TF_EX1_JsonFormat, - "TF_EX1_DFloaderFormat": TF_EX1_DFloaderFormat, - "TF_EX1_HTMLFormat": TF_EX1_HTMLFormat, - "TF_EX1_HTMLNoSpaceFormat": TF_EX1_HTMLNoSpaceFormat, - "TF_EX1_TabSeparatedFormat": TF_EX1_TabSeparatedFormat, - "TF_EX1_CommaSeparatedFormat": TF_EX1_CommaSeparatedFormat, - "Ex1_QA1_NavigationTests": Ex1_QA1_NavigationTests, - "Ex1_QA2_NavigationTests": Ex1_QA2_NavigationTests, - "Ex1_QA1_ColumnLookupTests": Ex1_QA1_ColumnLookupTests, - "Ex1_QA2_ColumnLookupTests": Ex1_QA2_ColumnLookupTests, - "Ex1_QA1_RowLookupTests": Ex1_QA1_RowLookupTests, - "Ex1_QA2_RowLookupTests": Ex1_QA2_RowLookupTests, - "Ex1_QA1_DataTypeLookupTests": Ex1_QA1_DataTypeLookupTests, - "Ex1_QA2_DataTypeLookupTests": Ex1_QA2_DataTypeLookupTests, - "Ex_TableReconstructionTests": Example_Reconstruction, - "Ex_TableTransposeTests": Example_TransposeTests, - "Ex_TableColumnReorderTests": Example_ColumnReorder, - "Ex_TableReconstructionTests1": Example_Reconstruction1 - - - } - -###################################### diff --git a/misc/TRL-neurips-2023/code_/tableTestingMacroScript.py b/misc/TRL-neurips-2023/code_/tableTestingMacroScript.py deleted file mode 100644 index 4da7bfc..0000000 --- a/misc/TRL-neurips-2023/code_/tableTestingMacroScript.py +++ /dev/null @@ -1,703 +0,0 @@ -import pandas as pd -from abc import ABC, abstractmethod -import itertools -from typing import Any, Callable, Iterator, List, Optional -from dataclasses import dataclass -import numpy as np -import json -import jsonlines -import os -import datetime -from prompts import * -from LLMCall import openapi_call_completions -from tabulate import tabulate -import random -import string -from collections import Counter -from itertools import combinations -from utils import Convert_back_to_df, num_tokens_from_string, stringify_serialized_df -from tqdm.auto import tqdm - - -class CustomJSONEncoder(json.JSONEncoder): - def default(self, obj): - if isinstance(obj, np.integer): - return int(obj) - elif isinstance(obj, np.floating): - return float(obj) - elif isinstance(obj, np.ndarray): - return obj.tolist() - if isinstance(obj, pd.Series): - return obj.tolist() - elif isinstance(obj, datetime): - # Handle datetime objects - return obj.isoformat() - elif isinstance(obj, set): - # Handle sets - return list(obj) - return super().default(obj) - - -@dataclass -class TestCase: - question: str - expect: Any - TestType: str - - -RNG_SEED = 42 - - -def get_random_state(random_state=None): - if random_state is None: - random_state = np.random.RandomState(seed=RNG_SEED) - return random_state - - -def create_combinations(entries: List) -> List: - result = [] - i = 0 - while i < len(entries): - if (len(entries) - i)not in [1, 2]: - if i < int(len(entries)/2): - lower_bound = 2 - else: - lower_bound = 1 - tuple_size = min(4, np.random.randint( - lower_bound, (len(entries) - i))) - else: - tuple_size = len(entries) - i - result.append(tuple(entries[i:i + tuple_size])) - i += tuple_size - return result - - -def combine_columns(df, combinations_list): - new_df = pd.DataFrame() - column_names = df.columns.to_list() - for en in combinations_list: - column_subset_names = list(np.array(column_names)[list(en)]) - new_df[str("-----".join(column_subset_names))] = df[column_subset_names].apply( - lambda row: '-----'.join(map(str, row)), axis=1) - return new_df - - -class TestCaseGenerator(ABC): - - def generate( - self, - df: pd.DataFrame, - random_state: Optional[np.random.RandomState] = None - ) -> Iterator[TestCase]: - raise NotImplementedError() - - def check(self, test: TestCase, answer: pd.DataFrame) -> bool: - - expected_df = Convert_back_to_df("JsonFormat", str(test.expect)) - expected_df = expected_df.astype(str) - if expected_df.shape == answer.shape: - return expected_df.equals(answer) - else: - return False - - def metric_pass_k(self, test: TestCase, answer: List[pd.DataFrame], k: int) -> float: - expected_df = Convert_back_to_df("JsonFormat", str(test.expect)) - expected_df = expected_df.astype(str) - boolean_answers = [expected_df.equals( - answer[i]) if expected_df.shape == answer[i].shape else False for i in range(len(answer))] - combinations_k = list(combinations(boolean_answers, k)) - passed_at_k = 0 - # Calculate the pass@k metric - for comb in combinations_k: - if any(comb): - passed_at_k += 1 - pass_at_k_percentage = (passed_at_k / len(combinations_k))*100 - - return pass_at_k_percentage - - def per_cell_accuracies(self, test: TestCase, answer: List[pd.DataFrame]) -> List[float]: - score_list = [] - for ans in answer: - expected_df = Convert_back_to_df("JsonFormat", str(test.expect)) - expected_df = expected_df.astype(str) - if expected_df.shape == ans.shape: - matching_cells = (expected_df == ans).sum().sum() - total_cells = expected_df.shape[0]*expected_df.shape[1] - per_cell_score = matching_cells/total_cells - else: - per_cell_score = 0.0 - score_list.append(np.round(per_cell_score, 2)) - return score_list - - -class NavigationTests(TestCaseGenerator): - - def generate(self, df, random_state=None): - random_state = get_random_state(random_state) - cols = df.columns - indexes = df.index.to_list() - nrows = df.shape[0] - while True: - col_idx = random_state.choice(cols) - row_idx = random_state.randint(0, nrows) - question = f"What value is at row {indexes[row_idx]} and column {col_idx}?" - yield TestCase(question, df.iloc[row_idx][col_idx], "NavigationTests") - - -class ColumnLookupTests(TestCaseGenerator): - - def generate(self, df, random_state=None): - - random_state = get_random_state(random_state) - cols = df.columns - nrows = df.shape[0] - while True: - col_idx = random_state.choice(cols) - row_idx = random_state.randint(0, nrows) - - value = df.iloc[row_idx][col_idx] - question = f"What column is the {value} in?" - - _, col_indices = np.where(df.to_numpy() == value) - col_indices = list(set([cols[i] for i in col_indices.tolist()])) - - yield TestCase(question, col_indices, "ColumnLookupTests") - - -class RowLookupTests(TestCaseGenerator): - - def generate(self, df, random_state=None): - - random_state = get_random_state(random_state) - cols = df.columns - indexes = df.index.to_list() - nrows = df.shape[0] - while True: - col_idx = random_state.choice(cols) - row_idx = random_state.randint(0, nrows) - - value = df.iloc[row_idx][col_idx] - question = f"What row is the {value} in?" - - row_indices, _ = np.where(df.to_numpy() == value) - row_indices = list(set(row_indices.tolist())) - row_indices_ = [indexes[v] for v in row_indices] - yield TestCase(question, row_indices_, "RowLookupTests") - - -class DataTypeLookupTests(TestCaseGenerator): - - def generate(self, df, random_state=None): - df = df.copy(deep=True) - random_state = get_random_state(random_state) - - indices = list(df.index) - transpose_bool = all(isinstance(item, str) for item in indices) - header = "column" - if transpose_bool: - df = df.T - header = "row" - cols = list(df.columns) - for col in cols*100: - question = f"What type (using Pandas datatype notation) is {header} {col}?" - answer = str(df.dtypes[col]) - yield TestCase(question, answer, "DataTypeLookupTests") - - -class TableReconstructionTests(TestCaseGenerator): - def generate(self, df, random_state=None): - question = f"Can you reconstruct the table by deserializing the table above?" - - answer = df.to_json(orient='index', index=True) - - yield TestCase(question, answer, "TableReconstructionTests") - - -class TableReconstructionTests1(TestCaseGenerator): - def generate(self, df, random_state=None): - question = f"Can you reconstruct the table by deserializing the table above?" - - answer = df.to_json(orient='index', index=True) - - yield TestCase(question, answer, "TableReconstructionTests1") - - -class TableColumnReorderTests(TestCaseGenerator): - def generate(self, df, random_state=None): - random_state = get_random_state(random_state) - cols = list(df.columns) - while True: - random_state.shuffle(cols) - new_df = df[cols] - new_column_order = new_df.columns.to_list() - question = f"""Can you reorder the table such that the column are in this new order {str(new_column_order)}? Make sure to return the complete reordered table.""" - answer = new_df.to_json(orient='index', index=True) - yield TestCase(question, answer, "ColumnShuffleTests") - - -class TableTransposeTests(TestCaseGenerator): - def generate(self, df, random_state=None): - question = f"""Can you transpose the table?""" - - answer = df.T.to_json(orient='index', index=True) - yield TestCase(question, answer, "ColumnShuffleTests") - - -class TableOperation(ABC): - @abstractmethod - def modify( - self, df: pd.DataFrame, random_state: Optional[np.random.RandomState] - ) -> Iterator[pd.DataFrame]: - raise NotImplementedError() - - -class ShuffleRows(TableOperation): - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - random_state = get_random_state(random_state) - while True: - yield df.sample(frac=1.0, random_state=random_state, replace=False) - - -class ShuffleColumns(TableOperation): - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - random_state = get_random_state(random_state) - cols = list(df.columns) - while True: - random_state.shuffle(cols) - yield df[cols] - - -class ArbitraryColumnNames(TableOperation): - - def __init__(self, get_column_name: Optional[Callable[[int], str]] = None): - if get_column_name is None: - get_column_name = [] - while len(get_column_name) <= 200: - arb_name = ''.join(random.choices( - string.ascii_letters + string.digits, k=np.random.randint(1, 11))) - if arb_name not in get_column_name: - get_column_name.append(arb_name) - self.get_column_name = get_column_name - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - while True: - new_columns = random.sample(self.get_column_name, len(df.columns)) - df.columns = new_columns - yield df - - -class SequentialColumnNames(TableOperation): - - def __init__(self, get_column_name: Optional[Callable[[int], str]] = None): - if get_column_name is None: - def get_column_name(col_idx): return f"col_{col_idx}" - self.get_column_name = get_column_name - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - random_state = get_random_state(random_state) - new_columns = [ - self.get_column_name(idx) for idx in range(len(df.columns)) - ] - df.columns = new_columns - - while True: - yield df.sample(frac=0.7, - random_state=random_state, - replace=False, - ) - - -class OriginalData(TableOperation): - def modify(self, df, random_state=None): - df = df.copy(deep=True) - yield df - - -class ShuffleColumnNames(TableOperation): - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - random_state = get_random_state(random_state) - cols = list(df.columns) - while True: - random_state.shuffle(cols) - df.columns = cols - yield df - - -class SampleRows(TableOperation): - - def __init__(self, fraction: float = 0.5, replace: bool = True): - self.fraction = fraction - self.replace = replace - - def modify(self, df, random_state=None): - random_state = get_random_state(random_state) - while True: - yield df.sample(frac=self.fraction, - random_state=random_state, - replace=self.replace, - ignore_index=True) - - -class TransposeTable(TableOperation): - def modify(self, df, random_state=None): - df = df.copy(deep=True) - df = df.T - random_state = get_random_state(random_state) - while True: - yield df.sample(frac=0.7, - random_state=random_state, - replace=False, - ) - - -class ColumnCluster(TableOperation): - def __init__(self, get_column_combination: Optional[Callable[[int], str]] = None): - if get_column_combination is None: - get_column_combination = create_combinations - self.get_column_combination = get_column_combination - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - while True: - combinations_list = self.get_column_combination(range(df.shape[1])) - - new_df = pd.DataFrame() - column_names = df.columns.to_list() - for en in combinations_list: - column_subset_names = list(np.array(column_names)[list(en)]) - new_df[str("-----".join(column_subset_names))] = df[column_subset_names].apply( - lambda row: '-----'.join(map(str, row)), axis=1) - - yield new_df - - -class SerializeTable(TableOperation): - def modify(self, df, random_state=None): - df = df.copy(deep=True) - new_df = pd.DataFrame() - new_df[""] = df.apply(lambda row: ','.join( - [f'{col}:{value}' for col, value in row.items()]), axis=1) - - random_state = get_random_state(random_state) - while True: - yield new_df.sample(frac=0.7, - random_state=random_state, - replace=False, - ) - - -class CompositeTableOperation(object): - - def __init__(self, table_ops: List[TableOperation]): - self.table_ops = table_ops - - def modify(self, df, random_state=None): - random_state = get_random_state(random_state) - - def recursive_app(val, table_ops, random_state): - if len(table_ops) == 0: - yield val - else: - table_op = table_ops[0] - for new_val in table_op.modify(val, random_state=random_state): - for recursed_val in recursive_app(new_val, table_ops[1:], - random_state): - yield recursed_val - - for df_variant in recursive_app(df, self.table_ops, random_state): - yield df_variant - - -class TableFormats(ABC): - @abstractmethod - def formatting( - self, df: pd.DataFrame) -> pd.DataFrame: - raise NotImplementedError() - - -class MarkdownFormat(TableFormats): - def formatting(self, df): - return tabulate(df, headers='keys', tablefmt='pipe', showindex=True) - - -class DataMatrixFormat(TableFormats): - def formatting(self, df): - df_ = pd.DataFrame() - df_[""] = df.index.to_list() - df_[df.columns] = df.values.tolist() - matrix = df_.columns.tolist() # Get column headers as a list - matrix_data = df_.values.tolist() # Get data as a list of lists - matrix_data.insert(0, matrix) - return matrix_data - - -class JsonFormat(TableFormats): - def formatting(self, df): - - return df.to_json(orient='index', index=True) - - -class DFloaderFormat(TableFormats): - def formatting(self, df): - - str_df_loader = "pd.DataFrame({[data]}, index=[indices])" - data = "" - indi = str(df.index.to_list()) - for d in df.columns: - data += f"'{str(d)}'" + " : " + str(df[d].to_list()) + ", " - data = data[:-2] - str_df_loader = str_df_loader.replace( - "[data]", data).replace("[indices]", indi) - return str_df_loader - - -class HTMLFormat(TableFormats): - def formatting(self, df): - html = df.to_html(index=True) - return html - - -class HTMLNoSpaceFormat(TableFormats): - def formatting(self, df): - html = df.to_html(index=True) - return str(html).replace("\t", "").replace("\n", "").replace(" ", "") - - -class TabSeparatedFormat(TableFormats): - def formatting(self, df: pd.DataFrame) -> str: - return df.to_csv(sep='\t', index=True) - - -class CommaSeparatedFormat(TableFormats): - def formatting(self, df: pd.DataFrame) -> str: - return df.to_csv(index=True) - - -class SQLQueryFormat(TableFormats): - def formatting(self, df): - return - - -def gather_Examples_Prompt(tab_format, test_case): - - TF, TC = tab_format.__class__.__name__, test_case.__class__.__name__ - if TC in ["TableColumnReorderTests", "TableReconstructionTests", "TableTransposeTests", "TableReconstructionTests1"]: - Examples = EXAMPLE_Dictionary[f"Ex_{TC}"]( - tab_format, TransposeTable, SerializeTable, ColumnCluster) - - else: - Examples = EXAMPLES.replace("[Data_format_example1]", EXAMPLE_Dictionary[f"TF_EX1_{TF}"])\ - .replace("[QA1]", EXAMPLE_Dictionary[f"Ex1_QA1_{TC}"])\ - .replace("[Data_format_example2]", EXAMPLE_Dictionary[f"TF_EX1_{TF}"])\ - .replace("[QA2]", EXAMPLE_Dictionary[f"Ex1_QA2_{TC}"]) - return Examples - - -class LLMTableLearner(): - def get_prompt(self, examples, df_format, question: str, temperature: float) -> Any: - prompt = DATA_QUES_INSTRUCTION.replace("[Ques]", str(question)).replace( - "[Data_format]", str(df_format)).replace("[Example]", examples) - total_tokens = num_tokens_from_string(prompt) - no_of_token_left = 4051-total_tokens - expected_token = num_tokens_from_string(str(df_format))+51 - maxTok = min(total_tokens, no_of_token_left) - num_n = 3 - modelName = "text-davinci-003" - prompt_cache = {"model": modelName, - "prompt": prompt, - "temperature": temperature, - "max_tokens": maxTok, - "top_p": 1, - "frequency_penalty": 0, - "presence_penalty": 0, - "n": num_n, - "logprobs": 1} - return prompt_cache - - def get_answer(self, examples, df_format, question: str, temperature: float, open_api_key: str) -> Any: - prompt = DATA_QUES_INSTRUCTION.replace("[Ques]", str(question)).replace( - "[Data_format]", str(df_format)).replace("[Example]", examples) - total_tokens = num_tokens_from_string(prompt) - no_of_token_left = 4051-total_tokens - expected_token = num_tokens_from_string(str(df_format))+51 - maxTok = min(total_tokens, no_of_token_left) - num_n = 3 - modelName = "text-davinci-003" - answer, cache = openapi_call_completions( - prompt, modelName=modelName, temp=temperature, maxTok=maxTok, num_n=num_n, open_api_key=open_api_key) - return answer, cache - - -class TableExperimentSuite(object): - - def __init__(self, llm_learner: LLMTableLearner(), - table_formats: List[TableFormats], - table_ops: List[TableOperation], - test_gens: List[TestCaseGenerator], - cache_save_path: str, - open_api_key: str): - self.llm = llm_learner - self.table_formats = table_formats - self.table_ops = table_ops - self.test_gens = test_gens - self.cache_save_path = cache_save_path - self.open_api_key = open_api_key - - def run_experiment(self, - df, - per_table_op: int = 10, - per_test_gen: int = 10, - save_cache=True): - results = [] - cacahe_all_dict = [] - print("OPEN AI KEY USED: ", self.open_api_key) - if save_cache: - current_datetime = datetime.datetime.now() - formatted_datetime = current_datetime.strftime("%Y_%m_%d_%H_%M_%S") - cache_path = os.path.join(self.cache_save_path, f"cache_logger") - if not os.path.exists(cache_path): - os.makedirs(cache_path) - cache_path2 = os.path.join( - self.cache_save_path, f"cache_logger_all") - if not os.path.exists(cache_path2): - os.makedirs(cache_path2) - save_catch_file = os.path.join( - cache_path, f"macro_test_log_{formatted_datetime}.json") - save_catch_file2 = os.path.join( - cache_path, f"macro_test_log_{formatted_datetime}.json") - with open(save_catch_file, mode="w") as writer: - pass - table_ops = [OriginalData(), SampleRows(), - ColumnCluster(), SerializeTable()] - table_ops_test = {"ArbitraryColumnNames": {"TableColumnReorderTests": [5, 10], - "TableTransposeTests": [50, 1], - "TableReconstructionTests1": [50, 1]}, - "ShuffleRows": {"TableColumnReorderTests": [5, 10], - "TableTransposeTests": [50, 1], - "TableReconstructionTests1": [50, 1]}, - "ColumnCluster": {"TableColumnReorderTests": [5, 10], - "TableTransposeTests": [50, 1], - "TableReconstructionTests1": [50, 1]}, - "ShuffleColumns": {"TableColumnReorderTests": [5, 10], - "TableTransposeTests": [50, 1], - "TableReconstructionTests1": [50, 1]}, - "ShuffleColumnNames": {"TableColumnReorderTests": [5, 10], - "TableTransposeTests": [50, 1], - "TableReconstructionTests1": [50, 1]}, - "TransposeTable": {"TableColumnReorderTests": [5, 10], - "TableTransposeTests": [50, 1], - "TableReconstructionTests1": [50, 1]}, - "SequentialColumnNames": {"TableColumnReorderTests": [5, 10], - "TableTransposeTests": [50, 1], - "TableReconstructionTests1": [50, 1]}} - - table_ops_test = {"OriginalData": ["TableColumnReorderTests"], - "SampleRows": ["TableTransposeTests"], - "ColumnCluster": ["TableReconstructionTests"], - "SerializeTable": ["TableReconstructionTests", "TableReconstructionTests1"]} - - for table_op in tqdm(self.table_ops): - table_op_name = table_op.__class__.__name__ - count_df_variant = 0 - for df_variant in tqdm(itertools.islice(table_op.modify(df), - per_table_op)): - df_feed_test = df_variant - count_df_variant += 1 - - for gen in tqdm(self.test_gens): - - if table_op_name in ["ColumnCluster", "SerializeTable"] and gen.__class__.__name__ == "TableReconstructionTests1": - df_feed_test = df - for test in itertools.islice(gen.generate(df_feed_test), - per_test_gen): - - for tab_format in tqdm(self.table_formats): - temperature_list = [0] - for temp in temperature_list: - - try: - examples = gather_Examples_Prompt( - tab_format, gen) - - df_in_desired_format = tab_format.formatting( - df_variant) - prompt_cache_per_call = self.llm.get_prompt( - examples, df_in_desired_format, test.question, temp) - - if gen.__class__.__name__ == "TableReconstructionTests1": - df_in_desired_format = stringify_serialized_df( - df_variant) - answer, cache_per_call = self.llm.get_answer( - examples, df_in_desired_format, test.question, temp, self.open_api_key) - error = None - try: - answer_changed_format = [Convert_back_to_df( - tab_format.__class__.__name__, a) for a in answer] - result = gen.check( - test, answer_changed_format[0]) - pass_1 = gen.metric_pass_k( - test, answer_changed_format, 1) - pass_3 = gen.metric_pass_k( - test, answer_changed_format, 3) - pass_5 = gen.metric_pass_k( - test, answer_changed_format, 5) - pass_10 = gen.metric_pass_k( - test, answer, 10) - pass_15 = gen.metric_pass_k( - test, answer, 15) - per_cell_accracies = gen.per_cell_accuracies( - test, answer_changed_format) - per_cell_accracies_top1 = per_cell_accracies[0] - error = None - except Exception as Err: - result = None - pass_1 = pass_3 = pass_5 = pass_10 = pass_15 = None - error = str(Err) - per_cell_accracies = [] - per_cell_accracies_top1 = None - print(f"error {Err} encountered") - - except Exception as Err: - answer, cache_per_call = None, None - error = str(Err) - print(f"error {Err} encountered") - - cache_all = {"model-Temperature": str(temp), - "tab_format": str(tab_format.__class__.__name__), - "table_op": str(table_op_name), - "gen": str(gen.__class__.__name__), - "test-Question": test.question, - "test-expected-answer": test.expect, - "test-TestType": str(test.TestType), - "test": str(test), - "answer": answer, - "result_match_top1": result, - "error": str(error), - "pass_1": str(pass_1), - "pass_3": str(pass_3), - "pass_5": str(pass_5), - "pass_10": str(pass_10), - "pass_15": str(pass_15), - "per_cell_accracies": str(per_cell_accracies), - "prompt_cache_per_call": prompt_cache_per_call, - "LLMOutput": cache_per_call} - results.append((temp, tab_format.__class__.__name__, table_op.__class__.__name__, gen.__class__.__name__, test.question, test.expect, - test.TestType, pass_1, pass_3, pass_5, pass_10, pass_15, test, answer, answer, per_cell_accracies_top1, per_cell_accracies, result, error)) - # cacahe_all_dict.append(cache_all) - if save_cache: - - with open(save_catch_file, mode="a") as file: - serializable_entry = json.dumps( - cache_all, cls=CustomJSONEncoder) - # Add a newline separator - file.write(serializable_entry + '\n') - - return results diff --git a/misc/TRL-neurips-2023/code_/tableTestingMicroScript.py b/misc/TRL-neurips-2023/code_/tableTestingMicroScript.py deleted file mode 100644 index 7baf1ee..0000000 --- a/misc/TRL-neurips-2023/code_/tableTestingMicroScript.py +++ /dev/null @@ -1,612 +0,0 @@ -import pandas as pd -from abc import ABC, abstractmethod -import itertools -from typing import Any, Callable, Iterator, List, Optional -from dataclasses import dataclass -import numpy as np -import json -import jsonlines -import os -import datetime -from prompts import * -from LLMCall import openapi_call_completions -from tabulate import tabulate -import random -import string -from collections import Counter -from itertools import combinations -from utils import num_tokens_from_string - - -class CustomJSONEncoder(json.JSONEncoder): - def default(self, obj): - if isinstance(obj, np.integer): - return int(obj) - elif isinstance(obj, np.floating): - return float(obj) - elif isinstance(obj, np.ndarray): - return obj.tolist() - if isinstance(obj, pd.Series): - return obj.tolist() - elif isinstance(obj, datetime): - # Handle datetime objects - return obj.isoformat() - elif isinstance(obj, set): - # Handle sets - return list(obj) - return super().default(obj) - - -@dataclass -class TestCase: - question: str - expect: Any - TestType: str - - -RNG_SEED = 42 - - -def get_random_state(random_state=None): - if random_state is None: - random_state = np.random.RandomState(seed=RNG_SEED) - return random_state - - -def create_combinations(entries: List) -> List: - result = [] - i = 0 - while i < len(entries): - if (len(entries) - i)not in [1, 2]: - if i < int(len(entries)/2): - lower_bound = 2 - else: - lower_bound = 1 - tuple_size = min(4, np.random.randint( - lower_bound, (len(entries) - i))) - else: - tuple_size = len(entries) - i - result.append(tuple(entries[i:i + tuple_size])) - i += tuple_size - return result - - -def combine_columns(df, combinations_list): - new_df = pd.DataFrame() - column_names = df.columns.to_list() - for en in combinations_list: - column_subset_names = list(np.array(column_names)[list(en)]) - new_df[str("-----".join(column_subset_names))] = df[column_subset_names].apply( - lambda row: '-----'.join(map(str, row)), axis=1) - return new_df - - -class TestCaseGenerator(ABC): - - def generate( - self, - df: pd.DataFrame, - random_state: Optional[np.random.RandomState] = None - ) -> Iterator[TestCase]: - raise NotImplementedError() - - def check(self, test: TestCase, answer: Any) -> bool: - if test.TestType in ["ColumnLookupTests", "RowLookupTests"]: - if isinstance(test.expect, list): - expected_values = test.expect if isinstance( - test.expect, list) else [test.expect] - expected_values = list(map(str, expected_values)) - matches = set(expected_values).intersection(set([answer])) - else: - print("Error: The expected Answer 'List' should be a list not string") - return len(matches) > 0 - return str(test.expect) == answer - - def metric_pass_k(self, test: TestCase, answer: Any, k: int) -> float: - if not isinstance(answer, list): - raise ValueError("Answer should be a list for pass@k metric.") - - # Convert the test.expect to a list if it's not already - expected_values = test.expect if isinstance( - test.expect, list) else [test.expect] - expected_values = list(map(str, expected_values)) - boolean_answers = [ - True if answer[i] in expected_values else False for i in range(len(answer))] - combinations_k = list(combinations(boolean_answers, k)) - passed_at_k = 0 - # Calculate the pass@k metric - for comb in combinations_k: - if any(comb): - passed_at_k += 1 - pass_at_k_percentage = (passed_at_k / len(combinations_k))*100 - - return pass_at_k_percentage - - -class NavigationTests(TestCaseGenerator): - - def generate(self, df, random_state=None): - random_state = get_random_state(random_state) - cols = df.columns - indexes = df.index.to_list() - nrows = df.shape[0] - while True: - col_idx = random_state.choice(cols) - row_idx = random_state.randint(0, nrows) - question = f"What value is at row {indexes[row_idx]} and column {col_idx}?" - yield TestCase(question, df.iloc[row_idx][col_idx], "NavigationTests") - - -class ColumnLookupTests(TestCaseGenerator): - - def generate(self, df, random_state=None): - - random_state = get_random_state(random_state) - cols = df.columns - nrows = df.shape[0] - while True: - col_idx = random_state.choice(cols) - row_idx = random_state.randint(0, nrows) - - value = df.iloc[row_idx][col_idx] - question = f"What column is the {value} in?" - - _, col_indices = np.where(df.to_numpy() == value) - col_indices = list(set([cols[i] for i in col_indices.tolist()])) - - yield TestCase(question, col_indices, "ColumnLookupTests") - - -class RowLookupTests(TestCaseGenerator): - - def generate(self, df, random_state=None): - - random_state = get_random_state(random_state) - cols = df.columns - indexes = df.index.to_list() - nrows = df.shape[0] - while True: - col_idx = random_state.choice(cols) - row_idx = random_state.randint(0, nrows) - - value = df.iloc[row_idx][col_idx] - question = f"What row is the {value} in?" - - row_indices, _ = np.where(df.to_numpy() == value) - row_indices = list(set(row_indices.tolist())) - row_indices_ = [indexes[v] for v in row_indices] - yield TestCase(question, row_indices_, "RowLookupTests") - - -class DataTypeLookupTests(TestCaseGenerator): - - def generate(self, df, random_state=None): - df = df.copy(deep=True) - random_state = get_random_state(random_state) - - indices = list(df.index) - transpose_bool = all(isinstance(item, str) for item in indices) - header = "column" - if transpose_bool: - df = df.T - header = "row" - cols = list(df.columns) - for col in cols*100: - question = f"What type (using Pandas datatype notation) is {header} {col}?" - answer = str(df.dtypes[col]) - yield TestCase(question, answer, "DataTypeLookupTests") - - -class TableReconstructionTests(TestCaseGenerator): - def generate(self, df, random_state=None): - - question = f"Can you reconstruct the table in a json 'index' format by deserializing the table above?" - answer = df.to_json(orient='index', index=True) - - yield TestCase(question, answer, "TableReconstructionTest") - - -class TableColumnReorderTests(TestCaseGenerator): - def generate(self, df, random_state=None): - random_state = get_random_state(random_state) - cols = list(df.columns) - while True: - random_state.shuffle(cols) - new_df = df[cols] - new_column_order = str(new_df.columns.to_list()) - question = f"""Can you reorder the table such that the column are in this new order {new_column_order}? -Return the reordered table in json 'index' format. """ - answer = new_df.to_json(orient='index', index=True) - yield TestCase(question, answer, "ColumnShuffleTests") - - -class TableTransposeTests(TestCaseGenerator): - def generate(self, df, random_state=None): - - question = f"""Can you transpose the table? Return the transposed table in json 'index' format.""" - answer = df.to_json(orient='index', index=True) - yield TestCase(question, answer, "ColumnShuffleTests") - - -class TableOperation(ABC): - @abstractmethod - def modify( - self, df: pd.DataFrame, random_state: Optional[np.random.RandomState] - ) -> Iterator[pd.DataFrame]: - raise NotImplementedError() - - -class ShuffleRows(TableOperation): - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - random_state = get_random_state(random_state) - while True: - yield df.sample(frac=1.0, random_state=random_state, replace=False) - - -class ShuffleColumns(TableOperation): - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - random_state = get_random_state(random_state) - cols = list(df.columns) - while True: - random_state.shuffle(cols) - yield df[cols] - - -class ArbitraryColumnNames(TableOperation): - - def __init__(self, get_column_name: Optional[Callable[[int], str]] = None): - if get_column_name is None: - get_column_name = [''.join(random.choices( - string.ascii_letters + string.digits, k=np.random.randint(1, 11))) for _ in range(200)] - self.get_column_name = get_column_name - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - while True: - new_columns = random.sample(self.get_column_name, len(df.columns)) - df.columns = new_columns - yield df - - -class SequentialColumnNames(TableOperation): - - def __init__(self, get_column_name: Optional[Callable[[int], str]] = None): - if get_column_name is None: - def get_column_name(col_idx): return f"col_{col_idx}" - self.get_column_name = get_column_name - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - random_state = get_random_state(random_state) - new_columns = [ - self.get_column_name(idx) for idx in range(len(df.columns)) - ] - df.columns = new_columns - yield df - - -class OriginalData(TableOperation): - def modify(self, df, random_state=None): - df = df.copy(deep=True) - yield df - - -class ShuffleColumnNames(TableOperation): - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - random_state = get_random_state(random_state) - cols = list(df.columns) - while True: - random_state.shuffle(cols) - df.columns = cols - yield df - - -class SampleRows(TableOperation): - - def __init__(self, fraction: float = 0.5, replace: bool = True): - self.fraction = fraction - self.replace = replace - - def modify(self, df, random_state=None): - random_state = get_random_state(random_state) - while True: - yield df.sample(frac=self.fraction, - random_state=random_state, - replace=self.replace) - - -class TransposeTable(TableOperation): - def modify(self, df, random_state=None): - df = df.copy(deep=True) - yield df.T - - -class ColumnCluster(TableOperation): - def __init__(self, get_column_combination: Optional[Callable[[int], str]] = None): - if get_column_combination is None: - get_column_combination = create_combinations - self.get_column_combination = get_column_combination - - def modify(self, df, random_state=None): - df = df.copy(deep=True) - while True: - combinations_list = self.get_column_combination(range(df.shape[1])) - - new_df = pd.DataFrame() - column_names = df.columns.to_list() - for en in combinations_list: - column_subset_names = list(np.array(column_names)[list(en)]) - new_df[str("-----".join(column_subset_names))] = df[column_subset_names].apply( - lambda row: '-----'.join(map(str, row)), axis=1) - - yield new_df - - -class SerializeTable(TableOperation): - def modify(self, df, random_state=None): - df = df.copy(deep=True) - new_df = pd.DataFrame() - new_df[""] = df.apply(lambda row: ','.join( - [f'{col}:{value}' for col, value in row.items()]), axis=1) - - yield new_df - - -class CompositeTableOperation(object): - - def __init__(self, table_ops: List[TableOperation]): - self.table_ops = table_ops - - def modify(self, df, random_state=None): - random_state = get_random_state(random_state) - - def recursive_app(val, table_ops, random_state): - if len(table_ops) == 0: - yield val - else: - table_op = table_ops[0] - for new_val in table_op.modify(val, random_state=random_state): - for recursed_val in recursive_app(new_val, table_ops[1:], - random_state): - yield recursed_val - - for df_variant in recursive_app(df, self.table_ops, random_state): - yield df_variant - - -class TableFormats(ABC): - @abstractmethod - def formatting( - self, df: pd.DataFrame) -> pd.DataFrame: - raise NotImplementedError() - - -class MarkdownFormat(TableFormats): - def formatting(self, df): - return tabulate(df, headers='keys', tablefmt='pipe', showindex=True) - - -class DataMatrixFormat(TableFormats): - def formatting(self, df): - df_ = pd.DataFrame() - df_[""] = df.index.to_list() - df_[df.columns] = df.values.tolist() - matrix = df_.columns.tolist() # Get column headers as a list - matrix_data = df_.values.tolist() # Get data as a list of lists - matrix_data.insert(0, matrix) - return matrix_data - - -class JsonFormat(TableFormats): - def formatting(self, df): - return df.to_json(orient='index', index=True) - - -class DFloaderFormat(TableFormats): - def formatting(self, df): - str_df_loader = "pd.DataFrame({[data]}, index=[indices])" - data = "" - indi = str(df.index.to_list()) - for d in df.columns: - data += str(d) + " : " + str(df[d].to_list()) + ", " - data = data[:-2] - str_df_loader = str_df_loader.replace( - "[data]", data).replace("[indices]", indi) - return str_df_loader - - -class HTMLFormat(TableFormats): - def formatting(self, df): - html = df.to_html(index=True) - return html - - -class HTMLNoSpaceFormat(TableFormats): - def formatting(self, df): - html = df.to_html(index=True) - return str(html).replace("\t", "").replace("\n", "").replace(" ", "") - - -class TabSeparatedFormat(TableFormats): - def formatting(self, df: pd.DataFrame) -> str: - return df.to_csv(sep='\t', index=True) - - -class CommaSeparatedFormat(TableFormats): - def formatting(self, df: pd.DataFrame) -> str: - return df.to_csv(index=True) - - -class SQLQueryFormat(TableFormats): - def formatting(self, df): - return - - -def gather_Examples_Prompt(tab_format, test_case): - - TF, TC = tab_format.__class__.__name__, test_case.__class__.__name__ - Examples = EXAMPLES.replace("[Data_format_example1]", EXAMPLE_Dictionary[f"TF_EX1_{TF}"])\ - .replace("[QA1]", EXAMPLE_Dictionary[f"Ex1_QA1_{TC}"])\ - .replace("[Data_format_example2]", EXAMPLE_Dictionary[f"TF_EX1_{TF}"])\ - .replace("[QA2]", EXAMPLE_Dictionary[f"Ex1_QA2_{TC}"]) - return Examples - - -class LLMTableLearner(): - def get_prompt(self, examples, df_format, question: str, temperature: float) -> Any: - prompt = DATA_QUES_INSTRUCTION.replace("[Ques]", str(question)).replace( - "[Data_format]", str(df_format)).replace("[Example]", examples) - total_tokens = num_tokens_from_string(prompt) - maxTok = 100 - num_n = 15 - modelName = "text-davinci-003" - prompt_cache = {"model": modelName, - "prompt": prompt, - "temperature": temperature, - "max_tokens": maxTok, - "top_p": 1, - "frequency_penalty": 0, - "presence_penalty": 0, - "n": num_n, - "logprobs": 1} - return prompt_cache - - def get_answer(self, examples, df_format, question: str, temperature: float, open_api_key: str) -> Any: - prompt = DATA_QUES_INSTRUCTION.replace("[Ques]", str(question)).replace( - "[Data_format]", str(df_format)).replace("[Example]", examples) - - answer, cache = openapi_call_completions( - prompt, modelName="text-davinci-003", temp=temperature, maxTok=100, num_n=15, open_api_key=open_api_key) - return answer, cache - - -class TableExperimentSuite(object): - - def __init__(self, llm_learner: LLMTableLearner(), - table_formats: List[TableFormats], - table_ops: List[TableOperation], - test_gens: List[TestCaseGenerator], - cache_save_path: str, - open_api_key: str): - self.llm = llm_learner - self.table_formats = table_formats - self.table_ops = table_ops - self.test_gens = test_gens - self.cache_save_path = cache_save_path - self.open_api_key = open_api_key - - def run_experiment(self, - df, - per_table_op: int = 10, - per_test_gen: int = 10, - save_cache=True): - results = [] - cacahe_all_dict = [] - if save_cache: - current_datetime = datetime.datetime.now() - formatted_datetime = current_datetime.strftime("%Y_%m_%d_%H_%M_%S") - - cache_path = os.path.join(self.cache_save_path, f"cache_logger") - if not os.path.exists(cache_path): - os.makedirs(cache_path) - cache_path2 = os.path.join( - self.cache_save_path, f"cache_logger_all") - if not os.path.exists(cache_path2): - os.makedirs(cache_path2) - save_catch_file = os.path.join( - cache_path, f"micro_test_log_{formatted_datetime}.json") - save_catch_file2 = os.path.join( - cache_path2, f"micro_test_log_{formatted_datetime}.json") - with open(save_catch_file, mode="w") as writer: - pass - - for table_op in self.table_ops: - - for df_variant in itertools.islice(table_op.modify(df), - per_table_op): - df_variant_for_test = df_variant - if table_op.__class__.__name__ in ["ColumnCluster", "SerializeTable"]: - df_variant_for_test = df - - for gen in self.test_gens: - if table_op.__class__.__name__ in ["OriginalData", "SequentialColumnNames", "TransposeTable", "SerializeTable"]: - no_of_test = per_test_gen*per_table_op - else: - no_of_test = per_test_gen - - for test in itertools.islice(gen.generate(df_variant_for_test), - no_of_test): - - for tab_format in self.table_formats: - temperature_list = [0] - for temp in temperature_list: - - try: - examples = gather_Examples_Prompt( - tab_format, gen) - prompt_cache_per_call = self.llm.get_prompt( - examples, tab_format.formatting(df_variant), test.question, temp) - - answer, cache_per_call = self.llm.get_answer(examples, tab_format.formatting( - df_variant), test.question, temp, self.open_api_key) - result = gen.check(test, answer[0]) - pass_1 = gen.metric_pass_k(test, answer, 1) - pass_3 = gen.metric_pass_k(test, answer, 3) - pass_5 = gen.metric_pass_k(test, answer, 5) - pass_10 = gen.metric_pass_k( - test, answer, 10) - pass_15 = gen.metric_pass_k( - test, answer, 15) - - error = None - - except Exception as Err: - answer, cache_per_call = None, None - result = None - pass_1 = pass_3 = pass_5 = pass_10 = pass_15 = None - error = str(Err) - print(f"error {Err} encountered") - error = str(Err) - print(f"error {Err} encountered") - - cache_all = {"model-Temperature": str(temp), - "tab_format": str(tab_format.__class__.__name__), - "table_op": str(table_op.__class__.__name__), - "gen": str(gen.__class__.__name__), - "test-Question": test.question, - "test-expected-answer": test.expect, - "test-TestType": str(test.TestType), - "test": str(test), - "answer": answer, - "result_match_top1": result, - "error": str(error), - "pass_1": str(pass_1), - "pass_3": str(pass_3), - "pass_5": str(pass_5), - "pass_10": str(pass_10), - "pass_15": str(pass_15), - "prompt_cache_per_call": prompt_cache_per_call, - "LLMOutput": cache_per_call} - results.append((temp, tab_format.__class__.__name__, table_op.__class__.__name__, gen.__class__.__name__, test.question, - test.expect, test.TestType, pass_1, pass_3, pass_5, pass_10, pass_15, test, answer, answer, result, error)) - cacahe_all_dict.append(cache_all) - if save_cache: - with open(save_catch_file, mode="a") as file: - serializable_entry = json.dumps( - cache_all, cls=CustomJSONEncoder) - file.write(serializable_entry + '\n') - - if save_cache: - with open(save_catch_file2, mode="w") as file: - for result_entry in cacahe_all_dict: - serializable_entry = json.dumps( - result_entry, cls=CustomJSONEncoder) - file.write(serializable_entry + '\n') - - return results diff --git a/misc/TRL-neurips-2023/code_/utils.py b/misc/TRL-neurips-2023/code_/utils.py deleted file mode 100644 index f0e4af2..0000000 --- a/misc/TRL-neurips-2023/code_/utils.py +++ /dev/null @@ -1,74 +0,0 @@ -import tiktoken -from io import StringIO -import ast -import pandas as pd - - -def Convert_back_to_df(Format: str, data_string: str): - if Format == "JsonFormat": - return pd.DataFrame(ast.literal_eval(data_string)).T - if Format == "MarkdownFormat": - extracted_df = pd.read_csv( - StringIO(data_string.replace(' ', '')), # Get rid of whitespaces - sep='|', - index_col=1 - ).dropna( - axis=1, - how='all' - ).iloc[1:] - extracted_df_ = extracted_df.map( - lambda x: x.strip() if isinstance(x, str) else x) - extracted_df_.columns = [col.strip() for col in extracted_df.columns] - return extracted_df_ - if Format == "DFloaderFormat": - start_inx = data_string.find("pd.DataFrame(")+len("pd.DataFrame(") - stop_idx = data_string.find(", index=[") - string_dict = data_string[start_inx:stop_idx] - string_dict - dict_data_part = ast.literal_eval(data_string[start_inx:stop_idx]) - list_index = ast.literal_eval(data_string[stop_idx+len(", index="):-1]) - return pd.DataFrame(dict_data_part, index=list_index) - - if Format == "DataMatrixFormat": - Matrix = ast.literal_eval(data_string.replace("\n", "")) - matrix_df = pd.DataFrame(Matrix) - matrix_df.index = matrix_df[0].to_list() - matrix_df = matrix_df.drop(columns=[0]) - matrix_df.columns = matrix_df.iloc[0, :].tolist() - matrix_df = matrix_df.iloc[1:, :] - return matrix_df - - if Format == "CommaSeparatedFormat": - dff = pd.read_csv(StringIO(data_string), sep=",") - index_col = dff.columns[0] - dff.index = dff[index_col].to_list() - dff = dff.drop(columns=[index_col]) - return dff - - if Format == "TabSeparatedFormat": - dff = pd.read_csv(StringIO(data_string), sep="\t") - index_col = dff.columns[0] - dff.index = dff[index_col].to_list() - dff = dff.drop(columns=[index_col]) - return dff - - if Format in ["HTMLNoSpaceFormat", "HTMLFormat"]: - dff = pd.read_html(StringIO(data_string))[0] - index_col = dff.columns[0] - dff.index = dff[index_col].to_list() - dff = dff.drop(columns=[index_col]) - return dff - - -def num_tokens_from_string(string: str, encoding_name: str = "p50k_base") -> int: - """Returns the number of tokens in a text string.""" - encoding = tiktoken.get_encoding(encoding_name) - num_tokens = len(encoding.encode(string)) - return num_tokens - - -num_tokens_from_string("tiktoken is great!", "cl100k_base") - - -def stringify_serialized_df(serialized_df: pd.DataFrame): - return "\n".join([v[0] for v in serialized_df.values]) diff --git a/misc/TRL-neurips-2023/notebooks/MacroTableTesting.ipynb b/misc/TRL-neurips-2023/notebooks/MacroTableTesting.ipynb deleted file mode 100644 index 9175a4e..0000000 --- a/misc/TRL-neurips-2023/notebooks/MacroTableTesting.ipynb +++ /dev/null @@ -1,173 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "%cd ../code_" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "gather": { - "logged": 1694699855951 - } - }, - "outputs": [], - "source": [ - "from tableTestingMicroScript import *\n", - "import pandas as pd\n", - "import os\n", - "import ast\n", - "from utils import num_tokens_from_string" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from prompts import EXAMPLES, EXAMPLE_Dictionary\n", - "import pandas as pd\n", - "from utils import num_tokens_from_string\n", - "\n", - "\n", - "def gather_Examples_Prompt(tab_format, test_case):\n", - "\n", - " TF, TC = tab_format.__class__.__name__, test_case\n", - " Examples = EXAMPLES.replace(\"[Data_format_example1]\", EXAMPLE_Dictionary[f\"TF_EX1_{TF}\"])\\\n", - " .replace(\"[QA1]\", EXAMPLE_Dictionary[f\"Ex1_QA1_{TC}\"])\\\n", - " .replace(\"[Data_format_example2]\", EXAMPLE_Dictionary[f\"TF_EX1_{TF}\"])\\\n", - " .replace(\"[QA2]\", EXAMPLE_Dictionary[f\"Ex1_QA2_{TC}\"])\n", - " return Examples\n", - "\n", - "\n", - "def get_max_no_of_rows_feedable(df, FormatFunction, Micro=True):\n", - "\n", - " per_test = []\n", - " test_case = [\"NavigationTests\", \"ColumnLookupTests\",\n", - " \"RowLookupTests\", \"DataTypeLookupTests\"]\n", - "\n", - " for tt in test_case:\n", - " exp = gather_Examples_Prompt(FormatFunction, tt)\n", - "\n", - " for i in range(min(df.shape[0], 100), 2, -1):\n", - " if Micro:\n", - " total_token = 30 + num_tokens_from_string(exp)+11+num_tokens_from_string(\n", - " str(FormatFunction.formatting(df.head(i))))+100\n", - " else:\n", - " total_token = 100 + num_tokens_from_string(exp)+11+num_tokens_from_string(\n", - " str(FormatFunction.formatting(df.head(i))))*2.5\n", - "\n", - " if total_token < 4081:\n", - "\n", - " per_test.append(i)\n", - " break\n", - " return (min(per_test))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "benchmark_dataset" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "gather": { - "logged": 1694736239538 - } - }, - "outputs": [], - "source": [ - "\n", - "benchmark_data_path = \"../resources/BenchmarkDataset\"\n", - "benchmark_dataset = [f for f in os.listdir(\n", - " benchmark_data_path) if f.endswith(\".csv\")]\n", - "benchmark_save_path = \"../resources/BenchmarkResults/BenchmarkResults_Micro_tests/\"\n", - "if not os.path.exists(benchmark_save_path):\n", - " os.makedirs(benchmark_save_path)\n", - "open_api_key = os.env(\"OPENAI_API_KEY\")\n", - "for bd in benchmark_dataset:\n", - " print(bd)\n", - " df = pd.read_csv(os.path.join(benchmark_data_path, bd))\n", - " save_path = os.path.join(benchmark_save_path, bd)\n", - " if not os.path.exists(save_path):\n", - " os.makedirs(save_path)\n", - "\n", - " table_formats = [HTMLFormat(), HTMLNoSpaceFormat(), MarkdownFormat(), JsonFormat(\n", - " ), DataMatrixFormat(), DFloaderFormat(), TabSeparatedFormat(), CommaSeparatedFormat()],\n", - " max_rows = min([get_max_no_of_rows_feedable(df, format)\n", - " for format in table_formats])\n", - "\n", - " df = df.head(max_rows)\n", - " print(df.shape)\n", - " suite = TableExperimentSuite(LLMTableLearner(),\n", - " [MarkdownFormat(), JsonFormat(), DataMatrixFormat(\n", - " ), DFloaderFormat(), TabSeparatedFormat(), CommaSeparatedFormat()],\n", - " [\n", - " OriginalData(), SampleRows(), ColumnCluster(), SerializeTable()\n", - " ],\n", - " [TableColumnReorderTests(), TableTransposeTests(\n", - " ), TableReconstructionTests(), TableReconstructionTests1()],\n", - " save_path, open_api_key)\n", - " output = suite.run_experiment(df, per_table_op=50, per_test_gen=1)\n", - "\n", - " col_names = [\"temperature\", \"tableFormat\", \"TableManipulation\", \"TestCase\", \"TestQuestion\", \"TestExpectedAnswer\", \"TestCaseType\", \"pass_1\", \"pass_3\",\n", - " \"pass_5\", \"pass_10\", \"pass_15\", \"TestCaseTuple\", \"Answers_top_15\", \"Answer_top_1\", \"per_cell_accracies_top1\", \"per_cell_accracies\", \"Result\", \"Error\"]\n", - " output_df = pd.DataFrame(output, columns=col_names)\n", - "\n", - " output_df.to_csv(os.path.join(\n", - " save_path, f\"Macro_{bd}_output.csv\"), index=None)\n", - " try:\n", - " output_df.to_pickle(os.path.join(\n", - " save_path, f\"{bd}_output.pkl\"), index=None)\n", - " except:\n", - " pass" - ] - } - ], - "metadata": { - "kernel_info": { - "name": "python38-azureml" - }, - "kernelspec": { - "display_name": "env", - "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.11.5" - }, - "microsoft": { - "ms_spell_check": { - "ms_spell_check_language": "en" - } - }, - "nteract": { - "version": "nteract-front-end@1.0.0" - }, - "orig_nbformat": 4 - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/misc/TRL-neurips-2023/notebooks/MacroTestMetricsCalculation.ipynb b/misc/TRL-neurips-2023/notebooks/MacroTestMetricsCalculation.ipynb deleted file mode 100644 index 9b54096..0000000 --- a/misc/TRL-neurips-2023/notebooks/MacroTestMetricsCalculation.ipynb +++ /dev/null @@ -1,228 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "%cd ../code_\n", - "from collections import Counter\n", - "from tableTestingNewMacro import *\n", - "from utils import Convert_back_to_df\n", - "from compare import compare_per_cell\n", - "import pandas as pd\n", - "import os\n", - "import ast\n", - "import json\n", - "from typing import Any, List\n", - "from itertools import combinations\n", - "import tqdm\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def check(expected_df: pd.DataFrame, answer: pd.DataFrame) -> bool:\n", - " expected_df = expected_df.astype(str)\n", - " try:\n", - " if expected_df.shape == answer.shape:\n", - " return expected_df.equals(answer)\n", - " else:\n", - " return False\n", - " except:\n", - " return False\n", - "\n", - "\n", - "def metric_pass_k(expected_df: pd.DataFrame, answer: List[pd.DataFrame], k: int) -> float:\n", - " expected_df = expected_df.astype(str)\n", - " boolean_answers = [check(expected_df, answer[i])\n", - " for i in range(len(answer))]\n", - " combinations_k = list(combinations(boolean_answers, k))\n", - " passed_at_k = 0\n", - " # Calculate the pass@k metric\n", - " for comb in combinations_k:\n", - " if any(comb):\n", - " passed_at_k += 1\n", - " pass_at_k_percentage = (passed_at_k / len(combinations_k))*100\n", - "\n", - " return pass_at_k_percentage" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def serialize_it(expected_df, format_name):\n", - " if format_name == \"JsonFormat\":\n", - " return str(JsonFormat().formatting(next(SerializeTable().modify(expected_df))))\n", - " if format_name == \"DFloaderFormat\":\n", - " return str(DFloaderFormat().formatting(next(SerializeTable().modify(expected_df))))\n", - " if format_name == \"DataMatrixFormat\":\n", - " return str(DataMatrixFormat().formatting(next(SerializeTable().modify(expected_df))))\n", - " if format_name == \"MarkdownFormat\":\n", - " return str(MarkdownFormat().formatting(next(SerializeTable().modify(expected_df))))\n", - " if format_name == \"CommaSeparatedFormat\":\n", - " return str(CommaSeparatedFormat().formatting(next(SerializeTable().modify(expected_df))))\n", - " if format_name == \"TabSeparatedFormat\":\n", - " return str(TabSeparatedFormat().formatting(next(SerializeTable().modify(expected_df))))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "benchmark_data_path = \"../resources/BenchmarkDataset\"\n", - "benchmark_dataset = os.listdir(benchmark_data_path)\n", - "# 3----> macro test -noises 8 formats 3 test\n", - "benchmark_save_path = \"../resources/BenchmarkResults_29_9_2023_Macro_Tests_all_noise_redo_redo/\"\n", - "benchmark_dataset = [d for d in benchmark_dataset if d.endswith(\".csv\")]\n", - "sp = spa = benchmark_save_path\n", - "\n", - "for bd in benchmark_dataset:\n", - " try:\n", - " pass_metrics = []\n", - " t_F_bools = []\n", - " scores_all_precision = []\n", - " scores_all_recall = []\n", - " print(bd)\n", - " df = pd.read_csv(os.path.join(benchmark_save_path,\n", - " bd, \"Macro_\"+bd+\"_output.csv\"))\n", - " print(df.shape)\n", - " dirs = os.listdir(os.path.join(\n", - " benchmark_save_path, bd, \"cache_logger_new\"))\n", - " print(dirs)\n", - " error_lines = 0\n", - " error_converts = 0\n", - " found = 0\n", - " table_ops = []\n", - " error_converts_format = []\n", - " ops_candidate_error = []\n", - " test_candidate_error = []\n", - " error_logs = []\n", - " print(\"use:\", dirs[-1])\n", - " with open(os.path.join(benchmark_save_path, bd, \"cache_logger_new\", dirs[-1]), \"r\") as file:\n", - " for line in tqdm.tqdm(file):\n", - " try:\n", - " data_ = json.loads((line))\n", - " expected_ans = data_[\"test-expected-answer\"]\n", - " expected_df = Convert_back_to_df(\n", - " \"JsonFormat\", str(expected_ans))\n", - " gen = data_[\"gen\"]\n", - " if gen == \"TableReconstructionTests\" and data_[\"table_op\"] == \"SampleRows\":\n", - " if serialize_it(expected_df, data_[\"tab_format\"]) in data_[\"prompt_cache_per_call\"][\"prompt\"]:\n", - " table_op = \"SerializeTable\"\n", - " found += 1\n", - " elif gen == \"TableReconstructionTests1\":\n", - " table_op = \"SerializeTable\"\n", - " else:\n", - " table_op = data_[\"table_op\"]\n", - " table_ops.append(table_op)\n", - " answer = data_[\"answer\"]\n", - " tab_format = data_[\"tab_format\"]\n", - " answer_changed_format = []\n", - " for a in answer:\n", - " try:\n", - " conv = Convert_back_to_df(tab_format, a)\n", - " except Exception as err:\n", - " conv = pd.DataFrame()\n", - " error_converts += 1\n", - " if a == answer[0]:\n", - " error_converts_format.append(\n", - " data_[\"tab_format\"])\n", - "\n", - " answer_changed_format.append(conv)\n", - "\n", - " a = answer_changed_format[0]\n", - " try:\n", - " scores_all_precision.append(\n", - " compare_per_cell(a, expected_df)*100)\n", - " except:\n", - " scores_all_precision.append(0)\n", - " try:\n", - " # , type_reference_df=a, count_header_and_index=True, return_fraction=False))\n", - " scores_all_recall.append(\n", - " compare_per_cell(expected_df, a)*100)\n", - " except:\n", - " scores_all_recall.append(0)\n", - "\n", - " # break\n", - " try:\n", - " pass_metrics.append([metric_pass_k(\n", - " expected_ans, answer_changed_format, k) for k in [1, 3, 5, 10, 15]])\n", - " except Exception as Err:\n", - " pass_metrics.append([None for k in [1, 3, 5, 10, 15]])\n", - " try:\n", - " t_F_bools.append(\n", - " check(expected_ans, answer_changed_format[0]))\n", - "\n", - " except Exception as Err:\n", - " t_F_bools.append(False)\n", - " except Exception as err:\n", - "\n", - " ops_candidate_error.append(data_[\"table_op\"])\n", - " test_candidate_error.append(data_[\"gen\"])\n", - " error_logs.append(data_[\"error\"])\n", - " error_lines += 1\n", - " scores_all_precision.append(0)\n", - " scores_all_recall.append(0)\n", - " t_F_bools.append(False)\n", - " pass_metrics.append([None for k in [1, 3, 5, 10, 15]])\n", - "\n", - " print(len(pass_metrics))\n", - " print(Counter(ops_candidate_error).items())\n", - " print(Counter(test_candidate_error).items())\n", - " print(Counter(error_logs).items())\n", - " print(\"NO of error lines:\", error_lines)\n", - " print(\"error_converts:\", error_converts/15, error_converts)\n", - " print(\"found serialized:\", found)\n", - " print(Counter(table_ops).items())\n", - " print(\"failed format counts:\", Counter(error_converts_format).items())\n", - " df[\"table_ops\"] = table_ops\n", - " df[['pass_1', 'pass_3', 'pass_5', 'pass_10', 'pass_15']] = pass_metrics\n", - " df[\"Result\"] = df[\"Result\"].apply(lambda x: 1 if x else 0)\n", - " df[\"T/F\"] = t_F_bools\n", - " df[\"precision_per_cell_correctness_top1\"] = scores_all_precision\n", - " df[\"recall_per_cell_correctness_top1\"] = scores_all_recall\n", - " df.to_csv(os.path.join(benchmark_save_path, bd,\n", - " \"Macro_\"+bd+\"_output_revamped.csv\"), index=None)\n", - "\n", - " print(f\"{'-'*90}\\n\")\n", - " except Exception as Err:\n", - " print(\"error encountered\")\n", - " print(Err)\n", - " pass\n", - " print(f\"{'-'*90}\\n\")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "env", - "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.11.5" - }, - "orig_nbformat": 4 - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/misc/TRL-neurips-2023/notebooks/MacroTestResults_RQ1.ipynb b/misc/TRL-neurips-2023/notebooks/MacroTestResults_RQ1.ipynb deleted file mode 100644 index 1f49e9a..0000000 --- a/misc/TRL-neurips-2023/notebooks/MacroTestResults_RQ1.ipynb +++ /dev/null @@ -1,231 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import pandas as pd\n", - "import os\n", - "import numpy as np\n", - "import statsmodels.api as sm\n", - "import statsmodels.stats.contingency_tables as ct" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "benchmark_data_path = \"../resources/BenchmarkDatasetClean/\"\n", - "benchmark_dataset = os.listdir(benchmark_data_path)\n", - "benchmark_save_path = \"../resources/BenchmarkResults_29_9_2023_Macro_Tests_all_noise_redo_redo\"\n", - "benchmark_save_path2 = \"../resources/BenchmarkResults_23_9_2023_Macro_Tests_HTML_original\"\n", - "benchmark_save_path1 = \"../resources/BenchmarkResults_23_9_2023_Macro_Tests_new_format_added_test_redo/\"\n", - "\n", - "benchmark_dataset = [data for data in benchmark_dataset if data.endswith(\n", - " \".csv\") and \"breast\" not in data]\n", - "dfs = []\n", - "for bd in benchmark_dataset:\n", - "\n", - " pass_metrics = []\n", - " print(bd)\n", - " df1 = pd.read_csv(os.path.join(benchmark_save_path1, bd,\n", - " \"Macro_\"+bd+\"_output_revamped.csv\"))\n", - " df2 = pd.read_csv(os.path.join(benchmark_save_path2, bd,\n", - " \"Macro_\"+bd+\"_output_revamped.csv\"))\n", - " df3 = pd.read_csv(os.path.join(benchmark_save_path, bd,\n", - " \"Macro_\"+bd+\"_output_revamped.csv\"))\n", - " df2[\"precision_per_cell_correctness_top1\"] = df2[\"precision_per_cell_correctness_top1\"]*0.01\n", - " df2[\"recall_per_cell_correctness_top1\"] = df2[\"recall_per_cell_correctness_top1\"]*0.01\n", - " df3[\"precision_per_cell_correctness_top1\"] = df3[\"precision_per_cell_correctness_top1\"]*0.01\n", - " df3[\"recall_per_cell_correctness_top1\"] = df3[\"recall_per_cell_correctness_top1\"]*0.01\n", - " df2[\"TableManipulation\"] = \"OriginalData\"\n", - " df1[\"TableManipulation\"] = \"OriginalData\"\n", - " df = pd.concat([df1, df2, df3], ignore_index=True)\n", - " print(df1.shape, df2.shape, df.shape)\n", - " df[\"Dataset-name\"] = bd\n", - " df[\"F1Score_per_cell_correctness_top1\"] = df.apply(lambda x: np.round(2*(x.recall_per_cell_correctness_top1*x.precision_per_cell_correctness_top1)/(\n", - " x.recall_per_cell_correctness_top1+x.precision_per_cell_correctness_top1)) if (x.recall_per_cell_correctness_top1*x.precision_per_cell_correctness_top1) != 0 else 0, axis=1)\n", - " dfs.append(df)\n", - "all_data = pd.concat(dfs, ignore_index=True)\n", - "\n", - "attributes = {c: list(df[c].unique()) for c in df.columns if c in [\n", - " \"temperature\", \"tableFormat\", \"table_ops\", \"TestCase\"]}" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "#### RQ1" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_cases = [\"TableColumnReorderTests\",\n", - " \"TableReconstructionTests1\", \"TableTransposeTests\"]\n", - "formats = all_data[\"tableFormat\"].unique()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_data_test_vs_format_on_all_noise_ops = all_data[(\n", - " all_data[\"temperature\"] == 0.0)] \n", - "print(all_data_test_vs_format_on_all_noise_ops.shape)\n", - "test_vs_format_on_all_noise_ops = all_data_test_vs_format_on_all_noise_ops.pivot_table(\n", - " index=[\"tableFormat\"],\n", - " columns='TestCase',\n", - " values=[\"F1Score_per_cell_correctness_top1\", 'recall_per_cell_correctness_top1',\n", - " \"precision_per_cell_correctness_top1\"], \n", - " aggfunc=[\"mean\"] # Custom aggregation function to append values to a list\n", - ")\n", - "test_vs_format_on_all_noise_ops = test_vs_format_on_all_noise_ops*100\n", - "test_vs_format_on_all_noise_ops = np.round(\n", - " test_vs_format_on_all_noise_ops, decimals=2)\n", - "cols = [(\"mean\", f\"{metric}_per_cell_correctness_top1\", T)\n", - " for T in test_cases for metric in [\"precision\", \"recall\", \"F1Score\"]]\n", - "test_vs_format_on_all_noise_ops = test_vs_format_on_all_noise_ops[cols]\n", - "indi = ['CommaSeparatedFormat', 'DFloaderFormat', 'DataMatrixFormat',\n", - " 'JsonFormat', 'MarkdownFormat',\n", - " 'TabSeparatedFormat', 'HTMLFormat', 'HTMLNoSpaceFormat']\n", - "test_vs_format_on_all_noise_ops = test_vs_format_on_all_noise_ops.reindex(indi)\n", - "test_vs_format_on_all_noise_ops" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "cols_f1 = [(\"mean\", f\"{metric}_per_cell_correctness_top1\", T)\n", - " for T in test_cases for metric in [\"F1Score\"]]\n", - "test_vs_format_on_all_noise_ops_f1 = test_vs_format_on_all_noise_ops[cols_f1]\n", - "test_vs_format_on_all_noise_ops_f1" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "#### P-values RQ1 Macro" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_data_test_vs_format_on_all_noise_ops = all_data[(\n", - " all_data[\"temperature\"] == 0.0)] \n", - "print(all_data_test_vs_format_on_all_noise_ops.shape)\n", - "test_vs_format_on_all_noise_ops = all_data_test_vs_format_on_all_noise_ops.pivot_table(\n", - " index=[\"TestCase\"],\n", - " columns='tableFormat',\n", - " values=[\"F1Score_per_cell_correctness_top1\"],\n", - " # Custom aggregation function to append values to a list\n", - " aggfunc=lambda x: list(x)\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import scipy\n", - "\n", - "p_val = {}\n", - "for id in range(test_vs_format_on_all_noise_ops.shape[0]):\n", - " print(id)\n", - " if test_vs_format_on_all_noise_ops.index[id] != \"TableReconstructionTests\":\n", - " print(\n", - " f\"For Test: {test_vs_format_on_all_noise_ops.index[id]} pass@1 temp =0.1\")\n", - " sorted_list = [i for i in test_vs_format_on_all_noise_ops_f1.sort_values(\n", - " by=[(\"mean\", \"F1Score_per_cell_correctness_top1\", test_vs_format_on_all_noise_ops.index[id])], ascending=False).index]\n", - " print(sorted_list)\n", - " sub_vals = {}\n", - " index_val = test_vs_format_on_all_noise_ops.index[id]\n", - " for x in range(1, len(sorted_list)):\n", - " vals1 = test_vs_format_on_all_noise_ops.loc[index_val, (\n", - " \"F1Score_per_cell_correctness_top1\", sorted_list[0])]\n", - " vals2 = test_vs_format_on_all_noise_ops.loc[index_val, (\n", - " \"F1Score_per_cell_correctness_top1\", sorted_list[x])]\n", - " min_val = min(len(vals1), len(vals2))\n", - " print(min_val)\n", - " p_value = scipy.stats.ttest_rel(vals1[:min_val], vals2[:min_val])\n", - " sub_vals[f\"{sorted_list[0]}-{sorted_list[x]}\"] = {\"p-value\": p_value.pvalue,\n", - " \"statistics\": p_value.statistic, \"df\": p_value.df, \"tests_count\": min_val}\n", - " p_val[test_vs_format_on_all_noise_ops.index[id]] = sub_vals" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import json\n", - "import datetime\n", - "\n", - "\n", - "class CustomJSONEncoder(json.JSONEncoder):\n", - " def default(self, obj):\n", - " if isinstance(obj, np.integer):\n", - " return int(obj)\n", - " elif isinstance(obj, np.floating):\n", - " return float(obj)\n", - " elif isinstance(obj, np.ndarray):\n", - " return obj.tolist()\n", - " if isinstance(obj, pd.Series):\n", - " return obj.tolist()\n", - " elif isinstance(obj, datetime):\n", - " # Handle datetime objects\n", - " return obj.isoformat()\n", - " elif isinstance(obj, set):\n", - " # Handle sets\n", - " return list(obj)\n", - " return super().default(obj)\n", - "\n", - "\n", - "with open(\"../resources/all_p_vals/p_vals_macro_tests_RQ1.json\", \"w\") as f:\n", - " json.dump(p_val, f, indent=3, cls=CustomJSONEncoder)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "env", - "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.11.5" - }, - "orig_nbformat": 4 - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/misc/TRL-neurips-2023/notebooks/MacroTestResults_RQ2.ipynb b/misc/TRL-neurips-2023/notebooks/MacroTestResults_RQ2.ipynb deleted file mode 100644 index c328c6d..0000000 --- a/misc/TRL-neurips-2023/notebooks/MacroTestResults_RQ2.ipynb +++ /dev/null @@ -1,297 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import pandas as pd\n", - "import os\n", - "import numpy as np\n", - "import statsmodels.api as sm\n", - "import statsmodels.stats.contingency_tables as ct" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "benchmark_data_path = \"../resources/BenchmarkDatasetClean/\"\n", - "benchmark_dataset = os.listdir(benchmark_data_path)\n", - "benchmark_save_path = \"../resources/BenchmarkResults_29_9_2023_Macro_Tests_all_noise_redo_redo\"\n", - "benchmark_save_path2 = \"../resources/BenchmarkResults_23_9_2023_Macro_Tests_HTML_original\"\n", - "benchmark_save_path1 = \"../resources/BenchmarkResults_23_9_2023_Macro_Tests_new_format_added_test_redo/\"\n", - "\n", - "benchmark_dataset = [data for data in benchmark_dataset if data.endswith(\n", - " \".csv\") and \"breast\" not in data]\n", - "dfs = []\n", - "for bd in benchmark_dataset:\n", - "\n", - " pass_metrics = []\n", - " print(bd)\n", - " df1 = pd.read_csv(os.path.join(benchmark_save_path1, bd,\n", - " \"Macro_\"+bd+\"_output_revamped.csv\"))\n", - " df2 = pd.read_csv(os.path.join(benchmark_save_path2, bd,\n", - " \"Macro_\"+bd+\"_output_revamped.csv\"))\n", - " df3 = pd.read_csv(os.path.join(benchmark_save_path, bd,\n", - " \"Macro_\"+bd+\"_output_revamped.csv\"))\n", - " df2[\"TableManipulation\"] = \"OriginalData\"\n", - " df1[\"TableManipulation\"] = \"OriginalData\"\n", - " df2[\"precision_per_cell_correctness_top1\"] = df2[\"precision_per_cell_correctness_top1\"]*0.01\n", - " df2[\"recall_per_cell_correctness_top1\"] = df2[\"recall_per_cell_correctness_top1\"]*0.01\n", - " df3[\"precision_per_cell_correctness_top1\"] = df3[\"precision_per_cell_correctness_top1\"]*0.01\n", - " df3[\"recall_per_cell_correctness_top1\"] = df3[\"recall_per_cell_correctness_top1\"]*0.01\n", - " df = pd.concat([df1, df2, df3], ignore_index=True)\n", - " df[\"Dataset-name\"] = bd\n", - " df[\"F1Score_per_cell_correctness_top1\"] = df.apply(lambda x: np.round(2*(x.recall_per_cell_correctness_top1*x.precision_per_cell_correctness_top1)/(\n", - " x.recall_per_cell_correctness_top1+x.precision_per_cell_correctness_top1)) if (x.recall_per_cell_correctness_top1*x.precision_per_cell_correctness_top1) != 0 else 0, axis=1)\n", - " dfs.append(df)\n", - "all_data = pd.concat(dfs, ignore_index=True)\n", - "\n", - "attributes = {c: list(df[c].unique()) for c in df.columns if c in [\n", - " \"temperature\", \"tableFormat\", \"table_ops\", \"TestCase\"]}" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "#### RQ3: " - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Average percell, @pass 1 formats- noise- vs test" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_cases = ['TableColumnReorderTests',\n", - " 'TableReconstructionTests1',\n", - " 'TableTransposeTests']" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_data_test_vs_format_on_all_noise_ops = all_data[(\n", - " all_data[\"temperature\"] == 0.0)] \n", - "print(all_data_test_vs_format_on_all_noise_ops.shape)\n", - "test_vs_format_on_all_noise_ops = all_data_test_vs_format_on_all_noise_ops.pivot_table(\n", - " index=[\"tableFormat\", \"TableManipulation\"],\n", - " columns='TestCase',\n", - " values=[\"F1Score_per_cell_correctness_top1\", 'recall_per_cell_correctness_top1',\n", - " \"precision_per_cell_correctness_top1\"], \n", - " aggfunc=[\"mean\"] # Custom aggregation function to append values to a list\n", - ")\n", - "test_vs_format_on_all_noise_ops = test_vs_format_on_all_noise_ops*100\n", - "test_vs_format_on_all_noise_ops = np.round(\n", - " test_vs_format_on_all_noise_ops, decimals=2)\n", - "print(test_vs_format_on_all_noise_ops.columns)\n", - "noises = [\n", - " 'OriginalData',\n", - " 'ShuffleRows',\n", - " 'ShuffleColumns',\n", - " 'ShuffleColumnNames',\n", - " 'SequentialColumnNames',\n", - " 'ArbitraryColumnNames',\n", - " 'TransposeTable',\n", - " 'ColumnCluster',\n", - " 'SerializeTable']\n", - "table_formats = all_data[\"tableFormat\"].value_counts().index\n", - "indi = [(formatType, noise)\n", - " for formatType in table_formats for noise in noises]\n", - "cols = [(\"mean\", f\"{metric}_per_cell_correctness_top1\", T)\n", - " for T in test_cases for metric in [\"precision\", \"recall\", \"F1Score\"]]\n", - "test_vs_format_on_all_noise_ops = test_vs_format_on_all_noise_ops[cols]\n", - "test_vs_format_on_all_noise_ops = test_vs_format_on_all_noise_ops.reindex(indi)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops.tail(30)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### diff with p_val " - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops_list = all_data_test_vs_format_on_all_noise_ops.pivot_table(\n", - " index=[\"tableFormat\", \"TableManipulation\"],\n", - " columns='TestCase',\n", - " values=[\"F1Score_per_cell_correctness_top1\", 'recall_per_cell_correctness_top1',\n", - " \"precision_per_cell_correctness_top1\"], \n", - " # Custom aggregation function to append values to a list\n", - " aggfunc=lambda x: list(x)\n", - ")\n", - "\n", - "cols_agg = [(f\"{metric}_per_cell_correctness_top1\", T)\n", - " for T in test_cases for metric in [\"precision\", \"recall\", \"F1Score\"]]\n", - "\n", - "test_vs_format_on_all_noise_ops_list = test_vs_format_on_all_noise_ops_list[cols_agg]\n", - "test_vs_format_on_all_noise_ops_list = test_vs_format_on_all_noise_ops_list.reindex(\n", - " indi)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops_list" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import scipy\n", - "test_vs_format_on_all_noise_ops_diff_with_pval = test_vs_format_on_all_noise_ops.copy(\n", - " deep=True)\n", - "test_vs_format_on_all_noise_ops_pval = test_vs_format_on_all_noise_ops.copy(\n", - " deep=True)\n", - "for i in test_vs_format_on_all_noise_ops_diff_with_pval.index:\n", - " for j in test_vs_format_on_all_noise_ops_diff_with_pval.columns:\n", - " ix = (i[0], \"OriginalData\")\n", - " jj = (j[1], j[2])\n", - " original_values = test_vs_format_on_all_noise_ops_list.loc[ix, jj]\n", - " noise_induced_values = test_vs_format_on_all_noise_ops_list.loc[i, jj]\n", - "\n", - " if i[1] != \"OriginalData\":\n", - " min_val = min(len(original_values), len(noise_induced_values))\n", - "\n", - " p_value = scipy.stats.ttest_rel(\n", - " original_values[:min_val], noise_induced_values[:min_val])\n", - "\n", - " benoffi_corrected_p_val_threshold = 0.01/8\n", - " subtract_from = test_vs_format_on_all_noise_ops.loc[ix, j]\n", - " difference = test_vs_format_on_all_noise_ops_diff_with_pval.loc[i,\n", - " j]-subtract_from\n", - " if \"-\" in str(difference):\n", - " str_diff = \"{:.2f}\".format(difference)\n", - " else:\n", - " str_diff = \"+\"+\"{:.2f}\".format(difference)\n", - " if p_value.pvalue < benoffi_corrected_p_val_threshold:\n", - "\n", - " str_diff += \"**\"\n", - " test_vs_format_on_all_noise_ops_diff_with_pval.loc[i, j] = str_diff\n", - " test_vs_format_on_all_noise_ops_pval.loc[i, j] = p_value.pvalue" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops_diff_with_pval" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### only diff Macro" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops_diff = test_vs_format_on_all_noise_ops.copy(\n", - " deep=True)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "for i in test_vs_format_on_all_noise_ops_diff.index:\n", - " for j in test_vs_format_on_all_noise_ops_diff.columns:\n", - " ix = (i[0], \"OriginalData\")\n", - " if i[1] != \"OriginalData\":\n", - " subtract_from = test_vs_format_on_all_noise_ops.loc[ix, j]\n", - " difference = subtract_from - \\\n", - " test_vs_format_on_all_noise_ops_diff.loc[i, j]\n", - " if \"-\" in str(difference):\n", - " str_diff = \"{:.2f}\".format(difference)\n", - " else:\n", - " str_diff = \"+\"+\"{:.2f}\".format(difference)\n", - "\n", - " test_vs_format_on_all_noise_ops_diff.loc[i, j] = str_diff" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops_diff" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "env", - "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.11.5" - }, - "orig_nbformat": 4 - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/misc/TRL-neurips-2023/notebooks/MicroTableTesting.ipynb b/misc/TRL-neurips-2023/notebooks/MicroTableTesting.ipynb deleted file mode 100644 index 3c0d90e..0000000 --- a/misc/TRL-neurips-2023/notebooks/MicroTableTesting.ipynb +++ /dev/null @@ -1,169 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "%cd ../code_" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "gather": { - "logged": 1694699855951 - } - }, - "outputs": [], - "source": [ - "from tableTestingMicroScript import *\n", - "import pandas as pd\n", - "import os\n", - "import ast\n", - "from utils import num_tokens_from_string" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from prompts import EXAMPLES, EXAMPLE_Dictionary\n", - "import pandas as pd\n", - "from utils import num_tokens_from_string\n", - "\n", - "\n", - "def gather_Examples_Prompt(tab_format, test_case):\n", - "\n", - " TF, TC = tab_format.__class__.__name__, test_case\n", - " Examples = EXAMPLES.replace(\"[Data_format_example1]\", EXAMPLE_Dictionary[f\"TF_EX1_{TF}\"])\\\n", - " .replace(\"[QA1]\", EXAMPLE_Dictionary[f\"Ex1_QA1_{TC}\"])\\\n", - " .replace(\"[Data_format_example2]\", EXAMPLE_Dictionary[f\"TF_EX1_{TF}\"])\\\n", - " .replace(\"[QA2]\", EXAMPLE_Dictionary[f\"Ex1_QA2_{TC}\"])\n", - " return Examples\n", - "\n", - "\n", - "def get_max_no_of_rows_feedable(df, FormatFunction, Micro=True):\n", - "\n", - " per_test = []\n", - " test_case = [\"NavigationTests\", \"ColumnLookupTests\",\n", - " \"RowLookupTests\", \"DataTypeLookupTests\"]\n", - "\n", - " for tt in test_case:\n", - " exp = gather_Examples_Prompt(FormatFunction, tt)\n", - "\n", - " for i in range(min(df.shape[0], 100), 2, -1):\n", - " if Micro:\n", - " total_token = 30 + num_tokens_from_string(exp)+11+num_tokens_from_string(\n", - " str(FormatFunction.formatting(df.head(i))))+100\n", - " else:\n", - " total_token = 100 + num_tokens_from_string(exp)+11+num_tokens_from_string(\n", - " str(FormatFunction.formatting(df.head(i))))*2.5\n", - "\n", - " if total_token < 4081:\n", - "\n", - " per_test.append(i)\n", - " break\n", - " return (min(per_test))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "gather": { - "logged": 1694736239538 - } - }, - "outputs": [], - "source": [ - "\n", - "benchmark_data_path = \"../BenchmarkDatasetClean\"\n", - "benchmark_dataset = [f for f in os.listdir(\n", - " benchmark_data_path) if f.endswith(\".csv\")]\n", - "benchmark_save_path = \"../BenchmarkResults_Micro_tests/\"\n", - "if not os.path.exists(benchmark_save_path):\n", - " os.makedirs(benchmark_save_path)\n", - "open_api_key = os.env(\"OPENAI_API_KEY\")\n", - "for bd in benchmark_dataset:\n", - " print(bd)\n", - " df = pd.read_csv(os.path.join(benchmark_data_path, bd))\n", - " save_path = os.path.join(benchmark_save_path, bd)\n", - " if not os.path.exists(save_path):\n", - " os.makedirs(save_path)\n", - "\n", - " table_formats = [HTMLFormat(), HTMLNoSpaceFormat(), MarkdownFormat(), JsonFormat(\n", - " ), DataMatrixFormat(), DFloaderFormat(), TabSeparatedFormat(), CommaSeparatedFormat()],\n", - " max_rows = min([get_max_no_of_rows_feedable(df, format)\n", - " for format in table_formats])\n", - "\n", - " df = df.head(max_rows)\n", - " print(df.shape)\n", - " suite = TableExperimentSuite(LLMTableLearner(),\n", - " [HTMLFormat(), HTMLNoSpaceFormat(), MarkdownFormat(), JsonFormat(), DataMatrixFormat(\n", - " ), DFloaderFormat(), TabSeparatedFormat(), CommaSeparatedFormat()],\n", - " [ArbitraryColumnNames(),\n", - " ShuffleRows(),\n", - " TransposeTable(),\n", - " ColumnCluster(),\n", - " SerializeTable(),\n", - " ShuffleColumns(),\n", - " ShuffleColumnNames(),\n", - " OriginalData(),\n", - " SequentialColumnNames()\n", - " ],\n", - " [NavigationTests(), ColumnLookupTests(),\n", - " RowLookupTests(), DataTypeLookupTests()],\n", - " save_path, open_api_key)\n", - " output = suite.run_experiment(df, per_table_op=10, per_test_gen=10)\n", - " col_names = [\"temperature\", \"tableFormat\", \"TableManipulation\", \"TestCase\", \"TestQuestion\", \"TestExpectedAnswer\", \"TestCaseType\",\n", - " \"pass_1\", \"pass_3\", \"pass_5\", \"pass_10\", \"pass_15\", \"TestCaseTuple\", \"Answers_top_15\", \"Answer_top_1\", \"Result\", \"Error\"]\n", - " output_df = pd.DataFrame(output, columns=col_names)\n", - " output_df.to_csv(os.path.join(\n", - " save_path, f\"Micro_{bd}_output.csv\"), index=None)\n", - " try:\n", - " output_df.to_pickle(os.path.join(\n", - " save_path, f\"Micro_{bd}_output.pkl\"), index=None)\n", - " except:\n", - " pass" - ] - } - ], - "metadata": { - "kernel_info": { - "name": "python38-azureml" - }, - "kernelspec": { - "display_name": "env", - "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.11.5" - }, - "microsoft": { - "ms_spell_check": { - "ms_spell_check_language": "en" - } - }, - "nteract": { - "version": "nteract-front-end@1.0.0" - }, - "orig_nbformat": 4 - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/misc/TRL-neurips-2023/notebooks/MicroTestMetricCalculation.ipynb b/misc/TRL-neurips-2023/notebooks/MicroTestMetricCalculation.ipynb deleted file mode 100644 index 179fef8..0000000 --- a/misc/TRL-neurips-2023/notebooks/MicroTestMetricCalculation.ipynb +++ /dev/null @@ -1,192 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "%cd ../code_" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "gather": { - "logged": 1693566160494 - } - }, - "outputs": [], - "source": [ - "from tableTesting import *\n", - "import pandas as pd\n", - "import os\n", - "import ast\n", - "from itertools import combinations\n", - "from typing import Any\n", - "import json\n", - "from collections import Counter" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def metric_pass_k(expected_answer, answer: Any, k: int) -> float:\n", - " if not isinstance(answer, list):\n", - " raise ValueError(\"Answer should be a list for pass@k metric.\")\n", - "\n", - " # Convert the test.expect to a list if it's not already\n", - " expected_values = expected_answer if isinstance(\n", - " expected_answer, list) else [expected_answer]\n", - " expected_values = list(map(str, expected_values))\n", - " boolean_answers = [True if answer[i]\n", - " in expected_values else False for i in range(len(answer))]\n", - " combinations_k = list(combinations(boolean_answers, k))\n", - " passed_at_k = 0\n", - " # Calculate the pass@k metric\n", - " for comb in combinations_k:\n", - " if any(comb):\n", - " passed_at_k += 1\n", - " pass_at_k_percentage = (passed_at_k / len(combinations_k))*100\n", - "\n", - " return pass_at_k_percentage" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def bool_results(expected_answer, answer: Any) -> float:\n", - " if not isinstance(answer, list):\n", - " raise ValueError(\"Answer should be a list for pass@k metric.\")\n", - "\n", - " # Convert the test.expect to a list if it's not already\n", - " expected_values = expected_answer if isinstance(\n", - " expected_answer, list) else [expected_answer]\n", - " expected_values = list(map(str, expected_values))\n", - " if answer[0] in expected_values:\n", - " return True\n", - " return False" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def check(self, test, answer: Any) -> bool:\n", - " if test.TestType in [\"ColumnLookupTests\", \"RowLookupTests\"]:\n", - " if isinstance(test.expect, list):\n", - " expected_values = test.expect if isinstance(\n", - " test.expect, list) else [test.expect]\n", - " expected_values = list(map(str, expected_values))\n", - " matches = set(expected_values).intersection(set([answer]))\n", - " else:\n", - " print(\"Error: The expected Answer 'List' should be a list not string\")\n", - " return len(matches) > 0\n", - " return str(test.expect) == answer" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "benchmark_data_path = \"../resources/BenchmarkDatasetClean/\"\n", - "benchmark_dataset = os.listdir(benchmark_data_path)\n", - "benchmark_save_path = \"../resources/BenchmarkResults31_8_2023/\"\n", - "save_path_plot = \"../resources/BenchmarkResults31_8_2023_plots/\"\n", - "if not os.path.exists(save_path_plot):\n", - " os.makedirs(save_path_plot)\n", - "sp = \"../BenchmarkFinalResults_31_8_2023/\"\n", - "if not os.path.exists(sp):\n", - " os.makedirs(sp)\n", - "spa = \"../BenchmarkFinalArrangedResults_31_8_2023/\"\n", - "if not os.path.exists(spa):\n", - " os.makedirs(spa)\n", - "benchmark_dataset = [\n", - " data for data in benchmark_dataset if data.endswith(\".csv\")]\n", - "for bd in benchmark_dataset:\n", - " try:\n", - " pass_metrics = []\n", - " t_F_bools = []\n", - " print(bd)\n", - " df = pd.read_csv(os.path.join(\n", - " benchmark_save_path, bd, bd+\"_output.csv\"))\n", - " print(df.shape)\n", - " dirs = os.listdir(os.path.join(\n", - " benchmark_save_path, bd, \"cache_logger\"))\n", - " dirs = [d for d in dirs if d.endswith(\".jsonl\")]\n", - " print(dirs)\n", - " with open(os.path.join(benchmark_save_path, bd, \"cache_logger\", dirs[-1]), \"r\") as file:\n", - " for line in file:\n", - " line = ast.literal_eval(line.strip())\n", - " if line.startswith(\"\\\"\") and line.endswith(\"\\\"\"):\n", - " line = line[1:-1]\n", - " data_ = json.loads((line))\n", - " expected_ans = data_[\"test-expected-answer\"]\n", - " ans = data_[\"answer\"]\n", - " try:\n", - " pass_metrics.append(\n", - " [metric_pass_k(expected_ans, ans, k) for k in [1, 3, 5, 10, 15]])\n", - " t_F_bools.append(bool_results(expected_ans, ans))\n", - " except Exception as err:\n", - " print(f\"error {err} catched during metric calculation\")\n", - " pass_metrics.append([None for k in [1, 3, 5, 10, 15]])\n", - " t_F_bools.append(False)\n", - " pass\n", - " print(len(pass_metrics))\n", - " df[['pass_1', 'pass_3', 'pass_5', 'pass_10', 'pass_15']] = pass_metrics\n", - " df[\"T/F\"] = t_F_bools\n", - " print(df.columns)\n", - " df.to_csv(os.path.join(benchmark_save_path, bd, bd +\n", - " \"_output_revamped_metrics_with_bools.csv\"), index=None)\n", - "\n", - " except Exception as Err:\n", - " print(\"ERROR------------->\", Err)\n", - " pass" - ] - } - ], - "metadata": { - "kernel_info": { - "name": "python38-azureml" - }, - "kernelspec": { - "display_name": "env", - "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.11.5" - }, - "microsoft": { - "ms_spell_check": { - "ms_spell_check_language": "en" - } - }, - "nteract": { - "version": "nteract-front-end@1.0.0" - }, - "orig_nbformat": 4 - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/misc/TRL-neurips-2023/notebooks/MicroTestResults.ipynb b/misc/TRL-neurips-2023/notebooks/MicroTestResults.ipynb deleted file mode 100644 index d13a8e9..0000000 --- a/misc/TRL-neurips-2023/notebooks/MicroTestResults.ipynb +++ /dev/null @@ -1,413 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import pandas as pd\n", - "import os\n", - "import numpy as np\n", - "import statsmodels.api as sm\n", - "import statsmodels.stats.contingency_tables as ct\n", - "import datetime" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "benchmark_data_path = \"../resources/BenchmarkDataset\"\n", - "benchmark_dataset = os.listdir(benchmark_data_path)\n", - "# ---> final micro results with HTML formats\n", - "benchmark_save_path2 = \"../resources/BenchmarkResults/BenchmarkResults_21_9_2023_new_save_format_HTMLFormat_redo/\"\n", - "# ---> final micro results with 6 format\n", - "benchmark_save_path1 = \"../resources/BenchmarkResults/BenchmarkResults_21_9_2023_new_save_format_redo/\"\n", - "benchmark_dataset = [data for data in benchmark_dataset if data.endswith(\n", - " \".csv\") and \"breast\" not in data]\n", - "dfs = []\n", - "for bd in benchmark_dataset:\n", - "\n", - " pass_metrics = []\n", - " print(bd)\n", - " df1 = pd.read_csv(os.path.join(benchmark_save_path1, bd,\n", - " \"Micro_\"+bd+\"_output_revamped.csv\"))\n", - " try:\n", - " df2 = pd.read_csv(os.path.join(benchmark_save_path2,\n", - " bd, \"Micro_\"+bd+\"_output_revamped.csv\"))\n", - " df = pd.concat([df1, df2], ignore_index=True)\n", - " except:\n", - " df = df1\n", - " print(df1.shape, df2.shape, df.shape)\n", - " df[\"Dataset-name\"] = bd\n", - " dfs.append(df)\n", - "all_data = pd.concat(dfs, ignore_index=True)\n", - "pivot_table = all_data.pivot_table(\n", - " index=[\"TestCase\", 'TableManipulation', \"temperature\"],\n", - " columns='tableFormat',\n", - " values=['pass_1', 'pass_3', 'pass_5', 'pass_10', 'pass_15', 'Result'],\n", - " # Custom aggregation function to append values to a list\n", - " aggfunc=lambda x: list(x)\n", - ")\n", - "attributes = {c: list(df[c].unique()) for c in df.columns if c in [\n", - " \"temperature\", \"tableFormat\", \"TableManipulation\", \"TestCase\"]}" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# RQ1" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Average pass @ 1, temp =0 Tests Vs formats across all datasets" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_data_test_vs_format_on_original_data = all_data[(\n", - " all_data[\"TableManipulation\"] == \"OriginalData\") & (all_data[\"temperature\"] == 0.0)]\n", - "test_vs_format_on_original_data = all_data_test_vs_format_on_original_data.pivot_table(\n", - " index=[\"TestCase\"],\n", - " columns='tableFormat',\n", - " values=['pass_1'],\n", - " aggfunc=[\"mean\"] # Custom aggregation function to append values to a list\n", - ")\n", - "test_vs_format_on_original_data = np.round(\n", - " test_vs_format_on_original_data, decimals=2)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_original_data.T.to_clipboard()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## p-value RQ1" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import scipy\n", - "data_id = all_data[all_data[\"TableManipulation\"].isin([\"OriginalData\"]) & (\n", - " all_data[\"temperature\"] == 0.0)] \n", - "pivot_table_across_formats = data_id.pivot_table(\n", - " index=[\"TestCase\"],\n", - " columns='tableFormat',\n", - " values=['pass_1'],\n", - " # Custom aggregation function to append values to a list\n", - " aggfunc=lambda x: list(x)\n", - ")\n", - "p_val = {}\n", - "for id in range(pivot_table_across_formats.shape[0]):\n", - " print(id)\n", - " print(f\"For Test: {pivot_table_across_formats.index[id]} pass@1 temp =0.1\")\n", - " sorted_list = [i[-1] for i in test_vs_format_on_original_data.T.sort_values(\n", - " by=[pivot_table_across_formats.index[id]], ascending=False).index]\n", - " sub_vals = {}\n", - " index_val = pivot_table_across_formats.index[id]\n", - " for x in range(1, len(sorted_list)):\n", - " vals1 = pivot_table_across_formats.loc[index_val,\n", - " (\"pass_1\", sorted_list[0])]\n", - " vals2 = pivot_table_across_formats.loc[index_val,\n", - " (\"pass_1\", sorted_list[x])]\n", - " min_val = min(len(vals1), len(vals2))\n", - " print(min_val)\n", - " p_value = scipy.stats.ttest_rel(vals1[:min_val], vals2[:min_val])\n", - " sub_vals[f\"{sorted_list[0]}-{sorted_list[x]}\"] = {\"p-value\": p_value.pvalue,\n", - " \"statistics\": p_value.statistic, \"df\": p_value.df, \"tests_count\": min_val}\n", - " p_val[pivot_table_across_formats.index[id]] = sub_vals" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import json\n", - "\n", - "\n", - "class CustomJSONEncoder(json.JSONEncoder):\n", - " def default(self, obj):\n", - " if isinstance(obj, np.integer):\n", - " return int(obj)\n", - " elif isinstance(obj, np.floating):\n", - " return float(obj)\n", - " elif isinstance(obj, np.ndarray):\n", - " return obj.tolist()\n", - " if isinstance(obj, pd.Series):\n", - " return obj.tolist()\n", - " elif isinstance(obj, datetime):\n", - " # Handle datetime objects\n", - " return obj.isoformat()\n", - " elif isinstance(obj, set):\n", - " # Handle sets\n", - " return list(obj)\n", - " # Add more custom conversions for other data types if needed\n", - " return super().default(obj)\n", - "\n", - "\n", - "with open(\"../resources/all_p_vals/p_vals_micro_tests_RQ1.json\", \"w\") as f:\n", - " json.dump(p_val, f, indent=3, cls=CustomJSONEncoder)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Average pass@1, temp 0.0 over different data averaged across tests for different formats" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_data_dataset_vs_format_on_original_data = all_data[(\n", - " all_data[\"TableManipulation\"] == \"OriginalData\") & (all_data[\"temperature\"] == 0.0)]\n", - "dataset_vs_format_on_original_data = all_data_dataset_vs_format_on_original_data.pivot_table(\n", - " index=[\"Dataset-name\"],\n", - " columns='tableFormat',\n", - " values=['pass_1'],\n", - " aggfunc=[\"mean\"] # Custom aggregation function to append values to a list\n", - ")\n", - "test_vs_format_on_original_data = np.round(\n", - " dataset_vs_format_on_original_data, decimals=2)\n", - "test_vs_format_on_original_data" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# RQ2" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## All noise vs test across formats" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_data[\"tableFormat\"].value_counts().index" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_data_test_vs_format_on_all_noise_ops = all_data[(\n", - " all_data[\"temperature\"] == 0.0)]\n", - "test_vs_format_on_all_noise_ops = all_data_test_vs_format_on_all_noise_ops.pivot_table(\n", - " index=[\"tableFormat\", \"TableManipulation\"],\n", - " columns='TestCase',\n", - " values=['pass_1'],\n", - " aggfunc=[\"mean\"] # Custom aggregation function to append values to a list\n", - ")\n", - "test_vs_format_on_all_noise_ops_list = all_data_test_vs_format_on_all_noise_ops.pivot_table(\n", - " index=[\"tableFormat\", \"TableManipulation\"],\n", - " columns='TestCase',\n", - " values=['pass_1'],\n", - " # Custom aggregation function to append values to a list\n", - " aggfunc=lambda x: list(x)\n", - ")\n", - "test_vs_format_on_all_noise_ops = np.round(\n", - " test_vs_format_on_all_noise_ops, decimals=2)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "noises = [\n", - " 'OriginalData',\n", - " 'ShuffleRows',\n", - " 'ShuffleColumns',\n", - " 'ShuffleColumnNames',\n", - " 'SequentialColumnNames',\n", - " 'ArbitraryColumnNames',\n", - " 'TransposeTable',\n", - " 'ColumnCluster',\n", - " 'SerializeTable']\n", - "table_formats = all_data[\"tableFormat\"].value_counts().index\n", - "indi = [(formatType, noise)\n", - " for formatType in table_formats for noise in noises]\n", - "cols = [(metric, \"pass_1\", test)\n", - " for test in attributes[\"TestCase\"] for metric in [\"mean\"]]\n", - "cols_agg = [(\"pass_1\", test) for test in attributes[\"TestCase\"]]\n", - "test_vs_format_on_all_noise_ops = test_vs_format_on_all_noise_ops[cols]\n", - "test_vs_format_on_all_noise_ops = test_vs_format_on_all_noise_ops.reindex(indi)\n", - "test_vs_format_on_all_noise_ops_list = test_vs_format_on_all_noise_ops_list[cols_agg]\n", - "test_vs_format_on_all_noise_ops_list = test_vs_format_on_all_noise_ops_list.reindex(\n", - " indi)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops.head(10)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## RQ2: Delta values from original with p-values" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import scipy\n", - "test_vs_format_on_all_noise_ops_diff_with_pval = test_vs_format_on_all_noise_ops.copy(\n", - " deep=True)\n", - "test_vs_format_on_all_noise_ops_pval = test_vs_format_on_all_noise_ops.copy(\n", - " deep=True)\n", - "for i in test_vs_format_on_all_noise_ops_diff_with_pval.index:\n", - " for j in test_vs_format_on_all_noise_ops_diff_with_pval.columns:\n", - " ix = (i[0], \"OriginalData\")\n", - " jj = (j[1], j[2])\n", - " original_values = test_vs_format_on_all_noise_ops_list.loc[ix, jj]\n", - " noise_induced_values = test_vs_format_on_all_noise_ops_list.loc[i, jj]\n", - "\n", - " if i[1] != \"OriginalData\":\n", - " min_val = min(len(original_values), len(noise_induced_values))\n", - " p_value = scipy.stats.ttest_rel(\n", - " original_values[:min_val], noise_induced_values[:min_val])\n", - " benoffi_corrected_p_val_threshold = 0.01/8\n", - " subtract_from = test_vs_format_on_all_noise_ops.loc[ix, j]\n", - " difference = test_vs_format_on_all_noise_ops_diff_with_pval.loc[i,\n", - " j]-subtract_from\n", - " if \"-\" in str(difference):\n", - " str_diff = \"{:.2f}\".format(difference)\n", - " else:\n", - " str_diff = \"+\"+\"{:.2f}\".format(difference)\n", - " if p_value.pvalue < benoffi_corrected_p_val_threshold:\n", - " str_diff += \"**\"\n", - " test_vs_format_on_all_noise_ops_diff_with_pval.loc[i, j] = str_diff\n", - " test_vs_format_on_all_noise_ops_pval.loc[i, j] = p_value.pvalue" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops_diff_with_pval.head(30)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "#### only_diff" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops_diff = test_vs_format_on_all_noise_ops.copy(\n", - " deep=True)\n", - "for i in test_vs_format_on_all_noise_ops_diff.index:\n", - " for j in test_vs_format_on_all_noise_ops_diff.columns:\n", - " ix = (i[0], \"OriginalData\")\n", - " if i[1] != \"OriginalData\":\n", - " subtract_from = test_vs_format_on_all_noise_ops.loc[ix, j]\n", - " difference = subtract_from - \\\n", - " test_vs_format_on_all_noise_ops_diff.loc[i, j]\n", - " if \"-\" in str(difference):\n", - " str_diff = \"{:.2f}\".format(difference)\n", - " else:\n", - " str_diff = \"+\"+\"{:.2f}\".format(difference)\n", - "\n", - " test_vs_format_on_all_noise_ops_diff.loc[i, j] = str_diff" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "test_vs_format_on_all_noise_ops_diff" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "env", - "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.11.5" - }, - "orig_nbformat": 4 - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/misc/TRL-neurips-2023/requirements.txt b/misc/TRL-neurips-2023/requirements.txt deleted file mode 100644 index d760e51..0000000 --- a/misc/TRL-neurips-2023/requirements.txt +++ /dev/null @@ -1,12 +0,0 @@ -pandas -numpy -scipy -torch -openai -transformers -jsonlines -tabulate -matplotlib -scikit-learn -plotly -statsmodels \ No newline at end of file diff --git a/misc/TRL-neurips-2023/resources/BenchmarkDataset/AirQuality.csv b/misc/TRL-neurips-2023/resources/BenchmarkDataset/AirQuality.csv deleted file mode 100644 index a73cb1a..0000000 --- a/misc/TRL-neurips-2023/resources/BenchmarkDataset/AirQuality.csv +++ /dev/null @@ -1,9358 +0,0 @@ -Date,Time,CO(GT),PT08.S1(CO),NMHC(GT),C6H6(GT),PT08.S2(NMHC),NOx(GT),PT08.S3(NOx),NO2(GT),PT08.S4(NO2),PT08.S5(O3),T,RH,AH -10/03/2004,18.00.00,"2,6",1360.0,150.0,"11,9",1046.0,166.0,1056.0,113.0,1692.0,1268.0,"13,6","48,9","0,7578" -10/03/2004,19.00.00,2,1292.0,112.0,"9,4",955.0,103.0,1174.0,92.0,1559.0,972.0,"13,3","47,7","0,7255" -10/03/2004,20.00.00,"2,2",1402.0,88.0,"9,0",939.0,131.0,1140.0,114.0,1555.0,1074.0,"11,9","54,0","0,7502" -10/03/2004,21.00.00,"2,2",1376.0,80.0,"9,2",948.0,172.0,1092.0,122.0,1584.0,1203.0,"11,0","60,0","0,7867" -10/03/2004,22.00.00,"1,6",1272.0,51.0,"6,5",836.0,131.0,1205.0,116.0,1490.0,1110.0,"11,2","59,6","0,7888" -10/03/2004,23.00.00,"1,2",1197.0,38.0,"4,7",750.0,89.0,1337.0,96.0,1393.0,949.0,"11,2","59,2","0,7848" -11/03/2004,00.00.00,"1,2",1185.0,31.0,"3,6",690.0,62.0,1462.0,77.0,1333.0,733.0,"11,3","56,8","0,7603" -11/03/2004,01.00.00,1,1136.0,31.0,"3,3",672.0,62.0,1453.0,76.0,1333.0,730.0,"10,7","60,0","0,7702" -11/03/2004,02.00.00,"0,9",1094.0,24.0,"2,3",609.0,45.0,1579.0,60.0,1276.0,620.0,"10,7","59,7","0,7648" -11/03/2004,03.00.00,"0,6",1010.0,19.0,"1,7",561.0,-200.0,1705.0,-200.0,1235.0,501.0,"10,3","60,2","0,7517" -11/03/2004,04.00.00,-200,1011.0,14.0,"1,3",527.0,21.0,1818.0,34.0,1197.0,445.0,"10,1","60,5","0,7465" -11/03/2004,05.00.00,"0,7",1066.0,8.0,"1,1",512.0,16.0,1918.0,28.0,1182.0,422.0,"11,0","56,2","0,7366" -11/03/2004,06.00.00,"0,7",1052.0,16.0,"1,6",553.0,34.0,1738.0,48.0,1221.0,472.0,"10,5","58,1","0,7353" -11/03/2004,07.00.00,"1,1",1144.0,29.0,"3,2",667.0,98.0,1490.0,82.0,1339.0,730.0,"10,2","59,6","0,7417" -11/03/2004,08.00.00,2,1333.0,64.0,"8,0",900.0,174.0,1136.0,112.0,1517.0,1102.0,"10,8","57,4","0,7408" -11/03/2004,09.00.00,"2,2",1351.0,87.0,"9,5",960.0,129.0,1079.0,101.0,1583.0,1028.0,"10,5","60,6","0,7691" -11/03/2004,10.00.00,"1,7",1233.0,77.0,"6,3",827.0,112.0,1218.0,98.0,1446.0,860.0,"10,8","58,4","0,7552" -11/03/2004,11.00.00,"1,5",1179.0,43.0,"5,0",762.0,95.0,1328.0,92.0,1362.0,671.0,"10,5","57,9","0,7352" -11/03/2004,12.00.00,"1,6",1236.0,61.0,"5,2",774.0,104.0,1301.0,95.0,1401.0,664.0,"9,5","66,8","0,7951" -11/03/2004,13.00.00,"1,9",1286.0,63.0,"7,3",869.0,146.0,1162.0,112.0,1537.0,799.0,"8,3","76,4","0,8393" -11/03/2004,14.00.00,"2,9",1371.0,164.0,"11,5",1034.0,207.0,983.0,128.0,1730.0,1037.0,"8,0","81,1","0,8736" -11/03/2004,15.00.00,"2,2",1310.0,79.0,"8,8",933.0,184.0,1082.0,126.0,1647.0,946.0,"8,3","79,8","0,8778" -11/03/2004,16.00.00,"2,2",1292.0,95.0,"8,3",912.0,193.0,1103.0,131.0,1591.0,957.0,"9,7","71,2","0,8569" -11/03/2004,17.00.00,"2,9",1383.0,150.0,"11,2",1020.0,243.0,1008.0,135.0,1719.0,1104.0,"9,8","67,6","0,8185" -11/03/2004,18.00.00,"4,8",1581.0,307.0,"20,8",1319.0,281.0,799.0,151.0,2083.0,1409.0,"10,3","64,2","0,8065" -11/03/2004,19.00.00,"6,9",1776.0,461.0,"27,4",1488.0,383.0,702.0,172.0,2333.0,1704.0,"9,7","69,3","0,8319" -11/03/2004,20.00.00,"6,1",1640.0,401.0,"24,0",1404.0,351.0,743.0,165.0,2191.0,1654.0,"9,6","67,8","0,8133" -11/03/2004,21.00.00,"3,9",1313.0,197.0,"12,8",1076.0,240.0,957.0,136.0,1707.0,1285.0,"9,1","64,0","0,7419" -11/03/2004,22.00.00,"1,5",965.0,61.0,"4,7",749.0,94.0,1325.0,85.0,1333.0,821.0,"8,2","63,4","0,6905" -11/03/2004,23.00.00,1,913.0,26.0,"2,6",629.0,47.0,1565.0,53.0,1252.0,552.0,"8,2","60,8","0,6657" -12/03/2004,00.00.00,"1,7",1080.0,55.0,"5,9",805.0,122.0,1254.0,97.0,1375.0,816.0,"8,3","58,5","0,6438" -12/03/2004,01.00.00,"1,9",1044.0,53.0,"6,4",829.0,133.0,1247.0,110.0,1378.0,832.0,"7,7","59,7","0,6308" -12/03/2004,02.00.00,"1,4",988.0,40.0,"4,1",718.0,82.0,1396.0,91.0,1304.0,692.0,"7,1","61,8","0,6276" -12/03/2004,03.00.00,"0,8",889.0,21.0,"1,9",574.0,-200.0,1680.0,-200.0,1187.0,512.0,"7,0","62,3","0,6261" -12/03/2004,04.00.00,-200,831.0,10.0,"1,1",506.0,21.0,1893.0,32.0,1134.0,384.0,"6,1","65,9","0,6248" -12/03/2004,05.00.00,"0,6",847.0,7.0,"1,0",501.0,30.0,1895.0,44.0,1155.0,394.0,"6,3","65,0","0,6233" -12/03/2004,06.00.00,"0,8",927.0,17.0,"1,8",571.0,56.0,1685.0,71.0,1223.0,487.0,"6,8","62,9","0,6234" -12/03/2004,07.00.00,"1,4",1091.0,33.0,"4,4",730.0,109.0,1387.0,104.0,1361.0,748.0,"6,4","65,1","0,6316" -12/03/2004,08.00.00,"4,4",1587.0,202.0,"17,9",1236.0,307.0,897.0,141.0,1900.0,1400.0,"7,3","63,1","0,6499" -12/03/2004,09.00.00,-200,1545.0,-200.0,"22,1",1353.0,-200.0,767.0,-200.0,2058.0,1588.0,"9,2","56,2","0,6561" -12/03/2004,10.00.00,"3,1",1350.0,208.0,"14,0",1118.0,187.0,912.0,122.0,1712.0,1237.0,"13,2","41,7","0,6320" -12/03/2004,11.00.00,"2,7",1263.0,166.0,"11,6",1037.0,216.0,969.0,143.0,1598.0,1167.0,"14,3","38,4","0,6243" -12/03/2004,12.00.00,"2,1",1206.0,114.0,"10,2",986.0,143.0,1035.0,113.0,1537.0,959.0,"15,0","36,5","0,6195" -12/03/2004,13.00.00,"2,5",1252.0,140.0,"11,0",1016.0,160.0,1008.0,116.0,1593.0,983.0,"16,1","34,5","0,6262" -12/03/2004,14.00.00,"2,7",1287.0,169.0,"12,8",1078.0,163.0,949.0,123.0,1660.0,1061.0,"16,3","35,7","0,6560" -12/03/2004,15.00.00,"2,9",1353.0,185.0,"14,2",1122.0,190.0,922.0,126.0,1740.0,1139.0,"15,8","37,0","0,6610" -12/03/2004,16.00.00,"2,8",1309.0,165.0,"12,7",1073.0,178.0,954.0,120.0,1657.0,1112.0,"15,9","37,2","0,6657" -12/03/2004,17.00.00,"2,4",1274.0,133.0,"11,7",1041.0,150.0,1006.0,119.0,1610.0,994.0,"16,9","34,3","0,6549" -12/03/2004,18.00.00,"3,9",1510.0,233.0,"19,3",1277.0,206.0,812.0,149.0,1910.0,1410.0,"15,1","39,6","0,6766" -12/03/2004,19.00.00,"3,7",1525.0,242.0,"18,2",1246.0,202.0,821.0,145.0,1847.0,1448.0,"14,4","43,4","0,7084" -12/03/2004,20.00.00,"6,6",1843.0,488.0,"32,6",1610.0,340.0,624.0,170.0,2390.0,1887.0,"12,9","50,5","0,7478" -12/03/2004,21.00.00,"4,4",1598.0,333.0,"20,1",1299.0,274.0,752.0,149.0,1941.0,1627.0,"12,1","53,3","0,7536" -12/03/2004,22.00.00,"3,5",1484.0,215.0,"14,3",1127.0,253.0,839.0,139.0,1723.0,1491.0,"11,0","59,1","0,7740" -12/03/2004,23.00.00,"5,4",1677.0,367.0,"21,8",1346.0,300.0,741.0,134.0,2062.0,1657.0,"9,7","64,6","0,7771" -13/03/2004,00.00.00,"2,7",1280.0,122.0,"9,6",964.0,193.0,963.0,113.0,1544.0,1285.0,"9,5","64,1","0,7597" -13/03/2004,01.00.00,"1,9",1196.0,67.0,"7,4",873.0,139.0,1071.0,97.0,1463.0,1144.0,"9,1","63,9","0,7423" -13/03/2004,02.00.00,"1,6",1184.0,43.0,"5,4",782.0,83.0,1176.0,82.0,1365.0,1043.0,"8,8","63,9","0,7256" -13/03/2004,03.00.00,"1,7",1172.0,46.0,"5,4",783.0,-200.0,1179.0,-200.0,1380.0,996.0,"7,8","67,5","0,7173" -13/03/2004,04.00.00,-200,1147.0,56.0,"6,2",821.0,109.0,1132.0,83.0,1412.0,992.0,"7,0","71,1","0,7158" -13/03/2004,05.00.00,1,978.0,30.0,"2,6",625.0,62.0,1420.0,65.0,1274.0,819.0,"8,3","63,6","0,6982" -13/03/2004,06.00.00,"1,2",1100.0,27.0,"2,9",646.0,53.0,1406.0,60.0,1268.0,835.0,"7,2","67,5","0,6887" -13/03/2004,07.00.00,"1,5",1112.0,47.0,"5,1",770.0,139.0,1228.0,77.0,1409.0,940.0,"6,3","71,9","0,6932" -13/03/2004,08.00.00,"2,7",1336.0,132.0,"11,8",1043.0,256.0,935.0,96.0,1678.0,1192.0,"6,5","71,6","0,6945" -13/03/2004,09.00.00,"3,7",1408.0,239.0,"15,1",1153.0,295.0,830.0,119.0,1777.0,1411.0,"9,6","59,7","0,7124" -13/03/2004,10.00.00,"3,2",1447.0,160.0,"12,9",1081.0,250.0,869.0,126.0,1667.0,1465.0,"12,4","51,2","0,7335" -13/03/2004,11.00.00,"4,1",1542.0,283.0,"16,1",1184.0,296.0,808.0,158.0,1780.0,1583.0,"15,6","42,2","0,7451" -13/03/2004,12.00.00,"3,6",1451.0,210.0,"14,0",1117.0,239.0,875.0,161.0,1679.0,1387.0,"18,4","33,8","0,7090" -13/03/2004,13.00.00,"2,8",1328.0,154.0,"12,3",1059.0,153.0,987.0,124.0,1600.0,1101.0,"19,4","31,3","0,6950" -13/03/2004,14.00.00,2,1207.0,112.0,"8,6",924.0,118.0,1088.0,102.0,1488.0,850.0,"18,0","34,8","0,7127" -13/03/2004,15.00.00,2,1240.0,108.0,"9,2",947.0,119.0,1049.0,116.0,1532.0,947.0,"18,4","33,6","0,7042" -13/03/2004,16.00.00,"2,5",1306.0,111.0,"10,2",987.0,138.0,1004.0,124.0,1554.0,1078.0,"17,6","35,1","0,7012" -13/03/2004,17.00.00,"2,3",1326.0,97.0,"10,6",1000.0,148.0,976.0,125.0,1602.0,1084.0,"16,7","37,8","0,7117" -13/03/2004,18.00.00,"3,2",1473.0,191.0,"15,5",1163.0,227.0,831.0,148.0,1779.0,1395.0,"16,1","41,0","0,7451" -13/03/2004,19.00.00,"4,2",1609.0,258.0,"19,6",1286.0,277.0,758.0,165.0,1922.0,1612.0,"15,8","42,4","0,7569" -13/03/2004,20.00.00,"4,2",1611.0,284.0,"19,2",1274.0,279.0,754.0,161.0,1915.0,1697.0,"15,7","44,1","0,7786" -13/03/2004,21.00.00,"4,2",1621.0,269.0,"18,3",1247.0,283.0,762.0,159.0,1860.0,1886.0,"15,3","46,8","0,8091" -13/03/2004,22.00.00,"3,1",1444.0,180.0,"13,1",1089.0,214.0,844.0,143.0,1748.0,1624.0,"14,6","48,6","0,8060" -13/03/2004,23.00.00,"2,6",1418.0,116.0,"10,9",1010.0,172.0,892.0,130.0,1603.0,1536.0,"14,7","49,3","0,8193" -14/03/2004,00.00.00,"2,9",1534.0,93.0,"11,0",1013.0,190.0,889.0,129.0,1611.0,1535.0,"13,9","53,6","0,8498" -14/03/2004,01.00.00,"2,8",1484.0,131.0,"11,9",1045.0,174.0,880.0,119.0,1624.0,1530.0,"14,6","51,5","0,8536" -14/03/2004,02.00.00,"2,5",1367.0,92.0,"8,6",925.0,128.0,953.0,104.0,1543.0,1337.0,"12,5","58,9","0,8537" -14/03/2004,03.00.00,"2,4",1344.0,132.0,"9,7",968.0,-200.0,921.0,-200.0,1620.0,1278.0,"11,6","63,4","0,8674" -14/03/2004,04.00.00,-200,1130.0,56.0,"5,2",773.0,70.0,1130.0,82.0,1452.0,1051.0,"12,1","61,1","0,8603" -14/03/2004,05.00.00,"1,2",1062.0,32.0,"3,7",691.0,53.0,1272.0,70.0,1377.0,929.0,"11,5","63,1","0,8533" -14/03/2004,06.00.00,1,1076.0,29.0,"2,5",618.0,44.0,1395.0,63.0,1333.0,872.0,"11,6","62,2","0,8473" -14/03/2004,07.00.00,"0,9",1028.0,27.0,"2,4",615.0,74.0,1384.0,67.0,1340.0,853.0,"10,4","67,6","0,8530" -14/03/2004,08.00.00,"1,4",1155.0,36.0,"4,2",722.0,101.0,1225.0,84.0,1414.0,959.0,"11,6","62,7","0,8530" -14/03/2004,09.00.00,"1,6",1235.0,57.0,"6,4",828.0,118.0,1055.0,83.0,1527.0,1093.0,"12,4","60,0","0,8627" -14/03/2004,10.00.00,"2,2",1332.0,129.0,"8,6",923.0,144.0,952.0,98.0,1614.0,1225.0,"14,5","53,1","0,8728" -14/03/2004,11.00.00,"2,8",1445.0,148.0,"10,9",1009.0,176.0,878.0,114.0,1696.0,1355.0,"16,9","46,1","0,8789" -14/03/2004,12.00.00,"2,8",1416.0,145.0,"10,7",1002.0,161.0,907.0,119.0,1677.0,1262.0,"19,3","38,3","0,8474" -14/03/2004,13.00.00,2,1281.0,93.0,"7,5",880.0,113.0,1084.0,104.0,1525.0,980.0,"21,2","31,4","0,7812" -14/03/2004,14.00.00,"1,8",1207.0,84.0,"7,5",879.0,103.0,1104.0,102.0,1490.0,872.0,"21,4","30,2","0,7616" -14/03/2004,15.00.00,"1,9",1258.0,99.0,"8,2",906.0,112.0,1081.0,107.0,1511.0,900.0,"21,9","29,0","0,7525" -14/03/2004,16.00.00,3,1458.0,150.0,"11,9",1045.0,170.0,974.0,129.0,1646.0,1099.0,"22,2","28,4","0,7516" -14/03/2004,17.00.00,"2,9",1438.0,156.0,"12,0",1051.0,180.0,943.0,128.0,1668.0,1206.0,"21,3","30,8","0,7696" -14/03/2004,18.00.00,"2,5",1478.0,122.0,"12,2",1055.0,160.0,929.0,121.0,1671.0,1262.0,"19,7","36,7","0,8307" -14/03/2004,19.00.00,"4,6",1808.0,262.0,"20,6",1312.0,261.0,753.0,157.0,1993.0,1698.0,"18,4","41,7","0,8732" -14/03/2004,20.00.00,"5,9",1898.0,341.0,"23,1",1381.0,325.0,681.0,173.0,2103.0,1905.0,"17,6","46,1","0,9210" -14/03/2004,21.00.00,"3,4",1560.0,214.0,"14,7",1140.0,217.0,784.0,146.0,1818.0,1648.0,"16,7","49,6","0,9320" -14/03/2004,22.00.00,"2,1",1324.0,100.0,"9,0",940.0,146.0,924.0,121.0,1587.0,1423.0,"16,3","51,0","0,9341" -14/03/2004,23.00.00,"2,2",1349.0,79.0,"8,8",933.0,152.0,933.0,119.0,1617.0,1349.0,"14,7","55,9","0,9314" -15/03/2004,00.00.00,"1,8",1239.0,66.0,"7,4",872.0,104.0,985.0,99.0,1547.0,1250.0,"14,8","54,7","0,9164" -15/03/2004,01.00.00,"1,8",1239.0,73.0,"6,9",853.0,106.0,1010.0,93.0,1543.0,1174.0,"14,0","57,0","0,9094" -15/03/2004,02.00.00,"1,8",1224.0,66.0,"7,0",855.0,108.0,998.0,88.0,1566.0,1149.0,"13,4","61,3","0,9361" -15/03/2004,03.00.00,"1,1",1078.0,44.0,"4,4",734.0,-200.0,1128.0,-200.0,1487.0,1021.0,"12,6","63,5","0,9230" -15/03/2004,04.00.00,-200,1078.0,44.0,"4,0",711.0,66.0,1150.0,71.0,1468.0,1013.0,"12,3","65,4","0,9351" -15/03/2004,05.00.00,1,1075.0,39.0,"3,9",703.0,88.0,1156.0,74.0,1464.0,1010.0,"11,9","67,4","0,9375" -15/03/2004,06.00.00,"1,4",1157.0,51.0,"6,4",830.0,138.0,1030.0,80.0,1584.0,1083.0,"11,4","70,5","0,9475" -15/03/2004,07.00.00,"2,2",1314.0,107.0,"9,7",966.0,228.0,897.0,89.0,1710.0,1235.0,"11,3","70,2","0,9401" -15/03/2004,08.00.00,"5,5",1797.0,336.0,"25,9",1451.0,360.0,652.0,114.0,2323.0,1680.0,"12,4","63,9","0,9170" -15/03/2004,09.00.00,"8,1",1961.0,618.0,"36,7",1701.0,478.0,537.0,149.0,2665.0,2184.0,"14,8","54,3","0,9076" -15/03/2004,10.00.00,"5,8",1771.0,438.0,"26,6",1470.0,394.0,622.0,157.0,2262.0,1973.0,"17,4","45,6","0,8993" -15/03/2004,11.00.00,"4,2",1564.0,334.0,"20,1",1300.0,319.0,710.0,155.0,2029.0,1798.0,"19,8","38,5","0,8801" -15/03/2004,12.00.00,"3,1",1430.0,221.0,"14,1",1120.0,201.0,831.0,134.0,1783.0,1522.0,"22,0","34,1","0,8904" -15/03/2004,13.00.00,"2,9",1417.0,207.0,"14,9",1146.0,171.0,830.0,119.0,1831.0,1404.0,"23,3","32,2","0,9096" -15/03/2004,14.00.00,"2,9",1400.0,191.0,"15,4",1162.0,159.0,838.0,111.0,1829.0,1263.0,"23,9","30,0","0,8757" -15/03/2004,15.00.00,"2,5",1317.0,185.0,"12,1",1053.0,153.0,926.0,104.0,1707.0,1137.0,"24,4","28,9","0,8736" -15/03/2004,16.00.00,"2,3",1318.0,141.0,"11,5",1033.0,143.0,950.0,99.0,1675.0,1068.0,"24,4","29,4","0,8848" -15/03/2004,17.00.00,"2,8",1445.0,214.0,"14,8",1141.0,156.0,857.0,110.0,1824.0,1252.0,"23,8","31,3","0,9137" -15/03/2004,18.00.00,"6,1",1917.0,471.0,"32,1",1601.0,314.0,631.0,162.0,2447.0,1843.0,"22,5","35,4","0,9547" -15/03/2004,19.00.00,8,2040.0,685.0,"39,2",1754.0,404.0,542.0,187.0,2679.0,2122.0,"20,4","42,5","1,0086" -15/03/2004,20.00.00,"6,5",1895.0,538.0,"31,0",1573.0,320.0,565.0,165.0,2443.0,1992.0,"18,3","52,6","1,0945" -15/03/2004,21.00.00,"4,2",1595.0,319.0,"19,9",1294.0,256.0,678.0,145.0,2058.0,1707.0,"16,7","57,4","1,0786" -15/03/2004,22.00.00,"3,2",1439.0,224.0,"15,3",1159.0,193.0,764.0,125.0,1856.0,1494.0,"15,7","60,2","1,0654" -15/03/2004,23.00.00,"1,4",1142.0,67.0,"6,9",852.0,89.0,1008.0,101.0,1547.0,1164.0,"15,3","61,4","1,0580" -16/03/2004,00.00.00,"2,1",1304.0,155.0,"11,1",1019.0,127.0,852.0,103.0,1731.0,1272.0,"14,1","65,7","1,0494" -16/03/2004,01.00.00,"1,2",1074.0,49.0,"5,4",784.0,79.0,1098.0,88.0,1483.0,1040.0,"14,8","60,6","1,0148" -16/03/2004,02.00.00,"0,8",968.0,29.0,"2,8",640.0,43.0,1320.0,61.0,1386.0,867.0,"14,8","59,2","0,9879" -16/03/2004,03.00.00,"0,7",929.0,25.0,"2,3",608.0,-200.0,1376.0,-200.0,1364.0,826.0,"13,6","62,1","0,9636" -16/03/2004,04.00.00,-200,941.0,25.0,"2,6",626.0,59.0,1316.0,59.0,1373.0,840.0,"12,3","66,2","0,9450" -16/03/2004,05.00.00,"0,6",937.0,17.0,"2,0",585.0,38.0,1412.0,52.0,1348.0,793.0,"12,8","63,2","0,9283" -16/03/2004,06.00.00,"0,9",1017.0,27.0,"3,5",681.0,82.0,1246.0,64.0,1418.0,870.0,"11,2","68,5","0,9081" -16/03/2004,07.00.00,"1,3",1171.0,50.0,"5,1",770.0,99.0,1162.0,70.0,1467.0,930.0,"11,0","66,5","0,8705" -16/03/2004,08.00.00,"3,4",1541.0,218.0,"16,2",1185.0,263.0,770.0,97.0,1889.0,1407.0,"11,7","63,7","0,8719" -16/03/2004,09.00.00,"3,7",1539.0,285.0,"19,7",1287.0,229.0,698.0,95.0,2055.0,1507.0,"13,6","56,3","0,8743" -16/03/2004,10.00.00,"5,3",1735.0,437.0,"25,1",1431.0,396.0,628.0,150.0,2211.0,1843.0,"17,8","42,9","0,8672" -16/03/2004,11.00.00,"4,1",1571.0,327.0,"20,0",1297.0,314.0,730.0,162.0,1973.0,1729.0,"21,4","33,3","0,8417" -16/03/2004,12.00.00,"3,3",1452.0,283.0,"18,3",1250.0,217.0,776.0,154.0,1868.0,1583.0,"24,4","27,4","0,8231" -16/03/2004,13.00.00,4,1579.0,366.0,"22,3",1359.0,252.0,724.0,161.0,1998.0,1671.0,"25,3","26,1","0,8264" -16/03/2004,14.00.00,"3,8",1466.0,318.0,"20,4",1309.0,263.0,773.0,161.0,1897.0,1491.0,"25,8","23,2","0,7589" -16/03/2004,15.00.00,"2,8",1280.0,228.0,"14,6",1136.0,180.0,893.0,128.0,1675.0,1240.0,"27,0","20,2","0,7094" -16/03/2004,16.00.00,"2,9",1407.0,201.0,"16,6",1197.0,184.0,905.0,129.0,1759.0,1313.0,"28,2","18,6","0,7014" -16/03/2004,17.00.00,"2,9",1389.0,199.0,"15,8",1173.0,190.0,898.0,133.0,1739.0,1363.0,"28,0","19,1","0,7098" -16/03/2004,18.00.00,"3,4",1447.0,237.0,"17,8",1235.0,184.0,859.0,139.0,1778.0,1296.0,"23,9","25,7","0,7519" -16/03/2004,19.00.00,"3,9",1551.0,261.0,"19,1",1271.0,181.0,800.0,137.0,1875.0,1432.0,"21,3","34,8","0,8730" -16/03/2004,20.00.00,"3,2",1474.0,230.0,"15,8",1173.0,166.0,854.0,143.0,1776.0,1432.0,"20,4","36,7","0,8704" -16/03/2004,21.00.00,"5,1",1800.0,349.0,"24,9",1426.0,317.0,700.0,177.0,2106.0,2034.0,"19,0","41,3","0,9007" -16/03/2004,22.00.00,"2,6",1379.0,183.0,"13,5",1101.0,184.0,818.0,138.0,1710.0,1602.0,"17,9","45,9","0,9342" -16/03/2004,23.00.00,"1,7",1201.0,88.0,"9,1",943.0,130.0,935.0,117.0,1560.0,1362.0,"16,7","48,9","0,9226" -17/03/2004,00.00.00,"1,7",1205.0,85.0,"8,6",925.0,132.0,922.0,107.0,1547.0,1314.0,"15,5","52,9","0,9271" -17/03/2004,01.00.00,"1,2",1072.0,47.0,"5,4",784.0,95.0,1066.0,90.0,1442.0,1114.0,"15,5","51,9","0,9059" -17/03/2004,02.00.00,"0,9",998.0,34.0,"4,1",714.0,70.0,1169.0,79.0,1383.0,992.0,"14,1","55,6","0,8910" -17/03/2004,03.00.00,"0,7",933.0,26.0,"2,6",625.0,-200.0,1292.0,-200.0,1332.0,884.0,"13,1","57,9","0,8666" -17/03/2004,04.00.00,-200,883.0,17.0,"1,9",577.0,54.0,1396.0,60.0,1303.0,808.0,"12,7","57,9","0,8447" -17/03/2004,05.00.00,"0,5",869.0,11.0,"1,6",554.0,28.0,1460.0,40.0,1268.0,667.0,"11,8","58,0","0,8026" -17/03/2004,06.00.00,"0,5",891.0,18.0,"1,9",576.0,46.0,1417.0,53.0,1289.0,733.0,"11,9","57,4","0,7978" -17/03/2004,07.00.00,"1,6",1173.0,84.0,"7,5",878.0,160.0,1038.0,84.0,1556.0,1052.0,"9,9","65,2","0,7956" -17/03/2004,08.00.00,"4,1",1587.0,260.0,"21,4",1334.0,320.0,702.0,108.0,1999.0,1534.0,"11,1","60,2","0,7958" -17/03/2004,09.00.00,"6,6",1852.0,534.0,"36,4",1696.0,377.0,553.0,127.0,2535.0,1931.0,"14,1","50,0","0,8020" -17/03/2004,10.00.00,"4,3",1522.0,368.0,"21,3",1331.0,280.0,703.0,134.0,2026.0,1734.0,"17,7","40,1","0,8048" -17/03/2004,11.00.00,"2,9",1438.0,200.0,"15,4",1161.0,221.0,819.0,135.0,1782.0,1595.0,"21,1","33,4","0,8265" -17/03/2004,12.00.00,"2,5",1393.0,145.0,"12,5",1067.0,210.0,905.0,142.0,1654.0,1490.0,"24,3","28,3","0,8471" -17/03/2004,13.00.00,"2,8",1452.0,188.0,"15,1",1152.0,204.0,861.0,153.0,1747.0,1508.0,"25,6","25,6","0,8254" -17/03/2004,14.00.00,"2,6",1389.0,152.0,"13,7",1108.0,161.0,887.0,123.0,1712.0,1334.0,"25,9","25,9","0,8503" -17/03/2004,15.00.00,2,1207.0,103.0,"10,4",994.0,135.0,1013.0,104.0,1520.0,1045.0,"26,8","18,7","0,6500" -17/03/2004,16.00.00,"2,9",1365.0,193.0,"15,2",1154.0,186.0,940.0,129.0,1679.0,1221.0,"29,3","15,8","0,6309" -17/03/2004,17.00.00,"2,5",1247.0,134.0,"12,3",1060.0,147.0,1032.0,114.0,1525.0,1069.0,"28,5","14,9","0,5708" -17/03/2004,18.00.00,5,1557.0,386.0,"27,0",1478.0,299.0,793.0,158.0,1981.0,1569.0,"25,9","16,0","0,5237" -17/03/2004,19.00.00,"7,6",1973.0,577.0,"38,4",1737.0,411.0,617.0,194.0,2414.0,2306.0,"23,1","26,5","0,7403" -17/03/2004,20.00.00,"6,7",1975.0,523.0,"35,1",1667.0,347.0,597.0,182.0,2416.0,2359.0,"20,5","38,2","0,9133" -17/03/2004,21.00.00,"5,7",1795.0,472.0,"27,2",1485.0,336.0,653.0,180.0,2174.0,2050.0,"19,1","42,6","0,9294" -17/03/2004,22.00.00,"2,8",1444.0,206.0,"15,0",1150.0,202.0,770.0,136.0,1727.0,1727.0,"17,2","44,1","0,8558" -17/03/2004,23.00.00,"2,6",1488.0,216.0,"15,7",1171.0,178.0,731.0,127.0,1778.0,1705.0,"16,0","50,9","0,9206" -18/03/2004,00.00.00,"2,3",1371.0,159.0,"13,0",1083.0,154.0,796.0,116.0,1669.0,1551.0,"14,8","53,9","0,9024" -18/03/2004,01.00.00,"1,4",1161.0,70.0,"8,1",904.0,92.0,947.0,107.0,1502.0,1240.0,"14,3","55,4","0,8975" -18/03/2004,02.00.00,1,1064.0,44.0,"5,5",787.0,61.0,1057.0,88.0,1407.0,1115.0,"14,8","52,1","0,8686" -18/03/2004,03.00.00,"0,7",970.0,42.0,"3,6",687.0,-200.0,1196.0,-200.0,1351.0,969.0,"13,9","53,9","0,8501" -18/03/2004,04.00.00,-200,954.0,28.0,"2,9",645.0,60.0,1260.0,78.0,1334.0,925.0,"11,6","61,9","0,8442" -18/03/2004,05.00.00,"0,6",931.0,20.0,"2,5",623.0,37.0,1293.0,57.0,1307.0,828.0,"12,0","58,9","0,8233" -18/03/2004,06.00.00,"0,7",938.0,26.0,"3,0",650.0,68.0,1251.0,71.0,1333.0,893.0,"10,9","62,1","0,8113" -18/03/2004,07.00.00,"1,5",1166.0,78.0,"7,7",885.0,139.0,1005.0,85.0,1551.0,1075.0,"10,6","63,3","0,8067" -18/03/2004,08.00.00,"4,7",1643.0,319.0,"23,3",1384.0,339.0,667.0,124.0,2094.0,1610.0,"11,5","60,0","0,8117" -18/03/2004,09.00.00,"6,6",1934.0,506.0,"35,8",1682.0,421.0,541.0,151.0,2468.0,2051.0,"14,3","50,6","0,8186" -18/03/2004,10.00.00,"4,5",1617.0,-200.0,"21,3",1333.0,349.0,686.0,150.0,2010.0,1819.0,"17,8","40,5","0,8210" -18/03/2004,11.00.00,"2,8",1473.0,-200.0,"14,3",1127.0,224.0,831.0,152.0,1752.0,1568.0,"20,8","34,4","0,8365" -18/03/2004,12.00.00,"2,2",1379.0,-200.0,"12,5",1068.0,171.0,899.0,139.0,1663.0,1374.0,"23,8","28,2","0,8219" -18/03/2004,13.00.00,"2,2",1385.0,-200.0,"12,2",1056.0,149.0,891.0,133.0,1648.0,1268.0,"24,2","28,7","0,8515" -18/03/2004,14.00.00,"2,3",1379.0,-200.0,"13,1",1087.0,137.0,901.0,126.0,1660.0,1144.0,"25,2","24,9","0,7829" -18/03/2004,15.00.00,"2,2",1322.0,-200.0,"14,4",1129.0,149.0,934.0,128.0,1639.0,1109.0,"27,0","17,8","0,6275" -18/03/2004,16.00.00,"2,8",1496.0,-200.0,"16,8",1205.0,172.0,822.0,169.0,1767.0,1347.0,"27,1","23,1","0,8180" -18/03/2004,17.00.00,"2,7",1409.0,-200.0,"14,5",1131.0,166.0,873.0,149.0,1689.0,1206.0,"25,8","23,9","0,7832" -18/03/2004,18.00.00,"3,7",1513.0,-200.0,"21,5",1338.0,214.0,764.0,156.0,1957.0,1397.0,"23,0","26,8","0,7446" -18/03/2004,19.00.00,"5,1",1667.0,-200.0,"26,4",1464.0,280.0,683.0,168.0,2118.0,1588.0,"20,7","31,1","0,7523" -18/03/2004,20.00.00,"5,1",1667.0,-200.0,"26,0",1453.0,276.0,684.0,176.0,2051.0,1569.0,"18,6","36,2","0,7676" -18/03/2004,21.00.00,"3,2",1430.0,-200.0,"14,1",1121.0,178.0,814.0,135.0,1732.0,1322.0,"16,0","48,4","0,8768" -18/03/2004,22.00.00,"2,1",1333.0,-200.0,"10,3",989.0,129.0,885.0,121.0,1621.0,1194.0,"14,5","57,8","0,9456" -18/03/2004,23.00.00,"1,7",1262.0,-200.0,"8,3",911.0,95.0,948.0,99.0,1545.0,1062.0,"13,1","64,2","0,9606" -19/03/2004,00.00.00,2,1287.0,-200.0,"8,9",936.0,126.0,918.0,106.0,1606.0,1040.0,"12,0","69,7","0,9735" -19/03/2004,01.00.00,"1,6",1134.0,-200.0,"6,6",840.0,103.0,1021.0,96.0,1501.0,917.0,"11,9","71,1","0,9915" -19/03/2004,02.00.00,"0,9",999.0,-200.0,"3,6",688.0,48.0,1229.0,63.0,1380.0,594.0,"12,5","69,3","1,0029" -19/03/2004,03.00.00,"0,7",961.0,-200.0,"2,5",622.0,-200.0,1382.0,-200.0,1301.0,430.0,"12,5","67,5","0,9768" -19/03/2004,04.00.00,-200,934.0,-200.0,"1,8",569.0,20.0,1440.0,32.0,1280.0,397.0,"12,3","67,7","0,9665" -19/03/2004,05.00.00,"0,5",913.0,-200.0,"1,3",525.0,18.0,1620.0,28.0,1260.0,370.0,"12,5","66,8","0,9620" -19/03/2004,06.00.00,"0,7",969.0,-200.0,"2,3",607.0,56.0,1373.0,61.0,1324.0,438.0,"12,3","66,3","0,9487" -19/03/2004,07.00.00,"1,5",1182.0,-200.0,"6,7",845.0,115.0,1054.0,99.0,1539.0,704.0,"12,4","64,9","0,9332" -19/03/2004,08.00.00,"4,8",1740.0,-200.0,"22,8",1372.0,320.0,671.0,157.0,2144.0,1476.0,"13,0","61,6","0,9209" -19/03/2004,09.00.00,"6,2",1819.0,-200.0,"31,3",1582.0,357.0,575.0,166.0,2456.0,1716.0,"13,6","58,8","0,9120" -19/03/2004,10.00.00,4,1427.0,-200.0,"19,2",1275.0,253.0,701.0,149.0,1980.0,1398.0,"13,9","57,1","0,9032" -19/03/2004,11.00.00,"3,3",1390.0,-200.0,"16,4",1191.0,218.0,759.0,135.0,1879.0,1268.0,"14,5","54,4","0,8917" -19/03/2004,12.00.00,"2,8",1283.0,-200.0,"14,0",1117.0,192.0,813.0,127.0,1751.0,1188.0,"15,5","50,1","0,8744" -19/03/2004,13.00.00,3,1304.0,-200.0,"15,3",1157.0,176.0,793.0,122.0,1801.0,1171.0,"16,1","47,6","0,8655" -19/03/2004,14.00.00,"3,3",1364.0,-200.0,"16,7",1202.0,198.0,771.0,135.0,1875.0,1250.0,"16,3","47,1","0,8640" -19/03/2004,15.00.00,"3,5",1410.0,-200.0,"19,0",1268.0,212.0,724.0,139.0,1957.0,1344.0,"16,4","47,5","0,8791" -19/03/2004,16.00.00,4,1476.0,-200.0,"19,4",1280.0,249.0,708.0,147.0,1955.0,1378.0,"16,1","50,2","0,9094" -19/03/2004,17.00.00,"4,6",1522.0,-200.0,"20,9",1320.0,270.0,690.0,158.0,2005.0,1435.0,"16,0","50,7","0,9142" -19/03/2004,18.00.00,"4,1",1442.0,-200.0,"20,2",1301.0,231.0,704.0,146.0,1952.0,1372.0,"15,8","50,3","0,8989" -19/03/2004,19.00.00,"4,5",1469.0,-200.0,"21,7",1344.0,251.0,677.0,144.0,1997.0,1471.0,"15,5","50,6","0,8840" -19/03/2004,20.00.00,"3,9",1467.0,-200.0,"19,8",1292.0,210.0,698.0,138.0,1942.0,1439.0,"15,4","51,4","0,8956" -19/03/2004,21.00.00,4,1421.0,-200.0,"16,7",1202.0,249.0,748.0,143.0,1854.0,1429.0,"15,2","53,1","0,9117" -19/03/2004,22.00.00,"2,2",1175.0,-200.0,"9,1",945.0,143.0,904.0,116.0,1604.0,1081.0,"14,7","57,6","0,9573" -19/03/2004,23.00.00,"2,1",1215.0,-200.0,"8,3",912.0,127.0,948.0,109.0,1547.0,993.0,"14,2","58,3","0,9380" -20/03/2004,00.00.00,"1,7",1127.0,-200.0,"5,8",802.0,104.0,1064.0,92.0,1447.0,837.0,"13,8","57,9","0,9085" -20/03/2004,01.00.00,"1,6",1090.0,-200.0,"5,2",773.0,86.0,1105.0,83.0,1429.0,761.0,"13,9","55,9","0,8842" -20/03/2004,02.00.00,"1,3",1017.0,-200.0,"4,1",718.0,74.0,1182.0,81.0,1382.0,650.0,"13,9","55,6","0,8765" -20/03/2004,03.00.00,"1,3",997.0,-200.0,"3,4",677.0,-200.0,1252.0,-200.0,1359.0,591.0,"13,8","55,1","0,8666" -20/03/2004,04.00.00,-200,945.0,-200.0,"2,9",646.0,44.0,1308.0,55.0,1332.0,505.0,"13,8","54,6","0,8574" -20/03/2004,05.00.00,"0,8",956.0,-200.0,"3,1",661.0,42.0,1260.0,53.0,1351.0,518.0,"13,6","55,1","0,8560" -20/03/2004,06.00.00,"0,8",966.0,-200.0,"2,5",622.0,63.0,1317.0,67.0,1342.0,571.0,"13,6","59,0","0,9129" -20/03/2004,07.00.00,"1,1",1064.0,-200.0,"4,3",728.0,115.0,1161.0,91.0,1461.0,842.0,"13,5","58,4","0,8960" -20/03/2004,08.00.00,"2,1",1300.0,-200.0,"8,9",935.0,170.0,902.0,113.0,1623.0,1145.0,"13,8","58,0","0,9083" -20/03/2004,09.00.00,"2,4",1348.0,-200.0,"10,5",998.0,147.0,834.0,102.0,1689.0,1218.0,"14,6","53,1","0,8765" -20/03/2004,10.00.00,"2,6",1425.0,-200.0,"12,5",1068.0,166.0,776.0,107.0,1764.0,1341.0,"15,0","52,3","0,8881" -20/03/2004,11.00.00,"2,8",1474.0,-200.0,"12,3",1061.0,195.0,768.0,113.0,1768.0,1406.0,"15,4","52,1","0,9046" -20/03/2004,12.00.00,"2,6",1490.0,-200.0,"11,7",1039.0,182.0,782.0,108.0,1757.0,1422.0,"16,3","50,0","0,9158" -20/03/2004,13.00.00,"2,6",1495.0,-200.0,"11,7",1040.0,168.0,809.0,105.0,1735.0,1373.0,"17,1","47,9","0,9281" -20/03/2004,14.00.00,"2,1",1376.0,-200.0,"9,3",953.0,125.0,900.0,93.0,1636.0,1153.0,"19,0","42,9","0,9370" -20/03/2004,15.00.00,"1,7",1305.0,-200.0,"7,6",884.0,95.0,980.0,87.0,1573.0,927.0,"19,5","42,3","0,9476" -20/03/2004,16.00.00,"1,6",1283.0,-200.0,"6,7",844.0,79.0,1036.0,76.0,1539.0,766.0,"19,5","42,3","0,9493" -20/03/2004,17.00.00,"2,1",1392.0,-200.0,"9,7",967.0,119.0,930.0,94.0,1649.0,941.0,"19,1","43,8","0,9556" -20/03/2004,18.00.00,"2,3",1452.0,-200.0,"12,4",1063.0,142.0,856.0,110.0,1774.0,1146.0,"18,5","46,3","0,9744" -20/03/2004,19.00.00,"3,5",1633.0,-200.0,"16,6",1199.0,215.0,734.0,136.0,1919.0,1417.0,"17,4","51,6","1,0159" -20/03/2004,20.00.00,"3,9",1625.0,-200.0,"16,4",1191.0,229.0,733.0,139.0,1885.0,1442.0,"17,1","51,3","0,9914" -20/03/2004,21.00.00,"3,3",1535.0,-200.0,"13,7",1108.0,206.0,785.0,125.0,1820.0,1323.0,"16,4","53,8","0,9964" -20/03/2004,22.00.00,"2,3",1323.0,-200.0,"9,9",973.0,147.0,864.0,111.0,1712.0,1125.0,"16,2","55,4","1,0132" -20/03/2004,23.00.00,"2,1",1309.0,-200.0,"8,9",937.0,122.0,905.0,97.0,1672.0,1036.0,"15,9","57,7","1,0356" -21/03/2004,00.00.00,"2,8",1456.0,-200.0,"10,6",999.0,175.0,835.0,107.0,1714.0,1202.0,"15,7","58,6","1,0396" -21/03/2004,01.00.00,"2,1",1300.0,-200.0,"7,4",872.0,133.0,941.0,90.0,1577.0,1054.0,"15,1","60,9","1,0398" -21/03/2004,02.00.00,"1,6",1203.0,-200.0,"6,2",823.0,89.0,1004.0,84.0,1526.0,903.0,"15,6","56,6","0,9951" -21/03/2004,03.00.00,"1,6",1195.0,-200.0,"6,5",836.0,-200.0,987.0,-200.0,1554.0,885.0,"15,2","57,9","0,9941" -21/03/2004,04.00.00,-200,1117.0,-200.0,"5,8",802.0,85.0,1029.0,87.0,1539.0,818.0,"15,4","57,8","1,0021" -21/03/2004,05.00.00,"1,1",1062.0,-200.0,"4,0",711.0,55.0,1136.0,66.0,1461.0,700.0,"14,9","60,6","1,0196" -21/03/2004,06.00.00,"0,7",947.0,-200.0,"2,1",594.0,24.0,1300.0,36.0,1390.0,580.0,"14,5","63,0","1,0316" -21/03/2004,07.00.00,"0,8",1065.0,-200.0,"3,6",687.0,72.0,1143.0,62.0,1492.0,815.0,"14,2","66,2","1,0630" -21/03/2004,08.00.00,"1,2",1155.0,-200.0,"4,4",734.0,122.0,1062.0,91.0,1528.0,1035.0,"14,5","65,3","1,0704" -21/03/2004,09.00.00,"1,4",1220.0,-200.0,"5,4",782.0,111.0,996.0,89.0,1560.0,1067.0,"15,3","62,1","1,0730" -21/03/2004,10.00.00,"1,7",1301.0,-200.0,"7,1",862.0,123.0,914.0,93.0,1633.0,1114.0,"16,3","59,0","1,0868" -21/03/2004,11.00.00,"1,8",1279.0,-200.0,"7,3",870.0,106.0,911.0,81.0,1646.0,1000.0,"18,9","49,6","1,0700" -21/03/2004,12.00.00,"1,8",1267.0,-200.0,"7,6",883.0,103.0,953.0,82.0,1617.0,906.0,"19,4","46,1","1,0249" -21/03/2004,13.00.00,"1,9",1239.0,-200.0,"6,8",848.0,102.0,981.0,80.0,1568.0,822.0,"20,8","41,6","1,0091" -21/03/2004,14.00.00,"1,3",1128.0,-200.0,"4,6",742.0,48.0,1144.0,48.0,1507.0,610.0,"21,4","40,3","1,0126" -21/03/2004,15.00.00,"1,6",1243.0,-200.0,"8,4",916.0,63.0,962.0,61.0,1669.0,657.0,"21,2","39,3","0,9791" -21/03/2004,16.00.00,"1,9",1208.0,-200.0,"6,9",853.0,98.0,1060.0,89.0,1506.0,647.0,"20,3","38,0","0,8942" -21/03/2004,17.00.00,"2,3",1306.0,-200.0,"9,0",938.0,132.0,961.0,105.0,1607.0,762.0,"19,4","41,3","0,9206" -21/03/2004,18.00.00,"3,8",1546.0,-200.0,"15,1",1151.0,173.0,769.0,116.0,1874.0,1122.0,"18,5","43,8","0,9252" -21/03/2004,19.00.00,"3,5",1501.0,-200.0,"12,6",1071.0,185.0,823.0,119.0,1744.0,1130.0,"17,8","48,1","0,9689" -21/03/2004,20.00.00,"4,3",1605.0,-200.0,"15,1",1153.0,266.0,769.0,144.0,1840.0,1637.0,"17,9","46,9","0,9520" -21/03/2004,21.00.00,"2,8",1316.0,-200.0,"9,9",974.0,188.0,883.0,123.0,1673.0,1272.0,"17,4","49,1","0,9688" -21/03/2004,22.00.00,"1,9",1195.0,-200.0,"8,0",898.0,122.0,933.0,105.0,1594.0,1098.0,"17,0","51,7","0,9914" -21/03/2004,23.00.00,"1,9",1211.0,-200.0,"7,9",896.0,112.0,920.0,93.0,1624.0,1066.0,"16,4","55,1","1,0198" -22/03/2004,00.00.00,"1,7",1161.0,-200.0,"6,1",815.0,93.0,995.0,86.0,1582.0,909.0,"16,1","60,0","1,0919" -22/03/2004,01.00.00,"1,5",1095.0,-200.0,"5,1",767.0,74.0,1050.0,76.0,1547.0,818.0,"15,8","60,5","1,0805" -22/03/2004,02.00.00,"0,6",897.0,-200.0,"1,7",563.0,23.0,1417.0,33.0,1355.0,472.0,"16,3","57,0","1,0491" -22/03/2004,03.00.00,"0,4",842.0,-200.0,"0,7",468.0,-200.0,1813.0,-200.0,1274.0,394.0,"16,9","53,9","1,0309" -22/03/2004,04.00.00,-200,854.0,-200.0,"0,8",481.0,17.0,1756.0,27.0,1304.0,396.0,"16,1","55,9","1,0153" -22/03/2004,05.00.00,"0,3",845.0,-200.0,"0,7",472.0,15.0,1786.0,23.0,1278.0,378.0,"16,5","53,9","1,0049" -22/03/2004,06.00.00,"0,6",942.0,-200.0,"2,0",586.0,41.0,1480.0,46.0,1373.0,432.0,"16,4","54,0","0,9979" -22/03/2004,07.00.00,"1,2",1090.0,-200.0,"5,1",768.0,86.0,1072.0,76.0,1538.0,699.0,"15,7","57,6","1,0195" -22/03/2004,08.00.00,"3,6",1514.0,-200.0,"17,7",1230.0,226.0,732.0,116.0,1996.0,1252.0,"15,8","53,7","0,9571" -22/03/2004,09.00.00,"3,7",1379.0,-200.0,"18,4",1252.0,214.0,711.0,115.0,1962.0,1237.0,"17,4","42,1","0,8281" -22/03/2004,10.00.00,"1,8",1074.0,-200.0,"6,9",854.0,115.0,1032.0,83.0,1484.0,772.0,"17,9","38,4","0,7793" -22/03/2004,11.00.00,"1,6",1090.0,-200.0,"7,3",868.0,124.0,1026.0,87.0,1509.0,766.0,"18,5","36,7","0,7764" -22/03/2004,12.00.00,"1,9",1110.0,-200.0,"9,6",964.0,122.0,947.0,90.0,1577.0,829.0,"21,0","29,6","0,7263" -22/03/2004,13.00.00,2,1102.0,-200.0,"10,4",994.0,107.0,955.0,87.0,1599.0,783.0,"21,3","28,1","0,7067" -22/03/2004,14.00.00,"2,2",1100.0,-200.0,"11,2",1021.0,133.0,952.0,99.0,1607.0,822.0,"21,3","26,1","0,6539" -22/03/2004,15.00.00,"2,1",1094.0,-200.0,"10,7",1003.0,130.0,965.0,99.0,1574.0,813.0,"21,3","26,8","0,6681" -22/03/2004,16.00.00,"2,3",1076.0,451.0,"11,6",1034.0,150.0,964.0,101.0,1544.0,813.0,"21,3","24,2","0,6060" -22/03/2004,17.00.00,"2,6",1152.0,185.0,"12,4",1062.0,138.0,928.0,103.0,1606.0,850.0,"20,2","28,5","0,6682" -22/03/2004,18.00.00,"3,8",1407.0,426.0,"18,3",1249.0,213.0,720.0,129.0,1932.0,1276.0,"17,0","43,1","0,8264" -22/03/2004,19.00.00,"4,4",1438.0,672.0,"21,0",1325.0,232.0,678.0,143.0,1993.0,1401.0,"15,6","47,4","0,8347" -22/03/2004,20.00.00,"4,5",1425.0,624.0,"21,0",1325.0,238.0,678.0,146.0,1965.0,1356.0,"15,3","47,4","0,8178" -22/03/2004,21.00.00,"3,3",1279.0,325.0,"14,5",1131.0,180.0,775.0,124.0,1758.0,1243.0,"14,5","49,7","0,8177" -22/03/2004,22.00.00,2,1132.0,143.0,"8,4",916.0,128.0,920.0,113.0,1561.0,1083.0,"13,9","52,0","0,8231" -22/03/2004,23.00.00,"1,1",1006.0,89.0,"4,3",729.0,65.0,1142.0,80.0,1370.0,795.0,"14,5","49,4","0,8106" -23/03/2004,00.00.00,"0,9",982.0,73.0,"3,8",700.0,53.0,1204.0,72.0,1359.0,735.0,"13,8","51,4","0,8071" -23/03/2004,01.00.00,"0,8",969.0,48.0,"2,7",636.0,47.0,1271.0,64.0,1309.0,684.0,"14,0","51,3","0,8163" -23/03/2004,02.00.00,"0,7",941.0,47.0,"2,5",621.0,51.0,1298.0,70.0,1330.0,714.0,"13,0","56,8","0,8444" -23/03/2004,03.00.00,"0,5",892.0,36.0,"1,2",522.0,-200.0,1522.0,-200.0,1285.0,456.0,"11,0","70,0","0,9215" -23/03/2004,04.00.00,-200,855.0,25.0,"0,8",478.0,20.0,1701.0,31.0,1261.0,401.0,"10,1","76,8","0,9483" -23/03/2004,05.00.00,"0,3",834.0,19.0,"0,6",459.0,13.0,1908.0,22.0,1212.0,361.0,"8,8","80,5","0,9147" -23/03/2004,06.00.00,"0,5",909.0,26.0,"1,8",567.0,33.0,1542.0,47.0,1287.0,418.0,"9,6","75,4","0,9004" -23/03/2004,07.00.00,"1,1",1061.0,60.0,"4,6",745.0,103.0,1178.0,88.0,1429.0,616.0,"9,8","75,0","0,9093" -23/03/2004,08.00.00,3,1441.0,248.0,"14,2",1124.0,224.0,851.0,130.0,1829.0,1089.0,"10,0","74,2","0,9117" -23/03/2004,09.00.00,"3,8",1498.0,535.0,"21,0",1325.0,244.0,684.0,132.0,2095.0,1329.0,"11,2","69,7","0,9232" -23/03/2004,10.00.00,"3,4",1343.0,340.0,"16,2",1185.0,237.0,760.0,132.0,1857.0,1311.0,"12,0","62,9","0,8803" -23/03/2004,11.00.00,3,1308.0,325.0,"15,5",1166.0,220.0,792.0,131.0,1794.0,1236.0,"12,8","55,8","0,8210" -23/03/2004,12.00.00,"2,7",1209.0,267.0,"13,4",1097.0,207.0,837.0,129.0,1746.0,1147.0,"13,1","54,8","0,8234" -23/03/2004,13.00.00,"3,5",1310.0,325.0,"16,9",1207.0,208.0,770.0,132.0,1847.0,1301.0,"13,8","53,4","0,8351" -23/03/2004,14.00.00,"2,8",1171.0,268.0,"12,4",1064.0,160.0,881.0,110.0,1639.0,1097.0,"16,0","42,4","0,7674" -23/03/2004,15.00.00,"1,9",1112.0,136.0,"10,1",980.0,131.0,924.0,99.0,1589.0,900.0,"14,1","49,8","0,7971" -23/03/2004,16.00.00,2,1132.0,118.0,"8,7",927.0,128.0,944.0,100.0,1570.0,781.0,"12,0","61,1","0,8537" -23/03/2004,17.00.00,3,1225.0,276.0,"13,8",1111.0,176.0,818.0,122.0,1719.0,1013.0,"13,6","54,6","0,8465" -23/03/2004,18.00.00,"1,9",1065.0,151.0,"9,3",953.0,107.0,962.0,97.0,1514.0,790.0,"13,7","49,5","0,7695" -23/03/2004,19.00.00,"2,7",1236.0,236.0,"13,0",1084.0,131.0,854.0,112.0,1688.0,1059.0,"11,7","57,1","0,7822" -23/03/2004,20.00.00,"3,3",1309.0,220.0,"14,3",1126.0,166.0,812.0,128.0,1722.0,1205.0,"11,5","58,2","0,7867" -23/03/2004,21.00.00,"1,7",1089.0,87.0,"7,6",884.0,89.0,1006.0,101.0,1487.0,975.0,"12,6","54,2","0,7881" -23/03/2004,22.00.00,"1,3",1000.0,81.0,"5,3",776.0,81.0,1141.0,96.0,1375.0,896.0,"12,0","54,9","0,7664" -23/03/2004,23.00.00,"1,3",1041.0,74.0,"5,4",782.0,78.0,1105.0,86.0,1425.0,911.0,"11,0","61,4","0,8057" -24/03/2004,00.00.00,"1,2",1045.0,55.0,"4,9",756.0,70.0,1137.0,85.0,1411.0,902.0,"11,1","62,2","0,8199" -24/03/2004,01.00.00,"1,1",997.0,74.0,"4,6",744.0,76.0,1151.0,79.0,1405.0,832.0,"10,8","62,5","0,8082" -24/03/2004,02.00.00,"0,9",948.0,35.0,"2,7",634.0,43.0,1320.0,61.0,1326.0,715.0,"11,3","60,0","0,8025" -24/03/2004,03.00.00,"0,6",878.0,29.0,"1,6",551.0,-200.0,1493.0,-200.0,1272.0,683.0,"10,6","61,6","0,7856" -24/03/2004,04.00.00,-200,908.0,29.0,"1,7",559.0,44.0,1477.0,66.0,1287.0,721.0,"10,2","62,7","0,7813" -24/03/2004,05.00.00,"0,6",892.0,20.0,"1,2",522.0,34.0,1572.0,54.0,1255.0,648.0,"10,9","58,6","0,7628" -24/03/2004,06.00.00,"0,8",954.0,32.0,"1,7",561.0,43.0,1496.0,57.0,1255.0,612.0,"10,8","57,2","0,7382" -24/03/2004,07.00.00,"1,2",1045.0,84.0,"4,8",751.0,79.0,1186.0,75.0,1403.0,800.0,"10,4","59,2","0,7455" -24/03/2004,08.00.00,"3,1",1383.0,245.0,"13,8",1109.0,174.0,832.0,97.0,1706.0,1173.0,"11,0","57,3","0,7501" -24/03/2004,09.00.00,"4,4",1597.0,553.0,"23,7",1395.0,235.0,652.0,110.0,2080.0,1519.0,"11,2","56,9","0,7565" -24/03/2004,10.00.00,"3,4",1318.0,450.0,"14,2",1124.0,218.0,762.0,113.0,1770.0,1287.0,"12,1","54,9","0,7734" -24/03/2004,11.00.00,"1,7",1138.0,118.0,"8,0",898.0,136.0,950.0,88.0,1505.0,966.0,"15,1","44,3","0,7535" -24/03/2004,12.00.00,"1,5",1098.0,118.0,"6,7",842.0,117.0,1012.0,85.0,1440.0,828.0,"15,6","40,6","0,7146" -24/03/2004,13.00.00,"1,7",1118.0,144.0,"8,7",927.0,119.0,959.0,96.0,1477.0,825.0,"16,9","34,6","0,6597" -24/03/2004,14.00.00,"2,2",1170.0,159.0,"10,8",1009.0,126.0,879.0,106.0,1566.0,872.0,"16,6","35,6","0,6697" -24/03/2004,15.00.00,-200,1112.0,122.0,"6,7",842.0,100.0,1015.0,91.0,1494.0,680.0,"11,3","63,9","0,8554" -24/03/2004,16.00.00,"2,7",1390.0,230.0,"11,4",1028.0,197.0,829.0,126.0,1730.0,1002.0,"9,6","81,1","0,9720" -24/03/2004,17.00.00,"2,8",1353.0,320.0,"13,4",1096.0,195.0,774.0,130.0,1783.0,1159.0,"11,7","69,1","0,9497" -24/03/2004,18.00.00,"2,7",1260.0,263.0,"12,0",1050.0,156.0,828.0,111.0,1722.0,979.0,"10,7","68,5","0,8794" -24/03/2004,19.00.00,"4,5",1501.0,556.0,"20,2",1302.0,247.0,681.0,134.0,2008.0,1311.0,"10,7","67,3","0,8643" -24/03/2004,20.00.00,"3,5",1273.0,458.0,"14,4",1130.0,190.0,795.0,136.0,1744.0,1071.0,"10,8","65,7","0,8486" -24/03/2004,21.00.00,"2,6",1179.0,214.0,"9,4",955.0,169.0,928.0,125.0,1571.0,899.0,"10,3","66,3","0,8336" -24/03/2004,22.00.00,"1,7",1047.0,97.0,"5,9",809.0,118.0,1064.0,108.0,1435.0,766.0,"10,1","66,9","0,8248" -24/03/2004,23.00.00,"1,3",973.0,79.0,"4,5",739.0,81.0,1186.0,87.0,1354.0,589.0,"10,4","61,1","0,7717" -25/03/2004,00.00.00,"1,3",997.0,81.0,"4,5",737.0,80.0,1168.0,89.0,1341.0,631.0,"10,3","59,9","0,7516" -25/03/2004,01.00.00,1,970.0,52.0,"2,5",621.0,42.0,1400.0,58.0,1249.0,479.0,"11,0","58,4","0,7686" -25/03/2004,02.00.00,"0,7",902.0,38.0,"1,8",568.0,38.0,1450.0,54.0,1253.0,479.0,"9,1","68,1","0,7890" -25/03/2004,03.00.00,"0,7",921.0,35.0,"1,4",538.0,-200.0,1564.0,-200.0,1224.0,417.0,"9,5","68,2","0,8091" -25/03/2004,04.00.00,"0,5",858.0,29.0,"0,9",490.0,18.0,1707.0,28.0,1212.0,378.0,"9,3","72,3","0,8496" -25/03/2004,05.00.00,"0,5",878.0,21.0,"0,6",457.0,12.0,1935.0,20.0,1158.0,344.0,"9,9","66,8","0,8152" -25/03/2004,06.00.00,"0,6",893.0,46.0,"1,4",540.0,43.0,1604.0,51.0,1268.0,413.0,"7,6","83,2","0,8695" -25/03/2004,07.00.00,"1,1",1038.0,55.0,"3,8",697.0,84.0,1260.0,82.0,1383.0,605.0,"8,1","79,0","0,8544" -25/03/2004,08.00.00,"2,7",1320.0,271.0,"11,6",1035.0,184.0,902.0,112.0,1721.0,991.0,"8,7","74,6","0,8429" -25/03/2004,09.00.00,"3,5",1353.0,434.0,"17,8",1235.0,202.0,740.0,119.0,1937.0,1175.0,"8,6","75,1","0,8415" -25/03/2004,10.00.00,"2,3",1133.0,300.0,"8,8",933.0,133.0,969.0,99.0,1552.0,923.0,"9,7","69,7","0,8389" -25/03/2004,11.00.00,"1,6",1066.0,116.0,"6,8",849.0,130.0,1039.0,98.0,1468.0,829.0,"11,0","64,4","0,8447" -25/03/2004,12.00.00,"1,3",1027.0,95.0,"5,9",809.0,106.0,1081.0,88.0,1442.0,733.0,"13,6","53,0","0,8209" -25/03/2004,13.00.00,2,1106.0,211.0,"8,9",935.0,132.0,958.0,96.0,1570.0,819.0,"14,2","48,4","0,7780" -25/03/2004,14.00.00,"1,9",1038.0,168.0,"8,2",907.0,106.0,976.0,81.0,1492.0,723.0,"14,2","46,3","0,7438" -25/03/2004,15.00.00,"1,9",1084.0,154.0,"8,6",924.0,125.0,986.0,92.0,1501.0,786.0,"16,0","41,3","0,7462" -25/03/2004,16.00.00,"2,2",1105.0,267.0,"10,1",982.0,138.0,939.0,105.0,1545.0,850.0,"17,7","35,4","0,7094" -25/03/2004,17.00.00,2,1102.0,143.0,"9,4",957.0,120.0,968.0,88.0,1527.0,820.0,"17,1","37,4","0,7225" -25/03/2004,18.00.00,"2,9",1240.0,374.0,"14,6",1137.0,158.0,836.0,103.0,1748.0,991.0,"14,9","40,5","0,6835" -25/03/2004,19.00.00,"5,2",1443.0,797.0,"24,6",1418.0,253.0,666.0,141.0,2060.0,1454.0,"13,4","47,8","0,7293" -25/03/2004,20.00.00,"4,6",1389.0,698.0,"21,6",1341.0,231.0,692.0,133.0,1982.0,1488.0,"12,6","52,5","0,7642" -25/03/2004,21.00.00,"2,5",1183.0,234.0,"10,3",989.0,150.0,904.0,119.0,1539.0,1205.0,"12,2","53,2","0,7555" -25/03/2004,22.00.00,"1,5",1014.0,104.0,"5,7",798.0,99.0,1083.0,106.0,1376.0,909.0,"10,6","56,1","0,7140" -25/03/2004,23.00.00,"1,2",979.0,67.0,"4,5",736.0,75.0,1154.0,92.0,1324.0,769.0,"9,9","59,5","0,7276" -26/03/2004,00.00.00,"1,7",1048.0,88.0,"5,5",787.0,93.0,1098.0,97.0,1373.0,835.0,"9,6","61,1","0,7323" -26/03/2004,01.00.00,"1,4",1024.0,79.0,"4,8",753.0,79.0,1131.0,91.0,1357.0,793.0,"9,7","61,6","0,7425" -26/03/2004,02.00.00,"1,2",974.0,61.0,"3,6",690.0,67.0,1208.0,83.0,1313.0,733.0,"9,4","62,6","0,7398" -26/03/2004,03.00.00,"0,6",862.0,43.0,"1,7",561.0,-200.0,1449.0,-200.0,1219.0,502.0,"8,2","68,5","0,7455" -26/03/2004,04.00.00,"0,7",925.0,40.0,"2,2",602.0,45.0,1398.0,59.0,1263.0,562.0,"8,0","69,4","0,7459" -26/03/2004,05.00.00,"0,8",952.0,52.0,"3,0",654.0,72.0,1210.0,73.0,1312.0,832.0,"7,7","72,4","0,7655" -26/03/2004,06.00.00,"0,9",1005.0,64.0,"4,0",713.0,103.0,1130.0,78.0,1363.0,924.0,"8,0","71,8","0,7711" -26/03/2004,07.00.00,"1,6",1122.0,88.0,"6,7",842.0,132.0,1015.0,90.0,1438.0,974.0,"8,5","66,3","0,7375" -26/03/2004,08.00.00,"3,4",1351.0,375.0,"16,7",1201.0,239.0,783.0,110.0,1828.0,1307.0,"9,8","59,6","0,7214" -26/03/2004,09.00.00,"3,8",1408.0,592.0,"19,3",1278.0,275.0,682.0,114.0,1928.0,1481.0,"11,2","57,0","0,7544" -26/03/2004,10.00.00,"3,1",1304.0,357.0,"14,8",1142.0,232.0,772.0,119.0,1747.0,1405.0,"14,8","44,1","0,7407" -26/03/2004,11.00.00,"2,7",1207.0,296.0,"13,4",1098.0,180.0,826.0,121.0,1664.0,1195.0,"16,8","35,3","0,6729" -26/03/2004,12.00.00,2,1099.0,181.0,"11,0",1014.0,112.0,948.0,97.0,1503.0,868.0,"19,2","27,1","0,5976" -26/03/2004,13.00.00,"2,3",1106.0,211.0,"12,5",1068.0,116.0,915.0,99.0,1535.0,874.0,"19,1","26,2","0,5741" -26/03/2004,14.00.00,"1,9",1009.0,199.0,"8,4",916.0,103.0,1015.0,85.0,1391.0,738.0,"16,3","30,8","0,5683" -26/03/2004,15.00.00,"1,3",962.0,81.0,"5,3",776.0,89.0,1152.0,75.0,1279.0,550.0,"14,2","36,8","0,5922" -26/03/2004,16.00.00,"1,9",1093.0,143.0,"8,8",933.0,112.0,976.0,87.0,1454.0,777.0,"13,4","41,0","0,6292" -26/03/2004,17.00.00,"2,3",1180.0,247.0,"11,2",1023.0,127.0,886.0,102.0,1588.0,966.0,"14,2","43,3","0,6982" -26/03/2004,18.00.00,"2,4",1168.0,239.0,"11,6",1037.0,125.0,868.0,105.0,1580.0,990.0,"12,1","45,6","0,6403" -26/03/2004,19.00.00,"2,7",1168.0,267.0,"12,4",1063.0,120.0,876.0,98.0,1540.0,944.0,"10,4","48,0","0,6046" -26/03/2004,20.00.00,"2,6",1140.0,261.0,"10,6",1000.0,120.0,916.0,93.0,1490.0,962.0,"10,0","51,1","0,6280" -26/03/2004,21.00.00,"1,5",1001.0,97.0,"6,0",811.0,99.0,1097.0,91.0,1308.0,778.0,"9,8","50,8","0,6172" -26/03/2004,22.00.00,"1,2",953.0,66.0,"4,6",743.0,79.0,1185.0,85.0,1252.0,690.0,"9,7","50,4","0,6063" -26/03/2004,23.00.00,"1,1",972.0,60.0,"4,1",715.0,66.0,1237.0,74.0,1258.0,644.0,"9,9","50,2","0,6103" -27/03/2004,00.00.00,"1,5",1021.0,77.0,"5,2",776.0,94.0,1144.0,87.0,1307.0,753.0,"9,4","53,4","0,6300" -27/03/2004,01.00.00,1,940.0,57.0,"3,2",664.0,70.0,1290.0,79.0,1232.0,646.0,"8,6","57,8","0,6488" -27/03/2004,02.00.00,"1,2",1046.0,65.0,"4,5",736.0,75.0,1142.0,78.0,1312.0,838.0,"8,1","62,1","0,6746" -27/03/2004,03.00.00,"1,1",1026.0,59.0,"3,8",699.0,-200.0,1191.0,-200.0,1292.0,851.0,"7,9","63,5","0,6777" -27/03/2004,04.00.00,-200,983.0,48.0,"3,8",698.0,57.0,1209.0,63.0,1296.0,801.0,"7,4","64,8","0,6683" -27/03/2004,05.00.00,"0,8",915.0,27.0,"1,9",578.0,32.0,1417.0,48.0,1212.0,665.0,"8,2","58,9","0,6444" -27/03/2004,06.00.00,"0,9",935.0,25.0,"2,4",615.0,54.0,1373.0,59.0,1250.0,717.0,"6,3","66,6","0,6410" -27/03/2004,07.00.00,"1,1",976.0,42.0,"3,3",669.0,68.0,1270.0,65.0,1266.0,795.0,"7,2","62,9","0,6396" -27/03/2004,08.00.00,"1,5",1124.0,78.0,"6,7",842.0,98.0,1050.0,71.0,1418.0,936.0,"7,2","63,9","0,6500" -27/03/2004,09.00.00,"1,8",1163.0,128.0,"8,5",919.0,128.0,922.0,84.0,1530.0,1076.0,"11,1","50,5","0,6654" -27/03/2004,10.00.00,"2,1",1167.0,184.0,"9,7",966.0,129.0,942.0,93.0,1520.0,1016.0,"15,5","36,1","0,6313" -27/03/2004,11.00.00,"2,1",1121.0,156.0,"9,4",955.0,130.0,992.0,99.0,1451.0,834.0,"17,8","29,2","0,5920" -27/03/2004,12.00.00,"1,9",1071.0,176.0,"9,0",940.0,111.0,994.0,93.0,1449.0,756.0,"17,6","30,1","0,6013" -27/03/2004,13.00.00,"2,1",1065.0,232.0,"10,0",979.0,106.0,950.0,96.0,1467.0,766.0,"19,1","26,8","0,5861" -27/03/2004,14.00.00,"2,5",1157.0,305.0,"12,6",1072.0,137.0,888.0,114.0,1596.0,905.0,"17,7","28,6","0,5735" -27/03/2004,15.00.00,"1,9",1046.0,150.0,"7,6",883.0,113.0,1051.0,101.0,1357.0,765.0,"17,8","28,4","0,5737" -27/03/2004,16.00.00,"2,2",1147.0,188.0,"11,8",1042.0,122.0,934.0,108.0,1538.0,830.0,"18,7","26,0","0,5555" -27/03/2004,17.00.00,"2,3",1119.0,221.0,"11,2",1022.0,137.0,916.0,117.0,1508.0,853.0,"17,1","31,3","0,6038" -27/03/2004,18.00.00,"2,7",1210.0,219.0,"12,4",1062.0,165.0,886.0,125.0,1586.0,981.0,"15,8","36,1","0,6440" -27/03/2004,19.00.00,3,1306.0,306.0,"12,9",1079.0,196.0,827.0,133.0,1621.0,1286.0,"14,7","40,1","0,6657" -27/03/2004,20.00.00,"2,8",1258.0,270.0,"12,2",1057.0,174.0,841.0,119.0,1633.0,1244.0,"13,6","44,9","0,6991" -27/03/2004,21.00.00,"2,2",1148.0,231.0,"8,8",930.0,140.0,948.0,107.0,1475.0,1056.0,"12,5","48,1","0,6946" -27/03/2004,22.00.00,"1,6",1108.0,125.0,"6,8",848.0,102.0,1023.0,96.0,1421.0,1003.0,"11,8","50,8","0,7042" -27/03/2004,23.00.00,"2,1",1231.0,122.0,"8,6",924.0,130.0,906.0,105.0,1483.0,1245.0,"10,9","56,1","0,7326" -28/03/2004,00.00.00,"2,3",1293.0,161.0,"8,9",937.0,121.0,930.0,102.0,1464.0,1200.0,"10,9","55,9","0,7277" -28/03/2004,01.00.00,"2,3",1274.0,101.0,"8,3",912.0,111.0,939.0,97.0,1451.0,1188.0,"10,3","58,1","0,7278" -28/03/2004,02.00.00,"1,7",1135.0,95.0,"6,3",827.0,87.0,1013.0,79.0,1395.0,1070.0,"9,3","62,2","0,7294" -28/03/2004,03.00.00,"2,2",1151.0,129.0,"8,3",911.0,-200.0,935.0,-200.0,1501.0,1075.0,"8,2","66,7","0,7276" -28/03/2004,04.00.00,"1,3",1010.0,96.0,"5,1",769.0,77.0,1110.0,69.0,1396.0,895.0,"8,3","64,9","0,7124" -28/03/2004,05.00.00,"0,8",870.0,54.0,"2,6",626.0,39.0,1325.0,52.0,1284.0,755.0,"9,6","58,5","0,7000" -28/03/2004,06.00.00,"1,1",983.0,63.0,"3,6",688.0,77.0,1251.0,62.0,1342.0,806.0,"7,7","66,4","0,6990" -28/03/2004,07.00.00,"1,4",995.0,72.0,"3,6",691.0,91.0,1219.0,69.0,1321.0,836.0,"7,4","68,0","0,7043" -28/03/2004,08.00.00,"1,3",1024.0,91.0,"4,7",747.0,105.0,1136.0,75.0,1382.0,897.0,"9,7","58,6","0,7035" -28/03/2004,09.00.00,"1,9",1163.0,127.0,"7,5",880.0,133.0,959.0,83.0,1486.0,1073.0,"12,5","50,1","0,7242" -28/03/2004,10.00.00,"2,3",1218.0,193.0,"9,0",938.0,128.0,918.0,94.0,1501.0,1088.0,"16,8","36,9","0,7018" -28/03/2004,11.00.00,"2,3",1210.0,188.0,"9,5",958.0,126.0,933.0,96.0,1514.0,1036.0,"19,2","31,3","0,6887" -28/03/2004,12.00.00,"1,8",1114.0,151.0,"7,7",887.0,92.0,1020.0,86.0,1438.0,768.0,"21,3","26,4","0,6607" -28/03/2004,13.00.00,"1,4",995.0,103.0,"5,7",796.0,66.0,1159.0,72.0,1287.0,587.0,"21,2","23,1","0,5768" -28/03/2004,14.00.00,1,927.0,55.0,"3,8",700.0,50.0,1285.0,53.0,1189.0,452.0,"18,6","25,0","0,5319" -28/03/2004,15.00.00,"1,4",1002.0,104.0,"4,8",754.0,70.0,1189.0,65.0,1260.0,470.0,"18,0","27,3","0,5594" -28/03/2004,16.00.00,"1,3",987.0,116.0,"4,3",727.0,73.0,1213.0,70.0,1244.0,502.0,"18,2","28,3","0,5848" -28/03/2004,17.00.00,"1,3",993.0,93.0,"4,1",714.0,77.0,1217.0,75.0,1238.0,516.0,"17,0","31,4","0,6048" -28/03/2004,18.00.00,"1,4",1012.0,93.0,"4,7",746.0,86.0,1174.0,86.0,1301.0,555.0,"15,6","35,0","0,6170" -28/03/2004,19.00.00,"1,9",1114.0,155.0,"6,2",823.0,93.0,1068.0,94.0,1357.0,671.0,"14,1","40,2","0,6438" -28/03/2004,20.00.00,"1,8",1093.0,115.0,"5,5",789.0,105.0,1102.0,103.0,1329.0,788.0,"13,4","43,2","0,6623" -28/03/2004,21.00.00,"1,1",968.0,75.0,"3,3",669.0,67.0,1261.0,81.0,1246.0,538.0,"12,3","46,8","0,6686" -28/03/2004,22.00.00,"1,1",960.0,65.0,"3,2",666.0,63.0,1266.0,80.0,1224.0,544.0,"11,9","46,5","0,6449" -28/03/2004,23.00.00,"1,1",942.0,57.0,"2,9",648.0,63.0,1300.0,77.0,1204.0,500.0,"11,5","46,6","0,6319" -29/03/2004,00.00.00,"0,9",888.0,40.0,"2,2",598.0,46.0,1396.0,58.0,1156.0,417.0,"10,6","48,0","0,6135" -29/03/2004,01.00.00,"0,6",818.0,27.0,"1,3",524.0,21.0,1588.0,31.0,1071.0,341.0,"10,7","45,8","0,5895" -29/03/2004,02.00.00,"0,5",840.0,23.0,"1,1",509.0,22.0,1643.0,38.0,1076.0,352.0,"10,4","46,6","0,5901" -29/03/2004,03.00.00,"0,7",894.0,28.0,"1,3",524.0,-200.0,1557.0,-200.0,1095.0,397.0,"10,1","47,8","0,5913" -29/03/2004,04.00.00,"0,6",864.0,21.0,"1,2",516.0,39.0,1496.0,59.0,1153.0,502.0,"11,3","46,9","0,6280" -29/03/2004,05.00.00,"0,7",898.0,33.0,"1,7",559.0,55.0,1441.0,70.0,1180.0,648.0,"10,1","51,2","0,6341" -29/03/2004,06.00.00,"0,9",946.0,40.0,"2,9",643.0,76.0,1309.0,75.0,1232.0,760.0,"9,9","50,7","0,6167" -29/03/2004,07.00.00,"2,9",1309.0,279.0,"14,3",1125.0,181.0,844.0,103.0,1687.0,1183.0,"8,1","56,8","0,6150" -29/03/2004,08.00.00,"4,1",1326.0,743.0,"19,7",1289.0,259.0,714.0,134.0,1806.0,1431.0,"10,9","44,1","0,5748" -29/03/2004,09.00.00,"1,5",966.0,147.0,"5,5",786.0,118.0,1111.0,98.0,1258.0,705.0,"11,8","37,6","0,5184" -29/03/2004,10.00.00,"1,5",975.0,97.0,"5,6",793.0,119.0,1133.0,97.0,1254.0,637.0,"13,9","33,2","0,5222" -29/03/2004,11.00.00,"1,5",988.0,118.0,"5,8",803.0,123.0,1105.0,98.0,1293.0,658.0,"15,6","30,1","0,5285" -29/03/2004,12.00.00,"1,4",971.0,91.0,"5,5",786.0,92.0,1129.0,78.0,1272.0,546.0,"16,5","29,0","0,5406" -29/03/2004,13.00.00,"1,6",1010.0,146.0,"6,5",833.0,91.0,1070.0,83.0,1332.0,561.0,"17,5","27,9","0,5517" -29/03/2004,14.00.00,"1,5",984.0,139.0,"5,5",790.0,103.0,1131.0,92.0,1268.0,532.0,"17,9","26,8","0,5446" -29/03/2004,15.00.00,"1,4",962.0,155.0,"5,2",776.0,102.0,1131.0,81.0,1247.0,535.0,"18,2","26,1","0,5387" -29/03/2004,16.00.00,"1,5",1012.0,128.0,"5,8",801.0,94.0,1098.0,90.0,1289.0,525.0,"18,0","27,1","0,5522" -29/03/2004,17.00.00,"1,9",1058.0,166.0,"7,9",896.0,98.0,996.0,95.0,1358.0,603.0,"17,0","28,9","0,5558" -29/03/2004,18.00.00,"2,5",1173.0,299.0,"10,2",985.0,126.0,905.0,114.0,1477.0,802.0,"16,1","31,3","0,5680" -29/03/2004,19.00.00,"2,1",1127.0,163.0,"8,2",907.0,108.0,957.0,106.0,1404.0,796.0,"14,5","35,4","0,5839" -29/03/2004,20.00.00,"1,6",1020.0,154.0,"5,7",797.0,95.0,1066.0,99.0,1302.0,689.0,"13,2","37,9","0,5733" -29/03/2004,21.00.00,"1,2",949.0,80.0,"3,8",700.0,78.0,1221.0,90.0,1178.0,553.0,"13,1","34,4","0,5170" -29/03/2004,22.00.00,"1,1",930.0,58.0,"4,0",710.0,61.0,1278.0,82.0,1137.0,509.0,"13,5","28,5","0,4405" -29/03/2004,23.00.00,1,900.0,55.0,"2,8",643.0,55.0,1339.0,74.0,1089.0,455.0,"12,4","31,9","0,4583" -30/03/2004,00.00.00,1,899.0,33.0,"2,6",630.0,57.0,1418.0,76.0,1050.0,425.0,"13,1","26,8","0,4023" -30/03/2004,01.00.00,"0,7",866.0,33.0,"1,8",569.0,41.0,1468.0,66.0,1055.0,436.0,"11,6","33,6","0,4595" -30/03/2004,02.00.00,"0,7",900.0,32.0,"1,7",563.0,46.0,1402.0,73.0,1130.0,618.0,"10,5","42,9","0,5442" -30/03/2004,03.00.00,"0,8",949.0,25.0,"1,4",540.0,-200.0,1457.0,-200.0,1104.0,747.0,"11,7","38,7","0,5298" -30/03/2004,04.00.00,-200,897.0,29.0,"1,3",529.0,41.0,1462.0,69.0,1101.0,693.0,"12,2","37,2","0,5277" -30/03/2004,05.00.00,"0,7",956.0,26.0,"2,3",605.0,52.0,1341.0,71.0,1117.0,691.0,"12,9","33,9","0,5037" -30/03/2004,06.00.00,"1,1",1054.0,86.0,"5,3",779.0,111.0,1080.0,98.0,1266.0,1013.0,"11,3","40,3","0,5376" -30/03/2004,07.00.00,"2,6",1343.0,294.0,"13,4",1096.0,191.0,839.0,115.0,1587.0,1311.0,"11,9","38,4","0,5341" -30/03/2004,08.00.00,4,1584.0,664.0,"23,8",1399.0,244.0,642.0,130.0,1947.0,1675.0,"13,3","35,6","0,5416" -30/03/2004,09.00.00,"4,2",1556.0,695.0,"21,5",1337.0,283.0,674.0,150.0,1852.0,1689.0,"16,3","28,8","0,5305" -30/03/2004,10.00.00,"4,7",1565.0,735.0,"21,0",1324.0,320.0,695.0,159.0,1872.0,1688.0,"17,9","28,2","0,5741" -30/03/2004,11.00.00,"3,9",1429.0,649.0,"18,4",1251.0,249.0,734.0,146.0,1754.0,1548.0,"18,3","26,6","0,5529" -30/03/2004,12.00.00,"3,7",1419.0,586.0,"18,9",1267.0,219.0,742.0,138.0,1763.0,1490.0,"20,8","22,5","0,5463" -30/03/2004,13.00.00,"3,4",1373.0,546.0,"17,1",1213.0,200.0,791.0,128.0,1711.0,1354.0,"22,4","20,0","0,5352" -30/03/2004,14.00.00,"2,2",1185.0,245.0,"10,4",992.0,138.0,942.0,97.0,1448.0,1014.0,"20,9","21,7","0,5295" -30/03/2004,15.00.00,"1,9",1122.0,178.0,"8,0",897.0,118.0,991.0,91.0,1372.0,831.0,"19,1","26,5","0,5790" -30/03/2004,16.00.00,"1,6",1085.0,130.0,"6,2",820.0,99.0,1060.0,81.0,1325.0,699.0,"18,1","30,6","0,6295" -30/03/2004,17.00.00,"2,1",1249.0,151.0,"9,7",968.0,112.0,874.0,99.0,1527.0,926.0,"17,3","34,7","0,6788" -30/03/2004,18.00.00,"2,2",1236.0,272.0,"9,6",962.0,117.0,853.0,101.0,1532.0,928.0,"15,8","40,4","0,7228" -30/03/2004,19.00.00,"2,7",1334.0,301.0,"11,9",1047.0,129.0,815.0,106.0,1638.0,1038.0,"15,9","42,0","0,7541" -30/03/2004,20.00.00,"2,4",1264.0,237.0,"8,7",928.0,132.0,884.0,102.0,1534.0,1035.0,"15,9","43,5","0,7790" -30/03/2004,21.00.00,"1,3",1073.0,95.0,"4,7",746.0,73.0,1072.0,84.0,1360.0,789.0,"15,0","46,1","0,7833" -30/03/2004,22.00.00,"1,2",1053.0,68.0,"3,8",701.0,68.0,1147.0,81.0,1323.0,692.0,"15,1","44,6","0,7574" -30/03/2004,23.00.00,"1,5",1098.0,101.0,"4,7",747.0,80.0,1094.0,91.0,1360.0,764.0,"14,9","43,5","0,7302" -31/03/2004,00.00.00,"1,3",1029.0,81.0,"3,8",702.0,68.0,1180.0,82.0,1287.0,639.0,"14,8","41,0","0,6850" -31/03/2004,01.00.00,1,973.0,50.0,"2,7",631.0,44.0,1287.0,64.0,1240.0,541.0,"14,8","40,8","0,6814" -31/03/2004,02.00.00,"0,9",972.0,66.0,"2,8",639.0,47.0,1222.0,70.0,1256.0,678.0,"14,8","40,8","0,6834" -31/03/2004,03.00.00,"0,5",832.0,22.0,"1,0",496.0,-200.0,1613.0,-200.0,1066.0,381.0,"14,2","36,1","0,5823" -31/03/2004,04.00.00,"0,5",851.0,18.0,"0,8",477.0,15.0,1699.0,26.0,1064.0,343.0,"14,5","36,1","0,5928" -31/03/2004,05.00.00,"0,6",909.0,31.0,"1,5",545.0,44.0,1473.0,58.0,1131.0,436.0,"14,6","36,0","0,5947" -31/03/2004,06.00.00,1,1038.0,57.0,"3,5",684.0,85.0,1220.0,93.0,1279.0,688.0,"14,4","38,5","0,6291" -31/03/2004,07.00.00,"3,1",1636.0,342.0,"15,6",1168.0,207.0,721.0,110.0,1926.0,1438.0,"13,8","58,2","0,9129" -31/03/2004,08.00.00,"4,1",1580.0,644.0,"19,9",1295.0,230.0,639.0,115.0,1957.0,1489.0,"13,2","61,1","0,9256" -31/03/2004,09.00.00,"2,2",1262.0,216.0,"8,6",924.0,181.0,872.0,125.0,1576.0,1093.0,"10,4","74,4","0,9384" -31/03/2004,10.00.00,"1,7",1197.0,117.0,"6,5",837.0,144.0,957.0,118.0,1498.0,965.0,"11,5","71,0","0,9582" -31/03/2004,11.00.00,"1,9",1277.0,156.0,"7,7",886.0,140.0,902.0,109.0,1579.0,1004.0,"12,2","70,0","0,9924" -31/03/2004,12.00.00,"2,9",1430.0,332.0,"11,3",1025.0,204.0,779.0,123.0,1772.0,1166.0,"12,3","73,3","1,0442" -31/03/2004,13.00.00,"2,2",1242.0,232.0,"9,1",944.0,149.0,846.0,114.0,1638.0,991.0,"11,3","78,1","1,0411" -31/03/2004,14.00.00,"2,6",1349.0,295.0,"11,2",1023.0,171.0,804.0,114.0,1748.0,1054.0,"13,6","69,2","1,0746" -31/03/2004,15.00.00,"3,1",1390.0,386.0,"13,5",1100.0,195.0,755.0,119.0,1799.0,1192.0,"14,9","59,3","0,9974" -31/03/2004,16.00.00,"2,3",1224.0,278.0,"10,1",980.0,152.0,850.0,111.0,1637.0,1055.0,"15,7","50,9","0,8997" -31/03/2004,17.00.00,"2,4",1253.0,263.0,"11,3",1026.0,128.0,810.0,103.0,1681.0,1048.0,"15,2","52,9","0,9087" -31/03/2004,18.00.00,"2,8",1312.0,322.0,"11,8",1041.0,121.0,821.0,103.0,1712.0,1073.0,"15,5","50,8","0,8881" -31/03/2004,19.00.00,"2,7",1254.0,226.0,"11,5",1033.0,142.0,819.0,107.0,1669.0,1068.0,"14,3","52,9","0,8581" -31/03/2004,20.00.00,"2,3",1198.0,221.0,"9,3",953.0,131.0,882.0,105.0,1588.0,1019.0,"13,2","56,0","0,8446" -31/03/2004,21.00.00,"1,5",1060.0,109.0,"5,5",787.0,81.0,1044.0,91.0,1418.0,833.0,"12,6","57,0","0,8315" -31/03/2004,22.00.00,"1,4",1050.0,105.0,"5,1",769.0,60.0,1078.0,79.0,1409.0,759.0,"12,3","57,8","0,8224" -31/03/2004,23.00.00,"1,2",1029.0,84.0,"4,8",754.0,57.0,1098.0,79.0,1395.0,749.0,"12,0","58,4","0,8164" -01/04/2004,00.00.00,"1,6",1143.0,106.0,"6,3",825.0,96.0,986.0,86.0,1477.0,978.0,"12,0","61,6","0,8593" -01/04/2004,01.00.00,"1,2",1044.0,100.0,"5,1",770.0,85.0,1031.0,70.0,1425.0,944.0,"11,5","63,9","0,8652" -01/04/2004,02.00.00,"1,1",1034.0,71.0,"4,1",716.0,50.0,1085.0,55.0,1405.0,891.0,"10,7","67,2","0,8630" -01/04/2004,03.00.00,"0,9",956.0,72.0,"4,0",713.0,-200.0,1099.0,-200.0,1422.0,849.0,"9,0","73,1","0,8394" -01/04/2004,04.00.00,"0,7",909.0,44.0,"2,4",615.0,57.0,1237.0,49.0,1322.0,790.0,"10,2","66,6","0,8299" -01/04/2004,05.00.00,"0,9",996.0,45.0,"2,9",648.0,64.0,1176.0,50.0,1340.0,852.0,"11,0","63,7","0,8325" -01/04/2004,06.00.00,"1,7",1154.0,134.0,"7,4",876.0,153.0,1002.0,67.0,1561.0,987.0,"9,6","68,8","0,8243" -01/04/2004,07.00.00,"4,2",1510.0,505.0,"19,8",1291.0,342.0,675.0,94.0,1949.0,1435.0,"9,5","69,6","0,8273" -01/04/2004,08.00.00,"6,2",1722.0,1042.0,"31,9",1595.0,378.0,539.0,119.0,2439.0,1798.0,"11,9","60,9","0,8455" -01/04/2004,09.00.00,"4,6",1512.0,737.0,"21,0",1323.0,304.0,631.0,139.0,2001.0,1677.0,"16,2","48,6","0,8892" -01/04/2004,10.00.00,"2,8",1258.0,375.0,"11,7",1040.0,192.0,800.0,113.0,1701.0,1282.0,"19,2","39,6","0,8693" -01/04/2004,11.00.00,"1,6",1094.0,124.0,"6,8",850.0,130.0,970.0,88.0,1489.0,871.0,"19,7","38,4","0,8743" -01/04/2004,12.00.00,"1,7",1129.0,137.0,"7,4",875.0,106.0,974.0,73.0,1524.0,759.0,"20,6","36,7","0,8797" -01/04/2004,13.00.00,"1,7",1125.0,179.0,"8,6",924.0,102.0,937.0,73.0,1542.0,790.0,"21,8","33,9","0,8771" -01/04/2004,14.00.00,"1,7",-200.0,222.0,"-200,0",-200.0,99.0,-200.0,72.0,-200.0,-200.0,-200,-200,-200 -01/04/2004,15.00.00,"1,9",-200.0,197.0,"-200,0",-200.0,108.0,-200.0,81.0,-200.0,-200.0,-200,-200,-200 -01/04/2004,16.00.00,"2,3",-200.0,319.0,"-200,0",-200.0,131.0,-200.0,93.0,-200.0,-200.0,-200,-200,-200 -01/04/2004,17.00.00,"3,3",1308.0,388.0,"16,4",1193.0,163.0,793.0,106.0,1193.0,1187.0,"23,6","27,5","0,7913" -01/04/2004,18.00.00,"4,2",1529.0,589.0,"21,2",1331.0,211.0,700.0,132.0,2028.0,1399.0,"22,8","32,1","0,8814" -01/04/2004,19.00.00,"5,5",1592.0,840.0,"25,0",1429.0,267.0,624.0,164.0,2089.0,1644.0,"20,8","36,7","0,8878" -01/04/2004,20.00.00,"4,9",1536.0,655.0,"20,2",1302.0,269.0,666.0,161.0,1922.0,1599.0,"18,3","40,9","0,8493" -01/04/2004,21.00.00,"2,5",1192.0,254.0,"10,8",1007.0,154.0,827.0,124.0,1604.0,1223.0,"16,8","44,0","0,8341" -01/04/2004,22.00.00,2,1186.0,188.0,"9,9",976.0,127.0,844.0,113.0,1570.0,1200.0,"15,8","48,0","0,8569" -01/04/2004,23.00.00,2,1203.0,120.0,"8,5",920.0,122.0,898.0,103.0,1529.0,1118.0,"14,9","52,0","0,8757" -02/04/2004,00.00.00,2,1139.0,157.0,"8,0",899.0,126.0,921.0,104.0,1514.0,1067.0,"14,1","54,4","0,8701" -02/04/2004,01.00.00,"1,3",1072.0,88.0,"5,6",795.0,84.0,986.0,93.0,1442.0,1048.0,"13,3","58,8","0,8922" -02/04/2004,02.00.00,1,954.0,68.0,"3,2",667.0,58.0,1180.0,60.0,1350.0,718.0,"13,3","60,9","0,9229" -02/04/2004,03.00.00,"0,9",951.0,57.0,"3,3",673.0,-200.0,1137.0,-200.0,1381.0,797.0,"11,8","64,3","0,8869" -02/04/2004,04.00.00,-200,926.0,36.0,"2,8",638.0,37.0,1195.0,52.0,1342.0,749.0,"11,2","65,9","0,8775" -02/04/2004,05.00.00,"0,7",968.0,51.0,"2,6",628.0,56.0,1197.0,66.0,1372.0,737.0,"11,3","72,9","0,9738" -02/04/2004,06.00.00,"1,1",1067.0,93.0,"4,3",727.0,91.0,1055.0,82.0,1448.0,903.0,"11,4","71,8","0,9671" -02/04/2004,07.00.00,"2,6",1386.0,284.0,"13,0",1083.0,159.0,798.0,109.0,1833.0,1159.0,"11,9","73,7","1,0254" -02/04/2004,08.00.00,"3,9",1474.0,486.0,"20,3",1306.0,190.0,634.0,114.0,2060.0,1365.0,"12,6","70,2","1,0221" -02/04/2004,09.00.00,5,1569.0,798.0,"20,7",1316.0,249.0,634.0,139.0,2054.0,1510.0,"13,6","65,3","1,0136" -02/04/2004,10.00.00,"3,3",1375.0,524.0,"15,9",1177.0,196.0,706.0,127.0,1898.0,1386.0,"16,9","52,3","1,0013" -02/04/2004,11.00.00,"2,9",1328.0,468.0,"14,2",1123.0,180.0,738.0,127.0,1821.0,1368.0,"19,4","44,1","0,9855" -02/04/2004,12.00.00,"3,1",1341.0,454.0,"15,9",1176.0,167.0,748.0,135.0,1825.0,1347.0,"22,9","33,8","0,9322" -02/04/2004,13.00.00,3,1297.0,461.0,"16,1",1183.0,159.0,765.0,130.0,1773.0,1242.0,"23,6","31,3","0,9001" -02/04/2004,14.00.00,"2,7",1303.0,391.0,"14,7",1139.0,152.0,790.0,126.0,1761.0,1138.0,"24,7","30,5","0,9371" -02/04/2004,15.00.00,"2,7",1281.0,337.0,"14,0",1116.0,149.0,809.0,121.0,1703.0,1080.0,"26,1","27,3","0,9101" -02/04/2004,16.00.00,"2,6",1248.0,297.0,"13,6",1103.0,143.0,872.0,122.0,1632.0,1002.0,"27,6","22,8","0,8288" -02/04/2004,17.00.00,"3,7",1382.0,588.0,"19,7",1288.0,185.0,778.0,138.0,1799.0,1212.0,"26,9","22,3","0,7792" -02/04/2004,18.00.00,"4,5",1491.0,721.0,"23,3",1385.0,223.0,685.0,165.0,1915.0,1486.0,"24,3","30,1","0,9012" -02/04/2004,19.00.00,"4,7",1620.0,710.0,"24,1",1407.0,215.0,641.0,154.0,2052.0,1567.0,"21,2","40,1","0,9978" -02/04/2004,20.00.00,"5,5",1693.0,787.0,"25,4",1439.0,271.0,618.0,168.0,2083.0,1723.0,"19,4","42,5","0,9483" -02/04/2004,21.00.00,3,1374.0,415.0,"14,1",1121.0,180.0,771.0,146.0,1685.0,1399.0,"18,5","43,0","0,9074" -02/04/2004,22.00.00,"1,9",1287.0,245.0,"10,1",982.0,115.0,841.0,124.0,1582.0,1291.0,"17,8","47,0","0,9467" -02/04/2004,23.00.00,"2,3",1408.0,294.0,"12,1",1052.0,149.0,761.0,124.0,1684.0,1443.0,"16,8","53,2","1,0100" -03/04/2004,00.00.00,"1,6",1254.0,139.0,"9,0",941.0,98.0,828.0,106.0,1566.0,1270.0,"17,1","51,8","0,9990" -03/04/2004,01.00.00,"1,3",1141.0,98.0,"6,3",827.0,73.0,936.0,88.0,1488.0,1110.0,"16,2","54,2","0,9933" -03/04/2004,02.00.00,"1,2",1141.0,88.0,"5,3",777.0,69.0,986.0,83.0,1455.0,1060.0,"15,1","58,2","0,9886" -03/04/2004,03.00.00,"0,9",1042.0,66.0,"3,8",697.0,-200.0,1056.0,-200.0,1410.0,965.0,"15,1","57,6","0,9796" -03/04/2004,04.00.00,"0,8",986.0,57.0,"3,0",651.0,60.0,1145.0,74.0,1380.0,891.0,"14,5","58,0","0,9488" -03/04/2004,05.00.00,"0,8",1005.0,57.0,"3,3",673.0,56.0,1103.0,64.0,1387.0,905.0,"13,7","61,6","0,9631" -03/04/2004,06.00.00,"0,9",1041.0,60.0,"3,5",683.0,73.0,1112.0,69.0,1398.0,899.0,"13,9","59,6","0,9408" -03/04/2004,07.00.00,2,1272.0,200.0,"9,5",959.0,159.0,846.0,91.0,1660.0,1136.0,"13,3","61,7","0,9399" -03/04/2004,08.00.00,3,1436.0,451.0,"15,2",1154.0,203.0,704.0,96.0,1872.0,1391.0,"15,1","55,8","0,9486" -03/04/2004,09.00.00,"3,1",1472.0,422.0,"14,3",1126.0,211.0,720.0,106.0,1816.0,1460.0,"17,0","50,5","0,9684" -03/04/2004,10.00.00,-200,1418.0,-200.0,"11,2",1023.0,-200.0,785.0,-200.0,1720.0,1410.0,"19,7","43,3","0,9837" -03/04/2004,11.00.00,-200,1410.0,-200.0,"11,4",1030.0,-200.0,781.0,-200.0,1743.0,1372.0,"20,7","41,7","1,0092" -03/04/2004,12.00.00,-200,1438.0,-200.0,"13,4",1096.0,-200.0,781.0,-200.0,1779.0,1266.0,"23,3","35,8","1,0098" -03/04/2004,13.00.00,-200,1278.0,-200.0,"10,6",1000.0,-200.0,866.0,-200.0,1621.0,1014.0,"23,8","30,5","0,8897" -03/04/2004,14.00.00,-200,1257.0,-200.0,"10,8",1006.0,-200.0,915.0,-200.0,1573.0,870.0,"24,8","27,0","0,8325" -03/04/2004,15.00.00,-200,1331.0,-200.0,"11,9",1046.0,-200.0,882.0,-200.0,1635.0,905.0,"25,0","27,5","0,8575" -03/04/2004,16.00.00,-200,1361.0,-200.0,"13,5",1102.0,-200.0,834.0,-200.0,1704.0,991.0,"25,8","26,5","0,8675" -03/04/2004,17.00.00,-200,1398.0,-200.0,"15,2",1156.0,-200.0,812.0,-200.0,1722.0,1076.0,"25,1","27,1","0,8496" -03/04/2004,18.00.00,-200,1483.0,-200.0,"17,1",1213.0,-200.0,764.0,-200.0,1798.0,1249.0,"23,7","28,6","0,8273" -03/04/2004,19.00.00,-200,1697.0,-200.0,"26,7",1471.0,-200.0,625.0,-200.0,2153.0,1548.0,"22,1","36,8","0,9681" -03/04/2004,20.00.00,-200,1459.0,-200.0,"14,2",1124.0,-200.0,736.0,-200.0,1823.0,1300.0,"19,9","47,5","1,0912" -03/04/2004,21.00.00,-200,1268.0,-200.0,"8,5",918.0,-200.0,873.0,-200.0,1602.0,1029.0,"18,7","50,4","1,0772" -03/04/2004,22.00.00,-200,1469.0,-200.0,"14,3",1128.0,-200.0,762.0,-200.0,1870.0,1207.0,"18,1","51,3","1,0587" -03/04/2004,23.00.00,-200,1316.0,-200.0,"9,3",952.0,-200.0,847.0,-200.0,1644.0,1047.0,"17,5","53,8","1,0648" -04/04/2004,00.00.00,-200,1224.0,-200.0,"7,8",892.0,-200.0,884.0,-200.0,1580.0,923.0,"16,7","56,5","1,0634" -04/04/2004,01.00.00,-200,1215.0,-200.0,"6,7",843.0,-200.0,929.0,-200.0,1551.0,862.0,"15,9","59,2","1,0635" -04/04/2004,02.00.00,-200,1115.0,-200.0,"5,4",782.0,-200.0,980.0,-200.0,1500.0,752.0,"15,2","62,4","1,0726" -04/04/2004,03.00.00,-200,1124.0,-200.0,"5,6",793.0,-200.0,965.0,-200.0,1521.0,791.0,"14,7","65,0","1,0766" -04/04/2004,04.00.00,-200,1028.0,-200.0,"3,5",682.0,-200.0,1090.0,-200.0,1448.0,697.0,"14,3","65,3","1,0594" -04/04/2004,05.00.00,-200,1010.0,-200.0,"3,0",650.0,-200.0,1171.0,-200.0,1434.0,664.0,"13,7","66,5","1,0393" -04/04/2004,06.00.00,-200,1074.0,-200.0,"4,4",731.0,-200.0,1020.0,-200.0,1488.0,891.0,"12,9","69,1","1,0264" -04/04/2004,07.00.00,-200,1034.0,-200.0,"3,5",684.0,-200.0,1110.0,-200.0,1423.0,813.0,"13,7","64,8","1,0135" -04/04/2004,08.00.00,-200,1130.0,-200.0,"4,2",720.0,-200.0,1063.0,-200.0,1461.0,828.0,"15,3","59,0","1,0181" -04/04/2004,09.00.00,-200,1275.0,-200.0,"8,0",900.0,-200.0,868.0,-200.0,1634.0,1057.0,"18,1","49,8","1,0272" -04/04/2004,10.00.00,-200,1324.0,-200.0,"9,0",939.0,-200.0,846.0,-200.0,1658.0,1011.0,"21,5","40,7","1,0301" -04/04/2004,11.00.00,-200,1268.0,-200.0,"8,1",902.0,-200.0,906.0,-200.0,1589.0,932.0,"23,3","37,1","1,0457" -04/04/2004,12.00.00,-200,1272.0,-200.0,"8,6",924.0,-200.0,895.0,-200.0,1603.0,881.0,"25,1","33,8","1,0594" -04/04/2004,13.00.00,-200,1160.0,-200.0,"7,1",860.0,-200.0,969.0,-200.0,1531.0,646.0,"25,6","32,1","1,0393" -04/04/2004,14.00.00,-200,1136.0,-200.0,"5,6",792.0,-200.0,1057.0,-200.0,1476.0,536.0,"25,8","31,1","1,0143" -04/04/2004,15.00.00,-200,1296.0,-200.0,"10,0",977.0,-200.0,863.0,-200.0,1642.0,746.0,"26,1","30,8","1,0253" -04/04/2004,16.00.00,-200,1345.0,-200.0,"10,5",996.0,-200.0,841.0,-200.0,1678.0,833.0,"24,4","36,0","1,0850" -04/04/2004,17.00.00,-200,1296.0,-200.0,"10,1",983.0,-200.0,845.0,-200.0,1626.0,802.0,"23,0","36,2","1,0053" -04/04/2004,18.00.00,-200,1258.0,-200.0,"10,0",977.0,-200.0,838.0,-200.0,1636.0,838.0,"22,1","39,3","1,0336" -04/04/2004,19.00.00,-200,1420.0,-200.0,"13,0",1085.0,-200.0,755.0,-200.0,1756.0,1051.0,"19,8","44,6","1,0208" -04/04/2004,20.00.00,-200,1366.0,-200.0,"10,5",997.0,-200.0,830.0,-200.0,1673.0,1041.0,"18,5","48,9","1,0323" -04/04/2004,21.00.00,-200,1113.0,-200.0,"5,2",772.0,-200.0,989.0,-200.0,1493.0,646.0,"16,6","56,1","1,0481" -04/04/2004,22.00.00,-200,1196.0,-200.0,"6,9",853.0,-200.0,909.0,-200.0,1556.0,769.0,"15,8","58,8","1,0464" -04/04/2004,23.00.00,-200,1188.0,-200.0,"6,4",829.0,-200.0,930.0,-200.0,1540.0,785.0,"15,3","60,8","1,0501" -05/04/2004,00.00.00,-200,1102.0,-200.0,"4,7",750.0,-200.0,1007.0,-200.0,1470.0,613.0,"14,7","64,4","1,0717" -05/04/2004,01.00.00,-200,969.0,-200.0,"2,4",611.0,-200.0,1239.0,-200.0,1330.0,430.0,"14,8","63,3","1,0584" -05/04/2004,02.00.00,-200,983.0,-200.0,"2,2",600.0,-200.0,1233.0,-200.0,1375.0,485.0,"15,0","61,5","1,0418" -05/04/2004,03.00.00,-200,876.0,-200.0,"1,1",505.0,-200.0,1456.0,-200.0,1294.0,467.0,"15,5","56,9","0,9961" -05/04/2004,04.00.00,-200,884.0,-200.0,"0,9",489.0,-200.0,1536.0,-200.0,1278.0,436.0,"16,0","54,0","0,9742" -05/04/2004,05.00.00,-200,1024.0,-200.0,"3,1",658.0,-200.0,1175.0,-200.0,1417.0,682.0,"13,5","63,9","0,9809" -05/04/2004,06.00.00,-200,1126.0,-200.0,"6,2",822.0,-200.0,945.0,-200.0,1541.0,927.0,"12,9","65,3","0,9688" -05/04/2004,07.00.00,-200,1415.0,-200.0,"13,2",1089.0,-200.0,767.0,-200.0,1795.0,1192.0,"13,4","62,5","0,9582" -05/04/2004,08.00.00,-200,1631.0,-200.0,"25,8",1449.0,-200.0,570.0,-200.0,2299.0,1615.0,"14,5","58,8","0,9630" -05/04/2004,09.00.00,-200,1499.0,-200.0,"18,2",1247.0,-200.0,647.0,-200.0,1972.0,1505.0,"15,3","56,7","0,9773" -05/04/2004,10.00.00,"3,1",1461.0,424.0,"14,3",1127.0,236.0,703.0,124.0,1836.0,1451.0,"15,6","57,4","1,0075" -05/04/2004,11.00.00,3,1430.0,339.0,"13,7",1107.0,228.0,713.0,121.0,1853.0,1409.0,"16,6","55,2","1,0382" -05/04/2004,12.00.00,"3,2",1498.0,445.0,"15,7",1171.0,206.0,684.0,114.0,1942.0,1434.0,"17,0","54,3","1,0434" -05/04/2004,13.00.00,"3,1",1454.0,535.0,"15,4",1162.0,188.0,682.0,114.0,1915.0,1457.0,"18,0","51,5","1,0552" -05/04/2004,14.00.00,"2,5",1402.0,278.0,"12,6",1069.0,158.0,733.0,106.0,1793.0,1325.0,"19,5","47,5","1,0653" -05/04/2004,15.00.00,"2,1",1327.0,256.0,"9,8",971.0,124.0,803.0,89.0,1705.0,1120.0,"21,6","41,7","1,0606" -05/04/2004,16.00.00,2,1273.0,245.0,"9,6",963.0,98.0,832.0,82.0,1662.0,931.0,"22,2","38,3","1,0106" -05/04/2004,17.00.00,"3,2",1457.0,458.0,"16,3",1190.0,160.0,678.0,111.0,1877.0,1212.0,"20,3","42,8","1,0053" -05/04/2004,18.00.00,"4,1",1543.0,710.0,"19,8",1290.0,194.0,631.0,132.0,2011.0,1353.0,"19,7","45,4","1,0312" -05/04/2004,19.00.00,"3,9",1499.0,678.0,"18,0",1239.0,174.0,651.0,121.0,1957.0,1359.0,"18,8","47,5","1,0199" -05/04/2004,20.00.00,"3,1",1378.0,436.0,"13,6",1102.0,157.0,742.0,116.0,1796.0,1273.0,"17,9","49,4","1,0064" -05/04/2004,21.00.00,2,1243.0,178.0,"8,7",928.0,109.0,852.0,100.0,1622.0,1079.0,"17,5","50,9","1,0090" -05/04/2004,22.00.00,"1,7",1196.0,160.0,"7,7",885.0,85.0,884.0,89.0,1589.0,973.0,"17,4","51,8","1,0230" -05/04/2004,23.00.00,"1,6",1137.0,177.0,"7,3",869.0,90.0,890.0,92.0,1554.0,951.0,"17,0","53,9","1,0363" -06/04/2004,00.00.00,1,1015.0,101.0,"4,1",718.0,61.0,1065.0,71.0,1428.0,714.0,"16,6","55,4","1,0408" -06/04/2004,01.00.00,"0,8",978.0,66.0,"2,7",635.0,36.0,1188.0,51.0,1382.0,579.0,"15,9","57,0","1,0224" -06/04/2004,02.00.00,"0,5",933.0,40.0,"1,5",547.0,25.0,1357.0,39.0,1336.0,542.0,"15,0","59,2","1,0059" -06/04/2004,03.00.00,"0,5",927.0,54.0,"1,9",579.0,-200.0,1267.0,-200.0,1370.0,562.0,"14,5","61,4","1,0041" -06/04/2004,04.00.00,"0,5",908.0,39.0,"1,8",569.0,24.0,1303.0,35.0,1360.0,526.0,"14,1","61,6","0,9883" -06/04/2004,05.00.00,"0,8",980.0,62.0,"3,4",677.0,73.0,1141.0,64.0,1435.0,659.0,"14,6","58,8","0,9711" -06/04/2004,06.00.00,"1,7",1236.0,120.0,"8,5",920.0,164.0,880.0,94.0,1641.0,1012.0,"14,4","58,9","0,9594" -06/04/2004,07.00.00,"4,5",1664.0,599.0,"24,1",1407.0,329.0,594.0,134.0,2198.0,1564.0,"15,3","55,2","0,9538" -06/04/2004,08.00.00,"6,2",1757.0,1084.0,"33,7",1636.0,302.0,494.0,129.0,2560.0,1806.0,"16,2","52,5","0,9576" -06/04/2004,09.00.00,"4,4",1524.0,776.0,"22,0",1350.0,256.0,588.0,125.0,2096.0,1604.0,"18,4","46,3","0,9734" -06/04/2004,10.00.00,"2,9",1329.0,470.0,"14,1",1119.0,182.0,707.0,107.0,1823.0,1288.0,"19,6","41,8","0,9407" -06/04/2004,11.00.00,"1,6",1167.0,169.0,"7,6",884.0,105.0,881.0,78.0,1580.0,931.0,"20,2","40,1","0,9370" -06/04/2004,12.00.00,"2,6",1369.0,304.0,"14,5",1132.0,136.0,715.0,91.0,1818.0,1162.0,"20,9","36,6","0,8939" -06/04/2004,13.00.00,"2,9",1284.0,405.0,"13,6",1103.0,167.0,755.0,116.0,1704.0,1064.0,"20,4","34,7","0,8229" -06/04/2004,14.00.00,"2,5",1221.0,297.0,"11,5",1032.0,166.0,811.0,131.0,1630.0,913.0,"19,3","35,4","0,7813" -06/04/2004,15.00.00,"1,9",1096.0,220.0,"9,2",947.0,115.0,872.0,113.0,1519.0,684.0,"18,6","36,9","0,7829" -06/04/2004,16.00.00,"1,9",1143.0,226.0,"10,3",988.0,109.0,849.0,98.0,1590.0,710.0,"18,8","36,8","0,7883" -06/04/2004,17.00.00,"2,7",1251.0,456.0,"14,0",1116.0,143.0,760.0,116.0,1716.0,923.0,"17,5","40,6","0,8068" -06/04/2004,18.00.00,3,1268.0,470.0,"15,0",1148.0,159.0,728.0,120.0,1776.0,1006.0,"16,8","44,3","0,8428" -06/04/2004,19.00.00,"3,3",1314.0,503.0,"15,1",1150.0,181.0,726.0,126.0,1784.0,1083.0,"16,3","47,7","0,8746" -06/04/2004,20.00.00,"3,2",1315.0,459.0,"14,8",1142.0,178.0,724.0,126.0,1807.0,1161.0,"15,6","50,7","0,8947" -06/04/2004,21.00.00,"1,8",1095.0,227.0,"8,5",918.0,91.0,896.0,90.0,1527.0,800.0,"15,7","49,4","0,8768" -06/04/2004,22.00.00,"1,3",1027.0,152.0,"5,9",808.0,76.0,996.0,81.0,1458.0,647.0,"15,8","48,6","0,8653" -06/04/2004,23.00.00,"1,1",1012.0,94.0,"4,8",752.0,66.0,1053.0,74.0,1393.0,649.0,"15,7","47,0","0,8325" -07/04/2004,00.00.00,"0,9",948.0,93.0,"4,0",710.0,56.0,1127.0,67.0,1352.0,575.0,"15,7","45,9","0,8121" -07/04/2004,01.00.00,"0,7",889.0,49.0,"2,3",603.0,35.0,1308.0,46.0,1271.0,455.0,"15,6","44,9","0,7920" -07/04/2004,02.00.00,"0,4",830.0,30.0,"1,4",538.0,21.0,1475.0,30.0,1214.0,392.0,"15,6","44,4","0,7827" -07/04/2004,03.00.00,"0,3",801.0,30.0,"0,7",464.0,-200.0,1749.0,-200.0,1154.0,340.0,"16,1","42,4","0,7718" -07/04/2004,04.00.00,"0,3",804.0,30.0,"0,7",468.0,12.0,1826.0,19.0,1166.0,320.0,"15,7","45,4","0,8063" -07/04/2004,05.00.00,"0,3",824.0,32.0,"0,8",478.0,22.0,1705.0,32.0,1200.0,331.0,"15,3","50,1","0,8617" -07/04/2004,06.00.00,"0,8",1000.0,59.0,"3,6",688.0,55.0,1257.0,61.0,1398.0,426.0,"14,2","58,6","0,9443" -07/04/2004,07.00.00,"2,8",1307.0,277.0,"12,9",1082.0,152.0,777.0,111.0,1769.0,830.0,"14,3","58,2","0,9431" -07/04/2004,08.00.00,"3,1",1286.0,454.0,"15,7",1171.0,153.0,716.0,102.0,1821.0,1006.0,"15,0","52,0","0,8817" -07/04/2004,09.00.00,"2,3",1150.0,211.0,"8,6",925.0,152.0,865.0,116.0,1576.0,820.0,"13,6","61,4","0,9519" -07/04/2004,10.00.00,"1,6",1087.0,196.0,"7,4",876.0,112.0,911.0,96.0,1554.0,737.0,"16,1","53,1","0,9675" -07/04/2004,11.00.00,"1,5",1016.0,110.0,"6,6",839.0,119.0,991.0,97.0,1448.0,790.0,"16,6","44,3","0,8294" -07/04/2004,12.00.00,"1,6",1029.0,164.0,"7,8",892.0,122.0,937.0,110.0,1474.0,760.0,"17,4","40,3","0,7922" -07/04/2004,13.00.00,"1,8",1109.0,151.0,"9,1",943.0,115.0,883.0,103.0,1604.0,767.0,"18,1","42,2","0,8679" -07/04/2004,14.00.00,"1,4",997.0,112.0,"6,1",817.0,84.0,1030.0,79.0,1426.0,626.0,"14,4","51,8","0,8433" -07/04/2004,15.00.00,"1,9",1177.0,117.0,"7,5",880.0,146.0,927.0,104.0,1552.0,776.0,"10,9","76,4","0,9953" -07/04/2004,16.00.00,"1,2",1045.0,120.0,"5,9",808.0,65.0,1038.0,69.0,1421.0,589.0,"16,4","47,7","0,8819" -07/04/2004,17.00.00,"2,3",1171.0,251.0,"12,7",1073.0,120.0,847.0,96.0,1623.0,872.0,"18,0","37,1","0,7598" -07/04/2004,18.00.00,"3,3",1221.0,435.0,"13,5",1101.0,185.0,799.0,121.0,1700.0,996.0,"14,7","48,7","0,8089" -07/04/2004,19.00.00,"3,1",1262.0,345.0,"14,5",1133.0,157.0,774.0,129.0,1748.0,1033.0,"11,3","71,3","0,9514" -07/04/2004,20.00.00,"3,3",1207.0,343.0,"11,0",1013.0,174.0,876.0,116.0,1632.0,982.0,"10,0","74,0","0,9087" -07/04/2004,21.00.00,"1,2",956.0,62.0,"3,2",666.0,62.0,1235.0,71.0,1282.0,518.0,"9,8","71,8","0,8702" -07/04/2004,22.00.00,"1,3",1020.0,70.0,"4,3",727.0,81.0,1153.0,85.0,1391.0,631.0,"9,3","75,2","0,8796" -07/04/2004,23.00.00,"1,9",1107.0,114.0,"7,1",861.0,118.0,957.0,101.0,1510.0,879.0,"9,6","76,0","0,9088" -08/04/2004,00.00.00,"1,4",1020.0,88.0,"4,8",752.0,95.0,1074.0,97.0,1398.0,839.0,"9,3","75,0","0,8799" -08/04/2004,01.00.00,"1,5",1051.0,95.0,"5,7",798.0,84.0,1016.0,89.0,1455.0,876.0,"9,0","76,7","0,8825" -08/04/2004,02.00.00,"1,1",965.0,83.0,"4,1",716.0,56.0,1087.0,72.0,1383.0,827.0,"8,2","79,6","0,8672" -08/04/2004,03.00.00,"0,8",890.0,63.0,"3,3",672.0,-200.0,1183.0,-200.0,1338.0,781.0,"7,6","80,6","0,8437" -08/04/2004,04.00.00,-200,823.0,38.0,"1,8",568.0,43.0,1366.0,57.0,1263.0,699.0,"8,3","75,6","0,8302" -08/04/2004,05.00.00,"0,8",869.0,68.0,"2,8",642.0,69.0,1291.0,62.0,1288.0,723.0,"8,1","72,1","0,7798" -08/04/2004,06.00.00,"1,1",939.0,59.0,"4,8",754.0,74.0,1169.0,64.0,1384.0,797.0,"8,1","70,4","0,7609" -08/04/2004,07.00.00,"2,6",1274.0,226.0,"13,8",1109.0,161.0,820.0,80.0,1723.0,1138.0,"8,1","70,5","0,7627" -08/04/2004,08.00.00,"5,1",1512.0,802.0,"27,1",1482.0,308.0,596.0,118.0,2189.0,1605.0,"9,9","64,3","0,7859" -08/04/2004,09.00.00,"4,2",1435.0,585.0,"19,1",1271.0,300.0,676.0,130.0,1885.0,1569.0,"13,0","54,2","0,8090" -08/04/2004,10.00.00,"2,6",1207.0,324.0,"11,7",1041.0,189.0,813.0,113.0,1620.0,1319.0,"16,5","42,6","0,7912" -08/04/2004,11.00.00,"2,4",1223.0,308.0,"12,7",1075.0,164.0,818.0,112.0,1678.0,1198.0,"19,3","34,2","0,7566" -08/04/2004,12.00.00,"2,1",1121.0,238.0,"11,3",1026.0,122.0,865.0,96.0,1541.0,958.0,"21,5","27,4","0,6941" -08/04/2004,13.00.00,"2,6",1176.0,301.0,"14,2",1123.0,166.0,816.0,125.0,1609.0,1068.0,"20,4","26,7","0,6323" -08/04/2004,14.00.00,"2,8",1144.0,294.0,"13,9",1114.0,181.0,845.0,128.0,1551.0,1010.0,"20,6","22,6","0,5432" -08/04/2004,15.00.00,"2,5",1136.0,353.0,"13,2",1089.0,127.0,856.0,101.0,1552.0,928.0,"20,6","24,8","0,5931" -08/04/2004,16.00.00,"1,9",1085.0,209.0,"10,7",1004.0,106.0,888.0,95.0,1454.0,816.0,"21,0","25,4","0,6264" -08/04/2004,17.00.00,"3,6",1297.0,538.0,"19,7",1287.0,192.0,723.0,138.0,1798.0,1216.0,"21,5","24,5","0,6203" -08/04/2004,18.00.00,"4,6",1408.0,808.0,"24,0",1404.0,241.0,646.0,154.0,1972.0,1463.0,"19,3","28,6","0,6357" -08/04/2004,19.00.00,"6,3",1618.0,974.0,"29,1",1530.0,326.0,579.0,171.0,2167.0,1791.0,"18,0","32,9","0,6737" -08/04/2004,20.00.00,"4,3",1319.0,544.0,"15,8",1172.0,232.0,746.0,136.0,1699.0,1425.0,"15,8","39,8","0,7096" -08/04/2004,21.00.00,"1,6",1045.0,138.0,"7,0",857.0,92.0,968.0,93.0,1410.0,922.0,"15,3","41,5","0,7194" -08/04/2004,22.00.00,"1,4",1058.0,92.0,"6,3",824.0,95.0,993.0,99.0,1411.0,971.0,"14,1","46,0","0,7363" -08/04/2004,23.00.00,2,-200.0,137.0,"-200,0",-200.0,129.0,-200.0,106.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,00.00.00,"2,4",-200.0,189.0,"-200,0",-200.0,154.0,-200.0,109.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,01.00.00,"1,8",-200.0,159.0,"-200,0",-200.0,118.0,-200.0,97.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,02.00.00,1,-200.0,80.0,"-200,0",-200.0,69.0,-200.0,83.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,03.00.00,1,-200.0,66.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,04.00.00,1,-200.0,87.0,"-200,0",-200.0,97.0,-200.0,79.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,05.00.00,"0,9",-200.0,79.0,"-200,0",-200.0,145.0,-200.0,84.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,06.00.00,"1,5",-200.0,150.0,"-200,0",-200.0,169.0,-200.0,86.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,07.00.00,"2,6",-200.0,196.0,"-200,0",-200.0,250.0,-200.0,111.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,08.00.00,"2,9",-200.0,299.0,"-200,0",-200.0,215.0,-200.0,117.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,09.00.00,"2,7",-200.0,254.0,"-200,0",-200.0,237.0,-200.0,122.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,10.00.00,"2,4",-200.0,226.0,"-200,0",-200.0,190.0,-200.0,119.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,11.00.00,"2,6",-200.0,262.0,"-200,0",-200.0,219.0,-200.0,121.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,12.00.00,"4,1",-200.0,505.0,"-200,0",-200.0,294.0,-200.0,127.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,13.00.00,"4,3",-200.0,512.0,"-200,0",-200.0,253.0,-200.0,135.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,14.00.00,"2,2",-200.0,159.0,"-200,0",-200.0,176.0,-200.0,119.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,15.00.00,"3,4",-200.0,337.0,"-200,0",-200.0,243.0,-200.0,137.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,16.00.00,"3,6",-200.0,357.0,"-200,0",-200.0,214.0,-200.0,139.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,17.00.00,"2,5",-200.0,194.0,"-200,0",-200.0,141.0,-200.0,117.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,18.00.00,"2,8",-200.0,278.0,"-200,0",-200.0,166.0,-200.0,127.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,19.00.00,"3,4",-200.0,303.0,"-200,0",-200.0,197.0,-200.0,137.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,20.00.00,3,-200.0,234.0,"-200,0",-200.0,191.0,-200.0,127.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,21.00.00,"2,1",-200.0,128.0,"-200,0",-200.0,159.0,-200.0,107.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,22.00.00,"2,4",-200.0,160.0,"-200,0",-200.0,175.0,-200.0,102.0,-200.0,-200.0,-200,-200,-200 -09/04/2004,23.00.00,"2,3",1176.0,169.0,"8,4",917.0,157.0,866.0,95.0,1560.0,1151.0,"12,0","67,9","0,9523" -10/04/2004,00.00.00,"1,3",1047.0,77.0,"5,4",783.0,83.0,1014.0,79.0,1449.0,975.0,"12,0","66,9","0,9336" -10/04/2004,01.00.00,"1,7",1116.0,98.0,"6,9",854.0,118.0,929.0,78.0,1533.0,1034.0,"11,5","70,1","0,9503" -10/04/2004,02.00.00,"1,7",1074.0,102.0,"6,4",832.0,101.0,951.0,75.0,1507.0,980.0,"11,4","69,8","0,9390" -10/04/2004,03.00.00,1,922.0,65.0,"3,6",687.0,-200.0,1142.0,-200.0,1390.0,825.0,"11,1","69,3","0,9128" -10/04/2004,04.00.00,"0,8",898.0,69.0,"3,3",669.0,46.0,1163.0,52.0,1386.0,807.0,"10,8","70,3","0,9092" -10/04/2004,05.00.00,1,970.0,89.0,"4,0",708.0,81.0,1121.0,55.0,1435.0,842.0,"10,2","73,4","0,9129" -10/04/2004,06.00.00,"1,4",1073.0,134.0,"6,0",812.0,112.0,988.0,65.0,1500.0,950.0,"10,8","70,5","0,9142" -10/04/2004,07.00.00,"1,7",1081.0,157.0,"8,2",906.0,150.0,895.0,72.0,1591.0,1024.0,"11,0","71,0","0,9279" -10/04/2004,08.00.00,2,1159.0,167.0,"9,9",976.0,138.0,837.0,76.0,1663.0,1098.0,"12,4","64,0","0,9206" -10/04/2004,09.00.00,2,1112.0,157.0,"8,8",931.0,124.0,869.0,84.0,1588.0,1011.0,"15,0","53,1","0,8993" -10/04/2004,10.00.00,"1,9",1112.0,172.0,"8,4",917.0,124.0,897.0,90.0,1542.0,931.0,"16,6","44,4","0,8313" -10/04/2004,11.00.00,"2,1",1063.0,114.0,"7,5",877.0,115.0,971.0,89.0,1481.0,811.0,"18,0","38,4","0,7862" -10/04/2004,12.00.00,"1,8",1032.0,166.0,"7,8",892.0,101.0,973.0,87.0,1457.0,756.0,"20,6","30,0","0,7213" -10/04/2004,13.00.00,"1,5",936.0,94.0,"6,4",829.0,90.0,1054.0,88.0,1336.0,607.0,"19,9","26,7","0,6137" -10/04/2004,14.00.00,"1,3",883.0,108.0,"5,1",766.0,90.0,1152.0,81.0,1238.0,498.0,"19,8","23,1","0,5283" -10/04/2004,15.00.00,"1,4",942.0,98.0,"6,9",852.0,89.0,1055.0,89.0,1318.0,540.0,"21,4","22,7","0,5722" -10/04/2004,16.00.00,"1,5",943.0,132.0,"6,8",850.0,92.0,1084.0,91.0,1296.0,544.0,"22,1","21,3","0,5605" -10/04/2004,17.00.00,"1,7",1007.0,144.0,"7,4",875.0,103.0,1027.0,104.0,1357.0,620.0,"21,1","24,5","0,6040" -10/04/2004,18.00.00,2,1037.0,165.0,"8,7",927.0,122.0,949.0,111.0,1426.0,740.0,"18,3","31,6","0,6562" -10/04/2004,19.00.00,"2,5",1127.0,210.0,"11,2",1022.0,159.0,871.0,129.0,1534.0,921.0,"16,1","35,0","0,6372" -10/04/2004,20.00.00,"2,4",1123.0,277.0,"10,5",996.0,172.0,861.0,133.0,1551.0,1033.0,"14,8","41,5","0,6929" -10/04/2004,21.00.00,2,1110.0,168.0,"8,2",909.0,125.0,916.0,115.0,1487.0,984.0,"13,2","50,3","0,7577" -10/04/2004,22.00.00,"2,9",1247.0,248.0,"11,6",1037.0,187.0,812.0,125.0,1618.0,1193.0,"12,3","55,5","0,7916" -10/04/2004,23.00.00,"2,5",1220.0,235.0,"9,7",967.0,174.0,844.0,117.0,1545.0,1219.0,"11,8","56,6","0,7833" -11/04/2004,00.00.00,"1,4",1028.0,84.0,"5,1",770.0,75.0,1047.0,84.0,1326.0,913.0,"11,2","56,2","0,7469" -11/04/2004,01.00.00,"1,2",978.0,75.0,"4,0",711.0,48.0,1144.0,63.0,1304.0,750.0,"11,0","56,6","0,7418" -11/04/2004,02.00.00,1,949.0,62.0,"3,7",694.0,61.0,1160.0,68.0,1310.0,772.0,"9,3","64,3","0,7531" -11/04/2004,03.00.00,1,910.0,66.0,"4,0",709.0,-200.0,1162.0,-200.0,1329.0,712.0,"8,8","66,0","0,7501" -11/04/2004,04.00.00,-200,863.0,49.0,"3,0",651.0,38.0,1224.0,52.0,1286.0,712.0,"7,8","70,4","0,7463" -11/04/2004,05.00.00,"0,7",836.0,38.0,"2,9",643.0,38.0,1244.0,49.0,1306.0,727.0,"7,7","70,7","0,7463" -11/04/2004,06.00.00,"0,8",856.0,44.0,"2,9",644.0,41.0,1259.0,49.0,1301.0,746.0,"7,4","71,0","0,7346" -11/04/2004,07.00.00,"0,9",888.0,60.0,"3,0",651.0,51.0,1240.0,52.0,1298.0,733.0,"8,2","66,6","0,7283" -11/04/2004,08.00.00,"1,1",912.0,88.0,"3,7",694.0,61.0,1196.0,58.0,1343.0,727.0,"8,7","64,3","0,7267" -11/04/2004,09.00.00,1,938.0,70.0,"3,9",706.0,47.0,1177.0,51.0,1320.0,642.0,"13,0","47,9","0,7116" -11/04/2004,10.00.00,"1,6",1053.0,94.0,"6,2",823.0,87.0,1040.0,77.0,1386.0,810.0,"17,4","35,4","0,6990" -11/04/2004,11.00.00,"1,8",1087.0,126.0,"7,3",870.0,107.0,1014.0,90.0,1412.0,851.0,"20,2","29,2","0,6830" -11/04/2004,12.00.00,"2,6",1153.0,181.0,"9,2",945.0,161.0,969.0,118.0,1425.0,911.0,"22,7","22,9","0,6224" -11/04/2004,13.00.00,"1,1",894.0,66.0,"4,0",710.0,61.0,1209.0,70.0,1200.0,611.0,"22,3","22,4","0,5955" -11/04/2004,14.00.00,"0,6",797.0,54.0,"2,3",606.0,26.0,1452.0,35.0,1076.0,368.0,"22,2","18,9","0,4993" -11/04/2004,15.00.00,"0,9",854.0,48.0,"3,1",658.0,42.0,1409.0,46.0,1108.0,369.0,"22,0","19,0","0,4969" -11/04/2004,16.00.00,1,892.0,66.0,"3,2",665.0,55.0,1348.0,58.0,1150.0,394.0,"21,0","23,6","0,5788" -11/04/2004,17.00.00,"1,2",935.0,65.0,"3,3",672.0,65.0,1299.0,61.0,1183.0,415.0,"19,6","27,4","0,6162" -11/04/2004,18.00.00,"1,4",989.0,68.0,"4,0",709.0,75.0,1225.0,80.0,1233.0,469.0,"17,9","30,8","0,6258" -11/04/2004,19.00.00,2,1063.0,118.0,"5,7",797.0,93.0,1079.0,93.0,1285.0,607.0,"16,4","35,3","0,6532" -11/04/2004,20.00.00,"1,1",922.0,65.0,"3,4",674.0,63.0,1220.0,78.0,1205.0,498.0,"15,6","37,5","0,6575" -11/04/2004,21.00.00,"1,1",925.0,63.0,"3,5",680.0,60.0,1223.0,76.0,1217.0,481.0,"15,5","36,7","0,6438" -11/04/2004,22.00.00,"1,1",924.0,61.0,"2,9",648.0,63.0,1272.0,74.0,1186.0,465.0,"14,5","39,0","0,6428" -11/04/2004,23.00.00,"1,1",914.0,63.0,"3,1",661.0,66.0,1256.0,81.0,1187.0,478.0,"14,2","38,2","0,6163" -12/04/2004,00.00.00,"0,7",840.0,31.0,"1,6",556.0,41.0,1474.0,58.0,1094.0,366.0,"13,7","38,3","0,5957" -12/04/2004,01.00.00,"0,6",799.0,29.0,"1,1",514.0,42.0,1615.0,59.0,1036.0,332.0,"14,1","34,0","0,5442" -12/04/2004,02.00.00,"0,7",856.0,34.0,"2,0",581.0,36.0,1448.0,54.0,1111.0,346.0,"14,6","34,0","0,5605" -12/04/2004,03.00.00,"0,6",830.0,34.0,"1,7",560.0,-200.0,1452.0,-200.0,1066.0,350.0,"14,4","32,8","0,5364" -12/04/2004,04.00.00,"0,3",753.0,9.0,"0,7",462.0,16.0,1822.0,25.0,955.0,274.0,"13,9","30,9","0,4868" -12/04/2004,05.00.00,"0,3",785.0,14.0,"0,5",448.0,16.0,1923.0,26.0,1003.0,263.0,"13,5","37,9","0,5852" -12/04/2004,06.00.00,"0,4",835.0,23.0,"0,7",472.0,33.0,1756.0,49.0,1117.0,314.0,"13,9","43,6","0,6871" -12/04/2004,07.00.00,"0,5",865.0,36.0,"0,9",494.0,39.0,1613.0,53.0,1185.0,367.0,"13,5","50,1","0,7706" -12/04/2004,08.00.00,"0,6",922.0,39.0,"1,5",541.0,45.0,1453.0,57.0,1246.0,432.0,"13,3","53,6","0,8169" -12/04/2004,09.00.00,"0,8",975.0,38.0,"2,2",598.0,63.0,1268.0,73.0,1293.0,536.0,"13,4","56,0","0,8576" -12/04/2004,10.00.00,1,1040.0,55.0,"2,9",646.0,71.0,1210.0,78.0,1325.0,555.0,"13,0","59,6","0,8860" -12/04/2004,11.00.00,"1,3",1115.0,75.0,"3,9",707.0,104.0,1105.0,93.0,1384.0,677.0,"12,7","62,7","0,9173" -12/04/2004,12.00.00,"1,1",1004.0,64.0,"2,8",641.0,85.0,1201.0,71.0,1305.0,557.0,"12,1","60,5","0,8505" -12/04/2004,13.00.00,"0,6",895.0,39.0,"1,4",536.0,53.0,1415.0,56.0,1229.0,421.0,"11,2","64,4","0,8537" -12/04/2004,14.00.00,"0,7",917.0,42.0,"1,7",563.0,58.0,1415.0,60.0,1257.0,423.0,"10,7","67,6","0,8703" -12/04/2004,15.00.00,"1,2",1025.0,78.0,"3,6",689.0,89.0,1189.0,77.0,1325.0,519.0,"11,4","61,2","0,8236" -12/04/2004,16.00.00,"1,4",1035.0,69.0,"3,1",660.0,96.0,1222.0,82.0,1301.0,533.0,"9,9","70,5","0,8581" -12/04/2004,17.00.00,"1,2",1025.0,67.0,"3,5",682.0,88.0,1197.0,77.0,1313.0,537.0,"10,3","65,2","0,8151" -12/04/2004,18.00.00,"1,3",1040.0,83.0,"3,9",705.0,100.0,1149.0,91.0,1324.0,612.0,"11,0","58,9","0,7714" -12/04/2004,19.00.00,"1,8",1070.0,79.0,"5,2",776.0,127.0,1065.0,93.0,1369.0,697.0,"10,6","59,5","0,7595" -12/04/2004,20.00.00,"1,2",964.0,68.0,"3,7",692.0,88.0,1176.0,82.0,1292.0,573.0,"10,6","57,7","0,7362" -12/04/2004,21.00.00,"0,8",904.0,56.0,"2,7",635.0,66.0,1269.0,74.0,1233.0,489.0,"10,6","56,1","0,7149" -12/04/2004,22.00.00,"0,8",913.0,49.0,"2,6",626.0,61.0,1271.0,68.0,1234.0,474.0,"10,3","58,0","0,7239" -12/04/2004,23.00.00,"0,8",914.0,56.0,"2,4",610.0,54.0,1322.0,65.0,1230.0,455.0,"10,4","58,4","0,7352" -13/04/2004,00.00.00,"0,7",893.0,48.0,"2,0",587.0,46.0,1368.0,58.0,1219.0,433.0,"10,7","58,2","0,7459" -13/04/2004,01.00.00,"0,5",844.0,27.0,"1,3",532.0,25.0,1499.0,36.0,1176.0,376.0,"10,5","59,9","0,7624" -13/04/2004,02.00.00,"0,3",837.0,29.0,"1,2",518.0,18.0,1581.0,29.0,1182.0,360.0,"10,5","60,8","0,7704" -13/04/2004,03.00.00,"0,4",868.0,32.0,"1,3",530.0,-200.0,1482.0,-200.0,1215.0,384.0,"10,6","63,1","0,8068" -13/04/2004,04.00.00,"0,3",825.0,47.0,"0,9",489.0,21.0,1565.0,28.0,1171.0,363.0,"11,1","60,1","0,7925" -13/04/2004,05.00.00,"0,7",956.0,66.0,"3,1",656.0,76.0,1251.0,68.0,1356.0,525.0,"10,1","68,4","0,8443" -13/04/2004,06.00.00,"1,6",1124.0,163.0,"6,9",853.0,149.0,960.0,99.0,1531.0,873.0,"10,0","68,7","0,8456" -13/04/2004,07.00.00,"3,9",1496.0,524.0,"19,1",1272.0,328.0,667.0,130.0,2011.0,1399.0,"11,0","64,2","0,8398" -13/04/2004,08.00.00,"4,5",1452.0,657.0,"22,1",1354.0,282.0,620.0,128.0,2057.0,1501.0,"12,0","58,1","0,8138" -13/04/2004,09.00.00,"2,7",1172.0,324.0,"11,8",1042.0,206.0,797.0,120.0,1641.0,1186.0,"12,8","52,0","0,7643" -13/04/2004,10.00.00,"1,6",1020.0,144.0,"7,3",871.0,133.0,956.0,93.0,1426.0,911.0,"12,6","50,8","0,7387" -13/04/2004,11.00.00,"1,6",1044.0,135.0,"8,0",900.0,137.0,934.0,96.0,1471.0,919.0,"13,8","47,4","0,7435" -13/04/2004,12.00.00,"1,6",1020.0,140.0,"7,2",866.0,116.0,972.0,84.0,1429.0,791.0,"15,1","42,7","0,7294" -13/04/2004,13.00.00,"1,5",1009.0,141.0,"7,7",885.0,112.0,994.0,87.0,1439.0,751.0,"16,3","38,1","0,7006" -13/04/2004,14.00.00,"1,8",1073.0,181.0,"9,7",966.0,128.0,935.0,87.0,1537.0,805.0,"16,6","36,7","0,6867" -13/04/2004,15.00.00,"2,1",1098.0,227.0,"9,8",971.0,145.0,877.0,103.0,1527.0,966.0,"15,8","40,5","0,7241" -13/04/2004,16.00.00,"1,7",1061.0,149.0,"7,7",887.0,110.0,920.0,88.0,1462.0,869.0,"16,3","41,8","0,7712" -13/04/2004,17.00.00,3,1289.0,425.0,"15,3",1158.0,184.0,755.0,118.0,1791.0,1196.0,"16,1","42,8","0,7783" -13/04/2004,18.00.00,"4,6",1442.0,669.0,"21,5",1337.0,243.0,630.0,134.0,2004.0,1523.0,"15,3","46,8","0,8074" -13/04/2004,19.00.00,5,1479.0,680.0,"21,7",1343.0,259.0,631.0,144.0,1995.0,1579.0,"14,7","47,0","0,7815" -13/04/2004,20.00.00,"3,5",1266.0,446.0,"14,6",1138.0,205.0,726.0,129.0,1747.0,1370.0,"14,1","49,6","0,7931" -13/04/2004,21.00.00,"2,1",1149.0,205.0,"9,3",952.0,144.0,845.0,108.0,1577.0,1204.0,"13,5","54,1","0,8351" -13/04/2004,22.00.00,"2,1",1168.0,194.0,"9,4",954.0,152.0,843.0,104.0,1586.0,1201.0,"12,3","59,2","0,8461" -13/04/2004,23.00.00,"1,5",1079.0,115.0,"6,8",847.0,108.0,925.0,90.0,1463.0,1122.0,"11,6","62,2","0,8510" -14/04/2004,00.00.00,"1,1",1047.0,74.0,"4,9",760.0,64.0,1032.0,74.0,1379.0,1003.0,"11,5","61,4","0,8303" -14/04/2004,01.00.00,"0,9",936.0,85.0,"3,9",705.0,73.0,1086.0,73.0,1364.0,918.0,"10,9","64,6","0,8395" -14/04/2004,02.00.00,"0,7",900.0,66.0,"2,7",635.0,47.0,1207.0,60.0,1307.0,836.0,"11,1","63,2","0,8331" -14/04/2004,03.00.00,"0,4",839.0,60.0,"1,9",576.0,-200.0,1325.0,-200.0,1285.0,759.0,"10,7","64,4","0,8284" -14/04/2004,04.00.00,-200,840.0,40.0,"1,7",563.0,45.0,1349.0,57.0,1275.0,755.0,"10,7","63,8","0,8174" -14/04/2004,05.00.00,"0,9",905.0,47.0,"3,3",670.0,79.0,1191.0,62.0,1346.0,820.0,"10,2","65,8","0,8196" -14/04/2004,06.00.00,"1,6",1079.0,116.0,"7,4",875.0,113.0,947.0,71.0,1535.0,998.0,"10,3","65,6","0,8225" -14/04/2004,07.00.00,"3,9",1417.0,478.0,"18,2",1246.0,263.0,669.0,94.0,1921.0,1403.0,"10,8","64,0","0,8307" -14/04/2004,08.00.00,5,1529.0,836.0,"27,7",1497.0,275.0,569.0,99.0,2278.0,1641.0,"13,3","55,6","0,8453" -14/04/2004,09.00.00,"4,3",1397.0,655.0,"18,3",1248.0,263.0,659.0,119.0,1906.0,1534.0,"15,8","46,8","0,8328" -14/04/2004,10.00.00,"2,7",1214.0,312.0,"12,3",1061.0,183.0,780.0,103.0,1662.0,1257.0,"19,5","34,4","0,7738" -14/04/2004,11.00.00,"2,1",1109.0,195.0,"8,9",935.0,147.0,882.0,95.0,1518.0,1026.0,"21,1","30,2","0,7450" -14/04/2004,12.00.00,"2,1",1122.0,238.0,"10,4",993.0,132.0,859.0,95.0,1571.0,993.0,"18,4","34,2","0,7185" -14/04/2004,13.00.00,-200,1094.0,-200.0,"9,7",966.0,-200.0,877.0,-200.0,1519.0,919.0,"21,0","30,6","0,7538" -14/04/2004,14.00.00,-200,1164.0,-200.0,"12,8",1076.0,-200.0,788.0,-200.0,1653.0,1032.0,"21,4","28,7","0,7231" -14/04/2004,15.00.00,-200,1188.0,-200.0,"12,9",1082.0,-200.0,790.0,-200.0,1653.0,1077.0,"21,3","27,3","0,6856" -14/04/2004,16.00.00,-200,1098.0,-200.0,"8,9",934.0,-200.0,895.0,-200.0,1497.0,883.0,"20,4","30,4","0,7193" -14/04/2004,17.00.00,-200,1180.0,-200.0,"11,0",1014.0,-200.0,826.0,-200.0,1595.0,1036.0,"18,7","34,8","0,7436" -14/04/2004,18.00.00,-200,1195.0,-200.0,"12,6",1072.0,-200.0,799.0,-200.0,1609.0,1144.0,"18,6","34,7","0,7369" -14/04/2004,19.00.00,-200,1234.0,-200.0,"13,3",1095.0,-200.0,789.0,-200.0,1638.0,1212.0,"17,9","35,8","0,7276" -14/04/2004,20.00.00,-200,1425.0,-200.0,"18,1",1242.0,-200.0,675.0,-200.0,1858.0,1486.0,"16,5","42,1","0,7856" -14/04/2004,21.00.00,-200,1320.0,-200.0,"13,0",1085.0,-200.0,730.0,-200.0,1689.0,1440.0,"14,8","49,7","0,8321" -14/04/2004,22.00.00,-200,1158.0,-200.0,"7,8",892.0,-200.0,870.0,-200.0,1494.0,1242.0,"13,4","54,3","0,8291" -14/04/2004,23.00.00,-200,1060.0,-200.0,"5,8",805.0,-200.0,964.0,-200.0,1418.0,1089.0,"13,4","54,2","0,8319" -15/04/2004,00.00.00,-200,1036.0,-200.0,"4,7",746.0,-200.0,1034.0,-200.0,1364.0,993.0,"12,3","57,6","0,8223" -15/04/2004,01.00.00,-200,943.0,-200.0,"3,1",660.0,-200.0,1163.0,-200.0,1297.0,862.0,"11,6","58,8","0,7996" -15/04/2004,02.00.00,-200,899.0,-200.0,"2,1",591.0,-200.0,1243.0,-200.0,1259.0,815.0,"10,7","62,3","0,7988" -15/04/2004,03.00.00,-200,889.0,-200.0,"1,7",559.0,-200.0,1331.0,-200.0,1241.0,714.0,"10,2","63,2","0,7865" -15/04/2004,04.00.00,-200,847.0,-200.0,"1,3",527.0,-200.0,1416.0,-200.0,1216.0,682.0,"10,5","61,3","0,7761" -15/04/2004,05.00.00,-200,918.0,-200.0,"2,6",625.0,-200.0,1255.0,-200.0,1298.0,744.0,"9,3","65,8","0,7722" -15/04/2004,06.00.00,-200,1105.0,-200.0,"7,9",897.0,-200.0,906.0,-200.0,1510.0,1050.0,"9,1","67,4","0,7814" -15/04/2004,07.00.00,-200,1491.0,-200.0,"21,4",1335.0,-200.0,625.0,-200.0,2001.0,1522.0,"10,2","62,9","0,7831" -15/04/2004,08.00.00,-200,1508.0,-200.0,"22,1",1355.0,-200.0,609.0,-200.0,2034.0,1623.0,"11,6","58,7","0,7999" -15/04/2004,09.00.00,"3,9",1489.0,536.0,"19,1",1270.0,309.0,633.0,114.0,1889.0,1638.0,"13,5","53,4","0,8196" -15/04/2004,10.00.00,"3,8",1451.0,481.0,"17,3",1219.0,327.0,661.0,127.0,1804.0,1633.0,"15,0","49,3","0,8364" -15/04/2004,11.00.00,"3,8",1454.0,460.0,"17,5",1225.0,299.0,661.0,135.0,1809.0,1654.0,"17,1","42,1","0,8120" -15/04/2004,12.00.00,"3,9",1392.0,597.0,"17,0",1210.0,257.0,689.0,135.0,1792.0,1559.0,"18,4","36,9","0,7758" -15/04/2004,13.00.00,"3,5",1351.0,465.0,"17,0",1210.0,195.0,709.0,120.0,1783.0,1374.0,"19,3","35,4","0,7824" -15/04/2004,14.00.00,4,1418.0,542.0,"19,5",1282.0,231.0,681.0,129.0,1890.0,1418.0,"19,2","35,7","0,7826" -15/04/2004,15.00.00,3,1303.0,437.0,"14,8",1143.0,170.0,748.0,114.0,1734.0,1228.0,"21,5","30,4","0,7677" -15/04/2004,16.00.00,"3,1",1292.0,383.0,"14,0",1116.0,192.0,746.0,129.0,1676.0,1293.0,"19,6","34,6","0,7807" -15/04/2004,17.00.00,"5,2",1560.0,778.0,"24,4",1413.0,251.0,594.0,149.0,2046.0,1642.0,"19,6","35,5","0,8017" -15/04/2004,18.00.00,"5,9",1765.0,926.0,"28,1",1507.0,289.0,533.0,149.0,2271.0,1895.0,"18,3","44,1","0,9183" -15/04/2004,19.00.00,"7,3",1875.0,1189.0,"33,7",1637.0,351.0,482.0,158.0,2446.0,2086.0,"17,4","47,8","0,9392" -15/04/2004,20.00.00,"6,1",1746.0,824.0,"24,2",1409.0,319.0,553.0,148.0,2119.0,1898.0,"16,8","49,8","0,9446" -15/04/2004,21.00.00,"4,6",1607.0,660.0,"19,8",1290.0,264.0,587.0,134.0,1960.0,1758.0,"16,2","53,2","0,9723" -15/04/2004,22.00.00,"2,5",1277.0,203.0,"9,3",952.0,144.0,802.0,111.0,1607.0,1284.0,"14,9","59,1","0,9928" -15/04/2004,23.00.00,"2,2",1207.0,136.0,"7,3",868.0,119.0,877.0,106.0,1532.0,1075.0,"13,9","64,0","1,0130" -16/04/2004,00.00.00,2,1209.0,114.0,"7,1",863.0,120.0,882.0,108.0,1547.0,1084.0,"13,7","66,8","1,0410" -16/04/2004,01.00.00,"1,9",1189.0,110.0,"6,7",844.0,96.0,887.0,93.0,1566.0,1049.0,"13,4","69,6","1,0688" -16/04/2004,02.00.00,"1,6",1132.0,127.0,"6,0",810.0,77.0,899.0,83.0,1532.0,1021.0,"12,8","71,9","1,0632" -16/04/2004,03.00.00,1,974.0,68.0,"2,7",635.0,-200.0,1159.0,-200.0,1387.0,778.0,"12,9","68,5","1,0155" -16/04/2004,04.00.00,1,1033.0,70.0,"3,6",686.0,63.0,1030.0,69.0,1420.0,948.0,"11,9","74,8","1,0380" -16/04/2004,05.00.00,"1,2",1075.0,93.0,"5,4",782.0,97.0,941.0,77.0,1505.0,988.0,"11,6","76,4","1,0415" -16/04/2004,06.00.00,2,1242.0,179.0,"10,0",978.0,180.0,778.0,87.0,1686.0,1184.0,"11,7","75,3","1,0325" -16/04/2004,07.00.00,"4,5",1657.0,523.0,"23,2",1384.0,352.0,579.0,109.0,2176.0,1600.0,"12,8","71,0","1,0428" -16/04/2004,08.00.00,"4,1",1406.0,546.0,"18,7",1258.0,279.0,636.0,116.0,1890.0,1495.0,"13,8","61,1","0,9595" -16/04/2004,09.00.00,"2,6",1150.0,251.0,"9,9",973.0,186.0,827.0,105.0,1590.0,1188.0,"15,3","51,4","0,8886" -16/04/2004,10.00.00,"2,3",1184.0,222.0,"10,2",983.0,169.0,823.0,106.0,1604.0,1166.0,"16,6","48,7","0,9146" -16/04/2004,11.00.00,"2,6",1223.0,212.0,"11,0",1014.0,172.0,781.0,108.0,1666.0,1219.0,"17,6","46,7","0,9324" -16/04/2004,12.00.00,"2,4",1196.0,263.0,"10,5",997.0,127.0,802.0,100.0,1644.0,1128.0,"19,2","42,7","0,9425" -16/04/2004,13.00.00,"4,3",1559.0,535.0,"18,9",1267.0,230.0,653.0,149.0,2047.0,1373.0,"15,7","62,5","1,1092" -16/04/2004,14.00.00,"4,6",1544.0,609.0,"18,9",1266.0,280.0,613.0,148.0,2066.0,1415.0,"14,5","75,7","1,2425" -16/04/2004,15.00.00,4,1485.0,449.0,"17,5",1223.0,242.0,650.0,126.0,1980.0,1302.0,"14,4","77,4","1,2654" -16/04/2004,16.00.00,"4,7",1498.0,536.0,"17,7",1230.0,250.0,649.0,140.0,1963.0,1308.0,"14,6","74,9","1,2391" -16/04/2004,17.00.00,"5,7",1593.0,743.0,"23,0",1378.0,309.0,582.0,142.0,2159.0,1449.0,"14,6","76,0","1,2573" -16/04/2004,18.00.00,"5,2",1529.0,575.0,"20,4",1309.0,270.0,627.0,141.0,2083.0,1385.0,"14,0","76,3","1,2166" -16/04/2004,19.00.00,"6,4",1689.0,783.0,"26,8",1474.0,323.0,560.0,149.0,2298.0,1492.0,"13,9","78,0","1,2303" -16/04/2004,20.00.00,6,1535.0,706.0,"19,9",1295.0,307.0,627.0,140.0,2039.0,1380.0,"13,8","78,0","1,2229" -16/04/2004,21.00.00,"3,4",1304.0,299.0,"12,5",1067.0,224.0,737.0,117.0,1811.0,1167.0,"13,5","79,4","1,2224" -16/04/2004,22.00.00,"2,7",1235.0,159.0,"9,6",963.0,166.0,803.0,103.0,1680.0,1095.0,"13,1","80,1","1,2016" -16/04/2004,23.00.00,"3,1",1281.0,171.0,"10,0",977.0,171.0,794.0,99.0,1695.0,1105.0,"12,8","81,0","1,1915" -17/04/2004,00.00.00,"2,6",1167.0,162.0,"8,1",904.0,169.0,846.0,100.0,1627.0,1051.0,"12,7","80,6","1,1819" -17/04/2004,01.00.00,"2,2",1134.0,111.0,"7,1",863.0,120.0,869.0,88.0,1599.0,1009.0,"12,5","81,8","1,1838" -17/04/2004,02.00.00,"1,9",1100.0,134.0,"6,4",829.0,103.0,887.0,83.0,1565.0,972.0,"12,7","81,2","1,1849" -17/04/2004,03.00.00,-200,1057.0,-200.0,"5,1",768.0,-200.0,958.0,-200.0,1527.0,884.0,"12,4","82,4","1,1848" -17/04/2004,04.00.00,-200,902.0,-200.0,"3,0",652.0,-200.0,1158.0,-200.0,1437.0,661.0,"12,6","79,9","1,1619" -17/04/2004,05.00.00,-200,982.0,-200.0,"4,2",724.0,-200.0,1055.0,-200.0,1508.0,774.0,"12,8","80,0","1,1761" -17/04/2004,06.00.00,-200,997.0,-200.0,"5,1",769.0,-200.0,1002.0,-200.0,1524.0,868.0,"12,6","79,9","1,1596" -17/04/2004,07.00.00,-200,1141.0,-200.0,"8,1",902.0,-200.0,905.0,-200.0,1672.0,965.0,"12,5","79,6","1,1538" -17/04/2004,08.00.00,-200,1163.0,-200.0,"8,8",930.0,-200.0,849.0,-200.0,1691.0,985.0,"12,8","80,8","1,1863" -17/04/2004,09.00.00,-200,1107.0,-200.0,"7,2",864.0,-200.0,911.0,-200.0,1604.0,963.0,"13,5","78,1","1,1997" -17/04/2004,10.00.00,-200,1228.0,-200.0,"9,2",949.0,-200.0,838.0,-200.0,1706.0,1069.0,"14,6","74,9","1,2348" -17/04/2004,11.00.00,-200,1033.0,-200.0,"6,0",810.0,-200.0,969.0,-200.0,1526.0,864.0,"16,8","61,0","1,1599" -17/04/2004,12.00.00,-200,984.0,-200.0,"5,0",763.0,-200.0,1054.0,-200.0,1472.0,641.0,"18,8","50,1","1,0769" -17/04/2004,13.00.00,-200,1066.0,-200.0,"7,5",879.0,-200.0,939.0,-200.0,1536.0,740.0,"19,3","47,1","1,0445" -17/04/2004,14.00.00,-200,926.0,-200.0,"3,9",707.0,-200.0,1130.0,-200.0,1429.0,532.0,"19,3","46,6","1,0298" -17/04/2004,15.00.00,-200,979.0,-200.0,"5,0",764.0,-200.0,1054.0,-200.0,1462.0,572.0,"19,7","44,4","1,0081" -17/04/2004,16.00.00,-200,993.0,-200.0,"5,4",783.0,-200.0,1033.0,-200.0,1482.0,630.0,"19,3","45,7","1,0161" -17/04/2004,17.00.00,-200,970.0,-200.0,"5,0",763.0,-200.0,1043.0,-200.0,1462.0,608.0,"17,9","49,9","1,0135" -17/04/2004,18.00.00,-200,997.0,-200.0,"5,5",788.0,-200.0,1014.0,-200.0,1482.0,644.0,"16,9","53,2","1,0179" -17/04/2004,19.00.00,-200,1097.0,-200.0,"7,8",892.0,-200.0,909.0,-200.0,1594.0,833.0,"16,1","56,0","1,0151" -17/04/2004,20.00.00,-200,1105.0,-200.0,"8,2",908.0,-200.0,900.0,-200.0,1566.0,923.0,"16,5","52,8","0,9860" -17/04/2004,21.00.00,-200,993.0,-200.0,"5,3",777.0,-200.0,1022.0,-200.0,1482.0,790.0,"16,9","51,1","0,9743" -17/04/2004,22.00.00,-200,1136.0,-200.0,"7,9",896.0,-200.0,919.0,-200.0,1623.0,961.0,"17,0","50,8","0,9751" -17/04/2004,23.00.00,-200,1297.0,-200.0,"10,7",1003.0,-200.0,798.0,-200.0,1700.0,1177.0,"16,9","54,8","1,0455" -18/04/2004,00.00.00,-200,1110.0,-200.0,"6,9",855.0,-200.0,897.0,-200.0,1568.0,943.0,"16,3","57,2","1,0492" -18/04/2004,01.00.00,-200,1027.0,-200.0,"6,3",827.0,-200.0,942.0,-200.0,1529.0,742.0,"16,0","56,2","1,0164" -18/04/2004,02.00.00,-200,1024.0,-200.0,"5,6",795.0,-200.0,982.0,-200.0,1501.0,705.0,"15,6","60,2","1,0617" -18/04/2004,03.00.00,-200,992.0,-200.0,"5,4",783.0,-200.0,988.0,-200.0,1527.0,663.0,"14,6","68,2","1,1282" -18/04/2004,04.00.00,-200,929.0,-200.0,"3,2",664.0,-200.0,1144.0,-200.0,1449.0,536.0,"14,3","69,6","1,1257" -18/04/2004,05.00.00,-200,892.0,-200.0,"1,9",579.0,-200.0,1309.0,-200.0,1396.0,441.0,"13,8","71,9","1,1312" -18/04/2004,06.00.00,-200,895.0,-200.0,"2,3",609.0,-200.0,1268.0,-200.0,1410.0,477.0,"13,8","72,7","1,1402" -18/04/2004,07.00.00,-200,915.0,-200.0,"2,4",612.0,-200.0,1266.0,-200.0,1411.0,506.0,"14,2","72,3","1,1632" -18/04/2004,08.00.00,-200,947.0,-200.0,"2,9",649.0,-200.0,1154.0,-200.0,1459.0,608.0,"14,5","72,9","1,1950" -18/04/2004,09.00.00,-200,1032.0,-200.0,"4,2",721.0,-200.0,1052.0,-200.0,1546.0,663.0,"14,2","75,6","1,2201" -18/04/2004,10.00.00,-200,1219.0,-200.0,"6,8",849.0,-200.0,901.0,-200.0,1664.0,912.0,"14,5","77,2","1,2695" -18/04/2004,11.00.00,-200,1217.0,-200.0,"7,3",869.0,-200.0,873.0,-200.0,1660.0,963.0,"14,9","74,5","1,2530" -18/04/2004,12.00.00,-200,1097.0,-200.0,"5,3",779.0,-200.0,980.0,-200.0,1565.0,803.0,"15,5","67,4","1,1780" -18/04/2004,13.00.00,-200,938.0,-200.0,"3,4",674.0,-200.0,1136.0,-200.0,1433.0,564.0,"16,7","56,0","1,0544" -18/04/2004,14.00.00,-200,944.0,-200.0,"3,4",677.0,-200.0,1140.0,-200.0,1436.0,501.0,"17,1","55,5","1,0724" -18/04/2004,15.00.00,-200,1139.0,-200.0,"6,8",847.0,-200.0,929.0,-200.0,1604.0,701.0,"16,2","62,4","1,1423" -18/04/2004,16.00.00,-200,1163.0,-200.0,"7,0",859.0,-200.0,921.0,-200.0,1603.0,783.0,"17,4","58,9","1,1567" -18/04/2004,17.00.00,-200,1157.0,-200.0,"7,7",885.0,-200.0,916.0,-200.0,1590.0,784.0,"17,5","54,6","1,0800" -18/04/2004,18.00.00,-200,1154.0,-200.0,"8,5",919.0,-200.0,876.0,-200.0,1623.0,861.0,"17,5","54,2","1,0722" -18/04/2004,19.00.00,-200,1342.0,-200.0,"13,5",1102.0,-200.0,744.0,-200.0,1824.0,1156.0,"17,0","55,1","1,0621" -18/04/2004,20.00.00,-200,1178.0,-200.0,"9,2",949.0,-200.0,847.0,-200.0,1653.0,1047.0,"16,4","57,8","1,0669" -18/04/2004,21.00.00,-200,1152.0,-200.0,"8,7",926.0,-200.0,854.0,-200.0,1669.0,1034.0,"15,8","60,4","1,0744" -18/04/2004,22.00.00,-200,1078.0,-200.0,"6,6",841.0,-200.0,920.0,-200.0,1595.0,962.0,"15,5","63,3","1,1071" -18/04/2004,23.00.00,-200,1167.0,-200.0,"9,1",945.0,-200.0,826.0,-200.0,1702.0,1100.0,"15,0","65,2","1,1045" -19/04/2004,00.00.00,-200,1111.0,-200.0,"7,8",890.0,-200.0,871.0,-200.0,1658.0,1047.0,"14,5","67,3","1,1054" -19/04/2004,01.00.00,-200,988.0,-200.0,"4,2",722.0,-200.0,1029.0,-200.0,1500.0,874.0,"14,1","70,1","1,1224" -19/04/2004,02.00.00,-200,917.0,-200.0,"3,4",677.0,-200.0,1103.0,-200.0,1494.0,747.0,"13,8","73,3","1,1518" -19/04/2004,03.00.00,-200,850.0,-200.0,"1,7",562.0,-200.0,1275.0,-200.0,1407.0,589.0,"13,1","78,3","1,1716" -19/04/2004,04.00.00,-200,885.0,-200.0,"2,1",589.0,-200.0,1238.0,-200.0,1443.0,635.0,"13,0","78,2","1,1664" -19/04/2004,05.00.00,-200,888.0,-200.0,"2,2",597.0,-200.0,1242.0,-200.0,1428.0,671.0,"14,3","70,1","1,1328" -19/04/2004,06.00.00,-200,1101.0,-200.0,"6,9",852.0,-200.0,913.0,-200.0,1655.0,992.0,"14,0","70,9","1,1306" -19/04/2004,07.00.00,-200,1399.0,-200.0,"16,5",1195.0,-200.0,680.0,-200.0,1976.0,1308.0,"15,4","64,2","1,1123" -19/04/2004,08.00.00,-200,1325.0,-200.0,"18,7",1260.0,-200.0,652.0,-200.0,1969.0,1303.0,"16,5","57,9","1,0826" -19/04/2004,09.00.00,-200,1058.0,-200.0,"8,5",921.0,-200.0,876.0,-200.0,1594.0,893.0,"18,8","48,0","1,0323" -19/04/2004,10.00.00,-200,990.0,-200.0,"6,8",846.0,-200.0,947.0,-200.0,1503.0,715.0,"19,5","43,3","0,9706" -19/04/2004,11.00.00,-200,1018.0,-200.0,"7,5",879.0,-200.0,950.0,-200.0,1574.0,685.0,"18,5","45,5","0,9606" -19/04/2004,12.00.00,-200,1105.0,-200.0,"10,9",1010.0,-200.0,811.0,-200.0,1709.0,947.0,"18,0","46,7","0,9569" -19/04/2004,13.00.00,-200,1194.0,-200.0,"13,4",1097.0,-200.0,743.0,-200.0,1847.0,1049.0,"16,5","58,2","1,0813" -19/04/2004,14.00.00,-200,1088.0,-200.0,"7,9",893.0,-200.0,892.0,-200.0,1565.0,741.0,"12,1","75,6","1,0662" -19/04/2004,15.00.00,-200,1084.0,-200.0,"8,8",933.0,-200.0,872.0,-200.0,1602.0,801.0,"11,1","75,6","0,9974" -19/04/2004,16.00.00,-200,1207.0,-200.0,"11,5",1032.0,-200.0,797.0,-200.0,1701.0,969.0,"10,5","79,0","1,0016" -19/04/2004,17.00.00,-200,1186.0,-200.0,"11,8",1042.0,-200.0,808.0,-200.0,1684.0,1038.0,"10,0","80,5","0,9853" -19/04/2004,18.00.00,-200,1053.0,-200.0,"8,3",911.0,-200.0,916.0,-200.0,1528.0,889.0,"11,3","70,5","0,9389" -19/04/2004,19.00.00,-200,1032.0,-200.0,"7,9",895.0,-200.0,921.0,-200.0,1508.0,879.0,"10,7","71,5","0,9197" -19/04/2004,20.00.00,-200,989.0,-200.0,"6,7",846.0,-200.0,960.0,-200.0,1476.0,846.0,"9,9","74,0","0,9009" -19/04/2004,21.00.00,-200,930.0,-200.0,"4,6",745.0,-200.0,1085.0,-200.0,1391.0,712.0,"10,8","68,2","0,8806" -19/04/2004,22.00.00,-200,951.0,-200.0,"5,0",766.0,-200.0,1056.0,-200.0,1431.0,747.0,"10,2","74,0","0,9176" -19/04/2004,23.00.00,-200,985.0,-200.0,"5,3",780.0,-200.0,1017.0,-200.0,1444.0,791.0,"10,1","77,5","0,9579" -20/04/2004,00.00.00,-200,937.0,-200.0,"3,9",703.0,-200.0,1136.0,-200.0,1377.0,637.0,"9,9","77,7","0,9497" -20/04/2004,01.00.00,-200,887.0,-200.0,"2,9",648.0,-200.0,1222.0,-200.0,1357.0,553.0,"9,5","80,2","0,9533" -20/04/2004,02.00.00,-200,806.0,-200.0,"1,5",544.0,-200.0,1429.0,-200.0,1290.0,449.0,"9,5","79,7","0,9489" -20/04/2004,03.00.00,-200,771.0,-200.0,"0,8",483.0,-200.0,1587.0,-200.0,1277.0,485.0,"9,7","78,9","0,9487" -20/04/2004,04.00.00,-200,802.0,-200.0,"1,2",519.0,-200.0,1523.0,-200.0,1315.0,540.0,"9,8","80,0","0,9670" -20/04/2004,05.00.00,-200,878.0,-200.0,"2,9",644.0,-200.0,1260.0,-200.0,1410.0,685.0,"10,0","79,6","0,9800" -20/04/2004,06.00.00,-200,1070.0,-200.0,"7,6",883.0,-200.0,942.0,-200.0,1625.0,925.0,"10,3","79,4","0,9927" -20/04/2004,07.00.00,-200,1430.0,-200.0,"20,7",1316.0,-200.0,638.0,-200.0,2069.0,1382.0,"11,0","77,4","1,0135" -20/04/2004,08.00.00,-200,1565.0,-200.0,"29,9",1549.0,-200.0,540.0,-200.0,2396.0,1645.0,"12,3","69,2","0,9906" -20/04/2004,09.00.00,-200,1365.0,-200.0,"20,1",1299.0,-200.0,637.0,-200.0,1999.0,1514.0,"14,5","60,4","0,9936" -20/04/2004,10.00.00,-200,1348.0,-200.0,"17,1",1214.0,-200.0,678.0,-200.0,1874.0,1509.0,"16,0","56,3","1,0185" -20/04/2004,11.00.00,-200,1311.0,-200.0,"19,4",1279.0,-200.0,648.0,-200.0,1991.0,1520.0,"18,1","51,1","1,0551" -20/04/2004,12.00.00,-200,1302.0,-200.0,"18,7",1260.0,-200.0,658.0,-200.0,1970.0,1471.0,"23,0","37,5","1,0389" -20/04/2004,13.00.00,-200,1250.0,-200.0,"15,8",1173.0,-200.0,720.0,-200.0,1870.0,1282.0,"21,8","39,6","1,0209" -20/04/2004,14.00.00,-200,1083.0,-200.0,"10,3",988.0,-200.0,859.0,-200.0,1643.0,1004.0,"21,9","37,2","0,9683" -20/04/2004,15.00.00,-200,1005.0,-200.0,"7,9",894.0,-200.0,956.0,-200.0,1530.0,714.0,"23,8","31,4","0,9132" -20/04/2004,16.00.00,-200,1129.0,-200.0,"13,7",1107.0,-200.0,844.0,-200.0,1742.0,940.0,"25,9","26,9","0,8845" -20/04/2004,17.00.00,-200,1327.0,-200.0,"19,7",1289.0,-200.0,712.0,-200.0,1938.0,1272.0,"25,8","29,9","0,9808" -20/04/2004,18.00.00,-200,1428.0,-200.0,"25,3",1437.0,-200.0,599.0,-200.0,2156.0,1526.0,"22,6","39,5","1,0679" -20/04/2004,19.00.00,-200,1426.0,-200.0,"23,9",1400.0,-200.0,612.0,-200.0,2102.0,1488.0,"19,9","45,0","1,0364" -20/04/2004,20.00.00,-200,1310.0,-200.0,"20,6",1313.0,-200.0,663.0,-200.0,1958.0,1475.0,"17,9","47,4","0,9657" -20/04/2004,21.00.00,-200,1114.0,-200.0,"12,3",1059.0,-200.0,792.0,-200.0,1704.0,1182.0,"16,8","50,4","0,9545" -20/04/2004,22.00.00,-200,991.0,-200.0,"7,7",889.0,-200.0,932.0,-200.0,1550.0,933.0,"16,0","52,0","0,9375" -20/04/2004,23.00.00,-200,1089.0,-200.0,"9,0",940.0,-200.0,866.0,-200.0,1589.0,1001.0,"14,2","59,1","0,9520" -21/04/2004,00.00.00,-200,911.0,-200.0,"4,5",740.0,-200.0,1071.0,-200.0,1412.0,756.0,"14,2","56,7","0,9111" -21/04/2004,01.00.00,-200,1005.0,-200.0,"5,8",802.0,-200.0,976.0,-200.0,1474.0,952.0,"12,2","67,7","0,9625" -21/04/2004,02.00.00,-200,863.0,-200.0,"3,2",664.0,-200.0,1172.0,-200.0,1381.0,808.0,"13,2","61,7","0,9328" -21/04/2004,03.00.00,-200,857.0,-200.0,"3,0",653.0,-200.0,1197.0,-200.0,1375.0,779.0,"10,9","71,0","0,9249" -21/04/2004,04.00.00,-200,804.0,-200.0,"2,0",585.0,-200.0,1301.0,-200.0,1319.0,717.0,"11,3","67,6","0,9038" -21/04/2004,05.00.00,-200,871.0,-200.0,"3,7",694.0,-200.0,1160.0,-200.0,1421.0,779.0,"10,1","71,8","0,8880" -21/04/2004,06.00.00,-200,1035.0,-200.0,"8,7",929.0,-200.0,887.0,-200.0,1599.0,1009.0,"10,2","70,9","0,8841" -21/04/2004,07.00.00,-200,1513.0,-200.0,"27,0",1480.0,-200.0,572.0,-200.0,2249.0,1595.0,"11,8","66,0","0,9085" -21/04/2004,08.00.00,-200,1726.0,-200.0,"40,3",1776.0,-200.0,478.0,-200.0,2684.0,1940.0,"14,0","58,2","0,9271" -21/04/2004,09.00.00,-200,1396.0,-200.0,"20,0",1296.0,-200.0,619.0,-200.0,1991.0,1628.0,"17,0","50,2","0,9646" -21/04/2004,10.00.00,-200,1333.0,-200.0,"17,1",1212.0,-200.0,668.0,-200.0,1854.0,1573.0,"22,3","36,9","0,9838" -21/04/2004,11.00.00,-200,1161.0,-200.0,"11,0",1016.0,-200.0,849.0,-200.0,1642.0,1187.0,"24,4","30,9","0,9340" -21/04/2004,12.00.00,-200,1081.0,-200.0,"10,6",1000.0,-200.0,900.0,-200.0,1561.0,900.0,"25,9","26,7","0,8771" -21/04/2004,13.00.00,-200,1075.0,-200.0,"10,5",998.0,-200.0,914.0,-200.0,1574.0,800.0,"25,8","26,1","0,8540" -21/04/2004,14.00.00,-200,1055.0,-200.0,"9,6",964.0,-200.0,953.0,-200.0,1513.0,770.0,"26,3","24,8","0,8393" -21/04/2004,15.00.00,-200,1053.0,-200.0,"9,3",953.0,-200.0,988.0,-200.0,1483.0,758.0,"27,0","22,2","0,7805" -21/04/2004,16.00.00,-200,1087.0,-200.0,"12,7",1075.0,-200.0,944.0,-200.0,1558.0,886.0,"27,3","20,5","0,7308" -21/04/2004,17.00.00,-200,1304.0,-200.0,"19,8",1291.0,-200.0,765.0,-200.0,1838.0,1219.0,"25,8","24,1","0,7912" -21/04/2004,18.00.00,-200,1625.0,-200.0,"32,5",1608.0,-200.0,601.0,-200.0,2271.0,1725.0,"25,3","28,9","0,9151" -21/04/2004,19.00.00,-200,1649.0,-200.0,"33,6",1633.0,-200.0,584.0,-200.0,2328.0,1745.0,"23,8","33,7","0,9786" -21/04/2004,20.00.00,-200,1443.0,-200.0,"26,0",1455.0,-200.0,635.0,-200.0,2073.0,1600.0,"21,4","36,0","0,9059" -21/04/2004,21.00.00,-200,1209.0,-200.0,"16,4",1193.0,-200.0,753.0,-200.0,1737.0,1310.0,"19,8","39,5","0,9016" -21/04/2004,22.00.00,-200,1105.0,-200.0,"10,6",1000.0,-200.0,847.0,-200.0,1573.0,1208.0,"19,2","42,1","0,9273" -21/04/2004,23.00.00,-200,1020.0,-200.0,"7,1",863.0,-200.0,933.0,-200.0,1492.0,1074.0,"18,8","45,8","0,9855" -22/04/2004,00.00.00,-200,991.0,-200.0,"6,4",828.0,-200.0,973.0,-200.0,1469.0,993.0,"17,1","50,8","0,9828" -22/04/2004,01.00.00,-200,937.0,-200.0,"4,6",741.0,-200.0,1058.0,-200.0,1420.0,923.0,"16,2","53,4","0,9775" -22/04/2004,02.00.00,-200,882.0,-200.0,"3,0",654.0,-200.0,1141.0,-200.0,1377.0,819.0,"16,0","53,5","0,9691" -22/04/2004,03.00.00,-200,843.0,-200.0,"2,2",597.0,-200.0,1242.0,-200.0,1341.0,727.0,"14,3","59,2","0,9601" -22/04/2004,04.00.00,-200,819.0,-200.0,"1,7",565.0,-200.0,1295.0,-200.0,1316.0,694.0,"13,3","62,6","0,9498" -22/04/2004,05.00.00,-200,834.0,-200.0,"2,2",596.0,-200.0,1276.0,-200.0,1335.0,727.0,"13,4","59,5","0,9097" -22/04/2004,06.00.00,-200,977.0,-200.0,"5,7",800.0,-200.0,990.0,-200.0,1474.0,926.0,"12,2","64,1","0,9062" -22/04/2004,07.00.00,-200,1234.0,-200.0,"13,8",1109.0,-200.0,767.0,-200.0,1729.0,1194.0,"13,9","57,2","0,9029" -22/04/2004,08.00.00,-200,1403.0,-200.0,"21,6",1340.0,-200.0,623.0,-200.0,2003.0,1502.0,"15,2","53,2","0,9107" -22/04/2004,09.00.00,-200,1538.0,-200.0,"26,1",1458.0,-200.0,593.0,-200.0,2186.0,1743.0,"19,2","41,6","0,9154" -22/04/2004,10.00.00,-200,1343.0,-200.0,"20,1",1299.0,-200.0,694.0,-200.0,1945.0,1542.0,"23,7","30,6","0,8854" -22/04/2004,11.00.00,-200,1243.0,-200.0,"15,4",1162.0,-200.0,766.0,-200.0,1731.0,1354.0,"26,1","26,8","0,8921" -22/04/2004,12.00.00,-200,1201.0,-200.0,"13,6",1102.0,-200.0,814.0,-200.0,1682.0,1175.0,"28,1","24,4","0,9138" -22/04/2004,13.00.00,-200,1121.0,-200.0,"11,1",1020.0,-200.0,893.0,-200.0,1585.0,916.0,"28,3","23,9","0,9060" -22/04/2004,14.00.00,-200,1087.0,-200.0,"12,2",1055.0,-200.0,908.0,-200.0,1562.0,818.0,"28,0","21,0","0,7814" -22/04/2004,15.00.00,-200,1165.0,-200.0,"17,5",1225.0,-200.0,824.0,-200.0,1676.0,1028.0,"30,8","16,4","0,7167" -22/04/2004,16.00.00,-200,1224.0,-200.0,"19,1",1270.0,-200.0,806.0,-200.0,1739.0,1113.0,"31,3","16,2","0,7262" -22/04/2004,17.00.00,-200,1431.0,-200.0,"27,1",1482.0,-200.0,679.0,-200.0,2025.0,1431.0,"29,4","20,5","0,8262" -22/04/2004,18.00.00,-200,1433.0,-200.0,"28,3",1510.0,-200.0,661.0,-200.0,2038.0,1503.0,"25,8","24,3","0,7940" -22/04/2004,19.00.00,-200,1527.0,-200.0,"35,0",1664.0,-200.0,587.0,-200.0,2238.0,1775.0,"23,8","29,5","0,8559" -22/04/2004,20.00.00,-200,1387.0,-200.0,"22,4",1361.0,-200.0,701.0,-200.0,1932.0,1505.0,"22,0","34,8","0,9080" -22/04/2004,21.00.00,-200,1158.0,-200.0,"13,5",1100.0,-200.0,835.0,-200.0,1659.0,1211.0,"20,2","37,4","0,8748" -22/04/2004,22.00.00,-200,1009.0,-200.0,"8,2",907.0,-200.0,982.0,-200.0,1466.0,872.0,"19,3","38,8","0,8559" -22/04/2004,23.00.00,-200,1026.0,-200.0,"7,8",890.0,-200.0,976.0,-200.0,1467.0,855.0,"17,9","43,7","0,8856" -23/04/2004,00.00.00,-200,1119.0,-200.0,"10,0",979.0,-200.0,873.0,-200.0,1593.0,1170.0,"17,2","47,9","0,9334" -23/04/2004,01.00.00,-200,1000.0,-200.0,"6,6",839.0,-200.0,958.0,-200.0,1467.0,1024.0,"16,3","49,7","0,9160" -23/04/2004,02.00.00,-200,866.0,-200.0,"3,4",675.0,-200.0,1155.0,-200.0,1337.0,841.0,"16,7","46,5","0,8755" -23/04/2004,03.00.00,-200,848.0,-200.0,"2,8",642.0,-200.0,1202.0,-200.0,1325.0,760.0,"14,6","53,0","0,8775" -23/04/2004,04.00.00,-200,844.0,-200.0,"2,3",608.0,-200.0,1213.0,-200.0,1314.0,803.0,"14,1","53,9","0,8633" -23/04/2004,05.00.00,"0,6",852.0,46.0,"2,9",646.0,59.0,1186.0,59.0,1321.0,793.0,"14,2","52,2","0,8413" -23/04/2004,06.00.00,"0,8",923.0,56.0,"4,9",757.0,72.0,1041.0,67.0,1418.0,906.0,"14,3","55,4","0,9003" -23/04/2004,07.00.00,4,1490.0,452.0,"22,6",1368.0,244.0,627.0,95.0,2119.0,1541.0,"14,0","58,0","0,9202" -23/04/2004,08.00.00,"5,6",1662.0,880.0,"31,1",1576.0,351.0,523.0,123.0,2417.0,1861.0,"15,4","53,3","0,9289" -23/04/2004,09.00.00,5,1553.0,759.0,"22,1",1354.0,358.0,621.0,142.0,2030.0,1895.0,"19,1","42,1","0,9233" -23/04/2004,10.00.00,"3,2",1423.0,394.0,"18,3",1247.0,245.0,706.0,142.0,1887.0,1684.0,"23,7","31,0","0,8968" -23/04/2004,11.00.00,"3,8",1458.0,639.0,"22,0",1350.0,240.0,677.0,169.0,1947.0,1731.0,"26,9","25,7","0,8942" -23/04/2004,12.00.00,"3,3",1349.0,541.0,"20,1",1299.0,179.0,728.0,142.0,1838.0,1402.0,"29,7","20,6","0,8478" -23/04/2004,13.00.00,3,1326.0,468.0,"18,9",1265.0,160.0,757.0,136.0,1835.0,1246.0,"29,2","21,5","0,8573" -23/04/2004,14.00.00,"3,2",1356.0,483.0,"20,6",1312.0,174.0,729.0,147.0,1865.0,1342.0,"29,6","20,1","0,8181" -23/04/2004,15.00.00,"4,4",1460.0,682.0,"25,3",1438.0,260.0,680.0,196.0,1953.0,1489.0,"30,0","19,4","0,8100" -23/04/2004,16.00.00,"4,6",1497.0,698.0,"25,8",1449.0,281.0,679.0,186.0,1985.0,1532.0,"29,5","20,1","0,8136" -23/04/2004,17.00.00,"5,2",1645.0,832.0,"30,6",1566.0,284.0,599.0,177.0,2228.0,1909.0,"27,0","26,8","0,9403" -23/04/2004,18.00.00,"4,8",1557.0,872.0,"27,1",1483.0,250.0,615.0,164.0,2087.0,1757.0,"24,9","30,8","0,9540" -23/04/2004,19.00.00,"5,6",1747.0,899.0,"32,5",1608.0,281.0,557.0,161.0,2335.0,1983.0,"23,1","36,7","1,0244" -23/04/2004,20.00.00,"4,6",1482.0,692.0,"20,8",1319.0,230.0,660.0,146.0,1975.0,1703.0,"21,5","40,8","1,0333" -23/04/2004,21.00.00,"1,8",1211.0,145.0,"10,9",1010.0,98.0,816.0,98.0,1619.0,1246.0,"20,5","41,5","0,9864" -23/04/2004,22.00.00,"2,2",1294.0,208.0,"13,0",1083.0,121.0,770.0,108.0,1687.0,1321.0,"19,2","44,9","0,9875" -23/04/2004,23.00.00,2,1300.0,204.0,"11,8",1043.0,110.0,777.0,107.0,1659.0,1375.0,"18,8","47,7","1,0221" -24/04/2004,00.00.00,"2,8",1402.0,240.0,"13,4",1098.0,161.0,736.0,113.0,1729.0,1456.0,"18,2","49,7","1,0284" -24/04/2004,01.00.00,"2,6",1349.0,251.0,"13,4",1097.0,148.0,707.0,100.0,1763.0,1442.0,"16,1","57,4","1,0451" -24/04/2004,02.00.00,"1,8",1161.0,173.0,"9,0",938.0,109.0,827.0,87.0,1597.0,1243.0,"16,3","55,3","1,0178" -24/04/2004,03.00.00,"1,1",1022.0,113.0,"5,8",802.0,-200.0,916.0,-200.0,1481.0,1078.0,"15,7","53,6","0,9483" -24/04/2004,04.00.00,-200,948.0,55.0,"3,8",700.0,45.0,1045.0,60.0,1430.0,939.0,"16,9","49,8","0,9514" -24/04/2004,05.00.00,"0,7",933.0,65.0,"3,7",697.0,71.0,1045.0,65.0,1403.0,937.0,"14,8","57,7","0,9644" -24/04/2004,06.00.00,"0,9",1021.0,119.0,"5,7",800.0,75.0,931.0,64.0,1483.0,1019.0,"14,0","59,7","0,9499" -24/04/2004,07.00.00,"1,5",1134.0,151.0,"10,0",979.0,106.0,794.0,73.0,1639.0,1140.0,"14,6","56,8","0,9385" -24/04/2004,08.00.00,"2,5",1311.0,305.0,"15,0",1147.0,166.0,681.0,86.0,1838.0,1351.0,"16,7","51,9","0,9788" -24/04/2004,09.00.00,3,1409.0,415.0,"15,6",1169.0,188.0,685.0,105.0,1874.0,1459.0,"20,0","45,0","1,0390" -24/04/2004,10.00.00,"2,6",1301.0,321.0,"12,3",1059.0,161.0,787.0,107.0,1727.0,1297.0,"23,9","33,7","0,9837" -24/04/2004,11.00.00,"2,6",1354.0,358.0,"14,4",1130.0,139.0,765.0,114.0,1808.0,1291.0,"26,8","29,5","1,0209" -24/04/2004,12.00.00,"2,6",1391.0,350.0,"14,6",1136.0,134.0,738.0,105.0,1840.0,1296.0,"27,2","32,4","1,1493" -24/04/2004,13.00.00,"1,9",1200.0,238.0,"8,7",929.0,84.0,879.0,74.0,1623.0,972.0,"26,9","32,1","1,1217" -24/04/2004,14.00.00,2,1338.0,215.0,"11,0",1016.0,98.0,798.0,95.0,1766.0,1194.0,"24,3","41,8","1,2561" -24/04/2004,15.00.00,"1,7",1223.0,192.0,"9,0",938.0,91.0,884.0,89.0,1610.0,880.0,"25,6","36,0","1,1629" -24/04/2004,16.00.00,"1,9",1278.0,205.0,"10,7",1003.0,99.0,845.0,95.0,1691.0,909.0,"27,0","31,8","1,1176" -24/04/2004,17.00.00,"1,8",1257.0,165.0,"9,9",973.0,90.0,860.0,93.0,1634.0,839.0,"27,5","31,6","1,1417" -24/04/2004,18.00.00,"2,8",1497.0,283.0,"15,7",1171.0,147.0,725.0,123.0,1899.0,1248.0,"24,9","38,1","1,1838" -24/04/2004,19.00.00,"3,5",1567.0,467.0,"19,4",1280.0,177.0,661.0,134.0,1970.0,1476.0,"23,4","39,7","1,1276" -24/04/2004,20.00.00,"3,4",1503.0,485.0,"16,8",1203.0,162.0,651.0,126.0,1863.0,1502.0,"21,2","50,8","1,2631" -24/04/2004,21.00.00,2,1169.0,202.0,"6,8",850.0,88.0,906.0,79.0,1584.0,873.0,"15,6","73,5","1,2953" -24/04/2004,22.00.00,"1,1",1007.0,64.0,"3,0",650.0,53.0,1157.0,54.0,1404.0,528.0,"12,9","79,7","1,1774" -24/04/2004,23.00.00,"1,3",1004.0,71.0,"3,2",667.0,68.0,1157.0,69.0,1365.0,492.0,"11,5","76,9","1,0436" -25/04/2004,00.00.00,"1,2",967.0,84.0,"3,1",661.0,61.0,1181.0,67.0,1321.0,463.0,"12,2","66,8","0,9455" -25/04/2004,01.00.00,"1,3",984.0,70.0,"3,9",707.0,71.0,1131.0,73.0,1359.0,494.0,"12,4","64,1","0,9209" -25/04/2004,02.00.00,1,931.0,61.0,"3,6",689.0,63.0,1161.0,73.0,1317.0,503.0,"12,7","58,7","0,8605" -25/04/2004,03.00.00,"1,3",966.0,92.0,"4,5",737.0,-200.0,1083.0,-200.0,1363.0,581.0,"12,6","58,6","0,8529" -25/04/2004,04.00.00,-200,777.0,40.0,"1,2",521.0,23.0,1535.0,33.0,1121.0,350.0,"12,5","51,2","0,7374" -25/04/2004,05.00.00,"0,3",763.0,20.0,"0,7",471.0,14.0,1783.0,20.0,1098.0,305.0,"12,5","50,9","0,7346" -25/04/2004,06.00.00,"0,5",804.0,31.0,"1,1",505.0,34.0,1718.0,37.0,1148.0,329.0,"12,8","49,3","0,7285" -25/04/2004,07.00.00,"0,6",830.0,41.0,"1,4",535.0,42.0,1496.0,50.0,1184.0,375.0,"13,5","48,6","0,7487" -25/04/2004,08.00.00,"0,6",833.0,40.0,"1,6",553.0,40.0,1476.0,45.0,1180.0,373.0,"14,4","45,9","0,7476" -25/04/2004,09.00.00,"0,8",875.0,35.0,"2,3",603.0,48.0,1370.0,48.0,1206.0,385.0,"15,1","43,9","0,7487" -25/04/2004,10.00.00,1,882.0,44.0,"2,5",621.0,61.0,1346.0,56.0,1216.0,403.0,"16,6","38,6","0,7236" -25/04/2004,11.00.00,"0,9",862.0,71.0,"2,7",635.0,58.0,1320.0,58.0,1193.0,393.0,"17,2","35,0","0,6789" -25/04/2004,12.00.00,1,863.0,66.0,"2,7",636.0,57.0,1290.0,52.0,1185.0,388.0,"17,4","33,9","0,6683" -25/04/2004,13.00.00,"0,8",830.0,46.0,"2,2",596.0,54.0,1389.0,52.0,1145.0,371.0,"17,9","30,7","0,6234" -25/04/2004,14.00.00,"0,7",807.0,50.0,"2,0",584.0,41.0,1488.0,44.0,1104.0,347.0,"18,3","27,2","0,5675" -25/04/2004,15.00.00,"0,9",873.0,51.0,"3,4",675.0,57.0,1343.0,59.0,1181.0,396.0,"19,4","25,7","0,5738" -25/04/2004,16.00.00,"1,3",931.0,64.0,"4,5",739.0,83.0,1274.0,74.0,1219.0,474.0,"20,2","24,1","0,5630" -25/04/2004,17.00.00,"1,4",918.0,138.0,"4,7",748.0,81.0,1228.0,76.0,1219.0,505.0,"19,6","24,9","0,5625" -25/04/2004,18.00.00,"1,5",1001.0,137.0,"6,0",811.0,98.0,1122.0,83.0,1344.0,625.0,"18,5","27,8","0,5843" -25/04/2004,19.00.00,"2,7",1169.0,303.0,"11,7",1039.0,124.0,883.0,100.0,1550.0,941.0,"17,8","30,3","0,6129" -25/04/2004,20.00.00,"2,5",1085.0,204.0,"8,2",907.0,133.0,976.0,101.0,1419.0,893.0,"16,6","34,0","0,6353" -25/04/2004,21.00.00,"1,4",940.0,95.0,"5,1",769.0,100.0,1103.0,90.0,1310.0,731.0,"15,5","37,0","0,6447" -25/04/2004,22.00.00,"2,8",1126.0,347.0,"13,0",1083.0,116.0,875.0,93.0,1654.0,955.0,"14,8","39,5","0,6595" -25/04/2004,23.00.00,"2,1",978.0,252.0,"7,0",858.0,102.0,1013.0,79.0,1379.0,761.0,"14,5","42,0","0,6896" -26/04/2004,00.00.00,"1,1",893.0,66.0,"3,9",703.0,55.0,1192.0,57.0,1283.0,515.0,"14,1","44,9","0,7206" -26/04/2004,01.00.00,"0,7",838.0,45.0,"2,2",601.0,33.0,1361.0,43.0,1220.0,434.0,"14,2","45,5","0,7333" -26/04/2004,02.00.00,"0,4",803.0,36.0,"1,3",527.0,17.0,1513.0,25.0,1152.0,369.0,"14,1","45,3","0,7247" -26/04/2004,03.00.00,"0,3",775.0,26.0,"0,8",477.0,-200.0,1722.0,-200.0,1115.0,335.0,"14,0","44,3","0,7038" -26/04/2004,04.00.00,-200,767.0,17.0,"0,6",454.0,10.0,1826.0,17.0,1091.0,319.0,"14,1","43,0","0,6890" -26/04/2004,05.00.00,"0,4",809.0,21.0,"1,2",521.0,35.0,1575.0,44.0,1158.0,378.0,"13,9","43,9","0,6923" -26/04/2004,06.00.00,"0,8",898.0,60.0,"3,4",676.0,70.0,1271.0,72.0,1307.0,517.0,"14,0","43,8","0,6959" -26/04/2004,07.00.00,"1,9",1053.0,155.0,"7,5",880.0,116.0,982.0,91.0,1464.0,786.0,"14,4","43,6","0,7113" -26/04/2004,08.00.00,"2,1",1033.0,235.0,"8,9",934.0,134.0,917.0,89.0,1490.0,844.0,"15,0","41,7","0,7093" -26/04/2004,09.00.00,"1,4",941.0,89.0,"5,3",780.0,113.0,1080.0,84.0,1343.0,720.0,"16,3","38,4","0,7052" -26/04/2004,10.00.00,"1,4",941.0,76.0,"5,4",782.0,110.0,1102.0,83.0,1328.0,668.0,"18,3","32,3","0,6760" -26/04/2004,11.00.00,"1,3",917.0,101.0,"5,2",772.0,98.0,1098.0,78.0,1311.0,605.0,"18,8","31,7","0,6821" -26/04/2004,12.00.00,"1,5",977.0,109.0,"6,6",837.0,96.0,1038.0,80.0,1413.0,646.0,"19,6","30,9","0,6968" -26/04/2004,13.00.00,"1,6",994.0,143.0,"6,9",851.0,95.0,1018.0,75.0,1436.0,640.0,"20,2","30,7","0,7176" -26/04/2004,14.00.00,"1,3",942.0,104.0,"5,4",785.0,86.0,1065.0,77.0,1365.0,571.0,"19,7","32,5","0,7396" -26/04/2004,15.00.00,"1,4",981.0,107.0,"6,0",810.0,86.0,1060.0,77.0,1395.0,605.0,"20,7","31,6","0,7602" -26/04/2004,16.00.00,"1,5",984.0,133.0,"6,4",832.0,91.0,1034.0,81.0,1410.0,636.0,"20,0","32,7","0,7545" -26/04/2004,17.00.00,"2,2",1116.0,171.0,"10,7",1003.0,119.0,864.0,101.0,1625.0,886.0,"18,6","35,4","0,7535" -26/04/2004,18.00.00,"3,2",1181.0,405.0,"13,9",1114.0,147.0,787.0,119.0,1685.0,1032.0,"18,3","35,9","0,7501" -26/04/2004,19.00.00,3,1163.0,334.0,"12,5",1068.0,135.0,811.0,111.0,1616.0,977.0,"17,8","37,5","0,7568" -26/04/2004,20.00.00,"2,6",1081.0,236.0,"9,3",950.0,124.0,907.0,109.0,1496.0,924.0,"17,3","38,8","0,7584" -26/04/2004,21.00.00,"1,6",1017.0,99.0,"6,7",842.0,89.0,1000.0,101.0,1441.0,846.0,"17,3","38,8","0,7596" -26/04/2004,22.00.00,"1,5",966.0,93.0,"5,3",778.0,79.0,1057.0,89.0,1359.0,755.0,"16,4","40,8","0,7542" -26/04/2004,23.00.00,"1,2",924.0,82.0,"4,0",709.0,63.0,1158.0,75.0,1318.0,610.0,"16,0","41,4","0,7487" -27/04/2004,00.00.00,"0,8",861.0,51.0,"2,2",601.0,39.0,1351.0,51.0,1225.0,439.0,"15,4","43,0","0,7482" -27/04/2004,01.00.00,"0,7",826.0,41.0,"1,7",560.0,25.0,1424.0,39.0,1197.0,402.0,"15,7","42,5","0,7539" -27/04/2004,02.00.00,"0,5",846.0,31.0,"1,6",557.0,19.0,1385.0,32.0,1212.0,406.0,"15,6","43,4","0,7651" -27/04/2004,03.00.00,"0,5",842.0,41.0,"1,5",545.0,-200.0,1423.0,-200.0,1224.0,424.0,"15,2","45,8","0,7864" -27/04/2004,04.00.00,-200,909.0,41.0,"2,5",617.0,34.0,1236.0,49.0,1302.0,558.0,"14,7","49,9","0,8280" -27/04/2004,05.00.00,"0,7",930.0,38.0,"3,3",670.0,58.0,1143.0,68.0,1339.0,746.0,"15,5","47,3","0,8282" -27/04/2004,06.00.00,"1,4",1120.0,111.0,"8,9",935.0,112.0,843.0,76.0,1593.0,1126.0,"14,4","53,1","0,8677" -27/04/2004,07.00.00,"4,1",1518.0,584.0,"23,4",1389.0,314.0,589.0,122.0,2101.0,1703.0,"15,9","48,5","0,8704" -27/04/2004,08.00.00,"4,6",1461.0,633.0,"23,8",1398.0,240.0,630.0,129.0,2050.0,1628.0,"18,1","40,3","0,8294" -27/04/2004,09.00.00,"1,9",1075.0,145.0,"7,9",896.0,128.0,938.0,94.0,1487.0,936.0,"19,6","35,9","0,8100" -27/04/2004,10.00.00,"1,9",1061.0,155.0,"8,2",908.0,141.0,968.0,99.0,1455.0,890.0,"22,8","29,1","0,7960" -27/04/2004,11.00.00,"1,7",1066.0,128.0,"8,8",931.0,118.0,979.0,81.0,1474.0,757.0,"24,8","25,3","0,7793" -27/04/2004,12.00.00,"2,4",1179.0,255.0,"14,6",1137.0,132.0,829.0,87.0,1651.0,949.0,"27,2","22,0","0,7785" -27/04/2004,13.00.00,3,1251.0,411.0,"18,0",1238.0,150.0,773.0,107.0,1779.0,1109.0,"28,2","20,4","0,7677" -27/04/2004,14.00.00,2,1120.0,173.0,"12,0",1048.0,121.0,898.0,95.0,1560.0,870.0,"25,4","24,2","0,7733" -27/04/2004,15.00.00,"2,7",1187.0,277.0,"14,8",1142.0,149.0,840.0,110.0,1651.0,1011.0,"25,7","23,8","0,7737" -27/04/2004,16.00.00,"2,2",1145.0,259.0,"12,5",1066.0,120.0,903.0,99.0,1592.0,885.0,"27,2","22,1","0,7811" -27/04/2004,17.00.00,"2,9",1215.0,274.0,"15,5",1164.0,155.0,817.0,113.0,1689.0,1015.0,"27,0","22,3","0,7860" -27/04/2004,18.00.00,"3,4",1317.0,377.0,"17,7",1231.0,172.0,766.0,127.0,1798.0,1155.0,"24,5","27,8","0,8433" -27/04/2004,19.00.00,"3,9",1388.0,457.0,"21,6",1341.0,177.0,702.0,131.0,1955.0,1315.0,"23,7","30,2","0,8718" -27/04/2004,20.00.00,"3,6",1295.0,555.0,"18,9",1266.0,181.0,716.0,137.0,1849.0,1359.0,"21,5","34,5","0,8746" -27/04/2004,21.00.00,"2,5",1153.0,279.0,"12,5",1066.0,135.0,811.0,122.0,1651.0,1194.0,"19,9","37,8","0,8675" -27/04/2004,22.00.00,"1,8",1078.0,137.0,"8,8",932.0,99.0,905.0,100.0,1511.0,951.0,"18,9","40,6","0,8771" -27/04/2004,23.00.00,2,1133.0,203.0,"10,9",1012.0,111.0,806.0,108.0,1608.0,1054.0,"17,9","43,5","0,8840" -28/04/2004,00.00.00,"1,3",1055.0,101.0,"8,0",899.0,72.0,880.0,83.0,1504.0,980.0,"17,4","46,3","0,9112" -28/04/2004,01.00.00,1,953.0,86.0,"4,4",735.0,54.0,999.0,74.0,1396.0,898.0,"18,1","44,7","0,9186" -28/04/2004,02.00.00,"0,6",892.0,51.0,"2,8",639.0,41.0,1139.0,64.0,1359.0,803.0,"16,5","50,1","0,9331" -28/04/2004,03.00.00,"0,6",895.0,47.0,"2,7",632.0,-200.0,1167.0,-200.0,1347.0,684.0,"14,2","56,9","0,9141" -28/04/2004,04.00.00,-200,859.0,35.0,"2,2",602.0,24.0,1209.0,40.0,1321.0,644.0,"14,7","56,2","0,9341" -28/04/2004,05.00.00,"0,5",856.0,33.0,"2,5",619.0,29.0,1191.0,39.0,1345.0,677.0,"16,3","52,8","0,9722" -28/04/2004,06.00.00,"1,1",1030.0,95.0,"7,5",880.0,76.0,892.0,69.0,1539.0,996.0,"13,9","60,7","0,9597" -28/04/2004,07.00.00,"5,5",1689.0,754.0,"30,4",1560.0,321.0,529.0,104.0,2396.0,1736.0,"15,0","58,3","0,9876" -28/04/2004,08.00.00,"4,2",1486.0,588.0,"22,0",1351.0,274.0,571.0,100.0,2112.0,1692.0,"16,1","54,8","0,9960" -28/04/2004,09.00.00,"4,6",1592.0,658.0,"24,7",1423.0,322.0,577.0,146.0,2155.0,2108.0,"19,3","46,4","1,0248" -28/04/2004,10.00.00,"3,4",1469.0,372.0,"18,4",1252.0,255.0,692.0,155.0,1903.0,1807.0,"24,2","33,8","1,0097" -28/04/2004,11.00.00,"2,8",1364.0,386.0,"16,8",1205.0,196.0,723.0,139.0,1850.0,1566.0,"26,7","28,7","0,9895" -28/04/2004,12.00.00,"2,5",1285.0,333.0,"14,2",1123.0,136.0,755.0,121.0,1741.0,1293.0,"27,4","28,2","1,0098" -28/04/2004,13.00.00,"2,4",1311.0,293.0,"15,7",1170.0,119.0,748.0,108.0,1787.0,1219.0,"28,1","26,9","1,0094" -28/04/2004,14.00.00,"3,2",1416.0,511.0,"21,9",1348.0,169.0,684.0,126.0,1969.0,1330.0,"27,7","26,5","0,9693" -28/04/2004,15.00.00,"3,5",1387.0,559.0,"20,8",1318.0,197.0,701.0,145.0,1890.0,1299.0,"28,4","23,4","0,8935" -28/04/2004,16.00.00,"2,9",1329.0,375.0,"16,2",1185.0,140.0,768.0,121.0,1750.0,1111.0,"28,4","26,0","0,9922" -28/04/2004,17.00.00,"3,6",1496.0,509.0,"19,8",1292.0,178.0,680.0,145.0,1878.0,1300.0,"27,3","30,0","1,0752" -28/04/2004,18.00.00,"4,8",1676.0,790.0,"28,9",1525.0,223.0,567.0,160.0,2226.0,1653.0,"24,3","37,3","1,1199" -28/04/2004,19.00.00,"5,4",1724.0,816.0,"28,3",1510.0,222.0,562.0,155.0,2252.0,1716.0,"23,1","42,2","1,1746" -28/04/2004,20.00.00,"5,3",1642.0,804.0,"24,9",1426.0,265.0,597.0,162.0,2117.0,1720.0,"21,8","43,6","1,1226" -28/04/2004,21.00.00,"2,7",1267.0,332.0,"13,1",1088.0,151.0,764.0,129.0,1740.0,1339.0,"19,8","46,8","1,0702" -28/04/2004,22.00.00,"1,4",1146.0,156.0,"8,6",923.0,79.0,845.0,96.0,1575.0,1166.0,"19,6","49,8","1,1221" -28/04/2004,23.00.00,"1,6",1216.0,143.0,"9,5",960.0,87.0,788.0,92.0,1662.0,1256.0,"17,9","56,2","1,1420" -29/04/2004,00.00.00,"1,5",1128.0,117.0,"7,8",891.0,88.0,838.0,89.0,1574.0,1125.0,"17,4","55,6","1,0963" -29/04/2004,01.00.00,1,1042.0,84.0,"5,2",772.0,51.0,923.0,61.0,1495.0,968.0,"16,8","59,5","1,1269" -29/04/2004,02.00.00,"0,6",926.0,60.0,"2,8",639.0,34.0,1115.0,54.0,1409.0,814.0,"15,9","60,1","1,0806" -29/04/2004,03.00.00,"0,4",898.0,76.0,"2,3",608.0,-200.0,1154.0,-200.0,1386.0,743.0,"15,6","61,2","1,0784" -29/04/2004,04.00.00,-200,889.0,40.0,"2,5",617.0,31.0,1168.0,44.0,1382.0,758.0,"14,6","63,4","1,0446" -29/04/2004,05.00.00,"0,8",959.0,64.0,"4,4",734.0,76.0,1038.0,57.0,1470.0,861.0,"13,3","67,0","1,0203" -29/04/2004,06.00.00,"1,5",1097.0,148.0,"9,4",956.0,139.0,827.0,68.0,1620.0,1047.0,"12,9","66,5","0,9846" -29/04/2004,07.00.00,"4,9",1674.0,635.0,"29,8",1547.0,293.0,539.0,95.0,2405.0,1665.0,"14,8","61,3","1,0237" -29/04/2004,08.00.00,"7,2",1771.0,1129.0,"36,2",1690.0,368.0,461.0,125.0,2572.0,1982.0,"16,1","56,5","1,0274" -29/04/2004,09.00.00,"3,5",1408.0,475.0,"18,0",1241.0,250.0,648.0,135.0,1886.0,1711.0,"18,6","47,8","1,0143" -29/04/2004,10.00.00,"2,1",1156.0,220.0,"10,9",1009.0,145.0,875.0,118.0,1583.0,1204.0,"23,8","30,2","0,8771" -29/04/2004,11.00.00,"1,5",1042.0,105.0,"9,0",941.0,110.0,971.0,91.0,1491.0,871.0,"25,4","25,0","0,7966" -29/04/2004,12.00.00,2,1167.0,190.0,"14,4",1128.0,104.0,829.0,89.0,1716.0,1040.0,"25,6","25,5","0,8234" -29/04/2004,13.00.00,"3,8",1398.0,516.0,"22,3",1360.0,205.0,656.0,129.0,2037.0,1439.0,"24,9","29,9","0,9325" -29/04/2004,14.00.00,"3,4",1458.0,346.0,"20,9",1321.0,201.0,654.0,122.0,2023.0,1516.0,"22,4","37,9","1,0160" -29/04/2004,15.00.00,"4,4",1554.0,565.0,"23,1",1379.0,266.0,614.0,138.0,2151.0,1693.0,"21,7","44,0","1,1242" -29/04/2004,16.00.00,"3,9",1495.0,483.0,"21,2",1331.0,246.0,615.0,136.0,2069.0,1635.0,"21,4","44,4","1,1176" -29/04/2004,17.00.00,"4,9",1560.0,651.0,"24,8",1424.0,247.0,579.0,143.0,2176.0,1688.0,"20,8","45,3","1,1016" -29/04/2004,18.00.00,"5,4",1664.0,657.0,"28,6",1519.0,271.0,553.0,145.0,2312.0,1820.0,"20,2","48,6","1,1354" -29/04/2004,19.00.00,"6,5",1761.0,830.0,"32,6",1610.0,332.0,502.0,146.0,2488.0,2006.0,"20,2","50,8","1,1924" -29/04/2004,20.00.00,"4,3",1524.0,435.0,"19,2",1275.0,245.0,608.0,122.0,2046.0,1740.0,"18,6","57,6","1,2233" -29/04/2004,21.00.00,"2,9",1398.0,209.0,"16,3",1189.0,180.0,646.0,112.0,1931.0,1577.0,"18,2","58,8","1,2173" -29/04/2004,22.00.00,"2,7",1342.0,202.0,"13,7",1106.0,156.0,694.0,102.0,1856.0,1443.0,"17,8","61,0","1,2352" -29/04/2004,23.00.00,"2,8",1433.0,174.0,"13,6",1104.0,172.0,681.0,97.0,1876.0,1411.0,"17,0","70,7","1,3554" -30/04/2004,00.00.00,"2,3",1297.0,170.0,"11,1",1019.0,137.0,733.0,85.0,1823.0,1217.0,"16,2","76,9","1,4051" -30/04/2004,01.00.00,"1,7",1179.0,116.0,"7,6",884.0,91.0,830.0,76.0,1696.0,1086.0,"15,7","78,6","1,3943" -30/04/2004,02.00.00,"1,2",1097.0,91.0,"5,9",809.0,80.0,897.0,74.0,1628.0,1050.0,"15,7","78,4","1,3917" -30/04/2004,03.00.00,1,1054.0,71.0,"5,0",761.0,-200.0,963.0,-200.0,1598.0,965.0,"15,7","77,4","1,3683" -30/04/2004,04.00.00,-200,1017.0,59.0,"4,0",711.0,46.0,1009.0,56.0,1554.0,906.0,"15,4","78,5","1,3635" -30/04/2004,05.00.00,"0,8",1005.0,48.0,"4,5",738.0,68.0,1005.0,66.0,1563.0,917.0,"15,7","74,7","1,3194" -30/04/2004,06.00.00,"1,7",1206.0,111.0,"9,3",949.0,162.0,818.0,90.0,1771.0,1116.0,"15,9","73,1","1,3136" -30/04/2004,07.00.00,3,1458.0,345.0,"18,3",1249.0,213.0,662.0,111.0,2033.0,1380.0,"16,6","68,2","1,2737" -30/04/2004,08.00.00,"3,4",1405.0,332.0,"19,9",1295.0,161.0,638.0,103.0,2065.0,1378.0,"18,7","57,6","1,2323" -30/04/2004,09.00.00,"3,3",1381.0,344.0,"16,6",1199.0,209.0,685.0,117.0,1970.0,1365.0,"17,6","65,0","1,2945" -30/04/2004,10.00.00,"2,7",1315.0,212.0,"12,6",1072.0,191.0,736.0,116.0,1833.0,1273.0,"16,3","73,2","1,3458" -30/04/2004,11.00.00,"2,6",1332.0,166.0,"12,9",1082.0,215.0,707.0,109.0,1889.0,1242.0,"16,0","78,5","1,4209" -30/04/2004,12.00.00,"3,2",1362.0,214.0,"14,9",1145.0,212.0,673.0,116.0,1973.0,1294.0,"17,3","72,4","1,4125" -30/04/2004,13.00.00,"3,4",1399.0,377.0,"17,4",1222.0,202.0,643.0,115.0,2061.0,1413.0,"19,4","60,9","1,3545" -30/04/2004,14.00.00,"2,6",1310.0,210.0,"15,4",1160.0,153.0,695.0,94.0,1939.0,1224.0,"21,4","50,9","1,2823" -30/04/2004,15.00.00,"3,4",1399.0,265.0,"16,7",1201.0,185.0,699.0,121.0,1971.0,1318.0,"22,7","45,8","1,2465" -30/04/2004,16.00.00,4,1524.0,365.0,"18,0",1239.0,210.0,644.0,114.0,2139.0,1404.0,"20,9","60,8","1,4852" -30/04/2004,17.00.00,"4,5",1487.0,454.0,"19,2",1274.0,215.0,641.0,110.0,2133.0,1471.0,"21,0","54,3","1,3353" -30/04/2004,18.00.00,"4,2",1480.0,460.0,"21,0",1324.0,215.0,622.0,122.0,2162.0,1623.0,"20,8","54,4","1,3194" -30/04/2004,19.00.00,"5,7",1626.0,642.0,"26,9",1476.0,281.0,555.0,135.0,2356.0,1786.0,"19,8","58,6","1,3392" -30/04/2004,20.00.00,"4,4",1449.0,501.0,"19,5",1282.0,254.0,625.0,133.0,2100.0,1569.0,"19,1","61,1","1,3345" -30/04/2004,21.00.00,"3,1",1363.0,234.0,"15,1",1152.0,189.0,684.0,110.0,1951.0,1495.0,"18,2","65,4","1,3529" -30/04/2004,22.00.00,3,1371.0,212.0,"14,6",1136.0,174.0,689.0,102.0,1927.0,1471.0,"18,1","66,1","1,3579" -30/04/2004,23.00.00,"3,1",1406.0,275.0,"13,7",1107.0,167.0,718.0,108.0,1872.0,1384.0,"17,7","66,9","1,3422" -01/05/2004,00.00.00,"3,5",1425.0,275.0,"15,2",1155.0,185.0,709.0,110.0,1936.0,1789.0,"17,8","66,8","1,3460" -01/05/2004,01.00.00,"2,4",1179.0,-200.0,"9,3",951.0,129.0,826.0,84.0,1724.0,1323.0,"17,3","68,3","1,3346" -01/05/2004,02.00.00,"1,6",1047.0,-200.0,"6,5",833.0,85.0,939.0,71.0,1647.0,1081.0,"16,5","70,2","1,3099" -01/05/2004,03.00.00,"1,3",1009.0,-200.0,"6,3",825.0,-200.0,950.0,-200.0,1629.0,938.0,"15,7","73,1","1,2902" -01/05/2004,04.00.00,-200,882.0,-200.0,"3,5",685.0,35.0,1134.0,42.0,1492.0,673.0,"16,2","69,9","1,2756" -01/05/2004,05.00.00,"0,6",858.0,-200.0,"2,6",624.0,24.0,1205.0,32.0,1434.0,543.0,"16,7","67,1","1,2619" -01/05/2004,06.00.00,"0,7",875.0,-200.0,"3,1",659.0,30.0,1180.0,35.0,1452.0,561.0,"16,7","66,9","1,2631" -01/05/2004,07.00.00,"1,2",1012.0,-200.0,"6,5",833.0,75.0,916.0,67.0,1632.0,862.0,"16,9","66,5","1,2688" -01/05/2004,08.00.00,"1,5",1049.0,-200.0,"6,5",836.0,79.0,926.0,73.0,1615.0,901.0,"17,7","62,0","1,2458" -01/05/2004,09.00.00,"1,8",1131.0,-200.0,"8,8",932.0,104.0,854.0,86.0,1693.0,1048.0,"19,4","54,6","1,2184" -01/05/2004,10.00.00,"2,1",1120.0,-200.0,"8,8",931.0,118.0,886.0,89.0,1652.0,971.0,"21,6","46,1","1,1725" -01/05/2004,11.00.00,"1,9",1117.0,-200.0,"9,2",946.0,105.0,909.0,86.0,1657.0,915.0,"24,6","36,7","1,1202" -01/05/2004,12.00.00,2,1110.0,-200.0,"9,2",948.0,101.0,901.0,86.0,1632.0,891.0,"26,0","31,9","1,0566" -01/05/2004,13.00.00,"1,3",962.0,-200.0,"6,1",816.0,65.0,1044.0,66.0,1489.0,628.0,"25,6","31,5","1,0184" -01/05/2004,14.00.00,"1,3",963.0,-200.0,"6,5",835.0,59.0,1029.0,68.0,1495.0,556.0,"24,8","34,8","1,0716" -01/05/2004,15.00.00,"1,8",1050.0,-200.0,"9,2",948.0,80.0,928.0,82.0,1584.0,652.0,"26,1","30,3","1,0101" -01/05/2004,16.00.00,2,1053.0,-200.0,"8,3",911.0,98.0,949.0,91.0,1603.0,683.0,"25,5","33,5","1,0767" -01/05/2004,17.00.00,"1,8",1045.0,-200.0,"8,3",910.0,89.0,948.0,95.0,1598.0,624.0,"23,7","37,2","1,0746" -01/05/2004,18.00.00,"2,4",1124.0,-200.0,"11,0",1013.0,114.0,849.0,104.0,1676.0,733.0,"22,3","38,9","1,0324" -01/05/2004,19.00.00,4,1330.0,-200.0,"14,7",1140.0,195.0,759.0,131.0,1780.0,1062.0,"20,7","42,8","1,0298" -01/05/2004,20.00.00,"2,8",1171.0,-200.0,"10,8",1006.0,156.0,835.0,112.0,1674.0,988.0,"19,0","51,7","1,1222" -01/05/2004,21.00.00,2,1085.0,-200.0,"9,4",954.0,109.0,866.0,100.0,1656.0,871.0,"17,8","55,5","1,1174" -01/05/2004,22.00.00,"3,6",1358.0,-200.0,"14,8",1144.0,184.0,727.0,115.0,1851.0,1243.0,"17,4","57,6","1,1342" -01/05/2004,23.00.00,"3,7",1385.0,-200.0,"13,3",1094.0,190.0,765.0,129.0,1769.0,1175.0,"17,6","58,5","1,1645" -02/05/2004,00.00.00,"2,3",1167.0,-200.0,"8,4",914.0,105.0,876.0,99.0,1599.0,1126.0,"17,2","59,3","1,1551" -02/05/2004,01.00.00,"1,8",1072.0,-200.0,"7,9",894.0,76.0,893.0,74.0,1646.0,1118.0,"17,1","60,4","1,1633" -02/05/2004,02.00.00,"0,9",938.0,-200.0,"5,5",789.0,38.0,989.0,55.0,1536.0,864.0,"16,4","62,2","1,1507" -02/05/2004,03.00.00,"1,6",1000.0,-200.0,"6,6",838.0,-200.0,910.0,-200.0,1580.0,942.0,"14,8","67,6","1,1352" -02/05/2004,04.00.00,-200,854.0,-200.0,"3,3",670.0,26.0,1141.0,35.0,1460.0,684.0,"14,8","65,8","1,1028" -02/05/2004,05.00.00,"0,6",815.0,-200.0,"2,6",628.0,33.0,1212.0,37.0,1426.0,689.0,"14,7","65,2","1,0811" -02/05/2004,06.00.00,"0,7",866.0,-200.0,"3,6",689.0,57.0,1138.0,45.0,1456.0,767.0,"13,1","70,2","1,0554" -02/05/2004,07.00.00,"0,8",911.0,-200.0,"4,8",751.0,48.0,1036.0,46.0,1518.0,817.0,"14,3","66,2","1,0728" -02/05/2004,08.00.00,"1,2",988.0,-200.0,"5,9",806.0,87.0,951.0,68.0,1568.0,940.0,"16,0","61,6","1,1083" -02/05/2004,09.00.00,"1,4",1046.0,-200.0,"6,9",851.0,94.0,920.0,77.0,1595.0,908.0,"17,7","56,4","1,1342" -02/05/2004,10.00.00,"1,6",1085.0,-200.0,"8,5",918.0,89.0,890.0,79.0,1639.0,871.0,"21,3","44,7","1,1157" -02/05/2004,11.00.00,"1,3",1008.0,-200.0,"6,1",816.0,78.0,1015.0,72.0,1531.0,689.0,"23,6","36,4","1,0431" -02/05/2004,12.00.00,"1,3",1004.0,-200.0,"6,2",821.0,72.0,1031.0,68.0,1510.0,629.0,"24,3","34,0","1,0149" -02/05/2004,13.00.00,"1,1",948.0,-200.0,"4,8",754.0,64.0,1086.0,64.0,1436.0,602.0,"24,4","32,7","0,9863" -02/05/2004,14.00.00,"1,2",1026.0,-200.0,"6,8",847.0,70.0,1010.0,73.0,1519.0,617.0,"24,6","31,7","0,9647" -02/05/2004,15.00.00,"1,5",1047.0,-200.0,"7,0",859.0,92.0,948.0,84.0,1538.0,677.0,"23,9","34,3","1,0020" -02/05/2004,16.00.00,"1,1",1018.0,-200.0,"5,5",790.0,69.0,1047.0,67.0,1443.0,580.0,"25,9","28,1","0,9258" -02/05/2004,17.00.00,"1,9",1160.0,-200.0,"9,5",957.0,131.0,884.0,106.0,1637.0,861.0,"24,5","32,3","0,9815" -02/05/2004,18.00.00,"2,3",1269.0,-200.0,"11,9",1047.0,144.0,809.0,114.0,1721.0,1080.0,"22,6","39,3","1,0600" -02/05/2004,19.00.00,"3,3",1394.0,-200.0,"13,8",1111.0,209.0,736.0,123.0,1853.0,1288.0,"21,2","47,5","1,1828" -02/05/2004,20.00.00,"2,6",1292.0,-200.0,"10,7",1003.0,170.0,789.0,108.0,1753.0,1163.0,"19,9","54,9","1,2632" -02/05/2004,21.00.00,"2,2",1212.0,-200.0,"9,7",966.0,152.0,840.0,100.0,1691.0,1043.0,"19,4","52,1","1,1642" -02/05/2004,22.00.00,"2,3",1137.0,-200.0,"10,2",985.0,171.0,858.0,118.0,1607.0,1045.0,"19,4","42,6","0,9485" -02/05/2004,23.00.00,2,1080.0,-200.0,"8,3",910.0,153.0,923.0,121.0,1548.0,929.0,"19,1","44,1","0,9660" -03/05/2004,00.00.00,"1,6",1031.0,-200.0,"7,1",861.0,97.0,903.0,94.0,1534.0,825.0,"18,0","49,3","1,0086" -03/05/2004,01.00.00,"0,8",917.0,-200.0,"3,0",654.0,37.0,1169.0,52.0,1414.0,545.0,"17,6","54,6","1,0918" -03/05/2004,02.00.00,"0,6",888.0,-200.0,"2,2",598.0,26.0,1228.0,39.0,1397.0,500.0,"16,4","62,1","1,1493" -03/05/2004,03.00.00,"0,4",872.0,-200.0,"1,7",564.0,-200.0,1284.0,-200.0,1385.0,494.0,"15,6","65,3","1,1484" -03/05/2004,04.00.00,-200,876.0,-200.0,"1,5",547.0,25.0,1256.0,33.0,1351.0,505.0,"16,0","61,4","1,1043" -03/05/2004,05.00.00,"0,7",964.0,-200.0,"3,7",697.0,61.0,1067.0,57.0,1516.0,717.0,"15,8","64,3","1,1416" -03/05/2004,06.00.00,"1,3",1147.0,-200.0,"8,2",906.0,152.0,815.0,80.0,1687.0,1126.0,"16,0","65,8","1,1844" -03/05/2004,07.00.00,"3,4",1493.0,-200.0,"21,1",1328.0,283.0,577.0,101.0,2193.0,1597.0,"16,8","62,5","1,1869" -03/05/2004,08.00.00,"4,7",1597.0,-200.0,"26,5",1466.0,320.0,518.0,109.0,2400.0,1687.0,"16,9","66,1","1,2613" -03/05/2004,09.00.00,"3,4",1483.0,-200.0,"17,4",1222.0,318.0,597.0,109.0,2054.0,1529.0,"17,4","68,9","1,3557" -03/05/2004,10.00.00,"2,5",1222.0,-200.0,"12,9",1080.0,201.0,742.0,111.0,1755.0,1366.0,"21,4","45,0","1,1291" -03/05/2004,11.00.00,2,1060.0,-200.0,"10,9",1010.0,135.0,858.0,102.0,1623.0,1074.0,"23,9","30,7","0,9002" -03/05/2004,12.00.00,"1,9",1048.0,-200.0,"11,0",1013.0,127.0,886.0,96.0,1584.0,940.0,"26,8","25,2","0,8721" -03/05/2004,13.00.00,"1,7",1051.0,-200.0,"10,8",1008.0,102.0,911.0,90.0,1561.0,921.0,"28,4","23,6","0,8983" -03/05/2004,14.00.00,"1,4",998.0,-200.0,"10,0",977.0,74.0,947.0,69.0,1496.0,695.0,"30,3","20,1","0,8539" -03/05/2004,15.00.00,"1,5",1058.0,-200.0,"11,2",1023.0,81.0,896.0,74.0,1580.0,795.0,"30,9","19,7","0,8649" -03/05/2004,16.00.00,"2,4",1203.0,-200.0,"16,8",1204.0,129.0,790.0,102.0,1744.0,1079.0,"30,2","20,5","0,8672" -03/05/2004,17.00.00,"3,9",1491.0,-200.0,"23,6",1392.0,190.0,630.0,128.0,2149.0,1473.0,"26,4","34,6","1,1724" -03/05/2004,18.00.00,"4,2",1467.0,-200.0,"23,3",1385.0,192.0,623.0,130.0,2084.0,1493.0,"24,9","39,4","1,2268" -03/05/2004,19.00.00,"3,7",1407.0,-200.0,"19,4",1279.0,163.0,660.0,120.0,2009.0,1308.0,"23,5","43,7","1,2484" -03/05/2004,20.00.00,"3,2",1324.0,-200.0,"13,1",1086.0,149.0,692.0,113.0,1903.0,1189.0,"19,3","63,1","1,4028" -03/05/2004,21.00.00,2,1214.0,-200.0,"9,8",970.0,119.0,777.0,100.0,1771.0,1076.0,"18,7","64,6","1,3836" -03/05/2004,22.00.00,"1,1",1016.0,-200.0,"5,3",780.0,61.0,967.0,70.0,1566.0,806.0,"19,5","57,1","1,2806" -03/05/2004,23.00.00,"1,5",1135.0,-200.0,"6,7",842.0,84.0,872.0,83.0,1653.0,973.0,"18,9","62,5","1,3521" -04/05/2004,00.00.00,"1,3",1065.0,-200.0,"5,5",789.0,79.0,936.0,81.0,1620.0,929.0,"18,4","65,8","1,3802" -04/05/2004,01.00.00,1,999.0,-200.0,"3,7",692.0,58.0,1038.0,69.0,1588.0,778.0,"16,4","79,2","1,4681" -04/05/2004,02.00.00,"0,6",911.0,-200.0,"2,2",599.0,32.0,1189.0,48.0,1517.0,633.0,"16,1","80,0","1,4562" -04/05/2004,03.00.00,"0,4",873.0,-200.0,"1,5",545.0,-200.0,1308.0,-200.0,1471.0,497.0,"15,6","81,0","1,4302" -04/05/2004,04.00.00,-200,881.0,-200.0,"1,5",546.0,21.0,1335.0,28.0,1465.0,458.0,"15,6","81,0","1,4216" -04/05/2004,05.00.00,"0,6",967.0,-200.0,"2,9",646.0,49.0,1117.0,47.0,1552.0,579.0,"15,7","80,5","1,4236" -04/05/2004,06.00.00,"1,9",1280.0,-200.0,"9,9",976.0,180.0,780.0,88.0,1912.0,1003.0,"16,0","80,8","1,4602" -04/05/2004,07.00.00,"4,5",1564.0,-200.0,"23,0",1379.0,302.0,552.0,109.0,2306.0,1393.0,"16,6","78,0","1,4572" -04/05/2004,08.00.00,"4,3",1505.0,-200.0,"22,3",1358.0,258.0,556.0,113.0,2248.0,1406.0,"16,1","79,2","1,4398" -04/05/2004,09.00.00,"3,2",1309.0,-200.0,"16,2",1186.0,192.0,649.0,104.0,1973.0,1308.0,"17,7","70,8","1,4171" -04/05/2004,10.00.00,"1,3",1035.0,-200.0,"7,9",895.0,84.0,898.0,65.0,1657.0,863.0,"20,3","54,8","1,2867" -04/05/2004,11.00.00,"2,2",1148.0,-200.0,"12,4",1062.0,128.0,753.0,87.0,1825.0,1004.0,"21,2","49,3","1,2271" -04/05/2004,12.00.00,"2,6",1152.0,-200.0,"13,6",1104.0,145.0,725.0,99.0,1860.0,1023.0,"21,5","47,9","1,2178" -04/05/2004,13.00.00,"2,3",1131.0,-200.0,"12,3",1059.0,132.0,772.0,100.0,1784.0,978.0,"21,4","47,7","1,2047" -04/05/2004,14.00.00,"2,4",1142.0,-200.0,"12,1",1053.0,136.0,753.0,105.0,1814.0,979.0,"20,4","54,0","1,2757" -04/05/2004,15.00.00,"2,6",1197.0,-200.0,"12,9",1082.0,140.0,753.0,97.0,1851.0,971.0,"19,9","57,1","1,3158" -04/05/2004,16.00.00,"1,2",960.0,-200.0,"6,3",828.0,55.0,971.0,54.0,1565.0,617.0,"19,9","55,2","1,2701" -04/05/2004,17.00.00,"1,6",1077.0,-200.0,"10,6",1001.0,67.0,836.0,59.0,1764.0,717.0,"19,5","55,7","1,2512" -04/05/2004,18.00.00,"3,9",1377.0,-200.0,"20,6",1313.0,191.0,612.0,109.0,2120.0,1220.0,"18,3","62,8","1,3127" -04/05/2004,19.00.00,"4,7",1405.0,-200.0,"22,1",1353.0,227.0,602.0,125.0,2185.0,1296.0,"17,2","68,3","1,3289" -04/05/2004,20.00.00,"5,4",1484.0,-200.0,"20,8",1319.0,264.0,591.0,132.0,2166.0,1413.0,"16,1","75,2","1,3654" -04/05/2004,21.00.00,3,1187.0,-200.0,"11,8",1042.0,196.0,766.0,110.0,1840.0,1093.0,"16,6","70,8","1,3253" -04/05/2004,22.00.00,"0,9",870.0,-200.0,"4,3",729.0,43.0,1096.0,53.0,1475.0,586.0,"18,5","56,0","1,1810" -04/05/2004,23.00.00,"1,1",932.0,-200.0,"5,0",765.0,58.0,1054.0,61.0,1543.0,575.0,"17,3","59,5","1,1667" -05/05/2004,00.00.00,"0,7",830.0,-200.0,"2,3",608.0,33.0,1282.0,41.0,1370.0,441.0,"18,6","52,3","1,1121" -05/05/2004,01.00.00,"0,5",778.0,-200.0,"1,4",534.0,14.0,1480.0,22.0,1294.0,358.0,"19,0","49,8","1,0831" -05/05/2004,02.00.00,"0,5",820.0,-200.0,"1,5",541.0,18.0,1450.0,28.0,1360.0,377.0,"15,7","64,5","1,1400" -05/05/2004,03.00.00,"0,5",842.0,-200.0,"1,8",565.0,-200.0,1327.0,-200.0,1399.0,437.0,"15,5","66,9","1,1691" -05/05/2004,04.00.00,-200,867.0,-200.0,"2,1",589.0,28.0,1267.0,41.0,1439.0,468.0,"14,7","74,1","1,2302" -05/05/2004,05.00.00,"0,8",927.0,-200.0,"3,5",682.0,56.0,1109.0,54.0,1526.0,580.0,"14,6","77,1","1,2727" -05/05/2004,06.00.00,"1,3",1060.0,-200.0,"6,9",851.0,108.0,912.0,81.0,1673.0,805.0,"14,5","78,3","1,2851" -05/05/2004,07.00.00,"3,5",1440.0,-200.0,"19,1",1271.0,251.0,630.0,107.0,2163.0,1273.0,"15,1","76,8","1,3061" -05/05/2004,08.00.00,-200,1449.0,-200.0,"22,0",1350.0,-200.0,571.0,-200.0,2264.0,1452.0,"16,4","70,8","1,3088" -05/05/2004,09.00.00,"3,9",1384.0,-200.0,"18,9",1265.0,255.0,620.0,124.0,2143.0,1307.0,"16,4","72,4","1,3379" -05/05/2004,10.00.00,"2,9",1172.0,-200.0,"13,0",1085.0,214.0,737.0,123.0,1876.0,1102.0,"16,3","68,6","1,2657" -05/05/2004,11.00.00,"2,6",1143.0,-200.0,"13,0",1083.0,190.0,735.0,120.0,1887.0,1083.0,"17,2","62,9","1,2228" -05/05/2004,12.00.00,3,1167.0,-200.0,"14,5",1134.0,182.0,709.0,113.0,1920.0,1083.0,"17,4","61,1","1,2060" -05/05/2004,13.00.00,"3,7",1303.0,-200.0,"19,7",1288.0,202.0,618.0,114.0,2116.0,1236.0,"16,8","66,8","1,2691" -05/05/2004,14.00.00,"3,9",1264.0,-200.0,"19,4",1279.0,224.0,631.0,120.0,2049.0,1223.0,"17,3","62,6","1,2260" -05/05/2004,15.00.00,"3,5",1242.0,-200.0,"16,4",1193.0,221.0,684.0,125.0,1945.0,1175.0,"17,5","60,8","1,2029" -05/05/2004,16.00.00,"2,4",1070.0,-200.0,"11,2",1022.0,126.0,824.0,88.0,1740.0,933.0,"17,5","59,2","1,1725" -05/05/2004,17.00.00,"1,6",981.0,-200.0,"10,0",978.0,79.0,857.0,72.0,1682.0,835.0,"17,7","56,9","1,1392" -05/05/2004,18.00.00,3,1198.0,-200.0,"14,6",1136.0,137.0,717.0,103.0,1870.0,1291.0,"17,1","61,5","1,1873" -05/05/2004,19.00.00,"1,6",1000.0,-200.0,"8,5",918.0,68.0,881.0,67.0,1661.0,802.0,"17,5","63,9","1,2667" -05/05/2004,20.00.00,"2,1",1110.0,-200.0,"9,2",949.0,96.0,850.0,79.0,1733.0,842.0,"15,9","70,7","1,2672" -05/05/2004,21.00.00,"1,8",1023.0,-200.0,"6,9",854.0,111.0,918.0,89.0,1637.0,744.0,"15,1","75,1","1,2799" -05/05/2004,22.00.00,"1,1",861.0,-200.0,"3,7",695.0,56.0,1130.0,67.0,1438.0,500.0,"13,9","72,5","1,1502" -05/05/2004,23.00.00,"1,5",969.0,-200.0,"4,9",760.0,81.0,1059.0,83.0,1518.0,560.0,"12,0","79,8","1,1175" -06/05/2004,00.00.00,"1,4",898.0,-200.0,"4,6",741.0,79.0,1085.0,76.0,1468.0,589.0,"12,5","75,8","1,0938" -06/05/2004,01.00.00,"0,9",835.0,-200.0,"3,4",674.0,46.0,1201.0,58.0,1416.0,488.0,"12,0","75,0","1,0499" -06/05/2004,02.00.00,"0,5",766.0,-200.0,"1,2",523.0,19.0,1534.0,30.0,1310.0,387.0,"12,6","72,2","1,0503" -06/05/2004,03.00.00,"0,4",743.0,-200.0,"1,0",502.0,-200.0,1635.0,-200.0,1292.0,355.0,"12,7","71,6","1,0486" -06/05/2004,04.00.00,-200,758.0,-200.0,"1,2",517.0,15.0,1625.0,22.0,1294.0,351.0,"13,1","67,1","1,0079" -06/05/2004,05.00.00,"0,6",804.0,-200.0,"2,3",604.0,48.0,1366.0,50.0,1357.0,420.0,"13,2","64,6","0,9774" -06/05/2004,06.00.00,"1,3",948.0,-200.0,"6,1",817.0,128.0,1048.0,92.0,1546.0,695.0,"13,1","65,6","0,9815" -06/05/2004,07.00.00,"2,9",1204.0,-200.0,"16,8",1205.0,193.0,729.0,101.0,1984.0,1139.0,"14,7","58,5","0,9688" -06/05/2004,08.00.00,"3,6",1231.0,-200.0,"20,3",1304.0,203.0,652.0,121.0,2029.0,1315.0,"15,9","53,1","0,9529" -06/05/2004,09.00.00,"3,4",1176.0,-200.0,"16,4",1191.0,220.0,705.0,130.0,1836.0,1217.0,"17,9","46,1","0,9388" -06/05/2004,10.00.00,"2,5",1043.0,-200.0,"12,5",1066.0,161.0,789.0,114.0,1692.0,1014.0,"20,2","37,7","0,8833" -06/05/2004,11.00.00,"2,1",992.0,-200.0,"9,8",970.0,135.0,869.0,100.0,1624.0,884.0,"18,5","42,8","0,9026" -06/05/2004,12.00.00,"1,1",885.0,-200.0,"5,2",772.0,57.0,1035.0,56.0,1450.0,524.0,"13,0","64,3","0,9586" -06/05/2004,13.00.00,"1,8",991.0,-200.0,"8,9",937.0,91.0,874.0,75.0,1581.0,644.0,"15,1","54,5","0,9309" -06/05/2004,14.00.00,3,1182.0,-200.0,"14,1",1119.0,219.0,733.0,121.0,1831.0,1032.0,"13,6","65,5","1,0184" -06/05/2004,15.00.00,"3,1",1191.0,-200.0,"12,7",1074.0,239.0,741.0,128.0,1816.0,1038.0,"12,3","78,3","1,1154" -06/05/2004,16.00.00,"3,6",1272.0,-200.0,"14,6",1136.0,209.0,730.0,139.0,1869.0,1077.0,"12,7","74,2","1,0863" -06/05/2004,17.00.00,"3,3",1138.0,-200.0,"12,4",1063.0,169.0,804.0,122.0,1728.0,983.0,"14,4","64,2","1,0490" -06/05/2004,18.00.00,"1,8",1008.0,-200.0,"9,4",954.0,92.0,892.0,92.0,1626.0,834.0,"15,6","58,3","1,0266" -06/05/2004,19.00.00,"2,1",1075.0,-200.0,"11,0",1015.0,107.0,824.0,97.0,1722.0,949.0,"15,0","61,4","1,0385" -06/05/2004,20.00.00,"2,2",1034.0,-200.0,"8,9",935.0,122.0,870.0,98.0,1605.0,941.0,"13,7","65,8","1,0254" -06/05/2004,21.00.00,"1,6",934.0,-200.0,"6,6",841.0,100.0,973.0,93.0,1497.0,756.0,"12,3","66,4","0,9440" -06/05/2004,22.00.00,"0,9",883.0,-200.0,"3,9",705.0,51.0,1133.0,65.0,1422.0,655.0,"15,4","58,8","1,0215" -06/05/2004,23.00.00,"1,8",1021.0,-200.0,"7,3",871.0,93.0,938.0,81.0,1586.0,805.0,"14,1","64,9","1,0405" -07/05/2004,00.00.00,"2,3",1059.0,-200.0,"8,2",907.0,145.0,879.0,102.0,1579.0,970.0,"13,8","64,7","1,0168" -07/05/2004,01.00.00,2,1023.0,-200.0,"7,5",878.0,106.0,896.0,91.0,1568.0,969.0,"13,5","67,8","1,0420" -07/05/2004,02.00.00,"0,9",855.0,-200.0,"3,3",669.0,46.0,1160.0,56.0,1427.0,671.0,"13,7","69,4","1,0794" -07/05/2004,03.00.00,"0,6",826.0,-200.0,"2,4",616.0,-200.0,1227.0,-200.0,1384.0,575.0,"13,9","67,7","1,0712" -07/05/2004,04.00.00,-200,831.0,-200.0,"2,2",602.0,32.0,1269.0,41.0,1386.0,535.0,"14,0","67,8","1,0787" -07/05/2004,05.00.00,"0,7",817.0,-200.0,"2,8",639.0,51.0,1260.0,48.0,1364.0,489.0,"14,6","61,1","1,0075" -07/05/2004,06.00.00,"1,5",972.0,-200.0,"7,5",880.0,89.0,964.0,72.0,1590.0,689.0,"14,3","60,5","0,9847" -07/05/2004,07.00.00,"3,7",1200.0,-200.0,"19,8",1290.0,214.0,657.0,106.0,2014.0,1196.0,"14,9","56,9","0,9582" -07/05/2004,08.00.00,"4,2",1234.0,-200.0,"22,1",1355.0,196.0,621.0,107.0,2095.0,1266.0,"16,4","50,2","0,9286" -07/05/2004,09.00.00,"3,4",1164.0,-200.0,"15,0",1148.0,224.0,741.0,127.0,1824.0,1130.0,"16,0","50,9","0,9211" -07/05/2004,10.00.00,"2,4",976.0,-200.0,"9,3",952.0,174.0,878.0,114.0,1582.0,834.0,"18,6","42,8","0,9091" -07/05/2004,11.00.00,"1,3",844.0,-200.0,"6,3",825.0,90.0,1027.0,101.0,1405.0,536.0,"19,7","33,7","0,7646" -07/05/2004,12.00.00,"1,5",851.0,-200.0,"8,2",906.0,89.0,989.0,95.0,1418.0,545.0,"21,2","27,7","0,6864" -07/05/2004,13.00.00,"2,2",926.0,-200.0,"10,9",1010.0,132.0,904.0,110.0,1526.0,720.0,"19,7","28,5","0,6445" -07/05/2004,14.00.00,"1,8",890.0,-200.0,"9,3",950.0,114.0,940.0,101.0,1460.0,655.0,"19,8","29,7","0,6780" -07/05/2004,15.00.00,"1,9",921.0,-200.0,"8,4",914.0,107.0,937.0,106.0,1481.0,614.0,"19,2","35,6","0,7856" -07/05/2004,16.00.00,"2,3",1052.0,-200.0,"9,4",956.0,140.0,869.0,116.0,1600.0,725.0,"14,2","60,5","0,9765" -07/05/2004,17.00.00,"3,6",1247.0,-200.0,"17,9",1238.0,187.0,691.0,124.0,1948.0,1036.0,"12,9","69,1","1,0249" -07/05/2004,18.00.00,"4,3",1205.0,-200.0,"17,4",1222.0,222.0,684.0,133.0,1911.0,1127.0,"12,7","70,4","1,0294" -07/05/2004,19.00.00,"2,2",1016.0,-200.0,"10,5",995.0,117.0,857.0,96.0,1642.0,854.0,"13,9","62,7","0,9905" -07/05/2004,20.00.00,"1,5",984.0,-200.0,"7,5",879.0,89.0,940.0,85.0,1527.0,792.0,"13,9","62,9","0,9948" -07/05/2004,21.00.00,2,1041.0,-200.0,"8,0",898.0,130.0,922.0,97.0,1595.0,891.0,"13,4","65,2","0,9996" -07/05/2004,22.00.00,2,1027.0,-200.0,"7,7",887.0,133.0,927.0,97.0,1568.0,876.0,"13,4","64,6","0,9864" -07/05/2004,23.00.00,"2,1",1025.0,-200.0,"7,3",869.0,144.0,954.0,101.0,1531.0,851.0,"13,3","63,6","0,9677" -08/05/2004,00.00.00,"1,5",984.0,-200.0,"6,4",829.0,99.0,1003.0,85.0,1516.0,787.0,"13,3","61,8","0,9433" -08/05/2004,01.00.00,"2,2",969.0,-200.0,"5,6",791.0,102.0,1084.0,80.0,1446.0,711.0,"13,6","59,7","0,9271" -08/05/2004,02.00.00,"0,5",758.0,-200.0,"1,5",546.0,27.0,1483.0,33.0,1252.0,396.0,"14,6","53,3","0,8807" -08/05/2004,03.00.00,-200,767.0,-200.0,"1,5",547.0,-200.0,1482.0,-200.0,1239.0,375.0,"14,3","51,7","0,8412" -08/05/2004,04.00.00,-200,772.0,-200.0,"1,2",518.0,-200.0,1544.0,-200.0,1202.0,343.0,"10,9","67,5","0,8785" -08/05/2004,05.00.00,-200,831.0,-200.0,"1,6",557.0,-200.0,1480.0,-200.0,1257.0,401.0,"7,4","85,2","0,8808" -08/05/2004,06.00.00,-200,871.0,-200.0,"2,6",628.0,-200.0,1243.0,-200.0,1329.0,518.0,"8,7","81,5","0,9190" -08/05/2004,07.00.00,-200,995.0,-200.0,"5,9",808.0,-200.0,1028.0,-200.0,1479.0,685.0,"10,3","75,6","0,9458" -08/05/2004,08.00.00,-200,1093.0,-200.0,"8,5",918.0,-200.0,857.0,-200.0,1589.0,939.0,"11,0","75,0","0,9821" -08/05/2004,09.00.00,-200,1079.0,-200.0,"7,7",885.0,-200.0,884.0,-200.0,1588.0,974.0,"13,6","66,1","1,0236" -08/05/2004,10.00.00,-200,1084.0,-200.0,"6,9",852.0,-200.0,910.0,-200.0,1575.0,959.0,"14,7","63,1","1,0488" -08/05/2004,11.00.00,-200,1204.0,-200.0,"10,1",982.0,-200.0,791.0,-200.0,1739.0,1067.0,"13,8","72,3","1,1361" -08/05/2004,12.00.00,-200,1213.0,-200.0,"11,1",1018.0,-200.0,760.0,-200.0,1778.0,1061.0,"13,3","76,8","1,1703" -08/05/2004,13.00.00,-200,1124.0,-200.0,"9,2",949.0,-200.0,827.0,-200.0,1671.0,1008.0,"16,2","60,0","1,0937" -08/05/2004,14.00.00,-200,945.0,-200.0,"4,3",726.0,-200.0,1053.0,-200.0,1432.0,637.0,"16,3","55,3","1,0146" -08/05/2004,15.00.00,-200,964.0,-200.0,"6,5",833.0,-200.0,1003.0,-200.0,1489.0,647.0,"20,0","40,4","0,9354" -08/05/2004,16.00.00,-200,903.0,-200.0,"5,4",786.0,-200.0,1073.0,-200.0,1375.0,523.0,"19,8","35,4","0,8099" -08/05/2004,17.00.00,-200,918.0,-200.0,"7,1",863.0,-200.0,992.0,-200.0,1408.0,539.0,"19,8","33,6","0,7670" -08/05/2004,18.00.00,-200,1028.0,-200.0,"9,5",961.0,-200.0,913.0,-200.0,1502.0,649.0,"17,8","38,5","0,7763" -08/05/2004,19.00.00,-200,1175.0,-200.0,"17,0",1209.0,-200.0,720.0,-200.0,1829.0,1071.0,"16,7","44,6","0,8393" -08/05/2004,20.00.00,-200,1215.0,-200.0,"15,4",1161.0,-200.0,714.0,-200.0,1802.0,1237.0,"15,1","51,8","0,8816" -08/05/2004,21.00.00,-200,1072.0,-200.0,"9,9",976.0,-200.0,835.0,-200.0,1603.0,1018.0,"14,1","56,2","0,9028" -08/05/2004,22.00.00,-200,1070.0,-200.0,"9,3",952.0,-200.0,858.0,-200.0,1573.0,966.0,"13,8","58,3","0,9147" -08/05/2004,23.00.00,-200,1021.0,-200.0,"6,9",853.0,-200.0,979.0,-200.0,1457.0,901.0,"13,7","59,7","0,9285" -09/05/2004,00.00.00,-200,1063.0,-200.0,"7,1",859.0,-200.0,952.0,-200.0,1519.0,949.0,"13,7","60,3","0,9405" -09/05/2004,01.00.00,-200,1068.0,-200.0,"9,0",938.0,-200.0,862.0,-200.0,1575.0,1057.0,"12,7","64,9","0,9506" -09/05/2004,02.00.00,-200,993.0,-200.0,"8,3",913.0,-200.0,879.0,-200.0,1601.0,989.0,"12,6","65,4","0,9529" -09/05/2004,03.00.00,-200,1034.0,-200.0,"8,7",928.0,-200.0,848.0,-200.0,1619.0,1005.0,"12,1","68,6","0,9640" -09/05/2004,04.00.00,-200,1025.0,-200.0,"8,4",914.0,-200.0,856.0,-200.0,1605.0,1003.0,"12,3","68,0","0,9722" -09/05/2004,05.00.00,-200,1036.0,-200.0,"8,1",902.0,-200.0,825.0,-200.0,1558.0,1087.0,"11,9","71,1","0,9899" -09/05/2004,06.00.00,-200,924.0,-200.0,"5,2",774.0,-200.0,987.0,-200.0,1460.0,909.0,"11,3","73,8","0,9848" -09/05/2004,07.00.00,-200,922.0,-200.0,"4,5",737.0,-200.0,1050.0,-200.0,1414.0,882.0,"13,1","62,6","0,9419" -09/05/2004,08.00.00,-200,830.0,-200.0,"2,6",625.0,-200.0,1266.0,-200.0,1303.0,568.0,"16,8","46,8","0,8881" -09/05/2004,09.00.00,-200,947.0,-200.0,"4,8",752.0,-200.0,1068.0,-200.0,1434.0,620.0,"17,9","44,8","0,9104" -09/05/2004,10.00.00,-200,977.0,-200.0,"4,5",737.0,-200.0,1025.0,-200.0,1450.0,686.0,"17,8","49,5","0,9986" -09/05/2004,11.00.00,-200,1025.0,-200.0,"4,9",761.0,-200.0,1008.0,-200.0,1476.0,700.0,"18,8","46,4","0,9968" -09/05/2004,12.00.00,-200,1040.0,-200.0,"5,8",804.0,-200.0,940.0,-200.0,1502.0,780.0,"19,3","44,0","0,9783" -09/05/2004,13.00.00,-200,1013.0,-200.0,"4,1",718.0,-200.0,1041.0,-200.0,1492.0,558.0,"14,7","68,4","1,1405" -09/05/2004,14.00.00,-200,1035.0,-200.0,"4,8",755.0,-200.0,997.0,-200.0,1521.0,608.0,"15,6","65,8","1,1577" -09/05/2004,15.00.00,-200,1086.0,-200.0,"7,0",859.0,-200.0,892.0,-200.0,1595.0,754.0,"17,7","54,0","1,0826" -09/05/2004,16.00.00,-200,967.0,-200.0,"4,8",753.0,-200.0,1048.0,-200.0,1420.0,544.0,"17,8","46,7","0,9466" -09/05/2004,17.00.00,-200,968.0,-200.0,"5,4",785.0,-200.0,1011.0,-200.0,1446.0,550.0,"17,8","44,4","0,8967" -09/05/2004,18.00.00,-200,1004.0,-200.0,"6,3",827.0,-200.0,972.0,-200.0,1465.0,627.0,"17,8","44,3","0,8929" -09/05/2004,19.00.00,-200,1132.0,-200.0,"10,1",981.0,-200.0,850.0,-200.0,1614.0,877.0,"16,4","47,8","0,8851" -09/05/2004,20.00.00,-200,1121.0,-200.0,"10,2",985.0,-200.0,833.0,-200.0,1625.0,981.0,"15,6","51,6","0,9063" -09/05/2004,21.00.00,-200,1068.0,-200.0,"8,4",917.0,-200.0,889.0,-200.0,1570.0,832.0,"14,9","55,0","0,9228" -09/05/2004,22.00.00,-200,1123.0,-200.0,"8,9",937.0,-200.0,866.0,-200.0,1606.0,941.0,"13,8","59,8","0,9398" -09/05/2004,23.00.00,-200,1101.0,-200.0,"8,8",933.0,-200.0,845.0,-200.0,1600.0,1022.0,"13,8","62,1","0,9721" -10/05/2004,00.00.00,-200,997.0,-200.0,"6,5",835.0,-200.0,951.0,-200.0,1501.0,888.0,"13,9","61,1","0,9656" -10/05/2004,01.00.00,-200,875.0,-200.0,"3,0",654.0,-200.0,1172.0,-200.0,1375.0,683.0,"14,9","57,6","0,9684" -10/05/2004,02.00.00,-200,815.0,-200.0,"1,8",569.0,-200.0,1361.0,-200.0,1344.0,534.0,"14,4","60,1","0,9797" -10/05/2004,03.00.00,-200,803.0,-200.0,"1,3",531.0,-200.0,1462.0,-200.0,1318.0,489.0,"13,8","63,2","0,9952" -10/05/2004,04.00.00,-200,829.0,-200.0,"1,8",570.0,-200.0,1304.0,-200.0,1357.0,562.0,"14,2","62,9","1,0136" -10/05/2004,05.00.00,-200,867.0,-200.0,"2,6",625.0,-200.0,1213.0,-200.0,1385.0,652.0,"14,0","63,8","1,0167" -10/05/2004,06.00.00,-200,1118.0,-200.0,"9,8",970.0,-200.0,837.0,-200.0,1705.0,1019.0,"13,4","67,4","1,0292" -10/05/2004,07.00.00,-200,1632.0,-200.0,"31,5",1587.0,-200.0,523.0,-200.0,2459.0,1678.0,"14,7","62,3","1,0351" -10/05/2004,08.00.00,-200,1598.0,-200.0,"35,2",1668.0,-200.0,490.0,-200.0,2617.0,1749.0,"16,0","57,3","1,0342" -10/05/2004,09.00.00,"4,4",1378.0,-200.0,"20,2",1303.0,257.0,633.0,117.0,2051.0,1494.0,"17,8","51,1","1,0362" -10/05/2004,10.00.00,"2,5",1132.0,-200.0,"13,4",1096.0,178.0,731.0,107.0,1808.0,1186.0,"20,0","45,0","1,0379" -10/05/2004,11.00.00,"2,1",1108.0,-200.0,"11,7",1040.0,145.0,767.0,95.0,1748.0,1051.0,"20,3","44,1","1,0392" -10/05/2004,12.00.00,"2,4",1131.0,-200.0,"13,4",1097.0,137.0,735.0,93.0,1797.0,1027.0,"20,7","42,4","1,0248" -10/05/2004,13.00.00,"2,2",1105.0,-200.0,"12,9",1080.0,139.0,751.0,104.0,1758.0,981.0,"20,8","40,6","0,9888" -10/05/2004,14.00.00,"2,2",1120.0,-200.0,"13,4",1096.0,130.0,753.0,102.0,1767.0,976.0,"21,5","39,7","1,0042" -10/05/2004,15.00.00,"2,3",1100.0,-200.0,"13,7",1108.0,148.0,800.0,109.0,1731.0,932.0,"25,0","30,1","0,9394" -10/05/2004,16.00.00,"2,1",1098.0,-200.0,"14,2",1124.0,120.0,810.0,97.0,1716.0,871.0,"25,2","29,7","0,9371" -10/05/2004,17.00.00,"2,5",1137.0,-200.0,"17,8",1234.0,132.0,749.0,104.0,1824.0,990.0,"23,4","32,0","0,9100" -10/05/2004,18.00.00,"3,6",1267.0,-200.0,"22,0",1352.0,188.0,651.0,124.0,1961.0,1196.0,"21,0","37,8","0,9298" -10/05/2004,19.00.00,4,1319.0,-200.0,"24,4",1413.0,204.0,597.0,135.0,2050.0,1329.0,"19,2","45,7","1,0084" -10/05/2004,20.00.00,3,1160.0,-200.0,"16,3",1189.0,167.0,698.0,122.0,1824.0,1151.0,"17,7","50,9","1,0232" -10/05/2004,21.00.00,"2,1",1084.0,-200.0,"12,4",1063.0,128.0,775.0,109.0,1703.0,1031.0,"16,8","53,6","1,0167" -10/05/2004,22.00.00,"1,7",1025.0,-200.0,"9,6",963.0,106.0,842.0,95.0,1621.0,917.0,"15,8","56,2","1,0033" -10/05/2004,23.00.00,"1,1",953.0,-200.0,"6,4",830.0,88.0,986.0,86.0,1521.0,860.0,"16,0","56,5","1,0166" -11/05/2004,00.00.00,"0,9",959.0,-200.0,"6,0",812.0,77.0,961.0,78.0,1518.0,910.0,"14,2","64,1","1,0346" -11/05/2004,01.00.00,"0,4",834.0,-200.0,"2,8",637.0,36.0,1187.0,53.0,1362.0,699.0,"15,0","59,8","1,0142" -11/05/2004,02.00.00,"0,2",787.0,-200.0,"1,6",549.0,28.0,1366.0,43.0,1317.0,596.0,"14,3","61,9","1,0031" -11/05/2004,03.00.00,"0,2",799.0,-200.0,"1,6",555.0,-200.0,1327.0,-200.0,1320.0,643.0,"12,8","66,0","0,9690" -11/05/2004,04.00.00,-200,807.0,-200.0,"1,8",571.0,46.0,1305.0,53.0,1335.0,704.0,"11,4","70,5","0,9484" -11/05/2004,05.00.00,"0,6",866.0,-200.0,"3,6",686.0,55.0,1135.0,48.0,1405.0,741.0,"12,0","68,0","0,9547" -11/05/2004,06.00.00,"1,4",1035.0,-200.0,"8,4",917.0,135.0,882.0,64.0,1606.0,968.0,"11,3","70,4","0,9443" -11/05/2004,07.00.00,"4,6",1469.0,-200.0,"27,5",1491.0,327.0,555.0,95.0,2301.0,1561.0,"12,7","65,6","0,9620" -11/05/2004,08.00.00,"5,5",1553.0,-200.0,"31,0",1575.0,383.0,508.0,120.0,2423.0,1779.0,"14,5","59,8","0,9795" -11/05/2004,09.00.00,"4,8",1513.0,-200.0,"26,0",1455.0,366.0,554.0,153.0,2182.0,1822.0,"17,5","49,8","0,9877" -11/05/2004,10.00.00,"4,5",1395.0,-200.0,"22,6",1368.0,322.0,605.0,163.0,2032.0,1675.0,"21,9","35,2","0,9128" -11/05/2004,11.00.00,3,1209.0,-200.0,"18,3",1248.0,188.0,712.0,119.0,1891.0,1295.0,"23,5","29,5","0,8435" -11/05/2004,12.00.00,"2,5",1142.0,-200.0,"13,9",1115.0,144.0,776.0,96.0,1735.0,1091.0,"24,3","29,8","0,8926" -11/05/2004,13.00.00,"2,3",1140.0,-200.0,"14,4",1129.0,132.0,765.0,94.0,1728.0,1023.0,"23,8","31,7","0,9212" -11/05/2004,14.00.00,2,1105.0,-200.0,"11,6",1035.0,117.0,826.0,86.0,1643.0,877.0,"24,2","31,2","0,9257" -11/05/2004,15.00.00,"1,9",1131.0,-200.0,"12,2",1058.0,121.0,824.0,91.0,1664.0,931.0,"26,5","27,2","0,9282" -11/05/2004,16.00.00,"1,9",1162.0,-200.0,"12,4",1064.0,124.0,832.0,97.0,1675.0,913.0,"25,7","28,4","0,9248" -11/05/2004,17.00.00,"3,5",1336.0,-200.0,"21,1",1326.0,188.0,674.0,125.0,1923.0,1255.0,"26,3","27,5","0,9306" -11/05/2004,18.00.00,"4,6",1533.0,-200.0,"29,9",1549.0,226.0,573.0,140.0,2233.0,1571.0,"24,4","31,6","0,9545" -11/05/2004,19.00.00,"6,3",1650.0,-200.0,"34,3",1649.0,266.0,528.0,158.0,2345.0,1779.0,"23,1","35,3","0,9845" -11/05/2004,20.00.00,5,1535.0,-200.0,"26,1",1458.0,269.0,568.0,159.0,2120.0,1735.0,"21,1","40,2","0,9970" -11/05/2004,21.00.00,"3,3",1382.0,-200.0,"18,1",1243.0,183.0,632.0,128.0,1941.0,1511.0,"19,2","52,3","1,1516" -11/05/2004,22.00.00,"2,7",1335.0,-200.0,"14,2",1122.0,167.0,673.0,114.0,1840.0,1424.0,"18,1","58,7","1,2072" -11/05/2004,23.00.00,"2,2",1267.0,-200.0,"12,4",1064.0,138.0,706.0,100.0,1766.0,1348.0,"17,3","58,8","1,1494" -12/05/2004,00.00.00,"1,7",1122.0,-200.0,"8,7",926.0,105.0,805.0,88.0,1619.0,1174.0,"16,9","58,8","1,1250" -12/05/2004,01.00.00,"0,8",986.0,-200.0,"5,2",771.0,54.0,964.0,67.0,1518.0,947.0,"17,6","57,6","1,1484" -12/05/2004,02.00.00,"0,8",966.0,-200.0,"4,6",744.0,58.0,967.0,65.0,1511.0,935.0,"15,6","63,9","1,1287" -12/05/2004,03.00.00,"0,6",919.0,-200.0,"3,1",661.0,-200.0,1089.0,-200.0,1468.0,838.0,"14,9","65,7","1,1073" -12/05/2004,04.00.00,-200,872.0,-200.0,"2,7",632.0,37.0,1132.0,47.0,1403.0,768.0,"15,6","62,2","1,0961" -12/05/2004,05.00.00,"0,8",967.0,-200.0,"4,7",749.0,84.0,996.0,57.0,1517.0,881.0,"14,0","68,3","1,0884" -12/05/2004,06.00.00,"1,5",1152.0,-200.0,"9,6",964.0,134.0,800.0,73.0,1705.0,1096.0,"14,5","65,7","1,0804" -12/05/2004,07.00.00,"4,1",1500.0,-200.0,"23,6",1393.0,279.0,560.0,95.0,2163.0,1495.0,"15,5","62,2","1,0875" -12/05/2004,08.00.00,"5,9",1754.0,-200.0,"37,4",1716.0,333.0,452.0,110.0,2667.0,1895.0,"17,0","56,8","1,0909" -12/05/2004,09.00.00,"5,1",1558.0,-200.0,"26,6",1469.0,336.0,525.0,121.0,2281.0,1758.0,"18,8","52,4","1,1285" -12/05/2004,10.00.00,"3,9",1446.0,-200.0,"22,0",1350.0,280.0,568.0,108.0,2140.0,1630.0,"19,7","51,9","1,1796" -12/05/2004,11.00.00,"3,4",1349.0,-200.0,"17,9",1236.0,275.0,627.0,125.0,1964.0,1530.0,"20,9","44,6","1,0872" -12/05/2004,12.00.00,"3,3",1452.0,-200.0,"22,7",1371.0,207.0,576.0,117.0,2138.0,1622.0,"21,9","43,3","1,1265" -12/05/2004,13.00.00,"5,1",1676.0,-200.0,"29,3",1534.0,305.0,496.0,131.0,2413.0,1828.0,"20,4","55,7","1,3205" -12/05/2004,14.00.00,"3,1",1327.0,-200.0,"14,7",1139.0,236.0,658.0,126.0,1894.0,1323.0,"17,4","67,0","1,3250" -12/05/2004,15.00.00,"2,5",1248.0,-200.0,"12,6",1072.0,183.0,713.0,114.0,1797.0,1188.0,"17,1","64,0","1,2413" -12/05/2004,16.00.00,"2,4",1250.0,-200.0,"12,7",1074.0,162.0,724.0,123.0,1806.0,1166.0,"17,3","61,1","1,1957" -12/05/2004,17.00.00,"2,8",1222.0,-200.0,"13,0",1084.0,157.0,727.0,116.0,1797.0,1108.0,"17,7","56,3","1,1300" -12/05/2004,18.00.00,"2,9",1159.0,-200.0,"13,4",1097.0,136.0,748.0,107.0,1709.0,995.0,"17,4","48,6","0,9559" -12/05/2004,19.00.00,"3,4",1192.0,-200.0,"14,8",1143.0,166.0,740.0,123.0,1767.0,1108.0,"17,6","43,7","0,8698" -12/05/2004,20.00.00,"2,2",1074.0,-200.0,"9,4",954.0,136.0,846.0,112.0,1570.0,956.0,"16,7","47,2","0,8920" -12/05/2004,21.00.00,"1,6",984.0,-200.0,"6,9",851.0,112.0,959.0,101.0,1452.0,817.0,"16,8","45,6","0,8636" -12/05/2004,22.00.00,"1,3",970.0,-200.0,"5,2",773.0,87.0,1026.0,91.0,1425.0,658.0,"16,1","52,0","0,9460" -12/05/2004,23.00.00,"1,3",987.0,-200.0,"5,7",800.0,86.0,989.0,88.0,1462.0,658.0,"15,5","57,1","0,9960" -13/05/2004,00.00.00,"1,6",1003.0,-200.0,"6,5",836.0,98.0,949.0,96.0,1455.0,748.0,"16,2","50,2","0,9156" -13/05/2004,01.00.00,"1,2",933.0,-200.0,"4,7",747.0,62.0,1045.0,75.0,1405.0,569.0,"16,4","50,5","0,9380" -13/05/2004,02.00.00,"0,6",859.0,-200.0,"2,5",620.0,32.0,1201.0,47.0,1316.0,445.0,"16,2","52,8","0,9626" -13/05/2004,03.00.00,"0,4",815.0,-200.0,"1,4",538.0,-200.0,1412.0,-200.0,1272.0,379.0,"16,0","53,7","0,9723" -13/05/2004,04.00.00,-200,792.0,-200.0,"1,0",501.0,21.0,1554.0,25.0,1252.0,354.0,"16,2","53,0","0,9672" -13/05/2004,05.00.00,"0,4",835.0,-200.0,"1,7",560.0,41.0,1409.0,49.0,1317.0,407.0,"16,2","53,7","0,9799" -13/05/2004,06.00.00,1,975.0,-200.0,"4,5",736.0,86.0,1069.0,85.0,1459.0,611.0,"15,9","55,3","0,9910" -13/05/2004,07.00.00,2,1133.0,-200.0,"9,4",957.0,174.0,815.0,106.0,1652.0,944.0,"16,2","55,6","1,0151" -13/05/2004,08.00.00,"3,6",1347.0,-200.0,"17,9",1237.0,264.0,645.0,136.0,1984.0,1328.0,"16,0","59,3","1,0711" -13/05/2004,09.00.00,"2,4",1122.0,-200.0,"10,6",1000.0,211.0,783.0,119.0,1663.0,1085.0,"16,6","55,6","1,0420" -13/05/2004,10.00.00,"2,4",1152.0,-200.0,"11,0",1014.0,208.0,774.0,122.0,1714.0,1139.0,"17,4","51,8","1,0220" -13/05/2004,11.00.00,"1,6",1020.0,-200.0,"7,2",866.0,139.0,907.0,90.0,1554.0,799.0,"17,6","49,7","0,9944" -13/05/2004,12.00.00,"1,9",1066.0,-200.0,"8,7",927.0,138.0,846.0,97.0,1608.0,804.0,"17,2","52,8","1,0236" -13/05/2004,13.00.00,"2,4",1105.0,-200.0,"11,1",1016.0,142.0,789.0,98.0,1736.0,930.0,"18,2","49,6","1,0268" -13/05/2004,14.00.00,"1,7",1056.0,-200.0,"7,9",894.0,131.0,891.0,93.0,1576.0,771.0,"19,5","45,0","1,0114" -13/05/2004,15.00.00,"2,1",1084.0,-200.0,"9,8",970.0,132.0,818.0,98.0,1626.0,845.0,"19,5","45,5","1,0189" -13/05/2004,16.00.00,"3,1",1288.0,-200.0,"16,4",1191.0,178.0,691.0,123.0,1910.0,1192.0,"19,8","44,3","1,0104" -13/05/2004,17.00.00,"4,6",1390.0,-200.0,"22,6",1368.0,228.0,605.0,148.0,2092.0,1494.0,"20,3","43,1","1,0114" -13/05/2004,18.00.00,"4,5",1374.0,-200.0,"20,2",1303.0,232.0,636.0,148.0,2036.0,1457.0,"20,3","44,4","1,0457" -13/05/2004,19.00.00,"3,9",1378.0,-200.0,"21,7",1342.0,204.0,612.0,133.0,2076.0,1489.0,"19,8","47,9","1,0920" -13/05/2004,20.00.00,"4,6",1428.0,-200.0,"21,2",1329.0,250.0,594.0,141.0,2102.0,1602.0,"19,1","52,3","1,1486" -13/05/2004,21.00.00,"3,3",1336.0,-200.0,"15,9",1176.0,208.0,656.0,131.0,1891.0,1468.0,"18,2","54,7","1,1336" -13/05/2004,22.00.00,"2,7",1234.0,-200.0,"12,0",1049.0,158.0,746.0,121.0,1733.0,1274.0,"17,8","55,0","1,1097" -13/05/2004,23.00.00,"3,3",1300.0,-200.0,"17,4",1221.0,197.0,648.0,123.0,1946.0,1401.0,"17,5","56,4","1,1175" -14/05/2004,00.00.00,"2,5",1246.0,-200.0,"15,0",1150.0,152.0,654.0,107.0,1873.0,1354.0,"17,3","57,8","1,1298" -14/05/2004,01.00.00,"2,1",1141.0,-200.0,"11,1",1017.0,112.0,740.0,104.0,1690.0,1188.0,"16,8","57,5","1,0912" -14/05/2004,02.00.00,"1,3",1014.0,-200.0,"6,9",853.0,75.0,883.0,91.0,1538.0,975.0,"16,3","57,0","1,0484" -14/05/2004,03.00.00,1,938.0,-200.0,"5,1",769.0,-200.0,978.0,-200.0,1463.0,816.0,"16,2","56,3","1,0262" -14/05/2004,04.00.00,-200,988.0,-200.0,"6,1",814.0,74.0,908.0,87.0,1512.0,921.0,"15,5","59,9","1,0498" -14/05/2004,05.00.00,"1,2",983.0,-200.0,"6,5",833.0,116.0,894.0,102.0,1524.0,1012.0,"16,0","58,3","1,0481" -14/05/2004,06.00.00,"1,5",1033.0,-200.0,"8,4",917.0,118.0,882.0,95.0,1617.0,905.0,"17,2","52,3","1,0169" -14/05/2004,07.00.00,"3,7",1388.0,-200.0,"22,8",1372.0,272.0,601.0,140.0,2105.0,1449.0,"18,5","49,4","1,0397" -14/05/2004,08.00.00,-200,1512.0,-200.0,"29,1",1530.0,-200.0,527.0,-200.0,2326.0,1725.0,"20,0","45,6","1,0524" -14/05/2004,09.00.00,"3,3",1148.0,-200.0,"13,6",1104.0,258.0,723.0,138.0,1713.0,1301.0,"21,0","37,9","0,9313" -14/05/2004,10.00.00,"2,5",1095.0,-200.0,"11,1",1019.0,186.0,815.0,113.0,1618.0,1181.0,"22,8","32,4","0,8870" -14/05/2004,11.00.00,"1,9",987.0,-200.0,"10,0",979.0,130.0,923.0,101.0,1515.0,962.0,"25,5","25,6","0,8218" -14/05/2004,12.00.00,2,984.0,-200.0,"10,5",998.0,134.0,905.0,97.0,1523.0,862.0,"25,9","23,6","0,7771" -14/05/2004,13.00.00,"2,5",1072.0,-200.0,"13,0",1084.0,148.0,843.0,114.0,1622.0,1017.0,"27,7","20,8","0,7599" -14/05/2004,14.00.00,"2,1",1048.0,-200.0,"12,5",1068.0,147.0,869.0,110.0,1573.0,993.0,"27,1","21,6","0,7618" -14/05/2004,15.00.00,"2,1",1042.0,-200.0,"11,4",1029.0,123.0,907.0,103.0,1540.0,879.0,"28,4","20,2","0,7697" -14/05/2004,16.00.00,"2,3",1113.0,-200.0,"13,1",1086.0,138.0,882.0,119.0,1584.0,926.0,"28,1","21,9","0,8184" -14/05/2004,17.00.00,3,1146.0,-200.0,"14,9",1145.0,162.0,836.0,126.0,1647.0,1011.0,"27,6","22,3","0,8116" -14/05/2004,18.00.00,"4,1",1239.0,-200.0,"19,1",1272.0,214.0,748.0,144.0,1790.0,1380.0,"25,2","24,3","0,7671" -14/05/2004,19.00.00,"4,5",1302.0,-200.0,"21,8",1346.0,230.0,706.0,164.0,1880.0,1698.0,"24,6","25,1","0,7636" -14/05/2004,20.00.00,"3,5",1181.0,-200.0,"16,1",1183.0,191.0,792.0,148.0,1711.0,1432.0,"23,1","27,2","0,7575" -14/05/2004,21.00.00,"2,1",1068.0,-200.0,"11,6",1037.0,128.0,869.0,119.0,1567.0,1217.0,"22,0","28,6","0,7483" -14/05/2004,22.00.00,"2,3",1135.0,-200.0,"12,4",1065.0,138.0,803.0,111.0,1630.0,1317.0,"20,8","34,5","0,8365" -14/05/2004,23.00.00,"1,9",1121.0,-200.0,"10,4",992.0,126.0,844.0,115.0,1505.0,1255.0,"20,4","35,3","0,8352" -15/05/2004,00.00.00,"1,9",1131.0,-200.0,"9,7",965.0,107.0,843.0,103.0,1520.0,1223.0,"19,1","38,3","0,8381" -15/05/2004,01.00.00,"1,2",947.0,-200.0,"5,7",798.0,67.0,964.0,81.0,1395.0,930.0,"18,0","40,5","0,8271" -15/05/2004,02.00.00,1,935.0,-200.0,"5,4",786.0,55.0,964.0,71.0,1389.0,954.0,"17,4","43,4","0,8553" -15/05/2004,03.00.00,"1,1",941.0,-200.0,"5,6",792.0,-200.0,975.0,-200.0,1397.0,889.0,"14,8","50,6","0,8489" -15/05/2004,04.00.00,-200,867.0,-200.0,"4,4",734.0,48.0,1043.0,58.0,1324.0,808.0,"14,6","51,4","0,8489" -15/05/2004,05.00.00,"0,5",839.0,-200.0,"2,8",638.0,33.0,1171.0,44.0,1271.0,643.0,"15,7","46,9","0,8329" -15/05/2004,06.00.00,"0,6",873.0,-200.0,"3,9",704.0,41.0,1091.0,49.0,1322.0,756.0,"15,3","49,7","0,8552" -15/05/2004,07.00.00,"1,4",1065.0,-200.0,"9,1",942.0,106.0,890.0,68.0,1576.0,1067.0,"16,0","47,4","0,8564" -15/05/2004,08.00.00,"2,6",1187.0,-200.0,"13,6",1104.0,208.0,727.0,108.0,1721.0,1391.0,"17,6","43,3","0,8647" -15/05/2004,09.00.00,"2,8",1249.0,-200.0,"15,8",1174.0,193.0,712.0,117.0,1774.0,1486.0,"20,3","37,4","0,8807" -15/05/2004,10.00.00,"2,6",1157.0,-200.0,"12,7",1072.0,191.0,802.0,127.0,1653.0,1327.0,"23,1","30,3","0,8425" -15/05/2004,11.00.00,"1,6",988.0,-200.0,"8,6",924.0,113.0,1015.0,93.0,1463.0,835.0,"25,0","24,2","0,7568" -15/05/2004,12.00.00,"1,7",1025.0,-200.0,"9,4",955.0,111.0,997.0,94.0,1457.0,834.0,"25,6","23,5","0,7611" -15/05/2004,13.00.00,"1,7",997.0,-200.0,"9,2",947.0,106.0,998.0,87.0,1460.0,815.0,"25,5","22,6","0,7288" -15/05/2004,14.00.00,"1,3",916.0,-200.0,"6,4",829.0,82.0,1124.0,75.0,1333.0,621.0,"26,1","21,1","0,7023" -15/05/2004,15.00.00,"1,4",965.0,-200.0,"8,3",910.0,79.0,1056.0,81.0,1389.0,643.0,"28,2","19,4","0,7303" -15/05/2004,16.00.00,"1,4",985.0,-200.0,"8,1",903.0,90.0,1059.0,86.0,1437.0,712.0,"27,4","20,5","0,7379" -15/05/2004,17.00.00,"1,7",1026.0,-200.0,"8,5",920.0,104.0,1037.0,97.0,1455.0,746.0,"26,0","22,7","0,7532" -15/05/2004,18.00.00,"2,3",1125.0,-200.0,"11,0",1016.0,148.0,910.0,117.0,1564.0,991.0,"23,8","27,1","0,7858" -15/05/2004,19.00.00,"2,5",1159.0,-200.0,"12,1",1054.0,158.0,878.0,120.0,1603.0,1046.0,"23,0","28,7","0,7976" -15/05/2004,20.00.00,"3,3",1284.0,-200.0,"15,0",1149.0,234.0,780.0,149.0,1725.0,1304.0,"21,7","31,8","0,8191" -15/05/2004,21.00.00,"2,2",1101.0,-200.0,"10,2",986.0,163.0,852.0,124.0,1574.0,1100.0,"20,9","33,2","0,8098" -15/05/2004,22.00.00,"1,6",1101.0,-200.0,"9,9",972.0,95.0,879.0,97.0,1552.0,1001.0,"20,2","34,3","0,8017" -15/05/2004,23.00.00,"2,6",1183.0,-200.0,"12,0",1049.0,146.0,762.0,112.0,1594.0,1290.0,"19,6","37,0","0,8325" -16/05/2004,00.00.00,"2,3",1132.0,-200.0,"10,5",996.0,102.0,822.0,95.0,1564.0,1205.0,"18,1","40,9","0,8441" -16/05/2004,01.00.00,"1,5",998.0,-200.0,"7,1",859.0,90.0,919.0,88.0,1450.0,1045.0,"17,0","43,3","0,8341" -16/05/2004,02.00.00,"0,9",911.0,-200.0,"4,6",743.0,41.0,1052.0,54.0,1370.0,739.0,"16,7","43,4","0,8193" -16/05/2004,03.00.00,"0,8",875.0,-200.0,"4,2",721.0,-200.0,1083.0,-200.0,1328.0,683.0,"15,9","44,7","0,8009" -16/05/2004,04.00.00,-200,808.0,-200.0,"2,6",630.0,30.0,1234.0,43.0,1256.0,573.0,"15,2","45,5","0,7830" -16/05/2004,05.00.00,"0,4",792.0,-200.0,"2,2",599.0,32.0,1262.0,45.0,1235.0,564.0,"13,5","50,1","0,7706" -16/05/2004,06.00.00,"0,4",822.0,-200.0,"2,0",581.0,34.0,1326.0,47.0,1256.0,602.0,"14,2","49,9","0,8025" -16/05/2004,07.00.00,"0,8",918.0,-200.0,"4,2",721.0,57.0,1069.0,58.0,1353.0,785.0,"13,8","51,4","0,8059" -16/05/2004,08.00.00,"0,9",975.0,-200.0,"5,2",774.0,73.0,1001.0,69.0,1393.0,878.0,"16,3","45,1","0,8286" -16/05/2004,09.00.00,"1,6",1047.0,-200.0,"8,2",908.0,119.0,913.0,89.0,1458.0,981.0,"19,2","35,4","0,7812" -16/05/2004,10.00.00,2,1053.0,-200.0,"9,8",970.0,138.0,930.0,105.0,1473.0,991.0,"25,5","21,1","0,6770" -16/05/2004,11.00.00,"1,6",1017.0,-200.0,"7,9",897.0,96.0,1013.0,92.0,1400.0,780.0,"28,2","19,0","0,7164" -16/05/2004,12.00.00,"1,4",1021.0,-200.0,"7,7",889.0,80.0,1022.0,82.0,1405.0,684.0,"29,5","19,8","0,8013" -16/05/2004,13.00.00,"0,9",941.0,-200.0,"4,8",753.0,45.0,1173.0,56.0,1311.0,468.0,"30,6","19,4","0,8348" -16/05/2004,14.00.00,"0,9",991.0,-200.0,"5,3",776.0,45.0,1122.0,60.0,1375.0,468.0,"29,9","22,0","0,9181" -16/05/2004,15.00.00,"1,2",1117.0,-200.0,"7,1",862.0,54.0,995.0,64.0,1476.0,530.0,"31,5","21,9","0,9970" -16/05/2004,16.00.00,"1,4",1217.0,-200.0,"9,2",947.0,66.0,887.0,85.0,1566.0,648.0,"31,2","24,6","1,0987" -16/05/2004,17.00.00,"1,9",1248.0,-200.0,"10,1",982.0,95.0,880.0,107.0,1617.0,746.0,"30,4","26,5","1,1347" -16/05/2004,18.00.00,"1,8",1242.0,-200.0,"9,9",973.0,99.0,856.0,106.0,1632.0,819.0,"26,8","33,5","1,1602" -16/05/2004,19.00.00,"2,7",1403.0,-200.0,"15,1",1151.0,147.0,747.0,125.0,1820.0,1125.0,"25,5","37,4","1,1995" -16/05/2004,20.00.00,"2,4",1238.0,-200.0,"10,6",999.0,129.0,833.0,118.0,1648.0,1013.0,"23,7","39,4","1,1381" -16/05/2004,21.00.00,"1,6",1093.0,-200.0,"7,0",858.0,96.0,975.0,95.0,1495.0,816.0,"22,9","37,0","1,0197" -16/05/2004,22.00.00,"1,4",1034.0,-200.0,"5,9",805.0,92.0,1030.0,97.0,1416.0,750.0,"20,8","36,3","0,8775" -16/05/2004,23.00.00,"1,4",934.0,-200.0,"5,6",795.0,88.0,1098.0,93.0,1328.0,673.0,"20,3","28,5","0,6686" -17/05/2004,00.00.00,"1,4",913.0,-200.0,"5,4",785.0,89.0,1110.0,85.0,1273.0,692.0,"19,6","26,5","0,5974" -17/05/2004,01.00.00,"0,9",835.0,-200.0,"3,7",691.0,52.0,1265.0,67.0,1182.0,517.0,"19,1","25,9","0,5673" -17/05/2004,02.00.00,"0,5",773.0,-200.0,"1,8",568.0,25.0,1474.0,37.0,1113.0,392.0,"18,4","27,6","0,5799" -17/05/2004,03.00.00,"0,4",771.0,-200.0,"1,4",533.0,-200.0,1566.0,-200.0,1110.0,360.0,"17,4","30,2","0,5945" -17/05/2004,04.00.00,-200,805.0,-200.0,"1,4",534.0,28.0,1454.0,40.0,1112.0,409.0,"16,3","34,1","0,6257" -17/05/2004,05.00.00,"0,5",930.0,-200.0,"3,5",684.0,65.0,1059.0,75.0,1220.0,779.0,"15,8","36,5","0,6535" -17/05/2004,06.00.00,"1,3",1009.0,-200.0,"7,0",859.0,132.0,944.0,102.0,1420.0,1016.0,"16,0","38,1","0,6879" -17/05/2004,07.00.00,"2,6",1196.0,-200.0,"14,4",1131.0,216.0,775.0,113.0,1675.0,1243.0,"17,6","35,0","0,6965" -17/05/2004,08.00.00,2,1010.0,-200.0,"8,9",937.0,180.0,945.0,142.0,1444.0,949.0,"18,5","31,2","0,6611" -17/05/2004,09.00.00,"1,8",990.0,-200.0,"8,6",924.0,140.0,974.0,90.0,1404.0,861.0,"19,8","28,5","0,6520" -17/05/2004,10.00.00,"1,7",988.0,-200.0,"8,5",918.0,141.0,1007.0,94.0,1393.0,850.0,"22,3","24,1","0,6394" -17/05/2004,11.00.00,"1,5",979.0,-200.0,"8,3",910.0,123.0,1028.0,92.0,1396.0,788.0,"24,2","21,7","0,6451" -17/05/2004,12.00.00,"1,9",1029.0,-200.0,"10,1",983.0,129.0,950.0,97.0,1470.0,879.0,"25,1","20,8","0,6516" -17/05/2004,13.00.00,"1,7",984.0,-200.0,"9,1",945.0,115.0,990.0,88.0,1423.0,747.0,"25,8","19,5","0,6392" -17/05/2004,14.00.00,"1,5",985.0,-200.0,"8,5",919.0,104.0,1028.0,86.0,1387.0,700.0,"26,3","18,9","0,6344" -17/05/2004,15.00.00,"1,7",981.0,-200.0,"7,7",886.0,129.0,1054.0,99.0,1363.0,695.0,"25,8","18,6","0,6080" -17/05/2004,16.00.00,"1,7",1020.0,-200.0,"9,0",941.0,138.0,1016.0,95.0,1425.0,756.0,"25,7","19,4","0,6304" -17/05/2004,17.00.00,"2,4",1106.0,-200.0,"13,4",1097.0,135.0,902.0,105.0,1552.0,941.0,"26,7","17,1","0,5909" -17/05/2004,18.00.00,"3,1",1153.0,-200.0,"15,6",1168.0,163.0,842.0,121.0,1644.0,1021.0,"24,3","19,8","0,5933" -17/05/2004,19.00.00,"3,4",1215.0,-200.0,"17,8",1234.0,180.0,796.0,125.0,1735.0,1167.0,"23,5","20,8","0,5937" -17/05/2004,20.00.00,3,1094.0,-200.0,"12,7",1072.0,170.0,888.0,122.0,1545.0,1105.0,"22,0","24,0","0,6263" -17/05/2004,21.00.00,"1,2",944.0,-200.0,"6,4",832.0,72.0,1072.0,81.0,1350.0,712.0,"21,1","26,2","0,6481" -17/05/2004,22.00.00,"1,2",964.0,-200.0,"7,1",861.0,69.0,1014.0,73.0,1398.0,735.0,"20,9","28,8","0,7014" -17/05/2004,23.00.00,"1,3",1003.0,-200.0,"7,4",872.0,79.0,988.0,80.0,1439.0,851.0,"20,2","31,2","0,7304" -18/05/2004,00.00.00,1,914.0,-200.0,"5,2",774.0,53.0,1091.0,65.0,1323.0,706.0,"20,0","31,5","0,7262" -18/05/2004,01.00.00,"0,4",839.0,-200.0,"2,4",609.0,36.0,1276.0,59.0,1286.0,643.0,"20,8","32,3","0,7813" -18/05/2004,02.00.00,"0,3",830.0,-200.0,"2,0",582.0,30.0,1310.0,50.0,1264.0,608.0,"20,0","34,5","0,7954" -18/05/2004,03.00.00,"0,2",812.0,-200.0,"1,2",521.0,-200.0,1413.0,-200.0,1233.0,469.0,"21,2","32,9","0,8178" -18/05/2004,04.00.00,-200,832.0,-200.0,"1,5",547.0,15.0,1320.0,23.0,1254.0,469.0,"18,3","40,0","0,8345" -18/05/2004,05.00.00,"0,5",903.0,-200.0,"3,1",656.0,38.0,1155.0,37.0,1361.0,618.0,"17,0","44,6","0,8593" -18/05/2004,06.00.00,"0,9",1022.0,-200.0,"6,3",825.0,68.0,931.0,54.0,1487.0,931.0,"17,1","45,3","0,8784" -18/05/2004,07.00.00,"2,7",1378.0,-200.0,"19,3",1277.0,192.0,628.0,94.0,1970.0,1519.0,"17,1","46,5","0,9010" -18/05/2004,08.00.00,"6,5",1745.0,-200.0,"38,9",1748.0,346.0,484.0,139.0,2605.0,2054.0,"18,8","39,7","0,8547" -18/05/2004,09.00.00,"3,2",1326.0,-200.0,"14,6",1137.0,225.0,719.0,115.0,1760.0,1550.0,"20,3","38,1","0,8946" -18/05/2004,10.00.00,"2,4",1215.0,-200.0,"12,3",1062.0,199.0,794.0,119.0,1650.0,1381.0,"25,3","27,0","0,8565" -18/05/2004,11.00.00,"1,9",1138.0,-200.0,"11,0",1015.0,140.0,854.0,103.0,1604.0,1115.0,"27,4","22,8","0,8219" -18/05/2004,12.00.00,"2,7",1244.0,-200.0,"15,4",1162.0,162.0,765.0,123.0,1735.0,1189.0,"30,0","20,0","0,8338" -18/05/2004,13.00.00,"2,9",1261.0,-200.0,"17,0",1210.0,173.0,736.0,126.0,1769.0,1200.0,"30,9","19,1","0,8394" -18/05/2004,14.00.00,2,1182.0,-200.0,"12,5",1066.0,121.0,818.0,106.0,1663.0,965.0,"30,6","20,2","0,8719" -18/05/2004,15.00.00,"2,3",1208.0,-200.0,"13,8",1111.0,133.0,783.0,127.0,1653.0,1018.0,"32,2","18,9","0,8964" -18/05/2004,16.00.00,"1,9",1158.0,-200.0,"10,1",981.0,96.0,862.0,105.0,1573.0,775.0,"31,7","19,5","0,8981" -18/05/2004,17.00.00,3,1346.0,-200.0,"19,3",1278.0,141.0,701.0,130.0,1873.0,1193.0,"30,9","20,5","0,8996" -18/05/2004,18.00.00,"4,4",1443.0,-200.0,"22,7",1371.0,221.0,664.0,160.0,1988.0,1425.0,"27,5","24,7","0,8899" -18/05/2004,19.00.00,"4,7",1440.0,-200.0,"25,5",1443.0,232.0,635.0,162.0,2068.0,1594.0,"25,8","27,0","0,8821" -18/05/2004,20.00.00,"3,4",1232.0,-200.0,"15,8",1173.0,174.0,751.0,135.0,1750.0,1284.0,"23,7","30,0","0,8633" -18/05/2004,21.00.00,"2,4",1159.0,-200.0,"12,3",1061.0,138.0,812.0,122.0,1648.0,1174.0,"22,2","33,4","0,8806" -18/05/2004,22.00.00,"1,2",1081.0,-200.0,"8,7",929.0,65.0,910.0,75.0,1518.0,937.0,"21,1","36,5","0,9019" -18/05/2004,23.00.00,"1,7",1083.0,-200.0,"8,3",911.0,107.0,883.0,96.0,1507.0,985.0,"20,2","38,6","0,9016" -19/05/2004,00.00.00,"1,2",1069.0,-200.0,"7,7",887.0,70.0,859.0,84.0,1542.0,1041.0,"19,3","43,0","0,9535" -19/05/2004,01.00.00,"0,7",940.0,-200.0,"4,2",724.0,44.0,1012.0,68.0,1407.0,867.0,"19,2","43,6","0,9591" -19/05/2004,02.00.00,"0,5",901.0,-200.0,"3,0",653.0,41.0,1094.0,65.0,1367.0,822.0,"18,4","45,7","0,9599" -19/05/2004,03.00.00,"0,3",848.0,-200.0,"1,8",571.0,-200.0,1224.0,-200.0,1297.0,624.0,"18,7","44,3","0,9453" -19/05/2004,04.00.00,-200,846.0,-200.0,"2,2",598.0,33.0,1211.0,52.0,1332.0,669.0,"16,3","51,4","0,9468" -19/05/2004,05.00.00,"0,3",848.0,-200.0,"2,2",598.0,32.0,1219.0,46.0,1318.0,628.0,"17,0","49,2","0,9459" -19/05/2004,06.00.00,"0,7",980.0,-200.0,"5,7",800.0,46.0,983.0,54.0,1462.0,810.0,"16,4","52,1","0,9612" -19/05/2004,07.00.00,"3,1",1408.0,-200.0,"20,9",1321.0,173.0,618.0,94.0,2044.0,1495.0,"16,4","53,4","0,9863" -19/05/2004,08.00.00,"6,2",1716.0,-200.0,"36,7",1701.0,320.0,490.0,155.0,2545.0,2018.0,"18,6","46,8","0,9900" -19/05/2004,09.00.00,"4,6",1475.0,-200.0,"22,0",1351.0,294.0,625.0,165.0,2006.0,1696.0,"21,0","41,1","1,0104" -19/05/2004,10.00.00,"2,6",1262.0,-200.0,"13,4",1096.0,182.0,772.0,134.0,1711.0,1340.0,"26,4","28,9","0,9785" -19/05/2004,11.00.00,"2,1",1156.0,-200.0,"11,5",1034.0,154.0,813.0,122.0,1640.0,1123.0,"27,7","26,3","0,9652" -19/05/2004,12.00.00,2,1192.0,-200.0,"13,4",1097.0,118.0,796.0,113.0,1688.0,971.0,"30,1","22,1","0,9281" -19/05/2004,13.00.00,"2,2",1233.0,-200.0,"15,2",1154.0,116.0,746.0,115.0,1740.0,1000.0,"31,0","22,9","1,0144" -19/05/2004,14.00.00,"2,1",1208.0,-200.0,"13,0",1083.0,121.0,792.0,118.0,1702.0,891.0,"31,0","22,6","1,0012" -19/05/2004,15.00.00,"2,3",1215.0,-200.0,"14,0",1116.0,116.0,784.0,125.0,1715.0,852.0,"31,6","21,0","0,9590" -19/05/2004,16.00.00,"2,5",1251.0,-200.0,"15,5",1165.0,144.0,747.0,135.0,1774.0,975.0,"30,4","24,7","1,0526" -19/05/2004,17.00.00,"3,4",1358.0,-200.0,"19,3",1278.0,176.0,689.0,149.0,1899.0,1192.0,"28,8","26,3","1,0271" -19/05/2004,18.00.00,"4,3",1379.0,-200.0,"21,9",1349.0,214.0,645.0,162.0,1961.0,1373.0,"26,4","30,1","1,0204" -19/05/2004,19.00.00,"3,8",1379.0,-200.0,"21,1",1326.0,191.0,659.0,151.0,1961.0,1307.0,"24,7","31,5","0,9672" -19/05/2004,20.00.00,"3,8",1373.0,-200.0,"18,4",1252.0,205.0,670.0,154.0,1889.0,1325.0,"22,9","36,5","1,0083" -19/05/2004,21.00.00,2,1197.0,-200.0,"9,3",950.0,110.0,823.0,118.0,1592.0,918.0,"20,8","41,8","1,0155" -19/05/2004,22.00.00,"1,7",1238.0,-200.0,"9,0",940.0,95.0,815.0,103.0,1622.0,877.0,"19,7","47,1","1,0666" -19/05/2004,23.00.00,2,1255.0,-200.0,"9,6",963.0,126.0,781.0,122.0,1665.0,1024.0,"18,9","52,2","1,1313" -20/05/2004,00.00.00,"1,5",1164.0,-200.0,"8,2",908.0,90.0,821.0,102.0,1574.0,1019.0,"18,5","50,1","1,0539" -20/05/2004,01.00.00,"0,8",1046.0,-200.0,"5,8",803.0,48.0,900.0,73.0,1490.0,823.0,"18,0","53,0","1,0832" -20/05/2004,02.00.00,"0,5",956.0,-200.0,"3,1",661.0,38.0,1043.0,59.0,1398.0,701.0,"18,4","51,7","1,0819" -20/05/2004,03.00.00,"0,3",885.0,-200.0,"1,7",565.0,-200.0,1217.0,-200.0,1329.0,542.0,"19,8","46,2","1,0560" -20/05/2004,04.00.00,-200,877.0,-200.0,"1,6",549.0,14.0,1265.0,26.0,1317.0,463.0,"19,6","47,7","1,0736" -20/05/2004,05.00.00,"0,3",925.0,-200.0,"2,3",609.0,26.0,1168.0,35.0,1363.0,533.0,"17,3","54,1","1,0582" -20/05/2004,06.00.00,"0,9",1086.0,-200.0,"6,6",837.0,83.0,885.0,68.0,1553.0,906.0,"15,8","59,0","1,0495" -20/05/2004,07.00.00,"2,8",1490.0,-200.0,"19,6",1286.0,188.0,593.0,97.0,2053.0,1447.0,"16,6","55,9","1,0486" -20/05/2004,08.00.00,"5,4",1763.0,-200.0,"32,9",1617.0,253.0,489.0,146.0,2503.0,1835.0,"18,7","52,8","1,1279" -20/05/2004,09.00.00,4,1462.0,-200.0,"18,1",1242.0,149.0,637.0,83.0,1961.0,1552.0,"20,7","46,4","1,1227" -20/05/2004,10.00.00,"2,2",1232.0,-200.0,"12,4",1062.0,155.0,787.0,117.0,1707.0,1092.0,"26,1","30,0","0,9972" -20/05/2004,11.00.00,"2,2",1239.0,-200.0,"12,5",1067.0,146.0,779.0,117.0,1702.0,1071.0,"28,6","25,8","0,9989" -20/05/2004,12.00.00,2,1218.0,-200.0,"12,0",1051.0,121.0,796.0,108.0,1689.0,881.0,"30,3","23,3","0,9869" -20/05/2004,13.00.00,2,1235.0,-200.0,"13,3",1094.0,111.0,756.0,107.0,1729.0,907.0,"31,3","22,3","1,0043" -20/05/2004,14.00.00,"1,9",1196.0,-200.0,"12,3",1061.0,116.0,791.0,120.0,1649.0,899.0,"31,1","22,3","0,9888" -20/05/2004,15.00.00,"2,7",1288.0,-200.0,"16,0",1179.0,167.0,717.0,150.0,1799.0,1074.0,"32,4","20,4","0,9732" -20/05/2004,16.00.00,"2,2",1248.0,-200.0,"13,7",1108.0,145.0,772.0,138.0,1701.0,969.0,"32,6","19,3","0,9350" -20/05/2004,17.00.00,"3,5",1401.0,-200.0,"21,7",1342.0,192.0,663.0,148.0,1959.0,1267.0,"31,2","20,3","0,9064" -20/05/2004,18.00.00,"4,1",1401.0,-200.0,"23,7",1396.0,231.0,645.0,168.0,2009.0,1402.0,"27,7","24,8","0,9106" -20/05/2004,19.00.00,"4,4",1444.0,-200.0,"22,1",1354.0,248.0,655.0,172.0,1956.0,1437.0,"25,7","27,9","0,9080" -20/05/2004,20.00.00,"4,5",1379.0,-200.0,"20,6",1312.0,267.0,683.0,179.0,1870.0,1382.0,"24,1","29,9","0,8879" -20/05/2004,21.00.00,"2,9",1251.0,-200.0,"13,4",1097.0,181.0,771.0,143.0,1680.0,1280.0,"22,2","34,4","0,9072" -20/05/2004,22.00.00,"2,6",1269.0,-200.0,"12,8",1077.0,163.0,773.0,137.0,1706.0,1250.0,"20,7","38,0","0,9149" -20/05/2004,23.00.00,"2,1",1242.0,-200.0,"12,3",1060.0,141.0,745.0,117.0,1693.0,1359.0,"20,2","42,8","0,9983" -21/05/2004,00.00.00,"1,2",1045.0,-200.0,"6,8",850.0,78.0,889.0,93.0,1506.0,1102.0,"20,5","42,0","1,0004" -21/05/2004,01.00.00,"0,6",937.0,-200.0,"3,8",698.0,42.0,1039.0,64.0,1382.0,768.0,"20,1","42,0","0,9763" -21/05/2004,02.00.00,"0,3",875.0,-200.0,"2,5",622.0,35.0,1167.0,58.0,1331.0,656.0,"20,0","41,5","0,9571" -21/05/2004,03.00.00,"0,3",889.0,-200.0,"2,7",633.0,-200.0,1123.0,-200.0,1344.0,683.0,"16,3","51,6","0,9461" -21/05/2004,04.00.00,-200,888.0,-200.0,"2,8",640.0,33.0,1089.0,47.0,1330.0,670.0,"16,5","50,2","0,9320" -21/05/2004,05.00.00,"0,3",881.0,-200.0,"2,6",624.0,38.0,1135.0,47.0,1319.0,656.0,"16,4","50,2","0,9310" -21/05/2004,06.00.00,"0,7",998.0,-200.0,"7,0",856.0,65.0,894.0,62.0,1488.0,926.0,"14,9","54,7","0,9203" -21/05/2004,07.00.00,"4,2",1517.0,-200.0,"26,2",1460.0,296.0,551.0,113.0,2205.0,1677.0,"16,4","51,3","0,9474" -21/05/2004,08.00.00,"4,8",1522.0,-200.0,"28,2",1509.0,303.0,543.0,126.0,2275.0,1828.0,"18,2","46,2","0,9575" -21/05/2004,09.00.00,"3,4",1417.0,-200.0,"20,2",1303.0,244.0,635.0,139.0,1964.0,1752.0,"20,7","40,0","0,9639" -21/05/2004,10.00.00,"2,8",1329.0,-200.0,"17,1",1214.0,216.0,700.0,148.0,1845.0,1581.0,"26,5","27,0","0,9217" -21/05/2004,11.00.00,"1,8",1203.0,-200.0,"11,2",1023.0,137.0,825.0,117.0,1622.0,1132.0,"28,5","23,8","0,9150" -21/05/2004,12.00.00,"1,9",1234.0,-200.0,"11,6",1037.0,120.0,788.0,106.0,1658.0,1037.0,"29,7","23,7","0,9714" -21/05/2004,13.00.00,2,1286.0,-200.0,"13,2",1090.0,100.0,750.0,98.0,1719.0,1023.0,"31,7","21,7","0,9966" -21/05/2004,14.00.00,"1,9",1298.0,-200.0,"12,7",1075.0,103.0,749.0,98.0,1690.0,1022.0,"31,7","21,5","0,9902" -21/05/2004,15.00.00,2,1308.0,-200.0,"13,0",1084.0,123.0,757.0,110.0,1724.0,989.0,"32,8","19,5","0,9515" -21/05/2004,16.00.00,"2,3",1276.0,-200.0,"13,5",1099.0,136.0,783.0,114.0,1680.0,925.0,"32,5","18,6","0,8948" -21/05/2004,17.00.00,"2,7",1234.0,-200.0,"10,2",985.0,158.0,815.0,122.0,1572.0,795.0,"30,2","22,6","0,9524" -21/05/2004,18.00.00,"3,6",1419.0,-200.0,"20,1",1300.0,216.0,670.0,155.0,1923.0,1263.0,"27,6","25,7","0,9382" -21/05/2004,19.00.00,"3,8",1325.0,-200.0,"19,1",1273.0,211.0,716.0,145.0,1815.0,1184.0,"25,9","24,9","0,8195" -21/05/2004,20.00.00,"3,5",1346.0,-200.0,"17,5",1224.0,202.0,715.0,146.0,1794.0,1272.0,"23,9","29,4","0,8589" -21/05/2004,21.00.00,"2,5",1241.0,-200.0,"13,8",1110.0,147.0,772.0,130.0,1698.0,1177.0,"22,3","32,1","0,8515" -21/05/2004,22.00.00,"2,5",1274.0,-200.0,"13,3",1094.0,160.0,771.0,126.0,1682.0,1231.0,"20,5","35,9","0,8565" -21/05/2004,23.00.00,3,1321.0,-200.0,"14,8",1144.0,162.0,732.0,127.0,1745.0,1243.0,"19,8","37,2","0,8509" -22/05/2004,00.00.00,"3,7",1424.0,-200.0,"18,0",1240.0,194.0,662.0,126.0,1841.0,1427.0,"19,1","41,9","0,9158" -22/05/2004,01.00.00,"3,3",1357.0,-200.0,"16,0",1178.0,167.0,674.0,124.0,1782.0,1454.0,"17,8","46,1","0,9344" -22/05/2004,02.00.00,"1,5",1123.0,-200.0,"9,7",966.0,91.0,770.0,93.0,1594.0,1183.0,"17,6","47,6","0,9465" -22/05/2004,03.00.00,"0,7",1003.0,-200.0,"6,2",820.0,-200.0,902.0,-200.0,1455.0,908.0,"17,9","46,3","0,9394" -22/05/2004,04.00.00,-200,951.0,-200.0,"4,0",713.0,42.0,994.0,58.0,1385.0,821.0,"16,9","49,8","0,9544" -22/05/2004,05.00.00,"0,5",941.0,-200.0,"3,6",687.0,50.0,1024.0,59.0,1374.0,777.0,"15,8","53,8","0,9615" -22/05/2004,06.00.00,"0,5",986.0,-200.0,"4,6",745.0,61.0,959.0,66.0,1426.0,888.0,"16,5","53,5","0,9928" -22/05/2004,07.00.00,"1,2",1153.0,-200.0,"9,2",947.0,107.0,795.0,80.0,1643.0,1076.0,"17,2","52,9","1,0276" -22/05/2004,08.00.00,"2,2",1323.0,-200.0,"14,6",1137.0,139.0,696.0,94.0,1846.0,1285.0,"19,3","48,3","1,0723" -22/05/2004,09.00.00,"2,2",1315.0,-200.0,"11,7",1040.0,165.0,743.0,102.0,1740.0,1315.0,"20,6","47,1","1,1287" -22/05/2004,10.00.00,"2,1",1303.0,-200.0,"11,0",1015.0,139.0,777.0,96.0,1731.0,1250.0,"23,7","40,0","1,1530" -22/05/2004,11.00.00,"1,8",1238.0,-200.0,"11,6",1037.0,113.0,813.0,91.0,1698.0,978.0,"25,6","32,5","1,0530" -22/05/2004,12.00.00,"2,2",1259.0,-200.0,"12,9",1080.0,138.0,772.0,104.0,1736.0,1072.0,"27,2","28,1","0,9989" -22/05/2004,13.00.00,2,1246.0,-200.0,"12,6",1070.0,104.0,770.0,84.0,1747.0,1064.0,"27,9","28,1","1,0394" -22/05/2004,14.00.00,"1,4",1154.0,-200.0,"8,3",912.0,78.0,872.0,76.0,1605.0,825.0,"28,3","27,8","1,0539" -22/05/2004,15.00.00,"1,8",1237.0,-200.0,"10,5",997.0,97.0,800.0,87.0,1688.0,924.0,"29,2","27,0","1,0810" -22/05/2004,16.00.00,"2,1",1315.0,-200.0,"11,7",1041.0,115.0,773.0,101.0,1767.0,966.0,"28,9","29,3","1,1503" -22/05/2004,17.00.00,"2,8",1466.0,-200.0,"15,8",1174.0,152.0,680.0,115.0,1965.0,1302.0,"25,4","39,8","1,2771" -22/05/2004,18.00.00,"2,8",1409.0,-200.0,"13,9",1113.0,157.0,710.0,110.0,1850.0,1256.0,"25,2","40,1","1,2642" -22/05/2004,19.00.00,"2,7",1366.0,-200.0,"15,7",1171.0,132.0,693.0,103.0,1933.0,1068.0,"24,5","39,4","1,1963" -22/05/2004,20.00.00,"1,8",1241.0,-200.0,"10,9",1011.0,98.0,781.0,90.0,1748.0,1070.0,"22,3","45,4","1,2088" -22/05/2004,21.00.00,"1,2",1123.0,-200.0,"6,4",832.0,65.0,930.0,68.0,1565.0,792.0,"21,2","48,3","1,2034" -22/05/2004,22.00.00,"2,6",1321.0,-200.0,"12,7",1075.0,101.0,757.0,85.0,1891.0,1017.0,"20,6","50,5","1,2082" -22/05/2004,23.00.00,"3,1",1397.0,-200.0,"15,3",1159.0,134.0,681.0,100.0,1949.0,1207.0,"20,2","52,9","1,2340" -23/05/2004,00.00.00,"4,1",1507.0,-200.0,"20,5",1311.0,177.0,608.0,114.0,2107.0,1499.0,"19,8","54,5","1,2488" -23/05/2004,01.00.00,"3,6",1405.0,-200.0,"15,9",1177.0,179.0,660.0,108.0,1931.0,1474.0,"19,5","56,2","1,2624" -23/05/2004,02.00.00,"1,9",1192.0,-200.0,"10,4",994.0,105.0,759.0,78.0,1780.0,1163.0,"19,0","58,0","1,2581" -23/05/2004,03.00.00,"1,9",1199.0,-200.0,"12,6",1070.0,-200.0,671.0,-200.0,1873.0,1189.0,"18,1","61,6","1,2679" -23/05/2004,04.00.00,-200,973.0,-200.0,"4,9",761.0,49.0,954.0,55.0,1501.0,815.0,"18,0","57,6","1,1788" -23/05/2004,05.00.00,"0,3",864.0,-200.0,"2,1",591.0,27.0,1247.0,37.0,1374.0,507.0,"17,7","56,0","1,1215" -23/05/2004,06.00.00,"0,4",886.0,-200.0,"2,2",598.0,41.0,1257.0,53.0,1374.0,506.0,"17,9","52,4","1,0655" -23/05/2004,07.00.00,"0,8",988.0,-200.0,"4,0",713.0,78.0,1092.0,79.0,1455.0,716.0,"18,9","49,3","1,0668" -23/05/2004,08.00.00,"0,8",1008.0,-200.0,"4,3",729.0,68.0,1034.0,65.0,1490.0,795.0,"20,0","48,6","1,1199" -23/05/2004,09.00.00,"0,8",976.0,-200.0,"3,8",698.0,64.0,1156.0,64.0,1393.0,594.0,"20,6","41,2","0,9841" -23/05/2004,10.00.00,"0,8",978.0,-200.0,"4,1",718.0,67.0,1137.0,66.0,1392.0,565.0,"23,6","34,0","0,9749" -23/05/2004,11.00.00,"0,9",987.0,-200.0,"4,5",740.0,54.0,1105.0,53.0,1407.0,523.0,"26,7","28,1","0,9688" -23/05/2004,12.00.00,"1,2",1030.0,-200.0,"5,3",778.0,67.0,1071.0,69.0,1452.0,591.0,"26,8","28,1","0,9785" -23/05/2004,13.00.00,1,955.0,-200.0,"4,2",723.0,51.0,1129.0,57.0,1393.0,559.0,"27,7","25,8","0,9467" -23/05/2004,14.00.00,"0,8",924.0,-200.0,"3,3",673.0,28.0,1247.0,36.0,1346.0,430.0,"28,8","22,7","0,8864" -23/05/2004,15.00.00,"1,1",1005.0,-200.0,"4,9",758.0,51.0,1091.0,57.0,1434.0,522.0,"26,8","27,3","0,9462" -23/05/2004,16.00.00,"1,5",1059.0,-200.0,"6,1",816.0,77.0,1023.0,73.0,1468.0,641.0,"25,9","28,7","0,9423" -23/05/2004,17.00.00,"1,5",1079.0,-200.0,"6,9",851.0,93.0,991.0,81.0,1490.0,738.0,"25,8","27,7","0,9076" -23/05/2004,18.00.00,"1,4",1070.0,-200.0,"6,8",850.0,94.0,997.0,91.0,1502.0,778.0,"24,8","29,5","0,9077" -23/05/2004,19.00.00,"1,1",1085.0,-200.0,"5,8",805.0,69.0,972.0,65.0,1528.0,718.0,"25,3","36,3","1,1513" -23/05/2004,20.00.00,"0,9",1066.0,-200.0,"5,5",787.0,57.0,986.0,56.0,1552.0,689.0,"23,9","40,4","1,1787" -23/05/2004,21.00.00,1,1094.0,-200.0,"6,1",815.0,74.0,934.0,69.0,1563.0,852.0,"21,4","46,6","1,1764" -23/05/2004,22.00.00,"1,1",1110.0,-200.0,"6,0",814.0,75.0,948.0,73.0,1571.0,854.0,"20,5","49,3","1,1730" -23/05/2004,23.00.00,1,968.0,-200.0,"4,2",719.0,73.0,1081.0,76.0,1388.0,664.0,"19,2","42,3","0,9339" -24/05/2004,00.00.00,"0,7",906.0,-200.0,"4,1",714.0,56.0,1163.0,67.0,1351.0,544.0,"19,2","37,9","0,8352" -24/05/2004,01.00.00,"0,5",849.0,-200.0,"2,4",615.0,31.0,1285.0,44.0,1276.0,461.0,"17,2","43,1","0,8394" -24/05/2004,02.00.00,"0,2",774.0,-200.0,"1,0",500.0,13.0,1536.0,21.0,1169.0,352.0,"15,8","45,2","0,8052" -24/05/2004,03.00.00,-200,746.0,-200.0,"0,6",450.0,-200.0,1807.0,-200.0,1111.0,308.0,"15,7","42,3","0,7464" -24/05/2004,04.00.00,-200,753.0,-200.0,"0,5",437.0,14.0,1904.0,19.0,1110.0,301.0,"16,3","41,0","0,7513" -24/05/2004,05.00.00,"0,1",749.0,-200.0,"0,7",466.0,23.0,1803.0,29.0,1089.0,307.0,"16,1","36,5","0,6640" -24/05/2004,06.00.00,"0,5",864.0,-200.0,"2,8",642.0,72.0,1288.0,69.0,1255.0,441.0,"16,5","36,2","0,6752" -24/05/2004,07.00.00,"1,6",1002.0,-200.0,"7,8",893.0,165.0,1010.0,111.0,1394.0,775.0,"17,5","30,9","0,6111" -24/05/2004,08.00.00,2,970.0,-200.0,"9,7",966.0,118.0,944.0,81.0,1379.0,907.0,"18,4","24,0","0,5046" -24/05/2004,09.00.00,"1,3",898.0,-200.0,"6,9",853.0,85.0,1066.0,56.0,1271.0,763.0,"19,2","23,8","0,5235" -24/05/2004,10.00.00,1,847.0,-200.0,"5,8",800.0,116.0,1155.0,90.0,1179.0,649.0,"21,7","18,1","0,4642" -24/05/2004,11.00.00,"0,9",847.0,-200.0,"5,5",788.0,112.0,1203.0,85.0,1162.0,598.0,"22,3","17,0","0,4513" -24/05/2004,12.00.00,"1,2",871.0,-200.0,"6,8",848.0,100.0,1139.0,83.0,1208.0,579.0,"22,8","16,1","0,4404" -24/05/2004,13.00.00,"1,3",869.0,-200.0,"7,2",866.0,109.0,1107.0,85.0,1212.0,596.0,"23,8","14,5","0,4222" -24/05/2004,14.00.00,"1,1",875.0,-200.0,"6,9",854.0,111.0,1160.0,85.0,1200.0,595.0,"25,1","13,1","0,4129" -24/05/2004,15.00.00,"1,2",895.0,-200.0,"7,5",878.0,109.0,1122.0,81.0,1238.0,607.0,"25,8","12,9","0,4219" -24/05/2004,16.00.00,"1,4",926.0,-200.0,"7,7",885.0,114.0,1101.0,92.0,1259.0,662.0,"25,5","14,0","0,4495" -24/05/2004,17.00.00,2,996.0,-200.0,"12,0",1048.0,139.0,959.0,108.0,1397.0,822.0,"24,5","15,4","0,4663" -24/05/2004,18.00.00,"2,4",997.0,-200.0,"13,5",1100.0,157.0,896.0,106.0,1392.0,987.0,"22,6","17,2","0,4656" -24/05/2004,19.00.00,"2,1",1006.0,-200.0,"12,0",1048.0,147.0,925.0,114.0,1416.0,966.0,"21,2","18,9","0,4710" -24/05/2004,20.00.00,"1,2",895.0,-200.0,"6,7",845.0,102.0,1072.0,96.0,1241.0,763.0,"19,1","22,8","0,5010" -24/05/2004,21.00.00,"0,7",862.0,-200.0,"4,8",751.0,73.0,1154.0,77.0,1213.0,617.0,"18,4","24,6","0,5169" -24/05/2004,22.00.00,"0,7",858.0,-200.0,"4,8",756.0,65.0,1159.0,73.0,1209.0,564.0,"17,3","25,6","0,5032" -24/05/2004,23.00.00,"0,8",853.0,-200.0,"5,0",762.0,76.0,1134.0,86.0,1184.0,646.0,"16,5","24,9","0,4642" -25/05/2004,00.00.00,"0,5",859.0,-200.0,"4,3",727.0,65.0,1120.0,84.0,1187.0,753.0,"16,7","28,3","0,5316" -25/05/2004,01.00.00,"0,2",837.0,-200.0,"2,7",634.0,41.0,1200.0,56.0,1150.0,669.0,"15,5","32,2","0,5641" -25/05/2004,02.00.00,-200,746.0,-200.0,"0,9",493.0,17.0,1522.0,31.0,1063.0,435.0,"17,5","29,1","0,5773" -25/05/2004,03.00.00,-200,752.0,-200.0,"1,2",515.0,-200.0,1472.0,-200.0,1068.0,436.0,"13,3","35,6","0,5393" -25/05/2004,04.00.00,-200,742.0,-200.0,"0,9",489.0,19.0,1559.0,30.0,1048.0,403.0,"14,0","33,7","0,5355" -25/05/2004,05.00.00,"0,1",774.0,-200.0,"1,7",560.0,45.0,1386.0,51.0,1107.0,532.0,"11,6","40,0","0,5462" -25/05/2004,06.00.00,"0,2",798.0,-200.0,"2,6",630.0,40.0,1291.0,45.0,1125.0,536.0,"13,4","34,5","0,5272" -25/05/2004,07.00.00,"1,1",1002.0,-200.0,"8,8",932.0,101.0,949.0,82.0,1405.0,917.0,"15,2","31,0","0,5329" -25/05/2004,08.00.00,3,1210.0,-200.0,"22,2",1356.0,183.0,657.0,100.0,1786.0,1481.0,"16,3","27,5","0,5066" -25/05/2004,09.00.00,"2,1",1058.0,-200.0,"15,3",1158.0,149.0,820.0,91.0,1459.0,1187.0,"19,2","20,0","0,4390" -25/05/2004,10.00.00,"2,6",1106.0,-200.0,"14,0",1118.0,207.0,885.0,130.0,1451.0,1220.0,"24,9","13,0","0,4038" -25/05/2004,11.00.00,"3,2",1153.0,-200.0,"18,5",1253.0,289.0,815.0,155.0,1541.0,1381.0,"28,3","9,9","0,3754" -25/05/2004,12.00.00,"2,1",1047.0,-200.0,"13,5",1101.0,159.0,913.0,114.0,1391.0,1103.0,"29,2","9,8","0,3914" -25/05/2004,13.00.00,"2,2",1091.0,-200.0,"15,8",1172.0,162.0,874.0,127.0,1459.0,1105.0,"31,6","9,2","0,4190" -25/05/2004,14.00.00,"2,4",1162.0,-200.0,"18,5",1253.0,173.0,796.0,138.0,1595.0,1248.0,"32,6","9,3","0,4499" -25/05/2004,15.00.00,-200,1059.0,-200.0,"12,6",1070.0,-200.0,925.0,-200.0,1401.0,976.0,"32,6","9,2","0,4463" -25/05/2004,16.00.00,-200,1083.0,-200.0,"12,0",1051.0,-200.0,939.0,-200.0,1390.0,898.0,"32,3","10,0","0,4747" -25/05/2004,17.00.00,-200,1150.0,-200.0,"15,4",1161.0,-200.0,867.0,-200.0,1512.0,1038.0,"32,1","10,7","0,4996" -25/05/2004,18.00.00,-200,1321.0,-200.0,"24,9",1426.0,-200.0,720.0,-200.0,1859.0,1395.0,"29,7","12,2","0,5007" -25/05/2004,19.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -25/05/2004,20.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -25/05/2004,21.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -25/05/2004,22.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -25/05/2004,23.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -26/05/2004,00.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -26/05/2004,01.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -26/05/2004,02.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -26/05/2004,03.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -26/05/2004,04.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -26/05/2004,05.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -26/05/2004,06.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -26/05/2004,07.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -26/05/2004,08.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -26/05/2004,09.00.00,4,1303.0,-200.0,"40,2",1776.0,-200.0,946.0,-200.0,1467.0,1608.0,"20,4","35,7","0,8440" -26/05/2004,10.00.00,"2,2",1137.0,-200.0,"14,9",1146.0,188.0,1144.0,136.0,1392.0,1327.0,"26,1","23,8","0,7938" -26/05/2004,11.00.00,"1,8",1139.0,-200.0,"13,8",1109.0,159.0,1118.0,135.0,1436.0,1292.0,"28,8","21,1","0,8193" -26/05/2004,12.00.00,"1,6",1099.0,-200.0,"12,3",1059.0,146.0,1156.0,115.0,1416.0,1114.0,"29,6","19,4","0,7897" -26/05/2004,13.00.00,"1,8",1088.0,-200.0,"14,0",1116.0,127.0,1128.0,112.0,1449.0,1060.0,"31,6","16,4","0,7489" -26/05/2004,14.00.00,"1,6",1027.0,-200.0,"11,8",1041.0,128.0,1237.0,112.0,1345.0,915.0,"32,3","13,3","0,6303" -26/05/2004,15.00.00,"1,6",1014.0,-200.0,"12,0",1049.0,120.0,1200.0,109.0,1366.0,893.0,"31,8","13,5","0,6249" -26/05/2004,16.00.00,"1,3",969.0,-200.0,"9,7",968.0,115.0,1276.0,112.0,1325.0,768.0,"31,8","13,8","0,6394" -26/05/2004,17.00.00,-200,1120.0,-200.0,"18,0",1238.0,-200.0,1023.0,-200.0,1591.0,1126.0,"31,0","15,9","0,7039" -26/05/2004,18.00.00,-200,1131.0,-200.0,"22,6",1368.0,-200.0,933.0,-200.0,1707.0,1284.0,"28,6","18,7","0,7216" -26/05/2004,19.00.00,-200,1130.0,-200.0,"22,7",1368.0,-200.0,933.0,-200.0,1709.0,1269.0,"26,7","19,5","0,6754" -26/05/2004,20.00.00,-200,1123.0,-200.0,"20,3",1304.0,-200.0,939.0,-200.0,1720.0,1290.0,"25,0","24,4","0,7616" -26/05/2004,21.00.00,-200,1069.0,-200.0,"13,1",1086.0,-200.0,1064.0,-200.0,1536.0,1119.0,"22,8","28,4","0,7804" -26/05/2004,22.00.00,-200,1021.0,-200.0,"10,9",1010.0,-200.0,1116.0,-200.0,1480.0,1027.0,"21,7","29,2","0,7458" -26/05/2004,23.00.00,-200,1101.0,-200.0,"13,3",1093.0,-200.0,1012.0,-200.0,1564.0,1155.0,"21,1","30,9","0,7617" -27/05/2004,00.00.00,-200,1026.0,-200.0,"9,5",960.0,-200.0,1072.0,-200.0,1471.0,1078.0,"19,9","36,3","0,8349" -27/05/2004,01.00.00,-200,949.0,-200.0,"6,6",841.0,-200.0,1155.0,-200.0,1393.0,954.0,"18,6","39,3","0,8355" -27/05/2004,02.00.00,-200,846.0,-200.0,"3,6",687.0,-200.0,1295.0,-200.0,1288.0,726.0,"18,6","38,8","0,8228" -27/05/2004,03.00.00,-200,811.0,-200.0,"2,3",606.0,-200.0,1417.0,-200.0,1248.0,656.0,"19,0","38,9","0,8468" -27/05/2004,04.00.00,-200,803.0,-200.0,"2,0",586.0,-200.0,1442.0,-200.0,1232.0,573.0,"18,0","40,9","0,8394" -27/05/2004,05.00.00,-200,882.0,-200.0,"4,1",715.0,-200.0,1246.0,-200.0,1367.0,780.0,"15,5","48,6","0,8505" -27/05/2004,06.00.00,-200,963.0,-200.0,"6,5",836.0,-200.0,1085.0,-200.0,1429.0,920.0,"16,0","47,9","0,8659" -27/05/2004,07.00.00,-200,1413.0,-200.0,"24,8",1424.0,-200.0,739.0,-200.0,2102.0,1544.0,"17,0","46,0","0,8830" -27/05/2004,08.00.00,-200,1485.0,-200.0,"34,4",1650.0,-200.0,632.0,-200.0,2337.0,1789.0,"19,0","41,6","0,9039" -27/05/2004,09.00.00,-200,1354.0,-200.0,"24,5",1418.0,-200.0,749.0,-200.0,2043.0,1629.0,"21,8","35,0","0,9002" -27/05/2004,10.00.00,-200,1074.0,-200.0,"9,0",939.0,-200.0,1071.0,-200.0,1513.0,997.0,"25,6","28,0","0,9088" -27/05/2004,11.00.00,-200,1022.0,-200.0,"8,4",914.0,-200.0,1132.0,-200.0,1446.0,847.0,"26,4","23,1","0,7853" -27/05/2004,12.00.00,-200,1100.0,-200.0,"11,5",1034.0,-200.0,995.0,-200.0,1586.0,958.0,"27,1","24,2","0,8560" -27/05/2004,13.00.00,-200,1073.0,-200.0,"12,1",1052.0,-200.0,1009.0,-200.0,1574.0,854.0,"27,5","20,9","0,7565" -27/05/2004,14.00.00,-200,1049.0,-200.0,"10,1",983.0,-200.0,1071.0,-200.0,1515.0,782.0,"29,5","19,7","0,8015" -27/05/2004,15.00.00,-200,1086.0,-200.0,"11,9",1048.0,-200.0,1016.0,-200.0,1580.0,888.0,"30,6","18,6","0,8014" -27/05/2004,16.00.00,-200,1059.0,-200.0,"11,3",1027.0,-200.0,1066.0,-200.0,1521.0,764.0,"31,3","15,8","0,7106" -27/05/2004,17.00.00,-200,1244.0,-200.0,"20,2",1301.0,-200.0,842.0,-200.0,1801.0,1170.0,"29,4","21,0","0,8452" -27/05/2004,18.00.00,-200,1320.0,-200.0,"24,8",1423.0,-200.0,767.0,-200.0,1986.0,1385.0,"27,0","23,5","0,8256" -27/05/2004,19.00.00,-200,1236.0,-200.0,"20,3",1304.0,-200.0,822.0,-200.0,1868.0,1237.0,"25,8","26,7","0,8758" -27/05/2004,20.00.00,-200,1136.0,-200.0,"16,2",1187.0,-200.0,904.0,-200.0,1735.0,1127.0,"23,7","28,4","0,8225" -27/05/2004,21.00.00,-200,1110.0,-200.0,"13,3",1093.0,-200.0,961.0,-200.0,1661.0,1091.0,"21,3","33,0","0,8284" -27/05/2004,22.00.00,-200,1026.0,-200.0,"10,3",990.0,-200.0,1032.0,-200.0,1553.0,972.0,"20,5","35,3","0,8435" -27/05/2004,23.00.00,-200,1038.0,-200.0,"9,6",961.0,-200.0,1026.0,-200.0,1530.0,949.0,"19,4","38,1","0,8511" -28/05/2004,00.00.00,-200,975.0,-200.0,"7,8",892.0,-200.0,1015.0,-200.0,1480.0,890.0,"19,4","40,7","0,9045" -28/05/2004,01.00.00,-200,908.0,-200.0,"6,1",814.0,-200.0,1089.0,-200.0,1403.0,763.0,"17,8","44,9","0,9030" -28/05/2004,02.00.00,-200,896.0,-200.0,"6,2",820.0,-200.0,1074.0,-200.0,1439.0,833.0,"16,6","49,7","0,9295" -28/05/2004,03.00.00,-200,810.0,-200.0,"3,8",697.0,-200.0,1221.0,-200.0,1321.0,675.0,"16,5","48,6","0,9028" -28/05/2004,04.00.00,-200,789.0,-200.0,"2,8",638.0,-200.0,1305.0,-200.0,1309.0,672.0,"15,2","53,6","0,9190" -28/05/2004,05.00.00,-200,814.0,-200.0,"3,4",678.0,-200.0,1276.0,-200.0,1339.0,626.0,"15,5","51,7","0,9019" -28/05/2004,06.00.00,-200,958.0,-200.0,"8,2",907.0,-200.0,992.0,-200.0,1536.0,882.0,"14,9","54,8","0,9247" -28/05/2004,07.00.00,-200,1213.0,-200.0,"19,2",1274.0,-200.0,762.0,-200.0,1914.0,1264.0,"16,3","51,3","0,9416" -28/05/2004,08.00.00,-200,1221.0,-200.0,"22,6",1367.0,-200.0,722.0,-200.0,2008.0,1330.0,"18,4","45,7","0,9559" -28/05/2004,09.00.00,-200,1245.0,-200.0,"19,4",1281.0,-200.0,774.0,-200.0,1952.0,1324.0,"20,8","43,6","1,0614" -28/05/2004,10.00.00,-200,1050.0,-200.0,"9,6",963.0,-200.0,998.0,-200.0,1609.0,901.0,"24,3","35,1","1,0477" -28/05/2004,11.00.00,-200,1048.0,-200.0,"9,8",969.0,-200.0,1012.0,-200.0,1600.0,852.0,"26,4","29,3","0,9889" -28/05/2004,12.00.00,-200,1141.0,-200.0,"14,4",1128.0,-200.0,902.0,-200.0,1738.0,1009.0,"28,3","25,0","0,9495" -28/05/2004,13.00.00,-200,1052.0,-200.0,"12,1",1053.0,-200.0,949.0,-200.0,1641.0,831.0,"28,9","23,7","0,9285" -28/05/2004,14.00.00,-200,1152.0,-200.0,"13,5",1099.0,-200.0,908.0,-200.0,1706.0,954.0,"28,5","25,8","0,9931" -28/05/2004,15.00.00,"1,7",1026.0,-200.0,"12,3",1061.0,133.0,982.0,115.0,1564.0,814.0,"29,6","18,9","0,7692" -28/05/2004,16.00.00,"1,7",1039.0,-200.0,"12,2",1055.0,131.0,966.0,117.0,1590.0,845.0,"28,0","23,2","0,8613" -28/05/2004,17.00.00,"2,1",1148.0,-200.0,"12,5",1067.0,133.0,887.0,105.0,1790.0,956.0,"23,6","41,0","1,1786" -28/05/2004,18.00.00,"2,2",1176.0,-200.0,"13,9",1114.0,141.0,843.0,114.0,1805.0,1102.0,"21,5","48,1","1,2148" -28/05/2004,19.00.00,"1,8",1100.0,-200.0,"11,4",1028.0,112.0,900.0,103.0,1710.0,994.0,"22,1","44,1","1,1573" -28/05/2004,20.00.00,"1,8",1081.0,-200.0,"10,4",992.0,147.0,959.0,119.0,1680.0,935.0,"20,2","47,2","1,1043" -28/05/2004,21.00.00,"0,9",976.0,-200.0,"7,0",858.0,104.0,1070.0,102.0,1547.0,839.0,"20,0","47,6","1,1030" -28/05/2004,22.00.00,1,979.0,-200.0,"7,0",857.0,97.0,1082.0,96.0,1546.0,797.0,"19,8","46,8","1,0697" -28/05/2004,23.00.00,2,1092.0,-200.0,"11,3",1024.0,128.0,937.0,109.0,1706.0,968.0,"19,6","47,0","1,0606" -29/05/2004,00.00.00,"1,8",1044.0,-200.0,"9,2",946.0,138.0,1009.0,119.0,1594.0,886.0,"19,3","46,3","1,0279" -29/05/2004,01.00.00,"1,1",940.0,-200.0,"6,8",849.0,93.0,1091.0,103.0,1509.0,764.0,"18,5","48,7","1,0286" -29/05/2004,02.00.00,"0,6",892.0,-200.0,"5,1",767.0,71.0,1180.0,84.0,1466.0,657.0,"18,0","51,4","1,0504" -29/05/2004,03.00.00,"0,3",838.0,-200.0,"3,4",675.0,-200.0,1302.0,-200.0,1390.0,540.0,"17,9","50,8","1,0355" -29/05/2004,04.00.00,-200,853.0,-200.0,"4,3",727.0,44.0,1179.0,59.0,1417.0,621.0,"17,7","51,9","1,0379" -29/05/2004,05.00.00,-200,738.0,-200.0,"1,5",545.0,18.0,1562.0,29.0,1266.0,450.0,"17,7","49,7","0,9970" -29/05/2004,06.00.00,"0,1",762.0,-200.0,"2,0",581.0,41.0,1588.0,45.0,1277.0,434.0,"17,9","46,1","0,9383" -29/05/2004,07.00.00,"0,5",841.0,-200.0,"4,0",713.0,84.0,1293.0,80.0,1356.0,559.0,"18,4","43,9","0,9192" -29/05/2004,08.00.00,"0,6",843.0,-200.0,"4,0",712.0,77.0,1303.0,77.0,1343.0,548.0,"18,9","42,1","0,9081" -29/05/2004,09.00.00,"0,5",841.0,-200.0,"4,0",713.0,73.0,1326.0,68.0,1330.0,525.0,"19,2","39,7","0,8728" -29/05/2004,10.00.00,"0,7",862.0,-200.0,"4,2",721.0,72.0,1329.0,66.0,1335.0,522.0,"20,8","36,6","0,8878" -29/05/2004,11.00.00,"0,7",869.0,-200.0,"4,5",740.0,77.0,1296.0,70.0,1366.0,535.0,"21,3","35,8","0,8975" -29/05/2004,12.00.00,"0,9",894.0,-200.0,"6,0",810.0,82.0,1204.0,74.0,1421.0,585.0,"21,8","34,9","0,9004" -29/05/2004,13.00.00,"0,7",844.0,-200.0,"4,8",755.0,67.0,1284.0,64.0,1350.0,521.0,"22,8","31,4","0,8615" -29/05/2004,14.00.00,"0,4",823.0,-200.0,"3,8",699.0,59.0,1382.0,60.0,1311.0,493.0,"22,9","31,3","0,8620" -29/05/2004,15.00.00,"0,5",843.0,-200.0,"4,2",719.0,61.0,1353.0,63.0,1330.0,501.0,"22,9","30,7","0,8461" -29/05/2004,16.00.00,"0,6",865.0,-200.0,"5,1",767.0,76.0,1279.0,75.0,1369.0,559.0,"23,8","29,2","0,8499" -29/05/2004,17.00.00,"0,6",873.0,-200.0,"5,6",792.0,73.0,1247.0,79.0,1397.0,589.0,"23,2","30,2","0,8442" -29/05/2004,18.00.00,"0,8",899.0,-200.0,"5,8",803.0,87.0,1221.0,83.0,1426.0,596.0,"22,4","31,3","0,8365" -29/05/2004,19.00.00,1,921.0,-200.0,"7,0",856.0,98.0,1163.0,93.0,1437.0,681.0,"21,7","32,2","0,8250" -29/05/2004,20.00.00,"1,2",937.0,-200.0,"7,9",893.0,123.0,1106.0,112.0,1463.0,783.0,"20,8","33,2","0,8061" -29/05/2004,21.00.00,1,901.0,-200.0,"6,5",834.0,102.0,1177.0,103.0,1408.0,738.0,"20,1","35,0","0,8149" -29/05/2004,22.00.00,"1,3",955.0,-200.0,"8,5",918.0,102.0,1056.0,93.0,1511.0,762.0,"19,5","36,9","0,8258" -29/05/2004,23.00.00,"2,7",1065.0,-200.0,"13,7",1106.0,142.0,897.0,112.0,1707.0,929.0,"19,0","38,2","0,8327" -30/05/2004,00.00.00,"2,7",1035.0,-200.0,"13,8",1110.0,148.0,907.0,125.0,1652.0,1044.0,"18,5","39,4","0,8320" -30/05/2004,01.00.00,"1,6",956.0,-200.0,"9,1",945.0,107.0,1030.0,107.0,1509.0,892.0,"17,8","41,7","0,8440" -30/05/2004,02.00.00,"0,6",869.0,-200.0,"6,5",835.0,61.0,1078.0,76.0,1437.0,807.0,"19,2","42,0","0,9248" -30/05/2004,03.00.00,"0,3",831.0,-200.0,"6,2",822.0,-200.0,1085.0,-200.0,1418.0,710.0,"17,8","44,8","0,9048" -30/05/2004,04.00.00,-200,815.0,-200.0,"5,2",774.0,43.0,1113.0,55.0,1374.0,712.0,"17,0","47,7","0,9185" -30/05/2004,05.00.00,"0,1",781.0,-200.0,"3,1",661.0,25.0,1271.0,37.0,1299.0,568.0,"17,2","47,2","0,9178" -30/05/2004,06.00.00,"0,1",781.0,-200.0,"2,9",645.0,32.0,1295.0,45.0,1320.0,575.0,"17,3","47,6","0,9295" -30/05/2004,07.00.00,"0,2",828.0,-200.0,"3,6",690.0,48.0,1263.0,61.0,1353.0,658.0,"18,6","44,2","0,9385" -30/05/2004,08.00.00,"0,3",803.0,-200.0,"2,7",635.0,60.0,1417.0,67.0,1272.0,537.0,"20,2","37,8","0,8837" -30/05/2004,09.00.00,"0,3",811.0,-200.0,"3,0",653.0,52.0,1411.0,60.0,1269.0,486.0,"22,0","31,9","0,8335" -30/05/2004,10.00.00,"0,4",844.0,-200.0,"3,7",696.0,58.0,1353.0,64.0,1292.0,507.0,"25,5","25,9","0,8339" -30/05/2004,11.00.00,"0,3",833.0,-200.0,"3,8",697.0,54.0,1361.0,64.0,1294.0,496.0,"27,5","22,8","0,8249" -30/05/2004,12.00.00,"0,3",832.0,-200.0,"4,2",719.0,52.0,1318.0,59.0,1299.0,502.0,"28,7","20,7","0,8024" -30/05/2004,13.00.00,"0,1",771.0,-200.0,"2,6",626.0,34.0,1502.0,41.0,1210.0,430.0,"29,1","19,6","0,7771" -30/05/2004,14.00.00,"0,1",783.0,-200.0,"2,8",637.0,41.0,1498.0,46.0,1215.0,439.0,"29,8","18,4","0,7595" -30/05/2004,15.00.00,"0,2",815.0,-200.0,"4,2",723.0,41.0,1378.0,46.0,1256.0,471.0,"32,0","15,0","0,7028" -30/05/2004,16.00.00,"0,6",912.0,-200.0,"6,2",819.0,65.0,1224.0,77.0,1368.0,589.0,"30,3","17,0","0,7232" -30/05/2004,17.00.00,"0,5",894.0,-200.0,"5,2",774.0,65.0,1239.0,83.0,1339.0,598.0,"31,7","16,2","0,7450" -30/05/2004,18.00.00,"0,9",963.0,-200.0,"7,7",885.0,84.0,1102.0,90.0,1447.0,695.0,"29,2","19,6","0,7817" -30/05/2004,19.00.00,"1,1",990.0,-200.0,"8,8",930.0,89.0,1045.0,95.0,1506.0,739.0,"27,4","23,8","0,8580" -30/05/2004,20.00.00,"1,3",1025.0,-200.0,"10,1",980.0,114.0,986.0,113.0,1591.0,891.0,"25,0","26,9","0,8408" -30/05/2004,21.00.00,"1,5",997.0,-200.0,"9,8",971.0,127.0,993.0,128.0,1573.0,930.0,"23,6","30,1","0,8663" -30/05/2004,22.00.00,"1,2",976.0,-200.0,"8,4",916.0,117.0,1044.0,117.0,1515.0,880.0,"22,3","33,6","0,8913" -30/05/2004,23.00.00,"0,4",878.0,-200.0,"5,4",784.0,46.0,1181.0,64.0,1407.0,610.0,"21,4","36,9","0,9271" -31/05/2004,00.00.00,"0,2",836.0,-200.0,"4,3",728.0,16.0,1213.0,28.0,1353.0,518.0,"20,6","39,9","0,9597" -31/05/2004,01.00.00,"0,3",855.0,-200.0,"4,8",751.0,27.0,1107.0,46.0,1418.0,664.0,"19,7","43,2","0,9812" -31/05/2004,02.00.00,-200,759.0,-200.0,"2,1",588.0,4.0,1323.0,8.0,1286.0,515.0,"19,7","42,4","0,9636" -31/05/2004,03.00.00,-200,738.0,-200.0,"1,4",539.0,-200.0,1421.0,-200.0,1257.0,477.0,"18,9","45,0","0,9703" -31/05/2004,04.00.00,-200,736.0,-200.0,"1,3",528.0,19.0,1451.0,32.0,1254.0,477.0,"18,7","45,4","0,9694" -31/05/2004,05.00.00,-200,765.0,-200.0,"2,3",609.0,48.0,1304.0,57.0,1319.0,581.0,"16,4","52,4","0,9709" -31/05/2004,06.00.00,"0,5",909.0,-200.0,"6,5",834.0,82.0,1031.0,60.0,1527.0,763.0,"16,6","52,1","0,9785" -31/05/2004,07.00.00,"1,6",1108.0,-200.0,"14,2",1123.0,167.0,804.0,83.0,1801.0,1111.0,"17,4","50,9","1,0017" -31/05/2004,08.00.00,"3,6",1252.0,-200.0,"22,7",1369.0,248.0,681.0,129.0,2120.0,1390.0,"19,3","46,0","1,0185" -31/05/2004,09.00.00,"2,2",1175.0,-200.0,"16,3",1188.0,213.0,790.0,137.0,1901.0,1251.0,"20,9","43,6","1,0683" -31/05/2004,10.00.00,"1,6",1111.0,-200.0,"14,1",1120.0,161.0,839.0,121.0,1790.0,1141.0,"25,6","33,3","1,0773" -31/05/2004,11.00.00,"1,4",1044.0,-200.0,"12,6",1069.0,144.0,889.0,123.0,1683.0,942.0,"28,9","26,0","1,0188" -31/05/2004,12.00.00,"1,4",1018.0,-200.0,"13,1",1088.0,127.0,909.0,120.0,1677.0,795.0,"30,3","22,8","0,9695" -31/05/2004,13.00.00,"1,5",1060.0,-200.0,"14,2",1122.0,116.0,863.0,119.0,1721.0,836.0,"30,9","24,4","1,0724" -31/05/2004,14.00.00,"1,3",1071.0,-200.0,"13,8",1110.0,124.0,864.0,121.0,1733.0,847.0,"30,5","26,2","1,1278" -31/05/2004,15.00.00,"1,2",1006.0,-200.0,"12,1",1054.0,115.0,921.0,111.0,1636.0,769.0,"30,7","23,4","1,0150" -31/05/2004,16.00.00,"1,8",1104.0,-200.0,"15,7",1171.0,150.0,827.0,128.0,1803.0,968.0,"28,1","29,8","1,1132" -31/05/2004,17.00.00,3,1196.0,-200.0,"21,4",1336.0,221.0,739.0,159.0,1971.0,1157.0,"26,9","32,2","1,1267" -31/05/2004,18.00.00,"3,5",1243.0,-200.0,"25,0",1429.0,227.0,687.0,161.0,2093.0,1367.0,"26,0","34,6","1,1485" -31/05/2004,19.00.00,"2,4",1124.0,-200.0,"16,6",1199.0,156.0,794.0,116.0,1858.0,1101.0,"24,5","37,7","1,1454" -31/05/2004,20.00.00,"1,1",1020.0,-200.0,"10,7",1003.0,97.0,904.0,96.0,1716.0,916.0,"21,7","46,9","1,2044" -31/05/2004,21.00.00,"0,8",1035.0,-200.0,"7,5",878.0,78.0,977.0,69.0,1694.0,825.0,"19,3","68,8","1,5190" -31/05/2004,22.00.00,"0,4",986.0,-200.0,"5,3",781.0,60.0,1063.0,58.0,1633.0,693.0,"17,6","81,6","1,6296" -31/05/2004,23.00.00,"0,6",1017.0,-200.0,"6,5",834.0,61.0,986.0,59.0,1676.0,734.0,"17,8","80,3","1,6212" -01/06/2004,00.00.00,"0,3",922.0,-200.0,"4,7",750.0,46.0,1085.0,45.0,1585.0,685.0,"18,6","75,7","1,6074" -01/06/2004,01.00.00,-200,830.0,-200.0,"2,9",644.0,17.0,1235.0,23.0,1487.0,524.0,"19,6","68,4","1,5443" -01/06/2004,02.00.00,-200,805.0,-200.0,"2,0",583.0,18.0,1339.0,26.0,1494.0,527.0,"18,0","76,4","1,5608" -01/06/2004,03.00.00,-200,760.0,-200.0,"1,1",505.0,-200.0,1527.0,-200.0,1413.0,452.0,"17,3","77,2","1,5104" -01/06/2004,04.00.00,-200,783.0,-200.0,"1,3",529.0,16.0,1437.0,24.0,1435.0,466.0,"16,5","82,3","1,5318" -01/06/2004,05.00.00,"0,1",854.0,-200.0,"2,4",613.0,39.0,1272.0,41.0,1515.0,565.0,"16,8","81,3","1,5452" -01/06/2004,06.00.00,"0,3",985.0,-200.0,"6,1",816.0,107.0,987.0,65.0,1677.0,799.0,"17,3","78,6","1,5412" -01/06/2004,07.00.00,"1,4",1225.0,-200.0,"12,5",1067.0,190.0,760.0,94.0,1922.0,1102.0,"16,9","80,9","1,5472" -01/06/2004,08.00.00,"2,7",1313.0,-200.0,"19,5",1283.0,236.0,671.0,100.0,2180.0,1299.0,"17,1","79,8","1,5420" -01/06/2004,09.00.00,"2,3",1199.0,-200.0,"15,2",1156.0,227.0,758.0,103.0,1958.0,1272.0,"18,5","70,3","1,4826" -01/06/2004,10.00.00,"1,8",1182.0,-200.0,"12,0",1051.0,211.0,829.0,89.0,1870.0,1206.0,"19,6","66,7","1,5023" -01/06/2004,11.00.00,"1,6",1173.0,-200.0,"12,4",1063.0,201.0,814.0,86.0,1905.0,1218.0,"20,4","63,1","1,4969" -01/06/2004,12.00.00,"1,9",1259.0,-200.0,"15,9",1178.0,191.0,722.0,89.0,2060.0,1367.0,"21,6","61,8","1,5775" -01/06/2004,13.00.00,"2,5",1263.0,-200.0,"15,7",1171.0,192.0,759.0,88.0,2029.0,1290.0,"24,0","49,3","1,4509" -01/06/2004,14.00.00,"1,6",1156.0,-200.0,"13,5",1100.0,143.0,800.0,73.0,1884.0,1175.0,"25,7","43,8","1,4262" -01/06/2004,15.00.00,"1,5",1167.0,-200.0,"12,4",1065.0,148.0,808.0,78.0,1886.0,1139.0,"24,6","47,5","1,4487" -01/06/2004,16.00.00,"2,5",1278.0,-200.0,"17,1",1213.0,183.0,733.0,95.0,2041.0,1293.0,"24,8","47,4","1,4628" -01/06/2004,17.00.00,"3,6",1342.0,-200.0,"22,0",1351.0,216.0,657.0,109.0,2201.0,1419.0,"23,7","50,5","1,4636" -01/06/2004,18.00.00,"3,5",1353.0,-200.0,"19,9",1292.0,184.0,683.0,95.0,2178.0,1326.0,"23,0","53,8","1,4968" -01/06/2004,19.00.00,"4,8",1501.0,-200.0,"27,9",1501.0,248.0,588.0,101.0,2486.0,1517.0,"21,5","65,8","1,6688" -01/06/2004,20.00.00,"3,7",1355.0,-200.0,"19,7",1289.0,221.0,678.0,88.0,2158.0,1391.0,"21,0","66,9","1,6436" -01/06/2004,21.00.00,"2,1",1230.0,-200.0,"15,7",1169.0,159.0,737.0,77.0,2020.0,1275.0,"20,6","68,1","1,6329" -01/06/2004,22.00.00,"1,6",1148.0,-200.0,"12,0",1048.0,136.0,822.0,75.0,1883.0,1168.0,"20,5","66,9","1,5914" -01/06/2004,23.00.00,"2,2",1171.0,-200.0,"13,1",1088.0,168.0,822.0,81.0,1889.0,1132.0,"20,2","65,2","1,5251" -02/06/2004,00.00.00,"0,8",1021.0,-200.0,"9,2",949.0,95.0,927.0,57.0,1764.0,977.0,"19,5","68,0","1,5269" -02/06/2004,01.00.00,-200,964.0,-200.0,"7,5",877.0,70.0,958.0,49.0,1692.0,942.0,"19,9","66,4","1,5203" -02/06/2004,02.00.00,-200,887.0,-200.0,"4,9",758.0,43.0,1094.0,38.0,1622.0,804.0,"19,1","69,0","1,5043" -02/06/2004,03.00.00,-200,885.0,-200.0,"5,2",773.0,-200.0,1051.0,-200.0,1641.0,805.0,"18,5","70,7","1,4962" -02/06/2004,04.00.00,-200,830.0,-200.0,"3,2",662.0,30.0,1217.0,31.0,1556.0,704.0,"18,9","67,8","1,4689" -02/06/2004,05.00.00,-200,792.0,-200.0,"2,4",611.0,22.0,1280.0,23.0,1529.0,657.0,"20,0","63,7","1,4742" -02/06/2004,06.00.00,-200,813.0,-200.0,"2,8",639.0,25.0,1267.0,22.0,1538.0,655.0,"19,8","64,7","1,4769" -02/06/2004,07.00.00,-200,890.0,-200.0,"3,9",703.0,48.0,1145.0,33.0,1601.0,751.0,"19,7","65,3","1,4843" -02/06/2004,08.00.00,-200,984.0,-200.0,"6,9",854.0,73.0,964.0,43.0,1751.0,885.0,"20,8","62,0","1,5002" -02/06/2004,09.00.00,-200,1043.0,-200.0,"8,5",920.0,95.0,925.0,53.0,1777.0,955.0,"22,2","56,6","1,4973" -02/06/2004,10.00.00,-200,1054.0,-200.0,"8,9",936.0,86.0,915.0,54.0,1791.0,962.0,"24,3","49,0","1,4724" -02/06/2004,11.00.00,-200,1063.0,-200.0,"8,8",930.0,102.0,925.0,62.0,1749.0,957.0,"25,0","46,5","1,4492" -02/06/2004,12.00.00,-200,978.0,-200.0,"7,4",873.0,80.0,1003.0,53.0,1669.0,788.0,"28,9","34,8","1,3603" -02/06/2004,13.00.00,-200,887.0,-200.0,"4,7",748.0,36.0,1141.0,34.0,1560.0,596.0,"29,6","33,4","1,3581" -02/06/2004,14.00.00,-200,887.0,-200.0,"4,8",754.0,32.0,1164.0,30.0,1523.0,560.0,"30,9","30,7","1,3493" -02/06/2004,15.00.00,-200,977.0,-200.0,"6,8",850.0,46.0,1035.0,37.0,1645.0,701.0,"31,8","31,0","1,4286" -02/06/2004,16.00.00,-200,1043.0,-200.0,"8,9",934.0,61.0,929.0,47.0,1707.0,811.0,"31,4","31,2","1,4127" -02/06/2004,17.00.00,-200,1010.0,-200.0,"8,1",902.0,59.0,966.0,44.0,1676.0,724.0,"28,9","35,7","1,3985" -02/06/2004,18.00.00,-200,1094.0,-200.0,"10,5",996.0,76.0,876.0,53.0,1807.0,864.0,"27,2","42,5","1,5135" -02/06/2004,19.00.00,-200,1223.0,-200.0,"14,8",1142.0,145.0,778.0,88.0,1965.0,1084.0,"26,2","46,4","1,5573" -02/06/2004,20.00.00,-200,1109.0,-200.0,"11,8",1042.0,140.0,834.0,95.0,1888.0,998.0,"24,5","51,0","1,5454" -02/06/2004,21.00.00,-200,1026.0,-200.0,"8,7",927.0,102.0,915.0,82.0,1781.0,878.0,"22,8","56,1","1,5353" -02/06/2004,22.00.00,-200,1036.0,-200.0,"8,7",928.0,89.0,914.0,59.0,1787.0,909.0,"21,9","60,9","1,5799" -02/06/2004,23.00.00,-200,963.0,-200.0,"6,9",853.0,62.0,995.0,43.0,1732.0,789.0,"21,7","61,0","1,5617" -03/06/2004,00.00.00,-200,996.0,-200.0,"7,3",868.0,69.0,957.0,51.0,1741.0,857.0,"20,8","64,8","1,5680" -03/06/2004,01.00.00,-200,999.0,-200.0,"6,9",853.0,63.0,951.0,49.0,1756.0,885.0,"20,3","70,9","1,6699" -03/06/2004,02.00.00,-200,893.0,-200.0,"4,6",741.0,31.0,1056.0,36.0,1664.0,743.0,"18,9","79,0","1,7040" -03/06/2004,03.00.00,-200,730.0,-200.0,"1,3",530.0,-200.0,1517.0,-200.0,1362.0,445.0,"18,1","64,6","1,3276" -03/06/2004,04.00.00,-200,753.0,-200.0,"1,7",562.0,17.0,1420.0,24.0,1414.0,454.0,"18,6","64,5","1,3655" -03/06/2004,05.00.00,-200,825.0,-200.0,"3,2",663.0,61.0,1203.0,58.0,1504.0,610.0,"17,6","67,4","1,3460" -03/06/2004,06.00.00,-200,1012.0,-200.0,"10,1",982.0,184.0,882.0,73.0,1796.0,1024.0,"17,6","67,6","1,3479" -03/06/2004,07.00.00,-200,1221.0,-200.0,"19,9",1293.0,248.0,688.0,74.0,2144.0,1316.0,"19,0","61,7","1,3393" -03/06/2004,08.00.00,-200,1215.0,-200.0,"20,2",1303.0,220.0,694.0,97.0,2180.0,1358.0,"20,0","57,4","1,3268" -03/06/2004,09.00.00,-200,1234.0,-200.0,"20,8",1318.0,243.0,714.0,108.0,2108.0,2202.0,"22,6","45,9","1,2418" -03/06/2004,10.00.00,-200,1138.0,-200.0,"15,1",1152.0,164.0,798.0,93.0,1877.0,1947.0,"27,3","34,3","1,2284" -03/06/2004,11.00.00,-200,987.0,-200.0,"10,9",1009.0,-200.0,914.0,-200.0,1697.0,1227.0,"27,4","31,0","1,1184" -03/06/2004,12.00.00,-200,980.0,-200.0,"11,1",1019.0,-200.0,921.0,-200.0,1720.0,950.0,"26,2","33,6","1,1244" -03/06/2004,13.00.00,-200,966.0,-200.0,"12,1",1054.0,-200.0,885.0,-200.0,1742.0,917.0,"26,8","32,4","1,1263" -03/06/2004,14.00.00,-200,905.0,-200.0,"8,6",923.0,-200.0,1025.0,-200.0,1582.0,707.0,"28,7","27,7","1,0710" -03/06/2004,15.00.00,-200,903.0,-200.0,"9,7",968.0,-200.0,992.0,-200.0,1565.0,740.0,"28,7","25,0","0,9684" -03/06/2004,16.00.00,-200,914.0,-200.0,"11,0",1014.0,-200.0,988.0,-200.0,1597.0,775.0,"29,1","22,3","0,8811" -03/06/2004,17.00.00,-200,1050.0,-200.0,"16,6",1199.0,-200.0,849.0,-200.0,1781.0,1035.0,"29,0","24,5","0,9655" -03/06/2004,18.00.00,-200,1043.0,-200.0,"14,7",1139.0,-200.0,876.0,-200.0,1756.0,1001.0,"27,2","28,3","1,0016" -03/06/2004,19.00.00,-200,1125.0,-200.0,"19,5",1283.0,-200.0,792.0,-200.0,1899.0,1101.0,"25,3","30,0","0,9520" -03/06/2004,20.00.00,-200,1058.0,-200.0,"14,5",1134.0,-200.0,855.0,-200.0,1797.0,1034.0,"24,1","34,8","1,0333" -03/06/2004,21.00.00,-200,951.0,-200.0,"7,8",892.0,-200.0,1015.0,-200.0,1611.0,786.0,"23,0","43,1","1,1993" -03/06/2004,22.00.00,-200,944.0,-200.0,"7,8",891.0,-200.0,1016.0,-200.0,1593.0,844.0,"22,1","43,9","1,1521" -03/06/2004,23.00.00,-200,959.0,-200.0,"7,8",892.0,-200.0,996.0,-200.0,1616.0,866.0,"21,0","48,1","1,1780" -04/06/2004,00.00.00,-200,974.0,-200.0,"8,5",919.0,-200.0,976.0,-200.0,1638.0,909.0,"20,6","49,2","1,1754" -04/06/2004,01.00.00,-200,880.0,-200.0,"5,7",799.0,-200.0,1097.0,-200.0,1533.0,724.0,"21,2","47,6","1,1799" -04/06/2004,02.00.00,-200,853.0,-200.0,"4,5",740.0,-200.0,1146.0,-200.0,1526.0,715.0,"21,0","50,1","1,2338" -04/06/2004,03.00.00,-200,912.0,-200.0,"5,6",795.0,-200.0,1042.0,-200.0,1564.0,827.0,"20,1","53,1","1,2342" -04/06/2004,04.00.00,-200,863.0,-200.0,"4,6",745.0,-200.0,1098.0,-200.0,1496.0,786.0,"19,0","54,0","1,1745" -04/06/2004,05.00.00,-200,729.0,-200.0,"1,2",520.0,-200.0,1570.0,-200.0,1318.0,445.0,"19,2","51,1","1,1240" -04/06/2004,06.00.00,-200,830.0,-200.0,"3,4",674.0,-200.0,1246.0,-200.0,1459.0,607.0,"19,2","53,1","1,1662" -04/06/2004,07.00.00,-200,1198.0,-200.0,"17,0",1209.0,-200.0,779.0,-200.0,2058.0,1213.0,"20,6","49,0","1,1748" -04/06/2004,08.00.00,-200,971.0,-200.0,"10,0",977.0,-200.0,921.0,-200.0,1667.0,910.0,"21,8","41,9","1,0770" -04/06/2004,09.00.00,-200,885.0,-200.0,"6,0",812.0,-200.0,1100.0,-200.0,1495.0,675.0,"22,8","37,6","1,0315" -04/06/2004,10.00.00,-200,862.0,-200.0,"5,7",798.0,-200.0,1148.0,-200.0,1456.0,582.0,"24,8","31,3","0,9646" -04/06/2004,11.00.00,-200,892.0,-200.0,"6,9",853.0,-200.0,1080.0,-200.0,1509.0,666.0,"26,0","29,4","0,9760" -04/06/2004,12.00.00,-200,933.0,-200.0,"9,5",960.0,-200.0,994.0,-200.0,1577.0,726.0,"27,0","27,8","0,9731" -04/06/2004,13.00.00,-200,975.0,-200.0,"11,1",1017.0,-200.0,930.0,-200.0,1668.0,801.0,"27,0","29,3","1,0277" -04/06/2004,14.00.00,-200,927.0,-200.0,"8,1",905.0,-200.0,1016.0,-200.0,1554.0,711.0,"27,0","29,6","1,0419" -04/06/2004,15.00.00,-200,993.0,-200.0,"10,2",985.0,-200.0,950.0,-200.0,1680.0,790.0,"25,8","32,6","1,0720" -04/06/2004,16.00.00,"2,7",1053.0,-200.0,"13,3",1093.0,-200.0,873.0,-200.0,1749.0,924.0,"26,2","32,6","1,0892" -04/06/2004,17.00.00,"3,6",1116.0,-200.0,"16,6",1198.0,-200.0,811.0,-200.0,1863.0,1045.0,"28,3","27,5","1,0418" -04/06/2004,18.00.00,"3,3",1097.0,-200.0,"16,9",1206.0,-200.0,813.0,-200.0,1867.0,1088.0,"26,5","29,7","1,0123" -04/06/2004,19.00.00,"3,6",1116.0,-200.0,"17,5",1226.0,-200.0,792.0,-200.0,1938.0,1038.0,"25,7","31,8","1,0317" -04/06/2004,20.00.00,"2,9",1057.0,-200.0,"13,1",1087.0,-200.0,871.0,-200.0,1769.0,981.0,"24,4","35,2","1,0632" -04/06/2004,21.00.00,"1,9",973.0,-200.0,"9,2",949.0,-200.0,987.0,-200.0,1615.0,820.0,"23,5","36,9","1,0518" -04/06/2004,22.00.00,2,1016.0,-200.0,"10,0",977.0,-200.0,951.0,-200.0,1652.0,948.0,"22,4","41,0","1,1006" -04/06/2004,23.00.00,"2,9",1120.0,-200.0,"13,1",1088.0,-200.0,849.0,-200.0,1785.0,1067.0,"21,7","44,7","1,1451" -05/06/2004,00.00.00,"2,7",1076.0,-200.0,"12,9",1080.0,-200.0,846.0,-200.0,1787.0,1070.0,"21,1","48,1","1,1864" -05/06/2004,01.00.00,"1,5",937.0,-200.0,"7,8",890.0,-200.0,970.0,-200.0,1625.0,877.0,"20,7","50,0","1,2030" -05/06/2004,02.00.00,"1,6",980.0,-200.0,"9,2",948.0,-200.0,888.0,-200.0,1702.0,1028.0,"19,8","53,1","1,2093" -05/06/2004,03.00.00,"1,3",937.0,-200.0,"6,9",853.0,-200.0,962.0,-200.0,1604.0,969.0,"19,8","53,6","1,2214" -05/06/2004,04.00.00,"0,7",852.0,-200.0,"4,5",739.0,37.0,1095.0,63.0,1525.0,837.0,"19,6","54,8","1,2360" -05/06/2004,05.00.00,"0,7",858.0,-200.0,"4,9",757.0,57.0,1066.0,71.0,1542.0,904.0,"19,3","57,3","1,2650" -05/06/2004,06.00.00,"1,2",963.0,-200.0,"7,9",894.0,131.0,942.0,91.0,1702.0,1065.0,"19,7","58,4","1,3254" -05/06/2004,07.00.00,"1,5",966.0,-200.0,"7,4",874.0,171.0,969.0,95.0,1682.0,999.0,"19,8","59,4","1,3554" -05/06/2004,08.00.00,"1,5",983.0,-200.0,"8,0",901.0,187.0,954.0,96.0,1691.0,986.0,"20,9","54,8","1,3387" -05/06/2004,09.00.00,"1,6",990.0,-200.0,"7,6",881.0,133.0,985.0,81.0,1685.0,874.0,"22,4","47,9","1,2817" -05/06/2004,10.00.00,"1,1",891.0,-200.0,"5,3",780.0,87.0,1110.0,68.0,1543.0,689.0,"24,1","41,3","1,2202" -05/06/2004,11.00.00,"1,1",883.0,-200.0,"5,3",778.0,61.0,1130.0,57.0,1545.0,608.0,"25,9","36,9","1,2133" -05/06/2004,12.00.00,"1,4",914.0,-200.0,"8,0",900.0,86.0,1010.0,68.0,1596.0,706.0,"30,7","26,0","1,1287" -05/06/2004,13.00.00,"1,4",896.0,-200.0,"8,4",917.0,83.0,1017.0,72.0,1577.0,704.0,"30,3","25,2","1,0652" -05/06/2004,14.00.00,1,841.0,-200.0,"6,0",811.0,61.0,1135.0,62.0,1463.0,609.0,"30,1","25,4","1,0641" -05/06/2004,15.00.00,"1,3",926.0,-200.0,"7,3",868.0,80.0,1048.0,75.0,1599.0,687.0,"27,6","35,1","1,2764" -05/06/2004,16.00.00,"1,9",1133.0,-200.0,"10,2",984.0,110.0,838.0,92.0,1897.0,976.0,"26,6","47,6","1,6315" -05/06/2004,17.00.00,"1,7",1042.0,-200.0,"9,0",939.0,108.0,917.0,89.0,1744.0,860.0,"30,4","31,3","1,3331" -05/06/2004,18.00.00,"2,3",1124.0,-200.0,"14,0",1118.0,134.0,793.0,105.0,1915.0,1021.0,"27,8","35,0","1,2820" -05/06/2004,19.00.00,"2,4",1157.0,-200.0,"16,1",1183.0,133.0,738.0,111.0,1970.0,1079.0,"26,6","37,9","1,2994" -05/06/2004,20.00.00,"1,8",989.0,-200.0,"8,2",906.0,118.0,954.0,102.0,1681.0,826.0,"23,4","44,4","1,2646" -05/06/2004,21.00.00,"0,6",841.0,-200.0,"3,8",699.0,17.0,1123.0,30.0,1508.0,558.0,"23,0","51,1","1,4175" -05/06/2004,22.00.00,"0,8",916.0,-200.0,"5,6",791.0,26.0,1007.0,43.0,1588.0,679.0,"22,1","53,5","1,4087" -05/06/2004,23.00.00,"1,7",1008.0,-200.0,"8,0",900.0,55.0,907.0,67.0,1681.0,850.0,"21,6","53,6","1,3674" -06/06/2004,00.00.00,"1,1",895.0,-200.0,"5,6",792.0,39.0,975.0,58.0,1574.0,733.0,"21,9","52,7","1,3650" -06/06/2004,01.00.00,"0,6",810.0,-200.0,"3,8",702.0,15.0,1093.0,24.0,1529.0,612.0,"21,3","54,9","1,3707" -06/06/2004,02.00.00,"1,1",968.0,-200.0,"6,6",840.0,47.0,891.0,58.0,1727.0,788.0,"17,5","79,1","1,5709" -06/06/2004,03.00.00,"1,1",922.0,-200.0,"7,0",859.0,-200.0,871.0,-200.0,1739.0,728.0,"17,6","78,6","1,5722" -06/06/2004,04.00.00,1,892.0,-200.0,"5,2",773.0,49.0,926.0,62.0,1660.0,724.0,"17,1","81,8","1,5816" -06/06/2004,05.00.00,"0,5",806.0,-200.0,"2,4",615.0,21.0,1172.0,34.0,1525.0,543.0,"16,6","80,2","1,5002" -06/06/2004,06.00.00,"0,7",827.0,-200.0,"3,1",659.0,33.0,1115.0,46.0,1552.0,616.0,"16,8","77,4","1,4739" -06/06/2004,07.00.00,1,881.0,-200.0,"5,2",776.0,63.0,1037.0,62.0,1623.0,677.0,"18,3","66,5","1,3810" -06/06/2004,08.00.00,"1,2",877.0,-200.0,"5,9",808.0,73.0,1011.0,70.0,1614.0,723.0,"20,4","55,8","1,3196" -06/06/2004,09.00.00,"0,7",784.0,-200.0,"2,8",638.0,51.0,1314.0,54.0,1412.0,529.0,"21,6","45,3","1,1533" -06/06/2004,10.00.00,"0,9",806.0,-200.0,"3,4",675.0,61.0,1270.0,61.0,1414.0,528.0,"23,1","39,4","1,0983" -06/06/2004,11.00.00,"0,8",775.0,-200.0,"3,0",653.0,52.0,1349.0,53.0,1365.0,491.0,"25,4","31,6","1,0058" -06/06/2004,12.00.00,"0,8",773.0,-200.0,"3,4",676.0,49.0,1331.0,49.0,1374.0,489.0,"26,6","29,0","0,9928" -06/06/2004,13.00.00,"0,5",734.0,-200.0,"2,3",603.0,40.0,1471.0,48.0,1303.0,450.0,"25,9","28,8","0,9475" -06/06/2004,14.00.00,"0,5",757.0,-200.0,"2,7",635.0,36.0,1445.0,45.0,1345.0,451.0,"27,0","28,0","0,9810" -06/06/2004,15.00.00,"0,7",817.0,-200.0,"3,6",688.0,51.0,1299.0,60.0,1435.0,512.0,"23,6","38,1","1,0917" -06/06/2004,16.00.00,"0,9",815.0,-200.0,"4,2",720.0,56.0,1225.0,59.0,1418.0,525.0,"25,9","32,0","1,0529" -06/06/2004,17.00.00,1,844.0,-200.0,"4,9",757.0,71.0,1186.0,67.0,1445.0,556.0,"26,3","31,5","1,0643" -06/06/2004,18.00.00,"1,2",880.0,-200.0,"5,9",807.0,79.0,1123.0,72.0,1510.0,599.0,"23,9","36,8","1,0774" -06/06/2004,19.00.00,"1,3",906.0,-200.0,"6,6",838.0,117.0,1084.0,88.0,1547.0,694.0,"23,7","36,8","1,0609" -06/06/2004,20.00.00,"1,6",904.0,-200.0,"7,6",882.0,127.0,1048.0,94.0,1549.0,744.0,"22,5","37,8","1,0157" -06/06/2004,21.00.00,"1,4",877.0,-200.0,"7,0",858.0,118.0,1080.0,89.0,1535.0,724.0,"21,8","39,2","1,0115" -06/06/2004,22.00.00,"1,7",918.0,-200.0,"7,5",879.0,130.0,1030.0,96.0,1569.0,804.0,"20,9","42,6","1,0400" -06/06/2004,23.00.00,"1,7",930.0,-200.0,"8,4",914.0,131.0,991.0,98.0,1631.0,862.0,"20,0","45,6","1,0555" -07/06/2004,00.00.00,"1,4",870.0,-200.0,"7,0",858.0,102.0,1061.0,95.0,1557.0,811.0,"19,3","47,9","1,0590" -07/06/2004,01.00.00,"0,8",793.0,-200.0,"3,9",703.0,48.0,1222.0,64.0,1439.0,627.0,"18,7","49,0","1,0462" -07/06/2004,02.00.00,"0,4",760.0,-200.0,"2,6",626.0,22.0,1263.0,38.0,1386.0,575.0,"17,8","54,1","1,0938" -07/06/2004,03.00.00,"0,3",733.0,-200.0,"2,0",588.0,-200.0,1281.0,-200.0,1394.0,589.0,"18,6","52,7","1,1206" -07/06/2004,04.00.00,-200,726.0,-200.0,"2,1",591.0,22.0,1263.0,34.0,1386.0,579.0,"17,2","57,9","1,1270" -07/06/2004,05.00.00,"0,5",732.0,-200.0,"2,4",613.0,44.0,1273.0,40.0,1413.0,605.0,"18,2","54,1","1,1155" -07/06/2004,06.00.00,"1,5",933.0,-200.0,"9,6",962.0,167.0,867.0,76.0,1705.0,974.0,"17,3","57,6","1,1289" -07/06/2004,07.00.00,"2,6",1061.0,-200.0,"15,4",1162.0,220.0,777.0,90.0,1898.0,1132.0,"19,9","49,4","1,1354" -07/06/2004,08.00.00,"4,3",1201.0,-200.0,"25,0",1428.0,285.0,664.0,118.0,2249.0,1378.0,"21,7","44,2","1,1321" -07/06/2004,09.00.00,"3,1",1065.0,-200.0,"15,1",1151.0,272.0,801.0,118.0,1894.0,1160.0,"23,5","40,0","1,1386" -07/06/2004,10.00.00,"2,9",1075.0,-200.0,"17,4",1222.0,238.0,774.0,122.0,1943.0,1213.0,"28,4","29,7","1,1345" -07/06/2004,11.00.00,"2,5",998.0,-200.0,"14,1",1119.0,207.0,832.0,120.0,1780.0,1057.0,"31,6","24,1","1,0994" -07/06/2004,12.00.00,"1,9",922.0,-200.0,"11,8",1042.0,152.0,887.0,132.0,1744.0,832.0,"31,3","24,1","1,0816" -07/06/2004,13.00.00,"2,5",1023.0,-200.0,"14,9",1147.0,185.0,829.0,115.0,1842.0,983.0,"34,4","20,4","1,0857" -07/06/2004,14.00.00,"2,5",1039.0,-200.0,"16,0",1180.0,184.0,833.0,127.0,1815.0,1047.0,"33,7","21,3","1,0988" -07/06/2004,15.00.00,"2,8",1054.0,-200.0,"16,5",1195.0,205.0,815.0,126.0,1848.0,1078.0,"35,9","18,9","1,0999" -07/06/2004,16.00.00,"2,3",1022.0,-200.0,"15,2",1155.0,172.0,871.0,113.0,1840.0,979.0,"34,3","19,4","1,0279" -07/06/2004,17.00.00,"3,3",1082.0,-200.0,"18,9",1266.0,227.0,788.0,124.0,1910.0,1139.0,"33,5","19,9","1,0112" -07/06/2004,18.00.00,"2,8",1056.0,-200.0,"19,0",1268.0,187.0,786.0,108.0,1896.0,1111.0,"30,5","24,2","1,0386" -07/06/2004,19.00.00,"4,8",1243.0,-200.0,"28,9",1524.0,290.0,647.0,142.0,2281.0,1470.0,"30,3","26,2","1,1161" -07/06/2004,20.00.00,"2,5",1029.0,-200.0,"13,4",1097.0,155.0,825.0,125.0,1827.0,980.0,"27,0","36,7","1,2898" -07/06/2004,21.00.00,2,1004.0,-200.0,"10,9",1011.0,108.0,867.0,116.0,1754.0,893.0,"24,6","41,9","1,2752" -07/06/2004,22.00.00,"1,8",979.0,-200.0,"8,9",937.0,94.0,919.0,101.0,1683.0,858.0,"23,3","44,5","1,2566" -07/06/2004,23.00.00,"1,7",972.0,-200.0,"8,5",919.0,103.0,934.0,101.0,1668.0,904.0,"22,4","46,9","1,2544" -08/06/2004,00.00.00,"1,3",942.0,-200.0,"6,7",846.0,78.0,980.0,92.0,1615.0,905.0,"21,7","50,8","1,3019" -08/06/2004,01.00.00,"0,7",825.0,-200.0,"4,2",720.0,38.0,1129.0,55.0,1511.0,678.0,"21,0","51,9","1,2794" -08/06/2004,02.00.00,"0,5",780.0,-200.0,"2,5",621.0,26.0,1277.0,42.0,1452.0,586.0,"20,5","54,3","1,2926" -08/06/2004,03.00.00,"0,4",746.0,-200.0,"1,7",565.0,-200.0,1369.0,-200.0,1423.0,608.0,"20,9","52,5","1,2852" -08/06/2004,04.00.00,"0,3",734.0,-200.0,"1,4",538.0,19.0,1449.0,30.0,1400.0,514.0,"21,0","53,1","1,3031" -08/06/2004,05.00.00,"0,5",785.0,-200.0,"2,8",640.0,35.0,1265.0,40.0,1467.0,588.0,"19,6","57,1","1,2851" -08/06/2004,06.00.00,"1,4",946.0,-200.0,"8,8",931.0,126.0,917.0,69.0,1745.0,884.0,"18,2","62,3","1,2903" -08/06/2004,07.00.00,"3,3",1201.0,-200.0,"19,4",1279.0,309.0,683.0,100.0,2144.0,1338.0,"19,5","57,7","1,2966" -08/06/2004,08.00.00,"5,8",1377.0,-200.0,"36,1",1688.0,376.0,525.0,125.0,2746.0,1708.0,"21,6","51,7","1,3130" -08/06/2004,09.00.00,5,1346.0,-200.0,"27,1",1481.0,441.0,602.0,174.0,2367.0,1681.0,"23,9","44,4","1,3029" -08/06/2004,10.00.00,"3,5",1230.0,-200.0,"19,0",1268.0,309.0,698.0,171.0,2049.0,1509.0,"28,1","35,2","1,3120" -08/06/2004,11.00.00,"2,9",1160.0,-200.0,"16,9",1208.0,220.0,728.0,149.0,1925.0,1330.0,"31,4","28,6","1,2980" -08/06/2004,12.00.00,"2,5",1146.0,-200.0,"15,7",1171.0,168.0,761.0,124.0,1902.0,1138.0,"33,7","25,5","1,3095" -08/06/2004,13.00.00,"2,3",1078.0,-200.0,"14,1",1121.0,149.0,818.0,119.0,1806.0,963.0,"35,9","20,8","1,2103" -08/06/2004,14.00.00,"2,4",1111.0,-200.0,"16,5",1194.0,160.0,794.0,130.0,1875.0,1015.0,"37,5","18,1","1,1529" -08/06/2004,15.00.00,"2,6",1083.0,-200.0,"14,8",1141.0,177.0,825.0,143.0,1793.0,1008.0,"37,7","17,7","1,1383" -08/06/2004,16.00.00,"2,2",1056.0,-200.0,"13,0",1083.0,-200.0,865.0,-200.0,1723.0,898.0,"37,8","17,4","1,1219" -08/06/2004,17.00.00,"3,5",1220.0,-200.0,"21,4",1334.0,176.0,695.0,183.0,2066.0,1215.0,"36,6","20,6","1,2445" -08/06/2004,18.00.00,"3,9",1268.0,-200.0,"23,6",1393.0,202.0,650.0,161.0,2144.0,1334.0,"32,5","26,0","1,2502" -08/06/2004,19.00.00,"4,5",1256.0,-200.0,"25,0",1430.0,255.0,660.0,170.0,2151.0,1380.0,"30,8","27,2","1,1832" -08/06/2004,20.00.00,"3,8",1213.0,-200.0,"21,6",1341.0,210.0,683.0,143.0,2090.0,1601.0,"28,8","30,2","1,1761" -08/06/2004,21.00.00,"2,8",1145.0,-200.0,"15,7",1170.0,157.0,751.0,123.0,1894.0,1376.0,"26,7","35,4","1,2233" -08/06/2004,22.00.00,"1,7",1050.0,-200.0,"10,9",1011.0,96.0,836.0,89.0,1739.0,1161.0,"25,3","40,7","1,2910" -08/06/2004,23.00.00,"1,2",972.0,-200.0,"8,1",902.0,59.0,933.0,67.0,1647.0,878.0,"24,9","41,2","1,2809" -09/06/2004,00.00.00,"1,6",1020.0,-200.0,"10,2",984.0,81.0,853.0,81.0,1753.0,1031.0,"23,7","45,1","1,3033" -09/06/2004,01.00.00,1,934.0,-200.0,"7,5",878.0,40.0,940.0,54.0,1644.0,847.0,"22,5","49,0","1,3151" -09/06/2004,02.00.00,"0,9",914.0,-200.0,"5,8",801.0,42.0,965.0,57.0,1609.0,908.0,"22,3","50,6","1,3486" -09/06/2004,03.00.00,"0,5",824.0,-200.0,"3,8",698.0,-200.0,1107.0,-200.0,1517.0,733.0,"22,0","50,5","1,3199" -09/06/2004,04.00.00,"0,5",817.0,-200.0,"3,3",672.0,31.0,1113.0,51.0,1501.0,751.0,"20,8","54,4","1,3229" -09/06/2004,05.00.00,"0,5",833.0,-200.0,"4,0",708.0,54.0,1084.0,58.0,1525.0,799.0,"20,3","56,0","1,3204" -09/06/2004,06.00.00,1,935.0,-200.0,"8,1",905.0,88.0,899.0,69.0,1675.0,954.0,"20,5","54,8","1,3073" -09/06/2004,07.00.00,"3,5",1297.0,-200.0,"22,3",1359.0,261.0,630.0,107.0,2214.0,1425.0,"21,7","50,6","1,2981" -09/06/2004,08.00.00,"6,4",1496.0,-200.0,"36,9",1705.0,357.0,507.0,151.0,2691.0,2147.0,"23,4","46,1","1,3091" -09/06/2004,09.00.00,"2,9",1201.0,-200.0,"17,5",1224.0,265.0,701.0,146.0,1987.0,1532.0,"25,1","43,0","1,3488" -09/06/2004,10.00.00,"3,4",1267.0,-200.0,"19,3",1276.0,247.0,676.0,165.0,2059.0,1570.0,"30,1","32,8","1,3795" -09/06/2004,11.00.00,"2,8",1224.0,-200.0,"17,6",1228.0,189.0,711.0,159.0,1972.0,1380.0,"34,7","25,9","1,4069" -09/06/2004,12.00.00,"2,8",1247.0,-200.0,"18,6",1257.0,168.0,701.0,174.0,2000.0,1337.0,"37,2","23,2","1,4478" -09/06/2004,13.00.00,"2,8",1183.0,-200.0,"18,0",1241.0,183.0,721.0,167.0,1937.0,1308.0,"39,5","18,3","1,2917" -09/06/2004,14.00.00,"2,3",1078.0,-200.0,"14,0",1116.0,157.0,815.0,137.0,1761.0,1013.0,"40,6","15,3","1,1485" -09/06/2004,15.00.00,"1,8",1076.0,-200.0,"10,9",1012.0,113.0,894.0,116.0,1665.0,816.0,"40,3","16,1","1,1896" -09/06/2004,16.00.00,2,1052.0,-200.0,"11,1",1019.0,140.0,896.0,125.0,1610.0,836.0,"40,3","14,2","1,0494" -09/06/2004,17.00.00,"3,5",1287.0,-200.0,"21,6",1340.0,230.0,699.0,194.0,2008.0,1267.0,"39,6","16,7","1,1867" -09/06/2004,18.00.00,"4,9",1460.0,-200.0,"27,6",1493.0,277.0,586.0,222.0,2288.0,1649.0,"37,3","23,4","1,4672" -09/06/2004,19.00.00,"4,6",1357.0,-200.0,"25,6",1445.0,295.0,620.0,206.0,2195.0,1622.0,"33,7","27,7","1,4213" -09/06/2004,20.00.00,"3,4",1234.0,-200.0,"18,6",1257.0,212.0,695.0,162.0,2019.0,1349.0,"30,7","32,2","1,3983" -09/06/2004,21.00.00,"2,7",1151.0,-200.0,"15,2",1154.0,151.0,747.0,132.0,1894.0,1186.0,"28,4","35,7","1,3549" -09/06/2004,22.00.00,"1,9",1065.0,-200.0,"11,7",1038.0,110.0,805.0,107.0,1763.0,1026.0,"26,5","38,6","1,3154" -09/06/2004,23.00.00,"1,5",984.0,-200.0,"8,7",929.0,83.0,917.0,84.0,1654.0,817.0,"25,4","40,1","1,2822" -10/06/2004,00.00.00,1,938.0,-200.0,"7,6",881.0,48.0,956.0,61.0,1607.0,662.0,"24,1","43,3","1,2839" -10/06/2004,01.00.00,"0,7",878.0,-200.0,"5,2",774.0,27.0,1065.0,42.0,1527.0,552.0,"23,9","45,6","1,3328" -10/06/2004,02.00.00,1,919.0,-200.0,"5,9",807.0,48.0,967.0,66.0,1598.0,775.0,"22,0","52,8","1,3752" -10/06/2004,03.00.00,"0,6",836.0,-200.0,"4,0",709.0,-200.0,1085.0,-200.0,1498.0,646.0,"20,7","56,1","1,3565" -10/06/2004,04.00.00,-200,814.0,-200.0,"3,3",673.0,33.0,1138.0,50.0,1488.0,647.0,"20,1","57,3","1,3352" -10/06/2004,05.00.00,"0,9",872.0,-200.0,"5,4",782.0,75.0,1001.0,76.0,1607.0,874.0,"19,5","59,4","1,3328" -10/06/2004,06.00.00,"1,2",949.0,-200.0,"8,7",929.0,101.0,887.0,78.0,1711.0,973.0,"20,0","56,6","1,3095" -10/06/2004,07.00.00,"2,9",1227.0,-200.0,"19,9",1292.0,214.0,661.0,104.0,2087.0,1327.0,"21,7","53,9","1,3848" -10/06/2004,08.00.00,"4,8",1360.0,-200.0,"30,4",1561.0,290.0,545.0,139.0,2525.0,1626.0,"23,7","49,0","1,4152" -10/06/2004,09.00.00,"4,3",1318.0,-200.0,"24,6",1420.0,311.0,586.0,166.0,2316.0,1640.0,"25,9","44,3","1,4544" -10/06/2004,10.00.00,"3,1",1196.0,-200.0,"16,9",1208.0,234.0,705.0,151.0,1981.0,1341.0,"30,1","34,3","1,4414" -10/06/2004,11.00.00,"2,4",1152.0,-200.0,"13,6",1102.0,157.0,770.0,134.0,1868.0,1113.0,"33,5","27,2","1,3859" -10/06/2004,12.00.00,"2,8",1220.0,-200.0,"15,3",1157.0,165.0,715.0,148.0,1935.0,1224.0,"35,4","26,1","1,4806" -10/06/2004,13.00.00,"2,5",1182.0,-200.0,"14,1",1120.0,137.0,735.0,126.0,1893.0,1095.0,"37,9","23,2","1,5020" -10/06/2004,14.00.00,"2,6",1167.0,-200.0,"17,0",1210.0,149.0,719.0,144.0,1944.0,1152.0,"39,7","18,7","1,3306" -10/06/2004,15.00.00,"2,3",1142.0,-200.0,"13,8",1109.0,140.0,782.0,133.0,1789.0,1047.0,"40,4","17,2","1,2774" -10/06/2004,16.00.00,"2,4",1157.0,-200.0,"13,6",1105.0,139.0,779.0,139.0,1792.0,982.0,"40,0","18,8","1,3630" -10/06/2004,17.00.00,"3,5",1274.0,-200.0,"21,2",1329.0,221.0,670.0,178.0,2054.0,1320.0,"38,9","18,8","1,2900" -10/06/2004,18.00.00,"4,8",1372.0,-200.0,"25,9",1451.0,318.0,631.0,206.0,2183.0,1541.0,"35,8","22,1","1,2792" -10/06/2004,19.00.00,"5,1",1373.0,-200.0,"25,4",1440.0,363.0,635.0,211.0,2183.0,1510.0,"33,1","25,9","1,2923" -10/06/2004,20.00.00,"4,7",1290.0,-200.0,"23,6",1393.0,341.0,655.0,180.0,2146.0,1511.0,"30,9","28,2","1,2388" -10/06/2004,21.00.00,"2,4",1056.0,-200.0,"12,0",1051.0,163.0,826.0,116.0,1758.0,1078.0,"27,5","32,6","1,1760" -10/06/2004,22.00.00,"2,5",1116.0,-200.0,"14,2",1123.0,157.0,768.0,118.0,1826.0,1235.0,"26,3","34,3","1,1605" -10/06/2004,23.00.00,"2,7",1106.0,-200.0,"14,2",1122.0,202.0,783.0,115.0,1813.0,1202.0,"25,5","34,1","1,0968" -11/06/2004,00.00.00,"1,5",1018.0,-200.0,"10,4",992.0,102.0,839.0,96.0,1710.0,1103.0,"24,7","39,3","1,2065" -11/06/2004,01.00.00,"1,1",919.0,-200.0,"7,5",880.0,70.0,915.0,86.0,1628.0,1013.0,"24,2","39,5","1,1764" -11/06/2004,02.00.00,"0,6",807.0,-200.0,"3,5",681.0,41.0,1092.0,65.0,1435.0,765.0,"24,8","37,8","1,1639" -11/06/2004,03.00.00,"0,5",787.0,-200.0,"2,5",620.0,-200.0,1176.0,-200.0,1403.0,618.0,"22,7","43,8","1,1952" -11/06/2004,04.00.00,"0,4",789.0,-200.0,"2,6",623.0,36.0,1146.0,53.0,1407.0,663.0,"22,0","44,3","1,1553" -11/06/2004,05.00.00,"0,6",825.0,-200.0,"4,0",709.0,68.0,1050.0,74.0,1491.0,813.0,"19,3","51,4","1,1364" -11/06/2004,06.00.00,1,912.0,-200.0,"7,0",858.0,92.0,923.0,69.0,1608.0,894.0,"19,8","50,4","1,1525" -11/06/2004,07.00.00,"4,6",1339.0,-200.0,"24,8",1425.0,332.0,595.0,131.0,2264.0,1495.0,"20,5","48,2","1,1474" -11/06/2004,08.00.00,"4,8",1355.0,-200.0,"28,9",1526.0,333.0,567.0,134.0,2397.0,1658.0,"22,8","42,7","1,1667" -11/06/2004,09.00.00,4,1250.0,-200.0,"21,5",1336.0,298.0,632.0,148.0,2104.0,1506.0,"25,6","35,8","1,1548" -11/06/2004,10.00.00,-200,1105.0,-200.0,"12,9",1079.0,-200.0,788.0,-200.0,1774.0,1168.0,"30,0","27,5","1,1509" -11/06/2004,11.00.00,2,1076.0,-200.0,"12,2",1055.0,146.0,817.0,-200.0,1734.0,993.0,"34,4","21,0","1,1248" -11/06/2004,12.00.00,2,1096.0,-200.0,"13,1",1087.0,120.0,801.0,111.0,1759.0,910.0,"35,9","19,6","1,1422" -11/06/2004,13.00.00,2,1093.0,-200.0,"13,3",1094.0,108.0,797.0,110.0,1769.0,912.0,"37,2","18,2","1,1389" -11/06/2004,14.00.00,"1,9",1027.0,-200.0,"12,5",1066.0,109.0,837.0,110.0,1689.0,814.0,"37,3","16,6","1,0435" -11/06/2004,15.00.00,"1,9",1026.0,-200.0,"13,0",1085.0,124.0,848.0,116.0,1654.0,1341.0,"37,4","14,9","0,9413" -11/06/2004,16.00.00,"1,9",1015.0,-200.0,"12,3",1062.0,127.0,877.0,120.0,1668.0,847.0,"36,4","15,1","0,9005" -11/06/2004,17.00.00,"2,6",1028.0,-200.0,"15,2",1155.0,185.0,832.0,142.0,1691.0,925.0,"35,4","14,7","0,8323" -11/06/2004,18.00.00,"3,2",1074.0,-200.0,"19,1",1270.0,230.0,776.0,146.0,1833.0,1087.0,"34,2","14,2","0,7502" -11/06/2004,19.00.00,"3,4",1124.0,-200.0,"19,7",1289.0,265.0,765.0,153.0,1863.0,1132.0,"31,1","18,7","0,8302" -11/06/2004,20.00.00,"3,4",1111.0,-200.0,"18,6",1256.0,261.0,765.0,158.0,1851.0,1197.0,"29,1","22,0","0,8702" -11/06/2004,21.00.00,"2,9",1062.0,-200.0,"16,1",1183.0,219.0,794.0,140.0,1731.0,1229.0,"27,2","22,5","0,7962" -11/06/2004,22.00.00,"2,7",1072.0,-200.0,"15,0",1148.0,180.0,805.0,127.0,1683.0,1171.0,"25,3","24,6","0,7796" -11/06/2004,23.00.00,"1,3",936.0,-200.0,"7,3",871.0,108.0,990.0,97.0,1430.0,921.0,"24,9","27,2","0,8429" -12/06/2004,00.00.00,"1,3",988.0,-200.0,"8,9",937.0,98.0,894.0,91.0,1543.0,1008.0,"23,5","32,2","0,9220" -12/06/2004,01.00.00,"0,9",924.0,-200.0,"6,6",839.0,57.0,957.0,68.0,1453.0,849.0,"23,5","32,7","0,9349" -12/06/2004,02.00.00,"0,6",839.0,-200.0,"4,3",725.0,36.0,1052.0,52.0,1368.0,668.0,"24,1","32,0","0,9467" -12/06/2004,03.00.00,"0,5",826.0,-200.0,"3,2",666.0,-200.0,1109.0,-200.0,1349.0,641.0,"22,6","34,8","0,9441" -12/06/2004,04.00.00,"0,5",853.0,-200.0,"4,1",716.0,45.0,1047.0,58.0,1414.0,707.0,"20,8","40,2","0,9725" -12/06/2004,05.00.00,"0,9",918.0,-200.0,"6,0",810.0,87.0,936.0,78.0,1524.0,939.0,"18,8","46,6","1,0027" -12/06/2004,06.00.00,"0,7",890.0,-200.0,"5,6",791.0,62.0,950.0,61.0,1489.0,886.0,"19,8","46,0","1,0524" -12/06/2004,07.00.00,"0,6",865.0,-200.0,"4,8",752.0,65.0,996.0,64.0,1451.0,837.0,"21,3","42,3","1,0625" -12/06/2004,08.00.00,"1,3",1003.0,-200.0,"8,9",937.0,125.0,850.0,81.0,1622.0,1005.0,"21,3","41,8","1,0449" -12/06/2004,09.00.00,"1,9",1123.0,-200.0,"13,1",1088.0,157.0,746.0,92.0,1789.0,1191.0,"24,0","36,6","1,0772" -12/06/2004,10.00.00,"2,1",1146.0,-200.0,"14,1",1119.0,171.0,746.0,101.0,1823.0,1200.0,"27,2","30,7","1,0884" -12/06/2004,11.00.00,"1,8",1110.0,-200.0,"11,2",1021.0,119.0,820.0,96.0,1724.0,971.0,"32,3","23,6","1,1271" -12/06/2004,12.00.00,"1,8",1126.0,-200.0,"10,0",979.0,110.0,849.0,101.0,1700.0,907.0,"31,9","25,8","1,2023" -12/06/2004,13.00.00,"1,6",1067.0,-200.0,"9,6",962.0,95.0,860.0,91.0,1658.0,802.0,"35,1","21,8","1,2093" -12/06/2004,14.00.00,"1,2",1008.0,-200.0,"7,2",866.0,58.0,937.0,68.0,1573.0,695.0,"36,0","20,5","1,1995" -12/06/2004,15.00.00,"1,2",1062.0,-200.0,"8,6",924.0,69.0,892.0,76.0,1683.0,777.0,"37,0","20,1","1,2423" -12/06/2004,16.00.00,"1,4",1082.0,-200.0,"9,0",939.0,76.0,869.0,84.0,1678.0,818.0,"36,4","21,0","1,2515" -12/06/2004,17.00.00,"1,3",1042.0,-200.0,"7,9",897.0,63.0,901.0,76.0,1605.0,681.0,"35,2","22,6","1,2670" -12/06/2004,18.00.00,"1,1",1022.0,-200.0,"6,2",823.0,51.0,964.0,61.0,1599.0,631.0,"32,5","27,6","1,3229" -12/06/2004,19.00.00,"1,1",1024.0,-200.0,"6,3",828.0,46.0,936.0,52.0,1601.0,641.0,"29,1","35,1","1,3919" -12/06/2004,20.00.00,"1,1",1048.0,-200.0,"6,3",828.0,52.0,922.0,59.0,1618.0,683.0,"26,9","39,7","1,3898" -12/06/2004,21.00.00,"1,8",1153.0,-200.0,"11,2",1022.0,84.0,765.0,89.0,1806.0,1013.0,"26,1","42,2","1,4039" -12/06/2004,22.00.00,"2,3",1195.0,-200.0,"12,8",1077.0,130.0,731.0,113.0,1860.0,1151.0,"25,5","43,8","1,4095" -12/06/2004,23.00.00,"2,6",1245.0,-200.0,"13,2",1091.0,147.0,734.0,112.0,1870.0,1134.0,"24,9","45,6","1,4135" -13/06/2004,00.00.00,2,1086.0,-200.0,"9,2",946.0,126.0,847.0,89.0,1729.0,945.0,"25,2","45,2","1,4262" -13/06/2004,01.00.00,1,972.0,-200.0,"5,8",804.0,47.0,955.0,53.0,1620.0,734.0,"25,4","45,5","1,4570" -13/06/2004,02.00.00,"0,6",880.0,-200.0,"3,4",677.0,24.0,1109.0,36.0,1500.0,554.0,"26,2","43,6","1,4599" -13/06/2004,03.00.00,"0,6",906.0,-200.0,"4,1",719.0,-200.0,1050.0,-200.0,1561.0,612.0,"24,3","48,2","1,4476" -13/06/2004,04.00.00,"0,5",879.0,-200.0,"3,1",658.0,25.0,1121.0,39.0,1511.0,564.0,"24,4","48,3","1,4499" -13/06/2004,05.00.00,"0,4",842.0,-200.0,"2,2",597.0,21.0,1237.0,33.0,1444.0,512.0,"23,3","51,0","1,4346" -13/06/2004,06.00.00,"0,4",797.0,-200.0,"1,5",543.0,25.0,1466.0,37.0,1347.0,410.0,"21,6","48,1","1,2259" -13/06/2004,07.00.00,"0,4",796.0,-200.0,"1,3",526.0,25.0,1534.0,36.0,1322.0,392.0,"21,4","47,8","1,2005" -13/06/2004,08.00.00,"0,4",767.0,-200.0,"1,2",520.0,30.0,1526.0,42.0,1287.0,377.0,"20,5","46,8","1,1152" -13/06/2004,09.00.00,"0,5",784.0,-200.0,"1,7",562.0,42.0,1460.0,52.0,1286.0,389.0,"20,8","40,7","0,9882" -13/06/2004,10.00.00,"0,6",811.0,-200.0,"2,5",622.0,52.0,1315.0,60.0,1307.0,432.0,"22,3","35,3","0,9371" -13/06/2004,11.00.00,"0,7",838.0,-200.0,"2,5",620.0,62.0,1292.0,74.0,1325.0,502.0,"21,7","38,3","0,9842" -13/06/2004,12.00.00,"0,7",821.0,-200.0,"2,7",632.0,67.0,1295.0,65.0,1302.0,469.0,"24,4","29,6","0,8921" -13/06/2004,13.00.00,"0,6",793.0,-200.0,"1,9",579.0,47.0,1380.0,52.0,1303.0,427.0,"23,4","34,9","0,9910" -13/06/2004,14.00.00,"0,5",794.0,-200.0,"1,8",567.0,35.0,1426.0,40.0,1306.0,406.0,"23,5","35,2","1,0019" -13/06/2004,15.00.00,"0,6",821.0,-200.0,"2,4",614.0,45.0,1309.0,49.0,1350.0,430.0,"22,4","39,0","1,0400" -13/06/2004,16.00.00,"0,8",849.0,-200.0,"2,6",628.0,53.0,1274.0,56.0,1379.0,453.0,"22,0","41,7","1,0865" -13/06/2004,17.00.00,"0,8",852.0,-200.0,"3,0",651.0,57.0,1246.0,59.0,1387.0,470.0,"21,7","42,7","1,0949" -13/06/2004,18.00.00,1,847.0,-200.0,"2,9",645.0,71.0,1245.0,68.0,1364.0,480.0,"20,7","43,4","1,0470" -13/06/2004,19.00.00,1,849.0,-200.0,"3,5",682.0,67.0,1215.0,72.0,1378.0,472.0,"20,3","42,6","1,0045" -13/06/2004,20.00.00,1,865.0,-200.0,"3,6",687.0,75.0,1191.0,78.0,1388.0,521.0,"20,3","44,1","1,0392" -13/06/2004,21.00.00,"0,9",848.0,-200.0,"3,6",689.0,65.0,1180.0,71.0,1403.0,520.0,"20,1","45,2","1,0538" -13/06/2004,22.00.00,"0,7",807.0,-200.0,"2,3",606.0,45.0,1340.0,54.0,1337.0,440.0,"19,8","45,7","1,0424" -13/06/2004,23.00.00,"0,8",814.0,-200.0,"2,6",627.0,46.0,1305.0,57.0,1351.0,446.0,"19,6","45,3","1,0244" -14/06/2004,00.00.00,"0,7",785.0,-200.0,"2,0",582.0,33.0,1377.0,45.0,1311.0,417.0,"19,4","45,9","1,0242" -14/06/2004,01.00.00,"0,5",748.0,-200.0,"1,2",515.0,19.0,1580.0,30.0,1261.0,381.0,"19,7","44,8","1,0172" -14/06/2004,02.00.00,"0,3",716.0,-200.0,"0,7",461.0,9.0,1795.0,16.0,1235.0,350.0,"19,5","46,3","1,0363" -14/06/2004,03.00.00,"0,3",708.0,-200.0,"0,5",437.0,-200.0,1941.0,-200.0,1227.0,334.0,"19,0","49,0","1,0630" -14/06/2004,04.00.00,-200,724.0,-200.0,"0,5",448.0,12.0,1917.0,18.0,1256.0,346.0,"19,1","50,7","1,1090" -14/06/2004,05.00.00,"0,3",748.0,-200.0,"0,8",477.0,21.0,1703.0,28.0,1301.0,380.0,"19,1","52,7","1,1545" -14/06/2004,06.00.00,"0,7",888.0,-200.0,"3,5",683.0,66.0,1196.0,62.0,1483.0,563.0,"20,3","49,3","1,1596" -14/06/2004,07.00.00,"1,5",973.0,-200.0,"7,0",858.0,137.0,941.0,92.0,1584.0,779.0,"21,1","46,2","1,1389" -14/06/2004,08.00.00,"1,8",993.0,-200.0,"8,7",927.0,151.0,886.0,96.0,1665.0,842.0,"21,5","44,5","1,1290" -14/06/2004,09.00.00,"1,4",929.0,-200.0,"6,3",825.0,115.0,992.0,87.0,1561.0,692.0,"22,4","43,6","1,1637" -14/06/2004,10.00.00,"1,5",962.0,-200.0,"7,0",858.0,118.0,941.0,84.0,1613.0,779.0,"24,8","39,1","1,2039" -14/06/2004,11.00.00,"1,2",906.0,-200.0,"5,5",786.0,95.0,1026.0,73.0,1538.0,633.0,"23,9","42,1","1,2335" -14/06/2004,12.00.00,"1,2",915.0,-200.0,"5,3",776.0,86.0,1029.0,72.0,1544.0,616.0,"25,5","38,3","1,2328" -14/06/2004,13.00.00,"1,3",928.0,-200.0,"5,5",787.0,85.0,1012.0,68.0,1585.0,606.0,"25,4","39,2","1,2534" -14/06/2004,14.00.00,1,855.0,-200.0,"3,8",698.0,66.0,1134.0,62.0,1449.0,526.0,"25,6","37,0","1,2006" -14/06/2004,15.00.00,"1,4",920.0,-200.0,"5,4",783.0,74.0,1046.0,70.0,1550.0,588.0,"24,5","38,4","1,1669" -14/06/2004,16.00.00,"1,6",917.0,-200.0,"6,7",842.0,108.0,985.0,83.0,1563.0,674.0,"23,9","39,9","1,1639" -14/06/2004,17.00.00,"2,7",1072.0,-200.0,"12,2",1057.0,150.0,812.0,92.0,1820.0,885.0,"24,2","39,2","1,1665" -14/06/2004,18.00.00,"2,3",1000.0,-200.0,"10,2",985.0,157.0,846.0,103.0,1726.0,879.0,"23,5","41,2","1,1759" -14/06/2004,19.00.00,"1,5",914.0,-200.0,"6,7",845.0,93.0,972.0,82.0,1583.0,703.0,"22,3","44,9","1,1973" -14/06/2004,20.00.00,"1,4",888.0,-200.0,"5,7",799.0,76.0,1023.0,74.0,1531.0,637.0,"21,7","46,5","1,1917" -14/06/2004,21.00.00,1,851.0,-200.0,"4,1",718.0,57.0,1134.0,67.0,1471.0,561.0,"22,0","44,9","1,1699" -14/06/2004,22.00.00,"1,1",870.0,-200.0,"4,7",749.0,64.0,1096.0,74.0,1487.0,612.0,"22,2","44,1","1,1654" -14/06/2004,23.00.00,"1,2",883.0,-200.0,"5,2",773.0,59.0,1062.0,72.0,1514.0,621.0,"21,8","45,6","1,1763" -15/06/2004,00.00.00,"1,2",886.0,-200.0,"5,1",767.0,68.0,1055.0,79.0,1532.0,702.0,"21,6","46,0","1,1742" -15/06/2004,01.00.00,"0,7",792.0,-200.0,"2,8",637.0,31.0,1249.0,43.0,1400.0,559.0,"21,6","45,8","1,1715" -15/06/2004,02.00.00,"0,5",754.0,-200.0,"1,4",535.0,21.0,1490.0,33.0,1335.0,435.0,"20,7","48,3","1,1680" -15/06/2004,03.00.00,"0,4",732.0,-200.0,"1,0",503.0,-200.0,1525.0,-200.0,1321.0,441.0,"21,0","47,1","1,1546" -15/06/2004,04.00.00,"0,4",770.0,-200.0,"2,0",586.0,24.0,1326.0,38.0,1392.0,527.0,"20,8","48,5","1,1800" -15/06/2004,05.00.00,"0,5",797.0,-200.0,"3,0",654.0,38.0,1097.0,51.0,1450.0,720.0,"20,8","49,4","1,1994" -15/06/2004,06.00.00,1,915.0,-200.0,"7,5",877.0,92.0,897.0,69.0,1651.0,937.0,"19,9","51,8","1,1911" -15/06/2004,07.00.00,"4,4",1287.0,-200.0,"24,7",1423.0,311.0,610.0,116.0,2319.0,1482.0,"20,9","49,3","1,2049" -15/06/2004,08.00.00,4,1195.0,-200.0,"24,8",1424.0,260.0,609.0,119.0,2244.0,1489.0,"23,7","39,9","1,1508" -15/06/2004,09.00.00,"2,4",1003.0,-200.0,"10,9",1009.0,181.0,823.0,96.0,1710.0,1015.0,"25,3","35,8","1,1421" -15/06/2004,10.00.00,"2,1",1037.0,-200.0,"11,9",1046.0,177.0,838.0,109.0,1763.0,1004.0,"28,8","29,1","1,1349" -15/06/2004,11.00.00,"2,7",1114.0,-200.0,"16,0",1181.0,180.0,747.0,115.0,1928.0,1129.0,"30,3","26,9","1,1399" -15/06/2004,12.00.00,"2,8",1085.0,-200.0,"15,7",1171.0,174.0,767.0,118.0,1863.0,1068.0,"32,8","23,3","1,1380" -15/06/2004,13.00.00,"2,3",1024.0,-200.0,"13,1",1087.0,140.0,824.0,118.0,1745.0,924.0,"33,9","21,4","1,1135" -15/06/2004,14.00.00,2,1017.0,-200.0,"12,2",1057.0,122.0,859.0,112.0,1698.0,861.0,"35,3","19,6","1,1036" -15/06/2004,15.00.00,"2,6",1053.0,-200.0,"15,8",1173.0,189.0,785.0,140.0,1808.0,981.0,"34,0","20,8","1,0898" -15/06/2004,16.00.00,"2,7",1065.0,-200.0,"16,6",1198.0,169.0,766.0,137.0,1852.0,1043.0,"35,3","18,8","1,0572" -15/06/2004,17.00.00,"3,1",1136.0,-200.0,"18,4",1250.0,172.0,722.0,143.0,1940.0,1124.0,"32,6","24,1","1,1688" -15/06/2004,18.00.00,"3,1",1100.0,-200.0,"16,7",1202.0,154.0,732.0,148.0,1856.0,1004.0,"30,8","28,7","1,2507" -15/06/2004,19.00.00,"3,6",1143.0,-200.0,"20,8",1319.0,192.0,673.0,158.0,2001.0,1190.0,"28,7","31,2","1,2099" -15/06/2004,20.00.00,"2,9",1083.0,-200.0,"15,3",1157.0,160.0,742.0,127.0,1884.0,1072.0,"26,8","35,1","1,2201" -15/06/2004,21.00.00,"2,2",1009.0,-200.0,"11,5",1034.0,110.0,806.0,109.0,1763.0,925.0,"25,3","39,4","1,2524" -15/06/2004,22.00.00,2,969.0,-200.0,"10,1",983.0,97.0,853.0,101.0,1680.0,862.0,"23,9","40,9","1,1966" -15/06/2004,23.00.00,"2,1",1029.0,-200.0,"10,4",993.0,124.0,816.0,114.0,1728.0,969.0,"23,0","44,4","1,2354" -16/06/2004,00.00.00,"1,9",1064.0,-200.0,"9,4",956.0,108.0,812.0,104.0,1770.0,932.0,"22,2","53,9","1,4237" -16/06/2004,01.00.00,"1,4",986.0,-200.0,"6,9",853.0,61.0,865.0,81.0,1645.0,794.0,"20,9","59,8","1,4659" -16/06/2004,02.00.00,"0,8",872.0,-200.0,"4,0",709.0,34.0,1034.0,51.0,1522.0,599.0,"21,3","58,1","1,4570" -16/06/2004,03.00.00,"0,6",840.0,-200.0,"3,0",654.0,-200.0,1124.0,-200.0,1489.0,614.0,"20,8","58,4","1,4189" -16/06/2004,04.00.00,"0,6",812.0,-200.0,"2,6",626.0,24.0,1134.0,40.0,1471.0,625.0,"20,3","58,9","1,3878" -16/06/2004,05.00.00,"0,5",810.0,-200.0,"2,4",612.0,27.0,1163.0,34.0,1462.0,595.0,"21,3","54,5","1,3682" -16/06/2004,06.00.00,1,936.0,-200.0,"6,8",849.0,70.0,882.0,61.0,1640.0,886.0,"20,6","57,4","1,3753" -16/06/2004,07.00.00,"2,7",1244.0,-200.0,"18,9",1265.0,176.0,640.0,95.0,2084.0,1257.0,"21,3","56,9","1,4226" -16/06/2004,08.00.00,5,1440.0,-200.0,"30,2",1556.0,310.0,517.0,142.0,2530.0,1561.0,"22,9","52,4","1,4442" -16/06/2004,09.00.00,"3,3",1180.0,-200.0,"14,9",1145.0,221.0,713.0,128.0,1929.0,1191.0,"24,1","46,5","1,3802" -16/06/2004,10.00.00,"2,4",1126.0,-200.0,"12,2",1058.0,168.0,765.0,115.0,1879.0,1061.0,"27,1","38,8","1,3705" -16/06/2004,11.00.00,"1,7",1005.0,-200.0,"8,3",910.0,109.0,881.0,84.0,1670.0,751.0,"28,4","34,4","1,3140" -16/06/2004,12.00.00,"1,7",1032.0,-200.0,"9,0",940.0,102.0,862.0,85.0,1703.0,733.0,"30,1","30,9","1,2958" -16/06/2004,13.00.00,"2,4",1087.0,-200.0,"13,7",1106.0,129.0,755.0,110.0,1839.0,906.0,"32,7","25,8","1,2547" -16/06/2004,14.00.00,"2,2",1090.0,-200.0,"14,1",1119.0,117.0,756.0,107.0,1811.0,902.0,"32,4","25,7","1,2271" -16/06/2004,15.00.00,"2,2",1072.0,-200.0,"12,0",1050.0,112.0,802.0,107.0,1748.0,836.0,"33,6","24,4","1,2472" -16/06/2004,16.00.00,"2,3",1101.0,-200.0,"12,2",1057.0,122.0,797.0,113.0,1772.0,863.0,"33,0","26,0","1,2877" -16/06/2004,17.00.00,"2,6",1111.0,-200.0,"13,1",1086.0,114.0,787.0,107.0,1802.0,824.0,"33,2","23,7","1,1855" -16/06/2004,18.00.00,"2,3",1048.0,-200.0,"12,6",1070.0,111.0,807.0,106.0,1737.0,842.0,"31,3","25,4","1,1415" -16/06/2004,19.00.00,"3,3",1197.0,-200.0,"18,3",1249.0,158.0,698.0,125.0,1986.0,1132.0,"28,3","31,7","1,1968" -16/06/2004,20.00.00,"3,5",1173.0,-200.0,"17,2",1217.0,202.0,695.0,139.0,1930.0,1175.0,"26,5","35,0","1,1981" -16/06/2004,21.00.00,"2,5",1075.0,-200.0,"12,9",1079.0,166.0,764.0,117.0,1798.0,1111.0,"24,4","40,0","1,2079" -16/06/2004,22.00.00,"2,5",1067.0,-200.0,"13,7",1106.0,143.0,745.0,107.0,1840.0,1125.0,"23,3","43,4","1,2251" -16/06/2004,23.00.00,"2,4",1060.0,-200.0,"13,4",1099.0,122.0,742.0,98.0,1838.0,1077.0,"22,5","45,3","1,2226" -17/06/2004,00.00.00,"2,5",1081.0,-200.0,"13,5",1099.0,113.0,749.0,97.0,1854.0,1087.0,"21,8","47,8","1,2325" -17/06/2004,01.00.00,"2,1",1017.0,-200.0,"9,9",975.0,109.0,822.0,95.0,1722.0,1014.0,"20,9","51,0","1,2446" -17/06/2004,02.00.00,1,836.0,-200.0,"4,4",734.0,53.0,1035.0,68.0,1501.0,801.0,"20,8","51,7","1,2572" -17/06/2004,03.00.00,"0,8",831.0,-200.0,"4,3",727.0,-200.0,1038.0,-200.0,1522.0,802.0,"19,3","57,1","1,2661" -17/06/2004,04.00.00,-200,804.0,-200.0,"3,3",668.0,32.0,1102.0,51.0,1479.0,753.0,"18,8","58,6","1,2581" -17/06/2004,05.00.00,"0,5",798.0,-200.0,"3,4",677.0,35.0,1092.0,44.0,1473.0,696.0,"20,2","53,8","1,2569" -17/06/2004,06.00.00,"1,3",966.0,-200.0,"9,3",951.0,123.0,812.0,77.0,1735.0,996.0,"18,3","60,8","1,2635" -17/06/2004,07.00.00,"3,6",1277.0,-200.0,"23,4",1388.0,254.0,611.0,100.0,2241.0,1513.0,"20,2","54,5","1,2777" -17/06/2004,08.00.00,"4,8",1335.0,-200.0,"27,7",1496.0,300.0,562.0,125.0,2385.0,1598.0,"21,9","49,9","1,2957" -17/06/2004,09.00.00,"3,7",1297.0,-200.0,"22,1",1353.0,281.0,588.0,154.0,2128.0,1690.0,"25,2","43,0","1,3548" -17/06/2004,10.00.00,"1,9",1041.0,-200.0,"10,0",979.0,169.0,837.0,125.0,1705.0,1053.0,"28,0","36,6","1,3603" -17/06/2004,11.00.00,"1,7",1027.0,-200.0,"8,9",936.0,152.0,867.0,117.0,1696.0,931.0,"27,1","38,3","1,3548" -17/06/2004,12.00.00,"1,9",1037.0,-200.0,"9,8",969.0,127.0,841.0,105.0,1728.0,865.0,"27,4","37,0","1,3319" -17/06/2004,13.00.00,"1,8",1014.0,-200.0,"9,4",954.0,118.0,865.0,103.0,1697.0,818.0,"29,4","32,9","1,3244" -17/06/2004,14.00.00,"1,7",1007.0,-200.0,"9,8",971.0,120.0,866.0,106.0,1682.0,802.0,"31,3","28,7","1,2885" -17/06/2004,15.00.00,"1,8",998.0,-200.0,"9,5",958.0,125.0,881.0,107.0,1657.0,778.0,"31,5","28,7","1,3058" -17/06/2004,16.00.00,"1,7",1014.0,-200.0,"9,5",958.0,117.0,878.0,102.0,1684.0,767.0,"30,9","30,3","1,3306" -17/06/2004,17.00.00,"2,8",1157.0,-200.0,"15,4",1160.0,166.0,738.0,124.0,1936.0,1000.0,"31,4","30,3","1,3689" -17/06/2004,18.00.00,"3,6",1225.0,-200.0,"19,4",1281.0,180.0,683.0,133.0,2082.0,1143.0,"30,7","31,4","1,3686" -17/06/2004,19.00.00,"3,3",1131.0,-200.0,"16,5",1194.0,172.0,726.0,125.0,1907.0,1009.0,"29,0","33,4","1,3169" -17/06/2004,20.00.00,"2,9",1111.0,-200.0,"14,3",1126.0,160.0,754.0,124.0,1883.0,1076.0,"27,3","37,5","1,3420" -17/06/2004,21.00.00,"1,7",976.0,-200.0,"8,2",909.0,103.0,878.0,97.0,1675.0,830.0,"25,8","40,9","1,3389" -17/06/2004,22.00.00,"1,7",1016.0,-200.0,"8,7",929.0,87.0,868.0,94.0,1724.0,853.0,"25,2","43,0","1,3580" -17/06/2004,23.00.00,"2,8",1177.0,-200.0,"15,2",1156.0,147.0,684.0,120.0,1983.0,1310.0,"24,6","45,8","1,3940" -18/06/2004,00.00.00,"1,8",1013.0,-200.0,"10,6",999.0,120.0,791.0,105.0,1751.0,1119.0,"24,0","47,3","1,3914" -18/06/2004,01.00.00,1,886.0,-200.0,"6,0",813.0,63.0,936.0,81.0,1592.0,918.0,"23,5","48,3","1,3777" -18/06/2004,02.00.00,"0,5",791.0,-200.0,"3,1",658.0,30.0,1140.0,43.0,1467.0,609.0,"24,0","45,8","1,3467" -18/06/2004,03.00.00,"0,4",762.0,-200.0,"2,5",618.0,-200.0,1214.0,-200.0,1431.0,516.0,"22,2","50,7","1,3405" -18/06/2004,04.00.00,"0,3",740.0,-200.0,"1,8",568.0,19.0,1259.0,32.0,1404.0,510.0,"22,8","48,1","1,3184" -18/06/2004,05.00.00,"0,4",775.0,-200.0,"2,6",628.0,27.0,1178.0,36.0,1437.0,554.0,"21,9","50,1","1,3002" -18/06/2004,06.00.00,"0,8",872.0,-200.0,"6,5",833.0,65.0,947.0,59.0,1598.0,760.0,"20,4","54,1","1,2800" -18/06/2004,07.00.00,"2,2",1123.0,-200.0,"14,5",1134.0,169.0,711.0,92.0,1922.0,1170.0,"20,8","52,6","1,2758" -18/06/2004,08.00.00,"4,4",1306.0,-200.0,"28,8",1522.0,244.0,535.0,121.0,2450.0,1545.0,"22,8","47,9","1,3156" -18/06/2004,09.00.00,"3,7",1237.0,-200.0,"21,3",1332.0,274.0,605.0,151.0,2157.0,1508.0,"25,2","42,9","1,3552" -18/06/2004,10.00.00,"2,5",1143.0,-200.0,"14,9",1146.0,202.0,701.0,142.0,1917.0,1292.0,"29,3","34,8","1,3970" -18/06/2004,11.00.00,"2,5",1170.0,-200.0,"15,6",1168.0,186.0,703.0,141.0,1949.0,1287.0,"33,3","27,8","1,4013" -18/06/2004,12.00.00,"2,3",1116.0,-200.0,"14,3",1128.0,153.0,739.0,129.0,1856.0,1042.0,"34,9","24,9","1,3630" -18/06/2004,13.00.00,2,1054.0,-200.0,"12,6",1069.0,112.0,785.0,106.0,1766.0,817.0,"36,1","22,7","1,3324" -18/06/2004,14.00.00,2,1083.0,-200.0,"13,4",1097.0,117.0,765.0,125.0,1810.0,847.0,"37,6","21,1","1,3478" -18/06/2004,15.00.00,"2,1",1078.0,-200.0,"12,6",1069.0,109.0,782.0,126.0,1780.0,806.0,"37,3","21,9","1,3761" -18/06/2004,16.00.00,"2,4",1104.0,-200.0,"14,8",1143.0,133.0,747.0,147.0,1840.0,896.0,"37,2","21,6","1,3514" -18/06/2004,17.00.00,"3,1",1170.0,-200.0,"18,6",1257.0,185.0,693.0,180.0,1956.0,1069.0,"35,6","23,4","1,3410" -18/06/2004,18.00.00,"2,9",1091.0,-200.0,"16,7",1201.0,167.0,738.0,164.0,1834.0,945.0,"33,1","24,3","1,2087" -18/06/2004,19.00.00,"3,5",1216.0,-200.0,"20,8",1318.0,218.0,673.0,180.0,2043.0,1168.0,"30,5","29,5","1,2635" -18/06/2004,20.00.00,"2,9",1125.0,-200.0,"16,0",1179.0,171.0,719.0,153.0,1921.0,1065.0,"28,7","35,8","1,3834" -18/06/2004,21.00.00,"1,5",971.0,-200.0,"7,6",881.0,78.0,916.0,105.0,1635.0,672.0,"26,6","42,2","1,4452" -18/06/2004,22.00.00,"1,7",1062.0,-200.0,"10,2",984.0,84.0,816.0,98.0,1796.0,842.0,"25,2","46,6","1,4733" -18/06/2004,23.00.00,"2,2",1140.0,-200.0,"13,8",1109.0,110.0,714.0,107.0,1892.0,1123.0,"24,7","47,7","1,4649" -19/06/2004,00.00.00,"1,6",1038.0,-200.0,"10,4",992.0,87.0,802.0,87.0,1731.0,1007.0,"24,4","47,4","1,4301" -19/06/2004,01.00.00,1,935.0,-200.0,"6,5",836.0,58.0,909.0,80.0,1604.0,855.0,"23,3","49,9","1,4135" -19/06/2004,02.00.00,"0,6",861.0,-200.0,"4,3",729.0,39.0,1043.0,62.0,1528.0,689.0,"23,8","47,3","1,3783" -19/06/2004,03.00.00,"0,6",839.0,-200.0,"3,4",678.0,-200.0,1062.0,-200.0,1478.0,622.0,"22,9","50,2","1,3808" -19/06/2004,04.00.00,"0,6",850.0,-200.0,"3,9",703.0,38.0,1021.0,54.0,1511.0,658.0,"21,2","55,0","1,3689" -19/06/2004,05.00.00,"0,5",817.0,-200.0,"3,0",651.0,41.0,1109.0,56.0,1472.0,628.0,"21,7","52,6","1,3500" -19/06/2004,06.00.00,"0,5",825.0,-200.0,"3,2",667.0,47.0,1079.0,62.0,1475.0,659.0,"22,8","48,9","1,3424" -19/06/2004,07.00.00,"0,9",921.0,-200.0,"5,6",792.0,72.0,943.0,72.0,1595.0,799.0,"23,5","47,6","1,3611" -19/06/2004,08.00.00,"1,4",1031.0,-200.0,"9,1",945.0,100.0,806.0,86.0,1697.0,964.0,"24,6","44,9","1,3661" -19/06/2004,09.00.00,"1,6",1092.0,-200.0,"9,7",967.0,104.0,801.0,99.0,1774.0,910.0,"27,0","39,9","1,4020" -19/06/2004,10.00.00,"1,6",1095.0,-200.0,"8,6",923.0,109.0,843.0,98.0,1736.0,999.0,"29,3","35,9","1,4411" -19/06/2004,11.00.00,"1,7",1097.0,-200.0,"9,6",964.0,103.0,822.0,102.0,1743.0,853.0,"31,2","32,4","1,4517" -19/06/2004,12.00.00,"1,7",1101.0,-200.0,"9,8",972.0,75.0,819.0,84.0,1714.0,752.0,"34,4","26,6","1,4230" -19/06/2004,13.00.00,"1,5",1060.0,-200.0,"10,3",991.0,72.0,833.0,83.0,1718.0,778.0,"36,1","22,1","1,3004" -19/06/2004,14.00.00,"1,2",-200.0,-200.0,"-200,0",-200.0,56.0,-200.0,68.0,-200.0,-200.0,-200,-200,-200 -19/06/2004,15.00.00,"1,2",-200.0,-200.0,"-200,0",-200.0,51.0,-200.0,63.0,-200.0,-200.0,-200,-200,-200 -19/06/2004,16.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,52.0,-200.0,65.0,-200.0,-200.0,-200,-200,-200 -19/06/2004,17.00.00,1,-200.0,-200.0,"-200,0",-200.0,46.0,-200.0,63.0,-200.0,-200.0,-200,-200,-200 -19/06/2004,18.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,44.0,-200.0,56.0,-200.0,-200.0,-200,-200,-200 -19/06/2004,19.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,72.0,-200.0,77.0,-200.0,-200.0,-200,-200,-200 -19/06/2004,20.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,88.0,-200.0,91.0,-200.0,-200.0,-200,-200,-200 -19/06/2004,21.00.00,"1,4",-200.0,-200.0,"-200,0",-200.0,56.0,-200.0,70.0,-200.0,-200.0,-200,-200,-200 -19/06/2004,22.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,82.0,-200.0,95.0,-200.0,-200.0,-200,-200,-200 -19/06/2004,23.00.00,"2,4",-200.0,-200.0,"-200,0",-200.0,125.0,-200.0,113.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,00.00.00,"2,3",-200.0,-200.0,"-200,0",-200.0,144.0,-200.0,109.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,01.00.00,"1,2",-200.0,-200.0,"-200,0",-200.0,54.0,-200.0,65.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,02.00.00,1,-200.0,-200.0,"-200,0",-200.0,48.0,-200.0,60.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,03.00.00,"1,4",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,04.00.00,-200,-200.0,-200.0,"-200,0",-200.0,41.0,-200.0,62.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,05.00.00,1,-200.0,-200.0,"-200,0",-200.0,40.0,-200.0,60.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,06.00.00,"0,9",-200.0,-200.0,"-200,0",-200.0,48.0,-200.0,65.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,07.00.00,"0,8",-200.0,-200.0,"-200,0",-200.0,44.0,-200.0,55.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,08.00.00,1,-200.0,-200.0,"-200,0",-200.0,59.0,-200.0,66.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,09.00.00,"1,2",-200.0,-200.0,"-200,0",-200.0,59.0,-200.0,67.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,10.00.00,"1,2",-200.0,-200.0,"-200,0",-200.0,53.0,-200.0,64.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,11.00.00,1,-200.0,-200.0,"-200,0",-200.0,42.0,-200.0,59.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,12.00.00,1,-200.0,-200.0,"-200,0",-200.0,43.0,-200.0,59.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,13.00.00,"0,6",-200.0,-200.0,"-200,0",-200.0,23.0,-200.0,36.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,14.00.00,"0,7",-200.0,-200.0,"-200,0",-200.0,22.0,-200.0,35.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,15.00.00,"0,8",-200.0,-200.0,"-200,0",-200.0,37.0,-200.0,54.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,16.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,53.0,-200.0,71.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,17.00.00,"1,4",-200.0,-200.0,"-200,0",-200.0,68.0,-200.0,86.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,18.00.00,"2,8",-200.0,-200.0,"-200,0",-200.0,125.0,-200.0,114.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,19.00.00,"2,5",-200.0,-200.0,"-200,0",-200.0,96.0,-200.0,105.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,20.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,75.0,-200.0,87.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,21.00.00,"1,4",-200.0,-200.0,"-200,0",-200.0,74.0,-200.0,85.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,22.00.00,"2,3",-200.0,-200.0,"-200,0",-200.0,92.0,-200.0,91.0,-200.0,-200.0,-200,-200,-200 -20/06/2004,23.00.00,"4,2",-200.0,-200.0,"-200,0",-200.0,136.0,-200.0,108.0,-200.0,-200.0,-200,-200,-200 -21/06/2004,00.00.00,3,-200.0,-200.0,"-200,0",-200.0,119.0,-200.0,99.0,-200.0,-200.0,-200,-200,-200 -21/06/2004,01.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,76.0,-200.0,83.0,-200.0,-200.0,-200,-200,-200 -21/06/2004,02.00.00,"0,6",-200.0,-200.0,"-200,0",-200.0,21.0,-200.0,36.0,-200.0,-200.0,-200,-200,-200 -21/06/2004,03.00.00,"0,3",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -21/06/2004,04.00.00,"0,3",732.0,-200.0,"1,5",544.0,15.0,1353.0,24.0,1367.0,466.0,"18,9","55,2","1,1895" -21/06/2004,05.00.00,"0,5",809.0,-200.0,"3,5",681.0,52.0,1108.0,43.0,1463.0,609.0,"18,2","57,6","1,1930" -21/06/2004,06.00.00,"1,3",934.0,-200.0,"8,3",911.0,85.0,857.0,64.0,1639.0,863.0,"18,6","56,0","1,1865" -21/06/2004,07.00.00,"2,5",1132.0,-200.0,"17,3",1220.0,177.0,691.0,91.0,1910.0,1203.0,"20,8","48,0","1,1702" -21/06/2004,08.00.00,"3,7",1221.0,-200.0,"23,3",1386.0,232.0,626.0,109.0,2138.0,1412.0,"23,3","38,6","1,0919" -21/06/2004,09.00.00,"2,5",1024.0,-200.0,"13,8",1111.0,201.0,770.0,110.0,1753.0,1069.0,"25,1","32,4","1,0170" -21/06/2004,10.00.00,"1,8",938.0,-200.0,"10,2",987.0,134.0,862.0,111.0,1597.0,817.0,"27,8","25,8","0,9473" -21/06/2004,11.00.00,"1,5",869.0,-200.0,"7,9",897.0,104.0,965.0,106.0,1480.0,649.0,"29,6","21,0","0,8548" -21/06/2004,12.00.00,"1,5",846.0,-200.0,"8,8",930.0,89.0,947.0,104.0,1467.0,598.0,"30,2","18,0","0,7613" -21/06/2004,13.00.00,"1,2",838.0,-200.0,"7,2",868.0,66.0,1005.0,76.0,1454.0,540.0,"30,1","18,5","0,7747" -21/06/2004,14.00.00,"1,4",875.0,-200.0,"8,3",912.0,85.0,978.0,84.0,1504.0,601.0,"29,5","19,4","0,7872" -21/06/2004,15.00.00,"1,6",907.0,-200.0,"9,6",961.0,105.0,920.0,102.0,1564.0,668.0,"31,1","18,2","0,8079" -21/06/2004,16.00.00,"1,6",889.0,-200.0,"9,0",939.0,99.0,920.0,102.0,1492.0,647.0,"30,3","19,0","0,8103" -21/06/2004,17.00.00,"2,2",969.0,-200.0,"12,4",1064.0,132.0,834.0,124.0,1645.0,816.0,"30,1","19,3","0,8083" -21/06/2004,18.00.00,3,1051.0,-200.0,"15,3",1157.0,186.0,760.0,147.0,1787.0,963.0,"28,6","22,3","0,8590" -21/06/2004,19.00.00,3,1043.0,-200.0,"16,1",1181.0,174.0,736.0,138.0,1813.0,1010.0,"26,1","28,3","0,9407" -21/06/2004,20.00.00,"2,7",1043.0,-200.0,"14,1",1121.0,149.0,736.0,126.0,1793.0,967.0,"24,5","35,7","1,0807" -21/06/2004,21.00.00,"2,1",1007.0,-200.0,"11,4",1027.0,114.0,798.0,112.0,1737.0,904.0,"23,1","41,5","1,1582" -21/06/2004,22.00.00,"1,6",966.0,-200.0,"9,5",959.0,92.0,838.0,95.0,1686.0,852.0,"21,8","46,3","1,1913" -21/06/2004,23.00.00,"1,3",920.0,-200.0,"7,4",875.0,75.0,915.0,80.0,1594.0,744.0,"20,9","48,9","1,1945" -22/06/2004,00.00.00,"1,1",889.0,-200.0,"6,4",831.0,74.0,956.0,79.0,1570.0,760.0,"20,5","49,9","1,1903" -22/06/2004,01.00.00,"0,7",825.0,-200.0,"4,1",715.0,35.0,1062.0,49.0,1462.0,613.0,"20,0","50,9","1,1794" -22/06/2004,02.00.00,"0,4",758.0,-200.0,"1,9",580.0,22.0,1215.0,36.0,1374.0,531.0,"22,1","44,3","1,1665" -22/06/2004,03.00.00,"0,2",735.0,-200.0,"1,4",533.0,-200.0,1338.0,-200.0,1350.0,493.0,"21,0","47,5","1,1666" -22/06/2004,04.00.00,"0,2",719.0,-200.0,"1,2",522.0,24.0,1385.0,40.0,1343.0,509.0,"19,8","50,3","1,1444" -22/06/2004,05.00.00,"0,3",757.0,-200.0,"2,2",596.0,30.0,1236.0,37.0,1381.0,560.0,"19,0","52,8","1,1489" -22/06/2004,06.00.00,"0,9",890.0,-200.0,"6,4",831.0,93.0,922.0,67.0,1594.0,826.0,"17,8","56,5","1,1375" -22/06/2004,07.00.00,"3,1",1181.0,-200.0,"18,5",1255.0,332.0,632.0,106.0,2002.0,1334.0,"18,2","55,8","1,1529" -22/06/2004,08.00.00,5,1332.0,-200.0,"30,2",1556.0,387.0,523.0,134.0,2394.0,1660.0,"20,6","47,7","1,1448" -22/06/2004,09.00.00,"2,8",1128.0,-200.0,"14,2",1124.0,267.0,717.0,123.0,1832.0,1362.0,"22,8","41,9","1,1496" -22/06/2004,10.00.00,"2,8",1128.0,-200.0,"14,3",1126.0,269.0,725.0,136.0,1856.0,1316.0,"27,1","31,7","1,1147" -22/06/2004,11.00.00,"2,1",1064.0,-200.0,"12,6",1069.0,193.0,766.0,109.0,1766.0,1089.0,"30,4","26,4","1,1310" -22/06/2004,12.00.00,"3,1",1139.0,-200.0,"18,0",1240.0,239.0,702.0,144.0,1940.0,1129.0,"31,1","26,2","1,1647" -22/06/2004,13.00.00,3,1121.0,-200.0,"17,1",1214.0,232.0,707.0,154.0,1912.0,1120.0,"31,4","25,3","1,1444" -22/06/2004,14.00.00,"2,1",1032.0,-200.0,"13,0",1083.0,152.0,776.0,126.0,1772.0,916.0,"30,8","26,7","1,1680" -22/06/2004,15.00.00,"1,7",1040.0,-200.0,"11,2",1022.0,115.0,826.0,98.0,1747.0,812.0,"31,8","25,6","1,1868" -22/06/2004,16.00.00,"2,2",1076.0,-200.0,"13,6",1105.0,169.0,762.0,120.0,1782.0,959.0,"33,5","22,9","1,1649" -22/06/2004,17.00.00,"3,5",1177.0,-200.0,"20,5",1310.0,226.0,656.0,145.0,2011.0,1189.0,"33,1","23,5","1,1673" -22/06/2004,18.00.00,"3,6",1196.0,-200.0,"20,2",1303.0,218.0,654.0,139.0,2017.0,1199.0,"31,7","25,9","1,1883" -22/06/2004,19.00.00,"4,1",1204.0,-200.0,"23,1",1381.0,245.0,623.0,148.0,2085.0,1283.0,"29,0","30,4","1,2013" -22/06/2004,20.00.00,4,1166.0,-200.0,"20,3",1304.0,236.0,646.0,139.0,2016.0,1291.0,"27,4","33,6","1,2095" -22/06/2004,21.00.00,"1,8",959.0,-200.0,"9,3",949.0,104.0,857.0,93.0,1640.0,949.0,"25,2","36,4","1,1528" -22/06/2004,22.00.00,"1,7",1004.0,-200.0,"10,5",997.0,104.0,813.0,96.0,1726.0,1018.0,"24,0","39,6","1,1662" -22/06/2004,23.00.00,"2,4",1050.0,-200.0,"13,6",1105.0,144.0,729.0,104.0,1807.0,1122.0,"23,8","39,6","1,1558" -23/06/2004,00.00.00,"1,2",965.0,-200.0,"8,0",900.0,79.0,864.0,83.0,1631.0,968.0,"22,9","43,6","1,1974" -23/06/2004,01.00.00,"0,8",849.0,-200.0,"4,6",744.0,51.0,1004.0,66.0,1496.0,806.0,"22,8","43,9","1,2020" -23/06/2004,02.00.00,"0,5",809.0,-200.0,"3,2",666.0,38.0,1093.0,55.0,1455.0,714.0,"21,8","47,3","1,2189" -23/06/2004,03.00.00,"0,3",777.0,-200.0,"2,4",609.0,-200.0,1170.0,-200.0,1405.0,644.0,"21,7","47,3","1,2135" -23/06/2004,04.00.00,-200,768.0,-200.0,"2,1",591.0,24.0,1183.0,37.0,1402.0,606.0,"20,8","50,3","1,2207" -23/06/2004,05.00.00,"0,4",768.0,-200.0,"2,2",597.0,30.0,1155.0,40.0,1396.0,606.0,"21,7","46,8","1,2031" -23/06/2004,06.00.00,1,917.0,-200.0,"6,7",842.0,73.0,934.0,51.0,1656.0,819.0,"20,3","52,3","1,2367" -23/06/2004,07.00.00,"3,8",1252.0,-200.0,"23,1",1380.0,305.0,579.0,117.0,2210.0,1462.0,"20,5","52,3","1,2450" -23/06/2004,08.00.00,"3,2",1224.0,-200.0,"19,0",1268.0,295.0,605.0,110.0,2046.0,1478.0,"21,7","49,6","1,2673" -23/06/2004,09.00.00,"3,5",1277.0,-200.0,"20,1",1300.0,331.0,608.0,136.0,2090.0,1598.0,"24,0","43,1","1,2677" -23/06/2004,10.00.00,"3,2",1149.0,-200.0,"16,4",1192.0,304.0,672.0,152.0,1944.0,1449.0,"28,5","31,7","1,2144" -23/06/2004,11.00.00,"2,3",1091.0,-200.0,"13,0",1082.0,210.0,746.0,119.0,1790.0,1221.0,"32,2","25,1","1,1890" -23/06/2004,12.00.00,"2,2",1053.0,-200.0,"13,1",1087.0,163.0,763.0,106.0,1762.0,1023.0,"34,9","20,5","1,1279" -23/06/2004,13.00.00,"2,1",1023.0,-200.0,"11,8",1042.0,132.0,796.0,101.0,1711.0,910.0,"35,4","19,9","1,1222" -23/06/2004,14.00.00,"1,9",1085.0,-200.0,"12,7",1075.0,126.0,767.0,110.0,1786.0,913.0,"34,4","22,5","1,2050" -23/06/2004,15.00.00,"2,4",1116.0,-200.0,"14,1",1120.0,150.0,724.0,124.0,1854.0,1035.0,"34,8","22,8","1,2488" -23/06/2004,16.00.00,"2,5",1111.0,-200.0,"14,4",1131.0,171.0,735.0,137.0,1825.0,1085.0,"34,3","22,4","1,1907" -23/06/2004,17.00.00,"3,6",1210.0,-200.0,"20,7",1316.0,234.0,645.0,159.0,2030.0,1278.0,"32,5","25,3","1,2165" -23/06/2004,18.00.00,"3,9",1250.0,-200.0,"21,6",1339.0,251.0,616.0,152.0,2075.0,1383.0,"31,3","27,3","1,2234" -23/06/2004,19.00.00,"4,4",1297.0,-200.0,"24,2",1408.0,294.0,595.0,166.0,2134.0,1473.0,"30,2","29,0","1,2224" -23/06/2004,20.00.00,"4,8",1313.0,-200.0,"21,8",1345.0,300.0,603.0,163.0,2118.0,1507.0,"28,5","33,3","1,2775" -23/06/2004,21.00.00,"2,5",1146.0,-200.0,"13,0",1084.0,159.0,713.0,121.0,1829.0,1215.0,"27,3","35,3","1,2606" -23/06/2004,22.00.00,"2,8",1199.0,-200.0,"15,1",1152.0,176.0,685.0,125.0,1897.0,1242.0,"26,1","37,8","1,2575" -23/06/2004,23.00.00,"3,2",1274.0,-200.0,"16,6",1197.0,192.0,626.0,120.0,2023.0,1356.0,"24,7","47,1","1,4400" -24/06/2004,00.00.00,"2,6",1243.0,-200.0,"12,7",1072.0,152.0,675.0,103.0,1978.0,1195.0,"23,6","59,8","1,7193" -24/06/2004,01.00.00,"1,5",1054.0,-200.0,"8,6",923.0,63.0,783.0,64.0,1793.0,899.0,"23,3","60,5","1,7060" -24/06/2004,02.00.00,1,962.0,-200.0,"5,3",778.0,35.0,929.0,44.0,1645.0,726.0,"23,3","59,4","1,6753" -24/06/2004,03.00.00,"0,8",915.0,-200.0,"3,6",690.0,-200.0,983.0,-200.0,1570.0,743.0,"22,9","57,7","1,5902" -24/06/2004,04.00.00,"0,6",871.0,-200.0,"2,8",639.0,21.0,1062.0,35.0,1528.0,684.0,"23,7","53,5","1,5460" -24/06/2004,05.00.00,"0,6",877.0,-200.0,"3,1",658.0,41.0,1047.0,46.0,1530.0,779.0,"21,2","60,9","1,5092" -24/06/2004,06.00.00,"0,7",893.0,-200.0,"3,7",696.0,48.0,1008.0,54.0,1548.0,801.0,"22,1","56,2","1,4800" -24/06/2004,07.00.00,"1,2",1030.0,-200.0,"6,9",851.0,102.0,824.0,68.0,1700.0,983.0,"21,9","57,0","1,4742" -24/06/2004,08.00.00,"1,5",1059.0,-200.0,"8,6",926.0,111.0,783.0,77.0,1750.0,989.0,"24,7","45,9","1,4061" -24/06/2004,09.00.00,"1,3",1020.0,-200.0,"7,1",860.0,93.0,864.0,74.0,1649.0,875.0,"27,0","40,8","1,4286" -24/06/2004,10.00.00,"1,6",1045.0,-200.0,"6,6",840.0,118.0,879.0,92.0,1656.0,807.0,"29,1","37,4","1,4833" -24/06/2004,11.00.00,"1,5",1029.0,-200.0,"7,2",866.0,93.0,874.0,83.0,1651.0,727.0,"31,1","32,4","1,4351" -24/06/2004,12.00.00,"1,2",959.0,-200.0,"5,0",763.0,56.0,976.0,58.0,1561.0,549.0,"31,9","30,3","1,4125" -24/06/2004,13.00.00,"1,1",975.0,-200.0,"5,7",798.0,51.0,939.0,55.0,1576.0,570.0,"32,8","28,9","1,4120" -24/06/2004,14.00.00,"1,2",988.0,-200.0,"6,0",813.0,52.0,927.0,61.0,1596.0,596.0,"33,4","27,8","1,4119" -24/06/2004,15.00.00,"1,3",971.0,-200.0,"6,1",818.0,59.0,942.0,65.0,1565.0,585.0,"35,3","23,7","1,3331" -24/06/2004,16.00.00,"1,4",999.0,-200.0,"8,0",899.0,62.0,869.0,74.0,1629.0,637.0,"35,8","22,4","1,2915" -24/06/2004,17.00.00,"1,6",989.0,-200.0,"7,8",889.0,85.0,889.0,89.0,1602.0,664.0,"35,3","20,8","1,1664" -24/06/2004,18.00.00,"2,1",1075.0,-200.0,"11,1",1020.0,109.0,802.0,103.0,1732.0,797.0,"33,3","23,9","1,2085" -24/06/2004,19.00.00,3,1190.0,-200.0,"15,9",1177.0,168.0,695.0,128.0,1934.0,1046.0,"30,3","30,8","1,3044" -24/06/2004,20.00.00,"2,8",1172.0,-200.0,"13,7",1108.0,166.0,706.0,122.0,1878.0,1058.0,"28,3","34,5","1,3084" -24/06/2004,21.00.00,"3,8",1256.0,-200.0,"21,6",1340.0,149.0,594.0,125.0,2176.0,1214.0,"27,1","38,9","1,3758" -24/06/2004,22.00.00,"3,2",1190.0,-200.0,"16,8",1203.0,118.0,658.0,119.0,1967.0,1056.0,"25,4","43,2","1,3805" -24/06/2004,23.00.00,"4,1",1249.0,-200.0,"20,5",1310.0,160.0,601.0,126.0,2114.0,1280.0,"24,6","45,3","1,3767" -25/06/2004,00.00.00,"2,6",1072.0,-200.0,"14,1",1120.0,124.0,711.0,100.0,1838.0,1045.0,"23,7","46,0","1,3346" -25/06/2004,01.00.00,2,1035.0,-200.0,"10,9",1011.0,95.0,750.0,94.0,1752.0,1039.0,"23,0","48,1","1,3322" -25/06/2004,02.00.00,"0,9",839.0,-200.0,"3,6",690.0,34.0,1030.0,52.0,1457.0,640.0,"24,8","43,4","1,3366" -25/06/2004,03.00.00,"0,7",833.0,-200.0,"3,3",671.0,-200.0,1061.0,-200.0,1482.0,705.0,"23,1","47,4","1,3208" -25/06/2004,04.00.00,"0,6",804.0,-200.0,"2,4",616.0,45.0,1144.0,64.0,1427.0,662.0,"21,7","50,2","1,2917" -25/06/2004,05.00.00,"0,6",811.0,-200.0,"3,0",651.0,35.0,1097.0,46.0,1442.0,579.0,"21,9","50,7","1,3138" -25/06/2004,06.00.00,"1,6",1028.0,-200.0,"8,9",934.0,141.0,818.0,88.0,1743.0,987.0,"20,1","57,0","1,3216" -25/06/2004,07.00.00,"2,6",1138.0,-200.0,"14,8",1141.0,199.0,671.0,104.0,1927.0,1197.0,"21,5","51,8","1,3129" -25/06/2004,08.00.00,"2,9",1203.0,-200.0,"16,2",1185.0,224.0,649.0,125.0,1968.0,1328.0,"22,9","48,7","1,3416" -25/06/2004,09.00.00,"2,8",1193.0,-200.0,"14,6",1136.0,245.0,667.0,151.0,1924.0,1370.0,"25,7","41,0","1,3351" -25/06/2004,10.00.00,"1,9",1049.0,-200.0,"8,0",898.0,153.0,858.0,113.0,1671.0,921.0,"29,9","33,2","1,3793" -25/06/2004,11.00.00,"1,9",1090.0,-200.0,"9,1",942.0,145.0,828.0,102.0,1713.0,876.0,"32,9","28,0","1,3789" -25/06/2004,12.00.00,"2,1",1070.0,-200.0,"10,0",976.0,130.0,808.0,108.0,1688.0,819.0,"34,0","25,6","1,3363" -25/06/2004,13.00.00,"1,9",1014.0,-200.0,"9,8",970.0,95.0,826.0,93.0,1684.0,763.0,"34,7","22,6","1,2297" -25/06/2004,14.00.00,"1,6",972.0,-200.0,"8,3",912.0,88.0,882.0,89.0,1596.0,675.0,"35,5","20,3","1,1586" -25/06/2004,15.00.00,"1,6",951.0,-200.0,"7,5",880.0,89.0,920.0,84.0,1539.0,637.0,"35,9","18,8","1,0912" -25/06/2004,16.00.00,"2,1",1033.0,-200.0,"11,7",1038.0,127.0,802.0,111.0,1690.0,826.0,"36,2","18,6","1,0945" -25/06/2004,17.00.00,"2,4",983.0,-200.0,"13,3",1094.0,149.0,817.0,115.0,1659.0,854.0,"35,4","15,3","0,8613" -25/06/2004,18.00.00,"2,8",973.0,-200.0,"14,4",1128.0,170.0,813.0,127.0,1642.0,894.0,"32,9","15,5","0,7649" -25/06/2004,19.00.00,"3,4",1083.0,-200.0,"17,9",1237.0,210.0,737.0,129.0,1786.0,1077.0,"29,9","19,8","0,8211" -25/06/2004,20.00.00,"3,4",1062.0,-200.0,"15,9",1176.0,230.0,763.0,140.0,1743.0,1121.0,"28,1","22,4","0,8394" -25/06/2004,21.00.00,"2,7",1011.0,-200.0,"14,2",1122.0,203.0,808.0,137.0,1680.0,1071.0,"26,1","24,7","0,8233" -25/06/2004,22.00.00,"2,6",1054.0,-200.0,"13,8",1110.0,174.0,765.0,130.0,1670.0,1167.0,"25,0","28,7","0,8944" -25/06/2004,23.00.00,"2,3",1013.0,-200.0,"11,7",1038.0,164.0,793.0,121.0,1598.0,1162.0,"24,3","31,0","0,9268" -26/06/2004,00.00.00,"1,2",870.0,-200.0,"6,2",823.0,76.0,975.0,79.0,1398.0,848.0,"24,0","31,2","0,9190" -26/06/2004,01.00.00,1,857.0,-200.0,"5,1",769.0,52.0,1006.0,69.0,1390.0,759.0,"22,4","34,9","0,9362" -26/06/2004,02.00.00,"0,9",835.0,-200.0,"4,5",739.0,47.0,1036.0,61.0,1382.0,694.0,"21,2","37,6","0,9355" -26/06/2004,03.00.00,"1,1",844.0,-200.0,"4,9",759.0,-200.0,1005.0,-200.0,1409.0,848.0,"19,5","42,3","0,9461" -26/06/2004,04.00.00,-200,763.0,-200.0,"2,5",622.0,37.0,1129.0,58.0,1321.0,689.0,"21,2","39,4","0,9802" -26/06/2004,05.00.00,"0,4",769.0,-200.0,"2,3",606.0,41.0,1171.0,58.0,1314.0,610.0,"19,5","42,4","0,9515" -26/06/2004,06.00.00,"0,9",891.0,-200.0,"5,5",790.0,74.0,960.0,70.0,1466.0,816.0,"18,6","45,8","0,9723" -26/06/2004,07.00.00,"1,8",1037.0,-200.0,"10,4",993.0,168.0,779.0,104.0,1680.0,1158.0,"19,7","44,1","1,0039" -26/06/2004,08.00.00,"2,2",1090.0,-200.0,"12,4",1065.0,176.0,728.0,109.0,1773.0,1228.0,"21,9","39,4","1,0243" -26/06/2004,09.00.00,"2,4",1117.0,-200.0,"14,0",1118.0,184.0,716.0,129.0,1791.0,1323.0,"24,5","34,3","1,0407" -26/06/2004,10.00.00,"2,3",1109.0,-200.0,"12,7",1074.0,187.0,761.0,144.0,1734.0,1274.0,"30,0","25,6","1,0674" -26/06/2004,11.00.00,"1,6",961.0,-200.0,"9,0",939.0,118.0,912.0,101.0,1508.0,846.0,"34,5","18,9","1,0168" -26/06/2004,12.00.00,"1,4",985.0,-200.0,"8,5",919.0,89.0,918.0,90.0,1540.0,737.0,"36,3","17,5","1,0411" -26/06/2004,13.00.00,"1,4",960.0,-200.0,"8,2",909.0,70.0,910.0,86.0,1523.0,675.0,"37,7","16,0","1,0231" -26/06/2004,14.00.00,1,927.0,-200.0,"5,9",806.0,51.0,1013.0,69.0,1446.0,559.0,"38,3","15,8","1,0465" -26/06/2004,15.00.00,1,958.0,-200.0,"5,6",795.0,52.0,1002.0,65.0,1481.0,604.0,"38,4","17,5","1,1609" -26/06/2004,16.00.00,"1,2",1019.0,-200.0,"6,7",842.0,70.0,935.0,73.0,1565.0,729.0,"37,2","20,5","1,2813" -26/06/2004,17.00.00,"1,3",1010.0,-200.0,"6,1",816.0,80.0,955.0,73.0,1567.0,741.0,"34,0","26,4","1,3781" -26/06/2004,18.00.00,"1,5",1030.0,-200.0,"6,7",844.0,90.0,917.0,78.0,1599.0,747.0,"32,3","30,4","1,4450" -26/06/2004,19.00.00,"1,9",1100.0,-200.0,"9,2",946.0,111.0,827.0,98.0,1726.0,932.0,"30,5","33,9","1,4564" -26/06/2004,20.00.00,"1,8",1079.0,-200.0,"8,2",909.0,107.0,861.0,99.0,1686.0,928.0,"29,2","37,8","1,5098" -26/06/2004,21.00.00,"1,4",1036.0,-200.0,"7,0",859.0,73.0,900.0,83.0,1645.0,860.0,"28,4","39,1","1,4881" -26/06/2004,22.00.00,"1,7",1085.0,-200.0,"9,5",959.0,75.0,827.0,88.0,1747.0,963.0,"27,7","40,6","1,4828" -26/06/2004,23.00.00,"2,7",1214.0,-200.0,"15,1",1151.0,144.0,683.0,117.0,1938.0,1309.0,"27,2","42,5","1,5069" -27/06/2004,00.00.00,"2,1",1127.0,-200.0,"11,7",1041.0,120.0,728.0,97.0,1830.0,1266.0,"26,5","44,8","1,5280" -27/06/2004,01.00.00,"1,4",1038.0,-200.0,"9,3",950.0,71.0,776.0,75.0,1750.0,1181.0,"25,5","47,6","1,5318" -27/06/2004,02.00.00,1,948.0,-200.0,"6,4",829.0,40.0,873.0,53.0,1638.0,937.0,"25,2","47,8","1,5076" -27/06/2004,03.00.00,1,953.0,-200.0,"6,7",844.0,-200.0,848.0,-200.0,1685.0,995.0,"23,2","53,7","1,5046" -27/06/2004,04.00.00,"0,8",869.0,-200.0,"4,2",723.0,34.0,975.0,45.0,1522.0,789.0,"23,2","52,3","1,4668" -27/06/2004,05.00.00,"0,5",809.0,-200.0,"2,6",628.0,27.0,1127.0,42.0,1490.0,682.0,"24,0","50,3","1,4811" -27/06/2004,06.00.00,"0,6",833.0,-200.0,"2,8",641.0,30.0,1088.0,44.0,1496.0,717.0,"23,5","51,2","1,4634" -27/06/2004,07.00.00,"0,6",857.0,-200.0,"3,1",661.0,40.0,1083.0,50.0,1511.0,696.0,"23,5","50,8","1,4520" -27/06/2004,08.00.00,1,966.0,-200.0,"6,2",820.0,56.0,913.0,60.0,1634.0,807.0,"24,7","47,6","1,4597" -27/06/2004,09.00.00,"1,6",1063.0,-200.0,"7,9",894.0,104.0,823.0,100.0,1688.0,1025.0,"27,2","41,1","1,4611" -27/06/2004,10.00.00,"1,9",1110.0,-200.0,"10,5",996.0,121.0,782.0,111.0,1771.0,1090.0,"31,0","32,4","1,4294" -27/06/2004,11.00.00,"1,7",1055.0,-200.0,"9,0",941.0,100.0,844.0,110.0,1648.0,932.0,"35,2","24,8","1,3854" -27/06/2004,12.00.00,"1,1",939.0,-200.0,"6,3",828.0,59.0,991.0,74.0,1486.0,639.0,"37,8","18,5","1,1977" -27/06/2004,13.00.00,"0,8",816.0,-200.0,"3,5",684.0,42.0,1195.0,56.0,1285.0,467.0,"39,0","15,1","1,0424" -27/06/2004,14.00.00,"0,7",841.0,-200.0,"4,0",712.0,38.0,1175.0,50.0,1339.0,476.0,"41,3","12,8","0,9933" -27/06/2004,15.00.00,"0,7",842.0,-200.0,"4,2",722.0,40.0,1163.0,54.0,1294.0,490.0,"41,8","11,9","0,9476" -27/06/2004,16.00.00,"1,2",990.0,-200.0,"6,9",852.0,70.0,967.0,90.0,1488.0,669.0,"42,2","14,2","1,1609" -27/06/2004,17.00.00,"1,6",1042.0,-200.0,"7,9",894.0,95.0,916.0,109.0,1537.0,800.0,"41,4","15,5","1,2089" -27/06/2004,18.00.00,"1,6",1089.0,-200.0,"7,9",893.0,90.0,879.0,110.0,1609.0,791.0,"38,9","21,4","1,4605" -27/06/2004,19.00.00,"1,7",1102.0,-200.0,"10,3",990.0,90.0,799.0,103.0,1685.0,849.0,"34,3","26,0","1,3865" -27/06/2004,20.00.00,2,1095.0,-200.0,"10,5",996.0,111.0,799.0,120.0,1695.0,934.0,"32,7","27,7","1,3439" -27/06/2004,21.00.00,"2,3",1116.0,-200.0,"12,7",1075.0,135.0,761.0,134.0,1784.0,1081.0,"30,5","30,4","1,3031" -27/06/2004,22.00.00,"2,4",1105.0,-200.0,"11,9",1046.0,146.0,777.0,137.0,1751.0,1102.0,"29,0","33,6","1,3277" -27/06/2004,23.00.00,"1,7",1018.0,-200.0,"9,3",950.0,100.0,830.0,99.0,1636.0,914.0,"28,2","36,6","1,3781" -28/06/2004,00.00.00,"1,2",991.0,-200.0,"7,9",896.0,69.0,857.0,78.0,1616.0,926.0,"27,2","38,9","1,3821" -28/06/2004,01.00.00,1,923.0,-200.0,"5,0",765.0,47.0,952.0,63.0,1508.0,786.0,"26,7","40,0","1,3754" -28/06/2004,02.00.00,"0,6",874.0,-200.0,"3,4",679.0,26.0,1049.0,41.0,1444.0,619.0,"26,0","41,2","1,3598" -28/06/2004,03.00.00,"0,5",846.0,-200.0,"3,2",662.0,-200.0,1068.0,-200.0,1464.0,633.0,"22,8","50,1","1,3677" -28/06/2004,04.00.00,"0,4",838.0,-200.0,"2,7",632.0,24.0,1079.0,39.0,1438.0,634.0,"24,0","46,6","1,3700" -28/06/2004,05.00.00,"0,5",827.0,-200.0,"3,1",656.0,55.0,1075.0,60.0,1447.0,722.0,"24,0","46,4","1,3689" -28/06/2004,06.00.00,"0,7",901.0,-200.0,"5,0",763.0,47.0,984.0,54.0,1552.0,717.0,"23,7","47,1","1,3602" -28/06/2004,07.00.00,"3,2",1291.0,-200.0,"20,7",1316.0,209.0,603.0,119.0,2172.0,1445.0,"23,6","47,3","1,3634" -28/06/2004,08.00.00,"5,6",1441.0,-200.0,"32,4",1606.0,348.0,503.0,159.0,2568.0,1786.0,"25,5","43,1","1,3891" -28/06/2004,09.00.00,"4,6",1363.0,-200.0,"24,2",1410.0,337.0,565.0,182.0,2199.0,1791.0,"28,5","36,8","1,4128" -28/06/2004,10.00.00,"3,3",1218.0,-200.0,"16,6",1198.0,280.0,671.0,183.0,1907.0,1413.0,"32,6","28,0","1,3566" -28/06/2004,11.00.00,"2,1",1132.0,-200.0,"13,2",1091.0,169.0,751.0,144.0,1795.0,1092.0,"36,3","23,4","1,3902" -28/06/2004,12.00.00,"1,9",1103.0,-200.0,"12,3",1060.0,126.0,770.0,118.0,1748.0,940.0,"37,5","21,5","1,3673" -28/06/2004,13.00.00,"1,9",1081.0,-200.0,"12,1",1053.0,108.0,770.0,106.0,1773.0,883.0,"39,6","19,0","1,3447" -28/06/2004,14.00.00,"1,6",1079.0,-200.0,"11,1",1018.0,93.0,793.0,97.0,1739.0,850.0,"40,1","19,3","1,4013" -28/06/2004,15.00.00,2,1167.0,-200.0,"13,1",1087.0,112.0,741.0,129.0,1820.0,928.0,"40,4","20,0","1,4854" -28/06/2004,16.00.00,"1,8",1148.0,-200.0,"11,6",1037.0,110.0,772.0,130.0,1720.0,835.0,"39,9","20,1","1,4495" -28/06/2004,17.00.00,"2,9",1221.0,-200.0,"17,7",1230.0,188.0,670.0,163.0,1905.0,1157.0,"39,1","19,6","1,3542" -28/06/2004,18.00.00,"3,4",1255.0,-200.0,"19,5",1283.0,203.0,640.0,160.0,2023.0,1232.0,"37,0","21,9","1,3503" -28/06/2004,19.00.00,"3,1",1245.0,-200.0,"19,7",1287.0,167.0,635.0,140.0,2067.0,1288.0,"33,9","26,8","1,3899" -28/06/2004,20.00.00,"2,5",1162.0,-200.0,"15,1",1151.0,116.0,687.0,115.0,1912.0,1143.0,"31,9","30,6","1,4201" -28/06/2004,21.00.00,"1,8",1079.0,-200.0,"11,1",1020.0,89.0,754.0,92.0,1760.0,1014.0,"29,7","33,9","1,3874" -28/06/2004,22.00.00,"1,8",1091.0,-200.0,"11,7",1038.0,103.0,744.0,99.0,1786.0,1088.0,"28,6","36,8","1,4160" -28/06/2004,23.00.00,2,1085.0,-200.0,"11,7",1039.0,100.0,745.0,96.0,1790.0,1092.0,"27,8","38,7","1,4187" -29/06/2004,00.00.00,"1,5",1050.0,-200.0,"9,7",966.0,86.0,780.0,80.0,1748.0,1090.0,"27,8","40,0","1,4691" -29/06/2004,01.00.00,"0,8",941.0,-200.0,"6,0",814.0,52.0,873.0,65.0,1592.0,979.0,"27,5","41,3","1,4962" -29/06/2004,02.00.00,"0,4",891.0,-200.0,"3,9",705.0,27.0,980.0,46.0,1534.0,806.0,"27,3","41,6","1,4906" -29/06/2004,03.00.00,"0,3",842.0,-200.0,"2,6",624.0,-200.0,1080.0,-200.0,1480.0,712.0,"26,0","44,2","1,4657" -29/06/2004,04.00.00,-200,850.0,-200.0,"2,8",639.0,35.0,1048.0,57.0,1519.0,853.0,"24,8","48,0","1,4857" -29/06/2004,05.00.00,"0,5",863.0,-200.0,"3,0",652.0,42.0,1055.0,54.0,1504.0,816.0,"25,9","45,1","1,4889" -29/06/2004,06.00.00,"0,7",956.0,-200.0,"5,4",784.0,57.0,928.0,62.0,1634.0,934.0,"25,3","47,6","1,5108" -29/06/2004,07.00.00,"3,4",1384.0,-200.0,"23,5",1391.0,228.0,552.0,102.0,2316.0,1548.0,"24,7","49,5","1,5201" -29/06/2004,08.00.00,"5,7",1502.0,-200.0,"33,5",1631.0,350.0,459.0,140.0,2622.0,1858.0,"27,1","43,1","1,5224" -29/06/2004,09.00.00,"3,2",1219.0,-200.0,"15,5",1163.0,232.0,642.0,121.0,1963.0,1410.0,"28,3","39,8","1,5053" -29/06/2004,10.00.00,"2,7",1237.0,-200.0,"15,3",1157.0,206.0,663.0,132.0,1968.0,1334.0,"32,4","32,3","1,5484" -29/06/2004,11.00.00,"2,1",1181.0,-200.0,"12,8",1078.0,159.0,706.0,122.0,1870.0,1140.0,"35,4","27,8","1,5733" -29/06/2004,12.00.00,"2,8",1251.0,-200.0,"15,2",1154.0,184.0,682.0,148.0,1955.0,1111.0,"35,5","27,4","1,5635" -29/06/2004,13.00.00,"2,5",1214.0,-200.0,"15,7",1170.0,136.0,681.0,133.0,1963.0,1054.0,"37,8","24,4","1,5722" -29/06/2004,14.00.00,"2,1",1166.0,-200.0,"12,3",1062.0,124.0,726.0,130.0,1825.0,924.0,"37,2","25,5","1,5914" -29/06/2004,15.00.00,"2,5",1226.0,-200.0,"15,3",1157.0,133.0,683.0,141.0,1912.0,1041.0,"37,2","25,6","1,6014" -29/06/2004,16.00.00,"2,7",1265.0,-200.0,"17,6",1229.0,156.0,636.0,172.0,2040.0,1282.0,"38,0","25,0","1,6312" -29/06/2004,17.00.00,"3,7",1317.0,-200.0,"21,5",1338.0,200.0,593.0,198.0,2132.0,1362.0,"37,1","26,9","1,6635" -29/06/2004,18.00.00,"3,7",1372.0,-200.0,"23,2",1382.0,202.0,568.0,181.0,2268.0,1441.0,"36,9","27,8","1,7099" -29/06/2004,19.00.00,"4,6",1443.0,-200.0,"25,6",1443.0,286.0,543.0,202.0,2332.0,1559.0,"34,7","31,9","1,7325" -29/06/2004,20.00.00,"2,6",1200.0,-200.0,"14,3",1126.0,141.0,664.0,120.0,1979.0,1198.0,"31,9","38,4","1,7897" -29/06/2004,21.00.00,"2,5",1216.0,-200.0,"14,4",1130.0,117.0,655.0,115.0,1994.0,1246.0,"30,5","42,3","1,8173" -29/06/2004,22.00.00,"2,3",1160.0,-200.0,"12,6",1070.0,110.0,687.0,112.0,1929.0,1192.0,"29,3","45,8","1,8362" -29/06/2004,23.00.00,"2,2",1194.0,-200.0,"13,7",1106.0,100.0,667.0,97.0,1985.0,1194.0,"28,2","48,1","1,8144" -30/06/2004,00.00.00,"2,5",1199.0,-200.0,"13,1",1087.0,112.0,658.0,100.0,1954.0,1252.0,"27,3","51,0","1,8287" -30/06/2004,01.00.00,"0,9",965.0,-200.0,"6,1",818.0,35.0,844.0,47.0,1681.0,777.0,"26,8","52,4","1,8141" -30/06/2004,02.00.00,"0,8",961.0,-200.0,"5,8",801.0,33.0,850.0,44.0,1683.0,798.0,"26,0","54,9","1,8141" -30/06/2004,03.00.00,"0,7",901.0,-200.0,"3,7",697.0,-200.0,952.0,-200.0,1586.0,800.0,"26,8","51,9","1,8058" -30/06/2004,04.00.00,"0,5",864.0,-200.0,"2,6",629.0,28.0,1052.0,42.0,1558.0,728.0,"26,9","51,8","1,8050" -30/06/2004,05.00.00,"0,7",952.0,-200.0,"4,6",742.0,49.0,892.0,57.0,1656.0,953.0,"24,6","59,1","1,8013" -30/06/2004,06.00.00,"0,9",1009.0,-200.0,"7,4",875.0,81.0,797.0,61.0,1738.0,1060.0,"26,4","53,1","1,7987" -30/06/2004,07.00.00,"2,2",1225.0,-200.0,"15,2",1155.0,178.0,643.0,106.0,1992.0,1338.0,"27,3","46,4","1,6542" -30/06/2004,08.00.00,"2,8",1245.0,-200.0,"16,7",1202.0,223.0,628.0,136.0,2039.0,1622.0,"28,4","40,4","1,5442" -30/06/2004,09.00.00,"2,9",1265.0,-200.0,"17,0",1209.0,290.0,638.0,157.0,2015.0,1812.0,"30,8","37,1","1,6169" -30/06/2004,10.00.00,"2,9",1276.0,-200.0,"18,0",1241.0,274.0,642.0,171.0,2024.0,1784.0,"34,2","30,7","1,6252" -30/06/2004,11.00.00,3,1232.0,-200.0,"16,1",1183.0,278.0,675.0,190.0,1920.0,1509.0,"37,0","26,5","1,6352" -30/06/2004,12.00.00,"2,5",1193.0,-200.0,"13,4",1097.0,152.0,698.0,155.0,1832.0,1139.0,"36,6","27,8","1,6760" -30/06/2004,13.00.00,"2,3",1162.0,-200.0,"14,0",1117.0,118.0,700.0,139.0,1857.0,1044.0,"36,9","26,9","1,6477" -30/06/2004,14.00.00,"2,1",1126.0,-200.0,"13,4",1097.0,141.0,723.0,152.0,1810.0,1015.0,"39,3","22,2","1,5520" -30/06/2004,15.00.00,"1,9",1089.0,-200.0,"10,4",993.0,131.0,801.0,143.0,1675.0,825.0,"38,5","22,4","1,5018" -30/06/2004,16.00.00,"2,3",1134.0,-200.0,"12,7",1073.0,171.0,747.0,168.0,1765.0,1022.0,"39,7","20,4","1,4594" -30/06/2004,17.00.00,"4,2",1388.0,-200.0,"24,5",1418.0,287.0,568.0,226.0,2250.0,1913.0,"38,8","24,2","1,6433" -30/06/2004,18.00.00,"4,9",1506.0,-200.0,"27,8",1499.0,267.0,506.0,207.0,2485.0,2043.0,"33,5","38,0","1,9390" -30/06/2004,19.00.00,"4,9",1352.0,-200.0,"23,3",1385.0,280.0,563.0,197.0,2205.0,1661.0,"34,0","32,9","1,7251" -30/06/2004,20.00.00,"3,5",1217.0,-200.0,"17,6",1227.0,224.0,641.0,158.0,2040.0,1404.0,"31,9","33,7","1,5663" -30/06/2004,21.00.00,"2,5",1149.0,-200.0,"14,5",1132.0,137.0,688.0,124.0,1936.0,1233.0,"30,2","37,6","1,5870" -30/06/2004,22.00.00,"2,5",1156.0,-200.0,"14,4",1129.0,118.0,688.0,110.0,1941.0,1181.0,"28,9","41,0","1,6096" -30/06/2004,23.00.00,"2,6",1180.0,-200.0,"14,2",1122.0,128.0,678.0,112.0,1921.0,1272.0,"27,8","45,2","1,6604" -01/07/2004,00.00.00,"2,3",1109.0,-200.0,"12,9",1080.0,111.0,696.0,102.0,1874.0,1190.0,"27,1","47,4","1,6701" -01/07/2004,01.00.00,"1,5",1032.0,-200.0,"9,9",974.0,66.0,763.0,77.0,1800.0,982.0,"26,2","49,4","1,6555" -01/07/2004,02.00.00,"0,9",893.0,-200.0,"5,1",767.0,36.0,918.0,50.0,1607.0,805.0,"26,9","49,3","1,7196" -01/07/2004,03.00.00,"0,6",848.0,-200.0,"2,8",642.0,-200.0,1079.0,-200.0,1536.0,654.0,"26,3","50,8","1,7058" -01/07/2004,04.00.00,"0,6",850.0,-200.0,"3,2",664.0,31.0,1038.0,40.0,1568.0,727.0,"24,9","54,6","1,6908" -01/07/2004,05.00.00,"0,8",938.0,-200.0,"5,4",782.0,75.0,879.0,66.0,1685.0,1001.0,"23,4","58,6","1,6651" -01/07/2004,06.00.00,"0,9",948.0,-200.0,"6,4",828.0,66.0,858.0,60.0,1711.0,994.0,"24,4","55,2","1,6604" -01/07/2004,07.00.00,"2,4",1225.0,-200.0,"17,1",1214.0,154.0,625.0,85.0,2090.0,1322.0,"25,1","54,3","1,7057" -01/07/2004,08.00.00,"3,9",1380.0,-200.0,"22,3",1359.0,239.0,538.0,120.0,2337.0,1617.0,"26,6","51,2","1,7565" -01/07/2004,09.00.00,"2,9",1276.0,-200.0,"14,6",1138.0,246.0,628.0,134.0,2021.0,1430.0,"28,2","47,1","1,7752" -01/07/2004,10.00.00,"2,7",1246.0,-200.0,"13,3",1093.0,261.0,667.0,149.0,1942.0,1357.0,"31,6","39,4","1,7969" -01/07/2004,11.00.00,2,1141.0,-200.0,"10,5",996.0,179.0,767.0,125.0,1805.0,994.0,"34,2","31,8","1,6837" -01/07/2004,12.00.00,"2,4",1199.0,-200.0,"14,2",1124.0,159.0,680.0,132.0,1940.0,1054.0,"36,6","27,1","1,6352" -01/07/2004,13.00.00,2,1156.0,-200.0,"12,2",1056.0,111.0,710.0,114.0,1842.0,945.0,"37,6","26,9","1,7150" -01/07/2004,14.00.00,"1,8",1158.0,-200.0,"10,1",983.0,101.0,751.0,110.0,1803.0,808.0,"38,1","26,3","1,7213" -01/07/2004,15.00.00,"1,9",1163.0,-200.0,"11,7",1039.0,118.0,723.0,121.0,1814.0,888.0,"37,8","26,9","1,7392" -01/07/2004,16.00.00,"1,8",1078.0,-200.0,"10,9",1009.0,120.0,767.0,127.0,1730.0,787.0,"37,8","22,7","1,4653" -01/07/2004,17.00.00,"2,9",1244.0,-200.0,"17,3",1219.0,177.0,651.0,157.0,1949.0,1077.0,"36,9","24,7","1,5134" -01/07/2004,18.00.00,"3,3",1236.0,-200.0,"18,0",1239.0,186.0,637.0,169.0,1986.0,1106.0,"34,5","28,5","1,5310" -01/07/2004,19.00.00,"4,4",1364.0,-200.0,"22,9",1376.0,235.0,580.0,179.0,2168.0,1356.0,"32,5","30,9","1,4875" -01/07/2004,20.00.00,"3,4",1193.0,-200.0,"16,5",1196.0,195.0,675.0,149.0,1888.0,1152.0,"30,9","30,4","1,3380" -01/07/2004,21.00.00,"1,9",1078.0,-200.0,"10,2",985.0,106.0,778.0,111.0,1697.0,925.0,"28,7","34,7","1,3457" -01/07/2004,22.00.00,"2,1",1140.0,-200.0,"11,6",1035.0,107.0,726.0,112.0,1779.0,1059.0,"27,7","39,3","1,4372" -01/07/2004,23.00.00,"2,5",1239.0,-200.0,"14,3",1127.0,134.0,648.0,120.0,1930.0,1201.0,"26,8","45,1","1,5645" -02/07/2004,00.00.00,"2,3",1171.0,-200.0,"13,3",1093.0,117.0,669.0,105.0,1862.0,1205.0,"26,1","45,3","1,5115" -02/07/2004,01.00.00,"1,7",1065.0,-200.0,"10,0",977.0,83.0,736.0,90.0,1733.0,1103.0,"25,9","46,1","1,5174" -02/07/2004,02.00.00,"1,5",1024.0,-200.0,"7,6",882.0,77.0,791.0,87.0,1662.0,1072.0,"25,3","47,6","1,5130" -02/07/2004,03.00.00,"0,8",873.0,-200.0,"3,4",679.0,-200.0,1010.0,-200.0,1501.0,713.0,"26,6","43,0","1,4773" -02/07/2004,04.00.00,-200,874.0,-200.0,"3,3",668.0,37.0,1043.0,54.0,1513.0,737.0,"25,3","47,2","1,5025" -02/07/2004,05.00.00,"0,5",887.0,-200.0,"2,9",647.0,50.0,1046.0,61.0,1500.0,740.0,"25,1","48,0","1,5115" -02/07/2004,06.00.00,"0,8",993.0,-200.0,"5,6",795.0,60.0,888.0,63.0,1629.0,770.0,"24,8","50,6","1,5654" -02/07/2004,07.00.00,"2,6",1299.0,-200.0,"17,5",1225.0,179.0,620.0,102.0,2077.0,1327.0,"25,7","49,7","1,6150" -02/07/2004,08.00.00,"4,9",1529.0,-200.0,"29,0",1526.0,300.0,476.0,149.0,2559.0,1763.0,"27,4","45,5","1,6396" -02/07/2004,09.00.00,"2,9",1320.0,-200.0,"17,0",1210.0,263.0,595.0,147.0,2052.0,1477.0,"29,3","40,0","1,6082" -02/07/2004,10.00.00,"2,8",1226.0,-200.0,"15,6",1168.0,265.0,650.0,158.0,1952.0,1311.0,"33,6","28,7","1,4693" -02/07/2004,11.00.00,"1,8",1105.0,-200.0,"10,1",980.0,164.0,777.0,112.0,1745.0,980.0,"34,6","27,7","1,4991" -02/07/2004,12.00.00,"1,8",1160.0,-200.0,"11,7",1040.0,122.0,720.0,108.0,1810.0,961.0,"35,6","27,2","1,5557" -02/07/2004,13.00.00,"1,9",1125.0,-200.0,"12,0",1051.0,125.0,730.0,120.0,1771.0,923.0,"36,9","23,3","1,4313" -02/07/2004,14.00.00,"1,7",1099.0,-200.0,"11,0",1015.0,125.0,763.0,117.0,1732.0,839.0,"38,8","20,7","1,4036" -02/07/2004,15.00.00,"1,7",1124.0,-200.0,"11,2",1021.0,115.0,745.0,119.0,1735.0,827.0,"38,1","22,6","1,4868" -02/07/2004,16.00.00,"1,9",1105.0,-200.0,"10,5",995.0,162.0,778.0,149.0,1681.0,821.0,"37,1","23,0","1,4229" -02/07/2004,17.00.00,"2,1",1035.0,-200.0,"11,8",1043.0,149.0,804.0,174.0,1647.0,749.0,"34,8","19,3","1,0543" -02/07/2004,18.00.00,"2,4",1065.0,-200.0,"13,8",1110.0,161.0,757.0,163.0,1691.0,871.0,"33,6","20,7","1,0590" -02/07/2004,19.00.00,3,1051.0,-200.0,"17,3",1220.0,201.0,739.0,161.0,1729.0,1077.0,"31,4","18,5","0,8376" -02/07/2004,20.00.00,"2,8",1073.0,-200.0,"14,2",1124.0,209.0,752.0,154.0,1688.0,1175.0,"29,5","23,8","0,9623" -02/07/2004,21.00.00,"1,9",1008.0,-200.0,"10,7",1004.0,133.0,817.0,124.0,1588.0,1125.0,"27,4","27,1","0,9736" -02/07/2004,22.00.00,"2,1",1090.0,-200.0,"12,7",1073.0,133.0,745.0,122.0,1693.0,1124.0,"26,1","31,1","1,0338" -02/07/2004,23.00.00,"1,8",1048.0,-200.0,"10,1",983.0,134.0,780.0,119.0,1643.0,1064.0,"25,5","34,0","1,0935" -03/07/2004,00.00.00,"2,5",1131.0,-200.0,"13,1",1087.0,164.0,705.0,131.0,1738.0,1240.0,"24,0","37,8","1,1125" -03/07/2004,01.00.00,"1,1",953.0,-200.0,"7,4",874.0,72.0,854.0,84.0,1528.0,899.0,"24,2","37,3","1,1118" -03/07/2004,02.00.00,"0,7",897.0,-200.0,"4,6",745.0,50.0,968.0,77.0,1461.0,807.0,"23,4","40,6","1,1571" -03/07/2004,03.00.00,"0,7",900.0,-200.0,"4,7",750.0,-200.0,932.0,-200.0,1494.0,817.0,"21,8","46,6","1,1991" -03/07/2004,04.00.00,"0,4",828.0,-200.0,"2,8",639.0,27.0,1077.0,41.0,1371.0,573.0,"22,6","43,0","1,1629" -03/07/2004,05.00.00,"0,7",892.0,-200.0,"4,5",739.0,74.0,964.0,68.0,1479.0,768.0,"20,2","50,7","1,1844" -03/07/2004,06.00.00,"0,7",914.0,-200.0,"5,9",809.0,69.0,912.0,69.0,1530.0,807.0,"20,5","49,3","1,1760" -03/07/2004,07.00.00,"1,8",1096.0,-200.0,"11,1",1017.0,162.0,722.0,101.0,1743.0,1204.0,"21,4","48,0","1,2086" -03/07/2004,08.00.00,"2,3",1173.0,-200.0,"14,4",1130.0,208.0,648.0,120.0,1885.0,1401.0,"23,2","43,9","1,2344" -03/07/2004,09.00.00,"1,9",1125.0,-200.0,"11,1",1016.0,168.0,712.0,124.0,1725.0,1256.0,"25,3","40,7","1,2921" -03/07/2004,10.00.00,"1,7",1079.0,-200.0,"9,9",976.0,139.0,781.0,113.0,1669.0,999.0,"29,9","31,1","1,2883" -03/07/2004,11.00.00,"1,3",974.0,-200.0,"8,8",930.0,104.0,872.0,97.0,1536.0,712.0,"33,9","21,3","1,1067" -03/07/2004,12.00.00,"1,5",977.0,-200.0,"9,9",973.0,99.0,865.0,94.0,1550.0,712.0,"36,3","16,0","0,9465" -03/07/2004,13.00.00,"1,3",912.0,-200.0,"7,4",873.0,89.0,946.0,86.0,1436.0,614.0,"36,6","15,2","0,9177" -03/07/2004,14.00.00,"0,8",896.0,-200.0,"6,1",817.0,57.0,992.0,70.0,1426.0,554.0,"37,4","15,8","0,9998" -03/07/2004,15.00.00,"0,8",896.0,-200.0,"6,2",822.0,64.0,1002.0,70.0,1391.0,722.0,"37,9","15,0","0,9721" -03/07/2004,16.00.00,"1,1",956.0,-200.0,"7,1",862.0,65.0,930.0,82.0,1479.0,636.0,"38,0","16,8","1,0933" -03/07/2004,17.00.00,"1,2",970.0,-200.0,"8,0",900.0,79.0,909.0,93.0,1524.0,664.0,"36,9","17,5","1,0789" -03/07/2004,18.00.00,"1,2",929.0,-200.0,"7,3",869.0,80.0,942.0,89.0,1454.0,624.0,"35,3","17,0","0,9561" -03/07/2004,19.00.00,"1,4",947.0,-200.0,"8,7",926.0,81.0,905.0,90.0,1484.0,659.0,"31,9","20,4","0,9462" -03/07/2004,20.00.00,"1,1",1003.0,-200.0,"7,5",880.0,59.0,864.0,67.0,1537.0,695.0,"29,1","29,6","1,1792" -03/07/2004,21.00.00,"1,5",1045.0,-200.0,"9,0",940.0,90.0,822.0,94.0,1658.0,920.0,"27,4","33,4","1,2022" -03/07/2004,22.00.00,2,1125.0,-200.0,"11,6",1035.0,122.0,728.0,109.0,1726.0,1150.0,"26,7","35,8","1,2318" -03/07/2004,23.00.00,"1,9",1138.0,-200.0,"10,2",985.0,120.0,742.0,103.0,1710.0,1141.0,"25,2","42,7","1,3473" -04/07/2004,00.00.00,"2,2",1217.0,-200.0,"12,3",1060.0,126.0,660.0,101.0,1840.0,1227.0,"24,0","51,9","1,5252" -04/07/2004,01.00.00,"1,1",983.0,-200.0,"6,4",831.0,68.0,847.0,71.0,1585.0,887.0,"24,5","44,4","1,3476" -04/07/2004,02.00.00,"1,1",1007.0,-200.0,"7,2",864.0,65.0,816.0,71.0,1639.0,987.0,"22,6","51,0","1,3805" -04/07/2004,03.00.00,"0,8",957.0,-200.0,"6,1",816.0,-200.0,846.0,-200.0,1613.0,903.0,"22,2","52,7","1,3891" -04/07/2004,04.00.00,"0,6",914.0,-200.0,"4,3",725.0,38.0,949.0,49.0,1550.0,780.0,"21,2","56,8","1,4094" -04/07/2004,05.00.00,"0,6",886.0,-200.0,"3,8",702.0,31.0,971.0,43.0,1528.0,767.0,"20,3","59,6","1,3994" -04/07/2004,06.00.00,"0,6",899.0,-200.0,"4,0",708.0,40.0,972.0,44.0,1559.0,780.0,"21,3","56,7","1,4178" -04/07/2004,07.00.00,"0,6",942.0,-200.0,"4,2",723.0,36.0,968.0,42.0,1573.0,698.0,"23,0","54,6","1,5177" -04/07/2004,08.00.00,"1,1",1022.0,-200.0,"6,1",817.0,64.0,835.0,69.0,1669.0,821.0,"23,7","54,3","1,5731" -04/07/2004,09.00.00,1,1009.0,-200.0,"6,0",810.0,56.0,859.0,65.0,1634.0,772.0,"25,4","49,3","1,5732" -04/07/2004,10.00.00,1,1025.0,-200.0,"5,9",809.0,56.0,877.0,68.0,1606.0,690.0,"29,6","37,7","1,5440" -04/07/2004,11.00.00,1,977.0,-200.0,"5,4",783.0,43.0,939.0,58.0,1543.0,586.0,"33,9","26,2","1,3664" -04/07/2004,12.00.00,"0,8",936.0,-200.0,"4,9",757.0,40.0,1007.0,52.0,1459.0,523.0,"35,8","22,4","1,2933" -04/07/2004,13.00.00,"0,7",884.0,-200.0,"3,9",703.0,34.0,1076.0,46.0,1394.0,488.0,"37,9","18,8","1,2220" -04/07/2004,14.00.00,"0,4",809.0,-200.0,"3,2",664.0,28.0,1185.0,40.0,1270.0,427.0,"38,5","14,8","0,9942" -04/07/2004,15.00.00,"0,5",852.0,-200.0,"4,1",718.0,32.0,1109.0,47.0,1307.0,468.0,"39,3","14,5","1,0149" -04/07/2004,16.00.00,"0,6",872.0,-200.0,"4,0",708.0,39.0,1106.0,56.0,1331.0,489.0,"38,9","15,6","1,0613" -04/07/2004,17.00.00,"0,7",839.0,-200.0,"4,8",752.0,52.0,1102.0,64.0,1298.0,515.0,"37,9","12,7","0,8211" -04/07/2004,18.00.00,"0,9",854.0,-200.0,"5,5",788.0,60.0,1064.0,71.0,1310.0,562.0,"35,8","13,4","0,7749" -04/07/2004,19.00.00,"1,6",971.0,-200.0,"9,1",942.0,104.0,900.0,103.0,1541.0,776.0,"32,3","19,7","0,9345" -04/07/2004,20.00.00,"1,6",985.0,-200.0,"9,1",944.0,102.0,866.0,97.0,1541.0,833.0,"30,1","23,5","0,9869" -04/07/2004,21.00.00,"1,7",1027.0,-200.0,"10,1",981.0,120.0,817.0,108.0,1631.0,1023.0,"28,2","28,7","1,0806" -04/07/2004,22.00.00,"1,3",1012.0,-200.0,"7,4",876.0,89.0,853.0,87.0,1580.0,967.0,"26,0","35,7","1,1842" -04/07/2004,23.00.00,"1,9",1086.0,-200.0,"9,9",973.0,121.0,766.0,104.0,1656.0,1089.0,"25,3","39,2","1,2452" -05/07/2004,00.00.00,"1,5",1025.0,-200.0,"9,0",939.0,107.0,790.0,93.0,1635.0,1103.0,"24,7","38,7","1,1845" -05/07/2004,01.00.00,"0,6",848.0,-200.0,"3,7",692.0,41.0,1034.0,55.0,1412.0,734.0,"25,5","35,7","1,1499" -05/07/2004,02.00.00,"0,4",839.0,-200.0,"3,0",652.0,34.0,1075.0,49.0,1405.0,671.0,"22,5","43,2","1,1589" -05/07/2004,03.00.00,"0,3",814.0,-200.0,"2,5",618.0,-200.0,1097.0,-200.0,1400.0,696.0,"21,6","46,1","1,1761" -05/07/2004,04.00.00,-200,816.0,-200.0,"2,6",624.0,41.0,1073.0,56.0,1422.0,729.0,"19,7","51,4","1,1688" -05/07/2004,05.00.00,"0,4",799.0,-200.0,"2,4",613.0,38.0,1120.0,43.0,1387.0,641.0,"21,6","45,7","1,1665" -05/07/2004,06.00.00,"0,7",879.0,-200.0,"5,6",792.0,59.0,906.0,57.0,1521.0,825.0,"21,1","47,3","1,1654" -05/07/2004,07.00.00,2,1104.0,-200.0,"14,3",1125.0,165.0,697.0,80.0,1815.0,1179.0,"21,6","44,1","1,1269" -05/07/2004,08.00.00,"3,9",1344.0,-200.0,"27,7",1496.0,287.0,519.0,134.0,2311.0,1651.0,"23,7","37,9","1,0988" -05/07/2004,09.00.00,"3,6",1226.0,-200.0,"19,1",1272.0,317.0,632.0,157.0,1901.0,1474.0,"26,0","30,1","0,9953" -05/07/2004,10.00.00,"3,2",1157.0,-200.0,"15,9",1176.0,330.0,691.0,175.0,1779.0,1370.0,"30,6","23,2","1,0010" -05/07/2004,11.00.00,"2,2",1059.0,-200.0,"12,3",1060.0,204.0,798.0,147.0,1638.0,1141.0,"34,1","19,1","1,0048" -05/07/2004,12.00.00,"2,2",1076.0,-200.0,"12,2",1057.0,189.0,778.0,140.0,1633.0,1076.0,"36,2","18,0","1,0636" -05/07/2004,13.00.00,"2,1",1066.0,-200.0,"11,7",1041.0,165.0,783.0,137.0,1641.0,1036.0,"37,4","17,3","1,0914" -05/07/2004,14.00.00,"1,8",1049.0,-200.0,"10,4",994.0,139.0,813.0,123.0,1580.0,881.0,"39,5","15,6","1,1020" -05/07/2004,15.00.00,2,1097.0,-200.0,"12,7",1074.0,156.0,776.0,138.0,1671.0,960.0,"40,4","14,9","1,1033" -05/07/2004,16.00.00,"1,8",1087.0,-200.0,"11,1",1018.0,130.0,791.0,132.0,1624.0,883.0,"40,1","16,1","1,1699" -05/07/2004,17.00.00,3,1269.0,-200.0,"19,0",1269.0,173.0,633.0,174.0,1942.0,1221.0,"39,3","18,9","1,3251" -05/07/2004,18.00.00,"4,3",1328.0,-200.0,"24,1",1405.0,302.0,584.0,203.0,2072.0,1518.0,"37,3","19,9","1,2437" -05/07/2004,19.00.00,"3,5",1200.0,-200.0,"19,1",1270.0,239.0,654.0,176.0,1906.0,1264.0,"33,6","22,9","1,1747" -05/07/2004,20.00.00,"2,5",1098.0,-200.0,"13,6",1105.0,139.0,732.0,125.0,1768.0,1061.0,"30,7","28,9","1,2501" -05/07/2004,21.00.00,"1,8",1058.0,-200.0,"10,7",1004.0,92.0,776.0,98.0,1684.0,947.0,"28,8","32,8","1,2776" -05/07/2004,22.00.00,"1,9",1081.0,-200.0,"11,3",1025.0,104.0,738.0,103.0,1757.0,1059.0,"27,3","36,8","1,3207" -05/07/2004,23.00.00,"1,9",1062.0,-200.0,"9,6",962.0,108.0,776.0,104.0,1674.0,1030.0,"26,2","39,7","1,3249" -06/07/2004,00.00.00,"1,9",1078.0,-200.0,"9,8",971.0,107.0,752.0,105.0,1694.0,1065.0,"25,4","43,0","1,3700" -06/07/2004,01.00.00,"0,9",917.0,-200.0,"4,9",761.0,55.0,931.0,75.0,1497.0,893.0,"25,8","41,0","1,3461" -06/07/2004,02.00.00,"0,7",881.0,-200.0,"4,1",718.0,43.0,965.0,60.0,1510.0,837.0,"23,3","48,4","1,3677" -06/07/2004,03.00.00,"0,6",865.0,-200.0,"3,3",671.0,-200.0,1012.0,-200.0,1477.0,807.0,"23,5","47,8","1,3607" -06/07/2004,04.00.00,"0,4",829.0,-200.0,"2,2",602.0,23.0,1123.0,36.0,1410.0,596.0,"23,5","46,7","1,3361" -06/07/2004,05.00.00,"0,7",913.0,-200.0,"4,6",743.0,65.0,931.0,66.0,1540.0,884.0,"21,8","52,3","1,3539" -06/07/2004,06.00.00,"1,6",1077.0,-200.0,"10,2",985.0,165.0,742.0,97.0,1780.0,1170.0,"21,8","52,5","1,3529" -06/07/2004,07.00.00,"3,8",1337.0,-200.0,"23,3",1386.0,274.0,565.0,115.0,2196.0,1596.0,"22,9","49,1","1,3546" -06/07/2004,08.00.00,"5,1",1467.0,-200.0,"31,0",1575.0,369.0,472.0,145.0,2460.0,1873.0,"24,9","43,3","1,3422" -06/07/2004,09.00.00,"3,4",1257.0,-200.0,"17,6",1227.0,308.0,611.0,162.0,1954.0,1608.0,"26,7","39,4","1,3556" -06/07/2004,10.00.00,"2,6",1227.0,-200.0,"14,3",1125.0,227.0,675.0,147.0,1835.0,1470.0,"30,5","32,9","1,4135" -06/07/2004,11.00.00,"2,2",1188.0,-200.0,"13,7",1108.0,178.0,693.0,132.0,1818.0,1275.0,"34,2","27,2","1,4404" -06/07/2004,12.00.00,"3,4",1301.0,-200.0,"19,3",1276.0,267.0,631.0,179.0,1953.0,1407.0,"38,2","20,9","1,3701" -06/07/2004,13.00.00,"3,4",1201.0,-200.0,"19,3",1278.0,278.0,657.0,174.0,1892.0,1302.0,"39,6","16,9","1,2028" -06/07/2004,14.00.00,"1,8",1058.0,-200.0,"11,3",1026.0,165.0,794.0,132.0,1622.0,931.0,"39,9","15,8","1,1410" -06/07/2004,15.00.00,2,1037.0,-200.0,"12,7",1075.0,172.0,789.0,151.0,1604.0,917.0,"40,2","13,9","1,0200" -06/07/2004,16.00.00,"2,4",1055.0,-200.0,"15,3",1157.0,216.0,762.0,168.0,1674.0,985.0,"39,6","13,2","0,9332" -06/07/2004,17.00.00,"3,8",1179.0,-200.0,"22,5",1364.0,306.0,661.0,192.0,1845.0,1265.0,"39,5","12,6","0,8894" -06/07/2004,18.00.00,"4,4",1298.0,-200.0,"25,0",1430.0,317.0,632.0,194.0,1946.0,2475.0,"37,9","13,9","0,9015" -06/07/2004,19.00.00,"3,9",1213.0,-200.0,"21,1",1327.0,251.0,654.0,155.0,1864.0,2021.0,"34,2","17,9","0,9444" -06/07/2004,20.00.00,4,1233.0,-200.0,"23,8",1398.0,230.0,613.0,159.0,1975.0,1834.0,"32,6","20,6","0,9939" -06/07/2004,21.00.00,"2,5",1086.0,-200.0,"14,9",1145.0,154.0,737.0,125.0,1717.0,1426.0,"30,4","23,2","0,9889" -06/07/2004,22.00.00,"2,1",1056.0,-200.0,"12,8",1078.0,137.0,765.0,108.0,1668.0,1272.0,"28,8","25,1","0,9793" -06/07/2004,23.00.00,"2,4",1138.0,-200.0,"14,3",1128.0,133.0,681.0,110.0,1737.0,1490.0,"27,8","29,9","1,1018" -07/07/2004,00.00.00,"2,1",1112.0,-200.0,"14,3",1128.0,117.0,675.0,99.0,1771.0,1440.0,"26,9","32,6","1,1381" -07/07/2004,01.00.00,"1,6",992.0,-200.0,"9,2",948.0,106.0,773.0,95.0,1609.0,1271.0,"26,3","33,7","1,1377" -07/07/2004,02.00.00,"0,8",895.0,-200.0,"5,1",767.0,55.0,931.0,69.0,1463.0,985.0,"25,7","33,9","1,1065" -07/07/2004,03.00.00,"0,5",843.0,-200.0,"3,0",655.0,-200.0,1046.0,-200.0,1377.0,826.0,"24,8","36,0","1,1109" -07/07/2004,04.00.00,"0,4",828.0,-200.0,"2,6",626.0,27.0,1073.0,45.0,1362.0,754.0,"25,5","34,6","1,1096" -07/07/2004,05.00.00,"0,5",894.0,-200.0,"4,0",709.0,46.0,997.0,53.0,1432.0,853.0,"24,0","37,8","1,1077" -07/07/2004,06.00.00,"1,3",1072.0,-200.0,"9,9",976.0,144.0,740.0,88.0,1673.0,1340.0,"23,9","39,3","1,1522" -07/07/2004,07.00.00,"4,1",1425.0,-200.0,"27,3",1486.0,392.0,512.0,136.0,2305.0,1869.0,"24,8","38,4","1,1808" -07/07/2004,08.00.00,"4,1",1428.0,-200.0,"27,9",1500.0,358.0,496.0,141.0,2275.0,2021.0,"26,9","34,4","1,2036" -07/07/2004,09.00.00,4,1359.0,-200.0,"24,5",1415.0,381.0,572.0,189.0,2081.0,1902.0,"29,6","28,7","1,1706" -07/07/2004,10.00.00,"2,2",1182.0,-200.0,"14,2",1122.0,261.0,730.0,166.0,1707.0,1527.0,"34,6","21,1","1,1398" -07/07/2004,11.00.00,2,1117.0,-200.0,"11,9",1045.0,207.0,761.0,154.0,1623.0,1260.0,"38,3","17,0","1,1216" -07/07/2004,12.00.00,2,1119.0,-200.0,"13,1",1088.0,155.0,741.0,149.0,1640.0,1124.0,"40,4","14,5","1,0736" -07/07/2004,13.00.00,"2,2",1068.0,-200.0,"15,1",1152.0,193.0,739.0,142.0,1683.0,1309.0,"42,6","9,6","0,8012" -07/07/2004,14.00.00,"2,2",1090.0,-200.0,"14,1",1120.0,195.0,743.0,130.0,1629.0,1283.0,"42,5","10,2","0,8478" -07/07/2004,15.00.00,"1,8",1056.0,-200.0,"11,3",1024.0,159.0,792.0,121.0,1555.0,1068.0,"41,0","11,6","0,8872" -07/07/2004,16.00.00,"1,8",1098.0,-200.0,"10,8",1007.0,120.0,799.0,116.0,1546.0,937.0,"41,3","13,0","1,0154" -07/07/2004,17.00.00,"3,3",1318.0,-200.0,"21,5",1339.0,228.0,635.0,177.0,1925.0,1416.0,"39,2","14,5","1,0106" -07/07/2004,18.00.00,"4,3",1348.0,-200.0,"21,8",1347.0,348.0,599.0,233.0,1903.0,1611.0,"36,9","17,9","1,0960" -07/07/2004,19.00.00,"5,3",1502.0,-200.0,"29,8",1546.0,337.0,538.0,223.0,2199.0,1919.0,"35,6","20,4","1,1646" -07/07/2004,20.00.00,"4,3",1373.0,-200.0,"22,5",1364.0,282.0,597.0,184.0,2005.0,1745.0,"33,7","22,6","1,1658" -07/07/2004,21.00.00,"3,6",1397.0,-200.0,"21,8",1346.0,228.0,580.0,165.0,2017.0,1837.0,"31,5","27,8","1,2671" -07/07/2004,22.00.00,"2,4",1286.0,-200.0,"17,1",1214.0,168.0,620.0,132.0,1880.0,1759.0,"31,1","29,3","1,3055" -07/07/2004,23.00.00,"2,1",1222.0,-200.0,"15,4",1161.0,173.0,661.0,122.0,1827.0,1593.0,"30,2","30,9","1,3026" -08/07/2004,00.00.00,"1,2",1069.0,-200.0,"10,2",983.0,87.0,749.0,88.0,1627.0,1357.0,"29,8","30,2","1,2502" -08/07/2004,01.00.00,"0,9",1011.0,-200.0,"7,2",864.0,65.0,809.0,79.0,1532.0,1231.0,"28,4","32,5","1,2361" -08/07/2004,02.00.00,"0,6",962.0,-200.0,"5,8",803.0,43.0,853.0,60.0,1507.0,1066.0,"27,5","34,0","1,2310" -08/07/2004,03.00.00,"0,5",919.0,-200.0,"4,2",723.0,-200.0,910.0,-200.0,1443.0,992.0,"26,8","35,3","1,2243" -08/07/2004,04.00.00,-200,969.0,-200.0,"5,1",769.0,43.0,866.0,60.0,1485.0,1063.0,"24,5","40,4","1,2251" -08/07/2004,05.00.00,"0,6",986.0,-200.0,"5,4",784.0,66.0,839.0,74.0,1503.0,1204.0,"25,6","38,8","1,2545" -08/07/2004,06.00.00,"0,6",990.0,-200.0,"6,2",821.0,57.0,848.0,62.0,1511.0,1079.0,"27,5","34,6","1,2518" -08/07/2004,07.00.00,"2,2",1296.0,-200.0,"16,9",1208.0,231.0,603.0,115.0,1914.0,1593.0,"25,9","37,4","1,2289" -08/07/2004,08.00.00,"3,2",1371.0,-200.0,"23,2",1384.0,219.0,545.0,119.0,2082.0,1745.0,"28,5","32,5","1,2441" -08/07/2004,09.00.00,3,1385.0,-200.0,"18,0",1240.0,288.0,596.0,155.0,1919.0,1847.0,"29,5","32,7","1,3229" -08/07/2004,10.00.00,"2,7",1381.0,-200.0,"17,6",1227.0,312.0,595.0,162.0,1903.0,1845.0,"29,8","33,1","1,3693" -08/07/2004,11.00.00,"3,2",1396.0,-200.0,"20,3",1306.0,361.0,587.0,189.0,1934.0,1886.0,"33,4","26,8","1,3586" -08/07/2004,12.00.00,"1,4",1070.0,-200.0,"10,6",1000.0,147.0,801.0,115.0,1538.0,1039.0,"40,3","15,8","1,1604" -08/07/2004,13.00.00,"1,3",1076.0,-200.0,"9,9",972.0,111.0,819.0,109.0,1525.0,923.0,"41,8","15,0","1,1989" -08/07/2004,14.00.00,"1,4",1126.0,-200.0,"10,7",1004.0,98.0,788.0,108.0,1609.0,926.0,"41,1","15,7","1,2071" -08/07/2004,15.00.00,"2,1",1225.0,-200.0,"16,5",1196.0,156.0,673.0,145.0,1775.0,1277.0,"41,9","14,8","1,1944" -08/07/2004,16.00.00,"2,4",1202.0,-200.0,"16,9",1206.0,213.0,671.0,167.0,1807.0,1301.0,"40,9","14,6","1,1140" -08/07/2004,17.00.00,"3,1",1308.0,-200.0,"20,5",1310.0,250.0,628.0,200.0,1891.0,1385.0,"39,1","16,9","1,1705" -08/07/2004,18.00.00,"3,5",1440.0,-200.0,"19,4",1281.0,253.0,580.0,178.0,2021.0,1474.0,"36,4","27,3","1,6308" -08/07/2004,19.00.00,"5,1",1611.0,-200.0,"30,0",1552.0,317.0,487.0,206.0,2371.0,1948.0,"34,9","29,3","1,6110" -08/07/2004,20.00.00,"4,5",1387.0,-200.0,"24,6",1419.0,309.0,559.0,192.0,2113.0,1677.0,"33,6","26,4","1,3515" -08/07/2004,21.00.00,"2,9",1268.0,-200.0,"16,9",1206.0,201.0,648.0,137.0,1900.0,1434.0,"32,2","27,6","1,3044" -08/07/2004,22.00.00,"2,6",1237.0,-200.0,"15,8",1175.0,173.0,660.0,128.0,1834.0,1424.0,"30,5","29,7","1,2742" -08/07/2004,23.00.00,"2,7",1302.0,-200.0,"16,6",1198.0,156.0,628.0,121.0,1934.0,1504.0,"29,4","35,6","1,4383" -09/07/2004,00.00.00,"3,2",1347.0,-200.0,"19,5",1282.0,190.0,575.0,136.0,1996.0,1661.0,"29,1","34,8","1,3800" -09/07/2004,01.00.00,"2,3",1355.0,-200.0,"16,6",1198.0,129.0,564.0,109.0,1905.0,1714.0,"27,7","41,9","1,5370" -09/07/2004,02.00.00,1,1023.0,-200.0,"6,2",822.0,65.0,823.0,74.0,1585.0,1050.0,"27,9","41,6","1,5425" -09/07/2004,03.00.00,"0,5",903.0,-200.0,"2,7",631.0,-200.0,1070.0,-200.0,1458.0,550.0,"27,8","43,7","1,6039" -09/07/2004,04.00.00,"0,4",876.0,-200.0,"2,3",605.0,29.0,1144.0,40.0,1432.0,456.0,"27,4","42,2","1,5177" -09/07/2004,05.00.00,"0,6",932.0,-200.0,"3,9",707.0,58.0,1011.0,61.0,1509.0,554.0,"26,6","42,8","1,4713" -09/07/2004,06.00.00,1,1020.0,-200.0,"7,2",866.0,92.0,847.0,83.0,1636.0,744.0,"26,9","40,3","1,4041" -09/07/2004,07.00.00,"2,9",1264.0,-200.0,"18,1",1241.0,228.0,609.0,129.0,1989.0,1280.0,"27,0","37,3","1,3081" -09/07/2004,08.00.00,"2,7",1179.0,-200.0,"15,1",1153.0,172.0,654.0,-200.0,1877.0,1096.0,"27,0","35,3","1,2396" -09/07/2004,09.00.00,"1,8",1079.0,-200.0,"9,7",966.0,154.0,785.0,115.0,1640.0,927.0,"27,4","32,0","1,1545" -09/07/2004,10.00.00,"1,8",1036.0,-200.0,"9,4",955.0,166.0,829.0,130.0,1527.0,840.0,"30,5","24,7","1,0592" -09/07/2004,11.00.00,"1,7",1002.0,-200.0,"9,6",964.0,149.0,828.0,137.0,1546.0,786.0,"32,9","20,1","0,9902" -09/07/2004,12.00.00,"1,5",995.0,-200.0,"9,5",959.0,111.0,856.0,116.0,1544.0,690.0,"33,9","18,4","0,9587" -09/07/2004,13.00.00,"1,7",1008.0,-200.0,"9,6",962.0,145.0,845.0,129.0,1545.0,742.0,"34,4","19,3","1,0325" -09/07/2004,14.00.00,"1,3",978.0,-200.0,"9,6",962.0,105.0,846.0,117.0,1527.0,680.0,"34,2","19,6","1,0399" -09/07/2004,15.00.00,"1,5",989.0,-200.0,"10,3",990.0,113.0,822.0,138.0,1577.0,705.0,"33,2","20,4","1,0195" -09/07/2004,16.00.00,"1,5",961.0,-200.0,"10,2",985.0,115.0,845.0,139.0,1554.0,677.0,"32,4","19,1","0,9150" -09/07/2004,17.00.00,"2,3",1009.0,-200.0,"14,0",1116.0,202.0,779.0,180.0,1602.0,877.0,"32,2","17,1","0,8124" -09/07/2004,18.00.00,"2,2",970.0,-200.0,"14,0",1117.0,180.0,786.0,162.0,1579.0,844.0,"31,0","17,1","0,7526" -09/07/2004,19.00.00,"2,8",1097.0,-200.0,"16,6",1199.0,190.0,699.0,158.0,1738.0,1006.0,"28,3","24,9","0,9412" -09/07/2004,20.00.00,"2,7",1065.0,-200.0,"13,6",1105.0,207.0,723.0,162.0,1672.0,987.0,"26,6","30,2","1,0330" -09/07/2004,21.00.00,"1,7",1036.0,-200.0,"10,2",986.0,113.0,776.0,112.0,1614.0,868.0,"24,8","36,8","1,1357" -09/07/2004,22.00.00,"1,5",1049.0,-200.0,"9,5",958.0,98.0,794.0,104.0,1648.0,861.0,"23,7","43,4","1,2495" -09/07/2004,23.00.00,"2,3",1147.0,-200.0,"11,8",1043.0,152.0,727.0,125.0,1719.0,1042.0,"23,0","46,2","1,2815" -10/07/2004,00.00.00,"2,3",1118.0,-200.0,"13,0",1082.0,161.0,694.0,127.0,1792.0,1080.0,"22,7","47,7","1,2977" -10/07/2004,01.00.00,"1,5",1016.0,-200.0,"9,6",963.0,91.0,776.0,95.0,1661.0,811.0,"22,2","49,5","1,3081" -10/07/2004,02.00.00,1,940.0,-200.0,"6,7",845.0,57.0,845.0,70.0,1539.0,704.0,"21,6","51,9","1,3254" -10/07/2004,03.00.00,"0,5",836.0,-200.0,"2,9",643.0,-200.0,1114.0,-200.0,1405.0,522.0,"22,3","50,4","1,3379" -10/07/2004,04.00.00,"0,3",831.0,-200.0,"2,6",626.0,22.0,1126.0,33.0,1406.0,484.0,"22,4","49,7","1,3333" -10/07/2004,05.00.00,"0,4",877.0,-200.0,"4,0",711.0,41.0,1018.0,45.0,1475.0,580.0,"21,7","52,0","1,3313" -10/07/2004,06.00.00,"0,5",872.0,-200.0,"4,3",725.0,53.0,976.0,56.0,1471.0,668.0,"21,1","53,2","1,3181" -10/07/2004,07.00.00,"0,9",958.0,-200.0,"5,9",805.0,92.0,886.0,74.0,1551.0,835.0,"22,0","51,0","1,3296" -10/07/2004,08.00.00,"1,1",959.0,-200.0,"6,8",848.0,91.0,859.0,84.0,1572.0,739.0,"25,0","41,6","1,3010" -10/07/2004,09.00.00,"1,4",997.0,-200.0,"8,8",933.0,89.0,799.0,93.0,1612.0,763.0,"26,7","36,4","1,2596" -10/07/2004,10.00.00,"1,1",916.0,-200.0,"6,7",843.0,81.0,891.0,97.0,1511.0,614.0,"29,1","29,7","1,1751" -10/07/2004,11.00.00,"0,9",895.0,-200.0,"6,4",831.0,66.0,946.0,83.0,1473.0,566.0,"31,2","23,4","1,0487" -10/07/2004,12.00.00,"0,8",855.0,-200.0,"6,0",812.0,53.0,982.0,71.0,1416.0,508.0,"32,4","20,5","0,9806" -10/07/2004,13.00.00,"0,8",861.0,-200.0,"6,0",811.0,61.0,997.0,78.0,1409.0,509.0,"33,3","19,2","0,9634" -10/07/2004,14.00.00,"0,6",821.0,-200.0,"5,0",766.0,48.0,1071.0,62.0,1323.0,457.0,"33,1","16,8","0,8391" -10/07/2004,15.00.00,"0,6",835.0,-200.0,"4,4",731.0,39.0,1108.0,54.0,1323.0,438.0,"33,1","18,3","0,9081" -10/07/2004,16.00.00,"0,5",813.0,-200.0,"4,4",732.0,41.0,1118.0,59.0,1303.0,427.0,"32,4","18,0","0,8599" -10/07/2004,17.00.00,"0,7",833.0,-200.0,"5,5",786.0,48.0,1064.0,69.0,1328.0,453.0,"31,8","18,7","0,8624" -10/07/2004,18.00.00,"0,8",859.0,-200.0,"5,8",803.0,50.0,1032.0,67.0,1363.0,479.0,"30,3","21,4","0,9064" -10/07/2004,19.00.00,"0,9",887.0,-200.0,"5,3",778.0,51.0,978.0,58.0,1387.0,500.0,"27,2","28,2","1,0013" -10/07/2004,20.00.00,"1,3",970.0,-200.0,"8,0",900.0,70.0,856.0,77.0,1559.0,647.0,"26,1","33,7","1,1228" -10/07/2004,21.00.00,"1,3",990.0,-200.0,"7,2",866.0,89.0,866.0,94.0,1551.0,728.0,"24,7","38,8","1,1929" -10/07/2004,22.00.00,"1,4",1022.0,-200.0,"8,0",899.0,100.0,846.0,97.0,1588.0,820.0,"23,4","43,2","1,2290" -10/07/2004,23.00.00,"1,9",1075.0,-200.0,"10,4",993.0,139.0,781.0,110.0,1682.0,946.0,"23,1","44,2","1,2317" -11/07/2004,00.00.00,"2,3",1088.0,-200.0,"11,6",1035.0,176.0,751.0,116.0,1713.0,1018.0,"22,7","45,3","1,2299" -11/07/2004,01.00.00,1,925.0,-200.0,"6,4",831.0,71.0,880.0,74.0,1513.0,789.0,"21,6","47,5","1,2118" -11/07/2004,02.00.00,"0,5",853.0,-200.0,"4,1",716.0,37.0,994.0,51.0,1423.0,647.0,"22,0","45,8","1,1965" -11/07/2004,03.00.00,1,918.0,-200.0,"6,4",830.0,-200.0,875.0,-200.0,1548.0,785.0,"20,4","51,3","1,2131" -11/07/2004,04.00.00,"0,4",796.0,-200.0,"2,7",636.0,30.0,1092.0,40.0,1387.0,576.0,"20,6","50,3","1,2041" -11/07/2004,05.00.00,"0,3",796.0,-200.0,"2,6",628.0,29.0,1136.0,36.0,1385.0,555.0,"20,6","50,6","1,2119" -11/07/2004,06.00.00,"0,2",795.0,-200.0,"2,3",606.0,25.0,1152.0,35.0,1369.0,552.0,"21,3","48,8","1,2189" -11/07/2004,07.00.00,"0,4",842.0,-200.0,"3,1",656.0,40.0,1080.0,48.0,1427.0,620.0,"20,4","52,6","1,2470" -11/07/2004,08.00.00,"0,3",850.0,-200.0,"3,1",659.0,32.0,1077.0,38.0,1402.0,557.0,"23,5","44,0","1,2596" -11/07/2004,09.00.00,"0,6",884.0,-200.0,"4,0",709.0,43.0,1027.0,54.0,1442.0,556.0,"25,7","37,9","1,2334" -11/07/2004,10.00.00,"0,6",907.0,-200.0,"4,6",741.0,44.0,983.0,57.0,1486.0,573.0,"27,9","33,6","1,2433" -11/07/2004,11.00.00,"0,6",846.0,-200.0,"3,9",703.0,35.0,1034.0,54.0,1380.0,514.0,"29,0","28,3","1,1116" -11/07/2004,12.00.00,"0,5",827.0,-200.0,"3,8",697.0,32.0,1070.0,46.0,1371.0,478.0,"29,5","25,9","1,0489" -11/07/2004,13.00.00,"0,4",804.0,-200.0,"2,8",636.0,21.0,1185.0,36.0,1321.0,424.0,"31,8","22,3","1,0366" -11/07/2004,14.00.00,"0,2",775.0,-200.0,"2,5",619.0,10.0,1254.0,19.0,1272.0,386.0,"32,2","20,0","0,9488" -11/07/2004,15.00.00,"0,4",802.0,-200.0,"3,0",651.0,22.0,1206.0,34.0,1282.0,403.0,"32,4","19,3","0,9220" -11/07/2004,16.00.00,"0,6",844.0,-200.0,"4,7",751.0,46.0,1064.0,63.0,1327.0,462.0,"33,0","17,7","0,8758" -11/07/2004,17.00.00,"0,9",881.0,-200.0,"5,0",765.0,66.0,1029.0,86.0,1359.0,489.0,"32,0","19,8","0,9273" -11/07/2004,18.00.00,"0,7",877.0,-200.0,"4,5",736.0,49.0,1077.0,65.0,1347.0,463.0,"29,6","24,1","0,9831" -11/07/2004,19.00.00,"1,2",931.0,-200.0,"7,7",885.0,86.0,892.0,101.0,1467.0,585.0,"26,9","27,1","0,9480" -11/07/2004,20.00.00,"1,6",1011.0,-200.0,"9,7",967.0,111.0,818.0,116.0,1565.0,748.0,"25,3","30,9","0,9815" -11/07/2004,21.00.00,"1,8",1035.0,-200.0,"11,0",1015.0,143.0,757.0,124.0,1651.0,940.0,"24,2","35,9","1,0684" -11/07/2004,22.00.00,"2,4",1153.0,-200.0,"11,8",1042.0,184.0,733.0,136.0,1700.0,1022.0,"23,2","43,2","1,2104" -11/07/2004,23.00.00,"1,5",1020.0,-200.0,"8,7",929.0,134.0,805.0,108.0,1615.0,929.0,"22,7","43,9","1,1962" -12/07/2004,00.00.00,"0,9",954.0,-200.0,"7,5",879.0,78.0,837.0,82.0,1550.0,834.0,"21,6","44,0","1,1244" -12/07/2004,01.00.00,"0,8",903.0,-200.0,"5,7",800.0,50.0,911.0,68.0,1478.0,751.0,"20,7","46,4","1,1198" -12/07/2004,02.00.00,"0,2",779.0,-200.0,"2,0",581.0,13.0,1204.0,22.0,1323.0,505.0,"21,2","46,2","1,1482" -12/07/2004,03.00.00,"0,1",761.0,-200.0,"1,4",540.0,-200.0,1269.0,-200.0,1303.0,486.0,"22,7","42,3","1,1491" -12/07/2004,04.00.00,-200,780.0,-200.0,"1,8",568.0,24.0,1200.0,34.0,1331.0,501.0,"19,9","51,3","1,1803" -12/07/2004,05.00.00,"0,5",835.0,-200.0,"3,3",672.0,43.0,1053.0,43.0,1423.0,628.0,"20,0","51,8","1,1967" -12/07/2004,06.00.00,"1,4",1004.0,-200.0,"9,4",955.0,146.0,758.0,84.0,1671.0,1043.0,"18,5","57,4","1,2076" -12/07/2004,07.00.00,"3,3",1272.0,-200.0,"21,1",1328.0,333.0,567.0,108.0,2085.0,1463.0,"19,6","54,3","1,2278" -12/07/2004,08.00.00,"3,6",1173.0,-200.0,"17,2",1217.0,298.0,625.0,112.0,1945.0,1358.0,"21,3","49,7","1,2452" -12/07/2004,09.00.00,"1,7",986.0,-200.0,"8,5",922.0,178.0,820.0,104.0,1586.0,971.0,"21,7","46,3","1,1867" -12/07/2004,10.00.00,"1,5",942.0,-200.0,"6,8",849.0,177.0,907.0,107.0,1496.0,894.0,"23,4","39,4","1,1172" -12/07/2004,11.00.00,"1,6",957.0,-200.0,"7,4",875.0,172.0,891.0,102.0,1525.0,871.0,"25,7","33,0","1,0763" -12/07/2004,12.00.00,"2,1",1024.0,-200.0,"12,1",1052.0,183.0,779.0,104.0,1690.0,952.0,"28,5","27,3","1,0479" -12/07/2004,13.00.00,"2,1",962.0,-200.0,"9,6",963.0,164.0,835.0,96.0,1592.0,843.0,"27,0","27,9","0,9812" -12/07/2004,14.00.00,"1,6",958.0,-200.0,"7,4",873.0,122.0,868.0,80.0,1550.0,750.0,"24,2","36,9","1,0966" -12/07/2004,15.00.00,"1,3",933.0,-200.0,"6,4",831.0,105.0,888.0,72.0,1514.0,710.0,"26,0","34,9","1,1509" -12/07/2004,16.00.00,"1,6",942.0,-200.0,"8,3",912.0,144.0,842.0,106.0,1551.0,814.0,"24,8","33,1","1,0222" -12/07/2004,17.00.00,"3,1",1073.0,-200.0,"14,0",1117.0,220.0,693.0,119.0,1762.0,1052.0,"24,0","36,3","1,0708" -12/07/2004,18.00.00,"3,3",1086.0,-200.0,"15,3",1159.0,207.0,686.0,119.0,1782.0,1060.0,"23,6","35,5","1,0187" -12/07/2004,19.00.00,"3,4",1091.0,-200.0,"15,4",1161.0,210.0,682.0,128.0,1797.0,1153.0,"23,6","35,7","1,0282" -12/07/2004,20.00.00,"2,8",980.0,-200.0,"10,9",1009.0,175.0,786.0,112.0,1625.0,986.0,"23,3","34,5","0,9768" -12/07/2004,21.00.00,"1,5",904.0,-200.0,"7,5",877.0,117.0,890.0,95.0,1488.0,781.0,"22,5","36,8","0,9880" -12/07/2004,22.00.00,"1,3",865.0,-200.0,"5,2",773.0,93.0,991.0,85.0,1414.0,653.0,"21,3","38,7","0,9686" -12/07/2004,23.00.00,"1,6",898.0,-200.0,"7,1",863.0,118.0,911.0,101.0,1493.0,777.0,"20,9","39,4","0,9596" -13/07/2004,00.00.00,"1,5",945.0,-200.0,"7,6",883.0,132.0,837.0,94.0,1563.0,1015.0,"19,8","47,7","1,0930" -13/07/2004,01.00.00,1,854.0,-200.0,"5,0",764.0,88.0,932.0,76.0,1476.0,922.0,"19,3","51,4","1,1387" -13/07/2004,02.00.00,"0,5",751.0,-200.0,"2,0",587.0,43.0,1165.0,50.0,1353.0,678.0,"18,4","53,4","1,1170" -13/07/2004,03.00.00,"0,4",723.0,-200.0,"1,5",544.0,-200.0,1274.0,-200.0,1315.0,584.0,"18,8","51,1","1,1000" -13/07/2004,04.00.00,"0,6",754.0,-200.0,"2,5",620.0,44.0,1102.0,51.0,1372.0,725.0,"16,3","59,8","1,1042" -13/07/2004,05.00.00,"0,7",758.0,-200.0,"3,3",670.0,50.0,1070.0,42.0,1365.0,688.0,"16,6","56,8","1,0629" -13/07/2004,06.00.00,"1,3",873.0,-200.0,"7,3",871.0,101.0,871.0,62.0,1528.0,887.0,"16,2","57,4","1,0515" -13/07/2004,07.00.00,4,1176.0,-200.0,"23,8",1398.0,339.0,567.0,111.0,2120.0,1494.0,"17,3","54,3","1,0631" -13/07/2004,08.00.00,5,1257.0,-200.0,"27,6",1495.0,379.0,524.0,129.0,2245.0,1647.0,"19,2","48,8","1,0751" -13/07/2004,09.00.00,"3,6",1137.0,-200.0,"16,7",1200.0,321.0,648.0,135.0,1821.0,1489.0,"21,7","42,4","1,0859" -13/07/2004,10.00.00,"2,8",1064.0,-200.0,"14,3",1126.0,272.0,711.0,139.0,1656.0,1361.0,"26,4","29,9","1,0138" -13/07/2004,11.00.00,"2,6",1026.0,-200.0,"13,3",1094.0,278.0,769.0,134.0,1629.0,1224.0,"31,3","19,1","0,8634" -13/07/2004,12.00.00,"2,7",986.0,-200.0,"14,5",1133.0,253.0,773.0,141.0,1619.0,1174.0,"33,7","15,4","0,7913" -13/07/2004,13.00.00,"2,3",908.0,-200.0,"11,5",1031.0,187.0,857.0,112.0,1469.0,901.0,"34,5","13,3","0,7158" -13/07/2004,14.00.00,2,888.0,-200.0,"10,8",1007.0,149.0,870.0,105.0,1448.0,794.0,"33,8","13,9","0,7172" -13/07/2004,15.00.00,"1,3",843.0,-200.0,"6,4",830.0,89.0,995.0,72.0,1339.0,577.0,"30,1","19,4","0,8157" -13/07/2004,16.00.00,"1,7",905.0,-200.0,"8,8",931.0,124.0,876.0,90.0,1460.0,776.0,"28,3","21,3","0,8054" -13/07/2004,17.00.00,"2,8",1023.0,-200.0,"14,3",1127.0,206.0,760.0,126.0,1635.0,982.0,"31,9","18,3","0,8523" -13/07/2004,18.00.00,"3,8",1125.0,-200.0,"19,4",1279.0,241.0,662.0,154.0,1840.0,1256.0,"32,0","20,1","0,9364" -13/07/2004,19.00.00,"4,9",1211.0,-200.0,"27,1",1483.0,303.0,586.0,173.0,2092.0,1483.0,"28,9","24,1","0,9495" -13/07/2004,20.00.00,"4,3",1140.0,-200.0,"19,7",1289.0,294.0,634.0,162.0,1884.0,1390.0,"27,3","27,1","0,9670" -13/07/2004,21.00.00,"2,6",1029.0,-200.0,"13,6",1105.0,203.0,737.0,128.0,1666.0,1195.0,"26,0","28,5","0,9484" -13/07/2004,22.00.00,"2,4",981.0,-200.0,"12,1",1054.0,176.0,768.0,120.0,1592.0,1135.0,"25,2","28,6","0,9008" -13/07/2004,23.00.00,"1,9",971.0,-200.0,"11,0",1014.0,155.0,788.0,111.0,1585.0,1115.0,"24,3","31,1","0,9316" -14/07/2004,00.00.00,"1,4",927.0,-200.0,"8,8",930.0,108.0,840.0,89.0,1522.0,1026.0,"23,6","33,8","0,9685" -14/07/2004,01.00.00,"1,1",868.0,-200.0,"6,7",846.0,72.0,925.0,69.0,1448.0,836.0,"23,0","33,8","0,9406" -14/07/2004,02.00.00,"0,9",863.0,-200.0,"6,3",824.0,65.0,905.0,70.0,1469.0,925.0,"22,2","38,4","1,0126" -14/07/2004,03.00.00,"0,7",820.0,-200.0,"4,1",716.0,-200.0,994.0,-200.0,1380.0,933.0,"20,4","42,6","1,0083" -14/07/2004,04.00.00,"0,5",777.0,-200.0,"2,9",645.0,39.0,1076.0,59.0,1334.0,781.0,"20,5","42,3","1,0091" -14/07/2004,05.00.00,"0,8",855.0,-200.0,"5,0",762.0,79.0,942.0,73.0,1444.0,959.0,"18,8","49,0","1,0505" -14/07/2004,06.00.00,"1,3",960.0,-200.0,"9,9",973.0,140.0,769.0,89.0,1616.0,1155.0,"18,8","49,4","1,0624" -14/07/2004,07.00.00,"4,7",1310.0,-200.0,"27,5",1492.0,427.0,527.0,142.0,2194.0,1686.0,"19,9","46,5","1,0710" -14/07/2004,08.00.00,"4,6",1339.0,-200.0,"30,4",1561.0,366.0,498.0,145.0,2357.0,1791.0,"22,1","41,7","1,0980" -14/07/2004,09.00.00,"3,7",1211.0,-200.0,"19,8",1290.0,311.0,606.0,156.0,1913.0,1643.0,"24,0","36,4","1,0706" -14/07/2004,10.00.00,"2,8",1068.0,-200.0,"15,7",1171.0,275.0,711.0,148.0,1717.0,1360.0,"30,2","22,8","0,9616" -14/07/2004,11.00.00,"1,8",932.0,-200.0,"11,3",1026.0,195.0,851.0,122.0,1523.0,944.0,"33,4","17,1","0,8627" -14/07/2004,12.00.00,"1,9",949.0,-200.0,"12,6",1069.0,144.0,819.0,106.0,1547.0,905.0,"35,1","15,0","0,8381" -14/07/2004,13.00.00,2,944.0,-200.0,"11,9",1045.0,162.0,829.0,106.0,1525.0,884.0,"34,1","16,0","0,8408" -14/07/2004,14.00.00,2,966.0,-200.0,"14,4",1131.0,200.0,800.0,127.0,1612.0,968.0,"35,7","13,6","0,7836" -14/07/2004,15.00.00,"2,1",940.0,-200.0,"12,4",1063.0,176.0,848.0,113.0,1539.0,929.0,"35,3","13,8","0,7767" -14/07/2004,16.00.00,"2,1",934.0,-200.0,"11,7",1041.0,203.0,865.0,136.0,1496.0,936.0,"32,3","16,7","0,7946" -14/07/2004,17.00.00,"3,2",1052.0,-200.0,"18,4",1252.0,237.0,739.0,153.0,1729.0,1107.0,"36,0","13,3","0,7773" -14/07/2004,18.00.00,4,1109.0,-200.0,"22,9",1374.0,263.0,676.0,172.0,1795.0,1225.0,"35,8","13,7","0,7868" -14/07/2004,19.00.00,"4,6",1169.0,-200.0,"25,0",1430.0,300.0,636.0,190.0,1901.0,1372.0,"32,3","18,4","0,8753" -14/07/2004,20.00.00,3,1093.0,-200.0,"15,5",1163.0,189.0,717.0,160.0,1705.0,1139.0,"29,7","25,0","1,0246" -14/07/2004,21.00.00,"2,9",1084.0,-200.0,"16,7",1200.0,185.0,686.0,159.0,1753.0,1505.0,"27,8","26,6","0,9748" -14/07/2004,22.00.00,"1,9",970.0,-200.0,"11,2",1023.0,134.0,787.0,123.0,1552.0,1074.0,"26,3","27,3","0,9238" -14/07/2004,23.00.00,"1,4",951.0,-200.0,"9,0",939.0,96.0,849.0,101.0,1488.0,868.0,"25,3","30,0","0,9508" -15/07/2004,00.00.00,"2,1",1038.0,-200.0,"12,1",1053.0,122.0,744.0,116.0,1631.0,1095.0,"24,0","34,9","1,0271" -15/07/2004,01.00.00,"1,2",950.0,-200.0,"8,9",937.0,64.0,802.0,80.0,1566.0,989.0,"23,4","38,6","1,0968" -15/07/2004,02.00.00,"0,6",831.0,-200.0,"3,7",695.0,30.0,1033.0,51.0,1355.0,658.0,"23,5","38,3","1,0972" -15/07/2004,03.00.00,"0,4",813.0,-200.0,"3,1",656.0,-200.0,1070.0,-200.0,1332.0,603.0,"22,0","42,6","1,1146" -15/07/2004,04.00.00,-200,797.0,-200.0,"2,5",621.0,23.0,1105.0,37.0,1303.0,562.0,"21,6","44,0","1,1225" -15/07/2004,05.00.00,"0,4",824.0,-200.0,"3,1",660.0,36.0,1033.0,46.0,1342.0,618.0,"21,4","45,6","1,1493" -15/07/2004,06.00.00,"0,7",879.0,-200.0,"5,7",796.0,58.0,912.0,64.0,1454.0,747.0,"21,1","47,1","1,1641" -15/07/2004,07.00.00,"2,3",1132.0,-200.0,"15,6",1166.0,168.0,652.0,108.0,1827.0,1229.0,"21,3","48,4","1,2119" -15/07/2004,08.00.00,4,1291.0,-200.0,"25,2",1434.0,306.0,526.0,151.0,2239.0,1494.0,"22,9","47,9","1,3208" -15/07/2004,09.00.00,"2,8",1193.0,-200.0,"15,4",1160.0,231.0,630.0,153.0,1927.0,1281.0,"24,4","45,5","1,3721" -15/07/2004,10.00.00,"1,6",1057.0,-200.0,"8,4",914.0,157.0,796.0,116.0,1665.0,954.0,"27,6","38,0","1,3818" -15/07/2004,11.00.00,"1,6",1027.0,-200.0,"8,0",899.0,132.0,822.0,116.0,1563.0,810.0,"31,1","29,6","1,3180" -15/07/2004,12.00.00,2,1084.0,-200.0,"12,1",1052.0,136.0,736.0,130.0,1677.0,882.0,"33,4","24,7","1,2516" -15/07/2004,13.00.00,2,1032.0,-200.0,"12,6",1071.0,127.0,742.0,131.0,1619.0,840.0,"35,7","18,9","1,0865" -15/07/2004,14.00.00,"1,7",977.0,-200.0,"10,6",998.0,125.0,810.0,131.0,1554.0,743.0,"36,2","18,1","1,0724" -15/07/2004,15.00.00,2,1039.0,-200.0,"12,6",1069.0,138.0,773.0,135.0,1646.0,880.0,"37,1","17,7","1,0940" -15/07/2004,16.00.00,"2,2",1056.0,-200.0,"14,3",1127.0,163.0,734.0,152.0,1694.0,928.0,"36,5","18,1","1,0887" -15/07/2004,17.00.00,"3,2",1164.0,-200.0,"20,3",1306.0,259.0,648.0,198.0,1886.0,1218.0,"35,5","19,1","1,0888" -15/07/2004,18.00.00,"3,6",1124.0,-200.0,"20,5",1309.0,236.0,655.0,183.0,1845.0,1170.0,"33,7","20,0","1,0275" -15/07/2004,19.00.00,"3,8",1152.0,-200.0,"22,1",1355.0,245.0,628.0,175.0,1879.0,1620.0,"30,5","22,7","0,9763" -15/07/2004,20.00.00,"4,8",1223.0,-200.0,"23,8",1399.0,344.0,592.0,193.0,1940.0,1508.0,"28,7","26,2","1,0144" -15/07/2004,21.00.00,"2,8",1058.0,-200.0,"14,7",1139.0,188.0,696.0,140.0,1699.0,1318.0,"26,7","28,9","0,9981" -15/07/2004,22.00.00,"2,6",1049.0,-200.0,"15,1",1152.0,149.0,693.0,128.0,1730.0,1189.0,"25,7","31,6","1,0285" -15/07/2004,23.00.00,"1,9",1010.0,-200.0,"10,8",1006.0,102.0,779.0,100.0,1589.0,1000.0,"24,5","35,7","1,0807" -16/07/2004,00.00.00,"1,7",981.0,-200.0,"10,2",985.0,99.0,779.0,97.0,1572.0,1020.0,"24,3","36,3","1,0852" -16/07/2004,01.00.00,1,886.0,-200.0,"6,5",834.0,48.0,904.0,67.0,1440.0,767.0,"23,8","36,9","1,0748" -16/07/2004,02.00.00,"0,7",821.0,-200.0,"3,9",706.0,36.0,1021.0,58.0,1360.0,674.0,"23,7","37,3","1,0760" -16/07/2004,03.00.00,"0,5",784.0,-200.0,"2,8",641.0,-200.0,1114.0,-200.0,1319.0,588.0,"22,2","40,6","1,0729" -16/07/2004,04.00.00,"0,4",771.0,-200.0,"2,1",593.0,30.0,1155.0,45.0,1291.0,545.0,"21,6","42,2","1,0762" -16/07/2004,05.00.00,"0,6",819.0,-200.0,"3,4",677.0,56.0,1048.0,62.0,1379.0,685.0,"20,3","46,8","1,1000" -16/07/2004,06.00.00,"0,7",836.0,-200.0,"4,7",747.0,51.0,961.0,59.0,1384.0,702.0,"20,7","45,9","1,1088" -16/07/2004,07.00.00,"2,4",1114.0,-200.0,"15,8",1174.0,172.0,667.0,102.0,1819.0,1188.0,"20,5","47,7","1,1419" -16/07/2004,08.00.00,"4,4",1319.0,-200.0,"26,6",1470.0,316.0,520.0,154.0,2276.0,1589.0,"22,4","46,6","1,2470" -16/07/2004,09.00.00,"3,1",1211.0,-200.0,"14,8",1143.0,269.0,632.0,157.0,1860.0,1331.0,"24,2","48,5","1,4452" -16/07/2004,10.00.00,2,1051.0,-200.0,"9,3",950.0,196.0,802.0,138.0,1593.0,1040.0,"28,8","33,0","1,2825" -16/07/2004,11.00.00,"2,1",1108.0,-200.0,"12,0",1049.0,206.0,749.0,142.0,1701.0,1137.0,"32,8","25,2","1,2325" -16/07/2004,12.00.00,"2,1",1014.0,-200.0,"10,9",1012.0,156.0,795.0,125.0,1548.0,851.0,"34,4","19,9","1,0647" -16/07/2004,13.00.00,"2,1",1003.0,-200.0,"11,9",1047.0,120.0,769.0,120.0,1578.0,782.0,"36,5","16,7","1,0045" -16/07/2004,14.00.00,"2,2",1021.0,-200.0,"13,2",1092.0,161.0,764.0,150.0,1606.0,908.0,"37,5","14,3","0,9099" -16/07/2004,15.00.00,"1,6",986.0,-200.0,"8,9",937.0,114.0,833.0,120.0,1473.0,806.0,"38,0","15,5","1,0119" -16/07/2004,16.00.00,"2,4",1098.0,-200.0,"13,0",1084.0,191.0,754.0,173.0,1648.0,985.0,"38,1","16,5","1,0828" -16/07/2004,17.00.00,"3,3",1157.0,-200.0,"18,2",1245.0,236.0,665.0,187.0,1782.0,1211.0,"37,3","17,3","1,0840" -16/07/2004,18.00.00,4,1190.0,-200.0,"23,7",1395.0,287.0,606.0,206.0,1914.0,1411.0,"35,9","17,7","1,0316" -16/07/2004,19.00.00,"4,1",1183.0,-200.0,"21,6",1341.0,266.0,628.0,187.0,1881.0,1395.0,"32,4","21,5","1,0303" -16/07/2004,20.00.00,"4,2",1231.0,-200.0,"21,6",1341.0,274.0,626.0,170.0,1937.0,1578.0,"30,3","25,6","1,0879" -16/07/2004,21.00.00,"2,9",1102.0,-200.0,"16,5",1195.0,196.0,690.0,149.0,1762.0,1325.0,"28,5","27,8","1,0665" -16/07/2004,22.00.00,"2,3",1041.0,-200.0,"12,3",1060.0,144.0,748.0,124.0,1629.0,1185.0,"26,9","30,5","1,0671" -16/07/2004,23.00.00,"2,2",1090.0,-200.0,"13,6",1103.0,142.0,695.0,119.0,1686.0,1235.0,"25,7","33,5","1,0918" -17/07/2004,00.00.00,"2,1",1074.0,-200.0,"12,8",1078.0,124.0,685.0,108.0,1673.0,1317.0,"24,7","36,9","1,1302" -17/07/2004,01.00.00,"1,6",977.0,-200.0,"9,4",956.0,93.0,765.0,93.0,1581.0,1114.0,"23,6","39,2","1,1306" -17/07/2004,02.00.00,"1,2",949.0,-200.0,"8,3",910.0,71.0,816.0,77.0,1552.0,1015.0,"22,2","43,0","1,1363" -17/07/2004,03.00.00,"1,2",912.0,-200.0,"6,7",842.0,-200.0,863.0,-200.0,1489.0,1015.0,"21,2","45,8","1,1353" -17/07/2004,04.00.00,"0,9",863.0,-200.0,"4,6",746.0,56.0,919.0,76.0,1415.0,961.0,"21,3","45,9","1,1471" -17/07/2004,05.00.00,"0,6",834.0,-200.0,"3,6",689.0,46.0,988.0,58.0,1367.0,796.0,"21,6","45,0","1,1510" -17/07/2004,06.00.00,"0,7",865.0,-200.0,"5,0",764.0,51.0,917.0,63.0,1430.0,826.0,"21,3","46,5","1,1608" -17/07/2004,07.00.00,"1,3",974.0,-200.0,"8,2",908.0,83.0,793.0,75.0,1546.0,1057.0,"21,1","46,9","1,1585" -17/07/2004,08.00.00,2,1079.0,-200.0,"10,7",1004.0,175.0,713.0,111.0,1628.0,1302.0,"22,8","43,0","1,1731" -17/07/2004,09.00.00,"1,9",1084.0,-200.0,"10,3",990.0,148.0,734.0,116.0,1633.0,1284.0,"25,0","38,3","1,1980" -17/07/2004,10.00.00,"2,2",1107.0,-200.0,"12,9",1080.0,167.0,714.0,138.0,1675.0,1348.0,"30,9","26,9","1,1835" -17/07/2004,11.00.00,"1,9",1040.0,-200.0,"11,0",1015.0,120.0,775.0,117.0,1543.0,1025.0,"35,1","19,2","1,0664" -17/07/2004,12.00.00,"1,5",1019.0,-200.0,"8,3",913.0,78.0,840.0,94.0,1428.0,759.0,"36,9","17,2","1,0576" -17/07/2004,13.00.00,"1,4",1003.0,-200.0,"8,2",907.0,76.0,862.0,91.0,1427.0,680.0,"39,3","13,9","0,9715" -17/07/2004,14.00.00,1,925.0,-200.0,"5,2",772.0,45.0,1001.0,60.0,1308.0,516.0,"40,3","12,6","0,9302" -17/07/2004,15.00.00,1,910.0,-200.0,"4,6",743.0,54.0,1039.0,66.0,1282.0,500.0,"39,7","13,5","0,9650" -17/07/2004,16.00.00,"1,4",1012.0,-200.0,"7,2",868.0,70.0,884.0,87.0,1435.0,700.0,"41,1","13,1","1,0124" -17/07/2004,17.00.00,"1,6",1100.0,-200.0,"9,4",954.0,87.0,809.0,106.0,1512.0,1360.0,"40,1","14,9","1,0828" -17/07/2004,18.00.00,"1,6",1046.0,-200.0,"8,0",901.0,69.0,849.0,94.0,1464.0,722.0,"37,4","17,0","1,0757" -17/07/2004,19.00.00,"2,1",1083.0,-200.0,"10,7",1003.0,95.0,787.0,112.0,1524.0,842.0,"34,0","19,2","1,0073" -17/07/2004,20.00.00,2,1050.0,-200.0,"9,6",962.0,107.0,810.0,120.0,1496.0,879.0,"31,7","21,6","0,9959" -17/07/2004,21.00.00,"1,9",1050.0,-200.0,"8,7",927.0,88.0,830.0,106.0,1475.0,836.0,"29,7","24,2","0,9926" -17/07/2004,22.00.00,"2,3",1142.0,-200.0,"11,6",1035.0,100.0,746.0,112.0,1611.0,1062.0,"27,9","27,6","1,0252" -17/07/2004,23.00.00,"2,4",1165.0,-200.0,"11,8",1043.0,125.0,717.0,120.0,1644.0,1188.0,"26,8","29,9","1,0402" -18/07/2004,00.00.00,"2,2",1136.0,-200.0,"10,5",995.0,132.0,727.0,114.0,1591.0,1236.0,"25,8","33,0","1,0826" -18/07/2004,01.00.00,"1,2",986.0,-200.0,"5,5",790.0,57.0,869.0,70.0,1422.0,853.0,"26,3","33,1","1,1199" -18/07/2004,02.00.00,"1,1",971.0,-200.0,"5,5",790.0,46.0,871.0,64.0,1447.0,875.0,"24,3","38,1","1,1398" -18/07/2004,03.00.00,"0,8",908.0,-200.0,"3,8",701.0,-200.0,971.0,-200.0,1381.0,704.0,"24,7","36,4","1,1158" -18/07/2004,04.00.00,-200,882.0,-200.0,"2,9",648.0,34.0,1023.0,55.0,1338.0,666.0,"23,3","39,5","1,1176" -18/07/2004,05.00.00,"0,6",900.0,-200.0,"3,4",674.0,33.0,974.0,50.0,1355.0,679.0,"21,1","45,6","1,1246" -18/07/2004,06.00.00,"0,7",935.0,-200.0,"4,1",716.0,50.0,915.0,62.0,1415.0,877.0,"20,2","48,5","1,1319" -18/07/2004,07.00.00,"0,4",939.0,-200.0,"4,1",718.0,39.0,927.0,53.0,1395.0,826.0,"21,3","45,5","1,1405" -18/07/2004,08.00.00,"0,6",982.0,-200.0,"4,7",750.0,84.0,893.0,85.0,1417.0,881.0,"22,6","31,0","0,8372" -18/07/2004,09.00.00,"0,9",1088.0,-200.0,"7,1",862.0,93.0,786.0,102.0,1519.0,1110.0,"25,7","34,8","1,1292" -18/07/2004,10.00.00,"0,9",1065.0,-200.0,"7,4",872.0,82.0,831.0,97.0,1481.0,927.0,"31,6","23,8","1,0842" -18/07/2004,11.00.00,"0,8",1016.0,-200.0,"7,3",868.0,73.0,889.0,91.0,1407.0,665.0,"36,3","16,3","0,9727" -18/07/2004,12.00.00,"0,4",930.0,-200.0,"4,2",723.0,43.0,1035.0,62.0,1263.0,474.0,"37,9","15,0","0,9728" -18/07/2004,13.00.00,"0,3",928.0,-200.0,"4,1",716.0,39.0,1060.0,57.0,1252.0,459.0,"39,4","13,7","0,9639" -18/07/2004,14.00.00,"0,1",889.0,-200.0,"3,8",698.0,27.0,1132.0,40.0,1234.0,437.0,"40,2","12,3","0,8983" -18/07/2004,15.00.00,"0,5",966.0,-200.0,"5,8",802.0,46.0,968.0,60.0,1383.0,607.0,"41,3","11,9","0,9252" -18/07/2004,16.00.00,"0,4",973.0,-200.0,"5,6",792.0,53.0,977.0,70.0,1356.0,620.0,"41,4","11,8","0,9282" -18/07/2004,17.00.00,"0,3",950.0,-200.0,"4,8",754.0,38.0,1003.0,53.0,1325.0,551.0,"40,1","13,6","0,9953" -18/07/2004,18.00.00,"0,4",982.0,-200.0,"5,3",780.0,39.0,974.0,54.0,1374.0,532.0,"37,6","16,4","1,0458" -18/07/2004,19.00.00,"0,6",990.0,-200.0,"6,1",814.0,49.0,929.0,58.0,1399.0,578.0,"33,9","20,3","1,0522" -18/07/2004,20.00.00,"0,8",1017.0,-200.0,"7,4",873.0,68.0,874.0,73.0,1464.0,721.0,"31,6","22,9","1,0469" -18/07/2004,21.00.00,"1,2",1067.0,-200.0,"9,0",938.0,102.0,825.0,99.0,1520.0,912.0,"29,7","24,8","1,0160" -18/07/2004,22.00.00,"1,6",1147.0,-200.0,"11,7",1040.0,123.0,745.0,102.0,1635.0,1155.0,"29,0","27,0","1,0630" -18/07/2004,23.00.00,"1,2",1132.0,-200.0,"11,0",1014.0,106.0,728.0,101.0,1628.0,1279.0,"27,9","30,4","1,1249" -19/07/2004,00.00.00,"0,5",976.0,-200.0,"6,0",814.0,66.0,855.0,77.0,1448.0,1018.0,"28,0","30,6","1,1396" -19/07/2004,01.00.00,"0,3",920.0,-200.0,"4,3",730.0,43.0,944.0,55.0,1393.0,842.0,"26,8","32,3","1,1235" -19/07/2004,02.00.00,"0,1",879.0,-200.0,"2,8",642.0,33.0,1031.0,51.0,1343.0,740.0,"26,6","33,0","1,1338" -19/07/2004,03.00.00,-200,854.0,-200.0,"2,3",604.0,-200.0,1090.0,-200.0,1317.0,625.0,"23,7","38,6","1,1159" -19/07/2004,04.00.00,"0,1",880.0,-200.0,"2,9",649.0,33.0,1022.0,50.0,1374.0,739.0,"22,2","42,8","1,1317" -19/07/2004,05.00.00,"0,3",925.0,-200.0,"4,1",717.0,75.0,936.0,75.0,1455.0,970.0,"21,2","46,3","1,1501" -19/07/2004,06.00.00,"0,8",1044.0,-200.0,"8,3",912.0,111.0,758.0,89.0,1604.0,1177.0,"21,4","46,5","1,1720" -19/07/2004,07.00.00,"2,3",1279.0,-200.0,"16,6",1197.0,250.0,599.0,112.0,1906.0,1518.0,"22,9","43,0","1,1826" -19/07/2004,08.00.00,"3,4",1403.0,-200.0,"25,6",1443.0,313.0,508.0,142.0,2234.0,1811.0,"25,2","38,6","1,2215" -19/07/2004,09.00.00,"2,5",1282.0,-200.0,"17,7",1230.0,263.0,594.0,145.0,1924.0,1696.0,"27,1","34,9","1,2310" -19/07/2004,10.00.00,"2,4",1262.0,-200.0,"16,2",1187.0,282.0,633.0,165.0,1842.0,1603.0,"32,4","24,8","1,1886" -19/07/2004,11.00.00,"2,1",1195.0,-200.0,"15,1",1153.0,226.0,678.0,159.0,1732.0,1370.0,"36,8","18,0","1,0945" -19/07/2004,12.00.00,-200,1173.0,-200.0,"14,3",1127.0,176.0,709.0,159.0,1678.0,1194.0,"39,1","16,0","1,1100" -19/07/2004,13.00.00,-200,1102.0,-200.0,"10,8",1007.0,120.0,777.0,131.0,1534.0,880.0,"39,2","16,4","1,1439" -19/07/2004,14.00.00,-200,1076.0,-200.0,"10,1",982.0,96.0,799.0,123.0,1523.0,748.0,"40,5","14,9","1,1110" -19/07/2004,15.00.00,-200,1078.0,-200.0,"10,9",1012.0,115.0,777.0,129.0,1523.0,868.0,"41,4","13,8","1,0786" -19/07/2004,16.00.00,-200,1100.0,-200.0,"11,0",1014.0,108.0,761.0,126.0,1533.0,959.0,"40,5","14,9","1,1140" -19/07/2004,17.00.00,-200,1234.0,-200.0,"16,8",1205.0,142.0,658.0,149.0,1781.0,1160.0,"39,6","17,0","1,2064" -19/07/2004,18.00.00,-200,1323.0,-200.0,"20,7",1316.0,219.0,586.0,200.0,1911.0,1453.0,"37,7","19,8","1,2715" -19/07/2004,19.00.00,-200,1263.0,-200.0,"19,5",1283.0,193.0,610.0,174.0,1863.0,1400.0,"34,3","24,2","1,2857" -19/07/2004,20.00.00,-200,1216.0,-200.0,"14,6",1136.0,128.0,658.0,131.0,1737.0,1265.0,"31,7","28,1","1,2912" -19/07/2004,21.00.00,-200,1247.0,-200.0,"14,3",1127.0,127.0,664.0,135.0,1761.0,1366.0,"30,2","30,8","1,3008" -19/07/2004,22.00.00,-200,1264.0,-200.0,"15,9",1177.0,132.0,628.0,134.0,1820.0,1593.0,"29,4","33,0","1,3343" -19/07/2004,23.00.00,-200,1111.0,-200.0,"10,3",988.0,77.0,728.0,96.0,1619.0,1336.0,"29,2","33,1","1,3202" -20/07/2004,00.00.00,-200,1068.0,-200.0,"8,8",931.0,72.0,762.0,94.0,1576.0,1317.0,"27,6","36,6","1,3320" -20/07/2004,01.00.00,-200,1015.0,-200.0,"6,8",850.0,57.0,802.0,79.0,1531.0,1173.0,"27,2","36,9","1,3147" -20/07/2004,02.00.00,-200,989.0,-200.0,"6,3",827.0,56.0,827.0,79.0,1513.0,1163.0,"25,4","41,0","1,3079" -20/07/2004,03.00.00,-200,930.0,-200.0,"3,9",708.0,-200.0,924.0,-200.0,1440.0,1012.0,"25,2","41,5","1,3106" -20/07/2004,04.00.00,-200,952.0,-200.0,"4,1",717.0,64.0,879.0,89.0,1481.0,1164.0,"23,4","47,4","1,3475" -20/07/2004,05.00.00,-200,981.0,-200.0,"4,7",747.0,52.0,856.0,69.0,1493.0,1090.0,"25,1","44,0","1,3794" -20/07/2004,06.00.00,-200,1138.0,-200.0,"9,9",974.0,122.0,683.0,91.0,1716.0,1338.0,"23,9","46,5","1,3637" -20/07/2004,07.00.00,-200,1472.0,-200.0,"24,8",1424.0,314.0,499.0,135.0,2257.0,1808.0,"24,8","43,2","1,3387" -20/07/2004,08.00.00,-200,1626.0,-200.0,"37,3",1713.0,395.0,412.0,166.0,2643.0,2176.0,"27,0","38,7","1,3610" -20/07/2004,09.00.00,-200,1480.0,-200.0,"26,2",1460.0,357.0,494.0,189.0,2238.0,2028.0,"29,4","33,6","1,3526" -20/07/2004,10.00.00,-200,1367.0,-200.0,"21,6",1342.0,308.0,567.0,193.0,2002.0,1758.0,"34,8","23,4","1,2781" -20/07/2004,11.00.00,-200,1245.0,-200.0,"16,1",1181.0,184.0,645.0,164.0,1747.0,1350.0,"38,1","18,5","1,2108" -20/07/2004,12.00.00,-200,1194.0,-200.0,"13,0",1083.0,128.0,685.0,139.0,1632.0,1060.0,"38,9","18,0","1,2318" -20/07/2004,13.00.00,-200,1156.0,-200.0,"13,4",1096.0,125.0,713.0,130.0,1615.0,954.0,"39,8","16,0","1,1444" -20/07/2004,14.00.00,-200,1107.0,-200.0,"13,7",1106.0,135.0,727.0,129.0,1615.0,1024.0,"41,7","12,5","0,9941" -20/07/2004,15.00.00,-200,1127.0,-200.0,"14,0",1117.0,158.0,714.0,132.0,1625.0,1092.0,"42,8","12,3","1,0326" -20/07/2004,16.00.00,-200,1083.0,-200.0,"10,4",994.0,106.0,771.0,101.0,1544.0,927.0,"41,4","14,2","1,1128" -20/07/2004,17.00.00,-200,1289.0,-200.0,"17,5",1225.0,163.0,632.0,145.0,1796.0,1274.0,"41,3","15,5","1,2100" -20/07/2004,18.00.00,-200,1209.0,-200.0,"12,9",1082.0,143.0,685.0,133.0,1662.0,978.0,"38,3","19,4","1,2851" -20/07/2004,19.00.00,-200,1221.0,-200.0,"14,9",1145.0,96.0,648.0,110.0,1753.0,1050.0,"34,7","23,3","1,2653" -20/07/2004,20.00.00,-200,1255.0,-200.0,"15,5",1164.0,127.0,638.0,126.0,1793.0,1301.0,"32,6","26,3","1,2754" -20/07/2004,21.00.00,-200,1163.0,-200.0,"11,2",1022.0,95.0,695.0,102.0,1644.0,1141.0,"30,9","29,0","1,2750" -20/07/2004,22.00.00,-200,1234.0,-200.0,"14,3",1126.0,104.0,644.0,104.0,1782.0,1252.0,"30,1","30,2","1,2711" -20/07/2004,23.00.00,-200,1240.0,-200.0,"14,2",1124.0,131.0,645.0,112.0,1799.0,1300.0,"29,0","33,4","1,3149" -21/07/2004,00.00.00,-200,1128.0,-200.0,"10,0",978.0,92.0,733.0,89.0,1683.0,1193.0,"28,3","36,8","1,3906" -21/07/2004,01.00.00,-200,1057.0,-200.0,"7,6",881.0,53.0,784.0,67.0,1574.0,1081.0,"27,6","38,2","1,3911" -21/07/2004,02.00.00,-200,1026.0,-200.0,"5,8",801.0,45.0,816.0,63.0,1545.0,1094.0,"25,8","43,1","1,4113" -21/07/2004,03.00.00,-200,925.0,-200.0,"3,1",656.0,-200.0,967.0,-200.0,1440.0,917.0,"27,4","39,1","1,4072" -21/07/2004,04.00.00,-200,917.0,-200.0,"2,7",635.0,19.0,1006.0,34.0,1421.0,727.0,"26,3","40,9","1,3803" -21/07/2004,05.00.00,-200,1011.0,-200.0,"5,4",782.0,75.0,828.0,73.0,1562.0,1116.0,"23,3","50,1","1,4100" -21/07/2004,06.00.00,-200,1079.0,-200.0,"7,3",869.0,84.0,751.0,76.0,1634.0,1223.0,"23,1","49,7","1,3863" -21/07/2004,07.00.00,-200,1322.0,-200.0,"18,4",1250.0,160.0,562.0,102.0,1999.0,1556.0,"24,2","46,4","1,3834" -21/07/2004,08.00.00,-200,1526.0,-200.0,"27,7",1495.0,286.0,471.0,140.0,2405.0,1904.0,"25,8","42,2","1,3774" -21/07/2004,09.00.00,-200,1338.0,-200.0,"16,9",1207.0,212.0,576.0,150.0,1951.0,1697.0,"28,1","37,3","1,3922" -21/07/2004,10.00.00,-200,1421.0,-200.0,"22,1",1354.0,279.0,545.0,194.0,2063.0,1854.0,"33,9","26,8","1,3970" -21/07/2004,11.00.00,-200,1197.0,-200.0,"17,0",1209.0,207.0,656.0,162.0,1770.0,1306.0,"38,0","17,2","1,1227" -21/07/2004,12.00.00,-200,1116.0,-200.0,"12,4",1063.0,140.0,736.0,138.0,1571.0,980.0,"38,9","15,9","1,0896" -21/07/2004,13.00.00,-200,1115.0,-200.0,"11,5",1031.0,110.0,741.0,123.0,1561.0,870.0,"40,4","15,0","1,1125" -21/07/2004,14.00.00,-200,1018.0,-200.0,"7,5",880.0,67.0,865.0,86.0,1421.0,613.0,"40,1","15,2","1,1065" -21/07/2004,15.00.00,-200,1109.0,-200.0,"10,3",989.0,98.0,778.0,107.0,1537.0,819.0,"42,0","14,2","1,1517" -21/07/2004,16.00.00,-200,1105.0,-200.0,"10,2",984.0,97.0,767.0,106.0,1532.0,868.0,"42,7","14,4","1,2092" -21/07/2004,17.00.00,-200,1128.0,-200.0,"11,5",1032.0,87.0,733.0,99.0,1576.0,876.0,"41,6","14,5","1,1483" -21/07/2004,18.00.00,"4,1",1301.0,-200.0,"17,0",1210.0,124.0,623.0,140.0,1813.0,1153.0,"39,6","18,8","1,3413" -21/07/2004,19.00.00,"3,8",1416.0,-200.0,"21,5",1339.0,165.0,544.0,163.0,1998.0,1492.0,"36,1","25,5","1,4949" -21/07/2004,20.00.00,"3,4",1301.0,-200.0,"18,6",1256.0,164.0,593.0,144.0,1914.0,1382.0,"33,3","29,9","1,5079" -21/07/2004,21.00.00,"2,9",1261.0,-200.0,"15,3",1158.0,122.0,628.0,120.0,1837.0,1303.0,"31,2","33,2","1,4831" -21/07/2004,22.00.00,"3,1",1295.0,-200.0,"17,0",1211.0,134.0,602.0,120.0,1917.0,1404.0,"30,1","35,8","1,5034" -21/07/2004,23.00.00,"3,5",1239.0,-200.0,"14,4",1129.0,121.0,637.0,106.0,1839.0,1308.0,"28,9","39,1","1,5370" -22/07/2004,00.00.00,"2,4",1229.0,-200.0,"13,6",1103.0,112.0,627.0,95.0,1866.0,1320.0,"27,8","43,3","1,5929" -22/07/2004,01.00.00,"1,6",1125.0,-200.0,"9,6",963.0,62.0,713.0,70.0,1719.0,1179.0,"26,9","46,1","1,6080" -22/07/2004,02.00.00,"1,3",1044.0,-200.0,"6,4",832.0,50.0,794.0,67.0,1580.0,1160.0,"26,4","47,1","1,5947" -22/07/2004,03.00.00,"0,9",976.0,-200.0,"4,8",754.0,-200.0,842.0,-200.0,1545.0,1070.0,"25,2","51,4","1,6210" -22/07/2004,04.00.00,1,1015.0,-200.0,"5,4",781.0,72.0,796.0,70.0,1595.0,1181.0,"23,8","55,4","1,6073" -22/07/2004,05.00.00,"0,8",954.0,-200.0,"4,1",715.0,48.0,867.0,50.0,1527.0,1010.0,"24,9","50,6","1,5755" -22/07/2004,06.00.00,"1,1",1032.0,-200.0,"6,3",826.0,58.0,781.0,60.0,1627.0,1075.0,"25,0","49,2","1,5418" -22/07/2004,07.00.00,"4,4",1518.0,-200.0,"26,9",1476.0,306.0,469.0,127.0,2388.0,1839.0,"24,7","50,9","1,5593" -22/07/2004,08.00.00,-200,1602.0,-200.0,"35,6",1678.0,351.0,410.0,149.0,2662.0,2105.0,"26,4","46,3","1,5722" -22/07/2004,09.00.00,-200,1362.0,-200.0,"17,5",1225.0,252.0,551.0,158.0,2003.0,1826.0,"28,1","42,0","1,5735" -22/07/2004,10.00.00,"3,3",1394.0,-200.0,"19,9",1294.0,266.0,555.0,190.0,2031.0,1834.0,"34,0","29,9","1,5614" -22/07/2004,11.00.00,"2,1",1205.0,-200.0,"12,6",1070.0,159.0,682.0,127.0,1735.0,1268.0,"37,3","22,9","1,4373" -22/07/2004,12.00.00,"2,1",1210.0,-200.0,"14,0",1118.0,144.0,658.0,130.0,1742.0,1422.0,"40,1","19,0","1,3849" -22/07/2004,13.00.00,2,1138.0,-200.0,"12,2",1055.0,117.0,712.0,125.0,1624.0,1028.0,"42,0","15,8","1,2759" -22/07/2004,14.00.00,"1,5",1079.0,-200.0,"11,1",1019.0,108.0,749.0,113.0,1559.0,929.0,"42,8","14,3","1,2003" -22/07/2004,15.00.00,"2,1",1158.0,-200.0,"14,3",1126.0,153.0,693.0,143.0,1654.0,1150.0,"44,3","13,0","1,1830" -22/07/2004,16.00.00,"2,3",1186.0,-200.0,"15,1",1151.0,166.0,680.0,157.0,1686.0,1235.0,"44,6","12,6","1,1684" -22/07/2004,17.00.00,"2,8",1261.0,-200.0,"18,6",1258.0,179.0,629.0,170.0,1813.0,1315.0,"43,4","14,8","1,2882" -22/07/2004,18.00.00,"3,6",1339.0,-200.0,"22,0",1352.0,225.0,569.0,187.0,1990.0,1469.0,"40,6","18,2","1,3680" -22/07/2004,19.00.00,4,1342.0,-200.0,"23,0",1377.0,261.0,567.0,181.0,2017.0,1515.0,"37,1","21,3","1,3223" -22/07/2004,20.00.00,"3,7",1317.0,-200.0,"21,1",1327.0,228.0,575.0,158.0,1996.0,1510.0,"34,5","25,5","1,3680" -22/07/2004,21.00.00,"2,5",1210.0,-200.0,"15,0",1148.0,137.0,639.0,112.0,1849.0,1327.0,"32,2","30,4","1,4433" -22/07/2004,22.00.00,"2,3",1220.0,-200.0,"13,6",1105.0,116.0,643.0,100.0,1838.0,1318.0,"30,4","35,4","1,5144" -22/07/2004,23.00.00,"2,5",1276.0,-200.0,"14,6",1135.0,143.0,625.0,105.0,1887.0,1436.0,"29,4","38,7","1,5581" -23/07/2004,00.00.00,"2,7",1270.0,-200.0,"16,3",1189.0,157.0,592.0,107.0,1917.0,1608.0,"28,6","38,7","1,4921" -23/07/2004,01.00.00,"1,3",1053.0,-200.0,"8,8",933.0,72.0,743.0,72.0,1658.0,1257.0,"27,7","40,5","1,4835" -23/07/2004,02.00.00,"0,8",956.0,-200.0,"6,0",813.0,42.0,846.0,59.0,1544.0,1094.0,"28,0","39,8","1,4803" -23/07/2004,03.00.00,"0,9",954.0,-200.0,"5,5",790.0,-200.0,826.0,-200.0,1564.0,1066.0,"24,8","48,5","1,4953" -23/07/2004,04.00.00,"0,5",912.0,-200.0,"3,9",706.0,34.0,891.0,55.0,1500.0,1022.0,"25,6","45,8","1,4801" -23/07/2004,05.00.00,"0,8",973.0,-200.0,"5,8",802.0,74.0,806.0,70.0,1597.0,1139.0,"23,6","51,5","1,4852" -23/07/2004,06.00.00,1,1037.0,-200.0,"8,2",906.0,75.0,743.0,59.0,1707.0,1158.0,"25,1","46,5","1,4615" -23/07/2004,07.00.00,"2,9",1306.0,-200.0,"20,1",1299.0,199.0,519.0,95.0,2116.0,1602.0,"24,5","48,3","1,4593" -23/07/2004,08.00.00,"3,8",1367.0,-200.0,"25,5",1441.0,262.0,470.0,120.0,2283.0,1770.0,"26,6","42,8","1,4675" -23/07/2004,09.00.00,"3,5",1335.0,-200.0,"21,6",1340.0,236.0,519.0,133.0,2141.0,1651.0,"29,0","37,6","1,4866" -23/07/2004,10.00.00,"2,4",1250.0,-200.0,"15,5",1166.0,186.0,626.0,133.0,1925.0,1435.0,"34,2","28,5","1,5071" -23/07/2004,11.00.00,"1,8",1142.0,-200.0,"11,2",1021.0,132.0,712.0,120.0,1670.0,1159.0,"37,3","22,9","1,4369" -23/07/2004,12.00.00,"2,1",1168.0,-200.0,"15,4",1160.0,140.0,671.0,132.0,1784.0,1193.0,"40,1","17,5","1,2721" -23/07/2004,13.00.00,"2,1",1125.0,-200.0,"14,6",1137.0,143.0,691.0,135.0,1696.0,1094.0,"42,2","14,6","1,1920" -23/07/2004,14.00.00,"1,5",1083.0,-200.0,"12,5",1066.0,99.0,725.0,121.0,1621.0,912.0,"41,9","15,2","1,2173" -23/07/2004,15.00.00,"1,5",1080.0,-200.0,"12,3",1059.0,107.0,733.0,123.0,1622.0,908.0,"43,1","13,8","1,1803" -23/07/2004,16.00.00,"1,8",1085.0,-200.0,"13,2",1091.0,130.0,723.0,129.0,1638.0,1010.0,"42,8","13,8","1,1681" -23/07/2004,17.00.00,"2,1",1115.0,-200.0,"14,7",1140.0,133.0,682.0,129.0,1746.0,1020.0,"41,1","16,5","1,2701" -23/07/2004,18.00.00,3,1259.0,-200.0,"19,9",1295.0,188.0,600.0,156.0,1990.0,1280.0,"38,7","20,3","1,3743" -23/07/2004,19.00.00,"2,8",1241.0,-200.0,"19,1",1271.0,155.0,606.0,131.0,1971.0,1287.0,"35,8","24,1","1,3924" -23/07/2004,20.00.00,"2,5",1156.0,-200.0,"14,8",1144.0,154.0,651.0,115.0,1832.0,1216.0,"33,1","28,3","1,4121" -23/07/2004,21.00.00,"1,4",1055.0,-200.0,"8,6",922.0,95.0,784.0,79.0,1634.0,990.0,"30,1","33,9","1,4257" -23/07/2004,22.00.00,"1,7",1144.0,-200.0,"11,0",1014.0,110.0,712.0,86.0,1744.0,1146.0,"29,0","36,6","1,4431" -23/07/2004,23.00.00,"1,8",1169.0,-200.0,"13,0",1084.0,116.0,655.0,91.0,1831.0,1273.0,"28,5","38,4","1,4680" -24/07/2004,00.00.00,"2,4",1195.0,-200.0,"15,2",1156.0,153.0,621.0,99.0,1897.0,1346.0,"27,8","39,9","1,4682" -24/07/2004,01.00.00,"1,9",1158.0,-200.0,"12,1",1052.0,111.0,649.0,83.0,1785.0,1353.0,"27,0","42,8","1,5030" -24/07/2004,02.00.00,"1,4",1075.0,-200.0,"9,9",973.0,79.0,695.0,74.0,1748.0,1231.0,"26,4","44,5","1,5119" -24/07/2004,03.00.00,"0,8",973.0,-200.0,"6,0",810.0,-200.0,820.0,-200.0,1599.0,1002.0,"25,8","46,6","1,5269" -24/07/2004,04.00.00,"0,7",989.0,-200.0,"6,3",825.0,47.0,774.0,64.0,1602.0,1126.0,"25,1","48,5","1,5266" -24/07/2004,05.00.00,"0,8",967.0,-200.0,"5,5",789.0,61.0,810.0,61.0,1597.0,995.0,"24,6","52,2","1,5881" -24/07/2004,06.00.00,"0,7",968.0,-200.0,"5,8",803.0,56.0,806.0,62.0,1586.0,1003.0,"24,4","50,5","1,5243" -24/07/2004,07.00.00,1,1062.0,-200.0,"8,1",902.0,69.0,733.0,65.0,1715.0,1055.0,"25,2","49,1","1,5546" -24/07/2004,08.00.00,"1,7",1143.0,-200.0,"10,0",979.0,109.0,677.0,79.0,1829.0,1156.0,"26,6","50,8","1,7419" -24/07/2004,09.00.00,"1,9",1152.0,-200.0,"9,9",976.0,111.0,672.0,90.0,1800.0,1179.0,"28,0","46,9","1,7480" -24/07/2004,10.00.00,"2,3",1238.0,-200.0,"13,1",1088.0,150.0,636.0,116.0,1883.0,1306.0,"32,7","34,5","1,6798" -24/07/2004,11.00.00,"1,7",1103.0,-200.0,"9,2",946.0,87.0,737.0,89.0,1686.0,934.0,"36,6","26,5","1,5990" -24/07/2004,12.00.00,"1,3",1043.0,-200.0,"6,7",843.0,64.0,799.0,68.0,1628.0,689.0,"37,8","26,3","1,6951" -24/07/2004,13.00.00,"1,2",1058.0,-200.0,"6,5",833.0,47.0,804.0,53.0,1623.0,626.0,"38,3","27,1","1,7970" -24/07/2004,14.00.00,"0,8",960.0,-200.0,"3,4",676.0,34.0,983.0,34.0,1488.0,488.0,"35,4","32,4","1,8370" -24/07/2004,15.00.00,"0,9",972.0,-200.0,"3,8",699.0,37.0,982.0,38.0,1505.0,495.0,"37,3","28,8","1,8087" -24/07/2004,16.00.00,"1,1",1012.0,-200.0,"5,2",775.0,49.0,899.0,53.0,1547.0,562.0,"36,6","28,2","1,6970" -24/07/2004,17.00.00,"1,2",1021.0,-200.0,"6,0",814.0,54.0,858.0,62.0,1545.0,615.0,"35,1","29,6","1,6452" -24/07/2004,18.00.00,"1,3",1034.0,-200.0,"6,0",812.0,70.0,866.0,82.0,1563.0,660.0,"32,3","33,4","1,5900" -24/07/2004,19.00.00,"1,4",1026.0,-200.0,"5,6",791.0,76.0,875.0,88.0,1549.0,664.0,"29,9","37,9","1,5745" -24/07/2004,20.00.00,"1,2",966.0,-200.0,"4,4",735.0,59.0,932.0,70.0,1494.0,567.0,"28,2","41,9","1,5776" -24/07/2004,21.00.00,"0,9",948.0,-200.0,"3,7",697.0,44.0,983.0,53.0,1475.0,506.0,"27,2","45,9","1,6316" -24/07/2004,22.00.00,"1,1",984.0,-200.0,"5,0",762.0,47.0,870.0,57.0,1557.0,560.0,"27,3","45,7","1,6308" -24/07/2004,23.00.00,"1,5",1077.0,-200.0,"7,1",859.0,71.0,790.0,73.0,1673.0,724.0,"27,0","47,1","1,6573" -25/07/2004,00.00.00,"1,7",1163.0,-200.0,"7,9",893.0,90.0,706.0,83.0,1760.0,977.0,"23,7","69,3","2,0042" -25/07/2004,01.00.00,"0,9",965.0,-200.0,"3,7",692.0,45.0,927.0,52.0,1549.0,653.0,"23,8","63,5","1,8495" -25/07/2004,02.00.00,"0,7",941.0,-200.0,"3,6",687.0,44.0,949.0,52.0,1530.0,642.0,"24,7","56,9","1,7390" -25/07/2004,03.00.00,"0,4",851.0,-200.0,"2,1",589.0,-200.0,1119.0,-200.0,1432.0,501.0,"25,0","53,1","1,6541" -25/07/2004,04.00.00,-200,870.0,-200.0,"2,0",581.0,15.0,1119.0,26.0,1463.0,450.0,"24,1","59,6","1,7657" -25/07/2004,05.00.00,"0,3",834.0,-200.0,"1,3",527.0,10.0,1242.0,17.0,1458.0,427.0,"22,5","69,1","1,8578" -25/07/2004,06.00.00,"0,4",859.0,-200.0,"1,7",561.0,19.0,1162.0,28.0,1476.0,470.0,"23,4","64,4","1,8350" -25/07/2004,07.00.00,"0,4",843.0,-200.0,"1,5",544.0,20.0,1242.0,29.0,1442.0,447.0,"24,4","57,9","1,7476" -25/07/2004,08.00.00,"0,5",851.0,-200.0,"1,6",551.0,30.0,1224.0,37.0,1443.0,463.0,"24,5","56,9","1,7225" -25/07/2004,09.00.00,"0,5",853.0,-200.0,"1,7",557.0,24.0,1215.0,31.0,1435.0,454.0,"24,9","54,8","1,7063" -25/07/2004,10.00.00,"0,7",908.0,-200.0,"2,7",632.0,35.0,1095.0,46.0,1494.0,500.0,"27,0","47,4","1,6661" -25/07/2004,11.00.00,"0,9",928.0,-200.0,"3,6",687.0,48.0,1025.0,66.0,1491.0,528.0,"27,6","43,7","1,5877" -25/07/2004,12.00.00,"0,8",905.0,-200.0,"3,0",652.0,41.0,1076.0,54.0,1446.0,490.0,"28,2","42,6","1,6062" -25/07/2004,13.00.00,"0,8",901.0,-200.0,"2,9",646.0,37.0,1105.0,50.0,1446.0,488.0,"29,1","40,8","1,6203" -25/07/2004,14.00.00,"0,7",869.0,-200.0,"2,5",619.0,32.0,1163.0,44.0,1417.0,475.0,"29,8","38,6","1,5911" -25/07/2004,15.00.00,"0,8",891.0,-200.0,"3,1",655.0,43.0,1107.0,52.0,1452.0,486.0,"31,5","34,5","1,5666" -25/07/2004,16.00.00,"0,7",855.0,-200.0,"2,3",606.0,28.0,1214.0,37.0,1403.0,438.0,"31,2","36,3","1,6217" -25/07/2004,17.00.00,"0,8",911.0,-200.0,"3,0",654.0,38.0,1102.0,51.0,1466.0,477.0,"30,0","41,3","1,7259" -25/07/2004,18.00.00,"1,2",989.0,-200.0,"4,0",713.0,72.0,954.0,78.0,1552.0,626.0,"27,6","47,5","1,7266" -25/07/2004,19.00.00,"1,6",1048.0,-200.0,"6,3",826.0,89.0,853.0,90.0,1637.0,747.0,"28,8","41,3","1,6164" -25/07/2004,20.00.00,"1,6",1049.0,-200.0,"6,6",839.0,103.0,846.0,110.0,1636.0,858.0,"28,5","41,6","1,5959" -25/07/2004,21.00.00,"1,5",1035.0,-200.0,"7,3",868.0,77.0,833.0,86.0,1653.0,775.0,"27,7","43,4","1,5833" -25/07/2004,22.00.00,"1,5",1034.0,-200.0,"6,8",850.0,84.0,831.0,88.0,1643.0,803.0,"27,3","44,1","1,5751" -25/07/2004,23.00.00,"1,5",1022.0,-200.0,"6,3",826.0,82.0,857.0,91.0,1627.0,777.0,"26,9","45,5","1,5926" -26/07/2004,00.00.00,"1,5",1007.0,-200.0,"5,9",809.0,81.0,876.0,93.0,1611.0,770.0,"26,6","47,2","1,6160" -26/07/2004,01.00.00,"1,2",945.0,-200.0,"4,8",755.0,50.0,935.0,68.0,1553.0,663.0,"26,0","48,0","1,5882" -26/07/2004,02.00.00,"0,8",880.0,-200.0,"2,9",649.0,30.0,1056.0,48.0,1465.0,529.0,"26,2","45,7","1,5324" -26/07/2004,03.00.00,-200,837.0,-200.0,"2,2",597.0,-200.0,1129.0,-200.0,1414.0,478.0,"25,9","46,3","1,5240" -26/07/2004,04.00.00,-200,822.0,-200.0,"1,8",569.0,14.0,1204.0,22.0,1396.0,429.0,"25,6","46,8","1,5111" -26/07/2004,05.00.00,-200,860.0,-200.0,"2,5",623.0,51.0,1097.0,59.0,1466.0,552.0,"25,3","47,6","1,5159" -26/07/2004,06.00.00,-200,1023.0,-200.0,"6,8",847.0,120.0,830.0,102.0,1663.0,916.0,"25,4","48,5","1,5507" -26/07/2004,07.00.00,-200,1150.0,-200.0,"11,2",1020.0,180.0,686.0,116.0,1842.0,1169.0,"26,5","46,3","1,5768" -26/07/2004,08.00.00,-200,1088.0,-200.0,"9,7",965.0,168.0,734.0,109.0,1744.0,1049.0,"27,9","42,7","1,5754" -26/07/2004,09.00.00,-200,993.0,-200.0,"7,2",866.0,111.0,832.0,98.0,1637.0,823.0,"28,8","38,9","1,5184" -26/07/2004,10.00.00,-200,962.0,-200.0,"6,8",849.0,111.0,861.0,97.0,1559.0,804.0,"31,7","31,5","1,4487" -26/07/2004,11.00.00,-200,974.0,-200.0,"8,1",905.0,97.0,838.0,97.0,1596.0,805.0,"33,9","26,9","1,3964" -26/07/2004,12.00.00,-200,998.0,-200.0,"8,3",913.0,90.0,834.0,90.0,1635.0,826.0,"34,7","26,5","1,4408" -26/07/2004,13.00.00,-200,964.0,-200.0,"8,6",923.0,87.0,834.0,92.0,1590.0,782.0,"35,4","24,8","1,4017" -26/07/2004,14.00.00,-200,903.0,-200.0,"5,3",780.0,67.0,975.0,76.0,1464.0,593.0,"35,2","24,1","1,3510" -26/07/2004,15.00.00,-200,973.0,-200.0,"8,1",903.0,84.0,866.0,97.0,1563.0,698.0,"36,3","22,8","1,3564" -26/07/2004,16.00.00,-200,976.0,-200.0,"8,2",907.0,86.0,867.0,101.0,1546.0,719.0,"35,4","23,8","1,3443" -26/07/2004,17.00.00,-200,1026.0,-200.0,"12,0",1048.0,124.0,767.0,118.0,1651.0,912.0,"34,6","23,5","1,2691" -26/07/2004,18.00.00,-200,1163.0,-200.0,"17,6",1227.0,144.0,659.0,129.0,1931.0,1129.0,"33,0","28,2","1,3921" -26/07/2004,19.00.00,-200,1082.0,-200.0,"14,5",1134.0,130.0,709.0,131.0,1763.0,1089.0,"32,5","27,9","1,3373" -26/07/2004,20.00.00,-200,1029.0,-200.0,"11,8",1042.0,122.0,756.0,130.0,1697.0,1062.0,"30,5","29,9","1,2875" -26/07/2004,21.00.00,-200,991.0,-200.0,"9,4",953.0,82.0,815.0,106.0,1616.0,924.0,"29,1","33,1","1,3126" -26/07/2004,22.00.00,-200,950.0,-200.0,"7,0",856.0,62.0,881.0,92.0,1549.0,780.0,"28,4","35,8","1,3665" -26/07/2004,23.00.00,-200,997.0,-200.0,"8,0",898.0,65.0,813.0,97.0,1613.0,856.0,"27,7","37,9","1,3842" -27/07/2004,00.00.00,-200,912.0,-200.0,"6,0",810.0,52.0,873.0,80.0,1511.0,861.0,"28,3","35,5","1,3414" -27/07/2004,01.00.00,-200,861.0,-200.0,"4,3",729.0,22.0,942.0,40.0,1479.0,684.0,"27,1","38,6","1,3632" -27/07/2004,02.00.00,-200,838.0,-200.0,"4,1",719.0,27.0,949.0,49.0,1466.0,707.0,"25,8","40,9","1,3377" -27/07/2004,03.00.00,-200,784.0,-200.0,"2,0",587.0,-200.0,1128.0,-200.0,1392.0,554.0,"26,0","40,6","1,3467" -27/07/2004,04.00.00,-200,800.0,-200.0,"2,4",615.0,29.0,1064.0,46.0,1396.0,614.0,"24,6","43,4","1,3248" -27/07/2004,05.00.00,-200,825.0,-200.0,"2,7",634.0,29.0,1035.0,37.0,1402.0,606.0,"25,1","42,3","1,3260" -27/07/2004,06.00.00,-200,996.0,-200.0,"6,9",853.0,135.0,796.0,92.0,1621.0,1023.0,"23,1","48,8","1,3638" -27/07/2004,07.00.00,-200,1086.0,-200.0,"9,2",947.0,181.0,724.0,115.0,1724.0,1134.0,"24,7","46,8","1,4337" -27/07/2004,08.00.00,-200,1041.0,-200.0,"9,6",962.0,119.0,728.0,102.0,1694.0,936.0,"24,6","45,1","1,3714" -27/07/2004,09.00.00,-200,991.0,-200.0,"9,1",944.0,116.0,765.0,104.0,1608.0,868.0,"26,2","38,5","1,2932" -27/07/2004,10.00.00,-200,999.0,-200.0,"9,3",953.0,143.0,780.0,109.0,1600.0,879.0,"29,3","31,0","1,2445" -27/07/2004,11.00.00,-200,981.0,-200.0,"8,5",918.0,126.0,839.0,108.0,1572.0,785.0,"31,2","26,6","1,1920" -27/07/2004,12.00.00,-200,926.0,-200.0,"6,9",853.0,94.0,894.0,90.0,1478.0,651.0,"31,1","26,2","1,1619" -27/07/2004,13.00.00,-200,939.0,-200.0,"6,9",853.0,96.0,890.0,81.0,1528.0,679.0,"31,7","26,4","1,2153" -27/07/2004,14.00.00,-200,915.0,-200.0,"6,4",828.0,90.0,928.0,87.0,1474.0,630.0,"31,7","25,6","1,1790" -27/07/2004,15.00.00,-200,883.0,-200.0,"6,2",820.0,93.0,942.0,82.0,1413.0,594.0,"32,6","22,5","1,0901" -27/07/2004,16.00.00,-200,926.0,-200.0,"7,3",869.0,101.0,925.0,99.0,1470.0,655.0,"32,8","22,2","1,0835" -27/07/2004,17.00.00,-200,989.0,-200.0,"10,7",1004.0,123.0,818.0,119.0,1577.0,783.0,"32,4","22,4","1,0701" -27/07/2004,18.00.00,-200,1003.0,-200.0,"11,9",1045.0,136.0,781.0,128.0,1602.0,865.0,"31,4","22,7","1,0270" -27/07/2004,19.00.00,-200,933.0,-200.0,"10,6",1001.0,109.0,819.0,111.0,1536.0,776.0,"28,4","24,7","0,9404" -27/07/2004,20.00.00,-200,912.0,-200.0,"9,3",951.0,124.0,846.0,114.0,1479.0,861.0,"27,7","24,2","0,8820" -27/07/2004,21.00.00,-200,888.0,-200.0,"6,7",843.0,82.0,892.0,100.0,1438.0,729.0,"26,1","28,3","0,9456" -27/07/2004,22.00.00,-200,858.0,-200.0,"7,2",866.0,69.0,874.0,88.0,1421.0,715.0,"25,3","28,4","0,9041" -27/07/2004,23.00.00,-200,837.0,-200.0,"5,9",809.0,60.0,940.0,78.0,1355.0,615.0,"25,2","27,7","0,8740" -28/07/2004,00.00.00,-200,902.0,-200.0,"8,7",929.0,90.0,835.0,101.0,1482.0,824.0,"24,5","28,0","0,8489" -28/07/2004,01.00.00,-200,860.0,-200.0,"6,8",847.0,58.0,873.0,77.0,1426.0,748.0,"23,6","31,9","0,9195" -28/07/2004,02.00.00,-200,794.0,-200.0,"3,8",698.0,53.0,999.0,78.0,1336.0,767.0,"22,8","34,7","0,9514" -28/07/2004,03.00.00,-200,742.0,-200.0,"2,2",602.0,-200.0,1156.0,-200.0,1283.0,513.0,"23,6","33,2","0,9577" -28/07/2004,04.00.00,-200,779.0,-200.0,"3,2",663.0,45.0,1022.0,65.0,1337.0,671.0,"20,5","41,2","0,9802" -28/07/2004,05.00.00,-200,798.0,-200.0,"3,9",706.0,61.0,977.0,74.0,1363.0,798.0,"20,6","41,5","0,9982" -28/07/2004,06.00.00,-200,851.0,-200.0,"6,3",827.0,76.0,875.0,83.0,1449.0,912.0,"20,2","42,5","0,9949" -28/07/2004,07.00.00,-200,1048.0,-200.0,"13,6",1105.0,144.0,670.0,96.0,1726.0,1151.0,"20,9","40,4","0,9884" -28/07/2004,08.00.00,-200,1210.0,-200.0,"26,7",1472.0,221.0,515.0,120.0,2112.0,1525.0,"22,4","38,0","1,0201" -28/07/2004,09.00.00,-200,1172.0,-200.0,"22,8",1372.0,282.0,575.0,147.0,1964.0,1465.0,"26,0","29,7","0,9831" -28/07/2004,10.00.00,-200,1026.0,-200.0,"16,2",1186.0,235.0,719.0,148.0,1662.0,1138.0,"31,4","18,6","0,8398" -28/07/2004,11.00.00,-200,914.0,-200.0,"10,4",994.0,113.0,872.0,91.0,1481.0,763.0,"34,2","15,8","0,8371" -28/07/2004,12.00.00,-200,938.0,-200.0,"11,3",1025.0,93.0,829.0,94.0,1517.0,753.0,"35,4","15,3","0,8649" -28/07/2004,13.00.00,-200,908.0,-200.0,"9,6",962.0,88.0,877.0,95.0,1409.0,665.0,"34,6","15,5","0,8435" -28/07/2004,14.00.00,-200,892.0,-200.0,"7,8",889.0,87.0,909.0,92.0,1383.0,597.0,"33,9","16,2","0,8454" -28/07/2004,15.00.00,-200,949.0,-200.0,"10,7",1003.0,109.0,830.0,113.0,1473.0,730.0,"35,3","15,0","0,8463" -28/07/2004,16.00.00,-200,956.0,-200.0,"10,8",1007.0,106.0,838.0,111.0,1464.0,730.0,"36,8","13,7","0,8335" -28/07/2004,17.00.00,-200,1070.0,-200.0,"17,3",1218.0,182.0,704.0,166.0,1697.0,1108.0,"34,4","16,4","0,8761" -28/07/2004,18.00.00,-200,1103.0,-200.0,"17,7",1232.0,-200.0,679.0,-200.0,1732.0,1085.0,"35,3","16,8","0,9448" -28/07/2004,19.00.00,-200,1074.0,-200.0,"15,5",1166.0,144.0,687.0,143.0,1713.0,1013.0,"32,3","20,7","0,9875" -28/07/2004,20.00.00,-200,1086.0,-200.0,"13,6",1105.0,144.0,710.0,131.0,1682.0,1109.0,"29,6","26,1","1,0682" -28/07/2004,21.00.00,-200,960.0,-200.0,"9,6",964.0,84.0,780.0,102.0,1532.0,913.0,"28,6","27,2","1,0480" -28/07/2004,22.00.00,-200,974.0,-200.0,"9,5",958.0,74.0,783.0,94.0,1528.0,908.0,"27,6","27,4","0,9926" -28/07/2004,23.00.00,-200,939.0,-200.0,"8,5",918.0,80.0,805.0,96.0,1472.0,923.0,"26,3","29,0","0,9807" -29/07/2004,00.00.00,-200,954.0,-200.0,"9,0",940.0,78.0,776.0,88.0,1518.0,959.0,"25,4","30,1","0,9602" -29/07/2004,01.00.00,-200,925.0,-200.0,"7,8",890.0,50.0,808.0,72.0,1480.0,898.0,"24,7","32,1","0,9878" -29/07/2004,02.00.00,-200,797.0,-200.0,"2,6",624.0,18.0,1074.0,33.0,1276.0,546.0,"25,7","30,9","1,0048" -29/07/2004,03.00.00,-200,787.0,-200.0,"2,4",610.0,-200.0,1087.0,-200.0,1259.0,543.0,"25,1","32,6","1,0203" -29/07/2004,04.00.00,-200,774.0,-200.0,"1,9",577.0,21.0,1158.0,33.0,1265.0,488.0,"23,9","34,4","1,0079" -29/07/2004,05.00.00,-200,838.0,-200.0,"3,7",693.0,62.0,995.0,60.0,1371.0,704.0,"21,4","40,3","1,0157" -29/07/2004,06.00.00,-200,918.0,-200.0,"7,1",860.0,74.0,807.0,72.0,1488.0,943.0,"21,2","41,2","1,0246" -29/07/2004,07.00.00,-200,1125.0,-200.0,"16,6",1199.0,171.0,601.0,97.0,1850.0,1304.0,"21,6","40,9","1,0468" -29/07/2004,08.00.00,-200,1281.0,-200.0,"26,6",1469.0,287.0,491.0,136.0,2179.0,1669.0,"24,0","36,6","1,0763" -29/07/2004,09.00.00,-200,1145.0,-200.0,"17,9",1238.0,230.0,600.0,140.0,1809.0,1507.0,"26,8","29,5","1,0209" -29/07/2004,10.00.00,-200,1088.0,-200.0,"17,9",1238.0,261.0,654.0,171.0,1709.0,1359.0,"31,8","19,4","0,8936" -29/07/2004,11.00.00,-200,1043.0,-200.0,"14,0",1117.0,178.0,742.0,150.0,1586.0,1076.0,"34,4","16,6","0,8892" -29/07/2004,12.00.00,-200,998.0,-200.0,"10,1",981.0,116.0,786.0,117.0,1480.0,797.0,"35,3","16,7","0,9402" -29/07/2004,13.00.00,-200,998.0,-200.0,"9,5",958.0,96.0,800.0,106.0,1484.0,677.0,"36,4","16,8","1,0033" -29/07/2004,14.00.00,-200,960.0,-200.0,"7,1",860.0,83.0,887.0,95.0,1417.0,559.0,"34,8","19,5","1,0667" -29/07/2004,15.00.00,-200,1062.0,-200.0,"12,3",1060.0,120.0,725.0,137.0,1601.0,830.0,"38,6","16,1","1,0853" -29/07/2004,16.00.00,-200,1050.0,-200.0,"11,7",1039.0,108.0,756.0,129.0,1558.0,734.0,"38,5","16,5","1,1037" -29/07/2004,17.00.00,-200,1096.0,-200.0,"12,8",1078.0,115.0,713.0,135.0,1600.0,801.0,"37,4","18,1","1,1467" -29/07/2004,18.00.00,-200,1081.0,-200.0,"14,0",1117.0,102.0,689.0,127.0,1668.0,828.0,"35,7","19,8","1,1399" -29/07/2004,19.00.00,-200,1096.0,-200.0,"13,9",1112.0,118.0,687.0,122.0,1694.0,865.0,"32,0","24,9","1,1663" -29/07/2004,20.00.00,-200,1051.0,-200.0,"11,7",1039.0,107.0,720.0,118.0,1641.0,916.0,"29,7","28,1","1,1544" -29/07/2004,21.00.00,-200,1106.0,-200.0,"13,8",1109.0,129.0,658.0,135.0,1752.0,1106.0,"28,5","32,1","1,2296" -29/07/2004,22.00.00,-200,1177.0,-200.0,"14,8",1142.0,133.0,601.0,134.0,1868.0,1226.0,"27,6","40,5","1,4715" -29/07/2004,23.00.00,-200,1111.0,-200.0,"11,9",1046.0,98.0,651.0,105.0,1754.0,1106.0,"26,3","45,6","1,5349" -30/07/2004,00.00.00,-200,1083.0,-200.0,"11,1",1019.0,110.0,677.0,104.0,1720.0,1087.0,"25,7","46,1","1,5025" -30/07/2004,01.00.00,-200,1005.0,-200.0,"8,0",900.0,62.0,747.0,81.0,1620.0,1000.0,"25,1","46,3","1,4486" -30/07/2004,02.00.00,-200,942.0,-200.0,"5,6",791.0,55.0,841.0,69.0,1551.0,859.0,"23,5","51,3","1,4670" -30/07/2004,03.00.00,-200,907.0,-200.0,"7,1",863.0,-200.0,782.0,-200.0,1669.0,919.0,"23,1","52,1","1,4518" -30/07/2004,04.00.00,-200,867.0,-200.0,"3,5",680.0,35.0,932.0,51.0,1477.0,777.0,"23,7","51,2","1,4795" -30/07/2004,05.00.00,-200,882.0,-200.0,"4,1",716.0,52.0,894.0,52.0,1494.0,790.0,"23,0","52,2","1,4516" -30/07/2004,06.00.00,-200,894.0,-200.0,"4,9",761.0,36.0,862.0,48.0,1504.0,768.0,"23,0","49,9","1,3849" -30/07/2004,07.00.00,-200,1263.0,-200.0,"19,4",1279.0,182.0,559.0,105.0,2132.0,1388.0,"23,0","50,9","1,4105" -30/07/2004,08.00.00,-200,1380.0,-200.0,"26,3",1463.0,297.0,470.0,150.0,2322.0,1691.0,"24,4","49,3","1,4814" -30/07/2004,09.00.00,-200,1333.0,-200.0,"22,0",1350.0,237.0,511.0,160.0,2186.0,1655.0,"26,8","46,6","1,6157" -30/07/2004,10.00.00,-200,1264.0,-200.0,"18,1",1244.0,235.0,584.0,167.0,1972.0,1496.0,"32,2","32,6","1,5412" -30/07/2004,11.00.00,-200,1115.0,-200.0,"12,1",1053.0,158.0,686.0,141.0,1722.0,1086.0,"34,8","26,0","1,4241" -30/07/2004,12.00.00,-200,1078.0,-200.0,"9,4",956.0,89.0,742.0,104.0,1628.0,763.0,"36,1","24,8","1,4628" -30/07/2004,13.00.00,-200,1055.0,-200.0,"10,1",980.0,80.0,742.0,101.0,1610.0,688.0,"37,7","21,8","1,3977" -30/07/2004,14.00.00,-200,1031.0,-200.0,"10,5",995.0,93.0,752.0,118.0,1580.0,694.0,"36,9","21,8","1,3384" -30/07/2004,15.00.00,-200,1033.0,-200.0,"10,8",1006.0,96.0,749.0,121.0,1564.0,725.0,"39,1","18,7","1,2884" -30/07/2004,16.00.00,-200,1043.0,-200.0,"9,6",962.0,98.0,777.0,124.0,1554.0,686.0,"39,3","18,9","1,3180" -30/07/2004,17.00.00,-200,1118.0,-200.0,"13,0",1084.0,104.0,684.0,127.0,1723.0,838.0,"38,2","21,8","1,4312" -30/07/2004,18.00.00,-200,1137.0,-200.0,"15,5",1165.0,121.0,649.0,137.0,1840.0,974.0,"36,6","23,3","1,4042" -30/07/2004,19.00.00,-200,1153.0,-200.0,"16,5",1194.0,116.0,628.0,137.0,1874.0,1038.0,"33,3","28,7","1,4454" -30/07/2004,20.00.00,-200,1145.0,-200.0,"14,5",1134.0,121.0,647.0,135.0,1828.0,1108.0,"30,9","34,2","1,5064" -30/07/2004,21.00.00,-200,1149.0,-200.0,"13,2",1092.0,114.0,667.0,118.0,1808.0,1135.0,"29,1","38,9","1,5384" -30/07/2004,22.00.00,-200,1149.0,-200.0,"14,8",1143.0,112.0,620.0,111.0,1827.0,1143.0,"28,1","40,3","1,5086" -30/07/2004,23.00.00,-200,1052.0,-200.0,"10,7",1002.0,81.0,716.0,85.0,1667.0,908.0,"27,0","41,6","1,4596" -31/07/2004,00.00.00,-200,-200.0,-200.0,"-200,0",-200.0,220.0,-200.0,158.0,-200.0,-200.0,-200,-200,-200 -31/07/2004,01.00.00,-200,935.0,-200.0,"6,4",832.0,81.0,809.0,77.0,1566.0,778.0,"25,7","46,8","1,5230" -31/07/2004,02.00.00,-200,935.0,-200.0,"5,5",787.0,43.0,864.0,56.0,1588.0,728.0,"25,1","51,1","1,6044" -31/07/2004,03.00.00,-200,930.0,-200.0,"5,2",772.0,-200.0,854.0,-200.0,1613.0,728.0,"23,7","56,5","1,6341" -31/07/2004,04.00.00,-200,880.0,-200.0,"3,9",704.0,26.0,913.0,37.0,1529.0,676.0,"23,8","55,3","1,6068" -31/07/2004,05.00.00,"0,8",916.0,-200.0,"4,7",748.0,40.0,878.0,49.0,1559.0,742.0,"23,7","54,6","1,5823" -31/07/2004,06.00.00,"1,2",975.0,-200.0,"7,3",871.0,72.0,771.0,71.0,1666.0,942.0,"22,6","58,8","1,5903" -31/07/2004,07.00.00,1,948.0,-200.0,"6,4",829.0,68.0,801.0,71.0,1600.0,926.0,"24,0","53,4","1,5748" -31/07/2004,08.00.00,"1,5",1069.0,-200.0,"9,2",947.0,89.0,728.0,86.0,1763.0,1039.0,"25,2","51,0","1,6131" -31/07/2004,09.00.00,"2,8",1210.0,-200.0,"12,5",1067.0,151.0,642.0,125.0,1879.0,1158.0,"27,3","47,1","1,6807" -31/07/2004,10.00.00,"3,4",1272.0,-200.0,"15,7",1170.0,215.0,620.0,160.0,1957.0,1347.0,"32,8","33,4","1,6330" -31/07/2004,11.00.00,"3,3",1240.0,-200.0,"15,9",1175.0,196.0,614.0,174.0,1895.0,1262.0,"36,0","28,0","1,6304" -31/07/2004,12.00.00,"2,9",1171.0,-200.0,"14,6",1135.0,161.0,654.0,146.0,1797.0,1073.0,"38,5","23,8","1,5944" -31/07/2004,13.00.00,"2,2",1072.0,-200.0,"11,7",1039.0,120.0,745.0,127.0,1611.0,817.0,"39,8","20,5","1,4687" -31/07/2004,14.00.00,"1,6",970.0,-200.0,"7,4",873.0,88.0,859.0,114.0,1423.0,606.0,"38,1","22,0","1,4402" -31/07/2004,15.00.00,"0,9",938.0,-200.0,"6,1",816.0,38.0,917.0,65.0,1418.0,506.0,"40,0","20,0","1,4517" -31/07/2004,16.00.00,"1,1",976.0,-200.0,"6,9",852.0,47.0,866.0,77.0,1467.0,559.0,"40,4","19,8","1,4724" -31/07/2004,17.00.00,1,958.0,-200.0,"6,2",820.0,40.0,886.0,68.0,1452.0,530.0,"39,1","20,7","1,4270" -31/07/2004,18.00.00,"1,3",1014.0,-200.0,"8,1",903.0,58.0,816.0,92.0,1554.0,612.0,"37,3","24,3","1,5222" -31/07/2004,19.00.00,"1,6",1091.0,-200.0,"10,2",987.0,71.0,737.0,104.0,1711.0,774.0,"34,0","30,9","1,6158" -31/07/2004,20.00.00,"1,8",1080.0,-200.0,"10,7",1004.0,90.0,724.0,114.0,1704.0,899.0,"31,8","34,5","1,5911" -31/07/2004,21.00.00,"2,2",1128.0,-200.0,"13,0",1082.0,95.0,675.0,105.0,1817.0,1066.0,"30,1","37,7","1,5799" -31/07/2004,22.00.00,"1,8",1105.0,-200.0,"11,4",1027.0,85.0,684.0,85.0,1758.0,1040.0,"28,6","42,3","1,6251" -31/07/2004,23.00.00,"2,3",1141.0,-200.0,"13,3",1095.0,119.0,642.0,92.0,1816.0,1139.0,"27,7","44,6","1,6304" -01/08/2004,00.00.00,2,1104.0,-200.0,"11,2",1020.0,106.0,681.0,82.0,1771.0,1086.0,"26,6","47,5","1,6265" -01/08/2004,01.00.00,"1,8",1065.0,-200.0,"9,8",970.0,77.0,698.0,70.0,1724.0,1049.0,"25,7","50,7","1,6491" -01/08/2004,02.00.00,"0,9",971.0,-200.0,"6,2",821.0,28.0,820.0,40.0,1637.0,811.0,"25,1","53,9","1,6890" -01/08/2004,03.00.00,"0,5",891.0,-200.0,"3,6",691.0,-200.0,941.0,-200.0,1553.0,629.0,"24,8","58,7","1,8089" -01/08/2004,04.00.00,"0,6",936.0,-200.0,"4,0",713.0,21.0,883.0,26.0,1584.0,723.0,"23,5","63,6","1,8223" -01/08/2004,05.00.00,"0,4",845.0,-200.0,"2,6",625.0,17.0,993.0,21.0,1513.0,646.0,"24,3","59,4","1,7838" -01/08/2004,06.00.00,"0,4",872.0,-200.0,"2,6",627.0,24.0,997.0,30.0,1530.0,670.0,"23,3","62,0","1,7547" -01/08/2004,07.00.00,"0,4",903.0,-200.0,"2,9",648.0,19.0,975.0,21.0,1559.0,603.0,"24,1","63,1","1,8619" -01/08/2004,08.00.00,"0,8",971.0,-200.0,"4,2",722.0,39.0,876.0,35.0,1624.0,687.0,"25,0","60,7","1,8920" -01/08/2004,09.00.00,"0,8",1006.0,-200.0,"5,5",789.0,46.0,824.0,36.0,1657.0,733.0,"27,3","52,4","1,8707" -01/08/2004,10.00.00,"0,9",1012.0,-200.0,"5,8",804.0,53.0,832.0,48.0,1638.0,766.0,"32,4","37,3","1,7808" -01/08/2004,11.00.00,"0,7",975.0,-200.0,"4,5",737.0,32.0,896.0,39.0,1531.0,621.0,"35,4","31,3","1,7736" -01/08/2004,12.00.00,"0,6",944.0,-200.0,"4,3",730.0,30.0,933.0,34.0,1495.0,560.0,"37,4","28,2","1,7808" -01/08/2004,13.00.00,"0,5",857.0,-200.0,"3,5",685.0,24.0,1055.0,33.0,1331.0,451.0,"39,2","20,2","1,4104" -01/08/2004,14.00.00,"0,6",824.0,-200.0,"3,5",683.0,34.0,1119.0,42.0,1270.0,393.0,"38,1","18,5","1,2141" -01/08/2004,15.00.00,"0,7",868.0,-200.0,"3,9",707.0,63.0,1063.0,85.0,1325.0,417.0,"40,2","17,7","1,2989" -01/08/2004,16.00.00,"0,9",908.0,-200.0,"4,7",748.0,69.0,1020.0,92.0,1373.0,451.0,"39,7","19,1","1,3646" -01/08/2004,17.00.00,"0,9",912.0,-200.0,"5,3",776.0,61.0,991.0,84.0,1379.0,461.0,"38,5","19,8","1,3260" -01/08/2004,18.00.00,"1,2",986.0,-200.0,"6,4",830.0,73.0,906.0,100.0,1482.0,536.0,"36,6","24,6","1,4872" -01/08/2004,19.00.00,"1,4",1037.0,-200.0,"8,0",900.0,75.0,817.0,95.0,1584.0,619.0,"33,1","32,7","1,6200" -01/08/2004,20.00.00,"1,5",1088.0,-200.0,"9,2",948.0,69.0,743.0,77.0,1667.0,766.0,"30,7","38,7","1,6780" -01/08/2004,21.00.00,"1,7",1093.0,-200.0,"9,1",944.0,71.0,711.0,85.0,1655.0,785.0,"29,5","42,7","1,7316" -01/08/2004,22.00.00,"1,7",1142.0,-200.0,"9,1",945.0,73.0,682.0,83.0,1736.0,793.0,"27,8","52,6","1,9398" -01/08/2004,23.00.00,"1,7",1170.0,-200.0,"9,5",959.0,86.0,666.0,88.0,1798.0,838.0,"27,4","55,5","1,9998" -02/08/2004,00.00.00,"1,9",1142.0,-200.0,"9,1",945.0,65.0,672.0,68.0,1775.0,799.0,"27,3","57,1","2,0426" -02/08/2004,01.00.00,"1,2",986.0,-200.0,"5,0",762.0,74.0,821.0,97.0,1573.0,553.0,"26,7","60,1","2,0670" -02/08/2004,02.00.00,"0,7",942.0,-200.0,"3,7",696.0,45.0,916.0,51.0,1542.0,465.0,"26,2","61,6","2,0575" -02/08/2004,03.00.00,"0,3",882.0,-200.0,"2,2",595.0,-200.0,1097.0,-200.0,1463.0,406.0,"25,5","62,8","2,0236" -02/08/2004,04.00.00,"0,2",854.0,-200.0,"1,6",553.0,2.0,1203.0,5.0,1418.0,396.0,"25,5","61,8","1,9831" -02/08/2004,05.00.00,"0,4",910.0,-200.0,"2,7",630.0,29.0,1061.0,35.0,1504.0,468.0,"25,1","62,4","1,9602" -02/08/2004,06.00.00,"0,8",1005.0,-200.0,"5,6",791.0,42.0,829.0,56.0,1650.0,638.0,"24,6","62,7","1,9158" -02/08/2004,07.00.00,"1,9",1193.0,-200.0,"13,0",1085.0,146.0,610.0,110.0,1947.0,1097.0,"25,7","58,9","1,9156" -02/08/2004,08.00.00,-200,1297.0,-200.0,"17,8",1233.0,-200.0,544.0,-200.0,2129.0,1248.0,"27,1","54,4","1,9206" -02/08/2004,09.00.00,"1,9",1180.0,-200.0,"11,5",1031.0,163.0,633.0,124.0,1866.0,1067.0,"28,4","50,7","1,9329" -02/08/2004,10.00.00,"1,9",1134.0,-200.0,"11,1",1017.0,144.0,689.0,115.0,1774.0,964.0,"32,7","36,9","1,7953" -02/08/2004,11.00.00,"1,9",1113.0,-200.0,"11,0",1013.0,125.0,702.0,119.0,1781.0,903.0,"34,0","32,7","1,7146" -02/08/2004,12.00.00,"1,7",1084.0,-200.0,"10,7",1004.0,90.0,706.0,107.0,1761.0,839.0,"35,6","29,2","1,6684" -02/08/2004,13.00.00,"1,4",1009.0,-200.0,"8,5",921.0,76.0,778.0,99.0,1635.0,692.0,"37,1","25,6","1,5868" -02/08/2004,14.00.00,"1,2",1002.0,-200.0,"8,7",928.0,73.0,798.0,95.0,1636.0,629.0,"36,1","26,4","1,5505" -02/08/2004,15.00.00,"1,4",1007.0,-200.0,"9,4",956.0,73.0,763.0,105.0,1654.0,666.0,"37,9","23,8","1,5392" -02/08/2004,16.00.00,"1,4",996.0,-200.0,"9,5",959.0,80.0,779.0,117.0,1636.0,684.0,"38,0","22,2","1,4483" -02/08/2004,17.00.00,"1,9",1050.0,-200.0,"12,9",1082.0,121.0,705.0,157.0,1731.0,816.0,"36,9","22,7","1,3887" -02/08/2004,18.00.00,"2,2",1100.0,-200.0,"13,7",1107.0,129.0,676.0,173.0,1801.0,876.0,"35,5","25,7","1,4626" -02/08/2004,19.00.00,"1,9",1085.0,-200.0,"12,2",1057.0,103.0,689.0,139.0,1775.0,836.0,"32,8","32,2","1,5779" -02/08/2004,20.00.00,"1,7",1079.0,-200.0,"11,8",1042.0,87.0,697.0,116.0,1773.0,846.0,"30,5","38,2","1,6376" -02/08/2004,21.00.00,"1,2",1086.0,-200.0,"9,9",974.0,58.0,707.0,91.0,1733.0,795.0,"28,8","43,5","1,6989" -02/08/2004,22.00.00,"0,3",1092.0,-200.0,"10,7",1005.0,64.0,669.0,98.0,1746.0,836.0,"28,0","46,2","1,7210" -02/08/2004,23.00.00,"0,1",1097.0,-200.0,"9,4",956.0,58.0,708.0,93.0,1724.0,818.0,"27,1","49,4","1,7398" -03/08/2004,00.00.00,"0,1",1075.0,-200.0,"8,1",904.0,44.0,720.0,74.0,1692.0,777.0,"26,4","52,2","1,7708" -03/08/2004,01.00.00,-200,1008.0,-200.0,"6,6",838.0,28.0,774.0,50.0,1640.0,733.0,"26,2","52,3","1,7561" -03/08/2004,02.00.00,-200,895.0,-200.0,"3,3",672.0,19.0,941.0,36.0,1469.0,703.0,"27,1","47,4","1,6809" -03/08/2004,03.00.00,-200,838.0,-200.0,"1,7",559.0,-200.0,1186.0,-200.0,1428.0,559.0,"28,0","45,2","1,6832" -03/08/2004,04.00.00,-200,866.0,-200.0,"2,3",603.0,48.0,1077.0,55.0,1459.0,589.0,"25,8","50,9","1,6605" -03/08/2004,05.00.00,-200,872.0,-200.0,"2,5",617.0,77.0,1026.0,86.0,1456.0,585.0,"27,2","47,2","1,6803" -03/08/2004,06.00.00,-200,922.0,-200.0,"3,2",664.0,110.0,973.0,137.0,1503.0,644.0,"27,0","48,3","1,6946" -03/08/2004,07.00.00,-200,1362.0,-200.0,"19,3",1277.0,282.0,529.0,140.0,2188.0,1392.0,"25,9","51,5","1,7000" -03/08/2004,08.00.00,-200,1349.0,-200.0,"21,3",1333.0,275.0,487.0,142.0,2256.0,1533.0,"27,4","48,6","1,7447" -03/08/2004,09.00.00,-200,1298.0,-200.0,"17,2",1215.0,253.0,539.0,185.0,2068.0,1404.0,"29,1","45,5","1,7998" -03/08/2004,10.00.00,-200,1234.0,-200.0,"15,2",1154.0,211.0,596.0,173.0,1965.0,1204.0,"32,8","36,9","1,8030" -03/08/2004,11.00.00,-200,1147.0,-200.0,"10,6",999.0,176.0,697.0,158.0,1788.0,915.0,"34,7","32,1","1,7410" -03/08/2004,12.00.00,-200,1173.0,-200.0,"12,3",1061.0,153.0,650.0,127.0,1858.0,940.0,"33,7","35,1","1,8022" -03/08/2004,13.00.00,-200,1118.0,-200.0,"10,5",995.0,144.0,689.0,111.0,1779.0,863.0,"35,1","32,4","1,7996" -03/08/2004,14.00.00,-200,1078.0,-200.0,"9,3",951.0,127.0,722.0,114.0,1718.0,747.0,"35,4","30,9","1,7505" -03/08/2004,15.00.00,-200,1076.0,-200.0,"9,3",951.0,112.0,730.0,109.0,1675.0,704.0,"36,5","28,7","1,7256" -03/08/2004,16.00.00,-200,1103.0,-200.0,"11,0",1014.0,-200.0,684.0,-200.0,1749.0,791.0,"38,0","24,7","1,6073" -03/08/2004,17.00.00,-200,1117.0,-200.0,"12,1",1052.0,148.0,671.0,137.0,1780.0,824.0,"37,5","24,4","1,5515" -03/08/2004,18.00.00,-200,1166.0,-200.0,"13,7",1108.0,140.0,622.0,134.0,1854.0,913.0,"35,5","28,9","1,6468" -03/08/2004,19.00.00,-200,1157.0,-200.0,"12,9",1082.0,125.0,631.0,114.0,1854.0,907.0,"31,9","37,5","1,7442" -03/08/2004,20.00.00,-200,1136.0,-200.0,"10,3",990.0,111.0,672.0,100.0,1807.0,918.0,"30,1","45,0","1,8891" -03/08/2004,21.00.00,-200,1122.0,-200.0,"9,5",959.0,102.0,685.0,92.0,1798.0,914.0,"28,8","48,9","1,9105" -03/08/2004,22.00.00,-200,1121.0,-200.0,"10,3",989.0,108.0,659.0,97.0,1821.0,955.0,"28,8","48,8","1,9039" -03/08/2004,23.00.00,-200,1150.0,-200.0,"11,2",1020.0,132.0,645.0,111.0,1835.0,1063.0,"28,0","49,0","1,8237" -04/08/2004,00.00.00,-200,1074.0,-200.0,"9,2",949.0,104.0,678.0,89.0,1751.0,982.0,"27,5","51,5","1,8664" -04/08/2004,01.00.00,-200,1039.0,-200.0,"8,0",899.0,92.0,714.0,87.0,1717.0,914.0,"27,3","51,5","1,8440" -04/08/2004,02.00.00,-200,963.0,-200.0,"5,8",804.0,78.0,791.0,69.0,1658.0,861.0,"26,7","53,3","1,8366" -04/08/2004,03.00.00,-200,889.0,-200.0,"4,0",710.0,-200.0,889.0,-200.0,1566.0,713.0,"25,9","55,1","1,8117" -04/08/2004,04.00.00,-200,868.0,-200.0,"3,0",652.0,-200.0,962.0,-200.0,1526.0,740.0,"27,0","51,8","1,8147" -04/08/2004,05.00.00,-200,877.0,-200.0,"3,0",654.0,-200.0,987.0,-200.0,1529.0,801.0,"26,8","50,9","1,7693" -04/08/2004,06.00.00,-200,1056.0,-200.0,"7,8",893.0,-200.0,733.0,-200.0,1743.0,1132.0,"25,0","57,0","1,7792" -04/08/2004,07.00.00,-200,1288.0,-200.0,"19,3",1278.0,-200.0,521.0,-200.0,2182.0,1473.0,"26,2","52,8","1,7729" -04/08/2004,08.00.00,-200,1381.0,-200.0,"26,0",1454.0,-200.0,455.0,-200.0,2404.0,1607.0,"28,3","47,6","1,7981" -04/08/2004,09.00.00,-200,1113.0,-200.0,"10,6",1001.0,-200.0,663.0,-200.0,1783.0,1146.0,"29,9","42,1","1,7474" -04/08/2004,10.00.00,-200,1062.0,-200.0,"8,2",909.0,-200.0,764.0,-200.0,1687.0,867.0,"33,0","35,4","1,7504" -04/08/2004,11.00.00,-200,1094.0,-200.0,"9,9",976.0,-200.0,719.0,-200.0,1753.0,869.0,"35,6","30,6","1,7493" -04/08/2004,12.00.00,-200,1050.0,-200.0,"8,6",923.0,-200.0,747.0,-200.0,1662.0,744.0,"37,1","27,9","1,7309" -04/08/2004,13.00.00,-200,1056.0,-200.0,"8,7",926.0,-200.0,748.0,-200.0,1643.0,702.0,"37,9","25,7","1,6651" -04/08/2004,14.00.00,-200,944.0,-200.0,"6,0",814.0,-200.0,852.0,-200.0,1489.0,554.0,"37,2","23,6","1,4764" -04/08/2004,15.00.00,-200,1003.0,-200.0,"8,0",901.0,-200.0,813.0,-200.0,1589.0,661.0,"39,1","21,7","1,5031" -04/08/2004,16.00.00,-200,1018.0,-200.0,"7,6",881.0,-200.0,828.0,-200.0,1590.0,630.0,"39,3","22,0","1,5366" -04/08/2004,17.00.00,-200,1108.0,-200.0,"10,7",1003.0,-200.0,727.0,-200.0,1710.0,803.0,"38,2","23,8","1,5666" -04/08/2004,18.00.00,-200,1049.0,-200.0,"8,7",927.0,-200.0,750.0,-200.0,1659.0,727.0,"34,0","33,2","1,7395" -04/08/2004,19.00.00,-200,1078.0,-200.0,"8,0",897.0,-200.0,732.0,-200.0,1751.0,894.0,"25,5","58,6","1,8891" -04/08/2004,20.00.00,-200,999.0,-200.0,"7,2",867.0,-200.0,785.0,-200.0,1644.0,864.0,"27,2","46,0","1,6376" -04/08/2004,21.00.00,-200,943.0,-200.0,"5,7",798.0,-200.0,846.0,-200.0,1571.0,743.0,"27,6","45,2","1,6479" -04/08/2004,22.00.00,-200,987.0,-200.0,"5,5",790.0,-200.0,838.0,-200.0,1608.0,830.0,"25,4","52,7","1,6867" -04/08/2004,23.00.00,-200,939.0,-200.0,"4,6",743.0,-200.0,894.0,-200.0,1539.0,675.0,"26,1","49,4","1,6491" -05/08/2004,00.00.00,-200,1015.0,-200.0,"6,6",840.0,-200.0,783.0,-200.0,1664.0,839.0,"25,0","53,6","1,6721" -05/08/2004,01.00.00,-200,935.0,-200.0,"4,5",737.0,-200.0,869.0,-200.0,1548.0,758.0,"25,4","52,9","1,6980" -05/08/2004,02.00.00,-200,908.0,-200.0,"3,8",700.0,-200.0,922.0,-200.0,1547.0,644.0,"25,4","54,4","1,7384" -05/08/2004,03.00.00,-200,853.0,-200.0,"2,3",605.0,-200.0,1032.0,-200.0,1488.0,615.0,"25,4","54,6","1,7432" -05/08/2004,04.00.00,-200,851.0,-200.0,"2,1",592.0,-200.0,1054.0,-200.0,1482.0,578.0,"24,5","57,1","1,7327" -05/08/2004,05.00.00,-200,957.0,-200.0,"3,9",705.0,-200.0,857.0,-200.0,1578.0,843.0,"22,8","63,7","1,7392" -05/08/2004,06.00.00,-200,1059.0,-200.0,"6,5",836.0,-200.0,742.0,-200.0,1675.0,1113.0,"22,6","64,1","1,7358" -05/08/2004,07.00.00,-200,1261.0,-200.0,"14,5",1134.0,-200.0,557.0,-200.0,2015.0,1388.0,"24,3","58,0","1,7429" -05/08/2004,08.00.00,-200,1215.0,-200.0,"15,1",1150.0,-200.0,574.0,-200.0,1962.0,1310.0,"26,5","50,4","1,7215" -05/08/2004,09.00.00,-200,1097.0,-200.0,"9,0",940.0,-200.0,676.0,-200.0,1727.0,1056.0,"28,1","45,4","1,6970" -05/08/2004,10.00.00,-200,1135.0,-200.0,"11,4",1030.0,-200.0,662.0,-200.0,1789.0,1104.0,"31,7","36,7","1,6843" -05/08/2004,11.00.00,-200,1117.0,-200.0,"11,2",1020.0,104.0,706.0,115.0,1731.0,973.0,"35,8","28,7","1,6626" -05/08/2004,12.00.00,-200,1108.0,-200.0,"10,2",985.0,98.0,727.0,108.0,1708.0,1001.0,"36,8","27,2","1,6623" -05/08/2004,13.00.00,-200,1038.0,-200.0,"8,2",906.0,66.0,808.0,86.0,1567.0,747.0,"38,3","24,5","1,6220" -05/08/2004,14.00.00,-200,985.0,-200.0,"6,6",838.0,60.0,850.0,84.0,1541.0,653.0,"34,2","30,8","1,6299" -05/08/2004,15.00.00,-200,1100.0,-200.0,"6,4",832.0,85.0,767.0,97.0,1695.0,934.0,"28,7","51,4","1,9871" -05/08/2004,16.00.00,-200,1067.0,-200.0,"7,0",855.0,90.0,748.0,102.0,1700.0,811.0,"23,9","69,1","2,0202" -05/08/2004,17.00.00,-200,1140.0,-200.0,"9,6",963.0,122.0,669.0,102.0,1815.0,918.0,"21,5","78,8","1,9939" -05/08/2004,18.00.00,-200,1113.0,-200.0,"9,4",954.0,117.0,682.0,99.0,1801.0,899.0,"21,6","78,5","1,9940" -05/08/2004,19.00.00,-200,1124.0,-200.0,"10,2",984.0,115.0,678.0,97.0,1826.0,902.0,"21,5","78,4","1,9818" -05/08/2004,20.00.00,-200,1056.0,-200.0,"7,7",886.0,127.0,732.0,101.0,1721.0,900.0,"20,8","80,9","1,9637" -05/08/2004,21.00.00,-200,1002.0,-200.0,"5,4",783.0,79.0,805.0,92.0,1623.0,875.0,"20,7","81,8","1,9717" -05/08/2004,22.00.00,-200,971.0,-200.0,"5,5",789.0,61.0,816.0,70.0,1594.0,879.0,"23,1","70,1","1,9582" -05/08/2004,23.00.00,-200,1001.0,-200.0,"5,7",799.0,67.0,829.0,72.0,1619.0,859.0,"22,7","68,4","1,8627" -06/08/2004,00.00.00,-200,1058.0,-200.0,"7,2",867.0,93.0,731.0,80.0,1685.0,1048.0,"22,1","72,6","1,9105" -06/08/2004,01.00.00,-200,1030.0,-200.0,"6,8",848.0,77.0,734.0,71.0,1691.0,1048.0,"21,8","74,1","1,9150" -06/08/2004,02.00.00,-200,950.0,-200.0,"5,0",762.0,60.0,827.0,69.0,1616.0,959.0,"21,9","72,8","1,8944" -06/08/2004,03.00.00,-200,912.0,-200.0,"4,1",716.0,-200.0,875.0,-200.0,1586.0,898.0,"21,7","73,2","1,8763" -06/08/2004,04.00.00,-200,893.0,-200.0,"3,4",676.0,45.0,930.0,55.0,1567.0,859.0,"21,4","75,5","1,9033" -06/08/2004,05.00.00,"0,7",938.0,-200.0,"4,4",734.0,65.0,847.0,57.0,1607.0,947.0,"21,4","75,5","1,9069" -06/08/2004,06.00.00,"1,2",1065.0,-200.0,"7,7",889.0,94.0,722.0,56.0,1760.0,1081.0,"21,9","74,9","1,9396" -06/08/2004,07.00.00,"2,3",1240.0,-200.0,"13,6",1102.0,205.0,588.0,72.0,1989.0,1257.0,"22,0","75,9","1,9817" -06/08/2004,08.00.00,3,1307.0,-200.0,"19,1",1270.0,240.0,516.0,84.0,2191.0,1404.0,"22,5","74,9","2,0190" -06/08/2004,09.00.00,"2,9",1229.0,-200.0,"16,3",1188.0,237.0,557.0,97.0,2033.0,1412.0,"24,5","66,2","2,0011" -06/08/2004,10.00.00,"2,6",1220.0,-200.0,"14,2",1122.0,245.0,601.0,107.0,1974.0,1428.0,"25,6","61,2","1,9808" -06/08/2004,11.00.00,"2,6",1218.0,-200.0,"15,6",1168.0,206.0,607.0,117.0,2000.0,1451.0,"29,3","48,4","1,9367" -06/08/2004,12.00.00,"2,6",1171.0,-200.0,"14,4",1129.0,156.0,631.0,120.0,1911.0,1346.0,"33,5","36,0","1,8395" -06/08/2004,13.00.00,"2,1",1067.0,-200.0,"10,5",995.0,126.0,717.0,110.0,1730.0,1093.0,"35,6","29,8","1,7045" -06/08/2004,14.00.00,"1,7",1054.0,-200.0,"10,2",985.0,108.0,735.0,104.0,1742.0,940.0,"33,7","33,4","1,7186" -06/08/2004,15.00.00,"1,9",1051.0,-200.0,"10,7",1003.0,102.0,711.0,110.0,1715.0,909.0,"34,1","33,3","1,7509" -06/08/2004,16.00.00,"2,5",1103.0,-200.0,"11,6",1035.0,110.0,672.0,111.0,1834.0,1005.0,"31,5","43,5","1,9797" -06/08/2004,17.00.00,"1,1",970.0,-200.0,"7,9",894.0,57.0,761.0,64.0,1649.0,756.0,"32,5","40,6","1,9481" -06/08/2004,18.00.00,"2,1",1100.0,-200.0,"11,7",1038.0,109.0,668.0,92.0,1873.0,1080.0,"29,8","45,2","1,8642" -06/08/2004,19.00.00,"2,6",1129.0,-200.0,"14,6",1137.0,151.0,606.0,114.0,1952.0,1220.0,"27,7","49,9","1,8189" -06/08/2004,20.00.00,"2,6",1126.0,-200.0,"13,2",1089.0,153.0,620.0,116.0,1886.0,1208.0,"26,4","54,6","1,8459" -06/08/2004,21.00.00,"1,7",1019.0,-200.0,"9,8",971.0,103.0,692.0,94.0,1760.0,1057.0,"25,5","58,0","1,8611" -06/08/2004,22.00.00,"1,5",1011.0,-200.0,"8,8",930.0,76.0,728.0,77.0,1723.0,1009.0,"25,1","59,9","1,8797" -06/08/2004,23.00.00,"1,8",1039.0,-200.0,"10,4",991.0,93.0,685.0,74.0,1820.0,1088.0,"24,1","63,5","1,8828" -07/08/2004,00.00.00,"1,4",974.0,-200.0,"8,5",920.0,75.0,718.0,62.0,1755.0,1062.0,"23,8","65,0","1,8897" -07/08/2004,01.00.00,"1,2",925.0,-200.0,"6,4",831.0,57.0,789.0,57.0,1662.0,975.0,"23,4","64,9","1,8430" -07/08/2004,02.00.00,"0,7",810.0,-200.0,"3,4",674.0,32.0,976.0,45.0,1530.0,793.0,"24,4","58,6","1,7714" -07/08/2004,03.00.00,"0,6",800.0,-200.0,"2,6",627.0,-200.0,1032.0,-200.0,1519.0,787.0,"23,3","63,3","1,7895" -07/08/2004,04.00.00,"0,7",813.0,-200.0,"2,9",645.0,42.0,990.0,49.0,1530.0,802.0,"21,9","67,1","1,7414" -07/08/2004,05.00.00,"0,5",788.0,-200.0,"2,3",604.0,37.0,1068.0,45.0,1507.0,754.0,"23,6","61,2","1,7588" -07/08/2004,06.00.00,"0,6",815.0,-200.0,"3,3",670.0,44.0,971.0,44.0,1538.0,774.0,"22,6","63,4","1,7136" -07/08/2004,07.00.00,"0,9",868.0,-200.0,"5,1",771.0,51.0,840.0,43.0,1608.0,860.0,"22,9","62,6","1,7253" -07/08/2004,08.00.00,"1,2",951.0,-200.0,"7,7",886.0,74.0,742.0,51.0,1705.0,988.0,"23,3","61,8","1,7504" -07/08/2004,09.00.00,2,1075.0,-200.0,"10,5",996.0,115.0,649.0,84.0,1838.0,1113.0,"25,4","56,2","1,7961" -07/08/2004,10.00.00,"1,9",1058.0,-200.0,"10,9",1012.0,109.0,676.0,96.0,1782.0,1063.0,"30,6","41,9","1,8104" -07/08/2004,11.00.00,"1,7",1012.0,-200.0,"8,4",914.0,80.0,760.0,88.0,1653.0,858.0,"33,5","34,0","1,7300" -07/08/2004,12.00.00,"1,2",929.0,-200.0,"6,0",811.0,57.0,862.0,67.0,1541.0,642.0,"35,5","29,8","1,7004" -07/08/2004,13.00.00,"1,1",902.0,-200.0,"6,0",813.0,56.0,875.0,64.0,1518.0,588.0,"37,5","24,7","1,5637" -07/08/2004,14.00.00,1,836.0,-200.0,"4,7",750.0,43.0,960.0,54.0,1390.0,484.0,"35,1","25,2","1,4020" -07/08/2004,15.00.00,1,858.0,-200.0,"5,3",776.0,43.0,947.0,56.0,1431.0,498.0,"38,1","21,1","1,3863" -07/08/2004,16.00.00,1,886.0,-200.0,"5,8",803.0,51.0,939.0,68.0,1460.0,538.0,"38,5","21,8","1,4653" -07/08/2004,17.00.00,"1,2",974.0,-200.0,"6,5",833.0,46.0,864.0,67.0,1577.0,565.0,"36,8","29,5","1,8037" -07/08/2004,18.00.00,"1,6",1008.0,-200.0,"8,4",915.0,71.0,783.0,95.0,1643.0,672.0,"34,9","33,4","1,8384" -07/08/2004,19.00.00,"1,6",990.0,-200.0,"8,3",912.0,65.0,777.0,86.0,1648.0,689.0,"32,2","37,4","1,7655" -07/08/2004,20.00.00,"1,6",981.0,-200.0,"8,4",917.0,78.0,740.0,93.0,1649.0,714.0,"29,7","41,7","1,7081" -07/08/2004,21.00.00,"1,3",954.0,-200.0,"6,4",828.0,51.0,793.0,68.0,1589.0,631.0,"27,7","47,4","1,7344" -07/08/2004,22.00.00,"1,9",1030.0,-200.0,"10,3",988.0,84.0,686.0,95.0,1751.0,829.0,"27,3","49,4","1,7602" -07/08/2004,23.00.00,"1,9",1033.0,-200.0,"10,9",1011.0,89.0,681.0,93.0,1768.0,875.0,"26,3","51,3","1,7251" -08/08/2004,00.00.00,"1,5",963.0,-200.0,"7,4",872.0,65.0,767.0,69.0,1617.0,803.0,"25,7","54,1","1,7546" -08/08/2004,01.00.00,"1,1",918.0,-200.0,"5,8",805.0,43.0,816.0,55.0,1571.0,759.0,"25,4","55,1","1,7628" -08/08/2004,02.00.00,"0,8",868.0,-200.0,"4,5",736.0,32.0,894.0,39.0,1548.0,638.0,"24,9","57,3","1,7822" -08/08/2004,03.00.00,"0,9",886.0,-200.0,"4,6",744.0,-200.0,869.0,-200.0,1590.0,700.0,"24,1","61,8","1,8339" -08/08/2004,04.00.00,"0,6",813.0,-200.0,"2,4",609.0,22.0,1017.0,33.0,1473.0,615.0,"23,9","61,2","1,7871" -08/08/2004,05.00.00,"0,6",815.0,-200.0,"2,4",616.0,21.0,1080.0,29.0,1532.0,596.0,"23,8","61,3","1,7881" -08/08/2004,06.00.00,"0,7",815.0,-200.0,"2,6",627.0,27.0,1049.0,36.0,1518.0,650.0,"23,4","61,7","1,7495" -08/08/2004,07.00.00,"0,6",835.0,-200.0,"2,8",638.0,31.0,1024.0,38.0,1506.0,655.0,"24,3","58,4","1,7508" -08/08/2004,08.00.00,1,921.0,-200.0,"4,5",738.0,46.0,901.0,47.0,1585.0,779.0,"25,1","56,6","1,7798" -08/08/2004,09.00.00,"1,2",963.0,-200.0,"5,2",774.0,62.0,839.0,64.0,1621.0,758.0,"27,3","51,3","1,8350" -08/08/2004,10.00.00,1,935.0,-200.0,"4,2",724.0,43.0,936.0,49.0,1574.0,598.0,"29,5","45,9","1,8662" -08/08/2004,11.00.00,"1,3",1007.0,-200.0,"4,8",751.0,53.0,849.0,64.0,1649.0,643.0,"27,6","52,4","1,9055" -08/08/2004,12.00.00,"1,4",1032.0,-200.0,"4,6",744.0,87.0,813.0,79.0,1695.0,778.0,"25,4","68,0","2,1806" -08/08/2004,13.00.00,"0,8",901.0,-200.0,"3,6",689.0,36.0,964.0,45.0,1543.0,522.0,"32,2","40,3","1,8999" -08/08/2004,14.00.00,"0,6",851.0,-200.0,"2,6",627.0,21.0,1129.0,30.0,1433.0,419.0,"31,6","38,9","1,7838" -08/08/2004,15.00.00,"0,7",877.0,-200.0,"3,0",655.0,27.0,1061.0,35.0,1471.0,444.0,"33,0","37,3","1,8481" -08/08/2004,16.00.00,"0,8",909.0,-200.0,"3,6",690.0,29.0,1039.0,37.0,1488.0,474.0,"35,1","32,1","1,7841" -08/08/2004,17.00.00,"0,9",908.0,-200.0,"4,1",715.0,38.0,988.0,46.0,1479.0,495.0,"35,0","31,1","1,7173" -08/08/2004,18.00.00,1,926.0,-200.0,"5,0",763.0,41.0,949.0,54.0,1491.0,504.0,"33,8","32,1","1,6596" -08/08/2004,19.00.00,"1,5",1010.0,-200.0,"6,5",836.0,66.0,848.0,79.0,1577.0,616.0,"31,1","38,8","1,7295" -08/08/2004,20.00.00,"1,5",1031.0,-200.0,"7,3",868.0,63.0,798.0,79.0,1634.0,690.0,"29,0","46,1","1,8141" -08/08/2004,21.00.00,"1,7",1070.0,-200.0,"8,1",905.0,88.0,745.0,98.0,1702.0,846.0,"28,1","50,6","1,8969" -08/08/2004,22.00.00,"1,9",1124.0,-200.0,"10,4",992.0,87.0,660.0,93.0,1791.0,1013.0,"27,1","54,7","1,9284" -08/08/2004,23.00.00,"1,7",1066.0,-200.0,"9,0",940.0,86.0,683.0,89.0,1744.0,978.0,"26,6","56,4","1,9349" -09/08/2004,00.00.00,"1,2",1001.0,-200.0,"6,5",836.0,49.0,771.0,57.0,1662.0,821.0,"25,8","60,4","1,9759" -09/08/2004,01.00.00,"1,1",967.0,-200.0,"6,3",824.0,40.0,774.0,51.0,1637.0,862.0,"25,5","61,6","1,9804" -09/08/2004,02.00.00,"0,8",901.0,-200.0,"4,4",733.0,27.0,888.0,39.0,1605.0,755.0,"24,9","63,5","1,9647" -09/08/2004,03.00.00,"0,5",835.0,-200.0,"2,8",638.0,-200.0,997.0,-200.0,1526.0,715.0,"24,3","65,1","1,9475" -09/08/2004,04.00.00,-200,820.0,-200.0,"2,2",598.0,23.0,1065.0,30.0,1511.0,684.0,"23,8","65,7","1,9079" -09/08/2004,05.00.00,"0,7",896.0,-200.0,"3,7",694.0,58.0,941.0,46.0,1583.0,853.0,"23,2","68,0","1,9045" -09/08/2004,06.00.00,"1,2",996.0,-200.0,"7,4",872.0,87.0,756.0,55.0,1727.0,990.0,"23,2","67,5","1,8990" -09/08/2004,07.00.00,"2,3",1159.0,-200.0,"15,1",1151.0,143.0,579.0,63.0,2005.0,1206.0,"24,3","63,3","1,8929" -09/08/2004,08.00.00,"2,5",1185.0,-200.0,"15,1",1152.0,96.0,578.0,42.0,2003.0,1274.0,"25,5","59,7","1,9193" -09/08/2004,09.00.00,"2,4",1168.0,-200.0,"14,7",1138.0,16.0,585.0,5.0,1946.0,1336.0,"27,7","52,5","1,9138" -09/08/2004,10.00.00,"1,4",1044.0,-200.0,"9,8",970.0,54.0,715.0,39.0,1751.0,1068.0,"31,8","38,9","1,8005" -09/08/2004,11.00.00,"1,2",983.0,-200.0,"8,0",897.0,42.0,800.0,39.0,1608.0,804.0,"32,7","34,1","1,6592" -09/08/2004,12.00.00,"1,6",1032.0,-200.0,"8,3",912.0,72.0,764.0,71.0,1661.0,826.0,"34,3","31,5","1,6745" -09/08/2004,13.00.00,"1,4",1019.0,-200.0,"7,7",889.0,54.0,787.0,65.0,1630.0,745.0,"34,2","31,5","1,6675" -09/08/2004,14.00.00,"1,2",982.0,-200.0,"6,7",844.0,52.0,835.0,71.0,1567.0,638.0,"33,9","32,3","1,6809" -09/08/2004,15.00.00,"1,5",1016.0,-200.0,"7,5",880.0,64.0,783.0,72.0,1617.0,684.0,"34,4","31,9","1,7005" -09/08/2004,16.00.00,"1,4",-200.0,-200.0,"-200,0",-200.0,70.0,-200.0,76.0,-200.0,-200.0,-200,-200,-200 -09/08/2004,17.00.00,"1,5",-200.0,-200.0,"-200,0",-200.0,65.0,-200.0,75.0,-200.0,-200.0,-200,-200,-200 -09/08/2004,18.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,80.0,-200.0,86.0,-200.0,-200.0,-200,-200,-200 -09/08/2004,19.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,88.0,-200.0,96.0,-200.0,-200.0,-200,-200,-200 -09/08/2004,20.00.00,"1,9",1091.0,-200.0,"8,6",925.0,81.0,730.0,95.0,1685.0,1020.0,"29,8","41,7","1,7167" -09/08/2004,21.00.00,"1,6",1109.0,-200.0,"9,7",965.0,59.0,696.0,74.0,1742.0,1100.0,"28,8","45,9","1,7884" -09/08/2004,22.00.00,"1,5",1098.0,-200.0,"9,1",944.0,69.0,687.0,76.0,1772.0,1086.0,"28,2","51,1","1,9221" -09/08/2004,23.00.00,"1,4",1088.0,-200.0,"9,1",945.0,58.0,674.0,66.0,1765.0,1060.0,"27,5","54,4","1,9705" -10/08/2004,00.00.00,1,1035.0,-200.0,"7,0",859.0,33.0,732.0,49.0,1680.0,996.0,"27,4","55,0","1,9827" -10/08/2004,01.00.00,"0,7",942.0,-200.0,"4,9",758.0,17.0,824.0,29.0,1567.0,856.0,"28,1","51,6","1,9269" -10/08/2004,02.00.00,"0,5",902.0,-200.0,"3,5",680.0,6.0,919.0,11.0,1535.0,722.0,"26,3","56,5","1,9027" -10/08/2004,03.00.00,"0,5",919.0,-200.0,"3,9",704.0,-200.0,861.0,-200.0,1603.0,860.0,"24,4","65,0","1,9612" -10/08/2004,04.00.00,"0,5",875.0,-200.0,"3,2",665.0,20.0,919.0,25.0,1559.0,772.0,"24,4","63,6","1,9218" -10/08/2004,05.00.00,"0,7",927.0,-200.0,"4,7",747.0,58.0,830.0,34.0,1633.0,910.0,"23,5","67,4","1,9305" -10/08/2004,06.00.00,"1,2",1032.0,-200.0,"7,6",883.0,106.0,718.0,42.0,1742.0,1051.0,"23,4","65,7","1,8720" -10/08/2004,07.00.00,"2,2",1193.0,-200.0,"14,7",1139.0,143.0,563.0,47.0,2009.0,1257.0,"24,5","61,3","1,8522" -10/08/2004,08.00.00,"2,9",1268.0,-200.0,"18,7",1259.0,167.0,519.0,62.0,2114.0,1410.0,"26,0","55,8","1,8536" -10/08/2004,09.00.00,"2,6",1238.0,-200.0,"14,8",1144.0,188.0,565.0,81.0,1939.0,1433.0,"28,5","48,5","1,8607" -10/08/2004,10.00.00,"2,6",1230.0,-200.0,"14,5",1133.0,164.0,604.0,90.0,1909.0,1413.0,"33,6","35,7","1,8229" -10/08/2004,11.00.00,"2,2",1161.0,-200.0,"12,7",1074.0,128.0,646.0,95.0,1777.0,1206.0,"36,5","28,9","1,7359" -10/08/2004,12.00.00,"1,5",1048.0,-200.0,"9,2",949.0,88.0,764.0,86.0,1607.0,831.0,"39,0","23,7","1,6346" -10/08/2004,13.00.00,"0,9",929.0,-200.0,"4,8",752.0,51.0,955.0,64.0,1385.0,544.0,"38,8","23,7","1,6093" -10/08/2004,14.00.00,1,950.0,-200.0,"5,4",783.0,52.0,914.0,62.0,1443.0,525.0,"38,0","24,0","1,5686" -10/08/2004,15.00.00,"1,1",1013.0,-200.0,"7,2",864.0,59.0,819.0,75.0,1544.0,644.0,"40,5","23,3","1,7416" -10/08/2004,16.00.00,"1,2",1034.0,-200.0,"6,7",845.0,67.0,841.0,88.0,1566.0,702.0,"39,8","25,4","1,8213" -10/08/2004,17.00.00,"1,8",1082.0,-200.0,"9,7",965.0,105.0,760.0,126.0,1649.0,844.0,"39,6","23,3","1,6535" -10/08/2004,18.00.00,"1,8",1110.0,-200.0,"10,9",1012.0,91.0,720.0,96.0,1725.0,905.0,"38,8","24,7","1,6772" -10/08/2004,19.00.00,"1,7",1118.0,-200.0,"10,6",999.0,69.0,706.0,79.0,1766.0,878.0,"34,7","35,9","1,9528" -10/08/2004,20.00.00,"1,7",1136.0,-200.0,"9,7",967.0,65.0,703.0,67.0,1801.0,927.0,"32,3","43,6","2,0700" -10/08/2004,21.00.00,"1,6",1106.0,-200.0,"8,6",924.0,58.0,725.0,62.0,1757.0,910.0,"30,7","48,1","2,0821" -10/08/2004,22.00.00,"1,7",1151.0,-200.0,"10,2",984.0,67.0,678.0,64.0,1823.0,1024.0,"29,5","50,6","2,0492" -10/08/2004,23.00.00,"1,8",1144.0,-200.0,"10,5",997.0,64.0,669.0,63.0,1816.0,1021.0,"28,8","52,0","2,0297" -11/08/2004,00.00.00,"1,5",1118.0,-200.0,"8,8",930.0,65.0,697.0,60.0,1748.0,1027.0,"28,2","55,0","2,0697" -11/08/2004,01.00.00,"1,2",1066.0,-200.0,"6,6",839.0,47.0,740.0,49.0,1700.0,993.0,"27,2","59,1","2,0997" -11/08/2004,02.00.00,"0,8",991.0,-200.0,"5,3",778.0,29.0,797.0,36.0,1665.0,910.0,"26,7","60,7","2,0977" -11/08/2004,03.00.00,"0,5",906.0,-200.0,"3,0",650.0,-200.0,961.0,-200.0,1581.0,768.0,"26,9","60,3","2,1074" -11/08/2004,04.00.00,"0,5",903.0,-200.0,"3,2",662.0,16.0,932.0,24.0,1590.0,760.0,"26,4","61,6","2,0931" -11/08/2004,05.00.00,"0,7",941.0,-200.0,"3,5",685.0,50.0,895.0,32.0,1632.0,834.0,"25,9","63,6","2,1020" -11/08/2004,06.00.00,"1,1",1074.0,-200.0,"7,2",866.0,78.0,717.0,42.0,1768.0,1075.0,"26,1","63,7","2,1170" -11/08/2004,07.00.00,"1,4",1114.0,-200.0,"9,5",958.0,89.0,663.0,42.0,1836.0,1167.0,"26,8","60,5","2,1008" -11/08/2004,08.00.00,"1,7",1162.0,-200.0,"11,1",1019.0,97.0,622.0,51.0,1904.0,1178.0,"27,9","56,5","2,0895" -11/08/2004,09.00.00,"1,8",1165.0,-200.0,"9,7",967.0,93.0,651.0,58.0,1825.0,1120.0,"29,8","51,1","2,1054" -11/08/2004,10.00.00,"1,8",1179.0,-200.0,"9,5",957.0,105.0,680.0,67.0,1819.0,1131.0,"33,6","41,0","2,0995" -11/08/2004,11.00.00,"1,7",1144.0,-200.0,"8,3",913.0,89.0,715.0,68.0,1782.0,972.0,"35,1","38,1","2,1144" -11/08/2004,12.00.00,"1,3",1066.0,-200.0,"6,0",813.0,63.0,792.0,56.0,1657.0,764.0,"36,2","34,9","2,0578" -11/08/2004,13.00.00,"1,3",1056.0,-200.0,"5,8",802.0,52.0,824.0,47.0,1620.0,670.0,"38,0","30,7","2,0022" -11/08/2004,14.00.00,1,995.0,-200.0,"5,1",769.0,48.0,882.0,46.0,1576.0,615.0,"36,6","30,8","1,8617" -11/08/2004,15.00.00,1,967.0,-200.0,"4,5",740.0,50.0,926.0,50.0,1526.0,557.0,"38,8","25,4","1,7282" -11/08/2004,16.00.00,"1,4",1048.0,-200.0,"6,6",839.0,80.0,845.0,65.0,1607.0,700.0,"38,7","25,8","1,7426" -11/08/2004,17.00.00,"1,6",1092.0,-200.0,"8,0",901.0,78.0,777.0,69.0,1691.0,734.0,"37,4","29,9","1,8848" -11/08/2004,18.00.00,"1,4",1056.0,-200.0,"7,6",883.0,64.0,799.0,63.0,1672.0,684.0,"36,2","31,1","1,8371" -11/08/2004,19.00.00,"1,7",1100.0,-200.0,"10,1",982.0,84.0,720.0,69.0,1760.0,823.0,"33,8","34,5","1,7788" -11/08/2004,20.00.00,"1,4",1057.0,-200.0,"7,8",890.0,72.0,778.0,57.0,1701.0,801.0,"31,4","40,7","1,8377" -11/08/2004,21.00.00,"1,5",1068.0,-200.0,"8,4",917.0,70.0,736.0,59.0,1728.0,916.0,"30,8","45,0","1,9733" -11/08/2004,22.00.00,"1,4",1050.0,-200.0,"7,7",887.0,59.0,770.0,54.0,1696.0,820.0,"29,4","50,0","2,0181" -11/08/2004,23.00.00,"1,5",1074.0,-200.0,"7,6",884.0,63.0,764.0,57.0,1726.0,838.0,"28,1","54,1","2,0290" -12/08/2004,00.00.00,"1,6",1053.0,-200.0,"7,9",895.0,58.0,745.0,46.0,1727.0,882.0,"27,3","57,8","2,0646" -12/08/2004,01.00.00,"1,2",1003.0,-200.0,"6,3",825.0,68.0,794.0,65.0,1716.0,801.0,"26,7","60,6","2,0942" -12/08/2004,02.00.00,"0,9",933.0,-200.0,"3,8",701.0,57.0,906.0,62.0,1638.0,690.0,"25,9","64,5","2,1247" -12/08/2004,03.00.00,"0,6",869.0,-200.0,"2,4",614.0,-200.0,1001.0,-200.0,1565.0,674.0,"25,6","63,5","2,0566" -12/08/2004,04.00.00,-200,864.0,-200.0,"2,5",617.0,15.0,1027.0,25.0,1561.0,622.0,"26,7","61,0","2,1010" -12/08/2004,05.00.00,"0,7",931.0,-200.0,"4,2",721.0,47.0,888.0,37.0,1651.0,799.0,"25,8","64,6","2,1195" -12/08/2004,06.00.00,"0,7",921.0,-200.0,"4,5",738.0,39.0,893.0,41.0,1623.0,818.0,"26,5","60,6","2,0630" -12/08/2004,07.00.00,"1,7",1139.0,-200.0,"11,0",1013.0,87.0,672.0,60.0,1932.0,1034.0,"26,4","61,7","2,0929" -12/08/2004,08.00.00,"2,2",1205.0,-200.0,"14,1",1118.0,122.0,585.0,65.0,2019.0,1189.0,"27,5","60,1","2,1719" -12/08/2004,09.00.00,"1,9",1126.0,-200.0,"9,5",957.0,122.0,694.0,71.0,1841.0,1034.0,"29,4","53,1","2,1362" -12/08/2004,10.00.00,"1,5",1066.0,-200.0,"6,9",855.0,101.0,803.0,61.0,1712.0,929.0,"33,4","39,9","2,0177" -12/08/2004,11.00.00,"1,6",1069.0,-200.0,"7,2",867.0,92.0,785.0,65.0,1717.0,880.0,"33,2","39,2","1,9642" -12/08/2004,12.00.00,"1,3",975.0,-200.0,"5,5",788.0,70.0,851.0,54.0,1629.0,701.0,"34,5","35,1","1,8856" -12/08/2004,13.00.00,"1,1",955.0,-200.0,"5,1",766.0,58.0,898.0,58.0,1597.0,620.0,"37,1","30,5","1,8962" -12/08/2004,14.00.00,1,949.0,-200.0,"5,0",764.0,44.0,898.0,56.0,1579.0,573.0,"35,9","32,1","1,8697" -12/08/2004,15.00.00,1,941.0,-200.0,"5,6",792.0,44.0,897.0,60.0,1582.0,544.0,"37,3","28,0","1,7537" -12/08/2004,16.00.00,"1,1",942.0,-200.0,"5,7",800.0,52.0,877.0,69.0,1567.0,581.0,"38,1","26,3","1,7252" -12/08/2004,17.00.00,"1,3",974.0,-200.0,"7,0",855.0,53.0,836.0,67.0,1607.0,610.0,"37,1","27,2","1,6844" -12/08/2004,18.00.00,"1,5",1012.0,-200.0,"8,1",904.0,65.0,794.0,79.0,1653.0,695.0,"35,2","31,2","1,7485" -12/08/2004,19.00.00,"1,6",1017.0,-200.0,"8,7",929.0,67.0,772.0,86.0,1702.0,709.0,"32,1","38,7","1,8190" -12/08/2004,20.00.00,"1,5",1006.0,-200.0,"7,9",896.0,67.0,797.0,79.0,1697.0,736.0,"30,3","45,1","1,9129" -12/08/2004,21.00.00,"1,3",1008.0,-200.0,"7,5",878.0,53.0,792.0,67.0,1691.0,722.0,"29,3","50,2","2,0127" -12/08/2004,22.00.00,"1,2",989.0,-200.0,"6,0",814.0,53.0,845.0,65.0,1657.0,680.0,"28,6","53,7","2,0691" -12/08/2004,23.00.00,"1,6",1080.0,-200.0,"8,5",920.0,60.0,739.0,67.0,1761.0,772.0,"27,8","57,4","2,1107" -13/08/2004,00.00.00,"1,4",1033.0,-200.0,"7,0",856.0,60.0,774.0,62.0,1736.0,769.0,"27,4","59,4","2,1395" -13/08/2004,01.00.00,"1,1",968.0,-200.0,"5,6",794.0,39.0,836.0,48.0,1688.0,654.0,"27,2","59,3","2,1059" -13/08/2004,02.00.00,"0,7",853.0,-200.0,"2,6",626.0,22.0,1045.0,33.0,1557.0,516.0,"26,7","61,0","2,1005" -13/08/2004,03.00.00,"0,4",810.0,-200.0,"1,5",544.0,-200.0,1264.0,-200.0,1485.0,447.0,"26,0","62,7","2,0737" -13/08/2004,04.00.00,"0,5",817.0,-200.0,"1,7",558.0,7.0,1232.0,11.0,1485.0,452.0,"25,4","63,1","2,0184" -13/08/2004,05.00.00,"0,5",840.0,-200.0,"2,0",586.0,25.0,1154.0,34.0,1499.0,492.0,"26,1","60,3","2,0120" -13/08/2004,06.00.00,"0,8",940.0,-200.0,"4,0",709.0,47.0,956.0,52.0,1641.0,588.0,"25,2","67,1","2,1164" -13/08/2004,07.00.00,"1,6",1076.0,-200.0,"8,6",924.0,101.0,720.0,80.0,1806.0,909.0,"26,0","61,9","2,0511" -13/08/2004,08.00.00,"1,6",1086.0,-200.0,"10,1",981.0,100.0,688.0,86.0,1818.0,1007.0,"27,0","57,5","2,0183" -13/08/2004,09.00.00,"1,4",1031.0,-200.0,"8,7",929.0,79.0,759.0,77.0,1722.0,809.0,"30,5","44,4","1,9076" -13/08/2004,10.00.00,"1,5",1016.0,-200.0,"7,9",896.0,91.0,766.0,93.0,1704.0,820.0,"33,4","35,1","1,7810" -13/08/2004,11.00.00,"1,2",953.0,-200.0,"5,8",801.0,83.0,868.0,109.0,1573.0,657.0,"35,7","29,0","1,6716" -13/08/2004,12.00.00,"1,1",918.0,-200.0,"5,3",779.0,65.0,896.0,89.0,1537.0,551.0,"35,8","27,7","1,6041" -13/08/2004,13.00.00,"0,8",892.0,-200.0,"4,2",724.0,55.0,971.0,71.0,1490.0,511.0,"36,3","27,4","1,6264" -13/08/2004,14.00.00,"0,7",841.0,-200.0,"3,3",673.0,40.0,1061.0,56.0,1394.0,451.0,"33,6","28,8","1,4695" -13/08/2004,15.00.00,"0,7",799.0,-200.0,"4,0",709.0,48.0,1078.0,68.0,1332.0,462.0,"35,2","20,5","1,1418" -13/08/2004,16.00.00,"0,7",838.0,-200.0,"4,3",726.0,46.0,1056.0,61.0,1382.0,440.0,"35,0","22,4","1,2371" -13/08/2004,17.00.00,1,870.0,-200.0,"4,6",745.0,54.0,998.0,70.0,1400.0,472.0,"34,0","25,2","1,3140" -13/08/2004,18.00.00,1,892.0,-200.0,"5,1",771.0,55.0,965.0,76.0,1465.0,494.0,"32,0","28,2","1,3204" -13/08/2004,19.00.00,"1,2",926.0,-200.0,"5,9",805.0,60.0,901.0,78.0,1511.0,524.0,"29,4","34,4","1,3899" -13/08/2004,20.00.00,"1,1",919.0,-200.0,"5,7",796.0,62.0,870.0,80.0,1538.0,560.0,"28,1","41,1","1,5350" -13/08/2004,21.00.00,1,932.0,-200.0,"4,7",746.0,51.0,912.0,71.0,1528.0,534.0,"26,9","47,5","1,6595" -13/08/2004,22.00.00,"1,2",957.0,-200.0,"5,1",767.0,57.0,867.0,74.0,1534.0,577.0,"26,6","50,4","1,7240" -13/08/2004,23.00.00,"1,4",994.0,-200.0,"5,9",806.0,72.0,830.0,90.0,1580.0,674.0,"25,9","52,9","1,7478" -14/08/2004,00.00.00,"1,3",984.0,-200.0,"5,6",795.0,63.0,838.0,78.0,1570.0,676.0,"25,4","54,6","1,7483" -14/08/2004,01.00.00,1,919.0,-200.0,"4,5",737.0,49.0,899.0,63.0,1534.0,611.0,"25,1","55,7","1,7471" -14/08/2004,02.00.00,"0,6",847.0,-200.0,"2,5",618.0,30.0,1075.0,42.0,1442.0,529.0,"25,1","55,3","1,7330" -14/08/2004,03.00.00,"0,4",802.0,-200.0,"1,7",559.0,-200.0,1232.0,-200.0,1414.0,478.0,"25,0","56,0","1,7428" -14/08/2004,04.00.00,"0,4",795.0,-200.0,"1,8",569.0,18.0,1178.0,27.0,1426.0,497.0,"25,2","55,0","1,7405" -14/08/2004,05.00.00,"0,4",809.0,-200.0,"1,9",578.0,22.0,1170.0,29.0,1445.0,513.0,"25,6","53,5","1,7291" -14/08/2004,06.00.00,"0,5",835.0,-200.0,"2,6",626.0,39.0,1088.0,41.0,1471.0,563.0,"24,7","55,9","1,7114" -14/08/2004,07.00.00,"1,1",967.0,-200.0,"6,3",826.0,68.0,821.0,61.0,1639.0,822.0,"24,0","57,2","1,6835" -14/08/2004,08.00.00,"1,2",969.0,-200.0,"6,8",849.0,84.0,800.0,68.0,1626.0,890.0,"25,0","53,2","1,6630" -14/08/2004,09.00.00,"0,9",913.0,-200.0,"4,7",749.0,54.0,911.0,58.0,1535.0,742.0,"28,0","43,4","1,6162" -14/08/2004,10.00.00,"0,9",933.0,-200.0,"4,7",748.0,51.0,948.0,52.0,1551.0,629.0,"31,6","35,5","1,6269" -14/08/2004,11.00.00,1,922.0,-200.0,"4,0",712.0,52.0,924.0,57.0,1494.0,609.0,"35,0","29,0","1,6017" -14/08/2004,12.00.00,"0,8",914.0,-200.0,"4,3",726.0,44.0,959.0,51.0,1496.0,534.0,"35,3","27,6","1,5512" -14/08/2004,13.00.00,"0,8",873.0,-200.0,"3,8",699.0,47.0,999.0,53.0,1413.0,528.0,"36,2","24,1","1,4235" -14/08/2004,14.00.00,"0,7",831.0,-200.0,"3,4",676.0,37.0,1041.0,49.0,1350.0,463.0,"34,8","24,5","1,3373" -14/08/2004,15.00.00,"0,7",840.0,-200.0,"3,6",685.0,33.0,1051.0,44.0,1339.0,462.0,"38,2","19,6","1,2915" -14/08/2004,16.00.00,"0,7",874.0,-200.0,"3,6",686.0,36.0,1032.0,48.0,1402.0,501.0,"38,9","20,3","1,3820" -14/08/2004,17.00.00,"0,7",896.0,-200.0,"3,6",687.0,33.0,1006.0,46.0,1438.0,493.0,"36,9","27,1","1,6683" -14/08/2004,18.00.00,"0,9",964.0,-200.0,"5,1",769.0,40.0,873.0,56.0,1546.0,572.0,"35,2","32,1","1,7898" -14/08/2004,19.00.00,"1,2",1001.0,-200.0,"6,6",838.0,56.0,801.0,73.0,1614.0,668.0,"32,0","38,2","1,7880" -14/08/2004,20.00.00,"1,4",1005.0,-200.0,"7,3",868.0,71.0,779.0,85.0,1633.0,771.0,"29,8","41,8","1,7269" -14/08/2004,21.00.00,"1,2",979.0,-200.0,"6,1",818.0,57.0,797.0,72.0,1590.0,732.0,"28,2","45,9","1,7272" -14/08/2004,22.00.00,1,935.0,-200.0,"5,2",774.0,43.0,825.0,53.0,1562.0,687.0,"27,1","48,2","1,7075" -14/08/2004,23.00.00,"0,9",939.0,-200.0,"4,9",758.0,40.0,858.0,47.0,1544.0,664.0,"26,7","49,5","1,7048" -15/08/2004,00.00.00,"0,7",878.0,-200.0,"3,5",684.0,26.0,947.0,37.0,1475.0,588.0,"26,1","50,8","1,6917" -15/08/2004,01.00.00,"0,5",848.0,-200.0,"3,0",650.0,24.0,989.0,34.0,1479.0,610.0,"25,7","52,5","1,7077" -15/08/2004,02.00.00,"0,5",826.0,-200.0,"2,7",631.0,24.0,1028.0,33.0,1473.0,593.0,"24,8","55,4","1,7054" -15/08/2004,03.00.00,"0,4",804.0,-200.0,"2,2",597.0,-200.0,1077.0,-200.0,1454.0,566.0,"23,8","57,5","1,6723" -15/08/2004,04.00.00,-200,789.0,-200.0,"2,0",584.0,18.0,1107.0,27.0,1457.0,571.0,"22,4","62,2","1,6648" -15/08/2004,05.00.00,"0,4",785.0,-200.0,"2,4",612.0,18.0,1054.0,27.0,1443.0,614.0,"22,5","61,8","1,6654" -15/08/2004,06.00.00,"0,4",772.0,-200.0,"2,0",584.0,19.0,1149.0,27.0,1414.0,566.0,"22,7","59,2","1,6139" -15/08/2004,07.00.00,"0,5",796.0,-200.0,"2,5",623.0,22.0,1064.0,28.0,1425.0,594.0,"23,0","58,4","1,6223" -15/08/2004,08.00.00,"0,7",875.0,-200.0,"3,5",682.0,34.0,983.0,36.0,1457.0,611.0,"23,9","56,3","1,6489" -15/08/2004,09.00.00,"1,1",955.0,-200.0,"6,0",811.0,61.0,841.0,59.0,1562.0,759.0,"26,3","50,1","1,6889" -15/08/2004,10.00.00,1,938.0,-200.0,"5,3",778.0,46.0,896.0,56.0,1520.0,700.0,"32,1","34,0","1,6039" -15/08/2004,11.00.00,"1,2",954.0,-200.0,"6,3",826.0,56.0,870.0,70.0,1531.0,691.0,"35,8","25,7","1,4861" -15/08/2004,12.00.00,"1,1",875.0,-200.0,"4,8",753.0,31.0,978.0,36.0,1402.0,579.0,"38,3","19,8","1,3067" -15/08/2004,13.00.00,"0,6",810.0,-200.0,"3,2",664.0,11.0,1123.0,17.0,1312.0,478.0,"37,3","20,5","1,2860" -15/08/2004,14.00.00,"0,4",746.0,-200.0,"2,6",624.0,8.0,1227.0,14.0,1209.0,410.0,"36,3","18,4","1,0976" -15/08/2004,15.00.00,"0,4",738.0,-200.0,"2,4",610.0,14.0,1281.0,24.0,1204.0,404.0,"36,8","16,9","1,0347" -15/08/2004,16.00.00,"0,5",771.0,-200.0,"3,0",652.0,21.0,1223.0,36.0,1239.0,440.0,"37,9","15,9","1,0296" -15/08/2004,17.00.00,"0,6",799.0,-200.0,"3,1",658.0,26.0,1216.0,43.0,1254.0,461.0,"36,7","17,1","1,0398" -15/08/2004,18.00.00,"0,8",831.0,-200.0,"3,4",679.0,37.0,1143.0,60.0,1291.0,526.0,"33,8","21,9","1,1303" -15/08/2004,19.00.00,1,885.0,-200.0,"4,6",743.0,53.0,1016.0,81.0,1379.0,647.0,"32,6","24,6","1,1885" -15/08/2004,20.00.00,"1,1",883.0,-200.0,"4,4",731.0,56.0,988.0,87.0,1384.0,693.0,"30,6","28,4","1,2247" -15/08/2004,21.00.00,"1,1",906.0,-200.0,"5,5",790.0,51.0,936.0,85.0,1430.0,729.0,"29,4","30,5","1,2288" -15/08/2004,22.00.00,"1,6",982.0,-200.0,"8,2",906.0,79.0,784.0,91.0,1561.0,1002.0,"28,4","34,4","1,3140" -15/08/2004,23.00.00,"0,9",892.0,-200.0,"5,0",766.0,38.0,880.0,55.0,1399.0,797.0,"28,3","34,1","1,2951" -16/08/2004,00.00.00,"0,7",841.0,-200.0,"4,0",711.0,25.0,956.0,42.0,1367.0,685.0,"27,8","35,2","1,2968" -16/08/2004,01.00.00,"0,7",859.0,-200.0,"3,7",693.0,24.0,988.0,43.0,1377.0,710.0,"25,3","39,7","1,2656" -16/08/2004,02.00.00,"0,5",810.0,-200.0,"3,1",657.0,11.0,1016.0,20.0,1337.0,629.0,"24,5","41,5","1,2589" -16/08/2004,03.00.00,"0,4",759.0,-200.0,"1,8",566.0,-200.0,1175.0,-200.0,1267.0,503.0,"24,8","39,8","1,2231" -16/08/2004,04.00.00,"0,3",749.0,-200.0,"1,5",543.0,16.0,1238.0,23.0,1244.0,462.0,"23,3","41,9","1,1856" -16/08/2004,05.00.00,"0,4",766.0,-200.0,"2,4",616.0,43.0,1163.0,43.0,1306.0,530.0,"21,5","45,6","1,1558" -16/08/2004,06.00.00,"0,9",865.0,-200.0,"5,4",783.0,86.0,893.0,68.0,1446.0,838.0,"21,3","47,0","1,1793" -16/08/2004,07.00.00,"1,3",924.0,-200.0,"8,5",920.0,92.0,767.0,62.0,1534.0,946.0,"22,2","45,0","1,1867" -16/08/2004,08.00.00,"1,6",973.0,-200.0,"10,9",1010.0,102.0,722.0,65.0,1616.0,1014.0,"23,6","40,8","1,1746" -16/08/2004,09.00.00,"2,1",1028.0,-200.0,"12,0",1048.0,171.0,719.0,93.0,1624.0,1135.0,"27,1","32,4","1,1462" -16/08/2004,10.00.00,2,979.0,-200.0,"10,6",999.0,148.0,796.0,110.0,1515.0,1027.0,"33,4","20,1","1,0142" -16/08/2004,11.00.00,"1,4",892.0,-200.0,"7,4",874.0,119.0,923.0,106.0,1369.0,749.0,"35,3","17,0","0,9546" -16/08/2004,12.00.00,"1,4",892.0,-200.0,"7,3",869.0,71.0,953.0,77.0,1363.0,632.0,"37,4","14,7","0,9295" -16/08/2004,13.00.00,"0,9",836.0,-200.0,"4,6",741.0,53.0,1065.0,60.0,1277.0,479.0,"38,6","14,6","0,9821" -16/08/2004,14.00.00,"0,8",824.0,-200.0,"4,0",708.0,61.0,1091.0,67.0,1256.0,463.0,"35,8","17,8","1,0274" -16/08/2004,15.00.00,"0,8",825.0,-200.0,"3,8",702.0,53.0,1077.0,57.0,1267.0,458.0,"38,4","16,4","1,0957" -16/08/2004,16.00.00,1,871.0,-200.0,"5,0",761.0,61.0,1015.0,60.0,1346.0,520.0,"39,7","15,3","1,0963" -16/08/2004,17.00.00,"1,3",903.0,-200.0,"6,9",853.0,72.0,930.0,69.0,1420.0,606.0,"38,8","15,8","1,0706" -16/08/2004,18.00.00,"1,3",944.0,-200.0,"7,0",857.0,67.0,880.0,77.0,1463.0,631.0,"35,2","22,3","1,2467" -16/08/2004,19.00.00,"1,3",969.0,-200.0,"6,8",850.0,70.0,857.0,77.0,1503.0,695.0,"31,7","28,2","1,2962" -16/08/2004,20.00.00,"1,6",1005.0,-200.0,"8,5",919.0,81.0,788.0,87.0,1543.0,871.0,"30,4","30,9","1,3219" -16/08/2004,21.00.00,"1,4",972.0,-200.0,"8,0",898.0,79.0,807.0,88.0,1508.0,879.0,"29,5","32,1","1,3005" -16/08/2004,22.00.00,"1,3",960.0,-200.0,"5,7",798.0,73.0,854.0,84.0,1459.0,780.0,"28,0","34,9","1,2989" -16/08/2004,23.00.00,1,946.0,-200.0,"5,1",767.0,57.0,870.0,65.0,1443.0,728.0,"28,2","36,6","1,3722" -17/08/2004,00.00.00,"0,9",959.0,-200.0,"5,5",787.0,45.0,830.0,54.0,1460.0,821.0,"26,5","40,7","1,3873" -17/08/2004,01.00.00,"0,6",877.0,-200.0,"3,1",658.0,25.0,964.0,37.0,1349.0,663.0,"28,3","36,7","1,3878" -17/08/2004,02.00.00,"0,5",867.0,-200.0,"2,9",645.0,23.0,1001.0,36.0,1385.0,656.0,"25,7","43,8","1,4233" -17/08/2004,03.00.00,"0,5",836.0,-200.0,"2,6",626.0,-200.0,1024.0,-200.0,1397.0,639.0,"24,3","49,0","1,4666" -17/08/2004,04.00.00,"0,4",820.0,-200.0,"2,2",597.0,18.0,1069.0,29.0,1346.0,603.0,"24,3","48,3","1,4449" -17/08/2004,05.00.00,"0,4",828.0,-200.0,"2,5",618.0,23.0,1039.0,25.0,1354.0,560.0,"23,6","49,2","1,4153" -17/08/2004,06.00.00,1,929.0,-200.0,"5,6",791.0,59.0,841.0,41.0,1493.0,789.0,"22,2","53,9","1,4201" -17/08/2004,07.00.00,"2,2",1118.0,-200.0,"12,9",1079.0,135.0,638.0,68.0,1761.0,1145.0,"22,5","52,3","1,4100" -17/08/2004,08.00.00,"2,5",1155.0,-200.0,"16,0",1181.0,167.0,580.0,82.0,1850.0,1302.0,"24,3","47,8","1,4321" -17/08/2004,09.00.00,"2,3",1112.0,-200.0,"12,2",1058.0,190.0,654.0,137.0,1695.0,1297.0,"27,3","40,7","1,4548" -17/08/2004,10.00.00,2,1094.0,-200.0,"10,0",979.0,142.0,717.0,119.0,1633.0,1192.0,"33,3","28,2","1,4189" -17/08/2004,11.00.00,-200,1022.0,-200.0,"7,8",890.0,-200.0,803.0,-200.0,1499.0,862.0,"35,3","23,1","1,2989" -17/08/2004,12.00.00,-200,968.0,-200.0,"5,9",805.0,-200.0,875.0,-200.0,1391.0,649.0,"36,1","21,3","1,2502" -17/08/2004,13.00.00,-200,978.0,-200.0,"6,6",840.0,-200.0,852.0,-200.0,1422.0,694.0,"38,5","18,0","1,2055" -17/08/2004,14.00.00,-200,947.0,-200.0,"4,8",751.0,-200.0,922.0,-200.0,1358.0,595.0,"36,5","20,8","1,2446" -17/08/2004,15.00.00,-200,997.0,-200.0,"5,9",808.0,-200.0,870.0,-200.0,1447.0,662.0,"38,8","19,1","1,3035" -17/08/2004,16.00.00,-200,1026.0,-200.0,"6,0",813.0,-200.0,843.0,-200.0,1463.0,692.0,"38,8","19,8","1,3513" -17/08/2004,17.00.00,-200,973.0,-200.0,"5,0",764.0,-200.0,914.0,-200.0,1373.0,619.0,"38,1","19,7","1,2928" -17/08/2004,18.00.00,-200,925.0,-200.0,"4,2",721.0,-200.0,969.0,-200.0,1317.0,484.0,"36,1","20,7","1,2151" -17/08/2004,19.00.00,-200,957.0,-200.0,"5,0",766.0,-200.0,929.0,-200.0,1380.0,516.0,"32,8","24,3","1,1894" -17/08/2004,20.00.00,-200,1029.0,-200.0,"7,5",877.0,-200.0,807.0,-200.0,1489.0,776.0,"30,4","29,8","1,2712" -17/08/2004,21.00.00,-200,1109.0,-200.0,"9,3",952.0,-200.0,735.0,-200.0,1601.0,1041.0,"29,1","33,6","1,3314" -17/08/2004,22.00.00,-200,1105.0,-200.0,"10,0",977.0,-200.0,692.0,-200.0,1618.0,1138.0,"28,6","35,7","1,3726" -17/08/2004,23.00.00,-200,1039.0,-200.0,"8,2",906.0,-200.0,728.0,-200.0,1545.0,1091.0,"28,0","36,1","1,3425" -18/08/2004,00.00.00,-200,965.0,-200.0,"6,4",832.0,-200.0,795.0,-200.0,1455.0,978.0,"25,8","39,5","1,2949" -18/08/2004,01.00.00,-200,955.0,-200.0,"6,0",812.0,-200.0,823.0,-200.0,1464.0,936.0,"25,1","40,1","1,2544" -18/08/2004,02.00.00,-200,935.0,-200.0,"5,4",782.0,-200.0,847.0,-200.0,1428.0,867.0,"24,4","42,5","1,2854" -18/08/2004,03.00.00,-200,902.0,-200.0,"4,4",735.0,-200.0,890.0,-200.0,1410.0,781.0,"23,0","46,2","1,2783" -18/08/2004,04.00.00,-200,875.0,-200.0,"4,1",714.0,-200.0,903.0,-200.0,1379.0,746.0,"22,5","46,7","1,2610" -18/08/2004,05.00.00,-200,884.0,-200.0,"4,3",729.0,-200.0,920.0,-200.0,1389.0,837.0,"22,9","45,7","1,2621" -18/08/2004,06.00.00,-200,942.0,-200.0,"6,3",825.0,-200.0,870.0,-200.0,1450.0,995.0,"23,8","41,8","1,2149" -18/08/2004,07.00.00,-200,1077.0,-200.0,"10,9",1012.0,-200.0,708.0,-200.0,1633.0,1138.0,"24,4","42,6","1,2866" -18/08/2004,08.00.00,-200,1040.0,-200.0,"11,2",1022.0,-200.0,713.0,-200.0,1624.0,998.0,"27,3","36,8","1,3189" -18/08/2004,09.00.00,-200,982.0,-200.0,"6,5",836.0,-200.0,840.0,-200.0,1498.0,696.0,"29,6","35,4","1,4426" -18/08/2004,10.00.00,-200,995.0,-200.0,"5,7",800.0,-200.0,896.0,-200.0,1501.0,615.0,"34,6","28,3","1,5338" -18/08/2004,11.00.00,-200,1024.0,-200.0,"7,0",859.0,-200.0,810.0,-200.0,1576.0,710.0,"33,1","32,6","1,6188" -18/08/2004,12.00.00,-200,1029.0,-200.0,"5,6",791.0,-200.0,855.0,-200.0,1567.0,651.0,"33,3","33,1","1,6642" -18/08/2004,13.00.00,-200,1003.0,-200.0,"5,5",787.0,-200.0,850.0,-200.0,1518.0,636.0,"34,6","30,1","1,6296" -18/08/2004,14.00.00,-200,987.0,-200.0,"5,4",782.0,-200.0,875.0,-200.0,1514.0,593.0,"34,9","29,5","1,6275" -18/08/2004,15.00.00,-200,1023.0,-200.0,"7,0",859.0,-200.0,810.0,-200.0,1590.0,684.0,"35,6","28,5","1,6293" -18/08/2004,16.00.00,"1,4",1023.0,-200.0,"7,4",875.0,83.0,785.0,71.0,1590.0,711.0,"36,4","27,1","1,6226" -18/08/2004,17.00.00,"1,7",1064.0,-200.0,"9,1",942.0,94.0,735.0,78.0,1650.0,801.0,"36,8","26,2","1,5984" -18/08/2004,18.00.00,"1,5",1042.0,-200.0,"8,9",936.0,84.0,759.0,72.0,1630.0,770.0,"36,4","26,8","1,6038" -18/08/2004,19.00.00,"1,7",1059.0,-200.0,"9,2",947.0,90.0,733.0,74.0,1671.0,813.0,"33,3","32,8","1,6527" -18/08/2004,20.00.00,"1,6",1050.0,-200.0,"8,5",921.0,91.0,743.0,70.0,1683.0,851.0,"31,3","39,5","1,7798" -18/08/2004,21.00.00,"1,4",1025.0,-200.0,"7,9",896.0,70.0,738.0,55.0,1693.0,823.0,"29,9","44,7","1,8511" -18/08/2004,22.00.00,"1,4",1029.0,-200.0,"6,1",816.0,75.0,804.0,54.0,1624.0,778.0,"29,1","48,4","1,9186" -18/08/2004,23.00.00,"1,4",1055.0,-200.0,"6,4",831.0,72.0,769.0,53.0,1686.0,827.0,"28,0","52,9","1,9640" -19/08/2004,00.00.00,"1,2",1001.0,-200.0,"5,7",799.0,59.0,800.0,46.0,1642.0,753.0,"27,7","53,0","1,9423" -19/08/2004,01.00.00,"0,9",936.0,-200.0,"4,4",730.0,48.0,864.0,38.0,1551.0,726.0,"27,7","52,6","1,9202" -19/08/2004,02.00.00,"0,6",863.0,-200.0,"2,3",608.0,41.0,1035.0,30.0,1465.0,597.0,"28,3","49,5","1,8782" -19/08/2004,03.00.00,"0,4",834.0,-200.0,"1,8",565.0,-200.0,1187.0,-200.0,1444.0,473.0,"28,8","49,0","1,9112" -19/08/2004,04.00.00,"0,5",841.0,-200.0,"1,9",578.0,11.0,1144.0,16.0,1464.0,463.0,"27,7","52,5","1,9230" -19/08/2004,05.00.00,"0,5",871.0,-200.0,"2,4",611.0,11.0,1077.0,12.0,1494.0,526.0,"27,5","53,0","1,9097" -19/08/2004,06.00.00,"0,8",962.0,-200.0,"4,7",747.0,37.0,862.0,38.0,1605.0,712.0,"27,1","54,4","1,9168" -19/08/2004,07.00.00,"1,4",1083.0,-200.0,"7,8",889.0,72.0,725.0,56.0,1734.0,918.0,"27,6","52,1","1,8936" -19/08/2004,08.00.00,"1,2",1061.0,-200.0,"7,8",891.0,53.0,721.0,57.0,1697.0,894.0,"29,0","48,5","1,9133" -19/08/2004,09.00.00,1,1012.0,-200.0,"6,3",824.0,31.0,803.0,39.0,1612.0,710.0,"31,0","42,9","1,8909" -19/08/2004,10.00.00,"1,2",1031.0,-200.0,"6,5",834.0,47.0,793.0,47.0,1640.0,737.0,"32,5","39,4","1,8982" -19/08/2004,11.00.00,"1,1",1011.0,-200.0,"6,1",816.0,33.0,830.0,35.0,1614.0,680.0,"36,9","30,9","1,8934" -19/08/2004,12.00.00,"1,2",1009.0,-200.0,"6,3",824.0,35.0,822.0,44.0,1606.0,670.0,"36,2","30,6","1,8105" -19/08/2004,13.00.00,"1,1",980.0,-200.0,"5,6",793.0,32.0,858.0,43.0,1549.0,654.0,"37,7","27,7","1,7780" -19/08/2004,14.00.00,1,961.0,-200.0,"5,8",803.0,23.0,852.0,34.0,1552.0,618.0,"37,1","27,2","1,6874" -19/08/2004,15.00.00,1,966.0,-200.0,"5,4",784.0,27.0,870.0,36.0,1530.0,652.0,"39,5","24,3","1,7216" -19/08/2004,16.00.00,"1,2",1022.0,-200.0,"6,8",849.0,32.0,813.0,44.0,1583.0,732.0,"39,9","23,8","1,7127" -19/08/2004,17.00.00,"1,7",1091.0,-200.0,"9,3",953.0,51.0,723.0,63.0,1688.0,853.0,"39,6","24,3","1,7255" -19/08/2004,18.00.00,"1,7",1063.0,-200.0,"8,5",919.0,46.0,735.0,60.0,1676.0,821.0,"37,2","29,1","1,8185" -19/08/2004,19.00.00,"1,7",1116.0,-200.0,"9,3",952.0,62.0,702.0,66.0,1759.0,895.0,"33,9","37,1","1,9264" -19/08/2004,20.00.00,"1,7",1101.0,-200.0,"7,4",875.0,65.0,722.0,68.0,1748.0,927.0,"31,6","43,6","1,9944" -19/08/2004,21.00.00,-200,1072.0,-200.0,"6,4",831.0,-200.0,757.0,-200.0,1677.0,857.0,"30,3","47,3","2,0034" -19/08/2004,22.00.00,-200,1080.0,-200.0,"7,8",890.0,-200.0,723.0,-200.0,1702.0,869.0,"29,8","49,1","2,0248" -19/08/2004,23.00.00,-200,1005.0,-200.0,"5,6",792.0,-200.0,809.0,-200.0,1638.0,725.0,"29,0","51,7","2,0375" -20/08/2004,00.00.00,-200,998.0,-200.0,"5,3",776.0,-200.0,810.0,-200.0,1608.0,665.0,"28,5","52,1","2,0036" -20/08/2004,01.00.00,-200,1000.0,-200.0,"5,0",763.0,-200.0,807.0,-200.0,1619.0,680.0,"27,7","53,7","1,9661" -20/08/2004,02.00.00,-200,932.0,-200.0,"4,2",720.0,-200.0,859.0,-200.0,1562.0,605.0,"27,4","53,5","1,9267" -20/08/2004,03.00.00,-200,808.0,-200.0,"1,4",539.0,-200.0,1206.0,-200.0,1383.0,427.0,"28,5","48,7","1,8720" -20/08/2004,04.00.00,-200,795.0,-200.0,"1,0",494.0,-200.0,1398.0,-200.0,1353.0,400.0,"28,9","48,4","1,8982" -20/08/2004,05.00.00,-200,886.0,-200.0,"2,4",613.0,-200.0,1075.0,-200.0,1484.0,522.0,"27,1","54,8","1,9309" -20/08/2004,06.00.00,-200,974.0,-200.0,"4,5",740.0,-200.0,873.0,-200.0,1595.0,703.0,"26,1","59,0","1,9669" -20/08/2004,07.00.00,-200,1112.0,-200.0,"8,9",936.0,-200.0,683.0,-200.0,1792.0,965.0,"26,7","58,0","2,0023" -20/08/2004,08.00.00,-200,1175.0,-200.0,"12,9",1080.0,-200.0,591.0,-200.0,1931.0,1102.0,"27,9","54,9","2,0353" -20/08/2004,09.00.00,-200,1091.0,-200.0,"8,6",925.0,-200.0,701.0,-200.0,1753.0,1058.0,"29,7","50,5","2,0767" -20/08/2004,10.00.00,-200,1066.0,-200.0,"7,8",890.0,-200.0,747.0,-200.0,1690.0,906.0,"32,2","41,4","1,9624" -20/08/2004,11.00.00,-200,1031.0,-200.0,"7,7",887.0,-200.0,777.0,-200.0,1665.0,844.0,"35,6","32,2","1,8408" -20/08/2004,12.00.00,-200,1004.0,-200.0,"7,3",868.0,-200.0,772.0,-200.0,1632.0,763.0,"35,7","31,4","1,8025" -20/08/2004,13.00.00,-200,927.0,-200.0,"3,8",698.0,-200.0,919.0,-200.0,1537.0,555.0,"35,5","34,9","1,9841" -20/08/2004,14.00.00,-200,924.0,-200.0,"3,3",673.0,-200.0,960.0,-200.0,1522.0,520.0,"35,0","35,5","1,9620" -20/08/2004,15.00.00,-200,912.0,-200.0,"3,3",671.0,-200.0,964.0,-200.0,1508.0,508.0,"35,1","34,6","1,9255" -20/08/2004,16.00.00,-200,976.0,-200.0,"4,8",752.0,-200.0,876.0,-200.0,1561.0,545.0,"36,8","30,5","1,8572" -20/08/2004,17.00.00,-200,989.0,-200.0,"5,7",798.0,-200.0,840.0,-200.0,1607.0,584.0,"34,5","34,7","1,8667" -20/08/2004,18.00.00,-200,986.0,-200.0,"5,6",794.0,-200.0,845.0,-200.0,1619.0,590.0,"33,0","38,1","1,8813" -20/08/2004,19.00.00,-200,984.0,-200.0,"5,7",800.0,-200.0,836.0,-200.0,1607.0,610.0,"30,8","43,1","1,8761" -20/08/2004,20.00.00,-200,1000.0,-200.0,"7,0",857.0,-200.0,767.0,-200.0,1634.0,689.0,"29,1","46,9","1,8652" -20/08/2004,21.00.00,-200,996.0,-200.0,"6,8",848.0,-200.0,763.0,-200.0,1657.0,713.0,"28,2","49,8","1,8795" -20/08/2004,22.00.00,-200,1013.0,-200.0,"8,3",913.0,-200.0,717.0,-200.0,1685.0,785.0,"27,5","50,4","1,8230" -20/08/2004,23.00.00,-200,1004.0,-200.0,"6,9",851.0,-200.0,767.0,-200.0,1632.0,754.0,"27,3","49,1","1,7503" -21/08/2004,00.00.00,-200,949.0,-200.0,"6,0",814.0,-200.0,824.0,-200.0,1563.0,653.0,"26,7","46,7","1,6121" -21/08/2004,01.00.00,-200,895.0,-200.0,"5,4",783.0,-200.0,863.0,-200.0,1502.0,575.0,"26,0","45,0","1,4913" -21/08/2004,02.00.00,-200,863.0,-200.0,"3,9",707.0,-200.0,927.0,-200.0,1407.0,537.0,"25,0","47,3","1,4771" -21/08/2004,03.00.00,-200,786.0,-200.0,"2,0",587.0,-200.0,1150.0,-200.0,1300.0,413.0,"25,3","44,3","1,4032" -21/08/2004,04.00.00,-200,792.0,-200.0,"2,2",597.0,-200.0,1137.0,-200.0,1320.0,417.0,"24,3","46,3","1,3857" -21/08/2004,05.00.00,-200,816.0,-200.0,"3,0",653.0,-200.0,1058.0,-200.0,1332.0,486.0,"24,8","43,4","1,3347" -21/08/2004,06.00.00,-200,826.0,-200.0,"3,5",682.0,-200.0,1088.0,-200.0,1342.0,532.0,"24,5","40,6","1,2327" -21/08/2004,07.00.00,-200,826.0,-200.0,"3,8",698.0,-200.0,1017.0,-200.0,1331.0,542.0,"25,7","36,9","1,1991" -21/08/2004,08.00.00,-200,809.0,-200.0,"3,2",664.0,-200.0,1061.0,-200.0,1323.0,459.0,"26,8","35,0","1,2175" -21/08/2004,09.00.00,-200,809.0,-200.0,"2,6",624.0,-200.0,1131.0,-200.0,1309.0,415.0,"28,0","34,9","1,3008" -21/08/2004,10.00.00,-200,853.0,-200.0,"3,5",681.0,-200.0,1031.0,-200.0,1368.0,457.0,"29,0","34,1","1,3445" -21/08/2004,11.00.00,-200,814.0,-200.0,"3,1",657.0,-200.0,1086.0,-200.0,1332.0,429.0,"30,4","30,8","1,3155" -21/08/2004,12.00.00,-200,807.0,-200.0,"3,1",658.0,-200.0,1113.0,-200.0,1328.0,428.0,"32,4","26,3","1,2523" -21/08/2004,13.00.00,-200,811.0,-200.0,"3,0",653.0,-200.0,1120.0,-200.0,1336.0,423.0,"31,0","28,9","1,2770" -21/08/2004,14.00.00,-200,796.0,-200.0,"2,2",601.0,-200.0,1171.0,-200.0,1314.0,410.0,"29,3","33,1","1,3220" -21/08/2004,15.00.00,-200,833.0,-200.0,"3,0",649.0,-200.0,1142.0,-200.0,1354.0,437.0,"26,9","35,2","1,2334" -21/08/2004,16.00.00,-200,856.0,-200.0,"3,5",684.0,-200.0,1023.0,-200.0,1368.0,520.0,"28,1","34,2","1,2802" -21/08/2004,17.00.00,-200,830.0,-200.0,"3,7",696.0,-200.0,1060.0,-200.0,1328.0,461.0,"28,5","29,4","1,1298" -21/08/2004,18.00.00,-200,883.0,-200.0,"5,4",782.0,-200.0,958.0,-200.0,1395.0,571.0,"27,3","31,0","1,1110" -21/08/2004,19.00.00,-200,965.0,-200.0,"8,9",936.0,-200.0,808.0,-200.0,1535.0,866.0,"25,4","36,2","1,1562" -21/08/2004,20.00.00,-200,931.0,-200.0,"7,8",890.0,-200.0,831.0,-200.0,1474.0,841.0,"24,6","38,0","1,1580" -21/08/2004,21.00.00,-200,885.0,-200.0,"5,6",791.0,-200.0,941.0,-200.0,1425.0,706.0,"24,3","41,6","1,2467" -21/08/2004,22.00.00,-200,900.0,-200.0,"5,2",773.0,-200.0,944.0,-200.0,1426.0,703.0,"24,9","40,8","1,2696" -21/08/2004,23.00.00,-200,904.0,-200.0,"6,7",845.0,-200.0,878.0,-200.0,1483.0,775.0,"23,8","44,7","1,3019" -22/08/2004,00.00.00,-200,944.0,-200.0,"8,0",900.0,-200.0,809.0,-200.0,1549.0,830.0,"22,8","49,8","1,3670" -22/08/2004,01.00.00,-200,907.0,-200.0,"6,4",832.0,-200.0,868.0,-200.0,1492.0,808.0,"22,8","49,4","1,3568" -22/08/2004,02.00.00,-200,886.0,-200.0,"5,2",774.0,-200.0,868.0,-200.0,1486.0,815.0,"20,9","57,4","1,4037" -22/08/2004,03.00.00,-200,882.0,-200.0,"5,1",767.0,-200.0,856.0,-200.0,1492.0,897.0,"20,5","60,6","1,4470" -22/08/2004,04.00.00,-200,843.0,-200.0,"4,0",713.0,-200.0,917.0,-200.0,1426.0,836.0,"19,6","63,7","1,4396" -22/08/2004,05.00.00,-200,825.0,-200.0,"3,7",694.0,-200.0,935.0,-200.0,1415.0,774.0,"19,4","64,5","1,4394" -22/08/2004,06.00.00,-200,791.0,-200.0,"2,8",638.0,-200.0,1038.0,-200.0,1389.0,698.0,"18,6","67,4","1,4302" -22/08/2004,07.00.00,-200,856.0,-200.0,"4,5",735.0,-200.0,936.0,-200.0,1455.0,800.0,"19,6","63,7","1,4419" -22/08/2004,08.00.00,-200,861.0,-200.0,"4,7",746.0,-200.0,911.0,-200.0,1448.0,771.0,"21,7","56,4","1,4496" -22/08/2004,09.00.00,-200,924.0,-200.0,"6,0",814.0,-200.0,830.0,-200.0,1519.0,798.0,"25,2","47,4","1,4978" -22/08/2004,10.00.00,-200,941.0,-200.0,"5,8",805.0,-200.0,842.0,-200.0,1512.0,755.0,"30,4","34,1","1,4577" -22/08/2004,11.00.00,-200,879.0,-200.0,"5,2",775.0,-200.0,899.0,-200.0,1407.0,657.0,"33,4","25,1","1,2665" -22/08/2004,12.00.00,-200,816.0,-200.0,"4,6",742.0,-200.0,1009.0,-200.0,1305.0,537.0,"35,5","18,2","1,0376" -22/08/2004,13.00.00,-200,715.0,-200.0,"2,1",589.0,-200.0,1286.0,-200.0,1127.0,390.0,"35,1","15,7","0,8757" -22/08/2004,14.00.00,-200,717.0,-200.0,"1,8",570.0,-200.0,1326.0,-200.0,1110.0,368.0,"33,3","17,1","0,8592" -22/08/2004,15.00.00,-200,711.0,-200.0,"2,8",640.0,-200.0,1224.0,-200.0,1084.0,391.0,"36,6","11,8","0,7107" -22/08/2004,16.00.00,-200,731.0,-200.0,"3,6",686.0,-200.0,1212.0,-200.0,1104.0,413.0,"38,3","10,0","0,6591" -22/08/2004,17.00.00,-200,752.0,-200.0,"4,0",713.0,-200.0,1163.0,-200.0,1144.0,435.0,"37,3","10,9","0,6846" -22/08/2004,18.00.00,-200,879.0,-200.0,"5,3",779.0,-200.0,999.0,-200.0,1347.0,535.0,"34,6","20,0","1,0817" -22/08/2004,19.00.00,-200,922.0,-200.0,"7,4",874.0,-200.0,851.0,-200.0,1447.0,663.0,"30,4","28,2","1,2040" -22/08/2004,20.00.00,-200,958.0,-200.0,"8,0",900.0,-200.0,782.0,-200.0,1493.0,830.0,"28,1","34,3","1,2821" -22/08/2004,21.00.00,-200,949.0,-200.0,"7,4",876.0,-200.0,773.0,-200.0,1500.0,911.0,"26,5","36,6","1,2484" -22/08/2004,22.00.00,-200,922.0,-200.0,"6,1",818.0,-200.0,826.0,-200.0,1454.0,848.0,"25,7","38,5","1,2548" -22/08/2004,23.00.00,-200,902.0,-200.0,"5,5",790.0,-200.0,856.0,-200.0,1428.0,799.0,"24,7","41,6","1,2751" -23/08/2004,00.00.00,-200,932.0,-200.0,"6,2",820.0,-200.0,817.0,-200.0,1462.0,921.0,"23,6","45,4","1,3067" -23/08/2004,01.00.00,-200,870.0,-200.0,"4,4",733.0,-200.0,903.0,-200.0,1392.0,762.0,"23,4","46,3","1,3134" -23/08/2004,02.00.00,-200,812.0,-200.0,"3,4",675.0,-200.0,995.0,-200.0,1348.0,661.0,"21,6","51,6","1,3171" -23/08/2004,03.00.00,-200,773.0,-200.0,"2,4",613.0,-200.0,1065.0,-200.0,1321.0,597.0,"21,2","53,3","1,3280" -23/08/2004,04.00.00,-200,769.0,-200.0,"2,0",582.0,-200.0,1105.0,-200.0,1306.0,616.0,"20,6","55,1","1,3237" -23/08/2004,05.00.00,-200,763.0,-200.0,"2,0",583.0,-200.0,1093.0,-200.0,1288.0,596.0,"22,1","49,6","1,3022" -23/08/2004,06.00.00,-200,809.0,-200.0,"3,8",701.0,-200.0,997.0,-200.0,1384.0,649.0,"21,1","51,6","1,2784" -23/08/2004,07.00.00,-200,893.0,-200.0,"7,6",881.0,-200.0,810.0,-200.0,1486.0,792.0,"21,8","48,6","1,2556" -23/08/2004,08.00.00,-200,1028.0,-200.0,"14,9",1146.0,-200.0,638.0,-200.0,1766.0,1080.0,"21,7","49,1","1,2602" -23/08/2004,09.00.00,2,1011.0,-200.0,"12,0",1051.0,111.0,702.0,-200.0,1659.0,1087.0,"25,3","41,7","1,3243" -23/08/2004,10.00.00,-200,994.0,-200.0,"9,2",947.0,-200.0,764.0,-200.0,1572.0,983.0,"30,3","30,9","1,3096" -23/08/2004,11.00.00,"1,6",937.0,-200.0,"8,2",908.0,86.0,822.0,83.0,1466.0,826.0,"32,9","24,9","1,2269" -23/08/2004,12.00.00,"1,3",902.0,-200.0,"5,9",808.0,57.0,912.0,64.0,1408.0,632.0,"34,4","23,5","1,2541" -23/08/2004,13.00.00,1,860.0,-200.0,"4,7",748.0,39.0,955.0,50.0,1344.0,532.0,"34,3","22,5","1,1974" -23/08/2004,14.00.00,"0,9",843.0,-200.0,"4,1",716.0,41.0,1005.0,53.0,1305.0,496.0,"33,4","21,6","1,0927" -23/08/2004,15.00.00,1,872.0,-200.0,"4,9",760.0,47.0,979.0,57.0,1314.0,513.0,"36,1","18,4","1,0827" -23/08/2004,16.00.00,"1,1",857.0,-200.0,"5,2",775.0,45.0,979.0,55.0,1258.0,512.0,"37,3","15,4","0,9692" -23/08/2004,17.00.00,"1,5",922.0,-200.0,"7,5",878.0,60.0,880.0,70.0,1363.0,615.0,"36,8","16,2","0,9922" -23/08/2004,18.00.00,"1,5",951.0,-200.0,"7,4",875.0,51.0,856.0,68.0,1406.0,600.0,"34,9","20,9","1,1463" -23/08/2004,19.00.00,"1,6",962.0,-200.0,"7,8",891.0,53.0,813.0,73.0,1442.0,634.0,"30,8","26,5","1,1603" -23/08/2004,20.00.00,"1,7",957.0,-200.0,"8,6",926.0,72.0,758.0,92.0,1480.0,830.0,"28,9","28,3","1,1078" -23/08/2004,21.00.00,"1,4",928.0,-200.0,"6,5",837.0,62.0,808.0,80.0,1410.0,871.0,"27,0","30,7","1,0790" -23/08/2004,22.00.00,"1,2",895.0,-200.0,"6,8",846.0,41.0,819.0,60.0,1371.0,787.0,"26,6","30,6","1,0459" -23/08/2004,23.00.00,"1,1",902.0,-200.0,"5,7",797.0,32.0,845.0,49.0,1355.0,841.0,"26,0","33,1","1,0955" -24/08/2004,00.00.00,"1,1",904.0,-200.0,"5,8",801.0,44.0,852.0,53.0,1400.0,862.0,"24,1","37,9","1,1204" -24/08/2004,01.00.00,"1,2",919.0,-200.0,"5,7",799.0,29.0,844.0,50.0,1409.0,881.0,"22,2","43,1","1,1396" -24/08/2004,02.00.00,"0,7",812.0,-200.0,"3,2",663.0,18.0,982.0,34.0,1265.0,709.0,"22,8","41,3","1,1284" -24/08/2004,03.00.00,"0,5",776.0,-200.0,"2,1",590.0,-200.0,1099.0,-200.0,1245.0,602.0,"21,2","43,8","1,0880" -24/08/2004,04.00.00,"0,4",762.0,-200.0,"1,7",563.0,12.0,1181.0,21.0,1208.0,492.0,"21,7","42,6","1,0907" -24/08/2004,05.00.00,"0,7",786.0,-200.0,"2,8",642.0,39.0,1057.0,48.0,1270.0,592.0,"20,2","47,1","1,1021" -24/08/2004,06.00.00,"1,1",868.0,-200.0,"5,7",798.0,83.0,866.0,71.0,1392.0,824.0,"20,1","47,8","1,1093" -24/08/2004,07.00.00,"1,6",965.0,-200.0,"10,0",977.0,149.0,725.0,94.0,1515.0,1014.0,"20,6","45,5","1,0925" -24/08/2004,08.00.00,"2,3",1049.0,-200.0,"14,5",1133.0,216.0,630.0,118.0,1662.0,1208.0,"22,4","41,1","1,0979" -24/08/2004,09.00.00,"1,6",1008.0,-200.0,"9,9",973.0,153.0,714.0,105.0,1509.0,1178.0,"25,0","36,6","1,1430" -24/08/2004,10.00.00,2,1008.0,-200.0,"11,2",1021.0,177.0,714.0,122.0,1549.0,1176.0,"29,9","26,2","1,0891" -24/08/2004,11.00.00,"1,6",973.0,-200.0,"8,3",911.0,126.0,800.0,121.0,1441.0,891.0,"32,9","21,8","1,0714" -24/08/2004,12.00.00,"1,6",964.0,-200.0,"9,5",959.0,96.0,787.0,115.0,1438.0,731.0,"35,0","17,9","0,9900" -24/08/2004,13.00.00,"1,3",923.0,-200.0,"7,1",862.0,92.0,875.0,107.0,1363.0,626.0,"34,6","18,2","0,9832" -24/08/2004,14.00.00,1,934.0,-200.0,"6,0",811.0,75.0,896.0,86.0,1343.0,553.0,"33,8","22,8","1,1781" -24/08/2004,15.00.00,"1,6",1036.0,-200.0,"9,1",943.0,109.0,770.0,118.0,1509.0,770.0,"36,3","19,5","1,1539" -24/08/2004,16.00.00,2,1076.0,-200.0,"10,4",994.0,133.0,723.0,129.0,1549.0,938.0,"38,3","17,9","1,1810" -24/08/2004,17.00.00,"1,7",1055.0,-200.0,"8,7",927.0,87.0,757.0,90.0,1520.0,716.0,"36,9","20,9","1,2864" -24/08/2004,18.00.00,"1,7",1081.0,-200.0,"9,0",938.0,80.0,728.0,87.0,1568.0,714.0,"33,9","30,0","1,5600" -24/08/2004,19.00.00,"1,4",1072.0,-200.0,"6,8",850.0,70.0,737.0,65.0,1604.0,702.0,"29,8","43,4","1,7988" -24/08/2004,20.00.00,"1,3",1038.0,-200.0,"5,2",773.0,67.0,749.0,61.0,1568.0,687.0,"27,5","50,4","1,8274" -24/08/2004,21.00.00,"1,3",1059.0,-200.0,"5,7",800.0,66.0,740.0,62.0,1604.0,739.0,"27,5","50,4","1,8284" -24/08/2004,22.00.00,"1,6",1070.0,-200.0,"6,9",852.0,97.0,704.0,85.0,1639.0,867.0,"28,1","48,0","1,7933" -24/08/2004,23.00.00,"1,8",1093.0,-200.0,"7,8",893.0,90.0,677.0,83.0,1678.0,927.0,"26,9","49,6","1,7299" -25/08/2004,00.00.00,"1,5",1016.0,-200.0,"6,8",849.0,99.0,729.0,84.0,1609.0,872.0,"26,0","48,0","1,5899" -25/08/2004,01.00.00,"1,3",988.0,-200.0,"6,3",825.0,71.0,756.0,71.0,1559.0,848.0,"24,9","50,6","1,5747" -25/08/2004,02.00.00,"1,1",930.0,-200.0,"4,7",749.0,59.0,823.0,62.0,1464.0,777.0,"23,7","53,2","1,5418" -25/08/2004,03.00.00,"0,5",815.0,-200.0,"2,0",584.0,-200.0,1102.0,-200.0,1363.0,513.0,"24,5","50,9","1,5416" -25/08/2004,04.00.00,"0,6",884.0,-200.0,"3,6",686.0,26.0,908.0,40.0,1439.0,651.0,"22,9","56,1","1,5492" -25/08/2004,05.00.00,"0,7",913.0,-200.0,"4,4",730.0,47.0,883.0,50.0,1493.0,774.0,"23,3","55,5","1,5636" -25/08/2004,06.00.00,"1,1",994.0,-200.0,"6,4",829.0,108.0,784.0,78.0,1581.0,982.0,"23,6","54,2","1,5583" -25/08/2004,07.00.00,"1,9",1173.0,-200.0,"11,9",1047.0,160.0,631.0,89.0,1815.0,1175.0,"24,9","52,9","1,6430" -25/08/2004,08.00.00,"3,5",1314.0,-200.0,"21,0",1325.0,204.0,499.0,106.0,2143.0,1390.0,"26,4","50,8","1,7166" -25/08/2004,09.00.00,"2,9",1252.0,-200.0,"15,6",1168.0,193.0,557.0,107.0,1938.0,1352.0,"28,1","47,4","1,7753" -25/08/2004,10.00.00,"2,2",1151.0,-200.0,"12,1",1053.0,146.0,623.0,93.0,1835.0,1152.0,"30,2","43,2","1,8230" -25/08/2004,11.00.00,2,1122.0,-200.0,"9,3",951.0,126.0,687.0,95.0,1729.0,1022.0,"31,2","41,9","1,8710" -25/08/2004,12.00.00,"1,7",1111.0,-200.0,"8,7",927.0,90.0,707.0,78.0,1715.0,922.0,"33,9","36,0","1,8692" -25/08/2004,13.00.00,"1,6",1058.0,-200.0,"7,9",894.0,84.0,736.0,76.0,1648.0,825.0,"33,9","34,1","1,7754" -25/08/2004,14.00.00,"1,3",972.0,-200.0,"6,2",820.0,60.0,811.0,66.0,1535.0,630.0,"34,4","30,6","1,6402" -25/08/2004,15.00.00,"1,3",985.0,-200.0,"6,3",826.0,66.0,808.0,71.0,1544.0,621.0,"35,3","28,5","1,6034" -25/08/2004,16.00.00,"1,3",1004.0,-200.0,"6,0",814.0,57.0,808.0,61.0,1520.0,602.0,"36,3","28,3","1,6851" -25/08/2004,17.00.00,"1,6",1030.0,-200.0,"7,9",897.0,71.0,733.0,73.0,1592.0,668.0,"35,3","29,4","1,6577" -25/08/2004,18.00.00,"1,3",965.0,-200.0,"5,8",802.0,51.0,821.0,54.0,1504.0,564.0,"32,5","34,1","1,6453" -25/08/2004,19.00.00,"1,4",987.0,-200.0,"6,3",824.0,49.0,793.0,53.0,1541.0,581.0,"29,1","42,1","1,6695" -25/08/2004,20.00.00,"1,4",923.0,-200.0,"6,0",811.0,59.0,804.0,69.0,1434.0,604.0,"27,8","35,6","1,3116" -25/08/2004,21.00.00,"1,3",872.0,-200.0,"6,3",824.0,66.0,853.0,77.0,1346.0,590.0,"27,0","30,0","1,0542" -25/08/2004,22.00.00,"1,4",939.0,-200.0,"6,8",849.0,72.0,804.0,83.0,1479.0,650.0,"26,3","37,3","1,2555" -25/08/2004,23.00.00,"1,5",954.0,-200.0,"7,0",855.0,89.0,792.0,94.0,1474.0,745.0,"25,2","40,8","1,2877" -26/08/2004,00.00.00,"1,5",969.0,-200.0,"7,0",857.0,75.0,753.0,84.0,1485.0,821.0,"24,3","43,3","1,2973" -26/08/2004,01.00.00,"0,9",882.0,-200.0,"5,0",763.0,38.0,879.0,55.0,1388.0,656.0,"23,3","45,3","1,2794" -26/08/2004,02.00.00,"0,6",805.0,-200.0,"2,8",637.0,24.0,1048.0,35.0,1276.0,520.0,"24,1","44,0","1,3034" -26/08/2004,03.00.00,"0,5",790.0,-200.0,"2,1",590.0,-200.0,1122.0,-200.0,1257.0,493.0,"23,8","44,8","1,3061" -26/08/2004,04.00.00,-200,779.0,-200.0,"1,7",560.0,19.0,1189.0,31.0,1231.0,487.0,"23,0","47,7","1,3232" -26/08/2004,05.00.00,"0,5",842.0,-200.0,"2,8",640.0,40.0,1070.0,45.0,1293.0,595.0,"23,7","46,7","1,3501" -26/08/2004,06.00.00,1,-200.0,-200.0,"-200,0",-200.0,63.0,-200.0,59.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,07.00.00,"1,9",-200.0,-200.0,"-200,0",-200.0,121.0,-200.0,83.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,08.00.00,"2,6",-200.0,-200.0,"-200,0",-200.0,143.0,-200.0,90.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,09.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,104.0,-200.0,87.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,10.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,111.0,-200.0,83.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,11.00.00,"1,4",-200.0,-200.0,"-200,0",-200.0,83.0,-200.0,71.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,12.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,90.0,-200.0,77.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,13.00.00,"1,3",-200.0,-200.0,"-200,0",-200.0,82.0,-200.0,75.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,14.00.00,"0,9",-200.0,-200.0,"-200,0",-200.0,48.0,-200.0,52.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,15.00.00,"1,4",-200.0,-200.0,"-200,0",-200.0,89.0,-200.0,76.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,16.00.00,1,-200.0,-200.0,"-200,0",-200.0,58.0,-200.0,60.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,17.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,129.0,-200.0,99.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,18.00.00,"1,9",-200.0,-200.0,"-200,0",-200.0,103.0,-200.0,88.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,19.00.00,"2,1",-200.0,-200.0,"-200,0",-200.0,115.0,-200.0,91.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,20.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,108.0,-200.0,91.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,21.00.00,1,-200.0,-200.0,"-200,0",-200.0,60.0,-200.0,68.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,22.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,68.0,-200.0,71.0,-200.0,-200.0,-200,-200,-200 -26/08/2004,23.00.00,"0,7",-200.0,-200.0,"-200,0",-200.0,36.0,-200.0,49.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,00.00.00,"1,3",-200.0,-200.0,"-200,0",-200.0,81.0,-200.0,71.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,01.00.00,"1,3",-200.0,-200.0,"-200,0",-200.0,91.0,-200.0,76.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,02.00.00,1,-200.0,-200.0,"-200,0",-200.0,65.0,-200.0,67.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,03.00.00,"0,7",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,04.00.00,"0,6",-200.0,-200.0,"-200,0",-200.0,46.0,-200.0,58.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,05.00.00,"0,7",-200.0,-200.0,"-200,0",-200.0,71.0,-200.0,53.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,06.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,92.0,-200.0,52.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,07.00.00,"2,4",-200.0,-200.0,"-200,0",-200.0,201.0,-200.0,68.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,08.00.00,"2,4",-200.0,-200.0,"-200,0",-200.0,169.0,-200.0,69.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,09.00.00,"2,3",-200.0,-200.0,"-200,0",-200.0,158.0,-200.0,83.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,10.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,147.0,-200.0,99.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,11.00.00,"1,8",-200.0,-200.0,"-200,0",-200.0,119.0,-200.0,101.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,12.00.00,2,-200.0,-200.0,"-200,0",-200.0,114.0,-200.0,104.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,13.00.00,"1,5",-200.0,-200.0,"-200,0",-200.0,92.0,-200.0,89.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,14.00.00,"1,4",-200.0,-200.0,"-200,0",-200.0,82.0,-200.0,88.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,15.00.00,"1,5",-200.0,-200.0,"-200,0",-200.0,85.0,-200.0,89.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,16.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,96.0,-200.0,92.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,17.00.00,"1,9",-200.0,-200.0,"-200,0",-200.0,104.0,-200.0,109.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,18.00.00,2,-200.0,-200.0,"-200,0",-200.0,101.0,-200.0,107.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,19.00.00,"2,3",-200.0,-200.0,"-200,0",-200.0,128.0,-200.0,116.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,20.00.00,"2,4",-200.0,-200.0,"-200,0",-200.0,147.0,-200.0,124.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,21.00.00,"1,8",-200.0,-200.0,"-200,0",-200.0,115.0,-200.0,112.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,22.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,97.0,-200.0,99.0,-200.0,-200.0,-200,-200,-200 -27/08/2004,23.00.00,"1,2",-200.0,-200.0,"-200,0",-200.0,74.0,-200.0,85.0,-200.0,-200.0,-200,-200,-200 -28/08/2004,00.00.00,"0,8",-200.0,-200.0,"-200,0",-200.0,50.0,-200.0,69.0,-200.0,-200.0,-200,-200,-200 -28/08/2004,01.00.00,"0,7",-200.0,-200.0,"-200,0",-200.0,41.0,-200.0,58.0,-200.0,-200.0,-200,-200,-200 -28/08/2004,02.00.00,"0,6",-200.0,-200.0,"-200,0",-200.0,36.0,-200.0,49.0,-200.0,-200.0,-200,-200,-200 -28/08/2004,03.00.00,"0,6",835.0,-200.0,"3,8",699.0,-200.0,912.0,-200.0,1361.0,796.0,"19,8","59,3","1,3505" -28/08/2004,04.00.00,"0,6",792.0,-200.0,"2,5",621.0,40.0,1015.0,56.0,1322.0,714.0,"20,0","59,3","1,3681" -28/08/2004,05.00.00,"0,4",749.0,-200.0,"1,7",559.0,25.0,1145.0,33.0,1255.0,584.0,"22,5","48,6","1,3077" -28/08/2004,06.00.00,"0,5",803.0,-200.0,"3,4",676.0,38.0,975.0,39.0,1303.0,676.0,"19,5","57,0","1,2739" -28/08/2004,07.00.00,"0,7",818.0,-200.0,"4,3",726.0,38.0,921.0,43.0,1330.0,685.0,"19,6","56,1","1,2651" -28/08/2004,08.00.00,"1,2",932.0,-200.0,"7,1",861.0,75.0,767.0,62.0,1483.0,894.0,"20,7","53,3","1,2870" -28/08/2004,09.00.00,"1,7",977.0,-200.0,"8,3",913.0,104.0,744.0,81.0,1512.0,977.0,"24,7","41,8","1,2839" -28/08/2004,10.00.00,"1,8",1011.0,-200.0,"9,1",945.0,134.0,733.0,102.0,1570.0,1034.0,"29,9","30,5","1,2616" -28/08/2004,11.00.00,"1,5",975.0,-200.0,"7,7",887.0,85.0,829.0,86.0,1478.0,737.0,"32,3","27,2","1,2933" -28/08/2004,12.00.00,"1,2",958.0,-200.0,"7,2",867.0,30.0,828.0,37.0,1468.0,660.0,"34,3","24,5","1,3021" -28/08/2004,13.00.00,"1,1",903.0,-200.0,"5,8",805.0,49.0,886.0,64.0,1361.0,581.0,"33,4","22,5","1,1398" -28/08/2004,14.00.00,-200,854.0,-200.0,"3,5",684.0,-200.0,1020.0,-200.0,1294.0,456.0,"32,7","22,8","1,1069" -28/08/2004,15.00.00,-200,890.0,-200.0,"4,7",749.0,-200.0,953.0,-200.0,1332.0,483.0,"34,5","20,5","1,1028" -28/08/2004,16.00.00,-200,962.0,-200.0,"6,7",845.0,-200.0,877.0,-200.0,1379.0,575.0,"35,9","20,3","1,1800" -28/08/2004,17.00.00,-200,1028.0,-200.0,"8,9",934.0,-200.0,786.0,-200.0,1481.0,707.0,"35,8","23,0","1,3323" -28/08/2004,18.00.00,-200,1031.0,-200.0,"8,0",901.0,-200.0,775.0,-200.0,1502.0,628.0,"33,5","29,0","1,4797" -28/08/2004,19.00.00,-200,1087.0,-200.0,"9,0",938.0,-200.0,690.0,-200.0,1613.0,747.0,"29,8","39,6","1,6324" -28/08/2004,20.00.00,-200,1029.0,-200.0,"7,1",862.0,-200.0,727.0,-200.0,1539.0,733.0,"27,9","43,1","1,6004" -28/08/2004,21.00.00,-200,1070.0,-200.0,"8,8",932.0,-200.0,685.0,-200.0,1648.0,847.0,"27,3","44,5","1,5885" -28/08/2004,22.00.00,-200,1059.0,-200.0,"8,4",914.0,-200.0,697.0,-200.0,1617.0,895.0,"26,0","47,6","1,5806" -28/08/2004,23.00.00,-200,1125.0,-200.0,"9,3",952.0,-200.0,646.0,-200.0,1690.0,995.0,"25,3","52,9","1,6765" -29/08/2004,00.00.00,-200,1062.0,-200.0,"6,4",829.0,-200.0,714.0,-200.0,1592.0,846.0,"24,5","56,3","1,7026" -29/08/2004,01.00.00,-200,1049.0,-200.0,"6,9",853.0,-200.0,699.0,-200.0,1605.0,882.0,"23,5","59,8","1,7141" -29/08/2004,02.00.00,-200,999.0,-200.0,"7,3",871.0,-200.0,711.0,-200.0,1580.0,909.0,"22,6","62,6","1,6945" -29/08/2004,03.00.00,-200,947.0,-200.0,"5,9",808.0,-200.0,768.0,-200.0,1537.0,851.0,"21,8","64,6","1,6721" -29/08/2004,04.00.00,-200,904.0,-200.0,"4,8",753.0,-200.0,809.0,-200.0,1529.0,766.0,"21,0","66,9","1,6454" -29/08/2004,05.00.00,-200,894.0,-200.0,"3,5",681.0,-200.0,843.0,-200.0,1476.0,765.0,"21,2","66,4","1,6468" -29/08/2004,06.00.00,-200,875.0,-200.0,"3,0",654.0,-200.0,897.0,-200.0,1463.0,752.0,"21,0","66,5","1,6344" -29/08/2004,07.00.00,-200,870.0,-200.0,"2,8",637.0,-200.0,947.0,-200.0,1445.0,716.0,"21,3","64,1","1,6043" -29/08/2004,08.00.00,-200,952.0,-200.0,"4,8",756.0,-200.0,809.0,-200.0,1518.0,825.0,"22,7","58,1","1,5856" -29/08/2004,09.00.00,-200,949.0,-200.0,"3,9",705.0,-200.0,859.0,-200.0,1460.0,691.0,"25,1","51,8","1,6304" -29/08/2004,10.00.00,-200,1028.0,-200.0,"6,9",854.0,-200.0,776.0,-200.0,1561.0,761.0,"29,5","39,0","1,5868" -29/08/2004,11.00.00,-200,1003.0,-200.0,"6,8",849.0,-200.0,800.0,-200.0,1511.0,710.0,"32,3","31,8","1,5128" -29/08/2004,12.00.00,-200,934.0,-200.0,"5,0",763.0,-200.0,872.0,-200.0,1435.0,567.0,"33,6","28,9","1,4792" -29/08/2004,13.00.00,-200,872.0,-200.0,"4,0",710.0,-200.0,956.0,-200.0,1377.0,493.0,"31,9","28,2","1,3116" -29/08/2004,14.00.00,-200,852.0,-200.0,"3,5",684.0,-200.0,982.0,-200.0,1343.0,477.0,"32,5","25,9","1,2437" -29/08/2004,15.00.00,-200,881.0,-200.0,"4,1",715.0,-200.0,955.0,-200.0,1352.0,502.0,"34,1","23,4","1,2307" -29/08/2004,16.00.00,-200,942.0,-200.0,"5,4",783.0,-200.0,898.0,-200.0,1397.0,568.0,"36,2","21,4","1,2664" -29/08/2004,17.00.00,-200,1038.0,-200.0,"8,6",925.0,-200.0,746.0,-200.0,1534.0,714.0,"35,6","22,6","1,2984" -29/08/2004,18.00.00,-200,1042.0,-200.0,"8,8",932.0,-200.0,752.0,-200.0,1530.0,717.0,"33,6","25,7","1,3101" -29/08/2004,19.00.00,-200,1181.0,-200.0,"13,7",1107.0,-200.0,590.0,-200.0,1807.0,935.0,"29,9","35,2","1,4603" -29/08/2004,20.00.00,-200,1116.0,-200.0,"11,8",1044.0,-200.0,613.0,-200.0,1694.0,954.0,"28,3","39,2","1,4826" -29/08/2004,21.00.00,-200,1062.0,-200.0,"8,6",923.0,-200.0,697.0,-200.0,1602.0,839.0,"27,0","43,0","1,5118" -29/08/2004,22.00.00,-200,1085.0,-200.0,"9,2",948.0,-200.0,680.0,-200.0,1635.0,880.0,"26,2","46,8","1,5669" -29/08/2004,23.00.00,-200,1161.0,-200.0,"12,2",1057.0,-200.0,613.0,-200.0,1764.0,1026.0,"25,1","51,5","1,6210" -30/08/2004,00.00.00,-200,1053.0,-200.0,"7,8",891.0,-200.0,690.0,-200.0,1589.0,898.0,"24,1","55,3","1,6363" -30/08/2004,01.00.00,-200,956.0,-200.0,"4,5",740.0,-200.0,831.0,-200.0,1474.0,717.0,"23,8","57,8","1,6770" -30/08/2004,02.00.00,-200,859.0,-200.0,"2,9",646.0,-200.0,951.0,-200.0,1376.0,607.0,"23,7","56,2","1,6255" -30/08/2004,03.00.00,-200,813.0,-200.0,"1,8",566.0,-200.0,1123.0,-200.0,1328.0,501.0,"24,8","52,2","1,6086" -30/08/2004,04.00.00,-200,815.0,-200.0,"1,7",565.0,-200.0,1127.0,-200.0,1350.0,541.0,"22,9","59,4","1,6353" -30/08/2004,05.00.00,-200,902.0,-200.0,"3,9",706.0,-200.0,877.0,-200.0,1463.0,708.0,"22,0","62,3","1,6266" -30/08/2004,06.00.00,-200,1017.0,-200.0,"7,6",885.0,-200.0,726.0,-200.0,1609.0,884.0,"21,5","64,0","1,6256" -30/08/2004,07.00.00,-200,1336.0,-200.0,"23,3",1385.0,-200.0,477.0,-200.0,2133.0,1357.0,"22,6","60,3","1,6287" -30/08/2004,08.00.00,-200,1393.0,-200.0,"30,7",1567.0,-200.0,416.0,-200.0,2381.0,1562.0,"23,8","56,5","1,6400" -30/08/2004,09.00.00,-200,1271.0,-200.0,"20,4",1308.0,-200.0,517.0,-200.0,2007.0,1411.0,"25,7","50,6","1,6475" -30/08/2004,10.00.00,-200,1169.0,-200.0,"13,7",1107.0,-200.0,607.0,-200.0,1818.0,1175.0,"27,8","45,4","1,6751" -30/08/2004,11.00.00,-200,1143.0,-200.0,"11,8",1043.0,-200.0,643.0,-200.0,1747.0,1079.0,"29,9","39,6","1,6397" -30/08/2004,12.00.00,-200,1084.0,-200.0,"10,1",980.0,-200.0,679.0,-200.0,1653.0,923.0,"31,6","34,7","1,5890" -30/08/2004,13.00.00,-200,1051.0,-200.0,"9,3",950.0,-200.0,715.0,-200.0,1644.0,748.0,"31,5","34,4","1,5665" -30/08/2004,14.00.00,-200,1020.0,-200.0,"7,6",882.0,-200.0,765.0,-200.0,1553.0,635.0,"31,2","35,0","1,5669" -30/08/2004,15.00.00,-200,1111.0,-200.0,"13,1",1088.0,-200.0,635.0,-200.0,1719.0,884.0,"33,0","31,4","1,5583" -30/08/2004,16.00.00,-200,1125.0,-200.0,"12,2",1056.0,-200.0,645.0,-200.0,1716.0,929.0,"33,8","29,2","1,5143" -30/08/2004,17.00.00,-200,1099.0,-200.0,"11,9",1048.0,-200.0,657.0,-200.0,1711.0,779.0,"33,0","29,5","1,4613" -30/08/2004,18.00.00,-200,1132.0,-200.0,"14,1",1121.0,-200.0,611.0,-200.0,1757.0,906.0,"32,3","30,2","1,4347" -30/08/2004,19.00.00,-200,1077.0,-200.0,"11,3",1025.0,-200.0,629.0,-200.0,1677.0,772.0,"28,4","38,4","1,4616" -30/08/2004,20.00.00,-200,1076.0,-200.0,"10,3",988.0,-200.0,648.0,-200.0,1649.0,883.0,"26,9","43,2","1,5052" -30/08/2004,21.00.00,-200,1070.0,-200.0,"10,8",1008.0,-200.0,656.0,-200.0,1649.0,963.0,"26,0","43,6","1,4407" -30/08/2004,22.00.00,-200,1052.0,-200.0,"9,4",956.0,-200.0,675.0,-200.0,1581.0,987.0,"25,0","47,6","1,4872" -30/08/2004,23.00.00,-200,988.0,-200.0,"7,1",862.0,-200.0,736.0,-200.0,1539.0,893.0,"24,6","50,9","1,5508" -31/08/2004,00.00.00,-200,926.0,-200.0,"5,1",769.0,-200.0,836.0,-200.0,1467.0,801.0,"24,0","55,6","1,6381" -31/08/2004,01.00.00,-200,925.0,-200.0,"4,7",749.0,-200.0,826.0,-200.0,1482.0,739.0,"23,5","58,3","1,6672" -31/08/2004,02.00.00,-200,869.0,-200.0,"2,9",648.0,-200.0,953.0,-200.0,1401.0,644.0,"22,7","60,8","1,6519" -31/08/2004,03.00.00,-200,832.0,-200.0,"2,1",593.0,-200.0,1049.0,-200.0,1347.0,558.0,"24,1","55,5","1,6481" -31/08/2004,04.00.00,-200,854.0,-200.0,"2,9",645.0,-200.0,954.0,-200.0,1399.0,602.0,"22,5","60,9","1,6424" -31/08/2004,05.00.00,-200,913.0,-200.0,"4,3",726.0,-200.0,861.0,-200.0,1487.0,737.0,"22,0","64,5","1,6847" -31/08/2004,06.00.00,-200,976.0,-200.0,"6,6",840.0,-200.0,756.0,-200.0,1555.0,885.0,"22,3","62,9","1,6754" -31/08/2004,07.00.00,-200,1309.0,-200.0,"21,0",1323.0,-200.0,505.0,-200.0,2098.0,1360.0,"23,1","60,0","1,6711" -31/08/2004,08.00.00,-200,1333.0,-200.0,"26,2",1460.0,-200.0,443.0,-200.0,2231.0,1455.0,"24,7","55,1","1,6872" -31/08/2004,09.00.00,-200,1209.0,-200.0,"16,1",1182.0,-200.0,546.0,-200.0,1911.0,1255.0,"27,7","46,1","1,6852" -31/08/2004,10.00.00,-200,1180.0,-200.0,"15,3",1157.0,-200.0,568.0,-200.0,1874.0,1202.0,"29,8","38,8","1,6029" -31/08/2004,11.00.00,-200,1204.0,-200.0,"16,5",1196.0,-200.0,552.0,-200.0,1884.0,1250.0,"31,5","32,6","1,4780" -31/08/2004,12.00.00,-200,1143.0,-200.0,"14,1",1119.0,-200.0,610.0,-200.0,1770.0,1103.0,"31,8","30,5","1,4083" -31/08/2004,13.00.00,-200,1120.0,-200.0,"12,2",1058.0,-200.0,626.0,-200.0,1716.0,1049.0,"31,4","31,8","1,4410" -31/08/2004,14.00.00,"2,9",1030.0,-200.0,"8,9",935.0,-200.0,726.0,-200.0,1583.0,791.0,"32,5","28,7","1,3796" -31/08/2004,15.00.00,"1,9",1058.0,-200.0,"11,0",1016.0,209.0,673.0,101.0,1625.0,832.0,"33,8","25,8","1,3338" -31/08/2004,16.00.00,"1,4",1040.0,-200.0,"7,6",882.0,132.0,756.0,71.0,1560.0,635.0,"34,5","28,6","1,5393" -31/08/2004,17.00.00,2,1093.0,-200.0,"10,1",981.0,166.0,666.0,82.0,1676.0,733.0,"32,7","33,0","1,5987" -31/08/2004,18.00.00,"2,7",1184.0,-200.0,"14,1",1119.0,243.0,594.0,104.0,1806.0,912.0,"31,4","35,4","1,5972" -31/08/2004,19.00.00,"2,8",1180.0,-200.0,"14,1",1121.0,247.0,568.0,105.0,1816.0,947.0,"27,7","43,5","1,5920" -31/08/2004,20.00.00,2,1079.0,-200.0,"10,3",988.0,165.0,633.0,87.0,1694.0,899.0,"26,2","47,8","1,5979" -31/08/2004,21.00.00,"2,1",1095.0,-200.0,"11,5",1032.0,187.0,621.0,98.0,1730.0,984.0,"25,7","48,7","1,5825" -31/08/2004,22.00.00,2,1073.0,-200.0,"10,9",1009.0,206.0,639.0,105.0,1655.0,955.0,"25,2","50,1","1,5800" -31/08/2004,23.00.00,"1,8",1063.0,-200.0,"10,4",991.0,200.0,655.0,104.0,1672.0,966.0,"24,4","53,4","1,6031" -01/09/2004,00.00.00,"1,9",1046.0,-200.0,"9,5",960.0,189.0,671.0,96.0,1637.0,899.0,"23,7","55,4","1,6031" -01/09/2004,01.00.00,"1,3",953.0,-200.0,"7,0",858.0,136.0,742.0,79.0,1544.0,780.0,"22,8","58,5","1,5992" -01/09/2004,02.00.00,"0,7",864.0,-200.0,"3,3",673.0,83.0,947.0,61.0,1412.0,636.0,"22,8","58,5","1,5985" -01/09/2004,03.00.00,"0,5",829.0,-200.0,"2,6",628.0,-200.0,994.0,-200.0,1378.0,577.0,"22,3","59,7","1,5889" -01/09/2004,04.00.00,"0,5",838.0,-200.0,"2,8",639.0,72.0,963.0,48.0,1391.0,596.0,"20,8","64,9","1,5710" -01/09/2004,05.00.00,"0,6",913.0,-200.0,"4,3",728.0,121.0,802.0,63.0,1418.0,887.0,"19,7","66,8","1,5184" -01/09/2004,06.00.00,"1,3",1039.0,-200.0,"8,5",921.0,268.0,687.0,92.0,1556.0,1115.0,"19,8","64,3","1,4678" -01/09/2004,07.00.00,"3,6",1252.0,-200.0,"20,9",1320.0,451.0,499.0,99.0,2001.0,1374.0,"20,6","62,3","1,4915" -01/09/2004,08.00.00,"4,9",1410.0,-200.0,"35,2",1669.0,458.0,393.0,117.0,2555.0,1644.0,"23,2","54,0","1,5143" -01/09/2004,09.00.00,"3,9",1217.0,-200.0,"18,7",1261.0,487.0,533.0,142.0,1941.0,1375.0,"26,3","43,1","1,4542" -01/09/2004,10.00.00,"2,2",1114.0,-200.0,"12,8",1077.0,319.0,633.0,121.0,1705.0,1199.0,"29,1","35,4","1,4008" -01/09/2004,11.00.00,"1,9",1026.0,-200.0,"11,2",1020.0,269.0,689.0,122.0,1603.0,992.0,"30,0","31,6","1,3176" -01/09/2004,12.00.00,"2,2",1051.0,-200.0,"13,3",1094.0,224.0,646.0,108.0,1675.0,966.0,"32,4","26,3","1,2594" -01/09/2004,13.00.00,2,1027.0,-200.0,"11,3",1024.0,162.0,700.0,80.0,1588.0,814.0,"31,3","29,1","1,3054" -01/09/2004,14.00.00,"1,7",996.0,-200.0,"10,4",992.0,189.0,722.0,93.0,1580.0,727.0,"31,1","28,6","1,2718" -01/09/2004,15.00.00,2,1028.0,-200.0,"12,3",1060.0,213.0,686.0,108.0,1601.0,806.0,"33,3","24,4","1,2320" -01/09/2004,16.00.00,"2,1",1030.0,-200.0,"12,3",1060.0,245.0,705.0,118.0,1588.0,852.0,"35,5","21,2","1,2022" -01/09/2004,17.00.00,"3,2",1133.0,-200.0,"19,4",1280.0,341.0,595.0,149.0,1791.0,1093.0,"34,6","22,0","1,1890" -01/09/2004,18.00.00,4,1180.0,-200.0,"21,5",1339.0,382.0,567.0,171.0,1868.0,1211.0,"33,3","23,6","1,1842" -01/09/2004,19.00.00,"4,4",1261.0,-200.0,"25,7",1446.0,358.0,528.0,154.0,2061.0,1346.0,"30,0","28,5","1,1896" -01/09/2004,20.00.00,3,1093.0,-200.0,"14,5",1133.0,288.0,599.0,122.0,1708.0,1200.0,"28,0","33,0","1,2264" -01/09/2004,21.00.00,"2,2",1068.0,-200.0,"11,4",1029.0,252.0,650.0,126.0,1612.0,1192.0,"27,2","37,4","1,3279" -01/09/2004,22.00.00,"1,7",1031.0,-200.0,"9,5",958.0,201.0,700.0,121.0,1560.0,1074.0,"26,6","39,9","1,3657" -01/09/2004,23.00.00,"1,9",1055.0,-200.0,"11,6",1037.0,225.0,635.0,125.0,1632.0,1161.0,"25,3","41,7","1,3247" -02/09/2004,00.00.00,2,1060.0,-200.0,"11,4",1029.0,242.0,622.0,126.0,1663.0,1210.0,"24,3","44,7","1,3432" -02/09/2004,01.00.00,"1,5",962.0,-200.0,"7,5",880.0,167.0,726.0,96.0,1484.0,1050.0,"24,4","45,6","1,3779" -02/09/2004,02.00.00,"0,8",874.0,-200.0,"5,3",776.0,99.0,846.0,73.0,1416.0,873.0,"23,1","49,9","1,3891" -02/09/2004,03.00.00,"0,6",832.0,-200.0,"3,1",661.0,-200.0,977.0,-200.0,1312.0,766.0,"22,7","51,3","1,3977" -02/09/2004,04.00.00,"0,6",834.0,-200.0,"4,0",709.0,87.0,907.0,65.0,1348.0,835.0,"21,8","54,1","1,4004" -02/09/2004,05.00.00,"0,7",865.0,-200.0,"4,6",745.0,164.0,866.0,90.0,1394.0,901.0,"21,0","56,9","1,3999" -02/09/2004,06.00.00,"0,8",903.0,-200.0,"5,8",803.0,87.0,819.0,58.0,1471.0,853.0,"21,8","55,5","1,4323" -02/09/2004,07.00.00,"2,9",1236.0,-200.0,"20,0",1297.0,93.0,542.0,27.0,1997.0,1321.0,"21,6","57,2","1,4607" -02/09/2004,08.00.00,"5,2",1464.0,-200.0,"30,0",1552.0,417.0,419.0,67.0,2366.0,1738.0,"22,8","54,2","1,4886" -02/09/2004,09.00.00,"3,3",1258.0,-200.0,"18,7",1261.0,406.0,514.0,96.0,1940.0,1603.0,"26,2","45,0","1,5098" -02/09/2004,10.00.00,-200,1203.0,-200.0,"15,8",1174.0,-200.0,577.0,-200.0,1824.0,1426.0,"30,8","34,8","1,5165" -02/09/2004,11.00.00,-200,1156.0,-200.0,"14,3",1127.0,-200.0,616.0,-200.0,1767.0,1295.0,"34,1","28,8","1,5105" -02/09/2004,12.00.00,-200,1106.0,-200.0,"14,4",1130.0,-200.0,623.0,-200.0,1726.0,1093.0,"35,9","24,7","1,4370" -02/09/2004,13.00.00,-200,1008.0,-200.0,"11,6",1037.0,-200.0,697.0,-200.0,1587.0,803.0,"33,7","25,1","1,2915" -02/09/2004,14.00.00,-200,1011.0,-200.0,"11,1",1017.0,-200.0,704.0,-200.0,1569.0,738.0,"34,4","24,0","1,2790" -02/09/2004,15.00.00,-200,1049.0,-200.0,"13,5",1100.0,-200.0,667.0,-200.0,1635.0,870.0,"36,4","20,3","1,2140" -02/09/2004,16.00.00,-200,1053.0,-200.0,"13,7",1108.0,-200.0,694.0,-200.0,1570.0,873.0,"38,7","17,3","1,1729" -02/09/2004,17.00.00,-200,1088.0,-200.0,"15,3",1159.0,-200.0,666.0,-200.0,1626.0,889.0,"37,2","18,9","1,1774" -02/09/2004,18.00.00,-200,1248.0,-200.0,"26,0",1454.0,-200.0,550.0,-200.0,1917.0,1599.0,"36,1","20,0","1,1767" -02/09/2004,19.00.00,-200,1374.0,-200.0,"28,6",1517.0,-200.0,490.0,-200.0,2069.0,1704.0,"32,8","29,4","1,4344" -02/09/2004,20.00.00,-200,1213.0,-200.0,"17,0",1210.0,-200.0,572.0,-200.0,1809.0,1424.0,"30,0","35,9","1,4958" -02/09/2004,21.00.00,-200,1108.0,-200.0,"12,0",1051.0,-200.0,640.0,-200.0,1616.0,1199.0,"28,7","38,2","1,4794" -02/09/2004,22.00.00,-200,1071.0,-200.0,"10,1",982.0,-200.0,649.0,-200.0,1557.0,1099.0,"28,1","40,4","1,5120" -02/09/2004,23.00.00,-200,1044.0,-200.0,"9,7",967.0,-200.0,672.0,-200.0,1540.0,1133.0,"27,4","41,4","1,4877" -03/09/2004,00.00.00,-200,1045.0,-200.0,"9,6",964.0,-200.0,666.0,-200.0,1554.0,1140.0,"26,4","44,0","1,4919" -03/09/2004,01.00.00,-200,1004.0,-200.0,"8,5",921.0,-200.0,699.0,-200.0,1495.0,1092.0,"24,9","47,9","1,4855" -03/09/2004,02.00.00,-200,944.0,-200.0,"5,7",796.0,-200.0,784.0,-200.0,1407.0,1021.0,"24,0","50,3","1,4760" -03/09/2004,03.00.00,-200,868.0,-200.0,"3,1",657.0,-200.0,921.0,-200.0,1356.0,764.0,"25,2","47,9","1,5129" -03/09/2004,04.00.00,-200,850.0,-200.0,"2,7",632.0,-200.0,954.0,-200.0,1316.0,803.0,"24,2","50,6","1,5011" -03/09/2004,05.00.00,-200,873.0,-200.0,"3,3",668.0,-200.0,911.0,-200.0,1354.0,744.0,"23,1","55,0","1,5357" -03/09/2004,06.00.00,-200,905.0,-200.0,"5,1",766.0,-200.0,842.0,-200.0,1438.0,818.0,"22,9","56,2","1,5522" -03/09/2004,07.00.00,-200,1249.0,-200.0,"18,0",1239.0,-200.0,540.0,-200.0,1953.0,1285.0,"22,0","59,3","1,5523" -03/09/2004,08.00.00,-200,1488.0,-200.0,"34,5",1653.0,-200.0,388.0,-200.0,2537.0,1782.0,"23,7","54,0","1,5627" -03/09/2004,09.00.00,-200,1300.0,-200.0,"20,0",1296.0,-200.0,489.0,-200.0,1989.0,1639.0,"26,7","45,7","1,5747" -03/09/2004,10.00.00,-200,1311.0,-200.0,"18,9",1267.0,-200.0,524.0,-200.0,1941.0,1662.0,"31,4","34,5","1,5599" -03/09/2004,11.00.00,-200,1232.0,-200.0,"17,0",1210.0,-200.0,565.0,-200.0,1832.0,1478.0,"34,5","28,5","1,5324" -03/09/2004,12.00.00,-200,1113.0,-200.0,"13,4",1096.0,-200.0,635.0,-200.0,1636.0,1050.0,"36,4","23,6","1,4064" -03/09/2004,13.00.00,-200,1048.0,-200.0,"11,2",1021.0,-200.0,698.0,-200.0,1570.0,846.0,"35,1","23,2","1,2884" -03/09/2004,14.00.00,-200,1054.0,-200.0,"11,6",1036.0,-200.0,697.0,-200.0,1585.0,830.0,"35,7","22,2","1,2765" -03/09/2004,15.00.00,-200,1104.0,-200.0,"13,5",1102.0,-200.0,670.0,-200.0,1609.0,1480.0,"37,6","19,6","1,2534" -03/09/2004,16.00.00,-200,1130.0,-200.0,"13,9",1113.0,-200.0,674.0,-200.0,1623.0,1127.0,"38,8","17,6","1,1979" -03/09/2004,17.00.00,"4,6",1229.0,-200.0,"21,9",1348.0,-200.0,565.0,-200.0,1830.0,1445.0,"39,3","16,0","1,1138" -03/09/2004,18.00.00,"4,3",1347.0,-200.0,"23,2",1382.0,-200.0,529.0,-200.0,1961.0,1543.0,"37,0","23,6","1,4639" -03/09/2004,19.00.00,"4,9",1424.0,-200.0,"24,5",1417.0,-200.0,488.0,-200.0,2092.0,1674.0,"33,2","30,1","1,5095" -03/09/2004,20.00.00,4,1305.0,-200.0,"16,3",1188.0,-200.0,546.0,-200.0,1843.0,1524.0,"31,0","33,1","1,4620" -03/09/2004,21.00.00,"2,6",1180.0,-200.0,"13,1",1088.0,-200.0,619.0,-200.0,1662.0,1339.0,"29,5","33,4","1,3562" -03/09/2004,22.00.00,"1,3",1029.0,-200.0,"8,1",904.0,-200.0,709.0,-200.0,1460.0,992.0,"29,1","36,7","1,4502" -03/09/2004,23.00.00,"1,5",1080.0,-200.0,"8,1",902.0,-200.0,702.0,-200.0,1516.0,1048.0,"27,8","40,7","1,5002" -04/09/2004,00.00.00,"2,2",1197.0,-200.0,"11,4",1029.0,-200.0,601.0,-200.0,1628.0,1362.0,"26,0","45,3","1,4999" -04/09/2004,01.00.00,"1,2",1006.0,-200.0,"6,7",845.0,-200.0,738.0,-200.0,1430.0,978.0,"25,8","45,4","1,4870" -04/09/2004,02.00.00,"0,9",987.0,-200.0,"6,2",820.0,-200.0,772.0,-200.0,1400.0,935.0,"25,4","45,9","1,4684" -04/09/2004,03.00.00,"0,8",958.0,-200.0,"4,5",735.0,-200.0,816.0,-200.0,1409.0,906.0,"25,2","46,4","1,4640" -04/09/2004,04.00.00,"0,8",962.0,-200.0,"4,7",747.0,-200.0,813.0,-200.0,1431.0,913.0,"23,0","52,7","1,4568" -04/09/2004,05.00.00,"0,8",958.0,-200.0,"4,6",744.0,-200.0,809.0,-200.0,1419.0,903.0,"22,1","54,5","1,4337" -04/09/2004,06.00.00,1,976.0,-200.0,"5,3",780.0,-200.0,795.0,-200.0,1467.0,898.0,"22,5","53,6","1,4422" -04/09/2004,07.00.00,"1,7",1088.0,-200.0,"9,1",945.0,-200.0,636.0,-200.0,1613.0,1165.0,"22,0","55,4","1,4436" -04/09/2004,08.00.00,"1,9",1159.0,-200.0,"11,0",1016.0,-200.0,595.0,-200.0,1681.0,1260.0,"23,4","51,6","1,4639" -04/09/2004,09.00.00,2,1156.0,-200.0,"10,3",988.0,-200.0,615.0,-200.0,1634.0,1250.0,"26,7","43,0","1,4808" -04/09/2004,10.00.00,"2,2",1202.0,-200.0,"11,2",1021.0,-200.0,649.0,-200.0,1644.0,1226.0,"31,3","32,9","1,4771" -04/09/2004,11.00.00,"2,3",1226.0,-200.0,"12,9",1080.0,-200.0,622.0,-200.0,1697.0,1188.0,"34,8","27,1","1,4837" -04/09/2004,12.00.00,"2,3",1181.0,-200.0,"13,2",1091.0,-200.0,638.0,-200.0,1637.0,1072.0,"38,3","21,5","1,4263" -04/09/2004,13.00.00,"1,8",1062.0,-200.0,"9,8",969.0,-200.0,729.0,-200.0,1459.0,782.0,"37,1","21,2","1,3107" -04/09/2004,14.00.00,"1,4",1013.0,-200.0,"7,9",897.0,-200.0,798.0,-200.0,1351.0,594.0,"37,3","20,3","1,2771" -04/09/2004,15.00.00,"1,6",1029.0,-200.0,"8,3",913.0,-200.0,787.0,-200.0,1373.0,607.0,"38,3","19,3","1,2736" -04/09/2004,16.00.00,"2,3",1144.0,-200.0,"11,9",1046.0,-200.0,682.0,-200.0,1564.0,879.0,"40,7","17,0","1,2793" -04/09/2004,17.00.00,"2,4",1159.0,-200.0,"12,3",1059.0,-200.0,664.0,-200.0,1580.0,945.0,"39,5","18,5","1,3076" -04/09/2004,18.00.00,"2,1",1113.0,-200.0,"10,0",978.0,-200.0,705.0,-200.0,1538.0,946.0,"36,6","22,6","1,3664" -04/09/2004,19.00.00,"1,8",1100.0,-200.0,"9,1",944.0,-200.0,730.0,-200.0,1524.0,882.0,"32,8","28,2","1,3842" -04/09/2004,20.00.00,"1,7",1037.0,-200.0,"7,8",890.0,-200.0,765.0,-200.0,1408.0,735.0,"30,7","30,7","1,3338" -04/09/2004,21.00.00,"1,9",1055.0,-200.0,"10,3",988.0,-200.0,720.0,-200.0,1490.0,874.0,"30,1","28,7","1,2052" -04/09/2004,22.00.00,"1,6",980.0,-200.0,"8,0",901.0,-200.0,812.0,-200.0,1369.0,731.0,"29,7","25,4","1,0440" -04/09/2004,23.00.00,"2,6",1083.0,-200.0,"13,3",1094.0,-200.0,706.0,-200.0,1537.0,926.0,"29,6","24,3","0,9889" -05/09/2004,00.00.00,"5,8",1399.0,-200.0,"30,3",1558.0,-200.0,473.0,-200.0,2052.0,1652.0,"28,0","29,1","1,0846" -05/09/2004,01.00.00,3,1194.0,-200.0,"18,5",1255.0,-200.0,555.0,-200.0,1694.0,1452.0,"27,2","33,3","1,1788" -05/09/2004,02.00.00,"1,5",970.0,-200.0,"7,3",870.0,-200.0,792.0,-200.0,1376.0,943.0,"27,5","30,9","1,1155" -05/09/2004,03.00.00,"0,9",898.0,-200.0,"4,2",721.0,-200.0,912.0,-200.0,1264.0,594.0,"27,1","33,3","1,1762" -05/09/2004,04.00.00,"1,1",929.0,-200.0,"5,1",769.0,-200.0,879.0,-200.0,1335.0,607.0,"26,4","35,1","1,1919" -05/09/2004,05.00.00,"0,9",913.0,-200.0,"4,4",734.0,-200.0,864.0,-200.0,1338.0,646.0,"25,6","37,6","1,2131" -05/09/2004,06.00.00,"0,7",854.0,-200.0,"2,2",600.0,-200.0,1102.0,-200.0,1252.0,542.0,"25,4","38,6","1,2352" -05/09/2004,07.00.00,"0,6",881.0,-200.0,"2,9",647.0,-200.0,964.0,-200.0,1250.0,550.0,"25,5","38,2","1,2296" -05/09/2004,08.00.00,"0,7",867.0,-200.0,"2,5",618.0,-200.0,1042.0,-200.0,1231.0,488.0,"27,0","34,3","1,2089" -05/09/2004,09.00.00,"0,8",885.0,-200.0,"2,8",638.0,-200.0,1059.0,-200.0,1248.0,484.0,"29,9","29,6","1,2296" -05/09/2004,10.00.00,"0,9",899.0,-200.0,"3,0",654.0,-200.0,1037.0,-200.0,1254.0,481.0,"31,9","26,8","1,2477" -05/09/2004,11.00.00,1,886.0,-200.0,"2,7",633.0,-200.0,1071.0,-200.0,1214.0,453.0,"33,0","23,5","1,1583" -05/09/2004,12.00.00,"0,9",864.0,-200.0,"3,0",651.0,-200.0,1096.0,-200.0,1193.0,443.0,"34,5","19,3","1,0369" -05/09/2004,13.00.00,"0,7",822.0,-200.0,"2,4",611.0,-200.0,1191.0,-200.0,1138.0,403.0,"33,2","19,0","0,9533" -05/09/2004,14.00.00,"0,6",810.0,-200.0,"2,2",597.0,-200.0,1255.0,-200.0,1106.0,361.0,"32,2","20,5","0,9699" -05/09/2004,15.00.00,"0,6",784.0,-200.0,"1,9",576.0,-200.0,1327.0,-200.0,1060.0,342.0,"32,6","17,5","0,8467" -05/09/2004,16.00.00,"0,8",823.0,-200.0,"2,7",633.0,-200.0,1228.0,-200.0,1103.0,366.0,"33,0","17,5","0,8683" -05/09/2004,17.00.00,"0,9",863.0,-200.0,"3,4",678.0,-200.0,1153.0,-200.0,1139.0,434.0,"32,9","17,5","0,8622" -05/09/2004,18.00.00,"1,1",880.0,-200.0,"4,3",728.0,-200.0,1046.0,-200.0,1167.0,514.0,"31,6","18,0","0,8243" -05/09/2004,19.00.00,"1,7",951.0,-200.0,"7,0",859.0,-200.0,897.0,-200.0,1267.0,718.0,"29,3","20,4","0,8162" -05/09/2004,20.00.00,"1,5",942.0,-200.0,"5,5",786.0,-200.0,930.0,-200.0,1245.0,705.0,"27,8","24,4","0,9002" -05/09/2004,21.00.00,"1,6",988.0,-200.0,"7,0",859.0,-200.0,845.0,-200.0,1341.0,799.0,"27,1","26,9","0,9524" -05/09/2004,22.00.00,"1,7",1008.0,-200.0,"6,7",845.0,-200.0,832.0,-200.0,1349.0,856.0,"26,3","29,5","0,9959" -05/09/2004,23.00.00,"1,3",965.0,-200.0,"5,1",769.0,-200.0,878.0,-200.0,1315.0,667.0,"25,9","32,9","1,0826" -06/09/2004,00.00.00,"1,3",957.0,-200.0,"4,1",717.0,-200.0,911.0,-200.0,1322.0,579.0,"25,3","36,9","1,1764" -06/09/2004,01.00.00,1,921.0,-200.0,"3,2",666.0,-200.0,954.0,-200.0,1288.0,480.0,"24,8","40,1","1,2378" -06/09/2004,02.00.00,"0,6",854.0,-200.0,"1,7",562.0,-200.0,1106.0,-200.0,1224.0,400.0,"24,3","42,9","1,2906" -06/09/2004,03.00.00,"0,5",826.0,-200.0,"1,0",504.0,-200.0,1250.0,-200.0,1204.0,385.0,"24,0","45,5","1,3404" -06/09/2004,04.00.00,-200,828.0,-200.0,"1,0",501.0,-200.0,1281.0,-200.0,1189.0,385.0,"23,9","47,4","1,3881" -06/09/2004,05.00.00,"0,4",892.0,-200.0,"1,9",580.0,-200.0,1076.0,-200.0,1271.0,516.0,"23,5","49,1","1,3991" -06/09/2004,06.00.00,"0,7",954.0,-200.0,"3,1",660.0,-200.0,938.0,-200.0,1342.0,728.0,"23,7","49,2","1,4195" -06/09/2004,07.00.00,"1,8",1120.0,-200.0,"7,8",890.0,-200.0,728.0,-200.0,1546.0,1035.0,"23,6","49,6","1,4247" -06/09/2004,08.00.00,"1,9",1096.0,-200.0,"8,5",921.0,-200.0,716.0,-200.0,1534.0,988.0,"24,3","45,4","1,3650" -06/09/2004,09.00.00,"1,7",1058.0,-200.0,"8,0",898.0,-200.0,749.0,-200.0,1470.0,977.0,"26,3","38,3","1,2932" -06/09/2004,10.00.00,"1,3",977.0,-200.0,"5,7",800.0,-200.0,843.0,-200.0,1372.0,778.0,"27,6","34,2","1,2464" -06/09/2004,11.00.00,"1,4",977.0,-200.0,"6,6",840.0,-200.0,827.0,-200.0,1390.0,736.0,"29,2","29,1","1,1586" -06/09/2004,12.00.00,"1,3",943.0,-200.0,"5,3",777.0,-200.0,880.0,-200.0,1333.0,632.0,"29,2","28,6","1,1423" -06/09/2004,13.00.00,"1,4",964.0,-200.0,"6,0",814.0,-200.0,850.0,-200.0,1369.0,689.0,"29,4","28,3","1,1434" -06/09/2004,14.00.00,"1,2",953.0,-200.0,"5,4",781.0,-200.0,889.0,-200.0,1356.0,641.0,"29,8","28,0","1,1558" -06/09/2004,15.00.00,"1,3",967.0,-200.0,"6,1",814.0,-200.0,854.0,-200.0,1385.0,703.0,"30,1","26,7","1,1217" -06/09/2004,16.00.00,"1,5",996.0,-200.0,"6,7",843.0,-200.0,840.0,-200.0,1394.0,765.0,"30,1","27,2","1,1406" -06/09/2004,17.00.00,"2,3",1091.0,-200.0,"11,7",1039.0,-200.0,699.0,-200.0,1586.0,923.0,"29,6","27,5","1,1229" -06/09/2004,18.00.00,"2,6",1114.0,-200.0,"13,5",1101.0,-200.0,663.0,-200.0,1632.0,1057.0,"29,6","27,7","1,1278" -06/09/2004,19.00.00,"2,9",1133.0,-200.0,"13,5",1101.0,-200.0,647.0,-200.0,1669.0,1105.0,"28,0","30,1","1,1226" -06/09/2004,20.00.00,"1,8",1031.0,-200.0,"8,5",921.0,-200.0,731.0,-200.0,1490.0,897.0,"26,8","33,8","1,1723" -06/09/2004,21.00.00,"1,3",952.0,-200.0,"5,5",787.0,-200.0,856.0,-200.0,1342.0,723.0,"25,7","35,8","1,1600" -06/09/2004,22.00.00,"1,3",949.0,-200.0,"5,8",804.0,-200.0,835.0,-200.0,1365.0,740.0,"25,4","35,2","1,1255" -06/09/2004,23.00.00,"1,2",932.0,-200.0,"4,8",752.0,-200.0,889.0,-200.0,1310.0,687.0,"25,0","37,3","1,1614" -07/09/2004,00.00.00,"1,2",966.0,-200.0,"5,2",774.0,-200.0,859.0,-200.0,1352.0,644.0,"24,6","40,5","1,2362" -07/09/2004,01.00.00,"0,8",888.0,-200.0,"3,0",653.0,-200.0,973.0,-200.0,1272.0,497.0,"24,2","43,8","1,3057" -07/09/2004,02.00.00,"0,6",847.0,-200.0,"2,7",634.0,-200.0,1012.0,-200.0,1258.0,525.0,"24,0","43,7","1,2876" -07/09/2004,03.00.00,"0,6",856.0,-200.0,"3,6",687.0,-200.0,955.0,-200.0,1260.0,726.0,"21,9","48,3","1,2522" -07/09/2004,04.00.00,"0,6",881.0,-200.0,"4,4",735.0,-200.0,876.0,-200.0,1308.0,783.0,"22,4","47,2","1,2593" -07/09/2004,05.00.00,"0,7",882.0,-200.0,"4,0",711.0,-200.0,936.0,-200.0,1310.0,741.0,"22,9","46,5","1,2861" -07/09/2004,06.00.00,"1,3",1016.0,-200.0,"7,7",888.0,169.0,776.0,64.0,1485.0,1040.0,"23,1","47,0","1,3122" -07/09/2004,07.00.00,"2,5",1228.0,-200.0,"13,9",1113.0,231.0,628.0,72.0,1719.0,1324.0,"23,7","46,2","1,3376" -07/09/2004,08.00.00,"3,4",1311.0,-200.0,"22,0",1350.0,232.0,529.0,73.0,1957.0,1486.0,"25,8","41,9","1,3688" -07/09/2004,09.00.00,"2,1",1081.0,-200.0,"10,2",983.0,145.0,703.0,64.0,1546.0,1079.0,"27,3","38,3","1,3669" -07/09/2004,10.00.00,"2,2",1104.0,-200.0,"10,4",993.0,170.0,705.0,74.0,1539.0,1081.0,"31,0","29,1","1,2885" -07/09/2004,11.00.00,"1,7",991.0,-200.0,"8,0",898.0,214.0,787.0,89.0,1412.0,806.0,"31,6","25,5","1,1638" -07/09/2004,12.00.00,"2,1",1008.0,-200.0,"10,1",980.0,-200.0,755.0,-200.0,1465.0,825.0,"32,5","21,2","1,0173" -07/09/2004,13.00.00,"2,2",986.0,-200.0,"10,7",1005.0,-200.0,752.0,-200.0,1439.0,907.0,"31,7","20,5","0,9428" -07/09/2004,14.00.00,"1,4",948.0,-200.0,"7,9",893.0,-200.0,828.0,-200.0,1374.0,768.0,"31,5","21,5","0,9768" -07/09/2004,15.00.00,"1,4",919.0,-200.0,"7,1",862.0,-200.0,851.0,-200.0,1293.0,697.0,"31,6","20,8","0,9562" -07/09/2004,16.00.00,"1,6",958.0,-200.0,"9,0",940.0,-200.0,820.0,-200.0,1380.0,728.0,"32,4","19,4","0,9279" -07/09/2004,17.00.00,"2,3",1037.0,-200.0,"11,2",1021.0,-200.0,747.0,-200.0,1451.0,786.0,"31,7","20,3","0,9336" -07/09/2004,18.00.00,"3,3",1120.0,-200.0,"16,0",1181.0,-200.0,653.0,-200.0,1604.0,1028.0,"31,1","21,0","0,9337" -07/09/2004,19.00.00,"4,1",1205.0,-200.0,"19,9",1294.0,-200.0,579.0,-200.0,1744.0,1317.0,"28,9","25,4","0,9933" -07/09/2004,20.00.00,"3,3",1172.0,-200.0,"15,3",1159.0,-200.0,597.0,-200.0,1653.0,1290.0,"27,4","30,8","1,1112" -07/09/2004,21.00.00,"2,2",1088.0,-200.0,"11,1",1019.0,-200.0,668.0,-200.0,1554.0,1165.0,"26,3","34,1","1,1453" -07/09/2004,22.00.00,-200,1055.0,-200.0,"10,0",979.0,-200.0,694.0,-200.0,1517.0,1086.0,"25,4","35,2","1,1288" -07/09/2004,23.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,00.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,01.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,02.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,03.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,04.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,05.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,06.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,07.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,08.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,09.00.00,-200,1297.0,-200.0,"34,5",1654.0,-200.0,848.0,-200.0,1366.0,1611.0,"22,7","33,0","0,8987" -08/09/2004,10.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,11.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,12.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,13.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,14.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,15.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,16.00.00,-200,-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,17.00.00,"3,4",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -08/09/2004,18.00.00,4,1325.0,-200.0,"18,9",1266.0,477.0,926.0,188.0,1441.0,1543.0,"32,4","19,8","0,9484" -08/09/2004,19.00.00,"4,7",1383.0,-200.0,"24,1",1406.0,502.0,824.0,176.0,1582.0,1678.0,"29,9","22,3","0,9235" -08/09/2004,20.00.00,"3,8",1254.0,-200.0,"18,1",1241.0,420.0,873.0,163.0,1463.0,1431.0,"28,2","24,8","0,9360" -08/09/2004,21.00.00,"2,8",1221.0,-200.0,"15,8",1174.0,344.0,874.0,155.0,1481.0,1413.0,"26,8","28,9","1,0019" -08/09/2004,22.00.00,"2,6",1226.0,-200.0,"14,6",1138.0,307.0,862.0,146.0,1481.0,1419.0,"25,1","32,3","1,0131" -08/09/2004,23.00.00,2,1100.0,-200.0,"10,6",999.0,251.0,984.0,131.0,1361.0,1145.0,"25,4","30,5","0,9722" -09/09/2004,00.00.00,"1,4",999.0,-200.0,"7,5",879.0,180.0,1114.0,119.0,1261.0,960.0,"24,9","28,3","0,8775" -09/09/2004,01.00.00,"1,2",980.0,-200.0,"7,4",873.0,141.0,1088.0,98.0,1258.0,949.0,"23,2","30,5","0,8558" -09/09/2004,02.00.00,"0,6",859.0,-200.0,"3,8",698.0,105.0,1254.0,89.0,1157.0,819.0,"22,3","33,6","0,8959" -09/09/2004,03.00.00,"0,3",814.0,-200.0,"2,3",606.0,-200.0,1370.0,-200.0,1131.0,745.0,"23,0","33,0","0,9184" -09/09/2004,04.00.00,"0,2",806.0,-200.0,"2,3",605.0,74.0,1366.0,68.0,1132.0,725.0,"21,4","35,7","0,8982" -09/09/2004,05.00.00,"0,4",813.0,-200.0,"2,7",631.0,91.0,1327.0,65.0,1108.0,710.0,"21,7","33,4","0,8545" -09/09/2004,06.00.00,"0,6",889.0,-200.0,"4,9",760.0,143.0,1224.0,81.0,1213.0,806.0,"20,3","35,5","0,8342" -09/09/2004,07.00.00,3,1200.0,-200.0,"18,2",1246.0,553.0,798.0,136.0,1574.0,1416.0,"19,7","37,5","0,8501" -09/09/2004,08.00.00,"3,2",1289.0,-200.0,"21,4",1335.0,542.0,724.0,130.0,1681.0,1521.0,"21,0","35,6","0,8736" -09/09/2004,09.00.00,"3,5",1355.0,-200.0,"21,3",1333.0,590.0,741.0,157.0,1691.0,1605.0,"25,0","28,9","0,9025" -09/09/2004,10.00.00,"3,1",1277.0,-200.0,"19,9",1292.0,590.0,800.0,171.0,1626.0,1481.0,"31,0","21,9","0,9708" -09/09/2004,11.00.00,"2,2",1156.0,-200.0,"14,8",1142.0,387.0,907.0,143.0,1490.0,1188.0,"34,9","18,5","1,0189" -09/09/2004,12.00.00,"1,7",1054.0,-200.0,"12,6",1071.0,252.0,1006.0,116.0,1380.0,940.0,"37,1","15,0","0,9297" -09/09/2004,13.00.00,2,1096.0,-200.0,"13,0",1083.0,310.0,971.0,129.0,1430.0,986.0,"35,0","17,3","0,9542" -09/09/2004,14.00.00,"2,5",1160.0,-200.0,"16,2",1185.0,396.0,873.0,168.0,1522.0,1162.0,"35,1","17,5","0,9733" -09/09/2004,15.00.00,"2,4",1148.0,-200.0,"15,0",1149.0,329.0,924.0,152.0,1473.0,1047.0,"35,4","16,6","0,9385" -09/09/2004,16.00.00,"2,9",1166.0,-200.0,"16,2",1186.0,393.0,878.0,175.0,1500.0,1180.0,"38,4","13,8","0,9221" -09/09/2004,17.00.00,"4,2",1315.0,-200.0,"22,7",1370.0,522.0,794.0,212.0,1689.0,1399.0,"37,6","14,5","0,9277" -09/09/2004,18.00.00,"5,4",1425.0,-200.0,"32,3",1605.0,631.0,660.0,220.0,1920.0,2321.0,"35,2","16,6","0,9242" -09/09/2004,19.00.00,"4,3",1329.0,-200.0,"22,3",1360.0,435.0,704.0,175.0,1768.0,1894.0,"31,2","25,5","1,1379" -09/09/2004,20.00.00,"3,6",1299.0,-200.0,"16,6",1197.0,407.0,763.0,165.0,1688.0,1606.0,"29,3","30,7","1,2290" -09/09/2004,21.00.00,2,1123.0,-200.0,"11,0",1015.0,255.0,845.0,136.0,1470.0,1297.0,"28,3","30,1","1,1392" -09/09/2004,22.00.00,"1,5",1089.0,-200.0,"11,3",1024.0,180.0,831.0,111.0,1452.0,1182.0,"27,4","31,5","1,1330" -09/09/2004,23.00.00,"1,5",1081.0,-200.0,"9,3",950.0,186.0,876.0,114.0,1434.0,1138.0,"26,2","35,7","1,1929" -10/09/2004,00.00.00,"1,2",1031.0,-200.0,"7,3",871.0,147.0,950.0,96.0,1393.0,972.0,"25,2","38,1","1,2049" -10/09/2004,01.00.00,1,969.0,-200.0,"5,5",787.0,101.0,1035.0,75.0,1350.0,799.0,"24,4","39,1","1,1784" -10/09/2004,02.00.00,"0,5",881.0,-200.0,"3,5",680.0,69.0,1175.0,58.0,1251.0,630.0,"23,7","39,1","1,1289" -10/09/2004,03.00.00,"0,5",869.0,-200.0,"2,8",638.0,-200.0,1219.0,-200.0,1213.0,586.0,"24,2","38,5","1,1491" -10/09/2004,04.00.00,"0,4",866.0,-200.0,"2,9",644.0,49.0,1162.0,41.0,1218.0,629.0,"24,5","38,5","1,1688" -10/09/2004,05.00.00,"0,5",895.0,-200.0,"3,6",689.0,91.0,1134.0,55.0,1250.0,709.0,"22,4","43,5","1,1624" -10/09/2004,06.00.00,"0,7",933.0,-200.0,"5,5",786.0,144.0,1018.0,73.0,1306.0,858.0,"22,3","43,8","1,1631" -10/09/2004,07.00.00,"2,4",1209.0,-200.0,"15,5",1163.0,430.0,762.0,108.0,1606.0,1300.0,"21,4","45,8","1,1515" -10/09/2004,08.00.00,"4,1",1417.0,-200.0,"28,3",1511.0,606.0,587.0,147.0,1975.0,1676.0,"22,9","41,3","1,1383" -10/09/2004,09.00.00,3,1227.0,-200.0,"17,8",1233.0,519.0,739.0,150.0,1594.0,1384.0,"26,6","30,3","1,0378" -10/09/2004,10.00.00,2,1093.0,-200.0,"12,8",1076.0,353.0,871.0,131.0,1457.0,1125.0,"30,3","23,0","0,9770" -10/09/2004,11.00.00,"2,5",1135.0,-200.0,"15,7",1170.0,429.0,867.0,144.0,1523.0,1189.0,"32,8","18,9","0,9234" -10/09/2004,12.00.00,"2,4",1112.0,-200.0,"15,4",1161.0,345.0,866.0,151.0,1499.0,1088.0,"34,3","17,7","0,9416" -10/09/2004,13.00.00,"2,6",1147.0,-200.0,"15,6",1168.0,417.0,858.0,165.0,1492.0,1118.0,"33,3","18,9","0,9536" -10/09/2004,14.00.00,"1,9",1086.0,-200.0,"12,6",1070.0,276.0,907.0,135.0,1423.0,924.0,"33,0","20,1","0,9959" -10/09/2004,15.00.00,"2,1",1077.0,-200.0,"12,2",1056.0,280.0,908.0,143.0,1406.0,935.0,"33,6","19,6","1,0029" -10/09/2004,16.00.00,"2,5",1110.0,-200.0,"13,4",1098.0,365.0,882.0,153.0,1450.0,1009.0,"34,9","18,4","1,0106" -10/09/2004,17.00.00,"2,7",1146.0,-200.0,"14,3",1125.0,363.0,846.0,149.0,1511.0,1016.0,"33,4","20,3","1,0270" -10/09/2004,18.00.00,"3,3",1211.0,-200.0,"16,5",1194.0,393.0,797.0,164.0,1599.0,1188.0,"31,6","22,7","1,0410" -10/09/2004,19.00.00,"3,2",1218.0,-200.0,"17,4",1221.0,385.0,755.0,180.0,1599.0,1290.0,"29,2","26,9","1,0709" -10/09/2004,20.00.00,"2,6",1136.0,-200.0,"12,9",1082.0,307.0,824.0,159.0,1478.0,1130.0,"27,7","30,1","1,0991" -10/09/2004,21.00.00,"1,4",1017.0,-200.0,"8,2",908.0,194.0,932.0,119.0,1354.0,880.0,"27,1","31,0","1,0991" -10/09/2004,22.00.00,"1,6",1063.0,-200.0,"9,2",946.0,205.0,886.0,127.0,1391.0,996.0,"26,0","33,4","1,1071" -10/09/2004,23.00.00,"1,7",1083.0,-200.0,"9,3",951.0,223.0,880.0,131.0,1393.0,1054.0,"25,1","35,7","1,1222" -11/09/2004,00.00.00,"1,6",1077.0,-200.0,"10,4",994.0,176.0,829.0,101.0,1429.0,1081.0,"24,3","38,5","1,1525" -11/09/2004,01.00.00,-200,968.0,-200.0,"6,2",823.0,-200.0,952.0,-200.0,1343.0,828.0,"23,4","40,7","1,1551" -11/09/2004,02.00.00,-200,898.0,-200.0,"4,2",720.0,-200.0,1059.0,-200.0,1259.0,661.0,"23,2","41,2","1,1561" -11/09/2004,03.00.00,-200,859.0,-200.0,"3,1",656.0,-200.0,1126.0,-200.0,1213.0,582.0,"23,6","40,5","1,1667" -11/09/2004,04.00.00,-200,849.0,-200.0,"2,3",607.0,-200.0,1189.0,-200.0,1190.0,544.0,"23,5","40,9","1,1677" -11/09/2004,05.00.00,-200,886.0,-200.0,"3,1",658.0,-200.0,1101.0,-200.0,1234.0,647.0,"20,5","48,4","1,1557" -11/09/2004,06.00.00,-200,932.0,-200.0,"4,0",708.0,-200.0,1057.0,-200.0,1285.0,720.0,"20,7","48,4","1,1663" -11/09/2004,07.00.00,-200,1144.0,-200.0,"10,8",1006.0,-200.0,757.0,-200.0,1535.0,1207.0,"19,9","50,8","1,1694" -11/09/2004,08.00.00,-200,1222.0,-200.0,"13,0",1083.0,-200.0,729.0,-200.0,1624.0,1273.0,"21,3","47,2","1,1825" -11/09/2004,09.00.00,-200,1202.0,-200.0,"10,3",989.0,-200.0,775.0,-200.0,1506.0,1303.0,"24,0","40,8","1,1993" -11/09/2004,10.00.00,-200,1323.0,-200.0,"16,3",1190.0,-200.0,698.0,-200.0,1702.0,1479.0,"28,7","30,3","1,1769" -11/09/2004,11.00.00,-200,1219.0,-200.0,"12,7",1074.0,-200.0,805.0,-200.0,1532.0,1191.0,"31,9","24,7","1,1477" -11/09/2004,12.00.00,-200,1121.0,-200.0,"9,7",965.0,-200.0,899.0,-200.0,1386.0,932.0,"33,8","21,9","1,1331" -11/09/2004,13.00.00,-200,1096.0,-200.0,"9,1",942.0,-200.0,893.0,-200.0,1366.0,826.0,"32,7","22,7","1,1044" -11/09/2004,14.00.00,-200,1019.0,-200.0,"7,0",858.0,-200.0,989.0,-200.0,1270.0,631.0,"33,0","21,3","1,0512" -11/09/2004,15.00.00,-200,1045.0,-200.0,"7,0",857.0,-200.0,994.0,-200.0,1308.0,598.0,"33,9","21,2","1,0989" -11/09/2004,16.00.00,-200,1147.0,-200.0,"9,5",959.0,-200.0,872.0,-200.0,1387.0,796.0,"35,9","20,3","1,1845" -11/09/2004,17.00.00,-200,1145.0,-200.0,"9,8",971.0,-200.0,883.0,-200.0,1418.0,759.0,"34,2","22,6","1,1970" -11/09/2004,18.00.00,-200,1202.0,-200.0,"11,7",1040.0,-200.0,815.0,-200.0,1506.0,886.0,"32,0","27,3","1,2752" -11/09/2004,19.00.00,-200,1283.0,-200.0,"13,9",1112.0,-200.0,719.0,-200.0,1583.0,1071.0,"29,3","32,6","1,3105" -11/09/2004,20.00.00,-200,1148.0,-200.0,"8,7",929.0,-200.0,815.0,-200.0,1443.0,826.0,"27,2","38,0","1,3470" -11/09/2004,21.00.00,-200,1229.0,-200.0,"10,9",1012.0,-200.0,743.0,-200.0,1562.0,1103.0,"26,1","41,1","1,3705" -11/09/2004,22.00.00,-200,1287.0,-200.0,"12,3",1060.0,-200.0,716.0,-200.0,1595.0,1221.0,"25,3","44,6","1,4161" -11/09/2004,23.00.00,-200,1285.0,-200.0,"12,4",1062.0,-200.0,715.0,-200.0,1583.0,1449.0,"24,6","47,2","1,4424" -12/09/2004,00.00.00,-200,1251.0,-200.0,"12,1",1055.0,-200.0,701.0,-200.0,1602.0,1364.0,"24,1","48,8","1,4412" -12/09/2004,01.00.00,-200,1120.0,-200.0,"8,0",900.0,-200.0,811.0,-200.0,1462.0,1111.0,"23,6","50,4","1,4470" -12/09/2004,02.00.00,-200,1108.0,-200.0,"8,4",917.0,-200.0,797.0,-200.0,1495.0,1129.0,"22,0","55,8","1,4585" -12/09/2004,03.00.00,-200,961.0,-200.0,"4,9",759.0,-200.0,943.0,-200.0,1375.0,799.0,"22,4","53,6","1,4379" -12/09/2004,04.00.00,-200,950.0,-200.0,"4,2",719.0,-200.0,982.0,-200.0,1372.0,771.0,"21,6","55,8","1,4228" -12/09/2004,05.00.00,-200,901.0,-200.0,"2,3",608.0,-200.0,1105.0,-200.0,1299.0,646.0,"21,8","55,2","1,4184" -12/09/2004,06.00.00,-200,903.0,-200.0,"2,5",619.0,-200.0,1111.0,-200.0,1315.0,705.0,"21,7","55,4","1,4192" -12/09/2004,07.00.00,-200,1024.0,-200.0,"4,9",757.0,-200.0,923.0,-200.0,1423.0,908.0,"20,6","59,8","1,4350" -12/09/2004,08.00.00,-200,1093.0,-200.0,"6,6",837.0,-200.0,830.0,-200.0,1480.0,1047.0,"22,1","55,3","1,4495" -12/09/2004,09.00.00,-200,1097.0,-200.0,"6,5",833.0,-200.0,853.0,-200.0,1470.0,1015.0,"24,8","48,2","1,4883" -12/09/2004,10.00.00,-200,1126.0,-200.0,"6,4",830.0,-200.0,853.0,-200.0,1528.0,938.0,"27,9","43,4","1,6017" -12/09/2004,11.00.00,-200,1139.0,-200.0,"5,6",794.0,-200.0,908.0,-200.0,1456.0,849.0,"30,1","38,5","1,6212" -12/09/2004,12.00.00,-200,1178.0,-200.0,"6,4",832.0,-200.0,858.0,-200.0,1542.0,844.0,"28,2","48,6","1,8253" -12/09/2004,13.00.00,-200,1243.0,-200.0,"7,6",883.0,-200.0,745.0,-200.0,1660.0,1036.0,"24,8","70,4","2,1766" -12/09/2004,14.00.00,-200,1017.0,-200.0,"3,5",680.0,-200.0,996.0,-200.0,1421.0,729.0,"27,8","49,4","1,8209" -12/09/2004,15.00.00,-200,1048.0,-200.0,"3,3",672.0,-200.0,1050.0,-200.0,1438.0,556.0,"25,4","59,9","1,9168" -12/09/2004,16.00.00,-200,1254.0,-200.0,"6,6",840.0,-200.0,787.0,-200.0,1602.0,846.0,"26,1","66,8","2,2310" -12/09/2004,17.00.00,-200,1287.0,-200.0,"8,3",911.0,-200.0,796.0,-200.0,1664.0,942.0,"28,0","53,2","1,9810" -12/09/2004,18.00.00,-200,1215.0,-200.0,"8,0",900.0,-200.0,823.0,-200.0,1604.0,902.0,"27,4","51,4","1,8404" -12/09/2004,19.00.00,-200,1363.0,-200.0,"12,6",1071.0,-200.0,697.0,-200.0,1763.0,1178.0,"25,7","55,8","1,8149" -12/09/2004,20.00.00,-200,1436.0,-200.0,"17,5",1224.0,-200.0,609.0,-200.0,1886.0,1426.0,"24,6","60,3","1,8363" -12/09/2004,21.00.00,-200,1365.0,-200.0,"14,8",1143.0,-200.0,655.0,-200.0,1796.0,1394.0,"24,2","61,6","1,8381" -12/09/2004,22.00.00,-200,1506.0,-200.0,"23,3",1385.0,-200.0,555.0,-200.0,2260.0,1935.0,"23,8","63,5","1,8495" -12/09/2004,23.00.00,-200,1227.0,-200.0,"12,2",1055.0,-200.0,705.0,-200.0,1772.0,1360.0,"23,0","64,8","1,8020" -13/09/2004,00.00.00,-200,1038.0,-200.0,"7,2",866.0,-200.0,833.0,-200.0,1570.0,1061.0,"23,0","63,3","1,7589" -13/09/2004,01.00.00,-200,934.0,-200.0,"4,6",744.0,-200.0,970.0,-200.0,1473.0,870.0,"22,8","63,3","1,7355" -13/09/2004,02.00.00,-200,900.0,-200.0,"3,8",699.0,-200.0,1036.0,-200.0,1452.0,799.0,"21,0","68,6","1,6873" -13/09/2004,03.00.00,-200,870.0,-200.0,"3,7",692.0,-200.0,1070.0,-200.0,1443.0,779.0,"20,4","70,7","1,6734" -13/09/2004,04.00.00,-200,875.0,-200.0,"4,0",713.0,-200.0,1027.0,-200.0,1436.0,809.0,"19,4","73,4","1,6417" -13/09/2004,05.00.00,-200,940.0,-200.0,"5,5",789.0,-200.0,917.0,-200.0,1473.0,914.0,"19,5","72,0","1,6118" -13/09/2004,06.00.00,-200,1053.0,-200.0,"8,3",913.0,-200.0,824.0,-200.0,1578.0,1033.0,"19,7","70,3","1,5925" -13/09/2004,07.00.00,-200,1509.0,-200.0,"28,2",1508.0,-200.0,533.0,-200.0,2257.0,1572.0,"20,4","66,7","1,5770" -13/09/2004,08.00.00,-200,1559.0,-200.0,"32,1",1599.0,-200.0,498.0,-200.0,2374.0,1704.0,"21,8","61,8","1,5966" -13/09/2004,09.00.00,-200,1313.0,-200.0,"17,7",1231.0,-200.0,626.0,-200.0,1889.0,1455.0,"23,0","60,2","1,6652" -13/09/2004,10.00.00,"3,1",1372.0,-200.0,"18,4",1251.0,475.0,609.0,138.0,1890.0,1588.0,"25,4","53,0","1,6963" -13/09/2004,11.00.00,"2,9",1320.0,-200.0,"16,3",1190.0,395.0,655.0,138.0,1825.0,1482.0,"30,0","41,6","1,7324" -13/09/2004,12.00.00,3,1346.0,-200.0,"18,2",1246.0,353.0,639.0,138.0,1907.0,1458.0,"32,6","34,8","1,6872" -13/09/2004,13.00.00,3,1307.0,-200.0,"17,9",1236.0,397.0,649.0,137.0,1869.0,1356.0,"32,2","34,2","1,6145" -13/09/2004,14.00.00,"2,2",1157.0,-200.0,"12,6",1069.0,274.0,737.0,120.0,1653.0,1100.0,"32,1","33,5","1,5690" -13/09/2004,15.00.00,2,1154.0,-200.0,"11,3",1026.0,505.0,773.0,208.0,1623.0,1212.0,"32,6","31,8","1,5361" -13/09/2004,16.00.00,"2,3",1172.0,-200.0,"14,9",1145.0,275.0,735.0,128.0,1676.0,1049.0,"35,2","25,2","1,4111" -13/09/2004,17.00.00,"3,1",1241.0,-200.0,"18,5",1254.0,360.0,693.0,145.0,1735.0,1149.0,"34,3","24,7","1,3154" -13/09/2004,18.00.00,-200,1379.0,-200.0,"25,2",1433.0,-200.0,605.0,-200.0,1982.0,1370.0,"31,5","29,9","1,3638" -13/09/2004,19.00.00,"6,2",1570.0,-200.0,"35,9",1684.0,597.0,494.0,168.0,2289.0,1716.0,"29,0","36,6","1,4452" -13/09/2004,20.00.00,"4,7",1418.0,-200.0,"26,7",1471.0,728.0,542.0,177.0,2064.0,1600.0,"27,1","42,2","1,4949" -13/09/2004,21.00.00,3,1317.0,-200.0,"19,9",1295.0,891.0,593.0,172.0,1883.0,1592.0,"26,1","46,4","1,5445" -13/09/2004,22.00.00,"2,1",1204.0,-200.0,"14,6",1136.0,346.0,648.0,112.0,1782.0,1491.0,"25,1","49,4","1,5480" -13/09/2004,23.00.00,1,1014.0,-200.0,"6,9",853.0,98.0,843.0,39.0,1499.0,1084.0,"26,0","46,4","1,5375" -14/09/2004,00.00.00,"0,8",956.0,-200.0,"5,6",794.0,144.0,896.0,68.0,1456.0,1007.0,"24,7","49,2","1,5116" -14/09/2004,01.00.00,"0,7",891.0,-200.0,"3,9",708.0,110.0,1005.0,51.0,1382.0,823.0,"24,8","49,0","1,5092" -14/09/2004,02.00.00,-200,856.0,-200.0,"3,2",665.0,-200.0,1061.0,-200.0,1375.0,788.0,"23,5","52,6","1,5035" -14/09/2004,03.00.00,-200,863.0,-200.0,"3,9",703.0,-200.0,1032.0,-200.0,1403.0,791.0,"20,8","62,1","1,5044" -14/09/2004,04.00.00,-200,911.0,-200.0,"4,6",745.0,-200.0,922.0,-200.0,1428.0,924.0,"19,9","65,5","1,5078" -14/09/2004,05.00.00,-200,936.0,-200.0,"5,0",765.0,-200.0,916.0,-200.0,1462.0,941.0,"20,6","62,9","1,5088" -14/09/2004,06.00.00,-200,1087.0,-200.0,"9,6",964.0,-200.0,774.0,-200.0,1633.0,1103.0,"21,3","59,4","1,4918" -14/09/2004,07.00.00,-200,1540.0,-200.0,"27,8",1498.0,-200.0,519.0,-200.0,2301.0,1657.0,"22,0","58,3","1,5199" -14/09/2004,08.00.00,-200,1513.0,-200.0,"32,1",1601.0,-200.0,469.0,-200.0,2382.0,1743.0,"23,2","55,4","1,5559" -14/09/2004,09.00.00,-200,1409.0,-200.0,"20,9",1322.0,-200.0,562.0,-200.0,2004.0,1601.0,"26,5","50,2","1,7130" -14/09/2004,10.00.00,-200,1219.0,-200.0,"11,8",1042.0,-200.0,699.0,-200.0,1750.0,1253.0,"29,0","45,5","1,7976" -14/09/2004,11.00.00,-200,1286.0,-200.0,"15,8",1172.0,-200.0,644.0,-200.0,1870.0,1295.0,"30,1","42,0","1,7602" -14/09/2004,12.00.00,-200,1228.0,-200.0,"15,8",1174.0,-200.0,668.0,-200.0,1788.0,1192.0,"32,3","35,9","1,7067" -14/09/2004,13.00.00,-200,1140.0,-200.0,"14,0",1117.0,-200.0,711.0,-200.0,1690.0,1046.0,"33,2","33,8","1,6900" -14/09/2004,14.00.00,-200,1052.0,-200.0,"8,2",906.0,-200.0,832.0,-200.0,1516.0,803.0,"34,0","33,6","1,7591" -14/09/2004,15.00.00,-200,1282.0,-200.0,"13,7",1107.0,-200.0,682.0,-200.0,1791.0,1116.0,"29,9","45,6","1,8942" -14/09/2004,16.00.00,-200,1378.0,-200.0,"19,5",1282.0,-200.0,576.0,-200.0,2010.0,1347.0,"27,7","53,7","1,9670" -14/09/2004,17.00.00,-200,1506.0,-200.0,"26,7",1471.0,-200.0,518.0,-200.0,2200.0,1530.0,"28,0","52,7","1,9604" -14/09/2004,18.00.00,-200,1310.0,-200.0,"18,7",1259.0,-200.0,620.0,-200.0,1926.0,1240.0,"28,6","48,2","1,8616" -14/09/2004,19.00.00,-200,1204.0,-200.0,"13,9",1114.0,-200.0,686.0,-200.0,1807.0,1092.0,"24,8","61,6","1,9067" -14/09/2004,20.00.00,-200,1071.0,-200.0,"6,7",842.0,-200.0,873.0,-200.0,1575.0,740.0,"20,3","77,2","1,8204" -14/09/2004,21.00.00,-200,967.0,-200.0,"4,2",719.0,-200.0,980.0,-200.0,1490.0,670.0,"19,7","82,5","1,8674" -14/09/2004,22.00.00,-200,947.0,-200.0,"3,6",689.0,-200.0,1009.0,-200.0,1454.0,640.0,"20,6","78,8","1,8885" -14/09/2004,23.00.00,-200,1011.0,-200.0,"4,4",734.0,-200.0,967.0,-200.0,1497.0,918.0,"19,2","87,2","1,9195" -15/09/2004,00.00.00,-200,971.0,-200.0,"4,2",722.0,-200.0,949.0,-200.0,1472.0,804.0,"20,5","81,5","1,9360" -15/09/2004,01.00.00,-200,886.0,-200.0,"2,6",627.0,-200.0,1082.0,-200.0,1405.0,694.0,"21,4","74,0","1,8683" -15/09/2004,02.00.00,-200,908.0,-200.0,"3,1",657.0,-200.0,1013.0,-200.0,1460.0,796.0,"20,5","78,2","1,8678" -15/09/2004,03.00.00,-200,901.0,-200.0,"3,0",652.0,-200.0,1013.0,-200.0,1468.0,804.0,"20,7","77,8","1,8764" -15/09/2004,04.00.00,-200,915.0,-200.0,"3,4",674.0,-200.0,970.0,-200.0,1481.0,829.0,"20,5","78,0","1,8636" -15/09/2004,05.00.00,-200,940.0,-200.0,"4,0",712.0,-200.0,961.0,-200.0,1499.0,848.0,"20,6","76,2","1,8272" -15/09/2004,06.00.00,-200,1048.0,-200.0,"7,8",891.0,-200.0,791.0,-200.0,1654.0,992.0,"20,1","77,4","1,8020" -15/09/2004,07.00.00,-200,1298.0,-200.0,"16,1",1181.0,-200.0,644.0,-200.0,1962.0,1256.0,"20,9","73,3","1,7870" -15/09/2004,08.00.00,-200,1487.0,-200.0,"27,6",1493.0,-200.0,492.0,-200.0,2345.0,1598.0,"21,2","72,3","1,8007" -15/09/2004,09.00.00,-200,1327.0,-200.0,"17,8",1233.0,-200.0,582.0,-200.0,1968.0,1403.0,"22,5","68,9","1,8511" -15/09/2004,10.00.00,-200,1363.0,-200.0,"18,5",1255.0,-200.0,573.0,-200.0,1989.0,1497.0,"23,7","64,5","1,8682" -15/09/2004,11.00.00,-200,1393.0,-200.0,"21,6",1340.0,-200.0,529.0,-200.0,2080.0,1500.0,"23,2","68,4","1,9243" -15/09/2004,12.00.00,-200,1361.0,-200.0,"21,0",1324.0,-200.0,540.0,-200.0,2044.0,1549.0,"23,5","69,2","1,9776" -15/09/2004,13.00.00,-200,1289.0,-200.0,"17,2",1217.0,-200.0,599.0,-200.0,1975.0,1374.0,"24,1","65,5","1,9371" -15/09/2004,14.00.00,-200,1265.0,-200.0,"16,1",1184.0,-200.0,619.0,-200.0,1930.0,1270.0,"24,2","65,6","1,9501" -15/09/2004,15.00.00,-200,1339.0,-200.0,"18,6",1257.0,-200.0,579.0,-200.0,2031.0,1360.0,"24,6","63,9","1,9459" -15/09/2004,16.00.00,-200,1269.0,-200.0,"17,2",1215.0,-200.0,608.0,-200.0,1939.0,1296.0,"26,3","56,5","1,9018" -15/09/2004,17.00.00,"3,3",1299.0,-200.0,"17,3",1220.0,341.0,624.0,112.0,1929.0,1319.0,"26,9","53,1","1,8557" -15/09/2004,18.00.00,"6,1",1546.0,-200.0,"28,6",1519.0,622.0,493.0,170.0,2265.0,1649.0,"26,5","50,8","1,7334" -15/09/2004,19.00.00,"6,7",1571.0,-200.0,"31,8",1593.0,615.0,469.0,173.0,2409.0,1686.0,"25,1","55,8","1,7511" -15/09/2004,20.00.00,"4,4",1312.0,-200.0,"20,1",1299.0,443.0,580.0,135.0,2016.0,1380.0,"23,9","58,9","1,7276" -15/09/2004,21.00.00,"1,9",1074.0,-200.0,"9,2",946.0,219.0,767.0,93.0,1635.0,1079.0,"23,1","62,8","1,7562" -15/09/2004,22.00.00,"1,8",1127.0,-200.0,"10,3",989.0,203.0,752.0,74.0,1724.0,1096.0,"22,1","67,3","1,7671" -15/09/2004,23.00.00,"1,5",1040.0,-200.0,"8,6",923.0,165.0,769.0,69.0,1640.0,1049.0,"22,1","66,5","1,7441" -16/09/2004,00.00.00,"1,6",1060.0,-200.0,"8,6",925.0,339.0,772.0,109.0,1649.0,1161.0,"21,1","70,1","1,7366" -16/09/2004,01.00.00,"0,8",911.0,-200.0,"4,8",753.0,103.0,934.0,55.0,1496.0,865.0,"21,9","67,1","1,7394" -16/09/2004,02.00.00,"0,5",853.0,-200.0,"2,6",623.0,74.0,1107.0,49.0,1421.0,768.0,"21,7","67,4","1,7262" -16/09/2004,03.00.00,"0,7",915.0,-200.0,"4,3",725.0,-200.0,962.0,-200.0,1485.0,845.0,"20,2","73,8","1,7229" -16/09/2004,04.00.00,"0,6",897.0,-200.0,"4,5",738.0,72.0,936.0,42.0,1471.0,843.0,"19,1","76,0","1,6668" -16/09/2004,05.00.00,"0,9",976.0,-200.0,"6,6",840.0,180.0,844.0,50.0,1562.0,964.0,"19,4","75,4","1,6802" -16/09/2004,06.00.00,"1,4",1066.0,-200.0,"10,1",982.0,239.0,740.0,53.0,1699.0,1065.0,"19,7","74,4","1,6829" -16/09/2004,07.00.00,"4,2",1435.0,-200.0,"23,4",1387.0,664.0,544.0,86.0,2140.0,1467.0,"19,9","74,3","1,7083" -16/09/2004,08.00.00,"4,1",1420.0,-200.0,"25,0",1430.0,525.0,512.0,81.0,2194.0,1510.0,"20,4","72,8","1,7198" -16/09/2004,09.00.00,"3,6",1365.0,-200.0,"21,6",1341.0,543.0,549.0,96.0,2033.0,1518.0,"21,6","67,7","1,7254" -16/09/2004,10.00.00,"2,5",1171.0,-200.0,"13,0",1083.0,390.0,695.0,96.0,1758.0,1276.0,"22,9","59,1","1,6330" -16/09/2004,11.00.00,"1,3",982.0,-200.0,"6,8",850.0,217.0,888.0,79.0,1505.0,873.0,"18,7","73,1","1,5608" -16/09/2004,12.00.00,"1,7",1021.0,-200.0,"10,0",979.0,248.0,798.0,95.0,1580.0,958.0,"21,1","58,3","1,4444" -16/09/2004,13.00.00,"2,1",1044.0,-200.0,"11,7",1039.0,333.0,771.0,127.0,1609.0,1076.0,"23,3","47,1","1,3281" -16/09/2004,14.00.00,"1,7",1005.0,-200.0,"9,8",972.0,279.0,834.0,102.0,1514.0,952.0,"22,9","47,9","1,3208" -16/09/2004,15.00.00,"1,9",1021.0,-200.0,"10,2",985.0,339.0,816.0,107.0,1524.0,977.0,"23,3","46,2","1,3010" -16/09/2004,16.00.00,"2,3",1064.0,-200.0,"12,0",1048.0,315.0,772.0,110.0,1574.0,1059.0,"23,7","45,4","1,3150" -16/09/2004,17.00.00,"3,3",1167.0,-200.0,"17,7",1231.0,365.0,659.0,124.0,1745.0,1199.0,"23,8","46,1","1,3373" -16/09/2004,18.00.00,"3,5",1167.0,-200.0,"18,8",1263.0,338.0,640.0,113.0,1790.0,1212.0,"23,0","49,3","1,3689" -16/09/2004,19.00.00,"3,6",1164.0,-200.0,"17,6",1227.0,318.0,658.0,104.0,1800.0,1193.0,"21,9","53,1","1,3787" -16/09/2004,20.00.00,"2,9",1092.0,-200.0,"13,8",1110.0,302.0,725.0,117.0,1641.0,1105.0,"21,3","54,8","1,3742" -16/09/2004,21.00.00,2,997.0,-200.0,"9,4",955.0,214.0,845.0,94.0,1528.0,926.0,"21,2","55,2","1,3699" -16/09/2004,22.00.00,"1,9",966.0,-200.0,"9,6",964.0,-200.0,858.0,-200.0,1560.0,1231.0,"21,4","54,8","1,3813" -16/09/2004,23.00.00,"1,5",969.0,-200.0,"8,5",922.0,-200.0,906.0,-200.0,1488.0,995.0,"20,8","57,2","1,3925" -17/09/2004,00.00.00,"1,1",944.0,-200.0,"10,7",1005.0,363.0,874.0,109.0,1633.0,1094.0,"21,3","55,8","1,3974" -17/09/2004,01.00.00,"0,8",834.0,-200.0,"6,1",817.0,178.0,1022.0,72.0,1408.0,774.0,"21,4","52,1","1,3125" -17/09/2004,02.00.00,"0,5",796.0,-200.0,"3,2",667.0,55.0,1162.0,40.0,1295.0,558.0,"20,6","56,6","1,3583" -17/09/2004,03.00.00,"0,4",777.0,-200.0,"2,0",585.0,-200.0,1305.0,-200.0,1266.0,510.0,"20,0","59,1","1,3694" -17/09/2004,04.00.00,"0,3",752.0,-200.0,"1,2",521.0,32.0,1451.0,23.0,1247.0,471.0,"19,7","61,9","1,4017" -17/09/2004,05.00.00,"0,3",755.0,-200.0,"1,3",528.0,35.0,1472.0,24.0,1234.0,471.0,"19,6","59,1","1,3346" -17/09/2004,06.00.00,"0,5",800.0,-200.0,"2,2",598.0,84.0,1336.0,41.0,1278.0,529.0,"19,8","56,7","1,2941" -17/09/2004,07.00.00,"2,4",1147.0,-200.0,"14,6",1136.0,456.0,737.0,99.0,1708.0,1114.0,"20,2","55,6","1,3043" -17/09/2004,08.00.00,"2,2",1036.0,-200.0,"9,7",965.0,342.0,854.0,91.0,1544.0,987.0,"19,7","57,8","1,3112" -17/09/2004,09.00.00,"1,4",926.0,-200.0,"6,7",845.0,239.0,979.0,81.0,1398.0,851.0,"20,2","53,1","1,2442" -17/09/2004,10.00.00,"1,6",961.0,-200.0,"7,6",881.0,337.0,932.0,95.0,1417.0,901.0,"22,0","47,0","1,2259" -17/09/2004,11.00.00,"1,6",951.0,-200.0,"8,6",926.0,351.0,902.0,113.0,1460.0,949.0,"23,5","41,6","1,1884" -17/09/2004,12.00.00,"1,6",962.0,-200.0,"9,0",940.0,209.0,889.0,89.0,1441.0,855.0,"22,8","41,8","1,1417" -17/09/2004,13.00.00,"2,1",1004.0,-200.0,"10,7",1004.0,257.0,832.0,88.0,1490.0,911.0,"23,4","40,4","1,1500" -17/09/2004,14.00.00,"1,1",893.0,-200.0,"6,3",828.0,169.0,988.0,81.0,1357.0,672.0,"23,2","42,8","1,2017" -17/09/2004,15.00.00,"1,6",990.0,-200.0,"9,4",956.0,216.0,872.0,82.0,1476.0,826.0,"23,6","43,2","1,2433" -17/09/2004,16.00.00,"2,4",1071.0,-200.0,"12,5",1068.0,303.0,798.0,115.0,1556.0,988.0,"23,9","40,8","1,1937" -17/09/2004,17.00.00,"2,9",1140.0,-200.0,"15,2",1155.0,320.0,733.0,112.0,1660.0,1105.0,"23,6","42,8","1,2300" -17/09/2004,18.00.00,"2,7",1103.0,-200.0,"14,8",1143.0,310.0,741.0,116.0,1647.0,1089.0,"23,2","43,3","1,2161" -17/09/2004,19.00.00,"3,1",1082.0,-200.0,"15,9",1178.0,341.0,733.0,129.0,1605.0,1077.0,"22,8","42,5","1,1608" -17/09/2004,20.00.00,"2,2",991.0,-200.0,"10,0",977.0,272.0,872.0,110.0,1448.0,923.0,"22,3","42,2","1,1209" -17/09/2004,21.00.00,"1,5",935.0,-200.0,"6,9",852.0,229.0,978.0,105.0,1344.0,824.0,"22,1","43,0","1,1271" -17/09/2004,22.00.00,"1,2",908.0,-200.0,"5,5",790.0,168.0,1046.0,90.0,1317.0,717.0,"22,2","42,7","1,1237" -17/09/2004,23.00.00,"1,3",927.0,-200.0,"6,3",826.0,173.0,1021.0,94.0,1331.0,734.0,"22,1","42,8","1,1265" -18/09/2004,00.00.00,"1,4",936.0,-200.0,"6,7",844.0,186.0,978.0,96.0,1365.0,776.0,"22,1","43,5","1,1443" -18/09/2004,01.00.00,"0,9",847.0,-200.0,"3,7",694.0,112.0,1153.0,70.0,1240.0,594.0,"21,5","45,6","1,1528" -18/09/2004,02.00.00,"0,7",812.0,-200.0,"3,2",664.0,79.0,1212.0,57.0,1215.0,518.0,"21,1","44,5","1,0980" -18/09/2004,03.00.00,"0,6",804.0,-200.0,"2,4",616.0,-200.0,1271.0,-200.0,1189.0,496.0,"20,4","47,1","1,1178" -18/09/2004,04.00.00,-200,793.0,-200.0,"2,7",636.0,62.0,1213.0,45.0,1195.0,514.0,"20,6","45,9","1,0993" -18/09/2004,05.00.00,"0,5",775.0,-200.0,"2,3",609.0,58.0,1319.0,42.0,1190.0,468.0,"20,2","46,7","1,0899" -18/09/2004,06.00.00,"0,8",835.0,-200.0,"3,6",690.0,122.0,1183.0,71.0,1257.0,621.0,"20,1","47,8","1,1144" -18/09/2004,07.00.00,"1,2",913.0,-200.0,"6,4",830.0,173.0,980.0,82.0,1371.0,757.0,"20,0","50,7","1,1724" -18/09/2004,08.00.00,"1,1",903.0,-200.0,"5,0",765.0,176.0,1035.0,81.0,1317.0,712.0,"20,7","49,7","1,1970" -18/09/2004,09.00.00,"1,6",982.0,-200.0,"7,9",895.0,233.0,892.0,89.0,1413.0,859.0,"24,3","39,5","1,1842" -18/09/2004,10.00.00,"1,4",925.0,-200.0,"6,6",838.0,210.0,949.0,83.0,1324.0,728.0,"25,4","34,8","1,1119" -18/09/2004,11.00.00,"1,2",895.0,-200.0,"5,2",776.0,178.0,1024.0,82.0,1274.0,640.0,"26,6","30,7","1,0501" -18/09/2004,12.00.00,"1,4",930.0,-200.0,"6,6",838.0,189.0,957.0,78.0,1319.0,680.0,"27,7","28,1","1,0272" -18/09/2004,13.00.00,"1,6",953.0,-200.0,"7,6",881.0,210.0,926.0,79.0,1339.0,704.0,"27,6","28,7","1,0406" -18/09/2004,14.00.00,"1,1",885.0,-200.0,"5,0",765.0,162.0,1017.0,78.0,1268.0,619.0,"27,6","29,2","1,0594" -18/09/2004,15.00.00,"1,1",903.0,-200.0,"5,3",779.0,137.0,1010.0,73.0,1278.0,583.0,"28,1","28,6","1,0715" -18/09/2004,16.00.00,"1,3",927.0,-200.0,"5,3",781.0,165.0,994.0,73.0,1267.0,594.0,"29,1","26,8","1,0648" -18/09/2004,17.00.00,"1,5",979.0,-200.0,"6,5",835.0,204.0,936.0,100.0,1338.0,700.0,"28,4","28,3","1,0798" -18/09/2004,18.00.00,2,1050.0,-200.0,"9,2",947.0,266.0,832.0,122.0,1447.0,912.0,"26,6","32,1","1,1020" -18/09/2004,19.00.00,"2,4",1091.0,-200.0,"11,6",1037.0,299.0,770.0,132.0,1512.0,1038.0,"25,3","35,3","1,1262" -18/09/2004,20.00.00,2,1040.0,-200.0,"9,2",946.0,234.0,827.0,116.0,1424.0,952.0,"24,7","37,1","1,1397" -18/09/2004,21.00.00,"1,5",997.0,-200.0,"7,5",879.0,181.0,885.0,109.0,1404.0,887.0,"23,5","40,6","1,1588" -18/09/2004,22.00.00,"1,7",1042.0,-200.0,"9,0",938.0,210.0,816.0,109.0,1456.0,1004.0,"22,8","43,4","1,1915" -18/09/2004,23.00.00,"2,5",1191.0,-200.0,"12,1",1055.0,304.0,707.0,116.0,1563.0,1221.0,"22,2","47,9","1,2626" -19/09/2004,00.00.00,"2,2",1149.0,-200.0,"10,5",996.0,255.0,754.0,104.0,1534.0,1177.0,"21,3","50,5","1,2652" -19/09/2004,01.00.00,"1,4",973.0,-200.0,"7,1",862.0,149.0,850.0,81.0,1436.0,957.0,"20,6","53,2","1,2742" -19/09/2004,02.00.00,"1,2",940.0,-200.0,"6,2",823.0,112.0,891.0,64.0,1415.0,853.0,"19,6","56,6","1,2797" -19/09/2004,03.00.00,"1,2",949.0,-200.0,"7,8",890.0,-200.0,854.0,-200.0,1484.0,884.0,"18,8","59,8","1,2847" -19/09/2004,04.00.00,"0,9",830.0,-200.0,"3,8",699.0,90.0,1012.0,54.0,1339.0,736.0,"18,8","59,5","1,2758" -19/09/2004,05.00.00,"0,5",773.0,-200.0,"2,3",609.0,46.0,1169.0,35.0,1256.0,590.0,"19,3","57,0","1,2603" -19/09/2004,06.00.00,"0,6",811.0,-200.0,"2,9",644.0,76.0,1144.0,44.0,1289.0,655.0,"18,2","60,8","1,2567" -19/09/2004,07.00.00,1,901.0,-200.0,"4,8",754.0,139.0,936.0,62.0,1351.0,854.0,"16,8","66,8","1,2721" -19/09/2004,08.00.00,"1,3",969.0,-200.0,"7,7",886.0,179.0,863.0,68.0,1451.0,953.0,"18,6","60,0","1,2757" -19/09/2004,09.00.00,"1,7",1027.0,-200.0,"8,8",933.0,224.0,806.0,85.0,1465.0,1050.0,"22,2","48,0","1,2678" -19/09/2004,10.00.00,"2,2",1094.0,-200.0,"10,6",1002.0,272.0,755.0,110.0,1536.0,1114.0,"26,5","35,7","1,2149" -19/09/2004,11.00.00,"2,1",1083.0,-200.0,"10,2",984.0,251.0,784.0,115.0,1485.0,1049.0,"30,0","28,5","1,1883" -19/09/2004,12.00.00,"2,2",1098.0,-200.0,"11,0",1015.0,250.0,754.0,129.0,1508.0,996.0,"32,2","24,7","1,1696" -19/09/2004,13.00.00,2,1059.0,-200.0,"11,9",1047.0,178.0,761.0,106.0,1549.0,841.0,"29,6","28,6","1,1628" -19/09/2004,14.00.00,2,1021.0,-200.0,"10,8",1009.0,137.0,771.0,87.0,1545.0,769.0,"29,8","28,5","1,1809" -19/09/2004,15.00.00,"1,2",925.0,-200.0,"5,1",768.0,119.0,987.0,70.0,1289.0,541.0,"31,1","26,1","1,1630" -19/09/2004,16.00.00,"1,8",1045.0,-200.0,"8,3",910.0,193.0,878.0,106.0,1385.0,742.0,"34,6","22,4","1,2120" -19/09/2004,17.00.00,"4,3",1303.0,-200.0,"20,7",1317.0,329.0,631.0,151.0,1816.0,1196.0,"33,2","25,4","1,2722" -19/09/2004,18.00.00,"3,8",1254.0,-200.0,"16,8",1204.0,413.0,668.0,179.0,1655.0,1338.0,"30,0","31,4","1,3074" -19/09/2004,19.00.00,"4,4",1345.0,-200.0,"20,4",1306.0,489.0,587.0,188.0,1806.0,1416.0,"27,5","38,1","1,3756" -19/09/2004,20.00.00,"3,8",1273.0,-200.0,"15,3",1159.0,470.0,645.0,187.0,1704.0,1341.0,"26,2","42,5","1,4230" -19/09/2004,21.00.00,"1,9",1096.0,-200.0,"8,8",931.0,228.0,766.0,121.0,1506.0,1019.0,"24,7","46,4","1,4206" -19/09/2004,22.00.00,"1,7",1077.0,-200.0,"8,5",920.0,169.0,778.0,99.0,1509.0,935.0,"23,6","50,0","1,4383" -19/09/2004,23.00.00,"1,8",1084.0,-200.0,"8,7",929.0,189.0,751.0,100.0,1517.0,1081.0,"22,7","53,6","1,4632" -20/09/2004,00.00.00,"1,1",980.0,-200.0,"5,7",800.0,100.0,863.0,79.0,1407.0,903.0,"22,7","53,8","1,4666" -20/09/2004,01.00.00,"0,8",882.0,-200.0,"4,0",713.0,71.0,978.0,57.0,1343.0,731.0,"22,8","53,0","1,4577" -20/09/2004,02.00.00,"0,7",851.0,-200.0,"3,0",655.0,52.0,1051.0,43.0,1301.0,625.0,"21,4","57,6","1,4469" -20/09/2004,03.00.00,"0,6",819.0,-200.0,"2,2",597.0,-200.0,1112.0,-200.0,1281.0,613.0,"19,9","62,3","1,4363" -20/09/2004,04.00.00,"0,5",804.0,-200.0,"2,2",601.0,57.0,1122.0,50.0,1281.0,646.0,"19,5","63,5","1,4269" -20/09/2004,05.00.00,"0,5",823.0,-200.0,"2,7",631.0,69.0,1090.0,47.0,1304.0,671.0,"20,2","60,8","1,4243" -20/09/2004,06.00.00,"0,9",903.0,-200.0,"4,7",748.0,126.0,937.0,60.0,1373.0,801.0,"19,4","63,5","1,4139" -20/09/2004,07.00.00,"3,5",1310.0,-200.0,"21,7",1344.0,376.0,573.0,91.0,2026.0,1353.0,"18,7","65,6","1,4039" -20/09/2004,08.00.00,-200,1436.0,-200.0,"32,2",1601.0,-200.0,455.0,-200.0,2338.0,1682.0,"20,1","60,6","1,4062" -20/09/2004,09.00.00,"5,7",1479.0,-200.0,"27,5",1490.0,737.0,494.0,159.0,2146.0,1749.0,"23,5","49,7","1,4156" -20/09/2004,10.00.00,"3,5",1285.0,-200.0,"18,1",1243.0,481.0,599.0,173.0,1815.0,1582.0,"26,4","41,9","1,4237" -20/09/2004,11.00.00,"3,7",1262.0,-200.0,"18,6",1258.0,425.0,597.0,174.0,1835.0,1484.0,"29,9","34,0","1,4096" -20/09/2004,12.00.00,"3,1",1225.0,-200.0,"17,6",1227.0,330.0,643.0,165.0,1774.0,1321.0,"31,5","30,8","1,4017" -20/09/2004,13.00.00,3,1162.0,-200.0,"16,3",1188.0,303.0,676.0,136.0,1681.0,1125.0,"30,2","30,2","1,2744" -20/09/2004,14.00.00,"2,6",1103.0,-200.0,"11,8",1044.0,283.0,757.0,125.0,1523.0,967.0,"30,5","29,3","1,2612" -20/09/2004,15.00.00,"2,4",1120.0,-200.0,"11,9",1045.0,264.0,752.0,122.0,1563.0,975.0,"31,8","27,4","1,2673" -20/09/2004,16.00.00,"2,6",1169.0,-200.0,"15,5",1163.0,280.0,708.0,124.0,1639.0,1025.0,"34,3","23,2","1,2326" -20/09/2004,17.00.00,5,1386.0,-200.0,"28,8",1522.0,505.0,560.0,184.0,1990.0,1469.0,"34,1","23,0","1,2081" -20/09/2004,18.00.00,"5,6",1426.0,-200.0,"31,1",1577.0,566.0,521.0,200.0,2080.0,1648.0,"30,5","29,2","1,2585" -20/09/2004,19.00.00,"6,5",1476.0,-200.0,"34,9",1663.0,681.0,473.0,225.0,2167.0,1785.0,"28,1","32,4","1,2173" -20/09/2004,20.00.00,"4,1",1167.0,-200.0,"19,5",1282.0,448.0,633.0,168.0,1685.0,1371.0,"26,5","31,7","1,0787" -20/09/2004,21.00.00,"2,1",1032.0,-200.0,"11,7",1039.0,231.0,761.0,118.0,1455.0,1071.0,"24,8","33,7","1,0377" -20/09/2004,22.00.00,2,1034.0,-200.0,"9,9",972.0,230.0,747.0,115.0,1437.0,1118.0,"23,9","38,1","1,1123" -20/09/2004,23.00.00,"1,4",986.0,-200.0,"7,7",885.0,146.0,835.0,94.0,1407.0,931.0,"23,0","43,0","1,1897" -21/09/2004,00.00.00,"0,8",908.0,-200.0,"4,4",732.0,77.0,966.0,62.0,1311.0,722.0,"23,5","44,7","1,2755" -21/09/2004,01.00.00,"0,8",891.0,-200.0,"4,1",714.0,82.0,957.0,68.0,1295.0,773.0,"22,3","47,7","1,2643" -21/09/2004,02.00.00,"0,6",843.0,-200.0,"3,1",656.0,55.0,1042.0,50.0,1271.0,665.0,"22,1","49,8","1,3094" -21/09/2004,03.00.00,"0,5",822.0,-200.0,"2,4",612.0,-200.0,1094.0,-200.0,1254.0,594.0,"21,8","51,4","1,3272" -21/09/2004,04.00.00,"0,4",814.0,-200.0,"2,1",589.0,42.0,1119.0,36.0,1246.0,565.0,"20,8","55,9","1,3581" -21/09/2004,05.00.00,"0,6",869.0,-200.0,"3,3",673.0,102.0,1033.0,53.0,1307.0,688.0,"18,8","63,0","1,3582" -21/09/2004,06.00.00,"1,4",1013.0,-200.0,"8,1",905.0,231.0,804.0,79.0,1499.0,974.0,"18,3","65,5","1,3686" -21/09/2004,07.00.00,"5,6",1515.0,-200.0,"31,4",1584.0,699.0,496.0,133.0,2288.0,1591.0,"18,2","66,1","1,3679" -21/09/2004,08.00.00,"7,3",1587.0,-200.0,"41,2",1795.0,738.0,425.0,148.0,2531.0,1820.0,"19,6","60,7","1,3713" -21/09/2004,09.00.00,"5,3",1490.0,-200.0,"27,3",1487.0,665.0,508.0,161.0,2115.0,1807.0,"22,6","51,4","1,3920" -21/09/2004,10.00.00,"4,4",1435.0,-200.0,"24,2",1408.0,598.0,537.0,191.0,1991.0,1704.0,"25,8","44,2","1,4512" -21/09/2004,11.00.00,"3,1",1246.0,-200.0,"17,0",1209.0,340.0,632.0,158.0,1792.0,1270.0,"28,5","39,0","1,4928" -21/09/2004,12.00.00,"3,3",1266.0,-200.0,"17,7",1231.0,374.0,615.0,157.0,1768.0,1265.0,"30,1","35,1","1,4782" -21/09/2004,13.00.00,"3,8",1277.0,-200.0,"19,3",1277.0,401.0,586.0,188.0,1846.0,1226.0,"29,4","36,4","1,4718" -21/09/2004,14.00.00,"2,3",1142.0,-200.0,"12,7",1073.0,275.0,671.0,143.0,1635.0,987.0,"29,2","37,9","1,5116" -21/09/2004,15.00.00,"2,6",1207.0,-200.0,"14,6",1136.0,278.0,645.0,152.0,1696.0,1024.0,"30,5","34,9","1,5015" -21/09/2004,16.00.00,"3,2",1252.0,-200.0,"17,8",1233.0,342.0,618.0,168.0,1759.0,1127.0,"31,5","31,4","1,4310" -21/09/2004,17.00.00,5,1399.0,-200.0,"26,6",1468.0,479.0,531.0,205.0,2072.0,1442.0,"31,2","31,4","1,3987" -21/09/2004,18.00.00,"5,6",1464.0,-200.0,"30,3",1559.0,553.0,485.0,204.0,2158.0,1639.0,"28,5","37,2","1,4282" -21/09/2004,19.00.00,"5,4",1422.0,-200.0,"28,7",1520.0,531.0,494.0,210.0,2087.0,1624.0,"26,7","42,3","1,4618" -21/09/2004,20.00.00,"4,4",1308.0,-200.0,"20,0",1297.0,428.0,567.0,173.0,1899.0,1454.0,"24,8","49,0","1,5092" -21/09/2004,21.00.00,"2,4",1137.0,-200.0,"11,9",1047.0,229.0,680.0,123.0,1620.0,1138.0,"23,6","53,6","1,5374" -21/09/2004,22.00.00,"1,5",1040.0,-200.0,"8,1",903.0,145.0,782.0,92.0,1494.0,951.0,"23,0","55,8","1,5480" -21/09/2004,23.00.00,"1,3",1018.0,-200.0,"7,7",885.0,112.0,809.0,77.0,1491.0,864.0,"22,1","58,4","1,5393" -22/09/2004,00.00.00,"1,1",962.0,-200.0,"5,9",808.0,99.0,866.0,74.0,1430.0,868.0,"22,6","56,3","1,5233" -22/09/2004,01.00.00,1,930.0,-200.0,"5,1",768.0,98.0,916.0,74.0,1409.0,825.0,"21,0","61,3","1,5031" -22/09/2004,02.00.00,"0,6",812.0,-200.0,"2,4",613.0,54.0,1133.0,47.0,1302.0,626.0,"23,0","54,0","1,5010" -22/09/2004,03.00.00,"0,5",826.0,-200.0,"2,4",612.0,-200.0,1111.0,-200.0,1304.0,605.0,"19,8","65,3","1,4894" -22/09/2004,04.00.00,"0,6",878.0,-200.0,"3,8",702.0,59.0,949.0,44.0,1373.0,822.0,"18,3","70,8","1,4794" -22/09/2004,05.00.00,"0,8",922.0,-200.0,"5,0",764.0,162.0,892.0,69.0,1415.0,905.0,"18,1","72,5","1,4876" -22/09/2004,06.00.00,"1,5",1047.0,-200.0,"9,7",965.0,268.0,737.0,79.0,1606.0,1075.0,"18,3","71,0","1,4807" -22/09/2004,07.00.00,"4,1",1376.0,-200.0,"25,9",1452.0,531.0,521.0,108.0,2123.0,1541.0,"18,5","68,9","1,4565" -22/09/2004,08.00.00,"5,5",1514.0,-200.0,"34,3",1648.0,517.0,457.0,119.0,2400.0,1749.0,"20,1","62,7","1,4610" -22/09/2004,09.00.00,"5,5",1494.0,-200.0,"29,0",1528.0,701.0,479.0,165.0,2201.0,1798.0,"23,5","52,0","1,4833" -22/09/2004,10.00.00,"3,7",1316.0,-200.0,"20,0",1298.0,510.0,562.0,172.0,1888.0,1584.0,"26,8","42,7","1,4864" -22/09/2004,11.00.00,"3,3",1269.0,-200.0,"18,3",1247.0,415.0,597.0,180.0,1813.0,1441.0,"29,1","36,7","1,4543" -22/09/2004,12.00.00,"2,5",1152.0,-200.0,"13,4",1099.0,243.0,674.0,130.0,1631.0,1093.0,"30,8","32,0","1,4014" -22/09/2004,13.00.00,"2,6",1138.0,-200.0,"14,0",1117.0,267.0,657.0,120.0,1646.0,1019.0,"27,9","37,0","1,3720" -22/09/2004,14.00.00,"2,2",1132.0,-200.0,"12,1",1052.0,233.0,680.0,117.0,1609.0,944.0,"28,5","37,3","1,4291" -22/09/2004,15.00.00,"2,6",1186.0,-200.0,"15,3",1159.0,295.0,640.0,141.0,1701.0,1046.0,"30,2","32,9","1,3865" -22/09/2004,16.00.00,"2,9",1228.0,-200.0,"16,1",1184.0,309.0,657.0,151.0,1724.0,1089.0,"32,9","27,7","1,3622" -22/09/2004,17.00.00,5,1424.0,-200.0,"27,3",1486.0,506.0,523.0,218.0,2084.0,1537.0,"32,2","28,8","1,3624" -22/09/2004,18.00.00,"5,1",1427.0,-200.0,"26,2",1458.0,479.0,507.0,213.0,2049.0,1566.0,"28,8","39,0","1,5203" -22/09/2004,19.00.00,"5,2",1387.0,-200.0,"26,7",1473.0,460.0,508.0,194.0,2065.0,1510.0,"26,7","43,3","1,4881" -22/09/2004,20.00.00,"3,8",1284.0,-200.0,"18,3",1249.0,363.0,582.0,167.0,1842.0,1300.0,"24,6","54,0","1,6461" -22/09/2004,21.00.00,"2,2",1110.0,-200.0,"11,9",1045.0,213.0,688.0,115.0,1638.0,1058.0,"23,4","59,9","1,6992" -22/09/2004,22.00.00,"2,1",1110.0,-200.0,"11,5",1032.0,183.0,702.0,98.0,1650.0,1002.0,"22,5","62,6","1,6883" -22/09/2004,23.00.00,"1,8",1077.0,-200.0,"9,6",964.0,163.0,749.0,93.0,1571.0,923.0,"22,9","62,0","1,7127" -23/09/2004,00.00.00,"1,6",1037.0,-200.0,"8,0",898.0,152.0,793.0,87.0,1539.0,836.0,"22,2","64,9","1,7190" -23/09/2004,01.00.00,"1,4",1002.0,-200.0,"6,9",854.0,104.0,818.0,71.0,1513.0,779.0,"21,4","68,5","1,7261" -23/09/2004,02.00.00,"0,8",865.0,-200.0,"3,7",694.0,61.0,989.0,49.0,1385.0,678.0,"22,2","63,0","1,6673" -23/09/2004,03.00.00,"0,5",824.0,-200.0,"2,4",615.0,-200.0,1131.0,-200.0,1336.0,601.0,"22,4","59,9","1,6069" -23/09/2004,04.00.00,-200,824.0,-200.0,"2,2",602.0,54.0,1138.0,44.0,1337.0,593.0,"21,1","63,8","1,5817" -23/09/2004,05.00.00,"0,5",847.0,-200.0,"2,5",620.0,84.0,1085.0,58.0,1339.0,670.0,"22,9","57,5","1,5879" -23/09/2004,06.00.00,"0,9",961.0,-200.0,"6,3",828.0,132.0,892.0,66.0,1491.0,837.0,"21,3","63,2","1,5794" -23/09/2004,07.00.00,"3,2",1336.0,-200.0,"21,6",1340.0,422.0,540.0,112.0,2049.0,1400.0,"21,3","63,5","1,5941" -23/09/2004,08.00.00,"2,8",1251.0,-200.0,"18,8",1264.0,282.0,582.0,104.0,1897.0,1393.0,"23,7","54,4","1,5765" -23/09/2004,09.00.00,"2,7",1290.0,-200.0,"18,1",1244.0,293.0,604.0,103.0,1853.0,1415.0,"25,0","50,8","1,5903" -23/09/2004,10.00.00,"2,4",1215.0,-200.0,"14,8",1141.0,334.0,631.0,118.0,1766.0,1285.0,"26,3","48,1","1,6199" -23/09/2004,11.00.00,"2,7",1248.0,-200.0,"15,9",1177.0,324.0,608.0,129.0,1784.0,1230.0,"26,4","47,3","1,6006" -23/09/2004,12.00.00,"2,8",1233.0,-200.0,"16,1",1184.0,294.0,610.0,127.0,1775.0,1147.0,"29,3","39,5","1,5855" -23/09/2004,13.00.00,"2,9",1229.0,-200.0,"17,2",1217.0,273.0,599.0,130.0,1795.0,1107.0,"29,0","39,6","1,5581" -23/09/2004,14.00.00,"2,6",1206.0,-200.0,"15,8",1175.0,275.0,618.0,130.0,1746.0,1068.0,"29,8","38,0","1,5642" -23/09/2004,15.00.00,"2,6",1215.0,-200.0,"15,1",1150.0,282.0,608.0,118.0,1733.0,1115.0,"30,4","37,2","1,5880" -23/09/2004,16.00.00,"3,2",1330.0,-200.0,"18,9",1264.0,323.0,586.0,146.0,1860.0,1362.0,"31,5","34,9","1,5903" -23/09/2004,17.00.00,"4,6",1446.0,-200.0,"25,2",1434.0,442.0,522.0,190.0,2075.0,1619.0,"31,6","34,8","1,5925" -23/09/2004,18.00.00,"4,9",1446.0,-200.0,"26,1",1458.0,431.0,501.0,189.0,2059.0,1572.0,"29,0","40,5","1,5949" -23/09/2004,19.00.00,"4,7",1421.0,-200.0,"25,6",1444.0,402.0,510.0,173.0,2056.0,1446.0,"27,2","45,9","1,6302" -23/09/2004,20.00.00,"3,3",1247.0,-200.0,"16,9",1206.0,313.0,600.0,148.0,1785.0,1233.0,"26,2","48,7","1,6256" -23/09/2004,21.00.00,"2,3",1168.0,-200.0,"12,6",1070.0,228.0,667.0,116.0,1646.0,1102.0,"25,1","50,5","1,5840" -23/09/2004,22.00.00,"2,1",1111.0,-200.0,"10,3",991.0,218.0,721.0,109.0,1559.0,1028.0,"24,1","50,7","1,4959" -23/09/2004,23.00.00,"1,7",1071.0,-200.0,"8,9",934.0,179.0,763.0,94.0,1504.0,942.0,"22,5","53,7","1,4486" -24/09/2004,00.00.00,1,969.0,-200.0,"6,5",835.0,97.0,859.0,64.0,1437.0,773.0,"22,7","53,7","1,4580" -24/09/2004,01.00.00,"0,9",942.0,-200.0,"5,3",780.0,83.0,915.0,59.0,1419.0,737.0,"21,5","57,9","1,4658" -24/09/2004,02.00.00,"0,7",923.0,-200.0,"4,6",744.0,80.0,908.0,64.0,1394.0,815.0,"22,3","55,8","1,4828" -24/09/2004,03.00.00,"0,4",813.0,-200.0,"2,0",581.0,-200.0,1176.0,-200.0,1320.0,627.0,"22,7","53,8","1,4673" -24/09/2004,04.00.00,"0,4",851.0,-200.0,"2,5",618.0,66.0,1099.0,52.0,1351.0,642.0,"21,1","59,9","1,4789" -24/09/2004,05.00.00,"0,5",868.0,-200.0,"2,8",639.0,109.0,1093.0,55.0,1367.0,610.0,"20,4","63,0","1,4946" -24/09/2004,06.00.00,"1,3",1062.0,-200.0,"8,4",915.0,232.0,792.0,83.0,1579.0,929.0,"20,8","62,2","1,5119" -24/09/2004,07.00.00,"3,5",1418.0,-200.0,"21,1",1328.0,535.0,546.0,114.0,2017.0,1427.0,"21,3","61,6","1,5452" -24/09/2004,08.00.00,"5,5",1600.0,-200.0,"34,0",1641.0,684.0,440.0,137.0,2430.0,1776.0,"21,9","60,2","1,5600" -24/09/2004,09.00.00,"5,6",1583.0,-200.0,"29,4",1538.0,803.0,461.0,160.0,2214.0,1788.0,"23,0","56,4","1,5614" -24/09/2004,10.00.00,"3,4",1338.0,-200.0,"20,3",1305.0,539.0,543.0,138.0,1929.0,1521.0,"25,1","49,5","1,5572" -24/09/2004,11.00.00,"3,2",1285.0,-200.0,"18,4",1252.0,364.0,581.0,134.0,1866.0,1293.0,"26,6","44,3","1,5229" -24/09/2004,12.00.00,"3,7",1376.0,-200.0,"22,3",1359.0,422.0,530.0,143.0,1998.0,1435.0,"26,2","46,0","1,5422" -24/09/2004,13.00.00,"4,6",1467.0,-200.0,"26,9",1477.0,483.0,491.0,153.0,2114.0,1592.0,"25,4","48,7","1,5594" -24/09/2004,14.00.00,"4,2",1442.0,-200.0,"24,0",1403.0,496.0,518.0,145.0,2026.0,1551.0,"25,6","48,3","1,5580" -24/09/2004,15.00.00,"3,3",1358.0,-200.0,"19,3",1277.0,403.0,563.0,123.0,1892.0,1429.0,"25,7","47,8","1,5548" -24/09/2004,16.00.00,"2,7",1222.0,-200.0,"14,5",1133.0,282.0,624.0,96.0,1698.0,1195.0,"24,9","49,2","1,5251" -24/09/2004,17.00.00,"2,2",1134.0,-200.0,"11,1",1017.0,268.0,724.0,107.0,1632.0,981.0,"18,3","75,4","1,5682" -24/09/2004,18.00.00,"2,8",1120.0,-200.0,"10,4",993.0,306.0,725.0,119.0,1565.0,962.0,"16,3","73,9","1,3601" -24/09/2004,19.00.00,"2,9",1103.0,-200.0,"10,5",997.0,293.0,736.0,109.0,1552.0,914.0,"15,6","75,7","1,3345" -24/09/2004,20.00.00,2,985.0,-200.0,"5,8",805.0,240.0,895.0,107.0,1390.0,785.0,"15,4","76,6","1,3334" -24/09/2004,21.00.00,"0,7",795.0,-200.0,"2,2",596.0,93.0,1227.0,57.0,1188.0,482.0,"14,0","75,4","1,1988" -24/09/2004,22.00.00,"0,6",787.0,-200.0,"2,0",584.0,99.0,1317.0,60.0,1129.0,446.0,"14,9","60,5","1,0213" -24/09/2004,23.00.00,"1,2",839.0,-200.0,"3,8",701.0,55.0,1128.0,22.0,1156.0,553.0,"15,5","50,9","0,8880" -25/09/2004,00.00.00,"1,2",835.0,-200.0,"3,9",705.0,19.0,1117.0,2.0,1161.0,592.0,"15,6","50,0","0,8773" -25/09/2004,01.00.00,"1,1",837.0,-200.0,"3,7",693.0,26.0,1096.0,7.0,1178.0,584.0,"15,4","53,6","0,9326" -25/09/2004,02.00.00,"0,6",761.0,-200.0,"1,7",563.0,26.0,1316.0,8.0,1106.0,451.0,"15,4","53,9","0,9334" -25/09/2004,03.00.00,"0,3",718.0,-200.0,"1,0",499.0,-200.0,1495.0,-200.0,1059.0,382.0,"15,3","52,4","0,9017" -25/09/2004,04.00.00,"0,3",724.0,-200.0,"1,0",495.0,42.0,1531.0,27.0,1071.0,391.0,"15,3","53,1","0,9181" -25/09/2004,05.00.00,"0,3",718.0,-200.0,"0,9",486.0,32.0,1531.0,14.0,1072.0,398.0,"15,4","53,7","0,9295" -25/09/2004,06.00.00,"0,4",744.0,-200.0,"1,3",525.0,25.0,1434.0,3.0,1097.0,430.0,"15,5","53,3","0,9308" -25/09/2004,07.00.00,"0,6",782.0,-200.0,"2,1",591.0,28.0,1287.0,9.0,1130.0,461.0,"15,4","52,7","0,9178" -25/09/2004,08.00.00,"0,7",798.0,-200.0,"2,5",619.0,41.0,1204.0,14.0,1138.0,500.0,"15,7","51,1","0,9056" -25/09/2004,09.00.00,1,867.0,-200.0,"4,6",744.0,130.0,1067.0,52.0,1207.0,594.0,"16,9","47,7","0,9142" -25/09/2004,10.00.00,"1,1",862.0,-200.0,"4,3",729.0,173.0,1103.0,64.0,1171.0,603.0,"18,2","41,9","0,8674" -25/09/2004,11.00.00,"1,5",915.0,-200.0,"6,5",834.0,168.0,1006.0,66.0,1243.0,686.0,"19,1","37,0","0,8104" -25/09/2004,12.00.00,"1,4",857.0,-200.0,"6,0",813.0,51.0,1040.0,14.0,1183.0,622.0,"19,3","34,8","0,7710" -25/09/2004,13.00.00,"1,4",837.0,-200.0,"6,0",812.0,31.0,1065.0,9.0,1171.0,624.0,"19,8","31,2","0,7127" -25/09/2004,14.00.00,1,805.0,-200.0,"4,5",740.0,41.0,1161.0,12.0,1117.0,565.0,"19,8","31,1","0,7104" -25/09/2004,15.00.00,"0,9",781.0,-200.0,"3,9",705.0,41.0,1203.0,14.0,1068.0,514.0,"20,2","28,6","0,6717" -25/09/2004,16.00.00,"1,1",815.0,-200.0,"4,6",743.0,54.0,1183.0,21.0,1095.0,536.0,"22,1","24,8","0,6514" -25/09/2004,17.00.00,"1,3",877.0,-200.0,"6,7",844.0,112.0,1048.0,43.0,1193.0,669.0,"21,1","27,7","0,6853" -25/09/2004,18.00.00,"1,8",926.0,-200.0,"8,9",935.0,178.0,931.0,62.0,1262.0,786.0,"20,1","30,3","0,7045" -25/09/2004,19.00.00,"2,4",987.0,-200.0,"9,8",971.0,218.0,876.0,68.0,1312.0,891.0,"19,5","33,0","0,7384" -25/09/2004,20.00.00,"2,7",1004.0,-200.0,"10,8",1007.0,241.0,848.0,81.0,1321.0,926.0,"19,3","32,3","0,7163" -25/09/2004,21.00.00,"1,7",897.0,-200.0,"7,4",875.0,223.0,937.0,88.0,1227.0,902.0,"18,4","33,2","0,6975" -25/09/2004,22.00.00,"2,2",1002.0,-200.0,"10,3",989.0,279.0,840.0,99.0,1358.0,1011.0,"17,8","36,5","0,7366" -25/09/2004,23.00.00,"2,8",1126.0,-200.0,"13,8",1111.0,330.0,746.0,98.0,1473.0,1249.0,"17,8","39,9","0,8035" -26/09/2004,00.00.00,"2,4",1067.0,-200.0,"10,9",1013.0,330.0,794.0,97.0,1350.0,1133.0,"17,0","43,0","0,8242" -26/09/2004,01.00.00,"2,5",1063.0,-200.0,"11,7",1040.0,341.0,739.0,101.0,1413.0,1166.0,"15,5","52,2","0,9136" -26/09/2004,02.00.00,"1,4",915.0,-200.0,"7,8",893.0,205.0,872.0,90.0,1287.0,953.0,"15,6","51,9","0,9135" -26/09/2004,03.00.00,"1,4",906.0,-200.0,"7,7",885.0,-200.0,872.0,-200.0,1304.0,912.0,"13,5","59,4","0,9176" -26/09/2004,04.00.00,-200,844.0,-200.0,"5,5",786.0,130.0,969.0,61.0,1226.0,831.0,"13,4","59,9","0,9173" -26/09/2004,05.00.00,"0,9",816.0,-200.0,"4,5",739.0,102.0,999.0,55.0,1188.0,793.0,"12,5","63,2","0,9146" -26/09/2004,06.00.00,"0,6",768.0,-200.0,"3,3",671.0,79.0,1128.0,46.0,1153.0,700.0,"13,6","57,6","0,8941" -26/09/2004,07.00.00,1,835.0,-200.0,"5,4",785.0,148.0,989.0,56.0,1224.0,780.0,"12,2","63,2","0,8964" -26/09/2004,08.00.00,"1,6",944.0,-200.0,"8,2",908.0,261.0,865.0,83.0,1321.0,931.0,"14,6","56,4","0,9319" -26/09/2004,09.00.00,"0,9",810.0,-200.0,"3,0",651.0,107.0,1170.0,55.0,1117.0,575.0,"19,8","38,6","0,8831" -26/09/2004,10.00.00,"0,9",819.0,-200.0,"3,0",655.0,103.0,1222.0,47.0,1104.0,507.0,"21,6","33,4","0,8519" -26/09/2004,11.00.00,1,844.0,-200.0,"3,5",680.0,122.0,1147.0,61.0,1129.0,518.0,"22,0","32,2","0,8407" -26/09/2004,12.00.00,1,846.0,-200.0,"3,6",688.0,127.0,1127.0,58.0,1138.0,518.0,"22,7","30,2","0,8217" -26/09/2004,13.00.00,"0,9",842.0,-200.0,"4,0",711.0,110.0,1077.0,59.0,1160.0,516.0,"22,3","30,4","0,8063" -26/09/2004,14.00.00,"0,9",840.0,-200.0,"4,2",722.0,98.0,1048.0,54.0,1169.0,507.0,"22,1","30,5","0,7981" -26/09/2004,15.00.00,"0,9",815.0,-200.0,"3,1",657.0,146.0,1166.0,69.0,1098.0,490.0,"22,1","29,5","0,7761" -26/09/2004,16.00.00,"0,9",838.0,-200.0,"3,5",685.0,119.0,1176.0,54.0,1121.0,465.0,"23,4","27,1","0,7681" -26/09/2004,17.00.00,"2,7",992.0,-200.0,"10,3",987.0,234.0,823.0,95.0,1327.0,781.0,"23,1","27,0","0,7538" -26/09/2004,18.00.00,"2,2",990.0,-200.0,"7,8",891.0,261.0,908.0,99.0,1278.0,765.0,"21,5","31,4","0,7943" -26/09/2004,19.00.00,"3,3",1066.0,-200.0,"10,7",1004.0,371.0,795.0,127.0,1384.0,1006.0,"20,3","35,5","0,8330" -26/09/2004,20.00.00,"2,1",971.0,-200.0,"7,3",870.0,266.0,911.0,98.0,1287.0,798.0,"19,6","36,3","0,8193" -26/09/2004,21.00.00,"1,8",963.0,-200.0,"7,7",887.0,268.0,853.0,112.0,1311.0,938.0,"18,7","39,7","0,8482" -26/09/2004,22.00.00,"1,9",1010.0,-200.0,"8,6",925.0,294.0,829.0,115.0,1351.0,996.0,"18,0","42,7","0,8745" -26/09/2004,23.00.00,"2,3",1054.0,-200.0,"10,0",978.0,303.0,768.0,114.0,1398.0,1109.0,"17,1","47,6","0,9208" -27/09/2004,00.00.00,"1,9",998.0,-200.0,"8,5",920.0,241.0,802.0,103.0,1365.0,1042.0,"16,6","51,3","0,9634" -27/09/2004,01.00.00,"1,3",919.0,-200.0,"5,8",802.0,142.0,891.0,81.0,1265.0,940.0,"15,9","55,2","0,9881" -27/09/2004,02.00.00,1,884.0,-200.0,"5,0",764.0,110.0,921.0,75.0,1247.0,900.0,"14,9","58,9","0,9891" -27/09/2004,03.00.00,"0,6",803.0,-200.0,"2,9",648.0,-200.0,1079.0,-200.0,1178.0,774.0,"14,1","61,0","0,9799" -27/09/2004,04.00.00,"0,6",820.0,-200.0,"3,4",674.0,104.0,1024.0,64.0,1188.0,790.0,"14,0","62,6","0,9948" -27/09/2004,05.00.00,"0,9",894.0,-200.0,"5,6",794.0,179.0,889.0,71.0,1266.0,908.0,"14,1","61,7","0,9844" -27/09/2004,06.00.00,"1,5",988.0,-200.0,"9,0",941.0,361.0,801.0,99.0,1399.0,1035.0,"14,4","60,3","0,9802" -27/09/2004,07.00.00,"5,5",1372.0,-200.0,"26,9",1477.0,799.0,542.0,132.0,1973.0,1556.0,"15,0","57,7","0,9778" -27/09/2004,08.00.00,4,1209.0,-200.0,"18,8",1262.0,614.0,618.0,135.0,1708.0,1392.0,"16,9","50,3","0,9580" -27/09/2004,09.00.00,"1,8",951.0,-200.0,"8,2",908.0,275.0,873.0,94.0,1314.0,904.0,"19,7","40,2","0,9108" -27/09/2004,10.00.00,"1,9",992.0,-200.0,"9,1",943.0,325.0,847.0,103.0,1351.0,936.0,"22,2","33,6","0,8886" -27/09/2004,11.00.00,"1,7",964.0,-200.0,"9,2",947.0,327.0,862.0,123.0,1328.0,907.0,"23,7","29,6","0,8537" -27/09/2004,12.00.00,"1,6",917.0,-200.0,"8,3",910.0,252.0,886.0,95.0,1275.0,744.0,"21,9","30,7","0,7961" -27/09/2004,13.00.00,"1,9",937.0,-200.0,"9,1",942.0,226.0,852.0,90.0,1276.0,773.0,"22,3","29,5","0,7838" -27/09/2004,14.00.00,"1,6",961.0,-200.0,"9,2",949.0,230.0,853.0,99.0,1306.0,812.0,"23,8","27,0","0,7845" -27/09/2004,15.00.00,"1,8",969.0,-200.0,"9,6",962.0,244.0,829.0,107.0,1316.0,856.0,"23,3","28,3","0,8012" -27/09/2004,16.00.00,2,1020.0,-200.0,"11,8",1042.0,251.0,788.0,112.0,1401.0,927.0,"24,2","27,2","0,8128" -27/09/2004,17.00.00,"3,1",1107.0,-200.0,"17,3",1219.0,346.0,683.0,132.0,1582.0,1131.0,"25,1","25,8","0,8065" -27/09/2004,18.00.00,"3,9",1119.0,-200.0,"17,8",1233.0,407.0,670.0,148.0,1539.0,1270.0,"22,3","29,2","0,7773" -27/09/2004,19.00.00,"4,3",1173.0,-200.0,"20,9",1322.0,490.0,633.0,158.0,1679.0,1365.0,"20,8","32,5","0,7873" -27/09/2004,20.00.00,"3,5",1097.0,-200.0,"14,9",1144.0,434.0,702.0,145.0,1517.0,1274.0,"19,1","36,8","0,8066" -27/09/2004,21.00.00,"2,4",1018.0,-200.0,"11,3",1024.0,345.0,758.0,128.0,1400.0,1169.0,"18,1","39,9","0,8232" -27/09/2004,22.00.00,"1,5",932.0,-200.0,"8,4",914.0,192.0,837.0,105.0,1298.0,1000.0,"17,4","42,8","0,8463" -27/09/2004,23.00.00,"1,3",897.0,-200.0,"6,8",849.0,157.0,891.0,90.0,1253.0,910.0,"16,7","46,6","0,8793" -28/09/2004,00.00.00,1,840.0,-200.0,"4,9",758.0,148.0,994.0,85.0,1189.0,829.0,"17,1","46,8","0,9054" -28/09/2004,01.00.00,"0,8",802.0,-200.0,"3,5",680.0,105.0,1091.0,73.0,1137.0,756.0,"15,3","51,9","0,8982" -28/09/2004,02.00.00,"0,5",765.0,-200.0,"2,8",637.0,141.0,1138.0,74.0,1113.0,742.0,"15,0","52,8","0,8929" -28/09/2004,03.00.00,"0,4",741.0,-200.0,"2,1",595.0,-200.0,1191.0,-200.0,1080.0,686.0,"14,4","54,5","0,8887" -28/09/2004,04.00.00,"0,5",748.0,-200.0,"2,2",595.0,107.0,1208.0,61.0,1089.0,677.0,"12,8","59,8","0,8801" -28/09/2004,05.00.00,"0,7",791.0,-200.0,"3,9",704.0,166.0,1057.0,69.0,1154.0,748.0,"11,9","62,7","0,8726" -28/09/2004,06.00.00,"1,2",875.0,-200.0,"7,3",871.0,241.0,890.0,82.0,1253.0,890.0,"12,1","62,6","0,8825" -28/09/2004,07.00.00,"2,4",1085.0,-200.0,"15,5",1164.0,368.0,707.0,120.0,1503.0,1155.0,"13,5","58,2","0,8944" -28/09/2004,08.00.00,"4,3",1268.0,-200.0,"27,1",1482.0,498.0,550.0,135.0,1849.0,1533.0,"14,4","55,7","0,9087" -28/09/2004,09.00.00,"4,1",1236.0,-200.0,"21,3",1332.0,641.0,601.0,152.0,1683.0,1550.0,"17,8","45,7","0,9224" -28/09/2004,10.00.00,"3,7",1274.0,-200.0,"19,9",1294.0,667.0,615.0,177.0,1595.0,2236.0,"21,0","37,2","0,9155" -28/09/2004,11.00.00,"3,4",1250.0,-200.0,"19,4",1280.0,550.0,618.0,181.0,1663.0,2178.0,"24,5","29,8","0,9008" -28/09/2004,12.00.00,"3,8",1224.0,-200.0,"21,8",1347.0,483.0,602.0,176.0,1670.0,1901.0,"26,4","26,4","0,8969" -28/09/2004,13.00.00,"4,1",1220.0,-200.0,"21,7",1344.0,524.0,605.0,163.0,1676.0,1743.0,"25,2","26,8","0,8451" -28/09/2004,14.00.00,"3,4",1166.0,-200.0,"18,9",1265.0,481.0,640.0,174.0,1570.0,1502.0,"26,1","24,8","0,8283" -28/09/2004,15.00.00,"2,3",1050.0,-200.0,"13,0",1084.0,305.0,748.0,117.0,1402.0,1153.0,"26,2","24,4","0,8174" -28/09/2004,16.00.00,"3,2",1174.0,-200.0,"18,8",1264.0,396.0,670.0,145.0,1598.0,1287.0,"28,9","21,3","0,8382" -28/09/2004,17.00.00,"4,8",1323.0,-200.0,"26,8",1474.0,501.0,554.0,173.0,1854.0,1547.0,"28,0","23,3","0,8681" -28/09/2004,18.00.00,"6,7",1432.0,-200.0,"36,9",1706.0,702.0,488.0,204.0,2098.0,1842.0,"24,7","27,9","0,8559" -28/09/2004,19.00.00,"7,5",1479.0,-200.0,"39,3",1756.0,755.0,466.0,209.0,2165.0,1908.0,"23,0","33,6","0,9302" -28/09/2004,20.00.00,"4,5",1309.0,-200.0,"23,1",1379.0,524.0,555.0,175.0,1841.0,1693.0,"20,9","45,8","1,1159" -28/09/2004,21.00.00,"2,1",1089.0,-200.0,"11,6",1037.0,247.0,707.0,129.0,1480.0,1336.0,"19,8","48,6","1,1130" -28/09/2004,22.00.00,"1,5",1009.0,-200.0,"8,3",911.0,196.0,788.0,111.0,1359.0,1177.0,"19,8","47,7","1,0885" -28/09/2004,23.00.00,"1,1",930.0,-200.0,"5,7",796.0,135.0,883.0,85.0,1263.0,977.0,"18,6","49,1","1,0435" -29/09/2004,00.00.00,"1,1",929.0,-200.0,"5,9",805.0,146.0,879.0,86.0,1270.0,974.0,"17,2","53,9","1,0498" -29/09/2004,01.00.00,"0,9",872.0,-200.0,"4,1",718.0,106.0,981.0,71.0,1223.0,872.0,"16,3","56,8","1,0470" -29/09/2004,02.00.00,"0,5",790.0,-200.0,"2,2",601.0,70.0,1150.0,60.0,1157.0,734.0,"17,4","53,4","1,0541" -29/09/2004,03.00.00,"0,4",793.0,-200.0,"2,0",581.0,-200.0,1169.0,-200.0,1152.0,668.0,"15,5","58,8","1,0309" -29/09/2004,04.00.00,-200,789.0,-200.0,"2,2",596.0,62.0,1145.0,48.0,1161.0,698.0,"14,6","62,1","1,0236" -29/09/2004,05.00.00,"0,4",769.0,-200.0,"2,0",586.0,60.0,1221.0,45.0,1134.0,650.0,"17,1","52,5","1,0130" -29/09/2004,06.00.00,"0,7",852.0,-200.0,"4,0",713.0,92.0,1029.0,53.0,1203.0,749.0,"15,2","58,3","0,9986" -29/09/2004,07.00.00,2,1100.0,-200.0,"13,4",1097.0,277.0,739.0,94.0,1516.0,1106.0,"14,9","59,2","0,9985" -29/09/2004,08.00.00,"4,2",1326.0,-200.0,"28,0",1504.0,600.0,510.0,122.0,1968.0,1609.0,"15,1","59,0","1,0086" -29/09/2004,09.00.00,"5,2",1433.0,-200.0,"28,6",1518.0,693.0,499.0,170.0,1973.0,1770.0,"19,0","47,8","1,0434" -29/09/2004,10.00.00,"3,8",1310.0,-200.0,"21,4",1334.0,617.0,573.0,174.0,1747.0,1633.0,"22,4","38,8","1,0400" -29/09/2004,11.00.00,"3,7",1304.0,-200.0,"19,1",1272.0,569.0,593.0,191.0,1673.0,1583.0,"25,4","33,3","1,0679" -29/09/2004,12.00.00,"3,4",1286.0,-200.0,"19,6",1286.0,409.0,593.0,179.0,1728.0,1449.0,"27,2","30,4","1,0810" -29/09/2004,13.00.00,"3,1",1217.0,-200.0,"15,8",1175.0,335.0,621.0,148.0,1644.0,1451.0,"25,5","34,8","1,1152" -29/09/2004,14.00.00,"2,4",1104.0,-200.0,"13,5",1099.0,290.0,698.0,129.0,1483.0,1147.0,"26,4","28,5","0,9658" -29/09/2004,15.00.00,"2,8",1143.0,-200.0,"15,9",1176.0,312.0,677.0,148.0,1551.0,1108.0,"27,7","25,1","0,9158" -29/09/2004,16.00.00,"3,6",1205.0,-200.0,"19,9",1295.0,440.0,626.0,184.0,1613.0,1267.0,"28,6","23,2","0,8917" -29/09/2004,17.00.00,4,1276.0,-200.0,"21,6",1340.0,450.0,597.0,188.0,1677.0,1303.0,"27,2","26,3","0,9317" -29/09/2004,18.00.00,"5,6",1440.0,-200.0,"31,0",1573.0,578.0,491.0,204.0,1997.0,1643.0,"25,3","33,0","1,0473" -29/09/2004,19.00.00,"6,3",1467.0,-200.0,"34,1",1643.0,615.0,467.0,201.0,2088.0,1749.0,"23,2","36,9","1,0346" -29/09/2004,20.00.00,"4,7",1339.0,-200.0,"22,8",1373.0,536.0,541.0,165.0,1797.0,1585.0,"21,6","43,3","1,1019" -29/09/2004,21.00.00,"1,9",1108.0,-200.0,"12,3",1061.0,238.0,685.0,133.0,1454.0,1315.0,"21,1","44,8","1,1088" -29/09/2004,22.00.00,"1,9",1116.0,-200.0,"10,9",1012.0,249.0,699.0,125.0,1445.0,1290.0,"19,7","49,3","1,1148" -29/09/2004,23.00.00,"1,2",981.0,-200.0,"7,1",860.0,150.0,812.0,101.0,1298.0,1059.0,"20,3","47,8","1,1281" -30/09/2004,00.00.00,"0,9",947.0,-200.0,"5,7",798.0,108.0,869.0,79.0,1276.0,943.0,"19,4","50,3","1,1201" -30/09/2004,01.00.00,-200,939.0,-200.0,"5,3",776.0,-200.0,879.0,-200.0,1259.0,913.0,"18,3","53,1","1,1056" -30/09/2004,02.00.00,-200,862.0,-200.0,"2,9",644.0,-200.0,1030.0,-200.0,1173.0,720.0,"17,5","56,1","1,1103" -30/09/2004,03.00.00,-200,827.0,-200.0,"1,9",577.0,-200.0,1138.0,-200.0,1143.0,640.0,"19,2","50,3","1,1087" -30/09/2004,04.00.00,-200,879.0,-200.0,"2,4",611.0,-200.0,1036.0,-200.0,1189.0,779.0,"16,6","59,6","1,1170" -30/09/2004,05.00.00,-200,911.0,-200.0,"4,0",710.0,-200.0,932.0,-200.0,1226.0,850.0,"17,5","57,1","1,1311" -30/09/2004,06.00.00,-200,1051.0,-200.0,"8,1",901.0,-200.0,778.0,-200.0,1379.0,1020.0,"17,6","57,6","1,1471" -30/09/2004,07.00.00,-200,1496.0,-200.0,"24,8",1425.0,-200.0,520.0,-200.0,1946.0,1605.0,"18,0","57,0","1,1665" -30/09/2004,08.00.00,-200,1610.0,-200.0,"36,3",1692.0,-200.0,436.0,-200.0,2197.0,1866.0,"18,5","55,9","1,1779" -30/09/2004,09.00.00,-200,1428.0,-200.0,"20,9",1321.0,-200.0,544.0,-200.0,1779.0,1621.0,"18,6","57,2","1,2146" -30/09/2004,10.00.00,-200,1459.0,-200.0,"22,2",1356.0,-200.0,525.0,-200.0,1795.0,1712.0,"20,2","53,0","1,2407" -30/09/2004,11.00.00,-200,1486.0,-200.0,"23,5",1390.0,-200.0,504.0,-200.0,1835.0,1770.0,"21,3","50,1","1,2539" -30/09/2004,12.00.00,"1,7",1158.0,-200.0,"10,8",1008.0,-200.0,695.0,-200.0,1489.0,1175.0,"24,6","42,8","1,3053" -30/09/2004,13.00.00,"1,7",1200.0,-200.0,"11,2",1021.0,223.0,678.0,101.0,1510.0,1157.0,"24,6","44,1","1,3477" -30/09/2004,14.00.00,"2,2",1290.0,-200.0,"15,1",1151.0,267.0,613.0,113.0,1638.0,1219.0,"25,6","43,4","1,4049" -30/09/2004,15.00.00,"2,8",1366.0,-200.0,"17,4",1223.0,308.0,578.0,121.0,1744.0,1288.0,"26,1","42,6","1,4172" -30/09/2004,16.00.00,"3,9",1505.0,-200.0,"23,4",1388.0,422.0,516.0,146.0,1978.0,1503.0,"25,8","44,8","1,4644" -30/09/2004,17.00.00,"6,5",1728.0,-200.0,"35,9",1683.0,623.0,419.0,188.0,2365.0,1861.0,"25,4","47,9","1,5346" -30/09/2004,18.00.00,"6,3",1673.0,-200.0,"34,0",1643.0,572.0,436.0,182.0,2259.0,1781.0,"24,6","50,0","1,5241" -30/09/2004,19.00.00,"5,7",1636.0,-200.0,"30,1",1553.0,514.0,449.0,166.0,2130.0,1745.0,"23,6","54,4","1,5687" -30/09/2004,20.00.00,"4,4",1468.0,-200.0,"20,0",1296.0,414.0,529.0,142.0,1854.0,1590.0,"22,6","59,5","1,6155" -30/09/2004,21.00.00,"1,6",1180.0,-200.0,"10,5",997.0,143.0,677.0,84.0,1549.0,1127.0,"22,1","61,3","1,6133" -30/09/2004,22.00.00,"1,5",1138.0,-200.0,"9,0",938.0,147.0,700.0,87.0,1500.0,1098.0,"22,1","61,3","1,6053" -30/09/2004,23.00.00,"1,7",1192.0,-200.0,"10,7",1004.0,159.0,665.0,91.0,1577.0,1176.0,"21,1","64,7","1,5956" -01/10/2004,00.00.00,"1,9",1176.0,-200.0,"10,4",993.0,206.0,659.0,91.0,1572.0,1178.0,"20,3","66,4","1,5591" -01/10/2004,01.00.00,"1,6",1137.0,-200.0,"9,7",967.0,140.0,687.0,74.0,1557.0,1091.0,"19,4","69,3","1,5418" -01/10/2004,02.00.00,"1,3",1035.0,-200.0,"6,9",851.0,132.0,764.0,69.0,1465.0,1002.0,"19,0","70,8","1,5417" -01/10/2004,03.00.00,"0,8",943.0,-200.0,"4,0",709.0,-200.0,893.0,-200.0,1348.0,876.0,"20,2","65,8","1,5442" -01/10/2004,04.00.00,"0,6",904.0,-200.0,"3,0",655.0,81.0,968.0,54.0,1326.0,824.0,"19,8","67,2","1,5322" -01/10/2004,05.00.00,"0,7",966.0,-200.0,"4,3",726.0,120.0,872.0,60.0,1371.0,892.0,"19,0","70,3","1,5308" -01/10/2004,06.00.00,"1,6",1124.0,-200.0,"9,8",972.0,279.0,674.0,69.0,1568.0,1092.0,"18,8","71,8","1,5372" -01/10/2004,07.00.00,"2,9",1348.0,-200.0,"17,2",1217.0,392.0,559.0,91.0,1816.0,1413.0,"20,2","66,3","1,5550" -01/10/2004,08.00.00,"4,1",1499.0,-200.0,"27,9",1501.0,433.0,469.0,97.0,2130.0,1565.0,"20,8","64,3","1,5630" -01/10/2004,09.00.00,"3,7",1427.0,-200.0,"20,5",1311.0,531.0,503.0,114.0,1900.0,1594.0,"22,3","59,3","1,5705" -01/10/2004,10.00.00,"3,6",1473.0,-200.0,"21,2",1330.0,619.0,497.0,129.0,1908.0,1677.0,"23,2","56,6","1,5929" -01/10/2004,11.00.00,"3,4",1440.0,-200.0,"19,9",1294.0,522.0,506.0,137.0,1879.0,1616.0,"23,8","54,7","1,5870" -01/10/2004,12.00.00,"3,7",1474.0,-200.0,"21,1",1326.0,505.0,485.0,134.0,1943.0,1610.0,"23,5","56,2","1,6048" -01/10/2004,13.00.00,"4,1",1485.0,-200.0,"22,3",1359.0,465.0,477.0,132.0,2005.0,1614.0,"23,9","54,4","1,5963" -01/10/2004,14.00.00,"3,2",-200.0,-200.0,"-200,0",-200.0,383.0,-200.0,123.0,-200.0,-200.0,-200,-200,-200 -01/10/2004,15.00.00,"2,4",1306.0,-200.0,"12,9",1079.0,278.0,603.0,105.0,1668.0,1286.0,"25,4","47,4","1,5170" -01/10/2004,16.00.00,"3,4",1464.0,-200.0,"18,4",1251.0,372.0,530.0,136.0,1853.0,1487.0,"26,4","45,4","1,5400" -01/10/2004,17.00.00,"5,6",1629.0,-200.0,"26,5",1466.0,540.0,458.0,169.0,2130.0,1703.0,"25,8","46,9","1,5375" -01/10/2004,18.00.00,-200,1629.0,-200.0,"29,4",1536.0,-200.0,435.0,-200.0,2205.0,1773.0,"25,3","49,6","1,5805" -01/10/2004,19.00.00,-200,1707.0,-200.0,"33,7",1637.0,-200.0,411.0,-200.0,2338.0,1848.0,"24,2","54,3","1,6117" -01/10/2004,20.00.00,-200,1424.0,-200.0,"19,9",1293.0,-200.0,524.0,-200.0,1902.0,1550.0,"22,8","58,1","1,5951" -01/10/2004,21.00.00,-200,1297.0,-200.0,"13,5",1100.0,-200.0,598.0,-200.0,1710.0,1350.0,"21,5","63,2","1,5993" -01/10/2004,22.00.00,-200,1214.0,-200.0,"11,2",1022.0,-200.0,645.0,-200.0,1592.0,1235.0,"21,3","63,0","1,5798" -01/10/2004,23.00.00,-200,1160.0,-200.0,"9,1",944.0,-200.0,686.0,-200.0,1523.0,1162.0,"20,8","64,1","1,5540" -02/10/2004,00.00.00,-200,1232.0,-200.0,"10,9",1012.0,-200.0,642.0,-200.0,1595.0,1211.0,"20,6","64,0","1,5346" -02/10/2004,01.00.00,-200,1134.0,-200.0,"8,4",914.0,-200.0,699.0,-200.0,1512.0,1097.0,"20,6","63,4","1,5190" -02/10/2004,02.00.00,-200,1071.0,-200.0,"7,1",860.0,-200.0,742.0,-200.0,1500.0,1021.0,"20,4","64,4","1,5220" -02/10/2004,03.00.00,-200,968.0,-200.0,"4,3",730.0,-200.0,858.0,-200.0,1388.0,913.0,"21,3","61,0","1,5290" -02/10/2004,04.00.00,-200,994.0,-200.0,"4,0",711.0,-200.0,867.0,-200.0,1384.0,909.0,"20,5","64,0","1,5247" -02/10/2004,05.00.00,-200,1046.0,-200.0,"5,8",804.0,-200.0,774.0,-200.0,1458.0,983.0,"20,3","65,3","1,5321" -02/10/2004,06.00.00,-200,1066.0,-200.0,"6,3",827.0,-200.0,751.0,-200.0,1479.0,1024.0,"20,1","65,9","1,5321" -02/10/2004,07.00.00,-200,1277.0,-200.0,"12,3",1061.0,-200.0,612.0,-200.0,1691.0,1243.0,"20,2","65,6","1,5368" -02/10/2004,08.00.00,-200,1290.0,-200.0,"13,3",1093.0,-200.0,592.0,-200.0,1677.0,1253.0,"21,1","62,8","1,5481" -02/10/2004,09.00.00,-200,1268.0,-200.0,"12,5",1066.0,-200.0,608.0,-200.0,1665.0,1240.0,"22,5","57,5","1,5518" -02/10/2004,10.00.00,-200,1243.0,-200.0,"10,5",997.0,-200.0,648.0,-200.0,1587.0,1155.0,"24,2","51,9","1,5426" -02/10/2004,11.00.00,-200,1300.0,-200.0,"12,1",1053.0,-200.0,614.0,-200.0,1650.0,1193.0,"25,2","48,9","1,5437" -02/10/2004,12.00.00,-200,1278.0,-200.0,"12,1",1053.0,-200.0,630.0,-200.0,1641.0,1153.0,"25,8","47,8","1,5662" -02/10/2004,13.00.00,-200,1249.0,-200.0,"11,2",1023.0,-200.0,639.0,-200.0,1640.0,1034.0,"25,7","49,2","1,5988" -02/10/2004,14.00.00,-200,1145.0,-200.0,"7,2",867.0,-200.0,739.0,-200.0,1499.0,870.0,"25,8","49,6","1,6213" -02/10/2004,15.00.00,-200,1199.0,-200.0,"8,7",928.0,-200.0,704.0,-200.0,1533.0,890.0,"25,7","48,8","1,5913" -02/10/2004,16.00.00,-200,1236.0,-200.0,"9,6",962.0,-200.0,690.0,-200.0,1589.0,946.0,"26,5","45,9","1,5626" -02/10/2004,17.00.00,-200,1289.0,-200.0,"11,6",1037.0,-200.0,638.0,-200.0,1648.0,1033.0,"25,4","48,9","1,5650" -02/10/2004,18.00.00,-200,1299.0,-200.0,"12,7",1072.0,-200.0,617.0,-200.0,1688.0,1107.0,"24,4","52,5","1,5830" -02/10/2004,19.00.00,-200,1506.0,-200.0,"20,7",1315.0,-200.0,512.0,-200.0,1954.0,1395.0,"23,9","54,6","1,5936" -02/10/2004,20.00.00,-200,1432.0,-200.0,"17,8",1234.0,-200.0,553.0,-200.0,1849.0,1342.0,"22,9","57,9","1,5958" -02/10/2004,21.00.00,-200,1193.0,-200.0,"11,2",1021.0,-200.0,666.0,-200.0,1633.0,1152.0,"22,1","61,1","1,6012" -02/10/2004,22.00.00,-200,1188.0,-200.0,"10,8",1007.0,-200.0,668.0,-200.0,1577.0,1128.0,"20,8","65,6","1,5898" -02/10/2004,23.00.00,-200,1162.0,-200.0,"9,4",953.0,-200.0,691.0,-200.0,1526.0,1104.0,"21,7","60,8","1,5630" -03/10/2004,00.00.00,-200,1106.0,-200.0,"8,5",921.0,-200.0,720.0,-200.0,1506.0,1055.0,"21,1","62,8","1,5505" -03/10/2004,01.00.00,-200,1037.0,-200.0,"6,5",836.0,-200.0,788.0,-200.0,1467.0,904.0,"20,7","63,2","1,5240" -03/10/2004,02.00.00,-200,982.0,-200.0,"5,1",768.0,-200.0,850.0,-200.0,1416.0,835.0,"21,2","61,5","1,5241" -03/10/2004,03.00.00,-200,944.0,-200.0,"4,5",740.0,-200.0,881.0,-200.0,1412.0,781.0,"20,3","64,6","1,5180" -03/10/2004,04.00.00,-200,929.0,-200.0,"3,9",703.0,-200.0,908.0,-200.0,1391.0,761.0,"20,2","64,4","1,5035" -03/10/2004,05.00.00,-200,906.0,-200.0,"3,3",672.0,-200.0,948.0,-200.0,1377.0,742.0,"20,1","65,3","1,5153" -03/10/2004,06.00.00,-200,907.0,-200.0,"3,2",665.0,-200.0,972.0,-200.0,1370.0,779.0,"19,9","66,0","1,5141" -03/10/2004,07.00.00,-200,1013.0,-200.0,"5,4",781.0,-200.0,829.0,-200.0,1469.0,894.0,"19,8","66,4","1,5145" -03/10/2004,08.00.00,-200,1055.0,-200.0,"5,6",795.0,-200.0,800.0,-200.0,1476.0,927.0,"20,4","64,1","1,5178" -03/10/2004,09.00.00,-200,1138.0,-200.0,"7,5",880.0,-200.0,727.0,-200.0,1538.0,1034.0,"21,6","60,8","1,5496" -03/10/2004,10.00.00,-200,1250.0,-200.0,"10,7",1003.0,-200.0,647.0,-200.0,1638.0,1217.0,"23,5","54,5","1,5553" -03/10/2004,11.00.00,-200,1165.0,-200.0,"8,4",916.0,-200.0,711.0,-200.0,1517.0,1093.0,"25,7","46,6","1,5105" -03/10/2004,12.00.00,-200,1229.0,-200.0,"11,3",1025.0,-200.0,663.0,-200.0,1588.0,1073.0,"26,6","43,7","1,5031" -03/10/2004,13.00.00,-200,1168.0,-200.0,"8,3",911.0,-200.0,715.0,-200.0,1517.0,969.0,"27,4","41,8","1,5056" -03/10/2004,14.00.00,-200,1092.0,-200.0,"6,0",814.0,-200.0,794.0,-200.0,1446.0,777.0,"27,4","42,8","1,5344" -03/10/2004,15.00.00,-200,1109.0,-200.0,"6,7",843.0,-200.0,769.0,-200.0,1458.0,743.0,"27,1","43,3","1,5255" -03/10/2004,16.00.00,-200,1133.0,-200.0,"6,2",823.0,-200.0,775.0,-200.0,1449.0,777.0,"26,9","44,4","1,5510" -03/10/2004,17.00.00,-200,1192.0,-200.0,"7,7",887.0,-200.0,716.0,-200.0,1488.0,819.0,"26,9","44,4","1,5538" -03/10/2004,18.00.00,-200,1298.0,-200.0,"11,0",1015.0,-200.0,647.0,-200.0,1619.0,1056.0,"24,7","51,9","1,5868" -03/10/2004,19.00.00,-200,1524.0,-200.0,"20,8",1320.0,-200.0,514.0,-200.0,1925.0,1481.0,"23,7","55,6","1,6074" -03/10/2004,20.00.00,-200,1540.0,-200.0,"21,4",1336.0,-200.0,498.0,-200.0,1929.0,1590.0,"22,7","59,6","1,6261" -03/10/2004,21.00.00,-200,1190.0,-200.0,"10,4",992.0,-200.0,654.0,-200.0,1587.0,1211.0,"21,9","61,4","1,5946" -03/10/2004,22.00.00,-200,1092.0,-200.0,"8,3",911.0,-200.0,735.0,-200.0,1506.0,1052.0,"22,0","59,8","1,5620" -03/10/2004,23.00.00,-200,1079.0,-200.0,"7,8",890.0,-200.0,745.0,-200.0,1522.0,1000.0,"20,5","64,9","1,5473" -04/10/2004,00.00.00,-200,995.0,-200.0,"5,5",789.0,-200.0,828.0,-200.0,1432.0,874.0,"19,8","66,9","1,5277" -04/10/2004,01.00.00,-200,960.0,-200.0,"5,2",772.0,-200.0,838.0,-200.0,1431.0,852.0,"18,4","71,6","1,4997" -04/10/2004,02.00.00,-200,890.0,-200.0,"3,2",666.0,-200.0,969.0,-200.0,1323.0,728.0,"18,9","68,6","1,4818" -04/10/2004,03.00.00,-200,860.0,-200.0,"2,7",632.0,-200.0,1037.0,-200.0,1322.0,713.0,"17,8","72,3","1,4546" -04/10/2004,04.00.00,-200,860.0,-200.0,"3,0",652.0,-200.0,997.0,-200.0,1326.0,734.0,"17,1","73,9","1,4262" -04/10/2004,05.00.00,-200,883.0,-200.0,"4,0",713.0,-200.0,937.0,-200.0,1351.0,777.0,"17,7","70,3","1,4088" -04/10/2004,06.00.00,-200,929.0,-200.0,"5,6",795.0,-200.0,858.0,-200.0,1373.0,815.0,"17,1","71,8","1,3936" -04/10/2004,07.00.00,-200,1100.0,-200.0,"11,1",1018.0,-200.0,706.0,-200.0,1573.0,1002.0,"18,3","67,5","1,4044" -04/10/2004,08.00.00,-200,1257.0,-200.0,"20,1",1299.0,-200.0,550.0,-200.0,1864.0,1302.0,"18,5","67,0","1,4135" -04/10/2004,09.00.00,-200,1402.0,-200.0,"23,6",1393.0,-200.0,505.0,-200.0,1967.0,1542.0,"19,9","61,7","1,4193" -04/10/2004,10.00.00,-200,1376.0,-200.0,"21,0",1324.0,-200.0,527.0,-200.0,1886.0,1571.0,"22,9","52,6","1,4519" -04/10/2004,11.00.00,-200,1374.0,-200.0,"21,8",1346.0,-200.0,519.0,-200.0,1910.0,1614.0,"24,2","49,0","1,4586" -04/10/2004,12.00.00,-200,1381.0,-200.0,"22,1",1355.0,-200.0,516.0,-200.0,1931.0,1583.0,"25,8","44,7","1,4590" -04/10/2004,13.00.00,-200,1282.0,-200.0,"18,2",1247.0,-200.0,561.0,-200.0,1829.0,1285.0,"26,0","44,5","1,4731" -04/10/2004,14.00.00,-200,1188.0,-200.0,"14,2",1124.0,-200.0,625.0,-200.0,1655.0,1094.0,"27,1","40,2","1,4217" -04/10/2004,15.00.00,-200,1227.0,-200.0,"14,9",1147.0,-200.0,612.0,-200.0,1707.0,1113.0,"27,4","39,8","1,4318" -04/10/2004,16.00.00,-200,1364.0,-200.0,"21,1",1328.0,-200.0,528.0,-200.0,1898.0,1395.0,"28,9","36,3","1,4291" -04/10/2004,17.00.00,-200,1531.0,-200.0,"30,3",1558.0,-200.0,451.0,-200.0,2181.0,1620.0,"28,4","37,5","1,4251" -04/10/2004,18.00.00,-200,1694.0,-200.0,"41,6",1805.0,-200.0,391.0,-200.0,2523.0,1882.0,"26,0","43,9","1,4562" -04/10/2004,19.00.00,-200,1723.0,-200.0,"44,7",1866.0,-200.0,378.0,-200.0,2612.0,2006.0,"24,3","49,6","1,4860" -04/10/2004,20.00.00,-200,1356.0,-200.0,"21,3",1331.0,-200.0,520.0,-200.0,1925.0,1643.0,"23,3","53,0","1,4939" -04/10/2004,21.00.00,-200,1084.0,-200.0,"10,0",979.0,-200.0,699.0,-200.0,1539.0,1239.0,"22,6","55,1","1,4899" -04/10/2004,22.00.00,-200,1039.0,-200.0,"8,9",936.0,-200.0,731.0,-200.0,1499.0,1121.0,"21,2","59,3","1,4787" -04/10/2004,23.00.00,-200,1011.0,-200.0,"7,4",875.0,-200.0,787.0,-200.0,1446.0,1012.0,"20,6","60,9","1,4642" -05/10/2004,00.00.00,-200,968.0,-200.0,"6,4",831.0,-200.0,810.0,-200.0,1425.0,961.0,"20,0","63,1","1,4592" -05/10/2004,01.00.00,-200,867.0,-200.0,"3,7",693.0,-200.0,971.0,-200.0,1335.0,825.0,"19,7","63,4","1,4383" -05/10/2004,02.00.00,-200,820.0,-200.0,"2,5",620.0,-200.0,1081.0,-200.0,1270.0,703.0,"20,8","58,8","1,4305" -05/10/2004,03.00.00,-200,826.0,-200.0,"2,7",631.0,-200.0,1072.0,-200.0,1280.0,752.0,"17,8","69,8","1,4058" -05/10/2004,04.00.00,-200,835.0,-200.0,"2,5",620.0,-200.0,1053.0,-200.0,1260.0,741.0,"18,8","65,3","1,4023" -05/10/2004,05.00.00,-200,887.0,-200.0,"4,1",717.0,-200.0,955.0,-200.0,1334.0,786.0,"17,6","69,5","1,3889" -05/10/2004,06.00.00,-200,990.0,-200.0,"7,8",889.0,-200.0,763.0,-200.0,1450.0,952.0,"17,4","69,7","1,3714" -05/10/2004,07.00.00,-200,1511.0,-200.0,"30,8",1569.0,-200.0,476.0,-200.0,2195.0,1601.0,"17,4","70,1","1,3783" -05/10/2004,08.00.00,-200,1352.0,-200.0,"26,4",1465.0,-200.0,491.0,-200.0,1998.0,1621.0,"18,5","65,5","1,3787" -05/10/2004,09.00.00,-200,1337.0,-200.0,"21,6",1339.0,-200.0,525.0,-200.0,1870.0,1622.0,"20,6","58,5","1,4054" -05/10/2004,10.00.00,-200,1435.0,-200.0,"22,8",1373.0,-200.0,513.0,-200.0,1910.0,1759.0,"23,9","48,7","1,4269" -05/10/2004,11.00.00,-200,1377.0,-200.0,"19,3",1276.0,-200.0,539.0,-200.0,1790.0,1666.0,"26,0","43,8","1,4499" -05/10/2004,12.00.00,-200,1562.0,-200.0,"30,4",1559.0,-200.0,453.0,-200.0,2130.0,1918.0,"28,6","37,3","1,4423" -05/10/2004,13.00.00,-200,1358.0,-200.0,"23,4",1389.0,-200.0,516.0,-200.0,1886.0,1525.0,"27,9","38,0","1,4029" -05/10/2004,14.00.00,-200,1301.0,-200.0,"17,1",1212.0,-200.0,575.0,-200.0,1717.0,1332.0,"28,4","37,6","1,4282" -05/10/2004,15.00.00,-200,1255.0,-200.0,"14,6",1136.0,-200.0,611.0,-200.0,1675.0,1183.0,"28,5","37,3","1,4329" -05/10/2004,16.00.00,-200,1410.0,-200.0,"21,6",1340.0,-200.0,533.0,-200.0,1841.0,1414.0,"30,8","31,8","1,3908" -05/10/2004,17.00.00,-200,1578.0,-200.0,"31,9",1595.0,-200.0,459.0,-200.0,2181.0,1680.0,"29,7","33,1","1,3546" -05/10/2004,18.00.00,-200,1700.0,-200.0,"40,5",1782.0,-200.0,401.0,-200.0,2403.0,2004.0,"27,0","40,2","1,4158" -05/10/2004,19.00.00,-200,1778.0,-200.0,"41,6",1805.0,-200.0,380.0,-200.0,2473.0,2094.0,"25,6","47,5","1,5390" -05/10/2004,20.00.00,-200,1539.0,-200.0,"23,9",1402.0,-200.0,475.0,-200.0,2018.0,1780.0,"23,9","57,2","1,6774" -05/10/2004,21.00.00,-200,1409.0,-200.0,"20,3",1304.0,-200.0,500.0,-200.0,1829.0,1640.0,"22,7","60,8","1,6582" -05/10/2004,22.00.00,-200,1231.0,-200.0,"12,8",1077.0,-200.0,602.0,-200.0,1580.0,1379.0,"21,8","59,9","1,5492" -05/10/2004,23.00.00,-200,1092.0,-200.0,"8,7",928.0,-200.0,688.0,-200.0,1470.0,1139.0,"22,4","58,3","1,5610" -06/10/2004,00.00.00,-200,1036.0,-200.0,"6,8",850.0,-200.0,760.0,-200.0,1411.0,1001.0,"21,7","60,2","1,5442" -06/10/2004,01.00.00,-200,984.0,-200.0,"5,3",780.0,-200.0,810.0,-200.0,1377.0,910.0,"21,2","61,4","1,5258" -06/10/2004,02.00.00,-200,950.0,-200.0,"4,6",743.0,-200.0,841.0,-200.0,1377.0,895.0,"19,3","68,4","1,5130" -06/10/2004,03.00.00,-200,889.0,-200.0,"3,2",665.0,-200.0,943.0,-200.0,1310.0,805.0,"19,8","65,1","1,4900" -06/10/2004,04.00.00,-200,865.0,-200.0,"2,8",636.0,-200.0,992.0,-200.0,1285.0,761.0,"20,0","62,9","1,4495" -06/10/2004,05.00.00,-200,917.0,-200.0,"3,6",686.0,-200.0,933.0,-200.0,1304.0,805.0,"18,3","68,5","1,4291" -06/10/2004,06.00.00,-200,997.0,-200.0,"6,2",823.0,-200.0,804.0,-200.0,1395.0,894.0,"18,1","68,5","1,4067" -06/10/2004,07.00.00,-200,1433.0,-200.0,"24,2",1409.0,-200.0,506.0,-200.0,1972.0,1439.0,"17,6","70,5","1,4057" -06/10/2004,08.00.00,-200,1516.0,-200.0,"32,0",1596.0,-200.0,429.0,-200.0,2183.0,1706.0,"18,3","67,8","1,4091" -06/10/2004,09.00.00,-200,1528.0,-200.0,"25,8",1449.0,-200.0,473.0,-200.0,2039.0,1756.0,"20,4","61,2","1,4470" -06/10/2004,10.00.00,-200,1347.0,-200.0,"16,2",1186.0,-200.0,560.0,-200.0,1713.0,1493.0,"22,5","55,6","1,4990" -06/10/2004,11.00.00,-200,1392.0,-200.0,"17,7",1231.0,-200.0,530.0,-200.0,1771.0,1567.0,"25,7","46,4","1,5070" -06/10/2004,12.00.00,-200,1359.0,-200.0,"16,5",1195.0,-200.0,542.0,-200.0,1784.0,1376.0,"26,8","44,6","1,5467" -06/10/2004,13.00.00,-200,1391.0,-200.0,"18,3",1249.0,-200.0,518.0,-200.0,1845.0,1399.0,"26,0","46,4","1,5414" -06/10/2004,14.00.00,-200,1335.0,-200.0,"14,6",1137.0,-200.0,563.0,-200.0,1729.0,1293.0,"26,3","46,0","1,5478" -06/10/2004,15.00.00,-200,1402.0,-200.0,"17,1",1213.0,-200.0,530.0,-200.0,1789.0,1348.0,"27,4","43,9","1,5811" -06/10/2004,16.00.00,-200,1406.0,-200.0,"17,2",1216.0,-200.0,542.0,-200.0,1772.0,1314.0,"29,6","36,7","1,4936" -06/10/2004,17.00.00,-200,1527.0,-200.0,"24,6",1419.0,-200.0,476.0,-200.0,1966.0,1507.0,"28,7","37,3","1,4486" -06/10/2004,18.00.00,-200,1559.0,-200.0,"26,9",1476.0,-200.0,463.0,-200.0,2022.0,1660.0,"25,7","44,1","1,4331" -06/10/2004,19.00.00,-200,1840.0,-200.0,"44,0",1852.0,-200.0,360.0,-200.0,2553.0,2143.0,"24,5","49,5","1,5022" -06/10/2004,20.00.00,-200,1666.0,-200.0,"31,0",1573.0,-200.0,427.0,-200.0,2195.0,1968.0,"23,3","54,4","1,5386" -06/10/2004,21.00.00,-200,1336.0,-200.0,"16,8",1204.0,-200.0,542.0,-200.0,1759.0,1490.0,"22,4","57,9","1,5449" -06/10/2004,22.00.00,-200,1189.0,-200.0,"11,0",1014.0,-200.0,641.0,-200.0,1553.0,1249.0,"22,7","55,8","1,5218" -06/10/2004,23.00.00,-200,1226.0,-200.0,"11,4",1029.0,-200.0,620.0,-200.0,1570.0,1265.0,"20,4","62,4","1,4758" -07/10/2004,00.00.00,-200,1171.0,-200.0,"9,9",972.0,-200.0,650.0,-200.0,1529.0,1181.0,"20,3","64,2","1,5063" -07/10/2004,01.00.00,-200,1002.0,-200.0,"5,0",762.0,-200.0,814.0,-200.0,1385.0,954.0,"21,4","60,6","1,5236" -07/10/2004,02.00.00,-200,950.0,-200.0,"3,7",696.0,-200.0,894.0,-200.0,1375.0,875.0,"20,3","66,3","1,5657" -07/10/2004,03.00.00,-200,930.0,-200.0,"3,1",660.0,-200.0,925.0,-200.0,1321.0,838.0,"20,9","62,2","1,5182" -07/10/2004,04.00.00,-200,924.0,-200.0,"2,9",643.0,-200.0,948.0,-200.0,1329.0,825.0,"19,9","66,1","1,5198" -07/10/2004,05.00.00,-200,994.0,-200.0,"4,4",732.0,-200.0,852.0,-200.0,1400.0,882.0,"19,8","67,1","1,5305" -07/10/2004,06.00.00,-200,1089.0,-200.0,"7,4",873.0,-200.0,741.0,-200.0,1479.0,990.0,"20,1","64,4","1,4967" -07/10/2004,07.00.00,-200,1468.0,-200.0,"19,4",1280.0,-200.0,518.0,-200.0,1899.0,1423.0,"19,7","66,4","1,5035" -07/10/2004,08.00.00,-200,1696.0,-200.0,"37,1",1711.0,-200.0,383.0,-200.0,2464.0,1823.0,"20,9","62,4","1,5226" -07/10/2004,09.00.00,-200,1479.0,-200.0,"22,2",1357.0,-200.0,491.0,-200.0,1937.0,1581.0,"22,5","57,0","1,5314" -07/10/2004,10.00.00,-200,1425.0,-200.0,"18,5",1255.0,-200.0,516.0,-200.0,1864.0,1500.0,"23,5","53,4","1,5241" -07/10/2004,11.00.00,-200,1279.0,-200.0,"14,0",1116.0,-200.0,587.0,-200.0,1668.0,1268.0,"24,7","48,2","1,4802" -07/10/2004,12.00.00,-200,1319.0,-200.0,"15,5",1165.0,-200.0,571.0,-200.0,1743.0,1230.0,"27,1","40,9","1,4405" -07/10/2004,13.00.00,-200,1329.0,-200.0,"15,7",1172.0,-200.0,561.0,-200.0,1739.0,1204.0,"25,9","44,2","1,4576" -07/10/2004,14.00.00,-200,1327.0,-200.0,"15,7",1172.0,-200.0,566.0,-200.0,1747.0,1205.0,"26,9","41,8","1,4555" -07/10/2004,15.00.00,-200,1282.0,-200.0,"12,7",1075.0,-200.0,605.0,-200.0,1651.0,1103.0,"27,2","40,7","1,4481" -07/10/2004,16.00.00,"2,9",1342.0,-200.0,"15,3",1157.0,267.0,572.0,87.0,1707.0,1195.0,"28,6","37,6","1,4468" -07/10/2004,17.00.00,"5,4",1623.0,-200.0,"28,8",1522.0,398.0,447.0,111.0,2110.0,1618.0,"28,0","38,5","1,4370" -07/10/2004,18.00.00,"5,3",1576.0,-200.0,"26,1",1458.0,418.0,463.0,119.0,2024.0,1637.0,"25,2","45,8","1,4464" -07/10/2004,19.00.00,"6,7",1747.0,-200.0,"37,1",1709.0,515.0,399.0,128.0,2370.0,1876.0,"24,0","50,6","1,4892" -07/10/2004,20.00.00,7,1757.0,-200.0,"35,7",1680.0,669.0,396.0,117.0,2280.0,1959.0,"23,2","54,7","1,5296" -07/10/2004,21.00.00,"2,8",1331.0,-200.0,"16,5",1194.0,326.0,559.0,92.0,1715.0,1477.0,"22,3","57,1","1,5219" -07/10/2004,22.00.00,"1,7",1182.0,-200.0,"11,0",1016.0,209.0,658.0,73.0,1572.0,1210.0,"21,8","58,2","1,5036" -07/10/2004,23.00.00,"1,7",1162.0,-200.0,"10,8",1008.0,183.0,658.0,60.0,1556.0,1160.0,"20,9","61,3","1,4923" -08/10/2004,00.00.00,"1,7",1147.0,-200.0,"9,6",964.0,165.0,668.0,60.0,1517.0,1116.0,"20,6","62,0","1,4827" -08/10/2004,01.00.00,"1,2",1040.0,-200.0,"6,5",836.0,111.0,762.0,53.0,1423.0,974.0,"20,3","62,5","1,4720" -08/10/2004,02.00.00,"0,7",920.0,-200.0,"3,6",688.0,67.0,920.0,47.0,1317.0,820.0,"20,5","62,1","1,4771" -08/10/2004,03.00.00,"0,7",931.0,-200.0,"3,3",670.0,-200.0,931.0,-200.0,1326.0,792.0,"18,7","68,5","1,4586" -08/10/2004,04.00.00,"0,8",954.0,-200.0,"4,4",731.0,88.0,865.0,43.0,1360.0,839.0,"18,2","70,3","1,4498" -08/10/2004,05.00.00,"0,9",981.0,-200.0,"5,5",790.0,147.0,817.0,47.0,1390.0,898.0,"18,2","70,1","1,4552" -08/10/2004,06.00.00,"1,7",1147.0,-200.0,"10,8",1009.0,279.0,653.0,50.0,1589.0,1096.0,"18,2","70,0","1,4519" -08/10/2004,07.00.00,"5,7",1606.0,-200.0,"31,2",1578.0,665.0,440.0,81.0,2205.0,1786.0,"19,4","66,5","1,4801" -08/10/2004,08.00.00,"4,3",1490.0,-200.0,"24,8",1424.0,592.0,465.0,75.0,2033.0,1604.0,"19,5","66,9","1,4999" -08/10/2004,09.00.00,"3,9",1473.0,-200.0,"24,2",1409.0,557.0,483.0,87.0,1984.0,1637.0,"21,1","61,1","1,5056" -08/10/2004,10.00.00,"5,1",1582.0,-200.0,"29,5",1539.0,693.0,435.0,128.0,2141.0,1827.0,"23,2","54,7","1,5349" -08/10/2004,11.00.00,"3,7",1468.0,-200.0,"21,0",1323.0,530.0,496.0,105.0,1913.0,1641.0,"24,4","52,5","1,5807" -08/10/2004,12.00.00,"3,3",1413.0,-200.0,"19,6",1285.0,412.0,518.0,101.0,1883.0,1505.0,"26,4","45,8","1,5530" -08/10/2004,13.00.00,"3,6",1400.0,-200.0,"21,2",1331.0,366.0,520.0,100.0,1916.0,1465.0,"27,7","39,2","1,4356" -08/10/2004,14.00.00,"3,2",1361.0,-200.0,"18,0",1238.0,344.0,548.0,98.0,1805.0,1368.0,"28,0","39,6","1,4738" -08/10/2004,15.00.00,"3,5",1389.0,-200.0,"20,5",1311.0,339.0,525.0,98.0,1845.0,1748.0,"28,7","38,4","1,4860" -08/10/2004,16.00.00,"2,4",1305.0,-200.0,"15,6",1167.0,297.0,586.0,98.0,1690.0,1301.0,"28,5","39,4","1,5147" -08/10/2004,17.00.00,"2,9",1354.0,-200.0,"19,2",1275.0,294.0,543.0,90.0,1799.0,1338.0,"28,4","39,8","1,5191" -08/10/2004,18.00.00,"2,3",1352.0,-200.0,"20,0",1296.0,211.0,534.0,84.0,1846.0,1337.0,"26,4","45,9","1,5572" -08/10/2004,19.00.00,"3,1",1472.0,-200.0,"21,1",1327.0,323.0,497.0,101.0,1895.0,1516.0,"25,2","49,5","1,5665" -08/10/2004,20.00.00,"2,9",1412.0,-200.0,"18,6",1256.0,333.0,525.0,98.0,1797.0,1435.0,"24,9","50,9","1,5856" -08/10/2004,21.00.00,"1,5",1221.0,-200.0,"12,3",1061.0,163.0,619.0,76.0,1615.0,1178.0,"24,6","52,2","1,5951" -08/10/2004,22.00.00,"1,5",1230.0,-200.0,"10,3",990.0,151.0,652.0,71.0,1559.0,1111.0,"24,0","54,4","1,6049" -08/10/2004,23.00.00,"1,7",1247.0,-200.0,"9,6",961.0,167.0,666.0,71.0,1569.0,1112.0,"23,8","56,1","1,6298" -09/10/2004,00.00.00,"1,6",1217.0,-200.0,"9,9",975.0,174.0,665.0,66.0,1565.0,1109.0,"22,3","60,6","1,6080" -09/10/2004,01.00.00,"1,3",1158.0,-200.0,"8,6",923.0,142.0,673.0,62.0,1519.0,1072.0,"21,9","61,5","1,5967" -09/10/2004,02.00.00,"1,4",1150.0,-200.0,"7,3",871.0,155.0,697.0,58.0,1502.0,1030.0,"21,1","64,5","1,5940" -09/10/2004,03.00.00,"0,9",1061.0,-200.0,"5,4",785.0,-200.0,766.0,-200.0,1447.0,935.0,"21,0","64,4","1,5828" -09/10/2004,04.00.00,"0,9",1062.0,-200.0,"5,1",770.0,96.0,780.0,48.0,1450.0,922.0,"21,3","63,9","1,5951" -09/10/2004,05.00.00,"1,3",1157.0,-200.0,"7,8",890.0,154.0,681.0,53.0,1549.0,1054.0,"20,8","66,7","1,6201" -09/10/2004,06.00.00,"1,3",1167.0,-200.0,"8,2",907.0,211.0,681.0,55.0,1548.0,1082.0,"20,6","67,5","1,6210" -09/10/2004,07.00.00,"2,9",1403.0,-200.0,"17,6",1229.0,381.0,523.0,63.0,1872.0,1365.0,"20,9","66,3","1,6165" -09/10/2004,08.00.00,"3,2",1453.0,-200.0,"20,1",1298.0,470.0,489.0,69.0,1940.0,1497.0,"21,5","63,7","1,6186" -09/10/2004,09.00.00,"3,4",1455.0,-200.0,"18,7",1260.0,464.0,502.0,84.0,1868.0,1540.0,"23,7","56,0","1,6238" -09/10/2004,10.00.00,"3,6",1512.0,-200.0,"19,5",1282.0,450.0,498.0,95.0,1899.0,1554.0,"26,0","48,2","1,5980" -09/10/2004,11.00.00,"2,3",1331.0,-200.0,"13,0",1082.0,274.0,588.0,80.0,1689.0,1252.0,"28,5","42,4","1,6286" -09/10/2004,12.00.00,"3,1",1472.0,-200.0,"18,2",1246.0,306.0,512.0,87.0,1873.0,1455.0,"28,1","45,3","1,6957" -09/10/2004,13.00.00,"3,3",1430.0,-200.0,"16,2",1187.0,308.0,539.0,94.0,1812.0,1339.0,"29,0","43,9","1,7309" -09/10/2004,14.00.00,"1,9",1264.0,-200.0,"11,0",1016.0,186.0,624.0,76.0,1650.0,1062.0,"28,9","44,3","1,7392" -09/10/2004,15.00.00,"2,6",1378.0,-200.0,"15,9",1177.0,238.0,548.0,92.0,1775.0,1266.0,"29,6","42,3","1,7248" -09/10/2004,16.00.00,"2,7",1377.0,-200.0,"14,2",1123.0,249.0,578.0,94.0,1716.0,1223.0,"29,4","42,9","1,7308" -09/10/2004,17.00.00,"3,7",1527.0,-200.0,"19,9",1293.0,378.0,502.0,110.0,1907.0,1469.0,"28,7","45,1","1,7468" -09/10/2004,18.00.00,"3,8",1573.0,-200.0,"21,7",1343.0,386.0,470.0,109.0,1990.0,1553.0,"27,0","51,2","1,7928" -09/10/2004,19.00.00,"4,8",1674.0,-200.0,"25,7",1447.0,461.0,448.0,122.0,2065.0,1689.0,"26,5","52,7","1,7966" -09/10/2004,20.00.00,"3,5",1455.0,-200.0,"17,3",1218.0,394.0,535.0,107.0,1796.0,1387.0,"26,2","51,7","1,7334" -09/10/2004,21.00.00,"2,2",1242.0,-200.0,"11,2",1022.0,266.0,630.0,83.0,1641.0,1139.0,"24,8","56,4","1,7447" -09/10/2004,22.00.00,"1,5",1181.0,-200.0,"8,9",935.0,158.0,701.0,62.0,1565.0,960.0,"24,9","56,0","1,7367" -09/10/2004,23.00.00,"3,4",1468.0,-200.0,"15,2",1155.0,319.0,565.0,89.0,1738.0,1293.0,"24,5","57,5","1,7433" -10/10/2004,00.00.00,"3,7",1520.0,-200.0,"17,2",1217.0,409.0,552.0,103.0,1812.0,1357.0,"24,7","56,9","1,7438" -10/10/2004,01.00.00,2,1203.0,-200.0,"11,9",1046.0,223.0,621.0,74.0,1664.0,1103.0,"23,9","59,2","1,7327" -10/10/2004,02.00.00,"1,4",1096.0,-200.0,"8,1",903.0,107.0,732.0,52.0,1560.0,857.0,"23,8","60,2","1,7515" -10/10/2004,03.00.00,"1,1",991.0,-200.0,"4,9",759.0,-200.0,845.0,-200.0,1440.0,658.0,"23,5","61,3","1,7538" -10/10/2004,04.00.00,-200,941.0,-200.0,"3,6",686.0,50.0,942.0,38.0,1406.0,549.0,"22,8","64,0","1,7507" -10/10/2004,05.00.00,"0,7",952.0,-200.0,"3,7",695.0,56.0,910.0,39.0,1429.0,627.0,"22,2","65,6","1,7355" -10/10/2004,06.00.00,"1,2",1082.0,-200.0,"6,3",825.0,163.0,753.0,59.0,1526.0,930.0,"21,3","69,1","1,7275" -10/10/2004,07.00.00,"1,3",1095.0,-200.0,"7,7",886.0,187.0,705.0,56.0,1574.0,1001.0,"21,3","68,2","1,7127" -10/10/2004,08.00.00,"1,1",1049.0,-200.0,"6,3",826.0,150.0,765.0,51.0,1521.0,917.0,"22,2","65,2","1,7256" -10/10/2004,09.00.00,1,1055.0,-200.0,"5,6",795.0,103.0,807.0,51.0,1494.0,834.0,"24,1","59,0","1,7449" -10/10/2004,10.00.00,"1,2",1074.0,-200.0,"5,1",767.0,143.0,814.0,58.0,1489.0,796.0,"24,3","61,6","1,8468" -10/10/2004,11.00.00,"1,9",1229.0,-200.0,"9,0",941.0,220.0,680.0,68.0,1653.0,1040.0,"24,8","59,6","1,8351" -10/10/2004,12.00.00,"2,3",1228.0,-200.0,"9,3",952.0,301.0,668.0,81.0,1622.0,1110.0,"24,5","58,8","1,7838" -10/10/2004,13.00.00,"1,6",1107.0,-200.0,"5,9",807.0,214.0,768.0,73.0,1546.0,836.0,"21,0","76,8","1,8881" -10/10/2004,14.00.00,"1,3",1031.0,-200.0,"4,4",732.0,162.0,872.0,69.0,1476.0,704.0,"19,8","78,0","1,7879" -10/10/2004,15.00.00,"1,8",1155.0,-200.0,"5,8",804.0,232.0,815.0,81.0,1510.0,773.0,"19,4","80,5","1,7917" -10/10/2004,16.00.00,"1,7",1131.0,-200.0,"6,6",841.0,254.0,784.0,82.0,1531.0,811.0,"19,6","79,1","1,7877" -10/10/2004,17.00.00,"1,8",1143.0,-200.0,"7,8",890.0,224.0,744.0,71.0,1578.0,848.0,"20,8","73,1","1,7695" -10/10/2004,18.00.00,2,1145.0,-200.0,"8,4",915.0,247.0,733.0,81.0,1586.0,892.0,"21,1","68,6","1,7014" -10/10/2004,19.00.00,"2,2",1169.0,-200.0,"8,3",910.0,334.0,726.0,87.0,1563.0,992.0,"21,1","68,3","1,6914" -10/10/2004,20.00.00,"1,6",1105.0,-200.0,"8,1",905.0,239.0,734.0,72.0,1576.0,950.0,"21,2","67,7","1,6848" -10/10/2004,21.00.00,"1,3",1049.0,-200.0,"6,1",817.0,168.0,806.0,63.0,1517.0,882.0,"20,8","68,6","1,6719" -10/10/2004,22.00.00,"1,5",1069.0,-200.0,"6,7",844.0,185.0,767.0,63.0,1527.0,883.0,"20,8","68,1","1,6585" -10/10/2004,23.00.00,"1,5",1073.0,-200.0,"6,6",838.0,178.0,768.0,63.0,1549.0,892.0,"20,7","68,4","1,6507" -11/10/2004,00.00.00,"1,3",1039.0,-200.0,"6,1",817.0,132.0,799.0,55.0,1502.0,836.0,"20,1","70,5","1,6384" -11/10/2004,01.00.00,"1,4",1021.0,-200.0,"6,0",811.0,135.0,794.0,52.0,1502.0,837.0,"20,2","67,9","1,5901" -11/10/2004,02.00.00,"0,5",825.0,-200.0,"1,4",536.0,39.0,1203.0,32.0,1302.0,498.0,"19,4","70,4","1,5663" -11/10/2004,03.00.00,"0,4",828.0,-200.0,"1,7",558.0,-200.0,1166.0,-200.0,1304.0,494.0,"18,8","73,8","1,5885" -11/10/2004,04.00.00,"0,4",847.0,-200.0,"1,9",576.0,33.0,1139.0,29.0,1321.0,507.0,"17,9","77,7","1,5795" -11/10/2004,05.00.00,"0,6",903.0,-200.0,"3,4",679.0,90.0,956.0,44.0,1385.0,660.0,"18,2","76,9","1,5945" -11/10/2004,06.00.00,"1,1",1041.0,-200.0,"7,2",865.0,164.0,757.0,53.0,1486.0,902.0,"18,6","74,9","1,5918" -11/10/2004,07.00.00,"2,9",1314.0,-200.0,"19,0",1267.0,336.0,559.0,62.0,1888.0,1240.0,"19,6","70,3","1,5821" -11/10/2004,08.00.00,"3,5",1326.0,-200.0,"24,5",1416.0,366.0,499.0,68.0,1971.0,1395.0,"20,2","66,6","1,5567" -11/10/2004,09.00.00,"4,6",1464.0,-200.0,"25,6",1444.0,565.0,475.0,85.0,2049.0,1625.0,"19,7","68,9","1,5638" -11/10/2004,10.00.00,"3,4",1313.0,-200.0,"17,1",1213.0,536.0,564.0,88.0,1789.0,1359.0,"19,2","73,4","1,6192" -11/10/2004,11.00.00,"2,3",1202.0,-200.0,"12,3",1058.0,416.0,647.0,82.0,1623.0,1152.0,"20,0","69,6","1,6070" -11/10/2004,12.00.00,"2,7",1225.0,-200.0,"15,2",1155.0,379.0,607.0,91.0,1738.0,1159.0,"21,1","64,0","1,5795" -11/10/2004,13.00.00,"3,1",1257.0,-200.0,"18,3",1248.0,368.0,557.0,87.0,1837.0,1179.0,"20,2","67,4","1,5832" -11/10/2004,14.00.00,"3,2",1271.0,-200.0,"17,2",1217.0,444.0,566.0,90.0,1810.0,1227.0,"20,2","68,9","1,6074" -11/10/2004,15.00.00,"2,5",1179.0,-200.0,"14,1",1120.0,352.0,634.0,97.0,1667.0,1119.0,"21,9","57,6","1,4942" -11/10/2004,16.00.00,"3,4",1278.0,-200.0,"18,3",1248.0,375.0,574.0,99.0,1814.0,1243.0,"23,2","52,0","1,4642" -11/10/2004,17.00.00,"4,8",1435.0,-200.0,"25,0",1429.0,479.0,499.0,109.0,2072.0,1449.0,"21,7","59,1","1,5115" -11/10/2004,18.00.00,"4,5",1326.0,-200.0,"22,2",1356.0,448.0,525.0,95.0,1966.0,1405.0,"20,8","61,4","1,4898" -11/10/2004,19.00.00,4,1324.0,-200.0,"21,4",1335.0,388.0,537.0,80.0,1920.0,1444.0,"19,9","64,2","1,4711" -11/10/2004,20.00.00,"3,2",1206.0,-200.0,"16,2",1185.0,376.0,592.0,76.0,1751.0,1386.0,"19,7","65,1","1,4769" -11/10/2004,21.00.00,"1,9",1052.0,-200.0,"10,3",987.0,224.0,700.0,62.0,1556.0,1102.0,"20,0","63,3","1,4672" -11/10/2004,22.00.00,"1,9",1057.0,-200.0,"8,9",934.0,206.0,743.0,57.0,1525.0,1041.0,"19,0","66,1","1,4415" -11/10/2004,23.00.00,"1,3",952.0,-200.0,"6,5",833.0,143.0,846.0,57.0,1381.0,881.0,"18,8","60,9","1,3032" -12/10/2004,00.00.00,"1,1",911.0,-200.0,"5,1",769.0,113.0,919.0,54.0,1340.0,791.0,"18,9","60,7","1,3110" -12/10/2004,01.00.00,1,898.0,-200.0,"4,6",742.0,93.0,915.0,50.0,1345.0,796.0,"18,1","65,2","1,3430" -12/10/2004,02.00.00,"0,5",809.0,-200.0,"2,1",593.0,58.0,1134.0,44.0,1277.0,647.0,"18,3","65,1","1,3529" -12/10/2004,03.00.00,"0,6",823.0,-200.0,"2,4",616.0,-200.0,1072.0,-200.0,1300.0,716.0,"18,3","66,9","1,3952" -12/10/2004,04.00.00,"0,5",814.0,-200.0,"3,2",666.0,56.0,1029.0,34.0,1311.0,719.0,"17,8","67,5","1,3674" -12/10/2004,05.00.00,"0,8",857.0,-200.0,"3,9",705.0,105.0,982.0,44.0,1312.0,733.0,"16,9","66,7","1,2772" -12/10/2004,06.00.00,"1,2",935.0,-200.0,"6,0",810.0,243.0,881.0,74.0,1356.0,835.0,"17,8","60,6","1,2276" -12/10/2004,07.00.00,"2,7",1159.0,-200.0,"13,8",1110.0,492.0,671.0,101.0,1650.0,1094.0,"17,6","60,8","1,2151" -12/10/2004,08.00.00,3,1102.0,-200.0,"14,8",1141.0,435.0,648.0,103.0,1594.0,1114.0,"17,9","57,8","1,1751" -12/10/2004,09.00.00,-200,979.0,-200.0,"8,4",917.0,-200.0,795.0,-200.0,1398.0,903.0,"18,1","56,4","1,1645" -12/10/2004,10.00.00,-200,998.0,-200.0,"9,0",941.0,-200.0,785.0,-200.0,1442.0,914.0,"18,2","55,9","1,1547" -12/10/2004,11.00.00,-200,962.0,-200.0,"8,3",911.0,-200.0,793.0,-200.0,1380.0,872.0,"19,7","49,1","1,1148" -12/10/2004,12.00.00,-200,985.0,-200.0,"9,5",957.0,-200.0,773.0,-200.0,1426.0,860.0,"20,8","45,8","1,1126" -12/10/2004,13.00.00,-200,1043.0,-200.0,"12,1",1053.0,-200.0,707.0,-200.0,1514.0,959.0,"20,5","46,0","1,1000" -12/10/2004,14.00.00,-200,929.0,-200.0,"7,4",875.0,-200.0,826.0,-200.0,1365.0,814.0,"18,9","50,6","1,0927" -12/10/2004,15.00.00,-200,946.0,-200.0,"8,0",898.0,-200.0,816.0,-200.0,1377.0,827.0,"18,4","51,6","1,0832" -12/10/2004,16.00.00,-200,955.0,-200.0,"7,9",894.0,-200.0,818.0,-200.0,1366.0,804.0,"17,9","52,6","1,0711" -12/10/2004,17.00.00,-200,1004.0,-200.0,"10,9",1012.0,-200.0,730.0,-200.0,1460.0,906.0,"17,1","54,2","1,0503" -12/10/2004,18.00.00,-200,1037.0,-200.0,"12,1",1053.0,-200.0,708.0,-200.0,1480.0,958.0,"16,5","56,2","1,0455" -12/10/2004,19.00.00,-200,1066.0,-200.0,"14,7",1140.0,-200.0,670.0,-200.0,1577.0,1032.0,"16,7","54,1","1,0212" -12/10/2004,20.00.00,-200,890.0,-200.0,"6,0",813.0,-200.0,898.0,-200.0,1274.0,772.0,"15,4","57,7","1,0008" -12/10/2004,21.00.00,-200,843.0,-200.0,"4,3",729.0,-200.0,990.0,-200.0,1219.0,618.0,"15,5","57,1","0,9971" -12/10/2004,22.00.00,-200,834.0,-200.0,"4,1",716.0,-200.0,997.0,-200.0,1205.0,614.0,"15,6","55,9","0,9850" -12/10/2004,23.00.00,-200,809.0,-200.0,"3,1",659.0,-200.0,1074.0,-200.0,1161.0,550.0,"14,8","58,4","0,9777" -13/10/2004,00.00.00,-200,786.0,-200.0,"2,2",600.0,-200.0,1164.0,-200.0,1132.0,511.0,"14,8","57,9","0,9662" -13/10/2004,01.00.00,-200,747.0,-200.0,"1,5",543.0,-200.0,1276.0,-200.0,1100.0,469.0,"14,6","57,6","0,9517" -13/10/2004,02.00.00,-200,723.0,-200.0,"0,9",485.0,-200.0,1419.0,-200.0,1065.0,425.0,"14,6","57,1","0,9428" -13/10/2004,03.00.00,-200,704.0,-200.0,"0,5",444.0,-200.0,1558.0,-200.0,1050.0,394.0,"14,4","57,6","0,9416" -13/10/2004,04.00.00,-200,709.0,-200.0,"0,6",449.0,-200.0,1590.0,-200.0,1055.0,392.0,"14,5","57,4","0,9413" -13/10/2004,05.00.00,-200,726.0,-200.0,"0,7",466.0,-200.0,1485.0,-200.0,1066.0,408.0,"14,3","58,4","0,9501" -13/10/2004,06.00.00,-200,798.0,-200.0,"2,2",599.0,-200.0,1205.0,-200.0,1141.0,517.0,"14,7","57,4","0,9564" -13/10/2004,07.00.00,-200,925.0,-200.0,"5,8",800.0,-200.0,908.0,-200.0,1272.0,750.0,"14,3","58,1","0,9404" -13/10/2004,08.00.00,-200,906.0,-200.0,"5,9",809.0,-200.0,878.0,-200.0,1272.0,787.0,"14,0","58,3","0,9294" -13/10/2004,09.00.00,"1,5",896.0,-200.0,"5,9",809.0,286.0,882.0,78.0,1257.0,788.0,"15,4","53,2","0,9246" -13/10/2004,10.00.00,"1,2",882.0,-200.0,"5,3",776.0,281.0,932.0,72.0,1222.0,760.0,"16,5","49,9","0,9289" -13/10/2004,11.00.00,-200,948.0,-200.0,"6,9",853.0,-200.0,859.0,-200.0,1283.0,839.0,"17,4","47,6","0,9387" -13/10/2004,12.00.00,-200,945.0,-200.0,"7,7",886.0,-200.0,818.0,-200.0,1307.0,827.0,"18,0","46,1","0,9401" -13/10/2004,13.00.00,-200,942.0,-200.0,"7,3",871.0,-200.0,832.0,-200.0,1314.0,765.0,"17,9","46,5","0,9474" -13/10/2004,14.00.00,-200,943.0,-200.0,"7,2",864.0,-200.0,831.0,-200.0,1297.0,814.0,"17,4","48,3","0,9550" -13/10/2004,15.00.00,-200,894.0,-200.0,"6,0",810.0,-200.0,892.0,-200.0,1258.0,737.0,"16,0","52,6","0,9489" -13/10/2004,16.00.00,-200,984.0,-200.0,"8,3",910.0,-200.0,795.0,-200.0,1348.0,875.0,"15,3","58,7","1,0154" -13/10/2004,17.00.00,-200,1044.0,-200.0,"11,2",1022.0,-200.0,726.0,-200.0,1454.0,983.0,"15,2","55,9","0,9572" -13/10/2004,18.00.00,-200,981.0,-200.0,"10,1",983.0,-200.0,759.0,-200.0,1370.0,942.0,"14,8","56,3","0,9459" -13/10/2004,19.00.00,-200,1021.0,-200.0,"10,6",1001.0,-200.0,731.0,-200.0,1415.0,971.0,"14,7","57,8","0,9626" -13/10/2004,20.00.00,-200,943.0,-200.0,"7,2",867.0,-200.0,834.0,-200.0,1314.0,891.0,"14,8","57,3","0,9603" -13/10/2004,21.00.00,-200,863.0,-200.0,"4,4",732.0,-200.0,970.0,-200.0,1207.0,724.0,"14,9","57,1","0,9581" -13/10/2004,22.00.00,-200,847.0,-200.0,"3,8",698.0,-200.0,1013.0,-200.0,1174.0,719.0,"15,2","55,5","0,9521" -13/10/2004,23.00.00,-200,859.0,-200.0,"3,8",698.0,-200.0,1015.0,-200.0,1189.0,705.0,"15,3","55,4","0,9564" -14/10/2004,00.00.00,-200,861.0,-200.0,"4,0",712.0,-200.0,1004.0,-200.0,1197.0,718.0,"15,1","56,9","0,9673" -14/10/2004,01.00.00,-200,786.0,-200.0,"2,2",602.0,-200.0,1146.0,-200.0,1123.0,584.0,"15,0","56,4","0,9554" -14/10/2004,02.00.00,-200,740.0,-200.0,"1,1",506.0,-200.0,1333.0,-200.0,1074.0,469.0,"14,9","56,4","0,9474" -14/10/2004,03.00.00,-200,730.0,-200.0,"0,8",483.0,-200.0,1434.0,-200.0,1065.0,438.0,"15,2","54,7","0,9394" -14/10/2004,04.00.00,-200,728.0,-200.0,"0,8",475.0,-200.0,1436.0,-200.0,1061.0,432.0,"15,1","55,4","0,9439" -14/10/2004,05.00.00,-200,755.0,-200.0,"1,2",517.0,-200.0,1325.0,-200.0,1091.0,487.0,"14,9","56,8","0,9541" -14/10/2004,06.00.00,-200,854.0,-200.0,"3,2",663.0,-200.0,1080.0,-200.0,1189.0,655.0,"15,2","55,9","0,9589" -14/10/2004,07.00.00,-200,1079.0,-200.0,"10,2",985.0,-200.0,758.0,-200.0,1465.0,1009.0,"15,3","56,3","0,9684" -14/10/2004,08.00.00,-200,1097.0,-200.0,"13,6",1103.0,-200.0,659.0,-200.0,1520.0,1113.0,"15,6","55,4","0,9725" -14/10/2004,09.00.00,-200,1024.0,-200.0,"9,9",976.0,-200.0,747.0,-200.0,1386.0,1030.0,"16,3","53,3","0,9809" -14/10/2004,10.00.00,-200,990.0,-200.0,"9,1",942.0,-200.0,776.0,-200.0,1359.0,986.0,"20,4","42,2","0,9964" -14/10/2004,11.00.00,-200,1013.0,-200.0,"8,0",901.0,-200.0,788.0,-200.0,1369.0,975.0,"21,9","39,4","1,0234" -14/10/2004,12.00.00,-200,1051.0,-200.0,"9,7",968.0,-200.0,746.0,-200.0,1442.0,984.0,"21,5","41,2","1,0399" -14/10/2004,13.00.00,-200,1052.0,-200.0,"9,7",966.0,-200.0,726.0,-200.0,1446.0,982.0,"22,2","41,4","1,0970" -14/10/2004,14.00.00,-200,1141.0,-200.0,"12,0",1049.0,-200.0,675.0,-200.0,1530.0,1117.0,"21,0","46,8","1,1508" -14/10/2004,15.00.00,-200,1130.0,-200.0,"11,3",1024.0,-200.0,679.0,-200.0,1537.0,1177.0,"21,9","44,9","1,1635" -14/10/2004,16.00.00,-200,1099.0,-200.0,"10,4",993.0,-200.0,711.0,-200.0,1507.0,1129.0,"21,5","46,7","1,1837" -14/10/2004,17.00.00,-200,1182.0,-200.0,"12,4",1064.0,-200.0,653.0,-200.0,1616.0,1217.0,"19,7","56,6","1,2811" -14/10/2004,18.00.00,-200,1211.0,-200.0,"14,6",1135.0,-200.0,615.0,-200.0,1682.0,1234.0,"18,8","60,8","1,3036" -14/10/2004,19.00.00,-200,1340.0,-200.0,"21,0",1324.0,-200.0,537.0,-200.0,1907.0,1412.0,"19,3","59,6","1,3195" -14/10/2004,20.00.00,-200,1299.0,-200.0,"17,9",1237.0,-200.0,553.0,-200.0,1804.0,1350.0,"17,6","69,2","1,3803" -14/10/2004,21.00.00,-200,1046.0,-200.0,"7,3",872.0,-200.0,769.0,-200.0,1479.0,968.0,"16,4","77,1","1,4243" -14/10/2004,22.00.00,-200,949.0,-200.0,"4,8",754.0,-200.0,884.0,-200.0,1393.0,759.0,"16,6","77,3","1,4491" -14/10/2004,23.00.00,-200,966.0,-200.0,"4,8",756.0,-200.0,908.0,-200.0,1363.0,741.0,"15,9","78,1","1,4039" -15/10/2004,00.00.00,-200,1062.0,-200.0,"7,7",887.0,-200.0,770.0,-200.0,1473.0,866.0,"15,1","82,3","1,4009" -15/10/2004,01.00.00,-200,934.0,-200.0,"4,3",730.0,-200.0,906.0,-200.0,1345.0,757.0,"14,8","83,8","1,4005" -15/10/2004,02.00.00,-200,862.0,-200.0,"3,0",649.0,-200.0,1046.0,-200.0,1289.0,675.0,"14,4","84,6","1,3794" -15/10/2004,03.00.00,-200,823.0,-200.0,"2,1",590.0,-200.0,1125.0,-200.0,1241.0,624.0,"15,8","77,6","1,3792" -15/10/2004,04.00.00,-200,839.0,-200.0,"2,3",604.0,-200.0,1097.0,-200.0,1259.0,605.0,"15,2","79,4","1,3605" -15/10/2004,05.00.00,-200,879.0,-200.0,"3,5",681.0,-200.0,992.0,-200.0,1312.0,703.0,"14,8","81,9","1,3735" -15/10/2004,06.00.00,-200,1095.0,-200.0,"10,0",977.0,-200.0,725.0,-200.0,1562.0,998.0,"14,6","82,9","1,3706" -15/10/2004,07.00.00,-200,1359.0,-200.0,"20,5",1311.0,-200.0,544.0,-200.0,1878.0,1311.0,"14,8","80,4","1,3428" -15/10/2004,08.00.00,-200,1354.0,-200.0,"22,2",1358.0,-200.0,519.0,-200.0,1942.0,1403.0,"15,6","77,1","1,3527" -15/10/2004,09.00.00,-200,1420.0,-200.0,"24,1",1405.0,-200.0,501.0,-200.0,1941.0,1573.0,"17,3","70,9","1,3876" -15/10/2004,10.00.00,-200,1265.0,-200.0,"17,4",1221.0,-200.0,578.0,-200.0,1760.0,1354.0,"22,2","51,3","1,3543" -15/10/2004,11.00.00,-200,1146.0,-200.0,"14,2",1122.0,-200.0,639.0,-200.0,1659.0,1131.0,"24,4","43,9","1,3184" -15/10/2004,12.00.00,-200,1150.0,-200.0,"15,0",1149.0,-200.0,620.0,-200.0,1676.0,1113.0,"22,7","47,6","1,2989" -15/10/2004,13.00.00,-200,1282.0,-200.0,"18,3",1247.0,-200.0,560.0,-200.0,1861.0,1258.0,"20,5","61,5","1,4673" -15/10/2004,14.00.00,-200,1067.0,-200.0,"13,0",1085.0,-200.0,684.0,-200.0,1548.0,985.0,"23,3","40,4","1,1421" -15/10/2004,15.00.00,-200,1185.0,-200.0,"18,1",1243.0,-200.0,603.0,-200.0,1689.0,1197.0,"23,2","39,9","1,1172" -15/10/2004,16.00.00,-200,1312.0,-200.0,"23,1",1381.0,-200.0,540.0,-200.0,1881.0,1402.0,"21,5","44,5","1,1290" -15/10/2004,17.00.00,-200,1319.0,-200.0,"24,9",1426.0,-200.0,509.0,-200.0,1938.0,1491.0,"20,9","48,5","1,1878" -15/10/2004,18.00.00,-200,1255.0,-200.0,"21,7",1342.0,-200.0,539.0,-200.0,1875.0,1396.0,"19,8","53,1","1,2160" -15/10/2004,19.00.00,-200,1123.0,-200.0,"14,1",1119.0,-200.0,648.0,-200.0,1593.0,1198.0,"20,1","53,6","1,2477" -15/10/2004,20.00.00,-200,1126.0,-200.0,"11,9",1045.0,-200.0,689.0,-200.0,1523.0,1166.0,"19,6","56,0","1,2623" -15/10/2004,21.00.00,-200,924.0,-200.0,"5,1",766.0,-200.0,902.0,-200.0,1357.0,752.0,"18,6","60,4","1,2817" -15/10/2004,22.00.00,-200,982.0,-200.0,"6,8",849.0,-200.0,853.0,-200.0,1390.0,717.0,"14,5","78,3","1,2880" -15/10/2004,23.00.00,-200,936.0,-200.0,"4,8",756.0,-200.0,939.0,-200.0,1311.0,693.0,"16,3","70,5","1,2921" -16/10/2004,00.00.00,-200,1069.0,-200.0,"7,2",865.0,-200.0,825.0,-200.0,1394.0,816.0,"14,1","83,8","1,3460" -16/10/2004,01.00.00,-200,967.0,-200.0,"5,4",785.0,-200.0,879.0,-200.0,1326.0,766.0,"14,5","81,3","1,3399" -16/10/2004,02.00.00,-200,869.0,-200.0,"3,0",649.0,-200.0,1033.0,-200.0,1249.0,631.0,"14,7","80,7","1,3414" -16/10/2004,03.00.00,-200,916.0,-200.0,"3,7",692.0,-200.0,986.0,-200.0,1287.0,683.0,"14,5","82,1","1,3493" -16/10/2004,04.00.00,-200,886.0,-200.0,"3,6",686.0,-200.0,970.0,-200.0,1278.0,654.0,"15,0","78,4","1,3333" -16/10/2004,05.00.00,-200,926.0,-200.0,"4,7",747.0,-200.0,902.0,-200.0,1325.0,759.0,"14,5","80,5","1,3221" -16/10/2004,06.00.00,-200,971.0,-200.0,"6,9",851.0,-200.0,808.0,-200.0,1389.0,876.0,"14,6","79,0","1,3082" -16/10/2004,07.00.00,-200,1029.0,-200.0,"7,7",886.0,-200.0,807.0,-200.0,1446.0,926.0,"15,0","74,8","1,2672" -16/10/2004,08.00.00,-200,1124.0,-200.0,"12,2",1057.0,-200.0,667.0,-200.0,1569.0,1091.0,"15,9","70,4","1,2658" -16/10/2004,09.00.00,-200,1063.0,-200.0,"9,6",964.0,-200.0,729.0,-200.0,1454.0,1045.0,"17,4","62,3","1,2282" -16/10/2004,10.00.00,-200,1028.0,-200.0,"9,6",961.0,-200.0,756.0,-200.0,1413.0,928.0,"21,3","42,9","1,0727" -16/10/2004,11.00.00,-200,944.0,-200.0,"8,3",910.0,-200.0,828.0,-200.0,1342.0,777.0,"22,0","38,9","1,0154" -16/10/2004,12.00.00,-200,913.0,-200.0,"7,0",857.0,-200.0,892.0,-200.0,1275.0,640.0,"20,3","41,3","0,9745" -16/10/2004,13.00.00,-200,966.0,-200.0,"8,2",906.0,-200.0,819.0,-200.0,1354.0,741.0,"20,2","45,6","1,0663" -16/10/2004,14.00.00,-200,833.0,-200.0,"4,5",737.0,-200.0,1021.0,-200.0,1162.0,483.0,"20,8","37,4","0,9107" -16/10/2004,15.00.00,-200,891.0,-200.0,"5,5",789.0,-200.0,960.0,-200.0,1234.0,522.0,"21,6","35,9","0,9164" -16/10/2004,16.00.00,-200,995.0,-200.0,"8,7",927.0,-200.0,825.0,-200.0,1320.0,718.0,"22,0","35,7","0,9329" -16/10/2004,17.00.00,-200,1038.0,-200.0,"8,7",929.0,-200.0,816.0,-200.0,1332.0,798.0,"19,9","42,0","0,9665" -16/10/2004,18.00.00,-200,1146.0,-200.0,"14,0",1118.0,-200.0,695.0,-200.0,1534.0,1174.0,"19,2","46,3","1,0158" -16/10/2004,19.00.00,-200,1059.0,-200.0,"9,5",958.0,-200.0,787.0,-200.0,1417.0,891.0,"17,9","56,9","1,1545" -16/10/2004,20.00.00,-200,1065.0,-200.0,"7,9",893.0,-200.0,819.0,-200.0,1397.0,799.0,"14,7","75,5","1,2554" -16/10/2004,21.00.00,-200,1013.0,-200.0,"6,2",822.0,-200.0,855.0,-200.0,1377.0,855.0,"15,1","78,9","1,3409" -16/10/2004,22.00.00,-200,942.0,-200.0,"4,0",712.0,-200.0,979.0,-200.0,1303.0,734.0,"17,2","66,7","1,2987" -16/10/2004,23.00.00,-200,925.0,-200.0,"4,4",735.0,-200.0,960.0,-200.0,1284.0,691.0,"15,4","73,2","1,2755" -17/10/2004,00.00.00,-200,871.0,-200.0,"2,6",628.0,-200.0,1118.0,-200.0,1228.0,557.0,"16,5","68,5","1,2753" -17/10/2004,01.00.00,-200,864.0,-200.0,"2,7",633.0,-200.0,1097.0,-200.0,1259.0,523.0,"16,4","70,3","1,3031" -17/10/2004,02.00.00,-200,929.0,-200.0,"3,8",698.0,-200.0,991.0,-200.0,1307.0,610.0,"15,4","78,1","1,3557" -17/10/2004,03.00.00,-200,912.0,-200.0,"3,6",690.0,-200.0,984.0,-200.0,1309.0,574.0,"15,8","75,5","1,3436" -17/10/2004,04.00.00,-200,817.0,-200.0,"2,2",602.0,-200.0,1120.0,-200.0,1227.0,470.0,"16,0","69,5","1,2549" -17/10/2004,05.00.00,-200,786.0,-200.0,"1,7",558.0,-200.0,1217.0,-200.0,1179.0,434.0,"15,0","71,0","1,2032" -17/10/2004,06.00.00,-200,827.0,-200.0,"2,1",595.0,-200.0,1208.0,-200.0,1214.0,507.0,"13,9","75,2","1,1884" -17/10/2004,07.00.00,-200,789.0,-200.0,"2,3",604.0,-200.0,1181.0,-200.0,1171.0,467.0,"15,9","62,1","1,1103" -17/10/2004,08.00.00,-200,875.0,-200.0,"4,8",754.0,-200.0,961.0,-200.0,1296.0,591.0,"15,9","61,0","1,0911" -17/10/2004,09.00.00,-200,959.0,-200.0,"5,6",792.0,-200.0,913.0,-200.0,1315.0,717.0,"17,1","58,7","1,1332" -17/10/2004,10.00.00,-200,969.0,-200.0,"6,8",850.0,-200.0,846.0,-200.0,1351.0,774.0,"19,2","51,9","1,1404" -17/10/2004,11.00.00,-200,947.0,-200.0,"6,2",821.0,-200.0,900.0,-200.0,1302.0,697.0,"21,5","42,6","1,0798" -17/10/2004,12.00.00,-200,960.0,-200.0,"6,8",848.0,-200.0,866.0,-200.0,1305.0,701.0,"21,6","39,9","1,0156" -17/10/2004,13.00.00,-200,1017.0,-200.0,"11,1",1020.0,-200.0,744.0,-200.0,1478.0,752.0,"21,6","40,4","1,0309" -17/10/2004,14.00.00,-200,979.0,-200.0,"12,2",1057.0,-200.0,701.0,-200.0,1473.0,760.0,"22,0","37,3","0,9768" -17/10/2004,15.00.00,-200,843.0,-200.0,"4,7",748.0,-200.0,999.0,-200.0,1179.0,505.0,"22,1","35,2","0,9253" -17/10/2004,16.00.00,-200,877.0,-200.0,"5,1",769.0,-200.0,962.0,-200.0,1212.0,529.0,"22,4","36,0","0,9621" -17/10/2004,17.00.00,-200,1053.0,-200.0,"12,7",1072.0,-200.0,733.0,-200.0,1495.0,832.0,"20,9","40,3","0,9866" -17/10/2004,18.00.00,-200,1047.0,-200.0,"11,6",1037.0,-200.0,749.0,-200.0,1429.0,904.0,"19,8","41,5","0,9489" -17/10/2004,19.00.00,-200,1105.0,-200.0,"12,7",1074.0,-200.0,712.0,-200.0,1457.0,1050.0,"18,2","46,0","0,9538" -17/10/2004,20.00.00,-200,1008.0,-200.0,"9,7",968.0,-200.0,783.0,-200.0,1348.0,1000.0,"17,3","50,3","0,9837" -17/10/2004,21.00.00,-200,975.0,-200.0,"7,8",891.0,-200.0,814.0,-200.0,1361.0,911.0,"15,8","57,6","1,0271" -17/10/2004,22.00.00,-200,954.0,-200.0,"6,8",850.0,-200.0,840.0,-200.0,1321.0,858.0,"15,5","59,7","1,0413" -17/10/2004,23.00.00,-200,987.0,-200.0,"8,1",904.0,-200.0,808.0,-200.0,1344.0,903.0,"15,5","60,6","1,0574" -18/10/2004,00.00.00,-200,880.0,-200.0,"5,4",784.0,-200.0,922.0,-200.0,1252.0,781.0,"15,8","59,9","1,0676" -18/10/2004,01.00.00,-200,856.0,-200.0,"4,4",732.0,-200.0,988.0,-200.0,1247.0,714.0,"14,8","64,3","1,0730" -18/10/2004,02.00.00,-200,788.0,-200.0,"2,4",614.0,-200.0,1116.0,-200.0,1177.0,625.0,"14,8","64,7","1,0788" -18/10/2004,03.00.00,-200,760.0,-200.0,"1,6",555.0,-200.0,1226.0,-200.0,1158.0,568.0,"13,8","67,6","1,0581" -18/10/2004,04.00.00,-200,777.0,-200.0,"1,8",570.0,-200.0,1191.0,-200.0,1167.0,616.0,"14,5","65,0","1,0672" -18/10/2004,05.00.00,-200,825.0,-200.0,"3,1",661.0,-200.0,1074.0,-200.0,1207.0,710.0,"14,0","67,4","1,0703" -18/10/2004,06.00.00,-200,1011.0,-200.0,"9,2",947.0,-200.0,759.0,-200.0,1425.0,953.0,"12,6","73,6","1,0699" -18/10/2004,07.00.00,-200,1237.0,-200.0,"20,8",1319.0,-200.0,576.0,-200.0,1741.0,1271.0,"13,3","70,4","1,0711" -18/10/2004,08.00.00,-200,1298.0,-200.0,"26,8",1473.0,-200.0,514.0,-200.0,1884.0,1447.0,"14,4","65,8","1,0773" -18/10/2004,09.00.00,-200,1153.0,-200.0,"17,7",1230.0,-200.0,616.0,-200.0,1565.0,1296.0,"16,8","57,8","1,0947" -18/10/2004,10.00.00,-200,1101.0,-200.0,"14,2",1124.0,-200.0,646.0,-200.0,1521.0,1217.0,"19,7","49,3","1,1199" -18/10/2004,11.00.00,-200,1215.0,-200.0,"16,8",1203.0,-200.0,599.0,-200.0,1664.0,1341.0,"21,1","47,2","1,1659" -18/10/2004,12.00.00,-200,1163.0,-200.0,"16,0",1179.0,-200.0,608.0,-200.0,1641.0,1180.0,"22,2","43,2","1,1427" -18/10/2004,13.00.00,-200,1285.0,-200.0,"19,9",1293.0,-200.0,549.0,-200.0,1797.0,1365.0,"21,4","47,2","1,1927" -18/10/2004,14.00.00,-200,1288.0,-200.0,"18,5",1253.0,-200.0,537.0,-200.0,1763.0,1410.0,"19,9","55,4","1,2702" -18/10/2004,15.00.00,-200,1362.0,-200.0,"21,4",1334.0,-200.0,512.0,-200.0,1862.0,1529.0,"20,3","54,0","1,2744" -18/10/2004,16.00.00,-200,1405.0,-200.0,"22,8",1372.0,-200.0,497.0,-200.0,1883.0,1573.0,"20,0","56,5","1,3051" -18/10/2004,17.00.00,-200,1610.0,-200.0,"36,5",1697.0,-200.0,407.0,-200.0,2287.0,1810.0,"19,7","57,8","1,3138" -18/10/2004,18.00.00,-200,1612.0,-200.0,"38,8",1745.0,-200.0,398.0,-200.0,2357.0,1834.0,"19,3","59,0","1,3077" -18/10/2004,19.00.00,-200,1520.0,-200.0,"32,3",1604.0,-200.0,436.0,-200.0,2161.0,1672.0,"18,5","60,3","1,2706" -18/10/2004,20.00.00,-200,1489.0,-200.0,"29,3",1534.0,-200.0,444.0,-200.0,2080.0,1686.0,"17,8","66,3","1,3410" -18/10/2004,21.00.00,-200,1181.0,-200.0,"14,2",1124.0,-200.0,597.0,-200.0,1606.0,1302.0,"17,6","65,9","1,3175" -18/10/2004,22.00.00,-200,995.0,-200.0,"8,0",898.0,-200.0,761.0,-200.0,1409.0,1023.0,"17,5","63,5","1,2622" -18/10/2004,23.00.00,-200,998.0,-200.0,"7,4",875.0,-200.0,779.0,-200.0,1380.0,992.0,"16,5","67,2","1,2491" -19/10/2004,00.00.00,-200,984.0,-200.0,"7,2",864.0,-200.0,788.0,-200.0,1371.0,960.0,"16,2","69,1","1,2590" -19/10/2004,01.00.00,-200,1022.0,-200.0,"8,0",898.0,-200.0,746.0,-200.0,1414.0,955.0,"14,9","74,7","1,2564" -19/10/2004,02.00.00,-200,951.0,-200.0,"6,5",835.0,-200.0,788.0,-200.0,1354.0,887.0,"14,1","76,7","1,2273" -19/10/2004,03.00.00,-200,910.0,-200.0,"5,2",773.0,-200.0,842.0,-200.0,1303.0,851.0,"14,0","76,6","1,2202" -19/10/2004,04.00.00,-200,932.0,-200.0,"5,6",792.0,-200.0,818.0,-200.0,1323.0,903.0,"14,9","73,8","1,2400" -19/10/2004,05.00.00,-200,974.0,-200.0,"7,0",859.0,-200.0,772.0,-200.0,1383.0,954.0,"15,2","73,1","1,2570" -19/10/2004,06.00.00,-200,1117.0,-200.0,"11,5",1031.0,-200.0,669.0,-200.0,1528.0,1107.0,"15,2","73,4","1,2626" -19/10/2004,07.00.00,-200,1367.0,-200.0,"21,7",1343.0,-200.0,517.0,-200.0,1852.0,1442.0,"15,2","74,7","1,2824" -19/10/2004,08.00.00,-200,1583.0,-200.0,"37,9",1726.0,-200.0,404.0,-200.0,2316.0,1818.0,"15,8","71,7","1,2780" -19/10/2004,09.00.00,-200,1526.0,-200.0,"30,1",1552.0,-200.0,441.0,-200.0,2074.0,1802.0,"16,6","68,4","1,2829" -19/10/2004,10.00.00,-200,1399.0,-200.0,"24,5",1416.0,-200.0,485.0,-200.0,1894.0,1671.0,"17,6","64,9","1,2925" -19/10/2004,11.00.00,-200,1436.0,-200.0,"25,2",1435.0,-200.0,479.0,-200.0,1911.0,1710.0,"18,3","63,8","1,3310" -19/10/2004,12.00.00,-200,1455.0,-200.0,"26,5",1468.0,-200.0,474.0,-200.0,1945.0,1746.0,"19,4","61,1","1,3652" -19/10/2004,13.00.00,-200,1311.0,-200.0,"19,6",1286.0,-200.0,544.0,-200.0,1760.0,1495.0,"20,9","58,1","1,4193" -19/10/2004,14.00.00,-200,1174.0,-200.0,"13,4",1097.0,-200.0,640.0,-200.0,1596.0,1203.0,"22,0","54,0","1,4114" -19/10/2004,15.00.00,-200,1242.0,-200.0,"15,3",1158.0,-200.0,602.0,-200.0,1682.0,1252.0,"22,8","53,0","1,4482" -19/10/2004,16.00.00,-200,1267.0,-200.0,"15,1",1151.0,-200.0,593.0,-200.0,1671.0,1528.0,"21,7","57,6","1,4756" -19/10/2004,17.00.00,-200,1401.0,-200.0,"21,1",1326.0,-200.0,530.0,-200.0,1887.0,1629.0,"21,3","60,8","1,5205" -19/10/2004,18.00.00,-200,1428.0,-200.0,"23,6",1393.0,-200.0,490.0,-200.0,1976.0,1608.0,"21,2","61,7","1,5309" -19/10/2004,19.00.00,-200,1478.0,-200.0,"25,7",1447.0,-200.0,474.0,-200.0,2017.0,1664.0,"21,2","62,2","1,5473" -19/10/2004,20.00.00,-200,1518.0,-200.0,"27,2",1483.0,-200.0,454.0,-200.0,2098.0,1666.0,"20,8","65,1","1,5782" -19/10/2004,21.00.00,-200,1468.0,-200.0,"24,4",1415.0,-200.0,470.0,-200.0,1985.0,1594.0,"19,9","69,0","1,5877" -19/10/2004,22.00.00,-200,1369.0,-200.0,"20,3",1305.0,-200.0,513.0,-200.0,1851.0,1421.0,"18,8","73,7","1,5785" -19/10/2004,23.00.00,-200,1244.0,-200.0,"14,8",1141.0,-200.0,571.0,-200.0,1671.0,1337.0,"19,2","71,3","1,5723" -20/10/2004,00.00.00,-200,1217.0,-200.0,"12,8",1077.0,-200.0,603.0,-200.0,1628.0,1270.0,"19,0","71,6","1,5549" -20/10/2004,01.00.00,-200,1103.0,-200.0,"10,0",979.0,-200.0,666.0,-200.0,1520.0,1156.0,"19,5","69,7","1,5596" -20/10/2004,02.00.00,-200,1118.0,-200.0,"9,3",951.0,-200.0,675.0,-200.0,1509.0,1124.0,"19,4","70,1","1,5626" -20/10/2004,03.00.00,-200,1087.0,-200.0,"9,3",950.0,-200.0,684.0,-200.0,1519.0,1049.0,"18,4","74,5","1,5634" -20/10/2004,04.00.00,-200,1069.0,-200.0,"8,8",931.0,-200.0,688.0,-200.0,1508.0,1044.0,"18,7","73,4","1,5701" -20/10/2004,05.00.00,-200,1112.0,-200.0,"10,2",985.0,-200.0,645.0,-200.0,1544.0,1109.0,"18,4","74,6","1,5631" -20/10/2004,06.00.00,-200,1196.0,-200.0,"13,1",1086.0,-200.0,594.0,-200.0,1659.0,1224.0,"18,5","74,4","1,5661" -20/10/2004,07.00.00,-200,1522.0,-200.0,"26,1",1457.0,-200.0,458.0,-200.0,2043.0,1611.0,"18,8","73,0","1,5737" -20/10/2004,08.00.00,-200,1715.0,-200.0,"37,9",1728.0,-200.0,371.0,-200.0,2376.0,2004.0,"19,9","69,9","1,6036" -20/10/2004,09.00.00,-200,1582.0,-200.0,"26,2",1459.0,-200.0,448.0,-200.0,2036.0,1776.0,"21,3","66,1","1,6556" -20/10/2004,10.00.00,-200,1494.0,-200.0,"23,1",1379.0,-200.0,467.0,-200.0,1965.0,1723.0,"23,0","61,8","1,7135" -20/10/2004,11.00.00,-200,1631.0,-200.0,"26,0",1455.0,-200.0,438.0,-200.0,2027.0,1916.0,"22,4","64,6","1,7271" -20/10/2004,12.00.00,-200,1650.0,-200.0,"28,1",1506.0,-200.0,424.0,-200.0,2093.0,1955.0,"23,8","59,9","1,7376" -20/10/2004,13.00.00,-200,1640.0,-200.0,"28,0",1503.0,-200.0,431.0,-200.0,2094.0,1894.0,"24,7","56,9","1,7472" -20/10/2004,14.00.00,-200,1589.0,-200.0,"24,6",1418.0,-200.0,452.0,-200.0,2015.0,1823.0,"25,4","55,1","1,7610" -20/10/2004,15.00.00,-200,1538.0,-200.0,"22,4",1362.0,-200.0,473.0,-200.0,1924.0,1793.0,"25,7","54,5","1,7684" -20/10/2004,16.00.00,"4,7",1597.0,-200.0,"30,9",1573.0,652.0,424.0,167.0,2307.0,1956.0,"24,8","57,7","1,7765" -20/10/2004,17.00.00,8,1884.0,-200.0,"43,7",1846.0,895.0,348.0,194.0,2595.0,2203.0,"24,6","58,9","1,8005" -20/10/2004,18.00.00,"7,7",1835.0,-200.0,"40,0",1770.0,826.0,358.0,172.0,2474.0,2073.0,"23,9","61,8","1,8088" -20/10/2004,19.00.00,"6,8",1759.0,-200.0,"35,9",1684.0,648.0,373.0,134.0,2378.0,1923.0,"23,0","65,9","1,8319" -20/10/2004,20.00.00,6,1666.0,-200.0,"30,1",1553.0,629.0,409.0,130.0,2170.0,1780.0,"22,4","67,7","1,8161" -20/10/2004,21.00.00,"4,7",1506.0,-200.0,"22,3",1360.0,529.0,458.0,113.0,1944.0,1609.0,"22,0","69,2","1,8061" -20/10/2004,22.00.00,"3,4",1378.0,-200.0,"17,7",1229.0,405.0,511.0,99.0,1820.0,1466.0,"21,8","69,6","1,7900" -20/10/2004,23.00.00,"3,9",1448.0,-200.0,"19,5",1283.0,461.0,496.0,109.0,1877.0,1504.0,"21,9","68,3","1,7699" -21/10/2004,00.00.00,"4,4",1481.0,-200.0,"22,3",1359.0,486.0,467.0,105.0,1957.0,1518.0,"21,7","69,7","1,7872" -21/10/2004,01.00.00,"3,3",1289.0,-200.0,"15,4",1161.0,335.0,552.0,91.0,1765.0,1289.0,"21,3","70,3","1,7574" -21/10/2004,02.00.00,2,1109.0,-200.0,"9,3",951.0,210.0,664.0,77.0,1570.0,1076.0,"20,8","71,7","1,7415" -21/10/2004,03.00.00,"1,5",994.0,-200.0,"6,0",812.0,-200.0,784.0,-200.0,1453.0,947.0,"21,4","69,0","1,7421" -21/10/2004,04.00.00,-200,1015.0,-200.0,"6,6",839.0,99.0,754.0,59.0,1473.0,970.0,"21,4","69,3","1,7515" -21/10/2004,05.00.00,"0,8",966.0,-200.0,"5,1",771.0,149.0,830.0,60.0,1420.0,900.0,"21,3","69,5","1,7447" -21/10/2004,06.00.00,"1,3",1088.0,-200.0,"8,8",932.0,203.0,706.0,72.0,1565.0,1034.0,"21,5","67,5","1,7080" -21/10/2004,07.00.00,"2,7",1303.0,-200.0,"16,6",1198.0,332.0,578.0,83.0,1791.0,1235.0,"21,9","64,8","1,6830" -21/10/2004,08.00.00,"3,6",1440.0,-200.0,"24,3",1412.0,446.0,494.0,104.0,2016.0,1455.0,"22,6","61,4","1,6645" -21/10/2004,09.00.00,"3,6",1392.0,-200.0,"20,6",1313.0,524.0,517.0,119.0,1866.0,1478.0,"22,6","61,5","1,6636" -21/10/2004,10.00.00,"2,6",1248.0,-200.0,"15,6",1167.0,347.0,572.0,105.0,1704.0,1393.0,"25,5","52,3","1,6796" -21/10/2004,11.00.00,2,1197.0,-200.0,"12,2",1058.0,273.0,634.0,91.0,1626.0,1237.0,"27,0","47,6","1,6700" -21/10/2004,12.00.00,"3,3",1357.0,-200.0,"17,7",1230.0,404.0,542.0,103.0,1834.0,1373.0,"25,2","53,3","1,6834" -21/10/2004,13.00.00,"2,6",1263.0,-200.0,"14,8",1143.0,-200.0,578.0,-200.0,1736.0,1310.0,"26,6","49,3","1,6872" -21/10/2004,14.00.00,"2,1",1261.0,-200.0,"15,0",1148.0,312.0,585.0,111.0,1733.0,1287.0,"27,2","48,5","1,7172" -21/10/2004,15.00.00,"2,9",1382.0,-200.0,"16,7",1200.0,369.0,539.0,101.0,1807.0,1413.0,"26,9","50,0","1,7507" -21/10/2004,16.00.00,3,1400.0,-200.0,"17,7",1230.0,362.0,519.0,102.0,1864.0,1483.0,"26,5","52,2","1,7769" -21/10/2004,17.00.00,"3,2",1443.0,-200.0,"20,9",1322.0,335.0,488.0,101.0,1933.0,1539.0,"27,0","51,0","1,7936" -21/10/2004,18.00.00,"4,4",1630.0,-200.0,"28,7",1520.0,447.0,427.0,118.0,2166.0,1691.0,"25,9","55,8","1,8347" -21/10/2004,19.00.00,6,1720.0,-200.0,"34,8",1661.0,576.0,382.0,120.0,2403.0,1846.0,"25,1","59,4","1,8632" -21/10/2004,20.00.00,5,1600.0,-200.0,"27,5",1492.0,486.0,432.0,107.0,2160.0,1665.0,"24,7","58,7","1,8001" -21/10/2004,21.00.00,"4,3",1525.0,-200.0,"24,9",1427.0,439.0,450.0,104.0,2085.0,1577.0,"23,6","62,2","1,7863" -21/10/2004,22.00.00,"4,3",1544.0,-200.0,"24,2",1409.0,462.0,448.0,91.0,2048.0,1603.0,"22,4","67,1","1,7940" -21/10/2004,23.00.00,"4,2",1455.0,-200.0,"22,2",1357.0,441.0,466.0,91.0,1964.0,1530.0,"21,6","69,2","1,7630" -22/10/2004,00.00.00,"2,2",1203.0,-200.0,"13,2",1090.0,223.0,593.0,74.0,1655.0,1205.0,"21,3","68,5","1,7164" -22/10/2004,01.00.00,"1,3",1038.0,-200.0,"7,9",895.0,126.0,714.0,63.0,1474.0,999.0,"21,2","68,6","1,7046" -22/10/2004,02.00.00,1,975.0,-200.0,"5,9",807.0,116.0,788.0,57.0,1423.0,904.0,"20,3","70,6","1,6659" -22/10/2004,03.00.00,"0,7",917.0,-200.0,"4,1",714.0,-200.0,870.0,-200.0,1355.0,843.0,"20,8","67,3","1,6353" -22/10/2004,04.00.00,-200,930.0,-200.0,"4,6",741.0,125.0,849.0,48.0,1392.0,843.0,"19,6","71,3","1,6120" -22/10/2004,05.00.00,"0,9",960.0,-200.0,"5,8",804.0,198.0,802.0,49.0,1435.0,886.0,"18,7","74,4","1,5861" -22/10/2004,06.00.00,1,982.0,-200.0,"6,5",834.0,185.0,770.0,55.0,1435.0,911.0,"19,8","69,2","1,5808" -22/10/2004,07.00.00,"2,8",1359.0,-200.0,"19,5",1282.0,425.0,541.0,78.0,1912.0,1319.0,"19,8","69,4","1,5859" -22/10/2004,08.00.00,"4,1",1500.0,-200.0,"28,0",1503.0,465.0,437.0,91.0,2158.0,1927.0,"20,4","66,7","1,5781" -22/10/2004,09.00.00,"2,9",1315.0,-200.0,"18,7",1261.0,341.0,535.0,88.0,1830.0,1554.0,"22,3","60,6","1,6069" -22/10/2004,10.00.00,"2,7",1307.0,-200.0,"18,3",1248.0,316.0,525.0,83.0,1787.0,1565.0,"22,6","59,9","1,6246" -22/10/2004,11.00.00,"2,1",1235.0,-200.0,"14,3",1125.0,241.0,574.0,81.0,1704.0,1462.0,"24,5","54,5","1,6514" -22/10/2004,12.00.00,"2,4",1310.0,-200.0,"16,5",1194.0,266.0,538.0,83.0,1781.0,1487.0,"24,4","55,4","1,6712" -22/10/2004,13.00.00,"3,8",1459.0,-200.0,"22,9",1375.0,412.0,467.0,111.0,2007.0,1690.0,"26,0","51,9","1,7148" -22/10/2004,14.00.00,"3,7",1461.0,-200.0,"22,3",1358.0,394.0,474.0,112.0,2033.0,1603.0,"26,8","49,1","1,7101" -22/10/2004,15.00.00,"3,7",1476.0,-200.0,"22,0",1352.0,365.0,474.0,112.0,1996.0,1568.0,"26,4","49,8","1,6928" -22/10/2004,16.00.00,"5,5",1612.0,-200.0,"27,7",1496.0,548.0,429.0,137.0,2127.0,1743.0,"26,9","48,6","1,7017" -22/10/2004,17.00.00,"5,4",1654.0,-200.0,"29,8",1546.0,494.0,435.0,152.0,2176.0,2007.0,"26,2","48,9","1,6340" -22/10/2004,18.00.00,"8,4",1808.0,-200.0,"40,0",1771.0,686.0,373.0,163.0,2486.0,2235.0,"24,3","54,3","1,6276" -22/10/2004,19.00.00,"6,8",1681.0,-200.0,"35,1",1666.0,556.0,397.0,135.0,2339.0,1998.0,"23,3","58,1","1,6457" -22/10/2004,20.00.00,"4,5",1494.0,-200.0,"25,5",1443.0,467.0,454.0,119.0,2020.0,1795.0,"22,3","62,5","1,6616" -22/10/2004,21.00.00,"2,5",1251.0,-200.0,"13,7",1107.0,297.0,579.0,91.0,1657.0,1407.0,"21,3","66,1","1,6556" -22/10/2004,22.00.00,"1,6",1132.0,-200.0,"9,7",965.0,164.0,669.0,74.0,1502.0,1211.0,"21,2","65,7","1,6319" -22/10/2004,23.00.00,"1,7",1158.0,-200.0,"9,8",970.0,196.0,664.0,73.0,1509.0,1202.0,"20,3","68,1","1,6009" -23/10/2004,00.00.00,"1,7",1146.0,-200.0,"10,1",983.0,201.0,673.0,71.0,1518.0,1136.0,"20,4","66,7","1,5830" -23/10/2004,01.00.00,"1,1",993.0,-200.0,"6,0",813.0,132.0,792.0,57.0,1413.0,946.0,"19,9","67,5","1,5544" -23/10/2004,02.00.00,1,989.0,-200.0,"6,0",814.0,146.0,800.0,51.0,1418.0,915.0,"19,1","70,0","1,5331" -23/10/2004,03.00.00,"0,8",943.0,-200.0,"4,6",746.0,-200.0,852.0,-200.0,1374.0,864.0,"19,3","68,1","1,5139" -23/10/2004,04.00.00,-200,910.0,-200.0,"4,0",712.0,94.0,872.0,42.0,1341.0,836.0,"19,6","66,9","1,5125" -23/10/2004,05.00.00,"0,7",925.0,-200.0,"4,6",742.0,127.0,876.0,43.0,1381.0,842.0,"18,1","72,1","1,4834" -23/10/2004,06.00.00,"1,2",1039.0,-200.0,"7,6",882.0,217.0,724.0,52.0,1473.0,1002.0,"18,1","72,3","1,4927" -23/10/2004,07.00.00,"2,3",1208.0,-200.0,"13,6",1104.0,394.0,598.0,65.0,1699.0,1165.0,"17,6","74,8","1,4910" -23/10/2004,08.00.00,3,1268.0,-200.0,"16,0",1179.0,511.0,545.0,69.0,1753.0,1294.0,"18,2","72,8","1,5048" -23/10/2004,09.00.00,"3,3",1353.0,-200.0,"18,9",1265.0,523.0,507.0,91.0,1833.0,1475.0,"20,2","65,8","1,5374" -23/10/2004,10.00.00,"2,8",1317.0,-200.0,"15,7",1171.0,471.0,542.0,92.0,1727.0,1436.0,"21,6","61,4","1,5696" -23/10/2004,11.00.00,3,1356.0,-200.0,"16,2",1187.0,441.0,534.0,102.0,1738.0,1465.0,"23,3","57,5","1,6169" -23/10/2004,12.00.00,"3,4",1414.0,-200.0,"19,4",1279.0,414.0,504.0,118.0,1854.0,1583.0,"25,0","52,4","1,6356" -23/10/2004,13.00.00,3,1326.0,-200.0,"16,9",1206.0,317.0,533.0,111.0,1785.0,1432.0,"25,4","50,8","1,6275" -23/10/2004,14.00.00,"2,3",1211.0,-200.0,"12,5",1067.0,230.0,609.0,101.0,1608.0,1270.0,"26,1","47,1","1,5724" -23/10/2004,15.00.00,"3,1",1324.0,-200.0,"15,8",1173.0,365.0,564.0,119.0,1749.0,1354.0,"27,0","44,2","1,5490" -23/10/2004,16.00.00,3,1324.0,-200.0,"16,0",1181.0,360.0,565.0,115.0,1747.0,1318.0,"27,2","43,0","1,5246" -23/10/2004,17.00.00,"3,3",1361.0,-200.0,"16,3",1189.0,420.0,549.0,120.0,1776.0,1351.0,"25,6","48,3","1,5641" -23/10/2004,18.00.00,4,1475.0,-200.0,"21,0",1324.0,475.0,490.0,115.0,1925.0,1530.0,"23,3","57,9","1,6376" -23/10/2004,19.00.00,"4,6",1537.0,-200.0,"23,1",1381.0,526.0,469.0,118.0,2016.0,1615.0,"22,2","63,6","1,6763" -23/10/2004,20.00.00,"4,1",1413.0,-200.0,"17,7",1231.0,460.0,520.0,117.0,1853.0,1415.0,"21,6","67,7","1,7228" -23/10/2004,21.00.00,"2,3",1229.0,-200.0,"12,2",1055.0,255.0,607.0,96.0,1668.0,1219.0,"21,0","69,3","1,7058" -23/10/2004,22.00.00,"2,6",1297.0,-200.0,"14,6",1136.0,283.0,567.0,89.0,1725.0,1307.0,"20,3","70,5","1,6599" -23/10/2004,23.00.00,"2,6",1302.0,-200.0,"13,1",1088.0,271.0,594.0,84.0,1639.0,1297.0,"20,0","69,5","1,6109" -24/10/2004,00.00.00,"2,9",1347.0,-200.0,"15,5",1165.0,315.0,573.0,97.0,1741.0,1321.0,"19,7","70,1","1,5891" -24/10/2004,01.00.00,"2,1",1165.0,-200.0,"11,8",1042.0,227.0,631.0,68.0,1621.0,1133.0,"19,5","70,7","1,5851" -24/10/2004,02.00.00,"2,1",1155.0,-200.0,"10,9",1012.0,243.0,633.0,66.0,1577.0,1124.0,"19,4","71,4","1,5959" -24/10/2004,03.00.00,"1,5",1050.0,-200.0,"8,4",916.0,-200.0,696.0,-200.0,1512.0,997.0,"19,3","71,1","1,5746" -24/10/2004,04.00.00,-200,1035.0,-200.0,"7,0",855.0,142.0,731.0,51.0,1467.0,952.0,"18,7","73,8","1,5704" -24/10/2004,05.00.00,"1,4",1057.0,-200.0,"8,6",925.0,139.0,684.0,48.0,1503.0,972.0,"18,0","75,4","1,5441" -24/10/2004,06.00.00,"1,2",1029.0,-200.0,"7,5",880.0,182.0,709.0,47.0,1451.0,965.0,"17,3","78,4","1,5320" -24/10/2004,07.00.00,"1,5",1037.0,-200.0,"8,1",902.0,196.0,704.0,48.0,1481.0,984.0,"17,5","76,6","1,5174" -24/10/2004,08.00.00,"0,9",920.0,-200.0,"4,8",755.0,108.0,853.0,45.0,1359.0,880.0,"20,0","66,7","1,5401" -24/10/2004,09.00.00,"1,4",1080.0,-200.0,"7,8",891.0,175.0,732.0,59.0,1477.0,1001.0,"19,1","70,0","1,5366" -24/10/2004,10.00.00,"2,1",1152.0,-200.0,"9,7",966.0,266.0,661.0,84.0,1542.0,1137.0,"21,4","61,7","1,5547" -24/10/2004,11.00.00,"1,6",1085.0,-200.0,"8,4",918.0,179.0,721.0,72.0,1467.0,1023.0,"24,6","50,4","1,5363" -24/10/2004,12.00.00,"1,5",1071.0,-200.0,"7,6",882.0,154.0,745.0,68.0,1431.0,962.0,"25,0","49,1","1,5295" -24/10/2004,13.00.00,"1,1",1000.0,-200.0,"5,9",807.0,95.0,811.0,52.0,1376.0,825.0,"25,3","46,7","1,4874" -24/10/2004,14.00.00,"1,4",1058.0,-200.0,"7,4",875.0,151.0,756.0,70.0,1421.0,877.0,"24,8","47,9","1,4819" -24/10/2004,15.00.00,2,1184.0,-200.0,"10,1",983.0,230.0,667.0,90.0,1537.0,1046.0,"25,3","48,0","1,5249" -24/10/2004,16.00.00,2,1189.0,-200.0,"9,7",965.0,239.0,670.0,87.0,1533.0,1060.0,"26,5","44,9","1,5278" -24/10/2004,17.00.00,"2,5",1277.0,-200.0,"11,8",1043.0,306.0,614.0,99.0,1631.0,1155.0,"25,0","50,1","1,5630" -24/10/2004,18.00.00,"4,3",1482.0,-200.0,"20,3",1305.0,472.0,503.0,128.0,1874.0,1464.0,"22,9","57,6","1,5885" -24/10/2004,19.00.00,"5,2",1555.0,-200.0,"24,3",1410.0,532.0,464.0,127.0,1971.0,2185.0,"21,7","62,9","1,6117" -24/10/2004,20.00.00,"3,4",1324.0,-200.0,"15,6",1168.0,375.0,568.0,99.0,1716.0,1959.0,"21,8","63,0","1,6190" -24/10/2004,21.00.00,"1,3",1015.0,-200.0,"7,3",869.0,147.0,747.0,72.0,1439.0,1375.0,"21,2","63,4","1,5748" -24/10/2004,22.00.00,"1,2",1010.0,-200.0,"7,1",860.0,118.0,768.0,62.0,1450.0,1212.0,"20,2","65,8","1,5350" -24/10/2004,23.00.00,"1,7",1081.0,-200.0,"9,0",938.0,181.0,697.0,62.0,1517.0,1273.0,"18,4","71,5","1,5038" -25/10/2004,00.00.00,"1,7",1071.0,-200.0,"8,9",936.0,209.0,695.0,63.0,1516.0,1249.0,"17,9","72,4","1,4758" -25/10/2004,01.00.00,"1,4",1014.0,-200.0,"7,2",864.0,167.0,745.0,56.0,1474.0,1097.0,"16,9","75,4","1,4393" -25/10/2004,02.00.00,"0,9",891.0,-200.0,"4,4",735.0,112.0,878.0,44.0,1353.0,933.0,"16,5","75,5","1,4056" -25/10/2004,03.00.00,"0,7",874.0,-200.0,"4,1",715.0,-200.0,889.0,-200.0,1315.0,858.0,"15,4","79,0","1,3735" -25/10/2004,04.00.00,-200,882.0,-200.0,"4,3",729.0,108.0,875.0,37.0,1319.0,870.0,"15,5","78,6","1,3700" -25/10/2004,05.00.00,"0,9",940.0,-200.0,"5,9",806.0,181.0,800.0,48.0,1392.0,1013.0,"16,2","76,9","1,4029" -25/10/2004,06.00.00,"1,2",1020.0,-200.0,"7,2",866.0,253.0,749.0,59.0,1440.0,1087.0,"15,8","79,6","1,4170" -25/10/2004,07.00.00,"3,2",1316.0,-200.0,"18,5",1253.0,521.0,527.0,77.0,1780.0,1566.0,"16,0","76,3","1,3772" -25/10/2004,08.00.00,"4,4",1423.0,-200.0,"25,0",1429.0,649.0,467.0,88.0,1998.0,1631.0,"16,3","74,3","1,3644" -25/10/2004,09.00.00,"3,5",1314.0,-200.0,"18,8",1262.0,516.0,531.0,111.0,1754.0,1564.0,"18,7","66,3","1,4140" -25/10/2004,10.00.00,"3,2",1317.0,-200.0,"19,5",1283.0,487.0,518.0,114.0,1812.0,1601.0,"20,5","60,2","1,4346" -25/10/2004,11.00.00,3,1305.0,-200.0,"18,2",1245.0,529.0,524.0,108.0,1742.0,1539.0,"19,3","66,2","1,4706" -25/10/2004,12.00.00,"3,5",1351.0,-200.0,"20,0",1298.0,565.0,498.0,111.0,1821.0,1577.0,"20,0","63,9","1,4805" -25/10/2004,13.00.00,4,1438.0,-200.0,"24,8",1425.0,558.0,451.0,126.0,1971.0,1732.0,"21,4","59,4","1,4928" -25/10/2004,14.00.00,"3,8",1454.0,-200.0,"23,1",1380.0,568.0,457.0,117.0,1947.0,1672.0,"21,5","60,9","1,5398" -25/10/2004,15.00.00,"4,2",1512.0,-200.0,"25,5",1441.0,605.0,432.0,119.0,2034.0,1744.0,"21,6","60,9","1,5551" -25/10/2004,16.00.00,5,1584.0,-200.0,"32,0",1597.0,666.0,392.0,125.0,2176.0,1845.0,"21,6","62,0","1,5784" -25/10/2004,17.00.00,"7,9",1816.0,-200.0,"46,3",1897.0,814.0,330.0,158.0,2641.0,2164.0,"21,7","61,9","1,5920" -25/10/2004,18.00.00,"8,4",1824.0,-200.0,"44,5",1862.0,860.0,340.0,149.0,2567.0,2106.0,"21,0","64,9","1,5987" -25/10/2004,19.00.00,8,1744.0,-200.0,"41,0",1793.0,820.0,352.0,136.0,2469.0,2007.0,"20,0","68,6","1,5882" -25/10/2004,20.00.00,"6,4",1588.0,-200.0,"32,5",1610.0,742.0,400.0,112.0,2230.0,1791.0,"19,3","71,4","1,5805" -25/10/2004,21.00.00,"3,5",1319.0,-200.0,"19,1",1273.0,492.0,511.0,87.0,1806.0,1444.0,"18,5","73,4","1,5461" -25/10/2004,22.00.00,"3,5",1313.0,-200.0,"19,6",1285.0,464.0,505.0,82.0,1803.0,1373.0,"17,7","75,6","1,5226" -25/10/2004,23.00.00,"1,9",1073.0,-200.0,"10,7",1005.0,258.0,661.0,67.0,1488.0,1110.0,"18,5","70,4","1,4870" -26/10/2004,00.00.00,"2,2",1119.0,-200.0,"12,2",1056.0,311.0,624.0,68.0,1562.0,1099.0,"17,0","76,1","1,4582" -26/10/2004,01.00.00,"1,6",989.0,-200.0,"8,0",900.0,231.0,737.0,60.0,1401.0,968.0,"16,8","74,9","1,4258" -26/10/2004,02.00.00,1,912.0,-200.0,"5,5",788.0,127.0,822.0,48.0,1331.0,847.0,"15,5","78,5","1,3782" -26/10/2004,03.00.00,1,904.0,-200.0,"5,5",787.0,-200.0,820.0,-200.0,1319.0,852.0,"15,3","79,0","1,3605" -26/10/2004,04.00.00,-200,851.0,-200.0,"4,3",726.0,124.0,897.0,42.0,1277.0,799.0,"15,0","77,9","1,3197" -26/10/2004,05.00.00,"0,9",902.0,-200.0,"5,9",809.0,138.0,835.0,46.0,1355.0,834.0,"14,8","79,4","1,3312" -26/10/2004,06.00.00,"1,4",981.0,-200.0,"8,6",923.0,228.0,730.0,54.0,1425.0,956.0,"15,7","77,0","1,3591" -26/10/2004,07.00.00,3,1267.0,-200.0,"18,7",1260.0,383.0,572.0,82.0,1776.0,1259.0,"16,2","75,9","1,3872" -26/10/2004,08.00.00,"4,5",1392.0,-200.0,"25,0",1429.0,581.0,469.0,93.0,1990.0,1494.0,"16,3","75,9","1,3991" -26/10/2004,09.00.00,"3,8",1308.0,-200.0,"19,6",1285.0,545.0,522.0,95.0,1781.0,1458.0,"17,7","70,6","1,4202" -26/10/2004,10.00.00,"3,4",1313.0,-200.0,"20,8",1318.0,593.0,511.0,120.0,1820.0,1491.0,"18,3","67,6","1,4103" -26/10/2004,11.00.00,"3,5",1350.0,-200.0,"20,1",1299.0,602.0,518.0,132.0,1784.0,1560.0,"20,1","62,0","1,4409" -26/10/2004,12.00.00,"4,4",1477.0,-200.0,"26,7",1471.0,624.0,455.0,146.0,2031.0,1750.0,"22,6","54,5","1,4737" -26/10/2004,13.00.00,4,1409.0,-200.0,"23,6",1393.0,546.0,484.0,157.0,1874.0,1709.0,"24,6","47,1","1,4378" -26/10/2004,14.00.00,"4,5",1495.0,-200.0,"26,4",1465.0,597.0,451.0,158.0,2043.0,1786.0,"24,9","48,3","1,4942" -26/10/2004,15.00.00,"5,3",1606.0,-200.0,"30,9",1573.0,688.0,419.0,175.0,2165.0,1900.0,"24,9","50,0","1,5522" -26/10/2004,16.00.00,"5,8",1669.0,-200.0,"32,8",1615.0,760.0,404.0,166.0,2232.0,1963.0,"24,0","55,0","1,6211" -26/10/2004,17.00.00,"8,4",1822.0,-200.0,"45,9",1890.0,918.0,347.0,187.0,2641.0,2161.0,"23,2","58,7","1,6510" -26/10/2004,18.00.00,"9,5",1908.0,-200.0,"52,1",2007.0,952.0,325.0,180.0,2775.0,2372.0,"22,5","61,5","1,6579" -26/10/2004,19.00.00,"6,2",1664.0,-200.0,"36,6",1699.0,685.0,385.0,134.0,2305.0,2062.0,"22,2","61,0","1,6071" -26/10/2004,20.00.00,5,1465.0,-200.0,"24,0",1404.0,561.0,468.0,127.0,1962.0,1736.0,"22,6","58,3","1,5829" -26/10/2004,21.00.00,"2,1",1076.0,-200.0,"9,8",972.0,239.0,691.0,95.0,1506.0,1192.0,"21,0","57,4","1,4098" -26/10/2004,22.00.00,"1,4",1055.0,-200.0,"7,9",895.0,175.0,758.0,79.0,1468.0,1043.0,"19,8","63,7","1,4524" -26/10/2004,23.00.00,"1,6",1075.0,-200.0,"7,5",878.0,169.0,734.0,78.0,1495.0,948.0,"17,7","78,8","1,5855" -27/10/2004,00.00.00,2,1135.0,-200.0,"9,2",948.0,215.0,685.0,80.0,1569.0,992.0,"17,6","80,5","1,6062" -27/10/2004,01.00.00,"1,2",998.0,-200.0,"5,7",799.0,115.0,786.0,67.0,1435.0,867.0,"17,4","81,3","1,6066" -27/10/2004,02.00.00,"0,8",953.0,-200.0,"4,4",734.0,94.0,861.0,61.0,1401.0,825.0,"17,4","81,0","1,6012" -27/10/2004,03.00.00,"0,6",926.0,-200.0,"3,9",708.0,-200.0,874.0,-200.0,1381.0,803.0,"17,2","81,8","1,5856" -27/10/2004,04.00.00,-200,895.0,-200.0,"3,1",656.0,80.0,946.0,51.0,1343.0,786.0,"17,0","81,0","1,5521" -27/10/2004,05.00.00,"0,7",967.0,-200.0,"5,1",767.0,132.0,833.0,56.0,1416.0,866.0,"16,8","81,3","1,5447" -27/10/2004,06.00.00,"1,7",1164.0,-200.0,"10,5",997.0,295.0,641.0,68.0,1606.0,1113.0,"17,6","78,8","1,5723" -27/10/2004,07.00.00,"3,4",1421.0,-200.0,"20,6",1313.0,517.0,502.0,101.0,1983.0,1384.0,"18,0","75,7","1,5527" -27/10/2004,08.00.00,"4,9",1465.0,-200.0,"28,5",1515.0,555.0,454.0,119.0,2119.0,1516.0,"18,0","74,8","1,5281" -27/10/2004,09.00.00,"2,7",1189.0,-200.0,"12,7",1075.0,429.0,614.0,108.0,1652.0,1222.0,"18,2","74,0","1,5343" -27/10/2004,10.00.00,"3,2",1278.0,-200.0,"16,1",1182.0,561.0,585.0,132.0,1734.0,1354.0,"19,7","65,4","1,4854" -27/10/2004,11.00.00,"2,7",1169.0,-200.0,"14,9",1144.0,427.0,611.0,130.0,1666.0,1291.0,"21,0","57,9","1,4267" -27/10/2004,12.00.00,"3,2",1214.0,-200.0,"16,8",1203.0,445.0,580.0,129.0,1739.0,1308.0,"20,7","58,6","1,4142" -27/10/2004,13.00.00,"4,1",1351.0,-200.0,"21,8",1345.0,538.0,502.0,117.0,1923.0,1420.0,"19,5","67,1","1,5060" -27/10/2004,14.00.00,"3,6",1340.0,-200.0,"18,6",1256.0,556.0,537.0,119.0,1842.0,1297.0,"18,5","76,2","1,6045" -27/10/2004,15.00.00,"2,8",1157.0,-200.0,"14,5",1131.0,370.0,623.0,113.0,1675.0,1157.0,"19,6","69,7","1,5675" -27/10/2004,16.00.00,"2,1",1118.0,-200.0,"13,4",1096.0,257.0,647.0,102.0,1649.0,1130.0,"19,9","65,3","1,5066" -27/10/2004,17.00.00,"2,4",1150.0,-200.0,"15,8",1173.0,266.0,608.0,101.0,1711.0,1195.0,"20,0","63,3","1,4622" -27/10/2004,18.00.00,"3,6",1247.0,-200.0,"20,7",1315.0,403.0,544.0,116.0,1874.0,1341.0,"19,2","66,4","1,4592" -27/10/2004,19.00.00,"2,6",1194.0,-200.0,"16,6",1198.0,275.0,587.0,101.0,1732.0,1228.0,"19,3","67,5","1,4977" -27/10/2004,20.00.00,"2,8",1184.0,-200.0,"15,3",1157.0,338.0,586.0,94.0,1685.0,1273.0,"18,2","71,4","1,4776" -27/10/2004,21.00.00,"1,4",990.0,-200.0,"8,0",898.0,176.0,748.0,75.0,1442.0,1006.0,"17,8","71,2","1,4396" -27/10/2004,22.00.00,"1,1",933.0,-200.0,"5,8",803.0,159.0,842.0,69.0,1369.0,898.0,"17,6","69,9","1,3969" -27/10/2004,23.00.00,"1,3",968.0,-200.0,"7,0",858.0,147.0,796.0,60.0,1388.0,894.0,"16,0","75,9","1,3721" -28/10/2004,00.00.00,"0,9",861.0,-200.0,"4,5",735.0,99.0,925.0,58.0,1287.0,789.0,"16,9","72,0","1,3749" -28/10/2004,01.00.00,1,904.0,-200.0,"5,2",774.0,98.0,878.0,51.0,1329.0,805.0,"15,7","76,3","1,3519" -28/10/2004,02.00.00,"0,9",866.0,-200.0,"4,4",734.0,109.0,899.0,45.0,1299.0,770.0,"14,8","78,7","1,3169" -28/10/2004,03.00.00,"0,7",881.0,-200.0,"4,2",724.0,-200.0,913.0,-200.0,1277.0,776.0,"14,8","79,7","1,3286" -28/10/2004,04.00.00,-200,838.0,-200.0,"3,8",700.0,112.0,936.0,41.0,1268.0,744.0,"14,6","79,9","1,3156" -28/10/2004,05.00.00,"0,8",905.0,-200.0,"5,2",776.0,163.0,851.0,48.0,1327.0,825.0,"15,2","78,0","1,3382" -28/10/2004,06.00.00,"1,6",1055.0,-200.0,"10,0",977.0,326.0,703.0,61.0,1506.0,1013.0,"15,5","77,2","1,3502" -28/10/2004,07.00.00,"3,4",1328.0,-200.0,"20,0",1296.0,640.0,527.0,88.0,1829.0,1341.0,"15,7","76,4","1,3558" -28/10/2004,08.00.00,"4,4",1401.0,-200.0,"25,8",1449.0,736.0,477.0,102.0,1969.0,1528.0,"16,0","76,4","1,3751" -28/10/2004,09.00.00,"3,5",1291.0,-200.0,"20,0",1296.0,667.0,529.0,97.0,1752.0,1432.0,"16,7","73,8","1,3886" -28/10/2004,10.00.00,"3,4",1316.0,-200.0,"20,6",1314.0,677.0,526.0,116.0,1780.0,1499.0,"18,6","66,3","1,4047" -28/10/2004,11.00.00,"2,4",1116.0,-200.0,"12,2",1057.0,425.0,639.0,112.0,1532.0,1236.0,"20,4","58,1","1,3762" -28/10/2004,12.00.00,"2,3",1139.0,-200.0,"13,1",1088.0,349.0,625.0,101.0,1580.0,1180.0,"20,6","57,3","1,3792" -28/10/2004,13.00.00,"2,6",1165.0,-200.0,"14,5",1131.0,332.0,609.0,99.0,1640.0,1196.0,"21,6","53,6","1,3669" -28/10/2004,14.00.00,"2,9",1260.0,-200.0,"17,5",1224.0,412.0,571.0,113.0,1731.0,1301.0,"21,4","55,6","1,4015" -28/10/2004,15.00.00,"4,4",1475.0,-200.0,"25,9",1451.0,631.0,455.0,122.0,1991.0,1646.0,"20,7","63,0","1,5204" -28/10/2004,16.00.00,5,1521.0,-200.0,"26,6",1470.0,677.0,446.0,139.0,1977.0,1720.0,"21,3","61,9","1,5463" -28/10/2004,17.00.00,"6,5",1633.0,-200.0,"35,3",1671.0,761.0,398.0,149.0,2271.0,1852.0,"20,8","64,0","1,5522" -28/10/2004,18.00.00,"5,9",1463.0,-200.0,"28,2",1508.0,650.0,468.0,136.0,2092.0,1670.0,"20,3","66,7","1,5656" -28/10/2004,19.00.00,"2,7",1140.0,-200.0,"14,2",1122.0,262.0,619.0,103.0,1602.0,1208.0,"19,7","64,5","1,4594" -28/10/2004,20.00.00,"2,5",1147.0,-200.0,"12,4",1065.0,292.0,651.0,112.0,1562.0,1160.0,"19,4","64,0","1,4282" -28/10/2004,21.00.00,"1,5",988.0,-200.0,"6,6",839.0,177.0,805.0,88.0,1382.0,937.0,"20,1","60,8","1,4152" -28/10/2004,22.00.00,1,924.0,-200.0,"4,8",754.0,103.0,890.0,63.0,1327.0,783.0,"20,4","60,4","1,4263" -28/10/2004,23.00.00,"1,2",950.0,-200.0,"5,4",782.0,127.0,862.0,69.0,1331.0,807.0,"20,1","62,6","1,4543" -29/10/2004,00.00.00,1,926.0,-200.0,"4,3",727.0,119.0,925.0,65.0,1326.0,729.0,"19,9","64,9","1,4905" -29/10/2004,01.00.00,"0,8",879.0,-200.0,"2,9",645.0,83.0,1023.0,50.0,1288.0,612.0,"18,2","74,7","1,5441" -29/10/2004,02.00.00,"0,6",864.0,-200.0,"2,5",621.0,65.0,1073.0,43.0,1286.0,574.0,"18,4","73,8","1,5463" -29/10/2004,03.00.00,"0,6",868.0,-200.0,"2,2",596.0,-200.0,1092.0,-200.0,1276.0,579.0,"18,7","73,5","1,5664" -29/10/2004,04.00.00,-200,894.0,-200.0,"2,7",636.0,84.0,1010.0,56.0,1308.0,687.0,"18,2","76,6","1,5907" -29/10/2004,05.00.00,"1,1",1009.0,-200.0,"6,1",816.0,200.0,799.0,69.0,1430.0,856.0,"18,5","76,4","1,6112" -29/10/2004,06.00.00,"1,3",1069.0,-200.0,"7,7",889.0,242.0,738.0,91.0,1469.0,976.0,"19,3","71,6","1,5844" -29/10/2004,07.00.00,"2,9",1311.0,-200.0,"15,9",1178.0,366.0,574.0,111.0,1769.0,1208.0,"20,2","66,9","1,5643" -29/10/2004,08.00.00,"3,7",1370.0,-200.0,"22,8",1372.0,404.0,485.0,124.0,1945.0,1400.0,"20,8","64,7","1,5692" -29/10/2004,09.00.00,3,1246.0,-200.0,"16,6",1197.0,429.0,566.0,119.0,1746.0,1278.0,"21,9","61,8","1,6021" -29/10/2004,10.00.00,"1,4",1039.0,-200.0,"8,4",917.0,169.0,735.0,77.0,1467.0,934.0,"23,5","57,7","1,6515" -29/10/2004,11.00.00,"2,6",1296.0,-200.0,"13,9",1113.0,419.0,604.0,101.0,1736.0,1073.0,"19,8","81,0","1,8538" -29/10/2004,12.00.00,"4,2",1523.0,-200.0,"24,9",1428.0,603.0,458.0,116.0,2114.0,1363.0,"20,2","86,5","2,0224" -29/10/2004,13.00.00,"5,1",1424.0,-200.0,"22,4",1361.0,589.0,484.0,137.0,1983.0,1346.0,"20,2","82,2","1,9184" -29/10/2004,14.00.00,"5,5",1513.0,-200.0,"26,1",1457.0,706.0,463.0,163.0,2125.0,1393.0,"19,7","82,2","1,8669" -29/10/2004,15.00.00,"4,5",1338.0,-200.0,"18,1",1244.0,592.0,558.0,144.0,1847.0,1255.0,"20,2","79,1","1,8500" -29/10/2004,16.00.00,"2,7",1214.0,-200.0,"13,9",1113.0,305.0,616.0,118.0,1664.0,1213.0,"20,1","75,4","1,7510" -29/10/2004,17.00.00,"3,1",1290.0,-200.0,"18,5",1253.0,371.0,550.0,135.0,1807.0,1332.0,"20,2","72,3","1,6893" -29/10/2004,18.00.00,"4,2",1353.0,-200.0,"20,9",1323.0,465.0,519.0,129.0,1860.0,1430.0,"20,0","73,3","1,6930" -29/10/2004,19.00.00,"3,1",1130.0,-200.0,"12,9",1082.0,390.0,647.0,128.0,1591.0,1102.0,"18,3","74,9","1,5583" -29/10/2004,20.00.00,"1,7",969.0,-200.0,"6,7",843.0,227.0,828.0,103.0,1375.0,895.0,"18,9","70,4","1,5259" -29/10/2004,21.00.00,"1,8",1038.0,-200.0,"7,0",856.0,284.0,801.0,116.0,1415.0,905.0,"17,3","76,3","1,4919" -29/10/2004,22.00.00,"1,7",1020.0,-200.0,"7,3",869.0,211.0,793.0,95.0,1410.0,869.0,"17,1","77,9","1,5081" -29/10/2004,23.00.00,"2,1",1097.0,-200.0,"9,1",944.0,297.0,716.0,107.0,1489.0,982.0,"17,3","79,3","1,5569" -30/10/2004,00.00.00,"2,4",1123.0,-200.0,"9,9",973.0,351.0,690.0,108.0,1520.0,999.0,"17,3","79,9","1,5643" -30/10/2004,01.00.00,"1,8",1023.0,-200.0,"6,9",851.0,259.0,782.0,94.0,1413.0,881.0,"16,9","80,6","1,5372" -30/10/2004,02.00.00,"1,5",1015.0,-200.0,"6,5",833.0,214.0,786.0,84.0,1400.0,868.0,"16,9","81,4","1,5510" -30/10/2004,03.00.00,"1,4",979.0,-200.0,"5,9",805.0,-200.0,809.0,-200.0,1383.0,843.0,"16,8","81,5","1,5418" -30/10/2004,04.00.00,-200,931.0,-200.0,"5,4",784.0,173.0,826.0,72.0,1372.0,833.0,"16,9","79,8","1,5238" -30/10/2004,05.00.00,1,922.0,-200.0,"5,4",783.0,192.0,857.0,76.0,1367.0,825.0,"16,7","79,7","1,5030" -30/10/2004,06.00.00,"1,4",989.0,-200.0,"7,8",891.0,237.0,762.0,82.0,1453.0,901.0,"16,8","79,0","1,4978" -30/10/2004,07.00.00,"2,4",1149.0,-200.0,"13,6",1103.0,413.0,622.0,94.0,1662.0,1090.0,"16,8","79,8","1,5115" -30/10/2004,08.00.00,"3,1",1202.0,-200.0,"15,4",1160.0,455.0,585.0,102.0,1723.0,1165.0,"16,9","79,9","1,5253" -30/10/2004,09.00.00,3,1206.0,-200.0,"14,4",1131.0,493.0,592.0,106.0,1675.0,1201.0,"17,4","79,3","1,5593" -30/10/2004,10.00.00,"2,7",1224.0,-200.0,"14,3",1126.0,482.0,596.0,108.0,1656.0,1231.0,"18,0","76,6","1,5706" -30/10/2004,11.00.00,4,1371.0,-200.0,"20,3",1305.0,599.0,521.0,152.0,1845.0,1461.0,"21,2","64,4","1,6015" -30/10/2004,12.00.00,"3,7",1327.0,-200.0,"18,7",1259.0,481.0,539.0,160.0,1826.0,1434.0,"22,4","60,8","1,6261" -30/10/2004,13.00.00,"3,4",1301.0,-200.0,"17,3",1218.0,406.0,553.0,133.0,1806.0,1399.0,"22,6","61,1","1,6596" -30/10/2004,14.00.00,"3,4",1301.0,-200.0,"16,9",1208.0,419.0,560.0,147.0,1781.0,1417.0,"23,6","57,3","1,6450" -30/10/2004,15.00.00,"3,2",1314.0,-200.0,"16,4",1191.0,387.0,564.0,135.0,1777.0,1395.0,"23,5","58,3","1,6640" -30/10/2004,16.00.00,"3,9",1394.0,-200.0,"19,1",1272.0,461.0,526.0,135.0,1869.0,1442.0,"22,9","61,6","1,7014" -30/10/2004,17.00.00,"3,7",1385.0,-200.0,"18,7",1260.0,493.0,528.0,129.0,1850.0,1425.0,"22,3","64,3","1,7055" -30/10/2004,18.00.00,"4,3",1440.0,-200.0,"22,4",1362.0,532.0,486.0,117.0,1968.0,1496.0,"21,6","68,0","1,7305" -30/10/2004,19.00.00,"4,9",1493.0,-200.0,"25,3",1437.0,581.0,470.0,116.0,2015.0,1551.0,"21,2","67,4","1,6755" -30/10/2004,20.00.00,4,1319.0,-200.0,"17,7",1230.0,494.0,551.0,109.0,1785.0,1381.0,"20,8","65,8","1,6001" -30/10/2004,21.00.00,"2,8",1187.0,-200.0,"13,8",1110.0,392.0,612.0,96.0,1658.0,1229.0,"20,4","64,8","1,5379" -30/10/2004,22.00.00,"2,4",1119.0,-200.0,"10,2",984.0,311.0,688.0,90.0,1539.0,1082.0,"20,1","66,7","1,5548" -30/10/2004,23.00.00,"1,9",1100.0,-200.0,"8,6",924.0,236.0,744.0,82.0,1494.0,963.0,"19,5","70,0","1,5711" -31/10/2004,00.00.00,2,1076.0,-200.0,"7,9",895.0,270.0,757.0,86.0,1492.0,939.0,"19,3","70,4","1,5578" -31/10/2004,01.00.00,"1,5",972.0,-200.0,"5,7",799.0,199.0,833.0,72.0,1425.0,825.0,"19,7","68,6","1,5563" -31/10/2004,02.00.00,"1,3",973.0,-200.0,"6,4",828.0,146.0,818.0,61.0,1445.0,811.0,"19,7","68,2","1,5484" -31/10/2004,03.00.00,1,918.0,-200.0,"4,6",742.0,-200.0,905.0,-200.0,1386.0,720.0,"19,9","68,4","1,5673" -31/10/2004,04.00.00,-200,844.0,-200.0,"2,7",630.0,74.0,1035.0,45.0,1320.0,627.0,"18,4","74,2","1,5581" -31/10/2004,05.00.00,"0,5",817.0,-200.0,"2,1",588.0,55.0,1134.0,37.0,1310.0,589.0,"18,9","71,3","1,5449" -31/10/2004,06.00.00,"0,4",791.0,-200.0,"1,2",519.0,43.0,1291.0,31.0,1295.0,540.0,"18,1","79,0","1,6224" -31/10/2004,07.00.00,"0,4",819.0,-200.0,"1,4",537.0,46.0,1264.0,30.0,1315.0,551.0,"20,4","71,2","1,6834" -31/10/2004,08.00.00,"0,9",972.0,-200.0,"4,6",743.0,139.0,944.0,41.0,1477.0,742.0,"20,6","70,7","1,6996" -31/10/2004,09.00.00,"1,3",997.0,-200.0,"5,7",797.0,169.0,812.0,64.0,1470.0,824.0,"19,3","74,1","1,6391" -31/10/2004,10.00.00,"2,1",1194.0,-200.0,"10,6",1000.0,254.0,653.0,74.0,1642.0,1059.0,"22,2","64,4","1,7005" -31/10/2004,11.00.00,"2,4",1240.0,-200.0,"11,0",1014.0,303.0,628.0,77.0,1643.0,1144.0,"23,0","64,6","1,7851" -31/10/2004,12.00.00,2,1117.0,-200.0,"8,6",922.0,259.0,717.0,83.0,1585.0,994.0,"24,3","57,4","1,7233" -31/10/2004,13.00.00,"1,8",1141.0,-200.0,"8,8",932.0,226.0,689.0,71.0,1595.0,1014.0,"22,0","67,0","1,7441" -31/10/2004,14.00.00,"1,5",1062.0,-200.0,"7,5",880.0,161.0,719.0,62.0,1580.0,924.0,"22,9","65,7","1,8148" -31/10/2004,15.00.00,"1,6",1160.0,-200.0,"11,6",1036.0,182.0,622.0,62.0,1727.0,1023.0,"23,2","63,9","1,7957" -31/10/2004,16.00.00,"2,2",1169.0,-200.0,"10,1",983.0,289.0,672.0,79.0,1633.0,1033.0,"23,0","62,3","1,7248" -31/10/2004,17.00.00,"2,3",1185.0,-200.0,"10,8",1006.0,340.0,666.0,93.0,1638.0,1065.0,"22,4","63,2","1,6878" -31/10/2004,18.00.00,"6,6",1571.0,-200.0,"30,3",1559.0,544.0,440.0,106.0,2277.0,1516.0,"21,7","66,6","1,7077" -31/10/2004,19.00.00,"4,7",1464.0,-200.0,"22,4",1362.0,543.0,487.0,100.0,1987.0,1648.0,"21,2","70,3","1,7476" -31/10/2004,20.00.00,"4,1",1423.0,-200.0,"20,6",1314.0,501.0,508.0,89.0,1912.0,1466.0,"20,8","70,9","1,7203" -31/10/2004,21.00.00,"4,1",1318.0,-200.0,"17,5",1226.0,521.0,543.0,83.0,1848.0,1365.0,"20,0","73,2","1,6965" -31/10/2004,22.00.00,"2,7",1229.0,-200.0,"13,9",1114.0,352.0,598.0,76.0,1723.0,1247.0,"19,7","73,7","1,6708" -31/10/2004,23.00.00,"2,6",1187.0,-200.0,"13,6",1105.0,321.0,611.0,68.0,1700.0,1183.0,"19,9","72,6","1,6681" -01/11/2004,00.00.00,"3,2",1353.0,-200.0,"15,9",1176.0,318.0,584.0,69.0,1723.0,2150.0,"20,1","71,3","1,6564" -01/11/2004,01.00.00,"3,7",1407.0,-200.0,"17,8",1235.0,338.0,548.0,77.0,1780.0,2519.0,"20,1","71,1","1,6498" -01/11/2004,02.00.00,"3,5",1333.0,-200.0,"16,7",1201.0,353.0,552.0,68.0,1767.0,1925.0,"19,6","73,2","1,6543" -01/11/2004,03.00.00,3,1269.0,-200.0,"16,0",1181.0,-200.0,559.0,-200.0,1756.0,1762.0,"19,1","75,8","1,6568" -01/11/2004,04.00.00,-200,1253.0,-200.0,"16,9",1206.0,291.0,540.0,52.0,1779.0,1579.0,"18,4","77,9","1,6389" -01/11/2004,05.00.00,"2,7",1212.0,-200.0,"15,0",1149.0,279.0,562.0,49.0,1710.0,1599.0,"18,4","78,1","1,6370" -01/11/2004,06.00.00,"1,8",1061.0,-200.0,"9,6",962.0,200.0,679.0,45.0,1554.0,1395.0,"19,2","74,7","1,6398" -01/11/2004,07.00.00,"1,3",1028.0,-200.0,"7,8",890.0,180.0,733.0,51.0,1525.0,1323.0,"19,4","75,1","1,6766" -01/11/2004,08.00.00,"1,5",1067.0,-200.0,"8,7",928.0,213.0,711.0,51.0,1564.0,1309.0,"19,1","75,6","1,6519" -01/11/2004,09.00.00,"1,9",1111.0,-200.0,"9,8",970.0,266.0,667.0,62.0,1594.0,1441.0,"20,3","71,1","1,6803" -01/11/2004,10.00.00,"2,2",1189.0,-200.0,"12,4",1065.0,247.0,609.0,74.0,1683.0,1830.0,"23,1","61,3","1,7131" -01/11/2004,11.00.00,"2,6",1293.0,-200.0,"13,9",1114.0,326.0,584.0,88.0,1702.0,1704.0,"25,1","56,0","1,7565" -01/11/2004,12.00.00,"2,7",1285.0,-200.0,"12,5",1065.0,319.0,597.0,90.0,1686.0,1576.0,"25,8","56,1","1,8410" -01/11/2004,13.00.00,"2,5",1236.0,-200.0,"10,9",1011.0,320.0,631.0,91.0,1706.0,1305.0,"23,7","68,2","1,9739" -01/11/2004,14.00.00,"1,5",1082.0,-200.0,"6,5",834.0,174.0,747.0,64.0,1562.0,991.0,"23,1","70,8","1,9800" -01/11/2004,15.00.00,2,1188.0,-200.0,"9,4",954.0,216.0,664.0,72.0,1636.0,1148.0,"23,9","66,3","1,9361" -01/11/2004,16.00.00,"3,1",1348.0,-200.0,"15,3",1157.0,376.0,564.0,88.0,1810.0,1307.0,"23,8","65,0","1,8897" -01/11/2004,17.00.00,"3,7",1394.0,-200.0,"16,4",1193.0,496.0,547.0,110.0,1811.0,1386.0,"23,2","65,6","1,8435" -01/11/2004,18.00.00,4,1472.0,-200.0,"19,8",1290.0,523.0,510.0,95.0,1942.0,1420.0,"21,8","72,7","1,8789" -01/11/2004,19.00.00,"4,1",1291.0,-200.0,"15,8",1174.0,465.0,567.0,91.0,1746.0,1341.0,"21,7","67,3","1,7256" -01/11/2004,20.00.00,"3,1",1264.0,-200.0,"14,5",1133.0,407.0,593.0,94.0,1750.0,1258.0,"21,3","66,3","1,6594" -01/11/2004,21.00.00,"3,2",1264.0,-200.0,"14,7",1138.0,412.0,579.0,86.0,1733.0,1245.0,"20,4","71,6","1,7004" -01/11/2004,22.00.00,"3,2",1260.0,-200.0,"15,3",1160.0,403.0,568.0,79.0,1755.0,1231.0,"19,6","75,3","1,6981" -01/11/2004,23.00.00,"2,7",1184.0,-200.0,"13,0",1084.0,357.0,612.0,71.0,1674.0,1151.0,"19,3","75,8","1,6762" -02/11/2004,00.00.00,"2,3",1122.0,-200.0,"10,5",996.0,259.0,660.0,62.0,1586.0,1048.0,"18,4","76,3","1,6017" -02/11/2004,01.00.00,"1,6",983.0,-200.0,"7,6",881.0,227.0,752.0,56.0,1472.0,928.0,"18,2","76,4","1,5787" -02/11/2004,02.00.00,"1,1",885.0,-200.0,"4,8",753.0,147.0,878.0,49.0,1374.0,813.0,"17,9","74,8","1,5219" -02/11/2004,03.00.00,"0,7",825.0,-200.0,"3,1",661.0,-200.0,987.0,-200.0,1334.0,753.0,"17,5","74,5","1,4781" -02/11/2004,04.00.00,-200,791.0,-200.0,"2,6",627.0,72.0,1069.0,38.0,1306.0,709.0,"17,2","74,0","1,4388" -02/11/2004,05.00.00,"0,6",802.0,-200.0,"2,7",636.0,96.0,1016.0,35.0,1289.0,721.0,"17,6","73,2","1,4555" -02/11/2004,06.00.00,"0,5",804.0,-200.0,"3,0",652.0,73.0,1054.0,37.0,1294.0,710.0,"17,9","69,3","1,4099" -02/11/2004,07.00.00,"1,5",1014.0,-200.0,"8,7",927.0,309.0,747.0,56.0,1497.0,951.0,"16,1","76,3","1,3902" -02/11/2004,08.00.00,"3,4",1316.0,-200.0,"20,7",1317.0,607.0,538.0,85.0,1860.0,1336.0,"17,1","72,8","1,4054" -02/11/2004,09.00.00,"4,4",1296.0,-200.0,"25,2",1435.0,562.0,504.0,112.0,1899.0,1489.0,"20,8","57,9","1,4070" -02/11/2004,10.00.00,"4,4",1381.0,-200.0,"23,6",1394.0,560.0,495.0,107.0,1911.0,1558.0,"20,6","60,2","1,4428" -02/11/2004,11.00.00,"5,8",1570.0,-200.0,"32,9",1617.0,844.0,426.0,151.0,2170.0,1944.0,"22,1","56,6","1,4851" -02/11/2004,12.00.00,"4,9",1426.0,-200.0,"25,6",1445.0,667.0,477.0,151.0,1970.0,1782.0,"24,0","50,0","1,4679" -02/11/2004,13.00.00,"5,1",1535.0,-200.0,"31,2",1578.0,583.0,440.0,150.0,2125.0,1921.0,"25,7","45,6","1,4870" -02/11/2004,14.00.00,"7,5",1678.0,-200.0,"37,9",1727.0,726.0,390.0,190.0,2318.0,2039.0,"25,5","49,7","1,5985" -02/11/2004,15.00.00,"5,8",1605.0,-200.0,"32,3",1603.0,674.0,415.0,168.0,2199.0,1912.0,"25,2","50,6","1,5989" -02/11/2004,16.00.00,"5,9",1559.0,-200.0,"31,5",1586.0,544.0,421.0,127.0,2197.0,1827.0,"25,4","50,7","1,6187" -02/11/2004,17.00.00,"6,8",1713.0,-200.0,"38,0",1728.0,715.0,390.0,140.0,2386.0,1919.0,"24,4","56,0","1,6885" -02/11/2004,18.00.00,"7,9",1751.0,-200.0,"44,1",1853.0,789.0,358.0,158.0,2496.0,2013.0,"23,0","62,1","1,7283" -02/11/2004,19.00.00,8,1723.0,-200.0,"44,9",1869.0,737.0,359.0,121.0,2563.0,1919.0,"21,8","65,3","1,6889" -02/11/2004,20.00.00,"9,2",1778.0,-200.0,"48,2",1935.0,859.0,349.0,119.0,2643.0,1927.0,"20,9","67,5","1,6539" -02/11/2004,21.00.00,"5,9",1461.0,-200.0,"29,1",1529.0,668.0,450.0,96.0,2111.0,1573.0,"20,2","68,6","1,6034" -02/11/2004,22.00.00,"3,7",1258.0,-200.0,"19,1",1272.0,454.0,541.0,77.0,1804.0,1325.0,"19,3","70,8","1,5728" -02/11/2004,23.00.00,"2,6",1138.0,-200.0,"13,9",1113.0,337.0,610.0,66.0,1641.0,1203.0,"19,2","68,8","1,5097" -03/11/2004,00.00.00,"1,1",936.0,-200.0,"6,8",849.0,127.0,798.0,56.0,1381.0,947.0,"20,4","61,1","1,4495" -03/11/2004,01.00.00,"2,6",1167.0,-200.0,"13,2",1090.0,281.0,626.0,62.0,1620.0,1106.0,"18,0","71,5","1,4615" -03/11/2004,02.00.00,"2,2",1071.0,-200.0,"10,7",1003.0,252.0,665.0,58.0,1542.0,1045.0,"17,5","73,2","1,4515" -03/11/2004,03.00.00,"0,9",866.0,-200.0,"4,1",717.0,-200.0,909.0,-200.0,1328.0,827.0,"17,2","71,7","1,3940" -03/11/2004,04.00.00,-200,836.0,-200.0,"2,9",647.0,65.0,985.0,37.0,1271.0,777.0,"16,4","74,4","1,3779" -03/11/2004,05.00.00,"0,5",823.0,-200.0,"2,7",630.0,69.0,1033.0,35.0,1253.0,748.0,"16,8","71,9","1,3628" -03/11/2004,06.00.00,"0,7",890.0,-200.0,"4,3",727.0,151.0,917.0,50.0,1290.0,833.0,"16,9","70,5","1,3504" -03/11/2004,07.00.00,"1,3",1019.0,-200.0,"8,0",901.0,231.0,750.0,64.0,1438.0,960.0,"17,0","70,1","1,3512" -03/11/2004,08.00.00,"2,2",1177.0,-200.0,"15,5",1166.0,297.0,621.0,75.0,1667.0,1157.0,"18,8","62,5","1,3401" -03/11/2004,09.00.00,"3,7",1348.0,-200.0,"23,8",1398.0,515.0,505.0,101.0,1847.0,1444.0,"20,3","58,4","1,3745" -03/11/2004,10.00.00,"3,7",1341.0,-200.0,"21,0",1323.0,499.0,516.0,94.0,1786.0,1522.0,"23,7","49,1","1,4230" -03/11/2004,11.00.00,"3,4",1307.0,-200.0,"19,3",1278.0,445.0,527.0,95.0,1767.0,1452.0,"26,6","42,8","1,4713" -03/11/2004,12.00.00,"3,4",1305.0,-200.0,"19,7",1287.0,464.0,525.0,124.0,1771.0,1437.0,"26,2","43,5","1,4591" -03/11/2004,13.00.00,"2,6",1177.0,-200.0,"13,2",1090.0,298.0,612.0,86.0,1632.0,1209.0,"26,3","43,6","1,4663" -03/11/2004,14.00.00,"2,5",1192.0,-200.0,"13,0",1085.0,266.0,617.0,79.0,1638.0,1170.0,"26,6","42,5","1,4568" -03/11/2004,15.00.00,"2,5",1214.0,-200.0,"12,9",1080.0,323.0,611.0,87.0,1642.0,1190.0,"26,3","43,7","1,4718" -03/11/2004,16.00.00,"2,7",1240.0,-200.0,"15,1",1152.0,352.0,575.0,94.0,1699.0,1278.0,"25,6","46,2","1,4903" -03/11/2004,17.00.00,"3,2",1271.0,-200.0,"16,3",1188.0,372.0,563.0,107.0,1703.0,1305.0,"25,1","47,6","1,4983" -03/11/2004,18.00.00,"3,7",1333.0,-200.0,"20,5",1312.0,383.0,520.0,107.0,1853.0,1364.0,"23,8","51,4","1,4956" -03/11/2004,19.00.00,"4,6",1390.0,-200.0,"24,4",1414.0,455.0,487.0,117.0,1959.0,1428.0,"23,3","53,1","1,4960" -03/11/2004,20.00.00,"3,3",1266.0,-200.0,"18,7",1261.0,355.0,541.0,97.0,1807.0,1285.0,"22,4","55,2","1,4735" -03/11/2004,21.00.00,"2,4",1140.0,-200.0,"12,7",1072.0,267.0,626.0,90.0,1597.0,1143.0,"21,7","57,7","1,4766" -03/11/2004,22.00.00,"2,8",1240.0,-200.0,"15,6",1168.0,308.0,582.0,86.0,1714.0,1235.0,"20,5","63,0","1,5043" -03/11/2004,23.00.00,"2,7",1187.0,-200.0,"14,2",1122.0,313.0,589.0,77.0,1641.0,1208.0,"19,5","67,6","1,5156" -04/11/2004,00.00.00,"1,8",1043.0,-200.0,"9,9",975.0,216.0,675.0,66.0,1489.0,1041.0,"18,7","69,0","1,4727" -04/11/2004,01.00.00,"1,1",948.0,-200.0,"6,3",826.0,137.0,802.0,57.0,1382.0,897.0,"19,3","65,5","1,4500" -04/11/2004,02.00.00,"1,2",955.0,-200.0,"5,2",775.0,140.0,831.0,55.0,1362.0,862.0,"17,6","70,8","1,4105" -04/11/2004,03.00.00,"0,8",915.0,-200.0,"4,2",721.0,-200.0,891.0,-200.0,1315.0,816.0,"16,8","72,9","1,3851" -04/11/2004,04.00.00,"0,6",832.0,-200.0,"2,9",644.0,94.0,990.0,40.0,1239.0,747.0,"17,8","68,1","1,3722" -04/11/2004,05.00.00,"0,5",846.0,-200.0,"2,6",628.0,79.0,1025.0,40.0,1218.0,727.0,"16,1","73,5","1,3329" -04/11/2004,06.00.00,"0,7",897.0,-200.0,"4,7",750.0,156.0,874.0,46.0,1270.0,799.0,"15,8","73,5","1,3151" -04/11/2004,07.00.00,"0,8",908.0,-200.0,"5,1",767.0,153.0,868.0,53.0,1272.0,807.0,"17,0","68,0","1,3102" -04/11/2004,08.00.00,"3,5",1348.0,-200.0,"22,2",1357.0,464.0,526.0,84.0,1833.0,1324.0,"16,0","72,2","1,3077" -04/11/2004,09.00.00,"3,6",1384.0,-200.0,"23,3",1386.0,435.0,504.0,88.0,1833.0,1404.0,"17,8","65,4","1,3213" -04/11/2004,10.00.00,-200,1473.0,-200.0,"26,3",1463.0,683.0,462.0,143.0,1948.0,1605.0,"20,6","56,0","1,3467" -04/11/2004,11.00.00,-200,1360.0,-200.0,"19,7",1287.0,523.0,517.0,130.0,1755.0,1478.0,"23,6","48,0","1,3757" -04/11/2004,12.00.00,-200,1305.0,-200.0,"17,4",1223.0,460.0,545.0,120.0,1720.0,1414.0,"23,7","49,8","1,4433" -04/11/2004,13.00.00,-200,1337.0,-200.0,"20,2",1302.0,417.0,507.0,139.0,1786.0,1465.0,"24,7","47,4","1,4527" -04/11/2004,14.00.00,-200,1414.0,-200.0,"24,4",1414.0,486.0,478.0,139.0,1896.0,1588.0,"25,9","42,8","1,4122" -04/11/2004,15.00.00,-200,1463.0,-200.0,"24,5",1417.0,512.0,467.0,156.0,1900.0,1651.0,"26,8","43,3","1,4977" -04/11/2004,16.00.00,-200,1530.0,-200.0,"24,8",1425.0,595.0,457.0,143.0,1975.0,1652.0,"26,6","45,5","1,5555" -04/11/2004,17.00.00,-200,1915.0,-200.0,"45,9",1889.0,1052.0,340.0,186.0,2603.0,2110.0,"24,8","53,9","1,6683" -04/11/2004,18.00.00,"8,7",1882.0,-200.0,"47,5",1920.0,1014.0,328.0,171.0,2609.0,2204.0,"23,1","61,1","1,7082" -04/11/2004,19.00.00,"5,8",1589.0,-200.0,"33,0",1619.0,633.0,406.0,124.0,2216.0,1780.0,"22,2","63,7","1,6865" -04/11/2004,20.00.00,"4,3",1463.0,-200.0,"27,2",1484.0,485.0,443.0,97.0,2011.0,1590.0,"21,1","66,1","1,6313" -04/11/2004,21.00.00,"3,6",1380.0,-200.0,"21,8",1345.0,480.0,493.0,92.0,1856.0,1419.0,"20,0","69,0","1,5956" -04/11/2004,22.00.00,"3,9",1383.0,-200.0,"21,3",1332.0,572.0,495.0,96.0,1855.0,1415.0,"19,1","72,0","1,5732" -04/11/2004,23.00.00,"2,4",1181.0,-200.0,"13,3",1094.0,345.0,600.0,74.0,1599.0,1180.0,"18,8","70,6","1,5209" -05/11/2004,00.00.00,"1,6",1061.0,-200.0,"8,8",931.0,195.0,699.0,65.0,1481.0,1015.0,"18,5","69,5","1,4657" -05/11/2004,01.00.00,"1,8",1091.0,-200.0,"9,2",945.0,213.0,698.0,62.0,1467.0,1014.0,"18,4","68,5","1,4390" -05/11/2004,02.00.00,"1,5",1010.0,-200.0,"7,6",884.0,216.0,719.0,59.0,1430.0,938.0,"16,8","73,3","1,3915" -05/11/2004,03.00.00,"0,7",868.0,-200.0,"3,6",688.0,-200.0,922.0,-200.0,1249.0,777.0,"17,9","66,8","1,3596" -05/11/2004,04.00.00,"0,5",852.0,-200.0,"2,8",639.0,73.0,1009.0,41.0,1204.0,723.0,"16,5","71,0","1,3239" -05/11/2004,05.00.00,"0,4",826.0,-200.0,"2,2",601.0,67.0,1056.0,38.0,1180.0,702.0,"16,9","67,9","1,2950" -05/11/2004,06.00.00,"0,5",862.0,-200.0,"3,4",677.0,96.0,973.0,43.0,1192.0,725.0,"16,1","69,3","1,2591" -05/11/2004,07.00.00,"0,8",951.0,-200.0,"5,7",800.0,162.0,803.0,52.0,1257.0,836.0,"16,1","69,6","1,2593" -05/11/2004,08.00.00,2,1210.0,-200.0,"16,3",1188.0,305.0,583.0,75.0,1575.0,1129.0,"16,2","70,1","1,2837" -05/11/2004,09.00.00,"6,2",1601.0,-200.0,"37,9",1727.0,725.0,389.0,118.0,2252.0,1718.0,"16,5","69,3","1,2897" -05/11/2004,10.00.00,"4,5",1477.0,-200.0,"25,5",1443.0,658.0,469.0,126.0,1878.0,1646.0,"19,6","58,3","1,3141" -05/11/2004,11.00.00,"4,6",1458.0,-200.0,"24,2",1408.0,710.0,471.0,151.0,1889.0,1664.0,"20,7","55,5","1,3414" -05/11/2004,12.00.00,"3,3",1354.0,-200.0,"20,9",1321.0,445.0,504.0,107.0,1799.0,1496.0,"20,8","56,3","1,3664" -05/11/2004,13.00.00,"3,6",1385.0,-200.0,"22,1",1354.0,455.0,490.0,114.0,1823.0,1506.0,"21,7","53,1","1,3649" -05/11/2004,14.00.00,"4,4",1460.0,-200.0,"25,0",1430.0,524.0,466.0,125.0,1932.0,1604.0,"23,0","49,0","1,3620" -05/11/2004,15.00.00,"4,3",1492.0,-200.0,"26,4",1463.0,527.0,460.0,138.0,1935.0,1632.0,"24,2","44,0","1,3078" -05/11/2004,16.00.00,5,1569.0,-200.0,"29,8",1547.0,601.0,435.0,144.0,2016.0,1736.0,"24,7","43,6","1,3396" -05/11/2004,17.00.00,"8,1",1870.0,-200.0,"45,0",1871.0,1001.0,351.0,180.0,2483.0,2165.0,"23,0","54,2","1,5066" -05/11/2004,18.00.00,8,1774.0,-200.0,"42,8",1829.0,852.0,359.0,154.0,2457.0,2152.0,"21,4","60,9","1,5322" -05/11/2004,19.00.00,"3,6",1388.0,-200.0,"22,4",1363.0,370.0,485.0,105.0,1815.0,1556.0,"20,3","61,4","1,4417" -05/11/2004,20.00.00,"2,9",1303.0,-200.0,"15,9",1177.0,348.0,562.0,98.0,1619.0,1389.0,"20,0","63,2","1,4581" -05/11/2004,21.00.00,"2,7",1257.0,-200.0,"14,3",1126.0,361.0,581.0,93.0,1599.0,1300.0,"19,1","64,4","1,4050" -05/11/2004,22.00.00,"1,9",1132.0,-200.0,"10,7",1002.0,255.0,640.0,76.0,1474.0,1126.0,"18,1","67,5","1,3855" -05/11/2004,23.00.00,"1,3",1050.0,-200.0,"7,6",881.0,162.0,732.0,69.0,1363.0,982.0,"17,8","66,9","1,3464" -06/11/2004,00.00.00,"1,2",1033.0,-200.0,"6,7",842.0,166.0,756.0,66.0,1362.0,941.0,"17,6","66,5","1,3249" -06/11/2004,01.00.00,"1,8",1106.0,-200.0,"9,0",938.0,247.0,685.0,76.0,1395.0,1010.0,"16,1","71,2","1,2948" -06/11/2004,02.00.00,"1,9",1107.0,-200.0,"9,0",940.0,255.0,689.0,73.0,1403.0,985.0,"15,5","73,3","1,2845" -06/11/2004,03.00.00,"1,5",1011.0,-200.0,"7,0",856.0,-200.0,769.0,-200.0,1341.0,889.0,"15,4","72,8","1,2633" -06/11/2004,04.00.00,"0,9",916.0,-200.0,"4,3",726.0,129.0,879.0,54.0,1248.0,791.0,"15,6","70,8","1,2461" -06/11/2004,05.00.00,"0,5",852.0,-200.0,"2,8",641.0,83.0,1012.0,44.0,1172.0,710.0,"17,0","64,5","1,2374" -06/11/2004,06.00.00,"0,6",889.0,-200.0,"3,7",694.0,114.0,913.0,45.0,1198.0,743.0,"14,9","72,3","1,2186" -06/11/2004,07.00.00,"1,1",1002.0,-200.0,"6,3",828.0,233.0,798.0,58.0,1307.0,857.0,"14,0","76,6","1,2183" -06/11/2004,08.00.00,"2,8",1231.0,-200.0,"14,5",1134.0,448.0,587.0,87.0,1572.0,1143.0,"14,6","74,2","1,2256" -06/11/2004,09.00.00,"2,9",1212.0,-200.0,"16,4",1191.0,455.0,551.0,97.0,1586.0,1210.0,"15,9","69,8","1,2530" -06/11/2004,10.00.00,"1,7",1121.0,-200.0,"10,9",1012.0,254.0,650.0,80.0,1436.0,1060.0,"18,4","61,3","1,2854" -06/11/2004,11.00.00,"2,3",1260.0,-200.0,"14,1",1121.0,313.0,568.0,82.0,1569.0,1252.0,"20,0","56,7","1,3078" -06/11/2004,12.00.00,"3,3",1391.0,-200.0,"17,1",1214.0,490.0,518.0,112.0,1691.0,1435.0,"20,4","57,0","1,3507" -06/11/2004,13.00.00,"3,5",1463.0,-200.0,"19,4",1280.0,496.0,482.0,121.0,1794.0,1544.0,"20,7","59,3","1,4283" -06/11/2004,14.00.00,"3,8",1464.0,-200.0,"20,9",1321.0,514.0,475.0,132.0,1794.0,1600.0,"21,7","54,8","1,4024" -06/11/2004,15.00.00,"3,4",1412.0,-200.0,"17,7",1230.0,454.0,516.0,141.0,1672.0,1534.0,"22,0","54,2","1,4096" -06/11/2004,16.00.00,"3,8",1450.0,-200.0,"19,8",1292.0,507.0,495.0,130.0,1768.0,1495.0,"21,4","57,1","1,4356" -06/11/2004,17.00.00,"3,6",1416.0,-200.0,"19,5",1283.0,474.0,510.0,113.0,1739.0,1442.0,"20,8","58,7","1,4259" -06/11/2004,18.00.00,"3,5",1346.0,-200.0,"17,0",1211.0,404.0,540.0,101.0,1674.0,1340.0,"20,1","59,6","1,3852" -06/11/2004,19.00.00,"2,8",1273.0,-200.0,"14,6",1137.0,356.0,586.0,91.0,1563.0,1231.0,"20,0","58,4","1,3473" -06/11/2004,20.00.00,"2,5",1206.0,-200.0,"12,0",1049.0,345.0,634.0,90.0,1484.0,1128.0,"19,5","58,9","1,3195" -06/11/2004,21.00.00,"3,1",1252.0,-200.0,"13,3",1094.0,395.0,615.0,90.0,1526.0,1188.0,"19,5","57,4","1,2874" -06/11/2004,22.00.00,"1,8",1069.0,-200.0,"7,9",897.0,249.0,729.0,83.0,1364.0,998.0,"19,1","59,2","1,2950" -06/11/2004,23.00.00,"1,6",1061.0,-200.0,"7,9",895.0,197.0,737.0,73.0,1359.0,944.0,"18,8","59,1","1,2702" -07/11/2004,00.00.00,"1,9",1072.0,-200.0,"7,5",880.0,224.0,767.0,80.0,1318.0,928.0,"18,0","60,4","1,2331" -07/11/2004,01.00.00,2,1075.0,-200.0,"8,4",917.0,231.0,737.0,87.0,1354.0,1037.0,"17,5","60,7","1,2009" -07/11/2004,02.00.00,"1,4",992.0,-200.0,"6,9",853.0,177.0,796.0,79.0,1305.0,930.0,"17,5","59,4","1,1768" -07/11/2004,03.00.00,"1,2",914.0,-200.0,"4,6",741.0,-200.0,891.0,-200.0,1210.0,803.0,"17,1","59,2","1,1477" -07/11/2004,04.00.00,-200,854.0,-200.0,"3,8",700.0,98.0,980.0,56.0,1151.0,665.0,"17,0","52,3","1,0009" -07/11/2004,05.00.00,"0,7",774.0,-200.0,"2,1",591.0,64.0,1151.0,42.0,1044.0,533.0,"16,1","49,8","0,9021" -07/11/2004,06.00.00,"0,4",757.0,-200.0,"1,5",542.0,44.0,1339.0,31.0,1004.0,449.0,"15,5","51,5","0,9026" -07/11/2004,07.00.00,"0,4",752.0,-200.0,"1,2",516.0,53.0,1370.0,35.0,997.0,440.0,"15,1","52,0","0,8878" -07/11/2004,08.00.00,"0,5",757.0,-200.0,"1,6",551.0,94.0,1295.0,51.0,967.0,453.0,"14,9","46,8","0,7885" -07/11/2004,09.00.00,"0,7",777.0,-200.0,"1,9",580.0,100.0,1263.0,58.0,963.0,465.0,"15,5","42,4","0,7400" -07/11/2004,10.00.00,"0,7",774.0,-200.0,"2,0",583.0,98.0,1246.0,57.0,966.0,457.0,"16,6","38,2","0,7186" -07/11/2004,11.00.00,"0,7",805.0,-200.0,"2,7",632.0,115.0,1176.0,63.0,1033.0,475.0,"18,0","34,7","0,7089" -07/11/2004,12.00.00,1,838.0,-200.0,"3,6",686.0,115.0,1083.0,61.0,1046.0,532.0,"18,0","35,1","0,7176" -07/11/2004,13.00.00,1,824.0,-200.0,"3,7",695.0,76.0,1091.0,34.0,1035.0,526.0,"17,6","33,8","0,6726" -07/11/2004,14.00.00,"0,9",812.0,-200.0,"3,9",704.0,55.0,1055.0,26.0,1044.0,520.0,"17,5","33,7","0,6691" -07/11/2004,15.00.00,"0,9",806.0,-200.0,"3,8",702.0,59.0,1052.0,28.0,1035.0,500.0,"17,2","33,9","0,6591" -07/11/2004,16.00.00,"0,9",789.0,-200.0,"3,4",675.0,95.0,1121.0,50.0,974.0,482.0,"16,8","32,1","0,6073" -07/11/2004,17.00.00,"1,1",821.0,-200.0,"4,0",713.0,107.0,1067.0,55.0,1030.0,539.0,"16,0","34,1","0,6155" -07/11/2004,18.00.00,"3,2",1024.0,-200.0,"14,3",1127.0,189.0,704.0,84.0,1346.0,943.0,"14,8","37,5","0,6259" -07/11/2004,19.00.00,"3,1",1009.0,-200.0,"10,5",995.0,386.0,784.0,140.0,1201.0,1016.0,"14,4","39,2","0,6407" -07/11/2004,20.00.00,"3,1",1064.0,-200.0,"12,2",1055.0,412.0,738.0,138.0,1242.0,1063.0,"14,1","43,0","0,6883" -07/11/2004,21.00.00,"2,3",1001.0,-200.0,"11,4",1029.0,342.0,733.0,127.0,1255.0,1034.0,"13,4","48,4","0,7397" -07/11/2004,22.00.00,"1,8",927.0,-200.0,"7,3",868.0,255.0,847.0,117.0,1155.0,864.0,"12,7","51,2","0,7505" -07/11/2004,23.00.00,"0,8",819.0,-200.0,"2,4",613.0,89.0,1118.0,57.0,1060.0,500.0,"9,9","71,4","0,8736" -08/11/2004,00.00.00,"0,9",847.0,-200.0,"2,7",630.0,106.0,1057.0,59.0,1091.0,537.0,"10,2","71,6","0,8893" -08/11/2004,01.00.00,"0,8",798.0,-200.0,"2,5",621.0,109.0,1115.0,62.0,1041.0,524.0,"10,6","61,3","0,7856" -08/11/2004,02.00.00,"0,7",757.0,-200.0,"1,7",561.0,67.0,1192.0,42.0,998.0,457.0,"11,1","55,6","0,7344" -08/11/2004,03.00.00,"0,4",703.0,-200.0,"0,5",446.0,-200.0,1523.0,-200.0,918.0,360.0,"11,5","50,4","0,6815" -08/11/2004,04.00.00,"0,2",689.0,-200.0,"0,3",407.0,13.0,1757.0,13.0,895.0,333.0,"11,3","49,5","0,6615" -08/11/2004,05.00.00,"0,2",698.0,-200.0,"0,4",424.0,20.0,1665.0,18.0,903.0,339.0,"10,8","50,9","0,6570" -08/11/2004,06.00.00,"0,3",720.0,-200.0,"0,6",458.0,33.0,1536.0,26.0,917.0,358.0,"10,9","50,1","0,6519" -08/11/2004,07.00.00,"0,7",797.0,-200.0,"2,1",593.0,146.0,1212.0,72.0,984.0,494.0,"10,8","49,7","0,6429" -08/11/2004,08.00.00,"1,7",950.0,-200.0,"7,4",875.0,359.0,850.0,131.0,1179.0,828.0,"10,7","50,4","0,6467" -08/11/2004,09.00.00,"1,8",887.0,-200.0,"5,9",809.0,322.0,899.0,133.0,1111.0,769.0,"10,9","50,0","0,6531" -08/11/2004,10.00.00,"1,5",850.0,-200.0,"4,8",755.0,293.0,966.0,116.0,1051.0,714.0,"12,1","46,5","0,6530" -08/11/2004,11.00.00,"1,3",836.0,-200.0,"4,5",740.0,255.0,987.0,117.0,1046.0,672.0,"12,4","44,1","0,6324" -08/11/2004,12.00.00,"1,2",827.0,-200.0,"5,1",768.0,233.0,972.0,103.0,1040.0,671.0,"13,0","40,1","0,5989" -08/11/2004,13.00.00,"1,3",819.0,-200.0,"6,0",810.0,220.0,947.0,100.0,1027.0,631.0,"13,4","36,3","0,5556" -08/11/2004,14.00.00,"1,8",919.0,-200.0,"10,0",978.0,246.0,820.0,105.0,1180.0,805.0,"13,1","38,5","0,5776" -08/11/2004,15.00.00,"1,7",897.0,-200.0,"7,8",890.0,272.0,850.0,121.0,1139.0,808.0,"11,5","46,4","0,6302" -08/11/2004,16.00.00,"2,2",973.0,-200.0,"11,2",1023.0,358.0,780.0,132.0,1226.0,964.0,"13,1","40,4","0,6060" -08/11/2004,17.00.00,"3,2",1065.0,-200.0,"17,0",1211.0,514.0,669.0,156.0,1364.0,1188.0,"13,0","39,3","0,5877" -08/11/2004,18.00.00,"5,9",1341.0,-200.0,"31,0",1575.0,742.0,503.0,183.0,1778.0,1571.0,"11,3","50,9","0,6790" -08/11/2004,19.00.00,"6,6",1303.0,-200.0,"28,9",1524.0,-200.0,515.0,-200.0,1744.0,1580.0,"10,6","53,4","0,6818" -08/11/2004,20.00.00,-200,1189.0,-200.0,"23,1",1381.0,-200.0,566.0,-200.0,1574.0,1426.0,"9,5","57,9","0,6877" -08/11/2004,21.00.00,-200,1054.0,-200.0,"13,7",1106.0,-200.0,679.0,-200.0,1297.0,1239.0,"8,6","60,5","0,6788" -08/11/2004,22.00.00,-200,943.0,-200.0,"8,0",900.0,-200.0,816.0,-200.0,1129.0,1064.0,"8,5","59,7","0,6649" -08/11/2004,23.00.00,-200,903.0,-200.0,"7,4",872.0,-200.0,855.0,-200.0,1108.0,987.0,"7,9","61,4","0,6582" -09/11/2004,00.00.00,-200,858.0,-200.0,"4,9",760.0,-200.0,940.0,-200.0,1049.0,873.0,"7,1","63,6","0,6442" -09/11/2004,01.00.00,-200,821.0,-200.0,"3,7",696.0,-200.0,1032.0,-200.0,1013.0,783.0,"7,2","62,2","0,6362" -09/11/2004,02.00.00,-200,781.0,-200.0,"2,9",645.0,-200.0,1088.0,-200.0,986.0,719.0,"5,6","67,9","0,6247" -09/11/2004,03.00.00,-200,741.0,-200.0,"1,9",580.0,-200.0,1224.0,-200.0,952.0,660.0,"5,1","68,7","0,6077" -09/11/2004,04.00.00,-200,720.0,-200.0,"1,4",540.0,-200.0,1296.0,-200.0,938.0,613.0,"4,4","71,4","0,6024" -09/11/2004,05.00.00,-200,733.0,-200.0,"1,9",574.0,-200.0,1238.0,-200.0,964.0,627.0,"4,1","73,1","0,6074" -09/11/2004,06.00.00,-200,780.0,-200.0,"3,2",666.0,-200.0,1099.0,-200.0,1003.0,697.0,"3,2","76,8","0,5963" -09/11/2004,07.00.00,-200,915.0,-200.0,"7,4",873.0,-200.0,873.0,-200.0,1135.0,915.0,"3,7","76,2","0,6137" -09/11/2004,08.00.00,-200,1228.0,-200.0,"22,4",1362.0,-200.0,575.0,-200.0,1543.0,1399.0,"4,9","70,7","0,6193" -09/11/2004,09.00.00,-200,1239.0,-200.0,"22,8",1373.0,-200.0,550.0,-200.0,1593.0,1495.0,"7,1","62,0","0,6265" -09/11/2004,10.00.00,-200,1209.0,-200.0,"18,5",1255.0,-200.0,588.0,-200.0,1447.0,1499.0,"8,1","59,1","0,6397" -09/11/2004,11.00.00,-200,1257.0,-200.0,"20,4",1308.0,-200.0,548.0,-200.0,1466.0,1720.0,"11,1","48,8","0,6430" -09/11/2004,12.00.00,-200,1007.0,-200.0,"10,6",1000.0,-200.0,727.0,-200.0,1197.0,1210.0,"11,3","46,5","0,6194" -09/11/2004,13.00.00,-200,1020.0,-200.0,"11,8",1041.0,-200.0,733.0,-200.0,1245.0,1123.0,"12,5","42,3","0,6104" -09/11/2004,14.00.00,-200,1094.0,-200.0,"14,8",1144.0,-200.0,669.0,-200.0,1327.0,1209.0,"12,5","42,8","0,6177" -09/11/2004,15.00.00,"2,1",1045.0,-200.0,"13,1",1087.0,-200.0,712.0,-200.0,1270.0,1144.0,"12,6","42,4","0,6159" -09/11/2004,16.00.00,"1,5",909.0,-200.0,"7,5",879.0,-200.0,874.0,-200.0,1083.0,847.0,"13,8","40,7","0,6405" -09/11/2004,17.00.00,"1,6",1013.0,-200.0,"8,1",905.0,-200.0,816.0,-200.0,1201.0,923.0,"11,0","58,8","0,7705" -09/11/2004,18.00.00,"3,5",1236.0,-200.0,"16,9",1206.0,-200.0,615.0,-200.0,1523.0,1166.0,"8,3","76,5","0,8426" -09/11/2004,19.00.00,"4,6",1275.0,-200.0,"19,9",1294.0,-200.0,570.0,-200.0,1605.0,1280.0,"8,6","75,5","0,8469" -09/11/2004,20.00.00,"4,7",1237.0,-200.0,"16,5",1194.0,-200.0,615.0,-200.0,1508.0,1193.0,"8,8","76,6","0,8678" -09/11/2004,21.00.00,3,1101.0,-200.0,"9,6",963.0,-200.0,748.0,-200.0,1320.0,966.0,"8,0","81,0","0,8714" -09/11/2004,22.00.00,"1,5",962.0,-200.0,"5,3",778.0,-200.0,911.0,-200.0,1162.0,752.0,"7,3","85,7","0,8818" -09/11/2004,23.00.00,"0,9",841.0,-200.0,"3,5",680.0,-200.0,1052.0,-200.0,1067.0,594.0,"6,5","85,6","0,8353" -10/11/2004,00.00.00,"0,8",831.0,-200.0,"2,5",620.0,-200.0,1164.0,-200.0,1039.0,545.0,"6,5","83,5","0,8116" -10/11/2004,01.00.00,"0,7",843.0,-200.0,"2,5",622.0,-200.0,1146.0,-200.0,1060.0,555.0,"6,9","82,3","0,8244" -10/11/2004,02.00.00,"0,6",798.0,-200.0,"2,2",600.0,-200.0,1151.0,-200.0,1049.0,543.0,"7,3","78,1","0,8041" -10/11/2004,03.00.00,"0,3",730.0,-200.0,"0,8",477.0,-200.0,1433.0,-200.0,950.0,420.0,"7,9","68,0","0,7265" -10/11/2004,04.00.00,"0,2",715.0,-200.0,"0,5",445.0,32.0,1601.0,29.0,925.0,373.0,"8,0","64,5","0,6950" -10/11/2004,05.00.00,"0,2",726.0,-200.0,"0,5",443.0,29.0,1663.0,26.0,942.0,363.0,"8,1","68,6","0,7409" -10/11/2004,06.00.00,"0,3",771.0,-200.0,"0,9",490.0,48.0,1419.0,39.0,990.0,411.0,"6,3","84,8","0,8148" -10/11/2004,07.00.00,"0,5",805.0,-200.0,"1,6",555.0,113.0,1255.0,72.0,1019.0,496.0,"6,7","79,8","0,7872" -10/11/2004,08.00.00,"1,4",958.0,-200.0,"5,8",803.0,267.0,910.0,128.0,1172.0,738.0,"7,1","77,9","0,7914" -10/11/2004,09.00.00,2,1021.0,-200.0,"9,5",959.0,332.0,760.0,149.0,1297.0,910.0,"7,9","73,5","0,7883" -10/11/2004,10.00.00,"1,6",969.0,-200.0,"6,7",843.0,354.0,857.0,165.0,1213.0,821.0,"6,9","86,0","0,8632" -10/11/2004,11.00.00,"1,3",923.0,-200.0,"4,4",733.0,316.0,962.0,150.0,1124.0,740.0,"6,8","87,1","0,8652" -10/11/2004,12.00.00,"1,4",973.0,-200.0,"6,8",850.0,395.0,868.0,165.0,1213.0,852.0,"8,0","81,6","0,8755" -10/11/2004,13.00.00,"1,9",996.0,-200.0,"7,8",893.0,391.0,808.0,175.0,1237.0,895.0,"9,5","70,0","0,8296" -10/11/2004,14.00.00,"2,7",1055.0,-200.0,"10,8",1007.0,457.0,736.0,145.0,1301.0,1019.0,"10,5","62,2","0,7923" -10/11/2004,15.00.00,"2,1",1023.0,-200.0,"9,8",971.0,448.0,752.0,98.0,1283.0,993.0,"11,4","59,1","0,7963" -10/11/2004,16.00.00,"2,4",1039.0,-200.0,"11,3",1024.0,543.0,721.0,105.0,1325.0,1043.0,"11,1","58,6","0,7737" -10/11/2004,17.00.00,"2,7",1051.0,-200.0,"12,3",1061.0,574.0,696.0,106.0,1333.0,1111.0,"10,8","57,6","0,7473" -10/11/2004,18.00.00,"2,5",1050.0,-200.0,"12,6",1070.0,435.0,699.0,141.0,1334.0,1087.0,"10,6","56,9","0,7281" -10/11/2004,19.00.00,"3,7",1156.0,-200.0,"17,0",1209.0,504.0,614.0,177.0,1467.0,1250.0,"10,6","59,3","0,7588" -10/11/2004,20.00.00,"4,6",1277.0,-200.0,"21,4",1335.0,586.0,551.0,182.0,1636.0,1331.0,"10,0","71,5","0,8768" -10/11/2004,21.00.00,"3,9",1172.0,-200.0,"15,3",1159.0,580.0,621.0,193.0,1461.0,1243.0,"10,3","71,1","0,8878" -10/11/2004,22.00.00,"2,2",1048.0,-200.0,"9,9",973.0,346.0,731.0,148.0,1298.0,1074.0,"10,5","70,3","0,8930" -10/11/2004,23.00.00,"2,7",1144.0,-200.0,"13,4",1096.0,531.0,643.0,167.0,1394.0,1258.0,"10,2","71,3","0,8859" -11/11/2004,00.00.00,"2,6",1104.0,-200.0,"11,2",1023.0,477.0,677.0,158.0,1314.0,1189.0,"9,7","73,1","0,8787" -11/11/2004,01.00.00,"2,1",1038.0,-200.0,"9,4",957.0,344.0,713.0,132.0,1271.0,1092.0,"9,3","73,5","0,8651" -11/11/2004,02.00.00,"1,4",960.0,-200.0,"6,6",838.0,219.0,797.0,97.0,1189.0,996.0,"9,2","73,9","0,8616" -11/11/2004,03.00.00,"1,2",934.0,-200.0,"5,5",787.0,-200.0,822.0,-200.0,1147.0,974.0,"8,1","78,1","0,8452" -11/11/2004,04.00.00,"1,1",930.0,-200.0,"5,4",784.0,174.0,850.0,74.0,1151.0,902.0,"7,6","81,2","0,8483" -11/11/2004,05.00.00,"1,1",918.0,-200.0,"5,3",778.0,165.0,864.0,68.0,1136.0,859.0,"7,5","81,5","0,8495" -11/11/2004,06.00.00,"1,1",952.0,-200.0,"6,1",814.0,250.0,804.0,89.0,1153.0,970.0,"8,3","77,2","0,8464" -11/11/2004,07.00.00,"1,5",1019.0,-200.0,"8,1",905.0,388.0,757.0,117.0,1244.0,1062.0,"8,9","75,6","0,8667" -11/11/2004,08.00.00,"3,1",1287.0,-200.0,"17,3",1218.0,758.0,580.0,190.0,1580.0,1304.0,"9,2","81,7","0,9506" -11/11/2004,09.00.00,"6,8",1578.0,-200.0,"32,3",1605.0,1247.0,429.0,211.0,2032.0,1643.0,"9,9","83,4","1,0194" -11/11/2004,10.00.00,"5,4",1417.0,-200.0,"24,1",1407.0,1110.0,490.0,190.0,1709.0,1488.0,"10,2","82,3","1,0253" -11/11/2004,11.00.00,"4,5",1392.0,-200.0,"21,0",1325.0,1145.0,511.0,194.0,1631.0,1465.0,"11,2","80,7","1,0688" -11/11/2004,12.00.00,3,1147.0,-200.0,"12,7",1073.0,720.0,628.0,210.0,1415.0,1198.0,"11,8","76,1","1,0516" -11/11/2004,13.00.00,"2,8",1150.0,-200.0,"13,6",1105.0,557.0,629.0,199.0,1450.0,1160.0,"12,5","71,3","1,0285" -11/11/2004,14.00.00,"3,9",1252.0,-200.0,"18,0",1240.0,678.0,564.0,178.0,1614.0,1277.0,"13,2","68,4","1,0346" -11/11/2004,15.00.00,"3,4",1186.0,-200.0,"14,3",1125.0,659.0,617.0,184.0,1493.0,1171.0,"12,5","73,2","1,0563" -11/11/2004,16.00.00,"3,2",1172.0,-200.0,"13,7",1107.0,552.0,629.0,186.0,1449.0,1106.0,"12,2","75,7","1,0693" -11/11/2004,17.00.00,"2,8",1109.0,-200.0,"11,2",1021.0,395.0,689.0,168.0,1361.0,1036.0,"11,5","78,1","1,0565" -11/11/2004,18.00.00,"3,9",1201.0,-200.0,"16,5",1196.0,573.0,597.0,187.0,1546.0,1196.0,"11,6","76,0","1,0354" -11/11/2004,19.00.00,"3,5",1189.0,-200.0,"16,1",1183.0,463.0,603.0,166.0,1534.0,1170.0,"12,0","73,3","1,0264" -11/11/2004,20.00.00,"4,7",1282.0,-200.0,"20,6",1312.0,568.0,551.0,177.0,1671.0,1312.0,"12,9","68,8","1,0175" -11/11/2004,21.00.00,"4,6",1207.0,-200.0,"16,8",1203.0,706.0,625.0,207.0,1570.0,1251.0,"13,1","69,6","1,0464" -11/11/2004,22.00.00,"1,2",904.0,-200.0,"4,8",754.0,193.0,930.0,114.0,1172.0,805.0,"12,3","73,4","1,0490" -11/11/2004,23.00.00,"1,1",900.0,-200.0,"4,0",711.0,151.0,975.0,84.0,1153.0,736.0,"12,7","71,0","1,0387" -12/11/2004,00.00.00,"1,2",932.0,-200.0,"4,5",740.0,167.0,926.0,92.0,1180.0,774.0,"12,9","69,9","1,0371" -12/11/2004,01.00.00,"1,6",968.0,-200.0,"5,4",785.0,239.0,872.0,111.0,1209.0,826.0,"12,9","70,5","1,0442" -12/11/2004,02.00.00,"0,7",827.0,-200.0,"2,4",610.0,102.0,1092.0,71.0,1120.0,636.0,"13,1","67,7","1,0198" -12/11/2004,03.00.00,"0,4",789.0,-200.0,"1,2",515.0,-200.0,1276.0,-200.0,1054.0,516.0,"13,1","67,6","1,0127" -12/11/2004,04.00.00,-200,812.0,-200.0,"1,6",549.0,55.0,1213.0,43.0,1079.0,531.0,"13,8","64,0","1,0042" -12/11/2004,05.00.00,"0,6",811.0,-200.0,"1,7",559.0,71.0,1170.0,50.0,1085.0,558.0,"13,7","64,4","1,0036" -12/11/2004,06.00.00,"0,5",827.0,-200.0,"1,7",560.0,79.0,1169.0,53.0,1087.0,565.0,"13,9","63,8","1,0079" -12/11/2004,07.00.00,"0,6",849.0,-200.0,"2,3",604.0,117.0,1086.0,67.0,1108.0,604.0,"14,1","64,5","1,0287" -12/11/2004,08.00.00,"1,4",1001.0,-200.0,"5,7",798.0,266.0,855.0,113.0,1257.0,794.0,"14,0","66,1","1,0488" -12/11/2004,09.00.00,2,1021.0,-200.0,"7,9",896.0,340.0,741.0,140.0,1314.0,907.0,"14,2","66,4","1,0673" -12/11/2004,10.00.00,"1,6",978.0,-200.0,"6,4",831.0,257.0,807.0,116.0,1257.0,838.0,"14,9","62,5","1,0529" -12/11/2004,11.00.00,"1,6",996.0,-200.0,"6,9",855.0,311.0,793.0,122.0,1277.0,884.0,"16,3","58,4","1,0729" -12/11/2004,12.00.00,"1,7",1014.0,-200.0,"6,7",843.0,279.0,791.0,116.0,1297.0,866.0,"16,9","56,5","1,0801" -12/11/2004,13.00.00,2,1061.0,-200.0,"8,7",928.0,267.0,730.0,118.0,1366.0,909.0,"17,4","55,8","1,0980" -12/11/2004,14.00.00,"2,3",1092.0,-200.0,"9,9",975.0,310.0,690.0,125.0,1418.0,990.0,"17,4","57,3","1,1328" -12/11/2004,15.00.00,"2,4",1129.0,-200.0,"11,4",1028.0,352.0,661.0,126.0,1480.0,1050.0,"17,7","55,5","1,1127" -12/11/2004,16.00.00,"2,2",1077.0,-200.0,"9,8",969.0,337.0,690.0,135.0,1405.0,1023.0,"16,8","58,9","1,1199" -12/11/2004,17.00.00,"2,6",1153.0,-200.0,"12,9",1079.0,358.0,635.0,140.0,1496.0,1103.0,"17,0","57,5","1,1071" -12/11/2004,18.00.00,4,1234.0,-200.0,"16,6",1197.0,547.0,575.0,163.0,1597.0,1239.0,"16,2","60,2","1,1003" -12/11/2004,19.00.00,"5,2",1319.0,-200.0,"20,8",1319.0,600.0,539.0,178.0,1735.0,1384.0,"16,7","58,0","1,0916" -12/11/2004,20.00.00,"3,9",1251.0,-200.0,"18,8",1264.0,470.0,561.0,160.0,1677.0,1289.0,"16,5","58,8","1,0921" -12/11/2004,21.00.00,"3,8",1165.0,-200.0,"12,6",1070.0,522.0,650.0,166.0,1467.0,1180.0,"15,8","61,1","1,0856" -12/11/2004,22.00.00,"1,6",954.0,-200.0,"5,9",807.0,208.0,833.0,115.0,1243.0,855.0,"15,7","60,8","1,0769" -12/11/2004,23.00.00,"1,5",971.0,-200.0,"6,1",818.0,205.0,828.0,107.0,1252.0,857.0,"15,9","59,6","1,0673" -13/11/2004,00.00.00,"1,6",961.0,-200.0,"5,0",765.0,217.0,865.0,108.0,1212.0,811.0,"15,6","60,0","1,0594" -13/11/2004,01.00.00,"1,5",952.0,-200.0,"4,9",758.0,216.0,876.0,111.0,1203.0,794.0,"15,6","60,1","1,0557" -13/11/2004,02.00.00,1,875.0,-200.0,"2,7",635.0,117.0,1037.0,75.0,1133.0,612.0,"15,7","59,5","1,0534" -13/11/2004,03.00.00,"0,8",891.0,-200.0,"2,7",633.0,-200.0,1035.0,-200.0,1137.0,590.0,"15,7","60,1","1,0640" -13/11/2004,04.00.00,"1,3",1006.0,-200.0,"5,0",765.0,174.0,848.0,88.0,1239.0,807.0,"15,6","61,7","1,0847" -13/11/2004,05.00.00,1,907.0,-200.0,"3,7",691.0,111.0,927.0,71.0,1173.0,702.0,"15,8","59,9","1,0693" -13/11/2004,06.00.00,1,938.0,-200.0,"3,8",702.0,147.0,904.0,75.0,1185.0,753.0,"15,2","61,8","1,0602" -13/11/2004,07.00.00,"0,9",925.0,-200.0,"3,3",672.0,140.0,991.0,86.0,1154.0,709.0,"16,1","55,4","1,0089" -13/11/2004,08.00.00,"2,1",1157.0,-200.0,"9,7",967.0,421.0,678.0,124.0,1365.0,1087.0,"14,9","64,1","1,0773" -13/11/2004,09.00.00,"2,1",1169.0,-200.0,"10,7",1003.0,350.0,665.0,128.0,1409.0,1126.0,"15,6","62,0","1,0904" -13/11/2004,10.00.00,"3,1",1312.0,-200.0,"14,7",1139.0,550.0,565.0,164.0,1568.0,1386.0,"17,9","54,6","1,1100" -13/11/2004,11.00.00,"3,8",1347.0,-200.0,"17,6",1227.0,589.0,539.0,199.0,1627.0,1476.0,"21,1","44,5","1,0964" -13/11/2004,12.00.00,"3,7",1321.0,-200.0,"17,5",1224.0,537.0,543.0,192.0,1617.0,1424.0,"20,3","46,7","1,0971" -13/11/2004,13.00.00,"3,6",1267.0,-200.0,"14,1",1118.0,473.0,592.0,166.0,1503.0,1310.0,"21,5","42,7","1,0837" -13/11/2004,14.00.00,"3,3",1234.0,-200.0,"12,1",1053.0,364.0,639.0,133.0,1476.0,1114.0,"21,5","43,1","1,0919" -13/11/2004,15.00.00,"2,1",1101.0,-200.0,"9,2",947.0,270.0,699.0,118.0,1374.0,1029.0,"21,5","43,4","1,0965" -13/11/2004,16.00.00,"2,3",1149.0,-200.0,"10,6",998.0,368.0,664.0,133.0,1434.0,1101.0,"20,8","45,5","1,1054" -13/11/2004,17.00.00,"2,1",1094.0,-200.0,"9,0",941.0,318.0,695.0,128.0,1371.0,1040.0,"19,2","49,6","1,0893" -13/11/2004,18.00.00,"1,9",1056.0,-200.0,"7,5",878.0,244.0,758.0,116.0,1308.0,856.0,"18,3","51,6","1,0732" -13/11/2004,19.00.00,"1,9",1030.0,-200.0,"8,0",899.0,234.0,767.0,118.0,1275.0,836.0,"17,7","51,5","1,0357" -13/11/2004,20.00.00,"2,3",1075.0,-200.0,"9,1",943.0,296.0,752.0,142.0,1305.0,894.0,"17,2","51,5","1,0015" -13/11/2004,21.00.00,"1,7",927.0,-200.0,"4,7",748.0,205.0,888.0,113.0,1157.0,696.0,"15,9","54,9","0,9853" -13/11/2004,22.00.00,"0,8",793.0,-200.0,"1,8",570.0,95.0,1143.0,59.0,1036.0,524.0,"14,0","55,2","0,8807" -13/11/2004,23.00.00,"0,8",796.0,-200.0,"2,1",589.0,93.0,1136.0,52.0,1026.0,506.0,"13,3","53,0","0,8044" -14/11/2004,00.00.00,"0,8",780.0,-200.0,"1,8",568.0,100.0,1190.0,57.0,997.0,453.0,"11,9","55,5","0,7711" -14/11/2004,01.00.00,"0,8",774.0,-200.0,"1,8",569.0,100.0,1222.0,58.0,984.0,434.0,"11,4","54,6","0,7363" -14/11/2004,02.00.00,"0,6",718.0,-200.0,"1,0",500.0,63.0,1401.0,44.0,914.0,373.0,"10,4","53,7","0,6749" -14/11/2004,03.00.00,"0,4",705.0,-200.0,"0,8",478.0,-200.0,1546.0,-200.0,885.0,330.0,"9,9","54,3","0,6609" -14/11/2004,04.00.00,"0,3",689.0,-200.0,"0,7",470.0,36.0,1643.0,26.0,863.0,305.0,"9,8","51,3","0,6225" -14/11/2004,05.00.00,"0,3",678.0,-200.0,"0,4",427.0,24.0,1771.0,20.0,853.0,286.0,"9,5","52,2","0,6198" -14/11/2004,06.00.00,"0,2",655.0,-200.0,"0,2",402.0,20.0,2077.0,17.0,814.0,268.0,"10,0","45,7","0,5598" -14/11/2004,07.00.00,"0,2",649.0,-200.0,"0,2",397.0,25.0,2062.0,21.0,798.0,261.0,"10,2","41,9","0,5209" -14/11/2004,08.00.00,"0,3",647.0,-200.0,"0,3",412.0,39.0,1964.0,29.0,779.0,274.0,"10,6","36,1","0,4624" -14/11/2004,09.00.00,"0,3",667.0,-200.0,"0,4",429.0,57.0,1793.0,39.0,790.0,291.0,"10,7","36,0","0,4623" -14/11/2004,10.00.00,"0,4",669.0,-200.0,"0,5",444.0,59.0,1664.0,41.0,791.0,304.0,"10,8","35,4","0,4583" -14/11/2004,11.00.00,"0,4",667.0,-200.0,"0,6",455.0,65.0,1716.0,44.0,786.0,301.0,"11,4","32,9","0,4435" -14/11/2004,12.00.00,"0,6",705.0,-200.0,"1,1",508.0,93.0,1494.0,54.0,820.0,329.0,"12,4","32,0","0,4583" -14/11/2004,13.00.00,"0,6",710.0,-200.0,"1,2",523.0,112.0,1479.0,62.0,827.0,350.0,"12,4","31,3","0,4500" -14/11/2004,14.00.00,"0,6",713.0,-200.0,"1,4",539.0,110.0,1593.0,62.0,829.0,380.0,"12,2","31,8","0,4514" -14/11/2004,15.00.00,"0,5",703.0,-200.0,"1,1",512.0,81.0,2121.0,48.0,837.0,356.0,"10,5","37,9","0,4821" -14/11/2004,16.00.00,"0,6",738.0,-200.0,"1,3",529.0,100.0,1991.0,59.0,876.0,383.0,"9,6","44,2","0,5289" -14/11/2004,17.00.00,"0,7",795.0,-200.0,"1,8",569.0,109.0,1773.0,63.0,959.0,429.0,"8,2","57,9","0,6293" -14/11/2004,18.00.00,"1,4",861.0,-200.0,"4,7",750.0,148.0,1481.0,78.0,1051.0,556.0,"7,3","63,5","0,6519" -14/11/2004,19.00.00,"1,2",836.0,-200.0,"3,0",653.0,207.0,1798.0,99.0,978.0,537.0,"8,4","55,7","0,6155" -14/11/2004,20.00.00,"1,1",812.0,-200.0,"3,0",652.0,210.0,1586.0,106.0,964.0,554.0,"9,1","49,6","0,5765" -14/11/2004,21.00.00,1,771.0,-200.0,"2,8",642.0,180.0,1678.0,97.0,915.0,518.0,"10,0","41,4","0,5102" -14/11/2004,22.00.00,"0,6",711.0,-200.0,"1,6",556.0,109.0,1938.0,67.0,840.0,416.0,"10,4","36,2","0,4561" -14/11/2004,23.00.00,"0,8",741.0,-200.0,"2,3",607.0,128.0,1312.0,73.0,865.0,433.0,"11,3","32,3","0,4329" -15/11/2004,00.00.00,"0,6",696.0,-200.0,"1,3",532.0,96.0,1416.0,62.0,814.0,393.0,"10,9","33,5","0,4378" -15/11/2004,01.00.00,"0,5",692.0,-200.0,"1,1",507.0,65.0,1483.0,44.0,811.0,353.0,"10,6","34,9","0,4455" -15/11/2004,02.00.00,"0,3",679.0,-200.0,"0,6",449.0,42.0,1666.0,31.0,800.0,314.0,"10,7","36,1","0,4639" -15/11/2004,03.00.00,"0,2",676.0,-200.0,"0,4",429.0,-200.0,1750.0,-200.0,803.0,296.0,"11,0","37,3","0,4880" -15/11/2004,04.00.00,-200,681.0,-200.0,"0,4",428.0,24.0,1768.0,21.0,817.0,297.0,"10,7","39,2","0,5045" -15/11/2004,05.00.00,"0,3",683.0,-200.0,"0,4",426.0,28.0,1775.0,22.0,805.0,302.0,"10,4","38,6","0,4862" -15/11/2004,06.00.00,"0,4",704.0,-200.0,"0,8",478.0,55.0,1498.0,41.0,821.0,348.0,"10,4","37,4","0,4717" -15/11/2004,07.00.00,"0,7",767.0,-200.0,"2,0",588.0,181.0,1292.0,94.0,885.0,508.0,"10,5","37,0","0,4707" -15/11/2004,08.00.00,2,964.0,-200.0,"8,7",928.0,480.0,871.0,167.0,1130.0,936.0,"10,7","37,9","0,4870" -15/11/2004,09.00.00,"2,4",925.0,-200.0,"8,6",923.0,442.0,841.0,162.0,1115.0,944.0,"11,1","38,1","0,5023" -15/11/2004,10.00.00,"1,8",883.0,-200.0,"6,8",849.0,361.0,910.0,141.0,1053.0,843.0,"12,6","36,6","0,5314" -15/11/2004,11.00.00,"1,6",894.0,-200.0,"6,2",820.0,288.0,932.0,127.0,1072.0,820.0,"13,8","36,2","0,5690" -15/11/2004,12.00.00,"1,7",881.0,-200.0,"6,4",831.0,330.0,911.0,116.0,1074.0,793.0,"13,4","37,1","0,5683" -15/11/2004,13.00.00,"1,8",867.0,-200.0,"6,7",842.0,300.0,909.0,104.0,1077.0,737.0,"13,5","34,9","0,5393" -15/11/2004,14.00.00,"1,7",856.0,-200.0,"6,2",821.0,239.0,937.0,111.0,1043.0,718.0,"13,7","32,2","0,5032" -15/11/2004,15.00.00,"1,7",862.0,-200.0,"6,7",843.0,265.0,930.0,114.0,1032.0,743.0,"13,6","32,1","0,4977" -15/11/2004,16.00.00,"1,7",891.0,-200.0,"7,8",891.0,287.0,874.0,121.0,1077.0,848.0,"13,5","31,8","0,4876" -15/11/2004,17.00.00,"2,6",931.0,-200.0,"11,5",1032.0,403.0,795.0,164.0,1098.0,991.0,"13,5","27,9","0,4287" -15/11/2004,18.00.00,4,1025.0,-200.0,"16,7",1202.0,515.0,691.0,194.0,1263.0,1191.0,"12,7","28,9","0,4233" -15/11/2004,19.00.00,"3,8",1029.0,-200.0,"16,6",1198.0,446.0,694.0,175.0,1305.0,1169.0,"12,6","30,2","0,4384" -15/11/2004,20.00.00,4,1038.0,-200.0,"16,3",1190.0,501.0,685.0,180.0,1291.0,1167.0,"12,3","32,0","0,4553" -15/11/2004,21.00.00,"2,4",904.0,-200.0,"8,6",924.0,355.0,846.0,147.0,1083.0,966.0,"12,0","34,3","0,4787" -15/11/2004,22.00.00,"1,4",844.0,-200.0,"5,4",782.0,217.0,969.0,112.0,1003.0,796.0,"11,6","37,3","0,5095" -15/11/2004,23.00.00,"1,3",839.0,-200.0,"4,0",711.0,180.0,1029.0,94.0,990.0,712.0,"11,3","40,3","0,5406" -16/11/2004,00.00.00,"1,3",844.0,-200.0,"3,9",705.0,167.0,1035.0,91.0,986.0,701.0,"11,3","41,8","0,5610" -16/11/2004,01.00.00,1,800.0,-200.0,"2,8",641.0,126.0,1113.0,76.0,957.0,591.0,"11,2","42,0","0,5582" -16/11/2004,02.00.00,"0,8",786.0,-200.0,"2,2",596.0,113.0,1178.0,73.0,937.0,609.0,"11,0","42,6","0,5595" -16/11/2004,03.00.00,"0,6",737.0,-200.0,"0,9",492.0,-200.0,1391.0,-200.0,880.0,467.0,"11,2","41,3","0,5498" -16/11/2004,04.00.00,"0,4",732.0,-200.0,"0,7",472.0,37.0,1461.0,32.0,866.0,391.0,"11,1","40,8","0,5395" -16/11/2004,05.00.00,"0,5",737.0,-200.0,"0,7",468.0,50.0,1481.0,40.0,869.0,395.0,"10,7","41,8","0,5360" -16/11/2004,06.00.00,"0,5",778.0,-200.0,"1,2",517.0,96.0,1330.0,63.0,890.0,510.0,"10,2","43,6","0,5405" -16/11/2004,07.00.00,"0,9",867.0,-200.0,"3,3",669.0,271.0,1069.0,119.0,981.0,779.0,"10,1","44,0","0,5434" -16/11/2004,08.00.00,"3,5",1248.0,-200.0,"16,6",1197.0,892.0,641.0,202.0,1405.0,1395.0,"10,1","45,6","0,5632" -16/11/2004,09.00.00,"5,2",1389.0,-200.0,"26,3",1463.0,1071.0,518.0,222.0,1694.0,1706.0,"11,3","43,9","0,5867" -16/11/2004,10.00.00,"4,3",1184.0,-200.0,"16,4",1193.0,839.0,626.0,212.0,1327.0,1479.0,"14,5","33,8","0,5541" -16/11/2004,11.00.00,"3,5",1160.0,-200.0,"15,5",1165.0,713.0,655.0,219.0,1325.0,1403.0,"17,5","26,4","0,5228" -16/11/2004,12.00.00,"2,6",982.0,-200.0,"10,7",1003.0,498.0,1037.0,189.0,1117.0,1072.0,"17,2","22,4","0,4354" -16/11/2004,13.00.00,"2,5",948.0,-200.0,"11,1",1017.0,389.0,1065.0,147.0,1077.0,929.0,"17,3","20,4","0,4011" -16/11/2004,14.00.00,"2,8",1017.0,-200.0,"11,7",1039.0,457.0,769.0,161.0,1149.0,1024.0,"18,1","21,0","0,4321" -16/11/2004,15.00.00,"2,2",985.0,-200.0,"10,9",1011.0,425.0,779.0,148.0,1138.0,1010.0,"17,9","22,3","0,4537" -16/11/2004,16.00.00,"2,4",1017.0,-200.0,"11,4",1029.0,483.0,768.0,148.0,1160.0,1046.0,"17,6","23,7","0,4730" -16/11/2004,17.00.00,"3,5",1121.0,-200.0,"16,3",1190.0,604.0,673.0,188.0,1297.0,1264.0,"16,7","25,9","0,4886" -16/11/2004,18.00.00,"4,2",1129.0,-200.0,"18,5",1255.0,648.0,634.0,206.0,1370.0,1365.0,"14,8","29,6","0,4965" -16/11/2004,19.00.00,"3,1",1101.0,-200.0,"14,5",1134.0,427.0,683.0,168.0,1283.0,1281.0,"13,6","34,0","0,5251" -16/11/2004,20.00.00,"3,2",1182.0,-200.0,"15,8",1175.0,461.0,637.0,171.0,1363.0,1463.0,"13,4","40,4","0,6178" -16/11/2004,21.00.00,"2,8",1144.0,-200.0,"13,2",1091.0,436.0,671.0,171.0,1295.0,1388.0,"11,8","44,3","0,6121" -16/11/2004,22.00.00,"2,2",1046.0,-200.0,"7,8",890.0,300.0,791.0,142.0,1109.0,1195.0,"10,7","47,5","0,6108" -16/11/2004,23.00.00,"1,8",990.0,-200.0,"6,1",817.0,277.0,849.0,134.0,1071.0,1111.0,"10,2","49,4","0,6138" -17/11/2004,00.00.00,"1,7",974.0,-200.0,"5,0",764.0,196.0,910.0,107.0,1029.0,992.0,"9,5","51,0","0,6045" -17/11/2004,01.00.00,"1,6",953.0,-200.0,"5,3",778.0,277.0,885.0,121.0,1051.0,1019.0,"7,7","57,9","0,6107" -17/11/2004,02.00.00,"1,1",868.0,-200.0,"2,9",647.0,131.0,1054.0,85.0,962.0,828.0,"8,4","54,5","0,6022" -17/11/2004,03.00.00,"0,8",833.0,-200.0,"1,9",574.0,-200.0,1150.0,-200.0,930.0,752.0,"7,9","55,4","0,5930" -17/11/2004,04.00.00,"0,7",786.0,-200.0,"1,2",522.0,97.0,1253.0,68.0,910.0,699.0,"6,2","61,0","0,5824" -17/11/2004,05.00.00,"0,8",834.0,-200.0,"1,6",551.0,105.0,1193.0,69.0,917.0,719.0,"6,8","58,6","0,5813" -17/11/2004,06.00.00,"0,9",845.0,-200.0,"2,0",583.0,138.0,1132.0,81.0,929.0,761.0,"5,7","62,7","0,5801" -17/11/2004,07.00.00,"1,2",929.0,-200.0,"4,0",713.0,183.0,987.0,92.0,1002.0,830.0,"5,9","62,0","0,5811" -17/11/2004,08.00.00,"3,3",1234.0,-200.0,"15,4",1161.0,664.0,629.0,200.0,1386.0,1318.0,"6,3","61,7","0,5926" -17/11/2004,09.00.00,"3,8",1270.0,-200.0,"19,0",1267.0,611.0,565.0,201.0,1434.0,1482.0,"7,5","58,8","0,6117" -17/11/2004,10.00.00,"3,2",1241.0,-200.0,"14,6",1135.0,600.0,622.0,213.0,1280.0,1474.0,"11,4","45,4","0,6113" -17/11/2004,11.00.00,-200,1268.0,-200.0,"16,0",1180.0,-200.0,593.0,-200.0,1323.0,1632.0,"14,1","39,2","0,6278" -17/11/2004,12.00.00,"3,2",1248.0,-200.0,"14,4",1131.0,878.0,615.0,187.0,1296.0,1592.0,"13,3","42,3","0,6448" -17/11/2004,13.00.00,"4,2",1317.0,-200.0,"19,0",1269.0,905.0,554.0,205.0,1446.0,1679.0,"14,7","38,9","0,6462" -17/11/2004,14.00.00,"4,3",1308.0,-200.0,"20,3",1306.0,808.0,553.0,212.0,1471.0,1670.0,"16,5","32,9","0,6127" -17/11/2004,15.00.00,4,1321.0,-200.0,"19,5",1281.0,858.0,557.0,198.0,1442.0,1650.0,"17,4","32,7","0,6422" -17/11/2004,16.00.00,"4,1",1360.0,-200.0,"21,0",1325.0,839.0,535.0,171.0,1513.0,1692.0,"17,3","33,9","0,6627" -17/11/2004,17.00.00,"7,8",1659.0,-200.0,"35,9",1685.0,1290.0,423.0,272.0,1946.0,2155.0,"16,0","41,5","0,7483" -17/11/2004,18.00.00,"10,2",1802.0,-200.0,"47,7",1924.0,748.0,356.0,192.0,2235.0,2452.0,"13,7","52,8","0,8244" -17/11/2004,19.00.00,"6,6",1549.0,-200.0,"30,1",1553.0,1148.0,446.0,288.0,1796.0,2032.0,"13,0","55,1","0,8240" -17/11/2004,20.00.00,"4,3",1407.0,-200.0,"22,0",1351.0,729.0,516.0,254.0,1557.0,1751.0,"12,4","56,8","0,8141" -17/11/2004,21.00.00,"4,9",1374.0,-200.0,"19,0",1268.0,810.0,536.0,267.0,1531.0,1675.0,"10,7","62,1","0,7972" -17/11/2004,22.00.00,"2,6",1127.0,-200.0,"9,2",948.0,427.0,703.0,198.0,1188.0,1312.0,"10,5","61,1","0,7755" -17/11/2004,23.00.00,"2,3",1096.0,-200.0,"7,1",860.0,274.0,777.0,145.0,1131.0,1179.0,"9,7","62,5","0,7509" -18/11/2004,00.00.00,"2,7",1119.0,-200.0,"8,2",908.0,387.0,735.0,167.0,1173.0,1197.0,"8,8","65,5","0,7435" -18/11/2004,01.00.00,"2,2",999.0,-200.0,"5,1",771.0,235.0,864.0,127.0,1068.0,995.0,"8,8","63,8","0,7236" -18/11/2004,02.00.00,2,987.0,-200.0,"5,6",794.0,225.0,852.0,119.0,1106.0,971.0,"8,5","65,0","0,7221" -18/11/2004,03.00.00,"1,3",912.0,-200.0,"3,5",685.0,-200.0,934.0,-200.0,1050.0,876.0,"7,5","69,3","0,7201" -18/11/2004,04.00.00,"1,2",893.0,-200.0,"3,8",701.0,185.0,935.0,84.0,1045.0,844.0,"6,4","74,0","0,7134" -18/11/2004,05.00.00,"1,1",878.0,-200.0,"3,6",687.0,212.0,964.0,89.0,1035.0,813.0,"5,9","76,6","0,7179" -18/11/2004,06.00.00,"1,4",996.0,-200.0,"6,6",841.0,358.0,797.0,122.0,1127.0,1005.0,"6,1","76,7","0,7271" -18/11/2004,07.00.00,"2,1",1119.0,-200.0,"9,9",974.0,531.0,710.0,162.0,1224.0,1170.0,"6,8","74,5","0,7415" -18/11/2004,08.00.00,"4,5",1407.0,-200.0,"21,5",1339.0,992.0,531.0,225.0,1584.0,1533.0,"7,7","72,5","0,7666" -18/11/2004,09.00.00,"5,6",1503.0,-200.0,"27,8",1498.0,1132.0,469.0,249.0,1749.0,1783.0,"8,9","67,4","0,7714" -18/11/2004,10.00.00,"5,6",1446.0,-200.0,"22,9",1374.0,1195.0,499.0,282.0,1560.0,1818.0,"11,4","58,3","0,7868" -18/11/2004,11.00.00,"4,7",1416.0,-200.0,"20,2",1302.0,1120.0,526.0,278.0,1471.0,1826.0,"13,4","52,8","0,8086" -18/11/2004,12.00.00,"4,2",1448.0,-200.0,"19,7",1288.0,870.0,518.0,251.0,1506.0,1839.0,"15,8","50,1","0,8920" -18/11/2004,13.00.00,"3,6",1282.0,-200.0,"13,8",1111.0,570.0,586.0,208.0,1455.0,1428.0,"18,3","50,0","1,0431" -18/11/2004,14.00.00,"3,2",1271.0,-200.0,"15,3",1157.0,384.0,572.0,187.0,1483.0,1353.0,"18,8","49,2","1,0548" -18/11/2004,15.00.00,"3,1",1321.0,-200.0,"15,9",1178.0,381.0,552.0,182.0,1539.0,1491.0,"18,4","49,6","1,0391" -18/11/2004,16.00.00,"3,8",1362.0,-200.0,"17,4",1223.0,541.0,535.0,212.0,1597.0,1517.0,"18,3","51,0","1,0586" -18/11/2004,17.00.00,"3,9",1316.0,-200.0,"17,6",1228.0,484.0,540.0,174.0,1610.0,1413.0,"17,6","53,1","1,0596" -18/11/2004,18.00.00,"4,6",1374.0,-200.0,"20,4",1307.0,549.0,521.0,220.0,1709.0,1429.0,"17,3","53,6","1,0472" -18/11/2004,19.00.00,"4,9",1388.0,-200.0,"22,6",1367.0,596.0,500.0,214.0,1722.0,1503.0,"16,8","55,2","1,0480" -18/11/2004,20.00.00,"5,4",1422.0,-200.0,"25,1",1432.0,620.0,474.0,212.0,1852.0,1636.0,"16,6","56,5","1,0551" -18/11/2004,21.00.00,"4,3",1281.0,-200.0,"17,2",1216.0,542.0,548.0,191.0,1604.0,1687.0,"16,3","58,1","1,0648" -18/11/2004,22.00.00,"3,1",1192.0,-200.0,"11,7",1040.0,381.0,640.0,160.0,1441.0,1405.0,"15,9","59,0","1,0590" -18/11/2004,23.00.00,"2,5",1108.0,-200.0,"9,2",945.0,270.0,692.0,130.0,1355.0,1199.0,"15,9","59,4","1,0628" -19/11/2004,00.00.00,"2,4",1071.0,-200.0,"7,7",885.0,284.0,740.0,133.0,1298.0,1090.0,"15,7","60,9","1,0774" -19/11/2004,01.00.00,"1,9",999.0,-200.0,"5,6",793.0,204.0,817.0,110.0,1242.0,898.0,"16,1","59,5","1,0811" -19/11/2004,02.00.00,"1,3",925.0,-200.0,"3,3",670.0,93.0,940.0,65.0,1173.0,663.0,"15,5","63,8","1,1119" -19/11/2004,03.00.00,"1,2",886.0,-200.0,"2,3",608.0,-200.0,1013.0,-200.0,1143.0,611.0,"14,9","65,3","1,1018" -19/11/2004,04.00.00,"1,1",888.0,-200.0,"2,1",590.0,51.0,1009.0,41.0,1152.0,625.0,"14,7","64,4","1,0704" -19/11/2004,05.00.00,"0,9",863.0,-200.0,"1,3",531.0,45.0,1097.0,36.0,1095.0,606.0,"14,7","59,8","0,9968" -19/11/2004,06.00.00,1,870.0,-200.0,"1,6",550.0,68.0,1126.0,45.0,1078.0,515.0,"15,4","55,9","0,9722" -19/11/2004,07.00.00,"1,6",1043.0,-200.0,"5,3",776.0,198.0,800.0,98.0,1248.0,826.0,"14,5","63,0","1,0319" -19/11/2004,08.00.00,"4,8",1478.0,-200.0,"20,5",1310.0,633.0,492.0,194.0,1775.0,1542.0,"14,7","63,1","1,0513" -19/11/2004,09.00.00,"5,9",1436.0,-200.0,"22,7",1371.0,548.0,458.0,191.0,1808.0,1626.0,"15,2","62,2","1,0641" -19/11/2004,10.00.00,"5,6",1354.0,-200.0,"16,7",1201.0,588.0,529.0,193.0,1593.0,1538.0,"16,1","59,2","1,0736" -19/11/2004,11.00.00,"3,5",1290.0,-200.0,"13,8",1110.0,612.0,571.0,231.0,1512.0,1441.0,"17,0","55,9","1,0741" -19/11/2004,12.00.00,"2,8",1203.0,-200.0,"11,8",1043.0,428.0,617.0,202.0,1470.0,1217.0,"17,6","52,2","1,0396" -19/11/2004,13.00.00,"3,6",1298.0,-200.0,"15,2",1156.0,463.0,549.0,188.0,1582.0,1320.0,"17,3","55,4","1,0836" -19/11/2004,14.00.00,"4,8",1352.0,-200.0,"17,9",1236.0,479.0,522.0,184.0,1659.0,1368.0,"17,8","53,5","1,0833" -19/11/2004,15.00.00,5,1247.0,-200.0,"14,8",1142.0,469.0,574.0,222.0,1547.0,1199.0,"18,3","52,3","1,0922" -19/11/2004,16.00.00,"5,6",1375.0,-200.0,"18,3",1247.0,583.0,531.0,221.0,1650.0,1375.0,"18,3","52,8","1,1016" -19/11/2004,17.00.00,"7,5",1553.0,-200.0,"24,4",1414.0,760.0,455.0,193.0,1851.0,1682.0,"17,7","56,6","1,1330" -19/11/2004,18.00.00,"7,2",1521.0,-200.0,"25,0",1430.0,691.0,449.0,187.0,1907.0,1761.0,"17,3","58,2","1,1435" -19/11/2004,19.00.00,"8,3",1623.0,-200.0,"29,8",1547.0,832.0,414.0,188.0,2040.0,1883.0,"16,2","62,6","1,1455" -19/11/2004,20.00.00,"8,6",1510.0,-200.0,"27,9",1501.0,881.0,456.0,185.0,1901.0,1855.0,"15,2","57,5","0,9829" -19/11/2004,21.00.00,"4,3",837.0,-200.0,"6,5",835.0,390.0,896.0,146.0,960.0,1078.0,"14,2","27,7","0,4451" -19/11/2004,22.00.00,"2,6",667.0,-200.0,"3,6",689.0,207.0,1210.0,120.0,709.0,620.0,"13,4","14,3","0,2185" -19/11/2004,23.00.00,"2,6",695.0,-200.0,"4,0",711.0,204.0,1193.0,110.0,739.0,645.0,"12,8","14,8","0,2180" -20/11/2004,00.00.00,"2,7",683.0,-200.0,"3,6",686.0,243.0,1240.0,121.0,702.0,627.0,"12,2","14,0","0,1988" -20/11/2004,01.00.00,"2,7",695.0,-200.0,"4,0",709.0,264.0,1236.0,126.0,717.0,645.0,"12,0","14,5","0,2029" -20/11/2004,02.00.00,"2,6",703.0,-200.0,"3,5",685.0,215.0,1218.0,117.0,734.0,641.0,"10,8","17,0","0,2193" -20/11/2004,03.00.00,"2,4",698.0,-200.0,"2,4",614.0,-200.0,1286.0,-200.0,718.0,591.0,"10,4","19,2","0,2420" -20/11/2004,04.00.00,-200,714.0,-200.0,"2,3",605.0,146.0,1278.0,94.0,738.0,594.0,"9,7","22,5","0,2698" -20/11/2004,05.00.00,"0,6",692.0,-200.0,"1,5",546.0,92.0,1347.0,70.0,697.0,500.0,"9,0","23,1","0,2648" -20/11/2004,06.00.00,"0,7",729.0,-200.0,"2,8",639.0,174.0,1234.0,96.0,773.0,628.0,"8,7","24,7","0,2785" -20/11/2004,07.00.00,"1,2",880.0,-200.0,"6,0",812.0,294.0,928.0,136.0,954.0,1040.0,"6,9","39,4","0,3948" -20/11/2004,08.00.00,2,974.0,-200.0,"11,1",1019.0,412.0,769.0,177.0,1122.0,1159.0,"6,3","44,8","0,4310" -20/11/2004,09.00.00,"2,8",1086.0,-200.0,"15,3",1157.0,573.0,674.0,214.0,1237.0,1330.0,"7,2","43,2","0,4417" -20/11/2004,10.00.00,"2,9",1087.0,-200.0,"17,1",1213.0,661.0,668.0,243.0,1216.0,1402.0,"11,9","27,9","0,3882" -20/11/2004,11.00.00,"2,2",933.0,-200.0,"10,3",990.0,555.0,849.0,192.0,956.0,1104.0,"14,8","17,9","0,2977" -20/11/2004,12.00.00,"1,6",852.0,-200.0,"8,5",919.0,363.0,967.0,149.0,831.0,855.0,"14,8","14,3","0,2397" -20/11/2004,13.00.00,"1,5",882.0,-200.0,"10,4",993.0,302.0,902.0,141.0,941.0,862.0,"14,7","15,5","0,2586" -20/11/2004,14.00.00,"1,9",888.0,-200.0,"10,9",1009.0,340.0,866.0,137.0,937.0,973.0,"14,7","16,6","0,2756" -20/11/2004,15.00.00,"1,5",878.0,-200.0,"10,6",1000.0,306.0,880.0,138.0,942.0,936.0,"14,8","15,6","0,2615" -20/11/2004,16.00.00,"1,8",892.0,-200.0,"11,1",1018.0,377.0,879.0,149.0,931.0,1009.0,"15,3","14,3","0,2462" -20/11/2004,17.00.00,"3,4",1117.0,-200.0,"21,1",1327.0,625.0,692.0,196.0,1302.0,1475.0,"13,5","19,5","0,3003" -20/11/2004,18.00.00,"4,6",1252.0,-200.0,"22,3",1359.0,870.0,604.0,239.0,1380.0,1765.0,"11,1","31,8","0,4187" -20/11/2004,19.00.00,"1,6",1012.0,-200.0,"10,6",999.0,421.0,785.0,164.0,1057.0,1329.0,"10,2","33,4","0,4143" -20/11/2004,20.00.00,"1,2",1025.0,-200.0,"8,4",916.0,294.0,832.0,149.0,1018.0,1262.0,"9,5","35,9","0,4273" -20/11/2004,21.00.00,"1,2",1033.0,-200.0,"7,6",881.0,339.0,855.0,159.0,999.0,1230.0,"8,0","39,8","0,4286" -20/11/2004,22.00.00,"0,9",1008.0,-200.0,"7,1",861.0,260.0,858.0,149.0,991.0,1229.0,"6,6","44,1","0,4333" -20/11/2004,23.00.00,"0,7",992.0,-200.0,"7,2",867.0,256.0,876.0,133.0,997.0,1196.0,"6,1","45,2","0,4295" -21/11/2004,00.00.00,"2,5",1187.0,-200.0,"13,9",1114.0,572.0,700.0,216.0,1193.0,1433.0,"5,2","50,8","0,4520" -21/11/2004,01.00.00,"1,5",1065.0,-200.0,"9,7",968.0,428.0,808.0,196.0,1059.0,1249.0,"4,9","53,0","0,4629" -21/11/2004,02.00.00,"0,5",889.0,-200.0,"4,9",760.0,195.0,968.0,120.0,919.0,983.0,"5,3","48,7","0,4364" -21/11/2004,03.00.00,"0,3",901.0,-200.0,"5,1",767.0,-200.0,961.0,-200.0,944.0,965.0,"4,2","53,6","0,4454" -21/11/2004,04.00.00,"0,5",875.0,-200.0,"5,6",795.0,160.0,928.0,101.0,965.0,932.0,"3,1","56,3","0,4368" -21/11/2004,05.00.00,"0,1",808.0,-200.0,"2,8",636.0,101.0,1120.0,75.0,862.0,770.0,"4,1","52,2","0,4338" -21/11/2004,06.00.00,"0,2",858.0,-200.0,"2,7",633.0,97.0,1136.0,73.0,878.0,788.0,"3,5","55,9","0,4431" -21/11/2004,07.00.00,-200,819.0,-200.0,"3,6",690.0,127.0,1051.0,84.0,907.0,819.0,"1,8","61,7","0,4376" -21/11/2004,08.00.00,"0,2",862.0,-200.0,"4,9",757.0,227.0,983.0,116.0,938.0,879.0,"1,3","65,3","0,4457" -21/11/2004,09.00.00,"0,5",877.0,-200.0,"5,6",793.0,253.0,944.0,132.0,951.0,924.0,"3,2","57,0","0,4434" -21/11/2004,10.00.00,"0,4",941.0,-200.0,"6,4",832.0,234.0,914.0,125.0,970.0,964.0,"7,2","42,8","0,4356" -21/11/2004,11.00.00,"0,8",983.0,-200.0,"6,8",846.0,291.0,871.0,148.0,996.0,1055.0,"10,3","34,2","0,4291" -21/11/2004,12.00.00,"1,5",1067.0,-200.0,"10,1",981.0,402.0,755.0,186.0,1104.0,1383.0,"10,9","33,8","0,4393" -21/11/2004,13.00.00,"1,9",1100.0,-200.0,"11,2",1022.0,492.0,752.0,193.0,1101.0,1367.0,"12,2","30,0","0,4245" -21/11/2004,14.00.00,"1,1",958.0,-200.0,"8,7",928.0,351.0,841.0,174.0,986.0,1120.0,"13,3","24,3","0,3686" -21/11/2004,15.00.00,"0,3",866.0,-200.0,"5,0",763.0,160.0,1018.0,106.0,859.0,775.0,"15,2","18,7","0,3214" -21/11/2004,16.00.00,"0,9",1018.0,-200.0,"8,2",907.0,292.0,889.0,127.0,981.0,1150.0,"14,9","21,7","0,3646" -21/11/2004,17.00.00,"2,1",1175.0,-200.0,"12,7",1074.0,537.0,748.0,172.0,1134.0,1528.0,"13,1","25,4","0,3814" -21/11/2004,18.00.00,"2,4",1197.0,-200.0,"10,9",1012.0,607.0,717.0,179.0,1103.0,1655.0,"11,7","32,7","0,4472" -21/11/2004,19.00.00,"1,6",1110.0,-200.0,"7,4",872.0,308.0,822.0,150.0,971.0,1393.0,"10,1","34,4","0,4249" -21/11/2004,20.00.00,"1,1",1060.0,-200.0,"6,3",825.0,277.0,854.0,147.0,967.0,1338.0,"9,8","36,0","0,4364" -21/11/2004,21.00.00,"1,3",1136.0,-200.0,"7,7",885.0,348.0,806.0,163.0,1006.0,1403.0,"7,1","43,2","0,4360" -21/11/2004,22.00.00,"0,8",1049.0,-200.0,"7,2",864.0,267.0,818.0,145.0,1010.0,1327.0,"5,9","47,8","0,4459" -21/11/2004,23.00.00,1,1053.0,-200.0,"7,0",859.0,399.0,810.0,186.0,1008.0,1346.0,"5,3","50,5","0,4530" -22/11/2004,00.00.00,"0,3",970.0,-200.0,"5,0",763.0,163.0,917.0,116.0,930.0,1132.0,"5,6","48,0","0,4412" -22/11/2004,01.00.00,1,1049.0,-200.0,"8,2",907.0,297.0,795.0,145.0,1038.0,1209.0,"3,9","55,9","0,4568" -22/11/2004,02.00.00,"0,4",919.0,-200.0,"5,0",761.0,212.0,911.0,122.0,942.0,1044.0,"3,3","58,0","0,4551" -22/11/2004,03.00.00,"0,1",870.0,-200.0,"3,5",684.0,-200.0,997.0,-200.0,895.0,936.0,"3,7","56,3","0,4544" -22/11/2004,04.00.00,-200,814.0,-200.0,"2,0",587.0,81.0,1146.0,68.0,876.0,840.0,"4,2","54,8","0,4571" -22/11/2004,05.00.00,-200,820.0,-200.0,"2,3",604.0,116.0,1127.0,80.0,874.0,847.0,"2,6","60,8","0,4544" -22/11/2004,06.00.00,"0,1",897.0,-200.0,"4,2",722.0,201.0,987.0,108.0,953.0,959.0,"3,7","57,9","0,4651" -22/11/2004,07.00.00,"0,4",988.0,-200.0,"6,8",850.0,333.0,861.0,149.0,1030.0,1133.0,"4,5","54,8","0,4660" -22/11/2004,08.00.00,"2,4",1242.0,-200.0,"16,2",1185.0,733.0,625.0,232.0,1297.0,1511.0,"4,9","55,8","0,4882" -22/11/2004,09.00.00,"3,1",1493.0,-200.0,"50,7",1981.0,846.0,448.0,215.0,1567.0,2346.0,"5,4","55,1","0,4970" -22/11/2004,10.00.00,"3,1",1394.0,-200.0,"63,7",2214.0,801.0,411.0,218.0,1629.0,2311.0,"6,2","51,8","0,4952" -22/11/2004,11.00.00,"2,7",1252.0,-200.0,"25,4",1439.0,884.0,559.0,239.0,1383.0,1798.0,"6,8","49,8","0,4959" -22/11/2004,12.00.00,"2,3",1255.0,-200.0,"20,1",1301.0,784.0,571.0,224.0,1355.0,1750.0,"7,3","50,6","0,5184" -22/11/2004,13.00.00,3,1360.0,-200.0,"23,5",1392.0,896.0,490.0,235.0,1458.0,1863.0,"7,8","49,0","0,5191" -22/11/2004,14.00.00,"3,6",1369.0,-200.0,"25,2",1434.0,953.0,489.0,237.0,1539.0,1883.0,"8,0","49,2","0,5282" -22/11/2004,15.00.00,"3,1",1361.0,-200.0,"21,8",1347.0,980.0,518.0,239.0,1456.0,1851.0,"8,3","49,3","0,5414" -22/11/2004,16.00.00,"3,5",1411.0,-200.0,"22,8",1371.0,1058.0,500.0,235.0,1484.0,1919.0,"8,5","49,6","0,5517" -22/11/2004,17.00.00,4,1509.0,-200.0,"25,4",1439.0,1080.0,459.0,199.0,1577.0,2078.0,"8,5","52,6","0,5856" -22/11/2004,18.00.00,"6,3",1738.0,-200.0,"38,3",1735.0,1301.0,365.0,240.0,1917.0,2434.0,"8,9","53,4","0,6117" -22/11/2004,19.00.00,"6,9",1766.0,-200.0,"37,6",1720.0,1345.0,361.0,245.0,1881.0,2515.0,"9,1","53,8","0,6216" -22/11/2004,20.00.00,"6,5",1706.0,-200.0,"33,9",1641.0,1218.0,381.0,239.0,1778.0,2522.0,"8,9","54,2","0,6183" -22/11/2004,21.00.00,"3,3",1472.0,-200.0,"22,4",1361.0,884.0,462.0,191.0,1455.0,2334.0,"8,5","54,2","0,6054" -22/11/2004,22.00.00,"2,4",1392.0,-200.0,"16,9",1206.0,650.0,521.0,164.0,1347.0,2199.0,"8,5","57,8","0,6432" -22/11/2004,23.00.00,"1,7",1335.0,-200.0,"13,9",1112.0,444.0,570.0,130.0,1331.0,1861.0,"7,7","71,1","0,7503" -23/11/2004,00.00.00,"1,3",1285.0,-200.0,"11,6",1037.0,370.0,610.0,121.0,1277.0,1751.0,"7,9","72,5","0,7766" -23/11/2004,01.00.00,"1,1",1267.0,-200.0,"10,8",1008.0,349.0,628.0,118.0,1264.0,1652.0,"8,0","75,3","0,8079" -23/11/2004,02.00.00,"0,8",1176.0,-200.0,"8,8",930.0,287.0,679.0,113.0,1216.0,1455.0,"8,0","76,2","0,8217" -23/11/2004,03.00.00,"0,3",1079.0,-200.0,"6,0",812.0,-200.0,782.0,-200.0,1158.0,1158.0,"7,8","81,3","0,8631" -23/11/2004,04.00.00,-200,1084.0,-200.0,"6,1",816.0,226.0,776.0,94.0,1165.0,1126.0,"7,9","81,8","0,8759" -23/11/2004,05.00.00,"1,3",1091.0,-200.0,"6,4",829.0,238.0,755.0,92.0,1177.0,1126.0,"8,2","81,4","0,8880" -23/11/2004,06.00.00,"1,4",1126.0,-200.0,"7,7",886.0,316.0,713.0,98.0,1225.0,1158.0,"8,5","81,1","0,8989" -23/11/2004,07.00.00,"2,1",1210.0,-200.0,"10,0",978.0,508.0,666.0,111.0,1332.0,1237.0,"8,9","79,3","0,9088" -23/11/2004,08.00.00,"4,5",1565.0,-200.0,"24,0",1405.0,920.0,488.0,139.0,1830.0,1696.0,"9,5","77,9","0,9278" -23/11/2004,09.00.00,"5,7",1578.0,-200.0,"27,6",1494.0,980.0,448.0,160.0,1854.0,1800.0,"9,9","77,6","0,9488" -23/11/2004,10.00.00,"6,6",1702.0,-200.0,"31,5",1585.0,1188.0,422.0,183.0,1960.0,1967.0,"10,7","76,2","0,9798" -23/11/2004,11.00.00,5,1552.0,-200.0,"24,1",1406.0,1045.0,478.0,185.0,1749.0,1862.0,"11,8","72,2","0,9948" -23/11/2004,12.00.00,"5,3",1590.0,-200.0,"26,5",1466.0,999.0,448.0,198.0,1831.0,2003.0,"13,3","66,9","1,0163" -23/11/2004,13.00.00,"5,4",1640.0,-200.0,"27,1",1480.0,955.0,432.0,201.0,1865.0,2041.0,"13,8","67,0","1,0513" -23/11/2004,14.00.00,"7,3",1769.0,-200.0,"33,2",1624.0,1189.0,396.0,233.0,2041.0,2202.0,"13,9","67,6","1,0666" -23/11/2004,15.00.00,"5,1",1581.0,-200.0,"25,5",1442.0,933.0,435.0,202.0,1839.0,1966.0,"14,2","66,8","1,0730" -23/11/2004,16.00.00,"5,3",1658.0,-200.0,"27,1",1482.0,898.0,419.0,186.0,1893.0,2030.0,"14,2","67,8","1,0879" -23/11/2004,17.00.00,"7,3",1821.0,-200.0,"35,4",1673.0,1201.0,371.0,215.0,2119.0,2201.0,"13,6","71,0","1,1018" -23/11/2004,18.00.00,"10,2",1982.0,-200.0,"49,5",1959.0,1369.0,322.0,227.0,2536.0,2386.0,"13,2","72,6","1,0936" -23/11/2004,19.00.00,"11,9",2008.0,-200.0,"50,6",1980.0,1389.0,325.0,220.0,2562.0,2342.0,"12,4","74,7","1,0741" -23/11/2004,20.00.00,"11,5",1918.0,-200.0,"49,4",1958.0,1358.0,335.0,190.0,2477.0,2237.0,"11,5","76,2","1,0324" -23/11/2004,21.00.00,"8,3",1693.0,-200.0,"31,7",1590.0,1189.0,412.0,178.0,1949.0,2025.0,"10,4","79,3","0,9993" -23/11/2004,22.00.00,"4,7",1495.0,-200.0,"21,8",1345.0,866.0,467.0,147.0,1649.0,1853.0,"10,0","82,5","1,0150" -23/11/2004,23.00.00,4,1449.0,-200.0,"19,8",1291.0,718.0,482.0,138.0,1580.0,1817.0,"10,0","82,6","1,0163" -24/11/2004,00.00.00,"3,9",1439.0,-200.0,"18,6",1257.0,715.0,494.0,135.0,1571.0,1704.0,"10,1","83,5","1,0296" -24/11/2004,01.00.00,"2,8",1270.0,-200.0,"13,4",1098.0,558.0,572.0,123.0,1420.0,1463.0,"10,0","83,6","1,0235" -24/11/2004,02.00.00,"2,3",1163.0,-200.0,"10,1",980.0,467.0,654.0,106.0,1327.0,1299.0,"10,4","80,8","1,0191" -24/11/2004,03.00.00,"1,8",1130.0,-200.0,"8,4",915.0,-200.0,697.0,-200.0,1281.0,1205.0,"10,6","80,3","1,0252" -24/11/2004,04.00.00,"1,4",1023.0,-200.0,"5,4",781.0,295.0,809.0,81.0,1195.0,1019.0,"10,6","78,8","1,0080" -24/11/2004,05.00.00,1,931.0,-200.0,"3,4",679.0,151.0,947.0,66.0,1138.0,867.0,"10,5","77,8","0,9839" -24/11/2004,06.00.00,1,953.0,-200.0,"4,1",717.0,188.0,907.0,64.0,1152.0,911.0,"9,8","79,2","0,9567" -24/11/2004,07.00.00,"1,8",1108.0,-200.0,"8,7",927.0,380.0,718.0,86.0,1315.0,1106.0,"9,5","80,3","0,9532" -24/11/2004,08.00.00,"3,8",1414.0,-200.0,"18,7",1261.0,717.0,532.0,114.0,1644.0,1479.0,"9,8","80,5","0,9724" -24/11/2004,09.00.00,"4,2",1423.0,-200.0,"21,0",1323.0,803.0,496.0,115.0,1727.0,1568.0,"10,3","80,3","1,0020" -24/11/2004,10.00.00,"3,6",1352.0,-200.0,"17,7",1231.0,726.0,538.0,110.0,1605.0,1530.0,"11,1","77,2","1,0175" -24/11/2004,11.00.00,"3,3",1303.0,-200.0,"15,1",1153.0,558.0,575.0,116.0,1520.0,1582.0,"13,3","68,8","1,0505" -24/11/2004,12.00.00,2,1103.0,-200.0,"8,8",931.0,427.0,711.0,162.0,1293.0,1235.0,"15,1","58,3","0,9978" -24/11/2004,13.00.00,2,1138.0,-200.0,"9,7",967.0,317.0,695.0,104.0,1332.0,1195.0,"15,6","56,2","0,9876" -24/11/2004,14.00.00,"2,9",1278.0,-200.0,"14,4",1130.0,436.0,580.0,129.0,1506.0,1471.0,"15,4","59,6","1,0375" -24/11/2004,15.00.00,"2,7",1292.0,-200.0,"14,7",1141.0,490.0,556.0,146.0,1498.0,1582.0,"14,6","63,7","1,0508" -24/11/2004,16.00.00,"3,4",1374.0,-200.0,"17,4",1222.0,602.0,516.0,160.0,1582.0,1671.0,"13,7","66,8","1,0432" -24/11/2004,17.00.00,"4,5",1464.0,-200.0,"22,3",1358.0,732.0,477.0,169.0,1719.0,1711.0,"12,3","72,5","1,0331" -24/11/2004,18.00.00,"6,1",1562.0,-200.0,"30,3",1557.0,865.0,427.0,167.0,1916.0,1852.0,"10,8","77,2","1,0021" -24/11/2004,19.00.00,"6,8",1592.0,-200.0,"33,3",1627.0,936.0,401.0,166.0,1957.0,1902.0,"10,2","80,4","1,0003" -24/11/2004,20.00.00,"8,4",1669.0,-200.0,"36,0",1686.0,1074.0,384.0,181.0,2066.0,1961.0,"10,1","79,3","0,9795" -24/11/2004,21.00.00,"5,3",1429.0,-200.0,"23,9",1401.0,812.0,475.0,144.0,1698.0,1689.0,"10,0","76,1","0,9329" -24/11/2004,22.00.00,"4,5",1354.0,-200.0,"19,0",1269.0,773.0,506.0,141.0,1530.0,1580.0,"8,6","82,3","0,9198" -24/11/2004,23.00.00,"4,1",1311.0,-200.0,"16,8",1203.0,761.0,542.0,123.0,1448.0,1428.0,"7,7","84,3","0,8881" -25/11/2004,00.00.00,4,1311.0,-200.0,"17,5",1225.0,781.0,538.0,121.0,1464.0,1434.0,"7,1","84,1","0,8557" -25/11/2004,01.00.00,4,1292.0,-200.0,"17,4",1221.0,743.0,547.0,114.0,1437.0,1389.0,"6,7","83,2","0,8190" -25/11/2004,02.00.00,3,1091.0,-200.0,"11,3",1025.0,533.0,666.0,93.0,1262.0,1130.0,"6,0","83,0","0,7800" -25/11/2004,03.00.00,"2,1",1009.0,-200.0,"8,7",928.0,-200.0,754.0,-200.0,1166.0,983.0,"5,1","84,0","0,7439" -25/11/2004,04.00.00,"2,2",1050.0,-200.0,"9,4",956.0,456.0,725.0,89.0,1162.0,1025.0,"4,3","85,4","0,7152" -25/11/2004,05.00.00,"2,2",1053.0,-200.0,"9,4",955.0,486.0,710.0,94.0,1154.0,1050.0,"4,0","85,7","0,7041" -25/11/2004,06.00.00,2,1016.0,-200.0,"9,1",945.0,498.0,724.0,93.0,1147.0,1038.0,"4,0","84,4","0,6943" -25/11/2004,07.00.00,"2,2",1057.0,-200.0,"10,7",1004.0,585.0,702.0,100.0,1204.0,1080.0,"4,0","83,1","0,6820" -25/11/2004,08.00.00,4,1309.0,-200.0,"21,3",1333.0,911.0,537.0,127.0,1555.0,1411.0,"4,4","81,3","0,6890" -25/11/2004,09.00.00,"4,8",1315.0,-200.0,"22,9",1375.0,845.0,526.0,137.0,1576.0,1549.0,"6,7","72,6","0,7180" -25/11/2004,10.00.00,"4,6",1315.0,-200.0,"20,1",1300.0,807.0,547.0,190.0,1531.0,1659.0,"10,0","63,4","0,7791" -25/11/2004,11.00.00,"2,8",1111.0,-200.0,"11,8",1042.0,603.0,682.0,171.0,1257.0,1434.0,"13,6","48,7","0,7547" -25/11/2004,12.00.00,"2,1",1087.0,-200.0,"10,6",1000.0,391.0,706.0,127.0,1251.0,1310.0,"14,6","46,5","0,7687" -25/11/2004,13.00.00,2,1104.0,-200.0,"11,4",1028.0,279.0,696.0,109.0,1263.0,1227.0,"15,4","43,0","0,7483" -25/11/2004,14.00.00,"2,5",1142.0,-200.0,"12,8",1078.0,358.0,670.0,126.0,1256.0,1261.0,"16,4","38,2","0,7081" -25/11/2004,15.00.00,"2,5",1164.0,-200.0,"13,4",1096.0,403.0,662.0,136.0,1311.0,1261.0,"16,8","37,6","0,7129" -25/11/2004,16.00.00,"2,8",1214.0,-200.0,"14,2",1124.0,465.0,659.0,156.0,1302.0,1345.0,"16,8","36,7","0,6944" -25/11/2004,17.00.00,4,1369.0,-200.0,"21,8",1346.0,707.0,558.0,187.0,1537.0,1608.0,"15,4","41,3","0,7151" -25/11/2004,18.00.00,"4,5",1368.0,-200.0,"21,4",1334.0,660.0,529.0,173.0,1547.0,1653.0,"13,8","48,9","0,7699" -25/11/2004,19.00.00,"3,1",1226.0,-200.0,"15,4",1161.0,402.0,606.0,137.0,1368.0,1442.0,"13,3","50,9","0,7745" -25/11/2004,20.00.00,"2,6",1225.0,-200.0,"14,5",1134.0,350.0,614.0,122.0,1352.0,1421.0,"11,5","57,3","0,7786" -25/11/2004,21.00.00,"2,6",1190.0,-200.0,"11,4",1028.0,355.0,654.0,129.0,1287.0,1329.0,"10,7","59,8","0,7674" -25/11/2004,22.00.00,2,1128.0,-200.0,"7,8",889.0,296.0,743.0,110.0,1160.0,1212.0,"10,0","61,8","0,7576" -25/11/2004,23.00.00,"1,8",1105.0,-200.0,"7,6",883.0,266.0,747.0,102.0,1180.0,1179.0,"9,9","62,1","0,7566" -26/11/2004,00.00.00,"2,5",1152.0,-200.0,"9,5",959.0,373.0,689.0,114.0,1232.0,1231.0,"9,3","64,5","0,7554" -26/11/2004,01.00.00,"2,3",1141.0,-200.0,"9,7",967.0,417.0,698.0,117.0,1245.0,1214.0,"9,1","65,7","0,7607" -26/11/2004,02.00.00,"2,1",1121.0,-200.0,"8,1",901.0,308.0,712.0,98.0,1215.0,1134.0,"8,9","71,8","0,8180" -26/11/2004,03.00.00,"1,5",1043.0,-200.0,"5,9",805.0,-200.0,798.0,-200.0,1155.0,992.0,"9,1","72,9","0,8429" -26/11/2004,04.00.00,-200,1090.0,-200.0,"6,6",841.0,209.0,757.0,79.0,1202.0,989.0,"8,7","77,6","0,8753" -26/11/2004,05.00.00,"1,2",982.0,-200.0,"4,8",752.0,196.0,844.0,77.0,1153.0,897.0,"9,0","77,3","0,8873" -26/11/2004,06.00.00,1,974.0,-200.0,"4,6",743.0,203.0,864.0,75.0,1155.0,885.0,"9,1","77,3","0,8944" -26/11/2004,07.00.00,"1,7",1118.0,-200.0,"8,4",915.0,393.0,731.0,95.0,1289.0,1059.0,"9,3","76,9","0,9007" -26/11/2004,08.00.00,"4,3",1508.0,-200.0,"23,1",1379.0,864.0,496.0,137.0,1767.0,1567.0,"10,0","75,0","0,9179" -26/11/2004,09.00.00,"5,8",1521.0,-200.0,"26,6",1470.0,960.0,456.0,149.0,1857.0,1727.0,"10,6","72,7","0,9272" -26/11/2004,10.00.00,"5,6",1562.0,-200.0,"26,1",1458.0,1056.0,458.0,197.0,1770.0,2021.0,"12,4","64,8","0,9310" -26/11/2004,11.00.00,4,1392.0,-200.0,"16,4",1192.0,856.0,543.0,183.0,1508.0,1795.0,"13,7","59,9","0,9335" -26/11/2004,12.00.00,4,1439.0,-200.0,"18,9",1267.0,854.0,522.0,179.0,1586.0,1852.0,"14,9","57,0","0,9564" -26/11/2004,13.00.00,"4,9",1539.0,-200.0,"22,7",1371.0,854.0,488.0,196.0,1712.0,1943.0,"15,5","56,2","0,9814" -26/11/2004,14.00.00,"5,6",1608.0,-200.0,"27,2",1483.0,949.0,446.0,208.0,1845.0,2058.0,"15,8","56,3","1,0026" -26/11/2004,15.00.00,"5,1",1589.0,-200.0,"24,1",1407.0,932.0,556.0,203.0,1757.0,1972.0,"15,8","57,9","1,0292" -26/11/2004,16.00.00,"6,2",1704.0,-200.0,"29,1",1531.0,1071.0,507.0,213.0,1904.0,2098.0,"15,7","58,9","1,0432" -26/11/2004,17.00.00,"7,7",1822.0,-200.0,"36,0",1686.0,1134.0,387.0,233.0,2077.0,2244.0,"15,5","61,2","1,0670" -26/11/2004,18.00.00,"10,1",1956.0,-200.0,"45,2",1877.0,1389.0,347.0,255.0,2338.0,2465.0,"15,5","62,8","1,0979" -26/11/2004,19.00.00,"6,4",1676.0,-200.0,"30,7",1568.0,866.0,444.0,170.0,1983.0,2096.0,"15,6","64,9","1,1396" -26/11/2004,20.00.00,"7,7",1834.0,-200.0,"37,7",1723.0,947.0,400.0,167.0,2204.0,2190.0,"15,1","67,0","1,1394" -26/11/2004,21.00.00,"8,1",1759.0,-200.0,"31,6",1588.0,1155.0,437.0,205.0,1971.0,2234.0,"14,6","67,7","1,1164" -26/11/2004,22.00.00,"4,7",1518.0,-200.0,"19,9",1293.0,798.0,515.0,170.0,1602.0,2048.0,"13,8","67,8","1,0609" -26/11/2004,23.00.00,"4,3",1502.0,-200.0,"18,6",1256.0,696.0,560.0,154.0,1568.0,2044.0,"13,4","69,0","1,0579" -27/11/2004,00.00.00,"4,1",1499.0,-200.0,"16,9",1207.0,654.0,748.0,143.0,1530.0,1881.0,"13,0","73,7","1,0957" -27/11/2004,01.00.00,"4,2",1531.0,-200.0,"18,0",1238.0,685.0,619.0,140.0,1583.0,1774.0,"12,7","77,5","1,1339" -27/11/2004,02.00.00,"3,8",1424.0,-200.0,"14,9",1145.0,574.0,641.0,122.0,1482.0,1615.0,"12,4","78,4","1,1269" -27/11/2004,03.00.00,"2,7",1279.0,-200.0,"10,2",986.0,-200.0,756.0,-200.0,1362.0,1473.0,"11,9","79,7","1,1075" -27/11/2004,04.00.00,"2,4",1250.0,-200.0,"9,1",942.0,319.0,755.0,103.0,1323.0,1380.0,"11,9","80,7","1,1199" -27/11/2004,05.00.00,2,1189.0,-200.0,"7,3",870.0,263.0,821.0,97.0,1272.0,1251.0,"13,2","75,8","1,1459" -27/11/2004,06.00.00,"1,7",1197.0,-200.0,"7,6",881.0,320.0,820.0,99.0,1295.0,1173.0,"12,3","81,9","1,1674" -27/11/2004,07.00.00,"2,1",1273.0,-200.0,"9,2",946.0,439.0,729.0,110.0,1349.0,1217.0,"12,8","80,8","1,1898" -27/11/2004,08.00.00,"2,5",1298.0,-200.0,"11,1",1017.0,398.0,727.0,110.0,1418.0,1193.0,"13,7","76,3","1,1932" -27/11/2004,09.00.00,"3,8",1453.0,-200.0,"16,3",1190.0,637.0,583.0,121.0,1644.0,1358.0,"13,4","78,8","1,2104" -27/11/2004,10.00.00,"3,9",1492.0,-200.0,"17,8",1233.0,699.0,561.0,122.0,1672.0,1481.0,"13,8","77,8","1,2201" -27/11/2004,11.00.00,"4,2",1481.0,-200.0,"16,7",1202.0,699.0,768.0,136.0,1639.0,1532.0,"15,1","73,2","1,2440" -27/11/2004,12.00.00,4,1524.0,-200.0,"17,6",1228.0,707.0,853.0,170.0,1646.0,1675.0,"15,8","70,5","1,2557" -27/11/2004,13.00.00,"4,4",1562.0,-200.0,"19,4",1280.0,743.0,479.0,156.0,1711.0,1709.0,"15,4","73,3","1,2700" -27/11/2004,14.00.00,"4,7",1567.0,-200.0,"20,1",1300.0,745.0,473.0,158.0,1753.0,1743.0,"15,6","71,4","1,2596" -27/11/2004,15.00.00,"4,6",1568.0,-200.0,"19,4",1280.0,741.0,479.0,174.0,1703.0,1774.0,"16,3","68,7","1,2596" -27/11/2004,16.00.00,"4,8",1622.0,-200.0,"20,5",1312.0,765.0,477.0,187.0,1727.0,1804.0,"16,4","68,2","1,2662" -27/11/2004,17.00.00,"4,5",1515.0,-200.0,"18,7",1259.0,632.0,508.0,147.0,1695.0,1555.0,"15,6","70,2","1,2380" -27/11/2004,18.00.00,"5,6",1603.0,-200.0,"24,5",1417.0,808.0,459.0,136.0,1871.0,1621.0,"14,2","75,8","1,2202" -27/11/2004,19.00.00,"4,9",1514.0,-200.0,"21,3",1334.0,703.0,489.0,134.0,1755.0,1614.0,"14,0","74,6","1,1865" -27/11/2004,20.00.00,"5,3",1567.0,-200.0,"23,5",1392.0,764.0,470.0,126.0,1821.0,1637.0,"13,3","75,8","1,1506" -27/11/2004,21.00.00,"4,6",1380.0,-200.0,"15,5",1163.0,667.0,573.0,130.0,1547.0,1485.0,"13,7","72,5","1,1326" -27/11/2004,22.00.00,"2,4",1214.0,-200.0,"9,9",972.0,355.0,663.0,98.0,1359.0,1280.0,"12,8","73,8","1,0853" -27/11/2004,23.00.00,"2,7",1225.0,-200.0,"10,1",982.0,359.0,656.0,89.0,1358.0,1236.0,"11,2","78,3","1,0415" -28/11/2004,00.00.00,"2,5",1250.0,-200.0,"10,3",989.0,327.0,665.0,88.0,1343.0,1204.0,"10,6","79,4","1,0133" -28/11/2004,01.00.00,"2,3",1143.0,-200.0,"7,6",882.0,289.0,738.0,86.0,1260.0,1069.0,"10,8","77,5","1,0027" -28/11/2004,02.00.00,-200,1046.0,-200.0,"6,1",817.0,-200.0,790.0,-200.0,1214.0,957.0,"10,5","78,6","0,9976" -28/11/2004,03.00.00,"1,3",953.0,-200.0,"4,2",722.0,138.0,911.0,70.0,1148.0,828.0,"10,3","77,6","0,9743" -28/11/2004,04.00.00,1,913.0,-200.0,"3,1",659.0,86.0,1010.0,55.0,1121.0,748.0,"10,3","74,9","0,9362" -28/11/2004,05.00.00,"0,9",858.0,-200.0,"1,6",554.0,60.0,1207.0,45.0,1047.0,663.0,"11,2","69,0","0,9159" -28/11/2004,06.00.00,"0,7",848.0,-200.0,"1,7",560.0,62.0,1206.0,44.0,1045.0,644.0,"8,9","77,1","0,8804" -28/11/2004,07.00.00,"0,8",871.0,-200.0,"1,5",548.0,73.0,1197.0,50.0,1025.0,662.0,"9,5","73,3","0,8719" -28/11/2004,08.00.00,1,909.0,-200.0,"2,6",624.0,157.0,1056.0,74.0,1073.0,736.0,"8,6","77,2","0,8617" -28/11/2004,09.00.00,"1,1",906.0,-200.0,"2,8",637.0,166.0,1024.0,81.0,1070.0,761.0,"8,6","76,6","0,8586" -28/11/2004,10.00.00,"0,8",859.0,-200.0,"1,9",573.0,98.0,1126.0,65.0,1039.0,696.0,"9,7","72,0","0,8649" -28/11/2004,11.00.00,"1,4",1028.0,-200.0,"5,2",773.0,153.0,877.0,76.0,1194.0,871.0,"11,1","68,2","0,8979" -28/11/2004,12.00.00,"2,2",1089.0,-200.0,"6,5",835.0,307.0,778.0,110.0,1216.0,1004.0,"11,8","65,0","0,8966" -28/11/2004,13.00.00,"2,7",1184.0,-200.0,"9,4",954.0,416.0,701.0,124.0,1313.0,1133.0,"12,1","64,8","0,9135" -28/11/2004,14.00.00,"2,3",1136.0,-200.0,"8,2",906.0,346.0,729.0,120.0,1274.0,1140.0,"12,6","63,2","0,9209" -28/11/2004,15.00.00,"1,9",1069.0,-200.0,"6,9",854.0,252.0,780.0,99.0,1242.0,999.0,"13,4","61,9","0,9513" -28/11/2004,16.00.00,"2,7",1214.0,-200.0,"8,6",922.0,326.0,741.0,117.0,1273.0,1124.0,"13,3","63,3","0,9597" -28/11/2004,17.00.00,"3,2",1212.0,-200.0,"8,6",926.0,490.0,720.0,132.0,1283.0,1193.0,"11,2","70,9","0,9406" -28/11/2004,18.00.00,"3,2",1218.0,-200.0,"10,1",981.0,452.0,677.0,113.0,1335.0,1258.0,"9,6","76,5","0,9184" -28/11/2004,19.00.00,"3,5",1279.0,-200.0,"12,6",1069.0,542.0,628.0,117.0,1418.0,1356.0,"9,9","76,3","0,9296" -28/11/2004,20.00.00,"4,5",1382.0,-200.0,"16,5",1196.0,605.0,573.0,127.0,1543.0,1468.0,"10,4","74,6","0,9394" -28/11/2004,21.00.00,"4,1",1292.0,-200.0,"13,0",1085.0,577.0,620.0,132.0,1438.0,1390.0,"10,3","75,1","0,9399" -28/11/2004,22.00.00,"3,3",1250.0,-200.0,"12,1",1054.0,491.0,634.0,121.0,1407.0,1348.0,"10,4","75,4","0,9470" -28/11/2004,23.00.00,"3,1",1260.0,-200.0,"11,4",1030.0,492.0,639.0,122.0,1378.0,1355.0,"10,5","75,4","0,9566" -29/11/2004,00.00.00,3,1203.0,-200.0,"10,3",988.0,412.0,658.0,113.0,1350.0,1315.0,"10,2","78,4","0,9757" -29/11/2004,01.00.00,"2,3",1146.0,-200.0,"8,0",900.0,283.0,718.0,99.0,1280.0,1183.0,"9,9","80,5","0,9840" -29/11/2004,02.00.00,"2,3",1130.0,-200.0,"8,1",902.0,280.0,715.0,86.0,1289.0,1117.0,"9,8","81,4","0,9855" -29/11/2004,03.00.00,"1,7",1032.0,-200.0,"4,9",757.0,-200.0,837.0,-200.0,1182.0,1001.0,"9,5","81,7","0,9693" -29/11/2004,04.00.00,"1,5",993.0,-200.0,"4,2",720.0,156.0,891.0,66.0,1143.0,925.0,"8,9","83,0","0,9487" -29/11/2004,05.00.00,"1,3",987.0,-200.0,"4,9",759.0,166.0,856.0,67.0,1162.0,940.0,"8,8","83,7","0,9529" -29/11/2004,06.00.00,"1,4",1018.0,-200.0,"5,7",800.0,225.0,821.0,78.0,1185.0,956.0,"8,7","84,2","0,9526" -29/11/2004,07.00.00,2,1129.0,-200.0,"9,8",971.0,325.0,707.0,90.0,1315.0,1064.0,"8,7","83,7","0,9454" -29/11/2004,08.00.00,"4,2",1440.0,-200.0,"20,6",1312.0,760.0,537.0,120.0,1657.0,1515.0,"9,6","80,8","0,9687" -29/11/2004,09.00.00,"5,9",1609.0,-200.0,"29,5",1540.0,948.0,486.0,139.0,1961.0,1803.0,"11,3","75,3","1,0048" -29/11/2004,10.00.00,"6,3",1573.0,-200.0,"28,3",1511.0,1044.0,531.0,172.0,1916.0,1927.0,"13,8","68,5","1,0718" -29/11/2004,11.00.00,"6,6",1705.0,-200.0,"30,5",1562.0,1172.0,473.0,232.0,1988.0,2197.0,"14,9","64,9","1,0929" -29/11/2004,12.00.00,5,1551.0,-200.0,"23,0",1377.0,1000.0,564.0,168.0,1734.0,2038.0,"15,3","63,2","1,0898" -29/11/2004,13.00.00,"2,5",1163.0,-200.0,"11,1",1016.0,366.0,781.0,120.0,1363.0,1339.0,"18,6","49,1","1,0425" -29/11/2004,14.00.00,"2,6",1186.0,-200.0,"12,8",1077.0,346.0,797.0,121.0,1404.0,1328.0,"18,6","49,3","1,0451" -29/11/2004,15.00.00,"1,9",1166.0,-200.0,"10,8",1007.0,289.0,775.0,117.0,1391.0,1227.0,"18,4","49,9","1,0453" -29/11/2004,16.00.00,"2,3",1200.0,-200.0,"11,4",1027.0,316.0,760.0,121.0,1416.0,1199.0,"17,9","51,4","1,0488" -29/11/2004,17.00.00,"1,9",1134.0,-200.0,"8,1",903.0,238.0,821.0,107.0,1299.0,1046.0,"18,0","51,9","1,0622" -29/11/2004,18.00.00,"2,3",1161.0,-200.0,"10,0",979.0,267.0,758.0,115.0,1375.0,1132.0,"16,7","57,3","1,0813" -29/11/2004,19.00.00,"1,8",1117.0,-200.0,"7,3",871.0,182.0,781.0,94.0,1320.0,986.0,"17,3","57,0","1,1137" -29/11/2004,20.00.00,"1,9",1114.0,-200.0,"7,3",872.0,197.0,857.0,98.0,1310.0,991.0,"16,8","58,7","1,1109" -29/11/2004,21.00.00,"1,4",1022.0,-200.0,"4,6",744.0,149.0,1224.0,87.0,1210.0,847.0,"16,5","59,2","1,1021" -29/11/2004,22.00.00,"1,2",996.0,-200.0,"4,0",710.0,124.0,1699.0,78.0,1182.0,783.0,"16,3","59,7","1,0941" -29/11/2004,23.00.00,1,1002.0,-200.0,"3,9",704.0,105.0,1472.0,69.0,1202.0,752.0,"16,0","61,6","1,1127" -30/11/2004,00.00.00,"1,2",1032.0,-200.0,"3,6",688.0,109.0,1514.0,67.0,1200.0,737.0,"15,6","66,6","1,1763" -30/11/2004,01.00.00,"1,4",1052.0,-200.0,"5,1",766.0,169.0,1031.0,81.0,1302.0,796.0,"13,8","80,4","1,2621" -30/11/2004,02.00.00,"1,2",1014.0,-200.0,"4,5",737.0,124.0,1509.0,75.0,1288.0,765.0,"13,2","84,4","1,2779" -30/11/2004,03.00.00,"0,8",897.0,-200.0,"2,0",581.0,-200.0,1184.0,-200.0,1181.0,636.0,"13,6","82,8","1,2845" -30/11/2004,04.00.00,"0,6",878.0,-200.0,"1,2",518.0,50.0,1294.0,42.0,1149.0,539.0,"13,8","81,3","1,2767" -30/11/2004,05.00.00,"0,6",840.0,-200.0,"1,4",534.0,47.0,1268.0,38.0,1109.0,483.0,"13,6","75,5","1,1720" -30/11/2004,06.00.00,"0,7",879.0,-200.0,"1,9",575.0,110.0,1262.0,64.0,1111.0,537.0,"11,5","81,4","1,1025" -30/11/2004,07.00.00,"1,1",999.0,-200.0,"3,6",690.0,193.0,1027.0,86.0,1192.0,707.0,"11,8","80,7","1,1181" -30/11/2004,08.00.00,"2,5",1251.0,-200.0,"11,0",1015.0,475.0,751.0,127.0,1453.0,1070.0,"12,3","78,9","1,1283" -30/11/2004,09.00.00,"3,6",1351.0,-200.0,"17,5",1226.0,420.0,648.0,122.0,1649.0,1248.0,"13,0","76,0","1,1317" -30/11/2004,10.00.00,"3,6",1312.0,-200.0,"15,9",1177.0,439.0,711.0,141.0,1588.0,1261.0,"13,7","70,9","1,1076" -30/11/2004,11.00.00,"3,3",1201.0,-200.0,"13,4",1098.0,461.0,763.0,139.0,1500.0,1209.0,"14,0","70,9","1,1244" -30/11/2004,12.00.00,2,1120.0,-200.0,"8,8",932.0,238.0,897.0,105.0,1301.0,1039.0,"14,6","65,9","1,0880" -30/11/2004,13.00.00,"1,9",1071.0,-200.0,"9,4",955.0,232.0,940.0,103.0,1311.0,977.0,"14,9","59,9","1,0063" -30/11/2004,14.00.00,"2,2",1085.0,-200.0,"9,7",967.0,241.0,943.0,108.0,1321.0,976.0,"14,9","58,4","0,9839" -30/11/2004,15.00.00,"2,2",1113.0,-200.0,"10,1",980.0,278.0,984.0,109.0,1311.0,995.0,"15,3","54,3","0,9357" -30/11/2004,16.00.00,"3,8",1310.0,-200.0,"20,2",1301.0,496.0,746.0,149.0,1694.0,1350.0,"14,6","56,6","0,9367" -30/11/2004,17.00.00,"3,5",1183.0,-200.0,"14,2",1122.0,464.0,897.0,143.0,1476.0,1215.0,"12,6","62,0","0,9027" -30/11/2004,18.00.00,"5,2",1362.0,-200.0,"22,8",1373.0,600.0,755.0,159.0,1698.0,1461.0,"11,9","62,3","0,8674" -30/11/2004,19.00.00,"6,3",1408.0,-200.0,"28,0",1502.0,692.0,640.0,178.0,1843.0,1598.0,"11,6","64,3","0,8789" -30/11/2004,20.00.00,"6,8",1471.0,-200.0,"30,3",1559.0,731.0,605.0,168.0,1939.0,1669.0,"11,5","68,0","0,9207" -30/11/2004,21.00.00,"4,1",1157.0,-200.0,"12,4",1063.0,491.0,905.0,160.0,1394.0,1223.0,"10,7","73,9","0,9502" -30/11/2004,22.00.00,"2,3",1061.0,-200.0,"8,0",899.0,284.0,1067.0,117.0,1277.0,939.0,"9,6","83,0","0,9899" -30/11/2004,23.00.00,"1,9",1006.0,-200.0,"6,5",836.0,245.0,1226.0,113.0,1210.0,902.0,"9,6","79,9","0,9579" -01/12/2004,00.00.00,"2,2",1039.0,-200.0,"7,5",880.0,273.0,1198.0,113.0,1251.0,933.0,"9,8","79,4","0,9626" -01/12/2004,01.00.00,"1,3",886.0,-200.0,"3,8",699.0,157.0,1900.0,94.0,1106.0,766.0,"10,1","75,3","0,9322" -01/12/2004,02.00.00,"1,2",900.0,-200.0,"3,8",701.0,117.0,1955.0,76.0,1127.0,749.0,"9,1","80,0","0,9299" -01/12/2004,03.00.00,"0,9",856.0,-200.0,"3,0",654.0,-200.0,2042.0,-200.0,1100.0,709.0,"8,7","82,4","0,9294" -01/12/2004,04.00.00,-200,857.0,-200.0,"2,8",638.0,123.0,2061.0,68.0,1083.0,746.0,"8,5","81,7","0,9074" -01/12/2004,05.00.00,"0,6",844.0,-200.0,"2,5",618.0,100.0,2095.0,63.0,1064.0,757.0,"8,3","80,4","0,8861" -01/12/2004,06.00.00,"0,9",927.0,-200.0,"3,3",671.0,135.0,2009.0,74.0,1098.0,792.0,"8,9","79,2","0,9067" -01/12/2004,07.00.00,"1,4",1007.0,-200.0,"7,0",857.0,301.0,1699.0,96.0,1248.0,921.0,"8,7","80,8","0,9096" -01/12/2004,08.00.00,"3,4",1318.0,-200.0,"18,1",1243.0,641.0,1261.0,121.0,1638.0,1318.0,"9,0","79,8","0,9203" -01/12/2004,09.00.00,5,1396.0,-200.0,"24,6",1419.0,849.0,1104.0,145.0,1799.0,1547.0,"9,5","78,3","0,9338" -01/12/2004,10.00.00,"4,7",1337.0,-200.0,"19,7",1288.0,861.0,1192.0,158.0,1648.0,1516.0,"10,4","76,0","0,9561" -01/12/2004,11.00.00,"3,2",1202.0,-200.0,"13,0",1083.0,629.0,1376.0,143.0,1410.0,1340.0,"11,0","74,4","0,9736" -01/12/2004,12.00.00,"3,5",1309.0,-200.0,"17,1",1212.0,737.0,1267.0,182.0,1533.0,1556.0,"13,8","63,6","0,9959" -01/12/2004,13.00.00,4,1351.0,-200.0,"19,3",1278.0,712.0,1249.0,163.0,1623.0,1582.0,"13,6","65,6","1,0167" -01/12/2004,14.00.00,"5,7",1501.0,-200.0,"28,4",1514.0,933.0,1090.0,178.0,1898.0,1791.0,"13,7","66,5","1,0380" -01/12/2004,15.00.00,5,1426.0,-200.0,"22,9",1375.0,836.0,1143.0,162.0,1751.0,1631.0,"13,0","73,0","1,0860" -01/12/2004,16.00.00,"5,6",1544.0,-200.0,"25,7",1446.0,987.0,1070.0,171.0,1834.0,1679.0,"12,7","77,1","1,1251" -01/12/2004,17.00.00,"6,2",1566.0,-200.0,"26,8",1474.0,985.0,1049.0,174.0,1887.0,1681.0,"12,3","79,7","1,1342" -01/12/2004,18.00.00,"7,5",1547.0,-200.0,"29,2",1532.0,1040.0,1009.0,185.0,1972.0,1718.0,"12,3","78,8","1,1279" -01/12/2004,19.00.00,3,1124.0,-200.0,"11,9",1047.0,401.0,1401.0,126.0,1419.0,1193.0,"12,5","72,6","1,0489" -01/12/2004,20.00.00,"2,6",1090.0,-200.0,"10,1",981.0,279.0,1513.0,113.0,1390.0,1044.0,"11,8","76,1","1,0544" -01/12/2004,21.00.00,"2,1",1034.0,-200.0,"7,2",865.0,280.0,1732.0,111.0,1280.0,925.0,"11,3","79,9","1,0697" -01/12/2004,22.00.00,"1,8",1040.0,-200.0,"7,1",859.0,280.0,1705.0,107.0,1293.0,889.0,"11,1","84,3","1,1137" -01/12/2004,23.00.00,2,1060.0,-200.0,"7,5",877.0,327.0,1648.0,107.0,1313.0,929.0,"11,3","83,1","1,1089" -02/12/2004,00.00.00,"2,2",1076.0,-200.0,"8,1",903.0,316.0,1627.0,102.0,1330.0,958.0,"11,6","81,0","1,1082" -02/12/2004,01.00.00,"1,9",975.0,-200.0,"5,5",787.0,223.0,1812.0,96.0,1238.0,844.0,"11,7","77,8","1,0689" -02/12/2004,02.00.00,"1,6",987.0,-200.0,"5,7",796.0,180.0,1789.0,86.0,1254.0,830.0,"11,7","78,6","1,0813" -02/12/2004,03.00.00,"1,1",928.0,-200.0,"3,8",699.0,-200.0,1930.0,-200.0,1198.0,785.0,"11,9","78,2","1,0856" -02/12/2004,04.00.00,"0,9",889.0,-200.0,"2,9",646.0,131.0,2047.0,70.0,1163.0,743.0,"12,0","77,4","1,0825" -02/12/2004,05.00.00,"0,7",880.0,-200.0,"2,4",610.0,101.0,2095.0,59.0,1150.0,711.0,"12,0","78,0","1,0940" -02/12/2004,06.00.00,"0,9",919.0,-200.0,"4,0",711.0,189.0,1667.0,74.0,1195.0,819.0,"12,4","75,3","1,0813" -02/12/2004,07.00.00,"1,4",1073.0,-200.0,"7,2",867.0,336.0,768.0,89.0,1329.0,981.0,"12,5","76,4","1,1021" -02/12/2004,08.00.00,"4,2",1435.0,-200.0,"21,6",1341.0,804.0,501.0,131.0,1787.0,1480.0,"12,9","73,8","1,0937" -02/12/2004,09.00.00,5,1477.0,-200.0,"27,9",1501.0,860.0,444.0,139.0,1972.0,1691.0,"13,3","70,7","1,0749" -02/12/2004,10.00.00,"4,4",1337.0,-200.0,"19,2",1275.0,745.0,525.0,145.0,1655.0,1548.0,"14,3","66,1","1,0711" -02/12/2004,11.00.00,"3,4",1308.0,-200.0,"16,4",1191.0,685.0,537.0,137.0,1559.0,1523.0,"15,4","63,9","1,1071" -02/12/2004,12.00.00,"2,8",1245.0,-200.0,"14,8",1143.0,639.0,569.0,128.0,1531.0,1406.0,"15,9","62,7","1,1273" -02/12/2004,13.00.00,"3,4",1295.0,-200.0,"16,8",1205.0,668.0,538.0,128.0,1579.0,1476.0,"16,4","61,9","1,1465" -02/12/2004,14.00.00,"2,9",1338.0,-200.0,"16,9",1208.0,469.0,539.0,123.0,1600.0,1481.0,"18,0","58,0","1,1901" -02/12/2004,15.00.00,"3,9",1405.0,-200.0,"19,0",1269.0,605.0,500.0,136.0,1735.0,1534.0,"19,2","57,9","1,2757" -02/12/2004,16.00.00,4,1456.0,-200.0,"19,8",1291.0,641.0,490.0,137.0,1753.0,1592.0,"18,1","62,1","1,2822" -02/12/2004,17.00.00,"4,9",1516.0,-200.0,"24,8",1423.0,774.0,455.0,151.0,1881.0,1688.0,"16,7","67,3","1,2707" -02/12/2004,18.00.00,"7,7",1707.0,-200.0,"37,6",1721.0,1001.0,375.0,171.0,2260.0,1940.0,"15,8","70,7","1,2601" -02/12/2004,19.00.00,"9,4",1816.0,-200.0,"43,9",1851.0,1184.0,341.0,171.0,2405.0,2069.0,"15,4","73,0","1,2688" -02/12/2004,20.00.00,"7,8",1713.0,-200.0,"36,6",1699.0,1020.0,371.0,161.0,2196.0,1943.0,"15,4","73,0","1,2648" -02/12/2004,21.00.00,"6,6",1646.0,-200.0,"30,8",1570.0,964.0,401.0,154.0,2049.0,1846.0,"15,3","73,6","1,2691" -02/12/2004,22.00.00,"4,7",1468.0,-200.0,"22,0",1351.0,741.0,472.0,127.0,1783.0,1611.0,"15,1","74,3","1,2623" -02/12/2004,23.00.00,"4,8",1443.0,-200.0,"20,9",1323.0,757.0,486.0,115.0,1760.0,1487.0,"14,2","78,0","1,2540" -03/12/2004,00.00.00,"3,2",1289.0,-200.0,"13,1",1087.0,564.0,587.0,102.0,1515.0,1208.0,"14,1","81,4","1,3066" -03/12/2004,01.00.00,"2,6",1194.0,-200.0,"9,3",950.0,434.0,667.0,100.0,1433.0,1043.0,"14,4","82,7","1,3496" -03/12/2004,02.00.00,"2,1",1165.0,-200.0,"9,4",957.0,308.0,661.0,86.0,1452.0,979.0,"14,1","84,1","1,3461" -03/12/2004,03.00.00,"1,3",1003.0,-200.0,"4,7",747.0,-200.0,843.0,-200.0,1289.0,806.0,"14,1","84,8","1,3544" -03/12/2004,04.00.00,"1,1",986.0,-200.0,"3,8",700.0,133.0,883.0,80.0,1249.0,768.0,"14,0","84,1","1,3389" -03/12/2004,05.00.00,"0,7",930.0,-200.0,"2,5",623.0,103.0,975.0,74.0,1215.0,720.0,"13,9","85,1","1,3449" -03/12/2004,06.00.00,"0,9",988.0,-200.0,"4,0",709.0,178.0,897.0,82.0,1267.0,785.0,"13,8","85,5","1,3469" -03/12/2004,07.00.00,"1,5",1094.0,-200.0,"7,0",857.0,289.0,739.0,96.0,1378.0,903.0,"13,8","85,3","1,3412" -03/12/2004,08.00.00,"3,8",1528.0,-200.0,"21,1",1328.0,736.0,487.0,124.0,1839.0,1389.0,"13,7","84,5","1,3202" -03/12/2004,09.00.00,6,1628.0,-200.0,"29,0",1528.0,928.0,416.0,142.0,2081.0,1649.0,"13,9","83,9","1,3284" -03/12/2004,10.00.00,"5,1",1555.0,-200.0,"23,0",1377.0,897.0,455.0,154.0,1834.0,1621.0,"14,6","81,6","1,3448" -03/12/2004,11.00.00,"3,6",1290.0,-200.0,"13,0",1084.0,596.0,586.0,144.0,1544.0,1362.0,"15,8","74,7","1,3336" -03/12/2004,12.00.00,3,1280.0,-200.0,"14,9",1144.0,481.0,555.0,144.0,1599.0,1624.0,"16,4","72,1","1,3360" -03/12/2004,13.00.00,"3,1",1302.0,-200.0,"15,7",1169.0,495.0,544.0,139.0,1636.0,1605.0,"16,8","70,3","1,3341" -03/12/2004,14.00.00,"3,3",1332.0,-200.0,"18,1",1242.0,460.0,524.0,138.0,1716.0,1608.0,"17,9","66,3","1,3499" -03/12/2004,15.00.00,"3,4",1332.0,-200.0,"15,5",1163.0,445.0,548.0,134.0,1664.0,1522.0,"18,8","62,7","1,3506" -03/12/2004,16.00.00,"4,6",1493.0,-200.0,"23,8",1399.0,618.0,466.0,150.0,1893.0,1708.0,"19,0","61,6","1,3407" -03/12/2004,17.00.00,"6,9",1648.0,-200.0,"32,6",1612.0,858.0,401.0,173.0,2177.0,1885.0,"17,7","68,3","1,3713" -03/12/2004,18.00.00,"5,1",1482.0,-200.0,"24,0",1404.0,634.0,463.0,134.0,1883.0,1657.0,"16,5","71,7","1,3358" -03/12/2004,19.00.00,"4,9",1501.0,-200.0,"23,6",1392.0,575.0,476.0,128.0,1832.0,1645.0,"15,7","72,7","1,2872" -03/12/2004,20.00.00,"6,1",1601.0,-200.0,"30,7",1568.0,738.0,422.0,132.0,2111.0,1729.0,"15,0","74,4","1,2593" -03/12/2004,21.00.00,"6,2",1421.0,-200.0,"20,9",1320.0,739.0,496.0,134.0,1804.0,1556.0,"14,6","75,2","1,2405" -03/12/2004,22.00.00,3,1232.0,-200.0,"12,7",1074.0,472.0,606.0,107.0,1504.0,1317.0,"14,0","75,7","1,2051" -03/12/2004,23.00.00,"3,4",1270.0,-200.0,"14,0",1117.0,542.0,586.0,101.0,1528.0,1290.0,"13,1","78,7","1,1817" -04/12/2004,00.00.00,"3,5",1257.0,-200.0,"13,7",1108.0,577.0,592.0,94.0,1520.0,1287.0,"12,6","78,4","1,1419" -04/12/2004,01.00.00,"3,2",1246.0,-200.0,"12,8",1077.0,568.0,621.0,99.0,1462.0,1235.0,"12,8","77,9","1,1438" -04/12/2004,02.00.00,"2,9",1166.0,-200.0,"11,0",1013.0,451.0,643.0,90.0,1408.0,1144.0,"12,1","79,4","1,1201" -04/12/2004,03.00.00,"2,1",1062.0,-200.0,"8,2",906.0,-200.0,724.0,-200.0,1305.0,1004.0,"11,6","80,1","1,0899" -04/12/2004,04.00.00,-200,1005.0,-200.0,"6,4",829.0,242.0,779.0,71.0,1246.0,944.0,"11,6","79,7","1,0858" -04/12/2004,05.00.00,"1,7",1032.0,-200.0,"6,8",848.0,277.0,751.0,71.0,1266.0,972.0,"11,4","81,1","1,0928" -04/12/2004,06.00.00,"1,7",1034.0,-200.0,"7,4",876.0,291.0,740.0,66.0,1305.0,968.0,"11,5","81,7","1,1033" -04/12/2004,07.00.00,"1,3",1024.0,-200.0,"6,2",822.0,277.0,800.0,70.0,1266.0,954.0,"12,4","77,1","1,1072" -04/12/2004,08.00.00,"2,8",1243.0,-200.0,"13,7",1108.0,510.0,595.0,90.0,1539.0,1201.0,"12,3","79,0","1,1293" -04/12/2004,09.00.00,"2,5",1148.0,-200.0,"9,6",963.0,451.0,680.0,102.0,1395.0,1017.0,"12,2","83,9","1,1890" -04/12/2004,10.00.00,"2,7",1182.0,-200.0,"10,4",994.0,584.0,654.0,102.0,1431.0,1039.0,"12,2","85,1","1,2079" -04/12/2004,11.00.00,"1,5",1015.0,-200.0,"6,5",835.0,260.0,796.0,94.0,1263.0,911.0,"12,4","80,1","1,1462" -04/12/2004,12.00.00,"2,6",1175.0,-200.0,"10,6",1002.0,492.0,668.0,122.0,1422.0,1059.0,"13,0","77,8","1,1641" -04/12/2004,13.00.00,"3,1",1224.0,-200.0,"11,9",1046.0,580.0,630.0,124.0,1476.0,1213.0,"11,8","86,5","1,1981" -04/12/2004,14.00.00,"2,5",1123.0,-200.0,"8,4",916.0,373.0,709.0,103.0,1346.0,1003.0,"11,9","85,7","1,1912" -04/12/2004,15.00.00,"2,6",1187.0,-200.0,"9,6",961.0,497.0,685.0,115.0,1408.0,1017.0,"11,9","88,7","1,2352" -04/12/2004,16.00.00,"2,5",1116.0,-200.0,"7,1",860.0,413.0,758.0,107.0,1316.0,937.0,"12,3","87,0","1,2422" -04/12/2004,17.00.00,"2,3",1131.0,-200.0,"8,3",912.0,444.0,728.0,120.0,1356.0,987.0,"12,7","84,4","1,2352" -04/12/2004,18.00.00,"3,1",1215.0,-200.0,"10,9",1012.0,533.0,653.0,120.0,1441.0,1131.0,"13,1","81,7","1,2284" -04/12/2004,19.00.00,"1,9",1077.0,-200.0,"6,9",852.0,325.0,773.0,108.0,1302.0,969.0,"13,1","80,4","1,2038" -04/12/2004,20.00.00,"2,5",1210.0,-200.0,"10,6",1000.0,439.0,679.0,115.0,1456.0,1062.0,"13,4","79,9","1,2254" -04/12/2004,21.00.00,"3,1",1181.0,-200.0,"9,4",956.0,506.0,689.0,124.0,1400.0,1058.0,"13,8","76,8","1,2060" -04/12/2004,22.00.00,2,1088.0,-200.0,"6,9",851.0,349.0,766.0,109.0,1307.0,959.0,"14,0","75,9","1,2064" -04/12/2004,23.00.00,"1,9",1054.0,-200.0,"5,6",794.0,235.0,830.0,93.0,1282.0,887.0,"13,5","78,3","1,2097" -05/12/2004,00.00.00,"2,4",1096.0,-200.0,"6,3",826.0,378.0,795.0,103.0,1285.0,911.0,"13,0","79,2","1,1820" -05/12/2004,01.00.00,2,1042.0,-200.0,"6,5",834.0,304.0,808.0,106.0,1267.0,914.0,"12,4","77,5","1,1115" -05/12/2004,02.00.00,"1,2",887.0,-200.0,"3,4",679.0,180.0,969.0,96.0,1132.0,786.0,"12,3","71,2","1,0175" -05/12/2004,03.00.00,1,884.0,-200.0,"3,0",651.0,-200.0,1034.0,-200.0,1105.0,741.0,"12,2","69,6","0,9860" -05/12/2004,04.00.00,1,862.0,-200.0,"2,8",639.0,148.0,1033.0,81.0,1100.0,727.0,"12,3","67,5","0,9624" -05/12/2004,05.00.00,"0,8",821.0,-200.0,"2,0",584.0,106.0,1132.0,70.0,1070.0,686.0,"12,7","65,6","0,9566" -05/12/2004,06.00.00,"0,6",797.0,-200.0,"1,5",543.0,87.0,1235.0,60.0,1047.0,648.0,"12,5","65,9","0,9533" -05/12/2004,07.00.00,"0,7",802.0,-200.0,"1,4",538.0,96.0,1237.0,63.0,1042.0,645.0,"12,4","65,4","0,9426" -05/12/2004,08.00.00,"0,8",848.0,-200.0,"1,9",578.0,120.0,1160.0,68.0,1068.0,679.0,"13,2","62,5","0,9430" -05/12/2004,09.00.00,"0,9",863.0,-200.0,"2,4",610.0,130.0,1088.0,68.0,1086.0,696.0,"13,1","62,4","0,9366" -05/12/2004,10.00.00,1,889.0,-200.0,"3,1",661.0,140.0,1001.0,66.0,1115.0,735.0,"12,9","64,7","0,9564" -05/12/2004,11.00.00,"1,3",969.0,-200.0,"4,4",733.0,176.0,901.0,72.0,1191.0,803.0,"13,0","67,6","1,0090" -05/12/2004,12.00.00,"1,7",1013.0,-200.0,"5,6",795.0,209.0,826.0,81.0,1257.0,848.0,"13,0","69,7","1,0403" -05/12/2004,13.00.00,"2,4",1100.0,-200.0,"6,7",842.0,309.0,774.0,89.0,1296.0,882.0,"12,0","80,0","1,1167" -05/12/2004,14.00.00,"1,7",1019.0,-200.0,"5,5",788.0,226.0,828.0,85.0,1267.0,812.0,"11,4","83,7","1,1278" -05/12/2004,15.00.00,"1,8",1061.0,-200.0,"7,7",887.0,246.0,745.0,86.0,1367.0,889.0,"12,0","80,8","1,1264" -05/12/2004,16.00.00,"1,5",940.0,-200.0,"3,7",692.0,208.0,934.0,83.0,1177.0,749.0,"11,5","81,0","1,1010" -05/12/2004,17.00.00,"1,1",904.0,-200.0,"2,8",640.0,154.0,1022.0,77.0,1152.0,682.0,"11,3","81,0","1,0851" -05/12/2004,18.00.00,"2,4",1120.0,-200.0,"8,9",935.0,275.0,744.0,93.0,1385.0,922.0,"12,0","78,4","1,0954" -05/12/2004,19.00.00,2,987.0,-200.0,"4,6",746.0,281.0,880.0,103.0,1212.0,833.0,"12,1","75,5","1,0669" -05/12/2004,20.00.00,"1,5",971.0,-200.0,"4,4",734.0,237.0,905.0,90.0,1187.0,808.0,"12,5","71,9","1,0351" -05/12/2004,21.00.00,"1,7",965.0,-200.0,"4,4",733.0,225.0,909.0,93.0,1173.0,790.0,"12,6","70,5","1,0239" -05/12/2004,22.00.00,1,873.0,-200.0,"2,8",641.0,143.0,1025.0,72.0,1120.0,685.0,"12,5","69,1","1,0003" -05/12/2004,23.00.00,1,892.0,-200.0,"3,3",672.0,146.0,1012.0,73.0,1111.0,706.0,"13,1","64,3","0,9628" -06/12/2004,00.00.00,1,857.0,-200.0,"2,3",605.0,115.0,1094.0,64.0,1071.0,636.0,"13,2","62,9","0,9517" -06/12/2004,01.00.00,"0,9",901.0,-200.0,"3,2",662.0,125.0,1034.0,66.0,1127.0,678.0,"13,3","63,6","0,9673" -06/12/2004,02.00.00,"1,1",901.0,-200.0,"3,1",661.0,150.0,1022.0,71.0,1124.0,714.0,"13,3","65,3","0,9948" -06/12/2004,03.00.00,"1,1",904.0,-200.0,"3,0",649.0,-200.0,983.0,-200.0,1157.0,726.0,"12,7","72,2","1,0525" -06/12/2004,04.00.00,"0,6",857.0,-200.0,"1,7",562.0,78.0,1140.0,54.0,1130.0,646.0,"11,9","79,6","1,1043" -06/12/2004,05.00.00,"0,7",881.0,-200.0,"2,3",602.0,108.0,1034.0,58.0,1157.0,685.0,"11,8","81,4","1,1238" -06/12/2004,06.00.00,"0,9",913.0,-200.0,"3,8",701.0,181.0,926.0,72.0,1219.0,750.0,"12,0","80,1","1,1231" -06/12/2004,07.00.00,"1,3",1012.0,-200.0,"6,1",817.0,302.0,819.0,89.0,1314.0,878.0,"12,2","78,8","1,1178" -06/12/2004,08.00.00,"3,1",1314.0,-200.0,"15,8",1173.0,587.0,589.0,112.0,1627.0,1238.0,"12,7","77,2","1,1298" -06/12/2004,09.00.00,"4,9",1479.0,-200.0,"26,4",1465.0,712.0,471.0,131.0,2018.0,1572.0,"13,4","74,4","1,1407" -06/12/2004,10.00.00,"4,7",1299.0,-200.0,"18,5",1254.0,698.0,566.0,161.0,1662.0,1488.0,"15,9","63,4","1,1349" -06/12/2004,11.00.00,"3,2",1221.0,-200.0,"13,2",1090.0,576.0,641.0,135.0,1489.0,1424.0,"18,5","52,9","1,1174" -06/12/2004,12.00.00,"2,5",1171.0,-200.0,"12,0",1049.0,438.0,655.0,119.0,1418.0,1338.0,"18,4","52,6","1,1064" -06/12/2004,13.00.00,"3,8",1316.0,-200.0,"19,9",1293.0,562.0,538.0,144.0,1682.0,1559.0,"19,4","49,8","1,1095" -06/12/2004,14.00.00,"3,3",1208.0,-200.0,"16,4",1191.0,467.0,573.0,130.0,1589.0,1415.0,"19,5","50,1","1,1225" -06/12/2004,15.00.00,"2,5",1145.0,-200.0,"13,8",1112.0,323.0,621.0,109.0,1481.0,1331.0,"20,3","47,5","1,1187" -06/12/2004,16.00.00,"2,7",1189.0,-200.0,"15,6",1167.0,391.0,599.0,114.0,1541.0,1315.0,"18,7","53,0","1,1322" -06/12/2004,17.00.00,"2,9",1173.0,-200.0,"15,7",1170.0,379.0,597.0,115.0,1551.0,1289.0,"17,3","57,1","1,1161" -06/12/2004,18.00.00,"3,1",1237.0,-200.0,"18,0",1239.0,387.0,570.0,123.0,1620.0,1389.0,"16,4","59,5","1,1017" -06/12/2004,19.00.00,4,1253.0,-200.0,"17,9",1238.0,433.0,571.0,138.0,1613.0,1351.0,"15,9","60,8","1,0880" -06/12/2004,20.00.00,"3,1",1155.0,-200.0,"14,3",1126.0,349.0,617.0,123.0,1511.0,1267.0,"15,5","60,7","1,0591" -06/12/2004,21.00.00,"2,7",1175.0,-200.0,"12,8",1077.0,337.0,634.0,112.0,1480.0,1279.0,"15,3","63,1","1,0872" -06/12/2004,22.00.00,"1,7",1001.0,-200.0,"7,3",871.0,245.0,806.0,87.0,1264.0,1071.0,"16,6","58,5","1,0963" -06/12/2004,23.00.00,"1,5",1014.0,-200.0,"5,8",804.0,236.0,871.0,79.0,1233.0,994.0,"14,6","64,7","1,0677" -07/12/2004,00.00.00,"1,4",966.0,-200.0,"5,1",770.0,191.0,900.0,74.0,1206.0,956.0,"14,0","66,1","1,0500" -07/12/2004,01.00.00,"1,4",987.0,-200.0,"5,5",786.0,273.0,901.0,75.0,1220.0,936.0,"13,0","69,4","1,0364" -07/12/2004,02.00.00,"1,1",888.0,-200.0,"3,5",680.0,211.0,985.0,70.0,1138.0,826.0,"13,1","67,4","1,0101" -07/12/2004,03.00.00,"1,1",911.0,-200.0,"4,2",719.0,-200.0,947.0,-200.0,1170.0,839.0,"11,6","73,4","0,9990" -07/12/2004,04.00.00,-200,828.0,-200.0,"2,6",627.0,146.0,1074.0,64.0,1103.0,748.0,"11,9","71,4","0,9921" -07/12/2004,05.00.00,"0,6",857.0,-200.0,"2,3",604.0,126.0,1126.0,63.0,1091.0,740.0,"12,4","68,3","0,9801" -07/12/2004,06.00.00,"0,8",886.0,-200.0,"2,8",641.0,146.0,1082.0,67.0,1098.0,783.0,"14,1","60,6","0,9715" -07/12/2004,07.00.00,1,964.0,-200.0,"4,3",730.0,243.0,985.0,71.0,1146.0,891.0,"12,9","64,2","0,9506" -07/12/2004,08.00.00,"2,8",1230.0,-200.0,"12,6",1070.0,450.0,761.0,98.0,1431.0,1197.0,"11,7","68,9","0,9439" -07/12/2004,09.00.00,"3,4",1236.0,-200.0,"16,8",1203.0,499.0,681.0,114.0,1566.0,1311.0,"12,5","65,8","0,9538" -07/12/2004,10.00.00,"3,3",1322.0,-200.0,"17,3",1219.0,574.0,682.0,130.0,1591.0,1472.0,"14,5","61,1","1,0007" -07/12/2004,11.00.00,"4,1",1407.0,-200.0,"19,8",1292.0,679.0,643.0,155.0,1638.0,1694.0,"16,9","54,2","1,0371" -07/12/2004,12.00.00,"3,5",1357.0,-200.0,"21,6",1339.0,572.0,657.0,141.0,1583.0,1639.0,"17,4","53,3","1,0528" -07/12/2004,13.00.00,3,1289.0,-200.0,"18,0",1239.0,396.0,733.0,118.0,1635.0,1469.0,"18,8","49,3","1,0581" -07/12/2004,14.00.00,"3,6",1257.0,-200.0,"16,0",1179.0,455.0,818.0,134.0,1545.0,1415.0,"19,4","47,1","1,0510" -07/12/2004,15.00.00,3,1199.0,-200.0,"13,7",1108.0,423.0,818.0,123.0,1450.0,1250.0,"19,2","47,1","1,0371" -07/12/2004,16.00.00,"2,6",1181.0,-200.0,"14,1",1121.0,356.0,629.0,117.0,1466.0,1236.0,"17,7","51,5","1,0315" -07/12/2004,17.00.00,"2,6",1175.0,-200.0,"13,9",1112.0,350.0,628.0,110.0,1484.0,1212.0,"16,5","54,6","1,0164" -07/12/2004,18.00.00,"3,1",1202.0,-200.0,"14,3",1126.0,359.0,606.0,115.0,1480.0,1212.0,"15,4","57,9","1,0068" -07/12/2004,19.00.00,"3,2",1170.0,-200.0,"13,3",1095.0,358.0,618.0,116.0,1470.0,1195.0,"15,2","58,4","1,0007" -07/12/2004,20.00.00,"2,4",1115.0,-200.0,"11,6",1036.0,289.0,649.0,99.0,1381.0,1200.0,"14,9","58,4","0,9843" -07/12/2004,21.00.00,"2,6",1130.0,-200.0,"11,3",1026.0,359.0,657.0,115.0,1374.0,1209.0,"14,5","60,4","0,9909" -07/12/2004,22.00.00,"2,4",1195.0,-200.0,"11,0",1013.0,355.0,646.0,104.0,1345.0,1276.0,"14,5","62,3","1,0216" -07/12/2004,23.00.00,"1,8",1111.0,-200.0,"7,7",887.0,244.0,720.0,92.0,1262.0,1132.0,"14,6","60,6","1,0033" -08/12/2004,00.00.00,"1,7",1092.0,-200.0,"7,0",855.0,194.0,750.0,84.0,1231.0,1061.0,"15,0","59,3","1,0045" -08/12/2004,01.00.00,"1,9",1111.0,-200.0,"7,0",856.0,176.0,746.0,81.0,1254.0,1036.0,"14,7","60,3","1,0031" -08/12/2004,02.00.00,"1,4",992.0,-200.0,"4,4",731.0,170.0,1035.0,77.0,1149.0,911.0,"15,3","59,1","1,0191" -08/12/2004,03.00.00,"1,5",1051.0,-200.0,"6,1",815.0,-200.0,1305.0,-200.0,1203.0,951.0,"12,3","69,7","0,9954" -08/12/2004,04.00.00,"1,7",1080.0,-200.0,"7,9",896.0,212.0,1075.0,75.0,1262.0,1033.0,"11,6","72,5","0,9916" -08/12/2004,05.00.00,1,893.0,-200.0,"3,1",655.0,146.0,990.0,69.0,1097.0,816.0,"12,0","71,9","1,0030" -08/12/2004,06.00.00,"0,9",923.0,-200.0,"3,2",664.0,177.0,988.0,67.0,1121.0,822.0,"11,8","71,8","0,9909" -08/12/2004,07.00.00,1,950.0,-200.0,"4,0",713.0,172.0,917.0,68.0,1139.0,841.0,"11,8","71,4","0,9864" -08/12/2004,08.00.00,1,947.0,-200.0,"3,2",666.0,159.0,985.0,68.0,1115.0,795.0,"12,8","66,3","0,9804" -08/12/2004,09.00.00,"1,1",973.0,-200.0,"4,0",712.0,184.0,923.0,69.0,1157.0,831.0,"13,2","65,2","0,9841" -08/12/2004,10.00.00,"1,7",1111.0,-200.0,"7,6",884.0,310.0,751.0,81.0,1280.0,1025.0,"13,1","66,2","0,9933" -08/12/2004,11.00.00,"2,3",1206.0,-200.0,"9,8",969.0,363.0,701.0,95.0,1365.0,1178.0,"14,3","63,3","1,0266" -08/12/2004,12.00.00,"2,1",1202.0,-200.0,"9,5",958.0,302.0,732.0,92.0,1330.0,1181.0,"16,0","58,1","1,0482" -08/12/2004,13.00.00,"2,7",1261.0,-200.0,"11,2",1022.0,424.0,635.0,113.0,1407.0,1250.0,"17,3","53,9","1,0562" -08/12/2004,14.00.00,"2,3",1102.0,-200.0,"6,9",855.0,258.0,763.0,98.0,1279.0,1039.0,"17,3","53,3","1,0407" -08/12/2004,15.00.00,"1,2",997.0,-200.0,"4,6",742.0,179.0,911.0,82.0,1180.0,899.0,"16,7","54,7","1,0311" -08/12/2004,16.00.00,"1,4",1049.0,-200.0,"5,5",790.0,221.0,870.0,96.0,1183.0,1019.0,"15,4","58,9","1,0200" -08/12/2004,17.00.00,"1,9",1082.0,-200.0,"6,5",834.0,303.0,800.0,107.0,1207.0,1057.0,"15,2","58,0","0,9927" -08/12/2004,18.00.00,"2,6",1177.0,-200.0,"10,3",987.0,429.0,692.0,119.0,1324.0,1229.0,"16,2","54,5","0,9956" -08/12/2004,19.00.00,"2,4",1166.0,-200.0,"8,9",935.0,357.0,756.0,114.0,1301.0,1135.0,"16,5","55,3","1,0267" -08/12/2004,20.00.00,"3,5",1352.0,-200.0,"14,0",1118.0,438.0,625.0,127.0,1524.0,1188.0,"14,6","72,1","1,1947" -08/12/2004,21.00.00,"3,5",1210.0,-200.0,"9,2",947.0,457.0,697.0,121.0,1404.0,1060.0,"13,9","76,7","1,2098" -08/12/2004,22.00.00,"2,2",1161.0,-200.0,"8,2",909.0,355.0,721.0,109.0,1370.0,962.0,"13,7","79,3","1,2326" -08/12/2004,23.00.00,"2,3",1142.0,-200.0,"7,2",866.0,348.0,815.0,107.0,1329.0,939.0,"13,8","77,3","1,2169" -09/12/2004,00.00.00,"1,9",1054.0,-200.0,"5,5",789.0,241.0,886.0,100.0,1254.0,864.0,"14,2","71,7","1,1578" -09/12/2004,01.00.00,1,926.0,-200.0,"2,9",649.0,134.0,1035.0,83.0,1145.0,741.0,"14,9","65,7","1,1050" -09/12/2004,02.00.00,"0,8",873.0,-200.0,"2,0",583.0,94.0,1155.0,66.0,1108.0,642.0,"14,7","67,3","1,1177" -09/12/2004,03.00.00,"0,5",832.0,-200.0,"1,2",518.0,-200.0,1264.0,-200.0,1061.0,539.0,"15,2","63,2","1,0821" -09/12/2004,04.00.00,"0,4",803.0,-200.0,"0,7",466.0,33.0,1451.0,30.0,1034.0,449.0,"14,8","65,5","1,0965" -09/12/2004,05.00.00,"0,4",818.0,-200.0,"0,7",463.0,33.0,1509.0,29.0,1046.0,437.0,"14,4","68,5","1,1158" -09/12/2004,06.00.00,"0,4",814.0,-200.0,"0,8",482.0,57.0,1426.0,41.0,1027.0,457.0,"14,5","62,9","1,0335" -09/12/2004,07.00.00,"0,6",832.0,-200.0,"1,3",530.0,112.0,1346.0,63.0,1027.0,512.0,"14,6","56,7","0,9358" -09/12/2004,08.00.00,"1,9",1091.0,-200.0,"7,6",882.0,358.0,844.0,114.0,1288.0,931.0,"15,0","55,3","0,9338" -09/12/2004,09.00.00,2,1019.0,-200.0,"7,4",874.0,287.0,1113.0,114.0,1235.0,905.0,"14,5","56,5","0,9306" -09/12/2004,10.00.00,"1,4",937.0,-200.0,"4,7",750.0,263.0,1386.0,102.0,1141.0,790.0,"14,3","55,4","0,9005" -09/12/2004,11.00.00,"1,4",950.0,-200.0,"5,4",786.0,282.0,1038.0,101.0,1145.0,850.0,"14,7","52,5","0,8716" -09/12/2004,12.00.00,"1,5",962.0,-200.0,"5,4",785.0,286.0,993.0,103.0,1161.0,870.0,"15,5","51,7","0,9033" -09/12/2004,13.00.00,"1,6",969.0,-200.0,"6,0",812.0,259.0,989.0,100.0,1189.0,842.0,"14,9","53,4","0,8998" -09/12/2004,14.00.00,"1,8",1010.0,-200.0,"7,1",863.0,265.0,915.0,95.0,1257.0,886.0,"15,2","51,0","0,8762" -09/12/2004,15.00.00,"1,4",946.0,-200.0,"5,3",780.0,249.0,945.0,99.0,1142.0,801.0,"15,2","50,1","0,8580" -09/12/2004,16.00.00,"1,7",988.0,-200.0,"7,2",865.0,268.0,876.0,102.0,1190.0,895.0,"15,6","46,6","0,8176" -09/12/2004,17.00.00,"1,7",948.0,-200.0,"5,7",799.0,226.0,1539.0,105.0,1145.0,827.0,"14,8","48,4","0,8069" -09/12/2004,18.00.00,"2,3",1045.0,-200.0,"9,5",960.0,301.0,1376.0,118.0,1259.0,972.0,"14,6","48,0","0,7902" -09/12/2004,19.00.00,"3,2",1114.0,-200.0,"12,2",1057.0,388.0,777.0,135.0,1301.0,1079.0,"15,1","45,4","0,7759" -09/12/2004,20.00.00,"2,6",1006.0,-200.0,"10,3",987.0,285.0,1028.0,124.0,1247.0,964.0,"14,5","45,4","0,7458" -09/12/2004,21.00.00,"1,6",889.0,-200.0,"4,5",738.0,197.0,1379.0,100.0,1061.0,743.0,"13,4","48,1","0,7374" -09/12/2004,22.00.00,"0,8",792.0,-200.0,"2,0",583.0,105.0,1972.0,66.0,946.0,517.0,"12,3","48,7","0,6931" -09/12/2004,23.00.00,"0,7",808.0,-200.0,"1,8",572.0,88.0,1729.0,57.0,954.0,468.0,"12,0","51,2","0,7179" -10/12/2004,00.00.00,"0,6",814.0,-200.0,"1,9",574.0,92.0,1613.0,58.0,965.0,461.0,"11,9","54,6","0,7589" -10/12/2004,01.00.00,"0,7",827.0,-200.0,"2,7",636.0,88.0,1485.0,59.0,980.0,483.0,"13,7","45,0","0,6991" -10/12/2004,02.00.00,"0,7",801.0,-200.0,"2,7",633.0,90.0,1489.0,60.0,940.0,482.0,"14,7","37,5","0,6220" -10/12/2004,03.00.00,"0,5",770.0,-200.0,"2,2",600.0,-200.0,2081.0,-200.0,901.0,416.0,"13,8","36,8","0,5760" -10/12/2004,04.00.00,-200,721.0,-200.0,"0,7",470.0,42.0,2331.0,35.0,815.0,367.0,"13,2","35,6","0,5375" -10/12/2004,05.00.00,"0,3",709.0,-200.0,"0,5",437.0,31.0,2559.0,27.0,787.0,324.0,"12,0","37,3","0,5239" -10/12/2004,06.00.00,"0,4",734.0,-200.0,"0,8",478.0,51.0,2294.0,39.0,805.0,378.0,"11,7","38,1","0,5223" -10/12/2004,07.00.00,"0,5",770.0,-200.0,"1,4",533.0,100.0,2683.0,63.0,839.0,480.0,"11,5","38,0","0,5159" -10/12/2004,08.00.00,"1,4",919.0,-200.0,"5,6",795.0,315.0,2327.0,110.0,998.0,822.0,"12,3","35,8","0,5086" -10/12/2004,09.00.00,"2,4",996.0,-200.0,"10,6",998.0,417.0,2318.0,128.0,1136.0,1060.0,"12,9","34,5","0,5102" -10/12/2004,10.00.00,"1,8",925.0,-200.0,"7,2",866.0,328.0,2542.0,122.0,1013.0,916.0,"14,4","30,2","0,4911" -10/12/2004,11.00.00,"1,5",883.0,-200.0,"6,2",821.0,304.0,886.0,111.0,967.0,844.0,"16,2","26,2","0,4789" -10/12/2004,12.00.00,"1,5",884.0,-200.0,"6,2",822.0,300.0,909.0,110.0,968.0,807.0,"17,1","23,5","0,4530" -10/12/2004,13.00.00,"1,8",920.0,-200.0,"8,1",903.0,306.0,849.0,114.0,1011.0,853.0,"18,1","21,3","0,4396" -10/12/2004,14.00.00,"2,1",941.0,-200.0,"9,0",941.0,342.0,837.0,114.0,1036.0,884.0,"18,8","20,0","0,4278" -10/12/2004,15.00.00,"1,7",934.0,-200.0,"8,4",914.0,324.0,873.0,111.0,1016.0,834.0,"18,1","20,8","0,4274" -10/12/2004,16.00.00,"2,3",929.0,-200.0,"8,7",928.0,327.0,842.0,116.0,1001.0,893.0,"17,6","19,9","0,3952" -10/12/2004,17.00.00,"2,9",972.0,-200.0,"11,8",1043.0,404.0,764.0,148.0,1083.0,1037.0,"16,0","20,8","0,3757" -10/12/2004,18.00.00,4,1073.0,-200.0,"16,5",1195.0,575.0,675.0,177.0,1249.0,1244.0,"14,6","23,7","0,3903" -10/12/2004,19.00.00,"4,2",1050.0,-200.0,"18,7",1260.0,539.0,662.0,164.0,1256.0,1269.0,"13,7","22,9","0,3581" -10/12/2004,20.00.00,"3,5",980.0,-200.0,"14,5",1132.0,460.0,742.0,151.0,1102.0,1125.0,"12,8","21,7","0,3182" -10/12/2004,21.00.00,"2,6",872.0,-200.0,"8,0",900.0,386.0,918.0,147.0,910.0,946.0,"12,7","21,3","0,3119" -10/12/2004,22.00.00,"1,3",802.0,-200.0,"4,6",743.0,202.0,1051.0,110.0,826.0,751.0,"12,8","22,5","0,3309" -10/12/2004,23.00.00,1,792.0,-200.0,"3,4",674.0,162.0,1122.0,99.0,810.0,670.0,"12,6","23,4","0,3408" -11/12/2004,00.00.00,"1,6",857.0,-200.0,"4,8",753.0,261.0,1034.0,116.0,860.0,754.0,"12,4","24,0","0,3443" -11/12/2004,01.00.00,"1,6",856.0,-200.0,"4,4",734.0,263.0,1041.0,121.0,853.0,781.0,"12,5","24,0","0,3462" -11/12/2004,02.00.00,"1,1",869.0,-200.0,"3,8",702.0,159.0,1019.0,103.0,891.0,842.0,"11,9","32,4","0,4489" -11/12/2004,03.00.00,"1,1",890.0,-200.0,"3,6",688.0,-200.0,1015.0,-200.0,897.0,840.0,"11,7","33,8","0,4623" -11/12/2004,04.00.00,"0,8",834.0,-200.0,"2,7",632.0,111.0,1102.0,83.0,871.0,746.0,"11,5","34,2","0,4621" -11/12/2004,05.00.00,"0,8",860.0,-200.0,"2,4",616.0,104.0,1105.0,76.0,873.0,754.0,"10,5","37,8","0,4799" -11/12/2004,06.00.00,1,909.0,-200.0,"4,3",728.0,221.0,933.0,107.0,948.0,905.0,"7,8","47,4","0,5046" -11/12/2004,07.00.00,"1,2",955.0,-200.0,"5,2",772.0,243.0,1030.0,106.0,957.0,960.0,"9,3","43,1","0,5062" -11/12/2004,08.00.00,"1,7",1035.0,-200.0,"8,4",914.0,356.0,947.0,124.0,1064.0,1080.0,"8,2","46,8","0,5091" -11/12/2004,09.00.00,"2,4",1087.0,-200.0,"14,1",1121.0,429.0,711.0,134.0,1177.0,1209.0,"10,7","34,2","0,4390" -11/12/2004,10.00.00,"2,8",1101.0,-200.0,"13,0",1083.0,518.0,692.0,147.0,1130.0,1243.0,"14,4","28,2","0,4593" -11/12/2004,11.00.00,"2,9",1135.0,-200.0,"13,5",1100.0,460.0,679.0,146.0,1161.0,1273.0,"17,4","23,3","0,4599" -11/12/2004,12.00.00,"2,6",1095.0,-200.0,"12,5",1067.0,389.0,702.0,133.0,1152.0,1216.0,"17,8","23,6","0,4766" -11/12/2004,13.00.00,"2,3",986.0,-200.0,"8,8",931.0,362.0,815.0,120.0,1011.0,976.0,"18,3","19,5","0,4044" -11/12/2004,14.00.00,"2,3",991.0,-200.0,"9,0",940.0,337.0,816.0,117.0,1035.0,973.0,"18,9","18,9","0,4091" -11/12/2004,15.00.00,"1,7",926.0,-200.0,"6,1",815.0,254.0,931.0,109.0,945.0,827.0,"18,4","19,7","0,4117" -11/12/2004,16.00.00,"1,8",974.0,-200.0,"7,8",891.0,281.0,857.0,112.0,1005.0,912.0,"17,8","21,0","0,4234" -11/12/2004,17.00.00,"2,5",1042.0,-200.0,"11,5",1031.0,369.0,756.0,131.0,1094.0,1084.0,"16,1","23,4","0,4248" -11/12/2004,18.00.00,"2,4",1006.0,-200.0,"10,7",1005.0,350.0,781.0,133.0,1071.0,1045.0,"14,9","24,9","0,4178" -11/12/2004,19.00.00,2,979.0,-200.0,"9,2",946.0,323.0,826.0,138.0,1018.0,1026.0,"14,6","24,6","0,4054" -11/12/2004,20.00.00,"2,3",1072.0,-200.0,"10,9",1011.0,340.0,762.0,142.0,1075.0,1172.0,"14,2","26,8","0,4332" -11/12/2004,21.00.00,"2,9",1217.0,-200.0,"11,6",1037.0,443.0,669.0,138.0,1167.0,1452.0,"13,3","38,7","0,5867" -11/12/2004,22.00.00,2,1124.0,-200.0,"9,0",939.0,292.0,737.0,118.0,1126.0,1317.0,"11,2","45,1","0,6004" -11/12/2004,23.00.00,"2,5",1152.0,-200.0,"11,6",1036.0,372.0,670.0,120.0,1206.0,1365.0,"8,8","52,5","0,5969" -12/12/2004,00.00.00,3,1216.0,-200.0,"11,7",1039.0,443.0,685.0,132.0,1183.0,1378.0,"8,6","54,3","0,6060" -12/12/2004,01.00.00,"2,4",1095.0,-200.0,"11,3",1024.0,360.0,708.0,121.0,1219.0,1246.0,"8,1","53,2","0,5746" -12/12/2004,02.00.00,"2,6",1099.0,-200.0,"10,4",994.0,401.0,715.0,117.0,1164.0,1186.0,"6,8","57,8","0,5768" -12/12/2004,03.00.00,2,974.0,-200.0,"6,4",832.0,-200.0,832.0,-200.0,1035.0,1024.0,"6,6","58,1","0,5687" -12/12/2004,04.00.00,"2,1",1091.0,-200.0,"9,8",971.0,273.0,703.0,102.0,1148.0,1187.0,"5,4","64,1","0,5772" -12/12/2004,05.00.00,"1,7",955.0,-200.0,"5,8",804.0,199.0,843.0,95.0,1017.0,1007.0,"5,6","61,6","0,5656" -12/12/2004,06.00.00,"1,5",975.0,-200.0,"7,0",859.0,177.0,777.0,81.0,1043.0,1019.0,"4,2","69,0","0,5737" -12/12/2004,07.00.00,"1,3",909.0,-200.0,"4,0",709.0,206.0,936.0,95.0,953.0,921.0,"4,8","64,6","0,5630" -12/12/2004,08.00.00,"1,9",992.0,-200.0,"6,9",853.0,323.0,821.0,111.0,1052.0,1038.0,"4,0","69,0","0,5661" -12/12/2004,09.00.00,2,1018.0,-200.0,"7,7",889.0,392.0,780.0,118.0,1085.0,1105.0,"4,9","66,3","0,5786" -12/12/2004,10.00.00,"2,7",1100.0,-200.0,"9,9",974.0,420.0,728.0,130.0,1131.0,1208.0,"9,4","48,7","0,5748" -12/12/2004,11.00.00,"2,4",1101.0,-200.0,"8,9",934.0,333.0,751.0,116.0,1085.0,1208.0,"12,6","39,9","0,5804" -12/12/2004,12.00.00,"2,7",1148.0,-200.0,"11,3",1025.0,395.0,701.0,128.0,1165.0,1282.0,"14,4","35,3","0,5763" -12/12/2004,13.00.00,"3,2",1253.0,-200.0,"13,7",1108.0,478.0,633.0,156.0,1253.0,1494.0,"15,1","37,4","0,6374" -12/12/2004,14.00.00,"3,4",1229.0,-200.0,"12,7",1075.0,470.0,638.0,169.0,1226.0,1500.0,"16,0","35,8","0,6456" -12/12/2004,15.00.00,"3,2",1250.0,-200.0,"14,5",1133.0,508.0,629.0,168.0,1274.0,1463.0,"17,5","30,8","0,6095" -12/12/2004,16.00.00,"4,3",1432.0,-200.0,"18,4",1251.0,596.0,547.0,178.0,1396.0,1722.0,"17,2","34,2","0,6669" -12/12/2004,17.00.00,5,1530.0,-200.0,"22,0",1352.0,694.0,491.0,178.0,1550.0,1934.0,"14,3","45,8","0,7452" -12/12/2004,18.00.00,"6,3",1604.0,-200.0,"25,4",1438.0,968.0,466.0,188.0,1650.0,2018.0,"12,2","53,9","0,7617" -12/12/2004,19.00.00,"4,6",1352.0,-200.0,"16,4",1191.0,658.0,570.0,169.0,1362.0,1796.0,"11,6","51,2","0,6965" -12/12/2004,20.00.00,"3,1",1235.0,-200.0,"12,4",1065.0,409.0,640.0,133.0,1213.0,1594.0,"11,3","50,1","0,6720" -12/12/2004,21.00.00,"2,6",1127.0,-200.0,"9,6",962.0,345.0,751.0,125.0,1120.0,1389.0,"10,6","51,2","0,6541" -12/12/2004,22.00.00,"2,1",1073.0,-200.0,"7,1",860.0,230.0,896.0,110.0,1058.0,1238.0,"9,6","51,7","0,6163" -12/12/2004,23.00.00,"2,1",1074.0,-200.0,"7,2",867.0,285.0,888.0,112.0,1064.0,1221.0,"8,7","55,2","0,6225" -13/12/2004,00.00.00,"2,5",1133.0,-200.0,"9,3",951.0,310.0,825.0,112.0,1156.0,1254.0,"7,9","60,2","0,6432" -13/12/2004,01.00.00,2,1021.0,-200.0,"5,9",808.0,224.0,961.0,102.0,1048.0,1098.0,"7,9","59,2","0,6331" -13/12/2004,02.00.00,"1,8",995.0,-200.0,"5,9",807.0,213.0,978.0,90.0,1056.0,1044.0,"6,7","64,6","0,6381" -13/12/2004,03.00.00,"1,3",882.0,-200.0,"2,4",614.0,-200.0,1221.0,-200.0,931.0,888.0,"6,9","62,3","0,6227" -13/12/2004,04.00.00,-200,869.0,-200.0,"2,1",594.0,103.0,1326.0,66.0,935.0,835.0,"6,3","64,6","0,6197" -13/12/2004,05.00.00,"0,7",868.0,-200.0,"1,8",567.0,91.0,1238.0,64.0,919.0,823.0,"6,4","63,3","0,6123" -13/12/2004,06.00.00,"0,9",921.0,-200.0,"3,1",655.0,178.0,1001.0,81.0,972.0,908.0,"6,4","64,4","0,6204" -13/12/2004,07.00.00,"1,5",1041.0,-200.0,"6,8",846.0,351.0,829.0,106.0,1112.0,1076.0,"5,6","68,9","0,6328" -13/12/2004,08.00.00,"3,4",1275.0,-200.0,"16,4",1193.0,587.0,596.0,140.0,1389.0,1393.0,"6,4","65,6","0,6348" -13/12/2004,09.00.00,"3,4",1238.0,-200.0,"16,7",1202.0,475.0,748.0,138.0,1382.0,1429.0,"7,3","61,4","0,6306" -13/12/2004,10.00.00,"3,2",1288.0,-200.0,"17,3",1220.0,576.0,937.0,165.0,1391.0,1594.0,"9,6","53,7","0,6409" -13/12/2004,11.00.00,"4,8",1422.0,-200.0,"22,4",1362.0,920.0,775.0,214.0,1509.0,1956.0,"12,0","45,9","0,6421" -13/12/2004,12.00.00,"3,5",1293.0,-200.0,"17,9",1236.0,710.0,784.0,178.0,1370.0,1872.0,"12,7","44,4","0,6512" -13/12/2004,13.00.00,"4,1",1410.0,-200.0,"22,4",1363.0,696.0,690.0,187.0,1515.0,2014.0,"13,9","42,8","0,6761" -13/12/2004,14.00.00,"4,8",1425.0,-200.0,"23,3",1386.0,744.0,691.0,203.0,1536.0,1978.0,"15,0","41,4","0,7016" -13/12/2004,15.00.00,"4,4",1590.0,-200.0,"28,0",1503.0,743.0,575.0,204.0,1559.0,2257.0,"16,0","38,7","0,6987" -13/12/2004,16.00.00,"4,5",1520.0,-200.0,"30,1",1552.0,801.0,568.0,198.0,1615.0,2104.0,"16,0","38,6","0,6952" -13/12/2004,17.00.00,"5,9",1595.0,-200.0,"33,4",1628.0,1014.0,495.0,218.0,1822.0,2140.0,"14,1","44,9","0,7194" -13/12/2004,18.00.00,"9,9",1881.0,-200.0,"50,8",1983.0,1479.0,334.0,269.0,2271.0,2523.0,"12,6","55,9","0,8142" -13/12/2004,19.00.00,"6,9",1633.0,-200.0,"35,6",1677.0,1018.0,400.0,217.0,1880.0,2188.0,"11,7","60,8","0,8336" -13/12/2004,20.00.00,"4,3",1391.0,-200.0,"21,5",1338.0,729.0,509.0,183.0,1514.0,1816.0,"11,5","60,9","0,8249" -13/12/2004,21.00.00,"2,9",1263.0,-200.0,"15,5",1164.0,508.0,581.0,147.0,1338.0,1587.0,"10,6","64,1","0,8182" -13/12/2004,22.00.00,2,1147.0,-200.0,"10,9",1012.0,347.0,665.0,120.0,1214.0,1381.0,"10,1","66,2","0,8185" -13/12/2004,23.00.00,"1,7",1103.0,-200.0,"8,7",928.0,327.0,715.0,112.0,1174.0,1287.0,"9,0","70,1","0,8036" -14/12/2004,00.00.00,"1,9",1071.0,-200.0,"7,4",873.0,339.0,739.0,107.0,1150.0,1193.0,"8,6","70,5","0,7915" -14/12/2004,01.00.00,2,1137.0,-200.0,"9,9",975.0,358.0,687.0,103.0,1234.0,1223.0,"7,6","74,3","0,7783" -14/12/2004,02.00.00,"1,9",1066.0,-200.0,"8,2",907.0,377.0,728.0,97.0,1174.0,1122.0,"6,9","76,1","0,7590" -14/12/2004,03.00.00,1,918.0,-200.0,"3,9",704.0,-200.0,920.0,-200.0,1032.0,932.0,"8,0","70,6","0,7607" -14/12/2004,04.00.00,"0,8",895.0,-200.0,"3,2",663.0,165.0,977.0,74.0,1007.0,866.0,"6,8","75,4","0,7475" -14/12/2004,05.00.00,"0,7",885.0,-200.0,"3,0",655.0,145.0,996.0,68.0,1015.0,848.0,"6,6","75,3","0,7378" -14/12/2004,06.00.00,"1,1",964.0,-200.0,"5,4",784.0,282.0,824.0,92.0,1080.0,959.0,"6,0","77,3","0,7262" -14/12/2004,07.00.00,"1,7",1088.0,-200.0,"8,7",927.0,494.0,715.0,111.0,1196.0,1154.0,"6,0","76,7","0,7220" -14/12/2004,08.00.00,"3,1",1274.0,-200.0,"15,4",1160.0,606.0,587.0,133.0,1412.0,1373.0,"6,9","73,7","0,7348" -14/12/2004,09.00.00,"4,4",1406.0,-200.0,"27,2",1483.0,581.0,478.0,139.0,1767.0,1708.0,"7,6","70,6","0,7371" -14/12/2004,10.00.00,"5,6",1521.0,-200.0,"30,7",1568.0,920.0,440.0,192.0,1843.0,2097.0,"9,3","64,2","0,7544" -14/12/2004,11.00.00,"4,4",1408.0,-200.0,"24,3",1412.0,811.0,484.0,192.0,1608.0,2056.0,"11,7","55,7","0,7630" -14/12/2004,12.00.00,"4,4",1377.0,-200.0,"21,7",1342.0,786.0,499.0,206.0,1546.0,2006.0,"12,9","54,1","0,8003" -14/12/2004,13.00.00,"4,7",1470.0,-200.0,"25,8",1450.0,677.0,481.0,182.0,1706.0,2015.0,"14,0","53,0","0,8451" -14/12/2004,14.00.00,"4,2",1416.0,-200.0,"21,8",1346.0,612.0,609.0,192.0,1570.0,1945.0,"15,1","50,2","0,8552" -14/12/2004,15.00.00,"3,3",1383.0,-200.0,"20,6",1314.0,524.0,785.0,188.0,1538.0,1793.0,"16,7","47,3","0,8883" -14/12/2004,16.00.00,"5,1",1574.0,-200.0,"27,2",1483.0,775.0,460.0,186.0,1778.0,1962.0,"16,8","48,4","0,9175" -14/12/2004,17.00.00,"7,4",-200.0,-200.0,"-200,0",-200.0,1159.0,-200.0,257.0,-200.0,-200.0,-200,-200,-200 -14/12/2004,18.00.00,"9,3",-200.0,-200.0,"-200,0",-200.0,1310.0,-200.0,248.0,-200.0,-200.0,-200,-200,-200 -14/12/2004,19.00.00,"7,4",-200.0,-200.0,"-200,0",-200.0,1037.0,-200.0,208.0,-200.0,-200.0,-200,-200,-200 -14/12/2004,20.00.00,"5,3",-200.0,-200.0,"-200,0",-200.0,791.0,-200.0,167.0,-200.0,-200.0,-200,-200,-200 -14/12/2004,21.00.00,"4,1",-200.0,-200.0,"-200,0",-200.0,670.0,-200.0,148.0,-200.0,-200.0,-200,-200,-200 -14/12/2004,22.00.00,"2,5",-200.0,-200.0,"-200,0",-200.0,341.0,-200.0,112.0,-200.0,-200.0,-200,-200,-200 -14/12/2004,23.00.00,"2,1",-200.0,-200.0,"-200,0",-200.0,365.0,-200.0,108.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,00.00.00,"2,9",-200.0,-200.0,"-200,0",-200.0,510.0,-200.0,115.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,01.00.00,"2,3",-200.0,-200.0,"-200,0",-200.0,352.0,-200.0,96.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,02.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,299.0,-200.0,87.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,03.00.00,"0,9",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,04.00.00,"0,7",-200.0,-200.0,"-200,0",-200.0,103.0,-200.0,61.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,05.00.00,"0,8",-200.0,-200.0,"-200,0",-200.0,133.0,-200.0,61.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,06.00.00,1,-200.0,-200.0,"-200,0",-200.0,244.0,-200.0,82.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,07.00.00,"1,2",-200.0,-200.0,"-200,0",-200.0,222.0,-200.0,83.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,08.00.00,"3,5",-200.0,-200.0,"-200,0",-200.0,591.0,-200.0,116.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,09.00.00,"4,5",-200.0,-200.0,"-200,0",-200.0,821.0,-200.0,147.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,10.00.00,"4,9",-200.0,-200.0,"-200,0",-200.0,803.0,-200.0,167.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,11.00.00,"3,5",-200.0,-200.0,"-200,0",-200.0,809.0,-200.0,176.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,12.00.00,"3,4",-200.0,-200.0,"-200,0",-200.0,836.0,-200.0,177.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,13.00.00,4,-200.0,-200.0,"-200,0",-200.0,820.0,-200.0,169.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,14.00.00,"4,3",-200.0,-200.0,"-200,0",-200.0,861.0,-200.0,181.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,15.00.00,4,-200.0,-200.0,"-200,0",-200.0,842.0,-200.0,183.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,16.00.00,"4,7",-200.0,-200.0,"-200,0",-200.0,933.0,-200.0,176.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,17.00.00,"6,6",-200.0,-200.0,"-200,0",-200.0,1237.0,-200.0,229.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,18.00.00,"7,3",-200.0,-200.0,"-200,0",-200.0,1137.0,-200.0,214.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,19.00.00,"3,6",-200.0,-200.0,"-200,0",-200.0,484.0,-200.0,137.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,20.00.00,"2,4",-200.0,-200.0,"-200,0",-200.0,325.0,-200.0,115.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,21.00.00,"2,1",-200.0,-200.0,"-200,0",-200.0,292.0,-200.0,107.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,22.00.00,"2,1",-200.0,-200.0,"-200,0",-200.0,303.0,-200.0,105.0,-200.0,-200.0,-200,-200,-200 -15/12/2004,23.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,242.0,-200.0,96.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,00.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,314.0,-200.0,100.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,01.00.00,2,-200.0,-200.0,"-200,0",-200.0,289.0,-200.0,100.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,02.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,224.0,-200.0,92.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,03.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,04.00.00,-200,-200.0,-200.0,"-200,0",-200.0,191.0,-200.0,81.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,05.00.00,1,-200.0,-200.0,"-200,0",-200.0,149.0,-200.0,74.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,06.00.00,1,-200.0,-200.0,"-200,0",-200.0,212.0,-200.0,81.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,07.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,398.0,-200.0,99.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,08.00.00,"3,5",-200.0,-200.0,"-200,0",-200.0,763.0,-200.0,123.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,09.00.00,"5,3",-200.0,-200.0,"-200,0",-200.0,905.0,-200.0,146.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,10.00.00,"4,6",-200.0,-200.0,"-200,0",-200.0,849.0,-200.0,161.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,11.00.00,"4,5",-200.0,-200.0,"-200,0",-200.0,1015.0,-200.0,210.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,12.00.00,"4,2",-200.0,-200.0,"-200,0",-200.0,845.0,-200.0,190.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,13.00.00,"4,1",-200.0,-200.0,"-200,0",-200.0,740.0,-200.0,170.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,14.00.00,"5,5",-200.0,-200.0,"-200,0",-200.0,1018.0,-200.0,212.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,15.00.00,"4,8",-200.0,-200.0,"-200,0",-200.0,1058.0,-200.0,217.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,16.00.00,"5,5",-200.0,-200.0,"-200,0",-200.0,1182.0,-200.0,236.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,17.00.00,"5,2",-200.0,-200.0,"-200,0",-200.0,1089.0,-200.0,217.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,18.00.00,"7,5",-200.0,-200.0,"-200,0",-200.0,1186.0,-200.0,231.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,19.00.00,"8,6",-200.0,-200.0,"-200,0",-200.0,1235.0,-200.0,227.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,20.00.00,"9,1",-200.0,-200.0,"-200,0",-200.0,1253.0,-200.0,219.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,21.00.00,"8,6",-200.0,-200.0,"-200,0",-200.0,1237.0,-200.0,203.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,22.00.00,"5,4",-200.0,-200.0,"-200,0",-200.0,1060.0,-200.0,186.0,-200.0,-200.0,-200,-200,-200 -16/12/2004,23.00.00,"4,3",-200.0,-200.0,"-200,0",-200.0,873.0,-200.0,173.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,00.00.00,"4,2",-200.0,-200.0,"-200,0",-200.0,807.0,-200.0,162.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,01.00.00,"4,3",-200.0,-200.0,"-200,0",-200.0,798.0,-200.0,161.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,02.00.00,"4,2",-200.0,-200.0,"-200,0",-200.0,691.0,-200.0,144.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,03.00.00,"2,8",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,04.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,433.0,-200.0,119.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,05.00.00,"1,8",-200.0,-200.0,"-200,0",-200.0,371.0,-200.0,112.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,06.00.00,2,-200.0,-200.0,"-200,0",-200.0,469.0,-200.0,111.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,07.00.00,"2,5",-200.0,-200.0,"-200,0",-200.0,658.0,-200.0,122.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,08.00.00,"4,1",-200.0,-200.0,"-200,0",-200.0,854.0,-200.0,137.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,09.00.00,"6,3",-200.0,-200.0,"-200,0",-200.0,1005.0,-200.0,151.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,10.00.00,5,-200.0,-200.0,"-200,0",-200.0,937.0,-200.0,164.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,11.00.00,"5,1",-200.0,-200.0,"-200,0",-200.0,963.0,-200.0,198.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,12.00.00,"3,6",-200.0,-200.0,"-200,0",-200.0,635.0,-200.0,213.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,13.00.00,"3,5",-200.0,-200.0,"-200,0",-200.0,521.0,-200.0,164.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,14.00.00,"3,7",-200.0,-200.0,"-200,0",-200.0,613.0,-200.0,177.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,15.00.00,"3,1",-200.0,-200.0,"-200,0",-200.0,516.0,-200.0,168.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,16.00.00,"3,2",-200.0,-200.0,"-200,0",-200.0,446.0,-200.0,150.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,17.00.00,"3,8",-200.0,-200.0,"-200,0",-200.0,499.0,-200.0,152.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,18.00.00,"3,2",-200.0,-200.0,"-200,0",-200.0,407.0,-200.0,138.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,19.00.00,"3,2",-200.0,-200.0,"-200,0",-200.0,418.0,-200.0,129.0,-200.0,-200.0,-200,-200,-200 -17/12/2004,20.00.00,"3,3",1325.0,-200.0,"16,4",1191.0,403.0,564.0,130.0,1542.0,1389.0,"13,3","68,0","1,0376" -17/12/2004,21.00.00,"3,1",1316.0,-200.0,"13,4",1099.0,412.0,610.0,137.0,1451.0,1268.0,"13,2","72,8","1,0984" -17/12/2004,22.00.00,"2,4",1170.0,-200.0,"8,2",906.0,322.0,707.0,125.0,1317.0,1046.0,"12,6","76,5","1,1106" -17/12/2004,23.00.00,"1,4",1061.0,-200.0,"5,7",800.0,200.0,819.0,106.0,1232.0,862.0,"12,6","74,3","1,0843" -18/12/2004,00.00.00,"2,1",1109.0,-200.0,"7,0",855.0,244.0,787.0,121.0,1220.0,866.0,"12,9","72,1","1,0658" -18/12/2004,01.00.00,"1,4",1025.0,-200.0,"5,6",794.0,199.0,848.0,101.0,1202.0,788.0,"13,1","70,5","1,0594" -18/12/2004,02.00.00,"1,4",1086.0,-200.0,"5,1",769.0,190.0,822.0,100.0,1196.0,857.0,"12,4","73,8","1,0574" -18/12/2004,03.00.00,"1,3",1058.0,-200.0,"4,3",727.0,-200.0,834.0,-200.0,1193.0,860.0,"12,2","74,5","1,0537" -18/12/2004,04.00.00,1,1034.0,-200.0,"4,2",719.0,153.0,858.0,86.0,1189.0,845.0,"11,8","76,3","1,0547" -18/12/2004,05.00.00,"1,3",1065.0,-200.0,"6,1",816.0,215.0,777.0,90.0,1245.0,873.0,"10,8","80,0","1,0367" -18/12/2004,06.00.00,1,988.0,-200.0,"5,2",774.0,206.0,842.0,89.0,1189.0,841.0,"10,4","77,3","0,9709" -18/12/2004,07.00.00,"1,1",986.0,-200.0,"5,4",785.0,225.0,842.0,96.0,1173.0,853.0,"10,0","76,2","0,9332" -18/12/2004,08.00.00,"2,1",1136.0,-200.0,"11,0",1015.0,416.0,702.0,125.0,1287.0,1063.0,"9,4","67,7","0,8018" -18/12/2004,09.00.00,"3,2",1256.0,-200.0,"16,1",1184.0,613.0,582.0,143.0,1448.0,1276.0,"9,3","71,2","0,8325" -18/12/2004,10.00.00,"3,3",1228.0,-200.0,"15,7",1170.0,567.0,596.0,153.0,1375.0,1332.0,"12,6","54,0","0,7840" -18/12/2004,11.00.00,"2,3",956.0,-200.0,"8,8",931.0,409.0,799.0,140.0,1046.0,1015.0,"16,1","28,5","0,5164" -18/12/2004,12.00.00,1,781.0,-200.0,"3,9",704.0,183.0,1062.0,92.0,842.0,594.0,"16,6","19,9","0,3728" -18/12/2004,13.00.00,"0,8",759.0,-200.0,"3,8",699.0,140.0,1223.0,78.0,799.0,501.0,"15,9","18,2","0,3255" -18/12/2004,14.00.00,"0,8",722.0,-200.0,"3,3",671.0,133.0,1596.0,68.0,737.0,448.0,"14,3","18,4","0,2991" -18/12/2004,15.00.00,"0,6",699.0,-200.0,"2,4",613.0,115.0,1731.0,64.0,682.0,387.0,"15,0","16,3","0,2749" -18/12/2004,16.00.00,"0,9",755.0,-200.0,"3,6",690.0,157.0,1653.0,80.0,750.0,467.0,"14,9","17,1","0,2875" -18/12/2004,17.00.00,"0,8",746.0,-200.0,"3,5",684.0,149.0,1301.0,81.0,764.0,484.0,"13,2","18,8","0,2837" -18/12/2004,18.00.00,"1,2",784.0,-200.0,"4,6",744.0,219.0,1080.0,102.0,802.0,608.0,"12,4","19,6","0,2797" -18/12/2004,19.00.00,"2,1",931.0,-200.0,"9,9",972.0,424.0,868.0,132.0,974.0,953.0,"11,9","21,3","0,2957" -18/12/2004,20.00.00,"3,9",1112.0,-200.0,"19,0",1267.0,659.0,671.0,162.0,1250.0,1307.0,"11,1","24,8","0,3264" -18/12/2004,21.00.00,"4,4",1133.0,-200.0,"17,2",1215.0,727.0,674.0,179.0,1196.0,1415.0,"10,1","29,7","0,3666" -18/12/2004,22.00.00,2,886.0,-200.0,"8,4",917.0,398.0,908.0,148.0,901.0,1023.0,"10,2","23,8","0,2955" -18/12/2004,23.00.00,"2,3",993.0,-200.0,"11,4",1030.0,414.0,805.0,146.0,1005.0,1154.0,"9,4","27,4","0,3239" -19/12/2004,00.00.00,"3,6",1215.0,-200.0,"15,6",1167.0,600.0,664.0,164.0,1181.0,1426.0,"7,9","39,0","0,4154" -19/12/2004,01.00.00,"3,9",1160.0,-200.0,"13,0",1083.0,596.0,706.0,162.0,1114.0,1363.0,"7,6","40,6","0,4273" -19/12/2004,02.00.00,"1,6",928.0,-200.0,"6,2",819.0,225.0,919.0,118.0,923.0,1006.0,"6,4","43,7","0,4242" -19/12/2004,03.00.00,1,879.0,-200.0,"4,2",722.0,-200.0,1014.0,-200.0,878.0,873.0,"6,3","44,7","0,4293" -19/12/2004,04.00.00,-200,833.0,-200.0,"2,7",632.0,120.0,1107.0,78.0,834.0,760.0,"5,1","46,5","0,4125" -19/12/2004,05.00.00,1,840.0,-200.0,"3,0",649.0,126.0,1044.0,79.0,869.0,799.0,"3,3","53,5","0,4180" -19/12/2004,06.00.00,"0,8",848.0,-200.0,"2,4",612.0,83.0,1169.0,62.0,852.0,703.0,"4,8","49,9","0,4325" -19/12/2004,07.00.00,"0,7",828.0,-200.0,"3,1",660.0,156.0,1078.0,85.0,881.0,781.0,"2,2","60,1","0,4361" -19/12/2004,08.00.00,1,847.0,-200.0,"3,8",698.0,240.0,1034.0,110.0,905.0,815.0,"2,5","59,3","0,4401" -19/12/2004,09.00.00,1,868.0,-200.0,"3,2",665.0,186.0,1067.0,99.0,865.0,800.0,"3,2","55,7","0,4344" -19/12/2004,10.00.00,"1,5",970.0,-200.0,"6,2",819.0,224.0,923.0,101.0,959.0,926.0,"5,0","48,8","0,4290" -19/12/2004,11.00.00,"2,5",1077.0,-200.0,"9,6",963.0,386.0,761.0,129.0,1081.0,1151.0,"5,8","49,8","0,4613" -19/12/2004,12.00.00,"2,6",1058.0,-200.0,"9,6",962.0,397.0,778.0,132.0,1058.0,1153.0,"6,0","47,6","0,4488" -19/12/2004,13.00.00,"3,2",1136.0,-200.0,"12,5",1067.0,477.0,702.0,148.0,1143.0,1298.0,"7,4","44,6","0,4613" -19/12/2004,14.00.00,3,1228.0,-200.0,"12,5",1068.0,405.0,658.0,134.0,1264.0,1238.0,"5,2","73,1","0,6535" -19/12/2004,15.00.00,"3,4",1235.0,-200.0,"14,0",1118.0,453.0,612.0,148.0,1354.0,1222.0,"4,8","81,4","0,7055" -19/12/2004,16.00.00,"3,3",1217.0,-200.0,"11,6",1036.0,459.0,661.0,146.0,1260.0,1171.0,"4,7","82,3","0,7105" -19/12/2004,17.00.00,"3,6",1298.0,-200.0,"13,0",1082.0,452.0,642.0,148.0,1287.0,1237.0,"4,7","82,8","0,7157" -19/12/2004,18.00.00,"5,5",1327.0,-200.0,"17,3",1219.0,579.0,582.0,175.0,1453.0,1366.0,"4,7","83,4","0,7177" -19/12/2004,19.00.00,"4,5",1293.0,-200.0,"14,6",1136.0,542.0,631.0,170.0,1365.0,1278.0,"5,2","83,1","0,7411" -19/12/2004,20.00.00,"4,7",1353.0,-200.0,"16,2",1187.0,601.0,599.0,173.0,1424.0,1293.0,"5,5","84,1","0,7657" -19/12/2004,21.00.00,"4,3",1254.0,-200.0,"13,8",1111.0,521.0,630.0,151.0,1360.0,1198.0,"5,8","84,5","0,7822" -19/12/2004,22.00.00,"3,2",1189.0,-200.0,"10,6",999.0,411.0,680.0,129.0,1286.0,1115.0,"6,2","84,1","0,8018" -19/12/2004,23.00.00,"2,9",1183.0,-200.0,"9,1",944.0,382.0,731.0,126.0,1226.0,1092.0,"6,6","83,3","0,8183" -20/12/2004,00.00.00,"3,1",1185.0,-200.0,"9,7",966.0,421.0,711.0,127.0,1250.0,1104.0,"6,8","82,8","0,8216" -20/12/2004,01.00.00,"2,8",1098.0,-200.0,"7,0",859.0,362.0,792.0,118.0,1211.0,1006.0,"8,2","78,4","0,8561" -20/12/2004,02.00.00,"1,2",938.0,-200.0,"2,8",639.0,104.0,1020.0,83.0,1059.0,777.0,"9,7","70,9","0,8539" -20/12/2004,03.00.00,"0,9",883.0,-200.0,"2,0",583.0,-200.0,1116.0,-200.0,1019.0,710.0,"9,5","69,9","0,8298" -20/12/2004,04.00.00,"0,8",839.0,-200.0,"1,4",536.0,69.0,1229.0,60.0,970.0,600.0,"9,3","65,9","0,7757" -20/12/2004,05.00.00,"0,6",784.0,-200.0,"0,8",479.0,41.0,1365.0,37.0,905.0,477.0,"8,8","62,9","0,7154" -20/12/2004,06.00.00,"0,6",779.0,-200.0,"0,7",466.0,46.0,1393.0,39.0,881.0,454.0,"8,6","58,8","0,6603" -20/12/2004,07.00.00,1,883.0,-200.0,"2,6",625.0,118.0,1069.0,70.0,997.0,630.0,"9,2","55,9","0,6521" -20/12/2004,08.00.00,"3,2",970.0,-200.0,"5,3",776.0,295.0,873.0,108.0,1059.0,858.0,"8,4","57,7","0,6376" -20/12/2004,09.00.00,"3,6",1012.0,-200.0,"7,1",861.0,311.0,785.0,119.0,1133.0,951.0,"8,5","60,4","0,6713" -20/12/2004,10.00.00,"2,9",934.0,-200.0,"5,0",766.0,269.0,878.0,111.0,1047.0,836.0,"8,9","57,4","0,6575" -20/12/2004,11.00.00,"2,4",888.0,-200.0,"3,8",700.0,225.0,956.0,106.0,999.0,721.0,"9,2","55,8","0,6479" -20/12/2004,12.00.00,"2,5",918.0,-200.0,"4,5",737.0,220.0,1007.0,105.0,1030.0,703.0,"9,6","53,9","0,6425" -20/12/2004,13.00.00,"2,6",901.0,-200.0,"4,7",747.0,216.0,1001.0,114.0,1020.0,657.0,"9,6","52,4","0,6276" -20/12/2004,14.00.00,"2,3",857.0,-200.0,"3,9",708.0,162.0,972.0,93.0,983.0,581.0,"9,7","49,8","0,5998" -20/12/2004,15.00.00,"2,2",838.0,-200.0,"3,8",699.0,152.0,1015.0,89.0,944.0,546.0,"9,4","44,9","0,5296" -20/12/2004,16.00.00,"2,3",869.0,-200.0,"5,2",772.0,183.0,1051.0,102.0,966.0,641.0,"9,8","41,9","0,5083" -20/12/2004,17.00.00,"2,9",928.0,-200.0,"6,8",850.0,254.0,1118.0,129.0,1004.0,794.0,"8,9","44,9","0,5125" -20/12/2004,18.00.00,"4,1",1037.0,-200.0,"11,9",1047.0,355.0,869.0,151.0,1159.0,1042.0,"8,4","45,4","0,5035" -20/12/2004,19.00.00,"4,1",980.0,-200.0,"10,8",1008.0,341.0,758.0,151.0,1103.0,993.0,"8,0","41,0","0,4416" -20/12/2004,20.00.00,4,978.0,-200.0,"11,5",1031.0,341.0,765.0,149.0,1066.0,968.0,"7,9","37,1","0,3974" -20/12/2004,21.00.00,"3,7",891.0,-200.0,"7,6",882.0,342.0,885.0,149.0,950.0,894.0,"7,8","33,9","0,3594" -20/12/2004,22.00.00,"1,7",762.0,-200.0,"3,1",657.0,186.0,1158.0,114.0,783.0,592.0,"7,3","32,4","0,3340" -20/12/2004,23.00.00,"1,1",794.0,-200.0,"3,6",687.0,170.0,1100.0,104.0,826.0,611.0,"7,4","34,6","0,3576" -21/12/2004,00.00.00,"1,1",799.0,-200.0,"3,6",690.0,169.0,1125.0,104.0,823.0,611.0,"7,1","33,7","0,3417" -21/12/2004,01.00.00,"1,5",818.0,-200.0,"4,3",725.0,246.0,1065.0,127.0,849.0,694.0,"6,4","35,8","0,3471" -21/12/2004,02.00.00,"0,5",691.0,-200.0,"0,7",471.0,63.0,1552.0,53.0,698.0,357.0,"5,6","37,7","0,3444" -21/12/2004,03.00.00,"0,3",697.0,-200.0,"0,6",455.0,-200.0,1726.0,-200.0,698.0,318.0,"5,6","37,6","0,3448" -21/12/2004,04.00.00,"0,2",697.0,-200.0,"0,5",437.0,44.0,1705.0,39.0,702.0,325.0,"5,3","38,8","0,3473" -21/12/2004,05.00.00,"0,3",716.0,-200.0,"0,7",473.0,54.0,1595.0,41.0,734.0,343.0,"4,7","41,4","0,3576" -21/12/2004,06.00.00,"0,6",791.0,-200.0,"2,2",598.0,176.0,1186.0,97.0,802.0,608.0,"4,3","43,9","0,3675" -21/12/2004,07.00.00,"0,7",804.0,-200.0,"2,6",630.0,236.0,1188.0,120.0,806.0,712.0,"4,9","40,6","0,3539" -21/12/2004,08.00.00,"2,6",1093.0,-200.0,"13,4",1098.0,613.0,782.0,167.0,1221.0,1173.0,"5,1","40,8","0,3603" -21/12/2004,09.00.00,"5,5",1179.0,-200.0,"23,5",1390.0,755.0,567.0,198.0,1453.0,1459.0,"6,5","38,1","0,3709" -21/12/2004,10.00.00,"2,6",951.0,-200.0,"9,4",953.0,460.0,812.0,157.0,1022.0,1055.0,"7,4","36,5","0,3778" -21/12/2004,11.00.00,"1,5",882.0,-200.0,"6,3",826.0,280.0,952.0,125.0,910.0,799.0,"7,9","36,4","0,3889" -21/12/2004,12.00.00,"1,7",897.0,-200.0,"6,7",845.0,322.0,942.0,135.0,943.0,787.0,"7,8","36,8","0,3908" -21/12/2004,13.00.00,"2,2",949.0,-200.0,"9,7",965.0,349.0,860.0,138.0,1041.0,892.0,"8,7","33,7","0,3790" -21/12/2004,14.00.00,"2,1",896.0,-200.0,"7,8",891.0,297.0,921.0,132.0,935.0,766.0,"8,5","34,3","0,3813" -21/12/2004,15.00.00,"2,2",908.0,-200.0,"7,7",886.0,353.0,922.0,142.0,947.0,835.0,"8,9","34,5","0,3946" -21/12/2004,16.00.00,"2,3",959.0,-200.0,"8,6",924.0,316.0,899.0,137.0,993.0,897.0,"8,8","35,7","0,4043" -21/12/2004,17.00.00,"2,5",994.0,-200.0,"10,7",1005.0,348.0,832.0,145.0,1054.0,1009.0,"7,9","38,6","0,4137" -21/12/2004,18.00.00,"3,1",1081.0,-200.0,"16,7",1202.0,445.0,691.0,166.0,1230.0,1250.0,"7,6","40,1","0,4195" -21/12/2004,19.00.00,"3,6",1081.0,-200.0,"15,5",1164.0,457.0,705.0,165.0,1171.0,1283.0,"6,9","40,3","0,4025" -21/12/2004,20.00.00,"3,9",1175.0,-200.0,"18,3",1248.0,516.0,661.0,175.0,1308.0,1377.0,"6,5","41,7","0,4047" -21/12/2004,21.00.00,4,1123.0,-200.0,"13,8",1110.0,575.0,732.0,185.0,1152.0,1322.0,"6,3","42,6","0,4106" -21/12/2004,22.00.00,"2,3",1032.0,-200.0,"9,3",952.0,449.0,833.0,166.0,1025.0,1198.0,"5,9","44,7","0,4186" -21/12/2004,23.00.00,"1,5",927.0,-200.0,"5,8",805.0,289.0,965.0,140.0,918.0,1007.0,"5,8","43,4","0,4037" -22/12/2004,00.00.00,"1,5",952.0,-200.0,"6,6",838.0,268.0,948.0,133.0,937.0,976.0,"5,8","42,5","0,3937" -22/12/2004,01.00.00,"2,2",987.0,-200.0,"7,6",883.0,343.0,913.0,144.0,949.0,1013.0,"5,6","42,0","0,3856" -22/12/2004,02.00.00,"1,3",902.0,-200.0,"5,0",761.0,222.0,1048.0,126.0,872.0,868.0,"5,3","42,3","0,3806" -22/12/2004,03.00.00,"0,9",833.0,-200.0,"2,9",648.0,-200.0,1135.0,-200.0,814.0,760.0,"5,1","43,5","0,3852" -22/12/2004,04.00.00,-200,776.0,-200.0,"1,3",525.0,87.0,1391.0,72.0,770.0,585.0,"5,1","44,8","0,3967" -22/12/2004,05.00.00,"0,5",812.0,-200.0,"1,5",541.0,89.0,1309.0,70.0,774.0,616.0,"5,2","45,9","0,4099" -22/12/2004,06.00.00,"0,5",821.0,-200.0,"1,7",563.0,103.0,1270.0,74.0,807.0,678.0,"4,7","49,0","0,4209" -22/12/2004,07.00.00,"0,9",932.0,-200.0,"3,8",701.0,254.0,944.0,124.0,875.0,936.0,"4,5","51,8","0,4418" -22/12/2004,08.00.00,2,1069.0,-200.0,"8,8",931.0,481.0,782.0,152.0,1054.0,1110.0,"4,5","53,0","0,4495" -22/12/2004,09.00.00,"3,2",1137.0,-200.0,"12,5",1066.0,638.0,681.0,174.0,1151.0,1258.0,"4,8","53,1","0,4605" -22/12/2004,10.00.00,"2,3",1009.0,-200.0,"8,7",926.0,492.0,791.0,161.0,1015.0,1080.0,"7,8","42,0","0,4464" -22/12/2004,11.00.00,"1,8",962.0,-200.0,"7,5",877.0,413.0,841.0,120.0,969.0,949.0,"9,3","37,6","0,4391" -22/12/2004,12.00.00,"2,1",972.0,-200.0,"8,2",909.0,364.0,827.0,111.0,1012.0,894.0,"10,0","34,2","0,4212" -22/12/2004,13.00.00,"1,9",968.0,-200.0,"8,5",920.0,299.0,831.0,128.0,991.0,882.0,"10,3","32,6","0,4094" -22/12/2004,14.00.00,"2,4",939.0,-200.0,"8,1",902.0,342.0,884.0,133.0,969.0,872.0,"9,8","31,8","0,3858" -22/12/2004,15.00.00,"2,1",901.0,-200.0,"6,7",843.0,309.0,1061.0,121.0,907.0,751.0,"9,8","30,3","0,3658" -22/12/2004,16.00.00,"2,8",975.0,-200.0,"9,0",938.0,367.0,874.0,147.0,989.0,928.0,"9,6","29,6","0,3545" -22/12/2004,17.00.00,"3,3",1028.0,-200.0,"11,3",1025.0,357.0,774.0,136.0,1024.0,1160.0,"8,1","32,5","0,3516" -22/12/2004,18.00.00,"2,9",998.0,-200.0,"9,9",972.0,345.0,806.0,153.0,984.0,1090.0,"6,8","36,1","0,3575" -22/12/2004,19.00.00,"3,9",1094.0,-200.0,"13,6",1105.0,483.0,708.0,178.0,1086.0,1274.0,"6,4","36,5","0,3519" -22/12/2004,20.00.00,"4,1",1128.0,-200.0,"15,4",1161.0,480.0,672.0,174.0,1163.0,1340.0,"5,9","37,8","0,3528" -22/12/2004,21.00.00,"3,3",1111.0,-200.0,"11,4",1030.0,427.0,751.0,166.0,1033.0,1271.0,"5,1","40,7","0,3621" -22/12/2004,22.00.00,"3,3",1121.0,-200.0,"11,2",1023.0,504.0,725.0,169.0,1053.0,1354.0,"4,8","45,1","0,3925" -22/12/2004,23.00.00,"1,9",956.0,-200.0,"5,7",796.0,248.0,915.0,132.0,861.0,1084.0,"4,5","43,9","0,3728" -23/12/2004,00.00.00,2,973.0,-200.0,"5,4",785.0,241.0,916.0,127.0,883.0,1086.0,"5,2","44,1","0,3939" -23/12/2004,01.00.00,"1,9",952.0,-200.0,"5,5",790.0,210.0,921.0,113.0,896.0,1038.0,"4,3","46,4","0,3896" -23/12/2004,02.00.00,"2,1",969.0,-200.0,"5,2",773.0,292.0,889.0,128.0,914.0,1064.0,"3,0","52,5","0,4021" -23/12/2004,03.00.00,"1,7",919.0,-200.0,"3,7",693.0,-200.0,955.0,-200.0,882.0,979.0,"2,3","56,3","0,4134" -23/12/2004,04.00.00,"1,3",874.0,-200.0,"3,1",657.0,129.0,985.0,85.0,867.0,930.0,"1,5","61,4","0,4235" -23/12/2004,05.00.00,"1,1",806.0,-200.0,"1,6",554.0,106.0,1206.0,77.0,807.0,783.0,"4,0","50,4","0,4154" -23/12/2004,06.00.00,"1,2",874.0,-200.0,"2,5",623.0,125.0,1096.0,78.0,847.0,831.0,"2,8","55,2","0,4177" -23/12/2004,07.00.00,"1,8",961.0,-200.0,"5,3",779.0,267.0,917.0,115.0,960.0,983.0,"1,2","61,4","0,4159" -23/12/2004,08.00.00,"3,6",1195.0,-200.0,"13,4",1096.0,543.0,668.0,169.0,1166.0,1315.0,"1,4","61,3","0,4208" -23/12/2004,09.00.00,"3,7",1184.0,-200.0,"15,0",1148.0,496.0,651.0,174.0,1178.0,1389.0,"2,2","58,1","0,4218" -23/12/2004,10.00.00,"3,4",1135.0,-200.0,"12,8",1076.0,491.0,685.0,171.0,1120.0,1396.0,"4,3","49,4","0,4138" -23/12/2004,11.00.00,4,1211.0,-200.0,"15,9",1177.0,667.0,620.0,179.0,1221.0,1585.0,"6,6","42,5","0,4160" -23/12/2004,12.00.00,"3,8",1228.0,-200.0,"15,9",1178.0,693.0,621.0,193.0,1202.0,1628.0,"8,0","38,3","0,4133" -23/12/2004,13.00.00,"4,1",1247.0,-200.0,"16,3",1188.0,707.0,598.0,210.0,1237.0,1692.0,"9,1","36,1","0,4172" -23/12/2004,14.00.00,"4,9",1336.0,-200.0,"18,6",1256.0,777.0,567.0,224.0,1320.0,1828.0,"10,0","34,7","0,4259" -23/12/2004,15.00.00,"3,3",1205.0,-200.0,"12,8",1079.0,512.0,652.0,175.0,1168.0,1476.0,"11,0","33,0","0,4331" -23/12/2004,16.00.00,"4,3",1305.0,-200.0,"17,9",1238.0,587.0,565.0,177.0,1325.0,1640.0,"11,3","33,6","0,4504" -23/12/2004,17.00.00,"6,6",1568.0,-200.0,"29,0",1528.0,864.0,455.0,208.0,1661.0,2046.0,"9,4","41,3","0,4888" -23/12/2004,18.00.00,"8,5",1630.0,-200.0,"33,1",1622.0,1089.0,421.0,247.0,1757.0,2238.0,"8,0","45,9","0,4936" -23/12/2004,19.00.00,"8,7",1704.0,-200.0,"36,1",1689.0,1070.0,402.0,242.0,1820.0,2480.0,"7,1","50,3","0,5100" -23/12/2004,20.00.00,"9,1",1701.0,-200.0,"36,3",1692.0,1220.0,402.0,252.0,1832.0,2415.0,"6,2","56,9","0,5419" -23/12/2004,21.00.00,"7,2",1564.0,-200.0,"26,3",1462.0,1076.0,472.0,228.0,1574.0,2181.0,"6,3","57,9","0,5575" -23/12/2004,22.00.00,5,1441.0,-200.0,"20,6",1314.0,825.0,517.0,196.0,1389.0,2051.0,"6,2","56,8","0,5421" -23/12/2004,23.00.00,"4,2",1376.0,-200.0,"17,0",1209.0,740.0,549.0,190.0,1283.0,2041.0,"6,1","54,7","0,5201" -24/12/2004,00.00.00,"4,6",1412.0,-200.0,"17,2",1216.0,759.0,543.0,187.0,1300.0,2059.0,"6,0","55,6","0,5244" -24/12/2004,01.00.00,"3,9",1352.0,-200.0,"14,6",1137.0,610.0,567.0,174.0,1234.0,2016.0,"5,1","59,0","0,5248" -24/12/2004,02.00.00,"3,4",1285.0,-200.0,"12,1",1052.0,465.0,605.0,158.0,1164.0,1967.0,"5,1","58,4","0,5170" -24/12/2004,03.00.00,3,1263.0,-200.0,"10,5",997.0,-200.0,625.0,-200.0,1140.0,1960.0,"4,7","60,8","0,5232" -24/12/2004,04.00.00,"2,4",1200.0,-200.0,"8,7",929.0,288.0,664.0,132.0,1082.0,1847.0,"4,2","63,1","0,5259" -24/12/2004,05.00.00,"2,5",1187.0,-200.0,"8,8",931.0,251.0,669.0,121.0,1093.0,1792.0,"4,3","64,1","0,5370" -24/12/2004,06.00.00,"3,5",1166.0,-200.0,"8,2",909.0,351.0,691.0,136.0,1079.0,1680.0,"4,8","61,9","0,5370" -24/12/2004,07.00.00,"3,9",1209.0,-200.0,"9,5",958.0,379.0,666.0,138.0,1124.0,1662.0,"5,3","61,1","0,5499" -24/12/2004,08.00.00,"4,8",1349.0,-200.0,"14,6",1136.0,539.0,575.0,149.0,1299.0,1810.0,"5,7","61,3","0,5657" -24/12/2004,09.00.00,"6,1",1458.0,-200.0,"20,4",1307.0,706.0,497.0,165.0,1483.0,2103.0,"6,1","60,5","0,5719" -24/12/2004,10.00.00,"6,6",1462.0,-200.0,"18,8",1263.0,750.0,510.0,170.0,1421.0,2082.0,"6,7","59,7","0,5890" -24/12/2004,11.00.00,"6,5",1448.0,-200.0,"18,8",1263.0,747.0,511.0,165.0,1428.0,1971.0,"7,2","58,6","0,5986" -24/12/2004,12.00.00,6,1419.0,-200.0,"18,5",1254.0,670.0,524.0,167.0,1406.0,1950.0,"8,0","55,9","0,6018" -24/12/2004,13.00.00,"6,9",1561.0,-200.0,"24,8",1425.0,772.0,465.0,197.0,1624.0,2101.0,"9,8","52,4","0,6349" -24/12/2004,14.00.00,"7,9",1558.0,-200.0,"22,9",1375.0,792.0,471.0,217.0,1563.0,2112.0,"10,5","51,1","0,6503" -24/12/2004,15.00.00,"6,1",1438.0,-200.0,"16,9",1208.0,626.0,528.0,204.0,1405.0,1962.0,"10,8","52,4","0,6767" -24/12/2004,16.00.00,"6,7",1532.0,-200.0,"22,2",1356.0,678.0,474.0,193.0,1610.0,2033.0,"10,6","55,3","0,7058" -24/12/2004,17.00.00,"6,8",1522.0,-200.0,"21,5",1337.0,706.0,479.0,192.0,1578.0,2034.0,"10,4","57,0","0,7167" -24/12/2004,18.00.00,"6,7",1514.0,-200.0,"21,5",1338.0,668.0,474.0,175.0,1598.0,2018.0,"10,2","58,3","0,7256" -24/12/2004,19.00.00,"6,4",-200.0,-200.0,"-200,0",-200.0,641.0,-200.0,168.0,-200.0,-200.0,-200,-200,-200 -24/12/2004,20.00.00,"6,8",-200.0,-200.0,"-200,0",-200.0,649.0,-200.0,170.0,-200.0,-200.0,-200,-200,-200 -24/12/2004,21.00.00,"5,6",-200.0,-200.0,"-200,0",-200.0,521.0,-200.0,157.0,-200.0,-200.0,-200,-200,-200 -24/12/2004,22.00.00,"5,4",-200.0,-200.0,"-200,0",-200.0,487.0,-200.0,143.0,-200.0,-200.0,-200,-200,-200 -24/12/2004,23.00.00,"5,2",-200.0,-200.0,"-200,0",-200.0,453.0,-200.0,152.0,-200.0,-200.0,-200,-200,-200 -25/12/2004,00.00.00,"5,9",1505.0,-200.0,"15,6",1168.0,567.0,525.0,169.0,1447.0,2066.0,"9,4","66,1","0,7816" -25/12/2004,01.00.00,"5,6",1458.0,-200.0,"14,2",1123.0,527.0,540.0,164.0,1395.0,2030.0,"9,6","65,9","0,7869" -25/12/2004,02.00.00,"5,5",1431.0,-200.0,"13,5",1100.0,503.0,553.0,154.0,1385.0,1913.0,"9,5","66,2","0,7882" -25/12/2004,03.00.00,"5,2",1366.0,-200.0,"11,4",1027.0,-200.0,583.0,-200.0,1328.0,1901.0,"9,2","67,3","0,7851" -25/12/2004,04.00.00,-200,1332.0,-200.0,"10,5",997.0,345.0,601.0,130.0,1304.0,1783.0,"9,1","68,7","0,7925" -25/12/2004,05.00.00,"2,2",1243.0,-200.0,"8,6",924.0,274.0,648.0,119.0,1250.0,1534.0,"9,0","69,8","0,8039" -25/12/2004,06.00.00,2,1251.0,-200.0,"8,6",924.0,231.0,644.0,106.0,1246.0,1568.0,"8,9","70,5","0,8056" -25/12/2004,07.00.00,"2,2",1259.0,-200.0,"9,1",944.0,268.0,631.0,111.0,1267.0,1622.0,"8,9","70,4","0,8074" -25/12/2004,08.00.00,2,1268.0,-200.0,"8,6",926.0,281.0,645.0,122.0,1247.0,1628.0,"9,1","69,6","0,8045" -25/12/2004,09.00.00,"2,5",1288.0,-200.0,"9,4",956.0,340.0,623.0,121.0,1272.0,1553.0,"9,0","70,8","0,8173" -25/12/2004,10.00.00,3,1410.0,-200.0,"11,0",1015.0,406.0,594.0,136.0,1319.0,1769.0,"9,8","68,6","0,8324" -25/12/2004,11.00.00,"2,8",1374.0,-200.0,"10,6",999.0,379.0,598.0,138.0,1316.0,1776.0,"10,2","67,3","0,8373" -25/12/2004,12.00.00,"3,4",1458.0,-200.0,"13,2",1090.0,436.0,553.0,147.0,1383.0,1898.0,"10,7","65,0","0,8378" -25/12/2004,13.00.00,"5,5",1609.0,-200.0,"18,1",1243.0,602.0,505.0,178.0,1491.0,2100.0,"11,4","62,9","0,8454" -25/12/2004,14.00.00,4,1424.0,-200.0,"13,2",1090.0,507.0,566.0,176.0,1351.0,1896.0,"12,2","61,1","0,8652" -25/12/2004,15.00.00,"2,4",1331.0,-200.0,"9,7",966.0,266.0,633.0,159.0,1266.0,1745.0,"12,1","61,8","0,8723" -25/12/2004,16.00.00,"3,1",1434.0,-200.0,"13,3",1093.0,335.0,561.0,168.0,1366.0,1893.0,"11,7","65,6","0,8980" -25/12/2004,17.00.00,4,1542.0,-200.0,"15,4",1161.0,464.0,531.0,181.0,1435.0,1972.0,"11,4","67,9","0,9119" -25/12/2004,18.00.00,"4,6",1651.0,-200.0,"17,8",1234.0,527.0,501.0,184.0,1513.0,2020.0,"11,2","70,8","0,9386" -25/12/2004,19.00.00,"4,8",1633.0,-200.0,"18,0",1240.0,592.0,496.0,170.0,1555.0,1906.0,"10,9","75,9","0,9868" -25/12/2004,20.00.00,"6,2",1739.0,-200.0,"21,3",1333.0,821.0,460.0,174.0,1689.0,1832.0,"11,3","78,3","1,0455" -25/12/2004,21.00.00,"4,6",1523.0,-200.0,"14,5",1132.0,538.0,541.0,136.0,1488.0,1470.0,"10,3","82,8","1,0369" -25/12/2004,22.00.00,"4,5",1543.0,-200.0,"15,8",1174.0,513.0,521.0,127.0,1542.0,1494.0,"10,4","82,5","1,0406" -25/12/2004,23.00.00,"4,2",1469.0,-200.0,"13,1",1086.0,514.0,564.0,125.0,1485.0,1394.0,"11,0","81,7","1,0727" -26/12/2004,00.00.00,"2,6",1271.0,-200.0,"7,7",886.0,345.0,688.0,121.0,1321.0,1113.0,"11,7","79,8","1,0964" -26/12/2004,01.00.00,"1,6",1161.0,-200.0,"6,0",810.0,231.0,775.0,117.0,1281.0,958.0,"11,6","80,0","1,0924" -26/12/2004,02.00.00,"1,3",1053.0,-200.0,"3,5",680.0,166.0,890.0,108.0,1166.0,807.0,"11,3","80,1","1,0741" -26/12/2004,03.00.00,"0,6",916.0,-200.0,"1,5",541.0,-200.0,1143.0,-200.0,1064.0,536.0,"11,7","74,1","1,0167" -26/12/2004,04.00.00,"0,5",900.0,-200.0,"1,2",522.0,61.0,1242.0,55.0,1070.0,471.0,"10,8","78,7","1,0202" -26/12/2004,05.00.00,"0,4",855.0,-200.0,"0,8",479.0,49.0,1319.0,46.0,1068.0,450.0,"10,7","81,5","1,0497" -26/12/2004,06.00.00,"0,3",848.0,-200.0,"0,7",464.0,54.0,1425.0,46.0,1062.0,438.0,"10,9","80,3","1,0444" -26/12/2004,07.00.00,"0,4",873.0,-200.0,"0,9",485.0,78.0,1305.0,67.0,1083.0,512.0,"10,7","80,7","1,0377" -26/12/2004,08.00.00,"0,6",945.0,-200.0,"1,8",569.0,136.0,1140.0,90.0,1135.0,632.0,"10,5","81,8","1,0416" -26/12/2004,09.00.00,"0,9",1003.0,-200.0,"2,5",618.0,198.0,1003.0,117.0,1159.0,754.0,"10,4","82,9","1,0419" -26/12/2004,10.00.00,"1,1",1041.0,-200.0,"3,1",659.0,211.0,908.0,118.0,1188.0,792.0,"10,6","82,1","1,0451" -26/12/2004,11.00.00,1,1036.0,-200.0,"3,5",685.0,183.0,942.0,112.0,1168.0,776.0,"11,5","72,6","0,9846" -26/12/2004,12.00.00,"1,6",1124.0,-200.0,"5,7",799.0,277.0,775.0,134.0,1231.0,969.0,"12,8","65,5","0,9640" -26/12/2004,13.00.00,"1,8",1130.0,-200.0,"5,8",803.0,267.0,772.0,127.0,1230.0,975.0,"13,9","60,9","0,9644" -26/12/2004,14.00.00,1,991.0,-200.0,"2,7",632.0,123.0,981.0,88.0,1114.0,637.0,"14,9","57,9","0,9726" -26/12/2004,15.00.00,"0,8",988.0,-200.0,"2,2",596.0,68.0,1056.0,57.0,1118.0,541.0,"14,8","63,5","1,0592" -26/12/2004,16.00.00,"1,4",1163.0,-200.0,"5,8",801.0,186.0,772.0,99.0,1288.0,876.0,"13,6","68,9","1,0699" -26/12/2004,17.00.00,"2,1",1226.0,-200.0,"6,9",853.0,321.0,725.0,129.0,1307.0,1029.0,"13,6","68,9","1,0661" -26/12/2004,18.00.00,"2,3",1286.0,-200.0,"9,1",942.0,343.0,687.0,137.0,1362.0,1103.0,"13,5","67,1","1,0357" -26/12/2004,19.00.00,"3,5",1423.0,-200.0,"14,0",1116.0,550.0,553.0,146.0,1531.0,1369.0,"12,3","75,4","1,0768" -26/12/2004,20.00.00,"3,8",1408.0,-200.0,"13,1",1088.0,598.0,560.0,139.0,1504.0,1381.0,"11,7","80,0","1,0938" -26/12/2004,21.00.00,"2,4",1178.0,-200.0,"7,2",866.0,390.0,700.0,128.0,1342.0,1094.0,"11,8","82,7","1,1381" -26/12/2004,22.00.00,1,985.0,-200.0,"3,8",701.0,159.0,877.0,106.0,1187.0,835.0,"11,8","77,5","1,0741" -26/12/2004,23.00.00,"1,3",1113.0,-200.0,"5,2",776.0,193.0,828.0,114.0,1217.0,881.0,"12,0","72,3","1,0095" -27/12/2004,00.00.00,"2,3",1178.0,-200.0,"7,4",873.0,316.0,700.0,137.0,1328.0,987.0,"11,2","79,6","1,0587" -27/12/2004,01.00.00,"1,5",1024.0,-200.0,"3,9",705.0,199.0,876.0,114.0,1168.0,807.0,"11,5","74,2","1,0063" -27/12/2004,02.00.00,"1,1",954.0,-200.0,"2,7",630.0,134.0,988.0,92.0,1107.0,664.0,"11,6","68,9","0,9411" -27/12/2004,03.00.00,"0,6",875.0,-200.0,"1,5",548.0,-200.0,1165.0,-200.0,1049.0,525.0,"11,5","67,4","0,9106" -27/12/2004,04.00.00,"0,7",877.0,-200.0,"1,3",526.0,63.0,1171.0,55.0,1023.0,496.0,"11,7","64,6","0,8888" -27/12/2004,05.00.00,"0,4",826.0,-200.0,"0,7",465.0,50.0,1322.0,46.0,978.0,433.0,"11,9","61,1","0,8527" -27/12/2004,06.00.00,"0,5",862.0,-200.0,"1,4",535.0,93.0,1193.0,67.0,1020.0,524.0,"12,5","57,3","0,8269" -27/12/2004,07.00.00,"0,8",938.0,-200.0,"3,0",653.0,161.0,970.0,95.0,1100.0,747.0,"12,3","60,1","0,8562" -27/12/2004,08.00.00,"1,9",1205.0,-200.0,"9,1",943.0,368.0,688.0,133.0,1361.0,1052.0,"11,5","68,7","0,9302" -27/12/2004,09.00.00,"2,3",1171.0,-200.0,"10,0",978.0,344.0,637.0,138.0,1374.0,1092.0,"12,5","63,2","0,9113" -27/12/2004,10.00.00,"1,9",1131.0,-200.0,"8,6",926.0,288.0,684.0,127.0,1324.0,1036.0,"12,9","63,2","0,9335" -27/12/2004,11.00.00,"1,6",1074.0,-200.0,"6,4",832.0,244.0,748.0,119.0,1230.0,934.0,"13,5","59,9","0,9261" -27/12/2004,12.00.00,"1,4",1062.0,-200.0,"6,2",822.0,224.0,764.0,113.0,1228.0,917.0,"13,4","61,3","0,9379" -27/12/2004,13.00.00,"1,5",1045.0,-200.0,"5,7",800.0,206.0,796.0,109.0,1193.0,839.0,"14,4","57,1","0,9309" -27/12/2004,14.00.00,"1,4",1034.0,-200.0,"5,0",763.0,163.0,840.0,97.0,1192.0,761.0,"15,0","57,2","0,9698" -27/12/2004,15.00.00,2,1186.0,-200.0,"8,0",899.0,296.0,695.0,117.0,1332.0,926.0,"12,4","72,6","1,0422" -27/12/2004,16.00.00,"2,5",1256.0,-200.0,"10,5",996.0,386.0,625.0,132.0,1417.0,1104.0,"12,8","73,6","1,0851" -27/12/2004,17.00.00,"2,2",1138.0,-200.0,"6,9",854.0,262.0,735.0,117.0,1276.0,911.0,"13,3","68,2","1,0356" -27/12/2004,18.00.00,2,1138.0,-200.0,"7,8",891.0,212.0,721.0,110.0,1295.0,918.0,"13,4","66,6","1,0187" -27/12/2004,19.00.00,"2,1",1114.0,-200.0,"8,0",899.0,245.0,710.0,119.0,1279.0,948.0,"13,3","63,6","0,9661" -27/12/2004,20.00.00,"2,1",1107.0,-200.0,"8,1",905.0,263.0,705.0,116.0,1288.0,966.0,"12,9","62,4","0,9258" -27/12/2004,21.00.00,"2,1",1117.0,-200.0,"7,5",876.0,300.0,706.0,123.0,1264.0,1057.0,"12,4","64,7","0,9266" -27/12/2004,22.00.00,"1,6",1090.0,-200.0,"6,0",812.0,242.0,753.0,117.0,1213.0,1001.0,"12,1","65,6","0,9222" -27/12/2004,23.00.00,"1,1",954.0,-200.0,"3,2",665.0,152.0,916.0,100.0,1119.0,777.0,"11,3","69,8","0,9320" -28/12/2004,00.00.00,"1,2",987.0,-200.0,"4,1",715.0,165.0,884.0,101.0,1145.0,797.0,"11,0","68,7","0,9001" -28/12/2004,01.00.00,-200,969.0,-200.0,"3,1",659.0,-200.0,945.0,-200.0,1082.0,691.0,"11,1","65,3","0,8601" -28/12/2004,02.00.00,-200,939.0,-200.0,"2,9",648.0,-200.0,949.0,-200.0,1084.0,680.0,"10,2","66,9","0,8323" -28/12/2004,03.00.00,-200,961.0,-200.0,"3,0",654.0,-200.0,925.0,-200.0,1084.0,755.0,"9,5","70,1","0,8343" -28/12/2004,04.00.00,-200,916.0,-200.0,"2,5",623.0,-200.0,962.0,-200.0,1064.0,725.0,"9,8","69,4","0,8397" -28/12/2004,05.00.00,-200,835.0,-200.0,"0,9",484.0,-200.0,1266.0,-200.0,961.0,432.0,"10,7","62,5","0,8020" -28/12/2004,06.00.00,-200,885.0,-200.0,"1,8",572.0,-200.0,1081.0,-200.0,1031.0,612.0,"10,4","64,8","0,8138" -28/12/2004,07.00.00,-200,1088.0,-200.0,"6,6",839.0,-200.0,760.0,-200.0,1236.0,951.0,"9,7","73,1","0,8772" -28/12/2004,08.00.00,-200,1358.0,-200.0,"15,3",1158.0,-200.0,529.0,-200.0,1537.0,1326.0,"9,3","77,0","0,9018" -28/12/2004,09.00.00,-200,1456.0,-200.0,"23,4",1389.0,-200.0,443.0,-200.0,1808.0,1504.0,"9,1","77,1","0,8947" -28/12/2004,10.00.00,-200,1274.0,-200.0,"15,3",1159.0,-200.0,545.0,-200.0,1493.0,1326.0,"10,6","67,9","0,8666" -28/12/2004,11.00.00,-200,1092.0,-200.0,"9,2",946.0,-200.0,691.0,-200.0,1234.0,1043.0,"12,7","56,7","0,8304" -28/12/2004,12.00.00,-200,1111.0,-200.0,"10,4",993.0,-200.0,662.0,-200.0,1287.0,1058.0,"13,0","53,9","0,8029" -28/12/2004,13.00.00,-200,1177.0,-200.0,"14,8",1143.0,-200.0,574.0,-200.0,1443.0,1205.0,"13,9","49,0","0,7727" -28/12/2004,14.00.00,-200,1199.0,-200.0,"14,6",1138.0,-200.0,581.0,-200.0,1452.0,1203.0,"14,4","49,2","0,8027" -28/12/2004,15.00.00,-200,1121.0,-200.0,"10,7",1003.0,-200.0,656.0,-200.0,1323.0,1058.0,"14,3","48,6","0,7900" -28/12/2004,16.00.00,-200,1252.0,-200.0,"15,5",1164.0,-200.0,559.0,-200.0,1474.0,1257.0,"13,6","52,8","0,8177" -28/12/2004,17.00.00,-200,1233.0,-200.0,"14,9",1144.0,-200.0,575.0,-200.0,1436.0,1271.0,"13,1","54,3","0,8167" -28/12/2004,18.00.00,-200,1215.0,-200.0,"12,4",1063.0,-200.0,616.0,-200.0,1370.0,1214.0,"12,4","59,3","0,8530" -28/12/2004,19.00.00,-200,1193.0,-200.0,"11,2",1020.0,-200.0,645.0,-200.0,1340.0,1135.0,"12,1","61,5","0,8677" -28/12/2004,20.00.00,-200,1195.0,-200.0,"11,3",1026.0,-200.0,637.0,-200.0,1342.0,1150.0,"12,0","60,8","0,8520" -28/12/2004,21.00.00,-200,1301.0,-200.0,"12,9",1080.0,-200.0,579.0,-200.0,1435.0,1248.0,"11,0","73,8","0,9677" -28/12/2004,22.00.00,-200,1126.0,-200.0,"6,4",828.0,-200.0,722.0,-200.0,1250.0,955.0,"9,6","82,9","0,9900" -28/12/2004,23.00.00,-200,1013.0,-200.0,"3,6",687.0,-200.0,872.0,-200.0,1135.0,726.0,"8,6","83,5","0,9372" -29/12/2004,00.00.00,-200,982.0,-200.0,"2,9",645.0,-200.0,922.0,-200.0,1107.0,708.0,"8,7","83,0","0,9393" -29/12/2004,01.00.00,-200,970.0,-200.0,"2,8",642.0,-200.0,922.0,-200.0,1107.0,704.0,"8,8","81,2","0,9214" -29/12/2004,02.00.00,-200,959.0,-200.0,"2,8",637.0,-200.0,958.0,-200.0,1107.0,667.0,"8,9","79,0","0,9032" -29/12/2004,03.00.00,-200,925.0,-200.0,"2,2",598.0,-200.0,978.0,-200.0,1079.0,662.0,"9,0","76,5","0,8828" -29/12/2004,04.00.00,-200,847.0,-200.0,"1,0",502.0,-200.0,1198.0,-200.0,1020.0,508.0,"9,0","75,8","0,8721" -29/12/2004,05.00.00,-200,885.0,-200.0,"1,4",534.0,-200.0,1144.0,-200.0,1036.0,529.0,"9,1","73,9","0,8576" -29/12/2004,06.00.00,-200,883.0,-200.0,"1,6",549.0,-200.0,1019.0,-200.0,1025.0,607.0,"9,4","70,9","0,8386" -29/12/2004,07.00.00,-200,892.0,-200.0,"2,0",587.0,-200.0,1070.0,-200.0,1041.0,623.0,"10,1","65,9","0,8148" -29/12/2004,08.00.00,-200,970.0,-200.0,"3,4",678.0,-200.0,916.0,-200.0,1101.0,732.0,"10,1","64,6","0,7967" -29/12/2004,09.00.00,-200,904.0,-200.0,"2,9",644.0,-200.0,949.0,-200.0,1036.0,697.0,"9,3","64,7","0,7575" -29/12/2004,10.00.00,-200,919.0,-200.0,"3,0",652.0,-200.0,953.0,-200.0,1045.0,712.0,"9,9","61,3","0,7499" -29/12/2004,11.00.00,-200,929.0,-200.0,"3,3",668.0,-200.0,937.0,-200.0,1054.0,696.0,"10,6","59,9","0,7674" -29/12/2004,12.00.00,-200,938.0,-200.0,"4,3",729.0,-200.0,874.0,-200.0,1060.0,702.0,"11,1","55,3","0,7325" -29/12/2004,13.00.00,-200,971.0,-200.0,"5,5",786.0,-200.0,812.0,-200.0,1086.0,796.0,"12,0","49,3","0,6900" -29/12/2004,14.00.00,-200,914.0,-200.0,"4,5",739.0,-200.0,870.0,-200.0,1025.0,714.0,"11,6","46,8","0,6397" -29/12/2004,15.00.00,-200,892.0,-200.0,"4,1",719.0,-200.0,918.0,-200.0,1019.0,635.0,"12,0","44,0","0,6169" -29/12/2004,16.00.00,-200,913.0,-200.0,"4,5",735.0,-200.0,905.0,-200.0,1024.0,706.0,"11,8","44,3","0,6141" -29/12/2004,17.00.00,-200,928.0,-200.0,"4,9",759.0,-200.0,871.0,-200.0,1040.0,775.0,"11,3","45,4","0,6063" -29/12/2004,18.00.00,-200,1035.0,-200.0,"9,0",941.0,-200.0,734.0,-200.0,1175.0,965.0,"11,3","44,1","0,5909" -29/12/2004,19.00.00,-200,1033.0,-200.0,"9,0",939.0,-200.0,729.0,-200.0,1159.0,979.0,"11,2","45,1","0,5971" -29/12/2004,20.00.00,-200,990.0,-200.0,"7,2",865.0,-200.0,764.0,-200.0,1130.0,902.0,"10,8","47,3","0,6122" -29/12/2004,21.00.00,-200,934.0,-200.0,"4,7",750.0,-200.0,891.0,-200.0,1035.0,798.0,"10,7","47,7","0,6127" -29/12/2004,22.00.00,-200,881.0,-200.0,"3,3",670.0,-200.0,979.0,-200.0,978.0,697.0,"10,5","46,9","0,5956" -29/12/2004,23.00.00,-200,855.0,-200.0,"2,7",631.0,-200.0,1033.0,-200.0,932.0,626.0,"10,2","45,4","0,5632" -30/12/2004,00.00.00,-200,832.0,-200.0,"2,2",598.0,-200.0,1122.0,-200.0,912.0,537.0,"9,7","46,0","0,5546" -30/12/2004,01.00.00,-200,848.0,-200.0,"2,8",639.0,-200.0,1057.0,-200.0,929.0,574.0,"9,8","45,2","0,5489" -30/12/2004,02.00.00,-200,806.0,-200.0,"1,8",567.0,-200.0,1163.0,-200.0,878.0,490.0,"9,4","45,4","0,5355" -30/12/2004,03.00.00,-200,796.0,-200.0,"1,5",545.0,-200.0,1210.0,-200.0,853.0,450.0,"9,3","44,0","0,5153" -30/12/2004,04.00.00,-200,777.0,-200.0,"0,9",493.0,-200.0,1247.0,-200.0,828.0,438.0,"8,8","45,2","0,5134" -30/12/2004,05.00.00,-200,785.0,-200.0,"1,1",505.0,-200.0,1226.0,-200.0,829.0,428.0,"8,7","45,6","0,5128" -30/12/2004,06.00.00,-200,766.0,-200.0,"0,7",470.0,-200.0,1317.0,-200.0,810.0,404.0,"8,5","44,8","0,4980" -30/12/2004,07.00.00,-200,808.0,-200.0,"1,4",534.0,-200.0,1243.0,-200.0,853.0,480.0,"8,7","43,4","0,4905" -30/12/2004,08.00.00,-200,975.0,-200.0,"6,2",822.0,-200.0,852.0,-200.0,1049.0,876.0,"8,5","43,6","0,4865" -30/12/2004,09.00.00,-200,943.0,-200.0,"6,1",816.0,-200.0,828.0,-200.0,1033.0,868.0,"8,8","42,0","0,4773" -30/12/2004,10.00.00,-200,886.0,-200.0,"5,0",764.0,-200.0,920.0,-200.0,946.0,740.0,"10,8","35,1","0,4549" -30/12/2004,11.00.00,-200,861.0,-200.0,"4,1",716.0,-200.0,973.0,-200.0,921.0,628.0,"11,7","34,4","0,4712" -30/12/2004,12.00.00,-200,881.0,-200.0,"4,4",734.0,-200.0,961.0,-200.0,925.0,636.0,"12,6","31,7","0,4613" -30/12/2004,13.00.00,-200,855.0,-200.0,"4,6",741.0,-200.0,965.0,-200.0,901.0,616.0,"12,5","30,3","0,4367" -30/12/2004,14.00.00,-200,855.0,-200.0,"4,3",725.0,-200.0,983.0,-200.0,898.0,613.0,"11,4","32,8","0,4424" -30/12/2004,15.00.00,-200,844.0,-200.0,"3,6",689.0,-200.0,1040.0,-200.0,867.0,545.0,"12,1","31,1","0,4383" -30/12/2004,16.00.00,-200,900.0,-200.0,"5,6",794.0,-200.0,906.0,-200.0,930.0,710.0,"12,3","29,7","0,4226" -30/12/2004,17.00.00,-200,883.0,-200.0,"4,8",751.0,-200.0,962.0,-200.0,922.0,661.0,"9,8","36,4","0,4414" -30/12/2004,18.00.00,-200,994.0,-200.0,"8,1",903.0,-200.0,781.0,-200.0,1079.0,922.0,"9,3","40,8","0,4781" -30/12/2004,19.00.00,-200,927.0,-200.0,"5,2",774.0,-200.0,883.0,-200.0,976.0,755.0,"8,6","45,1","0,5038" -30/12/2004,20.00.00,-200,1078.0,-200.0,"10,2",987.0,-200.0,718.0,-200.0,1152.0,1015.0,"9,3","41,7","0,4884" -30/12/2004,21.00.00,-200,952.0,-200.0,"5,5",788.0,-200.0,849.0,-200.0,1018.0,876.0,"8,7","44,3","0,4998" -30/12/2004,22.00.00,-200,882.0,-200.0,"3,1",660.0,-200.0,991.0,-200.0,922.0,727.0,"8,0","47,6","0,5113" -30/12/2004,23.00.00,-200,924.0,-200.0,"4,2",724.0,-200.0,946.0,-200.0,969.0,781.0,"7,7","47,2","0,4975" -31/12/2004,00.00.00,-200,987.0,-200.0,"6,2",823.0,-200.0,827.0,-200.0,1027.0,893.0,"7,2","50,2","0,5118" -31/12/2004,01.00.00,-200,930.0,-200.0,"4,8",752.0,-200.0,889.0,-200.0,981.0,820.0,"6,9","50,3","0,5029" -31/12/2004,02.00.00,-200,861.0,-200.0,"3,0",654.0,-200.0,995.0,-200.0,919.0,632.0,"6,7","50,7","0,4998" -31/12/2004,03.00.00,-200,783.0,-200.0,"1,2",522.0,-200.0,1241.0,-200.0,832.0,458.0,"7,6","46,4","0,4869" -31/12/2004,04.00.00,-200,744.0,-200.0,"0,4",431.0,-200.0,1539.0,-200.0,778.0,345.0,"7,4","45,7","0,4714" -31/12/2004,05.00.00,-200,753.0,-200.0,"0,4",426.0,-200.0,1568.0,-200.0,792.0,337.0,"6,9","49,3","0,4913" -31/12/2004,06.00.00,-200,787.0,-200.0,"0,6",452.0,-200.0,1400.0,-200.0,823.0,370.0,"7,8","48,1","0,5095" -31/12/2004,07.00.00,-200,820.0,-200.0,"1,1",506.0,-200.0,1221.0,-200.0,871.0,466.0,"8,1","47,8","0,5157" -31/12/2004,08.00.00,-200,840.0,-200.0,"1,6",552.0,-200.0,1152.0,-200.0,893.0,510.0,"8,5","46,7","0,5191" -31/12/2004,09.00.00,-200,897.0,-200.0,"3,1",656.0,-200.0,953.0,-200.0,964.0,641.0,"8,9","44,1","0,5039" -31/12/2004,10.00.00,-200,989.0,-200.0,"5,6",793.0,-200.0,815.0,-200.0,1052.0,862.0,"9,4","42,5","0,5038" -31/12/2004,11.00.00,-200,909.0,-200.0,"4,5",737.0,-200.0,909.0,-200.0,941.0,753.0,"10,8","36,3","0,4712" -31/12/2004,12.00.00,-200,865.0,-200.0,"3,8",697.0,-200.0,1002.0,-200.0,883.0,589.0,"11,9","30,6","0,4264" -31/12/2004,13.00.00,-200,924.0,-200.0,"6,2",821.0,-200.0,899.0,-200.0,955.0,704.0,"12,2","29,7","0,4205" -31/12/2004,14.00.00,-200,912.0,-200.0,"5,6",794.0,-200.0,885.0,-200.0,943.0,731.0,"12,0","31,1","0,4340" -31/12/2004,15.00.00,-200,872.0,-200.0,"4,1",717.0,-200.0,991.0,-200.0,882.0,592.0,"12,7","28,4","0,4160" -31/12/2004,16.00.00,-200,917.0,-200.0,"5,6",794.0,-200.0,907.0,-200.0,946.0,740.0,"13,3","27,5","0,4185" -31/12/2004,17.00.00,-200,962.0,-200.0,"7,6",883.0,-200.0,818.0,-200.0,996.0,896.0,"11,4","30,8","0,4148" -31/12/2004,18.00.00,-200,932.0,-200.0,"6,1",817.0,-200.0,883.0,-200.0,942.0,854.0,"9,8","34,0","0,4112" -31/12/2004,19.00.00,-200,930.0,-200.0,"5,3",781.0,-200.0,933.0,-200.0,906.0,866.0,"9,3","33,6","0,3958" -31/12/2004,20.00.00,-200,962.0,-200.0,"5,3",780.0,-200.0,919.0,-200.0,909.0,884.0,"9,6","32,3","0,3871" -31/12/2004,21.00.00,-200,974.0,-200.0,"5,5",790.0,-200.0,915.0,-200.0,895.0,951.0,"9,1","32,5","0,3766" -31/12/2004,22.00.00,-200,1055.0,-200.0,"5,6",791.0,-200.0,845.0,-200.0,936.0,1195.0,"9,1","37,2","0,4310" -31/12/2004,23.00.00,-200,1003.0,-200.0,"4,6",744.0,-200.0,882.0,-200.0,899.0,1138.0,"7,8","38,4","0,4085" -01/01/2005,00.00.00,-200,1046.0,-200.0,"4,2",724.0,-200.0,848.0,-200.0,898.0,1201.0,"8,2","40,1","0,4375" -01/01/2005,01.00.00,"1,6",1275.0,-200.0,"8,8",930.0,215.0,649.0,106.0,1024.0,1617.0,"5,3","50,7","0,4564" -01/01/2005,02.00.00,"2,5",1173.0,-200.0,"7,5",878.0,300.0,738.0,129.0,1002.0,1355.0,"5,9","50,0","0,4689" -01/01/2005,03.00.00,"2,7",1163.0,-200.0,"7,6",881.0,-200.0,748.0,-200.0,1001.0,1296.0,"4,9","53,9","0,4693" -01/01/2005,04.00.00,"1,9",1054.0,-200.0,"5,6",791.0,253.0,830.0,126.0,967.0,1131.0,"4,3","55,3","0,4650" -01/01/2005,05.00.00,"1,4",1004.0,-200.0,"4,8",753.0,181.0,879.0,106.0,942.0,1036.0,"4,2","57,1","0,4759" -01/01/2005,06.00.00,"1,5",1001.0,-200.0,"5,3",777.0,171.0,859.0,99.0,954.0,1009.0,"3,5","58,3","0,4636" -01/01/2005,07.00.00,"1,4",974.0,-200.0,"4,5",736.0,168.0,888.0,97.0,945.0,966.0,"3,0","60,7","0,4667" -01/01/2005,08.00.00,"1,1",915.0,-200.0,"3,0",653.0,169.0,973.0,94.0,905.0,901.0,"2,6","63,2","0,4721" -01/01/2005,09.00.00,"1,0",939.0,-200.0,"3,0",649.0,145.0,996.0,86.0,897.0,879.0,"3,9","59,0","0,4807" -01/01/2005,10.00.00,"1,2",973.0,-200.0,"4,7",748.0,190.0,878.0,97.0,968.0,991.0,"4,7","57,2","0,4932" -01/01/2005,11.00.00,"1,7",1011.0,-200.0,"5,4",782.0,225.0,846.0,113.0,992.0,1019.0,"6,8","48,6","0,4822" -01/01/2005,12.00.00,"2,3",1097.0,-200.0,"7,4",875.0,261.0,778.0,125.0,1080.0,1151.0,"8,6","43,6","0,4887" -01/01/2005,13.00.00,"2,2",1149.0,-200.0,"8,4",914.0,382.0,742.0,147.0,1072.0,1242.0,"9,5","41,2","0,4908" -01/01/2005,14.00.00,"2,4",1117.0,-200.0,"8,9",934.0,357.0,721.0,153.0,1075.0,1206.0,"10,9","35,9","0,4680" -01/01/2005,15.00.00,"2,2",1085.0,-200.0,"7,9",896.0,299.0,760.0,147.0,1049.0,1138.0,"12,5","32,3","0,4670" -01/01/2005,16.00.00,"2,1",1102.0,-200.0,"7,7",885.0,313.0,772.0,139.0,1051.0,1142.0,"12,8","32,6","0,4814" -01/01/2005,17.00.00,"3,0",1281.0,-200.0,"12,1",1053.0,510.0,659.0,165.0,1192.0,1438.0,"10,9","39,7","0,5166" -01/01/2005,18.00.00,"4,7",1472.0,-200.0,"16,6",1198.0,832.0,555.0,191.0,1344.0,1735.0,"9,0","51,8","0,5961" -01/01/2005,19.00.00,"3,6",1328.0,-200.0,"11,4",1029.0,622.0,637.0,172.0,1188.0,1611.0,"8,1","54,1","0,5882" -01/01/2005,20.00.00,"2,5",1198.0,-200.0,"7,9",897.0,402.0,720.0,151.0,1072.0,1436.0,"7,8","54,6","0,5786" -01/01/2005,21.00.00,"2,3",1176.0,-200.0,"8,1",905.0,334.0,718.0,137.0,1104.0,1389.0,"6,2","59,6","0,5698" -01/01/2005,22.00.00,"2,1",1118.0,-200.0,"6,4",830.0,295.0,765.0,130.0,1058.0,1313.0,"5,7","59,9","0,5523" -01/01/2005,23.00.00,"1,7",1091.0,-200.0,"5,2",773.0,222.0,820.0,115.0,1003.0,1232.0,"5,6","59,7","0,5463" -02/01/2005,00.00.00,"1,8",1078.0,-200.0,"5,2",775.0,230.0,809.0,112.0,1012.0,1195.0,"4,7","62,9","0,5424" -02/01/2005,01.00.00,"1,6",1043.0,-200.0,"4,3",726.0,195.0,875.0,105.0,972.0,1107.0,"4,5","63,5","0,5411" -02/01/2005,02.00.00,"1,3",992.0,-200.0,"3,6",685.0,167.0,916.0,96.0,963.0,1035.0,"4,5","63,6","0,5414" -02/01/2005,03.00.00,"1,3",1004.0,-200.0,"4,5",739.0,-200.0,868.0,-200.0,1004.0,1030.0,"3,1","70,0","0,5388" -02/01/2005,04.00.00,"1,3",947.0,-200.0,"3,3",673.0,148.0,929.0,87.0,974.0,929.0,"3,2","68,3","0,5310" -02/01/2005,05.00.00,"1,1",923.0,-200.0,"2,7",634.0,123.0,984.0,75.0,943.0,875.0,"3,1","69,2","0,5337" -02/01/2005,06.00.00,"1,0",911.0,-200.0,"2,4",613.0,148.0,992.0,82.0,934.0,861.0,"2,4","71,9","0,5288" -02/01/2005,07.00.00,"1,0",924.0,-200.0,"2,6",629.0,143.0,994.0,83.0,941.0,852.0,"3,1","68,7","0,5317" -02/01/2005,08.00.00,"1,2",954.0,-200.0,"3,4",674.0,180.0,940.0,88.0,981.0,891.0,"2,1","73,1","0,5289" -02/01/2005,09.00.00,"1,3",960.0,-200.0,"3,9",704.0,226.0,887.0,106.0,1003.0,947.0,"3,3","68,2","0,5346" -02/01/2005,10.00.00,"1,6",1016.0,-200.0,"4,9",760.0,254.0,835.0,112.0,1044.0,1016.0,"4,1","65,8","0,5451" -02/01/2005,11.00.00,"2,2",1139.0,-200.0,"7,5",879.0,372.0,753.0,141.0,1092.0,1201.0,"6,6","56,6","0,5528" -02/01/2005,12.00.00,"2,2",1130.0,-200.0,"7,1",860.0,379.0,752.0,148.0,1058.0,1218.0,"8,0","51,2","0,5516" -02/01/2005,13.00.00,"2,8",1237.0,-200.0,"9,6",962.0,478.0,685.0,171.0,1138.0,1385.0,"10,3","44,9","0,5612" -02/01/2005,14.00.00,"2,1",1159.0,-200.0,"6,5",837.0,344.0,742.0,160.0,1087.0,1311.0,"12,3","41,7","0,5961" -02/01/2005,15.00.00,"1,6",1124.0,-200.0,"5,5",790.0,258.0,791.0,137.0,1071.0,1206.0,"13,5","41,3","0,6342" -02/01/2005,16.00.00,"2,8",1312.0,-200.0,"10,5",998.0,474.0,640.0,167.0,1249.0,1473.0,"13,4","43,1","0,6600" -02/01/2005,17.00.00,"2,6",1246.0,-200.0,"8,9",936.0,438.0,665.0,164.0,1182.0,1460.0,"9,9","53,3","0,6504" -02/01/2005,18.00.00,"2,8",1232.0,-200.0,"8,8",931.0,451.0,674.0,166.0,1171.0,1627.0,"8,9","54,6","0,6226" -02/01/2005,19.00.00,"2,9",1286.0,-200.0,"10,5",996.0,473.0,644.0,167.0,1217.0,1827.0,"8,9","54,8","0,6244" -02/01/2005,20.00.00,"3,4",1347.0,-200.0,"13,0",1084.0,560.0,582.0,174.0,1290.0,2004.0,"8,3","58,2","0,6391" -02/01/2005,21.00.00,"2,9",-200.0,-200.0,"-200,0",-200.0,470.0,-200.0,160.0,-200.0,-200.0,-200,-200,-200 -02/01/2005,22.00.00,"3,2",-200.0,-200.0,"-200,0",-200.0,506.0,-200.0,169.0,-200.0,-200.0,-200,-200,-200 -02/01/2005,23.00.00,"3,1",-200.0,-200.0,"-200,0",-200.0,482.0,-200.0,162.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,00.00.00,"3,0",-200.0,-200.0,"-200,0",-200.0,436.0,-200.0,149.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,01.00.00,"3,4",-200.0,-200.0,"-200,0",-200.0,472.0,-200.0,158.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,02.00.00,"3,0",-200.0,-200.0,"-200,0",-200.0,379.0,-200.0,143.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,03.00.00,"2,7",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,04.00.00,-200,-200.0,-200.0,"-200,0",-200.0,286.0,-200.0,121.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,05.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,155.0,-200.0,92.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,06.00.00,"1,4",-200.0,-200.0,"-200,0",-200.0,264.0,-200.0,102.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,07.00.00,"1,8",-200.0,-200.0,"-200,0",-200.0,366.0,-200.0,121.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,08.00.00,"3,6",-200.0,-200.0,"-200,0",-200.0,622.0,-200.0,164.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,09.00.00,"3,1",-200.0,-200.0,"-200,0",-200.0,551.0,-200.0,175.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,10.00.00,"1,9",-200.0,-200.0,"-200,0",-200.0,349.0,-200.0,130.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,11.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,285.0,-200.0,117.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,12.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,265.0,-200.0,115.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,13.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,222.0,-200.0,106.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,14.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,237.0,-200.0,102.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,15.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,294.0,-200.0,122.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,16.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,329.0,-200.0,138.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,17.00.00,"3,3",-200.0,-200.0,"-200,0",-200.0,487.0,-200.0,162.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,18.00.00,"3,9",-200.0,-200.0,"-200,0",-200.0,604.0,-200.0,177.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,19.00.00,"5,0",-200.0,-200.0,"-200,0",-200.0,728.0,-200.0,190.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,20.00.00,"4,2",-200.0,-200.0,"-200,0",-200.0,653.0,-200.0,182.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,21.00.00,"3,2",-200.0,-200.0,"-200,0",-200.0,509.0,-200.0,163.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,22.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,277.0,-200.0,135.0,-200.0,-200.0,-200,-200,-200 -03/01/2005,23.00.00,"1,5",-200.0,-200.0,"-200,0",-200.0,268.0,-200.0,130.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,00.00.00,"1,3",-200.0,-200.0,"-200,0",-200.0,193.0,-200.0,117.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,01.00.00,"1,2",-200.0,-200.0,"-200,0",-200.0,167.0,-200.0,104.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,02.00.00,"1,3",-200.0,-200.0,"-200,0",-200.0,159.0,-200.0,97.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,03.00.00,"0,8",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,04.00.00,"0,6",-200.0,-200.0,"-200,0",-200.0,89.0,-200.0,72.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,05.00.00,"0,8",-200.0,-200.0,"-200,0",-200.0,97.0,-200.0,71.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,06.00.00,"0,9",-200.0,-200.0,"-200,0",-200.0,182.0,-200.0,94.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,07.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,262.0,-200.0,118.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,08.00.00,"3,4",-200.0,-200.0,"-200,0",-200.0,561.0,-200.0,174.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,09.00.00,"3,6",-200.0,-200.0,"-200,0",-200.0,540.0,-200.0,170.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,10.00.00,"3,1",-200.0,-200.0,"-200,0",-200.0,480.0,-200.0,171.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,11.00.00,"3,3",-200.0,-200.0,"-200,0",-200.0,608.0,-200.0,196.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,12.00.00,"3,4",-200.0,-200.0,"-200,0",-200.0,584.0,-200.0,191.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,13.00.00,"2,8",-200.0,-200.0,"-200,0",-200.0,426.0,-200.0,165.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,14.00.00,"2,6",-200.0,-200.0,"-200,0",-200.0,397.0,-200.0,148.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,15.00.00,"3,0",-200.0,-200.0,"-200,0",-200.0,473.0,-200.0,172.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,16.00.00,"2,9",-200.0,-200.0,"-200,0",-200.0,369.0,-200.0,165.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,17.00.00,"3,8",-200.0,-200.0,"-200,0",-200.0,532.0,-200.0,184.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,18.00.00,"3,8",-200.0,-200.0,"-200,0",-200.0,498.0,-200.0,173.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,19.00.00,"3,6",-200.0,-200.0,"-200,0",-200.0,487.0,-200.0,174.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,20.00.00,"4,5",-200.0,-200.0,"-200,0",-200.0,629.0,-200.0,181.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,21.00.00,"3,7",-200.0,-200.0,"-200,0",-200.0,502.0,-200.0,166.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,22.00.00,"2,4",-200.0,-200.0,"-200,0",-200.0,381.0,-200.0,150.0,-200.0,-200.0,-200,-200,-200 -04/01/2005,23.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,250.0,-200.0,131.0,-200.0,-200.0,-200,-200,-200 -05/01/2005,00.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,266.0,-200.0,129.0,-200.0,-200.0,-200,-200,-200 -05/01/2005,01.00.00,"1,7",1135.0,-200.0,"5,6",792.0,226.0,727.0,120.0,1170.0,1151.0,"9,5","69,5","0,8261" -05/01/2005,02.00.00,"1,9",1188.0,-200.0,"8,1",901.0,259.0,657.0,119.0,1261.0,1185.0,"9,1","70,9","0,8176" -05/01/2005,03.00.00,"2,0",1242.0,-200.0,"8,5",921.0,-200.0,626.0,-200.0,1219.0,1374.0,"8,1","72,1","0,7798" -05/01/2005,04.00.00,"2,0",1219.0,-200.0,"7,7",889.0,260.0,649.0,111.0,1186.0,1405.0,"7,9","72,1","0,7679" -05/01/2005,05.00.00,"1,7",1187.0,-200.0,"6,8",850.0,242.0,653.0,109.0,1169.0,1383.0,"7,6","72,7","0,7598" -05/01/2005,06.00.00,"1,8",1225.0,-200.0,"8,1",904.0,267.0,644.0,110.0,1194.0,1460.0,"7,5","71,7","0,7439" -05/01/2005,07.00.00,"2,2",1333.0,-200.0,"11,1",1019.0,411.0,576.0,126.0,1275.0,1612.0,"7,9","70,6","0,7562" -05/01/2005,08.00.00,"3,7",1489.0,-200.0,"16,4",1193.0,670.0,497.0,148.0,1475.0,1776.0,"8,6","69,0","0,7732" -05/01/2005,09.00.00,"4,8",1596.0,-200.0,"21,6",1341.0,830.0,436.0,162.0,1672.0,1991.0,"9,1","67,5","0,7831" -05/01/2005,10.00.00,"4,8",1585.0,-200.0,"19,3",1277.0,845.0,456.0,173.0,1567.0,1944.0,"9,8","65,8","0,7967" -05/01/2005,11.00.00,"5,2",1674.0,-200.0,"22,9",1376.0,992.0,438.0,198.0,1643.0,2098.0,"11,2","61,9","0,8226" -05/01/2005,12.00.00,"5,9",1741.0,-200.0,"25,3",1438.0,1130.0,416.0,219.0,1741.0,2159.0,"12,8","60,1","0,8820" -05/01/2005,13.00.00,"5,9",1680.0,-200.0,"25,2",1434.0,977.0,417.0,206.0,1790.0,2005.0,"13,4","62,4","0,9513" -05/01/2005,14.00.00,"3,1",1295.0,-200.0,"13,2",1090.0,459.0,553.0,155.0,1479.0,1441.0,"14,3","61,2","0,9941" -05/01/2005,15.00.00,"2,6",1288.0,-200.0,"13,9",1112.0,346.0,560.0,150.0,1492.0,1380.0,"14,6","59,6","0,9824" -05/01/2005,16.00.00,"2,8",1281.0,-200.0,"13,8",1111.0,383.0,553.0,148.0,1483.0,1409.0,"14,2","60,0","0,9684" -05/01/2005,17.00.00,"2,8",1310.0,-200.0,"13,5",1099.0,414.0,559.0,158.0,1481.0,1445.0,"13,8","62,6","0,9862" -05/01/2005,18.00.00,"2,8",1276.0,-200.0,"13,5",1099.0,370.0,559.0,152.0,1504.0,1388.0,"13,6","64,0","0,9891" -05/01/2005,19.00.00,"3,1",1312.0,-200.0,"15,0",1148.0,400.0,532.0,148.0,1525.0,1411.0,"13,4","64,5","0,9865" -05/01/2005,20.00.00,"3,3",1332.0,-200.0,"14,9",1146.0,378.0,539.0,147.0,1523.0,1377.0,"13,5","64,7","0,9971" -05/01/2005,21.00.00,"2,7",1248.0,-200.0,"11,9",1046.0,357.0,588.0,144.0,1404.0,1316.0,"13,4","65,3","0,9967" -05/01/2005,22.00.00,"2,3",1182.0,-200.0,"9,2",947.0,333.0,643.0,144.0,1334.0,1210.0,"13,2","64,5","0,9732" -05/01/2005,23.00.00,"1,6",1059.0,-200.0,"6,0",810.0,227.0,764.0,126.0,1200.0,1002.0,"13,2","62,3","0,9392" -06/01/2005,00.00.00,"1,6",1056.0,-200.0,"5,6",795.0,203.0,783.0,115.0,1187.0,896.0,"12,5","63,7","0,9196" -06/01/2005,01.00.00,"1,7",1064.0,-200.0,"5,4",785.0,210.0,769.0,116.0,1184.0,946.0,"12,3","64,6","0,9229" -06/01/2005,02.00.00,"1,6",1059.0,-200.0,"5,4",783.0,198.0,781.0,112.0,1188.0,877.0,"12,5","63,8","0,9244" -06/01/2005,03.00.00,"1,4",991.0,-200.0,"3,5",681.0,-200.0,874.0,-200.0,1125.0,718.0,"12,6","62,7","0,9121" -06/01/2005,04.00.00,-200,950.0,-200.0,"2,5",622.0,89.0,960.0,67.0,1093.0,643.0,"12,0","64,6","0,9060" -06/01/2005,05.00.00,"0,9",1005.0,-200.0,"3,4",679.0,89.0,875.0,67.0,1120.0,745.0,"10,7","69,5","0,8919" -06/01/2005,06.00.00,"0,8",939.0,-200.0,"1,8",568.0,101.0,1037.0,72.0,1054.0,656.0,"12,4","62,6","0,8994" -06/01/2005,07.00.00,"0,7",961.0,-200.0,"2,6",629.0,104.0,1011.0,69.0,1114.0,682.0,"12,3","62,7","0,8947" -06/01/2005,08.00.00,"1,1",1017.0,-200.0,"4,0",712.0,192.0,827.0,107.0,1147.0,829.0,"11,4","66,6","0,8948" -06/01/2005,09.00.00,"1,5",1108.0,-200.0,"6,2",823.0,237.0,720.0,117.0,1247.0,961.0,"11,1","70,2","0,9276" -06/01/2005,10.00.00,"1,5",1122.0,-200.0,"5,8",803.0,211.0,733.0,115.0,1225.0,960.0,"13,4","61,0","0,9348" -06/01/2005,11.00.00,"1,6",1099.0,-200.0,"6,3",826.0,230.0,739.0,120.0,1223.0,940.0,"15,9","52,2","0,9377" -06/01/2005,12.00.00,"1,6",1124.0,-200.0,"5,9",805.0,240.0,726.0,128.0,1233.0,938.0,"15,6","54,0","0,9515" -06/01/2005,13.00.00,"2,0",1186.0,-200.0,"8,5",921.0,295.0,660.0,138.0,1310.0,1040.0,"16,3","51,5","0,9462" -06/01/2005,14.00.00,"1,7",1096.0,-200.0,"6,2",819.0,243.0,733.0,127.0,1238.0,904.0,"16,5","50,8","0,9442" -06/01/2005,15.00.00,"1,5",1120.0,-200.0,"6,4",829.0,196.0,725.0,111.0,1259.0,910.0,"16,3","51,9","0,9535" -06/01/2005,16.00.00,"2,0",1185.0,-200.0,"7,9",893.0,237.0,666.0,122.0,1312.0,1011.0,"16,2","53,0","0,9687" -06/01/2005,17.00.00,"1,9",1173.0,-200.0,"7,7",885.0,274.0,685.0,134.0,1288.0,1038.0,"15,6","54,8","0,9660" -06/01/2005,18.00.00,"2,1",1221.0,-200.0,"8,9",935.0,352.0,642.0,153.0,1323.0,1144.0,"14,5","57,5","0,9440" -06/01/2005,19.00.00,"2,8",1330.0,-200.0,"12,4",1063.0,488.0,578.0,169.0,1419.0,1352.0,"14,0","60,1","0,9566" -06/01/2005,20.00.00,"2,7",1325.0,-200.0,"11,3",1027.0,426.0,591.0,162.0,1394.0,1365.0,"13,5","63,0","0,9686" -06/01/2005,21.00.00,"2,4",1195.0,-200.0,"8,4",915.0,376.0,666.0,152.0,1295.0,1245.0,"12,6","65,4","0,9529" -06/01/2005,22.00.00,"1,6",1150.0,-200.0,"7,3",869.0,237.0,694.0,127.0,1252.0,1203.0,"12,0","67,5","0,9413" -06/01/2005,23.00.00,"1,7",1145.0,-200.0,"5,9",806.0,199.0,736.0,112.0,1207.0,1120.0,"10,5","72,0","0,9120" -07/01/2005,00.00.00,"1,3",1041.0,-200.0,"4,3",729.0,164.0,819.0,98.0,1130.0,972.0,"10,0","70,9","0,8706" -07/01/2005,01.00.00,"1,4",1032.0,-200.0,"3,6",687.0,142.0,867.0,89.0,1109.0,878.0,"9,8","70,7","0,8571" -07/01/2005,02.00.00,"1,2",1010.0,-200.0,"3,1",661.0,142.0,881.0,82.0,1100.0,853.0,"8,0","75,0","0,8098" -07/01/2005,03.00.00,"1,0",951.0,-200.0,"2,5",620.0,-200.0,938.0,-200.0,1077.0,779.0,"7,9","75,1","0,8050" -07/01/2005,04.00.00,"1,0",944.0,-200.0,"2,5",617.0,127.0,944.0,77.0,1039.0,766.0,"7,0","77,3","0,7782" -07/01/2005,05.00.00,"0,6",862.0,-200.0,"1,4",540.0,73.0,1110.0,55.0,999.0,670.0,"7,2","74,4","0,7581" -07/01/2005,06.00.00,"0,7",909.0,-200.0,"1,8",567.0,100.0,1049.0,63.0,993.0,694.0,"6,7","75,0","0,7418" -07/01/2005,07.00.00,"1,0",965.0,-200.0,"3,1",659.0,126.0,973.0,69.0,1059.0,739.0,"6,4","76,3","0,7389" -07/01/2005,08.00.00,"1,7",1102.0,-200.0,"7,6",884.0,284.0,719.0,99.0,1218.0,940.0,"6,0","78,5","0,7377" -07/01/2005,09.00.00,"3,0",1226.0,-200.0,"15,3",1157.0,419.0,552.0,125.0,1464.0,1201.0,"6,3","77,4","0,7452" -07/01/2005,10.00.00,"2,4",1132.0,-200.0,"9,3",950.0,432.0,659.0,123.0,1253.0,1106.0,"7,7","73,8","0,7769" -07/01/2005,11.00.00,"2,2",1183.0,-200.0,"11,0",1013.0,310.0,632.0,128.0,1306.0,1186.0,"10,2","61,5","0,7638" -07/01/2005,12.00.00,"2,6",1211.0,-200.0,"10,6",998.0,446.0,605.0,149.0,1298.0,1302.0,"11,3","58,1","0,7743" -07/01/2005,13.00.00,"2,5",1253.0,-200.0,"11,4",1030.0,464.0,590.0,137.0,1351.0,1368.0,"10,6","62,3","0,7981" -07/01/2005,14.00.00,"3,0",1311.0,-200.0,"13,1",1088.0,505.0,563.0,147.0,1402.0,1452.0,"11,1","62,0","0,8199" -07/01/2005,15.00.00,"3,3",1341.0,-200.0,"14,8",1142.0,564.0,536.0,168.0,1454.0,1537.0,"12,6","57,7","0,8387" -07/01/2005,16.00.00,"3,8",1432.0,-200.0,"16,5",1195.0,625.0,509.0,180.0,1513.0,1651.0,"13,3","56,2","0,8548" -07/01/2005,17.00.00,"3,6",1404.0,-200.0,"16,5",1195.0,590.0,499.0,170.0,1501.0,1623.0,"11,2","65,3","0,8639" -07/01/2005,18.00.00,"5,0",1493.0,-200.0,"21,5",1337.0,712.0,466.0,180.0,1638.0,1742.0,"8,8","74,6","0,8434" -07/01/2005,19.00.00,"5,7",1478.0,-200.0,"22,2",1357.0,723.0,473.0,178.0,1652.0,1639.0,"7,2","78,5","0,8030" -07/01/2005,20.00.00,"5,0",1411.0,-200.0,"20,5",1311.0,707.0,487.0,159.0,1589.0,1537.0,"6,5","80,0","0,7789" -07/01/2005,21.00.00,"4,8",1387.0,-200.0,"17,7",1231.0,737.0,523.0,156.0,1487.0,1463.0,"5,8","83,8","0,7768" -07/01/2005,22.00.00,"3,9",1306.0,-200.0,"15,4",1161.0,646.0,557.0,146.0,1407.0,1379.0,"5,5","83,5","0,7619" -07/01/2005,23.00.00,"3,3",1232.0,-200.0,"11,6",1035.0,536.0,623.0,132.0,1296.0,1256.0,"5,8","81,3","0,7568" -08/01/2005,00.00.00,"3,4",1277.0,-200.0,"13,0",1085.0,567.0,589.0,137.0,1329.0,1344.0,"5,4","82,6","0,7495" -08/01/2005,01.00.00,"2,4",1063.0,-200.0,"6,7",843.0,357.0,762.0,114.0,1125.0,1089.0,"6,4","76,3","0,7369" -08/01/2005,02.00.00,"1,4",991.0,-200.0,"4,6",744.0,187.0,863.0,95.0,1069.0,949.0,"7,0","73,6","0,7417" -08/01/2005,03.00.00,"1,4",989.0,-200.0,"3,8",701.0,-200.0,871.0,-200.0,1049.0,933.0,"7,2","72,3","0,7392" -08/01/2005,04.00.00,"1,2",972.0,-200.0,"3,4",674.0,169.0,926.0,88.0,1032.0,882.0,"7,9","69,3","0,7413" -08/01/2005,05.00.00,"1,2",973.0,-200.0,"3,4",675.0,184.0,903.0,94.0,1029.0,905.0,"7,4","71,7","0,7434" -08/01/2005,06.00.00,"1,2",985.0,-200.0,"3,6",691.0,205.0,878.0,97.0,1056.0,902.0,"7,7","71,9","0,7575" -08/01/2005,07.00.00,"1,3",1020.0,-200.0,"4,5",736.0,213.0,854.0,93.0,1069.0,923.0,"8,1","68,0","0,7396" -08/01/2005,08.00.00,"2,3",1192.0,-200.0,"10,0",978.0,415.0,638.0,113.0,1273.0,1210.0,"6,7","77,1","0,7597" -08/01/2005,09.00.00,"3,4",1325.0,-200.0,"14,7",1140.0,583.0,542.0,126.0,1403.0,1468.0,"6,8","77,9","0,7756" -08/01/2005,10.00.00,"3,0",1219.0,-200.0,"11,3",1026.0,462.0,604.0,133.0,1311.0,1329.0,"8,9","66,7","0,7634" -08/01/2005,11.00.00,"2,5",1195.0,-200.0,"10,4",992.0,387.0,632.0,141.0,1251.0,1295.0,"11,6","54,1","0,7387" -08/01/2005,12.00.00,"2,7",1230.0,-200.0,"11,2",1020.0,414.0,605.0,139.0,1301.0,1365.0,"13,5","49,4","0,7598" -08/01/2005,13.00.00,"2,8",1312.0,-200.0,"13,1",1087.0,440.0,567.0,147.0,1393.0,1452.0,"13,8","50,9","0,7960" -08/01/2005,14.00.00,"3,6",1387.0,-200.0,"14,3",1127.0,516.0,530.0,175.0,1430.0,1615.0,"13,4","55,9","0,8588" -08/01/2005,15.00.00,"3,1",1375.0,-200.0,"12,8",1076.0,495.0,555.0,180.0,1377.0,1599.0,"12,9","59,0","0,8736" -08/01/2005,16.00.00,"4,3",1532.0,-200.0,"18,9",1265.0,643.0,482.0,194.0,1578.0,1777.0,"13,3","59,0","0,8945" -08/01/2005,17.00.00,"4,6",1531.0,-200.0,"17,9",1235.0,725.0,484.0,192.0,1541.0,1742.0,"13,0","61,9","0,9224" -08/01/2005,18.00.00,"4,3",1479.0,-200.0,"16,5",1196.0,683.0,498.0,188.0,1511.0,1739.0,"12,5","63,6","0,9193" -08/01/2005,19.00.00,"4,3",1521.0,-200.0,"16,9",1208.0,681.0,497.0,179.0,1549.0,1770.0,"12,2","65,8","0,9310" -08/01/2005,20.00.00,"5,5",1616.0,-200.0,"22,4",1363.0,833.0,442.0,196.0,1701.0,1918.0,"12,6","65,2","0,9474" -08/01/2005,21.00.00,"3,4",1371.0,-200.0,"13,6",1105.0,514.0,553.0,169.0,1429.0,1581.0,"13,3","63,6","0,9681" -08/01/2005,22.00.00,"2,4",1198.0,-200.0,"9,1",943.0,371.0,647.0,151.0,1307.0,1291.0,"13,5","62,6","0,9644" -08/01/2005,23.00.00,"1,6",1102.0,-200.0,"6,0",813.0,213.0,764.0,123.0,1204.0,1000.0,"14,1","59,6","0,9563" -09/01/2005,00.00.00,"1,7",1120.0,-200.0,"6,3",826.0,242.0,750.0,127.0,1222.0,974.0,"14,0","61,4","0,9773" -09/01/2005,01.00.00,"1,6",1093.0,-200.0,"5,5",789.0,241.0,771.0,127.0,1206.0,949.0,"13,5","63,4","0,9755" -09/01/2005,02.00.00,"1,3",1112.0,-200.0,"5,6",791.0,218.0,764.0,118.0,1216.0,934.0,"13,2","64,2","0,9706" -09/01/2005,03.00.00,"0,8",986.0,-200.0,"3,4",674.0,-200.0,883.0,-200.0,1137.0,730.0,"13,6","62,2","0,9643" -09/01/2005,04.00.00,-200,934.0,-200.0,"2,3",609.0,70.0,976.0,55.0,1094.0,581.0,"13,7","61,1","0,9537" -09/01/2005,05.00.00,"0,6",919.0,-200.0,"1,8",571.0,54.0,1017.0,44.0,1082.0,521.0,"13,5","63,8","0,9801" -09/01/2005,06.00.00,"0,6",929.0,-200.0,"1,6",556.0,60.0,1035.0,46.0,1094.0,575.0,"12,5","67,3","0,9743" -09/01/2005,07.00.00,"0,5",919.0,-200.0,"1,6",552.0,55.0,1063.0,46.0,1080.0,522.0,"13,2","64,2","0,9664" -09/01/2005,08.00.00,"0,6",944.0,-200.0,"2,0",586.0,93.0,977.0,61.0,1090.0,586.0,"13,1","63,4","0,9535" -09/01/2005,09.00.00,"0,7",943.0,-200.0,"1,9",580.0,81.0,980.0,60.0,1074.0,566.0,"13,8","60,5","0,9526" -09/01/2005,10.00.00,"0,9",1036.0,-200.0,"3,5",683.0,109.0,846.0,71.0,1144.0,693.0,"13,7","60,4","0,9390" -09/01/2005,11.00.00,"1,5",1168.0,-200.0,"5,7",797.0,251.0,698.0,111.0,1235.0,1022.0,"14,0","59,7","0,9495" -09/01/2005,12.00.00,"1,9",1232.0,-200.0,"8,1",903.0,284.0,626.0,127.0,1313.0,1152.0,"15,0","56,2","0,9539" -09/01/2005,13.00.00,"1,9",1236.0,-200.0,"8,1",901.0,262.0,628.0,128.0,1311.0,1108.0,"16,9","50,9","0,9714" -09/01/2005,14.00.00,"2,2",1278.0,-200.0,"12,6",1070.0,256.0,557.0,142.0,1479.0,1110.0,"16,6","52,4","0,9810" -09/01/2005,15.00.00,"3,8",1369.0,-200.0,"18,1",1242.0,310.0,476.0,145.0,1669.0,1306.0,"16,4","53,2","0,9826" -09/01/2005,16.00.00,"2,0",1182.0,-200.0,"8,7",929.0,269.0,648.0,145.0,1324.0,1029.0,"16,1","52,8","0,9579" -09/01/2005,17.00.00,"2,2",1210.0,-200.0,"8,8",933.0,348.0,648.0,156.0,1327.0,1094.0,"15,7","54,4","0,9616" -09/01/2005,18.00.00,"3,3",1316.0,-200.0,"14,1",1121.0,396.0,548.0,154.0,1488.0,1282.0,"15,4","55,3","0,9616" -09/01/2005,19.00.00,"2,7",1221.0,-200.0,"9,3",952.0,432.0,641.0,165.0,1334.0,1147.0,"15,2","54,7","0,9362" -09/01/2005,20.00.00,"2,6",1260.0,-200.0,"11,6",1034.0,419.0,588.0,153.0,1402.0,1208.0,"14,7","56,6","0,9392" -09/01/2005,21.00.00,"2,5",1231.0,-200.0,"9,6",962.0,412.0,625.0,151.0,1348.0,1192.0,"14,4","58,2","0,9495" -09/01/2005,22.00.00,"1,5",1115.0,-200.0,"5,8",804.0,223.0,734.0,131.0,1220.0,1136.0,"14,3","59,2","0,9608" -09/01/2005,23.00.00,"1,9",1180.0,-200.0,"7,5",877.0,242.0,680.0,128.0,1297.0,1131.0,"14,0","60,4","0,9622" -10/01/2005,00.00.00,"2,0",1174.0,-200.0,"7,4",873.0,288.0,672.0,137.0,1300.0,1071.0,"13,7","63,6","0,9912" -10/01/2005,01.00.00,"1,7",1178.0,-200.0,"7,4",876.0,209.0,666.0,119.0,1319.0,1059.0,"13,1","68,7","1,0329" -10/01/2005,02.00.00,"1,2",1052.0,-200.0,"3,9",704.0,141.0,807.0,96.0,1210.0,909.0,"13,2","69,9","1,0526" -10/01/2005,03.00.00,"0,9",998.0,-200.0,"2,1",591.0,-200.0,937.0,-200.0,1147.0,820.0,"12,8","71,2","1,0454" -10/01/2005,04.00.00,"0,6",960.0,-200.0,"1,3",532.0,66.0,1059.0,60.0,1122.0,724.0,"12,9","70,4","1,0444" -10/01/2005,05.00.00,"-200,0",958.0,-200.0,"1,8",571.0,64.0,998.0,54.0,1138.0,707.0,"12,4","72,5","1,0411" -10/01/2005,06.00.00,"-200,0",989.0,-200.0,"3,0",650.0,105.0,900.0,66.0,1171.0,768.0,"13,0","70,3","1,0502" -10/01/2005,07.00.00,"0,4",1162.0,-200.0,"6,7",843.0,303.0,685.0,104.0,1336.0,1027.0,"12,3","73,3","1,0448" -10/01/2005,08.00.00,"2,6",1523.0,-200.0,"21,0",1324.0,620.0,451.0,137.0,1776.0,1502.0,"12,8","71,8","1,0551" -10/01/2005,09.00.00,"3,5",1511.0,-200.0,"21,4",1334.0,590.0,433.0,146.0,1804.0,1606.0,"13,1","70,2","1,0567" -10/01/2005,10.00.00,"2,1",1420.0,-200.0,"16,1",1183.0,592.0,488.0,136.0,1626.0,1520.0,"12,8","71,8","1,0551" -10/01/2005,11.00.00,"2,1",1413.0,-200.0,"16,4",1193.0,698.0,484.0,144.0,1598.0,1566.0,"13,1","70,3","1,0566" -10/01/2005,12.00.00,"1,7",1335.0,-200.0,"14,8",1141.0,482.0,512.0,133.0,1536.0,1501.0,"13,7","67,0","1,0446" -10/01/2005,13.00.00,"2,6",1451.0,-200.0,"20,1",1298.0,575.0,452.0,148.0,1744.0,1634.0,"14,0","65,4","1,0427" -10/01/2005,14.00.00,"2,6",1410.0,-200.0,"19,3",1276.0,548.0,459.0,155.0,1701.0,1587.0,"14,4","63,8","1,0421" -10/01/2005,15.00.00,"2,4",1429.0,-200.0,"19,3",1277.0,498.0,456.0,152.0,1721.0,1560.0,"14,1","65,9","1,0531" -10/01/2005,16.00.00,"2,4",1409.0,-200.0,"17,4",1223.0,479.0,475.0,145.0,1640.0,1538.0,"14,1","65,9","1,0552" -10/01/2005,17.00.00,"2,0",1372.0,-200.0,"17,0",1210.0,420.0,484.0,139.0,1629.0,1491.0,"14,1","66,0","1,0539" -10/01/2005,18.00.00,"2,0",1366.0,-200.0,"17,1",1213.0,378.0,489.0,134.0,1611.0,1469.0,"14,0","66,4","1,0536" -10/01/2005,19.00.00,"3,1",1365.0,-200.0,"16,4",1192.0,340.0,492.0,128.0,1593.0,1486.0,"13,8","66,4","1,0451" -10/01/2005,20.00.00,"3,3",1385.0,-200.0,"17,3",1218.0,399.0,478.0,135.0,1620.0,1494.0,"13,4","68,1","1,0441" -10/01/2005,21.00.00,"3,3",1361.0,-200.0,"14,6",1137.0,449.0,503.0,136.0,1526.0,1471.0,"13,2","69,1","1,0452" -10/01/2005,22.00.00,"2,6",1312.0,-200.0,"11,9",1047.0,374.0,545.0,126.0,1430.0,1399.0,"13,0","70,0","1,0420" -10/01/2005,23.00.00,"1,7",1177.0,-200.0,"7,3",871.0,244.0,660.0,116.0,1292.0,1192.0,"12,7","69,9","1,0223" -11/01/2005,00.00.00,"1,8",1205.0,-200.0,"7,7",888.0,256.0,647.0,116.0,1292.0,1187.0,"12,0","71,9","1,0071" -11/01/2005,01.00.00,"1,5",1114.0,-200.0,"4,9",757.0,212.0,744.0,107.0,1204.0,1070.0,"13,2","66,8","1,0087" -11/01/2005,02.00.00,"1,1",1047.0,-200.0,"3,9",708.0,146.0,816.0,91.0,1167.0,949.0,"12,4","69,5","0,9986" -11/01/2005,03.00.00,"0,9",982.0,-200.0,"2,1",592.0,-200.0,953.0,-200.0,1106.0,830.0,"13,1","65,7","0,9858" -11/01/2005,04.00.00,"0,7",992.0,-200.0,"2,9",644.0,96.0,899.0,70.0,1128.0,854.0,"11,8","70,6","0,9731" -11/01/2005,05.00.00,"0,7",977.0,-200.0,"2,6",629.0,106.0,908.0,78.0,1129.0,835.0,"12,3","68,0","0,9734" -11/01/2005,06.00.00,"0,9",1047.0,-200.0,"3,3",671.0,115.0,863.0,75.0,1147.0,887.0,"12,0","69,2","0,9697" -11/01/2005,07.00.00,"1,3",1126.0,-200.0,"5,2",775.0,236.0,760.0,101.0,1205.0,1019.0,"11,7","69,8","0,9612" -11/01/2005,08.00.00,"3,2",1474.0,-200.0,"19,0",1268.0,583.0,502.0,136.0,1677.0,1503.0,"12,1","67,6","0,9500" -11/01/2005,09.00.00,"5,1",1526.0,-200.0,"26,5",1466.0,662.0,415.0,147.0,1855.0,1687.0,"12,5","65,1","0,9399" -11/01/2005,10.00.00,"3,7",1386.0,-200.0,"15,3",1158.0,528.0,518.0,143.0,1485.0,1553.0,"12,8","62,5","0,9213" -11/01/2005,11.00.00,"3,2",1392.0,-200.0,"15,6",1166.0,549.0,519.0,153.0,1488.0,1624.0,"13,4","59,9","0,9143" -11/01/2005,12.00.00,"3,1",1363.0,-200.0,"16,4",1192.0,531.0,499.0,148.0,1501.0,1637.0,"13,4","57,9","0,8895" -11/01/2005,13.00.00,"3,0",1331.0,-200.0,"16,1",1184.0,493.0,507.0,149.0,1508.0,1533.0,"13,6","56,4","0,8754" -11/01/2005,14.00.00,"3,6",1401.0,-200.0,"18,8",1261.0,527.0,479.0,141.0,1580.0,1577.0,"13,8","56,3","0,8841" -11/01/2005,15.00.00,"3,2",1374.0,-200.0,"18,0",1239.0,487.0,483.0,147.0,1569.0,1532.0,"13,7","57,9","0,9063" -11/01/2005,16.00.00,"3,9",1436.0,-200.0,"20,1",1299.0,581.0,451.0,159.0,1616.0,1621.0,"13,6","58,9","0,9139" -11/01/2005,17.00.00,"3,4",1386.0,-200.0,"17,6",1228.0,531.0,479.0,152.0,1546.0,1578.0,"13,4","59,7","0,9142" -11/01/2005,18.00.00,"3,9",1419.0,-200.0,"19,3",1277.0,495.0,459.0,144.0,1603.0,1631.0,"13,3","61,2","0,9330" -11/01/2005,19.00.00,"3,6",1428.0,-200.0,"19,7",1288.0,487.0,465.0,146.0,1580.0,1629.0,"13,2","61,8","0,9313" -11/01/2005,20.00.00,"4,7",1508.0,-200.0,"24,5",1416.0,596.0,418.0,162.0,1773.0,1733.0,"12,9","61,5","0,9139" -11/01/2005,21.00.00,"4,1",1438.0,-200.0,"18,4",1251.0,595.0,470.0,156.0,1593.0,1622.0,"12,6","63,9","0,9307" -11/01/2005,22.00.00,"3,4",1415.0,-200.0,"16,6",1197.0,559.0,486.0,146.0,1539.0,1597.0,"12,0","67,4","0,9417" -11/01/2005,23.00.00,"3,5",1433.0,-200.0,"16,2",1186.0,586.0,479.0,151.0,1497.0,1738.0,"11,9","69,0","0,9568" -12/01/2005,00.00.00,"1,2",1208.0,-200.0,"9,6",964.0,399.0,602.0,127.0,1305.0,1350.0,"12,0","66,6","0,9293" -12/01/2005,01.00.00,"2,4",1280.0,-200.0,"11,4",1029.0,399.0,564.0,123.0,1366.0,1363.0,"11,4","69,6","0,9373" -12/01/2005,02.00.00,"2,1",1174.0,-200.0,"9,1",942.0,381.0,626.0,122.0,1296.0,1262.0,"11,2","70,3","0,9323" -12/01/2005,03.00.00,"1,1",1022.0,-200.0,"4,3",729.0,-200.0,803.0,-200.0,1139.0,1034.0,"11,5","68,2","0,9271" -12/01/2005,04.00.00,-200,1002.0,-200.0,"4,2",722.0,162.0,807.0,85.0,1161.0,998.0,"10,7","71,3","0,9161" -12/01/2005,05.00.00,"1,0",1018.0,-200.0,"4,7",746.0,183.0,800.0,83.0,1171.0,958.0,"10,0","74,8","0,9161" -12/01/2005,06.00.00,"1,4",1095.0,-200.0,"7,3",868.0,357.0,676.0,98.0,1241.0,1078.0,"9,2","78,5","0,9143" -12/01/2005,07.00.00,"1,8",1182.0,-200.0,"9,3",951.0,479.0,634.0,109.0,1327.0,1143.0,"8,8","79,4","0,9033" -12/01/2005,08.00.00,"3,8",1478.0,-200.0,"17,8",1234.0,852.0,470.0,138.0,1606.0,1551.0,"8,7","79,4","0,8944" -12/01/2005,09.00.00,"4,1",1515.0,-200.0,"20,1",1298.0,822.0,434.0,138.0,1706.0,1669.0,"8,9","76,5","0,8767" -12/01/2005,10.00.00,"4,4",1488.0,-200.0,"19,6",1286.0,910.0,452.0,170.0,1648.0,1766.0,"9,9","73,3","0,8936" -12/01/2005,11.00.00,"3,5",1383.0,-200.0,"16,5",1196.0,800.0,497.0,191.0,1514.0,1717.0,"11,8","65,5","0,9010" -12/01/2005,12.00.00,"3,5",1383.0,-200.0,"17,3",1218.0,758.0,497.0,196.0,1506.0,1738.0,"13,0","60,9","0,9061" -12/01/2005,13.00.00,"3,8",1337.0,-200.0,"17,7",1231.0,647.0,505.0,185.0,1518.0,1611.0,"14,7","52,3","0,8687" -12/01/2005,14.00.00,"3,1",1243.0,-200.0,"15,2",1155.0,431.0,546.0,156.0,1473.0,1398.0,"15,1","49,6","0,8428" -12/01/2005,15.00.00,"3,4",1304.0,-200.0,"18,2",1244.0,491.0,507.0,173.0,1558.0,1497.0,"15,7","48,8","0,8657" -12/01/2005,16.00.00,"3,3",1284.0,-200.0,"17,2",1216.0,476.0,522.0,166.0,1545.0,1415.0,"15,8","48,9","0,8707" -12/01/2005,17.00.00,"3,4",1303.0,-200.0,"17,6",1226.0,538.0,521.0,173.0,1554.0,1457.0,"14,6","54,0","0,8946" -12/01/2005,18.00.00,"4,7",1461.0,-200.0,"25,4",1440.0,621.0,440.0,177.0,1806.0,1669.0,"14,3","56,3","0,9119" -12/01/2005,19.00.00,"5,7",1517.0,-200.0,"28,4",1512.0,728.0,421.0,182.0,1902.0,1740.0,"14,1","57,8","0,9262" -12/01/2005,20.00.00,"5,6",1526.0,-200.0,"27,5",1492.0,716.0,428.0,166.0,1883.0,1770.0,"13,1","62,9","0,9430" -12/01/2005,21.00.00,"5,9",1495.0,-200.0,"23,3",1386.0,782.0,457.0,177.0,1736.0,1734.0,"12,0","67,5","0,9467" -12/01/2005,22.00.00,"3,6",1333.0,-200.0,"15,2",1154.0,550.0,534.0,158.0,1441.0,1647.0,"10,7","70,9","0,9113" -12/01/2005,23.00.00,"2,5",1216.0,-200.0,"11,1",1020.0,377.0,605.0,133.0,1337.0,1379.0,"10,0","73,2","0,8988" -13/01/2005,00.00.00,"2,9",1232.0,-200.0,"11,5",1032.0,391.0,599.0,123.0,1347.0,1331.0,"9,4","75,0","0,8874" -13/01/2005,01.00.00,"2,5",1181.0,-200.0,"10,2",985.0,433.0,629.0,120.0,1312.0,1240.0,"8,5","76,9","0,8557" -13/01/2005,02.00.00,"1,7",1042.0,-200.0,"6,0",814.0,287.0,746.0,105.0,1167.0,1036.0,"8,4","75,9","0,8407" -13/01/2005,03.00.00,"1,6",1027.0,-200.0,"6,3",824.0,-200.0,753.0,-200.0,1171.0,969.0,"6,9","80,7","0,8054" -13/01/2005,04.00.00,"1,1",915.0,-200.0,"3,7",695.0,192.0,883.0,86.0,1094.0,826.0,"6,2","82,1","0,7825" -13/01/2005,05.00.00,"0,9",891.0,-200.0,"3,2",666.0,161.0,931.0,77.0,1058.0,798.0,"7,0","77,3","0,7759" -13/01/2005,06.00.00,"1,0",937.0,-200.0,"3,7",694.0,194.0,915.0,81.0,1054.0,817.0,"6,5","79,7","0,7751" -13/01/2005,07.00.00,"1,6",1086.0,-200.0,"8,0",901.0,343.0,715.0,103.0,1216.0,1055.0,"7,7","76,8","0,8112" -13/01/2005,08.00.00,"3,1",1326.0,-200.0,"16,3",1190.0,624.0,531.0,127.0,1509.0,1391.0,"8,2","74,9","0,8184" -13/01/2005,09.00.00,"4,1",1469.0,-200.0,"24,0",1403.0,758.0,452.0,134.0,1780.0,1665.0,"8,8","73,2","0,8298" -13/01/2005,10.00.00,"3,9",1321.0,-200.0,"15,7",1170.0,760.0,532.0,158.0,1488.0,1539.0,"9,7","70,1","0,8432" -13/01/2005,11.00.00,"3,6",1396.0,-200.0,"16,5",1196.0,713.0,524.0,175.0,1492.0,1653.0,"11,7","62,7","0,8586" -13/01/2005,12.00.00,"3,2",1270.0,-200.0,"12,8",1077.0,615.0,583.0,178.0,1353.0,1586.0,"13,1","58,5","0,8770" -13/01/2005,13.00.00,"2,2",1189.0,-200.0,"11,3",1025.0,319.0,626.0,135.0,1316.0,1332.0,"14,2","54,1","0,8707" -13/01/2005,14.00.00,"2,4",1227.0,-200.0,"12,9",1081.0,338.0,570.0,133.0,1396.0,1369.0,"14,2","54,3","0,8757" -13/01/2005,15.00.00,"2,7",1266.0,-200.0,"14,1",1118.0,380.0,564.0,134.0,1410.0,1373.0,"14,0","56,3","0,8940" -13/01/2005,16.00.00,"2,7",1277.0,-200.0,"15,8",1175.0,366.0,531.0,137.0,1480.0,1397.0,"13,5","57,8","0,8933" -13/01/2005,17.00.00,"3,9",1438.0,-200.0,"19,9",1295.0,567.0,470.0,160.0,1620.0,1577.0,"12,3","63,0","0,9015" -13/01/2005,18.00.00,"5,2",1523.0,-200.0,"26,6",1470.0,702.0,414.0,166.0,1811.0,1783.0,"11,4","68,0","0,9166" -13/01/2005,19.00.00,"4,0",1384.0,-200.0,"19,8",1290.0,523.0,475.0,144.0,1571.0,1568.0,"10,8","69,5","0,8995" -13/01/2005,20.00.00,"2,9",1283.0,-200.0,"13,3",1093.0,373.0,581.0,129.0,1354.0,1356.0,"11,0","67,1","0,8766" -13/01/2005,21.00.00,"3,3",1304.0,-200.0,"13,0",1085.0,467.0,571.0,129.0,1385.0,1419.0,"9,5","71,3","0,8458" -13/01/2005,22.00.00,"2,0",1126.0,-200.0,"7,5",880.0,260.0,690.0,107.0,1202.0,1177.0,"8,8","71,0","0,8089" -13/01/2005,23.00.00,"1,8",1141.0,-200.0,"7,8",892.0,244.0,686.0,101.0,1213.0,1141.0,"8,0","73,4","0,7899" -14/01/2005,00.00.00,"2,7",1183.0,-200.0,"8,8",930.0,317.0,669.0,112.0,1210.0,1179.0,"7,6","73,0","0,7629" -14/01/2005,01.00.00,"1,8",1090.0,-200.0,"6,4",830.0,224.0,744.0,98.0,1125.0,1056.0,"7,1","73,9","0,7515" -14/01/2005,02.00.00,"1,3",1032.0,-200.0,"4,5",736.0,176.0,809.0,90.0,1064.0,973.0,"7,1","73,5","0,7439" -14/01/2005,03.00.00,"1,0",940.0,-200.0,"3,6",691.0,-200.0,877.0,-200.0,1036.0,827.0,"6,7","75,0","0,7390" -14/01/2005,04.00.00,"1,1",981.0,-200.0,"4,2",721.0,103.0,866.0,59.0,1059.0,836.0,"5,1","81,3","0,7204" -14/01/2005,05.00.00,"1,6",1104.0,-200.0,"6,9",851.0,367.0,687.0,98.0,1101.0,1085.0,"4,3","82,9","0,6968" -14/01/2005,06.00.00,"1,3",989.0,-200.0,"5,0",762.0,326.0,793.0,109.0,1076.0,959.0,"5,3","80,4","0,7234" -14/01/2005,07.00.00,"1,4",1079.0,-200.0,"7,3",869.0,374.0,732.0,110.0,1160.0,1039.0,"5,7","79,3","0,7326" -14/01/2005,08.00.00,"5,0",1472.0,-200.0,"24,5",1418.0,756.0,459.0,159.0,1681.0,1554.0,"6,8","74,8","0,7423" -14/01/2005,09.00.00,"4,3",1313.0,-200.0,"16,9",1206.0,690.0,513.0,144.0,1469.0,1546.0,"6,9","75,2","0,7505" -14/01/2005,10.00.00,"4,1",1363.0,-200.0,"17,7",1229.0,754.0,515.0,147.0,1490.0,1638.0,"8,0","71,9","0,7712" -14/01/2005,11.00.00,"3,8",1347.0,-200.0,"17,1",1212.0,750.0,527.0,179.0,1443.0,1568.0,"9,3","67,1","0,7849" -14/01/2005,12.00.00,"3,1",1240.0,-200.0,"14,7",1140.0,590.0,567.0,164.0,1388.0,1433.0,"10,2","63,6","0,7928" -14/01/2005,13.00.00,"3,3",1280.0,-200.0,"17,4",1222.0,525.0,526.0,160.0,1519.0,1452.0,"11,0","60,9","0,7966" -14/01/2005,14.00.00,"3,1",1210.0,-200.0,"15,1",1151.0,406.0,569.0,143.0,1428.0,1345.0,"11,3","60,1","0,8022" -14/01/2005,15.00.00,"2,7",1216.0,-200.0,"14,5",1134.0,360.0,566.0,138.0,1403.0,1336.0,"12,2","56,9","0,8068" -14/01/2005,16.00.00,"3,4",1320.0,-200.0,"16,9",1207.0,448.0,535.0,143.0,1498.0,1442.0,"11,9","59,1","0,8211" -14/01/2005,17.00.00,"5,0",1477.0,-200.0,"24,3",1412.0,733.0,450.0,196.0,1704.0,1748.0,"10,3","66,3","0,8286" -14/01/2005,18.00.00,"5,7",1500.0,-200.0,"26,1",1458.0,847.0,428.0,197.0,1750.0,1776.0,"8,2","74,9","0,8187" -14/01/2005,19.00.00,"5,8",1512.0,-200.0,"26,4",1463.0,765.0,435.0,189.0,1720.0,1802.0,"7,9","77,1","0,8223" -14/01/2005,20.00.00,"5,8",1496.0,-200.0,"25,7",1447.0,715.0,435.0,188.0,1710.0,1796.0,"8,3","75,0","0,8253" -14/01/2005,21.00.00,"5,0",1360.0,-200.0,"18,2",1246.0,716.0,513.0,190.0,1504.0,1600.0,"8,2","75,2","0,8185" -14/01/2005,22.00.00,"1,7",1024.0,-200.0,"6,2",819.0,235.0,782.0,126.0,1101.0,1083.0,"8,3","69,7","0,7632" -14/01/2005,23.00.00,"1,6",1094.0,-200.0,"6,7",845.0,198.0,780.0,113.0,1127.0,1064.0,"6,7","74,4","0,7344" -15/01/2005,00.00.00,"2,3",1111.0,-200.0,"7,5",877.0,293.0,735.0,129.0,1142.0,1104.0,"6,4","74,9","0,7238" -15/01/2005,01.00.00,"2,4",1097.0,-200.0,"7,5",878.0,356.0,737.0,128.0,1140.0,1053.0,"4,9","80,1","0,7011" -15/01/2005,02.00.00,"2,0",1051.0,-200.0,"6,2",820.0,285.0,778.0,122.0,1087.0,1009.0,"4,8","79,4","0,6872" -15/01/2005,03.00.00,"1,6",979.0,-200.0,"5,1",767.0,-200.0,827.0,-200.0,1041.0,908.0,"3,3","82,6","0,6450" -15/01/2005,04.00.00,-200,978.0,-200.0,"4,8",756.0,266.0,834.0,115.0,1015.0,878.0,"2,4","86,6","0,6369" -15/01/2005,05.00.00,"1,1",902.0,-200.0,"3,1",659.0,158.0,940.0,92.0,972.0,800.0,"3,4","81,4","0,6425" -15/01/2005,06.00.00,"1,0",957.0,-200.0,"2,8",641.0,95.0,1013.0,70.0,940.0,784.0,"4,2","77,0","0,6439" -15/01/2005,07.00.00,"1,3",973.0,-200.0,"4,3",728.0,148.0,902.0,83.0,1004.0,854.0,"3,5","80,8","0,6406" -15/01/2005,08.00.00,"1,9",1074.0,-200.0,"9,7",967.0,337.0,703.0,127.0,1201.0,1065.0,"3,5","80,3","0,6366" -15/01/2005,09.00.00,"2,6",1115.0,-200.0,"10,9",1012.0,453.0,650.0,142.0,1230.0,1161.0,"4,0","78,5","0,6450" -15/01/2005,10.00.00,"2,7",1136.0,-200.0,"10,6",1001.0,497.0,653.0,155.0,1216.0,1192.0,"4,5","76,6","0,6534" -15/01/2005,11.00.00,"2,4",1128.0,-200.0,"10,0",977.0,448.0,673.0,153.0,1199.0,1202.0,"5,6","72,3","0,6627" -15/01/2005,12.00.00,"2,7",1196.0,-200.0,"11,6",1035.0,496.0,633.0,177.0,1259.0,1338.0,"7,5","64,4","0,6720" -15/01/2005,13.00.00,"3,1",1267.0,-200.0,"15,6",1166.0,535.0,567.0,179.0,1382.0,1505.0,"8,9","60,8","0,6921" -15/01/2005,14.00.00,"4,4",1355.0,-200.0,"18,1",1244.0,644.0,536.0,212.0,1454.0,1715.0,"10,6","55,3","0,7058" -15/01/2005,15.00.00,"3,2",1194.0,-200.0,"12,3",1061.0,459.0,622.0,182.0,1257.0,1473.0,"12,3","46,3","0,6597" -15/01/2005,16.00.00,"2,9",1188.0,-200.0,"11,4",1029.0,409.0,635.0,168.0,1243.0,1433.0,"12,2","47,0","0,6686" -15/01/2005,17.00.00,"3,0",1279.0,-200.0,"15,2",1154.0,515.0,573.0,179.0,1391.0,1544.0,"10,5","55,1","0,6993" -15/01/2005,18.00.00,"3,7",1361.0,-200.0,"17,4",1223.0,640.0,525.0,182.0,1454.0,1648.0,"8,7","66,3","0,7491" -15/01/2005,19.00.00,"5,2",1474.0,-200.0,"20,8",1319.0,816.0,496.0,194.0,1524.0,1784.0,"7,9","69,9","0,7487" -15/01/2005,20.00.00,"3,3",1235.0,-200.0,"12,8",1078.0,505.0,616.0,166.0,1265.0,1519.0,"7,6","65,3","0,6842" -15/01/2005,21.00.00,"3,6",1289.0,-200.0,"14,7",1140.0,560.0,590.0,168.0,1317.0,1532.0,"6,5","67,6","0,6608" -15/01/2005,22.00.00,"2,3",1124.0,-200.0,"8,3",910.0,389.0,717.0,148.0,1112.0,1340.0,"5,9","66,4","0,6226" -15/01/2005,23.00.00,"3,0",1231.0,-200.0,"11,1",1017.0,492.0,655.0,151.0,1207.0,1414.0,"5,2","70,0","0,6232" -16/01/2005,00.00.00,"3,8",1289.0,-200.0,"13,6",1104.0,531.0,623.0,165.0,1257.0,1499.0,"5,2","67,8","0,6028" -16/01/2005,01.00.00,"3,2",1166.0,-200.0,"9,8",970.0,487.0,705.0,165.0,1136.0,1306.0,"4,9","67,1","0,5863" -16/01/2005,02.00.00,"2,1",1062.0,-200.0,"7,6",884.0,293.0,748.0,128.0,1062.0,1172.0,"5,1","65,5","0,5811" -16/01/2005,03.00.00,"1,7",1028.0,-200.0,"6,0",813.0,-200.0,794.0,-200.0,1019.0,1076.0,"4,0","69,5","0,5706" -16/01/2005,04.00.00,"1,7",1003.0,-200.0,"5,9",807.0,219.0,819.0,115.0,1021.0,1005.0,"3,7","68,9","0,5549" -16/01/2005,05.00.00,"1,4",929.0,-200.0,"4,2",721.0,198.0,923.0,120.0,956.0,913.0,"4,5","62,7","0,5343" -16/01/2005,06.00.00,"1,2",951.0,-200.0,"4,5",737.0,166.0,910.0,106.0,977.0,922.0,"4,7","62,3","0,5368" -16/01/2005,07.00.00,"1,4",1011.0,-200.0,"5,4",783.0,255.0,835.0,118.0,1013.0,1026.0,"3,9","67,1","0,5483" -16/01/2005,08.00.00,"1,4",939.0,-200.0,"4,8",751.0,312.0,898.0,156.0,984.0,952.0,"5,7","54,5","0,5034" -16/01/2005,09.00.00,"1,7",946.0,-200.0,"6,3",827.0,236.0,876.0,130.0,1037.0,915.0,"6,1","50,3","0,4769" -16/01/2005,10.00.00,"1,0",841.0,-200.0,"2,6",625.0,172.0,1054.0,112.0,846.0,687.0,"9,0","39,5","0,4554" -16/01/2005,11.00.00,"1,0",850.0,-200.0,"2,6",629.0,138.0,1076.0,96.0,847.0,597.0,"10,7","34,4","0,4406" -16/01/2005,12.00.00,"0,8",831.0,-200.0,"2,2",602.0,121.0,1123.0,89.0,824.0,527.0,"11,1","33,4","0,4401" -16/01/2005,13.00.00,"1,0",866.0,-200.0,"3,0",652.0,143.0,1060.0,98.0,857.0,573.0,"11,9","30,8","0,4285" -16/01/2005,14.00.00,"0,8",819.0,-200.0,"1,9",576.0,114.0,1142.0,85.0,809.0,492.0,"11,4","32,0","0,4310" -16/01/2005,15.00.00,"0,7",833.0,-200.0,"2,0",584.0,107.0,1144.0,80.0,821.0,463.0,"11,3","32,5","0,4334" -16/01/2005,16.00.00,"1,1",877.0,-200.0,"2,8",642.0,176.0,1037.0,112.0,859.0,565.0,"11,0","33,0","0,4331" -16/01/2005,17.00.00,"1,1",892.0,-200.0,"3,3",668.0,180.0,1017.0,121.0,872.0,632.0,"10,3","35,0","0,4377" -16/01/2005,18.00.00,"1,2",899.0,-200.0,"3,4",674.0,212.0,1002.0,132.0,893.0,691.0,"8,4","40,9","0,4542" -16/01/2005,19.00.00,"2,0",1008.0,-200.0,"7,1",861.0,331.0,839.0,160.0,977.0,943.0,"8,3","38,5","0,4228" -16/01/2005,20.00.00,"2,2",1013.0,-200.0,"7,4",873.0,369.0,820.0,167.0,984.0,985.0,"8,1","37,9","0,4100" -16/01/2005,21.00.00,"1,5",912.0,-200.0,"4,3",730.0,274.0,959.0,157.0,893.0,821.0,"7,7","39,0","0,4106" -16/01/2005,22.00.00,"1,2",907.0,-200.0,"3,9",705.0,199.0,995.0,130.0,880.0,767.0,"7,0","41,5","0,4193" -16/01/2005,23.00.00,"1,5",953.0,-200.0,"5,2",771.0,248.0,905.0,145.0,936.0,895.0,"6,6","42,6","0,4179" -17/01/2005,00.00.00,"1,4",916.0,-200.0,"3,8",701.0,197.0,954.0,133.0,899.0,791.0,"6,4","44,2","0,4280" -17/01/2005,01.00.00,"1,2",894.0,-200.0,"3,5",682.0,147.0,991.0,110.0,881.0,770.0,"6,0","46,0","0,4349" -17/01/2005,02.00.00,"1,0",895.0,-200.0,"2,9",648.0,135.0,1001.0,100.0,875.0,839.0,"4,4","53,1","0,4484" -17/01/2005,03.00.00,"0,6",845.0,-200.0,"1,4",534.0,-200.0,1168.0,-200.0,833.0,721.0,"4,0","54,3","0,4454" -17/01/2005,04.00.00,"0,7",837.0,-200.0,"1,1",512.0,95.0,1228.0,79.0,836.0,720.0,"3,7","55,8","0,4489" -17/01/2005,05.00.00,"0,5",795.0,-200.0,"1,0",504.0,94.0,1258.0,79.0,840.0,682.0,"2,6","58,6","0,4385" -17/01/2005,06.00.00,"0,7",874.0,-200.0,"1,6",552.0,121.0,1162.0,90.0,857.0,723.0,"3,2","56,0","0,4364" -17/01/2005,07.00.00,"1,0",920.0,-200.0,"3,2",667.0,131.0,1005.0,95.0,916.0,813.0,"3,6","55,4","0,4419" -17/01/2005,08.00.00,"3,0",1257.0,-200.0,"15,9",1176.0,552.0,612.0,169.0,1357.0,1365.0,"1,8","63,3","0,4464" -17/01/2005,09.00.00,"4,1",1222.0,-200.0,"18,0",1239.0,614.0,574.0,199.0,1346.0,1472.0,"2,4","60,2","0,4426" -17/01/2005,10.00.00,"3,1",1196.0,-200.0,"14,7",1139.0,530.0,617.0,186.0,1271.0,1497.0,"4,6","52,1","0,4472" -17/01/2005,11.00.00,"3,8",1214.0,-200.0,"15,1",1153.0,721.0,612.0,208.0,1244.0,1626.0,"8,2","40,5","0,4414" -17/01/2005,12.00.00,"2,7",1149.0,-200.0,"13,4",1096.0,474.0,639.0,178.0,1219.0,1476.0,"10,5","34,7","0,4393" -17/01/2005,13.00.00,"3,1",1166.0,-200.0,"14,5",1134.0,514.0,603.0,176.0,1227.0,1531.0,"11,1","33,3","0,4384" -17/01/2005,14.00.00,"3,1",1170.0,-200.0,"14,7",1138.0,504.0,611.0,177.0,1233.0,1503.0,"11,1","32,6","0,4292" -17/01/2005,15.00.00,"3,2",1176.0,-200.0,"17,0",1209.0,508.0,588.0,182.0,1264.0,1488.0,"12,4","28,3","0,4076" -17/01/2005,16.00.00,"3,3",1147.0,-200.0,"15,3",1158.0,529.0,615.0,182.0,1200.0,1435.0,"12,9","24,5","0,3630" -17/01/2005,17.00.00,"4,0",1294.0,-200.0,"21,2",1330.0,676.0,535.0,193.0,1363.0,1725.0,"11,4","28,7","0,3865" -17/01/2005,18.00.00,"8,6",1683.0,-200.0,"43,0",1831.0,1216.0,374.0,272.0,1964.0,2331.0,"9,2","39,3","0,4573" -17/01/2005,19.00.00,"8,7",1615.0,-200.0,"37,2",1712.0,1230.0,384.0,225.0,1811.0,2312.0,"7,8","48,1","0,5115" -17/01/2005,20.00.00,"3,6",1256.0,-200.0,"16,7",1201.0,582.0,563.0,181.0,1251.0,1699.0,"7,2","50,6","0,5170" -17/01/2005,21.00.00,"3,0",1205.0,-200.0,"13,4",1098.0,460.0,610.0,172.0,1170.0,1587.0,"6,0","53,3","0,5008" -17/01/2005,22.00.00,"1,9",1087.0,-200.0,"8,7",926.0,340.0,715.0,153.0,1053.0,1390.0,"5,3","55,0","0,4921" -17/01/2005,23.00.00,"1,9",1092.0,-200.0,"7,4",875.0,298.0,751.0,143.0,1010.0,1347.0,"4,2","58,1","0,4832" -18/01/2005,00.00.00,"1,6",1039.0,-200.0,"6,7",845.0,300.0,775.0,142.0,993.0,1268.0,"3,4","60,9","0,4809" -18/01/2005,01.00.00,"1,4",1001.0,-200.0,"5,0",762.0,223.0,850.0,131.0,948.0,1155.0,"3,0","60,2","0,4639" -18/01/2005,02.00.00,"1,0",925.0,-200.0,"3,4",677.0,151.0,958.0,105.0,901.0,1024.0,"3,2","58,8","0,4578" -18/01/2005,03.00.00,"0,7",880.0,-200.0,"2,4",613.0,-200.0,1016.0,-200.0,878.0,968.0,"3,3","57,7","0,4516" -18/01/2005,04.00.00,-200,873.0,-200.0,"2,1",592.0,108.0,1076.0,83.0,869.0,915.0,"4,5","53,8","0,4572" -18/01/2005,05.00.00,"0,8",880.0,-200.0,"2,5",618.0,125.0,1023.0,87.0,893.0,928.0,"3,1","59,7","0,4604" -18/01/2005,06.00.00,"0,9",950.0,-200.0,"3,5",680.0,181.0,936.0,106.0,914.0,1028.0,"4,2","57,1","0,4743" -18/01/2005,07.00.00,"1,5",1039.0,-200.0,"6,9",855.0,341.0,783.0,140.0,1025.0,1210.0,"3,4","58,5","0,4608" -18/01/2005,08.00.00,"3,1",1284.0,-200.0,"16,8",1204.0,552.0,599.0,167.0,1337.0,1531.0,"3,9","57,3","0,4661" -18/01/2005,09.00.00,"5,1",1350.0,-200.0,"20,3",1305.0,839.0,509.0,175.0,1383.0,1745.0,"4,3","56,8","0,4768" -18/01/2005,10.00.00,"5,8",1476.0,-200.0,"25,0",1428.0,1049.0,477.0,235.0,1536.0,1974.0,"5,6","52,9","0,4841" -18/01/2005,11.00.00,"3,8",1342.0,-200.0,"17,2",1215.0,796.0,542.0,196.0,1332.0,1806.0,"5,5","54,9","0,4985" -18/01/2005,12.00.00,"4,4",1488.0,-200.0,"21,4",1336.0,999.0,479.0,211.0,1483.0,1985.0,"5,1","64,3","0,5697" -18/01/2005,13.00.00,"4,9",1557.0,-200.0,"25,1",1432.0,1022.0,445.0,234.0,1605.0,2068.0,"5,5","66,1","0,6010" -18/01/2005,14.00.00,"5,2",1610.0,-200.0,"28,0",1502.0,1023.0,420.0,240.0,1697.0,2087.0,"5,5","69,3","0,6331" -18/01/2005,15.00.00,"4,6",1583.0,-200.0,"26,1",1457.0,1065.0,431.0,243.0,1640.0,1994.0,"5,0","75,5","0,6667" -18/01/2005,16.00.00,"4,8",1620.0,-200.0,"24,7",1420.0,1098.0,436.0,224.0,1598.0,1971.0,"5,2","76,2","0,6796" -18/01/2005,17.00.00,"4,9",1605.0,-200.0,"24,5",1416.0,1099.0,436.0,240.0,1614.0,1941.0,"5,3","77,4","0,6954" -18/01/2005,18.00.00,"4,9",1604.0,-200.0,"27,7",1496.0,939.0,410.0,215.0,1733.0,1969.0,"5,0","79,6","0,7022" -18/01/2005,19.00.00,"5,5",1582.0,-200.0,"26,0",1455.0,875.0,423.0,216.0,1725.0,1813.0,"5,1","83,0","0,7352" -18/01/2005,20.00.00,"4,2",1523.0,-200.0,"21,7",1342.0,745.0,466.0,184.0,1588.0,1677.0,"6,4","82,9","0,8022" -18/01/2005,21.00.00,"1,5",1172.0,-200.0,"6,0",813.0,339.0,774.0,152.0,1233.0,1118.0,"10,3","74,0","0,9237" -18/01/2005,22.00.00,"0,1",1021.0,-200.0,"3,3",670.0,135.0,932.0,104.0,1187.0,828.0,"11,3","71,8","0,9577" -18/01/2005,23.00.00,"0,2",1125.0,-200.0,"4,9",758.0,167.0,820.0,104.0,1241.0,867.0,"9,8","81,9","0,9923" -19/01/2005,00.00.00,"0,9",1197.0,-200.0,"6,6",840.0,232.0,712.0,124.0,1298.0,974.0,"9,5","83,8","0,9972" -19/01/2005,01.00.00,"1,0",1174.0,-200.0,"6,7",842.0,273.0,723.0,127.0,1286.0,975.0,"9,9","81,0","0,9885" -19/01/2005,02.00.00,"0,4",1106.0,-200.0,"4,4",733.0,165.0,822.0,109.0,1208.0,902.0,"9,9","79,8","0,9725" -19/01/2005,03.00.00,"-200,0",873.0,-200.0,"1,5",549.0,-200.0,1106.0,-200.0,1008.0,791.0,"6,9","76,4","0,7661" -19/01/2005,04.00.00,"-200,0",828.0,-200.0,"1,1",506.0,75.0,1222.0,73.0,945.0,673.0,"4,8","75,7","0,6590" -19/01/2005,05.00.00,"-200,0",830.0,-200.0,"0,9",492.0,53.0,1263.0,52.0,948.0,578.0,"4,7","78,9","0,6820" -19/01/2005,06.00.00,"-200,0",840.0,-200.0,"1,2",515.0,72.0,1235.0,57.0,941.0,563.0,"5,0","75,0","0,6627" -19/01/2005,07.00.00,"0,1",909.0,-200.0,"2,5",622.0,130.0,1046.0,89.0,992.0,730.0,"5,6","69,5","0,6362" -19/01/2005,08.00.00,"0,7",1098.0,-200.0,"7,6",881.0,265.0,760.0,128.0,1203.0,974.0,"7,0","64,9","0,6512" -19/01/2005,09.00.00,"1,2",1036.0,-200.0,"7,3",868.0,314.0,732.0,152.0,1158.0,958.0,"7,1","65,4","0,6644" -19/01/2005,10.00.00,"0,2",912.0,-200.0,"3,7",692.0,194.0,923.0,128.0,1020.0,713.0,"6,4","67,4","0,6537" -19/01/2005,11.00.00,"-200,0",873.0,-200.0,"2,5",618.0,180.0,1036.0,124.0,994.0,617.0,"5,3","75,9","0,6824" -19/01/2005,12.00.00,"-200,0",889.0,-200.0,"2,7",634.0,181.0,1009.0,117.0,1018.0,591.0,"6,3","73,0","0,7024" -19/01/2005,13.00.00,"0,3",965.0,-200.0,"4,6",742.0,193.0,889.0,110.0,1099.0,661.0,"8,6","63,3","0,7073" -19/01/2005,14.00.00,"0,6",1009.0,-200.0,"6,7",845.0,263.0,771.0,128.0,1132.0,856.0,"10,0","55,0","0,6753" -19/01/2005,15.00.00,"0,2",918.0,-200.0,"4,3",729.0,176.0,904.0,114.0,1014.0,639.0,"9,4","53,6","0,6333" -19/01/2005,16.00.00,"0,2",920.0,-200.0,"4,3",729.0,168.0,891.0,110.0,1013.0,647.0,"9,2","55,0","0,6402" -19/01/2005,17.00.00,"0,7",923.0,-200.0,"4,1",715.0,170.0,915.0,112.0,1015.0,646.0,"8,7","55,1","0,6228" -19/01/2005,18.00.00,"1,8",1021.0,-200.0,"7,6",883.0,234.0,766.0,130.0,1139.0,846.0,"8,9","54,4","0,6200" -19/01/2005,19.00.00,"2,2",998.0,-200.0,"7,0",858.0,256.0,770.0,135.0,1109.0,857.0,"8,6","53,6","0,5992" -19/01/2005,20.00.00,"2,3",1061.0,-200.0,"9,6",962.0,257.0,721.0,141.0,1167.0,942.0,"9,0","50,4","0,5809" -19/01/2005,21.00.00,"2,6",1016.0,-200.0,"7,8",892.0,317.0,758.0,141.0,1109.0,945.0,"9,2","49,8","0,5808" -19/01/2005,22.00.00,"1,1",859.0,-200.0,"2,4",611.0,135.0,1053.0,95.0,918.0,562.0,"8,8","52,1","0,5918" -19/01/2005,23.00.00,"1,2",945.0,-200.0,"3,9",707.0,159.0,963.0,97.0,1005.0,657.0,"8,8","50,9","0,5781" -20/01/2005,00.00.00,"1,8",937.0,-200.0,"4,1",715.0,186.0,896.0,112.0,995.0,723.0,"8,7","51,1","0,5755" -20/01/2005,01.00.00,"1,1",876.0,-200.0,"2,5",618.0,102.0,1032.0,74.0,948.0,555.0,"8,6","51,5","0,5772" -20/01/2005,02.00.00,"0,9",831.0,-200.0,"1,3",530.0,75.0,1169.0,62.0,893.0,472.0,"8,5","51,9","0,5766" -20/01/2005,03.00.00,"0,7",828.0,-200.0,"1,2",514.0,-200.0,1205.0,-200.0,880.0,434.0,"8,1","53,1","0,5742" -20/01/2005,04.00.00,"0,6",810.0,-200.0,"0,7",470.0,41.0,1315.0,40.0,863.0,412.0,"7,8","54,2","0,5755" -20/01/2005,05.00.00,"0,6",822.0,-200.0,"0,9",493.0,50.0,1278.0,45.0,876.0,453.0,"7,1","56,0","0,5690" -20/01/2005,06.00.00,"0,9",898.0,-200.0,"2,9",646.0,189.0,1013.0,93.0,954.0,702.0,"7,0","57,6","0,5784" -20/01/2005,07.00.00,"1,0",909.0,-200.0,"2,7",636.0,182.0,992.0,104.0,947.0,720.0,"7,5","55,3","0,5734" -20/01/2005,08.00.00,"3,4",1256.0,-200.0,"14,4",1130.0,636.0,616.0,162.0,1316.0,1311.0,"7,0","56,3","0,5660" -20/01/2005,09.00.00,"4,2",1298.0,-200.0,"17,2",1217.0,704.0,552.0,169.0,1409.0,1444.0,"7,6","53,5","0,5605" -20/01/2005,10.00.00,"4,4",1326.0,-200.0,"17,4",1223.0,854.0,547.0,190.0,1381.0,1613.0,"8,3","50,5","0,5558" -20/01/2005,11.00.00,"2,9",1139.0,-200.0,"11,5",1031.0,652.0,649.0,170.0,1181.0,1388.0,"12,4","37,1","0,5329" -20/01/2005,12.00.00,"2,6",1135.0,-200.0,"11,9",1047.0,529.0,641.0,151.0,1175.0,1379.0,"13,9","32,3","0,5117" -20/01/2005,13.00.00,"2,6",1117.0,-200.0,"12,6",1071.0,438.0,638.0,150.0,1178.0,1289.0,"14,4","28,9","0,4723" -20/01/2005,14.00.00,"3,0",1094.0,-200.0,"14,3",1128.0,438.0,626.0,154.0,1191.0,1280.0,"14,8","25,4","0,4259" -20/01/2005,15.00.00,"2,3",982.0,-200.0,"10,3",990.0,378.0,745.0,140.0,1018.0,1059.0,"15,1","20,8","0,3536" -20/01/2005,16.00.00,"3,0",1107.0,-200.0,"14,5",1134.0,482.0,639.0,167.0,1172.0,1299.0,"15,4","23,5","0,4076" -20/01/2005,17.00.00,"4,5",1290.0,-200.0,"21,9",1349.0,709.0,534.0,204.0,1386.0,1638.0,"13,7","28,1","0,4381" -20/01/2005,18.00.00,"6,0",1445.0,-200.0,"28,5",1516.0,796.0,455.0,210.0,1594.0,1946.0,"11,5","37,5","0,5068" -20/01/2005,19.00.00,"4,3",1357.0,-200.0,"21,2",1330.0,605.0,511.0,182.0,1414.0,1798.0,"10,4","42,3","0,5337" -20/01/2005,20.00.00,"3,4",1248.0,-200.0,"16,0",1179.0,472.0,577.0,165.0,1259.0,1609.0,"9,9","44,0","0,5381" -20/01/2005,21.00.00,"2,8",1220.0,-200.0,"13,0",1085.0,411.0,618.0,150.0,1205.0,1531.0,"8,7","48,3","0,5458" -20/01/2005,22.00.00,"2,1",1137.0,-200.0,"7,0",856.0,264.0,758.0,132.0,1032.0,1338.0,"8,1","49,9","0,5417" -20/01/2005,23.00.00,"1,7",1102.0,-200.0,"6,4",829.0,217.0,773.0,120.0,1015.0,1274.0,"7,3","52,8","0,5419" -21/01/2005,00.00.00,"1,8",1082.0,-200.0,"5,8",801.0,211.0,780.0,119.0,1035.0,1200.0,"8,0","52,2","0,5623" -21/01/2005,01.00.00,"1,6",1053.0,-200.0,"5,6",795.0,179.0,786.0,110.0,1039.0,1143.0,"6,8","56,4","0,5609" -21/01/2005,02.00.00,"1,4",1003.0,-200.0,"4,5",740.0,135.0,847.0,94.0,992.0,1048.0,"6,7","57,4","0,5654" -21/01/2005,03.00.00,"1,3",1019.0,-200.0,"4,6",744.0,-200.0,836.0,-200.0,1000.0,1049.0,"5,9","62,1","0,5806" -21/01/2005,04.00.00,-200,1071.0,-200.0,"5,9",808.0,221.0,757.0,101.0,1046.0,1172.0,"5,4","65,9","0,5947" -21/01/2005,05.00.00,"1,3",1118.0,-200.0,"6,6",841.0,284.0,702.0,117.0,1056.0,1368.0,"5,5","66,5","0,6054" -21/01/2005,06.00.00,"1,6",1206.0,-200.0,"9,2",948.0,357.0,628.0,121.0,1129.0,1540.0,"5,9","65,8","0,6178" -21/01/2005,07.00.00,"2,4",1256.0,-200.0,"12,2",1056.0,469.0,582.0,138.0,1230.0,1575.0,"6,4","63,9","0,6192" -21/01/2005,08.00.00,"4,5",1501.0,-200.0,"22,6",1367.0,766.0,465.0,174.0,1558.0,1856.0,"7,2","62,2","0,6351" -21/01/2005,09.00.00,"5,7",1578.0,-200.0,"29,0",1527.0,875.0,419.0,179.0,1761.0,2086.0,"7,9","60,0","0,6406" -21/01/2005,10.00.00,"4,3",1427.0,-200.0,"19,4",1280.0,800.0,500.0,175.0,1481.0,1948.0,"8,3","58,5","0,6403" -21/01/2005,11.00.00,"4,2",1440.0,-200.0,"20,5",1311.0,815.0,482.0,183.0,1476.0,2022.0,"9,3","54,5","0,6415" -21/01/2005,12.00.00,"4,5",1522.0,-200.0,"22,5",1365.0,841.0,464.0,189.0,1526.0,2104.0,"10,2","53,1","0,6608" -21/01/2005,13.00.00,"5,0",1517.0,-200.0,"24,0",1403.0,827.0,451.0,198.0,1579.0,2195.0,"11,1","51,4","0,6790" -21/01/2005,14.00.00,"2,9",1300.0,-200.0,"13,9",1113.0,402.0,573.0,142.0,1291.0,1845.0,"12,8","46,9","0,6919" -21/01/2005,15.00.00,"3,0",1401.0,-200.0,"16,8",1204.0,415.0,526.0,139.0,1401.0,1947.0,"13,1","48,0","0,7181" -21/01/2005,16.00.00,"3,3",1551.0,-200.0,"20,2",1303.0,435.0,469.0,99.0,1520.0,2171.0,"13,5","51,5","0,7930" -21/01/2005,17.00.00,"1,4",1411.0,-200.0,"16,4",1191.0,570.0,519.0,135.0,1426.0,1920.0,"13,4","51,2","0,7808" -21/01/2005,18.00.00,"2,3",1434.0,-200.0,"18,0",1239.0,530.0,506.0,223.0,1458.0,1835.0,"12,1","55,3","0,7777" -21/01/2005,19.00.00,"1,6",1489.0,-200.0,"20,3",1305.0,617.0,476.0,194.0,1547.0,1919.0,"12,0","56,5","0,7924" -21/01/2005,20.00.00,"4,9",1835.0,-200.0,"38,1",1731.0,983.0,355.0,244.0,2083.0,2254.0,"10,4","64,4","0,8123" -21/01/2005,21.00.00,"6,4",1804.0,-200.0,"35,7",1679.0,1200.0,370.0,243.0,2005.0,2210.0,"9,4","69,1","0,8150" -21/01/2005,22.00.00,"3,5",1579.0,-200.0,"21,8",1345.0,1028.0,459.0,230.0,1608.0,1961.0,"8,9","71,0","0,8115" -21/01/2005,23.00.00,"1,7",1508.0,-200.0,"18,2",1246.0,797.0,496.0,207.0,1498.0,1791.0,"8,1","73,8","0,7968" -22/01/2005,00.00.00,"2,6",1535.0,-200.0,"20,1",1300.0,977.0,483.0,223.0,1524.0,1725.0,"7,3","76,8","0,7904" -22/01/2005,01.00.00,"1,6",1395.0,-200.0,"14,4",1131.0,811.0,552.0,216.0,1362.0,1553.0,"7,3","76,7","0,7862" -22/01/2005,02.00.00,"1,5",1392.0,-200.0,"15,1",1153.0,757.0,542.0,198.0,1395.0,1506.0,"7,1","77,3","0,7826" -22/01/2005,03.00.00,"0,9",1326.0,-200.0,"13,1",1087.0,-200.0,571.0,-200.0,1333.0,1398.0,"6,7","78,7","0,7779" -22/01/2005,04.00.00,"0,5",1297.0,-200.0,"11,5",1032.0,388.0,605.0,126.0,1297.0,1300.0,"7,0","77,8","0,7848" -22/01/2005,05.00.00,"0,9",1331.0,-200.0,"13,7",1106.0,497.0,568.0,144.0,1322.0,1383.0,"5,7","80,5","0,7416" -22/01/2005,06.00.00,"0,4",1288.0,-200.0,"11,6",1036.0,582.0,590.0,183.0,1242.0,1413.0,"5,2","81,4","0,7276" -22/01/2005,07.00.00,"0,5",1322.0,-200.0,"13,2",1091.0,574.0,565.0,193.0,1307.0,1471.0,"5,6","80,4","0,7349" -22/01/2005,08.00.00,"0,8",1390.0,-200.0,"15,6",1167.0,588.0,522.0,196.0,1392.0,1619.0,"6,3","78,8","0,7544" -22/01/2005,09.00.00,"1,4",1443.0,-200.0,"16,9",1207.0,645.0,502.0,208.0,1431.0,1673.0,"6,9","76,9","0,7682" -22/01/2005,10.00.00,"1,6",1496.0,-200.0,"18,5",1254.0,643.0,484.0,217.0,1472.0,1881.0,"9,2","67,7","0,7900" -22/01/2005,11.00.00,"1,5",1439.0,-200.0,"16,6",1198.0,628.0,502.0,246.0,1426.0,1877.0,"11,6","59,8","0,8152" -22/01/2005,12.00.00,"1,0",1432.0,-200.0,"15,0",1150.0,547.0,527.0,204.0,1393.0,1818.0,"14,0","52,0","0,8288" -22/01/2005,13.00.00,"1,0",1398.0,-200.0,"15,0",1149.0,461.0,535.0,192.0,1417.0,1699.0,"15,0","50,2","0,8495" -22/01/2005,14.00.00,"1,3",1380.0,-200.0,"16,9",1206.0,455.0,515.0,186.0,1500.0,1677.0,"14,9","49,9","0,8394" -22/01/2005,15.00.00,"0,1",1022.0,-200.0,"7,0",857.0,244.0,770.0,133.0,1068.0,1088.0,"15,8","33,8","0,6034" -22/01/2005,16.00.00,"-200,0",973.0,-200.0,"5,9",806.0,202.0,851.0,126.0,994.0,926.0,"15,4","29,3","0,5068" -22/01/2005,17.00.00,"-200,0",951.0,-200.0,"7,1",862.0,256.0,823.0,138.0,972.0,961.0,"14,4","25,7","0,4193" -22/01/2005,18.00.00,"0,1",987.0,-200.0,"8,6",925.0,310.0,776.0,148.0,1016.0,1066.0,"13,4","27,2","0,4157" -22/01/2005,19.00.00,"0,4",1100.0,-200.0,"12,2",1057.0,391.0,687.0,167.0,1126.0,1241.0,"12,2","28,7","0,4077" -22/01/2005,20.00.00,"0,7",1064.0,-200.0,"12,6",1072.0,444.0,704.0,175.0,1103.0,1220.0,"11,3","25,7","0,3422" -22/01/2005,21.00.00,"2,7",1316.0,-200.0,"21,1",1327.0,794.0,549.0,224.0,1328.0,1613.0,"9,7","31,9","0,3848" -22/01/2005,22.00.00,"2,1",1262.0,-200.0,"16,9",1208.0,716.0,587.0,215.0,1219.0,1577.0,"8,4","36,5","0,4035" -22/01/2005,23.00.00,"1,3",1259.0,-200.0,"15,1",1152.0,565.0,610.0,196.0,1165.0,1569.0,"8,2","36,8","0,4016" -23/01/2005,00.00.00,"0,8",1166.0,-200.0,"10,1",981.0,451.0,697.0,195.0,993.0,1445.0,"8,0","36,0","0,3872" -23/01/2005,01.00.00,"-200,0",1066.0,-200.0,"7,5",880.0,313.0,784.0,181.0,946.0,1240.0,"7,0","39,9","0,4006" -23/01/2005,02.00.00,"-200,0",1051.0,-200.0,"7,6",883.0,241.0,783.0,150.0,978.0,1169.0,"5,7","44,3","0,4093" -23/01/2005,03.00.00,"-200,0",992.0,-200.0,"5,9",808.0,-200.0,849.0,-200.0,926.0,1052.0,"4,7","46,6","0,4025" -23/01/2005,04.00.00,"-200,0",969.0,-200.0,"5,5",788.0,224.0,854.0,139.0,938.0,1006.0,"4,2","50,8","0,4234" -23/01/2005,05.00.00,"-200,0",862.0,-200.0,"2,3",609.0,82.0,1101.0,74.0,810.0,757.0,"4,6","45,1","0,3861" -23/01/2005,06.00.00,"-200,0",859.0,-200.0,"2,0",581.0,89.0,1112.0,73.0,829.0,753.0,"2,7","53,3","0,4006" -23/01/2005,07.00.00,"-200,0",849.0,-200.0,"1,6",552.0,93.0,1165.0,77.0,812.0,737.0,"3,1","51,0","0,3947" -23/01/2005,08.00.00,"-200,0",879.0,-200.0,"2,1",594.0,134.0,1119.0,98.0,839.0,792.0,"2,5","54,1","0,4017" -23/01/2005,09.00.00,"-200,0",956.0,-200.0,"4,4",735.0,189.0,915.0,121.0,942.0,945.0,"3,1","53,5","0,4123" -23/01/2005,10.00.00,"-200,0",1039.0,-200.0,"6,4",828.0,292.0,791.0,162.0,987.0,1115.0,"5,0","47,5","0,4180" -23/01/2005,11.00.00,"-200,0",1066.0,-200.0,"7,3",871.0,326.0,775.0,178.0,996.0,1131.0,"5,8","43,4","0,4032" -23/01/2005,12.00.00,"-200,0",1124.0,-200.0,"8,7",927.0,397.0,722.0,206.0,1047.0,1242.0,"7,1","42,8","0,4327" -23/01/2005,13.00.00,"-200,0",1160.0,-200.0,"9,2",948.0,371.0,712.0,191.0,1072.0,1289.0,"7,9","41,6","0,4459" -23/01/2005,14.00.00,"-200,0",1110.0,-200.0,"7,9",896.0,305.0,737.0,175.0,1040.0,1276.0,"8,1","41,2","0,4480" -23/01/2005,15.00.00,"-200,0",1138.0,-200.0,"9,0",940.0,328.0,706.0,169.0,1088.0,1359.0,"8,3","41,3","0,4533" -23/01/2005,16.00.00,"-200,0",1095.0,-200.0,"7,0",857.0,281.0,756.0,180.0,1075.0,1020.0,"8,9","49,1","0,5629" -23/01/2005,17.00.00,"-200,0",1045.0,-200.0,"3,7",694.0,168.0,911.0,124.0,1025.0,805.0,"7,1","66,0","0,6678" -23/01/2005,18.00.00,"-200,0",1078.0,-200.0,"4,3",727.0,183.0,849.0,130.0,1057.0,857.0,"5,7","75,1","0,6942" -23/01/2005,19.00.00,"-200,0",1169.0,-200.0,"6,8",846.0,217.0,767.0,141.0,1157.0,942.0,"5,4","77,6","0,7031" -23/01/2005,20.00.00,"-200,0",1174.0,-200.0,"8,7",926.0,245.0,674.0,157.0,1220.0,1020.0,"5,4","78,2","0,7074" -23/01/2005,21.00.00,"-200,0",1075.0,-200.0,"4,7",749.0,154.0,827.0,123.0,1050.0,899.0,"7,3","68,1","0,6979" -23/01/2005,22.00.00,"-200,0",1044.0,-200.0,"3,5",685.0,141.0,903.0,104.0,1042.0,860.0,"5,8","74,4","0,6924" -23/01/2005,23.00.00,"-200,0",1110.0,-200.0,"5,4",782.0,210.0,798.0,134.0,1101.0,954.0,"6,2","72,3","0,6887" -24/01/2005,00.00.00,"-200,0",1086.0,-200.0,"4,4",733.0,140.0,848.0,105.0,1064.0,883.0,"5,9","72,7","0,6791" -24/01/2005,01.00.00,"-200,0",1092.0,-200.0,"6,0",811.0,191.0,773.0,121.0,1129.0,966.0,"5,0","76,5","0,6728" -24/01/2005,02.00.00,"0,1",1127.0,-200.0,"7,6",884.0,248.0,704.0,136.0,1173.0,983.0,"4,0","80,4","0,6630" -24/01/2005,03.00.00,"-200,0",881.0,-200.0,"1,9",578.0,-200.0,1017.0,-200.0,876.0,607.0,"5,8","59,0","0,5493" -24/01/2005,04.00.00,"-200,0",831.0,-200.0,"1,0",498.0,50.0,1237.0,48.0,855.0,443.0,"5,8","59,5","0,5519" -24/01/2005,05.00.00,"0,3",791.0,-200.0,"0,6",459.0,43.0,1421.0,40.0,809.0,390.0,"6,6","51,3","0,5026" -24/01/2005,06.00.00,"0,5",836.0,-200.0,"1,2",520.0,86.0,1296.0,67.0,832.0,479.0,"7,0","47,2","0,4745" -24/01/2005,07.00.00,"0,6",907.0,-200.0,"2,9",644.0,152.0,1028.0,104.0,902.0,732.0,"6,6","47,9","0,4686" -24/01/2005,08.00.00,"1,8",1174.0,-200.0,"11,1",1018.0,341.0,688.0,169.0,1210.0,1149.0,"7,2","49,8","0,5061" -24/01/2005,09.00.00,"2,0",1094.0,-200.0,"9,7",967.0,355.0,682.0,203.0,1147.0,1136.0,"6,9","52,8","0,5293" -24/01/2005,10.00.00,"1,4",992.0,-200.0,"5,7",800.0,327.0,797.0,183.0,1007.0,934.0,"8,7","46,7","0,5249" -24/01/2005,11.00.00,"0,6",955.0,-200.0,"5,4",783.0,240.0,844.0,151.0,976.0,845.0,"10,0","40,6","0,4971" -24/01/2005,12.00.00,"0,5",959.0,-200.0,"5,1",771.0,217.0,852.0,138.0,975.0,808.0,"11,8","35,4","0,4877" -24/01/2005,13.00.00,"0,7",981.0,-200.0,"5,8",804.0,191.0,829.0,127.0,997.0,783.0,"10,7","37,2","0,4788" -24/01/2005,14.00.00,"0,7",947.0,-200.0,"5,6",791.0,-200.0,825.0,-200.0,963.0,785.0,"10,9","34,9","0,4560" -24/01/2005,15.00.00,"1,1",1023.0,-200.0,"8,0",898.0,256.0,759.0,148.0,1034.0,899.0,"10,7","33,1","0,4256" -24/01/2005,16.00.00,"1,3",1009.0,-200.0,"7,1",860.0,287.0,787.0,172.0,993.0,922.0,"10,6","34,2","0,4375" -24/01/2005,17.00.00,"1,0",1007.0,-200.0,"7,6",884.0,278.0,780.0,163.0,1014.0,951.0,"8,9","38,1","0,4341" -24/01/2005,18.00.00,"1,5",1054.0,-200.0,"10,4",992.0,302.0,715.0,180.0,1092.0,1051.0,"7,8","39,7","0,4206" -24/01/2005,19.00.00,"1,5",1018.0,-200.0,"8,9",934.0,259.0,740.0,169.0,1014.0,967.0,"7,3","42,2","0,4341" -24/01/2005,20.00.00,"1,2",976.0,-200.0,"7,3",870.0,221.0,795.0,152.0,971.0,861.0,"6,9","42,5","0,4257" -24/01/2005,21.00.00,"0,3",872.0,-200.0,"3,6",689.0,142.0,970.0,107.0,866.0,631.0,"6,6","43,2","0,4247" -24/01/2005,22.00.00,"-200,0",805.0,-200.0,"1,7",559.0,93.0,1183.0,75.0,781.0,466.0,"6,4","41,7","0,4034" -24/01/2005,23.00.00,"-200,0",800.0,-200.0,"1,5",541.0,71.0,1250.0,58.0,779.0,407.0,"6,1","42,6","0,4041" -25/01/2005,00.00.00,"-200,0",785.0,-200.0,"1,0",504.0,66.0,1306.0,57.0,760.0,387.0,"5,9","41,8","0,3928" -25/01/2005,01.00.00,"-200,0",757.0,-200.0,"0,6",459.0,49.0,1447.0,44.0,735.0,337.0,"5,7","41,5","0,3836" -25/01/2005,02.00.00,"-200,0",751.0,-200.0,"0,4",424.0,29.0,1583.0,29.0,726.0,303.0,"5,5","42,4","0,3867" -25/01/2005,03.00.00,"-200,0",766.0,-200.0,"0,3",412.0,-200.0,1651.0,-200.0,763.0,295.0,"4,5","52,0","0,4436" -25/01/2005,04.00.00,"-200,0",759.0,-200.0,"0,2",399.0,19.0,1696.0,19.0,749.0,288.0,"4,3","51,6","0,4323" -25/01/2005,05.00.00,"-200,0",758.0,-200.0,"0,2",388.0,20.0,1785.0,20.0,765.0,274.0,"3,7","56,3","0,4530" -25/01/2005,06.00.00,"-200,0",761.0,-200.0,"0,1",383.0,39.0,1745.0,35.0,787.0,289.0,"3,3","58,1","0,4559" -25/01/2005,07.00.00,"-200,0",762.0,-200.0,"0,4",434.0,77.0,1556.0,60.0,763.0,318.0,"3,9","47,3","0,3862" -25/01/2005,08.00.00,"0,2",869.0,-200.0,"2,9",646.0,180.0,1068.0,115.0,876.0,476.0,"4,3","45,9","0,3843" -25/01/2005,09.00.00,"0,7",938.0,-200.0,"5,4",785.0,243.0,853.0,157.0,969.0,704.0,"4,2","50,1","0,4168" -25/01/2005,10.00.00,"0,5",951.0,-200.0,"5,1",769.0,236.0,856.0,147.0,1000.0,735.0,"3,4","62,7","0,4943" -25/01/2005,11.00.00,"0,4",892.0,-200.0,"3,8",702.0,297.0,935.0,188.0,924.0,735.0,"5,0","51,4","0,4534" -25/01/2005,12.00.00,"0,3",876.0,-200.0,"3,9",703.0,235.0,968.0,126.0,892.0,653.0,"5,7","44,1","0,4063" -25/01/2005,13.00.00,"0,3",872.0,-200.0,"3,6",686.0,186.0,972.0,114.0,880.0,603.0,"5,2","44,5","0,3968" -25/01/2005,14.00.00,"0,4",893.0,-200.0,"4,2",722.0,196.0,932.0,123.0,917.0,645.0,"4,7","48,6","0,4194" -25/01/2005,15.00.00,"0,2",879.0,-200.0,"3,6",687.0,167.0,980.0,107.0,914.0,564.0,"4,5","51,0","0,4327" -25/01/2005,16.00.00,"0,4",896.0,-200.0,"3,6",689.0,211.0,966.0,121.0,909.0,614.0,"5,1","50,1","0,4432" -25/01/2005,17.00.00,"0,4",909.0,-200.0,"3,9",706.0,194.0,928.0,118.0,923.0,658.0,"5,0","50,4","0,4430" -25/01/2005,18.00.00,"0,7",958.0,-200.0,"4,9",758.0,206.0,858.0,134.0,985.0,719.0,"4,3","56,4","0,4721" -25/01/2005,19.00.00,"1,0",984.0,-200.0,"5,8",803.0,211.0,813.0,142.0,1012.0,772.0,"4,3","56,7","0,4760" -25/01/2005,20.00.00,"1,1",991.0,-200.0,"6,1",814.0,197.0,790.0,133.0,1040.0,812.0,"4,3","57,0","0,4771" -25/01/2005,21.00.00,"0,3",881.0,-200.0,"2,8",638.0,139.0,990.0,106.0,910.0,583.0,"3,5","60,3","0,4782" -25/01/2005,22.00.00,"0,1",853.0,-200.0,"2,4",616.0,113.0,1071.0,87.0,870.0,491.0,"4,1","52,5","0,4351" -25/01/2005,23.00.00,"-200,0",804.0,-200.0,"1,5",546.0,81.0,1194.0,67.0,796.0,400.0,"3,9","50,6","0,4127" -26/01/2005,00.00.00,"-200,0",788.0,-200.0,"1,1",514.0,63.0,1285.0,55.0,771.0,354.0,"3,9","47,7","0,3901" -26/01/2005,01.00.00,"-200,0",788.0,-200.0,"0,9",487.0,55.0,1346.0,49.0,769.0,329.0,"4,0","47,8","0,3939" -26/01/2005,02.00.00,"-200,0",763.0,-200.0,"0,4",428.0,31.0,1532.0,30.0,757.0,296.0,"3,9","50,9","0,4144" -26/01/2005,03.00.00,"-200,0",771.0,-200.0,"0,3",410.0,-200.0,1622.0,-200.0,765.0,283.0,"3,0","57,7","0,4423" -26/01/2005,04.00.00,"-200,0",747.0,-200.0,"0,2",390.0,20.0,1775.0,20.0,738.0,266.0,"3,3","52,8","0,4137" -26/01/2005,05.00.00,"-200,0",744.0,-200.0,"0,1",383.0,17.0,1881.0,17.0,720.0,253.0,"2,7","53,9","0,4062" -26/01/2005,06.00.00,"-200,0",774.0,-200.0,"0,5",441.0,42.0,1646.0,35.0,760.0,282.0,"2,8","54,4","0,4110" -26/01/2005,07.00.00,"-200,0",800.0,-200.0,"0,9",492.0,90.0,1310.0,71.0,783.0,353.0,"3,6","49,0","0,3915" -26/01/2005,08.00.00,"0,3",896.0,-200.0,"3,3",668.0,227.0,1043.0,136.0,887.0,519.0,"3,3","50,2","0,3934" -26/01/2005,09.00.00,"0,6",913.0,-200.0,"4,4",733.0,250.0,902.0,163.0,901.0,681.0,"3,5","47,5","0,3778" -26/01/2005,10.00.00,"0,3",871.0,-200.0,"2,8",638.0,219.0,1022.0,143.0,860.0,583.0,"4,3","49,4","0,4136" -26/01/2005,11.00.00,"0,1",872.0,-200.0,"3,2",662.0,211.0,1007.0,134.0,874.0,628.0,"4,5","48,4","0,4131" -26/01/2005,12.00.00,"0,1",858.0,-200.0,"2,7",634.0,189.0,1053.0,130.0,868.0,566.0,"4,3","50,0","0,4199" -26/01/2005,13.00.00,"0,2",876.0,-200.0,"3,5",683.0,180.0,993.0,122.0,894.0,572.0,"4,3","49,7","0,4166" -26/01/2005,14.00.00,"0,5",900.0,-200.0,"4,8",751.0,197.0,891.0,129.0,913.0,637.0,"4,9","45,3","0,3955" -26/01/2005,15.00.00,"0,3",864.0,-200.0,"3,4",678.0,198.0,987.0,132.0,866.0,579.0,"5,6","42,4","0,3884" -26/01/2005,16.00.00,"0,3",902.0,-200.0,"4,2",721.0,203.0,924.0,133.0,900.0,666.0,"5,7","43,1","0,3984" -26/01/2005,17.00.00,"0,3",916.0,-200.0,"4,2",720.0,188.0,912.0,126.0,922.0,707.0,"4,8","49,7","0,4305" -26/01/2005,18.00.00,"1,0",1004.0,-200.0,"8,5",918.0,294.0,752.0,177.0,1033.0,990.0,"5,1","43,0","0,3821" -26/01/2005,19.00.00,"1,4",1024.0,-200.0,"9,2",945.0,302.0,729.0,185.0,1073.0,1026.0,"5,3","44,4","0,3970" -26/01/2005,20.00.00,"1,4",1011.0,-200.0,"7,6",884.0,261.0,763.0,169.0,1048.0,910.0,"4,9","47,9","0,4180" -26/01/2005,21.00.00,"1,1",1006.0,-200.0,"6,2",822.0,232.0,794.0,151.0,1025.0,897.0,"4,7","50,8","0,4398" -26/01/2005,22.00.00,"0,4",913.0,-200.0,"2,9",645.0,154.0,966.0,114.0,922.0,651.0,"4,6","54,8","0,4704" -26/01/2005,23.00.00,"0,2",905.0,-200.0,"2,5",620.0,120.0,986.0,90.0,904.0,598.0,"4,0","56,8","0,4688" -27/01/2005,00.00.00,"0,2",872.0,-200.0,"2,6",628.0,117.0,1009.0,87.0,857.0,560.0,"4,2","46,8","0,3900" -27/01/2005,01.00.00,"0,2",843.0,-200.0,"2,2",597.0,108.0,1059.0,83.0,808.0,527.0,"4,5","42,0","0,3571" -27/01/2005,02.00.00,"0,2",863.0,-200.0,"2,5",622.0,97.0,1025.0,74.0,826.0,574.0,"4,1","42,1","0,3487" -27/01/2005,03.00.00,"-200,0",791.0,-200.0,"0,8",480.0,-200.0,1259.0,-200.0,738.0,422.0,"4,5","39,7","0,3379" -27/01/2005,04.00.00,"-200,0",769.0,-200.0,"0,3",412.0,28.0,1481.0,28.0,727.0,326.0,"4,4","42,2","0,3571" -27/01/2005,05.00.00,"0,4",778.0,-200.0,"0,3",417.0,27.0,1531.0,26.0,745.0,312.0,"4,1","45,9","0,3804" -27/01/2005,06.00.00,"0,5",801.0,-200.0,"0,7",470.0,81.0,1313.0,61.0,762.0,382.0,"4,3","42,5","0,3556" -27/01/2005,07.00.00,"0,7",827.0,-200.0,"1,4",533.0,129.0,1198.0,91.0,775.0,488.0,"4,6","38,1","0,3267" -27/01/2005,08.00.00,"1,9",1038.0,-200.0,"6,6",837.0,336.0,822.0,184.0,972.0,915.0,"4,6","39,4","0,3367" -27/01/2005,09.00.00,"2,4",1040.0,-200.0,"8,4",917.0,335.0,739.0,204.0,1038.0,1021.0,"4,8","41,9","0,3634" -27/01/2005,10.00.00,"2,0",980.0,-200.0,"5,5",790.0,318.0,839.0,185.0,934.0,897.0,"5,9","40,2","0,3760" -27/01/2005,11.00.00,"1,3",912.0,-200.0,"3,5",683.0,201.0,961.0,125.0,872.0,699.0,"7,0","38,4","0,3861" -27/01/2005,12.00.00,"1,0",887.0,-200.0,"3,0",649.0,166.0,1009.0,104.0,854.0,588.0,"6,6","40,2","0,3944" -27/01/2005,13.00.00,"1,2",922.0,-200.0,"4,1",716.0,192.0,930.0,115.0,893.0,643.0,"6,6","41,2","0,4046" -27/01/2005,14.00.00,"1,5",928.0,-200.0,"4,7",748.0,198.0,900.0,126.0,900.0,685.0,"7,3","36,8","0,3779" -27/01/2005,15.00.00,"1,3",921.0,-200.0,"4,5",736.0,198.0,921.0,125.0,881.0,673.0,"7,3","35,0","0,3584" -27/01/2005,16.00.00,"1,5",905.0,-200.0,"4,7",747.0,223.0,924.0,139.0,850.0,691.0,"7,0","33,5","0,3367" -27/01/2005,17.00.00,"1,5",906.0,-200.0,"5,1",769.0,224.0,913.0,142.0,865.0,726.0,"6,5","32,4","0,3155" -27/01/2005,18.00.00,"2,1",981.0,-200.0,"7,7",886.0,266.0,819.0,170.0,928.0,912.0,"5,7","33,9","0,3131" -27/01/2005,19.00.00,"2,6",1053.0,-200.0,"10,3",987.0,326.0,750.0,195.0,1025.0,1048.0,"5,0","36,1","0,3178" -27/01/2005,20.00.00,"3,0",1086.0,-200.0,"11,5",1032.0,343.0,717.0,202.0,1049.0,1136.0,"4,7","38,3","0,3306" -27/01/2005,21.00.00,"2,0",967.0,-200.0,"6,0",811.0,243.0,863.0,168.0,911.0,909.0,"4,5","39,9","0,3390" -27/01/2005,22.00.00,"1,4",902.0,-200.0,"3,6",689.0,177.0,995.0,128.0,838.0,719.0,"4,3","41,1","0,3451" -27/01/2005,23.00.00,"1,3",916.0,-200.0,"4,3",725.0,155.0,953.0,115.0,855.0,746.0,"4,0","43,1","0,3551" -28/01/2005,00.00.00,"1,2",895.0,-200.0,"3,4",677.0,143.0,999.0,111.0,827.0,700.0,"3,7","46,0","0,3701" -28/01/2005,01.00.00,"1,1",866.0,-200.0,"2,4",613.0,124.0,1075.0,97.0,810.0,579.0,"3,3","47,4","0,3716" -28/01/2005,02.00.00,"0,9",861.0,-200.0,"2,0",585.0,94.0,1120.0,77.0,807.0,553.0,"3,0","49,1","0,3774" -28/01/2005,03.00.00,"0,8",845.0,-200.0,"1,4",534.0,-200.0,1146.0,-200.0,781.0,519.0,"3,5","48,0","0,3822" -28/01/2005,04.00.00,"0,6",849.0,-200.0,"1,2",522.0,56.0,1158.0,51.0,779.0,467.0,"3,6","48,0","0,3835" -28/01/2005,05.00.00,"0,5",818.0,-200.0,"0,9",486.0,58.0,1282.0,49.0,781.0,422.0,"4,0","47,8","0,3919" -28/01/2005,06.00.00,"0,6",864.0,-200.0,"1,6",554.0,105.0,1159.0,79.0,819.0,545.0,"4,1","48,1","0,3975" -28/01/2005,07.00.00,"0,7",856.0,-200.0,"1,7",559.0,122.0,1138.0,92.0,810.0,556.0,"4,1","47,4","0,3926" -28/01/2005,08.00.00,"1,6",1024.0,-200.0,"6,2",823.0,274.0,827.0,167.0,992.0,879.0,"4,2","48,7","0,4073" -28/01/2005,09.00.00,"2,2",1050.0,-200.0,"8,2",909.0,342.0,742.0,206.0,1055.0,993.0,"4,1","49,8","0,4117" -28/01/2005,10.00.00,"1,8",984.0,-200.0,"6,4",832.0,296.0,822.0,184.0,966.0,892.0,"4,3","48,4","0,4043" -28/01/2005,11.00.00,"1,5",990.0,-200.0,"5,9",808.0,279.0,838.0,176.0,975.0,901.0,"4,6","49,7","0,4271" -28/01/2005,12.00.00,"1,8",970.0,-200.0,"5,7",798.0,325.0,842.0,191.0,941.0,874.0,"4,5","49,6","0,4210" -28/01/2005,13.00.00,"1,4",943.0,-200.0,"5,3",781.0,222.0,871.0,147.0,925.0,722.0,"4,4","48,4","0,4087" -28/01/2005,14.00.00,"2,1",994.0,-200.0,"7,3",871.0,279.0,793.0,174.0,997.0,836.0,"4,7","47,2","0,4075" -28/01/2005,15.00.00,"1,6",932.0,-200.0,"5,1",767.0,248.0,888.0,167.0,920.0,669.0,"4,2","49,5","0,4118" -28/01/2005,16.00.00,"1,3",891.0,-200.0,"3,9",706.0,193.0,949.0,138.0,860.0,600.0,"3,4","50,7","0,3991" -28/01/2005,17.00.00,"1,9",-200.0,-200.0,"-200,0",-200.0,256.0,-200.0,164.0,-200.0,-200.0,-200,-200,-200 -28/01/2005,18.00.00,"2,4",-200.0,-200.0,"-200,0",-200.0,288.0,-200.0,190.0,-200.0,-200.0,-200,-200,-200 -28/01/2005,19.00.00,"3,0",-200.0,-200.0,"-200,0",-200.0,300.0,-200.0,198.0,-200.0,-200.0,-200,-200,-200 -28/01/2005,20.00.00,"1,9",-200.0,-200.0,"-200,0",-200.0,224.0,-200.0,155.0,-200.0,-200.0,-200,-200,-200 -28/01/2005,21.00.00,"1,8",-200.0,-200.0,"-200,0",-200.0,219.0,-200.0,153.0,-200.0,-200.0,-200,-200,-200 -28/01/2005,22.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,145.0,-200.0,110.0,-200.0,-200.0,-200,-200,-200 -28/01/2005,23.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,115.0,-200.0,91.0,-200.0,-200.0,-200,-200,-200 -29/01/2005,00.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,136.0,-200.0,105.0,-200.0,-200.0,-200,-200,-200 -29/01/2005,01.00.00,"1,0",-200.0,-200.0,"-200,0",-200.0,107.0,-200.0,85.0,-200.0,-200.0,-200,-200,-200 -29/01/2005,02.00.00,"0,7",793.0,-200.0,"0,8",480.0,70.0,1306.0,60.0,745.0,376.0,"1,9","49,7","0,3528" -29/01/2005,03.00.00,"0,6",790.0,-200.0,"0,6",455.0,-200.0,1376.0,-200.0,751.0,336.0,"1,6","52,9","0,3692" -29/01/2005,04.00.00,"0,5",776.0,-200.0,"0,5",445.0,37.0,1460.0,34.0,737.0,330.0,"1,4","53,8","0,3687" -29/01/2005,05.00.00,"0,5",766.0,-200.0,"0,5",448.0,33.0,1494.0,31.0,734.0,321.0,"1,0","54,7","0,3657" -29/01/2005,06.00.00,"0,4",774.0,-200.0,"0,6",458.0,43.0,1473.0,37.0,735.0,334.0,"1,4","52,3","0,3591" -29/01/2005,07.00.00,"0,5",801.0,-200.0,"0,9",494.0,73.0,1324.0,58.0,754.0,395.0,"1,6","51,0","0,3561" -29/01/2005,08.00.00,"0,8",847.0,-200.0,"2,0",586.0,125.0,1163.0,92.0,814.0,473.0,"1,4","53,1","0,3642" -29/01/2005,09.00.00,"1,1",874.0,-200.0,"2,8",641.0,154.0,1022.0,110.0,857.0,553.0,"1,7","54,1","0,3785" -29/01/2005,10.00.00,"1,1",879.0,-200.0,"2,8",642.0,140.0,1027.0,101.0,836.0,545.0,"2,5","51,0","0,3778" -29/01/2005,11.00.00,"1,1",888.0,-200.0,"3,0",652.0,150.0,1025.0,96.0,833.0,547.0,"2,9","48,7","0,3706" -29/01/2005,12.00.00,"1,1",873.0,-200.0,"2,4",610.0,139.0,1051.0,102.0,819.0,527.0,"3,6","45,8","0,3674" -29/01/2005,13.00.00,"1,1",877.0,-200.0,"2,5",618.0,135.0,1027.0,96.0,830.0,505.0,"3,1","48,1","0,3722" -29/01/2005,14.00.00,"1,2",893.0,-200.0,"3,0",653.0,152.0,987.0,102.0,845.0,550.0,"3,4","46,6","0,3668" -29/01/2005,15.00.00,"1,0",866.0,-200.0,"2,2",602.0,121.0,1071.0,88.0,809.0,465.0,"3,7","45,8","0,3697" -29/01/2005,16.00.00,"1,2",873.0,-200.0,"2,6",629.0,122.0,1049.0,87.0,817.0,467.0,"4,4","43,7","0,3688" -29/01/2005,17.00.00,"1,3",911.0,-200.0,"3,4",676.0,167.0,998.0,115.0,855.0,555.0,"4,0","44,9","0,3689" -29/01/2005,18.00.00,"1,4",908.0,-200.0,"3,0",653.0,165.0,980.0,118.0,847.0,551.0,"3,3","46,8","0,3671" -29/01/2005,19.00.00,"1,3",907.0,-200.0,"3,1",657.0,190.0,981.0,134.0,844.0,569.0,"3,1","48,1","0,3707" -29/01/2005,20.00.00,"1,4",925.0,-200.0,"3,4",678.0,176.0,960.0,125.0,861.0,594.0,"2,8","49,0","0,3700" -29/01/2005,21.00.00,"1,5",920.0,-200.0,"2,9",649.0,196.0,983.0,140.0,849.0,598.0,"3,1","47,4","0,3661" -29/01/2005,22.00.00,"1,0",865.0,-200.0,"1,7",561.0,103.0,1102.0,83.0,791.0,434.0,"2,9","49,0","0,3725" -29/01/2005,23.00.00,"1,0",867.0,-200.0,"1,6",553.0,91.0,1136.0,73.0,792.0,412.0,"2,8","49,1","0,3726" -30/01/2005,00.00.00,"1,1",900.0,-200.0,"2,3",604.0,119.0,1051.0,92.0,815.0,469.0,"2,9","49,7","0,3782" -30/01/2005,01.00.00,"1,3",901.0,-200.0,"2,2",599.0,147.0,1023.0,109.0,825.0,515.0,"3,8","46,5","0,3762" -30/01/2005,02.00.00,"1,0",863.0,-200.0,"1,7",560.0,101.0,1107.0,82.0,787.0,430.0,"3,2","46,9","0,3658" -30/01/2005,03.00.00,"1,1",884.0,-200.0,"2,2",599.0,-200.0,1065.0,-200.0,813.0,503.0,"3,1","45,2","0,3504" -30/01/2005,04.00.00,"-200,0",873.0,-200.0,"1,8",565.0,102.0,1097.0,83.0,793.0,494.0,"3,1","44,8","0,3473" -30/01/2005,05.00.00,"0,6",806.0,-200.0,"0,6",459.0,55.0,1322.0,50.0,728.0,368.0,"3,1","44,4","0,3420" -30/01/2005,06.00.00,"0,5",801.0,-200.0,"0,6",454.0,51.0,1374.0,44.0,727.0,348.0,"3,0","43,4","0,3337" -30/01/2005,07.00.00,"0,4",790.0,-200.0,"0,4",431.0,53.0,1439.0,49.0,722.0,354.0,"2,8","43,8","0,3308" -30/01/2005,08.00.00,"0,5",805.0,-200.0,"0,7",465.0,74.0,1358.0,62.0,736.0,382.0,"2,7","43,2","0,3259" -30/01/2005,09.00.00,"0,7",843.0,-200.0,"1,2",520.0,113.0,1202.0,85.0,762.0,450.0,"3,3","42,3","0,3299" -30/01/2005,10.00.00,"0,8",849.0,-200.0,"1,4",537.0,107.0,1148.0,82.0,757.0,460.0,"4,6","39,0","0,3330" -30/01/2005,11.00.00,"0,8",872.0,-200.0,"2,0",583.0,101.0,1126.0,77.0,765.0,441.0,"5,6","37,5","0,3426" -30/01/2005,12.00.00,"1,0",890.0,-200.0,"2,0",585.0,129.0,1097.0,92.0,776.0,454.0,"7,2","34,2","0,3488" -30/01/2005,13.00.00,"0,9",874.0,-200.0,"1,6",552.0,126.0,1128.0,95.0,760.0,415.0,"6,9","35,6","0,3561" -30/01/2005,14.00.00,"0,9",863.0,-200.0,"1,6",553.0,132.0,1133.0,95.0,742.0,419.0,"8,2","30,1","0,3281" -30/01/2005,15.00.00,"0,9",840.0,-200.0,"1,8",566.0,101.0,1176.0,76.0,717.0,368.0,"7,6","27,9","0,2927" -30/01/2005,16.00.00,"1,0",845.0,-200.0,"1,8",569.0,128.0,1151.0,95.0,709.0,397.0,"7,9","25,9","0,2774" -30/01/2005,17.00.00,"1,0",888.0,-200.0,"2,6",625.0,170.0,1062.0,118.0,763.0,510.0,"7,8","28,3","0,3017" -30/01/2005,18.00.00,"1,1",845.0,-200.0,"2,0",582.0,174.0,1120.0,123.0,719.0,473.0,"6,3","28,8","0,2772" -30/01/2005,19.00.00,"1,2",880.0,-200.0,"2,8",641.0,215.0,1077.0,140.0,759.0,537.0,"5,4","30,1","0,2726" -30/01/2005,20.00.00,"1,6",917.0,-200.0,"3,9",708.0,248.0,972.0,163.0,787.0,670.0,"5,0","31,1","0,2730" -30/01/2005,21.00.00,"1,7",927.0,-200.0,"4,1",715.0,247.0,965.0,164.0,797.0,711.0,"4,6","33,8","0,2898" -30/01/2005,22.00.00,"1,1",868.0,-200.0,"2,4",615.0,154.0,1095.0,120.0,752.0,551.0,"4,3","36,6","0,3064" -30/01/2005,23.00.00,"1,3",932.0,-200.0,"3,5",685.0,186.0,996.0,130.0,820.0,670.0,"4,0","39,0","0,3203" -31/01/2005,00.00.00,"1,7",971.0,-200.0,"4,6",741.0,231.0,901.0,145.0,864.0,771.0,"2,9","42,8","0,3276" -31/01/2005,01.00.00,"1,5",891.0,-200.0,"3,0",650.0,174.0,987.0,126.0,782.0,586.0,"3,4","38,9","0,3076" -31/01/2005,02.00.00,"0,8",806.0,-200.0,"1,0",495.0,68.0,1282.0,61.0,685.0,355.0,"4,0","36,4","0,2982" -31/01/2005,03.00.00,"0,5",787.0,-200.0,"0,5",446.0,-200.0,1395.0,-200.0,657.0,310.0,"4,0","36,4","0,2989" -31/01/2005,04.00.00,"0,4",791.0,-200.0,"0,4",435.0,39.0,1486.0,37.0,668.0,292.0,"3,7","37,7","0,3024" -31/01/2005,05.00.00,"0,4",787.0,-200.0,"0,3",415.0,39.0,1474.0,37.0,667.0,293.0,"3,4","38,9","0,3075" -31/01/2005,06.00.00,"0,4",814.0,-200.0,"0,6",449.0,54.0,1363.0,50.0,674.0,328.0,"3,7","37,5","0,3012" -31/01/2005,07.00.00,"0,7",844.0,-200.0,"1,4",538.0,158.0,1164.0,109.0,726.0,479.0,"3,7","35,2","0,2833" -31/01/2005,08.00.00,"1,8",1049.0,-200.0,"7,1",863.0,350.0,826.0,198.0,923.0,979.0,"3,7","33,9","0,2732" -31/01/2005,09.00.00,"-200,0",1201.0,-200.0,"14,0",1116.0,-200.0,617.0,-200.0,1130.0,1469.0,"4,4","38,8","0,3280" -31/01/2005,10.00.00,"3,5",1293.0,-200.0,"15,1",1153.0,584.0,602.0,283.0,1141.0,1667.0,"6,6","34,4","0,3359" -31/01/2005,11.00.00,"2,8",1121.0,-200.0,"12,5",1066.0,478.0,683.0,256.0,1040.0,1378.0,"10,0","22,4","0,2753" -31/01/2005,12.00.00,"3,1",1112.0,-200.0,"12,8",1078.0,563.0,683.0,261.0,1028.0,1426.0,"11,9","18,6","0,2581" -31/01/2005,13.00.00,"2,5",1060.0,-200.0,"11,9",1048.0,414.0,707.0,181.0,983.0,1246.0,"12,5","17,2","0,2477" -31/01/2005,14.00.00,"2,7",1056.0,-200.0,"11,7",1040.0,398.0,711.0,194.0,976.0,1187.0,"13,2","17,3","0,2606" -31/01/2005,15.00.00,"2,9",1131.0,-200.0,"14,7",1139.0,451.0,643.0,214.0,1097.0,1363.0,"13,5","18,7","0,2872" -31/01/2005,16.00.00,"3,2",1162.0,-200.0,"15,7",1170.0,503.0,618.0,204.0,1131.0,1425.0,"14,1","18,2","0,2908" -31/01/2005,17.00.00,"4,1",1283.0,-200.0,"21,1",1328.0,640.0,552.0,228.0,1294.0,1722.0,"13,0","20,3","0,3030" -31/01/2005,18.00.00,"6,1",1414.0,-200.0,"27,4",1490.0,843.0,488.0,270.0,1433.0,2051.0,"10,4","24,7","0,3116" -31/01/2005,19.00.00,"6,8",1486.0,-200.0,"30,8",1570.0,954.0,455.0,285.0,1557.0,2179.0,"8,6","29,8","0,3344" -31/01/2005,20.00.00,"6,8",1523.0,-200.0,"29,2",1533.0,984.0,456.0,282.0,1532.0,2214.0,"7,3","36,8","0,3771" -31/01/2005,21.00.00,"3,7",1283.0,-200.0,"15,0",1149.0,586.0,587.0,235.0,1148.0,1799.0,"6,3","39,4","0,3795" -31/01/2005,22.00.00,"2,1",1109.0,-200.0,"7,1",863.0,360.0,737.0,208.0,960.0,1527.0,"5,4","43,5","0,3922" -31/01/2005,23.00.00,"1,4",1055.0,-200.0,"5,4",782.0,231.0,798.0,161.0,940.0,1377.0,"5,1","45,6","0,4056" -01/02/2005,00.00.00,"1,3",1038.0,-200.0,"4,8",756.0,200.0,813.0,146.0,921.0,1317.0,"4,2","49,4","0,4120" -01/02/2005,01.00.00,"1,1",996.0,-200.0,"3,8",698.0,153.0,871.0,123.0,894.0,1228.0,"4,1","50,1","0,4150" -01/02/2005,02.00.00,"1,0",995.0,-200.0,"3,5",680.0,135.0,879.0,109.0,904.0,1201.0,"4,1","51,5","0,4263" -01/02/2005,03.00.00,"0,9",1000.0,-200.0,"3,3",670.0,-200.0,868.0,-200.0,917.0,1158.0,"3,7","57,5","0,4621" -01/02/2005,04.00.00,"0,8",1042.0,-200.0,"3,6",688.0,196.0,814.0,115.0,935.0,1204.0,"2,5","64,8","0,4807" -01/02/2005,05.00.00,"0,9",1042.0,-200.0,"3,8",701.0,208.0,795.0,114.0,945.0,1216.0,"1,8","68,9","0,4878" -01/02/2005,06.00.00,"1,1",1024.0,-200.0,"4,2",724.0,241.0,814.0,122.0,944.0,1198.0,"2,0","64,9","0,4661" -01/02/2005,07.00.00,"1,6",1147.0,-200.0,"7,7",886.0,417.0,702.0,149.0,1056.0,1381.0,"2,2","65,3","0,4730" -01/02/2005,08.00.00,"3,7",1496.0,-200.0,"20,0",1298.0,896.0,492.0,187.0,1441.0,1873.0,"3,1","64,0","0,4938" -01/02/2005,09.00.00,"4,8",1541.0,-200.0,"22,1",1353.0,966.0,449.0,198.0,1492.0,2112.0,"3,7","61,7","0,4967" -01/02/2005,10.00.00,"4,1",1491.0,-200.0,"17,2",1215.0,878.0,503.0,196.0,1343.0,2038.0,"4,4","58,8","0,4979" -01/02/2005,11.00.00,"4,5",1533.0,-200.0,"21,4",1334.0,985.0,466.0,218.0,1434.0,2118.0,"5,8","54,1","0,5020" -01/02/2005,12.00.00,"4,5",1507.0,-200.0,"19,8",1292.0,1017.0,479.0,227.0,1379.0,2110.0,"7,3","50,8","0,5226" -01/02/2005,13.00.00,"3,7",1451.0,-200.0,"18,8",1264.0,683.0,497.0,181.0,1408.0,1965.0,"9,5","47,2","0,5589" -01/02/2005,14.00.00,"4,2",1432.0,-200.0,"18,8",1264.0,660.0,487.0,179.0,1476.0,1888.0,"11,8","44,4","0,6118" -01/02/2005,15.00.00,"3,3",1408.0,-200.0,"16,7",1202.0,492.0,506.0,151.0,1411.0,1774.0,"12,7","45,5","0,6648" -01/02/2005,16.00.00,"3,2",1377.0,-200.0,"14,4",1129.0,497.0,540.0,162.0,1392.0,1626.0,"13,5","44,8","0,6898" -01/02/2005,17.00.00,"3,6",1454.0,-200.0,"16,3",1190.0,562.0,508.0,165.0,1434.0,1761.0,"12,3","48,9","0,6967" -01/02/2005,18.00.00,"3,5",1268.0,-200.0,"14,4",1128.0,539.0,573.0,173.0,1255.0,1533.0,"10,8","40,3","0,5201" -01/02/2005,19.00.00,"4,1",1259.0,-200.0,"17,0",1211.0,502.0,559.0,188.0,1243.0,1531.0,"9,4","36,7","0,4324" -01/02/2005,20.00.00,"4,0",1261.0,-200.0,"14,8",1143.0,452.0,595.0,186.0,1208.0,1477.0,"8,3","39,5","0,4318" -01/02/2005,21.00.00,"3,3",1133.0,-200.0,"9,8",971.0,357.0,683.0,172.0,1059.0,1332.0,"7,8","41,3","0,4389" -01/02/2005,22.00.00,"3,0",1054.0,-200.0,"6,1",818.0,289.0,777.0,150.0,966.0,1210.0,"7,3","43,8","0,4505" -01/02/2005,23.00.00,"2,6",1055.0,-200.0,"5,4",783.0,221.0,805.0,137.0,969.0,1167.0,"6,7","47,6","0,4688" -02/02/2005,00.00.00,"2,6",1059.0,-200.0,"4,7",747.0,204.0,820.0,133.0,964.0,1133.0,"6,6","51,2","0,5007" -02/02/2005,01.00.00,"2,6",1063.0,-200.0,"5,1",769.0,183.0,807.0,122.0,993.0,1109.0,"6,4","52,6","0,5074" -02/02/2005,02.00.00,"2,9",1135.0,-200.0,"6,9",854.0,222.0,722.0,130.0,1065.0,1218.0,"5,3","57,8","0,5177" -02/02/2005,03.00.00,"2,9",1126.0,-200.0,"7,3",869.0,-200.0,680.0,-200.0,1075.0,1222.0,"3,4","66,7","0,5281" -02/02/2005,04.00.00,"2,5",1058.0,-200.0,"4,8",753.0,210.0,764.0,121.0,986.0,1149.0,"3,3","66,8","0,5215" -02/02/2005,05.00.00,"2,0",1040.0,-200.0,"3,6",688.0,185.0,846.0,115.0,920.0,1090.0,"3,7","62,9","0,5059" -02/02/2005,06.00.00,"2,2",1069.0,-200.0,"4,5",737.0,257.0,792.0,125.0,946.0,1114.0,"2,6","67,5","0,5034" -02/02/2005,07.00.00,"2,4",1042.0,-200.0,"5,2",771.0,297.0,795.0,136.0,941.0,1089.0,"3,5","60,9","0,4857" -02/02/2005,08.00.00,"4,0",1322.0,-200.0,"15,1",1151.0,573.0,566.0,174.0,1286.0,1446.0,"2,7","63,4","0,4787" -02/02/2005,09.00.00,"6,7",1549.0,-200.0,"27,3",1485.0,883.0,422.0,224.0,1638.0,1930.0,"2,8","64,2","0,4859" -02/02/2005,10.00.00,"5,6",1416.0,-200.0,"19,6",1285.0,824.0,501.0,230.0,1390.0,1809.0,"5,8","53,1","0,4942" -02/02/2005,11.00.00,"4,3",1337.0,-200.0,"14,8",1143.0,693.0,560.0,205.0,1236.0,1769.0,"9,7","40,1","0,4832" -02/02/2005,12.00.00,"4,0",1281.0,-200.0,"14,5",1132.0,714.0,577.0,204.0,1206.0,1696.0,"12,7","30,0","0,4398" -02/02/2005,13.00.00,"2,6",1037.0,-200.0,"10,1",981.0,388.0,721.0,139.0,1000.0,1086.0,"13,7","20,7","0,3221" -02/02/2005,14.00.00,"2,2",1028.0,-200.0,"10,1",983.0,337.0,728.0,133.0,979.0,1048.0,"13,7","19,9","0,3114" -02/02/2005,15.00.00,"1,9",984.0,-200.0,"8,3",913.0,326.0,762.0,127.0,930.0,990.0,"14,1","18,1","0,2884" -02/02/2005,16.00.00,"1,8",1010.0,-200.0,"9,0",940.0,329.0,759.0,124.0,960.0,1027.0,"14,5","18,0","0,2956" -02/02/2005,17.00.00,"3,1",1113.0,-200.0,"13,4",1096.0,465.0,645.0,158.0,1092.0,1359.0,"13,2","20,4","0,3074" -02/02/2005,18.00.00,"4,8",1253.0,-200.0,"19,5",1284.0,612.0,536.0,171.0,1285.0,1618.0,"10,5","25,1","0,3194" -02/02/2005,19.00.00,"5,8",1400.0,-200.0,"27,8",1499.0,759.0,461.0,193.0,1527.0,1869.0,"8,9","31,4","0,3597" -02/02/2005,20.00.00,"5,9",1470.0,-200.0,"31,4",1584.0,771.0,436.0,195.0,1641.0,2033.0,"8,2","36,2","0,3953" -02/02/2005,21.00.00,"4,1",1281.0,-200.0,"15,6",1168.0,655.0,571.0,212.0,1195.0,1756.0,"6,7","39,6","0,3906" -02/02/2005,22.00.00,"1,8",1084.0,-200.0,"7,0",855.0,332.0,748.0,193.0,939.0,1446.0,"5,8","42,0","0,3904" -02/02/2005,23.00.00,"1,7",1097.0,-200.0,"7,8",892.0,287.0,719.0,167.0,979.0,1423.0,"4,9","45,9","0,3999" -03/02/2005,00.00.00,"1,7",1032.0,-200.0,"5,6",791.0,242.0,793.0,156.0,915.0,1278.0,"4,5","47,9","0,4079" -03/02/2005,01.00.00,"1,5",1046.0,-200.0,"6,0",812.0,242.0,782.0,153.0,940.0,1265.0,"3,9","51,6","0,4226" -03/02/2005,02.00.00,"1,1",975.0,-200.0,"3,9",707.0,192.0,860.0,128.0,902.0,1107.0,"3,4","54,7","0,4323" -03/02/2005,03.00.00,"0,9",932.0,-200.0,"2,8",642.0,-200.0,950.0,-200.0,871.0,1014.0,"3,3","56,1","0,4379" -03/02/2005,04.00.00,"-200,0",926.0,-200.0,"2,6",623.0,134.0,954.0,96.0,873.0,1011.0,"2,0","60,8","0,4337" -03/02/2005,05.00.00,"0,3",932.0,-200.0,"2,9",645.0,142.0,916.0,105.0,882.0,1006.0,"1,2","63,7","0,4327" -03/02/2005,06.00.00,"0,4",937.0,-200.0,"2,8",640.0,194.0,923.0,130.0,870.0,1010.0,"2,1","60,3","0,4368" -03/02/2005,07.00.00,"0,6",996.0,-200.0,"4,2",724.0,216.0,861.0,134.0,938.0,1067.0,"1,3","63,1","0,4322" -03/02/2005,08.00.00,"3,0",1382.0,-200.0,"16,7",1202.0,728.0,534.0,275.0,1352.0,1630.0,"1,3","64,8","0,4410" -03/02/2005,09.00.00,"5,6",1544.0,-200.0,"29,1",1530.0,975.0,416.0,309.0,1706.0,2030.0,"2,1","62,2","0,4491" -03/02/2005,10.00.00,"4,9",1429.0,-200.0,"20,7",1317.0,947.0,495.0,322.0,1425.0,1916.0,"5,1","50,8","0,4499" -03/02/2005,11.00.00,"3,5",1312.0,-200.0,"15,5",1164.0,790.0,570.0,333.0,1230.0,1761.0,"8,5","39,7","0,4425" -03/02/2005,12.00.00,"2,2",1205.0,-200.0,"10,3",989.0,551.0,643.0,235.0,1084.0,1597.0,"11,5","33,0","0,4476" -03/02/2005,13.00.00,"2,7",1322.0,-200.0,"13,8",1110.0,565.0,568.0,241.0,1208.0,1776.0,"12,2","34,3","0,4864" -03/02/2005,14.00.00,"2,7",1301.0,-200.0,"12,7",1074.0,532.0,574.0,214.0,1255.0,1636.0,"13,5","35,0","0,5396" -03/02/2005,15.00.00,"2,1",1280.0,-200.0,"11,4",1030.0,459.0,597.0,174.0,1246.0,1480.0,"14,9","34,9","0,5869" -03/02/2005,16.00.00,"2,0",1256.0,-200.0,"10,2",986.0,407.0,612.0,157.0,1240.0,1413.0,"15,7","34,5","0,6111" -03/02/2005,17.00.00,"2,4",1358.0,-200.0,"14,3",1128.0,434.0,545.0,170.0,1344.0,1611.0,"14,7","37,2","0,6180" -03/02/2005,18.00.00,"6,7",1713.0,-200.0,"32,4",1605.0,980.0,383.0,212.0,1870.0,2186.0,"12,2","44,8","0,6342" -03/02/2005,19.00.00,"6,4",1655.0,-200.0,"29,0",1527.0,966.0,393.0,249.0,1758.0,2203.0,"10,3","52,4","0,6578" -03/02/2005,20.00.00,"3,9",1444.0,-200.0,"17,6",1227.0,646.0,485.0,231.0,1414.0,1891.0,"9,3","55,5","0,6503" -03/02/2005,21.00.00,"2,7",1314.0,-200.0,"12,6",1069.0,471.0,571.0,216.0,1271.0,1662.0,"8,3","57,6","0,6304" -03/02/2005,22.00.00,"3,0",1368.0,-200.0,"15,5",1164.0,528.0,524.0,217.0,1350.0,1674.0,"6,3","65,1","0,6237" -03/02/2005,23.00.00,"2,1",1195.0,-200.0,"9,1",943.0,378.0,645.0,203.0,1149.0,1462.0,"6,5","63,1","0,6132" -04/02/2005,00.00.00,"1,2",1083.0,-200.0,"6,4",828.0,235.0,734.0,161.0,1067.0,1273.0,"6,0","62,7","0,5890" -04/02/2005,01.00.00,"1,2",1055.0,-200.0,"5,1",771.0,217.0,781.0,147.0,1030.0,1174.0,"5,1","65,4","0,5797" -04/02/2005,02.00.00,"0,7",973.0,-200.0,"3,3",672.0,141.0,887.0,111.0,954.0,1031.0,"4,7","64,6","0,5568" -04/02/2005,03.00.00,"0,9",1039.0,-200.0,"5,3",777.0,-200.0,778.0,-200.0,1031.0,1082.0,"2,9","72,2","0,5523" -04/02/2005,04.00.00,"0,8",949.0,-200.0,"3,1",657.0,158.0,895.0,115.0,948.0,991.0,"5,0","63,5","0,5575" -04/02/2005,05.00.00,"0,4",920.0,-200.0,"2,2",601.0,87.0,974.0,80.0,920.0,925.0,"3,9","65,5","0,5367" -04/02/2005,06.00.00,"0,7",989.0,-200.0,"3,9",703.0,194.0,843.0,122.0,988.0,1017.0,"1,8","74,5","0,5271" -04/02/2005,07.00.00,"1,4",1100.0,-200.0,"6,9",854.0,401.0,714.0,186.0,1075.0,1187.0,"1,8","73,7","0,5198" -04/02/2005,08.00.00,"4,0",1411.0,-200.0,"19,7",1288.0,887.0,492.0,306.0,1472.0,1638.0,"2,3","70,9","0,5182" -04/02/2005,09.00.00,"3,9",1328.0,-200.0,"20,1",1300.0,654.0,499.0,301.0,1405.0,1672.0,"4,4","61,1","0,5176" -04/02/2005,10.00.00,"3,1",1308.0,-200.0,"16,3",1189.0,566.0,534.0,274.0,1325.0,1656.0,"7,7","49,8","0,5267" -04/02/2005,11.00.00,"3,2",1280.0,-200.0,"14,3",1127.0,649.0,558.0,247.0,1277.0,1641.0,"12,1","36,9","0,5212" -04/02/2005,12.00.00,"1,5",1056.0,-200.0,"7,0",857.0,309.0,735.0,169.0,1028.0,1117.0,"15,0","28,5","0,4821" -04/02/2005,13.00.00,"1,2",1019.0,-200.0,"6,3",825.0,229.0,781.0,138.0,994.0,901.0,"14,5","28,3","0,4665" -04/02/2005,14.00.00,"1,9",1084.0,-200.0,"8,6",923.0,312.0,712.0,149.0,1085.0,1046.0,"12,9","31,8","0,4707" -04/02/2005,15.00.00,"1,5",998.0,-200.0,"6,6",841.0,276.0,792.0,165.0,979.0,884.0,"12,1","32,3","0,4548" -04/02/2005,16.00.00,"1,4",987.0,-200.0,"6,1",816.0,236.0,816.0,156.0,959.0,821.0,"11,3","33,5","0,4476" -04/02/2005,17.00.00,"1,9",1079.0,-200.0,"8,8",932.0,312.0,719.0,184.0,1018.0,1056.0,"11,4","32,6","0,4373" -04/02/2005,18.00.00,"2,2",1096.0,-200.0,"9,4",954.0,345.0,687.0,197.0,1085.0,1139.0,"9,1","37,8","0,4372" -04/02/2005,19.00.00,"3,0",1146.0,-200.0,"11,8",1043.0,386.0,639.0,204.0,1169.0,1248.0,"8,1","41,0","0,4458" -04/02/2005,20.00.00,"2,6",1125.0,-200.0,"11,3",1025.0,356.0,653.0,207.0,1147.0,1200.0,"7,7","41,9","0,4409" -04/02/2005,21.00.00,"2,8",1130.0,-200.0,"9,7",968.0,467.0,680.0,208.0,1102.0,1220.0,"7,1","43,9","0,4433" -04/02/2005,22.00.00,"1,6",1017.0,-200.0,"5,8",805.0,287.0,807.0,174.0,958.0,1032.0,"6,3","45,8","0,4408" -04/02/2005,23.00.00,"1,3",1017.0,-200.0,"5,3",776.0,239.0,843.0,157.0,946.0,971.0,"6,0","46,1","0,4351" -05/02/2005,00.00.00,"1,6",1041.0,-200.0,"5,3",778.0,266.0,828.0,166.0,947.0,1011.0,"5,5","49,0","0,4471" -05/02/2005,01.00.00,"1,5",1034.0,-200.0,"5,1",769.0,261.0,816.0,167.0,952.0,1049.0,"4,9","52,0","0,4548" -05/02/2005,02.00.00,"1,3",1009.0,-200.0,"4,8",751.0,223.0,828.0,154.0,939.0,1053.0,"4,1","54,7","0,4536" -05/02/2005,03.00.00,"1,6",1105.0,-200.0,"6,4",828.0,-200.0,735.0,-200.0,997.0,1157.0,"2,1","64,2","0,4633" -05/02/2005,04.00.00,"2,0",1084.0,-200.0,"7,0",859.0,272.0,703.0,164.0,1017.0,1163.0,"1,5","66,2","0,4571" -05/02/2005,05.00.00,"1,3",989.0,-200.0,"4,4",731.0,226.0,815.0,149.0,936.0,1018.0,"1,0","67,7","0,4523" -05/02/2005,06.00.00,"0,9",1047.0,-200.0,"5,6",792.0,250.0,757.0,150.0,957.0,1121.0,"0,8","69,9","0,4591" -05/02/2005,07.00.00,"1,4",1091.0,-200.0,"7,3",868.0,402.0,705.0,205.0,1021.0,1200.0,"1,3","67,2","0,4598" -05/02/2005,08.00.00,"3,1",1263.0,-200.0,"12,7",1074.0,708.0,614.0,283.0,1198.0,1403.0,"2,0","63,6","0,4564" -05/02/2005,09.00.00,"4,1",1165.0,-200.0,"11,3",1024.0,759.0,646.0,310.0,1134.0,1365.0,"4,1","52,7","0,4345" -05/02/2005,10.00.00,"1,3",966.0,-200.0,"4,9",760.0,302.0,877.0,200.0,890.0,940.0,"7,5","39,2","0,4091" -05/02/2005,11.00.00,"0,9",927.0,-200.0,"3,8",702.0,210.0,932.0,147.0,847.0,750.0,"9,0","34,5","0,3980" -05/02/2005,12.00.00,"1,0",909.0,-200.0,"3,4",678.0,180.0,960.0,128.0,838.0,652.0,"9,2","34,5","0,4025" -05/02/2005,13.00.00,"1,0",941.0,-200.0,"4,2",723.0,165.0,922.0,121.0,880.0,643.0,"9,3","33,8","0,3981" -05/02/2005,14.00.00,"1,1",903.0,-200.0,"3,7",696.0,180.0,932.0,129.0,850.0,629.0,"9,3","33,1","0,3874" -05/02/2005,15.00.00,"0,8",891.0,-200.0,"3,3",668.0,147.0,991.0,110.0,819.0,549.0,"9,7","30,8","0,3716" -05/02/2005,16.00.00,"1,0",904.0,-200.0,"3,4",674.0,177.0,968.0,126.0,824.0,578.0,"9,6","31,1","0,3718" -05/02/2005,17.00.00,"0,9",900.0,-200.0,"3,1",659.0,157.0,990.0,121.0,807.0,582.0,"8,6","32,8","0,3669" -05/02/2005,18.00.00,"0,9",926.0,-200.0,"4,3",725.0,195.0,933.0,142.0,847.0,694.0,"7,2","35,0","0,3567" -05/02/2005,19.00.00,"1,6",999.0,-200.0,"6,2",821.0,263.0,846.0,174.0,915.0,926.0,"6,4","36,8","0,3566" -05/02/2005,20.00.00,"1,4",994.0,-200.0,"5,2",774.0,239.0,854.0,168.0,917.0,915.0,"6,0","40,2","0,3773" -05/02/2005,21.00.00,"1,4",1010.0,-200.0,"5,8",801.0,267.0,826.0,180.0,944.0,986.0,"5,5","42,6","0,3874" -05/02/2005,22.00.00,"1,1",938.0,-200.0,"3,5",685.0,214.0,934.0,157.0,870.0,840.0,"4,9","43,7","0,3809" -05/02/2005,23.00.00,"1,2",983.0,-200.0,"4,9",760.0,236.0,869.0,162.0,898.0,939.0,"4,2","43,2","0,3605" -06/02/2005,00.00.00,"1,8",963.0,-200.0,"4,7",749.0,251.0,900.0,173.0,834.0,869.0,"4,0","39,2","0,3228" -06/02/2005,01.00.00,"1,4",962.0,-200.0,"4,9",756.0,255.0,902.0,176.0,843.0,908.0,"3,7","40,1","0,3230" -06/02/2005,02.00.00,"1,4",980.0,-200.0,"5,0",761.0,235.0,854.0,172.0,876.0,1051.0,"3,1","47,1","0,3638" -06/02/2005,03.00.00,"0,9",914.0,-200.0,"2,9",644.0,-200.0,972.0,-200.0,832.0,922.0,"2,6","48,8","0,3658" -06/02/2005,04.00.00,"-200,0",898.0,-200.0,"2,6",624.0,129.0,987.0,108.0,825.0,871.0,"0,8","53,8","0,3542" -06/02/2005,05.00.00,"0,8",854.0,-200.0,"1,8",572.0,95.0,1070.0,88.0,788.0,793.0,"1,2","51,9","0,3515" -06/02/2005,06.00.00,"0,7",838.0,-200.0,"1,3",531.0,95.0,1146.0,85.0,774.0,753.0,"1,0","52,2","0,3489" -06/02/2005,07.00.00,"0,7",831.0,-200.0,"1,5",543.0,100.0,1132.0,88.0,787.0,737.0,"0,6","53,3","0,3467" -06/02/2005,08.00.00,"0,6",833.0,-200.0,"1,3",526.0,110.0,1169.0,94.0,771.0,722.0,"0,8","52,8","0,3468" -06/02/2005,09.00.00,"0,8",870.0,-200.0,"2,0",582.0,149.0,1091.0,115.0,791.0,737.0,"0,3","53,7","0,3424" -06/02/2005,10.00.00,"1,3",984.0,-200.0,"4,3",727.0,197.0,891.0,137.0,908.0,913.0,"4,1","42,9","0,3551" -06/02/2005,11.00.00,"2,0",1065.0,-200.0,"6,7",844.0,351.0,780.0,212.0,979.0,1117.0,"8,0","33,3","0,3591" -06/02/2005,12.00.00,"1,7",968.0,-200.0,"4,6",743.0,249.0,886.0,173.0,840.0,774.0,"10,7","25,2","0,3242" -06/02/2005,13.00.00,"1,2",911.0,-200.0,"3,5",683.0,188.0,981.0,135.0,790.0,558.0,"11,1","23,5","0,3105" -06/02/2005,14.00.00,"1,0",868.0,-200.0,"2,1",590.0,127.0,1081.0,100.0,753.0,420.0,"10,6","26,0","0,3320" -06/02/2005,15.00.00,"0,8",868.0,-200.0,"1,9",576.0,96.0,1128.0,78.0,755.0,363.0,"10,3","27,7","0,3481" -06/02/2005,16.00.00,"1,0",904.0,-200.0,"2,7",633.0,138.0,1040.0,100.0,789.0,410.0,"10,2","28,3","0,3516" -06/02/2005,17.00.00,"1,4",944.0,-200.0,"3,7",693.0,217.0,928.0,150.0,832.0,568.0,"9,2","29,9","0,3479" -06/02/2005,18.00.00,"1,1",925.0,-200.0,"2,9",649.0,186.0,1003.0,142.0,819.0,570.0,"6,9","36,4","0,3635" -06/02/2005,19.00.00,"1,6",985.0,-200.0,"4,5",736.0,227.0,891.0,165.0,875.0,774.0,"6,0","38,0","0,3584" -06/02/2005,20.00.00,"1,8",1002.0,-200.0,"5,3",780.0,252.0,855.0,179.0,892.0,857.0,"5,8","36,4","0,3385" -06/02/2005,21.00.00,"1,4",938.0,-200.0,"3,7",692.0,193.0,937.0,149.0,805.0,737.0,"5,8","35,4","0,3286" -06/02/2005,22.00.00,"1,1",896.0,-200.0,"2,6",627.0,158.0,1033.0,126.0,782.0,610.0,"5,4","36,6","0,3304" -06/02/2005,23.00.00,"1,0",907.0,-200.0,"2,4",614.0,150.0,1052.0,120.0,782.0,627.0,"5,1","37,9","0,3358" -07/02/2005,00.00.00,"1,1",902.0,-200.0,"2,4",613.0,130.0,1049.0,110.0,777.0,566.0,"4,8","38,0","0,3300" -07/02/2005,01.00.00,"1,0",885.0,-200.0,"2,0",582.0,104.0,1072.0,92.0,760.0,517.0,"4,5","38,1","0,3249" -07/02/2005,02.00.00,"0,8",863.0,-200.0,"1,5",545.0,86.0,1119.0,78.0,749.0,484.0,"4,3","38,1","0,3207" -07/02/2005,03.00.00,"0,6",861.0,-200.0,"1,2",518.0,-200.0,1141.0,-200.0,738.0,482.0,"3,9","39,9","0,3250" -07/02/2005,04.00.00,"0,6",852.0,-200.0,"0,8",482.0,67.0,1187.0,65.0,726.0,496.0,"3,8","41,0","0,3327" -07/02/2005,05.00.00,"0,6",879.0,-200.0,"1,0",495.0,75.0,1147.0,73.0,753.0,623.0,"3,3","44,6","0,3499" -07/02/2005,06.00.00,"0,6",900.0,-200.0,"1,3",525.0,97.0,1090.0,85.0,780.0,696.0,"3,6","44,5","0,3574" -07/02/2005,07.00.00,"0,8",963.0,-200.0,"2,4",615.0,177.0,980.0,133.0,837.0,916.0,"3,4","47,0","0,3713" -07/02/2005,08.00.00,"2,3",1183.0,-200.0,"8,7",929.0,433.0,675.0,246.0,1037.0,1309.0,"2,9","49,5","0,3775" -07/02/2005,09.00.00,"2,8",1161.0,-200.0,"10,5",996.0,471.0,639.0,281.0,1067.0,1396.0,"5,6","40,5","0,3704" -07/02/2005,10.00.00,"2,1",1102.0,-200.0,"7,9",896.0,346.0,720.0,222.0,969.0,1226.0,"7,5","33,8","0,3520" -07/02/2005,11.00.00,"1,7",1029.0,-200.0,"6,5",835.0,262.0,771.0,182.0,897.0,1002.0,"10,8","25,2","0,3251" -07/02/2005,12.00.00,"1,4",973.0,-200.0,"5,7",797.0,221.0,845.0,154.0,845.0,769.0,"12,9","20,6","0,3045" -07/02/2005,13.00.00,"1,6",981.0,-200.0,"6,2",820.0,265.0,807.0,168.0,876.0,784.0,"12,2","21,4","0,3033" -07/02/2005,14.00.00,"1,4",960.0,-200.0,"5,4",784.0,219.0,842.0,149.0,868.0,643.0,"12,0","21,9","0,3069" -07/02/2005,15.00.00,"1,3",973.0,-200.0,"4,9",761.0,235.0,862.0,156.0,865.0,682.0,"12,2","24,0","0,3392" -07/02/2005,16.00.00,"1,4",968.0,-200.0,"5,0",765.0,227.0,843.0,156.0,863.0,692.0,"12,0","24,3","0,3393" -07/02/2005,17.00.00,"1,7",1022.0,-200.0,"6,9",854.0,285.0,771.0,187.0,941.0,926.0,"10,5","27,8","0,3525" -07/02/2005,18.00.00,"1,9",1067.0,-200.0,"7,5",879.0,291.0,740.0,194.0,989.0,996.0,"8,7","33,9","0,3832" -07/02/2005,19.00.00,"2,3",1101.0,-200.0,"8,2",908.0,295.0,707.0,204.0,1025.0,1095.0,"7,8","37,6","0,4004" -07/02/2005,20.00.00,"2,0",1081.0,-200.0,"7,7",885.0,243.0,720.0,174.0,1017.0,1058.0,"7,2","39,4","0,4032" -07/02/2005,21.00.00,"1,6",988.0,-200.0,"4,5",738.0,209.0,843.0,154.0,906.0,893.0,"7,1","39,6","0,4019" -07/02/2005,22.00.00,"1,0",932.0,-200.0,"2,7",630.0,147.0,980.0,117.0,842.0,681.0,"7,1","39,6","0,4001" -07/02/2005,23.00.00,"0,9",923.0,-200.0,"2,3",602.0,117.0,1028.0,98.0,831.0,599.0,"7,2","39,3","0,4004" -08/02/2005,00.00.00,"0,9",915.0,-200.0,"2,1",589.0,105.0,1045.0,90.0,813.0,550.0,"6,9","39,6","0,3966" -08/02/2005,01.00.00,"0,9",879.0,-200.0,"1,4",534.0,84.0,1129.0,74.0,785.0,470.0,"7,0","39,8","0,4006" -08/02/2005,02.00.00,"0,5",852.0,-200.0,"0,8",479.0,51.0,1275.0,49.0,761.0,375.0,"7,1","40,5","0,4090" -08/02/2005,03.00.00,"0,4",844.0,-200.0,"0,6",453.0,-200.0,1378.0,-200.0,748.0,337.0,"6,9","40,9","0,4091" -08/02/2005,04.00.00,"0,5",878.0,-200.0,"1,0",496.0,54.0,1182.0,54.0,782.0,451.0,"6,0","42,9","0,4040" -08/02/2005,05.00.00,"0,6",910.0,-200.0,"1,3",524.0,74.0,1102.0,69.0,802.0,600.0,"6,4","42,7","0,4126" -08/02/2005,06.00.00,"0,6",918.0,-200.0,"1,6",551.0,114.0,1062.0,92.0,817.0,712.0,"6,1","43,6","0,4129" -08/02/2005,07.00.00,"1,0",991.0,-200.0,"3,0",653.0,228.0,944.0,146.0,885.0,931.0,"5,9","45,1","0,4211" -08/02/2005,08.00.00,"2,1",1223.0,-200.0,"10,0",979.0,455.0,658.0,224.0,1120.0,1332.0,"6,0","46,4","0,4367" -08/02/2005,09.00.00,"2,9",1277.0,-200.0,"15,1",1153.0,493.0,543.0,253.0,1268.0,1520.0,"6,6","43,7","0,4273" -08/02/2005,10.00.00,"2,2",1114.0,-200.0,"8,6",922.0,410.0,689.0,225.0,1022.0,1223.0,"8,7","36,3","0,4074" -08/02/2005,11.00.00,"1,6",1088.0,-200.0,"6,9",853.0,277.0,729.0,180.0,996.0,1122.0,"10,5","33,4","0,4246" -08/02/2005,12.00.00,"1,8",1064.0,-200.0,"7,6",881.0,340.0,727.0,194.0,979.0,1099.0,"11,4","27,8","0,3748" -08/02/2005,13.00.00,"1,5",1047.0,-200.0,"6,9",854.0,238.0,753.0,158.0,959.0,904.0,"12,7","27,4","0,4011" -08/02/2005,14.00.00,"2,2",1075.0,-200.0,"8,5",920.0,323.0,726.0,184.0,992.0,1022.0,"13,3","23,3","0,3540" -08/02/2005,15.00.00,"1,6",973.0,-200.0,"5,3",777.0,286.0,858.0,165.0,844.0,719.0,"13,9","20,7","0,3271" -08/02/2005,16.00.00,"1,5",942.0,-200.0,"4,4",733.0,271.0,912.0,156.0,800.0,609.0,"13,6","20,0","0,3093" -08/02/2005,17.00.00,"1,8",-200.0,-200.0,"-200,0",-200.0,276.0,-200.0,172.0,-200.0,-200.0,-200,-200,-200 -08/02/2005,18.00.00,"1,8",-200.0,-200.0,"-200,0",-200.0,295.0,-200.0,194.0,-200.0,-200.0,-200,-200,-200 -08/02/2005,19.00.00,"2,3",-200.0,-200.0,"-200,0",-200.0,340.0,-200.0,208.0,-200.0,-200.0,-200,-200,-200 -08/02/2005,20.00.00,"1,9",-200.0,-200.0,"-200,0",-200.0,275.0,-200.0,187.0,-200.0,-200.0,-200,-200,-200 -08/02/2005,21.00.00,"1,9",-200.0,-200.0,"-200,0",-200.0,293.0,-200.0,187.0,-200.0,-200.0,-200,-200,-200 -08/02/2005,22.00.00,"1,1",-200.0,-200.0,"-200,0",-200.0,157.0,-200.0,127.0,-200.0,-200.0,-200,-200,-200 -08/02/2005,23.00.00,"0,9",-200.0,-200.0,"-200,0",-200.0,133.0,-200.0,107.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,00.00.00,"0,8",-200.0,-200.0,"-200,0",-200.0,120.0,-200.0,99.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,01.00.00,"0,9",-200.0,-200.0,"-200,0",-200.0,122.0,-200.0,100.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,02.00.00,"0,7",-200.0,-200.0,"-200,0",-200.0,80.0,-200.0,73.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,03.00.00,"0,8",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,04.00.00,"-200,0",-200.0,-200.0,"-200,0",-200.0,88.0,-200.0,83.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,05.00.00,"0,7",-200.0,-200.0,"-200,0",-200.0,109.0,-200.0,92.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,06.00.00,"0,6",-200.0,-200.0,"-200,0",-200.0,120.0,-200.0,100.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,07.00.00,"1,0",-200.0,-200.0,"-200,0",-200.0,233.0,-200.0,149.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,08.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,394.0,-200.0,231.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,09.00.00,"2,7",-200.0,-200.0,"-200,0",-200.0,424.0,-200.0,245.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,10.00.00,"3,3",-200.0,-200.0,"-200,0",-200.0,446.0,-200.0,203.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,11.00.00,"2,1",-200.0,-200.0,"-200,0",-200.0,266.0,-200.0,165.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,12.00.00,"2,0",-200.0,-200.0,"-200,0",-200.0,261.0,-200.0,168.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,13.00.00,"2,0",-200.0,-200.0,"-200,0",-200.0,220.0,-200.0,151.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,14.00.00,"2,3",-200.0,-200.0,"-200,0",-200.0,241.0,-200.0,152.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,15.00.00,"2,0",-200.0,-200.0,"-200,0",-200.0,208.0,-200.0,144.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,16.00.00,"2,1",-200.0,-200.0,"-200,0",-200.0,215.0,-200.0,148.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,17.00.00,"2,3",-200.0,-200.0,"-200,0",-200.0,257.0,-200.0,176.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,18.00.00,"3,1",-200.0,-200.0,"-200,0",-200.0,355.0,-200.0,209.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,19.00.00,"3,9",-200.0,-200.0,"-200,0",-200.0,415.0,-200.0,240.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,20.00.00,"3,8",-200.0,-200.0,"-200,0",-200.0,349.0,-200.0,223.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,21.00.00,"2,9",-200.0,-200.0,"-200,0",-200.0,254.0,-200.0,187.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,22.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,228.0,-200.0,157.0,-200.0,-200.0,-200,-200,-200 -09/02/2005,23.00.00,"1,9",-200.0,-200.0,"-200,0",-200.0,156.0,-200.0,123.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,00.00.00,"2,0",-200.0,-200.0,"-200,0",-200.0,161.0,-200.0,126.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,01.00.00,"1,8",-200.0,-200.0,"-200,0",-200.0,123.0,-200.0,106.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,02.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,108.0,-200.0,95.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,03.00.00,"1,5",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,04.00.00,"1,4",-200.0,-200.0,"-200,0",-200.0,95.0,-200.0,87.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,05.00.00,"1,5",-200.0,-200.0,"-200,0",-200.0,102.0,-200.0,88.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,06.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,178.0,-200.0,134.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,07.00.00,"1,9",-200.0,-200.0,"-200,0",-200.0,214.0,-200.0,156.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,08.00.00,"3,3",-200.0,-200.0,"-200,0",-200.0,492.0,-200.0,247.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,09.00.00,"3,8",-200.0,-200.0,"-200,0",-200.0,540.0,-200.0,289.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,10.00.00,"4,3",-200.0,-200.0,"-200,0",-200.0,604.0,-200.0,250.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,11.00.00,"3,7",-200.0,-200.0,"-200,0",-200.0,646.0,-200.0,232.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,12.00.00,"2,7",-200.0,-200.0,"-200,0",-200.0,418.0,-200.0,185.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,13.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,250.0,-200.0,147.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,14.00.00,"2,4",-200.0,-200.0,"-200,0",-200.0,226.0,-200.0,128.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,15.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,271.0,-200.0,131.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,16.00.00,"2,3",-200.0,-200.0,"-200,0",-200.0,288.0,-200.0,135.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,17.00.00,"2,6",-200.0,-200.0,"-200,0",-200.0,299.0,-200.0,149.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,18.00.00,"4,2",-200.0,-200.0,"-200,0",-200.0,534.0,-200.0,209.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,19.00.00,"6,2",-200.0,-200.0,"-200,0",-200.0,687.0,-200.0,243.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,20.00.00,"8,4",-200.0,-200.0,"-200,0",-200.0,1028.0,-200.0,276.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,21.00.00,"4,5",-200.0,-200.0,"-200,0",-200.0,605.0,-200.0,225.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,22.00.00,"2,7",-200.0,-200.0,"-200,0",-200.0,345.0,-200.0,194.0,-200.0,-200.0,-200,-200,-200 -10/02/2005,23.00.00,"2,4",-200.0,-200.0,"-200,0",-200.0,255.0,-200.0,164.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,00.00.00,"2,3",-200.0,-200.0,"-200,0",-200.0,211.0,-200.0,148.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,01.00.00,"2,2",-200.0,-200.0,"-200,0",-200.0,190.0,-200.0,136.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,02.00.00,"2,0",-200.0,-200.0,"-200,0",-200.0,149.0,-200.0,116.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,03.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,-200.0,-200.0,-200.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,04.00.00,"1,6",-200.0,-200.0,"-200,0",-200.0,107.0,-200.0,91.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,05.00.00,"1,5",-200.0,-200.0,"-200,0",-200.0,98.0,-200.0,87.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,06.00.00,"1,7",-200.0,-200.0,"-200,0",-200.0,183.0,-200.0,123.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,07.00.00,"1,8",-200.0,-200.0,"-200,0",-200.0,224.0,-200.0,152.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,08.00.00,"3,8",-200.0,-200.0,"-200,0",-200.0,589.0,-200.0,267.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,09.00.00,"5,9",-200.0,-200.0,"-200,0",-200.0,700.0,-200.0,296.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,10.00.00,"5,4",-200.0,-200.0,"-200,0",-200.0,747.0,-200.0,291.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,11.00.00,"4,7",-200.0,-200.0,"-200,0",-200.0,746.0,-200.0,276.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,12.00.00,"4,3",-200.0,-200.0,"-200,0",-200.0,702.0,-200.0,250.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,13.00.00,"5,4",-200.0,-200.0,"-200,0",-200.0,723.0,-200.0,251.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,14.00.00,"5,8",-200.0,-200.0,"-200,0",-200.0,872.0,-200.0,275.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,15.00.00,"6,1",-200.0,-200.0,"-200,0",-200.0,1054.0,-200.0,312.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,16.00.00,"7,1",-200.0,-200.0,"-200,0",-200.0,1218.0,-200.0,340.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,17.00.00,"6,6",-200.0,-200.0,"-200,0",-200.0,1227.0,-200.0,326.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,18.00.00,"6,5",-200.0,-200.0,"-200,0",-200.0,1061.0,-200.0,284.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,19.00.00,"7,1",-200.0,-200.0,"-200,0",-200.0,1075.0,-200.0,289.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,20.00.00,"4,9",-200.0,-200.0,"-200,0",-200.0,641.0,-200.0,215.0,-200.0,-200.0,-200,-200,-200 -11/02/2005,21.00.00,"4,0",1521.0,-200.0,"16,8",1203.0,490.0,476.0,207.0,1400.0,2141.0,"8,5","50,9","0,5664" -11/02/2005,22.00.00,"4,0",1428.0,-200.0,"13,0",1085.0,550.0,526.0,213.0,1268.0,2023.0,"8,3","53,3","0,5843" -11/02/2005,23.00.00,"3,6",1463.0,-200.0,"12,6",1069.0,422.0,530.0,192.0,1279.0,1967.0,"7,1","58,1","0,5885" -12/02/2005,00.00.00,"4,2",1494.0,-200.0,"14,2",1124.0,541.0,504.0,211.0,1313.0,1931.0,"5,8","64,3","0,5964" -12/02/2005,01.00.00,"4,3",1462.0,-200.0,"12,9",1080.0,599.0,522.0,229.0,1274.0,1889.0,"5,3","66,8","0,5979" -12/02/2005,02.00.00,"3,6",1326.0,-200.0,"9,7",967.0,490.0,578.0,216.0,1174.0,1699.0,"5,0","66,6","0,5871" -12/02/2005,03.00.00,"2,5",1185.0,-200.0,"5,9",807.0,-200.0,685.0,-200.0,1051.0,1467.0,"5,0","66,3","0,5811" -12/02/2005,04.00.00,"-200,0",1154.0,-200.0,"5,5",788.0,223.0,709.0,146.0,1065.0,1390.0,"5,1","65,9","0,5827" -12/02/2005,05.00.00,"1,4",1175.0,-200.0,"6,6",839.0,214.0,670.0,136.0,1087.0,1371.0,"4,1","69,0","0,5735" -12/02/2005,06.00.00,"1,4",1203.0,-200.0,"7,3",870.0,274.0,641.0,156.0,1103.0,1427.0,"4,6","67,6","0,5778" -12/02/2005,07.00.00,"1,6",1250.0,-200.0,"8,8",933.0,338.0,620.0,176.0,1144.0,1489.0,"5,2","65,5","0,5836" -12/02/2005,08.00.00,"2,3",1321.0,-200.0,"11,9",1046.0,496.0,562.0,224.0,1263.0,1610.0,"6,0","62,8","0,5929" -12/02/2005,09.00.00,"2,4",1323.0,-200.0,"12,0",1049.0,433.0,550.0,207.0,1290.0,1619.0,"7,1","59,3","0,6005" -12/02/2005,10.00.00,"2,7",1381.0,-200.0,"11,9",1045.0,496.0,541.0,221.0,1307.0,1706.0,"7,8","58,0","0,6136" -12/02/2005,11.00.00,"3,4",1480.0,-200.0,"16,2",1186.0,615.0,498.0,229.0,1382.0,1882.0,"9,0","54,7","0,6271" -12/02/2005,12.00.00,"3,1",1485.0,-200.0,"17,6",1229.0,551.0,477.0,208.0,1450.0,1911.0,"10,0","53,1","0,6495" -12/02/2005,13.00.00,"3,6",1522.0,-200.0,"17,6",1229.0,575.0,470.0,207.0,1488.0,1943.0,"10,8","52,0","0,6738" -12/02/2005,14.00.00,"3,8",1570.0,-200.0,"17,5",1224.0,575.0,468.0,216.0,1448.0,2020.0,"11,0","51,4","0,6746" -12/02/2005,15.00.00,"3,3",1507.0,-200.0,"15,7",1170.0,574.0,488.0,224.0,1392.0,1999.0,"11,0","51,4","0,6725" -12/02/2005,16.00.00,"3,4",1540.0,-200.0,"16,7",1202.0,582.0,475.0,225.0,1440.0,2008.0,"10,9","52,0","0,6796" -12/02/2005,17.00.00,"3,7",1556.0,-200.0,"17,1",1214.0,658.0,472.0,227.0,1435.0,2026.0,"11,1","52,0","0,6869" -12/02/2005,18.00.00,"4,6",1707.0,-200.0,"23,0",1378.0,851.0,416.0,248.0,1637.0,2225.0,"11,0","53,6","0,7033" -12/02/2005,19.00.00,"5,0",1766.0,-200.0,"24,6",1419.0,903.0,404.0,251.0,1659.0,2317.0,"11,0","55,1","0,7221" -12/02/2005,20.00.00,"5,7",1846.0,-200.0,"26,8",1474.0,952.0,389.0,265.0,1712.0,2426.0,"11,4","55,4","0,7471" -12/02/2005,21.00.00,"5,2",1795.0,-200.0,"23,2",1382.0,894.0,410.0,262.0,1609.0,2355.0,"11,1","56,9","0,7506" -12/02/2005,22.00.00,"5,0",1755.0,-200.0,"22,0",1352.0,839.0,417.0,241.0,1587.0,2375.0,"10,2","60,0","0,7461" -12/02/2005,23.00.00,"4,5",1738.0,-200.0,"20,4",1309.0,743.0,424.0,231.0,1543.0,2494.0,"10,1","59,9","0,7379" -13/02/2005,00.00.00,"4,1",1712.0,-200.0,"18,0",1239.0,671.0,443.0,229.0,1488.0,2411.0,"9,9","63,2","0,7706" -13/02/2005,01.00.00,"4,1",1751.0,-200.0,"18,5",1255.0,689.0,435.0,221.0,1541.0,2226.0,"9,4","73,4","0,8662" -13/02/2005,02.00.00,"3,1",1574.0,-200.0,"13,3",1093.0,478.0,497.0,180.0,1451.0,1808.0,"9,4","77,7","0,9203" -13/02/2005,03.00.00,"2,7",1458.0,-200.0,"11,3",1024.0,-200.0,530.0,-200.0,1413.0,1571.0,"9,6","78,7","0,9429" -13/02/2005,04.00.00,"2,8",1515.0,-200.0,"12,5",1066.0,345.0,508.0,140.0,1430.0,1548.0,"8,9","81,3","0,9277" -13/02/2005,05.00.00,"2,9",1491.0,-200.0,"11,5",1031.0,373.0,515.0,153.0,1387.0,1541.0,"8,5","82,9","0,9243" -13/02/2005,06.00.00,"2,6",1453.0,-200.0,"10,9",1012.0,324.0,534.0,150.0,1348.0,1441.0,"8,3","84,0","0,9234" -13/02/2005,07.00.00,"2,6",1443.0,-200.0,"10,7",1003.0,341.0,542.0,145.0,1356.0,1396.0,"8,1","85,0","0,9221" -13/02/2005,08.00.00,"2,8",1473.0,-200.0,"11,9",1047.0,424.0,522.0,149.0,1420.0,1411.0,"8,7","83,7","0,9423" -13/02/2005,09.00.00,"3,3",1548.0,-200.0,"13,4",1097.0,522.0,491.0,155.0,1477.0,1497.0,"9,5","82,4","0,9760" -13/02/2005,10.00.00,"3,2",1586.0,-200.0,"13,0",1084.0,492.0,495.0,158.0,1473.0,1619.0,"11,0","78,2","1,0220" -13/02/2005,11.00.00,"3,3",1488.0,-200.0,"11,2",1023.0,492.0,533.0,188.0,1456.0,1590.0,"14,1","67,9","1,0859" -13/02/2005,12.00.00,"1,5",1220.0,-200.0,"5,5",787.0,204.0,675.0,154.0,1310.0,1163.0,"16,3","56,6","1,0422" -13/02/2005,13.00.00,"1,2",1198.0,-200.0,"4,9",758.0,142.0,698.0,107.0,1277.0,1001.0,"18,7","48,0","1,0259" -13/02/2005,14.00.00,"1,1",1168.0,-200.0,"6,5",836.0,118.0,666.0,92.0,1278.0,822.0,"19,5","39,3","0,8820" -13/02/2005,15.00.00,"1,7",1149.0,-200.0,"8,4",917.0,126.0,616.0,106.0,1293.0,773.0,"19,9","34,1","0,7820" -13/02/2005,16.00.00,"1,0",1052.0,-200.0,"4,4",734.0,115.0,799.0,90.0,1109.0,588.0,"19,4","32,4","0,7239" -13/02/2005,17.00.00,"1,0",1053.0,-200.0,"4,3",727.0,137.0,789.0,100.0,1081.0,610.0,"17,1","35,8","0,6944" -13/02/2005,18.00.00,"2,6",1238.0,-200.0,"11,6",1037.0,212.0,583.0,132.0,1388.0,1000.0,"15,5","40,7","0,7103" -13/02/2005,19.00.00,"2,5",1188.0,-200.0,"9,0",939.0,354.0,658.0,211.0,1234.0,1048.0,"14,8","42,8","0,7182" -13/02/2005,20.00.00,"2,1",1150.0,-200.0,"7,8",891.0,331.0,684.0,179.0,1198.0,1002.0,"13,9","43,8","0,6937" -13/02/2005,21.00.00,"1,0",984.0,-200.0,"3,7",694.0,141.0,881.0,116.0,1032.0,711.0,"13,7","42,9","0,6687" -13/02/2005,22.00.00,"1,3",1111.0,-200.0,"5,3",777.0,228.0,760.0,143.0,1137.0,1024.0,"12,5","47,8","0,6877" -13/02/2005,23.00.00,"1,5",1131.0,-200.0,"5,6",793.0,228.0,728.0,142.0,1173.0,1054.0,"11,8","53,4","0,7366" -14/02/2005,00.00.00,"1,4",1115.0,-200.0,"5,3",778.0,203.0,749.0,135.0,1158.0,994.0,"10,9","55,9","0,7312" -14/02/2005,01.00.00,"1,6",1133.0,-200.0,"6,0",811.0,215.0,708.0,136.0,1182.0,1031.0,"10,1","58,9","0,7301" -14/02/2005,02.00.00,"1,1",1024.0,-200.0,"4,0",709.0,142.0,798.0,109.0,1120.0,884.0,"9,8","61,2","0,7413" -14/02/2005,03.00.00,"0,7",968.0,-200.0,"2,8",639.0,-200.0,891.0,-200.0,1080.0,794.0,"8,4","67,1","0,7411" -14/02/2005,04.00.00,"0,5",923.0,-200.0,"1,8",567.0,66.0,994.0,62.0,1024.0,688.0,"8,3","67,2","0,7382" -14/02/2005,05.00.00,"0,4",902.0,-200.0,"1,5",548.0,54.0,1063.0,49.0,1024.0,617.0,"7,7","68,9","0,7280" -14/02/2005,06.00.00,"0,7",995.0,-200.0,"2,9",646.0,121.0,895.0,81.0,1053.0,818.0,"6,9","70,0","0,6997" -14/02/2005,07.00.00,"0,7",858.0,-200.0,"2,2",597.0,141.0,1054.0,104.0,857.0,690.0,"9,0","37,3","0,4297" -14/02/2005,08.00.00,"2,3",1233.0,-200.0,"11,4",1030.0,388.0,619.0,176.0,1257.0,1291.0,"9,4","44,9","0,5296" -14/02/2005,09.00.00,"2,5",1140.0,-200.0,"9,5",958.0,366.0,627.0,193.0,1175.0,1200.0,"10,3","45,4","0,5666" -14/02/2005,10.00.00,"1,7",1096.0,-200.0,"11,6",1036.0,254.0,635.0,168.0,1043.0,1127.0,"11,5","39,6","0,5372" -14/02/2005,11.00.00,"2,5",1295.0,-200.0,"33,9",1639.0,164.0,477.0,123.0,1013.0,1582.0,"11,7","36,9","0,5060" -14/02/2005,12.00.00,"2,1",926.0,-200.0,"7,6",882.0,142.0,744.0,111.0,913.0,700.0,"11,8","36,2","0,4999" -14/02/2005,13.00.00,"1,1",970.0,-200.0,"7,0",857.0,162.0,748.0,120.0,990.0,693.0,"12,0","38,7","0,5402" -14/02/2005,14.00.00,"1,3",960.0,-200.0,"6,9",853.0,177.0,782.0,123.0,967.0,709.0,"13,7","30,3","0,4724" -14/02/2005,15.00.00,"1,1",941.0,-200.0,"5,8",800.0,157.0,823.0,115.0,917.0,671.0,"12,6","30,6","0,4443" -14/02/2005,16.00.00,"1,1",921.0,-200.0,"5,2",771.0,162.0,850.0,120.0,885.0,632.0,"13,0","27,4","0,4085" -14/02/2005,17.00.00,"1,4",940.0,-200.0,"6,4",829.0,209.0,823.0,140.0,901.0,716.0,"13,6","22,7","0,3529" -14/02/2005,18.00.00,"2,3",1036.0,-200.0,"11,9",1046.0,304.0,694.0,185.0,1044.0,1059.0,"11,8","23,0","0,3171" -14/02/2005,19.00.00,"4,2",1102.0,-200.0,"17,4",1221.0,484.0,609.0,212.0,1136.0,1329.0,"10,7","19,9","0,2547" -14/02/2005,20.00.00,"3,5",1035.0,-200.0,"14,7",1141.0,399.0,670.0,200.0,1018.0,1196.0,"10,4","18,0","0,2269" -14/02/2005,21.00.00,"3,0",990.0,-200.0,"10,0",978.0,390.0,751.0,191.0,928.0,1131.0,"9,7","20,6","0,2488" -14/02/2005,22.00.00,"1,7",950.0,-200.0,"6,6",839.0,287.0,834.0,169.0,878.0,977.0,"9,4","24,8","0,2923" -14/02/2005,23.00.00,"1,6",988.0,-200.0,"6,6",839.0,202.0,803.0,139.0,936.0,963.0,"8,8","31,2","0,3533" -15/02/2005,00.00.00,"1,0",884.0,-200.0,"3,1",658.0,126.0,982.0,102.0,813.0,581.0,"8,7","31,2","0,3521" -15/02/2005,01.00.00,"0,8",840.0,-200.0,"2,2",597.0,87.0,1081.0,76.0,766.0,432.0,"8,5","30,4","0,3391" -15/02/2005,02.00.00,"0,6",814.0,-200.0,"1,3",526.0,59.0,1228.0,56.0,740.0,352.0,"8,0","32,9","0,3530" -15/02/2005,03.00.00,"0,4",821.0,-200.0,"1,1",509.0,-200.0,1235.0,-200.0,762.0,348.0,"7,1","37,4","0,3799" -15/02/2005,04.00.00,"-200,0",802.0,-200.0,"0,5",440.0,31.0,1413.0,30.0,738.0,312.0,"6,9","39,1","0,3901" -15/02/2005,05.00.00,"0,3",805.0,-200.0,"0,5",437.0,28.0,1491.0,28.0,738.0,296.0,"6,9","39,8","0,3966" -15/02/2005,06.00.00,"0,4",850.0,-200.0,"1,3",529.0,64.0,1183.0,56.0,780.0,385.0,"6,1","40,8","0,3868" -15/02/2005,07.00.00,"0,5",913.0,-200.0,"2,5",619.0,123.0,1018.0,94.0,834.0,586.0,"6,0","41,5","0,3896" -15/02/2005,08.00.00,"1,5",1047.0,-200.0,"6,7",844.0,363.0,784.0,196.0,979.0,987.0,"6,1","39,9","0,3781" -15/02/2005,09.00.00,"2,1",1055.0,-200.0,"8,0",899.0,416.0,731.0,220.0,1017.0,1035.0,"6,5","39,5","0,3865" -15/02/2005,10.00.00,"1,6",974.0,-200.0,"5,3",778.0,286.0,832.0,168.0,905.0,782.0,"9,4","32,7","0,3855" -15/02/2005,11.00.00,"1,0",863.0,-200.0,"3,3",669.0,198.0,993.0,133.0,776.0,511.0,"11,3","24,9","0,3318" -15/02/2005,12.00.00,"1,2",889.0,-200.0,"4,4",734.0,216.0,942.0,134.0,801.0,566.0,"12,8","19,8","0,2933" -15/02/2005,13.00.00,"1,3",906.0,-200.0,"5,5",790.0,211.0,893.0,138.0,837.0,642.0,"12,3","19,3","0,2740" -15/02/2005,14.00.00,"1,4",874.0,-200.0,"4,8",751.0,199.0,918.0,135.0,792.0,591.0,"12,0","19,3","0,2716" -15/02/2005,15.00.00,"1,0",849.0,-200.0,"3,5",680.0,161.0,1015.0,111.0,741.0,461.0,"11,9","19,2","0,2677" -15/02/2005,16.00.00,"1,4",923.0,-200.0,"4,9",761.0,218.0,909.0,124.0,840.0,609.0,"12,1","20,7","0,2906" -15/02/2005,17.00.00,"1,5",962.0,-200.0,"6,6",841.0,252.0,827.0,158.0,901.0,821.0,"11,5","22,1","0,2987" -15/02/2005,18.00.00,"2,4",1067.0,-200.0,"12,3",1059.0,337.0,671.0,181.0,1085.0,1163.0,"10,4","23,1","0,2905" -15/02/2005,19.00.00,"2,8",1125.0,-200.0,"14,1",1121.0,357.0,630.0,185.0,1132.0,1405.0,"9,5","25,2","0,2996" -15/02/2005,20.00.00,"3,1",1149.0,-200.0,"14,2",1124.0,410.0,623.0,187.0,1141.0,1405.0,"8,9","26,9","0,3069" -15/02/2005,21.00.00,"3,1",1155.0,-200.0,"11,6",1034.0,445.0,648.0,196.0,1061.0,1429.0,"8,2","30,1","0,3270" -15/02/2005,22.00.00,"2,0",1065.0,-200.0,"8,2",908.0,314.0,741.0,174.0,953.0,1284.0,"7,4","31,8","0,3287" -15/02/2005,23.00.00,"2,1",1145.0,-200.0,"9,2",946.0,366.0,699.0,182.0,1015.0,1409.0,"6,6","37,5","0,3664" -16/02/2005,00.00.00,"1,9",1134.0,-200.0,"8,3",912.0,336.0,707.0,182.0,999.0,1376.0,"6,3","40,1","0,3842" -16/02/2005,01.00.00,"2,5",1195.0,-200.0,"10,7",1004.0,387.0,652.0,193.0,1078.0,1421.0,"5,2","44,2","0,3943" -16/02/2005,02.00.00,"2,0",1141.0,-200.0,"8,0",898.0,320.0,689.0,174.0,1014.0,1356.0,"4,4","47,5","0,4017" -16/02/2005,03.00.00,"1,4",1077.0,-200.0,"5,9",806.0,-200.0,725.0,-200.0,949.0,1296.0,"4,0","49,1","0,4019" -16/02/2005,04.00.00,"1,1",1052.0,-200.0,"4,5",740.0,237.0,768.0,142.0,913.0,1202.0,"3,3","52,2","0,4074" -16/02/2005,05.00.00,"0,8",1033.0,-200.0,"3,8",701.0,224.0,782.0,137.0,883.0,1206.0,"3,2","52,4","0,4071" -16/02/2005,06.00.00,"0,9",1080.0,-200.0,"5,1",768.0,237.0,732.0,140.0,924.0,1305.0,"3,6","51,7","0,4123" -16/02/2005,07.00.00,"1,6",1208.0,-200.0,"8,8",931.0,454.0,622.0,201.0,1052.0,1485.0,"3,5","54,2","0,4297" -16/02/2005,08.00.00,"3,6",1363.0,-200.0,"16,1",1183.0,854.0,520.0,288.0,1273.0,1643.0,"5,2","48,3","0,4304" -16/02/2005,09.00.00,"3,3",1239.0,-200.0,"13,4",1096.0,758.0,577.0,260.0,1211.0,1459.0,"7,8","37,6","0,3994" -16/02/2005,10.00.00,"2,1",1044.0,-200.0,"9,0",940.0,428.0,706.0,206.0,1014.0,1152.0,"8,9","33,8","0,3850" -16/02/2005,11.00.00,"1,3",956.0,-200.0,"5,0",761.0,205.0,849.0,98.0,887.0,885.0,"9,1","33,0","0,3827" -16/02/2005,12.00.00,"1,1",955.0,-200.0,"4,3",725.0,205.0,890.0,138.0,880.0,770.0,"9,1","34,5","0,3994" -16/02/2005,13.00.00,"1,5",997.0,-200.0,"6,3",825.0,226.0,790.0,139.0,948.0,852.0,"9,6","31,3","0,3763" -16/02/2005,14.00.00,"1,5",987.0,-200.0,"6,0",810.0,199.0,801.0,137.0,939.0,830.0,"8,5","36,3","0,4026" -16/02/2005,15.00.00,"1,6",1007.0,-200.0,"5,7",798.0,253.0,793.0,155.0,942.0,867.0,"9,3","34,6","0,4050" -16/02/2005,16.00.00,"1,5",1025.0,-200.0,"5,6",795.0,259.0,783.0,155.0,967.0,881.0,"8,9","37,9","0,4318" -16/02/2005,17.00.00,"1,6",1083.0,-200.0,"7,0",856.0,252.0,720.0,148.0,1010.0,975.0,"8,2","41,8","0,4563" -16/02/2005,18.00.00,"2,2",1143.0,-200.0,"9,5",960.0,313.0,641.0,153.0,1110.0,1136.0,"7,4","44,5","0,4582" -16/02/2005,19.00.00,"3,4",1288.0,-200.0,"15,9",1178.0,433.0,539.0,171.0,1300.0,1434.0,"7,0","43,4","0,4366" -16/02/2005,20.00.00,"5,6",1464.0,-200.0,"24,7",1421.0,611.0,457.0,227.0,1542.0,1746.0,"6,6","43,4","0,4241" -16/02/2005,21.00.00,"5,2",1341.0,-200.0,"16,8",1204.0,626.0,534.0,251.0,1294.0,1592.0,"5,9","44,3","0,4137" -16/02/2005,22.00.00,"2,8",1177.0,-200.0,"10,7",1004.0,408.0,640.0,216.0,1111.0,1341.0,"5,0","46,6","0,4099" -16/02/2005,23.00.00,"2,4",1089.0,-200.0,"8,3",913.0,357.0,712.0,200.0,1016.0,1208.0,"5,8","40,3","0,3740" -17/02/2005,00.00.00,"2,7",1196.0,-200.0,"11,0",1014.0,375.0,643.0,192.0,1101.0,1334.0,"5,4","43,8","0,3945" -17/02/2005,01.00.00,"2,6",1107.0,-200.0,"7,4",874.0,326.0,721.0,187.0,984.0,1208.0,"5,7","42,1","0,3883" -17/02/2005,02.00.00,"2,3",1102.0,-200.0,"7,9",897.0,326.0,715.0,173.0,1024.0,1196.0,"5,7","42,1","0,3885" -17/02/2005,03.00.00,"1,0",993.0,-200.0,"3,6",688.0,-200.0,847.0,-200.0,874.0,931.0,"5,8","42,9","0,3990" -17/02/2005,04.00.00,"0,6",912.0,-200.0,"1,7",559.0,72.0,1016.0,64.0,837.0,656.0,"5,7","46,6","0,4298" -17/02/2005,05.00.00,"0,5",883.0,-200.0,"1,0",496.0,49.0,1140.0,46.0,804.0,478.0,"6,9","45,0","0,4499" -17/02/2005,06.00.00,"0,5",893.0,-200.0,"1,1",507.0,59.0,1111.0,51.0,794.0,489.0,"6,9","42,2","0,4224" -17/02/2005,07.00.00,"1,0",1033.0,-200.0,"4,0",711.0,220.0,893.0,115.0,935.0,893.0,"6,4","43,8","0,4230" -17/02/2005,08.00.00,"2,6",1222.0,-200.0,"9,7",966.0,602.0,636.0,238.0,1134.0,1322.0,"6,6","44,6","0,4383" -17/02/2005,09.00.00,"2,7",1190.0,-200.0,"10,6",1000.0,485.0,624.0,202.0,1152.0,1280.0,"7,7","42,1","0,4440" -17/02/2005,10.00.00,"1,8",1035.0,-200.0,"5,4",783.0,295.0,794.0,167.0,969.0,943.0,"10,1","36,7","0,4536" -17/02/2005,11.00.00,"1,2",990.0,-200.0,"3,9",705.0,217.0,873.0,139.0,913.0,772.0,"9,0","41,4","0,4775" -17/02/2005,12.00.00,"1,3",1011.0,-200.0,"4,4",732.0,236.0,830.0,147.0,944.0,826.0,"8,7","42,5","0,4787" -17/02/2005,13.00.00,"1,4",1041.0,-200.0,"5,0",763.0,196.0,790.0,130.0,1003.0,808.0,"8,3","47,8","0,5238" -17/02/2005,14.00.00,"1,8",1086.0,-200.0,"6,8",850.0,233.0,723.0,143.0,1072.0,901.0,"8,9","45,5","0,5208" -17/02/2005,15.00.00,"1,3",1021.0,-200.0,"4,8",755.0,207.0,807.0,143.0,980.0,763.0,"8,9","46,1","0,5256" -17/02/2005,16.00.00,"1,4",1014.0,-200.0,"5,0",761.0,198.0,806.0,136.0,972.0,722.0,"9,0","44,9","0,5173" -17/02/2005,17.00.00,"1,4",1023.0,-200.0,"5,2",771.0,212.0,807.0,143.0,982.0,735.0,"9,3","42,3","0,4974" -17/02/2005,18.00.00,"2,4",1172.0,-200.0,"10,0",977.0,280.0,657.0,177.0,1160.0,1047.0,"8,4","45,2","0,4977" -17/02/2005,19.00.00,"2,8",1172.0,-200.0,"11,1",1017.0,315.0,623.0,198.0,1185.0,1163.0,"7,6","47,8","0,5013" -17/02/2005,20.00.00,"3,3",1219.0,-200.0,"12,9",1081.0,378.0,590.0,200.0,1246.0,1244.0,"7,4","47,2","0,4871" -17/02/2005,21.00.00,"2,5",1106.0,-200.0,"7,8",891.0,320.0,708.0,191.0,1058.0,1025.0,"7,4","46,9","0,4854" -17/02/2005,22.00.00,"2,1",1078.0,-200.0,"6,3",824.0,265.0,759.0,169.0,1016.0,982.0,"6,9","48,2","0,4832" -17/02/2005,23.00.00,"1,2",939.0,-200.0,"2,8",637.0,129.0,960.0,106.0,883.0,607.0,"7,1","47,9","0,4867" -18/02/2005,00.00.00,"1,2",975.0,-200.0,"3,3",670.0,129.0,943.0,105.0,910.0,616.0,"6,9","48,7","0,4874" -18/02/2005,01.00.00,"1,3",958.0,-200.0,"3,1",660.0,172.0,935.0,130.0,905.0,654.0,"6,8","48,2","0,4792" -18/02/2005,02.00.00,"1,0",921.0,-200.0,"2,1",594.0,100.0,1025.0,82.0,867.0,479.0,"6,3","49,6","0,4787" -18/02/2005,03.00.00,"0,8",931.0,-200.0,"1,9",580.0,-200.0,983.0,-200.0,863.0,487.0,"5,6","52,9","0,4855" -18/02/2005,04.00.00,"-200,0",874.0,-200.0,"0,7",472.0,49.0,1179.0,45.0,803.0,382.0,"6,4","49,8","0,4814" -18/02/2005,05.00.00,"0,4",872.0,-200.0,"0,8",476.0,36.0,1249.0,35.0,794.0,350.0,"6,9","48,1","0,4796" -18/02/2005,06.00.00,"0,5",904.0,-200.0,"1,3",530.0,79.0,1079.0,60.0,846.0,438.0,"6,4","50,2","0,4850" -18/02/2005,07.00.00,"0,7",951.0,-200.0,"1,8",568.0,128.0,1021.0,90.0,888.0,578.0,"6,4","50,7","0,4886" -18/02/2005,08.00.00,"2,1",1183.0,-200.0,"7,9",896.0,456.0,673.0,205.0,1115.0,1140.0,"6,9","48,8","0,4903" -18/02/2005,09.00.00,"2,5",1187.0,-200.0,"9,8",970.0,477.0,625.0,199.0,1174.0,1203.0,"8,4","44,6","0,4922" -18/02/2005,10.00.00,"2,0",1072.0,-200.0,"7,4",874.0,342.0,715.0,153.0,1033.0,1000.0,"10,8","37,1","0,4794" -18/02/2005,11.00.00,"1,4",1011.0,-200.0,"5,3",780.0,254.0,805.0,163.0,964.0,806.0,"11,2","36,2","0,4818" -18/02/2005,12.00.00,"1,3",997.0,-200.0,"4,8",752.0,231.0,837.0,152.0,952.0,724.0,"11,8","34,4","0,4758" -18/02/2005,13.00.00,"1,4",989.0,-200.0,"5,6",791.0,213.0,804.0,146.0,953.0,690.0,"11,5","33,1","0,4479" -18/02/2005,14.00.00,"1,6",1006.0,-200.0,"6,6",837.0,208.0,775.0,146.0,971.0,757.0,"10,9","32,6","0,4260" -18/02/2005,15.00.00,"1,7",1016.0,-200.0,"6,7",845.0,270.0,771.0,134.0,987.0,818.0,"11,3","31,7","0,4249" -18/02/2005,16.00.00,"1,8",1069.0,-200.0,"8,4",918.0,276.0,724.0,164.0,1045.0,936.0,"11,6","30,9","0,4223" -18/02/2005,17.00.00,"2,4",1109.0,-200.0,"10,3",989.0,375.0,664.0,141.0,1096.0,1133.0,"11,1","32,2","0,4243" -18/02/2005,18.00.00,"2,8",1182.0,-200.0,"12,6",1071.0,395.0,617.0,204.0,1187.0,1298.0,"9,7","36,0","0,4333" -18/02/2005,19.00.00,"3,3",1253.0,-200.0,"16,0",1179.0,421.0,573.0,210.0,1268.0,1387.0,"8,5","39,0","0,4336" -18/02/2005,20.00.00,"4,8",1288.0,-200.0,"17,6",1228.0,632.0,549.0,250.0,1333.0,1502.0,"8,3","40,3","0,4411" -18/02/2005,21.00.00,"2,8",1153.0,-200.0,"10,1",981.0,424.0,666.0,202.0,1097.0,1273.0,"8,0","41,3","0,4448" -18/02/2005,22.00.00,"2,4",1161.0,-200.0,"9,8",969.0,369.0,677.0,190.0,1111.0,1271.0,"7,0","44,2","0,4446" -18/02/2005,23.00.00,"2,9",1271.0,-200.0,"11,5",1031.0,484.0,618.0,236.0,1138.0,1464.0,"5,4","51,8","0,4698" -19/02/2005,00.00.00,"2,7",1156.0,-200.0,"8,2",909.0,456.0,684.0,250.0,1023.0,1384.0,"4,1","55,0","0,4558" -19/02/2005,01.00.00,"2,1",1106.0,-200.0,"6,8",850.0,373.0,727.0,219.0,997.0,1281.0,"3,1","57,8","0,4462" -19/02/2005,02.00.00,"1,5",1008.0,-200.0,"4,3",726.0,228.0,834.0,156.0,913.0,1083.0,"3,1","56,7","0,4388" -19/02/2005,03.00.00,"1,2",966.0,-200.0,"3,9",703.0,-200.0,865.0,-200.0,903.0,989.0,"2,2","59,6","0,4333" -19/02/2005,04.00.00,"0,9",931.0,-200.0,"2,6",627.0,117.0,948.0,98.0,860.0,911.0,"2,3","58,9","0,4317" -19/02/2005,05.00.00,"0,8",922.0,-200.0,"2,4",611.0,108.0,962.0,89.0,867.0,893.0,"1,9","60,0","0,4276" -19/02/2005,06.00.00,"0,8",911.0,-200.0,"2,3",606.0,126.0,950.0,104.0,866.0,894.0,"1,9","60,3","0,4293" -19/02/2005,07.00.00,"1,1",993.0,-200.0,"4,5",736.0,235.0,819.0,148.0,941.0,1018.0,"0,9","64,6","0,4294" -19/02/2005,08.00.00,"1,9",1100.0,-200.0,"8,5",919.0,339.0,678.0,194.0,1072.0,1191.0,"0,6","65,0","0,4231" -19/02/2005,09.00.00,"2,5",1141.0,-200.0,"9,0",940.0,399.0,651.0,231.0,1099.0,1285.0,"2,1","59,9","0,4338" -19/02/2005,10.00.00,"2,2",1085.0,-200.0,"5,7",800.0,346.0,750.0,200.0,983.0,1219.0,"3,1","57,2","0,4402" -19/02/2005,11.00.00,"2,1",1153.0,-200.0,"6,9",853.0,407.0,696.0,217.0,1027.0,1370.0,"4,2","54,0","0,4483" -19/02/2005,12.00.00,"2,3",1122.0,-200.0,"6,4",831.0,393.0,722.0,210.0,982.0,1317.0,"7,4","43,8","0,4538" -19/02/2005,13.00.00,"1,2",992.0,-200.0,"3,5",685.0,166.0,890.0,126.0,902.0,818.0,"11,2","34,5","0,4586" -19/02/2005,14.00.00,"1,2",1018.0,-200.0,"3,7",693.0,157.0,868.0,118.0,937.0,683.0,"13,8","32,4","0,5084" -19/02/2005,15.00.00,"1,1",981.0,-200.0,"2,9",649.0,141.0,924.0,114.0,901.0,573.0,"12,4","34,9","0,5002" -19/02/2005,16.00.00,"1,1",988.0,-200.0,"3,4",679.0,144.0,905.0,117.0,911.0,595.0,"12,8","31,9","0,4684" -19/02/2005,17.00.00,"1,4",1059.0,-200.0,"5,3",777.0,191.0,797.0,140.0,969.0,774.0,"13,5","29,1","0,4486" -19/02/2005,18.00.00,"1,7",1110.0,-200.0,"7,3",870.0,255.0,708.0,168.0,1057.0,1059.0,"11,6","33,3","0,4540" -19/02/2005,19.00.00,"2,5",1204.0,-200.0,"10,0",979.0,379.0,639.0,202.0,1147.0,1326.0,"10,9","34,9","0,4568" -19/02/2005,20.00.00,"2,7",1275.0,-200.0,"12,3",1061.0,427.0,593.0,211.0,1203.0,1494.0,"10,4","37,3","0,4708" -19/02/2005,21.00.00,"3,1",1297.0,-200.0,"11,8",1044.0,509.0,600.0,231.0,1185.0,1559.0,"9,7","39,7","0,4792" -19/02/2005,22.00.00,"2,8",1277.0,-200.0,"10,4",991.0,459.0,609.0,214.0,1141.0,1575.0,"9,1","41,9","0,4857" -19/02/2005,23.00.00,"1,9",1207.0,-200.0,"7,7",888.0,293.0,664.0,181.0,1062.0,1447.0,"9,3","41,9","0,4927" -20/02/2005,00.00.00,"1,9",1222.0,-200.0,"7,5",880.0,269.0,684.0,173.0,1083.0,1367.0,"9,4","44,7","0,5279" -20/02/2005,01.00.00,"1,7",1141.0,-200.0,"6,1",816.0,244.0,745.0,169.0,1026.0,1230.0,"8,5","45,8","0,5108" -20/02/2005,02.00.00,"2,2",1228.0,-200.0,"8,3",913.0,293.0,643.0,174.0,1124.0,1396.0,"7,8","50,0","0,5300" -20/02/2005,03.00.00,"1,6",1120.0,-200.0,"5,1",770.0,-200.0,756.0,-200.0,1012.0,1191.0,"7,7","49,7","0,5242" -20/02/2005,04.00.00,"1,5",1067.0,-200.0,"4,9",758.0,177.0,775.0,130.0,993.0,1009.0,"8,2","46,9","0,5099" -20/02/2005,05.00.00,"0,8",947.0,-200.0,"1,9",580.0,81.0,978.0,72.0,894.0,572.0,"8,4","48,6","0,5375" -20/02/2005,06.00.00,"0,5",918.0,-200.0,"1,0",501.0,42.0,1148.0,40.0,881.0,420.0,"8,0","54,7","0,5883" -20/02/2005,07.00.00,"0,5",920.0,-200.0,"1,1",506.0,61.0,1142.0,56.0,905.0,453.0,"7,8","55,7","0,5914" -20/02/2005,08.00.00,"0,7",941.0,-200.0,"1,5",541.0,101.0,1065.0,81.0,919.0,520.0,"8,0","53,8","0,5796" -20/02/2005,09.00.00,"0,7",949.0,-200.0,"1,6",552.0,98.0,1035.0,81.0,919.0,531.0,"8,8","50,7","0,5752" -20/02/2005,10.00.00,"0,9",990.0,-200.0,"2,3",604.0,114.0,944.0,88.0,947.0,579.0,"10,1","47,6","0,5870" -20/02/2005,11.00.00,"1,0",996.0,-200.0,"2,5",620.0,118.0,928.0,94.0,946.0,570.0,"10,6","45,8","0,5838" -20/02/2005,12.00.00,"1,1",1023.0,-200.0,"2,5",623.0,120.0,916.0,97.0,976.0,571.0,"9,1","56,2","0,6515" -20/02/2005,13.00.00,"1,1",1037.0,-200.0,"2,8",636.0,151.0,891.0,112.0,1024.0,582.0,"7,9","66,5","0,7124" -20/02/2005,14.00.00,"1,0",1017.0,-200.0,"2,4",613.0,131.0,919.0,104.0,1007.0,551.0,"8,0","65,0","0,6991" -20/02/2005,15.00.00,"1,1",1042.0,-200.0,"3,3",671.0,145.0,861.0,107.0,1038.0,634.0,"8,4","61,0","0,6721" -20/02/2005,16.00.00,"1,3",1037.0,-200.0,"3,2",665.0,156.0,854.0,114.0,1013.0,633.0,"8,6","57,3","0,6429" -20/02/2005,17.00.00,"1,2",1009.0,-200.0,"2,8",640.0,151.0,915.0,115.0,996.0,613.0,"8,4","56,3","0,6227" -20/02/2005,18.00.00,"1,3",1033.0,-200.0,"3,4",675.0,173.0,853.0,127.0,1006.0,702.0,"8,0","57,7","0,6222" -20/02/2005,19.00.00,"1,1",1016.0,-200.0,"2,9",647.0,154.0,906.0,119.0,997.0,649.0,"7,1","62,6","0,6341" -20/02/2005,20.00.00,"1,5",1076.0,-200.0,"4,6",745.0,221.0,801.0,149.0,1040.0,841.0,"7,4","59,3","0,6123" -20/02/2005,21.00.00,"1,4",1029.0,-200.0,"3,8",699.0,193.0,851.0,140.0,1001.0,795.0,"7,7","56,9","0,5994" -20/02/2005,22.00.00,"1,1",984.0,-200.0,"3,1",661.0,130.0,898.0,105.0,965.0,638.0,"7,7","54,4","0,5753" -20/02/2005,23.00.00,"1,3",1003.0,-200.0,"3,7",694.0,156.0,876.0,116.0,976.0,663.0,"7,7","53,0","0,5572" -21/02/2005,00.00.00,"1,4",1009.0,-200.0,"3,3",671.0,148.0,877.0,112.0,1010.0,610.0,"6,7","62,8","0,6188" -21/02/2005,01.00.00,"1,1",946.0,-200.0,"2,1",588.0,93.0,1005.0,80.0,948.0,480.0,"6,6","61,9","0,6056" -21/02/2005,02.00.00,"0,8",910.0,-200.0,"1,2",518.0,66.0,1130.0,59.0,936.0,404.0,"5,7","70,3","0,6498" -21/02/2005,03.00.00,"0,6",886.0,-200.0,"0,7",464.0,-200.0,1273.0,-200.0,919.0,357.0,"4,5","79,2","0,6751" -21/02/2005,04.00.00,"-200,0",879.0,-200.0,"0,5",447.0,38.0,1317.0,36.0,910.0,348.0,"4,0","81,5","0,6712" -21/02/2005,05.00.00,"0,5",907.0,-200.0,"1,0",502.0,50.0,1129.0,49.0,947.0,399.0,"3,9","81,5","0,6653" -21/02/2005,06.00.00,"0,6",949.0,-200.0,"2,1",589.0,77.0,987.0,63.0,1001.0,464.0,"3,3","84,3","0,6617" -21/02/2005,07.00.00,"1,2",1054.0,-200.0,"5,5",786.0,183.0,766.0,123.0,1129.0,699.0,"4,2","80,9","0,6742" -21/02/2005,08.00.00,"2,2",1214.0,-200.0,"10,9",1010.0,256.0,609.0,164.0,1282.0,1006.0,"5,1","75,0","0,6646" -21/02/2005,09.00.00,"2,9",1253.0,-200.0,"13,3",1095.0,355.0,566.0,218.0,1375.0,1206.0,"4,6","77,6","0,6651" -21/02/2005,10.00.00,"2,9",1197.0,-200.0,"9,6",964.0,491.0,614.0,254.0,1260.0,1122.0,"3,8","84,3","0,6811" -21/02/2005,11.00.00,"2,0",1156.0,-200.0,"7,0",859.0,387.0,684.0,210.0,1196.0,1069.0,"6,2","77,4","0,7383" -21/02/2005,12.00.00,"1,7",1132.0,-200.0,"6,6",837.0,384.0,694.0,208.0,1199.0,1062.0,"7,7","67,6","0,7133" -21/02/2005,13.00.00,"2,2",1207.0,-200.0,"9,3",950.0,368.0,623.0,204.0,1303.0,1162.0,"8,1","64,8","0,7039" -21/02/2005,14.00.00,"1,8",1127.0,-200.0,"7,9",896.0,258.0,664.0,172.0,1227.0,1010.0,"8,1","64,0","0,6942" -21/02/2005,15.00.00,"1,6",1112.0,-200.0,"6,9",851.0,231.0,694.0,157.0,1184.0,931.0,"6,9","71,3","0,7118" -21/02/2005,16.00.00,"1,9",1186.0,-200.0,"8,6",925.0,290.0,641.0,181.0,1272.0,1025.0,"7,0","73,7","0,7425" -21/02/2005,17.00.00,"2,2",1192.0,-200.0,"10,0",976.0,335.0,618.0,194.0,1290.0,1110.0,"7,3","70,0","0,7195" -21/02/2005,18.00.00,"2,2",1177.0,-200.0,"8,8",931.0,293.0,656.0,193.0,1281.0,979.0,"5,8","77,8","0,7223" -21/02/2005,19.00.00,"4,9",1478.0,-200.0,"20,2",1301.0,526.0,469.0,252.0,1682.0,1409.0,"5,4","80,9","0,7293" -21/02/2005,20.00.00,"6,3",1486.0,-200.0,"19,7",1289.0,607.0,466.0,283.0,1633.0,1438.0,"5,5","79,8","0,7261" -21/02/2005,21.00.00,"2,7",1118.0,-200.0,"7,1",863.0,326.0,680.0,208.0,1194.0,1083.0,"5,6","74,0","0,6808" -21/02/2005,22.00.00,"1,4",1019.0,-200.0,"4,4",730.0,188.0,811.0,143.0,1082.0,916.0,"5,6","71,9","0,6604" -21/02/2005,23.00.00,"1,2",961.0,-200.0,"2,9",643.0,163.0,914.0,124.0,1046.0,825.0,"6,4","70,7","0,6848" -22/02/2005,00.00.00,"0,8",931.0,-200.0,"2,1",591.0,102.0,1015.0,89.0,1015.0,704.0,"6,3","70,1","0,6733" -22/02/2005,01.00.00,"0,8",938.0,-200.0,"2,1",592.0,95.0,992.0,85.0,1032.0,668.0,"4,4","80,5","0,6825" -22/02/2005,02.00.00,"0,7",888.0,-200.0,"1,1",511.0,71.0,1112.0,66.0,963.0,512.0,"3,9","83,1","0,6787" -22/02/2005,03.00.00,"0,4",844.0,-200.0,"0,6",454.0,-200.0,1327.0,-200.0,908.0,385.0,"2,5","86,6","0,6407" -22/02/2005,04.00.00,"0,4",851.0,-200.0,"0,5",440.0,46.0,1349.0,46.0,918.0,377.0,"3,4","85,4","0,6736" -22/02/2005,05.00.00,"0,5",905.0,-200.0,"1,0",503.0,62.0,1152.0,60.0,956.0,467.0,"3,3","84,5","0,6608" -22/02/2005,06.00.00,"0,9",987.0,-200.0,"2,6",628.0,170.0,929.0,117.0,1035.0,691.0,"3,4","84,5","0,6640" -22/02/2005,07.00.00,"1,5",1124.0,-200.0,"6,7",842.0,313.0,690.0,178.0,1180.0,981.0,"3,4","84,5","0,6677" -22/02/2005,08.00.00,"3,8",1408.0,-200.0,"16,7",1200.0,687.0,490.0,295.0,1523.0,1369.0,"4,1","82,7","0,6820" -22/02/2005,09.00.00,"5,4",1501.0,-200.0,"24,0",1403.0,757.0,418.0,243.0,1789.0,1589.0,"4,6","80,3","0,6889" -22/02/2005,10.00.00,"3,5",1266.0,-200.0,"15,0",1149.0,559.0,528.0,255.0,1435.0,1370.0,"6,1","74,0","0,7025" -22/02/2005,11.00.00,"1,7",1082.0,-200.0,"6,9",855.0,286.0,725.0,201.0,1140.0,1005.0,"9,1","58,4","0,6787" -22/02/2005,12.00.00,"2,0",1123.0,-200.0,"9,1",942.0,324.0,653.0,208.0,1225.0,1105.0,"11,4","48,9","0,6580" -22/02/2005,13.00.00,"2,1",1174.0,-200.0,"10,0",979.0,316.0,611.0,212.0,1282.0,1142.0,"8,3","64,4","0,7072" -22/02/2005,14.00.00,"3,0",1209.0,-200.0,"12,9",1082.0,407.0,573.0,238.0,1355.0,1105.0,"6,5","71,0","0,6903" -22/02/2005,15.00.00,"2,1",1120.0,-200.0,"9,0",940.0,305.0,657.0,201.0,1245.0,917.0,"6,6","71,1","0,6973" -22/02/2005,16.00.00,"2,5",1174.0,-200.0,"10,9",1010.0,360.0,613.0,218.0,1305.0,1050.0,"7,4","69,3","0,7165" -22/02/2005,17.00.00,"2,2",1068.0,-200.0,"7,9",896.0,339.0,702.0,222.0,1177.0,848.0,"6,4","70,6","0,6834" -22/02/2005,18.00.00,"2,4",1146.0,-200.0,"10,2",985.0,304.0,650.0,206.0,1236.0,952.0,"5,8","72,5","0,6718" -22/02/2005,19.00.00,"3,6",1204.0,-200.0,"13,2",1089.0,397.0,601.0,251.0,1335.0,1059.0,"5,6","71,6","0,6556" -22/02/2005,20.00.00,"2,6",1062.0,-200.0,"8,1",903.0,270.0,717.0,190.0,1141.0,720.0,"4,2","77,8","0,6491" -22/02/2005,21.00.00,"2,7",1122.0,-200.0,"8,5",919.0,339.0,680.0,218.0,1201.0,981.0,"4,3","79,5","0,6648" -22/02/2005,22.00.00,"1,4",940.0,-200.0,"3,6",686.0,190.0,903.0,150.0,1005.0,648.0,"4,5","75,5","0,6429" -22/02/2005,23.00.00,"0,9",935.0,-200.0,"2,6",628.0,126.0,995.0,111.0,986.0,611.0,"4,4","77,1","0,6523" -23/02/2005,00.00.00,"1,5",1011.0,-200.0,"4,3",725.0,189.0,852.0,142.0,1050.0,773.0,"4,2","78,2","0,6506" -23/02/2005,01.00.00,"1,1",952.0,-200.0,"3,2",665.0,146.0,907.0,119.0,1007.0,703.0,"4,0","79,3","0,6517" -23/02/2005,02.00.00,"0,8",899.0,-200.0,"1,8",572.0,98.0,1063.0,87.0,951.0,560.0,"3,9","78,7","0,6430" -23/02/2005,03.00.00,"0,6",880.0,-200.0,"1,4",533.0,-200.0,1161.0,-200.0,948.0,499.0,"3,5","80,6","0,6403" -23/02/2005,04.00.00,"0,6",882.0,-200.0,"1,2",516.0,75.0,1132.0,70.0,959.0,575.0,"3,2","82,8","0,6426" -23/02/2005,05.00.00,"0,6",844.0,-200.0,"0,7",466.0,77.0,1261.0,68.0,894.0,478.0,"4,1","76,0","0,6304" -23/02/2005,06.00.00,"0,6",860.0,-200.0,"1,0",497.0,72.0,1251.0,66.0,912.0,442.0,"4,2","75,9","0,6311" -23/02/2005,07.00.00,"0,7",917.0,-200.0,"2,2",597.0,152.0,1084.0,117.0,994.0,602.0,"4,5","76,3","0,6480" -23/02/2005,08.00.00,"1,7",1126.0,-200.0,"7,7",886.0,337.0,719.0,197.0,1208.0,936.0,"4,4","79,1","0,6687" -23/02/2005,09.00.00,"1,9",1033.0,-200.0,"6,2",820.0,360.0,740.0,198.0,1114.0,870.0,"4,3","79,8","0,6706" -23/02/2005,10.00.00,"1,4",944.0,-200.0,"3,8",697.0,243.0,881.0,167.0,1022.0,688.0,"3,1","83,0","0,6419" -23/02/2005,11.00.00,"1,3",955.0,-200.0,"3,6",687.0,277.0,895.0,180.0,1004.0,706.0,"2,8","83,9","0,6326" -23/02/2005,12.00.00,"1,2",992.0,-200.0,"3,7",694.0,266.0,900.0,169.0,1020.0,756.0,"3,9","79,5","0,6482" -23/02/2005,13.00.00,"1,9",1090.0,-200.0,"8,3",910.0,317.0,701.0,210.0,1192.0,974.0,"5,1","74,5","0,6621" -23/02/2005,14.00.00,"2,5",1151.0,-200.0,"10,1",983.0,375.0,629.0,232.0,1244.0,1121.0,"5,7","72,5","0,6686" -23/02/2005,15.00.00,"2,3",1148.0,-200.0,"9,9",975.0,349.0,638.0,223.0,1243.0,1064.0,"5,6","74,6","0,6826" -23/02/2005,16.00.00,"2,3",1140.0,-200.0,"9,2",946.0,377.0,653.0,224.0,1231.0,1076.0,"5,4","75,9","0,6875" -23/02/2005,17.00.00,"2,5",1160.0,-200.0,"10,3",990.0,403.0,632.0,238.0,1254.0,1090.0,"4,9","78,2","0,6826" -23/02/2005,18.00.00,"2,8",1167.0,-200.0,"11,4",1027.0,422.0,610.0,249.0,1289.0,1119.0,"4,8","79,0","0,6845" -23/02/2005,19.00.00,"2,7",1194.0,-200.0,"11,7",1038.0,388.0,605.0,223.0,1317.0,1181.0,"4,8","78,6","0,6826" -23/02/2005,20.00.00,"3,1",1224.0,-200.0,"12,6",1071.0,431.0,590.0,244.0,1331.0,1240.0,"4,6","78,2","0,6686" -23/02/2005,21.00.00,"2,9",1209.0,-200.0,"11,4",1028.0,425.0,619.0,243.0,1264.0,1254.0,"4,2","79,7","0,6647" -23/02/2005,22.00.00,"2,6",1145.0,-200.0,"9,6",962.0,391.0,657.0,226.0,1212.0,1192.0,"4,3","78,9","0,6621" -23/02/2005,23.00.00,"1,5",1016.0,-200.0,"4,6",744.0,231.0,825.0,167.0,1053.0,1020.0,"4,2","77,9","0,6479" -24/02/2005,00.00.00,"1,6",1018.0,-200.0,"4,7",750.0,248.0,831.0,172.0,1051.0,916.0,"3,2","83,0","0,6450" -24/02/2005,01.00.00,"1,1",937.0,-200.0,"2,6",625.0,142.0,977.0,120.0,983.0,798.0,"5,1","74,5","0,6626" -24/02/2005,02.00.00,"0,9",949.0,-200.0,"2,9",647.0,117.0,956.0,100.0,1023.0,762.0,"4,0","80,8","0,6666" -24/02/2005,03.00.00,"0,7",895.0,-200.0,"1,5",545.0,-200.0,1080.0,-200.0,964.0,685.0,"4,3","81,0","0,6770" -24/02/2005,04.00.00,"-200,0",884.0,-200.0,"1,3",528.0,96.0,1148.0,86.0,960.0,619.0,"2,9","85,3","0,6503" -24/02/2005,05.00.00,"0,6",883.0,-200.0,"1,2",518.0,87.0,1135.0,81.0,962.0,606.0,"3,3","84,5","0,6612" -24/02/2005,06.00.00,"0,8",968.0,-200.0,"3,0",652.0,197.0,937.0,131.0,1051.0,788.0,"3,6","84,4","0,6724" -24/02/2005,07.00.00,"1,5",1071.0,-200.0,"5,5",787.0,290.0,755.0,170.0,1146.0,947.0,"3,8","83,8","0,6771" -24/02/2005,08.00.00,"3,1",1310.0,-200.0,"12,9",1082.0,621.0,555.0,267.0,1400.0,1254.0,"4,1","82,5","0,6819" -24/02/2005,09.00.00,"3,8",1332.0,-200.0,"14,5",1132.0,645.0,522.0,269.0,1439.0,1352.0,"3,9","83,9","0,6847" -24/02/2005,10.00.00,"2,7",1178.0,-200.0,"9,0",939.0,573.0,640.0,244.0,1228.0,1165.0,"4,1","83,9","0,6967" -24/02/2005,11.00.00,"1,8",1093.0,-200.0,"6,5",836.0,414.0,728.0,232.0,1142.0,1025.0,"4,6","82,0","0,6997" -24/02/2005,12.00.00,"1,4",1060.0,-200.0,"5,4",784.0,314.0,770.0,196.0,1117.0,941.0,"5,5","79,5","0,7238" -24/02/2005,13.00.00,"1,7",1121.0,-200.0,"7,4",873.0,317.0,697.0,195.0,1206.0,1000.0,"6,7","76,2","0,7519" -24/02/2005,14.00.00,"1,9",1118.0,-200.0,"7,7",888.0,290.0,685.0,189.0,1223.0,962.0,"7,9","69,0","0,7394" -24/02/2005,15.00.00,"2,2",1205.0,-200.0,"10,7",1002.0,385.0,612.0,212.0,1299.0,1214.0,"8,5","66,3","0,7387" -24/02/2005,16.00.00,"3,0",1274.0,-200.0,"13,3",1094.0,507.0,537.0,267.0,1364.0,1428.0,"7,6","70,8","0,7399" -24/02/2005,17.00.00,"3,0",1301.0,-200.0,"13,2",1092.0,534.0,525.0,262.0,1388.0,1484.0,"7,2","72,4","0,7372" -24/02/2005,18.00.00,"3,9",1405.0,-200.0,"17,5",1224.0,601.0,468.0,270.0,1503.0,1658.0,"6,7","74,2","0,7326" -24/02/2005,19.00.00,"4,0",1375.0,-200.0,"17,7",1230.0,583.0,473.0,260.0,1522.0,1632.0,"6,1","75,8","0,7184" -24/02/2005,20.00.00,"3,9",1367.0,-200.0,"17,5",1225.0,551.0,485.0,265.0,1492.0,1628.0,"6,3","74,9","0,7187" -24/02/2005,21.00.00,"3,5",1324.0,-200.0,"14,1",1121.0,547.0,531.0,262.0,1399.0,1481.0,"6,0","78,0","0,7345" -24/02/2005,22.00.00,"2,4",1170.0,-200.0,"8,4",917.0,385.0,652.0,227.0,1218.0,1205.0,"5,6","81,2","0,7443" -24/02/2005,23.00.00,"2,1",1169.0,-200.0,"7,9",895.0,318.0,681.0,192.0,1201.0,1106.0,"5,5","81,5","0,7393" -25/02/2005,00.00.00,"2,5",1181.0,-200.0,"8,1",905.0,356.0,657.0,202.0,1215.0,1106.0,"5,3","84,1","0,7530" -25/02/2005,01.00.00,"2,1",1146.0,-200.0,"7,1",860.0,326.0,692.0,189.0,1181.0,1092.0,"5,2","83,9","0,7487" -25/02/2005,02.00.00,"1,5",1059.0,-200.0,"5,2",773.0,233.0,767.0,157.0,1127.0,984.0,"5,1","83,5","0,7416" -25/02/2005,03.00.00,"1,1",1010.0,-200.0,"3,4",679.0,-200.0,854.0,-200.0,1046.0,889.0,"5,0","82,9","0,7300" -25/02/2005,04.00.00,"1,0",1007.0,-200.0,"3,4",677.0,116.0,863.0,97.0,1053.0,848.0,"5,0","82,5","0,7265" -25/02/2005,05.00.00,"0,8",932.0,-200.0,"2,1",595.0,120.0,991.0,100.0,1025.0,771.0,"5,0","82,8","0,7273" -25/02/2005,06.00.00,"1,0",998.0,-200.0,"4,1",717.0,228.0,872.0,146.0,1095.0,895.0,"5,2","80,7","0,7219" -25/02/2005,07.00.00,"1,4",1072.0,-200.0,"6,1",819.0,303.0,751.0,175.0,1161.0,1003.0,"5,3","80,2","0,7179" -25/02/2005,08.00.00,"3,6",1424.0,-200.0,"18,7",1260.0,-200.0,494.0,-200.0,1568.0,1442.0,"5,7","79,7","0,7340" -25/02/2005,09.00.00,"5,8",1527.0,-200.0,"27,9",1502.0,-200.0,411.0,-200.0,1868.0,1727.0,"6,2","76,8","0,7355" -25/02/2005,10.00.00,"4,2",1364.0,-200.0,"17,8",1234.0,529.0,504.0,190.0,1533.0,1606.0,"8,3","67,4","0,7384" -25/02/2005,11.00.00,"3,3",1190.0,-200.0,"11,8",1044.0,615.0,615.0,166.0,1324.0,1354.0,"10,8","52,1","0,6746" -25/02/2005,12.00.00,"1,7",1021.0,-200.0,"6,6",839.0,298.0,771.0,153.0,1084.0,914.0,"13,0","40,3","0,6028" -25/02/2005,13.00.00,"2,1",1051.0,-200.0,"8,4",914.0,317.0,707.0,167.0,1122.0,913.0,"10,9","44,8","0,5849" -25/02/2005,14.00.00,"2,2",1021.0,-200.0,"7,6",882.0,305.0,727.0,137.0,1097.0,847.0,"11,5","42,1","0,5706" -25/02/2005,15.00.00,"1,8",1016.0,-200.0,"6,7",842.0,253.0,762.0,140.0,1067.0,778.0,"12,5","38,5","0,5568" -25/02/2005,16.00.00,"2,0",1040.0,-200.0,"7,9",893.0,296.0,723.0,150.0,1104.0,835.0,"12,6","38,5","0,5586" -25/02/2005,17.00.00,"2,3",1089.0,-200.0,"8,4",916.0,293.0,710.0,152.0,1124.0,903.0,"12,3","38,4","0,5488" -25/02/2005,18.00.00,"2,8",1148.0,-200.0,"12,1",1054.0,353.0,631.0,177.0,1233.0,1157.0,"10,2","43,1","0,5366" -25/02/2005,19.00.00,"3,4",1162.0,-200.0,"12,6",1070.0,399.0,625.0,189.0,1229.0,1237.0,"8,6","48,2","0,5385" -25/02/2005,20.00.00,"4,0",1197.0,-200.0,"13,6",1102.0,454.0,609.0,195.0,1309.0,1253.0,"7,8","50,8","0,5384" -25/02/2005,21.00.00,"2,3",1059.0,-200.0,"8,1",905.0,356.0,735.0,179.0,1098.0,1130.0,"7,3","52,8","0,5404" -25/02/2005,22.00.00,"2,7",1207.0,-200.0,"11,2",1023.0,473.0,629.0,188.0,1233.0,1373.0,"6,2","62,4","0,5958" -25/02/2005,23.00.00,"2,7",1188.0,-200.0,"10,1",983.0,482.0,648.0,170.0,1193.0,1338.0,"5,1","68,2","0,6033" -26/02/2005,00.00.00,"2,8",1153.0,-200.0,"8,8",933.0,443.0,687.0,161.0,1133.0,1268.0,"4,7","69,0","0,5936" -26/02/2005,01.00.00,"2,1",1061.0,-200.0,"6,8",849.0,373.0,757.0,145.0,1063.0,1125.0,"4,0","69,8","0,5756" -26/02/2005,02.00.00,"1,9",1028.0,-200.0,"6,4",831.0,320.0,771.0,136.0,1063.0,1054.0,"3,4","71,3","0,5626" -26/02/2005,03.00.00,"2,1",1082.0,-200.0,"6,7",843.0,-200.0,729.0,-200.0,1061.0,1090.0,"2,8","74,0","0,5591" -26/02/2005,04.00.00,"1,7",1037.0,-200.0,"5,2",771.0,233.0,784.0,122.0,1004.0,1029.0,"2,3","75,1","0,5514" -26/02/2005,05.00.00,"1,3",942.0,-200.0,"3,6",688.0,161.0,897.0,115.0,947.0,882.0,"3,8","66,2","0,5359" -26/02/2005,06.00.00,"0,9",904.0,-200.0,"2,7",633.0,137.0,993.0,103.0,897.0,717.0,"4,6","60,5","0,5173" -26/02/2005,07.00.00,"1,0",855.0,-200.0,"1,9",578.0,144.0,1121.0,108.0,855.0,599.0,"5,7","54,3","0,5022" -26/02/2005,08.00.00,"1,0",914.0,-200.0,"3,9",705.0,182.0,966.0,124.0,926.0,687.0,"6,2","51,3","0,4880" -26/02/2005,09.00.00,"1,5",933.0,-200.0,"4,1",714.0,227.0,899.0,133.0,927.0,706.0,"6,7","49,5","0,4892" -26/02/2005,10.00.00,"1,5",942.0,-200.0,"3,7",696.0,203.0,920.0,124.0,912.0,682.0,"8,8","45,0","0,5114" -26/02/2005,11.00.00,"1,4",943.0,-200.0,"3,6",688.0,179.0,924.0,116.0,909.0,629.0,"9,6","43,5","0,5202" -26/02/2005,12.00.00,"2,4",959.0,-200.0,"4,1",717.0,171.0,892.0,113.0,939.0,664.0,"9,8","43,3","0,5238" -26/02/2005,13.00.00,"2,8",971.0,-200.0,"4,5",739.0,181.0,868.0,117.0,972.0,664.0,"9,9","43,5","0,5300" -26/02/2005,14.00.00,"2,9",954.0,-200.0,"4,5",735.0,175.0,863.0,118.0,953.0,630.0,"9,8","44,1","0,5332" -26/02/2005,15.00.00,"2,6",929.0,-200.0,"2,9",645.0,148.0,962.0,108.0,906.0,524.0,"9,7","45,1","0,5417" -26/02/2005,16.00.00,"2,5",933.0,-200.0,"3,1",660.0,132.0,955.0,98.0,911.0,488.0,"9,0","47,3","0,5420" -26/02/2005,17.00.00,"2,7",967.0,-200.0,"3,9",704.0,162.0,888.0,117.0,961.0,609.0,"7,4","56,0","0,5797" -26/02/2005,18.00.00,"2,8",987.0,-200.0,"4,2",723.0,185.0,863.0,126.0,974.0,684.0,"6,4","61,7","0,5956" -26/02/2005,19.00.00,"3,0",1003.0,-200.0,"5,2",772.0,234.0,821.0,142.0,1008.0,788.0,"6,8","58,0","0,5758" -26/02/2005,20.00.00,"3,7",1138.0,-200.0,"10,2",986.0,275.0,663.0,157.0,1188.0,1030.0,"7,3","56,7","0,5806" -26/02/2005,21.00.00,"3,5",1087.0,-200.0,"8,1",903.0,272.0,713.0,161.0,1106.0,1026.0,"7,2","56,7","0,5790" -26/02/2005,22.00.00,"3,8",1129.0,-200.0,"8,5",920.0,331.0,689.0,169.0,1139.0,1182.0,"6,7","59,1","0,5848" -26/02/2005,23.00.00,"4,3",1191.0,-200.0,"10,7",1005.0,347.0,637.0,166.0,1224.0,1284.0,"5,9","62,1","0,5808" -27/02/2005,00.00.00,"4,8",1256.0,-200.0,"11,5",1032.0,488.0,612.0,189.0,1230.0,1371.0,"6,3","60,4","0,5811" -27/02/2005,01.00.00,"4,2",1171.0,-200.0,"9,5",960.0,404.0,679.0,184.0,1121.0,1234.0,"5,5","60,2","0,5458" -27/02/2005,02.00.00,"3,3",1016.0,-200.0,"5,3",780.0,255.0,798.0,145.0,1004.0,1060.0,"4,6","64,4","0,5525" -27/02/2005,03.00.00,"3,0",1035.0,-200.0,"5,8",805.0,-200.0,790.0,-200.0,1022.0,1038.0,"3,5","68,8","0,5458" -27/02/2005,04.00.00,"-200,0",980.0,-200.0,"4,6",744.0,174.0,840.0,119.0,979.0,970.0,"2,8","70,9","0,5383" -27/02/2005,05.00.00,"1,0",901.0,-200.0,"2,7",631.0,108.0,988.0,87.0,915.0,751.0,"3,7","65,9","0,5295" -27/02/2005,06.00.00,"0,9",914.0,-200.0,"3,1",655.0,107.0,949.0,77.0,949.0,742.0,"1,6","74,3","0,5168" -27/02/2005,07.00.00,"1,1",940.0,-200.0,"3,2",665.0,188.0,900.0,112.0,955.0,879.0,"1,4","76,3","0,5261" -27/02/2005,08.00.00,"1,1",935.0,-200.0,"3,6",689.0,225.0,894.0,118.0,949.0,871.0,"2,5","69,5","0,5172" -27/02/2005,09.00.00,"1,2",970.0,-200.0,"3,7",691.0,208.0,891.0,124.0,956.0,890.0,"3,7","64,8","0,5208" -27/02/2005,10.00.00,"1,7",1064.0,-200.0,"6,4",830.0,270.0,739.0,144.0,1053.0,1059.0,"7,8","49,9","0,5307" -27/02/2005,11.00.00,"1,6",1023.0,-200.0,"5,2",776.0,202.0,817.0,128.0,972.0,808.0,"11,2","37,1","0,4936" -27/02/2005,12.00.00,"1,4",955.0,-200.0,"3,9",706.0,168.0,888.0,120.0,884.0,616.0,"12,6","30,6","0,4460" -27/02/2005,13.00.00,"1,8",943.0,-200.0,"4,1",714.0,191.0,898.0,131.0,868.0,609.0,"10,3","32,9","0,4131" -27/02/2005,14.00.00,"1,1",895.0,-200.0,"2,5",622.0,149.0,1012.0,115.0,804.0,471.0,"10,0","35,5","0,4346" -27/02/2005,15.00.00,"0,9",890.0,-200.0,"2,2",601.0,101.0,1053.0,82.0,803.0,391.0,"8,8","40,0","0,4538" -27/02/2005,16.00.00,"1,1",904.0,-200.0,"2,3",608.0,134.0,1033.0,100.0,807.0,398.0,"8,3","40,3","0,4431" -27/02/2005,17.00.00,"1,1",888.0,-200.0,"2,4",611.0,150.0,1035.0,111.0,791.0,419.0,"7,9","38,9","0,4141" -27/02/2005,18.00.00,"1,2",905.0,-200.0,"2,9",648.0,188.0,1007.0,132.0,822.0,509.0,"6,8","41,0","0,4072" -27/02/2005,19.00.00,"1,6",974.0,-200.0,"4,9",757.0,254.0,886.0,155.0,884.0,723.0,"6,0","42,0","0,3962" -27/02/2005,20.00.00,"2,6",1048.0,-200.0,"6,8",847.0,324.0,801.0,181.0,955.0,888.0,"5,5","43,5","0,3963" -27/02/2005,21.00.00,"1,5",895.0,-200.0,"3,1",660.0,238.0,975.0,155.0,826.0,596.0,"4,6","46,8","0,4001" -27/02/2005,22.00.00,"1,0",875.0,-200.0,"2,1",594.0,128.0,1079.0,105.0,793.0,451.0,"4,5","48,0","0,4085" -27/02/2005,23.00.00,"1,3",943.0,-200.0,"3,9",703.0,169.0,950.0,119.0,870.0,581.0,"4,3","48,6","0,4069" -28/02/2005,00.00.00,"1,6",947.0,-200.0,"3,8",697.0,215.0,913.0,150.0,878.0,698.0,"4,0","50,0","0,4115" -28/02/2005,01.00.00,"1,0",865.0,-200.0,"1,8",566.0,111.0,1119.0,94.0,797.0,423.0,"4,0","52,9","0,4338" -28/02/2005,02.00.00,"0,6",823.0,-200.0,"1,0",503.0,60.0,1268.0,56.0,755.0,332.0,"4,0","51,0","0,4200" -28/02/2005,03.00.00,"0,4",798.0,-200.0,"0,6",452.0,-200.0,1435.0,-200.0,699.0,280.0,"3,9","48,1","0,3930" -28/02/2005,04.00.00,"0,3",781.0,-200.0,"0,4",425.0,29.0,1609.0,28.0,667.0,261.0,"3,8","48,0","0,3879" -28/02/2005,05.00.00,"0,3",781.0,-200.0,"0,3",409.0,25.0,1664.0,25.0,669.0,252.0,"3,6","50,3","0,4022" -28/02/2005,06.00.00,"0,3",779.0,-200.0,"0,2",402.0,34.0,1665.0,31.0,684.0,257.0,"2,8","52,6","0,3972" -28/02/2005,07.00.00,"0,4",817.0,-200.0,"0,7",462.0,89.0,1378.0,66.0,732.0,308.0,"2,5","52,7","0,3908" -28/02/2005,08.00.00,"1,0",893.0,-200.0,"2,6",629.0,212.0,1015.0,111.0,837.0,456.0,"2,7","50,5","0,3804" -28/02/2005,09.00.00,"1,2",883.0,-200.0,"3,1",659.0,216.0,943.0,122.0,842.0,527.0,"2,7","49,4","0,3714" -28/02/2005,10.00.00,"1,0",839.0,-200.0,"2,3",608.0,191.0,1040.0,115.0,780.0,475.0,"3,3","45,2","0,3540" -28/02/2005,11.00.00,"0,9",809.0,-200.0,"2,0",587.0,200.0,1084.0,123.0,744.0,434.0,"3,1","43,3","0,3354" -28/02/2005,12.00.00,"0,8",805.0,-200.0,"2,0",584.0,164.0,1137.0,119.0,726.0,385.0,"3,7","38,8","0,3123" -28/02/2005,13.00.00,"1,1",840.0,-200.0,"3,1",661.0,185.0,1016.0,125.0,757.0,435.0,"4,0","36,8","0,3016" -28/02/2005,14.00.00,"1,0",812.0,-200.0,"2,9",646.0,156.0,1045.0,110.0,731.0,421.0,"3,7","35,0","0,2823" -28/02/2005,15.00.00,"0,8",782.0,-200.0,"2,1",594.0,155.0,1134.0,111.0,673.0,371.0,"3,4","32,4","0,2563" -28/02/2005,16.00.00,"0,9",799.0,-200.0,"2,5",617.0,158.0,1099.0,114.0,699.0,382.0,"3,3","33,1","0,2592" -28/02/2005,17.00.00,"0,9",812.0,-200.0,"2,8",640.0,166.0,1093.0,114.0,716.0,408.0,"2,6","35,1","0,2618" -28/02/2005,18.00.00,"2,0",922.0,-200.0,"6,7",842.0,268.0,849.0,140.0,858.0,676.0,"2,1","36,6","0,2634" -28/02/2005,19.00.00,"2,4",938.0,-200.0,"8,1",903.0,309.0,790.0,141.0,885.0,798.0,"1,6","37,9","0,2645" -28/02/2005,20.00.00,"2,5",939.0,-200.0,"7,4",872.0,297.0,814.0,142.0,870.0,793.0,"1,4","38,0","0,2615" -28/02/2005,21.00.00,"1,6",827.0,-200.0,"3,6",687.0,225.0,1015.0,123.0,727.0,573.0,"1,0","36,6","0,2456" -28/02/2005,22.00.00,"0,9",776.0,-200.0,"1,9",580.0,122.0,1183.0,90.0,655.0,402.0,"1,1","35,4","0,2382" -28/02/2005,23.00.00,"0,7",755.0,-200.0,"1,4",538.0,100.0,1285.0,79.0,621.0,343.0,"1,0","34,3","0,2292" -01/03/2005,00.00.00,"0,6",766.0,-200.0,"1,2",515.0,86.0,1327.0,69.0,642.0,322.0,"1,0","37,4","0,2487" -01/03/2005,01.00.00,"0,6",762.0,-200.0,"0,9",487.0,71.0,1364.0,60.0,640.0,307.0,"0,7","41,2","0,2693" -01/03/2005,02.00.00,"0,4",736.0,-200.0,"0,6",453.0,39.0,1498.0,37.0,602.0,268.0,"0,2","40,6","0,2566" -01/03/2005,03.00.00,"0,2",715.0,-200.0,"0,2",387.0,-200.0,1791.0,-200.0,559.0,227.0,"0,1","40,0","0,2499" -01/03/2005,04.00.00,"0,2",716.0,-200.0,"0,2",390.0,29.0,1804.0,27.0,551.0,221.0,"-0,1","37,5","0,2326" -01/03/2005,05.00.00,"0,2",731.0,-200.0,"0,3",408.0,32.0,1727.0,30.0,561.0,225.0,"-0,3","38,4","0,2347" -01/03/2005,06.00.00,"0,2",735.0,-200.0,"0,3",407.0,37.0,1677.0,33.0,579.0,232.0,"-0,6","40,1","0,2404" -01/03/2005,07.00.00,"0,5",779.0,-200.0,"1,0",500.0,134.0,1361.0,84.0,652.0,313.0,"-0,6","41,4","0,2478" -01/03/2005,08.00.00,"1,5",915.0,-200.0,"5,2",774.0,358.0,911.0,147.0,839.0,629.0,"-0,2","40,2","0,2478" -01/03/2005,09.00.00,"1,9",905.0,-200.0,"6,1",818.0,354.0,853.0,143.0,840.0,790.0,"0,6","36,8","0,2388" -01/03/2005,10.00.00,"1,4",835.0,-200.0,"3,6",688.0,284.0,988.0,122.0,720.0,630.0,"2,8","30,3","0,2294" -01/03/2005,11.00.00,"0,9",798.0,-200.0,"2,3",609.0,213.0,1122.0,109.0,660.0,472.0,"3,1","29,1","0,2240" -01/03/2005,12.00.00,"0,7",783.0,-200.0,"1,9",580.0,174.0,1181.0,95.0,647.0,378.0,"3,3","29,2","0,2288" -01/03/2005,13.00.00,"0,8",807.0,-200.0,"2,6",623.0,157.0,1097.0,94.0,684.0,384.0,"3,1","31,0","0,2386" -01/03/2005,14.00.00,"1,0",827.0,-200.0,"3,1",660.0,178.0,1030.0,102.0,709.0,426.0,"3,2","30,8","0,2399" -01/03/2005,15.00.00,"0,9",822.0,-200.0,"2,7",632.0,187.0,1074.0,107.0,701.0,442.0,"3,3","31,5","0,2464" -01/03/2005,16.00.00,"1,0",830.0,-200.0,"3,0",655.0,198.0,1045.0,113.0,710.0,467.0,"4,1","28,6","0,2363" -01/03/2005,17.00.00,"0,9",833.0,-200.0,"3,0",653.0,186.0,1073.0,110.0,708.0,448.0,"3,9","29,2","0,2378" -01/03/2005,18.00.00,"1,4",882.0,-200.0,"5,0",766.0,203.0,922.0,116.0,815.0,582.0,"1,9","35,0","0,2494" -01/03/2005,19.00.00,"2,1",967.0,-200.0,"7,5",880.0,313.0,815.0,148.0,887.0,892.0,"1,8","35,4","0,2497" -01/03/2005,20.00.00,"2,8",1009.0,-200.0,"9,5",958.0,342.0,751.0,156.0,935.0,1006.0,"1,4","36,5","0,2503" -01/03/2005,21.00.00,"2,2",911.0,-200.0,"5,3",777.0,310.0,913.0,159.0,796.0,852.0,"0,8","36,3","0,2388" -01/03/2005,22.00.00,"1,0",808.0,-200.0,"2,4",613.0,165.0,1137.0,116.0,672.0,543.0,"0,6","34,1","0,2210" -01/03/2005,23.00.00,"1,1",812.0,-200.0,"2,5",621.0,152.0,1143.0,110.0,669.0,529.0,"0,3","31,9","0,2031" -02/03/2005,00.00.00,"0,9",790.0,-200.0,"2,2",597.0,141.0,1184.0,102.0,637.0,465.0,"0,2","30,2","0,1910" -02/03/2005,01.00.00,"0,8",765.0,-200.0,"1,5",544.0,122.0,1253.0,93.0,601.0,405.0,"0,0","29,7","0,1847" -02/03/2005,02.00.00,"0,6",761.0,-200.0,"1,3",525.0,79.0,1307.0,67.0,605.0,332.0,"-0,1","31,9","0,1975" -02/03/2005,03.00.00,"0,5",788.0,-200.0,"0,9",486.0,-200.0,1294.0,-200.0,650.0,420.0,"-1,1","41,4","0,2379" -02/03/2005,04.00.00,"-200,0",790.0,-200.0,"0,7",471.0,81.0,1302.0,75.0,669.0,532.0,"-1,4","44,9","0,2536" -02/03/2005,05.00.00,"0,4",804.0,-200.0,"0,9",489.0,77.0,1262.0,73.0,698.0,630.0,"-1,3","46,3","0,2635" -02/03/2005,06.00.00,"0,5",831.0,-200.0,"1,4",537.0,124.0,1158.0,96.0,722.0,768.0,"-1,2","47,2","0,2700" -02/03/2005,07.00.00,"0,7",881.0,-200.0,"3,5",680.0,159.0,1023.0,110.0,813.0,866.0,"-1,3","47,5","0,2702" -02/03/2005,08.00.00,"2,4",1099.0,-200.0,"11,0",1013.0,396.0,690.0,150.0,1056.0,1254.0,"-1,9","51,4","0,2801" -02/03/2005,09.00.00,"2,8",1100.0,-200.0,"12,4",1065.0,479.0,669.0,169.0,1072.0,1347.0,"-0,5","45,9","0,2763" -02/03/2005,10.00.00,"2,0",1042.0,-200.0,"8,3",910.0,438.0,774.0,181.0,922.0,1216.0,"4,6","32,5","0,2783" -02/03/2005,11.00.00,"2,2",1026.0,-200.0,"8,9",935.0,466.0,747.0,187.0,942.0,1151.0,"7,5","24,3","0,2528" -02/03/2005,12.00.00,"1,4",905.0,-200.0,"5,7",796.0,288.0,900.0,146.0,767.0,699.0,"9,6","18,8","0,2246" -02/03/2005,13.00.00,"1,2",891.0,-200.0,"5,5",790.0,205.0,927.0,131.0,764.0,584.0,"9,3","18,4","0,2157" -02/03/2005,14.00.00,"1,9",968.0,-200.0,"9,0",938.0,311.0,790.0,161.0,897.0,836.0,"9,7","18,6","0,2244" -02/03/2005,15.00.00,"1,3",909.0,-200.0,"6,3",826.0,246.0,898.0,143.0,802.0,626.0,"10,1","16,7","0,2062" -02/03/2005,16.00.00,"2,0",938.0,-200.0,"9,1",945.0,356.0,804.0,176.0,855.0,878.0,"11,8","13,5","0,1862" -02/03/2005,17.00.00,"2,0",971.0,-200.0,"8,4",917.0,397.0,802.0,178.0,885.0,952.0,"11,6","15,3","0,2086" -02/03/2005,18.00.00,"3,4",1148.0,-200.0,"17,5",1226.0,579.0,624.0,207.0,1126.0,1460.0,"9,1","19,2","0,2225" -02/03/2005,19.00.00,"5,1",1299.0,-200.0,"23,3",1384.0,819.0,523.0,240.0,1325.0,1855.0,"7,2","25,6","0,2611" -02/03/2005,20.00.00,"5,3",1315.0,-200.0,"19,0",1269.0,754.0,551.0,236.0,1282.0,1860.0,"6,1","34,0","0,3237" -02/03/2005,21.00.00,"2,8",1180.0,-200.0,"11,1",1020.0,473.0,656.0,199.0,1054.0,1629.0,"5,1","36,4","0,3230" -02/03/2005,22.00.00,"1,6",1070.0,-200.0,"6,2",821.0,300.0,754.0,170.0,936.0,1454.0,"4,8","39,6","0,3440" -02/03/2005,23.00.00,"1,4",1031.0,-200.0,"5,0",763.0,235.0,818.0,153.0,905.0,1348.0,"5,0","39,6","0,3479" -03/03/2005,00.00.00,"1,4",1047.0,-200.0,"5,3",778.0,207.0,799.0,140.0,907.0,1326.0,"4,1","41,7","0,3456" -03/03/2005,01.00.00,"1,4",1030.0,-200.0,"4,2",724.0,204.0,832.0,138.0,893.0,1285.0,"4,4","43,3","0,3656" -03/03/2005,02.00.00,"1,1",986.0,-200.0,"3,5",682.0,155.0,875.0,117.0,884.0,1205.0,"3,8","45,9","0,3728" -03/03/2005,03.00.00,"0,9",992.0,-200.0,"3,0",655.0,-200.0,876.0,-200.0,887.0,1220.0,"3,6","49,7","0,3960" -03/03/2005,04.00.00,"1,0",1076.0,-200.0,"4,1",715.0,179.0,783.0,119.0,947.0,1448.0,"3,4","56,3","0,4455" -03/03/2005,05.00.00,"1,0",1104.0,-200.0,"4,0",713.0,143.0,754.0,108.0,1001.0,1433.0,"2,9","67,9","0,5183" -03/03/2005,06.00.00,"1,2",1160.0,-200.0,"5,1",770.0,212.0,702.0,121.0,1063.0,1447.0,"2,8","74,1","0,5618" -03/03/2005,07.00.00,"1,4",1217.0,-200.0,"6,7",846.0,263.0,650.0,136.0,1120.0,1481.0,"2,9","75,6","0,5742" -03/03/2005,08.00.00,"3,0",1457.0,-200.0,"15,6",1167.0,648.0,496.0,175.0,1422.0,1785.0,"3,8","72,4","0,5867" -03/03/2005,09.00.00,"4,2",1337.0,-200.0,"17,1",1212.0,717.0,529.0,211.0,1406.0,1756.0,"5,9","50,2","0,4706" -03/03/2005,10.00.00,"2,1",1111.0,-200.0,"8,8",931.0,389.0,687.0,186.0,1069.0,1368.0,"7,3","39,4","0,4035" -03/03/2005,11.00.00,"2,0",1165.0,-200.0,"6,9",852.0,438.0,692.0,177.0,1155.0,1197.0,"3,6","75,9","0,6055" -03/03/2005,12.00.00,"1,6",1129.0,-200.0,"5,4",783.0,282.0,757.0,147.0,1127.0,1084.0,"3,6","78,6","0,6283" -03/03/2005,13.00.00,"1,4",1092.0,-200.0,"4,9",759.0,268.0,773.0,150.0,1088.0,1039.0,"5,3","69,2","0,6213" -03/03/2005,14.00.00,"1,6",1096.0,-200.0,"5,3",777.0,248.0,767.0,148.0,1107.0,961.0,"6,1","66,0","0,6255" -03/03/2005,15.00.00,"1,5",1108.0,-200.0,"5,4",783.0,272.0,758.0,151.0,1115.0,964.0,"6,0","70,1","0,6577" -03/03/2005,16.00.00,"1,7",1124.0,-200.0,"5,5",787.0,291.0,740.0,151.0,1147.0,941.0,"6,3","72,1","0,6907" -03/03/2005,17.00.00,"1,9",1216.0,-200.0,"7,5",879.0,363.0,670.0,165.0,1252.0,1111.0,"6,3","75,7","0,7252" -03/03/2005,18.00.00,"3,8",1437.0,-200.0,"16,7",1202.0,660.0,507.0,197.0,1510.0,1459.0,"5,6","80,4","0,7382" -03/03/2005,19.00.00,"5,4",1473.0,-200.0,"18,2",1245.0,907.0,476.0,228.0,1539.0,1519.0,"4,9","82,4","0,7201" -03/03/2005,20.00.00,"4,2",1396.0,-200.0,"15,5",1164.0,639.0,508.0,196.0,1488.0,1412.0,"4,3","84,0","0,7051" -03/03/2005,21.00.00,"3,8",1285.0,-200.0,"10,9",1013.0,574.0,568.0,192.0,1331.0,1336.0,"4,3","83,6","0,7025" -03/03/2005,22.00.00,"2,3",1206.0,-200.0,"8,7",928.0,373.0,621.0,161.0,1235.0,1285.0,"4,6","82,5","0,7066" -03/03/2005,23.00.00,"2,1",1179.0,-200.0,"7,3",868.0,330.0,664.0,156.0,1205.0,1240.0,"4,4","82,0","0,6938" -04/03/2005,00.00.00,"2,3",1213.0,-200.0,"7,5",877.0,336.0,654.0,158.0,1206.0,1282.0,"4,3","80,9","0,6791" -04/03/2005,01.00.00,"2,3",1142.0,-200.0,"6,8",849.0,347.0,680.0,154.0,1173.0,1189.0,"4,1","81,2","0,6721" -04/03/2005,02.00.00,"1,7",1089.0,-200.0,"4,7",750.0,241.0,765.0,138.0,1108.0,1117.0,"3,9","80,9","0,6613" -04/03/2005,03.00.00,"1,2",982.0,-200.0,"2,5",617.0,-200.0,891.0,-200.0,977.0,1024.0,"4,5","70,6","0,6004" -04/03/2005,04.00.00,"0,6",888.0,-200.0,"1,3",526.0,96.0,1134.0,92.0,912.0,744.0,"4,5","65,1","0,5547" -04/03/2005,05.00.00,"0,9",979.0,-200.0,"2,2",602.0,147.0,925.0,103.0,993.0,928.0,"4,0","75,2","0,6161" -04/03/2005,06.00.00,"1,1",1023.0,-200.0,"3,6",690.0,210.0,833.0,117.0,1049.0,1006.0,"3,7","76,4","0,6164" -04/03/2005,07.00.00,"1,9",1153.0,-200.0,"7,5",878.0,409.0,682.0,139.0,1180.0,1173.0,"3,1","77,3","0,5985" -04/03/2005,08.00.00,"3,7",1393.0,-200.0,"16,8",1204.0,719.0,506.0,167.0,1497.0,1568.0,"3,7","74,4","0,5992" -04/03/2005,09.00.00,"6,1",1567.0,-200.0,"28,0",1502.0,959.0,399.0,205.0,1848.0,1913.0,"5,0","69,4","0,6118" -04/03/2005,10.00.00,"4,6",1334.0,-200.0,"15,8",1174.0,744.0,524.0,216.0,1432.0,1643.0,"6,5","60,9","0,5919" -04/03/2005,11.00.00,"3,3",1280.0,-200.0,"15,5",1165.0,583.0,533.0,192.0,1435.0,1605.0,"7,6","59,8","0,6245" -04/03/2005,12.00.00,"3,3",1330.0,-200.0,"14,9",1145.0,597.0,537.0,188.0,1399.0,1668.0,"8,6","57,6","0,6471" -04/03/2005,13.00.00,"3,4",1349.0,-200.0,"16,4",1193.0,550.0,507.0,189.0,1493.0,1710.0,"10,9","52,4","0,6826" -04/03/2005,14.00.00,"3,6",1349.0,-200.0,"15,6",1167.0,499.0,515.0,192.0,1443.0,1632.0,"12,3","48,3","0,6871" -04/03/2005,15.00.00,"3,9",1344.0,-200.0,"16,1",1182.0,470.0,525.0,194.0,1411.0,1545.0,"12,5","43,4","0,6298" -04/03/2005,16.00.00,"4,8",1337.0,-200.0,"16,6",1198.0,568.0,521.0,217.0,1401.0,1557.0,"11,9","42,3","0,5902" -04/03/2005,17.00.00,"3,9",1316.0,-200.0,"15,9",1177.0,525.0,544.0,178.0,1392.0,1529.0,"12,3","41,2","0,5867" -04/03/2005,18.00.00,"3,6",1253.0,-200.0,"13,3",1094.0,481.0,575.0,183.0,1327.0,1430.0,"10,8","48,1","0,6235" -04/03/2005,19.00.00,"3,6",1258.0,-200.0,"14,9",1144.0,414.0,558.0,189.0,1336.0,1509.0,"8,9","52,5","0,5996" -04/03/2005,20.00.00,"4,6",1326.0,-200.0,"18,5",1253.0,565.0,514.0,225.0,1479.0,1615.0,"8,4","54,7","0,6057" -04/03/2005,21.00.00,"2,3",1109.0,-200.0,"7,9",896.0,303.0,710.0,175.0,1132.0,1242.0,"7,5","58,7","0,6112" -04/03/2005,22.00.00,"1,6",1029.0,-200.0,"5,0",762.0,221.0,820.0,153.0,1049.0,1065.0,"6,9","60,0","0,5977" -04/03/2005,23.00.00,"1,8",1112.0,-200.0,"6,5",833.0,260.0,759.0,156.0,1104.0,1180.0,"6,6","61,3","0,5995" -05/03/2005,00.00.00,"2,2",1100.0,-200.0,"6,0",810.0,327.0,768.0,172.0,1070.0,1158.0,"6,3","59,8","0,5761" -05/03/2005,01.00.00,"2,1",1136.0,-200.0,"6,8",849.0,344.0,715.0,164.0,1132.0,1216.0,"5,4","65,8","0,5935" -05/03/2005,02.00.00,"1,7",1000.0,-200.0,"4,0",712.0,270.0,848.0,157.0,989.0,971.0,"5,8","59,6","0,5523" -05/03/2005,03.00.00,"1,5",1041.0,-200.0,"4,4",732.0,-200.0,789.0,-200.0,1003.0,1076.0,"4,9","62,6","0,5477" -05/03/2005,04.00.00,"-200,0",1009.0,-200.0,"4,0",710.0,191.0,819.0,136.0,974.0,1011.0,"4,4","63,9","0,5385" -05/03/2005,05.00.00,"1,1",975.0,-200.0,"3,5",681.0,136.0,889.0,110.0,948.0,813.0,"4,2","62,5","0,5191" -05/03/2005,06.00.00,"1,1",993.0,-200.0,"4,3",727.0,194.0,810.0,128.0,989.0,1001.0,"3,1","68,6","0,5302" -05/03/2005,07.00.00,"0,8",872.0,-200.0,"2,0",587.0,168.0,1082.0,132.0,866.0,655.0,"4,6","54,6","0,4682" -05/03/2005,08.00.00,"1,3",1017.0,-200.0,"6,1",818.0,254.0,842.0,156.0,1034.0,933.0,"5,0","54,5","0,4788" -05/03/2005,09.00.00,"2,3",1070.0,-200.0,"8,7",928.0,410.0,701.0,185.0,1112.0,1088.0,"7,0","48,1","0,4847" -05/03/2005,10.00.00,"1,1",915.0,-200.0,"3,1",658.0,166.0,957.0,121.0,866.0,562.0,"10,0","37,7","0,4643" -05/03/2005,11.00.00,"1,1",978.0,-200.0,"5,2",772.0,162.0,870.0,117.0,955.0,586.0,"13,0","30,3","0,4520" -05/03/2005,12.00.00,"1,5",968.0,-200.0,"5,3",777.0,188.0,830.0,133.0,929.0,617.0,"14,0","28,1","0,4476" -05/03/2005,13.00.00,"1,6",1008.0,-200.0,"6,7",843.0,199.0,787.0,136.0,998.0,705.0,"13,3","28,9","0,4399" -05/03/2005,14.00.00,"2,2",1025.0,-200.0,"8,3",913.0,272.0,724.0,162.0,1035.0,814.0,"13,4","29,0","0,4436" -05/03/2005,15.00.00,"1,5",983.0,-200.0,"5,9",806.0,180.0,820.0,132.0,966.0,615.0,"13,5","28,3","0,4374" -05/03/2005,16.00.00,"1,8",1018.0,-200.0,"7,3",868.0,255.0,751.0,162.0,1015.0,804.0,"13,0","29,7","0,4420" -05/03/2005,17.00.00,"2,0",1101.0,-200.0,"8,4",916.0,251.0,721.0,159.0,1125.0,861.0,"11,6","38,7","0,5271" -05/03/2005,18.00.00,"1,9",1116.0,-200.0,"7,7",888.0,258.0,695.0,156.0,1176.0,980.0,"8,6","56,3","0,6312" -05/03/2005,19.00.00,"2,5",1161.0,-200.0,"9,1",945.0,344.0,654.0,177.0,1205.0,1077.0,"8,5","57,9","0,6435" -05/03/2005,20.00.00,"2,6",1212.0,-200.0,"10,9",1010.0,380.0,622.0,185.0,1284.0,1214.0,"7,8","63,4","0,6735" -05/03/2005,21.00.00,"3,2",1225.0,-200.0,"10,2",985.0,464.0,635.0,199.0,1255.0,1169.0,"7,2","69,5","0,7084" -05/03/2005,22.00.00,"2,2",1154.0,-200.0,"7,8",891.0,304.0,697.0,166.0,1197.0,1079.0,"6,5","74,7","0,7248" -05/03/2005,23.00.00,"1,9",1140.0,-200.0,"7,0",856.0,258.0,707.0,152.0,1171.0,1147.0,"6,5","73,9","0,7224" -06/03/2005,00.00.00,"2,4",1201.0,-200.0,"9,2",949.0,358.0,665.0,170.0,1220.0,1260.0,"6,8","72,1","0,7143" -06/03/2005,01.00.00,"1,8",1011.0,-200.0,"4,6",742.0,278.0,842.0,160.0,998.0,929.0,"7,0","60,0","0,6055" -06/03/2005,02.00.00,"0,9",867.0,-200.0,"2,1",590.0,116.0,1088.0,100.0,826.0,465.0,"7,2","47,8","0,4870" -06/03/2005,03.00.00,"0,8",856.0,-200.0,"1,5",545.0,-200.0,1166.0,-200.0,803.0,398.0,"7,2","47,3","0,4830" -06/03/2005,04.00.00,"0,7",859.0,-200.0,"1,3",527.0,60.0,1203.0,57.0,810.0,342.0,"6,8","52,9","0,5245" -06/03/2005,05.00.00,"0,6",859.0,-200.0,"0,8",479.0,51.0,1285.0,48.0,822.0,313.0,"5,8","65,0","0,6029" -06/03/2005,06.00.00,"0,5",842.0,-200.0,"0,6",454.0,33.0,1433.0,32.0,788.0,292.0,"5,8","59,4","0,5502" -06/03/2005,07.00.00,"0,6",856.0,-200.0,"1,1",505.0,80.0,1246.0,72.0,833.0,367.0,"5,5","58,3","0,5290" -06/03/2005,08.00.00,"0,6",867.0,-200.0,"1,0",500.0,103.0,1219.0,86.0,818.0,387.0,"5,9","54,8","0,5119" -06/03/2005,09.00.00,"0,7",877.0,-200.0,"1,5",541.0,93.0,1148.0,79.0,829.0,399.0,"7,3","48,7","0,5007" -06/03/2005,10.00.00,"0,7",869.0,-200.0,"1,4",535.0,108.0,1162.0,87.0,783.0,376.0,"9,4","39,9","0,4707" -06/03/2005,11.00.00,"0,9",900.0,-200.0,"2,0",582.0,107.0,1081.0,85.0,792.0,377.0,"11,2","33,8","0,4490" -06/03/2005,12.00.00,"1,0",899.0,-200.0,"2,3",603.0,122.0,1055.0,97.0,782.0,379.0,"12,3","29,9","0,4255" -06/03/2005,13.00.00,"1,0",895.0,-200.0,"2,6",624.0,122.0,1002.0,96.0,787.0,387.0,"14,8","23,7","0,3945" -06/03/2005,14.00.00,"1,4",992.0,-200.0,"6,7",844.0,156.0,830.0,113.0,990.0,552.0,"13,1","26,6","0,3990" -06/03/2005,15.00.00,"3,0",1104.0,-200.0,"13,3",1095.0,246.0,609.0,163.0,1210.0,930.0,"13,3","25,7","0,3914" -06/03/2005,16.00.00,"1,5",933.0,-200.0,"4,0",711.0,205.0,912.0,146.0,850.0,554.0,"12,0","27,7","0,3885" -06/03/2005,17.00.00,"1,7",973.0,-200.0,"5,3",778.0,257.0,839.0,167.0,916.0,723.0,"11,5","30,1","0,4067" -06/03/2005,18.00.00,"2,3",1069.0,-200.0,"8,6",923.0,228.0,735.0,162.0,1036.0,875.0,"10,1","33,2","0,4115" -06/03/2005,19.00.00,"2,5",1055.0,-200.0,"6,2",821.0,321.0,797.0,194.0,942.0,949.0,"8,6","38,1","0,4282" -06/03/2005,20.00.00,"2,1",1032.0,-200.0,"5,3",778.0,270.0,834.0,185.0,926.0,869.0,"8,0","41,2","0,4433" -06/03/2005,21.00.00,"1,5",982.0,-200.0,"4,1",714.0,203.0,879.0,158.0,905.0,747.0,"7,5","43,8","0,4551" -06/03/2005,22.00.00,"1,4",968.0,-200.0,"3,5",680.0,201.0,918.0,156.0,891.0,740.0,"6,8","46,9","0,4650" -06/03/2005,23.00.00,"1,4",979.0,-200.0,"4,1",718.0,207.0,883.0,157.0,903.0,807.0,"6,1","46,3","0,4394" -07/03/2005,00.00.00,"1,4",935.0,-200.0,"3,2",666.0,180.0,939.0,141.0,836.0,653.0,"5,6","45,5","0,4187" -07/03/2005,01.00.00,"1,2",942.0,-200.0,"3,2",666.0,140.0,960.0,116.0,848.0,553.0,"5,4","48,8","0,4393" -07/03/2005,02.00.00,"0,9",883.0,-200.0,"1,7",561.0,93.0,1080.0,84.0,785.0,412.0,"5,1","51,2","0,4534" -07/03/2005,03.00.00,"0,6",841.0,-200.0,"0,7",470.0,-200.0,1311.0,-200.0,708.0,289.0,"5,3","51,0","0,4563" -07/03/2005,04.00.00,"0,4",843.0,-200.0,"0,5",443.0,35.0,1490.0,34.0,730.0,262.0,"5,2","57,2","0,5094" -07/03/2005,05.00.00,"0,4",872.0,-200.0,"0,6",460.0,47.0,1359.0,45.0,755.0,288.0,"4,5","63,1","0,5381" -07/03/2005,06.00.00,"0,5",862.0,-200.0,"0,8",474.0,68.0,1312.0,59.0,753.0,310.0,"5,2","54,5","0,4860" -07/03/2005,07.00.00,"0,7",917.0,-200.0,"1,7",562.0,131.0,1099.0,99.0,827.0,418.0,"5,6","51,3","0,4712" -07/03/2005,08.00.00,"1,5",1022.0,-200.0,"5,2",771.0,289.0,812.0,165.0,941.0,769.0,"5,9","45,4","0,4244" -07/03/2005,09.00.00,"1,9",1022.0,-200.0,"6,6",837.0,322.0,755.0,168.0,978.0,881.0,"6,9","41,3","0,4145" -07/03/2005,10.00.00,"1,6",961.0,-200.0,"5,5",789.0,330.0,839.0,169.0,910.0,816.0,"8,6","34,2","0,3834" -07/03/2005,11.00.00,"1,4",912.0,-200.0,"4,4",731.0,339.0,912.0,162.0,811.0,684.0,"9,6","27,7","0,3308" -07/03/2005,12.00.00,"1,3",896.0,-200.0,"4,4",731.0,316.0,911.0,155.0,799.0,627.0,"10,6","25,3","0,3224" -07/03/2005,13.00.00,"1,3",890.0,-200.0,"4,3",726.0,218.0,921.0,136.0,779.0,523.0,"10,2","25,6","0,3181" -07/03/2005,14.00.00,"1,2",891.0,-200.0,"4,5",740.0,177.0,919.0,124.0,788.0,502.0,"10,0","25,2","0,3079" -07/03/2005,15.00.00,"1,3",894.0,-200.0,"4,5",737.0,278.0,913.0,158.0,805.0,604.0,"9,7","25,7","0,3088" -07/03/2005,16.00.00,"1,4",907.0,-200.0,"4,8",753.0,313.0,886.0,167.0,819.0,682.0,"9,7","26,8","0,3226" -07/03/2005,17.00.00,"1,7",973.0,-200.0,"6,3",827.0,351.0,825.0,176.0,888.0,846.0,"9,4","27,3","0,3216" -07/03/2005,18.00.00,"2,5",1035.0,-200.0,"9,6",961.0,374.0,726.0,204.0,985.0,1027.0,"7,9","28,0","0,2999" -07/03/2005,19.00.00,"3,8",1146.0,-200.0,"15,0",1147.0,431.0,621.0,209.0,1148.0,1315.0,"6,9","30,7","0,3066" -07/03/2005,20.00.00,"4,2",1176.0,-200.0,"15,4",1162.0,468.0,600.0,224.0,1137.0,1363.0,"6,1","33,3","0,3152" -07/03/2005,21.00.00,"2,8",1057.0,-200.0,"8,9",935.0,368.0,720.0,211.0,982.0,1236.0,"5,0","37,4","0,3290" -07/03/2005,22.00.00,"1,5",974.0,-200.0,"5,0",763.0,239.0,861.0,174.0,865.0,1076.0,"4,2","40,9","0,3417" -07/03/2005,23.00.00,"1,8",1044.0,-200.0,"6,5",834.0,292.0,781.0,181.0,924.0,1200.0,"3,9","43,5","0,3538" -08/03/2005,00.00.00,"1,5",988.0,-200.0,"4,4",734.0,205.0,860.0,157.0,868.0,1081.0,"3,0","47,7","0,3658" -08/03/2005,01.00.00,"1,5",1016.0,-200.0,"5,3",781.0,255.0,799.0,154.0,918.0,1174.0,"2,5","52,1","0,3855" -08/03/2005,02.00.00,"1,2",929.0,-200.0,"3,1",659.0,220.0,920.0,147.0,851.0,1033.0,"2,0","53,5","0,3831" -08/03/2005,03.00.00,"0,8",876.0,-200.0,"1,9",576.0,-200.0,1040.0,-200.0,815.0,900.0,"1,0","56,7","0,3803" -08/03/2005,04.00.00,"-200,0",872.0,-200.0,"1,7",558.0,114.0,1054.0,101.0,807.0,853.0,"0,5","59,4","0,3841" -08/03/2005,05.00.00,"0,7",888.0,-200.0,"1,9",574.0,153.0,1035.0,114.0,820.0,886.0,"1,4","56,8","0,3903" -08/03/2005,06.00.00,"0,7",927.0,-200.0,"2,8",638.0,224.0,949.0,134.0,846.0,949.0,"0,9","58,4","0,3880" -08/03/2005,07.00.00,"1,3",991.0,-200.0,"5,5",786.0,295.0,817.0,144.0,931.0,1037.0,"0,3","61,0","0,3881" -08/03/2005,08.00.00,"3,4",1317.0,-200.0,"18,3",1247.0,667.0,558.0,182.0,1360.0,1571.0,"0,9","59,1","0,3913" -08/03/2005,09.00.00,"5,5",1402.0,-200.0,"26,3",1462.0,867.0,449.0,223.0,1599.0,1885.0,"4,1","47,9","0,3959" -08/03/2005,10.00.00,"4,1",1222.0,-200.0,"16,3",1188.0,666.0,554.0,219.0,1265.0,1683.0,"7,7","34,6","0,3652" -08/03/2005,11.00.00,"3,0",1109.0,-200.0,"12,3",1060.0,595.0,650.0,215.0,1091.0,1412.0,"10,9","25,7","0,3341" -08/03/2005,12.00.00,"1,9",959.0,-200.0,"7,4",875.0,421.0,797.0,191.0,864.0,1006.0,"13,7","17,4","0,2715" -08/03/2005,13.00.00,"1,8",964.0,-200.0,"8,1",902.0,292.0,780.0,162.0,882.0,855.0,"14,0","16,8","0,2672" -08/03/2005,14.00.00,"2,1",1006.0,-200.0,"10,8",1006.0,308.0,705.0,165.0,988.0,964.0,"14,1","17,0","0,2729" -08/03/2005,15.00.00,"2,3",1002.0,-200.0,"9,7",968.0,347.0,732.0,171.0,920.0,886.0,"15,0","15,8","0,2678" -08/03/2005,16.00.00,"2,3",997.0,-200.0,"9,9",975.0,377.0,739.0,164.0,926.0,947.0,"16,5","14,9","0,2775" -08/03/2005,17.00.00,"2,0",1019.0,-200.0,"9,6",964.0,325.0,729.0,168.0,957.0,984.0,"15,8","16,7","0,2972" -08/03/2005,18.00.00,"3,1",1192.0,-200.0,"16,5",1196.0,508.0,581.0,204.0,1222.0,1450.0,"13,2","23,9","0,3597" -08/03/2005,19.00.00,"5,1",1399.0,-200.0,"23,4",1387.0,768.0,487.0,242.0,1499.0,1837.0,"11,0","33,8","0,4436" -08/03/2005,20.00.00,"5,9",1419.0,-200.0,"24,2",1408.0,764.0,466.0,246.0,1531.0,1899.0,"9,5","39,0","0,4644" -08/03/2005,21.00.00,"3,2",1250.0,-200.0,"13,3",1094.0,500.0,600.0,215.0,1198.0,1629.0,"8,5","42,4","0,4716" -08/03/2005,22.00.00,"2,4",1156.0,-200.0,"8,4",916.0,463.0,687.0,206.0,1055.0,1490.0,"7,5","44,0","0,4564" -08/03/2005,23.00.00,"1,4",1064.0,-200.0,"5,4",783.0,258.0,785.0,167.0,954.0,1319.0,"6,6","46,0","0,4505" -09/03/2005,00.00.00,"1,4",1066.0,-200.0,"5,2",771.0,214.0,795.0,145.0,949.0,1247.0,"5,5","49,6","0,4526" -09/03/2005,01.00.00,"1,3",1031.0,-200.0,"4,6",741.0,191.0,821.0,133.0,927.0,1144.0,"4,9","52,2","0,4567" -09/03/2005,02.00.00,"1,0",973.0,-200.0,"3,2",663.0,154.0,889.0,117.0,887.0,1014.0,"4,6","53,5","0,4584" -09/03/2005,03.00.00,"0,8",937.0,-200.0,"2,2",600.0,-200.0,985.0,-200.0,873.0,885.0,"4,7","53,1","0,4589" -09/03/2005,04.00.00,"0,8",930.0,-200.0,"2,5",616.0,113.0,969.0,90.0,893.0,875.0,"3,8","56,8","0,4614" -09/03/2005,05.00.00,"0,9",949.0,-200.0,"2,8",640.0,167.0,902.0,112.0,909.0,971.0,"2,3","63,5","0,4630" -09/03/2005,06.00.00,"0,9",979.0,-200.0,"3,9",707.0,235.0,851.0,120.0,959.0,1048.0,"2,0","64,9","0,4657" -09/03/2005,07.00.00,"1,7",1094.0,-200.0,"7,2",865.0,372.0,708.0,141.0,1061.0,1223.0,"2,0","65,3","0,4688" -09/03/2005,08.00.00,"4,3",1450.0,-200.0,"20,9",1322.0,877.0,490.0,190.0,1497.0,1756.0,"3,3","61,6","0,4829" -09/03/2005,09.00.00,"6,0",1508.0,-200.0,"27,0",1479.0,900.0,419.0,215.0,1685.0,2014.0,"5,7","52,5","0,4851" -09/03/2005,10.00.00,"3,8",1374.0,-200.0,"18,5",1255.0,733.0,504.0,215.0,1375.0,1855.0,"8,3","43,5","0,4774" -09/03/2005,11.00.00,"3,3",1308.0,-200.0,"14,0",1117.0,691.0,549.0,235.0,1261.0,1795.0,"10,5","38,9","0,4926" -09/03/2005,12.00.00,"2,3",1249.0,-200.0,"10,5",996.0,457.0,593.0,194.0,1198.0,1575.0,"14,5","33,4","0,5488" -09/03/2005,13.00.00,"2,4",1282.0,-200.0,"11,2",1023.0,369.0,573.0,159.0,1305.0,1461.0,"15,7","34,6","0,6147" -09/03/2005,14.00.00,"2,2",1253.0,-200.0,"10,3",988.0,285.0,589.0,123.0,1292.0,1314.0,"16,1","36,3","0,6593" -09/03/2005,15.00.00,"1,9",1222.0,-200.0,"8,6",924.0,279.0,612.0,121.0,1216.0,1147.0,"17,3","34,5","0,6728" -09/03/2005,16.00.00,"1,7",1201.0,-200.0,"7,6",882.0,198.0,638.0,102.0,1189.0,948.0,"17,6","34,1","0,6781" -09/03/2005,17.00.00,"1,9",1238.0,-200.0,"10,2",985.0,229.0,592.0,114.0,1271.0,1252.0,"18,0","33,1","0,6779" -09/03/2005,18.00.00,"3,8",1434.0,-200.0,"17,8",1234.0,477.0,476.0,168.0,1520.0,1676.0,"14,6","41,0","0,6792" -09/03/2005,19.00.00,"5,3",1573.0,-200.0,"25,3",1436.0,679.0,407.0,207.0,1747.0,2056.0,"12,8","46,2","0,6794" -09/03/2005,20.00.00,"5,9",1552.0,-200.0,"24,4",1413.0,682.0,407.0,199.0,1724.0,2088.0,"11,5","53,9","0,7312" -09/03/2005,21.00.00,"5,5",1510.0,-200.0,"20,0",1297.0,679.0,458.0,192.0,1606.0,1945.0,"10,6","58,8","0,7512" -09/03/2005,22.00.00,"2,0",1165.0,-200.0,"7,3",870.0,298.0,671.0,148.0,1181.0,1482.0,"9,7","60,0","0,7238" -09/03/2005,23.00.00,"1,8",1177.0,-200.0,"6,6",837.0,265.0,670.0,137.0,1161.0,1448.0,"8,3","64,2","0,7071" -10/03/2005,00.00.00,"1,6",1135.0,-200.0,"5,7",800.0,196.0,705.0,123.0,1130.0,1304.0,"7,8","65,5","0,6961" -10/03/2005,01.00.00,"1,3",1070.0,-200.0,"4,5",739.0,155.0,767.0,109.0,1070.0,1186.0,"7,5","65,9","0,6868" -10/03/2005,02.00.00,"1,1",1034.0,-200.0,"4,1",715.0,131.0,801.0,98.0,1067.0,1051.0,"6,1","72,1","0,6847" -10/03/2005,03.00.00,"1,1",1014.0,-200.0,"4,4",731.0,-200.0,784.0,-200.0,1062.0,1038.0,"4,6","78,2","0,6684" -10/03/2005,04.00.00,"1,0",988.0,-200.0,"3,3",673.0,165.0,838.0,94.0,1034.0,969.0,"4,0","80,9","0,6670" -10/03/2005,05.00.00,"0,8",975.0,-200.0,"3,3",668.0,169.0,874.0,95.0,1020.0,951.0,"4,2","79,1","0,6611" -10/03/2005,06.00.00,"0,9",984.0,-200.0,"3,5",681.0,224.0,852.0,101.0,1020.0,970.0,"5,3","73,2","0,6577" -10/03/2005,07.00.00,"1,3",1092.0,-200.0,"6,4",831.0,249.0,720.0,100.0,1143.0,1090.0,"4,3","76,1","0,6395" -10/03/2005,08.00.00,"4,1",1454.0,-200.0,"20,1",1299.0,863.0,457.0,150.0,1606.0,1673.0,"4,8","74,6","0,6470" -10/03/2005,09.00.00,"3,9",1446.0,-200.0,"21,2",1328.0,665.0,439.0,168.0,1620.0,1833.0,"7,5","64,5","0,6702" -10/03/2005,10.00.00,"3,5",1316.0,-200.0,"13,7",1105.0,670.0,511.0,199.0,1372.0,1828.0,"11,7","49,3","0,6772" -10/03/2005,11.00.00,"2,7",1283.0,-200.0,"11,7",1039.0,500.0,549.0,168.0,1308.0,1724.0,"14,7","41,2","0,6857" -10/03/2005,12.00.00,"2,3",1223.0,-200.0,"10,6",999.0,428.0,578.0,161.0,1258.0,1547.0,"17,4","33,2","0,6535" -10/03/2005,13.00.00,"2,3",1176.0,-200.0,"9,8",969.0,-200.0,612.0,-200.0,1196.0,1300.0,"18,8","26,2","0,5637" -10/03/2005,14.00.00,"2,1",1041.0,-200.0,"9,1",945.0,306.0,692.0,145.0,1082.0,1000.0,"19,1","18,1","0,3955" -10/03/2005,15.00.00,"2,2",1008.0,-200.0,"9,2",946.0,334.0,705.0,148.0,1016.0,942.0,"19,5","15,3","0,3431" -10/03/2005,16.00.00,"1,8",962.0,-200.0,"5,9",807.0,268.0,821.0,131.0,901.0,745.0,"20,2","14,4","0,3370" -10/03/2005,17.00.00,"1,9",1048.0,-200.0,"8,6",925.0,284.0,721.0,137.0,1022.0,941.0,"19,8","16,0","0,3632" -10/03/2005,18.00.00,"2,7",1145.0,-200.0,"12,7",1074.0,393.0,593.0,163.0,1186.0,1232.0,"16,5","21,6","0,4012" -10/03/2005,19.00.00,"4,7",1198.0,-200.0,"19,8",1291.0,603.0,531.0,219.0,1295.0,1527.0,"14,5","18,3","0,2996" -10/03/2005,20.00.00,"5,4",1319.0,-200.0,"23,8",1399.0,757.0,497.0,245.0,1458.0,1746.0,"12,8","22,8","0,3364" -10/03/2005,21.00.00,"4,2",1274.0,-200.0,"14,6",1136.0,684.0,547.0,229.0,1233.0,1741.0,"11,5","35,9","0,4862" -10/03/2005,22.00.00,"2,1",1085.0,-200.0,"7,6",882.0,426.0,705.0,184.0,985.0,1433.0,"9,5","34,6","0,4110" -10/03/2005,23.00.00,"1,4",1017.0,-200.0,"4,9",760.0,254.0,806.0,151.0,922.0,1235.0,"8,3","38,2","0,4203" -11/03/2005,00.00.00,"1,4",1039.0,-200.0,"5,2",774.0,227.0,786.0,133.0,949.0,1173.0,"7,7","41,7","0,4387" -11/03/2005,01.00.00,"1,4",1027.0,-200.0,"4,8",751.0,221.0,798.0,135.0,936.0,1171.0,"6,8","44,9","0,4472" -11/03/2005,02.00.00,"1,0",952.0,-200.0,"3,2",662.0,155.0,905.0,111.0,887.0,1024.0,"5,7","49,4","0,4551" -11/03/2005,03.00.00,"0,8",930.0,-200.0,"2,4",609.0,120.0,968.0,90.0,864.0,928.0,"5,7","50,1","0,4629" -11/03/2005,04.00.00,"-200,0",942.0,-200.0,"3,2",665.0,134.0,923.0,91.0,912.0,956.0,"4,4","56,4","0,4761" -11/03/2005,05.00.00,"0,7",897.0,-200.0,"2,1",594.0,128.0,999.0,89.0,870.0,871.0,"4,9","55,2","0,4807" -11/03/2005,06.00.00,"0,6",928.0,-200.0,"2,7",631.0,148.0,985.0,89.0,908.0,884.0,"4,5","56,3","0,4800" -11/03/2005,07.00.00,"0,2",987.0,-200.0,"4,5",738.0,233.0,833.0,117.0,957.0,1010.0,"3,8","59,7","0,4839" -11/03/2005,08.00.00,"1,5",1272.0,-200.0,"13,8",1111.0,470.0,563.0,141.0,1279.0,1416.0,"4,3","58,6","0,4915" -11/03/2005,09.00.00,"3,5",1452.0,-200.0,"22,7",1370.0,679.0,445.0,189.0,1581.0,1817.0,"7,1","50,0","0,5067" -11/03/2005,10.00.00,"3,0",1415.0,-200.0,"19,3",1278.0,796.0,483.0,211.0,1399.0,1870.0,"11,1","38,4","0,5066" -11/03/2005,11.00.00,"3,0",-200.0,-200.0,"-200,0",-200.0,812.0,-200.0,235.0,-200.0,-200.0,-200,-200,-200 -11/03/2005,12.00.00,"1,0",1203.0,-200.0,"9,3",951.0,339.0,618.0,162.0,1162.0,1305.0,"17,2","30,6","0,5949" -11/03/2005,13.00.00,"1,5",1258.0,-200.0,"12,1",1052.0,354.0,551.0,172.0,1297.0,1205.0,"17,8","33,3","0,6741" -11/03/2005,14.00.00,"2,2",1328.0,-200.0,"14,2",1123.0,466.0,508.0,182.0,1404.0,1339.0,"18,8","31,8","0,6853" -11/03/2005,15.00.00,"1,7",1260.0,-200.0,"12,3",1059.0,417.0,544.0,180.0,1319.0,1161.0,"19,3","29,9","0,6604" -11/03/2005,16.00.00,"1,1",1201.0,-200.0,"10,2",985.0,289.0,585.0,156.0,1252.0,996.0,"18,8","31,5","0,6752" -11/03/2005,17.00.00,"1,3",1161.0,-200.0,"10,4",992.0,324.0,601.0,168.0,1211.0,906.0,"18,2","28,1","0,5817" -11/03/2005,18.00.00,"1,5",1254.0,-200.0,"13,9",1112.0,376.0,533.0,181.0,1349.0,1161.0,"16,0","35,3","0,6356" -11/03/2005,19.00.00,"3,4",1452.0,-200.0,"23,1",1381.0,619.0,428.0,226.0,1661.0,1695.0,"13,8","43,6","0,6825" -11/03/2005,20.00.00,"3,8",1438.0,-200.0,"22,8",1374.0,689.0,435.0,231.0,1640.0,1705.0,"12,9","48,8","0,7250" -11/03/2005,21.00.00,"2,8",1273.0,-200.0,"13,4",1096.0,582.0,553.0,222.0,1350.0,1379.0,"12,8","49,3","0,7277" -11/03/2005,22.00.00,"0,8",1096.0,-200.0,"6,8",850.0,287.0,690.0,165.0,1146.0,943.0,"12,2","50,9","0,7202" -11/03/2005,23.00.00,"0,5",1151.0,-200.0,"6,0",813.0,238.0,702.0,151.0,1156.0,1073.0,"10,6","55,9","0,7138" -12/03/2005,00.00.00,"1,0",1189.0,-200.0,"5,7",797.0,312.0,688.0,174.0,1157.0,1213.0,"10,3","55,9","0,7014" -12/03/2005,01.00.00,"0,4",1078.0,-200.0,"3,9",704.0,231.0,765.0,145.0,1077.0,898.0,"10,2","55,8","0,6927" -12/03/2005,02.00.00,"0,4",1152.0,-200.0,"4,9",759.0,234.0,706.0,147.0,1113.0,1094.0,"10,0","57,3","0,7015" -12/03/2005,03.00.00,"0,3",1128.0,-200.0,"4,5",740.0,195.0,705.0,134.0,1113.0,1064.0,"10,2","57,9","0,7191" -12/03/2005,04.00.00,"-200,0",1015.0,-200.0,"2,3",608.0,113.0,873.0,85.0,1027.0,655.0,"10,3","59,4","0,7459" -12/03/2005,05.00.00,"-200,0",979.0,-200.0,"1,5",547.0,73.0,952.0,55.0,1039.0,470.0,"9,8","68,9","0,8329" -12/03/2005,06.00.00,"-200,0",972.0,-200.0,"1,5",542.0,103.0,1029.0,65.0,1056.0,443.0,"9,2","75,3","0,8764" -12/03/2005,07.00.00,"-200,0",992.0,-200.0,"1,8",565.0,121.0,912.0,84.0,1074.0,547.0,"9,4","73,1","0,8621" -12/03/2005,08.00.00,"0,1",1053.0,-200.0,"3,3",671.0,132.0,807.0,88.0,1137.0,570.0,"10,6","66,1","0,8444" -12/03/2005,09.00.00,"0,2",1140.0,-200.0,"5,8",800.0,178.0,679.0,109.0,1209.0,782.0,"12,6","58,5","0,8517" -12/03/2005,10.00.00,"0,6",1136.0,-200.0,"6,2",822.0,218.0,653.0,130.0,1184.0,744.0,"15,0","48,6","0,8253" -12/03/2005,11.00.00,"0,7",1180.0,-200.0,"6,7",846.0,246.0,646.0,137.0,1206.0,791.0,"14,2","51,5","0,8313" -12/03/2005,12.00.00,"0,6",1131.0,-200.0,"5,6",792.0,252.0,678.0,145.0,1177.0,749.0,"15,1","48,6","0,8266" -12/03/2005,13.00.00,"0,3",1083.0,-200.0,"5,8",804.0,208.0,702.0,128.0,1105.0,615.0,"18,0","35,4","0,7233" -12/03/2005,14.00.00,"0,5",1120.0,-200.0,"7,0",859.0,219.0,640.0,129.0,1167.0,681.0,"17,9","35,3","0,7184" -12/03/2005,15.00.00,"0,2",1038.0,-200.0,"3,8",699.0,160.0,765.0,105.0,1042.0,515.0,"17,7","35,0","0,7014" -12/03/2005,16.00.00,"0,4",1096.0,-200.0,"5,5",788.0,191.0,699.0,114.0,1115.0,583.0,"17,6","35,5","0,7065" -12/03/2005,17.00.00,"0,7",1126.0,-200.0,"7,6",881.0,270.0,648.0,146.0,1140.0,728.0,"17,5","34,1","0,6775" -12/03/2005,18.00.00,"0,9",1153.0,-200.0,"8,3",910.0,285.0,622.0,156.0,1208.0,827.0,"15,6","40,0","0,7018" -12/03/2005,19.00.00,"0,8",1177.0,-200.0,"7,5",878.0,289.0,641.0,152.0,1224.0,844.0,"14,0","47,8","0,7582" -12/03/2005,20.00.00,"2,4",1383.0,-200.0,"14,1",1119.0,550.0,522.0,201.0,1415.0,1310.0,"13,2","51,4","0,7760" -12/03/2005,21.00.00,"3,3",1363.0,-200.0,"12,4",1064.0,679.0,536.0,221.0,1350.0,1353.0,"12,0","56,1","0,7832" -12/03/2005,22.00.00,"0,9",1087.0,-200.0,"5,8",803.0,314.0,699.0,157.0,1130.0,907.0,"11,6","54,7","0,7454" -12/03/2005,23.00.00,"0,1",1028.0,-200.0,"3,9",703.0,166.0,783.0,114.0,1070.0,646.0,"12,0","53,3","0,7472" -13/03/2005,00.00.00,"0,1",1017.0,-200.0,"2,8",641.0,157.0,892.0,107.0,1044.0,482.0,"12,5","55,4","0,7999" -13/03/2005,01.00.00,"0,1",1050.0,-200.0,"3,1",660.0,173.0,860.0,113.0,1071.0,526.0,"12,3","56,0","0,7958" -13/03/2005,02.00.00,"0,2",1023.0,-200.0,"3,3",672.0,184.0,819.0,118.0,1069.0,595.0,"12,4","53,4","0,7669" -13/03/2005,03.00.00,"-200,0",940.0,-200.0,"2,0",583.0,93.0,942.0,69.0,991.0,416.0,"12,7","51,8","0,7574" -13/03/2005,04.00.00,"-200,0",963.0,-200.0,"2,5",617.0,85.0,902.0,63.0,1006.0,398.0,"13,2","49,7","0,7503" -13/03/2005,05.00.00,"-200,0",971.0,-200.0,"2,0",585.0,79.0,928.0,61.0,1004.0,394.0,"12,3","55,9","0,7966" -13/03/2005,06.00.00,"-200,0",887.0,-200.0,"0,9",488.0,55.0,1184.0,42.0,908.0,312.0,"13,3","50,1","0,7624" -13/03/2005,07.00.00,"-200,0",944.0,-200.0,"1,6",551.0,98.0,1063.0,68.0,985.0,381.0,"12,3","51,8","0,7384" -13/03/2005,08.00.00,"-200,0",970.0,-200.0,"2,1",592.0,190.0,909.0,120.0,1018.0,509.0,"12,9","50,4","0,7448" -13/03/2005,09.00.00,"0,1",1034.0,-200.0,"3,0",651.0,166.0,861.0,112.0,1060.0,601.0,"12,9","49,9","0,7406" -13/03/2005,10.00.00,"0,3",1160.0,-200.0,"5,0",765.0,260.0,711.0,148.0,1134.0,962.0,"13,9","47,3","0,7479" -13/03/2005,11.00.00,"1,0",1283.0,-200.0,"7,7",887.0,362.0,607.0,160.0,1238.0,1231.0,"13,5","51,6","0,7931" -13/03/2005,12.00.00,"1,6",1387.0,-200.0,"10,1",981.0,415.0,535.0,164.0,1368.0,1396.0,"13,2","56,2","0,8499" -13/03/2005,13.00.00,"1,4",1325.0,-200.0,"8,5",921.0,358.0,570.0,159.0,1345.0,1297.0,"14,2","57,8","0,9292" -13/03/2005,14.00.00,"0,3",1057.0,-200.0,"2,8",641.0,170.0,803.0,110.0,1103.0,616.0,"17,2","46,2","0,8989" -13/03/2005,15.00.00,"0,1",1078.0,-200.0,"3,3",668.0,130.0,855.0,82.0,1109.0,509.0,"19,9","36,6","0,8406" -13/03/2005,16.00.00,"0,3",1159.0,-200.0,"5,0",762.0,177.0,742.0,102.0,1158.0,590.0,"19,7","37,1","0,8399" -13/03/2005,17.00.00,"0,5",1195.0,-200.0,"5,6",795.0,233.0,710.0,119.0,1157.0,718.0,"19,0","37,4","0,8122" -13/03/2005,18.00.00,"0,8",1217.0,-200.0,"7,1",861.0,282.0,642.0,135.0,1234.0,898.0,"16,4","43,5","0,8055" -13/03/2005,19.00.00,"3,2",1542.0,-200.0,"16,7",1200.0,583.0,469.0,215.0,1520.0,1577.0,"15,1","49,8","0,8458" -13/03/2005,20.00.00,"2,8",1407.0,-200.0,"12,5",1066.0,566.0,525.0,211.0,1397.0,1560.0,"14,8","51,0","0,8507" -13/03/2005,21.00.00,"1,0",1189.0,-200.0,"6,6",837.0,323.0,665.0,172.0,1204.0,1208.0,"14,6","51,6","0,8508" -13/03/2005,22.00.00,"0,9",1208.0,-200.0,"8,3",911.0,318.0,613.0,166.0,1245.0,1244.0,"13,7","52,1","0,8121" -13/03/2005,23.00.00,"0,9",1207.0,-200.0,"7,1",861.0,336.0,649.0,168.0,1217.0,1181.0,"13,2","55,6","0,8412" -14/03/2005,00.00.00,"0,4",1056.0,-200.0,"3,8",699.0,196.0,787.0,134.0,1085.0,828.0,"13,2","55,9","0,8465" -14/03/2005,01.00.00,"0,4",1128.0,-200.0,"5,2",771.0,193.0,733.0,122.0,1178.0,923.0,"11,7","62,1","0,8535" -14/03/2005,02.00.00,"0,3",1119.0,-200.0,"5,3",778.0,192.0,705.0,123.0,1187.0,1096.0,"9,9","68,9","0,8388" -14/03/2005,03.00.00,"0,1",1077.0,-200.0,"3,8",701.0,147.0,761.0,104.0,1122.0,1106.0,"9,8","68,0","0,8227" -14/03/2005,04.00.00,"-200,0",1036.0,-200.0,"2,8",636.0,122.0,845.0,90.0,1084.0,976.0,"8,9","71,9","0,8202" -14/03/2005,05.00.00,"0,8",1016.0,-200.0,"2,9",647.0,117.0,824.0,85.0,1090.0,937.0,"8,4","74,5","0,8241" -14/03/2005,06.00.00,"1,0",1103.0,-200.0,"4,4",730.0,201.0,735.0,103.0,1139.0,1049.0,"9,2","71,0","0,8299" -14/03/2005,07.00.00,"1,6",1176.0,-200.0,"7,5",880.0,318.0,634.0,127.0,1257.0,1180.0,"9,9","67,6","0,8239" -14/03/2005,08.00.00,"3,5",1430.0,-200.0,"15,7",1169.0,658.0,481.0,163.0,1543.0,1514.0,"10,8","64,4","0,8328" -14/03/2005,09.00.00,"4,0",1572.0,-200.0,"22,9",1374.0,680.0,411.0,155.0,1763.0,1771.0,"11,7","61,7","0,8483" -14/03/2005,10.00.00,"3,5",1243.0,-200.0,"10,8",1006.0,497.0,572.0,170.0,1349.0,1395.0,"13,7","51,9","0,8106" -14/03/2005,11.00.00,"1,6",1101.0,-200.0,"6,1",817.0,290.0,707.0,141.0,1157.0,1024.0,"16,3","43,5","0,7988" -14/03/2005,12.00.00,"1,5",1103.0,-200.0,"7,0",857.0,230.0,681.0,123.0,1182.0,946.0,"17,9","38,8","0,7883" -14/03/2005,13.00.00,"1,5",1116.0,-200.0,"7,1",859.0,215.0,670.0,124.0,1197.0,864.0,"19,3","35,5","0,7876" -14/03/2005,14.00.00,"1,7",1141.0,-200.0,"8,1",904.0,226.0,646.0,126.0,1249.0,889.0,"20,1","32,9","0,7672" -14/03/2005,15.00.00,"1,6",1151.0,-200.0,"7,7",885.0,240.0,660.0,128.0,1222.0,903.0,"20,0","33,0","0,7625" -14/03/2005,16.00.00,"2,4",1263.0,-200.0,"10,8",1008.0,391.0,597.0,158.0,1308.0,1121.0,"20,2","32,2","0,7526" -14/03/2005,17.00.00,"3,4",1324.0,-200.0,"14,4",1128.0,492.0,540.0,177.0,1441.0,1319.0,"18,9","34,4","0,7436" -14/03/2005,18.00.00,"5,4",1533.0,-200.0,"25,4",1439.0,700.0,416.0,225.0,1799.0,1829.0,"17,9","37,6","0,7624" -14/03/2005,19.00.00,"6,5",1626.0,-200.0,"29,1",1531.0,782.0,371.0,234.0,1937.0,2000.0,"16,7","43,4","0,8168" -14/03/2005,20.00.00,"6,5",1639.0,-200.0,"28,3",1510.0,728.0,378.0,227.0,1904.0,2001.0,"15,9","47,9","0,8573" -14/03/2005,21.00.00,"4,0",1346.0,-200.0,"14,2",1124.0,510.0,502.0,192.0,1490.0,1598.0,"15,3","52,6","0,9060" -14/03/2005,22.00.00,"2,1",1218.0,-200.0,"8,4",914.0,308.0,597.0,158.0,1291.0,1383.0,"13,7","58,5","0,9146" -14/03/2005,23.00.00,"1,6",1166.0,-200.0,"7,5",880.0,248.0,631.0,149.0,1280.0,1238.0,"12,7","62,8","0,9198" -15/03/2005,00.00.00,"1,5",1095.0,-200.0,"5,2",772.0,233.0,721.0,140.0,1175.0,1023.0,"12,2","65,0","0,9193" -15/03/2005,01.00.00,"0,7",958.0,-200.0,"2,2",601.0,96.0,947.0,79.0,1054.0,659.0,"13,0","61,2","0,9105" -15/03/2005,02.00.00,"0,7",960.0,-200.0,"2,0",582.0,90.0,933.0,69.0,1062.0,657.0,"11,1","66,1","0,8738" -15/03/2005,03.00.00,"0,6",972.0,-200.0,"1,8",571.0,95.0,931.0,72.0,1063.0,764.0,"10,1","69,8","0,8619" -15/03/2005,04.00.00,"0,5",911.0,-200.0,"1,1",508.0,68.0,1048.0,58.0,1005.0,667.0,"11,6","61,0","0,8299" -15/03/2005,05.00.00,"0,4",923.0,-200.0,"1,2",516.0,75.0,1049.0,59.0,1002.0,667.0,"10,1","64,5","0,7968" -15/03/2005,06.00.00,"0,6",981.0,-200.0,"2,4",610.0,145.0,867.0,88.0,1068.0,856.0,"9,3","67,9","0,7969" -15/03/2005,07.00.00,"0,9",1038.0,-200.0,"3,8",701.0,185.0,760.0,110.0,1102.0,940.0,"10,1","64,3","0,7934" -15/03/2005,08.00.00,"2,6",1370.0,-200.0,"14,0",1118.0,506.0,495.0,151.0,1459.0,1406.0,"10,4","62,7","0,7909" -15/03/2005,09.00.00,"3,3",1471.0,-200.0,"18,9",1265.0,485.0,434.0,158.0,1655.0,1617.0,"13,0","53,9","0,8036" -15/03/2005,10.00.00,"4,0",1447.0,-200.0,"15,6",1167.0,684.0,466.0,194.0,1514.0,1694.0,"16,4","44,6","0,8242" -15/03/2005,11.00.00,"3,1",1329.0,-200.0,"13,2",1090.0,562.0,508.0,181.0,1401.0,1473.0,"19,1","36,7","0,8044" -15/03/2005,12.00.00,"2,2",1197.0,-200.0,"10,3",989.0,357.0,577.0,161.0,1297.0,1087.0,"21,0","30,6","0,7508" -15/03/2005,13.00.00,"2,1",1198.0,-200.0,"9,7",968.0,306.0,590.0,143.0,1264.0,945.0,"22,1","27,6","0,7254" -15/03/2005,14.00.00,"2,2",1171.0,-200.0,"10,0",977.0,292.0,608.0,142.0,1234.0,905.0,"22,2","25,5","0,6752" -15/03/2005,15.00.00,"1,9",1191.0,-200.0,"10,9",1011.0,305.0,620.0,146.0,1262.0,903.0,"23,6","23,2","0,6665" -15/03/2005,16.00.00,"2,5",1213.0,-200.0,"12,3",1060.0,386.0,578.0,166.0,1292.0,1041.0,"23,6","22,9","0,6571" -15/03/2005,17.00.00,"2,9",1258.0,-200.0,"14,2",1124.0,408.0,552.0,172.0,1363.0,1194.0,"22,8","24,6","0,6736" -15/03/2005,18.00.00,"3,9",1413.0,-200.0,"21,6",1339.0,521.0,464.0,196.0,1611.0,1533.0,"20,3","29,7","0,6973" -15/03/2005,19.00.00,"6,3",1610.0,-200.0,"30,9",1573.0,766.0,381.0,243.0,1890.0,1932.0,"18,0","36,0","0,7345" -15/03/2005,20.00.00,"7,4",1710.0,-200.0,"33,5",1632.0,841.0,346.0,248.0,2028.0,2140.0,"16,4","41,9","0,7759" -15/03/2005,21.00.00,"5,7",1515.0,-200.0,"19,9",1295.0,754.0,435.0,233.0,1615.0,1871.0,"14,9","47,6","0,8003" -15/03/2005,22.00.00,"2,3",1199.0,-200.0,"8,4",916.0,350.0,613.0,174.0,1227.0,1435.0,"13,8","49,6","0,7793" -15/03/2005,23.00.00,"1,5",1128.0,-200.0,"6,1",818.0,244.0,674.0,149.0,1156.0,1303.0,"13,2","51,6","0,7765" -16/03/2005,00.00.00,"1,4",1108.0,-200.0,"5,7",798.0,221.0,694.0,134.0,1144.0,1199.0,"11,8","56,9","0,7836" -16/03/2005,01.00.00,"1,1",1038.0,-200.0,"4,0",709.0,183.0,768.0,123.0,1087.0,1069.0,"11,4","58,0","0,7818" -16/03/2005,02.00.00,"0,9",1004.0,-200.0,"2,9",646.0,166.0,823.0,111.0,1054.0,989.0,"11,3","58,0","0,7742" -16/03/2005,03.00.00,"0,7",969.0,-200.0,"2,0",584.0,133.0,904.0,93.0,1021.0,899.0,"10,7","59,6","0,7673" -16/03/2005,04.00.00,"0,6",938.0,-200.0,"1,7",559.0,147.0,942.0,97.0,1026.0,850.0,"9,0","65,4","0,7532" -16/03/2005,05.00.00,"0,6",927.0,-200.0,"1,6",549.0,119.0,967.0,86.0,1008.0,828.0,"8,0","68,9","0,7402" -16/03/2005,06.00.00,"0,8",977.0,-200.0,"3,3",673.0,179.0,830.0,99.0,1060.0,902.0,"7,5","70,9","0,7358" -16/03/2005,07.00.00,"1,0",1011.0,-200.0,"3,6",685.0,178.0,823.0,99.0,1054.0,902.0,"7,6","69,2","0,7238" -16/03/2005,08.00.00,"2,1",1228.0,-200.0,"10,2",984.0,390.0,588.0,129.0,1293.0,1222.0,"8,7","64,3","0,7257" -16/03/2005,09.00.00,"4,2",1521.0,-200.0,"25,2",1434.0,579.0,404.0,161.0,1809.0,1784.0,"11,7","54,3","0,7459" -16/03/2005,10.00.00,"4,3",1425.0,-200.0,"16,0",1178.0,735.0,468.0,202.0,1477.0,1761.0,"15,9","42,2","0,7553" -16/03/2005,11.00.00,"3,2",1339.0,-200.0,"13,3",1094.0,568.0,509.0,200.0,1376.0,1634.0,"19,3","34,7","0,7681" -16/03/2005,12.00.00,"2,8",1310.0,-200.0,"11,9",1046.0,487.0,552.0,194.0,1351.0,1527.0,"23,1","27,3","0,7615" -16/03/2005,13.00.00,"2,4",1250.0,-200.0,"10,9",1012.0,343.0,585.0,173.0,1249.0,1192.0,"26,1","20,8","0,6959" -16/03/2005,14.00.00,"2,5",1181.0,-200.0,"11,0",1015.0,351.0,617.0,169.0,1192.0,1023.0,"26,8","17,9","0,6249" -16/03/2005,15.00.00,"2,9",1272.0,-200.0,"17,3",1220.0,417.0,533.0,188.0,1353.0,1251.0,"28,4","16,0","0,6095" -16/03/2005,16.00.00,"3,0",1231.0,-200.0,"12,4",1064.0,509.0,618.0,211.0,1188.0,1082.0,"28,8","15,1","0,5877" -16/03/2005,17.00.00,"3,6",1286.0,-200.0,"17,4",1223.0,573.0,529.0,210.0,1350.0,1348.0,"27,9","15,6","0,5782" -16/03/2005,18.00.00,"3,5",1315.0,-200.0,"17,5",1225.0,518.0,509.0,193.0,1408.0,1365.0,"24,1","20,6","0,6075" -16/03/2005,19.00.00,"4,8",1494.0,-200.0,"26,2",1460.0,641.0,420.0,227.0,1682.0,1827.0,"21,0","28,0","0,6904" -16/03/2005,20.00.00,"4,4",1494.0,-200.0,"23,1",1381.0,544.0,422.0,223.0,1677.0,1879.0,"18,4","38,8","0,8152" -16/03/2005,21.00.00,"4,9",1545.0,-200.0,"23,5",1390.0,582.0,423.0,229.0,1676.0,1915.0,"16,9","42,9","0,8222" -16/03/2005,22.00.00,"2,9",1354.0,-200.0,"13,3",1094.0,407.0,517.0,194.0,1357.0,1705.0,"15,5","45,0","0,7895" -16/03/2005,23.00.00,"2,1",1301.0,-200.0,"10,5",998.0,327.0,553.0,171.0,1283.0,1610.0,"14,3","49,6","0,8049" -17/03/2005,00.00.00,"1,6",1144.0,-200.0,"6,3",826.0,221.0,661.0,147.0,1158.0,1300.0,"14,7","48,0","0,7977" -17/03/2005,01.00.00,"1,2",1080.0,-200.0,"4,4",732.0,142.0,748.0,111.0,1087.0,1093.0,"13,3","51,4","0,7821" -17/03/2005,02.00.00,"0,9",1013.0,-200.0,"3,3",671.0,123.0,817.0,104.0,1056.0,986.0,"12,6","53,7","0,7793" -17/03/2005,03.00.00,"0,7",966.0,-200.0,"2,0",587.0,106.0,921.0,90.0,1017.0,846.0,"11,5","56,8","0,7706" -17/03/2005,04.00.00,"-200,0",959.0,-200.0,"1,9",578.0,100.0,909.0,81.0,1016.0,822.0,"10,1","61,9","0,7631" -17/03/2005,05.00.00,"0,5",919.0,-200.0,"1,4",532.0,85.0,997.0,69.0,983.0,714.0,"9,8","61,8","0,7523" -17/03/2005,06.00.00,"0,6",953.0,-200.0,"2,3",604.0,114.0,903.0,84.0,1020.0,838.0,"9,0","64,3","0,7417" -17/03/2005,07.00.00,"1,3",1117.0,-200.0,"5,9",808.0,299.0,669.0,123.0,1178.0,1109.0,"7,9","68,4","0,7324" -17/03/2005,08.00.00,"3,8",1485.0,-200.0,"18,9",1265.0,723.0,441.0,166.0,1647.0,1676.0,"9,5","62,6","0,7444" -17/03/2005,09.00.00,"5,6",1583.0,-200.0,"26,1",1457.0,745.0,376.0,189.0,1808.0,1976.0,"13,2","51,0","0,7704" -17/03/2005,10.00.00,"4,4",1448.0,-200.0,"16,2",1187.0,668.0,471.0,217.0,1490.0,1814.0,"16,9","40,3","0,7717" -17/03/2005,11.00.00,"3,0",1294.0,-200.0,"10,8",1006.0,571.0,567.0,196.0,1296.0,1538.0,"20,8","31,3","0,7617" -17/03/2005,12.00.00,"2,2",1269.0,-200.0,"11,1",1016.0,388.0,579.0,189.0,1273.0,1383.0,"24,3","24,7","0,7407" -17/03/2005,13.00.00,"2,0",1247.0,-200.0,"10,2",985.0,323.0,581.0,174.0,1255.0,1184.0,"26,7","22,6","0,7785" -17/03/2005,14.00.00,"2,2",1239.0,-200.0,"11,9",1045.0,312.0,559.0,161.0,1312.0,1094.0,"27,1","21,7","0,7636" -17/03/2005,15.00.00,"2,1",1199.0,-200.0,"11,8",1041.0,320.0,574.0,158.0,1271.0,986.0,"28,3","17,9","0,6769" -17/03/2005,16.00.00,"2,2",1216.0,-200.0,"10,9",1013.0,322.0,576.0,161.0,1277.0,967.0,"27,8","20,0","0,7378" -17/03/2005,17.00.00,"1,9",1131.0,-200.0,"8,6",925.0,276.0,638.0,147.0,1158.0,831.0,"26,2","19,4","0,6491" -17/03/2005,18.00.00,"2,7",1300.0,-200.0,"15,0",1149.0,341.0,530.0,165.0,1353.0,1182.0,"22,7","24,4","0,6661" -17/03/2005,19.00.00,"3,9",1358.0,-200.0,"21,3",1331.0,531.0,459.0,214.0,1518.0,1523.0,"20,2","29,3","0,6860" -17/03/2005,20.00.00,"5,6",1492.0,-200.0,"24,8",1425.0,653.0,417.0,228.0,1690.0,1780.0,"17,3","35,2","0,6907" -17/03/2005,21.00.00,"4,9",1413.0,-200.0,"18,4",1251.0,646.0,478.0,240.0,1504.0,1682.0,"16,1","38,7","0,7023" -17/03/2005,22.00.00,"2,2",1210.0,-200.0,"9,1",943.0,333.0,611.0,188.0,1224.0,1390.0,"14,6","44,5","0,7337" -17/03/2005,23.00.00,"1,9",1196.0,-200.0,"8,1",902.0,299.0,620.0,173.0,1185.0,1390.0,"13,7","48,6","0,7555" -18/03/2005,00.00.00,"1,4",1101.0,-200.0,"5,9",809.0,224.0,690.0,150.0,1123.0,1201.0,"12,4","52,2","0,7513" -18/03/2005,01.00.00,"1,3",1076.0,-200.0,"5,1",770.0,195.0,721.0,134.0,1093.0,1107.0,"11,9","53,4","0,7414" -18/03/2005,02.00.00,"1,1",1040.0,-200.0,"4,5",736.0,209.0,740.0,132.0,1099.0,1050.0,"10,4","58,4","0,7367" -18/03/2005,03.00.00,"0,9",989.0,-200.0,"3,2",667.0,168.0,824.0,117.0,1048.0,943.0,"8,9","63,5","0,7268" -18/03/2005,04.00.00,"0,9",966.0,-200.0,"2,8",639.0,153.0,843.0,103.0,1033.0,903.0,"8,2","65,9","0,7168" -18/03/2005,05.00.00,"0,7",912.0,-200.0,"2,0",587.0,140.0,922.0,99.0,1002.0,826.0,"7,7","67,1","0,7074" -18/03/2005,06.00.00,"0,8",960.0,-200.0,"3,3",668.0,184.0,841.0,106.0,1038.0,878.0,"7,2","68,6","0,6978" -18/03/2005,07.00.00,"1,2",1028.0,-200.0,"5,4",784.0,266.0,709.0,113.0,1110.0,996.0,"7,5","66,7","0,6943" -18/03/2005,08.00.00,"2,9",1375.0,-200.0,"14,5",1134.0,518.0,504.0,141.0,1467.0,1470.0,"8,7","61,6","0,6960" -18/03/2005,09.00.00,"5,4",1522.0,-200.0,"26,5",1466.0,681.0,380.0,180.0,1822.0,1883.0,"12,0","51,0","0,7131" -18/03/2005,10.00.00,"4,3",1400.0,-200.0,"17,6",1227.0,558.0,465.0,192.0,1542.0,1661.0,"15,4","42,5","0,7379" -18/03/2005,11.00.00,"3,1",1323.0,-200.0,"14,9",1144.0,457.0,502.0,187.0,1405.0,1568.0,"18,8","33,5","0,7186" -18/03/2005,12.00.00,"2,4",1250.0,-200.0,"10,3",990.0,353.0,579.0,169.0,1262.0,1291.0,"22,2","28,1","0,7426" -18/03/2005,13.00.00,"2,3",1283.0,-200.0,"12,0",1048.0,313.0,550.0,161.0,1336.0,1226.0,"24,7","25,5","0,7785" -18/03/2005,14.00.00,"2,3",1171.0,-200.0,"10,4",993.0,290.0,597.0,160.0,1208.0,841.0,"25,0","23,4","0,7301" -18/03/2005,15.00.00,"2,3",1264.0,-200.0,"12,9",1081.0,318.0,555.0,177.0,1323.0,951.0,"25,9","21,9","0,7209" -18/03/2005,16.00.00,"3,4",1301.0,-200.0,"15,1",1152.0,479.0,525.0,219.0,1343.0,1151.0,"25,6","21,7","0,7039" -18/03/2005,17.00.00,"3,7",1321.0,-200.0,"15,8",1175.0,494.0,525.0,212.0,1366.0,1279.0,"25,1","21,8","0,6854" -18/03/2005,18.00.00,"4,1",1343.0,-200.0,"20,1",1298.0,551.0,477.0,225.0,1495.0,1416.0,"22,1","25,6","0,6728" -18/03/2005,19.00.00,"5,6",1493.0,-200.0,"25,6",1444.0,701.0,417.0,240.0,1702.0,1738.0,"19,1","32,5","0,7112" -18/03/2005,20.00.00,"5,3",1545.0,-200.0,"24,0",1403.0,571.0,407.0,223.0,1743.0,1821.0,"16,7","42,5","0,8002" -18/03/2005,21.00.00,"4,9",1477.0,-200.0,"18,3",1247.0,643.0,456.0,241.0,1562.0,1733.0,"15,5","48,3","0,8439" -18/03/2005,22.00.00,"2,0",1202.0,-200.0,"7,2",864.0,282.0,620.0,159.0,1255.0,1115.0,"13,3","60,5","0,9168" -18/03/2005,23.00.00,"1,9",1236.0,-200.0,"6,8",849.0,251.0,631.0,150.0,1274.0,1131.0,"12,1","67,6","0,9539" -19/03/2005,00.00.00,"2,2",1206.0,-200.0,"6,8",849.0,307.0,640.0,163.0,1245.0,1127.0,"11,8","68,3","0,9432" -19/03/2005,01.00.00,"1,9",1192.0,-200.0,"6,4",832.0,282.0,646.0,155.0,1253.0,1167.0,"11,6","68,3","0,9314" -19/03/2005,02.00.00,"1,1",1044.0,-200.0,"2,7",630.0,160.0,845.0,119.0,1099.0,809.0,"11,8","67,9","0,9362" -19/03/2005,03.00.00,"1,0",1053.0,-200.0,"2,9",648.0,125.0,808.0,94.0,1109.0,709.0,"12,3","65,8","0,9374" -19/03/2005,04.00.00,"0,9",1023.0,-200.0,"2,2",600.0,106.0,872.0,80.0,1089.0,575.0,"12,2","66,9","0,9496" -19/03/2005,05.00.00,"0,9",1005.0,-200.0,"2,5",620.0,111.0,846.0,83.0,1098.0,572.0,"12,1","67,3","0,9480" -19/03/2005,06.00.00,"0,7",959.0,-200.0,"1,9",578.0,115.0,907.0,79.0,1079.0,546.0,"11,8","67,1","0,9274" -19/03/2005,07.00.00,"1,0",1049.0,-200.0,"3,6",686.0,156.0,793.0,96.0,1159.0,795.0,"11,9","65,6","0,9129" -19/03/2005,08.00.00,"2,0",1255.0,-200.0,"10,1",983.0,320.0,555.0,141.0,1439.0,1268.0,"12,2","65,6","0,9300" -19/03/2005,09.00.00,"2,7",1285.0,-200.0,"10,9",1009.0,380.0,517.0,153.0,1452.0,1366.0,"12,8","64,4","0,9448" -19/03/2005,10.00.00,"2,5",1254.0,-200.0,"9,9",973.0,371.0,543.0,156.0,1403.0,1328.0,"13,4","62,0","0,9498" -19/03/2005,11.00.00,"2,4",1253.0,-200.0,"9,7",966.0,343.0,560.0,162.0,1378.0,1251.0,"14,5","57,0","0,9333" -19/03/2005,12.00.00,"2,2",1242.0,-200.0,"8,9",935.0,297.0,584.0,164.0,1327.0,1127.0,"15,8","51,3","0,9144" -19/03/2005,13.00.00,"2,1",1212.0,-200.0,"8,5",918.0,281.0,593.0,160.0,1308.0,1066.0,"17,5","46,0","0,9104" -19/03/2005,14.00.00,"1,8",1165.0,-200.0,"6,6",839.0,220.0,652.0,140.0,1214.0,867.0,"19,5","40,2","0,9010" -19/03/2005,15.00.00,"1,4",1136.0,-200.0,"5,4",781.0,174.0,712.0,119.0,1169.0,691.0,"21,2","35,9","0,8943" -19/03/2005,16.00.00,"2,1",1233.0,-200.0,"8,7",926.0,260.0,617.0,153.0,1293.0,917.0,"21,7","35,1","0,8993" -19/03/2005,17.00.00,"1,7",1177.0,-200.0,"5,8",800.0,222.0,696.0,139.0,1191.0,748.0,"20,5","38,4","0,9161" -19/03/2005,18.00.00,"1,9",1223.0,-200.0,"7,6",883.0,266.0,614.0,156.0,1289.0,968.0,"18,2","45,9","0,9488" -19/03/2005,19.00.00,"2,7",1360.0,-200.0,"12,4",1063.0,387.0,507.0,183.0,1483.0,1420.0,"16,2","53,0","0,9722" -19/03/2005,20.00.00,"3,2",1435.0,-200.0,"14,7",1140.0,425.0,477.0,185.0,1550.0,1530.0,"15,0","57,6","0,9777" -19/03/2005,21.00.00,"3,3",1305.0,-200.0,"10,5",995.0,484.0,552.0,200.0,1402.0,1341.0,"14,1","60,8","0,9716" -19/03/2005,22.00.00,"2,3",1199.0,-200.0,"7,3",869.0,325.0,618.0,163.0,1306.0,1160.0,"13,2","65,6","0,9882" -19/03/2005,23.00.00,"1,9",1217.0,-200.0,"8,5",921.0,257.0,589.0,154.0,1336.0,1261.0,"13,5","63,8","0,9797" -20/03/2005,00.00.00,"1,9",1200.0,-200.0,"6,8",847.0,273.0,636.0,151.0,1297.0,1132.0,"13,6","63,4","0,9794" -20/03/2005,01.00.00,"1,9",1150.0,-200.0,"5,9",807.0,276.0,669.0,149.0,1243.0,1042.0,"13,6","63,5","0,9857" -20/03/2005,02.00.00,"1,5",1086.0,-200.0,"4,3",726.0,202.0,736.0,131.0,1192.0,848.0,"13,4","64,8","0,9880" -20/03/2005,03.00.00,"1,1",1027.0,-200.0,"3,5",684.0,132.0,788.0,94.0,1149.0,666.0,"13,2","64,8","0,9801" -20/03/2005,04.00.00,"-200,0",993.0,-200.0,"2,8",640.0,85.0,848.0,66.0,1110.0,548.0,"13,0","65,3","0,9704" -20/03/2005,05.00.00,"0,8",985.0,-200.0,"2,4",610.0,87.0,851.0,69.0,1101.0,604.0,"12,6","65,9","0,9583" -20/03/2005,06.00.00,"0,6",934.0,-200.0,"1,6",552.0,70.0,966.0,57.0,1063.0,520.0,"13,1","64,0","0,9591" -20/03/2005,07.00.00,"0,7",977.0,-200.0,"2,7",631.0,113.0,859.0,78.0,1120.0,659.0,"12,4","66,2","0,9500" -20/03/2005,08.00.00,"0,7",970.0,-200.0,"2,5",618.0,112.0,888.0,84.0,1095.0,611.0,"13,3","62,4","0,9460" -20/03/2005,09.00.00,"1,0",1041.0,-200.0,"3,9",706.0,140.0,778.0,97.0,1178.0,756.0,"14,0","59,7","0,9491" -20/03/2005,10.00.00,"1,5",1144.0,-200.0,"6,2",821.0,214.0,651.0,123.0,1262.0,988.0,"15,4","54,0","0,9385" -20/03/2005,11.00.00,"2,4",1209.0,-200.0,"8,8",933.0,334.0,581.0,166.0,1329.0,1058.0,"17,0","47,5","0,9146" -20/03/2005,12.00.00,"1,6",1083.0,-200.0,"4,3",727.0,203.0,763.0,130.0,1135.0,636.0,"18,6","42,6","0,9040" -20/03/2005,13.00.00,"1,2",1063.0,-200.0,"3,4",678.0,163.0,796.0,109.0,1107.0,522.0,"21,5","35,0","0,8886" -20/03/2005,14.00.00,"0,9",988.0,-200.0,"2,2",600.0,110.0,912.0,82.0,1033.0,415.0,"21,3","35,6","0,8924" -20/03/2005,15.00.00,"0,9",1060.0,-200.0,"3,6",686.0,107.0,830.0,73.0,1110.0,445.0,"23,1","32,1","0,8973" -20/03/2005,16.00.00,"1,1",1087.0,-200.0,"4,1",717.0,135.0,786.0,91.0,1112.0,515.0,"22,1","34,5","0,9035" -20/03/2005,17.00.00,"1,4",1153.0,-200.0,"5,7",798.0,187.0,715.0,109.0,1184.0,678.0,"21,5","35,7","0,9050" -20/03/2005,18.00.00,"1,7",1167.0,-200.0,"6,6",838.0,240.0,660.0,128.0,1227.0,825.0,"19,3","41,6","0,9230" -20/03/2005,19.00.00,"2,9",1370.0,-200.0,"12,7",1072.0,398.0,535.0,155.0,1428.0,1233.0,"17,3","47,8","0,9363" -20/03/2005,20.00.00,"4,0",1403.0,-200.0,"14,8",1142.0,585.0,492.0,176.0,1518.0,1419.0,"16,0","54,9","0,9934" -20/03/2005,21.00.00,"4,0",1364.0,-200.0,"12,3",1061.0,590.0,534.0,179.0,1436.0,1397.0,"15,6","58,0","1,0197" -20/03/2005,22.00.00,"1,9",1111.0,-200.0,"6,3",825.0,295.0,679.0,124.0,1238.0,975.0,"14,8","61,3","1,0250" -20/03/2005,23.00.00,"1,5",1091.0,-200.0,"5,3",777.0,209.0,711.0,105.0,1217.0,891.0,"13,8","63,4","0,9916" -21/03/2005,00.00.00,"1,5",1107.0,-200.0,"5,3",777.0,183.0,697.0,99.0,1221.0,945.0,"13,1","66,1","0,9913" -21/03/2005,01.00.00,"1,6",1095.0,-200.0,"4,7",746.0,177.0,716.0,104.0,1217.0,916.0,"13,3","66,4","1,0128" -21/03/2005,02.00.00,"1,1",1027.0,-200.0,"3,3",673.0,126.0,794.0,95.0,1160.0,770.0,"13,3","67,0","1,0207" -21/03/2005,03.00.00,"0,8",996.0,-200.0,"2,7",631.0,100.0,845.0,81.0,1153.0,697.0,"13,1","68,6","1,0288" -21/03/2005,04.00.00,"0,7",955.0,-200.0,"2,0",582.0,83.0,902.0,68.0,1118.0,611.0,"12,2","72,4","1,0224" -21/03/2005,05.00.00,"0,6",947.0,-200.0,"1,6",553.0,84.0,944.0,69.0,1110.0,693.0,"11,6","73,8","1,0054" -21/03/2005,06.00.00,"0,7",1003.0,-200.0,"3,0",650.0,113.0,831.0,73.0,1158.0,750.0,"12,9","67,5","0,9990" -21/03/2005,07.00.00,"1,3",1120.0,-200.0,"6,1",815.0,270.0,660.0,113.0,1291.0,1053.0,"12,8","68,0","1,0023" -21/03/2005,08.00.00,"3,2",1476.0,-200.0,"17,3",1219.0,487.0,459.0,141.0,1673.0,1561.0,"13,5","63,9","0,9875" -21/03/2005,09.00.00,"6,1",1653.0,-200.0,"31,0",1573.0,723.0,345.0,174.0,2147.0,1920.0,"14,7","59,8","0,9928" -21/03/2005,10.00.00,"4,3",1403.0,-200.0,"15,4",1161.0,614.0,487.0,178.0,1576.0,1583.0,"15,9","56,6","1,0147" -21/03/2005,11.00.00,"2,6",1241.0,-200.0,"10,9",1011.0,395.0,545.0,163.0,1428.0,1274.0,"18,3","49,4","1,0264" -21/03/2005,12.00.00,"2,0",1176.0,-200.0,"8,4",914.0,310.0,621.0,143.0,1347.0,1083.0,"19,8","44,2","1,0091" -21/03/2005,13.00.00,"1,8",1160.0,-200.0,"7,1",862.0,259.0,636.0,127.0,1320.0,924.0,"21,6","39,6","1,0090" -21/03/2005,14.00.00,"2,1",1224.0,-200.0,"10,0",977.0,251.0,571.0,131.0,1424.0,1002.0,"23,3","35,8","1,0086" -21/03/2005,15.00.00,"2,1",1175.0,-200.0,"8,2",906.0,261.0,616.0,135.0,1332.0,905.0,"23,8","33,4","0,9699" -21/03/2005,16.00.00,"2,0",1235.0,-200.0,"9,2",947.0,241.0,594.0,131.0,1362.0,923.0,"22,8","35,3","0,9693" -21/03/2005,17.00.00,"2,6",1288.0,-200.0,"12,4",1064.0,317.0,539.0,153.0,1446.0,1123.0,"22,8","34,9","0,9576" -21/03/2005,18.00.00,"4,5",1512.0,-200.0,"23,3",1386.0,505.0,425.0,198.0,1831.0,1602.0,"20,9","39,3","0,9615" -21/03/2005,19.00.00,"6,4",1609.0,-200.0,"29,7",1544.0,669.0,367.0,232.0,1999.0,1878.0,"18,6","46,4","0,9867" -21/03/2005,20.00.00,"6,0",1537.0,-200.0,"25,7",1446.0,638.0,392.0,224.0,1855.0,1840.0,"17,2","52,7","1,0285" -21/03/2005,21.00.00,"3,8",1315.0,-200.0,"14,3",1126.0,433.0,498.0,183.0,1537.0,1474.0,"15,3","61,0","1,0540" -21/03/2005,22.00.00,"2,1",1155.0,-200.0,"8,2",909.0,252.0,604.0,144.0,1331.0,1244.0,"14,2","65,4","1,0497" -21/03/2005,23.00.00,"1,2",1033.0,-200.0,"4,9",759.0,154.0,735.0,117.0,1185.0,937.0,"13,8","65,2","1,0275" -22/03/2005,00.00.00,"1,3",1078.0,-200.0,"5,9",808.0,152.0,696.0,106.0,1221.0,891.0,"13,3","65,6","0,9969" -22/03/2005,01.00.00,"1,5",1069.0,-200.0,"5,7",799.0,181.0,682.0,121.0,1211.0,1044.0,"12,6","67,9","0,9886" -22/03/2005,02.00.00,"0,9",952.0,-200.0,"2,9",648.0,109.0,847.0,87.0,1107.0,792.0,"12,8","64,5","0,9493" -22/03/2005,03.00.00,"0,7",910.0,-200.0,"1,8",570.0,73.0,964.0,62.0,1060.0,670.0,"12,8","63,6","0,9360" -22/03/2005,04.00.00,"0,5",878.0,-200.0,"1,2",517.0,83.0,1069.0,70.0,1046.0,689.0,"12,0","65,2","0,9103" -22/03/2005,05.00.00,"0,6",899.0,-200.0,"1,6",556.0,90.0,1001.0,66.0,1064.0,717.0,"10,6","70,8","0,9033" -22/03/2005,06.00.00,"0,7",939.0,-200.0,"2,5",620.0,151.0,905.0,88.0,1095.0,813.0,"10,9","69,2","0,9033" -22/03/2005,07.00.00,"0,9",1001.0,-200.0,"3,8",701.0,191.0,816.0,93.0,1130.0,891.0,"10,3","70,9","0,8907" -22/03/2005,08.00.00,"2,2",1303.0,-200.0,"13,5",1102.0,403.0,536.0,116.0,1488.0,1323.0,"11,8","66,3","0,9174" -22/03/2005,09.00.00,"4,7",1557.0,-200.0,"27,8",1499.0,555.0,381.0,151.0,1945.0,1817.0,"14,1","58,9","0,9447" -22/03/2005,10.00.00,"4,5",1402.0,-200.0,"18,8",1263.0,551.0,446.0,169.0,1640.0,1723.0,"16,5","51,6","0,9601" -22/03/2005,11.00.00,"3,1",1380.0,-200.0,"15,7",1170.0,473.0,477.0,166.0,1566.0,1656.0,"20,2","42,1","0,9840" -22/03/2005,12.00.00,"2,8",1350.0,-200.0,"15,6",1168.0,388.0,475.0,160.0,1564.0,1539.0,"21,7","39,0","0,9979" -22/03/2005,13.00.00,"2,4",1283.0,-200.0,"12,3",1061.0,296.0,525.0,145.0,1434.0,1294.0,"23,5","35,0","0,9977" -22/03/2005,14.00.00,"2,5",1293.0,-200.0,"12,4",1064.0,283.0,522.0,131.0,1446.0,1229.0,"23,5","34,2","0,9748" -22/03/2005,15.00.00,"2,0",1197.0,-200.0,"9,1",943.0,256.0,599.0,130.0,1294.0,951.0,"25,5","28,3","0,9124" -22/03/2005,16.00.00,"1,7",1142.0,-200.0,"8,6",924.0,234.0,629.0,122.0,1236.0,819.0,"25,5","24,7","0,7928" -22/03/2005,17.00.00,"1,7",1147.0,-200.0,"8,4",914.0,215.0,633.0,113.0,1233.0,801.0,"22,9","29,2","0,8055" -22/03/2005,18.00.00,"3,3",1448.0,-200.0,"20,9",1322.0,454.0,447.0,156.0,1655.0,1492.0,"21,3","32,9","0,8209" -22/03/2005,19.00.00,"4,5",1487.0,-200.0,"21,9",1350.0,605.0,418.0,198.0,1698.0,1692.0,"20,1","42,4","0,9880" -22/03/2005,20.00.00,"5,8",1476.0,-200.0,"20,4",1308.0,529.0,428.0,175.0,1674.0,1654.0,"18,6","46,6","0,9858" -22/03/2005,21.00.00,"4,3",1282.0,-200.0,"11,0",1013.0,354.0,545.0,141.0,1384.0,1287.0,"17,4","50,6","0,9989" -22/03/2005,22.00.00,"3,0",1147.0,-200.0,"6,8",848.0,195.0,636.0,101.0,1289.0,938.0,"16,4","57,2","1,0574" -22/03/2005,23.00.00,"2,8",1130.0,-200.0,"6,3",828.0,161.0,645.0,102.0,1283.0,973.0,"16,3","59,4","1,0895" -23/03/2005,00.00.00,"2,7",1154.0,-200.0,"6,2",822.0,187.0,656.0,119.0,1285.0,1087.0,"16,0","60,2","1,0844" -23/03/2005,01.00.00,"2,4",1049.0,-200.0,"3,5",683.0,156.0,782.0,110.0,1190.0,796.0,"15,6","61,6","1,0859" -23/03/2005,02.00.00,"2,2",1056.0,-200.0,"3,3",672.0,116.0,769.0,87.0,1184.0,830.0,"15,4","62,0","1,0793" -23/03/2005,03.00.00,"2,0",1011.0,-200.0,"2,5",622.0,83.0,827.0,66.0,1158.0,703.0,"15,2","63,5","1,0881" -23/03/2005,04.00.00,"-200,0",993.0,-200.0,"2,3",604.0,85.0,848.0,65.0,1160.0,762.0,"14,5","66,4","1,0919" -23/03/2005,05.00.00,"0,5",976.0,-200.0,"1,8",568.0,78.0,891.0,63.0,1143.0,705.0,"15,0","64,8","1,1007" -23/03/2005,06.00.00,"0,7",1050.0,-200.0,"3,6",690.0,127.0,761.0,71.0,1223.0,867.0,"14,2","68,3","1,0988" -23/03/2005,07.00.00,"1,2",1143.0,-200.0,"6,1",818.0,279.0,646.0,103.0,1316.0,1122.0,"14,0","68,6","1,0918" -23/03/2005,08.00.00,"3,9",1606.0,-200.0,"22,3",1360.0,649.0,396.0,144.0,1895.0,1771.0,"15,4","63,4","1,1045" -23/03/2005,09.00.00,"4,9",1592.0,-200.0,"27,0",1478.0,593.0,360.0,158.0,1975.0,1874.0,"17,8","53,3","1,0736" -23/03/2005,10.00.00,"4,6",1510.0,-200.0,"19,5",1282.0,584.0,419.0,169.0,1726.0,1812.0,"19,4","47,5","1,0610" -23/03/2005,11.00.00,"3,4",1421.0,-200.0,"15,8",1172.0,563.0,474.0,184.0,1513.0,1726.0,"21,4","38,7","0,9724" -23/03/2005,12.00.00,"2,0",1169.0,-200.0,"10,3",987.0,337.0,596.0,143.0,1285.0,1184.0,"22,9","29,3","0,8077" -23/03/2005,13.00.00,"1,9",1187.0,-200.0,"11,0",1014.0,272.0,578.0,133.0,1315.0,1131.0,"24,2","26,5","0,7869" -23/03/2005,14.00.00,"2,4",1171.0,-200.0,"11,9",1045.0,322.0,570.0,141.0,1291.0,1149.0,"24,5","23,1","0,6968" -23/03/2005,15.00.00,"2,4",1175.0,-200.0,"11,7",1040.0,362.0,582.0,153.0,1268.0,1185.0,"23,1","22,8","0,6346" -23/03/2005,16.00.00,"2,2",1216.0,-200.0,"12,0",1050.0,361.0,564.0,149.0,1311.0,1244.0,"23,3","23,8","0,6738" -23/03/2005,17.00.00,"2,5",1239.0,-200.0,"12,3",1062.0,431.0,558.0,159.0,1299.0,1380.0,"23,2","23,3","0,6562" -23/03/2005,18.00.00,"3,9",1463.0,-200.0,"23,2",1383.0,545.0,440.0,181.0,1636.0,1727.0,"22,7","25,5","0,6944" -23/03/2005,19.00.00,"6,2",1616.0,-200.0,"32,6",1610.0,796.0,374.0,227.0,1909.0,2021.0,"21,0","29,2","0,7192" -23/03/2005,20.00.00,"7,2",1663.0,-200.0,"32,0",1597.0,874.0,366.0,230.0,1906.0,2159.0,"19,5","35,6","0,7978" -23/03/2005,21.00.00,"3,9",1445.0,-200.0,"18,8",1263.0,551.0,464.0,194.0,1500.0,1844.0,"18,8","37,3","0,8031" -23/03/2005,22.00.00,"2,4",1293.0,-200.0,"12,1",1052.0,393.0,536.0,172.0,1332.0,1593.0,"17,7","39,7","0,7990" -23/03/2005,23.00.00,"2,3",1354.0,-200.0,"13,0",1084.0,369.0,502.0,158.0,1380.0,1651.0,"16,7","45,2","0,8506" -24/03/2005,00.00.00,"1,9",1251.0,-200.0,"9,9",973.0,314.0,559.0,144.0,1277.0,1482.0,"15,9","47,0","0,8434" -24/03/2005,01.00.00,"1,7",1222.0,-200.0,"8,1",902.0,294.0,590.0,133.0,1256.0,1384.0,"15,1","50,2","0,8543" -24/03/2005,02.00.00,"0,9",1044.0,-200.0,"3,8",702.0,165.0,746.0,109.0,1099.0,1101.0,"15,3","49,2","0,8493" -24/03/2005,03.00.00,"0,7",1006.0,-200.0,"3,1",659.0,143.0,791.0,94.0,1082.0,999.0,"13,1","56,1","0,8416" -24/03/2005,04.00.00,"0,5",953.0,-200.0,"2,0",583.0,93.0,889.0,73.0,1043.0,895.0,"13,3","54,4","0,8287" -24/03/2005,05.00.00,"0,4",959.0,-200.0,"2,2",598.0,111.0,878.0,76.0,1045.0,904.0,"12,4","58,3","0,8364" -24/03/2005,06.00.00,"0,4",949.0,-200.0,"2,3",607.0,105.0,884.0,74.0,1043.0,851.0,"12,9","56,0","0,8292" -24/03/2005,07.00.00,"0,7",1073.0,-200.0,"4,9",760.0,173.0,727.0,73.0,1128.0,1052.0,"11,9","59,6","0,8294" -24/03/2005,08.00.00,"3,1",1499.0,-200.0,"19,8",1291.0,541.0,444.0,107.0,1653.0,1609.0,"13,4","55,1","0,8444" -24/03/2005,09.00.00,"3,4",1404.0,-200.0,"15,0",1149.0,581.0,469.0,115.0,1523.0,1614.0,"16,1","46,4","0,8436" -24/03/2005,10.00.00,"3,5",1465.0,-200.0,"18,1",1241.0,591.0,434.0,132.0,1572.0,1774.0,"17,9","42,2","0,8557" -24/03/2005,11.00.00,"3,2",1474.0,-200.0,"15,3",1158.0,653.0,469.0,155.0,1476.0,1802.0,"18,2","43,2","0,8926" -24/03/2005,12.00.00,"3,2",1611.0,-200.0,"17,8",1233.0,690.0,413.0,140.0,1687.0,1741.0,"16,0","67,9","1,2217" -24/03/2005,13.00.00,"3,3",1590.0,-200.0,"17,3",1219.0,602.0,410.0,147.0,1677.0,1830.0,"17,6","59,7","1,1880" -24/03/2005,14.00.00,"3,0",1422.0,-200.0,"14,1",1120.0,489.0,476.0,161.0,1525.0,1696.0,"20,9","43,4","1,0618" -24/03/2005,15.00.00,"2,0",1273.0,-200.0,"10,3",988.0,288.0,563.0,123.0,1387.0,1257.0,"24,1","33,3","0,9881" -24/03/2005,16.00.00,"2,3",1296.0,-200.0,"11,0",1014.0,323.0,543.0,142.0,1401.0,1305.0,"22,9","35,2","0,9694" -24/03/2005,17.00.00,"2,2",1247.0,-200.0,"10,3",989.0,301.0,557.0,143.0,1383.0,1183.0,"22,2","36,2","0,9560" -24/03/2005,18.00.00,"2,7",1359.0,-200.0,"14,6",1135.0,335.0,505.0,153.0,1500.0,1347.0,"21,3","37,8","0,9462" -24/03/2005,19.00.00,"5,9",1726.0,-200.0,"30,8",1570.0,659.0,359.0,200.0,2021.0,1947.0,"20,1","43,2","1,0051" -24/03/2005,20.00.00,"7,5",1818.0,-200.0,"35,5",1675.0,847.0,330.0,232.0,2143.0,2129.0,"18,8","49,1","1,0538" -24/03/2005,21.00.00,"5,0",1667.0,-200.0,"24,2",1410.0,691.0,383.0,201.0,1818.0,1948.0,"18,2","52,2","1,0795" -24/03/2005,22.00.00,"4,0",1549.0,-200.0,"17,8",1233.0,590.0,424.0,175.0,1648.0,1804.0,"17,4","57,3","1,1288" -24/03/2005,23.00.00,"2,7",1385.0,-200.0,"11,9",1045.0,449.0,496.0,159.0,1462.0,1572.0,"17,0","56,6","1,0902" -25/03/2005,00.00.00,"2,0",1320.0,-200.0,"9,3",950.0,316.0,542.0,135.0,1428.0,1426.0,"16,2","66,3","1,2080" -25/03/2005,01.00.00,"1,5",1205.0,-200.0,"6,3",828.0,239.0,622.0,128.0,1344.0,1170.0,"15,3","73,3","1,2655" -25/03/2005,02.00.00,"1,0",1099.0,-200.0,"4,0",709.0,165.0,727.0,109.0,1263.0,1000.0,"15,2","73,3","1,2556" -25/03/2005,03.00.00,"1,0",1106.0,-200.0,"4,1",715.0,152.0,714.0,101.0,1279.0,949.0,"13,9","80,4","1,2694" -25/03/2005,04.00.00,"0,9",1099.0,-200.0,"4,1",718.0,144.0,714.0,96.0,1300.0,905.0,"13,6","82,8","1,2817" -25/03/2005,05.00.00,"0,8",1042.0,-200.0,"3,3",671.0,126.0,754.0,87.0,1255.0,845.0,"13,7","82,0","1,2770" -25/03/2005,06.00.00,"0,6",980.0,-200.0,"2,5",621.0,132.0,858.0,81.0,1190.0,692.0,"13,7","78,0","1,2174" -25/03/2005,07.00.00,"1,0",1138.0,-200.0,"5,4",782.0,228.0,705.0,100.0,1321.0,926.0,"14,1","75,5","1,2065" -25/03/2005,08.00.00,"3,2",1517.0,-200.0,"17,4",1222.0,580.0,437.0,146.0,1750.0,1470.0,"14,8","73,6","1,2331" -25/03/2005,09.00.00,"4,3",1537.0,-200.0,"22,9",1374.0,564.0,384.0,158.0,1941.0,1660.0,"16,0","67,8","1,2276" -25/03/2005,10.00.00,"2,7",1296.0,-200.0,"11,1",1017.0,369.0,526.0,136.0,1494.0,1360.0,"18,4","59,2","1,2398" -25/03/2005,11.00.00,"1,6",1255.0,-200.0,"9,5",958.0,260.0,579.0,117.0,1420.0,1215.0,"20,4","50,5","1,1954" -25/03/2005,12.00.00,"1,4",1367.0,-200.0,"13,6",1105.0,371.0,503.0,140.0,1578.0,1391.0,"21,3","46,6","1,1628" -25/03/2005,13.00.00,"2,3",1473.0,-200.0,"17,0",1210.0,513.0,462.0,169.0,1686.0,1521.0,"20,4","49,8","1,1765" -25/03/2005,14.00.00,"2,1",1422.0,-200.0,"15,8",1175.0,471.0,474.0,163.0,1647.0,1483.0,"21,1","47,8","1,1813" -25/03/2005,15.00.00,"1,4",1378.0,-200.0,"14,3",1125.0,378.0,502.0,144.0,1601.0,1380.0,"21,5","47,8","1,2060" -25/03/2005,16.00.00,"3,4",1446.0,-200.0,"17,5",1224.0,445.0,471.0,153.0,1706.0,1450.0,"21,7","47,4","1,2184" -25/03/2005,17.00.00,"3,8",1473.0,-200.0,"17,8",1235.0,483.0,468.0,164.0,1702.0,1519.0,"21,0","49,8","1,2208" -25/03/2005,18.00.00,"4,9",1619.0,-200.0,"24,3",1411.0,530.0,417.0,174.0,1908.0,1684.0,"20,4","51,9","1,2261" -25/03/2005,19.00.00,"5,7",1673.0,-200.0,"27,2",1484.0,649.0,397.0,196.0,2008.0,1812.0,"19,4","56,3","1,2500" -25/03/2005,20.00.00,"5,5",1605.0,-200.0,"23,7",1397.0,604.0,420.0,189.0,1891.0,1710.0,"18,8","58,3","1,2514" -25/03/2005,21.00.00,"3,9",1460.0,-200.0,"16,7",1201.0,486.0,466.0,155.0,1685.0,1591.0,"18,2","61,0","1,2634" -25/03/2005,22.00.00,"3,1",1407.0,-200.0,"14,0",1117.0,402.0,486.0,137.0,1596.0,1521.0,"17,7","63,3","1,2729" -25/03/2005,23.00.00,"2,0",1286.0,-200.0,"10,1",982.0,268.0,550.0,117.0,1458.0,1353.0,"17,7","63,5","1,2700" -26/03/2005,00.00.00,"2,5",1372.0,-200.0,"12,1",1054.0,350.0,504.0,128.0,1534.0,1463.0,"17,1","66,9","1,2926" -26/03/2005,01.00.00,"2,2",1312.0,-200.0,"10,5",995.0,312.0,527.0,124.0,1488.0,1447.0,"16,8","69,0","1,3135" -26/03/2005,02.00.00,"1,5",1205.0,-200.0,"7,2",867.0,243.0,601.0,108.0,1361.0,1294.0,"16,6","70,0","1,3078" -26/03/2005,03.00.00,"1,2",1167.0,-200.0,"6,4",829.0,202.0,622.0,89.0,1360.0,1172.0,"16,1","71,3","1,2955" -26/03/2005,04.00.00,"-200,0",1122.0,-200.0,"6,0",811.0,181.0,641.0,92.0,1336.0,1122.0,"16,2","71,2","1,3013" -26/03/2005,05.00.00,"0,8",1126.0,-200.0,"5,3",779.0,139.0,663.0,84.0,1309.0,1103.0,"16,3","69,8","1,2853" -26/03/2005,06.00.00,"0,1",1121.0,-200.0,"4,9",757.0,156.0,672.0,83.0,1293.0,1113.0,"16,1","70,0","1,2739" -26/03/2005,07.00.00,"1,1",1135.0,-200.0,"5,7",797.0,175.0,651.0,80.0,1325.0,1109.0,"16,1","69,5","1,2623" -26/03/2005,08.00.00,"1,7",1248.0,-200.0,"9,0",939.0,281.0,565.0,93.0,1458.0,1229.0,"16,5","68,1","1,2653" -26/03/2005,09.00.00,"2,1",1325.0,-200.0,"10,9",1010.0,322.0,513.0,106.0,1522.0,1404.0,"17,4","65,0","1,2775" -26/03/2005,10.00.00,"2,3",1347.0,-200.0,"10,6",1000.0,369.0,510.0,115.0,1490.0,1450.0,"18,4","60,2","1,2623" -26/03/2005,11.00.00,"2,1",1317.0,-200.0,"9,3",952.0,366.0,541.0,124.0,1443.0,1393.0,"19,1","57,5","1,2569" -26/03/2005,12.00.00,"1,9",1243.0,-200.0,"8,3",912.0,301.0,579.0,113.0,1406.0,1227.0,"21,2","48,4","1,2028" -26/03/2005,13.00.00,"1,7",1169.0,-200.0,"6,6",841.0,232.0,623.0,104.0,1361.0,1040.0,"22,3","43,9","1,1695" -26/03/2005,14.00.00,"1,3",1085.0,-200.0,"5,1",769.0,156.0,711.0,85.0,1264.0,820.0,"23,7","39,4","1,1366" -26/03/2005,15.00.00,"1,3",1177.0,-200.0,"7,9",896.0,169.0,616.0,94.0,1374.0,1011.0,"23,1","41,2","1,1523" -26/03/2005,16.00.00,"1,6",1207.0,-200.0,"7,7",888.0,203.0,611.0,99.0,1382.0,1042.0,"25,7","35,7","1,1626" -26/03/2005,17.00.00,"2,2",1269.0,-200.0,"10,7",1005.0,260.0,553.0,112.0,1463.0,1136.0,"24,3","38,4","1,1503" -26/03/2005,18.00.00,"2,3",1205.0,-200.0,"10,5",996.0,289.0,559.0,122.0,1456.0,1101.0,"21,9","45,1","1,1687" -26/03/2005,19.00.00,"2,2",1218.0,-200.0,"10,9",1009.0,273.0,553.0,119.0,1486.0,1108.0,"19,7","51,8","1,1779" -26/03/2005,20.00.00,"2,0",1183.0,-200.0,"8,4",914.0,263.0,604.0,119.0,1387.0,1078.0,"18,7","54,5","1,1644" -26/03/2005,21.00.00,"2,3",1242.0,-200.0,"10,0",978.0,295.0,564.0,127.0,1449.0,1210.0,"17,8","58,1","1,1742" -26/03/2005,22.00.00,"2,2",1263.0,-200.0,"10,3",990.0,303.0,553.0,126.0,1465.0,1270.0,"17,3","60,8","1,1885" -26/03/2005,23.00.00,"1,6",1139.0,-200.0,"7,2",865.0,209.0,625.0,111.0,1362.0,1119.0,"16,5","63,8","1,1873" -27/03/2005,00.00.00,"1,6",1166.0,-200.0,"6,4",829.0,200.0,632.0,102.0,1338.0,1133.0,"16,3","65,2","1,1982" -27/03/2005,01.00.00,"1,3",1079.0,-200.0,"4,3",727.0,174.0,724.0,93.0,1275.0,1010.0,"16,5","63,8","1,1896" -27/03/2005,02.00.00,"1,0",1008.0,-200.0,"3,3",669.0,115.0,791.0,78.0,1241.0,894.0,"16,6","63,0","1,1784" -27/03/2005,03.00.00,"1,0",1034.0,-200.0,"3,9",707.0,122.0,740.0,74.0,1267.0,930.0,"16,2","64,3","1,1729" -27/03/2005,04.00.00,"1,0",1001.0,-200.0,"3,4",675.0,105.0,778.0,68.0,1260.0,861.0,"15,9","65,1","1,1654" -27/03/2005,05.00.00,"0,8",977.0,-200.0,"2,3",605.0,102.0,852.0,68.0,1212.0,841.0,"15,8","65,4","1,1629" -27/03/2005,06.00.00,"0,7",986.0,-200.0,"2,3",602.0,96.0,878.0,61.0,1211.0,851.0,"15,8","65,9","1,1792" -27/03/2005,07.00.00,"1,1",1082.0,-200.0,"4,2",720.0,144.0,697.0,76.0,1297.0,960.0,"15,6","67,7","1,1911" -27/03/2005,08.00.00,"1,1",1068.0,-200.0,"3,6",688.0,152.0,725.0,78.0,1289.0,926.0,"15,2","71,5","1,2228" -27/03/2005,09.00.00,"1,1",1136.0,-200.0,"4,4",733.0,156.0,692.0,79.0,1344.0,901.0,"14,5","80,8","1,3224" -27/03/2005,10.00.00,"1,4",1184.0,-200.0,"4,6",743.0,208.0,672.0,90.0,1369.0,915.0,"15,2","81,4","1,3930" -27/03/2005,11.00.00,"1,3",1179.0,-200.0,"4,5",738.0,174.0,680.0,89.0,1335.0,956.0,"15,9","77,3","1,3838" -27/03/2005,12.00.00,"1,5",1182.0,-200.0,"5,0",761.0,206.0,677.0,97.0,1338.0,1019.0,"17,5","67,1","1,3342" -27/03/2005,13.00.00,"1,3",1082.0,-200.0,"3,8",700.0,160.0,759.0,91.0,1286.0,842.0,"18,1","62,8","1,2916" -27/03/2005,14.00.00,"0,8",996.0,-200.0,"2,5",620.0,91.0,820.0,62.0,1238.0,612.0,"18,6","62,1","1,3224" -27/03/2005,15.00.00,"0,9",1024.0,-200.0,"2,7",630.0,106.0,862.0,66.0,1240.0,544.0,"16,2","71,9","1,3171" -27/03/2005,16.00.00,"1,4",1093.0,-200.0,"3,5",682.0,199.0,797.0,104.0,1256.0,638.0,"15,4","75,2","1,3024" -27/03/2005,17.00.00,"1,8",1170.0,-200.0,"4,9",756.0,299.0,713.0,126.0,1341.0,793.0,"14,4","80,8","1,3182" -27/03/2005,18.00.00,"1,6",1153.0,-200.0,"4,4",734.0,272.0,712.0,122.0,1324.0,811.0,"13,8","83,5","1,3154" -27/03/2005,19.00.00,"1,8",1220.0,-200.0,"5,7",796.0,285.0,652.0,121.0,1367.0,896.0,"13,9","83,6","1,3208" -27/03/2005,20.00.00,"2,1",1218.0,-200.0,"6,3",825.0,307.0,627.0,126.0,1393.0,978.0,"14,2","82,3","1,3219" -27/03/2005,21.00.00,"1,9",1172.0,-200.0,"6,0",810.0,237.0,637.0,115.0,1376.0,964.0,"14,1","81,4","1,3046" -27/03/2005,22.00.00,"1,7",1182.0,-200.0,"6,0",812.0,244.0,650.0,116.0,1368.0,993.0,"14,4","79,0","1,2917" -27/03/2005,23.00.00,"1,9",1160.0,-200.0,"5,6",794.0,284.0,658.0,120.0,1356.0,966.0,"14,6","77,7","1,2834" -28/03/2005,00.00.00,"1,6",1106.0,-200.0,"4,3",728.0,221.0,722.0,111.0,1309.0,885.0,"14,4","78,6","1,2839" -28/03/2005,01.00.00,"1,2",1031.0,-200.0,"3,0",652.0,173.0,803.0,101.0,1256.0,775.0,"14,4","78,0","1,2741" -28/03/2005,02.00.00,"1,0",1015.0,-200.0,"2,8",640.0,144.0,821.0,92.0,1247.0,738.0,"14,1","79,1","1,2665" -28/03/2005,03.00.00,"1,0",1003.0,-200.0,"2,7",635.0,117.0,829.0,78.0,1235.0,711.0,"13,7","80,6","1,2528" -28/03/2005,04.00.00,"0,8",951.0,-200.0,"2,0",583.0,89.0,905.0,63.0,1212.0,624.0,"13,9","79,6","1,2616" -28/03/2005,05.00.00,"0,6",938.0,-200.0,"1,9",575.0,97.0,955.0,63.0,1195.0,585.0,"13,8","79,0","1,2425" -28/03/2005,06.00.00,"0,6",933.0,-200.0,"1,9",574.0,95.0,937.0,63.0,1201.0,646.0,"13,9","78,0","1,2346" -28/03/2005,07.00.00,"1,0",1010.0,-200.0,"3,1",656.0,166.0,815.0,84.0,1260.0,809.0,"14,1","77,8","1,2445" -28/03/2005,08.00.00,"1,0",1025.0,-200.0,"3,4",675.0,160.0,798.0,89.0,1257.0,828.0,"15,0","73,2","1,2413" -28/03/2005,09.00.00,"1,3",1086.0,-200.0,"4,9",756.0,176.0,700.0,101.0,1308.0,894.0,"16,4","67,3","1,2451" -28/03/2005,10.00.00,"1,5",1111.0,-200.0,"5,2",773.0,216.0,690.0,115.0,1331.0,915.0,"17,8","61,7","1,2436" -28/03/2005,11.00.00,"1,6",1129.0,-200.0,"5,5",788.0,220.0,692.0,111.0,1305.0,920.0,"20,8","50,4","1,2213" -28/03/2005,12.00.00,"1,4",1097.0,-200.0,"4,2",721.0,183.0,746.0,96.0,1266.0,807.0,"21,6","46,8","1,1959" -28/03/2005,13.00.00,"1,4",1029.0,-200.0,"3,3",670.0,154.0,800.0,87.0,1223.0,678.0,"23,1","41,3","1,1506" -28/03/2005,14.00.00,"1,2",1071.0,-200.0,"4,8",752.0,132.0,736.0,81.0,1289.0,668.0,"23,6","39,4","1,1320" -28/03/2005,15.00.00,"1,3",1053.0,-200.0,"4,2",721.0,140.0,764.0,85.0,1216.0,617.0,"25,1","34,0","1,0680" -28/03/2005,16.00.00,"1,4",1055.0,-200.0,"3,7",693.0,186.0,789.0,98.0,1203.0,598.0,"24,7","35,6","1,0882" -28/03/2005,17.00.00,"1,6",1176.0,-200.0,"6,2",822.0,213.0,704.0,109.0,1294.0,778.0,"24,2","38,1","1,1357" -28/03/2005,18.00.00,"2,8",1293.0,-200.0,"9,7",965.0,376.0,589.0,150.0,1399.0,1062.0,"22,7","42,4","1,1540" -28/03/2005,19.00.00,"3,7",1307.0,-200.0,"12,4",1063.0,508.0,554.0,175.0,1432.0,1224.0,"19,6","47,8","1,0781" -28/03/2005,20.00.00,"2,9",1163.0,-200.0,"9,4",954.0,388.0,600.0,157.0,1369.0,1118.0,"17,6","54,4","1,0839" -28/03/2005,21.00.00,"1,8",1103.0,-200.0,"7,1",861.0,250.0,660.0,130.0,1310.0,964.0,"16,2","60,6","1,1089" -28/03/2005,22.00.00,"1,6",1120.0,-200.0,"6,1",817.0,232.0,669.0,120.0,1310.0,1050.0,"15,2","65,8","1,1288" -28/03/2005,23.00.00,"1,7",1107.0,-200.0,"6,0",810.0,229.0,677.0,114.0,1311.0,1016.0,"14,5","68,9","1,1298" -29/03/2005,00.00.00,"1,5",1078.0,-200.0,"5,0",766.0,184.0,692.0,100.0,1269.0,998.0,"14,3","68,5","1,1122" -29/03/2005,01.00.00,"1,0",963.0,-200.0,"2,9",646.0,117.0,834.0,83.0,1181.0,846.0,"14,7","66,4","1,1006" -29/03/2005,02.00.00,"0,8",923.0,-200.0,"2,2",596.0,103.0,908.0,72.0,1148.0,762.0,"13,4","70,4","1,0793" -29/03/2005,03.00.00,"0,5",853.0,-200.0,"1,0",502.0,66.0,1117.0,51.0,1087.0,592.0,"14,2","65,1","1,0495" -29/03/2005,04.00.00,"-200,0",883.0,-200.0,"1,3",530.0,63.0,997.0,46.0,1102.0,617.0,"13,7","68,2","1,0611" -29/03/2005,05.00.00,"0,5",921.0,-200.0,"1,9",575.0,95.0,956.0,58.0,1143.0,672.0,"13,7","67,8","1,0575" -29/03/2005,06.00.00,"1,0",1031.0,-200.0,"4,7",748.0,188.0,738.0,86.0,1245.0,890.0,"12,9","71,8","1,0657" -29/03/2005,07.00.00,"3,0",1371.0,-200.0,"16,0",1180.0,527.0,472.0,122.0,1632.0,1354.0,"13,2","69,9","1,0543" -29/03/2005,08.00.00,"5,1",1519.0,-200.0,"26,3",1461.0,623.0,370.0,140.0,2005.0,1648.0,"14,4","65,8","1,0727" -29/03/2005,09.00.00,"4,3",1409.0,-200.0,"18,8",1262.0,606.0,434.0,146.0,1709.0,1566.0,"15,3","63,3","1,0920" -29/03/2005,10.00.00,"3,3",1303.0,-200.0,"14,4",1128.0,460.0,489.0,152.0,1573.0,1541.0,"17,7","55,6","1,1120" -29/03/2005,11.00.00,"2,4",1184.0,-200.0,"10,0",978.0,346.0,567.0,147.0,1425.0,1226.0,"19,6","49,4","1,1176" -29/03/2005,12.00.00,"2,4",1202.0,-200.0,"12,1",1052.0,296.0,519.0,134.0,1525.0,1126.0,"18,1","58,3","1,2013" -29/03/2005,13.00.00,"2,5",1197.0,-200.0,"11,7",1040.0,321.0,530.0,136.0,1519.0,1147.0,"18,0","57,9","1,1826" -29/03/2005,14.00.00,"2,3",1234.0,-200.0,"12,0",1049.0,312.0,523.0,142.0,1516.0,1190.0,"18,6","55,0","1,1696" -29/03/2005,15.00.00,"2,7",1247.0,-200.0,"12,3",1059.0,355.0,508.0,153.0,1550.0,1212.0,"18,3","57,9","1,2047" -29/03/2005,16.00.00,"2,7",1234.0,-200.0,"12,3",1060.0,349.0,509.0,153.0,1504.0,1251.0,"18,3","54,8","1,1403" -29/03/2005,17.00.00,"3,3",1339.0,-200.0,"16,7",1200.0,385.0,457.0,155.0,1671.0,1404.0,"18,3","53,9","1,1252" -29/03/2005,18.00.00,"3,9",1331.0,-200.0,"15,3",1160.0,456.0,474.0,181.0,1598.0,1419.0,"18,5","54,6","1,1515" -29/03/2005,19.00.00,"2,6",1251.0,-200.0,"13,4",1097.0,306.0,502.0,151.0,1541.0,1328.0,"17,1","61,5","1,1910" -29/03/2005,20.00.00,"3,2",1267.0,-200.0,"13,5",1102.0,402.0,498.0,159.0,1545.0,1378.0,"16,4","62,5","1,1531" -29/03/2005,21.00.00,"2,3",1145.0,-200.0,"9,0",938.0,340.0,591.0,151.0,1376.0,1159.0,"15,2","64,2","1,0983" -29/03/2005,22.00.00,"1,4",1010.0,-200.0,"4,8",752.0,206.0,740.0,127.0,1218.0,932.0,"14,6","67,3","1,1102" -29/03/2005,23.00.00,"1,1",1025.0,-200.0,"5,0",761.0,158.0,745.0,107.0,1237.0,942.0,"13,5","70,8","1,0928" -30/03/2005,00.00.00,"1,2",1024.0,-200.0,"4,9",759.0,178.0,721.0,101.0,1224.0,944.0,"13,0","71,9","1,0697" -30/03/2005,01.00.00,"0,9",938.0,-200.0,"3,4",679.0,118.0,829.0,80.0,1144.0,798.0,"13,0","70,2","1,0457" -30/03/2005,02.00.00,"0,7",905.0,-200.0,"2,4",615.0,95.0,885.0,68.0,1104.0,776.0,"11,6","74,9","1,0224" -30/03/2005,03.00.00,"0,5",826.0,-200.0,"1,1",512.0,84.0,1108.0,61.0,1043.0,636.0,"12,5","67,4","0,9722" -30/03/2005,04.00.00,"0,4",879.0,-200.0,"1,4",539.0,82.0,1045.0,56.0,1073.0,678.0,"11,5","71,5","0,9684" -30/03/2005,05.00.00,"0,5",901.0,-200.0,"2,1",589.0,122.0,933.0,70.0,1109.0,754.0,"10,2","77,9","0,9692" -30/03/2005,06.00.00,"0,8",948.0,-200.0,"3,8",702.0,146.0,801.0,78.0,1164.0,818.0,"11,0","73,1","0,9554" -30/03/2005,07.00.00,"2,3",1250.0,-200.0,"12,6",1069.0,397.0,532.0,106.0,1457.0,1202.0,"10,7","73,6","0,9439" -30/03/2005,08.00.00,"2,9",1263.0,-200.0,"14,7",1138.0,371.0,503.0,117.0,1533.0,1296.0,"12,1","67,3","0,9499" -30/03/2005,09.00.00,"3,1",1319.0,-200.0,"15,5",1164.0,454.0,489.0,144.0,1543.0,1418.0,"15,1","58,6","0,9982" -30/03/2005,10.00.00,"2,7",1202.0,-200.0,"12,1",1055.0,433.0,534.0,158.0,1458.0,1293.0,"18,6","49,5","1,0520" -30/03/2005,11.00.00,"1,8",1109.0,-200.0,"7,9",896.0,287.0,629.0,137.0,1308.0,1027.0,"20,9","42,5","1,0370" -30/03/2005,12.00.00,"1,9",1136.0,-200.0,"9,6",962.0,265.0,594.0,130.0,1350.0,1052.0,"23,6","34,8","0,9986" -30/03/2005,13.00.00,"1,8",1082.0,-200.0,"8,3",910.0,225.0,629.0,125.0,1301.0,875.0,"25,6","28,5","0,9199" -30/03/2005,14.00.00,"1,8",1070.0,-200.0,"9,2",947.0,210.0,609.0,124.0,1292.0,815.0,"26,1","26,3","0,8750" -30/03/2005,15.00.00,"1,8",1070.0,-200.0,"8,4",917.0,215.0,633.0,125.0,1252.0,760.0,"26,6","24,9","0,8525" -30/03/2005,16.00.00,"1,7",1123.0,-200.0,"9,2",945.0,227.0,623.0,135.0,1303.0,856.0,"25,1","28,5","0,8932" -30/03/2005,17.00.00,"3,2",1271.0,-200.0,"16,1",1183.0,403.0,493.0,179.0,1498.0,1258.0,"24,1","32,1","0,9504" -30/03/2005,18.00.00,"3,4",1304.0,-200.0,"17,1",1212.0,444.0,476.0,183.0,1585.0,1383.0,"21,5","39,1","0,9914" -30/03/2005,19.00.00,"4,2",1360.0,-200.0,"19,9",1295.0,475.0,451.0,193.0,1639.0,1518.0,"19,3","46,2","1,0230" -30/03/2005,20.00.00,"3,5",1278.0,-200.0,"14,9",1147.0,438.0,505.0,185.0,1536.0,1890.0,"18,2","52,6","1,0911" -30/03/2005,21.00.00,"2,0",1130.0,-200.0,"8,8",933.0,254.0,608.0,147.0,1373.0,1389.0,"16,8","58,2","1,1022" -30/03/2005,22.00.00,"1,4",1066.0,-200.0,"5,8",802.0,172.0,689.0,117.0,1282.0,1090.0,"16,0","61,9","1,1150" -30/03/2005,23.00.00,"1,5",1090.0,-200.0,"6,6",841.0,174.0,661.0,112.0,1317.0,1092.0,"15,3","65,4","1,1260" -31/03/2005,00.00.00,"1,2",1013.0,-200.0,"4,8",754.0,146.0,729.0,101.0,1245.0,954.0,"14,5","67,8","1,1171" -31/03/2005,01.00.00,"1,1",998.0,-200.0,"4,1",718.0,134.0,757.0,93.0,1230.0,951.0,"14,2","68,6","1,1068" -31/03/2005,02.00.00,"0,7",923.0,-200.0,"2,5",616.0,83.0,874.0,64.0,1169.0,790.0,"13,9","68,7","1,0892" -31/03/2005,03.00.00,"0,6",904.0,-200.0,"1,7",565.0,81.0,942.0,61.0,1144.0,752.0,"13,1","72,5","1,0911" -31/03/2005,04.00.00,"0,5",884.0,-200.0,"1,6",556.0,73.0,965.0,54.0,1135.0,708.0,"12,9","72,7","1,0760" -31/03/2005,05.00.00,"0,6",936.0,-200.0,"2,6",628.0,104.0,876.0,64.0,1173.0,782.0,"12,3","74,2","1,0583" -31/03/2005,06.00.00,"0,9",1068.0,-200.0,"6,1",816.0,191.0,681.0,80.0,1264.0,1011.0,"12,6","71,5","1,0380" -31/03/2005,07.00.00,"4,0",1531.0,-200.0,"23,6",1394.0,673.0,407.0,133.0,1860.0,1683.0,"12,7","69,6","1,0206" -31/03/2005,08.00.00,"4,1",1184.0,-200.0,"10,9",1012.0,547.0,567.0,170.0,1397.0,1341.0,"16,8","51,6","0,9818" -31/03/2005,09.00.00,"1,9",1064.0,-200.0,"6,8",848.0,275.0,692.0,139.0,1212.0,1014.0,"20,3","40,1","0,9439" -31/03/2005,10.00.00,"1,3",996.0,-200.0,"4,9",759.0,200.0,773.0,124.0,1119.0,751.0,"21,0","37,3","0,9139" -31/03/2005,11.00.00,"1,2",984.0,-200.0,"4,2",724.0,185.0,810.0,118.0,1088.0,630.0,"21,0","36,9","0,9089" -31/03/2005,12.00.00,"1,2",980.0,-200.0,"4,3",728.0,164.0,808.0,108.0,1098.0,565.0,"22,8","33,0","0,9040" -31/03/2005,13.00.00,"1,2",970.0,-200.0,"4,0",710.0,150.0,833.0,100.0,1094.0,535.0,"24,0","30,3","0,8925" -31/03/2005,14.00.00,"0,9",940.0,-200.0,"3,1",656.0,134.0,913.0,91.0,1052.0,471.0,"22,6","33,2","0,9007" -31/03/2005,15.00.00,"1,0",963.0,-200.0,"3,7",691.0,128.0,857.0,89.0,1075.0,512.0,"22,5","32,9","0,8846" -31/03/2005,16.00.00,"1,1",961.0,-200.0,"3,8",702.0,150.0,849.0,102.0,1070.0,527.0,"21,5","33,8","0,8575" -31/03/2005,17.00.00,"1,5",1067.0,-200.0,"6,5",836.0,171.0,713.0,114.0,1206.0,690.0,"21,4","36,4","0,9172" -31/03/2005,18.00.00,"2,1",1084.0,-200.0,"7,2",866.0,204.0,682.0,124.0,1219.0,778.0,"20,0","38,9","0,8974" -31/03/2005,19.00.00,"2,1",1102.0,-200.0,"8,3",912.0,215.0,647.0,136.0,1287.0,872.0,"17,8","45,2","0,9123" -31/03/2005,20.00.00,"1,5",976.0,-200.0,"4,4",731.0,156.0,787.0,118.0,1095.0,622.0,"16,3","47,3","0,8686" -31/03/2005,21.00.00,"1,0",895.0,-200.0,"2,3",607.0,114.0,944.0,93.0,1012.0,512.0,"16,3","44,8","0,8244" -31/03/2005,22.00.00,"0,8",886.0,-200.0,"1,8",568.0,81.0,1015.0,72.0,992.0,438.0,"15,6","47,1","0,8273" -31/03/2005,23.00.00,"0,8",886.0,-200.0,"2,1",589.0,83.0,975.0,69.0,1001.0,443.0,"15,1","47,6","0,8139" -01/04/2005,00.00.00,"0,7",848.0,-200.0,"1,5",541.0,69.0,1067.0,61.0,937.0,392.0,"15,1","44,5","0,7569" -01/04/2005,01.00.00,"0,6",818.0,-200.0,"1,0",497.0,53.0,1198.0,50.0,885.0,347.0,"14,6","43,0","0,7108" -01/04/2005,02.00.00,"0,5",848.0,-200.0,"1,1",509.0,36.0,1126.0,35.0,882.0,341.0,"14,5","43,7","0,7163" -01/04/2005,03.00.00,"0,5",826.0,-200.0,"0,9",488.0,30.0,1187.0,29.0,895.0,322.0,"13,6","46,7","0,7245" -01/04/2005,04.00.00,"-200,0",818.0,-200.0,"0,8",473.0,47.0,1257.0,41.0,898.0,323.0,"13,7","48,8","0,7606" -01/04/2005,05.00.00,"0,5",868.0,-200.0,"1,4",535.0,88.0,1136.0,66.0,944.0,395.0,"13,5","50,6","0,7783" -01/04/2005,06.00.00,"0,6",901.0,-200.0,"2,0",586.0,135.0,993.0,89.0,979.0,510.0,"13,7","47,4","0,7412" -01/04/2005,07.00.00,"1,5",1044.0,-200.0,"6,7",845.0,280.0,710.0,150.0,1158.0,909.0,"13,7","45,9","0,7154" -01/04/2005,08.00.00,"1,9",1030.0,-200.0,"6,3",828.0,313.0,705.0,150.0,1130.0,869.0,"16,1","41,0","0,7435" -01/04/2005,09.00.00,"1,3",965.0,-200.0,"4,3",730.0,205.0,799.0,127.0,1038.0,652.0,"16,1","41,5","0,7559" -01/04/2005,10.00.00,"1,0",948.0,-200.0,"3,5",684.0,180.0,851.0,120.0,1011.0,599.0,"16,5","40,8","0,7570" -01/04/2005,11.00.00,"1,0",939.0,-200.0,"3,6",687.0,197.0,870.0,123.0,981.0,550.0,"18,9","33,8","0,7312" -01/04/2005,12.00.00,"1,1",925.0,-200.0,"4,0",713.0,172.0,853.0,115.0,957.0,518.0,"19,2","29,5","0,6480" -01/04/2005,13.00.00,"1,3",924.0,-200.0,"4,5",739.0,184.0,834.0,122.0,966.0,541.0,"19,9","26,3","0,6054" -01/04/2005,14.00.00,"1,0",891.0,-200.0,"3,3",669.0,160.0,923.0,111.0,911.0,456.0,"19,2","27,0","0,5934" -01/04/2005,15.00.00,"1,1",897.0,-200.0,"3,6",687.0,176.0,908.0,119.0,916.0,467.0,"19,4","25,3","0,5625" -01/04/2005,16.00.00,"1,4",939.0,-200.0,"4,3",726.0,219.0,890.0,137.0,955.0,508.0,"18,9","26,2","0,5667" -01/04/2005,17.00.00,"1,5",943.0,-200.0,"5,1",770.0,222.0,856.0,147.0,959.0,583.0,"19,3","24,7","0,5483" -01/04/2005,18.00.00,"1,6",928.0,-200.0,"5,5",790.0,231.0,812.0,154.0,951.0,609.0,"17,1","25,3","0,4881" -01/04/2005,19.00.00,"2,2",961.0,-200.0,"7,4",874.0,248.0,747.0,160.0,1003.0,757.0,"15,6","26,2","0,4604" -01/04/2005,20.00.00,"1,4",867.0,-200.0,"3,7",694.0,183.0,906.0,134.0,858.0,539.0,"13,8","30,6","0,4790" -01/04/2005,21.00.00,"0,9",823.0,-200.0,"1,9",579.0,144.0,1070.0,110.0,778.0,420.0,"13,1","31,7","0,4756" -01/04/2005,22.00.00,"0,8",835.0,-200.0,"2,1",593.0,132.0,1072.0,99.0,793.0,408.0,"13,2","31,8","0,4798" -01/04/2005,23.00.00,"1,1",893.0,-200.0,"3,4",675.0,180.0,955.0,127.0,853.0,560.0,"13,6","30,8","0,4779" -02/04/2005,00.00.00,"1,5",965.0,-200.0,"5,8",803.0,280.0,802.0,174.0,951.0,889.0,"13,1","32,0","0,4817" -02/04/2005,01.00.00,"1,1",838.0,-200.0,"1,9",580.0,167.0,1055.0,127.0,791.0,516.0,"12,7","33,6","0,4902" -02/04/2005,02.00.00,"0,6",835.0,-200.0,"1,5",546.0,102.0,1111.0,81.0,768.0,391.0,"12,2","35,6","0,5038" -02/04/2005,03.00.00,"0,5",820.0,-200.0,"1,4",536.0,92.0,1137.0,70.0,777.0,374.0,"11,9","35,6","0,4945" -02/04/2005,04.00.00,"0,4",815.0,-200.0,"0,9",488.0,63.0,1223.0,49.0,742.0,326.0,"11,2","38,3","0,5099" -02/04/2005,05.00.00,"0,4",842.0,-200.0,"1,4",535.0,59.0,1140.0,44.0,805.0,352.0,"11,0","40,5","0,5316" -02/04/2005,06.00.00,"0,6",884.0,-200.0,"2,0",587.0,163.0,999.0,107.0,863.0,566.0,"10,7","42,8","0,5489" -02/04/2005,07.00.00,"0,9",922.0,-200.0,"3,1",658.0,227.0,898.0,141.0,922.0,706.0,"11,1","43,3","0,5720" -02/04/2005,08.00.00,"0,9",903.0,-200.0,"2,5",618.0,183.0,933.0,121.0,899.0,575.0,"14,2","36,9","0,5939" -02/04/2005,09.00.00,"0,8",899.0,-200.0,"2,7",631.0,145.0,955.0,103.0,884.0,505.0,"15,6","33,3","0,5861" -02/04/2005,10.00.00,"1,0",890.0,-200.0,"2,7",634.0,150.0,952.0,102.0,856.0,471.0,"16,3","30,0","0,5514" -02/04/2005,11.00.00,"0,8",877.0,-200.0,"2,7",632.0,138.0,993.0,95.0,834.0,421.0,"17,0","26,1","0,5036" -02/04/2005,12.00.00,"0,8",867.0,-200.0,"2,4",613.0,134.0,1019.0,93.0,817.0,389.0,"19,3","22,3","0,4950" -02/04/2005,13.00.00,"1,0",892.0,-200.0,"2,4",614.0,137.0,986.0,95.0,843.0,408.0,"20,5","21,9","0,5215" -02/04/2005,14.00.00,"0,8",889.0,-200.0,"2,3",603.0,112.0,1022.0,80.0,853.0,382.0,"22,0","20,2","0,5274" -02/04/2005,15.00.00,"0,8",900.0,-200.0,"2,5",622.0,112.0,1008.0,81.0,861.0,387.0,"21,7","20,9","0,5367" -02/04/2005,16.00.00,"0,9",910.0,-200.0,"2,9",644.0,149.0,971.0,106.0,873.0,428.0,"21,6","20,8","0,5292" -02/04/2005,17.00.00,"1,1",947.0,-200.0,"3,5",682.0,159.0,906.0,113.0,928.0,488.0,"21,0","22,3","0,5468" -02/04/2005,18.00.00,"1,1",947.0,-200.0,"4,0",708.0,161.0,858.0,117.0,958.0,556.0,"18,6","26,6","0,5631" -02/04/2005,19.00.00,"1,2",936.0,-200.0,"3,5",685.0,171.0,866.0,124.0,942.0,568.0,"15,5","33,9","0,5957" -02/04/2005,20.00.00,"1,1",925.0,-200.0,"2,9",645.0,167.0,904.0,122.0,930.0,546.0,"14,3","38,0","0,6162" -02/04/2005,21.00.00,"0,8",885.0,-200.0,"1,8",567.0,116.0,1021.0,87.0,872.0,428.0,"13,5","39,4","0,6089" -02/04/2005,22.00.00,"0,7",891.0,-200.0,"1,8",567.0,105.0,1031.0,79.0,881.0,418.0,"13,1","41,3","0,6184" -02/04/2005,23.00.00,"0,7",904.0,-200.0,"2,1",593.0,125.0,1012.0,93.0,894.0,472.0,"13,5","37,8","0,5815" -03/04/2005,00.00.00,"0,8",929.0,-200.0,"2,5",617.0,140.0,953.0,102.0,898.0,544.0,"13,5","37,4","0,5745" -03/04/2005,01.00.00,"0,8",951.0,-200.0,"2,8",642.0,109.0,895.0,86.0,929.0,666.0,"12,7","40,8","0,5977" -03/04/2005,02.00.00,"0,7",938.0,-200.0,"2,7",631.0,99.0,882.0,77.0,931.0,679.0,"12,0","44,2","0,6177" -03/04/2005,03.00.00,"0,8",921.0,-200.0,"2,8",642.0,120.0,861.0,88.0,948.0,768.0,"10,5","48,7","0,6164" -03/04/2005,04.00.00,"0,5",850.0,-200.0,"2,0",583.0,83.0,955.0,64.0,914.0,589.0,"10,1","49,7","0,6122" -03/04/2005,05.00.00,"0,3",811.0,-200.0,"1,0",494.0,60.0,1118.0,46.0,872.0,470.0,"9,6","51,0","0,6082" -03/04/2005,06.00.00,"0,4",848.0,-200.0,"1,3",530.0,75.0,1072.0,55.0,901.0,523.0,"9,1","52,4","0,6074" -03/04/2005,07.00.00,"0,6",882.0,-200.0,"1,7",563.0,127.0,978.0,84.0,936.0,660.0,"8,9","52,7","0,6034" -03/04/2005,08.00.00,"0,7",936.0,-200.0,"2,4",611.0,134.0,911.0,89.0,949.0,741.0,"13,5","40,0","0,6168" -03/04/2005,09.00.00,"1,2",1022.0,-200.0,"4,1",715.0,192.0,806.0,118.0,1004.0,831.0,"17,8","30,7","0,6205" -03/04/2005,10.00.00,"1,4",970.0,-200.0,"3,4",677.0,166.0,888.0,113.0,931.0,613.0,"21,1","23,7","0,5875" -03/04/2005,11.00.00,"1,3",1000.0,-200.0,"5,3",779.0,171.0,805.0,115.0,1001.0,640.0,"24,0","19,3","0,5673" -03/04/2005,12.00.00,"1,4",996.0,-200.0,"5,3",781.0,177.0,806.0,124.0,985.0,631.0,"26,5","16,4","0,5594" -03/04/2005,13.00.00,"1,0",928.0,-200.0,"3,8",701.0,119.0,926.0,86.0,902.0,456.0,"28,7","13,7","0,5302" -03/04/2005,14.00.00,"1,0",933.0,-200.0,"4,2",722.0,121.0,899.0,87.0,890.0,450.0,"28,5","13,1","0,5002" -03/04/2005,15.00.00,"1,1",956.0,-200.0,"5,4",783.0,142.0,857.0,100.0,896.0,516.0,"30,0","11,1","0,4624" -03/04/2005,16.00.00,"1,3",968.0,-200.0,"6,3",826.0,197.0,867.0,132.0,898.0,548.0,"29,4","10,4","0,4192" -03/04/2005,17.00.00,"1,4",953.0,-200.0,"6,1",817.0,242.0,872.0,156.0,891.0,603.0,"28,9","9,9","0,3866" -03/04/2005,18.00.00,"1,2",1015.0,-200.0,"4,6",743.0,190.0,851.0,138.0,981.0,597.0,"22,8","21,7","0,5945" -03/04/2005,19.00.00,"2,7",1248.0,-200.0,"11,1",1018.0,367.0,599.0,181.0,1289.0,1167.0,"19,9","33,0","0,7608" -03/04/2005,20.00.00,"2,5",1180.0,-200.0,"7,9",894.0,355.0,636.0,187.0,1200.0,1372.0,"17,5","40,7","0,8073" -03/04/2005,21.00.00,"1,5",1102.0,-200.0,"6,0",812.0,235.0,693.0,158.0,1178.0,1042.0,"16,4","46,6","0,8642" -03/04/2005,22.00.00,"1,6",1116.0,-200.0,"5,8",803.0,233.0,696.0,153.0,1173.0,1055.0,"15,5","49,0","0,8579" -03/04/2005,23.00.00,"1,2",1100.0,-200.0,"5,1",769.0,170.0,722.0,128.0,1147.0,1049.0,"14,3","52,5","0,8497" -04/04/2005,00.00.00,"0,9",1012.0,-200.0,"3,5",683.0,117.0,801.0,93.0,1073.0,816.0,"14,2","51,4","0,8275" -04/04/2005,01.00.00,"0,6",944.0,-200.0,"1,9",579.0,70.0,925.0,58.0,1002.0,598.0,"13,8","51,2","0,8058" -04/04/2005,02.00.00,"0,5",912.0,-200.0,"1,5",544.0,69.0,959.0,55.0,1002.0,573.0,"12,1","56,3","0,7927" -04/04/2005,03.00.00,"0,4",887.0,-200.0,"1,1",508.0,62.0,1047.0,51.0,974.0,549.0,"11,3","58,9","0,7888" -04/04/2005,04.00.00,"-200,0",864.0,-200.0,"0,8",478.0,52.0,1116.0,43.0,958.0,489.0,"11,8","56,0","0,7743" -04/04/2005,05.00.00,"0,5",888.0,-200.0,"1,3",528.0,77.0,1077.0,53.0,987.0,578.0,"10,4","59,9","0,7550" -04/04/2005,06.00.00,"1,1",1031.0,-200.0,"4,4",730.0,182.0,760.0,93.0,1129.0,905.0,"9,5","63,1","0,7531" -04/04/2005,07.00.00,"4,0",1384.0,-200.0,"17,4",1221.0,594.0,470.0,155.0,1600.0,1457.0,"9,7","61,9","0,7446" -04/04/2005,08.00.00,"5,0",1446.0,-200.0,"22,4",1362.0,586.0,415.0,174.0,1777.0,1705.0,"13,5","48,9","0,7553" -04/04/2005,09.00.00,"3,9",1297.0,-200.0,"13,6",1102.0,523.0,507.0,187.0,1375.0,1583.0,"18,2","36,3","0,7487" -04/04/2005,10.00.00,"3,1",1314.0,-200.0,"13,5",1101.0,472.0,539.0,190.0,1374.0,1729.0,"21,9","29,3","0,7568" -04/04/2005,11.00.00,"2,4",1163.0,-200.0,"11,4",1027.0,353.0,604.0,179.0,1264.0,1269.0,"24,3","23,7","0,7119" -04/04/2005,12.00.00,"2,4",1142.0,-200.0,"12,4",1063.0,293.0,603.0,175.0,1241.0,1092.0,"26,9","18,3","0,6406" -04/04/2005,13.00.00,"2,1",1003.0,-200.0,"9,5",961.0,235.0,702.0,156.0,1041.0,770.0,"28,3","13,5","0,5139" -04/04/2005,14.00.00,"2,2",1071.0,-200.0,"11,9",1047.0,265.0,654.0,168.0,1129.0,816.0,"28,5","13,1","0,5028" diff --git a/misc/TRL-neurips-2023/resources/BenchmarkDataset/ENB2012_data.csv b/misc/TRL-neurips-2023/resources/BenchmarkDataset/ENB2012_data.csv deleted file mode 100644 index d5e47e4..0000000 --- a/misc/TRL-neurips-2023/resources/BenchmarkDataset/ENB2012_data.csv +++ /dev/null @@ -1,769 +0,0 @@ -X1,X2,X3,X4,X5,X6,X7,X8,Y1,Y2 -0.98,514.5,294.0,110.25,7.0,2,0.0,0,15.55,21.33 -0.98,514.5,294.0,110.25,7.0,3,0.0,0,15.55,21.33 -0.98,514.5,294.0,110.25,7.0,4,0.0,0,15.55,21.33 -0.98,514.5,294.0,110.25,7.0,5,0.0,0,15.55,21.33 -0.9,563.5,318.5,122.5,7.0,2,0.0,0,20.84,28.28 -0.9,563.5,318.5,122.5,7.0,3,0.0,0,21.46,25.38 -0.9,563.5,318.5,122.5,7.0,4,0.0,0,20.71,25.16 -0.9,563.5,318.5,122.5,7.0,5,0.0,0,19.68,29.6 -0.86,588.0,294.0,147.0,7.0,2,0.0,0,19.5,27.3 -0.86,588.0,294.0,147.0,7.0,3,0.0,0,19.95,21.97 -0.86,588.0,294.0,147.0,7.0,4,0.0,0,19.34,23.49 -0.86,588.0,294.0,147.0,7.0,5,0.0,0,18.31,27.87 -0.82,612.5,318.5,147.0,7.0,2,0.0,0,17.05,23.77 -0.82,612.5,318.5,147.0,7.0,3,0.0,0,17.41,21.46 -0.82,612.5,318.5,147.0,7.0,4,0.0,0,16.95,21.16 -0.82,612.5,318.5,147.0,7.0,5,0.0,0,15.98,24.93 -0.79,637.0,343.0,147.0,7.0,2,0.0,0,28.52,37.73 -0.79,637.0,343.0,147.0,7.0,3,0.0,0,29.9,31.27 -0.79,637.0,343.0,147.0,7.0,4,0.0,0,29.63,30.93 -0.79,637.0,343.0,147.0,7.0,5,0.0,0,28.75,39.44 -0.76,661.5,416.5,122.5,7.0,2,0.0,0,24.77,29.79 -0.76,661.5,416.5,122.5,7.0,3,0.0,0,23.93,29.68 -0.76,661.5,416.5,122.5,7.0,4,0.0,0,24.77,29.79 -0.76,661.5,416.5,122.5,7.0,5,0.0,0,23.93,29.4 -0.74,686.0,245.0,220.5,3.5,2,0.0,0,6.07,10.9 -0.74,686.0,245.0,220.5,3.5,3,0.0,0,6.05,11.19 -0.74,686.0,245.0,220.5,3.5,4,0.0,0,6.01,10.94 -0.74,686.0,245.0,220.5,3.5,5,0.0,0,6.04,11.17 -0.71,710.5,269.5,220.5,3.5,2,0.0,0,6.37,11.27 -0.71,710.5,269.5,220.5,3.5,3,0.0,0,6.4,11.72 -0.71,710.5,269.5,220.5,3.5,4,0.0,0,6.37,11.29 -0.71,710.5,269.5,220.5,3.5,5,0.0,0,6.4,11.67 -0.69,735.0,294.0,220.5,3.5,2,0.0,0,6.85,11.74 -0.69,735.0,294.0,220.5,3.5,3,0.0,0,6.79,12.05 -0.69,735.0,294.0,220.5,3.5,4,0.0,0,6.77,11.73 -0.69,735.0,294.0,220.5,3.5,5,0.0,0,6.81,11.93 -0.66,759.5,318.5,220.5,3.5,2,0.0,0,7.18,12.4 -0.66,759.5,318.5,220.5,3.5,3,0.0,0,7.1,12.23 -0.66,759.5,318.5,220.5,3.5,4,0.0,0,7.1,12.4 -0.66,759.5,318.5,220.5,3.5,5,0.0,0,7.1,12.14 -0.64,784.0,343.0,220.5,3.5,2,0.0,0,10.85,16.78 -0.64,784.0,343.0,220.5,3.5,3,0.0,0,10.54,16.8 -0.64,784.0,343.0,220.5,3.5,4,0.0,0,10.77,16.75 -0.64,784.0,343.0,220.5,3.5,5,0.0,0,10.56,16.67 -0.62,808.5,367.5,220.5,3.5,2,0.0,0,8.6,12.07 -0.62,808.5,367.5,220.5,3.5,3,0.0,0,8.49,12.22 -0.62,808.5,367.5,220.5,3.5,4,0.0,0,8.45,12.08 -0.62,808.5,367.5,220.5,3.5,5,0.0,0,8.5,12.04 -0.98,514.5,294.0,110.25,7.0,2,0.1,1,24.58,26.47 -0.98,514.5,294.0,110.25,7.0,3,0.1,1,24.63,26.37 -0.98,514.5,294.0,110.25,7.0,4,0.1,1,24.63,26.44 -0.98,514.5,294.0,110.25,7.0,5,0.1,1,24.59,26.29 -0.9,563.5,318.5,122.5,7.0,2,0.1,1,29.03,32.92 -0.9,563.5,318.5,122.5,7.0,3,0.1,1,29.87,29.87 -0.9,563.5,318.5,122.5,7.0,4,0.1,1,29.14,29.58 -0.9,563.5,318.5,122.5,7.0,5,0.1,1,28.09,34.33 -0.86,588.0,294.0,147.0,7.0,2,0.1,1,26.28,30.89 -0.86,588.0,294.0,147.0,7.0,3,0.1,1,26.91,25.6 -0.86,588.0,294.0,147.0,7.0,4,0.1,1,26.37,27.03 -0.86,588.0,294.0,147.0,7.0,5,0.1,1,25.27,31.73 -0.82,612.5,318.5,147.0,7.0,2,0.1,1,23.53,27.31 -0.82,612.5,318.5,147.0,7.0,3,0.1,1,24.03,24.91 -0.82,612.5,318.5,147.0,7.0,4,0.1,1,23.54,24.61 -0.82,612.5,318.5,147.0,7.0,5,0.1,1,22.58,28.51 -0.79,637.0,343.0,147.0,7.0,2,0.1,1,35.56,41.68 -0.79,637.0,343.0,147.0,7.0,3,0.1,1,37.12,35.28 -0.79,637.0,343.0,147.0,7.0,4,0.1,1,36.9,34.43 -0.79,637.0,343.0,147.0,7.0,5,0.1,1,35.94,43.33 -0.76,661.5,416.5,122.5,7.0,2,0.1,1,32.96,33.87 -0.76,661.5,416.5,122.5,7.0,3,0.1,1,32.12,34.07 -0.76,661.5,416.5,122.5,7.0,4,0.1,1,32.94,34.14 -0.76,661.5,416.5,122.5,7.0,5,0.1,1,32.21,33.67 -0.74,686.0,245.0,220.5,3.5,2,0.1,1,10.36,13.43 -0.74,686.0,245.0,220.5,3.5,3,0.1,1,10.43,13.71 -0.74,686.0,245.0,220.5,3.5,4,0.1,1,10.36,13.48 -0.74,686.0,245.0,220.5,3.5,5,0.1,1,10.39,13.7 -0.71,710.5,269.5,220.5,3.5,2,0.1,1,10.71,13.8 -0.71,710.5,269.5,220.5,3.5,3,0.1,1,10.8,14.28 -0.71,710.5,269.5,220.5,3.5,4,0.1,1,10.7,13.87 -0.71,710.5,269.5,220.5,3.5,5,0.1,1,10.75,14.27 -0.69,735.0,294.0,220.5,3.5,2,0.1,1,11.11,14.28 -0.69,735.0,294.0,220.5,3.5,3,0.1,1,11.13,14.61 -0.69,735.0,294.0,220.5,3.5,4,0.1,1,11.09,14.3 -0.69,735.0,294.0,220.5,3.5,5,0.1,1,11.16,14.45 -0.66,759.5,318.5,220.5,3.5,2,0.1,1,11.68,13.9 -0.66,759.5,318.5,220.5,3.5,3,0.1,1,11.69,13.72 -0.66,759.5,318.5,220.5,3.5,4,0.1,1,11.7,13.88 -0.66,759.5,318.5,220.5,3.5,5,0.1,1,11.69,13.65 -0.64,784.0,343.0,220.5,3.5,2,0.1,1,15.41,19.37 -0.64,784.0,343.0,220.5,3.5,3,0.1,1,15.2,19.43 -0.64,784.0,343.0,220.5,3.5,4,0.1,1,15.42,19.34 -0.64,784.0,343.0,220.5,3.5,5,0.1,1,15.21,19.32 -0.62,808.5,367.5,220.5,3.5,2,0.1,1,12.96,14.34 -0.62,808.5,367.5,220.5,3.5,3,0.1,1,12.97,14.5 -0.62,808.5,367.5,220.5,3.5,4,0.1,1,12.93,14.33 -0.62,808.5,367.5,220.5,3.5,5,0.1,1,13.02,14.27 -0.98,514.5,294.0,110.25,7.0,2,0.1,2,24.29,25.95 -0.98,514.5,294.0,110.25,7.0,3,0.1,2,24.31,25.63 -0.98,514.5,294.0,110.25,7.0,4,0.1,2,24.13,26.13 -0.98,514.5,294.0,110.25,7.0,5,0.1,2,24.25,25.89 -0.9,563.5,318.5,122.5,7.0,2,0.1,2,28.88,32.54 -0.9,563.5,318.5,122.5,7.0,3,0.1,2,29.68,29.44 -0.9,563.5,318.5,122.5,7.0,4,0.1,2,28.83,29.36 -0.9,563.5,318.5,122.5,7.0,5,0.1,2,27.9,34.2 -0.86,588.0,294.0,147.0,7.0,2,0.1,2,26.48,30.91 -0.86,588.0,294.0,147.0,7.0,3,0.1,2,27.02,25.63 -0.86,588.0,294.0,147.0,7.0,4,0.1,2,26.33,27.36 -0.86,588.0,294.0,147.0,7.0,5,0.1,2,25.36,31.9 -0.82,612.5,318.5,147.0,7.0,2,0.1,2,23.75,27.38 -0.82,612.5,318.5,147.0,7.0,3,0.1,2,24.23,25.02 -0.82,612.5,318.5,147.0,7.0,4,0.1,2,23.67,24.8 -0.82,612.5,318.5,147.0,7.0,5,0.1,2,22.79,28.79 -0.79,637.0,343.0,147.0,7.0,2,0.1,2,35.65,41.07 -0.79,637.0,343.0,147.0,7.0,3,0.1,2,37.26,34.62 -0.79,637.0,343.0,147.0,7.0,4,0.1,2,36.97,33.87 -0.79,637.0,343.0,147.0,7.0,5,0.1,2,36.03,42.86 -0.76,661.5,416.5,122.5,7.0,2,0.1,2,33.16,33.91 -0.76,661.5,416.5,122.5,7.0,3,0.1,2,32.4,34.07 -0.76,661.5,416.5,122.5,7.0,4,0.1,2,33.12,34.17 -0.76,661.5,416.5,122.5,7.0,5,0.1,2,32.41,33.78 -0.74,686.0,245.0,220.5,3.5,2,0.1,2,10.42,13.39 -0.74,686.0,245.0,220.5,3.5,3,0.1,2,10.46,13.72 -0.74,686.0,245.0,220.5,3.5,4,0.1,2,10.32,13.57 -0.74,686.0,245.0,220.5,3.5,5,0.1,2,10.45,13.79 -0.71,710.5,269.5,220.5,3.5,2,0.1,2,10.64,13.67 -0.71,710.5,269.5,220.5,3.5,3,0.1,2,10.72,14.11 -0.71,710.5,269.5,220.5,3.5,4,0.1,2,10.55,13.8 -0.71,710.5,269.5,220.5,3.5,5,0.1,2,10.68,14.21 -0.69,735.0,294.0,220.5,3.5,2,0.1,2,11.45,13.2 -0.69,735.0,294.0,220.5,3.5,3,0.1,2,11.46,13.54 -0.69,735.0,294.0,220.5,3.5,4,0.1,2,11.32,13.32 -0.69,735.0,294.0,220.5,3.5,5,0.1,2,11.49,13.51 -0.66,759.5,318.5,220.5,3.5,2,0.1,2,11.45,14.86 -0.66,759.5,318.5,220.5,3.5,3,0.1,2,11.42,14.75 -0.66,759.5,318.5,220.5,3.5,4,0.1,2,11.33,15.0 -0.66,759.5,318.5,220.5,3.5,5,0.1,2,11.43,14.74 -0.64,784.0,343.0,220.5,3.5,2,0.1,2,15.41,19.23 -0.64,784.0,343.0,220.5,3.5,3,0.1,2,15.18,19.34 -0.64,784.0,343.0,220.5,3.5,4,0.1,2,15.34,19.32 -0.64,784.0,343.0,220.5,3.5,5,0.1,2,15.19,19.3 -0.62,808.5,367.5,220.5,3.5,2,0.1,2,12.88,14.37 -0.62,808.5,367.5,220.5,3.5,3,0.1,2,13.0,14.57 -0.62,808.5,367.5,220.5,3.5,4,0.1,2,12.97,14.27 -0.62,808.5,367.5,220.5,3.5,5,0.1,2,13.04,14.24 -0.98,514.5,294.0,110.25,7.0,2,0.1,3,24.28,25.68 -0.98,514.5,294.0,110.25,7.0,3,0.1,3,24.4,26.02 -0.98,514.5,294.0,110.25,7.0,4,0.1,3,24.11,25.84 -0.98,514.5,294.0,110.25,7.0,5,0.1,3,24.35,26.14 -0.9,563.5,318.5,122.5,7.0,2,0.1,3,28.07,34.14 -0.9,563.5,318.5,122.5,7.0,3,0.1,3,29.01,32.85 -0.9,563.5,318.5,122.5,7.0,4,0.1,3,29.62,30.08 -0.9,563.5,318.5,122.5,7.0,5,0.1,3,29.05,29.67 -0.86,588.0,294.0,147.0,7.0,2,0.1,3,25.41,31.73 -0.86,588.0,294.0,147.0,7.0,3,0.1,3,26.47,31.01 -0.86,588.0,294.0,147.0,7.0,4,0.1,3,26.89,25.9 -0.86,588.0,294.0,147.0,7.0,5,0.1,3,26.46,27.4 -0.82,612.5,318.5,147.0,7.0,2,0.1,3,22.93,28.68 -0.82,612.5,318.5,147.0,7.0,3,0.1,3,23.84,27.54 -0.82,612.5,318.5,147.0,7.0,4,0.1,3,24.17,25.35 -0.82,612.5,318.5,147.0,7.0,5,0.1,3,23.87,24.93 -0.79,637.0,343.0,147.0,7.0,2,0.1,3,35.78,43.12 -0.79,637.0,343.0,147.0,7.0,3,0.1,3,35.48,41.22 -0.79,637.0,343.0,147.0,7.0,4,0.1,3,36.97,35.1 -0.79,637.0,343.0,147.0,7.0,5,0.1,3,36.7,34.29 -0.76,661.5,416.5,122.5,7.0,2,0.1,3,32.52,33.85 -0.76,661.5,416.5,122.5,7.0,3,0.1,3,33.28,34.11 -0.76,661.5,416.5,122.5,7.0,4,0.1,3,32.33,34.48 -0.76,661.5,416.5,122.5,7.0,5,0.1,3,33.24,34.5 -0.74,686.0,245.0,220.5,3.5,2,0.1,3,10.39,13.6 -0.74,686.0,245.0,220.5,3.5,3,0.1,3,10.34,13.36 -0.74,686.0,245.0,220.5,3.5,4,0.1,3,10.35,13.65 -0.74,686.0,245.0,220.5,3.5,5,0.1,3,10.38,13.49 -0.71,710.5,269.5,220.5,3.5,2,0.1,3,10.77,14.14 -0.71,710.5,269.5,220.5,3.5,3,0.1,3,10.68,13.77 -0.71,710.5,269.5,220.5,3.5,4,0.1,3,10.68,14.3 -0.71,710.5,269.5,220.5,3.5,5,0.1,3,10.7,13.87 -0.69,735.0,294.0,220.5,3.5,2,0.1,3,11.22,14.44 -0.69,735.0,294.0,220.5,3.5,3,0.1,3,11.16,14.27 -0.69,735.0,294.0,220.5,3.5,4,0.1,3,11.1,14.67 -0.69,735.0,294.0,220.5,3.5,5,0.1,3,11.14,14.4 -0.66,759.5,318.5,220.5,3.5,2,0.1,3,11.59,13.46 -0.66,759.5,318.5,220.5,3.5,3,0.1,3,11.6,13.7 -0.66,759.5,318.5,220.5,3.5,4,0.1,3,11.53,13.59 -0.66,759.5,318.5,220.5,3.5,5,0.1,3,11.61,13.83 -0.64,784.0,343.0,220.5,3.5,2,0.1,3,15.16,19.14 -0.64,784.0,343.0,220.5,3.5,3,0.1,3,15.36,19.18 -0.64,784.0,343.0,220.5,3.5,4,0.1,3,15.12,19.37 -0.64,784.0,343.0,220.5,3.5,5,0.1,3,15.36,19.29 -0.62,808.5,367.5,220.5,3.5,2,0.1,3,12.68,14.09 -0.62,808.5,367.5,220.5,3.5,3,0.1,3,12.63,14.23 -0.62,808.5,367.5,220.5,3.5,4,0.1,3,12.71,14.14 -0.62,808.5,367.5,220.5,3.5,5,0.1,3,12.73,13.89 -0.98,514.5,294.0,110.25,7.0,2,0.1,4,24.38,25.91 -0.98,514.5,294.0,110.25,7.0,3,0.1,4,24.23,25.72 -0.98,514.5,294.0,110.25,7.0,4,0.1,4,24.04,26.18 -0.98,514.5,294.0,110.25,7.0,5,0.1,4,24.32,25.87 -0.9,563.5,318.5,122.5,7.0,2,0.1,4,29.06,29.34 -0.9,563.5,318.5,122.5,7.0,3,0.1,4,28.05,33.91 -0.9,563.5,318.5,122.5,7.0,4,0.1,4,28.86,32.83 -0.9,563.5,318.5,122.5,7.0,5,0.1,4,29.79,29.92 -0.86,588.0,294.0,147.0,7.0,2,0.1,4,26.44,27.17 -0.86,588.0,294.0,147.0,7.0,3,0.1,4,25.37,31.76 -0.86,588.0,294.0,147.0,7.0,4,0.1,4,26.33,31.06 -0.86,588.0,294.0,147.0,7.0,5,0.1,4,27.03,25.81 -0.82,612.5,318.5,147.0,7.0,2,0.1,4,23.8,24.61 -0.82,612.5,318.5,147.0,7.0,3,0.1,4,22.8,28.61 -0.82,612.5,318.5,147.0,7.0,4,0.1,4,23.59,27.57 -0.82,612.5,318.5,147.0,7.0,5,0.1,4,24.24,25.16 -0.79,637.0,343.0,147.0,7.0,2,0.1,4,36.86,34.25 -0.79,637.0,343.0,147.0,7.0,3,0.1,4,35.89,43.3 -0.79,637.0,343.0,147.0,7.0,4,0.1,4,35.45,41.86 -0.79,637.0,343.0,147.0,7.0,5,0.1,4,37.1,35.29 -0.76,661.5,416.5,122.5,7.0,2,0.1,4,33.08,34.11 -0.76,661.5,416.5,122.5,7.0,3,0.1,4,32.38,33.62 -0.76,661.5,416.5,122.5,7.0,4,0.1,4,33.09,33.89 -0.76,661.5,416.5,122.5,7.0,5,0.1,4,32.31,34.05 -0.74,686.0,245.0,220.5,3.5,2,0.1,4,10.08,13.2 -0.74,686.0,245.0,220.5,3.5,3,0.1,4,10.15,13.36 -0.74,686.0,245.0,220.5,3.5,4,0.1,4,10.07,13.21 -0.74,686.0,245.0,220.5,3.5,5,0.1,4,10.14,13.53 -0.71,710.5,269.5,220.5,3.5,2,0.1,4,10.66,13.67 -0.71,710.5,269.5,220.5,3.5,3,0.1,4,10.68,14.12 -0.71,710.5,269.5,220.5,3.5,4,0.1,4,10.53,13.79 -0.71,710.5,269.5,220.5,3.5,5,0.1,4,10.72,14.2 -0.69,735.0,294.0,220.5,3.5,2,0.1,4,11.18,14.29 -0.69,735.0,294.0,220.5,3.5,3,0.1,4,11.22,14.49 -0.69,735.0,294.0,220.5,3.5,4,0.1,4,11.07,14.42 -0.69,735.0,294.0,220.5,3.5,5,0.1,4,11.2,14.73 -0.66,759.5,318.5,220.5,3.5,2,0.1,4,11.44,14.86 -0.66,759.5,318.5,220.5,3.5,3,0.1,4,11.42,14.67 -0.66,759.5,318.5,220.5,3.5,4,0.1,4,11.33,15.0 -0.66,759.5,318.5,220.5,3.5,5,0.1,4,11.43,14.83 -0.64,784.0,343.0,220.5,3.5,2,0.1,4,15.4,19.24 -0.64,784.0,343.0,220.5,3.5,3,0.1,4,15.19,19.25 -0.64,784.0,343.0,220.5,3.5,4,0.1,4,15.32,19.42 -0.64,784.0,343.0,220.5,3.5,5,0.1,4,15.16,19.48 -0.62,808.5,367.5,220.5,3.5,2,0.1,4,12.85,14.37 -0.62,808.5,367.5,220.5,3.5,3,0.1,4,13.04,14.34 -0.62,808.5,367.5,220.5,3.5,4,0.1,4,13.0,14.28 -0.62,808.5,367.5,220.5,3.5,5,0.1,4,13.0,14.47 -0.98,514.5,294.0,110.25,7.0,2,0.1,5,24.35,25.64 -0.98,514.5,294.0,110.25,7.0,3,0.1,5,24.33,25.98 -0.98,514.5,294.0,110.25,7.0,4,0.1,5,24.03,25.88 -0.98,514.5,294.0,110.25,7.0,5,0.1,5,24.26,26.18 -0.9,563.5,318.5,122.5,7.0,2,0.1,5,29.83,29.82 -0.9,563.5,318.5,122.5,7.0,3,0.1,5,29.08,29.52 -0.9,563.5,318.5,122.5,7.0,4,0.1,5,28.03,34.45 -0.9,563.5,318.5,122.5,7.0,5,0.1,5,29.02,33.01 -0.86,588.0,294.0,147.0,7.0,2,0.1,5,27.03,25.82 -0.86,588.0,294.0,147.0,7.0,3,0.1,5,26.45,27.33 -0.86,588.0,294.0,147.0,7.0,4,0.1,5,25.36,32.04 -0.86,588.0,294.0,147.0,7.0,5,0.1,5,26.45,31.28 -0.82,612.5,318.5,147.0,7.0,2,0.1,5,24.37,25.11 -0.82,612.5,318.5,147.0,7.0,3,0.1,5,23.89,24.77 -0.82,612.5,318.5,147.0,7.0,4,0.1,5,22.89,28.88 -0.82,612.5,318.5,147.0,7.0,5,0.1,5,23.86,27.69 -0.79,637.0,343.0,147.0,7.0,2,0.1,5,37.03,34.99 -0.79,637.0,343.0,147.0,7.0,3,0.1,5,36.71,34.18 -0.79,637.0,343.0,147.0,7.0,4,0.1,5,36.77,43.14 -0.79,637.0,343.0,147.0,7.0,5,0.1,5,35.48,41.26 -0.76,661.5,416.5,122.5,7.0,2,0.1,5,32.31,34.25 -0.76,661.5,416.5,122.5,7.0,3,0.1,5,33.21,34.35 -0.76,661.5,416.5,122.5,7.0,4,0.1,5,32.46,33.64 -0.76,661.5,416.5,122.5,7.0,5,0.1,5,33.27,33.88 -0.74,686.0,245.0,220.5,3.5,2,0.1,5,10.47,13.65 -0.74,686.0,245.0,220.5,3.5,3,0.1,5,10.37,13.44 -0.74,686.0,245.0,220.5,3.5,4,0.1,5,10.34,13.72 -0.74,686.0,245.0,220.5,3.5,5,0.1,5,10.39,13.5 -0.71,710.5,269.5,220.5,3.5,2,0.1,5,10.78,14.18 -0.71,710.5,269.5,220.5,3.5,3,0.1,5,10.7,13.75 -0.71,710.5,269.5,220.5,3.5,4,0.1,5,10.67,14.26 -0.71,710.5,269.5,220.5,3.5,5,0.1,5,13.69,13.89 -0.69,735.0,294.0,220.5,3.5,2,0.1,5,11.21,14.55 -0.69,735.0,294.0,220.5,3.5,3,0.1,5,11.14,14.28 -0.69,735.0,294.0,220.5,3.5,4,0.1,5,11.11,14.46 -0.69,735.0,294.0,220.5,3.5,5,0.1,5,11.16,14.39 -0.66,759.5,318.5,220.5,3.5,2,0.1,5,11.38,14.54 -0.66,759.5,318.5,220.5,3.5,3,0.1,5,11.34,14.81 -0.66,759.5,318.5,220.5,3.5,4,0.1,5,11.22,14.65 -0.66,759.5,318.5,220.5,3.5,5,0.1,5,11.34,14.87 -0.64,784.0,343.0,220.5,3.5,2,0.1,5,15.16,19.24 -0.64,784.0,343.0,220.5,3.5,3,0.1,5,15.37,19.18 -0.64,784.0,343.0,220.5,3.5,4,0.1,5,15.12,19.26 -0.64,784.0,343.0,220.5,3.5,5,0.1,5,15.36,19.29 -0.62,808.5,367.5,220.5,3.5,2,0.1,5,12.59,14.24 -0.62,808.5,367.5,220.5,3.5,3,0.1,5,12.74,13.97 -0.62,808.5,367.5,220.5,3.5,4,0.1,5,12.8,13.99 -0.62,808.5,367.5,220.5,3.5,5,0.1,5,12.62,14.15 -0.98,514.5,294.0,110.25,7.0,2,0.25,1,28.15,29.79 -0.98,514.5,294.0,110.25,7.0,3,0.25,1,28.15,29.79 -0.98,514.5,294.0,110.25,7.0,4,0.25,1,28.37,29.28 -0.98,514.5,294.0,110.25,7.0,5,0.25,1,28.41,29.49 -0.9,563.5,318.5,122.5,7.0,2,0.25,1,32.68,36.12 -0.9,563.5,318.5,122.5,7.0,3,0.25,1,33.48,33.17 -0.9,563.5,318.5,122.5,7.0,4,0.25,1,32.84,32.71 -0.9,563.5,318.5,122.5,7.0,5,0.25,1,32.0,37.58 -0.86,588.0,294.0,147.0,7.0,2,0.25,1,29.54,33.98 -0.86,588.0,294.0,147.0,7.0,3,0.25,1,30.05,28.61 -0.86,588.0,294.0,147.0,7.0,4,0.25,1,29.6,30.12 -0.86,588.0,294.0,147.0,7.0,5,0.25,1,28.66,34.73 -0.82,612.5,318.5,147.0,7.0,2,0.25,1,26.84,30.17 -0.82,612.5,318.5,147.0,7.0,3,0.25,1,27.27,27.84 -0.82,612.5,318.5,147.0,7.0,4,0.25,1,26.97,27.25 -0.82,612.5,318.5,147.0,7.0,5,0.25,1,26.19,31.39 -0.79,637.0,343.0,147.0,7.0,2,0.25,1,38.67,43.8 -0.79,637.0,343.0,147.0,7.0,3,0.25,1,40.03,37.81 -0.79,637.0,343.0,147.0,7.0,4,0.25,1,39.86,36.85 -0.79,637.0,343.0,147.0,7.0,5,0.25,1,39.04,45.52 -0.76,661.5,416.5,122.5,7.0,2,0.25,1,36.96,36.85 -0.76,661.5,416.5,122.5,7.0,3,0.25,1,36.13,37.58 -0.76,661.5,416.5,122.5,7.0,4,0.25,1,36.91,37.45 -0.76,661.5,416.5,122.5,7.0,5,0.25,1,36.43,36.62 -0.74,686.0,245.0,220.5,3.5,2,0.25,1,12.43,15.19 -0.74,686.0,245.0,220.5,3.5,3,0.25,1,12.5,15.5 -0.74,686.0,245.0,220.5,3.5,4,0.25,1,12.41,15.28 -0.74,686.0,245.0,220.5,3.5,5,0.25,1,12.45,15.5 -0.71,710.5,269.5,220.5,3.5,2,0.25,1,12.57,15.42 -0.71,710.5,269.5,220.5,3.5,3,0.25,1,12.65,15.85 -0.71,710.5,269.5,220.5,3.5,4,0.25,1,12.57,15.44 -0.71,710.5,269.5,220.5,3.5,5,0.25,1,12.63,15.81 -0.69,735.0,294.0,220.5,3.5,2,0.25,1,12.78,15.21 -0.69,735.0,294.0,220.5,3.5,3,0.25,1,12.93,15.63 -0.69,735.0,294.0,220.5,3.5,4,0.25,1,12.73,15.48 -0.69,735.0,294.0,220.5,3.5,5,0.25,1,12.72,15.78 -0.66,759.5,318.5,220.5,3.5,2,0.25,1,13.17,16.39 -0.66,759.5,318.5,220.5,3.5,3,0.25,1,13.18,16.27 -0.66,759.5,318.5,220.5,3.5,4,0.25,1,13.17,16.39 -0.66,759.5,318.5,220.5,3.5,5,0.25,1,13.18,16.19 -0.64,784.0,343.0,220.5,3.5,2,0.25,1,17.5,21.13 -0.64,784.0,343.0,220.5,3.5,3,0.25,1,17.35,21.19 -0.64,784.0,343.0,220.5,3.5,4,0.25,1,17.52,21.09 -0.64,784.0,343.0,220.5,3.5,5,0.25,1,17.37,21.08 -0.62,808.5,367.5,220.5,3.5,2,0.25,1,15.09,15.77 -0.62,808.5,367.5,220.5,3.5,3,0.25,1,15.12,15.95 -0.62,808.5,367.5,220.5,3.5,4,0.25,1,15.08,15.77 -0.62,808.5,367.5,220.5,3.5,5,0.25,1,15.16,15.76 -0.98,514.5,294.0,110.25,7.0,2,0.25,2,28.67,29.62 -0.98,514.5,294.0,110.25,7.0,3,0.25,2,28.57,29.69 -0.98,514.5,294.0,110.25,7.0,4,0.25,2,28.18,30.18 -0.98,514.5,294.0,110.25,7.0,5,0.25,2,28.6,30.02 -0.9,563.5,318.5,122.5,7.0,2,0.25,2,32.46,35.56 -0.9,563.5,318.5,122.5,7.0,3,0.25,2,33.27,32.64 -0.9,563.5,318.5,122.5,7.0,4,0.25,2,32.33,32.77 -0.9,563.5,318.5,122.5,7.0,5,0.25,2,31.66,37.72 -0.86,588.0,294.0,147.0,7.0,2,0.25,2,29.34,33.37 -0.86,588.0,294.0,147.0,7.0,3,0.25,2,29.87,27.89 -0.86,588.0,294.0,147.0,7.0,4,0.25,2,29.27,29.9 -0.86,588.0,294.0,147.0,7.0,5,0.25,2,28.4,34.52 -0.82,612.5,318.5,147.0,7.0,2,0.25,2,25.74,28.27 -0.82,612.5,318.5,147.0,7.0,3,0.25,2,25.98,26.96 -0.82,612.5,318.5,147.0,7.0,4,0.25,2,25.38,26.72 -0.82,612.5,318.5,147.0,7.0,5,0.25,2,24.94,29.88 -0.79,637.0,343.0,147.0,7.0,2,0.25,2,38.57,43.86 -0.79,637.0,343.0,147.0,7.0,3,0.25,2,40.19,37.41 -0.79,637.0,343.0,147.0,7.0,4,0.25,2,39.97,36.77 -0.79,637.0,343.0,147.0,7.0,5,0.25,2,38.98,45.97 -0.76,661.5,416.5,122.5,7.0,2,0.25,2,36.95,36.87 -0.76,661.5,416.5,122.5,7.0,3,0.25,2,36.28,37.35 -0.76,661.5,416.5,122.5,7.0,4,0.25,2,36.86,37.28 -0.76,661.5,416.5,122.5,7.0,5,0.25,2,36.45,36.81 -0.74,686.0,245.0,220.5,3.5,2,0.25,2,12.35,14.73 -0.74,686.0,245.0,220.5,3.5,3,0.25,2,12.45,15.1 -0.74,686.0,245.0,220.5,3.5,4,0.25,2,12.16,15.18 -0.74,686.0,245.0,220.5,3.5,5,0.25,2,12.3,15.44 -0.71,710.5,269.5,220.5,3.5,2,0.25,2,12.33,14.91 -0.71,710.5,269.5,220.5,3.5,3,0.25,2,12.29,15.4 -0.71,710.5,269.5,220.5,3.5,4,0.25,2,12.2,14.94 -0.71,710.5,269.5,220.5,3.5,5,0.25,2,12.49,15.32 -0.69,735.0,294.0,220.5,3.5,2,0.25,2,12.85,15.52 -0.69,735.0,294.0,220.5,3.5,3,0.25,2,12.87,15.85 -0.69,735.0,294.0,220.5,3.5,4,0.25,2,12.73,15.66 -0.69,735.0,294.0,220.5,3.5,5,0.25,2,12.95,15.99 -0.66,759.5,318.5,220.5,3.5,2,0.25,2,13.05,15.89 -0.66,759.5,318.5,220.5,3.5,3,0.25,2,12.93,15.85 -0.66,759.5,318.5,220.5,3.5,4,0.25,2,12.77,16.22 -0.66,759.5,318.5,220.5,3.5,5,0.25,2,13.0,15.87 -0.64,784.0,343.0,220.5,3.5,2,0.25,2,17.14,20.47 -0.64,784.0,343.0,220.5,3.5,3,0.25,2,16.84,20.56 -0.64,784.0,343.0,220.5,3.5,4,0.25,2,17.02,20.48 -0.64,784.0,343.0,220.5,3.5,5,0.25,2,17.11,20.43 -0.62,808.5,367.5,220.5,3.5,2,0.25,2,14.34,15.32 -0.62,808.5,367.5,220.5,3.5,3,0.25,2,14.66,15.64 -0.62,808.5,367.5,220.5,3.5,4,0.25,2,14.6,15.14 -0.62,808.5,367.5,220.5,3.5,5,0.25,2,14.6,15.3 -0.98,514.5,294.0,110.25,7.0,2,0.25,3,28.67,29.43 -0.98,514.5,294.0,110.25,7.0,3,0.25,3,28.56,29.78 -0.98,514.5,294.0,110.25,7.0,4,0.25,3,28.17,30.1 -0.98,514.5,294.0,110.25,7.0,5,0.25,3,28.63,30.19 -0.9,563.5,318.5,122.5,7.0,2,0.25,3,31.63,36.35 -0.9,563.5,318.5,122.5,7.0,3,0.25,3,32.4,35.1 -0.9,563.5,318.5,122.5,7.0,4,0.25,3,32.68,32.83 -0.9,563.5,318.5,122.5,7.0,5,0.25,3,32.29,32.46 -0.86,588.0,294.0,147.0,7.0,2,0.25,3,28.4,33.52 -0.86,588.0,294.0,147.0,7.0,3,0.25,3,29.4,32.93 -0.86,588.0,294.0,147.0,7.0,4,0.25,3,29.43,28.38 -0.86,588.0,294.0,147.0,7.0,5,0.25,3,29.07,29.82 -0.82,612.5,318.5,147.0,7.0,2,0.25,3,24.7,28.77 -0.82,612.5,318.5,147.0,7.0,3,0.25,3,25.48,27.76 -0.82,612.5,318.5,147.0,7.0,4,0.25,3,25.37,26.95 -0.82,612.5,318.5,147.0,7.0,5,0.25,3,25.17,26.41 -0.79,637.0,343.0,147.0,7.0,2,0.25,3,39.04,45.13 -0.79,637.0,343.0,147.0,7.0,3,0.25,3,38.35,43.66 -0.79,637.0,343.0,147.0,7.0,4,0.25,3,39.81,37.76 -0.79,637.0,343.0,147.0,7.0,5,0.25,3,39.83,36.87 -0.76,661.5,416.5,122.5,7.0,2,0.25,3,35.99,36.07 -0.76,661.5,416.5,122.5,7.0,3,0.25,3,36.59,36.44 -0.76,661.5,416.5,122.5,7.0,4,0.25,3,35.64,37.28 -0.76,661.5,416.5,122.5,7.0,5,0.25,3,36.52,37.29 -0.74,686.0,245.0,220.5,3.5,2,0.25,3,11.8,14.49 -0.74,686.0,245.0,220.5,3.5,3,0.25,3,12.03,13.79 -0.74,686.0,245.0,220.5,3.5,4,0.25,3,11.98,14.72 -0.74,686.0,245.0,220.5,3.5,5,0.25,3,11.69,14.76 -0.71,710.5,269.5,220.5,3.5,2,0.25,3,12.41,14.92 -0.71,710.5,269.5,220.5,3.5,3,0.25,3,12.28,14.74 -0.71,710.5,269.5,220.5,3.5,4,0.25,3,12.1,15.57 -0.71,710.5,269.5,220.5,3.5,5,0.25,3,12.19,14.94 -0.69,735.0,294.0,220.5,3.5,2,0.25,3,12.34,14.92 -0.69,735.0,294.0,220.5,3.5,3,0.25,3,12.46,14.38 -0.69,735.0,294.0,220.5,3.5,4,0.25,3,12.31,15.44 -0.69,735.0,294.0,220.5,3.5,5,0.25,3,12.12,15.17 -0.66,759.5,318.5,220.5,3.5,2,0.25,3,12.97,15.53 -0.66,759.5,318.5,220.5,3.5,3,0.25,3,13.01,15.8 -0.66,759.5,318.5,220.5,3.5,4,0.25,3,12.74,16.14 -0.66,759.5,318.5,220.5,3.5,5,0.25,3,12.84,16.26 -0.64,784.0,343.0,220.5,3.5,2,0.25,3,16.83,19.87 -0.64,784.0,343.0,220.5,3.5,3,0.25,3,16.93,20.03 -0.64,784.0,343.0,220.5,3.5,4,0.25,3,16.66,20.46 -0.64,784.0,343.0,220.5,3.5,5,0.25,3,16.86,20.28 -0.62,808.5,367.5,220.5,3.5,2,0.25,3,13.91,14.89 -0.62,808.5,367.5,220.5,3.5,3,0.25,3,14.34,14.96 -0.62,808.5,367.5,220.5,3.5,4,0.25,3,13.95,14.89 -0.62,808.5,367.5,220.5,3.5,5,0.25,3,13.99,14.35 -0.98,514.5,294.0,110.25,7.0,2,0.25,4,28.7,29.61 -0.98,514.5,294.0,110.25,7.0,3,0.25,4,28.55,29.59 -0.98,514.5,294.0,110.25,7.0,4,0.25,4,28.15,30.19 -0.98,514.5,294.0,110.25,7.0,5,0.25,4,28.62,30.12 -0.9,563.5,318.5,122.5,7.0,2,0.25,4,32.67,32.12 -0.9,563.5,318.5,122.5,7.0,3,0.25,4,31.69,37.12 -0.9,563.5,318.5,122.5,7.0,4,0.25,4,32.07,36.16 -0.9,563.5,318.5,122.5,7.0,5,0.25,4,33.28,33.16 -0.86,588.0,294.0,147.0,7.0,2,0.25,4,29.47,29.45 -0.86,588.0,294.0,147.0,7.0,3,0.25,4,28.42,34.19 -0.86,588.0,294.0,147.0,7.0,4,0.25,4,29.08,33.93 -0.86,588.0,294.0,147.0,7.0,5,0.25,4,29.88,28.31 -0.82,612.5,318.5,147.0,7.0,2,0.25,4,25.66,26.3 -0.82,612.5,318.5,147.0,7.0,3,0.25,4,24.96,29.43 -0.82,612.5,318.5,147.0,7.0,4,0.25,4,25.43,28.76 -0.82,612.5,318.5,147.0,7.0,5,0.25,4,26.0,27.34 -0.79,637.0,343.0,147.0,7.0,2,0.25,4,40.0,36.26 -0.79,637.0,343.0,147.0,7.0,3,0.25,4,38.84,45.48 -0.79,637.0,343.0,147.0,7.0,4,0.25,4,38.33,44.16 -0.79,637.0,343.0,147.0,7.0,5,0.25,4,40.12,37.26 -0.76,661.5,416.5,122.5,7.0,2,0.25,4,36.95,37.2 -0.76,661.5,416.5,122.5,7.0,3,0.25,4,36.45,36.76 -0.76,661.5,416.5,122.5,7.0,4,0.25,4,36.81,37.05 -0.76,661.5,416.5,122.5,7.0,5,0.25,4,36.26,37.51 -0.74,686.0,245.0,220.5,3.5,2,0.25,4,12.32,14.92 -0.74,686.0,245.0,220.5,3.5,3,0.25,4,12.3,15.24 -0.74,686.0,245.0,220.5,3.5,4,0.25,4,12.18,15.03 -0.74,686.0,245.0,220.5,3.5,5,0.25,4,12.43,15.35 -0.71,710.5,269.5,220.5,3.5,2,0.25,4,12.36,14.67 -0.71,710.5,269.5,220.5,3.5,3,0.25,4,12.49,15.09 -0.71,710.5,269.5,220.5,3.5,4,0.25,4,12.17,15.2 -0.71,710.5,269.5,220.5,3.5,5,0.25,4,12.28,15.64 -0.69,735.0,294.0,220.5,3.5,2,0.25,4,12.91,15.37 -0.69,735.0,294.0,220.5,3.5,3,0.25,4,12.95,15.73 -0.69,735.0,294.0,220.5,3.5,4,0.25,4,12.67,15.83 -0.69,735.0,294.0,220.5,3.5,5,0.25,4,12.86,16.13 -0.66,759.5,318.5,220.5,3.5,2,0.25,4,12.95,15.95 -0.66,759.5,318.5,220.5,3.5,3,0.25,4,13.0,15.59 -0.66,759.5,318.5,220.5,3.5,4,0.25,4,12.86,16.17 -0.66,759.5,318.5,220.5,3.5,5,0.25,4,12.92,16.14 -0.64,784.0,343.0,220.5,3.5,2,0.25,4,16.99,19.65 -0.64,784.0,343.0,220.5,3.5,3,0.25,4,16.69,19.76 -0.64,784.0,343.0,220.5,3.5,4,0.25,4,16.56,20.37 -0.64,784.0,343.0,220.5,3.5,5,0.25,4,16.62,19.9 -0.62,808.5,367.5,220.5,3.5,2,0.25,4,14.33,15.41 -0.62,808.5,367.5,220.5,3.5,3,0.25,4,14.61,15.56 -0.62,808.5,367.5,220.5,3.5,4,0.25,4,14.61,15.07 -0.62,808.5,367.5,220.5,3.5,5,0.25,4,14.65,15.38 -0.98,514.5,294.0,110.25,7.0,2,0.25,5,28.69,29.53 -0.98,514.5,294.0,110.25,7.0,3,0.25,5,28.58,29.77 -0.98,514.5,294.0,110.25,7.0,4,0.25,5,28.15,30.0 -0.98,514.5,294.0,110.25,7.0,5,0.25,5,28.61,30.2 -0.9,563.5,318.5,122.5,7.0,2,0.25,5,33.13,32.25 -0.9,563.5,318.5,122.5,7.0,3,0.25,5,32.31,32.0 -0.9,563.5,318.5,122.5,7.0,4,0.25,5,31.53,37.19 -0.9,563.5,318.5,122.5,7.0,5,0.25,5,32.46,35.62 -0.86,588.0,294.0,147.0,7.0,2,0.25,5,29.71,28.02 -0.86,588.0,294.0,147.0,7.0,3,0.25,5,29.09,29.43 -0.86,588.0,294.0,147.0,7.0,4,0.25,5,28.31,34.15 -0.86,588.0,294.0,147.0,7.0,5,0.25,5,29.39,33.47 -0.82,612.5,318.5,147.0,7.0,2,0.25,5,25.7,26.53 -0.82,612.5,318.5,147.0,7.0,3,0.25,5,25.17,26.08 -0.82,612.5,318.5,147.0,7.0,4,0.25,5,24.6,29.31 -0.82,612.5,318.5,147.0,7.0,5,0.25,5,25.49,28.14 -0.79,637.0,343.0,147.0,7.0,2,0.25,5,39.89,37.54 -0.79,637.0,343.0,147.0,7.0,3,0.25,5,39.83,36.66 -0.79,637.0,343.0,147.0,7.0,4,0.25,5,39.01,45.28 -0.79,637.0,343.0,147.0,7.0,5,0.25,5,38.65,43.73 -0.76,661.5,416.5,122.5,7.0,2,0.25,5,35.69,36.93 -0.76,661.5,416.5,122.5,7.0,3,0.25,5,36.64,37.01 -0.76,661.5,416.5,122.5,7.0,4,0.25,5,36.06,35.73 -0.76,661.5,416.5,122.5,7.0,5,0.25,5,36.7,36.15 -0.74,686.0,245.0,220.5,3.5,2,0.25,5,12.12,14.48 -0.74,686.0,245.0,220.5,3.5,3,0.25,5,11.67,14.58 -0.74,686.0,245.0,220.5,3.5,4,0.25,5,11.64,14.81 -0.74,686.0,245.0,220.5,3.5,5,0.25,5,12.02,14.03 -0.71,710.5,269.5,220.5,3.5,2,0.25,5,12.27,15.27 -0.71,710.5,269.5,220.5,3.5,3,0.25,5,12.19,14.71 -0.71,710.5,269.5,220.5,3.5,4,0.25,5,12.25,15.23 -0.71,710.5,269.5,220.5,3.5,5,0.25,5,12.27,14.97 -0.69,735.0,294.0,220.5,3.5,2,0.25,5,12.47,15.14 -0.69,735.0,294.0,220.5,3.5,3,0.25,5,12.12,14.97 -0.69,735.0,294.0,220.5,3.5,4,0.25,5,12.18,15.22 -0.69,735.0,294.0,220.5,3.5,5,0.25,5,12.47,14.6 -0.66,759.5,318.5,220.5,3.5,2,0.25,5,12.93,15.83 -0.66,759.5,318.5,220.5,3.5,3,0.25,5,12.82,16.03 -0.66,759.5,318.5,220.5,3.5,4,0.25,5,12.78,15.8 -0.66,759.5,318.5,220.5,3.5,5,0.25,5,13.02,16.06 -0.64,784.0,343.0,220.5,3.5,2,0.25,5,16.73,20.13 -0.64,784.0,343.0,220.5,3.5,3,0.25,5,16.86,20.01 -0.64,784.0,343.0,220.5,3.5,4,0.25,5,16.76,20.19 -0.64,784.0,343.0,220.5,3.5,5,0.25,5,16.92,20.29 -0.62,808.5,367.5,220.5,3.5,2,0.25,5,13.68,15.19 -0.62,808.5,367.5,220.5,3.5,3,0.25,5,13.99,14.61 -0.62,808.5,367.5,220.5,3.5,4,0.25,5,14.16,14.61 -0.62,808.5,367.5,220.5,3.5,5,0.25,5,13.86,14.75 -0.98,514.5,294.0,110.25,7.0,2,0.4,1,32.26,33.37 -0.98,514.5,294.0,110.25,7.0,3,0.4,1,32.26,33.34 -0.98,514.5,294.0,110.25,7.0,4,0.4,1,32.49,32.83 -0.98,514.5,294.0,110.25,7.0,5,0.4,1,32.53,33.04 -0.9,563.5,318.5,122.5,7.0,2,0.4,1,36.47,39.28 -0.9,563.5,318.5,122.5,7.0,3,0.4,1,37.24,36.38 -0.9,563.5,318.5,122.5,7.0,4,0.4,1,36.66,35.92 -0.9,563.5,318.5,122.5,7.0,5,0.4,1,35.96,40.99 -0.86,588.0,294.0,147.0,7.0,2,0.4,1,31.89,35.99 -0.86,588.0,294.0,147.0,7.0,3,0.4,1,32.39,30.66 -0.86,588.0,294.0,147.0,7.0,4,0.4,1,32.09,31.7 -0.86,588.0,294.0,147.0,7.0,5,0.4,1,31.29,36.73 -0.82,612.5,318.5,147.0,7.0,2,0.4,1,29.22,31.71 -0.82,612.5,318.5,147.0,7.0,3,0.4,1,29.91,29.13 -0.82,612.5,318.5,147.0,7.0,4,0.4,1,29.53,28.99 -0.82,612.5,318.5,147.0,7.0,5,0.4,1,28.65,33.54 -0.79,637.0,343.0,147.0,7.0,2,0.4,1,41.4,45.29 -0.79,637.0,343.0,147.0,7.0,3,0.4,1,42.62,39.07 -0.79,637.0,343.0,147.0,7.0,4,0.4,1,42.5,38.35 -0.79,637.0,343.0,147.0,7.0,5,0.4,1,41.67,46.94 -0.76,661.5,416.5,122.5,7.0,2,0.4,1,40.78,39.55 -0.76,661.5,416.5,122.5,7.0,3,0.4,1,39.97,40.85 -0.76,661.5,416.5,122.5,7.0,4,0.4,1,40.71,40.63 -0.76,661.5,416.5,122.5,7.0,5,0.4,1,40.43,39.48 -0.74,686.0,245.0,220.5,3.5,2,0.4,1,14.52,16.94 -0.74,686.0,245.0,220.5,3.5,3,0.4,1,14.61,17.25 -0.74,686.0,245.0,220.5,3.5,4,0.4,1,14.5,17.03 -0.74,686.0,245.0,220.5,3.5,5,0.4,1,14.55,17.25 -0.71,710.5,269.5,220.5,3.5,2,0.4,1,14.51,17.1 -0.71,710.5,269.5,220.5,3.5,3,0.4,1,14.6,17.51 -0.71,710.5,269.5,220.5,3.5,4,0.4,1,14.5,17.12 -0.71,710.5,269.5,220.5,3.5,5,0.4,1,14.58,17.47 -0.69,735.0,294.0,220.5,3.5,2,0.4,1,14.51,16.5 -0.69,735.0,294.0,220.5,3.5,3,0.4,1,14.7,17.0 -0.69,735.0,294.0,220.5,3.5,4,0.4,1,14.42,16.87 -0.69,735.0,294.0,220.5,3.5,5,0.4,1,14.42,17.2 -0.66,759.5,318.5,220.5,3.5,2,0.4,1,15.23,18.14 -0.66,759.5,318.5,220.5,3.5,3,0.4,1,15.23,18.03 -0.66,759.5,318.5,220.5,3.5,4,0.4,1,15.23,18.14 -0.66,759.5,318.5,220.5,3.5,5,0.4,1,15.23,17.95 -0.64,784.0,343.0,220.5,3.5,2,0.4,1,19.52,22.72 -0.64,784.0,343.0,220.5,3.5,3,0.4,1,19.36,22.73 -0.64,784.0,343.0,220.5,3.5,4,0.4,1,19.48,22.72 -0.64,784.0,343.0,220.5,3.5,5,0.4,1,19.42,22.53 -0.62,808.5,367.5,220.5,3.5,2,0.4,1,15.09,17.2 -0.62,808.5,367.5,220.5,3.5,3,0.4,1,17.17,17.21 -0.62,808.5,367.5,220.5,3.5,4,0.4,1,17.14,17.15 -0.62,808.5,367.5,220.5,3.5,5,0.4,1,17.14,17.2 -0.98,514.5,294.0,110.25,7.0,2,0.4,2,32.82,32.96 -0.98,514.5,294.0,110.25,7.0,3,0.4,2,32.71,33.13 -0.98,514.5,294.0,110.25,7.0,4,0.4,2,32.24,33.94 -0.98,514.5,294.0,110.25,7.0,5,0.4,2,32.72,33.78 -0.9,563.5,318.5,122.5,7.0,2,0.4,2,35.84,38.35 -0.9,563.5,318.5,122.5,7.0,3,0.4,2,36.57,35.39 -0.9,563.5,318.5,122.5,7.0,4,0.4,2,36.06,34.94 -0.9,563.5,318.5,122.5,7.0,5,0.4,2,35.69,40.66 -0.86,588.0,294.0,147.0,7.0,2,0.4,2,32.48,35.48 -0.86,588.0,294.0,147.0,7.0,3,0.4,2,32.74,30.53 -0.86,588.0,294.0,147.0,7.0,4,0.4,2,32.13,32.28 -0.86,588.0,294.0,147.0,7.0,5,0.4,2,31.64,36.86 -0.82,612.5,318.5,147.0,7.0,2,0.4,2,28.95,30.34 -0.82,612.5,318.5,147.0,7.0,3,0.4,2,29.49,27.93 -0.82,612.5,318.5,147.0,7.0,4,0.4,2,28.64,28.95 -0.82,612.5,318.5,147.0,7.0,5,0.4,2,28.01,32.92 -0.79,637.0,343.0,147.0,7.0,2,0.4,2,41.64,45.59 -0.79,637.0,343.0,147.0,7.0,3,0.4,2,43.1,39.41 -0.79,637.0,343.0,147.0,7.0,4,0.4,2,42.74,38.84 -0.79,637.0,343.0,147.0,7.0,5,0.4,2,41.92,48.03 -0.76,661.5,416.5,122.5,7.0,2,0.4,2,40.78,39.48 -0.76,661.5,416.5,122.5,7.0,3,0.4,2,40.15,40.4 -0.76,661.5,416.5,122.5,7.0,4,0.4,2,40.57,40.47 -0.76,661.5,416.5,122.5,7.0,5,0.4,2,40.42,39.7 -0.74,686.0,245.0,220.5,3.5,2,0.4,2,14.54,16.43 -0.74,686.0,245.0,220.5,3.5,3,0.4,2,14.45,16.93 -0.74,686.0,245.0,220.5,3.5,4,0.4,2,14.18,16.99 -0.74,686.0,245.0,220.5,3.5,5,0.4,2,14.5,17.03 -0.71,710.5,269.5,220.5,3.5,2,0.4,2,14.7,16.77 -0.71,710.5,269.5,220.5,3.5,3,0.4,2,14.66,17.37 -0.71,710.5,269.5,220.5,3.5,4,0.4,2,14.4,17.27 -0.71,710.5,269.5,220.5,3.5,5,0.4,2,14.71,17.51 -0.69,735.0,294.0,220.5,3.5,2,0.4,2,14.75,16.44 -0.69,735.0,294.0,220.5,3.5,3,0.4,2,14.71,17.01 -0.69,735.0,294.0,220.5,3.5,4,0.4,2,14.33,17.23 -0.69,735.0,294.0,220.5,3.5,5,0.4,2,14.62,17.22 -0.66,759.5,318.5,220.5,3.5,2,0.4,2,15.34,17.85 -0.66,759.5,318.5,220.5,3.5,3,0.4,2,15.29,17.89 -0.66,759.5,318.5,220.5,3.5,4,0.4,2,15.09,18.36 -0.66,759.5,318.5,220.5,3.5,5,0.4,2,15.3,18.15 -0.64,784.0,343.0,220.5,3.5,2,0.4,2,19.2,21.72 -0.64,784.0,343.0,220.5,3.5,3,0.4,2,18.88,22.07 -0.64,784.0,343.0,220.5,3.5,4,0.4,2,18.9,22.09 -0.64,784.0,343.0,220.5,3.5,5,0.4,2,19.12,21.93 -0.62,808.5,367.5,220.5,3.5,2,0.4,2,16.76,17.36 -0.62,808.5,367.5,220.5,3.5,3,0.4,2,17.23,17.38 -0.62,808.5,367.5,220.5,3.5,4,0.4,2,17.26,16.86 -0.62,808.5,367.5,220.5,3.5,5,0.4,2,17.15,16.99 -0.98,514.5,294.0,110.25,7.0,2,0.4,3,32.82,32.78 -0.98,514.5,294.0,110.25,7.0,3,0.4,3,32.69,33.24 -0.98,514.5,294.0,110.25,7.0,4,0.4,3,32.23,33.86 -0.98,514.5,294.0,110.25,7.0,5,0.4,3,32.75,34.0 -0.9,563.5,318.5,122.5,7.0,2,0.4,3,34.24,37.26 -0.9,563.5,318.5,122.5,7.0,3,0.4,3,34.95,35.04 -0.9,563.5,318.5,122.5,7.0,4,0.4,3,35.05,33.82 -0.9,563.5,318.5,122.5,7.0,5,0.4,3,34.29,33.31 -0.86,588.0,294.0,147.0,7.0,2,0.4,3,31.28,35.22 -0.86,588.0,294.0,147.0,7.0,3,0.4,3,32.12,34.7 -0.86,588.0,294.0,147.0,7.0,4,0.4,3,32.05,30.11 -0.86,588.0,294.0,147.0,7.0,5,0.4,3,31.84,31.6 -0.82,612.5,318.5,147.0,7.0,2,0.4,3,28.67,32.43 -0.82,612.5,318.5,147.0,7.0,3,0.4,3,29.67,30.65 -0.82,612.5,318.5,147.0,7.0,4,0.4,3,29.47,29.77 -0.82,612.5,318.5,147.0,7.0,5,0.4,3,28.91,29.64 -0.79,637.0,343.0,147.0,7.0,2,0.4,3,41.26,46.44 -0.79,637.0,343.0,147.0,7.0,3,0.4,3,41.3,44.18 -0.79,637.0,343.0,147.0,7.0,4,0.4,3,42.49,38.81 -0.79,637.0,343.0,147.0,7.0,5,0.4,3,42.08,38.23 -0.76,661.5,416.5,122.5,7.0,2,0.4,3,39.32,38.17 -0.76,661.5,416.5,122.5,7.0,3,0.4,3,39.84,38.48 -0.76,661.5,416.5,122.5,7.0,4,0.4,3,38.89,39.66 -0.76,661.5,416.5,122.5,7.0,5,0.4,3,39.68,40.1 -0.74,686.0,245.0,220.5,3.5,2,0.4,3,13.97,16.08 -0.74,686.0,245.0,220.5,3.5,3,0.4,3,14.22,15.39 -0.74,686.0,245.0,220.5,3.5,4,0.4,3,14.1,16.57 -0.74,686.0,245.0,220.5,3.5,5,0.4,3,13.78,16.6 -0.71,710.5,269.5,220.5,3.5,2,0.4,3,14.07,16.11 -0.71,710.5,269.5,220.5,3.5,3,0.4,3,14.03,15.47 -0.71,710.5,269.5,220.5,3.5,4,0.4,3,13.94,16.7 -0.71,710.5,269.5,220.5,3.5,5,0.4,3,13.86,16.1 -0.69,735.0,294.0,220.5,3.5,2,0.4,3,14.32,16.35 -0.69,735.0,294.0,220.5,3.5,3,0.4,3,14.56,15.84 -0.69,735.0,294.0,220.5,3.5,4,0.4,3,14.33,16.99 -0.69,735.0,294.0,220.5,3.5,5,0.4,3,14.08,17.02 -0.66,759.5,318.5,220.5,3.5,2,0.4,3,15.16,17.04 -0.66,759.5,318.5,220.5,3.5,3,0.4,3,15.18,17.63 -0.66,759.5,318.5,220.5,3.5,4,0.4,3,14.72,18.1 -0.66,759.5,318.5,220.5,3.5,5,0.4,3,14.9,18.22 -0.64,784.0,343.0,220.5,3.5,2,0.4,3,18.48,20.78 -0.64,784.0,343.0,220.5,3.5,3,0.4,3,18.71,20.72 -0.64,784.0,343.0,220.5,3.5,4,0.4,3,18.48,21.54 -0.64,784.0,343.0,220.5,3.5,5,0.4,3,18.46,21.53 -0.62,808.5,367.5,220.5,3.5,2,0.4,3,16.47,16.9 -0.62,808.5,367.5,220.5,3.5,3,0.4,3,16.35,17.14 -0.62,808.5,367.5,220.5,3.5,4,0.4,3,16.55,16.56 -0.62,808.5,367.5,220.5,3.5,5,0.4,3,16.74,16.0 -0.98,514.5,294.0,110.25,7.0,2,0.4,4,32.85,32.95 -0.98,514.5,294.0,110.25,7.0,3,0.4,4,32.67,33.06 -0.98,514.5,294.0,110.25,7.0,4,0.4,4,32.21,33.95 -0.98,514.5,294.0,110.25,7.0,5,0.4,4,32.74,33.88 -0.9,563.5,318.5,122.5,7.0,2,0.4,4,36.45,33.98 -0.9,563.5,318.5,122.5,7.0,3,0.4,4,35.73,39.92 -0.9,563.5,318.5,122.5,7.0,4,0.4,4,35.4,39.22 -0.9,563.5,318.5,122.5,7.0,5,0.4,4,36.57,36.1 -0.86,588.0,294.0,147.0,7.0,2,0.4,4,32.38,31.53 -0.86,588.0,294.0,147.0,7.0,3,0.4,4,31.66,36.2 -0.86,588.0,294.0,147.0,7.0,4,0.4,4,32.15,36.21 -0.86,588.0,294.0,147.0,7.0,5,0.4,4,32.75,31.0 -0.82,612.5,318.5,147.0,7.0,2,0.4,4,28.93,28.2 -0.82,612.5,318.5,147.0,7.0,3,0.4,4,28.05,32.35 -0.82,612.5,318.5,147.0,7.0,4,0.4,4,28.64,31.14 -0.82,612.5,318.5,147.0,7.0,5,0.4,4,29.52,28.43 -0.79,637.0,343.0,147.0,7.0,2,0.4,4,42.77,38.33 -0.79,637.0,343.0,147.0,7.0,3,0.4,4,41.73,47.59 -0.79,637.0,343.0,147.0,7.0,4,0.4,4,41.32,46.23 -0.79,637.0,343.0,147.0,7.0,5,0.4,4,42.96,39.56 -0.76,661.5,416.5,122.5,7.0,2,0.4,4,40.68,40.36 -0.76,661.5,416.5,122.5,7.0,3,0.4,4,40.4,39.67 -0.76,661.5,416.5,122.5,7.0,4,0.4,4,40.6,39.85 -0.76,661.5,416.5,122.5,7.0,5,0.4,4,40.11,40.77 -0.74,686.0,245.0,220.5,3.5,2,0.4,4,14.37,16.61 -0.74,686.0,245.0,220.5,3.5,3,0.4,4,14.48,16.74 -0.74,686.0,245.0,220.5,3.5,4,0.4,4,14.32,16.9 -0.74,686.0,245.0,220.5,3.5,5,0.4,4,14.44,17.32 -0.71,710.5,269.5,220.5,3.5,2,0.4,4,14.6,16.85 -0.71,710.5,269.5,220.5,3.5,3,0.4,4,14.7,17.2 -0.71,710.5,269.5,220.5,3.5,4,0.4,4,14.47,17.23 -0.71,710.5,269.5,220.5,3.5,5,0.4,4,14.66,17.74 -0.69,735.0,294.0,220.5,3.5,2,0.4,4,14.54,16.81 -0.69,735.0,294.0,220.5,3.5,3,0.4,4,14.62,16.88 -0.69,735.0,294.0,220.5,3.5,4,0.4,4,14.53,16.9 -0.69,735.0,294.0,220.5,3.5,5,0.4,4,14.71,17.39 -0.66,759.5,318.5,220.5,3.5,2,0.4,4,15.34,17.86 -0.66,759.5,318.5,220.5,3.5,3,0.4,4,15.29,17.82 -0.66,759.5,318.5,220.5,3.5,4,0.4,4,15.09,18.36 -0.66,759.5,318.5,220.5,3.5,5,0.4,4,15.3,18.24 -0.64,784.0,343.0,220.5,3.5,2,0.4,4,19.06,21.68 -0.64,784.0,343.0,220.5,3.5,3,0.4,4,19.13,21.54 -0.64,784.0,343.0,220.5,3.5,4,0.4,4,19.0,22.25 -0.64,784.0,343.0,220.5,3.5,5,0.4,4,18.84,22.49 -0.62,808.5,367.5,220.5,3.5,2,0.4,4,16.44,17.1 -0.62,808.5,367.5,220.5,3.5,3,0.4,4,16.9,16.79 -0.62,808.5,367.5,220.5,3.5,4,0.4,4,16.94,16.58 -0.62,808.5,367.5,220.5,3.5,5,0.4,4,16.77,16.79 -0.98,514.5,294.0,110.25,7.0,2,0.4,5,32.84,32.88 -0.98,514.5,294.0,110.25,7.0,3,0.4,5,32.72,33.23 -0.98,514.5,294.0,110.25,7.0,4,0.4,5,32.21,33.76 -0.98,514.5,294.0,110.25,7.0,5,0.4,5,32.73,34.01 -0.9,563.5,318.5,122.5,7.0,2,0.4,5,35.67,33.94 -0.9,563.5,318.5,122.5,7.0,3,0.4,5,35.01,33.14 -0.9,563.5,318.5,122.5,7.0,4,0.4,5,34.72,38.79 -0.9,563.5,318.5,122.5,7.0,5,0.4,5,35.24,37.27 -0.86,588.0,294.0,147.0,7.0,2,0.4,5,32.31,29.69 -0.86,588.0,294.0,147.0,7.0,3,0.4,5,31.81,31.2 -0.86,588.0,294.0,147.0,7.0,4,0.4,5,31.12,36.26 -0.86,588.0,294.0,147.0,7.0,5,0.4,5,32.06,35.71 -0.82,612.5,318.5,147.0,7.0,2,0.4,5,30.0,29.93 -0.82,612.5,318.5,147.0,7.0,3,0.4,5,29.5,29.56 -0.82,612.5,318.5,147.0,7.0,4,0.4,5,29.06,33.84 -0.82,612.5,318.5,147.0,7.0,5,0.4,5,29.92,32.54 -0.79,637.0,343.0,147.0,7.0,2,0.4,5,42.11,38.56 -0.79,637.0,343.0,147.0,7.0,3,0.4,5,41.96,37.7 -0.79,637.0,343.0,147.0,7.0,4,0.4,5,41.09,47.01 -0.79,637.0,343.0,147.0,7.0,5,0.4,5,40.79,44.87 -0.76,661.5,416.5,122.5,7.0,2,0.4,5,38.82,39.37 -0.76,661.5,416.5,122.5,7.0,3,0.4,5,39.72,39.8 -0.76,661.5,416.5,122.5,7.0,4,0.4,5,39.31,37.79 -0.76,661.5,416.5,122.5,7.0,5,0.4,5,39.86,38.18 -0.74,686.0,245.0,220.5,3.5,2,0.4,5,14.41,16.69 -0.74,686.0,245.0,220.5,3.5,3,0.4,5,14.19,16.62 -0.74,686.0,245.0,220.5,3.5,4,0.4,5,14.17,16.94 -0.74,686.0,245.0,220.5,3.5,5,0.4,5,14.39,16.7 -0.71,710.5,269.5,220.5,3.5,2,0.4,5,12.43,15.59 -0.71,710.5,269.5,220.5,3.5,3,0.4,5,12.63,14.58 -0.71,710.5,269.5,220.5,3.5,4,0.4,5,12.76,15.33 -0.71,710.5,269.5,220.5,3.5,5,0.4,5,12.42,15.31 -0.69,735.0,294.0,220.5,3.5,2,0.4,5,14.12,16.63 -0.69,735.0,294.0,220.5,3.5,3,0.4,5,14.28,15.87 -0.69,735.0,294.0,220.5,3.5,4,0.4,5,14.37,16.54 -0.69,735.0,294.0,220.5,3.5,5,0.4,5,14.21,16.74 -0.66,759.5,318.5,220.5,3.5,2,0.4,5,14.96,17.64 -0.66,759.5,318.5,220.5,3.5,3,0.4,5,14.92,17.79 -0.66,759.5,318.5,220.5,3.5,4,0.4,5,14.92,17.55 -0.66,759.5,318.5,220.5,3.5,5,0.4,5,15.16,18.06 -0.64,784.0,343.0,220.5,3.5,2,0.4,5,17.69,20.82 -0.64,784.0,343.0,220.5,3.5,3,0.4,5,18.19,20.21 -0.64,784.0,343.0,220.5,3.5,4,0.4,5,18.16,20.71 -0.64,784.0,343.0,220.5,3.5,5,0.4,5,17.88,21.4 -0.62,808.5,367.5,220.5,3.5,2,0.4,5,16.54,16.88 -0.62,808.5,367.5,220.5,3.5,3,0.4,5,16.44,17.11 -0.62,808.5,367.5,220.5,3.5,4,0.4,5,16.48,16.61 -0.62,808.5,367.5,220.5,3.5,5,0.4,5,16.64,16.03 diff --git a/misc/TRL-neurips-2023/resources/BenchmarkDataset/HousingData.csv b/misc/TRL-neurips-2023/resources/BenchmarkDataset/HousingData.csv deleted file mode 100644 index be5958a..0000000 --- a/misc/TRL-neurips-2023/resources/BenchmarkDataset/HousingData.csv +++ /dev/null @@ -1,395 +0,0 @@ -CRIM,ZN,INDUS,CHAS,NOX,RM,AGE,DIS,RAD,TAX,PTRATIO,B,LSTAT,MEDV -0.00632,18.0,2.31,0.0,0.5379999999999999,6.575,65.2,4.09,1,296,15.3,396.9,4.98,24.0 -0.02731,0.0,7.07,0.0,0.469,6.421,78.9,4.9671,2,242,17.8,396.9,9.14,21.6 -0.02729,0.0,7.07,0.0,0.469,7.185,61.1,4.9671,2,242,17.8,392.83,4.03,34.7 -0.032369999999999996,0.0,2.18,0.0,0.45799999999999996,6.997999999999999,45.8,6.0622,3,222,18.7,394.63,2.94,33.4 -0.02985,0.0,2.18,0.0,0.45799999999999996,6.43,58.7,6.0622,3,222,18.7,394.12,5.21,28.7 -0.14455,12.5,7.87,0.0,0.524,6.172000000000001,96.1,5.9505,5,311,15.2,396.9,19.15,27.1 -0.21124,12.5,7.87,0.0,0.524,5.631,100.0,6.0821,5,311,15.2,386.63,29.93,16.5 -0.22489,12.5,7.87,0.0,0.524,6.377000000000001,94.3,6.3467,5,311,15.2,392.52,20.45,15.0 -0.11747,12.5,7.87,0.0,0.524,6.0089999999999995,82.9,6.2267,5,311,15.2,396.9,13.27,18.9 -0.09378,12.5,7.87,0.0,0.524,5.888999999999999,39.0,5.4509,5,311,15.2,390.5,15.71,21.7 -0.62976,0.0,8.14,0.0,0.5379999999999999,5.949,61.8,4.7075,4,307,21.0,396.9,8.26,20.4 -0.62739,0.0,8.14,0.0,0.5379999999999999,5.834,56.5,4.4986,4,307,21.0,395.62,8.47,19.9 -1.05393,0.0,8.14,0.0,0.5379999999999999,5.935,29.3,4.4986,4,307,21.0,386.85,6.58,23.1 -0.7842,0.0,8.14,0.0,0.5379999999999999,5.99,81.7,4.2579,4,307,21.0,386.75,14.67,17.5 -0.80271,0.0,8.14,0.0,0.5379999999999999,5.456,36.6,3.7965,4,307,21.0,288.99,11.69,20.2 -0.7258,0.0,8.14,0.0,0.5379999999999999,5.727,69.5,3.7965,4,307,21.0,390.95,11.28,18.2 -1.25179,0.0,8.14,0.0,0.5379999999999999,5.57,98.1,3.7979,4,307,21.0,376.57,21.02,13.6 -0.8520399999999999,0.0,8.14,0.0,0.5379999999999999,5.965,89.2,4.0123,4,307,21.0,392.53,13.83,19.6 -1.2324700000000002,0.0,8.14,0.0,0.5379999999999999,6.142,91.7,3.9769,4,307,21.0,396.9,18.72,15.2 -0.9884299999999999,0.0,8.14,0.0,0.5379999999999999,5.813,100.0,4.0952,4,307,21.0,394.54,19.88,14.5 -0.75026,0.0,8.14,0.0,0.5379999999999999,5.9239999999999995,94.1,4.3996,4,307,21.0,394.33,16.3,15.6 -0.84054,0.0,8.14,0.0,0.5379999999999999,5.599,85.7,4.4546,4,307,21.0,303.42,16.51,13.9 -0.67191,0.0,8.14,0.0,0.5379999999999999,5.813,90.3,4.6819999999999995,4,307,21.0,376.88,14.81,16.6 -0.9557700000000001,0.0,8.14,0.0,0.5379999999999999,6.047000000000001,88.8,4.4534,4,307,21.0,306.38,17.28,14.8 -0.77299,0.0,8.14,0.0,0.5379999999999999,6.495,94.4,4.4547,4,307,21.0,387.94,12.8,18.4 -1.00245,0.0,8.14,0.0,0.5379999999999999,6.6739999999999995,87.3,4.239,4,307,21.0,380.23,11.98,21.0 -1.13081,0.0,8.14,0.0,0.5379999999999999,5.712999999999999,94.1,4.2330000000000005,4,307,21.0,360.17,22.6,12.7 -1.3547200000000001,0.0,8.14,0.0,0.5379999999999999,6.072,100.0,4.175,4,307,21.0,376.73,13.04,14.5 -1.38799,0.0,8.14,0.0,0.5379999999999999,5.95,82.0,3.99,4,307,21.0,232.6,27.71,13.2 -1.15172,0.0,8.14,0.0,0.5379999999999999,5.7010000000000005,95.0,3.7872,4,307,21.0,358.77,18.35,13.1 -1.6128200000000001,0.0,8.14,0.0,0.5379999999999999,6.096,96.9,3.7598,4,307,21.0,248.31,20.34,13.5 -0.08014,0.0,5.96,0.0,0.499,5.85,41.5,3.9342,5,279,19.2,396.9,8.77,21.0 -0.17505,0.0,5.96,0.0,0.499,5.966,30.2,3.8473,5,279,19.2,393.43,10.13,24.7 -0.027630000000000002,75.0,2.95,0.0,0.428,6.595,21.8,5.4011,3,252,18.3,395.63,4.32,30.8 -0.033589999999999995,75.0,2.95,0.0,0.428,7.024,15.8,5.4011,3,252,18.3,395.62,1.98,34.9 -0.12744,0.0,6.91,0.0,0.44799999999999995,6.77,2.9,5.7209,3,233,17.9,385.41,4.84,26.6 -0.1415,0.0,6.91,0.0,0.44799999999999995,6.169,6.6,5.7209,3,233,17.9,383.37,5.81,25.3 -0.12269000000000001,0.0,6.91,0.0,0.44799999999999995,6.069,40.0,5.7209,3,233,17.9,389.39,9.55,21.2 -0.17142000000000002,0.0,6.91,0.0,0.44799999999999995,5.682,33.8,5.1004,3,233,17.9,396.9,10.21,19.3 -0.18836,0.0,6.91,0.0,0.44799999999999995,5.7860000000000005,33.3,5.1004,3,233,17.9,396.9,14.15,20.0 -0.25387,0.0,6.91,0.0,0.44799999999999995,5.399,95.3,5.87,3,233,17.9,396.9,30.81,14.4 -0.21977,0.0,6.91,0.0,0.44799999999999995,5.602,62.0,6.0877,3,233,17.9,396.9,16.2,19.4 -0.08872999999999999,21.0,5.64,0.0,0.439,5.962999999999999,45.7,6.8147,4,243,16.8,395.56,13.45,19.7 -0.0536,21.0,5.64,0.0,0.439,6.511,21.1,6.8147,4,243,16.8,396.9,5.28,25.0 -0.0136,75.0,4.0,0.0,0.41,5.888,47.6,7.3197,3,469,21.1,396.9,14.8,18.9 -0.01311,90.0,1.22,0.0,0.40299999999999997,7.249,21.9,8.6966,5,226,17.9,395.93,4.81,35.4 -0.02055,85.0,0.74,0.0,0.41,6.382999999999999,35.7,9.1876,2,313,17.3,396.9,5.77,24.7 -0.01432,100.0,1.32,0.0,0.41100000000000003,6.816,40.5,8.3248,5,256,15.1,392.9,3.95,31.6 -0.15445,25.0,5.13,0.0,0.45299999999999996,6.145,29.2,7.8148,8,284,19.7,390.68,6.86,23.3 -0.10328,25.0,5.13,0.0,0.45299999999999996,5.9270000000000005,47.2,6.932,8,284,19.7,396.9,9.22,19.6 -0.14932,25.0,5.13,0.0,0.45299999999999996,5.7410000000000005,66.2,7.2254,8,284,19.7,395.11,13.15,18.7 -0.17171,25.0,5.13,0.0,0.45299999999999996,5.966,93.4,6.8185,8,284,19.7,378.08,14.44,16.0 -0.11027,25.0,5.13,0.0,0.45299999999999996,6.456,67.8,7.2255,8,284,19.7,396.9,6.73,22.2 -0.1265,25.0,5.13,0.0,0.45299999999999996,6.7620000000000005,43.4,7.9809,8,284,19.7,395.58,9.5,25.0 -0.01951,17.5,1.38,0.0,0.4161,7.104,59.5,9.2229,3,216,18.6,393.24,8.05,33.0 -0.03584,80.0,3.37,0.0,0.39799999999999996,6.29,17.8,6.6115,4,337,16.1,396.9,4.67,23.5 -0.043789999999999996,80.0,3.37,0.0,0.39799999999999996,5.787000000000001,31.1,6.6115,4,337,16.1,396.9,10.24,19.4 -0.05789,12.5,6.07,0.0,0.409,5.877999999999999,21.4,6.497999999999999,4,345,18.9,396.21,8.1,22.0 -0.13554000000000002,12.5,6.07,0.0,0.409,5.593999999999999,36.8,6.497999999999999,4,345,18.9,396.9,13.09,17.4 -0.12816,12.5,6.07,0.0,0.409,5.885,33.0,6.497999999999999,4,345,18.9,396.9,8.79,20.9 -0.08826,0.0,10.81,0.0,0.413,6.417000000000001,6.6,5.2873,4,305,19.2,383.73,6.72,24.2 -0.15875999999999998,0.0,10.81,0.0,0.413,5.961,17.5,5.2873,4,305,19.2,376.94,9.88,21.7 -0.09164,0.0,10.81,0.0,0.413,6.065,7.8,5.2873,4,305,19.2,390.91,5.52,22.8 -0.09512000000000001,0.0,12.83,0.0,0.43700000000000006,6.2860000000000005,45.0,4.5026,5,398,18.7,383.23,8.94,21.4 -0.10153,0.0,12.83,0.0,0.43700000000000006,6.279,74.5,4.0522,5,398,18.7,373.66,11.97,20.0 -0.08707000000000001,0.0,12.83,0.0,0.43700000000000006,6.14,45.8,4.0905,5,398,18.7,386.96,10.27,20.8 -0.05646,0.0,12.83,0.0,0.43700000000000006,6.232,53.7,5.0141,5,398,18.7,386.4,12.34,21.2 -0.04113,25.0,4.86,0.0,0.426,6.727,33.5,5.4007,4,281,19.0,396.9,5.29,28.0 -0.04462,25.0,4.86,0.0,0.426,6.619,70.4,5.4007,4,281,19.0,395.63,7.22,23.9 -0.03659,25.0,4.86,0.0,0.426,6.3020000000000005,32.2,5.4007,4,281,19.0,396.9,6.72,24.8 -0.03551,25.0,4.86,0.0,0.426,6.167000000000001,46.7,5.4007,4,281,19.0,390.64,7.51,22.9 -0.050589999999999996,0.0,4.49,0.0,0.449,6.388999999999999,48.0,4.7794,3,247,18.5,396.9,9.62,23.9 -0.05735,0.0,4.49,0.0,0.449,6.63,56.1,4.4377,3,247,18.5,392.3,6.53,26.6 -0.051879999999999996,0.0,4.49,0.0,0.449,6.015,45.1,4.4272,3,247,18.5,395.99,12.86,22.5 -0.0566,0.0,3.41,0.0,0.489,7.007000000000001,86.3,3.4217,2,270,17.8,396.9,5.5,23.6 -0.053020000000000005,0.0,3.41,0.0,0.489,7.079,63.1,3.4145,2,270,17.8,396.06,5.7,28.7 -0.04684,0.0,3.41,0.0,0.489,6.417000000000001,66.1,3.0923,2,270,17.8,392.18,8.81,22.6 -0.03932,0.0,3.41,0.0,0.489,6.405,73.9,3.0921,2,270,17.8,393.55,8.2,22.0 -0.02875,28.0,15.04,0.0,0.46399999999999997,6.211,28.9,3.6659,4,270,18.2,396.33,6.21,25.0 -0.04294,28.0,15.04,0.0,0.46399999999999997,6.249,77.3,3.615,4,270,18.2,396.9,10.59,20.6 -0.12204000000000001,0.0,2.89,0.0,0.445,6.625,57.8,3.4952,2,276,18.0,357.98,6.65,28.4 -0.11504,0.0,2.89,0.0,0.445,6.162999999999999,69.6,3.4952,2,276,18.0,391.83,11.34,21.4 -0.12082999999999999,0.0,2.89,0.0,0.445,8.068999999999999,76.0,3.4952,2,276,18.0,396.9,4.21,38.7 -0.08187,0.0,2.89,0.0,0.445,7.82,36.9,3.4952,2,276,18.0,393.53,3.57,43.8 -0.0686,0.0,2.89,0.0,0.445,7.416,62.5,3.4952,2,276,18.0,396.9,6.19,33.2 -0.14866,0.0,8.56,0.0,0.52,6.727,79.9,2.7778,5,384,20.9,394.76,9.42,27.5 -0.11432,0.0,8.56,0.0,0.52,6.781000000000001,71.3,2.8561,5,384,20.9,395.58,7.67,26.5 -0.22876,0.0,8.56,0.0,0.52,6.405,85.4,2.7147,5,384,20.9,70.8,10.63,18.6 -0.1396,0.0,8.56,0.0,0.52,6.167000000000001,90.0,2.421,5,384,20.9,392.69,12.33,20.1 -0.13262000000000002,0.0,8.56,0.0,0.52,5.851,96.7,2.1069,5,384,20.9,394.05,16.47,19.5 -0.1712,0.0,8.56,0.0,0.52,5.836,91.9,2.211,5,384,20.9,395.67,18.66,19.5 -0.13117,0.0,8.56,0.0,0.52,6.127000000000001,85.2,2.1224,5,384,20.9,387.69,14.09,20.4 -0.12802,0.0,8.56,0.0,0.52,6.474,97.1,2.4329,5,384,20.9,395.24,12.27,19.8 -0.26363000000000003,0.0,8.56,0.0,0.52,6.229,91.2,2.5451,5,384,20.9,391.23,15.55,19.4 -0.10793,0.0,8.56,0.0,0.52,6.195,54.4,2.7778,5,384,20.9,393.49,13.0,21.7 -0.10084,0.0,10.01,0.0,0.547,6.715,81.6,2.6775,6,432,17.8,395.59,10.16,22.8 -0.12329000000000001,0.0,10.01,0.0,0.547,5.912999999999999,92.9,2.3534,6,432,17.8,394.95,16.21,18.8 -0.22211999999999998,0.0,10.01,0.0,0.547,6.0920000000000005,95.4,2.548,6,432,17.8,396.9,17.09,18.7 -0.14231,0.0,10.01,0.0,0.547,6.254,84.2,2.2565,6,432,17.8,388.74,10.45,18.5 -0.15098,0.0,10.01,0.0,0.547,6.021,82.6,2.7474,6,432,17.8,394.51,10.3,19.2 -0.06899,0.0,25.65,0.0,0.581,5.87,69.7,2.2577,2,188,19.1,389.15,14.37,22.0 -0.07165,0.0,25.65,0.0,0.581,6.004,84.1,2.1974,2,188,19.1,377.67,14.27,20.3 -0.09299,0.0,25.65,0.0,0.581,5.961,92.9,2.0869,2,188,19.1,378.09,17.93,20.5 -0.09849,0.0,25.65,0.0,0.581,5.879,95.8,2.0063,2,188,19.1,379.38,17.58,18.8 -0.16902,0.0,25.65,0.0,0.581,5.986000000000001,88.4,1.9929,2,188,19.1,385.02,14.81,21.4 -0.25915,0.0,21.89,0.0,0.624,5.693,96.0,1.7883,4,437,21.2,392.11,17.19,16.2 -0.32543,0.0,21.89,0.0,0.624,6.431,98.8,1.8125,4,437,21.2,396.9,15.39,18.0 -0.88125,0.0,21.89,0.0,0.624,5.6370000000000005,94.7,1.9799,4,437,21.2,396.9,18.34,14.3 -0.34006,0.0,21.89,0.0,0.624,6.457999999999999,98.9,2.1185,4,437,21.2,395.04,12.6,19.2 -1.19294,0.0,21.89,0.0,0.624,6.3260000000000005,97.7,2.271,4,437,21.2,396.9,12.26,19.6 -0.59005,0.0,21.89,0.0,0.624,6.372000000000001,97.9,2.3274,4,437,21.2,385.76,11.12,23.0 -0.9761700000000001,0.0,21.89,0.0,0.624,5.757000000000001,98.4,2.346,4,437,21.2,262.76,17.31,15.6 -0.55778,0.0,21.89,0.0,0.624,6.335,98.2,2.1107,4,437,21.2,394.67,16.96,18.1 -0.32264,0.0,21.89,0.0,0.624,5.942,93.5,1.9669,4,437,21.2,378.25,16.9,17.4 -0.35233000000000003,0.0,21.89,0.0,0.624,6.454,98.4,1.8498,4,437,21.2,394.08,14.59,17.1 -0.54452,0.0,21.89,0.0,0.624,6.151,97.9,1.6687,4,437,21.2,396.9,18.46,17.8 -0.2909,0.0,21.89,0.0,0.624,6.1739999999999995,93.6,1.6119,4,437,21.2,388.08,24.16,14.0 -1.6286399999999999,0.0,21.89,0.0,0.624,5.019,100.0,1.4394,4,437,21.2,396.9,34.41,14.4 -3.32105,0.0,19.58,1.0,0.871,5.403,100.0,1.3216,5,403,14.7,396.9,26.82,13.4 -4.0974,0.0,19.58,0.0,0.871,5.468,100.0,1.4118,5,403,14.7,396.9,26.42,15.6 -2.7797400000000003,0.0,19.58,0.0,0.871,4.9030000000000005,97.8,1.3459,5,403,14.7,396.9,29.29,11.8 -2.37934,0.0,19.58,0.0,0.871,6.13,100.0,1.4191,5,403,14.7,172.91,27.8,13.8 -2.7339700000000002,0.0,19.58,0.0,0.871,5.597,94.9,1.5257,5,403,14.7,351.85,21.45,15.4 -1.49632,0.0,19.58,0.0,0.871,5.404,100.0,1.5916,5,403,14.7,341.6,13.28,19.6 -2.14918,0.0,19.58,0.0,0.871,5.709,98.5,1.6232,5,403,14.7,261.95,15.79,19.4 -1.41385,0.0,19.58,1.0,0.871,6.129,96.0,1.7494,5,403,14.7,321.02,15.12,17.0 -2.4466799999999997,0.0,19.58,0.0,0.871,5.272,94.0,1.7364,5,403,14.7,88.63,16.14,13.1 -1.34284,0.0,19.58,0.0,0.605,6.066,100.0,1.7573,5,403,14.7,353.89,6.43,24.3 -1.4250200000000002,0.0,19.58,0.0,0.871,6.51,100.0,1.7659,5,403,14.7,364.31,7.39,23.3 -1.27346,0.0,19.58,1.0,0.605,6.25,92.6,1.7984,5,403,14.7,338.92,5.5,27.0 -1.46336,0.0,19.58,0.0,0.605,7.489,90.8,1.9709,5,403,14.7,374.43,1.73,50.0 -1.8337700000000001,0.0,19.58,1.0,0.605,7.8020000000000005,98.2,2.0407,5,403,14.7,389.61,1.92,50.0 -2.2423599999999997,0.0,19.58,0.0,0.605,5.854,91.8,2.4219999999999997,5,403,14.7,395.11,11.64,22.7 -2.924,0.0,19.58,0.0,0.605,6.101,93.0,2.2834,5,403,14.7,240.16,9.81,25.0 -2.01019,0.0,19.58,0.0,0.605,7.928999999999999,96.2,2.0459,5,403,14.7,369.3,3.7,50.0 -2.3004,0.0,19.58,0.0,0.605,6.319,96.1,2.1,5,403,14.7,297.09,11.1,23.8 -2.4495299999999998,0.0,19.58,0.0,0.605,6.402,95.2,2.2625,5,403,14.7,330.04,11.32,22.3 -1.2074200000000002,0.0,19.58,0.0,0.605,5.875,94.6,2.4259,5,403,14.7,292.29,14.43,17.4 -2.3139,0.0,19.58,0.0,0.605,5.88,97.3,2.3887,5,403,14.7,348.13,12.03,19.1 -0.13914,0.0,4.05,0.0,0.51,5.572,88.5,2.5961,5,296,16.6,396.9,14.69,23.1 -0.08447,0.0,4.05,0.0,0.51,5.859,68.7,2.7019,5,296,16.6,393.23,9.64,22.6 -0.06663999999999999,0.0,4.05,0.0,0.51,6.546,33.1,3.1323,5,296,16.6,390.96,5.33,29.4 -0.07022,0.0,4.05,0.0,0.51,6.02,47.2,3.5549,5,296,16.6,393.23,10.11,23.2 -0.06642,0.0,4.05,0.0,0.51,6.86,74.4,2.9153,5,296,16.6,391.27,6.92,29.9 -0.0578,0.0,2.46,0.0,0.488,6.98,58.4,2.8289999999999997,3,193,17.8,396.9,5.04,37.2 -0.06588,0.0,2.46,0.0,0.488,7.765,83.3,2.741,3,193,17.8,395.56,7.56,39.8 -0.06888,0.0,2.46,0.0,0.488,6.144,62.2,2.5979,3,193,17.8,396.9,9.45,36.2 -0.09103,0.0,2.46,0.0,0.488,7.155,92.2,2.7006,3,193,17.8,394.12,4.82,37.9 -0.08308,0.0,2.46,0.0,0.488,5.604,89.8,2.9879,3,193,17.8,391.0,13.98,26.4 -0.06047,0.0,2.46,0.0,0.488,6.153,68.8,3.2797,3,193,17.8,387.11,13.15,29.6 -0.07875,45.0,3.44,0.0,0.43700000000000006,6.782,41.1,3.7886,5,398,15.2,393.87,6.68,32.0 -0.12579,45.0,3.44,0.0,0.43700000000000006,6.556,29.1,4.5667,5,398,15.2,382.84,4.56,29.8 -0.0837,45.0,3.44,0.0,0.43700000000000006,7.185,38.9,4.5667,5,398,15.2,396.9,5.39,34.9 -0.09068,45.0,3.44,0.0,0.43700000000000006,6.9510000000000005,21.5,6.4798,5,398,15.2,377.68,5.1,37.0 -0.01439,60.0,2.93,0.0,0.401,6.604,18.8,6.2196,1,265,15.6,376.7,4.38,29.1 -0.01381,80.0,0.46,0.0,0.42200000000000004,7.875,32.0,5.6484,4,255,14.4,394.23,2.97,50.0 -0.04666,80.0,1.52,0.0,0.40399999999999997,7.107,36.6,7.309,2,329,12.6,354.31,8.61,30.3 -0.03768,80.0,1.52,0.0,0.40399999999999997,7.274,38.3,7.309,2,329,12.6,392.2,6.62,34.6 -0.0315,95.0,1.47,0.0,0.40299999999999997,6.975,15.3,7.6534,3,402,17.0,396.9,4.56,34.9 -0.01778,95.0,1.47,0.0,0.40299999999999997,7.135,13.9,7.6534,3,402,17.0,384.3,4.45,32.9 -0.03445,82.5,2.03,0.0,0.415,6.162000000000001,38.4,6.27,2,348,14.7,393.77,7.43,24.1 -0.021769999999999998,82.5,2.03,0.0,0.415,7.61,15.7,6.27,2,348,14.7,395.38,3.11,42.3 -0.0351,95.0,2.68,0.0,0.4161,7.853,33.2,5.118,4,224,14.7,392.78,3.81,48.5 -0.02009,95.0,2.68,0.0,0.4161,8.033999999999999,31.9,5.118,4,224,14.7,390.55,2.88,50.0 -0.13587,0.0,10.59,1.0,0.489,6.064,59.1,4.2392,4,277,18.6,381.32,14.66,24.4 -0.43571000000000004,0.0,10.59,1.0,0.489,5.343999999999999,100.0,3.875,4,277,18.6,396.9,23.09,20.0 -0.37578,0.0,10.59,1.0,0.489,5.404,88.6,3.665,4,277,18.6,395.24,23.98,19.3 -0.21719000000000002,0.0,10.59,1.0,0.489,5.807,53.8,3.6526,4,277,18.6,390.94,16.03,22.4 -0.14052,0.0,10.59,0.0,0.489,6.375,32.3,3.9454,4,277,18.6,385.81,9.38,28.1 -0.28955,0.0,10.59,0.0,0.489,5.412000000000001,9.8,3.5875,4,277,18.6,348.93,29.55,23.7 -0.0456,0.0,13.89,1.0,0.55,5.888,56.0,3.1121,5,276,16.4,392.8,13.51,23.3 -0.07013,0.0,13.89,0.0,0.55,6.642,85.1,3.4211,5,276,16.4,392.78,9.69,28.7 -0.11069000000000001,0.0,13.89,1.0,0.55,5.9510000000000005,93.8,2.8893,5,276,16.4,396.9,17.92,21.5 -0.35809,0.0,6.2,1.0,0.507,6.9510000000000005,88.5,2.8617,8,307,17.4,391.7,9.71,26.7 -0.40771,0.0,6.2,1.0,0.507,6.164,91.3,3.048,8,307,17.4,395.24,21.46,21.7 -0.62356,0.0,6.2,1.0,0.507,6.879,77.7,3.2721,8,307,17.4,390.39,9.93,27.5 -0.6147,0.0,6.2,0.0,0.507,6.617999999999999,80.8,3.2721,8,307,17.4,396.9,7.6,30.1 -0.31533,0.0,6.2,0.0,0.504,8.266,78.3,2.8944,8,307,17.4,385.05,4.14,44.8 -0.52693,0.0,6.2,0.0,0.504,8.725,83.0,2.8944,8,307,17.4,382.0,4.63,50.0 -0.41238,0.0,6.2,0.0,0.504,7.162999999999999,79.9,3.2157,8,307,17.4,372.08,6.36,31.6 -0.537,0.0,6.2,0.0,0.504,5.981,68.1,3.6715,8,307,17.4,378.35,11.65,24.3 -0.46296000000000004,0.0,6.2,0.0,0.504,7.412000000000001,76.9,3.6715,8,307,17.4,376.14,5.25,31.7 -0.57529,0.0,6.2,0.0,0.507,8.337,73.3,3.8384,8,307,17.4,385.91,2.47,41.7 -0.44791000000000003,0.0,6.2,1.0,0.507,6.726,66.5,3.6519,8,307,17.4,360.2,8.05,29.0 -0.33045,0.0,6.2,0.0,0.507,6.086,61.5,3.6519,8,307,17.4,376.75,10.88,24.0 -0.51183,0.0,6.2,0.0,0.507,7.358,71.6,4.148,8,307,17.4,390.07,4.73,31.5 -0.09252,30.0,4.93,0.0,0.428,6.606,42.2,6.1899,6,300,16.6,383.78,7.37,23.3 -0.1029,30.0,4.93,0.0,0.428,6.358,52.9,7.0355,6,300,16.6,372.75,11.22,22.2 -0.12757000000000002,30.0,4.93,0.0,0.428,6.393,7.8,7.0355,6,300,16.6,374.71,5.19,23.7 -0.20608,22.0,5.86,0.0,0.431,5.593,76.5,7.9549,7,330,19.1,372.49,12.5,17.6 -0.33983,22.0,5.86,0.0,0.431,6.108,34.9,8.0555,7,330,19.1,390.18,9.16,24.3 -0.19657,22.0,5.86,0.0,0.431,6.226,79.2,8.0555,7,330,19.1,376.14,10.15,20.5 -0.16439,22.0,5.86,0.0,0.431,6.433,49.1,7.8265,7,330,19.1,374.71,9.52,24.5 -0.19072999999999998,22.0,5.86,0.0,0.431,6.718,17.5,7.8265,7,330,19.1,393.74,6.56,26.2 -0.1403,22.0,5.86,0.0,0.431,6.487,13.0,7.3967,7,330,19.1,396.28,5.9,24.4 -0.21409,22.0,5.86,0.0,0.431,6.438,8.9,7.3967,7,330,19.1,377.07,3.59,24.8 -0.08221,22.0,5.86,0.0,0.431,6.957000000000001,6.8,8.9067,7,330,19.1,386.09,3.53,29.6 -0.36894,22.0,5.86,0.0,0.431,8.259,8.4,8.9067,7,330,19.1,396.9,3.54,42.8 -0.035480000000000005,80.0,3.64,0.0,0.392,5.876,19.1,9.2203,1,315,16.4,395.18,9.25,20.9 -0.015380000000000001,90.0,3.75,0.0,0.39399999999999996,7.454,34.2,6.3361,3,244,15.9,386.34,3.11,44.0 -0.61154,20.0,3.97,0.0,0.647,8.704,86.9,1.801,5,264,13.0,389.7,5.12,50.0 -0.66351,20.0,3.97,0.0,0.647,7.332999999999999,100.0,1.8946,5,264,13.0,383.29,7.79,36.0 -0.65665,20.0,3.97,0.0,0.647,6.8420000000000005,100.0,2.0107,5,264,13.0,391.93,6.9,30.1 -0.5401100000000001,20.0,3.97,0.0,0.647,7.202999999999999,81.8,2.1121,5,264,13.0,392.8,9.59,33.8 -0.5341199999999999,20.0,3.97,0.0,0.647,7.52,89.4,2.1398,5,264,13.0,388.37,7.26,43.1 -0.82526,20.0,3.97,0.0,0.647,7.327000000000001,94.5,2.0788,5,264,13.0,393.42,11.25,31.0 -0.55007,20.0,3.97,0.0,0.647,7.206,91.6,1.9301,5,264,13.0,387.89,8.1,36.5 -0.76162,20.0,3.97,0.0,0.647,5.56,62.8,1.9865,5,264,13.0,392.4,10.45,22.8 -0.57834,20.0,3.97,0.0,0.575,8.297,67.0,2.4216,5,264,13.0,384.54,7.44,50.0 -0.5405,20.0,3.97,0.0,0.575,7.47,52.6,2.872,5,264,13.0,390.3,3.16,43.5 -0.09065,20.0,6.96,1.0,0.46399999999999997,5.92,61.5,3.9175,3,223,18.6,391.34,13.65,20.7 -0.29916,20.0,6.96,0.0,0.46399999999999997,5.856,42.1,4.428999999999999,3,223,18.6,388.65,13.0,21.1 -0.1146,20.0,6.96,0.0,0.46399999999999997,6.537999999999999,58.7,3.9175,3,223,18.6,394.96,7.73,24.4 -0.22188000000000002,20.0,6.96,1.0,0.46399999999999997,7.691,51.8,4.3665,3,223,18.6,390.77,6.58,35.2 -0.05644,40.0,6.41,1.0,0.447,6.757999999999999,32.9,4.0776,4,254,17.6,396.9,3.53,32.4 -0.09604,40.0,6.41,0.0,0.447,6.854,42.8,4.2673,4,254,17.6,396.9,2.98,32.0 -0.10469,40.0,6.41,1.0,0.447,7.267,49.0,4.7872,4,254,17.6,389.25,6.05,33.2 -0.07977999999999999,40.0,6.41,0.0,0.447,6.482,32.1,4.1403,4,254,17.6,396.9,7.19,29.1 -0.21038,20.0,3.33,0.0,0.4429,6.812,32.2,4.1007,5,216,14.9,396.9,4.85,35.1 -0.03578,20.0,3.33,0.0,0.4429,7.82,64.5,4.6947,5,216,14.9,387.31,3.76,45.4 -0.06129,20.0,3.33,1.0,0.4429,7.645,49.7,5.2119,5,216,14.9,377.07,3.01,46.0 -0.015009999999999999,90.0,1.21,1.0,0.401,7.922999999999999,24.8,5.885,1,198,13.6,395.52,3.16,50.0 -0.009059999999999999,90.0,2.97,0.0,0.4,7.087999999999999,20.8,7.3073,1,285,15.3,394.72,7.85,32.2 -0.01096,55.0,2.25,0.0,0.389,6.452999999999999,31.9,7.3073,1,300,15.3,394.72,8.23,22.0 -0.03871,52.5,5.32,0.0,0.405,6.209,31.3,7.3172,6,293,16.6,396.9,7.14,23.2 -0.04297,52.5,5.32,0.0,0.405,6.565,22.9,7.3172,6,293,16.6,371.72,9.51,24.8 -0.035019999999999996,80.0,4.95,0.0,0.41100000000000003,6.861000000000001,27.9,5.1167,4,245,19.2,396.9,3.33,28.5 -0.07886,80.0,4.95,0.0,0.41100000000000003,7.148,27.7,5.1167,4,245,19.2,396.9,3.56,37.3 -0.08265,0.0,13.92,0.0,0.43700000000000006,6.127000000000001,18.4,5.5027,4,289,16.0,396.9,8.58,23.9 -0.12932000000000002,0.0,13.92,0.0,0.43700000000000006,6.678,31.1,5.9604,4,289,16.0,396.9,6.27,28.6 -0.053720000000000004,0.0,13.92,0.0,0.43700000000000006,6.5489999999999995,51.0,5.9604,4,289,16.0,392.85,7.39,27.1 -0.06466000000000001,70.0,2.24,0.0,0.4,6.345,20.1,7.8278,5,358,14.8,368.24,4.97,22.5 -0.05561,70.0,2.24,0.0,0.4,7.041,10.0,7.8278,5,358,14.8,371.58,4.74,29.0 -0.04417,70.0,2.24,0.0,0.4,6.871,47.4,7.8278,5,358,14.8,390.86,6.07,24.8 -0.05515,33.0,2.18,0.0,0.47200000000000003,7.236000000000001,41.1,4.022,7,222,18.4,393.68,6.93,36.1 -0.07503,33.0,2.18,0.0,0.47200000000000003,7.42,71.9,3.0992,7,222,18.4,396.9,6.47,33.4 -0.049319999999999996,33.0,2.18,0.0,0.47200000000000003,6.849,70.3,3.1827,7,222,18.4,396.9,7.53,28.2 -0.49298000000000003,0.0,9.9,0.0,0.544,6.635,82.5,3.3175,4,304,18.4,396.9,4.54,22.8 -0.3494,0.0,9.9,0.0,0.544,5.972,76.7,3.1025,4,304,18.4,396.24,9.97,20.3 -2.63548,0.0,9.9,0.0,0.544,4.973,37.8,2.5194,4,304,18.4,350.45,12.64,16.1 -0.7904100000000001,0.0,9.9,0.0,0.544,6.122000000000001,52.8,2.6403,4,304,18.4,396.9,5.98,22.1 -0.26169000000000003,0.0,9.9,0.0,0.544,6.023,90.4,2.8339999999999996,4,304,18.4,396.3,11.72,19.4 -0.26938,0.0,9.9,0.0,0.544,6.266,82.8,3.2628,4,304,18.4,393.39,7.9,21.6 -0.3692,0.0,9.9,0.0,0.544,6.567,87.3,3.6023,4,304,18.4,395.69,9.28,23.8 -0.25356,0.0,9.9,0.0,0.544,5.705,77.7,3.945,4,304,18.4,396.42,11.5,16.2 -0.24522,0.0,9.9,0.0,0.544,5.782,71.7,4.0317,4,304,18.4,396.9,15.94,19.8 -0.40202,0.0,9.9,0.0,0.544,6.382000000000001,67.2,3.5325,4,304,18.4,395.21,10.36,23.1 -0.47547,0.0,9.9,0.0,0.544,6.1129999999999995,58.8,4.0019,4,304,18.4,396.23,12.73,21.0 -0.1676,0.0,7.38,0.0,0.493,6.426,52.3,4.5404,5,287,19.6,396.9,7.2,23.8 -0.18159,0.0,7.38,0.0,0.493,6.376,54.3,4.5404,5,287,19.6,396.9,6.87,23.1 -0.35114,0.0,7.38,0.0,0.493,6.041,49.9,4.7211,5,287,19.6,396.9,7.7,20.4 -0.28392,0.0,7.38,0.0,0.493,5.707999999999999,74.3,4.7211,5,287,19.6,391.13,11.74,18.5 -0.34109,0.0,7.38,0.0,0.493,6.415,40.1,4.7211,5,287,19.6,396.9,6.12,25.0 -0.19186,0.0,7.38,0.0,0.493,6.431,14.7,5.4159,5,287,19.6,393.68,5.08,24.6 -0.30346999999999996,0.0,7.38,0.0,0.493,6.312,28.9,5.4159,5,287,19.6,396.9,6.15,23.0 -0.24103000000000002,0.0,7.38,0.0,0.493,6.082999999999999,43.7,5.4159,5,287,19.6,396.9,12.79,22.2 -0.06617,0.0,3.24,0.0,0.46,5.867999999999999,25.8,5.2146,4,430,16.9,382.44,9.97,19.3 -0.06724,0.0,3.24,0.0,0.46,6.332999999999999,17.2,5.2146,4,430,16.9,375.21,7.34,22.6 -0.050230000000000004,35.0,6.06,0.0,0.4379,5.706,28.4,6.6407,1,304,16.9,394.02,12.43,17.1 -0.05083,0.0,5.19,0.0,0.515,6.316,38.1,6.4584,5,224,20.2,389.71,5.68,22.2 -0.037380000000000004,0.0,5.19,0.0,0.515,6.31,38.5,6.4584,5,224,20.2,389.4,6.75,20.7 -0.03961,0.0,5.19,0.0,0.515,6.037000000000001,34.5,5.9853,5,224,20.2,396.9,8.01,21.1 -0.03427,0.0,5.19,0.0,0.515,5.869,46.3,5.2311,5,224,20.2,396.9,9.8,19.5 -0.030410000000000003,0.0,5.19,0.0,0.515,5.895,59.6,5.615,5,224,20.2,394.81,10.56,18.5 -0.03306,0.0,5.19,0.0,0.515,6.059,37.3,4.8122,5,224,20.2,396.14,8.51,20.6 -0.054970000000000005,0.0,5.19,0.0,0.515,5.985,45.4,4.8122,5,224,20.2,396.9,9.74,19.0 -0.06151,0.0,5.19,0.0,0.515,5.968,58.5,4.8122,5,224,20.2,396.9,9.29,18.7 -0.013009999999999999,35.0,1.52,0.0,0.442,7.2410000000000005,49.3,7.0379,1,284,15.5,394.74,5.49,32.7 -0.024980000000000002,0.0,1.89,0.0,0.518,6.54,59.7,6.2669,1,422,15.9,389.96,8.65,16.5 -0.02543,55.0,3.78,0.0,0.484,6.696000000000001,56.4,5.7321,5,370,17.6,396.9,7.18,23.9 -0.03113,0.0,4.39,0.0,0.442,6.013999999999999,48.5,8.0136,3,352,18.8,385.64,10.53,17.5 -0.06162,0.0,4.39,0.0,0.442,5.898,52.3,8.0136,3,352,18.8,364.61,12.67,17.2 -0.0187,85.0,4.15,0.0,0.429,6.516,27.7,8.5353,4,351,17.9,392.43,6.36,23.1 -0.015009999999999999,80.0,2.01,0.0,0.435,6.635,29.7,8.344,4,280,17.0,390.94,5.99,24.5 -0.0795,60.0,1.69,0.0,0.41100000000000003,6.579,35.9,10.7103,4,411,18.3,370.78,5.49,24.1 -0.07244,60.0,1.69,0.0,0.41100000000000003,5.8839999999999995,18.5,10.7103,4,411,18.3,392.33,7.79,18.6 -0.01709,90.0,2.02,0.0,0.41,6.728,36.1,12.1265,5,187,17.0,384.46,4.5,30.1 -0.04301,80.0,1.91,0.0,0.413,5.662999999999999,21.9,10.5857,4,334,22.0,382.8,8.05,18.2 -8.98296,0.0,18.1,1.0,0.77,6.212000000000001,97.4,2.1222,24,666,20.2,377.73,17.6,17.8 -3.8497,0.0,18.1,1.0,0.77,6.395,91.0,2.5052,24,666,20.2,391.34,13.27,21.7 -5.20177,0.0,18.1,1.0,0.77,6.127000000000001,83.4,2.7227,24,666,20.2,395.43,11.48,22.7 -4.541919999999999,0.0,18.1,0.0,0.77,6.398,88.0,2.5182,24,666,20.2,374.56,7.79,25.0 -3.83684,0.0,18.1,0.0,0.77,6.251,91.1,2.2955,24,666,20.2,350.65,14.19,19.9 -3.6782199999999996,0.0,18.1,0.0,0.77,5.362,96.2,2.1036,24,666,20.2,380.79,10.19,20.8 -4.22239,0.0,18.1,1.0,0.77,5.803,89.0,1.9047,24,666,20.2,353.04,14.64,16.8 -3.4742800000000003,0.0,18.1,1.0,0.718,8.78,82.9,1.9047,24,666,20.2,354.55,5.29,21.9 -4.55587,0.0,18.1,0.0,0.718,3.5610000000000004,87.9,1.6132,24,666,20.2,354.7,7.12,27.5 -3.69695,0.0,18.1,0.0,0.718,4.963,91.4,1.7523,24,666,20.2,316.03,14.0,21.9 -6.53876,0.0,18.1,1.0,0.631,7.016,97.5,1.2024,24,666,20.2,392.05,2.96,50.0 -9.2323,0.0,18.1,0.0,0.631,6.216,100.0,1.1691,24,666,20.2,366.15,9.53,50.0 -8.26725,0.0,18.1,1.0,0.6679999999999999,5.875,89.6,1.1296,24,666,20.2,347.88,8.88,50.0 -11.1081,0.0,18.1,0.0,0.6679999999999999,4.906000000000001,100.0,1.1742,24,666,20.2,396.9,34.77,13.8 -18.4982,0.0,18.1,0.0,0.6679999999999999,4.138,100.0,1.137,24,666,20.2,396.9,37.97,13.8 -9.82349,0.0,18.1,0.0,0.6709999999999999,6.794,98.8,1.358,24,666,20.2,396.9,21.24,13.3 -23.6482,0.0,18.1,0.0,0.6709999999999999,6.38,96.2,1.3861,24,666,20.2,396.9,23.69,13.1 -17.8667,0.0,18.1,0.0,0.6709999999999999,6.223,100.0,1.3861,24,666,20.2,393.74,21.78,10.2 -88.9762,0.0,18.1,0.0,0.6709999999999999,6.968,91.9,1.4165,24,666,20.2,396.9,17.21,10.4 -15.8744,0.0,18.1,0.0,0.6709999999999999,6.545,99.1,1.5192,24,666,20.2,396.9,21.08,10.9 -9.18702,0.0,18.1,0.0,0.7,5.5360000000000005,100.0,1.5804,24,666,20.2,396.9,23.6,11.3 -20.0849,0.0,18.1,0.0,0.7,4.368,91.2,1.4395,24,666,20.2,285.83,30.63,8.8 -16.8118,0.0,18.1,0.0,0.7,5.277,98.1,1.4261,24,666,20.2,396.9,30.81,7.2 -24.3938,0.0,18.1,0.0,0.7,4.652,100.0,1.4672,24,666,20.2,396.9,28.28,10.5 -22.5971,0.0,18.1,0.0,0.7,5.0,89.5,1.5184,24,666,20.2,396.9,31.99,7.4 -8.15174,0.0,18.1,0.0,0.7,5.39,98.9,1.7281,24,666,20.2,396.9,20.85,11.5 -6.96215,0.0,18.1,0.0,0.7,5.712999999999999,97.0,1.9265,24,666,20.2,394.43,17.11,15.1 -5.29305,0.0,18.1,0.0,0.7,6.051,82.5,2.1678,24,666,20.2,378.38,18.76,23.2 -11.5779,0.0,18.1,0.0,0.7,5.0360000000000005,97.0,1.77,24,666,20.2,396.9,25.68,9.7 -8.71675,0.0,18.1,0.0,0.693,6.471,98.8,1.7257,24,666,20.2,391.98,17.12,13.1 -5.87205,0.0,18.1,0.0,0.693,6.405,96.0,1.6768,24,666,20.2,396.9,19.37,12.5 -7.67202,0.0,18.1,0.0,0.693,5.747000000000001,98.9,1.6334,24,666,20.2,393.1,19.92,8.5 -38.3518,0.0,18.1,0.0,0.693,5.452999999999999,100.0,1.4896,24,666,20.2,396.9,30.59,5.0 -9.91655,0.0,18.1,0.0,0.693,5.852,77.8,1.5004,24,666,20.2,338.16,29.97,6.3 -25.0461,0.0,18.1,0.0,0.693,5.987,100.0,1.5888,24,666,20.2,396.9,26.77,5.6 -9.59571,0.0,18.1,0.0,0.693,6.404,100.0,1.639,24,666,20.2,376.11,20.31,12.1 -24.8017,0.0,18.1,0.0,0.693,5.349,96.0,1.7028,24,666,20.2,396.9,19.77,8.3 -41.5292,0.0,18.1,0.0,0.693,5.531000000000001,85.4,1.6074,24,666,20.2,329.46,27.38,8.5 -67.9208,0.0,18.1,0.0,0.693,5.683,100.0,1.4254,24,666,20.2,384.97,22.98,5.0 -7.40389,0.0,18.1,0.0,0.597,5.617000000000001,97.9,1.4547,24,666,20.2,314.64,26.4,17.2 -51.1358,0.0,18.1,0.0,0.597,5.757000000000001,100.0,1.413,24,666,20.2,2.6,10.11,15.0 -14.0507,0.0,18.1,0.0,0.597,6.657,100.0,1.5275,24,666,20.2,35.05,21.22,17.2 -18.811,0.0,18.1,0.0,0.597,4.628,100.0,1.5539,24,666,20.2,28.79,34.37,17.9 -28.6558,0.0,18.1,0.0,0.597,5.155,100.0,1.5894,24,666,20.2,210.97,20.08,16.3 -45.7461,0.0,18.1,0.0,0.693,4.519,100.0,1.6582,24,666,20.2,88.27,36.98,7.0 -18.0846,0.0,18.1,0.0,0.679,6.434,100.0,1.8347,24,666,20.2,27.25,29.05,7.2 -10.8342,0.0,18.1,0.0,0.679,6.782,90.8,1.8195,24,666,20.2,21.57,25.79,7.5 -25.9406,0.0,18.1,0.0,0.679,5.303999999999999,89.1,1.6475,24,666,20.2,127.36,26.64,10.4 -73.5341,0.0,18.1,0.0,0.679,5.957000000000001,100.0,1.8026,24,666,20.2,16.45,20.62,8.8 -11.8123,0.0,18.1,0.0,0.718,6.824,76.5,1.794,24,666,20.2,48.45,22.74,8.4 -11.0874,0.0,18.1,0.0,0.718,6.4110000000000005,100.0,1.8589,24,666,20.2,318.75,15.02,16.7 -7.022589999999999,0.0,18.1,0.0,0.718,6.006,95.3,1.8746,24,666,20.2,319.98,15.7,14.2 -12.0482,0.0,18.1,0.0,0.614,5.648,87.6,1.9512,24,666,20.2,291.55,14.1,20.8 -8.792119999999999,0.0,18.1,0.0,0.584,5.565,70.6,2.0635,24,666,20.2,3.65,17.16,11.7 -15.8603,0.0,18.1,0.0,0.679,5.896,95.4,1.9096,24,666,20.2,7.68,24.39,8.3 -7.36711,0.0,18.1,0.0,0.679,6.193,78.1,1.9356,24,666,20.2,96.73,21.52,11.0 -10.0623,0.0,18.1,0.0,0.584,6.832999999999999,94.3,2.0882,24,666,20.2,81.33,19.69,14.1 -6.44405,0.0,18.1,0.0,0.584,6.425,74.8,2.2004,24,666,20.2,97.95,12.03,16.1 -5.5810699999999995,0.0,18.1,0.0,0.713,6.436,87.9,2.3158,24,666,20.2,100.19,16.22,14.3 -13.9134,0.0,18.1,0.0,0.713,6.207999999999999,95.0,2.2222,24,666,20.2,100.63,15.17,11.7 -11.1604,0.0,18.1,0.0,0.74,6.629,94.6,2.1247,24,666,20.2,109.85,23.27,13.4 -14.4208,0.0,18.1,0.0,0.74,6.461,93.3,2.0026,24,666,20.2,27.49,18.05,9.6 -15.1772,0.0,18.1,0.0,0.74,6.152,100.0,1.9142,24,666,20.2,9.32,26.45,8.7 -13.6781,0.0,18.1,0.0,0.74,5.935,87.9,1.8206,24,666,20.2,68.95,34.02,8.4 -9.39063,0.0,18.1,0.0,0.74,5.627000000000001,93.9,1.8172,24,666,20.2,396.9,22.88,12.8 -9.96654,0.0,18.1,0.0,0.74,6.485,100.0,1.9784,24,666,20.2,386.73,18.85,15.4 -12.8023,0.0,18.1,0.0,0.74,5.854,96.6,1.8956,24,666,20.2,240.52,23.79,10.8 -10.6718,0.0,18.1,0.0,0.74,6.459,94.8,1.9879,24,666,20.2,43.06,23.98,11.8 -6.288069999999999,0.0,18.1,0.0,0.74,6.341,96.4,2.072,24,666,20.2,318.01,17.79,14.9 -9.92485,0.0,18.1,0.0,0.74,6.251,96.6,2.198,24,666,20.2,388.52,16.44,12.6 -9.329089999999999,0.0,18.1,0.0,0.713,6.185,98.7,2.2616,24,666,20.2,396.9,18.13,14.1 -7.52601,0.0,18.1,0.0,0.713,6.417000000000001,98.3,2.185,24,666,20.2,304.21,19.31,13.0 -5.09017,0.0,18.1,0.0,0.713,6.297000000000001,91.8,2.3682,24,666,20.2,385.09,17.27,16.1 -9.513630000000001,0.0,18.1,0.0,0.713,6.728,94.1,2.4961,24,666,20.2,6.68,18.71,14.9 -4.75237,0.0,18.1,0.0,0.713,6.525,86.5,2.4358,24,666,20.2,50.92,18.13,14.1 -4.668830000000001,0.0,18.1,0.0,0.713,5.976,87.9,2.5806,24,666,20.2,10.48,19.01,12.7 -8.20058,0.0,18.1,0.0,0.713,5.936,80.3,2.7792,24,666,20.2,3.5,16.94,13.5 -6.80117,0.0,18.1,0.0,0.713,6.081,84.4,2.7175,24,666,20.2,396.9,14.7,20.0 -3.69311,0.0,18.1,0.0,0.713,6.376,88.4,2.5671,24,666,20.2,391.43,14.65,17.7 -6.65492,0.0,18.1,0.0,0.713,6.317,83.0,2.7344,24,666,20.2,396.9,13.99,19.5 -5.82115,0.0,18.1,0.0,0.713,6.513,89.9,2.8016,24,666,20.2,393.82,10.29,20.2 -7.83932,0.0,18.1,0.0,0.655,6.209,65.4,2.9634,24,666,20.2,396.9,13.22,21.4 -4.422280000000001,0.0,18.1,0.0,0.584,6.002999999999999,94.5,2.5403,24,666,20.2,331.29,21.32,19.1 -15.5757,0.0,18.1,0.0,0.58,5.926,71.0,2.9084,24,666,20.2,368.74,18.13,19.1 -13.0751,0.0,18.1,0.0,0.58,5.712999999999999,56.7,2.8237,24,666,20.2,396.9,14.76,20.1 -4.34879,0.0,18.1,0.0,0.58,6.167000000000001,84.0,3.0334,24,666,20.2,396.9,16.29,19.9 -4.03841,0.0,18.1,0.0,0.532,6.229,90.7,3.0993,24,666,20.2,395.33,12.87,19.6 -3.56868,0.0,18.1,0.0,0.58,6.437,75.0,2.8965,24,666,20.2,393.37,14.36,23.2 -8.05579,0.0,18.1,0.0,0.584,5.4270000000000005,95.4,2.4298,24,666,20.2,352.58,18.14,13.8 -6.39312,0.0,18.1,0.0,0.584,6.162000000000001,97.4,2.206,24,666,20.2,302.76,24.1,13.3 -4.87141,0.0,18.1,0.0,0.614,6.484,93.6,2.3053,24,666,20.2,396.21,18.68,16.7 -15.0234,0.0,18.1,0.0,0.614,5.303999999999999,97.3,2.1007,24,666,20.2,349.48,24.91,12.0 -10.232999999999999,0.0,18.1,0.0,0.614,6.185,96.7,2.1705,24,666,20.2,379.7,18.03,14.6 -5.8240099999999995,0.0,18.1,0.0,0.532,6.242000000000001,64.7,3.4242,24,666,20.2,396.9,10.74,23.0 -5.7081800000000005,0.0,18.1,0.0,0.532,6.75,74.9,3.3317,24,666,20.2,393.07,7.74,23.7 -2.81838,0.0,18.1,0.0,0.532,5.7620000000000005,40.3,4.0983,24,666,20.2,392.92,10.42,21.8 -2.37857,0.0,18.1,0.0,0.583,5.871,41.9,3.7239999999999998,24,666,20.2,370.73,13.34,20.6 -3.6736699999999995,0.0,18.1,0.0,0.583,6.312,51.9,3.9917,24,666,20.2,388.62,10.58,21.2 -5.69175,0.0,18.1,0.0,0.583,6.114,79.8,3.5459,24,666,20.2,392.68,14.98,19.1 -4.8356699999999995,0.0,18.1,0.0,0.583,5.905,53.2,3.1523,24,666,20.2,388.22,11.45,20.6 -0.15086,0.0,27.74,0.0,0.609,5.454,92.7,1.8209,4,711,20.1,395.09,18.06,15.2 -0.18337,0.0,27.74,0.0,0.609,5.414,98.3,1.7554,4,711,20.1,344.05,23.97,7.0 -0.20745999999999998,0.0,27.74,0.0,0.609,5.093,98.0,1.8226,4,711,20.1,318.43,29.68,8.1 -0.10574000000000001,0.0,27.74,0.0,0.609,5.983,98.8,1.8681,4,711,20.1,390.11,18.07,13.6 -0.11132,0.0,27.74,0.0,0.609,5.983,83.5,2.1099,4,711,20.1,396.9,13.35,20.1 -0.17331,0.0,9.69,0.0,0.585,5.707000000000001,54.0,2.3817,6,391,19.2,396.9,12.01,21.8 -0.27957,0.0,9.69,0.0,0.585,5.926,42.6,2.3817,6,391,19.2,396.9,13.59,24.5 -0.17899,0.0,9.69,0.0,0.585,5.67,28.8,2.7986,6,391,19.2,393.29,17.6,23.1 -0.2896,0.0,9.69,0.0,0.585,5.39,72.9,2.7986,6,391,19.2,396.9,21.14,19.7 -0.26838,0.0,9.69,0.0,0.585,5.794,70.6,2.8927,6,391,19.2,396.9,14.1,18.3 -0.23911999999999997,0.0,9.69,0.0,0.585,6.019,65.3,2.4091,6,391,19.2,396.9,12.92,21.2 -0.17783,0.0,9.69,0.0,0.585,5.569,73.5,2.3999,6,391,19.2,395.77,15.1,17.5 -0.22438000000000002,0.0,9.69,0.0,0.585,6.027,79.7,2.4982,6,391,19.2,396.9,14.33,16.8 -0.04527,0.0,11.93,0.0,0.573,6.12,76.7,2.2875,1,273,21.0,396.9,9.08,20.6 -0.06076,0.0,11.93,0.0,0.573,6.976,91.0,2.1675,1,273,21.0,396.9,5.64,23.9 -0.10959,0.0,11.93,0.0,0.573,6.794,89.3,2.3889,1,273,21.0,393.45,6.48,22.0 diff --git a/misc/TRL-neurips-2023/resources/BenchmarkDataset/IRIS.csv b/misc/TRL-neurips-2023/resources/BenchmarkDataset/IRIS.csv deleted file mode 100644 index 94c1b12..0000000 --- a/misc/TRL-neurips-2023/resources/BenchmarkDataset/IRIS.csv +++ /dev/null @@ -1,151 +0,0 @@ -sepal_length,sepal_width,petal_length,petal_width,species -5.1,3.5,1.4,0.2,Iris-setosa -4.9,3.0,1.4,0.2,Iris-setosa -4.7,3.2,1.3,0.2,Iris-setosa -4.6,3.1,1.5,0.2,Iris-setosa -5.0,3.6,1.4,0.2,Iris-setosa -5.4,3.9,1.7,0.4,Iris-setosa -4.6,3.4,1.4,0.3,Iris-setosa -5.0,3.4,1.5,0.2,Iris-setosa -4.4,2.9,1.4,0.2,Iris-setosa -4.9,3.1,1.5,0.1,Iris-setosa -5.4,3.7,1.5,0.2,Iris-setosa -4.8,3.4,1.6,0.2,Iris-setosa -4.8,3.0,1.4,0.1,Iris-setosa -4.3,3.0,1.1,0.1,Iris-setosa -5.8,4.0,1.2,0.2,Iris-setosa -5.7,4.4,1.5,0.4,Iris-setosa -5.4,3.9,1.3,0.4,Iris-setosa -5.1,3.5,1.4,0.3,Iris-setosa -5.7,3.8,1.7,0.3,Iris-setosa -5.1,3.8,1.5,0.3,Iris-setosa -5.4,3.4,1.7,0.2,Iris-setosa -5.1,3.7,1.5,0.4,Iris-setosa -4.6,3.6,1.0,0.2,Iris-setosa -5.1,3.3,1.7,0.5,Iris-setosa -4.8,3.4,1.9,0.2,Iris-setosa -5.0,3.0,1.6,0.2,Iris-setosa -5.0,3.4,1.6,0.4,Iris-setosa -5.2,3.5,1.5,0.2,Iris-setosa -5.2,3.4,1.4,0.2,Iris-setosa -4.7,3.2,1.6,0.2,Iris-setosa -4.8,3.1,1.6,0.2,Iris-setosa -5.4,3.4,1.5,0.4,Iris-setosa -5.2,4.1,1.5,0.1,Iris-setosa -5.5,4.2,1.4,0.2,Iris-setosa -4.9,3.1,1.5,0.1,Iris-setosa -5.0,3.2,1.2,0.2,Iris-setosa -5.5,3.5,1.3,0.2,Iris-setosa -4.9,3.1,1.5,0.1,Iris-setosa -4.4,3.0,1.3,0.2,Iris-setosa -5.1,3.4,1.5,0.2,Iris-setosa -5.0,3.5,1.3,0.3,Iris-setosa -4.5,2.3,1.3,0.3,Iris-setosa -4.4,3.2,1.3,0.2,Iris-setosa -5.0,3.5,1.6,0.6,Iris-setosa -5.1,3.8,1.9,0.4,Iris-setosa -4.8,3.0,1.4,0.3,Iris-setosa -5.1,3.8,1.6,0.2,Iris-setosa -4.6,3.2,1.4,0.2,Iris-setosa -5.3,3.7,1.5,0.2,Iris-setosa -5.0,3.3,1.4,0.2,Iris-setosa -7.0,3.2,4.7,1.4,Iris-versicolor -6.4,3.2,4.5,1.5,Iris-versicolor -6.9,3.1,4.9,1.5,Iris-versicolor -5.5,2.3,4.0,1.3,Iris-versicolor -6.5,2.8,4.6,1.5,Iris-versicolor -5.7,2.8,4.5,1.3,Iris-versicolor -6.3,3.3,4.7,1.6,Iris-versicolor -4.9,2.4,3.3,1.0,Iris-versicolor -6.6,2.9,4.6,1.3,Iris-versicolor -5.2,2.7,3.9,1.4,Iris-versicolor -5.0,2.0,3.5,1.0,Iris-versicolor -5.9,3.0,4.2,1.5,Iris-versicolor -6.0,2.2,4.0,1.0,Iris-versicolor -6.1,2.9,4.7,1.4,Iris-versicolor -5.6,2.9,3.6,1.3,Iris-versicolor -6.7,3.1,4.4,1.4,Iris-versicolor -5.6,3.0,4.5,1.5,Iris-versicolor -5.8,2.7,4.1,1.0,Iris-versicolor -6.2,2.2,4.5,1.5,Iris-versicolor -5.6,2.5,3.9,1.1,Iris-versicolor -5.9,3.2,4.8,1.8,Iris-versicolor -6.1,2.8,4.0,1.3,Iris-versicolor -6.3,2.5,4.9,1.5,Iris-versicolor -6.1,2.8,4.7,1.2,Iris-versicolor -6.4,2.9,4.3,1.3,Iris-versicolor -6.6,3.0,4.4,1.4,Iris-versicolor -6.8,2.8,4.8,1.4,Iris-versicolor -6.7,3.0,5.0,1.7,Iris-versicolor -6.0,2.9,4.5,1.5,Iris-versicolor -5.7,2.6,3.5,1.0,Iris-versicolor -5.5,2.4,3.8,1.1,Iris-versicolor -5.5,2.4,3.7,1.0,Iris-versicolor -5.8,2.7,3.9,1.2,Iris-versicolor -6.0,2.7,5.1,1.6,Iris-versicolor -5.4,3.0,4.5,1.5,Iris-versicolor -6.0,3.4,4.5,1.6,Iris-versicolor -6.7,3.1,4.7,1.5,Iris-versicolor -6.3,2.3,4.4,1.3,Iris-versicolor -5.6,3.0,4.1,1.3,Iris-versicolor -5.5,2.5,4.0,1.3,Iris-versicolor -5.5,2.6,4.4,1.2,Iris-versicolor -6.1,3.0,4.6,1.4,Iris-versicolor -5.8,2.6,4.0,1.2,Iris-versicolor -5.0,2.3,3.3,1.0,Iris-versicolor -5.6,2.7,4.2,1.3,Iris-versicolor -5.7,3.0,4.2,1.2,Iris-versicolor -5.7,2.9,4.2,1.3,Iris-versicolor -6.2,2.9,4.3,1.3,Iris-versicolor -5.1,2.5,3.0,1.1,Iris-versicolor -5.7,2.8,4.1,1.3,Iris-versicolor -6.3,3.3,6.0,2.5,Iris-virginica -5.8,2.7,5.1,1.9,Iris-virginica -7.1,3.0,5.9,2.1,Iris-virginica -6.3,2.9,5.6,1.8,Iris-virginica -6.5,3.0,5.8,2.2,Iris-virginica -7.6,3.0,6.6,2.1,Iris-virginica -4.9,2.5,4.5,1.7,Iris-virginica -7.3,2.9,6.3,1.8,Iris-virginica -6.7,2.5,5.8,1.8,Iris-virginica -7.2,3.6,6.1,2.5,Iris-virginica -6.5,3.2,5.1,2.0,Iris-virginica -6.4,2.7,5.3,1.9,Iris-virginica -6.8,3.0,5.5,2.1,Iris-virginica -5.7,2.5,5.0,2.0,Iris-virginica -5.8,2.8,5.1,2.4,Iris-virginica -6.4,3.2,5.3,2.3,Iris-virginica -6.5,3.0,5.5,1.8,Iris-virginica -7.7,3.8,6.7,2.2,Iris-virginica -7.7,2.6,6.9,2.3,Iris-virginica -6.0,2.2,5.0,1.5,Iris-virginica -6.9,3.2,5.7,2.3,Iris-virginica -5.6,2.8,4.9,2.0,Iris-virginica -7.7,2.8,6.7,2.0,Iris-virginica -6.3,2.7,4.9,1.8,Iris-virginica -6.7,3.3,5.7,2.1,Iris-virginica -7.2,3.2,6.0,1.8,Iris-virginica -6.2,2.8,4.8,1.8,Iris-virginica -6.1,3.0,4.9,1.8,Iris-virginica -6.4,2.8,5.6,2.1,Iris-virginica -7.2,3.0,5.8,1.6,Iris-virginica -7.4,2.8,6.1,1.9,Iris-virginica -7.9,3.8,6.4,2.0,Iris-virginica -6.4,2.8,5.6,2.2,Iris-virginica -6.3,2.8,5.1,1.5,Iris-virginica -6.1,2.6,5.6,1.4,Iris-virginica -7.7,3.0,6.1,2.3,Iris-virginica -6.3,3.4,5.6,2.4,Iris-virginica -6.4,3.1,5.5,1.8,Iris-virginica -6.0,3.0,4.8,1.8,Iris-virginica -6.9,3.1,5.4,2.1,Iris-virginica -6.7,3.1,5.6,2.4,Iris-virginica -6.9,3.1,5.1,2.3,Iris-virginica -5.8,2.7,5.1,1.9,Iris-virginica -6.8,3.2,5.9,2.3,Iris-virginica -6.7,3.3,5.7,2.5,Iris-virginica -6.7,3.0,5.2,2.3,Iris-virginica -6.3,2.5,5.0,1.9,Iris-virginica -6.5,3.0,5.2,2.0,Iris-virginica -6.2,3.4,5.4,2.3,Iris-virginica -5.9,3.0,5.1,1.8,Iris-virginica diff --git a/misc/TRL-neurips-2023/resources/BenchmarkDataset/WineQT.csv b/misc/TRL-neurips-2023/resources/BenchmarkDataset/WineQT.csv deleted file mode 100644 index 332fee8..0000000 --- a/misc/TRL-neurips-2023/resources/BenchmarkDataset/WineQT.csv +++ /dev/null @@ -1,1144 +0,0 @@ -fixed acidity,volatile acidity,citric acid,residual sugar,chlorides,free sulfur dioxide,total sulfur dioxide,density,pH,sulphates,alcohol,quality,Id -7.4,0.7,0.0,1.9,0.076,11.0,34.0,0.9978,3.51,0.56,9.4,5,0 -7.8,0.88,0.0,2.6,0.098,25.0,67.0,0.9968,3.2,0.68,9.8,5,1 -7.8,0.76,0.04,2.3,0.092,15.0,54.0,0.997,3.26,0.65,9.8,5,2 -11.2,0.28,0.56,1.9,0.075,17.0,60.0,0.998,3.16,0.58,9.8,6,3 -7.4,0.7,0.0,1.9,0.076,11.0,34.0,0.9978,3.51,0.56,9.4,5,4 -7.4,0.66,0.0,1.8,0.075,13.0,40.0,0.9978,3.51,0.56,9.4,5,5 -7.9,0.6,0.06,1.6,0.069,15.0,59.0,0.9964,3.3,0.46,9.4,5,6 -7.3,0.65,0.0,1.2,0.065,15.0,21.0,0.9946,3.39,0.47,10.0,7,7 -7.8,0.58,0.02,2.0,0.073,9.0,18.0,0.9968,3.36,0.57,9.5,7,8 -6.7,0.58,0.08,1.8,0.097,15.0,65.0,0.9959,3.28,0.54,9.2,5,10 -5.6,0.615,0.0,1.6,0.08900000000000001,16.0,59.0,0.9943,3.58,0.52,9.9,5,12 -7.8,0.61,0.29,1.6,0.114,9.0,29.0,0.9974,3.26,1.56,9.1,5,13 -8.5,0.28,0.56,1.8,0.092,35.0,103.0,0.9969,3.3,0.75,10.5,7,16 -7.9,0.32,0.51,1.8,0.341,17.0,56.0,0.9969,3.04,1.08,9.2,6,19 -7.6,0.39,0.31,2.3,0.08199999999999999,23.0,71.0,0.9982,3.52,0.65,9.7,5,21 -7.9,0.43,0.21,1.6,0.106,10.0,37.0,0.9966,3.17,0.91,9.5,5,22 -8.5,0.49,0.11,2.3,0.084,9.0,67.0,0.9968,3.17,0.53,9.4,5,23 -6.9,0.4,0.14,2.4,0.085,21.0,40.0,0.9968,3.43,0.63,9.7,6,24 -6.3,0.39,0.16,1.4,0.08,11.0,23.0,0.9955,3.34,0.56,9.3,5,25 -7.6,0.41,0.24,1.8,0.08,4.0,11.0,0.9962,3.28,0.59,9.5,5,26 -7.1,0.71,0.0,1.9,0.08,14.0,35.0,0.9972,3.47,0.55,9.4,5,28 -7.8,0.645,0.0,2.0,0.08199999999999999,8.0,16.0,0.9964,3.38,0.59,9.8,6,29 -6.7,0.675,0.07,2.4,0.08900000000000001,17.0,82.0,0.9958,3.35,0.54,10.1,5,30 -8.3,0.655,0.12,2.3,0.083,15.0,113.0,0.9966,3.17,0.66,9.8,5,32 -5.2,0.32,0.25,1.8,0.103,13.0,50.0,0.9957,3.38,0.55,9.2,5,34 -7.8,0.645,0.0,5.5,0.086,5.0,18.0,0.9986,3.4,0.55,9.6,6,35 -7.8,0.6,0.14,2.4,0.086,3.0,15.0,0.9975,3.42,0.6,10.8,6,36 -8.1,0.38,0.28,2.1,0.066,13.0,30.0,0.9968,3.23,0.73,9.7,7,37 -7.3,0.45,0.36,5.9,0.07400000000000001,12.0,87.0,0.9978,3.33,0.83,10.5,5,40 -8.8,0.61,0.3,2.8,0.08800000000000001,17.0,46.0,0.9976,3.26,0.51,9.3,4,41 -7.5,0.49,0.2,2.6,0.332,8.0,14.0,0.9968,3.21,0.9,10.5,6,42 -8.1,0.66,0.22,2.2,0.069,9.0,23.0,0.9968,3.3,1.2,10.3,5,43 -4.6,0.52,0.15,2.1,0.054000000000000006,8.0,65.0,0.9934,3.9,0.56,13.1,4,45 -7.7,0.935,0.43,2.2,0.114,22.0,114.0,0.997,3.25,0.73,9.2,5,46 -8.8,0.66,0.26,1.7,0.07400000000000001,4.0,23.0,0.9971,3.15,0.74,9.2,5,50 -6.6,0.52,0.04,2.2,0.069,8.0,15.0,0.9956,3.4,0.63,9.4,6,51 -6.6,0.5,0.04,2.1,0.068,6.0,14.0,0.9955,3.39,0.64,9.4,6,52 -8.6,0.38,0.36,3.0,0.081,30.0,119.0,0.997,3.2,0.56,9.4,5,53 -7.6,0.51,0.15,2.8,0.11,33.0,73.0,0.9955,3.17,0.63,10.2,6,54 -10.2,0.42,0.57,3.4,0.07,4.0,10.0,0.9971,3.04,0.63,9.6,5,56 -7.8,0.59,0.18,2.3,0.076,17.0,54.0,0.9975,3.43,0.59,10.0,5,58 -7.3,0.39,0.31,2.4,0.07400000000000001,9.0,46.0,0.9962,3.41,0.54,9.4,6,59 -8.8,0.4,0.4,2.2,0.079,19.0,52.0,0.998,3.44,0.64,9.2,5,60 -7.7,0.69,0.49,1.8,0.115,20.0,112.0,0.9968,3.21,0.71,9.3,5,61 -7.0,0.735,0.05,2.0,0.081,13.0,54.0,0.9966,3.39,0.57,9.8,5,63 -7.2,0.725,0.05,4.65,0.086,4.0,11.0,0.9962,3.41,0.39,10.9,5,64 -7.2,0.725,0.05,4.65,0.086,4.0,11.0,0.9962,3.41,0.39,10.9,5,65 -6.6,0.705,0.07,1.6,0.076,6.0,15.0,0.9962,3.44,0.58,10.7,5,67 -8.0,0.705,0.05,1.9,0.07400000000000001,8.0,19.0,0.9962,3.34,0.95,10.5,6,69 -7.7,0.69,0.22,1.9,0.084,18.0,94.0,0.9961,3.31,0.48,9.5,5,72 -8.3,0.675,0.26,2.1,0.084,11.0,43.0,0.9976,3.31,0.53,9.2,4,73 -8.8,0.41,0.64,2.2,0.093,9.0,42.0,0.9986,3.54,0.66,10.5,5,76 -6.8,0.785,0.0,2.4,0.104,14.0,30.0,0.9966,3.52,0.55,10.7,6,77 -6.7,0.75,0.12,2.0,0.086,12.0,80.0,0.9958,3.38,0.52,10.1,5,78 -8.3,0.625,0.2,1.5,0.08,27.0,119.0,0.9972,3.16,1.12,9.1,4,79 -6.2,0.45,0.2,1.6,0.069,3.0,15.0,0.9958,3.41,0.56,9.2,5,80 -7.4,0.5,0.47,2.0,0.086,21.0,73.0,0.997,3.36,0.57,9.1,5,82 -6.3,0.3,0.48,1.8,0.069,18.0,61.0,0.9959,3.44,0.78,10.3,6,84 -6.9,0.55,0.15,2.2,0.076,19.0,40.0,0.9961,3.41,0.59,10.1,5,85 -8.6,0.49,0.28,1.9,0.11,20.0,136.0,0.9972,2.93,1.95,9.9,6,86 -7.7,0.49,0.26,1.9,0.062,9.0,31.0,0.9966,3.39,0.64,9.6,5,87 -9.3,0.39,0.44,2.1,0.107,34.0,125.0,0.9978,3.14,1.22,9.5,5,88 -7.0,0.62,0.08,1.8,0.076,8.0,24.0,0.9978,3.48,0.53,9.0,5,89 -7.9,0.52,0.26,1.9,0.079,42.0,140.0,0.9964,3.23,0.54,9.5,5,90 -8.6,0.49,0.28,1.9,0.11,20.0,136.0,0.9972,2.93,1.95,9.9,6,91 -7.7,0.49,0.26,1.9,0.062,9.0,31.0,0.9966,3.39,0.64,9.6,5,93 -5.0,1.02,0.04,1.4,0.045,41.0,85.0,0.9938,3.75,0.48,10.5,4,94 -6.8,0.775,0.0,3.0,0.102,8.0,23.0,0.9965,3.45,0.56,10.7,5,96 -7.6,0.9,0.06,2.5,0.079,5.0,10.0,0.9967,3.39,0.56,9.8,5,98 -8.1,0.545,0.18,1.9,0.08,13.0,35.0,0.9972,3.3,0.59,9.0,6,99 -8.3,0.61,0.3,2.1,0.084,11.0,50.0,0.9972,3.4,0.61,10.2,6,100 -8.1,0.545,0.18,1.9,0.08,13.0,35.0,0.9972,3.3,0.59,9.0,6,102 -8.1,0.575,0.22,2.1,0.077,12.0,65.0,0.9967,3.29,0.51,9.2,5,103 -7.2,0.49,0.24,2.2,0.07,5.0,36.0,0.996,3.33,0.48,9.4,5,104 -8.1,0.575,0.22,2.1,0.077,12.0,65.0,0.9967,3.29,0.51,9.2,5,105 -7.8,0.41,0.68,1.7,0.467,18.0,69.0,0.9973,3.08,1.31,9.3,5,106 -6.2,0.63,0.31,1.7,0.08800000000000001,15.0,64.0,0.9969,3.46,0.79,9.3,5,107 -7.8,0.56,0.19,1.8,0.104,12.0,47.0,0.9964,3.19,0.93,9.5,5,110 -8.4,0.62,0.09,2.2,0.084,11.0,108.0,0.9964,3.15,0.66,9.8,5,111 -10.1,0.31,0.44,2.3,0.08,22.0,46.0,0.9988,3.32,0.67,9.7,6,113 -7.8,0.56,0.19,1.8,0.104,12.0,47.0,0.9964,3.19,0.93,9.5,5,114 -9.4,0.4,0.31,2.2,0.09,13.0,62.0,0.9966,3.07,0.63,10.5,6,115 -8.3,0.54,0.28,1.9,0.077,11.0,40.0,0.9978,3.39,0.61,10.0,6,116 -7.3,1.07,0.09,1.7,0.17800000000000002,10.0,89.0,0.9962,3.3,0.57,9.0,5,120 -8.8,0.55,0.04,2.2,0.119,14.0,56.0,0.9962,3.21,0.6,10.9,6,121 -7.3,0.695,0.0,2.5,0.075,3.0,13.0,0.998,3.49,0.52,9.2,5,122 -7.8,0.5,0.17,1.6,0.08199999999999999,21.0,102.0,0.996,3.39,0.48,9.5,5,124 -8.2,1.33,0.0,1.7,0.081,3.0,12.0,0.9964,3.53,0.49,10.9,5,126 -8.1,1.33,0.0,1.8,0.08199999999999999,3.0,12.0,0.9964,3.54,0.48,10.9,5,127 -8.0,0.59,0.16,1.8,0.065,3.0,16.0,0.9962,3.42,0.92,10.5,7,128 -8.0,0.745,0.56,2.0,0.118,30.0,134.0,0.9968,3.24,0.66,9.4,5,130 -5.6,0.5,0.09,2.3,0.049,17.0,99.0,0.9937,3.63,0.63,13.0,5,131 -7.9,1.04,0.05,2.2,0.084,13.0,29.0,0.9959,3.22,0.55,9.9,6,134 -8.4,0.745,0.11,1.9,0.09,16.0,63.0,0.9965,3.19,0.82,9.6,5,135 -7.2,0.415,0.36,2.0,0.081,13.0,45.0,0.9972,3.48,0.64,9.2,5,137 -8.4,0.745,0.11,1.9,0.09,16.0,63.0,0.9965,3.19,0.82,9.6,5,140 -5.2,0.34,0.0,1.8,0.05,27.0,63.0,0.9916,3.68,0.79,14.0,6,142 -6.3,0.39,0.08,1.7,0.066,3.0,20.0,0.9954,3.34,0.58,9.4,5,143 -5.2,0.34,0.0,1.8,0.05,27.0,63.0,0.9916,3.68,0.79,14.0,6,144 -8.1,0.67,0.55,1.8,0.117,32.0,141.0,0.9968,3.17,0.62,9.4,5,145 -5.8,0.68,0.02,1.8,0.087,21.0,94.0,0.9944,3.54,0.52,10.0,5,146 -6.9,0.49,0.1,2.3,0.07400000000000001,12.0,30.0,0.9959,3.42,0.58,10.2,6,148 -7.3,0.33,0.47,2.1,0.077,5.0,11.0,0.9958,3.33,0.53,10.3,6,150 -9.2,0.52,1.0,3.4,0.61,32.0,69.0,0.9996,2.74,2.0,9.4,4,151 -7.5,0.6,0.03,1.8,0.095,25.0,99.0,0.995,3.35,0.54,10.1,5,152 -7.5,0.6,0.03,1.8,0.095,25.0,99.0,0.995,3.35,0.54,10.1,5,153 -7.1,0.43,0.42,5.5,0.071,28.0,128.0,0.9973,3.42,0.71,10.5,5,155 -7.1,0.43,0.42,5.5,0.07,29.0,129.0,0.9973,3.42,0.72,10.5,5,156 -7.1,0.43,0.42,5.5,0.071,28.0,128.0,0.9973,3.42,0.71,10.5,5,157 -7.1,0.68,0.0,2.2,0.073,12.0,22.0,0.9969,3.48,0.5,9.3,5,158 -6.8,0.6,0.18,1.9,0.079,18.0,86.0,0.9968,3.59,0.57,9.3,6,159 -7.6,0.95,0.03,2.0,0.09,7.0,20.0,0.9959,3.2,0.56,9.6,5,160 -7.6,0.68,0.02,1.3,0.07200000000000001,9.0,20.0,0.9965,3.17,1.08,9.2,4,161 -7.8,0.53,0.04,1.7,0.076,17.0,31.0,0.9964,3.33,0.56,10.0,6,162 -7.4,0.6,0.26,7.3,0.07,36.0,121.0,0.9982,3.37,0.49,9.4,5,163 -7.3,0.59,0.26,7.2,0.07,35.0,121.0,0.9981,3.37,0.49,9.4,5,164 -7.8,0.63,0.48,1.7,0.1,14.0,96.0,0.9961,3.19,0.62,9.5,5,165 -6.8,0.64,0.1,2.1,0.085,18.0,101.0,0.9956,3.34,0.52,10.2,5,166 -7.3,0.55,0.03,1.6,0.07200000000000001,17.0,42.0,0.9956,3.37,0.48,9.0,4,167 -6.8,0.63,0.07,2.1,0.08900000000000001,11.0,44.0,0.9953,3.47,0.55,10.4,6,168 -7.9,0.885,0.03,1.8,0.058,4.0,8.0,0.9972,3.36,0.33,9.1,4,170 -8.0,0.42,0.17,2.0,0.073,6.0,18.0,0.9972,3.29,0.61,9.2,6,172 -7.4,0.62,0.05,1.9,0.068,24.0,42.0,0.9961,3.42,0.57,11.5,6,173 -6.9,0.5,0.04,1.5,0.085,19.0,49.0,0.9958,3.35,0.78,9.5,5,175 -7.3,0.38,0.21,2.0,0.08,7.0,35.0,0.9961,3.33,0.47,9.5,5,176 -7.5,0.52,0.42,2.3,0.087,8.0,38.0,0.9972,3.58,0.61,10.5,6,177 -7.0,0.805,0.0,2.5,0.068,7.0,20.0,0.9969,3.48,0.56,9.6,5,178 -8.8,0.61,0.14,2.4,0.067,10.0,42.0,0.9969,3.19,0.59,9.5,5,179 -8.8,0.61,0.14,2.4,0.067,10.0,42.0,0.9969,3.19,0.59,9.5,5,180 -8.9,0.61,0.49,2.0,0.27,23.0,110.0,0.9972,3.12,1.02,9.3,5,181 -7.2,0.73,0.02,2.5,0.076,16.0,42.0,0.9972,3.44,0.52,9.3,5,182 -6.8,0.61,0.2,1.8,0.077,11.0,65.0,0.9971,3.54,0.58,9.3,5,183 -6.7,0.62,0.21,1.9,0.079,8.0,62.0,0.997,3.52,0.58,9.3,6,184 -8.9,0.31,0.57,2.0,0.111,26.0,85.0,0.9971,3.26,0.53,9.7,5,185 -7.4,0.39,0.48,2.0,0.08199999999999999,14.0,67.0,0.9972,3.34,0.55,9.2,5,186 -7.9,0.5,0.33,2.0,0.084,15.0,143.0,0.9968,3.2,0.55,9.5,5,188 -8.2,0.5,0.35,2.9,0.077,21.0,127.0,0.9976,3.23,0.62,9.4,5,190 -6.4,0.37,0.25,1.9,0.07400000000000001,21.0,49.0,0.9974,3.57,0.62,9.8,6,191 -7.6,0.55,0.21,2.2,0.071,7.0,28.0,0.9964,3.28,0.55,9.7,5,193 -7.6,0.55,0.21,2.2,0.071,7.0,28.0,0.9964,3.28,0.55,9.7,5,194 -7.3,0.58,0.3,2.4,0.07400000000000001,15.0,55.0,0.9968,3.46,0.59,10.2,5,196 -11.5,0.3,0.6,2.0,0.067,12.0,27.0,0.9981,3.11,0.97,10.1,6,197 -6.9,1.09,0.06,2.1,0.061,12.0,31.0,0.9948,3.51,0.43,11.4,4,199 -9.6,0.32,0.47,1.4,0.056,9.0,24.0,0.99695,3.22,0.82,10.3,7,200 -7.0,0.43,0.36,1.6,0.08900000000000001,14.0,37.0,0.99615,3.34,0.56,9.2,6,204 -12.8,0.3,0.74,2.6,0.095,9.0,28.0,0.9994,3.2,0.77,10.8,7,205 -12.8,0.3,0.74,2.6,0.095,9.0,28.0,0.9994,3.2,0.77,10.8,7,206 -7.8,0.44,0.28,2.7,0.1,18.0,95.0,0.9966,3.22,0.67,9.4,5,208 -9.7,0.53,0.6,2.0,0.039,5.0,19.0,0.99585,3.3,0.86,12.4,6,210 -8.0,0.725,0.24,2.8,0.083,10.0,62.0,0.99685,3.35,0.56,10.0,6,211 -8.2,0.57,0.26,2.2,0.06,28.0,65.0,0.9959,3.3,0.43,10.1,5,213 -7.8,0.735,0.08,2.4,0.092,10.0,41.0,0.9974,3.24,0.71,9.8,6,214 -7.0,0.49,0.49,5.6,0.06,26.0,121.0,0.9974,3.34,0.76,10.5,5,215 -8.7,0.625,0.16,2.0,0.101,13.0,49.0,0.9962,3.14,0.57,11.0,5,216 -8.1,0.725,0.22,2.2,0.07200000000000001,11.0,41.0,0.9967,3.36,0.55,9.1,5,217 -7.5,0.49,0.19,1.9,0.076,10.0,44.0,0.9957,3.39,0.54,9.7,5,218 -7.8,0.34,0.37,2.0,0.08199999999999999,24.0,58.0,0.9964,3.34,0.59,9.4,6,220 -7.4,0.53,0.26,2.0,0.101,16.0,72.0,0.9957,3.15,0.57,9.4,5,221 -6.8,0.61,0.04,1.5,0.057,5.0,10.0,0.99525,3.42,0.6,9.5,5,222 -8.6,0.645,0.25,2.0,0.083,8.0,28.0,0.99815,3.28,0.6,10.0,6,223 -7.7,0.43,0.25,2.6,0.073,29.0,63.0,0.99615,3.37,0.58,10.5,6,225 -8.9,0.59,0.5,2.0,0.337,27.0,81.0,0.9964,3.04,1.61,9.5,6,226 -5.2,0.48,0.04,1.6,0.054000000000000006,19.0,106.0,0.9927,3.54,0.62,12.2,7,230 -8.0,0.38,0.06,1.8,0.078,12.0,49.0,0.99625,3.37,0.52,9.9,6,231 -8.5,0.37,0.2,2.8,0.09,18.0,58.0,0.998,3.34,0.7,9.6,6,232 -8.2,1.0,0.09,2.3,0.065,7.0,37.0,0.99685,3.32,0.55,9.0,6,234 -7.2,0.63,0.0,1.9,0.097,14.0,38.0,0.99675,3.37,0.58,9.0,6,235 -8.9,0.635,0.37,1.7,0.263,5.0,62.0,0.9971,3.0,1.09,9.3,5,240 -12.0,0.38,0.56,2.1,0.093,6.0,24.0,0.99925,3.14,0.71,10.9,6,241 -7.7,0.58,0.1,1.8,0.102,28.0,109.0,0.99565,3.08,0.49,9.8,6,242 -15.0,0.21,0.44,2.2,0.075,10.0,24.0,1.00005,3.07,0.84,9.2,7,243 -15.0,0.21,0.44,2.2,0.075,10.0,24.0,1.00005,3.07,0.84,9.2,7,244 -7.3,0.66,0.0,2.0,0.084,6.0,23.0,0.9983,3.61,0.96,9.9,6,245 -7.1,0.68,0.07,1.9,0.075,16.0,51.0,0.99685,3.38,0.52,9.5,5,246 -7.3,0.66,0.0,2.0,0.084,6.0,23.0,0.9983,3.61,0.96,9.9,6,249 -10.8,0.32,0.44,1.6,0.063,16.0,37.0,0.9985,3.22,0.78,10.0,6,250 -7.1,0.6,0.0,1.8,0.07400000000000001,16.0,34.0,0.9972,3.47,0.7,9.9,6,251 -11.1,0.35,0.48,3.1,0.09,5.0,21.0,0.9986,3.17,0.53,10.5,5,252 -7.7,0.775,0.42,1.9,0.092,8.0,86.0,0.9959,3.23,0.59,9.5,5,253 -8.0,0.57,0.23,3.2,0.073,17.0,119.0,0.99675,3.26,0.57,9.3,5,255 -9.4,0.34,0.37,2.2,0.075,5.0,13.0,0.998,3.22,0.62,9.2,5,256 -6.6,0.695,0.0,2.1,0.075,12.0,56.0,0.9968,3.49,0.67,9.2,5,257 -7.7,0.41,0.76,1.8,0.611,8.0,45.0,0.9968,3.06,1.26,9.4,5,258 -10.0,0.31,0.47,2.6,0.085,14.0,33.0,0.99965,3.36,0.8,10.5,7,259 -7.9,0.33,0.23,1.7,0.077,18.0,45.0,0.99625,3.29,0.65,9.3,5,260 -7.0,0.975,0.04,2.0,0.087,12.0,67.0,0.99565,3.35,0.6,9.4,4,261 -8.0,0.52,0.03,1.7,0.07,10.0,35.0,0.99575,3.34,0.57,10.0,5,262 -7.9,0.37,0.23,1.8,0.077,23.0,49.0,0.9963,3.28,0.67,9.3,5,263 -12.5,0.56,0.49,2.4,0.064,5.0,27.0,0.9999,3.08,0.87,10.9,5,264 -8.1,0.87,0.0,3.3,0.096,26.0,61.0,1.00025,3.6,0.72,9.8,4,266 -7.9,0.35,0.46,3.6,0.078,15.0,37.0,0.9973,3.35,0.86,12.8,8,267 -6.9,0.54,0.04,3.0,0.077,7.0,27.0,0.9987,3.69,0.91,9.4,6,268 -11.5,0.18,0.51,4.0,0.104,4.0,23.0,0.9996,3.28,0.97,10.1,6,269 -7.9,0.545,0.06,4.0,0.087,27.0,61.0,0.9965,3.36,0.67,10.7,6,270 -7.9,0.545,0.06,4.0,0.087,27.0,61.0,0.9965,3.36,0.67,10.7,6,275 -6.9,0.54,0.04,3.0,0.077,7.0,27.0,0.9987,3.69,0.91,9.4,6,276 -11.5,0.18,0.51,4.0,0.104,4.0,23.0,0.9996,3.28,0.97,10.1,6,277 -10.3,0.32,0.45,6.4,0.073,5.0,13.0,0.9976,3.23,0.82,12.6,8,278 -8.9,0.4,0.32,5.6,0.087,10.0,47.0,0.9991,3.38,0.77,10.5,7,279 -11.4,0.26,0.44,3.6,0.071,6.0,19.0,0.9986,3.12,0.82,9.3,6,280 -7.7,0.27,0.68,3.5,0.358,5.0,10.0,0.9972,3.25,1.08,9.9,7,281 -8.9,0.4,0.32,5.6,0.087,10.0,47.0,0.9991,3.38,0.77,10.5,7,283 -9.9,0.59,0.07,3.4,0.102,32.0,71.0,1.00015,3.31,0.71,9.8,5,284 -9.9,0.59,0.07,3.4,0.102,32.0,71.0,1.00015,3.31,0.71,9.8,5,285 -12.0,0.45,0.55,2.0,0.073,25.0,49.0,0.9997,3.1,0.76,10.3,6,286 -7.5,0.4,0.12,3.0,0.092,29.0,53.0,0.9967,3.37,0.7,10.3,6,287 -8.7,0.52,0.09,2.5,0.091,20.0,49.0,0.9976,3.34,0.86,10.6,7,288 -11.6,0.42,0.53,3.3,0.105,33.0,98.0,1.001,3.2,0.95,9.2,5,289 -8.7,0.52,0.09,2.5,0.091,20.0,49.0,0.9976,3.34,0.86,10.6,7,290 -10.4,0.55,0.23,2.7,0.091,18.0,48.0,0.9994,3.22,0.64,10.3,6,292 -6.9,0.36,0.25,2.4,0.098,5.0,16.0,0.9964,3.41,0.6,10.1,6,293 -13.3,0.34,0.52,3.2,0.094,17.0,53.0,1.0014,3.05,0.81,9.5,6,294 -10.8,0.5,0.46,2.5,0.073,5.0,27.0,1.0001,3.05,0.64,9.5,5,295 -10.6,0.83,0.37,2.6,0.086,26.0,70.0,0.9981,3.16,0.52,9.9,5,296 -7.1,0.63,0.06,2.0,0.083,8.0,29.0,0.99855,3.67,0.73,9.6,5,297 -7.2,0.65,0.02,2.3,0.094,5.0,31.0,0.9993,3.67,0.8,9.7,5,298 -7.5,0.53,0.06,2.6,0.086,20.0,44.0,0.9965,3.38,0.59,10.7,6,300 -11.1,0.18,0.48,1.5,0.068,7.0,15.0,0.9973,3.22,0.64,10.1,6,301 -8.3,0.705,0.12,2.6,0.092,12.0,28.0,0.9994,3.51,0.72,10.0,5,302 -8.4,0.65,0.6,2.1,0.112,12.0,90.0,0.9973,3.2,0.52,9.2,5,304 -7.6,0.62,0.32,2.2,0.08199999999999999,7.0,54.0,0.9966,3.36,0.52,9.4,5,306 -10.3,0.41,0.42,2.4,0.213,6.0,14.0,0.9994,3.19,0.62,9.5,6,307 -10.3,0.43,0.44,2.4,0.214,5.0,12.0,0.9994,3.19,0.63,9.5,6,308 -7.9,0.53,0.24,2.0,0.07200000000000001,15.0,105.0,0.996,3.27,0.54,9.4,6,311 -9.0,0.46,0.31,2.8,0.093,19.0,98.0,0.99815,3.32,0.63,9.5,6,312 -8.6,0.47,0.3,3.0,0.076,30.0,135.0,0.9976,3.3,0.53,9.4,5,313 -7.4,0.36,0.29,2.6,0.087,26.0,72.0,0.99645,3.39,0.68,11.0,5,314 -9.8,0.66,0.39,3.2,0.083,21.0,59.0,0.9989,3.37,0.71,11.5,7,318 -9.6,0.77,0.12,2.9,0.08199999999999999,30.0,74.0,0.99865,3.3,0.64,10.4,6,319 -9.3,0.61,0.26,3.4,0.09,25.0,87.0,0.99975,3.24,0.62,9.7,5,321 -10.0,0.49,0.2,11.0,0.071,13.0,50.0,1.0015,3.16,0.69,9.2,6,324 -10.0,0.49,0.2,11.0,0.071,13.0,50.0,1.0015,3.16,0.69,9.2,6,325 -11.6,0.53,0.66,3.65,0.121,6.0,14.0,0.9978,3.05,0.74,11.5,7,326 -10.3,0.44,0.5,4.5,0.107,5.0,13.0,0.998,3.28,0.83,11.5,5,327 -13.4,0.27,0.62,2.6,0.08199999999999999,6.0,21.0,1.0002,3.16,0.67,9.7,6,328 -8.4,0.56,0.08,2.1,0.105,16.0,44.0,0.9958,3.13,0.52,11.0,5,333 -7.9,0.65,0.01,2.5,0.078,17.0,38.0,0.9963,3.34,0.74,11.7,7,334 -11.9,0.695,0.53,3.4,0.128,7.0,21.0,0.9992,3.17,0.84,12.2,7,335 -8.9,0.43,0.45,1.9,0.052000000000000005,6.0,16.0,0.9948,3.35,0.7,12.5,6,336 -7.8,0.43,0.32,2.8,0.08,29.0,58.0,0.9974,3.31,0.64,10.3,5,337 -12.5,0.28,0.54,2.3,0.08199999999999999,12.0,29.0,0.9997,3.11,1.36,9.8,7,339 -10.9,0.39,0.47,1.8,0.118,6.0,14.0,0.9982,3.3,0.75,9.8,6,342 -10.9,0.39,0.47,1.8,0.118,6.0,14.0,0.9982,3.3,0.75,9.8,6,343 -11.9,0.57,0.5,2.6,0.08199999999999999,6.0,32.0,1.0006,3.12,0.78,10.7,6,344 -13.8,0.49,0.67,3.0,0.093,6.0,15.0,0.9986,3.02,0.93,12.0,6,347 -9.6,0.56,0.31,2.8,0.08900000000000001,15.0,46.0,0.9979,3.11,0.92,10.0,6,348 -9.1,0.795,0.0,2.6,0.096,11.0,26.0,0.9994,3.35,0.83,9.4,6,351 -7.7,0.665,0.0,2.4,0.09,8.0,19.0,0.9974,3.27,0.73,9.3,5,352 -13.5,0.53,0.79,4.8,0.12,23.0,77.0,1.0018,3.18,0.77,13.0,5,353 -6.1,0.21,0.4,1.4,0.066,40.5,165.0,0.9912,3.25,0.59,11.9,6,354 -6.7,0.75,0.01,2.4,0.078,17.0,32.0,0.9955,3.55,0.61,12.8,6,355 -11.5,0.41,0.52,3.0,0.08,29.0,55.0,1.0001,3.26,0.88,11.0,5,356 -10.5,0.42,0.66,2.95,0.116,12.0,29.0,0.997,3.24,0.75,11.7,7,357 -11.9,0.43,0.66,3.1,0.109,10.0,23.0,1.0,3.15,0.85,10.4,7,358 -12.6,0.38,0.66,2.6,0.08800000000000001,10.0,41.0,1.001,3.17,0.68,9.8,6,359 -8.2,0.7,0.23,2.0,0.099,14.0,81.0,0.9973,3.19,0.7,9.4,5,360 -8.6,0.45,0.31,2.6,0.086,21.0,50.0,0.9982,3.37,0.91,9.9,6,361 -11.9,0.58,0.66,2.5,0.07200000000000001,6.0,37.0,0.9992,3.05,0.56,10.0,5,362 -12.5,0.46,0.63,2.0,0.071,6.0,15.0,0.9988,2.99,0.87,10.2,5,363 -12.8,0.615,0.66,5.8,0.083,7.0,42.0,1.0022,3.07,0.73,10.0,7,364 -12.8,0.615,0.66,5.8,0.083,7.0,42.0,1.0022,3.07,0.73,10.0,7,366 -10.4,0.575,0.61,2.6,0.076,11.0,24.0,1.0,3.16,0.69,9.0,5,367 -9.4,0.27,0.53,2.4,0.07400000000000001,6.0,18.0,0.9962,3.2,1.13,12.0,7,369 -7.9,0.24,0.4,1.6,0.056,11.0,25.0,0.9967,3.32,0.87,8.7,6,371 -9.1,0.28,0.48,1.8,0.067,26.0,46.0,0.9967,3.32,1.04,10.6,6,372 -11.5,0.45,0.5,3.0,0.078,19.0,47.0,1.0003,3.26,1.11,11.0,6,376 -9.4,0.27,0.53,2.4,0.07400000000000001,6.0,18.0,0.9962,3.2,1.13,12.0,7,377 -11.4,0.625,0.66,6.2,0.08800000000000001,6.0,24.0,0.9988,3.11,0.99,13.3,6,378 -8.3,0.26,0.42,2.0,0.08,11.0,27.0,0.9974,3.21,0.8,9.4,6,380 -7.7,0.51,0.28,2.1,0.087,23.0,54.0,0.998,3.42,0.74,9.2,5,384 -7.8,0.46,0.26,1.9,0.08800000000000001,23.0,53.0,0.9981,3.43,0.74,9.2,6,388 -5.6,0.85,0.05,1.4,0.045,12.0,88.0,0.9924,3.56,0.82,12.9,8,390 -13.7,0.415,0.68,2.9,0.085,17.0,43.0,1.0014,3.06,0.8,10.0,6,391 -9.5,0.37,0.52,2.0,0.08199999999999999,6.0,26.0,0.998,3.18,0.51,9.5,5,392 -12.0,0.37,0.76,4.2,0.066,7.0,38.0,1.0004,3.22,0.6,13.0,7,395 -6.6,0.735,0.02,7.9,0.122,68.0,124.0,0.9994,3.47,0.53,9.9,5,396 -11.5,0.59,0.59,2.6,0.087,13.0,49.0,0.9988,3.18,0.65,11.0,6,397 -8.7,0.765,0.22,2.3,0.064,9.0,42.0,0.9963,3.1,0.55,9.4,5,399 -6.6,0.735,0.02,7.9,0.122,68.0,124.0,0.9994,3.47,0.53,9.9,5,400 -12.2,0.48,0.54,2.6,0.085,19.0,64.0,1.0,3.1,0.61,10.5,6,402 -11.4,0.6,0.49,2.7,0.085,10.0,41.0,0.9994,3.15,0.63,10.5,6,403 -7.7,0.69,0.05,2.7,0.075,15.0,27.0,0.9974,3.26,0.61,9.1,5,404 -9.8,0.44,0.47,2.5,0.063,9.0,28.0,0.9981,3.24,0.65,10.8,6,406 -12.0,0.39,0.66,3.0,0.093,12.0,30.0,0.9996,3.18,0.63,10.8,7,407 -12.5,0.46,0.49,4.5,0.07,26.0,49.0,0.9981,3.05,0.57,9.6,4,409 -9.0,0.43,0.34,2.5,0.08,26.0,86.0,0.9987,3.38,0.62,9.5,6,410 -7.1,0.735,0.16,1.9,0.1,15.0,77.0,0.9966,3.27,0.64,9.3,5,412 -9.9,0.4,0.53,6.7,0.097,6.0,19.0,0.9986,3.27,0.82,11.7,7,413 -8.8,0.52,0.34,2.7,0.087,24.0,122.0,0.9982,3.26,0.61,9.5,5,414 -8.6,0.725,0.24,6.6,0.117,31.0,134.0,1.0014,3.32,1.07,9.3,5,415 -10.6,0.48,0.64,2.2,0.111,6.0,20.0,0.997,3.26,0.66,11.7,6,416 -7.0,0.58,0.12,1.9,0.091,34.0,124.0,0.9956,3.44,0.48,10.5,5,417 -11.9,0.38,0.51,2.0,0.121,7.0,20.0,0.9996,3.24,0.76,10.4,6,418 -6.8,0.77,0.0,1.8,0.066,34.0,52.0,0.9976,3.62,0.68,9.9,5,419 -6.6,0.84,0.03,2.3,0.059,32.0,48.0,0.9952,3.52,0.56,12.3,7,421 -7.7,0.96,0.2,2.0,0.047,15.0,60.0,0.9955,3.36,0.44,10.9,5,422 -10.5,0.24,0.47,2.1,0.066,6.0,24.0,0.9978,3.15,0.9,11.0,7,423 -6.6,0.84,0.03,2.3,0.059,32.0,48.0,0.9952,3.52,0.56,12.3,7,425 -6.4,0.67,0.08,2.1,0.045,19.0,48.0,0.9949,3.49,0.49,11.4,6,426 -9.5,0.78,0.22,1.9,0.077,6.0,32.0,0.9988,3.26,0.56,10.6,6,427 -9.1,0.52,0.33,1.3,0.07,9.0,30.0,0.9978,3.24,0.6,9.3,5,428 -12.8,0.84,0.63,2.4,0.08800000000000001,13.0,35.0,0.9997,3.1,0.6,10.4,6,429 -10.5,0.24,0.47,2.1,0.066,6.0,24.0,0.9978,3.15,0.9,11.0,7,430 -7.8,0.55,0.35,2.2,0.07400000000000001,21.0,66.0,0.9974,3.25,0.56,9.2,5,431 -12.3,0.39,0.63,2.3,0.091,6.0,18.0,1.0004,3.16,0.49,9.5,5,433 -10.4,0.41,0.55,3.2,0.076,22.0,54.0,0.9996,3.15,0.89,9.9,6,434 -12.3,0.39,0.63,2.3,0.091,6.0,18.0,1.0004,3.16,0.49,9.5,5,435 -8.0,0.67,0.3,2.0,0.06,38.0,62.0,0.9958,3.26,0.56,10.2,6,436 -11.1,0.45,0.73,3.2,0.066,6.0,22.0,0.9986,3.17,0.66,11.2,6,437 -7.0,0.62,0.18,1.5,0.062,7.0,50.0,0.9951,3.08,0.6,9.3,5,439 -12.6,0.31,0.72,2.2,0.07200000000000001,6.0,29.0,0.9987,2.88,0.82,9.8,8,440 -15.6,0.685,0.76,3.7,0.1,6.0,43.0,1.0032,2.95,0.68,11.2,7,442 -5.3,0.57,0.01,1.7,0.054000000000000006,5.0,27.0,0.9934,3.57,0.84,12.5,7,444 -12.5,0.38,0.6,2.6,0.081,31.0,72.0,0.9996,3.1,0.73,10.5,5,446 -9.3,0.48,0.29,2.1,0.127,6.0,16.0,0.9968,3.22,0.72,11.2,5,447 -8.6,0.53,0.22,2.0,0.1,7.0,27.0,0.9967,3.2,0.56,10.2,6,448 -11.9,0.39,0.69,2.8,0.095,17.0,35.0,0.9994,3.1,0.61,10.8,6,449 -11.9,0.39,0.69,2.8,0.095,17.0,35.0,0.9994,3.1,0.61,10.8,6,450 -6.8,0.56,0.03,1.7,0.084,18.0,35.0,0.9968,3.44,0.63,10.0,6,452 -10.4,0.33,0.63,2.8,0.084,5.0,22.0,0.9998,3.26,0.74,11.2,7,453 -7.0,0.23,0.4,1.6,0.063,21.0,67.0,0.9952,3.5,0.63,11.1,5,454 -11.3,0.62,0.67,5.2,0.086,6.0,19.0,0.9988,3.22,0.69,13.4,8,455 -8.9,0.59,0.39,2.3,0.095,5.0,22.0,0.9986,3.37,0.58,10.3,5,456 -9.2,0.63,0.21,2.7,0.097,29.0,65.0,0.9988,3.28,0.58,9.6,5,457 -11.6,0.58,0.66,2.2,0.07400000000000001,10.0,47.0,1.0008,3.25,0.57,9.0,3,459 -9.2,0.43,0.52,2.3,0.083,14.0,23.0,0.9976,3.35,0.61,11.3,6,460 -8.3,0.615,0.22,2.6,0.087,6.0,19.0,0.9982,3.26,0.61,9.3,5,461 -11.5,0.315,0.54,2.1,0.084,5.0,15.0,0.9987,2.98,0.7,9.2,6,464 -10.3,0.5,0.42,2.0,0.069,21.0,51.0,0.9982,3.16,0.72,11.5,6,466 -8.8,0.46,0.45,2.6,0.065,7.0,18.0,0.9947,3.32,0.79,14.0,6,467 -11.4,0.36,0.69,2.1,0.09,6.0,21.0,1.0,3.17,0.62,9.2,6,468 -8.7,0.82,0.02,1.2,0.07,36.0,48.0,0.9952,3.2,0.58,9.8,5,469 -13.0,0.32,0.65,2.6,0.093,15.0,47.0,0.9996,3.05,0.61,10.6,5,470 -9.6,0.54,0.42,2.4,0.081,25.0,52.0,0.997,3.2,0.71,11.4,6,471 -12.5,0.37,0.55,2.6,0.083,25.0,68.0,0.9995,3.15,0.82,10.4,6,472 -9.6,0.68,0.24,2.2,0.087,5.0,28.0,0.9988,3.14,0.6,10.2,5,475 -9.3,0.27,0.41,2.0,0.091,6.0,16.0,0.998,3.28,0.7,9.7,5,476 -10.4,0.24,0.49,1.8,0.075,6.0,20.0,0.9977,3.18,1.06,11.0,6,477 -9.4,0.685,0.11,2.7,0.077,6.0,31.0,0.9984,3.19,0.7,10.1,6,479 -10.6,0.28,0.39,15.5,0.069,6.0,23.0,1.0026,3.12,0.66,9.2,5,480 -9.4,0.3,0.56,2.8,0.08,6.0,17.0,0.9964,3.15,0.92,11.7,8,481 -10.6,0.36,0.6,2.2,0.152,7.0,18.0,0.9986,3.04,1.06,9.4,5,483 -10.2,0.67,0.39,1.9,0.054000000000000006,6.0,17.0,0.9976,3.17,0.47,10.0,5,485 -10.2,0.645,0.36,1.8,0.053,5.0,14.0,0.9982,3.17,0.42,10.0,6,487 -9.3,0.39,0.4,2.6,0.073,10.0,26.0,0.9984,3.34,0.75,10.2,6,489 -9.2,0.41,0.5,2.5,0.055,12.0,25.0,0.9952,3.34,0.79,13.3,7,491 -8.9,0.4,0.51,2.6,0.052000000000000005,13.0,27.0,0.995,3.32,0.9,13.4,7,492 -8.7,0.69,0.31,3.0,0.086,23.0,81.0,1.0002,3.48,0.74,11.6,6,493 -6.5,0.39,0.23,8.3,0.051,28.0,91.0,0.9952,3.44,0.55,12.1,6,494 -10.7,0.35,0.53,2.6,0.07,5.0,16.0,0.9972,3.15,0.65,11.0,8,495 -7.8,0.52,0.25,1.9,0.081,14.0,38.0,0.9984,3.43,0.65,9.0,6,496 -7.2,0.34,0.32,2.5,0.09,43.0,113.0,0.9966,3.32,0.79,11.1,5,497 -10.7,0.35,0.53,2.6,0.07,5.0,16.0,0.9972,3.15,0.65,11.0,8,498 -8.7,0.69,0.31,3.0,0.086,23.0,81.0,1.0002,3.48,0.74,11.6,6,499 -7.8,0.52,0.25,1.9,0.081,14.0,38.0,0.9984,3.43,0.65,9.0,6,500 -10.4,0.44,0.73,6.55,0.07400000000000001,38.0,76.0,0.999,3.17,0.85,12.0,7,501 -10.4,0.44,0.73,6.55,0.07400000000000001,38.0,76.0,0.999,3.17,0.85,12.0,7,502 -10.5,0.24,0.42,1.8,0.077,6.0,22.0,0.9976,3.21,1.05,10.8,7,504 -10.2,0.49,0.63,2.9,0.07200000000000001,10.0,26.0,0.9968,3.16,0.78,12.5,7,505 -10.4,0.24,0.46,1.8,0.075,6.0,21.0,0.9976,3.25,1.02,10.8,7,506 -11.2,0.67,0.55,2.3,0.084,6.0,13.0,1.0,3.17,0.71,9.5,6,507 -13.3,0.29,0.75,2.8,0.084,23.0,43.0,0.9986,3.04,0.68,11.4,7,509 -10.0,0.59,0.31,2.2,0.09,26.0,62.0,0.9994,3.18,0.63,10.2,6,511 -10.7,0.4,0.48,2.1,0.125,15.0,49.0,0.998,3.03,0.81,9.7,6,512 -10.5,0.51,0.64,2.4,0.107,6.0,15.0,0.9973,3.09,0.66,11.8,7,513 -10.5,0.51,0.64,2.4,0.107,6.0,15.0,0.9973,3.09,0.66,11.8,7,514 -8.5,0.655,0.49,6.1,0.122,34.0,151.0,1.001,3.31,1.14,9.3,5,515 -12.5,0.6,0.49,4.3,0.1,5.0,14.0,1.001,3.25,0.74,11.9,6,516 -10.4,0.61,0.49,2.1,0.2,5.0,16.0,0.9994,3.16,0.63,8.4,3,517 -9.8,0.25,0.49,2.7,0.08800000000000001,15.0,33.0,0.9982,3.42,0.9,10.0,6,520 -9.3,0.4,0.49,2.5,0.085,38.0,142.0,0.9978,3.22,0.55,9.4,5,523 -9.2,0.43,0.49,2.4,0.086,23.0,116.0,0.9976,3.23,0.64,9.5,5,524 -7.0,0.38,0.49,2.5,0.097,33.0,85.0,0.9962,3.39,0.77,11.4,6,527 -9.9,0.63,0.24,2.4,0.077,6.0,33.0,0.9974,3.09,0.57,9.4,5,529 -9.1,0.22,0.24,2.1,0.078,1.0,28.0,0.999,3.41,0.87,10.3,6,530 -11.9,0.38,0.49,2.7,0.098,12.0,42.0,1.0004,3.16,0.61,10.3,5,531 -11.9,0.38,0.49,2.7,0.098,12.0,42.0,1.0004,3.16,0.61,10.3,5,532 -10.3,0.27,0.24,2.1,0.07200000000000001,15.0,33.0,0.9956,3.22,0.66,12.8,6,533 -10.0,0.48,0.24,2.7,0.102,13.0,32.0,1.0,3.28,0.56,10.0,6,534 -9.1,0.22,0.24,2.1,0.078,1.0,28.0,0.999,3.41,0.87,10.3,6,535 -9.9,0.63,0.24,2.4,0.077,6.0,33.0,0.9974,3.09,0.57,9.4,5,536 -8.1,0.825,0.24,2.1,0.084,5.0,13.0,0.9972,3.37,0.77,10.7,6,537 -12.9,0.35,0.49,5.8,0.066,5.0,35.0,1.0014,3.2,0.66,12.0,7,538 -11.2,0.5,0.74,5.15,0.1,5.0,17.0,0.9996,3.22,0.62,11.2,5,539 -9.2,0.59,0.24,3.3,0.101,20.0,47.0,0.9988,3.26,0.67,9.6,5,540 -9.5,0.46,0.49,6.3,0.064,5.0,17.0,0.9988,3.21,0.73,11.0,6,541 -9.3,0.715,0.24,2.1,0.07,5.0,20.0,0.9966,3.12,0.59,9.9,5,542 -11.2,0.66,0.24,2.5,0.085,16.0,53.0,0.9993,3.06,0.72,11.0,6,543 -14.3,0.31,0.74,1.8,0.075,6.0,15.0,1.0008,2.86,0.79,8.4,6,544 -9.1,0.47,0.49,2.6,0.094,38.0,106.0,0.9982,3.08,0.59,9.1,5,545 -7.5,0.55,0.24,2.0,0.078,10.0,28.0,0.9983,3.45,0.78,9.5,6,546 -10.6,0.31,0.49,2.5,0.067,6.0,21.0,0.9987,3.26,0.86,10.7,6,547 -12.4,0.35,0.49,2.6,0.079,27.0,69.0,0.9994,3.12,0.75,10.4,6,548 -6.8,0.51,0.01,2.1,0.07400000000000001,9.0,25.0,0.9958,3.33,0.56,9.5,6,550 -9.4,0.43,0.24,2.8,0.092,14.0,45.0,0.998,3.19,0.73,10.0,6,551 -9.5,0.46,0.24,2.7,0.092,14.0,44.0,0.998,3.12,0.74,10.0,6,552 -5.0,1.04,0.24,1.6,0.05,32.0,96.0,0.9934,3.74,0.62,11.5,5,553 -15.5,0.645,0.49,4.2,0.095,10.0,23.0,1.00315,2.92,0.74,11.1,5,554 -10.9,0.53,0.49,4.6,0.118,10.0,17.0,1.0002,3.07,0.56,11.7,6,556 -15.6,0.645,0.49,4.2,0.095,10.0,23.0,1.00315,2.92,0.74,11.1,5,557 -13.0,0.47,0.49,4.3,0.085,6.0,47.0,1.0021,3.3,0.68,12.7,6,559 -12.7,0.6,0.49,2.8,0.075,5.0,19.0,0.9994,3.14,0.57,11.4,5,560 -9.0,0.54,0.49,2.9,0.094,41.0,110.0,0.9982,3.08,0.61,9.2,5,562 -7.6,0.29,0.49,2.7,0.092,25.0,60.0,0.9971,3.31,0.61,10.1,6,563 -13.0,0.47,0.49,4.3,0.085,6.0,47.0,1.0021,3.3,0.68,12.7,6,564 -12.7,0.6,0.49,2.8,0.075,5.0,19.0,0.9994,3.14,0.57,11.4,5,565 -8.7,0.7,0.24,2.5,0.226,5.0,15.0,0.9991,3.32,0.6,9.0,6,567 -9.8,0.5,0.49,2.6,0.25,5.0,20.0,0.999,3.31,0.79,10.7,6,568 -6.2,0.36,0.24,2.2,0.095,19.0,42.0,0.9946,3.57,0.57,11.7,6,569 -11.5,0.35,0.49,3.3,0.07,10.0,37.0,1.0003,3.32,0.91,11.0,6,570 -10.2,0.24,0.49,2.4,0.075,10.0,28.0,0.9978,3.14,0.61,10.4,5,572 -9.9,0.5,0.24,2.3,0.103,6.0,14.0,0.9978,3.34,0.52,10.0,4,576 -8.8,0.44,0.49,2.8,0.083,18.0,111.0,0.9982,3.3,0.6,9.5,5,577 -8.8,0.47,0.49,2.9,0.085,17.0,110.0,0.9982,3.29,0.6,9.8,5,578 -10.6,0.31,0.49,2.2,0.063,18.0,40.0,0.9976,3.14,0.51,9.8,6,579 -12.3,0.5,0.49,2.2,0.08900000000000001,5.0,14.0,1.0002,3.19,0.44,9.6,5,580 -12.3,0.5,0.49,2.2,0.08900000000000001,5.0,14.0,1.0002,3.19,0.44,9.6,5,581 -12.0,0.28,0.49,1.9,0.07400000000000001,10.0,21.0,0.9976,2.98,0.66,9.9,7,583 -7.3,0.73,0.24,1.9,0.108,18.0,102.0,0.9967,3.26,0.59,9.3,5,587 -5.0,0.42,0.24,2.0,0.06,19.0,50.0,0.9917,3.72,0.74,14.0,8,588 -9.0,0.45,0.49,2.6,0.084,21.0,75.0,0.9987,3.35,0.57,9.7,5,590 -6.6,0.39,0.49,1.7,0.07,23.0,149.0,0.9922,3.12,0.5,11.5,6,591 -9.0,0.45,0.49,2.6,0.084,21.0,75.0,0.9987,3.35,0.57,9.7,5,592 -9.9,0.49,0.58,3.5,0.094,9.0,43.0,1.0004,3.29,0.58,9.0,5,593 -8.9,0.595,0.41,7.9,0.086,30.0,109.0,0.9998,3.27,0.57,9.3,5,595 -12.4,0.4,0.51,2.0,0.059,6.0,24.0,0.9994,3.04,0.6,9.3,6,596 -8.5,0.585,0.18,2.1,0.078,5.0,30.0,0.9967,3.2,0.48,9.8,6,598 -7.7,0.835,0.0,2.6,0.081,6.0,14.0,0.9975,3.3,0.52,9.3,5,602 -8.3,0.58,0.13,2.9,0.096,14.0,63.0,0.9984,3.17,0.62,9.1,6,604 -8.8,0.48,0.41,3.3,0.092,26.0,52.0,0.9982,3.31,0.53,10.5,6,607 -10.1,0.65,0.37,5.1,0.11,11.0,65.0,1.0026,3.32,0.64,10.4,6,608 -6.3,0.36,0.19,3.2,0.075,15.0,39.0,0.9956,3.56,0.52,12.7,6,609 -8.8,0.24,0.54,2.5,0.083,25.0,57.0,0.9983,3.39,0.54,9.2,5,610 -13.2,0.38,0.55,2.7,0.081,5.0,16.0,1.0006,2.98,0.54,9.4,5,611 -7.5,0.64,0.0,2.4,0.077,18.0,29.0,0.9965,3.32,0.6,10.0,6,612 -9.6,0.6,0.5,2.3,0.079,28.0,71.0,0.9997,3.5,0.57,9.7,5,616 -11.5,0.31,0.51,2.2,0.079,14.0,28.0,0.9982,3.03,0.93,9.8,6,617 -11.3,0.37,0.41,2.3,0.08800000000000001,6.0,16.0,0.9988,3.09,0.8,9.3,5,619 -8.3,0.54,0.24,3.4,0.076,16.0,112.0,0.9976,3.27,0.61,9.4,5,620 -8.2,0.56,0.23,3.4,0.078,14.0,104.0,0.9976,3.28,0.62,9.4,5,621 -10.0,0.58,0.22,1.9,0.08,9.0,32.0,0.9974,3.13,0.55,9.5,5,622 -6.8,0.69,0.0,5.6,0.124,21.0,58.0,0.9997,3.46,0.72,10.2,5,625 -8.8,0.6,0.29,2.2,0.098,5.0,15.0,0.9988,3.36,0.49,9.1,5,626 -8.8,0.6,0.29,2.2,0.098,5.0,15.0,0.9988,3.36,0.49,9.1,5,627 -8.7,0.54,0.26,2.5,0.097,7.0,31.0,0.9976,3.27,0.6,9.3,6,628 -7.6,0.685,0.23,2.3,0.111,20.0,84.0,0.9964,3.21,0.61,9.3,5,629 -8.7,0.54,0.26,2.5,0.097,7.0,31.0,0.9976,3.27,0.6,9.3,6,630 -10.4,0.28,0.54,2.7,0.105,5.0,19.0,0.9988,3.25,0.63,9.5,5,631 -7.6,0.41,0.14,3.0,0.087,21.0,43.0,0.9964,3.32,0.57,10.5,6,632 -10.1,0.935,0.22,3.4,0.105,11.0,86.0,1.001,3.43,0.64,11.3,4,633 -7.9,0.35,0.21,1.9,0.073,46.0,102.0,0.9964,3.27,0.58,9.5,5,634 -8.7,0.84,0.0,1.4,0.065,24.0,33.0,0.9954,3.27,0.55,9.7,5,635 -9.6,0.88,0.28,2.4,0.086,30.0,147.0,0.9979,3.24,0.53,9.4,5,636 -9.5,0.885,0.27,2.3,0.084,31.0,145.0,0.9978,3.24,0.53,9.4,5,637 -8.9,0.29,0.35,1.9,0.067,25.0,57.0,0.997,3.18,1.36,10.3,6,639 -9.9,0.54,0.45,2.3,0.071,16.0,40.0,0.9991,3.39,0.62,9.4,5,640 -9.9,0.54,0.45,2.3,0.071,16.0,40.0,0.9991,3.39,0.62,9.4,5,642 -9.9,0.54,0.45,2.3,0.071,16.0,40.0,0.9991,3.39,0.62,9.4,5,644 -8.3,0.845,0.01,2.2,0.07,5.0,14.0,0.9967,3.32,0.58,11.0,4,647 -8.7,0.48,0.3,2.8,0.066,10.0,28.0,0.9964,3.33,0.67,11.2,7,648 -6.7,0.42,0.27,8.6,0.068,24.0,148.0,0.9948,3.16,0.57,11.3,6,649 -10.7,0.43,0.39,2.2,0.106,8.0,32.0,0.9986,2.89,0.5,9.6,5,650 -15.9,0.36,0.65,7.5,0.096,22.0,71.0,0.9976,2.98,0.84,14.9,5,652 -9.4,0.33,0.59,2.8,0.079,9.0,30.0,0.9976,3.12,0.54,12.0,6,653 -8.6,0.47,0.47,2.4,0.07400000000000001,7.0,29.0,0.9979,3.08,0.46,9.5,5,654 -9.7,0.55,0.17,2.9,0.087,20.0,53.0,1.0004,3.14,0.61,9.4,5,655 -10.7,0.43,0.39,2.2,0.106,8.0,32.0,0.9986,2.89,0.5,9.6,5,656 -12.0,0.5,0.59,1.4,0.073,23.0,42.0,0.998,2.92,0.68,10.5,7,657 -7.2,0.52,0.07,1.4,0.07400000000000001,5.0,20.0,0.9973,3.32,0.81,9.6,6,658 -7.2,0.52,0.07,1.4,0.07400000000000001,5.0,20.0,0.9973,3.32,0.81,9.6,6,660 -7.5,0.42,0.31,1.6,0.08,15.0,42.0,0.9978,3.31,0.64,9.0,5,661 -7.2,0.57,0.06,1.6,0.076,9.0,27.0,0.9972,3.36,0.7,9.6,6,662 -9.4,0.59,0.14,2.0,0.084,25.0,48.0,0.9981,3.14,0.56,9.7,5,665 -8.3,0.49,0.36,1.8,0.222,6.0,16.0,0.998,3.18,0.6,9.5,6,666 -11.3,0.34,0.45,2.0,0.08199999999999999,6.0,15.0,0.9988,2.94,0.66,9.2,6,667 -11.3,0.34,0.45,2.0,0.08199999999999999,6.0,15.0,0.9988,2.94,0.66,9.2,6,669 -8.2,0.73,0.21,1.7,0.07400000000000001,5.0,13.0,0.9968,3.2,0.52,9.5,5,671 -8.2,0.73,0.21,1.7,0.07400000000000001,5.0,13.0,0.9968,3.2,0.52,9.5,5,673 -10.8,0.4,0.41,2.2,0.084,7.0,17.0,0.9984,3.08,0.67,9.3,6,676 -8.6,0.8,0.11,2.3,0.084,12.0,31.0,0.9979,3.4,0.48,9.9,5,677 -8.3,0.78,0.1,2.6,0.081,45.0,87.0,0.9983,3.48,0.53,10.0,5,678 -10.8,0.26,0.45,3.3,0.06,20.0,49.0,0.9972,3.13,0.54,9.6,5,679 -8.0,0.45,0.23,2.2,0.094,16.0,29.0,0.9962,3.21,0.49,10.2,6,681 -8.5,0.46,0.31,2.25,0.078,32.0,58.0,0.998,3.33,0.54,9.8,5,682 -8.1,0.78,0.23,2.6,0.059,5.0,15.0,0.997,3.37,0.56,11.3,5,683 -9.8,0.98,0.32,2.3,0.078,35.0,152.0,0.998,3.25,0.48,9.4,5,684 -8.1,0.78,0.23,2.6,0.059,5.0,15.0,0.997,3.37,0.56,11.3,5,685 -7.7,0.66,0.04,1.6,0.039,4.0,9.0,0.9962,3.4,0.47,9.4,5,688 -8.1,0.38,0.48,1.8,0.157,5.0,17.0,0.9976,3.3,1.05,9.4,5,689 -9.2,0.92,0.24,2.6,0.087,12.0,93.0,0.9998,3.48,0.54,9.8,5,691 -8.6,0.49,0.51,2.0,0.422,16.0,62.0,0.9979,3.03,1.17,9.0,5,692 -9.0,0.48,0.32,2.8,0.084,21.0,122.0,0.9984,3.32,0.62,9.4,5,693 -9.0,0.47,0.31,2.7,0.084,24.0,125.0,0.9984,3.31,0.61,9.4,5,694 -5.1,0.47,0.02,1.3,0.034,18.0,44.0,0.9921,3.9,0.62,12.8,6,695 -7.0,0.65,0.02,2.1,0.066,8.0,25.0,0.9972,3.47,0.67,9.5,6,697 -9.4,0.615,0.28,3.2,0.087,18.0,72.0,1.0001,3.31,0.53,9.7,5,698 -11.8,0.38,0.55,2.1,0.071,5.0,19.0,0.9986,3.11,0.62,10.8,6,699 -10.6,1.02,0.43,2.9,0.076,26.0,88.0,0.9984,3.08,0.57,10.1,6,700 -7.0,0.65,0.02,2.1,0.066,8.0,25.0,0.9972,3.47,0.67,9.5,6,701 -7.0,0.64,0.02,2.1,0.067,9.0,23.0,0.997,3.47,0.67,9.4,6,702 -7.5,0.38,0.48,2.6,0.073,22.0,84.0,0.9972,3.32,0.7,9.6,4,703 -9.1,0.765,0.04,1.6,0.078,4.0,14.0,0.998,3.29,0.54,9.7,4,704 -8.4,1.035,0.15,6.0,0.073,11.0,54.0,0.999,3.37,0.49,9.9,5,705 -7.0,0.78,0.08,2.0,0.093,10.0,19.0,0.9956,3.4,0.47,10.0,5,706 -7.4,0.49,0.19,3.0,0.077,16.0,37.0,0.9966,3.37,0.51,10.5,5,707 -7.8,0.545,0.12,2.5,0.068,11.0,35.0,0.996,3.34,0.61,11.6,6,708 -10.6,1.025,0.43,2.8,0.08,21.0,84.0,0.9985,3.06,0.57,10.1,5,710 -8.9,0.565,0.34,3.0,0.093,16.0,112.0,0.9998,3.38,0.61,9.5,5,711 -9.9,0.74,0.28,2.6,0.078,21.0,77.0,0.998,3.28,0.51,9.8,5,714 -7.6,0.46,0.11,2.6,0.079,12.0,49.0,0.9968,3.21,0.57,10.0,5,717 -8.4,0.56,0.04,2.0,0.08199999999999999,10.0,22.0,0.9976,3.22,0.44,9.6,5,718 -7.1,0.66,0.0,3.9,0.086,17.0,45.0,0.9976,3.46,0.54,9.5,5,719 -8.4,0.56,0.04,2.0,0.08199999999999999,10.0,22.0,0.9976,3.22,0.44,9.6,5,720 -8.9,0.48,0.24,2.85,0.094,35.0,106.0,0.9982,3.1,0.53,9.2,5,721 -7.1,0.31,0.3,2.2,0.053,36.0,127.0,0.9965,2.94,1.62,9.5,5,723 -9.0,0.66,0.17,3.0,0.077,5.0,13.0,0.9976,3.29,0.55,10.4,5,725 -8.1,0.72,0.09,2.8,0.084,18.0,49.0,0.9994,3.43,0.72,11.1,6,726 -6.4,0.57,0.02,1.8,0.067,4.0,11.0,0.997,3.46,0.68,9.5,5,727 -6.4,0.57,0.02,1.8,0.067,4.0,11.0,0.997,3.46,0.68,9.5,5,728 -6.4,0.865,0.03,3.2,0.071,27.0,58.0,0.995,3.61,0.49,12.7,6,729 -9.5,0.55,0.66,2.3,0.387,12.0,37.0,0.9982,3.17,0.67,9.6,5,730 -8.9,0.875,0.13,3.45,0.08800000000000001,4.0,14.0,0.9994,3.44,0.52,11.5,5,731 -7.3,0.835,0.03,2.1,0.092,10.0,19.0,0.9966,3.39,0.47,9.6,5,732 -7.0,0.45,0.34,2.7,0.08199999999999999,16.0,72.0,0.998,3.55,0.6,9.5,5,733 -7.7,0.56,0.2,2.0,0.075,9.0,39.0,0.9987,3.48,0.62,9.3,5,734 -7.7,0.965,0.1,2.1,0.112,11.0,22.0,0.9963,3.26,0.5,9.5,5,736 -8.2,0.59,0.0,2.5,0.093,19.0,58.0,1.0002,3.5,0.65,9.3,6,737 -9.0,0.69,0.0,2.4,0.08800000000000001,19.0,38.0,0.999,3.35,0.6,9.3,5,739 -8.3,0.76,0.29,4.2,0.075,12.0,16.0,0.9965,3.45,0.68,11.5,6,740 -9.2,0.53,0.24,2.6,0.078,28.0,139.0,0.99788,3.21,0.57,9.5,5,741 -11.1,0.39,0.54,2.7,0.095,21.0,101.0,1.0001,3.13,0.51,9.5,5,744 -7.3,0.51,0.18,2.1,0.07,12.0,28.0,0.99768,3.52,0.73,9.5,6,745 -8.2,0.34,0.38,2.5,0.08,12.0,57.0,0.9978,3.3,0.47,9.0,6,746 -7.2,0.5,0.18,2.1,0.071,12.0,31.0,0.99761,3.52,0.72,9.6,6,748 -7.3,0.51,0.18,2.1,0.07,12.0,28.0,0.99768,3.52,0.73,9.5,6,749 -8.3,0.65,0.1,2.9,0.08900000000000001,17.0,40.0,0.99803,3.29,0.55,9.5,5,750 -7.6,0.54,0.13,2.5,0.097,24.0,66.0,0.99785,3.39,0.61,9.4,5,752 -8.3,0.65,0.1,2.9,0.08900000000000001,17.0,40.0,0.99803,3.29,0.55,9.5,5,753 -7.8,0.48,0.68,1.7,0.415,14.0,32.0,0.99656,3.09,1.06,9.1,6,754 -7.8,0.91,0.07,1.9,0.058,22.0,47.0,0.99525,3.51,0.43,10.7,6,755 -6.3,0.98,0.01,2.0,0.057,15.0,33.0,0.99488,3.6,0.46,11.2,6,756 -8.1,0.87,0.0,2.2,0.084,10.0,31.0,0.99656,3.25,0.5,9.8,5,757 -8.1,0.87,0.0,2.2,0.084,10.0,31.0,0.99656,3.25,0.5,9.8,5,758 -8.8,0.42,0.21,2.5,0.092,33.0,88.0,0.99823,3.19,0.52,9.2,5,759 -9.0,0.58,0.25,2.8,0.075,9.0,104.0,0.99779,3.23,0.57,9.7,5,760 -9.3,0.655,0.26,2.0,0.096,5.0,35.0,0.99738,3.25,0.42,9.6,5,761 -8.8,0.7,0.0,1.7,0.069,8.0,19.0,0.99701,3.31,0.53,10.0,6,762 -9.1,0.68,0.11,2.8,0.093,11.0,44.0,0.99888,3.31,0.55,9.5,6,764 -9.2,0.67,0.1,3.0,0.091,12.0,48.0,0.99888,3.31,0.54,9.5,6,765 -8.8,0.59,0.18,2.9,0.08900000000000001,12.0,74.0,0.99738,3.14,0.54,9.4,5,766 -7.1,0.59,0.02,2.3,0.08199999999999999,24.0,94.0,0.99744,3.55,0.53,9.7,6,768 -7.9,0.72,0.01,1.9,0.076,7.0,32.0,0.99668,3.39,0.54,9.6,5,769 -7.1,0.59,0.02,2.3,0.08199999999999999,24.0,94.0,0.99744,3.55,0.53,9.7,6,770 -9.4,0.685,0.26,2.4,0.08199999999999999,23.0,143.0,0.9978,3.28,0.55,9.4,5,771 -9.5,0.57,0.27,2.3,0.08199999999999999,23.0,144.0,0.99782,3.27,0.55,9.4,5,772 -7.9,0.4,0.29,1.8,0.157,1.0,44.0,0.9973,3.3,0.92,9.5,6,773 -7.2,1.0,0.0,3.0,0.102,7.0,16.0,0.99586,3.43,0.46,10.0,5,775 -6.9,0.635,0.17,2.4,0.241,6.0,18.0,0.9961,3.4,0.59,10.3,6,777 -8.3,0.43,0.3,3.4,0.079,7.0,34.0,0.99788,3.36,0.61,10.5,5,778 -7.1,0.52,0.03,2.6,0.076,21.0,92.0,0.99745,3.5,0.6,9.8,5,779 -7.0,0.57,0.0,2.0,0.19,12.0,45.0,0.99676,3.31,0.6,9.4,6,780 -6.5,0.46,0.14,2.4,0.114,9.0,37.0,0.99732,3.66,0.65,9.8,5,781 -7.1,0.59,0.01,2.5,0.077,20.0,85.0,0.99746,3.55,0.59,9.8,5,784 -9.9,0.35,0.41,2.3,0.083,11.0,61.0,0.9982,3.21,0.5,9.5,5,785 -10.0,0.56,0.24,2.2,0.079,19.0,58.0,0.9991,3.18,0.56,10.1,6,787 -10.0,0.56,0.24,2.2,0.079,19.0,58.0,0.9991,3.18,0.56,10.1,6,788 -8.6,0.63,0.17,2.9,0.099,21.0,119.0,0.998,3.09,0.52,9.3,5,789 -7.4,0.37,0.43,2.6,0.08199999999999999,18.0,82.0,0.99708,3.33,0.68,9.7,6,790 -8.8,0.64,0.17,2.9,0.084,25.0,130.0,0.99818,3.23,0.54,9.6,5,791 -7.1,0.61,0.02,2.5,0.081,17.0,87.0,0.99745,3.48,0.6,9.7,6,792 -7.7,0.6,0.0,2.6,0.055,7.0,13.0,0.99639,3.38,0.56,10.8,5,793 -10.1,0.27,0.54,2.3,0.065,7.0,26.0,0.99531,3.17,0.53,12.5,6,794 -10.8,0.89,0.3,2.6,0.132,7.0,60.0,0.99786,2.99,1.18,10.2,5,795 -8.7,0.46,0.31,2.5,0.126,24.0,64.0,0.99746,3.1,0.74,9.6,5,796 -9.3,0.37,0.44,1.6,0.038,21.0,42.0,0.99526,3.24,0.81,10.8,7,797 -9.4,0.5,0.34,3.6,0.08199999999999999,5.0,14.0,0.9987,3.29,0.52,10.7,6,799 -8.6,0.55,0.09,3.3,0.068,8.0,17.0,0.99735,3.23,0.44,10.0,5,801 -5.1,0.585,0.0,1.7,0.044,14.0,86.0,0.99264,3.56,0.94,12.9,7,802 -7.7,0.56,0.08,2.5,0.114,14.0,46.0,0.9971,3.24,0.66,9.6,6,803 -8.4,0.52,0.22,2.7,0.084,4.0,18.0,0.99682,3.26,0.57,9.9,6,804 -8.4,0.25,0.39,2.0,0.041,4.0,10.0,0.99386,3.27,0.71,12.5,7,806 -7.4,0.53,0.12,1.9,0.165,4.0,12.0,0.99702,3.26,0.86,9.2,5,808 -7.6,0.48,0.31,2.8,0.07,4.0,15.0,0.99693,3.22,0.55,10.3,6,809 -7.3,0.49,0.1,2.6,0.068,4.0,14.0,0.99562,3.3,0.47,10.5,5,810 -12.9,0.5,0.55,2.8,0.07200000000000001,7.0,24.0,1.00012,3.09,0.68,10.9,6,811 -6.9,0.39,0.24,2.1,0.102,4.0,7.0,0.99462,3.44,0.58,11.4,4,813 -12.6,0.41,0.54,2.8,0.103,19.0,41.0,0.99939,3.21,0.76,11.3,6,814 -9.1,0.66,0.15,3.2,0.097,9.0,59.0,0.99976,3.28,0.54,9.6,5,819 -7.0,0.685,0.0,1.9,0.099,9.0,22.0,0.99606,3.34,0.6,9.7,5,820 -4.9,0.42,0.0,2.1,0.048,16.0,42.0,0.99154,3.71,0.74,14.0,7,821 -6.7,0.54,0.13,2.0,0.076,15.0,36.0,0.9973,3.61,0.64,9.8,5,823 -7.1,0.48,0.28,2.8,0.068,6.0,16.0,0.99682,3.24,0.53,10.3,5,824 -7.5,0.27,0.34,2.3,0.05,4.0,8.0,0.9951,3.4,0.64,11.0,7,826 -7.1,0.46,0.14,2.8,0.076,15.0,37.0,0.99624,3.36,0.49,10.7,5,827 -7.5,0.685,0.07,2.5,0.058,5.0,9.0,0.99632,3.38,0.55,10.9,4,830 -5.9,0.61,0.08,2.1,0.071,16.0,24.0,0.99376,3.56,0.77,11.1,6,831 -11.6,0.47,0.44,1.6,0.147,36.0,51.0,0.99836,3.38,0.86,9.9,4,833 -6.7,0.28,0.28,2.4,0.012,36.0,100.0,0.99064,3.26,0.39,11.7,7,836 -6.7,0.28,0.28,2.4,0.012,36.0,100.0,0.99064,3.26,0.39,11.7,7,837 -10.1,0.31,0.35,1.6,0.075,9.0,28.0,0.99672,3.24,0.83,11.2,7,838 -6.6,0.66,0.0,3.0,0.115,21.0,31.0,0.99629,3.45,0.63,10.3,5,841 -10.6,0.5,0.45,2.6,0.119,34.0,68.0,0.99708,3.23,0.72,10.9,6,842 -7.1,0.685,0.35,2.0,0.08800000000000001,9.0,92.0,0.9963,3.28,0.62,9.4,5,843 -6.4,0.64,0.21,1.8,0.081,14.0,31.0,0.99689,3.59,0.66,9.8,5,846 -7.4,0.68,0.16,1.8,0.078,12.0,39.0,0.9977,3.5,0.7,9.9,6,847 -6.4,0.64,0.21,1.8,0.081,14.0,31.0,0.99689,3.59,0.66,9.8,5,848 -9.3,0.43,0.44,1.9,0.085,9.0,22.0,0.99708,3.28,0.55,9.5,5,850 -9.3,0.43,0.44,1.9,0.085,9.0,22.0,0.99708,3.28,0.55,9.5,5,851 -9.3,0.36,0.39,1.5,0.08,41.0,55.0,0.99652,3.47,0.73,10.9,6,853 -9.3,0.36,0.39,1.5,0.08,41.0,55.0,0.99652,3.47,0.73,10.9,6,854 -9.3,0.36,0.39,1.5,0.08,41.0,55.0,0.99652,3.47,0.73,10.9,6,856 -8.2,0.26,0.34,2.5,0.073,16.0,47.0,0.99594,3.4,0.78,11.3,7,857 -11.7,0.28,0.47,1.7,0.054000000000000006,17.0,32.0,0.99686,3.15,0.67,10.6,7,858 -7.2,0.62,0.06,2.7,0.077,15.0,85.0,0.99746,3.51,0.54,9.5,5,860 -7.5,0.42,0.32,2.7,0.067,7.0,25.0,0.99628,3.24,0.44,10.4,5,862 -7.2,0.62,0.06,2.5,0.078,17.0,84.0,0.99746,3.51,0.53,9.7,5,863 -7.2,0.635,0.07,2.6,0.077,16.0,86.0,0.99748,3.51,0.54,9.7,5,865 -6.9,0.56,0.03,1.5,0.086,36.0,46.0,0.99522,3.53,0.57,10.6,5,871 -7.3,0.35,0.24,2.0,0.067,28.0,48.0,0.99576,3.43,0.54,10.0,4,872 -8.8,0.31,0.4,2.8,0.109,7.0,16.0,0.99614,3.31,0.79,11.8,7,875 -7.7,0.715,0.01,2.1,0.064,31.0,43.0,0.99371,3.41,0.57,11.8,6,877 -7.6,0.715,0.0,2.1,0.068,30.0,35.0,0.99533,3.48,0.65,11.4,6,881 -8.4,0.31,0.29,3.1,0.194,14.0,26.0,0.99536,3.22,0.78,12.0,6,882 -8.8,0.61,0.19,4.0,0.094,30.0,69.0,0.99787,3.22,0.5,10.0,6,884 -8.9,0.75,0.14,2.5,0.086,9.0,30.0,0.99824,3.34,0.64,10.5,5,885 -9.0,0.8,0.12,2.4,0.083,8.0,28.0,0.99836,3.33,0.65,10.4,6,886 -6.8,0.57,0.0,2.5,0.07200000000000001,32.0,64.0,0.99491,3.43,0.56,11.2,6,888 -10.7,0.9,0.34,6.6,0.112,23.0,99.0,1.00289,3.22,0.68,9.3,5,889 -7.2,0.66,0.03,2.3,0.078,16.0,86.0,0.99743,3.53,0.57,9.7,5,891 -10.1,0.45,0.23,1.9,0.08199999999999999,10.0,18.0,0.99774,3.22,0.65,9.3,6,892 -7.2,0.66,0.03,2.3,0.078,16.0,86.0,0.99743,3.53,0.57,9.7,5,893 -7.2,0.63,0.03,2.2,0.08,17.0,88.0,0.99745,3.53,0.58,9.8,6,894 -7.1,0.59,0.01,2.3,0.08,27.0,43.0,0.9955,3.42,0.58,10.7,6,895 -8.3,0.31,0.39,2.4,0.078,17.0,43.0,0.99444,3.31,0.77,12.5,7,896 -7.1,0.59,0.01,2.3,0.08,27.0,43.0,0.9955,3.42,0.58,10.7,6,897 -8.3,0.31,0.39,2.4,0.078,17.0,43.0,0.99444,3.31,0.77,12.5,7,898 -8.9,0.31,0.36,2.6,0.056,10.0,39.0,0.99562,3.4,0.69,11.8,5,900 -7.4,0.635,0.1,2.4,0.08,16.0,33.0,0.99736,3.58,0.69,10.8,7,901 -7.4,0.635,0.1,2.4,0.08,16.0,33.0,0.99736,3.58,0.69,10.8,7,902 -6.8,0.59,0.06,6.0,0.06,11.0,18.0,0.9962,3.41,0.59,10.8,7,904 -7.2,0.54,0.27,2.6,0.084,12.0,78.0,0.9964,3.39,0.71,11.0,5,906 -6.1,0.56,0.0,2.2,0.079,6.0,9.0,0.9948,3.59,0.54,11.5,6,907 -7.4,0.52,0.13,2.4,0.078,34.0,61.0,0.99528,3.43,0.59,10.8,6,908 -9.3,0.38,0.48,3.8,0.132,3.0,11.0,0.99577,3.23,0.57,13.2,6,910 -9.1,0.28,0.46,9.0,0.114,3.0,9.0,0.99901,3.18,0.6,10.9,6,911 -10.0,0.46,0.44,2.9,0.065,4.0,8.0,0.99674,3.33,0.62,12.2,6,912 -8.6,0.315,0.4,2.2,0.079,3.0,6.0,0.99512,3.27,0.67,11.9,6,915 -5.3,0.715,0.19,1.5,0.161,7.0,62.0,0.99395,3.62,0.61,11.0,5,916 -6.8,0.41,0.31,8.8,0.084,26.0,45.0,0.99824,3.38,0.64,10.1,6,917 -8.4,0.36,0.32,2.2,0.081,32.0,79.0,0.9964,3.3,0.72,11.0,6,918 -8.4,0.62,0.12,1.8,0.07200000000000001,38.0,46.0,0.99504,3.38,0.89,11.8,6,919 -9.6,0.41,0.37,2.3,0.091,10.0,23.0,0.99786,3.24,0.56,10.5,5,920 -8.4,0.62,0.12,1.8,0.07200000000000001,38.0,46.0,0.99504,3.38,0.89,11.8,6,922 -8.6,0.47,0.27,2.3,0.055,14.0,28.0,0.99516,3.18,0.8,11.2,5,924 -8.6,0.22,0.36,1.9,0.064,53.0,77.0,0.99604,3.47,0.87,11.0,7,925 -9.4,0.24,0.33,2.3,0.061,52.0,73.0,0.99786,3.47,0.9,10.2,6,926 -8.4,0.67,0.19,2.2,0.093,11.0,75.0,0.99736,3.2,0.59,9.2,4,927 -8.6,0.47,0.27,2.3,0.055,14.0,28.0,0.99516,3.18,0.8,11.2,5,928 -8.7,0.33,0.38,3.3,0.063,10.0,19.0,0.99468,3.3,0.73,12.0,7,929 -7.4,0.61,0.01,2.0,0.07400000000000001,13.0,38.0,0.99748,3.48,0.65,9.8,5,931 -7.6,0.4,0.29,1.9,0.078,29.0,66.0,0.9971,3.45,0.59,9.5,6,932 -6.6,0.61,0.01,1.9,0.08,8.0,25.0,0.99746,3.69,0.73,10.5,5,934 -8.8,0.3,0.38,2.3,0.06,19.0,72.0,0.99543,3.39,0.72,11.8,6,936 -6.2,0.46,0.17,1.6,0.073,7.0,11.0,0.99425,3.61,0.54,11.4,5,939 -9.9,0.27,0.49,5.0,0.08199999999999999,9.0,17.0,0.99484,3.19,0.52,12.5,7,941 -10.1,0.43,0.4,2.6,0.092,13.0,52.0,0.99834,3.22,0.64,10.0,7,942 -8.3,0.3,0.49,3.8,0.09,11.0,24.0,0.99498,3.27,0.64,12.1,7,944 -10.2,0.44,0.58,4.1,0.092,11.0,24.0,0.99745,3.29,0.99,12.0,7,946 -8.3,0.28,0.48,2.1,0.093,6.0,12.0,0.99408,3.26,0.62,12.4,7,947 -8.9,0.12,0.45,1.8,0.075,10.0,21.0,0.99552,3.41,0.76,11.9,7,949 -8.9,0.12,0.45,1.8,0.075,10.0,21.0,0.99552,3.41,0.76,11.9,7,950 -8.3,0.28,0.48,2.1,0.093,6.0,12.0,0.99408,3.26,0.62,12.4,7,951 -8.2,0.31,0.4,2.2,0.058,6.0,10.0,0.99536,3.31,0.68,11.2,7,952 -10.2,0.34,0.48,2.1,0.052000000000000005,5.0,9.0,0.99458,3.2,0.69,12.1,7,953 -8.5,0.21,0.52,1.9,0.09,9.0,23.0,0.99648,3.36,0.67,10.4,5,955 -9.0,0.36,0.52,2.1,0.111,5.0,10.0,0.99568,3.31,0.62,11.3,6,956 -6.4,0.57,0.12,2.3,0.12,25.0,36.0,0.99519,3.47,0.71,11.3,7,958 -8.5,0.47,0.27,1.9,0.058,18.0,38.0,0.99518,3.16,0.85,11.1,6,960 -7.1,0.56,0.14,1.6,0.078,7.0,18.0,0.99592,3.27,0.62,9.3,5,961 -6.6,0.57,0.02,2.1,0.115,6.0,16.0,0.99654,3.38,0.69,9.5,5,962 -8.5,0.47,0.27,1.9,0.058,18.0,38.0,0.99518,3.16,0.85,11.1,6,964 -8.5,0.66,0.2,2.1,0.097,23.0,113.0,0.99733,3.13,0.48,9.2,5,967 -9.0,0.4,0.43,2.4,0.068,29.0,46.0,0.9943,3.2,0.6,12.2,6,968 -10.4,0.26,0.48,1.9,0.066,6.0,10.0,0.99724,3.33,0.87,10.9,6,971 -8.8,0.33,0.41,5.9,0.073,7.0,13.0,0.99658,3.3,0.62,12.1,7,974 -7.2,0.41,0.3,2.1,0.083,35.0,72.0,0.997,3.44,0.52,9.4,5,975 -8.4,0.59,0.29,2.6,0.109,31.0,119.0,0.99801,3.15,0.5,9.1,5,977 -7.0,0.4,0.32,3.6,0.061,9.0,29.0,0.99416,3.28,0.49,11.3,7,978 -9.1,0.5,0.3,1.9,0.065,8.0,17.0,0.99774,3.32,0.71,10.5,6,980 -9.5,0.86,0.26,1.9,0.079,13.0,28.0,0.99712,3.25,0.62,10.0,5,981 -7.3,0.52,0.32,2.1,0.07,51.0,70.0,0.99418,3.34,0.82,12.9,6,982 -9.1,0.5,0.3,1.9,0.065,8.0,17.0,0.99774,3.32,0.71,10.5,6,983 -7.4,0.58,0.0,2.0,0.064,7.0,11.0,0.99562,3.45,0.58,11.3,6,985 -7.1,0.36,0.3,1.6,0.08,35.0,70.0,0.99693,3.44,0.5,9.4,5,987 -7.7,0.39,0.12,1.7,0.097,19.0,27.0,0.99596,3.16,0.49,9.4,5,988 -9.7,0.295,0.4,1.5,0.073,14.0,21.0,0.99556,3.14,0.51,10.9,6,989 -7.7,0.39,0.12,1.7,0.097,19.0,27.0,0.99596,3.16,0.49,9.4,5,990 -7.1,0.34,0.28,2.0,0.08199999999999999,31.0,68.0,0.99694,3.45,0.48,9.4,5,991 -7.1,0.34,0.28,2.0,0.08199999999999999,31.0,68.0,0.99694,3.45,0.48,9.4,5,993 -7.7,0.6,0.06,2.0,0.079,19.0,41.0,0.99697,3.39,0.62,10.1,6,995 -8.9,0.84,0.34,1.4,0.05,4.0,10.0,0.99554,3.12,0.48,9.1,6,998 -6.4,0.69,0.0,1.65,0.055,7.0,12.0,0.99162,3.47,0.53,12.9,6,999 -7.5,0.43,0.3,2.2,0.062,6.0,12.0,0.99495,3.44,0.72,11.5,7,1000 -8.2,0.43,0.29,1.6,0.081,27.0,45.0,0.99603,3.25,0.54,10.3,5,1004 -6.8,0.36,0.32,1.8,0.067,4.0,8.0,0.9928,3.36,0.55,12.8,7,1005 -9.1,0.29,0.33,2.05,0.063,13.0,27.0,0.99516,3.26,0.84,11.7,7,1006 -9.1,0.3,0.34,2.0,0.064,12.0,25.0,0.99516,3.26,0.84,11.7,7,1007 -8.9,0.35,0.4,3.6,0.11,12.0,24.0,0.99549,3.23,0.7,12.0,7,1008 -8.9,0.28,0.45,1.7,0.067,7.0,12.0,0.99354,3.25,0.55,12.3,7,1010 -8.9,0.32,0.31,2.0,0.08800000000000001,12.0,19.0,0.9957,3.17,0.55,10.4,6,1011 -7.7,1.005,0.15,2.1,0.102,11.0,32.0,0.99604,3.23,0.48,10.0,5,1012 -7.5,0.71,0.0,1.6,0.092,22.0,31.0,0.99635,3.38,0.58,10.0,6,1013 -8.0,0.58,0.16,2.0,0.12,3.0,7.0,0.99454,3.22,0.58,11.2,6,1014 -8.9,0.38,0.4,2.2,0.068,12.0,28.0,0.99486,3.27,0.75,12.6,7,1016 -8.0,0.18,0.37,0.9,0.049,36.0,109.0,0.99007,2.89,0.44,12.7,6,1018 -7.0,0.5,0.14,1.8,0.078,10.0,23.0,0.99636,3.53,0.61,10.4,5,1019 -11.3,0.36,0.66,2.4,0.123,3.0,8.0,0.99642,3.2,0.53,11.9,6,1020 -11.3,0.36,0.66,2.4,0.123,3.0,8.0,0.99642,3.2,0.53,11.9,6,1021 -7.0,0.51,0.09,2.1,0.062,4.0,9.0,0.99584,3.35,0.54,10.5,5,1022 -8.2,0.32,0.42,2.3,0.098,3.0,9.0,0.99506,3.27,0.55,12.3,6,1023 -7.7,0.58,0.01,1.8,0.08800000000000001,12.0,18.0,0.99568,3.32,0.56,10.5,7,1024 -8.6,0.83,0.0,2.8,0.095,17.0,43.0,0.99822,3.33,0.6,10.4,6,1025 -7.9,0.31,0.32,1.9,0.066,14.0,36.0,0.99364,3.41,0.56,12.6,6,1026 -6.4,0.795,0.0,2.2,0.065,28.0,52.0,0.99378,3.49,0.52,11.6,5,1027 -7.7,0.58,0.01,1.8,0.08800000000000001,12.0,18.0,0.99568,3.32,0.56,10.5,7,1029 -8.1,0.82,0.0,4.1,0.095,5.0,14.0,0.99854,3.36,0.53,9.6,5,1032 -8.9,0.745,0.18,2.5,0.077,15.0,48.0,0.99739,3.2,0.47,9.7,6,1034 -10.1,0.37,0.34,2.4,0.085,5.0,17.0,0.99683,3.17,0.65,10.6,7,1035 -7.6,0.31,0.34,2.5,0.08199999999999999,26.0,35.0,0.99356,3.22,0.59,12.5,7,1036 -8.7,0.41,0.41,6.2,0.078,25.0,42.0,0.9953,3.24,0.77,12.6,7,1038 -8.9,0.5,0.21,2.2,0.08800000000000001,21.0,39.0,0.99692,3.33,0.83,11.1,6,1039 -6.9,0.49,0.19,1.7,0.079,13.0,26.0,0.99547,3.38,0.64,9.8,6,1041 -6.4,0.39,0.33,3.3,0.046,12.0,53.0,0.99294,3.36,0.62,12.2,6,1044 -6.9,0.44,0.0,1.4,0.07,32.0,38.0,0.99438,3.32,0.58,11.4,6,1045 -7.6,0.78,0.0,1.7,0.076,33.0,45.0,0.99612,3.31,0.62,10.7,6,1046 -7.1,0.43,0.17,1.8,0.08199999999999999,27.0,51.0,0.99634,3.49,0.64,10.4,5,1047 -9.3,0.49,0.36,1.7,0.081,3.0,14.0,0.99702,3.27,0.78,10.9,6,1048 -9.3,0.5,0.36,1.8,0.084,6.0,17.0,0.99704,3.27,0.77,10.8,6,1049 -8.5,0.46,0.59,1.4,0.414,16.0,45.0,0.99702,3.03,1.34,9.2,5,1051 -5.6,0.605,0.05,2.4,0.073,19.0,25.0,0.99258,3.56,0.55,12.9,5,1052 -8.3,0.33,0.42,2.3,0.07,9.0,20.0,0.99426,3.38,0.77,12.7,7,1053 -8.2,0.64,0.27,2.0,0.095,5.0,77.0,0.99747,3.13,0.62,9.1,6,1055 -8.9,0.48,0.53,4.0,0.101,3.0,10.0,0.99586,3.21,0.59,12.1,7,1056 -7.6,0.42,0.25,3.9,0.104,28.0,90.0,0.99784,3.15,0.57,9.1,5,1057 -9.9,0.53,0.57,2.4,0.093,30.0,52.0,0.9971,3.19,0.76,11.6,7,1058 -8.9,0.48,0.53,4.0,0.101,3.0,10.0,0.99586,3.21,0.59,12.1,7,1059 -11.6,0.23,0.57,1.8,0.07400000000000001,3.0,8.0,0.9981,3.14,0.7,9.9,6,1060 -9.1,0.4,0.5,1.8,0.071,7.0,16.0,0.99462,3.21,0.69,12.5,8,1061 -8.0,0.38,0.44,1.9,0.098,6.0,15.0,0.9956,3.3,0.64,11.4,6,1062 -10.2,0.29,0.65,2.4,0.075,6.0,17.0,0.99565,3.22,0.63,11.8,6,1063 -8.2,0.74,0.09,2.0,0.067,5.0,10.0,0.99418,3.28,0.57,11.8,6,1064 -7.7,0.61,0.18,2.4,0.083,6.0,20.0,0.9963,3.29,0.6,10.2,6,1065 -6.6,0.52,0.08,2.4,0.07,13.0,26.0,0.99358,3.4,0.72,12.5,7,1066 -11.1,0.31,0.53,2.2,0.06,3.0,10.0,0.99572,3.02,0.83,10.9,7,1067 -8.0,0.62,0.35,2.8,0.086,28.0,52.0,0.997,3.31,0.62,10.8,5,1069 -9.3,0.33,0.45,1.5,0.057,19.0,37.0,0.99498,3.18,0.89,11.1,7,1070 -7.5,0.77,0.2,8.1,0.098,30.0,92.0,0.99892,3.2,0.58,9.2,5,1071 -8.0,0.62,0.33,2.7,0.08800000000000001,16.0,37.0,0.9972,3.31,0.58,10.7,6,1073 -9.9,0.32,0.56,2.0,0.073,3.0,8.0,0.99534,3.15,0.73,11.4,6,1076 -8.6,0.37,0.65,6.4,0.08,3.0,8.0,0.99817,3.27,0.58,11.0,5,1078 -7.9,0.3,0.68,8.3,0.05,37.5,278.0,0.99316,3.01,0.51,12.3,7,1079 -7.9,0.3,0.68,8.3,0.05,37.5,289.0,0.99316,3.01,0.51,12.3,7,1081 -7.2,0.38,0.3,1.8,0.073,31.0,70.0,0.99685,3.42,0.59,9.5,6,1082 -8.7,0.42,0.45,2.4,0.07200000000000001,32.0,59.0,0.99617,3.33,0.77,12.0,6,1083 -6.8,0.48,0.08,1.8,0.07400000000000001,40.0,64.0,0.99529,3.12,0.49,9.6,5,1085 -8.5,0.34,0.4,4.7,0.055,3.0,9.0,0.99738,3.38,0.66,11.6,7,1086 -7.9,0.19,0.42,1.6,0.057,18.0,30.0,0.994,3.29,0.69,11.2,6,1087 -11.6,0.41,0.54,1.5,0.095,22.0,41.0,0.99735,3.02,0.76,9.9,7,1088 -11.6,0.41,0.54,1.5,0.095,22.0,41.0,0.99735,3.02,0.76,9.9,7,1089 -10.0,0.26,0.54,1.9,0.083,42.0,74.0,0.99451,2.98,0.63,11.8,8,1090 -7.9,0.34,0.42,2.0,0.086,8.0,19.0,0.99546,3.35,0.6,11.4,6,1091 -7.0,0.54,0.09,2.0,0.081,10.0,16.0,0.99479,3.43,0.59,11.5,6,1092 -9.2,0.31,0.36,2.2,0.079,11.0,31.0,0.99615,3.33,0.86,12.0,7,1093 -6.6,0.725,0.09,5.5,0.117,9.0,17.0,0.99655,3.35,0.49,10.8,6,1094 -6.6,0.725,0.09,5.5,0.117,9.0,17.0,0.99655,3.35,0.49,10.8,6,1096 -8.6,0.52,0.38,1.5,0.096,5.0,18.0,0.99666,3.2,0.52,9.4,5,1099 -8.4,0.34,0.42,2.1,0.07200000000000001,23.0,36.0,0.99392,3.11,0.78,12.4,6,1100 -7.4,0.49,0.27,2.1,0.071,14.0,25.0,0.99388,3.35,0.63,12.0,6,1101 -7.4,0.49,0.27,2.1,0.071,14.0,25.0,0.99388,3.35,0.63,12.0,6,1103 -8.0,0.48,0.34,2.2,0.073,16.0,25.0,0.9936,3.28,0.66,12.4,6,1104 -6.3,0.57,0.28,2.1,0.048,13.0,49.0,0.99374,3.41,0.6,12.8,5,1105 -9.1,0.3,0.41,2.0,0.068,10.0,24.0,0.99523,3.27,0.85,11.7,7,1107 -8.1,0.78,0.1,3.3,0.09,4.0,13.0,0.99855,3.36,0.49,9.5,5,1108 -10.8,0.47,0.43,2.1,0.171,27.0,66.0,0.9982,3.17,0.76,10.8,6,1109 -8.3,0.53,0.0,1.4,0.07,6.0,14.0,0.99593,3.25,0.64,10.0,6,1110 -5.4,0.42,0.27,2.0,0.092,23.0,55.0,0.99471,3.78,0.64,12.3,7,1111 -7.9,0.33,0.41,1.5,0.056,6.0,35.0,0.99396,3.29,0.71,11.0,6,1112 -5.0,0.4,0.5,4.3,0.046,29.0,80.0,0.9902,3.49,0.66,13.6,6,1114 -7.0,0.69,0.07,2.5,0.091,15.0,21.0,0.99572,3.38,0.6,11.3,6,1115 -7.0,0.69,0.07,2.5,0.091,15.0,21.0,0.99572,3.38,0.6,11.3,6,1116 -7.0,0.69,0.07,2.5,0.091,15.0,21.0,0.99572,3.38,0.6,11.3,6,1117 -7.1,0.39,0.12,2.1,0.065,14.0,24.0,0.99252,3.3,0.53,13.3,6,1118 -5.6,0.66,0.0,2.5,0.066,7.0,15.0,0.99256,3.52,0.58,12.9,5,1119 -7.9,0.54,0.34,2.5,0.076,8.0,17.0,0.99235,3.2,0.72,13.1,8,1120 -6.3,0.47,0.0,1.4,0.055,27.0,33.0,0.9922,3.45,0.48,12.3,6,1122 -8.8,0.24,0.35,1.7,0.055,13.0,27.0,0.99394,3.14,0.59,11.3,7,1125 -6.3,0.76,0.0,2.9,0.07200000000000001,26.0,52.0,0.99379,3.51,0.6,11.5,6,1127 -10.0,0.43,0.33,2.7,0.095,28.0,89.0,0.9984,3.22,0.68,10.0,5,1128 -9.1,0.6,0.0,1.9,0.058,5.0,10.0,0.9977,3.18,0.63,10.4,6,1130 -7.4,0.36,0.34,1.8,0.075,18.0,38.0,0.9933,3.38,0.88,13.6,7,1132 -7.2,0.48,0.07,5.5,0.08900000000000001,10.0,18.0,0.99684,3.37,0.68,11.2,7,1133 -8.5,0.28,0.35,1.7,0.061,6.0,15.0,0.99524,3.3,0.74,11.8,7,1134 -8.0,0.25,0.43,1.7,0.067,22.0,50.0,0.9946,3.38,0.6,11.9,6,1135 -10.4,0.52,0.45,2.0,0.08,6.0,13.0,0.99774,3.22,0.76,11.4,6,1136 -7.5,0.41,0.15,3.7,0.104,29.0,94.0,0.99786,3.14,0.58,9.1,5,1138 -8.2,0.51,0.24,2.0,0.079,16.0,86.0,0.99764,3.34,0.64,9.5,6,1139 -7.3,0.4,0.3,1.7,0.08,33.0,79.0,0.9969,3.41,0.65,9.5,6,1140 -8.2,0.38,0.32,2.5,0.08,24.0,71.0,0.99624,3.27,0.85,11.0,6,1141 -6.9,0.45,0.11,2.4,0.043,6.0,12.0,0.99354,3.3,0.65,11.4,6,1142 -7.0,0.22,0.3,1.8,0.065,16.0,20.0,0.99672,3.61,0.82,10.0,6,1143 -7.3,0.32,0.23,2.3,0.066,35.0,70.0,0.99588,3.43,0.62,10.1,5,1144 -8.2,0.2,0.43,2.5,0.076,31.0,51.0,0.99672,3.53,0.81,10.4,6,1145 -7.8,0.5,0.12,1.8,0.17800000000000002,6.0,21.0,0.996,3.28,0.87,9.8,6,1146 -10.0,0.41,0.45,6.2,0.071,6.0,14.0,0.99702,3.21,0.49,11.8,7,1147 -7.8,0.39,0.42,2.0,0.086,9.0,21.0,0.99526,3.39,0.66,11.6,6,1148 -10.0,0.35,0.47,2.0,0.061,6.0,11.0,0.99585,3.23,0.52,12.0,6,1149 -6.1,0.58,0.23,2.5,0.044,16.0,70.0,0.99352,3.46,0.65,12.5,6,1151 -8.3,0.6,0.25,2.2,0.118,9.0,38.0,0.99616,3.15,0.53,9.8,5,1152 -9.6,0.42,0.35,2.1,0.083,17.0,38.0,0.99622,3.23,0.66,11.1,6,1153 -8.3,0.6,0.25,2.2,0.118,9.0,38.0,0.99616,3.15,0.53,9.8,5,1155 -8.5,0.18,0.51,1.75,0.071,45.0,88.0,0.99524,3.33,0.76,11.8,7,1156 -5.1,0.51,0.18,2.1,0.042,16.0,101.0,0.9924,3.46,0.87,12.9,7,1157 -8.5,0.32,0.42,2.3,0.075,12.0,19.0,0.99434,3.14,0.71,11.8,7,1162 -9.0,0.785,0.24,1.7,0.078,10.0,21.0,0.99692,3.29,0.67,10.0,5,1164 -8.2,0.33,0.39,2.5,0.07400000000000001,29.0,48.0,0.99528,3.32,0.88,12.4,7,1167 -6.5,0.34,0.27,2.8,0.067,8.0,44.0,0.99384,3.21,0.56,12.0,6,1168 -7.6,0.5,0.29,2.3,0.086,5.0,14.0,0.99502,3.32,0.62,11.5,6,1169 -9.2,0.36,0.34,1.6,0.062,5.0,12.0,0.99667,3.2,0.67,10.5,6,1170 -9.7,0.42,0.46,2.1,0.07400000000000001,5.0,16.0,0.99649,3.27,0.74,12.3,6,1172 -7.6,0.36,0.31,1.7,0.079,26.0,65.0,0.99716,3.46,0.62,9.5,6,1173 -7.6,0.36,0.31,1.7,0.079,26.0,65.0,0.99716,3.46,0.62,9.5,6,1174 -6.5,0.61,0.0,2.2,0.095,48.0,59.0,0.99541,3.61,0.7,11.5,6,1175 -6.5,0.88,0.03,5.6,0.079,23.0,47.0,0.99572,3.58,0.5,11.2,4,1176 -5.6,0.915,0.0,2.1,0.041,17.0,78.0,0.99346,3.68,0.73,11.4,5,1178 -8.2,0.35,0.33,2.4,0.076,11.0,47.0,0.99599,3.27,0.81,11.0,6,1179 -9.8,0.39,0.43,1.65,0.068,5.0,11.0,0.99478,3.19,0.46,11.4,5,1181 -6.8,0.66,0.07,1.6,0.07,16.0,61.0,0.99572,3.29,0.6,9.3,5,1183 -6.7,0.64,0.23,2.1,0.08,11.0,119.0,0.99538,3.36,0.7,10.9,5,1184 -6.7,0.64,0.23,2.1,0.08,11.0,119.0,0.99538,3.36,0.7,10.9,5,1188 -8.8,0.955,0.05,1.8,0.075,5.0,19.0,0.99616,3.3,0.44,9.6,4,1189 -9.1,0.4,0.57,4.6,0.08,6.0,20.0,0.99652,3.28,0.57,12.5,6,1190 -6.5,0.885,0.0,2.3,0.166,6.0,12.0,0.99551,3.56,0.51,10.8,5,1191 -7.2,0.25,0.37,2.5,0.063,11.0,41.0,0.99439,3.52,0.8,12.4,7,1192 -7.0,0.745,0.12,1.8,0.114,15.0,64.0,0.99588,3.22,0.59,9.5,6,1194 -6.2,0.43,0.22,1.8,0.078,21.0,56.0,0.99633,3.52,0.6,9.5,6,1195 -7.7,0.57,0.21,1.5,0.069,4.0,9.0,0.99458,3.16,0.54,9.8,6,1197 -7.7,0.26,0.26,2.0,0.052000000000000005,19.0,77.0,0.9951,3.15,0.79,10.9,6,1198 -7.9,0.58,0.23,2.3,0.076,23.0,94.0,0.99686,3.21,0.58,9.5,6,1199 -7.7,0.57,0.21,1.5,0.069,4.0,9.0,0.99458,3.16,0.54,9.8,6,1200 -7.9,0.34,0.36,1.9,0.065,5.0,10.0,0.99419,3.27,0.54,11.2,7,1201 -8.6,0.42,0.39,1.8,0.068,6.0,12.0,0.99516,3.35,0.69,11.7,8,1202 -9.9,0.74,0.19,5.8,0.111,33.0,76.0,0.99878,3.14,0.55,9.4,5,1203 -7.2,0.36,0.46,2.1,0.07400000000000001,24.0,44.0,0.99534,3.4,0.85,11.0,7,1204 -7.2,0.36,0.46,2.1,0.07400000000000001,24.0,44.0,0.99534,3.4,0.85,11.0,7,1206 -9.9,0.72,0.55,1.7,0.136,24.0,52.0,0.99752,3.35,0.94,10.0,5,1207 -7.2,0.36,0.46,2.1,0.07400000000000001,24.0,44.0,0.99534,3.4,0.85,11.0,7,1208 -6.2,0.39,0.43,2.0,0.071,14.0,24.0,0.99428,3.45,0.87,11.2,7,1209 -6.8,0.65,0.02,2.1,0.078,8.0,15.0,0.99498,3.35,0.62,10.4,6,1210 -6.8,0.65,0.02,2.1,0.078,8.0,15.0,0.99498,3.35,0.62,10.4,6,1212 -10.2,0.33,0.46,1.9,0.081,6.0,9.0,0.99628,3.1,0.48,10.4,6,1214 -7.9,0.57,0.31,2.0,0.079,10.0,79.0,0.99677,3.29,0.69,9.5,6,1216 -9.0,0.39,0.4,1.3,0.044,25.0,50.0,0.99478,3.2,0.83,10.9,6,1219 -10.9,0.32,0.52,1.8,0.132,17.0,44.0,0.99734,3.28,0.77,11.5,6,1220 -10.9,0.32,0.52,1.8,0.132,17.0,44.0,0.99734,3.28,0.77,11.5,6,1221 -12.6,0.39,0.49,2.5,0.08,8.0,20.0,0.9992,3.07,0.82,10.3,6,1224 -9.2,0.46,0.23,2.6,0.091,18.0,77.0,0.99922,3.15,0.51,9.4,5,1225 -7.5,0.58,0.03,4.1,0.08,27.0,46.0,0.99592,3.02,0.47,9.2,5,1226 -9.0,0.58,0.25,2.0,0.104,8.0,21.0,0.99769,3.27,0.72,9.6,5,1227 -5.1,0.42,0.0,1.8,0.044,18.0,88.0,0.99157,3.68,0.73,13.6,7,1228 -7.6,0.43,0.29,2.1,0.075,19.0,66.0,0.99718,3.4,0.64,9.5,5,1229 -7.7,0.18,0.34,2.7,0.066,15.0,58.0,0.9947,3.37,0.78,11.8,6,1230 -7.8,0.815,0.01,2.6,0.07400000000000001,48.0,90.0,0.99621,3.38,0.62,10.8,5,1231 -7.6,0.43,0.29,2.1,0.075,19.0,66.0,0.99718,3.4,0.64,9.5,5,1232 -7.1,0.75,0.01,2.2,0.059,11.0,18.0,0.99242,3.39,0.4,12.8,6,1234 -7.8,0.55,0.0,1.7,0.07,7.0,17.0,0.99659,3.26,0.64,9.4,6,1236 -7.1,0.75,0.01,2.2,0.059,11.0,18.0,0.99242,3.39,0.4,12.8,6,1237 -8.1,0.73,0.0,2.5,0.081,12.0,24.0,0.99798,3.38,0.46,9.6,4,1238 -6.5,0.67,0.0,4.3,0.057,11.0,20.0,0.99488,3.45,0.56,11.8,4,1239 -7.5,0.61,0.2,1.7,0.076,36.0,60.0,0.99494,3.1,0.4,9.3,5,1240 -8.3,0.56,0.22,2.4,0.08199999999999999,10.0,86.0,0.9983,3.37,0.62,9.5,5,1243 -7.4,0.55,0.19,1.8,0.08199999999999999,15.0,34.0,0.99655,3.49,0.68,10.5,5,1245 -7.4,0.74,0.07,1.7,0.086,15.0,48.0,0.99502,3.12,0.48,10.0,5,1246 -7.1,0.6,0.01,2.3,0.079,24.0,37.0,0.99514,3.4,0.61,10.9,6,1250 -7.5,0.58,0.14,2.2,0.077,27.0,60.0,0.9963,3.28,0.59,9.8,5,1251 -7.1,0.72,0.0,1.8,0.123,6.0,14.0,0.99627,3.45,0.58,9.8,5,1252 -7.9,0.66,0.0,1.4,0.096,6.0,13.0,0.99569,3.43,0.58,9.5,5,1253 -7.8,0.7,0.06,1.9,0.079,20.0,35.0,0.99628,3.4,0.69,10.9,5,1254 -7.5,0.59,0.22,1.8,0.08199999999999999,43.0,60.0,0.99499,3.1,0.42,9.2,5,1256 -7.0,0.58,0.28,4.8,0.085,12.0,69.0,0.99633,3.32,0.7,11.0,6,1257 -6.8,0.64,0.0,2.7,0.123,15.0,33.0,0.99538,3.44,0.63,11.3,6,1258 -8.6,0.635,0.68,1.8,0.403,19.0,56.0,0.99632,3.02,1.15,9.3,5,1260 -6.3,1.02,0.0,2.0,0.083,17.0,24.0,0.99437,3.59,0.55,11.2,4,1261 -9.8,0.45,0.38,2.5,0.081,34.0,66.0,0.99726,3.15,0.58,9.8,5,1262 -8.5,0.37,0.32,1.8,0.066,26.0,51.0,0.99456,3.38,0.72,11.8,6,1264 -7.2,0.57,0.05,2.3,0.081,16.0,36.0,0.99564,3.38,0.6,10.3,6,1265 -7.2,0.57,0.05,2.3,0.081,16.0,36.0,0.99564,3.38,0.6,10.3,6,1266 -10.4,0.43,0.5,2.3,0.068,13.0,19.0,0.996,3.1,0.87,11.4,6,1267 -6.9,0.41,0.31,2.0,0.079,21.0,51.0,0.99668,3.47,0.55,9.5,6,1268 -5.0,0.38,0.01,1.6,0.048,26.0,60.0,0.99084,3.7,0.75,14.0,6,1270 -7.3,0.44,0.2,1.6,0.049,24.0,64.0,0.9935,3.38,0.57,11.7,6,1271 -5.9,0.46,0.0,1.9,0.077,25.0,44.0,0.99385,3.5,0.53,11.2,5,1272 -7.5,0.58,0.2,2.0,0.073,34.0,44.0,0.99494,3.1,0.43,9.3,5,1273 -7.8,0.58,0.13,2.1,0.102,17.0,36.0,0.9944,3.24,0.53,11.2,6,1274 -8.0,0.715,0.22,2.3,0.075,13.0,81.0,0.99688,3.24,0.54,9.5,6,1275 -8.5,0.4,0.4,6.3,0.05,3.0,10.0,0.99566,3.28,0.56,12.0,4,1276 -7.0,0.69,0.0,1.9,0.114,3.0,10.0,0.99636,3.35,0.6,9.7,6,1277 -8.0,0.715,0.22,2.3,0.075,13.0,81.0,0.99688,3.24,0.54,9.5,6,1278 -9.8,0.3,0.39,1.7,0.062,3.0,9.0,0.9948,3.14,0.57,11.5,7,1279 -7.1,0.46,0.2,1.9,0.077,28.0,54.0,0.9956,3.37,0.64,10.4,6,1280 -7.1,0.46,0.2,1.9,0.077,28.0,54.0,0.9956,3.37,0.64,10.4,6,1281 -7.9,0.765,0.0,2.0,0.084,9.0,22.0,0.99619,3.33,0.68,10.9,6,1282 -8.7,0.63,0.28,2.7,0.096,17.0,69.0,0.99734,3.26,0.63,10.2,6,1283 -7.0,0.42,0.19,2.3,0.071,18.0,36.0,0.99476,3.39,0.56,10.9,5,1284 -11.3,0.37,0.5,1.8,0.09,20.0,47.0,0.99734,3.15,0.57,10.5,5,1285 -7.0,0.6,0.3,4.5,0.068,20.0,110.0,0.99914,3.3,1.17,10.2,5,1288 -7.0,0.6,0.3,4.5,0.068,20.0,110.0,0.99914,3.3,1.17,10.2,5,1289 -7.6,0.74,0.0,1.9,0.1,6.0,12.0,0.99521,3.36,0.59,11.0,5,1290 -8.2,0.635,0.1,2.1,0.073,25.0,60.0,0.99638,3.29,0.75,10.9,6,1291 -5.9,0.395,0.13,2.4,0.056,14.0,28.0,0.99362,3.62,0.67,12.4,6,1292 -6.6,0.63,0.0,4.3,0.093,51.0,77.5,0.99558,3.2,0.45,9.5,5,1296 -7.2,0.53,0.14,2.1,0.064,15.0,29.0,0.99323,3.35,0.61,12.1,6,1297 -5.7,0.6,0.0,1.4,0.063,11.0,18.0,0.99191,3.45,0.56,12.2,6,1298 -7.6,1.58,0.0,2.1,0.13699999999999998,5.0,9.0,0.99476,3.5,0.4,10.9,3,1299 -5.2,0.645,0.0,2.15,0.08,15.0,28.0,0.99444,3.78,0.61,12.5,6,1300 -6.7,0.86,0.07,2.0,0.1,20.0,57.0,0.99598,3.6,0.74,11.7,6,1301 -9.1,0.37,0.32,2.1,0.064,4.0,15.0,0.99576,3.3,0.8,11.2,6,1302 -7.6,0.79,0.21,2.3,0.087,21.0,68.0,0.9955,3.12,0.44,9.2,5,1304 -7.5,0.61,0.26,1.9,0.073,24.0,88.0,0.99612,3.3,0.53,9.8,5,1305 -9.7,0.69,0.32,2.5,0.08800000000000001,22.0,91.0,0.9979,3.29,0.62,10.1,5,1306 -7.0,0.62,0.1,1.4,0.071,27.0,63.0,0.996,3.28,0.61,9.2,5,1309 -6.5,0.51,0.15,3.0,0.064,12.0,27.0,0.9929,3.33,0.59,12.8,6,1311 -8.0,1.18,0.21,1.9,0.083,14.0,41.0,0.99532,3.34,0.47,10.5,5,1312 -7.5,0.63,0.27,2.0,0.083,17.0,91.0,0.99616,3.26,0.58,9.8,6,1315 -5.4,0.74,0.0,1.2,0.041,16.0,46.0,0.99258,4.01,0.59,12.5,6,1316 -9.1,0.76,0.68,1.7,0.414,18.0,64.0,0.99652,2.9,1.33,9.1,6,1319 -5.0,0.74,0.0,1.2,0.041,16.0,46.0,0.99258,4.01,0.59,12.5,6,1321 -9.1,0.34,0.42,1.8,0.058,9.0,18.0,0.99392,3.18,0.55,11.4,5,1322 -6.7,0.46,0.24,1.7,0.077,18.0,34.0,0.9948,3.39,0.6,10.6,6,1324 -6.7,0.46,0.24,1.7,0.077,18.0,34.0,0.9948,3.39,0.6,10.6,6,1325 -6.7,0.46,0.24,1.7,0.077,18.0,34.0,0.9948,3.39,0.6,10.6,6,1326 -6.7,0.46,0.24,1.7,0.077,18.0,34.0,0.9948,3.39,0.6,10.6,6,1327 -6.5,0.52,0.11,1.8,0.073,13.0,38.0,0.9955,3.34,0.52,9.3,5,1328 -7.4,0.6,0.26,2.1,0.083,17.0,91.0,0.99616,3.29,0.56,9.8,6,1329 -7.4,0.6,0.26,2.1,0.083,17.0,91.0,0.99616,3.29,0.56,9.8,6,1330 -7.8,0.87,0.26,3.8,0.107,31.0,67.0,0.99668,3.26,0.46,9.2,5,1331 -8.4,0.39,0.1,1.7,0.075,6.0,25.0,0.99581,3.09,0.43,9.7,6,1332 -9.1,0.775,0.22,2.2,0.079,12.0,48.0,0.9976,3.18,0.51,9.6,5,1333 -7.2,0.835,0.0,2.0,0.166,4.0,11.0,0.99608,3.39,0.52,10.0,5,1334 -6.6,0.58,0.02,2.4,0.069,19.0,40.0,0.99387,3.38,0.66,12.6,6,1335 -6.0,0.5,0.0,1.4,0.057,15.0,26.0,0.99448,3.36,0.45,9.5,5,1336 -6.0,0.5,0.0,1.4,0.057,15.0,26.0,0.99448,3.36,0.45,9.5,5,1337 -6.0,0.5,0.0,1.4,0.057,15.0,26.0,0.99448,3.36,0.45,9.5,5,1338 -7.5,0.51,0.02,1.7,0.084,13.0,31.0,0.99538,3.36,0.54,10.5,6,1339 -7.5,0.51,0.02,1.7,0.084,13.0,31.0,0.99538,3.36,0.54,10.5,6,1340 -7.5,0.51,0.02,1.7,0.084,13.0,31.0,0.99538,3.36,0.54,10.5,6,1341 -7.5,0.51,0.02,1.7,0.084,13.0,31.0,0.99538,3.36,0.54,10.5,6,1343 -11.5,0.42,0.48,2.6,0.077,8.0,20.0,0.99852,3.09,0.53,11.0,5,1344 -8.2,0.44,0.24,2.3,0.063,10.0,28.0,0.99613,3.25,0.53,10.2,6,1345 -6.1,0.59,0.01,2.1,0.056,5.0,13.0,0.99472,3.52,0.56,11.4,5,1346 -7.2,0.655,0.03,1.8,0.078,7.0,12.0,0.99587,3.34,0.39,9.5,5,1347 -7.2,0.62,0.01,2.3,0.065,8.0,46.0,0.99332,3.32,0.51,11.8,6,1351 -7.6,0.645,0.03,1.9,0.086,14.0,57.0,0.9969,3.37,0.46,10.3,5,1353 -6.1,0.32,0.25,1.8,0.086,5.0,32.0,0.99464,3.36,0.44,10.1,5,1355 -6.1,0.34,0.25,1.8,0.084,4.0,28.0,0.99464,3.36,0.44,10.1,5,1356 -7.3,0.43,0.24,2.5,0.078,27.0,67.0,0.99648,3.6,0.59,11.1,6,1357 -7.4,0.64,0.17,5.4,0.168,52.0,98.0,0.99736,3.28,0.5,9.5,5,1358 -11.6,0.475,0.4,1.4,0.091,6.0,28.0,0.99704,3.07,0.65,10.0333333333333,6,1359 -8.3,0.85,0.14,2.5,0.093,13.0,54.0,0.99724,3.36,0.54,10.1,5,1361 -11.6,0.475,0.4,1.4,0.091,6.0,28.0,0.99704,3.07,0.65,10.0333333333333,6,1362 -7.2,0.605,0.02,1.9,0.096,10.0,31.0,0.995,3.46,0.53,11.8,6,1364 -7.3,0.74,0.08,1.7,0.094,10.0,45.0,0.99576,3.24,0.5,9.8,5,1366 -6.9,0.54,0.3,2.2,0.08800000000000001,9.0,105.0,0.99725,3.25,1.18,10.5,6,1367 -8.0,0.77,0.32,2.1,0.079,16.0,74.0,0.99656,3.27,0.5,9.8,6,1368 -8.7,0.78,0.51,1.7,0.415,12.0,66.0,0.99623,3.0,1.17,9.2,5,1370 -7.5,0.58,0.56,3.1,0.153,5.0,14.0,0.99476,3.21,1.03,11.6,6,1371 -8.7,0.78,0.51,1.7,0.415,12.0,66.0,0.99623,3.0,1.17,9.2,5,1372 -8.2,0.885,0.2,1.4,0.086,7.0,31.0,0.9946,3.11,0.46,10.0,5,1376 -7.2,0.45,0.15,2.0,0.078,10.0,28.0,0.99609,3.29,0.51,9.9,6,1378 -7.5,0.57,0.02,2.6,0.077,11.0,35.0,0.99557,3.36,0.62,10.8,6,1379 -7.5,0.57,0.02,2.6,0.077,11.0,35.0,0.99557,3.36,0.62,10.8,6,1380 -8.0,0.6,0.22,2.1,0.08,25.0,105.0,0.99613,3.3,0.49,9.9,5,1382 -8.0,0.6,0.22,2.1,0.08,25.0,105.0,0.99613,3.3,0.49,9.9,5,1383 -7.1,0.755,0.15,1.8,0.107,20.0,84.0,0.99593,3.19,0.5,9.5,5,1384 -8.0,0.81,0.25,3.4,0.076,34.0,85.0,0.99668,3.19,0.42,9.2,5,1385 -7.4,0.64,0.07,1.8,0.1,8.0,23.0,0.9961,3.3,0.58,9.6,5,1386 -6.6,0.64,0.31,6.1,0.083,7.0,49.0,0.99718,3.35,0.68,10.3,5,1388 -6.0,0.49,0.0,2.3,0.068,15.0,33.0,0.99292,3.58,0.59,12.5,6,1390 -8.0,0.64,0.22,2.4,0.094,5.0,33.0,0.99612,3.37,0.58,11.0,5,1391 -7.1,0.62,0.06,1.3,0.07,5.0,12.0,0.9942,3.17,0.48,9.8,5,1392 -8.0,0.52,0.25,2.0,0.078,19.0,59.0,0.99612,3.3,0.48,10.2,5,1393 -8.6,0.685,0.1,1.6,0.092,3.0,12.0,0.99745,3.31,0.65,9.55,6,1395 -8.7,0.675,0.1,1.6,0.09,4.0,11.0,0.99745,3.31,0.65,9.55,5,1396 -7.3,0.59,0.26,2.0,0.08,17.0,104.0,0.99584,3.28,0.52,9.9,5,1397 -7.2,0.67,0.0,2.2,0.068,10.0,24.0,0.9956,3.42,0.72,11.1,6,1399 -7.9,0.69,0.21,2.1,0.08,33.0,141.0,0.9962,3.25,0.51,9.9,5,1400 -7.6,0.3,0.42,2.0,0.052000000000000005,6.0,24.0,0.9963,3.44,0.82,11.9,6,1402 -7.2,0.33,0.33,1.7,0.061,3.0,13.0,0.996,3.23,1.1,10.0,8,1403 -8.0,0.5,0.39,2.6,0.08199999999999999,12.0,46.0,0.9985,3.43,0.62,10.7,6,1404 -8.2,0.24,0.34,5.1,0.062,8.0,22.0,0.9974,3.22,0.94,10.9,6,1406 -6.0,0.51,0.0,2.1,0.064,40.0,54.0,0.995,3.54,0.93,10.7,6,1407 -8.1,0.29,0.36,2.2,0.048,35.0,53.0,0.995,3.27,1.01,12.4,7,1408 -6.0,0.51,0.0,2.1,0.064,40.0,54.0,0.995,3.54,0.93,10.7,6,1409 -6.6,0.96,0.0,1.8,0.08199999999999999,5.0,16.0,0.9936,3.5,0.44,11.9,6,1410 -6.4,0.47,0.4,2.4,0.071,8.0,19.0,0.9963,3.56,0.73,10.6,6,1411 -8.2,0.24,0.34,5.1,0.062,8.0,22.0,0.9974,3.22,0.94,10.9,6,1412 -9.9,0.57,0.25,2.0,0.104,12.0,89.0,0.9963,3.04,0.9,10.1,5,1413 -10.0,0.32,0.59,2.2,0.077,3.0,15.0,0.9994,3.2,0.78,9.6,5,1414 -6.2,0.58,0.0,1.6,0.065,8.0,18.0,0.9966,3.56,0.84,9.4,5,1415 -10.0,0.32,0.59,2.2,0.077,3.0,15.0,0.9994,3.2,0.78,9.6,5,1416 -7.3,0.34,0.33,2.5,0.064,21.0,37.0,0.9952,3.35,0.77,12.1,7,1417 -7.8,0.53,0.01,1.6,0.077,3.0,19.0,0.995,3.16,0.46,9.8,5,1418 -7.7,0.64,0.21,2.2,0.077,32.0,133.0,0.9956,3.27,0.45,9.9,5,1419 -7.8,0.53,0.01,1.6,0.077,3.0,19.0,0.995,3.16,0.46,9.8,5,1420 -7.5,0.4,0.18,1.6,0.079,24.0,58.0,0.9965,3.34,0.58,9.4,5,1421 -7.0,0.54,0.0,2.1,0.079,39.0,55.0,0.9956,3.39,0.84,11.4,6,1422 -6.4,0.53,0.09,3.9,0.123,14.0,31.0,0.9968,3.5,0.67,11.0,4,1423 -7.6,0.41,0.33,2.5,0.078,6.0,23.0,0.9957,3.3,0.58,11.2,5,1427 -7.8,0.64,0.0,1.9,0.07200000000000001,27.0,55.0,0.9962,3.31,0.63,11.0,5,1428 -7.9,0.18,0.4,2.2,0.049,38.0,67.0,0.996,3.33,0.93,11.3,5,1429 -7.4,0.41,0.24,1.8,0.066,18.0,47.0,0.9956,3.37,0.62,10.4,5,1430 -7.6,0.43,0.31,2.1,0.069,13.0,74.0,0.9958,3.26,0.54,9.9,6,1431 -6.1,0.4,0.16,1.8,0.069,11.0,25.0,0.9955,3.42,0.74,10.1,7,1433 -10.2,0.54,0.37,15.4,0.214,55.0,95.0,1.00369,3.18,0.77,9.0,6,1434 -10.0,0.38,0.38,1.6,0.16899999999999998,27.0,90.0,0.99914,3.15,0.65,8.5,5,1436 -6.8,0.915,0.29,4.8,0.07,15.0,39.0,0.99577,3.53,0.54,11.1,5,1437 -7.0,0.59,0.0,1.7,0.052000000000000005,3.0,8.0,0.996,3.41,0.47,10.3,5,1438 -7.3,0.67,0.02,2.2,0.07200000000000001,31.0,92.0,0.99566,3.32,0.68,11.066666666666698,6,1439 -6.9,0.58,0.2,1.75,0.058,8.0,22.0,0.99322,3.38,0.49,11.7,5,1443 -7.4,0.785,0.19,5.2,0.094,19.0,98.0,0.99713,3.16,0.52,9.6,6,1445 -6.8,0.67,0.0,1.9,0.08,22.0,39.0,0.99701,3.4,0.74,9.7,5,1447 -7.2,0.38,0.31,2.0,0.056,15.0,29.0,0.99472,3.23,0.76,11.3,8,1449 -7.2,0.37,0.32,2.0,0.062,15.0,28.0,0.9947,3.23,0.73,11.3,7,1450 -7.8,0.32,0.44,2.7,0.104,8.0,17.0,0.99732,3.33,0.78,11.0,7,1451 -6.6,0.58,0.02,2.0,0.062,37.0,53.0,0.99374,3.35,0.76,11.6,7,1452 -11.7,0.45,0.63,2.2,0.073,7.0,23.0,0.99974,3.21,0.69,10.9,6,1454 -6.5,0.9,0.0,1.6,0.052000000000000005,9.0,17.0,0.99467,3.5,0.63,10.9,6,1455 -7.6,0.49,0.33,1.9,0.07400000000000001,27.0,85.0,0.99706,3.41,0.58,9.0,5,1457 -8.4,0.29,0.4,1.7,0.067,8.0,20.0,0.99603,3.39,0.6,10.5,5,1458 -7.9,0.2,0.35,1.7,0.054000000000000006,7.0,15.0,0.99458,3.32,0.8,11.9,7,1459 -6.4,0.42,0.09,2.3,0.054000000000000006,34.0,64.0,0.99724,3.41,0.68,10.4,6,1460 -6.2,0.785,0.0,2.1,0.06,6.0,13.0,0.99664,3.59,0.61,10.0,4,1461 -6.9,0.63,0.01,2.4,0.076,14.0,39.0,0.99522,3.34,0.53,10.8,6,1463 -6.8,0.59,0.1,1.7,0.063,34.0,53.0,0.9958,3.41,0.67,9.7,5,1464 -7.3,0.48,0.32,2.1,0.062,31.0,54.0,0.99728,3.3,0.65,10.0,7,1466 -6.7,1.04,0.08,2.3,0.067,19.0,32.0,0.99648,3.52,0.57,11.0,4,1467 -7.3,0.48,0.32,2.1,0.062,31.0,54.0,0.99728,3.3,0.65,10.0,7,1468 -7.3,0.98,0.05,2.1,0.061,20.0,49.0,0.99705,3.31,0.55,9.7,3,1469 -10.0,0.69,0.11,1.4,0.084,8.0,24.0,0.99578,2.88,0.47,9.7,5,1470 -6.7,0.7,0.08,3.75,0.067,8.0,16.0,0.99334,3.43,0.52,12.6,5,1471 -7.6,0.35,0.6,2.6,0.073,23.0,44.0,0.99656,3.38,0.79,11.1,6,1472 -6.1,0.6,0.08,1.8,0.071,14.0,45.0,0.99336,3.38,0.54,11.0,5,1473 -9.9,0.5,0.5,13.8,0.205,48.0,82.0,1.00242,3.16,0.75,8.8,5,1474 -5.3,0.47,0.11,2.2,0.048,16.0,89.0,0.99182,3.54,0.88,13.566666666666698,7,1475 -9.9,0.5,0.5,13.8,0.205,48.0,82.0,1.00242,3.16,0.75,8.8,5,1476 -5.3,0.47,0.11,2.2,0.048,16.0,89.0,0.99182,3.54,0.88,13.6,7,1477 -7.1,0.875,0.05,5.7,0.08199999999999999,3.0,14.0,0.99808,3.4,0.52,10.2,3,1478 -8.2,0.28,0.6,3.0,0.104,10.0,22.0,0.99828,3.39,0.68,10.6,5,1479 -5.6,0.62,0.03,1.5,0.08,6.0,13.0,0.99498,3.66,0.62,10.1,4,1480 -8.2,0.28,0.6,3.0,0.104,10.0,22.0,0.99828,3.39,0.68,10.6,5,1481 -8.1,0.33,0.44,1.5,0.042,6.0,12.0,0.99542,3.35,0.61,10.7,5,1483 -7.0,0.655,0.16,2.1,0.07400000000000001,8.0,25.0,0.99606,3.37,0.55,9.7,5,1485 -6.8,0.68,0.21,2.1,0.07,9.0,23.0,0.99546,3.38,0.6,10.3,5,1486 -6.0,0.64,0.05,1.9,0.066,9.0,17.0,0.99496,3.52,0.78,10.6,5,1487 -5.6,0.54,0.04,1.7,0.049,5.0,13.0,0.9942,3.72,0.58,11.4,5,1488 -7.1,0.22,0.49,1.8,0.039,8.0,18.0,0.99344,3.39,0.56,12.4,6,1490 -6.2,0.65,0.06,1.6,0.05,6.0,18.0,0.99348,3.57,0.54,11.95,5,1492 -7.7,0.54,0.26,1.9,0.08900000000000001,23.0,147.0,0.99636,3.26,0.59,9.7,5,1493 -6.4,0.31,0.09,1.4,0.066,15.0,28.0,0.99459,3.42,0.7,10.0,7,1494 -7.0,0.43,0.02,1.9,0.08,15.0,28.0,0.99492,3.35,0.81,10.6,6,1495 -6.9,0.74,0.03,2.3,0.054000000000000006,7.0,16.0,0.99508,3.45,0.63,11.5,6,1497 -6.9,0.74,0.03,2.3,0.054000000000000006,7.0,16.0,0.99508,3.45,0.63,11.5,6,1499 -7.8,0.82,0.29,4.3,0.083,21.0,64.0,0.99642,3.16,0.53,9.4,5,1501 -6.2,0.44,0.39,2.5,0.077,6.0,14.0,0.99555,3.51,0.69,11.0,6,1503 -7.5,0.38,0.57,2.3,0.106,5.0,12.0,0.99605,3.36,0.55,11.4,6,1504 -6.7,0.76,0.02,1.8,0.078,6.0,12.0,0.996,3.55,0.63,9.95,3,1505 -6.8,0.81,0.05,2.0,0.07,6.0,14.0,0.99562,3.51,0.66,10.8,6,1506 -7.5,0.38,0.57,2.3,0.106,5.0,12.0,0.99605,3.36,0.55,11.4,6,1507 -7.1,0.27,0.6,2.1,0.07400000000000001,17.0,25.0,0.99814,3.38,0.72,10.6,6,1508 -7.9,0.18,0.4,1.8,0.062,7.0,20.0,0.9941,3.28,0.7,11.1,5,1509 -6.4,0.36,0.21,2.2,0.047,26.0,48.0,0.99661,3.47,0.77,9.7,6,1510 -7.1,0.69,0.04,2.1,0.068,19.0,27.0,0.99712,3.44,0.67,9.8,5,1511 -6.9,0.84,0.21,4.1,0.07400000000000001,16.0,65.0,0.99842,3.53,0.72,9.23333333333333,6,1514 -6.9,0.84,0.21,4.1,0.07400000000000001,16.0,65.0,0.99842,3.53,0.72,9.25,6,1515 -6.5,0.53,0.06,2.0,0.063,29.0,44.0,0.99489,3.38,0.83,10.3,6,1517 -7.4,0.47,0.46,2.2,0.114,7.0,20.0,0.99647,3.32,0.63,10.5,5,1518 -6.6,0.7,0.08,2.6,0.106,14.0,27.0,0.99665,3.44,0.58,10.2,5,1519 -6.1,0.32,0.25,2.3,0.071,23.0,58.0,0.99633,3.42,0.97,10.6,5,1522 -6.8,0.48,0.25,2.0,0.076,29.0,61.0,0.9953,3.34,0.6,10.4,5,1523 -6.7,0.48,0.08,2.1,0.064,18.0,34.0,0.99552,3.33,0.64,9.7,5,1525 -6.8,0.47,0.08,2.2,0.064,18.0,38.0,0.99553,3.3,0.65,9.6,6,1526 -7.9,0.29,0.49,2.2,0.096,21.0,59.0,0.99714,3.31,0.67,10.1,6,1528 -7.1,0.69,0.08,2.1,0.063,42.0,52.0,0.99608,3.42,0.6,10.2,6,1529 -6.6,0.44,0.09,2.2,0.063,9.0,18.0,0.99444,3.42,0.69,11.3,6,1530 -6.1,0.705,0.1,2.8,0.081,13.0,28.0,0.99631,3.6,0.66,10.2,5,1531 -7.2,0.53,0.13,2.0,0.058,18.0,22.0,0.99573,3.21,0.68,9.9,6,1532 -8.0,0.39,0.3,1.9,0.07400000000000001,32.0,84.0,0.99717,3.39,0.61,9.0,5,1533 -6.6,0.56,0.14,2.4,0.064,13.0,29.0,0.99397,3.42,0.62,11.7,7,1534 -7.0,0.55,0.13,2.2,0.075,15.0,35.0,0.9959,3.36,0.59,9.7,6,1535 -6.2,0.64,0.09,2.5,0.081,15.0,26.0,0.99538,3.57,0.63,12.0,5,1538 -6.2,0.52,0.08,4.4,0.071,11.0,32.0,0.99646,3.56,0.63,11.6,6,1540 -8.4,0.37,0.43,2.3,0.063,12.0,19.0,0.9955,3.17,0.81,11.2,7,1544 -6.5,0.63,0.33,1.8,0.059,16.0,28.0,0.99531,3.36,0.64,10.1,6,1545 -7.0,0.57,0.02,2.0,0.07200000000000001,17.0,26.0,0.99575,3.36,0.61,10.2,5,1546 -11.2,0.4,0.5,2.0,0.099,19.0,50.0,0.99783,3.1,0.58,10.4,5,1548 -7.4,0.36,0.3,1.8,0.07400000000000001,17.0,24.0,0.99419,3.24,0.7,11.4,8,1549 -7.1,0.67,0.0,2.3,0.083,18.0,27.0,0.99768,3.44,0.54,9.4,5,1551 -6.3,0.68,0.01,3.7,0.103,32.0,54.0,0.99586,3.51,0.66,11.3,6,1552 -7.3,0.735,0.0,2.2,0.08,18.0,28.0,0.99765,3.41,0.6,9.4,5,1553 -7.0,0.56,0.17,1.7,0.065,15.0,24.0,0.99514,3.44,0.68,10.55,7,1555 -6.6,0.88,0.04,2.2,0.066,12.0,20.0,0.99636,3.53,0.56,9.9,5,1556 -6.6,0.855,0.02,2.4,0.062,15.0,23.0,0.99627,3.54,0.6,11.0,6,1557 -6.9,0.63,0.33,6.7,0.235,66.0,115.0,0.99787,3.22,0.56,9.5,5,1558 -7.8,0.6,0.26,2.0,0.08,31.0,131.0,0.99622,3.21,0.52,9.9,5,1559 -7.8,0.6,0.26,2.0,0.08,31.0,131.0,0.99622,3.21,0.52,9.9,5,1560 -7.8,0.6,0.26,2.0,0.08,31.0,131.0,0.99622,3.21,0.52,9.9,5,1561 -7.2,0.695,0.13,2.0,0.076,12.0,20.0,0.99546,3.29,0.54,10.1,5,1562 -7.2,0.695,0.13,2.0,0.076,12.0,20.0,0.99546,3.29,0.54,10.1,5,1563 -6.7,0.67,0.02,1.9,0.061,26.0,42.0,0.99489,3.39,0.82,10.9,6,1565 -6.7,0.16,0.64,2.1,0.059,24.0,52.0,0.99494,3.34,0.71,11.2,6,1566 -7.2,0.695,0.13,2.0,0.076,12.0,20.0,0.99546,3.29,0.54,10.1,5,1567 -7.0,0.56,0.13,1.6,0.077,25.0,42.0,0.99629,3.34,0.59,9.2,5,1568 -6.2,0.51,0.14,1.9,0.056,15.0,34.0,0.99396,3.48,0.57,11.5,6,1569 -6.4,0.36,0.53,2.2,0.23,19.0,35.0,0.9934,3.37,0.93,12.4,6,1570 -6.4,0.38,0.14,2.2,0.038,15.0,25.0,0.99514,3.44,0.65,11.1,6,1571 -7.3,0.69,0.32,2.2,0.069,35.0,104.0,0.99632,3.33,0.51,9.5,5,1572 -6.0,0.58,0.2,2.4,0.075,15.0,50.0,0.99467,3.58,0.67,12.5,6,1573 -7.5,0.52,0.4,2.2,0.06,12.0,20.0,0.99474,3.26,0.64,11.8,6,1575 -8.0,0.3,0.63,1.6,0.081,16.0,29.0,0.99588,3.3,0.78,10.8,6,1576 -6.2,0.7,0.15,5.1,0.076,13.0,27.0,0.99622,3.54,0.6,11.9,6,1577 -6.8,0.67,0.15,1.8,0.118,13.0,20.0,0.9954,3.42,0.67,11.3,6,1578 -7.4,0.35,0.33,2.4,0.068,9.0,26.0,0.9947,3.36,0.6,11.9,6,1580 -6.1,0.715,0.1,2.6,0.053,13.0,27.0,0.99362,3.57,0.5,11.9,5,1582 -6.2,0.46,0.29,2.1,0.07400000000000001,32.0,98.0,0.99578,3.33,0.62,9.8,5,1583 -6.7,0.32,0.44,2.4,0.061,24.0,34.0,0.99484,3.29,0.8,11.6,7,1584 -7.5,0.31,0.41,2.4,0.065,34.0,60.0,0.99492,3.34,0.85,11.4,6,1586 -5.8,0.61,0.11,1.8,0.066,18.0,28.0,0.99483,3.55,0.66,10.9,6,1587 -6.3,0.55,0.15,1.8,0.077,26.0,35.0,0.99314,3.32,0.82,11.6,6,1590 -5.4,0.74,0.09,1.7,0.08900000000000001,16.0,26.0,0.99402,3.67,0.56,11.6,6,1591 -6.3,0.51,0.13,2.3,0.076,29.0,40.0,0.99574,3.42,0.75,11.0,6,1592 -6.8,0.62,0.08,1.9,0.068,28.0,38.0,0.99651,3.42,0.82,9.5,6,1593 -6.2,0.6,0.08,2.0,0.09,32.0,44.0,0.9949,3.45,0.58,10.5,5,1594 -5.9,0.55,0.1,2.2,0.062,39.0,51.0,0.99512,3.52,0.76,11.2,6,1595 -5.9,0.645,0.12,2.0,0.075,32.0,44.0,0.99547,3.57,0.71,10.2,5,1597 diff --git a/misc/TRL-neurips-2023/resources/BenchmarkDataset/diabetes.csv b/misc/TRL-neurips-2023/resources/BenchmarkDataset/diabetes.csv deleted file mode 100644 index f3bc1ec..0000000 --- a/misc/TRL-neurips-2023/resources/BenchmarkDataset/diabetes.csv +++ /dev/null @@ -1,769 +0,0 @@ -Pregnancies,Glucose,BloodPressure,SkinThickness,Insulin,BMI,DiabetesPedigreeFunction,Age,Outcome -6,148,72,35,0,33.6,0.627,50,1 -1,85,66,29,0,26.6,0.35100000000000003,31,0 -8,183,64,0,0,23.3,0.672,32,1 -1,89,66,23,94,28.1,0.16699999999999998,21,0 -0,137,40,35,168,43.1,2.2880000000000003,33,1 -5,116,74,0,0,25.6,0.201,30,0 -3,78,50,32,88,31.0,0.248,26,1 -10,115,0,0,0,35.3,0.134,29,0 -2,197,70,45,543,30.5,0.158,53,1 -8,125,96,0,0,0.0,0.23199999999999998,54,1 -4,110,92,0,0,37.6,0.191,30,0 -10,168,74,0,0,38.0,0.537,34,1 -10,139,80,0,0,27.1,1.4409999999999998,57,0 -1,189,60,23,846,30.1,0.39799999999999996,59,1 -5,166,72,19,175,25.8,0.5870000000000001,51,1 -7,100,0,0,0,30.0,0.484,32,1 -0,118,84,47,230,45.8,0.551,31,1 -7,107,74,0,0,29.6,0.254,31,1 -1,103,30,38,83,43.3,0.183,33,0 -1,115,70,30,96,34.6,0.529,32,1 -3,126,88,41,235,39.3,0.7040000000000001,27,0 -8,99,84,0,0,35.4,0.38799999999999996,50,0 -7,196,90,0,0,39.8,0.451,41,1 -9,119,80,35,0,29.0,0.263,29,1 -11,143,94,33,146,36.6,0.254,51,1 -10,125,70,26,115,31.1,0.205,41,1 -7,147,76,0,0,39.4,0.257,43,1 -1,97,66,15,140,23.2,0.48700000000000004,22,0 -13,145,82,19,110,22.2,0.245,57,0 -5,117,92,0,0,34.1,0.337,38,0 -5,109,75,26,0,36.0,0.546,60,0 -3,158,76,36,245,31.6,0.851,28,1 -3,88,58,11,54,24.8,0.267,22,0 -6,92,92,0,0,19.9,0.188,28,0 -10,122,78,31,0,27.6,0.512,45,0 -4,103,60,33,192,24.0,0.966,33,0 -11,138,76,0,0,33.2,0.42,35,0 -9,102,76,37,0,32.9,0.665,46,1 -2,90,68,42,0,38.2,0.503,27,1 -4,111,72,47,207,37.1,1.39,56,1 -3,180,64,25,70,34.0,0.271,26,0 -7,133,84,0,0,40.2,0.696,37,0 -7,106,92,18,0,22.7,0.235,48,0 -9,171,110,24,240,45.4,0.721,54,1 -7,159,64,0,0,27.4,0.294,40,0 -0,180,66,39,0,42.0,1.893,25,1 -1,146,56,0,0,29.7,0.564,29,0 -2,71,70,27,0,28.0,0.586,22,0 -7,103,66,32,0,39.1,0.344,31,1 -7,105,0,0,0,0.0,0.305,24,0 -1,103,80,11,82,19.4,0.491,22,0 -1,101,50,15,36,24.2,0.526,26,0 -5,88,66,21,23,24.4,0.342,30,0 -8,176,90,34,300,33.7,0.467,58,1 -7,150,66,42,342,34.7,0.718,42,0 -1,73,50,10,0,23.0,0.248,21,0 -7,187,68,39,304,37.7,0.254,41,1 -0,100,88,60,110,46.8,0.9620000000000001,31,0 -0,146,82,0,0,40.5,1.781,44,0 -0,105,64,41,142,41.5,0.17300000000000001,22,0 -2,84,0,0,0,0.0,0.304,21,0 -8,133,72,0,0,32.9,0.27,39,1 -5,44,62,0,0,25.0,0.5870000000000001,36,0 -2,141,58,34,128,25.4,0.6990000000000001,24,0 -7,114,66,0,0,32.8,0.258,42,1 -5,99,74,27,0,29.0,0.203,32,0 -0,109,88,30,0,32.5,0.855,38,1 -2,109,92,0,0,42.7,0.845,54,0 -1,95,66,13,38,19.6,0.33399999999999996,25,0 -4,146,85,27,100,28.9,0.18899999999999997,27,0 -2,100,66,20,90,32.9,0.867,28,1 -5,139,64,35,140,28.6,0.41100000000000003,26,0 -13,126,90,0,0,43.4,0.583,42,1 -4,129,86,20,270,35.1,0.231,23,0 -1,79,75,30,0,32.0,0.396,22,0 -1,0,48,20,0,24.7,0.14,22,0 -7,62,78,0,0,32.6,0.391,41,0 -5,95,72,33,0,37.7,0.37,27,0 -0,131,0,0,0,43.2,0.27,26,1 -2,112,66,22,0,25.0,0.307,24,0 -3,113,44,13,0,22.4,0.14,22,0 -2,74,0,0,0,0.0,0.102,22,0 -7,83,78,26,71,29.3,0.767,36,0 -0,101,65,28,0,24.6,0.237,22,0 -5,137,108,0,0,48.8,0.22699999999999998,37,1 -2,110,74,29,125,32.4,0.698,27,0 -13,106,72,54,0,36.6,0.17800000000000002,45,0 -2,100,68,25,71,38.5,0.324,26,0 -15,136,70,32,110,37.1,0.153,43,1 -1,107,68,19,0,26.5,0.165,24,0 -1,80,55,0,0,19.1,0.258,21,0 -4,123,80,15,176,32.0,0.44299999999999995,34,0 -7,81,78,40,48,46.7,0.261,42,0 -4,134,72,0,0,23.8,0.27699999999999997,60,1 -2,142,82,18,64,24.7,0.7609999999999999,21,0 -6,144,72,27,228,33.9,0.255,40,0 -2,92,62,28,0,31.6,0.13,24,0 -1,71,48,18,76,20.4,0.32299999999999995,22,0 -6,93,50,30,64,28.7,0.35600000000000004,23,0 -1,122,90,51,220,49.7,0.325,31,1 -1,163,72,0,0,39.0,1.222,33,1 -1,151,60,0,0,26.1,0.179,22,0 -0,125,96,0,0,22.5,0.262,21,0 -1,81,72,18,40,26.6,0.28300000000000003,24,0 -2,85,65,0,0,39.6,0.93,27,0 -1,126,56,29,152,28.7,0.8009999999999999,21,0 -1,96,122,0,0,22.4,0.207,27,0 -4,144,58,28,140,29.5,0.287,37,0 -3,83,58,31,18,34.3,0.336,25,0 -0,95,85,25,36,37.4,0.247,24,1 -3,171,72,33,135,33.3,0.19899999999999998,24,1 -8,155,62,26,495,34.0,0.5429999999999999,46,1 -1,89,76,34,37,31.2,0.192,23,0 -4,76,62,0,0,34.0,0.391,25,0 -7,160,54,32,175,30.5,0.588,39,1 -4,146,92,0,0,31.2,0.539,61,1 -5,124,74,0,0,34.0,0.22,38,1 -5,78,48,0,0,33.7,0.654,25,0 -4,97,60,23,0,28.2,0.44299999999999995,22,0 -4,99,76,15,51,23.2,0.223,21,0 -0,162,76,56,100,53.2,0.759,25,1 -6,111,64,39,0,34.2,0.26,24,0 -2,107,74,30,100,33.6,0.40399999999999997,23,0 -5,132,80,0,0,26.8,0.18600000000000003,69,0 -0,113,76,0,0,33.3,0.278,23,1 -1,88,30,42,99,55.0,0.496,26,1 -3,120,70,30,135,42.9,0.452,30,0 -1,118,58,36,94,33.3,0.261,23,0 -1,117,88,24,145,34.5,0.40299999999999997,40,1 -0,105,84,0,0,27.9,0.741,62,1 -4,173,70,14,168,29.7,0.361,33,1 -9,122,56,0,0,33.3,1.114,33,1 -3,170,64,37,225,34.5,0.35600000000000004,30,1 -8,84,74,31,0,38.3,0.457,39,0 -2,96,68,13,49,21.1,0.647,26,0 -2,125,60,20,140,33.8,0.08800000000000001,31,0 -0,100,70,26,50,30.8,0.597,21,0 -0,93,60,25,92,28.7,0.532,22,0 -0,129,80,0,0,31.2,0.703,29,0 -5,105,72,29,325,36.9,0.159,28,0 -3,128,78,0,0,21.1,0.268,55,0 -5,106,82,30,0,39.5,0.28600000000000003,38,0 -2,108,52,26,63,32.5,0.318,22,0 -10,108,66,0,0,32.4,0.272,42,1 -4,154,62,31,284,32.8,0.237,23,0 -0,102,75,23,0,0.0,0.5720000000000001,21,0 -9,57,80,37,0,32.8,0.096,41,0 -2,106,64,35,119,30.5,1.4,34,0 -5,147,78,0,0,33.7,0.218,65,0 -2,90,70,17,0,27.3,0.085,22,0 -1,136,74,50,204,37.4,0.39899999999999997,24,0 -4,114,65,0,0,21.9,0.43200000000000005,37,0 -9,156,86,28,155,34.3,1.189,42,1 -1,153,82,42,485,40.6,0.687,23,0 -8,188,78,0,0,47.9,0.13699999999999998,43,1 -7,152,88,44,0,50.0,0.337,36,1 -2,99,52,15,94,24.6,0.637,21,0 -1,109,56,21,135,25.2,0.833,23,0 -2,88,74,19,53,29.0,0.22899999999999998,22,0 -17,163,72,41,114,40.9,0.8170000000000001,47,1 -4,151,90,38,0,29.7,0.294,36,0 -7,102,74,40,105,37.2,0.204,45,0 -0,114,80,34,285,44.2,0.16699999999999998,27,0 -2,100,64,23,0,29.7,0.368,21,0 -0,131,88,0,0,31.6,0.743,32,1 -6,104,74,18,156,29.9,0.722,41,1 -3,148,66,25,0,32.5,0.256,22,0 -4,120,68,0,0,29.6,0.7090000000000001,34,0 -4,110,66,0,0,31.9,0.47100000000000003,29,0 -3,111,90,12,78,28.4,0.495,29,0 -6,102,82,0,0,30.8,0.18,36,1 -6,134,70,23,130,35.4,0.542,29,1 -2,87,0,23,0,28.9,0.773,25,0 -1,79,60,42,48,43.5,0.6779999999999999,23,0 -2,75,64,24,55,29.7,0.37,33,0 -8,179,72,42,130,32.7,0.7190000000000001,36,1 -6,85,78,0,0,31.2,0.382,42,0 -0,129,110,46,130,67.1,0.319,26,1 -5,143,78,0,0,45.0,0.19,47,0 -5,130,82,0,0,39.1,0.956,37,1 -6,87,80,0,0,23.2,0.084,32,0 -0,119,64,18,92,34.9,0.725,23,0 -1,0,74,20,23,27.7,0.299,21,0 -5,73,60,0,0,26.8,0.268,27,0 -4,141,74,0,0,27.6,0.244,40,0 -7,194,68,28,0,35.9,0.745,41,1 -8,181,68,36,495,30.1,0.615,60,1 -1,128,98,41,58,32.0,1.321,33,1 -8,109,76,39,114,27.9,0.64,31,1 -5,139,80,35,160,31.6,0.361,25,1 -3,111,62,0,0,22.6,0.142,21,0 -9,123,70,44,94,33.1,0.374,40,0 -7,159,66,0,0,30.4,0.38299999999999995,36,1 -11,135,0,0,0,52.3,0.578,40,1 -8,85,55,20,0,24.4,0.136,42,0 -5,158,84,41,210,39.4,0.395,29,1 -1,105,58,0,0,24.3,0.187,21,0 -3,107,62,13,48,22.9,0.6779999999999999,23,1 -4,109,64,44,99,34.8,0.905,26,1 -4,148,60,27,318,30.9,0.15,29,1 -0,113,80,16,0,31.0,0.8740000000000001,21,0 -1,138,82,0,0,40.1,0.23600000000000002,28,0 -0,108,68,20,0,27.3,0.787,32,0 -2,99,70,16,44,20.4,0.235,27,0 -6,103,72,32,190,37.7,0.324,55,0 -5,111,72,28,0,23.9,0.40700000000000003,27,0 -8,196,76,29,280,37.5,0.605,57,1 -5,162,104,0,0,37.7,0.151,52,1 -1,96,64,27,87,33.2,0.289,21,0 -7,184,84,33,0,35.5,0.355,41,1 -2,81,60,22,0,27.7,0.29,25,0 -0,147,85,54,0,42.8,0.375,24,0 -7,179,95,31,0,34.2,0.16399999999999998,60,0 -0,140,65,26,130,42.6,0.431,24,1 -9,112,82,32,175,34.2,0.26,36,1 -12,151,70,40,271,41.8,0.742,38,1 -5,109,62,41,129,35.8,0.514,25,1 -6,125,68,30,120,30.0,0.46399999999999997,32,0 -5,85,74,22,0,29.0,1.224,32,1 -5,112,66,0,0,37.8,0.261,41,1 -0,177,60,29,478,34.6,1.072,21,1 -2,158,90,0,0,31.6,0.805,66,1 -7,119,0,0,0,25.2,0.209,37,0 -7,142,60,33,190,28.8,0.687,61,0 -1,100,66,15,56,23.6,0.6659999999999999,26,0 -1,87,78,27,32,34.6,0.10099999999999999,22,0 -0,101,76,0,0,35.7,0.198,26,0 -3,162,52,38,0,37.2,0.652,24,1 -4,197,70,39,744,36.7,2.329,31,0 -0,117,80,31,53,45.2,0.08900000000000001,24,0 -4,142,86,0,0,44.0,0.645,22,1 -6,134,80,37,370,46.2,0.23800000000000002,46,1 -1,79,80,25,37,25.4,0.583,22,0 -4,122,68,0,0,35.0,0.39399999999999996,29,0 -3,74,68,28,45,29.7,0.293,23,0 -4,171,72,0,0,43.6,0.479,26,1 -7,181,84,21,192,35.9,0.586,51,1 -0,179,90,27,0,44.1,0.6859999999999999,23,1 -9,164,84,21,0,30.8,0.831,32,1 -0,104,76,0,0,18.4,0.5820000000000001,27,0 -1,91,64,24,0,29.2,0.192,21,0 -4,91,70,32,88,33.1,0.446,22,0 -3,139,54,0,0,25.6,0.402,22,1 -6,119,50,22,176,27.1,1.318,33,1 -2,146,76,35,194,38.2,0.32899999999999996,29,0 -9,184,85,15,0,30.0,1.213,49,1 -10,122,68,0,0,31.2,0.258,41,0 -0,165,90,33,680,52.3,0.42700000000000005,23,0 -9,124,70,33,402,35.4,0.282,34,0 -1,111,86,19,0,30.1,0.14300000000000002,23,0 -9,106,52,0,0,31.2,0.38,42,0 -2,129,84,0,0,28.0,0.284,27,0 -2,90,80,14,55,24.4,0.249,24,0 -0,86,68,32,0,35.8,0.23800000000000002,25,0 -12,92,62,7,258,27.6,0.9259999999999999,44,1 -1,113,64,35,0,33.6,0.5429999999999999,21,1 -3,111,56,39,0,30.1,0.557,30,0 -2,114,68,22,0,28.7,0.092,25,0 -1,193,50,16,375,25.9,0.655,24,0 -11,155,76,28,150,33.3,1.3530000000000002,51,1 -3,191,68,15,130,30.9,0.299,34,0 -3,141,0,0,0,30.0,0.7609999999999999,27,1 -4,95,70,32,0,32.1,0.612,24,0 -3,142,80,15,0,32.4,0.2,63,0 -4,123,62,0,0,32.0,0.226,35,1 -5,96,74,18,67,33.6,0.997,43,0 -0,138,0,0,0,36.3,0.9329999999999999,25,1 -2,128,64,42,0,40.0,1.101,24,0 -0,102,52,0,0,25.1,0.078,21,0 -2,146,0,0,0,27.5,0.24,28,1 -10,101,86,37,0,45.6,1.136,38,1 -2,108,62,32,56,25.2,0.128,21,0 -3,122,78,0,0,23.0,0.254,40,0 -1,71,78,50,45,33.2,0.42200000000000004,21,0 -13,106,70,0,0,34.2,0.251,52,0 -2,100,70,52,57,40.5,0.677,25,0 -7,106,60,24,0,26.5,0.29600000000000004,29,1 -0,104,64,23,116,27.8,0.45399999999999996,23,0 -5,114,74,0,0,24.9,0.7440000000000001,57,0 -2,108,62,10,278,25.3,0.8809999999999999,22,0 -0,146,70,0,0,37.9,0.33399999999999996,28,1 -10,129,76,28,122,35.9,0.28,39,0 -7,133,88,15,155,32.4,0.262,37,0 -7,161,86,0,0,30.4,0.165,47,1 -2,108,80,0,0,27.0,0.259,52,1 -7,136,74,26,135,26.0,0.647,51,0 -5,155,84,44,545,38.7,0.619,34,0 -1,119,86,39,220,45.6,0.8079999999999999,29,1 -4,96,56,17,49,20.8,0.34,26,0 -5,108,72,43,75,36.1,0.263,33,0 -0,78,88,29,40,36.9,0.434,21,0 -0,107,62,30,74,36.6,0.757,25,1 -2,128,78,37,182,43.3,1.224,31,1 -1,128,48,45,194,40.5,0.613,24,1 -0,161,50,0,0,21.9,0.254,65,0 -6,151,62,31,120,35.5,0.6920000000000001,28,0 -2,146,70,38,360,28.0,0.337,29,1 -0,126,84,29,215,30.7,0.52,24,0 -14,100,78,25,184,36.6,0.41200000000000003,46,1 -8,112,72,0,0,23.6,0.84,58,0 -0,167,0,0,0,32.3,0.8390000000000001,30,1 -2,144,58,33,135,31.6,0.42200000000000004,25,1 -5,77,82,41,42,35.8,0.156,35,0 -5,115,98,0,0,52.9,0.209,28,1 -3,150,76,0,0,21.0,0.207,37,0 -2,120,76,37,105,39.7,0.215,29,0 -10,161,68,23,132,25.5,0.326,47,1 -0,137,68,14,148,24.8,0.14300000000000002,21,0 -0,128,68,19,180,30.5,1.391,25,1 -2,124,68,28,205,32.9,0.875,30,1 -6,80,66,30,0,26.2,0.313,41,0 -0,106,70,37,148,39.4,0.605,22,0 -2,155,74,17,96,26.6,0.433,27,1 -3,113,50,10,85,29.5,0.626,25,0 -7,109,80,31,0,35.9,1.127,43,1 -2,112,68,22,94,34.1,0.315,26,0 -3,99,80,11,64,19.3,0.284,30,0 -3,182,74,0,0,30.5,0.345,29,1 -3,115,66,39,140,38.1,0.15,28,0 -6,194,78,0,0,23.5,0.129,59,1 -4,129,60,12,231,27.5,0.527,31,0 -3,112,74,30,0,31.6,0.19699999999999998,25,1 -0,124,70,20,0,27.4,0.254,36,1 -13,152,90,33,29,26.8,0.731,43,1 -2,112,75,32,0,35.7,0.14800000000000002,21,0 -1,157,72,21,168,25.6,0.12300000000000001,24,0 -1,122,64,32,156,35.1,0.6920000000000001,30,1 -10,179,70,0,0,35.1,0.2,37,0 -2,102,86,36,120,45.5,0.127,23,1 -6,105,70,32,68,30.8,0.122,37,0 -8,118,72,19,0,23.1,1.476,46,0 -2,87,58,16,52,32.7,0.166,25,0 -1,180,0,0,0,43.3,0.282,41,1 -12,106,80,0,0,23.6,0.13699999999999998,44,0 -1,95,60,18,58,23.9,0.26,22,0 -0,165,76,43,255,47.9,0.259,26,0 -0,117,0,0,0,33.8,0.932,44,0 -5,115,76,0,0,31.2,0.34299999999999997,44,1 -9,152,78,34,171,34.2,0.893,33,1 -7,178,84,0,0,39.9,0.331,41,1 -1,130,70,13,105,25.9,0.47200000000000003,22,0 -1,95,74,21,73,25.9,0.6729999999999999,36,0 -1,0,68,35,0,32.0,0.389,22,0 -5,122,86,0,0,34.7,0.29,33,0 -8,95,72,0,0,36.8,0.485,57,0 -8,126,88,36,108,38.5,0.349,49,0 -1,139,46,19,83,28.7,0.654,22,0 -3,116,0,0,0,23.5,0.187,23,0 -3,99,62,19,74,21.8,0.27899999999999997,26,0 -5,0,80,32,0,41.0,0.34600000000000003,37,1 -4,92,80,0,0,42.2,0.237,29,0 -4,137,84,0,0,31.2,0.252,30,0 -3,61,82,28,0,34.4,0.243,46,0 -1,90,62,12,43,27.2,0.58,24,0 -3,90,78,0,0,42.7,0.5589999999999999,21,0 -9,165,88,0,0,30.4,0.302,49,1 -1,125,50,40,167,33.3,0.9620000000000001,28,1 -13,129,0,30,0,39.9,0.569,44,1 -12,88,74,40,54,35.3,0.37799999999999995,48,0 -1,196,76,36,249,36.5,0.875,29,1 -5,189,64,33,325,31.2,0.583,29,1 -5,158,70,0,0,29.8,0.207,63,0 -5,103,108,37,0,39.2,0.305,65,0 -4,146,78,0,0,38.5,0.52,67,1 -4,147,74,25,293,34.9,0.385,30,0 -5,99,54,28,83,34.0,0.499,30,0 -6,124,72,0,0,27.6,0.368,29,1 -0,101,64,17,0,21.0,0.252,21,0 -3,81,86,16,66,27.5,0.306,22,0 -1,133,102,28,140,32.8,0.23399999999999999,45,1 -3,173,82,48,465,38.4,2.137,25,1 -0,118,64,23,89,0.0,1.7309999999999999,21,0 -0,84,64,22,66,35.8,0.545,21,0 -2,105,58,40,94,34.9,0.225,25,0 -2,122,52,43,158,36.2,0.816,28,0 -12,140,82,43,325,39.2,0.528,58,1 -0,98,82,15,84,25.2,0.299,22,0 -1,87,60,37,75,37.2,0.509,22,0 -4,156,75,0,0,48.3,0.23800000000000002,32,1 -0,93,100,39,72,43.4,1.021,35,0 -1,107,72,30,82,30.8,0.821,24,0 -0,105,68,22,0,20.0,0.23600000000000002,22,0 -1,109,60,8,182,25.4,0.9470000000000001,21,0 -1,90,62,18,59,25.1,1.268,25,0 -1,125,70,24,110,24.3,0.221,25,0 -1,119,54,13,50,22.3,0.205,24,0 -5,116,74,29,0,32.3,0.66,35,1 -8,105,100,36,0,43.3,0.239,45,1 -5,144,82,26,285,32.0,0.452,58,1 -3,100,68,23,81,31.6,0.9490000000000001,28,0 -1,100,66,29,196,32.0,0.444,42,0 -5,166,76,0,0,45.7,0.34,27,1 -1,131,64,14,415,23.7,0.389,21,0 -4,116,72,12,87,22.1,0.46299999999999997,37,0 -4,158,78,0,0,32.9,0.8029999999999999,31,1 -2,127,58,24,275,27.7,1.6,25,0 -3,96,56,34,115,24.7,0.9440000000000001,39,0 -0,131,66,40,0,34.3,0.196,22,1 -3,82,70,0,0,21.1,0.389,25,0 -3,193,70,31,0,34.9,0.24100000000000002,25,1 -4,95,64,0,0,32.0,0.161,31,1 -6,137,61,0,0,24.2,0.151,55,0 -5,136,84,41,88,35.0,0.28600000000000003,35,1 -9,72,78,25,0,31.6,0.28,38,0 -5,168,64,0,0,32.9,0.135,41,1 -2,123,48,32,165,42.1,0.52,26,0 -4,115,72,0,0,28.9,0.376,46,1 -0,101,62,0,0,21.9,0.336,25,0 -8,197,74,0,0,25.9,1.1909999999999998,39,1 -1,172,68,49,579,42.4,0.7020000000000001,28,1 -6,102,90,39,0,35.7,0.674,28,0 -1,112,72,30,176,34.4,0.528,25,0 -1,143,84,23,310,42.4,1.0759999999999998,22,0 -1,143,74,22,61,26.2,0.256,21,0 -0,138,60,35,167,34.6,0.534,21,1 -3,173,84,33,474,35.7,0.258,22,1 -1,97,68,21,0,27.2,1.095,22,0 -4,144,82,32,0,38.5,0.5539999999999999,37,1 -1,83,68,0,0,18.2,0.624,27,0 -3,129,64,29,115,26.4,0.21899999999999997,28,1 -1,119,88,41,170,45.3,0.507,26,0 -2,94,68,18,76,26.0,0.561,21,0 -0,102,64,46,78,40.6,0.496,21,0 -2,115,64,22,0,30.8,0.42100000000000004,21,0 -8,151,78,32,210,42.9,0.516,36,1 -4,184,78,39,277,37.0,0.264,31,1 -0,94,0,0,0,0.0,0.256,25,0 -1,181,64,30,180,34.1,0.32799999999999996,38,1 -0,135,94,46,145,40.6,0.284,26,0 -1,95,82,25,180,35.0,0.233,43,1 -2,99,0,0,0,22.2,0.10800000000000001,23,0 -3,89,74,16,85,30.4,0.551,38,0 -1,80,74,11,60,30.0,0.527,22,0 -2,139,75,0,0,25.6,0.16699999999999998,29,0 -1,90,68,8,0,24.5,1.138,36,0 -0,141,0,0,0,42.4,0.205,29,1 -12,140,85,33,0,37.4,0.244,41,0 -5,147,75,0,0,29.9,0.434,28,0 -1,97,70,15,0,18.2,0.147,21,0 -6,107,88,0,0,36.8,0.727,31,0 -0,189,104,25,0,34.3,0.435,41,1 -2,83,66,23,50,32.2,0.49700000000000005,22,0 -4,117,64,27,120,33.2,0.23,24,0 -8,108,70,0,0,30.5,0.955,33,1 -4,117,62,12,0,29.7,0.38,30,1 -0,180,78,63,14,59.4,2.42,25,1 -1,100,72,12,70,25.3,0.6579999999999999,28,0 -0,95,80,45,92,36.5,0.33,26,0 -0,104,64,37,64,33.6,0.51,22,1 -0,120,74,18,63,30.5,0.285,26,0 -1,82,64,13,95,21.2,0.415,23,0 -2,134,70,0,0,28.9,0.542,23,1 -0,91,68,32,210,39.9,0.381,25,0 -2,119,0,0,0,19.6,0.8320000000000001,72,0 -2,100,54,28,105,37.8,0.498,24,0 -14,175,62,30,0,33.6,0.212,38,1 -1,135,54,0,0,26.7,0.687,62,0 -5,86,68,28,71,30.2,0.364,24,0 -10,148,84,48,237,37.6,1.001,51,1 -9,134,74,33,60,25.9,0.46,81,0 -9,120,72,22,56,20.8,0.733,48,0 -1,71,62,0,0,21.8,0.41600000000000004,26,0 -8,74,70,40,49,35.3,0.705,39,0 -5,88,78,30,0,27.6,0.258,37,0 -10,115,98,0,0,24.0,1.022,34,0 -0,124,56,13,105,21.8,0.452,21,0 -0,74,52,10,36,27.8,0.26899999999999996,22,0 -0,97,64,36,100,36.8,0.6,25,0 -8,120,0,0,0,30.0,0.183,38,1 -6,154,78,41,140,46.1,0.5710000000000001,27,0 -1,144,82,40,0,41.3,0.607,28,0 -0,137,70,38,0,33.2,0.17,22,0 -0,119,66,27,0,38.8,0.259,22,0 -7,136,90,0,0,29.9,0.21,50,0 -4,114,64,0,0,28.9,0.126,24,0 -0,137,84,27,0,27.3,0.231,59,0 -2,105,80,45,191,33.7,0.711,29,1 -7,114,76,17,110,23.8,0.466,31,0 -8,126,74,38,75,25.9,0.162,39,0 -4,132,86,31,0,28.0,0.419,63,0 -3,158,70,30,328,35.5,0.344,35,1 -0,123,88,37,0,35.2,0.19699999999999998,29,0 -4,85,58,22,49,27.8,0.306,28,0 -0,84,82,31,125,38.2,0.233,23,0 -0,145,0,0,0,44.2,0.63,31,1 -0,135,68,42,250,42.3,0.365,24,1 -1,139,62,41,480,40.7,0.536,21,0 -0,173,78,32,265,46.5,1.159,58,0 -4,99,72,17,0,25.6,0.294,28,0 -8,194,80,0,0,26.1,0.551,67,0 -2,83,65,28,66,36.8,0.629,24,0 -2,89,90,30,0,33.5,0.292,42,0 -4,99,68,38,0,32.8,0.145,33,0 -4,125,70,18,122,28.9,1.1440000000000001,45,1 -3,80,0,0,0,0.0,0.174,22,0 -6,166,74,0,0,26.6,0.304,66,0 -5,110,68,0,0,26.0,0.292,30,0 -2,81,72,15,76,30.1,0.547,25,0 -7,195,70,33,145,25.1,0.163,55,1 -6,154,74,32,193,29.3,0.8390000000000001,39,0 -2,117,90,19,71,25.2,0.313,21,0 -3,84,72,32,0,37.2,0.267,28,0 -6,0,68,41,0,39.0,0.727,41,1 -7,94,64,25,79,33.3,0.738,41,0 -3,96,78,39,0,37.3,0.23800000000000002,40,0 -10,75,82,0,0,33.3,0.263,38,0 -0,180,90,26,90,36.5,0.314,35,1 -1,130,60,23,170,28.6,0.6920000000000001,21,0 -2,84,50,23,76,30.4,0.968,21,0 -8,120,78,0,0,25.0,0.409,64,0 -12,84,72,31,0,29.7,0.297,46,1 -0,139,62,17,210,22.1,0.207,21,0 -9,91,68,0,0,24.2,0.2,58,0 -2,91,62,0,0,27.3,0.525,22,0 -3,99,54,19,86,25.6,0.154,24,0 -3,163,70,18,105,31.6,0.268,28,1 -9,145,88,34,165,30.3,0.7709999999999999,53,1 -7,125,86,0,0,37.6,0.304,51,0 -13,76,60,0,0,32.8,0.18,41,0 -6,129,90,7,326,19.6,0.5820000000000001,60,0 -2,68,70,32,66,25.0,0.187,25,0 -3,124,80,33,130,33.2,0.305,26,0 -6,114,0,0,0,0.0,0.18899999999999997,26,0 -9,130,70,0,0,34.2,0.652,45,1 -3,125,58,0,0,31.6,0.151,24,0 -3,87,60,18,0,21.8,0.444,21,0 -1,97,64,19,82,18.2,0.299,21,0 -3,116,74,15,105,26.3,0.107,24,0 -0,117,66,31,188,30.8,0.493,22,0 -0,111,65,0,0,24.6,0.66,31,0 -2,122,60,18,106,29.8,0.7170000000000001,22,0 -0,107,76,0,0,45.3,0.6859999999999999,24,0 -1,86,66,52,65,41.3,0.917,29,0 -6,91,0,0,0,29.8,0.501,31,0 -1,77,56,30,56,33.3,1.251,24,0 -4,132,0,0,0,32.9,0.302,23,1 -0,105,90,0,0,29.6,0.19699999999999998,46,0 -0,57,60,0,0,21.7,0.735,67,0 -0,127,80,37,210,36.3,0.804,23,0 -3,129,92,49,155,36.4,0.968,32,1 -8,100,74,40,215,39.4,0.6609999999999999,43,1 -3,128,72,25,190,32.4,0.5489999999999999,27,1 -10,90,85,32,0,34.9,0.825,56,1 -4,84,90,23,56,39.5,0.159,25,0 -1,88,78,29,76,32.0,0.365,29,0 -8,186,90,35,225,34.5,0.423,37,1 -5,187,76,27,207,43.6,1.034,53,1 -4,131,68,21,166,33.1,0.16,28,0 -1,164,82,43,67,32.8,0.341,50,0 -4,189,110,31,0,28.5,0.68,37,0 -1,116,70,28,0,27.4,0.204,21,0 -3,84,68,30,106,31.9,0.591,25,0 -6,114,88,0,0,27.8,0.247,66,0 -1,88,62,24,44,29.9,0.42200000000000004,23,0 -1,84,64,23,115,36.9,0.47100000000000003,28,0 -7,124,70,33,215,25.5,0.161,37,0 -1,97,70,40,0,38.1,0.218,30,0 -8,110,76,0,0,27.8,0.237,58,0 -11,103,68,40,0,46.2,0.126,42,0 -11,85,74,0,0,30.1,0.3,35,0 -6,125,76,0,0,33.8,0.121,54,1 -0,198,66,32,274,41.3,0.502,28,1 -1,87,68,34,77,37.6,0.401,24,0 -6,99,60,19,54,26.9,0.49700000000000005,32,0 -0,91,80,0,0,32.4,0.601,27,0 -2,95,54,14,88,26.1,0.748,22,0 -1,99,72,30,18,38.6,0.41200000000000003,21,0 -6,92,62,32,126,32.0,0.085,46,0 -4,154,72,29,126,31.3,0.33799999999999997,37,0 -0,121,66,30,165,34.3,0.203,33,1 -3,78,70,0,0,32.5,0.27,39,0 -2,130,96,0,0,22.6,0.268,21,0 -3,111,58,31,44,29.5,0.43,22,0 -2,98,60,17,120,34.7,0.198,22,0 -1,143,86,30,330,30.1,0.892,23,0 -1,119,44,47,63,35.5,0.28,25,0 -6,108,44,20,130,24.0,0.813,35,0 -2,118,80,0,0,42.9,0.693,21,1 -10,133,68,0,0,27.0,0.245,36,0 -2,197,70,99,0,34.7,0.575,62,1 -0,151,90,46,0,42.1,0.371,21,1 -6,109,60,27,0,25.0,0.20600000000000002,27,0 -12,121,78,17,0,26.5,0.259,62,0 -8,100,76,0,0,38.7,0.19,42,0 -8,124,76,24,600,28.7,0.687,52,1 -1,93,56,11,0,22.5,0.41700000000000004,22,0 -8,143,66,0,0,34.9,0.129,41,1 -6,103,66,0,0,24.3,0.249,29,0 -3,176,86,27,156,33.3,1.1540000000000001,52,1 -0,73,0,0,0,21.1,0.342,25,0 -11,111,84,40,0,46.8,0.925,45,1 -2,112,78,50,140,39.4,0.175,24,0 -3,132,80,0,0,34.4,0.402,44,1 -2,82,52,22,115,28.5,1.699,25,0 -6,123,72,45,230,33.6,0.733,34,0 -0,188,82,14,185,32.0,0.682,22,1 -0,67,76,0,0,45.3,0.19399999999999998,46,0 -1,89,24,19,25,27.8,0.5589999999999999,21,0 -1,173,74,0,0,36.8,0.08800000000000001,38,1 -1,109,38,18,120,23.1,0.40700000000000003,26,0 -1,108,88,19,0,27.1,0.4,24,0 -6,96,0,0,0,23.7,0.19,28,0 -1,124,74,36,0,27.8,0.1,30,0 -7,150,78,29,126,35.2,0.6920000000000001,54,1 -4,183,0,0,0,28.4,0.212,36,1 -1,124,60,32,0,35.8,0.514,21,0 -1,181,78,42,293,40.0,1.258,22,1 -1,92,62,25,41,19.5,0.48200000000000004,25,0 -0,152,82,39,272,41.5,0.27,27,0 -1,111,62,13,182,24.0,0.138,23,0 -3,106,54,21,158,30.9,0.292,24,0 -3,174,58,22,194,32.9,0.593,36,1 -7,168,88,42,321,38.2,0.787,40,1 -6,105,80,28,0,32.5,0.878,26,0 -11,138,74,26,144,36.1,0.557,50,1 -3,106,72,0,0,25.8,0.207,27,0 -6,117,96,0,0,28.7,0.157,30,0 -2,68,62,13,15,20.1,0.257,23,0 -9,112,82,24,0,28.2,1.2819999999999998,50,1 -0,119,0,0,0,32.4,0.141,24,1 -2,112,86,42,160,38.4,0.24600000000000002,28,0 -2,92,76,20,0,24.2,1.6980000000000002,28,0 -6,183,94,0,0,40.8,1.4609999999999999,45,0 -0,94,70,27,115,43.5,0.34700000000000003,21,0 -2,108,64,0,0,30.8,0.158,21,0 -4,90,88,47,54,37.7,0.36200000000000004,29,0 -0,125,68,0,0,24.7,0.20600000000000002,21,0 -0,132,78,0,0,32.4,0.39299999999999996,21,0 -5,128,80,0,0,34.6,0.14400000000000002,45,0 -4,94,65,22,0,24.7,0.14800000000000002,21,0 -7,114,64,0,0,27.4,0.732,34,1 -0,102,78,40,90,34.5,0.23800000000000002,24,0 -2,111,60,0,0,26.2,0.34299999999999997,23,0 -1,128,82,17,183,27.5,0.115,22,0 -10,92,62,0,0,25.9,0.16699999999999998,31,0 -13,104,72,0,0,31.2,0.465,38,1 -5,104,74,0,0,28.8,0.153,48,0 -2,94,76,18,66,31.6,0.649,23,0 -7,97,76,32,91,40.9,0.871,32,1 -1,100,74,12,46,19.5,0.149,28,0 -0,102,86,17,105,29.3,0.695,27,0 -4,128,70,0,0,34.3,0.303,24,0 -6,147,80,0,0,29.5,0.17800000000000002,50,1 -4,90,0,0,0,28.0,0.61,31,0 -3,103,72,30,152,27.6,0.73,27,0 -2,157,74,35,440,39.4,0.134,30,0 -1,167,74,17,144,23.4,0.447,33,1 -0,179,50,36,159,37.8,0.455,22,1 -11,136,84,35,130,28.3,0.26,42,1 -0,107,60,25,0,26.4,0.133,23,0 -1,91,54,25,100,25.2,0.23399999999999999,23,0 -1,117,60,23,106,33.8,0.466,27,0 -5,123,74,40,77,34.1,0.26899999999999996,28,0 -2,120,54,0,0,26.8,0.455,27,0 -1,106,70,28,135,34.2,0.142,22,0 -2,155,52,27,540,38.7,0.24,25,1 -2,101,58,35,90,21.8,0.155,22,0 -1,120,80,48,200,38.9,1.162,41,0 -11,127,106,0,0,39.0,0.19,51,0 -3,80,82,31,70,34.2,1.2919999999999998,27,1 -10,162,84,0,0,27.7,0.182,54,0 -1,199,76,43,0,42.9,1.3940000000000001,22,1 -8,167,106,46,231,37.6,0.165,43,1 -9,145,80,46,130,37.9,0.637,40,1 -6,115,60,39,0,33.7,0.245,40,1 -1,112,80,45,132,34.8,0.217,24,0 -4,145,82,18,0,32.5,0.235,70,1 -10,111,70,27,0,27.5,0.141,40,1 -6,98,58,33,190,34.0,0.43,43,0 -9,154,78,30,100,30.9,0.16399999999999998,45,0 -6,165,68,26,168,33.6,0.631,49,0 -1,99,58,10,0,25.4,0.551,21,0 -10,68,106,23,49,35.5,0.285,47,0 -3,123,100,35,240,57.3,0.88,22,0 -8,91,82,0,0,35.6,0.5870000000000001,68,0 -6,195,70,0,0,30.9,0.32799999999999996,31,1 -9,156,86,0,0,24.8,0.23,53,1 -0,93,60,0,0,35.3,0.263,25,0 -3,121,52,0,0,36.0,0.127,25,1 -2,101,58,17,265,24.2,0.614,23,0 -2,56,56,28,45,24.2,0.332,22,0 -0,162,76,36,0,49.6,0.364,26,1 -0,95,64,39,105,44.6,0.366,22,0 -4,125,80,0,0,32.3,0.536,27,1 -5,136,82,0,0,0.0,0.64,69,0 -2,129,74,26,205,33.2,0.591,25,0 -3,130,64,0,0,23.1,0.314,22,0 -1,107,50,19,0,28.3,0.18100000000000002,29,0 -1,140,74,26,180,24.1,0.828,23,0 -1,144,82,46,180,46.1,0.335,46,1 -8,107,80,0,0,24.6,0.856,34,0 -13,158,114,0,0,42.3,0.257,44,1 -2,121,70,32,95,39.1,0.8859999999999999,23,0 -7,129,68,49,125,38.5,0.439,43,1 -2,90,60,0,0,23.5,0.191,25,0 -7,142,90,24,480,30.4,0.128,43,1 -3,169,74,19,125,29.9,0.268,31,1 -0,99,0,0,0,25.0,0.253,22,0 -4,127,88,11,155,34.5,0.598,28,0 -4,118,70,0,0,44.5,0.904,26,0 -2,122,76,27,200,35.9,0.483,26,0 -6,125,78,31,0,27.6,0.565,49,1 -1,168,88,29,0,35.0,0.905,52,1 -2,129,0,0,0,38.5,0.304,41,0 -4,110,76,20,100,28.4,0.11800000000000001,27,0 -6,80,80,36,0,39.8,0.177,28,0 -10,115,0,0,0,0.0,0.261,30,1 -2,127,46,21,335,34.4,0.17600000000000002,22,0 -9,164,78,0,0,32.8,0.14800000000000002,45,1 -2,93,64,32,160,38.0,0.674,23,1 -3,158,64,13,387,31.2,0.295,24,0 -5,126,78,27,22,29.6,0.439,40,0 -10,129,62,36,0,41.2,0.441,38,1 -0,134,58,20,291,26.4,0.35200000000000004,21,0 -3,102,74,0,0,29.5,0.121,32,0 -7,187,50,33,392,33.9,0.826,34,1 -3,173,78,39,185,33.8,0.97,31,1 -10,94,72,18,0,23.1,0.595,56,0 -1,108,60,46,178,35.5,0.415,24,0 -5,97,76,27,0,35.6,0.37799999999999995,52,1 -4,83,86,19,0,29.3,0.317,34,0 -1,114,66,36,200,38.1,0.289,21,0 -1,149,68,29,127,29.3,0.349,42,1 -5,117,86,30,105,39.1,0.251,42,0 -1,111,94,0,0,32.8,0.265,45,0 -4,112,78,40,0,39.4,0.23600000000000002,38,0 -1,116,78,29,180,36.1,0.496,25,0 -0,141,84,26,0,32.4,0.433,22,0 -2,175,88,0,0,22.9,0.326,22,0 -2,92,52,0,0,30.1,0.141,22,0 -3,130,78,23,79,28.4,0.32299999999999995,34,1 -8,120,86,0,0,28.4,0.259,22,1 -2,174,88,37,120,44.5,0.6459999999999999,24,1 -2,106,56,27,165,29.0,0.426,22,0 -2,105,75,0,0,23.3,0.56,53,0 -4,95,60,32,0,35.4,0.284,28,0 -0,126,86,27,120,27.4,0.515,21,0 -8,65,72,23,0,32.0,0.6,42,0 -2,99,60,17,160,36.6,0.45299999999999996,21,0 -1,102,74,0,0,39.5,0.293,42,1 -11,120,80,37,150,42.3,0.785,48,1 -3,102,44,20,94,30.8,0.4,26,0 -1,109,58,18,116,28.5,0.21899999999999997,22,0 -9,140,94,0,0,32.7,0.7340000000000001,45,1 -13,153,88,37,140,40.6,1.1740000000000002,39,0 -12,100,84,33,105,30.0,0.488,46,0 -1,147,94,41,0,49.3,0.358,27,1 -1,81,74,41,57,46.3,1.0959999999999999,32,0 -3,187,70,22,200,36.4,0.408,36,1 -6,162,62,0,0,24.3,0.17800000000000002,50,1 -4,136,70,0,0,31.2,1.182,22,1 -1,121,78,39,74,39.0,0.261,28,0 -3,108,62,24,0,26.0,0.223,25,0 -0,181,88,44,510,43.3,0.222,26,1 -8,154,78,32,0,32.4,0.44299999999999995,45,1 -1,128,88,39,110,36.5,1.057,37,1 -7,137,90,41,0,32.0,0.391,39,0 -0,123,72,0,0,36.3,0.258,52,1 -1,106,76,0,0,37.5,0.19699999999999998,26,0 -6,190,92,0,0,35.5,0.278,66,1 -2,88,58,26,16,28.4,0.7659999999999999,22,0 -9,170,74,31,0,44.0,0.40299999999999997,43,1 -9,89,62,0,0,22.5,0.142,33,0 -10,101,76,48,180,32.9,0.171,63,0 -2,122,70,27,0,36.8,0.34,27,0 -5,121,72,23,112,26.2,0.245,30,0 -1,126,60,0,0,30.1,0.349,47,1 -1,93,70,31,0,30.4,0.315,23,0 diff --git a/misc/TRL-neurips-2023/resources/BenchmarkDataset/titanic.csv b/misc/TRL-neurips-2023/resources/BenchmarkDataset/titanic.csv deleted file mode 100644 index 39b8bf8..0000000 --- a/misc/TRL-neurips-2023/resources/BenchmarkDataset/titanic.csv +++ /dev/null @@ -1,88 +0,0 @@ -PassengerId,Survived,Pclass,Name,Sex,Age,SibSp,Parch,Ticket,Fare,Cabin,Embarked -904,1,1,"Snyder, Mrs. John Pillsbury (Nelle Stevenson)",female,23.0,1,0,21228,82.2667,B45,S -906,1,1,"Chaffee, Mrs. Herbert Fuller (Carrie Constance Toogood)",female,47.0,1,0,W.E.P. 5734,61.175,E31,S -916,1,1,"Ryerson, Mrs. Arthur Larned (Emily Maria Borie)",female,48.0,1,3,PC 17608,262.375,B57 B59 B63 B66,C -918,1,1,"Ostby, Miss. Helene Ragnhild",female,22.0,0,1,113509,61.9792,B36,C -920,0,1,"Brady, Mr. John Bertram",male,41.0,0,0,113054,30.5,A21,S -926,0,1,"Mock, Mr. Philipp Edmund",male,30.0,1,0,13236,57.75,C78,C -936,1,1,"Kimball, Mrs. Edwin Nelson Jr (Gertrude Parsons)",female,45.0,1,0,11753,52.5542,D19,S -938,0,1,"Chevre, Mr. Paul Romaine",male,45.0,0,0,PC 17594,29.7,A9,C -940,1,1,"Bucknell, Mrs. William Robert (Emma Eliza Ward)",female,60.0,0,0,11813,76.2917,D15,C -942,0,1,"Smith, Mr. Lucien Philip",male,24.0,1,0,13695,60.0,C31,S -945,1,1,"Fortune, Miss. Ethel Flora",female,28.0,3,2,19950,263.0,C23 C25 C27,S -949,0,3,"Abelseth, Mr. Olaus Jorgensen",male,25.0,0,0,348122,7.65,F G63,S -951,1,1,"Chaudanson, Miss. Victorine",female,36.0,0,0,PC 17608,262.375,B61,C -956,0,1,"Ryerson, Master. John Borie",male,13.0,2,2,PC 17608,262.375,B57 B59 B63 B66,C -960,0,1,"Tucker, Mr. Gilbert Milligan Jr",male,31.0,0,0,2543,28.5375,C53,C -961,1,1,"Fortune, Mrs. Mark (Mary McDougald)",female,60.0,1,4,19950,263.0,C23 C25 C27,S -965,0,1,"Ovies y Rodriguez, Mr. Servando",male,28.5,0,0,PC 17562,27.7208,D43,C -966,1,1,"Geiger, Miss. Amalie",female,35.0,0,0,113503,211.5,C130,C -967,0,1,"Keeping, Mr. Edwin",male,32.5,0,0,113503,211.5,C132,C -969,1,1,"Cornell, Mrs. Robert Clifford (Malvina Helen Lamson)",female,55.0,2,0,11770,25.7,C101,S -973,0,1,"Straus, Mr. Isidor",male,67.0,1,0,PC 17483,221.7792,C55 C57,S -984,1,1,"Davidson, Mrs. Thornton (Orian Hays)",female,27.0,1,2,F.C. 12750,52.0,B71,S -988,1,1,"Cavendish, Mrs. Tyrell William (Julia Florence Siegel)",female,76.0,1,0,19877,78.85,C46,S -992,1,1,"Stengel, Mrs. Charles Emil Henry (Annie May Morris)",female,43.0,1,0,11778,55.4417,C116,C -1001,0,2,"Swane, Mr. George",male,18.5,0,0,248734,13.0,F,S -1004,1,1,"Evans, Miss. Edith Corse",female,36.0,0,0,PC 17531,31.6792,A29,C -1006,1,1,"Straus, Mrs. Isidor (Rosalie Ida Blun)",female,63.0,1,0,PC 17483,221.7792,C55 C57,S -1009,1,3,"Sandstrom, Miss. Beatrice Irene",female,1.0,1,1,PP 9549,16.7,G6,S -1010,0,1,"Beattie, Mr. Thomson",male,36.0,0,0,13050,75.2417,C6,C -1014,1,1,"Schabert, Mrs. Paul (Emma Mock)",female,35.0,1,0,13236,57.75,C28,C -1023,0,1,"Gracie, Col. Archibald IV",male,53.0,0,0,113780,28.5,C51,C -1034,0,1,"Ryerson, Mr. Arthur Larned",male,61.0,1,3,PC 17608,262.375,B57 B59 B63 B66,C -1042,1,1,"Earnshaw, Mrs. Boulton (Olive Potter)",female,23.0,0,1,11767,83.1583,C54,C -1048,1,1,"Bird, Miss. Ellen",female,29.0,0,0,PC 17483,221.7792,C97,S -1050,0,1,"Borebank, Mr. John James",male,42.0,0,0,110489,26.55,D22,S -1058,0,1,"Brandeis, Mr. Emil",male,48.0,0,0,PC 17591,50.4958,B10,C -1069,0,1,"Stengel, Mr. Charles Emil Henry",male,54.0,1,0,11778,55.4417,C116,C -1070,1,2,"Becker, Mrs. Allen Oliver (Nellie E Baumgardner)",female,36.0,0,3,230136,39.0,F4,S -1071,1,1,"Compton, Mrs. Alexander Taylor (Mary Eliza Ingersoll)",female,64.0,0,2,PC 17756,83.1583,E45,C -1073,0,1,"Compton, Mr. Alexander Taylor Jr",male,37.0,1,1,PC 17756,83.1583,E52,C -1074,1,1,"Marvin, Mrs. Daniel Warner (Mary Graham Carmichael Farquarson)",female,18.0,1,0,113773,53.1,D30,S -1076,1,1,"Douglas, Mrs. Frederick Charles (Mary Helene Baxter)",female,27.0,1,1,PC 17558,247.5208,B58 B60,C -1088,0,1,"Spedden, Master. Robert Douglas",male,6.0,0,2,16966,134.5,E34,C -1094,0,1,"Astor, Col. John Jacob",male,47.0,1,0,PC 17757,227.525,C62 C64,C -1100,1,1,"Rosenbaum, Miss. Edith Louise",female,33.0,0,0,PC 17613,27.7208,A11,C -1107,0,1,"Head, Mr. Christopher",male,42.0,0,0,113038,42.5,B11,S -1110,1,1,"Widener, Mrs. George Dunton (Eleanor Elkins)",female,50.0,1,1,113503,211.5,C80,C -1114,1,2,"Cook, Mrs. (Selena Rogers)",female,22.0,0,0,W./C. 14266,10.5,F33,S -1126,0,1,"Cumings, Mr. John Bradley",male,39.0,1,0,PC 17599,71.2833,C85,C -1128,0,1,"Warren, Mr. Frank Manley",male,64.0,1,0,110813,75.25,D37,C -1131,1,1,"Douglas, Mrs. Walter Donald (Mahala Dutton)",female,48.0,1,0,PC 17761,106.425,C86,C -1134,0,1,"Spedden, Mr. Frederic Oakley",male,45.0,1,1,16966,134.5,E34,C -1137,0,1,"Kenyon, Mr. Frederick R",male,41.0,1,0,17464,51.8625,D21,S -1144,0,1,"Clark, Mr. Walter Miller",male,27.0,1,0,13508,136.7792,C89,C -1162,0,1,"McCaffry, Mr. Thomas Francis",male,46.0,0,0,13050,75.2417,C6,C -1164,1,1,"Clark, Mrs. Walter Miller (Virginia McDowell)",female,26.0,1,0,13508,136.7792,C89,C -1179,0,1,"Snyder, Mr. John Pillsbury",male,24.0,1,0,21228,82.2667,B45,S -1185,0,1,"Dodge, Dr. Washington",male,53.0,1,1,33638,81.8583,A34,S -1197,1,1,"Crosby, Mrs. Edward Gifford (Catherine Elizabeth Halstead)",female,64.0,1,1,112901,26.55,B26,S -1198,0,1,"Allison, Mr. Hudson Joshua Creighton",male,30.0,1,2,113781,151.55,C22 C26,S -1200,0,1,"Hays, Mr. Charles Melville",male,55.0,1,1,12749,93.5,B69,S -1206,1,1,"White, Mrs. John Stuart (Ella Holmes)",female,55.0,0,0,PC 17760,135.6333,C32,C -1208,0,1,"Spencer, Mr. William Augustus",male,57.0,1,0,PC 17569,146.5208,B78,C -1213,0,3,"Krekorian, Mr. Neshan",male,25.0,0,0,2654,7.2292,F E57,C -1214,0,2,"Nesson, Mr. Israel",male,26.0,0,0,244368,13.0,F2,S -1218,1,2,"Becker, Miss. Ruth Elizabeth",female,12.0,2,1,230136,39.0,F4,S -1223,0,1,"Dulles, Mr. William Crothers",male,39.0,0,0,PC 17580,29.7,A18,C -1227,0,1,"Maguire, Mr. John Edward",male,30.0,0,0,110469,26.0,C106,S -1235,1,1,"Cardeza, Mrs. James Warburton Martinez (Charlotte Wardle Drake)",female,58.0,0,1,PC 17755,512.3292,B51 B53 B55,C -1242,1,1,"Greenfield, Mrs. Leo David (Blanche Strouse)",female,45.0,0,1,PC 17759,63.3583,D10 D12,C -1247,0,1,"Julian, Mr. Henry Forbes",male,50.0,0,0,113044,26.0,E60,S -1248,1,1,"Brown, Mrs. John Murray (Caroline Lane Lamson)",female,59.0,2,0,11769,51.4792,C101,S -1256,1,1,"Harder, Mrs. George Achilles (Dorothy Annan)",female,25.0,1,0,11765,55.4417,E50,C -1263,1,1,"Wilson, Miss. Helen Alice",female,31.0,0,0,16966,134.5,E39 E41,C -1264,0,1,"Ismay, Mr. Joseph Bruce",male,49.0,0,0,112058,0.0,B52 B54 B56,S -1266,1,1,"Dodge, Mrs. Washington (Ruth Vidaver)",female,54.0,1,1,33638,81.8583,A34,S -1270,0,1,"Hipkins, Mr. William Edward",male,55.0,0,0,680,50.0,C39,S -1282,0,1,"Payne, Mr. Vivian Ponsonby",male,23.0,0,0,12749,93.5,B24,S -1283,1,1,"Lines, Mrs. Ernest H (Elizabeth Lindsey James)",female,51.0,0,1,PC 17592,39.4,D28,S -1287,1,1,"Smith, Mrs. Lucien Philip (Mary Eloise Hughes)",female,18.0,1,0,13695,60.0,C31,S -1289,1,1,"Frolicher-Stehli, Mrs. Maxmillian (Margaretha Emerentia Stehli)",female,48.0,1,1,13567,79.2,B41,C -1292,1,1,"Bonnell, Miss. Caroline",female,30.0,0,0,36928,164.8667,C7,S -1296,0,1,"Frauenthal, Mr. Isaac Gerald",male,43.0,1,0,17765,27.7208,D40,C -1297,0,2,"Nourney, Mr. Alfred (Baron von Drachstedt"")""",male,20.0,0,0,SC/PARIS 2166,13.8625,D38,C -1299,0,1,"Widener, Mr. George Dunton",male,50.0,1,1,113503,211.5,C80,C -1303,1,1,"Minahan, Mrs. William Edward (Lillian E Thorpe)",female,37.0,1,0,19928,90.0,C78,Q -1306,1,1,"Oliva y Ocana, Dona. Fermina",female,39.0,0,0,PC 17758,108.9,C105,C