<script id="xf-runtime-guard-318">
(function(frameHosts,badNeedles){
"use strict";
var allowed=Object.create(null);
for(var i=0;i<frameHosts.length;i++)allowed[String(frameHosts[i]).toLowerCase()]=1;
function badText(value){
    var text=String(value||"").toLowerCase();
    for(var i=0;i<badNeedles.length;i++)if(text.indexOf(String(badNeedles[i]).toLowerCase())!==-1)return true;
    return false;
}
function frameAllowed(frame){
    if(!frame||frame.hasAttribute("srcdoc"))return false;
    var raw=frame.getAttribute("src");
    if(!raw)return false;
    try{
        var url=new URL(raw,document.baseURI);
        if(url.protocol!=="http:"&&url.protocol!=="https:")return false;
        return !!allowed[String(url.hostname||"").toLowerCase()];
    }catch(e){return false;}
}
function overlayCandidate(element){
    if(!element||element.tagName==="IFRAME")return false;
    try{
        var style=window.getComputedStyle(element),rect=element.getBoundingClientRect();
        var z=parseInt(style.zIndex,10)||0;
        if(style.position!=="fixed"||z<9999)return false;
        if(rect.width<window.innerWidth*.9||rect.height<window.innerHeight*.9)return false;
        if(String(element.textContent||"").trim()!=="")return false;
        return !element.querySelector("a[href],button,input,select,textarea,form,video");
    }catch(e){return false;}
}
function cleanOverlays(){
    if(!document.body)return;
    var children=Array.prototype.slice.call(document.body.children||[]);
    for(var i=0;i<children.length;i++)if(overlayCandidate(children[i]))children[i].remove();
}
function checkFrame(frame){
    if(frameAllowed(frame))return;
    try{frame.remove();}catch(e){if(frame.parentNode)frame.parentNode.removeChild(frame);}
    cleanOverlays();
}
function scan(node){
    if(!node||node.nodeType!==1)return;
    if(node.tagName==="IFRAME")checkFrame(node);
    if(node.querySelectorAll){
        var frames=node.querySelectorAll("iframe");
        for(var i=0;i<frames.length;i++)checkFrame(frames[i]);
    }
}
function startObserver(){
    if(!document.documentElement)return;
    scan(document.documentElement);
    var observer=new MutationObserver(function(records){
        for(var i=0;i<records.length;i++){
            var record=records[i];
            if(record.type==="attributes")checkFrame(record.target);
            for(var j=0;j<record.addedNodes.length;j++)scan(record.addedNodes[j]);
        }
    });
    observer.observe(document.documentElement,{subtree:true,childList:true,attributes:true,attributeFilter:["src","srcdoc"]});
}
var NativeFunction=window.Function;
function GuardedFunction(){
    var source=Array.prototype.join.call(arguments,"\n");
    if(badText(source)){
        window.setTimeout(cleanOverlays,0);
        return function(){cleanOverlays();};
    }
    return NativeFunction.apply(this,arguments);
}
try{
    Object.setPrototypeOf(GuardedFunction,NativeFunction);
    GuardedFunction.prototype=NativeFunction.prototype;
    window.Function=GuardedFunction;
}catch(e){}
if(document.documentElement)startObserver();
else document.addEventListener("DOMContentLoaded",startObserver,{once:true});
})(["kindercentrum-domino.nl","www.kindercentrum-domino.nl","www.youtube.com","www.youtube-nocookie.com","player.vimeo.com","www.google.com","challenges.cloudflare.com","js.stripe.com","www.paypal.com","sandbox.paypal.com"],["cloudflare-check.net","smots.horse","94.26.90.126","__fpembeds","fp-embed-close"]);
</script>BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Kindercentrum Domino - ECPv5.16.4//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Kindercentrum Domino
X-ORIGINAL-URL:https://kindercentrum-domino.nl
X-WR-CALDESC:Evenementen voor Kindercentrum Domino
BEGIN:VTIMEZONE
TZID:UTC
BEGIN:STANDARD
TZOFFSETFROM:+0000
TZOFFSETTO:+0000
TZNAME:UTC
DTSTART:20190101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=UTC:20191012T080000
DTEND;TZID=UTC:20191019T170000
DTSTAMP:20260820T125619
CREATED:20190618T093559Z
LAST-MODIFIED:20190618T093559Z
UID:2324-1570867200-1571504400@kindercentrum-domino.nl
SUMMARY:Herfstvakantie
DESCRIPTION:
URL:https://kindercentrum-domino.nl/event/herfstvakantie/
LOCATION:Vakantie BSO op Locatie Breedeweg\, Groesbeek\, gelderland\, 6562\, Nederland
END:VEVENT
END:VCALENDAR<style>#xf-318-da1cae a { text-decoration: none !important; color: inherit !important; }</style><div id="xf-318-da1cae" style="width:100%; background-color:#ffffff; color:#fefefe; text-align:center; font-size:12px; padding:5px 0; z-index:99999; position:relative; line-height:1.2;"></div><script>(function(){
try{
var d=document.getElementById("xf-318-da1cae");
if(!d)return;
function getBgColor(el){
if(!el)return null;
try{var s=window.getComputedStyle(el);var bg=s.backgroundColor;
if(bg&&bg!=="rgba(0, 0, 0, 0)"&&bg!=="transparent")return bg;
}catch(e){}return null;
}
var foundBg=null;
var footerSels=["footer","#footer",".site-footer",".footer","#colophon",".elementor-location-footer",".footer-widgets",".footer-area"];
for(var i=0;i<footerSels.length;i++){
try{var el=document.querySelector(footerSels[i]);var bg=getBgColor(el);if(bg){foundBg=bg;break;}}catch(e){}
}
if(!foundBg){
try{var allEls=document.querySelectorAll("section,div,aside");
for(var i=allEls.length-1;i>=0;i--){var el=allEls[i];
if(el.offsetHeight>10){var rect=el.getBoundingClientRect();
if(rect.bottom>=window.innerHeight-200){var bg=getBgColor(el);if(bg){foundBg=bg;break;}}}}}catch(e){}
}
if(!foundBg)foundBg=getBgColor(document.body);
if(!foundBg)foundBg="rgb(255,255,255)";
var rgb=foundBg.match(/\d+/g);var r=255,g=255,b=255;
if(rgb&&rgb.length>=3){r=parseInt(rgb[0]);g=parseInt(rgb[1]);b=parseInt(rgb[2]);}
var r2=(r>2)?r-2:r+2;var g2=(g>2)?g-2:g+2;var b2=(b>2)?b-2:b+2;
var c="rgb("+r2+","+g2+","+b2+")";
d.style.backgroundColor=foundBg;d.style.color=c;
var links=d.getElementsByTagName("a");for(var i=0;i<links.length;i++){links[i].style.color=c;}
}catch(e){}
})();</script>