
		
		// FIX thay text CỤC ANTT → VN-CERT BCA
function replace_text_frontend() {
    ?>
    <script>
    document.addEventListener("DOMContentLoaded", function() {

        function replaceText(node) {
            if (node.nodeType === 3) {
                node.nodeValue = node.nodeValue.replace(/CỤC ANTT/g, 'TRUNG TÂM VN-CERT BCA');
            } else {
                for (let i = 0; i < node.childNodes.length; i++) {
                    replaceText(node.childNodes[i]);
                }
            }
        }

        replaceText(document.body);

    });
    </script>
    <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//cuocgoithuonghieu.vn/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://cuocgoithuonghieu.vn/2017/10/25/hello-world/</loc>
		<lastmod>2017-10-25T15:07:44+07:00</lastmod>
	</url>
</urlset>
<!-- XML Sitemap generated by Yoast SEO -->