Check another zip?   Beijing Shanghai Hong Kong
parsecached(); if(!empty($weather_chile->forecast['CITY'])) { print ""; print ""; $d = array("Today","Tomorrow",""); for ($day=0; isset($weather_chile->forecast[$day]); $day++) { print ""; } print "
".$weather_chile->forecast['CITY'].", ".$weather_chile->forecast['REGION']."sunrise: ".$weather_chile->forecast['SUNRISE']." / sunset: ".$weather_chile->forecast['SUNSET']."
"; print ""; print ""; // Partly Cloudy print ""; print "
Current
forecast['CURRENT']['CODE'].".gif>

".$weather_chile->forecast['CURRENT']['TEMP']."°".$weather_chile->forecast['TEMPERATURE']."

".$weather_chile->forecast['CURRENT']['TEXT']."
"; print ""; print ""; print ""; print ""; // Partly Cloudy print ""; // 8 print "
".$d[$day]."
".$weather_chile->forecast[$day]['DAY']."".$weather_chile->forecast[$day]['DATE']."
forecast[$day]['CODE'].".gif>
".$weather_chile->forecast[$day]['TEXT']."
L : ".$weather_chile->forecast[$day]['LOW']."°        H : ".$weather_chile->forecast[$day]['HIGH']."°
"; } else print "
City not found
"; ?>