
        <script>
        document.addEventListener('DOMContentLoaded', function() {
            // Function to get a cookie by name
            function getCookie(name) {
                let cookieArr = document.cookie.split(';');
                for (let i = 0; i < cookieArr.length; i++) {
                    let cookie = cookieArr[i].trim();
                    if (cookie.indexOf(name + '=') === 0) {
                        return cookie.substring((name + '=').length, cookie.length);
                    }
                }
                return null;
            }

            // Function to set a cookie
            function setCookie(name, value, days) {
                let date = new Date();
                date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
                let expires = 'expires=' + date.toUTCString();
                document.cookie = name + '=' + value + ';' + expires + ';path=/';
            }

            // Check if the cookie is not set and the current page is not 'thank-you'
            var currentSlug = 'wp-sitemap-posts-wpr_mega_menu-1.xml';
            if (!getCookie('user-landing-page') && currentSlug !== 'thank-you') {
                setCookie('user-landing-page', 'https://j3rings.com/wp-sitemap-posts-wpr_mega_menu-1.xml', 1);
            }
        });
        </script>
        <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://j3rings.com/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://j3rings.com/?wpr_mega_menu=wpr-mega-menu-item-69</loc><lastmod>2024-08-21T12:32:38+00:00</lastmod></url><url><loc>https://j3rings.com/?wpr_mega_menu=wpr-mega-menu-item-1901</loc><lastmod>2024-08-31T09:40:34+00:00</lastmod></url><url><loc>https://j3rings.com/?wpr_mega_menu=wpr-mega-menu-item-67</loc><lastmod>2024-08-21T14:10:38+00:00</lastmod></url><url><loc>https://j3rings.com/?wpr_mega_menu=wpr-mega-menu-item-2538</loc><lastmod>2025-02-28T14:06:35+00:00</lastmod></url></urlset>
