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 Sue Lu, CPA

Sue Lu
CPA
Tax Director

Sue Lu, CPA, is a Director at Anchin with more than 15 years of experience in public accounting, with 12 years of experience providing tax consulting and compliance services for privately held businesses including corporations, partnerships, and LLCs, as well as high-net-worth individuals.  Sue is a member of the Firm’s Architecture & Engineering Industry Group.

Sue obtained her Bachelor’s Degree in Business Administration with a focus in Accounting from Baruch College.

She is a Certified Public Accountant and a member of the American Institute of Certified Public Accountants (AICPA) and the New York State Society of Certified Public Accountants (NYSSCPA).