document.open();document.writeln('<div onmouseover="document.getElementById(\'snipt-2505\').style.display = \'block\'; return false;" onmouseout="document.getElementById(\'snipt-2505\').style.display = \'none\'; return false;" style="position: relative;">');document.writeln('<div class="highlight"><pre style="-moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; margin: 0; display: block; font: 11px Monaco, monospace !important; padding: 15px; background-color: #1C1C1C; overflow: auto; color: #D0D0D0;"><span style="color: #cd2828; font-weight: normal">&lt;?php</span>');document.writeln('	<span style="color: #40ffff">$weather_feed</span> <span style="color: #d0d0d0">=</span> <span style="color: #24909d">file_get_contents</span><span style="color: #d0d0d0">(</span><span style="color: #ed9d13">&quot;http://weather.yahooapis.com/forecastrss?p=14607&amp;u=f&quot;</span><span style="color: #d0d0d0">);</span>');document.writeln('	<span style="color: #6ab825; font-weight: normal">if</span><span style="color: #d0d0d0">(!</span><span style="color: #40ffff">$weather_feed</span><span style="color: #d0d0d0">)</span> <span style="color: #6ab825; font-weight: normal">die</span><span style="color: #d0d0d0">(</span><span style="color: #ed9d13">&#39;weather failed, check feed URL&#39;</span><span style="color: #d0d0d0">);</span>');document.writeln('	<span style="color: #40ffff">$weather</span> <span style="color: #d0d0d0">=</span> <span style="color: #24909d">simplexml_load_string</span><span style="color: #d0d0d0">(</span><span style="color: #40ffff">$weather_feed</span><span style="color: #d0d0d0">);</span>');document.writeln('<span style="color: #cd2828; font-weight: normal">?&gt;</span><span style="color: #d0d0d0"></span>');document.writeln('</pre></div>');document.writeln('');document.writeln('<div style="background-color: #111; color: #D0D0D0; float: right; padding: 5px 10px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; font: 11px Arial,Sans-Serif; display: none; position: absolute; bottom: 0; right: 0;" id="snipt-2505">code hosted by <a href="http://snipt.net/pkarl/pkarlcom-weather-feed?key=68a38011728dc1d140c95ca7c0e9dda4" style="color: #0084FF; text-decoration: none;">snipt.net</a></div>');document.writeln('</div>');document.close();