NVISION – 2024 Champs!!

Complete plumbing – 2023 Champs!!

JDS Insurance – 2023 Connie Champs!!

JDS Insurance – 2017 Champs!!

JDS Insurance – 2016 Champs!!

JDS Insurance – 2015 Champs!!

****************************
McNaughton Insurance – 2015 Conny Champs!
Active Health Centre – 2014 Champs!!

Unionville Arms – 2014 Conny Champs!
.jpg)














.site-header { height: auto !important; }
td.error-class {
opacity: 1 !important;
}
document.addEventListener('DOMContentLoaded', function() {
setTimeout(() => {
// Check if any .dataTable elements exist
var dataTables = document.querySelectorAll('.dataTable');
if (dataTables.length === 0) {
// Exit the function if no .dataTable elements are found
return;
}
// Find all the
elements within the .dataTable(s)
var tds = document.querySelectorAll('.dataTable td');
// Iterate through each | element
[...tds].forEach(function(td) {
// Check if the | text content matches "#DIV/0!"
if (td.textContent.trim() === '#DIV/0!') {
// Add a class to the | element
td.classList.add('error-class'); // Replace 'error-class' with the class you want to add
td.textContent = 'N/A';
}
});
},1000);
});
|