Thank You

We've received your message, we'll be in touch shortly!

(function($){ $(".phoneButton a").attr("href", function(index, currentvalue) { var url_format = currentvalue.replace(/(^\w+:|^)\/\//, ""); return "tel:" + url_format; }); })(jQuery);