function writeWeather() { document.getElementById('weather').innerHTML = 'Partly Cloudy 10Fº'; document.getElementById('imgWeather').src = '/images/weatherImages/29.gif'; }