<script>
                setTimeout(function() {
                    var popupId = ;
                    var isTestMode = false;
                    
                    // For test mode, always show (ignore localStorage completely)
                    if (isTestMode) {
                        var popup = document.getElementById('simple-popup-' + popupId);
                        if (popup) {
                            popup.style.display = 'flex';
                        }
                    } else {
                        // For normal mode, check if this specific popup was closed
                        var storageKey = 'popup_closed_' + popupId;
                        if (!localStorage.getItem(storageKey)) {
                            var popup = document.getElementById('simple-popup-' + popupId);
                            if (popup) {
                                popup.style.display = 'flex';
                                
                                // Track view (only if not test mode)
                                if (typeof simple_popup_ajax <?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xsl' href='https://wavrida.com/wp-content/plugins/google-sitemap-generator/sitemap.xsl'?><!-- sitemap-generator-url='http://www.arnebrachhold.de' sitemap-generator-version='4.1.19' -->
<!-- generated-on='April 3, 2026 9:35 pm' -->
<sitemapindex xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd' xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>	<sitemap>
		<loc>https://wavrida.com/sitemap-misc.xml</loc>
		<lastmod>2026-04-01T02:04:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://wavrida.com/post-sitemap.xml</loc>
		<lastmod>2026-04-01T02:04:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://wavrida.com/page-sitemap.xml</loc>
		<lastmod>2025-08-15T03:48:17+00:00</lastmod>
	</sitemap>
</sitemapindex><!-- Request ID: 5a544a0d77abb59a40c04802107ecd51; Queries for sitemap: 5; Total queries: 62; Seconds: 0; Memory for sitemap: 1KB; Total memory: 8MB -->
