<script>
var acc = document.getElementsByClassName("accordion");
var i;

for (i = 0; i < acc.length; i++) {
  acc[i].addEventListener("click", function() {
    /* Toggle between adding and removing the "active" class,
    to highlight the button that controls the panel */
    this.classList.toggle("active");

    /* Toggle between hiding and showing the active panel */
    var panel = this.nextElementSibling;
    if (panel.style.display === "block") {
      panel.style.display = "none";
    } else {
      panel.style.display = "block";
    }
  });
}
</script>

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