https://www.thebcgroup.com/wp-content/themes/yootheme/assets/site/js/theme.js
window.yootheme ||= {}; yootheme.theme = {"i18n":{"close":{"label":"Close","0":"yootheme"},"totop":{"label":"Back to top","0":"yootheme"},"marker":{"label":"Open","0":"yootheme"},"navbarToggleIcon":{"label":"Open menu","0":"yootheme"},"paginationPrevious":{"label":"Previous page","0":"yootheme"},"paginationNext":{"label":"Next page","0":"yootheme"},"searchIcon":{"toggle":"Open Search","submit":"Submit Search"},"slider":{"next":"Next slide","previous":"Previous slide","slideX":"Slide %s","slideLabel":"%s of %s"},"slideshow":{"next":"Next slide","previous":"Previous slide","slideX":"Slide %s","slideLabel":"%s of %s"},"lightboxPanel":{"next":"Next slide","previous":"Previous slide","slideLabel":"%s of %s","close":"Close"}}};
jQuery(document).ready(function($) {
var backToTopButton = $('#to-top');
var scrollTrigger = 300; // Adjust this value to control when the button appears
$(window).scroll(function() {
if ($(this).scrollTop() > scrollTrigger) {
backToTopButton.fadeIn();
} else {
backToTopButton.fadeOut();
}
});
backToTopButton.click(function() {
$('html, body').animate({ scrollTop: 0 }, 800);
return false;
});
});
https://www.thebcgroup.com/wp-content/uploads/breeze/google/gtag.js
News
Alex Cockayne Gets New Certification
Alex Cockayne Gets New Certification
🎉 Big congratulations to Alex Cockayne on earning his NYS Certified Code Enforcement Official certification.
This achievement strengthens the quality assurance behind our drawings and adds even more insight and confidence when we are on site. We love seeing our team continue to grow and bring added value to every project. 👏
Congratulations, Alex!👏
window.PH_Child = {"ID":0,"user_login":false,"user_email":false,"display_name":false}
(function(d, t, g, k) {
var ph = d.createElement(t),
s = d.getElementsByTagName(t)[0],
l = false,
t = (new URLSearchParams(window.location.search)).get(k);
t && localStorage.setItem(k, t);
t = localStorage.getItem(k)
if (!l && !t) return;
ph.type = 'text/javascript';
ph.async = true;
ph.defer = true;
ph.charset = 'UTF-8';
ph.src = g + '&v=' + (new Date()).getTime();
ph.src += t ? '&' + k + '=' + t : '';
s.parentNode.insertBefore(ph, s);
})(document, 'script', '//markup.coughlin.co?p=16&ph_apikey=25477fcedab6072aa845c5e3ce23f945', 'ph_access_token');