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="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_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="/_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","20200721131721","https://web.archive.org/","web","/_static/", "1595337441"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_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-1014.96d87e2a --> <!-- Analytics Web Module: 0.0.2-468.5f3cdf8 --> <!-- NavID Web Module: 0.2.0-16.24527cd --> <!-- User Activity Helper Web Module: 1.0.0-69.4f7707f --> <!-- Cookie Banner Web Module: 0.0.2-468.5f3cdf8 --> <!-- Searchbox Web Module: 3.0.0-143.7296d81 --> <!-- Promo Web Module: 3.0.0-135.cd0d295 --> <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/20200721131721cs_/https://nav.files.bbci.co.uk/orbit/aca157ce812540152d62d3742f6c491c/css/orb-ltr.min.css"><!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="https://nav.files.bbci.co.uk/orbit/aca157ce812540152d62d3742f6c491c/css/orb-ie-ltr.min.css"> <![endif]--><script type="text/javascript">/*<![CDATA[*/ window.orb = { lang: 'en', bbcBaseUrl: 'https://web.archive.org/web/20200721131721/https://www.bbc.co.uk', bbcUrlPrefix: 'https://web.archive.org/web/20200721131721/https://www.', staticHost: 'https://web.archive.org/web/20200721131721/https://nav.files.bbci.co.uk/orbit/aca157ce812540152d62d3742f6c491c', figUrl: 'https://web.archive.org/web/20200721131721/https://fig.bbc.co.uk/frameworks/fig/2/fig.js', partialCookieOvenUrl: 'https://web.archive.org/web/20200721131721/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 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/20200721131721/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/20200721131721js_/https://nav.files.bbci.co.uk/orbit/aca157ce812540152d62d3742f6c491c/js/require.min.js"></script> <script src="https://web.archive.org/web/20200721131721js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-468.5f3cdf8/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/20200721131721js_/https://nav.files.bbci.co.uk/orbit/aca157ce812540152d62d3742f6c491c/js/api.min.js"></script><script type="text/javascript">window.bbcFlagpoles_istats="ON",require.config({paths:{"istats-1":"https://web.archive.org/web/20200721131721/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-468.5f3cdf8/istats/istats-1"}}),require(["istats-1","orb/cookies"],function(t,a){if(a.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/20200721131721/https://sa.bbc.co.uk/bbc/bbc/s":"//web.archive.org/web/20200721131721/https://sa.bbc.co.uk/bbc/"+o[1]+"/s":"//web.archive.org/web/20200721131721/https://sa.bbc.co.uk/bbc/test/s";t.addCollector({name:"default",url:e,separator:"&"});var s="newsround";t.setCountername(s),window.istats_countername&&t.setCountername(window.istats_countername),t.addLabels("ml_name=webmodule&ml_version=0.0.2-468.5f3cdf8&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/20200721131721cs_/https://static.files.bbci.co.uk/account/id-cta/1.47.0/style/id-cta.css"><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.47.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/20200721131721/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/20200721131721/https://static.files.bbci.co.uk/account/id-cta/1.47.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/20200721131721/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20200721131721/https://static.files.bbci.co.uk/account/id-cta/1.47.0/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20200721131721/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/20200721131721/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/20200721131721/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/20200721131721/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/20200721131721/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/20200721131721/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/20200721131721/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/20200721131721/https://secure-us.imrworldwide.com/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200721131721/https://me-cdn.effectivemeasure.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200721131721/https://ssc.api.bbc.com/">'); } if (window.bbcdotcom && bbcdotcom.data.ads == 1) { document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200721131721/https://www.googletagservices.com/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200721131721/https://bbc.gscontxt.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200721131721/https://tags.crwdcntrl.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200721131721/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\/20200721131721\/https:\/\/www.bbc.com\/privacy\/cookies\/international\/","advertisementText":"Advertisement","analyticsEnabled":true,"thirdPartyDisabled":false,"sherlockEnabled":false,"permutiveEnabled":false,"appName":"","assetPrefix":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/https:\/\/static.bbc.co.uk","staticVersion":"4.5.1093","staticPrefix":"https:\/\/web.archive.org\/web\/20200721131721\/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/20200721131721/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/20200721131721/https://cdn.optimizely.com/public/4621041136/s/bbccom_sandbox.js"; if(window.location.hostname === 'www.bbc.com') { optimizelyURL = "https://web.archive.org/web/20200721131721/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/20200721131721/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/20200721131721/https://tags.crwdcntrl.net/c/'+clientId+'/cc.js?ns='+clientId; lotameAudienceUrl = 'https://web.archive.org/web/20200721131721/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/20200721131721/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/20200721131721/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/20200721131721/https://nav.files.bbci.co.uk/searchbox/50ffb10160f6a5d8cfb6eee7ee778489/","searchboxAppStaticPrefix":"https://web.archive.org/web/20200721131721/https://nav.files.bbci.co.uk/searchbox/50ffb10160f6a5d8cfb6eee7ee778489/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/20200721131721cs_/https://nav.files.bbci.co.uk/searchbox/50ffb10160f6a5d8cfb6eee7ee778489/css/main.css"><!--[if IE 8]> <script type="text/javascript" src="https://nav.files.bbci.co.uk/searchbox/50ffb10160f6a5d8cfb6eee7ee778489/script/html5shiv.min.js"></script> <script type="text/javascript">window['searchboxIEVersion'] = 8;</script> <link rel="stylesheet" href="https://nav.files.bbci.co.uk/searchbox/50ffb10160f6a5d8cfb6eee7ee778489/css/ie8.css"> <![endif]--><!--[if IE 9]> <script type="text/javascript">window['searchboxIEVersion'] = 9;</script> <![endif]--><script type="text/javascript">require.config({ "paths": { "orb/async/_footerpromo": 'https://web.archive.org/web/20200721131721/https://nav.files.bbci.co.uk/navpromo/1a758b67be1b457163af81ff41c92946/js/async/_footerpromo' } });</script> <script type="text/javascript">"use strict";!function(){window.__reverbStaticLocation="https://web.archive.org/web/20200721131721/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/",window.__smarttagVersion="5.18.2",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/20200721131721js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-1.4.0.js" async=""></script><script type="text/javascript">window.__detectview={clickManagementEnabled:false};</script><link rel="preload" as="script" href="//web.archive.org/web/20200721131721/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/20200721131721/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/20200721131721cs_/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/20200721131721cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/3.1.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-super-promo/3.1.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/3.1.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200721131721cs_/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/20200721131721cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/6.1.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-top-stories/6.1.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/6.1.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200721131721cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/5.1.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-promo/5.1.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/5.1.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200721131721cs_/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/20200721131721cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/4.1.3/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-more-stories/4.1.3"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/4.1.3/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200721131721cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/4.2.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-bulletin-promo/4.2.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/4.2.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200721131721cs_/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/20200721131721cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/6.1.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-header/6.1.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-header/6.1.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200721131721cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/2.1.2/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-anchors/2.1.2"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/2.1.2/enhanced.css\"/>"); }</script><script type="text/javascript">Morph.initStyles(); /* u61895776469941755 */</script><script type="text/javascript"> var domain = "co.uk"; 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; _sf_async_config.path = "bbc." + domain + "/newsround" + ""; _sf_async_config.sections = "newsround"; </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/20200721131721/https://www.bbc.co.uk/newsround" property="og:url"/><link rel="canonical" href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/newsround"/> <meta content="//web.archive.org/web/20200721131721im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/5.1.22/images/og-newsround.png" property="og:image"/> <link href="//web.archive.org/web/20200721131721im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/5.1.22/images/apple-touch-icon.png" rel="apple-touch-icon"/> <link href="//web.archive.org/web/20200721131721im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/5.1.22/images/favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="//web.archive.org/web/20200721131721im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/5.1.22/images/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16"/> <link href="//web.archive.org/web/20200721131721im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/5.1.22/images/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32"/> <link href="//web.archive.org/web/20200721131721im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/5.1.22/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/20200721131721im_/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.4.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/20200721131721/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/20200721131721/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/20200721131721/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/20200721131721/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20200721131721/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/20200721131721/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/20200721131721/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/20200721131721/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="u61895776469941755"><div data-reactid=".t2af7nhw3u" data-react-checksum="486791509"><div class="newsround-cbbc-nav-wrapper" data-reactid=".t2af7nhw3u.0"><div class="newsround-cbbc-nav-component newsround-cbbc-nav-component-padding-override" data-reactid=".t2af7nhw3u.0.0"><div class="newsround-cbbc-nav-component__container" data-reactid=".t2af7nhw3u.0.0.0"><nav class="newsround-cbbc-nav-component__menu" data-reactid=".t2af7nhw3u.0.0.0.0"><div class="newsround-cbbc-nav-component__bar" data-reactid=".t2af7nhw3u.0.0.0.0.0"><a class="newsround-cbbc-nav-component__product" href="/web/20200721131721/https://www.bbc.co.uk/cbbc" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-home" data-reactid=".t2af7nhw3u.0.0.0.0.0.0">Home</a><button id="newsround-cbbc-nav-component__toggle" class="newsround-cbbc-nav-component__toggle" data-reactid=".t2af7nhw3u.0.0.0.0.0.1"><span id="newsround-cbbc-nav-component__toggle-title" class="newsround-cbbc-nav-component__toggle-title" data-reactid=".t2af7nhw3u.0.0.0.0.0.1.0">Menu</span><span class="newsround-cbbc-nav-component__toggle-icon" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.0.0.0.0.1"><ul class="newsround-cbbc-nav-component__list-inner" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.0.0.0.0.1.0.$home"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--home" href="/web/20200721131721/https://www.bbc.co.uk/cbbc" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.0.0.0.0.1.0.$shows"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--shows" href="/web/20200721131721/https://www.bbc.co.uk/cbbc/shows" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.0.0.0.0.1.0.$games"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--games" href="/web/20200721131721/https://www.bbc.co.uk/cbbc/games" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.0.0.0.0.1.0.$quizzes"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--quizzes" href="/web/20200721131721/https://www.bbc.co.uk/cbbc/quizzes" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.0.0.0.0.1.0.$watch"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--watch" href="/web/20200721131721/https://www.bbc.co.uk/cbbc/watch" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.0.0.0.0.1.0.$joinin"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--joinin" href="/web/20200721131721/https://www.bbc.co.uk/cbbc/joinin" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.0.0.0.0.1.0.$puzzles"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--puzzles" href="/web/20200721131721/https://www.bbc.co.uk/cbbc/puzzles" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.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/20200721131721/https://www.bbc.co.uk/newsround" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.0.0.0.0.1.0.$newsround.0.1">Newsround</span></a></li></ul></div></nav></div></div></div><section role="main" data-reactid=".t2af7nhw3u.1"><div class="o-mvt-container" data-reactid=".t2af7nhw3u.1.0"><script src="https://web.archive.org/web/20200721131721js_/https://cdn.optimizely.com/public/4621041136/s/newsround_prod.js" data-reactid=".t2af7nhw3u.1.0.0"></script></div><header class="newsround-header__header" data-reactid=".t2af7nhw3u.1.1"><div class="newsround-header__orb" style="background-image:url(//web.archive.org/web/20200721131721im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/6.1.1/images/newsround-orb.png);" data-reactid=".t2af7nhw3u.1.1.0"></div><div class="newsround-header__wrapper" data-reactid=".t2af7nhw3u.1.1.1"><div class="newsround-header__container" data-reactid=".t2af7nhw3u.1.1.1.0"><a class="newsround-header__link" href="/web/20200721131721/https://www.bbc.co.uk/newsround" data-istats-track="true" data-istats-track-link-location="nr_nav-homelogo" data-reactid=".t2af7nhw3u.1.1.1.0.0"><div class="newsround-header__logo" style="background-image:url(//web.archive.org/web/20200721131721im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/6.1.1/images/newsround-logo.png);background:url(//web.archive.org/web/20200721131721im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/6.1.1/images/newsround-logo.svg) no-repeat;" data-reactid=".t2af7nhw3u.1.1.1.0.0.0"><h1 class="newsround-header__off-screen" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.1.1.0.1"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="" data-reactid=".t2af7nhw3u.1.1.1.0.1.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".t2af7nhw3u.1.1.1.0.1.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.1.1.0.1.0.0.0"><title data-reactid=".t2af7nhw3u.1.1.1.0.1.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.1.1.0.1.0.0.0.1"></path></svg></div><span data-reactid=".t2af7nhw3u.1.1.1.0.1.0.1:0">Watch </span><span class="newsround-header__button__bp-text" data-reactid=".t2af7nhw3u.1.1.1.0.1.0.1:1">Newsround</span></a></div></div></div></header><div data-reactid=".t2af7nhw3u.1.2"></div><section class="newsround-top-stories" data-istats-track-scroll-visibility="nr_home_top_stories" data-reactid=".t2af7nhw3u.1.3"><div class="newsround-top-stories__wrapper newsround-top-stories__wrapper--with-top-margin newsround-top-stories__wrapper--no-bottom-padding" data-reactid=".t2af7nhw3u.1.3.0"><div class="newsround-top-stories__container gel-layout--equal" data-reactid=".t2af7nhw3u.1.3.0.0"><div class="newsround-top-stories__featured-story" data-reactid=".t2af7nhw3u.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="'Remarkable' Greta Thunberg gives 1m Euros to climate charities" data-reactid=".t2af7nhw3u.1.3.0.0.0.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53483155" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/CFC1/production/_113558135_gettyimages-1161481325.jpg" alt="Greta Thunberg on a boat" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.0">&#x27;Remarkable&#x27; Greta Thunberg gives 1m Euros to climate charities</p><p class="newsround-promo__summary" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.1">Climate change campaigner donates prize to charities working to protect the environment and tackle climate change.</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.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-07-21T12:02:59+00:00" data-datetime="1 hour ago" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.2.0.0.1.0">1 hour ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.2.0.0.1.1">1 hour ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.0.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.1.3.0.0.0.0.0.1.2.1.1">28</span></div></div></div></a></div></div><div class="newsround-top-stories__stories" data-reactid=".t2af7nhw3u.1.3.0.0.1"><div class="newsround-top-stories__container" data-reactid=".t2af7nhw3u.1.3.0.0.1.0"><div class="newsround-top-stories__story" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311"><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="VOTE: Would you like to do a DAY-LONG lesson?" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53473311" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8B08/production/_113529553_schoolvote.png" alt="classroom-vote." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.0">VOTE: Would you like to do a DAY-LONG lesson?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.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=".t2af7nhw3u.1.3.0.0.1.0.$53473311.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=".t2af7nhw3u.1.3.0.0.1.0.$53473311.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-21T12:07:28+00:00" data-datetime="1 hour ago" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.0.0.1.0">1 hour ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.0.0.1.1">1 hour ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473311.0.0.1.2.1.1">47</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710"><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="Mum and daughter create magazine for black culture" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53269710" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/BBB4/production/_113525084_1_thp_chp_160620slug_3989jpg.jpg" alt="Faith from COCO GIRL" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.1.0">Mum and daughter create magazine for black culture</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.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=".t2af7nhw3u.1.3.0.0.1.0.$53269710.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=".t2af7nhw3u.1.3.0.0.1.0.$53269710.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-21T05:13:29+00:00" data-datetime="8 hours ago" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.1.2.0.0.1.0">8 hours ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53269710.0.0.1.2.0.0.1.1">8 hours ago</span></time></span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674"><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="How will you get involved in Comic Con at home?" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53476674" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/62F6/production/_113543352_gettyimages-1163232895.jpg" alt="man-dressed-as-character-willy-wonka" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.0">How will you get involved in Comic Con at home?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.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=".t2af7nhw3u.1.3.0.0.1.0.$53476674.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=".t2af7nhw3u.1.3.0.0.1.0.$53476674.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-21T08:44:35+00:00" data-datetime="4 hours ago" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.0.0.1.0">4 hours ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.0.0.1.1">4 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53476674.0.0.1.2.1.1">8</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470"><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="Crabs 'full of plastic' in River Thames" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53483470" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/13EED/production/_113554618_gettyimages-900693660.jpg" alt="Plastic, Thames Estuary" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.0">Crabs &#x27;full of plastic&#x27; in River Thames</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.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=".t2af7nhw3u.1.3.0.0.1.0.$53483470.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=".t2af7nhw3u.1.3.0.0.1.0.$53483470.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-21T07:43:16+00:00" data-datetime="5 hours ago" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.0.0.1.0">5 hours ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.0.0.1.1">5 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53483470.0.0.1.2.1.1">19</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317"><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="Meet the fish helping humans develop camouflage tech" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53473317" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/50A4/production/_113544602_karen_-_anoplogaster1st_notkept_nm8n6-0593b_sm.jpg" alt="Ultra-Black-Fish." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.0">Meet the fish helping humans develop camouflage tech</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.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=".t2af7nhw3u.1.3.0.0.1.0.$53473317.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=".t2af7nhw3u.1.3.0.0.1.0.$53473317.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-21T07:50:02+00:00" data-datetime="5 hours ago" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.0.0.1.0">5 hours ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.0.0.1.1">5 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53473317.0.0.1.2.1.1">5</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685"><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="Would you try KFC 3D bioprinted chicken nuggets?" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53471685" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2701/production/_113558990_gettyimages-1177524116.jpg" alt="Chicken nugget close up view." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.0">Would you try KFC 3D bioprinted chicken nuggets?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.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=".t2af7nhw3u.1.3.0.0.1.0.$53471685.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=".t2af7nhw3u.1.3.0.0.1.0.$53471685.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-21T08:27:49+00:00" data-datetime="4 hours ago" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.0.0.1.0">4 hours ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.0.0.1.1">4 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.3.0.0.1.0.$53471685.0.0.1.2.1.1">20</span></div></div></div></a></div></div></div></div></div></div></section><section class="newsround-anchors" data-reactid=".t2af7nhw3u.1.4"><nav class="newsround-anchors__wrapper" data-reactid=".t2af7nhw3u.1.4.0"><ul class="newsround-anchors__layout newsround-anchors__layout--less-margin" data-reactid=".t2af7nhw3u.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="Coronavirus" data-reactid=".t2af7nhw3u.1.4.0.0.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround#more-stories-2" class="newsround-button newsround-button--teal" aria-label="Coronavirus" data-reactid=".t2af7nhw3u.1.4.0.0.0.0"><span data-reactid=".t2af7nhw3u.1.4.0.0.0.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::2&quot;}" data-bbc-source="newsround" data-bbc-title="Fighting Racism" data-reactid=".t2af7nhw3u.1.4.0.0.1"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround#more-stories-3" class="newsround-button newsround-button--teal" aria-label="Fighting Racism" data-reactid=".t2af7nhw3u.1.4.0.0.1.0"><span data-reactid=".t2af7nhw3u.1.4.0.0.1.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::3&quot;}" data-bbc-source="newsround" data-bbc-title="Quiz-fest" data-reactid=".t2af7nhw3u.1.4.0.0.2"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround#more-stories-4" class="newsround-button newsround-button--teal" aria-label="Quiz-fest" data-reactid=".t2af7nhw3u.1.4.0.0.2.0"><span data-reactid=".t2af7nhw3u.1.4.0.0.2.0.1">Quiz-fest</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="Newsround Learn" data-reactid=".t2af7nhw3u.1.4.0.0.3"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround#more-stories-5" class="newsround-button newsround-button--teal" aria-label="Newsround Learn" data-reactid=".t2af7nhw3u.1.4.0.0.3.0"><span data-reactid=".t2af7nhw3u.1.4.0.0.3.0.1">Newsround Learn</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=".t2af7nhw3u.1.5"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".t2af7nhw3u.1.5.0"><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".t2af7nhw3u.1.5.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.0"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-1" data-reactid=".t2af7nhw3u.1.5.0.1.0.0"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/newsround#more-stories-3" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.5.0.1.0.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.1.0">Fighting racism: Protests, prejudice and YOUR stories</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.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=".t2af7nhw3u.1.5.0.1.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=".t2af7nhw3u.1.5.0.1.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-06-18T15:23:05+00:00" data-datetime="18 Jun 2020" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.1.2.0.0.1.0">18 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.0.0.0.1.2.0.0.1.1">18 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-2" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53334994" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1823B/production/_113557889_p08lbm3h.jpg" alt="Keyframe #2" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.0">&#x27;Not having access to drama has been hard&#x27;</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.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=".t2af7nhw3u.1.5.0.1.$53334994.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=".t2af7nhw3u.1.5.0.1.$53334994.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-21T05:14:13+00:00" data-datetime="8 hours ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.0.0.1.0">8 hours ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.0.0.1.1">8 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53334994.0.0.1.2.1.1">19</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-3" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53483176" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/FEA1/production/_113558156_hi044301711.jpg" alt="Russian flag" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.0">Russia sees the UK as one of its &#x27;top targets&#x27;</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.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=".t2af7nhw3u.1.5.0.1.$53483176.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=".t2af7nhw3u.1.5.0.1.$53483176.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-21T12:01:28+00:00" data-datetime="1 hour ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2.0.0.1.0">1 hour ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2.0.0.1.1">1 hour ago</span></time></span></div><div class="newsround-promo__comments-signpost newsround-promo__comments-signpost-without-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53483176.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=".t2af7nhw3u.1.5.0.1.$53469525"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-4" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53469525" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0426/production/_113526010_clinic-injection04--credit-.jpg" alt="Woman being vaccinated" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.1.0">Coronavirus: Oxford vaccine triggers an immune response</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.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=".t2af7nhw3u.1.5.0.1.$53469525.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=".t2af7nhw3u.1.5.0.1.$53469525.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-20T19:00:50+00:00" data-datetime="18 hours ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.1.2.0.0.1.0">18 hours ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53469525.0.0.1.2.0.0.1.1">18 hours 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=".t2af7nhw3u.1.5.0.1.$53447792"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-5" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53447792" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/14AD4/production/_113529648_gettyimages-452085243.jpg" alt="Niall-Horan-Harry-Styles-Liam-Payne-Zayn-Malik-Louis-Tomlinson." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.0">Ten years of One Direction - hits, haircuts and solo careers</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.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=".t2af7nhw3u.1.5.0.1.$53447792.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=".t2af7nhw3u.1.5.0.1.$53447792.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-21T05:16:58+00:00" data-datetime="7 hours ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.0.0.1.0">7 hours ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.0.0.1.1">7 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53447792.0.0.1.2.1.1">18</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-6" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53312680" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/CE3B/production/_113259725_p08k0dm4.jpg" alt="a-boy-called-elliot-sits-in-his-garden-surrounded-by-plants" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.0.1.1">1:40</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.1.0">&#x27;I&#x27;m incredibly excited to go to secondary school&#x27;</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.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=".t2af7nhw3u.1.5.0.1.$53312680.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=".t2af7nhw3u.1.5.0.1.$53312680.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-12T08:01:50+00:00" data-datetime="12 Jul 2020" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.1.2.0.0.1.0">12 Jul 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53312680.0.0.1.2.0.0.1.1">12 July 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-7" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53471089" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6740/production/_113523462_gettyimages-1192817418.jpg" alt="An Aerial view of White Island located in Bay of Plenty on March 26, 2016 near Whakatane, New Zealand." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.0">Scientists invent new volcano alert system</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.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=".t2af7nhw3u.1.5.0.1.$53471089.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=".t2af7nhw3u.1.5.0.1.$53471089.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-20T13:57:19+00:00" data-datetime="23 hours ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.0.0.1.0">23 hours ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.0.0.1.1">23 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53471089.0.0.1.2.1.1">11</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-8" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53443668" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0A62/production/_113485620_107a3ad8-e748-4c6c-bc0d-3bab53db418c.jpg" alt="Probe in sky" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.0">UAE successfully launches first mission to Mars</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.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=".t2af7nhw3u.1.5.0.1.$53443668.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=".t2af7nhw3u.1.5.0.1.$53443668.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-20T07:47:37+00:00" data-datetime="1 day ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53443668.0.0.1.2.1.1">21</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-9" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53463386" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B7E9/production/_113518074_gettyimages-92800241.jpg" alt="John Lewis" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.0">Who was the civil rights activist John Lewis?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.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=".t2af7nhw3u.1.5.0.1.$53463386.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=".t2af7nhw3u.1.5.0.1.$53463386.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-20T05:57:19+00:00" data-datetime="1 day ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53463386.0.0.1.2.1.1">7</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-10" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53457415" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/630A/production/_109545352_gettyimages-90167177.jpg" alt="girls-playing-football." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.0">When can I start playing football again?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.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=".t2af7nhw3u.1.5.0.1.$53457415.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=".t2af7nhw3u.1.5.0.1.$53457415.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-19T07:20:02+00:00" data-datetime="2 days ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53457415.0.0.1.2.1.1">38</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-11" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53473907" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11550/production/_113529907_gettyimages-940461304.jpg" alt="Polar bear" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.1.0">How bad is climate change for polar bears?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.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=".t2af7nhw3u.1.5.0.1.$53473907.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=".t2af7nhw3u.1.5.0.1.$53473907.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-20T15:29:06+00:00" data-datetime="21 hours ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.1.2.0.0.1.0">21 hours ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53473907.0.0.1.2.0.0.1.1">21 hours 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=".t2af7nhw3u.1.5.0.1.$53420877"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-12" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53420877" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2B02/production/_113401011_gettyimages-1178735228.jpg" alt="baking-at-home-with-family." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.0">Lockdown skills: What have you been doing?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.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=".t2af7nhw3u.1.5.0.1.$53420877.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=".t2af7nhw3u.1.5.0.1.$53420877.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-19T07:19:39+00:00" data-datetime="2 days ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53420877.0.0.1.2.1.1">150</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-13" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53473309" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/72D0/production/_113529392_gettyimages-1188198740.jpg" alt="X-Box-One." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.0">The massive virtual Xbox event taking place this week!</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.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=".t2af7nhw3u.1.5.0.1.$53473309.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=".t2af7nhw3u.1.5.0.1.$53473309.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-20T12:58:17+00:00" data-datetime="1 day ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53473309.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=".t2af7nhw3u.1.5.0.1.$51312911"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-14" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51312911" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.5.0.1.$51312911.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.1.0">Coronavirus: How do vaccines work?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.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=".t2af7nhw3u.1.5.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=".t2af7nhw3u.1.5.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-05-05T06:40:41+00:00" data-datetime="5 May 2020" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.1.2.0.0.1.0">5 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$51312911.0.0.1.2.0.0.1.1">5 May 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-15" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/50434875" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3656/production/_113501931_p08l5x2q.jpg" alt="A mans face with a cat tail in-front of it" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.0.1.1">1:04</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.1.0">Happy News - Animal special</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.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=".t2af7nhw3u.1.5.0.1.$50434875.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=".t2af7nhw3u.1.5.0.1.$50434875.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-19T13:21:32+00:00" data-datetime="1 day ago" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$50434875.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=".t2af7nhw3u.1.5.0.1.$53469795"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-16" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53469795" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/693E/production/_113524962_p08l3sl2.jpg" alt="Six-year-old Jacob has raised over 拢500 for his team Wigan Athletic." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.0.1.1">1:18</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.1.0">Meet the young football fan trying to save his team!</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.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=".t2af7nhw3u.1.5.0.1.$53469795.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=".t2af7nhw3u.1.5.0.1.$53469795.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-20T06:53:59+00:00" data-datetime="1 day ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53469795.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=".t2af7nhw3u.1.5.0.1.$53427502"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-17" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53427502" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/141A6/production/_113424328_p08kw559.jpg" alt="Martin-shielding" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.0.1.1">1:37</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.1.0">What has shielding been like?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.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=".t2af7nhw3u.1.5.0.1.$53427502.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=".t2af7nhw3u.1.5.0.1.$53427502.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-20T05:10:33+00:00" data-datetime="1 day ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53427502.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=".t2af7nhw3u.1.5.0.1.$53469794"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-18" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53469794" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8487/production/_108572933_70b34cfb-b830-4859-907a-0c0203f2be7f.jpg" alt="Two cyclists at Cape Wrath" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.0">Huge increase in cycling in Scotland</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.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=".t2af7nhw3u.1.5.0.1.$53469794.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=".t2af7nhw3u.1.5.0.1.$53469794.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-20T06:37:25+00:00" data-datetime="1 day ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53469794.0.0.1.2.1.1">7</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-19" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53317765" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B993/production/_113270574_p08k35cz.jpg" alt="ballet" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.0.1.1">1:28</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.1.0">Ballet school hopes to inspire kids in Nigeria</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.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=".t2af7nhw3u.1.5.0.1.$53317765.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=".t2af7nhw3u.1.5.0.1.$53317765.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-07T13:55:10+00:00" data-datetime="7 Jul 2020" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.1.2.0.0.1.0">7 Jul 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53317765.0.0.1.2.0.0.1.1">7 July 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-20" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53446065" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/BC65/production/_113492284_p08l3gtq.jpg" alt="bilby" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.0.1.1">1:42</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.1.0">Bilbies are &#x27;thriving&#x27; in the wild in Australia again</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.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=".t2af7nhw3u.1.5.0.1.$53446065.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=".t2af7nhw3u.1.5.0.1.$53446065.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-19T14:18:32+00:00" data-datetime="1 day ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53446065.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=".t2af7nhw3u.1.5.0.1.$53462648"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-21" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53462648" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2243/production/_113517780_hi062516694.jpg" alt="(Left to right) The Duke of Edinburgh, the Queen, Princess Beatrice and Edoardo Mapelli Mozzi outside the Royal Chapel of All Saints" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.0">Photos of Princess Beatrice&#x27;s wedding have been released</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.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=".t2af7nhw3u.1.5.0.1.$53462648.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=".t2af7nhw3u.1.5.0.1.$53462648.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-19T10:08:13+00:00" data-datetime="2 days ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53462648.0.0.1.2.1.1">14</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-22" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51318780" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1480F/production/_113438938_logobckground.jpg" alt="Quiz of the week" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.5.0.1.$51318780.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.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=".t2af7nhw3u.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-07-19T14:19:21+00:00" data-datetime="1 day ago" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$51318780.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=".t2af7nhw3u.1.5.0.1.$53435914"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-23" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53435914" class="newsround-promo__content newsround-promo__content--white" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1C94/production/_113461370_ukfirst.twinandeanbearcubsbornatchesterzoo-andthey'readorable!-22.jpg" alt="Andean-cubs." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.0">Chester Zoo has welcomed twin bear cubs!</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.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=".t2af7nhw3u.1.5.0.1.$53435914.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=".t2af7nhw3u.1.5.0.1.$53435914.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-18T06:14:27+00:00" data-datetime="3 days ago" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.5.0.1.$53435914.0.0.1.2.1.1">17</span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--additional-top-stories" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.5.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--additional-top-stories" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.5.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".t2af7nhw3u.1.5.1.0.0.0.0"><button class="newsround-button newsround-button--purple" tabindex="-1" aria-label="Show more stories" data-reactid=".t2af7nhw3u.1.5.1.0.0.0.0.0"><span data-reactid=".t2af7nhw3u.1.5.1.0.0.0.0.0.1">Show more</span></button></div></div></div></div></div></section><div data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.7"><div class="newsround-bulletin__mobile-background" style="background:linear-gradient(transparent 50%, #011638 95%),url(https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/DCAF/production/_113559465_p08ldspn.jpg);background-repeat:no-repeat;background-size:100%;background-position:center;" data-reactid=".t2af7nhw3u.1.7.0"></div><div class="newsround-bulletin__wrapper" data-istats-track="true" data-istats-track-link-location="nr_home_bulletin_promo" data-reactid=".t2af7nhw3u.1.7.1"><div class="newsround-bulletin__layout" data-reactid=".t2af7nhw3u.1.7.1.0"><div class="newsround-bulletin__text-container" data-reactid=".t2af7nhw3u.1.7.1.0.0"><div class="newsround-bulletin__text-wrapper" data-reactid=".t2af7nhw3u.1.7.1.0.0.0"><h2 class="newsround-bulletin__title" data-reactid=".t2af7nhw3u.1.7.1.0.0.0.0">Watch Newsround</h2><h3 class="newsround-bulletin__subtitle" data-reactid=".t2af7nhw3u.1.7.1.0.0.0.1">Shanequa has your Tuesday Newsround. Hear how pollution is affecting the River Thames, the new magazine celebrating black children, and we spoke to some young actors about how they feel about not being able to perform since theatres have been closed.</h3><div class="newsround-bulletin__button-wrapper" data-reactid=".t2af7nhw3u.1.7.1.0.0.0.2"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="Watch Newsround" data-reactid=".t2af7nhw3u.1.7.1.0.0.0.2.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".t2af7nhw3u.1.7.1.0.0.0.2.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.7.1.0.0.0.2.0.0.0"><title data-reactid=".t2af7nhw3u.1.7.1.0.0.0.2.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.7.1.0.0.0.2.0.0.0.1"></path></svg></div><span data-reactid=".t2af7nhw3u.1.7.1.0.0.0.2.0.1">Watch Now</span></a></div></div></div><div class="newsround-bulletin__image-container" data-reactid=".t2af7nhw3u.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/20200721131721im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/DCAF/production/_113559465_p08ldspn.jpg);background-repeat:no-repeat;background-size:100%;background-position:center;" data-reactid=".t2af7nhw3u.1.7.1.0.1.0"></div><div class="newsround-bulletin__image-wrapper" data-reactid=".t2af7nhw3u.1.7.1.0.1.1"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/DCAF/production/_113559465_p08ldspn.jpg" alt="Shanequa in the Newsround studio" class="newsround-bulletin__image" data-reactid=".t2af7nhw3u.1.7.1.0.1.1.0"/><div class="newsround-bulletin__image-decoration" data-reactid=".t2af7nhw3u.1.7.1.0.1.1.1"></div></div></div></div></div><div class="newsround-bulletin__bottom-gradient" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.9"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".t2af7nhw3u.1.9.0"><div class="newsround-more-stories__header" data-reactid=".t2af7nhw3u.1.9.0.0"><div class="newsround-more-stories__header-item" data-reactid=".t2af7nhw3u.1.9.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.0.0.0">Coronavirus</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".t2af7nhw3u.1.9.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-1" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51204456" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.9.0.1.$51204456.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.0">Coronavirus and lockdown: What is the latest?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.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=".t2af7nhw3u.1.9.0.1.$51204456.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=".t2af7nhw3u.1.9.0.1.$51204456.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-14T06:41:30+00:00" data-datetime="7 days ago" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.0.0.1.0">7 days ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.0.0.1.1">7 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$51204456.0.0.1.2.1.1">538</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-2" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53369557" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.9.0.1.$53369557.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.0.1.1">7:59</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.1.0">Summer Term in Lockdown - A Newsround Special</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$53369557.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$53369557.0.0.1.2.0.0.1.0">13 Jul 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.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-2" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-3" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53326187" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/73AC/production/_113321692_elaine.jpg" alt="Elaine-Dunkley." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.0.1.1">3:07</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.1.0">Your back to school questions answered</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.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=".t2af7nhw3u.1.9.0.1.$53326187.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=".t2af7nhw3u.1.9.0.1.$53326187.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-10T08:55:33+00:00" data-datetime="10 Jul 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.1.2.0.0.1.0">10 Jul 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$53326187.0.0.1.2.0.0.1.1">10 July 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=".t2af7nhw3u.1.9.0.1.$52200989"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-4" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52200989" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0E15/production/_113350630_6cd09cc7-f175-4f4e-9052-0931cb9f1f27.jpg" alt="Boris Johnson" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.0">What&#x27;s the latest advice about masks?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.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=".t2af7nhw3u.1.9.0.1.$52200989.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=".t2af7nhw3u.1.9.0.1.$52200989.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-14T07:15:36+00:00" data-datetime="7 days ago" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.0.0.1.0">7 days ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.0.0.1.1">7 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$52200989.0.0.1.2.1.1">168</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-5" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53291752" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1284E/production/_113245857_gettyimages-129378720-2.jpg" alt="Child hugging their" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.0">Can kids in Scotland and Wales now hug their grandparents?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.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=".t2af7nhw3u.1.9.0.1.$53291752.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=".t2af7nhw3u.1.9.0.1.$53291752.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-06T05:27:01+00:00" data-datetime="6 Jul 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.0.0.1.0">6 Jul 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.0.0.1.1">6 July 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$53291752.0.0.1.2.1.1">59</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-6" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52980469" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/144EB/production/_113097138_gettyimages-82980840.jpg" alt="kids-at-park." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.0">What can I do with my friends and family now?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.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=".t2af7nhw3u.1.9.0.1.$52980469.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=".t2af7nhw3u.1.9.0.1.$52980469.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-05T10:28:13+00:00" data-datetime="5 Jul 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.0.0.1.0">5 Jul 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.0.0.1.1">5 July 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$52980469.0.0.1.2.1.1">104</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-7" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53338933" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/FD65/production/_113296846_gettyimages-1074894774.jpg" alt="Family-cheering-on-beach." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.0">Can I go on holiday and where can I go?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.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=".t2af7nhw3u.1.9.0.1.$53338933.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=".t2af7nhw3u.1.9.0.1.$53338933.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-10T05:27:15+00:00" data-datetime="10 Jul 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.0.0.1.0">10 Jul 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.0.0.1.1">10 July 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$53338933.0.0.1.2.1.1">17</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-8" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53139105" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16CBF/production/_113057339_gettyimages-1222015415.jpg" alt="sign" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2.0.0.1.0">24 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$53139105.0.0.1.2.1.1">41</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-9" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53367860" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/151F1/production/_113331568_gettyimages-154961321.jpg" alt="girls-camping." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.0">Campsites, playgrounds and cinemas to reopen in Wales</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.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=".t2af7nhw3u.1.9.0.1.$53367860.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=".t2af7nhw3u.1.9.0.1.$53367860.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-11T06:50:55+00:00" data-datetime="11 Jul 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.0.0.1.0">11 Jul 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.0.0.1.1">11 July 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$53367860.0.0.1.2.1.1">4</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-10" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53351724" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11045/production/_113310796_gettyimages-1147610965.jpg" alt="boy-swimming-in-pool." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.0">Pools, waterparks and sports facilities to reopen in England</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.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=".t2af7nhw3u.1.9.0.1.$53351724.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=".t2af7nhw3u.1.9.0.1.$53351724.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-09T17:58:50+00:00" data-datetime="9 Jul 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.0.0.1.0">9 Jul 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.0.0.1.1">9 July 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$53351724.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-2" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-11" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52821345" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1138C/production/_112604507_061727085.jpg" alt="Class in Tamworth" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.0">What does the new school day look like?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.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=".t2af7nhw3u.1.9.0.1.$52821345.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=".t2af7nhw3u.1.9.0.1.$52821345.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-25T11:44:06+00:00" data-datetime="25 Jun 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.0.0.1.0">25 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.0.0.1.1">25 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$52821345.0.0.1.2.1.1">203</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-12" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53155736" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0DED/production/_113056530_gettyimages-1154943465.jpg" alt="Child getting ready for school" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.0">Scottish schools aim to reopen without social distancing</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.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=".t2af7nhw3u.1.9.0.1.$53155736.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=".t2af7nhw3u.1.9.0.1.$53155736.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-24T05:23:40+00:00" data-datetime="24 Jun 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.0.0.1.0">24 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.0.0.1.1">24 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$53155736.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=".t2af7nhw3u.1.9.0.1.$52896926"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-13" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52896926" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.9.0.1.$52896926.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.0.1.1">1:46</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.1.0">Dr Radha answers YOUR coronavirus questions</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$52896926.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$52896926.0.0.1.2.0.0.1.0">3 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.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-2" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-14" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52630243" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B84F/production/_112238174_mask.jpg" alt="facemasks." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.0">How to make your own face covering</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2.0.0.1.0">22 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$52630243.0.0.1.2.1.1">115</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-15" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52970105" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2963/production/_112959501_gettyimages-956955840.jpg" alt="Letter-r." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.0">Coronavirus: What is the R number?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2.0.0.1.0">18 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$52970105.0.0.1.2.1.1">32</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-16" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52830119" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9E2B/production/_112019404_a8dc30f3-d83a-4ab6-a3cd-f51a49e882b2.jpg" alt="NHS graphic" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.0">How does NHS test and trace work?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.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=".t2af7nhw3u.1.9.0.1.$52830119.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=".t2af7nhw3u.1.9.0.1.$52830119.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-28T07:52:49+00:00" data-datetime="28 May 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.0.0.1.0">28 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.0.0.1.1">28 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$52830119.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=".t2af7nhw3u.1.9.0.1.$51887051"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-17" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51887051" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12A89/production/_112352467_p08dkzt5.jpg" alt="Keyframe #9" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.0.1.1">1:49</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.1.0">Coronavirus: Advice if you&#x27;re worried about it</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.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=".t2af7nhw3u.1.9.0.1.$51887051.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=".t2af7nhw3u.1.9.0.1.$51887051.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:41:57+00:00" data-datetime="19 May 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.0.0.1.2.0.0.1.0">19 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$51887051.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=".t2af7nhw3u.1.9.0.1.$52131937"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-18" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52131937" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/4877/production/_111515581_gettyimages-1208595556.jpg" alt="woman-lab-testing." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.0">What&#x27;s happening with coronavirus testing?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.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=".t2af7nhw3u.1.9.0.1.$52131937.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=".t2af7nhw3u.1.9.0.1.$52131937.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-25T11:34:22+00:00" data-datetime="25 Jun 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.0.0.1.0">25 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.0.0.1.1">25 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$52131937.0.0.1.2.1.1">11</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-19" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53127061" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D3B9/production/_112010245_gradient2.png" alt="girl-thought-bubble." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.0">How has coronavirus affected young people&#x27;s mental health?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.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=".t2af7nhw3u.1.9.0.1.$53127061.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=".t2af7nhw3u.1.9.0.1.$53127061.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-22T09:13:56+00:00" data-datetime="22 Jun 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.0.0.1.0">22 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.0.0.1.1">22 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.9.0.1.$53127061.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=".t2af7nhw3u.1.9.0.1.$51877454"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-20" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51877454" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12FCB/production/_111717777_3_nrcor_tom7.jpg" alt="coronavirus" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.0">Frequently asked questions about coronavirus</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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-06-25T09:35:29+00:00" data-datetime="25 Jun 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.0.0.1.0">25 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.0.0.1.1">25 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$51877454.0.0.1.2.1.1">63</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-21" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51698180" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.9.0.1.$51698180.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.0.1.1">0:43</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.1.0">How to wash your hands</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.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=".t2af7nhw3u.1.9.0.1.$51698180.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.1.2.0.0.1.0">5 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$51698180.0.0.1.2.0.0.1.1">5 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=".t2af7nhw3u.1.9.0.1.$51959552"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-22" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51959552" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1812D/production/_111350689_p0871sr2.jpg" alt="DR James and his dog Oliver" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.0.1.1">2:43</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.1.0">Advice on looking after pets during Coronavirus</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.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=".t2af7nhw3u.1.9.0.1.$51959552.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=".t2af7nhw3u.1.9.0.1.$51959552.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-03-23T11:34:02+00:00" data-datetime="23 Mar 2020" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.1.2.0.0.1.0">23 Mar 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.$51959552.0.0.1.2.0.0.1.1">23 March 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=".t2af7nhw3u.1.9.0.1.m"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-23" data-reactid=".t2af7nhw3u.1.9.0.1.m.0"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/newsround#more-stories-2" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3AF2/production/_113109051_covid_classroomstill.png" alt="classroom" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.1.0">Coronavirus: Everything you need to know</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.9.0.1.m.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=".t2af7nhw3u.1.9.0.1.m.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=".t2af7nhw3u.1.9.0.1.m.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-03-02T11:52:03+00:00" data-datetime="2 Mar 2020" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.1.2.0.0.1.0">2 Mar 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.9.0.1.m.0.0.1.2.0.0.1.1">2 March 2020</span></time></span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-2" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.9.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-2" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.9.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".t2af7nhw3u.1.9.1.0.0.0.0"><button class="newsround-button newsround-button--charcoal-purple" tabindex="-1" aria-label="Show more stories" data-reactid=".t2af7nhw3u.1.9.1.0.0.0.0.0"><span data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.a"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".t2af7nhw3u.1.a.0"><div class="newsround-more-stories__header" data-reactid=".t2af7nhw3u.1.a.0.0"><div class="newsround-more-stories__header-item" data-reactid=".t2af7nhw3u.1.a.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-3" data-reactid=".t2af7nhw3u.1.a.0.0.0.0">Fighting Racism</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".t2af7nhw3u.1.a.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-1" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52965984" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2D22/production/_112945511_gettyimages-1243877751.jpg" alt="stop racsim" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52965984.0.0.1.2.1.1">177</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-2" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53075349" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.a.0.1.$53075349.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.0.1.1">7:59</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.1.0">Watch our special programme about racism in the UK</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53075349.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53075349.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-3" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52978346" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.a.0.1.$52978346.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.0.1.1">7:58</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.1.0">Watch our special programme on US protests and racism</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52978346.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$52978346.0.0.1.2.0.0.1.0">9 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-4" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53068444" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.a.0.1.$53068444.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.0.1.1">1:12</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53068444.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53068444.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53068444.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-5" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53149076" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.a.0.1.$53149076.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1.2.0.0.1.0">3 Jul 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53149076.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53149076.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-6" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53071098" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/49D8/production/_112940981_p08h4vls.jpg" alt="British kids" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.0.1.1">2:02</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53071098.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53071098.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53071098.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-7" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53057897" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.a.0.1.$53057897.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.0.1.1">1:56</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.1.0">CBBC presenters on growing up black in the UK</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53057897.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53057897.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-8" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53070882" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12A88/production/_112942467_p08h51n0.jpg" alt="Graphics" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.0.1.1">0:48</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.1.0">What inequalities do black people face in the UK?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53070882.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53070882.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-9" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53220660" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/F50E/production/_113143726_gettyimages-1253172998.jpg" alt="beyonce-awards." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.0">Beyonce: &#x27;Vote like our life depends on it&#x27;</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.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=".t2af7nhw3u.1.a.0.1.$53220660.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=".t2af7nhw3u.1.a.0.1.$53220660.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-29T11:38:55+00:00" data-datetime="29 Jun 2020" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.0.0.1.0">29 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.0.0.1.1">29 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.a.0.1.$53220660.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=".t2af7nhw3u.1.a.0.1.$53083132"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-10" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53083132" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3453/production/_112959331_hi030678295.jpg" alt="George-The-Poet" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.0.1.1">1:29</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53083132.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53083132.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53083132.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-11" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53071250" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1522E/production/_112947568_mediaitem112947567.jpg" alt="DJ Ace" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.0.1.1">1:22</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.1.0">1Xtra&#x27;s DJ Ace: If someone is racist, call it out</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.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=".t2af7nhw3u.1.a.0.1.$53071250.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=".t2af7nhw3u.1.a.0.1.$53071250.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:49+00:00" data-datetime="17 Jun 2020" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.0.1.$53071250.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-12" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53070881" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.a.0.1.$53070881.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.0.1.1">2:39</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.1.0">Black celebrities on life growing up in the UK</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$53070881.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53070881.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-13" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52937905" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.a.0.1.$52937905.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$52937905.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52937905.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-14" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52813673" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.a.0.1.$52813673.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2.0.0.1.0">11 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52813673.0.0.1.2.1.1">703</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-15" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52933380" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.a.0.1.$52933380.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.0.1.1">1:55</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.1.0">US kids give their reactions to protests</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52933380.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$52933380.0.0.1.2.0.0.1.0">5 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-16" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52936388" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D376/production/_112743145_p08g5slr.jpg" alt="composite" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.0.1.1">1:49</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52936388.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52936388.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$52936388.0.0.1.2.0.0.1.0">8 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-17" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52963918" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B172/production/_112762454_p08gcn3v.jpg" alt="raheem" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.0.1.1">0:54</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52963918.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52963918.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$52963918.0.0.1.2.0.0.1.0">8 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-18" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52976350" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/106EF/production/_112811376_p08gfw2y.jpg" alt="Kids" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.0.1.1">2:07</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52976350.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$52976350.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$52976350.0.0.1.2.0.0.1.0">9 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-19" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/44856758" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/4835/production/_102558481_p06f0628.jpg" alt="Children's books" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.0.1.1">0:33</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.1.0">Do you notice the race of characters in your books?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.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=".t2af7nhw3u.1.a.0.1.$44856758.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=".t2af7nhw3u.1.a.0.1.$44856758.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-17T15:34:14+00:00" data-datetime="17 Jul 2018" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.1.2.0.0.1.0">17 Jul 2018</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.0.1.$44856758.0.0.1.2.0.0.1.1">17 July 2018</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-20" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/49613514" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/7EDA/production/_108647423_vt1.jpg" alt="balraj" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.0.1.1">3:07</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.1.0">Racism in football: Balraj&#x27;s story</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.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=".t2af7nhw3u.1.a.0.1.$49613514.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=".t2af7nhw3u.1.a.0.1.$49613514.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-11T07:06:52+00:00" data-datetime="11 Sep 2019" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.1.2.0.0.1.0">11 Sep 2019</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.0.1.$49613514.0.0.1.2.0.0.1.1">11 September 2019</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-21" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/37872603" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.a.0.1.$37872603.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.0.1.1">0:28</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.1.0">US kids talk about issue of police shootings</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.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=".t2af7nhw3u.1.a.0.1.$37872603.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$37872603.0.0.1.2.0.0.1.0">4 Nov 2016</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.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-3" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-22" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51826298" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9BD3/production/_111219893_youngreporter2.jpg" alt="Young-reporter-pic" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.0.1.1">1:31</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.1.0">The girl campaigning for more diversity in books</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.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=".t2af7nhw3u.1.a.0.1.$51826298.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=".t2af7nhw3u.1.a.0.1.$51826298.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-03-11T06:52:05+00:00" data-datetime="11 Mar 2020" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.1.2.0.0.1.0">11 Mar 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.0.1.$51826298.0.0.1.2.0.0.1.1">11 March 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=".t2af7nhw3u.1.a.0.1.$53027124"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-23" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53027124" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/15586/production/_112903478_rhys_2.jpg" alt="Rhys-Stephenson." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.0.1.1">1:18</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.1.0">CBBC HQ&#x27;s Rhys tells us who inspires him</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.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=".t2af7nhw3u.1.a.0.1.$53027124.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=".t2af7nhw3u.1.a.0.1.$53027124.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-15T05:11:09+00:00" data-datetime="15 Jun 2020" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.1.2.0.0.1.0">15 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.0.1.$53027124.0.0.1.2.0.0.1.1">15 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=".t2af7nhw3u.1.a.0.1.$53013219"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-24" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/53013219" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5A88/production/_112867132_p08gpyxm.jpg" alt="Mae Carol Jemison" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.0.1.1">1:12</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.1.0">Meet the first African-American woman to travel into space</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.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=".t2af7nhw3u.1.a.0.1.$53013219.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=".t2af7nhw3u.1.a.0.1.$53013219.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-12T05:22:28+00:00" data-datetime="12 Jun 2020" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.1.2.0.0.1.0">12 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.0.1.$53013219.0.0.1.2.0.0.1.1">12 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=".t2af7nhw3u.1.a.0.1.$52965665"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-25" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52965665" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/71B7/production/_112811192_gettyimages-1218218830.jpg" alt="edward-colstan-statue." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.0">Why are people arguing about statues?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.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=".t2af7nhw3u.1.a.0.1.$52965665.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=".t2af7nhw3u.1.a.0.1.$52965665.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-10T13:22:34+00:00" data-datetime="10 Jun 2020" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.0.0.1.0">10 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.0.0.1.1">10 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.a.0.1.$52965665.0.0.1.2.1.1">72</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-26" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52943167" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1336F/production/_106830787_gettyimages-545634390.jpg" alt="kids on tablets" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.0.1.1">2:20</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.1.0">How to spot fake news and misinformation online</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.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=".t2af7nhw3u.1.a.0.1.$52943167.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=".t2af7nhw3u.1.a.0.1.$52943167.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:15:14+00:00" data-datetime="8 Jun 2020" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.1.2.0.0.1.0">8 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.a.0.1.$52943167.0.0.1.2.0.0.1.1">8 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-3" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.a.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-3" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.a.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".t2af7nhw3u.1.a.1.0.0.0.0"><button class="newsround-button newsround-button--purple" tabindex="-1" aria-label="Show more stories" data-reactid=".t2af7nhw3u.1.a.1.0.0.0.0.0"><span data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.b"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".t2af7nhw3u.1.b.0"><div class="newsround-more-stories__header" data-reactid=".t2af7nhw3u.1.b.0.0"><div class="newsround-more-stories__header-item" data-reactid=".t2af7nhw3u.1.b.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-4" data-reactid=".t2af7nhw3u.1.b.0.0.0.0">Quiz-fest</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".t2af7nhw3u.1.b.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-1" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/47387157" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.b.0.1.$47387157.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0.1.0">Test your Marvel and DC superhero skills!</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$47387157.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$47387157.0.0.1.2.0.0.1.0">14 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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-4" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-2" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52343789" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12812/production/_111849757_flamingo.jpg" alt="Flamingos" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.1.0">Which animal are you?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52343789.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$52343789.0.0.1.2.0.0.1.0">21 Apr 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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-4" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-3" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52545218" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/169C7/production/_112151629_gettyimages-1142576725.jpg" alt="cherry-tree" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.0">Can you name the tree?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2.0.0.1.0">5 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52545218.0.0.1.2.1.1">78</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-4" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/45576191" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.b.0.1.$45576191.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.0">Quiz: Celebrity Cake Off</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.2.0.0.1.0">26 Sep 2018</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$45576191.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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-4" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-5" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52527526" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.b.0.1.$52527526.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.0">Which Star Wars character are you?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2.0.0.1.0">4 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52527526.0.0.1.2.1.1">191</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-6" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/45355679" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1A06/production/_103226660_claudia-beard.jpg" alt="Female presenter with full beard." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.0">Who&#x27;s behind the beard?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.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=".t2af7nhw3u.1.b.0.1.$45355679.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=".t2af7nhw3u.1.b.0.1.$45355679.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-08-30T10:50:57+00:00" data-datetime="30 Aug 2018" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.0.0.1.0">30 Aug 2018</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.0.0.1.1">30 August 2018</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.b.0.1.$45355679.0.0.1.2.1.1">83</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-7" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52565132" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.b.0.1.$52565132.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.0">Do you know your cash?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2.0.0.1.0">7 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52565132.0.0.1.2.1.1">56</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-8" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52648988" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/374B/production/_112255141_auntitled.jpg" alt="earth in hands" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.0">Quiz: How much do you know about planet Earth?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.2.0.0.1.0">13 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$52648988.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52648988.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=".t2af7nhw3u.1.b.0.1.$45435173"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-9" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/45435173" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.b.0.1.$45435173.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.0">World Records - True or false?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.2.0.0.1.0">6 Sep 2018</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$45435173.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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-4" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-10" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52649183" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/148BB/production/_112255148_ra.jpg" alt="celebrity siblings" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.0">Quiz: Guess the celebrity siblings</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2.0.0.1.0">13 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$52649183.0.0.1.2.1.1">35</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-11" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/49766312" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0933/production/_108855320_get1.jpg" alt="Friends" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.0">How much do you know about Friends?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.2.0.0.1.0">21 Sep 2019</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$49766312.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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-4" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-12" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/45861154" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.b.0.1.$45861154.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0.1.0">Can you guess the royal baby?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$45861154.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$45861154.0.0.1.2.0.0.1.0">26 Sep 2019</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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-4" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-13" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/46103360" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.b.0.1.$46103360.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.0">How well do you know your US presidents?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.2.0.0.1.0">6 Nov 2018</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$46103360.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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-4" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-14" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/45024727" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.b.0.1.$45024727.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.1.0">Which Harry Potter family do you belong to?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.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=".t2af7nhw3u.1.b.0.1.$45024727.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.1.2.0.0.1.0">31 Jul 2018</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.0.1.$45024727.0.0.1.2.0.0.1.1">31 July 2018</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-15" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/48768960" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/181FE/production/_107541889_sports.jpg" alt="variety-of-sports." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.0">Which of these sports aren&#x27;t in the Olympics?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.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=".t2af7nhw3u.1.b.0.1.$48768960.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=".t2af7nhw3u.1.b.0.1.$48768960.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-26T06:21:26+00:00" data-datetime="26 Jun 2019" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.0.0.1.0">26 Jun 2019</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.0.0.1.1">26 June 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.b.0.1.$48768960.0.0.1.2.1.1">2</span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-4" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.b.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-4" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.b.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".t2af7nhw3u.1.b.1.0.0.0.0"><button class="newsround-button newsround-button--pink" tabindex="-1" aria-label="Show more stories" data-reactid=".t2af7nhw3u.1.b.1.0.0.0.0.0"><span data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.c"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".t2af7nhw3u.1.c.0"><div class="newsround-more-stories__header" data-reactid=".t2af7nhw3u.1.c.0.0"><div class="newsround-more-stories__header-item" data-reactid=".t2af7nhw3u.1.c.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-5" data-reactid=".t2af7nhw3u.1.c.0.0.0.0">Newsround Learn</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".t2af7nhw3u.1.c.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-1" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51118364" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/4453/production/_110519471_teacher1_getty.jpg" alt="Teacher and children in a school classroom" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.1.0">Welcome to Newsround Teachers</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.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=".t2af7nhw3u.1.c.0.1.$51118364.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=".t2af7nhw3u.1.c.0.1.$51118364.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-15T13:50:19+00:00" data-datetime="15 Jan 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.1.2.0.0.1.0">15 Jan 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$51118364.0.0.1.2.0.0.1.1">15 January 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=".t2af7nhw3u.1.c.0.1.$51723696"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-2" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51723696" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11EF5/production/_111116437_p07m5qmk.jpg" alt="newsround" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.1.0">Newsround: Our big stories this week</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.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=".t2af7nhw3u.1.c.0.1.$51723696.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=".t2af7nhw3u.1.c.0.1.$51723696.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-17T08:49:40+00:00" data-datetime="17 Jun 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$51723696.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-5" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-3" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51836693" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.c.0.1.$51836693.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.1.0">Newsround worksheet: Friday&#x27;s headlines and glossary</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.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=".t2af7nhw3u.1.c.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=".t2af7nhw3u.1.c.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-07-17T09:00:11+00:00" data-datetime="4 days ago" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$51836693.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-5" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-4" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52712926" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11797/production/_112357517_anrteachers_3-1.jpg" alt="climate" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.1.0">Newsround topics: Climate change and pollution</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.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=".t2af7nhw3u.1.c.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=".t2af7nhw3u.1.c.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=".t2af7nhw3u.1.c.0.1.$52712926.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$52712926.0.0.1.2.0.0.1.0">19 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.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-5" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-5" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52720395" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2E63/production/_112357811_nrteachers_6.jpg" alt="history" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.1.0">Newsround topics: People and events from history</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.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=".t2af7nhw3u.1.c.0.1.$52720395.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=".t2af7nhw3u.1.c.0.1.$52720395.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-19T14:50:26+00:00" data-datetime="19 May 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.0.0.1.2.0.0.1.0">19 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$52720395.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-5" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-6" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52712121" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/05C3/production/_112357410_anrteachers_3.jpg" alt="space" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.1.0">Newsround topics: Space, astronauts and planets</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.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=".t2af7nhw3u.1.c.0.1.$52712121.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=".t2af7nhw3u.1.c.0.1.$52712121.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-19T14:48:55+00:00" data-datetime="19 May 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.0.0.1.2.0.0.1.0">19 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$52712121.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-5" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-7" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52713537" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/AB63/production/_112357834_nrteachers_7.jpg" alt="nature" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.1.0">Newsround topics: The Natural World</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.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=".t2af7nhw3u.1.c.0.1.$52713537.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=".t2af7nhw3u.1.c.0.1.$52713537.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-19T14:47:04+00:00" data-datetime="19 May 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.0.0.1.2.0.0.1.0">19 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$52713537.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-5" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-8" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52713333" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0A0F/production/_112357520_anrteachers_4-1.jpg" alt="Mental health" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.1.0">Newsround topics: PSHE and Mental Health</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.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=".t2af7nhw3u.1.c.0.1.$52713333.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=".t2af7nhw3u.1.c.0.1.$52713333.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-19T13:45:30+00:00" data-datetime="19 May 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.0.0.1.2.0.0.1.0">19 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$52713333.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-5" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-9" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51644659" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1CFE/production/_111122470_laverne_antrobus.jpg" alt="Laverne antrobus tips" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--teal newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.0.1.1">0:56</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.1.0">Five tips if you&#x27;re feeling worried about climate change</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.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=".t2af7nhw3u.1.c.0.1.$51644659.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=".t2af7nhw3u.1.c.0.1.$51644659.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-03-03T06:41:35+00:00" data-datetime="3 Mar 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.1.2.0.0.1.0">3 Mar 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$51644659.0.0.1.2.0.0.1.1">3 March 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=".t2af7nhw3u.1.c.0.1.$52410744"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-10" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/52410744" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/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=".t2af7nhw3u.1.c.0.1.$52410744.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.0">Australia: Life after the bushfires</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.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=".t2af7nhw3u.1.c.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=".t2af7nhw3u.1.c.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=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2.0.0.1.0">28 Apr 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.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=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.c.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=".t2af7nhw3u.1.c.0.1.$52410744.0.0.1.2.1.1">25</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-11" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/43793769" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/28BF/production/_103113401_mediaitem103113400.jpg" alt="Empire Windrush" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.0">What is the Windrush Generation?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.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=".t2af7nhw3u.1.c.0.1.$43793769.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=".t2af7nhw3u.1.c.0.1.$43793769.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-22T05:40:57+00:00" data-datetime="22 Jun 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.0.0.1.0">22 Jun 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.0.0.1.1">22 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.c.0.1.$43793769.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-5" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-12" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51388287" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/93B9/production/_111371873_gettyimages-1097731282.jpg" alt="climate-change-renewable-energy-graphic." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.0">Five epic inventions fighting climate change</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.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=".t2af7nhw3u.1.c.0.1.$51388287.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=".t2af7nhw3u.1.c.0.1.$51388287.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-22T05:45:16+00:00" data-datetime="22 Apr 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.0.0.1.0">22 Apr 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.0.0.1.1">22 April 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.c.0.1.$51388287.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-5" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-13" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/48201749" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6895/production/_106837762_1.jpg" alt="crowds-celebrating-VE-day." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.1.0">What is VE Day?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.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=".t2af7nhw3u.1.c.0.1.$48201749.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=".t2af7nhw3u.1.c.0.1.$48201749.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-08T07:46:38+00:00" data-datetime="8 May 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.1.2.0.0.1.0">8 May 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$48201749.0.0.1.2.0.0.1.1">8 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=".t2af7nhw3u.1.c.0.1.$51403096"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-14" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/51403096" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6180/production/_110806942_p082hykf.jpg" alt="inside-my-head-taking-control-of-my-anxiety-a-newsround-special" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--teal newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.0.1.1">27:54</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.1.0">Inside My Head: Taking Control of My Anxiety</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.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=".t2af7nhw3u.1.c.0.1.$51403096.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=".t2af7nhw3u.1.c.0.1.$51403096.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-07T09:39:52+00:00" data-datetime="7 Feb 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.1.2.0.0.1.0">7 Feb 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$51403096.0.0.1.2.0.0.1.1">7 February 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=".t2af7nhw3u.1.c.0.1.$42810179"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-15" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/42810179" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/13DDA/production/_102207318_mediaitem102207317.jpg" alt="A single discarded plastic water bottle on a sandy beach" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.1.0">Guide: Why is plastic a problem?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.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=".t2af7nhw3u.1.c.0.1.$42810179.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=".t2af7nhw3u.1.c.0.1.$42810179.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-03-17T15:15:56+00:00" data-datetime="17 Mar 2020" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.1.2.0.0.1.0">17 Mar 2020</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$42810179.0.0.1.2.0.0.1.1">17 March 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=".t2af7nhw3u.1.c.0.1.$48352689"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-16" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/48352689" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2037/production/_107074280_trumpindex.jpg" alt="trump-wall" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.0">Living with the wall: A Newsround special</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.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=".t2af7nhw3u.1.c.0.1.$48352689.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=".t2af7nhw3u.1.c.0.1.$48352689.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-04T06:04:16+00:00" data-datetime="4 Jun 2019" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.0.0.1.0">4 Jun 2019</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.0.0.1.1">4 June 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.1.0.0"><title data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".t2af7nhw3u.1.c.0.1.$48352689.0.0.1.2.1.1">4</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-17" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/25036313" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/7427/production/_92653792_anxiety.jpg" alt="Cartoon" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.1.0">What is anxiety?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.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=".t2af7nhw3u.1.c.0.1.$25036313.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=".t2af7nhw3u.1.c.0.1.$25036313.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-02-15T07:11:23+00:00" data-datetime="15 Feb 2019" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.1.2.0.0.1.0">15 Feb 2019</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$25036313.0.0.1.2.0.0.1.1">15 February 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=".t2af7nhw3u.1.c.0.1.$49997791"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-18" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/49997791" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/6273/production/_95330252_whatismentalhealth.jpg" alt="mental-health-problem-graphic." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.0.0.0"/></div><span data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.1.0">What is a mental health problem?</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.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=".t2af7nhw3u.1.c.0.1.$49997791.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=".t2af7nhw3u.1.c.0.1.$49997791.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-10-10T10:23:16+00:00" data-datetime="10 Oct 2019" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.1.2.0.0.1.0">10 Oct 2019</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$49997791.0.0.1.2.0.0.1.1">10 October 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=".t2af7nhw3u.1.c.0.1.$44503109"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-19" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/44503109" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/617A/production/_103645942_windrush-index.jpg" alt="Maya in a blue top, Levi in a red top, both smiling at the camera." class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--teal newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.0.1.1">27:19</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.1.0">Finding My Family - Windrush</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.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=".t2af7nhw3u.1.c.0.1.$44503109.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=".t2af7nhw3u.1.c.0.1.$44503109.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-06-18T05:48:33+00:00" data-datetime="18 Jun 2018" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.1.2.0.0.1.0">18 Jun 2018</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$44503109.0.0.1.2.0.0.1.1">18 June 2018</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-20" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0"><a href="/web/20200721131721/https://www.bbc.co.uk/newsround/40848395" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0"><div class="newsround-promo__media" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.0.0"><img src="https://web.archive.org/web/20200721131721im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/14931/production/_97237248_titleslateweb.jpg" alt="Finding My Family graphic" class="newsround-promo__responsive-image" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--teal newsround-promo__promolabel--duration" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.0.1.0.0"><title data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.0.1.1">23:43</span></span></div><div class="newsround-promo__main" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.1"><p class="newsround-promo__headline" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.1.0">Finding My Family - Partition</p><div class="newsround-promo__footer" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.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=".t2af7nhw3u.1.c.0.1.$40848395.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=".t2af7nhw3u.1.c.0.1.$40848395.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2017-08-08T10:11:06+00:00" data-datetime="8 Aug 2017" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.1.2.0.0.1.0">8 Aug 2017</span><span class="gs-u-vh" data-reactid=".t2af7nhw3u.1.c.0.1.$40848395.0.0.1.2.0.0.1.1">8 August 2017</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=".t2af7nhw3u.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=".t2af7nhw3u.1.c.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-5" data-reactid=".t2af7nhw3u.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=".t2af7nhw3u.1.c.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".t2af7nhw3u.1.c.1.0.0.0.0"><button class="newsround-button newsround-button--teal" tabindex="-1" aria-label="Show more stories" data-reactid=".t2af7nhw3u.1.c.1.0.0.0.0.0"><span data-reactid=".t2af7nhw3u.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/20200721131721/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20200721131721/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/20200721131721/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/20200721131721/https://advertising.bbcworldwide.com/">Advertise with us<'+'/a><'+'/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20200721131721/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/20200721131721/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20200721131721/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20200721131721/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/20200721131721/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/aca157ce812540152d62d3742f6c491c/" src="https://web.archive.org/web/20200721131721js_/https://nav.files.bbci.co.uk/orbit/aca157ce812540152d62d3742f6c491c/js/orb.min.js"></script> <script type="text/javascript">require(['orb/lib/_$'], function($) { $.ready(function() { initialiseFooter(); }); var scrollCheckTimer; var didScroll; var previousPosition = 0; var delta = 5; var PROMO_SHOW_BREAKPOINT = 1500; var pageLength = 0; 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) { require(['orb/cookies'], function (bbccookies) { var disabledByCookie = (parseInt(bbccookies.get('ckns_nav_promofail')) || 0) >= 3; if (!disabledByCookie) { 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/20200721131721/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">/*<![CDATA[*/ require(['orb/nav'], function(nav) { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { nav.loadJs('https://web.archive.org/web/20200721131721/https://nav.files.bbci.co.uk/orbit/aca157ce812540152d62d3742f6c491c/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/20200721131721im_/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/20200721131721/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">if (window.SEARCHBOX.suppress === false && window.SEARCHBOX.locale && /^en-?.*?/.test(window.SEARCHBOX.locale)) { require.config({ paths: { "search/searchbox": window.SEARCHBOX.searchboxAppStaticPrefix, } }); if (bbcuser && bbcuser.isUKCombined) { bbcuser.isUKCombined().then(function (isUK) { if (isUK) { require(['search/searchbox/searchboxDrawer'], function (SearchboxDrawer) { SearchboxDrawer.run(window.SEARCHBOX); }); } }); } }</script> <script type="text/javascript">window.COOKIES_STATIC_HOST = 'https://web.archive.org/web/20200721131721/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-468.5f3cdf8/cookie-banner/cookie-prompt/';</script><script src="https://web.archive.org/web/20200721131721js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-468.5f3cdf8/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/20200721131721js_/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/20200721131721/https://emp.bbci.co.uk/emp/bump-3/bump-3","bump-4":"//web.archive.org/web/20200721131721/https://emp.bbci.co.uk/emp/bump-4/bump-4","echo-8.1.0":"//web.archive.org/web/20200721131721/https://static.bbci.co.uk/echoclient/modules/echo-8.1.0.js","jssignals-1":"//web.archive.org/web/20200721131721/https://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1","jquery-1":"//web.archive.org/web/20200721131721/https://static.test.bbc.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2","jquery-1.9":"//web.archive.org/web/20200721131721/https://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1","swfobject-2":"//web.archive.org/web/20200721131721/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/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/More%20stories%201/version/4.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"More Stories","items":[{"promoType":"story","timestamp":"2020-06-18T15:23:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/https:\/\/www.bbc.co.uk\/newsround#more-stories-3","includeComments":false},{"id":"53334994","promoType":"story","timestamp":"2020-07-21T05:14:13+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1823B\/production\/_113557889_p08lbm3h.jpg","imgAlt":"Keyframe #2","headline":"'Not having access to drama has been hard'","summary":"Many theatres, galleries, museums and other cultural venues have been closed since March due to the Covid-19 pandemic. We spoke to some of you about how it's been to not have access to performing arts during this time.","href":"\/newsround\/53334994","includeComments":true},{"id":"53483176","promoType":"story","timestamp":"2020-07-21T12:01:28+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/FEA1\/production\/_113558156_hi044301711.jpg","imgAlt":"Russian flag","headline":"Russia sees the UK as one of its 'top targets'","summary":"A government report published by Parliament's Intelligence and Security Committee has detailed the threat that Russia poses to the UK.","href":"\/newsround\/53483176","includeComments":true},{"id":"53469525","promoType":"story","timestamp":"2020-07-20T19:00:50+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0426\/production\/_113526010_clinic-injection04--credit-.jpg","imgAlt":"Woman being vaccinated","headline":"Coronavirus: Oxford vaccine triggers an immune response","summary":"The UK government has put in an early order for millions of doses of potential Covid-19 vaccines, including one being tested at Oxford University which appears safe and has triggered an immune response in early trials.","href":"\/newsround\/53469525","includeComments":false},{"id":"53447792","promoType":"story","timestamp":"2020-07-21T05:16:58+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/14AD4\/production\/_113529648_gettyimages-452085243.jpg","imgAlt":"Niall-Horan-Harry-Styles-Liam-Payne-Zayn-Malik-Louis-Tomlinson.","headline":"Ten years of One Direction - hits, haircuts and solo careers","summary":"It has been a decade since five X Factor hopefuls were turned into the boy band One Direction. Let's take a look over the last ten 10 years!","href":"\/newsround\/53447792","includeComments":true},{"id":"53312680","promoType":"media","timestamp":"2020-07-12T08:01:50+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/CE3B\/production\/_113259725_p08k0dm4.jpg","imgAlt":"a-boy-called-elliot-sits-in-his-garden-surrounded-by-plants","headline":"'I'm incredibly excited to go to secondary school'","summary":"Lots of you might be starting a new school next term, including leaving primary and heading to secondary or high school. So, what's it like preparing for a new school, when you're still learning at home?","href":"\/newsround\/53312680","includeComments":false,"videoOptions":{"title":"\"i'm incredibly excited to go to secondary school\"","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08k09xt","vpid":"p08k09xy","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k0dm4.jpg","mediaType":"video","mediaForm":"clip","duration":"1:40"}},{"id":"53471089","promoType":"story","timestamp":"2020-07-20T13:57:19+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/6740\/production\/_113523462_gettyimages-1192817418.jpg","imgAlt":"An Aerial view of White Island located in Bay of Plenty on March 26, 2016 near Whakatane, New Zealand.","headline":"Scientists invent new volcano alert system","summary":"Scientists in New Zealand have invented a new volcano alert system that they say could have provided warning ahead of last year's eruption on White Island disaster.","href":"\/newsround\/53471089","includeComments":true},{"id":"53443668","promoType":"story","timestamp":"2020-07-20T07:47:37+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0A62\/production\/_113485620_107a3ad8-e748-4c6c-bc0d-3bab53db418c.jpg","imgAlt":"Probe in sky","headline":"UAE successfully launches first mission to Mars","summary":"The Hope probe is now beginning a seven-month journey to the planet.","href":"\/newsround\/53443668","includeComments":true},{"id":"53463386","promoType":"story","timestamp":"2020-07-20T05:57:19+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/B7E9\/production\/_113518074_gettyimages-92800241.jpg","imgAlt":"John Lewis","headline":"Who was the civil rights activist John Lewis?","summary":"Tributes have been paid to civil rights activist John Lewis, who died this week at the age of 80. Find out more about his life here.","href":"\/newsround\/53463386","includeComments":true},{"id":"53457415","promoType":"story","timestamp":"2020-07-19T07:20:02+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/630A\/production\/_109545352_gettyimages-90167177.jpg","imgAlt":"girls-playing-football.","headline":"When can I start playing football again?","summary":"The Football Association (FA) have published guidance for the return of outdoor grassroots football, with the backing of the government.","href":"\/newsround\/53457415","includeComments":true},{"id":"53473907","promoType":"story","timestamp":"2020-07-20T15:29:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/11550\/production\/_113529907_gettyimages-940461304.jpg","imgAlt":"Polar bear","headline":"How bad is climate change for polar bears?","summary":"Scientists have predicted how long polar bears will survive for if we don't take action against climate change.","href":"\/newsround\/53473907","includeComments":false},{"id":"53420877","promoType":"story","timestamp":"2020-07-19T07:19:39+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2B02\/production\/_113401011_gettyimages-1178735228.jpg","imgAlt":"baking-at-home-with-family.","headline":"Lockdown skills: What have you been doing?","summary":"From gardening to baking, to playing a musical instrument, what skills have you learnt during your time in lockdown?","href":"\/newsround\/53420877","includeComments":true},{"id":"53473309","promoType":"story","timestamp":"2020-07-20T12:58:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/72D0\/production\/_113529392_gettyimages-1188198740.jpg","imgAlt":"X-Box-One.","headline":"The massive virtual Xbox event taking place this week!","summary":"Gaming fans will be able to try loads of new games at home as part of the Xbox Summer Game Festival this week.","href":"\/newsround\/53473309","includeComments":true},{"id":"51312911","promoType":"story","timestamp":"2020-05-05T06:40:41+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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":"50434875","promoType":"media","timestamp":"2020-07-19T13:21:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/3656\/production\/_113501931_p08l5x2q.jpg","imgAlt":"A mans face with a cat tail in-front of it","headline":"Happy News - Animal special","summary":"Hayley brings you a round-up of happy news this week. We've got an animal special for you.","href":"\/newsround\/50434875","includeComments":false,"videoOptions":{"title":"Happy News","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08l5x09","vpid":"p08l5x0c","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08l5x2q.jpg","mediaType":"video","mediaForm":"clip","duration":"1:04"}},{"id":"53469795","promoType":"media","timestamp":"2020-07-20T06:53:59+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/693E\/production\/_113524962_p08l3sl2.jpg","imgAlt":"Six-year-old Jacob has raised over 拢500 for his team Wigan Athletic.","headline":"Meet the young football fan trying to save his team!","summary":"Six-year-old Jacob has raised over 拢500 for his team Wigan Athletic.","href":"\/newsround\/53469795","includeComments":false,"videoOptions":{"title":"Meet the young football fan trying to save his team!","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08l3rvl","vpid":"p08lblcv","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lbllq.jpg","mediaType":"video","mediaForm":"clip","duration":"1:18"}},{"id":"53427502","promoType":"media","timestamp":"2020-07-20T05:10:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/141A6\/production\/_113424328_p08kw559.jpg","imgAlt":"Martin-shielding","headline":"What has shielding been like?","summary":"For 12 weeks of lockdown people who were shielding were not able to go outside, Martin's been chatting to kids affected to find out what it has been like.","href":"\/newsround\/53427502","includeComments":false,"videoOptions":{"title":"Martin Shielding","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08kw53k","vpid":"p08kw53r","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kw559.jpg","mediaType":"video","mediaForm":"clip","duration":"1:37"}},{"id":"53469794","promoType":"story","timestamp":"2020-07-20T06:37:25+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/8487\/production\/_108572933_70b34cfb-b830-4859-907a-0c0203f2be7f.jpg","imgAlt":"Two cyclists at Cape Wrath","headline":"Huge increase in cycling in Scotland","summary":"Study finds fivefold increase in bicycle journeys","href":"\/newsround\/53469794","includeComments":true},{"id":"53317765","promoType":"media","timestamp":"2020-07-07T13:55:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/B993\/production\/_113270574_p08k35cz.jpg","imgAlt":"ballet","headline":"Ballet school hopes to inspire kids in Nigeria","summary":"A ballet school in Nigeria is hoping to inspire kids who wouldn't normally be able to afford ballet to take up dancing.","href":"\/newsround\/53317765","includeComments":false,"videoOptions":{"title":"Ballet school hopes to inspire kids in Nigeria","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08k34xt","vpid":"p08k34xy","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08k35cz.jpg","mediaType":"video","mediaForm":"clip","duration":"1:28"}},{"id":"53446065","promoType":"media","timestamp":"2020-07-19T14:18:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/BC65\/production\/_113492284_p08l3gtq.jpg","imgAlt":"bilby","headline":"Bilbies are 'thriving' in the wild in Australia again","summary":"A special conservation project to help increase the number of bilbies in the wild has been successful!","href":"\/newsround\/53446065","includeComments":false,"videoOptions":{"title":"Bilby numbers up in the wild","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08l3g94","vpid":"p08l3g96","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08l3gtq.jpg","mediaType":"video","mediaForm":"clip","duration":"1:42"}},{"id":"53462648","promoType":"story","timestamp":"2020-07-19T10:08:13+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2243\/production\/_113517780_hi062516694.jpg","imgAlt":"(Left to right) The Duke of Edinburgh, the Queen, Princess Beatrice and Edoardo Mapelli Mozzi outside the Royal Chapel of All Saints","headline":"Photos of Princess Beatrice's wedding have been released","summary":"Buckingham Palace has shared photos from the wedding of Princess Beatrice and Edoardo Mapelli Mozzi.","href":"\/newsround\/53462648","includeComments":true},{"id":"51318780","promoType":"story","timestamp":"2020-07-19T14:19:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1480F\/production\/_113438938_logobckground.jpg","imgAlt":"Quiz of the week","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":"53435914","promoType":"story","timestamp":"2020-07-18T06:14:27+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1C94\/production\/_113461370_ukfirst.twinandeanbearcubsbornatchesterzoo-andthey'readorable!-22.jpg","imgAlt":"Andean-cubs.","headline":"Chester Zoo has welcomed twin bear cubs!","summary":"The furry twins are the first Andean bears ever born in the UK.","href":"\/newsround\/53435914","includeComments":true}]}}); });</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/4.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Quiz-fest","items":[{"id":"47387157","promoType":"story","timestamp":"2020-05-14T06:44:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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":"45355679","promoType":"story","timestamp":"2018-08-30T10:50:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1A06\/production\/_103226660_claudia-beard.jpg","imgAlt":"Female presenter with full beard.","headline":"Who's behind the beard?","summary":"To celebrate World Beard Day, we've given a few few celebrities some new facial hair. Can you guess who they are?","href":"\/newsround\/45355679","includeComments":true},{"id":"52565132","promoType":"story","timestamp":"2020-05-07T15:42:12+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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},{"id":"48768960","promoType":"story","timestamp":"2019-06-26T06:21:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/181FE\/production\/_107541889_sports.jpg","imgAlt":"variety-of-sports.","headline":"Which of these sports aren't in the Olympics?","summary":"Following news that breakdancing could be included at the 2024 Olympic Games in Paris, test your knowledge of the event's sports.","href":"\/newsround\/48768960","includeComments":true}]}}); });</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/4.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Newsround Learn","items":[{"id":"51118364","promoType":"story","timestamp":"2020-01-15T13:50:19+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/4453\/production\/_110519471_teacher1_getty.jpg","imgAlt":"Teacher and children in a school classroom","headline":"Welcome to Newsround Teachers","summary":"CBBC's Newsround is the only integrated daily news service for kids and we have a wealth of material that could be used in any classroom","href":"\/newsround\/51118364","includeComments":false},{"id":"51723696","promoType":"story","timestamp":"2020-06-17T08:49:40+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/11EF5\/production\/_111116437_p07m5qmk.jpg","imgAlt":"newsround","headline":"Newsround: Our big stories this week","summary":"Find out what Newsround has been talking about this week","href":"\/newsround\/51723696","includeComments":false},{"id":"51836693","promoType":"story","timestamp":"2020-07-17T09:00:11+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/70AA\/production\/_111224882_titlepage.png","imgAlt":"Big Stories and big words","headline":"Newsround worksheet: Friday's headlines and glossary","summary":"Here's all you need to know in a few lines and what all the words mean!","href":"\/newsround\/51836693","includeComments":false},{"id":"52712926","promoType":"story","timestamp":"2020-05-19T11:53:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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":"52720395","promoType":"story","timestamp":"2020-05-19T14:50:26+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2E63\/production\/_112357811_nrteachers_6.jpg","imgAlt":"history","headline":"Newsround topics: People and events from history","summary":"Newsround topics: People and events from history","href":"\/newsround\/52720395","includeComments":false},{"id":"52712121","promoType":"story","timestamp":"2020-05-19T14:48:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/05C3\/production\/_112357410_anrteachers_3.jpg","imgAlt":"space","headline":"Newsround topics: Space, astronauts and planets","summary":"Newsround topics: Space, astronauts and planets","href":"\/newsround\/52712121","includeComments":false},{"id":"52713537","promoType":"story","timestamp":"2020-05-19T14:47:04+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/AB63\/production\/_112357834_nrteachers_7.jpg","imgAlt":"nature","headline":"Newsround topics: The Natural World","summary":"Newsround topics: The Natural World","href":"\/newsround\/52713537","includeComments":false},{"id":"52713333","promoType":"story","timestamp":"2020-05-19T13:45:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0A0F\/production\/_112357520_anrteachers_4-1.jpg","imgAlt":"Mental health","headline":"Newsround topics: PSHE and Mental Health","summary":"Newsround topics: PSHE and Mental Health","href":"\/newsround\/52713333","includeComments":false},{"id":"51644659","promoType":"media","timestamp":"2020-03-03T06:41:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1CFE\/production\/_111122470_laverne_antrobus.jpg","imgAlt":"Laverne antrobus tips","headline":"Five tips if you're feeling worried about climate change","summary":"Psychologist Laverne Antrobus has some advice if thinking about the environment is getting you down.","href":"\/newsround\/51644659","includeComments":false,"videoOptions":{"title":"5 tips if you're feeling worried about climate change","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p084t5bv","vpid":"p0853b0r","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0853b2n.jpg","mediaType":"video","mediaForm":"clip","duration":"0:56"}},{"id":"52410744","promoType":"story","timestamp":"2020-04-28T05:30:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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":"43793769","promoType":"story","timestamp":"2020-06-22T05:40:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/28BF\/production\/_103113401_mediaitem103113400.jpg","imgAlt":"Empire Windrush","headline":"What is the Windrush Generation?","summary":"After World War Two, thousands of people moved to the UK from the Caribbean - and they were known as the Windrush generation.","href":"\/newsround\/43793769","includeComments":true},{"id":"51388287","promoType":"story","timestamp":"2020-04-22T05:45:16+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/93B9\/production\/_111371873_gettyimages-1097731282.jpg","imgAlt":"climate-change-renewable-energy-graphic.","headline":"Five epic inventions fighting climate change","summary":"From carbon vacuums to kinetic pavements - check out these awesome inventions fighting climate change.","href":"\/newsround\/51388287","includeComments":true},{"id":"48201749","promoType":"story","timestamp":"2020-05-08T07:46:38+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/6895\/production\/_106837762_1.jpg","imgAlt":"crowds-celebrating-VE-day.","headline":"What is VE Day?","summary":"VE Day - or Victory in Europe Day - marks the day towards the end of World War Two when fighting against Nazi Germany in Europe came to an end on 8 May 1945.","href":"\/newsround\/48201749","includeComments":false},{"id":"51403096","promoType":"media","timestamp":"2020-02-07T09:39:52+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/6180\/production\/_110806942_p082hykf.jpg","imgAlt":"inside-my-head-taking-control-of-my-anxiety-a-newsround-special","headline":"Inside My Head: Taking Control of My Anxiety","summary":"This Newsround special follows 16-year-old mental health campaigner Molly as she learns five different ways to battle her anxiety.","href":"\/newsround\/51403096","includeComments":false,"videoOptions":{"title":"Inside My Head: Taking Control of My Anxiety","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p082hygn","vpid":"p082hygq","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p082hykf.jpg","mediaType":"video","mediaForm":"clip","duration":"27:54"}},{"id":"42810179","promoType":"story","timestamp":"2020-03-17T15:15:56+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/13DDA\/production\/_102207318_mediaitem102207317.jpg","imgAlt":"A single discarded plastic water bottle on a sandy beach","headline":"Guide: Why is plastic a problem?","summary":"More than eight million tonnes of plastic goes into the world's oceans each year. That's a lot of plastic which can harm animals and the environment. So what's being done about it?","href":"\/newsround\/42810179","includeComments":false},{"id":"48352689","promoType":"story","timestamp":"2019-06-04T06:04:16+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2037\/production\/_107074280_trumpindex.jpg","imgAlt":"trump-wall","headline":"Living with the wall: A Newsround special","summary":"Newsround has been to the US-Mexico border to find out more about US President Donald Trump's proposed border wall. Watch the series of special reports.","href":"\/newsround\/48352689","includeComments":true},{"id":"25036313","promoType":"story","timestamp":"2019-02-15T07:11:23+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/7427\/production\/_92653792_anxiety.jpg","imgAlt":"Cartoon","headline":"What is anxiety?","summary":"Newsround spoke to mental health charity Mind to find out more about anxiety and what you can do if you're worried you might be experiencing it.","href":"\/newsround\/25036313","includeComments":false},{"id":"49997791","promoType":"story","timestamp":"2019-10-10T10:23:16+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/6273\/production\/_95330252_whatismentalhealth.jpg","imgAlt":"mental-health-problem-graphic.","headline":"What is a mental health problem?","summary":"If you break your arm or catch a cold, it is more obvious to see that you are poorly. If you have a mental health problem, it can be harder to spot.","href":"\/newsround\/49997791","includeComments":false},{"id":"44503109","promoType":"media","timestamp":"2018-06-18T05:48:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/617A\/production\/_103645942_windrush-index.jpg","imgAlt":"Maya in a blue top, Levi in a red top, both smiling at the camera.","headline":"Finding My Family - Windrush","summary":"Maya and Levi head to the Caribbean to find out about where their grandparents grew up, and why they moved to the UK as part of a historic period that changed the face of Britain","href":"\/newsround\/44503109","includeComments":false,"videoOptions":{"title":"Finding My Family - Windrush: A Newsround Special","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p06b6wkx","vpid":"p06b6wl2","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p06b6wm4.jpg","mediaType":"video","mediaForm":"clip","duration":"27:19"}},{"id":"40848395","promoType":"media","timestamp":"2017-08-08T10:11:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/14931\/production\/_97237248_titleslateweb.jpg","imgAlt":"Finding My Family graphic","headline":"Finding My Family - Partition","summary":"Sumayyah, Shubhashukla and Kamolpriya are on the mission of their lives to find out what happened to their families during the Partition of India.","href":"\/newsround\/40848395","includeComments":false,"videoOptions":{"title":"Watch Finding My Family - Partition: A Newsround Special","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p05bv3k7","vpid":"p05bv3k9","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p05bv3lz.jpg","mediaType":"video","mediaForm":"clip","duration":"23:43"}}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53483155/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53483155":28}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53476674/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53476674":8}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53471685/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53471685":20}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53471089/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53471089":11}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53473309/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53473309":8}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53462648/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53462648":14}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53435914/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53435914":17}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-dynamic-feature-toggles/id/homepage/isiteproject/nrconfigs/version/undefined', {"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-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53139105/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53139105":41}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53155736/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53155736":19}}); });</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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52970105":32}}); });</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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52965984":177}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53220660/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53220660":30}}); });</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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52937905":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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52545218":78}}); });</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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52527526":191}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__43793769/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__43793769":2}}); });</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__53473311/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53473311":47}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53447792/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53447792":18}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53457415/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53457415":38}}); });</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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52630243":115}}); });</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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51877454":63}}); });</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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52813673":703}}); });</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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52648988":28}}); });</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.1.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-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__46103360/version/1.1.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/Superpromo/version/4.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/Top%20Stories/version/4.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Top Stories","items":[{"id":"53483155","promoType":"story","timestamp":"2020-07-21T12:02:59+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/CFC1\/production\/_113558135_gettyimages-1161481325.jpg","imgAlt":"Greta Thunberg on a boat","headline":"'Remarkable' Greta Thunberg gives 1m Euros to climate charities","summary":"Climate change campaigner donates prize to charities working to protect the environment and tackle climate change.","href":"\/newsround\/53483155","includeComments":true},{"id":"53473311","promoType":"story","timestamp":"2020-07-21T12:07:28+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/8B08\/production\/_113529553_schoolvote.png","imgAlt":"classroom-vote.","headline":"VOTE: Would you like to do a DAY-LONG lesson?","summary":"A school is Leicestershire is planning to hold day-long lessons in the same subject from September. What do you think about the idea?","href":"\/newsround\/53473311","includeComments":true},{"id":"53269710","promoType":"story","timestamp":"2020-07-21T05:13:29+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/BBB4\/production\/_113525084_1_thp_chp_160620slug_3989jpg.jpg","imgAlt":"Faith from COCO GIRL","headline":"Mum and daughter create magazine for black culture","summary":"Meet the mum and daughter team who have produced their own magazine","href":"\/newsround\/53269710","includeComments":false},{"id":"53476674","promoType":"story","timestamp":"2020-07-21T08:44:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/62F6\/production\/_113543352_gettyimages-1163232895.jpg","imgAlt":"man-dressed-as-character-willy-wonka","headline":"How will you get involved in Comic Con at home?","summary":"This year's event is online due to the pandemic, so how will you get involved?","href":"\/newsround\/53476674","includeComments":true},{"id":"53483470","promoType":"story","timestamp":"2020-07-21T07:43:16+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/13EED\/production\/_113554618_gettyimages-900693660.jpg","imgAlt":"Plastic, Thames Estuary","headline":"Crabs 'full of plastic' in River Thames","summary":"New research has found the River Thames in London has a problem with plastic pollution.","href":"\/newsround\/53483470","includeComments":true},{"id":"53473317","promoType":"story","timestamp":"2020-07-21T07:50:02+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/50A4\/production\/_113544602_karen_-_anoplogaster1st_notkept_nm8n6-0593b_sm.jpg","imgAlt":"Ultra-Black-Fish.","headline":"Meet the fish helping humans develop camouflage tech","summary":"Scientists have been studying the skin of deep sea fish that can absorb light so well that you can barely see them","href":"\/newsround\/53473317","includeComments":true},{"id":"53471685","promoType":"story","timestamp":"2020-07-21T08:27:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2701\/production\/_113558990_gettyimages-1177524116.jpg","imgAlt":"Chicken nugget close up view.","headline":"Would you try KFC 3D bioprinted chicken nuggets?","summary":"The company wants to try to create nuggets as close as possible in both taste and appearance to the original - being more environmentally friendly to produce than ordinary meat.","href":"\/newsround\/53471685","includeComments":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/4.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-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/Watch%20Newsround/version/4.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"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\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/465ec49c-484f-4347-e050-380a59806655","language":"en-gb","lastUpdated":"2020-07-21T08:51:07+00:00","media":{"images":{"index":{"113559465":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/DCAF\/production\/_113559465_p08ldspn.jpg","originCode":"cpsprodpb","altText":"Shanequa in the Newsround studio","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"113559467":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/12ACF\/production\/_113559467_p08ldspn.jpg","originCode":"cpsprodpb","altText":"Shanequa in the Newsround studio","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53484859":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08ldsnb"}},"primary":{"53484859":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08ldsnb"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Shanequa has your Tuesday Newsround. Hear how pollution is affecting the River Thames, the new magazine celebrating black children, and we spoke to some young actors about how they feel about not being able to perform since theatres have been closed.","type":"MAP"}],"semanticGroupName":"Watch Newsround"}}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53473317/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53473317":5}}); });</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/4.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Coronavirus","items":[{"id":"51204456","promoType":"story","timestamp":"2020-07-14T06:41:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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\/51204456","includeComments":true},{"id":"53369557","promoType":"media","timestamp":"2020-07-13T05:14:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kmwqd.jpg","mediaType":"video","mediaForm":"clip","duration":"7:59"}},{"id":"53326187","promoType":"media","timestamp":"2020-07-10T08:55:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/73AC\/production\/_113321692_elaine.jpg","imgAlt":"Elaine-Dunkley.","headline":"Your back to school questions answered","summary":"Do you have to wear masks? Are school clubs allowed? Can you hug your friends? BBC education expert Elaine Dunkley answers your questions about returning to school.","href":"\/newsround\/53326187","includeComments":false,"videoOptions":{"title":"Your back to school questions answered","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08k3dfm","vpid":"p08kct1j","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kct39.jpg","mediaType":"video","mediaForm":"clip","duration":"3:07"}},{"id":"52200989","promoType":"story","timestamp":"2020-07-14T07:15:36+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0E15\/production\/_113350630_6cd09cc7-f175-4f4e-9052-0931cb9f1f27.jpg","imgAlt":"Boris Johnson","headline":"What's the latest advice about masks?","summary":"You might have seen lots of people wearing masks and wondering whether you should be wearing one too. Here's the latest guidance and advice.","href":"\/newsround\/52200989","includeComments":true},{"id":"53291752","promoType":"story","timestamp":"2020-07-06T05:27:01+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1284E\/production\/_113245857_gettyimages-129378720-2.jpg","imgAlt":"Child hugging their","headline":"Can kids in Scotland and Wales now hug their grandparents?","summary":"Lockdown changes in Scotland and Wales mean most kids can now reunite with their grandparents. So, what are the rules and can you give them a hug?","href":"\/newsround\/53291752","includeComments":true},{"id":"52980469","promoType":"story","timestamp":"2020-07-05T10:28:13+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/144EB\/production\/_113097138_gettyimages-82980840.jpg","imgAlt":"kids-at-park.","headline":"What can I do with my friends and family now?","summary":"The UK government, as well as the governments in Scotland, Wales and Northern Ireland, have been constantly updating their lockdown rules - here's the latest information on what you can do with friends and family now.","href":"\/newsround\/52980469","includeComments":true},{"id":"53338933","promoType":"story","timestamp":"2020-07-10T05:27:15+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/FD65\/production\/_113296846_gettyimages-1074894774.jpg","imgAlt":"Family-cheering-on-beach.","headline":"Can I go on holiday and where can I go?","summary":"Some of the big questions throughout lockdown have been about when and where people will be able to go on holiday again. Here's everything you need to know about the current rules.","href":"\/newsround\/53338933","includeComments":true},{"id":"53139105","promoType":"story","timestamp":"2020-06-24T09:11:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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":"53367860","promoType":"story","timestamp":"2020-07-11T06:50:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/151F1\/production\/_113331568_gettyimages-154961321.jpg","imgAlt":"girls-camping.","headline":"Campsites, playgrounds and cinemas to reopen in Wales","summary":"Campsites, restaurants and playgrounds will reopen soon in Wales according to a big new announcement","href":"\/newsround\/53367860","includeComments":true},{"id":"53351724","promoType":"story","timestamp":"2020-07-09T17:58:50+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/11045\/production\/_113310796_gettyimages-1147610965.jpg","imgAlt":"boy-swimming-in-pool.","headline":"Pools, waterparks and sports facilities to reopen in England","summary":"England's Culture Secretary Oliver Dowden has said that swimming pools and sports facilities can reopen.","href":"\/newsround\/53351724","includeComments":true},{"id":"52821345","promoType":"story","timestamp":"2020-06-25T11:44:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1138C\/production\/_112604507_061727085.jpg","imgAlt":"Class in Tamworth","headline":"What does the new school day look like?","summary":"From class sizes, PPE and general protection, here's all we know about the latest advice on going back to school.","href":"\/newsround\/52821345","includeComments":true},{"id":"53155736","promoType":"story","timestamp":"2020-06-24T05:23:40+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0DED\/production\/_113056530_gettyimages-1154943465.jpg","imgAlt":"Child getting ready for school","headline":"Scottish schools aim to reopen without social distancing","summary":"The Scottish government plans for children to return to school in August without having to stay two metres apart - as long as the number of coronavirus cases continues to fall.","href":"\/newsround\/53155736","includeComments":true},{"id":"52896926","promoType":"media","timestamp":"2020-06-03T08:32:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fv78d.jpg","mediaType":"video","mediaForm":"clip","duration":"1:46"}},{"id":"52630243","promoType":"story","timestamp":"2020-05-22T16:53:34+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/B84F\/production\/_112238174_mask.jpg","imgAlt":"facemasks.","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":"52970105","promoType":"story","timestamp":"2020-06-18T07:54:03+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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":"52830119","promoType":"story","timestamp":"2020-05-28T07:52:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/9E2B\/production\/_112019404_a8dc30f3-d83a-4ab6-a3cd-f51a49e882b2.jpg","imgAlt":"NHS graphic","headline":"How does NHS test and trace work?","summary":"The government launches its new test and trace service today to help tackle the spread of the coronavirus.","href":"\/newsround\/52830119","includeComments":true},{"id":"51887051","promoType":"media","timestamp":"2020-05-19T11:41:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/12A89\/production\/_112352467_p08dkzt5.jpg","imgAlt":"Keyframe #9","headline":"Coronavirus: Advice if you're worried about it","summary":"Psychologist Laverne Antrobus has some tips if you're feeling worried or anxious about the coronavirus.","href":"\/newsround\/51887051","includeComments":false,"videoOptions":{"title":"Coronavirus: Advice if you're worried about it","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08dkz42","vpid":"p08dkz46","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08dkzt5.jpg","mediaType":"video","mediaForm":"clip","duration":"1:49"}},{"id":"52131937","promoType":"story","timestamp":"2020-06-25T11:34:22+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/4877\/production\/_111515581_gettyimages-1208595556.jpg","imgAlt":"woman-lab-testing.","headline":"What's happening with coronavirus testing?","summary":"What is coronavirus testing? Why is everyone talking about it? And what are the different types?","href":"\/newsround\/52131937","includeComments":true},{"id":"53127061","promoType":"story","timestamp":"2020-06-22T09:13:56+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/D3B9\/production\/_112010245_gradient2.png","imgAlt":"girl-thought-bubble.","headline":"How has coronavirus affected young people's mental health?","summary":"A new study has found that a lot of young people are worrying about things like their family's health and their future.","href":"\/newsround\/53127061","includeComments":true},{"id":"51877454","promoType":"story","timestamp":"2020-06-25T09:35:29+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/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\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0859hzb.jpg","mediaType":"video","mediaForm":"clip","duration":"0:43"}},{"id":"51959552","promoType":"media","timestamp":"2020-03-23T11:34:02+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1812D\/production\/_111350689_p0871sr2.jpg","imgAlt":"DR James and his dog Oliver","headline":"Advice on looking after pets during Coronavirus","summary":"Dr James and dog, Oliver from The Pets Factor tell us how to keep your pet safe during Coronavirus","href":"\/newsround\/51959552","includeComments":false,"videoOptions":{"title":"Advice on looking after pets during Coronavirus","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0871sl2","vpid":"p0871sl6","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0871sr2.jpg","mediaType":"video","mediaForm":"clip","duration":"2:43"}},{"promoType":"story","timestamp":"2020-03-02T11:52:03+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/3AF2\/production\/_113109051_covid_classroomstill.png","imgAlt":"classroom","headline":"Coronavirus: Everything you need to know","summary":"Take a look at all of our content about the coronavirus and what it means for you.","href":"https:\/\/web.archive.org\/web\/20200721131721\/https:\/\/www.bbc.co.uk\/newsround#more-stories-2","includeComments":false}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53334994/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53334994":19}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53443668/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53443668":21}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53463386/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53463386":7}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53420877/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53420877":150}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53469794/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53469794":7}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53338933/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53338933":17}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53367860/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53367860":4}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53351724/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53351724":45}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53127061/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53127061":6}}); });</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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53149076":5}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52965665/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52965665":72}}); });</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.1.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__52565132/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52565132":56}}); });</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.1.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-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52649183/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52649183":35}}); });</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.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52410744":25}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51388287/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51388287":9}}); });</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/4.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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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":"53071098","promoType":"media","timestamp":"2020-06-17T16:55:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h51n0.jpg","mediaType":"video","mediaForm":"clip","duration":"0:48"}},{"id":"53220660","promoType":"story","timestamp":"2020-06-29T11:38:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/F50E\/production\/_113143726_gettyimages-1253172998.jpg","imgAlt":"beyonce-awards.","headline":"Beyonce: 'Vote like our life depends on it'","summary":"Beyonce asked people to \"dismantle a racist and unequal system in the US\" in an awards ceremony acceptance speech.","href":"\/newsround\/53220660","includeComments":true},{"id":"53083132","promoType":"media","timestamp":"2020-06-17T14:24:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h6t5y.jpg","mediaType":"video","mediaForm":"clip","duration":"1:29"}},{"id":"53071250","promoType":"media","timestamp":"2020-06-17T16:55:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1522E\/production\/_112947568_mediaitem112947567.jpg","imgAlt":"DJ Ace","headline":"1Xtra's DJ Ace: If someone is racist, call it out","summary":"Radio 1Xtra DJ and presenter Ace tells De'Graft how we should call out racism","href":"\/newsround\/53071250","includeComments":false,"videoOptions":{"title":"1Xtra's DJ Ace: If somone is racist, 'call it out'","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08h4f84","vpid":"p08h4f86","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h6kgw.jpg","mediaType":"video","mediaForm":"clip","duration":"1:22"}},{"id":"53070881","promoType":"media","timestamp":"2020-06-17T06:46:42+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gfw2y.jpg","mediaType":"video","mediaForm":"clip","duration":"2:07"}},{"id":"44856758","promoType":"media","timestamp":"2018-07-17T15:34:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/4835\/production\/_102558481_p06f0628.jpg","imgAlt":"Children's books","headline":"Do you notice the race of characters in your books?","summary":"According to a new study of children's books published in 2017, Black, Asian and ethnic minorities hugely under-represented in children's books.","href":"\/newsround\/44856758","includeComments":false,"videoOptions":{"title":"Do you notice the race of Characters in your books?","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p06f04yv","vpid":"p06f04yx","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p06f0628.jpg","mediaType":"video","mediaForm":"clip","duration":"0:33"}},{"id":"49613514","promoType":"media","timestamp":"2019-09-11T07:06:52+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/7EDA\/production\/_108647423_vt1.jpg","imgAlt":"balraj","headline":"Racism in football: Balraj's story","summary":"Nine-year-old Balraj loves football, but hates racism - listen to his story here","href":"\/newsround\/49613514","includeComments":false,"videoOptions":{"title":"Racism in football: Balraj's story","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p07mpcr3","vpid":"p07mpcr9","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p07mpcxr.jpg","mediaType":"video","mediaForm":"clip","duration":"3:07"}},{"id":"37872603","promoType":"media","timestamp":"2016-11-04T15:58:43+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/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"}},{"id":"51826298","promoType":"media","timestamp":"2020-03-11T06:52:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/9BD3\/production\/_111219893_youngreporter2.jpg","imgAlt":"Young-reporter-pic","headline":"The girl campaigning for more diversity in books","summary":"11-year-old Keziah thinks more needs to be done to promote authors from ethnic minority backgrounds.","href":"\/newsround\/51826298","includeComments":false,"videoOptions":{"title":"The girl who is campaigning for more diversity in books","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p0867897","vpid":"p0867899","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08678mp.jpg","mediaType":"video","mediaForm":"clip","duration":"1:31"}},{"id":"53027124","promoType":"media","timestamp":"2020-06-15T05:11:09+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/15586\/production\/_112903478_rhys_2.jpg","imgAlt":"Rhys-Stephenson.","headline":"CBBC HQ's Rhys tells us who inspires him","summary":"Newsround spoke to CBBC HQ's very own Rhys Stephenson about people who inspire him. He told us all about Barack Obama and Malorie Blackman.","href":"\/newsround\/53027124","includeComments":false,"videoOptions":{"title":"Rhys on Barack Obama and Malorie Blackman","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08gtb9v","vpid":"p08gtb9z","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gtbkx.jpg","mediaType":"video","mediaForm":"clip","duration":"1:18"}},{"id":"53013219","promoType":"media","timestamp":"2020-06-12T05:22:28+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/5A88\/production\/_112867132_p08gpyxm.jpg","imgAlt":"Mae Carol Jemison","headline":"Meet the first African-American woman to travel into space","summary":"Newsround spoke to scientist Maggie Aderin-Pocock about a person who inspires her. She told us all about Dr Mae Carol Jemison, who was the first woman of African descent to travel into space.","href":"\/newsround\/53013219","includeComments":false,"videoOptions":{"title":"Who is Mae Carol Jemison?","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08gpylj","vpid":"p08gpyll","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08gpyxm.jpg","mediaType":"video","mediaForm":"clip","duration":"1:12"}},{"id":"52965665","promoType":"story","timestamp":"2020-06-10T13:22:34+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/71B7\/production\/_112811192_gettyimages-1218218830.jpg","imgAlt":"edward-colstan-statue.","headline":"Why are people arguing about statues?","summary":"Protesters in Bristol have removed the statue of a man named Edward Colston - but why do we have statues of people in the UK, and when should they be taken down?","href":"\/newsround\/52965665","includeComments":true},{"id":"52943167","promoType":"media","timestamp":"2020-06-08T07:15:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1336F\/production\/_106830787_gettyimages-545634390.jpg","imgAlt":"kids on tablets","headline":"How to spot fake news and misinformation online","summary":"The internet is a great place to get information, but you can鈥檛 always trust everything you see. Fake news and misinformation gets shared online, here's how to spot it.","href":"\/newsround\/52943167","includeComments":false,"videoOptions":{"title":"How to spot possible misinformation and fake news online","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08g5zwg","vpid":"p08g5zwj","holdingImageUrl":"\/\/web.archive.org\/web\/20200721131721\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08g60h7.jpg","mediaType":"video","mediaForm":"clip","duration":"2:20"}}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53483470/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53483470":19}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53483176/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53483176":0}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51204456/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51204456":538}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52200989/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52200989":168}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53291752/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53291752":59}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52980469/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52980469":104}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52821345/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52821345":203}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52830119/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52830119":14}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52131937/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52131937":11}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__45355679/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__45355679":83}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__48768960/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__48768960":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__48352689/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__48352689":4}}); });</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":"53483155","assetUri":"\/newsround\/53483155","firstCreated":"2020-07-21T06:39:06+00:00","hasShortForm":true,"headline":"'Remarkable' Greta Thunberg gives 1m Euros to climate charities","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/2cdce494-4bd2-4201-9203-e7e81b66670b","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-21T12:02:59+00:00","media":{"images":{"index":{"113558135":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/CFC1\/production\/_113558135_gettyimages-1161481325.jpg","originCode":"cpsprodpb","altText":"Greta Thunberg on a boat","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113558137":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/11DE1\/production\/_113558137_gettyimages-1161481325.jpg","originCode":"cpsprodpb","altText":"Greta Thunberg on a boat","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Climate change campaigner donates prize to charities working to protect the environment and tackle climate change.","type":"STY"},{"assetId":"53473311","assetUri":"\/newsround\/53473311","firstCreated":"2020-07-21T05:17:31+00:00","hasShortForm":true,"headline":"VOTE: Would you like to do a DAY-LONG lesson?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/5378e147-c0ed-4deb-a993-0535ca16a578","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-21T12:07:28+00:00","media":{"images":{"index":{"113529553":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/8B08\/production\/_113529553_schoolvote.png","originCode":"cpsprodpb","altText":"classroom-vote.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113529554":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/B218\/production\/_113529554_schoolvote.png","originCode":"cpsprodpb","altText":"classroom-vote.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A school is Leicestershire is planning to hold day-long lessons in the same subject from September. What do you think about the idea?","type":"STY"},{"assetId":"53269710","assetUri":"\/newsround\/53269710","firstCreated":"2020-07-21T05:13:29+00:00","hasShortForm":true,"headline":"Mum and daughter create magazine for black culture","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/6ba595d2-d456-4041-ae3d-494e41f953d2","language":"en-gb","lastUpdated":"2020-07-21T05:13:29+00:00","media":{"images":{"index":{"113525084":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/BBB4\/production\/_113525084_1_thp_chp_160620slug_3989jpg.jpg","originCode":"cpsprodpb","altText":"Faith from COCO GIRL","copyrightHolder":"COCO GIRL","allowSyndication":false}},"index-thumbnail":{"113525086":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/109D4\/production\/_113525086_1_thp_chp_160620slug_3989jpg.jpg","originCode":"cpsprodpb","altText":"Faith from COCO GIRL","copyrightHolder":"COCO GIRL","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Meet the mum and daughter team who have produced their own magazine","type":"STY"},{"assetId":"53476674","assetUri":"\/newsround\/53476674","firstCreated":"2020-07-21T08:44:35+00:00","hasShortForm":true,"headline":"How will you get involved in Comic Con at home?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/df166d27-70fe-455b-a829-db074514fd2d","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-21T08:44:35+00:00","media":{"images":{"index":{"113543352":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/62F6\/production\/_113543352_gettyimages-1163232895.jpg","originCode":"cpsprodpb","altText":"man-dressed-as-character-willy-wonka","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"This year's event is online due to the pandemic, so how will you get involved?","type":"STY"},{"assetId":"53483470","assetUri":"\/newsround\/53483470","firstCreated":"2020-07-21T07:43:16+00:00","headline":"Crabs 'full of plastic' in River Thames","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/d0ef50ec-2199-459e-a931-ae1968bd366a","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-21T07:43:16+00:00","media":{"images":{"index":{"113554618":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/13EED\/production\/_113554618_gettyimages-900693660.jpg","originCode":"cpsprodpb","caption":"Plastic lining the shore at the Thames Estuary in Kent","altText":"Plastic, Thames Estuary","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"New research has found the River Thames in London has a problem with plastic pollution.","type":"STY"},{"assetId":"53473317","assetUri":"\/newsround\/53473317","firstCreated":"2020-07-21T07:50:02+00:00","hasShortForm":true,"headline":"Meet the fish helping humans develop camouflage tech","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/4ff39c14-d853-4f82-b5a7-1553d39e6448","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-21T07:50:02+00:00","media":{"images":{"index":{"113544602":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/50A4\/production\/_113544602_karen_-_anoplogaster1st_notkept_nm8n6-0593b_sm.jpg","originCode":"cpsprodpb","altText":"Ultra-Black-Fish.","copyrightHolder":"Smithsonian","allowSyndication":false}},"index-thumbnail":{"113544604":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/9EC4\/production\/_113544604_karen_-_anoplogaster1st_notkept_nm8n6-0593b_sm.jpg","originCode":"cpsprodpb","altText":"Ultra-Black-Fish.","copyrightHolder":"Smithsonian","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Scientists have been studying the skin of deep sea fish that can absorb light so well that you can barely see them","type":"STY"},{"assetId":"53471685","assetUri":"\/newsround\/53471685","firstCreated":"2020-07-21T08:27:49+00:00","hasShortForm":true,"headline":"Would you try KFC 3D bioprinted chicken nuggets?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/c38b5b91-76c2-4b1b-a40c-ced1084a7ad3","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-21T08:27:49+00:00","media":{"images":{"index":{"113558990":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2701\/production\/_113558990_gettyimages-1177524116.jpg","originCode":"cpsprodpb","altText":"Chicken nugget close up view.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"The company wants to try to create nuggets as close as possible in both taste and appearance to the original - being more environmentally friendly to produce than ordinary meat.","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\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/465ec49c-484f-4347-e050-380a59806655","language":"en-gb","lastUpdated":"2020-07-21T08:51:07+00:00","media":{"images":{"index":{"113559465":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/DCAF\/production\/_113559465_p08ldspn.jpg","originCode":"cpsprodpb","altText":"Shanequa in the Newsround studio","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"113559467":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/12ACF\/production\/_113559467_p08ldspn.jpg","originCode":"cpsprodpb","altText":"Shanequa in the Newsround studio","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53484859":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08ldsnb"}},"primary":{"53484859":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08ldsnb"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Shanequa has your Tuesday Newsround. Hear how pollution is affecting the River Thames, the new magazine celebrating black children, and we spoke to some young actors about how they feel about not being able to perform since theatres have been closed.","type":"MAP"}],"semanticGroupName":"Watch Newsround"},{"type":"responsive-cluster","title":"Slice 1 - Dark purple with teal index card","strapline":{"name":"More Stories"},"items":[{"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\/20200721131721\/https:\/\/www.bbc.co.uk\/newsround#more-stories-3","desktop":"https:\/\/web.archive.org\/web\/20200721131721\/https:\/\/www.bbc.co.uk\/newsround#more-stories-3"},"media":{"images":{"index":{"112951470":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/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"},{"assetId":"53334994","assetUri":"\/newsround\/53334994","firstCreated":"2020-07-21T05:14:13+00:00","hasShortForm":true,"headline":"'Not having access to drama has been hard'","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/3e61f5d6-9b7f-4cbd-9044-f5aaa908e950","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-21T05:14:13+00:00","media":{"images":{"index":{"113557889":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1823B\/production\/_113557889_p08lbm3h.jpg","originCode":"cpsprodpb","altText":"Keyframe #2","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"113557888":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/15B2B\/production\/_113557888_p08lbm3h.jpg","originCode":"cpsprodpb","altText":"Keyframe #2","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Many theatres, galleries, museums and other cultural venues have been closed since March due to the Covid-19 pandemic. We spoke to some of you about how it's been to not have access to performing arts during this time.","type":"STY"},{"assetId":"53483176","assetUri":"\/newsround\/53483176","firstCreated":"2020-07-21T12:01:28+00:00","hasShortForm":true,"headline":"Russia sees the UK as one of its 'top targets'","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/e556877b-7cc2-45a8-b178-b702cb3df9f7","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-21T12:01:28+00:00","media":{"images":{"index":{"113558156":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/FEA1\/production\/_113558156_hi044301711.jpg","originCode":"cpsprodpb","altText":"Russian flag","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113558158":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/14CC1\/production\/_113558158_hi044301711.jpg","originCode":"cpsprodpb","altText":"Russian flag","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A government report published by Parliament's Intelligence and Security Committee has detailed the threat that Russia poses to the UK.","type":"STY"},{"assetId":"53469525","assetUri":"\/newsround\/53469525","firstCreated":"2020-07-20T08:25:47+00:00","hasShortForm":true,"headline":"Coronavirus: Oxford vaccine triggers an immune response","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/211b7be3-26a1-47da-bf94-dd5e9d528c55","language":"en-gb","lastUpdated":"2020-07-20T19:00:50+00:00","media":{"images":{"index":{"113526010":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0426\/production\/_113526010_clinic-injection04--credit-.jpg","originCode":"cpsprodpb","altText":"Woman being vaccinated","copyrightHolder":"Oxford University","allowSyndication":false}},"index-thumbnail":{"113557884":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/BEEB\/production\/_113557884_clinic-injection04--credit-.jpg","originCode":"cpsprodpb","altText":"Woman being vaccinated","copyrightHolder":"Oxford University","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The UK government has put in an early order for millions of doses of potential Covid-19 vaccines, including one being tested at Oxford University which appears safe and has triggered an immune response in early trials.","type":"STY"},{"assetId":"53447792","assetUri":"\/newsround\/53447792","firstCreated":"2020-07-21T05:16:58+00:00","hasShortForm":true,"headline":"Ten years of One Direction - hits, haircuts and solo careers","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/ef97656f-ca6f-4f0c-b57b-71193a3c03c4","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-21T05:16:58+00:00","media":{"images":{"index":{"113529648":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/14AD4\/production\/_113529648_gettyimages-452085243.jpg","originCode":"cpsprodpb","caption":"The band were formed in 2010 on The X Factor","altText":"Niall-Horan-Harry-Styles-Liam-Payne-Zayn-Malik-Louis-Tomlinson.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"It has been a decade since five X Factor hopefuls were turned into the boy band One Direction. Let's take a look over the last ten 10 years!","type":"STY"},{"assetId":"53312680","assetUri":"\/newsround\/53312680","firstCreated":"2020-07-09T13:27:07+00:00","headline":"'I'm incredibly excited to go to secondary school'","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/ea68f5ef-7680-46c7-86e6-6f3112bdd242","language":"en-gb","lastUpdated":"2020-07-12T08:01:50+00:00","media":{"images":{"index":{"113259725":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/CE3B\/production\/_113259725_p08k0dm4.jpg","originCode":"cpsprodpb","caption":"It's new school time for loads of you, but what's it like going to secondary, when you are learning from home","altText":"a-boy-called-elliot-sits-in-his-garden-surrounded-by-plants","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"113338193":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/990F\/production\/_113338193_p08k0dm4.jpg","originCode":"cpsprodpb","caption":"It's new school time for loads of you, but what's it like going to secondary, when you are learning from home","altText":"a-boy-called-elliot-sits-in-his-garden-surrounded-by-plants","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53312681":{"caption":"\"I'm incredibly excited to go to secondary school\"","entityType":"Clip","externalId":"p08k09xt"}},"primary":{"53312681":{"caption":"\"I'm incredibly excited to go to secondary school\"","entityType":"Clip","externalId":"p08k09xt"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Lots of you might be starting a new school next term, including leaving primary and heading to secondary or high school. So, what's it like preparing for a new school, when you're still learning at home?","type":"MAP"},{"assetId":"53471089","assetUri":"\/newsround\/53471089","firstCreated":"2020-07-20T13:57:19+00:00","hasShortForm":true,"headline":"Scientists invent new volcano alert system","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/558a6fb2-3a5a-4608-b32b-d32a4e32ea5d","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-20T13:57:19+00:00","media":{"images":{"index":{"113523462":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/6740\/production\/_113523462_gettyimages-1192817418.jpg","originCode":"cpsprodpb","caption":"White Island erupted last year while a tourist group was visiting it","altText":"An Aerial view of White Island located in Bay of Plenty on March 26, 2016 near Whakatane, New Zealand.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113529644":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/AE94\/production\/_113529644_gettyimages-1192817418.jpg","originCode":"cpsprodpb","caption":"White Island erupted last year while a tourist group was visiting it","altText":"An Aerial view of White Island located in Bay of Plenty on March 26, 2016 near Whakatane, New Zealand.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Scientists in New Zealand have invented a new volcano alert system that they say could have provided warning ahead of last year's eruption on White Island disaster.","type":"STY"},{"assetId":"53443668","assetUri":"\/newsround\/53443668","firstCreated":"2020-07-20T07:47:37+00:00","hasShortForm":true,"headline":"UAE successfully launches first mission to Mars","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/d5a3fb25-9bae-4bac-9088-f9623bba9ae9","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-20T07:47:37+00:00","media":{"images":{"index":{"113485620":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0A62\/production\/_113485620_107a3ad8-e748-4c6c-bc0d-3bab53db418c.jpg","originCode":"cpsprodpb","altText":"Probe in sky","copyrightHolder":"MBRSC","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Hope probe is now beginning a seven-month journey to the planet.","type":"STY"},{"assetId":"53463386","assetUri":"\/newsround\/53463386","firstCreated":"2020-07-20T05:57:19+00:00","hasShortForm":true,"headline":"Who was the civil rights activist John Lewis?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/5b037808-2343-4711-8928-dc013038eafe","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-20T05:57:19+00:00","media":{"images":{"index":{"113518074":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/B7E9\/production\/_113518074_gettyimages-92800241.jpg","originCode":"cpsprodpb","altText":"John Lewis","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113518076":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/10609\/production\/_113518076_gettyimages-92800241.jpg","originCode":"cpsprodpb","altText":"John Lewis","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Tributes have been paid to civil rights activist John Lewis, who died this week at the age of 80. Find out more about his life here.","type":"STY"},{"assetId":"53457415","assetUri":"\/newsround\/53457415","firstCreated":"2020-07-18T13:47:28+00:00","hasShortForm":true,"headline":"When can I start playing football again?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/c7d3910a-8040-44c2-bbd2-860a25badd87","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-19T07:20:02+00:00","media":{"images":{"index":{"109545352":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/630A\/production\/_109545352_gettyimages-90167177.jpg","originCode":"cpsprodpb","altText":"girls-playing-football.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Football Association (FA) have published guidance for the return of outdoor grassroots football, with the backing of the government.","type":"STY"},{"assetId":"53473907","assetUri":"\/newsround\/53473907","firstCreated":"2020-07-20T15:29:06+00:00","hasShortForm":true,"headline":"How bad is climate change for polar bears?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/a2057e75-f7b9-4829-bf59-72602af76b60","language":"en-gb","lastUpdated":"2020-07-20T15:29:06+00:00","media":{"images":{"index":{"113529907":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/11550\/production\/_113529907_gettyimages-940461304.jpg","originCode":"cpsprodpb","altText":"Polar bear","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113529909":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/16370\/production\/_113529909_gettyimages-940461304.jpg","originCode":"cpsprodpb","altText":"Polar bear","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Scientists have predicted how long polar bears will survive for if we don't take action against climate change.","type":"STY"},{"assetId":"53420877","assetUri":"\/newsround\/53420877","firstCreated":"2020-07-16T05:53:14+00:00","hasShortForm":true,"headline":"Lockdown skills: What have you been doing?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/817996cf-2212-42f8-b16b-a654ad8da16b","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-19T07:19:39+00:00","media":{"images":{"index":{"113401011":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2B02\/production\/_113401011_gettyimages-1178735228.jpg","originCode":"cpsprodpb","altText":"baking-at-home-with-family.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113404473":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/9240\/production\/_113404473_gettyimages-1172147199.jpg","originCode":"cpsprodpb","altText":"family-baking.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"From gardening to baking, to playing a musical instrument, what skills have you learnt during your time in lockdown?","type":"STY"},{"assetId":"53473309","assetUri":"\/newsround\/53473309","firstCreated":"2020-07-20T12:58:17+00:00","hasShortForm":true,"headline":"The massive virtual Xbox event taking place this week!","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/9f296baf-2368-49b3-8469-d7de398e8404","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-20T12:58:17+00:00","media":{"images":{"index":{"113529392":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/72D0\/production\/_113529392_gettyimages-1188198740.jpg","originCode":"cpsprodpb","altText":"X-Box-One.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113529394":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/C0F0\/production\/_113529394_gettyimages-1188198740.jpg","originCode":"cpsprodpb","altText":"X-Box-One.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Gaming fans will be able to try loads of new games at home as part of the Xbox Summer Game Festival this week.","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\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/1181fad6-7430-364e-a2e9-3b11184ac1e6","language":"en-gb","lastUpdated":"2020-05-05T06:40:41+00:00","media":{"images":{"index":{"111976781":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/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":"50434875","assetUri":"\/newsround\/50434875","firstCreated":"2019-11-18T06:21:33+00:00","headline":"Happy News","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/702ba6d8-82a9-ef43-8ec3-8f7161cc6341","language":"en-gb","lastUpdated":"2020-07-19T13:21:32+00:00","media":{"images":{"index":{"113501931":{"height":564,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/3656\/production\/_113501931_p08l5x2q.jpg","originCode":"cpsprodpb","altText":"A mans face with a cat tail in-front of it","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"113501930":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0F46\/production\/_113501930_p08l5x2q.jpg","originCode":"cpsprodpb","altText":"A mans face with a cat tail in-front of it","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"53455521":{"caption":"Happy News","entityType":"Clip","externalId":"p08l5x09"}},"primary":{"53455521":{"caption":"Happy News","entityType":"Clip","externalId":"p08l5x09"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Happy News - Animal special","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Hayley brings you a round-up of happy news this week. We've got an animal special for you.","type":"MAP"},{"assetId":"53469795","assetUri":"\/newsround\/53469795","firstCreated":"2020-07-20T06:53:59+00:00","headline":"Meet the young football fan trying to save his team!","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/81efd7b8-a537-4729-bfb4-082f395de3f7","language":"en-gb","lastUpdated":"2020-07-20T06:53:59+00:00","media":{"images":{"index":{"113524962":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/693E\/production\/_113524962_p08l3sl2.jpg","originCode":"cpsprodpb","altText":"Six-year-old Jacob has raised over 拢500 for his team Wigan Athletic.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53463933":{"caption":"Six-year-old Wigan Athletic fan raising money for the team","entityType":"Clip","externalId":"p08l3rvl"}},"primary":{"53463933":{"caption":"Six-year-old Wigan Athletic fan raising money for the team","entityType":"Clip","externalId":"p08l3rvl"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Six-year-old Jacob has raised over 拢500 for his team Wigan Athletic.","type":"MAP"},{"assetId":"53427502","assetUri":"\/newsround\/53427502","firstCreated":"2020-07-20T05:10:33+00:00","headline":"What has shielding been like?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/6e581b57-bc2d-492d-bf47-ae5817ad9592","language":"en-gb","lastUpdated":"2020-07-20T05:10:33+00:00","media":{"images":{"index":{"113424328":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/141A6\/production\/_113424328_p08kw559.jpg","originCode":"cpsprodpb","altText":"Martin-shielding","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53427503":{"caption":"Martin's been shielding and has spoken to some kids who have been too","entityType":"Clip","externalId":"p08kw53k"}},"primary":{"53427503":{"caption":"Martin's been shielding and has spoken to some kids who have been too","entityType":"Clip","externalId":"p08kw53k"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"For 12 weeks of lockdown people who were shielding were not able to go outside, Martin's been chatting to kids affected to find out what it has been like.","type":"MAP"},{"assetId":"53469794","assetUri":"\/newsround\/53469794","firstCreated":"2020-07-20T06:37:25+00:00","hasShortForm":true,"headline":"Huge increase in cycling in Scotland","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/b22352ca-19b7-41e6-ae38-201b6a036146","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-20T06:37:25+00:00","media":{"images":{"index":{"108572933":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/8487\/production\/_108572933_70b34cfb-b830-4859-907a-0c0203f2be7f.jpg","originCode":"cpsprodpb","caption":"The trail gives you the option of finishing or starting at either Cape Wrath or John O'Groats in the far north of Scotland","altText":"Two cyclists at Cape Wrath","copyrightHolder":"Cycling UK ","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Study finds fivefold increase in bicycle journeys","type":"STY"},{"assetId":"53317765","assetUri":"\/newsround\/53317765","firstCreated":"2020-07-07T13:55:10+00:00","headline":"Ballet school hopes to inspire kids in Nigeria","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/1c907931-bf1a-4b25-9ad7-9d7094d40d30","language":"en-gb","lastUpdated":"2020-07-07T13:55:10+00:00","media":{"images":{"index":{"113270574":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/B993\/production\/_113270574_p08k35cz.jpg","originCode":"cpsprodpb","altText":"ballet","copyrightHolder":"AFP","allowSyndication":true}},"index-thumbnail":{"113270573":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/9283\/production\/_113270573_p08k35cz.jpg","originCode":"cpsprodpb","altText":"ballet","copyrightHolder":"AFP","allowSyndication":false}}},"videos":{"index":{"53322877":{"caption":"This ballet school hopes to inspire kids in Nigeria","entityType":"Clip","externalId":"p08k34xt"}},"primary":{"53322877":{"caption":"This ballet school hopes to inspire kids in Nigeria","entityType":"Clip","externalId":"p08k34xt"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A ballet school in Nigeria is hoping to inspire kids who wouldn't normally be able to afford ballet to take up dancing.","type":"MAP"},{"assetId":"53446065","assetUri":"\/newsround\/53446065","firstCreated":"2020-07-18T07:53:19+00:00","headline":"Bilbies are 'thriving' in the wild in Australia again","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/206b5289-3e0b-4265-af7e-f85c0e5db588","language":"en-gb","lastUpdated":"2020-07-19T14:18:32+00:00","media":{"images":{"index":{"113492284":{"height":575,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/BC65\/production\/_113492284_p08l3gtq.jpg","originCode":"cpsprodpb","altText":"bilby","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"53455308":{"caption":"Bilbies are 'thriving' in the wild in Australia again","entityType":"Clip","externalId":"p08l3g94"}},"primary":{"53455308":{"caption":"Bilbies are 'thriving' in the wild in Australia again","entityType":"Clip","externalId":"p08l3g94"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A special conservation project to help increase the number of bilbies in the wild has been successful!","type":"MAP"},{"assetId":"53462648","assetUri":"\/newsround\/53462648","firstCreated":"2020-07-19T10:08:13+00:00","hasShortForm":true,"headline":"Photos of Princess Beatrice's wedding have been released","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/34eb7db1-d35f-4ac2-8b50-9a3ef03bf27f","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-19T10:08:13+00:00","media":{"images":{"index":{"113517780":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2243\/production\/_113517780_hi062516694.jpg","originCode":"cpsprodpb","altText":"(Left to right) The Duke of Edinburgh, the Queen, Princess Beatrice and Edoardo Mapelli Mozzi outside the Royal Chapel of All Saints","copyrightHolder":"Benjamin Wheeler","allowSyndication":false}},"index-thumbnail":{"113518069":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/17751\/production\/_113518069_hi062516700.jpg","originCode":"cpsprodpb","altText":"Princess Beatrice and Edoardo Mapelli Mozzi","copyrightHolder":"Benjamin Wheeler","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Buckingham Palace has shared photos from the wedding of Princess Beatrice and Edoardo Mapelli Mozzi.","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\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/55ad4227-b3e1-854d-aaa3-6d167cd38f4a","language":"en-gb","lastUpdated":"2020-07-19T14:19:21+00:00","media":{"images":{"index":{"113438938":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1480F\/production\/_113438938_logobckground.jpg","originCode":"cpsprodpb","altText":"Quiz of the week","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"113438940":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1377\/production\/_113438940_logobckground.jpg","originCode":"cpsprodpb","altText":"Quiz of the week","copyrightHolder":"BBC","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":"53435914","assetUri":"\/newsround\/53435914","firstCreated":"2020-07-18T06:14:21+00:00","hasShortForm":true,"headline":"Chester Zoo has welcomed twin bear cubs!","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/98cda1cf-f5c1-4e5b-8bc4-e5658a12bf75","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-18T06:14:27+00:00","media":{"images":{"index":{"113461370":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1C94\/production\/_113461370_ukfirst.twinandeanbearcubsbornatchesterzoo-andthey'readorable!-22.jpg","originCode":"cpsprodpb","caption":"Andean bears are known for being shy and peaceful animals","altText":"Andean-cubs.","copyrightHolder":"Chester Zoo","allowSyndication":false}},"index-thumbnail":{"113461177":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/12D3C\/production\/_113461177_ukfirst.twinandeanbearcubsbornatchesterzoo-andthey'readorable!-31.jpg","originCode":"cpsprodpb","caption":"The brother and sister are called Pacha and Mateo","altText":"Andean-cubs.","copyrightHolder":"Chester Zoo","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The furry twins are the first Andean bears ever born in the UK.","type":"STY"}],"semanticGroupName":"More stories 1"},{"type":"responsive-cluster","title":"Slice 2 - Dark purple with pink index card","strapline":{"name":"Coronavirus"},"items":[{"assetId":"51204456","assetUri":"\/newsround\/51204456","firstCreated":"2020-01-22T10:09:43+00:00","headline":"Coronavirus and lockdown: What is the latest?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/84e4a19e-419e-864d-bf34-0683cb8db5b2","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-14T06:41:30+00:00","media":{"images":{"index":{"111716752":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/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":"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\/20200721131721\/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\/20200721131721\/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":"53326187","assetUri":"\/newsround\/53326187","firstCreated":"2020-07-08T05:08:53+00:00","headline":"Your back to school questions answered","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/a1ef497a-bf83-4996-9204-d22717b6fd1c","language":"en-gb","lastUpdated":"2020-07-10T08:55:33+00:00","media":{"images":{"index":{"113321692":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/73AC\/production\/_113321692_elaine.jpg","originCode":"cpsprodpb","altText":"Elaine-Dunkley.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"113321694":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/C1CC\/production\/_113321694_elaine.jpg","originCode":"cpsprodpb","altText":"Elaine-Dunkley.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53326190":{"caption":"BBC Education Correspondent Elaine Dunkley answers Newsround viewers' back to school questions","entityType":"Clip","externalId":"p08k3dfm"}},"primary":{"53326190":{"caption":"BBC Education Correspondent Elaine Dunkley answers Newsround viewers' back to school questions","entityType":"Clip","externalId":"p08k3dfm"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Do you have to wear masks? Are school clubs allowed? Can you hug your friends? BBC education expert Elaine Dunkley answers your questions about returning to school.","type":"MAP"},{"assetId":"52200989","assetUri":"\/newsround\/52200989","firstCreated":"2020-04-08T14:45:32+00:00","hasShortForm":true,"headline":"Coronavirus: What's the latest advice about masks?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/3392d4a6-44b6-fe42-965e-92f4efcfab88","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-14T07:15:36+00:00","media":{"images":{"index":{"113350630":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0E15\/production\/_113350630_6cd09cc7-f175-4f4e-9052-0931cb9f1f27.jpg","originCode":"cpsprodpb","altText":"Boris Johnson","copyrightHolder":"No 10","allowSyndication":false}},"index-thumbnail":{"111877331":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/3441\/production\/_111877331_coronavirusmasks.jpg","originCode":"cpsprodpb","altText":"coronavirus-masks.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"What's the latest advice about masks?","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"You might have seen lots of people wearing masks and wondering whether you should be wearing one too. Here's the latest guidance and advice.","type":"STY"},{"assetId":"53291752","assetUri":"\/newsround\/53291752","firstCreated":"2020-07-06T05:27:01+00:00","hasShortForm":true,"headline":"Can kids in Scotland and Wales now hug their grandparents?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/42c0678d-3f5a-4672-a18a-707920af6415","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-06T05:27:01+00:00","media":{"images":{"index":{"113245857":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1284E\/production\/_113245857_gettyimages-129378720-2.jpg","originCode":"cpsprodpb","altText":"Child hugging their","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113245859":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1766E\/production\/_113245859_gettyimages-129378720-2.jpg","originCode":"cpsprodpb","altText":"Child hugging their","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Lockdown changes in Scotland and Wales mean most kids can now reunite with their grandparents. So, what are the rules and can you give them a hug?","type":"STY"},{"assetId":"52980469","assetUri":"\/newsround\/52980469","firstCreated":"2020-06-11T05:34:44+00:00","hasShortForm":true,"headline":"What can I do with my friends and family now?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/9f3f06c8-c801-8b46-a3d1-2bf71f2b2b76","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-05T10:28:13+00:00","media":{"images":{"index":{"113097138":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/144EB\/production\/_113097138_gettyimages-82980840.jpg","originCode":"cpsprodpb","altText":"kids-at-park.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112838558":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/14E4F\/production\/_112838558_tv061901191.jpg","originCode":"cpsprodpb","altText":"kids in park","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The UK government, as well as the governments in Scotland, Wales and Northern Ireland, have been constantly updating their lockdown rules - here's the latest information on what you can do with friends and family now.","type":"STY"},{"assetId":"53338933","assetUri":"\/newsround\/53338933","firstCreated":"2020-07-09T05:13:41+00:00","headline":"Can I go on holiday and where can I go?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/b38dc425-8f62-4abd-97a9-3098d1a0eced","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-10T05:27:15+00:00","media":{"images":{"index":{"113296846":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/FD65\/production\/_113296846_gettyimages-1074894774.jpg","originCode":"cpsprodpb","altText":"Family-cheering-on-beach.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Some of the big questions throughout lockdown have been about when and where people will be able to go on holiday again. Here's everything you need to know about the current rules.","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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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":"53367860","assetUri":"\/newsround\/53367860","firstCreated":"2020-07-10T16:54:57+00:00","hasShortForm":true,"headline":"Campsites, playgrounds and cinemas to reopen in Wales","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/e75763ad-b3e8-4cad-8225-891c730afce1","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-11T06:50:55+00:00","media":{"images":{"index":{"113331568":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/151F1\/production\/_113331568_gettyimages-154961321.jpg","originCode":"cpsprodpb","altText":"girls-camping.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113331570":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1D59\/production\/_113331570_gettyimages-154961321.jpg","originCode":"cpsprodpb","altText":"girls-camping.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Campsites, restaurants and playgrounds will reopen soon in Wales according to a big new announcement","type":"STY"},{"assetId":"53351724","assetUri":"\/newsround\/53351724","firstCreated":"2020-07-09T17:58:50+00:00","hasShortForm":true,"headline":"Pools, waterparks and sports facilities to reopen in England","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/eb9dd037-75d0-4377-a26a-a4de57aba4ed","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-09T17:58:50+00:00","media":{"images":{"index":{"113310796":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/11045\/production\/_113310796_gettyimages-1147610965.jpg","originCode":"cpsprodpb","altText":"boy-swimming-in-pool.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113311758":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/14ECF\/production\/_113311758_gettyimages-1147610965.jpg","originCode":"cpsprodpb","altText":"boy-swimming-in-pool.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"England's Culture Secretary Oliver Dowden has said that swimming pools and sports facilities can reopen.","type":"STY"},{"assetId":"52821345","assetUri":"\/newsround\/52821345","firstCreated":"2020-05-28T06:44:29+00:00","hasShortForm":true,"headline":"What does the new school day look like?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/f4f0be42-308d-a148-8303-b3bae3a13710","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-25T11:44:06+00:00","media":{"images":{"index":{"112604507":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1138C\/production\/_112604507_061727085.jpg","originCode":"cpsprodpb","caption":"A school in Tamworth with pupils back in class","altText":"Class in Tamworth","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112604506":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/EC7C\/production\/_112604506_061727085.jpg","originCode":"cpsprodpb","caption":"A school in Tamworth with pupils back in class","altText":"Class in Tamworth","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"From class sizes, PPE and general protection, here's all we know about the latest advice on going back to school.","type":"STY"},{"assetId":"53155736","assetUri":"\/newsround\/53155736","firstCreated":"2020-06-23T16:06:01+00:00","headline":"Scottish schools aim to reopen without social distancing","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/888cbe20-d7ef-4fb2-880e-bb9f4d5ee994","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-24T05:23:40+00:00","media":{"images":{"index":{"113056530":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0DED\/production\/_113056530_gettyimages-1154943465.jpg","originCode":"cpsprodpb","altText":"Child getting ready for school","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Scottish government plans for children to return to school in August without having to stay two metres apart - as long as the number of coronavirus cases continues to fall.","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\/20200721131721\/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\/20200721131721\/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":"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\/20200721131721\/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":{"112238174":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/B84F\/production\/_112238174_mask.jpg","originCode":"cpsprodpb","altText":"facemasks.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112238172":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/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":"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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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":"52830119","assetUri":"\/newsround\/52830119","firstCreated":"2020-05-28T07:52:29+00:00","hasShortForm":true,"headline":"What is the new NHS test and trace system?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/ed378838-3796-694a-94be-f717a97fb2b8","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-28T07:52:49+00:00","media":{"images":{"index":{"112019404":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/9E2B\/production\/_112019404_a8dc30f3-d83a-4ab6-a3cd-f51a49e882b2.jpg","originCode":"cpsprodpb","altText":"NHS graphic","copyrightHolder":"PA Media\/Getty","allowSyndication":false}},"index-thumbnail":{"112533066":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/101F1\/production\/_112533066_gettyimages-1214527741.jpg","originCode":"cpsprodpb","caption":"Those who've tested positive for the virus will be contacted either by text, email or a phone call","altText":"woman-with-gloves-and-mask-holding-phone.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"How does NHS test and trace work?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The government launches its new test and trace service today to help tackle the spread of the coronavirus.","type":"STY"},{"assetId":"51887051","assetUri":"\/newsround\/51887051","firstCreated":"2020-03-14T12:32:34+00:00","headline":"Coronavirus: Advice if you're worried about it","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/67a3e708-da8a-474d-b936-c81c8abd0020","language":"en-gb","lastUpdated":"2020-05-19T11:41:57+00:00","media":{"images":{"index":{"112352467":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/12A89\/production\/_112352467_p08dkzt5.jpg","originCode":"cpsprodpb","altText":"Keyframe #9","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"111260039":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/16B4E\/production\/_111260039_advice.jpg","originCode":"cpsprodpb","altText":"text-advice-if-you're-worried-about-the-coronavirus.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"52724293":{"caption":"Dr Laverne gives her top tips on how to deal with feeling anxious about coronavirus","entityType":"Clip","externalId":"p08dkz42"}},"primary":{"52724293":{"caption":"Dr Laverne gives her top tips on how to deal with feeling anxious about coronavirus","entityType":"Clip","externalId":"p08dkz42"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Psychologist Laverne Antrobus has some tips if you're feeling worried or anxious about the coronavirus.","type":"MAP"},{"assetId":"52131937","assetUri":"\/newsround\/52131937","firstCreated":"2020-04-02T12:57:52+00:00","hasShortForm":true,"headline":"What's happening with coronavirus testing?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/5fdbb902-7822-9a46-8ab4-c51fd281f741","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-25T11:34:22+00:00","media":{"images":{"index":{"111515581":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/4877\/production\/_111515581_gettyimages-1208595556.jpg","originCode":"cpsprodpb","altText":"woman-lab-testing.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"111515583":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/9697\/production\/_111515583_gettyimages-1208595556.jpg","originCode":"cpsprodpb","altText":"woman-lab-testing.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"What is coronavirus testing? Why is everyone talking about it? And what are the different types?","type":"STY"},{"assetId":"53127061","assetUri":"\/newsround\/53127061","firstCreated":"2020-06-22T09:13:56+00:00","hasShortForm":true,"headline":"How has coronavirus affected young people's mental health?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/d4cccaf2-1b23-4d34-87e2-09d6d25260c0","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-22T09:13:56+00:00","media":{"images":{"index":{"112010245":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/D3B9\/production\/_112010245_gradient2.png","originCode":"cpsprodpb","altText":"girl-thought-bubble.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113007419":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1654E\/production\/_113007419_gradient2.png","originCode":"cpsprodpb","altText":"girl-thought-bubble.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200721131721\/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 new study has found that a lot of young people are worrying about things like their family's health and their future.","type":"STY"},{"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\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/74a56e62-e6de-374c-a871-c6a9938b17ea","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-25T09:35:29+00:00","media":{"images":{"index":{"111717777":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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"},{"assetId":"51959552","assetUri":"\/newsround\/51959552","firstCreated":"2020-03-19T12:42:29+00:00","headline":"Advice on looking after pets during Coronavirus","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/fcf184e1-8452-b64c-94ff-b6d0102242ba","language":"en-gb","lastUpdated":"2020-03-23T11:34:02+00:00","media":{"images":{"index":{"111350689":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1812D\/production\/_111350689_p0871sr2.jpg","originCode":"cpsprodpb","altText":"DR James and his dog Oliver","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"111352492":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/72F1\/production\/_111352492_p0871sr2.jpg","originCode":"cpsprodpb","altText":"DR James and his dog Oliver","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"51959553":{"caption":"Coronavirus: How to keep pets safe","entityType":"Clip","externalId":"p0871sl2"}},"primary":{"51959553":{"caption":"Coronavirus: How to keep pets safe","entityType":"Clip","externalId":"p0871sl2"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Dr James and dog, Oliver from The Pets Factor tell us how to keep your pet safe during Coronavirus","type":"MAP"},{"assetTypeCode":"PRO","contentType":"Text","firstCreated":"2020-03-02T11:52:03+00:00","lastUpdated":"2020-03-02T11:52:03+00:00","links":{"highweb":"https:\/\/web.archive.org\/web\/20200721131721\/https:\/\/www.bbc.co.uk\/newsround#more-stories-2","desktop":"https:\/\/web.archive.org\/web\/20200721131721\/https:\/\/www.bbc.co.uk\/newsround#more-stories-2"},"media":{"images":{"index":{"113109051":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/3AF2\/production\/_113109051_covid_classroomstill.png","originCode":"cpsprodpb","altText":"classroom","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113109659":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/175CA\/production\/_113109659_covid_classroomstill.png","originCode":"cpsprodpb","altText":"classroom","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{},"summary":"Take a look at all of our content about the coronavirus and what it means for you.","title":"Coronavirus: Everything you need to know","type":"LINK"}],"semanticGroupName":"More stories 2"},{"type":"responsive-cluster","title":"Slice 3 - White with bright purple 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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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":"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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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":"53220660","assetUri":"\/newsround\/53220660","firstCreated":"2020-06-29T11:38:55+00:00","hasShortForm":true,"headline":"Beyonce: 'Vote like our life depends on it'","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/f22dcc43-db75-49b0-95a9-2c67e9baefe5","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-29T11:38:55+00:00","media":{"images":{"index":{"113143726":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/F50E\/production\/_113143726_gettyimages-1253172998.jpg","originCode":"cpsprodpb","altText":"beyonce-awards.","copyrightHolder":"BET Awards 2020","allowSyndication":false}},"index-thumbnail":{"113143728":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1432E\/production\/_113143728_gettyimages-1253172998.jpg","originCode":"cpsprodpb","altText":"beyonce-awards.","copyrightHolder":"BET Awards 2020","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Beyonce asked people to \"dismantle a racist and unequal system in the US\" in an awards ceremony acceptance speech.","type":"STY"},{"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\/20200721131721\/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\/20200721131721\/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":"53071250","assetUri":"\/newsround\/53071250","firstCreated":"2020-06-17T11:51:15+00:00","headline":"1Xtra's DJ Ace: If someone is racist, call it out","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/0d6b8fd6-45cb-e64d-bb4f-c5745176a4ce","language":"en-gb","lastUpdated":"2020-06-17T16:55:49+00:00","media":{"images":{"index":{"112947568":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1522E\/production\/_112947568_mediaitem112947567.jpg","originCode":"cpsprodpb","altText":"DJ Ace","copyrightHolder":" BBC\/Dean Chalkley","allowSyndication":false}},"index-thumbnail":{"112950988":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/15B49\/production\/_112950988_mediaitem112947567.jpg","originCode":"cpsprodpb","altText":"DJ Ace","copyrightHolder":" BBC\/Dean Chalkley","allowSyndication":false}}},"videos":{"index":{"53071251":{"caption":"WATCH: De'Graft talks to DJ Ace","entityType":"Clip","externalId":"p08h4f84"}},"primary":{"53071251":{"caption":"WATCH: De'Graft talks to DJ Ace","entityType":"Clip","externalId":"p08h4f84"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Radio 1Xtra DJ and presenter Ace tells De'Graft how we should call out racism","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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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":"44856758","assetUri":"\/newsround\/44856758","firstCreated":"2018-07-17T15:34:14+00:00","headline":"Do you notice the race of characters in your books?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/5373e912-5def-a546-87f4-bfd2a34c59d4","language":"en-gb","lastUpdated":"2018-07-17T15:34:14+00:00","media":{"images":{"index":{"102558481":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/4835\/production\/_102558481_p06f0628.jpg","originCode":"cpsprodpb","altText":"Children's books","copyrightHolder":"cbbc","allowSyndication":false}}},"videos":{"index":{"44856764":{"caption":"Black, Asian and ethnic minorities are not properly represented in children's books","entityType":"Clip","externalId":"p06f04yv"}},"primary":{"44856764":{"caption":"Black, Asian and ethnic minorities are not properly represented in children's books","entityType":"Clip","externalId":"p06f04yv"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"According to a new study of children's books published in 2017, Black, Asian and ethnic minorities hugely under-represented in children's books.","type":"MAP"},{"assetId":"49613514","assetUri":"\/newsround\/49613514","firstCreated":"2019-09-09T05:36:09+00:00","headline":"Racism in football: Balraj's story","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/af0dbd22-e8bf-084c-830f-3403cc3967d2","language":"en-gb","lastUpdated":"2019-09-11T07:06:52+00:00","media":{"images":{"index":{"108647423":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/7EDA\/production\/_108647423_vt1.jpg","originCode":"cpsprodpb","altText":"balraj","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"49613523":{"caption":"The nine-year-old boy tackling racism in football","entityType":"Clip","externalId":"p07mpcr3"}},"primary":{"49613523":{"caption":"The nine-year-old boy tackling racism in football","entityType":"Clip","externalId":"p07mpcr3"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Nine-year-old Balraj loves football, but hates racism - listen to his story here","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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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"},{"assetId":"51826298","assetUri":"\/newsround\/51826298","firstCreated":"2020-03-11T06:52:05+00:00","headline":"The girl campaigning for more diversity in books","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/8db6a675-87ac-ff47-b090-4218e261cfd9","language":"en-gb","lastUpdated":"2020-03-11T06:52:05+00:00","media":{"images":{"index":{"111219893":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/9BD3\/production\/_111219893_youngreporter2.jpg","originCode":"cpsprodpb","altText":"Young-reporter-pic","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"111219895":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/E9F3\/production\/_111219895_youngreporter2.jpg","originCode":"cpsprodpb","altText":"Young-reporter-pic","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"51826299":{"caption":"The girl who is campaigning for more diversity in books","entityType":"Clip","externalId":"p0867897"}},"primary":{"51826299":{"caption":"The girl who is campaigning for more diversity in books","entityType":"Clip","externalId":"p0867897"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"11-year-old Keziah thinks more needs to be done to promote authors from ethnic minority backgrounds.","type":"MAP"},{"assetId":"53027124","assetUri":"\/newsround\/53027124","firstCreated":"2020-06-15T05:11:09+00:00","headline":"CBBC HQ's Rhys tells us who inspires him","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/76874b55-d6c1-dc4d-ba3a-0255e0119e62","language":"en-gb","lastUpdated":"2020-06-15T05:11:09+00:00","media":{"images":{"index":{"112903478":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/15586\/production\/_112903478_rhys_2.jpg","originCode":"cpsprodpb","altText":"Rhys-Stephenson.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112903480":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/20EE\/production\/_112903480_rhys_2.jpg","originCode":"cpsprodpb","altText":"Rhys-Stephenson.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53027125":{"caption":"Rhys on Barack Obama and Malorie Blackman","entityType":"Clip","externalId":"p08gtb9v"}},"primary":{"53027125":{"caption":"Rhys on Barack Obama and Malorie Blackman","entityType":"Clip","externalId":"p08gtb9v"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround spoke to CBBC HQ's very own Rhys Stephenson about people who inspire him. He told us all about Barack Obama and Malorie Blackman.","type":"MAP"},{"assetId":"53013219","assetUri":"\/newsround\/53013219","firstCreated":"2020-06-12T05:22:28+00:00","headline":"Meet the first African-American woman to travel into space","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/7b3e2cda-6b8b-0c48-ac06-7984597998e6","language":"en-gb","lastUpdated":"2020-06-12T05:22:28+00:00","media":{"images":{"index":{"112867132":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/5A88\/production\/_112867132_p08gpyxm.jpg","originCode":"cpsprodpb","altText":"Mae Carol Jemison","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112867130":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0C68\/production\/_112867130_p08gpyxm.jpg","originCode":"cpsprodpb","altText":"Mae Carol Jemison","copyrightHolder":"Getty Images","allowSyndication":false}}},"videos":{"index":{"53013220":{"caption":"Who is Mae Carol Jemison?","entityType":"Clip","externalId":"p08gpylj"}},"primary":{"53013220":{"caption":"Who is Mae Carol Jemison?","entityType":"Clip","externalId":"p08gpylj"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround spoke to scientist Maggie Aderin-Pocock about a person who inspires her. She told us all about Dr Mae Carol Jemison, who was the first woman of African descent to travel into space.","type":"MAP"},{"assetId":"52965665","assetUri":"\/newsround\/52965665","firstCreated":"2020-06-08T17:10:13+00:00","hasShortForm":true,"headline":"Why are people arguing about statues?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/c0ffa2d4-3f22-5e43-9e94-c512a0cd4450","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-10T13:22:34+00:00","media":{"images":{"index":{"112811192":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/71B7\/production\/_112811192_gettyimages-1218218830.jpg","originCode":"cpsprodpb","caption":"Anti-racism protesters threw the statue of slave trader Edward Colston into the harbour","altText":"edward-colstan-statue.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112782734":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/AAD0\/production\/_112782734_gettyimages-1073251530.jpg","originCode":"cpsprodpb","caption":"Emmeline Pankhurst helped bring massive change to the British voting system - giving women the right to vote.","altText":"emmeline-pankhurst-statue.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Protesters in Bristol have removed the statue of a man named Edward Colston - but why do we have statues of people in the UK, and when should they be taken down?","type":"STY"},{"assetId":"52943167","assetUri":"\/newsround\/52943167","firstCreated":"2020-06-06T14:50:01+00:00","headline":"How to spot fake news and misinformation online","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/3b16325f-43ab-e34c-9eb9-536f354b24b4","language":"en-gb","lastUpdated":"2020-06-08T07:15:14+00:00","media":{"images":{"index":{"106830787":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1336F\/production\/_106830787_gettyimages-545634390.jpg","originCode":"cpsprodpb","altText":"kids on tablets","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112761380":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/207C\/production\/_112761380_gettyimages-545634390.jpg","originCode":"cpsprodpb","altText":"kids on tablets","copyrightHolder":"Getty Images","allowSyndication":true}}},"videos":{"index":{"52943168":{"caption":"How to spot possible misinformation and fake news online","entityType":"Clip","externalId":"p08g5zwg"}},"primary":{"52943168":{"caption":"How to spot possible misinformation and fake news online","entityType":"Clip","externalId":"p08g5zwg"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The internet is a great place to get information, but you can鈥檛 always trust everything you see. Fake news and misinformation gets shared online, here's how to spot it.","type":"MAP"}],"semanticGroupName":"More stories 3"},{"type":"responsive-cluster","title":"Slice 4 - Dark purple with pink index card","strapline":{"name":"Quiz-fest"},"items":[{"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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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":"45355679","assetUri":"\/newsround\/45355679","firstCreated":"2018-08-30T10:50:57+00:00","hasShortForm":true,"headline":"Quiz: Who's behind the beard?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/ace8227a-5848-2340-b3cb-03a310a0b3bb","includeComments":true,"language":"en-gb","lastUpdated":"2018-08-30T10:50:57+00:00","media":{"images":{"index":{"103226660":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1A06\/production\/_103226660_claudia-beard.jpg","originCode":"cpsprodpb","altText":"Female presenter with full beard.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"103226662":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/6826\/production\/_103226662_claudia-beard.jpg","originCode":"cpsprodpb","altText":"Female presenter with full beard.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Who's behind the beard?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"To celebrate World Beard Day, we've given a few few celebrities some new facial hair. Can you guess who they are?","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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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"},{"assetId":"48768960","assetUri":"\/newsround\/48768960","firstCreated":"2019-06-26T06:21:26+00:00","hasShortForm":true,"headline":"Quiz: Which of these sports aren't in the Olympics?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/56b4caf1-2018-4c45-a078-de82aa9ea9f6","includeComments":true,"language":"en-gb","lastUpdated":"2019-06-26T06:21:26+00:00","media":{"images":{"index":{"107541889":{"height":858,"width":1525,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/181FE\/production\/_107541889_sports.jpg","originCode":"cpsprodpb","altText":"variety-of-sports.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"107542021":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2EF8\/production\/_107542021_sports.jpg","originCode":"cpsprodpb","altText":"variety-of-sports.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Which of these sports aren't in the Olympics?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Following news that breakdancing could be included at the 2024 Olympic Games in Paris, test your knowledge of the event's sports.","type":"STY"}],"semanticGroupName":"More stories 4"},{"type":"responsive-cluster","title":"Slice 5 - Bright purple with teal index card","strapline":{"name":"Newsround Learn"},"items":[{"assetId":"51118364","assetUri":"\/newsround\/51118364","firstCreated":"2020-01-15T13:50:19+00:00","headline":"Welcome to Newsround Teachers","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/3f318d58-c456-884a-8e28-0e395b049acd","language":"en-gb","lastUpdated":"2020-01-15T13:50:19+00:00","media":{"images":{"index":{"110519471":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/4453\/production\/_110519471_teacher1_getty.jpg","originCode":"cpsprodpb","altText":"Teacher and children in a school classroom","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"CBBC's Newsround is the only integrated daily news service for kids and we have a wealth of material that could be used in any classroom","type":"STY"},{"assetId":"51723696","assetUri":"\/newsround\/51723696","firstCreated":"2020-03-03T12:35:03+00:00","hasShortForm":true,"headline":"Newsround: Our big stories this week","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/5667516b-4967-5c40-b207-f77f26c5c1d5","language":"en-gb","lastUpdated":"2020-06-17T08:49:40+00:00","media":{"images":{"index":{"111116437":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/11EF5\/production\/_111116437_p07m5qmk.jpg","originCode":"cpsprodpb","altText":"newsround","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Find out what Newsround has been talking about this week","type":"STY"},{"assetId":"51836693","assetUri":"\/newsround\/51836693","firstCreated":"2020-03-11T15:22:22+00:00","headline":"Newsround worksheet: Friday's headlines and glossary","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/48c41cc9-058a-1444-97e5-9ae394310f8f","language":"en-gb","lastUpdated":"2020-07-17T09:00:11+00:00","media":{"images":{"index":{"111224882":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/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\/20200721131721\/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":"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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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":"52720395","assetUri":"\/newsround\/52720395","firstCreated":"2020-05-19T13:41:19+00:00","hasShortForm":true,"headline":"Newsround topics: People and events from history","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/97e47016-24c4-234c-b63f-494dbba603f5","language":"en-gb","lastUpdated":"2020-05-19T14:50:26+00:00","media":{"images":{"index":{"112357811":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2E63\/production\/_112357811_nrteachers_6.jpg","originCode":"cpsprodpb","altText":"history","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112357813":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/7C83\/production\/_112357813_nrteachers_6.jpg","originCode":"cpsprodpb","altText":"history","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround topics: People and events from history","type":"STY"},{"assetId":"52712121","assetUri":"\/newsround\/52712121","firstCreated":"2020-05-19T13:41:40+00:00","hasShortForm":true,"headline":"Newsround topics: Space, astronauts and planets","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/0787ead9-5c66-4848-9119-812fa12a9111","language":"en-gb","lastUpdated":"2020-05-19T14:48:55+00:00","media":{"images":{"index":{"112357410":{"height":922,"width":1640,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/05C3\/production\/_112357410_anrteachers_3.jpg","originCode":"cpsprodpb","altText":"space","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112357512":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/5447\/production\/_112357512_anrteachers_3.jpg","originCode":"cpsprodpb","altText":"space","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround topics: Space, astronauts and planets","type":"STY"},{"assetId":"52713537","assetUri":"\/newsround\/52713537","firstCreated":"2020-05-19T13:51:56+00:00","hasShortForm":true,"headline":"Newsround topics: The Natural World","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/890faa3e-e4e7-ed47-b4e0-dff9051b1bb8","language":"en-gb","lastUpdated":"2020-05-19T14:47:04+00:00","media":{"images":{"index":{"112357834":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/AB63\/production\/_112357834_nrteachers_7.jpg","originCode":"cpsprodpb","altText":"nature","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112357836":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/F983\/production\/_112357836_nrteachers_7.jpg","originCode":"cpsprodpb","altText":"nature","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround topics: The Natural World","type":"STY"},{"assetId":"52713333","assetUri":"\/newsround\/52713333","firstCreated":"2020-05-19T13:45:30+00:00","hasShortForm":true,"headline":"Newsround topics: PSHE and Mental Health","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/221b9890-9780-c142-93bf-ee633225a5de","language":"en-gb","lastUpdated":"2020-05-19T13:45:30+00:00","media":{"images":{"index":{"112357520":{"height":922,"width":1640,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/0A0F\/production\/_112357520_anrteachers_4-1.jpg","originCode":"cpsprodpb","altText":"Mental health","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"112357405":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/C52B\/production\/_112357405_nrteachers_4.jpg","originCode":"cpsprodpb","altText":"mental health","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround topics: PSHE and Mental Health","type":"STY"},{"assetId":"51644659","assetUri":"\/newsround\/51644659","firstCreated":"2020-03-03T06:07:40+00:00","headline":"Five tips if you're feeling worried about climate change","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/8cb287c4-e0f6-0b4e-b644-d2eb0e584e52","language":"en-gb","lastUpdated":"2020-03-03T06:41:35+00:00","media":{"images":{"index":{"111122470":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1CFE\/production\/_111122470_laverne_antrobus.jpg","originCode":"cpsprodpb","altText":"Laverne antrobus tips","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"111122471":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/440E\/production\/_111122471_laverne_introbus2.jpg","originCode":"cpsprodpb","altText":"Laverne antrobus tips","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"51644784":{"caption":"Climate Anxiety: Five tips to deal with your worries about climate change","entityType":"Clip","externalId":"p084t5bv"}},"primary":{"51644784":{"caption":"Climate Anxiety: Five tips to deal with your worries about climate change","entityType":"Clip","externalId":"p084t5bv"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Psychologist Laverne Antrobus has some advice if thinking about the environment is getting you down.","type":"MAP"},{"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\/20200721131721\/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\/20200721131721\/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\/20200721131721\/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":"43793769","assetUri":"\/newsround\/43793769","firstCreated":"2018-04-17T07:50:20+00:00","headline":"What is the Windrush Generation?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/5e697734-1599-e548-afda-c9cc9e317920","includeComments":true,"language":"en-gb","lastUpdated":"2020-06-22T05:40:57+00:00","media":{"images":{"index":{"103113401":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/28BF\/production\/_103113401_mediaitem103113400.jpg","originCode":"cpsprodpb","altText":"Empire Windrush","copyrightHolder":"PA","allowSyndication":true}},"index-thumbnail":{"103113403":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/76DF\/production\/_103113403_mediaitem103113400.jpg","originCode":"cpsprodpb","altText":"Empire Windrush","copyrightHolder":"PA","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"After World War Two, thousands of people moved to the UK from the Caribbean - and they were known as the Windrush generation.","type":"STY"},{"assetId":"51388287","assetUri":"\/newsround\/51388287","byline":{"name":"By Vicki Roberts","persons":[{"name":"Vicki Roberts","function":"Newsround","originCode":"MCS"}],"title":"Newsround"},"firstCreated":"2020-04-22T05:45:16+00:00","hasShortForm":true,"headline":"Five epic inventions fighting climate change","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/7e7e958a-1c69-5d4a-b1f1-8975d9e7d563","includeComments":true,"language":"en-gb","lastUpdated":"2020-04-22T05:45:16+00:00","media":{"images":{"index":{"111371873":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/93B9\/production\/_111371873_gettyimages-1097731282.jpg","originCode":"cpsprodpb","altText":"climate-change-renewable-energy-graphic.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"111371875":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/E1D9\/production\/_111371875_gettyimages-1097731282.jpg","originCode":"cpsprodpb","altText":"climate-change-renewable-energy-graphic.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"From carbon vacuums to kinetic pavements - check out these awesome inventions fighting climate change.","type":"STY"},{"assetId":"48201749","assetUri":"\/newsround\/48201749","firstCreated":"2019-05-08T14:29:15+00:00","headline":"What is VE Day?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/cf2a80ec-6d46-854d-8268-85a48ecef96b","language":"en-gb","lastUpdated":"2020-05-08T07:46:38+00:00","media":{"images":{"index":{"106837762":{"height":417,"width":741,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/6895\/production\/_106837762_1.jpg","originCode":"cpsprodpb","altText":"crowds-celebrating-VE-day.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"106837764":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/B6B5\/production\/_106837764_1.jpg","originCode":"cpsprodpb","altText":"crowds-celebrating-VE-day.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"VE Day - or Victory in Europe Day - marks the day towards the end of World War Two when fighting against Nazi Germany in Europe came to an end on 8 May 1945.","type":"STY"},{"assetId":"51403096","assetUri":"\/newsround\/51403096","firstCreated":"2020-02-06T18:24:31+00:00","headline":"Inside My Head: Taking Control of My Anxiety","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/08f5692d-390e-6b4d-9fd8-00301c24f711","language":"en-gb","lastUpdated":"2020-02-07T09:39:52+00:00","media":{"images":{"index":{"110806942":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/6180\/production\/_110806942_p082hykf.jpg","originCode":"cpsprodpb","altText":"inside-my-head-taking-control-of-my-anxiety-a-newsround-special","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"110806944":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/AFA0\/production\/_110806944_p082hykf.jpg","originCode":"cpsprodpb","altText":"inside-my-head-taking-control-of-my-anxiety-a-newsround-special","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"51403097":{"caption":"Inside My Head: Taking Control of My Anxiety","entityType":"Clip","externalId":"p082hygn"}},"primary":{"51403097":{"caption":"Inside My Head: Taking Control of My Anxiety","entityType":"Clip","externalId":"p082hygn"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"This Newsround special follows 16-year-old mental health campaigner Molly as she learns five different ways to battle her anxiety.","type":"MAP"},{"assetId":"42810179","assetUri":"\/newsround\/42810179","firstCreated":"2018-01-31T07:21:05+00:00","headline":"Guide: Why is plastic a problem?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/3467fadf-c67b-9e4f-a728-f0ce6f478413","language":"en-gb","lastUpdated":"2020-03-17T15:15:56+00:00","media":{"images":{"index":{"102207318":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/13DDA\/production\/_102207318_mediaitem102207317.jpg","originCode":"cpsprodpb","altText":"A single discarded plastic water bottle on a sandy beach","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"More than eight million tonnes of plastic goes into the world's oceans each year. That's a lot of plastic which can harm animals and the environment. So what's being done about it?","type":"STY"},{"assetId":"48352689","assetUri":"\/newsround\/48352689","firstCreated":"2019-05-23T05:44:13+00:00","hasShortForm":true,"headline":"Living with the wall: A Newsround special","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/8dc33fa5-055c-4f43-a053-0bb557d40697","includeComments":true,"language":"en-gb","lastUpdated":"2019-06-04T06:04:16+00:00","media":{"images":{"index":{"107074280":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/2037\/production\/_107074280_trumpindex.jpg","originCode":"cpsprodpb","altText":"trump-wall","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"107074282":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/6E57\/production\/_107074282_trumpindex.jpg","originCode":"cpsprodpb","altText":"trump-wall","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround has been to the US-Mexico border to find out more about US President Donald Trump's proposed border wall. Watch the series of special reports.","type":"STY"},{"assetId":"25036313","assetUri":"\/newsround\/25036313","firstCreated":"2013-11-21T14:52:40+00:00","headline":"What is anxiety?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/4d7afdd3-d9af-9349-b2ba-b17f78cf9b97","language":"en-gb","lastUpdated":"2019-02-15T07:11:23+00:00","media":{"images":{"index":{"92653792":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/7427\/production\/_92653792_anxiety.jpg","originCode":"cpsprodpb","altText":"Cartoon","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"92653771":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/4547\/production\/_92653771_anxiety.jpg","originCode":"cpsprodpb","altText":"Cartoon","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Newsround spoke to mental health charity Mind to find out more about anxiety and what you can do if you're worried you might be experiencing it.","type":"STY"},{"assetId":"49997791","assetUri":"\/newsround\/49997791","firstCreated":"2019-10-10T10:23:16+00:00","hasShortForm":true,"headline":"What is a mental health problem?","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/1c131539-1055-5946-85dd-da61eb2231f2","language":"en-gb","lastUpdated":"2019-10-10T10:23:16+00:00","media":{"images":{"index":{"95330252":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/6273\/production\/_95330252_whatismentalhealth.jpg","originCode":"cpsprodpb","altText":"mental-health-problem-graphic.","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"If you break your arm or catch a cold, it is more obvious to see that you are poorly. If you have a mental health problem, it can be harder to spot.","type":"STY"},{"assetId":"44503109","assetUri":"\/newsround\/44503109","firstCreated":"2018-06-18T05:48:33+00:00","headline":"Finding My Family - Windrush: A Newsround Special","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/6d3f2d2b-5158-2744-8c2e-6691ea6c833d","language":"en-gb","lastUpdated":"2018-06-18T05:48:33+00:00","media":{"images":{"index":{"103645942":{"height":261,"width":464,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/617A\/production\/_103645942_windrush-index.jpg","originCode":"cpsprodpb","altText":"Maya in a blue top, Levi in a red top, both smiling at the camera.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"102189681":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/490A\/production\/_102189681_windrush-index.jpg","originCode":"cpsprodpb","altText":"Maya in a blue top, Levi in a red top, both smiling at the camera.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"44503110":{"caption":"Windrush - Finding My Family: A Newsround Special","entityType":"Clip","externalId":"p06b6wkx"}},"primary":{"44503110":{"caption":"Windrush - Finding My Family: A Newsround Special","entityType":"Clip","externalId":"p06b6wkx"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Finding My Family - Windrush","section":{"name":"Home","id":"101226","uri":"\/newsround\/front_page","urlIdentifier":"\/newsround\/front_page"},"summary":"Maya and Levi head to the Caribbean to find out about where their grandparents grew up, and why they moved to the UK as part of a historic period that changed the face of Britain","type":"MAP"},{"assetId":"40848395","assetUri":"\/newsround\/40848395","firstCreated":"2017-08-08T10:11:06+00:00","headline":"Finding My Family - Partition: A Newsround Special","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/a9a8d863-717b-c740-ab36-c6ae7ff7feb3","language":"en-gb","lastUpdated":"2017-08-08T10:11:06+00:00","media":{"images":{"index":{"97237248":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/14931\/production\/_97237248_titleslateweb.jpg","originCode":"cpsprodpb","altText":"Finding My Family graphic","copyrightHolder":"BBC"}},"index-thumbnail":{"97237250":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/c.files.bbci.co.uk\/1499\/production\/_97237250_titleslateweb.jpg","originCode":"cpsprodpb","altText":"Finding My Family graphic","copyrightHolder":"BBC"}}},"videos":{"index":{"40862255":{"caption":"Watch Finding My Family - Partition: A Newsround Special","entityType":"Clip","externalId":"p05bv3k7"}},"primary":{"40862255":{"caption":"Watch Finding My Family - Partition: A Newsround Special","entityType":"Clip","externalId":"p05bv3k7"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Finding My Family - Partition","section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Sumayyah, Shubhashukla and Kamolpriya are on the mission of their lives to find out what happened to their families during the Partition of India.","type":"MAP"}],"semanticGroupName":"More stories 5"}],"iStatsCounterName":"newsround.home.page","language":"en-gb","lastUpdated":"2020-07-21T12:08:31+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-07-21T12:08:41+00:00","id":"https:\/\/web.archive.org\/web\/20200721131721\/http:\/\/www.bbc.co.uk\/asset\/69a8f5ef-1d3a-b1f9-e050-17ac8045757b\/desktop\/domestic"}}); });</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":"5.3.11","_mrrVersion":"2.0.16"},'u61895776469941755'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'live-push': '//web.archive.org/web/20200721131721/https://push.api.bbci.co.uk/public/client' } }); } 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/20200721131721js_/https://m.files.bbci.co.uk/modules/morph-vendor/1.0.2/bundle.vendor.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-promise/1.0.6/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-istats/1.3.0/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-react-mvt/3.1.2/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.2/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/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/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/2.1.2/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-section-container/4.0.18/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/6.1.1/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-cbbc-nav/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-home-controller/5.3.11/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/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/20200721131721js_/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/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-debouncer/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-responsive-image/1.3.1/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/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/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/4.2.1/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-bump/1.1.0/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/5.0.1/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-localised-timestamp/3.1.2/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-gs-timestamp/2.2.1/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-timestamp/4.1.2/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/5.1.0/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/4.1.3/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/6.1.1/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/3.1.1/bundle.js"></script><script src="//web.archive.org/web/20200721131721js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/latin/bundle.js"></script><script>if (!Morph.manualInit) { Morph.init(); } /* u61895776469941755 */</script><!-- Chartbeat Web Analytics code - start --> <script type="text/javascript"> /** CONFIGURATION START **/ (function() { var noCookies = true; var cookiePrefix = '_chartbeat'; if ("object" === typeof bbccookies && typeof bbccookies.readPolicy == 'function') { noCookies = !bbccookies.readPolicy().performance; } if (noCookies && document.cookie.indexOf(cookiePrefix) !== -1) { //Find and remove cookies whose names begin with '_chartbeat' var cookieSplit = document.cookie.split(';'); var cookieLength = cookieSplit.length; while (cookieLength--) { var cookie = cookieSplit[cookieLength].replace(/^s+|s+$/g, ''); var cookieName = cookie.split('=')[0]; if (cookieName.indexOf(cookiePrefix) === 0) { document.cookie = cookieName + '=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;'; } } } _sf_async_config.noCookies = noCookies; }()); /** 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/20200721131721/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> <!-- Chartbeat Web Analytics code - end --></body></html><!-- FILE ARCHIVED ON 13:17:21 Jul 21, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 20:14:14 Dec 01, 2024. 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.649 exclusion.robots: 0.028 exclusion.robots.policy: 0.016 esindex: 0.012 cdx.remote: 4.402 LoadShardBlock: 214.45 (6) PetaboxLoader3.datanode: 311.234 (7) load_resource: 255.92 PetaboxLoader3.resolve: 51.779 -->

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