Far far away, behind the word moun tains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of
759 Pinewood Avenue
Marquette, Michigan
Phone
+1 (243) 587-8531
Email
info@example.com
(function () {
var OLD = "tel:+972508119637";
var NEW = "tel:+972555174040";
function fixTelLinks() {
document.querySelectorAll('a[href="' + OLD + '"]').forEach(function (a) {
a.setAttribute("href", NEW);
});
document.querySelectorAll('a[href^="tel:"]').forEach(function (a) {
var href = a.getAttribute("href") || "";
if (href.indexOf("972508119637") !== -1) {
a.setAttribute("href", NEW);
}
});
}
document.addEventListener("DOMContentLoaded", fixTelLinks);
var observer = new MutationObserver(function () {
fixTelLinks();
});
observer.observe(document.documentElement, {
childList: true,
subtree: true
});
})();