CINXE.COM

Home - 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","20200927162043","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1601223643"); </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/20200927162043cs_/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/20200927162043/https://www.bbc.co.uk', bbcUrlPrefix: 'https://web.archive.org/web/20200927162043/https://www.', staticHost: 'https://web.archive.org/web/20200927162043/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f', figUrl: 'https://web.archive.org/web/20200927162043/https://fig.bbc.co.uk/frameworks/fig/2/fig.js', partialCookieOvenUrl: 'https://web.archive.org/web/20200927162043/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' || undefined}; istatsLabels['bbc_site'] = 'cbbc'; istatsLabels['app_name'] = 'newsround'; istatsLabels['app_type'] = 'responsive'; istatsLabels['page_type'] = 'home'; istatsLabels['children_show'] = 'newsround'; 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'] = ''; additionalPageProperties['custom_var_2'] = ''; additionalPageProperties['custom_var_5'] = 'cps'; additionalPageProperties['custom_var_7'] = 'newsround'; additionalPageProperties['custom_var_8'] = ''; additionalPageProperties['custom_var_9'] = ''; var page = { name: 'newsround.page' || istatsLabels.name || generateCountername(), destination: 'NEWSROUND' || null, producer: 'NEWSROUND' || null, section: '' || null, site: '' || istatsLabels.bbc_site || istatsLabels.app_name || istatsLabels.prod_name || null, contentId: 'urn:bbc:cps:69a8f5ef-1d3a-b1f9-e050-17ac8045757b' || null, contentType: 'index-home' || 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/20200927162043/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/20200927162043js_/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/js/require.min.js"></script> <script src="https://web.archive.org/web/20200927162043js_/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/20200927162043js_/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/20200927162043/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/20200927162043/https://sa.bbc.co.uk/bbc/bbc/s":"//web.archive.org/web/20200927162043/https://sa.bbc.co.uk/bbc/"+o[1]+"/s":"//web.archive.org/web/20200927162043/https://sa.bbc.co.uk/bbc/test/s";a.addCollector({name:"default",url:e,separator:"&"});var s="newsround";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=home&children_show=newsround")}var o});</script><link rel="stylesheet" href="https://web.archive.org/web/20200927162043cs_/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/20200927162043/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/20200927162043/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/20200927162043/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043/https://secure-us.imrworldwide.com/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200927162043/https://me-cdn.effectivemeasure.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200927162043/https://ssc.api.bbc.com/">'); } if (window.bbcdotcom && bbcdotcom.data.ads == 1) { document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200927162043/https://www.googletagservices.com/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200927162043/https://bbc.gscontxt.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200927162043/https://tags.crwdcntrl.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200927162043/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\/20200927162043\/https:\/\/www.bbc.com\/privacy\/cookies\/international\/","advertisementText":"Advertisement","analyticsEnabled":true,"thirdPartyDisabled":false,"sherlockEnabled":false,"permutiveEnabled":false,"appName":"","assetPrefix":"https:\/\/web.archive.org\/web\/20200927162043\/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\/20200927162043\/https:\/\/static.bbc.co.uk","staticVersion":"4.5.1093","staticPrefix":"https:\/\/web.archive.org\/web\/20200927162043\/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/20200927162043/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/20200927162043/https://cdn.optimizely.com/public/4621041136/s/bbccom_sandbox.js"; if(window.location.hostname === 'www.bbc.com') { optimizelyURL = "https://web.archive.org/web/20200927162043/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/20200927162043/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/20200927162043/https://tags.crwdcntrl.net/c/'+clientId+'/cc.js?ns='+clientId; lotameAudienceUrl = 'https://web.archive.org/web/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043/https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/","searchboxAppStaticPrefix":"https://web.archive.org/web/20200927162043/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/20200927162043cs_/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/20200927162043/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/20200927162043js_/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/20200927162043/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/20200927162043/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/20200927162043cs_/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/20200927162043cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/4.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-super-promo/4.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/4.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200927162043cs_/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><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/20200927162043cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/7.0.2/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-top-stories/7.0.2"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/7.0.2/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200927162043cs_/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/20200927162043cs_/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/20200927162043cs_/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/20200927162043cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/5.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-bulletin-promo/5.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/5.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200927162043cs_/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/20200927162043cs_/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/20200927162043cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/3.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-anchors/3.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/3.0.0/enhanced.css\"/>"); }</script><script type="text/javascript">Morph.initStyles(); /* u4991806989732794 */</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" + pathEdition;_sf_async_config.sections = "newsround";_sf_async_config.mobileApp = undefined;</script> <title>Home - CBBC Newsround</title> <meta content="Home - CBBC Newsround" property="og:title"/> <meta name="description" content="The home of news and fun facts for kids. Find out what is going on, with stories, pictures and videos. Try a quiz or one of our free games."/><meta content="The home of news and fun facts for kids. Find out what is going on, with stories, pictures and videos. Try a quiz or one of our free games." property="og:description"/> <meta content="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/newsround" property="og:url"/><link rel="canonical" href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/newsround"/> <meta content="//web.archive.org/web/20200927162043im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/7.0.0/images/og-newsround.png" property="og:image"/> <link href="//web.archive.org/web/20200927162043im_/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/20200927162043im_/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/20200927162043im_/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/20200927162043im_/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/20200927162043im_/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></head><body><noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20200927162043im_/https://a1.api.bbc.co.uk/hit.xiti?&amp;col=1&amp;from=p&amp;ptag=js&amp;s=598253&amp;p=newsround.page&amp;x1=[urn:bbc:cps:69a8f5ef-1d3a-b1f9-e050-17ac8045757b]&amp;x2=[responsive]&amp;x3=[bbc_website]&amp;x4=[en]&amp;x7=[index-home]&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/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043/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="u4991806989732794"><div data-reactid=".jszxgo9ztq" data-react-checksum="161299132"><div class="newsround-cbbc-nav-wrapper" data-reactid=".jszxgo9ztq.0"><div class="newsround-cbbc-nav-component newsround-cbbc-nav-component-padding-override" data-reactid=".jszxgo9ztq.0.0"><div class="newsround-cbbc-nav-component__container" data-reactid=".jszxgo9ztq.0.0.0"><nav class="newsround-cbbc-nav-component__menu" data-reactid=".jszxgo9ztq.0.0.0.0"><div class="newsround-cbbc-nav-component__bar" data-reactid=".jszxgo9ztq.0.0.0.0.0"><a class="newsround-cbbc-nav-component__product" href="/web/20200927162043/https://www.bbc.co.uk/cbbc" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-home" data-reactid=".jszxgo9ztq.0.0.0.0.0.0">Home</a><button id="newsround-cbbc-nav-component__toggle" class="newsround-cbbc-nav-component__toggle" data-reactid=".jszxgo9ztq.0.0.0.0.0.1"><span id="newsround-cbbc-nav-component__toggle-title" class="newsround-cbbc-nav-component__toggle-title" data-reactid=".jszxgo9ztq.0.0.0.0.0.1.0">Menu</span><span class="newsround-cbbc-nav-component__toggle-icon" data-reactid=".jszxgo9ztq.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=".jszxgo9ztq.0.0.0.0.1"><ul class="newsround-cbbc-nav-component__list-inner" data-reactid=".jszxgo9ztq.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=".jszxgo9ztq.0.0.0.0.1.0.$home"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--home" href="/web/20200927162043/https://www.bbc.co.uk/cbbc" data-reactid=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.0.0.0.0.1.0.$shows"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--shows" href="/web/20200927162043/https://www.bbc.co.uk/cbbc/shows" data-reactid=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.0.0.0.0.1.0.$games"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--games" href="/web/20200927162043/https://www.bbc.co.uk/cbbc/games" data-reactid=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.0.0.0.0.1.0.$quizzes"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--quizzes" href="/web/20200927162043/https://www.bbc.co.uk/cbbc/quizzes" data-reactid=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.0.0.0.0.1.0.$watch"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--watch" href="/web/20200927162043/https://www.bbc.co.uk/cbbc/watch" data-reactid=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.0.0.0.0.1.0.$joinin"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--joinin" href="/web/20200927162043/https://www.bbc.co.uk/cbbc/joinin" data-reactid=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.0.0.0.0.1.0.$puzzles"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--puzzles" href="/web/20200927162043/https://www.bbc.co.uk/cbbc/puzzles" data-reactid=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.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/20200927162043/https://www.bbc.co.uk/newsround" data-reactid=".jszxgo9ztq.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=".jszxgo9ztq.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=".jszxgo9ztq.0.0.0.0.1.0.$newsround.0.1">Newsround</span></a></li></ul></div></nav></div></div></div><section role="main" data-reactid=".jszxgo9ztq.1"><div class="o-mvt-container" data-reactid=".jszxgo9ztq.1.0"><script src="https://web.archive.org/web/20200927162043js_/https://cdn.optimizely.com/public/4621041136/s/newsround_prod.js" data-reactid=".jszxgo9ztq.1.0.0"></script></div><header class="newsround-header__header" data-reactid=".jszxgo9ztq.1.1"><div class="newsround-header__orb" style="background-image:url(//web.archive.org/web/20200927162043im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/images/newsround-orb.png);" data-reactid=".jszxgo9ztq.1.1.0"></div><div class="newsround-header__wrapper" data-reactid=".jszxgo9ztq.1.1.1"><div class="newsround-header__container" data-reactid=".jszxgo9ztq.1.1.1.0"><a class="newsround-header__link" href="/web/20200927162043/https://www.bbc.co.uk/newsround" data-istats-track="true" data-istats-track-link-location="nr_nav-homelogo" data-reactid=".jszxgo9ztq.1.1.1.0.0"><div class="newsround-header__logo" style="background-image:url(//web.archive.org/web/20200927162043im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/images/newsround-logo.png);background:url(//web.archive.org/web/20200927162043im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/images/newsround-logo.svg) no-repeat;" data-reactid=".jszxgo9ztq.1.1.1.0.0.0"><h1 class="newsround-header__off-screen" data-reactid=".jszxgo9ztq.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="home-watch-newsround-button" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-watch-newsround-button&quot;,&quot;CHD&quot;:&quot;button&quot;}" data-bbc-source="newsround" data-bbc-title="Watch Newsround" data-reactid=".jszxgo9ztq.1.1.1.0.1"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="" data-reactid=".jszxgo9ztq.1.1.1.0.1.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".jszxgo9ztq.1.1.1.0.1.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.1.1.0.1.0.0.0"><title data-reactid=".jszxgo9ztq.1.1.1.0.1.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.1.1.0.1.0.0.0.1"></path></svg></div><span data-reactid=".jszxgo9ztq.1.1.1.0.1.0.1:0">Watch </span><span class="newsround-header__button__bp-text" data-reactid=".jszxgo9ztq.1.1.1.0.1.0.1:1">Newsround</span></a></div></div></div></header><div data-reactid=".jszxgo9ztq.1.2"></div><section class="newsround-top-stories" data-istats-track-scroll-visibility="nr_home_top_stories" data-reactid=".jszxgo9ztq.1.3"><div class="newsround-top-stories__wrapper newsround-top-stories__wrapper--with-top-margin newsround-top-stories__wrapper--no-bottom-padding" data-reactid=".jszxgo9ztq.1.3.0"><div class="newsround-top-stories__container gel-layout--equal" data-reactid=".jszxgo9ztq.1.3.0.0"><div class="newsround-top-stories__featured-story" data-reactid=".jszxgo9ztq.1.3.0.0.0"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-1" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::1&quot;}" data-bbc-source="newsround" data-bbc-title="Yara Shahidi to play first black Tinkerbell" data-reactid=".jszxgo9ztq.1.3.0.0.0.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54315001" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11713/production/_114634417_tink.jpg" alt="a-composite-picture-of-tinkerbell-and-actor-yara-shahidi" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.0">Yara Shahidi to play first black Tinkerbell</p><p class="newsround-promo__summary" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.1">Disney has cast US actress Yara Shahidi as Tinkerbell in their new live-action Peter Pan film.</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.0.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=".jszxgo9ztq.1.3.0.0.0.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=".jszxgo9ztq.1.3.0.0.0.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-27T11:09:14+00:00" data-datetime="5 hours ago" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.0.0.1.0">5 hours ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.0.0.1.1">5 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.3.0.0.0.0.0.1.2.1.1">47</span></div></div></div></a></div></div><div class="newsround-top-stories__stories" data-reactid=".jszxgo9ztq.1.3.0.0.1"><div class="newsround-top-stories__container" data-reactid=".jszxgo9ztq.1.3.0.0.1.0"><div class="newsround-top-stories__story" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-2" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::2&quot;}" data-bbc-source="newsround" data-bbc-title="Thousands of university students told to self-isolate" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54309598" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/82FD/production/_114633533_glasgowpa.jpg" alt="a-sign-asking-people-not-to-enter" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.0">Thousands of university students told to self-isolate</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.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=".jszxgo9ztq.1.3.0.0.1.0.$54309598.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=".jszxgo9ztq.1.3.0.0.1.0.$54309598.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-27T13:27:30+00:00" data-datetime="2 hours ago" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.0.0.1.0">2 hours ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.0.0.1.1">2 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309598.0.0.1.2.1.1">5</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-3" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::3&quot;}" data-bbc-source="newsround" data-bbc-title="Little Mix: The Search - what did you think?" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54309597" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B970/production/_114627474_little-mix-the-search_5099165.jpg" alt="Little Mix The Search" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.0">Little Mix: The Search - what did you think?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.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=".jszxgo9ztq.1.3.0.0.1.0.$54309597.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=".jszxgo9ztq.1.3.0.0.1.0.$54309597.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-27T06:22:30+00:00" data-datetime="9 hours ago" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.0.0.1.0">9 hours ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.0.0.1.1">9 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54309597.0.0.1.2.1.1">52</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-4" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::4&quot;}" data-bbc-source="newsround" data-bbc-title="Which celebs are in the Dancing On Ice line up?" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54250414" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A2CF/production/_105597614_dancing_on_ice_sr10_logo.jpg" alt="'Dancing on Ice' logo" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.0">Which celebs are in the Dancing On Ice line up?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.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=".jszxgo9ztq.1.3.0.0.1.0.$54250414.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=".jszxgo9ztq.1.3.0.0.1.0.$54250414.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-27T07:20:06+00:00" data-datetime="8 hours ago" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.0.0.1.0">8 hours ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.0.0.1.1">8 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54250414.0.0.1.2.1.1">24</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-5" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::5&quot;}" data-bbc-source="newsround" data-bbc-title="Should petrol and diesel cars be banned sooner?" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54307547" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/BA4B/production/_114619674_gettyimages-537492001.jpg" alt="cars" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.0">Should petrol and diesel cars be banned sooner?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.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=".jszxgo9ztq.1.3.0.0.1.0.$54307547.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=".jszxgo9ztq.1.3.0.0.1.0.$54307547.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-26T13:33:58+00:00" data-datetime="1 day ago" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307547.0.0.1.2.1.1">76</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-6" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::6&quot;}" data-bbc-source="newsround" data-bbc-title="David Attenborough and 5 other Instagram record breakers!" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54307006" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B0EB/production/_114619254_gettyimages-1082947440.jpg" alt="an-egg" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.0">David Attenborough and 5 other Instagram record breakers!</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.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=".jszxgo9ztq.1.3.0.0.1.0.$54307006.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=".jszxgo9ztq.1.3.0.0.1.0.$54307006.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-26T10:57:32+00:00" data-datetime="1 day ago" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54307006.0.0.1.2.1.1">32</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_top_stories-7" data-bbc-container="home-top-stories" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-top-stories&quot;,&quot;CHD&quot;:&quot;card::7&quot;}" data-bbc-source="newsround" data-bbc-title="Amazon reveals new gaming service Luna" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54295762" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EFBA/production/_114607316_0518084f-206c-4bb0-8b5c-492cf3ac6535.jpg" alt="amazon-luna-controller." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.0">Amazon reveals new gaming service Luna</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.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=".jszxgo9ztq.1.3.0.0.1.0.$54295762.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=".jszxgo9ztq.1.3.0.0.1.0.$54295762.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-26T07:52:37+00:00" data-datetime="1 day ago" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.3.0.0.1.0.$54295762.0.0.1.2.1.1">34</span></div></div></div></a></div></div></div></div></div></div></section><section class="newsround-anchors" data-reactid=".jszxgo9ztq.1.4"><nav class="newsround-anchors__wrapper" data-reactid=".jszxgo9ztq.1.4.0"><ul class="newsround-anchors__layout newsround-anchors__layout--less-margin" data-reactid=".jszxgo9ztq.1.4.0.0"><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::1&quot;}" data-bbc-source="newsround" data-bbc-title="Environment" data-reactid=".jszxgo9ztq.1.4.0.0.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround#more-stories-2" class="newsround-button newsround-button--teal" aria-label="Environment" data-reactid=".jszxgo9ztq.1.4.0.0.0.0"><span data-reactid=".jszxgo9ztq.1.4.0.0.0.0.1">Environment</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::2&quot;}" data-bbc-source="newsround" data-bbc-title="Coronavirus" data-reactid=".jszxgo9ztq.1.4.0.0.1"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround#more-stories-3" class="newsround-button newsround-button--teal" aria-label="Coronavirus" data-reactid=".jszxgo9ztq.1.4.0.0.1.0"><span data-reactid=".jszxgo9ztq.1.4.0.0.1.0.1">Coronavirus</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::3&quot;}" data-bbc-source="newsround" data-bbc-title="Fighting racism" data-reactid=".jszxgo9ztq.1.4.0.0.2"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround#more-stories-4" class="newsround-button newsround-button--teal" aria-label="Fighting racism" data-reactid=".jszxgo9ztq.1.4.0.0.2.0"><span data-reactid=".jszxgo9ztq.1.4.0.0.2.0.1">Fighting racism</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-anchor-links&quot;,&quot;CHD&quot;:&quot;button::4&quot;}" data-bbc-source="newsround" data-bbc-title="Quiz-fest!" data-reactid=".jszxgo9ztq.1.4.0.0.3"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround#more-stories-5" class="newsround-button newsround-button--teal" aria-label="Quiz-fest!" data-reactid=".jszxgo9ztq.1.4.0.0.3.0"><span data-reactid=".jszxgo9ztq.1.4.0.0.3.0.1">Quiz-fest!</span></a></li></ul></nav></section><section id="additional-top-stories" class="newsround-more-stories newsround-more-stories--additional-top-stories" data-istats-track-scroll-visibility="nr_home_more_stories_1" data-reactid=".jszxgo9ztq.1.5"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".jszxgo9ztq.1.5.0"><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".jszxgo9ztq.1.5.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-1" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54283438" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/13A73/production/_114599408_vote2.jpg" alt="two young boys in glasses, holding up dollars, with bags on money on the table and lots of dollar notes in front of them." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.0">Roblox or sweets? What do you spend your pocket money on?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.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=".jszxgo9ztq.1.5.0.1.$54283438.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=".jszxgo9ztq.1.5.0.1.$54283438.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-24T16:16:10+00:00" data-datetime="3 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54283438.0.0.1.2.1.1">132</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-2" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54293380" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/116DF/production/_114619317_p08sm2l6.jpg" alt="Keyframe #5" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.0.1.1">1:44</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.1.0">Meet BGT semi-finalist Sirine</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.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=".jszxgo9ztq.1.5.0.1.$54293380.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=".jszxgo9ztq.1.5.0.1.$54293380.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-26T08:27:40+00:00" data-datetime="1 day ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54293380.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-3" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54307011" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1893/production/_114619260_p08sm3sr.jpg" alt="a-pair-of-ice-skates" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.0.1.1">1:51</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.1.0">Meet the ice skaters training without the ice!</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.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=".jszxgo9ztq.1.5.0.1.$54307011.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=".jszxgo9ztq.1.5.0.1.$54307011.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-26T08:56:59+00:00" data-datetime="1 day ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54307011.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-4" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54297403" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/181A0/production/_114602789_mediaitem114602786.jpg" alt="Cardiff, Swansea and Llanelli" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.0">Cardiff and Swansea lead new lockdown measures in parts of Wales</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.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=".jszxgo9ztq.1.5.0.1.$54297403.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=".jszxgo9ztq.1.5.0.1.$54297403.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-25T13:57:26+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54297403.0.0.1.2.1.1">13</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-5" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54300257" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/7E72/production/_114607323_acnh_autumn_textless_01.jpg" alt="halloween-animal-crossing." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.0">Animal Crossing gets special Halloween update</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.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=".jszxgo9ztq.1.5.0.1.$54300257.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=".jszxgo9ztq.1.5.0.1.$54300257.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-26T08:44:39+00:00" data-datetime="1 day ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54300257.0.0.1.2.1.1">40</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-6" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/51318780" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/10A02/production/_114589086_rabbitandduckthumbnail.jpg" alt="rabbit-duck." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.1.0">Quiz: Have you been following this week&#x27;s news?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.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=".jszxgo9ztq.1.5.0.1.$51318780.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=".jszxgo9ztq.1.5.0.1.$51318780.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-25T14:14:05+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$51318780.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-7" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54281272" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/162EC/production/_114606809_nrgrad_8.jpg" alt="charli-and-dixie-damelio." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.0">Charli and Dixie D&#x27;Amelio speak out about online bullying</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.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=".jszxgo9ztq.1.5.0.1.$54281272.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=".jszxgo9ztq.1.5.0.1.$54281272.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-25T14:46:54+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54281272.0.0.1.2.1.1">51</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-8" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54278690" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/64C8/production/_114600852_hi063507619.jpg" alt="Greta Thunberg" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.0">Fridays for Future school strikes are back</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.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=".jszxgo9ztq.1.5.0.1.$54278690.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=".jszxgo9ztq.1.5.0.1.$54278690.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-25T13:58:27+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54278690.0.0.1.2.1.1">65</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-9" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54299368" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/C6C0/production/_114608805_hi063513398.jpg" alt="Ugandan climate change activist Vanessa Nakate, uses a megaphone with other activists holding placards advocating for climate change during a demonstration for the Global Climate Change in Luzira suburb of Kampala, Uganda September" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.0.1.0.0.0">image</title><path d="M9 5V3H4v2H0v24h32V5zm-2.5 8A2.5 2.5 0 1 1 9 10.5 2.5 2.5 0 0 1 6.5 13zM20 26a9 9 0 1 1 9-9 9 9 0 0 1-9 9z" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.1.0">Images of climate protests from around the world</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.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=".jszxgo9ztq.1.5.0.1.$54299368.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=".jszxgo9ztq.1.5.0.1.$54299368.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-25T16:37:10+00:00" data-datetime="1 day ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54299368.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-10" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54292362" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/E4D3/production/_114597585_newfile-4.jpg" alt="Magawa-rat-with-handler." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.0">Hero rat gets special medal for &#x27;life-saving bravery&#x27;</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.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=".jszxgo9ztq.1.5.0.1.$54292362.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=".jszxgo9ztq.1.5.0.1.$54292362.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-25T11:29:20+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54292362.0.0.1.2.1.1">27</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-11" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/43245617" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D439/production/_114592345_p08sfrtv.jpg" alt="A jelly fish and a portion of chips" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.0.1.1">0:51</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.1.0">Strange News: See-through loos &amp; an alpaca invasion!</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.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=".jszxgo9ztq.1.5.0.1.$43245617.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=".jszxgo9ztq.1.5.0.1.$43245617.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-25T05:48:50+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$43245617.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-12" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54278823" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/54A4/production/_114586612_tv063279420.jpg" alt="breonana-taylor-memorial." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.0">Why are people talking about Breonna Taylor?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.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=".jszxgo9ztq.1.5.0.1.$54278823.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=".jszxgo9ztq.1.5.0.1.$54278823.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-25T05:58:39+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54278823.0.0.1.2.1.1">42</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-13" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54291910" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D1B9/production/_114598635_gettyimages-878360852.jpg" alt="sniffer dog" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.1.0">Sniffer dogs used to detect coronavirus at airport</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.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=".jszxgo9ztq.1.5.0.1.$54291910.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=".jszxgo9ztq.1.5.0.1.$54291910.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-25T11:09:26+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54291910.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-14" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/41337138" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1DC9/production/_98052670_gettyimages-173863869.jpg" alt="A shofar, tallis, and prayer book" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.1.0">What is Yom Kippur?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.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=".jszxgo9ztq.1.5.0.1.$41337138.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=".jszxgo9ztq.1.5.0.1.$41337138.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-25T06:00:19+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$41337138.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-15" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/51836693" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/70AA/production/_111224882_titlepage.png" alt="Big Stories and big words" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.1.0">Newsround: Today鈥檚 top headlines and new words of the day</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.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=".jszxgo9ztq.1.5.0.1.$51836693.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=".jszxgo9ztq.1.5.0.1.$51836693.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-25T08:13:17+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$51836693.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-16" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54291798" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/13C67/production/_114599908_mcqueen.jpg" alt="Steve McQueen holding a BAFTA Award" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.1.0">British film awards to make changes to improve diversity</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.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=".jszxgo9ztq.1.5.0.1.$54291798.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=".jszxgo9ztq.1.5.0.1.$54291798.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-25T09:48:00+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54291798.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-17" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54269725" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3FF9/production/_114577361_hi043956329.jpg" alt="Plastic on a beach." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.0">Kids cleaning beaches to help the environment</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.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=".jszxgo9ztq.1.5.0.1.$54269725.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=".jszxgo9ztq.1.5.0.1.$54269725.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-25T05:45:42+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54269725.0.0.1.2.1.1">9</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-18" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54277492" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/7F7E/production/_114583623_5b1a8164-1a03-405e-80ba-ef6262f75663.jpg" alt="Fireworks display" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.0">Cathedral plans &#x27;re-imagined&#x27; firework display</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.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=".jszxgo9ztq.1.5.0.1.$54277492.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=".jszxgo9ztq.1.5.0.1.$54277492.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-25T05:47:18+00:00" data-datetime="2 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost newsround-promo__comments-signpost-without-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54277492.0.0.1.2.1.0.0.1"></path></svg></div></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-19" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54281247" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5CBD/production/_113914732_littlemix.jpg" alt="little-mix." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.0">Little Mix The Search: &quot;We&#x27;re sitting there knowing how they feel&quot;</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.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=".jszxgo9ztq.1.5.0.1.$54281247.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=".jszxgo9ztq.1.5.0.1.$54281247.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-24T15:16:06+00:00" data-datetime="3 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54281247.0.0.1.2.1.1">6</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-20" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54281100" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/107F0/production/_114586576_gettyimages-1201907125.jpg" alt="David Attenborough" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.0">Sir David Attenborough has joined Instagram!</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.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=".jszxgo9ztq.1.5.0.1.$54281100.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=".jszxgo9ztq.1.5.0.1.$54281100.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-24T12:41:21+00:00" data-datetime="3 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54281100.0.0.1.2.1.1">23</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-21" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54276892" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/4FD6/production/_114583402_gettyimages-1228526407.jpg" alt="London Marathon runners" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.0">London Marathon invites children to take part</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.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=".jszxgo9ztq.1.5.0.1.$54276892.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=".jszxgo9ztq.1.5.0.1.$54276892.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-24T14:47:30+00:00" data-datetime="3 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54276892.0.0.1.2.1.1">15</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-22" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54261627" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5D63/production/_114570932_gettyimages-592610128.jpg" alt="Mo Farah" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.0">Olympic &amp; Paralympic stars call for climate change action</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.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=".jszxgo9ztq.1.5.0.1.$54261627.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=".jszxgo9ztq.1.5.0.1.$54261627.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-23T13:40:49+00:00" data-datetime="4 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54261627.0.0.1.2.1.1">8</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-23" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54269085" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/44F9/production/_114575671_44515f6a-608d-46ce-a641-de1498a0243d.jpg" alt="youtube." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.0">YouTube adds fact-check boxes to stop fake news</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.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=".jszxgo9ztq.1.5.0.1.$54269085.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=".jszxgo9ztq.1.5.0.1.$54269085.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-24T11:21:12+00:00" data-datetime="3 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54269085.0.0.1.2.1.1">9</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-24" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54272045" class="newsround-promo__content newsround-promo__content--white" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1561B/production/_114597578_photo24-09-2020204447.jpg" alt="Ryan Reynolds-Wrexham." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.0">Ryan Reynolds wants to buy a Welsh football club</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.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=".jszxgo9ztq.1.5.0.1.$54272045.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=".jszxgo9ztq.1.5.0.1.$54272045.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-24T12:14:31+00:00" data-datetime="3 days ago" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.5.0.1.$54272045.0.0.1.2.1.1">4</span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.1"><div class="gs-u-box-size newsround-more-stories__show-more-wrapper newsround-more-stories__show-more-wrapper--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.1.0.0"><div class="newsround-more-stories__show-more-button-container newsround-more-stories__show-more-button-container--additional-top-stories" data-reactid=".jszxgo9ztq.1.5.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".jszxgo9ztq.1.5.1.0.0.0.0"><button class="newsround-button newsround-button--purple" tabindex="-1" aria-label="Show more stories" data-reactid=".jszxgo9ztq.1.5.1.0.0.0.0.0"><span data-reactid=".jszxgo9ztq.1.5.1.0.0.0.0.0.1">Show more</span></button></div></div></div></div></div></section><div data-reactid=".jszxgo9ztq.1.6"></div><section class="newsround-bulletin" data-istats-track-scroll-visibility="nr_home_bulletin_promo" data-bbc-container="home-watch-newsround" data-bbc-metadata="{&quot;PAR&quot;:&quot;home-watch-newsround&quot;,&quot;CHD&quot;:&quot;promo&quot;}" data-bbc-source="newsround" data-bbc-title="Watch Newsround" data-reactid=".jszxgo9ztq.1.7"><div class="newsround-bulletin__mobile-background" style="background:linear-gradient(transparent 50%, #011638 95%),url(https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/00BF/production/_114619100_p08sp2q1.jpg);background-repeat:no-repeat;background-size:100%;background-position:center;" data-reactid=".jszxgo9ztq.1.7.0"></div><div class="newsround-bulletin__wrapper" data-istats-track="true" data-istats-track-link-location="nr_home_bulletin_promo" data-reactid=".jszxgo9ztq.1.7.1"><div class="newsround-bulletin__layout" data-reactid=".jszxgo9ztq.1.7.1.0"><div class="newsround-bulletin__text-container" data-reactid=".jszxgo9ztq.1.7.1.0.0"><div class="newsround-bulletin__text-wrapper" data-reactid=".jszxgo9ztq.1.7.1.0.0.0"><h2 class="newsround-bulletin__title" data-reactid=".jszxgo9ztq.1.7.1.0.0.0.0">Watch Newsround</h2><h3 class="newsround-bulletin__subtitle" data-reactid=".jszxgo9ztq.1.7.1.0.0.0.1">Shanequa has your Sunday Newsround. We hear from Sir David Attenborough who tells us why young people are so important to our planets survival, meet the children helping to clean our beaches, and find out all about the Jewish festival of Yom Kippur.</h3><div class="newsround-bulletin__button-wrapper" data-reactid=".jszxgo9ztq.1.7.1.0.0.0.2"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="Watch Newsround" data-reactid=".jszxgo9ztq.1.7.1.0.0.0.2.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".jszxgo9ztq.1.7.1.0.0.0.2.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.7.1.0.0.0.2.0.0.0"><title data-reactid=".jszxgo9ztq.1.7.1.0.0.0.2.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.7.1.0.0.0.2.0.0.0.1"></path></svg></div><span data-reactid=".jszxgo9ztq.1.7.1.0.0.0.2.0.1">Watch Now</span></a></div></div></div><div class="newsround-bulletin__image-container" data-reactid=".jszxgo9ztq.1.7.1.0.1"><div class="newsround-bulletin__image-background" style="background:linear-gradient(to right, #011638 5%, transparent 30%),linear-gradient(to left, #011638 5%, transparent 30%),url(https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/00BF/production/_114619100_p08sp2q1.jpg);background-repeat:no-repeat;background-size:100%;background-position:center;" data-reactid=".jszxgo9ztq.1.7.1.0.1.0"></div><div class="newsround-bulletin__image-wrapper" data-reactid=".jszxgo9ztq.1.7.1.0.1.1"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/00BF/production/_114619100_p08sp2q1.jpg" alt="Shanequa sitting on the Newsround sofa with a picture of David Attenborough" class="newsround-bulletin__image" data-reactid=".jszxgo9ztq.1.7.1.0.1.1.0"/><div class="newsround-bulletin__image-decoration" data-reactid=".jszxgo9ztq.1.7.1.0.1.1.1"></div></div></div></div></div><div class="newsround-bulletin__bottom-gradient" data-reactid=".jszxgo9ztq.1.7.2"></div></section><section id="more-stories-2" class="newsround-more-stories newsround-more-stories--more-stories-2" data-istats-track-scroll-visibility="nr_home_more_stories_2" data-reactid=".jszxgo9ztq.1.9"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".jszxgo9ztq.1.9.0"><div class="newsround-more-stories__header" data-reactid=".jszxgo9ztq.1.9.0.0"><div class="newsround-more-stories__header-item" data-reactid=".jszxgo9ztq.1.9.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.0.0.0">Environment</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".jszxgo9ztq.1.9.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-1" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52712926" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11797/production/_112357517_anrteachers_3-1.jpg" alt="climate" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.1.0">Newsround topics: Climate change and pollution</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.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=".jszxgo9ztq.1.9.0.1.$52712926.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=".jszxgo9ztq.1.9.0.1.$52712926.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-05-19T11:53:05+00:00" data-datetime="19 May 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.1.2.0.0.1.0">19 May 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$52712926.0.0.1.2.0.0.1.1">19 May 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-2" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/45880633" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/39A7/production/_103895741_climatechange-2.jpg" alt="What is climate change?" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.0">What actually is climate change?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.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=".jszxgo9ztq.1.9.0.1.$45880633.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=".jszxgo9ztq.1.9.0.1.$45880633.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-01-20T07:18:07+00:00" data-datetime="20 Jan 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.0.0.1.0">20 Jan 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.0.0.1.1">20 January 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$45880633.0.0.1.2.1.1">9</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-3" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53556377" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1820F/production/_114313889_nrfiji_superpromo_web_19201080.jpg" alt="Fiji graphic" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.0">What is life like on the climate change frontline?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.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=".jszxgo9ztq.1.9.0.1.$53556377.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=".jszxgo9ztq.1.9.0.1.$53556377.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-19T07:12:58+00:00" data-datetime="19 Sep 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.0.0.1.0">19 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.0.0.1.1">19 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$53556377.0.0.1.2.1.1">27</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-4" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54191148" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3F5D/production/_114412261_nr-vote-green-jobs-2.jpg" alt="hands holding a shoot" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.0">Do you want a &#x27;green job&#x27; in the future?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.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=".jszxgo9ztq.1.9.0.1.$54191148.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=".jszxgo9ztq.1.9.0.1.$54191148.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-18T05:18:53+00:00" data-datetime="18 Sep 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.0.0.1.0">18 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.0.0.1.1">18 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$54191148.0.0.1.2.1.1">95</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-5" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54201449" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/15952/production/_114420488_gettyimages-1148486707.jpg" alt="lots of plastic rubbish gathered together on a river" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.0">53 million tonnes of plastic could end up in our waters each year</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.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=".jszxgo9ztq.1.9.0.1.$54201449.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=".jszxgo9ztq.1.9.0.1.$54201449.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-18T11:28:23+00:00" data-datetime="18 Sep 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.0.0.1.0">18 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.0.0.1.1">18 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$54201449.0.0.1.2.1.1">10</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-6" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54179488" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/E0FF/production/_114399575_tv062230684.jpg" alt="Amazon rainforest on fire." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.0">Amazon fires: Hamilton and other celebrities&#x27; plea to save rainforest</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.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=".jszxgo9ztq.1.9.0.1.$54179488.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=".jszxgo9ztq.1.9.0.1.$54179488.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-17T05:15:32+00:00" data-datetime="17 Sep 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.0.0.1.0">17 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.0.0.1.1">17 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$54179488.0.0.1.2.1.1">19</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-7" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54177545" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9DB1/production/_114396304_gettyimages-1012636298.jpg" alt="temperature" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.0">August 2020 second hottest on record</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.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=".jszxgo9ztq.1.9.0.1.$54177545.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=".jszxgo9ztq.1.9.0.1.$54177545.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-16T15:28:35+00:00" data-datetime="16 Sep 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.0.0.1.0">16 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.0.0.1.1">16 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$54177545.0.0.1.2.1.1">30</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-8" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52410744" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EE95/production/_111977016_titlepage_still_00513.jpg" alt="Koala-and-firefighter-title-page." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.0">Australia: Life after the bushfires</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.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=".jszxgo9ztq.1.9.0.1.$52410744.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=".jszxgo9ztq.1.9.0.1.$52410744.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-04-28T05:30:00+00:00" data-datetime="28 Apr 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.0.0.1.0">28 Apr 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.0.0.1.1">28 April 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$52410744.0.0.1.2.1.1">28</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-9" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54088906" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/14849/production/_114314048_nrfiji_thumbnail_web_19201080_2.jpg" alt="Victor-scuba-diving-to-tend-to-coral-nursery" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.0">How Fiji is fighting back against coral bleaching</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.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=".jszxgo9ztq.1.9.0.1.$54088906.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=".jszxgo9ztq.1.9.0.1.$54088906.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-14T05:10:16+00:00" data-datetime="14 Sep 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.0.0.1.0">14 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.0.0.1.1">14 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$54088906.0.0.1.2.1.1">5</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-10" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54138007" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/F8B1/production/_114356636_hi063281441.jpg" alt="Firefighters in the US battle wildfires" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.0">One hundred wildfires burning across west America</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.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=".jszxgo9ztq.1.9.0.1.$54138007.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=".jszxgo9ztq.1.9.0.1.$54138007.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-13T11:01:34+00:00" data-datetime="13 Sep 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.0.0.1.0">13 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.0.0.1.1">13 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$54138007.0.0.1.2.1.1">14</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-11" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54116079" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B4C0/production/_114327264_burmeseroofedturtlehatchling2creditmyominwinwcsmyanmar.jpg" alt="the Burmese roofed hatchling, also known as the smiling turtle" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.1.0">Smiling turtles saved from extinction</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.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=".jszxgo9ztq.1.9.0.1.$54116079.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=".jszxgo9ztq.1.9.0.1.$54116079.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-12T11:36:33+00:00" data-datetime="12 Sep 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.1.2.0.0.1.0">12 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$54116079.0.0.1.2.0.0.1.1">12 September 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-12" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/50956990" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11EDB/production/_110353437_gettyimages-1191010938.jpg" alt="delhi-record-low-temperatures." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.0">Five firsts for climate change</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.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=".jszxgo9ztq.1.9.0.1.$50956990.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=".jszxgo9ztq.1.9.0.1.$50956990.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-01-02T09:49:56+00:00" data-datetime="2 Jan 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.0.0.1.0">2 Jan 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.0.0.1.1">2 January 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$50956990.0.0.1.2.1.1">2</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-13" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/48605993" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/10C88/production/_107344786_environmental-march-getty.jpg" alt="March-for-climate-change-in-London." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.0">Climate change: UK commits to nearly zero carbon emissions by 2050</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.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=".jszxgo9ztq.1.9.0.1.$48605993.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=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2019-06-12T06:55:33+00:00" data-datetime="12 Jun 2019" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.0.0.1.0">12 Jun 2019</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.0.0.1.1">12 June 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$48605993.0.0.1.2.1.1">3</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-14" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54069944" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/103CC/production/_114280566_turtle.jpg" alt="Leatherback-turtle" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.0">One million species facing extinction in next 100 years say WWF</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.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=".jszxgo9ztq.1.9.0.1.$54069944.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=".jszxgo9ztq.1.9.0.1.$54069944.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-10T11:33:21+00:00" data-datetime="10 Sep 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.0.0.1.0">10 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.0.0.1.1">10 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$54069944.0.0.1.2.1.1">13</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-15" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/51472821" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/13921/production/_110916108_p083glt1.jpg" alt="Graphic-of-mattress-in-front-of-skyline." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.1.0">How your old mattress can help the environment</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.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=".jszxgo9ztq.1.9.0.1.$51472821.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=".jszxgo9ztq.1.9.0.1.$51472821.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-02-17T08:45:27+00:00" data-datetime="17 Feb 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.1.2.0.0.1.0">17 Feb 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$51472821.0.0.1.2.0.0.1.1">17 February 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-16" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/51457800" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1455E/production/_110849238_abceac2e-9a8a-465f-8f62-b0e8176f3c0a.jpg" alt="Publicity-still-freom-Breathe-UK-campaign." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.0">Air pollution might be affecting kids&#x27; sports skills, report warns</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.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=".jszxgo9ztq.1.9.0.1.$51457800.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=".jszxgo9ztq.1.9.0.1.$51457800.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-02-12T11:35:42+00:00" data-datetime="12 Feb 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.0.0.1.0">12 Feb 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.0.0.1.1">12 February 2020</span></time></span></div><div class="newsround-promo__comments-signpost newsround-promo__comments-signpost-without-count" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$51457800.0.0.1.2.1.0.0.1"></path></svg></div></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-17" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/51368408" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17EEA/production/_110762089_cars2.jpg" alt="cars-traffic." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.0">New diesel and petrol vehicles to be banned by 2035</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.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=".jszxgo9ztq.1.9.0.1.$51368408.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=".jszxgo9ztq.1.9.0.1.$51368408.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-02-04T09:59:24+00:00" data-datetime="4 Feb 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.0.0.1.0">4 Feb 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.0.0.1.1">4 February 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$51368408.0.0.1.2.1.1">3</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-18" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54085923" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1492E/production/_113307248_climatechange-2.jpg" alt="What is climate change?" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.0">&#x27;Urgent climate action&#x27; needed to meet 1.5C target says UN</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.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=".jszxgo9ztq.1.9.0.1.$54085923.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=".jszxgo9ztq.1.9.0.1.$54085923.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-09T19:11:35+00:00" data-datetime="9 Sep 2020" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.0.0.1.0">9 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.0.0.1.1">9 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$54085923.0.0.1.2.1.1">6</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-19" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/50705133" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/15B49/production/_110050988_gettyimages-485983712.jpg" alt="drone." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.0">Can tech help protect global wildlife?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.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=".jszxgo9ztq.1.9.0.1.$50705133.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=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2019-12-09T11:35:59+00:00" data-datetime="9 Dec 2019" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.0.0.1.0">9 Dec 2019</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.0.0.1.1">9 December 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$50705133.0.0.1.2.1.1">2</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-20" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/49793156" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17EBC/production/_108908979_aaauntitled.jpg" alt="eco-superhero" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.0">Climate Change Quiz: How green are you?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.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=".jszxgo9ztq.1.9.0.1.$49793156.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=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2019-09-23T05:52:02+00:00" data-datetime="23 Sep 2019" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.0.0.1.0">23 Sep 2019</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.0.0.1.1">23 September 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.9.0.1.$49793156.0.0.1.2.1.1">25</span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-2" data-reactid=".jszxgo9ztq.1.9.1"><div class="gs-u-box-size newsround-more-stories__show-more-wrapper newsround-more-stories__show-more-wrapper--more-stories-2" data-reactid=".jszxgo9ztq.1.9.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-2" data-reactid=".jszxgo9ztq.1.9.1.0.0"><div class="newsround-more-stories__show-more-button-container newsround-more-stories__show-more-button-container--more-stories-2" data-reactid=".jszxgo9ztq.1.9.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".jszxgo9ztq.1.9.1.0.0.0.0"><button class="newsround-button newsround-button--charcoal-purple" tabindex="-1" aria-label="Show more stories" data-reactid=".jszxgo9ztq.1.9.1.0.0.0.0.0"><span data-reactid=".jszxgo9ztq.1.9.1.0.0.0.0.0.1">Show more</span></button></div></div></div></div></div></section><section id="more-stories-3" class="newsround-more-stories newsround-more-stories--more-stories-3" data-istats-track-scroll-visibility="nr_home_more_stories_3" data-reactid=".jszxgo9ztq.1.a"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".jszxgo9ztq.1.a.0"><div class="newsround-more-stories__header" data-reactid=".jszxgo9ztq.1.a.0.0"><div class="newsround-more-stories__header-item" data-reactid=".jszxgo9ztq.1.a.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.0.0.0">Coronavirus</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".jszxgo9ztq.1.a.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-1" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54086737" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/64A1/production/_111716752_gettyimages-1209496513.jpg" alt="A sign thanking NHS &amp; Key workers" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.1.0">Coronavirus and lockdown: What is the latest?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.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=".jszxgo9ztq.1.a.0.1.$54086737.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=".jszxgo9ztq.1.a.0.1.$54086737.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-23T13:08:45+00:00" data-datetime="4 days ago" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$54086737.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-2" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54116886" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12DA2/production/_114581277_img_6127.jpg" alt="NHS Covid-10 app" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.0">New contact tracing app now available in England and Wales</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.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=".jszxgo9ztq.1.a.0.1.$54116886.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=".jszxgo9ztq.1.a.0.1.$54116886.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-24T06:37:15+00:00" data-datetime="3 days ago" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$54116886.0.0.1.2.1.1">44</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-3" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54088842" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/546A/production/_114301612_gettyimages-1180401620.jpg" alt="Children at a park" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.0">Coronavirus: What can&#x27;t you do under new &#x27;rule of six&#x27;?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.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=".jszxgo9ztq.1.a.0.1.$54088842.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=".jszxgo9ztq.1.a.0.1.$54088842.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-23T13:31:41+00:00" data-datetime="4 days ago" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$54088842.0.0.1.2.1.1">33</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-4" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53369557" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EFC8/production/_113348316_p08kkw5g.jpg" alt="Summer Term in Lockdown - A Newsround Special" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.0.1.1">7:59</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.1.0">Summer Term in Lockdown - A Newsround Special</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.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=".jszxgo9ztq.1.a.0.1.$53369557.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=".jszxgo9ztq.1.a.0.1.$53369557.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-07-13T05:14:55+00:00" data-datetime="13 Jul 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.1.2.0.0.1.0">13 Jul 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$53369557.0.0.1.2.0.0.1.1">13 July 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-5" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54116877" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0430/production/_114327010_pa-53792771-1.jpg" alt="May 18, 2020 - Children abide by a traffic light system for social distancing when washing their hands at Kempsey Primary School in Worcester. Nursery and primary pupils could return to classes from June 1 following the announcement of plans for a phased reopening of schools." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.0">Studies to look at how coronavirus spreads in schools</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.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=".jszxgo9ztq.1.a.0.1.$54116877.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=".jszxgo9ztq.1.a.0.1.$54116877.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-12T11:36:09+00:00" data-datetime="12 Sep 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.0.0.1.0">12 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.0.0.1.1">12 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$54116877.0.0.1.2.1.1">24</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-6" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54151975" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5FDB/production/_114393542_2de27.jpg" alt="kids-talk-about-isolating" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.0.1.1">1:52</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.1.0">&#x27;I managed two days and then we were told to self-isolate&#x27;</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.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=".jszxgo9ztq.1.a.0.1.$54151975.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=".jszxgo9ztq.1.a.0.1.$54151975.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-16T07:25:12+00:00" data-datetime="16 Sep 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.1.2.0.0.1.0">16 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$54151975.0.0.1.2.0.0.1.1">16 September 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-7" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54147937" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/BE66/production/_114224784_e6c6af38-1fa0-4fd2-a704-57d5421a26bd.jpg" alt="Medical staff are seen testing people at a coronavirus test centre in the car park of a theme park in Chessington" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.0">Why are there problems with coronavirus testing in the UK?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.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=".jszxgo9ztq.1.a.0.1.$54147937.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=".jszxgo9ztq.1.a.0.1.$54147937.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-16T06:03:35+00:00" data-datetime="16 Sep 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.0.0.1.0">16 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.0.0.1.1">16 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$54147937.0.0.1.2.1.1">30</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-8" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54113993" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9449/production/_114316973_mediaitem113767786.jpg" alt="People meeting outside" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.0">Wales: Under-11s don&#x27;t count in &#x27;rule of six&#x27;</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.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=".jszxgo9ztq.1.a.0.1.$54113993.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=".jszxgo9ztq.1.a.0.1.$54113993.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-11T14:48:25+00:00" data-datetime="11 Sep 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.0.0.1.0">11 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.0.0.1.1">11 September 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$54113993.0.0.1.2.1.1">6</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-9" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52970105" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2963/production/_112959501_gettyimages-956955840.jpg" alt="Letter-r." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.0">Coronavirus: What is the R number?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.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=".jszxgo9ztq.1.a.0.1.$52970105.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=".jszxgo9ztq.1.a.0.1.$52970105.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-06-18T07:54:03+00:00" data-datetime="18 Jun 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.0.0.1.0">18 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.0.0.1.1">18 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$52970105.0.0.1.2.1.1">34</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-10" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/54069217" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/122BB/production/_114272447_p08qtwmr.jpg" alt="BBC Health Correspondent" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.0.1.1">1:30</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.1.0">Coronavirus cases: What do the numbers mean?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.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=".jszxgo9ztq.1.a.0.1.$54069217.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=".jszxgo9ztq.1.a.0.1.$54069217.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-08T08:51:56+00:00" data-datetime="8 Sep 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.1.2.0.0.1.0">8 Sep 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$54069217.0.0.1.2.0.0.1.1">8 September 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-11" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53322822" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2021/production/_111652280_gettyimages-1202999295.jpg" alt="coronavirus-masks." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.0">What are the rules on face coverings in the UK?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.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=".jszxgo9ztq.1.a.0.1.$53322822.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=".jszxgo9ztq.1.a.0.1.$53322822.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-21T13:06:11+00:00" data-datetime="6 days ago" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.0.0.1.0">6 days ago</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.0.0.1.1">6 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$53322822.0.0.1.2.1.1">343</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-12" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53478842" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16586/production/_113562519_p08lfsd0.jpg" alt="dr julie smith" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.0.1.1">1:11</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.1.0">Advice if you&#x27;re worried about face coverings</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.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=".jszxgo9ztq.1.a.0.1.$53478842.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=".jszxgo9ztq.1.a.0.1.$53478842.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-07-23T05:08:37+00:00" data-datetime="23 Jul 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.1.2.0.0.1.0">23 Jul 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$53478842.0.0.1.2.0.0.1.1">23 July 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-13" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53823213" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/110DA/production/_114005896_p08nyjtp.jpg" alt="david mcclelland" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.0.1.1">1:50</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.1.0">Contact tracing: What&#x27;s the latest on the NHS app?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.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=".jszxgo9ztq.1.a.0.1.$53823213.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=".jszxgo9ztq.1.a.0.1.$53823213.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-08-25T05:40:15+00:00" data-datetime="25 Aug 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.1.2.0.0.1.0">25 Aug 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$53823213.0.0.1.2.0.0.1.1">25 August 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-14" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52630243" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1C0F/production/_112238170_gettyimages-1215224582.jpg" alt="facemask." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.0">How to make your own face covering</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.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=".jszxgo9ztq.1.a.0.1.$52630243.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=".jszxgo9ztq.1.a.0.1.$52630243.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-05-22T16:53:34+00:00" data-datetime="22 May 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.0.0.1.0">22 May 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.0.0.1.1">22 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$52630243.0.0.1.2.1.1">135</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-15" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53519296" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/119A9/production/_113750127_gettyimages-1039917470.jpg" alt="Baboon in a cage" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.0">Coronavirus: &#x27;Wake-up call&#x27; for how we treat wild animals</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.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=".jszxgo9ztq.1.a.0.1.$53519296.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=".jszxgo9ztq.1.a.0.1.$53519296.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-08-03T06:03:50+00:00" data-datetime="3 Aug 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.0.0.1.0">3 Aug 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.0.0.1.1">3 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$53519296.0.0.1.2.1.1">42</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-16" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/51312911" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/494F/production/_111976781_mediaitem111976780.jpg" alt="A small bottle labeled with a &quot;Vaccine&quot; sticker is held near a medical syringe" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.1.0">Coronavirus: How do vaccines work?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.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=".jszxgo9ztq.1.a.0.1.$51312911.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=".jszxgo9ztq.1.a.0.1.$51312911.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-07-27T11:06:33+00:00" data-datetime="27 Jul 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.1.2.0.0.1.0">27 Jul 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$51312911.0.0.1.2.0.0.1.1">27 July 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-17" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53139105" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16CBF/production/_113057339_gettyimages-1222015415.jpg" alt="sign" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.0">2m to 1m: Why has the rule on social distancing changed?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.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=".jszxgo9ztq.1.a.0.1.$53139105.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=".jszxgo9ztq.1.a.0.1.$53139105.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-06-24T09:11:14+00:00" data-datetime="24 Jun 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.0.0.1.0">24 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.0.0.1.1">24 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$53139105.0.0.1.2.1.1">45</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-18" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52896926" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1597B/production/_112634488_p08fv78d.jpg" alt="Dr-Radha-talking-via-web-cam" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.0.1.1">1:46</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.1.0">Dr Radha answers YOUR coronavirus questions</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.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=".jszxgo9ztq.1.a.0.1.$52896926.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=".jszxgo9ztq.1.a.0.1.$52896926.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-06-03T08:32:06+00:00" data-datetime="3 Jun 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.1.2.0.0.1.0">3 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$52896926.0.0.1.2.0.0.1.1">3 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-19" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/51877454" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12FCB/production/_111717777_3_nrcor_tom7.jpg" alt="coronavirus" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.0">Frequently asked questions about coronavirus</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.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=".jszxgo9ztq.1.a.0.1.$51877454.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=".jszxgo9ztq.1.a.0.1.$51877454.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-08-27T07:22:00+00:00" data-datetime="27 Aug 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.0.0.1.0">27 Aug 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.0.0.1.1">27 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.a.0.1.$51877454.0.0.1.2.1.1">66</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-20" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/51698180" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/179ED/production/_111094769_p0859hzb.jpg" alt="how to wash your hands." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.0.1.1">0:43</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.1.0">How to wash your hands</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.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=".jszxgo9ztq.1.a.0.1.$51698180.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=".jszxgo9ztq.1.a.0.1.$51698180.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-05-05T08:15:53+00:00" data-datetime="5 May 2020" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.1.2.0.0.1.0">5 May 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.a.0.1.$51698180.0.0.1.2.0.0.1.1">5 May 2020</span></time></span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-3" data-reactid=".jszxgo9ztq.1.a.1"><div class="gs-u-box-size newsround-more-stories__show-more-wrapper newsround-more-stories__show-more-wrapper--more-stories-3" data-reactid=".jszxgo9ztq.1.a.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-3" data-reactid=".jszxgo9ztq.1.a.1.0.0"><div class="newsround-more-stories__show-more-button-container newsround-more-stories__show-more-button-container--more-stories-3" data-reactid=".jszxgo9ztq.1.a.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".jszxgo9ztq.1.a.1.0.0.0.0"><button class="newsround-button newsround-button--purple" tabindex="-1" aria-label="Show more stories" data-reactid=".jszxgo9ztq.1.a.1.0.0.0.0.0"><span data-reactid=".jszxgo9ztq.1.a.1.0.0.0.0.0.1">Show more</span></button></div></div></div></div></div></section><section id="more-stories-4" class="newsround-more-stories newsround-more-stories--more-stories-4" data-istats-track-scroll-visibility="nr_home_more_stories_4" data-reactid=".jszxgo9ztq.1.b"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".jszxgo9ztq.1.b.0"><div class="newsround-more-stories__header" data-reactid=".jszxgo9ztq.1.b.0.0"><div class="newsround-more-stories__header-item" data-reactid=".jszxgo9ztq.1.b.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.0.0.0">Fighting racism</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".jszxgo9ztq.1.b.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-1" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52965984" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2D22/production/_112945511_gettyimages-1243877751.jpg" alt="stop racsim" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.0">What is racism - and what can be done about it?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.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=".jszxgo9ztq.1.b.0.1.$52965984.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=".jszxgo9ztq.1.b.0.1.$52965984.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-06-17T16:58:33+00:00" data-datetime="17 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.b.0.1.$52965984.0.0.1.2.1.1">205</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-2" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53075349" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/663E/production/_112947162_p08h5wkm.jpg" alt="De'Graft in studio" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.0.1.1">7:59</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.1.0">Watch our special programme about racism in the UK</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.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=".jszxgo9ztq.1.b.0.1.$53075349.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=".jszxgo9ztq.1.b.0.1.$53075349.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-06-17T09:28:20+00:00" data-datetime="17 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$53075349.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-3" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52978346" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B613/production/_112811664_nrrace_collage_00254.jpg" alt="George Floyd" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.0.1.1">7:58</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.1.0">Watch our special programme on US protests and racism</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.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=".jszxgo9ztq.1.b.0.1.$52978346.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=".jszxgo9ztq.1.b.0.1.$52978346.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-06-09T11:07:30+00:00" data-datetime="9 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.1.2.0.0.1.0">9 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$52978346.0.0.1.2.0.0.1.1">9 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53068444" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6436/production/_112945652_gettyimages-1179572916.jpg" alt="hands of different colours" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.0.1.1">1:12</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.1.0">Advice to help you if you&#x27;re upset about racism</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.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=".jszxgo9ztq.1.b.0.1.$53068444.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=".jszxgo9ztq.1.b.0.1.$53068444.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-06-17T07:21:19+00:00" data-datetime="17 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$53068444.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-5" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53149076" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1802A/production/_112764389_gettyimages-1247138225.jpg" alt="children-at-black-lives-matter-protest." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.0">What does the phrase &#x27;Black Lives Matter&#x27; mean?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.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=".jszxgo9ztq.1.b.0.1.$53149076.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=".jszxgo9ztq.1.b.0.1.$53149076.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-07-03T08:30:02+00:00" data-datetime="3 Jul 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.0.0.1.0">3 Jul 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.0.0.1.1">3 July 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.b.0.1.$53149076.0.0.1.2.1.1">28</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-6" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53531055" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2D6F/production/_113913611_071b3e19-34a0-4c34-85b8-31f7f01a22dd.jpg" alt="Slaves-on-boats." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.0">Should money be paid to past victims of slavery?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.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=".jszxgo9ztq.1.b.0.1.$53531055.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=".jszxgo9ztq.1.b.0.1.$53531055.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-08-21T06:56:43+00:00" data-datetime="21 Aug 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.0.0.1.0">21 Aug 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.0.0.1.1">21 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.b.0.1.$53531055.0.0.1.2.1.1">51</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-7" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53531056" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5B54/production/_114008332_slaverycollage.jpg" alt="Collage of the key figures." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.0">Six former slaves who helped to end slavery</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.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=".jszxgo9ztq.1.b.0.1.$53531056.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=".jszxgo9ztq.1.b.0.1.$53531056.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-08-21T05:14:32+00:00" data-datetime="21 Aug 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.0.0.1.0">21 Aug 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.0.0.1.1">21 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.b.0.1.$53531056.0.0.1.2.1.1">26</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-8" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53071098" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/49D8/production/_112940981_p08h4vls.jpg" alt="British kids" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.0.1.1">2:02</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.1.0">&#x27;We should talk about racism because what鈥檚 going on is horrible&#x27;</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.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=".jszxgo9ztq.1.b.0.1.$53071098.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=".jszxgo9ztq.1.b.0.1.$53071098.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-06-17T16:55:32+00:00" data-datetime="17 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$53071098.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-9" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53057897" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16617/production/_112917619_dmgroupcall3.png" alt="Screenshot of video call with CBBC presenters De'Graft, Shanequa, Mwaksy and Rhys" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.0.1.1">1:56</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.1.0">CBBC presenters on growing up black in the UK</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.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=".jszxgo9ztq.1.b.0.1.$53057897.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=".jszxgo9ztq.1.b.0.1.$53057897.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-06-17T05:24:47+00:00" data-datetime="17 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$53057897.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-10" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53070882" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12A88/production/_112942467_p08h51n0.jpg" alt="Graphics" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.0.1.1">0:48</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.1.0">What inequalities do black people face in the UK?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.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=".jszxgo9ztq.1.b.0.1.$53070882.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=".jszxgo9ztq.1.b.0.1.$53070882.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-06-17T07:29:17+00:00" data-datetime="17 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$53070882.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-11" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53083132" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3453/production/_112959331_hi030678295.jpg" alt="George-The-Poet" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.0.1.1">1:29</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.1.0">George the Poet: We need to &#x27;learn as much as we can about each other&#x27;</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.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=".jszxgo9ztq.1.b.0.1.$53083132.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=".jszxgo9ztq.1.b.0.1.$53083132.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-06-17T14:24:05+00:00" data-datetime="17 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$53083132.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-12" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53070881" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/13579/production/_112952297_photo17-06-2020065838.jpg" alt="Ryan Russell, AJ Odudu, Guvna B" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.0.1.1">2:39</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.1.0">Black celebrities on life growing up in the UK</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.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=".jszxgo9ztq.1.b.0.1.$53070881.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=".jszxgo9ztq.1.b.0.1.$53070881.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-06-17T06:46:42+00:00" data-datetime="17 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$53070881.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-13" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52937905" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A997/production/_112951434_gettyimages-1218181301.jpg" alt="Black person holding hand with white person" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.0">White privilege: &#x27;Speak out, use your voice to challenge racism&#x27;</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.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=".jszxgo9ztq.1.b.0.1.$52937905.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=".jszxgo9ztq.1.b.0.1.$52937905.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-06-17T06:07:00+00:00" data-datetime="17 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.b.0.1.$52937905.0.0.1.2.1.1">33</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-14" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52813673" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/10EFF/production/_112557396_photo30-05-2020082853.jpg" alt="George-Floyd-Protests." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.0">George Floyd: Why are there huge protests about his death?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.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=".jszxgo9ztq.1.b.0.1.$52813673.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=".jszxgo9ztq.1.b.0.1.$52813673.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-06-11T14:51:36+00:00" data-datetime="11 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.0.0.1.0">11 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.0.0.1.1">11 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.b.0.1.$52813673.0.0.1.2.1.1">740</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-15" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52933380" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1822F/production/_112736889_p08g4571.jpg" alt="girl-speaking-to-camera" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.0.1.1">1:55</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.1.0">US kids give their reactions to protests</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.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=".jszxgo9ztq.1.b.0.1.$52933380.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=".jszxgo9ztq.1.b.0.1.$52933380.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-06-05T09:21:07+00:00" data-datetime="5 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.1.2.0.0.1.0">5 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$52933380.0.0.1.2.0.0.1.1">5 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-16" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52936388" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D376/production/_112743145_p08g5slr.jpg" alt="composite" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.0.1.1">1:49</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.1.0">UK kids on how George Floyd&#x27;s death has affected them</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.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=".jszxgo9ztq.1.b.0.1.$52936388.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=".jszxgo9ztq.1.b.0.1.$52936388.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-06-08T07:36:29+00:00" data-datetime="8 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.1.2.0.0.1.0">8 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$52936388.0.0.1.2.0.0.1.1">8 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-17" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52963918" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B172/production/_112762454_p08gcn3v.jpg" alt="raheem" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.0.1.1">0:54</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.1.0">&#x27;Everyone needs an equal chance in this country&#x27;</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.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=".jszxgo9ztq.1.b.0.1.$52963918.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=".jszxgo9ztq.1.b.0.1.$52963918.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-06-08T11:36:14+00:00" data-datetime="8 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.1.2.0.0.1.0">8 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$52963918.0.0.1.2.0.0.1.1">8 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-18" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52976350" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/106EF/production/_112811376_p08gfw2y.jpg" alt="Kids" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.0.1.1">2:07</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.1.0">&#x27;We need everybody to speak out to make a change&#x27;</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.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=".jszxgo9ztq.1.b.0.1.$52976350.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=".jszxgo9ztq.1.b.0.1.$52976350.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-06-09T09:16:35+00:00" data-datetime="9 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.1.2.0.0.1.0">9 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$52976350.0.0.1.2.0.0.1.1">9 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-19" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/37872603" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5147/production/_92270802_pricemiddleschool.jpg" alt="Ayshah with Atlanta school kids" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.0.1.0.0"><title data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.0.1.1">0:28</span></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.1.0">US kids talk about issue of police shootings</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.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=".jszxgo9ztq.1.b.0.1.$37872603.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=".jszxgo9ztq.1.b.0.1.$37872603.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2016-11-04T15:58:43+00:00" data-datetime="4 Nov 2016" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.1.2.0.0.1.0">4 Nov 2016</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.$37872603.0.0.1.2.0.0.1.1">4 November 2016</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".jszxgo9ztq.1.b.0.1.j"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-20" data-reactid=".jszxgo9ztq.1.b.0.1.j.0"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/newsround#more-stories-4" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1CF7/production/_112951470_superpromo_large.jpg" alt="Stop Racism written on a hand" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.1.0">Fighting racism: Protests, prejudice and YOUR stories</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.b.0.1.j.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=".jszxgo9ztq.1.b.0.1.j.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=".jszxgo9ztq.1.b.0.1.j.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-06-18T15:23:05+00:00" data-datetime="18 Jun 2020" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.1.2.0.0.1.0">18 Jun 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.b.0.1.j.0.0.1.2.0.0.1.1">18 June 2020</span></time></span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-4" data-reactid=".jszxgo9ztq.1.b.1"><div class="gs-u-box-size newsround-more-stories__show-more-wrapper newsround-more-stories__show-more-wrapper--more-stories-4" data-reactid=".jszxgo9ztq.1.b.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-4" data-reactid=".jszxgo9ztq.1.b.1.0.0"><div class="newsround-more-stories__show-more-button-container newsround-more-stories__show-more-button-container--more-stories-4" data-reactid=".jszxgo9ztq.1.b.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".jszxgo9ztq.1.b.1.0.0.0.0"><button class="newsround-button newsround-button--pink" tabindex="-1" aria-label="Show more stories" data-reactid=".jszxgo9ztq.1.b.1.0.0.0.0.0"><span data-reactid=".jszxgo9ztq.1.b.1.0.0.0.0.0.1">Show more</span></button></div></div></div></div></div></section><section id="more-stories-5" class="newsround-more-stories newsround-more-stories--more-stories-5" data-istats-track-scroll-visibility="nr_home_more_stories_5" data-reactid=".jszxgo9ztq.1.c"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".jszxgo9ztq.1.c.0"><div class="newsround-more-stories__header" data-reactid=".jszxgo9ztq.1.c.0.0"><div class="newsround-more-stories__header-item" data-reactid=".jszxgo9ztq.1.c.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.0.0.0">Quiz-fest!</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".jszxgo9ztq.1.c.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-1" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/53523635" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/18145/production/_113692689_quiz_1.png" alt="QUIZ!" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.0">Take our mega summer holiday quizzes!</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.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=".jszxgo9ztq.1.c.0.1.$53523635.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=".jszxgo9ztq.1.c.0.1.$53523635.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-07-27T08:14:21+00:00" data-datetime="27 Jul 2020" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.0.0.1.0">27 Jul 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.0.0.1.1">27 July 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.c.0.1.$53523635.0.0.1.2.1.1">86</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-2" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/47387157" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6ACE/production/_105824372_marvel.jpg" alt="Image of Marvel characters" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.1.0">Test your Marvel and DC superhero skills!</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.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=".jszxgo9ztq.1.c.0.1.$47387157.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=".jszxgo9ztq.1.c.0.1.$47387157.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-05-14T06:44:14+00:00" data-datetime="14 May 2020" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.1.2.0.0.1.0">14 May 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$47387157.0.0.1.2.0.0.1.1">14 May 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-3" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52343789" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12812/production/_111849757_flamingo.jpg" alt="Flamingos" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.1.0">Which animal are you?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.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=".jszxgo9ztq.1.c.0.1.$52343789.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=".jszxgo9ztq.1.c.0.1.$52343789.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-04-21T15:47:49+00:00" data-datetime="21 Apr 2020" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.1.2.0.0.1.0">21 Apr 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$52343789.0.0.1.2.0.0.1.1">21 April 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-4" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52545218" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/169C7/production/_112151629_gettyimages-1142576725.jpg" alt="cherry-tree" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.0">Can you name the tree?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.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=".jszxgo9ztq.1.c.0.1.$52545218.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=".jszxgo9ztq.1.c.0.1.$52545218.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-05-05T10:32:52+00:00" data-datetime="5 May 2020" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.0.0.1.0">5 May 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.0.0.1.1">5 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.c.0.1.$52545218.0.0.1.2.1.1">92</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-5" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/45576191" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D579/production/_103494645_katy-p.jpg" alt="Chelsea buns with a celebrity face in the centre." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.0">Quiz: Celebrity Cake Off</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.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=".jszxgo9ztq.1.c.0.1.$45576191.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=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2018-09-26T08:12:23+00:00" data-datetime="26 Sep 2018" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.0.0.1.0">26 Sep 2018</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.0.0.1.1">26 September 2018</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.c.0.1.$45576191.0.0.1.2.1.1">13</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-6" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52527526" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/ED26/production/_112101706_untitled.jpg" alt="Which Star Wars character are you?" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.0">Which Star Wars character are you?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.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=".jszxgo9ztq.1.c.0.1.$52527526.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=".jszxgo9ztq.1.c.0.1.$52527526.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-05-04T07:58:30+00:00" data-datetime="4 May 2020" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.0.0.1.0">4 May 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.0.0.1.1">4 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.c.0.1.$52527526.0.0.1.2.1.1">233</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-7" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52565132" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5A39/production/_112179032_moneygetty.jpg" alt="Lots of world bank notes" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.0">Do you know your cash?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.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=".jszxgo9ztq.1.c.0.1.$52565132.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=".jszxgo9ztq.1.c.0.1.$52565132.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-05-07T15:42:12+00:00" data-datetime="7 May 2020" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.0.0.1.0">7 May 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.0.0.1.1">7 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.c.0.1.$52565132.0.0.1.2.1.1">68</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-8" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52648988" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/374B/production/_112255141_auntitled.jpg" alt="earth in hands" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.0">Quiz: How much do you know about planet Earth?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.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=".jszxgo9ztq.1.c.0.1.$52648988.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=".jszxgo9ztq.1.c.0.1.$52648988.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-05-13T10:59:13+00:00" data-datetime="13 May 2020" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.0.0.1.0">13 May 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.0.0.1.1">13 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.c.0.1.$52648988.0.0.1.2.1.1">33</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-9" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/45435173" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6AEB/production/_103317372_world-record-index.jpg" alt="Compilation of Guinness World Record holders." class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.0">World Records - True or false?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.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=".jszxgo9ztq.1.c.0.1.$45435173.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=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2018-09-06T11:09:47+00:00" data-datetime="6 Sep 2018" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.0.0.1.0">6 Sep 2018</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.0.0.1.1">6 September 2018</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.c.0.1.$45435173.0.0.1.2.1.1">29</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-10" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/52649183" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/148BB/production/_112255148_ra.jpg" alt="celebrity siblings" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.0">Quiz: Guess the celebrity siblings</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.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=".jszxgo9ztq.1.c.0.1.$52649183.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=".jszxgo9ztq.1.c.0.1.$52649183.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-05-13T11:06:04+00:00" data-datetime="13 May 2020" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.0.0.1.0">13 May 2020</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.0.0.1.1">13 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.c.0.1.$52649183.0.0.1.2.1.1">54</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-11" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/49766312" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0933/production/_108855320_get1.jpg" alt="Friends" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.0">How much do you know about Friends?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.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=".jszxgo9ztq.1.c.0.1.$49766312.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=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2019-09-21T07:28:07+00:00" data-datetime="21 Sep 2019" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.0.0.1.0">21 Sep 2019</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.0.0.1.1">21 September 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.c.0.1.$49766312.0.0.1.2.1.1">14</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-12" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/45861154" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/BBD6/production/_103868084_newsround-royal-baby-title.jpg" alt="Pictures of royal babies" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.1.0">Can you guess the royal baby?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.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=".jszxgo9ztq.1.c.0.1.$45861154.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=".jszxgo9ztq.1.c.0.1.$45861154.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2019-09-26T08:48:08+00:00" data-datetime="26 Sep 2019" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.1.2.0.0.1.0">26 Sep 2019</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$45861154.0.0.1.2.0.0.1.1">26 September 2019</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-13" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/46103360" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/95EA/production/_104187383_trumpandbarack.jpg" alt="President Trump and President Obama" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.0">How well do you know your US presidents?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.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=".jszxgo9ztq.1.c.0.1.$46103360.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=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2018-11-06T08:24:41+00:00" data-datetime="6 Nov 2018" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.0.0.1.0">6 Nov 2018</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.0.0.1.1">6 November 2018</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.1.0.0"><title data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".jszxgo9ztq.1.c.0.1.$46103360.0.0.1.2.1.1">1</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-14" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0"><a href="/web/20200927162043/https://www.bbc.co.uk/newsround/45024727" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0"><div class="newsround-promo__media" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.0.0"><img src="https://web.archive.org/web/20200927162043im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/162E9/production/_102775809_harry.jpg" alt="Harry Potter and his owl" class="newsround-promo__responsive-image" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.0.0.0"/></div><span data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.1"><p class="newsround-promo__headline" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.1.0">Which Harry Potter family do you belong to?</p><div class="newsround-promo__footer" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.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=".jszxgo9ztq.1.c.0.1.$45024727.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=".jszxgo9ztq.1.c.0.1.$45024727.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2018-07-31T16:02:57+00:00" data-datetime="31 Jul 2018" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.1.2.0.0.1.0">31 Jul 2018</span><span class="gs-u-vh" data-reactid=".jszxgo9ztq.1.c.0.1.$45024727.0.0.1.2.0.0.1.1">31 July 2018</span></time></span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-5" data-reactid=".jszxgo9ztq.1.c.1"><div class="gs-u-box-size newsround-more-stories__show-more-wrapper newsround-more-stories__show-more-wrapper--more-stories-5" data-reactid=".jszxgo9ztq.1.c.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-5" data-reactid=".jszxgo9ztq.1.c.1.0.0"><div class="newsround-more-stories__show-more-button-container newsround-more-stories__show-more-button-container--more-stories-5" data-reactid=".jszxgo9ztq.1.c.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".jszxgo9ztq.1.c.1.0.0.0.0"><button class="newsround-button newsround-button--teal" tabindex="-1" aria-label="Show more stories" data-reactid=".jszxgo9ztq.1.c.1.0.0.0.0.0"><span data-reactid=".jszxgo9ztq.1.c.1.0.0.0.0.0.1">Show more</span></button></div></div></div></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/20200927162043/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20200927162043/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/20200927162043/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/20200927162043/https://advertising.bbcworldwide.com/">Advertise with us<'+'/a><'+'/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20200927162043/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/20200927162043/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20200927162043/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20200927162043/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/20200927162043/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/20200927162043js_/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/20200927162043/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/20200927162043im_/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/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043/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/20200927162043js_/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/20200927162043js_/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/20200927162043/https://emp.bbci.co.uk/emp/bump-3/bump-3","bump-4":"//web.archive.org/web/20200927162043/https://emp.bbci.co.uk/emp/bump-4/bump-4","echo-8.1.0":"//web.archive.org/web/20200927162043/https://static.bbci.co.uk/echoclient/modules/echo-8.1.0.js","jssignals-1":"//web.archive.org/web/20200927162043/https://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1","jquery-1":"//web.archive.org/web/20200927162043/https://static.test.bbc.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2","jquery-1.9":"//web.archive.org/web/20200927162043/https://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1","swfobject-2":"//web.archive.org/web/20200927162043/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/homepage/isiteproject/nrconfigs/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"optimizely":"true","superpromo":"true","NEWSROUND-312-single-top-story":"true","NEWSROUND-366-homepage-scroll-tracking":"true","NEWSROUND-448-new-bulletin":"true","NEWSROUND-450-additional-top-stories":"true","NEWSROUND-516-cpv-homepage":"true"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/Watch%20Newsround/version/6.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"group":{"type":"responsive-video","title":"Watch Newsround","items":[{"assetId":"53049837","assetUri":"\/newsround\/news\/watch_newsround","firstCreated":"2020-06-15T09:10:53+00:00","headline":"Watch Newsround","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/465ec49c-484f-4347-e050-380a59806655","language":"en-gb","lastUpdated":"2020-09-27T07:48:03+00:00","media":{"images":{"index":{"114619100":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/00BF\/production\/_114619100_p08sp2q1.jpg","originCode":"cpsprodpb","altText":"Shanequa sitting on the Newsround sofa with a picture of David Attenborough","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"114633606":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/ECD9\/production\/_114633606_p08sp2q1.jpg","originCode":"cpsprodpb","altText":"Shanequa sitting on the Newsround sofa with a picture of David Attenborough","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"54314608":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08sp2pp"}},"primary":{"54314608":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08sp2pp"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Shanequa has your Sunday Newsround. We hear from Sir David Attenborough who tells us why young people are so important to our planets survival, meet the children helping to clean our beaches, and find out all about the Jewish festival of Yom Kippur.","type":"MAP"}],"semanticGroupName":"Watch Newsround"}}}); });</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__54281272/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54281272":51}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53139105/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53139105":45}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53531055/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53531055":51}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52565132/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52565132":68}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52648988/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52648988":33}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__49766312/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__49766312":14}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%205/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Quiz-fest!","items":[{"id":"53523635","promoType":"story","timestamp":"2020-07-27T08:14:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/18145\/production\/_113692689_quiz_1.png","imgAlt":"QUIZ!","headline":"Take our mega summer holiday quizzes!","summary":"Feeling a bit bored? Well don't worry we've got you covered, test your knowledge with our huge quizzes to try out during the summer holidays.","href":"\/newsround\/53523635","includeComments":true},{"id":"47387157","promoType":"story","timestamp":"2020-05-14T06:44:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/6ACE\/production\/_105824372_marvel.jpg","imgAlt":"Image of Marvel characters","headline":"Test your Marvel and DC superhero skills!","summary":"How much do you know about Marvel and DC superheroes?","href":"\/newsround\/47387157","includeComments":false},{"id":"52343789","promoType":"story","timestamp":"2020-04-21T15:47:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12812\/production\/_111849757_flamingo.jpg","imgAlt":"Flamingos","headline":"Which animal are you?","summary":"Ever wondered which animal you're similar to? Well try our personality quiz and find out!","href":"\/newsround\/52343789","includeComments":false},{"id":"52545218","promoType":"story","timestamp":"2020-05-05T10:32:52+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/169C7\/production\/_112151629_gettyimages-1142576725.jpg","imgAlt":"cherry-tree","headline":"Can you name the tree?","summary":"In honour of the British Woodland Trust's annual Tree of the Year competition, we've put together a handy quiz to help you identify some of the UK's most popular trees!","href":"\/newsround\/52545218","includeComments":true},{"id":"45576191","promoType":"story","timestamp":"2018-09-26T08:12:23+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/D579\/production\/_103494645_katy-p.jpg","imgAlt":"Chelsea buns with a celebrity face in the centre.","headline":"Quiz: Celebrity Cake Off","summary":"Can you guess which celebrities are hidden in the cakes?","href":"\/newsround\/45576191","includeComments":true},{"id":"52527526","promoType":"story","timestamp":"2020-05-04T07:58:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/ED26\/production\/_112101706_untitled.jpg","imgAlt":"Which Star Wars character are you?","headline":"Which Star Wars character are you?","summary":"Have you ever wondered who you'd be if you were in the Star Wars universe? (Yes, you definitely have!) Well now's your chance to find out for sure...","href":"\/newsround\/52527526","includeComments":true},{"id":"52565132","promoType":"story","timestamp":"2020-05-07T15:42:12+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5A39\/production\/_112179032_moneygetty.jpg","imgAlt":"Lots of world bank notes","headline":"Do you know your cash?","summary":"Try our tricky money quiz and find out which country is changing the name of its money.","href":"\/newsround\/52565132","includeComments":true},{"id":"52648988","promoType":"story","timestamp":"2020-05-13T10:59:13+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/374B\/production\/_112255141_auntitled.jpg","imgAlt":"earth in hands","headline":"Quiz: How much do you know about planet Earth?","summary":"Test your knowledge about the history of the planet","href":"\/newsround\/52648988","includeComments":true},{"id":"45435173","promoType":"story","timestamp":"2018-09-06T11:09:47+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/6AEB\/production\/_103317372_world-record-index.jpg","imgAlt":"Compilation of Guinness World Record holders.","headline":"World Records - True or false?","summary":"Can you work out which of these world records are true and which are false?","href":"\/newsround\/45435173","includeComments":true},{"id":"52649183","promoType":"story","timestamp":"2020-05-13T11:06:04+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/148BB\/production\/_112255148_ra.jpg","imgAlt":"celebrity siblings","headline":"Quiz: Guess the celebrity siblings","summary":"Can you work out which celebrities these people are related to? Play the quiz to find out.","href":"\/newsround\/52649183","includeComments":true},{"id":"49766312","promoType":"story","timestamp":"2019-09-21T07:28:07+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/0933\/production\/_108855320_get1.jpg","imgAlt":"Friends","headline":"How much do you know about Friends?","summary":"Friends is 25 years old this weekend! But how much do you know about the TV programme?","href":"\/newsround\/49766312","includeComments":true},{"id":"45861154","promoType":"story","timestamp":"2019-09-26T08:48:08+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/BBD6\/production\/_103868084_newsround-royal-baby-title.jpg","imgAlt":"Pictures of royal babies","headline":"Can you guess the royal baby?","summary":"The Duke and Duchess of Sussex have announced that they are expecting a baby","href":"\/newsround\/45861154","includeComments":false},{"id":"46103360","promoType":"story","timestamp":"2018-11-06T08:24:41+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/95EA\/production\/_104187383_trumpandbarack.jpg","imgAlt":"President Trump and President Obama","headline":"How well do you know your US presidents?","summary":"As the US mid-term elections take place, test just how well you know your US presidents.","href":"\/newsround\/46103360","includeComments":true},{"id":"45024727","promoType":"story","timestamp":"2018-07-31T16:02:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/162E9\/production\/_102775809_harry.jpg","imgAlt":"Harry Potter and his owl","headline":"Which Harry Potter family do you belong to?","summary":"Take our quiz to find out which Harry Potter and the Cursed Child family would you fit into.","href":"\/newsround\/45024727","includeComments":false}]}}); });</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-dynamic-feature-toggles/id/homepage/isiteproject/nrconfigs/version/1.1.1', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"optimizely":"true","superpromo":"true","NEWSROUND-312-single-top-story":"true","NEWSROUND-366-homepage-scroll-tracking":"true","NEWSROUND-448-new-bulletin":"true","NEWSROUND-450-additional-top-stories":"true","NEWSROUND-516-cpv-homepage":"true"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/Best%20videos/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":null,"items":[]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%202/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Environment","items":[{"id":"52712926","promoType":"story","timestamp":"2020-05-19T11:53:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/11797\/production\/_112357517_anrteachers_3-1.jpg","imgAlt":"climate","headline":"Newsround topics: Climate change and pollution","summary":"Newsround topics: Climate change and pollution","href":"\/newsround\/52712926","includeComments":false},{"id":"45880633","promoType":"story","timestamp":"2020-01-20T07:18:07+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/39A7\/production\/_103895741_climatechange-2.jpg","imgAlt":"What is climate change?","headline":"What actually is climate change?","summary":"What is climate change, why is it happening and what can we do about it? Newsround answers your questions.","href":"\/newsround\/45880633","includeComments":true},{"id":"53556377","promoType":"story","timestamp":"2020-09-19T07:12:58+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1820F\/production\/_114313889_nrfiji_superpromo_web_19201080.jpg","imgAlt":"Fiji graphic","headline":"What is life like on the climate change frontline?","summary":"Newsround has been to Fiji, a country on the climate change frontline, to see how it is being affected by rising sea levels caused by the increasing global temperatures.","href":"\/newsround\/53556377","includeComments":true},{"id":"54191148","promoType":"story","timestamp":"2020-09-18T05:18:53+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/3F5D\/production\/_114412261_nr-vote-green-jobs-2.jpg","imgAlt":"hands holding a shoot","headline":"Do you want a 'green job' in the future?","summary":"Over two-thirds of kids hope to have a career that helps the environment, but many do not know enough about 'green jobs'.","href":"\/newsround\/54191148","includeComments":true},{"id":"54201449","promoType":"story","timestamp":"2020-09-18T11:28:23+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/15952\/production\/_114420488_gettyimages-1148486707.jpg","imgAlt":"lots of plastic rubbish gathered together on a river","headline":"53 million tonnes of plastic could end up in our waters each year","summary":"Plastic pollution is a big problem that affects our environment. A new study has found that 53 million tonnes of plastic could end up in our waters every year by 2030.","href":"\/newsround\/54201449","includeComments":true},{"id":"54179488","promoType":"story","timestamp":"2020-09-17T05:15:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/E0FF\/production\/_114399575_tv062230684.jpg","imgAlt":"Amazon rainforest on fire.","headline":"Amazon fires: Hamilton and other celebrities' plea to save rainforest","summary":"Celebrities have partnered with the WWF in a short film called 'Time's Running Out'.","href":"\/newsround\/54179488","includeComments":true},{"id":"54177545","promoType":"story","timestamp":"2020-09-16T15:28:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/9DB1\/production\/_114396304_gettyimages-1012636298.jpg","imgAlt":"temperature","headline":"August 2020 second hottest on record","summary":"This August was the second hottest on record according to the National Oceanic and Atmospheric Administration (NOAA).","href":"\/newsround\/54177545","includeComments":true},{"id":"52410744","promoType":"story","timestamp":"2020-04-28T05:30:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/EE95\/production\/_111977016_titlepage_still_00513.jpg","imgAlt":"Koala-and-firefighter-title-page.","headline":"Australia: Life after the bushfires","summary":"Australia experienced the worst bushfire season ever in 2019-2020 with fires blazing for months in large parts of the country. So what was it like living near them? We've been to find out.","href":"\/newsround\/52410744","includeComments":true},{"id":"54088906","promoType":"story","timestamp":"2020-09-14T05:10:16+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/14849\/production\/_114314048_nrfiji_thumbnail_web_19201080_2.jpg","imgAlt":"Victor-scuba-diving-to-tend-to-coral-nursery","headline":"How Fiji is fighting back against coral bleaching","summary":"Fiji is home to the most extensive coral reef in the South Pacific but warming seas have previously caused devastating coral bleaching which has a huge impact on the people and wildlife who rely on it. Earlier this year, Newsround travelled to the country to find out how local communities and scientists are working together to help their reef recover.","href":"\/newsround\/54088906","includeComments":true},{"id":"54138007","promoType":"story","timestamp":"2020-09-13T11:01:34+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/F8B1\/production\/_114356636_hi063281441.jpg","imgAlt":"Firefighters in the US battle wildfires","headline":"One hundred wildfires burning across west America","summary":"Firefighters have been tackling the blazes, which have destroyed millions of acres of land and thousands of homes, for three weeks now.","href":"\/newsround\/54138007","includeComments":true},{"id":"54116079","promoType":"story","timestamp":"2020-09-12T11:36:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B4C0\/production\/_114327264_burmeseroofedturtlehatchling2creditmyominwinwcsmyanmar.jpg","imgAlt":"the Burmese roofed hatchling, also known as the smiling turtle","headline":"Smiling turtles saved from extinction","summary":"The Burmese roofed turtle, also known as the smiling turtle, has been saved from extinction in Myanmar, Burma.","href":"\/newsround\/54116079","includeComments":false},{"id":"50956990","promoType":"story","timestamp":"2020-01-02T09:49:56+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/11EDB\/production\/_110353437_gettyimages-1191010938.jpg","imgAlt":"delhi-record-low-temperatures.","headline":"Five firsts for climate change","summary":"After the lowest temperature was recorded in Delhi, what other firsts have happened because of climate change?","href":"\/newsround\/50956990","includeComments":true},{"id":"48605993","promoType":"story","timestamp":"2019-06-12T06:55:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10C88\/production\/_107344786_environmental-march-getty.jpg","imgAlt":"March-for-climate-change-in-London.","headline":"Climate change: UK commits to nearly zero carbon emissions by 2050","summary":"Greenhouse gas emissions in the UK will be cut to almost zero by 2050, under the terms of a new government plan to tackle climate change.","href":"\/newsround\/48605993","includeComments":true},{"id":"54069944","promoType":"story","timestamp":"2020-09-10T11:33:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/103CC\/production\/_114280566_turtle.jpg","imgAlt":"Leatherback-turtle","headline":"One million species facing extinction in next 100 years say WWF","summary":"The World Wildlife Fund say that now is the time to act to save several species from the threat of extinction.","href":"\/newsround\/54069944","includeComments":true},{"id":"51472821","promoType":"story","timestamp":"2020-02-17T08:45:27+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13921\/production\/_110916108_p083glt1.jpg","imgAlt":"Graphic-of-mattress-in-front-of-skyline.","headline":"How your old mattress can help the environment","summary":"More than 7.5 million mattresses are thrown away every year, but a team of UK scientists have come up with an eco-way to use them","href":"\/newsround\/51472821","includeComments":false},{"id":"51457800","promoType":"story","timestamp":"2020-02-12T11:35:42+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1455E\/production\/_110849238_abceac2e-9a8a-465f-8f62-b0e8176f3c0a.jpg","imgAlt":"Publicity-still-freom-Breathe-UK-campaign.","headline":"Air pollution might be affecting kids' sports skills, report warns","summary":"The air quality around almost 100 training grounds was checked as part of the research.","href":"\/newsround\/51457800","includeComments":true},{"id":"51368408","promoType":"story","timestamp":"2020-02-04T09:59:24+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/17EEA\/production\/_110762089_cars2.jpg","imgAlt":"cars-traffic.","headline":"New diesel and petrol vehicles to be banned by 2035","summary":"The ban on selling petrol and diesel cars is being brought forward - from 2040 to 2035.","href":"\/newsround\/51368408","includeComments":true},{"id":"54085923","promoType":"story","timestamp":"2020-09-09T19:11:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1492E\/production\/_113307248_climatechange-2.jpg","imgAlt":"What is climate change?","headline":"'Urgent climate action' needed to meet 1.5C target says UN","summary":"A report from the United Nations details the affect of the climate crisis on our planet, it says the world needs 'urgent climate action' to reduce carbon emissions.","href":"\/newsround\/54085923","includeComments":true},{"id":"50705133","promoType":"story","timestamp":"2019-12-09T11:35:59+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/15B49\/production\/_110050988_gettyimages-485983712.jpg","imgAlt":"drone.","headline":"Can tech help protect global wildlife?","summary":"Lots of species are at risk of being illegally trafficked, but technology could be the answer when it comes to keeping them safe.","href":"\/newsround\/50705133","includeComments":true},{"id":"49793156","promoType":"story","timestamp":"2019-09-23T05:52:02+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/17EBC\/production\/_108908979_aaauntitled.jpg","imgAlt":"eco-superhero","headline":"Climate Change Quiz: How green are you?","summary":"Take our quiz to work out how eco-friendly you try to be in your daily life","href":"\/newsround\/49793156","includeComments":true}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54307006/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54307006":32}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54295762/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54295762":34}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54138007/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54138007":14}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54069944/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54069944":13}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51457800/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51457800":0}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51368408/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51368408":3}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__49793156/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__49793156":25}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54088842/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54088842":33}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53519296/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53519296":42}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53149076/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53149076":28}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%204/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Fighting racism","items":[{"id":"52965984","promoType":"story","timestamp":"2020-06-17T16:58:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2D22\/production\/_112945511_gettyimages-1243877751.jpg","imgAlt":"stop racsim","headline":"What is racism - and what can be done about it?","summary":"Everything you need to know about the term 'racism'.","href":"\/newsround\/52965984","includeComments":true},{"id":"53075349","promoType":"media","timestamp":"2020-06-17T09:28:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/663E\/production\/_112947162_p08h5wkm.jpg","imgAlt":"De'Graft in studio","headline":"Watch our special programme about racism in the UK","summary":"De'Graft presents a Newsround special programme all about racism in the UK and what can be done to tackle it.","href":"\/newsround\/53075349","includeComments":false,"videoOptions":{"title":"Watch our special programme about racism in the UK","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08h664r","vpid":"p08h664t","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h66f8.jpg","mediaType":"video","mediaForm":"clip","duration":"7:59"}},{"id":"52978346","promoType":"media","timestamp":"2020-06-09T11:07:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B613\/production\/_112811664_nrrace_collage_00254.jpg","imgAlt":"George Floyd","headline":"Watch our special programme on US protests and racism","summary":"De'Graft presents a Newsround special programme all about fairness, protests and people coming together to reject racism.","href":"\/newsround\/52978346","includeComments":false,"videoOptions":{"title":"Watch our special programme on racism","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08gftfp","vpid":"p08ggv7t","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08ggvb2.jpg","mediaType":"video","mediaForm":"clip","duration":"7:58"}},{"id":"53068444","promoType":"media","timestamp":"2020-06-17T07:21:19+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/6436\/production\/_112945652_gettyimages-1179572916.jpg","imgAlt":"hands of different colours","headline":"Advice to help you if you're upset about racism","summary":"Laverne Antrobus gives some advice on how to deal with your emotions if you've been affected by racism or the news surrounding it.","href":"\/newsround\/53068444","includeComments":false,"videoOptions":{"title":"Advice to help you if you're upset about racism","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08h4pwd","vpid":"p08h4pwg","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h5qd5.jpg","mediaType":"video","mediaForm":"clip","duration":"1:12"}},{"id":"53149076","promoType":"story","timestamp":"2020-07-03T08:30:02+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1802A\/production\/_112764389_gettyimages-1247138225.jpg","imgAlt":"children-at-black-lives-matter-protest.","headline":"What does the phrase 'Black Lives Matter' mean?","summary":"You've probably heard lots of people using the phrase 'Black Lives Matter' recently, but where did it come from, what does it mean and why is it important?","href":"\/newsround\/53149076","includeComments":true},{"id":"53531055","promoType":"story","timestamp":"2020-08-21T06:56:43+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2D6F\/production\/_113913611_071b3e19-34a0-4c34-85b8-31f7f01a22dd.jpg","imgAlt":"Slaves-on-boats.","headline":"Should money be paid to past victims of slavery?","summary":"Slave owners were paid compensation by the British government after slavery was abolished, but there's now debate over whether people whose ancestors were slaves, should be given money to say sorry for what their relatives suffered.","href":"\/newsround\/53531055","includeComments":true},{"id":"53531056","promoType":"story","timestamp":"2020-08-21T05:14:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5B54\/production\/_114008332_slaverycollage.jpg","imgAlt":"Collage of the key figures.","headline":"Six former slaves who helped to end slavery","summary":"The International Day for the Remembrance of the Slave Trade and its Abolition is commemorated on 23 August each year. Here are some of the key figures that helped bring an end to slavery in different parts of the world.","href":"\/newsround\/53531056","includeComments":true},{"id":"53071098","promoType":"media","timestamp":"2020-06-17T16:55:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/49D8\/production\/_112940981_p08h4vls.jpg","imgAlt":"British kids","headline":"'We should talk about racism because what鈥檚 going on is horrible'","summary":"These British kids talk to Newsround about the racism they see in the UK, the inequalities they face and their hopes for the future in a more equal society, no matter what your background or the colour of your skin.","href":"\/newsround\/53071098","includeComments":false,"videoOptions":{"title":"Kids tell us about their experiences of racism in the UK","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08h4t9n","vpid":"p08h4tb3","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h4vls.jpg","mediaType":"video","mediaForm":"clip","duration":"2:02"}},{"id":"53057897","promoType":"media","timestamp":"2020-06-17T05:24:47+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/16617\/production\/_112917619_dmgroupcall3.png","imgAlt":"Screenshot of video call with CBBC presenters De'Graft, Shanequa, Mwaksy and Rhys","headline":"CBBC presenters on growing up black in the UK","summary":"Newsround's De'Graft and Shanequa catch up with Blue Peter's Mwaksy and CBBC HQ's Rhys to talk about race in the UK.","href":"\/newsround\/53057897","includeComments":false,"videoOptions":{"title":"CBBC presenters on growing up black in the UK","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08h1q73","vpid":"p08h3n18","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h3n2s.jpg","mediaType":"video","mediaForm":"clip","duration":"1:56"}},{"id":"53070882","promoType":"media","timestamp":"2020-06-17T07:29:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12A88\/production\/_112942467_p08h51n0.jpg","imgAlt":"Graphics","headline":"What inequalities do black people face in the UK?","summary":"From jobs and health to law and order, the inequality experienced by black people in the UK is quite clear. Watch Ricky's report to see just some of the differences.","href":"\/newsround\/53070882","includeComments":false,"videoOptions":{"title":"What inequalities do black people face in the UK?","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08h4yy4","vpid":"p08h4yy7","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h51n0.jpg","mediaType":"video","mediaForm":"clip","duration":"0:48"}},{"id":"53083132","promoType":"media","timestamp":"2020-06-17T14:24:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/3453\/production\/_112959331_hi030678295.jpg","imgAlt":"George-The-Poet","headline":"George the Poet: We need to 'learn as much as we can about each other'","summary":"Londoner George the Poet tells us what it was like growing up in the capital as a young black man.","href":"\/newsround\/53083132","includeComments":false,"videoOptions":{"title":"George The Poet tells Newsround about his experience of growing up black in the UK","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08h6rsr","vpid":"p08h6rst","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h6t5y.jpg","mediaType":"video","mediaForm":"clip","duration":"1:29"}},{"id":"53070881","promoType":"media","timestamp":"2020-06-17T06:46:42+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13579\/production\/_112952297_photo17-06-2020065838.jpg","imgAlt":"Ryan Russell, AJ Odudu, Guvna B","headline":"Black celebrities on life growing up in the UK","summary":"Actor Ryan Russell, TV presenter AJ Odudu and musician Guvna B tell Newsround about their lives growing up as black children in the UK.","href":"\/newsround\/53070881","includeComments":false,"videoOptions":{"title":"Black celebrities on their experiences growing up in the UK","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08h4fwt","vpid":"p08h4fwy","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h4h00.jpg","mediaType":"video","mediaForm":"clip","duration":"2:39"}},{"id":"52937905","promoType":"story","timestamp":"2020-06-17T06:07:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/A997\/production\/_112951434_gettyimages-1218181301.jpg","imgAlt":"Black person holding hand with white person","headline":"White privilege: 'Speak out, use your voice to challenge racism'","summary":"Everything you need to know about the term white privilege.","href":"\/newsround\/52937905","includeComments":true},{"id":"52813673","promoType":"story","timestamp":"2020-06-11T14:51:36+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10EFF\/production\/_112557396_photo30-05-2020082853.jpg","imgAlt":"George-Floyd-Protests.","headline":"George Floyd: Why are there huge protests about his death?","summary":"People have been taking to the streets in America, and elsewhere in the world, after the death of George Floyd. Here's what's happening and why.","href":"\/newsround\/52813673","includeComments":true},{"id":"52933380","promoType":"media","timestamp":"2020-06-05T09:21:07+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1822F\/production\/_112736889_p08g4571.jpg","imgAlt":"girl-speaking-to-camera","headline":"US kids give their reactions to protests","summary":"De Graft's been speaking to Kamryn and Ayanna to find out how they feel about what's happened and what changes they would like to see.","href":"\/newsround\/52933380","includeComments":false,"videoOptions":{"title":"George Floyd: US kids give their reactions to protests","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08g4kc0","vpid":"p08g4kc6","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08g4kk8.jpg","mediaType":"video","mediaForm":"clip","duration":"1:55"}},{"id":"52936388","promoType":"media","timestamp":"2020-06-08T07:36:29+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/D376\/production\/_112743145_p08g5slr.jpg","imgAlt":"composite","headline":"UK kids on how George Floyd's death has affected them","summary":"UK kids talk about why George Floyd's death and the US protests mean so much to them.","href":"\/newsround\/52936388","includeComments":false,"videoOptions":{"title":"UK kids on how George Floyd's death has affected them","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08g5prr","vpid":"p08gc4y7","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gc58k.jpg","mediaType":"video","mediaForm":"clip","duration":"1:49"}},{"id":"52963918","promoType":"media","timestamp":"2020-06-08T11:36:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B172\/production\/_112762454_p08gcn3v.jpg","imgAlt":"raheem","headline":"'Everyone needs an equal chance in this country'","summary":"The Manchester City and England star speaks out about racism and what he hopes will come from protests over the death of George Floyd in America.","href":"\/newsround\/52963918","includeComments":false,"videoOptions":{"title":"'Everyone needs an equal chance in this country'","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08gclln","vpid":"p08gcllq","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gcnf0.jpg","mediaType":"video","mediaForm":"clip","duration":"0:54"}},{"id":"52976350","promoType":"media","timestamp":"2020-06-09T09:16:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/106EF\/production\/_112811376_p08gfw2y.jpg","imgAlt":"Kids","headline":"'We need everybody to speak out to make a change'","summary":"Etienne, a young protester and Kamryn, whose mum is a police officer, spoke to De'Graft about the racism they've faced.","href":"\/newsround\/52976350","includeComments":false,"videoOptions":{"title":"'We need everybody to speak out to make a change'","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08gfv4j","vpid":"p08gfv4m","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gfw2y.jpg","mediaType":"video","mediaForm":"clip","duration":"2:07"}},{"id":"37872603","promoType":"media","timestamp":"2016-11-04T15:58:43+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5147\/production\/_92270802_pricemiddleschool.jpg","imgAlt":"Ayshah with Atlanta school kids","headline":"US kids talk about issue of police shootings","summary":"Ayshah travelled to Atlanta, USA, to speak to black school kids about why many people in their community have negative feelings towards the police.","href":"\/newsround\/37872603","includeComments":false,"videoOptions":{"duration":"0:28"}},{"promoType":"story","timestamp":"2020-06-18T15:23:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1CF7\/production\/_112951470_superpromo_large.jpg","imgAlt":"Stop Racism written on a hand","headline":"Fighting racism: Protests, prejudice and YOUR stories","summary":"Here is all our content about racism and why protests around the world have had a huge impact","href":"https:\/\/web.archive.org\/web\/20200927162043\/https:\/\/www.bbc.co.uk\/newsround#more-stories-4","includeComments":false}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/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":"54315001","promoType":"story","timestamp":"2020-09-27T11:09:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/11713\/production\/_114634417_tink.jpg","imgAlt":"a-composite-picture-of-tinkerbell-and-actor-yara-shahidi","headline":"Yara Shahidi to play first black Tinkerbell","summary":"Disney has cast US actress Yara Shahidi as Tinkerbell in their new live-action Peter Pan film.","href":"\/newsround\/54315001","includeComments":true},{"id":"54309598","promoType":"story","timestamp":"2020-09-27T13:27:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/82FD\/production\/_114633533_glasgowpa.jpg","imgAlt":"a-sign-asking-people-not-to-enter","headline":"Thousands of university students told to self-isolate","summary":"Outbreaks of coronavirus cases has led to several universities being locked down, forcing many students to self-isolate.","href":"\/newsround\/54309598","includeComments":true},{"id":"54309597","promoType":"story","timestamp":"2020-09-27T06:22:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B970\/production\/_114627474_little-mix-the-search_5099165.jpg","imgAlt":"Little Mix The Search","headline":"Little Mix: The Search - what did you think?","summary":"Best-selling girl group Little Mix launched their brand new talent show on Saturday, did you watch it? We want your thoughts!","href":"\/newsround\/54309597","includeComments":true},{"id":"54250414","promoType":"story","timestamp":"2020-09-27T07:20:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/A2CF\/production\/_105597614_dancing_on_ice_sr10_logo.jpg","imgAlt":"'Dancing on Ice' logo","headline":"Which celebs are in the Dancing On Ice line up?","summary":"Some of the famous faces taking part in the 2021 series have been revealed. But who are they, and what else do we know about the next series?","href":"\/newsround\/54250414","includeComments":true},{"id":"54307547","promoType":"story","timestamp":"2020-09-26T13:33:58+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/BA4B\/production\/_114619674_gettyimages-537492001.jpg","imgAlt":"cars","headline":"Should petrol and diesel cars be banned sooner?","summary":"Plans to ban cars fuelled by petrol and diesel by 2035 were announced in February, but a recent consultation could mean it happens sooner. We want to know what you think...","href":"\/newsround\/54307547","includeComments":true},{"id":"54307006","promoType":"story","timestamp":"2020-09-26T10:57:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B0EB\/production\/_114619254_gettyimages-1082947440.jpg","imgAlt":"an-egg","headline":"David Attenborough and 5 other Instagram record breakers!","summary":"Sir David has just joined Instagram and has already broken records to become the fastest account to gain 1 million followers. So, we've taken a look at some other record breaking Insta stats!","href":"\/newsround\/54307006","includeComments":true},{"id":"54295762","promoType":"story","timestamp":"2020-09-26T07:52:37+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/EFBA\/production\/_114607316_0518084f-206c-4bb0-8b5c-492cf3ac6535.jpg","imgAlt":"amazon-luna-controller.","headline":"Amazon reveals new gaming service Luna","summary":"Amazon has revealed a new cloud gaming service called Luna, here's what we know about it...","href":"\/newsround\/54295762","includeComments":true}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54309597/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54309597":52}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54250414/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54250414":24}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54297403/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54297403":13}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54269085/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54269085":9}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54191148/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54191148":95}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54201449/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54201449":10}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53531056/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53531056":26}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52545218/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52545218":92}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__45435173/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__45435173":29}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-cs-asset/assetUri/newsround%252fhome/previewGuid/undefined/version/1.5.1', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"assetId":"43745086","assetUri":"\/newsround\/home","firstCreated":"2018-04-12T14:56:30+00:00","firstPublished":"2018-04-12T15:09:30+00:00","groups":[{"type":"responsive-top-stories","title":"Top Stories","maxRelatedLinks":6,"items":[{"assetId":"54315001","assetUri":"\/newsround\/54315001","firstCreated":"2020-09-27T11:09:14+00:00","headline":"Yara Shahidi to play first black Tinkerbell","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/386cd072-4d89-4469-873e-33272b1ff30a","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-27T11:09:14+00:00","media":{"images":{"index":{"114634417":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/11713\/production\/_114634417_tink.jpg","originCode":"cpsprodpb","caption":"Yara Shahidi told fans on Instagram that she is excited for her next adventure.","altText":"a-composite-picture-of-tinkerbell-and-actor-yara-shahidi","copyrightHolder":"Getty \/ Disney","allowSyndication":false}},"index-thumbnail":{"114634419":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/16533\/production\/_114634419_tink.jpg","originCode":"cpsprodpb","caption":"Yara Shahidi told fans on Instagram that she is excited for her next adventure.","altText":"a-composite-picture-of-tinkerbell-and-actor-yara-shahidi","copyrightHolder":"Getty \/ Disney","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Disney has cast US actress Yara Shahidi as Tinkerbell in their new live-action Peter Pan film.","type":"STY"},{"assetId":"54309598","assetUri":"\/newsround\/54309598","firstCreated":"2020-09-27T13:27:30+00:00","headline":"Thousands of university students told to self-isolate","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/d2bec6a5-bca2-4df1-baba-086073576fd9","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-27T13:27:30+00:00","media":{"images":{"index":{"114633533":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/82FD\/production\/_114633533_glasgowpa.jpg","originCode":"cpsprodpb","altText":"a-sign-asking-people-not-to-enter","copyrightHolder":"PA Media","allowSyndication":true}},"index-thumbnail":{"114634423":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/7EBB\/production\/_114634423_glasgowpa.jpg","originCode":"cpsprodpb","altText":"a-sign-asking-people-not-to-enter","copyrightHolder":"PA Media","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Outbreaks of coronavirus cases has led to several universities being locked down, forcing many students to self-isolate.","type":"STY"},{"assetId":"54309597","assetUri":"\/newsround\/54309597","firstCreated":"2020-09-27T06:17:57+00:00","headline":"Little Mix: The Search - what did you think?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/6b1a8f59-f660-4391-b4e1-da9b55f57750","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-27T06:22:30+00:00","media":{"images":{"index":{"114627474":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B970\/production\/_114627474_little-mix-the-search_5099165.jpg","originCode":"cpsprodpb","altText":"Little Mix The Search","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"114627476":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10790\/production\/_114627476_little-mix-the-search_5099165.jpg","originCode":"cpsprodpb","altText":"Little Mix The Search","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Best-selling girl group Little Mix launched their brand new talent show on Saturday, did you watch it? We want your thoughts!","type":"STY"},{"assetId":"54250414","assetUri":"\/newsround\/54250414","firstCreated":"2020-09-22T17:03:03+00:00","hasShortForm":true,"headline":"Which celebs are in the Dancing On Ice line up?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/92f547bb-5fc6-49ce-9b16-f769cb115315","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-27T07:20:06+00:00","media":{"images":{"index":{"105597614":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/A2CF\/production\/_105597614_dancing_on_ice_sr10_logo.jpg","originCode":"cpsprodpb","altText":"'Dancing on Ice' logo","copyrightHolder":"ITV","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Some of the famous faces taking part in the 2021 series have been revealed. But who are they, and what else do we know about the next series?","type":"STY"},{"assetId":"54307547","assetUri":"\/newsround\/54307547","firstCreated":"2020-09-26T13:33:58+00:00","headline":"Should petrol and diesel cars be banned sooner?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/73291ca6-cede-44f9-a9c5-98363aa2724b","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-26T13:33:58+00:00","media":{"images":{"index":{"114619674":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/BA4B\/production\/_114619674_gettyimages-537492001.jpg","originCode":"cpsprodpb","altText":"cars","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114619673":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/933B\/production\/_114619673_gettyimages-537492001.jpg","originCode":"cpsprodpb","altText":"cars","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Plans to ban cars fuelled by petrol and diesel by 2035 were announced in February, but a recent consultation could mean it happens sooner. We want to know what you think...","type":"STY"},{"assetId":"54307006","assetUri":"\/newsround\/54307006","firstCreated":"2020-09-26T10:57:32+00:00","headline":"David Attenborough and 5 other Instagram record breakers!","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/e74672b5-2839-493f-b4d1-bdd25c3acfa9","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-26T10:57:32+00:00","media":{"images":{"index":{"114619254":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B0EB\/production\/_114619254_gettyimages-1082947440.jpg","originCode":"cpsprodpb","caption":"This could be the most popular egg on the planet!","altText":"an-egg","copyrightHolder":"Gettty ","allowSyndication":false}},"index-thumbnail":{"114619669":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/179B3\/production\/_114619669_gettyimages-1082947440.jpg","originCode":"cpsprodpb","caption":"This could be the most popular egg on the planet!","altText":"an-egg","copyrightHolder":"Gettty ","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Sir David has just joined Instagram and has already broken records to become the fastest account to gain 1 million followers. So, we've taken a look at some other record breaking Insta stats!","type":"STY"},{"assetId":"54295762","assetUri":"\/newsround\/54295762","firstCreated":"2020-09-25T16:27:04+00:00","hasShortForm":true,"headline":"Amazon reveals new gaming service Luna","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/2efc6652-9258-4093-a8c6-f0adc21be16b","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-26T07:52:37+00:00","media":{"images":{"index":{"114607316":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/EFBA\/production\/_114607316_0518084f-206c-4bb0-8b5c-492cf3ac6535.jpg","originCode":"cpsprodpb","altText":"amazon-luna-controller.","copyrightHolder":"Amazon","allowSyndication":false}},"index-thumbnail":{"114607319":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/164EA\/production\/_114607319_0518084f-206c-4bb0-8b5c-492cf3ac6535.jpg","originCode":"cpsprodpb","altText":"amazon-luna-controller.","copyrightHolder":"Amazon","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Amazon has revealed a new cloud gaming service called Luna, here's what we know about it...","type":"STY"}],"semanticGroupName":"Top Stories"},{"type":"responsive-video","title":"Watch Newsround","items":[{"assetId":"53049837","assetUri":"\/newsround\/news\/watch_newsround","firstCreated":"2020-06-15T09:10:53+00:00","headline":"Watch Newsround","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/465ec49c-484f-4347-e050-380a59806655","language":"en-gb","lastUpdated":"2020-09-27T07:48:03+00:00","media":{"images":{"index":{"114619100":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/00BF\/production\/_114619100_p08sp2q1.jpg","originCode":"cpsprodpb","altText":"Shanequa sitting on the Newsround sofa with a picture of David Attenborough","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"114633606":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/ECD9\/production\/_114633606_p08sp2q1.jpg","originCode":"cpsprodpb","altText":"Shanequa sitting on the Newsround sofa with a picture of David Attenborough","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"54314608":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08sp2pp"}},"primary":{"54314608":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08sp2pp"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Shanequa has your Sunday Newsround. We hear from Sir David Attenborough who tells us why young people are so important to our planets survival, meet the children helping to clean our beaches, and find out all about the Jewish festival of Yom Kippur.","type":"MAP"}],"semanticGroupName":"Watch Newsround"},{"type":"responsive-cluster","title":"Slice 1 - Dark purple with teal index card","strapline":{"name":"More Stories"},"items":[{"assetId":"54283438","assetUri":"\/newsround\/54283438","firstCreated":"2020-09-24T16:16:10+00:00","hasShortForm":true,"headline":"Roblox or sweets? What do you spend your pocket money on?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/54bd3aa1-1240-44de-bf9b-01d1967697cd","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-24T16:16:10+00:00","media":{"images":{"index":{"114599408":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13A73\/production\/_114599408_vote2.jpg","originCode":"cpsprodpb","altText":"two young boys in glasses, holding up dollars, with bags on money on the table and lots of dollar notes in front of them.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114599410":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/05DB\/production\/_114599410_vote2.jpg","originCode":"cpsprodpb","altText":"two young boys in glasses, holding up dollars, with bags on money on the table and lots of dollar notes in front of them.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A study has revealed the top things children have been spending their money on during lockdown. Take a look at our list and vote for what you've been spending yours on!","type":"STY"},{"assetId":"54293380","assetUri":"\/newsround\/54293380","firstCreated":"2020-09-26T08:27:40+00:00","headline":"Meet BGT semi-finalist Sirine","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/76f17fd4-ee2e-4e5f-9278-8404291fe3dd","language":"en-gb","lastUpdated":"2020-09-26T08:27:40+00:00","media":{"images":{"index":{"114619317":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/116DF\/production\/_114619317_p08sm2l6.jpg","originCode":"cpsprodpb","altText":"Keyframe #5","copyrightHolder":"ITV","allowSyndication":false}},"index-thumbnail":{"114619319":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/164FF\/production\/_114619319_p08sm2l6.jpg","originCode":"cpsprodpb","altText":"Keyframe #5","copyrightHolder":"ITV","allowSyndication":false}}},"videos":{"index":{"54307546":{"caption":"Britain's Got Talent: Meet semi-finalist Sirine","entityType":"Clip","externalId":"p08sm246"}},"primary":{"54307546":{"caption":"Britain's Got Talent: Meet semi-finalist Sirine","entityType":"Clip","externalId":"p08sm246"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The pianist and singer, who is visually impaired, has already performed in the semi-final round, and although the judges didn't put the 14-year old through to the show's final, she could still make it thanks to the public vote. She's been telling us about her BGT journey so far.","type":"MAP"},{"assetId":"54307011","assetUri":"\/newsround\/54307011","firstCreated":"2020-09-26T08:56:59+00:00","headline":"Meet the ice skaters training without the ice!","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/de0e3c51-dd69-4a94-b9ab-a73a499b201b","language":"en-gb","lastUpdated":"2020-09-26T08:56:59+00:00","media":{"images":{"index":{"114619260":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1893\/production\/_114619260_p08sm3sr.jpg","originCode":"cpsprodpb","caption":"How do you ice skate without ice? This skating team has being doing its best to keep up training even though ice rinks are closed.","altText":"a-pair-of-ice-skates","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114619665":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/DD73\/production\/_114619665_p08sm3sr.jpg","originCode":"cpsprodpb","caption":"How do you ice skate without ice? This skating team has being doing its best to keep up training even though ice rinks are closed.","altText":"a-pair-of-ice-skates","copyrightHolder":"Getty Images","allowSyndication":true}}},"videos":{"index":{"54307012":{"caption":"Ice skaters","entityType":"Clip","externalId":"p08sm27q"}},"primary":{"54307012":{"caption":"Ice skaters","entityType":"Clip","externalId":"p08sm27q"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"How do you ice skate without ice? A skating team from Wales has being doing its best to keep up training even though ice rinks are closed.","type":"MAP"},{"assetId":"54297403","assetUri":"\/newsround\/54297403","firstCreated":"2020-09-25T13:57:26+00:00","hasShortForm":true,"headline":"Cardiff and Swansea lead new lockdown measures in parts of Wales","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/88490160-50c7-48f6-9a68-d51dddfa3c3b","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-25T13:57:26+00:00","media":{"images":{"index":{"114602789":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/181A0\/production\/_114602789_mediaitem114602786.jpg","originCode":"cpsprodpb","caption":"Cardiff, Swansea and Llanelli are the latest areas to be locked down","altText":"Cardiff, Swansea and Llanelli","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114605076":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/105EA\/production\/_114605076_mediaitem114602786.jpg","originCode":"cpsprodpb","caption":"Cardiff, Swansea and Llanelli are the latest areas to be locked down","altText":"Cardiff, Swansea and Llanelli","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Lockdown restrictions are set to come into force in Cardiff and Swansea county areas and also the town of Llanelli.","type":"STY"},{"assetId":"54300257","assetUri":"\/newsround\/54300257","firstCreated":"2020-09-25T15:24:57+00:00","hasShortForm":true,"headline":"Animal Crossing gets special Halloween update","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/c6a67854-5363-4087-bf78-d6484dbde506","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-26T08:44:39+00:00","media":{"images":{"index":{"114607323":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/7E72\/production\/_114607323_acnh_autumn_textless_01.jpg","originCode":"cpsprodpb","altText":"halloween-animal-crossing.","copyrightHolder":"Nintendo","allowSyndication":false}},"index-thumbnail":{"114607325":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/CC92\/production\/_114607325_acnh_autumn_textless_01.jpg","originCode":"cpsprodpb","altText":"halloween-animal-crossing.","copyrightHolder":"Nintendo","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A spooky Halloween update awaits expectant Animal Crossing fans. Find out what they are here.","type":"STY"},{"assetId":"51318780","assetUri":"\/newsround\/51318780","firstCreated":"2020-01-31T06:52:56+00:00","hasShortForm":true,"headline":"Quiz: Have you been following this week's news?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/55ad4227-b3e1-854d-aaa3-6d167cd38f4a","language":"en-gb","lastUpdated":"2020-09-25T14:14:05+00:00","media":{"images":{"index":{"114589086":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10A02\/production\/_114589086_rabbitandduckthumbnail.jpg","originCode":"cpsprodpb","altText":"rabbit-duck.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114589088":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/15822\/production\/_114589088_rabbitandduckthumbnail.jpg","originCode":"cpsprodpb","altText":"rabbit-duck.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Have you been keeping up with the news this week? Test yourself with the Quiz of the Week!","type":"STY"},{"assetId":"54281272","assetUri":"\/newsround\/54281272","firstCreated":"2020-09-25T06:24:56+00:00","hasShortForm":true,"headline":"Charli and Dixie D'Amelio speak out about online bullying","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/f0bf1f3b-d577-4637-837a-689019241898","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-25T14:46:54+00:00","media":{"images":{"index":{"114606809":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/162EC\/production\/_114606809_nrgrad_8.jpg","originCode":"cpsprodpb","altText":"charli-and-dixie-damelio.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114606665":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/DD54\/production\/_114606665_nrgrad_8.jpg","originCode":"cpsprodpb","altText":"charli-and-dixie-damelio.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The TikTok stars who rose to fame on the popular social media platform have had to deal with online bullying and trolls.","type":"STY"},{"assetId":"54278690","assetUri":"\/newsround\/54278690","firstCreated":"2020-09-25T05:40:03+00:00","hasShortForm":true,"headline":"Fridays for Future school strikes are back","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/38d4592b-5a89-4cd9-a31d-5907fb4edba5","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-25T13:58:27+00:00","media":{"images":{"index":{"114600852":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/64C8\/production\/_114600852_hi063507619.jpg","originCode":"cpsprodpb","caption":"Greta Thunberg has been back outside in front of the Swedish Parliament in Stockholm as part of the Fridays for Future school strikes","altText":"Greta Thunberg","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"114600854":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B2E8\/production\/_114600854_hi063507619.jpg","originCode":"cpsprodpb","caption":"Greta Thunberg has been back outside in front of the Swedish Parliament in Stockholm as part of the Fridays for Future school strikes","altText":"Greta Thunberg","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The school strikes are back, but with a difference because of coronavirus and social distancing measures, which meant some strikes and protests taking place online.","type":"STY"},{"assetId":"54299368","assetUri":"\/newsround\/54299368","firstCreated":"2020-09-25T13:52:57+00:00","headline":"Fridays for Future strikes around the world","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/98d61a8f-5546-407e-8166-3d7c93e0c264","language":"en-gb","lastUpdated":"2020-09-25T16:37:10+00:00","media":{"images":{"index":{"114608805":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/C6C0\/production\/_114608805_hi063513398.jpg","originCode":"cpsprodpb","caption":"Kampala, Uganda: Activist Vanessa Nakate leads a demonstration in Uganda","altText":"Ugandan climate change activist Vanessa Nakate, uses a megaphone with other activists holding placards advocating for climate change during a demonstration for the Global Climate Change in Luzira suburb of Kampala, Uganda September","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"114608807":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/114E0\/production\/_114608807_hi063513398.jpg","originCode":"cpsprodpb","caption":"Kampala, Uganda: Activist Vanessa Nakate leads a demonstration in Uganda","altText":"Ugandan climate change activist Vanessa Nakate, uses a megaphone with other activists holding placards advocating for climate change during a demonstration for the Global Climate Change in Luzira suburb of Kampala, Uganda September","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Images of climate protests from around the world","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"After a long pause due to the coronavirus pandemic, Greta Thunberg's climate protests have been back on the streets","type":"PGL"},{"assetId":"54292362","assetUri":"\/newsround\/54292362","firstCreated":"2020-09-25T08:50:55+00:00","hasShortForm":true,"headline":"Hero rat gets special medal for 'life-saving bravery'","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/2977df8d-060f-4048-94e6-49b52a3f3dea","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-25T11:29:20+00:00","media":{"images":{"index":{"114597585":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/E4D3\/production\/_114597585_newfile-4.jpg","originCode":"cpsprodpb","altText":"Magawa-rat-with-handler.","copyrightHolder":"PDSA\/APOPO","allowSyndication":false}},"index-thumbnail":{"114606298":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/15CAC\/production\/_114606298_newfile-4.jpg","originCode":"cpsprodpb","altText":"Magawa-rat-with-handler.","copyrightHolder":"PDSA\/APOPO","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Life-saving rat is the first to receive a special medal following in the paws, claws and hooves of other hero animals.","type":"STY"},{"assetId":"43245617","assetUri":"\/newsround\/43245617","firstCreated":"2018-03-02T06:46:57+00:00","headline":"Strange News","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/178d7c8a-202f-8b4d-90bb-1e52a1875ce5","language":"en-gb","lastUpdated":"2020-09-25T05:48:50+00:00","media":{"images":{"index":{"114592345":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/D439\/production\/_114592345_p08sfrtv.jpg","originCode":"cpsprodpb","altText":"A jelly fish and a portion of chips","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"114592347":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12259\/production\/_114592347_p08sfrtv.jpg","originCode":"cpsprodpb","altText":"A jelly fish and a portion of chips","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"54286292":{"caption":"Strange News","entityType":"Clip","externalId":"p08sfr21"}},"primary":{"54286292":{"caption":"Strange News","entityType":"Clip","externalId":"p08sfr21"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Strange News: See-through loos & an alpaca invasion!","passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/Feature","categoryName":"Feature"}},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Martin has your strange news this week with a jellyfish dinner, see-through loos and an alpaca invasion!","type":"MAP"},{"assetId":"54278823","assetUri":"\/newsround\/54278823","firstCreated":"2020-09-25T05:58:39+00:00","hasShortForm":true,"headline":"Why are people talking about Breonna Taylor?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/2a2541ea-7fe4-4239-9154-3fe3fa620cfc","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-25T05:58:39+00:00","media":{"images":{"index":{"114586612":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/54A4\/production\/_114586612_tv063279420.jpg","originCode":"cpsprodpb","caption":"There have been lots of demonstrations in the state of Kentucky following the verdict on the death of Breonna Taylor","altText":"breonana-taylor-memorial.","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"114588352":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/632C\/production\/_114588352_tv063279420.jpg","originCode":"cpsprodpb","caption":"There have been lots of demonstrations in the state of Kentucky following the verdict on the death of Breonna Taylor","altText":"breonana-taylor-memorial.","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The 26-year-old hospital worker died at her home in Louisville, Kentucky, in the US on 13 March after being shot by the police.","type":"STY"},{"assetId":"54291910","assetUri":"\/newsround\/54291910","firstCreated":"2020-09-25T11:09:26+00:00","hasShortForm":true,"headline":"Sniffer dogs used to detect coronavirus at airport","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/19ffc67d-9f8a-4b0f-80f4-7ce1efd55e25","language":"en-gb","lastUpdated":"2020-09-25T11:09:26+00:00","media":{"images":{"index":{"114598635":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/D1B9\/production\/_114598635_gettyimages-878360852.jpg","originCode":"cpsprodpb","altText":"sniffer dog","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114598637":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/11FD9\/production\/_114598637_gettyimages-878360852.jpg","originCode":"cpsprodpb","altText":"sniffer dog","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Dogs have a great sense of smell and some are trained to detect illnesses. A new trial in Finland has trained dogs to sniff out coronavirus. It will take place at Helsinki airport where the dogs will detect if the passengers have the virus.","type":"STY"},{"assetId":"41337138","assetUri":"\/newsround\/41337138","firstCreated":"2017-09-28T07:31:05+00:00","hasShortForm":true,"headline":"What is Yom Kippur?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/e1e74224-5616-7647-8a8f-b18009cfb76f","language":"en-gb","lastUpdated":"2020-09-25T06:00:19+00:00","media":{"images":{"index":{"98052670":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1DC9\/production\/_98052670_gettyimages-173863869.jpg","originCode":"cpsprodpb","altText":"A shofar, tallis, and prayer book","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"98052672":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/6BE9\/production\/_98052672_gettyimages-173863869.jpg","originCode":"cpsprodpb","altText":"A shofar, tallis, and prayer book","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Yom Kippur is an important day in the Jewish calendar, when people reflect on the past year and ask for God's forgiveness.","type":"STY"},{"assetId":"51836693","assetUri":"\/newsround\/51836693","firstCreated":"2020-03-11T15:22:22+00:00","headline":"Newsround: Today鈥檚 top headlines and new words of the day","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/48c41cc9-058a-1444-97e5-9ae394310f8f","language":"en-gb","lastUpdated":"2020-09-25T08:13:17+00:00","media":{"images":{"index":{"111224882":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/70AA\/production\/_111224882_titlepage.png","originCode":"cpsprodpb","altText":"Big Stories and big words","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"111224886":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10CEA\/production\/_111224886_titlepage.png","originCode":"cpsprodpb","altText":"Big Stories and big words","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Here's all you need to know in a few lines and what all the words mean.","type":"STY"},{"assetId":"54291798","assetUri":"\/newsround\/54291798","firstCreated":"2020-09-25T08:40:31+00:00","hasShortForm":true,"headline":"British film awards to make changes to improve diversity","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/8b7bb0d4-69e3-4e8f-9635-315962fbccff","language":"en-gb","lastUpdated":"2020-09-25T09:48:00+00:00","media":{"images":{"index":{"114599908":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13C67\/production\/_114599908_mcqueen.jpg","originCode":"cpsprodpb","caption":"Director Steve McQueen's film 12 Years a Slave won the Bafta Award for Best Film in 2014","altText":"Steve McQueen holding a BAFTA Award","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114597399":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/18433\/production\/_114597399_gettyimages-508357550.jpg","originCode":"cpsprodpb","altText":"bafta award","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Earlier this year Bafta received criticism for the lack of diversity in the nominations. They have now announced 120 changes they'll make to correct the issue.","type":"STY"},{"assetId":"54269725","assetUri":"\/newsround\/54269725","firstCreated":"2020-09-25T05:45:42+00:00","hasShortForm":true,"headline":"Kids cleaning beaches to help the environment","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/4a6a0b40-0a05-4acb-aa2c-b22ad83f8c24","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-25T05:45:42+00:00","media":{"images":{"index":{"114577361":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/3FF9\/production\/_114577361_hi043956329.jpg","originCode":"cpsprodpb","caption":"Litter on the beach can get washed out to sea","altText":"Plastic on a beach.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"This week people across the UK have been taking part in the Great British Beach Clean, an event organised to try and reduce the amount of rubbish ending up in the sea.","type":"STY"},{"assetId":"54277492","assetUri":"\/newsround\/54277492","firstCreated":"2020-09-25T05:47:18+00:00","headline":"Cathedral plans 're-imagined' firework display","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/7592fde8-7877-4a00-9f6c-16357010f7e5","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-25T05:47:18+00:00","media":{"images":{"index":{"114583623":{"height":351,"width":624,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/7F7E\/production\/_114583623_5b1a8164-1a03-405e-80ba-ef6262f75663.jpg","originCode":"cpsprodpb","caption":"Hundreds of millions of fireworks are sold each year in the UK","altText":"Fireworks display","copyrightHolder":"AFP","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"St Albans Cathedral said the show is designed to be seen from \"almost all residential areas\" in the city","type":"STY"},{"assetId":"54281247","assetUri":"\/newsround\/54281247","firstCreated":"2020-09-24T15:16:06+00:00","hasShortForm":true,"headline":"Little Mix The Search: \"We're sitting there knowing how they feel\"","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/7e0e39dd-3219-406a-9aee-bf3b7a486896","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-24T15:16:06+00:00","media":{"images":{"index":{"113914732":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5CBD\/production\/_113914732_littlemix.jpg","originCode":"cpsprodpb","altText":"little-mix.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Little Mix say their own experience of success on a TV talent show means they will give more support to the acts competing.","type":"STY"},{"assetId":"54281100","assetUri":"\/newsround\/54281100","firstCreated":"2020-09-24T12:41:21+00:00","headline":"Sir David Attenborough has joined Instagram!","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/8231bcd4-0d34-4ae4-8608-fc55612c6d1d","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-24T12:41:21+00:00","media":{"images":{"index":{"114586576":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/107F0\/production\/_114586576_gettyimages-1201907125.jpg","originCode":"cpsprodpb","caption":"You can find him @DavidAttenborough","altText":"David Attenborough","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"The broadcaster and natural historian wants to connect and communicate with more people.","type":"STY"},{"assetId":"54276892","assetUri":"\/newsround\/54276892","firstCreated":"2020-09-24T14:47:30+00:00","headline":"London Marathon invites children to take part","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/fdd600a1-6942-4f53-9638-f148a6e71b79","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-24T14:47:30+00:00","media":{"images":{"index":{"114583402":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/4FD6\/production\/_114583402_gettyimages-1228526407.jpg","originCode":"cpsprodpb","caption":"Normally the London Marathon has some pretty cool views - but this year it will be loops of St. James Park","altText":"London Marathon runners","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Kids are being encouraged to take part in a virtual Mini London Marathon event to mark the huge charity race that happens every year.","type":"STY"},{"assetId":"54261627","assetUri":"\/newsround\/54261627","firstCreated":"2020-09-23T13:40:49+00:00","hasShortForm":true,"headline":"Olympic & Paralympic stars call for climate change action","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/74d72cb9-e546-4428-b998-48f5a91312d8","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-23T13:40:49+00:00","media":{"images":{"index":{"114570932":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5D63\/production\/_114570932_gettyimages-592610128.jpg","originCode":"cpsprodpb","altText":"Mo Farah","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114571005":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/C361\/production\/_114571005_gettyimages-592610128.jpg","originCode":"cpsprodpb","altText":"Mo Farah","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Over 300 British Olympians and Paralympians have signed a letter to the government asking it to take urgent action on climate change.","type":"STY"},{"assetId":"54269085","assetUri":"\/newsround\/54269085","firstCreated":"2020-09-24T05:32:05+00:00","hasShortForm":true,"headline":"YouTube adds fact-check boxes to stop fake news","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/1251e0ac-5cb3-47ea-9266-337c980536fd","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-24T11:21:12+00:00","media":{"images":{"index":{"114575671":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/44F9\/production\/_114575671_44515f6a-608d-46ce-a641-de1498a0243d.jpg","originCode":"cpsprodpb","altText":"youtube.","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"114575672":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/6C09\/production\/_114575672_44515f6a-608d-46ce-a641-de1498a0243d.jpg","originCode":"cpsprodpb","altText":"youtube.","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Video hosting site YouTube is trialling a new fact-check panel to help stop the spread of fake information.","type":"STY"},{"assetId":"54272045","assetUri":"\/newsround\/54272045","firstCreated":"2020-09-24T12:14:31+00:00","hasShortForm":true,"headline":"Ryan Reynolds wants to buy a Welsh football club","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/eeba878c-081b-472f-a3f9-03899119186a","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-24T12:14:31+00:00","media":{"images":{"index":{"114597578":{"height":633,"width":1125,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1561B\/production\/_114597578_photo24-09-2020204447.jpg","originCode":"cpsprodpb","altText":"Ryan Reynolds-Wrexham.","copyrightHolder":"Getty Images\/GQ","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Detective Pikachu star has teamed up with another Hollywood actor as they hope to buy Wrexham.","type":"STY"}],"semanticGroupName":"More stories 1"},{"type":"responsive-cluster","title":"Slice 2 - Dark purple with pink index card","strapline":{"name":"Environment"},"items":[{"assetId":"52712926","assetUri":"\/newsround\/52712926","firstCreated":"2020-05-19T11:53:05+00:00","hasShortForm":true,"headline":"Newsround topics: Climate change and pollution","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/679244fd-cff0-ce4b-be37-13b56c6f5814","language":"en-gb","lastUpdated":"2020-05-19T11:53:05+00:00","media":{"images":{"index":{"112357517":{"height":922,"width":1640,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/11797\/production\/_112357517_anrteachers_3-1.jpg","originCode":"cpsprodpb","altText":"climate","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112357376":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1072F\/production\/_112357376_nrteachers_3.jpg","originCode":"cpsprodpb","altText":"climate","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround topics: Climate change and pollution","type":"STY"},{"assetId":"45880633","assetUri":"\/newsround\/45880633","firstCreated":"2018-10-17T06:46:08+00:00","headline":"Climate change: What is it?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/7e03574c-84eb-904f-8f37-14dce6e97144","includeComments":true,"language":"en-gb","lastUpdated":"2020-01-20T07:18:07+00:00","media":{"images":{"index":{"103895741":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/39A7\/production\/_103895741_climatechange-2.jpg","originCode":"cpsprodpb","caption":"What is climate change?","altText":"What is climate change?","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"103891959":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/176AF\/production\/_103891959_whatisclimatechange.jpg","originCode":"cpsprodpb","caption":"What is climate change?","altText":"What is climate change?","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"What actually is climate change?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"What is climate change, why is it happening and what can we do about it? Newsround answers your questions.","type":"STY"},{"assetId":"53556377","assetUri":"\/newsround\/53556377","firstCreated":"2020-09-13T09:06:58+00:00","hasShortForm":true,"headline":"What is life like on the climate change frontline?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/62618a02-cdc3-49da-8b83-e838acb8b034","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-19T07:12:58+00:00","media":{"images":{"index":{"114313889":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1820F\/production\/_114313889_nrfiji_superpromo_web_19201080.jpg","originCode":"cpsprodpb","altText":"Fiji graphic","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"114313888":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/15AFF\/production\/_114313888_nrfiji_superpromo_web_19201080.jpg","originCode":"cpsprodpb","altText":"Fiji graphic","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround has been to Fiji, a country on the climate change frontline, to see how it is being affected by rising sea levels caused by the increasing global temperatures.","type":"STY"},{"assetId":"54191148","assetUri":"\/newsround\/54191148","firstCreated":"2020-09-18T05:18:53+00:00","hasShortForm":true,"headline":"Do you want a 'green job' in the future?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/c6157ff6-dc50-4125-9b61-7f3349f44a3e","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-18T05:18:53+00:00","media":{"images":{"index":{"114412261":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/3F5D\/production\/_114412261_nr-vote-green-jobs-2.jpg","originCode":"cpsprodpb","altText":"hands holding a shoot","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114412263":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/8D7D\/production\/_114412263_nr-vote-green-jobs-2.jpg","originCode":"cpsprodpb","altText":"hands holding a shoot","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Over two-thirds of kids hope to have a career that helps the environment, but many do not know enough about 'green jobs'.","type":"STY"},{"assetId":"54201449","assetUri":"\/newsround\/54201449","firstCreated":"2020-09-18T11:28:23+00:00","headline":"53 million tonnes of plastic could end up in our waters each year","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/0efd87af-484c-4deb-b45d-35f53385f813","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-18T11:28:23+00:00","media":{"images":{"index":{"114420488":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/15952\/production\/_114420488_gettyimages-1148486707.jpg","originCode":"cpsprodpb","altText":"lots of plastic rubbish gathered together on a river","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114421254":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B09C\/production\/_114421254_gettyimages-1148486707.jpg","originCode":"cpsprodpb","altText":"lots of plastic rubbish gathered together on a river","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Plastic pollution is a big problem that affects our environment. A new study has found that 53 million tonnes of plastic could end up in our waters every year by 2030.","type":"STY"},{"assetId":"54179488","assetUri":"\/newsround\/54179488","firstCreated":"2020-09-17T05:15:32+00:00","headline":"Amazon fires: Hamilton and other celebrities' plea to save rainforest","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/9fb188aa-ae40-492e-9595-2d2392fd754c","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-17T05:15:32+00:00","media":{"images":{"index":{"114399575":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/E0FF\/production\/_114399575_tv062230684.jpg","originCode":"cpsprodpb","altText":"Amazon rainforest on fire.","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Celebrities have partnered with the WWF in a short film called 'Time's Running Out'.","type":"STY"},{"assetId":"54177545","assetUri":"\/newsround\/54177545","firstCreated":"2020-09-16T15:28:35+00:00","hasShortForm":true,"headline":"August 2020 second hottest on record","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/9bfe78f7-dcfe-46a8-ae07-989dada15df5","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-16T15:28:35+00:00","media":{"images":{"index":{"114396304":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/9DB1\/production\/_114396304_gettyimages-1012636298.jpg","originCode":"cpsprodpb","altText":"temperature","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114400097":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13498\/production\/_114400097_gettyimages-1012636298.jpg","originCode":"cpsprodpb","altText":"temperature","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"This August was the second hottest on record according to the National Oceanic and Atmospheric Administration (NOAA).","type":"STY"},{"assetId":"52410744","assetUri":"\/newsround\/52410744","firstCreated":"2020-04-26T14:26:12+00:00","hasShortForm":true,"headline":"Australia: Life after the bushfires","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/eda0f678-bc8b-0640-ba4c-369bb80cf772","includeComments":true,"language":"en-gb","lastUpdated":"2020-04-28T05:30:00+00:00","media":{"images":{"index":{"111977016":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/EE95\/production\/_111977016_titlepage_still_00513.jpg","originCode":"cpsprodpb","altText":"Koala-and-firefighter-title-page.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"111977015":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/C785\/production\/_111977015_titlepage_still_00513.jpg","originCode":"cpsprodpb","altText":"Koala-and-firefighter-title-page.","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Australia experienced the worst bushfire season ever in 2019-2020 with fires blazing for months in large parts of the country. So what was it like living near them? We've been to find out.","type":"STY"},{"assetId":"54088906","assetUri":"\/newsround\/54088906","firstCreated":"2020-09-13T08:22:04+00:00","hasShortForm":true,"headline":"How Fiji is fighting back against coral bleaching","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/94460728-069c-4463-ba4e-0be09b4e33d5","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-14T05:10:16+00:00","media":{"images":{"index":{"114314048":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/14849\/production\/_114314048_nrfiji_thumbnail_web_19201080_2.jpg","originCode":"cpsprodpb","altText":"Victor-scuba-diving-to-tend-to-coral-nursery","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"114314050":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13B1\/production\/_114314050_nrfiji_thumbnail_web_19201080_2.jpg","originCode":"cpsprodpb","altText":"Victor-scuba-diving-to-tend-to-coral-nursery","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Fiji is home to the most extensive coral reef in the South Pacific but warming seas have previously caused devastating coral bleaching which has a huge impact on the people and wildlife who rely on it. Earlier this year, Newsround travelled to the country to find out how local communities and scientists are working together to help their reef recover.","type":"STY"},{"assetId":"54138007","assetUri":"\/newsround\/54138007","firstCreated":"2020-09-13T11:01:34+00:00","hasShortForm":true,"headline":"One hundred wildfires burning across west America","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/2e16104a-2c4b-4f9d-a05e-c6fb69d13d0c","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-13T11:01:34+00:00","media":{"images":{"index":{"114356636":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/F8B1\/production\/_114356636_hi063281441.jpg","originCode":"cpsprodpb","altText":"Firefighters in the US battle wildfires","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Firefighters have been tackling the blazes, which have destroyed millions of acres of land and thousands of homes, for three weeks now.","type":"STY"},{"assetId":"54116079","assetUri":"\/newsround\/54116079","firstCreated":"2020-09-12T11:36:33+00:00","hasShortForm":true,"headline":"Smiling turtles saved from extinction","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/2fa59e6b-8415-4c6b-b356-0ade36c8548c","language":"en-gb","lastUpdated":"2020-09-12T11:36:33+00:00","media":{"images":{"index":{"114327264":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B4C0\/production\/_114327264_burmeseroofedturtlehatchling2creditmyominwinwcsmyanmar.jpg","originCode":"cpsprodpb","altText":"the Burmese roofed hatchling, also known as the smiling turtle","copyrightHolder":"Myo Min Win\/WCS Myanmar Program","allowSyndication":false}},"index-thumbnail":{"114325663":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/8F2C\/production\/_114325663_burmeseroofedturtlehatchling2creditmyominwinwcsmyanmar.jpg","originCode":"cpsprodpb","altText":"the Burmese roofed hatchling, also known as the smiling turtle","copyrightHolder":"Myo Min Win\/WCS Myanmar Program","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Burmese roofed turtle, also known as the smiling turtle, has been saved from extinction in Myanmar, Burma.","type":"STY"},{"assetId":"50956990","assetUri":"\/newsround\/50956990","firstCreated":"2019-12-31T11:43:32+00:00","hasShortForm":true,"headline":"Five firsts for climate change","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/8eaadff7-6b46-164e-8d64-d25c84e80e6f","includeComments":true,"language":"en-gb","lastUpdated":"2020-01-02T09:49:56+00:00","media":{"images":{"index":{"110353437":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/11EDB\/production\/_110353437_gettyimages-1191010938.jpg","originCode":"cpsprodpb","altText":"delhi-record-low-temperatures.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"110353439":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/16CFB\/production\/_110353439_gettyimages-1191010938.jpg","originCode":"cpsprodpb","altText":"delhi-record-low-temperatures.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"After the lowest temperature was recorded in Delhi, what other firsts have happened because of climate change?","type":"STY"},{"assetId":"48605993","assetUri":"\/newsround\/48605993","firstCreated":"2019-06-12T06:55:33+00:00","hasShortForm":true,"headline":"Climate change: UK commits to nearly zero carbon emissions by 2050","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/6f6fbf7e-4b02-d242-a15a-6eb0baad874c","includeComments":true,"language":"en-gb","lastUpdated":"2019-06-12T06:55:33+00:00","media":{"images":{"index":{"107344786":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10C88\/production\/_107344786_environmental-march-getty.jpg","originCode":"cpsprodpb","altText":"March-for-climate-change-in-London.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"107344604":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/9EC4\/production\/_107344604_environmental-march-getty.jpg","originCode":"cpsprodpb","altText":"Children at a climate protest","copyrightHolder":"Getty Images \/Jenny Matthews","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Greenhouse gas emissions in the UK will be cut to almost zero by 2050, under the terms of a new government plan to tackle climate change.","type":"STY"},{"assetId":"54069944","assetUri":"\/newsround\/54069944","firstCreated":"2020-09-10T05:34:23+00:00","hasShortForm":true,"headline":"One million species facing extinction in next 100 years say WWF","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/f6c6c206-f563-4e22-8d87-937e2876a269","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-10T11:33:21+00:00","media":{"images":{"index":{"114280566":{"height":496,"width":881,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/103CC\/production\/_114280566_turtle.jpg","originCode":"cpsprodpb","altText":"Leatherback-turtle","copyrightHolder":"J眉rgen Freund \/ WWF","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The World Wildlife Fund say that now is the time to act to save several species from the threat of extinction.","type":"STY"},{"assetId":"51472821","assetUri":"\/newsround\/51472821","firstCreated":"2020-02-15T10:17:00+00:00","hasShortForm":true,"headline":"How your old mattress can help the environment","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/8b27fa15-662c-484f-acb8-53bc5a67c725","language":"en-gb","lastUpdated":"2020-02-17T08:45:27+00:00","media":{"images":{"index":{"110916108":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13921\/production\/_110916108_p083glt1.jpg","originCode":"cpsprodpb","altText":"Graphic-of-mattress-in-front-of-skyline.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"110916159":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/173B9\/production\/_110916159_p083glt1.jpg","originCode":"cpsprodpb","altText":"Graphic-of-mattress-in-front-of-skyline.","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"More than 7.5 million mattresses are thrown away every year, but a team of UK scientists have come up with an eco-way to use them","type":"STY"},{"assetId":"51457800","assetUri":"\/newsround\/51457800","firstCreated":"2020-02-12T11:35:42+00:00","hasShortForm":true,"headline":"Air pollution might be affecting kids' sports skills, report warns","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/adf4f18d-6797-424f-bad9-f6b20ead5185","includeComments":true,"language":"en-gb","lastUpdated":"2020-02-12T11:35:42+00:00","media":{"images":{"index":{"110849238":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1455E\/production\/_110849238_abceac2e-9a8a-465f-8f62-b0e8176f3c0a.jpg","originCode":"cpsprodpb","altText":"Publicity-still-freom-Breathe-UK-campaign.","copyrightHolder":"Breathe GB","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The air quality around almost 100 training grounds was checked as part of the research.","type":"STY"},{"assetId":"51368408","assetUri":"\/newsround\/51368408","firstCreated":"2020-02-04T09:59:24+00:00","hasShortForm":true,"headline":"New diesel and petrol vehicles to be banned by 2035","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/ed6bf2af-69e5-2f42-bc2c-1be982568020","includeComments":true,"language":"en-gb","lastUpdated":"2020-02-04T09:59:24+00:00","media":{"images":{"index":{"110762089":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/17EEA\/production\/_110762089_cars2.jpg","originCode":"cpsprodpb","altText":"cars-traffic.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"110762091":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/4A52\/production\/_110762091_cars2.jpg","originCode":"cpsprodpb","altText":"cars-traffic.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"The ban on selling petrol and diesel cars is being brought forward - from 2040 to 2035.","type":"STY"},{"assetId":"54085923","assetUri":"\/newsround\/54085923","firstCreated":"2020-09-09T19:11:35+00:00","hasShortForm":true,"headline":"'Urgent climate action' needed to meet 1.5C target says UN","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/75b57d58-9521-4c13-85ad-95cc51923427","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-09T19:11:35+00:00","media":{"images":{"index":{"113307248":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1492E\/production\/_113307248_climatechange-2.jpg","originCode":"cpsprodpb","caption":"Climate change could lead to an increase in forest fires, extreme weather and rising sea levels","altText":"What is climate change?","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114296963":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/9069\/production\/_114296963_climatechange-2.jpg","originCode":"cpsprodpb","caption":"Climate change could lead to an increase in forest fires, extreme weather and rising sea levels","altText":"What is climate change?","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A report from the United Nations details the affect of the climate crisis on our planet, it says the world needs 'urgent climate action' to reduce carbon emissions.","type":"STY"},{"assetId":"50705133","assetUri":"\/newsround\/50705133","firstCreated":"2019-12-08T13:07:41+00:00","hasShortForm":true,"headline":"Can tech help protect global wildlife?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/29317468-433b-e54b-bbda-02e7e4832771","includeComments":true,"language":"en-gb","lastUpdated":"2019-12-09T11:35:59+00:00","media":{"images":{"index":{"110050988":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/15B49\/production\/_110050988_gettyimages-485983712.jpg","originCode":"cpsprodpb","altText":"drone.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"110050990":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/26B1\/production\/_110050990_gettyimages-485983712.jpg","originCode":"cpsprodpb","altText":"drone.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Lots of species are at risk of being illegally trafficked, but technology could be the answer when it comes to keeping them safe.","type":"STY"},{"assetId":"49793156","assetUri":"\/newsround\/49793156","firstCreated":"2019-09-23T05:23:13+00:00","hasShortForm":true,"headline":"Climate Change Quiz: How green are you?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/171f4bfe-4b00-1647-a897-9e24ce831c4d","includeComments":true,"language":"en-gb","lastUpdated":"2019-09-23T05:52:02+00:00","media":{"images":{"index":{"108908979":{"height":372,"width":661,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/17EBC\/production\/_108908979_aaauntitled.jpg","originCode":"cpsprodpb","altText":"eco-superhero","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"108908981":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/4A24\/production\/_108908981_aaauntitled.jpg","originCode":"cpsprodpb","altText":"eco-superhero","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Take our quiz to work out how eco-friendly you try to be in your daily life","type":"STY"}],"semanticGroupName":"More stories 2"},{"type":"responsive-cluster","title":"Slice 3 - White with bright purple index card","strapline":{"name":"Coronavirus"},"items":[{"assetId":"54086737","assetUri":"\/newsround\/54086737","firstCreated":"2020-09-13T11:30:58+00:00","headline":"Coronavirus and lockdown: What is the latest?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/9d3d41eb-03ba-4790-b43f-3235edcd81f0","language":"en-gb","lastUpdated":"2020-09-23T13:08:45+00:00","media":{"images":{"index":{"111716752":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/64A1\/production\/_111716752_gettyimages-1209496513.jpg","originCode":"cpsprodpb","altText":"A sign thanking NHS & Key workers","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112107469":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/178D6\/production\/_112107469_thumbnail.jpg","originCode":"cpsprodpb","altText":"NHS in a rainbow heart","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Scientists and governments are working hard to stop the spread of the coronavirus and find a vaccine. Here's the latest on what's being done about it.","type":"STY"},{"assetId":"54116886","assetUri":"\/newsround\/54116886","firstCreated":"2020-09-11T15:37:36+00:00","hasShortForm":true,"headline":"New contact tracing app now available in England and Wales","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/44806ca9-777d-4724-8c68-fcbe870555f5","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-24T06:37:15+00:00","media":{"images":{"index":{"114581277":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12DA2\/production\/_114581277_img_6127.jpg","originCode":"cpsprodpb","caption":"Users will be told to self-isolate if the app determines they are at high risk of being infected","altText":"NHS Covid-10 app","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"People over 16 in England and Wales are being urged to download the government's official contact-tracing app following its official release.","type":"STY"},{"assetId":"54088842","assetUri":"\/newsround\/54088842","firstCreated":"2020-09-10T05:30:50+00:00","hasShortForm":true,"headline":"Coronavirus: What can't you do under new 'rule of six'?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/a3530f73-9126-464f-a189-e51a5bf8b26c","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-23T13:31:41+00:00","media":{"images":{"index":{"114301612":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/546A\/production\/_114301612_gettyimages-1180401620.jpg","originCode":"cpsprodpb","altText":"Children at a park","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114301613":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/7B7A\/production\/_114301613_gettyimages-1180401620.jpg","originCode":"cpsprodpb","altText":"Children at a park","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Here's what you can and can't do under England's 'rule of six' lockdown rules.","type":"STY"},{"assetId":"53369557","assetUri":"\/newsround\/53369557","firstCreated":"2020-07-13T05:14:55+00:00","headline":"Summer Term in Lockdown - A Newsround Special","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/40cadb39-e054-4819-bf18-2e8f67823d05","language":"en-gb","lastUpdated":"2020-07-13T05:14:55+00:00","media":{"images":{"index":{"113348316":{"height":575,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/EFC8\/production\/_113348316_p08kkw5g.jpg","originCode":"cpsprodpb","altText":"Summer Term in Lockdown - A Newsround Special","copyrightHolder":"Newsround","allowSyndication":false}}},"videos":{"index":{"53382190":{"caption":"Summer Term in Lockdown - A Newsround Special","entityType":"Clip","externalId":"p08kkvvt"}},"primary":{"53382190":{"caption":"Summer Term in Lockdown - A Newsround Special","entityType":"Clip","externalId":"p08kkvvt"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"We look back on the events of the last few months, as seven children tell us their unique stories about what life has been like during the coronavirus lockdown.","type":"MAP"},{"assetId":"54116877","assetUri":"\/newsround\/54116877","firstCreated":"2020-09-12T11:36:09+00:00","hasShortForm":true,"headline":"Studies to look at how coronavirus spreads in schools","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/0a1a0a14-401b-4d6f-bb62-4e1bfec981b2","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-12T11:36:09+00:00","media":{"images":{"index":{"114327010":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/0430\/production\/_114327010_pa-53792771-1.jpg","originCode":"cpsprodpb","altText":"May 18, 2020 - Children abide by a traffic light system for social distancing when washing their hands at Kempsey Primary School in Worcester. Nursery and primary pupils could return to classes from June 1 following the announcement of plans for a phased reopening of schools.","copyrightHolder":"PA Media","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The University of Bristol and Imperial College, London who will analyse a number of different factors to help schools understand much more about how the virus spreads.","type":"STY"},{"assetId":"54151975","assetUri":"\/newsround\/54151975","firstCreated":"2020-09-16T05:22:52+00:00","headline":"'I managed two days and then we were told to self-isolate'","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/cc57e681-7858-4b23-b8b2-cece71ffa835","language":"en-gb","lastUpdated":"2020-09-16T07:25:12+00:00","media":{"images":{"index":{"114393542":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5FDB\/production\/_114393542_2de27.jpg","originCode":"cpsprodpb","altText":"kids-talk-about-isolating","copyrightHolder":"NEWSROUND","allowSyndication":false}},"index-thumbnail":{"114393541":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/38CB\/production\/_114393541_2de27.jpg","originCode":"cpsprodpb","altText":"kids-talk-about-isolating","copyrightHolder":"NEWSROUND","allowSyndication":false}}},"videos":{"index":{"54174569":{"caption":"'I managed two days and then we were told to self-isolate'","entityType":"Clip","externalId":"p08rmh7m"}},"primary":{"54174569":{"caption":"'I managed two days and then we were told to self-isolate'","entityType":"Clip","externalId":"p08rmh7m"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Entertainment","id":"101225","uri":"\/newsround\/entertainment","urlIdentifier":"\/newsround\/entertainment"},"summary":"Autumn term has started but some pupils have already been sent back home to isolate because of the coronavirus.","type":"MAP"},{"assetId":"54147937","assetUri":"\/newsround\/54147937","firstCreated":"2020-09-15T06:03:07+00:00","hasShortForm":true,"headline":"Why are there problems with coronavirus testing in the UK?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/b50c6d69-9d34-465d-825b-c9dea2d0990e","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-16T06:03:35+00:00","media":{"images":{"index":{"114224784":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/BE66\/production\/_114224784_e6c6af38-1fa0-4fd2-a704-57d5421a26bd.jpg","originCode":"cpsprodpb","altText":"Medical staff are seen testing people at a coronavirus test centre in the car park of a theme park in Chessington","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Some people are struggling to get coronavirus tests or are being sent hundreds of miles away to get one.","type":"STY"},{"assetId":"54113993","assetUri":"\/newsround\/54113993","firstCreated":"2020-09-11T06:18:34+00:00","hasShortForm":true,"headline":"Wales: Under-11s don't count in 'rule of six'","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/89aa20f9-c04e-47ef-bbd2-9fff22f031ed","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-11T14:48:25+00:00","media":{"images":{"index":{"114316973":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/9449\/production\/_114316973_mediaitem113767786.jpg","originCode":"cpsprodpb","altText":"People meeting outside","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114322116":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/EEC2\/production\/_114322116_gettyimages-1176846967.jpg","originCode":"cpsprodpb","altText":"group of women hugging on a sofa","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Wales have put more restrictions in place on meeting doors. However if you're under 11, the rules don't apply.","type":"STY"},{"assetId":"52970105","assetUri":"\/newsround\/52970105","firstCreated":"2020-06-12T16:44:26+00:00","hasShortForm":true,"headline":"Coronavirus: What is the R number?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/0137c519-0902-244e-b451-825b6fdb5135","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-18T07:54:03+00:00","media":{"images":{"index":{"112959501":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2963\/production\/_112959501_gettyimages-956955840.jpg","originCode":"cpsprodpb","altText":"Letter-r.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112959506":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/ECB3\/production\/_112959506_gettyimages-956955840.jpg","originCode":"cpsprodpb","altText":"Letter-r.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The R number - or rate - is really important. Scientists can use it to help them understand the spread of the coronavirus and it also has an impact on lockdown rules. So what is it? Here's everything you need to know.","type":"STY"},{"assetId":"54069217","assetUri":"\/newsround\/54069217","firstCreated":"2020-09-08T08:51:56+00:00","headline":"Coronavirus cases: What do the numbers mean?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/2dd42b5a-b727-4b69-b28a-88ae33b55d5f","language":"en-gb","lastUpdated":"2020-09-08T08:51:56+00:00","media":{"images":{"index":{"114272447":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/122BB\/production\/_114272447_p08qtwmr.jpg","originCode":"cpsprodpb","altText":"BBC Health Correspondent","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"54069218":{"caption":"Corona Numbers","entityType":"Clip","externalId":"p08qtwdp"}},"primary":{"54069218":{"caption":"Corona Numbers","entityType":"Clip","externalId":"p08qtwdp"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"BBC Health correspondent Lauren Moss explains the reasons why there's a rise of coronavirus cases in the UK.","type":"MAP"},{"assetId":"53322822","assetUri":"\/newsround\/53322822","firstCreated":"2020-07-10T05:43:06+00:00","hasShortForm":true,"headline":"What are the rules on face coverings in the UK?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/ccdc2b4a-38e5-4ae4-aa0e-6c6c6a23ee4e","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-21T13:06:11+00:00","media":{"images":{"index":{"111652280":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2021\/production\/_111652280_gettyimages-1202999295.jpg","originCode":"cpsprodpb","altText":"coronavirus-masks.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113611159":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/17387\/production\/_113611159_gettyimages-1257457953.jpg","originCode":"cpsprodpb","altText":"boy-wearing-mask.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Rules on face masks are different depending on where you live in the UK, so here's a breakdown.","type":"STY"},{"assetId":"53478842","assetUri":"\/newsround\/53478842","firstCreated":"2020-07-23T05:08:37+00:00","headline":"Advice if you're worried about face coverings","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/5ed86c53-5135-44fb-ab31-e3a5ab0d5761","language":"en-gb","lastUpdated":"2020-07-23T05:08:37+00:00","media":{"images":{"index":{"113562519":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/16586\/production\/_113562519_p08lfsd0.jpg","originCode":"cpsprodpb","altText":"dr julie smith","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"113544860":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1ABC\/production\/_113544860_coronavirusmasks.jpg","originCode":"cpsprodpb","altText":"people wearing masks","copyrightHolder":"Getty Images","allowSyndication":true}}},"videos":{"index":{"53486792":{"caption":"Advice if you're worried about seeing people with face coverings","entityType":"Clip","externalId":"p08lfs3h"}},"primary":{"53486792":{"caption":"Advice if you're worried about seeing people with face coverings","entityType":"Clip","externalId":"p08lfs3h"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Here is some advice if you're finding it difficult to get used to seeing people in face masks.","type":"MAP"},{"assetId":"53823213","assetUri":"\/newsround\/53823213","firstCreated":"2020-08-25T05:40:15+00:00","headline":"Contact tracing: What's the latest on the NHS app?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/0b66858f-2d32-4a0a-b7ca-0ebb54ee25f6","language":"en-gb","lastUpdated":"2020-08-25T05:40:15+00:00","media":{"images":{"index":{"114005896":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/110DA\/production\/_114005896_p08nyjtp.jpg","originCode":"cpsprodpb","altText":"david mcclelland","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"53823214":{"caption":"What is a contact tracing app and how does it work?","entityType":"Clip","externalId":"p08nyfn7"}},"primary":{"53823214":{"caption":"What is a contact tracing app and how does it work?","entityType":"Clip","externalId":"p08nyfn7"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Technology reporter, David McClelland, explains all about the re-launched contact tracing app.","type":"MAP"},{"assetId":"52630243","assetUri":"\/newsround\/52630243","firstCreated":"2020-05-12T14:17:26+00:00","hasShortForm":true,"headline":"How to make your own face covering","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/fdadeb5f-893b-0545-b9f6-c5ad7a3b95d8","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-22T16:53:34+00:00","media":{"images":{"index":{"112238170":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1C0F\/production\/_112238170_gettyimages-1215224582.jpg","originCode":"cpsprodpb","altText":"facemask.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112238172":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/6A2F\/production\/_112238172_gettyimages-1215224582.jpg","originCode":"cpsprodpb","altText":"facemask.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"If you want to make yourself a face covering or mask there's a DIY idea or two here that might help you.","type":"STY"},{"assetId":"53519296","assetUri":"\/newsround\/53519296","firstCreated":"2020-08-03T06:03:42+00:00","headline":"Coronavirus: 'Wake-up call' for how we treat wild animals","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/abd097aa-ba3d-4b4d-820f-87bd30d4bb31","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-03T06:03:50+00:00","media":{"images":{"index":{"113750127":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/119A9\/production\/_113750127_gettyimages-1039917470.jpg","originCode":"cpsprodpb","caption":"Wild animals like this baboon are caught from the wild and then sold to people","altText":"Baboon in a cage","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113750129":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/167C9\/production\/_113750129_gettyimages-1039917470.jpg","originCode":"cpsprodpb","caption":"Wild animals like this baboon are caught from the wild and then sold to people","altText":"Baboon in a cage","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Animal campaigners say the coronavirus pandemic is a 'wake-up call' about how wild animals are treated across the world.","type":"STY"},{"assetId":"51312911","assetUri":"\/newsround\/51312911","firstCreated":"2020-01-31T14:45:46+00:00","headline":"Coronavirus: How do vaccines work?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/1181fad6-7430-364e-a2e9-3b11184ac1e6","language":"en-gb","lastUpdated":"2020-07-27T11:06:33+00:00","media":{"images":{"index":{"111976781":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/494F\/production\/_111976781_mediaitem111976780.jpg","originCode":"cpsprodpb","altText":"A small bottle labeled with a \"Vaccine\" sticker is held near a medical syringe","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"111977483":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/964D\/production\/_111977483_mediaitem111976780.jpg","originCode":"cpsprodpb","altText":"A small bottle labeled with a \"Vaccine\" sticker is held near a medical syringe","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Read this Newsround guide to find out more about vaccines and how long it could take to create one for coronavirus.","type":"STY"},{"assetId":"53139105","assetUri":"\/newsround\/53139105","firstCreated":"2020-06-23T05:06:03+00:00","headline":"Social distancing: Why has the rule changed from 2m to 1m?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/d7a9a762-1801-4404-9959-6c9902e78177","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-24T09:11:14+00:00","media":{"images":{"index":{"113057339":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/16CBF\/production\/_113057339_gettyimages-1222015415.jpg","originCode":"cpsprodpb","altText":"sign","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113021537":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/11F28\/production\/_113021537_gettyimages-1214931374.jpg","originCode":"cpsprodpb","altText":"People social distancing on a bench","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"2m to 1m: Why has the rule on social distancing changed?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The prime minister has announced a change to the two metre social distancing rule - but why has the change been made?","type":"STY"},{"assetId":"52896926","assetUri":"\/newsround\/52896926","firstCreated":"2020-06-03T08:29:19+00:00","headline":"Dr Radha answers YOUR coronavirus questions","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/87f52914-1a56-294a-a803-30ef27728bd0","language":"en-gb","lastUpdated":"2020-06-03T08:32:06+00:00","media":{"images":{"index":{"112634488":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1597B\/production\/_112634488_p08fv78d.jpg","originCode":"cpsprodpb","caption":"Dr Radha answers your questions on coronavirus","altText":"Dr-Radha-talking-via-web-cam","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"52896927":{"caption":"Dr Radha answers coronavirus questions","entityType":"Clip","externalId":"p08fv4v1"}},"primary":{"52896927":{"caption":"Dr Radha answers coronavirus questions","entityType":"Clip","externalId":"p08fv4v1"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Next, coronavirus is a playing a big part in all our lives and it is no doubt leaving you with a lot of questions, here is Dr Radha to answer some of them","type":"MAP"},{"assetId":"51877454","assetUri":"\/newsround\/51877454","firstCreated":"2020-03-15T14:52:43+00:00","hasShortForm":true,"headline":"Frequently asked questions about coronavirus","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/74a56e62-e6de-374c-a871-c6a9938b17ea","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-27T07:22:00+00:00","media":{"images":{"index":{"111717777":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12FCB\/production\/_111717777_3_nrcor_tom7.jpg","originCode":"cpsprodpb","altText":"coronavirus","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"We've put some of the most frequently asked questions about coronavirus into a handy guide.","type":"STY"},{"assetId":"51698180","assetUri":"\/newsround\/51698180","firstCreated":"2020-03-02T06:08:00+00:00","headline":"How to wash your hands","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/8f3230f4-45da-2e4c-b382-804f6209a082","language":"en-gb","lastUpdated":"2020-05-05T08:15:53+00:00","media":{"images":{"index":{"111094769":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/179ED\/production\/_111094769_p0859hzb.jpg","originCode":"cpsprodpb","altText":"how to wash your hands.","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"111094771":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/4555\/production\/_111094771_p0859hzb.jpg","originCode":"cpsprodpb","altText":"how to wash your hands.","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"51698181":{"caption":"How to wash your hands","entityType":"Clip","externalId":"p0859hdj"}},"primary":{"51698181":{"caption":"How to wash your hands","entityType":"Clip","externalId":"p0859hdj"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"It's really important to wash your hands to stop the spread of germs. Here's the best way to do it.","type":"MAP"}],"semanticGroupName":"More stories 3"},{"type":"responsive-cluster","title":"Slice 4 - Dark purple with pink index card","strapline":{"name":"Fighting racism"},"items":[{"assetId":"52965984","assetUri":"\/newsround\/52965984","firstCreated":"2020-06-17T05:26:30+00:00","headline":"What is racism - and what can be done about it?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/0b1bd68e-33ba-8d4e-bcf1-1249c9f03bfc","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-17T16:58:33+00:00","media":{"images":{"index":{"112945511":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2D22\/production\/_112945511_gettyimages-1243877751.jpg","originCode":"cpsprodpb","altText":"stop racsim","copyrightHolder":"Andrii Zorii","allowSyndication":false}},"index-thumbnail":{"112875323":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/7E65\/production\/_112875323_whatisracism.png","originCode":"cpsprodpb","altText":"What is racism?","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Everything you need to know about the term 'racism'.","type":"STY"},{"assetId":"53075349","assetUri":"\/newsround\/53075349","firstCreated":"2020-06-17T09:02:54+00:00","headline":"Watch our special programme about racism in the UK","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/bc5fc414-d0eb-2d4b-9793-63b7c6f7eb84","language":"en-gb","lastUpdated":"2020-06-17T09:28:20+00:00","media":{"images":{"index":{"112947162":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/663E\/production\/_112947162_p08h5wkm.jpg","originCode":"cpsprodpb","altText":"De'Graft in studio","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"112947164":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B45E\/production\/_112947164_p08h5wkm.jpg","originCode":"cpsprodpb","altText":"De'Graft in studio","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"53078784":{"caption":"Watch our special Newsround bulletin about racism in the UK","entityType":"Clip","externalId":"p08h664r"}},"primary":{"53078784":{"caption":"Watch our special Newsround bulletin about racism in the UK","entityType":"Clip","externalId":"p08h664r"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"De'Graft presents a Newsround special programme all about racism in the UK and what can be done to tackle it.","type":"MAP"},{"assetId":"52978346","assetUri":"\/newsround\/52978346","firstCreated":"2020-06-09T10:48:25+00:00","headline":"Watch our special programme on US protests and racism","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/76265463-0191-e549-85f0-157cd10e2eba","language":"en-gb","lastUpdated":"2020-06-09T11:07:30+00:00","media":{"images":{"index":{"112811664":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B613\/production\/_112811664_nrrace_collage_00254.jpg","originCode":"cpsprodpb","altText":"George Floyd","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112811666":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10433\/production\/_112811666_nrrace_collage_00254.jpg","originCode":"cpsprodpb","altText":"George Floyd","copyrightHolder":"Getty Images","allowSyndication":true}}},"videos":{"index":{"52977811":{"caption":"George Floyd: Newsround special programme on US protests and racism","entityType":"Clip","externalId":"p08gftfp"}},"primary":{"52977811":{"caption":"George Floyd: Newsround special programme on US protests and racism","entityType":"Clip","externalId":"p08gftfp"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"De'Graft presents a Newsround special programme all about fairness, protests and people coming together to reject racism.","type":"MAP"},{"assetId":"53068444","assetUri":"\/newsround\/53068444","firstCreated":"2020-06-16T18:06:32+00:00","headline":"Advice to help you if you're upset about racism","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/8a4241dc-4108-b94c-a01b-04f6ea878606","language":"en-gb","lastUpdated":"2020-06-17T07:21:19+00:00","media":{"images":{"index":{"112945652":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/6436\/production\/_112945652_gettyimages-1179572916.jpg","originCode":"cpsprodpb","altText":"hands of different colours","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112941881":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/497E\/production\/_112941881_p08h4q0y.jpg","originCode":"cpsprodpb","altText":"Laverne.","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"53068446":{"caption":"Advice to help you if you're upset about racism","entityType":"Clip","externalId":"p08h4pwd"}},"primary":{"53068446":{"caption":"Advice to help you if you're upset about racism","entityType":"Clip","externalId":"p08h4pwd"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Laverne Antrobus gives some advice on how to deal with your emotions if you've been affected by racism or the news surrounding it.","type":"MAP"},{"assetId":"53149076","assetUri":"\/newsround\/53149076","firstCreated":"2020-07-03T08:30:02+00:00","hasShortForm":true,"headline":"What does the phrase 'Black Lives Matter' mean?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/fe5cec52-48c4-4453-b15e-77d1293a199f","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-03T08:30:02+00:00","media":{"images":{"index":{"112764389":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1802A\/production\/_112764389_gettyimages-1247138225.jpg","originCode":"cpsprodpb","altText":"children-at-black-lives-matter-protest.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113108206":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/EB78\/production\/_113108206_gettyimages-1247138225.jpg","originCode":"cpsprodpb","altText":"children-at-black-lives-matter-protest.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"You've probably heard lots of people using the phrase 'Black Lives Matter' recently, but where did it come from, what does it mean and why is it important?","type":"STY"},{"assetId":"53531055","assetUri":"\/newsround\/53531055","firstCreated":"2020-08-21T06:56:43+00:00","hasShortForm":true,"headline":"Should money be paid to past victims of slavery?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/e3f709c4-460f-417d-8564-216b0c71dd37","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-21T06:56:43+00:00","media":{"images":{"index":{"113913611":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2D6F\/production\/_113913611_071b3e19-34a0-4c34-85b8-31f7f01a22dd.jpg","originCode":"cpsprodpb","altText":"Slaves-on-boats.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Slave owners were paid compensation by the British government after slavery was abolished, but there's now debate over whether people whose ancestors were slaves, should be given money to say sorry for what their relatives suffered.","type":"STY"},{"assetId":"53531056","assetUri":"\/newsround\/53531056","firstCreated":"2020-08-21T05:14:32+00:00","hasShortForm":true,"headline":"Six former slaves who helped to end slavery","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/bfe2d5ba-4f4c-4f07-97e6-fd4b465bb875","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-21T05:14:32+00:00","media":{"images":{"index":{"114008332":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5B54\/production\/_114008332_slaverycollage.jpg","originCode":"cpsprodpb","altText":"Collage of the key figures.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114044636":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/F89C\/production\/_114044636_mediaitem93681319.jpg","originCode":"cpsprodpb","altText":"Frederick Douglass","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The International Day for the Remembrance of the Slave Trade and its Abolition is commemorated on 23 August each year. Here are some of the key figures that helped bring an end to slavery in different parts of the world.","type":"STY"},{"assetId":"53071098","assetUri":"\/newsround\/53071098","firstCreated":"2020-06-17T05:18:30+00:00","headline":"Kids tell us about their experiences of racism in the UK","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/391eb34c-43e2-234c-85b2-1f85e5238b62","language":"en-gb","lastUpdated":"2020-06-17T16:55:32+00:00","media":{"images":{"index":{"112940981":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/49D8\/production\/_112940981_p08h4vls.jpg","originCode":"cpsprodpb","altText":"British kids","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112942462":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/6738\/production\/_112942462_p08h4vls.jpg","originCode":"cpsprodpb","altText":"British kids","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53071625":{"caption":"Racism in the UK: British kids tell us about their experiences","entityType":"Clip","externalId":"p08h4t9n"}},"primary":{"53071625":{"caption":"Racism in the UK: British kids tell us about their experiences","entityType":"Clip","externalId":"p08h4t9n"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"'We should talk about racism because what鈥檚 going on is horrible'","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"These British kids talk to Newsround about the racism they see in the UK, the inequalities they face and their hopes for the future in a more equal society, no matter what your background or the colour of your skin.","type":"MAP"},{"assetId":"53057897","assetUri":"\/newsround\/53057897","firstCreated":"2020-06-16T05:27:41+00:00","headline":"CBBC presenters on growing up black in the UK","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/0f9af0f1-141d-9247-8d1f-7bafe92987b9","language":"en-gb","lastUpdated":"2020-06-17T05:24:47+00:00","media":{"images":{"index":{"112917619":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/16617\/production\/_112917619_dmgroupcall3.png","originCode":"cpsprodpb","altText":"Screenshot of video call with CBBC presenters De'Graft, Shanequa, Mwaksy and Rhys","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112917613":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/7BB7\/production\/_112917613_p08h1qpb.jpg","originCode":"cpsprodpb","altText":"Screenshot of video call with De'Graft, Shanequa, Mwaksy and Rhys","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"53057898":{"caption":"De'Graft, Shanequa, Mwaksy and Rhys talk about growing up black in the UK","entityType":"Clip","externalId":"p08h1q73"}},"primary":{"53057898":{"caption":"De'Graft, Shanequa, Mwaksy and Rhys talk about growing up black in the UK","entityType":"Clip","externalId":"p08h1q73"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround's De'Graft and Shanequa catch up with Blue Peter's Mwaksy and CBBC HQ's Rhys to talk about race in the UK.","type":"MAP"},{"assetId":"53070882","assetUri":"\/newsround\/53070882","firstCreated":"2020-06-17T07:29:17+00:00","headline":"What inequalities do black people face in the UK?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/c32d0e70-4b34-b044-9069-7ac3f6cf666a","language":"en-gb","lastUpdated":"2020-06-17T07:29:17+00:00","media":{"images":{"index":{"112942467":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12A88\/production\/_112942467_p08h51n0.jpg","originCode":"cpsprodpb","altText":"Graphics","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112942469":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/178A8\/production\/_112942469_p08h51n0.jpg","originCode":"cpsprodpb","altText":"Graphics","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53071626":{"caption":"What inequalities do black people face in the UK?","entityType":"Clip","externalId":"p08h4yy4"}},"primary":{"53071626":{"caption":"What inequalities do black people face in the UK?","entityType":"Clip","externalId":"p08h4yy4"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"From jobs and health to law and order, the inequality experienced by black people in the UK is quite clear. Watch Ricky's report to see just some of the differences.","type":"MAP"},{"assetId":"53083132","assetUri":"\/newsround\/53083132","firstCreated":"2020-06-17T14:24:05+00:00","headline":"George the Poet: We need to 'learn as much as we can about each other'","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/d936f8be-be75-3049-af4a-f70fa5708f09","language":"en-gb","lastUpdated":"2020-06-17T14:24:05+00:00","media":{"images":{"index":{"112959331":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/3453\/production\/_112959331_hi030678295.jpg","originCode":"cpsprodpb","altText":"George-The-Poet","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53083133":{"caption":"George the Poet tells Newsround about his experience of growing up black in the UK","entityType":"Clip","externalId":"p08h6rsr"}},"primary":{"53083133":{"caption":"George the Poet tells Newsround about his experience of growing up black in the UK","entityType":"Clip","externalId":"p08h6rsr"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Londoner George the Poet tells us what it was like growing up in the capital as a young black man.","type":"MAP"},{"assetId":"53070881","assetUri":"\/newsround\/53070881","firstCreated":"2020-06-17T05:19:01+00:00","headline":"Black celebrities on life growing up in the UK","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/ee84f829-40a9-494a-8769-86ffa2e89cc1","language":"en-gb","lastUpdated":"2020-06-17T06:46:42+00:00","media":{"images":{"index":{"112952297":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13579\/production\/_112952297_photo17-06-2020065838.jpg","originCode":"cpsprodpb","altText":"Ryan Russell, AJ Odudu, Guvna B","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112940976":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10940\/production\/_112940976_p08h4h00.jpg","originCode":"cpsprodpb","altText":"Ryan Russell, AJ Odudu, Guvna B","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53070883":{"caption":"AJ Odudu, Guvna B and Ryan Russell: Growing up as a black child in the UK","entityType":"Clip","externalId":"p08h4fwt"}},"primary":{"53070883":{"caption":"AJ Odudu, Guvna B and Ryan Russell: Growing up as a black child in the UK","entityType":"Clip","externalId":"p08h4fwt"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Actor Ryan Russell, TV presenter AJ Odudu and musician Guvna B tell Newsround about their lives growing up as black children in the UK.","type":"MAP"},{"assetId":"52937905","assetUri":"\/newsround\/52937905","firstCreated":"2020-06-17T05:41:24+00:00","hasShortForm":true,"headline":"What is white privilege?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/c9456c0d-5eba-b246-984e-709c117fece4","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-17T06:07:00+00:00","media":{"images":{"index":{"112951434":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/A997\/production\/_112951434_gettyimages-1218181301.jpg","originCode":"cpsprodpb","altText":"Black person holding hand with white person","copyrightHolder":"Nicol貌 Campo","allowSyndication":false}},"index-thumbnail":{"112952290":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2409\/production\/_112952290_gettyimages-1218181301.jpg","originCode":"cpsprodpb","altText":"Black person holding hand with white person","copyrightHolder":"Nicol貌 Campo","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"White privilege: 'Speak out, use your voice to challenge racism'","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Everything you need to know about the term white privilege.","type":"STY"},{"assetId":"52813673","assetUri":"\/newsround\/52813673","firstCreated":"2020-05-27T15:10:45+00:00","headline":"George Floyd: Why are there huge protests in the US and around the world?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/232b5745-1b75-774c-9bf7-638d6e189f2f","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-11T14:51:36+00:00","media":{"images":{"index":{"112557396":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10EFF\/production\/_112557396_photo30-05-2020082853.jpg","originCode":"cpsprodpb","altText":"George-Floyd-Protests.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112616033":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/8125\/production\/_112616033_photo30-05-2020082853.jpg","originCode":"cpsprodpb","altText":"George-Floyd-Protests.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"George Floyd: Why are there huge protests about his death?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"People have been taking to the streets in America, and elsewhere in the world, after the death of George Floyd. Here's what's happening and why.","type":"STY"},{"assetId":"52933380","assetUri":"\/newsround\/52933380","firstCreated":"2020-06-05T09:21:07+00:00","headline":"US kids give their reactions to protests","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/7206560e-de69-f54e-a62f-2703d3e627b1","language":"en-gb","lastUpdated":"2020-06-05T09:21:07+00:00","media":{"images":{"index":{"112736889":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1822F\/production\/_112736889_p08g4571.jpg","originCode":"cpsprodpb","altText":"girl-speaking-to-camera","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"52934399":{"caption":"George Floyd: US kids give their reactions to protests","entityType":"Clip","externalId":"p08g4kc0"}},"primary":{"52934399":{"caption":"George Floyd: US kids give their reactions to protests","entityType":"Clip","externalId":"p08g4kc0"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"De Graft's been speaking to Kamryn and Ayanna to find out how they feel about what's happened and what changes they would like to see.","type":"MAP"},{"assetId":"52936388","assetUri":"\/newsround\/52936388","firstCreated":"2020-06-08T07:36:29+00:00","headline":"UK kids on how George Floyd's death has affected them","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/b7f16a2a-47d7-974d-bee5-8b398c3186dd","language":"en-gb","lastUpdated":"2020-06-08T07:36:29+00:00","media":{"images":{"index":{"112743145":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/D376\/production\/_112743145_p08g5slr.jpg","originCode":"cpsprodpb","altText":"composite","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"112743147":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12196\/production\/_112743147_p08g5slr.jpg","originCode":"cpsprodpb","altText":"composite","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"52936389":{"caption":"George Floyd: UK kids talk about why US protests are important","entityType":"Clip","externalId":"p08g5prr"}},"primary":{"52936389":{"caption":"George Floyd: UK kids talk about why US protests are important","entityType":"Clip","externalId":"p08g5prr"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"UK kids talk about why George Floyd's death and the US protests mean so much to them.","type":"MAP"},{"assetId":"52963918","assetUri":"\/newsround\/52963918","firstCreated":"2020-06-08T11:36:14+00:00","headline":"'Everyone needs an equal chance in this country'","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/7bd043f1-6e74-1446-b7b6-cf1c19d7bdd3","language":"en-gb","lastUpdated":"2020-06-08T11:36:14+00:00","media":{"images":{"index":{"112762454":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B172\/production\/_112762454_p08gcn3v.jpg","originCode":"cpsprodpb","altText":"raheem","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112764385":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/E3EA\/production\/_112764385_p08gcn3v.jpg","originCode":"cpsprodpb","altText":"raheem","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"52963920":{"caption":"Raheem Sterling on the anti-racism protests: 'Everyone needs an equal chance'","entityType":"Clip","externalId":"p08gclln"}},"primary":{"52963920":{"caption":"Raheem Sterling on the anti-racism protests: 'Everyone needs an equal chance'","entityType":"Clip","externalId":"p08gclln"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Manchester City and England star speaks out about racism and what he hopes will come from protests over the death of George Floyd in America.","type":"MAP"},{"assetId":"52976350","assetUri":"\/newsround\/52976350","firstCreated":"2020-06-09T09:16:35+00:00","headline":"'We need everybody to speak out to make a change'","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/57b3cf07-e212-2940-903e-74bb91ac5d5b","language":"en-gb","lastUpdated":"2020-06-09T09:16:35+00:00","media":{"images":{"index":{"112811376":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/106EF\/production\/_112811376_p08gfw2y.jpg","originCode":"cpsprodpb","altText":"Kids","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"112811378":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1550F\/production\/_112811378_p08gfw2y.jpg","originCode":"cpsprodpb","altText":"Kids","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"52978024":{"caption":"George Floyd protests: 'We need everybody to speak out to make a change'","entityType":"Clip","externalId":"p08gfv4j"}},"primary":{"52978024":{"caption":"George Floyd protests: 'We need everybody to speak out to make a change'","entityType":"Clip","externalId":"p08gfv4j"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Etienne, a young protester and Kamryn, whose mum is a police officer, spoke to De'Graft about the racism they've faced.","type":"MAP"},{"assetId":"37872603","assetUri":"\/newsround\/37872603","firstCreated":"2016-11-04T15:58:43+00:00","headline":"US kids talk about issue of police shootings","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/a93a22dd-9dd1-8f4c-a053-994a82f807e3","language":"en-gb","lastUpdated":"2016-11-04T15:58:43+00:00","media":{"images":{"index":{"92270802":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5147\/production\/_92270802_pricemiddleschool.jpg","originCode":"cpsprodpb","altText":"Ayshah with Atlanta school kids","copyrightHolder":"BBC"}},"index-thumbnail":{"92270804":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/9F67\/production\/_92270804_pricemiddleschool.jpg","originCode":"cpsprodpb","altText":"Ayshah with Atlanta school kids","copyrightHolder":"BBC"}}},"videos":{"index":{"92255272":{"allowOffSiteEmbedding":false,"available":true,"caption":"School kids on why many people in the black community dislike the police","duration":"PT28S","entityType":"Version","externalId":"p04f4pcl","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2A37\/production\/_92270801_mediaitem92270800.jpg","originCode":"cpsprodpb","altText":"Atlanta school kid","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"92255272":{"allowOffSiteEmbedding":false,"available":true,"caption":"School kids on why many people in the black community dislike the police","duration":"PT28S","entityType":"Version","externalId":"p04f4pcl","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2A37\/production\/_92270801_mediaitem92270800.jpg","originCode":"cpsprodpb","altText":"Atlanta school kid","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Ayshah travelled to Atlanta, USA, to speak to black school kids about why many people in their community have negative feelings towards the police.","type":"MAP"},{"assetTypeCode":"PRO","contentType":"Text","firstCreated":"2020-06-18T15:23:05+00:00","lastUpdated":"2020-06-18T15:23:05+00:00","links":{"highweb":"https:\/\/web.archive.org\/web\/20200927162043\/https:\/\/www.bbc.co.uk\/newsround#more-stories-4","desktop":"https:\/\/web.archive.org\/web\/20200927162043\/https:\/\/www.bbc.co.uk\/newsround#more-stories-4"},"media":{"images":{"index":{"112951470":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1CF7\/production\/_112951470_superpromo_large.jpg","originCode":"cpsprodpb","altText":"Stop Racism written on a hand","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112968944":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/AFBA\/production\/_112968944_superpromo_large.jpg","originCode":"cpsprodpb","altText":"Stop Racism written on a hand","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{},"summary":"Here is all our content about racism and why protests around the world have had a huge impact","title":"Fighting racism: Protests, prejudice and YOUR stories","type":"LINK"}],"semanticGroupName":"More stories 4"},{"type":"responsive-cluster","title":"Slice 5 - Bright purple with teal index card","strapline":{"name":"Quiz-fest!"},"items":[{"assetId":"53523635","assetUri":"\/newsround\/53523635","firstCreated":"2020-07-27T08:14:21+00:00","hasShortForm":true,"headline":"Take our mega summer holiday quizzes!","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/517dad7c-76d3-4599-83db-28c0e36f7677","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-27T08:14:21+00:00","media":{"images":{"index":{"113692689":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/18145\/production\/_113692689_quiz_1.png","originCode":"cpsprodpb","altText":"QUIZ!","copyrightHolder":"BBb","allowSyndication":false}},"index-thumbnail":{"113692696":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10FFD\/production\/_113692696_quiz_1.png","originCode":"cpsprodpb","altText":"QUIZ!","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Feeling a bit bored? Well don't worry we've got you covered, test your knowledge with our huge quizzes to try out during the summer holidays.","type":"STY"},{"assetId":"47387157","assetUri":"\/newsround\/47387157","firstCreated":"2019-02-27T12:23:52+00:00","hasShortForm":true,"headline":"How much do you know about Marvel and DC superheroes?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/0b3e1e13-20e7-cc42-b495-17ee1213aa95","language":"en-gb","lastUpdated":"2020-05-14T06:44:14+00:00","media":{"images":{"index":{"105824372":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/6ACE\/production\/_105824372_marvel.jpg","originCode":"cpsprodpb","altText":"Image of Marvel characters","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Test your Marvel and DC superhero skills!","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"How much do you know about Marvel and DC superheroes?","type":"STY"},{"assetId":"52343789","assetUri":"\/newsround\/52343789","firstCreated":"2020-04-20T09:05:19+00:00","hasShortForm":true,"headline":"Quiz: Which animal are you?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/7362328b-cf5e-d448-8e1c-54a6b9bde1e1","language":"en-gb","lastUpdated":"2020-04-21T15:47:49+00:00","media":{"images":{"index":{"111849757":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12812\/production\/_111849757_flamingo.jpg","originCode":"cpsprodpb","altText":"Flamingos","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"111849759":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/17632\/production\/_111849759_flamingo.jpg","originCode":"cpsprodpb","altText":"Flamingos","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Which animal are you?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Ever wondered which animal you're similar to? Well try our personality quiz and find out!","type":"STY"},{"assetId":"52545218","assetUri":"\/newsround\/52545218","firstCreated":"2020-05-05T10:32:52+00:00","hasShortForm":true,"headline":"QUIZ: Can you name the tree?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/523a6d38-fb13-264e-8cbb-7080f942ad1e","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-05T10:32:52+00:00","media":{"images":{"index":{"112151629":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/169C7\/production\/_112151629_gettyimages-1142576725.jpg","originCode":"cpsprodpb","altText":"cherry-tree","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112151628":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/142B7\/production\/_112151628_gettyimages-1142576725.jpg","originCode":"cpsprodpb","altText":"cherry-tree","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Can you name the tree?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"In honour of the British Woodland Trust's annual Tree of the Year competition, we've put together a handy quiz to help you identify some of the UK's most popular trees!","type":"STY"},{"assetId":"45576191","assetUri":"\/newsround\/45576191","firstCreated":"2018-09-19T13:53:20+00:00","hasShortForm":true,"headline":"Quiz: Celebrity Cake Off","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/f26c021d-ee5d-e447-a933-87556307637e","includeComments":true,"language":"en-gb","lastUpdated":"2018-09-26T08:12:23+00:00","media":{"images":{"index":{"103494645":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/D579\/production\/_103494645_katy-p.jpg","originCode":"cpsprodpb","altText":"Chelsea buns with a celebrity face in the centre.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"103494647":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12399\/production\/_103494647_katy-p.jpg","originCode":"cpsprodpb","altText":"Chelsea buns with a celebrity face in the centre.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Can you guess which celebrities are hidden in the cakes?","type":"STY"},{"assetId":"52527526","assetUri":"\/newsround\/52527526","firstCreated":"2020-05-04T06:54:09+00:00","hasShortForm":true,"headline":"Quiz: Which Star Wars character are you?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/47a455ea-6a47-3542-90ba-895114428bef","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-04T07:58:30+00:00","media":{"images":{"index":{"112101706":{"height":444,"width":790,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/ED26\/production\/_112101706_untitled.jpg","originCode":"cpsprodpb","altText":"Which Star Wars character are you?","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112101708":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13B46\/production\/_112101708_untitled.jpg","originCode":"cpsprodpb","altText":"Which Star Wars character are you?","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Which Star Wars character are you?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Have you ever wondered who you'd be if you were in the Star Wars universe? (Yes, you definitely have!) Well now's your chance to find out for sure...","type":"STY"},{"assetId":"52565132","assetUri":"\/newsround\/52565132","firstCreated":"2020-05-07T15:42:12+00:00","headline":"QUIZ: What's the newest currency in the world?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/b4e4ef58-2090-b44d-ad89-1294e3bf8414","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-07T15:42:12+00:00","media":{"images":{"index":{"112179032":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5A39\/production\/_112179032_moneygetty.jpg","originCode":"cpsprodpb","altText":"Lots of world bank notes","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112179034":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/A859\/production\/_112179034_moneygetty.jpg","originCode":"cpsprodpb","altText":"Lots of world bank notes","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Do you know your cash?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Try our tricky money quiz and find out which country is changing the name of its money.","type":"STY"},{"assetId":"52648988","assetUri":"\/newsround\/52648988","firstCreated":"2020-05-13T10:59:13+00:00","hasShortForm":true,"headline":"Quiz: How much do you know about planet Earth?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/aa8c82d6-9a1d-3245-a45e-0231f2d6f932","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-13T10:59:13+00:00","media":{"images":{"index":{"112255141":{"height":461,"width":820,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/374B\/production\/_112255141_auntitled.jpg","originCode":"cpsprodpb","altText":"earth in hands","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112255143":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/856B\/production\/_112255143_auntitled.jpg","originCode":"cpsprodpb","altText":"earth in hands","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Test your knowledge about the history of the planet","type":"STY"},{"assetId":"45435173","assetUri":"\/newsround\/45435173","firstCreated":"2018-09-06T11:09:47+00:00","hasShortForm":true,"headline":"Quiz: World Records - True or false?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/2364ac34-9951-594c-8cbe-7962ad30d302","includeComments":true,"language":"en-gb","lastUpdated":"2018-09-06T11:09:47+00:00","media":{"images":{"index":{"103317372":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/6AEB\/production\/_103317372_world-record-index.jpg","originCode":"cpsprodpb","altText":"Compilation of Guinness World Record holders.","copyrightHolder":"Guinness World Records 2019","allowSyndication":false}},"index-thumbnail":{"103317374":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/B90B\/production\/_103317374_world-record-index.jpg","originCode":"cpsprodpb","altText":"Guinness World Records 2019 cover.","copyrightHolder":"Guinness World Records 2019","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"World Records - True or false?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Can you work out which of these world records are true and which are false?","type":"STY"},{"assetId":"52649183","assetUri":"\/newsround\/52649183","firstCreated":"2020-05-13T11:05:47+00:00","hasShortForm":true,"headline":"Quiz: Guess the celebrity siblings","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/0c5059c8-d0a0-0b44-bb65-3e152763468d","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-13T11:06:04+00:00","media":{"images":{"index":{"112255148":{"height":371,"width":659,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/148BB\/production\/_112255148_ra.jpg","originCode":"cpsprodpb","altText":"celebrity siblings","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112255362":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/66F3\/production\/_112255362_ra.jpg","originCode":"cpsprodpb","altText":"celebrity siblings","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Can you work out which celebrities these people are related to? Play the quiz to find out.","type":"STY"},{"assetId":"49766312","assetUri":"\/newsround\/49766312","firstCreated":"2019-09-20T16:38:36+00:00","headline":"Quiz: How much do you know about Friends?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/b7265121-0206-0f4c-a90c-4ecc0531205c","includeComments":true,"language":"en-gb","lastUpdated":"2019-09-21T07:28:07+00:00","media":{"images":{"index":{"108855320":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/0933\/production\/_108855320_get1.jpg","originCode":"cpsprodpb","caption":"Friends turns 25 on 22 September","altText":"Friends","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"How much do you know about Friends?","passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Friends is 25 years old this weekend! But how much do you know about the TV programme?","type":"STY"},{"assetId":"45861154","assetUri":"\/newsround\/45861154","firstCreated":"2018-10-15T09:55:15+00:00","hasShortForm":true,"headline":"Can you guess the royal baby?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/4b09f2c5-c822-ec41-b6a2-0da81b4e6f6f","language":"en-gb","lastUpdated":"2019-09-26T08:48:08+00:00","media":{"images":{"index":{"103868084":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/BBD6\/production\/_103868084_newsround-royal-baby-title.jpg","originCode":"cpsprodpb","altText":"Pictures of royal babies","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"103868086":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/109F6\/production\/_103868086_newsround-royal-baby-title.jpg","originCode":"cpsprodpb","altText":"Pictures of royal babies","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Duke and Duchess of Sussex have announced that they are expecting a baby","type":"STY"},{"assetId":"46103360","assetUri":"\/newsround\/46103360","firstCreated":"2018-11-05T17:46:25+00:00","hasShortForm":true,"headline":"How well do you know your US presidents?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/9e05486b-8773-7349-93a1-bda004ca7cb4","includeComments":true,"language":"en-gb","lastUpdated":"2018-11-06T08:24:41+00:00","media":{"images":{"index":{"104187383":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/95EA\/production\/_104187383_trumpandbarack.jpg","originCode":"cpsprodpb","caption":"How well do you know your US presidents?","altText":"President Trump and President Obama","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"104187385":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/E40A\/production\/_104187385_trumpandbarack.jpg","originCode":"cpsprodpb","caption":"How well do you know your US presidents?","altText":"President Trump and President Obama","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/Interactive","categoryName":"Interactive"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"As the US mid-term elections take place, test just how well you know your US presidents.","type":"STY"},{"assetId":"45024727","assetUri":"\/newsround\/45024727","firstCreated":"2018-07-31T16:02:57+00:00","hasShortForm":true,"headline":"Quiz: Happy birthday Harry Potter! But which family do you belong to?","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/888a4a77-eec6-144a-9bc2-b9a21d13c466","language":"en-gb","lastUpdated":"2018-07-31T16:02:57+00:00","media":{"images":{"index":{"102775809":{"height":334,"width":594,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/162E9\/production\/_102775809_harry.jpg","originCode":"cpsprodpb","altText":"Harry Potter and his owl","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"102775811":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2E51\/production\/_102775811_harry.jpg","originCode":"cpsprodpb","altText":"Harry Potter and his owl","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Which Harry Potter family do you belong to?","overtypedSummary":"Take our quiz to find out which Harry Potter and the Cursed Child family would you fit into.","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"To celebrate Harry Potter's birthday, take our quiz to find out which Harry Potter and the Cursed Child family would you fit into.","type":"STY"}],"semanticGroupName":"More stories 5"}],"iStatsCounterName":"newsround.home.page","language":"en-gb","lastUpdated":"2020-09-27T13:38:15+00:00","options":{"allowAdvertising":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The home of news and fun facts for kids. Find out what is going on, with stories, pictures and videos. Try a quiz or one of our free games","title":"CBBC Newsround","type":"IDX","lastPublished":"2020-09-27T13:49:32+00:00","id":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/www.bbc.co.uk\/asset\/69a8f5ef-1d3a-b1f9-e050-17ac8045757b\/desktop\/domestic"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%203/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Coronavirus","items":[{"id":"54086737","promoType":"story","timestamp":"2020-09-23T13:08:45+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/64A1\/production\/_111716752_gettyimages-1209496513.jpg","imgAlt":"A sign thanking NHS & Key workers","headline":"Coronavirus and lockdown: What is the latest?","summary":"Scientists and governments are working hard to stop the spread of the coronavirus and find a vaccine. Here's the latest on what's being done about it.","href":"\/newsround\/54086737","includeComments":false},{"id":"54116886","promoType":"story","timestamp":"2020-09-24T06:37:15+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12DA2\/production\/_114581277_img_6127.jpg","imgAlt":"NHS Covid-10 app","headline":"New contact tracing app now available in England and Wales","summary":"People over 16 in England and Wales are being urged to download the government's official contact-tracing app following its official release.","href":"\/newsround\/54116886","includeComments":true},{"id":"54088842","promoType":"story","timestamp":"2020-09-23T13:31:41+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/546A\/production\/_114301612_gettyimages-1180401620.jpg","imgAlt":"Children at a park","headline":"Coronavirus: What can't you do under new 'rule of six'?","summary":"Here's what you can and can't do under England's 'rule of six' lockdown rules.","href":"\/newsround\/54088842","includeComments":true},{"id":"53369557","promoType":"media","timestamp":"2020-07-13T05:14:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/EFC8\/production\/_113348316_p08kkw5g.jpg","imgAlt":"Summer Term in Lockdown - A Newsround Special","headline":"Summer Term in Lockdown - A Newsround Special","summary":"We look back on the events of the last few months, as seven children tell us their unique stories about what life has been like during the coronavirus lockdown.","href":"\/newsround\/53369557","includeComments":false,"videoOptions":{"title":"Newsround: Summer Term in Lockdown","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08kkvvt","vpid":"p08kkvvy","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kmwqd.jpg","mediaType":"video","mediaForm":"clip","duration":"7:59"}},{"id":"54116877","promoType":"story","timestamp":"2020-09-12T11:36:09+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/0430\/production\/_114327010_pa-53792771-1.jpg","imgAlt":"May 18, 2020 - Children abide by a traffic light system for social distancing when washing their hands at Kempsey Primary School in Worcester. Nursery and primary pupils could return to classes from June 1 following the announcement of plans for a phased reopening of schools.","headline":"Studies to look at how coronavirus spreads in schools","summary":"The University of Bristol and Imperial College, London who will analyse a number of different factors to help schools understand much more about how the virus spreads.","href":"\/newsround\/54116877","includeComments":true},{"id":"54151975","promoType":"media","timestamp":"2020-09-16T07:25:12+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5FDB\/production\/_114393542_2de27.jpg","imgAlt":"kids-talk-about-isolating","headline":"'I managed two days and then we were told to self-isolate'","summary":"Autumn term has started but some pupils have already been sent back home to isolate because of the coronavirus.","href":"\/newsround\/54151975","includeComments":false,"videoOptions":{"title":"'I managed two days and then we were told to self-isolate'","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08rmh7m","vpid":"p08rmh7p","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08rmhfv.jpg","mediaType":"video","mediaForm":"clip","duration":"1:52"}},{"id":"54147937","promoType":"story","timestamp":"2020-09-16T06:03:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/BE66\/production\/_114224784_e6c6af38-1fa0-4fd2-a704-57d5421a26bd.jpg","imgAlt":"Medical staff are seen testing people at a coronavirus test centre in the car park of a theme park in Chessington","headline":"Why are there problems with coronavirus testing in the UK?","summary":"Some people are struggling to get coronavirus tests or are being sent hundreds of miles away to get one.","href":"\/newsround\/54147937","includeComments":true},{"id":"54113993","promoType":"story","timestamp":"2020-09-11T14:48:25+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/9449\/production\/_114316973_mediaitem113767786.jpg","imgAlt":"People meeting outside","headline":"Wales: Under-11s don't count in 'rule of six'","summary":"Wales have put more restrictions in place on meeting doors. However if you're under 11, the rules don't apply.","href":"\/newsround\/54113993","includeComments":true},{"id":"52970105","promoType":"story","timestamp":"2020-06-18T07:54:03+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2963\/production\/_112959501_gettyimages-956955840.jpg","imgAlt":"Letter-r.","headline":"Coronavirus: What is the R number?","summary":"The R number - or rate - is really important. Scientists can use it to help them understand the spread of the coronavirus and it also has an impact on lockdown rules. So what is it? Here's everything you need to know.","href":"\/newsround\/52970105","includeComments":true},{"id":"54069217","promoType":"media","timestamp":"2020-09-08T08:51:56+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/122BB\/production\/_114272447_p08qtwmr.jpg","imgAlt":"BBC Health Correspondent","headline":"Coronavirus cases: What do the numbers mean?","summary":"BBC Health correspondent Lauren Moss explains the reasons why there's a rise of coronavirus cases in the UK.","href":"\/newsround\/54069217","includeComments":false,"videoOptions":{"title":"Corona Numbers","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08qtwdp","vpid":"p08qtwdr","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08qtwmr.jpg","mediaType":"video","mediaForm":"clip","duration":"1:30"}},{"id":"53322822","promoType":"story","timestamp":"2020-09-21T13:06:11+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/2021\/production\/_111652280_gettyimages-1202999295.jpg","imgAlt":"coronavirus-masks.","headline":"What are the rules on face coverings in the UK?","summary":"Rules on face masks are different depending on where you live in the UK, so here's a breakdown.","href":"\/newsround\/53322822","includeComments":true},{"id":"53478842","promoType":"media","timestamp":"2020-07-23T05:08:37+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/16586\/production\/_113562519_p08lfsd0.jpg","imgAlt":"dr julie smith","headline":"Advice if you're worried about face coverings","summary":"Here is some advice if you're finding it difficult to get used to seeing people in face masks.","href":"\/newsround\/53478842","includeComments":false,"videoOptions":{"title":"Advice if you're worried about face coverings","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08lfs3h","vpid":"p08lfs3m","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lfsd0.jpg","mediaType":"video","mediaForm":"clip","duration":"1:11"}},{"id":"53823213","promoType":"media","timestamp":"2020-08-25T05:40:15+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/110DA\/production\/_114005896_p08nyjtp.jpg","imgAlt":"david mcclelland","headline":"Contact tracing: What's the latest on the NHS app?","summary":"Technology reporter, David McClelland, explains all about the re-launched contact tracing app.","href":"\/newsround\/53823213","includeComments":false,"videoOptions":{"title":"What is a contact tracing app and how does it work?","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08nyfn7","vpid":"p08nyfn9","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nyjtp.jpg","mediaType":"video","mediaForm":"clip","duration":"1:50"}},{"id":"52630243","promoType":"story","timestamp":"2020-05-22T16:53:34+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1C0F\/production\/_112238170_gettyimages-1215224582.jpg","imgAlt":"facemask.","headline":"How to make your own face covering","summary":"If you want to make yourself a face covering or mask there's a DIY idea or two here that might help you.","href":"\/newsround\/52630243","includeComments":true},{"id":"53519296","promoType":"story","timestamp":"2020-08-03T06:03:50+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/119A9\/production\/_113750127_gettyimages-1039917470.jpg","imgAlt":"Baboon in a cage","headline":"Coronavirus: 'Wake-up call' for how we treat wild animals","summary":"Animal campaigners say the coronavirus pandemic is a 'wake-up call' about how wild animals are treated across the world.","href":"\/newsround\/53519296","includeComments":true},{"id":"51312911","promoType":"story","timestamp":"2020-07-27T11:06:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/494F\/production\/_111976781_mediaitem111976780.jpg","imgAlt":"A small bottle labeled with a \"Vaccine\" sticker is held near a medical syringe","headline":"Coronavirus: How do vaccines work?","summary":"Read this Newsround guide to find out more about vaccines and how long it could take to create one for coronavirus.","href":"\/newsround\/51312911","includeComments":false},{"id":"53139105","promoType":"story","timestamp":"2020-06-24T09:11:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/16CBF\/production\/_113057339_gettyimages-1222015415.jpg","imgAlt":"sign","headline":"2m to 1m: Why has the rule on social distancing changed?","summary":"The prime minister has announced a change to the two metre social distancing rule - but why has the change been made?","href":"\/newsround\/53139105","includeComments":true},{"id":"52896926","promoType":"media","timestamp":"2020-06-03T08:32:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1597B\/production\/_112634488_p08fv78d.jpg","imgAlt":"Dr-Radha-talking-via-web-cam","headline":"Dr Radha answers YOUR coronavirus questions","summary":"Next, coronavirus is a playing a big part in all our lives and it is no doubt leaving you with a lot of questions, here is Dr Radha to answer some of them","href":"\/newsround\/52896926","includeComments":false,"videoOptions":{"title":"Dr Radha answers coronavirus questions","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08fv4v1","vpid":"p08fv4v7","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fv78d.jpg","mediaType":"video","mediaForm":"clip","duration":"1:46"}},{"id":"51877454","promoType":"story","timestamp":"2020-08-27T07:22:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/12FCB\/production\/_111717777_3_nrcor_tom7.jpg","imgAlt":"coronavirus","headline":"Frequently asked questions about coronavirus","summary":"We've put some of the most frequently asked questions about coronavirus into a handy guide.","href":"\/newsround\/51877454","includeComments":true},{"id":"51698180","promoType":"media","timestamp":"2020-05-05T08:15:53+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/179ED\/production\/_111094769_p0859hzb.jpg","imgAlt":"how to wash your hands.","headline":"How to wash your hands","summary":"It's really important to wash your hands to stop the spread of germs. Here's the best way to do it.","href":"\/newsround\/51698180","includeComments":false,"videoOptions":{"title":"How to wash your hands","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0859hdj","vpid":"p0859hdl","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0859hzb.jpg","mediaType":"video","mediaForm":"clip","duration":"0:43"}}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54307547/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54307547":76}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54283438/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54283438":132}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54278823/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54278823":42}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54281100/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54281100":23}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54179488/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54179488":19}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52410744/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52410744":28}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__48605993/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__48605993":3}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54085923/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54085923":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52630243/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52630243":135}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52965984/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52965984":205}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__46103360/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__46103360":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%201/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"More Stories","items":[{"id":"54283438","promoType":"story","timestamp":"2020-09-24T16:16:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13A73\/production\/_114599408_vote2.jpg","imgAlt":"two young boys in glasses, holding up dollars, with bags on money on the table and lots of dollar notes in front of them.","headline":"Roblox or sweets? What do you spend your pocket money on?","summary":"A study has revealed the top things children have been spending their money on during lockdown. Take a look at our list and vote for what you've been spending yours on!","href":"\/newsround\/54283438","includeComments":true},{"id":"54293380","promoType":"media","timestamp":"2020-09-26T08:27:40+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/116DF\/production\/_114619317_p08sm2l6.jpg","imgAlt":"Keyframe #5","headline":"Meet BGT semi-finalist Sirine","summary":"The pianist and singer, who is visually impaired, has already performed in the semi-final round, and although the judges didn't put the 14-year old through to the show's final, she could still make it thanks to the public vote. She's been telling us about her BGT journey so far.","href":"\/newsround\/54293380","includeComments":false,"videoOptions":{"title":"Meet BGT semi-finalist Sirine","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08sm246","vpid":"p08sm248","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08sm2l6.jpg","mediaType":"video","mediaForm":"clip","duration":"1:44"}},{"id":"54307011","promoType":"media","timestamp":"2020-09-26T08:56:59+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1893\/production\/_114619260_p08sm3sr.jpg","imgAlt":"a-pair-of-ice-skates","headline":"Meet the ice skaters training without the ice!","summary":"How do you ice skate without ice? A skating team from Wales has being doing its best to keep up training even though ice rinks are closed.","href":"\/newsround\/54307011","includeComments":false,"videoOptions":{"title":"Ice skaters","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08sm27q","vpid":"p08sm27t","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08sm3sr.jpg","mediaType":"video","mediaForm":"clip","duration":"1:51"}},{"id":"54297403","promoType":"story","timestamp":"2020-09-25T13:57:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/181A0\/production\/_114602789_mediaitem114602786.jpg","imgAlt":"Cardiff, Swansea and Llanelli","headline":"Cardiff and Swansea lead new lockdown measures in parts of Wales","summary":"Lockdown restrictions are set to come into force in Cardiff and Swansea county areas and also the town of Llanelli.","href":"\/newsround\/54297403","includeComments":true},{"id":"54300257","promoType":"story","timestamp":"2020-09-26T08:44:39+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/7E72\/production\/_114607323_acnh_autumn_textless_01.jpg","imgAlt":"halloween-animal-crossing.","headline":"Animal Crossing gets special Halloween update","summary":"A spooky Halloween update awaits expectant Animal Crossing fans. Find out what they are here.","href":"\/newsround\/54300257","includeComments":true},{"id":"51318780","promoType":"story","timestamp":"2020-09-25T14:14:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/10A02\/production\/_114589086_rabbitandduckthumbnail.jpg","imgAlt":"rabbit-duck.","headline":"Quiz: Have you been following this week's news?","summary":"Have you been keeping up with the news this week? Test yourself with the Quiz of the Week!","href":"\/newsround\/51318780","includeComments":false},{"id":"54281272","promoType":"story","timestamp":"2020-09-25T14:46:54+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/162EC\/production\/_114606809_nrgrad_8.jpg","imgAlt":"charli-and-dixie-damelio.","headline":"Charli and Dixie D'Amelio speak out about online bullying","summary":"The TikTok stars who rose to fame on the popular social media platform have had to deal with online bullying and trolls.","href":"\/newsround\/54281272","includeComments":true},{"id":"54278690","promoType":"story","timestamp":"2020-09-25T13:58:27+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/64C8\/production\/_114600852_hi063507619.jpg","imgAlt":"Greta Thunberg","headline":"Fridays for Future school strikes are back","summary":"The school strikes are back, but with a difference because of coronavirus and social distancing measures, which meant some strikes and protests taking place online.","href":"\/newsround\/54278690","includeComments":true},{"id":"54299368","promoType":"gallery","timestamp":"2020-09-25T16:37:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/C6C0\/production\/_114608805_hi063513398.jpg","imgAlt":"Ugandan climate change activist Vanessa Nakate, uses a megaphone with other activists holding placards advocating for climate change during a demonstration for the Global Climate Change in Luzira suburb of Kampala, Uganda September","headline":"Images of climate protests from around the world","summary":"After a long pause due to the coronavirus pandemic, Greta Thunberg's climate protests have been back on the streets","href":"\/newsround\/54299368","includeComments":false},{"id":"54292362","promoType":"story","timestamp":"2020-09-25T11:29:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/E4D3\/production\/_114597585_newfile-4.jpg","imgAlt":"Magawa-rat-with-handler.","headline":"Hero rat gets special medal for 'life-saving bravery'","summary":"Life-saving rat is the first to receive a special medal following in the paws, claws and hooves of other hero animals.","href":"\/newsround\/54292362","includeComments":true},{"id":"43245617","promoType":"media","timestamp":"2020-09-25T05:48:50+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/D439\/production\/_114592345_p08sfrtv.jpg","imgAlt":"A jelly fish and a portion of chips","headline":"Strange News: See-through loos & an alpaca invasion!","summary":"Martin has your strange news this week with a jellyfish dinner, see-through loos and an alpaca invasion!","href":"\/newsround\/43245617","includeComments":false,"videoOptions":{"title":"Strange News","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08sfr21","vpid":"p08sfr27","holdingImageUrl":"\/\/web.archive.org\/web\/20200927162043\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08sfrtv.jpg","mediaType":"video","mediaForm":"clip","duration":"0:51"}},{"id":"54278823","promoType":"story","timestamp":"2020-09-25T05:58:39+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/54A4\/production\/_114586612_tv063279420.jpg","imgAlt":"breonana-taylor-memorial.","headline":"Why are people talking about Breonna Taylor?","summary":"The 26-year-old hospital worker died at her home in Louisville, Kentucky, in the US on 13 March after being shot by the police.","href":"\/newsround\/54278823","includeComments":true},{"id":"54291910","promoType":"story","timestamp":"2020-09-25T11:09:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/D1B9\/production\/_114598635_gettyimages-878360852.jpg","imgAlt":"sniffer dog","headline":"Sniffer dogs used to detect coronavirus at airport","summary":"Dogs have a great sense of smell and some are trained to detect illnesses. A new trial in Finland has trained dogs to sniff out coronavirus. It will take place at Helsinki airport where the dogs will detect if the passengers have the virus.","href":"\/newsround\/54291910","includeComments":false},{"id":"41337138","promoType":"story","timestamp":"2020-09-25T06:00:19+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1DC9\/production\/_98052670_gettyimages-173863869.jpg","imgAlt":"A shofar, tallis, and prayer book","headline":"What is Yom Kippur?","summary":"Yom Kippur is an important day in the Jewish calendar, when people reflect on the past year and ask for God's forgiveness.","href":"\/newsround\/41337138","includeComments":false},{"id":"51836693","promoType":"story","timestamp":"2020-09-25T08:13:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/70AA\/production\/_111224882_titlepage.png","imgAlt":"Big Stories and big words","headline":"Newsround: Today鈥檚 top headlines and new words of the day","summary":"Here's all you need to know in a few lines and what all the words mean.","href":"\/newsround\/51836693","includeComments":false},{"id":"54291798","promoType":"story","timestamp":"2020-09-25T09:48:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/13C67\/production\/_114599908_mcqueen.jpg","imgAlt":"Steve McQueen holding a BAFTA Award","headline":"British film awards to make changes to improve diversity","summary":"Earlier this year Bafta received criticism for the lack of diversity in the nominations. They have now announced 120 changes they'll make to correct the issue.","href":"\/newsround\/54291798","includeComments":false},{"id":"54269725","promoType":"story","timestamp":"2020-09-25T05:45:42+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/3FF9\/production\/_114577361_hi043956329.jpg","imgAlt":"Plastic on a beach.","headline":"Kids cleaning beaches to help the environment","summary":"This week people across the UK have been taking part in the Great British Beach Clean, an event organised to try and reduce the amount of rubbish ending up in the sea.","href":"\/newsround\/54269725","includeComments":true},{"id":"54277492","promoType":"story","timestamp":"2020-09-25T05:47:18+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/7F7E\/production\/_114583623_5b1a8164-1a03-405e-80ba-ef6262f75663.jpg","imgAlt":"Fireworks display","headline":"Cathedral plans 're-imagined' firework display","summary":"St Albans Cathedral said the show is designed to be seen from \"almost all residential areas\" in the city","href":"\/newsround\/54277492","includeComments":true},{"id":"54281247","promoType":"story","timestamp":"2020-09-24T15:16:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5CBD\/production\/_113914732_littlemix.jpg","imgAlt":"little-mix.","headline":"Little Mix The Search: \"We're sitting there knowing how they feel\"","summary":"Little Mix say their own experience of success on a TV talent show means they will give more support to the acts competing.","href":"\/newsround\/54281247","includeComments":true},{"id":"54281100","promoType":"story","timestamp":"2020-09-24T12:41:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/107F0\/production\/_114586576_gettyimages-1201907125.jpg","imgAlt":"David Attenborough","headline":"Sir David Attenborough has joined Instagram!","summary":"The broadcaster and natural historian wants to connect and communicate with more people.","href":"\/newsround\/54281100","includeComments":true},{"id":"54276892","promoType":"story","timestamp":"2020-09-24T14:47:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/4FD6\/production\/_114583402_gettyimages-1228526407.jpg","imgAlt":"London Marathon runners","headline":"London Marathon invites children to take part","summary":"Kids are being encouraged to take part in a virtual Mini London Marathon event to mark the huge charity race that happens every year.","href":"\/newsround\/54276892","includeComments":true},{"id":"54261627","promoType":"story","timestamp":"2020-09-23T13:40:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/5D63\/production\/_114570932_gettyimages-592610128.jpg","imgAlt":"Mo Farah","headline":"Olympic & Paralympic stars call for climate change action","summary":"Over 300 British Olympians and Paralympians have signed a letter to the government asking it to take urgent action on climate change.","href":"\/newsround\/54261627","includeComments":true},{"id":"54269085","promoType":"story","timestamp":"2020-09-24T11:21:12+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/44F9\/production\/_114575671_44515f6a-608d-46ce-a641-de1498a0243d.jpg","imgAlt":"youtube.","headline":"YouTube adds fact-check boxes to stop fake news","summary":"Video hosting site YouTube is trialling a new fact-check panel to help stop the spread of fake information.","href":"\/newsround\/54269085","includeComments":true},{"id":"54272045","promoType":"story","timestamp":"2020-09-24T12:14:31+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200927162043\/http:\/\/c.files.bbci.co.uk\/1561B\/production\/_114597578_photo24-09-2020204447.jpg","imgAlt":"Ryan Reynolds-Wrexham.","headline":"Ryan Reynolds wants to buy a Welsh football club","summary":"The Detective Pikachu star has teamed up with another Hollywood actor as they hope to buy Wrexham.","href":"\/newsround\/54272045","includeComments":true}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54315001/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54315001":47}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54309598/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54309598":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54281247/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54281247":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54276892/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54276892":15}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__45880633/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__45880633":9}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__50705133/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__50705133":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54116886/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54116886":44}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54113993/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54113993":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53322822/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53322822":343}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53523635/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53523635":86}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52649183/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52649183":54}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54300257/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54300257":40}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54292362/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54292362":27}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54269725/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54269725":9}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54177545/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54177545":30}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51877454/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51877454":66}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52527526/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52527526":233}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54278690/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54278690":65}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54277492/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54277492":0}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54261627/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54261627":8}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53556377/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53556377":27}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54088906/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54088906":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__50956990/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__50956990":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52970105/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52970105":34}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52937905/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52937905":33}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52813673/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52813673":740}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__45576191/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__45576191":13}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54272045/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54272045":4}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54116877/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54116877":24}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54147937/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54147937":30}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/Superpromo/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":null,"items":[]}}); });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-newsround-home-controller","assetUri":"newsround\/home","commentsApiKey":"c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990","isUk":"true","path":"\/newsround","version":"7.0.0","_mrrVersion":"2.0.18"},'u4991806989732794'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'live-push': '//web.archive.org/web/20200927162043/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/20200927162043js_/https://m.files.bbci.co.uk/modules/morph-vendor/1.0.2/bundle.vendor.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-promise/1.0.6/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-istats/1.3.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-react-mvt/3.1.2/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.2/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/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/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-section-container/6.0.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-cbbc-nav/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-home-controller/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/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/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/3.0.0/gel-icon-image/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/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/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-debouncer/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-responsive-image/1.3.1/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/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/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/5.0.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-bump/1.1.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/5.0.1/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-localised-timestamp/3.1.2/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-gs-timestamp/2.2.1/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-timestamp/4.1.2/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/6.1.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/5.0.1/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/7.0.2/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20200927162043js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/latin/bundle.js"></script><script>if (!Morph.manualInit) { Morph.init(); } /* u4991806989732794 */</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/20200927162043/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 16:20:43 Sep 27, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 04:16:48 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.554 exclusion.robots: 0.025 exclusion.robots.policy: 0.015 esindex: 0.009 cdx.remote: 40.615 LoadShardBlock: 256.158 (6) PetaboxLoader3.datanode: 165.263 (7) PetaboxLoader3.resolve: 157.768 (2) load_resource: 151.573 -->

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