dc
Version:
A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js
904 lines • 251 kB
HTML
<head>
<title>dc.js - Dimensional Charting Javascript Library</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/dc.css">
<link rel="icon" type="image/x-icon" href="dc.logo.png">
<style>
#monthly-volume-chart g.y {
display: none;
}
#logo {
margin-right: 2em;
margin-top: 2em;
}
</style>
</head>
<body>
<div class="container">
<img id="logo" src="dc.logo.png" style="float:left" width="125" height="125">
<h2>dc.js - Dimensional Charting Javascript Library</h2>
<p>
dc.js is a javascript charting library with native <a href="http://square.github.com/crossfilter/">crossfilter</a>
support and allowing highly efficient exploration on large multi-dimensional dataset (inspired by crossfilter's
demo). It leverages <a href="http://d3js.org/">d3</a> engine to render charts in css friendly svg format. Charts
rendered using dc.js are naturally data driven and reactive therefore providing instant feedback on user's
interaction. The main objective of this project is to provide an easy yet powerful javascript library which can be
utilized to perform data visualization and analysis in browser as well as on mobile device.
</p>
<h4>Version Status</h4>
<p>This page is running version: v<span id="version">2.1.0-dev</span>. The latest stable version is v<span id="latest">1.7.3</span>.</p>
<h4>Getting Started</h4>
<p>
Take a look at the <a href="docs/stock.html">annotated source</a> to the Nasdaq Example that is shown below.
</p>
<h4>For more information and assistance</h4>
<ul>
<li><a href="http://github.com/dc-js/dc.js/releases/">Release Notes</a></li>
<li><a href="https://github.com/dc-js/dc.js/wiki">Wiki</a> - Additional examples</li>
<li><a href="https://github.com/dc-js/dc.js/wiki/Roadmap">Roadmap</a> - Future Plans</li>
<li><a href="https://github.com/dc-js/dc.js/blob/master/web/docs/api-1.6.0.md">Stable API</a> - Documentation</li>
<li><a href="https://github.com/dc-js/dc.js/blob/master/web/docs/api-latest.md">Master API</a> - Bleeding Edge</li>
<li><a href="https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group">Mailing List</a> - The users group and best place to post support questions.</li>
<li><a href="https://github.com/dc-js/dc.js/issues">Issues</a> - Please post any issues you have found or enhancements you would like to see. Usage questions should be directed to the mailing list</li>
</ul>
<p>
Fork me @ <a href="https://github.com/dc-js/dc.js">https://github.com/dc-js/dc.js</a> and also feel free
to report any issue or request a new type of chart to be included in the next release.
</p>
<h3>Examples</h3>
<p>
The following charts provide a live example of dc.js used against Nasdaq 100 index for the last 27 years. (You
can run this example completely off-line). Although it is just an example, using it you can
already ask some quite interesting questions. If I am going to gamble whether Nasdaq 100 will gain or lose
tomorrow what is my chance? Is Friday or Monday the most unlucky day for investors? Is spring better than winter to
invest? Can you find the outliers? When did the outliers occur?
Public data source: <a href="http://pitrading.com/free_market_data.htm" target="_blank">PiTrading.com</a>.
</p>
<p>
Try it out or check out these other examples.
</p>
<ul>
<li><a href="vc/index.html">US Venture Capital Landscape 2011 (choropleth chart, bubble chart)</a></li>
<li><a href="crime/index.html">Major Canadian City Crime Stats 1998-2011 (bubble overlay, bar chart, line chart)</a></li>
<li><a href="https://github.com/dc-js/dc.js/wiki#examples-contributed-by-community">List of Community Contributed Examples</a></li>
<li><a href="./examples">Simple, Specific Chart Examples</a> (<a href="https://github.com/dc-js/dc.js/tree/master/web/examples">source</a>)</li>
</ul>
<h2>Nasdaq 100 Index 1985/11/01-2012/06/29</h2>
<div class="row">
<div id="yearly-bubble-chart" class="dc-chart">
<strong>Yearly Performance</strong> (radius: fluctuation/index ratio, color: gain/loss)
<a class="reset" href="javascript:yearlyBubbleChart.filterAll();dc.redrawAll();" style="display: none;">reset</a>
<div class="clearfix"></div>
<svg width="990" height="250"><g><g class="grid-line horizontal" transform="translate(52,10)"><line x1="1" y1="198" x2="888" y2="198" opacity="1"></line><line x1="1" y1="167" x2="888" y2="167" opacity="1"></line><line x1="1" y1="136" x2="888" y2="136" opacity="1"></line><line x1="1" y1="105" x2="888" y2="105" opacity="1"></line><line x1="1" y1="74" x2="888" y2="74" opacity="1"></line><line x1="1" y1="43" x2="888" y2="43" opacity="1"></line><line x1="1" y1="12" x2="888" y2="12" opacity="1"></line></g><g class="grid-line vertical" transform="translate(52,10)"><line x1="50.325633064111834" y1="198" x2="50.325633064111834" y2="0" opacity="1"></line><line x1="151.39735756626536" y1="198" x2="151.39735756626536" y2="0" opacity="1"></line><line x1="252.46908206841886" y1="198" x2="252.46908206841886" y2="0" opacity="1"></line><line x1="353.54080657057244" y1="198" x2="353.54080657057244" y2="0" opacity="1"></line><line x1="454.612531072726" y1="198" x2="454.612531072726" y2="0" opacity="1"></line><line x1="555.6842555748794" y1="198" x2="555.6842555748794" y2="0" opacity="1"></line><line x1="656.755980077033" y1="198" x2="656.755980077033" y2="0" opacity="1"></line><line x1="757.8277045791865" y1="198" x2="757.8277045791865" y2="0" opacity="1"></line><line x1="858.8994290813399" y1="198" x2="858.8994290813399" y2="0" opacity="1"></line></g><g class="chart-body" transform="translate(52, 10)" clip-path="url(#yearly-bubble-chart-clip)"><g class="node" transform="translate(457.54361108328834,99)"><circle class="bubble _0" fill="#ffffbf" r="21.085876085405822" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1986</text><title>1986
Index Gain: 14.50
Index Gain in Percentage: 9.90%
Fluctuation / Index Ratio: 172.95%</title></g><g class="node" transform="translate(459.5508955319011,97)"><circle class="bubble _1" fill="#ffffbf" r="29.5964827438485" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1987</text><title>1987
Index Gain: 24.43
Index Gain in Percentage: 13.60%
Fluctuation / Index Ratio: 305.72%</title></g><g class="node" transform="translate(458.1500414303014,99)"><circle class="bubble _2" fill="#ffffbf" r="21.916340314855653" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1988</text><title>1988
Index Gain: 17.50
Index Gain in Percentage: 10.06%
Fluctuation / Index Ratio: 185.90%</title></g><g class="node" transform="translate(463.8909153820237,91)"><circle class="bubble _3" fill="#ffffbf" r="20.269108042311718" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1989</text><title>1989
Index Gain: 45.90
Index Gain in Percentage: 22.13%
Fluctuation / Index Ratio: 160.20%</title></g><g class="node" transform="translate(449.68225235151095,112)"><circle class="bubble _4" fill="#ffffbf" r="26.31325055810309" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1990</text><title>1990
Index Gain: -24.39
Index Gain in Percentage: -11.78%
Fluctuation / Index Ratio: 254.50%</title></g><g class="node" transform="translate(481.1155586716807,75)"><circle class="bubble _5" fill="#d9ef8b" r="26.45804539082223" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1991</text><title>1991
Index Gain: 131.11
Index Gain in Percentage: 48.84%
Fluctuation / Index Ratio: 256.76%</title></g><g class="node" transform="translate(461.3600794004897,99)"><circle class="bubble _6" fill="#ffffbf" r="25.085051058188586" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1992</text><title>1992
Index Gain: 33.38
Index Gain in Percentage: 10.32%
Fluctuation / Index Ratio: 235.34%</title></g><g class="node" transform="translate(462.31419647979004,99)"><circle class="bubble _7" fill="#ffffbf" r="23.479178579816093" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1993</text><title>1993
Index Gain: 38.10
Index Gain in Percentage: 10.37%
Fluctuation / Index Ratio: 210.28%</title></g><g class="node" transform="translate(455.15023264707736,105)"><circle class="bubble _8" fill="#ffffbf" r="22.66010006213287" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1994</text><title>1994
Index Gain: 2.66
Index Gain in Percentage: 0.68%
Fluctuation / Index Ratio: 197.51%</title></g><g class="node" transform="translate(489.18714659042257,85)"><circle class="bubble _9" fill="#a6d96a" r="27.941429495490006" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1995</text><title>1995
Index Gain: 171.04
Index Gain in Percentage: 32.96%
Fluctuation / Index Ratio: 279.90%</title></g><g class="node" transform="translate(504.3297123553353,83)"><circle class="bubble _10" fill="#a6d96a" r="27.985481840083246" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1996</text><title>1996
Index Gain: 245.95
Index Gain in Percentage: 36.07%
Fluctuation / Index Ratio: 280.58%</title></g><g class="node" transform="translate(487.9197071651655,95)"><circle class="bubble _11" fill="#d9ef8b" r="31.557639879089905" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1997</text><title>1997
Index Gain: 164.77
Index Gain in Percentage: 16.87%
Fluctuation / Index Ratio: 336.31%</title></g><g class="node" transform="translate(628.5488832029721,64)"><circle class="bubble _12" fill="#1a9850" r="34.78052685970172" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1998</text><title>1998
Index Gain: 860.46
Index Gain in Percentage: 66.15%
Fluctuation / Index Ratio: 386.59%</title></g><g class="node" transform="translate(786.9282754978465,62)"><circle class="bubble _13" fill="#1a9850" r="37.01393246074606" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1999</text><title>1999
Index Gain: 1643.96
Index Gain in Percentage: 69.65%
Fluctuation / Index Ratio: 421.43%</title></g><g class="node" transform="translate(101.07172450215353,135)"><circle class="bubble _14" fill="#d73027" r="51.91642335268047" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2000</text><title>2000
Index Gain: -1748.96
Index Gain in Percentage: -48.54%
Fluctuation / Index Ratio: 653.92%</title></g><g class="node" transform="translate(373.2902215382934,119)"><circle class="bubble _15" fill="#d73027" r="47.198224754766755" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2001</text><title>2001
Index Gain: -402.30
Index Gain in Percentage: -22.98%
Fluctuation / Index Ratio: 580.32%</title></g><g class="node" transform="translate(335.5055680504083,136)"><circle class="bubble _16" fill="#d73027" r="40.83129400112223" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2002</text><title>2002
Index Gain: -589.22
Index Gain in Percentage: -50.43%
Fluctuation / Index Ratio: 480.99%</title></g><g class="node" transform="translate(501.40469664824286,93)"><circle class="bubble _17" fill="#a6d96a" r="28.428627551782178" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2003</text><title>2003
Index Gain: 231.48
Index Gain in Percentage: 18.98%
Fluctuation / Index Ratio: 287.50%</title></g><g class="node" transform="translate(453.5249993170826,105)"><circle class="bubble _18" fill="#ffffbf" r="23.016481073500632" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2004</text><title>2004
Index Gain: -5.38
Index Gain in Percentage: -0.37%
Fluctuation / Index Ratio: 203.07%</title></g><g class="node" transform="translate(423.9291769483617,111)"><circle class="bubble _19" fill="#fee08b" r="20.353523045620573" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2005</text><title>2005
Index Gain: -151.79
Index Gain in Percentage: -9.76%
Fluctuation / Index Ratio: 161.52%</title></g><g class="node" transform="translate(446.975551569343,106)"><circle class="bubble _20" fill="#ffffbf" r="21.375802776990884" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2006</text><title>2006
Index Gain: -37.78
Index Gain in Percentage: -2.28%
Fluctuation / Index Ratio: 177.47%</title></g><g class="node" transform="translate(450.62828369285063,106)"><circle class="bubble _21" fill="#ffffbf" r="21.770174027502485" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2007</text><title>2007
Index Gain: -19.71
Index Gain in Percentage: -1.01%
Fluctuation / Index Ratio: 183.62%</title></g><g class="node" transform="translate(360.8462708175882,122)"><circle class="bubble _22" fill="#d73027" r="35.19243916124226" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2008</text><title>2008
Index Gain: -463.86
Index Gain in Percentage: -27.29%
Fluctuation / Index Ratio: 393.02%</title></g><g class="node" transform="translate(579.7595403512923,79)"><circle class="bubble _23" fill="#1a9850" r="25.236904247743574" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2009</text><title>2009
Index Gain: 619.10
Index Gain in Percentage: 41.45%
Fluctuation / Index Ratio: 237.71%</title></g><g class="node" transform="translate(493.4624805368638,99)"><circle class="bubble _24" fill="#a6d96a" r="21.885946570189382" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2010</text><title>2010
Index Gain: 192.19
Index Gain in Percentage: 9.87%
Fluctuation / Index Ratio: 185.43%</title></g><g class="node" transform="translate(475.97707219799173,102)"><circle class="bubble _25" fill="#d9ef8b" r="23.810208861563087" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2011</text><title>2011
Index Gain: 105.69
Index Gain in Percentage: 4.61%
Fluctuation / Index Ratio: 215.45%</title></g><g class="node" transform="translate(495.19687132932063,100)"><circle class="bubble _26" fill="#a6d96a" r="15.150119412813648" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">2012</text><title>2012
Index Gain: 200.77
Index Gain in Percentage: 7.76%
Fluctuation / Index Ratio: 80.35%</title></g><g class="node" transform="translate(458.00449814701824,97)"><circle class="bubble _27" fill="#ffffbf" r="11.706107065898077" opacity="1"></circle><text text-anchor="middle" dy=".3em" opacity="1">1985</text><title>1985
Index Gain: 16.78
Index Gain in Percentage: 13.38%
Fluctuation / Index Ratio: 26.62%</title></g></g><g class="axis x" transform="translate(52,208)"><g class="tick" style="opacity: 1; " transform="translate(50.325633064111834,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">-2,000</text></g><g class="tick" style="opacity: 1; " transform="translate(151.39735756626536,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">-1,500</text></g><g class="tick" style="opacity: 1; " transform="translate(252.46908206841886,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">-1,000</text></g><g class="tick" style="opacity: 1; " transform="translate(353.54080657057244,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">-500</text></g><g class="tick" style="opacity: 1; " transform="translate(454.612531072726,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">0</text></g><g class="tick" style="opacity: 1; " transform="translate(555.6842555748794,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">500</text></g><g class="tick" style="opacity: 1; " transform="translate(656.755980077033,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1,000</text></g><g class="tick" style="opacity: 1; " transform="translate(757.8277045791865,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1,500</text></g><g class="tick" style="opacity: 1; " transform="translate(858.8994290813399,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2,000</text></g><path class="domain" d="M0,6V0H888V6"></path></g><text transform="translate(496,238)" class="x-axis-label" text-anchor="middle">Index Gain</text><g class="axis y" transform="translate(52,10)"><g class="tick" style="opacity: 1; " transform="translate(0,198)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">-150%</text></g><g class="tick" style="opacity: 1; " transform="translate(0,167)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">-100%</text></g><g class="tick" style="opacity: 1; " transform="translate(0,136)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">-50%</text></g><g class="tick" style="opacity: 1; " transform="translate(0,105)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">0%</text></g><g class="tick" style="opacity: 1; " transform="translate(0,74)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">50%</text></g><g class="tick" style="opacity: 1; " transform="translate(0,43)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">100%</text></g><g class="tick" style="opacity: 1; " transform="translate(0,12)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">150%</text></g><path class="domain" d="M-6,0H0V198H-6"></path></g><text transform="translate(12,109),rotate(-90)" class="y-axis-label y-label" text-anchor="middle">Index Gain %</text></g><defs><clipPath id="yearly-bubble-chart-clip"><rect width="888" height="198" transform="translate(-0, -0)"></rect></clipPath></defs></svg></div>
</div>
<div class="row">
<div id="gain-loss-chart" class="dc-chart">
<strong>Days by Gain/Loss</strong>
<a class="reset" href="javascript:gainOrLossChart.filterAll();dc.redrawAll();" style="display: none;">reset</a>
<div class="clearfix"></div>
<svg width="180" height="180"><g transform="translate(90,90)" class=""><g class="pie-slice _0"><path fill="#3182bd" d="M4.898587196589413e-15,-80A80,80 0 1,1 -19.680791157542554,77.54138546230132L0,0Z"></path><title>Gain: 3628</title></g><g class="pie-slice _1"><path fill="#6baed6" d="M-19.680791157542554,77.54138546230132A80,80 0 0,1 -1.4695761589768237e-14,-80L0,0Z"></path><title>Loss: 3096</title></g><text class="pie-slice _0" transform="translate(39.691483401644405,4.958441829545527)" text-anchor="middle">Gain(53%)</text><text class="pie-slice _1" transform="translate(-39.691483401644405,-4.958441829545505)" text-anchor="middle">Loss(46%)</text></g></svg></div>
<div id="quarter-chart" class="dc-chart">
<strong>Quarters</strong>
<a class="reset" href="javascript:quarterChart.filterAll();dc.redrawAll();" style="display: none;">reset</a>
<div class="clearfix"></div>
<svg width="180" height="180"><g transform="translate(90,90)" class=""><g class="pie-slice _0"><path fill="#3182bd" d="M4.898587196589413e-15,-80A80,80 0 0,1 79.877097790163,4.432747299444804L29.95391167131113,1.6622802372918015A30,30 0 0,0 1.83697019872103e-15,-30Z"></path><title>Q1: 18819625217</title></g><g class="pie-slice _1"><path fill="#6baed6" d="M79.877097790163,4.432747299444804A80,80 0 0,1 -9.410389177191664,79.4446006694841L-3.5288959414468737,29.79172525105654A30,30 0 0,0 29.95391167131113,1.6622802372918015Z"></path><title>Q2: 18900949603</title></g><g class="pie-slice _2"><path fill="#9ecae1" d="M-9.410389177191664,79.4446006694841A80,80 0 0,1 -79.98193191798865,-1.7001666583685162L-29.993224469245746,-0.6375624968881936A30,30 0 0,0 -3.5288959414468737,29.79172525105654Z"></path><title>Q3: 17059596757</title></g><g class="pie-slice _3"><path fill="#c6dbef" d="M-79.98193191798865,-1.7001666583685162A80,80 0 0,1 -8.575003516577825e-14,-80L-3.2156263187166845e-14,-30A30,30 0 0,0 -29.993224469245746,-0.6375624968881936Z"></path><title>Q4: 17932112309</title></g><text class="pie-slice _0" transform="translate(39.95380618451925,-37.798060418093826)" text-anchor="middle">Q1</text><text class="pie-slice _1" transform="translate(35.37843064497858,42.11136004807302)" text-anchor="middle">Q2</text><text class="pie-slice _2" transform="translate(-41.50054946681258,36.092996466802845)" text-anchor="middle">Q3</text><text class="pie-slice _3" transform="translate(-38.47539764726576,-39.301956387497775)" text-anchor="middle">Q4</text></g></svg></div>
<div id="day-of-week-chart" class="dc-chart">
<strong>Day of Week</strong>
<a class="reset" href="javascript:dayOfWeekChart.filterAll();dc.redrawAll();" style="display: none;">reset</a>
<div class="clearfix"></div>
<svg width="180" height="180"><g transform="translate(10,20)"><g class="axis" transform="translate(0, 140)"><g class="tick" style="opacity: 1; " transform="translate(0,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">0</text><line class="grid-line" x1="0" y1="0" x2="0" y2="-140"></line></g><g class="tick" style="opacity: 1; " transform="translate(58.0130529369108,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">500</text><line class="grid-line" x1="0" y1="0" x2="0" y2="-140"></line></g><g class="tick" style="opacity: 1; " transform="translate(116.0261058738216,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1,000</text><line class="grid-line" x1="0" y1="0" x2="0" y2="-140"></line></g><path class="domain" d="M0,6V0H160V6"></path></g><g class="row _0" transform="translate(0,5)"><rect width="147.58520667150108" height="22" fill="#3182bd" class="" transform="translate(0,0)"></rect><text x="10" y="11" dy="0.35em" class="row _0" transform="translate(0,0)">Mon</text><title>1272</title></g><g class="row _1" transform="translate(0,32)"><rect width="160" height="22" fill="#6baed6" class="" transform="translate(0,0)"></rect><text x="10" y="11" dy="0.35em" class="row _1" transform="translate(0,0)">Tue</text><title>1379</title></g><g class="row _2" transform="translate(0,59)"><rect width="159.8839738941262" height="22" fill="#9ecae1" class="" transform="translate(0,0)"></rect><text x="10" y="11" dy="0.35em" class="row _2" transform="translate(0,0)">Wed</text><title>1378</title></g><g class="row _3" transform="translate(0,86)"><rect width="156.86729514140683" height="22" fill="#c6dbef" class="" transform="translate(0,0)"></rect><text x="10" y="11" dy="0.35em" class="row _3" transform="translate(0,0)">Thu</text><title>1352</title></g><g class="row _4" transform="translate(0,113)"><rect width="155.82306018854243" height="22" fill="#dadaeb" class="" transform="translate(0,0)"></rect><text x="10" y="11" dy="0.35em" class="row _4" transform="translate(0,0)">Fri</text><title>1343</title></g></g></svg></div>
<div id="fluctuation-chart" class="dc-chart">
<strong>Days by Fluctuation(%)</strong>
<span class="reset" style="display: none;">range: <span class="filter"></span></span>
<a class="reset" href="javascript:fluctuationChart.filterAll();dc.redrawAll();" style="display: none;">reset</a>
<div class="clearfix"></div>
<svg width="420" height="180"><g><g class="grid-line horizontal" transform="translate(40,10)"><line x1="1" y1="140" x2="330" y2="140" opacity="1"></line><line x1="1" y1="109" x2="330" y2="109" opacity="1"></line><line x1="1" y1="78" x2="330" y2="78" opacity="1"></line><line x1="1" y1="47" x2="330" y2="47" opacity="1"></line><line x1="1" y1="15" x2="330" y2="15" opacity="1"></line></g><g class="chart-body" transform="translate(40, 10)" clip-path="url(#fluctuation-chart-clip)"><g class="stack _0"><rect class="bar" fill="#1f77b4" y="140" height="0" x="63.5" width="5"><title>-15: 1</title></rect><rect class="bar" fill="#1f77b4" y="140" height="0" x="83.3" width="5"><title>-12: 1</title></rect><rect class="bar" fill="#1f77b4" y="140" height="0" x="96.5" width="5"><title>-10: 1</title></rect><rect class="bar" fill="#1f77b4" y="140" height="0" x="103.10000000000001" width="5"><title>-9: 3</title></rect><rect class="bar" fill="#1f77b4" y="140" height="0" x="109.7" width="5"><title>-8: 4</title></rect><rect class="bar" fill="#1f77b4" y="139" height="1" x="116.3" width="5"><title>-7: 9</title></rect><rect class="bar" fill="#1f77b4" y="139" height="1" x="122.9" width="5"><title>-6: 14</title></rect><rect class="bar" fill="#1f77b4" y="138" height="2" x="129.5" width="5"><title>-5: 34</title></rect><rect class="bar" fill="#1f77b4" y="135" height="5" x="136.1" width="5"><title>-4: 80</title></rect><rect class="bar" fill="#1f77b4" y="128" height="12" x="142.7" width="5"><title>-3: 199</title></rect><rect class="bar" fill="#1f77b4" y="108" height="32" x="149.3" width="5"><title>-2: 507</title></rect><rect class="bar" fill="#1f77b4" y="65" height="75" x="155.9" width="5"><title>-1: 1211</title></rect><rect class="bar" fill="#1f77b4" y="0" height="140" x="162.5" width="5"><title>0: 2246</title></rect><rect class="bar" fill="#1f77b4" y="43" height="97" x="169.1" width="5"><title>1: 1562</title></rect><rect class="bar" fill="#1f77b4" y="109" height="31" x="175.70000000000002" width="5"><title>2: 499</title></rect><rect class="bar" fill="#1f77b4" y="127" height="13" x="182.3" width="5"><title>3: 210</title></rect><rect class="bar" fill="#1f77b4" y="135" height="5" x="188.89999999999998" width="5"><title>4: 78</title></rect><rect class="bar" fill="#1f77b4" y="138" height="2" x="195.5" width="5"><title>5: 31</title></rect><rect class="bar" fill="#1f77b4" y="139" height="1" x="202.1" width="5"><title>6: 15</title></rect><rect class="bar" fill="#1f77b4" y="139" height="1" x="208.70000000000002" width="5"><title>7: 9</title></rect><rect class="bar" fill="#1f77b4" y="140" height="0" x="215.3" width="5"><title>8: 2</title></rect><rect class="bar" fill="#1f77b4" y="140" height="0" x="221.9" width="5"><title>9: 3</title></rect><rect class="bar" fill="#1f77b4" y="140" height="0" x="228.49999999999997" width="5"><title>10: 4</title></rect><rect class="bar" fill="#1f77b4" y="140" height="0" x="301.1" width="5"><title>21: 1</title></rect></g></g><g class="axis x" transform="translate(40,150)"><g class="tick" style="opacity: 1; " transform="translate(0,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">-25%</text></g><g class="tick" style="opacity: 1; " transform="translate(33,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">-20%</text></g><g class="tick" style="opacity: 1; " transform="translate(66,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">-15%</text></g><g class="tick" style="opacity: 1; " transform="translate(99,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">-10%</text></g><g class="tick" style="opacity: 1; " transform="translate(132,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">-5%</text></g><g class="tick" style="opacity: 1; " transform="translate(165,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">0%</text></g><g class="tick" style="opacity: 1; " transform="translate(198,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">5%</text></g><g class="tick" style="opacity: 1; " transform="translate(230.99999999999997,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">10%</text></g><g class="tick" style="opacity: 1; " transform="translate(264,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">15%</text></g><g class="tick" style="opacity: 1; " transform="translate(297,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">20%</text></g><g class="tick" style="opacity: 1; " transform="translate(330,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">25%</text></g><path class="domain" d="M0,6V0H330V6"></path></g><g class="axis y" transform="translate(40,10)"><g class="tick" style="opacity: 1; " transform="translate(0,140)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">0</text></g><g class="tick" style="opacity: 1; " transform="translate(0,109)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">500</text></g><g class="tick" style="opacity: 1; " transform="translate(0,78)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">1,000</text></g><g class="tick" style="opacity: 1; " transform="translate(0,47)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">1,500</text></g><g class="tick" style="opacity: 1; " transform="translate(0,15)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">2,000</text></g><path class="domain" d="M-6,0H0V140H-6"></path></g><g class="brush" transform="translate(40,10)" style="pointer-events: all; "><rect class="background" style="visibility: hidden; cursor: crosshair; " x="0" width="330" height="140"></rect><rect class="extent" style="cursor: move; " x="0" width="0" height="140"></rect><g class="resize e" style="cursor: ew-resize; display: none; " transform="translate(0,0)"><rect x="-3" width="6" height="140" style="visibility: hidden; "></rect><path d="M0.5,46.666666666666664A6,6 0 0 1 6.5,52.666666666666664V87.33333333333333A6,6 0 0 1 0.5,93.33333333333333ZM2.5,54.666666666666664V85.33333333333333M4.5,54.666666666666664V85.33333333333333"></path></g><g class="resize w" style="cursor: ew-resize; display: none; " transform="translate(0,0)"><rect x="-3" width="6" height="140" style="visibility: hidden; "></rect><path d="M-0.5,46.666666666666664A6,6 0 0 0 -6.5,52.666666666666664V87.33333333333333A6,6 0 0 0 -0.5,93.33333333333333ZM-2.5,54.666666666666664V85.33333333333333M-4.5,54.666666666666664V85.33333333333333"></path></g></g></g><defs><clipPath id="fluctuation-chart-clip"><rect width="330" height="140" transform="translate(-0, -0)"></rect></clipPath></defs></svg></div>
</div>
<div class="row">
<div id="monthly-move-chart" class="dc-chart">
<strong>Monthly Index Abs Move & Volume/500,000 Chart</strong>
<span class="reset" style="display: none;">range: <span class="filter"></span></span>
<a class="reset" href="javascript:moveChart.filterAll();volumeChart.filterAll();dc.redrawAll();" style="display: none;">reset</a>
<div class="clearfix"></div>
<svg width="990" height="200"><g><g class="grid-line horizontal" transform="translate(40,30)"><line x1="1" y1="145" x2="900" y2="145" opacity="1"></line><line x1="1" y1="124" x2="900" y2="124" opacity="1"></line><line x1="1" y1="104" x2="900" y2="104" opacity="1"></line><line x1="1" y1="83" x2="900" y2="83" opacity="1"></line><line x1="1" y1="62" x2="900" y2="62" opacity="1"></line><line x1="1" y1="41" x2="900" y2="41" opacity="1"></line><line x1="1" y1="21" x2="900" y2="21" opacity="1"></line><line x1="1" y1="0" x2="900" y2="0" opacity="1"></line></g><g class="chart-body" transform="translate(40, 30)" clip-path="url(#monthly-move-chart-clip)"><g class="stack-list"><g class="stack _0"><path class="line" stroke="#1f77b4" d="M26.755329552122042,142L29.39565812634461,142L32.123997653041265,142L34.85233717973792,142L37.31664384901232,142L40.04498337570898,142L42.685311949931545,142L45.4136514766282,142L48.053980050850775,142L50.78231957754743,142L53.510659104244084,142L56.15098767846665,142L58.879327205163314,142L61.51965577938588,142L64.24799530608253,142L66.97633483277919,141L69.4406415020536,141L72.16898102875024,141L74.80930960297282,141L77.53764912966948,141L80.17797770389204,141L82.9063172305887,141L85.63465675728534,141L88.27498533150792,141L91.00332485820458,142L93.64365343242714,142L96.3719929591238,142L99.10033248582046,142L101.65265010756895,141L104.3809896342656,141L107.02131820848817,141L109.74965773518481,141L112.38998630940739,141L115.11832583610403,141L117.8466653628007,141L120.48699393702327,141L123.21533346371994,142L125.85566203794251,141L128.58400156463915,141L131.3123410913358,141L133.77664776061022,141L136.50498728730688,141L139.14531586152944,141L141.8736553882261,141L144.51398396244866,141L147.2423234891453,141L149.97066301584198,140L152.61099159006454,140L155.3393311167612,140L157.97965969098377,140L160.70799921768042,141L163.43633874437708,141L165.9006454136515,141L168.62898494034812,141L171.26931351457068,140L173.99765304126737,140L176.63798161548993,140L179.36632114218656,141L182.09466066888325,141L184.73498924310582,141L187.46332876980247,141L190.10365734402504,141L192.83199687072167,141L195.56033639741835,140L198.02464306669276,140L200.7529825933894,139L203.39331116761196,139L206.12165069430864,139L208.7619792685312,140L211.49031879522784,139L214.2186583219245,139L216.85898689614706,139L219.58732642284374,139L222.2276549970663,139L224.95599452376294,138L227.6843340504596,138L230.23665167220807,138L232.96499119890478,139L235.60531977312732,139L238.333659299824,139L240.97398787404654,139L243.70232740074317,139L246.4306669274399,139L249.07099550166242,138L251.79933502835905,138L254.43966360258165,138L257.1680031292783,137L259.896342655975,138L262.36064932524937,138L265.088988851946,138L267.7293174261686,138L270.45765695286525,137L273.0979855270878,138L275.8263250537845,137L278.55466458048113,137L281.1949931547037,137L283.9233326814003,137L286.56366125562295,137L289.2920007823196,137L292.0203403090162,137L294.4846469782906,137L297.2129865049873,137L299.85331507920984,137L302.5816546059065,137L305.2219831801291,137L307.9503227068257,137L310.6786622335224,137L313.31899080774497,137L316.0473303344416,137L318.68765890866416,137L321.41599843536085,137L324.14433796205753,136L326.6086446313319,136L329.33698415802854,136L331.9773127322511,135L334.7056522589478,134L337.34598083317036,133L340.074320359867,133L342.8026598865637,133L345.44298846078624,133L348.17132798748287,133L350.8116565617055,133L353.5399960884021,133L356.26833561509875,132L358.82065323684725,132L361.5489927635439,132L364.1893213377665,131L366.91766086446313,131L369.5579894386857,132L372.2863289653824,131L375.014668492079,130L377.6549970663016,129L380.38333659299826,128L383.0236651672208,128L385.75200469391746,127L388.4803442206141,127L390.9446508898885,128L393.6729904165852,128L396.3133189908077,126L399.0416585175044,125L401.68198709172697,123L404.41032661842365,122L407.1386661451203,122L409.77899471934285,122L412.50733424603953,124L415.14766282026204,124L417.8760023469587,124L420.6043418736554,121L423.0686485429298,121L425.7969880696264,120L428.437316643849,119L431.1656561705457,119L433.80598474476824,116L436.53432427146487,117L439.26266379816155,118L441.9029923723841,118L444.63133189908075,114L447.27166047330337,110L450,104L452.72833952669663,104L455.19264619597107,103L457.9209857226677,100L460.56131429689026,101L463.2896538235869,101L465.92998239780957,96L468.6583219245062,97L471.3866614512028,94L474.0269900254254,94L476.755329552122,85L479.39565812634464,76L482.1239976530413,70L484.85233717973796,62L487.40465480148634,53L490.13299432818303,67L492.77332290240565,74L495.5016624291023,68L498.14199100332485,66L500.8703305300215,67L503.5986700567181,67L506.2389986309408,77L508.9673381576374,84L511.6076667318599,91L514.3360062585566,93L517.0643457852532,98L519.5286524545277,109L522.2569919812244,110L524.897320555447,106L527.6256600821436,108L530.2659886563662,110L532.9943281830627,112L535.7226677097594,119L538.362996283982,117L541.0913358106787,113L543.7316643849013,111L546.4600039115978,112L549.1883434382945,115L551.652650107569,114L554.3809896342656,117L557.0213182084881,119L559.7496577351848,122L562.3899863094074,125L565.1183258361041,125L567.8466653628006,126L570.4869939370233,126L573.2153334637198,123L575.8556620379426,124L578.5840015646392,124L581.3123410913358,125L583.7766477606102,124L586.5049872873069,123L589.1453158615294,121L591.8736553882261,120L594.5139839624486,119L597.2423234891454,119L599.970663015842,117L602.6109915900645,116L605.3393311167612,116L607.9796596909837,115L610.7079992176805,113L613.436338744377,114L615.9886563661255,115L618.7169958928222,115L621.3573244670448,116L624.0856639937415,114L626.725992567964,116L629.4543320946607,117L632.1826716213573,116L634.8230001955799,115L637.5513397222766,113L640.1916682964991,112L642.9200078231958,113L645.6483473498924,114L648.1126540191668,114L650.8409935458635,115L653.481322120086,114L656.2096616467827,113L658.8499902210053,113L661.5783297477019,112L664.3066692743986,112L666.9469978486211,113L669.6753373753178,111L672.3156659495404,110L675.0440054762371,110L677.7723450029337,110L680.2366516722082,110L682.9649911989047,109L685.6053197731273,111L688.3336592998239,113L690.9739878740465,114L693.7023274007432,113L696.4306669274399,111L699.0709955016624,110L701.7993350283591,108L704.4396636025817,108L707.1680031292783,108L709.896342655975,108L712.3606493252494,109L715.088988851946,107L717.7293174261686,106L720.4576569528652,105L723.0979855270878,104L725.8263250537844,105L728.5546645804811,103L731.1949931547038,100L733.9233326814003,102L736.563661255623,102L739.2920007823195,106L742.0203403090163,108L744.5726579307648,109L747.3009974574613,106L749.9413260316838,104L752.6696655583806,105L755.3099941326032,107L758.0383336592998,106L760.7666731859965,109L763.407001760219,117L766.1353412869157,120L768.7756698611383,120L771.5040093878349,120L774.2323489145316,120L776.696655583806,121L779.4249951105027,118L782.0653236847252,116L784.7936632114219,115L787.4339917856445,114L790.1623313123412,112L792.8906708390377,110L795.5309994132602,109L798.2593389399569,109L800.8996675141796,107L803.6280070408762,107L806.3563465675728,108L808.8206532368473,105L811.548992763544,103L814.1893213377665,106L816.9176608644631,107L819.5579894386857,107L822.2863289653824,107L825.0146684920791,105L827.6549970663016,102L830.3833365929983,101L833.0236651672208,99L835.7520046939175,98L838.4803442206141,96L840.9446508898885,97L843.6729904165851,96L846.3133189908078,96L849.0416585175044,98L851.6819870917269,96L854.4103266184236,100L857.1386661451203,99L859.7789947193429,97L862.5073342460395,98L865.1476628202621,98L867.8760023469587,95L870.6043418736554,92L873.1566594954039,89L875.8849990221005,89L878.5253275963231,91L881.2536671230197,92"></path><path class="area" fill="#1f77b4" d="M26.755329552122042,142L29.39565812634461,142L32.123997653041265,142L34.85233717973792,142L37.31664384901232,142L40.04498337570898,142L42.685311949931545,142L45.4136514766282,142L48.053980050850775,142L50.78231957754743,142L53.510659104244084,142L56.15098767846665,142L58.879327205163314,142L61.51965577938588,142L64.24799530608253,142L66.97633483277919,141L69.4406415020536,141L72.16898102875024,141L74.80930960297282,141L77.53764912966948,141L80.17797770389204,141L82.9063172305887,141L85.63465675728534,141L88.27498533150792,141L91.00332485820458,142L93.64365343242714,142L96.3719929591238,142L99.10033248582046,142L101.65265010756895,141L104.3809896342656,141L107.02131820848817,141L109.74965773518481,141L112.38998630940739,141L115.11832583610403,141L117.8466653628007,141L120.48699393702327,141L123.21533346371994,142L125.85566203794251,141L128.58400156463915,141L131.3123410913358,141L133.77664776061022,141L136.50498728730688,141L139.14531586152944,141L141.8736553882261,141L144.51398396244866,141L147.2423234891453,141L149.97066301584198,140L152.61099159006454,140L155.3393311167612,140L157.97965969098377,140L160.70799921768042,141L163.43633874437708,141L165.9006454136515,141L168.62898494034812,141L171.26931351457068,140L173.99765304126737,140L176.63798161548993,140L179.36632114218656,141L182.09466066888325,141L184.73498924310582,141L187.46332876980247,141L190.10365734402504,141L192.83199687072167,141L195.56033639741835,140L198.02464306669276,140L200.7529825933894,139L203.39331116761196,139L206.12165069430864,139L208.7619792685312,140L211.49031879522784,139L214.2186583219245,139L216.85898689614706,139L219.58732642284374,139L222.2276549970663,139L224.95599452376294,138L227.6843340504596,138L230.23665167220807,138L232.96499119890478,139L235.60531977312732,139L238.333659299824,139L240.97398787404654,139L243.70232740074317,139L246.4306669274399,139L249.07099550166242,138L251.79933502835905,138L254.43966360258165,138L257.1680031292783,137L259.896342655975,138L262.36064932524937,138L265.088988851946,138L267.7293174261686,138L270.45765695286525,137L273.0979855270878,138L275.8263250537845,137L278.55466458048113,137L281.1949931547037,137L283.9233326814003,137L286.56366125562295,137L289.2920007823196,137L292.0203403090162,137L294.4846469782906,137L297.2129865049873,137L299.85331507920984,137L302.5816546059065,137L305.2219831801291,137L307.9503227068257,137L310.6786622335224,137L313.31899080774497,137L316.0473303344416,137L318.68765890866416,137L321.41599843536085,137L324.14433796205753,136L326.6086446313319,136L329.33698415802854,136L331.9773127322511,135L334.7056522589478,134L337.34598083317036,133L340.074320359867,133L342.8026598865637,133L345.44298846078624,133L348.17132798748287,133L350.8116565617055,133L353.5399960884021,133L356.26833561509875,132L358.82065323684725,132L361.5489927635439,132L364.1893213377665,131L366.91766086446313,131L369.5579894386857,132L372.2863289653824,131L375.014668492079,130L377.6549970663016,129L380.38333659299826,128L383.0236651672208,128L385.75200469391746,127L388.4803442206141,127L390.9446508898885,128L393.6729904165852,128L396.3133189908077,126L399.0416585175044,125L401.68198709172697,123L404.41032661842365,122L407.1386661451203,122L409.77899471934285,122L412.50733424603953,124L415.14766282026204,124L417.8760023469587,124L420.6043418736554,121L423.0686485429298,121L425.7969880696264,120L428.437316643849,119L431.1656561705457,119L433.80598474476824,116L436.53432427146487,117L439.26266379816155,118L441.9029923723841,118L444.63133189908075,114L447.27166047330337,110L450,104L452.72833952669663,104L455.19264619597107,103L457.9209857226677,100L460.56131429689026,101L463.2896538235869,101L465.92998239780957,96L468.6583219245062,97L471.3866614512028,94L474.0269900254254,94L476.755329552122,85L479.39565812634464,76L482.1239976530413,70L484.85233717973796,62L487.40465480148634,53L490.13299432818303,67L492.77332290240565,74L495.5016624291023,68L498.14199100332485,66L500.8703305300215,67L503.5986700567181,67L506.2389986309408,77L508.9673381576374,84L511.6076667318599,91L514.3360062585566,93L517.0643457852532,98L519.5286524545277,109L522.2569919812244,110L524.897320555447,106L527.6256600821436,108L530.2659886563662,110L532.9943281830627,112L535.7226677097594,119L538.362996283982,117L541.0913358106787,113L543.7316643849013,111L546.4600039115978,112L549.1883434382945,115L551.652650107569,114L554.3809896342656,117L557.0213182084881,119L559.7496577351848,122L562.3899863094074,125L565.1183258361041,125L567.8466653628006,126L570.4869939370233,126L573.2153334637198,123L575.8556620379426,124L578.5840015646392,124L581.3123410913358,125L583.7766477606102,124L586.5049872873069,123L589.1453158615294,121L591.8736553882261,120L594.5139839624486,119L597.2423234891454,119L599.970663015842,117L602.6109915900645,116L605.3393311167612,116L607.9796596909837,115L610.7079992176805,113L613.436338744377,114L615.9886563661255,115L618.7169958928222,115L621.3573244670448,116L624.0856639937415,114L626.725992567964,116L629.4543320946607,117L632.1826716213573,116L634.8230001955799,115L637.5513397222766,113L640.1916682964991,112L642.9200078231958,113L645.6483473498924,114L648.1126540191668,114L650.8409935458635,115L653.481322120086,114L656.2096616467827,113L658.8499902210053,113L661.5783297477019,112L664.3066692743986,112L666.9469978486211,113L669.6753373753178,111L672.3156659495404,110L675.0440054762371,110L677.7723450029337,110L680.2366516722082,110L682.9649911989047,109L685.6053197731273,111L688.3336592998239,113L690.9739878740465,114L693.7023274007432,113L696.4306669274399,111L699.0709955016624,110L701.7993350283591,108L704.4396636025817,108L707.1680031292783,108L709.896342655975,108L712.3606493252494,109L715.088988851946,107L717.7293174261686,106L720.4576569528652,105L723.0979855270878,104L725.8263250537844,105L728.5546645804811,103L731.1949931547038,100L733.9233326814003,102L736.563661255623,102L739.2920007823195,106L742.0203403090163,108L744.5726579307648,109L747.3009974574613,106L749.9413260316838,104L752.6696655583806,105L755.3099941326032,107L758.0383336592998,106L760.7666731859965,109L763.407001760219,117L766.1353412869157,120L768.7756698611383,120L771.5040093878349,120L774.2323489145316,120L776.696655583806,121L779.4249951105027,118L782.0653236847252,116L784.7936632114219,115L787.4339917856445,114L790.1623313123412,112L792.8906708390377,110L795.5309994132602,109L798.2593389399569,109L800.8996675141796,107L803.6280070408762,107L806.3563465675728,108L808.8206532368473,105L811.548992763544,103L814.1893213377665,106L816.9176608644631,107L819.5579894386857,107L822.2863289653824,107L825.0146684920791,105L827.6549970663016,102L830.3833365929983,101L833.0236651672208,99L835.7520046939175,98L838.4803442206141,96L840.9446508898885,97L843.6729904165851,96L846.3133189908078,96L849.0416585175044,98L851.6819870917269,96L854.4103266184236,100L857.1386661451203,99L859.7789947193429,97L862.5073342460395,98L865.1476628202621,98L867.8760023469587,95L870.6043418736554,92L873.1566594954039,89L875.8849990221005,89L878.5253275963231,91L881.2536671230197,92L881.2536671230197,145L878.5253275963231,145L875.8849990221005,145L873.1566594954039,145L870.6043418736554,145L867.8760023469587,145L865.1476628202621,145L862.5073342460395,145L859.7789947193429,145L857.1386661451203,145L854.4103266184236,145L851.6819870917269,145L849.0416585175044,145L846.3133189908078,145L843.6729904165851,145L840.9446508898885,145L838.4803442206141,145L835.7520046939175,145L833.0236651672208,145L830.3833365929983,145L827.6549970663016,145L825.0146684920791,145L822.2863289653824,145L819.5579894386857,145L816.9176608644631,145L814.1893213377665,145L811.548992763544,145L808.8206532368473,145L806.3563465675728,145L803.6280070408762,145L800.8996675141796,145L798.2593389399569,145L795.5309994132602,145L792.8906708390377,145L790.1623313123412,145L787.4339917856445,145L784.7936632114219,145L782.0653236847252,145L779.4249951105027,145L776.696655583806,145L774.2323489145316,145L771.5040093878349,145L768.7756698611383,145L766.1353412869157,145L763.407001760219,145L760.7666731859965,145L758.0383336592998,145L755.3099941326032,145L752.6696655583806,145L749.9413260316838,145L747.3009974574613,145L744.5726579307648,145L742.0203403090163,145L739.2920007823195,145L736.563661255623,145L733.9233326814003,145L731.1949931547038,145L728.5546645804811,145L725.8263250537844,145L723.0979855270878,145L720.4576569528652,145L717.7293174261686,145L715.088988851946,145L712.3606493252494,145L709.896342655975,145L707.1680031292783,145L704.4396636025817,145L701.7993350283591,145L699.0709955016624,145L696.4306669274399,145L693.7023274007432,145L690.9739878740465,145L688.3336592998239,145L685.6053197731273,145L682.9649911989047,145L680.2366516722082,145L677.7723450029337,145L675.0440054762371,145L672.3156659495404,145L669.6753373753178,145L666.9469978486211,145L664.3066692743986,145L661.5783297477019,145L658.8499902210053,145L656.2096616467827,145L653.481322120086,145L650.8409935458635,145L648.1126540191668,145L645.6483473498924,145L642.9200078231958,145L640.1916682964991,145L637.5513397222766,145L634.8230001955799,145L632.1826716213573,145L629.4543320946607,145L626.725992567964,145L624.0856639937415,145L621.3573244670448,145L618.7169958928222,145L615.9886563661255,145L613.436338744377,145L610.7079992176805,145L607.9796596909837,145L605.3393311167612,145L602.6109915900645,145L599.970663015842,145L597.2423234891454,145L594.5139839624486,145L591.8736553882261,145L589.1453158615294,145L586.5049872873069,145L583.7766477606102,145L581.3123410913358,145L578.5840015646392,145L575.8556620379426,145L573.2153334637198,145L570.4869939370233,145L567.8466653628006,145L565.1183258361041,145L562.3899863094074,145L559.7496577351848,145L557.0213182084881,145L554.3809896342656,145L551.652650107569,145L549.1883434382945,145L546.4600039115978,145L543.7316643849013,145L541.0913358106787,145L538.362996283982,145L535.7226677097594,145L532.9943281830627,145L530.2659886563662,145L527.6256600821436,145L524.897320555447,145L522.2569919812244,145L519.5286524545277,145L517.0643457852532,145L514.3360062585566,145L511.6076667318599,145L508.9673381576374,145L506.2389986309408,145L503.5986700567181,145L500.8703305300215,145L498.14199100332485,145L495.5016624291023,145L492.77332290240565,145L490.13299432818303,145L487.40465480148634,145L484.85233717973796,145L482.1239976530413,145L479.39565812634464,145L476.755329552122,145L474.0269900254254,145L471.3866614512028,145L468.6583219245062,145L465.92998239780957,145L463.2896538235869,145L460.56131429689026,145L457.9209857226677,145L455.19264619597107,145L452.72833952669663,145L450,145L447.27166047330337,145L444.63133189908075,145L441.9029923723841,145L439.26266379816155,145L436.53432427146487,145L433.80598474476824,145L431.1656561705457,145L428.437316643849,145L425.7969880696264,145L423.0686485429298,145L420.6043418736554,145L417.8760023469587,145L415.14766282026204,145L412.50733424603953,145L409.77899471934285,145L407.1386661451203,145L404.41032661842365,145L401.68198709172697,145L399.0416585175044,145L396.3133189908077,145L393.6729904165852,145L390.9446508898885,145L388.4803442206141,145L385.75200469391746,145L383.0236651672208,145L380.38333659299826,145L377.6549970663016,145L375.014668492079,145L372.2863289653824,145L369.5579894386857,145L366.91766086446313,145L364.1893213377665,145L361.5489927635439,145L358.82065323684725,145L356.26833561509875,145L353.5399960884021,145L350.8116565617055,145L348.17132798748287,145L345.44298846078624,145L342.8026598865637,145L340.074320359867,145L337.34598083317036,145L334.7056522589478,145L331.9773127322511,145L329.33698415802854,145L326.6086446313319,145L324.14433796205753,145L321.41599843536085,145L318.68765890866416,145L316.0473303344416,145L313.31899080774497,145L310.6786622335224,145L307.9503227068257,145L305.2219831801291,145L302.5816546059065,145L299.85331507920984,145L297.2129865049873,145L294.4846469782906,145L292.0203403090162,145L289.2920007823196,145L286.56366125562295,145L283.9233326814003,145L281.1949931547037,145L278.55466458048113,145L275.8263250537845,145L273.0979855270878,145L270.45765695286525,145L267.7293174261686,145L265.088988851946,145L262.36064932524937,145L259.896342655975,145L257.1680031292783,145L254.43966360258165,145L251.79933502835905,145L249.07099550166242,145L246.4306669274399,145L243.70232740074317,145L240.97398787404654,145L238.333659299824,145L235.60531977312732,145L232.96499119890478,145L230.23665167220807,145L227.6843340504596,145L224.95599452376294,145L222.2276549970663,145L219.58732642284374,145L216.85898689614706,145L214.2186583219245,145L211.49031879522784,145L208.7619792685312,145L206.12165069430864,145L203.39331116761196,145L200.7529825933894,145L198.02464306669276,145L195.56033639741835,145L192.83199687072167,145L190.10365734402504,145L187.46332876980247,145L184.73498924310582,145L182.09466066888325,145L179.36632114218656,145L176.63798161548993,145L173.99765304126737,145L171.26931351457068,145L168.62898494034812,145L165.9006454136515,145L163.43633874437708,145L160.70799921768042,145L157.97965969098377,145L155.3393311167612,145L152.61099159006454,145L149.97066301584198,145L147.2423234891453,145L144.51398396244866,145L141.8736553882261,145L139.14531586152944,145L136.50498728730688,145L133.77664776061022,145L131.3123410913358,145L128.58400156463915,145L125.85566203794251,145L123.21533346371994,145L120.48699393702327,145L117.8466653628007,145L115.11832583610403,145L112.38998630940739,145L109.74965773518481,145L107.02131820848817,145L104.3809896342656,145L101.65265010756895,145L99.10033248582046,145L96.3719929591238,145L93.64365343242714,145L91.00332485820458,145L88.27498533150792,145L85.63465675728534,145L82.9063172305887,145L80.17797770389204,145L77.53764912966948,145L74.80930960297282,145L72.16898102875024,145L69.4406415020536,145L66.97633483277919,145L64.24799530608253,145L61.51965577938588,145L58.879327205163314,145L56.15098767846665,145L53.510659104244084,145L50.78231957754743,145L48.053980050850775,145L45.4136514766282,145L42.685311949931545,145L40.04498337570898,145L37.31664384901232,145L34.85233717973792,145L32.123997653041265,145L29.39565812634461,145L26.755329552122042,145Z"></path></g><g class="stack _1"><path class="line" stroke="#ff7f0e" d="M26.755329552122042,142L29.39565812634461,142L32.123997653041265,142L34.85233717973792,142L37.31664384901232,142L40.04498337570898,141L42.685311949931545,141L45.4136514766282,141L48.053980050850775,141L50.78231957754743,142L53.510659104244084,141L56.15098767846665,142L58.879327205163314,142L61.51965577938588,142L64.24799530608253,141L66.97633483277919,141L69.4406415020536,140L72.16898102875024,140L74.80930960297282,141L77.53764912966948,141L80.17797770389204,141L82.9063172305887,140L85.63465675728534,140L88.27498533150792,138L91.00332485820458,141L93.64365343242714,141L96.3719929591238,141L99.10033248582046,141L101.65265010756895,141L104.3809896342656,141L107.02131820848817,141L109.74965773518481,141L112.38998630940739,141L115.11832583610403,141L117.8466653628007,141L120.48699393702327,141L123.21533346371994,141L125.85566203794251,141L128.58400156463915,141L131.3123410913358,141L133.77664776061022,141L136.50498728730688,141L139.14531586152944,140L141.8736553882261,140L144.51398396244866,140L147.2423234891453,140L149.97066301584198,140L152.61099159006454,139L155.3393311167612,140L157.97965969098377,140L160.70799921768042,139L163.43633874437708,140L165.9006454136515,140L168.62898494034812,140L171.26931351457068,140L173.99765304126737,139L176.63798161548993,139L179.36632114218656,139L182.09466066888325,140L184.73498924310582,140L187.46332876980247,140L190.10365734402504,140L192.83199687072167,139L195.56033639741835,139L198.02464306669276,138L200.7529825933894,138L203.39331116761196,138L206.12165069430864,139L208.7619792685312,138L211.49031879522784,138L214.2186583219245,138L216.85898689614706,138L219.58732642284374,138L222.2276549970663,137L224.95599452376294,136L227.6843340504596,136L230.23665167220807,137L232.96499119890478,136L235.60531977312732,138L238.333659299824,137L240.97398787404654,137L243.70232740074317,138L246.4306669274399,137L249.07099550166242,137L251.79933502835905,137L254.43966360258165,137L257.1680031292783,136L259.896342655975,136L262.36064932524937,136L265.088988851946,136L267.7293174261686,136L270.45765695286525,136L273.0979855270878,136L275.8263250537845,136L278.55466458048113,136L281.1949931547037,136L283.9233326814003,135L286.56366125562295,136L289.2920007823196,136L292.0203403090162,135L294.4846469782906,135L297.2129865049873,135L299.85331507920984,136L302.5816546059065,136L305.2219831801291,136L307.9503227068257,136L310.6786622335224,135L313.31899080774497,135L316.0473303344416,135L318.68765890866416,135L321.41599843536085,135L324.14433796205753,135L326.6086446313319,134L329.33698415802854,134L331.9773127322511,133L334.7056522589478,132L337.34598083317036,130L340.074320359867,130L342.8026598865637,130L345.44298846078624,129L348.17132798748287,129L350.8116565617055,129L353.5399960884021,129L356.26833561509875,130L358.82065323684725,129L361.5489927635439,130L364.1893213377665,128L366.91766086446313,128L369.5579894386857,127L372.2863289653824,128L375.014668492079,127L377.6549970663016,126L380.38333659299826,125L383.0236651672208,123L385.75200469391746,122L388.4803442206141,122L390.9446508898885,123L393.6729904165852,122L396.3133189908077,120L399.0416585175044,121L401.68198709172697,117L404.41032661842365,117L407.1386661451203,117L409.77899471934285,113L412.50733424603953,118L415.14766282026204,116L417.8760023469587,119L420.6043418736554,116L423.0686485429298,114L425.7969880696264,114L428.437316643849,114L431.1656561705457,111L433.80598474476824,108L436.53432427146487,105L439.26266379816155,106L441.9029923723841,104L444.63133189908075,106L447.27166047330337,95L450,89L452.72833952669663,86L455.19264619597107,87L457.9209857226677,80L460.56131429689026,85L463.2896538235869,80L465.92998239780957,81L468.6583219245062,82L471.3866614512028,78L474.0269900254254,79L476.755329552122,67L479.39565812634464,56L482.1239976530413,25L484.85233717973796,29L487.40465480148634,0L490.13299432818303,3L492.77332290240565,25L495.5016624291023,25L498.14199100332485,26L500.8703305300215,45L503.5986700567181,32L506.2389986309408,33L508.9673381576374,56L511.6076667318599,58L514.3360062585566,52L517.0643457852532,77L519.5286524545277,86L522.2569919812244,89L524.897320555447,85L527.6256600821436,90L530.2659886563662,97L532.9943281830627,100L535.7226677097594,112L538.362996283982,100L541.0913358106787,103L543.7316643849013,103L546.4600039115978,102L549.1883434382945,105L551.652650107569,105L554.3809896342656,106L557.0213182084881,107L559.7496577351848,112L562.3899863094074,111L565.1183258361041,115L567.8466653628006,120L570.4869939370233,117L573.2153334637198,114L575.8556620379426,117L578.5840015646392,116L581.3123410913358,120L583.7766477606102,118L586.5049872873069,116L589.1453158615294,116L591.8736553882261,112L594.5139839624486,113L597.2423234891454,113L599.970663015842,109L602.6109915900645,110L605.3393311167612,111L607.9796596909837,109L610.7079992176805,108L613.436338744377,109L615.9886563661255,109L618.7169958928222,107L621.3573244670448,113L624.0856639937415,109L626.725992567964,110L629.4543320946607,112L632.1826716213573,112L634.8230001955799,109L637.5513397222766,109L640.1916682964991,107L642.9200078231958,108L645.6483473498924,109L648.1126540191668,109L650.8409935458635,110L653.481322120086,111L656.2096616467827,109L658.8499902210053,109L661.5783297477019,108L664.3066692743986,108L666.9469978486211,107L669.6753373753178,107L672.3156659495404,106L675.0440054762371,105L677.7723450029337,106L680.2366516722082,106L682.9649911989047,105L685.6053197731273,106L688.3336592998239,105L690.9739878740465,108L693.7023274007432,108L696.4306669274399,107L699.0709955016624,104L701.7993350283591,103L704.4396636025817,104L707.1680031292783,103L709.896342655975,103L712.3606493252494,104L715.088988851946,103L717.7293174261686,100L720.4576569528652,100L723.0979855270878,98L725.8263250537844,96L728.5546645804811,99L731.1949931547038,92L733.9233326814003,91L736.563661255623,95L739.2920007823195,93L742.0203403090163,99L744.5726579307648,98L747.3009974574613,99L749.9413260316838,96L752.6696655583806,94L755.3099941326032,96L758.0383336592998,98L760.7666731859965,94L763.407001760219,95L766.1353412869157,108L768.7756698611383,109L771.5040093878349,112L774.2323489145316,112L776.696655583806,112L779.4249951105027,112L782.0653236847252,110L784.7936632114219,109L787.4339917856445,108L790.1623313123412,107L792.8906708390377,105L795.5309994132602,103L798.2593389399569,104L800.8996675141796,103L803.6280070408762,100L806.3563465675728,103L808.8206532368473,101L811.548992763544,98L814.1893213377665,95L816.9176608644631,97L819.5579894386857,99L822.2863289653824,101L825.0146684920791,100L827.6549970663016,98L830.3833365929983,96L833.0236651672208,96L835.7520046939175,91L838.4803442206141,92L840.9446508898885,89L843.6729904165851,93L846.3133189908078,90L849.0416585175044,90L851.6819870917269,88L854.4103266184236,83L857.1386661451203,87L859.7789947193429,86L862.5073342460395,89L865.1476628202621,90L867.8760023469587,91L870.6043418736554,87L873.1566594954039,84L875.8849990221005,81L878.5253275963231,82L881.2536671230197,80"></path><path class="area" fill="#ff7f0e" d="M26.755329552122042,142L29.39565812634461,142L32.123997653041265,142L34.85233717973792,142L37.31664384901232,142L40.04498337570898,141L42.685311949931545,141L45.4136514766282,141L48.053980050850775,141L50.78231957754743,142L53.510659104244084,141L56.15098767846665,142L58.879327205163314,142L61.51965577938588,142L64.24799530608253,141L66.97633483277919,141L69.4406415020536,140L72.16898102875024,140L74.80930960297282,141L77.53764912966948,141L80.17797770389204,141L82.9063172305887,140L85.63465675728534,140L88.27498533150792,138L91.00332485820458,141L93.64365343242714,141L96.3719929591238,141L99.10033248582046,141L101.65265010756895,141L104.3809896342656,141L107.02131820848817,141L109.74965773518481,141L112.38998630940739,141L115.11832583610403,141L117.8466653628007,141L120.48699393702327,141L123.21533346371994,141L125.85566203794251,141L128.58400156463915,141L131.3123410913358,141L133.77664776061022,141L136.50498728730688,141L139.14531586152944,140L141.8736553882261,140L144.51398396244866,140L147.2423234891453,140L149.97066301584198,140L152.61099159006454,139L155.3393311167612,140L157.97965969098377,140L160.70799921768042,139L163.43633874437708,140L165.9006454136515,140L168.62898494034812,140L171.26931351457068,140L173.99765304126737,139L176.63798161548993,139L179.36632114218656,139L182.09466066888325,140L184.73498924310582,140L187.46332876980247,140L190.10365734402504,140L192.83199687072167,139L195.56033639741835,139L198.02464306669276,138L200.7529825933894,138L203.39331116761196,138L206.12165069430864,139L208.7619792685312,138L211.49031879522784,138L214.2186583219245,138L216.85898689614706,138L219.58732642284374,138L222.2276549970663,137L224.95599452376294,136L227.6843340504596,136L230.23665167220807,137L232.96499119890478,136L235.60531977312732,138L238.333659299824,137L240.97398787404654,137L243.70232740074317,138L246.4306669274399,137L249.07099550166242,137L251.79933502835905,137L254.43966360258165,137L257.1680031292783,136L259.896342655975,136L262.36064932524937,136L265.088988851946,136L267.7293174261686,136L270.45765695286525,136L273.0979855270878,136L275.8263250537845,136L278.55466458048113,136L281.1949931547037,136L283.9233326814003,135L286.56366125562295,136L289.2920007823196,136L292.0203403090162,135L294.4846469782906,135L297.2129865049873,135L299.85331507920984,136L302.5816546059065,136L305.2219831801291,136L307.9503227068257,136L310.6786622335224,135L313.31899080774497,135L316.0473303344416,135L318.68765890866416,135L321.41599843536085,135L324.14433796205753,135L326.6086446313319,134L329.33698415802854,134L331.9773127322511,133L334.7056522589478,132L337.34598083317036,130L340.074320359867,130L342.8026598865637,130L345.44298846078624,129L348.17132798748287,129L350.8116565617055,129L353.5399960884021,129L356.26833561509875,130L358.82065323684725,129L361.5489927635439,130L364.1893213377665,128L366.91766086446313,128L369.5579894386857,127L372.2863289653824,128L375.014668492079,127L377.6549970663016,126L380.38333659299826,125L383.0236651672208,123L385.75200469391746,122L388.4803442206141,122L390.9446508898885,123L393.6729904165852,122L396.3133189908077,120L399.0416585175044,121L401.68198709172697,117L404.41032661842365,117L407.1386661451203,117L409.77899471934285,113L412.50733424603953,118L415.14766282026204,116L417.8760023469587,119L420.6043418736554,116L423.0686485429298,114L425.7969880696264,114L428.437316643849,114L431.1656561705457,111L433.80598474476824,108L436.53432427146487,105L439.26266379816155,106L441.9029923723841,104L444.63133189908075,106L447.27166047330337,95L450,89L452.72833952669663,86L455.19264619597107,87L457.9209857226677,80L460.56131429689026,85L463.2896538235869,80L465.92998239780957,81L468.6583219245062,82L471.3866614512028,78L474.0269900254254,79L476.755329552122,67L479.39565812634464,56L482.1239976530413,25L484.85233717973796,29L487.40465480148634,0L490.13299432818303,3L492.77332290240565,25L495.5016624291023,25L498.14199100332485,26L500.8703305300215,45L503.5986700567181,32L506.2389986309408,33L508.9673381576374,56L511.6076667318599,58L514.3360062585566,52L517.0643457852532,77L519.5286524545277,86L522.2569919812244,89L524.897320555447,85L527.6256600821436,90L530.2659886563662,97L532.9943281830627,100L535.7226677097594,112L538.362996283982,100L541.0913358106787,103L543.7316643849013,103L546.4600039115978,102L549.1883434382945,105L551.652650107569,105L554.3809896342656,106L557.0213182084881,107L559.7496577351848,112L562.3899863094074,111L565.1183258361041,115L567.8466653628006,120L570.4869939370233,117L573.2153334637198,114L575.8556620379426,117L578.5840015646392,116L581.3123410913358,120L583.7766477606102,118L586.5049872873069,116L589.1453158615294,116L591.8736553882261,112L594.5139839624486,113L597.2423234891454,113L599.970663015842,109L602.6109915900645,110L605.3393311167612,111L607.9796596909837,109L610.7079992176805,108L613.436338744377,109L615.9886563661255,109L618.7169958928222,107L621.3573244670448,113L624.0856639937415,109L626.725992567964,110L629.4543320946607,112L632.1826716213573,112L634.8230001955799,109L637.5513397222766,109L640.1916682964991,107L642.9200078231958,108L645.6483473498924,109L648.1126540191668,109L650.8409935458635,110L653.481322120086,111L656.2096616467827,109L658.8499902210053,109L661.5783297477019,108L664.3066692743986,108L666.9469978486211,107L669.6753373753178,107L672.3156659495404,106L675.0440054762371,105L677.7723450029337,106L680.2366516722082,106L682.9649911989047,105L685.6053197731273,106L688.3336592998239,105L690.9739878740465,108L693.7023274007432,108L696.4306669274399,107L699.0709955016624,104L701.7993350283591,103L704.4396636025817,104L707.1680031292783,103L709.896342655975,103L712.3606493252494,104L715.088988851946,103L717.7293174261686,100L720.4576569528652,100L723.0979855270878,98L725.8263250537844,96L728.5546645804811,99L731.1949931547038,92L733.9233326814003,91L736.563661255623,95L739.2920007823195,93L742.0203403090163,99L744.5726579307648,98L747.3009974574613,99L749.9413260316838,96L752.6696655583806,94L755.3099941326032,96L758.0383336592998,98L760.7666731859965,94L763.407001760219,95L766.1353412869157,108L768.7756698611383,109L771.5040093878349,112L774.2323489145316,112L776.696655583806,112L779.4249951105027,112L782.0653236847252,110L784.7936632114219,109L787.4339917856445,108L790.1623313123412,107L792.8906708390377,105L795.5309994132602,103L798.2593389399569,104L800.8996675141796,103L803.6280070408762,100L806.3563465675728,103L808.8206532368473,101L811.548992763544,98L814.1893213377665,95L816.9176608644631,97L819.5579894386857,99L822.2863289653824,101L825.0146684920791,100L827.6549970663016,98L830.3833365929983,96L833.0236651672208,96L835.7520046939175,91L838.4803442206141,92L840.9446508898885,89L843.6729904165851,93L846.3133189908078,90L849.0416585175044,90L851.6819870917269,88L854.4103266184236,83L857.1386661451203,87L859.7789947193429,86L862.5073342460395,89L865.1476628202621,90L867.8760023469587,91L870.6043418736554,87L873.1566594954039,84L875.8849990221005,81L878.5253275963231,82L881.2536671230197,80L881.2536671230197,92L878.5253275963231,91L875.8849990221005,89L873.1566594954039,89L870.6043418736554,92L867.8760023469587,95L865.1476628202621,98L862.5073342460395,98L859.7789947193429,97L857.1386661451203,99L854.4103266184236,100L851.6819870917269,96L849.0416585175044,98L846.3133189908078,96L843.6729904165851,96L840.9446508898885,97L838.4803442206141,96L835.7520046939175,98L833.0236651672208,99L830.3833365929983,101L827.6549970663016,102L825.0146684920791,105L822.2863289653824,107L819.5579894386857,107L816.9176608644631,107L814.1893213377665,106L811.548992763544,103L808.8206532368473,105L806.3563465675728,108L803.6280070408762,107L800.8996675141796,107L798.2593389399569,109L795.5309994132602,109L792.8906708390377,110L790.1623313123412,112L787.4339917856445,114L784.7936632114219,115L782.0653236847252,116L779.4249951105027,118L776.696655583806,121L774.2323489145316,120L771.5040093878349,120L768.7756698611383,120L766.1353412869157,120L763.407001760219,117L760.7666731859965,109L758.0383336592998,106L755.3099941326032,107L752.6696655583806,105L749.9413260316838,104L747.3009974574613,106L744.5726579307648,109L742.0203403090163,108L739.2920007823195,106L736.563661255623,102L733.9233326814003,102L731.1949931547038,100L728.5546645804811,103L725.8263250537844,105L723.0979855270878,104L720.4576569528652,105L717.7293174261686,106L715.088988851946,107L712.3606493252494,109L709.896342655975,108L707.1680031292783,108L704.4396636025817,108L701.7993350283591,108L699.0709955016624,110L696.4306669274399,111L693.7023274007432,113L690.9739878740465,114L688.3336592998239,113L685.6053197731273,111L682.9649911989047,109L680.2366516722082,110L677.7723450029337,110L675.0440054762371,110L672.3156659495404,110L669.6753373753178,111L666.9469978486211,113L664.3066692743986,112L661.5783297477019,112L658.8499902210053,113L656.2096616467827,113L653.481322120086,114L650.8409935458635,115L648.1126540191668,114L645.6483473498924,114L642.9200078231958,113L640.1916682964991,112L637.5513397222766,113L634.8230001955799,115L632.1826716213573,116L629.4543320946607,117L626.725992567964,116L624.0856639937415,114L621.3573244670448,116L618.7169958928222,115L615.9886563661255,115L613.436338744377,114L610.7079992176805,113L607.9796596909837,115L605.3393311167612,116L602.6109915900645,116L599.970663015842,117L597.2423234891454,119L594.5139839624486,119L591.8736553882261,120L589.1453158615294,121L586.5049872873069,123L583.7766477606102,124L581.3123410913358,125L578.5840015646392,124L575.8556620379426,124L573.2153334637198,123L570.4869939370233,126L567.8466653628006,126L565.1183258361041,125L562.3899863094074,125L559.7496577351848,122L557.0213182084881,119L554.3809896342656,117L551.652650107569,114L549.1883434382945,115L546.4600039115978,112L543.7316643849013,111L541.0913358106787,113L538.362996283982,117L535.7226677097594,119L532.9943281830627,112L530.2659886563662,110L527.6256600821436,108L524.897320555447,106L522.2569919812244,110L519.5286524545277,109L517.0643457852532,98L514.3360062585566,93L511.6076667318599,91L508.9673381576374,84L506.2389986309408,77L503.5986700567181,67L500.8703305300215,67L498.14199100332485,66L495.5016624291023,68L492.77332290240565,74L490.13299432818303,67L487.40465480148634,53L484.85233717973796,62L482.1239976530413,70L479.39565812634464,76L476.755329552122,85L474.0269900254254,94L471.3866614512028,94L468.6583219245062,97L465.92998239780957,96L463.2896538235869,101L460.56131429689026,101L457.9209857226677,100L455.19264619597107,103L452.72833952669663,104L450,104L447.27166047330337,110L444.63133189908075,114L441.9029923723841,118L439.26266379816155,118L436.53432427146487,117L433.80598474476824,116L431.1656561705457,119L428.437316643849,119L425.7969880696264,120L423.0686485429298,121L420.6043418736554,121L417.8760023469587,124L415.14766282026204,124L412.50733424603953,124L409.77899471934285,122L407.1386661451203,122L404.41032661842365,122L401.68198709172697,123L399.0416585175044,125L396.3133189908077,126L393.6729904165852,128L390.9446508898885,128L388.4803442206141,127L385.75200469391746,127L383.0236651672208,128L380.38333659299826,128L377.6549970663016,129L375.014668492079,130L372.2863289653824,131L369.5579894386857,132L366.91766086446313,131L364.1893213377665,131L361.5489927635439,132L358.82065323684725,132L356.26833561509875,132L353.5399960884021,133L350.8116565617055,133L348.17132798748287,133L345.44298846078624,133L342.8026598865637,133L340.074320359867,133L337.34598083317036,133L334.7056522589478,134L331.9773127322511,135L329.33698415802854,136L326.6086446313319,136L324.14433796205753,136L321.41599843536085,137L318.68765890866416,137L316.0473303344416,137L313.31899080774497,137L310.6786622335224,137L307.9503227068257,137L305.2219831801291,137L302.5816546059065,137L299.85331507920984,137L297.2129865049873,137L294.4846469782906,137L292.0203403090162,137L289.2920007823196,137L286.56366125562295,137L283.9233326814003,137L281.1949931547037,137L278.55466458048113,137L275.8263250537845,137L273.0979855270878,138L270.45765695286525,137L267.7293174261686,138L265.088988851946,138L262.36064932524937,138L259.896342655975,138L257.1680031292783,137L254.43966360258165,138L251.79933502835905,138L249.07099550166242,138L246.4306669274399,139L243.70232740074317,139L240.97398787404654,139L238.333659299824,139L235.60531977312732,139L232.96499119890478,139L230.23665167220807,138L227.6843340504596,138L224.95599452376294,138L222.2276549970663,139L219.58732642284374,139L216.85898689614706,139L214.2186583219245,139L211.49031879522784,139L208.7619792685312,140L206.12165069430864,139L203.39331116761196,139L200.7529825933894,139L198.02464306669276,140L195.56033639741835,140L192.83199687072167,141L190.10365734402504,141L187.46332876980247,141L184.73498924310582,141L182.09466066888325,141L179.36632114218656,141L176.63798161548993,140L173.99765304126737,140L171.26931351457068,140L168.62898494034812,141L165.9006454136515,141L163.43633874437708,141L160.70799921768042,141L157.97965969098377,140L155.3393311167612,140L152.61099159006454,140L149.97066301584198,140L147.2423234891453,141L144.51398396244866,141L141.8736553882261,141L139.14531586152944,141L136.50498728730688,141L133.77664776061022,141L131.3123410913358,141L128.58400156463915,141L125.85566203794251,141L123.21533346371994,142L120.48699393702327,141L117.8466653628007,141L115.11832583610403,141L112.38998630940739,141L109.74965773518481,141L107.02131820848817,141L104.3809896342656,141L101.65265010756895,141L99.10033248582046,142L96.3719929591238,142L93.64365343242714,142L91.00332485820458,142L88.27498533150792,141L85.63465675728534,141L82.9063172305887,141L80.17797770389204,141L77.53764912966948,141L74.80930960297282,141L72.16898102875024,141L69.4406415020536,141L66.97633483277919,141L64.24799530608253,142L61.51965577938588,142L58.879327205163314,142L56.15098767846665,142L53.510659104244084,142L50.78231957754743,142L48.053980050850775,142L45.4136514766282,142L42.685311949931545,142L40.04498337570898,142L37.31664384901232,142L34.85233717973792,142L32.123997653041265,142L29.39565812634461,142L26.755329552122042,142Z"></path></g></g><g class="dc-tooltip-list"><g class="dc-tooltip _0"><path class="yRef" style="display: none; " stroke-dasharray="5,5"></path><path class="xRef" style="display: none; " stroke-dasharray="5,5"></path><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="26.755329552122042" cy="142" fill="#1f77b4"><title>11/01/1985
121.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="29.39565812634461" cy="142" fill="#1f77b4"><title>12/01/1985
130.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="32.123997653041265" cy="142" fill="#1f77b4"><title>01/01/1986
131.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="34.85233717973792" cy="142" fill="#1f77b4"><title>02/01/1986
138.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="37.31664384901232" cy="142" fill="#1f77b4"><title>03/01/1986
145.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="40.04498337570898" cy="142" fill="#1f77b4"><title>04/01/1986
154.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="42.685311949931545" cy="142" fill="#1f77b4"><title>05/01/1986
158.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="45.4136514766282" cy="142" fill="#1f77b4"><title>06/01/1986
161.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="48.053980050850775" cy="142" fill="#1f77b4"><title>07/01/1986
151.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="50.78231957754743" cy="142" fill="#1f77b4"><title>08/01/1986
147.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="53.510659104244084" cy="142" fill="#1f77b4"><title>09/01/1986
141.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="56.15098767846665" cy="142" fill="#1f77b4"><title>10/01/1986
141.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="58.879327205163314" cy="142" fill="#1f77b4"><title>11/01/1986
144.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="61.51965577938588" cy="142" fill="#1f77b4"><title>12/01/1986
145.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="64.24799530608253" cy="142" fill="#1f77b4"><title>01/01/1987
160.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="66.97633483277919" cy="141" fill="#1f77b4"><title>02/01/1987
177.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="69.4406415020536" cy="141" fill="#1f77b4"><title>03/01/1987
186.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="72.16898102875024" cy="141" fill="#1f77b4"><title>04/01/1987
185.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="74.80930960297282" cy="141" fill="#1f77b4"><title>05/01/1987
187.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="77.53764912966948" cy="141" fill="#1f77b4"><title>06/01/1987
190.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="80.17797770389204" cy="141" fill="#1f77b4"><title>07/01/1987
192.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="82.9063172305887" cy="141" fill="#1f77b4"><title>08/01/1987
206.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="85.63465675728534" cy="141" fill="#1f77b4"><title>09/01/1987
204.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="88.27498533150792" cy="141" fill="#1f77b4"><title>10/01/1987
177.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="91.00332485820458" cy="142" fill="#1f77b4"><title>11/01/1987
146.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="93.64365343242714" cy="142" fill="#1f77b4"><title>12/01/1987
146.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="96.3719929591238" cy="142" fill="#1f77b4"><title>01/01/1988
158.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="99.10033248582046" cy="142" fill="#1f77b4"><title>02/01/1988
164.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="101.65265010756895" cy="141" fill="#1f77b4"><title>03/01/1988
177.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="104.3809896342656" cy="141" fill="#1f77b4"><title>04/01/1988
176.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="107.02131820848817" cy="141" fill="#1f77b4"><title>05/01/1988
173.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="109.74965773518481" cy="141" fill="#1f77b4"><title>06/01/1988
184.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="112.38998630940739" cy="141" fill="#1f77b4"><title>07/01/1988
186.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="115.11832583610403" cy="141" fill="#1f77b4"><title>08/01/1988
175.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="117.8466653628007" cy="141" fill="#1f77b4"><title>09/01/1988
175.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="120.48699393702327" cy="141" fill="#1f77b4"><title>10/01/1988
176.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="123.21533346371994" cy="142" fill="#1f77b4"><title>11/01/1988
169.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="125.85566203794251" cy="141" fill="#1f77b4"><title>12/01/1988
173.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="128.58400156463915" cy="141" fill="#1f77b4"><title>01/01/1989
179.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="131.3123410913358" cy="141" fill="#1f77b4"><title>02/01/1989
188.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="133.77664776061022" cy="141" fill="#1f77b4"><title>03/01/1989
184.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="136.50498728730688" cy="141" fill="#1f77b4"><title>04/01/1989
193.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="139.14531586152944" cy="141" fill="#1f77b4"><title>05/01/1989
207.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="141.8736553882261" cy="141" fill="#1f77b4"><title>06/01/1989
214.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="144.51398396244866" cy="141" fill="#1f77b4"><title>07/01/1989
210.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="147.2423234891453" cy="141" fill="#1f77b4"><title>08/01/1989
217.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="149.97066301584198" cy="140" fill="#1f77b4"><title>09/01/1989
223.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="152.61099159006454" cy="140" fill="#1f77b4"><title>10/01/1989
228.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="155.3393311167612" cy="140" fill="#1f77b4"><title>11/01/1989
222.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="157.97965969098377" cy="140" fill="#1f77b4"><title>12/01/1989
220.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="160.70799921768042" cy="141" fill="#1f77b4"><title>01/01/1990
213.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="163.43633874437708" cy="141" fill="#1f77b4"><title>02/01/1990
206.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="165.9006454136515" cy="141" fill="#1f77b4"><title>03/01/1990
214.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="168.62898494034812" cy="141" fill="#1f77b4"><title>04/01/1990
211.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="171.26931351457068" cy="140" fill="#1f77b4"><title>05/01/1990
223.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="173.99765304126737" cy="140" fill="#1f77b4"><title>06/01/1990
237.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="176.63798161548993" cy="140" fill="#1f77b4"><title>07/01/1990
235.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="179.36632114218656" cy="141" fill="#1f77b4"><title>08/01/1990
201.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="182.09466066888325" cy="141" fill="#1f77b4"><title>09/01/1990
187.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="184.73498924310582" cy="141" fill="#1f77b4"><title>10/01/1990
175.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="187.46332876980247" cy="141" fill="#1f77b4"><title>11/01/1990
184.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="190.10365734402504" cy="141" fill="#1f77b4"><title>12/01/1990
199.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="192.83199687072167" cy="141" fill="#1f77b4"><title>01/01/1991
207.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="195.56033639741835" cy="140" fill="#1f77b4"><title>02/01/1991
246.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="198.02464306669276" cy="140" fill="#1f77b4"><title>03/01/1991
257.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="200.7529825933894" cy="139" fill="#1f77b4"><title>04/01/1991
274.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="203.39331116761196" cy="139" fill="#1f77b4"><title>05/01/1991
267.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="206.12165069430864" cy="139" fill="#1f77b4"><title>06/01/1991
266.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="208.7619792685312" cy="140" fill="#1f77b4"><title>07/01/1991
262.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="211.49031879522784" cy="139" fill="#1f77b4"><title>08/01/1991
281.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="214.2186583219245" cy="139" fill="#1f77b4"><title>09/01/1991
283.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="216.85898689614706" cy="139" fill="#1f77b4"><title>10/01/1991
287.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="219.58732642284374" cy="139" fill="#1f77b4"><title>11/01/1991
290.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="222.2276549970663" cy="139" fill="#1f77b4"><title>12/01/1991
301.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="224.95599452376294" cy="138" fill="#1f77b4"><title>01/01/1992
343.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="227.6843340504596" cy="138" fill="#1f77b4"><title>02/01/1992
345.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="230.23665167220807" cy="138" fill="#1f77b4"><title>03/01/1992
337.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="232.96499119890478" cy="139" fill="#1f77b4"><title>04/01/1992
313.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="235.60531977312732" cy="139" fill="#1f77b4"><title>05/01/1992
309.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="238.333659299824" cy="139" fill="#1f77b4"><title>06/01/1992
303.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="240.97398787404654" cy="139" fill="#1f77b4"><title>07/01/1992
304.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="243.70232740074317" cy="139" fill="#1f77b4"><title>08/01/1992
301.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="246.4306669274399" cy="139" fill="#1f77b4"><title>09/01/1992
313.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="249.07099550166242" cy="138" fill="#1f77b4"><title>10/01/1992
316.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="251.79933502835905" cy="138" fill="#1f77b4"><title>11/01/1992
342.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="254.43966360258165" cy="138" fill="#1f77b4"><title>12/01/1992
356.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="257.1680031292783" cy="137" fill="#1f77b4"><title>01/01/1993
372.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="259.896342655975" cy="138" fill="#1f77b4"><title>02/01/1993
359.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="262.36064932524937" cy="138" fill="#1f77b4"><title>03/01/1993
356.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="265.088988851946" cy="138" fill="#1f77b4"><title>04/01/1993
342.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="267.7293174261686" cy="138" fill="#1f77b4"><title>05/01/1993
358.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="270.45765695286525" cy="137" fill="#1f77b4"><title>06/01/1993
364.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="273.0979855270878" cy="138" fill="#1f77b4"><title>07/01/1993
358.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="275.8263250537845" cy="137" fill="#1f77b4"><title>08/01/1993
365.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="278.55466458048113" cy="137" fill="#1f77b4"><title>09/01/1993
372.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="281.1949931547037" cy="137" fill="#1f77b4"><title>10/01/1993
385.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="283.9233326814003" cy="137" fill="#1f77b4"><title>11/01/1993
387.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="286.56366125562295" cy="137" fill="#1f77b4"><title>12/01/1993
392.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="289.2920007823196" cy="137" fill="#1f77b4"><title>01/01/1994
407.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="292.0203403090162" cy="137" fill="#1f77b4"><title>02/01/1994
406.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="294.4846469782906" cy="137" fill="#1f77b4"><title>03/01/1994
407.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="297.2129865049873" cy="137" fill="#1f77b4"><title>04/01/1994
374.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="299.85331507920984" cy="137" fill="#1f77b4"><title>05/01/1994
372.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="302.5816546059065" cy="137" fill="#1f77b4"><title>06/01/1994
370.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="305.2219831801291" cy="137" fill="#1f77b4"><title>07/01/1994
363.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="307.9503227068257" cy="137" fill="#1f77b4"><title>08/01/1994
381.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="310.6786622335224" cy="137" fill="#1f77b4"><title>09/01/1994
395.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="313.31899080774497" cy="137" fill="#1f77b4"><title>10/01/1994
398.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="316.0473303344416" cy="137" fill="#1f77b4"><title>11/01/1994
407.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="318.68765890866416" cy="137" fill="#1f77b4"><title>12/01/1994
396.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="321.41599843536085" cy="137" fill="#1f77b4"><title>01/01/1995
408.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="324.14433796205753" cy="136" fill="#1f77b4"><title>02/01/1995
424.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="326.6086446313319" cy="136" fill="#1f77b4"><title>03/01/1995
444.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="329.33698415802854" cy="136" fill="#1f77b4"><title>04/01/1995
453.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="331.9773127322511" cy="135" fill="#1f77b4"><title>05/01/1995
484.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="334.7056522589478" cy="134" fill="#1f77b4"><title>06/01/1995
516.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="337.34598083317036" cy="133" fill="#1f77b4"><title>07/01/1995
567.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="340.074320359867" cy="133" fill="#1f77b4"><title>08/01/1995
575.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="342.8026598865637" cy="133" fill="#1f77b4"><title>09/01/1995
594.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="345.44298846078624" cy="133" fill="#1f77b4"><title>10/01/1995
579.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="348.17132798748287" cy="133" fill="#1f77b4"><title>11/01/1995
596.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="350.8116565617055" cy="133" fill="#1f77b4"><title>12/01/1995
581.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="353.5399960884021" cy="133" fill="#1f77b4"><title>01/01/1996
563.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="356.26833561509875" cy="132" fill="#1f77b4"><title>02/01/1996
622.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="358.82065323684725" cy="132" fill="#1f77b4"><title>03/01/1996
610.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="361.5489927635439" cy="132" fill="#1f77b4"><title>04/01/1996
630.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="364.1893213377665" cy="131" fill="#1f77b4"><title>05/01/1996
680.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="366.91766086446313" cy="131" fill="#1f77b4"><title>06/01/1996
681.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="369.5579894386857" cy="132" fill="#1f77b4"><title>07/01/1996
639.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="372.2863289653824" cy="131" fill="#1f77b4"><title>08/01/1996
672.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="375.014668492079" cy="130" fill="#1f77b4"><title>09/01/1996
706.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="377.6549970663016" cy="129" fill="#1f77b4"><title>10/01/1996
751.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="380.38333659299826" cy="128" fill="#1f77b4"><title>11/01/1996
798.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="383.0236651672208" cy="128" fill="#1f77b4"><title>12/01/1996
835.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="385.75200469391746" cy="127" fill="#1f77b4"><title>01/01/1997
879.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="388.4803442206141" cy="127" fill="#1f77b4"><title>02/01/1997
888.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="390.9446508898885" cy="128" fill="#1f77b4"><title>03/01/1997
835.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="393.6729904165852" cy="128" fill="#1f77b4"><title>04/01/1997
817.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="396.3133189908077" cy="126" fill="#1f77b4"><title>05/01/1997
931.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="399.0416585175044" cy="125" fill="#1f77b4"><title>06/01/1997
960.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="401.68198709172697" cy="123" fill="#1f77b4"><title>07/01/1997
1047.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="404.41032661842365" cy="122" fill="#1f77b4"><title>08/01/1997
1108.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="407.1386661451203" cy="122" fill="#1f77b4"><title>09/01/1997
1110.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="409.77899471934285" cy="122" fill="#1f77b4"><title>10/01/1997
1093.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="412.50733424603953" cy="124" fill="#1f77b4"><title>11/01/1997
1033.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="415.14766282026204" cy="124" fill="#1f77b4"><title>12/01/1997
1008.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="417.8760023469587" cy="124" fill="#1f77b4"><title>01/01/1998
1013.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="420.6043418736554" cy="121" fill="#1f77b4"><title>02/01/1998
1145.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="423.0686485429298" cy="121" fill="#1f77b4"><title>03/01/1998
1177.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="425.7969880696264" cy="120" fill="#1f77b4"><title>04/01/1998
1229.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="428.437316643849" cy="119" fill="#1f77b4"><title>05/01/1998
1238.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="431.1656561705457" cy="119" fill="#1f77b4"><title>06/01/1998
1233.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="433.80598474476824" cy="116" fill="#1f77b4"><title>07/01/1998
1403.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="436.53432427146487" cy="117" fill="#1f77b4"><title>08/01/1998
1351.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="439.26266379816155" cy="118" fill="#1f77b4"><title>09/01/1998
1300.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="441.9029923723841" cy="118" fill="#1f77b4"><title>10/01/1998
1281.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="444.63133189908075" cy="114" fill="#1f77b4"><title>11/01/1998
1498.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="447.27166047330337" cy="110" fill="#1f77b4"><title>12/01/1998
1705.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="450" cy="104" fill="#1f77b4"><title>01/01/1999
1980.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="452.72833952669663" cy="104" fill="#1f77b4"><title>02/01/1999
1998.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="455.19264619597107" cy="103" fill="#1f77b4"><title>03/01/1999
2025.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="457.9209857226677" cy="100" fill="#1f77b4"><title>04/01/1999
2158.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="460.56131429689026" cy="101" fill="#1f77b4"><title>05/01/1999
2124.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="463.2896538235869" cy="101" fill="#1f77b4"><title>06/01/1999
2147.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="465.92998239780957" cy="96" fill="#1f77b4"><title>07/01/1999
2347.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="468.6583219245062" cy="97" fill="#1f77b4"><title>08/01/1999
2300.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="471.3866614512028" cy="94" fill="#1f77b4"><title>09/01/1999
2465.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="474.0269900254254" cy="94" fill="#1f77b4"><title>10/01/1999
2478.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="476.755329552122" cy="85" fill="#1f77b4"><title>11/01/1999
2875.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="479.39565812634464" cy="76" fill="#1f77b4"><title>12/01/1999
3344.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="482.1239976530413" cy="70" fill="#1f77b4"><title>01/01/2000
3640.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="484.85233717973796" cy="62" fill="#1f77b4"><title>02/01/2000
3996.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="487.40465480148634" cy="53" fill="#1f77b4"><title>03/01/2000
4436.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="490.13299432818303" cy="67" fill="#1f77b4"><title>04/01/2000
3757.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="492.77332290240565" cy="74" fill="#1f77b4"><title>05/01/2000
3423.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="495.5016624291023" cy="68" fill="#1f77b4"><title>06/01/2000
3739.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="498.14199100332485" cy="66" fill="#1f77b4"><title>07/01/2000
3832.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="500.8703305300215" cy="67" fill="#1f77b4"><title>08/01/2000
3763.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="503.5986700567181" cy="67" fill="#1f77b4"><title>09/01/2000
3756.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="506.2389986309408" cy="77" fill="#1f77b4"><title>10/01/2000
3276.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="508.9673381576374" cy="84" fill="#1f77b4"><title>11/01/2000
2956.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="511.6076667318599" cy="91" fill="#1f77b4"><title>12/01/2000
2587.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="514.3360062585566" cy="93" fill="#1f77b4"><title>01/01/2001
2519.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="517.0643457852532" cy="98" fill="#1f77b4"><title>02/01/2001
2258.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="519.5286524545277" cy="109" fill="#1f77b4"><title>03/01/2001
1759.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="522.2569919812244" cy="110" fill="#1f77b4"><title>04/01/2001
1676.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="524.897320555447" cy="106" fill="#1f77b4"><title>05/01/2001
1902.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="527.6256600821436" cy="108" fill="#1f77b4"><title>06/01/2001
1795.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="530.2659886563662" cy="110" fill="#1f77b4"><title>07/01/2001
1697.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="532.9943281830627" cy="112" fill="#1f77b4"><title>08/01/2001
1594.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="535.7226677097594" cy="119" fill="#1f77b4"><title>09/01/2001
1254.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="538.362996283982" cy="117" fill="#1f77b4"><title>10/01/2001
1329.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="541.0913358106787" cy="113" fill="#1f77b4"><title>11/01/2001
1546.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="543.7316643849013" cy="111" fill="#1f77b4"><title>12/01/2001
1627.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="546.4600039115978" cy="112" fill="#1f77b4"><title>01/01/2002
1598.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="549.1883434382945" cy="115" fill="#1f77b4"><title>02/01/2002
1436.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="551.652650107569" cy="114" fill="#1f77b4"><title>03/01/2002
1483.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="554.3809896342656" cy="117" fill="#1f77b4"><title>04/01/2002
1360.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="557.0213182084881" cy="119" fill="#1f77b4"><title>05/01/2002
1252.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="559.7496577351848" cy="122" fill="#1f77b4"><title>06/01/2002
1106.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="562.3899863094074" cy="125" fill="#1f77b4"><title>07/01/2002
979.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="565.1183258361041" cy="125" fill="#1f77b4"><title>08/01/2002
960.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="567.8466653628006" cy="126" fill="#1f77b4"><title>09/01/2002
895.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="570.4869939370233" cy="126" fill="#1f77b4"><title>10/01/2002
911.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="573.2153334637198" cy="123" fill="#1f77b4"><title>11/01/2002
1055.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="575.8556620379426" cy="124" fill="#1f77b4"><title>12/01/2002
1035.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="578.5840015646392" cy="124" fill="#1f77b4"><title>01/01/2003
1035.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="581.3123410913358" cy="125" fill="#1f77b4"><title>02/01/2003
984.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="583.7766477606102" cy="124" fill="#1f77b4"><title>03/01/2003
1027.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="586.5049872873069" cy="123" fill="#1f77b4"><title>04/01/2003
1069.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="589.1453158615294" cy="121" fill="#1f77b4"><title>05/01/2003
1142.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="591.8736553882261" cy="120" fill="#1f77b4"><title>06/01/2003
1216.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="594.5139839624486" cy="119" fill="#1f77b4"><title>07/01/2003
1269.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="597.2423234891454" cy="119" fill="#1f77b4"><title>08/01/2003
1272.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="599.970663015842" cy="117" fill="#1f77b4"><title>09/01/2003
1359.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="602.6109915900645" cy="116" fill="#1f77b4"><title>10/01/2003
1394.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="605.3393311167612" cy="116" fill="#1f77b4"><title>11/01/2003
1413.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="607.9796596909837" cy="115" fill="#1f77b4"><title>12/01/2003
1427.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="610.7079992176805" cy="113" fill="#1f77b4"><title>01/01/2004
1522.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="613.436338744377" cy="114" fill="#1f77b4"><title>02/01/2004
1487.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="615.9886563661255" cy="115" fill="#1f77b4"><title>03/01/2004
1430.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="618.7169958928222" cy="115" fill="#1f77b4"><title>04/01/2004
1471.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="621.3573244670448" cy="116" fill="#1f77b4"><title>05/01/2004
1417.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="624.0856639937415" cy="114" fill="#1f77b4"><title>06/01/2004
1477.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="626.725992567964" cy="116" fill="#1f77b4"><title>07/01/2004
1420.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="629.4543320946607" cy="117" fill="#1f77b4"><title>08/01/2004
1355.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="632.1826716213573" cy="116" fill="#1f77b4"><title>09/01/2004
1403.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="634.8230001955799" cy="115" fill="#1f77b4"><title>10/01/2004
1451.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="637.5513397222766" cy="113" fill="#1f77b4"><title>11/01/2004
1545.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="640.1916682964991" cy="112" fill="#1f77b4"><title>12/01/2004
1611.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="642.9200078231958" cy="113" fill="#1f77b4"><title>01/01/2005
1544.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="645.6483473498924" cy="114" fill="#1f77b4"><title>02/01/2005
1521.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="648.1126540191668" cy="114" fill="#1f77b4"><title>03/01/2005
1501.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="650.8409935458635" cy="115" fill="#1f77b4"><title>04/01/2005
1449.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="653.481322120086" cy="114" fill="#1f77b4"><title>05/01/2005
1487.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="656.2096616467827" cy="113" fill="#1f77b4"><title>06/01/2005
1530.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="658.8499902210053" cy="113" fill="#1f77b4"><title>07/01/2005
1564.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="661.5783297477019" cy="112" fill="#1f77b4"><title>08/01/2005
1587.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="664.3066692743986" cy="112" fill="#1f77b4"><title>09/01/2005
1587.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="666.9469978486211" cy="113" fill="#1f77b4"><title>10/01/2005
1562.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="669.6753373753178" cy="111" fill="#1f77b4"><title>11/01/2005
1652.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="672.3156659495404" cy="110" fill="#1f77b4"><title>12/01/2005
1686.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="675.0440054762371" cy="110" fill="#1f77b4"><title>01/01/2006
1713.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="677.7723450029337" cy="110" fill="#1f77b4"><title>02/01/2006
1672.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="680.2366516722082" cy="110" fill="#1f77b4"><title>03/01/2006
1678.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="682.9649911989047" cy="109" fill="#1f77b4"><title>04/01/2006
1716.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="685.6053197731273" cy="111" fill="#1f77b4"><title>05/01/2006
1641.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="688.3336592998239" cy="113" fill="#1f77b4"><title>06/01/2006
1561.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="690.9739878740465" cy="114" fill="#1f77b4"><title>07/01/2006
1503.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="693.7023274007432" cy="113" fill="#1f77b4"><title>08/01/2006
1534.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="696.4306669274399" cy="111" fill="#1f77b4"><title>09/01/2006
1620.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="699.0709955016624" cy="110" fill="#1f77b4"><title>10/01/2006
1702.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="701.7993350283591" cy="108" fill="#1f77b4"><title>11/01/2006
1769.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="704.4396636025817" cy="108" fill="#1f77b4"><title>12/01/2006
1782.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="707.1680031292783" cy="108" fill="#1f77b4"><title>01/01/2007
1796.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="709.896342655975" cy="108" fill="#1f77b4"><title>02/01/2007
1807.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="712.3606493252494" cy="109" fill="#1f77b4"><title>03/01/2007
1759.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="715.088988851946" cy="107" fill="#1f77b4"><title>04/01/2007
1832.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="717.7293174261686" cy="106" fill="#1f77b4"><title>05/01/2007
1895.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="720.4576569528652" cy="105" fill="#1f77b4"><title>06/01/2007
1922.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="723.0979855270878" cy="104" fill="#1f77b4"><title>07/01/2007
2000.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="725.8263250537844" cy="105" fill="#1f77b4"><title>08/01/2007
1930.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="728.5546645804811" cy="103" fill="#1f77b4"><title>09/01/2007
2023.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="731.1949931547038" cy="100" fill="#1f77b4"><title>10/01/2007
2164.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="733.9233326814003" cy="102" fill="#1f77b4"><title>11/01/2007
2085.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="736.563661255623" cy="102" fill="#1f77b4"><title>12/01/2007
2091.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="739.2920007823195" cy="106" fill="#1f77b4"><title>01/01/2008
1888.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="742.0203403090163" cy="108" fill="#1f77b4"><title>02/01/2008
1787.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="744.5726579307648" cy="109" fill="#1f77b4"><title>03/01/2008
1748.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="747.3009974574613" cy="106" fill="#1f77b4"><title>04/01/2008
1867.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="749.9413260316838" cy="104" fill="#1f77b4"><title>05/01/2008
1989.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="752.6696655583806" cy="105" fill="#1f77b4"><title>06/01/2008
1953.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="755.3099941326032" cy="107" fill="#1f77b4"><title>07/01/2008
1830.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="758.0383336592998" cy="106" fill="#1f77b4"><title>08/01/2008
1903.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="760.7666731859965" cy="109" fill="#1f77b4"><title>09/01/2008
1717.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="763.407001760219" cy="117" fill="#1f77b4"><title>10/01/2008
1332.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="766.1353412869157" cy="120" fill="#1f77b4"><title>11/01/2008
1202.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="768.7756698611383" cy="120" fill="#1f77b4"><title>12/01/2008
1186.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="771.5040093878349" cy="120" fill="#1f77b4"><title>01/01/2009
1206.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="774.2323489145316" cy="120" fill="#1f77b4"><title>02/01/2009
1199.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="776.696655583806" cy="121" fill="#1f77b4"><title>03/01/2009
1166.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="779.4249951105027" cy="118" fill="#1f77b4"><title>04/01/2009
1328.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="782.0653236847252" cy="116" fill="#1f77b4"><title>05/01/2009
1393.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="784.7936632114219" cy="115" fill="#1f77b4"><title>06/01/2009
1471.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="787.4339917856445" cy="114" fill="#1f77b4"><title>07/01/2009
1513.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="790.1623313123412" cy="112" fill="#1f77b4"><title>08/01/2009
1617.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="792.8906708390377" cy="110" fill="#1f77b4"><title>09/01/2009
1686.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="795.5309994132602" cy="109" fill="#1f77b4"><title>10/01/2009
1724.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="798.2593389399569" cy="109" fill="#1f77b4"><title>11/01/2009
1759.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="800.8996675141796" cy="107" fill="#1f77b4"><title>12/01/2009
1817.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="803.6280070408762" cy="107" fill="#1f77b4"><title>01/01/2010
1854.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="806.3563465675728" cy="108" fill="#1f77b4"><title>02/01/2010
1782.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="808.8206532368473" cy="105" fill="#1f77b4"><title>03/01/2010
1919.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="811.548992763544" cy="103" fill="#1f77b4"><title>04/01/2010
2010.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="814.1893213377665" cy="106" fill="#1f77b4"><title>05/01/2010
1895.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="816.9176608644631" cy="107" fill="#1f77b4"><title>06/01/2010
1850.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="819.5579894386857" cy="107" fill="#1f77b4"><title>07/01/2010
1826.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="822.2863289653824" cy="107" fill="#1f77b4"><title>08/01/2010
1838.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="825.0146684920791" cy="105" fill="#1f77b4"><title>09/01/2010
1937.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="827.6549970663016" cy="102" fill="#1f77b4"><title>10/01/2010
2064.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="830.3833365929983" cy="101" fill="#1f77b4"><title>11/01/2010
2148.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="833.0236651672208" cy="99" fill="#1f77b4"><title>12/01/2010
2212.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="835.7520046939175" cy="98" fill="#1f77b4"><title>01/01/2011
2290.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="838.4803442206141" cy="96" fill="#1f77b4"><title>02/01/2011
2350.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="840.9446508898885" cy="97" fill="#1f77b4"><title>03/01/2011
2299.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="843.6729904165851" cy="96" fill="#1f77b4"><title>04/01/2011
2344.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="846.3133189908078" cy="96" fill="#1f77b4"><title>05/01/2011
2365.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="849.0416585175044" cy="98" fill="#1f77b4"><title>06/01/2011
2255.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="851.6819870917269" cy="96" fill="#1f77b4"><title>07/01/2011
2378.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="854.4103266184236" cy="100" fill="#1f77b4"><title>08/01/2011
2175.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="857.1386661451203" cy="99" fill="#1f77b4"><title>09/01/2011
2225.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="859.7789947193429" cy="97" fill="#1f77b4"><title>10/01/2011
2295.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="862.5073342460395" cy="98" fill="#1f77b4"><title>11/01/2011
2293.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="865.1476628202621" cy="98" fill="#1f77b4"><title>12/01/2011
2282.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="867.8760023469587" cy="95" fill="#1f77b4"><title>01/01/2012
2402.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="870.6043418736554" cy="92" fill="#1f77b4"><title>02/01/2012
2564.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="873.1566594954039" cy="89" fill="#1f77b4"><title>03/01/2012
2697.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="875.8849990221005" cy="89" fill="#1f77b4"><title>04/01/2012
2717.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="878.5253275963231" cy="91" fill="#1f77b4"><title>05/01/2012
2591.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="881.2536671230197" cy="92" fill="#1f77b4"><title>06/01/2012
2550.00</title></circle></g><g class="dc-tooltip _1"><path class="yRef" style="display: none; " stroke-dasharray="5,5"></path><path class="xRef" style="display: none; " stroke-dasharray="5,5"></path><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="26.755329552122042" cy="142" fill="#ff7f0e"><title>11/01/1985
15.21</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="29.39565812634461" cy="142" fill="#ff7f0e"><title>12/01/1985
18.17</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="32.123997653041265" cy="142" fill="#ff7f0e"><title>01/01/1986
22.60</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="34.85233717973792" cy="142" fill="#ff7f0e"><title>02/01/1986
15.00</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="37.31664384901232" cy="142" fill="#ff7f0e"><title>03/01/1986
14.48</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="40.04498337570898" cy="141" fill="#ff7f0e"><title>04/01/1986
27.76</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="42.685311949931545" cy="141" fill="#ff7f0e"><title>05/01/1986
17.25</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="45.4136514766282" cy="141" fill="#ff7f0e"><title>06/01/1986
19.39</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="48.053980050850775" cy="141" fill="#ff7f0e"><title>07/01/1986
34.14</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="50.78231957754743" cy="142" fill="#ff7f0e"><title>08/01/1986
20.89</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="53.510659104244084" cy="141" fill="#ff7f0e"><title>09/01/1986
30.91</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="56.15098767846665" cy="142" fill="#ff7f0e"><title>10/01/1986
14.54</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="58.879327205163314" cy="142" fill="#ff7f0e"><title>11/01/1986
19.52</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="61.51965577938588" cy="142" fill="#ff7f0e"><title>12/01/1986
16.80</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="64.24799530608253" cy="141" fill="#ff7f0e"><title>01/01/1987
44.51</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="66.97633483277919" cy="141" fill="#ff7f0e"><title>02/01/1987
32.22</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="69.4406415020536" cy="140" fill="#ff7f0e"><title>03/01/1987
31.77</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="72.16898102875024" cy="140" fill="#ff7f0e"><title>04/01/1987
46.97</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="74.80930960297282" cy="141" fill="#ff7f0e"><title>05/01/1987
28.20</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="77.53764912966948" cy="141" fill="#ff7f0e"><title>06/01/1987
20.49</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="80.17797770389204" cy="141" fill="#ff7f0e"><title>07/01/1987
23.65</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="82.9063172305887" cy="140" fill="#ff7f0e"><title>08/01/1987
31.96</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="85.63465675728534" cy="140" fill="#ff7f0e"><title>09/01/1987
36.94</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="88.27498533150792" cy="138" fill="#ff7f0e"><title>10/01/1987
148.16</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="91.00332485820458" cy="141" fill="#ff7f0e"><title>11/01/1987
52.65</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="93.64365343242714" cy="141" fill="#ff7f0e"><title>12/01/1987
51.67</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="96.3719929591238" cy="141" fill="#ff7f0e"><title>01/01/1988
48.92</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="99.10033248582046" cy="141" fill="#ff7f0e"><title>02/01/1988
23.28</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="101.65265010756895" cy="141" fill="#ff7f0e"><title>03/01/1988
31.20</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="104.3809896342656" cy="141" fill="#ff7f0e"><title>04/01/1988
27.12</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="107.02131820848817" cy="141" fill="#ff7f0e"><title>05/01/1988
28.59</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="109.74965773518481" cy="141" fill="#ff7f0e"><title>06/01/1988
26.35</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="112.38998630940739" cy="141" fill="#ff7f0e"><title>07/01/1988
23.52</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="115.11832583610403" cy="141" fill="#ff7f0e"><title>08/01/1988
31.22</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="117.8466653628007" cy="141" fill="#ff7f0e"><title>09/01/1988
21.78</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="120.48699393702327" cy="141" fill="#ff7f0e"><title>10/01/1988
20.12</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="123.21533346371994" cy="141" fill="#ff7f0e"><title>11/01/1988
24.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="125.85566203794251" cy="141" fill="#ff7f0e"><title>12/01/1988
16.85</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="128.58400156463915" cy="141" fill="#ff7f0e"><title>01/01/1989
25.23</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="131.3123410913358" cy="141" fill="#ff7f0e"><title>02/01/1989
22.52</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="133.77664776061022" cy="141" fill="#ff7f0e"><title>03/01/1989
25.96</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="136.50498728730688" cy="141" fill="#ff7f0e"><title>04/01/1989
20.82</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="139.14531586152944" cy="140" fill="#ff7f0e"><title>05/01/1989
22.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="141.8736553882261" cy="140" fill="#ff7f0e"><title>06/01/1989
36.97</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="144.51398396244866" cy="140" fill="#ff7f0e"><title>07/01/1989
26.10</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="147.2423234891453" cy="140" fill="#ff7f0e"><title>08/01/1989
29.84</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="149.97066301584198" cy="140" fill="#ff7f0e"><title>09/01/1989
15.06</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="152.61099159006454" cy="139" fill="#ff7f0e"><title>10/01/1989
47.27</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="155.3393311167612" cy="140" fill="#ff7f0e"><title>11/01/1989
26.17</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="157.97965969098377" cy="140" fill="#ff7f0e"><title>12/01/1989
33.75</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="160.70799921768042" cy="139" fill="#ff7f0e"><title>01/01/1990
54.32</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="163.43633874437708" cy="140" fill="#ff7f0e"><title>02/01/1990
28.29</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="165.9006454136515" cy="140" fill="#ff7f0e"><title>03/01/1990
36.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="168.62898494034812" cy="140" fill="#ff7f0e"><title>04/01/1990
31.50</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="171.26931351457068" cy="140" fill="#ff7f0e"><title>05/01/1990
40.25</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="173.99765304126737" cy="139" fill="#ff7f0e"><title>06/01/1990
34.80</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="176.63798161548993" cy="139" fill="#ff7f0e"><title>07/01/1990
39.26</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="179.36632114218656" cy="139" fill="#ff7f0e"><title>08/01/1990
88.54</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="182.09466066888325" cy="140" fill="#ff7f0e"><title>09/01/1990
37.65</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="184.73498924310582" cy="140" fill="#ff7f0e"><title>10/01/1990
59.70</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="187.46332876980247" cy="140" fill="#ff7f0e"><title>11/01/1990
49.21</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="190.10365734402504" cy="140" fill="#ff7f0e"><title>12/01/1990
27.08</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="192.83199687072167" cy="139" fill="#ff7f0e"><title>01/01/1991
60.08</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="195.56033639741835" cy="139" fill="#ff7f0e"><title>02/01/1991
48.27</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="198.02464306669276" cy="138" fill="#ff7f0e"><title>03/01/1991
61.96</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="200.7529825933894" cy="138" fill="#ff7f0e"><title>04/01/1991
59.93</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="203.39331116761196" cy="138" fill="#ff7f0e"><title>05/01/1991
48.51</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="206.12165069430864" cy="139" fill="#ff7f0e"><title>06/01/1991
46.18</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="208.7619792685312" cy="138" fill="#ff7f0e"><title>07/01/1991
61.39</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="211.49031879522784" cy="138" fill="#ff7f0e"><title>08/01/1991
56.77</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="214.2186583219245" cy="138" fill="#ff7f0e"><title>09/01/1991
49.50</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="216.85898689614706" cy="138" fill="#ff7f0e"><title>10/01/1991
66.31</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="219.58732642284374" cy="138" fill="#ff7f0e"><title>11/01/1991
60.52</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="222.2276549970663" cy="137" fill="#ff7f0e"><title>12/01/1991
69.77</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="224.95599452376294" cy="136" fill="#ff7f0e"><title>01/01/1992
76.12</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="227.6843340504596" cy="136" fill="#ff7f0e"><title>02/01/1992
74.18</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="230.23665167220807" cy="137" fill="#ff7f0e"><title>03/01/1992
58.01</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="232.96499119890478" cy="136" fill="#ff7f0e"><title>04/01/1992
111.09</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="235.60531977312732" cy="138" fill="#ff7f0e"><title>05/01/1992
41.84</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="238.333659299824" cy="137" fill="#ff7f0e"><title>06/01/1992
61.39</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="240.97398787404654" cy="137" fill="#ff7f0e"><title>07/01/1992
64.98</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="243.70232740074317" cy="138" fill="#ff7f0e"><title>08/01/1992
39.77</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="246.4306669274399" cy="137" fill="#ff7f0e"><title>09/01/1992
61.70</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="249.07099550166242" cy="137" fill="#ff7f0e"><title>10/01/1992
58.37</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="251.79933502835905" cy="137" fill="#ff7f0e"><title>11/01/1992
65.23</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="254.43966360258165" cy="137" fill="#ff7f0e"><title>12/01/1992
48.56</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="257.1680031292783" cy="136" fill="#ff7f0e"><title>01/01/1993
64.94</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="259.896342655975" cy="136" fill="#ff7f0e"><title>02/01/1993
69.26</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="262.36064932524937" cy="136" fill="#ff7f0e"><title>03/01/1993
59.62</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="265.088988851946" cy="136" fill="#ff7f0e"><title>04/01/1993
84.11</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="267.7293174261686" cy="136" fill="#ff7f0e"><title>05/01/1993
71.50</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="270.45765695286525" cy="136" fill="#ff7f0e"><title>06/01/1993
53.68</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="273.0979855270878" cy="136" fill="#ff7f0e"><title>07/01/1993
67.89</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="275.8263250537845" cy="136" fill="#ff7f0e"><title>08/01/1993
53.97</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="278.55466458048113" cy="136" fill="#ff7f0e"><title>09/01/1993
57.52</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="281.1949931547037" cy="136" fill="#ff7f0e"><title>10/01/1993
50.87</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="283.9233326814003" cy="135" fill="#ff7f0e"><title>11/01/1993
85.90</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="286.56366125562295" cy="136" fill="#ff7f0e"><title>12/01/1993
53.68</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="289.2920007823196" cy="136" fill="#ff7f0e"><title>01/01/1994
45.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="292.0203403090162" cy="135" fill="#ff7f0e"><title>02/01/1994
57.60</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="294.4846469782906" cy="135" fill="#ff7f0e"><title>03/01/1994
69.35</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="297.2129865049873" cy="135" fill="#ff7f0e"><title>04/01/1994
84.95</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="299.85331507920984" cy="136" fill="#ff7f0e"><title>05/01/1994
62.06</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="302.5816546059065" cy="136" fill="#ff7f0e"><title>06/01/1994
73.41</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="305.2219831801291" cy="136" fill="#ff7f0e"><title>07/01/1994
52.68</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="307.9503227068257" cy="136" fill="#ff7f0e"><title>08/01/1994
58.12</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="310.6786622335224" cy="135" fill="#ff7f0e"><title>09/01/1994
65.05</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="313.31899080774497" cy="135" fill="#ff7f0e"><title>10/01/1994
67.16</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="316.0473303344416" cy="135" fill="#ff7f0e"><title>11/01/1994
67.86</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="318.68765890866416" cy="135" fill="#ff7f0e"><title>12/01/1994
66.07</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="321.41599843536085" cy="135" fill="#ff7f0e"><title>01/01/1995
61.28</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="324.14433796205753" cy="135" fill="#ff7f0e"><title>02/01/1995
59.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="326.6086446313319" cy="134" fill="#ff7f0e"><title>03/01/1995
65.77</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="329.33698415802854" cy="134" fill="#ff7f0e"><title>04/01/1995
68.40</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="331.9773127322511" cy="133" fill="#ff7f0e"><title>05/01/1995
101.81</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="334.7056522589478" cy="132" fill="#ff7f0e"><title>06/01/1995
106.73</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="337.34598083317036" cy="130" fill="#ff7f0e"><title>07/01/1995
180.97</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="340.074320359867" cy="130" fill="#ff7f0e"><title>08/01/1995
141.10</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="342.8026598865637" cy="130" fill="#ff7f0e"><title>09/01/1995
134.69</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="345.44298846078624" cy="129" fill="#ff7f0e"><title>10/01/1995
189.83</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="348.17132798748287" cy="129" fill="#ff7f0e"><title>11/01/1995
170.99</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="350.8116565617055" cy="129" fill="#ff7f0e"><title>12/01/1995
171.58</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="353.5399960884021" cy="129" fill="#ff7f0e"><title>01/01/1996
193.06</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="356.26833561509875" cy="130" fill="#ff7f0e"><title>02/01/1996
105.71</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="358.82065323684725" cy="129" fill="#ff7f0e"><title>03/01/1996
176.20</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="361.5489927635439" cy="130" fill="#ff7f0e"><title>04/01/1996
98.85</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="364.1893213377665" cy="128" fill="#ff7f0e"><title>05/01/1996
125.27</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="366.91766086446313" cy="128" fill="#ff7f0e"><title>06/01/1996
124.74</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="369.5579894386857" cy="127" fill="#ff7f0e"><title>07/01/1996
245.07</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="372.2863289653824" cy="128" fill="#ff7f0e"><title>08/01/1996
149.72</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="375.014668492079" cy="127" fill="#ff7f0e"><title>09/01/1996
145.16</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="377.6549970663016" cy="126" fill="#ff7f0e"><title>10/01/1996
173.42</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="380.38333659299826" cy="125" fill="#ff7f0e"><title>11/01/1996
151.90</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="383.0236651672208" cy="123" fill="#ff7f0e"><title>12/01/1996
223.99</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="385.75200469391746" cy="122" fill="#ff7f0e"><title>01/01/1997
242.24</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="388.4803442206141" cy="122" fill="#ff7f0e"><title>02/01/1997
210.99</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="390.9446508898885" cy="123" fill="#ff7f0e"><title>03/01/1997
210.47</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="393.6729904165852" cy="122" fill="#ff7f0e"><title>04/01/1997
288.96</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="396.3133189908077" cy="120" fill="#ff7f0e"><title>05/01/1997
257.36</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="399.0416585175044" cy="121" fill="#ff7f0e"><title>06/01/1997
219.29</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="401.68198709172697" cy="117" fill="#ff7f0e"><title>07/01/1997
281.11</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="404.41032661842365" cy="117" fill="#ff7f0e"><title>08/01/1997
265.04</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="407.1386661451203" cy="117" fill="#ff7f0e"><title>09/01/1997
242.84</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="409.77899471934285" cy="113" fill="#ff7f0e"><title>10/01/1997
430.44</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="412.50733424603953" cy="118" fill="#ff7f0e"><title>11/01/1997
265.70</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="415.14766282026204" cy="116" fill="#ff7f0e"><title>12/01/1997
371.15</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="417.8760023469587" cy="119" fill="#ff7f0e"><title>01/01/1998
240.14</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="420.6043418736554" cy="116" fill="#ff7f0e"><title>02/01/1998
251.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="423.0686485429298" cy="114" fill="#ff7f0e"><title>03/01/1998
319.88</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="425.7969880696264" cy="114" fill="#ff7f0e"><title>04/01/1998
279.62</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="428.437316643849" cy="114" fill="#ff7f0e"><title>05/01/1998
246.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="431.1656561705457" cy="111" fill="#ff7f0e"><title>06/01/1998
391.78</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="433.80598474476824" cy="108" fill="#ff7f0e"><title>07/01/1998
394.40</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="436.53432427146487" cy="105" fill="#ff7f0e"><title>08/01/1998
561.26</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="439.26266379816155" cy="106" fill="#ff7f0e"><title>09/01/1998
587.12</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="441.9029923723841" cy="104" fill="#ff7f0e"><title>10/01/1998
676.14</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="444.63133189908075" cy="106" fill="#ff7f0e"><title>11/01/1998
377.33</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="447.27166047330337" cy="95" fill="#ff7f0e"><title>12/01/1998
702.89</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="450" cy="89" fill="#ff7f0e"><title>01/01/1999
715.56</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="452.72833952669663" cy="86" fill="#ff7f0e"><title>02/01/1999
873.26</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="455.19264619597107" cy="87" fill="#ff7f0e"><title>03/01/1999
764.44</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="457.9209857226677" cy="80" fill="#ff7f0e"><title>04/01/1999
962.43</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="460.56131429689026" cy="85" fill="#ff7f0e"><title>05/01/1999
785.85</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="463.2896538235869" cy="80" fill="#ff7f0e"><title>06/01/1999
999.63</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="465.92998239780957" cy="81" fill="#ff7f0e"><title>07/01/1999
749.42</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="468.6583219245062" cy="82" fill="#ff7f0e"><title>08/01/1999
753.67</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="471.3866614512028" cy="78" fill="#ff7f0e"><title>09/01/1999
778.04</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="474.0269900254254" cy="79" fill="#ff7f0e"><title>10/01/1999
717.19</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="476.755329552122" cy="67" fill="#ff7f0e"><title>11/01/1999
910.05</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="479.39565812634464" cy="56" fill="#ff7f0e"><title>12/01/1999
937.96</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="482.1239976530413" cy="25" fill="#ff7f0e"><title>01/01/2000
2131.22</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="484.85233717973796" cy="29" fill="#ff7f0e"><title>02/01/2000
1588.50</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="487.40465480148634" cy="0" fill="#ff7f0e"><title>03/01/2000
2566.54</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="490.13299432818303" cy="3" fill="#ff7f0e"><title>04/01/2000
3102.15</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="492.77332290240565" cy="25" fill="#ff7f0e"><title>05/01/2000
2394.59</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="495.5016624291023" cy="25" fill="#ff7f0e"><title>06/01/2000
2036.83</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="498.14199100332485" cy="26" fill="#ff7f0e"><title>07/01/2000
1903.39</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="500.8703305300215" cy="45" fill="#ff7f0e"><title>08/01/2000
1057.73</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="503.5986700567181" cy="32" fill="#ff7f0e"><title>09/01/2000
1693.15</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="506.2389986309408" cy="33" fill="#ff7f0e"><title>10/01/2000
2138.01</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="508.9673381576374" cy="56" fill="#ff7f0e"><title>11/01/2000
1331.30</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="511.6076667318599" cy="58" fill="#ff7f0e"><title>12/01/2000
1616.13</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="514.3360062585566" cy="52" fill="#ff7f0e"><title>01/01/2001
1965.66</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="517.0643457852532" cy="77" fill="#ff7f0e"><title>02/01/2001
1011.67</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="519.5286524545277" cy="86" fill="#ff7f0e"><title>03/01/2001
1104.67</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="522.2569919812244" cy="89" fill="#ff7f0e"><title>04/01/2001
1019.58</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="524.897320555447" cy="85" fill="#ff7f0e"><title>05/01/2001
971.75</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="527.6256600821436" cy="90" fill="#ff7f0e"><title>06/01/2001
841.46</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="530.2659886563662" cy="97" fill="#ff7f0e"><title>07/01/2001
637.45</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="532.9943281830627" cy="100" fill="#ff7f0e"><title>08/01/2001
587.81</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="535.7226677097594" cy="112" fill="#ff7f0e"><title>09/01/2001
356.97</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="538.362996283982" cy="100" fill="#ff7f0e"><title>10/01/2001
823.62</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="541.0913358106787" cy="103" fill="#ff7f0e"><title>11/01/2001
460.40</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="543.7316643849013" cy="103" fill="#ff7f0e"><title>12/01/2001
379.78</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="546.4600039115978" cy="102" fill="#ff7f0e"><title>01/01/2002
469.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="549.1883434382945" cy="105" fill="#ff7f0e"><title>02/01/2002
481.83</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="551.652650107569" cy="105" fill="#ff7f0e"><title>03/01/2002
435.71</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="554.3809896342656" cy="106" fill="#ff7f0e"><title>04/01/2002
542.14</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="557.0213182084881" cy="107" fill="#ff7f0e"><title>05/01/2002
567.89</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="559.7496577351848" cy="112" fill="#ff7f0e"><title>06/01/2002
507.86</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="562.3899863094074" cy="111" fill="#ff7f0e"><title>07/01/2002
656.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="565.1183258361041" cy="115" fill="#ff7f0e"><title>08/01/2002
494.72</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="567.8466653628006" cy="120" fill="#ff7f0e"><title>09/01/2002
311.12</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="570.4869939370233" cy="117" fill="#ff7f0e"><title>10/01/2002
418.48</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="573.2153334637198" cy="114" fill="#ff7f0e"><title>11/01/2002
418.36</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="575.8556620379426" cy="117" fill="#ff7f0e"><title>12/01/2002
315.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="578.5840015646392" cy="116" fill="#ff7f0e"><title>01/01/2003
362.98</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="581.3123410913358" cy="120" fill="#ff7f0e"><title>02/01/2003
223.80</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="583.7766477606102" cy="118" fill="#ff7f0e"><title>03/01/2003
282.37</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="586.5049872873069" cy="116" fill="#ff7f0e"><title>04/01/2003
308.19</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="589.1453158615294" cy="116" fill="#ff7f0e"><title>05/01/2003
252.02</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="591.8736553882261" cy="112" fill="#ff7f0e"><title>06/01/2003
358.34</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="594.5139839624486" cy="113" fill="#ff7f0e"><title>07/01/2003
282.61</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="597.2423234891454" cy="113" fill="#ff7f0e"><title>08/01/2003
255.43</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="599.970663015842" cy="109" fill="#ff7f0e"><title>09/01/2003
357.71</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="602.6109915900645" cy="110" fill="#ff7f0e"><title>10/01/2003
297.68</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="605.3393311167612" cy="111" fill="#ff7f0e"><title>11/01/2003
238.61</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="607.9796596909837" cy="109" fill="#ff7f0e"><title>12/01/2003
287.48</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="610.7079992176805" cy="108" fill="#ff7f0e"><title>01/01/2004
245.71</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="613.436338744377" cy="109" fill="#ff7f0e"><title>02/01/2004
231.56</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="615.9886563661255" cy="109" fill="#ff7f0e"><title>03/01/2004
299.71</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="618.7169958928222" cy="107" fill="#ff7f0e"><title>04/01/2004
349.17</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="621.3573244670448" cy="113" fill="#ff7f0e"><title>05/01/2004
145.05</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="624.0856639937415" cy="109" fill="#ff7f0e"><title>06/01/2004
247.81</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="626.725992567964" cy="110" fill="#ff7f0e"><title>07/01/2004
272.81</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="629.4543320946607" cy="112" fill="#ff7f0e"><title>08/01/2004
260.51</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="632.1826716213573" cy="112" fill="#ff7f0e"><title>09/01/2004
191.31</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="634.8230001955799" cy="109" fill="#ff7f0e"><title>10/01/2004
298.85</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="637.5513397222766" cy="109" fill="#ff7f0e"><title>11/01/2004
194.51</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="640.1916682964991" cy="107" fill="#ff7f0e"><title>12/01/2004
238.64</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="642.9200078231958" cy="108" fill="#ff7f0e"><title>01/01/2005
251.49</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="645.6483473498924" cy="109" fill="#ff7f0e"><title>02/01/2005
207.61</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="648.1126540191668" cy="109" fill="#ff7f0e"><title>03/01/2005
217.41</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="650.8409935458635" cy="110" fill="#ff7f0e"><title>04/01/2005
262.53</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="653.481322120086" cy="111" fill="#ff7f0e"><title>05/01/2005
169.69</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="656.2096616467827" cy="109" fill="#ff7f0e"><title>06/01/2005
227.74</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="658.8499902210053" cy="109" fill="#ff7f0e"><title>07/01/2005
184.78</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="661.5783297477019" cy="108" fill="#ff7f0e"><title>08/01/2005
187.28</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="664.3066692743986" cy="108" fill="#ff7f0e"><title>09/01/2005
194.12</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="666.9469978486211" cy="107" fill="#ff7f0e"><title>10/01/2005
266.20</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="669.6753373753178" cy="107" fill="#ff7f0e"><title>11/01/2005
168.51</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="672.3156659495404" cy="106" fill="#ff7f0e"><title>12/01/2005
175.91</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="675.0440054762371" cy="105" fill="#ff7f0e"><title>01/01/2006
201.59</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="677.7723450029337" cy="106" fill="#ff7f0e"><title>02/01/2006
230.65</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="680.2366516722082" cy="106" fill="#ff7f0e"><title>03/01/2006
227.85</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="682.9649911989047" cy="105" fill="#ff7f0e"><title>04/01/2006
206.92</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="685.6053197731273" cy="106" fill="#ff7f0e"><title>05/01/2006
264.29</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="688.3336592998239" cy="105" fill="#ff7f0e"><title>06/01/2006
354.96</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="690.9739878740465" cy="108" fill="#ff7f0e"><title>07/01/2006
277.76</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="693.7023274007432" cy="108" fill="#ff7f0e"><title>08/01/2006
244.16</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="696.4306669274399" cy="107" fill="#ff7f0e"><title>09/01/2006
211.33</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="699.0709955016624" cy="104" fill="#ff7f0e"><title>10/01/2006
255.16</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="701.7993350283591" cy="103" fill="#ff7f0e"><title>11/01/2006
259.92</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="704.4396636025817" cy="104" fill="#ff7f0e"><title>12/01/2006
204.05</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="707.1680031292783" cy="103" fill="#ff7f0e"><title>01/01/2007
255.37</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="709.896342655975" cy="103" fill="#ff7f0e"><title>02/01/2007
211.78</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="712.3606493252494" cy="104" fill="#ff7f0e"><title>03/01/2007
238.46</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="715.088988851946" cy="103" fill="#ff7f0e"><title>04/01/2007
175.21</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="717.7293174261686" cy="100" fill="#ff7f0e"><title>05/01/2007
258.92</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="720.4576569528652" cy="100" fill="#ff7f0e"><title>06/01/2007
249.61</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="723.0979855270878" cy="98" fill="#ff7f0e"><title>07/01/2007
290.74</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="725.8263250537844" cy="96" fill="#ff7f0e"><title>08/01/2007
425.50</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="728.5546645804811" cy="99" fill="#ff7f0e"><title>09/01/2007
221.84</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="731.1949931547038" cy="92" fill="#ff7f0e"><title>10/01/2007
390.26</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="733.9233326814003" cy="91" fill="#ff7f0e"><title>11/01/2007
530.77</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="736.563661255623" cy="95" fill="#ff7f0e"><title>12/01/2007
320.29</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="739.2920007823195" cy="93" fill="#ff7f0e"><title>01/01/2008
645.46</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="742.0203403090163" cy="99" fill="#ff7f0e"><title>02/01/2008
450.19</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="744.5726579307648" cy="98" fill="#ff7f0e"><title>03/01/2008
510.97</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="747.3009974574613" cy="99" fill="#ff7f0e"><title>04/01/2008
334.56</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="749.9413260316838" cy="96" fill="#ff7f0e"><title>05/01/2008
364.63</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="752.6696655583806" cy="94" fill="#ff7f0e"><title>06/01/2008
499.92</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="755.3099941326032" cy="96" fill="#ff7f0e"><title>07/01/2008
522.10</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="758.0383336592998" cy="98" fill="#ff7f0e"><title>08/01/2008
374.92</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="760.7666731859965" cy="94" fill="#ff7f0e"><title>09/01/2008
765.48</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="763.407001760219" cy="95" fill="#ff7f0e"><title>10/01/2008
1067.89</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="766.1353412869157" cy="108" fill="#ff7f0e"><title>11/01/2008
604.99</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="768.7756698611383" cy="109" fill="#ff7f0e"><title>12/01/2008
539.19</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="771.5040093878349" cy="112" fill="#ff7f0e"><title>01/01/2009
392.30</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="774.2323489145316" cy="112" fill="#ff7f0e"><title>02/01/2009
393.19</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="776.696655583806" cy="112" fill="#ff7f0e"><title>03/01/2009
439.95</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="779.4249951105027" cy="112" fill="#ff7f0e"><title>04/01/2009
273.21</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="782.0653236847252" cy="110" fill="#ff7f0e"><title>05/01/2009
313.31</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="784.7936632114219" cy="109" fill="#ff7f0e"><title>06/01/2009
248.20</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="787.4339917856445" cy="108" fill="#ff7f0e"><title>07/01/2009
287.37</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="790.1623313123412" cy="107" fill="#ff7f0e"><title>08/01/2009
232.58</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="792.8906708390377" cy="105" fill="#ff7f0e"><title>09/01/2009
243.73</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="795.5309994132602" cy="103" fill="#ff7f0e"><title>10/01/2009
308.98</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="798.2593389399569" cy="104" fill="#ff7f0e"><title>11/01/2009
218.61</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="800.8996675141796" cy="103" fill="#ff7f0e"><title>12/01/2009
198.85</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="803.6280070408762" cy="100" fill="#ff7f0e"><title>01/01/2010
326.52</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="806.3563465675728" cy="103" fill="#ff7f0e"><title>02/01/2010
256.97</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="808.8206532368473" cy="101" fill="#ff7f0e"><title>03/01/2010
200.68</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="811.548992763544" cy="98" fill="#ff7f0e"><title>04/01/2010
264.55</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="814.1893213377665" cy="95" fill="#ff7f0e"><title>05/01/2010
503.05</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="816.9176608644631" cy="97" fill="#ff7f0e"><title>06/01/2010
480.81</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="819.5579894386857" cy="99" fill="#ff7f0e"><title>07/01/2010
410.34</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="822.2863289653824" cy="101" fill="#ff7f0e"><title>08/01/2010
293.90</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="825.0146684920791" cy="100" fill="#ff7f0e"><title>09/01/2010
242.76</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="827.6549970663016" cy="98" fill="#ff7f0e"><title>10/01/2010
225.52</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="830.3833365929983" cy="96" fill="#ff7f0e"><title>11/01/2010
232.70</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="833.0236651672208" cy="96" fill="#ff7f0e"><title>12/01/2010
172.07</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="835.7520046939175" cy="91" fill="#ff7f0e"><title>01/01/2011
304.18</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="838.4803442206141" cy="92" fill="#ff7f0e"><title>02/01/2011
232.41</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="840.9446508898885" cy="89" fill="#ff7f0e"><title>03/01/2011
427.79</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="843.6729904165851" cy="93" fill="#ff7f0e"><title>04/01/2011
163.27</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="846.3133189908078" cy="90" fill="#ff7f0e"><title>05/01/2011
273.70</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="849.0416585175044" cy="90" fill="#ff7f0e"><title>06/01/2011
422.87</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="851.6819870917269" cy="88" fill="#ff7f0e"><title>07/01/2011
353.42</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="854.4103266184236" cy="83" fill="#ff7f0e"><title>08/01/2011
831.48</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="857.1386661451203" cy="87" fill="#ff7f0e"><title>09/01/2011
594.54</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="859.7789947193429" cy="86" fill="#ff7f0e"><title>10/01/2011
571.61</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="862.5073342460395" cy="89" fill="#ff7f0e"><title>11/01/2011
393.98</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="865.1476628202621" cy="90" fill="#ff7f0e"><title>12/01/2011
372.96</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="867.8760023469587" cy="91" fill="#ff7f0e"><title>01/01/2012
204.63</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="870.6043418736554" cy="87" fill="#ff7f0e"><title>02/01/2012
230.47</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="873.1566594954039" cy="84" fill="#ff7f0e"><title>03/01/2012
232.93</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="875.8849990221005" cy="81" fill="#ff7f0e"><title>04/01/2012
385.06</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="878.5253275963231" cy="82" fill="#ff7f0e"><title>05/01/2012
446.08</title></circle><circle class="dot" r="5" style="fill-opacity: 0.000001; stroke-opacity: 0.000001; " cx="881.2536671230197" cy="80" fill="#ff7f0e"><title>06/01/2012
580.36</title></circle></g></g></g><g class="axis x" transform="translate(40,175)"><g class="tick" style="opacity: 1; " transform="translate(32.123997653041265,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1986</text></g><g class="tick" style="opacity: 1; " transform="translate(96.3719929591238,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1988</text></g><g class="tick" style="opacity: 1; " transform="translate(160.70799921768042,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1990</text></g><g class="tick" style="opacity: 1; " transform="translate(224.95599452376294,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1992</text></g><g class="tick" style="opacity: 1; " transform="translate(289.2920007823196,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1994</text></g><g class="tick" style="opacity: 1; " transform="translate(353.5399960884021,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1996</text></g><g class="tick" style="opacity: 1; " transform="translate(417.8760023469587,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1998</text></g><g class="tick" style="opacity: 1; " transform="translate(482.1239976530413,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2000</text></g><g class="tick" style="opacity: 1; " transform="translate(546.4600039115978,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2002</text></g><g class="tick" style="opacity: 1; " transform="translate(610.7079992176805,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2004</text></g><g class="tick" style="opacity: 1; " transform="translate(675.0440054762371,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2006</text></g><g class="tick" style="opacity: 1; " transform="translate(739.2920007823195,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2008</text></g><g class="tick" style="opacity: 1; " transform="translate(803.6280070408762,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2010</text></g><g class="tick" style="opacity: 1; " transform="translate(867.8760023469587,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2012</text></g><path class="domain" d="M0,6V0H900V6"></path></g><g class="axis y" transform="translate(40,30)"><g class="tick" style="opacity: 1; " transform="translate(0,145)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">0</text></g><g class="tick" style="opacity: 1; " transform="translate(0,124)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">1,000</text></g><g class="tick" style="opacity: 1; " transform="translate(0,104)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">2,000</text></g><g class="tick" style="opacity: 1; " transform="translate(0,83)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">3,000</text></g><g class="tick" style="opacity: 1; " transform="translate(0,62)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">4,000</text></g><g class="tick" style="opacity: 1; " transform="translate(0,41)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">5,000</text></g><g class="tick" style="opacity: 1; " transform="translate(0,21)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">6,000</text></g><g class="tick" style="opacity: 1; " transform="translate(0,0)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">7,000</text></g><path class="domain" d="M-6,0H0V145H-6"></path></g></g><defs><clipPath id="monthly-move-chart-clip"><rect width="900" height="145" transform="translate(-0, -0)"></rect></clipPath></defs><g class="dc-legend" transform="translate(800,10)"><g class="dc-legend-item" transform="translate(0,0)"><rect width="13" height="13" fill="#1f77b4"></rect><text x="15" y="10.5">Monthly Index Average</text></g><g class="dc-legend-item" transform="translate(0,18)"><rect width="13" height="13" fill="#ff7f0e"></rect><text x="15" y="10.5">Monthly Index Move</text></g></g></svg></div>
</div>
<div class="row">
<div id="monthly-volume-chart" class="dc-chart">
<svg width="990" height="40"><g><g class="chart-body" transform="translate(40, 0)" clip-path="url(#monthly-volume-chart-clip)"><g class="stack _0"><rect class="bar" fill="#1f77b4" y="19" height="1" x="26.255329552122042" width="1"><title>Fri Nov 01 1985 00:00:00 GMT+0000 (UTC): 36.817600000000006</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="28.89565812634461" width="1"><title>Sun Dec 01 1985 00:00:00 GMT+0000 (UTC): 44.696400000000004</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="31.623997653041265" width="1"><title>Wed Jan 01 1986 00:00:00 GMT+0000 (UTC): 48.217</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="34.35233717973792" width="1"><title>Sat Feb 01 1986 00:00:00 GMT+0000 (UTC): 46.474000000000004</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="36.81664384901232" width="1"><title>Sat Mar 01 1986 00:00:00 GMT+0000 (UTC): 51.918000000000006</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="39.54498337570898" width="1"><title>Tue Apr 01 1986 00:00:00 GMT+0000 (UTC): 56.292</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="42.185311949931545" width="1"><title>Thu May 01 1986 00:00:00 GMT+0000 (UTC): 48.246399999999994</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="44.9136514766282" width="1"><title>Sun Jun 01 1986 00:00:00 GMT+0000 (UTC): 51.38800000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="47.553980050850775" width="1"><title>Tue Jul 01 1986 00:00:00 GMT+0000 (UTC): 48.2208</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="50.28231957754743" width="1"><title>Fri Aug 01 1986 00:00:00 GMT+0000 (UTC): 42.030800000000006</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="53.010659104244084" width="1"><title>Mon Sep 01 1986 00:00:00 GMT+0000 (UTC): 44.06359999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="55.65098767846665" width="1"><title>Wed Oct 01 1986 00:00:00 GMT+0000 (UTC): 43.0578</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="58.379327205163314" width="1"><title>Sat Nov 01 1986 00:00:00 GMT+0000 (UTC): 41.49539999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="61.01965577938588" width="1"><title>Mon Dec 01 1986 00:00:00 GMT+0000 (UTC): 52.1778</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="63.74799530608253" width="1"><title>Thu Jan 01 1987 00:00:00 GMT+0000 (UTC): 63.692400000000006</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="66.47633483277919" width="1"><title>Sun Feb 01 1987 00:00:00 GMT+0000 (UTC): 60.594</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="68.9406415020536" width="1"><title>Sun Mar 01 1987 00:00:00 GMT+0000 (UTC): 66.10000000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="71.66898102875024" width="1"><title>Wed Apr 01 1987 00:00:00 GMT+0000 (UTC): 60.54</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="74.30930960297282" width="1"><title>Fri May 01 1987 00:00:00 GMT+0000 (UTC): 55.674</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="77.03764912966948" width="1"><title>Mon Jun 01 1987 00:00:00 GMT+0000 (UTC): 65.498</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="79.67797770389204" width="1"><title>Wed Jul 01 1987 00:00:00 GMT+0000 (UTC): 67.59</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="82.4063172305887" width="1"><title>Sat Aug 01 1987 00:00:00 GMT+0000 (UTC): 62.72</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="85.13465675728534" width="1"><title>Tue Sep 01 1987 00:00:00 GMT+0000 (UTC): 61.85799999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="87.77498533150792" width="1"><title>Thu Oct 01 1987 00:00:00 GMT+0000 (UTC): 81.484</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="90.50332485820458" width="1"><title>Sun Nov 01 1987 00:00:00 GMT+0000 (UTC): 49.94700000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="93.14365343242714" width="1"><title>Tue Dec 01 1987 00:00:00 GMT+0000 (UTC): 58.8742</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="95.8719929591238" width="1"><title>Fri Jan 01 1988 00:00:00 GMT+0000 (UTC): 49.30479999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="98.60033248582046" width="1"><title>Mon Feb 01 1988 00:00:00 GMT+0000 (UTC): 49.85739999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="101.15265010756895" width="1"><title>Tue Mar 01 1988 00:00:00 GMT+0000 (UTC): 63.09760000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="103.8809896342656" width="1"><title>Fri Apr 01 1988 00:00:00 GMT+0000 (UTC): 50.04480000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="106.52131820848817" width="1"><title>Sun May 01 1988 00:00:00 GMT+0000 (UTC): 49.3468</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="109.24965773518481" width="1"><title>Wed Jun 01 1988 00:00:00 GMT+0000 (UTC): 61.92079999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="111.88998630940739" width="1"><title>Fri Jul 01 1988 00:00:00 GMT+0000 (UTC): 52.19259999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="114.61832583610403" width="1"><title>Mon Aug 01 1988 00:00:00 GMT+0000 (UTC): 51.819599999999994</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="117.3466653628007" width="1"><title>Thu Sep 01 1988 00:00:00 GMT+0000 (UTC): 46.88239999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="119.98699393702327" width="1"><title>Sat Oct 01 1988 00:00:00 GMT+0000 (UTC): 49.93059999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="122.71533346371994" width="1"><title>Tue Nov 01 1988 00:00:00 GMT+0000 (UTC): 45.71699999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="125.35566203794251" width="1"><title>Thu Dec 01 1988 00:00:00 GMT+0000 (UTC): 49.73480000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="128.08400156463915" width="1"><title>Sun Jan 01 1989 00:00:00 GMT+0000 (UTC): 54.32020000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="130.8123410913358" width="1"><title>Wed Feb 01 1989 00:00:00 GMT+0000 (UTC): 50.54900000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="133.27664776061022" width="1"><title>Wed Mar 01 1989 00:00:00 GMT+0000 (UTC): 57.385400000000004</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="136.00498728730688" width="1"><title>Sat Apr 01 1989 00:00:00 GMT+0000 (UTC): 53.2376</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="138.64531586152944" width="1"><title>Mon May 01 1989 00:00:00 GMT+0000 (UTC): 61.4974</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="141.3736553882261" width="1"><title>Thu Jun 01 1989 00:00:00 GMT+0000 (UTC): 60.294000000000004</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="144.01398396244866" width="1"><title>Sat Jul 01 1989 00:00:00 GMT+0000 (UTC): 49.988800000000005</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="146.7423234891453" width="1"><title>Tue Aug 01 1989 00:00:00 GMT+0000 (UTC): 61.14139999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="149.47066301584198" width="1"><title>Fri Sep 01 1989 00:00:00 GMT+0000 (UTC): 52.46019999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="152.11099159006454" width="1"><title>Sun Oct 01 1989 00:00:00 GMT+0000 (UTC): 63.2094</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="154.8393311167612" width="1"><title>Wed Nov 01 1989 00:00:00 GMT+0000 (UTC): 50.643800000000006</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="157.47965969098377" width="1"><title>Fri Dec 01 1989 00:00:00 GMT+0000 (UTC): 55.5546</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="160.20799921768042" width="1"><title>Mon Jan 01 1990 00:00:00 GMT+0000 (UTC): 60.596599999999995</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="162.93633874437708" width="1"><title>Thu Feb 01 1990 00:00:00 GMT+0000 (UTC): 48.4184</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="165.4006454136515" width="1"><title>Thu Mar 01 1990 00:00:00 GMT+0000 (UTC): 57.74900000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="168.12898494034812" width="1"><title>Sun Apr 01 1990 00:00:00 GMT+0000 (UTC): 51.829</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="170.76931351457068" width="1"><title>Tue May 01 1990 00:00:00 GMT+0000 (UTC): 69.3714</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="173.49765304126737" width="1"><title>Fri Jun 01 1990 00:00:00 GMT+0000 (UTC): 62.8538</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="176.13798161548993" width="1"><title>Sun Jul 01 1990 00:00:00 GMT+0000 (UTC): 59.69720000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="178.86632114218656" width="1"><title>Wed Aug 01 1990 00:00:00 GMT+0000 (UTC): 62.2264</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="181.59466066888325" width="1"><title>Sat Sep 01 1990 00:00:00 GMT+0000 (UTC): 41.78800000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="184.23498924310582" width="1"><title>Mon Oct 01 1990 00:00:00 GMT+0000 (UTC): 53.769600000000004</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="186.96332876980247" width="1"><title>Thu Nov 01 1990 00:00:00 GMT+0000 (UTC): 47.5646</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="189.60365734402504" width="1"><title>Sat Dec 01 1990 00:00:00 GMT+0000 (UTC): 50.002</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="192.33199687072167" width="1"><title>Tue Jan 01 1991 00:00:00 GMT+0000 (UTC): 58.48720000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="195.06033639741835" width="1"><title>Fri Feb 01 1991 00:00:00 GMT+0000 (UTC): 66.25919999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="197.52464306669276" width="1"><title>Fri Mar 01 1991 00:00:00 GMT+0000 (UTC): 71.70420000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="200.2529825933894" width="1"><title>Mon Apr 01 1991 00:00:00 GMT+0000 (UTC): 82.27959999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="202.89331116761196" width="1"><title>Wed May 01 1991 00:00:00 GMT+0000 (UTC): 67.5544</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="205.62165069430864" width="1"><title>Sat Jun 01 1991 00:00:00 GMT+0000 (UTC): 56.70959999999998</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="208.2619792685312" width="1"><title>Mon Jul 01 1991 00:00:00 GMT+0000 (UTC): 61.9622</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="210.99031879522784" width="1"><title>Thu Aug 01 1991 00:00:00 GMT+0000 (UTC): 65.488</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="213.7186583219245" width="1"><title>Sun Sep 01 1991 00:00:00 GMT+0000 (UTC): 64.373</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="216.35898689614706" width="1"><title>Tue Oct 01 1991 00:00:00 GMT+0000 (UTC): 81.41860000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="219.08732642284374" width="1"><title>Fri Nov 01 1991 00:00:00 GMT+0000 (UTC): 74.00299999999999</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="221.7276549970663" width="1"><title>Sun Dec 01 1991 00:00:00 GMT+0000 (UTC): 72.6472</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="224.45599452376294" width="1"><title>Wed Jan 01 1992 00:00:00 GMT+0000 (UTC): 112.1108</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="227.1843340504596" width="1"><title>Sat Feb 01 1992 00:00:00 GMT+0000 (UTC): 84.3914</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="229.73665167220807" width="1"><title>Sun Mar 01 1992 00:00:00 GMT+0000 (UTC): 80.96439999999998</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="232.46499119890478" width="1"><title>Wed Apr 01 1992 00:00:00 GMT+0000 (UTC): 78.93420000000002</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="235.10531977312732" width="1"><title>Fri May 01 1992 00:00:00 GMT+0000 (UTC): 62.299600000000005</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="237.833659299824" width="1"><title>Mon Jun 01 1992 00:00:00 GMT+0000 (UTC): 71.7926</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="240.47398787404654" width="1"><title>Wed Jul 01 1992 00:00:00 GMT+0000 (UTC): 71.83300000000001</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="243.20232740074317" width="1"><title>Sat Aug 01 1992 00:00:00 GMT+0000 (UTC): 61.667</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="245.9306669274399" width="1"><title>Tue Sep 01 1992 00:00:00 GMT+0000 (UTC): 74.0154</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="248.57099550166242" width="1"><title>Thu Oct 01 1992 00:00:00 GMT+0000 (UTC): 84.4738</title></rect><rect class="bar" fill="#1f77b4" y="19" height="1" x="251.29933502835905" width="1"><title>Sun Nov 01 1992 00:00:00 GMT+0000 (UTC): 88.0926</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="253.93966360258165" width="1"><title>Tue Dec 01 1992 00:00:00 GMT+0000 (UTC): 98.99419999999999</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="256.6680031292783" width="1"><title>Fri Jan 01 1993 00:00:00 GMT+0000 (UTC): 103.7492</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="259.396342655975" width="1"><title>Mon Feb 01 1993 00:00:00 GMT+0000 (UTC): 99.47219999999999</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="261.86064932524937" width="1"><title>Mon Mar 01 1993 00:00:00 GMT+0000 (UTC): 102.383</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="264.588988851946" width="1"><title>Thu Apr 01 1993 00:00:00 GMT+0000 (UTC): 97.74</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="267.2293174261686" width="1"><title>Sat May 01 1993 00:00:00 GMT+0000 (UTC): 102.1292</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="269.95765695286525" width="1"><title>Tue Jun 01 1993 00:00:00 GMT+0000 (UTC): 107.4262</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="272.5979855270878" width="1"><title>Thu Jul 01 1993 00:00:00 GMT+0000 (UTC): 103.82599999999998</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="275.3263250537845" width="1"><title>Sun Aug 01 1993 00:00:00 GMT+0000 (UTC): 114.2412</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="278.05466458048113" width="1"><title>Wed Sep 01 1993 00:00:00 GMT+0000 (UTC): 115.5336</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="280.6949931547037" width="1"><title>Fri Oct 01 1993 00:00:00 GMT+0000 (UTC): 134.0158</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="283.4233326814003" width="1"><title>Mon Nov 01 1993 00:00:00 GMT+0000 (UTC): 124.93759999999999</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="286.06366125562295" width="1"><title>Wed Dec 01 1993 00:00:00 GMT+0000 (UTC): 124.50259999999999</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="288.7920007823196" width="1"><title>Sat Jan 01 1994 00:00:00 GMT+0000 (UTC): 133.66680000000002</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="291.5203403090162" width="1"><title>Tue Feb 01 1994 00:00:00 GMT+0000 (UTC): 119.8792</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="293.9846469782906" width="1"><title>Tue Mar 01 1994 00:00:00 GMT+0000 (UTC): 146.43959999999998</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="296.7129865049873" width="1"><title>Fri Apr 01 1994 00:00:00 GMT+0000 (UTC): 112.46760000000002</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="299.35331507920984" width="1"><title>Sun May 01 1994 00:00:00 GMT+0000 (UTC): 114.86340000000001</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="302.0816546059065" width="1"><title>Wed Jun 01 1994 00:00:00 GMT+0000 (UTC): 120.32300000000001</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="304.7219831801291" width="1"><title>Fri Jul 01 1994 00:00:00 GMT+0000 (UTC): 106.7172</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="307.4503227068257" width="1"><title>Mon Aug 01 1994 00:00:00 GMT+0000 (UTC): 133.9186</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="310.1786622335224" width="1"><title>Thu Sep 01 1994 00:00:00 GMT+0000 (UTC): 119.29220000000001</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="312.81899080774497" width="1"><title>Sat Oct 01 1994 00:00:00 GMT+0000 (UTC): 132.5118</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="315.5473303344416" width="1"><title>Tue Nov 01 1994 00:00:00 GMT+0000 (UTC): 123.76240000000003</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="318.18765890866416" width="1"><title>Thu Dec 01 1994 00:00:00 GMT+0000 (UTC): 123.39460000000001</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="320.91599843536085" width="1"><title>Sun Jan 01 1995 00:00:00 GMT+0000 (UTC): 128.5946</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="323.64433796205753" width="1"><title>Wed Feb 01 1995 00:00:00 GMT+0000 (UTC): 124.1212</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="326.1086446313319" width="1"><title>Wed Mar 01 1995 00:00:00 GMT+0000 (UTC): 152.03399999999996</title></rect><rect class="bar" fill="#1f77b4" y="18" height="2" x="328.83698415802854" width="1"><title>Sat Apr 01 1995 00:00:00 GMT+0000 (UTC): 138.214</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="331.4773127322511" width="1"><title>Mon May 01 1995 00:00:00 GMT+0000 (UTC): 162.67499999999998</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="334.2056522589478" width="1"><title>Thu Jun 01 1995 00:00:00 GMT+0000 (UTC): 175.90279999999996</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="336.84598083317036" width="1"><title>Sat Jul 01 1995 00:00:00 GMT+0000 (UTC): 181.1228</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="339.574320359867" width="1"><title>Tue Aug 01 1995 00:00:00 GMT+0000 (UTC): 197.65860000000004</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="342.3026598865637" width="1"><title>Fri Sep 01 1995 00:00:00 GMT+0000 (UTC): 179.6708</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="344.94298846078624" width="1"><title>Sun Oct 01 1995 00:00:00 GMT+0000 (UTC): 193.2098</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="347.67132798748287" width="1"><title>Wed Nov 01 1995 00:00:00 GMT+0000 (UTC): 190.88619999999997</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="350.3116565617055" width="1"><title>Fri Dec 01 1995 00:00:00 GMT+0000 (UTC): 199.45000000000002</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="353.0399960884021" width="1"><title>Mon Jan 01 1996 00:00:00 GMT+0000 (UTC): 226.7242</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="355.76833561509875" width="1"><title>Thu Feb 01 1996 00:00:00 GMT+0000 (UTC): 213.80859999999998</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="358.32065323684725" width="1"><title>Fri Mar 01 1996 00:00:00 GMT+0000 (UTC): 212.97700000000003</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="361.0489927635439" width="1"><title>Mon Apr 01 1996 00:00:00 GMT+0000 (UTC): 239.03460000000004</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="363.6893213377665" width="1"><title>Wed May 01 1996 00:00:00 GMT+0000 (UTC): 291.012</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="366.41766086446313" width="1"><title>Sat Jun 01 1996 00:00:00 GMT+0000 (UTC): 229.58199999999997</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="369.0579894386857" width="1"><title>Mon Jul 01 1996 00:00:00 GMT+0000 (UTC): 236.15840000000006</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="371.7863289653824" width="1"><title>Thu Aug 01 1996 00:00:00 GMT+0000 (UTC): 193.92900000000003</title></rect><rect class="bar" fill="#1f77b4" y="17" height="3" x="374.514668492079" width="1"><title>Sun Sep 01 1996 00:00:00 GMT+0000 (UTC): 212.9398</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="377.1549970663016" width="1"><title>Tue Oct 01 1996 00:00:00 GMT+0000 (UTC): 250.8768</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="379.88333659299826" width="1"><title>Fri Nov 01 1996 00:00:00 GMT+0000 (UTC): 219.4716</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="382.5236651672208" width="1"><title>Sun Dec 01 1996 00:00:00 GMT+0000 (UTC): 237.0582</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="385.25200469391746" width="1"><title>Wed Jan 01 1997 00:00:00 GMT+0000 (UTC): 281.48799999999994</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="387.9803442206141" width="1"><title>Sat Feb 01 1997 00:00:00 GMT+0000 (UTC): 240.75600000000003</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="390.4446508898885" width="1"><title>Sat Mar 01 1997 00:00:00 GMT+0000 (UTC): 236.6842</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="393.1729904165852" width="1"><title>Tue Apr 01 1997 00:00:00 GMT+0000 (UTC): 249.04800000000003</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="395.8133189908077" width="1"><title>Thu May 01 1997 00:00:00 GMT+0000 (UTC): 258.1118</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="398.5416585175044" width="1"><title>Sun Jun 01 1997 00:00:00 GMT+0000 (UTC): 251.6186</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="401.18198709172697" width="1"><title>Tue Jul 01 1997 00:00:00 GMT+0000 (UTC): 286.63140000000004</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="403.91032661842365" width="1"><title>Fri Aug 01 1997 00:00:00 GMT+0000 (UTC): 268.40880000000004</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="406.6386661451203" width="1"><title>Mon Sep 01 1997 00:00:00 GMT+0000 (UTC): 293.603</title></rect><rect class="bar" fill="#1f77b4" y="14" height="6" x="409.27899471934285" width="1"><title>Wed Oct 01 1997 00:00:00 GMT+0000 (UTC): 377.01980000000003</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="412.00733424603953" width="1"><title>Sat Nov 01 1997 00:00:00 GMT+0000 (UTC): 233.75280000000004</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="414.64766282026204" width="1"><title>Mon Dec 01 1997 00:00:00 GMT+0000 (UTC): 298.5322</title></rect><rect class="bar" fill="#1f77b4" y="16" height="4" x="417.3760023469587" width="1"><title>Thu Jan 01 1998 00:00:00 GMT+0000 (UTC): 274.76159999999993</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="420.1043418736554" width="1"><title>Sun Feb 01 1998 00:00:00 GMT+0000 (UTC): 291.2828</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="422.5686485429298" width="1"><title>Sun Mar 01 1998 00:00:00 GMT+0000 (UTC): 339.468</title></rect><rect class="bar" fill="#1f77b4" y="14" height="6" x="425.2969880696264" width="1"><title>Wed Apr 01 1998 00:00:00 GMT+0000 (UTC): 345.84959999999995</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="427.937316643849" width="1"><title>Fri May 01 1998 00:00:00 GMT+0000 (UTC): 287.5554</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="430.6656561705457" width="1"><title>Mon Jun 01 1998 00:00:00 GMT+0000 (UTC): 317.98620000000005</title></rect><rect class="bar" fill="#1f77b4" y="14" height="6" x="433.30598474476824" width="1"><title>Wed Jul 01 1998 00:00:00 GMT+0000 (UTC): 351.94899999999996</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="436.03432427146487" width="1"><title>Sat Aug 01 1998 00:00:00 GMT+0000 (UTC): 314.323</title></rect><rect class="bar" fill="#1f77b4" y="15" height="5" x="438.76266379816155" width="1"><title>Tue Sep 01 1998 00:00:00 GMT+0000 (UTC): 317.68100000000004</title></rect><rect class="bar" fill="#1f77b4" y="14" height="6" x="441.4029923723841" width="1"><title>Thu Oct 01 1998 00:00:00 GMT+0000 (UTC): 387.9574</title></rect><rect class="bar" fill="#1f77b4" y="14" height="6" x="444.13133189908075" width="1"><title>Sun Nov 01 1998 00:00:00 GMT+0000 (UTC): 353.95320000000004</title></rect><rect class="bar" fill="#1f77b4" y="14" height="6" x="446.77166047330337" width="1"><title>Tue Dec 01 1998 00:00:00 GMT+0000 (UTC): 381.51339999999993</title></rect><rect class="bar" fill="#1f77b4" y="13" height="7" x="449.5" width="1"><title>Fri Jan 01 1999 00:00:00 GMT+0000 (UTC): 410.5212</title></rect><rect class="bar" fill="#1f77b4" y="14" height="6" x="452.22833952669663" width="1"><title>Mon Feb 01 1999 00:00:00 GMT+0000 (UTC): 348.785</title></rect><rect class="bar" fill="#1f77b4" y="13" height="7" x="454.69264619597107" width="1"><title>Mon Mar 01 1999 00:00:00 GMT+0000 (UTC): 423.92639999999994</title></rect><rect class="bar" fill="#1f77b4" y="13" height="7" x="457.4209857226677" width="1"><title>Thu Apr 01 1999 00:00:00 GMT+0000 (UTC): 468.52799999999996</title></rect><rect class="bar" fill="#1f77b4" y="14" height="6" x="460.06131429689026" width="1"><title>Sat May 01 1999 00:00:00 GMT+0000 (UTC): 370.38779999999997</title></rect><rect class="bar" fill="#1f77b4" y="14" height="6" x="462.7896538235869" width="1"><title>Tue Jun 01 1999 00:00:00 GMT+0000 (UTC): 392.1597999999999</title></rect><rect class="bar" fill="#1f77b4" y="13" height="7" x="465.42998239780957" width="1"><title>Thu Jul 01 1999 00:00:00 GMT+0000 (UTC): 418.31320000000005</title></rect><rect class="bar" fill="#1f77b4" y="14" height="6" x="468.1583219245062" width="1"><title>Sun Aug 01 1999 00:00:00 GMT+0000 (UTC): 404.9341999999999</title></rect><rect class="bar" fill="#1f77b4" y="13" height="7" x="470.8866614512028" width="1"><title>Wed Sep 01 1999 00:00:00 GMT+0000 (UTC): 426.66980000000007</title></rect><rect class="bar" fill="#1f77b4" y="13" height="7" x="473.5269900254254" width="1"><title>Fri Oct 01 1999 00:00:00 GMT+0000 (UTC): 453.6994</title></rect><rect class="bar" fill="#1f77b4" y="11" height="9" x="476.255329552122" width="1"><title>Mon Nov 01 1999 00:00:00 GMT+0000 (UTC): 575.081</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="478.89565812634464" width="1"><title>Wed Dec 01 1999 00:00:00 GMT+0000 (UTC): 624.7242</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="481.6239976530413" width="1"><title>Sat Jan 01 2000 00:00:00 GMT+0000 (UTC): 668.4212000000001</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="484.35233717973796" width="1"><title>Tue Feb 01 2000 00:00:00 GMT+0000 (UTC): 712.894</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="486.90465480148634" width="1"><title>Wed Mar 01 2000 00:00:00 GMT+0000 (UTC): 864.0097999999999</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="489.63299432818303" width="1"><title>Sat Apr 01 2000 00:00:00 GMT+0000 (UTC): 702.9594000000001</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="492.27332290240565" width="1"><title>Mon May 01 2000 00:00:00 GMT+0000 (UTC): 616.6395999999999</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="495.0016624291023" width="1"><title>Thu Jun 01 2000 00:00:00 GMT+0000 (UTC): 667.0476000000001</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="497.64199100332485" width="1"><title>Sat Jul 01 2000 00:00:00 GMT+0000 (UTC): 618.3222000000001</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="500.3703305300215" width="1"><title>Tue Aug 01 2000 00:00:00 GMT+0000 (UTC): 664.4584000000001</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="503.0986700567181" width="1"><title>Fri Sep 01 2000 00:00:00 GMT+0000 (UTC): 694.5466</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="505.7389986309408" width="1"><title>Sun Oct 01 2000 00:00:00 GMT+0000 (UTC): 882.5802</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="508.4673381576374" width="1"><title>Wed Nov 01 2000 00:00:00 GMT+0000 (UTC): 763.6382</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="511.1076667318599" width="1"><title>Fri Dec 01 2000 00:00:00 GMT+0000 (UTC): 886.9438</title></rect><rect class="bar" fill="#1f77b4" y="4" height="16" x="513.8360062585566" width="1"><title>Mon Jan 01 2001 00:00:00 GMT+0000 (UTC): 987.9956</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="516.5643457852532" width="1"><title>Thu Feb 01 2001 00:00:00 GMT+0000 (UTC): 728.5608</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="519.0286524545277" width="1"><title>Thu Mar 01 2001 00:00:00 GMT+0000 (UTC): 894.3851999999999</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="521.7569919812244" width="1"><title>Sun Apr 01 2001 00:00:00 GMT+0000 (UTC): 852.9992</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="524.397320555447" width="1"><title>Tue May 01 2001 00:00:00 GMT+0000 (UTC): 829.315</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="527.1256600821436" width="1"><title>Fri Jun 01 2001 00:00:00 GMT+0000 (UTC): 731.5476</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="529.7659886563662" width="1"><title>Sun Jul 01 2001 00:00:00 GMT+0000 (UTC): 656.2506000000001</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="532.4943281830627" width="1"><title>Wed Aug 01 2001 00:00:00 GMT+0000 (UTC): 648.747</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="535.2226677097594" width="1"><title>Sat Sep 01 2001 00:00:00 GMT+0000 (UTC): 616.589</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="537.862996283982" width="1"><title>Mon Oct 01 2001 00:00:00 GMT+0000 (UTC): 877.7177999999998</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="540.5913358106787" width="1"><title>Thu Nov 01 2001 00:00:00 GMT+0000 (UTC): 766.4945999999998</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="543.2316643849013" width="1"><title>Sat Dec 01 2001 00:00:00 GMT+0000 (UTC): 710.7875999999999</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="545.9600039115978" width="1"><title>Tue Jan 01 2002 00:00:00 GMT+0000 (UTC): 781.9196000000001</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="548.6883434382945" width="1"><title>Fri Feb 01 2002 00:00:00 GMT+0000 (UTC): 680.4538</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="551.152650107569" width="1"><title>Fri Mar 01 2002 00:00:00 GMT+0000 (UTC): 692.3874</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="553.8809896342656" width="1"><title>Mon Apr 01 2002 00:00:00 GMT+0000 (UTC): 772.9702</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="556.5213182084881" width="1"><title>Wed May 01 2002 00:00:00 GMT+0000 (UTC): 796.0562</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="559.2496577351848" width="1"><title>Sat Jun 01 2002 00:00:00 GMT+0000 (UTC): 732.7646000000001</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="561.8899863094074" width="1"><title>Mon Jul 01 2002 00:00:00 GMT+0000 (UTC): 904.7534</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="564.6183258361041" width="1"><title>Thu Aug 01 2002 00:00:00 GMT+0000 (UTC): 629.8151999999999</title></rect><rect class="bar" fill="#1f77b4" y="11" height="9" x="567.3466653628006" width="1"><title>Sun Sep 01 2002 00:00:00 GMT+0000 (UTC): 580.5936</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="569.9869939370233" width="1"><title>Tue Oct 01 2002 00:00:00 GMT+0000 (UTC): 774.6032</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="572.7153334637198" width="1"><title>Fri Nov 01 2002 00:00:00 GMT+0000 (UTC): 713.473</title></rect><rect class="bar" fill="#1f77b4" y="11" height="9" x="575.3556620379426" width="1"><title>Sun Dec 01 2002 00:00:00 GMT+0000 (UTC): 582.4526000000001</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="578.0840015646392" width="1"><title>Wed Jan 01 2003 00:00:00 GMT+0000 (UTC): 617.9606</title></rect><rect class="bar" fill="#1f77b4" y="12" height="8" x="580.8123410913358" width="1"><title>Sat Feb 01 2003 00:00:00 GMT+0000 (UTC): 487.4808</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="583.2766477606102" width="1"><title>Sat Mar 01 2003 00:00:00 GMT+0000 (UTC): 622.7398000000001</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="586.0049872873069" width="1"><title>Tue Apr 01 2003 00:00:00 GMT+0000 (UTC): 615.2285999999999</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="588.6453158615294" width="1"><title>Thu May 01 2003 00:00:00 GMT+0000 (UTC): 768.4662</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="591.3736553882261" width="1"><title>Sun Jun 01 2003 00:00:00 GMT+0000 (UTC): 823.4198000000002</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="594.0139839624486" width="1"><title>Tue Jul 01 2003 00:00:00 GMT+0000 (UTC): 764.2514000000001</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="596.7423234891454" width="1"><title>Fri Aug 01 2003 00:00:00 GMT+0000 (UTC): 605.8812</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="599.470663015842" width="1"><title>Mon Sep 01 2003 00:00:00 GMT+0000 (UTC): 798.3436000000002</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="602.1109915900645" width="1"><title>Wed Oct 01 2003 00:00:00 GMT+0000 (UTC): 824.5373999999999</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="604.8393311167612" width="1"><title>Sat Nov 01 2003 00:00:00 GMT+0000 (UTC): 680.9985999999999</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="607.4796596909837" width="1"><title>Mon Dec 01 2003 00:00:00 GMT+0000 (UTC): 709.4175999999999</title></rect><rect class="bar" fill="#1f77b4" y="5" height="15" x="610.2079992176805" width="1"><title>Thu Jan 01 2004 00:00:00 GMT+0000 (UTC): 919.4538000000001</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="612.936338744377" width="1"><title>Sun Feb 01 2004 00:00:00 GMT+0000 (UTC): 708.2393999999999</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="615.4886563661255" width="1"><title>Mon Mar 01 2004 00:00:00 GMT+0000 (UTC): 849.95</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="618.2169958928222" width="1"><title>Thu Apr 01 2004 00:00:00 GMT+0000 (UTC): 803.0623999999998</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="620.8573244670448" width="1"><title>Sat May 01 2004 00:00:00 GMT+0000 (UTC): 653.0556000000001</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="623.5856639937415" width="1"><title>Tue Jun 01 2004 00:00:00 GMT+0000 (UTC): 652.0417999999999</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="626.225992567964" width="1"><title>Thu Jul 01 2004 00:00:00 GMT+0000 (UTC): 714.234</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="628.9543320946607" width="1"><title>Sun Aug 01 2004 00:00:00 GMT+0000 (UTC): 616.45394</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="631.6826716213573" width="1"><title>Wed Sep 01 2004 00:00:00 GMT+0000 (UTC): 625.9015999999998</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="634.3230001955799" width="1"><title>Fri Oct 01 2004 00:00:00 GMT+0000 (UTC): 719.5076</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="637.0513397222766" width="1"><title>Mon Nov 01 2004 00:00:00 GMT+0000 (UTC): 758.5622000000001</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="639.6916682964991" width="1"><title>Wed Dec 01 2004 00:00:00 GMT+0000 (UTC): 886.1983999999999</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="642.4200078231958" width="1"><title>Sat Jan 01 2005 00:00:00 GMT+0000 (UTC): 862.7194</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="645.1483473498924" width="1"><title>Tue Feb 01 2005 00:00:00 GMT+0000 (UTC): 732.5312</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="647.6126540191668" width="1"><title>Tue Mar 01 2005 00:00:00 GMT+0000 (UTC): 795.6076</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="650.3409935458635" width="1"><title>Fri Apr 01 2005 00:00:00 GMT+0000 (UTC): 750.3586</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="652.981322120086" width="1"><title>Sun May 01 2005 00:00:00 GMT+0000 (UTC): 684.4681999999999</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="655.7096616467827" width="1"><title>Wed Jun 01 2005 00:00:00 GMT+0000 (UTC): 747.7108000000001</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="658.3499902210053" width="1"><title>Fri Jul 01 2005 00:00:00 GMT+0000 (UTC): 654.0462</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="661.0783297477019" width="1"><title>Mon Aug 01 2005 00:00:00 GMT+0000 (UTC): 686.8101999999999</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="663.8066692743986" width="1"><title>Thu Sep 01 2005 00:00:00 GMT+0000 (UTC): 695.8015999999999</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="666.4469978486211" width="1"><title>Sat Oct 01 2005 00:00:00 GMT+0000 (UTC): 730.0180000000001</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="669.1753373753178" width="1"><title>Tue Nov 01 2005 00:00:00 GMT+0000 (UTC): 706.9467799999999</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="671.8156659495404" width="1"><title>Thu Dec 01 2005 00:00:00 GMT+0000 (UTC): 683.1016680000001</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="674.5440054762371" width="1"><title>Sun Jan 01 2006 00:00:00 GMT+0000 (UTC): 854.3494399999998</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="677.2723450029337" width="1"><title>Wed Feb 01 2006 00:00:00 GMT+0000 (UTC): 742.0768600000001</title></rect><rect class="bar" fill="#1f77b4" y="5" height="15" x="679.7366516722082" width="1"><title>Wed Mar 01 2006 00:00:00 GMT+0000 (UTC): 951.346998</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="682.4649911989047" width="1"><title>Sat Apr 01 2006 00:00:00 GMT+0000 (UTC): 784.5495960000001</title></rect><rect class="bar" fill="#1f77b4" y="5" height="15" x="685.1053197731273" width="1"><title>Mon May 01 2006 00:00:00 GMT+0000 (UTC): 918.4755959999999</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="687.8336592998239" width="1"><title>Thu Jun 01 2006 00:00:00 GMT+0000 (UTC): 868.3601940000001</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="690.4739878740465" width="1"><title>Sat Jul 01 2006 00:00:00 GMT+0000 (UTC): 728.1065939999999</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="693.2023274007432" width="1"><title>Tue Aug 01 2006 00:00:00 GMT+0000 (UTC): 763.55158</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="695.9306669274399" width="1"><title>Fri Sep 01 2006 00:00:00 GMT+0000 (UTC): 746.0989959999999</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="698.5709955016624" width="1"><title>Sun Oct 01 2006 00:00:00 GMT+0000 (UTC): 848.149</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="701.2993350283591" width="1"><title>Wed Nov 01 2006 00:00:00 GMT+0000 (UTC): 778.866798</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="703.9396636025817" width="1"><title>Fri Dec 01 2006 00:00:00 GMT+0000 (UTC): 701.4733959999999</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="706.6680031292783" width="1"><title>Mon Jan 01 2007 00:00:00 GMT+0000 (UTC): 853.769796</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="709.396342655975" width="1"><title>Thu Feb 01 2007 00:00:00 GMT+0000 (UTC): 794.0112</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="711.8606493252494" width="1"><title>Thu Mar 01 2007 00:00:00 GMT+0000 (UTC): 871.2779999999999</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="714.588988851946" width="1"><title>Sun Apr 01 2007 00:00:00 GMT+0000 (UTC): 794.3399999999999</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="717.2293174261686" width="1"><title>Tue May 01 2007 00:00:00 GMT+0000 (UTC): 885.0492</title></rect><rect class="bar" fill="#1f77b4" y="5" height="15" x="719.9576569528652" width="1"><title>Fri Jun 01 2007 00:00:00 GMT+0000 (UTC): 906.8054000000001</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="722.5979855270878" width="1"><title>Sun Jul 01 2007 00:00:00 GMT+0000 (UTC): 902.1472000000001</title></rect><rect class="bar" fill="#1f77b4" y="3" height="17" x="725.3263250537844" width="1"><title>Wed Aug 01 2007 00:00:00 GMT+0000 (UTC): 1042.5206</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="728.0546645804811" width="1"><title>Sat Sep 01 2007 00:00:00 GMT+0000 (UTC): 698.1722</title></rect><rect class="bar" fill="#1f77b4" y="5" height="15" x="730.6949931547038" width="1"><title>Mon Oct 01 2007 00:00:00 GMT+0000 (UTC): 961.783656</title></rect><rect class="bar" fill="#1f77b4" y="4" height="16" x="733.4233326814003" width="1"><title>Thu Nov 01 2007 00:00:00 GMT+0000 (UTC): 1004.2956</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="736.063661255623" width="1"><title>Sat Dec 01 2007 00:00:00 GMT+0000 (UTC): 755.0678</title></rect><rect class="bar" fill="#1f77b4" y="2" height="18" x="738.7920007823195" width="1"><title>Tue Jan 01 2008 00:00:00 GMT+0000 (UTC): 1104.2391999999998</title></rect><rect class="bar" fill="#1f77b4" y="5" height="15" x="741.5203403090163" width="1"><title>Fri Feb 01 2008 00:00:00 GMT+0000 (UTC): 915.3514</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="744.0726579307648" width="1"><title>Sat Mar 01 2008 00:00:00 GMT+0000 (UTC): 899.3288</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="746.8009974574613" width="1"><title>Tue Apr 01 2008 00:00:00 GMT+0000 (UTC): 854.525</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="749.4413260316838" width="1"><title>Thu May 01 2008 00:00:00 GMT+0000 (UTC): 855.6622000000001</title></rect><rect class="bar" fill="#1f77b4" y="5" height="15" x="752.1696655583806" width="1"><title>Sun Jun 01 2008 00:00:00 GMT+0000 (UTC): 919.3559999999999</title></rect><rect class="bar" fill="#1f77b4" y="4" height="16" x="754.8099941326032" width="1"><title>Tue Jul 01 2008 00:00:00 GMT+0000 (UTC): 1005.7436</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="757.5383336592998" width="1"><title>Fri Aug 01 2008 00:00:00 GMT+0000 (UTC): 789.6577999999998</title></rect><rect class="bar" fill="#1f77b4" y="3" height="17" x="760.2666731859965" width="1"><title>Mon Sep 01 2008 00:00:00 GMT+0000 (UTC): 1040.4588</title></rect><rect class="bar" fill="#1f77b4" y="0" height="20" x="762.907001760219" width="1"><title>Wed Oct 01 2008 00:00:00 GMT+0000 (UTC): 1250.7424000000003</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="765.6353412869157" width="1"><title>Sat Nov 01 2008 00:00:00 GMT+0000 (UTC): 838.6642</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="768.2756698611383" width="1"><title>Mon Dec 01 2008 00:00:00 GMT+0000 (UTC): 792.3978000000001</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="771.0040093878349" width="1"><title>Thu Jan 01 2009 00:00:00 GMT+0000 (UTC): 799.912</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="773.7323489145316" width="1"><title>Sun Feb 01 2009 00:00:00 GMT+0000 (UTC): 847.6094</title></rect><rect class="bar" fill="#1f77b4" y="4" height="16" x="776.196655583806" width="1"><title>Sun Mar 01 2009 00:00:00 GMT+0000 (UTC): 989.6186</title></rect><rect class="bar" fill="#1f77b4" y="4" height="16" x="778.9249951105027" width="1"><title>Wed Apr 01 2009 00:00:00 GMT+0000 (UTC): 973.6727999999997</title></rect><rect class="bar" fill="#1f77b4" y="5" height="15" x="781.5653236847252" width="1"><title>Fri May 01 2009 00:00:00 GMT+0000 (UTC): 947.0405999999998</title></rect><rect class="bar" fill="#1f77b4" y="3" height="17" x="784.2936632114219" width="1"><title>Mon Jun 01 2009 00:00:00 GMT+0000 (UTC): 1034.2772000000002</title></rect><rect class="bar" fill="#1f77b4" y="5" height="15" x="786.9339917856445" width="1"><title>Wed Jul 01 2009 00:00:00 GMT+0000 (UTC): 958.3398</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="789.6623313123412" width="1"><title>Sat Aug 01 2009 00:00:00 GMT+0000 (UTC): 880.2334000000001</title></rect><rect class="bar" fill="#1f77b4" y="4" height="16" x="792.3906708390377" width="1"><title>Tue Sep 01 2009 00:00:00 GMT+0000 (UTC): 993.05836</title></rect><rect class="bar" fill="#1f77b4" y="4" height="16" x="795.0309994132602" width="1"><title>Thu Oct 01 2009 00:00:00 GMT+0000 (UTC): 1009.7928000000002</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="797.7593389399569" width="1"><title>Sun Nov 01 2009 00:00:00 GMT+0000 (UTC): 774.2010000000001</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="800.3996675141796" width="1"><title>Tue Dec 01 2009 00:00:00 GMT+0000 (UTC): 783.8339200000001</title></rect><rect class="bar" fill="#1f77b4" y="5" height="15" x="803.1280070408762" width="1"><title>Fri Jan 01 2010 00:00:00 GMT+0000 (UTC): 912.178</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="805.8563465675728" width="1"><title>Mon Feb 01 2010 00:00:00 GMT+0000 (UTC): 856.7072</title></rect><rect class="bar" fill="#1f77b4" y="2" height="18" x="808.3206532368473" width="1"><title>Mon Mar 01 2010 00:00:00 GMT+0000 (UTC): 1099.1109999999999</title></rect><rect class="bar" fill="#1f77b4" y="3" height="17" x="811.048992763544" width="1"><title>Thu Apr 01 2010 00:00:00 GMT+0000 (UTC): 1090.5708</title></rect><rect class="bar" fill="#1f77b4" y="2" height="18" x="813.6893213377665" width="1"><title>Sat May 01 2010 00:00:00 GMT+0000 (UTC): 1144.0623999999998</title></rect><rect class="bar" fill="#1f77b4" y="4" height="16" x="816.4176608644631" width="1"><title>Tue Jun 01 2010 00:00:00 GMT+0000 (UTC): 972.6745999999999</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="819.0579894386857" width="1"><title>Thu Jul 01 2010 00:00:00 GMT+0000 (UTC): 890.5736200000001</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="821.7863289653824" width="1"><title>Sun Aug 01 2010 00:00:00 GMT+0000 (UTC): 835.8361999999998</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="824.5146684920791" width="1"><title>Wed Sep 01 2010 00:00:00 GMT+0000 (UTC): 831.7374000000001</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="827.1549970663016" width="1"><title>Fri Oct 01 2010 00:00:00 GMT+0000 (UTC): 832.7886000000003</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="829.8833365929983" width="1"><title>Mon Nov 01 2010 00:00:00 GMT+0000 (UTC): 817.8711999999999</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="832.5236651672208" width="1"><title>Wed Dec 01 2010 00:00:00 GMT+0000 (UTC): 726.1378000000001</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="835.2520046939175" width="1"><title>Sat Jan 01 2011 00:00:00 GMT+0000 (UTC): 804.4352000000001</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="837.9803442206141" width="1"><title>Tue Feb 01 2011 00:00:00 GMT+0000 (UTC): 784.5067999999999</title></rect><rect class="bar" fill="#1f77b4" y="6" height="14" x="840.4446508898885" width="1"><title>Tue Mar 01 2011 00:00:00 GMT+0000 (UTC): 900.4538200000001</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="843.1729904165851" width="1"><title>Fri Apr 01 2011 00:00:00 GMT+0000 (UTC): 746.2015000000001</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="845.8133189908078" width="1"><title>Sun May 01 2011 00:00:00 GMT+0000 (UTC): 824.4838399999999</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="848.5416585175044" width="1"><title>Wed Jun 01 2011 00:00:00 GMT+0000 (UTC): 843.0605</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="851.1819870917269" width="1"><title>Fri Jul 01 2011 00:00:00 GMT+0000 (UTC): 723.4359000000001</title></rect><rect class="bar" fill="#1f77b4" y="2" height="18" x="853.9103266184236" width="1"><title>Mon Aug 01 2011 00:00:00 GMT+0000 (UTC): 1097.2989240000002</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="856.6386661451203" width="1"><title>Thu Sep 01 2011 00:00:00 GMT+0000 (UTC): 834.8828000000001</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="859.2789947193429" width="1"><title>Sat Oct 01 2011 00:00:00 GMT+0000 (UTC): 828.47418</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="862.0073342460395" width="1"><title>Tue Nov 01 2011 00:00:00 GMT+0000 (UTC): 742.8645999999999</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="864.6476628202621" width="1"><title>Thu Dec 01 2011 00:00:00 GMT+0000 (UTC): 644.22382</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="867.3760023469587" width="1"><title>Sun Jan 01 2012 00:00:00 GMT+0000 (UTC): 700.1506999999999</title></rect><rect class="bar" fill="#1f77b4" y="8" height="12" x="870.1043418736554" width="1"><title>Wed Feb 01 2012 00:00:00 GMT+0000 (UTC): 731.2000799999998</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="872.6566594954039" width="1"><title>Thu Mar 01 2012 00:00:00 GMT+0000 (UTC): 706.1921400000001</title></rect><rect class="bar" fill="#1f77b4" y="10" height="10" x="875.3849990221005" width="1"><title>Sun Apr 01 2012 00:00:00 GMT+0000 (UTC): 644.1768199999999</title></rect><rect class="bar" fill="#1f77b4" y="7" height="13" x="878.0253275963231" width="1"><title>Tue May 01 2012 00:00:00 GMT+0000 (UTC): 795.6629999999999</title></rect><rect class="bar" fill="#1f77b4" y="9" height="11" x="880.7536671230197" width="1"><title>Fri Jun 01 2012 00:00:00 GMT+0000 (UTC): 688.56156</title></rect></g></g><g class="axis x" transform="translate(40,20)"><g class="tick" style="opacity: 1; " transform="translate(32.123997653041265,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1986</text></g><g class="tick" style="opacity: 1; " transform="translate(96.3719929591238,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1988</text></g><g class="tick" style="opacity: 1; " transform="translate(160.70799921768042,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1990</text></g><g class="tick" style="opacity: 1; " transform="translate(224.95599452376294,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1992</text></g><g class="tick" style="opacity: 1; " transform="translate(289.2920007823196,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1994</text></g><g class="tick" style="opacity: 1; " transform="translate(353.5399960884021,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1996</text></g><g class="tick" style="opacity: 1; " transform="translate(417.8760023469587,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">1998</text></g><g class="tick" style="opacity: 1; " transform="translate(482.1239976530413,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2000</text></g><g class="tick" style="opacity: 1; " transform="translate(546.4600039115978,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2002</text></g><g class="tick" style="opacity: 1; " transform="translate(610.7079992176805,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2004</text></g><g class="tick" style="opacity: 1; " transform="translate(675.0440054762371,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2006</text></g><g class="tick" style="opacity: 1; " transform="translate(739.2920007823195,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2008</text></g><g class="tick" style="opacity: 1; " transform="translate(803.6280070408762,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2010</text></g><g class="tick" style="opacity: 1; " transform="translate(867.8760023469587,0)"><line y2="6" x2="0"></line><text dy=".71em" style="text-anchor: middle; " y="9" x="0">2012</text></g><path class="domain" d="M0,6V0H900V6"></path></g><g class="axis y" transform="translate(40,0)"><g class="tick" style="opacity: 1; " transform="translate(0,20)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">0</text></g><g class="tick" style="opacity: 1; " transform="translate(0,18)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">100</text></g><g class="tick" style="opacity: 1; " transform="translate(0,17)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">200</text></g><g class="tick" style="opacity: 1; " transform="translate(0,15)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">300</text></g><g class="tick" style="opacity: 1; " transform="translate(0,14)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">400</text></g><g class="tick" style="opacity: 1; " transform="translate(0,12)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">500</text></g><g class="tick" style="opacity: 1; " transform="translate(0,10)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">600</text></g><g class="tick" style="opacity: 1; " transform="translate(0,9)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">700</text></g><g class="tick" style="opacity: 1; " transform="translate(0,7)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">800</text></g><g class="tick" style="opacity: 1; " transform="translate(0,6)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">900</text></g><g class="tick" style="opacity: 1; " transform="translate(0,4)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">1,000</text></g><g class="tick" style="opacity: 1; " transform="translate(0,2)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">1,100</text></g><g class="tick" style="opacity: 1; " transform="translate(0,1)"><line x2="-6" y2="0"></line><text dy=".32em" style="text-anchor: end; " x="-9" y="0">1,200</text></g><path class="domain" d="M-6,0H0V20H-6"></path></g><g class="brush" transform="translate(40,0)" style="pointer-events: all; "><rect class="background" style="visibility: hidden; cursor: crosshair; " x="0" width="900" height="20"></rect><rect class="extent" style="cursor: move; " x="0" width="0" height="20"></rect><g class="resize e" style="cursor: ew-resize; display: none; " transform="translate(0,0)"><rect x="-3" width="6" height="20" style="visibility: hidden; "></rect><path d="M0.5,6.666666666666667A6,6 0 0 1 6.5,12.666666666666668V7.333333333333334A6,6 0 0 1 0.5,13.333333333333334ZM2.5,14.666666666666668V5.333333333333334M4.5,14.666666666666668V5.333333333333334"></path></g><g class="resize w" style="cursor: ew-resize; display: none; " transform="translate(0,0)"><rect x="-3" width="6" height="20" style="visibility: hidden; "></rect><path d="M-0.5,6.666666666666667A6,6 0 0 0 -6.5,12.666666666666668V7.333333333333334A6,6 0 0 0 -0.5,13.333333333333334ZM-2.5,14.666666666666668V5.333333333333334M-4.5,14.666666666666668V5.333333333333334"></path></g></g></g><defs><clipPath id="monthly-volume-chart-clip"><rect width="900" height="20" transform="translate(-0, -0)"></rect></clipPath></defs></svg></div>
<p class="muted pull-right" style="margin-right: 15px;">select a time range to zoom in</p>
</div>
<div class="row">
<div>
<div class="dc-data-count dc-chart">All records selected. Please click on the graph to apply filters.</div>
</div>
<table class="table table-hover dc-data-table dc-chart">
<th class="dc-table-head">Date</th><th class="dc-table-head">Open</th><th class="dc-table-head">Close</th><th class="dc-table-head">Change</th><th class="dc-table-head">Volume</th><tbody><tr class="dc-table-group info"><td class="dc-table-label" colspan="5">1985/11</td></tr><tr class="dc-table-row"><td class="dc-table-column _0">11/01/1985</td><td class="dc-table-column _1">115.48</td><td class="dc-table-column _2">116.28</td><td class="dc-table-column _3">0.80</td><td class="dc-table-column _4">900900</td></tr><tr class="dc-table-row"><td class="dc-table-column _0">11/04/1985</td><td class="dc-table-column _1">116.28</td><td class="dc-table-column _2">116.04</td><td class="dc-table-column _3">-0.24</td><td class="dc-table-column _4">753400</td></tr><tr class="dc-table-row"><td class="dc-table-column _0">11/05/1985</td><td class="dc-table-column _1">116.04</td><td class="dc-table-column _2">116.44</td><td class="dc-table-column _3">0.40</td><td class="dc-table-column _4">876800</td></tr><tr class="dc-table-row"><td class="dc-table-column _0">11/06/1985</td><td class="dc-table-column _1">116.44</td><td class="dc-table-column _2">117.38</td><td class="dc-table-column _3">0.94</td><td class="dc-table-column _4">935000</td></tr><tr class="dc-table-row"><td class="dc-table-column _0">11/07/1985</td><td class="dc-table-column _1">117.38</td><td class="dc-table-column _2">117.62</td><td class="dc-table-column _3">0.24</td><td class="dc-table-column _4">886400</td></tr><tr class="dc-table-row"><td class="dc-table-column _0">11/08/1985</td><td class="dc-table-column _1">117.62</td><td class="dc-table-column _2">119.26</td><td class="dc-table-column _3">1.64</td><td class="dc-table-column _4">867600</td></tr><tr class="dc-table-row"><td class="dc-table-column _0">11/11/1985</td><td class="dc-table-column _1">119.26</td><td class="dc-table-column _2">120.4</td><td class="dc-table-column _3">1.14</td><td class="dc-table-column _4">803900</td></tr><tr class="dc-table-row"><td class="dc-table-column _0">11/12/1985</td><td class="dc-table-column _1">120.39</td><td class="dc-table-column _2">121.82</td><td class="dc-table-column _3">1.43</td><td class="dc-table-column _4">1083000</td></tr><tr class="dc-table-row"><td class="dc-table-column _0">11/13/1985</td><td class="dc-table-column _1">121.82</td><td class="dc-table-column _2">121.17</td><td class="dc-table-column _3">-0.65</td><td class="dc-table-column _4">932100</td></tr><tr class="dc-table-row"><td class="dc-table-column _0">11/14/1985</td><td class="dc-table-column _1">121.17</td><td class="dc-table-column _2">121.83</td><td class="dc-table-column _3">0.66</td><td class="dc-table-column _4">980400</td></tr></tbody></table>
</div>
<div class="clearfix"></div>
<a href="https://github.com/dc-js/dc.js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</div>
<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script><script type="text/javascript" src="js/d3.js"></script>
<script type="text/javascript" src="js/crossfilter.js"></script>
<script type="text/javascript" src="js/dc.js"></script>
<script type="text/javascript" src="stock.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33628816-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>