John Thiessen

I have had the pleasure of working with Rod as my Realtor for the past few months. I have always found him to be professional and courteous in every way sensitive to both the market and my real estate needs. Rod works hard to find us properties that fit our criteria and is always able to negotiate in our best interest!

Comments are closed.

document.addEventListener("DOMContentLoaded", function() { // Get the current URL path and split it to find the address const urlPath = window.location.pathname; const addressPart = urlPath.split("listing.")[1]?.split(".")[0]; // Format the address and populate it into the subject field if the address part is available if (addressPart) { const formattedAddress = addressPart.replace(/-/g, ' '); // Replace hyphens with spaces document.getElementById("subject-field").value = `I would like more information about or to schedule a viewing for ${formattedAddress}`; } });
PHP Code Snippets Powered By : XYZScripts.com