<script>
var yourElement = document;
 var args = [];
    var orginalAddEvent = yourElement.addEventListener;

    yourElement.addEventListener = function() {
        //console.log(arguments);
        args[args.length] = arguments[0];
        args[args.length] = arguments[1];
        orginalAddEvent.apply(this, arguments);
    };

    function removeListeners() {
        for(var n=0;n<args.length;n+=2) {
            yourElement.removeEventListener(args[n], args[n+1]);
        }
    }
</script>














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