				
var weather_city=new Array();
var weather_maxTemp_today=new Array();
var weather_minTemp_today=new Array();
var weather_status_today=new Array();
var weather_info_today=new Array();
var weather_maxTemp_tomorrow=new Array();
var weather_minTemp_tomorrow=new Array();
var weather_status_tomorrow=new Array();
var weather_info_tomorrow=new Array();
weather_city[0]='悉尼';
weather_maxTemp_today[0]='24';
weather_minTemp_today[0]='16';
weather_status_today[0]='Decreasing Clouds';
weather_info_today[0]='Decreasing Clouds. Mild.';
weather_maxTemp_tomorrow[0]='25';
weather_minTemp_tomorrow[0]='18';
weather_status_tomorrow[0]='Mostly Sunny';
weather_info_tomorrow[0]='Mostly Sunny. Warm.';
weather_city[1]='墨尔本';
weather_maxTemp_today[1]='26';
weather_minTemp_today[1]='17';
weather_status_today[1]='Passing Showers';
weather_info_today[1]='Passing Showers. Mostly Cloudy. Warm. Humid.';
weather_maxTemp_tomorrow[1]='29';
weather_minTemp_tomorrow[1]='18';
weather_status_tomorrow[1]='Mostly Sunny';
weather_info_tomorrow[1]='Mostly Sunny. Warm.';
weather_city[2]='布里斯班';
weather_maxTemp_today[2]='25';
weather_minTemp_today[2]='16';
weather_status_today[2]='Morning Clouds';
weather_info_today[2]='Morning Clouds. Mild.';
weather_maxTemp_tomorrow[2]='25';
weather_minTemp_tomorrow[2]='15';
weather_status_tomorrow[2]='Mostly Sunny';
weather_info_tomorrow[2]='Mostly Sunny. Mild. Humid.';
weather_city[3]='佩思';
weather_maxTemp_today[3]='24';
weather_minTemp_today[3]='11';
weather_status_today[3]='Sunny';
weather_info_today[3]='Sunny. Mild.';
weather_maxTemp_tomorrow[3]='23';
weather_minTemp_tomorrow[3]='12';
weather_status_tomorrow[3]='Mostly Sunny';
weather_info_tomorrow[3]='Mostly Sunny. Cool. Breezy.';
weather_city[4]='阿德莱德';
weather_maxTemp_today[4]='33';
weather_minTemp_today[4]='18';
weather_status_today[4]='Sunny';
weather_info_today[4]='Sunny. Warm.';
weather_maxTemp_tomorrow[4]='33';
weather_minTemp_tomorrow[4]='15';
weather_status_tomorrow[4]='Sunny';
weather_info_tomorrow[4]='Sunny. Warm.';
