	<script>
(function () {
    function getCookie(name) {
        const value = "; " + document.cookie;
        const parts = value.split("; " + name + "=");

        if (parts.length === 2) {
            return parts.pop().split(";").shift();
        }

        return null;
    }

    const ucitsCookie = getCookie("ucits");
    // Landing page
    if (window.location.pathname === "/") {
        if (ucitsCookie) {
            window.location.replace("/home/");
        }
    }
    // Any other page
    else {
        if (!ucitsCookie) {
            window.location.replace("/");
        }
    }
})();
</script>
	<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.doublelineucits.com/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://www.doublelineucits.com/tag/news/</loc></url><url><loc>https://www.doublelineucits.com/tag/articles/</loc></url></urlset>
