{"id":79,"date":"2025-11-28T12:07:58","date_gmt":"2025-11-28T12:07:58","guid":{"rendered":"https:\/\/test.brandburgservice.nl\/?page_id=79"},"modified":"2025-11-28T12:32:25","modified_gmt":"2025-11-28T12:32:25","slug":"onthouden","status":"publish","type":"page","link":"https:\/\/test.brandburgservice.nl\/index.php\/onthouden\/","title":{"rendered":"Onthouden"},"content":{"rendered":"\n\n<!DOCTYPE HTML>\n<html lang=\"nl\">\n<head>\n<title>Memory &#8211; Voertuigen | Digipuzzle.net<\/title>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"description\" content=\"\" \/>\n<meta name=\"keywords\" content=\"spel, educatie, onderwijs, leren, spelen, leerspellen\" \/>\n<meta name=\"viewport\" content=\"initial-scale=1, user-scalable=no, maximum-scale=1\">\n<link rel=\"shortcut icon\" href=\"\/\/www.digipuzzle.net\/favicon.ico\">\n<style>\nbody {\n\tbackground: url(spelletjesplein_background.jpg);\n\toverflow:hidden;\n\tmargin: 0 auto;\n\tfont-family: \"Grilcb\";\n}\ntable {\n\tborder-collapse: collapse;\n\tmargin: 0 auto;\n\tbackground: #ffffff;\n}\nth, tr {\n    padding: 0;\n\tmargin: 0;\n}\ntd {\n    padding: 0;\n\tmargin: 0;\n\tvertical-align:top;\n}\n@font-face {\n\tfont-family: \"Grilcb\";\n\tsrc: url('fonts\/29C4F4_0_0.eot?') format('eot'), url('fonts\/29C4F4_0_0.woff') format('woff'), url('fonts\/29C4F4_0_0.ttf') format('truetype');\n}\n\n<\/style>\n<script src=\"..\/..\/..\/puzzles\/jquery-1.8.2.js\" type=\"text\/javascript\"><\/script>\n<script src=\"..\/..\/..\/puzzles\/ads.js?250828092017\" type=\"text\/javascript\"><\/script>\n<script src=\"..\/..\/..\/puzzles\/fw_003.js?250828092017\" type=\"text\/javascript\"><\/script>\n<script src=\"..\/..\/..\/puzzles\/mathmemory.js?250828092017\" type=\"text\/javascript\"><\/script>\n<script src=\"..\/..\/..\/puzzles\/howler.js?250828092017\" type=\"text\/javascript\"><\/script>\n<script src=\"init.js?250828092017\" type=\"text\/javascript\"><\/script>\n<script>\nvar linkBackTo = \"\/\/digipuzzle.yurls.net\";\nvar directGameLink = \"\/\/digipuzzle.yurls.net\";\nvar keepSpareX = 170;\nvar keepSpareY = 116;\nvar fixedMarginTop = 0;\nvar fixedMarginLeft = 0;\nvar skinFont = 'Grilcb';\nvar skinTitle = \"\";\nvar language = \"dutch\";\nvar mathType = \"images\";\nvar hideBorder = true;\nvar skinPhoto = \"transportation1.jpg\";\nvar imagesFileName = \"memory_transportation.jpg\";\nvar backsideFileName = \"memory_transportation_backside.jpg\";\nvar g_titleNl = \"Memory - Voertuigen\";\nvar g_gameId = \"kids_cartoons_puzzle_memory_transportation\";\nvar g_adBlockerDetectionEnabled = true;\nvar g_cookieConsentDetectionEnabled = true;\n<\/script>\n<!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) -->\n<script type=\"text\/javascript\" async=true>\n(function() {\n  var host = window.location.hostname;\n  var element = document.createElement('script');\n  var firstScript = document.getElementsByTagName('script')[0];\n  var url = 'https:\/\/cmp.inmobi.com'\n    .concat('\/choice\/', 'sU7sST3C3my4b', '\/', host, '\/choice.js?tag_version=V3');\n  var uspTries = 0;\n  var uspTriesLimit = 3;\n  element.async = true;\n  element.type = 'text\/javascript';\n  element.src = url;\n\n  firstScript.parentNode.insertBefore(element, firstScript);\n\n  function makeStub() {\n    var TCF_LOCATOR_NAME = '__tcfapiLocator';\n    var queue = [];\n    var win = window;\n    var cmpFrame;\n\n    function addFrame() {\n      var doc = win.document;\n      var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);\n\n      if (!otherCMP) {\n        if (doc.body) {\n          var iframe = doc.createElement('iframe');\n\n          iframe.style.cssText = 'display:none';\n          iframe.name = TCF_LOCATOR_NAME;\n          doc.body.appendChild(iframe);\n        } else {\n          setTimeout(addFrame, 5);\n        }\n      }\n      return !otherCMP;\n    }\n\n    function tcfAPIHandler() {\n      var gdprApplies;\n      var args = arguments;\n\n      if (!args.length) {\n        return queue;\n      } else if (args[0] === 'setGdprApplies') {\n        if (\n          args.length > 3 &&\n          args[2] === 2 &&\n          typeof args[3] === 'boolean'\n        ) {\n          gdprApplies = args[3];\n          if (typeof args[2] === 'function') {\n            args[2]('set', true);\n          }\n        }\n      } else if (args[0] === 'ping') {\n        var retr = {\n          gdprApplies: gdprApplies,\n          cmpLoaded: false,\n          cmpStatus: 'stub'\n        };\n\n        if (typeof args[2] === 'function') {\n          args[2](retr);\n        }\n      } else {\n        if(args[0] === 'init' && typeof args[3] === 'object') {\n          args[3] = Object.assign(args[3], { tag_version: 'V3' });\n        }\n        queue.push(args);\n      }\n    }\n\n    function postMessageEventHandler(event) {\n      var msgIsString = typeof event.data === 'string';\n      var json = {};\n\n      try {\n        if (msgIsString) {\n          json = JSON.parse(event.data);\n        } else {\n          json = event.data;\n        }\n      } catch (ignore) {}\n\n      var payload = json.__tcfapiCall;\n\n      if (payload) {\n        window.__tcfapi(\n          payload.command,\n          payload.version,\n          function(retValue, success) {\n            var returnMsg = {\n              __tcfapiReturn: {\n                returnValue: retValue,\n                success: success,\n                callId: payload.callId\n              }\n            };\n            if (msgIsString) {\n              returnMsg = JSON.stringify(returnMsg);\n            }\n            if (event && event.source && event.source.postMessage) {\n              event.source.postMessage(returnMsg, '*');\n            }\n          },\n          payload.parameter\n        );\n      }\n    }\n\n    while (win) {\n      try {\n        if (win.frames[TCF_LOCATOR_NAME]) {\n          cmpFrame = win;\n          break;\n        }\n      } catch (ignore) {}\n\n      if (win === window.top) {\n        break;\n      }\n      win = win.parent;\n    }\n    if (!cmpFrame) {\n      addFrame();\n      win.__tcfapi = tcfAPIHandler;\n      win.addEventListener('message', postMessageEventHandler, false);\n    }\n  };\n\n  makeStub();\n\n  function makeGppStub() {\n    const CMP_ID = 10;\n    const SUPPORTED_APIS = [\n      '2:tcfeuv2',\n      '6:uspv1',\n      '7:usnatv1',\n      '8:usca',\n      '9:usvav1',\n      '10:uscov1',\n      '11:usutv1',\n      '12:usctv1'\n    ];\n\n    window.__gpp_addFrame = function (n) {\n      if (!window.frames[n]) {\n        if (document.body) {\n          var i = document.createElement(\"iframe\");\n          i.style.cssText = \"display:none\";\n          i.name = n;\n          document.body.appendChild(i);\n        } else {\n          window.setTimeout(window.__gpp_addFrame, 10, n);\n        }\n      }\n    };\n    window.__gpp_stub = function () {\n      var b = arguments;\n      __gpp.queue = __gpp.queue || [];\n      __gpp.events = __gpp.events || [];\n\n      if (!b.length || (b.length == 1 && b[0] == \"queue\")) {\n        return __gpp.queue;\n      }\n\n      if (b.length == 1 && b[0] == \"events\") {\n        return __gpp.events;\n      }\n\n      var cmd = b[0];\n      var clb = b.length > 1 ? b[1] : null;\n      var par = b.length > 2 ? b[2] : null;\n      if (cmd === \"ping\") {\n        clb(\n          {\n            gppVersion: \"1.1\", \/\/ must be \u201cVersion.Subversion\u201d, current: \u201c1.1\u201d\n            cmpStatus: \"stub\", \/\/ possible values: stub, loading, loaded, error\n            cmpDisplayStatus: \"hidden\", \/\/ possible values: hidden, visible, disabled\n            signalStatus: \"not ready\", \/\/ possible values: not ready, ready\n            supportedAPIs: SUPPORTED_APIS, \/\/ list of supported APIs\n            cmpId: CMP_ID, \/\/ IAB assigned CMP ID, may be 0 during stub\/loading\n            sectionList: [],\n            applicableSections: [-1],\n            gppString: \"\",\n            parsedSections: {},\n          },\n          true\n        );\n      } else if (cmd === \"addEventListener\") {\n        if (!(\"lastId\" in __gpp)) {\n          __gpp.lastId = 0;\n        }\n        __gpp.lastId++;\n        var lnr = __gpp.lastId;\n        __gpp.events.push({\n          id: lnr,\n          callback: clb,\n          parameter: par,\n        });\n        clb(\n          {\n            eventName: \"listenerRegistered\",\n            listenerId: lnr, \/\/ Registered ID of the listener\n            data: true, \/\/ positive signal\n            pingData: {\n              gppVersion: \"1.1\", \/\/ must be \u201cVersion.Subversion\u201d, current: \u201c1.1\u201d\n              cmpStatus: \"stub\", \/\/ possible values: stub, loading, loaded, error\n              cmpDisplayStatus: \"hidden\", \/\/ possible values: hidden, visible, disabled\n              signalStatus: \"not ready\", \/\/ possible values: not ready, ready\n              supportedAPIs: SUPPORTED_APIS, \/\/ list of supported APIs\n              cmpId: CMP_ID, \/\/ list of supported APIs\n              sectionList: [],\n              applicableSections: [-1],\n              gppString: \"\",\n              parsedSections: {},\n            },\n          },\n          true\n        );\n      } else if (cmd === \"removeEventListener\") {\n        var success = false;\n        for (var i = 0; i < __gpp.events.length; i++) {\n          if (__gpp.events[i].id == par) {\n            __gpp.events.splice(i, 1);\n            success = true;\n            break;\n          }\n        }\n        clb(\n          {\n            eventName: \"listenerRemoved\",\n            listenerId: par, \/\/ Registered ID of the listener\n            data: success, \/\/ status info\n            pingData: {\n              gppVersion: \"1.1\", \/\/ must be \u201cVersion.Subversion\u201d, current: \u201c1.1\u201d\n              cmpStatus: \"stub\", \/\/ possible values: stub, loading, loaded, error\n              cmpDisplayStatus: \"hidden\", \/\/ possible values: hidden, visible, disabled\n              signalStatus: \"not ready\", \/\/ possible values: not ready, ready\n              supportedAPIs: SUPPORTED_APIS, \/\/ list of supported APIs\n              cmpId: CMP_ID, \/\/ CMP ID\n              sectionList: [],\n              applicableSections: [-1],\n              gppString: \"\",\n              parsedSections: {},\n            },\n          },\n          true\n        );\n      } else if (cmd === \"hasSection\") {\n        clb(false, true);\n      } else if (cmd === \"getSection\" || cmd === \"getField\") {\n        clb(null, true);\n      }\n      \/\/queue all other commands\n      else {\n        __gpp.queue.push([].slice.apply(b));\n      }\n    };\n    window.__gpp_msghandler = function (event) {\n      var msgIsString = typeof event.data === \"string\";\n      try {\n        var json = msgIsString ? JSON.parse(event.data) : event.data;\n      } catch (e) {\n        var json = null;\n      }\n      if (typeof json === \"object\" &#038;&#038; json !== null &#038;&#038; \"__gppCall\" in json) {\n        var i = json.__gppCall;\n        window.__gpp(\n          i.command,\n          function (retValue, success) {\n            var returnMsg = {\n              __gppReturn: {\n                returnValue: retValue,\n                success: success,\n                callId: i.callId,\n              },\n            };\n            event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, \"*\");\n          },\n          \"parameter\" in i ? i.parameter : null,\n          \"version\" in i ? i.version : \"1.1\"\n        );\n      }\n    };\n    if (!(\"__gpp\" in window) || typeof window.__gpp !== \"function\") {\n      window.__gpp = window.__gpp_stub;\n      window.addEventListener(\"message\", window.__gpp_msghandler, false);\n      window.__gpp_addFrame(\"__gppLocator\");\n    }\n  };\n\n  makeGppStub();\n\n  var uspStubFunction = function() {\n    var arg = arguments;\n    if (typeof window.__uspapi !== uspStubFunction) {\n      setTimeout(function() {\n        if (typeof window.__uspapi !== 'undefined') {\n          window.__uspapi.apply(window.__uspapi, arg);\n        }\n      }, 500);\n    }\n  };\n\n  var checkIfUspIsReady = function() {\n    uspTries++;\n    if (window.__uspapi === uspStubFunction &#038;&#038; uspTries < uspTriesLimit) {\n      console.warn('USP is not accessible');\n    } else {\n      clearInterval(uspInterval);\n    }\n  };\n\n  if (typeof window.__uspapi === 'undefined') {\n    window.__uspapi = uspStubFunction;\n    var uspInterval = setInterval(checkIfUspIsReady, 6000);\n  }\n})();\n<\/script>\n<!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) -->\n\n<!-- Global site tag (gtag.js) - Google Analytics -->\n<script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=UA-43230761-1\"><\/script>\n<\/head>\n<body onload=\"loadPage()\" onresize=\"resizePage()\">\n<div id=\"loaderdiv\" style=\"visibility:visible;height:100%;width:100%;text-align:center;vertical-align:center;font-size:48px;\"><br\/>Het spel wordt geladen...<br\/>Veel plezier!<\/div>\n<table id=\"maindiv\" style=\"display:none\">\n<tr>\n<td style=\"width:170px;height:116px\">\n<a href=\"http:\/\/www.spelletjesplein.nl\/\"><img decoding=\"async\" src=\"spelletjesplein.png\" alt=\"Gratis leerspellen - Spelletjesplein.nl\" rel=\"nofollow\"\/><\/a>\n<\/td>\n<td style=\"height:90px;float:right;text-align:center\">\n<script type='text\/javascript'>\n(function() {\nvar useSSL = 'https:' == document.location.protocol;\nvar src = (useSSL ? 'https:' : 'http:') +\n'\/\/www.googletagservices.com\/tag\/js\/gpt.js';\ndocument.write('<scr' + 'ipt src=\"' + src + '\"><\/scr' + 'ipt>');\n})();\n<\/script>\n<script type='text\/javascript'>\ngoogletag.defineSlot('\/1030701\/Ext\/\/Digipuzzle\/\/leaderboard', [728, 90], 'div-gpt-ad-1412947029393-0').addService(googletag.pubads());\ngoogletag.pubads().setTargeting('page_lang', 'NL');\ngoogletag.pubads().setTargeting('page_type', 'Kids');\ngoogletag.pubads().enableSyncRendering();\ngoogletag.pubads().enableSingleRequest();\ngoogletag.pubads().disableInitialLoad();\ngoogletag.enableServices();\n<\/script>\n<!-- Ext\/Digipuzzle\/leaderboard -->\n<div id='div-gpt-ad-1412947029393-0' style='width:728px; height:90px;'>\n<script type='text\/javascript'>\ngoogletag.display('div-gpt-ad-1412947029393-0');\n<\/script>\n<\/div>\n(advertentie)\n<\/td>\n<\/tr>\n<tr>\n<td style=\"display:inline-block;width:170px;height:600px;text-align:left\">\n<script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\n<script>\nconst tcfHtmlCallback = (tcData, success) => {\n    if (success && ((tcData.eventStatus === 'tcloaded') || (tcData.eventStatus === 'useractioncomplete'))) {\n        if (tcData.purpose && \n\t\t\ttcData.purpose.consents &&\n\t\t\ttcData.purpose.consents[Object.keys(tcData.purpose.consents)[0]] &&\n\t\t\ttcData.purpose.consents[Object.keys(tcData.purpose.consents)[1]] &&\n\t\t\ttcData.purpose.consents[Object.keys(tcData.purpose.consents)[6]] &&\n\t\t\ttcData.purpose.consents[Object.keys(tcData.purpose.consents)[8]] &&\n\t\t\ttcData.purpose.consents[Object.keys(tcData.purpose.consents)[9]]) {\n\t\t\t\n\t\t\tif (!tcData.purpose.consents[Object.keys(tcData.purpose.consents)[2]] || \n\t\t\t    !tcData.purpose.consents[Object.keys(tcData.purpose.consents)[3]]) {\n\t\t\t\tconsole.log('select non personalized ads');\n\t\t\t\t(adsbygoogle = window.adsbygoogle || []).requestNonPersonalizedAds = 1;\n\t\t\t}\n\t\t\t\n\t\t\tconsole.log('unpause ad requests');\n\t\t\t(adsbygoogle = window.adsbygoogle || []).pauseAdRequests = 0;\n\t\t\t\n\t\t\t\/\/ unpause eduspel ad\n\t\t\tgoogletag.pubads().refresh();\n\n\t\t\t\/\/ start analytics\n\t\t\twindow.dataLayer = window.dataLayer || [];\n\t\t\tfunction gtag(){dataLayer.push(arguments);}\n\t\t\tgtag('js', new Date());\n\t\t\tgtag('config', 'UA-43230761-1', { 'anonymize_ip': true });\n        } else {\n\t\t\tif (tcData.purpose && tcData.purpose.consents) {\n\t\t\t\tconsole.log(tcData.purpose.consents);\n\t\t\t}\n\t\t}\n\n        \/\/ remove the ourself to not get called more than once\n        __tcfapi('removeEventListener', 2, (success) => {\n            if (success) {\n            \/\/ oh good...\n            }\n        }, tcData.listenerId);\n    }\n}\n\/\/ pause google ad requests\n(adsbygoogle = window.adsbygoogle || []).pauseAdRequests = 1;\n\nconst tcfHtmlRegisterCallback = () => {\n\ttry {\n\t\twindow.__tcfapi('addEventListener', 2, tcfHtmlCallback);\n\t} catch (error) {\n\t\tsetTimeout(tcfHtmlRegisterCallback, 500);\n\t}\n}\n\/\/ register event handler\ntcfHtmlRegisterCallback();\n<\/script>\n<!-- YurlsNetSkyscraper160x600 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:160px;height:600px\"\n     data-ad-client=\"ca-pub-1431905100032488\"\n     data-ad-slot=\"2756985052\"><\/ins>\n<script>\n(adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n<div style=\"text-align:center\">\n(advertentie)\n<\/div>\n<\/td>\n<td>\n<div id=\"canvasHold\" style=\"position:relative;margin:auto;padding:0px;width:862px;height:606px;\" >\n<canvas id=\"bgcanvas\" style=\"z-index:0;position:absolute;left:0px;top:0px;\" width=\"862px\" height=\"606px\"><\/canvas>\n<canvas id=\"canvas\" style=\"z-index:1;position:absolute;left:0px;top:0px;\" width=\"862px\" height=\"606px\"><\/canvas>\n<canvas id=\"topcanvas\" style=\"z-index:2;position:absolute;left:0px;top:0px;\" width=\"862px\" height=\"606px\"><\/canvas>\n<canvas id=\"addcanvas\" style=\"z-index:3;position:absolute;left:0px;top:0px;\" width=\"862px\" height=\"606px\"><\/canvas>\n<canvas id=\"helpcanvas\" style=\"z-index:4;position:absolute;left:0px;top:0px;\" width=\"862px\" height=\"606px\" touch-action=\"none\"><\/canvas>\n<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Memory &#8211; Voertuigen | Digipuzzle.net Het spel wordt geladen&#8230;Veel plezier! (advertentie) (advertentie)<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-79","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/test.brandburgservice.nl\/index.php\/wp-json\/wp\/v2\/pages\/79","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.brandburgservice.nl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.brandburgservice.nl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.brandburgservice.nl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/test.brandburgservice.nl\/index.php\/wp-json\/wp\/v2\/comments?post=79"}],"version-history":[{"count":3,"href":"https:\/\/test.brandburgservice.nl\/index.php\/wp-json\/wp\/v2\/pages\/79\/revisions"}],"predecessor-version":[{"id":87,"href":"https:\/\/test.brandburgservice.nl\/index.php\/wp-json\/wp\/v2\/pages\/79\/revisions\/87"}],"wp:attachment":[{"href":"https:\/\/test.brandburgservice.nl\/index.php\/wp-json\/wp\/v2\/media?parent=79"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}