<? function truncate($string, $limit, $break=".", $pad="...") {

       if(strlen($string) <= $limit) return $string;

       if(false !== ($breakpoint = strpos($string, $break, $limit))) {
               if($breakpoint < strlen($string) - 1) {
                $string = substr($string, 0, $breakpoint) . $pad;
               }
       }
       return $string;
}
?>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.brotherwood.cl/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.brotherwood.cl/page-sitemap.xml</loc>
		<lastmod>2022-06-16T21:56:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.brotherwood.cl/slider-sitemap.xml</loc>
		<lastmod>2019-08-19T00:20:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.brotherwood.cl/noticia-sitemap.xml</loc>
		<lastmod>2019-10-02T21:33:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.brotherwood.cl/banner300x250-sitemap.xml</loc>
		<lastmod>2019-08-16T19:44:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.brotherwood.cl/banner728x90-sitemap.xml</loc>
		<lastmod>2020-10-03T23:20:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.brotherwood.cl/banner300x600-sitemap.xml</loc>
		<lastmod>2020-10-03T23:28:21+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->