<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.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://musiciansforiran.com/defending-freedom-of-expression-through-music-in-iran/</loc><lastmod>2025-04-05T02:39:36+00:00</lastmod></url><url><loc>https://musiciansforiran.com/defending-freedom-of-expression-through-music-in-iran-1/</loc><lastmod>2025-04-05T02:49:21+00:00</lastmod></url><url><loc>https://musiciansforiran.com/defending-freedom-of-expression-through-music-in-iran-2/</loc><lastmod>2025-04-05T02:49:44+00:00</lastmod></url></urlset>
