Blacktown Bible Talk
Every Friday at 7pm in Seven Hills
About Our Friday Nights
Every Friday at 7pm, our weekly Bible talk group in Seven Hills brings people together
for a relaxed and welcoming evening of connection and conversation. We start with fun
games and free food, giving everyone a chance to unwind and get to know each other in
a friendly atmosphere. After that, we move into an open discussion about real-life topics
— relationships, purpose, challenges, and personal growth — and explore how these connect
to the wisdom and teachings found in the Bible. Whether you’re new to faith or have been
reading the Bible for years, everyone is welcome.
Previous Bible Talks
let slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
let slides = document.getElementsByClassName(“mySlides”);
let dots = document.getElementsByClassName(“dot”);
if (n > slides.length) { slideIndex = 1 }
if (n < 1) { slideIndex = slides.length }
for (let i = 0; i < slides.length; i++) {
slides[i].style.display = “none”;
}
for (let i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(” active”, “”);
}
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” active”;
}