<script>
// // // Get the query string from the URL
const queryString = window.location.search;

// Parse the query string
const urlParams = new URLSearchParams(queryString);

	if (urlParams.has('sub5')) {
// Get specific parameters
 const s = urlParams.get('adclida'); 
const id = urlParams.get('sub5'); 
const id2 = urlParams.get('sub1'); 

window.addEventListener('load', (event) => {


// Get all <a> elements
const links = document.querySelectorAll('a');

// Loop through each <a> element
links.forEach(link => {
    // Create a new URL object from the href attribute
    let url = new URL(link.href);

    // Append a new parameter
    url.searchParams.append('sub5', id);
	url.searchParams.append('sub1', id2);

    // Update the href attribute with the new URL
    link.href = url.toString();
});
});}
	
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://apotheken-info.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://apotheken-info.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://apotheken-info.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://apotheken-info.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://apotheken-info.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
