It’s tax season and in addition to hoping for a refund, people try to avoid the IRS. If you get flagged, here's what to do if you get audited by the IRS.
window.onload = function() { // Check if the current URL is the main domain URL if (window.location.href === 'https://www.storagequarters.com/') { // Display the modal document.getElementById('modalOverlay').style.display = 'block'; } document.getElementById('button').onclick = function() { document.getElementById('modalOverlay').style.display = 'none'; }; };