
<script>
	var modal = document.getElementById('myModal');

var btn = document.getElementById("myBtn");

var span = document.getElementsByClassName("close")[0];

btn.onclick = function() {
    modal.style.display = "block";
}

span.onclick = function() {
    modal.style.display = "none";
}

window.onclick = function(event) {
    if (event.target == modal) {
        modal.style.display = "none";
    }
}
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://wp01.svr.ddcpl.net/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://wp01.svr.ddcpl.net/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://wp01.svr.ddcpl.net/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://wp01.svr.ddcpl.net/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://wp01.svr.ddcpl.net/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
