1149
| <![CDATA[<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48059414-1', 'auto');
ga('send', 'pageview');
</script>]]>
|
1188
| <![CDATA[<script type="application/javascript">
$(document).ready(function () {
setInterval(function () {
$("#table-meteorologico td.text90").removeClass('text90');
}, 1000);
});
var temperatura_dados = {
description: 'Temperatura do Ar',
values: []
};
temperatura_dados.values.push({
valor: 20.5850219727,
data: new Date('2020-12-26T07:00:00-03:00')
});
temperatura_dados.values.push({
valor: 21.4700317383,
data: new Date('2020-12-26T08:00:00-03:00')
});
temperatura_dados.values.push({
valor: 23.5986328125,
data: new Date('2020-12-26T09:00:00-03:00')
});
temperatura_dados.values.push({
valor: 25.4373168945,
data: new Date('2020-12-26T10:00:00-03:00')
});
temperatura_dados.values.push({
valor: 26.3757324219,
data: new Date('2020-12-26T11:00:00-03:00')
});
temperatura_dados.values.push({
valor: 26.8334960938,
data: new Date('2020-12-26T12:00:00-03:00')
});
temperatura_dados.values.push({
valor: 23.7283325195,
data: new Date('2020-12-26T13:00:00-03:00')
});
temperatura_dados.values.push({
valor: 23.1256103516,
data: new Date('2020-12-26T14:00:00-03:00')
});
temperatura_dados.values.push({
valor: 26.1697387695,
data: new Date('2020-12-26T15:00:00-03:00')
});
temperatura_dados.values.push({
valor: 24.6591186523,
data: new Date('2020-12-26T16:00:00-03:00')
});
temperatura_dados.values.push({
valor: 22.4542236328,
data: new Date('2020-12-26T17:00:00-03:00')
});
temperatura_dados.values.push({
valor: 23.5986328125,
data: new Date('2020-12-26T18:00:00-03:00')
});
temperatura_dados.values.push({
valor: 23.7817382812,
data: new Date('2020-12-26T19:00:00-03:00')
});
</script>]]>
|