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