/* Updating the cache file */
/* Cache file time: Sat, 27 Feb 2010 23:50:00 -0600 */
/* Cache file age: 14251 minutes */
/* Time until cache update: -14191 minutes */
weather[0] = new Array;
weather[0]['title'] = 'Currently';
weather[0]['temp'] = '64&deg;';
weather[0]['text'] = 'Partly Cloudy';
weather[0]['icon'] = '30';
weather[1] = new Array;
weather[1]['title'] = 'Tonight';
weather[1]['text'] = 'Partly Cloudy';
weather[1]['icon'] = '30';
weather[1]['temp'] = 'Low: 48&deg;';
weather[2] = new Array;
weather[2]['title'] = 'Tomorrow';
weather[2]['text'] = 'Rain / Thunder';
weather[2]['icon'] = '12';
weather[2]['temp'] = 'High: 55&deg;';


/* Contents of XML file:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- This document is intended only for use by authorized licensees of The  -->
<!-- Weather Channel. Unauthorized use is prohibited.  Copyright 1995-2010, -->
<!-- The Weather Channel Interactive, Inc.  All Rights Reserved.            -->
<weather ver="2.0">
  <head>
    <locale>en_US</locale>
    <form>MEDIUM</form>
    <ut>F</ut>
    <ud>mi</ud>
    <us>mph</us>
    <up>in</up>
    <ur>in</ur>
  </head>
  <loc id="USIL0409">
    <dnam>Fisher, IL</dnam>
    <tm>12:25 PM</tm>
    <lat>40.31</lat>
    <lon>-88.35</lon>
    <sunr>6:13 AM</sunr>
    <suns>5:55 PM</suns>
    <zone>-6</zone>
  </loc>
  <cc>
    <lsup>3/10/10 12:06 PM CST</lsup>
    <obst>Rantoul, IL</obst>
    <tmp>64</tmp>
    <flik>64</flik>
    <t>Partly Cloudy</t>
    <icon>30</icon>
    <bar>
      <r>29.63</r>
      <d>steady</d>
    </bar>
    <wind>
      <s>17</s>
      <gust>28</gust>
      <d>190</d>
      <t>S</t>
    </wind>
    <hmid>73</hmid>
    <vis>10.0</vis>
    <uv>
      <i>4</i>
      <t>Moderate</t>
    </uv>
    <dewp>55</dewp>
    <moon>
      <icon>24</icon>
      <t>Waning Crescent</t>
    </moon>
  </cc>
  <dayf>
    <lsup>3/10/10 11:20 AM CST</lsup>
    <day d="0" t="Wednesday" dt="Mar 10">
      <hi>63</hi>
      <low>48</low>
      <sunr>6:13 AM</sunr>
      <suns>5:55 PM</suns>
      <part p="d">
        <icon>30</icon>
        <t>Partly Cloudy</t>
        <wind>
          <s>22</s>
          <gust>N/A</gust>
          <d>179</d>
          <t>S</t>
        </wind>
        <bt>P Cloudy</bt>
        <ppcp>20</ppcp>
        <hmid>73</hmid>
      </part>
      <part p="n">
        <icon>45</icon>
        <t>Showers Late</t>
        <wind>
          <s>17</s>
          <gust>N/A</gust>
          <d>137</d>
          <t>SE</t>
        </wind>
        <bt>Shwrs Late</bt>
        <ppcp>40</ppcp>
        <hmid>84</hmid>
      </part>
    </day>
    <day d="1" t="Thursday" dt="Mar 11">
      <hi>55</hi>
      <low>38</low>
      <sunr>6:11 AM</sunr>
      <suns>5:56 PM</suns>
      <part p="d">
        <icon>12</icon>
        <t>Rain / Thunder</t>
        <wind>
          <s>17</s>
          <gust>N/A</gust>
          <d>157</d>
          <t>SSE</t>
        </wind>
        <bt>Rain/Thunder</bt>
        <ppcp>80</ppcp>
        <hmid>81</hmid>
      </part>
      <part p="n">
        <icon>45</icon>
        <t>Showers Early</t>
        <wind>
          <s>12</s>
          <gust>N/A</gust>
          <d>196</d>
          <t>SSW</t>
        </wind>
        <bt>Shwrs Early</bt>
        <ppcp>30</ppcp>
        <hmid>78</hmid>
      </part>
    </day>
  </dayf>
</weather>



*/