\n"; var nodes = Array.from(t.content.childNodes); for (var i = 0; i < nodes.length; i++) { var node = nodes[i]; if (node.nodeType !== 1) continue; if (node.nodeName === 'SCRIPT') { var ns = document.createElement('script'); Array.from(node.attributes).forEach(function(a){ ns.setAttribute(a.name, a.value); }); if (node.textContent) ns.textContent = node.textContent; document.head.appendChild(ns); } else { document.head.appendChild(node.cloneNode(true)); } } })();
Test Life In The UK

Create your account

Join us and pass the Life in the UK test

Min 8 chars, uppercase, number, & special char

Or continue with
Already have an account? Sign in