Additional information
Weight | 22.22 kg |
---|
Weight | 22.22 kg |
---|
Opening Times: Monday – Thursday 8am – 4pm
Friday 8am – 2pm Closed on Saturdays & Sundays
© 2022 - Search4local Ltd. The content of this website is owned by us and our client; copying of any content (including images) without our consent is in breach of our Terms & Conditions. | All rights Reserved
//Add date to message var date = new Date().getFullYear(); let dateBoxes = document.querySelectorAll("#copy-date"); dateBoxes.forEach( box => { box.innerHTML = date }); //Hide 'and' if service 2 is empty if(document.getElementById("service2_text").innerHTML == ""){ var service2 = document.getElementsByClassName('service2'); for (var i = 0; i < service2.length; i ++) { service2[i].style.display = 'none'; } }