' );
document.getElementById( 'divShoppingMod1Canvas' ).innerHTML = html.join( '' );
}
}
shopping.init();
/**
* @projectDescription Objeto para gerar o HTML com os dados do tempo
* @author rnogueira@uolinc.com (Roberto Robson)
*/
modTempo = {};
modTempo.data = [];
modTempo.show = function(){
if(modTempo.data.length>0){
var HTML="";
for(var i=0;i 127 && c < 2048) { utftext += String.fromCharCode(c >> 6 | 192); utftext += String.fromCharCode(c & 63 | 128); } else { utftext += String.fromCharCode(c >> 12 | 224); utftext += String.fromCharCode(c >> 6 & 63 | 128); utftext += String.fromCharCode(c & 63 | 128); } } return utftext; }
Tempo
No Brasil
No exterior
/**
* @projectDescription Objeto para gerar o HTML com os dados do transito
* @author rnogueira@uolinc.com (Roberto Robson)
*/
modTransito = {};
modTransito.data = [];
modTransito.show = function(){
if(typeof(modTransito.data)!="undefined"){
var HTML="";
for(var i=0;i
Comentários (0)