//function countdown() {
//	
//	newValue = newValue + increment;
//	newValue = Number(newValue);
//	newValue = Math.round(newValue*Math.pow(10,3))/Math.pow(10,3);
//	
//	
//	Replace(newValue, '.', ',');
//	
//	
//	//newValue = newValue.toFixed(2); 	
//	$('#contador_co2_texto').text(newValue);	
//	setTimeout('countdown();', refresh);	
//}


