The month of June will include camp opportunities for our children. First Baptist will be taking 22 campers (children having completed third through sixth grades) and 7 adults to the “TLC” (Transforming Lives for Christ) Kids Camp—June 9th through 13th in Salina, Kansas. Our younger kids (having completed first through third grades) are invited to attend “Intro to Camp” at Grand Oaks in Chillicothe. This is a one-night camp experience to be held June 20th & 21st. Registration paperwork for Intro to Camping is available now!
$(function() {
var pagetitle = $('#title').val();
$('#selected-pagenav-title').html(pagetitle);
$('#signin-btn').hide();
// handle attendance page clicks
$('.attendancerow').off('click').on('click', function(e) {
var is_checked = $(this).hasClass('active') ? true : false;
$(this).toggleClass('active');
$(this).attr('data-modified', '1');
});
// note use html here instead of text otherwise sections with only iframes are hidden
if ( ! $('.page-card-body').html() ) {
$('.page-card-body').addClass('hidden');
}
});