Warning: fopen(data/weather.LEMG.cache) [function.fopen]: failed to open stream: Permission denied in /home/rentals/public_html/blog/weather/clima.php on line 147
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 += "27º C
Malaga / Aeropuerto
";
}
}