A Part of the Coptic Orthodox Diocese of the Southern United States
Confession with Fr. Angelos Faltas
Check out our availability and book the date and time that works for you
bottom of page
$w.onReady(() => {
let currentYear = new Date().getFullYear();
//BUTTON ELEMENT
$w("#copyrightButton").label = `(c) 2021 - ${currentYear}. BUSINESS NAME.`;
//TEXT ELEMENT
$w("#copyrightText").text = `(c) 2021 - ${currentYear}. BUSINESS NAME.`;
});