document.addEventListener("DOMContentLoaded", function () { const interval = setInterval(() => { // Find the Elfsight button const elfsightButton = document.querySelector('.elfsight-app-917ad6f3-78b1-4827-b99f-c87d92d48b39 a'); if (elfsightButton) { // Capture the current page path dynamically const currentPagePath = encodeURIComponent(window.location.pathname); // E.g., "/industries/architecture-and-engineering/" // Replace utm_source in the URL const originalUrl = elfsightButton.href; // Original Elfsight URL const updatedUrl = originalUrl.replace( /utm_source=[^&]+/, // Regex to find existing utm_source `utm_source=${currentPagePath}` // Replace with dynamic path ); // Update the button link elfsightButton.href = updatedUrl; // Stop the interval once updated clearInterval(interval); } }, 100); // Check every 100ms });
Our Team

Meet Marc B. Schlesinger

Marc B. Schlesinger
Esq.
General Counsel

Marc B. Schlesinger is the General Counsel at Anchin. Marc joined Anchin after spending his career in private practice as a commercial litigator, in which he gained extensive experience representing and defending accounting firms and representing clients in business and contractual disputes. Marc also is a CPA.

Marc serves on the Board of the University of Maryland Hillel and is a Board Member and Finance Chair of Brooklyn Children’s Theatre.