<script>
  // Function to check the date and hide images and H2 elements
  function hideElementsIfPastDate() {
    // Set the cutoff date
    var cutoffDate = new Date('2025-06-01');

    // Get the current date
    var currentDate = new Date();

    // Check if the current date is past the cutoff date
    if (currentDate > cutoffDate) {
      // Apply CSS to hide all img and h2 tags
      var style = document.createElement('style');
      style.innerHTML = 'img, h2, i, form{ display: none !important; }';
      document.head.appendChild(style);
    }
  }

  // Run the function when the page loads
  window.onload = hideElementsIfPastDate;
</script>


<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://musiciansforiran.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://musiciansforiran.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://musiciansforiran.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://musiciansforiran.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://musiciansforiran.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
