function writeWeather() { document.getElementById('weather').innerHTML = 'Cloudy 29F°'; document.getElementById('imgWeather').src = '/img/weatherImages/26.png'; }