<script>
document.addEventListener("DOMContentLoaded", function () {

    const frequency = document.getElementById("gf_delete_frequency");
    const customWrapper = document.getElementById("gf_custom_days_wrapper");
    const customInput = document.getElementById("gf_delete_custom");

    function toggleCustomDays() {
        if (frequency.value === "custom") {
            customWrapper.style.display = "flex";
            customInput.disabled = false;
        } else {
            customWrapper.style.display = "none";
            customInput.disabled = true;
        }
    }

    frequency.addEventListener("change", toggleCustomDays);

    // Run on page load
    toggleCustomDays();
});
</script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//blueravensolar.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://blueravensolar.com/post-sitemap.xml</loc>
		<lastmod>2026-03-02T22:41:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://blueravensolar.com/page-sitemap.xml</loc>
		<lastmod>2026-03-25T10:52:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://blueravensolar.com/press-sitemap.xml</loc>
		<lastmod>2025-05-19T19:29:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://blueravensolar.com/awsm_team_filters-sitemap.xml</loc>
		<lastmod>2021-06-03T19:06:39+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->