for($i=1; $i<2; $i++){?>
$acao = "exibe";
$formato = 130;
$posicao = $i;
include "estrutura/publicidades/exibe.php";
?>}?>
$resultado = file_get_contents("".$usite."previsao/config.php");
$en = array("tornado","tropical storm","hurricane","severe thunderstorms","thunderstorms","mixed rain and snow","mixed rain and sleet","mixed snow and sleet","freezing drizzle","drizzle","freezing rain","showers","showers","snow flurries","light snow showers","blowing snow","snow","hail","sleet","dust","foggy","haze","smoky","blustery","windy","cold","cloudy","mostly cloudy","mostly cloudy","partly cloudy","clear","sunny","fair","mixed rain and hail","hot","isolated thunderstorms","scattered thunderstorms","scattered showers","heavy snow","scattered snow showers","heavy snow","thundershowers","snow showers","isolated thundershowers","not available","pedro gomes","mostly","partly","thunder","storm","heavy","light rain with","light rain", "shower", "rain", "in the vicinity","mostly cloudy");
$pt = array("","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Pedro Gomes","","","","","","","","", "", "","");
$resultado = str_replace($en, $pt, $resultado);
echo $resultado;
?>