<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Frank Seitz - Developer Logbuch - Plotly</title>
    <link>http://fseitz.de/blog/</link>
    <description>Notizen aus der Welt der Programmierung und Administration</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 07 Mar 2026 22:00:27 GMT</pubDate>

    <image>
        <url>http://fseitz.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Frank Seitz - Developer Logbuch - Plotly - Notizen aus der Welt der Programmierung und Administration</title>
        <link>http://fseitz.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Plotly.js: Plotten und analysieren einer Gruppe von Zeitreihen</title>
    <link>http://fseitz.de/blog/index.php?/archives/157-Plotly.js-Plotten-und-analysieren-einer-Gruppe-von-Zeitreihen.html</link>
            <category>JavaScript</category>
            <category>Plotly</category>
    
    <comments>http://fseitz.de/blog/index.php?/archives/157-Plotly.js-Plotten-und-analysieren-einer-Gruppe-von-Zeitreihen.html#comments</comments>
    <wfw:comment>http://fseitz.de/blog/wfwcomment.php?cid=157</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://fseitz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=157</wfw:commentRss>
    

    <author>nospam@example.com (Frank Seitz)</author>
    <content:encoded>
    &lt;p class=&quot;sdoc-fig-p&quot;&gt;
  &lt;a href=&quot;https://plotly.com/javascript/&quot;&gt;&lt;img class=&quot;sdoc-fig-img&quot; src=&quot;http://fseitz.de/blog/uploads/plotly-js-logo-522x122.png&quot; width=&quot;171&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Die  folgenden Diagramme zeigen Zeitreihen-Plots (am Beispiel von Umweltdaten)
  mit &quot;Rangeslider&quot; auf Basis des JavaScript Plot-Frameworks &lt;a class=&quot;sdoc-seg-u&quot; href=&quot;https://plotly.com/javascript/&quot;&gt;Plotly.js&lt;/a&gt;.
  Die Zeitreihen behandele ich als eine Einheit, wobei ich folgende
  Bedienlogik realisiert habe:
&lt;/p&gt;
&lt;ul class=&quot;sdoc-list-ul&quot;&gt;
  &lt;li class=&quot;sdoc-list-li-point&quot; style=&quot;list-style-type:disc&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      In dem Diagramm, dessen Rangeslider
      aktiviert ist (siehe Checkbox am jeweiligen Diagramm), kann mit der linken
      Maustaste im Plot ein Zeitbereich ausgewählt und anschließend mit dem
      Rangeslider durch den Gesamtbereich gescrollt werden. Das Zoomen und
      Scrollen findet dabei über allen Diagrammen synchron statt. Bei
      Doppelklick in den Plot-Breich wird der ursprüngliche Zustand über
      allen Diagrammen wieder hergestellt.
    &lt;/p&gt;
  &lt;/li&gt;
  &lt;li class=&quot;sdoc-list-li-point&quot; style=&quot;list-style-type:disc&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Mit dem Button &quot;Scale Y Axis&quot; kann die Y-Achse auf den
      Wertebereich der sichtbaren Daten skaliert werden. Dies ist nützlich, wenn
      in einen Zeitbereich mit geringen Wertänderungen hineingezoomt wurde.
      Bei einer zweiten Betätigung wird der ursprünglche Zustand der Y-Skalierung
      wieder hergestellt.  Bei Doppelklick in irgendein Diagramm werden alle
      Y-Achsen gemeinsam wieder hergestellt.
    &lt;/p&gt;
  &lt;/li&gt;
  &lt;li class=&quot;sdoc-list-li-point&quot; style=&quot;list-style-type:disc&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Beim Überfahren der Plots mit
      der Maus wird das Koordinatenpaar des nächstgelegenen Punktes
      angezeigt.
    &lt;/p&gt;
  &lt;/li&gt;
  &lt;li class=&quot;sdoc-list-li-point&quot; style=&quot;list-style-type:disc&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Im Menü &quot;Shape&quot; kann die Kurvendarstellung eingestellt
      werden. Spline: Die Messwerte werden durch eine Spline-Approximation
      verbunden. Linear: Die Messwerte werden durch eine gerade Linie
      verbunden.  Marker: Die Messwerte werden nicht verbunden, sondern
      durch einen Punkt dargestellt. Quality: Wie Marker, nur dass in der
      Farbe des Punktes eine dritte Dimension (hier: die Qualität des
      Messwerts) kodiert ist.
    &lt;/p&gt;
  &lt;/li&gt;
  &lt;li class=&quot;sdoc-list-li-point&quot; style=&quot;list-style-type:disc&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Mittels des Buttons &quot;Download as PNG&quot; kann das Diagramm als Grafik
      heruntergeladen werden. Soll er Rangeslider darauf nicht erscheinen, bietet
      es sich an, diesen vorher wegzuschalten.
    &lt;/p&gt;
  &lt;/li&gt;
  &lt;li class=&quot;sdoc-list-li-point&quot; style=&quot;list-style-type:disc&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Die geplotteten Daten sind nicht
      Teil der HTML-Seite (!), sondern werden per Ajax-Request von einer anderen
      Site via Cross-Origin Resource Sharing &lt;i class=&quot;sdoc-seg-i&quot;&gt;asynchron&lt;/i&gt; geladen.
    &lt;/p&gt;
  &lt;/li&gt;
  &lt;li class=&quot;sdoc-list-li-point&quot; style=&quot;list-style-type:disc&quot;&gt;
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
      Sonderfall &quot;Keine Daten&quot;: Das letzte Diagramm (GlobalRadiation) zeigt
      die Darstellung, wenn im gegebenen Zeitbereich keine Daten vorliegen.
    &lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&quot;dgr&quot; class=&quot;diagramGroup&quot;&gt;
  &lt;table style=&quot;border: 1px dotted #b0b0b0; margin-top: 0.6em; background-color: #f8f8f8; position: relative;&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td id=&quot;dgr-d1&quot; class=&quot;diagram&quot; style=&quot;height: 280px;&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;span style=&quot;margin-left: 10px&quot;&gt;Rangeslider:&lt;/span&gt;&lt;input type=&quot;checkbox&quot; id=&quot;dgr-r1&quot; class=&quot;rangeslider&quot; value=&quot;1&quot; title=&quot;Toggle visibility of range slider&quot; onclick=&quot;dgr.toggleRangeSliders(&#039;dgr&#039;,this)&quot; /&gt; | Shape: &lt;select id=&quot;dgr-s1&quot; onchange=&quot;let shape = $(&#039;#dgr-s1&#039;).val(); if (shape == &#039;Spline&#039;) { Plotly.restyle(&#039;dgr-d1&#039;,{ &#039;mode&#039;: &#039;lines&#039;, &#039;line.shape&#039;: &#039;spline&#039;, }); } else if (shape == &#039;Linear&#039;) { Plotly.restyle(&#039;dgr-d1&#039;,{ &#039;mode&#039;: &#039;lines&#039;, &#039;line.shape&#039;: &#039;linear&#039;, }); } else if (shape == &#039;Marker&#039;) { Plotly.restyle(&#039;dgr-d1&#039;,{ &#039;mode&#039;: &#039;markers&#039;, &#039;marker.color&#039;: &#039;#ff0000&#039;, }); } else if (shape == &#039;Quality&#039;) { let z = dgr.getZArray(1); Plotly.restyle(&#039;dgr-d1&#039;,{ mode: &#039;markers&#039;, marker: { color: z, size: 3, symbol: &#039;circle&#039;, }, }); }&quot; title=&quot;Connect data points with straight lines, splines or show markers&quot;&gt;&lt;option value=&quot;Spline&quot; selected=&quot;selected&quot;&gt;Spline&lt;/option&gt;&lt;option value=&quot;Linear&quot;&gt;Linear&lt;/option&gt;&lt;option value=&quot;Marker&quot;&gt;Marker&lt;/option&gt;&lt;option value=&quot;Quality&quot;&gt;Quality&lt;/option&gt;&lt;/select&gt; | FillArea:&lt;input type=&quot;checkbox&quot; id=&quot;dgr-f1&quot; style=&quot;vertical-align: middle&quot; value=&quot;1&quot; checked=&quot;checked&quot; title=&quot;Toggle colored area above or below graph&quot; onclick=&quot;let fill = this.checked? &#039;tozeroy&#039;: &#039;none&#039;; Plotly.restyle(&#039;dgr-d1&#039;,{ &#039;fill&#039;: fill, });&quot; /&gt; | &lt;button id=&quot;dgr-y1&quot; type=&quot;button&quot; onclick=&quot;dgr.rescaleY(&#039;dgr-d1&#039;,-1.9,7.1)&quot; title=&quot;Rescale Y axis according to visible data or original state&quot;&gt;Scale Y Axis&lt;/button&gt;
       | &lt;button type=&quot;button&quot; onclick=&quot;let plot = $(&#039;#dgr-d1&#039;); Plotly.downloadImage(plot[0],{ format: &#039;png&#039;, width: plot.width(), height: plot.height(), filename: &#039;AirTemperature&#039;, });&quot; title=&quot;Download plot graphic as PNG&quot;&gt;Download as PNG&lt;/button&gt;
      &lt;div id=&quot;dgr-c1&quot; style=&quot;position: absolute; bottom: 7px; right: 10px&quot;&gt;&lt;/div&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;/table&gt;
  &lt;table style=&quot;border: 1px dotted #b0b0b0; margin-top: 0.6em; background-color: #f8f8f8; position: relative;&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td id=&quot;dgr-d2&quot; class=&quot;diagram&quot; style=&quot;height: 280px;&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;span style=&quot;margin-left: 10px&quot;&gt;Rangeslider:&lt;/span&gt;&lt;input type=&quot;checkbox&quot; id=&quot;dgr-r2&quot; class=&quot;rangeslider&quot; value=&quot;1&quot; title=&quot;Toggle visibility of range slider&quot; onclick=&quot;dgr.toggleRangeSliders(&#039;dgr&#039;,this)&quot; /&gt; | Shape: &lt;select id=&quot;dgr-s2&quot; onchange=&quot;let shape = $(&#039;#dgr-s2&#039;).val(); if (shape == &#039;Spline&#039;) { Plotly.restyle(&#039;dgr-d2&#039;,{ &#039;mode&#039;: &#039;lines&#039;, &#039;line.shape&#039;: &#039;spline&#039;, }); } else if (shape == &#039;Linear&#039;) { Plotly.restyle(&#039;dgr-d2&#039;,{ &#039;mode&#039;: &#039;lines&#039;, &#039;line.shape&#039;: &#039;linear&#039;, }); } else if (shape == &#039;Marker&#039;) { Plotly.restyle(&#039;dgr-d2&#039;,{ &#039;mode&#039;: &#039;markers&#039;, &#039;marker.color&#039;: &#039;#006400&#039;, }); } else if (shape == &#039;Quality&#039;) { let z = dgr.getZArray(2); Plotly.restyle(&#039;dgr-d2&#039;,{ mode: &#039;markers&#039;, marker: { color: z, size: 3, symbol: &#039;circle&#039;, }, }); }&quot; title=&quot;Connect data points with straight lines, splines or show markers&quot;&gt;&lt;option value=&quot;Spline&quot; selected=&quot;selected&quot;&gt;Spline&lt;/option&gt;&lt;option value=&quot;Linear&quot;&gt;Linear&lt;/option&gt;&lt;option value=&quot;Marker&quot;&gt;Marker&lt;/option&gt;&lt;option value=&quot;Quality&quot;&gt;Quality&lt;/option&gt;&lt;/select&gt; | FillArea:&lt;input type=&quot;checkbox&quot; id=&quot;dgr-f2&quot; style=&quot;vertical-align: middle&quot; value=&quot;1&quot; checked=&quot;checked&quot; title=&quot;Toggle colored area above or below graph&quot; onclick=&quot;let fill = this.checked? &#039;tozeroy&#039;: &#039;none&#039;; Plotly.restyle(&#039;dgr-d2&#039;,{ &#039;fill&#039;: fill, });&quot; /&gt; | &lt;button id=&quot;dgr-y2&quot; type=&quot;button&quot; onclick=&quot;dgr.rescaleY(&#039;dgr-d2&#039;,0,5.7)&quot; title=&quot;Rescale Y axis according to visible data or original state&quot;&gt;Scale Y Axis&lt;/button&gt;
       | &lt;button type=&quot;button&quot; onclick=&quot;let plot = $(&#039;#dgr-d2&#039;); Plotly.downloadImage(plot[0],{ format: &#039;png&#039;, width: plot.width(), height: plot.height(), filename: &#039;WindSpeed&#039;, });&quot; title=&quot;Download plot graphic as PNG&quot;&gt;Download as PNG&lt;/button&gt;
      &lt;div id=&quot;dgr-c2&quot; style=&quot;position: absolute; bottom: 7px; right: 10px&quot;&gt;&lt;/div&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;/table&gt;
  &lt;table style=&quot;border: 1px dotted #b0b0b0; margin-top: 0.6em; background-color: #f8f8f8; position: relative;&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td id=&quot;dgr-d3&quot; class=&quot;diagram&quot; style=&quot;height: 280px;&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;span style=&quot;margin-left: 10px&quot;&gt;Rangeslider:&lt;/span&gt;&lt;input type=&quot;checkbox&quot; id=&quot;dgr-r3&quot; class=&quot;rangeslider&quot; value=&quot;1&quot; title=&quot;Toggle visibility of range slider&quot; onclick=&quot;dgr.toggleRangeSliders(&#039;dgr&#039;,this)&quot; /&gt; | Shape: &lt;select id=&quot;dgr-s3&quot; onchange=&quot;let shape = $(&#039;#dgr-s3&#039;).val(); if (shape == &#039;Spline&#039;) { Plotly.restyle(&#039;dgr-d3&#039;,{ &#039;mode&#039;: &#039;lines&#039;, &#039;line.shape&#039;: &#039;spline&#039;, }); } else if (shape == &#039;Linear&#039;) { Plotly.restyle(&#039;dgr-d3&#039;,{ &#039;mode&#039;: &#039;lines&#039;, &#039;line.shape&#039;: &#039;linear&#039;, }); } else if (shape == &#039;Marker&#039;) { Plotly.restyle(&#039;dgr-d3&#039;,{ &#039;mode&#039;: &#039;markers&#039;, &#039;marker.color&#039;: &#039;#000080&#039;, }); } else if (shape == &#039;Quality&#039;) { let z = dgr.getZArray(3); Plotly.restyle(&#039;dgr-d3&#039;,{ mode: &#039;markers&#039;, marker: { color: z, size: 3, symbol: &#039;circle&#039;, }, }); }&quot; title=&quot;Connect data points with straight lines, splines or show markers&quot;&gt;&lt;option value=&quot;Spline&quot; selected=&quot;selected&quot;&gt;Spline&lt;/option&gt;&lt;option value=&quot;Linear&quot;&gt;Linear&lt;/option&gt;&lt;option value=&quot;Marker&quot;&gt;Marker&lt;/option&gt;&lt;option value=&quot;Quality&quot;&gt;Quality&lt;/option&gt;&lt;/select&gt; | FillArea:&lt;input type=&quot;checkbox&quot; id=&quot;dgr-f3&quot; style=&quot;vertical-align: middle&quot; value=&quot;1&quot; checked=&quot;checked&quot; title=&quot;Toggle colored area above or below graph&quot; onclick=&quot;let fill = this.checked? &#039;tozeroy&#039;: &#039;none&#039;; Plotly.restyle(&#039;dgr-d3&#039;,{ &#039;fill&#039;: fill, });&quot; /&gt; | &lt;button id=&quot;dgr-y3&quot; type=&quot;button&quot; onclick=&quot;dgr.rescaleY(&#039;dgr-d3&#039;,1009.4,1028.4)&quot; title=&quot;Rescale Y axis according to visible data or original state&quot;&gt;Scale Y Axis&lt;/button&gt;
       | &lt;button type=&quot;button&quot; onclick=&quot;let plot = $(&#039;#dgr-d3&#039;); Plotly.downloadImage(plot[0],{ format: &#039;png&#039;, width: plot.width(), height: plot.height(), filename: &#039;AirPressure&#039;, });&quot; title=&quot;Download plot graphic as PNG&quot;&gt;Download as PNG&lt;/button&gt;
      &lt;div id=&quot;dgr-c3&quot; style=&quot;position: absolute; bottom: 7px; right: 10px&quot;&gt;&lt;/div&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;/table&gt;
  &lt;table style=&quot;border: 1px dotted #b0b0b0; margin-top: 0.6em; background-color: #f8f8f8; position: relative;&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td id=&quot;dgr-d4&quot; class=&quot;diagram&quot; style=&quot;height: 280px;&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;span style=&quot;margin-left: 10px&quot;&gt;Rangeslider:&lt;/span&gt;&lt;input type=&quot;checkbox&quot; id=&quot;dgr-r4&quot; class=&quot;rangeslider&quot; value=&quot;1&quot; title=&quot;Toggle visibility of range slider&quot; onclick=&quot;dgr.toggleRangeSliders(&#039;dgr&#039;,this)&quot; /&gt; | Shape: &lt;select id=&quot;dgr-s4&quot; onchange=&quot;let shape = $(&#039;#dgr-s4&#039;).val(); if (shape == &#039;Spline&#039;) { Plotly.restyle(&#039;dgr-d4&#039;,{ &#039;mode&#039;: &#039;lines&#039;, &#039;line.shape&#039;: &#039;spline&#039;, }); } else if (shape == &#039;Linear&#039;) { Plotly.restyle(&#039;dgr-d4&#039;,{ &#039;mode&#039;: &#039;lines&#039;, &#039;line.shape&#039;: &#039;linear&#039;, }); } else if (shape == &#039;Marker&#039;) { Plotly.restyle(&#039;dgr-d4&#039;,{ &#039;mode&#039;: &#039;markers&#039;, &#039;marker.color&#039;: &#039;#ee9a00&#039;, }); } else if (shape == &#039;Quality&#039;) { let z = dgr.getZArray(4); Plotly.restyle(&#039;dgr-d4&#039;,{ mode: &#039;markers&#039;, marker: { color: z, size: 3, symbol: &#039;circle&#039;, }, }); }&quot; title=&quot;Connect data points with straight lines, splines or show markers&quot;&gt;&lt;option value=&quot;Spline&quot; selected=&quot;selected&quot;&gt;Spline&lt;/option&gt;&lt;option value=&quot;Linear&quot;&gt;Linear&lt;/option&gt;&lt;option value=&quot;Marker&quot;&gt;Marker&lt;/option&gt;&lt;option value=&quot;Quality&quot;&gt;Quality&lt;/option&gt;&lt;/select&gt; | FillArea:&lt;input type=&quot;checkbox&quot; id=&quot;dgr-f4&quot; style=&quot;vertical-align: middle&quot; value=&quot;1&quot; checked=&quot;checked&quot; title=&quot;Toggle colored area above or below graph&quot; onclick=&quot;let fill = this.checked? &#039;tozeroy&#039;: &#039;none&#039;; Plotly.restyle(&#039;dgr-d4&#039;,{ &#039;fill&#039;: fill, });&quot; /&gt; | &lt;button id=&quot;dgr-y4&quot; type=&quot;button&quot; onclick=&quot;dgr.rescaleY(&#039;dgr-d4&#039;,63,100)&quot; title=&quot;Rescale Y axis according to visible data or original state&quot;&gt;Scale Y Axis&lt;/button&gt;
       | &lt;button type=&quot;button&quot; onclick=&quot;let plot = $(&#039;#dgr-d4&#039;); Plotly.downloadImage(plot[0],{ format: &#039;png&#039;, width: plot.width(), height: plot.height(), filename: &#039;RelativeHumidity&#039;, });&quot; title=&quot;Download plot graphic as PNG&quot;&gt;Download as PNG&lt;/button&gt;
      &lt;div id=&quot;dgr-c4&quot; style=&quot;position: absolute; bottom: 7px; right: 10px&quot;&gt;&lt;/div&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;/table&gt;
  &lt;table style=&quot;border: 1px dotted #b0b0b0; margin-top: 0.6em; background-color: #f8f8f8; position: relative;&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td id=&quot;dgr-d5&quot; class=&quot;diagram&quot; style=&quot;height: 280px;&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;span style=&quot;margin-left: 10px&quot;&gt;Rangeslider:&lt;/span&gt;&lt;input type=&quot;checkbox&quot; id=&quot;dgr-r5&quot; class=&quot;rangeslider&quot; value=&quot;1&quot; title=&quot;Toggle visibility of range slider&quot; onclick=&quot;dgr.toggleRangeSliders(&#039;dgr&#039;,this)&quot; /&gt; | Shape: &lt;select id=&quot;dgr-s5&quot; onchange=&quot;let shape = $(&#039;#dgr-s5&#039;).val(); if (shape == &#039;Spline&#039;) { Plotly.restyle(&#039;dgr-d5&#039;,{ &#039;mode&#039;: &#039;lines&#039;, &#039;line.shape&#039;: &#039;spline&#039;, }); } else if (shape == &#039;Linear&#039;) { Plotly.restyle(&#039;dgr-d5&#039;,{ &#039;mode&#039;: &#039;lines&#039;, &#039;line.shape&#039;: &#039;linear&#039;, }); } else if (shape == &#039;Marker&#039;) { Plotly.restyle(&#039;dgr-d5&#039;,{ &#039;mode&#039;: &#039;markers&#039;, &#039;marker.color&#039;: &#039;#8b008b&#039;, }); } else if (shape == &#039;Quality&#039;) { let z = dgr.getZArray(5); Plotly.restyle(&#039;dgr-d5&#039;,{ mode: &#039;markers&#039;, marker: { color: z, size: 3, symbol: &#039;circle&#039;, }, }); }&quot; title=&quot;Connect data points with straight lines, splines or show markers&quot;&gt;&lt;option value=&quot;Spline&quot; selected=&quot;selected&quot;&gt;Spline&lt;/option&gt;&lt;option value=&quot;Linear&quot;&gt;Linear&lt;/option&gt;&lt;option value=&quot;Marker&quot;&gt;Marker&lt;/option&gt;&lt;option value=&quot;Quality&quot;&gt;Quality&lt;/option&gt;&lt;/select&gt; | FillArea:&lt;input type=&quot;checkbox&quot; id=&quot;dgr-f5&quot; style=&quot;vertical-align: middle&quot; value=&quot;1&quot; checked=&quot;checked&quot; title=&quot;Toggle colored area above or below graph&quot; onclick=&quot;let fill = this.checked? &#039;tozeroy&#039;: &#039;none&#039;; Plotly.restyle(&#039;dgr-d5&#039;,{ &#039;fill&#039;: fill, });&quot; /&gt; | &lt;button id=&quot;dgr-y5&quot; type=&quot;button&quot; onclick=&quot;dgr.rescaleY(&#039;dgr-d5&#039;,0,1000)&quot; title=&quot;Rescale Y axis according to visible data or original state&quot;&gt;Scale Y Axis&lt;/button&gt;
       | &lt;button type=&quot;button&quot; onclick=&quot;let plot = $(&#039;#dgr-d5&#039;); Plotly.downloadImage(plot[0],{ format: &#039;png&#039;, width: plot.width(), height: plot.height(), filename: &#039;GlobalRadiation&#039;, });&quot; title=&quot;Download plot graphic as PNG&quot;&gt;Download as PNG&lt;/button&gt;
      &lt;div id=&quot;dgr-c5&quot; style=&quot;position: absolute; bottom: 7px; right: 10px&quot;&gt;&lt;/div&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
  // &lt;![CDATA[
  var dgr = (function() {
    let trace = {
      type: &#039;scatter&#039;,
      mode: &#039;lines&#039;,
      fill: &#039;tozeroy&#039;,
      fillcolor: &#039;#e0e0e0&#039;,
      line: {
        width: 1,
        color: &#039;#ff0000&#039;,
        shape: &#039;spline&#039;,
      },
      marker: {
        size: 3,
        color: &#039;#ff0000&#039;,
        symbol: &#039;circle&#039;,
      },
      x: [],
      y: [],
    };
    let layout = {
      plot_bgcolor: &#039;#ffffff&#039;,
      paper_bgcolor: &#039;#f8f8f8&#039;,
      title: {
        font: {
          color: &#039;#ff0000&#039;,
          size: 16,
        },
        yref: &#039;container&#039;,
        yanchor: &#039;top&#039;,
        y: 0.9357,
      },
      spikedistance: -1,
      height: 280,
      margin: {
        t: 48,
        b: 98,
        autoexpand: false,
      },
      xaxis: {
        type: &#039;date&#039;,
        fixedrange: false,
        mirror: true,
        linecolor: &#039;#d0d0d0&#039;,
        gridcolor: &#039;#e8e8e8&#039;,
        hoverformat: &#039;%Y-%m-%d %H:%M:%S&#039;,
        ticklen: 5,
        tickcolor: &#039;#d0d0d0&#039;,
        tickfont: {
          size: 11,
        },
        showspikes: true,
        spikethickness: 1,
        spikesnap: &#039;data&#039;,
        spikecolor: &#039;#000000&#039;,
        spikedash: &#039;dot&#039;,
        rangeslider: {
          autorange: true,
          bordercolor: &#039;#e0e0e0&#039;,
          borderwidth: 1,
          thickness: 0.1866,
          visible: true,
        },
        title: {
          font: {
            size: 13,
          },
        },
        zeroline: true,
        zerolinecolor: &#039;#d0d0d0&#039;,
      },
      yaxis: {
        type: &#039;linear&#039;,
        fixedrange: true,
        automargin: true,
        mirror: true,
        linecolor: &#039;#d0d0d0&#039;,
        range: [-1,1],
        ticklen: 4,
        tickcolor: &#039;#d0d0d0&#039;,
        tickfont: {
          size: 11,
        },
        gridcolor: &#039;#e8e8e8&#039;,
        showspikes: true,
        side: &#039;left&#039;,
        spikethickness: 1,
        spikesnap: &#039;data&#039;,
        spikecolor: &#039;#000000&#039;,
        spikedash: &#039;dot&#039;,
        title: {
          font: {
            color: &#039;#ff0000&#039;,
            size: 13,
          },
        },
        zeroline: true,
        zerolinecolor: &#039;#d0d0d0&#039;,
      },
    };
    let config = {
      displayModeBar: false,
      doubleClickDelay: 1000,
      responsive: true,
    };
    let vars = {
      height: [280,237],
      bottomMargin: [98,55],
      titleY: [0.9357,0.9240],
      strict: false,
      zArrays: [],
    };
    let rescaleY = function (dId,yMinOrig,yMaxOrig) {
      let d = $(&#039;#&#039;+dId)[0];
      if (d.layout.yaxis.range[0] != yMinOrig ||
          d.layout.yaxis.range[1] != yMaxOrig) {
        Plotly.relayout(dId,{&#039;yaxis.range&#039;: [yMinOrig,yMaxOrig]});
        return;
      };
      let x = d.data[0].x;
      if (x.length == 0)
        return;
      let xMin = Number(d.layout.xaxis.range[0]);
      let xMax = Number(d.layout.xaxis.range[1]);
      let y = d.data[0].y;
      let yMin, yMax;
      for (let i = 0; i &lt; x.length; i++) {
        if (x[i] &gt;= xMin &amp;&amp;amp; x[i] &lt;= xMax) {
          if (yMin === undefined || y[i] &lt; yMin)
            yMin = y[i];
          if (yMax === undefined || y[i] &gt; yMax)
            yMax = y[i];
        }
      }
      Plotly.relayout(dId,{&#039;yaxis.range&#039;: [yMin,yMax]})
    };
    let setRangeSlider = function (groupId,i,bool) {
      let dId = groupId+&#039;-d&#039;+i;
      if (bool) {
        Plotly.relayout(dId,{
          &#039;xaxis.rangeslider.visible&#039;: true,
          &#039;xaxis.fixedrange&#039;: false,
          &#039;height&#039;: vars.height[0],
          &#039;margin.b&#039;: vars.bottomMargin[0],
          &#039;title.y&#039;: vars.titleY[0],
        });
        $(&#039;#&#039;+dId).height(vars.height[0]);
      }
      else {
        Plotly.relayout(dId,{
          &#039;xaxis.rangeslider.visible&#039;: false,
          &#039;xaxis.fixedrange&#039;: true,
          &#039;height&#039;: vars.height[1],
          &#039;margin.b&#039;: vars.bottomMargin[1],
          &#039;title.y&#039;: vars.titleY[1],
        });
        $(&#039;#&#039;+dId).height(vars.height[1]);
      }
      let cbId = groupId+&#039;-r&#039;+i;
      $(&#039;#&#039;+cbId).prop(&#039;checked&#039;,bool);
      let div = $(&#039;#&#039;+dId)[0];
      if (bool) {
        div.on(&#039;plotly_relayout&#039;,function(ed) {
          if (ed[&#039;yaxis.range&#039;]) {
            return;
          }
          $(&#039;#&#039;+groupId+&#039; &#039;+&#039;.diagram&#039;).each(function(j) {
            if (j+1 != i &amp;&amp;amp; ed[&#039;height&#039;] === undefined) {
              Plotly.relayout(this,ed);
            }
          });
        });
      }
    };
    let toggleRangeSliders = function (groupId,e) {
      $(&#039;#&#039;+groupId+&#039; .diagram&#039;).each(function(i) {
        this.removeAllListeners(&#039;plotly_relayout&#039;);
      });
      $(&#039;#&#039;+groupId+&#039; .rangeslider&#039;).each(function(i) {
        i++;
        let state = this == e? this.checked: false;
        setRangeSlider(groupId,i,state);
      });
    };
    let setTrace = function (name,i,trace,layout,shape,x,y,z) {
      trace.x = x;
      trace.y = y;
      if (shape == &#039;Spline&#039;) {
        trace.mode = &#039;lines&#039;;
        trace.line.shape = &#039;spline&#039;;
        trace.marker.color = trace.line.color;
      }
      else if (shape == &#039;Linear&#039;) {
        trace.mode = &#039;lines&#039;;
        trace.line.shape = &#039;linear&#039;;
        trace.marker.color = trace.line.color;
      }
      else if (shape == &#039;Marker&#039;) {
        trace.mode = &#039;markers&#039;;
        trace.marker.color = trace.line.color;
      }
      else {
        trace.mode = &#039;markers&#039;;
        trace.marker = {
          color: z,
          size: 3,
          symbol: &#039;circle&#039;,
        }
      }
      if (z.length) {
        vars.zArrays[i-1] = z.slice();
      }
      if (!x.length) {
        layout.annotations = [{
          text: &#039;No data found&#039;,
          xref: &#039;paper&#039;,
          yref: &#039;paper&#039;,
          showarrow: false,
          font: {
            size: 28,
            color: &#039;#a0a0a0&#039;,
          },
        }];
        setRangeSlider(name,i,false);
        $(&#039;#&#039;+name+&#039;-r&#039;+i).prop(&#039;disabled&#039;,true);
        $(&#039;#&#039;+name+&#039;-s&#039;+i).prop(&#039;disabled&#039;,true);
        $(&#039;#&#039;+name+&#039;-y&#039;+i).prop(&#039;disabled&#039;,true);
      }
      let dId = name+&#039;-d&#039;+i;
      Plotly.deleteTraces(dId,0);
      Plotly.addTraces(dId,trace);
      $(&#039;#&#039;+name+&#039;-c&#039;+i).html(x.length.toString()+&#039; data points&#039;);
      return;
    };
    let loadDataSetTrace = function (name,i,trace,layout,shape,url) {
      $.ajax({
        type: &#039;GET&#039;,
        url: url,
        async: true,
        beforeSend: function () {
          $(&#039;body&#039;).css(&#039;cursor&#039;,&#039;wait&#039;);
        },
        complete: function () {
          $(&#039;body&#039;).css(&#039;cursor&#039;,&#039;default&#039;);
        },
        error: function () {
          let msg = &#039;ERROR: Ajax request failed: &#039;+url;
          if (vars.strict)
            alert(msg);
          else
            console.log(msg);
        },
        success: function (data,textStatus,jqXHR) {
          let x = [];
          let y = [];
          let z = [];
          let rows = data.split(&#039;\n&#039;);
          for (let i = 0; i &lt; rows.length-1; i++) {
            let arr = rows[i].split(&#039;\t&#039;);
            x.push(arr[0]);
            y.push(parseFloat(arr[1]));
            if (arr.length &gt; 2)
              z.push(arr[2]);
          }
          setTrace(name,i,trace,layout,shape,x,y,z);
        },
      });
    };
    let generatePlot = function (name,i,title,yTitle,yTitleColor,color,xMin,xMax,yMin,yMax,showRangeSlider,shape,url,x,y,z) {
      let t = $.extend(true,{},trace);
      t.line.color = color;
      t.marker.color = color;
      let l = $.extend(true,{},layout);
      l.title.text = title;
      l.title.font.color = color;
      l.xaxis.range = [xMin,xMax];
      l.yaxis.title.text = yTitle;
      l.yaxis.title.font.color = yTitleColor;
      l.yaxis.range = [yMin,yMax];
      let dId = name+&#039;-d&#039;+i;
      Plotly.newPlot(dId,[t],l,config).then(
        function() {
          if (url)
            loadDataSetTrace(name,i,t,l,shape,url);
          else
            setTrace(name,i,t,l,shape,x,y,z);
        },
        function() {
          alert(&#039;ERROR: plot creation failed: &#039;+title);
        }
      );
      setRangeSlider(name,i,showRangeSlider);
      let d = $(&#039;#&#039;+dId)[0];
      $(d).data(&#039;yMinOrig&#039;,yMin);
      $(d).data(&#039;yMaxOrig&#039;,yMax);
      d.on(&#039;plotly_doubleclick&#039;,function (data) {
        $(&#039;#&#039;+name+&#039; .diagram&#039;).each(function(i) {
          let yMin = $(this).data(&#039;yMinOrig&#039;);
          let yMax = $(this).data(&#039;yMaxOrig&#039;);
          Plotly.relayout(this,{&#039;yaxis.range&#039;: [yMin,yMax]});
        });
      });
    };
    let getZArray = function (i) {
      return vars.zArrays[i-1];
    };
    return {
      getZArray: getZArray,
      generatePlot: generatePlot,
      setRangeSlider: setRangeSlider,
      toggleRangeSliders: toggleRangeSliders,
      rescaleY: rescaleY,
    };
  })();
  $(function() {
    dgr.generatePlot(&#039;dgr&#039;,1,&#039;AirTemperature&#039;,&#039;°C&#039;,&#039;#ff0000&#039;,&#039;#ff0000&#039;,&#039;2009-02-19 00:00:00&#039;,&#039;2009-02-24 00:00:00&#039;,-1.9,7.1,true,&#039;Spline&#039;,&#039;&#039;,[&#039;2009-02-19 00:00:00&#039;,&#039;2009-02-19 00:10:00&#039;,&#039;2009-02-19 00:20:00&#039;,&#039;2009-02-19 00:30:00&#039;,&#039;2009-02-19 00:40:00&#039;,&#039;2009-02-19 00:50:00&#039;,&#039;2009-02-19 01:00:00&#039;,&#039;2009-02-19 01:10:00&#039;,&#039;2009-02-19 01:20:00&#039;,&#039;2009-02-19 01:30:00&#039;,&#039;2009-02-19 01:40:00&#039;,&#039;2009-02-19 01:50:00&#039;,&#039;2009-02-19 02:00:00&#039;,&#039;2009-02-19 02:10:00&#039;,&#039;2009-02-19 02:20:00&#039;,&#039;2009-02-19 02:30:00&#039;,&#039;2009-02-19 02:40:00&#039;,&#039;2009-02-19 02:50:00&#039;,&#039;2009-02-19 03:00:00&#039;,&#039;2009-02-19 03:10:00&#039;,&#039;2009-02-19 03:20:00&#039;,&#039;2009-02-19 03:30:00&#039;,&#039;2009-02-19 03:40:00&#039;,&#039;2009-02-19 03:50:00&#039;,&#039;2009-02-19 04:00:00&#039;,&#039;2009-02-19 04:10:00&#039;,&#039;2009-02-19 04:20:00&#039;,&#039;2009-02-19 04:30:00&#039;,&#039;2009-02-19 04:40:00&#039;,&#039;2009-02-19 04:50:00&#039;,&#039;2009-02-19 05:00:00&#039;,&#039;2009-02-19 05:10:00&#039;,&#039;2009-02-19 05:20:00&#039;,&#039;2009-02-19 05:30:00&#039;,&#039;2009-02-19 05:40:00&#039;,&#039;2009-02-19 05:50:00&#039;,&#039;2009-02-19 06:00:00&#039;,&#039;2009-02-19 06:10:00&#039;,&#039;2009-02-19 06:20:00&#039;,&#039;2009-02-19 06:30:00&#039;,&#039;2009-02-19 06:40:00&#039;,&#039;2009-02-19 06:50:00&#039;,&#039;2009-02-19 07:00:00&#039;,&#039;2009-02-19 07:10:00&#039;,&#039;2009-02-19 07:20:00&#039;,&#039;2009-02-19 07:30:00&#039;,&#039;2009-02-19 07:40:00&#039;,&#039;2009-02-19 07:50:00&#039;,&#039;2009-02-19 08:00:00&#039;,&#039;2009-02-19 08:10:00&#039;,&#039;2009-02-19 08:20:00&#039;,&#039;2009-02-19 08:30:00&#039;,&#039;2009-02-19 08:40:00&#039;,&#039;2009-02-19 08:50:00&#039;,&#039;2009-02-19 09:00:00&#039;,&#039;2009-02-19 09:10:00&#039;,&#039;2009-02-19 09:20:00&#039;,&#039;2009-02-19 09:30:00&#039;,&#039;2009-02-19 09:40:00&#039;,&#039;2009-02-19 09:50:00&#039;,&#039;2009-02-19 10:00:00&#039;,&#039;2009-02-19 10:10:00&#039;,&#039;2009-02-19 10:20:00&#039;,&#039;2009-02-19 10:30:00&#039;,&#039;2009-02-19 10:40:00&#039;,&#039;2009-02-19 10:50:00&#039;,&#039;2009-02-19 11:00:00&#039;,&#039;2009-02-19 11:10:00&#039;,&#039;2009-02-19 11:20:00&#039;,&#039;2009-02-19 11:30:00&#039;,&#039;2009-02-19 11:40:00&#039;,&#039;2009-02-19 11:50:00&#039;,&#039;2009-02-19 12:00:00&#039;,&#039;2009-02-19 12:10:00&#039;,&#039;2009-02-19 12:20:00&#039;,&#039;2009-02-19 12:30:00&#039;,&#039;2009-02-19 12:40:00&#039;,&#039;2009-02-19 12:50:00&#039;,&#039;2009-02-19 13:00:00&#039;,&#039;2009-02-19 13:10:00&#039;,&#039;2009-02-19 13:20:00&#039;,&#039;2009-02-19 13:30:00&#039;,&#039;2009-02-19 13:40:00&#039;,&#039;2009-02-19 13:50:00&#039;,&#039;2009-02-19 14:00:00&#039;,&#039;2009-02-19 14:10:00&#039;,&#039;2009-02-19 14:20:00&#039;,&#039;2009-02-19 14:30:00&#039;,&#039;2009-02-19 14:40:00&#039;,&#039;2009-02-19 14:50:00&#039;,&#039;2009-02-19 15:00:00&#039;,&#039;2009-02-19 15:10:00&#039;,&#039;2009-02-19 15:20:00&#039;,&#039;2009-02-19 15:30:00&#039;,&#039;2009-02-19 15:40:00&#039;,&#039;2009-02-19 15:50:00&#039;,&#039;2009-02-19 16:00:00&#039;,&#039;2009-02-19 16:10:00&#039;,&#039;2009-02-19 16:20:00&#039;,&#039;2009-02-19 16:30:00&#039;,&#039;2009-02-19 16:40:00&#039;,&#039;2009-02-19 16:50:00&#039;,&#039;2009-02-19 17:00:00&#039;,&#039;2009-02-19 17:10:00&#039;,&#039;2009-02-19 17:20:00&#039;,&#039;2009-02-19 17:30:00&#039;,&#039;2009-02-19 17:40:00&#039;,&#039;2009-02-19 17:50:00&#039;,&#039;2009-02-19 18:00:00&#039;,&#039;2009-02-19 18:10:00&#039;,&#039;2009-02-19 18:20:00&#039;,&#039;2009-02-19 18:30:00&#039;,&#039;2009-02-19 18:40:00&#039;,&#039;2009-02-19 18:50:00&#039;,&#039;2009-02-19 19:00:00&#039;,&#039;2009-02-19 19:10:00&#039;,&#039;2009-02-19 19:20:00&#039;,&#039;2009-02-19 19:30:00&#039;,&#039;2009-02-19 19:40:00&#039;,&#039;2009-02-19 19:50:00&#039;,&#039;2009-02-19 20:00:00&#039;,&#039;2009-02-19 20:10:00&#039;,&#039;2009-02-19 20:20:00&#039;,&#039;2009-02-19 20:30:00&#039;,&#039;2009-02-19 20:40:00&#039;,&#039;2009-02-19 20:50:00&#039;,&#039;2009-02-19 21:00:00&#039;,&#039;2009-02-19 21:10:00&#039;,&#039;2009-02-19 21:20:00&#039;,&#039;2009-02-19 21:30:00&#039;,&#039;2009-02-19 21:40:00&#039;,&#039;2009-02-19 21:50:00&#039;,&#039;2009-02-19 22:00:00&#039;,&#039;2009-02-19 22:10:00&#039;,&#039;2009-02-19 22:20:00&#039;,&#039;2009-02-19 22:30:00&#039;,&#039;2009-02-19 22:40:00&#039;,&#039;2009-02-19 22:50:00&#039;,&#039;2009-02-19 23:00:00&#039;,&#039;2009-02-19 23:10:00&#039;,&#039;2009-02-19 23:20:00&#039;,&#039;2009-02-19 23:30:00&#039;,&#039;2009-02-19 23:40:00&#039;,&#039;2009-02-19 23:50:00&#039;,&#039;2009-02-20 00:00:00&#039;,&#039;2009-02-20 00:10:00&#039;,&#039;2009-02-20 00:20:00&#039;,&#039;2009-02-20 00:30:00&#039;,&#039;2009-02-20 00:40:00&#039;,&#039;2009-02-20 00:50:00&#039;,&#039;2009-02-20 01:00:00&#039;,&#039;2009-02-20 01:10:00&#039;,&#039;2009-02-20 01:20:00&#039;,&#039;2009-02-20 01:30:00&#039;,&#039;2009-02-20 01:40:00&#039;,&#039;2009-02-20 01:50:00&#039;,&#039;2009-02-20 02:00:00&#039;,&#039;2009-02-20 02:10:00&#039;,&#039;2009-02-20 02:20:00&#039;,&#039;2009-02-20 02:30:00&#039;,&#039;2009-02-20 02:40:00&#039;,&#039;2009-02-20 02:50:00&#039;,&#039;2009-02-20 03:00:00&#039;,&#039;2009-02-20 03:10:00&#039;,&#039;2009-02-20 03:20:00&#039;,&#039;2009-02-20 03:30:00&#039;,&#039;2009-02-20 03:40:00&#039;,&#039;2009-02-20 03:50:00&#039;,&#039;2009-02-20 04:00:00&#039;,&#039;2009-02-20 04:10:00&#039;,&#039;2009-02-20 04:20:00&#039;,&#039;2009-02-20 04:30:00&#039;,&#039;2009-02-20 04:40:00&#039;,&#039;2009-02-20 04:50:00&#039;,&#039;2009-02-20 05:00:00&#039;,&#039;2009-02-20 05:10:00&#039;,&#039;2009-02-20 05:20:00&#039;,&#039;2009-02-20 05:30:00&#039;,&#039;2009-02-20 05:40:00&#039;,&#039;2009-02-20 05:50:00&#039;,&#039;2009-02-20 06:00:00&#039;,&#039;2009-02-20 06:10:00&#039;,&#039;2009-02-20 06:20:00&#039;,&#039;2009-02-20 06:30:00&#039;,&#039;2009-02-20 06:40:00&#039;,&#039;2009-02-20 06:50:00&#039;,&#039;2009-02-20 07:00:00&#039;,&#039;2009-02-20 07:10:00&#039;,&#039;2009-02-20 07:20:00&#039;,&#039;2009-02-20 07:30:00&#039;,&#039;2009-02-20 07:40:00&#039;,&#039;2009-02-20 07:50:00&#039;,&#039;2009-02-20 08:00:00&#039;,&#039;2009-02-20 08:10:00&#039;,&#039;2009-02-20 08:20:00&#039;,&#039;2009-02-20 08:30:00&#039;,&#039;2009-02-20 08:40:00&#039;,&#039;2009-02-20 08:50:00&#039;,&#039;2009-02-20 09:00:00&#039;,&#039;2009-02-20 09:10:00&#039;,&#039;2009-02-20 09:20:00&#039;,&#039;2009-02-20 09:30:00&#039;,&#039;2009-02-20 09:40:00&#039;,&#039;2009-02-20 09:50:00&#039;,&#039;2009-02-20 10:00:00&#039;,&#039;2009-02-20 10:10:00&#039;,&#039;2009-02-20 10:20:00&#039;,&#039;2009-02-20 10:30:00&#039;,&#039;2009-02-20 10:40:00&#039;,&#039;2009-02-20 10:50:00&#039;,&#039;2009-02-20 11:00:00&#039;,&#039;2009-02-20 11:10:00&#039;,&#039;2009-02-20 11:20:00&#039;,&#039;2009-02-20 11:30:00&#039;,&#039;2009-02-20 11:40:00&#039;,&#039;2009-02-20 11:50:00&#039;,&#039;2009-02-20 12:00:00&#039;,&#039;2009-02-20 12:10:00&#039;,&#039;2009-02-20 12:20:00&#039;,&#039;2009-02-20 12:30:00&#039;,&#039;2009-02-20 12:40:00&#039;,&#039;2009-02-20 12:50:00&#039;,&#039;2009-02-20 13:00:00&#039;,&#039;2009-02-20 13:10:00&#039;,&#039;2009-02-20 13:20:00&#039;,&#039;2009-02-20 13:30:00&#039;,&#039;2009-02-20 13:40:00&#039;,&#039;2009-02-20 13:50:00&#039;,&#039;2009-02-20 14:00:00&#039;,&#039;2009-02-20 14:10:00&#039;,&#039;2009-02-20 14:20:00&#039;,&#039;2009-02-20 14:30:00&#039;,&#039;2009-02-20 14:40:00&#039;,&#039;2009-02-20 14:50:00&#039;,&#039;2009-02-20 15:00:00&#039;,&#039;2009-02-20 15:10:00&#039;,&#039;2009-02-20 15:20:00&#039;,&#039;2009-02-20 15:30:00&#039;,&#039;2009-02-20 15:40:00&#039;,&#039;2009-02-20 15:50:00&#039;,&#039;2009-02-20 16:00:00&#039;,&#039;2009-02-20 16:10:00&#039;,&#039;2009-02-20 16:20:00&#039;,&#039;2009-02-20 16:30:00&#039;,&#039;2009-02-20 16:40:00&#039;,&#039;2009-02-20 16:50:00&#039;,&#039;2009-02-20 17:00:00&#039;,&#039;2009-02-20 17:10:00&#039;,&#039;2009-02-20 17:20:00&#039;,&#039;2009-02-20 17:30:00&#039;,&#039;2009-02-20 17:40:00&#039;,&#039;2009-02-20 17:50:00&#039;,&#039;2009-02-20 18:00:00&#039;,&#039;2009-02-20 18:10:00&#039;,&#039;2009-02-20 18:20:00&#039;,&#039;2009-02-20 18:30:00&#039;,&#039;2009-02-20 18:40:00&#039;,&#039;2009-02-20 18:50:00&#039;,&#039;2009-02-20 19:00:00&#039;,&#039;2009-02-20 19:10:00&#039;,&#039;2009-02-20 19:20:00&#039;,&#039;2009-02-20 19:30:00&#039;,&#039;2009-02-20 19:40:00&#039;,&#039;2009-02-20 19:50:00&#039;,&#039;2009-02-20 20:00:00&#039;,&#039;2009-02-20 20:10:00&#039;,&#039;2009-02-20 20:20:00&#039;,&#039;2009-02-20 20:30:00&#039;,&#039;2009-02-20 20:40:00&#039;,&#039;2009-02-20 20:50:00&#039;,&#039;2009-02-20 21:00:00&#039;,&#039;2009-02-20 21:10:00&#039;,&#039;2009-02-20 21:20:00&#039;,&#039;2009-02-20 21:30:00&#039;,&#039;2009-02-20 21:40:00&#039;,&#039;2009-02-20 21:50:00&#039;,&#039;2009-02-20 22:00:00&#039;,&#039;2009-02-20 22:10:00&#039;,&#039;2009-02-20 22:20:00&#039;,&#039;2009-02-20 22:30:00&#039;,&#039;2009-02-20 22:40:00&#039;,&#039;2009-02-20 22:50:00&#039;,&#039;2009-02-20 23:00:00&#039;,&#039;2009-02-20 23:10:00&#039;,&#039;2009-02-20 23:20:00&#039;,&#039;2009-02-20 23:30:00&#039;,&#039;2009-02-20 23:40:00&#039;,&#039;2009-02-20 23:50:00&#039;,&#039;2009-02-21 00:00:00&#039;,&#039;2009-02-21 00:10:00&#039;,&#039;2009-02-21 00:20:00&#039;,&#039;2009-02-21 00:30:00&#039;,&#039;2009-02-21 00:40:00&#039;,&#039;2009-02-21 00:50:00&#039;,&#039;2009-02-21 01:00:00&#039;,&#039;2009-02-21 01:10:00&#039;,&#039;2009-02-21 01:20:00&#039;,&#039;2009-02-21 01:30:00&#039;,&#039;2009-02-21 01:40:00&#039;,&#039;2009-02-21 01:50:00&#039;,&#039;2009-02-21 02:00:00&#039;,&#039;2009-02-21 02:10:00&#039;,&#039;2009-02-21 02:20:00&#039;,&#039;2009-02-21 02:30:00&#039;,&#039;2009-02-21 02:40:00&#039;,&#039;2009-02-21 02:50:00&#039;,&#039;2009-02-21 03:00:00&#039;,&#039;2009-02-21 03:10:00&#039;,&#039;2009-02-21 03:20:00&#039;,&#039;2009-02-21 03:30:00&#039;,&#039;2009-02-21 03:40:00&#039;,&#039;2009-02-21 03:50:00&#039;,&#039;2009-02-21 04:00:00&#039;,&#039;2009-02-21 04:10:00&#039;,&#039;2009-02-21 04:20:00&#039;,&#039;2009-02-21 04:30:00&#039;,&#039;2009-02-21 04:40:00&#039;,&#039;2009-02-21 04:50:00&#039;,&#039;2009-02-21 05:00:00&#039;,&#039;2009-02-21 05:10:00&#039;,&#039;2009-02-21 05:20:00&#039;,&#039;2009-02-21 05:30:00&#039;,&#039;2009-02-21 05:40:00&#039;,&#039;2009-02-21 05:50:00&#039;,&#039;2009-02-21 06:00:00&#039;,&#039;2009-02-21 06:10:00&#039;,&#039;2009-02-21 06:20:00&#039;,&#039;2009-02-21 06:30:00&#039;,&#039;2009-02-21 06:40:00&#039;,&#039;2009-02-21 06:50:00&#039;,&#039;2009-02-21 07:00:00&#039;,&#039;2009-02-21 07:10:00&#039;,&#039;2009-02-21 07:20:00&#039;,&#039;2009-02-21 07:30:00&#039;,&#039;2009-02-21 07:40:00&#039;,&#039;2009-02-21 07:50:00&#039;,&#039;2009-02-21 08:00:00&#039;,&#039;2009-02-21 08:10:00&#039;,&#039;2009-02-21 08:20:00&#039;,&#039;2009-02-21 08:30:00&#039;,&#039;2009-02-21 08:40:00&#039;,&#039;2009-02-21 08:50:00&#039;,&#039;2009-02-21 09:00:00&#039;,&#039;2009-02-21 09:10:00&#039;,&#039;2009-02-21 09:20:00&#039;,&#039;2009-02-21 09:30:00&#039;,&#039;2009-02-21 09:40:00&#039;,&#039;2009-02-21 09:50:00&#039;,&#039;2009-02-21 10:00:00&#039;,&#039;2009-02-21 10:10:00&#039;,&#039;2009-02-21 10:20:00&#039;,&#039;2009-02-21 10:30:00&#039;,&#039;2009-02-21 10:40:00&#039;,&#039;2009-02-21 10:50:00&#039;,&#039;2009-02-21 11:00:00&#039;,&#039;2009-02-21 11:10:00&#039;,&#039;2009-02-21 11:20:00&#039;,&#039;2009-02-21 11:30:00&#039;,&#039;2009-02-21 11:40:00&#039;,&#039;2009-02-21 11:50:00&#039;,&#039;2009-02-21 12:00:00&#039;,&#039;2009-02-21 12:10:00&#039;,&#039;2009-02-21 12:20:00&#039;,&#039;2009-02-21 12:30:00&#039;,&#039;2009-02-21 12:40:00&#039;,&#039;2009-02-21 12:50:00&#039;,&#039;2009-02-21 13:00:00&#039;,&#039;2009-02-21 13:10:00&#039;,&#039;2009-02-21 13:20:00&#039;,&#039;2009-02-21 13:30:00&#039;,&#039;2009-02-21 13:40:00&#039;,&#039;2009-02-21 13:50:00&#039;,&#039;2009-02-21 14:00:00&#039;,&#039;2009-02-21 14:10:00&#039;,&#039;2009-02-21 14:20:00&#039;,&#039;2009-02-21 14:30:00&#039;,&#039;2009-02-21 14:40:00&#039;,&#039;2009-02-21 14:50:00&#039;,&#039;2009-02-21 15:00:00&#039;,&#039;2009-02-21 15:10:00&#039;,&#039;2009-02-21 15:20:00&#039;,&#039;2009-02-21 15:30:00&#039;,&#039;2009-02-21 15:40:00&#039;,&#039;2009-02-21 15:50:00&#039;,&#039;2009-02-21 16:00:00&#039;,&#039;2009-02-21 16:10:00&#039;,&#039;2009-02-21 16:20:00&#039;,&#039;2009-02-21 16:30:00&#039;,&#039;2009-02-21 16:40:00&#039;,&#039;2009-02-21 16:50:00&#039;,&#039;2009-02-21 17:00:00&#039;,&#039;2009-02-21 17:10:00&#039;,&#039;2009-02-21 17:20:00&#039;,&#039;2009-02-21 17:30:00&#039;,&#039;2009-02-21 17:40:00&#039;,&#039;2009-02-21 17:50:00&#039;,&#039;2009-02-21 18:00:00&#039;,&#039;2009-02-21 18:10:00&#039;,&#039;2009-02-21 18:20:00&#039;,&#039;2009-02-21 18:30:00&#039;,&#039;2009-02-21 18:40:00&#039;,&#039;2009-02-21 18:50:00&#039;,&#039;2009-02-21 19:00:00&#039;,&#039;2009-02-21 19:10:00&#039;,&#039;2009-02-21 19:20:00&#039;,&#039;2009-02-21 19:30:00&#039;,&#039;2009-02-21 19:40:00&#039;,&#039;2009-02-21 19:50:00&#039;,&#039;2009-02-21 20:00:00&#039;,&#039;2009-02-21 20:10:00&#039;,&#039;2009-02-21 20:20:00&#039;,&#039;2009-02-21 20:30:00&#039;,&#039;2009-02-21 20:40:00&#039;,&#039;2009-02-21 20:50:00&#039;,&#039;2009-02-21 21:00:00&#039;,&#039;2009-02-21 21:10:00&#039;,&#039;2009-02-21 21:20:00&#039;,&#039;2009-02-21 21:30:00&#039;,&#039;2009-02-21 21:40:00&#039;,&#039;2009-02-21 21:50:00&#039;,&#039;2009-02-21 22:00:00&#039;,&#039;2009-02-21 22:10:00&#039;,&#039;2009-02-21 22:20:00&#039;,&#039;2009-02-21 22:30:00&#039;,&#039;2009-02-21 22:40:00&#039;,&#039;2009-02-21 22:50:00&#039;,&#039;2009-02-21 23:00:00&#039;,&#039;2009-02-21 23:10:00&#039;,&#039;2009-02-21 23:20:00&#039;,&#039;2009-02-21 23:30:00&#039;,&#039;2009-02-21 23:40:00&#039;,&#039;2009-02-21 23:50:00&#039;,&#039;2009-02-22 00:00:00&#039;,&#039;2009-02-22 00:10:00&#039;,&#039;2009-02-22 00:20:00&#039;,&#039;2009-02-22 00:30:00&#039;,&#039;2009-02-22 00:40:00&#039;,&#039;2009-02-22 00:50:00&#039;,&#039;2009-02-22 01:00:00&#039;,&#039;2009-02-22 01:10:00&#039;,&#039;2009-02-22 01:20:00&#039;,&#039;2009-02-22 01:30:00&#039;,&#039;2009-02-22 01:40:00&#039;,&#039;2009-02-22 01:50:00&#039;,&#039;2009-02-22 02:00:00&#039;,&#039;2009-02-22 02:10:00&#039;,&#039;2009-02-22 02:20:00&#039;,&#039;2009-02-22 02:30:00&#039;,&#039;2009-02-22 02:40:00&#039;,&#039;2009-02-22 02:50:00&#039;,&#039;2009-02-22 03:00:00&#039;,&#039;2009-02-22 03:10:00&#039;,&#039;2009-02-22 03:20:00&#039;,&#039;2009-02-22 03:30:00&#039;,&#039;2009-02-22 03:40:00&#039;,&#039;2009-02-22 03:50:00&#039;,&#039;2009-02-22 04:00:00&#039;,&#039;2009-02-22 04:10:00&#039;,&#039;2009-02-22 04:20:00&#039;,&#039;2009-02-22 04:30:00&#039;,&#039;2009-02-22 04:40:00&#039;,&#039;2009-02-22 04:50:00&#039;,&#039;2009-02-22 05:00:00&#039;,&#039;2009-02-22 05:10:00&#039;,&#039;2009-02-22 05:20:00&#039;,&#039;2009-02-22 05:30:00&#039;,&#039;2009-02-22 05:40:00&#039;,&#039;2009-02-22 05:50:00&#039;,&#039;2009-02-22 06:00:00&#039;,&#039;2009-02-22 06:10:00&#039;,&#039;2009-02-22 06:20:00&#039;,&#039;2009-02-22 06:30:00&#039;,&#039;2009-02-22 06:40:00&#039;,&#039;2009-02-22 06:50:00&#039;,&#039;2009-02-22 07:00:00&#039;,&#039;2009-02-22 07:10:00&#039;,&#039;2009-02-22 07:20:00&#039;,&#039;2009-02-22 07:30:00&#039;,&#039;2009-02-22 07:40:00&#039;,&#039;2009-02-22 07:50:00&#039;,&#039;2009-02-22 08:00:00&#039;,&#039;2009-02-22 08:10:00&#039;,&#039;2009-02-22 08:20:00&#039;,&#039;2009-02-22 08:30:00&#039;,&#039;2009-02-22 08:40:00&#039;,&#039;2009-02-22 08:50:00&#039;,&#039;2009-02-22 09:00:00&#039;,&#039;2009-02-22 09:10:00&#039;,&#039;2009-02-22 09:20:00&#039;,&#039;2009-02-22 09:30:00&#039;,&#039;2009-02-22 09:40:00&#039;,&#039;2009-02-22 09:50:00&#039;,&#039;2009-02-22 10:00:00&#039;,&#039;2009-02-22 10:10:00&#039;,&#039;2009-02-22 10:20:00&#039;,&#039;2009-02-22 10:30:00&#039;,&#039;2009-02-22 10:40:00&#039;,&#039;2009-02-22 10:50:00&#039;,&#039;2009-02-22 11:00:00&#039;,&#039;2009-02-22 11:10:00&#039;,&#039;2009-02-22 11:20:00&#039;,&#039;2009-02-22 11:30:00&#039;,&#039;2009-02-22 11:40:00&#039;,&#039;2009-02-22 11:50:00&#039;,&#039;2009-02-22 12:00:00&#039;,&#039;2009-02-22 12:10:00&#039;,&#039;2009-02-22 12:20:00&#039;,&#039;2009-02-22 12:30:00&#039;,&#039;2009-02-22 12:40:00&#039;,&#039;2009-02-22 12:50:00&#039;,&#039;2009-02-22 13:00:00&#039;,&#039;2009-02-22 13:10:00&#039;,&#039;2009-02-22 13:20:00&#039;,&#039;2009-02-22 13:30:00&#039;,&#039;2009-02-22 13:40:00&#039;,&#039;2009-02-22 13:50:00&#039;,&#039;2009-02-22 14:00:00&#039;,&#039;2009-02-22 14:10:00&#039;,&#039;2009-02-22 14:20:00&#039;,&#039;2009-02-22 14:30:00&#039;,&#039;2009-02-22 14:40:00&#039;,&#039;2009-02-22 14:50:00&#039;,&#039;2009-02-22 15:00:00&#039;,&#039;2009-02-22 15:10:00&#039;,&#039;2009-02-22 15:20:00&#039;,&#039;2009-02-22 15:30:00&#039;,&#039;2009-02-22 15:40:00&#039;,&#039;2009-02-22 15:50:00&#039;,&#039;2009-02-22 16:00:00&#039;,&#039;2009-02-22 16:10:00&#039;,&#039;2009-02-22 16:20:00&#039;,&#039;2009-02-22 16:30:00&#039;,&#039;2009-02-22 16:40:00&#039;,&#039;2009-02-22 16:50:00&#039;,&#039;2009-02-22 17:00:00&#039;,&#039;2009-02-22 17:10:00&#039;,&#039;2009-02-22 17:20:00&#039;,&#039;2009-02-22 17:30:00&#039;,&#039;2009-02-22 17:40:00&#039;,&#039;2009-02-22 17:50:00&#039;,&#039;2009-02-22 18:00:00&#039;,&#039;2009-02-22 18:10:00&#039;,&#039;2009-02-22 18:20:00&#039;,&#039;2009-02-22 18:30:00&#039;,&#039;2009-02-22 18:40:00&#039;,&#039;2009-02-22 18:50:00&#039;,&#039;2009-02-22 19:00:00&#039;,&#039;2009-02-22 19:10:00&#039;,&#039;2009-02-22 19:20:00&#039;,&#039;2009-02-22 19:30:00&#039;,&#039;2009-02-22 19:40:00&#039;,&#039;2009-02-22 19:50:00&#039;,&#039;2009-02-22 20:00:00&#039;,&#039;2009-02-22 20:10:00&#039;,&#039;2009-02-22 20:20:00&#039;,&#039;2009-02-22 20:30:00&#039;,&#039;2009-02-22 20:40:00&#039;,&#039;2009-02-22 20:50:00&#039;,&#039;2009-02-22 21:00:00&#039;,&#039;2009-02-22 21:10:00&#039;,&#039;2009-02-22 21:20:00&#039;,&#039;2009-02-22 21:30:00&#039;,&#039;2009-02-22 21:40:00&#039;,&#039;2009-02-22 21:50:00&#039;,&#039;2009-02-22 22:00:00&#039;,&#039;2009-02-22 22:10:00&#039;,&#039;2009-02-22 22:20:00&#039;,&#039;2009-02-22 22:30:00&#039;,&#039;2009-02-22 22:40:00&#039;,&#039;2009-02-22 22:50:00&#039;,&#039;2009-02-22 23:00:00&#039;,&#039;2009-02-22 23:10:00&#039;,&#039;2009-02-22 23:20:00&#039;,&#039;2009-02-22 23:30:00&#039;,&#039;2009-02-22 23:40:00&#039;,&#039;2009-02-22 23:50:00&#039;,&#039;2009-02-23 00:00:00&#039;,&#039;2009-02-23 00:10:00&#039;,&#039;2009-02-23 00:20:00&#039;,&#039;2009-02-23 00:30:00&#039;,&#039;2009-02-23 00:40:00&#039;,&#039;2009-02-23 00:50:00&#039;,&#039;2009-02-23 01:00:00&#039;,&#039;2009-02-23 01:10:00&#039;,&#039;2009-02-23 01:20:00&#039;,&#039;2009-02-23 01:30:00&#039;,&#039;2009-02-23 01:40:00&#039;,&#039;2009-02-23 01:50:00&#039;,&#039;2009-02-23 02:00:00&#039;,&#039;2009-02-23 02:10:00&#039;,&#039;2009-02-23 02:20:00&#039;,&#039;2009-02-23 02:30:00&#039;,&#039;2009-02-23 02:40:00&#039;,&#039;2009-02-23 02:50:00&#039;,&#039;2009-02-23 03:00:00&#039;,&#039;2009-02-23 03:10:00&#039;,&#039;2009-02-23 03:20:00&#039;,&#039;2009-02-23 03:30:00&#039;,&#039;2009-02-23 03:40:00&#039;,&#039;2009-02-23 03:50:00&#039;,&#039;2009-02-23 04:00:00&#039;,&#039;2009-02-23 04:10:00&#039;,&#039;2009-02-23 04:20:00&#039;,&#039;2009-02-23 04:30:00&#039;,&#039;2009-02-23 04:40:00&#039;,&#039;2009-02-23 04:50:00&#039;,&#039;2009-02-23 05:00:00&#039;,&#039;2009-02-23 05:10:00&#039;,&#039;2009-02-23 05:20:00&#039;,&#039;2009-02-23 05:30:00&#039;,&#039;2009-02-23 05:40:00&#039;,&#039;2009-02-23 05:50:00&#039;,&#039;2009-02-23 06:00:00&#039;,&#039;2009-02-23 06:10:00&#039;,&#039;2009-02-23 06:20:00&#039;,&#039;2009-02-23 06:30:00&#039;,&#039;2009-02-23 06:40:00&#039;,&#039;2009-02-23 06:50:00&#039;,&#039;2009-02-23 07:00:00&#039;,&#039;2009-02-23 07:10:00&#039;,&#039;2009-02-23 07:20:00&#039;,&#039;2009-02-23 07:30:00&#039;,&#039;2009-02-23 07:40:00&#039;,&#039;2009-02-23 07:50:00&#039;,&#039;2009-02-23 08:00:00&#039;,&#039;2009-02-23 08:10:00&#039;,&#039;2009-02-23 08:20:00&#039;,&#039;2009-02-23 08:30:00&#039;,&#039;2009-02-23 08:40:00&#039;,&#039;2009-02-23 08:50:00&#039;,&#039;2009-02-23 09:00:00&#039;,&#039;2009-02-23 09:10:00&#039;,&#039;2009-02-23 09:20:00&#039;,&#039;2009-02-23 09:30:00&#039;,&#039;2009-02-23 09:40:00&#039;,&#039;2009-02-23 09:50:00&#039;,&#039;2009-02-23 10:00:00&#039;,&#039;2009-02-23 10:10:00&#039;,&#039;2009-02-23 10:20:00&#039;,&#039;2009-02-23 10:30:00&#039;,&#039;2009-02-23 10:40:00&#039;,&#039;2009-02-23 10:50:00&#039;,&#039;2009-02-23 11:00:00&#039;,&#039;2009-02-23 11:10:00&#039;,&#039;2009-02-23 11:20:00&#039;,&#039;2009-02-23 11:30:00&#039;,&#039;2009-02-23 11:40:00&#039;,&#039;2009-02-23 11:50:00&#039;,&#039;2009-02-23 12:00:00&#039;,&#039;2009-02-23 12:10:00&#039;,&#039;2009-02-23 12:20:00&#039;,&#039;2009-02-23 12:30:00&#039;,&#039;2009-02-23 12:40:00&#039;,&#039;2009-02-23 12:50:00&#039;,&#039;2009-02-23 13:00:00&#039;,&#039;2009-02-23 13:10:00&#039;,&#039;2009-02-23 13:20:00&#039;,&#039;2009-02-23 13:30:00&#039;,&#039;2009-02-23 13:40:00&#039;,&#039;2009-02-23 13:50:00&#039;,&#039;2009-02-23 14:00:00&#039;,&#039;2009-02-23 14:10:00&#039;,&#039;2009-02-23 14:20:00&#039;,&#039;2009-02-23 14:30:00&#039;,&#039;2009-02-23 14:40:00&#039;,&#039;2009-02-23 14:50:00&#039;,&#039;2009-02-23 15:00:00&#039;,&#039;2009-02-23 15:10:00&#039;,&#039;2009-02-23 15:20:00&#039;,&#039;2009-02-23 15:30:00&#039;,&#039;2009-02-23 15:40:00&#039;,&#039;2009-02-23 15:50:00&#039;,&#039;2009-02-23 16:00:00&#039;,&#039;2009-02-23 16:10:00&#039;,&#039;2009-02-23 16:20:00&#039;,&#039;2009-02-23 16:30:00&#039;,&#039;2009-02-23 16:40:00&#039;,&#039;2009-02-23 16:50:00&#039;,&#039;2009-02-23 17:00:00&#039;,&#039;2009-02-23 17:10:00&#039;,&#039;2009-02-23 17:20:00&#039;,&#039;2009-02-23 17:30:00&#039;,&#039;2009-02-23 17:40:00&#039;,&#039;2009-02-23 17:50:00&#039;,&#039;2009-02-23 18:00:00&#039;,&#039;2009-02-23 18:10:00&#039;,&#039;2009-02-23 18:20:00&#039;,&#039;2009-02-23 18:30:00&#039;,&#039;2009-02-23 18:40:00&#039;,&#039;2009-02-23 18:50:00&#039;,&#039;2009-02-23 19:00:00&#039;,&#039;2009-02-23 19:10:00&#039;,&#039;2009-02-23 19:20:00&#039;,&#039;2009-02-23 19:30:00&#039;,&#039;2009-02-23 19:40:00&#039;,&#039;2009-02-23 19:50:00&#039;,&#039;2009-02-23 20:00:00&#039;,&#039;2009-02-23 20:10:00&#039;,&#039;2009-02-23 20:20:00&#039;,&#039;2009-02-23 20:30:00&#039;,&#039;2009-02-23 20:40:00&#039;,&#039;2009-02-23 20:50:00&#039;,&#039;2009-02-23 21:00:00&#039;,&#039;2009-02-23 21:10:00&#039;,&#039;2009-02-23 21:20:00&#039;,&#039;2009-02-23 21:30:00&#039;,&#039;2009-02-23 21:40:00&#039;,&#039;2009-02-23 21:50:00&#039;,&#039;2009-02-23 22:00:00&#039;,&#039;2009-02-23 22:10:00&#039;,&#039;2009-02-23 22:20:00&#039;,&#039;2009-02-23 22:30:00&#039;,&#039;2009-02-23 22:40:00&#039;,&#039;2009-02-23 22:50:00&#039;,&#039;2009-02-23 23:00:00&#039;,&#039;2009-02-23 23:10:00&#039;,&#039;2009-02-23 23:20:00&#039;,&#039;2009-02-23 23:30:00&#039;,&#039;2009-02-23 23:40:00&#039;,&#039;2009-02-23 23:50:00&#039;,&#039;2009-02-24 00:00:00&#039;],[-1.2,-1.2,-1.2,-1.2,-1.2,-1.3,-1.3,-1.3,-1.3,-1.2,-1.2,-1.2,-1.2,-1.1,-1.1,-1.1,-1.2,-1.2,-1.1,-1.1,-1.1,-1.1,-1.1,-1,-0.8,-0.8,-0.7,-0.7,-0.8,-0.8,-0.9,-0.9,-0.9,-0.8,-0.9,-0.9,-0.9,-1,-1.1,-1.3,-1.5,-1.7,-1.8,-1.8,-1.9,-1.9,-1.8,-1.7,-1.6,-1.5,-1.3,-1.2,-1.2,-0.9,-0.7,-0.6,-0.5,-0.4,-0.2,0,0,0.1,0.1,0.2,0.4,0.6,0.6,0.7,0.8,0.9,0.9,0.9,0.9,0.9,0.9,1.1,1.4,1.5,1.6,1.4,1,0.8,0.8,0.6,0.5,0.4,0.3,0.2,0.4,0.7,1.1,1.1,1,1,1.1,1.1,1.1,0.9,0.7,0.6,0.5,0.5,0.5,0.4,0.4,0.2,0,-0.1,-0.2,-0.3,-0.3,-0.4,-0.4,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.4,-0.4,-0.4,-0.4,-0.3,-0.3,-0.3,-0.2,-0.2,-0.2,-0.1,-0.1,-0.1,0,0,0,0.1,0.1,0.1,0.1,0.2,0.2,0.3,0.4,0.5,0.5,0.6,0.7,0.7,0.7,0.8,0.9,1.1,1.1,1.1,1.3,1.3,1.3,1.4,1.5,1.6,1.7,1.7,1.7,1.7,1.7,1.7,1.5,1.4,1.6,1.7,1.7,1.7,1.6,1.6,1.7,1.6,1.5,1.6,1.6,1.6,1.6,1.7,1.8,1.8,1.9,2,2.1,2.1,2,1.9,2,2.2,2.2,2.2,2.2,2.2,2.3,2.5,2.6,2.6,2.7,2.7,2.8,2.9,2.9,3,3.1,3.2,3.2,3.3,3.3,3.4,3.4,3.5,3.5,3.6,3.5,3.5,3.5,3.6,3.7,3.8,3.8,3.8,3.9,4,4,3.9,3.9,4,3.9,3.9,3.8,3.7,3.8,3.8,3.7,3.7,3.6,3.5,3.3,3.1,2.9,2.7,2.6,2.4,2.2,2.1,2,1.8,1.7,1.6,1.5,1.4,1.3,1.2,1.1,1,0.9,0.8,0.8,0.8,0.7,0.6,0.6,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.4,0.4,0.4,0.4,0.4,0.5,0.5,0.5,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.3,0.3,0.4,0.3,0.3,0.2,0.2,0.2,0.2,0.1,0.1,0.1,0.1,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,-0.1,-0.1,-0.1,-0.1,-0.1,-0.1,0,0,0,0,0.1,0.2,0.2,0.2,0.3,0.3,0.3,0.5,0.8,0.9,0.8,0.7,0.9,1.1,1.2,1.4,1.4,1.5,1.6,1.7,1.9,1.9,2.2,2.2,2.1,2.3,2.4,2.3,2.3,2.3,2.3,2.3,2.1,2.1,2.4,2.4,2.5,2.5,2.5,2.4,2.4,2.5,2.6,2.6,2.6,2.6,2.7,2.7,2.7,2.7,2.6,2.6,2.6,2.5,2.5,2.5,2.5,2.5,2.5,2.6,2.6,2.6,2.5,2.5,2.5,2.4,2.3,2.4,2.6,2.7,2.7,2.7,2.8,2.9,2.8,2.8,2.8,2.6,2.6,2.5,2.4,2.4,2.3,2.2,2.1,2,1.9,1.7,1.6,1.4,1.4,1.5,1.4,1.4,1.3,1.3,1.4,1.5,1.5,1.5,1.6,1.9,2.1,2.3,2.7,3.1,3.2,3.3,3.4,3.4,3.5,3.5,3.5,3.6,3.7,3.7,3.8,3.8,3.9,3.9,3.9,3.9,4,4,4,4,4,4,4,4,4,4,4,4.1,4,4.1,4.1,4.2,4.1,4.2,4.2,4.3,4.3,4.3,4.3,4.3,4.4,4.4,4.5,4.6,4.6,4.7,4.7,4.8,4.8,5,5,5,5,5.1,5,5.1,5.2,5.3,5.3,5.3,5.4,5.4,5.5,5.5,5.6,5.6,5.5,5.5,5.6,5.7,5.8,6,6.1,6.2,6.3,6.7,7.1,6.9,6.8,6.8,6.7,6.6,6.5,6.4,6.4,6.2,6.2,6.2,6.1,6,5.9,5.7,5.6,5.5,5.5,5.6,5.5,5.5,5.5,5.5,5.4,5.4,5.4,5.4,5.3,5.3,5.3,5.3,5.3,5.3,5.2,5.2,5.1,4.8,4.8,4.9,5,5.1,5.1,5.1,5.1,5.1,4.9,4.6,4.5,4.5,4.6,4.6,4.7,4.8,4.7,4.7,4.7,4.7,4.7,4.7,4.8,4.7,4.8,4.8,4.7,4.7,4.7,4.7,4.6,4.6,4.5,4.6,4.5,4.5,4.5,4.4,4.3,4.3,4.3,4.2,4.2,4.2,4.2,4.2,4.2,4.2,4.2,4.2,4.2,4.2,4.2,4.1,4.1,4.1,4.1,4.1,4.1,4,4,4,4,4,4,4,4.1,4.1,4.1,4.1,4.2,4.3,4.3,4.4,4.4,4.5,4.6,4.5,4.5,4.5,4.6,4.6,4.6,4.6,4.7,4.7,4.8,4.9,4.9,5.1,5.3,5.4,5.5,5.7,5.7,5.7,5.9,6.2,6.2,6.1,6.4,6.4,6.3,6.3,6.5,6.7,6.7,6.8,6.6,6.5,6.1,5.8,6.2,6.6,6.1,6.1,5.9,5.3,4.9,4.6,4.2,3.9,3.6,3.3,3.1,2.8,2.6,2.3,2.1,2.1,2.2,2.2,2.2,2.2,2.2,2.2,2.1,2,2,2,1.9,1.9,1.9,2,2,1.9,1.8,1.7,1.6,2,2.1,2.2,2.2,2.1,2,1.8,1.6,1.3,1.1,0.8,0.6],[&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;]);
    dgr.generatePlot(&#039;dgr&#039;,2,&#039;WindSpeed&#039;,&#039;m/s&#039;,&#039;#006400&#039;,&#039;#006400&#039;,&#039;2009-02-19 00:00:00&#039;,&#039;2009-02-24 00:00:00&#039;,0,5.7,false,&#039;Spline&#039;,&#039;&#039;,[&#039;2009-02-19 00:00:00&#039;,&#039;2009-02-19 00:10:00&#039;,&#039;2009-02-19 00:20:00&#039;,&#039;2009-02-19 00:30:00&#039;,&#039;2009-02-19 00:40:00&#039;,&#039;2009-02-19 00:50:00&#039;,&#039;2009-02-19 01:00:00&#039;,&#039;2009-02-19 01:10:00&#039;,&#039;2009-02-19 01:20:00&#039;,&#039;2009-02-19 01:30:00&#039;,&#039;2009-02-19 01:40:00&#039;,&#039;2009-02-19 01:50:00&#039;,&#039;2009-02-19 02:00:00&#039;,&#039;2009-02-19 02:10:00&#039;,&#039;2009-02-19 02:20:00&#039;,&#039;2009-02-19 02:30:00&#039;,&#039;2009-02-19 02:40:00&#039;,&#039;2009-02-19 02:50:00&#039;,&#039;2009-02-19 03:00:00&#039;,&#039;2009-02-19 03:10:00&#039;,&#039;2009-02-19 03:20:00&#039;,&#039;2009-02-19 03:30:00&#039;,&#039;2009-02-19 03:40:00&#039;,&#039;2009-02-19 03:50:00&#039;,&#039;2009-02-19 04:00:00&#039;,&#039;2009-02-19 04:10:00&#039;,&#039;2009-02-19 04:20:00&#039;,&#039;2009-02-19 04:30:00&#039;,&#039;2009-02-19 04:40:00&#039;,&#039;2009-02-19 04:50:00&#039;,&#039;2009-02-19 05:00:00&#039;,&#039;2009-02-19 05:10:00&#039;,&#039;2009-02-19 05:20:00&#039;,&#039;2009-02-19 05:30:00&#039;,&#039;2009-02-19 05:40:00&#039;,&#039;2009-02-19 05:50:00&#039;,&#039;2009-02-19 06:00:00&#039;,&#039;2009-02-19 06:10:00&#039;,&#039;2009-02-19 06:20:00&#039;,&#039;2009-02-19 06:30:00&#039;,&#039;2009-02-19 06:40:00&#039;,&#039;2009-02-19 06:50:00&#039;,&#039;2009-02-19 07:00:00&#039;,&#039;2009-02-19 07:10:00&#039;,&#039;2009-02-19 07:20:00&#039;,&#039;2009-02-19 07:30:00&#039;,&#039;2009-02-19 07:40:00&#039;,&#039;2009-02-19 07:50:00&#039;,&#039;2009-02-19 08:00:00&#039;,&#039;2009-02-19 08:10:00&#039;,&#039;2009-02-19 08:20:00&#039;,&#039;2009-02-19 08:30:00&#039;,&#039;2009-02-19 08:40:00&#039;,&#039;2009-02-19 08:50:00&#039;,&#039;2009-02-19 09:00:00&#039;,&#039;2009-02-19 09:10:00&#039;,&#039;2009-02-19 09:20:00&#039;,&#039;2009-02-19 09:30:00&#039;,&#039;2009-02-19 09:40:00&#039;,&#039;2009-02-19 09:50:00&#039;,&#039;2009-02-19 10:00:00&#039;,&#039;2009-02-19 10:10:00&#039;,&#039;2009-02-19 10:20:00&#039;,&#039;2009-02-19 10:30:00&#039;,&#039;2009-02-19 10:40:00&#039;,&#039;2009-02-19 10:50:00&#039;,&#039;2009-02-19 11:00:00&#039;,&#039;2009-02-19 11:10:00&#039;,&#039;2009-02-19 11:20:00&#039;,&#039;2009-02-19 11:30:00&#039;,&#039;2009-02-19 11:40:00&#039;,&#039;2009-02-19 11:50:00&#039;,&#039;2009-02-19 12:00:00&#039;,&#039;2009-02-19 12:10:00&#039;,&#039;2009-02-19 12:20:00&#039;,&#039;2009-02-19 12:30:00&#039;,&#039;2009-02-19 12:40:00&#039;,&#039;2009-02-19 12:50:00&#039;,&#039;2009-02-19 13:00:00&#039;,&#039;2009-02-19 13:10:00&#039;,&#039;2009-02-19 13:20:00&#039;,&#039;2009-02-19 13:30:00&#039;,&#039;2009-02-19 13:40:00&#039;,&#039;2009-02-19 13:50:00&#039;,&#039;2009-02-19 14:00:00&#039;,&#039;2009-02-19 14:10:00&#039;,&#039;2009-02-19 14:20:00&#039;,&#039;2009-02-19 14:30:00&#039;,&#039;2009-02-19 14:40:00&#039;,&#039;2009-02-19 14:50:00&#039;,&#039;2009-02-19 15:00:00&#039;,&#039;2009-02-19 15:10:00&#039;,&#039;2009-02-19 15:20:00&#039;,&#039;2009-02-19 15:30:00&#039;,&#039;2009-02-19 15:40:00&#039;,&#039;2009-02-19 15:50:00&#039;,&#039;2009-02-19 16:00:00&#039;,&#039;2009-02-19 16:10:00&#039;,&#039;2009-02-19 16:20:00&#039;,&#039;2009-02-19 16:30:00&#039;,&#039;2009-02-19 16:40:00&#039;,&#039;2009-02-19 16:50:00&#039;,&#039;2009-02-19 17:00:00&#039;,&#039;2009-02-19 17:10:00&#039;,&#039;2009-02-19 17:20:00&#039;,&#039;2009-02-19 17:30:00&#039;,&#039;2009-02-19 17:40:00&#039;,&#039;2009-02-19 17:50:00&#039;,&#039;2009-02-19 18:00:00&#039;,&#039;2009-02-19 18:10:00&#039;,&#039;2009-02-19 18:20:00&#039;,&#039;2009-02-19 18:30:00&#039;,&#039;2009-02-19 18:40:00&#039;,&#039;2009-02-19 18:50:00&#039;,&#039;2009-02-19 19:00:00&#039;,&#039;2009-02-19 19:10:00&#039;,&#039;2009-02-19 19:20:00&#039;,&#039;2009-02-19 19:30:00&#039;,&#039;2009-02-19 19:40:00&#039;,&#039;2009-02-19 19:50:00&#039;,&#039;2009-02-19 20:00:00&#039;,&#039;2009-02-19 20:10:00&#039;,&#039;2009-02-19 20:20:00&#039;,&#039;2009-02-19 20:30:00&#039;,&#039;2009-02-19 20:40:00&#039;,&#039;2009-02-19 20:50:00&#039;,&#039;2009-02-19 21:00:00&#039;,&#039;2009-02-19 21:10:00&#039;,&#039;2009-02-19 21:20:00&#039;,&#039;2009-02-19 21:30:00&#039;,&#039;2009-02-19 21:40:00&#039;,&#039;2009-02-19 21:50:00&#039;,&#039;2009-02-19 22:00:00&#039;,&#039;2009-02-19 22:10:00&#039;,&#039;2009-02-19 22:20:00&#039;,&#039;2009-02-19 22:30:00&#039;,&#039;2009-02-19 22:40:00&#039;,&#039;2009-02-19 22:50:00&#039;,&#039;2009-02-19 23:00:00&#039;,&#039;2009-02-19 23:10:00&#039;,&#039;2009-02-19 23:20:00&#039;,&#039;2009-02-19 23:30:00&#039;,&#039;2009-02-19 23:40:00&#039;,&#039;2009-02-19 23:50:00&#039;,&#039;2009-02-20 00:00:00&#039;,&#039;2009-02-20 00:10:00&#039;,&#039;2009-02-20 00:20:00&#039;,&#039;2009-02-20 00:30:00&#039;,&#039;2009-02-20 00:40:00&#039;,&#039;2009-02-20 00:50:00&#039;,&#039;2009-02-20 01:00:00&#039;,&#039;2009-02-20 01:10:00&#039;,&#039;2009-02-20 01:20:00&#039;,&#039;2009-02-20 01:30:00&#039;,&#039;2009-02-20 01:40:00&#039;,&#039;2009-02-20 01:50:00&#039;,&#039;2009-02-20 02:00:00&#039;,&#039;2009-02-20 02:10:00&#039;,&#039;2009-02-20 02:20:00&#039;,&#039;2009-02-20 02:30:00&#039;,&#039;2009-02-20 02:40:00&#039;,&#039;2009-02-20 02:50:00&#039;,&#039;2009-02-20 03:00:00&#039;,&#039;2009-02-20 03:10:00&#039;,&#039;2009-02-20 03:20:00&#039;,&#039;2009-02-20 03:30:00&#039;,&#039;2009-02-20 03:40:00&#039;,&#039;2009-02-20 03:50:00&#039;,&#039;2009-02-20 04:00:00&#039;,&#039;2009-02-20 04:10:00&#039;,&#039;2009-02-20 04:20:00&#039;,&#039;2009-02-20 04:30:00&#039;,&#039;2009-02-20 04:40:00&#039;,&#039;2009-02-20 04:50:00&#039;,&#039;2009-02-20 05:00:00&#039;,&#039;2009-02-20 05:10:00&#039;,&#039;2009-02-20 05:20:00&#039;,&#039;2009-02-20 05:30:00&#039;,&#039;2009-02-20 05:40:00&#039;,&#039;2009-02-20 05:50:00&#039;,&#039;2009-02-20 06:00:00&#039;,&#039;2009-02-20 06:10:00&#039;,&#039;2009-02-20 06:20:00&#039;,&#039;2009-02-20 06:30:00&#039;,&#039;2009-02-20 06:40:00&#039;,&#039;2009-02-20 06:50:00&#039;,&#039;2009-02-20 07:00:00&#039;,&#039;2009-02-20 07:10:00&#039;,&#039;2009-02-20 07:20:00&#039;,&#039;2009-02-20 07:30:00&#039;,&#039;2009-02-20 07:40:00&#039;,&#039;2009-02-20 07:50:00&#039;,&#039;2009-02-20 08:00:00&#039;,&#039;2009-02-20 08:10:00&#039;,&#039;2009-02-20 08:20:00&#039;,&#039;2009-02-20 08:30:00&#039;,&#039;2009-02-20 08:40:00&#039;,&#039;2009-02-20 08:50:00&#039;,&#039;2009-02-20 09:00:00&#039;,&#039;2009-02-20 09:10:00&#039;,&#039;2009-02-20 09:20:00&#039;,&#039;2009-02-20 09:30:00&#039;,&#039;2009-02-20 09:40:00&#039;,&#039;2009-02-20 09:50:00&#039;,&#039;2009-02-20 10:00:00&#039;,&#039;2009-02-20 10:10:00&#039;,&#039;2009-02-20 10:20:00&#039;,&#039;2009-02-20 10:30:00&#039;,&#039;2009-02-20 10:40:00&#039;,&#039;2009-02-20 10:50:00&#039;,&#039;2009-02-20 11:00:00&#039;,&#039;2009-02-20 11:10:00&#039;,&#039;2009-02-20 11:20:00&#039;,&#039;2009-02-20 11:30:00&#039;,&#039;2009-02-20 11:40:00&#039;,&#039;2009-02-20 11:50:00&#039;,&#039;2009-02-20 12:00:00&#039;,&#039;2009-02-20 12:10:00&#039;,&#039;2009-02-20 12:20:00&#039;,&#039;2009-02-20 12:30:00&#039;,&#039;2009-02-20 12:40:00&#039;,&#039;2009-02-20 12:50:00&#039;,&#039;2009-02-20 13:00:00&#039;,&#039;2009-02-20 13:10:00&#039;,&#039;2009-02-20 13:20:00&#039;,&#039;2009-02-20 13:30:00&#039;,&#039;2009-02-20 13:40:00&#039;,&#039;2009-02-20 13:50:00&#039;,&#039;2009-02-20 14:00:00&#039;,&#039;2009-02-20 14:10:00&#039;,&#039;2009-02-20 14:20:00&#039;,&#039;2009-02-20 14:30:00&#039;,&#039;2009-02-20 14:40:00&#039;,&#039;2009-02-20 14:50:00&#039;,&#039;2009-02-20 15:00:00&#039;,&#039;2009-02-20 15:10:00&#039;,&#039;2009-02-20 15:20:00&#039;,&#039;2009-02-20 15:30:00&#039;,&#039;2009-02-20 15:40:00&#039;,&#039;2009-02-20 15:50:00&#039;,&#039;2009-02-20 16:00:00&#039;,&#039;2009-02-20 16:10:00&#039;,&#039;2009-02-20 16:20:00&#039;,&#039;2009-02-20 16:30:00&#039;,&#039;2009-02-20 16:40:00&#039;,&#039;2009-02-20 16:50:00&#039;,&#039;2009-02-20 17:00:00&#039;,&#039;2009-02-20 17:10:00&#039;,&#039;2009-02-20 17:20:00&#039;,&#039;2009-02-20 17:30:00&#039;,&#039;2009-02-20 17:40:00&#039;,&#039;2009-02-20 17:50:00&#039;,&#039;2009-02-20 18:00:00&#039;,&#039;2009-02-20 18:10:00&#039;,&#039;2009-02-20 18:20:00&#039;,&#039;2009-02-20 18:30:00&#039;,&#039;2009-02-20 18:40:00&#039;,&#039;2009-02-20 18:50:00&#039;,&#039;2009-02-20 19:00:00&#039;,&#039;2009-02-20 19:10:00&#039;,&#039;2009-02-20 19:20:00&#039;,&#039;2009-02-20 19:30:00&#039;,&#039;2009-02-20 19:40:00&#039;,&#039;2009-02-20 19:50:00&#039;,&#039;2009-02-20 20:00:00&#039;,&#039;2009-02-20 20:10:00&#039;,&#039;2009-02-20 20:20:00&#039;,&#039;2009-02-20 20:30:00&#039;,&#039;2009-02-20 20:40:00&#039;,&#039;2009-02-20 20:50:00&#039;,&#039;2009-02-20 21:00:00&#039;,&#039;2009-02-20 21:10:00&#039;,&#039;2009-02-20 21:20:00&#039;,&#039;2009-02-20 21:30:00&#039;,&#039;2009-02-20 21:40:00&#039;,&#039;2009-02-20 21:50:00&#039;,&#039;2009-02-20 22:00:00&#039;,&#039;2009-02-20 22:10:00&#039;,&#039;2009-02-20 22:20:00&#039;,&#039;2009-02-20 22:30:00&#039;,&#039;2009-02-20 22:40:00&#039;,&#039;2009-02-20 22:50:00&#039;,&#039;2009-02-20 23:00:00&#039;,&#039;2009-02-20 23:10:00&#039;,&#039;2009-02-20 23:20:00&#039;,&#039;2009-02-20 23:30:00&#039;,&#039;2009-02-20 23:40:00&#039;,&#039;2009-02-20 23:50:00&#039;,&#039;2009-02-21 00:00:00&#039;,&#039;2009-02-21 00:10:00&#039;,&#039;2009-02-21 00:20:00&#039;,&#039;2009-02-21 00:30:00&#039;,&#039;2009-02-21 00:40:00&#039;,&#039;2009-02-21 00:50:00&#039;,&#039;2009-02-21 01:00:00&#039;,&#039;2009-02-21 01:10:00&#039;,&#039;2009-02-21 01:20:00&#039;,&#039;2009-02-21 01:30:00&#039;,&#039;2009-02-21 01:40:00&#039;,&#039;2009-02-21 01:50:00&#039;,&#039;2009-02-21 02:00:00&#039;,&#039;2009-02-21 02:10:00&#039;,&#039;2009-02-21 02:20:00&#039;,&#039;2009-02-21 02:30:00&#039;,&#039;2009-02-21 02:40:00&#039;,&#039;2009-02-21 02:50:00&#039;,&#039;2009-02-21 03:00:00&#039;,&#039;2009-02-21 03:10:00&#039;,&#039;2009-02-21 03:20:00&#039;,&#039;2009-02-21 03:30:00&#039;,&#039;2009-02-21 03:40:00&#039;,&#039;2009-02-21 03:50:00&#039;,&#039;2009-02-21 04:00:00&#039;,&#039;2009-02-21 04:10:00&#039;,&#039;2009-02-21 04:20:00&#039;,&#039;2009-02-21 04:30:00&#039;,&#039;2009-02-21 04:40:00&#039;,&#039;2009-02-21 04:50:00&#039;,&#039;2009-02-21 05:00:00&#039;,&#039;2009-02-21 05:10:00&#039;,&#039;2009-02-21 05:20:00&#039;,&#039;2009-02-21 05:30:00&#039;,&#039;2009-02-21 05:40:00&#039;,&#039;2009-02-21 05:50:00&#039;,&#039;2009-02-21 06:00:00&#039;,&#039;2009-02-21 06:10:00&#039;,&#039;2009-02-21 06:20:00&#039;,&#039;2009-02-21 06:30:00&#039;,&#039;2009-02-21 06:40:00&#039;,&#039;2009-02-21 06:50:00&#039;,&#039;2009-02-21 07:00:00&#039;,&#039;2009-02-21 07:10:00&#039;,&#039;2009-02-21 07:20:00&#039;,&#039;2009-02-21 07:30:00&#039;,&#039;2009-02-21 07:40:00&#039;,&#039;2009-02-21 07:50:00&#039;,&#039;2009-02-21 08:00:00&#039;,&#039;2009-02-21 08:10:00&#039;,&#039;2009-02-21 08:20:00&#039;,&#039;2009-02-21 08:30:00&#039;,&#039;2009-02-21 08:40:00&#039;,&#039;2009-02-21 08:50:00&#039;,&#039;2009-02-21 09:00:00&#039;,&#039;2009-02-21 09:10:00&#039;,&#039;2009-02-21 09:20:00&#039;,&#039;2009-02-21 09:30:00&#039;,&#039;2009-02-21 09:40:00&#039;,&#039;2009-02-21 09:50:00&#039;,&#039;2009-02-21 10:00:00&#039;,&#039;2009-02-21 10:10:00&#039;,&#039;2009-02-21 10:20:00&#039;,&#039;2009-02-21 10:30:00&#039;,&#039;2009-02-21 10:40:00&#039;,&#039;2009-02-21 10:50:00&#039;,&#039;2009-02-21 11:00:00&#039;,&#039;2009-02-21 11:10:00&#039;,&#039;2009-02-21 11:20:00&#039;,&#039;2009-02-21 11:30:00&#039;,&#039;2009-02-21 11:40:00&#039;,&#039;2009-02-21 11:50:00&#039;,&#039;2009-02-21 12:00:00&#039;,&#039;2009-02-21 12:10:00&#039;,&#039;2009-02-21 12:20:00&#039;,&#039;2009-02-21 12:30:00&#039;,&#039;2009-02-21 12:40:00&#039;,&#039;2009-02-21 12:50:00&#039;,&#039;2009-02-21 13:00:00&#039;,&#039;2009-02-21 13:10:00&#039;,&#039;2009-02-21 13:20:00&#039;,&#039;2009-02-21 13:30:00&#039;,&#039;2009-02-21 13:40:00&#039;,&#039;2009-02-21 13:50:00&#039;,&#039;2009-02-21 14:00:00&#039;,&#039;2009-02-21 14:10:00&#039;,&#039;2009-02-21 14:20:00&#039;,&#039;2009-02-21 14:30:00&#039;,&#039;2009-02-21 14:40:00&#039;,&#039;2009-02-21 14:50:00&#039;,&#039;2009-02-21 15:00:00&#039;,&#039;2009-02-21 15:10:00&#039;,&#039;2009-02-21 15:20:00&#039;,&#039;2009-02-21 15:30:00&#039;,&#039;2009-02-21 15:40:00&#039;,&#039;2009-02-21 15:50:00&#039;,&#039;2009-02-21 16:00:00&#039;,&#039;2009-02-21 16:10:00&#039;,&#039;2009-02-21 16:20:00&#039;,&#039;2009-02-21 16:30:00&#039;,&#039;2009-02-21 16:40:00&#039;,&#039;2009-02-21 16:50:00&#039;,&#039;2009-02-21 17:00:00&#039;,&#039;2009-02-21 17:10:00&#039;,&#039;2009-02-21 17:20:00&#039;,&#039;2009-02-21 17:30:00&#039;,&#039;2009-02-21 17:40:00&#039;,&#039;2009-02-21 17:50:00&#039;,&#039;2009-02-21 18:00:00&#039;,&#039;2009-02-21 18:10:00&#039;,&#039;2009-02-21 18:20:00&#039;,&#039;2009-02-21 18:30:00&#039;,&#039;2009-02-21 18:40:00&#039;,&#039;2009-02-21 18:50:00&#039;,&#039;2009-02-21 19:00:00&#039;,&#039;2009-02-21 19:10:00&#039;,&#039;2009-02-21 19:20:00&#039;,&#039;2009-02-21 19:30:00&#039;,&#039;2009-02-21 19:40:00&#039;,&#039;2009-02-21 19:50:00&#039;,&#039;2009-02-21 20:00:00&#039;,&#039;2009-02-21 20:10:00&#039;,&#039;2009-02-21 20:20:00&#039;,&#039;2009-02-21 20:30:00&#039;,&#039;2009-02-21 20:40:00&#039;,&#039;2009-02-21 20:50:00&#039;,&#039;2009-02-21 21:00:00&#039;,&#039;2009-02-21 21:10:00&#039;,&#039;2009-02-21 21:20:00&#039;,&#039;2009-02-21 21:30:00&#039;,&#039;2009-02-21 21:40:00&#039;,&#039;2009-02-21 21:50:00&#039;,&#039;2009-02-21 22:00:00&#039;,&#039;2009-02-21 22:10:00&#039;,&#039;2009-02-21 22:20:00&#039;,&#039;2009-02-21 22:30:00&#039;,&#039;2009-02-21 22:40:00&#039;,&#039;2009-02-21 22:50:00&#039;,&#039;2009-02-21 23:00:00&#039;,&#039;2009-02-21 23:10:00&#039;,&#039;2009-02-21 23:20:00&#039;,&#039;2009-02-21 23:30:00&#039;,&#039;2009-02-21 23:40:00&#039;,&#039;2009-02-21 23:50:00&#039;,&#039;2009-02-22 00:00:00&#039;,&#039;2009-02-22 00:10:00&#039;,&#039;2009-02-22 00:20:00&#039;,&#039;2009-02-22 00:30:00&#039;,&#039;2009-02-22 00:40:00&#039;,&#039;2009-02-22 00:50:00&#039;,&#039;2009-02-22 01:00:00&#039;,&#039;2009-02-22 01:10:00&#039;,&#039;2009-02-22 01:20:00&#039;,&#039;2009-02-22 01:30:00&#039;,&#039;2009-02-22 01:40:00&#039;,&#039;2009-02-22 01:50:00&#039;,&#039;2009-02-22 02:00:00&#039;,&#039;2009-02-22 02:10:00&#039;,&#039;2009-02-22 02:20:00&#039;,&#039;2009-02-22 02:30:00&#039;,&#039;2009-02-22 02:40:00&#039;,&#039;2009-02-22 02:50:00&#039;,&#039;2009-02-22 03:00:00&#039;,&#039;2009-02-22 03:10:00&#039;,&#039;2009-02-22 03:20:00&#039;,&#039;2009-02-22 03:30:00&#039;,&#039;2009-02-22 03:40:00&#039;,&#039;2009-02-22 03:50:00&#039;,&#039;2009-02-22 04:00:00&#039;,&#039;2009-02-22 04:10:00&#039;,&#039;2009-02-22 04:20:00&#039;,&#039;2009-02-22 04:30:00&#039;,&#039;2009-02-22 04:40:00&#039;,&#039;2009-02-22 04:50:00&#039;,&#039;2009-02-22 05:00:00&#039;,&#039;2009-02-22 05:10:00&#039;,&#039;2009-02-22 05:20:00&#039;,&#039;2009-02-22 05:30:00&#039;,&#039;2009-02-22 05:40:00&#039;,&#039;2009-02-22 05:50:00&#039;,&#039;2009-02-22 06:00:00&#039;,&#039;2009-02-22 06:10:00&#039;,&#039;2009-02-22 06:20:00&#039;,&#039;2009-02-22 06:30:00&#039;,&#039;2009-02-22 06:40:00&#039;,&#039;2009-02-22 06:50:00&#039;,&#039;2009-02-22 07:00:00&#039;,&#039;2009-02-22 07:10:00&#039;,&#039;2009-02-22 07:20:00&#039;,&#039;2009-02-22 07:30:00&#039;,&#039;2009-02-22 07:40:00&#039;,&#039;2009-02-22 07:50:00&#039;,&#039;2009-02-22 08:00:00&#039;,&#039;2009-02-22 08:10:00&#039;,&#039;2009-02-22 08:20:00&#039;,&#039;2009-02-22 08:30:00&#039;,&#039;2009-02-22 08:40:00&#039;,&#039;2009-02-22 08:50:00&#039;,&#039;2009-02-22 09:00:00&#039;,&#039;2009-02-22 09:10:00&#039;,&#039;2009-02-22 09:20:00&#039;,&#039;2009-02-22 09:30:00&#039;,&#039;2009-02-22 09:40:00&#039;,&#039;2009-02-22 09:50:00&#039;,&#039;2009-02-22 10:00:00&#039;,&#039;2009-02-22 10:10:00&#039;,&#039;2009-02-22 10:20:00&#039;,&#039;2009-02-22 10:30:00&#039;,&#039;2009-02-22 10:40:00&#039;,&#039;2009-02-22 10:50:00&#039;,&#039;2009-02-22 11:00:00&#039;,&#039;2009-02-22 11:10:00&#039;,&#039;2009-02-22 11:20:00&#039;,&#039;2009-02-22 11:30:00&#039;,&#039;2009-02-22 11:40:00&#039;,&#039;2009-02-22 11:50:00&#039;,&#039;2009-02-22 12:00:00&#039;,&#039;2009-02-22 12:10:00&#039;,&#039;2009-02-22 12:20:00&#039;,&#039;2009-02-22 12:30:00&#039;,&#039;2009-02-22 12:40:00&#039;,&#039;2009-02-22 12:50:00&#039;,&#039;2009-02-22 13:00:00&#039;,&#039;2009-02-22 13:10:00&#039;,&#039;2009-02-22 13:20:00&#039;,&#039;2009-02-22 13:30:00&#039;,&#039;2009-02-22 13:40:00&#039;,&#039;2009-02-22 13:50:00&#039;,&#039;2009-02-22 14:00:00&#039;,&#039;2009-02-22 14:10:00&#039;,&#039;2009-02-22 14:20:00&#039;,&#039;2009-02-22 14:30:00&#039;,&#039;2009-02-22 14:40:00&#039;,&#039;2009-02-22 14:50:00&#039;,&#039;2009-02-22 15:00:00&#039;,&#039;2009-02-22 15:10:00&#039;,&#039;2009-02-22 15:20:00&#039;,&#039;2009-02-22 15:30:00&#039;,&#039;2009-02-22 15:40:00&#039;,&#039;2009-02-22 15:50:00&#039;,&#039;2009-02-22 16:00:00&#039;,&#039;2009-02-22 16:10:00&#039;,&#039;2009-02-22 16:20:00&#039;,&#039;2009-02-22 16:30:00&#039;,&#039;2009-02-22 16:40:00&#039;,&#039;2009-02-22 16:50:00&#039;,&#039;2009-02-22 17:00:00&#039;,&#039;2009-02-22 17:10:00&#039;,&#039;2009-02-22 17:20:00&#039;,&#039;2009-02-22 17:30:00&#039;,&#039;2009-02-22 17:40:00&#039;,&#039;2009-02-22 17:50:00&#039;,&#039;2009-02-22 18:00:00&#039;,&#039;2009-02-22 18:10:00&#039;,&#039;2009-02-22 18:20:00&#039;,&#039;2009-02-22 18:30:00&#039;,&#039;2009-02-22 18:40:00&#039;,&#039;2009-02-22 18:50:00&#039;,&#039;2009-02-22 19:00:00&#039;,&#039;2009-02-22 19:10:00&#039;,&#039;2009-02-22 19:20:00&#039;,&#039;2009-02-22 19:30:00&#039;,&#039;2009-02-22 19:40:00&#039;,&#039;2009-02-22 19:50:00&#039;,&#039;2009-02-22 20:00:00&#039;,&#039;2009-02-22 20:10:00&#039;,&#039;2009-02-22 20:20:00&#039;,&#039;2009-02-22 20:30:00&#039;,&#039;2009-02-22 20:40:00&#039;,&#039;2009-02-22 20:50:00&#039;,&#039;2009-02-22 21:00:00&#039;,&#039;2009-02-22 21:10:00&#039;,&#039;2009-02-22 21:20:00&#039;,&#039;2009-02-22 21:30:00&#039;,&#039;2009-02-22 21:40:00&#039;,&#039;2009-02-22 21:50:00&#039;,&#039;2009-02-22 22:00:00&#039;,&#039;2009-02-22 22:10:00&#039;,&#039;2009-02-22 22:20:00&#039;,&#039;2009-02-22 22:30:00&#039;,&#039;2009-02-22 22:40:00&#039;,&#039;2009-02-22 22:50:00&#039;,&#039;2009-02-22 23:00:00&#039;,&#039;2009-02-22 23:10:00&#039;,&#039;2009-02-22 23:20:00&#039;,&#039;2009-02-22 23:30:00&#039;,&#039;2009-02-22 23:40:00&#039;,&#039;2009-02-22 23:50:00&#039;,&#039;2009-02-23 00:00:00&#039;,&#039;2009-02-23 00:10:00&#039;,&#039;2009-02-23 00:20:00&#039;,&#039;2009-02-23 00:30:00&#039;,&#039;2009-02-23 00:40:00&#039;,&#039;2009-02-23 00:50:00&#039;,&#039;2009-02-23 01:00:00&#039;,&#039;2009-02-23 01:10:00&#039;,&#039;2009-02-23 01:20:00&#039;,&#039;2009-02-23 01:30:00&#039;,&#039;2009-02-23 01:40:00&#039;,&#039;2009-02-23 01:50:00&#039;,&#039;2009-02-23 02:00:00&#039;,&#039;2009-02-23 02:10:00&#039;,&#039;2009-02-23 02:20:00&#039;,&#039;2009-02-23 02:30:00&#039;,&#039;2009-02-23 02:40:00&#039;,&#039;2009-02-23 02:50:00&#039;,&#039;2009-02-23 03:00:00&#039;,&#039;2009-02-23 03:10:00&#039;,&#039;2009-02-23 03:20:00&#039;,&#039;2009-02-23 03:30:00&#039;,&#039;2009-02-23 03:40:00&#039;,&#039;2009-02-23 03:50:00&#039;,&#039;2009-02-23 04:00:00&#039;,&#039;2009-02-23 04:10:00&#039;,&#039;2009-02-23 04:20:00&#039;,&#039;2009-02-23 04:30:00&#039;,&#039;2009-02-23 04:40:00&#039;,&#039;2009-02-23 04:50:00&#039;,&#039;2009-02-23 05:00:00&#039;,&#039;2009-02-23 05:10:00&#039;,&#039;2009-02-23 05:20:00&#039;,&#039;2009-02-23 05:30:00&#039;,&#039;2009-02-23 05:40:00&#039;,&#039;2009-02-23 05:50:00&#039;,&#039;2009-02-23 06:00:00&#039;,&#039;2009-02-23 06:10:00&#039;,&#039;2009-02-23 06:20:00&#039;,&#039;2009-02-23 06:30:00&#039;,&#039;2009-02-23 06:40:00&#039;,&#039;2009-02-23 06:50:00&#039;,&#039;2009-02-23 07:00:00&#039;,&#039;2009-02-23 07:10:00&#039;,&#039;2009-02-23 07:20:00&#039;,&#039;2009-02-23 07:30:00&#039;,&#039;2009-02-23 07:40:00&#039;,&#039;2009-02-23 07:50:00&#039;,&#039;2009-02-23 08:00:00&#039;,&#039;2009-02-23 08:10:00&#039;,&#039;2009-02-23 08:20:00&#039;,&#039;2009-02-23 08:30:00&#039;,&#039;2009-02-23 08:40:00&#039;,&#039;2009-02-23 08:50:00&#039;,&#039;2009-02-23 09:00:00&#039;,&#039;2009-02-23 09:10:00&#039;,&#039;2009-02-23 09:20:00&#039;,&#039;2009-02-23 09:30:00&#039;,&#039;2009-02-23 09:40:00&#039;,&#039;2009-02-23 09:50:00&#039;,&#039;2009-02-23 10:00:00&#039;,&#039;2009-02-23 10:10:00&#039;,&#039;2009-02-23 10:20:00&#039;,&#039;2009-02-23 10:30:00&#039;,&#039;2009-02-23 10:40:00&#039;,&#039;2009-02-23 10:50:00&#039;,&#039;2009-02-23 11:00:00&#039;,&#039;2009-02-23 11:10:00&#039;,&#039;2009-02-23 11:20:00&#039;,&#039;2009-02-23 11:30:00&#039;,&#039;2009-02-23 11:40:00&#039;,&#039;2009-02-23 11:50:00&#039;,&#039;2009-02-23 12:00:00&#039;,&#039;2009-02-23 12:10:00&#039;,&#039;2009-02-23 12:20:00&#039;,&#039;2009-02-23 12:30:00&#039;,&#039;2009-02-23 12:40:00&#039;,&#039;2009-02-23 12:50:00&#039;,&#039;2009-02-23 13:00:00&#039;,&#039;2009-02-23 13:10:00&#039;,&#039;2009-02-23 13:20:00&#039;,&#039;2009-02-23 13:30:00&#039;,&#039;2009-02-23 13:40:00&#039;,&#039;2009-02-23 13:50:00&#039;,&#039;2009-02-23 14:00:00&#039;,&#039;2009-02-23 14:10:00&#039;,&#039;2009-02-23 14:20:00&#039;,&#039;2009-02-23 14:30:00&#039;,&#039;2009-02-23 14:40:00&#039;,&#039;2009-02-23 14:50:00&#039;,&#039;2009-02-23 15:00:00&#039;,&#039;2009-02-23 15:10:00&#039;,&#039;2009-02-23 15:20:00&#039;,&#039;2009-02-23 15:30:00&#039;,&#039;2009-02-23 15:40:00&#039;,&#039;2009-02-23 15:50:00&#039;,&#039;2009-02-23 16:00:00&#039;,&#039;2009-02-23 16:10:00&#039;,&#039;2009-02-23 16:20:00&#039;,&#039;2009-02-23 16:30:00&#039;,&#039;2009-02-23 16:40:00&#039;,&#039;2009-02-23 16:50:00&#039;,&#039;2009-02-23 17:00:00&#039;,&#039;2009-02-23 17:10:00&#039;,&#039;2009-02-23 17:20:00&#039;,&#039;2009-02-23 17:30:00&#039;,&#039;2009-02-23 17:40:00&#039;,&#039;2009-02-23 17:50:00&#039;,&#039;2009-02-23 18:00:00&#039;,&#039;2009-02-23 18:10:00&#039;,&#039;2009-02-23 18:20:00&#039;,&#039;2009-02-23 18:30:00&#039;,&#039;2009-02-23 18:40:00&#039;,&#039;2009-02-23 18:50:00&#039;,&#039;2009-02-23 19:00:00&#039;,&#039;2009-02-23 19:10:00&#039;,&#039;2009-02-23 19:20:00&#039;,&#039;2009-02-23 19:30:00&#039;,&#039;2009-02-23 19:40:00&#039;,&#039;2009-02-23 19:50:00&#039;,&#039;2009-02-23 20:00:00&#039;,&#039;2009-02-23 20:10:00&#039;,&#039;2009-02-23 20:20:00&#039;,&#039;2009-02-23 20:30:00&#039;,&#039;2009-02-23 20:40:00&#039;,&#039;2009-02-23 20:50:00&#039;,&#039;2009-02-23 21:00:00&#039;,&#039;2009-02-23 21:10:00&#039;,&#039;2009-02-23 21:20:00&#039;,&#039;2009-02-23 21:30:00&#039;,&#039;2009-02-23 21:40:00&#039;,&#039;2009-02-23 21:50:00&#039;,&#039;2009-02-23 22:00:00&#039;,&#039;2009-02-23 22:10:00&#039;,&#039;2009-02-23 22:20:00&#039;,&#039;2009-02-23 22:30:00&#039;,&#039;2009-02-23 22:40:00&#039;,&#039;2009-02-23 22:50:00&#039;,&#039;2009-02-23 23:00:00&#039;,&#039;2009-02-23 23:10:00&#039;,&#039;2009-02-23 23:20:00&#039;,&#039;2009-02-23 23:30:00&#039;,&#039;2009-02-23 23:40:00&#039;,&#039;2009-02-23 23:50:00&#039;,&#039;2009-02-24 00:00:00&#039;],[0.8,0.5,0.6,0.9,1,0.6,0.6,1.1,0.8,0.7,0.9,1,0.6,1,0.9,1.1,1.4,1,1.4,0.7,0.6,0.5,0.1,0.2,0.3,0.3,0.2,0.8,1.1,0.5,0.8,0.4,0.3,1,1.3,1.8,2.3,2,2,2.1,1.5,1.3,1.3,1.3,1.4,1.3,0.9,0.9,1.2,1.1,2.2,1.9,2.3,2.3,2.1,2.3,2.6,2.7,2.4,3,3.3,2.7,2.9,3.1,3.2,3.6,3.6,4.1,4.7,5.5,4.5,3.8,3.7,4.2,4.4,3.9,4.5,4.5,4.9,4.3,5.4,4.8,5,5.3,5.1,4.4,4,2.9,2.7,2.9,4.3,3.9,3.6,4.6,4.6,5.5,5.7,4.6,4.7,4.4,3.7,2.8,3.8,3.3,3.6,4.6,3.8,3.6,3.3,2.4,2.9,2.8,2.4,2.3,2,1.6,1.4,1.5,1.3,1.5,1.5,1.8,1.5,1.5,1.5,1.4,1.7,1.6,1.7,1.6,1.6,1.8,1.9,1.9,1.6,1.7,1.6,1.5,1.7,1.5,1.6,1.7,1.4,1.6,1.9,2,1.8,1.9,1.7,1.9,1.8,1.8,1.6,2.2,2.6,2.6,2.4,2.2,2.1,2.1,2.1,2,1.8,2.1,1.9,1.7,1.3,1.6,1.9,2.6,2.5,2.5,2.5,2,2.1,2.4,2.2,2.4,2.2,2.2,2.7,3.2,3.1,3.1,3,2.4,2.1,1.7,1.8,1.7,1.5,2.2,2.5,2.4,2.5,2.6,2.4,2.9,2.2,1.9,2.5,1.8,1.5,2.2,1.1,1.4,1.4,1.5,1.7,1.8,1.9,1.7,1.7,1.5,1.1,1.4,1.4,0.9,0.5,0.5,0.8,0.9,0.7,0.9,0.9,0.4,0.5,1.1,1.2,1.8,1.3,1.4,1.5,1.6,1.5,0.6,0.8,1.3,1.3,1.5,1.4,1.9,1.9,2.4,2.7,2.1,1.9,1.9,2.5,1.7,2.3,2.8,2.8,1.9,1.3,2.4,2.1,1.9,1.8,1.5,1.4,1.3,1.1,1.4,0.9,0.6,1.1,1.3,0.6,0.7,0.8,0.6,0.7,0.4,0.7,0.5,0.7,0.6,0.5,0.4,0.7,0.7,0.5,0.9,0.2,0.3,0.4,0.6,0.4,0.3,0.1,0.1,0.1,0,0.2,0.4,0.2,0.1,0.2,0.1,0,0,0,0,0,0,0,0,0.1,0,0,0,1.2,2,2,1.3,1.6,1.5,1.2,1.2,1.4,1.4,1.4,1.5,1,0.9,1.3,1.2,0.9,1,1,1.2,1.4,0.5,1.4,1.1,1,0.8,1.2,0.6,0.7,0.6,1.2,0.8,1.2,2,1.4,1.4,0.9,0.1,0.1,0.4,0,0.3,0,0,0,0.2,0.1,0,0,0.1,0.1,0.4,0.5,0.2,0.2,0.9,0.3,0.2,0.3,0.6,2.1,1.7,1.1,1.2,1.3,1.1,1.3,1,1.1,1.2,1.4,1.6,0.7,0.8,0.9,1.1,1,1.4,1.4,1.3,0.4,0,0.6,0.6,0.8,0.8,0.1,0,0.1,0.3,0.6,0.8,0.9,1.2,1.6,1.8,1.9,1.8,2.1,2.3,2.2,3.3,4,3.7,3.5,4.2,4,4.2,3.7,4.3,3.9,4.1,4.2,3.5,3.8,3.9,3.5,3.6,3.5,2.8,2.5,2.3,1.8,1.9,1.9,2.2,2.5,2,1.4,1.4,1.4,1.4,2.5,3,3,3.6,3.9,3.8,3.6,4,3.6,3.6,4.1,4.5,4.7,4.2,3.8,3.7,3.5,4.3,4.5,4.3,5,5,4.3,4.3,4.6,3.9,3.7,3.2,3,3,3.1,3.3,2.8,2.8,2.6,2.6,3.1,3,3,3.2,3,3.3,3.2,3.4,3.3,3.4,3.9,3.9,3.2,3.6,3.8,3.5,3,2.7,3.3,2.6,2.9,3.5,4,3.6,3.6,3.8,3.2,3.3,3.6,2.8,3.5,3.4,3.5,3.6,3.5,2.8,3,3.2,4,3.8,2.9,3.9,3.7,4,3.8,3.4,4.3,4.2,4.5,4.2,5,4.4,4.5,4,4.2,4,4.5,4,4,4,3.2,4.1,4.6,4.3,4.4,4.7,3.9,4,4.1,4.8,3.7,4,4.2,4.3,4.5,3.7,4.8,4.5,4.6,4.6,4.1,4.2,4.8,4.6,4.3,4.1,3.9,5.1,5,4.6,4.4,4.2,4.3,4.9,5.2,5,5.2,4.2,4.1,5,4.3,5.1,4.7,4.5,4.8,5.2,5,4.6,4.9,4.5,4,4.6,4.3,5,4.6,4.5,4.1,4.1,4.2,3.7,3.5,4.1,4.3,4.3,4.1,4.2,4,4.4,3.4,3.2,3.5,3.1,3.2,3.1,3,2.9,3.5,2.4,2.4,2.3,2.9,2.7,3.1,2.4,3,2.8,3.4,2.7,2.4,2.3,2.6,3,3.1,3.7,3.3,3.6,3.2,3.2,2.8,2.7,3.1,3.4,3.1,2.5,3.2,2.8,3.7,3.7,3.4,2.8,2.4,3.2,3.3,3.2,3,3.7,3.3,3.2,3.9,3.8,3.4,2.5,2.5,3.4,3.3,2.8,3,2.3,3.5,3.2,3.1,2.5,2.5,3.2,3.9,3.7,3.5,4.4,4,3.6,3.1,3.3,2.7,2.6,2.2,1.8,1.9,1.5,1.8,1.7,1.8,2.3,1.9,2.4,1.8,1.8,1.3,1.1,1.2,1.5,0.7,0.8,1,1,1.6,0.7,1,2,2.3,2.6,2.6,2.6,3.2,1.8,2.4,2.4,2.1,2.7,2.4,2.3,1.9],[&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#ff4500&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;,&#039;#303030&#039;]);
    dgr.generatePlot(&#039;dgr&#039;,3,&#039;AirPressure&#039;,&#039;hPa&#039;,&#039;#000080&#039;,&#039;#000080&#039;,&#039;2009-02-19 00:00:00&#039;,&#039;2009-02-24 00:00:00&#039;,1009.4,1028.4,false,&#039;Spline&#039;,&#039;&#039;,[&#039;2009-02-19 00:00:00&#039;,&#039;2009-02-19 00:10:00&#039;,&#039;2009-02-19 00:20:00&#039;,&#039;2009-02-19 00:30:00&#039;,&#039;2009-02-19 00:40:00&#039;,&#039;2009-02-19 00:50:00&#039;,&#039;2009-02-19 01:00:00&#039;,&#039;2009-02-19 01:10:00&#039;,&#039;2009-02-19 01:20:00&#039;,&#039;2009-02-19 01:30:00&#039;,&#039;2009-02-19 01:40:00&#039;,&#039;2009-02-19 01:50:00&#039;,&#039;2009-02-19 02:00:00&#039;,&#039;2009-02-19 02:10:00&#039;,&#039;2009-02-19 02:20:00&#039;,&#039;2009-02-19 02:30:00&#039;,&#039;2009-02-19 02:40:00&#039;,&#039;2009-02-19 02:50:00&#039;,&#039;2009-02-19 03:00:00&#039;,&#039;2009-02-19 03:10:00&#039;,&#039;2009-02-19 03:20:00&#039;,&#039;2009-02-19 03:30:00&#039;,&#039;2009-02-19 03:40:00&#039;,&#039;2009-02-19 03:50:00&#039;,&#039;2009-02-19 04:00:00&#039;,&#039;2009-02-19 04:10:00&#039;,&#039;2009-02-19 04:20:00&#039;,&#039;2009-02-19 04:30:00&#039;,&#039;2009-02-19 04:40:00&#039;,&#039;2009-02-19 04:50:00&#039;,&#039;2009-02-19 05:00:00&#039;,&#039;2009-02-19 05:10:00&#039;,&#039;2009-02-19 05:20:00&#039;,&#039;2009-02-19 05:30:00&#039;,&#039;2009-02-19 05:40:00&#039;,&#039;2009-02-19 05:50:00&#039;,&#039;2009-02-19 06:00:00&#039;,&#039;2009-02-19 06:10:00&#039;,&#039;2009-02-19 06:20:00&#039;,&#039;2009-02-19 06:30:00&#039;,&#039;2009-02-19 06:40:00&#039;,&#039;2009-02-19 06:50:00&#039;,&#039;2009-02-19 07:00:00&#039;,&#039;2009-02-19 07:10:00&#039;,&#039;2009-02-19 07:20:00&#039;,&#039;2009-02-19 07:30:00&#039;,&#039;2009-02-19 07:40:00&#039;,&#039;2009-02-19 07:50:00&#039;,&#039;2009-02-19 08:00:00&#039;,&#039;2009-02-19 08:10:00&#039;,&#039;2009-02-19 08:20:00&#039;,&#039;2009-02-19 08:30:00&#039;,&#039;2009-02-19 08:40:00&#039;,&#039;2009-02-19 08:50:00&#039;,&#039;2009-02-19 09:00:00&#039;,&#039;2009-02-19 09:10:00&#039;,&#039;2009-02-19 09:20:00&#039;,&#039;2009-02-19 09:30:00&#039;,&#039;2009-02-19 09:40:00&#039;,&#039;2009-02-19 09:50:00&#039;,&#039;2009-02-19 10:00:00&#039;,&#039;2009-02-19 10:10:00&#039;,&#039;2009-02-19 10:20:00&#039;,&#039;2009-02-19 10:30:00&#039;,&#039;2009-02-19 10:40:00&#039;,&#039;2009-02-19 10:50:00&#039;,&#039;2009-02-19 11:00:00&#039;,&#039;2009-02-19 11:10:00&#039;,&#039;2009-02-19 11:20:00&#039;,&#039;2009-02-19 11:30:00&#039;,&#039;2009-02-19 11:40:00&#039;,&#039;2009-02-19 11:50:00&#039;,&#039;2009-02-19 12:00:00&#039;,&#039;2009-02-19 12:10:00&#039;,&#039;2009-02-19 12:20:00&#039;,&#039;2009-02-19 12:30:00&#039;,&#039;2009-02-19 12:40:00&#039;,&#039;2009-02-19 12:50:00&#039;,&#039;2009-02-19 13:00:00&#039;,&#039;2009-02-19 13:10:00&#039;,&#039;2009-02-19 13:20:00&#039;,&#039;2009-02-19 13:30:00&#039;,&#039;2009-02-19 13:40:00&#039;,&#039;2009-02-19 13:50:00&#039;,&#039;2009-02-19 14:00:00&#039;,&#039;2009-02-19 14:10:00&#039;,&#039;2009-02-19 14:20:00&#039;,&#039;2009-02-19 14:30:00&#039;,&#039;2009-02-19 14:40:00&#039;,&#039;2009-02-19 14:50:00&#039;,&#039;2009-02-19 15:00:00&#039;,&#039;2009-02-19 15:10:00&#039;,&#039;2009-02-19 15:20:00&#039;,&#039;2009-02-19 15:30:00&#039;,&#039;2009-02-19 15:40:00&#039;,&#039;2009-02-19 15:50:00&#039;,&#039;2009-02-19 16:00:00&#039;,&#039;2009-02-19 16:10:00&#039;,&#039;2009-02-19 16:20:00&#039;,&#039;2009-02-19 16:30:00&#039;,&#039;2009-02-19 16:40:00&#039;,&#039;2009-02-19 16:50:00&#039;,&#039;2009-02-19 17:00:00&#039;,&#039;2009-02-19 17:10:00&#039;,&#039;2009-02-19 17:20:00&#039;,&#039;2009-02-19 17:30:00&#039;,&#039;2009-02-19 17:40:00&#039;,&#039;2009-02-19 17:50:00&#039;,&#039;2009-02-19 18:00:00&#039;,&#039;2009-02-19 18:10:00&#039;,&#039;2009-02-19 18:20:00&#039;,&#039;2009-02-19 18:30:00&#039;,&#039;2009-02-19 18:40:00&#039;,&#039;2009-02-19 18:50:00&#039;,&#039;2009-02-19 19:00:00&#039;,&#039;2009-02-19 19:10:00&#039;,&#039;2009-02-19 19:20:00&#039;,&#039;2009-02-19 19:30:00&#039;,&#039;2009-02-19 19:40:00&#039;,&#039;2009-02-19 19:50:00&#039;,&#039;2009-02-19 20:00:00&#039;,&#039;2009-02-19 20:10:00&#039;,&#039;2009-02-19 20:20:00&#039;,&#039;2009-02-19 20:30:00&#039;,&#039;2009-02-19 20:40:00&#039;,&#039;2009-02-19 20:50:00&#039;,&#039;2009-02-19 21:00:00&#039;,&#039;2009-02-19 21:10:00&#039;,&#039;2009-02-19 21:20:00&#039;,&#039;2009-02-19 21:30:00&#039;,&#039;2009-02-19 21:40:00&#039;,&#039;2009-02-19 21:50:00&#039;,&#039;2009-02-19 22:00:00&#039;,&#039;2009-02-19 22:10:00&#039;,&#039;2009-02-19 22:20:00&#039;,&#039;2009-02-19 22:30:00&#039;,&#039;2009-02-19 22:40:00&#039;,&#039;2009-02-19 22:50:00&#039;,&#039;2009-02-19 23:00:00&#039;,&#039;2009-02-19 23:10:00&#039;,&#039;2009-02-19 23:20:00&#039;,&#039;2009-02-19 23:30:00&#039;,&#039;2009-02-19 23:40:00&#039;,&#039;2009-02-19 23:50:00&#039;,&#039;2009-02-20 00:00:00&#039;,&#039;2009-02-20 00:10:00&#039;,&#039;2009-02-20 00:20:00&#039;,&#039;2009-02-20 00:30:00&#039;,&#039;2009-02-20 00:40:00&#039;,&#039;2009-02-20 00:50:00&#039;,&#039;2009-02-20 01:00:00&#039;,&#039;2009-02-20 01:10:00&#039;,&#039;2009-02-20 01:20:00&#039;,&#039;2009-02-20 01:30:00&#039;,&#039;2009-02-20 01:40:00&#039;,&#039;2009-02-20 01:50:00&#039;,&#039;2009-02-20 02:00:00&#039;,&#039;2009-02-20 02:10:00&#039;,&#039;2009-02-20 02:20:00&#039;,&#039;2009-02-20 02:30:00&#039;,&#039;2009-02-20 02:40:00&#039;,&#039;2009-02-20 02:50:00&#039;,&#039;2009-02-20 03:00:00&#039;,&#039;2009-02-20 03:10:00&#039;,&#039;2009-02-20 03:20:00&#039;,&#039;2009-02-20 03:30:00&#039;,&#039;2009-02-20 03:40:00&#039;,&#039;2009-02-20 03:50:00&#039;,&#039;2009-02-20 04:00:00&#039;,&#039;2009-02-20 04:10:00&#039;,&#039;2009-02-20 04:20:00&#039;,&#039;2009-02-20 04:30:00&#039;,&#039;2009-02-20 04:40:00&#039;,&#039;2009-02-20 04:50:00&#039;,&#039;2009-02-20 05:00:00&#039;,&#039;2009-02-20 05:10:00&#039;,&#039;2009-02-20 05:20:00&#039;,&#039;2009-02-20 05:30:00&#039;,&#039;2009-02-20 05:40:00&#039;,&#039;2009-02-20 05:50:00&#039;,&#039;2009-02-20 06:00:00&#039;,&#039;2009-02-20 06:10:00&#039;,&#039;2009-02-20 06:20:00&#039;,&#039;2009-02-20 06:30:00&#039;,&#039;2009-02-20 06:40:00&#039;,&#039;2009-02-20 06:50:00&#039;,&#039;2009-02-20 07:00:00&#039;,&#039;2009-02-20 07:10:00&#039;,&#039;2009-02-20 07:20:00&#039;,&#039;2009-02-20 07:30:00&#039;,&#039;2009-02-20 07:40:00&#039;,&#039;2009-02-20 07:50:00&#039;,&#039;2009-02-20 08:00:00&#039;,&#039;2009-02-20 08:10:00&#039;,&#039;2009-02-20 08:20:00&#039;,&#039;2009-02-20 08:30:00&#039;,&#039;2009-02-20 08:40:00&#039;,&#039;2009-02-20 08:50:00&#039;,&#039;2009-02-20 09:00:00&#039;,&#039;2009-02-20 09:10:00&#039;,&#039;2009-02-20 09:20:00&#039;,&#039;2009-02-20 09:30:00&#039;,&#039;2009-02-20 09:40:00&#039;,&#039;2009-02-20 09:50:00&#039;,&#039;2009-02-20 10:00:00&#039;,&#039;2009-02-20 10:10:00&#039;,&#039;2009-02-20 10:20:00&#039;,&#039;2009-02-20 10:30:00&#039;,&#039;2009-02-20 10:40:00&#039;,&#039;2009-02-20 10:50:00&#039;,&#039;2009-02-20 11:00:00&#039;,&#039;2009-02-20 11:10:00&#039;,&#039;2009-02-20 11:20:00&#039;,&#039;2009-02-20 11:30:00&#039;,&#039;2009-02-20 11:40:00&#039;,&#039;2009-02-20 11:50:00&#039;,&#039;2009-02-20 12:00:00&#039;,&#039;2009-02-20 12:10:00&#039;,&#039;2009-02-20 12:20:00&#039;,&#039;2009-02-20 12:30:00&#039;,&#039;2009-02-20 12:40:00&#039;,&#039;2009-02-20 12:50:00&#039;,&#039;2009-02-20 13:00:00&#039;,&#039;2009-02-20 13:10:00&#039;,&#039;2009-02-20 13:20:00&#039;,&#039;2009-02-20 13:30:00&#039;,&#039;2009-02-20 13:40:00&#039;,&#039;2009-02-20 13:50:00&#039;,&#039;2009-02-20 14:00:00&#039;,&#039;2009-02-20 14:10:00&#039;,&#039;2009-02-20 14:20:00&#039;,&#039;2009-02-20 14:30:00&#039;,&#039;2009-02-20 14:40:00&#039;,&#039;2009-02-20 14:50:00&#039;,&#039;2009-02-20 15:00:00&#039;,&#039;2009-02-20 15:10:00&#039;,&#039;2009-02-20 15:20:00&#039;,&#039;2009-02-20 15:30:00&#039;,&#039;2009-02-20 15:40:00&#039;,&#039;2009-02-20 15:50:00&#039;,&#039;2009-02-20 16:00:00&#039;,&#039;2009-02-20 16:10:00&#039;,&#039;2009-02-20 16:20:00&#039;,&#039;2009-02-20 16:30:00&#039;,&#039;2009-02-20 16:40:00&#039;,&#039;2009-02-20 16:50:00&#039;,&#039;2009-02-20 17:00:00&#039;,&#039;2009-02-20 17:10:00&#039;,&#039;2009-02-20 17:20:00&#039;,&#039;2009-02-20 17:30:00&#039;,&#039;2009-02-20 17:40:00&#039;,&#039;2009-02-20 17:50:00&#039;,&#039;2009-02-20 18:00:00&#039;,&#039;2009-02-20 18:10:00&#039;,&#039;2009-02-20 18:20:00&#039;,&#039;2009-02-20 18:30:00&#039;,&#039;2009-02-20 18:40:00&#039;,&#039;2009-02-20 18:50:00&#039;,&#039;2009-02-20 19:00:00&#039;,&#039;2009-02-20 19:10:00&#039;,&#039;2009-02-20 19:20:00&#039;,&#039;2009-02-20 19:30:00&#039;,&#039;2009-02-20 19:40:00&#039;,&#039;2009-02-20 19:50:00&#039;,&#039;2009-02-20 20:00:00&#039;,&#039;2009-02-20 20:10:00&#039;,&#039;2009-02-20 20:20:00&#039;,&#039;2009-02-20 20:30:00&#039;,&#039;2009-02-20 20:40:00&#039;,&#039;2009-02-20 20:50:00&#039;,&#039;2009-02-20 21:00:00&#039;,&#039;2009-02-20 21:10:00&#039;,&#039;2009-02-20 21:20:00&#039;,&#039;2009-02-20 21:30:00&#039;,&#039;2009-02-20 21:40:00&#039;,&#039;2009-02-20 21:50:00&#039;,&#039;2009-02-20 22:00:00&#039;,&#039;2009-02-20 22:10:00&#039;,&#039;2009-02-20 22:20:00&#039;,&#039;2009-02-20 22:30:00&#039;,&#039;2009-02-20 22:40:00&#039;,&#039;2009-02-20 22:50:00&#039;,&#039;2009-02-20 23:00:00&#039;,&#039;2009-02-20 23:10:00&#039;,&#039;2009-02-20 23:20:00&#039;,&#039;2009-02-20 23:30:00&#039;,&#039;2009-02-20 23:40:00&#039;,&#039;2009-02-20 23:50:00&#039;,&#039;2009-02-21 00:00:00&#039;,&#039;2009-02-21 00:10:00&#039;,&#039;2009-02-21 00:20:00&#039;,&#039;2009-02-21 00:30:00&#039;,&#039;2009-02-21 00:40:00&#039;,&#039;2009-02-21 00:50:00&#039;,&#039;2009-02-21 01:00:00&#039;,&#039;2009-02-21 01:10:00&#039;,&#039;2009-02-21 01:20:00&#039;,&#039;2009-02-21 01:30:00&#039;,&#039;2009-02-21 01:40:00&#039;,&#039;2009-02-21 01:50:00&#039;,&#039;2009-02-21 02:00:00&#039;,&#039;2009-02-21 02:10:00&#039;,&#039;2009-02-21 02:20:00&#039;,&#039;2009-02-21 02:30:00&#039;,&#039;2009-02-21 02:40:00&#039;,&#039;2009-02-21 02:50:00&#039;,&#039;2009-02-21 03:00:00&#039;,&#039;2009-02-21 03:10:00&#039;,&#039;2009-02-21 03:20:00&#039;,&#039;2009-02-21 03:30:00&#039;,&#039;2009-02-21 03:40:00&#039;,&#039;2009-02-21 03:50:00&#039;,&#039;2009-02-21 04:00:00&#039;,&#039;2009-02-21 04:10:00&#039;,&#039;2009-02-21 04:20:00&#039;,&#039;2009-02-21 04:30:00&#039;,&#039;2009-02-21 04:40:00&#039;,&#039;2009-02-21 04:50:00&#039;,&#039;2009-02-21 05:00:00&#039;,&#039;2009-02-21 05:10:00&#039;,&#039;2009-02-21 05:20:00&#039;,&#039;2009-02-21 05:30:00&#039;,&#039;2009-02-21 05:40:00&#039;,&#039;2009-02-21 05:50:00&#039;,&#039;2009-02-21 06:00:00&#039;,&#039;2009-02-21 06:10:00&#039;,&#039;2009-02-21 06:20:00&#039;,&#039;2009-02-21 06:30:00&#039;,&#039;2009-02-21 06:40:00&#039;,&#039;2009-02-21 06:50:00&#039;,&#039;2009-02-21 07:00:00&#039;,&#039;2009-02-21 07:10:00&#039;,&#039;2009-02-21 07:20:00&#039;,&#039;2009-02-21 07:30:00&#039;,&#039;2009-02-21 07:40:00&#039;,&#039;2009-02-21 07:50:00&#039;,&#039;2009-02-21 08:00:00&#039;,&#039;2009-02-21 08:10:00&#039;,&#039;2009-02-21 08:20:00&#039;,&#039;2009-02-21 08:30:00&#039;,&#039;2009-02-21 08:40:00&#039;,&#039;2009-02-21 08:50:00&#039;,&#039;2009-02-21 09:00:00&#039;,&#039;2009-02-21 09:10:00&#039;,&#039;2009-02-21 09:20:00&#039;,&#039;2009-02-21 09:30:00&#039;,&#039;2009-02-21 09:40:00&#039;,&#039;2009-02-21 09:50:00&#039;,&#039;2009-02-21 10:00:00&#039;,&#039;2009-02-21 10:10:00&#039;,&#039;2009-02-21 10:20:00&#039;,&#039;2009-02-21 10:30:00&#039;,&#039;2009-02-21 10:40:00&#039;,&#039;2009-02-21 10:50:00&#039;,&#039;2009-02-21 11:00:00&#039;,&#039;2009-02-21 11:10:00&#039;,&#039;2009-02-21 11:20:00&#039;,&#039;2009-02-21 11:30:00&#039;,&#039;2009-02-21 11:40:00&#039;,&#039;2009-02-21 11:50:00&#039;,&#039;2009-02-21 12:00:00&#039;,&#039;2009-02-21 12:10:00&#039;,&#039;2009-02-21 12:20:00&#039;,&#039;2009-02-21 12:30:00&#039;,&#039;2009-02-21 12:40:00&#039;,&#039;2009-02-21 12:50:00&#039;,&#039;2009-02-21 13:00:00&#039;,&#039;2009-02-21 13:10:00&#039;,&#039;2009-02-21 13:20:00&#039;,&#039;2009-02-21 13:30:00&#039;,&#039;2009-02-21 13:40:00&#039;,&#039;2009-02-21 13:50:00&#039;,&#039;2009-02-21 14:00:00&#039;,&#039;2009-02-21 14:10:00&#039;,&#039;2009-02-21 14:20:00&#039;,&#039;2009-02-21 14:30:00&#039;,&#039;2009-02-21 14:40:00&#039;,&#039;2009-02-21 14:50:00&#039;,&#039;2009-02-21 15:00:00&#039;,&#039;2009-02-21 15:10:00&#039;,&#039;2009-02-21 15:20:00&#039;,&#039;2009-02-21 15:30:00&#039;,&#039;2009-02-21 15:40:00&#039;,&#039;2009-02-21 15:50:00&#039;,&#039;2009-02-21 16:00:00&#039;,&#039;2009-02-21 16:10:00&#039;,&#039;2009-02-21 16:20:00&#039;,&#039;2009-02-21 16:30:00&#039;,&#039;2009-02-21 16:40:00&#039;,&#039;2009-02-21 16:50:00&#039;,&#039;2009-02-21 17:00:00&#039;,&#039;2009-02-21 17:10:00&#039;,&#039;2009-02-21 17:20:00&#039;,&#039;2009-02-21 17:30:00&#039;,&#039;2009-02-21 17:40:00&#039;,&#039;2009-02-21 17:50:00&#039;,&#039;2009-02-21 18:00:00&#039;,&#039;2009-02-21 18:10:00&#039;,&#039;2009-02-21 18:20:00&#039;,&#039;2009-02-21 18:30:00&#039;,&#039;2009-02-21 18:40:00&#039;,&#039;2009-02-21 18:50:00&#039;,&#039;2009-02-21 19:00:00&#039;,&#039;2009-02-21 19:10:00&#039;,&#039;2009-02-21 19:20:00&#039;,&#039;2009-02-21 19:30:00&#039;,&#039;2009-02-21 19:40:00&#039;,&#039;2009-02-21 19:50:00&#039;,&#039;2009-02-21 20:00:00&#039;,&#039;2009-02-21 20:10:00&#039;,&#039;2009-02-21 20:20:00&#039;,&#039;2009-02-21 20:30:00&#039;,&#039;2009-02-21 20:40:00&#039;,&#039;2009-02-21 20:50:00&#039;,&#039;2009-02-21 21:00:00&#039;,&#039;2009-02-21 21:10:00&#039;,&#039;2009-02-21 21:20:00&#039;,&#039;2009-02-21 21:30:00&#039;,&#039;2009-02-21 21:40:00&#039;,&#039;2009-02-21 21:50:00&#039;,&#039;2009-02-21 22:00:00&#039;,&#039;2009-02-21 22:10:00&#039;,&#039;2009-02-21 22:20:00&#039;,&#039;2009-02-21 22:30:00&#039;,&#039;2009-02-21 22:40:00&#039;,&#039;2009-02-21 22:50:00&#039;,&#039;2009-02-21 23:00:00&#039;,&#039;2009-02-21 23:10:00&#039;,&#039;2009-02-21 23:20:00&#039;,&#039;2009-02-21 23:30:00&#039;,&#039;2009-02-21 23:40:00&#039;,&#039;2009-02-21 23:50:00&#039;,&#039;2009-02-22 00:00:00&#039;,&#039;2009-02-22 00:10:00&#039;,&#039;2009-02-22 00:20:00&#039;,&#039;2009-02-22 00:30:00&#039;,&#039;2009-02-22 00:40:00&#039;,&#039;2009-02-22 00:50:00&#039;,&#039;2009-02-22 01:00:00&#039;,&#039;2009-02-22 01:10:00&#039;,&#039;2009-02-22 01:20:00&#039;,&#039;2009-02-22 01:30:00&#039;,&#039;2009-02-22 01:40:00&#039;,&#039;2009-02-22 01:50:00&#039;,&#039;2009-02-22 02:00:00&#039;,&#039;2009-02-22 02:10:00&#039;,&#039;2009-02-22 02:20:00&#039;,&#039;2009-02-22 02:30:00&#039;,&#039;2009-02-22 02:40:00&#039;,&#039;2009-02-22 02:50:00&#039;,&#039;2009-02-22 03:00:00&#039;,&#039;2009-02-22 03:10:00&#039;,&#039;2009-02-22 03:20:00&#039;,&#039;2009-02-22 03:30:00&#039;,&#039;2009-02-22 03:40:00&#039;,&#039;2009-02-22 03:50:00&#039;,&#039;2009-02-22 04:00:00&#039;,&#039;2009-02-22 04:10:00&#039;,&#039;2009-02-22 04:20:00&#039;,&#039;2009-02-22 04:30:00&#039;,&#039;2009-02-22 04:40:00&#039;,&#039;2009-02-22 04:50:00&#039;,&#039;2009-02-22 05:00:00&#039;,&#039;2009-02-22 05:10:00&#039;,&#039;2009-02-22 05:20:00&#039;,&#039;2009-02-22 05:30:00&#039;,&#039;2009-02-22 05:40:00&#039;,&#039;2009-02-22 05:50:00&#039;,&#039;2009-02-22 06:00:00&#039;,&#039;2009-02-22 06:10:00&#039;,&#039;2009-02-22 06:20:00&#039;,&#039;2009-02-22 06:30:00&#039;,&#039;2009-02-22 06:40:00&#039;,&#039;2009-02-22 06:50:00&#039;,&#039;2009-02-22 07:00:00&#039;,&#039;2009-02-22 07:10:00&#039;,&#039;2009-02-22 07:20:00&#039;,&#039;2009-02-22 07:30:00&#039;,&#039;2009-02-22 07:40:00&#039;,&#039;2009-02-22 07:50:00&#039;,&#039;2009-02-22 08:00:00&#039;,&#039;2009-02-22 08:10:00&#039;,&#039;2009-02-22 08:20:00&#039;,&#039;2009-02-22 08:30:00&#039;,&#039;2009-02-22 08:40:00&#039;,&#039;2009-02-22 08:50:00&#039;,&#039;2009-02-22 09:00:00&#039;,&#039;2009-02-22 09:10:00&#039;,&#039;2009-02-22 09:20:00&#039;,&#039;2009-02-22 09:30:00&#039;,&#039;2009-02-22 09:40:00&#039;,&#039;2009-02-22 09:50:00&#039;,&#039;2009-02-22 10:00:00&#039;,&#039;2009-02-22 10:10:00&#039;,&#039;2009-02-22 10:20:00&#039;,&#039;2009-02-22 10:30:00&#039;,&#039;2009-02-22 10:40:00&#039;,&#039;2009-02-22 10:50:00&#039;,&#039;2009-02-22 11:00:00&#039;,&#039;2009-02-22 11:10:00&#039;,&#039;2009-02-22 11:20:00&#039;,&#039;2009-02-22 11:30:00&#039;,&#039;2009-02-22 11:40:00&#039;,&#039;2009-02-22 11:50:00&#039;,&#039;2009-02-22 12:00:00&#039;,&#039;2009-02-22 12:10:00&#039;,&#039;2009-02-22 12:20:00&#039;,&#039;2009-02-22 12:30:00&#039;,&#039;2009-02-22 12:40:00&#039;,&#039;2009-02-22 12:50:00&#039;,&#039;2009-02-22 13:00:00&#039;,&#039;2009-02-22 13:10:00&#039;,&#039;2009-02-22 13:20:00&#039;,&#039;2009-02-22 13:30:00&#039;,&#039;2009-02-22 13:40:00&#039;,&#039;2009-02-22 13:50:00&#039;,&#039;2009-02-22 14:00:00&#039;,&#039;2009-02-22 14:10:00&#039;,&#039;2009-02-22 14:20:00&#039;,&#039;2009-02-22 14:30:00&#039;,&#039;2009-02-22 14:40:00&#039;,&#039;2009-02-22 14:50:00&#039;,&#039;2009-02-22 15:00:00&#039;,&#039;2009-02-22 15:10:00&#039;,&#039;2009-02-22 15:20:00&#039;,&#039;2009-02-22 15:30:00&#039;,&#039;2009-02-22 15:40:00&#039;,&#039;2009-02-22 15:50:00&#039;,&#039;2009-02-22 16:00:00&#039;,&#039;2009-02-22 16:10:00&#039;,&#039;2009-02-22 16:20:00&#039;,&#039;2009-02-22 16:30:00&#039;,&#039;2009-02-22 16:40:00&#039;,&#039;2009-02-22 16:50:00&#039;,&#039;2009-02-22 17:00:00&#039;,&#039;2009-02-22 17:10:00&#039;,&#039;2009-02-22 17:20:00&#039;,&#039;2009-02-22 17:30:00&#039;,&#039;2009-02-22 17:40:00&#039;,&#039;2009-02-22 17:50:00&#039;,&#039;2009-02-22 18:00:00&#039;,&#039;2009-02-22 18:10:00&#039;,&#039;2009-02-22 18:20:00&#039;,&#039;2009-02-22 18:30:00&#039;,&#039;2009-02-22 18:40:00&#039;,&#039;2009-02-22 18:50:00&#039;,&#039;2009-02-22 19:00:00&#039;,&#039;2009-02-22 19:10:00&#039;,&#039;2009-02-22 19:20:00&#039;,&#039;2009-02-22 19:30:00&#039;,&#039;2009-02-22 19:40:00&#039;,&#039;2009-02-22 19:50:00&#039;,&#039;2009-02-22 20:00:00&#039;,&#039;2009-02-22 20:10:00&#039;,&#039;2009-02-22 20:20:00&#039;,&#039;2009-02-22 20:30:00&#039;,&#039;2009-02-22 20:40:00&#039;,&#039;2009-02-22 20:50:00&#039;,&#039;2009-02-22 21:00:00&#039;,&#039;2009-02-22 21:10:00&#039;,&#039;2009-02-22 21:20:00&#039;,&#039;2009-02-22 21:30:00&#039;,&#039;2009-02-22 21:40:00&#039;,&#039;2009-02-22 21:50:00&#039;,&#039;2009-02-22 22:00:00&#039;,&#039;2009-02-22 22:10:00&#039;,&#039;2009-02-22 22:20:00&#039;,&#039;2009-02-22 22:30:00&#039;,&#039;2009-02-22 22:40:00&#039;,&#039;2009-02-22 22:50:00&#039;,&#039;2009-02-22 23:00:00&#039;,&#039;2009-02-22 23:10:00&#039;,&#039;2009-02-22 23:20:00&#039;,&#039;2009-02-22 23:30:00&#039;,&#039;2009-02-22 23:40:00&#039;,&#039;2009-02-22 23:50:00&#039;,&#039;2009-02-23 00:00:00&#039;,&#039;2009-02-23 00:10:00&#039;,&#039;2009-02-23 00:20:00&#039;,&#039;2009-02-23 00:30:00&#039;,&#039;2009-02-23 00:40:00&#039;,&#039;2009-02-23 00:50:00&#039;,&#039;2009-02-23 01:00:00&#039;,&#039;2009-02-23 01:10:00&#039;,&#039;2009-02-23 01:20:00&#039;,&#039;2009-02-23 01:30:00&#039;,&#039;2009-02-23 01:40:00&#039;,&#039;2009-02-23 01:50:00&#039;,&#039;2009-02-23 02:00:00&#039;,&#039;2009-02-23 02:10:00&#039;,&#039;2009-02-23 02:20:00&#039;,&#039;2009-02-23 02:30:00&#039;,&#039;2009-02-23 02:40:00&#039;,&#039;2009-02-23 02:50:00&#039;,&#039;2009-02-23 03:00:00&#039;,&#039;2009-02-23 03:10:00&#039;,&#039;2009-02-23 03:20:00&#039;,&#039;2009-02-23 03:30:00&#039;,&#039;2009-02-23 03:40:00&#039;,&#039;2009-02-23 03:50:00&#039;,&#039;2009-02-23 04:00:00&#039;,&#039;2009-02-23 04:10:00&#039;,&#039;2009-02-23 04:20:00&#039;,&#039;2009-02-23 04:30:00&#039;,&#039;2009-02-23 04:40:00&#039;,&#039;2009-02-23 04:50:00&#039;,&#039;2009-02-23 05:00:00&#039;,&#039;2009-02-23 05:10:00&#039;,&#039;2009-02-23 05:20:00&#039;,&#039;2009-02-23 05:30:00&#039;,&#039;2009-02-23 05:40:00&#039;,&#039;2009-02-23 05:50:00&#039;,&#039;2009-02-23 06:00:00&#039;,&#039;2009-02-23 06:10:00&#039;,&#039;2009-02-23 06:20:00&#039;,&#039;2009-02-23 06:30:00&#039;,&#039;2009-02-23 06:40:00&#039;,&#039;2009-02-23 06:50:00&#039;,&#039;2009-02-23 07:00:00&#039;,&#039;2009-02-23 07:10:00&#039;,&#039;2009-02-23 07:20:00&#039;,&#039;2009-02-23 07:30:00&#039;,&#039;2009-02-23 07:40:00&#039;,&#039;2009-02-23 07:50:00&#039;,&#039;2009-02-23 08:00:00&#039;,&#039;2009-02-23 08:10:00&#039;,&#039;2009-02-23 08:20:00&#039;,&#039;2009-02-23 08:30:00&#039;,&#039;2009-02-23 08:40:00&#039;,&#039;2009-02-23 08:50:00&#039;,&#039;2009-02-23 09:00:00&#039;,&#039;2009-02-23 09:10:00&#039;,&#039;2009-02-23 09:20:00&#039;,&#039;2009-02-23 09:30:00&#039;,&#039;2009-02-23 09:40:00&#039;,&#039;2009-02-23 09:50:00&#039;,&#039;2009-02-23 10:00:00&#039;,&#039;2009-02-23 10:10:00&#039;,&#039;2009-02-23 10:20:00&#039;,&#039;2009-02-23 10:30:00&#039;,&#039;2009-02-23 10:40:00&#039;,&#039;2009-02-23 10:50:00&#039;,&#039;2009-02-23 11:00:00&#039;,&#039;2009-02-23 11:10:00&#039;,&#039;2009-02-23 11:20:00&#039;,&#039;2009-02-23 11:30:00&#039;,&#039;2009-02-23 11:40:00&#039;,&#039;2009-02-23 11:50:00&#039;,&#039;2009-02-23 12:00:00&#039;,&#039;2009-02-23 12:10:00&#039;,&#039;2009-02-23 12:20:00&#039;,&#039;2009-02-23 12:30:00&#039;,&#039;2009-02-23 12:40:00&#039;,&#039;2009-02-23 12:50:00&#039;,&#039;2009-02-23 13:00:00&#039;,&#039;2009-02-23 13:10:00&#039;,&#039;2009-02-23 13:20:00&#039;,&#039;2009-02-23 13:30:00&#039;,&#039;2009-02-23 13:40:00&#039;,&#039;2009-02-23 13:50:00&#039;,&#039;2009-02-23 14:00:00&#039;,&#039;2009-02-23 14:10:00&#039;,&#039;2009-02-23 14:20:00&#039;,&#039;2009-02-23 14:30:00&#039;,&#039;2009-02-23 14:40:00&#039;,&#039;2009-02-23 14:50:00&#039;,&#039;2009-02-23 15:00:00&#039;,&#039;2009-02-23 15:10:00&#039;,&#039;2009-02-23 15:20:00&#039;,&#039;2009-02-23 15:30:00&#039;,&#039;2009-02-23 15:40:00&#039;,&#039;2009-02-23 15:50:00&#039;,&#039;2009-02-23 16:00:00&#039;,&#039;2009-02-23 16:10:00&#039;,&#039;2009-02-23 16:20:00&#039;,&#039;2009-02-23 16:30:00&#039;,&#039;2009-02-23 16:40:00&#039;,&#039;2009-02-23 16:50:00&#039;,&#039;2009-02-23 17:00:00&#039;,&#039;2009-02-23 17:10:00&#039;,&#039;2009-02-23 17:20:00&#039;,&#039;2009-02-23 17:30:00&#039;,&#039;2009-02-23 17:40:00&#039;,&#039;2009-02-23 17:50:00&#039;,&#039;2009-02-23 18:00:00&#039;,&#039;2009-02-23 18:10:00&#039;,&#039;2009-02-23 18:20:00&#039;,&#039;2009-02-23 18:30:00&#039;,&#039;2009-02-23 18:40:00&#039;,&#039;2009-02-23 18:50:00&#039;,&#039;2009-02-23 19:00:00&#039;,&#039;2009-02-23 19:10:00&#039;,&#039;2009-02-23 19:20:00&#039;,&#039;2009-02-23 19:30:00&#039;,&#039;2009-02-23 19:40:00&#039;,&#039;2009-02-23 19:50:00&#039;,&#039;2009-02-23 20:00:00&#039;,&#039;2009-02-23 20:10:00&#039;,&#039;2009-02-23 20:20:00&#039;,&#039;2009-02-23 20:30:00&#039;,&#039;2009-02-23 20:40:00&#039;,&#039;2009-02-23 20:50:00&#039;,&#039;2009-02-23 21:00:00&#039;,&#039;2009-02-23 21:10:00&#039;,&#039;2009-02-23 21:20:00&#039;,&#039;2009-02-23 21:30:00&#039;,&#039;2009-02-23 21:40:00&#039;,&#039;2009-02-23 21:50:00&#039;,&#039;2009-02-23 22:00:00&#039;,&#039;2009-02-23 22:10:00&#039;,&#039;2009-02-23 22:20:00&#039;,&#039;2009-02-23 22:30:00&#039;,&#039;2009-02-23 22:40:00&#039;,&#039;2009-02-23 22:50:00&#039;,&#039;2009-02-23 23:00:00&#039;,&#039;2009-02-23 23:10:00&#039;,&#039;2009-02-23 23:20:00&#039;,&#039;2009-02-23 23:30:00&#039;,&#039;2009-02-23 23:40:00&#039;,&#039;2009-02-23 23:50:00&#039;,&#039;2009-02-24 00:00:00&#039;],[1025.2,1025.2,1025.1,1025.1,1025,1025,1024.9,1024.8,1024.7,1024.7,1024.6,1024.6,1024.6,1024.6,1024.5,1024.3,1024.2,1024.2,1024.1,1024.1,1024.1,1024.1,1024.1,1024.1,1024,1024,1024,1024,1023.9,1023.9,1023.9,1024,1024,1023.9,1023.8,1023.7,1023.7,1023.6,1023.5,1023.5,1023.4,1023.5,1023.5,1023.5,1023.5,1023.5,1023.5,1023.5,1023.5,1023.5,1023.4,1023.4,1023.4,1023.4,1023.4,1023.3,1023.3,1023.3,1023.2,1023.2,1023.2,1023.2,1023.2,1023.2,1023.1,1023,1023,1023,1022.9,1023.1,1023.2,1023.1,1023.1,1023,1022.9,1022.8,1022.8,1022.7,1022.7,1022.7,1022.7,1022.7,1022.6,1022.5,1022.4,1022.3,1022.2,1022.3,1022.2,1022.2,1022.2,1022.2,1022.1,1022,1021.9,1021.8,1021.9,1021.9,1022,1022,1022,1021.9,1021.9,1021.9,1021.8,1021.8,1021.9,1021.9,1021.9,1021.9,1021.9,1021.8,1021.7,1021.7,1021.6,1021.6,1021.5,1021.4,1021.4,1021.4,1021.3,1021.3,1021.2,1021.1,1021.1,1021.1,1021,1020.9,1020.9,1020.9,1020.8,1020.8,1020.8,1020.8,1020.8,1020.8,1020.8,1020.8,1020.8,1020.8,1020.6,1020.6,1020.6,1020.6,1020.6,1020.6,1020.6,1020.6,1020.6,1020.6,1020.7,1020.7,1020.6,1020.7,1020.7,1020.6,1020.6,1020.6,1020.6,1020.5,1020.5,1020.6,1020.7,1020.7,1020.7,1020.7,1020.8,1020.8,1020.8,1020.7,1020.7,1020.8,1020.8,1020.8,1020.7,1020.6,1020.7,1020.6,1020.6,1020.6,1020.6,1020.6,1020.5,1020.5,1020.5,1020.6,1020.7,1020.9,1020.9,1021,1020.9,1020.9,1020.9,1021,1021.1,1021.1,1021,1021,1021,1021.1,1021.1,1021.1,1021.2,1021.3,1021.5,1021.5,1021.6,1021.6,1021.6,1021.7,1021.8,1021.8,1021.9,1022,1022.1,1022.1,1022.1,1022.1,1022.1,1022.2,1022.1,1022.1,1022.1,1022.2,1022.2,1022.2,1022.2,1022.2,1022.3,1022.3,1022.4,1022.5,1022.5,1022.7,1022.8,1022.8,1022.9,1023,1023.1,1023.1,1023.1,1023.2,1023.4,1023.5,1023.5,1023.5,1023.6,1023.8,1024,1024,1024.2,1024.4,1024.6,1024.7,1024.8,1024.9,1025,1025,1025,1025,1025.2,1025.3,1025.4,1025.5,1025.5,1025.6,1025.7,1025.8,1025.8,1025.8,1026,1026,1025.9,1025.9,1026,1026.2,1026.4,1026.5,1026.6,1026.6,1026.7,1026.8,1026.9,1027,1027,1026.9,1026.8,1027,1027,1027.1,1027.1,1027.1,1027.1,1027.1,1027.1,1027.1,1027.2,1027.2,1027.4,1027.4,1027.4,1027.4,1027.4,1027.4,1027.3,1027.3,1027.3,1027.3,1027.3,1027.3,1027.2,1027.2,1027.2,1027.2,1027.2,1027.2,1027.3,1027.4,1027.4,1027.4,1027.5,1027.5,1027.5,1027.5,1027.5,1027.5,1027.6,1027.6,1027.6,1027.6,1027.5,1027.5,1027.5,1027.6,1027.6,1027.6,1027.7,1027.7,1027.7,1027.7,1027.7,1027.7,1027.7,1027.7,1027.8,1027.8,1027.8,1027.8,1027.9,1028.1,1028.1,1028.1,1028.1,1028.2,1028.2,1028.2,1028.2,1028.3,1028.3,1028.4,1028.4,1028.4,1028.3,1028.3,1028.3,1028.2,1028.1,1028.1,1028.3,1028.3,1028.3,1028.3,1028.2,1028.2,1028.2,1028.1,1028,1028,1028,1028,1027.9,1027.8,1027.7,1027.7,1027.6,1027.4,1027.4,1027.3,1027.2,1027.1,1027.1,1027,1026.9,1026.8,1026.8,1026.8,1026.8,1026.8,1026.8,1026.8,1026.7,1026.6,1026.4,1026.3,1026.1,1025.9,1025.7,1025.5,1025.4,1025.3,1025.3,1025.2,1025,1024.8,1024.9,1024.8,1024.7,1024.5,1024.5,1024.3,1024.2,1024.1,1023.9,1023.8,1023.7,1023.4,1023.4,1023.2,1023.1,1023,1022.7,1022.5,1022.4,1022.3,1022.2,1022.1,1022.1,1022,1021.6,1021.5,1021.3,1021.1,1020.9,1020.6,1020.5,1020.4,1020.2,1020,1019.8,1019.6,1019.5,1019.2,1019,1018.8,1018.7,1018.5,1018.2,1018.1,1018,1017.8,1017.8,1017.6,1017.6,1017.5,1017.3,1017.3,1017.2,1017,1017,1016.9,1016.8,1016.7,1016.6,1016.5,1016.4,1016.4,1016.3,1016.2,1016.1,1016,1016,1016,1015.9,1015.9,1015.8,1015.8,1015.8,1015.9,1015.8,1015.7,1015.7,1015.6,1015.6,1015.5,1015.5,1015.4,1015.4,1015.4,1015.4,1015.3,1015.1,1015,1015,1015,1015,1015,1014.9,1014.8,1014.7,1014.7,1014.7,1014.5,1014.5,1014.4,1014.4,1014.3,1014.3,1014.2,1014,1013.9,1013.8,1013.7,1013.6,1013.5,1013.5,1013.4,1013.4,1013.3,1013.4,1013.4,1013.3,1013.2,1013,1012.9,1012.8,1012.8,1012.7,1012.7,1012.7,1012.8,1012.8,1012.9,1012.9,1012.9,1012.8,1012.5,1012.5,1012.5,1012.4,1012.5,1012.4,1012.4,1012.4,1012.2,1012.2,1012.2,1012.1,1011.8,1012.1,1012,1011.9,1011.8,1011.8,1011.7,1011.9,1011.8,1011.8,1011.8,1011.7,1011.6,1011.5,1011.4,1011.1,1010.9,1010.8,1010.9,1010.9,1010.9,1010.9,1010.8,1010.9,1010.8,1010.7,1010.6,1010.5,1010.5,1010.4,1010.4,1010.5,1010.6,1010.5,1010.5,1010.5,1010.4,1010.3,1010.2,1009.9,1009.9,1009.9,1009.8,1009.7,1009.7,1009.6,1009.6,1009.6,1009.5,1009.5,1009.5,1009.6,1009.6,1009.6,1009.4,1009.5,1009.6,1009.5,1009.6,1009.6,1009.5,1009.5,1009.5,1009.5,1009.4,1009.5,1009.5,1009.5,1009.6,1009.6,1009.7,1009.7,1009.7,1009.8,1009.9,1009.9,1010,1010,1010.2,1010.1,1010.4,1010.6,1010.6,1010.7,1010.8,1011,1010.9,1011,1011.1,1011.2,1011.3,1011.3,1011.3,1011.3,1011.4,1011.4,1011.5,1011.6,1011.6,1011.7,1011.7,1011.7,1011.7,1011.7,1011.7,1011.8,1011.9,1011.9,1012,1012,1012.1,1012.2,1012.3,1012.4,1012.4,1012.4,1012.5,1012.6,1012.7,1012.7,1012.8,1012.9,1013.1,1013.2,1013.4,1013.6,1013.8,1014,1014.1,1014.3,1014.5,1014.6,1014.8,1014.9,1014.9,1015,1015.1,1015.2,1015.3,1015.4,1015.6,1015.6,1015.8,1015.9,1016,1016.1,1016.3,1016.5,1016.5,1016.7,1016.8,1016.8,1016.9,1017,1017.2,1017.2,1017.4,1017.4,1017.5,1017.7,1017.8,1017.9,1018,1018.1],[&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;]);
    dgr.generatePlot(&#039;dgr&#039;,4,&#039;RelativeHumidity&#039;,&#039;%&#039;,&#039;#ee9a00&#039;,&#039;#ee9a00&#039;,&#039;2009-02-19 00:00:00&#039;,&#039;2009-02-24 00:00:00&#039;,63,100,false,&#039;Spline&#039;,&#039;&#039;,[&#039;2009-02-19 00:00:00&#039;,&#039;2009-02-19 00:10:00&#039;,&#039;2009-02-19 00:20:00&#039;,&#039;2009-02-19 00:30:00&#039;,&#039;2009-02-19 00:40:00&#039;,&#039;2009-02-19 00:50:00&#039;,&#039;2009-02-19 01:00:00&#039;,&#039;2009-02-19 01:10:00&#039;,&#039;2009-02-19 01:20:00&#039;,&#039;2009-02-19 01:30:00&#039;,&#039;2009-02-19 01:40:00&#039;,&#039;2009-02-19 01:50:00&#039;,&#039;2009-02-19 02:00:00&#039;,&#039;2009-02-19 02:10:00&#039;,&#039;2009-02-19 02:20:00&#039;,&#039;2009-02-19 02:30:00&#039;,&#039;2009-02-19 02:40:00&#039;,&#039;2009-02-19 02:50:00&#039;,&#039;2009-02-19 03:00:00&#039;,&#039;2009-02-19 03:10:00&#039;,&#039;2009-02-19 03:20:00&#039;,&#039;2009-02-19 03:30:00&#039;,&#039;2009-02-19 03:40:00&#039;,&#039;2009-02-19 03:50:00&#039;,&#039;2009-02-19 04:00:00&#039;,&#039;2009-02-19 04:10:00&#039;,&#039;2009-02-19 04:20:00&#039;,&#039;2009-02-19 04:30:00&#039;,&#039;2009-02-19 04:40:00&#039;,&#039;2009-02-19 04:50:00&#039;,&#039;2009-02-19 05:00:00&#039;,&#039;2009-02-19 05:10:00&#039;,&#039;2009-02-19 05:20:00&#039;,&#039;2009-02-19 05:30:00&#039;,&#039;2009-02-19 05:40:00&#039;,&#039;2009-02-19 05:50:00&#039;,&#039;2009-02-19 06:00:00&#039;,&#039;2009-02-19 06:10:00&#039;,&#039;2009-02-19 06:20:00&#039;,&#039;2009-02-19 06:30:00&#039;,&#039;2009-02-19 06:40:00&#039;,&#039;2009-02-19 06:50:00&#039;,&#039;2009-02-19 07:00:00&#039;,&#039;2009-02-19 07:10:00&#039;,&#039;2009-02-19 07:20:00&#039;,&#039;2009-02-19 07:30:00&#039;,&#039;2009-02-19 07:40:00&#039;,&#039;2009-02-19 07:50:00&#039;,&#039;2009-02-19 08:00:00&#039;,&#039;2009-02-19 08:10:00&#039;,&#039;2009-02-19 08:20:00&#039;,&#039;2009-02-19 08:30:00&#039;,&#039;2009-02-19 08:40:00&#039;,&#039;2009-02-19 08:50:00&#039;,&#039;2009-02-19 09:00:00&#039;,&#039;2009-02-19 09:10:00&#039;,&#039;2009-02-19 09:20:00&#039;,&#039;2009-02-19 09:30:00&#039;,&#039;2009-02-19 09:40:00&#039;,&#039;2009-02-19 09:50:00&#039;,&#039;2009-02-19 10:00:00&#039;,&#039;2009-02-19 10:10:00&#039;,&#039;2009-02-19 10:20:00&#039;,&#039;2009-02-19 10:30:00&#039;,&#039;2009-02-19 10:40:00&#039;,&#039;2009-02-19 10:50:00&#039;,&#039;2009-02-19 11:00:00&#039;,&#039;2009-02-19 11:10:00&#039;,&#039;2009-02-19 11:20:00&#039;,&#039;2009-02-19 11:30:00&#039;,&#039;2009-02-19 11:40:00&#039;,&#039;2009-02-19 11:50:00&#039;,&#039;2009-02-19 12:00:00&#039;,&#039;2009-02-19 12:10:00&#039;,&#039;2009-02-19 12:20:00&#039;,&#039;2009-02-19 12:30:00&#039;,&#039;2009-02-19 12:40:00&#039;,&#039;2009-02-19 12:50:00&#039;,&#039;2009-02-19 13:00:00&#039;,&#039;2009-02-19 13:10:00&#039;,&#039;2009-02-19 13:20:00&#039;,&#039;2009-02-19 13:30:00&#039;,&#039;2009-02-19 13:40:00&#039;,&#039;2009-02-19 13:50:00&#039;,&#039;2009-02-19 14:00:00&#039;,&#039;2009-02-19 14:10:00&#039;,&#039;2009-02-19 14:20:00&#039;,&#039;2009-02-19 14:30:00&#039;,&#039;2009-02-19 14:40:00&#039;,&#039;2009-02-19 14:50:00&#039;,&#039;2009-02-19 15:00:00&#039;,&#039;2009-02-19 15:10:00&#039;,&#039;2009-02-19 15:20:00&#039;,&#039;2009-02-19 15:30:00&#039;,&#039;2009-02-19 15:40:00&#039;,&#039;2009-02-19 15:50:00&#039;,&#039;2009-02-19 16:00:00&#039;,&#039;2009-02-19 16:10:00&#039;,&#039;2009-02-19 16:20:00&#039;,&#039;2009-02-19 16:30:00&#039;,&#039;2009-02-19 16:40:00&#039;,&#039;2009-02-19 16:50:00&#039;,&#039;2009-02-19 17:00:00&#039;,&#039;2009-02-19 17:10:00&#039;,&#039;2009-02-19 17:20:00&#039;,&#039;2009-02-19 17:30:00&#039;,&#039;2009-02-19 17:40:00&#039;,&#039;2009-02-19 17:50:00&#039;,&#039;2009-02-19 18:00:00&#039;,&#039;2009-02-19 18:10:00&#039;,&#039;2009-02-19 18:20:00&#039;,&#039;2009-02-19 18:30:00&#039;,&#039;2009-02-19 18:40:00&#039;,&#039;2009-02-19 18:50:00&#039;,&#039;2009-02-19 19:00:00&#039;,&#039;2009-02-19 19:10:00&#039;,&#039;2009-02-19 19:20:00&#039;,&#039;2009-02-19 19:30:00&#039;,&#039;2009-02-19 19:40:00&#039;,&#039;2009-02-19 19:50:00&#039;,&#039;2009-02-19 20:00:00&#039;,&#039;2009-02-19 20:10:00&#039;,&#039;2009-02-19 20:20:00&#039;,&#039;2009-02-19 20:30:00&#039;,&#039;2009-02-19 20:40:00&#039;,&#039;2009-02-19 20:50:00&#039;,&#039;2009-02-19 21:00:00&#039;,&#039;2009-02-19 21:10:00&#039;,&#039;2009-02-19 21:20:00&#039;,&#039;2009-02-19 21:30:00&#039;,&#039;2009-02-19 21:40:00&#039;,&#039;2009-02-19 21:50:00&#039;,&#039;2009-02-19 22:00:00&#039;,&#039;2009-02-19 22:10:00&#039;,&#039;2009-02-19 22:20:00&#039;,&#039;2009-02-19 22:30:00&#039;,&#039;2009-02-19 22:40:00&#039;,&#039;2009-02-19 22:50:00&#039;,&#039;2009-02-19 23:00:00&#039;,&#039;2009-02-19 23:10:00&#039;,&#039;2009-02-19 23:20:00&#039;,&#039;2009-02-19 23:30:00&#039;,&#039;2009-02-19 23:40:00&#039;,&#039;2009-02-19 23:50:00&#039;,&#039;2009-02-20 00:00:00&#039;,&#039;2009-02-20 00:10:00&#039;,&#039;2009-02-20 00:20:00&#039;,&#039;2009-02-20 00:30:00&#039;,&#039;2009-02-20 00:40:00&#039;,&#039;2009-02-20 00:50:00&#039;,&#039;2009-02-20 01:00:00&#039;,&#039;2009-02-20 01:10:00&#039;,&#039;2009-02-20 01:20:00&#039;,&#039;2009-02-20 01:30:00&#039;,&#039;2009-02-20 01:40:00&#039;,&#039;2009-02-20 01:50:00&#039;,&#039;2009-02-20 02:00:00&#039;,&#039;2009-02-20 02:10:00&#039;,&#039;2009-02-20 02:20:00&#039;,&#039;2009-02-20 02:30:00&#039;,&#039;2009-02-20 02:40:00&#039;,&#039;2009-02-20 02:50:00&#039;,&#039;2009-02-20 03:00:00&#039;,&#039;2009-02-20 03:10:00&#039;,&#039;2009-02-20 03:20:00&#039;,&#039;2009-02-20 03:30:00&#039;,&#039;2009-02-20 03:40:00&#039;,&#039;2009-02-20 03:50:00&#039;,&#039;2009-02-20 04:00:00&#039;,&#039;2009-02-20 04:10:00&#039;,&#039;2009-02-20 04:20:00&#039;,&#039;2009-02-20 04:30:00&#039;,&#039;2009-02-20 04:40:00&#039;,&#039;2009-02-20 04:50:00&#039;,&#039;2009-02-20 05:00:00&#039;,&#039;2009-02-20 05:10:00&#039;,&#039;2009-02-20 05:20:00&#039;,&#039;2009-02-20 05:30:00&#039;,&#039;2009-02-20 05:40:00&#039;,&#039;2009-02-20 05:50:00&#039;,&#039;2009-02-20 06:00:00&#039;,&#039;2009-02-20 06:10:00&#039;,&#039;2009-02-20 06:20:00&#039;,&#039;2009-02-20 06:30:00&#039;,&#039;2009-02-20 06:40:00&#039;,&#039;2009-02-20 06:50:00&#039;,&#039;2009-02-20 07:00:00&#039;,&#039;2009-02-20 07:10:00&#039;,&#039;2009-02-20 07:20:00&#039;,&#039;2009-02-20 07:30:00&#039;,&#039;2009-02-20 07:40:00&#039;,&#039;2009-02-20 07:50:00&#039;,&#039;2009-02-20 08:00:00&#039;,&#039;2009-02-20 08:10:00&#039;,&#039;2009-02-20 08:20:00&#039;,&#039;2009-02-20 08:30:00&#039;,&#039;2009-02-20 08:40:00&#039;,&#039;2009-02-20 08:50:00&#039;,&#039;2009-02-20 09:00:00&#039;,&#039;2009-02-20 09:10:00&#039;,&#039;2009-02-20 09:20:00&#039;,&#039;2009-02-20 09:30:00&#039;,&#039;2009-02-20 09:40:00&#039;,&#039;2009-02-20 09:50:00&#039;,&#039;2009-02-20 10:00:00&#039;,&#039;2009-02-20 10:10:00&#039;,&#039;2009-02-20 10:20:00&#039;,&#039;2009-02-20 10:30:00&#039;,&#039;2009-02-20 10:40:00&#039;,&#039;2009-02-20 10:50:00&#039;,&#039;2009-02-20 11:00:00&#039;,&#039;2009-02-20 11:10:00&#039;,&#039;2009-02-20 11:20:00&#039;,&#039;2009-02-20 11:30:00&#039;,&#039;2009-02-20 11:40:00&#039;,&#039;2009-02-20 11:50:00&#039;,&#039;2009-02-20 12:00:00&#039;,&#039;2009-02-20 12:10:00&#039;,&#039;2009-02-20 12:20:00&#039;,&#039;2009-02-20 12:30:00&#039;,&#039;2009-02-20 12:40:00&#039;,&#039;2009-02-20 12:50:00&#039;,&#039;2009-02-20 13:00:00&#039;,&#039;2009-02-20 13:10:00&#039;,&#039;2009-02-20 13:20:00&#039;,&#039;2009-02-20 13:30:00&#039;,&#039;2009-02-20 13:40:00&#039;,&#039;2009-02-20 13:50:00&#039;,&#039;2009-02-20 14:00:00&#039;,&#039;2009-02-20 14:10:00&#039;,&#039;2009-02-20 14:20:00&#039;,&#039;2009-02-20 14:30:00&#039;,&#039;2009-02-20 14:40:00&#039;,&#039;2009-02-20 14:50:00&#039;,&#039;2009-02-20 15:00:00&#039;,&#039;2009-02-20 15:10:00&#039;,&#039;2009-02-20 15:20:00&#039;,&#039;2009-02-20 15:30:00&#039;,&#039;2009-02-20 15:40:00&#039;,&#039;2009-02-20 15:50:00&#039;,&#039;2009-02-20 16:00:00&#039;,&#039;2009-02-20 16:10:00&#039;,&#039;2009-02-20 16:20:00&#039;,&#039;2009-02-20 16:30:00&#039;,&#039;2009-02-20 16:40:00&#039;,&#039;2009-02-20 16:50:00&#039;,&#039;2009-02-20 17:00:00&#039;,&#039;2009-02-20 17:10:00&#039;,&#039;2009-02-20 17:20:00&#039;,&#039;2009-02-20 17:30:00&#039;,&#039;2009-02-20 17:40:00&#039;,&#039;2009-02-20 17:50:00&#039;,&#039;2009-02-20 18:00:00&#039;,&#039;2009-02-20 18:10:00&#039;,&#039;2009-02-20 18:20:00&#039;,&#039;2009-02-20 18:30:00&#039;,&#039;2009-02-20 18:40:00&#039;,&#039;2009-02-20 18:50:00&#039;,&#039;2009-02-20 19:00:00&#039;,&#039;2009-02-20 19:10:00&#039;,&#039;2009-02-20 19:20:00&#039;,&#039;2009-02-20 19:30:00&#039;,&#039;2009-02-20 19:40:00&#039;,&#039;2009-02-20 19:50:00&#039;,&#039;2009-02-20 20:00:00&#039;,&#039;2009-02-20 20:10:00&#039;,&#039;2009-02-20 20:20:00&#039;,&#039;2009-02-20 20:30:00&#039;,&#039;2009-02-20 20:40:00&#039;,&#039;2009-02-20 20:50:00&#039;,&#039;2009-02-20 21:00:00&#039;,&#039;2009-02-20 21:10:00&#039;,&#039;2009-02-20 21:20:00&#039;,&#039;2009-02-20 21:30:00&#039;,&#039;2009-02-20 21:40:00&#039;,&#039;2009-02-20 21:50:00&#039;,&#039;2009-02-20 22:00:00&#039;,&#039;2009-02-20 22:10:00&#039;,&#039;2009-02-20 22:20:00&#039;,&#039;2009-02-20 22:30:00&#039;,&#039;2009-02-20 22:40:00&#039;,&#039;2009-02-20 22:50:00&#039;,&#039;2009-02-20 23:00:00&#039;,&#039;2009-02-20 23:10:00&#039;,&#039;2009-02-20 23:20:00&#039;,&#039;2009-02-20 23:30:00&#039;,&#039;2009-02-20 23:40:00&#039;,&#039;2009-02-20 23:50:00&#039;,&#039;2009-02-21 00:00:00&#039;,&#039;2009-02-21 00:10:00&#039;,&#039;2009-02-21 00:20:00&#039;,&#039;2009-02-21 00:30:00&#039;,&#039;2009-02-21 00:40:00&#039;,&#039;2009-02-21 00:50:00&#039;,&#039;2009-02-21 01:00:00&#039;,&#039;2009-02-21 01:10:00&#039;,&#039;2009-02-21 01:20:00&#039;,&#039;2009-02-21 01:30:00&#039;,&#039;2009-02-21 01:40:00&#039;,&#039;2009-02-21 01:50:00&#039;,&#039;2009-02-21 02:00:00&#039;,&#039;2009-02-21 02:10:00&#039;,&#039;2009-02-21 02:20:00&#039;,&#039;2009-02-21 02:30:00&#039;,&#039;2009-02-21 02:40:00&#039;,&#039;2009-02-21 02:50:00&#039;,&#039;2009-02-21 03:00:00&#039;,&#039;2009-02-21 03:10:00&#039;,&#039;2009-02-21 03:20:00&#039;,&#039;2009-02-21 03:30:00&#039;,&#039;2009-02-21 03:40:00&#039;,&#039;2009-02-21 03:50:00&#039;,&#039;2009-02-21 04:00:00&#039;,&#039;2009-02-21 04:10:00&#039;,&#039;2009-02-21 04:20:00&#039;,&#039;2009-02-21 04:30:00&#039;,&#039;2009-02-21 04:40:00&#039;,&#039;2009-02-21 04:50:00&#039;,&#039;2009-02-21 05:00:00&#039;,&#039;2009-02-21 05:10:00&#039;,&#039;2009-02-21 05:20:00&#039;,&#039;2009-02-21 05:30:00&#039;,&#039;2009-02-21 05:40:00&#039;,&#039;2009-02-21 05:50:00&#039;,&#039;2009-02-21 06:00:00&#039;,&#039;2009-02-21 06:10:00&#039;,&#039;2009-02-21 06:20:00&#039;,&#039;2009-02-21 06:30:00&#039;,&#039;2009-02-21 06:40:00&#039;,&#039;2009-02-21 06:50:00&#039;,&#039;2009-02-21 07:00:00&#039;,&#039;2009-02-21 07:10:00&#039;,&#039;2009-02-21 07:20:00&#039;,&#039;2009-02-21 07:30:00&#039;,&#039;2009-02-21 07:40:00&#039;,&#039;2009-02-21 07:50:00&#039;,&#039;2009-02-21 08:00:00&#039;,&#039;2009-02-21 08:10:00&#039;,&#039;2009-02-21 08:20:00&#039;,&#039;2009-02-21 08:30:00&#039;,&#039;2009-02-21 08:40:00&#039;,&#039;2009-02-21 08:50:00&#039;,&#039;2009-02-21 09:00:00&#039;,&#039;2009-02-21 09:10:00&#039;,&#039;2009-02-21 09:20:00&#039;,&#039;2009-02-21 09:30:00&#039;,&#039;2009-02-21 09:40:00&#039;,&#039;2009-02-21 09:50:00&#039;,&#039;2009-02-21 10:00:00&#039;,&#039;2009-02-21 10:10:00&#039;,&#039;2009-02-21 10:20:00&#039;,&#039;2009-02-21 10:30:00&#039;,&#039;2009-02-21 10:40:00&#039;,&#039;2009-02-21 10:50:00&#039;,&#039;2009-02-21 11:00:00&#039;,&#039;2009-02-21 11:10:00&#039;,&#039;2009-02-21 11:20:00&#039;,&#039;2009-02-21 11:30:00&#039;,&#039;2009-02-21 11:40:00&#039;,&#039;2009-02-21 11:50:00&#039;,&#039;2009-02-21 12:00:00&#039;,&#039;2009-02-21 12:10:00&#039;,&#039;2009-02-21 12:20:00&#039;,&#039;2009-02-21 12:30:00&#039;,&#039;2009-02-21 12:40:00&#039;,&#039;2009-02-21 12:50:00&#039;,&#039;2009-02-21 13:00:00&#039;,&#039;2009-02-21 13:10:00&#039;,&#039;2009-02-21 13:20:00&#039;,&#039;2009-02-21 13:30:00&#039;,&#039;2009-02-21 13:40:00&#039;,&#039;2009-02-21 13:50:00&#039;,&#039;2009-02-21 14:00:00&#039;,&#039;2009-02-21 14:10:00&#039;,&#039;2009-02-21 14:20:00&#039;,&#039;2009-02-21 14:30:00&#039;,&#039;2009-02-21 14:40:00&#039;,&#039;2009-02-21 14:50:00&#039;,&#039;2009-02-21 15:00:00&#039;,&#039;2009-02-21 15:10:00&#039;,&#039;2009-02-21 15:20:00&#039;,&#039;2009-02-21 15:30:00&#039;,&#039;2009-02-21 15:40:00&#039;,&#039;2009-02-21 15:50:00&#039;,&#039;2009-02-21 16:00:00&#039;,&#039;2009-02-21 16:10:00&#039;,&#039;2009-02-21 16:20:00&#039;,&#039;2009-02-21 16:30:00&#039;,&#039;2009-02-21 16:40:00&#039;,&#039;2009-02-21 16:50:00&#039;,&#039;2009-02-21 17:00:00&#039;,&#039;2009-02-21 17:10:00&#039;,&#039;2009-02-21 17:20:00&#039;,&#039;2009-02-21 17:30:00&#039;,&#039;2009-02-21 17:40:00&#039;,&#039;2009-02-21 17:50:00&#039;,&#039;2009-02-21 18:00:00&#039;,&#039;2009-02-21 18:10:00&#039;,&#039;2009-02-21 18:20:00&#039;,&#039;2009-02-21 18:30:00&#039;,&#039;2009-02-21 18:40:00&#039;,&#039;2009-02-21 18:50:00&#039;,&#039;2009-02-21 19:00:00&#039;,&#039;2009-02-21 19:10:00&#039;,&#039;2009-02-21 19:20:00&#039;,&#039;2009-02-21 19:30:00&#039;,&#039;2009-02-21 19:40:00&#039;,&#039;2009-02-21 19:50:00&#039;,&#039;2009-02-21 20:00:00&#039;,&#039;2009-02-21 20:10:00&#039;,&#039;2009-02-21 20:20:00&#039;,&#039;2009-02-21 20:30:00&#039;,&#039;2009-02-21 20:40:00&#039;,&#039;2009-02-21 20:50:00&#039;,&#039;2009-02-21 21:00:00&#039;,&#039;2009-02-21 21:10:00&#039;,&#039;2009-02-21 21:20:00&#039;,&#039;2009-02-21 21:30:00&#039;,&#039;2009-02-21 21:40:00&#039;,&#039;2009-02-21 21:50:00&#039;,&#039;2009-02-21 22:00:00&#039;,&#039;2009-02-21 22:10:00&#039;,&#039;2009-02-21 22:20:00&#039;,&#039;2009-02-21 22:30:00&#039;,&#039;2009-02-21 22:40:00&#039;,&#039;2009-02-21 22:50:00&#039;,&#039;2009-02-21 23:00:00&#039;,&#039;2009-02-21 23:10:00&#039;,&#039;2009-02-21 23:20:00&#039;,&#039;2009-02-21 23:30:00&#039;,&#039;2009-02-21 23:40:00&#039;,&#039;2009-02-21 23:50:00&#039;,&#039;2009-02-22 00:00:00&#039;,&#039;2009-02-22 00:10:00&#039;,&#039;2009-02-22 00:20:00&#039;,&#039;2009-02-22 00:30:00&#039;,&#039;2009-02-22 00:40:00&#039;,&#039;2009-02-22 00:50:00&#039;,&#039;2009-02-22 01:00:00&#039;,&#039;2009-02-22 01:10:00&#039;,&#039;2009-02-22 01:20:00&#039;,&#039;2009-02-22 01:30:00&#039;,&#039;2009-02-22 01:40:00&#039;,&#039;2009-02-22 01:50:00&#039;,&#039;2009-02-22 02:00:00&#039;,&#039;2009-02-22 02:10:00&#039;,&#039;2009-02-22 02:20:00&#039;,&#039;2009-02-22 02:30:00&#039;,&#039;2009-02-22 02:40:00&#039;,&#039;2009-02-22 02:50:00&#039;,&#039;2009-02-22 03:00:00&#039;,&#039;2009-02-22 03:10:00&#039;,&#039;2009-02-22 03:20:00&#039;,&#039;2009-02-22 03:30:00&#039;,&#039;2009-02-22 03:40:00&#039;,&#039;2009-02-22 03:50:00&#039;,&#039;2009-02-22 04:00:00&#039;,&#039;2009-02-22 04:10:00&#039;,&#039;2009-02-22 04:20:00&#039;,&#039;2009-02-22 04:30:00&#039;,&#039;2009-02-22 04:40:00&#039;,&#039;2009-02-22 04:50:00&#039;,&#039;2009-02-22 05:00:00&#039;,&#039;2009-02-22 05:10:00&#039;,&#039;2009-02-22 05:20:00&#039;,&#039;2009-02-22 05:30:00&#039;,&#039;2009-02-22 05:40:00&#039;,&#039;2009-02-22 05:50:00&#039;,&#039;2009-02-22 06:00:00&#039;,&#039;2009-02-22 06:10:00&#039;,&#039;2009-02-22 06:20:00&#039;,&#039;2009-02-22 06:30:00&#039;,&#039;2009-02-22 06:40:00&#039;,&#039;2009-02-22 06:50:00&#039;,&#039;2009-02-22 07:00:00&#039;,&#039;2009-02-22 07:10:00&#039;,&#039;2009-02-22 07:20:00&#039;,&#039;2009-02-22 07:30:00&#039;,&#039;2009-02-22 07:40:00&#039;,&#039;2009-02-22 07:50:00&#039;,&#039;2009-02-22 08:00:00&#039;,&#039;2009-02-22 08:10:00&#039;,&#039;2009-02-22 08:20:00&#039;,&#039;2009-02-22 08:30:00&#039;,&#039;2009-02-22 08:40:00&#039;,&#039;2009-02-22 08:50:00&#039;,&#039;2009-02-22 09:00:00&#039;,&#039;2009-02-22 09:10:00&#039;,&#039;2009-02-22 09:20:00&#039;,&#039;2009-02-22 09:30:00&#039;,&#039;2009-02-22 09:40:00&#039;,&#039;2009-02-22 09:50:00&#039;,&#039;2009-02-22 10:00:00&#039;,&#039;2009-02-22 10:10:00&#039;,&#039;2009-02-22 10:20:00&#039;,&#039;2009-02-22 10:30:00&#039;,&#039;2009-02-22 10:40:00&#039;,&#039;2009-02-22 10:50:00&#039;,&#039;2009-02-22 11:00:00&#039;,&#039;2009-02-22 11:10:00&#039;,&#039;2009-02-22 11:20:00&#039;,&#039;2009-02-22 11:30:00&#039;,&#039;2009-02-22 11:40:00&#039;,&#039;2009-02-22 11:50:00&#039;,&#039;2009-02-22 12:00:00&#039;,&#039;2009-02-22 12:10:00&#039;,&#039;2009-02-22 12:20:00&#039;,&#039;2009-02-22 12:30:00&#039;,&#039;2009-02-22 12:40:00&#039;,&#039;2009-02-22 12:50:00&#039;,&#039;2009-02-22 13:00:00&#039;,&#039;2009-02-22 13:10:00&#039;,&#039;2009-02-22 13:20:00&#039;,&#039;2009-02-22 13:30:00&#039;,&#039;2009-02-22 13:40:00&#039;,&#039;2009-02-22 13:50:00&#039;,&#039;2009-02-22 14:00:00&#039;,&#039;2009-02-22 14:10:00&#039;,&#039;2009-02-22 14:20:00&#039;,&#039;2009-02-22 14:30:00&#039;,&#039;2009-02-22 14:40:00&#039;,&#039;2009-02-22 14:50:00&#039;,&#039;2009-02-22 15:00:00&#039;,&#039;2009-02-22 15:10:00&#039;,&#039;2009-02-22 15:20:00&#039;,&#039;2009-02-22 15:30:00&#039;,&#039;2009-02-22 15:40:00&#039;,&#039;2009-02-22 15:50:00&#039;,&#039;2009-02-22 16:00:00&#039;,&#039;2009-02-22 16:10:00&#039;,&#039;2009-02-22 16:20:00&#039;,&#039;2009-02-22 16:30:00&#039;,&#039;2009-02-22 16:40:00&#039;,&#039;2009-02-22 16:50:00&#039;,&#039;2009-02-22 17:00:00&#039;,&#039;2009-02-22 17:10:00&#039;,&#039;2009-02-22 17:20:00&#039;,&#039;2009-02-22 17:30:00&#039;,&#039;2009-02-22 17:40:00&#039;,&#039;2009-02-22 17:50:00&#039;,&#039;2009-02-22 18:00:00&#039;,&#039;2009-02-22 18:10:00&#039;,&#039;2009-02-22 18:20:00&#039;,&#039;2009-02-22 18:30:00&#039;,&#039;2009-02-22 18:40:00&#039;,&#039;2009-02-22 18:50:00&#039;,&#039;2009-02-22 19:00:00&#039;,&#039;2009-02-22 19:10:00&#039;,&#039;2009-02-22 19:20:00&#039;,&#039;2009-02-22 19:30:00&#039;,&#039;2009-02-22 19:40:00&#039;,&#039;2009-02-22 19:50:00&#039;,&#039;2009-02-22 20:00:00&#039;,&#039;2009-02-22 20:10:00&#039;,&#039;2009-02-22 20:20:00&#039;,&#039;2009-02-22 20:30:00&#039;,&#039;2009-02-22 20:40:00&#039;,&#039;2009-02-22 20:50:00&#039;,&#039;2009-02-22 21:00:00&#039;,&#039;2009-02-22 21:10:00&#039;,&#039;2009-02-22 21:20:00&#039;,&#039;2009-02-22 21:30:00&#039;,&#039;2009-02-22 21:40:00&#039;,&#039;2009-02-22 21:50:00&#039;,&#039;2009-02-22 22:00:00&#039;,&#039;2009-02-22 22:10:00&#039;,&#039;2009-02-22 22:20:00&#039;,&#039;2009-02-22 22:30:00&#039;,&#039;2009-02-22 22:40:00&#039;,&#039;2009-02-22 22:50:00&#039;,&#039;2009-02-22 23:00:00&#039;,&#039;2009-02-22 23:10:00&#039;,&#039;2009-02-22 23:20:00&#039;,&#039;2009-02-22 23:30:00&#039;,&#039;2009-02-22 23:40:00&#039;,&#039;2009-02-22 23:50:00&#039;,&#039;2009-02-23 00:00:00&#039;,&#039;2009-02-23 00:10:00&#039;,&#039;2009-02-23 00:20:00&#039;,&#039;2009-02-23 00:30:00&#039;,&#039;2009-02-23 00:40:00&#039;,&#039;2009-02-23 00:50:00&#039;,&#039;2009-02-23 01:00:00&#039;,&#039;2009-02-23 01:10:00&#039;,&#039;2009-02-23 01:20:00&#039;,&#039;2009-02-23 01:30:00&#039;,&#039;2009-02-23 01:40:00&#039;,&#039;2009-02-23 01:50:00&#039;,&#039;2009-02-23 02:00:00&#039;,&#039;2009-02-23 02:10:00&#039;,&#039;2009-02-23 02:20:00&#039;,&#039;2009-02-23 02:30:00&#039;,&#039;2009-02-23 02:40:00&#039;,&#039;2009-02-23 02:50:00&#039;,&#039;2009-02-23 03:00:00&#039;,&#039;2009-02-23 03:10:00&#039;,&#039;2009-02-23 03:20:00&#039;,&#039;2009-02-23 03:30:00&#039;,&#039;2009-02-23 03:40:00&#039;,&#039;2009-02-23 03:50:00&#039;,&#039;2009-02-23 04:00:00&#039;,&#039;2009-02-23 04:10:00&#039;,&#039;2009-02-23 04:20:00&#039;,&#039;2009-02-23 04:30:00&#039;,&#039;2009-02-23 04:40:00&#039;,&#039;2009-02-23 04:50:00&#039;,&#039;2009-02-23 05:00:00&#039;,&#039;2009-02-23 05:10:00&#039;,&#039;2009-02-23 05:20:00&#039;,&#039;2009-02-23 05:30:00&#039;,&#039;2009-02-23 05:40:00&#039;,&#039;2009-02-23 05:50:00&#039;,&#039;2009-02-23 06:00:00&#039;,&#039;2009-02-23 06:10:00&#039;,&#039;2009-02-23 06:20:00&#039;,&#039;2009-02-23 06:30:00&#039;,&#039;2009-02-23 06:40:00&#039;,&#039;2009-02-23 06:50:00&#039;,&#039;2009-02-23 07:00:00&#039;,&#039;2009-02-23 07:10:00&#039;,&#039;2009-02-23 07:20:00&#039;,&#039;2009-02-23 07:30:00&#039;,&#039;2009-02-23 07:40:00&#039;,&#039;2009-02-23 07:50:00&#039;,&#039;2009-02-23 08:00:00&#039;,&#039;2009-02-23 08:10:00&#039;,&#039;2009-02-23 08:20:00&#039;,&#039;2009-02-23 08:30:00&#039;,&#039;2009-02-23 08:40:00&#039;,&#039;2009-02-23 08:50:00&#039;,&#039;2009-02-23 09:00:00&#039;,&#039;2009-02-23 09:10:00&#039;,&#039;2009-02-23 09:20:00&#039;,&#039;2009-02-23 09:30:00&#039;,&#039;2009-02-23 09:40:00&#039;,&#039;2009-02-23 09:50:00&#039;,&#039;2009-02-23 10:00:00&#039;,&#039;2009-02-23 10:10:00&#039;,&#039;2009-02-23 10:20:00&#039;,&#039;2009-02-23 10:30:00&#039;,&#039;2009-02-23 10:40:00&#039;,&#039;2009-02-23 10:50:00&#039;,&#039;2009-02-23 11:00:00&#039;,&#039;2009-02-23 11:10:00&#039;,&#039;2009-02-23 11:20:00&#039;,&#039;2009-02-23 11:30:00&#039;,&#039;2009-02-23 11:40:00&#039;,&#039;2009-02-23 11:50:00&#039;,&#039;2009-02-23 12:00:00&#039;,&#039;2009-02-23 12:10:00&#039;,&#039;2009-02-23 12:20:00&#039;,&#039;2009-02-23 12:30:00&#039;,&#039;2009-02-23 12:40:00&#039;,&#039;2009-02-23 12:50:00&#039;,&#039;2009-02-23 13:00:00&#039;,&#039;2009-02-23 13:10:00&#039;,&#039;2009-02-23 13:20:00&#039;,&#039;2009-02-23 13:30:00&#039;,&#039;2009-02-23 13:40:00&#039;,&#039;2009-02-23 13:50:00&#039;,&#039;2009-02-23 14:00:00&#039;,&#039;2009-02-23 14:10:00&#039;,&#039;2009-02-23 14:20:00&#039;,&#039;2009-02-23 14:30:00&#039;,&#039;2009-02-23 14:40:00&#039;,&#039;2009-02-23 14:50:00&#039;,&#039;2009-02-23 15:00:00&#039;,&#039;2009-02-23 15:10:00&#039;,&#039;2009-02-23 15:20:00&#039;,&#039;2009-02-23 15:30:00&#039;,&#039;2009-02-23 15:40:00&#039;,&#039;2009-02-23 15:50:00&#039;,&#039;2009-02-23 16:00:00&#039;,&#039;2009-02-23 16:10:00&#039;,&#039;2009-02-23 16:20:00&#039;,&#039;2009-02-23 16:30:00&#039;,&#039;2009-02-23 16:40:00&#039;,&#039;2009-02-23 16:50:00&#039;,&#039;2009-02-23 17:00:00&#039;,&#039;2009-02-23 17:10:00&#039;,&#039;2009-02-23 17:20:00&#039;,&#039;2009-02-23 17:30:00&#039;,&#039;2009-02-23 17:40:00&#039;,&#039;2009-02-23 17:50:00&#039;,&#039;2009-02-23 18:00:00&#039;,&#039;2009-02-23 18:10:00&#039;,&#039;2009-02-23 18:20:00&#039;,&#039;2009-02-23 18:30:00&#039;,&#039;2009-02-23 18:40:00&#039;,&#039;2009-02-23 18:50:00&#039;,&#039;2009-02-23 19:00:00&#039;,&#039;2009-02-23 19:10:00&#039;,&#039;2009-02-23 19:20:00&#039;,&#039;2009-02-23 19:30:00&#039;,&#039;2009-02-23 19:40:00&#039;,&#039;2009-02-23 19:50:00&#039;,&#039;2009-02-23 20:00:00&#039;,&#039;2009-02-23 20:10:00&#039;,&#039;2009-02-23 20:20:00&#039;,&#039;2009-02-23 20:30:00&#039;,&#039;2009-02-23 20:40:00&#039;,&#039;2009-02-23 20:50:00&#039;,&#039;2009-02-23 21:00:00&#039;,&#039;2009-02-23 21:10:00&#039;,&#039;2009-02-23 21:20:00&#039;,&#039;2009-02-23 21:30:00&#039;,&#039;2009-02-23 21:40:00&#039;,&#039;2009-02-23 21:50:00&#039;,&#039;2009-02-23 22:00:00&#039;,&#039;2009-02-23 22:10:00&#039;,&#039;2009-02-23 22:20:00&#039;,&#039;2009-02-23 22:30:00&#039;,&#039;2009-02-23 22:40:00&#039;,&#039;2009-02-23 22:50:00&#039;,&#039;2009-02-23 23:00:00&#039;,&#039;2009-02-23 23:10:00&#039;,&#039;2009-02-23 23:20:00&#039;,&#039;2009-02-23 23:30:00&#039;,&#039;2009-02-23 23:40:00&#039;,&#039;2009-02-23 23:50:00&#039;,&#039;2009-02-24 00:00:00&#039;],[89,89,88,89,89,89,90,90,91,91,91,91,91,91,92,92,93,93,93,92,93,93,93,93,93,93,93,93,93,94,94,94,94,93,93,94,93,91,92,93,92,93,93,92,93,93,93,92,92,92,92,92,91,90,88,86,84,82,80,78,77,75,74,75,73,72,71,71,71,70,69,68,69,70,70,69,66,64,63,64,68,72,72,75,78,82,86,88,88,85,82,82,81,79,78,79,80,82,84,84,85,86,87,88,88,91,95,97,99,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,99,99,98,98,98,97,97,97,97,97,97,97,97,97,97,98,98,98,98,98,98,98,98,98,98,98,98,98,98,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,96,96,96,96,96,96,96,97,96,96,96,96,95,95,95,94,94,94,93,93,94,95,96,96,96,97,97,97,97,97,97,97,97,97,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,97,96,95,95,95,94,93,93,93,93,93,93,91,90,90,87,87,86,85,84,84,86,86,87,88,90,91,91,89,88,88,89,90,90,91,92,92,92,92,92,93,94,95,96,96,97,97,97,98,98,98,98,98,98,98,98,98,98,99,99,99,99,99,99,99,99,99,99,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,98,98,98,98,98,98,98,97,96,95,93,92,91,88,88,88,88,86,84,84,85,84,84,84,84,84,83,83,83,83,83,83,83,84,85,85,85,85,85,85,85,84,84,84,84,84,84,84,85,87,90,90,90,89,89,88,88,88,88,91,93,94,96,95,95,94,93,93,94,95,95,95,95,94,94,94,94,94,94,94,95,95,96,96,96,96,96,97,98,98,98,99,99,99,99,99,98,98,98,98,98,97,96,96,97,97,97,97,96,97,98,98,98,98,98,98,98,98,98,98,98,98,98,97,96,96,95,95,95,95,95,94,93,93,92,91,89,88,87,87,86,85,85,85,84,84,83,81,79,77,77,76,75,75,76,76,76,74,74,73,74,77,79,79,78,78,77,77,79,80,81,83,84,86,87,87,89,89,90,91,91,91,91,90,90,89,89,90,90,89,90,90,91,91,91,91,91,91,91,91,90,89,88,88,88,89,89,89,89,89,90,91],[&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;,&#039;#0000ff&#039;]);
    dgr.generatePlot(&#039;dgr&#039;,5,&#039;GlobalRadiation&#039;,&#039;Watt&#039;,&#039;#8b008b&#039;,&#039;#8b008b&#039;,&#039;2009-02-19 00:00:00&#039;,&#039;2009-02-24 00:00:00&#039;,0,1000,false,&#039;Spline&#039;,&#039;&#039;,[],[],[]);
  });
  // ]]&gt;
&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Mon, 09 Nov 2020 15:48:00 +0100</pubDate>
    <guid isPermaLink="false">http://fseitz.de/blog/index.php?/archives/157-guid.html</guid>
    
</item>

</channel>
</rss>