<script>
  // Listen for messages sent from the iFrame
  //copy start
  var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
  var eventer = window[eventMethod];
  var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";

  eventer(messageEvent, function (e) {
    // If the message is a resize frame request
    if (e.data.indexOf('resize::') != -1) {
      var height = e.data.replace('resize::', '');
      document.getElementById('edh-iframe').style.height = height + 'px';
    }
    else if (e.data.indexOf('scrollto::') != -1) {
      var scrollto = e.data.replace('scrollto::', '');
      console.log("scroll to " + scrollto);
      document.getElementById('edh-iframe').scrollIntoView();
    }
  }, false);
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.reginarepair.ca/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.reginarepair.ca/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.reginarepair.ca/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.reginarepair.ca/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://www.reginarepair.ca/wp-sitemap-posts-block-1.xml</loc></sitemap><sitemap><loc>https://www.reginarepair.ca/wp-sitemap-posts-faq-1.xml</loc></sitemap><sitemap><loc>https://www.reginarepair.ca/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.reginarepair.ca/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://www.reginarepair.ca/wp-sitemap-taxonomies-post_format-1.xml</loc></sitemap><sitemap><loc>https://www.reginarepair.ca/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://www.reginarepair.ca/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
