/* 특별집회 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?bo_table=Milltwenties&sca=&sop=and&sfl=wr_subject&stx=2023%EB%B4%84%EC%A7%91%ED%9A%8C'); 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?bo_table=Milltwenties&sca=&sop=and&sfl=wr_subject&stx=2023%EB%B4%84%EC%A7%91%ED%9A%8C'); } */