function writeWeather() { document.getElementById('weather').innerHTML = 'Mostly Cloudy 32Fº'; document.getElementById('imgWeather').src = '/images/weatherImages/28.png'; }