CINXE.COM

Newsround topics: Climate change and pollution - CBBC Newsround

<!DOCTYPE html><html lang="en" class="b-pw-1280 b-reith-sans-font no-touch no-js"><head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.co.uk/newsround/52712926","20201001144142","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1601563302"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <script> window.orb_fig_blocking = false window.bbcredirection = { geo: false, device: false }; </script> <!-- Environment: live --> <!-- Orbit: 3.0.0-1080.3a4ef6f9 --> <!-- istats Web Module: 0.0.2-477.3a39ca0 --> <!-- navid Web Module: 0.2.0-21.719d1f6 --> <!-- User Activity Helper Web Module: 1.0.0-86.88e40f8 --> <!-- cookiebanner Web Module: 0.0.2-477.3a39ca0 --> <!-- searchbox Web Module: 3.0.0-164.bee1eea --> <!-- navpromo Web Module: 3.0.0-153.7cba724 --> <meta name="viewport" content="width=device-width, initial-scale=1.0"><meta property="fb:admins" content="100004154058350"><link rel="stylesheet" href="https://web.archive.org/web/20201001144142cs_/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/css/orb-ltr.min.css"><!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/css/orb-ie-ltr.min.css"> <![endif]--><script type="text/javascript">/*<![CDATA[*/ window.orb = { lang: 'en', bbcBaseUrl: 'https://web.archive.org/web/20201001144142/https://www.bbc.co.uk', bbcUrlPrefix: 'https://web.archive.org/web/20201001144142/https://www.', staticHost: 'https://web.archive.org/web/20201001144142/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f', figUrl: 'https://web.archive.org/web/20201001144142/https://fig.bbc.co.uk/frameworks/fig/2/fig.js', partialCookieOvenUrl: 'https://web.archive.org/web/20201001144142/https://cookie-oven.api.bbc' }; document.documentElement.className += (document.documentElement.className? ' ' : '') + 'orb-js'; window.orb.worldwideNavlinks = ''; /*]]>*/</script><script>// Promise polyfill from https://github.com/bramstein/promis (function(){'use strict';var f,g=[];function l(a){g.push(a);1==g.length&&f()}function m(){for(;g.length;)g[0](),g.shift()}f=function(){setTimeout(m)};function n(a){this.a=p;this.b=void 0;this.f=[];var b=this;try{a(function(a){q(b,a)},function(a){r(b,a)})}catch(c){r(b,c)}}var p=2;function t(a){return new n(function(b,c){c(a)})}function u(a){return new n(function(b){b(a)})}function q(a,b){if(a.a==p){if(b==a)throw new TypeError;var c=!1;try{var d=b&&b.then;if(null!=b&&"object"==typeof b&&"function"==typeof d){d.call(b,function(b){c||q(a,b);c=!0},function(b){c||r(a,b);c=!0});return}}catch(e){c||r(a,e);return}a.a=0;a.b=b;v(a)}} function r(a,b){if(a.a==p){if(b==a)throw new TypeError;a.a=1;a.b=b;v(a)}}function v(a){l(function(){if(a.a!=p)for(;a.f.length;){var b=a.f.shift(),c=b[0],d=b[1],e=b[2],b=b[3];try{0==a.a?"function"==typeof c?e(c.call(void 0,a.b)):e(a.b):1==a.a&&("function"==typeof d?e(d.call(void 0,a.b)):b(a.b))}catch(h){b(h)}}})}n.prototype.g=function(a){return this.c(void 0,a)};n.prototype.c=function(a,b){var c=this;return new n(function(d,e){c.f.push([a,b,d,e]);v(c)})}; function w(a){return new n(function(b,c){function d(c){return function(d){h[c]=d;e+=1;e==a.length&&b(h)}}var e=0,h=[];0==a.length&&b(h);for(var k=0;k<a.length;k+=1)u(a[k]).c(d(k),c)})}function x(a){return new n(function(b,c){for(var d=0;d<a.length;d+=1)u(a[d]).c(b,c)})};window.Promise||(window.Promise=n,window.Promise.resolve=u,window.Promise.reject=t,window.Promise.race=x,window.Promise.all=w,window.Promise.prototype.then=n.prototype.c,window.Promise.prototype["catch"]=n.prototype.g);}()); // Polyfill Event constructor for IE ref: https://jira.dev.bbc.co.uk/browse/ORBITEN-919 // see: https://stackoverflow.com/questions/26596123 (function () { if (typeof window.CustomEvent === "function") { return false; } function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: undefined }; var evt = document.createEvent('CustomEvent'); evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); return evt; } CustomEvent.prototype = window.Event.prototype; window.Event = CustomEvent; })(); //Element.prototype.matches polyfill //from https://developer.mozilla.org/en-US/docs/Web/API/Element/matches#Polyfill if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector; } //NodeList.forEach Polyfill //from https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach#Polyfill if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = Array.prototype.forEach; } // Object.assign polyfill from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill if (typeof Object.assign != 'function') { // Must be writable: true, enumerable: false, configurable: true Object.defineProperty(Object, "assign", { value: function assign(target, varArgs) { // .length of function is 2 'use strict'; if (target == null) { // TypeError if undefined or null throw new TypeError('Cannot convert undefined or null to object'); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { var nextSource = arguments[index]; if (nextSource != null) { // Skip over if undefined or null for (var nextKey in nextSource) { // Avoid bugs when hasOwnProperty is shadowed if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); } // window.fetch polyfill https://github.com/github/fetch/blob/v0.11.0/fetch.js - chosen for IE9 compatibility if(typeof window.fetch !== 'function') { (function(self){"use strict";if(self.fetch){return}function normalizeName(name){if(typeof name!=="string"){name=String(name)}if(/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(name)){throw new TypeError("Invalid character in header field name")}return name.toLowerCase()}function normalizeValue(value){if(typeof value!=="string"){value=String(value)}return value}function Headers(headers){this.map={};if(headers instanceof Headers){headers.forEach(function(value,name){this.append(name,value)},this)}else if(headers){Object.getOwnPropertyNames(headers).forEach(function(name){this.append(name,headers[name])},this)}}Headers.prototype.append=function(name,value){name=normalizeName(name);value=normalizeValue(value);var list=this.map[name];if(!list){list=[];this.map[name]=list}list.push(value)};Headers.prototype["delete"]=function(name){delete this.map[normalizeName(name)]};Headers.prototype.get=function(name){var values=this.map[normalizeName(name)];return values?values[0]:null};Headers.prototype.getAll=function(name){return this.map[normalizeName(name)]||[]};Headers.prototype.has=function(name){return this.map.hasOwnProperty(normalizeName(name))};Headers.prototype.set=function(name,value){this.map[normalizeName(name)]=[normalizeValue(value)]};Headers.prototype.forEach=function(callback,thisArg){Object.getOwnPropertyNames(this.map).forEach(function(name){this.map[name].forEach(function(value){callback.call(thisArg,value,name,this)},this)},this)};function consumed(body){if(body.bodyUsed){return Promise.reject(new TypeError("Already read"))}body.bodyUsed=true}function fileReaderReady(reader){return new Promise(function(resolve,reject){reader.onload=function(){resolve(reader.result)};reader.onerror=function(){reject(reader.error)}})}function readBlobAsArrayBuffer(blob){var reader=new FileReader;reader.readAsArrayBuffer(blob);return fileReaderReady(reader)}function readBlobAsText(blob){var reader=new FileReader;reader.readAsText(blob);return fileReaderReady(reader)}var support={blob:"FileReader"in self&&"Blob"in self&&function(){try{new Blob;return true}catch(e){return false}}(),formData:"FormData"in self,arrayBuffer:"ArrayBuffer"in self};function Body(){this.bodyUsed=false;this._initBody=function(body){this._bodyInit=body;if(typeof body==="string"){this._bodyText=body}else if(support.blob&&Blob.prototype.isPrototypeOf(body)){this._bodyBlob=body}else if(support.formData&&FormData.prototype.isPrototypeOf(body)){this._bodyFormData=body}else if(!body){this._bodyText=""}else if(support.arrayBuffer&&ArrayBuffer.prototype.isPrototypeOf(body)){}else{throw new Error("unsupported BodyInit type")}if(!this.headers.get("content-type")){if(typeof body==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}}};if(support.blob){this.blob=function(){var rejected=consumed(this);if(rejected){return rejected}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}};this.arrayBuffer=function(){return this.blob().then(readBlobAsArrayBuffer)};this.text=function(){var rejected=consumed(this);if(rejected){return rejected}if(this._bodyBlob){return readBlobAsText(this._bodyBlob)}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}}}else{this.text=function(){var rejected=consumed(this);return rejected?rejected:Promise.resolve(this._bodyText)}}if(support.formData){this.formData=function(){return this.text().then(decode)}}this.json=function(){return this.text().then(JSON.parse)};return this}var methods=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function normalizeMethod(method){var upcased=method.toUpperCase();return methods.indexOf(upcased)>-1?upcased:method}function Request(input,options){options=options||{};var body=options.body;if(Request.prototype.isPrototypeOf(input)){if(input.bodyUsed){throw new TypeError("Already read")}this.url=input.url;this.credentials=input.credentials;if(!options.headers){this.headers=new Headers(input.headers)}this.method=input.method;this.mode=input.mode;if(!body){body=input._bodyInit;input.bodyUsed=true}}else{this.url=input}this.credentials=options.credentials||this.credentials||"omit";if(options.headers||!this.headers){this.headers=new Headers(options.headers)}this.method=normalizeMethod(options.method||this.method||"GET");this.mode=options.mode||this.mode||null;this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&body){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(body)}Request.prototype.clone=function(){return new Request(this)};function decode(body){var form=new FormData;body.trim().split("&").forEach(function(bytes){if(bytes){var split=bytes.split("=");var name=split.shift().replace(/\+/g," ");var value=split.join("=").replace(/\+/g," ");form.append(decodeURIComponent(name),decodeURIComponent(value))}});return form}function headers(xhr){var head=new Headers;var pairs=xhr.getAllResponseHeaders().trim().split("\n");pairs.forEach(function(header){var split=header.trim().split(":");var key=split.shift().trim();var value=split.join(":").trim();head.append(key,value)});return head}Body.call(Request.prototype);function Response(bodyInit,options){if(!options){options={}}this.type="default";this.status=options.status;this.ok=this.status>=200&&this.status<300;this.statusText=options.statusText;this.headers=options.headers instanceof Headers?options.headers:new Headers(options.headers);this.url=options.url||"";this._initBody(bodyInit)}Body.call(Response.prototype);Response.prototype.clone=function(){return new Response(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Headers(this.headers),url:this.url})};Response.error=function(){var response=new Response(null,{status:0,statusText:""});response.type="error";return response};var redirectStatuses=[301,302,303,307,308];Response.redirect=function(url,status){if(redirectStatuses.indexOf(status)===-1){throw new RangeError("Invalid status code")}return new Response(null,{status:status,headers:{location:url}})};self.Headers=Headers;self.Request=Request;self.Response=Response;self.fetch=function(input,init){return new Promise(function(resolve,reject){var request;if(Request.prototype.isPrototypeOf(input)&&!init){request=input}else{request=new Request(input,init)}var xhr=new XMLHttpRequest;function responseURL(){if("responseURL"in xhr){return xhr.responseURL}if(/^X-Request-URL:/m.test(xhr.getAllResponseHeaders())){return xhr.getResponseHeader("X-Request-URL")}return}xhr.onload=function(){var status=xhr.status===1223?204:xhr.status;if(status<100||status>599){reject(new TypeError("Network request failed"));return}var options={status:status,statusText:xhr.statusText,headers:headers(xhr),url:responseURL()};var body="response"in xhr?xhr.response:xhr.responseText;resolve(new Response(body,options))};xhr.onerror=function(){reject(new TypeError("Network request failed"))};xhr.open(request.method,request.url,true);if(request.credentials==="include"){xhr.withCredentials=true}if("responseType"in xhr&&support.blob){xhr.responseType="blob"}request.headers.forEach(function(value,name){xhr.setRequestHeader(name,value)});xhr.send(typeof request._bodyInit==="undefined"?null:request._bodyInit)})};self.fetch.polyfill=true})(typeof self!=="undefined"?self:this); } if (typeof window.CustomEvent !== 'function') { function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: null }; var evt = document.createEvent('CustomEvent'); evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); return evt; } CustomEvent.prototype = window.Event.prototype; window.CustomEvent = CustomEvent; } (function() { var language = 'en'; language = 'en'; var modal = false; var istatsLabels = {name: 'newsround.story.52712926' || undefined}; istatsLabels['bbc_site'] = 'cbbc'; istatsLabels['app_name'] = 'newsround'; istatsLabels['app_type'] = 'responsive'; istatsLabels['page_type'] = 'content'; istatsLabels['children_show'] = 'newsround'; istatsLabels['cps_asset_id'] = '52712926'; istatsLabels['cps_page_type'] = 'Story'; istatsLabels['first_pub'] = '2020-05-19T11%3A53%3A05%2B00%3A00'; istatsLabels['last_editorial_update'] = '2020-05-19T11%3A53%3A05%2B00%3A00'; istatsLabels['title'] = 'Newsround%20topics%3A%20Climate%20change%20and%20pollution'; istatsLabels['children_comments'] = 'false'; istatsLabels['riddle_include_count'] = '0'; istatsLabels['telescope_include_count'] = '0'; function getMetaValue(propertyName) { var metaTag = document.querySelector( "meta[property='" + propertyName + "'], " + "meta[name='" + propertyName + "']"); if (metaTag) { return metaTag.getAttribute("content"); } else { throw new Error('No meta tag called: ' + propertyName) } } function generateCountername() { if (window.location.protocol === 'file:') { return 'local.file'; } var pathName = window.location.pathname .replace(/\/$/, "") .replace(/^\//, "") .replace(/\//g, '.'); return pathName + '.page'; } var additionalPageProperties = {}; additionalPageProperties['app_name'] = 'newsround'; additionalPageProperties['custom_var_1'] = '2020-05-19T11%3A53%3A05%2B00%3A00'; additionalPageProperties['custom_var_2'] = '2020-05-19T11%3A53%3A05%2B00%3A00'; additionalPageProperties['custom_var_5'] = 'cps'; additionalPageProperties['custom_var_7'] = 'newsround'; additionalPageProperties['custom_var_8'] = 'false'; additionalPageProperties['custom_var_9'] = 'false'; var page = { name: 'newsround.home.story.52712926.page' || istatsLabels.name || generateCountername(), destination: 'NEWSROUND' || null, producer: 'NEWSROUND' || null, section: 'home' || null, site: '' || istatsLabels.bbc_site || istatsLabels.app_name || istatsLabels.prod_name || null, contentId: 'urn:bbc:cps:679244fd-cff0-ce4b-be37-13b56c6f5814' || null, contentType: 'article' || null, edition: 'domestic' || null, additionalProperties: additionalPageProperties }; function updatePageData(newData) { page = Object.assign(page, newData); } document.addEventListener('bbc-page-reset', function(event) { if (event.detail && event.detail.page) { updatePageData(event.detail.page); } document.dispatchEvent(new Event('bbc-page-updated')); }); window.bbcpage = { loadModule: function(deps) { return new Promise(function (resolve, reject) { window.require(deps, function () { resolve.apply(this, arguments); }, function (error) { reject(error); }); }) }, loadCSS: function (url, timeout) { return window.bbcpage.loadModule(['orb/lib/_$']) .then(function($) { return new Promise(function(resolve, reject) { var stylesheet = loadCSS(url); $.onloadCSS(stylesheet, function() { resolve(); }); if (timeout) { setTimeout(function () { reject(); }, timeout); } }); }); }, isModal: function () { return Promise.resolve(modal); }, getLanguage: function () { return new Promise(function(resolve, reject) { resolve(language); }); }, trackRegion: function (region, labels) { return window.bbcpage.loadModule(['istats-1']) .then(function(istats) { var trackLabels = { region: region }; for (var label in labels) { trackLabels[label] = labels[label]; } var linkType = labels.linkType || 'internal'; istats.track(linkType, trackLabels); }); }, getName: function() { return Promise.resolve(page.name); }, getDestination: function() { return Promise.resolve(page.destination); }, getProducer: function() { return Promise.resolve(page.producer); }, getSite: function() { return Promise.resolve(page.site); }, getSection: function() { return Promise.resolve(page.section); }, getContentType: function() { return Promise.resolve(page.contentType); }, getContentId: function() { return Promise.resolve(page.contentId); }, getEdition: function() { return new Promise(function (resolve, reject) { if (page.edition) { resolve(page.edition); return; } try { resolve(getMetaValue('x-audience').toLowerCase()); } catch (err){ // This property is related to Chartbeat; see http://support.chartbeat.com/docs/ if (window._sf_async_config) { resolve(window._sf_async_config.region || null); } } resolve(null); }); }, getReferrer: function() { return Promise.resolve(window.orb && window.orb.referrer !== null && window.orb.referrer !== undefined ? window.orb.referrer : document.referrer); }, getAdditionalProperties: function() { return Promise.resolve(page.additionalProperties); } }; var USERINFO_PREFIX = "www." || "www."; function initUserCache(orbitUser) { var availableAttr = [ 'X-Country', 'X-Ip_is_advertise_combined', 'X-Ip_is_uk_combined' ]; var userCache = availableAttr.reduce(function(user, curr, i) { if (!orbitUser[curr]) { return user; } var res = Object.assign({}, user); res[curr] = orbitUser[curr]; return res; }, {}); if (Object.keys(userCache).length !== availableAttr.length) { userCache._partial = true; } return userCache; } var user = initUserCache({ }); function checkStatus(response) { if (response.status >= 200 && response.status < 300) { return response; } else { var error = new Error(response.statusText); error.response = response; throw error; } } function parseJSON(response) { return response.json(); } var supportsCors = function() { return typeof XMLHttpRequest !== 'undefined' && 'withCredentials' in new XMLHttpRequest(); }; var getUserInfoFallback = function() { return window.bbcpage.loadModule(['orb/fig']) .then(function(orbFig) { return new Promise(function(resolve, reject) { orbFig.load(function(fig) { var getCountryFallback = function() { if (fig.geo.isUK()) { return 'GB'; } else if (fig.geo.isEU()) { return 'EU'; } }; resolve({ 'X-Country': user.country || getCountryFallback(), 'X-Ip_is_uk_combined': fig().uk ? 'yes' : 'no', 'X-Ip_is_advertise_combined': fig().ad ? 'yes' : 'no' }); }, function () { reject('Error determining country. Timeout?'); }); }); }); }; var _userInfoRequest; var getUserInfo = function() { var host = window.location.host.toString().match(/bbc\.com$/) ? 'bbc.com' : 'bbc.co.uk'; var userInfoUrl = "https://" + USERINFO_PREFIX + host + '/userinfo'; if (!user._partial) { return Promise.resolve(user); } if (!_userInfoRequest) { if (typeof window.fetch === 'undefined' || !supportsCors()) { _userInfoRequest = getUserInfoFallback(); } else { _userInfoRequest = window.fetch(userInfoUrl, { credentials: 'same-origin' }) .then(checkStatus) .then(parseJSON) .then(function(userInfo) { user = userInfo; return user; }); } } return _userInfoRequest; }; var USER_PROFILE_URL = "https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/userprofile";; var _helloRequest; var getSegmentations = function() { if (user.ageBand) { return Promise.resolve(user); } if (!_helloRequest) { if (typeof window.fetch === 'undefined' || !supportsCors()) { return Promise.resolve(user); } else { _helloRequest = window.bbcpage.loadModule(['idcta-v2/idcta-1']).then(function(idcta) { return idcta.initiateTokenRefresh().then(function() { return window.fetch(USER_PROFILE_URL, { credentials: 'include' }) .then(checkStatus) .then(parseJSON) .then(function(profileInfo) { Object.assign(user, profileInfo); return user; }); }); }); } } return _helloRequest; }; window.bbcuser = { getHashedId: function() { return window.bbcpage.loadModule(['idcta-v2/idcta-1']) .then(function(idcta) { return idcta.getCookieInstance().getHidFromCookie(); }); }, getAgeBand: function() { if (user['X-Age-Band']) { return Promise.resolve(user['X-Age-Band']); } return bbcuser.isSignedIn().then(function(isSignedIn) { if (isSignedIn) { return window.bbcpage.loadModule(['idcta-v2/idcta-1']) .then(function(idcta) { user['X-Age-Band'] = idcta.getUserDetailsFromCookie().ab; if (user['X-Age-Band'] === 'u13') { user['X-Age-Band'] = '0-12'; return user['X-Age-Band']; } else if (user['X-Age-Band'] === 'u16') { user['X-Age-Band'] = '13-15'; return user['X-Age-Band']; } else if (user['X-Age-Band'] === 'u18') { user['X-Age-Band'] = '16-17'; return user['X-Age-Band']; } else { user['X-Age-Band'] = undefined; return getSegmentations().then(function(userInfo) { user['X-Age-Band'] = userInfo['X-Age-Band']; return user['X-Age-Band'] || undefined; }).catch(function(error) { return user['X-Age-Band'] || undefined; }); } }); } else { return undefined; } }); }, getCountry: function() { if (user['X-Country']) { return Promise.resolve(user['X-Country']); } return getUserInfo().then(function(userInfo) { return userInfo['X-Country'] || 'GB'; }); }, isUKCombined: function() { return getUserInfo().then(function(userInfo) { if (!userInfo['X-Ip_is_uk_combined']) { throw new Error('missing isUKCombined from userinfo response'); } return userInfo['X-Ip_is_uk_combined'].toLowerCase() === 'yes'; }) }, canSeeAdverts: function() { return getUserInfo().then(function(userInfo) { if (!userInfo['X-Ip_is_advertise_combined']) { throw new Error('missing canSeeAdverts from userinfo response'); } return userInfo['X-Ip_is_advertise_combined'].toLowerCase() === "yes"; }); }, isSignedIn: function() { return window.bbcpage.loadModule(['idcta-v2/idcta-1']) .then(function(idcta) { return (idcta && idcta.getCookieInstance().hasCookie()); }); }, allowsPerformanceCookies: function() { return window.bbcpage.loadModule(['orb/cookies']) .then(function(bbccookies) { return !!bbccookies.cookiesEnabled() && !!bbccookies.readPolicy('performance'); }); }, allowsFunctionalCookies: function() { return window.bbcpage.loadModule(['orb/cookies']) .then(function(bbccookies) { return !!bbccookies.cookiesEnabled() && !!bbccookies.readPolicy('personalisation'); }); }, getCookieValue: function(cookieName) { return window.bbcpage.loadModule(['orb/cookies']) .then(function(bbccookies) { return bbccookies.get(cookieName); }); }, resetCookiesPreferences: function() { return window.bbcpage.loadModule(['orb/cookies']) .then(function(bbccookies) { bbccookies.setDefaultCookiesSingleDomain(); }); }, hasCookiesEnabled: function() { return window.bbcpage.loadModule(['orb/cookies']) .then(function(bbccookies) { return !!bbccookies.cookiesEnabled(); }); }, hasSeenCookieBanner: function() { return window.bbcpage.loadModule(['orb/cookies']) .then(function (bbccookies) { return !!bbccookies.isCookiePolicySet(); }); }, logEvent: function (verb, noun, extraLabels) { return window.bbcuser.hasCookiesEnabled() .then(function(allowsCookies) { if (allowsCookies) { return window.bbcpage.loadModule(['istats-1']) .then(function(istats) { istats.log(verb, noun, extraLabels); }); } else { throw new Error('User cannot be tracked due to cookies preferences.'); } }); }, }; }());</script><script src="https://web.archive.org/web/20201001144142js_/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/js/require.min.js"></script> <script src="https://web.archive.org/web/20201001144142js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-477.3a39ca0/cookie-banner/cookie-library.min.js"></script><script type="text/javascript">if (window.define !== undefined) { define('orb/cookies', function() { return window.bbccookies; }); }</script> <script src="https://web.archive.org/web/20201001144142js_/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/js/api.min.js"></script> <script type="text/javascript">window.bbcFlagpoles_istats="ON",require.config({paths:{"istats-1":"https://web.archive.org/web/20201001144142/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-477.3a39ca0/istats/istats-1"}}),require(["istats-1","orb/cookies"],function(a,t){if(t.isAllowed("s1")){var e=(o=document.location.href.match(/^(?:https|http):\/\/\w*\.(?:(int|test|stage|live|)\.)?bbc\.(?:co\.uk|com)/))?void 0===o[1]||""===o[1]||"live"===o[1]?"//web.archive.org/web/20201001144142/https://sa.bbc.co.uk/bbc/bbc/s":"//web.archive.org/web/20201001144142/https://sa.bbc.co.uk/bbc/"+o[1]+"/s":"//web.archive.org/web/20201001144142/https://sa.bbc.co.uk/bbc/test/s";a.addCollector({name:"default",url:e,separator:"&"});var s="newsround.story.52712926";a.setCountername(s),window.istats_countername&&a.setCountername(window.istats_countername),a.addLabels("ml_name=webmodule&ml_version=0.0.2-477.3a39ca0&blq_e=orbit&blq_r=orbit&blq_s=orbit&blq_v=cbbc&language=en&bbc_site=cbbc&app_name=newsround&app_type=responsive&page_type=content&children_show=newsround&cps_asset_id=52712926&cps_page_type=Story&first_pub=2020-05-19T11%3A53%3A05%2B00%3A00&last_editorial_update=2020-05-19T11%3A53%3A05%2B00%3A00&title=Newsround%20topics%3A%20Climate%20change%20and%20pollution&children_comments=false&riddle_include_count=0&telescope_include_count=0")}var o});</script><link rel="stylesheet" href="https://web.archive.org/web/20201001144142cs_/https://static.files.bbci.co.uk/account/id-cta/1.48.0/style/id-cta.css"><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.48.0/style/ie8.css" rel="stylesheet"/> <![endif]--><script type="text/javascript">(function() {if (!window.require) {throw new Error('idcta: could not find require module');}if (typeof(map) == 'undefined') {var map = {};}if (!!document.createElementNS && !!document.createElementNS('http://www.w3.org/2000/svg', 'svg').createSVGRect) {document.documentElement.className += ' id-svg';}var ptrt = new RegExp("[\\?&]ptrt=([^&]*)").exec(document.location.href);var ENDPOINT_URL = 'https://web.archive.org/web/20201001144142/https://idcta.api.bbc.co.uk';var ENDPOINT_CONFIG = ('/idcta/config?callback=&context=cbbc&ptrt=' + encodeURIComponent((ptrt ? ptrt[1] : document.location.href))).replace(/\&amp;/g, '&');var ENDPOINT_TRANSLATIONS = '/idcta/translations?callback=';function hasPromise() {var P = window.Promise;var promiseToString = null;if (P) {try {promiseToString = Object.prototype.toString.call(P.resolve());} catch(e) {/*silently ignored*/}}return (promiseToString === '[object Promise]' && !P.cast);}if (hasPromise()) {define('idcta/es6-promise', function() {return window.Promise;});define('idcta-v2/es6-promise', function() {return window.Promise;});}map['idcta-v2'] = 'https://web.archive.org/web/20201001144142/https://static.files.bbci.co.uk/account/id-cta/1.48.0/modules/idcta-v2';map['idcta-v2/config'] = ENDPOINT_URL + ENDPOINT_CONFIG;map['idcta-v2/translations'] = ENDPOINT_URL + ENDPOINT_TRANSLATIONS;map['idcta'] = 'https://web.archive.org/web/20201001144142/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20201001144142/https://static.files.bbci.co.uk/account/id-cta/1.48.0/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20201001144142/https://cdn.optimizely.com/public/4621041136/s/idcta_live';const idctaShim = {deps: ['idcta-v2/idcta-1'],};require({shim: {'idcta-v2/statusbar': idctaShim,'idcta-v2/id-config': idctaShim},map: {'*': {'idcta/idcta-1': 'idcta-v2/idcta-1','idcta': 'idcta-v2',}},paths: map});window.idctaBaseUrl = ENDPOINT_URL;define('idcta/config', ['idcta-v2/config'], function(data) {return data;});define('idcta/translations', ['idcta-v2/translations'], function(data) {return data;});})();</script> <!-- BBCDOTCOM head --><script type="text/javascript">/*<![CDATA[*/ var _sf_startpt = (new Date()).getTime(); /*]]>*/</script><style type="text/css">.bbccom_display_none{display:none;}</style><script type="text/javascript">/*<![CDATA[*/ var bbcdotcomConfig, googletag = googletag || {}; googletag.cmd = googletag.cmd || [], bbcdotcomScripts = [], tp = window.tp || []; var bbcdotcom = false; (function(){ if(typeof require !== 'undefined') { require({ paths:{ "bbcdotcom":"https://web.archive.org/web/20201001144142/https://static.bbc.co.uk/bbcdotcom/4.5.1093/script" } }); } })(); /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ var bbcdotcom = { adverts: { keyValues: { set: function() {} } }, advert: { write: function () {}, show: function () {}, isActive: function () { return false; }, layout: function() { return { reset: function() {} } } }, config: { init: function() {}, isActive: function() {}, setSections: function() {}, isAdsEnabled: function() {}, setAdsEnabled: function() {}, isAnalyticsEnabled: function() {}, setAnalyticsEnabled: function() {}, setAssetPrefix: function() {}, setFlagpoles: function() {}, setVersion: function () {}, setJsPrefix: function() {}, setSwfPrefix: function() {}, setCssPrefix: function() {}, setConfig: function() {}, getAssetPrefix: function() {}, getJsPrefix: function () {}, getSwfPrefix: function () {}, getCssPrefix: function () {}, isOptimizelyEnabled: function() {}, isThirdPartyDisabled: function() {}, isThirdPartyDisabledEU: function() {}, setEU: function() {} }, survey: { init: function(){ return false; } }, data: {}, init: function() {}, objects: function(str) { return false; }, locale: { set: function() {}, get: function() {} }, setAdKeyValue: function() {}, utils: { addEvent: function() {}, addHtmlTagClass: function() {}, log: function () {} }, addLoadEvent: function() {} }; /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ (function(){ if (typeof orb !== 'undefined' && typeof orb.fig === 'function') { if (orb.fig('ad') && orb.fig('uk') == 0) { bbcdotcom.data = { ads: (orb.fig('ad') ? 1 : 0), stats: (orb.fig('uk') == 0 ? 1 : 0), statsProvider: orb.fig('ap') }; } } else { document.write('<script type="text/javascript" src="https://web.archive.org/web/20201001144142/https://www.bbc.com/wwscripts/data">\x3C/script>'); } })(); /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ (function(){ if (typeof orb === 'undefined' || typeof orb.fig !== 'function') { bbcdotcom.data = { ads: bbcdotcom.data.a, stats: bbcdotcom.data.b, statsProvider: bbcdotcom.data.c }; } if (bbcdotcom.data.ads == 1) { document.write('<script type="text/javascript" src="https://web.archive.org/web/20201001144142/https://www.bbc.com/wwscripts/flag">\x3C/script>'); } })(); /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ (function(){ if (window.bbcdotcom && (typeof bbcdotcom.flag == 'undefined' || (typeof bbcdotcom.data.ads !== 'undefined' && bbcdotcom.flag.a != 1))) { bbcdotcom.data.ads = 0; } if (/[?|&]ads/.test(window.location.href) || /(^|; )ads=on; /.test(document.cookie) || /; ads=on(; |$)/.test(document.cookie)) { bbcdotcom.data.ads = 1; bbcdotcom.data.stats = 1; } if (window.bbcdotcom && (bbcdotcom.data.ads == 1 || bbcdotcom.data.stats == 1)) { bbcdotcom.assetPrefix = "https://web.archive.org/web/20201001144142/https://static.bbc.co.uk/bbcdotcom/4.5.1093/"; if (/(sandbox|int)(.dev)*.bbc.co*/.test(window.location.href) || /[?|&]ads-debug/.test(window.location.href) || document.cookie.indexOf('ads-debug=') !== -1) { document.write('<script type="text/javascript" src="https://web.archive.org/web/20201001144142/https://static.bbc.co.uk/bbcdotcom/4.5.1093/script/dist/bbcdotcom.dev.js">\x3C/script>'); } else { document.write('<script type="text/javascript" src="https://web.archive.org/web/20201001144142/https://static.bbc.co.uk/bbcdotcom/4.5.1093/script/dist/bbcdotcom.js">\x3C/script>'); } } })(); /*]]>*/</script><script type="text/javascript">if (window.bbcdotcom && bbcdotcom.data.stats == 1) { document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20201001144142/https://secure-us.imrworldwide.com/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20201001144142/https://me-cdn.effectivemeasure.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20201001144142/https://ssc.api.bbc.com/">'); } if (window.bbcdotcom && bbcdotcom.data.ads == 1) { document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20201001144142/https://www.googletagservices.com/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20201001144142/https://bbc.gscontxt.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20201001144142/https://tags.crwdcntrl.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20201001144142/https://ad.crwdcntrl.net/">'); }</script><script type="text/javascript">if (window.bbcdotcom && bbcdotcom.data.ads == 1) { document.write('<meta name="google-site-verification" content="auTeTTwSt_KBY_4iDoR00Lwb7-qzx1IgzJy6ztaWgEI" />'); }</script><script type="text/javascript">/*<![CDATA[*/ (function(){ var GDPR_COUNTRIES = ['AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IE', 'IT', 'LV', 'LT', 'LU', 'MT', 'NL', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'IS', 'LI', 'NO', 'CH']; if (window.bbcdotcom && (bbcdotcom.data.ads == 1 || bbcdotcom.data.stats == 1)) { bbcdotcomConfig = {"adFormat":"standard","adKeyword":"","adMode":"smart","adsEnabled":true,"appAnalyticsSections":"","asyncEnabled":true,"disableInitialLoad":false,"advertInfoPageUrl":"https:\/\/web.archive.org\/web\/20201001144142\/https:\/\/www.bbc.com\/privacy\/cookies\/international\/","advertisementText":"Advertisement","analyticsEnabled":true,"thirdPartyDisabled":false,"sherlockEnabled":false,"permutiveEnabled":false,"appName":"","assetPrefix":"https:\/\/web.archive.org\/web\/20201001144142\/https:\/\/static.bbc.co.uk\/bbcdotcom\/4.5.1093\/","customAdParams":[],"customStatsParams":[],"headline":"","id":"","inAssociationWithText":"in association with","keywords":"","language":"","orbTransitional":false,"optimizelyEnabled":true,"palEnv":"live","productName":"","sections":[],"comScoreEnabled":true,"comscoreSite":"bbc","comscoreID":"19293874","comscorePageName":"","slots":"","sponsoredByText":"is sponsored by","adsByGoogleText":"Ads by Google","summary":"","type":"","features":{"testfeature":{"name":"testfeature","envs":["sandbox","int","test"],"on":true,"options":{},"override":null},"lxadverts":{"name":"lxadverts","envs":[],"on":true,"options":{},"override":null}},"staticBase":"\/bbcdotcom","staticHost":"https:\/\/web.archive.org\/web\/20201001144142\/https:\/\/static.bbc.co.uk","staticVersion":"4.5.1093","staticPrefix":"https:\/\/web.archive.org\/web\/20201001144142\/https:\/\/static.bbc.co.uk\/bbcdotcom\/4.5.1093","dataHttp":"tps.bbc.com","dataHttps":"www.bbc.com","flagHttp":"www.bbc.co.uk","flagHttps":"www.bbc.co.uk","analyticsHttp":"sa.bbc.com","analyticsHttps":"ssa.bbc.com"}; bbcdotcom.config.init(bbcdotcomConfig, bbcdotcom.data, window.location, window.document); bbcdotcom.config.setFlagpoles(bbcdotcom.flag || {}); bbcdotcom.config.setAssetPrefix("https://web.archive.org/web/20201001144142/https://static.bbc.co.uk/bbcdotcom/4.5.1093/"); bbcdotcom.config.setVersion("4.5.1093"); if (window.bbcuser && window.bbcuser.getCountry && typeof(window.bbcuser.getCountry) === 'function') { window.bbcuser.getCountry().then(function(countryCode) { var isEU = countryCode ? GDPR_COUNTRIES.indexOf(countryCode.toUpperCase()) !== -1 : false; bbcdotcom.config.setEU(isEU); }); } else if (window.orb && window.orb.fig && typeof(window.orb.fig) === 'function') { bbcdotcom.config.setEU(window.orb.fig('eu')); } document.write('<!--[if IE 7]><script type="text/javascript">bbcdotcom.config.setIE7(true);\x3C/script><![endif]-->'); document.write('<!--[if IE 8]><script type="text/javascript">bbcdotcom.config.setIE8(true);\x3C/script><![endif]-->'); document.write('<!--[if IE 9]><script type="text/javascript">bbcdotcom.config.setIE9(true);\x3C/script><![endif]-->'); if (/[?|&]ex-dp/.test(window.location.href) || document.cookie.indexOf('ex-dp=') !== -1) { bbcdotcom.utils.addHtmlTagClass('bbcdotcom-ex-dp'); } } })(); /*]]>*/</script><script type="text/javascript">var initOptimizely = (function(isEnabled){ if(!isEnabled) return; var logger = window.bbcdotcom.Logger('bbcdotcom:head:optimizely'); /* Allow Optimizely in these paths */ var allowPaths = ['/', '/wwhp']; /* Only run on optimizely on homepage */ if (bbcdotcom.utils && allowPaths.indexOf(window.location.pathname) !== -1){ /* set correct OptimizelyURL for prod or sandbox */ var optimizelyURL = "https://web.archive.org/web/20201001144142/https://cdn.optimizely.com/public/4621041136/s/bbccom_sandbox.js"; if(window.location.hostname === 'www.bbc.com') { optimizelyURL = "https://web.archive.org/web/20201001144142/https://cdn.optimizely.com/public/4621041136/s/bbccom_prod.js"; } /* Set cookie to 1 year */ window['optimizely'] = window['optimizely'] || []; window['optimizely'].push({ "type": "cookieExpiration", "cookieExpirationDays": 365 }); document.write('<script type="text/javascript" src="'+optimizelyURL+'">\x3C/script>'); } })( bbcdotcom.config.isOptimizelyEnabled() );</script><script type="text/javascript">/*<![CDATA[*/ if ( window.bbcdotcom && bbcdotcom.data && bbcdotcom.data.ads && bbcdotcom.data.ads == 1 && bbcdotcom.config && bbcdotcom.config.isGrapeshotEnabled && bbcdotcom.config.isGrapeshotEnabled() && bbcdotcom.config.isWorldService && !bbcdotcom.config.isWorldService() ) { var gs_channels="DEFAULT"; (function () { var gsurl = window.location.href.split("?")[0]; bbcdotcomScripts.push({src:'https://web.archive.org/web/20201001144142/https://bbc.gscontxt.net/?url='+encodeURIComponent(gsurl)}); })(); } /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.config && bbcdotcom.config.isLotameActive && bbcdotcom.config.isLotameActive()&& bbcdotcom.config.isLotameEnabled && bbcdotcom.config.isLotameEnabled()){ (function () { var clientId, lotameUrl, lotameAudienceUrl; clientId = (bbcdotcom.config.isWorldService && bbcdotcom.config.isWorldService()) ? '10826' : '10816'; lotameUrl = 'https://web.archive.org/web/20201001144142/https://tags.crwdcntrl.net/c/'+clientId+'/cc.js?ns='+clientId; lotameAudienceUrl = 'https://web.archive.org/web/20201001144142/https://ad.crwdcntrl.net/5/c=10815/pe=y/var=ccauds'; bbcdotcomScripts.push({src:lotameUrl,id:"LOTCC"+clientId}); bbcdotcomScripts.push({src:lotameAudienceUrl}); })(); } /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.config && bbcdotcom.config.isPermutiveEnabled && bbcdotcom.config.isPermutiveEnabled() && bbcdotcom.config.isWorldService && !bbcdotcom.config.isWorldService()){ (function () { !function(n,e,o,r,i){if(!e){e=e||{},window.permutive=e,e.q=[],e.config=i||{},e.config.projectId=o,e.config.apiKey=r,e.config.environment=e.config.environment||"production";for(var t=["addon","identify","track","trigger","query","segment","segments","ready","on","once","user","consent"],c=0;c<t.length;c++){var f=t[c];e[f]=function(n){return function(){var o=Array.prototype.slice.call(arguments,0);e.q.push({functionName:n,arguments:o})}}(f)}}}(document,window.permutive,"e488cdb0-e7cb-4d91-9648-60d437d8e491","1bb84885-9325-4fef-adda-a208032b2715",{"consentRequired":true}); bbcdotcomScripts.push({src:'https://web.archive.org/web/20201001144142/https://cdn.permutive.com/e488cdb0-e7cb-4d91-9648-60d437d8e491-web.js'}); })(); } /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ /** * ASYNC waits to make any gpt requests until the bottom of the page */ if ( window.bbcdotcom && bbcdotcom.data && bbcdotcom.data.ads && bbcdotcom.data.ads == 1 && bbcdotcom.config && bbcdotcom.config.isAsync && bbcdotcom.config.isAsync() && bbcdotcom.config.isAdsEnabled && bbcdotcom.config.isAdsEnabled() ) { (function () { bbcdotcomScripts.push({src:'https://web.archive.org/web/20201001144142/https://securepubads.g.doubleclick.net/tag/js/gpt.js'}); })(); } /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ /* Load Lotame, Grapeshot and GPT without blocking rendering but executing in order */ if ( window.bbcdotcom && bbcdotcom.config && bbcdotcomScripts.length > 0 ) { (function () { bbcdotcom.checkThirdPartyFirst(function(){ if (!bbcdotcom.config.isThirdPartyDisabledEU()){ bbcdotcomScripts.forEach(function(item) { var script = document.createElement('script'); script.async = false; if(item.id) script.id = item.id; script.src = item.src; document.head.appendChild(script); }); } }); })(); } /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ (function() { window.bbcdotcom.head = true; }()); /*]]>*/</script> <script type="text/javascript">// Globally available search context window.SEARCHBOX={"variant":"cbbc","locale":"en","feature":"akamai-idcta","navSearchboxStaticPrefix":"https://web.archive.org/web/20201001144142/https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/","searchboxAppStaticPrefix":"https://web.archive.org/web/20201001144142/https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/drawer","searchFormHtml":"<div tabindex=\"-1\"><div><section class=\"se-searchbox-panel\"><div class=\"se-g-wrap\"><div class=\"se-g-layout\"><div class=\"se-g-layout__item se-searchbox-title\" aria-hidden=\"true\">search</div><div class=\"se-g-layout__item se-searchbox\"><form accept-charset=\"utf-8\" id=\"searchboxDrawerForm\" method=\"get\" action=\"https://search.bbc.co.uk/search\"><label class=\"se-searchbox__input\" for=\"se-searchbox-input-field\"><span class=\"se-sr-only\">Search Term</span><input type=\"text\" name=\"q\" value=\"\" id=\"se-searchbox-input-field\" class=\"se-searchbox__input__field\" maxLength=\"100\" autoComplete=\"off\" autoCorrect=\"off\" autoCapitalize=\"off\" spellcheck=\"false\" tabindex=\"0\"/></label><input type=\"hidden\" name=\"scope\" value=\"\"/><button type=\"submit\" class=\"se-searchbox__submit\" tabindex=\"0\" data-bbc-container=\"se-searchbox-panel\" data-bbc-title=\"search-icon\" data-bbc-metadata=\"{&quot;PAR&quot;:&quot;form::1&quot;,&quot;CHD&quot;:&quot;button::1&quot;}\" data-bbc-personalisation=\"{&quot;QRY&quot;:&quot;&quot;}\">Search</button><button type=\"button\" class=\"se-searchbox__clear se-searchbox__clear--visible\" tabindex=\"0\" data-bbc-container=\"se-searchbox-panel\" data-bbc-title=\"clear-icon\" data-bbc-metadata=\"{&quot;PAR&quot;:&quot;form::1&quot;,&quot;CHD&quot;:&quot;button::2&quot;}\" data-bbc-personalisation=\"{&quot;QRY&quot;:&quot;&quot;}\">Close</button></form></div></div></div></section><div aria-live=\"polite\" aria-atomic=\"true\" class=\"se-suggestions-container\"><section class=\"se-g-wrap\"></section></div></div></div>","searchScopePlaceholder":"<input type=\"hidden\" name=\"scope\" id=\"orb-search-scope\" value=\"cbbc\">","searchScopeParam":"?scope=cbbc","searchScopeTemplate":"cbbc","searchPlaceholderWrapperStart":"","searchPlaceholderWrapperEnd":""}; window.SEARCHBOX.suppress = false; window.SEARCHBOX.searchScope = SEARCHBOX.searchScopeTemplate.split('-')[0];</script><link rel="stylesheet" href="https://web.archive.org/web/20201001144142cs_/https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/css/main.css"><!--[if IE 8]> <script type="text/javascript" src="https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/script/html5shiv.min.js"></script> <script type="text/javascript">window['searchboxIEVersion'] = 8;</script> <link rel="stylesheet" href="https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/css/ie8.css"> <![endif]--><!--[if IE 9]> <script type="text/javascript">window['searchboxIEVersion'] = 9;</script> <![endif]--> <script type="text/javascript">"use strict";!function(){window.__reverbStaticLocation="https://web.archive.org/web/20201001144142/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/",window.__smarttagVersion="5.20.0",window.__reverb={},window.__reverb.__reverbLoadedPromise=new Promise(function(e,n){window.__reverb.__resolveReverbLoaded=e,window.__reverb.__rejectReverbLoaded=n}),window.__reverb.__reverbTimeout=setTimeout(function(){window.__reverb.__rejectReverbLoaded()},5e3);var n=function(r,d){window.__reverb.__reverbLoadedPromise.then(function(e){if(r&&r.detail){var n=r.detail.label,t=r.detail.type,i=r.detail.elem,o=r.detail.originalEvent;r.detail.isClick&&(d=r.detail.isClick),e.userActionEvent(t,n,r.detail,i,o,d)}},function(){console.log("Reverb failed to load. Event not sent")})};document.addEventListener("bbc-user-event",function(e){n(e,!1)}),document.addEventListener("bbc-user-click",function(e){n(e,!0)}),document.addEventListener("bbc-page-updated",function(){window.__reverb.__reverbLoadedPromise.then(function(e){e.initialise().then(function(){return e.viewEvent()})},function(){console.log("Reverb failed to load. Event not sent")})})}();</script><script type="text/javascript" src="https://web.archive.org/web/20201001144142js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-1.5.0.js" async=""></script><script type="text/javascript">window.__detectview={clickManagementEnabled:false};</script><link rel="preload" as="script" href="//web.archive.org/web/20201001144142/https://m.files.bbci.co.uk/modules/morph-vendor/1.0.2/bundle.vendor.js"/><link rel="preload" as="script" href="//web.archive.org/web/20201001144142/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle.js"/><script>window.Morph = {}</script><script type="text/javascript">Morph.markPerformance = function(label) { if(window.performance && window.performance.mark) { window.performance.mark(label); } }; Morph.versions = {}; Morph.modules = {}; Morph.config = { cdn: "m.files.bbci.co.uk", pushEnv: "live" }; Morph.styles = {}; Morph.styleSrc = []; Morph.toInit = {bundles: [], registers: [], payloads: []}; Morph.initStyles = function() { if (!Morph.enhanced) { var eles = Array.prototype.slice.call(document.getElementsByTagName('noscript')); for (var i = 0, len = eles.length; i<len; i++) { if (eles[i].className === 'morph-core-style') { document.write(eles[i].innerText); eles[i].parentNode.removeChild(eles[i]); } } return; } for (var j = 0, jLen = Morph.styleSrc.length; j<jLen; j++) { document.write(Morph.styleSrc[j]); } Morph.styleSrc = []; };</script><script type="text/javascript">Morph.forceCore = window.location.search.indexOf('morph-disable-enhanced=1')>-1; Morph.modernBrowser = ( 'addEventListener' in window && 'querySelector' in document && 'localStorage' in window ); Morph.isOperaMini = ( window.navigator.userAgent.indexOf('Opera Mini/')>-1 && window.navigator.userAgent.indexOf('Presto/')>-1 ); Morph.enhanced = (!Morph.forceCore && Morph.modernBrowser && !Morph.isOperaMini);</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/latin/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-grandstand/5.4.2/latin"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/latin/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story-header/5.0.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-story-header/5.0.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-story-header/5.0.1/enhanced.css\"/>"); }</script><script>if (Morph.enhanced) { Morph.styles["bbc-morph-gel-icons/3.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-gel-icons/3.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-byline/4.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-byline/4.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-byline/4.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-button/4.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-comments/4.4.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-comments/4.4.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-comments/4.4.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-comments-view/3.55.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-comments-view/3.55.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-comments-view/3.55.0/enhanced.css\"/>"); }</script><script>if (Morph.enhanced) { Morph.styles["bbc-morph-gel-icons/4.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-gel-icons/4.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/5.0.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-more-stories/5.0.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/5.0.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/6.1.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-promo/6.1.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/6.1.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/5.0.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-smp/5.0.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-smp/5.0.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-cbbc-nav/4.1.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-cbbc-nav/4.1.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-cbbc-nav/4.1.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-header/7.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story/5.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-story/5.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-story/5.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-indepthtoolkit/3.0.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-indepthtoolkit/3.0.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-indepthtoolkit/3.0.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-indepthtoolkit/2.0.2/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-indepthtoolkit/2.0.2"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-indepthtoolkit/2.0.2/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/2.12.6/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-smp/2.12.6"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-smp/2.12.6/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20201001144142cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story-footer/4.1.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-story-footer/4.1.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-story-footer/4.1.0/enhanced.css\"/>"); }</script><script type="text/javascript">Morph.initStyles(); /* u15432838344415312 */</script><script type="text/javascript">var domain = "co.uk";var edition = "";var prettyEdition = edition;if (window.NewsPage && window.NewsPage.edition) {edition = window.NewsPage.edition;prettyEdition = edition === "northernireland" ? "Northern Ireland" :edition.charAt(0).toUpperCase() + edition.slice(1);}var pathEdition = edition.length > 0 ? "/?" + edition.toLowerCase() : "";var _sf_async_config = _sf_async_config || {};var _sf_startpt=(new Date()).getTime();_sf_async_config.domain = "www" + ".bbc." + domain;_sf_async_config.uid = 50924;_sf_async_config.title = window.document.title.replace("##edition##", prettyEdition);_sf_async_config.path = "bbc." + domain + "/newsround/52712926" + pathEdition;_sf_async_config.sections = "newsround";_sf_async_config.mobileApp = undefined;</script> <title>Newsround topics: Climate change and pollution - CBBC Newsround</title> <meta content="Newsround topics: Climate change and pollution - CBBC Newsround" property="og:title"/> <meta name="description" content="Newsround topics: Climate change and pollution"/><meta content="Newsround topics: Climate change and pollution" property="og:description"/> <meta content="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/newsround/52712926" property="og:url"/><link rel="canonical" href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/newsround/52712926"/> <meta content="https://web.archive.org/web/20201001144142im_/http://c.files.bbci.co.uk/11797/production/_112357517_anrteachers_3-1.jpg" property="og:image"/> <link href="//web.archive.org/web/20201001144142im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.0.0/images/apple-touch-icon.png" rel="apple-touch-icon"/> <link href="//web.archive.org/web/20201001144142im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.0.0/images/favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="//web.archive.org/web/20201001144142im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.0.0/images/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16"/> <link href="//web.archive.org/web/20201001144142im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.0.0/images/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32"/> <link href="//web.archive.org/web/20201001144142im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.0.0/images/favicon-96x96.png" rel="icon" type="image/png" sizes="96x96"/> <script type="text/javascript"> window.addEventListener('DOMContentLoaded', function() { const html = document.querySelector('.no-js'); if (html.classList) { html.classList.remove('no-js'); } }); </script> <style> .b-reith-sans-loaded { font-feature-settings: 'ss01'; } </style><link rel="amphtml" href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/newsround/amp/52712926"></head><body><noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20201001144142im_/https://a1.api.bbc.co.uk/hit.xiti?&amp;col=1&amp;from=p&amp;ptag=js&amp;s=598253&amp;p=home::newsround.home.story.52712926.page&amp;x1=[urn:bbc:cps:679244fd-cff0-ce4b-be37-13b56c6f5814]&amp;x2=[responsive]&amp;x3=[bbc_website]&amp;x4=[en]&amp;x7=[article]&amp;x8=[reverb-1.5.0-nojs]&amp;x11=[NEWSROUND]&amp;x12=[NEWSROUND]" height="1" width="1" alt=""></p></noscript> <!-- BBCDOTCOM bodyFirst --><div id="bbccom_interstitial_ad" class="bbccom_display_none"></div><div id="bbccom_interstitial" class="bbccom_display_none"><script type="text/javascript">/*<![CDATA[*/ (function() { if (window.bbcdotcom && bbcdotcom.config.isAdsEnabled()) { googletag.cmd.push(function() { googletag.display('bbccom_interstitial'); }); } }()); /*]]>*/</script></div><div id="bbccom_wallpaper_ad" class="bbccom_display_none"></div><div id="bbccom_wallpaper" class="bbccom_display_none"><script type="text/javascript">/*<![CDATA[*/ (function() { var wallpaper; if (window.bbcdotcom && bbcdotcom.config.isAdsEnabled()) { if (bbcdotcom.config.isAsync()) { googletag.cmd.push(function() { googletag.display('bbccom_wallpaper'); }); } else if (typeof googletag !== "undefined" && typeof googletag.display === "function") { googletag.display("wallpaper"); } wallpaper = bbcdotcom.adverts.adRegister.getAd('wallpaper'); } }()); /*]]>*/</script></div><script type="text/javascript">/*<![CDATA[*/ (function() { if (window.bbcdotcom && bbcdotcom.config.isAdsEnabled()) { document.write(unescape('%3Cscript id="gnlAdsEnabled" class="bbccom_display_none"%3E%3C/script%3E')); } if (window.bbcdotcom && bbcdotcom.config.isAnalyticsEnabled()) { document.write(unescape('%3Cscript id="gnlAnalyticsEnabled" class="bbccom_display_none"%3E%3C/script%3E')); } }()); /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ (function() { window.bbcdotcom.bodyFirst = true; }()); /*]]>*/</script> <div id="cookiePrompt"></div> <!--[if (gt IE 8) | (IEMobile)]><!--><header id="orb-banner" role="banner" aria-label="BBC"><!--<![endif]--><!--[if (lt IE 9) & (!IEMobile)]> <![if (IE 8)]> <header id="orb-banner" role="banner" class="orb-old-ie orb-ie8" aria-label="BBC"> <![endif]> <![if (IE 7)]> <header id="orb-banner" role="banner" class="orb-old-ie orb-ie7" aria-label="BBC"> <![endif]> <![if (IE 6)]> <header id="orb-banner" role="banner" class="orb-old-ie orb-ie6" aria-label="BBC"> <![endif]> <![endif]--><div id="orb-header" class="orb-nav-pri orb-nav-pri-white orb-nav-empty" dir="ltr"><div class="orb-nav-pri-container b-r b-g-p"><div class="orb-nav-section orb-nav-blocks"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/">Homepage</a></div><section><div class="orb-skip-links"><h2>Accessibility links</h2><ul><li><a href="#orb-modules">Skip to content</a></li><li><a id="orb-accessibility-help" href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li></ul></div></section><div id="mybbc-wrapper" class="orb-nav-section orb-nav-id orb-nav-focus orb-nav-id-default"> <div id="idcta-statusbar" class="orb-nav-section orb-nav-focus" data-bbc-container="id-cta" data-bbc-event-type="click" data-bbc-ignore-views="1" data-bbc-metadata="{&quot;id-cta-type&quot;: &quot;statusbar-orb&quot;}" data-bbc-source="responsive_web" data-bbc-title="id-cta-sign-in"><a id="idcta-link" href="https://web.archive.org/web/20201001144142/https://account.bbc.com/account?context=cbbc&amp;ptrt=https%3A%2F%2Fwww.bbc.co.uk%2Fnewsround"><span id="idcta-username">BBC Account</span></a></div><script type="text/javascript">require(['idcta/statusbar'], function (statusbar) {new statusbar.Statusbar({id: 'idcta-statusbar', publiclyCacheable: true});});</script> </div><nav role="navigation" aria-label="BBC" class="orb-nav"><div class="orb-nav-section orb-nav-links orb-nav-focus" id="orb-nav-links"><ul><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/iplayer/guide/cbbc">CBBC on TV</a></li><li class="orb-nav-cbbchelp orb-d"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/cbbc/curations/cbbc-help">CBBC Help</a></li><li id="orb-nav-more" style="width: 88px" aria-controls="orb-panel-more"><a href="#orb-footer" data-alt="More" class="istats-notrack">Menu<span class="orb-icon orb-icon-arrow"></span></a></li></ul></div></nav><div class="orb-nav-section orb-nav-search"> <a class="orb-search__button" href="https://web.archive.org/web/20201001144142/https://search.bbc.co.uk/search?scope=cbbc" title="Search the BBC">Search</a><form class="b-f" id="orb-search-form" role="search" method="get" action="https://web.archive.org/web/20201001144142/https://search.bbc.co.uk/search" accept-charset="utf-8"><div><input type="hidden" name="scope" id="orb-search-scope" value="cbbc"><label for="orb-search-q">Search the BBC</label><input id="orb-search-q" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" maxlength="100" name="q" placeholder="Search"><button id="orb-search-button" class="orb-search__button">Search the BBC</button><input type="hidden" name="suggid" id="orb-search-suggid"></div></form> </div></div><div id="orb-panels"></div></div></header> <!-- Styling hook for shared modules only --> <div id="orb-modules"> <div id="u15432838344415312"><div data-reactid=".g7213t0zya" data-react-checksum="620679442"><div class="newsround-cbbc-nav-wrapper" data-reactid=".g7213t0zya.0"><div class="newsround-cbbc-nav-component newsround-cbbc-nav-component-padding-override" data-reactid=".g7213t0zya.0.0"><div class="newsround-cbbc-nav-component__container" data-reactid=".g7213t0zya.0.0.0"><nav class="newsround-cbbc-nav-component__menu" data-reactid=".g7213t0zya.0.0.0.0"><div class="newsround-cbbc-nav-component__bar" data-reactid=".g7213t0zya.0.0.0.0.0"><a class="newsround-cbbc-nav-component__product" href="/web/20201001144142/https://www.bbc.co.uk/cbbc" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-home" data-reactid=".g7213t0zya.0.0.0.0.0.0">Home</a><button id="newsround-cbbc-nav-component__toggle" class="newsround-cbbc-nav-component__toggle" data-reactid=".g7213t0zya.0.0.0.0.0.1"><span id="newsround-cbbc-nav-component__toggle-title" class="newsround-cbbc-nav-component__toggle-title" data-reactid=".g7213t0zya.0.0.0.0.0.1.0">Menu</span><span class="newsround-cbbc-nav-component__toggle-icon" data-reactid=".g7213t0zya.0.0.0.0.0.1.1"></span></button></div><div id="newsround-cbbc-nav-component__list" class="newsround-cbbc-nav-component__list" data-reactid=".g7213t0zya.0.0.0.0.1"><ul class="newsround-cbbc-nav-component__list-inner" data-reactid=".g7213t0zya.0.0.0.0.1.0"><li class="newsround-cbbc-nav-component__item newsround-cbbc-nav-component__item--home" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-home" data-reactid=".g7213t0zya.0.0.0.0.1.0.$home"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--home" href="/web/20201001144142/https://www.bbc.co.uk/cbbc" data-reactid=".g7213t0zya.0.0.0.0.1.0.$home.0"><span class="newsround-cbbc-nav-component__link-icon newsround-cbbc-nav-component__link-icon--home" data-reactid=".g7213t0zya.0.0.0.0.1.0.$home.0.0"></span><span class="newsround-cbbc-nav-component__link-label newsround-cbbc-nav-component__link-label--home" data-reactid=".g7213t0zya.0.0.0.0.1.0.$home.0.1">Home</span></a></li><li class="newsround-cbbc-nav-component__item newsround-cbbc-nav-component__item--shows" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-shows" data-reactid=".g7213t0zya.0.0.0.0.1.0.$shows"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--shows" href="/web/20201001144142/https://www.bbc.co.uk/cbbc/shows" data-reactid=".g7213t0zya.0.0.0.0.1.0.$shows.0"><span class="newsround-cbbc-nav-component__link-icon newsround-cbbc-nav-component__link-icon--shows" data-reactid=".g7213t0zya.0.0.0.0.1.0.$shows.0.0"></span><span class="newsround-cbbc-nav-component__link-label newsround-cbbc-nav-component__link-label--shows" data-reactid=".g7213t0zya.0.0.0.0.1.0.$shows.0.1">Shows</span></a></li><li class="newsround-cbbc-nav-component__item newsround-cbbc-nav-component__item--games" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-games" data-reactid=".g7213t0zya.0.0.0.0.1.0.$games"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--games" href="/web/20201001144142/https://www.bbc.co.uk/cbbc/games" data-reactid=".g7213t0zya.0.0.0.0.1.0.$games.0"><span class="newsround-cbbc-nav-component__link-icon newsround-cbbc-nav-component__link-icon--games" data-reactid=".g7213t0zya.0.0.0.0.1.0.$games.0.0"></span><span class="newsround-cbbc-nav-component__link-label newsround-cbbc-nav-component__link-label--games" data-reactid=".g7213t0zya.0.0.0.0.1.0.$games.0.1">Games</span></a></li><li class="newsround-cbbc-nav-component__item newsround-cbbc-nav-component__item--quizzes" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-quizzes" data-reactid=".g7213t0zya.0.0.0.0.1.0.$quizzes"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--quizzes" href="/web/20201001144142/https://www.bbc.co.uk/cbbc/quizzes" data-reactid=".g7213t0zya.0.0.0.0.1.0.$quizzes.0"><span class="newsround-cbbc-nav-component__link-icon newsround-cbbc-nav-component__link-icon--quizzes" data-reactid=".g7213t0zya.0.0.0.0.1.0.$quizzes.0.0"></span><span class="newsround-cbbc-nav-component__link-label newsround-cbbc-nav-component__link-label--quizzes" data-reactid=".g7213t0zya.0.0.0.0.1.0.$quizzes.0.1">Quizzes</span></a></li><li class="newsround-cbbc-nav-component__item newsround-cbbc-nav-component__item--watch" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-watch" data-reactid=".g7213t0zya.0.0.0.0.1.0.$watch"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--watch" href="/web/20201001144142/https://www.bbc.co.uk/cbbc/watch" data-reactid=".g7213t0zya.0.0.0.0.1.0.$watch.0"><span class="newsround-cbbc-nav-component__link-icon newsround-cbbc-nav-component__link-icon--watch" data-reactid=".g7213t0zya.0.0.0.0.1.0.$watch.0.0"></span><span class="newsround-cbbc-nav-component__link-label newsround-cbbc-nav-component__link-label--watch" data-reactid=".g7213t0zya.0.0.0.0.1.0.$watch.0.1">Watch</span></a></li><li class="newsround-cbbc-nav-component__item newsround-cbbc-nav-component__item--joinin" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-joinin" data-reactid=".g7213t0zya.0.0.0.0.1.0.$joinin"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--joinin" href="/web/20201001144142/https://www.bbc.co.uk/cbbc/joinin" data-reactid=".g7213t0zya.0.0.0.0.1.0.$joinin.0"><span class="newsround-cbbc-nav-component__link-icon newsround-cbbc-nav-component__link-icon--joinin" data-reactid=".g7213t0zya.0.0.0.0.1.0.$joinin.0.0"></span><span class="newsround-cbbc-nav-component__link-label newsround-cbbc-nav-component__link-label--joinin" data-reactid=".g7213t0zya.0.0.0.0.1.0.$joinin.0.1">Join In</span></a></li><li class="newsround-cbbc-nav-component__item newsround-cbbc-nav-component__item--puzzles" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-puzzles" data-reactid=".g7213t0zya.0.0.0.0.1.0.$puzzles"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--puzzles" href="/web/20201001144142/https://www.bbc.co.uk/cbbc/puzzles" data-reactid=".g7213t0zya.0.0.0.0.1.0.$puzzles.0"><span class="newsround-cbbc-nav-component__link-icon newsround-cbbc-nav-component__link-icon--puzzles" data-reactid=".g7213t0zya.0.0.0.0.1.0.$puzzles.0.0"></span><span class="newsround-cbbc-nav-component__link-label newsround-cbbc-nav-component__link-label--puzzles" data-reactid=".g7213t0zya.0.0.0.0.1.0.$puzzles.0.1">Puzzles</span></a></li><li class="newsround-cbbc-nav-component__item newsround-cbbc-nav-component__item--newsround newsround-cbbc-nav-component__item--current" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-newsround" data-reactid=".g7213t0zya.0.0.0.0.1.0.$newsround"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--newsround newsround-cbbc-nav-component__link--current" href="/web/20201001144142/https://www.bbc.co.uk/newsround" data-reactid=".g7213t0zya.0.0.0.0.1.0.$newsround.0"><span class="newsround-cbbc-nav-component__link-icon newsround-cbbc-nav-component__link-icon--newsround" data-reactid=".g7213t0zya.0.0.0.0.1.0.$newsround.0.0"></span><span class="newsround-cbbc-nav-component__link-label newsround-cbbc-nav-component__link-label--newsround" data-reactid=".g7213t0zya.0.0.0.0.1.0.$newsround.0.1">Newsround</span></a></li></ul></div></nav></div></div></div><section role="main" data-reactid=".g7213t0zya.1"><header class="newsround-header__header" data-reactid=".g7213t0zya.1.1"><div class="newsround-header__orb" style="background-image:url(//web.archive.org/web/20201001144142im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/images/newsround-orb.png);" data-reactid=".g7213t0zya.1.1.0"></div><div class="newsround-header__wrapper" data-reactid=".g7213t0zya.1.1.1"><div class="newsround-header__container" data-reactid=".g7213t0zya.1.1.1.0"><a class="newsround-header__link" href="/web/20201001144142/https://www.bbc.co.uk/newsround" data-istats-track="true" data-istats-track-link-location="nr_nav-homelogo" data-reactid=".g7213t0zya.1.1.1.0.0"><div class="newsround-header__logo" style="background-image:url(//web.archive.org/web/20201001144142im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/images/newsround-logo.png);background:url(//web.archive.org/web/20201001144142im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/images/newsround-logo.svg) no-repeat;" data-reactid=".g7213t0zya.1.1.1.0.0.0"><h1 class="newsround-header__off-screen" data-reactid=".g7213t0zya.1.1.1.0.0.0.0">Newsround</h1></div></a><div class="newsround-header__button" data-istats-track="true" data-istats-track-link-location="nr_nav-bulletin" data-bbc-container="content-watch-newsround-button" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-watch-newsround-button&quot;,&quot;CHD&quot;:&quot;button&quot;}" data-bbc-source="newsround" data-bbc-title="Watch Newsround" data-reactid=".g7213t0zya.1.1.1.0.1"><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="" data-reactid=".g7213t0zya.1.1.1.0.1.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".g7213t0zya.1.1.1.0.1.0.0"><svg viewbox="0 0 32 32" data-reactid=".g7213t0zya.1.1.1.0.1.0.0.0"><title data-reactid=".g7213t0zya.1.1.1.0.1.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".g7213t0zya.1.1.1.0.1.0.0.0.1"></path></svg></div><span data-reactid=".g7213t0zya.1.1.1.0.1.0.1:0">Watch </span><span class="newsround-header__button__bp-text" data-reactid=".g7213t0zya.1.1.1.0.1.0.1:1">Newsround</span></a></div></div></div></header><section class="newsround-story-header" data-istats-track-scroll-visibility="nr_content_headline" data-reactid=".g7213t0zya.1.2"><div class="newsround-story-header__wrapper newsround-story-header__wrapper--STY" data-reactid=".g7213t0zya.1.2.0"><div class="newsround-story-header__layout newsround-story-header__layout--STY" data-reactid=".g7213t0zya.1.2.0.0"><div class="newsround-story-header__layout-item newsround-story-header__layout-item--STY" data-reactid=".g7213t0zya.1.2.0.0.0"><div class="newsround-story-header__title-layout newsround-story-header__title-layout--STY" data-reactid=".g7213t0zya.1.2.0.0.0.0"><h1 class="newsround-story-header__title-text newsround-story-header__title-text--STY" data-reactid=".g7213t0zya.1.2.0.0.0.0.0">Newsround topics: Climate change and pollution</h1></div><div class="newsround-story-header__timestamp-row newsround-story-header__timestamp-row--STY" data-reactid=".g7213t0zya.1.2.0.0.0.1"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".g7213t0zya.1.2.0.0.0.1.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".g7213t0zya.1.2.0.0.0.1.0.0"><svg viewbox="0 0 32 32" data-reactid=".g7213t0zya.1.2.0.0.0.1.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".g7213t0zya.1.2.0.0.0.1.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".g7213t0zya.1.2.0.0.0.1.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-05-19T11:53:05+00:00" data-datetime="19 May 2020" data-reactid=".g7213t0zya.1.2.0.0.0.1.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".g7213t0zya.1.2.0.0.0.1.0.1.0">19 May 2020</span><span class="gs-u-vh" data-reactid=".g7213t0zya.1.2.0.0.0.1.0.1.1">19 May 2020</span></time></span><div class="newsround-story-header__timestamp-time newsround-story-header__timestamp-time--STY" data-reactid=".g7213t0zya.1.2.0.0.0.1.1"><span data-reactid=".g7213t0zya.1.2.0.0.0.1.1.0">Last updated at </span><span data-reactid=".g7213t0zya.1.2.0.0.0.1.1.1">11:53</span></div></div></div><div class="newsround-story-header__layout-item newsround-story-header__layout-item--STY" data-reactid=".g7213t0zya.1.2.0.0.1"></div><div class="newsround-story-header__layout-item newsround-story-header__layout-item--STY" data-reactid=".g7213t0zya.1.2.0.0.2"></div></div></div></section><div data-reactid=".g7213t0zya.1.4"><div data-reactid=".g7213t0zya.1.4.0"></div><section class="newsround-story-body" data-reactid=".g7213t0zya.1.4.2"><div class="newsround-story-body__wrapper" data-reactid=".g7213t0zya.1.4.2.0"><div class="newsround-story-body__container" data-reactid=".g7213t0zya.1.4.2.0.0"><div class="newsround-story-body__content" data-reactid=".g7213t0zya.1.4.2.0.0.0"><div class="newsround-story-body__section newsround-story-body__section--responsive-image" data-reactid=".g7213t0zya.1.4.2.0.0.0.$0"><div class="newsround-story-body__wrapper" data-reactid=".g7213t0zya.1.4.2.0.0.0.$0.0"><div class="newsround-story-body__container" data-reactid=".g7213t0zya.1.4.2.0.0.0.$0.0.0"><div class="newsround-story-body__content" data-reactid=".g7213t0zya.1.4.2.0.0.0.$0.0.0.0"><div class="newsround-story-body__figure-wrapper" data-reactid=".g7213t0zya.1.4.2.0.0.0.$0.0.0.0.0"><div class="newsround-story-body__figure-outer-container" data-reactid=".g7213t0zya.1.4.2.0.0.0.$0.0.0.0.0.0"><div class="newsround-story-body__figure-container" data-reactid=".g7213t0zya.1.4.2.0.0.0.$0.0.0.0.0.0.0"><div class="newsround-story-body__figure-fallback" style="padding-bottom:56.25%;" data-reactid=".g7213t0zya.1.4.2.0.0.0.$0.0.0.0.0.0.0.0"><img src="//web.archive.org/web/20201001144142im_/https://ichef.bbci.co.uk/news/320/cpsprodpb/631F/production/_112357352_nrteachers_3.jpg" alt="climate" class="newsround-story-body__figure-image" data-reactid=".g7213t0zya.1.4.2.0.0.0.$0.0.0.0.0.0.0.0.1"/></div></div></div></div></div></div></div></div><p class="newsround-story-body__text" role="introduction" data-reactid=".g7213t0zya.1.4.2.0.0.0.$1">We know you are passionate about looking after our planet . </p><p class="newsround-story-body__text" data-reactid=".g7213t0zya.1.4.2.0.0.0.$2">So we've put together a list of some of our most interesting stories about climate change, the environment and what's being done to protect planet Earth.</p><p class="newsround-story-body__text" data-reactid=".g7213t0zya.1.4.2.0.0.0.$3"><span></span><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/newsround/51376710">Don&#x27;t forget, every Wednesday, you can watch our weekly round up of environment news: Your Planet</a>.</p><p class="newsround-story-body__text" data-reactid=".g7213t0zya.1.4.2.0.0.0.$4">Follow the list down to search for your favourite heading.</p><aside class="newsround-story-body__pullout-aside" data-istats-track="true" data-istats-track-link-location="nr_content_oj_pullout" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5"><div class="newsround-story-body__pullout" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0"><div class="newsround-story-body__pullout-wrapper" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0"><div class="newsround-story-body__pullout-container" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0"><div class="newsround-story-body__pullout-content" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0.0"><h2 class="newsround-story-body__pullout-heading" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0.0.0">Pollution</h2><div class="newsround-story-body__pullout-body" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0.0.1"><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0.0.1.$0"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/47555997">Five ways people are cleaning up waste </a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0.0.1.$1"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/50291016">Air pollution causes Delhi schools to shut</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0.0.1.$2"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/42810179">Guide: Why is plastic a problem?</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0.0.1.$3"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/46860947">New plan to tackle air pollution</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0.0.1.$4"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/47453923">Air pollution: Should cars be banned outside schools?</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0.0.1.$5"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/52095386">One boy and his dog fight against air pollution</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.0.0.0.0.1.$6"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/49969669">Kids help with research into school journey air pollution </a></p></div></div></div></div></div><div class="newsround-story-body__pullout-ledge" data-reactid=".g7213t0zya.1.4.2.0.0.0.$5.1"></div></aside><aside class="newsround-story-body__pullout-aside" data-istats-track="true" data-istats-track-link-location="nr_content_oj_pullout" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6"><div class="newsround-story-body__pullout" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0"><div class="newsround-story-body__pullout-wrapper" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0"><div class="newsround-story-body__pullout-container" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0"><div class="newsround-story-body__pullout-content" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0"><h2 class="newsround-story-body__pullout-heading" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.0">Climate change</h2><div class="newsround-story-body__pullout-body" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1"><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$0"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/45880633">Climate change: What is it?</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$1"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/51451737">Is climate change giving you nightmares?</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$2"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/52357230">QUIZ: How well do you know our planet?</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$3"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/49803301">Climate change: An expert answers YOUR questions</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$4"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/49824154">Climate change is damaging our oceans, new report says</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$5"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/50956990">Five firsts for climate change</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$6"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/51738110">Water world: Is this what Earth looked like 3 billion years ago? </a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$7"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/52052742">Why are so many sea creatures leaving their homes?</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$8"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/51670888">&#x27;Let&#x27;s march!&#x27; - Greta in Bristol for climate protest </a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$9"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/51268527">Scientists worried about future of huge Antarctic glacier</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$10"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/49801041">Greta: If you choose to fail us, we will never forgive you</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$11"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/51500390">Antarctica hits record high temperature</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$12"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/47467038">Who is Greta Thunberg?</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$13"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/50760263">Here&#x27;s why 2019 has been the year of Greta Thunberg</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$14"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/51296515">Why Antarctica is celebrating its birthday... kind of</a></p><p class="newsround-story-body__text" role="link-promotion" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.0.0.0.0.1.$15"><span></span><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/51274298">What do you wear to go to the Antarctic?</a></p></div></div></div></div></div><div class="newsround-story-body__pullout-ledge" data-reactid=".g7213t0zya.1.4.2.0.0.0.$6.1"></div></aside></div></div></div></section></div><div data-reactid=".g7213t0zya.1.5"></div><div data-reactid=".g7213t0zya.1.6"></div><section id="onward-journeys" class="newsround-more-stories newsround-more-stories--onward-journeys" data-istats-track-scroll-visibility="nr_content_oj_top_stories" data-reactid=".g7213t0zya.1.7"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".g7213t0zya.1.7.0"><div class="newsround-more-stories__header" data-reactid=".g7213t0zya.1.7.0.0"><div class="newsround-more-stories__header-item" data-reactid=".g7213t0zya.1.7.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--onward-journeys" data-reactid=".g7213t0zya.1.7.0.0.0.0">Top Stories</h2></div></div><div class="newsround-more-stories__stories" style="height:404px;" data-reactid=".g7213t0zya.1.7.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--onward-journeys" data-reactid=".g7213t0zya.1.7.0.1.$49883230"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_content_oj_top_stories-1" data-bbc-container="content-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-top-stories&quot;,&quot;CHD&quot;:&quot;card::1&quot;}" data-bbc-source="newsround" data-bbc-title="What is Black History Month?" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0"><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/49883230" class="newsround-promo__content newsround-promo__content--white" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0"><div class="newsround-promo__media" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.0.0"><img src="https://web.archive.org/web/20201001144142im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/116D7/production/_109038317_p06mdwq9.jpg" alt="Windrush-mural." class="newsround-promo__responsive-image" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.0.0.0"/></div><span data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1"><p class="newsround-promo__headline" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.0">What is Black History Month?</p><div class="newsround-promo__footer" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-30T15:30:35+00:00" data-datetime="23 hours ago" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.2.0.0.1.0">23 hours ago</span><span class="gs-u-vh" data-reactid=".g7213t0zya.1.7.0.1.$49883230.0.0.1.2.0.0.1.1">23 hours ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--onward-journeys" data-reactid=".g7213t0zya.1.7.0.1.$54266568"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_content_oj_top_stories-2" data-bbc-container="content-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-top-stories&quot;,&quot;CHD&quot;:&quot;card::2&quot;}" data-bbc-source="newsround" data-bbc-title="Tributes paid to CBBC star Archie Lyndhurst" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0"><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/54266568" class="newsround-promo__content newsround-promo__content--white" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0"><div class="newsround-promo__media" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.0.0"><img src="https://web.archive.org/web/20201001144142im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/F5C8/production/_114602926_microsoftteams-image.png" alt="Archie at the Children's Bafta Awards" class="newsround-promo__responsive-image" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.0.0.0"/></div><span data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1"><p class="newsround-promo__headline" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.0">Tributes paid to CBBC star Archie Lyndhurst</p><div class="newsround-promo__footer" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-10-01T09:48:22+00:00" data-datetime="4 hours ago" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.0.0.1.0">4 hours ago</span><span class="gs-u-vh" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.0.0.1.1">4 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.1.0.0"><title data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".g7213t0zya.1.7.0.1.$54266568.0.0.1.2.1.1">22</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--onward-journeys" data-reactid=".g7213t0zya.1.7.0.1.$54369123"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_content_oj_top_stories-3" data-bbc-container="content-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-top-stories&quot;,&quot;CHD&quot;:&quot;card::3&quot;}" data-bbc-source="newsround" data-bbc-title="Lockdown rules: What's happening in northern England?" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0"><a href="/web/20201001144142/https://www.bbc.co.uk/newsround/54369123" class="newsround-promo__content newsround-promo__content--white" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0"><div class="newsround-promo__media" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.0.0"><img src="https://web.archive.org/web/20201001144142im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/4D4E/production/_114709791_tv034117219.jpg" alt="Liverpool." class="newsround-promo__responsive-image" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.0.0.0"/></div><span data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1"><p class="newsround-promo__headline" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.0">Lockdown rules: What&#x27;s happening in northern England?</p><div class="newsround-promo__footer" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-10-01T11:03:47+00:00" data-datetime="3 hours ago" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.0.0.1.0">3 hours ago</span><span class="gs-u-vh" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.0.0.1.1">3 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost newsround-promo__comments-signpost-without-count" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.1.0.0"><title data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".g7213t0zya.1.7.0.1.$54369123.0.0.1.2.1.0.0.1"></path></svg></div></div></div></div></a></div></div></div></div></section><section class="newsround-story-footer" data-istats-track-scroll-visibility="nr_content_footer_home" data-bbc-container="content-home-footer-button" data-bbc-metadata="{&quot;PAR&quot;:&quot;content-home-footer-button&quot;,&quot;CHD&quot;:&quot;button&quot;}" data-bbc-source="newsround" data-bbc-title="Newsround Home" data-reactid=".g7213t0zya.1.8"><div class="newsround-story-footer__wrap" data-reactid=".g7213t0zya.1.8.0"><div class="newsround-story-footer__orb" style="background-image:url(//web.archive.org/web/20201001144142im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story-footer/4.1.0/images/orb.png);" data-reactid=".g7213t0zya.1.8.0.0"></div><div class="newsround-story-footer__button-wrap" data-istats-track="true" data-istats-track-link-location="nr_content_footer_home" data-reactid=".g7213t0zya.1.8.0.1"><a href="/web/20201001144142/https://www.bbc.co.uk/newsround" class="newsround-button newsround-button--purple" aria-label="Newsround Home" data-reactid=".g7213t0zya.1.8.0.1.0"><span data-reactid=".g7213t0zya.1.8.0.1.0.1">Newsround Home</span></a></div></div></section></section></div></div> </div> <div id="orb-footer" class="orb-footer" dir="ltr"> <div id="navp-orb-footer-promo"></div><aside role="complementary"><div id="orb-aside" class="orb-nav-sec b-r b-g-p"><div class="orb-footer-inner" role="navigation" aria-label="BBC"><h2 class="orb-footer-lead">Explore the BBC</h2><div class="orb-footer-primary-links"><ul><li class="orb-nav-cbbc"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/iplayer/guide/cbbc">CBBC on TV</a></li><li class="orb-nav-cbbchelp orb-d"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/cbbc/curations/cbbc-help">CBBC Help</a></li></ul></div></div></div></aside><footer role="contentinfo"><div id="orb-contentinfo" class="orb-nav-sec b-r b-g-p"><script>window.orb.worldwideFooterlinks = '<li class="orb-footer-ads"><a href="https://web.archive.org/web/20201001144142/https://advertising.bbcworldwide.com/">Advertise with us<'+'/a><'+'/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.com/usingthebbc/cookies/how-can-i-change-my-bbc-cookie-settings/">AdChoices / Do Not Sell My Info<'+'/a><'+'/li>';</script><div class="orb-footer-inner"> <ul><li class="orb-footer-terms"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/bbcnewsletter">Get Personalised Newsletters</a></li></ul><small><em class="orb-hilight">Copyright &copy; 2020 BBC.</em> The BBC is not responsible for the content of external sites. <span class="orb-footer-links"><a href="https://web.archive.org/web/20201001144142/https://www.bbc.co.uk/help/web/links/" class="orb-hilight">Read about our approach to external linking.</a></span></small></div></div></div></footer></div><script id="orb-js-script" data-assetpath="https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/" src="https://web.archive.org/web/20201001144142js_/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/js/orb.min.js"></script> <script type="text/javascript">/*<![CDATA[*/ require(['orb/nav'], function(nav) { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { nav.loadJs('https://web.archive.org/web/20201001144142/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/js/edr.min.js'); } }); }); /*]]>*/</script> <!-- BBCDOTCOM bodyLast --><div class="bbccom_display_none"><script type="text/javascript">/*<![CDATA[*/ if (window.bbcdotcom && window.bbcdotcom.analytics && bbcdotcom.config && !bbcdotcom.config.isSportApp() && !bbcdotcom.config.isReel()) { bbcdotcom.checkThirdPartyFirst(bbcdotcom.analytics.page, bbcdotcom.analytics); } /*]]>*/</script><noscript><img src="//web.archive.org/web/20201001144142im_/https://ssc.api.bbc.com/?c1=2&amp;c2=19293874&amp;ns_site=bbc&amp;name=" height="1" width="1" alt=""></noscript><script type="text/javascript">/*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.currencyProviders) { bbcdotcom.checkThirdPartyFirst(bbcdotcom.currencyProviders.write, bbcdotcom.currencyProviders); } /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.currencyProviders) { bbcdotcom.checkThirdPartyFirst(bbcdotcom.currencyProviders.postWrite, bbcdotcom.currencyProviders); } /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.data && bbcdotcom.data.stats && bbcdotcom.data.stats === 1 && bbcdotcom.utils && window.location.pathname === '/') { var wwhpEdition = bbcdotcom.utils.getMetaPropertyContent('wwhp-edition'); var _sf_async_config={}; /** CONFIGURATION START **/ _sf_async_config.uid = 50924; _sf_async_config.domain = "bbc.co.uk"; _sf_async_config.title = "Homepage"+(wwhpEdition !== '' ? ' - '+wwhpEdition : ''); _sf_async_config.sections = "Homepage"+(wwhpEdition !== '' ? ', Homepage - '+wwhpEdition : ''); _sf_async_config.region = wwhpEdition; _sf_async_config.path = "/"+(wwhpEdition !== '' ? '?'+wwhpEdition : ''); /** CONFIGURATION END **/ (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement("script"); e.setAttribute("language", "javascript"); e.setAttribute("type", "text/javascript"); e.setAttribute('src', '//web.archive.org/web/20201001144142/https://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != "function") ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); } /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ (function() { window.bbcdotcom.bodyLast = true; }()); /*]]>*/</script></div><!-- BBCDOTCOM all code in page --> <script type="text/javascript">require.config({ "paths": { "orb/async/_footerpromo": 'https://web.archive.org/web/20201001144142/https://nav.files.bbci.co.uk/navpromo/147159bb26f38dcdcdba6f164d96667a/js/async/_footerpromo' } }); (function() { document.addEventListener("DOMContentLoaded", function(event) { initialiseFooter(); }); var scrollCheckTimer; var didScroll; var previousPosition = 0; var delta = 5; var PROMO_SHOW_BREAKPOINT = 1500; var pageLength = 0; function getCookie(key) { if (!key) { return document.cookie; } return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*" + encodeURIComponent(key).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*([^;]*).*$)|^.*$"), "$1")) || null; } function initialiseFooter() { // Suppress this feature on browsers we no longer test var myNav = navigator.userAgent.toLowerCase(); var oldIE = (myNav.indexOf('msie') !== -1) && parseInt(myNav.split('msie')[1], 10) <= 10; if (!oldIE) { var disabledByCookie = (parseInt(getCookie('ckns_nav_promofail')) || 0) >= 3; if (!disabledByCookie) { window.bbcpage.getLanguage().then(function(language) { if (language === 'en') { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { setUpLazyLoading(); } }); } }); } } } function setUpLazyLoading() { // offsetHeight is expensive to calculate, only do it once. pageLength = Math.abs(document.body.offsetHeight); if (pageLength < getViewportHeight() + 300 || pageLength - getCurrentPosition() < PROMO_SHOW_BREAKPOINT) { loadPromo(); } else { window.onscroll = function () { didScroll = true; }; scrollCheckTimer = setInterval(function () { if (didScroll) { hasScrolled(); didScroll = false; } }, 250); } } function loadPromo() { clearInterval(scrollCheckTimer); require(['orb/async/_footerpromo'], function(promo) { promo.init('https://web.archive.org/web/20201001144142/https://navpromo.api.bbci.co.uk', 'cbbc'); }); } function getViewportHeight() { return window.innerHeight; } function getCurrentPosition() { return Math.abs(window.scrollY || document.body.scrollTop || document.documentElement.scrollTop); } function hasScrolled() { var currentPosition = getCurrentPosition(); if (Math.abs(previousPosition - currentPosition) <= delta) { return; } if (currentPosition > previousPosition) { if ((pageLength - currentPosition) <= PROMO_SHOW_BREAKPOINT) { loadPromo(); } } previousPosition = currentPosition; } })();</script> <script type="text/javascript">window.COOKIES_STATIC_HOST = 'https://web.archive.org/web/20201001144142/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-477.3a39ca0/cookie-banner/cookie-prompt/';</script><script src="https://web.archive.org/web/20201001144142js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-477.3a39ca0/cookie-banner/cookie-banners.bundle.js" async=""></script><script type="text/javascript">require(["istats-1","orb/cookies"],function(o,t){if(t.isAllowed("s1"))try{if(!require.s.contexts._.config.paths.idcta)return void i();require(["idcta/idcta-1"],function(t){t&&"function"==typeof t.getIStatsLabels&&o.addLabels(t.getIStatsLabels()),i()},function(t){throw t})}catch(t){console&&"function"==typeof console.log&&console.log("an exception occurred while adding idcta labels to istats, invoking istats without them",t),i()}function i(){o.invoke()}});</script><script type="text/javascript">"use strict";window.__reverb.__reverbLoadedPromise.then(function(e){return e.initialise().then(function(){return e.viewEvent()})},function(){console.log("Failed to load reverb. No event sent")});</script><script src="https://web.archive.org/web/20201001144142js_/https://nav.files.bbci.co.uk//user-activity-helper/1d5fa47d9ba60d5c52b377ec3208b7be/js/detectview.bundle.js" async=""></script><script>require.config({"paths":{"bump-3":"//web.archive.org/web/20201001144142/https://emp.bbci.co.uk/emp/bump-3/bump-3","bump-4":"//web.archive.org/web/20201001144142/https://emp.bbci.co.uk/emp/bump-4/bump-4","echo-8.1.0":"//web.archive.org/web/20201001144142/https://static.bbci.co.uk/echoclient/modules/echo-8.1.0.js","jssignals-1":"//web.archive.org/web/20201001144142/https://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1","jquery-1":"//web.archive.org/web/20201001144142/https://static.test.bbc.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2","jquery-1.9":"//web.archive.org/web/20201001144142/https://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1","swfobject-2":"//web.archive.org/web/20201001144142/https://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2"}})</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-dynamic-feature-toggles/id/article/isiteproject/nrconfigs/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"comments":"true","riddle":"true","telescope":"true","indepthtoolkit":"true","optimizely":"false","sidebar-link":"true","ugc-form-cta":"true","switch-watch-newsround-off":"true","optimizely-media-collection-controller":"true","NEWSROUND-387-newsround-comments-button-toggle":"true","NEWSROUND-405-map-media-collection":"true","NEWSROUND-406-new-hero-image":"true","NEWSROUND-406-hero-image-resize":"true","NEWSROUND-502-pullout-tracking":"true","NEWSROUND-516-cpv-content":"true"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-dynamic-feature-toggles/id/global/isiteproject/nrconfigs/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"chartbeat":"true","NEWSROUND-445-canvas":"true","canvas":"true","newsround-comments-signposting":"true","cloud-idcta":"true","NEWSROUND-409-reverb-stats":"true","NEWSROUND-463-LIVE-reverb-stats":"true","NEWSROUND-473-hide-h1-by-default":"false","NEWSROUND-481-reverb-custom-vars":"true","NEWSROUND-482-timestamp-abbreviation":"true","NEWSROUND-446-amp-stories":"true"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54369123/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54369123":0}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-dynamic-feature-toggles/id/global/isiteproject/nrconfigs/version/1.1.1', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"chartbeat":"true","NEWSROUND-445-canvas":"true","canvas":"true","newsround-comments-signposting":"true","cloud-idcta":"true","NEWSROUND-409-reverb-stats":"true","NEWSROUND-463-LIVE-reverb-stats":"true","NEWSROUND-473-hide-h1-by-default":"false","NEWSROUND-481-reverb-custom-vars":"true","NEWSROUND-482-timestamp-abbreviation":"true","NEWSROUND-446-amp-stories":"true"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54266568/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54266568":22}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-story-see-also-data/assetUri/%2Fnewsround%2F52712926/previewGuid/undefined/version/2.0.1', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":[]}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/%2Fnewsround%2Fhome/filterAssetId/52712926/limit/3/previewGuid/undefined/semanticGroupName/Top%20Stories/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Top Stories","items":[{"id":"49883230","promoType":"story","timestamp":"2020-09-30T15:30:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/116D7\/production\/_109038317_p06mdwq9.jpg","imgAlt":"Windrush-mural.","headline":"What is Black History Month?","summary":"October is Black History Month and it's been celebrated across the UK for more than 30 years. It was originally established to recognise the contributions that people of African and Caribbean backgrounds have made to the nation over many generations.","href":"\/newsround\/49883230","includeComments":false},{"id":"54266568","promoType":"story","timestamp":"2020-10-01T09:48:22+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/F5C8\/production\/_114602926_microsoftteams-image.png","imgAlt":"Archie at the Children's Bafta Awards","headline":"Tributes paid to CBBC star Archie Lyndhurst","summary":"Tributes have been paid Archie Lyndhurst, the So Awkward actor, who has died after a short illness. He has been described as a \"generous, kind-hearted young man who will not be forgotten\".","href":"\/newsround\/54266568","includeComments":true},{"id":"54369123","promoType":"story","timestamp":"2020-10-01T11:03:47+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/4D4E\/production\/_114709791_tv034117219.jpg","imgAlt":"Liverpool.","headline":"Lockdown rules: What's happening in northern England?","summary":"Liverpool, Warrington, Hartlepool and Middlesbrough are all affected by the new measures.","href":"\/newsround\/54369123","includeComments":true}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-cs-asset-with-media-enriched/assetUri/%2Fnewsround%2F52712926/previewGuid/undefined/version/4.0.1', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"assetId":"52712926","assetUri":"\/newsround\/52712926","firstCreated":"2020-05-18T14:34:39+00:00","firstPublished":"2020-05-19T11:53:05+00:00","headline":"Newsround topics: Climate change and pollution","iStatsCounterName":"newsround.home.story.52712926.page","language":"en-gb","lastUpdated":"2020-05-19T11:53:05+00:00","media":{"images":{"body":{"112357352":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/631F\/production\/_112357352_nrteachers_3.jpg","originCode":"cpsprodpb","altText":"climate","positionHint":"full-width","copyrightHolder":"BBC","allowSyndication":true,"imageChefHref":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/631F\/production\/_112357352_nrteachers_3.jpg","ratio":56.25,"orientation":"landscape"}},"index":{"112357517":{"height":922,"width":1640,"href":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/11797\/production\/_112357517_anrteachers_3-1.jpg","originCode":"cpsprodpb","altText":"climate","copyrightHolder":"BBC","allowSyndication":true,"imageChefHref":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/11797\/production\/_112357517_anrteachers_3-1.jpg","ratio":56.21951,"orientation":"landscape"}},"index-thumbnail":{"112357376":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/1072F\/production\/_112357376_nrteachers_3.jpg","originCode":"cpsprodpb","altText":"climate","copyrightHolder":"BBC","allowSyndication":true,"imageChefHref":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/1072F\/production\/_112357376_nrteachers_3.jpg","ratio":56.25,"orientation":"landscape"}}},"videos":{"body":{"49803467":{"caption":"Climate change expert answers YOUR questions","clipPid":"p07p3q1p","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":260,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07p4rkg.jpg","title":"Climate expert answers YOUR questions","versionPid":"p07p3q1t","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p07p4rkg.jpg"},"50760270":{"caption":"Here's why 2019 has been the year of Greta Thunberg","clipPid":"p07xnsmx","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":140,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xnsv2.jpg","title":"Here's why 2019 has been the year of Greta Thunberg","versionPid":"p07xnsn0","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xnsv2.jpg"},"51274302":{"caption":"What do you wear to go to Antarctic?","clipPid":"p081k2j5","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":113,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p081k2p1.jpg","title":"What do you wear to go to Antarctic?","versionPid":"p081k2j7","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p081k2p1.jpg"},"52095387":{"caption":"One boy and his dog, Baggy, take on pollution","clipPid":"p0884zty","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":119,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0886zsh.jpg","title":"One boy and his dog tackle pollution","versionPid":"p0884zv0","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0886zsh.jpg"}}}},"options":{"allowDateStamp":true,"allowPrintingSharingLinks":false,"allowHeadline":true,"allowRightHandSide":true,"allowRelatedStoriesBox":true,"includeComments":false,"isIgorSeoTagsEnabled":false,"isKeyContent":false,"isBreakingNews":false,"hasNewsTracker":false,"isFactCheck":false,"allowAdvertising":false,"hasContentWarning":false,"suitableForSyndication":true},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"shortHeadline":"Newsround topics: Climate change and pollution","summary":"Newsround topics: Climate change and pollution","title":"CBBC Newsround - Newsround topics: Climate change and pollution","type":"STY","lastPublished":"2020-05-19T11:53:05+00:00","bodyJS":[{"name":"image","children":[],"attributes":[{"name":"id","value":"112357352"}],"href":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/631F\/production\/_112357352_nrteachers_3.jpg","imageChefHref":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/631F\/production\/_112357352_nrteachers_3.jpg","altText":"climate","width":976,"height":549,"ratio":56.25,"orientation":"landscape","copyrightHolder":"BBC"},{"name":"paragraph","children":[{"name":"text","children":[],"attributes":[],"text":"We know you are passionate about looking after our planet . "}],"attributes":[{"name":"role","value":"introduction"}]},{"name":"paragraph","children":[{"name":"text","children":[],"attributes":[],"text":"So we've put together a list of some of our most interesting stories about climate change, the environment and what's being done to protect planet Earth."}],"attributes":[]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"link","children":[{"name":"caption","children":[{"name":"text","children":[],"attributes":[],"text":"Don't forget, every Wednesday, you can watch our weekly round up of environment news: Your Planet"}],"attributes":[]},{"name":"url","children":[],"attributes":[{"name":"platform","value":"highweb"},{"name":"href","value":"https:\/\/web.archive.org\/web\/20201001144142\/https:\/\/www.bbc.co.uk\/newsround\/51376710"}]}],"attributes":[]},{"name":"text","children":[],"attributes":[],"text":"."}],"attributes":[]},{"name":"paragraph","children":[{"name":"text","children":[],"attributes":[],"text":"Follow the list down to search for your favourite heading."}],"attributes":[]},{"name":"pullOut","children":[{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/47555997"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"47555997"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Eco-friendly: Five ways people are trying to help the environment by cleaning up waste"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/a0683943-963b-a149-9f51-138b5b3890c7"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Five ways people are cleaning up waste"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/a0683943-963b-a149-9f51-138b5b3890c7"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Meet some of the people who are finding news ways to tackle our problems with rubbish and waste."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/a0683943-963b-a149-9f51-138b5b3890c7"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Eco-friendly: Five ways people are trying to help the environment by cleaning up waste"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-13T12:13:47+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-13T17:18:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-14T07:15:11+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-17T15:16:00+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"154827135"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-17T15:15:56+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1164.back.live.telhc.local-56"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]}],"attributes":[{"name":"overtyped-headline","value":"Five ways people are cleaning up waste "}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/50291016"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"50291016"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution causes Delhi schools to shut"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/72f40980-c48a-4842-b9ca-0bb44e30a19a"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution causes Delhi schools to shut"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/72f40980-c48a-4842-b9ca-0bb44e30a19a"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Schools in India's capital city of Delhi have been closed because air pollution levels there have got so bad."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/72f40980-c48a-4842-b9ca-0bb44e30a19a"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Air pollution causes Delhi schools to shut"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-04T11:43:05+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-04T14:59:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-04T14:59:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-04T14:59:29+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"148415606"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-04T14:59:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1164.back.live.telhc.local-44"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]}],"attributes":[{"name":"overtyped-headline","value":"Air pollution causes Delhi schools to shut"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/42810179"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"42810179"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"What is the problem with plastic?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/960cf46c-8152-e04a-924d-21977df3ab9f"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Guide: Why is plastic a problem?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/960cf46c-8152-e04a-924d-21977df3ab9f"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"More than eight million tonnes of plastic goes into the world's oceans each year. That's a lot of plastic which can harm animals and the environment. So what's being done about it?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/960cf46c-8152-e04a-924d-21977df3ab9f"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"101227"},{"name":"name","value":"News"},{"name":"uri","value":"\/newsround\/news"},{"name":"url-identifier","value":"\/newsround\/news"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - What is the problem with plastic?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2018-01-24T17:25:42+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2018-01-31T07:21:05+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-17T15:15:56+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-17T15:16:16+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"154827218"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-17T15:16:16+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1163.back.live.telhc.local-46"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]}],"attributes":[{"name":"overtyped-headline","value":"Guide: Why is plastic a problem?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/46860947"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"46860947"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution: New plan to tackle it"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/2ea283c0-b40f-8a48-9abc-b13bcbdef764"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"New plan to tackle air pollution"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/2ea283c0-b40f-8a48-9abc-b13bcbdef764"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"The government has announced some new ideas for dealing with air pollution."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/2ea283c0-b40f-8a48-9abc-b13bcbdef764"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Air pollution: New plan to tackle it"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-01-14T09:02:57+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-01-14T10:07:59+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-01-14T10:08:08+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-02-06T14:42:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"135193110"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-02-06T14:42:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app824.back.live.lbh.local-48"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]}],"attributes":[{"name":"overtyped-headline","value":"New plan to tackle air pollution"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/47453923"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"47453923"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution: Should cars be banned outside schools?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/33b538b8-c112-7444-a289-e170fcd78c72"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution: Should cars be banned outside schools?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/33b538b8-c112-7444-a289-e170fcd78c72"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Pupils at a school in Greater Manchester have come up with a way to help tackle pollution from cars."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/33b538b8-c112-7444-a289-e170fcd78c72"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Air pollution: Should cars be banned outside schools?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-05T11:40:27+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-05T15:05:59+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-15T13:15:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-18T15:26:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"137402354"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-18T15:26:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1163.back.live.telhc.local-44"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]}],"attributes":[{"name":"overtyped-headline","value":"Air pollution: Should cars be banned outside schools?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/52095386"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"MAP"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"52095386"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Pollution: One boy and his dog fight air pollution outside schools"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3981dfd6-98db-ab43-b2b5-b06fb8bdec6c"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"One boy and his dog fight against air pollution"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3981dfd6-98db-ab43-b2b5-b06fb8bdec6c"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"13-year-old Tom discovered that air pollution levels outside schools are two thirds higher at a child's height compared that of an adult, so he and his dog, Baggy, decided to tackle the issue."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3981dfd6-98db-ab43-b2b5-b06fb8bdec6c"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Pollution: One boy and his dog fight air pollution outside schools"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-30T13:25:58+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-30T16:33:23+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-31T07:40:22+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-31T07:40:23+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"155442287"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-31T07:40:22+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app835.back.live.lbh.local-56"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"mediaType","children":[{"name":"text","children":[],"attributes":[],"text":"Video"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]}],"attributes":[{"name":"overtyped-headline","value":"One boy and his dog fight against air pollution"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/49969669"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"49969669"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution: Kids help with research"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b2bb7ae1-9e4d-0347-a169-61a400a6e12e"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Kids help with research into school journey air pollution"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b2bb7ae1-9e4d-0347-a169-61a400a6e12e"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Kids in Sheffield have been taking part in an experiment to find out more about the quality of the air they breathe on their way to school."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b2bb7ae1-9e4d-0347-a169-61a400a6e12e"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Air pollution: Kids help with research"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-10-08T06:56:55+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-10-08T11:12:20+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-10-08T11:12:20+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-10-09T12:25:23+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"147227632"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-10-09T12:25:22+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app825.back.live.lbh.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]}],"attributes":[{"name":"overtyped-headline","value":"Kids help with research into school journey air pollution "}]}],"attributes":[{"name":"role","value":"link-promotion"}]}],"attributes":[{"name":"title","value":"Pollution"},{"name":"size","value":"wide"}]},{"name":"pullOut","children":[{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/45880633"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"45880633"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: What is it and why is everyone talking about it?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/9c2918dd-2443-e24c-91eb-2ac97aa14fb5"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: What is it?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/9c2918dd-2443-e24c-91eb-2ac97aa14fb5"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"What is climate change, why is it happening and what can we do about it? Newsround answers your questions."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/9c2918dd-2443-e24c-91eb-2ac97aa14fb5"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: What is it and why is everyone talking about it?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2018-10-16T16:28:33+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2018-10-17T06:46:08+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-20T07:18:07+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-20T10:58:38+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"151810201"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-20T10:58:37+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app835.back.live.lbh.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]}],"attributes":[{"name":"overtyped-headline","value":"Climate change: What is it?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51451737"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51451737"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate anxiety: Survey for BBC Newsround shows children losing sleep over climate change and the environment"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b50b7b2b-6ee7-d046-ad6e-2b97f6f24c19"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Is climate change giving you nightmares?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b50b7b2b-6ee7-d046-ad6e-2b97f6f24c19"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Exclusive survey for BBC Newsround on climate anxiety shows young people losing sleep over climate change and lacking trust that adults will fix it."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b50b7b2b-6ee7-d046-ad6e-2b97f6f24c19"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate anxiety: Survey for BBC Newsround shows children losing sleep over climate change and the environment"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-10T16:51:08+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-03T06:12:05+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-03T06:12:05+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-08T12:58:17+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"154330943"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-08T12:58:16+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1163.back.live.telhc.local-52"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]}],"attributes":[{"name":"overtyped-headline","value":"Is climate change giving you nightmares?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/52357230"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"52357230"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Earth Day 2020: What's it all about?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/ee12935c-06ef-0f4d-b7f3-3ed8412b4b09"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"QUIZ: How well do you know our planet?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/ee12935c-06ef-0f4d-b7f3-3ed8412b4b09"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"This year marks the 50th Earth Day ever! How will you celebrate Earth Day this year?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/ee12935c-06ef-0f4d-b7f3-3ed8412b4b09"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Earth Day 2020: What's it all about?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-20T12:59:06+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-21T15:03:31+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-22T05:30:03+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-22T05:30:03+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"156405181"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-22T05:30:03+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1163.back.live.telhc.local-47"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]}],"attributes":[{"name":"overtyped-headline","value":"QUIZ: How well do you know our planet?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/49803301"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"MAP"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"49803301"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: An expert answers YOUR questions"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/530d5f92-1dfc-2a48-b4a4-2908650d7197"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: An expert answers YOUR questions"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/530d5f92-1dfc-2a48-b4a4-2908650d7197"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"You told us what you want to know about climate change, so we got an expert to answer some of your questions."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/530d5f92-1dfc-2a48-b4a4-2908650d7197"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"101227"},{"name":"name","value":"News"},{"name":"uri","value":"\/newsround\/news"},{"name":"url-identifier","value":"\/newsround\/news"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: An expert answers YOUR questions"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-23T16:22:46+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-23T16:22:46+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-24T05:59:52+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-24T10:05:15+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"146501522"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-24T10:05:14+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app824.back.live.lbh.local-55"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"mediaType","children":[{"name":"text","children":[],"attributes":[],"text":"Video"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]}],"attributes":[{"name":"overtyped-headline","value":"Climate change: An expert answers YOUR questions"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/49824154"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"49824154"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: A new report says it's badly damaging our oceans"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/574402df-1d22-1543-8605-6e73b1adcca7"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change is damaging our oceans, new report says"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/574402df-1d22-1543-8605-6e73b1adcca7"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"A new report shows how much climate change is damaging our oceans - but the worst impacts can be avoided if we act quickly."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/574402df-1d22-1543-8605-6e73b1adcca7"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: A new report says it's badly damaging our oceans"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-25T10:42:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-25T11:39:43+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-25T13:46:19+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-25T13:46:19+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"146568279"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-25T13:46:19+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app835.back.live.lbh.local-52"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]}],"attributes":[{"name":"overtyped-headline","value":"Climate change is damaging our oceans, new report says"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/50956990"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"50956990"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"5 firsts for climate change"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/16e61077-df8c-6d44-83f2-8f284e1b3a3e"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Five firsts for climate change"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/16e61077-df8c-6d44-83f2-8f284e1b3a3e"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"After the lowest temperature was recorded in Delhi, what other firsts have happened because of climate change?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/16e61077-df8c-6d44-83f2-8f284e1b3a3e"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"101227"},{"name":"name","value":"News"},{"name":"uri","value":"\/newsround\/news"},{"name":"url-identifier","value":"\/newsround\/news"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - 5 firsts for climate change"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-31T10:41:42+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-31T11:43:32+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-02T09:49:56+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-16T13:19:55+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"156175946"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-16T13:19:54+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app835.back.live.lbh.local-48"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]}],"attributes":[{"name":"overtyped-headline","value":"Five firsts for climate change"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51738110"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51738110"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Was the Earth once a massive global ocean?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/fa1d14ab-205b-7547-8ef5-5cdce653458a"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Water world: Is this what Earth looked like 3 billion years ago?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/fa1d14ab-205b-7547-8ef5-5cdce653458a"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Where have all the countries gone?! Scientists have found evidence that the Earth was a water world billions of years ago."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/fa1d14ab-205b-7547-8ef5-5cdce653458a"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Was the Earth once a massive global ocean?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-04T11:57:13+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-04T15:22:26+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-04T15:22:26+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-04T15:30:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"154112872"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-04T15:30:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app824.back.live.lbh.local-51"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]}],"attributes":[{"name":"overtyped-headline","value":"Water world: Is this what Earth looked like 3 billion years ago? "}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/52052742"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"52052742"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: Sea creatures leaving their homes because of rising temperatures, a new study says"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/8e1ed03f-2d60-5444-ba4d-07e48d79fa24"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Why are so many sea creatures leaving their homes?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/8e1ed03f-2d60-5444-ba4d-07e48d79fa24"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Many marine species are moving towards the North or South Pole as climate change continues to affect our oceans, some scientists have found."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/8e1ed03f-2d60-5444-ba4d-07e48d79fa24"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: Sea creatures leaving their homes because of rising temperatures, a new study says"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-26T15:56:30+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-27T09:24:13+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-27T09:24:13+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-27T09:24:14+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"155285082"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-27T09:24:13+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1154.back.live.telhc.local-44"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]}],"attributes":[{"name":"overtyped-headline","value":"Why are so many sea creatures leaving their homes?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51670888"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51670888"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"'Let's march!' - Greta Thunberg is in Bristol for climate protest"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1c30c30e-bc50-2948-bcca-2ce768c69339"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"'Let's march!' - Greta in Bristol for climate protest"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1c30c30e-bc50-2948-bcca-2ce768c69339"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change activist Greta Thunberg has joined thousands of young people for a protest in Bristol."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1c30c30e-bc50-2948-bcca-2ce768c69339"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - 'Let's march!' - Greta Thunberg is in Bristol for climate protest"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-28T06:31:57+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-28T07:26:52+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-28T17:24:46+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-29T08:50:35+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"153882947"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-29T08:50:33+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1154.back.live.telhc.local-56"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]}],"attributes":[{"name":"overtyped-headline","value":"'Let's march!' - Greta in Bristol for climate protest "}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51268527"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51268527"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: Scientists concerned about future of Antarctic glacier"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/4da1356a-a415-b543-b180-7852ce518ac2"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Scientists worried about future of huge Antarctic glacier"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/4da1356a-a415-b543-b180-7852ce518ac2"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"This is the first time a group of scientists have successfully managed to carry out field research on the Thwaites glacier, which has been called the 'riskiest' glacier in the world."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/4da1356a-a415-b543-b180-7852ce518ac2"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: Scientists concerned about future of Antarctic glacier"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-27T15:04:47+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T06:58:38+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T08:32:16+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T15:44:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"152223843"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T15:44:49+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app835.back.live.lbh.local-44"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]}],"attributes":[{"name":"overtyped-headline","value":"Scientists worried about future of huge Antarctic glacier"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/49801041"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"49801041"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Greta Thunberg: Climate change activist's 'How dare you' message to world leaders"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/04b89d7d-b1c9-e548-ac02-1cc5d1a5e3e9"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Greta: If you choose to fail us, we will never forgive you"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/04b89d7d-b1c9-e548-ac02-1cc5d1a5e3e9"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"The 16-year-old activist has given a speech to world leaders at the United Nations Climate Action Summit in New York."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/04b89d7d-b1c9-e548-ac02-1cc5d1a5e3e9"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Greta Thunberg: Climate change activist's 'How dare you' message to world leaders"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-23T15:47:29+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-23T15:47:29+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-24T08:37:37+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-29T11:54:26+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"149535058"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-29T11:54:25+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app825.back.live.lbh.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]}],"attributes":[{"name":"overtyped-headline","value":"Greta: If you choose to fail us, we will never forgive you"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51500390"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51500390"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: Highest-ever temperature of over 20掳C recorded in Antarctica"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/f131fd6d-6146-d14f-8db6-76e039a5e676"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Antarctica hits record high temperature"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/f131fd6d-6146-d14f-8db6-76e039a5e676"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Antarctica has hit a record temperature of over 20 degrees Celsius for the first time, just a few days after it had already broken the highest record."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/f131fd6d-6146-d14f-8db6-76e039a5e676"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: Highest-ever temperature of over 20掳C recorded in Antarctica"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-14T06:42:05+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-14T08:09:35+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-14T08:32:54+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-14T08:37:17+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"153098397"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-14T08:37:16+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app834.back.live.lbh.local-49"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]}],"attributes":[{"name":"overtyped-headline","value":"Antarctica hits record high temperature"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/47467038"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"47467038"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Greta Thunberg: 16-year-old climate activist inspired international youth movement"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3e4b51ba-3a1a-cf44-9756-b246864c0e20"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Who is Greta Thunberg?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3e4b51ba-3a1a-cf44-9756-b246864c0e20"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"16-year-old climate activist Greta Thunberg inspired international youth movement. She explains why she decided to speak out on climate change."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3e4b51ba-3a1a-cf44-9756-b246864c0e20"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Greta Thunberg: 16-year-old climate activist inspired international youth movement"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-06T08:07:26+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-06T09:00:12+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-04-24T09:16:43+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-05-19T11:36:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"157599639"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-05-19T11:36:44+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1164.back.live.telhc.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]}],"attributes":[{"name":"overtyped-headline","value":"Who is Greta Thunberg?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/50760263"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"MAP"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"50760263"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Here's why 2019 has been the year of Greta Thunberg"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/5d6481cb-9909-9645-bc4f-14e81b8554f0"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Here's why 2019 has been the year of Greta Thunberg"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/5d6481cb-9909-9645-bc4f-14e81b8554f0"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"The school climate strikes aren't the only thing the sixteen-year-old has been up to this year...here's a rapid reminder of all she's achieved."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/5d6481cb-9909-9645-bc4f-14e81b8554f0"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Here's why 2019 has been the year of Greta Thunberg"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-12T12:27:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-12T16:56:43+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-12T16:56:43+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-15T12:15:52+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"150304525"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-15T12:15:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app825.back.live.lbh.local-44"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"mediaType","children":[{"name":"text","children":[],"attributes":[],"text":"Video"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]}],"attributes":[{"name":"overtyped-headline","value":"Here's why 2019 has been the year of Greta Thunberg"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51296515"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51296515"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Antarctica: How has it changed since it was discovered 200 years ago?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1f4b28de-cb94-c044-bfde-230f0f85ec1c"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Why Antarctica is celebrating its birthday... kind of"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1f4b28de-cb94-c044-bfde-230f0f85ec1c"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"How important is this massive, icy continent on the other side of the planet? And what does its future hold?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1f4b28de-cb94-c044-bfde-230f0f85ec1c"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Antarctica: How has it changed since it was discovered 200 years ago?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-29T13:48:47+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-30T09:39:44+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-30T09:39:44+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-30T14:59:42+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"152329575"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-30T14:59:39+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app824.back.live.lbh.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]}],"attributes":[{"name":"overtyped-headline","value":"Why Antarctica is celebrating its birthday... kind of"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51274298"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"MAP"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51274298"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"What do you wear to go to the Antarctic?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/17bdde17-b0b0-e649-a900-9b20a963a39f"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"What do you wear to go to the Antarctic?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/17bdde17-b0b0-e649-a900-9b20a963a39f"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"BBC Environment Correspondent Justin Rowlatt gets kitted out ahead of his trip to Antarctica."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/17bdde17-b0b0-e649-a900-9b20a963a39f"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - What do you wear to go to the Antarctic?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-27T18:21:38+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T06:36:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T06:36:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T06:36:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"152196193"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T06:36:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app824.back.live.lbh.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"mediaType","children":[{"name":"text","children":[],"attributes":[],"text":"Video"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]}],"attributes":[{"name":"overtyped-headline","value":"What do you wear to go to the Antarctic?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]}],"attributes":[{"name":"title","value":"Climate change"},{"name":"size","value":"wide"}]}],"bodyVideos":{"49803467":{"caption":"Climate change expert answers YOUR questions","clipPid":"p07p3q1p","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":260,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07p4rkg.jpg","title":"Climate expert answers YOUR questions","versionPid":"p07p3q1t","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p07p4rkg.jpg"},"50760270":{"caption":"Here's why 2019 has been the year of Greta Thunberg","clipPid":"p07xnsmx","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":140,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xnsv2.jpg","title":"Here's why 2019 has been the year of Greta Thunberg","versionPid":"p07xnsn0","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xnsv2.jpg"},"51274302":{"caption":"What do you wear to go to Antarctic?","clipPid":"p081k2j5","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":113,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p081k2p1.jpg","title":"What do you wear to go to Antarctic?","versionPid":"p081k2j7","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p081k2p1.jpg"},"52095387":{"caption":"One boy and his dog, Baggy, take on pollution","clipPid":"p0884zty","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":119,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0886zsh.jpg","title":"One boy and his dog tackle pollution","versionPid":"p0884zv0","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0886zsh.jpg"}}}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-cs-asset-with-media-enriched/assetUri/%2Fnewsround%2F52712926/version/4.0.1', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"assetId":"52712926","assetUri":"\/newsround\/52712926","firstCreated":"2020-05-18T14:34:39+00:00","firstPublished":"2020-05-19T11:53:05+00:00","headline":"Newsround topics: Climate change and pollution","iStatsCounterName":"newsround.home.story.52712926.page","language":"en-gb","lastUpdated":"2020-05-19T11:53:05+00:00","media":{"images":{"body":{"112357352":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/631F\/production\/_112357352_nrteachers_3.jpg","originCode":"cpsprodpb","altText":"climate","positionHint":"full-width","copyrightHolder":"BBC","allowSyndication":true,"imageChefHref":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/631F\/production\/_112357352_nrteachers_3.jpg","ratio":56.25,"orientation":"landscape"}},"index":{"112357517":{"height":922,"width":1640,"href":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/11797\/production\/_112357517_anrteachers_3-1.jpg","originCode":"cpsprodpb","altText":"climate","copyrightHolder":"BBC","allowSyndication":true,"imageChefHref":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/11797\/production\/_112357517_anrteachers_3-1.jpg","ratio":56.21951,"orientation":"landscape"}},"index-thumbnail":{"112357376":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/1072F\/production\/_112357376_nrteachers_3.jpg","originCode":"cpsprodpb","altText":"climate","copyrightHolder":"BBC","allowSyndication":true,"imageChefHref":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/1072F\/production\/_112357376_nrteachers_3.jpg","ratio":56.25,"orientation":"landscape"}}},"videos":{"body":{"49803467":{"caption":"Climate change expert answers YOUR questions","clipPid":"p07p3q1p","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":260,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07p4rkg.jpg","title":"Climate expert answers YOUR questions","versionPid":"p07p3q1t","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p07p4rkg.jpg"},"50760270":{"caption":"Here's why 2019 has been the year of Greta Thunberg","clipPid":"p07xnsmx","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":140,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xnsv2.jpg","title":"Here's why 2019 has been the year of Greta Thunberg","versionPid":"p07xnsn0","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xnsv2.jpg"},"51274302":{"caption":"What do you wear to go to Antarctic?","clipPid":"p081k2j5","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":113,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p081k2p1.jpg","title":"What do you wear to go to Antarctic?","versionPid":"p081k2j7","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p081k2p1.jpg"},"52095387":{"caption":"One boy and his dog, Baggy, take on pollution","clipPid":"p0884zty","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":119,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0886zsh.jpg","title":"One boy and his dog tackle pollution","versionPid":"p0884zv0","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0886zsh.jpg"}}}},"options":{"allowDateStamp":true,"allowPrintingSharingLinks":false,"allowHeadline":true,"allowRightHandSide":true,"allowRelatedStoriesBox":true,"includeComments":false,"isIgorSeoTagsEnabled":false,"isKeyContent":false,"isBreakingNews":false,"hasNewsTracker":false,"isFactCheck":false,"allowAdvertising":false,"hasContentWarning":false,"suitableForSyndication":true},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"shortHeadline":"Newsround topics: Climate change and pollution","summary":"Newsround topics: Climate change and pollution","title":"CBBC Newsround - Newsround topics: Climate change and pollution","type":"STY","lastPublished":"2020-05-19T11:53:05+00:00","bodyJS":[{"name":"image","children":[],"attributes":[{"name":"id","value":"112357352"}],"href":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/c.files.bbci.co.uk\/631F\/production\/_112357352_nrteachers_3.jpg","imageChefHref":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/631F\/production\/_112357352_nrteachers_3.jpg","altText":"climate","width":976,"height":549,"ratio":56.25,"orientation":"landscape","copyrightHolder":"BBC"},{"name":"paragraph","children":[{"name":"text","children":[],"attributes":[],"text":"We know you are passionate about looking after our planet . "}],"attributes":[{"name":"role","value":"introduction"}]},{"name":"paragraph","children":[{"name":"text","children":[],"attributes":[],"text":"So we've put together a list of some of our most interesting stories about climate change, the environment and what's being done to protect planet Earth."}],"attributes":[]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"link","children":[{"name":"caption","children":[{"name":"text","children":[],"attributes":[],"text":"Don't forget, every Wednesday, you can watch our weekly round up of environment news: Your Planet"}],"attributes":[]},{"name":"url","children":[],"attributes":[{"name":"platform","value":"highweb"},{"name":"href","value":"https:\/\/web.archive.org\/web\/20201001144142\/https:\/\/www.bbc.co.uk\/newsround\/51376710"}]}],"attributes":[]},{"name":"text","children":[],"attributes":[],"text":"."}],"attributes":[]},{"name":"paragraph","children":[{"name":"text","children":[],"attributes":[],"text":"Follow the list down to search for your favourite heading."}],"attributes":[]},{"name":"pullOut","children":[{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/47555997"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"47555997"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Eco-friendly: Five ways people are trying to help the environment by cleaning up waste"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/a0683943-963b-a149-9f51-138b5b3890c7"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Five ways people are cleaning up waste"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/a0683943-963b-a149-9f51-138b5b3890c7"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Meet some of the people who are finding news ways to tackle our problems with rubbish and waste."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/a0683943-963b-a149-9f51-138b5b3890c7"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Eco-friendly: Five ways people are trying to help the environment by cleaning up waste"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-13T12:13:47+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-13T17:18:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-14T07:15:11+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-17T15:16:00+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"154827135"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-17T15:15:56+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1164.back.live.telhc.local-56"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cd85d5df-6f9d-1742-860c-95f0d92df789"}]}],"attributes":[{"name":"overtyped-headline","value":"Five ways people are cleaning up waste "}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/50291016"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"50291016"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution causes Delhi schools to shut"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/72f40980-c48a-4842-b9ca-0bb44e30a19a"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution causes Delhi schools to shut"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/72f40980-c48a-4842-b9ca-0bb44e30a19a"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Schools in India's capital city of Delhi have been closed because air pollution levels there have got so bad."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/72f40980-c48a-4842-b9ca-0bb44e30a19a"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Air pollution causes Delhi schools to shut"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-04T11:43:05+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-04T14:59:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-04T14:59:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-04T14:59:29+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"148415606"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-04T14:59:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1164.back.live.telhc.local-44"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/abec987d-76f7-be4e-99b9-c0f4b8010ed4"}]}],"attributes":[{"name":"overtyped-headline","value":"Air pollution causes Delhi schools to shut"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/42810179"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"42810179"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"What is the problem with plastic?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/960cf46c-8152-e04a-924d-21977df3ab9f"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Guide: Why is plastic a problem?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/960cf46c-8152-e04a-924d-21977df3ab9f"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"More than eight million tonnes of plastic goes into the world's oceans each year. That's a lot of plastic which can harm animals and the environment. So what's being done about it?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/960cf46c-8152-e04a-924d-21977df3ab9f"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"101227"},{"name":"name","value":"News"},{"name":"uri","value":"\/newsround\/news"},{"name":"url-identifier","value":"\/newsround\/news"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - What is the problem with plastic?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2018-01-24T17:25:42+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2018-01-31T07:21:05+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-17T15:15:56+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-17T15:16:16+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"154827218"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-17T15:16:16+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1163.back.live.telhc.local-46"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413"}]}],"attributes":[{"name":"overtyped-headline","value":"Guide: Why is plastic a problem?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/46860947"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"46860947"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution: New plan to tackle it"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/2ea283c0-b40f-8a48-9abc-b13bcbdef764"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"New plan to tackle air pollution"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/2ea283c0-b40f-8a48-9abc-b13bcbdef764"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"The government has announced some new ideas for dealing with air pollution."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/2ea283c0-b40f-8a48-9abc-b13bcbdef764"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Air pollution: New plan to tackle it"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-01-14T09:02:57+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-01-14T10:07:59+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-01-14T10:08:08+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-02-06T14:42:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"135193110"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-02-06T14:42:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app824.back.live.lbh.local-48"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/4b9b96b9-706f-fc4c-9fab-6a178a3ce396"}]}],"attributes":[{"name":"overtyped-headline","value":"New plan to tackle air pollution"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/47453923"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"47453923"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution: Should cars be banned outside schools?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/33b538b8-c112-7444-a289-e170fcd78c72"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution: Should cars be banned outside schools?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/33b538b8-c112-7444-a289-e170fcd78c72"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Pupils at a school in Greater Manchester have come up with a way to help tackle pollution from cars."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/33b538b8-c112-7444-a289-e170fcd78c72"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Air pollution: Should cars be banned outside schools?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-05T11:40:27+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-05T15:05:59+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-15T13:15:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-18T15:26:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"137402354"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-18T15:26:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1163.back.live.telhc.local-44"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/6bff259a-d6d8-6441-bcdc-9bb7ae0229fb"}]}],"attributes":[{"name":"overtyped-headline","value":"Air pollution: Should cars be banned outside schools?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/52095386"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"MAP"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"52095386"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Pollution: One boy and his dog fight air pollution outside schools"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3981dfd6-98db-ab43-b2b5-b06fb8bdec6c"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"One boy and his dog fight against air pollution"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3981dfd6-98db-ab43-b2b5-b06fb8bdec6c"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"13-year-old Tom discovered that air pollution levels outside schools are two thirds higher at a child's height compared that of an adult, so he and his dog, Baggy, decided to tackle the issue."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3981dfd6-98db-ab43-b2b5-b06fb8bdec6c"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Pollution: One boy and his dog fight air pollution outside schools"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-30T13:25:58+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-30T16:33:23+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-31T07:40:22+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-31T07:40:23+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"155442287"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-31T07:40:22+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app835.back.live.lbh.local-56"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]},{"name":"mediaType","children":[{"name":"text","children":[],"attributes":[],"text":"Video"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a743ee19-03de-f941-bb10-4552fec14d84"}]}],"attributes":[{"name":"overtyped-headline","value":"One boy and his dog fight against air pollution"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/49969669"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"49969669"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Air pollution: Kids help with research"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b2bb7ae1-9e4d-0347-a169-61a400a6e12e"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Kids help with research into school journey air pollution"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b2bb7ae1-9e4d-0347-a169-61a400a6e12e"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Kids in Sheffield have been taking part in an experiment to find out more about the quality of the air they breathe on their way to school."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b2bb7ae1-9e4d-0347-a169-61a400a6e12e"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Air pollution: Kids help with research"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-10-08T06:56:55+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-10-08T11:12:20+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-10-08T11:12:20+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-10-09T12:25:23+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"147227632"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-10-09T12:25:22+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app825.back.live.lbh.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9f17e06b-4e2b-3a4a-b22d-a6d39e3e1a01"}]}],"attributes":[{"name":"overtyped-headline","value":"Kids help with research into school journey air pollution "}]}],"attributes":[{"name":"role","value":"link-promotion"}]}],"attributes":[{"name":"title","value":"Pollution"},{"name":"size","value":"wide"}]},{"name":"pullOut","children":[{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/45880633"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"45880633"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: What is it and why is everyone talking about it?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/9c2918dd-2443-e24c-91eb-2ac97aa14fb5"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: What is it?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/9c2918dd-2443-e24c-91eb-2ac97aa14fb5"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"What is climate change, why is it happening and what can we do about it? Newsround answers your questions."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/9c2918dd-2443-e24c-91eb-2ac97aa14fb5"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: What is it and why is everyone talking about it?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2018-10-16T16:28:33+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2018-10-17T06:46:08+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-20T07:18:07+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-20T10:58:38+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"151810201"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-20T10:58:37+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app835.back.live.lbh.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144"}]}],"attributes":[{"name":"overtyped-headline","value":"Climate change: What is it?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51451737"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51451737"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate anxiety: Survey for BBC Newsround shows children losing sleep over climate change and the environment"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b50b7b2b-6ee7-d046-ad6e-2b97f6f24c19"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Is climate change giving you nightmares?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b50b7b2b-6ee7-d046-ad6e-2b97f6f24c19"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Exclusive survey for BBC Newsround on climate anxiety shows young people losing sleep over climate change and lacking trust that adults will fix it."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/b50b7b2b-6ee7-d046-ad6e-2b97f6f24c19"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate anxiety: Survey for BBC Newsround shows children losing sleep over climate change and the environment"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-10T16:51:08+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-03T06:12:05+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-03T06:12:05+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-08T12:58:17+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"154330943"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-08T12:58:16+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1163.back.live.telhc.local-52"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/bc97efe7-4652-b444-8ef3-567c77afe54e"}]}],"attributes":[{"name":"overtyped-headline","value":"Is climate change giving you nightmares?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/52357230"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"52357230"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Earth Day 2020: What's it all about?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/ee12935c-06ef-0f4d-b7f3-3ed8412b4b09"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"QUIZ: How well do you know our planet?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/ee12935c-06ef-0f4d-b7f3-3ed8412b4b09"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"This year marks the 50th Earth Day ever! How will you celebrate Earth Day this year?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/ee12935c-06ef-0f4d-b7f3-3ed8412b4b09"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Earth Day 2020: What's it all about?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-20T12:59:06+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-21T15:03:31+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-22T05:30:03+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-22T05:30:03+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"156405181"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-22T05:30:03+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1163.back.live.telhc.local-47"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/7721e74f-7097-dd41-813a-b0376867c938"}]}],"attributes":[{"name":"overtyped-headline","value":"QUIZ: How well do you know our planet?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/49803301"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"MAP"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"49803301"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: An expert answers YOUR questions"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/530d5f92-1dfc-2a48-b4a4-2908650d7197"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: An expert answers YOUR questions"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/530d5f92-1dfc-2a48-b4a4-2908650d7197"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"You told us what you want to know about climate change, so we got an expert to answer some of your questions."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/530d5f92-1dfc-2a48-b4a4-2908650d7197"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"101227"},{"name":"name","value":"News"},{"name":"uri","value":"\/newsround\/news"},{"name":"url-identifier","value":"\/newsround\/news"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: An expert answers YOUR questions"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-23T16:22:46+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-23T16:22:46+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-24T05:59:52+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-24T10:05:15+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"146501522"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-24T10:05:14+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app824.back.live.lbh.local-55"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]},{"name":"mediaType","children":[{"name":"text","children":[],"attributes":[],"text":"Video"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/87b52353-2b26-9545-bd45-ff03eabe2c8b"}]}],"attributes":[{"name":"overtyped-headline","value":"Climate change: An expert answers YOUR questions"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/49824154"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"49824154"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: A new report says it's badly damaging our oceans"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/574402df-1d22-1543-8605-6e73b1adcca7"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change is damaging our oceans, new report says"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/574402df-1d22-1543-8605-6e73b1adcca7"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"A new report shows how much climate change is damaging our oceans - but the worst impacts can be avoided if we act quickly."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/574402df-1d22-1543-8605-6e73b1adcca7"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: A new report says it's badly damaging our oceans"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-25T10:42:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-25T11:39:43+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-25T13:46:19+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-25T13:46:19+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"146568279"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-25T13:46:19+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app835.back.live.lbh.local-52"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a4fbec4c-a00c-eb48-ad8b-3db5bd4b5da1"}]}],"attributes":[{"name":"overtyped-headline","value":"Climate change is damaging our oceans, new report says"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/50956990"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"50956990"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"5 firsts for climate change"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/16e61077-df8c-6d44-83f2-8f284e1b3a3e"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Five firsts for climate change"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/16e61077-df8c-6d44-83f2-8f284e1b3a3e"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"After the lowest temperature was recorded in Delhi, what other firsts have happened because of climate change?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/16e61077-df8c-6d44-83f2-8f284e1b3a3e"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"101227"},{"name":"name","value":"News"},{"name":"uri","value":"\/newsround\/news"},{"name":"url-identifier","value":"\/newsround\/news"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - 5 firsts for climate change"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-31T10:41:42+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-31T11:43:32+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-02T09:49:56+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-16T13:19:55+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"156175946"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-04-16T13:19:54+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app835.back.live.lbh.local-48"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f"}]}],"attributes":[{"name":"overtyped-headline","value":"Five firsts for climate change"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51738110"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51738110"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Was the Earth once a massive global ocean?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/fa1d14ab-205b-7547-8ef5-5cdce653458a"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Water world: Is this what Earth looked like 3 billion years ago?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/fa1d14ab-205b-7547-8ef5-5cdce653458a"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Where have all the countries gone?! Scientists have found evidence that the Earth was a water world billions of years ago."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/fa1d14ab-205b-7547-8ef5-5cdce653458a"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Was the Earth once a massive global ocean?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-04T11:57:13+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-04T15:22:26+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-04T15:22:26+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-04T15:30:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"154112872"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-04T15:30:28+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app824.back.live.lbh.local-51"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/a543edb5-ddaf-c94f-98a6-0bde81bd24be"}]}],"attributes":[{"name":"overtyped-headline","value":"Water world: Is this what Earth looked like 3 billion years ago? "}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/52052742"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"52052742"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: Sea creatures leaving their homes because of rising temperatures, a new study says"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/8e1ed03f-2d60-5444-ba4d-07e48d79fa24"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Why are so many sea creatures leaving their homes?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/8e1ed03f-2d60-5444-ba4d-07e48d79fa24"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Many marine species are moving towards the North or South Pole as climate change continues to affect our oceans, some scientists have found."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/8e1ed03f-2d60-5444-ba4d-07e48d79fa24"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: Sea creatures leaving their homes because of rising temperatures, a new study says"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-26T15:56:30+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-27T09:24:13+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-27T09:24:13+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-27T09:24:14+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"155285082"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-03-27T09:24:13+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1154.back.live.telhc.local-44"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/e250be00-29ea-a74f-88a6-db47eef250ff"}]}],"attributes":[{"name":"overtyped-headline","value":"Why are so many sea creatures leaving their homes?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51670888"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51670888"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"'Let's march!' - Greta Thunberg is in Bristol for climate protest"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1c30c30e-bc50-2948-bcca-2ce768c69339"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"'Let's march!' - Greta in Bristol for climate protest"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1c30c30e-bc50-2948-bcca-2ce768c69339"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change activist Greta Thunberg has joined thousands of young people for a protest in Bristol."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1c30c30e-bc50-2948-bcca-2ce768c69339"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - 'Let's march!' - Greta Thunberg is in Bristol for climate protest"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-28T06:31:57+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-28T07:26:52+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-28T17:24:46+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-29T08:50:35+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"153882947"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-29T08:50:33+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1154.back.live.telhc.local-56"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/26cf23da-7d44-6144-99d8-6c7b4d229df4"}]}],"attributes":[{"name":"overtyped-headline","value":"'Let's march!' - Greta in Bristol for climate protest "}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51268527"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51268527"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: Scientists concerned about future of Antarctic glacier"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/4da1356a-a415-b543-b180-7852ce518ac2"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Scientists worried about future of huge Antarctic glacier"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/4da1356a-a415-b543-b180-7852ce518ac2"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"This is the first time a group of scientists have successfully managed to carry out field research on the Thwaites glacier, which has been called the 'riskiest' glacier in the world."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/4da1356a-a415-b543-b180-7852ce518ac2"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: Scientists concerned about future of Antarctic glacier"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-27T15:04:47+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T06:58:38+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T08:32:16+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T15:44:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"152223843"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T15:44:49+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app835.back.live.lbh.local-44"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/65e7e0f0-269e-f448-b64b-80d205b004ed"}]}],"attributes":[{"name":"overtyped-headline","value":"Scientists worried about future of huge Antarctic glacier"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/49801041"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"49801041"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Greta Thunberg: Climate change activist's 'How dare you' message to world leaders"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/04b89d7d-b1c9-e548-ac02-1cc5d1a5e3e9"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Greta: If you choose to fail us, we will never forgive you"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/04b89d7d-b1c9-e548-ac02-1cc5d1a5e3e9"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"The 16-year-old activist has given a speech to world leaders at the United Nations Climate Action Summit in New York."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/04b89d7d-b1c9-e548-ac02-1cc5d1a5e3e9"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Greta Thunberg: Climate change activist's 'How dare you' message to world leaders"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-23T15:47:29+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-23T15:47:29+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-09-24T08:37:37+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-29T11:54:26+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"149535058"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-11-29T11:54:25+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app825.back.live.lbh.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/cee99b21-4d15-4649-8bc2-d30bd0c179fe"}]}],"attributes":[{"name":"overtyped-headline","value":"Greta: If you choose to fail us, we will never forgive you"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51500390"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51500390"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Climate change: Highest-ever temperature of over 20掳C recorded in Antarctica"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/f131fd6d-6146-d14f-8db6-76e039a5e676"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Antarctica hits record high temperature"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/f131fd6d-6146-d14f-8db6-76e039a5e676"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"Antarctica has hit a record temperature of over 20 degrees Celsius for the first time, just a few days after it had already broken the highest record."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/f131fd6d-6146-d14f-8db6-76e039a5e676"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Climate change: Highest-ever temperature of over 20掳C recorded in Antarctica"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-14T06:42:05+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-14T08:09:35+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-14T08:32:54+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-14T08:37:17+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"153098397"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-02-14T08:37:16+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app834.back.live.lbh.local-49"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/f48e362a-325a-9343-b495-6c53f9a8c59c"}]}],"attributes":[{"name":"overtyped-headline","value":"Antarctica hits record high temperature"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/47467038"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"47467038"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Greta Thunberg: 16-year-old climate activist inspired international youth movement"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3e4b51ba-3a1a-cf44-9756-b246864c0e20"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Who is Greta Thunberg?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3e4b51ba-3a1a-cf44-9756-b246864c0e20"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"16-year-old climate activist Greta Thunberg inspired international youth movement. She explains why she decided to speak out on climate change."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/3e4b51ba-3a1a-cf44-9756-b246864c0e20"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Greta Thunberg: 16-year-old climate activist inspired international youth movement"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-06T08:07:26+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-03-06T09:00:12+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-04-24T09:16:43+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-05-19T11:36:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"157599639"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-05-19T11:36:44+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app1164.back.live.telhc.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]},{"name":"passport","children":[{"name":"category","children":[{"name":"categoryId","children":[{"name":"text","children":[],"attributes":[],"text":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News"}],"attributes":[]},{"name":"categoryName","children":[{"name":"text","children":[],"attributes":[],"text":"News"}],"attributes":[]}],"attributes":[]}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/9357a5d2-b5f2-5e40-b692-f04d669bd550"}]}],"attributes":[{"name":"overtyped-headline","value":"Who is Greta Thunberg?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/50760263"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"MAP"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"50760263"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Here's why 2019 has been the year of Greta Thunberg"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/5d6481cb-9909-9645-bc4f-14e81b8554f0"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Here's why 2019 has been the year of Greta Thunberg"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/5d6481cb-9909-9645-bc4f-14e81b8554f0"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"The school climate strikes aren't the only thing the sixteen-year-old has been up to this year...here's a rapid reminder of all she's achieved."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/5d6481cb-9909-9645-bc4f-14e81b8554f0"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Here's why 2019 has been the year of Greta Thunberg"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-12T12:27:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-12T16:56:43+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-12T16:56:43+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-15T12:15:52+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"150304525"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2019-12-15T12:15:51+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app825.back.live.lbh.local-44"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]},{"name":"mediaType","children":[{"name":"text","children":[],"attributes":[],"text":"Video"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/43a920b2-6104-1e49-be60-e43f13dbe2ef"}]}],"attributes":[{"name":"overtyped-headline","value":"Here's why 2019 has been the year of Greta Thunberg"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51296515"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"STY"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51296515"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"Antarctica: How has it changed since it was discovered 200 years ago?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1f4b28de-cb94-c044-bfde-230f0f85ec1c"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"Why Antarctica is celebrating its birthday... kind of"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1f4b28de-cb94-c044-bfde-230f0f85ec1c"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"How important is this massive, icy continent on the other side of the planet? And what does its future hold?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/1f4b28de-cb94-c044-bfde-230f0f85ec1c"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - Antarctica: How has it changed since it was discovered 200 years ago?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-29T13:48:47+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-30T09:39:44+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-30T09:39:44+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-30T14:59:42+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"152329575"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-30T14:59:39+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app824.back.live.lbh.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"true"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/907c9934-adce-e64c-9d44-b13c031c8e42"}]}],"attributes":[{"name":"overtyped-headline","value":"Why Antarctica is celebrating its birthday... kind of"}]}],"attributes":[{"name":"role","value":"link-promotion"}]},{"name":"paragraph","children":[{"name":"comment","children":[],"attributes":[]},{"name":"itemMeta","children":[{"name":"url","children":[],"attributes":[{"name":"href","value":"\/newsround\/51274298"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"assetTypeCode","children":[{"name":"text","children":[],"attributes":[],"text":"MAP"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"assetId","children":[{"name":"text","children":[],"attributes":[],"text":"51274298"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"headline","children":[{"name":"text","children":[],"attributes":[],"text":"What do you wear to go to the Antarctic?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/17bdde17-b0b0-e649-a900-9b20a963a39f"}]},{"name":"shortHeadline","children":[{"name":"text","children":[],"attributes":[],"text":"What do you wear to go to the Antarctic?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/17bdde17-b0b0-e649-a900-9b20a963a39f"}]},{"name":"summary","children":[{"name":"text","children":[],"attributes":[],"text":"BBC Environment Correspondent Justin Rowlatt gets kitted out ahead of his trip to Antarctica."}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/article\/17bdde17-b0b0-e649-a900-9b20a963a39f"}]},{"name":"section","children":[],"attributes":[{"name":"id","value":"103094"},{"name":"name","value":"CBBC Newsround"},{"name":"uri","value":"\/newsround\/home"},{"name":"url-identifier","value":"\/newsround\/home"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"title","children":[{"name":"text","children":[],"attributes":[],"text":"CBBC Newsround - What do you wear to go to the Antarctic?"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"firstCreated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-27T18:21:38+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"firstPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T06:36:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"lastUpdated","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T06:36:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"lastPublished","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T06:36:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"changeQueueId","children":[{"name":"text","children":[],"attributes":[],"text":"152196193"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"changeQueueTimestamp","children":[{"name":"text","children":[],"attributes":[],"text":"2020-01-28T06:36:45+00:00"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"publicationStatus","children":[{"name":"text","children":[],"attributes":[],"text":"PUBLISHED"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"language","children":[{"name":"text","children":[],"attributes":[],"text":"en-gb"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"site","children":[],"attributes":[{"name":"id","value":"926"},{"name":"code","value":"newsround-v6"},{"name":"name","value":"CBBC Newsround"},{"name":"front-page-uri","value":"\/newsround\/front_page"},{"name":"url-identifier","value":"\/newsround"},{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"provider","children":[{"name":"text","children":[],"attributes":[],"text":"cps"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"workerCallingCard","children":[{"name":"text","children":[],"attributes":[],"text":"app824.back.live.lbh.local-50"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"hasShortForm","children":[{"name":"text","children":[],"attributes":[],"text":"false"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]},{"name":"mediaType","children":[{"name":"text","children":[],"attributes":[],"text":"Video"}],"attributes":[{"name":"xml:base","value":"https:\/\/web.archive.org\/web\/20201001144142\/http:\/\/www.bbc.co.uk\/asset\/147b66b9-6e55-a940-8419-b25984282fee"}]}],"attributes":[{"name":"overtyped-headline","value":"What do you wear to go to the Antarctic?"}]}],"attributes":[{"name":"role","value":"link-promotion"}]}],"attributes":[{"name":"title","value":"Climate change"},{"name":"size","value":"wide"}]}],"bodyVideos":{"49803467":{"caption":"Climate change expert answers YOUR questions","clipPid":"p07p3q1p","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":260,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07p4rkg.jpg","title":"Climate expert answers YOUR questions","versionPid":"p07p3q1t","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p07p4rkg.jpg"},"50760270":{"caption":"Here's why 2019 has been the year of Greta Thunberg","clipPid":"p07xnsmx","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":140,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xnsv2.jpg","title":"Here's why 2019 has been the year of Greta Thunberg","versionPid":"p07xnsn0","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p07xnsv2.jpg"},"51274302":{"caption":"What do you wear to go to Antarctic?","clipPid":"p081k2j5","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":113,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p081k2p1.jpg","title":"What do you wear to go to Antarctic?","versionPid":"p081k2j7","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p081k2p1.jpg"},"52095387":{"caption":"One boy and his dog, Baggy, take on pollution","clipPid":"p0884zty","csPosterImageOriginCode":null,"csPosterImageUrl":null,"durationSeconds":119,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p0886zsh.jpg","title":"One boy and his dog tackle pollution","versionPid":"p0884zv0","mediaForm":"clip","mediaType":"Video","holdingImageUrl":"\/\/web.archive.org\/web\/20201001144142\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0886zsh.jpg"}}}}); });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-newsround-article-controller","assetUri":"\/newsround\/52712926","articleType":"story","commentsApiKey":"c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990","isUk":"true","path":"\/newsround\/52712926","version":"6.0.4","_mrrVersion":"2.0.18"},'u15432838344415312'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'live-push': '//web.archive.org/web/20201001144142/https://m.files.bbci.co.uk/modules/morph-push-proxy-client/1.0.11/push-proxy' } }); } function attempt(fn) { fn(); } if (!Morph.toInitsCalled) { Morph.markPerformance('morph-init-core-deps-complete'); Morph.toInitsCalled = true; } Morph.toInit.bundles.forEach(attempt); Morph.toInit.bundles = []; Morph.markPerformance('morph-init-bundles-complete'); Morph.toInit.payloads.forEach(attempt); Morph.toInit.payloads = []; Morph.markPerformance('morph-init-payloads-complete'); Morph.toInit.registers.forEach(attempt); Morph.toInit.registers = []; Morph.markPerformance('morph-init-registers-complete'); };</script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/morph-vendor/1.0.2/bundle.vendor.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-promise/1.0.6/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-istats/1.3.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-react-mvt/3.1.2/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.2/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story-footer/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-bump/1.0.2/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/2.12.6/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-debouncer/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-responsive-image/1.3.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-indepthtoolkit/2.0.2/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-indepthtoolkit/3.0.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-cs-asset-body/5.0.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-byline/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story/5.0.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-bump/1.1.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/5.0.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-localised-timestamp/3.1.2/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-gs-timestamp/2.2.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-timestamp/4.1.2/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-image-chef-url-transformer/2.1.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/6.1.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/5.0.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-see-alsos/7.0.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-section-container/6.0.2/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-cbbc-nav/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-istats-internal-link-tracking/2.2.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-article-controller/6.0.4/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/3.0.0/gel-icon-comments/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-comments-view/3.55.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-comments-wrapper/1.3.0/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-comments/4.4.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-comments-button/2.1.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-moment-timezone-wrapper/1.0.4/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-story-header/5.0.1/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/3.0.0/gel-icon-play/bundle.js"></script><script src="//web.archive.org/web/20201001144142js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/latin/bundle.js"></script><script>if (!Morph.manualInit) { Morph.init(); } /* u15432838344415312 */</script><script type="text/javascript">!function(){var a=!0;if("object"==typeof bbccookies&&"function"==typeof bbccookies.readPolicy&&(a=!bbccookies.readPolicy().performance),a&&-1!==document.cookie.indexOf("_chartbeat"))for(var b=document.cookie.split(";"),c=b.length;c--;){var d=b[c].replace(/^\s+|\s+$/g,""),e=d.split("=")[0];0===e.indexOf("_chartbeat")&&(document.cookie=e+"=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;")}_sf_async_config.noCookies=a}(),function(){function a(){window._sf_endpt=(new Date).getTime();var a=document.createElement("script");a.setAttribute("language","javascript"),a.setAttribute("type","text/javascript"),a.setAttribute("src","//web.archive.org/web/20201001144142/https://static.chartbeat.com/js/chartbeat.js"),document.body.appendChild(a)}var b=window.onload;window.onload="function"!=typeof window.onload?a:function(){b(),a()}}();</script></body></html><!-- FILE ARCHIVED ON 14:41:42 Oct 01, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 05:17:14 Mar 01, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.738 exclusion.robots: 0.034 exclusion.robots.policy: 0.021 esindex: 0.012 cdx.remote: 6.172 LoadShardBlock: 88.145 (3) PetaboxLoader3.datanode: 122.975 (4) load_resource: 142.469 PetaboxLoader3.resolve: 88.453 -->

Pages: 1 2 3 4 5 6 7 8 9 10