
<script>
/*BUTTON COPY AYAH CLICK*/
function CopyToClipboard(id)
{
var r = document.createRange();
r.selectNode(document.getElementById(id));
window.getSelection().removeAllRanges();
window.getSelection().addRange(r);
document.execCommand('copy');
window.getSelection().removeAllRanges();
}
</script>

<script>
/*SHOW HIDE P OR DIV CLICK*/
function toggleText(class_name){
const elements = document.getElementsByClassName(class_name);
  for (const e of elements) {
   if (e.style.display === "none") {
    e.style.display = "block";
  	} else {
    e.style.display = "none";
 	}
  }
}
</script>

<script>
/*TAB CLICK*/
function openMyTab(evt, varName) {
  var i, x, tablinks;
  x = document.getElementsByClassName("QuranList");
  for (i = 0; i < x.length; i++) {
    x[i].style.display = "none";
  }

  document.getElementById(varName).style.display = "block";
}
</script>

<script>
/* DROPDOWN MENU CLICK */
/* When the user clicks on the button, toggle between hiding and showing the dropdown content */
function myFunction() {
  document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
  if (!event.target.matches('.dropbtn')) {
    var dropdowns = document.getElementsByClassName("dropdown-content");
    var i;
    for (i = 0; i < dropdowns.length; i++) {
      var openDropdown = dropdowns[i];
      if (openDropdown.classList.contains('show')) {
        openDropdown.classList.remove('show');
      }
    }
  }
}
</script>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//daaralatsarindonesia.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://daaralatsarindonesia.com/post-sitemap.xml</loc>
		<lastmod>2026-07-11T15:10:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://daaralatsarindonesia.com/post-sitemap2.xml</loc>
		<lastmod>2026-07-11T15:10:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://daaralatsarindonesia.com/page-sitemap.xml</loc>
		<lastmod>2026-07-11T22:53:05+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://daaralatsarindonesia.com/category-sitemap.xml</loc>
		<lastmod>2026-07-11T15:10:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://daaralatsarindonesia.com/post_tag-sitemap.xml</loc>
		<lastmod>2026-07-11T15:10:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://daaralatsarindonesia.com/author-sitemap.xml</loc>
		<lastmod>2025-10-27T02:39:04+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->