I'm using a free weather forecast widget in my website.
<script type="text/javascript" src="http://tools.tititudorancea.com/weather_forecast.js?place=zurich_2&s=1&days=5&utf8=no&columns=5&temp=c"></script>
<div style="font: 10px Arial, sans-serif; color: #000000" align="right">
<a href="http://www.tititudorancea.com/z/weather.htm">Weather forecast</a> provided by <a href="http://www.tititudorancea.com/">tititudorancea.com</a></div>
My webpage will never reload itself and then the weather will never be updated. Is there a way to refresh the javascript without refreshing the all page?
Thanks in advance