document.write("2026.04.09(Thu)강릉17℃2026.04.09(Thu)광주20℃2026.04.09(Thu)대구18℃2026.04.09(Thu)대전19℃2026.04.09(Thu)부산16℃2026.04.09(Thu)서울18℃2026.04.09(Thu)울산14℃2026.04.09(Thu)인천14℃2026.04.09(Thu)전주19℃2026.04.09(Thu)제주17℃2026.04.09(Thu)춘천18℃2026.04.09(Thu)충주18℃");
var city_no=0 ;
function change_weather() {
$('.t_weather').css('display','none').eq(city_no).css('display','block');
city_no ++ ;
city_no = city_no % 12
setTimeout('change_weather()',2000) ;
}
change_weather() ;