/* 특별집회 var open_time = "09:30"; var testi_time = "14:30"; var close_time = "18:30"; if((curr_time) < (open_time)){ location.replace('http://churchlife.net/bbs/Milltwenties'); break; } else if((curr_time) < (testi_time)) { location.replace('https://www.youtube.com/@churchlife1/live'); break; } else if((curr_time) < (close_time)) { location.replace('https://www.youtube.com/channel/UCevwTcR4kkACIPZcOYWZHfA/live'); break; } else { location.replace('https://www.youtube.com/@churchlife1/live'); break; } } default:{ location.replace('http://churchlife.net/bbs/Milltwenties'); } */