var weatherList = new Array(10);
for (var w_cnt = 0; w_cnt < weatherList.length; w_cnt++) {
weatherList[w_cnt] = new Array(2);
}
weatherList[0][0] = "¼­¿ï 7¡É";
weatherList[0][1] = "icon2.swf";
weatherList[1][0] = "°­¿ø¿µ¼­ 8¡É";
weatherList[1][1] = "icon2.swf";
weatherList[2][0] = "°­¿ø¿µµ¿ 11¡É";
weatherList[2][1] = "icon18.swf";
weatherList[3][0] = "ÃæÃ»³²µµ 7¡É";
weatherList[3][1] = "icon2.swf";
weatherList[4][0] = "ÃæÃ»ºÏµµ 10¡É";
weatherList[4][1] = "icon2.swf";
weatherList[5][0] = "Àü¶ó³²µµ 10¡É";
weatherList[5][1] = "icon3.swf";
weatherList[6][0] = "Àü¶óºÏµµ 10¡É";
weatherList[6][1] = "icon2.swf";
weatherList[7][0] = "°æ»ó³²µµ 13¡É";
weatherList[7][1] = "icon3.swf";
weatherList[8][0] = "°æ»óºÏµµ 13¡É";
weatherList[8][1] = "icon26.swf";
weatherList[9][0] = "Á¦ÁÖµµ 12¡É";
weatherList[9][1] = "icon3.swf";

