﻿function change(nhietdo,anh,thoitiet,doam,gio)
{
    document.getElementById("nhietdo").innerHTML = nhietdo;
    document.getElementById("hinhanh").innerHTML = '<img src= "http://vienthongsaigon.com/library/images/'+anh+'" onerror = "this.src = \'http://vienthongsaigon.com/library/images/upload-weathersymbol-2008-8-22-260.gif\'" />' ;
    document.getElementById("thoitiet").innerHTML = thoitiet + '<br />Độ ẩm: '+doam+'<br />'+gio;
}

function ShowWeatherBox(intVal)
{
    change(weather[intVal][2],weather[intVal][3],weather[intVal][4],weather[intVal][5],weather[intVal][6]);
}
