var posiciones = { sol: '-13px -10px', solnubes: '-13px -69px', nubes: '-13px -188px', lluvia: '-13px -426px' } var img = document.getElementById('mciweather'); if (img) { div = document.createElement('div'); if (div) { div.style.height = '70px'; div.style.width = '120px'; div.style.borderWidth = '1px'; div.style.overflow = 'hidden'; img.parentNode.insertBefore(div, img); img.style.display = 'none'; div.innerHTML = "
"; div.innerHTML += "
6º C
Malaga / Aeropuerto
"; } }