var tiempo_data=
[{"i": "34", "t": "+19"}, {"i": "34", "t": "+17"}, {"i": "34", "t": "+15"}, {"i": "34", "t": "+16"}]
;
       function aveoleg(data){
        $('#tiempo_wgt tr').each(function(i){
            this.children[1].innerHTML=data[i]['t'] +'&deg;C';
        this.children[2].innerHTML='<img src="' + 'http://medliveproperty.ru/wp-content/themes/medlive/images/weather_icons/'+data[i]['i']+'.gif"/>';
        });
        }
        


