CINXE.COM
Home - CBBC Newsround
<!DOCTYPE html><html lang="en" class="b-pw-1280 b-reith-sans-font no-touch no-js"><head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.bbc.co.uk/newsround","20200906004743","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1599353263"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <script> window.orb_fig_blocking = false window.bbcredirection = { geo: false, device: false }; </script> <!-- Environment: live --> <!-- Orbit: 3.0.0-1080.3a4ef6f9 --> <!-- istats Web Module: 0.0.2-477.3a39ca0 --> <!-- navid Web Module: 0.2.0-21.719d1f6 --> <!-- User Activity Helper Web Module: 1.0.0-86.88e40f8 --> <!-- cookiebanner Web Module: 0.0.2-477.3a39ca0 --> <!-- searchbox Web Module: 3.0.0-164.bee1eea --> <!-- navpromo Web Module: 3.0.0-153.7cba724 --> <meta name="viewport" content="width=device-width, initial-scale=1.0"><meta property="fb:admins" content="100004154058350"><link rel="stylesheet" href="https://web.archive.org/web/20200906004743cs_/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/css/orb-ltr.min.css"><!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/css/orb-ie-ltr.min.css"> <![endif]--><script type="text/javascript">/*<![CDATA[*/ window.orb = { lang: 'en', bbcBaseUrl: 'https://web.archive.org/web/20200906004743/https://www.bbc.co.uk', bbcUrlPrefix: 'https://web.archive.org/web/20200906004743/https://www.', staticHost: 'https://web.archive.org/web/20200906004743/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f', figUrl: 'https://web.archive.org/web/20200906004743/https://fig.bbc.co.uk/frameworks/fig/2/fig.js', partialCookieOvenUrl: 'https://web.archive.org/web/20200906004743/https://cookie-oven.api.bbc' }; document.documentElement.className += (document.documentElement.className? ' ' : '') + 'orb-js'; window.orb.worldwideNavlinks = ''; /*]]>*/</script><script>// Promise polyfill from https://github.com/bramstein/promis (function(){'use strict';var f,g=[];function l(a){g.push(a);1==g.length&&f()}function m(){for(;g.length;)g[0](),g.shift()}f=function(){setTimeout(m)};function n(a){this.a=p;this.b=void 0;this.f=[];var b=this;try{a(function(a){q(b,a)},function(a){r(b,a)})}catch(c){r(b,c)}}var p=2;function t(a){return new n(function(b,c){c(a)})}function u(a){return new n(function(b){b(a)})}function q(a,b){if(a.a==p){if(b==a)throw new TypeError;var c=!1;try{var d=b&&b.then;if(null!=b&&"object"==typeof b&&"function"==typeof d){d.call(b,function(b){c||q(a,b);c=!0},function(b){c||r(a,b);c=!0});return}}catch(e){c||r(a,e);return}a.a=0;a.b=b;v(a)}} function r(a,b){if(a.a==p){if(b==a)throw new TypeError;a.a=1;a.b=b;v(a)}}function v(a){l(function(){if(a.a!=p)for(;a.f.length;){var b=a.f.shift(),c=b[0],d=b[1],e=b[2],b=b[3];try{0==a.a?"function"==typeof c?e(c.call(void 0,a.b)):e(a.b):1==a.a&&("function"==typeof d?e(d.call(void 0,a.b)):b(a.b))}catch(h){b(h)}}})}n.prototype.g=function(a){return this.c(void 0,a)};n.prototype.c=function(a,b){var c=this;return new n(function(d,e){c.f.push([a,b,d,e]);v(c)})}; function w(a){return new n(function(b,c){function d(c){return function(d){h[c]=d;e+=1;e==a.length&&b(h)}}var e=0,h=[];0==a.length&&b(h);for(var k=0;k<a.length;k+=1)u(a[k]).c(d(k),c)})}function x(a){return new n(function(b,c){for(var d=0;d<a.length;d+=1)u(a[d]).c(b,c)})};window.Promise||(window.Promise=n,window.Promise.resolve=u,window.Promise.reject=t,window.Promise.race=x,window.Promise.all=w,window.Promise.prototype.then=n.prototype.c,window.Promise.prototype["catch"]=n.prototype.g);}()); // Polyfill Event constructor for IE ref: https://jira.dev.bbc.co.uk/browse/ORBITEN-919 // see: https://stackoverflow.com/questions/26596123 (function () { if (typeof window.CustomEvent === "function") { return false; } function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: undefined }; var evt = document.createEvent('CustomEvent'); evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); return evt; } CustomEvent.prototype = window.Event.prototype; window.Event = CustomEvent; })(); //Element.prototype.matches polyfill //from https://developer.mozilla.org/en-US/docs/Web/API/Element/matches#Polyfill if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector; } //NodeList.forEach Polyfill //from https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach#Polyfill if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = Array.prototype.forEach; } // Object.assign polyfill from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill if (typeof Object.assign != 'function') { // Must be writable: true, enumerable: false, configurable: true Object.defineProperty(Object, "assign", { value: function assign(target, varArgs) { // .length of function is 2 'use strict'; if (target == null) { // TypeError if undefined or null throw new TypeError('Cannot convert undefined or null to object'); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { var nextSource = arguments[index]; if (nextSource != null) { // Skip over if undefined or null for (var nextKey in nextSource) { // Avoid bugs when hasOwnProperty is shadowed if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); } // window.fetch polyfill https://github.com/github/fetch/blob/v0.11.0/fetch.js - chosen for IE9 compatibility if(typeof window.fetch !== 'function') { (function(self){"use strict";if(self.fetch){return}function normalizeName(name){if(typeof name!=="string"){name=String(name)}if(/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(name)){throw new TypeError("Invalid character in header field name")}return name.toLowerCase()}function normalizeValue(value){if(typeof value!=="string"){value=String(value)}return value}function Headers(headers){this.map={};if(headers instanceof Headers){headers.forEach(function(value,name){this.append(name,value)},this)}else if(headers){Object.getOwnPropertyNames(headers).forEach(function(name){this.append(name,headers[name])},this)}}Headers.prototype.append=function(name,value){name=normalizeName(name);value=normalizeValue(value);var list=this.map[name];if(!list){list=[];this.map[name]=list}list.push(value)};Headers.prototype["delete"]=function(name){delete this.map[normalizeName(name)]};Headers.prototype.get=function(name){var values=this.map[normalizeName(name)];return values?values[0]:null};Headers.prototype.getAll=function(name){return this.map[normalizeName(name)]||[]};Headers.prototype.has=function(name){return this.map.hasOwnProperty(normalizeName(name))};Headers.prototype.set=function(name,value){this.map[normalizeName(name)]=[normalizeValue(value)]};Headers.prototype.forEach=function(callback,thisArg){Object.getOwnPropertyNames(this.map).forEach(function(name){this.map[name].forEach(function(value){callback.call(thisArg,value,name,this)},this)},this)};function consumed(body){if(body.bodyUsed){return Promise.reject(new TypeError("Already read"))}body.bodyUsed=true}function fileReaderReady(reader){return new Promise(function(resolve,reject){reader.onload=function(){resolve(reader.result)};reader.onerror=function(){reject(reader.error)}})}function readBlobAsArrayBuffer(blob){var reader=new FileReader;reader.readAsArrayBuffer(blob);return fileReaderReady(reader)}function readBlobAsText(blob){var reader=new FileReader;reader.readAsText(blob);return fileReaderReady(reader)}var support={blob:"FileReader"in self&&"Blob"in self&&function(){try{new Blob;return true}catch(e){return false}}(),formData:"FormData"in self,arrayBuffer:"ArrayBuffer"in self};function Body(){this.bodyUsed=false;this._initBody=function(body){this._bodyInit=body;if(typeof body==="string"){this._bodyText=body}else if(support.blob&&Blob.prototype.isPrototypeOf(body)){this._bodyBlob=body}else if(support.formData&&FormData.prototype.isPrototypeOf(body)){this._bodyFormData=body}else if(!body){this._bodyText=""}else if(support.arrayBuffer&&ArrayBuffer.prototype.isPrototypeOf(body)){}else{throw new Error("unsupported BodyInit type")}if(!this.headers.get("content-type")){if(typeof body==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}}};if(support.blob){this.blob=function(){var rejected=consumed(this);if(rejected){return rejected}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}};this.arrayBuffer=function(){return this.blob().then(readBlobAsArrayBuffer)};this.text=function(){var rejected=consumed(this);if(rejected){return rejected}if(this._bodyBlob){return readBlobAsText(this._bodyBlob)}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}}}else{this.text=function(){var rejected=consumed(this);return rejected?rejected:Promise.resolve(this._bodyText)}}if(support.formData){this.formData=function(){return this.text().then(decode)}}this.json=function(){return this.text().then(JSON.parse)};return this}var methods=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function normalizeMethod(method){var upcased=method.toUpperCase();return methods.indexOf(upcased)>-1?upcased:method}function Request(input,options){options=options||{};var body=options.body;if(Request.prototype.isPrototypeOf(input)){if(input.bodyUsed){throw new TypeError("Already read")}this.url=input.url;this.credentials=input.credentials;if(!options.headers){this.headers=new Headers(input.headers)}this.method=input.method;this.mode=input.mode;if(!body){body=input._bodyInit;input.bodyUsed=true}}else{this.url=input}this.credentials=options.credentials||this.credentials||"omit";if(options.headers||!this.headers){this.headers=new Headers(options.headers)}this.method=normalizeMethod(options.method||this.method||"GET");this.mode=options.mode||this.mode||null;this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&body){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(body)}Request.prototype.clone=function(){return new Request(this)};function decode(body){var form=new FormData;body.trim().split("&").forEach(function(bytes){if(bytes){var split=bytes.split("=");var name=split.shift().replace(/\+/g," ");var value=split.join("=").replace(/\+/g," ");form.append(decodeURIComponent(name),decodeURIComponent(value))}});return form}function headers(xhr){var head=new Headers;var pairs=xhr.getAllResponseHeaders().trim().split("\n");pairs.forEach(function(header){var split=header.trim().split(":");var key=split.shift().trim();var value=split.join(":").trim();head.append(key,value)});return head}Body.call(Request.prototype);function Response(bodyInit,options){if(!options){options={}}this.type="default";this.status=options.status;this.ok=this.status>=200&&this.status<300;this.statusText=options.statusText;this.headers=options.headers instanceof Headers?options.headers:new Headers(options.headers);this.url=options.url||"";this._initBody(bodyInit)}Body.call(Response.prototype);Response.prototype.clone=function(){return new Response(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Headers(this.headers),url:this.url})};Response.error=function(){var response=new Response(null,{status:0,statusText:""});response.type="error";return response};var redirectStatuses=[301,302,303,307,308];Response.redirect=function(url,status){if(redirectStatuses.indexOf(status)===-1){throw new RangeError("Invalid status code")}return new Response(null,{status:status,headers:{location:url}})};self.Headers=Headers;self.Request=Request;self.Response=Response;self.fetch=function(input,init){return new Promise(function(resolve,reject){var request;if(Request.prototype.isPrototypeOf(input)&&!init){request=input}else{request=new Request(input,init)}var xhr=new XMLHttpRequest;function responseURL(){if("responseURL"in xhr){return xhr.responseURL}if(/^X-Request-URL:/m.test(xhr.getAllResponseHeaders())){return xhr.getResponseHeader("X-Request-URL")}return}xhr.onload=function(){var status=xhr.status===1223?204:xhr.status;if(status<100||status>599){reject(new TypeError("Network request failed"));return}var options={status:status,statusText:xhr.statusText,headers:headers(xhr),url:responseURL()};var body="response"in xhr?xhr.response:xhr.responseText;resolve(new Response(body,options))};xhr.onerror=function(){reject(new TypeError("Network request failed"))};xhr.open(request.method,request.url,true);if(request.credentials==="include"){xhr.withCredentials=true}if("responseType"in xhr&&support.blob){xhr.responseType="blob"}request.headers.forEach(function(value,name){xhr.setRequestHeader(name,value)});xhr.send(typeof request._bodyInit==="undefined"?null:request._bodyInit)})};self.fetch.polyfill=true})(typeof self!=="undefined"?self:this); } if (typeof window.CustomEvent !== 'function') { function CustomEvent(event, params) { params = params || { bubbles: false, cancelable: false, detail: null }; var evt = document.createEvent('CustomEvent'); evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail); return evt; } CustomEvent.prototype = window.Event.prototype; window.CustomEvent = CustomEvent; } (function() { var language = 'en'; language = 'en'; var modal = false; var istatsLabels = {name: 'newsround' || undefined}; istatsLabels['bbc_site'] = 'cbbc'; istatsLabels['app_name'] = 'newsround'; istatsLabels['app_type'] = 'responsive'; istatsLabels['page_type'] = 'home'; istatsLabels['children_show'] = 'newsround'; function getMetaValue(propertyName) { var metaTag = document.querySelector( "meta[property='" + propertyName + "'], " + "meta[name='" + propertyName + "']"); if (metaTag) { return metaTag.getAttribute("content"); } else { throw new Error('No meta tag called: ' + propertyName) } } function generateCountername() { if (window.location.protocol === 'file:') { return 'local.file'; } var pathName = window.location.pathname .replace(/\/$/, "") .replace(/^\//, "") .replace(/\//g, '.'); return pathName + '.page'; } var additionalPageProperties = {}; additionalPageProperties['app_name'] = 'newsround'; additionalPageProperties['custom_var_1'] = ''; additionalPageProperties['custom_var_2'] = ''; additionalPageProperties['custom_var_5'] = 'cps'; additionalPageProperties['custom_var_7'] = 'newsround'; additionalPageProperties['custom_var_8'] = ''; additionalPageProperties['custom_var_9'] = ''; var page = { name: 'newsround.page' || istatsLabels.name || generateCountername(), destination: 'NEWSROUND' || null, producer: 'NEWSROUND' || null, section: '' || null, site: '' || istatsLabels.bbc_site || istatsLabels.app_name || istatsLabels.prod_name || null, contentId: 'urn:bbc:cps:69a8f5ef-1d3a-b1f9-e050-17ac8045757b' || null, contentType: 'index-home' || null, edition: 'domestic' || null, additionalProperties: additionalPageProperties }; function updatePageData(newData) { page = Object.assign(page, newData); } document.addEventListener('bbc-page-reset', function(event) { if (event.detail && event.detail.page) { updatePageData(event.detail.page); } document.dispatchEvent(new Event('bbc-page-updated')); }); window.bbcpage = { loadModule: function(deps) { return new Promise(function (resolve, reject) { window.require(deps, function () { resolve.apply(this, arguments); }, function (error) { reject(error); }); }) }, loadCSS: function (url, timeout) { return window.bbcpage.loadModule(['orb/lib/_$']) .then(function($) { return new Promise(function(resolve, reject) { var stylesheet = loadCSS(url); $.onloadCSS(stylesheet, function() { resolve(); }); if (timeout) { setTimeout(function () { reject(); }, timeout); } }); }); }, isModal: function () { return Promise.resolve(modal); }, getLanguage: function () { return new Promise(function(resolve, reject) { resolve(language); }); }, trackRegion: function (region, labels) { return window.bbcpage.loadModule(['istats-1']) .then(function(istats) { var trackLabels = { region: region }; for (var label in labels) { trackLabels[label] = labels[label]; } var linkType = labels.linkType || 'internal'; istats.track(linkType, trackLabels); }); }, getName: function() { return Promise.resolve(page.name); }, getDestination: function() { return Promise.resolve(page.destination); }, getProducer: function() { return Promise.resolve(page.producer); }, getSite: function() { return Promise.resolve(page.site); }, getSection: function() { return Promise.resolve(page.section); }, getContentType: function() { return Promise.resolve(page.contentType); }, getContentId: function() { return Promise.resolve(page.contentId); }, getEdition: function() { return new Promise(function (resolve, reject) { if (page.edition) { resolve(page.edition); return; } try { resolve(getMetaValue('x-audience').toLowerCase()); } catch (err){ // This property is related to Chartbeat; see http://support.chartbeat.com/docs/ if (window._sf_async_config) { resolve(window._sf_async_config.region || null); } } resolve(null); }); }, getReferrer: function() { return Promise.resolve(window.orb && window.orb.referrer !== null && window.orb.referrer !== undefined ? window.orb.referrer : document.referrer); }, getAdditionalProperties: function() { return Promise.resolve(page.additionalProperties); } }; var USERINFO_PREFIX = "www." || "www."; function initUserCache(orbitUser) { var availableAttr = [ 'X-Country', 'X-Ip_is_advertise_combined', 'X-Ip_is_uk_combined' ]; var userCache = availableAttr.reduce(function(user, curr, i) { if (!orbitUser[curr]) { return user; } var res = Object.assign({}, user); res[curr] = orbitUser[curr]; return res; }, {}); if (Object.keys(userCache).length !== availableAttr.length) { userCache._partial = true; } return userCache; } var user = initUserCache({ }); function checkStatus(response) { if (response.status >= 200 && response.status < 300) { return response; } else { var error = new Error(response.statusText); error.response = response; throw error; } } function parseJSON(response) { return response.json(); } var supportsCors = function() { return typeof XMLHttpRequest !== 'undefined' && 'withCredentials' in new XMLHttpRequest(); }; var getUserInfoFallback = function() { return window.bbcpage.loadModule(['orb/fig']) .then(function(orbFig) { return new Promise(function(resolve, reject) { orbFig.load(function(fig) { var getCountryFallback = function() { if (fig.geo.isUK()) { return 'GB'; } else if (fig.geo.isEU()) { return 'EU'; } }; resolve({ 'X-Country': user.country || getCountryFallback(), 'X-Ip_is_uk_combined': fig().uk ? 'yes' : 'no', 'X-Ip_is_advertise_combined': fig().ad ? 'yes' : 'no' }); }, function () { reject('Error determining country. Timeout?'); }); }); }); }; var _userInfoRequest; var getUserInfo = function() { var host = window.location.host.toString().match(/bbc\.com$/) ? 'bbc.com' : 'bbc.co.uk'; var userInfoUrl = "https://" + USERINFO_PREFIX + host + '/userinfo'; if (!user._partial) { return Promise.resolve(user); } if (!_userInfoRequest) { if (typeof window.fetch === 'undefined' || !supportsCors()) { _userInfoRequest = getUserInfoFallback(); } else { _userInfoRequest = window.fetch(userInfoUrl, { credentials: 'same-origin' }) .then(checkStatus) .then(parseJSON) .then(function(userInfo) { user = userInfo; return user; }); } } return _userInfoRequest; }; var USER_PROFILE_URL = "https://web.archive.org/web/20200906004743/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/20200906004743js_/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/js/require.min.js"></script> <script src="https://web.archive.org/web/20200906004743js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-477.3a39ca0/cookie-banner/cookie-library.min.js"></script><script type="text/javascript">if (window.define !== undefined) { define('orb/cookies', function() { return window.bbccookies; }); }</script> <script src="https://web.archive.org/web/20200906004743js_/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/js/api.min.js"></script> <script type="text/javascript">window.bbcFlagpoles_istats="ON",require.config({paths:{"istats-1":"https://web.archive.org/web/20200906004743/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-477.3a39ca0/istats/istats-1"}}),require(["istats-1","orb/cookies"],function(a,t){if(t.isAllowed("s1")){var e=(o=document.location.href.match(/^(?:https|http):\/\/\w*\.(?:(int|test|stage|live|)\.)?bbc\.(?:co\.uk|com)/))?void 0===o[1]||""===o[1]||"live"===o[1]?"//web.archive.org/web/20200906004743/https://sa.bbc.co.uk/bbc/bbc/s":"//web.archive.org/web/20200906004743/https://sa.bbc.co.uk/bbc/"+o[1]+"/s":"//web.archive.org/web/20200906004743/https://sa.bbc.co.uk/bbc/test/s";a.addCollector({name:"default",url:e,separator:"&"});var s="newsround";a.setCountername(s),window.istats_countername&&a.setCountername(window.istats_countername),a.addLabels("ml_name=webmodule&ml_version=0.0.2-477.3a39ca0&blq_e=orbit&blq_r=orbit&blq_s=orbit&blq_v=cbbc&language=en&bbc_site=cbbc&app_name=newsround&app_type=responsive&page_type=home&children_show=newsround")}var o});</script><link rel="stylesheet" href="https://web.archive.org/web/20200906004743cs_/https://static.files.bbci.co.uk/account/id-cta/1.48.0/style/id-cta.css"><!--[if IE 8]><link href="https://static.files.bbci.co.uk/account/id-cta/1.48.0/style/ie8.css" rel="stylesheet"/> <![endif]--><script type="text/javascript">(function() {if (!window.require) {throw new Error('idcta: could not find require module');}if (typeof(map) == 'undefined') {var map = {};}if (!!document.createElementNS && !!document.createElementNS('http://www.w3.org/2000/svg', 'svg').createSVGRect) {document.documentElement.className += ' id-svg';}var ptrt = new RegExp("[\\?&]ptrt=([^&]*)").exec(document.location.href);var ENDPOINT_URL = 'https://web.archive.org/web/20200906004743/https://idcta.api.bbc.co.uk';var ENDPOINT_CONFIG = ('/idcta/config?callback=&context=cbbc&ptrt=' + encodeURIComponent((ptrt ? ptrt[1] : document.location.href))).replace(/\&/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/20200906004743/https://static.files.bbci.co.uk/account/id-cta/1.48.0/modules/idcta-v2';map['idcta-v2/config'] = ENDPOINT_URL + ENDPOINT_CONFIG;map['idcta-v2/translations'] = ENDPOINT_URL + ENDPOINT_TRANSLATIONS;map['idcta'] = 'https://web.archive.org/web/20200906004743/https://static.files.bbci.co.uk/account/id-cta/1.8.2/modules/idcta';map['idcta-v2/idcta-1'] = 'https://web.archive.org/web/20200906004743/https://static.files.bbci.co.uk/account/id-cta/1.48.0/modules/idcta-v2/dist/idcta-1.min';map['idcta-v2/experiment-snippet'] = 'https://web.archive.org/web/20200906004743/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/20200906004743/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/20200906004743/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/20200906004743/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/20200906004743/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/20200906004743/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/20200906004743/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/20200906004743/https://secure-us.imrworldwide.com/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200906004743/https://me-cdn.effectivemeasure.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200906004743/https://ssc.api.bbc.com/">'); } if (window.bbcdotcom && bbcdotcom.data.ads == 1) { document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200906004743/https://www.googletagservices.com/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200906004743/https://bbc.gscontxt.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200906004743/https://tags.crwdcntrl.net/">'); document.write('<link rel="dns-prefetch" href="//web.archive.org/web/20200906004743/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\/20200906004743\/https:\/\/www.bbc.com\/privacy\/cookies\/international\/","advertisementText":"Advertisement","analyticsEnabled":true,"thirdPartyDisabled":false,"sherlockEnabled":false,"permutiveEnabled":false,"appName":"","assetPrefix":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/https:\/\/static.bbc.co.uk","staticVersion":"4.5.1093","staticPrefix":"https:\/\/web.archive.org\/web\/20200906004743\/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/20200906004743/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/20200906004743/https://cdn.optimizely.com/public/4621041136/s/bbccom_sandbox.js"; if(window.location.hostname === 'www.bbc.com') { optimizelyURL = "https://web.archive.org/web/20200906004743/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/20200906004743/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/20200906004743/https://tags.crwdcntrl.net/c/'+clientId+'/cc.js?ns='+clientId; lotameAudienceUrl = 'https://web.archive.org/web/20200906004743/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/20200906004743/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/20200906004743/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/20200906004743/https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/","searchboxAppStaticPrefix":"https://web.archive.org/web/20200906004743/https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/drawer","searchFormHtml":"<div tabindex=\"-1\"><div><section class=\"se-searchbox-panel\"><div class=\"se-g-wrap\"><div class=\"se-g-layout\"><div class=\"se-g-layout__item se-searchbox-title\" aria-hidden=\"true\">search</div><div class=\"se-g-layout__item se-searchbox\"><form accept-charset=\"utf-8\" id=\"searchboxDrawerForm\" method=\"get\" action=\"https://search.bbc.co.uk/search\"><label class=\"se-searchbox__input\" for=\"se-searchbox-input-field\"><span class=\"se-sr-only\">Search Term</span><input type=\"text\" name=\"q\" value=\"\" id=\"se-searchbox-input-field\" class=\"se-searchbox__input__field\" maxLength=\"100\" autoComplete=\"off\" autoCorrect=\"off\" autoCapitalize=\"off\" spellcheck=\"false\" tabindex=\"0\"/></label><input type=\"hidden\" name=\"scope\" value=\"\"/><button type=\"submit\" class=\"se-searchbox__submit\" tabindex=\"0\" data-bbc-container=\"se-searchbox-panel\" data-bbc-title=\"search-icon\" data-bbc-metadata=\"{"PAR":"form::1","CHD":"button::1"}\" data-bbc-personalisation=\"{"QRY":""}\">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=\"{"PAR":"form::1","CHD":"button::2"}\" data-bbc-personalisation=\"{"QRY":""}\">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/20200906004743cs_/https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/css/main.css"><!--[if IE 8]> <script type="text/javascript" src="https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/script/html5shiv.min.js"></script> <script type="text/javascript">window['searchboxIEVersion'] = 8;</script> <link rel="stylesheet" href="https://nav.files.bbci.co.uk/searchbox/f1713838fc62b38a521a235b3d19f819/css/ie8.css"> <![endif]--><!--[if IE 9]> <script type="text/javascript">window['searchboxIEVersion'] = 9;</script> <![endif]--> <script type="text/javascript">"use strict";!function(){window.__reverbStaticLocation="https://web.archive.org/web/20200906004743/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/",window.__smarttagVersion="5.20.0",window.__reverb={},window.__reverb.__reverbLoadedPromise=new Promise(function(e,n){window.__reverb.__resolveReverbLoaded=e,window.__reverb.__rejectReverbLoaded=n}),window.__reverb.__reverbTimeout=setTimeout(function(){window.__reverb.__rejectReverbLoaded()},5e3);var n=function(r,d){window.__reverb.__reverbLoadedPromise.then(function(e){if(r&&r.detail){var n=r.detail.label,t=r.detail.type,i=r.detail.elem,o=r.detail.originalEvent;r.detail.isClick&&(d=r.detail.isClick),e.userActionEvent(t,n,r.detail,i,o,d)}},function(){console.log("Reverb failed to load. Event not sent")})};document.addEventListener("bbc-user-event",function(e){n(e,!1)}),document.addEventListener("bbc-user-click",function(e){n(e,!0)}),document.addEventListener("bbc-page-updated",function(){window.__reverb.__reverbLoadedPromise.then(function(e){e.initialise().then(function(){return e.viewEvent()})},function(){console.log("Reverb failed to load. Event not sent")})})}();</script><script type="text/javascript" src="https://web.archive.org/web/20200906004743js_/https://mybbc-analytics.files.bbci.co.uk/reverb-client-js/reverb-1.5.0.js" async=""></script><script type="text/javascript">window.__detectview={clickManagementEnabled:false};</script><link rel="preload" as="script" href="//web.archive.org/web/20200906004743/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/20200906004743/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/20200906004743cs_/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/20200906004743cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/4.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-super-promo/4.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/4.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200906004743cs_/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/20200906004743cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/7.0.2/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-top-stories/7.0.2"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/7.0.2/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200906004743cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/6.1.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-promo/6.1.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/6.1.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200906004743cs_/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/20200906004743cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/5.0.1/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-more-stories/5.0.1"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/5.0.1/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200906004743cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/5.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-bulletin-promo/5.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/5.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200906004743cs_/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/20200906004743cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-header/7.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/enhanced.css\"/>"); }</script><!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20200906004743cs_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/3.0.0/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-newsround-anchors/3.0.0"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/3.0.0/enhanced.css\"/>"); }</script><script type="text/javascript">Morph.initStyles(); /* u15814283297456821 */</script><script type="text/javascript">var domain = "co.uk";var edition = "";var prettyEdition = edition;if (window.NewsPage && window.NewsPage.edition) {edition = window.NewsPage.edition;prettyEdition = edition === "northernireland" ? "Northern Ireland" :edition.charAt(0).toUpperCase() + edition.slice(1);}var pathEdition = edition.length > 0 ? "/?" + edition.toLowerCase() : "";var _sf_async_config = _sf_async_config || {};var _sf_startpt=(new Date()).getTime();_sf_async_config.domain = "www" + ".bbc." + domain;_sf_async_config.uid = 50924;_sf_async_config.title = window.document.title.replace("##edition##", prettyEdition);_sf_async_config.path = "bbc." + domain + "/newsround" + pathEdition;_sf_async_config.sections = "newsround";_sf_async_config.mobileApp = undefined;</script> <title>Home - CBBC Newsround</title> <meta content="Home - CBBC Newsround" property="og:title"/> <meta name="description" content="The home of news and fun facts for kids. Find out what is going on, with stories, pictures and videos. Try a quiz or one of our free games."/><meta content="The home of news and fun facts for kids. Find out what is going on, with stories, pictures and videos. Try a quiz or one of our free games." property="og:description"/> <meta content="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/newsround" property="og:url"/><link rel="canonical" href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/newsround"/> <meta content="//web.archive.org/web/20200906004743im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/6.0.0/images/og-newsround.png" property="og:image"/> <link href="//web.archive.org/web/20200906004743im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/6.0.0/images/apple-touch-icon.png" rel="apple-touch-icon"/> <link href="//web.archive.org/web/20200906004743im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/6.0.0/images/favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="//web.archive.org/web/20200906004743im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/6.0.0/images/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16"/> <link href="//web.archive.org/web/20200906004743im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/6.0.0/images/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32"/> <link href="//web.archive.org/web/20200906004743im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-page/6.0.0/images/favicon-96x96.png" rel="icon" type="image/png" sizes="96x96"/> <script type="text/javascript"> window.addEventListener('DOMContentLoaded', function() { const html = document.querySelector('.no-js'); if (html.classList) { html.classList.remove('no-js'); } }); </script> <style> .b-reith-sans-loaded { font-feature-settings: 'ss01'; } </style></head><body><noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20200906004743im_/https://a1.api.bbc.co.uk/hit.xiti?&col=1&from=p&ptag=js&s=598253&p=newsround.page&x1=[urn:bbc:cps:69a8f5ef-1d3a-b1f9-e050-17ac8045757b]&x2=[responsive]&x3=[bbc_website]&x4=[en]&x7=[index-home]&x8=[reverb-1.5.0-nojs]&x11=[NEWSROUND]&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/20200906004743/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/20200906004743/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="{"id-cta-type": "statusbar-orb"}" data-bbc-source="responsive_web" data-bbc-title="id-cta-sign-in"><a id="idcta-link" href="https://web.archive.org/web/20200906004743/https://account.bbc.com/account?context=cbbc&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/20200906004743/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20200906004743/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/20200906004743/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/20200906004743/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/20200906004743/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="u15814283297456821"><div data-reactid=".pkq4nztcti" data-react-checksum="-1964980233"><div class="newsround-cbbc-nav-wrapper" data-reactid=".pkq4nztcti.0"><div class="newsround-cbbc-nav-component newsround-cbbc-nav-component-padding-override" data-reactid=".pkq4nztcti.0.0"><div class="newsround-cbbc-nav-component__container" data-reactid=".pkq4nztcti.0.0.0"><nav class="newsround-cbbc-nav-component__menu" data-reactid=".pkq4nztcti.0.0.0.0"><div class="newsround-cbbc-nav-component__bar" data-reactid=".pkq4nztcti.0.0.0.0.0"><a class="newsround-cbbc-nav-component__product" href="/web/20200906004743/https://www.bbc.co.uk/cbbc" data-istats-track="true" data-istats-track-link-location="nr_cbbc_nav-home" data-reactid=".pkq4nztcti.0.0.0.0.0.0">Home</a><button id="newsround-cbbc-nav-component__toggle" class="newsround-cbbc-nav-component__toggle" data-reactid=".pkq4nztcti.0.0.0.0.0.1"><span id="newsround-cbbc-nav-component__toggle-title" class="newsround-cbbc-nav-component__toggle-title" data-reactid=".pkq4nztcti.0.0.0.0.0.1.0">Menu</span><span class="newsround-cbbc-nav-component__toggle-icon" data-reactid=".pkq4nztcti.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=".pkq4nztcti.0.0.0.0.1"><ul class="newsround-cbbc-nav-component__list-inner" data-reactid=".pkq4nztcti.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=".pkq4nztcti.0.0.0.0.1.0.$home"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--home" href="/web/20200906004743/https://www.bbc.co.uk/cbbc" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.0.0.0.0.1.0.$shows"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--shows" href="/web/20200906004743/https://www.bbc.co.uk/cbbc/shows" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.0.0.0.0.1.0.$games"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--games" href="/web/20200906004743/https://www.bbc.co.uk/cbbc/games" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.0.0.0.0.1.0.$quizzes"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--quizzes" href="/web/20200906004743/https://www.bbc.co.uk/cbbc/quizzes" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.0.0.0.0.1.0.$watch"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--watch" href="/web/20200906004743/https://www.bbc.co.uk/cbbc/watch" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.0.0.0.0.1.0.$joinin"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--joinin" href="/web/20200906004743/https://www.bbc.co.uk/cbbc/joinin" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.0.0.0.0.1.0.$puzzles"><a class="newsround-cbbc-nav-component__link newsround-cbbc-nav-component__link--puzzles" href="/web/20200906004743/https://www.bbc.co.uk/cbbc/puzzles" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.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/20200906004743/https://www.bbc.co.uk/newsround" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.0.0.0.0.1.0.$newsround.0.1">Newsround</span></a></li></ul></div></nav></div></div></div><section role="main" data-reactid=".pkq4nztcti.1"><div class="o-mvt-container" data-reactid=".pkq4nztcti.1.0"><script src="https://web.archive.org/web/20200906004743js_/https://cdn.optimizely.com/public/4621041136/s/newsround_prod.js" data-reactid=".pkq4nztcti.1.0.0"></script></div><header class="newsround-header__header" data-reactid=".pkq4nztcti.1.1"><div class="newsround-header__orb" style="background-image:url(//web.archive.org/web/20200906004743im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/images/newsround-orb.png);" data-reactid=".pkq4nztcti.1.1.0"></div><div class="newsround-header__wrapper" data-reactid=".pkq4nztcti.1.1.1"><div class="newsround-header__container" data-reactid=".pkq4nztcti.1.1.1.0"><a class="newsround-header__link" href="/web/20200906004743/https://www.bbc.co.uk/newsround" data-istats-track="true" data-istats-track-link-location="nr_nav-homelogo" data-reactid=".pkq4nztcti.1.1.1.0.0"><div class="newsround-header__logo" style="background-image:url(//web.archive.org/web/20200906004743im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/images/newsround-logo.png);background:url(//web.archive.org/web/20200906004743im_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/images/newsround-logo.svg) no-repeat;" data-reactid=".pkq4nztcti.1.1.1.0.0.0"><h1 class="newsround-header__off-screen" data-reactid=".pkq4nztcti.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="{"PAR":"home-watch-newsround-button","CHD":"button"}" data-bbc-source="newsround" data-bbc-title="Watch Newsround" data-reactid=".pkq4nztcti.1.1.1.0.1"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="" data-reactid=".pkq4nztcti.1.1.1.0.1.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".pkq4nztcti.1.1.1.0.1.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.1.1.0.1.0.0.0"><title data-reactid=".pkq4nztcti.1.1.1.0.1.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.1.1.0.1.0.0.0.1"></path></svg></div><span data-reactid=".pkq4nztcti.1.1.1.0.1.0.1:0">Watch </span><span class="newsround-header__button__bp-text" data-reactid=".pkq4nztcti.1.1.1.0.1.0.1:1">Newsround</span></a></div></div></div></header><div data-reactid=".pkq4nztcti.1.2"></div><section class="newsround-top-stories" data-istats-track-scroll-visibility="nr_home_top_stories" data-reactid=".pkq4nztcti.1.3"><div class="newsround-top-stories__wrapper newsround-top-stories__wrapper--with-top-margin newsround-top-stories__wrapper--no-bottom-padding" data-reactid=".pkq4nztcti.1.3.0"><div class="newsround-top-stories__container gel-layout--equal" data-reactid=".pkq4nztcti.1.3.0.0"><div class="newsround-top-stories__featured-story" data-reactid=".pkq4nztcti.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="{"PAR":"home-top-stories","CHD":"card::1"}" data-bbc-source="newsround" data-bbc-title="Digital Detox Day: Could you ditch your devices?" data-reactid=".pkq4nztcti.1.3.0.0.0.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53990676" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/799F/production/_114253113_32785090-8698843-support_jade_shared_a_picture_to_her_feed_captioned_tomorrow_sat-a-45_1599243224414.jpg" alt="jade" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.0">Digital Detox Day: Could you ditch your devices?</p><p class="newsround-promo__summary" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.1">September 5th is Digital Detox Day and many celebs are joining the campaign which wants people to put down their phones and tablets and switch off their TVs and games consoles . Find out why and get some top tips to get you on your way.</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.1.3.0.0.0.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-05T07:56:19+00:00" data-datetime="16 hours ago" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.2.0.0.1.0">16 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.2.0.0.1.1">16 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.0.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.1.3.0.0.0.0.0.1.2.1.1">103</span></div></div></div></a></div></div><div class="newsround-top-stories__stories" data-reactid=".pkq4nztcti.1.3.0.0.1"><div class="newsround-top-stories__container" data-reactid=".pkq4nztcti.1.3.0.0.1.0"><div class="newsround-top-stories__story" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062"><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="{"PAR":"home-top-stories","CHD":"card::2"}" data-bbc-source="newsround" data-bbc-title="'Wear a helmet even if it doesn't look cool!'" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54025062" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11DAF/production/_114253137_gettyimages-1267061984.jpg" alt="boarder" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.0">'Wear a helmet even if it doesn't look cool!'</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.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=".pkq4nztcti.1.3.0.0.1.0.$54025062.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=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-05T07:56:01+00:00" data-datetime="16 hours ago" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.0.0.1.0">16 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.0.0.1.1">16 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54025062.0.0.1.2.1.1">25</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013"><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="{"PAR":"home-top-stories","CHD":"card::3"}" data-bbc-source="newsround" data-bbc-title="Critically endangered Western chimpanzee born in UK zoo" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54026013" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D057/production/_114253335_criticallyendangeredbabychimpanzeebornatchesterzoo-28.jpg" alt="Close up of young chimp in its mum's arms." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.0.1"><div class="gel-icon gel-icon--image newsround-promo__icon" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.0.1.0.0.0">image</title><path d="M9 5V3H4v2H0v24h32V5zm-2.5 8A2.5 2.5 0 1 1 9 10.5 2.5 2.5 0 0 1 6.5 13zM20 26a9 9 0 1 1 9-9 9 9 0 0 1-9 9z" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.0.1.0.0.1"></path><circle cx="20" cy="17" r="5.5" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.0.1.0.0.2"></circle></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.0.1.1"></span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.1.0">Critically endangered Western chimpanzee born in UK zoo</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.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=".pkq4nztcti.1.3.0.0.1.0.$54026013.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=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-05T08:22:57+00:00" data-datetime="16 hours ago" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.1.2.0.0.1.0">16 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54026013.0.0.1.2.0.0.1.1">16 hours ago</span></time></span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263"><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="{"PAR":"home-top-stories","CHD":"card::4"}" data-bbc-source="newsround" data-bbc-title="Meet Britain's Got Talent semi-finalist Fayth" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54017263" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16913/production/_114253429_faythifilgoldenbuzzer.jpg" alt="Fayth semi finalist of Britain's Got Talent" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.0.1.1">1:44</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.1.0">Meet Britain's Got Talent semi-finalist Fayth</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.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=".pkq4nztcti.1.3.0.0.1.0.$54017263.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=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-05T08:47:02+00:00" data-datetime="15 hours ago" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.1.2.0.0.1.0">15 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54017263.0.0.1.2.0.0.1.1">15 hours ago</span></time></span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454"><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="{"PAR":"home-top-stories","CHD":"card::5"}" data-bbc-source="newsround" data-bbc-title="How will BGT be different this year?" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53973454" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12EAC/production/_114248477_mediaitem114248476.jpg" alt="Britain's Got Talent logo" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.0">How will BGT be different this year?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.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=".pkq4nztcti.1.3.0.0.1.0.$53973454.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=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-04T05:31:40+00:00" data-datetime="1 day ago" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$53973454.0.0.1.2.1.1">34</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150"><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="{"PAR":"home-top-stories","CHD":"card::6"}" data-bbc-source="newsround" data-bbc-title="Messi decides where he'll play next season" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54040150" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9B37/production/_114253793_gettyimages-846141966.jpg" alt="Lionel-Messi." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.0">Messi decides where he'll play next season</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.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=".pkq4nztcti.1.3.0.0.1.0.$54040150.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=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-05T10:36:07+00:00" data-datetime="14 hours ago" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.0.0.1.0">14 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.0.0.1.1">14 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$54040150.0.0.1.2.1.1">2</span></div></div></div></a></div></div><div class="newsround-top-stories__story" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679"><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="{"PAR":"home-top-stories","CHD":"card::7"}" data-bbc-source="newsround" data-bbc-title="Quiz: Who's behind the beard?" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/45355679" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.1.0">Quiz: Who's behind the beard?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$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=".pkq4nztcti.1.3.0.0.1.0.$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=".pkq4nztcti.1.3.0.0.1.0.$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="2020-09-05T08:47:41+00:00" data-datetime="15 hours ago" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.1.2.0.0.1.0">15 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.3.0.0.1.0.$45355679.0.0.1.2.0.0.1.1">15 hours ago</span></time></span></div></div></div></a></div></div></div></div></div></div></section><section class="newsround-anchors" data-reactid=".pkq4nztcti.1.4"><nav class="newsround-anchors__wrapper" data-reactid=".pkq4nztcti.1.4.0"><ul class="newsround-anchors__layout newsround-anchors__layout--less-margin" data-reactid=".pkq4nztcti.1.4.0.0"><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{"PAR":"home-anchor-links","CHD":"button::1"}" data-bbc-source="newsround" data-bbc-title="Back to School" data-reactid=".pkq4nztcti.1.4.0.0.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround#more-stories-2" class="newsround-button newsround-button--teal" aria-label="Back to School" data-reactid=".pkq4nztcti.1.4.0.0.0.0"><span data-reactid=".pkq4nztcti.1.4.0.0.0.0.1">Back to School</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{"PAR":"home-anchor-links","CHD":"button::2"}" data-bbc-source="newsround" data-bbc-title="Coronavirus" data-reactid=".pkq4nztcti.1.4.0.0.1"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround#more-stories-3" class="newsround-button newsround-button--teal" aria-label="Coronavirus" data-reactid=".pkq4nztcti.1.4.0.0.1.0"><span data-reactid=".pkq4nztcti.1.4.0.0.1.0.1">Coronavirus</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{"PAR":"home-anchor-links","CHD":"button::3"}" data-bbc-source="newsround" data-bbc-title="Fighting racism" data-reactid=".pkq4nztcti.1.4.0.0.2"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround#more-stories-4" class="newsround-button newsround-button--teal" aria-label="Fighting racism" data-reactid=".pkq4nztcti.1.4.0.0.2.0"><span data-reactid=".pkq4nztcti.1.4.0.0.2.0.1">Fighting racism</span></a></li><li class="newsround-anchors__button" data-bbc-container="home-anchor-links" data-bbc-metadata="{"PAR":"home-anchor-links","CHD":"button::4"}" data-bbc-source="newsround" data-bbc-title="Quiz-fest!" data-reactid=".pkq4nztcti.1.4.0.0.3"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround#more-stories-5" class="newsround-button newsround-button--teal" aria-label="Quiz-fest!" data-reactid=".pkq4nztcti.1.4.0.0.3.0"><span data-reactid=".pkq4nztcti.1.4.0.0.3.0.1">Quiz-fest!</span></a></li></ul></nav></section><section id="additional-top-stories" class="newsround-more-stories newsround-more-stories--additional-top-stories" data-istats-track-scroll-visibility="nr_home_more_stories_1" data-reactid=".pkq4nztcti.1.5"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".pkq4nztcti.1.5.0"><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".pkq4nztcti.1.5.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$18769169"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-1" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/18769169" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/022B/production/_114255500_tv063168884.jpg" alt="tour de france" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.1.0">What is the Tour de France?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.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=".pkq4nztcti.1.5.0.1.$18769169.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=".pkq4nztcti.1.5.0.1.$18769169.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-05T13:36:45+00:00" data-datetime="11 hours ago" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.1.2.0.0.1.0">11 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$18769169.0.0.1.2.0.0.1.1">11 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=".pkq4nztcti.1.5.0.1.$54025896"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-2" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54025896" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8557/production/_114253143_chelsea2.jpg" alt="Chelsea celebrate" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.0">Five things to know about the WSL season</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.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=".pkq4nztcti.1.5.0.1.$54025896.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=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-05T12:40:01+00:00" data-datetime="12 hours ago" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.0.0.1.0">12 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.0.0.1.1">12 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54025896.0.0.1.2.1.1">6</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54040147"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-3" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54040147" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1E37/production/_114253770_befunky-collage-2.jpg" alt="Olly Murs/Liv Cooke" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.0">Everything you need to know about Soccer Aid 2020</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.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=".pkq4nztcti.1.5.0.1.$54040147.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=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-05T13:29:53+00:00" data-datetime="11 hours ago" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.0.0.1.0">11 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.0.0.1.1">11 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54040147.0.0.1.2.1.1">4</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$51318780"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-4" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/51318780" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0E62/production/_114228630_quizcover.jpg" alt="The Earth seen from the Moon." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.1.0">Quiz: Have you been following this week's news?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.1.5.0.1.$51318780.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T14:40:49+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$51318780.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$43245617"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-5" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/43245617" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/BA88/production/_114225774_p08qd5wg.jpg" alt="strange" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.0.1.1">1:17</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.0">Strange News: This week's strangest stories!</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T08:56:49+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$43245617.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$51723696"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-6" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/51723696" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/11EF5/production/_111116437_p07m5qmk.jpg" alt="newsround" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.1.0">Newsround: Our big stories this week</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.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=".pkq4nztcti.1.5.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=".pkq4nztcti.1.5.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-09-02T14:07:00+00:00" data-datetime="3 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.1.2.0.0.1.0">3 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$51723696.0.0.1.2.0.0.1.1">3 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54001215"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-7" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54001215" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12C9A/production/_114245967_p08qk2bz.jpg" alt="Back to school graphic" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.0.1.1">1:49</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.1.0">Back to school worries? Dr Radha has some advice for you</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.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=".pkq4nztcti.1.5.0.1.$54001215.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=".pkq4nztcti.1.5.0.1.$54001215.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-05T08:38:35+00:00" data-datetime="16 hours ago" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.1.2.0.0.1.0">16 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54001215.0.0.1.2.0.0.1.1">16 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=".pkq4nztcti.1.5.0.1.$54009323"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-8" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54009323" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1D3C/production/_114248470_mediaitem114247231.jpg" alt="Claudia Winkleman and Tess Daly" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.0">Full Strictly Come Dancing line-up revealed!</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.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=".pkq4nztcti.1.5.0.1.$54009323.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=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-04T15:01:12+00:00" data-datetime="1 day ago" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54009323.0.0.1.2.1.1">40</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54015196"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-9" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54015196" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/41FC/production/_114229861_95361.jpg" alt="A discarded face mask on a beach" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.0">Face masks part of 'new plastic pollution explosion'</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.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=".pkq4nztcti.1.5.0.1.$54015196.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=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-04T05:18:01+00:00" data-datetime="1 day ago" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54015196.0.0.1.2.1.1">42</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54025899"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-10" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54025899" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2A20/production/_114248701_boyega_lucas1_cut.jpg" alt="John Boyega in Star Wars: The Rise of Skywalker" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.0">John Boyega on Star Wars' racial inequality</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.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=".pkq4nztcti.1.5.0.1.$54025899.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=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-04T14:37:58+00:00" data-datetime="1 day ago" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54025899.0.0.1.2.1.1">28</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54028393"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-11" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54028393" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/E8C0/production/_114248595_puffins.jpg" alt="puffins" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.0.1.1">0:54</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.1.0">Meet the kids helping baby puffins fly free</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.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=".pkq4nztcti.1.5.0.1.$54028393.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=".pkq4nztcti.1.5.0.1.$54028393.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-04T11:15:13+00:00" data-datetime="1 day ago" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54028393.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=".pkq4nztcti.1.5.0.1.$54023223"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-12" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54023223" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/7E7F/production/_114238323_gettyimages-472960382.jpg" alt="Declan Donnelly and Ant McPartlin" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.1.0">Dec reveals 'no one could' replace Ant (unless they're female)</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.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=".pkq4nztcti.1.5.0.1.$54023223.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=".pkq4nztcti.1.5.0.1.$54023223.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-04T08:30:43+00:00" data-datetime="1 day ago" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54023223.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=".pkq4nztcti.1.5.0.1.$54023479"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-13" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54023479" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3767/production/_114238141_055033350-1.jpg" alt="HS2 train" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.0">Construction on railway line HS2 officially begins</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.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=".pkq4nztcti.1.5.0.1.$54023479.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=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-05T10:48:11+00:00" data-datetime="13 hours ago" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.0.0.1.0">13 hours ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.0.0.1.1">13 hours ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54023479.0.0.1.2.1.1">13</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54023217"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-14" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54023217" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16A01/production/_114237629_p08481qg.jpg" alt="Filming The Batman in Glasgow" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.1.0">Batman on hold after Pattinson's 'positive Covid test'</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.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=".pkq4nztcti.1.5.0.1.$54023217.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=".pkq4nztcti.1.5.0.1.$54023217.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-04T06:11:08+00:00" data-datetime="1 day ago" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54023217.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=".pkq4nztcti.1.5.0.1.$54024173"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-15" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54024173" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D217/production/_114238735_hrvy.png" alt="HRVY" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.0">HRVY joins STRCTLY</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.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=".pkq4nztcti.1.5.0.1.$54024173.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=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-04T08:21:40+00:00" data-datetime="1 day ago" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54024173.0.0.1.2.1.1">9</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$53985692"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-16" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53985692" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/FDBF/production/_114195946_p08q5kj0.jpg" alt="formula-one-fluid-technician-stephanie-travers-wearing-her-pit-crew-uniform" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--white newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.0.1.1">1:46</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.1.0">'A moment I will treasure' - F1 technician's historic moment</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.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=".pkq4nztcti.1.5.0.1.$53985692.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=".pkq4nztcti.1.5.0.1.$53985692.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-04T05:21:50+00:00" data-datetime="1 day ago" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$53985692.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=".pkq4nztcti.1.5.0.1.$54002846"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-17" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54002846" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8305/production/_114214533_hi043930621.jpg" alt="Part of Antarctica" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.1.0">Climate change: Ice melting at 'worst-case' rate</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.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=".pkq4nztcti.1.5.0.1.$54002846.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=".pkq4nztcti.1.5.0.1.$54002846.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T05:47:40+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54002846.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54018024"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-18" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54018024" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/151A1/production/_114233468_gettyimages-1207641135.jpg" alt="Steph Houghton" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.1.0">Equal pay for men and women's national footie teams in Brazil and England</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.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=".pkq4nztcti.1.5.0.1.$54018024.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=".pkq4nztcti.1.5.0.1.$54018024.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T16:12:28+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54018024.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54003981"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-19" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54003981" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/15415/production/_114216078_6c970697bca8baaa461bb4e53bc98581.jpg" alt="kids in a playground" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.0">Your best bits about heading back to school</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.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=".pkq4nztcti.1.5.0.1.$54003981.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=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T09:10:17+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54003981.0.0.1.2.1.1">76</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54012994"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-20" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54012994" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/107F6/production/_112247576_gettyimages-1098321596.jpg" alt="moons-surface." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.0">Scientists discover the Moon is rusting</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.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=".pkq4nztcti.1.5.0.1.$54012994.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=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T10:59:37+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54012994.0.0.1.2.1.1">15</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54009316"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-21" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54009316" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D95A/production/_114224655_screenshot2020-09-02at20.06.48.png" alt="Booster rockets" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.0">Huge rocket tested by Nasa ahead of 2024 Moon trip</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.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=".pkq4nztcti.1.5.0.1.$54009316.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=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T07:12:21+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54009316.0.0.1.2.1.1">6</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$51457276"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-22" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/51457276" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/76BE/production/_108389303_hs2siemenspa.jpg" alt="HS2 train" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.0">What are the arguments for and against HS2?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.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=".pkq4nztcti.1.5.0.1.$51457276.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=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-04T07:16:41+00:00" data-datetime="1 day ago" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.0.0.1.0">1 day ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.0.0.1.1">1 day ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$51457276.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=".pkq4nztcti.1.5.0.1.$53998935"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-23" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53998935" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A406/production/_114209914_seaburn_toilet.jpg" alt="One of the toilets in Seaburn" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.0">Why has this toilet become so special?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.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=".pkq4nztcti.1.5.0.1.$53998935.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=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T05:18:40+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$53998935.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=".pkq4nztcti.1.5.0.1.$54013326"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-24" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54013326" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/764A/production/_114228203_hi062960115.jpg" alt="Health worker testing people for coronavirus" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.1.0">New plans for mass coronavirus testing</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.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=".pkq4nztcti.1.5.0.1.$54013326.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=".pkq4nztcti.1.5.0.1.$54013326.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T11:32:12+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54013326.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$53932811"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-25" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53932811" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0EFA/production/_114143830_gettyimages-1181912168.jpg" alt="children-dressed-as-recycling-heros" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.0">Zero Waste Week: Top tips to reduce your waste</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.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=".pkq4nztcti.1.5.0.1.$53932811.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=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-01T09:06:16+00:00" data-datetime="4 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.0.0.1.0">4 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.0.0.1.1">4 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$53932811.0.0.1.2.1.1">4</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54008920"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-26" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54008920" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B093/production/_114230254_capture.jpg" alt="Dwayne "the Rock" Johnson talks about his family's Covid-19 infection on Instagram, 2 September 2020" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.0">Dwayne Johnson on 'challenging' Covid-19 recovery</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.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=".pkq4nztcti.1.5.0.1.$54008920.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=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T06:14:54+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54008920.0.0.1.2.1.1">25</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--additional-top-stories" data-reactid=".pkq4nztcti.1.5.0.1.$54009342"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-27" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54009342" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0B4D/production/_109739820_attenborough2.jpg" alt="david-attenborough." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.0">Sir David Attenborough is back with a new programme</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.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=".pkq4nztcti.1.5.0.1.$54009342.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=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T08:20:55+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54009342.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=".pkq4nztcti.1.5.0.1.$54001051"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_1-28" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/54001051" class="newsround-promo__content newsround-promo__content--white" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/07E5/production/_114212020_gettyimages-622219092.jpg" alt="Wolverine" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.0">Wolverines return to American national park after 100 years</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.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=".pkq4nztcti.1.5.0.1.$54001051.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=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T05:20:05+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.5.0.1.$54001051.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--additional-top-stories" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.5.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--additional-top-stories" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.5.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".pkq4nztcti.1.5.1.0.0.0.0"><button class="newsround-button newsround-button--purple" tabindex="-1" aria-label="Show more stories" data-reactid=".pkq4nztcti.1.5.1.0.0.0.0.0"><span data-reactid=".pkq4nztcti.1.5.1.0.0.0.0.0.1">Show more</span></button></div></div></div></div></div></section><div data-reactid=".pkq4nztcti.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="{"PAR":"home-watch-newsround","CHD":"promo"}" data-bbc-source="newsround" data-bbc-title="Watch Newsround" data-reactid=".pkq4nztcti.1.7"><div class="newsround-bulletin__mobile-background" style="background:linear-gradient(transparent 50%, #011638 95%),url(https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/1473/production/_114253250_p08qlxzr.jpg);background-repeat:no-repeat;background-size:100%;background-position:center;" data-reactid=".pkq4nztcti.1.7.0"></div><div class="newsround-bulletin__wrapper" data-istats-track="true" data-istats-track-link-location="nr_home_bulletin_promo" data-reactid=".pkq4nztcti.1.7.1"><div class="newsround-bulletin__layout" data-reactid=".pkq4nztcti.1.7.1.0"><div class="newsround-bulletin__text-container" data-reactid=".pkq4nztcti.1.7.1.0.0"><div class="newsround-bulletin__text-wrapper" data-reactid=".pkq4nztcti.1.7.1.0.0.0"><h2 class="newsround-bulletin__title" data-reactid=".pkq4nztcti.1.7.1.0.0.0.0">Watch Newsround</h2><h3 class="newsround-bulletin__subtitle" data-reactid=".pkq4nztcti.1.7.1.0.0.0.1">Ricky has your Saturday Newsround with YOUR views about heading back to school, we meet a teenage BGT semi-finalist, and find out about Mo Farah's new world record!</h3><div class="newsround-bulletin__button-wrapper" data-reactid=".pkq4nztcti.1.7.1.0.0.0.2"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/news/watch_newsround" class="newsround-button newsround-button--teal" aria-label="Watch Newsround" data-reactid=".pkq4nztcti.1.7.1.0.0.0.2.0"><div class="gel-icon gel-icon--play newsround-button__icon" data-reactid=".pkq4nztcti.1.7.1.0.0.0.2.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.7.1.0.0.0.2.0.0.0"><title data-reactid=".pkq4nztcti.1.7.1.0.0.0.2.0.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.7.1.0.0.0.2.0.0.0.1"></path></svg></div><span data-reactid=".pkq4nztcti.1.7.1.0.0.0.2.0.1">Watch Now</span></a></div></div></div><div class="newsround-bulletin__image-container" data-reactid=".pkq4nztcti.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/20200906004743im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/1473/production/_114253250_p08qlxzr.jpg);background-repeat:no-repeat;background-size:100%;background-position:center;" data-reactid=".pkq4nztcti.1.7.1.0.1.0"></div><div class="newsround-bulletin__image-wrapper" data-reactid=".pkq4nztcti.1.7.1.0.1.1"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/750/cpsprodpb/1473/production/_114253250_p08qlxzr.jpg" alt="Ricky in studio" class="newsround-bulletin__image" data-reactid=".pkq4nztcti.1.7.1.0.1.1.0"/><div class="newsround-bulletin__image-decoration" data-reactid=".pkq4nztcti.1.7.1.0.1.1.1"></div></div></div></div></div><div class="newsround-bulletin__bottom-gradient" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.9"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".pkq4nztcti.1.9.0"><div class="newsround-more-stories__header" data-reactid=".pkq4nztcti.1.9.0.0"><div class="newsround-more-stories__header-item" data-reactid=".pkq4nztcti.1.9.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.0.0.0">Back to School</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".pkq4nztcti.1.9.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$53409652"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-1" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53409652" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/F6A6/production/_113424136_p08kxpvf.jpg" alt="school leavers and year 7s" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.0.1.1">1:38</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.1.0">Getting lost? New uniforms? Your starting a new school questions answered</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.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=".pkq4nztcti.1.9.0.1.$53409652.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=".pkq4nztcti.1.9.0.1.$53409652.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-08-24T08:32:33+00:00" data-datetime="24 Aug 2020" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.1.2.0.0.1.0">24 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$53409652.0.0.1.2.0.0.1.1">24 August 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=".pkq4nztcti.1.9.0.1.$51836693"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-2" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/51836693" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.9.0.1.$51836693.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.1.0">Newsround: Today’s top headlines and new words of the day</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.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=".pkq4nztcti.1.9.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=".pkq4nztcti.1.9.0.1.$51836693.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T08:44:08+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$51836693.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$53971898"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-3" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53971898" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/176E/production/_114189950_gettyimages-862753318-1.jpg" alt="back-to-school." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.0">What's it like being back at school?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.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=".pkq4nztcti.1.9.0.1.$53971898.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=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-09-03T05:22:25+00:00" data-datetime="2 days ago" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.0.0.1.0">2 days ago</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.0.0.1.1">2 days ago</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.9.0.1.$53971898.0.0.1.2.1.1">89</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.3"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-4" data-reactid=".pkq4nztcti.1.9.0.1.3.0"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.com/ownit/take-control/top-tips-for-moving-to-high-school?collection=returning-to-learning" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/4378/production/_108527271_gettyimages-825661800.jpg" alt="A-school-chalk-board." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.1.0">Top tips for going back to school from Own It</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.3.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=".pkq4nztcti.1.9.0.1.3.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=".pkq4nztcti.1.9.0.1.3.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-08-26T11:51:18+00:00" data-datetime="26 Aug 2020" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.1.2.0.0.1.0">26 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.3.0.0.1.2.0.0.1.1">26 August 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=".pkq4nztcti.1.9.0.1.$49528624"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-5" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/49528624" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/EBE1/production/_108558306_gettyimages-862753318.jpg" alt="Kids-running-through-school-corridor." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.0">Quiz: What type of 'back to schooler' are you?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.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=".pkq4nztcti.1.9.0.1.$49528624.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=".pkq4nztcti.1.9.0.1.$49528624.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-02T05:30:58+00:00" data-datetime="2 Sep 2019" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.0.0.1.0">2 Sep 2019</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.0.0.1.1">2 September 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.9.0.1.$49528624.0.0.1.2.1.1">21</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$53948414"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-6" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53948414" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/A3FF/production/_114138914_a1.jpg" alt="School service" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.0">Back to school: Extra buses to help get children to school</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.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=".pkq4nztcti.1.9.0.1.$53948414.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=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-08-28T14:27:11+00:00" data-datetime="28 Aug 2020" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.0.0.1.0">28 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.0.0.1.1">28 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.9.0.1.$53948414.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=".pkq4nztcti.1.9.0.1.6"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-7" data-reactid=".pkq4nztcti.1.9.0.1.6.0"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/bitesize/articles/zhb9382" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/123B1/production/_108537647_p07j52p3.jpg" alt="pupils." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.1.0">8 things I wish I’d known before starting secondary school</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.6.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=".pkq4nztcti.1.9.0.1.6.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=".pkq4nztcti.1.9.0.1.6.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-08-29T10:44:46+00:00" data-datetime="29 Aug 2019" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.1.2.0.0.1.0">29 Aug 2019</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.6.0.0.1.2.0.0.1.1">29 August 2019</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.7"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-8" data-reactid=".pkq4nztcti.1.9.0.1.7.0"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/bitesize/tags/zh4wy9q/starting-secondary-school/1" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/9E19/production/_108537404_downloads.jpg" alt="school-pupils." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.1.0">More about starting secondary school from BBC Bitesize</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.7.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=".pkq4nztcti.1.9.0.1.7.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=".pkq4nztcti.1.9.0.1.7.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-08-29T08:29:10+00:00" data-datetime="29 Aug 2019" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.1.2.0.0.1.0">29 Aug 2019</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.7.0.0.1.2.0.0.1.1">29 August 2019</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$34121191"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-9" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/34121191" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/32F6/production/_103264031_gettyimages-648943280.jpg" alt="Children going up a staircase to go back to school" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.0">What to expect when you start high school</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.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=".pkq4nztcti.1.9.0.1.$34121191.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=".pkq4nztcti.1.9.0.1.$34121191.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-02T12:27:05+00:00" data-datetime="2 Sep 2018" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.0.0.1.0">2 Sep 2018</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.0.0.1.1">2 September 2018</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.9.0.1.$34121191.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=".pkq4nztcti.1.9.0.1.$49509513"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-10" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/49509513" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1054D/production/_108539866_p07hpxct.jpg" alt="pupils." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.0.1.1">2:08</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.1.0">Secondary school slang: How much do you know?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.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=".pkq4nztcti.1.9.0.1.$49509513.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=".pkq4nztcti.1.9.0.1.$49509513.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-08-29T10:54:51+00:00" data-datetime="29 Aug 2019" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.1.2.0.0.1.0">29 Aug 2019</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$49509513.0.0.1.2.0.0.1.1">29 August 2019</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$49552043"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-11" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/49552043" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0490/production/_108586110_gettyimages-917630590.jpg" alt="boy-napping-next-to-ipad." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.0">Top tips to avoid being sleepy at school!</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.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=".pkq4nztcti.1.9.0.1.$49552043.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=".pkq4nztcti.1.9.0.1.$49552043.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-03T05:57:41+00:00" data-datetime="3 Sep 2019" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.0.0.1.0">3 Sep 2019</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.0.0.1.1">3 September 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.9.0.1.$49552043.0.0.1.2.1.1">10</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$49515403"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-12" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/49515403" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/115C4/production/_108580117_uniformnew2.jpg" alt="uniform." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.0">Should parents share school uniform pictures online?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.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=".pkq4nztcti.1.9.0.1.$49515403.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=".pkq4nztcti.1.9.0.1.$49515403.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-02T05:27:41+00:00" data-datetime="2 Sep 2019" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.0.0.1.0">2 Sep 2019</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.0.0.1.1">2 September 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.9.0.1.$49515403.0.0.1.2.1.1">8</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$40991548"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-13" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/40991548" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5D75/production/_97452932_emojis.jpg" alt="Children making emoji faces" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.0.1.1">0:52</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.1.0">Your emoji-tions on the first day of high school!</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.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=".pkq4nztcti.1.9.0.1.$40991548.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=".pkq4nztcti.1.9.0.1.$40991548.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-28T13:27:20+00:00" data-datetime="28 Aug 2018" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.1.2.0.0.1.0">28 Aug 2018</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$40991548.0.0.1.2.0.0.1.1">28 August 2018</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.d"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-14" data-reactid=".pkq4nztcti.1.9.0.1.d.0"><a href="https://web.archive.org/web/20200906004743/http://www.bbc.co.uk/cbbc/quizzes/year-seven-quiz" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8A36/production/_91028353_o-bad.jpg" alt="Could you master Year 7?" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.1.0">Quiz: Could you master Year 7?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.d.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=".pkq4nztcti.1.9.0.1.d.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=".pkq4nztcti.1.9.0.1.d.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-09-05T09:29:30+00:00" data-datetime="5 Sep 2016" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.1.2.0.0.1.0">5 Sep 2016</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.d.0.0.1.2.0.0.1.1">5 September 2016</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$45362493"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-15" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/45362493" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3613/production/_103234831_gettyimages-522397658.jpg" alt="School pupils." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.0.1.1">0:37</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.1.0">How to get off to a good start this school year</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.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=".pkq4nztcti.1.9.0.1.$45362493.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=".pkq4nztcti.1.9.0.1.$45362493.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-03T05:39:22+00:00" data-datetime="3 Sep 2018" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.1.2.0.0.1.0">3 Sep 2018</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$45362493.0.0.1.2.0.0.1.1">3 September 2018</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$40992719"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-16" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/40992719" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/DD45/production/_97454665_pj.jpg" alt="PJ holding sign" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.0.1.1">1:58</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.1.0">Starting high school with a disability</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.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=".pkq4nztcti.1.9.0.1.$40992719.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=".pkq4nztcti.1.9.0.1.$40992719.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-21T05:48:12+00:00" data-datetime="21 Aug 2017" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.1.2.0.0.1.0">21 Aug 2017</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$40992719.0.0.1.2.0.0.1.1">21 August 2017</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$40922781"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-17" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/40922781" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/8F68/production/_97321763_p05ccz5s.jpg" alt="How to handle high school graphic" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.0.1.1">1:02</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.1.0">'When it's a Friday don't get excited'</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.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=".pkq4nztcti.1.9.0.1.$40922781.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=".pkq4nztcti.1.9.0.1.$40922781.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-15T05:59:36+00:00" data-datetime="15 Aug 2017" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.1.2.0.0.1.0">15 Aug 2017</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$40922781.0.0.1.2.0.0.1.1">15 August 2017</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$45333549"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-18" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/45333549" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/243F/production/_103197290_newsround-schoolbag-quiz.jpg" alt="Schoolbag surrounded by question marks" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.0">Guess the celebrity schoolbag</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.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=".pkq4nztcti.1.9.0.1.$45333549.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=".pkq4nztcti.1.9.0.1.$45333549.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-28T13:30:30+00:00" data-datetime="28 Aug 2018" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.0.0.1.0">28 Aug 2018</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.0.0.1.1">28 August 2018</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.9.0.1.$45333549.0.0.1.2.1.1">38</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$37283801"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-19" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/37283801" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0751/production/_91037810_faf17a55-bba7-42b8-a44a-4ca53b5cfc7b.jpg" alt="Tie Girl?" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.0.1.1">0:54</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.1.0">Struggling with your new school tie?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.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=".pkq4nztcti.1.9.0.1.$37283801.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=".pkq4nztcti.1.9.0.1.$37283801.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-09-06T06:00:04+00:00" data-datetime="6 Sep 2016" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.1.2.0.0.1.0">6 Sep 2016</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$37283801.0.0.1.2.0.0.1.1">6 September 2016</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.j"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-20" data-reactid=".pkq4nztcti.1.9.0.1.j.0"><a href="https://web.archive.org/web/20200906004743/http://www.bbc.co.uk/cbbc/quizzes/which-school-subject-quiz?ppp" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0FB6/production/_97322040_i-schoolsubject.jpg" alt="quiz" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.0">Quiz: What'll be your top subject?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2017-08-14T15:41:35+00:00" data-datetime="14 Aug 2017" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.2.0.0.1.0">14 Aug 2017</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.j.0.0.1.2.0.0.1.1">14 August 2017</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$40934766"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-21" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/40934766" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B482/production/_97401264_com_.jpg" alt="Children talking to each other" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.0.1.1">1:24</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.1.0">'It's like moving house' - kids on their first year at high school</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.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=".pkq4nztcti.1.9.0.1.$40934766.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=".pkq4nztcti.1.9.0.1.$40934766.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-16T05:53:02+00:00" data-datetime="16 Aug 2017" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.1.2.0.0.1.0">16 Aug 2017</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$40934766.0.0.1.2.0.0.1.1">16 August 2017</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.1.9.0.1.$45370577"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_2-22" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/45370577" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16837/production/_103251229_mediaitem103251228.jpg" alt="Two school children in uniform" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--charcoal-purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.0.1.1">0:33</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.1.0">Top tips if you're starting a new school</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.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=".pkq4nztcti.1.9.0.1.$45370577.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=".pkq4nztcti.1.9.0.1.$45370577.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-02T08:22:04+00:00" data-datetime="2 Sep 2018" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.1.2.0.0.1.0">2 Sep 2018</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.$45370577.0.0.1.2.0.0.1.1">2 September 2018</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-2" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.9.0.1.m.0"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/bitesize/articles/zkkr7nb" class="newsround-promo__content newsround-promo__content--charcoal-purple" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/18545/production/_108535699_p06j52nd.jpg" alt="german-schoolgirl." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.1.0">Back to school: Three traditions from around the world</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.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=".pkq4nztcti.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=".pkq4nztcti.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="2019-08-29T06:10:53+00:00" data-datetime="29 Aug 2019" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.1.2.0.0.1.0">29 Aug 2019</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.9.0.1.m.0.0.1.2.0.0.1.1">29 August 2019</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=".pkq4nztcti.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=".pkq4nztcti.1.9.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-2" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.9.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".pkq4nztcti.1.9.1.0.0.0.0"><button class="newsround-button newsround-button--charcoal-purple" tabindex="-1" aria-label="Show more stories" data-reactid=".pkq4nztcti.1.9.1.0.0.0.0.0"><span data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.a"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".pkq4nztcti.1.a.0"><div class="newsround-more-stories__header" data-reactid=".pkq4nztcti.1.a.0.0"><div class="newsround-more-stories__header-item" data-reactid=".pkq4nztcti.1.a.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.0.0.0">Coronavirus</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".pkq4nztcti.1.a.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$51204456"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-1" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/51204456" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/64A1/production/_111716752_gettyimages-1209496513.jpg" alt="A sign thanking NHS & Key workers" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.0">Coronavirus and lockdown: What is the latest?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.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=".pkq4nztcti.1.a.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=".pkq4nztcti.1.a.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-08-27T08:31:47+00:00" data-datetime="27 Aug 2020" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.0.0.1.0">27 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.0.0.1.1">27 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.a.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=".pkq4nztcti.1.a.0.1.$51204456.0.0.1.2.1.1">562</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$53369557"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-2" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53369557" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.a.0.1.$53369557.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.0.1.1">7:59</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.0">Summer Term in Lockdown - A Newsround Special</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-07-13T05:14:55+00:00" data-datetime="13 Jul 2020" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.2.0.0.1.0">13 Jul 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$53369557.0.0.1.2.0.0.1.1">13 July 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$53322822"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-3" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53322822" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2021/production/_111652280_gettyimages-1202999295.jpg" alt="coronavirus-masks." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.0">What are the rules on face coverings in the UK?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-08-27T06:01:31+00:00" data-datetime="27 Aug 2020" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.0.0.1.0">27 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.0.0.1.1">27 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.a.0.1.$53322822.0.0.1.2.1.1">342</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$53478842"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-4" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53478842" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16586/production/_113562519_p08lfsd0.jpg" alt="dr julie smith" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.0.1.1">1:11</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.0">Advice if you're worried about face coverings</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-07-23T05:08:37+00:00" data-datetime="23 Jul 2020" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.2.0.0.1.0">23 Jul 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$53478842.0.0.1.2.0.0.1.1">23 July 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$53823213"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-5" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53823213" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/110DA/production/_114005896_p08nyjtp.jpg" alt="david mcclelland" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.0.1.1">1:50</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.0">Contact tracing: What's the latest on the NHS app?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-08-25T05:40:15+00:00" data-datetime="25 Aug 2020" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.2.0.0.1.0">25 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$53823213.0.0.1.2.0.0.1.1">25 August 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$52980469"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-6" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52980469" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.a.0.1.$52980469.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.0">What are the rules on meeting my friends and family?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.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=".pkq4nztcti.1.a.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=".pkq4nztcti.1.a.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-08-27T07:47:27+00:00" data-datetime="27 Aug 2020" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.0.0.1.0">27 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.0.0.1.1">27 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.a.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=".pkq4nztcti.1.a.0.1.$52980469.0.0.1.2.1.1">109</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$53610234"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-7" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53610234" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/17BE9/production/_113775279_gettyimages-1262363167.jpg" alt="picture of oldham highstreet." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.0">Lockdown rules: What can and can't I do if I live in northern England?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.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=".pkq4nztcti.1.a.0.1.$53610234.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=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-08-01T11:08:31+00:00" data-datetime="1 Aug 2020" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.0.0.1.0">1 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.0.0.1.1">1 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.a.0.1.$53610234.0.0.1.2.1.1">34</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$52630243"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-8" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52630243" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1C0F/production/_112238170_gettyimages-1215224582.jpg" alt="facemask." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.0">How to make your own face covering</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-05-22T16:53:34+00:00" data-datetime="22 May 2020" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.0.0.1.0">22 May 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.0.0.1.1">22 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.a.0.1.$52630243.0.0.1.2.1.1">133</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$53519296"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-9" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53519296" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/119A9/production/_113750127_gettyimages-1039917470.jpg" alt="Baboon in a cage" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.0">Coronavirus: 'Wake-up call' for how we treat wild animals</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-08-03T06:03:50+00:00" data-datetime="3 Aug 2020" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.0.0.1.0">3 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.0.0.1.1">3 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.a.0.1.$53519296.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-3" data-reactid=".pkq4nztcti.1.a.0.1.$51312911"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-10" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/51312911" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/494F/production/_111976781_mediaitem111976780.jpg" alt="A small bottle labeled with a "Vaccine" sticker is held near a medical syringe" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.0">Coronavirus: How do vaccines work?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-07-27T11:06:33+00:00" data-datetime="27 Jul 2020" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.2.0.0.1.0">27 Jul 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$51312911.0.0.1.2.0.0.1.1">27 July 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$53139105"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-11" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53139105" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/16CBF/production/_113057339_gettyimages-1222015415.jpg" alt="sign" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.0">2m to 1m: Why has the rule on social distancing changed?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-24T09:11:14+00:00" data-datetime="24 Jun 2020" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.0.0.1.0">24 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.0.0.1.1">24 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.a.0.1.$53139105.0.0.1.2.1.1">42</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$52896926"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-12" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52896926" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.a.0.1.$52896926.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.0.1.1">1:46</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.0">Dr Radha answers YOUR coronavirus questions</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-03T08:32:06+00:00" data-datetime="3 Jun 2020" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.2.0.0.1.0">3 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$52896926.0.0.1.2.0.0.1.1">3 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$52970105"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-13" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52970105" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2963/production/_112959501_gettyimages-956955840.jpg" alt="Letter-r." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.0">Coronavirus: What is the R number?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-18T07:54:03+00:00" data-datetime="18 Jun 2020" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.0.0.1.0">18 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.0.0.1.1">18 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.a.0.1.$52970105.0.0.1.2.1.1">33</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$51877454"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-14" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/51877454" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12FCB/production/_111717777_3_nrcor_tom7.jpg" alt="coronavirus" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.0">Frequently asked questions about coronavirus</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-08-27T07:22:00+00:00" data-datetime="27 Aug 2020" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.0.0.1.0">27 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.0.0.1.1">27 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.a.0.1.$51877454.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.a.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-3" data-reactid=".pkq4nztcti.1.a.0.1.$51698180"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-15" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/51698180" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.a.0.1.$51698180.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.0.1.1">0:43</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.0">How to wash your hands</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-05-05T08:15:53+00:00" data-datetime="5 May 2020" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.2.0.0.1.0">5 May 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$51698180.0.0.1.2.0.0.1.1">5 May 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-3" data-reactid=".pkq4nztcti.1.a.0.1.$51959552"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_3-16" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/51959552" class="newsround-promo__content newsround-promo__content--purple" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.a.0.1.$51959552.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--purple newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.0.1.1">2:43</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.1.0">Advice on looking after pets during Coronavirus</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.a.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=".pkq4nztcti.1.a.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=".pkq4nztcti.1.a.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=".pkq4nztcti.1.a.0.1.$51959552.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.1.2.0.0.1.0">23 Mar 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.a.0.1.$51959552.0.0.1.2.0.0.1.1">23 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-3" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.a.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-3" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.a.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".pkq4nztcti.1.a.1.0.0.0.0"><button class="newsround-button newsround-button--purple" tabindex="-1" aria-label="Show more stories" data-reactid=".pkq4nztcti.1.a.1.0.0.0.0.0"><span data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.b"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".pkq4nztcti.1.b.0"><div class="newsround-more-stories__header" data-reactid=".pkq4nztcti.1.b.0.0"><div class="newsround-more-stories__header-item" data-reactid=".pkq4nztcti.1.b.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.0.0.0">Fighting racism</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".pkq4nztcti.1.b.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$52965984"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-1" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52965984" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2D22/production/_112945511_gettyimages-1243877751.jpg" alt="stop racsim" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.0">What is racism - and what can be done about it?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-17T16:58:33+00:00" data-datetime="17 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.b.0.1.$52965984.0.0.1.2.1.1">197</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$53075349"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-2" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53075349" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$53075349.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.0.1.1">7:59</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.0">Watch our special programme about racism in the UK</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-17T09:28:20+00:00" data-datetime="17 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$53075349.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$52978346"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-3" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52978346" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$52978346.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.0.1.1">7:58</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.0">Watch our special programme on US protests and racism</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-09T11:07:30+00:00" data-datetime="9 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.2.0.0.1.0">9 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$52978346.0.0.1.2.0.0.1.1">9 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$53068444"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-4" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53068444" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$53068444.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.0.1.1">1:12</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.0">Advice to help you if you're upset about racism</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-17T07:21:19+00:00" data-datetime="17 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$53068444.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$53149076"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-5" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53149076" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$53149076.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.0">What does the phrase 'Black Lives Matter' mean?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-07-03T08:30:02+00:00" data-datetime="3 Jul 2020" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.0.0.1.0">3 Jul 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.0.0.1.1">3 July 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.b.0.1.$53149076.0.0.1.2.1.1">23</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$53531055"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-6" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53531055" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/2D6F/production/_113913611_071b3e19-34a0-4c34-85b8-31f7f01a22dd.jpg" alt="Slaves-on-boats." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.0">Should money be paid to past victims of slavery?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-08-21T06:56:43+00:00" data-datetime="21 Aug 2020" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.0.0.1.0">21 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.0.0.1.1">21 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.b.0.1.$53531055.0.0.1.2.1.1">51</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$53531056"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-7" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53531056" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/5B54/production/_114008332_slaverycollage.jpg" alt="Collage of the key figures." class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.0">Six former slaves who helped to end slavery</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-08-21T05:14:32+00:00" data-datetime="21 Aug 2020" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.0.0.1.0">21 Aug 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.0.0.1.1">21 August 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.b.0.1.$53531056.0.0.1.2.1.1">26</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$53071098"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-8" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53071098" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/49D8/production/_112940981_p08h4vls.jpg" alt="British kids" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.0.1.1">2:02</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.0">'We should talk about racism because what’s going on is horrible'</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-17T16:55:32+00:00" data-datetime="17 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$53071098.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$53057897"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-9" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53057897" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$53057897.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.0.1.1">1:56</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.0">CBBC presenters on growing up black in the UK</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-17T05:24:47+00:00" data-datetime="17 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$53057897.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$53070882"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-10" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53070882" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12A88/production/_112942467_p08h51n0.jpg" alt="Graphics" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.0.1.1">0:48</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.0">What inequalities do black people face in the UK?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-17T07:29:17+00:00" data-datetime="17 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$53070882.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$53083132"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-11" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53083132" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/3453/production/_112959331_hi030678295.jpg" alt="George-The-Poet" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.0.1.1">1:29</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.0">George the Poet: We need to 'learn as much as we can about each other'</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-17T14:24:05+00:00" data-datetime="17 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$53083132.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$53071250"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-12" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53071250" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/1522E/production/_112947568_mediaitem112947567.jpg" alt="DJ Ace" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.0.1.1">1:22</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.1.0">1Xtra's DJ Ace: If someone is racist, call it out</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.0.1.$53071250.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53071250.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.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-4" data-reactid=".pkq4nztcti.1.b.0.1.$53070881"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-13" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53070881" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$53070881.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.0.1.1">2:39</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.0">Black celebrities on life growing up in the UK</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-17T06:46:42+00:00" data-datetime="17 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$53070881.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$52937905"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-14" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52937905" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$52937905.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.0">White privilege: 'Speak out, use your voice to challenge racism'</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-17T06:07:00+00:00" data-datetime="17 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.0.0.1.0">17 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.0.0.1.1">17 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.b.0.1.$52937905.0.0.1.2.1.1">33</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$52813673"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-15" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52813673" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$52813673.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.0">George Floyd: Why are there huge protests about his death?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-11T14:51:36+00:00" data-datetime="11 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.0.0.1.0">11 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.0.0.1.1">11 June 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.b.0.1.$52813673.0.0.1.2.1.1">738</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$52933380"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-16" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52933380" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$52933380.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.0.1.1">1:55</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.0">US kids give their reactions to protests</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-05T09:21:07+00:00" data-datetime="5 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.2.0.0.1.0">5 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$52933380.0.0.1.2.0.0.1.1">5 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$52936388"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-17" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52936388" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/D376/production/_112743145_p08g5slr.jpg" alt="composite" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.0.1.1">1:49</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.0">UK kids on how George Floyd's death has affected them</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-08T07:36:29+00:00" data-datetime="8 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.2.0.0.1.0">8 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$52936388.0.0.1.2.0.0.1.1">8 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$52963918"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-18" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52963918" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/B172/production/_112762454_p08gcn3v.jpg" alt="raheem" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.0.1.1">0:54</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.0">'Everyone needs an equal chance in this country'</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-08T11:36:14+00:00" data-datetime="8 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.2.0.0.1.0">8 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$52963918.0.0.1.2.0.0.1.1">8 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$52976350"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-19" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52976350" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/106EF/production/_112811376_p08gfw2y.jpg" alt="Kids" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.0.1.1">2:07</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.0">'We need everybody to speak out to make a change'</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-06-09T09:16:35+00:00" data-datetime="9 Jun 2020" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.2.0.0.1.0">9 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$52976350.0.0.1.2.0.0.1.1">9 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$44856758"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-20" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/44856758" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/4835/production/_102558481_p06f0628.jpg" alt="Children's books" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.0.1.1">0:33</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.0.1.$44856758.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.0.1.$44856758.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$44856758.0.0.1.2.0.0.1.0">17 Jul 2018</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.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-4" data-reactid=".pkq4nztcti.1.b.0.1.$49613514"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-21" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/49613514" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/7EDA/production/_108647423_vt1.jpg" alt="balraj" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.0.1.1">3:07</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.1.0">Racism in football: Balraj's story</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.0.1.$49613514.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$49613514.0.0.1.2.0.0.1.0">11 Sep 2019</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.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-4" data-reactid=".pkq4nztcti.1.b.0.1.$37872603"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-22" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/37872603" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$37872603.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.0.1.1">0:28</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.0">US kids talk about issue of police shootings</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2016-11-04T15:58:43+00:00" data-datetime="4 Nov 2016" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.2.0.0.1.0">4 Nov 2016</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$37872603.0.0.1.2.0.0.1.1">4 November 2016</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$52965665"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-23" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52965665" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$52965665.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.0">Why are people arguing about statues?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2.0.0.1.0">10 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.0.1.$52965665.0.0.1.2.1.1">85</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.$52943167"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-24" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52943167" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.$52943167.0.0.0.0.0"/></div><span class="newsround-promo__promolabel newsround-promo__promolabel--pink newsround-promo__promolabel--duration" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.0.1"><div class="gel-icon gel-icon--play newsround-promo__icon" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.0.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.0.1.0.0"><title data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.0.1.0.0.0">play</title><path d="M3 32l26-16L3 0v32z" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.0.1.0.0.1"></path></svg></div><span class="duration" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.0.1.1">2:20</span></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.1.0">How to spot fake news and misinformation online</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.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=".pkq4nztcti.1.b.0.1.$52943167.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.1.2.0.0.1.0">8 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.$52943167.0.0.1.2.0.0.1.1">8 June 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-4" data-reactid=".pkq4nztcti.1.b.0.1.o"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_4-25" data-reactid=".pkq4nztcti.1.b.0.1.o.0"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/newsround#more-stories-3" class="newsround-promo__content newsround-promo__content--pink" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.b.0.1.o.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.1.0">Fighting racism: Protests, prejudice and YOUR stories</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.b.0.1.o.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=".pkq4nztcti.1.b.0.1.o.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=".pkq4nztcti.1.b.0.1.o.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=".pkq4nztcti.1.b.0.1.o.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.1.2.0.0.1.0">18 Jun 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.b.0.1.o.0.0.1.2.0.0.1.1">18 June 2020</span></time></span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-4" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.b.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-4" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.b.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".pkq4nztcti.1.b.1.0.0.0.0"><button class="newsround-button newsround-button--pink" tabindex="-1" aria-label="Show more stories" data-reactid=".pkq4nztcti.1.b.1.0.0.0.0.0"><span data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.c"><div class="gs-u-box-size newsround-more-stories__wrapper" data-reactid=".pkq4nztcti.1.c.0"><div class="newsround-more-stories__header" data-reactid=".pkq4nztcti.1.c.0.0"><div class="newsround-more-stories__header-item" data-reactid=".pkq4nztcti.1.c.0.0.0"><h2 class="newsround-more-stories__header-title newsround-more-stories__header-title--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.0.0.0">Quiz-fest!</h2></div></div><div class="newsround-more-stories__stories" style="height:478px;" data-reactid=".pkq4nztcti.1.c.0.1"><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$53523635"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-1" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/53523635" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/18145/production/_113692689_quiz_1.png" alt="QUIZ!" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.0">Take our mega summer holiday quizzes!</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-07-27T08:14:21+00:00" data-datetime="27 Jul 2020" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.0.0.1.0">27 Jul 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.0.0.1.1">27 July 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.c.0.1.$53523635.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-5" data-reactid=".pkq4nztcti.1.c.0.1.$47387157"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-2" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/47387157" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.c.0.1.$47387157.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.0">Test your Marvel and DC superhero skills!</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-05-14T06:44:14+00:00" data-datetime="14 May 2020" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.2.0.0.1.0">14 May 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$47387157.0.0.1.2.0.0.1.1">14 May 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$52343789"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-3" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52343789" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/12812/production/_111849757_flamingo.jpg" alt="Flamingos" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.0">Which animal are you?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-04-21T15:47:49+00:00" data-datetime="21 Apr 2020" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.2.0.0.1.0">21 Apr 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$52343789.0.0.1.2.0.0.1.1">21 April 2020</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$52545218"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-4" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52545218" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/169C7/production/_112151629_gettyimages-1142576725.jpg" alt="cherry-tree" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.0">Can you name the tree?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-05-05T10:32:52+00:00" data-datetime="5 May 2020" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.0.0.1.0">5 May 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.0.0.1.1">5 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.c.0.1.$52545218.0.0.1.2.1.1">90</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$45576191"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-5" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/45576191" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.c.0.1.$45576191.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.0">Quiz: Celebrity Cake Off</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2018-09-26T08:12:23+00:00" data-datetime="26 Sep 2018" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.0.0.1.0">26 Sep 2018</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.0.0.1.1">26 September 2018</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.c.0.1.$45576191.0.0.1.2.1.1">13</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$52527526"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-6" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52527526" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.c.0.1.$52527526.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.0">Which Star Wars character are you?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-05-04T07:58:30+00:00" data-datetime="4 May 2020" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.0.0.1.0">4 May 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.0.0.1.1">4 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.c.0.1.$52527526.0.0.1.2.1.1">226</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$52565132"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-7" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52565132" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.c.0.1.$52565132.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.0">Do you know your cash?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-05-07T15:42:12+00:00" data-datetime="7 May 2020" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.0.0.1.0">7 May 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.0.0.1.1">7 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.c.0.1.$52565132.0.0.1.2.1.1">65</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$52648988"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-8" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52648988" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/374B/production/_112255141_auntitled.jpg" alt="earth in hands" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.0">Quiz: How much do you know about planet Earth?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-05-13T10:59:13+00:00" data-datetime="13 May 2020" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.0.0.1.0">13 May 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.0.0.1.1">13 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.c.0.1.$52648988.0.0.1.2.1.1">29</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$45435173"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-9" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/45435173" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.c.0.1.$45435173.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.0">World Records - True or false?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2018-09-06T11:09:47+00:00" data-datetime="6 Sep 2018" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.0.0.1.0">6 Sep 2018</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.0.0.1.1">6 September 2018</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.c.0.1.$45435173.0.0.1.2.1.1">29</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$52649183"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-10" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/52649183" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/148BB/production/_112255148_ra.jpg" alt="celebrity siblings" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.0">Quiz: Guess the celebrity siblings</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2020-05-13T11:06:04+00:00" data-datetime="13 May 2020" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.0.0.1.0">13 May 2020</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.0.0.1.1">13 May 2020</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.c.0.1.$52649183.0.0.1.2.1.1">50</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$49766312"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-11" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/49766312" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/https://ichef.bbci.co.uk/news/240/cpsprodpb/0933/production/_108855320_get1.jpg" alt="Friends" class="newsround-promo__responsive-image" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.0">How much do you know about Friends?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2019-09-21T07:28:07+00:00" data-datetime="21 Sep 2019" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.0.0.1.0">21 Sep 2019</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.0.0.1.1">21 September 2019</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.c.0.1.$49766312.0.0.1.2.1.1">14</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$45861154"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-12" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/45861154" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.c.0.1.$45861154.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.0">Can you guess the royal baby?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2019-09-26T08:48:08+00:00" data-datetime="26 Sep 2019" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.2.0.0.1.0">26 Sep 2019</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$45861154.0.0.1.2.0.0.1.1">26 September 2019</span></time></span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$46103360"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-13" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/46103360" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.c.0.1.$46103360.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.0">How well do you know your US presidents?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2018-11-06T08:24:41+00:00" data-datetime="6 Nov 2018" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.0.0.1.0">6 Nov 2018</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.0.0.1.1">6 November 2018</span></time></span></div><div class="newsround-promo__comments-signpost " data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.1"><div class="gel-icon gel-icon--comments newsround-promo__comments" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.1.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.1.0.0"><title data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.1.0.0.0">comments</title><path d="M0 0v32l8-8h24V0zm4 10h18v4H4zm24 10H4v-4h24zm0-12H4V4h24z" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.1.0.0.1"></path></svg></div><span class="newsround-promo__comments-count" id="newsround-promo__comments-count" data-reactid=".pkq4nztcti.1.c.0.1.$46103360.0.0.1.2.1.1">1</span></div></div></div></a></div></div><div class="newsround-more-stories__story newsround-more-stories__story--more-stories-5" data-reactid=".pkq4nztcti.1.c.0.1.$45024727"><div class="newsround-promo__container" data-istats-track="true" data-istats-track-link-location="nr_home_more_stories_5-14" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0"><a href="/web/20200906004743/https://www.bbc.co.uk/newsround/45024727" class="newsround-promo__content newsround-promo__content--teal" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0"><div class="newsround-promo__media" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.0"><div class="newsround-promo__fallback-image" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.0.0"><img src="https://web.archive.org/web/20200906004743im_/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=".pkq4nztcti.1.c.0.1.$45024727.0.0.0.0.0"/></div><span data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.0.1"></span></div><div class="newsround-promo__main" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1"><p class="newsround-promo__headline" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.0">Which Harry Potter family do you belong to?</p><div class="newsround-promo__footer" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.2"><div class="newsround-promo__timestamp" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.2.0"><span class="gs-c-timestamp gs-o-bullet gs-o-bullet-" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.2.0.0"><span class="gs-o-bullet__icon gel-icon" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.2.0.0.0"><svg viewbox="0 0 32 32" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.2.0.0.0.0"><polygon points="17,15.4 17,6 15,6 15,16.6 23.8,21.7 24.8,19.9" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.2.0.0.0.0.0"></polygon><path d="M16,4c6.6,0,12,5.4,12,12c0,6.6-5.4,12-12,12S4,22.6,4,16C4,9.4,9.4,4,16,4 M16,0C7.2,0,0,7.2,0,16c0,8.8,7.2,16,16,16 s16-7.2,16-16C32,7.2,24.8,0,16,0L16,0z" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.2.0.0.0.0.1"></path></svg></span><time class="gs-o-bullet__text gel-brevier qa-status-date" datetime="2018-07-31T16:02:57+00:00" data-datetime="31 Jul 2018" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.2.0.0.1"><span aria-hidden="true" class="qa-status-date-output" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.2.0.0.1.0">31 Jul 2018</span><span class="gs-u-vh" data-reactid=".pkq4nztcti.1.c.0.1.$45024727.0.0.1.2.0.0.1.1">31 July 2018</span></time></span></div></div></div></a></div></div></div></div><div class="newsround-more-stories__outer newsround-more-stories__outer--more-stories-5" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.c.1.0"><div class="newsround-more-stories__show-more newsround-more-stories__show-more--more-stories-5" data-reactid=".pkq4nztcti.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=".pkq4nztcti.1.c.1.0.0.0"><div class="newsround-more-stories__show-more-button" data-reactid=".pkq4nztcti.1.c.1.0.0.0.0"><button class="newsround-button newsround-button--teal" tabindex="-1" aria-label="Show more stories" data-reactid=".pkq4nztcti.1.c.1.0.0.0.0.0"><span data-reactid=".pkq4nztcti.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/20200906004743/https://www.bbc.co.uk/cbbc">CBBC</a></li><li class="orb-nav-iplayer orb-d"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/tv/cbbc">CBBC iPlayer</a></li><li class="orb-nav-newsround"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/newsround">Newsround</a></li><li class="orb-nav-bitesize orb-d"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/bitesize">Bitesize</a></li><li class="orb-nav-ownit orb-d"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.com/ownit">Own It</a></li><li class="orb-nav-cbeebies"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/cbeebies">CBeebies</a></li><li class="orb-nav-cbbctv"><a href="https://web.archive.org/web/20200906004743/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/20200906004743/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/20200906004743/https://advertising.bbcworldwide.com/">Advertise with us<'+'/a><'+'/li><li class="orb-footer-adchoices"><a href="https://web.archive.org/web/20200906004743/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/20200906004743/https://www.bbc.co.uk/usingthebbc/terms/">Terms of Use</a></li><li class="orb-footer-about"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/aboutthebbc">About the BBC</a></li><li class="orb-footer-privacy"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/usingthebbc/privacy/">Privacy Policy</a></li><li class="orb-footer-cookies"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/usingthebbc/cookies/">Cookies</a></li><li class="orb-footer-accessibility"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/accessibility/">Accessibility Help</a></li><li class="orb-footer-parental"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/guidance">Parental Guidance</a></li><li class="orb-footer-contact"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/contact">Contact the BBC</a></li><li class="orb-footer-newsletter"><a href="https://web.archive.org/web/20200906004743/https://www.bbc.co.uk/bbcnewsletter">Get Personalised Newsletters</a></li></ul><small><em class="orb-hilight">Copyright © 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/20200906004743/https://www.bbc.co.uk/help/web/links/" class="orb-hilight">Read about our approach to external linking.</a></span></small></div></div></div></footer></div><script id="orb-js-script" data-assetpath="https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/" src="https://web.archive.org/web/20200906004743js_/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/js/orb.min.js"></script> <script type="text/javascript">/*<![CDATA[*/ require(['orb/nav'], function(nav) { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { nav.loadJs('https://web.archive.org/web/20200906004743/https://nav.files.bbci.co.uk/orbit/b3428ed36e7e195dbf298117ef155a8f/js/edr.min.js'); } }); }); /*]]>*/</script> <!-- BBCDOTCOM bodyLast --><div class="bbccom_display_none"><script type="text/javascript">/*<![CDATA[*/ if (window.bbcdotcom && window.bbcdotcom.analytics && bbcdotcom.config && !bbcdotcom.config.isSportApp() && !bbcdotcom.config.isReel()) { bbcdotcom.checkThirdPartyFirst(bbcdotcom.analytics.page, bbcdotcom.analytics); } /*]]>*/</script><noscript><img src="//web.archive.org/web/20200906004743im_/https://ssc.api.bbc.com/?c1=2&c2=19293874&ns_site=bbc&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/20200906004743/https://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != "function") ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); } /*]]>*/</script><script type="text/javascript">/*<![CDATA[*/ (function() { window.bbcdotcom.bodyLast = true; }()); /*]]>*/</script></div><!-- BBCDOTCOM all code in page --> <script type="text/javascript">require.config({ "paths": { "orb/async/_footerpromo": 'https://web.archive.org/web/20200906004743/https://nav.files.bbci.co.uk/navpromo/147159bb26f38dcdcdba6f164d96667a/js/async/_footerpromo' } }); (function() { document.addEventListener("DOMContentLoaded", function(event) { initialiseFooter(); }); var scrollCheckTimer; var didScroll; var previousPosition = 0; var delta = 5; var PROMO_SHOW_BREAKPOINT = 1500; var pageLength = 0; function getCookie(key) { if (!key) { return document.cookie; } return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*" + encodeURIComponent(key).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\=\\s*([^;]*).*$)|^.*$"), "$1")) || null; } function initialiseFooter() { // Suppress this feature on browsers we no longer test var myNav = navigator.userAgent.toLowerCase(); var oldIE = (myNav.indexOf('msie') !== -1) && parseInt(myNav.split('msie')[1], 10) <= 10; if (!oldIE) { var disabledByCookie = (parseInt(getCookie('ckns_nav_promofail')) || 0) >= 3; if (!disabledByCookie) { window.bbcpage.getLanguage().then(function(language) { if (language === 'en') { window.bbcuser.isUKCombined().then(function(isUK) { if (isUK) { setUpLazyLoading(); } }); } }); } } } function setUpLazyLoading() { // offsetHeight is expensive to calculate, only do it once. pageLength = Math.abs(document.body.offsetHeight); if (pageLength < getViewportHeight() + 300 || pageLength - getCurrentPosition() < PROMO_SHOW_BREAKPOINT) { loadPromo(); } else { window.onscroll = function () { didScroll = true; }; scrollCheckTimer = setInterval(function () { if (didScroll) { hasScrolled(); didScroll = false; } }, 250); } } function loadPromo() { clearInterval(scrollCheckTimer); require(['orb/async/_footerpromo'], function(promo) { promo.init('https://web.archive.org/web/20200906004743/https://navpromo.api.bbci.co.uk', 'cbbc'); }); } function getViewportHeight() { return window.innerHeight; } function getCurrentPosition() { return Math.abs(window.scrollY || document.body.scrollTop || document.documentElement.scrollTop); } function hasScrolled() { var currentPosition = getCurrentPosition(); if (Math.abs(previousPosition - currentPosition) <= delta) { return; } if (currentPosition > previousPosition) { if ((pageLength - currentPosition) <= PROMO_SHOW_BREAKPOINT) { loadPromo(); } } previousPosition = currentPosition; } })();</script> <script type="text/javascript">window.COOKIES_STATIC_HOST = 'https://web.archive.org/web/20200906004743/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-477.3a39ca0/cookie-banner/cookie-prompt/';</script><script src="https://web.archive.org/web/20200906004743js_/https://nav.files.bbci.co.uk/orbit-webmodules/0.0.2-477.3a39ca0/cookie-banner/cookie-banners.bundle.js" async=""></script><script type="text/javascript">require(["istats-1","orb/cookies"],function(o,t){if(t.isAllowed("s1"))try{if(!require.s.contexts._.config.paths.idcta)return void i();require(["idcta/idcta-1"],function(t){t&&"function"==typeof t.getIStatsLabels&&o.addLabels(t.getIStatsLabels()),i()},function(t){throw t})}catch(t){console&&"function"==typeof console.log&&console.log("an exception occurred while adding idcta labels to istats, invoking istats without them",t),i()}function i(){o.invoke()}});</script><script type="text/javascript">"use strict";window.__reverb.__reverbLoadedPromise.then(function(e){return e.initialise().then(function(){return e.viewEvent()})},function(){console.log("Failed to load reverb. No event sent")});</script><script src="https://web.archive.org/web/20200906004743js_/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/20200906004743/https://emp.bbci.co.uk/emp/bump-3/bump-3","bump-4":"//web.archive.org/web/20200906004743/https://emp.bbci.co.uk/emp/bump-4/bump-4","echo-8.1.0":"//web.archive.org/web/20200906004743/https://static.bbci.co.uk/echoclient/modules/echo-8.1.0.js","jssignals-1":"//web.archive.org/web/20200906004743/https://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1","jquery-1":"//web.archive.org/web/20200906004743/https://static.test.bbc.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2","jquery-1.9":"//web.archive.org/web/20200906004743/https://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1","swfobject-2":"//web.archive.org/web/20200906004743/https://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2"}})</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-dynamic-feature-toggles/id/homepage/isiteproject/nrconfigs/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"optimizely":"true","superpromo":"true","NEWSROUND-312-single-top-story":"true","NEWSROUND-366-homepage-scroll-tracking":"true","NEWSROUND-448-new-bulletin":"true","NEWSROUND-450-additional-top-stories":"true","NEWSROUND-516-cpv-homepage":"true"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/Superpromo/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":null,"items":[]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/Watch%20Newsround/version/6.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"group":{"type":"responsive-video","title":"Watch Newsround","items":[{"assetId":"53049837","assetUri":"\/newsround\/news\/watch_newsround","firstCreated":"2020-06-15T09:10:53+00:00","headline":"Watch Newsround","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/465ec49c-484f-4347-e050-380a59806655","language":"en-gb","lastUpdated":"2020-09-05T08:17:09+00:00","media":{"images":{"index":{"114253250":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1473\/production\/_114253250_p08qlxzr.jpg","originCode":"cpsprodpb","altText":"Ricky in studio","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"114253252":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/6293\/production\/_114253252_p08qlxzr.jpg","originCode":"cpsprodpb","altText":"Ricky in studio","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"54040268":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08qlxt3"}},"primary":{"54040268":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08qlxt3"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Ricky has your Saturday Newsround with YOUR views about heading back to school, we meet a teenage BGT semi-finalist, and find out about Mo Farah's new world record!","type":"MAP"}],"semanticGroupName":"Watch Newsround"}}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%205/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Quiz-fest!","items":[{"id":"53523635","promoType":"story","timestamp":"2020-07-27T08:14:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/18145\/production\/_113692689_quiz_1.png","imgAlt":"QUIZ!","headline":"Take our mega summer holiday quizzes!","summary":"Feeling a bit bored? Well don't worry we've got you covered, test your knowledge with our huge quizzes to try out during the summer holidays.","href":"\/newsround\/53523635","includeComments":true},{"id":"47387157","promoType":"story","timestamp":"2020-05-14T06:44:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/http:\/\/c.files.bbci.co.uk\/ED26\/production\/_112101706_untitled.jpg","imgAlt":"Which Star Wars character are you?","headline":"Which Star Wars character are you?","summary":"Have you ever wondered who you'd be if you were in the Star Wars universe? (Yes, you definitely have!) Well now's your chance to find out for sure...","href":"\/newsround\/52527526","includeComments":true},{"id":"52565132","promoType":"story","timestamp":"2020-05-07T15:42:12+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/http:\/\/c.files.bbci.co.uk\/162E9\/production\/_102775809_harry.jpg","imgAlt":"Harry Potter and his owl","headline":"Which Harry Potter family do you belong to?","summary":"Take our quiz to find out which Harry Potter and the Cursed Child family would you fit into.","href":"\/newsround\/45024727","includeComments":false}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-dynamic-feature-toggles/id/global/isiteproject/nrconfigs/version/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__53973454/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53973454":34}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54009323/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54009323":40}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53139105/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53139105":42}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53531055/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53531055":51}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52565132/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52565132":65}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52648988/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52648988":29}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__49766312/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__49766312":14}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-dynamic-feature-toggles/id/global/isiteproject/nrconfigs/version/2.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"chartbeat":"true","NEWSROUND-445-canvas":"true","canvas":"true","newsround-comments-signposting":"true","cloud-idcta":"true","NEWSROUND-409-reverb-stats":"true","NEWSROUND-463-LIVE-reverb-stats":"true","NEWSROUND-473-hide-h1-by-default":"false","NEWSROUND-481-reverb-custom-vars":"true","NEWSROUND-482-timestamp-abbreviation":"true","NEWSROUND-446-amp-stories":"true"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-dynamic-feature-toggles/id/homepage/isiteproject/nrconfigs/version/1.1.1', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"optimizely":"true","superpromo":"true","NEWSROUND-312-single-top-story":"true","NEWSROUND-366-homepage-scroll-tracking":"true","NEWSROUND-448-new-bulletin":"true","NEWSROUND-450-additional-top-stories":"true","NEWSROUND-516-cpv-homepage":"true"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/Best%20videos/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":null,"items":[]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%202/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Back to School","items":[{"id":"53409652","promoType":"media","timestamp":"2020-08-24T08:32:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/F6A6\/production\/_113424136_p08kxpvf.jpg","imgAlt":"school leavers and year 7s","headline":"Getting lost? New uniforms? Your starting a new school questions answered","summary":"Starting a new school is a big moment and might leave you with some questions, but Newsround has you covered.","href":"\/newsround\/53409652","includeComments":false,"videoOptions":{"title":"Getting lost? New uniforms? Your moving school questions answered","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08krgdx","vpid":"p08krgf0","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kxpvf.jpg","mediaType":"video","mediaForm":"clip","duration":"1:38"}},{"id":"51836693","promoType":"story","timestamp":"2020-09-03T08:44:08+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/70AA\/production\/_111224882_titlepage.png","imgAlt":"Big Stories and big words","headline":"Newsround: Today’s top headlines and new words of the day","summary":"Here's all you need to know in a few lines and what all the words mean!","href":"\/newsround\/51836693","includeComments":false},{"id":"53971898","promoType":"story","timestamp":"2020-09-03T05:22:25+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/176E\/production\/_114189950_gettyimages-862753318-1.jpg","imgAlt":"back-to-school.","headline":"What's it like being back at school?","summary":"We want to know what's it like being back at school. What's different? Are you enjoying it? How was your first day? Let us know by sending in your videos.","href":"\/newsround\/53971898","includeComments":true},{"promoType":"story","timestamp":"2020-08-26T11:51:18+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/4378\/production\/_108527271_gettyimages-825661800.jpg","imgAlt":"A-school-chalk-board.","headline":"Top tips for going back to school from Own It","summary":"Check out BBC Own It's five top tips on going back to school.","href":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.com\/ownit\/take-control\/top-tips-for-moving-to-high-school?collection=returning-to-learning","includeComments":false},{"id":"49528624","promoType":"story","timestamp":"2019-09-02T05:30:58+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/EBE1\/production\/_108558306_gettyimages-862753318.jpg","imgAlt":"Kids-running-through-school-corridor.","headline":"Quiz: What type of 'back to schooler' are you?","summary":"The summer holidays are over and that means heading back to lessons for lots of you. But what type of 'back to schooler' are you?","href":"\/newsround\/49528624","includeComments":true},{"id":"53948414","promoType":"story","timestamp":"2020-08-28T14:27:11+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/A3FF\/production\/_114138914_a1.jpg","imgAlt":"School service","headline":"Back to school: Extra buses to help get children to school","summary":"Increased public transport specially for children will help social distancing on the way to and from school.","href":"\/newsround\/53948414","includeComments":true},{"promoType":"story","timestamp":"2019-08-29T10:44:46+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/123B1\/production\/_108537647_p07j52p3.jpg","imgAlt":"pupils.","headline":"8 things I wish I’d known before starting secondary school","summary":"Logan, Jessie, Zoe and Ryan all know what it’s like to start secondary school. Here, they share eight things they wish they had known at the start, which might help you to settle in.","href":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/bitesize\/articles\/zhb9382","includeComments":false},{"promoType":"story","timestamp":"2019-08-29T08:29:10+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/9E19\/production\/_108537404_downloads.jpg","imgAlt":"school-pupils.","headline":"More about starting secondary school from BBC Bitesize","summary":"Top tips for your first day, secondary slang and brand new subjects - here's everything you need for starting secondary school.","href":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/bitesize\/tags\/zh4wy9q\/starting-secondary-school\/1","includeComments":false},{"id":"34121191","promoType":"story","timestamp":"2018-09-02T12:27:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/32F6\/production\/_103264031_gettyimages-648943280.jpg","imgAlt":"Children going up a staircase to go back to school","headline":"What to expect when you start high school","summary":"Lots of you will be heading back to school after the holidays and some of you will be making the jump from primary to secondary school. Here is our guide for what to expect.","href":"\/newsround\/34121191","includeComments":true},{"id":"49509513","promoType":"media","timestamp":"2019-08-29T10:54:51+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1054D\/production\/_108539866_p07hpxct.jpg","imgAlt":"pupils.","headline":"Secondary school slang: How much do you know?","summary":"Starting secondary school can mean a brand new language to learn! But how well do these famous faces know their peng from their lit?","href":"\/newsround\/49509513","includeComments":false,"videoOptions":{"title":"Secondary school slang","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p07chqhr","vpid":"p07chqhw","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p07hpxct.jpg","mediaType":"video","mediaForm":"clip","duration":"2:08"}},{"id":"49552043","promoType":"story","timestamp":"2019-09-03T05:57:41+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0490\/production\/_108586110_gettyimages-917630590.jpg","imgAlt":"boy-napping-next-to-ipad.","headline":"Top tips to avoid being sleepy at school!","summary":"Struggling to get back into a routine now you've started school again? Check out our handy guide to find out how best to catch those 'Z's.","href":"\/newsround\/49552043","includeComments":true},{"id":"49515403","promoType":"story","timestamp":"2019-09-02T05:27:41+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/115C4\/production\/_108580117_uniformnew2.jpg","imgAlt":"uniform.","headline":"Should parents share school uniform pictures online?","summary":"Lots of kids are going back to school which means there will be plenty of pictures of children in new school uniform, but are you comfortable with those photos going online?","href":"\/newsround\/49515403","includeComments":true},{"id":"40991548","promoType":"media","timestamp":"2018-08-28T13:27:20+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/5D75\/production\/_97452932_emojis.jpg","imgAlt":"Children making emoji faces","headline":"Your emoji-tions on the first day of high school!","summary":"Find how these guys felt on their first day of high school, and get some tips whilst you're at it!","href":"\/newsround\/40991548","includeComments":false,"videoOptions":{"title":"Kids compare first day of school to emojis","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p05cv8lk","vpid":"p05cv8lp","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p05cv93v.jpg","mediaType":"video","mediaForm":"clip","duration":"0:52"}},{"promoType":"story","timestamp":"2016-09-05T09:29:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/8A36\/production\/_91028353_o-bad.jpg","imgAlt":"Could you master Year 7?","headline":"Quiz: Could you master Year 7?","summary":"A lot of people are moving up to secondary school this week. Do you think you could master Year 7? Take the quiz...","href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/cbbc\/quizzes\/year-seven-quiz","includeComments":false},{"id":"45362493","promoType":"media","timestamp":"2018-09-03T05:39:22+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/3613\/production\/_103234831_gettyimages-522397658.jpg","imgAlt":"School pupils.","headline":"How to get off to a good start this school year","summary":"Paralympic swimmer Ellie Simmonds gives us her top tips to make sure you get off to a flying start this school year.","href":"\/newsround\/45362493","includeComments":false,"videoOptions":{"title":"How to get off to a good start this school year","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p06jvbny","vpid":"p06jvbp0","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p06jvd4l.jpg","mediaType":"video","mediaForm":"clip","duration":"0:37"}},{"id":"40992719","promoType":"media","timestamp":"2017-08-21T05:48:12+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/DD45\/production\/_97454665_pj.jpg","imgAlt":"PJ holding sign","headline":"Starting high school with a disability","summary":"Thirteen-year-old PJ uses a wheelchair and shares his advice with anyone starting high school with a disability.","href":"\/newsround\/40992719","includeComments":false,"videoOptions":{"title":"Starting high school with a disability","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p05cvkmq","vpid":"p05cvkmt","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p05cvmf8.jpg","mediaType":"video","mediaForm":"clip","duration":"1:58"}},{"id":"40922781","promoType":"media","timestamp":"2017-08-15T05:59:36+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/8F68\/production\/_97321763_p05ccz5s.jpg","imgAlt":"How to handle high school graphic","headline":"'When it's a Friday don't get excited'","summary":"Children share their advice for starting secondary school.","href":"\/newsround\/40922781","includeComments":false,"videoOptions":{"title":"'When it's a Friday don't get excited'","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p05ccxdr","vpid":"p05ccxdy","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p05ccz5s.jpg","mediaType":"video","mediaForm":"clip","duration":"1:02"}},{"id":"45333549","promoType":"story","timestamp":"2018-08-28T13:30:30+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/243F\/production\/_103197290_newsround-schoolbag-quiz.jpg","imgAlt":"Schoolbag surrounded by question marks","headline":"Guess the celebrity schoolbag","summary":"Can you work out which celebrities have left their bags in the Newsround studio from the items inside?","href":"\/newsround\/45333549","includeComments":true},{"id":"37283801","promoType":"media","timestamp":"2016-09-06T06:00:04+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0751\/production\/_91037810_faf17a55-bba7-42b8-a44a-4ca53b5cfc7b.jpg","imgAlt":"Tie Girl?","headline":"Struggling with your new school tie?","summary":"Many of you starting secondary school may be finding it tricky to tie your, erm, tie... Well we know one girl who can help.","href":"\/newsround\/37283801","includeComments":false,"videoOptions":{"duration":"0:54"}},{"promoType":"story","timestamp":"2017-08-14T15:41:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0FB6\/production\/_97322040_i-schoolsubject.jpg","imgAlt":"quiz","headline":"Quiz: What'll be your top subject?","summary":"From History to Food Tech, what'll be your best school subject? Take our quiz to find out!","href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/cbbc\/quizzes\/which-school-subject-quiz?ppp","includeComments":false},{"id":"40934766","promoType":"media","timestamp":"2017-08-16T05:53:02+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/B482\/production\/_97401264_com_.jpg","imgAlt":"Children talking to each other","headline":"'It's like moving house' - kids on their first year at high school","summary":"From making new friends, to getting lost, we asked kids what worried them about starting at a new school.","href":"\/newsround\/40934766","includeComments":false,"videoOptions":{"title":"'It's like moving house' - kids on their first year at high school","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p05cgh7r","vpid":"p05cgh7z","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p05cgkmm.jpg","mediaType":"video","mediaForm":"clip","duration":"1:24"}},{"id":"45370577","promoType":"media","timestamp":"2018-09-02T08:22:04+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/16837\/production\/_103251229_mediaitem103251228.jpg","imgAlt":"Two school children in uniform","headline":"Top tips if you're starting a new school","summary":"British para-swimmers Ellie Robinson, Maisie Summers-Newton and Toni Shaw give you their top tips if you're starting at a new school.","href":"\/newsround\/45370577","includeComments":false,"videoOptions":{"title":"Top tips if you're starting a new school","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p06jvbhc","vpid":"p06jvbhh","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p06jvcwq.jpg","mediaType":"video","mediaForm":"clip","duration":"0:33"}},{"promoType":"story","timestamp":"2019-08-29T06:10:53+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/18545\/production\/_108535699_p06j52nd.jpg","imgAlt":"german-schoolgirl.","headline":"Back to school: Three traditions from around the world","summary":"Going back to school is marked in special ways in some other countries around the world. Find out more about it.","href":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/bitesize\/articles\/zkkr7nb","includeComments":false}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%204/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Fighting racism","items":[{"id":"52965984","promoType":"story","timestamp":"2020-06-17T16:58:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1802A\/production\/_112764389_gettyimages-1247138225.jpg","imgAlt":"children-at-black-lives-matter-protest.","headline":"What does the phrase 'Black Lives Matter' mean?","summary":"You've probably heard lots of people using the phrase 'Black Lives Matter' recently, but where did it come from, what does it mean and why is it important?","href":"\/newsround\/53149076","includeComments":true},{"id":"53531055","promoType":"story","timestamp":"2020-08-21T06:56:43+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/2D6F\/production\/_113913611_071b3e19-34a0-4c34-85b8-31f7f01a22dd.jpg","imgAlt":"Slaves-on-boats.","headline":"Should money be paid to past victims of slavery?","summary":"Slave owners were paid compensation by the British government after slavery was abolished, but there's now debate over whether people whose ancestors were slaves, should be given money to say sorry for what their relatives suffered.","href":"\/newsround\/53531055","includeComments":true},{"id":"53531056","promoType":"story","timestamp":"2020-08-21T05:14:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/5B54\/production\/_114008332_slaverycollage.jpg","imgAlt":"Collage of the key figures.","headline":"Six former slaves who helped to end slavery","summary":"The International Day for the Remembrance of the Slave Trade and its Abolition is commemorated on 23 August each year. Here are some of the key figures that helped bring an end to slavery in different parts of the world.","href":"\/newsround\/53531056","includeComments":true},{"id":"53071098","promoType":"media","timestamp":"2020-06-17T16:55:32+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/49D8\/production\/_112940981_p08h4vls.jpg","imgAlt":"British kids","headline":"'We should talk about racism because what’s 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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08h51n0.jpg","mediaType":"video","mediaForm":"clip","duration":"0:48"}},{"id":"53083132","promoType":"media","timestamp":"2020-06-17T14:24:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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":"52965665","promoType":"story","timestamp":"2020-06-10T13:22:34+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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’t 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\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08g60h7.jpg","mediaType":"video","mediaForm":"clip","duration":"2:20"}},{"promoType":"story","timestamp":"2020-06-18T15:23:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/https:\/\/www.bbc.co.uk\/newsround#more-stories-3","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__54009316/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54009316":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54009342/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54009342":8}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53948414/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53948414":45}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__49552043/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__49552043":10}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53519296/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53519296":41}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53149076/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53149076":23}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/Top%20Stories/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Top Stories","items":[{"id":"53990676","promoType":"story","timestamp":"2020-09-05T07:56:19+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/799F\/production\/_114253113_32785090-8698843-support_jade_shared_a_picture_to_her_feed_captioned_tomorrow_sat-a-45_1599243224414.jpg","imgAlt":"jade","headline":"Digital Detox Day: Could you ditch your devices?","summary":"September 5th is Digital Detox Day and many celebs are joining the campaign which wants people to put down their phones and tablets and switch off their TVs and games consoles . Find out why and get some top tips to get you on your way.","href":"\/newsround\/53990676","includeComments":true},{"id":"54025062","promoType":"story","timestamp":"2020-09-05T07:56:01+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/11DAF\/production\/_114253137_gettyimages-1267061984.jpg","imgAlt":"boarder","headline":"'Wear a helmet even if it doesn't look cool!'","summary":"Sixteen-year-old Sid is warning others after he suffered a \"catastrophic\" head injury after crashing on ramps in July when he was not wearing a helmet.","href":"\/newsround\/54025062","includeComments":true},{"id":"54026013","promoType":"gallery","timestamp":"2020-09-05T08:22:57+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/D057\/production\/_114253335_criticallyendangeredbabychimpanzeebornatchesterzoo-28.jpg","imgAlt":"Close up of young chimp in its mum's arms.","headline":"Critically endangered Western chimpanzee born in UK zoo","summary":"A tiny baby Western chimpanzee has been born to mum Mandy at Chester Zoo. It is ‘hugely significant’ as they are critically endangered with only 18,000 left in the wild.","href":"\/newsround\/54026013","includeComments":false},{"id":"54017263","promoType":"media","timestamp":"2020-09-05T08:47:02+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/16913\/production\/_114253429_faythifilgoldenbuzzer.jpg","imgAlt":"Fayth semi finalist of Britain's Got Talent","headline":"Meet Britain's Got Talent semi-finalist Fayth","summary":"Britain's Got Talent was put on hold earlier this year because of coronavirus and lockdown. But now the semi finals are here and we speak to one of the contestants, 13 year old Fayth.","href":"\/newsround\/54017263","includeComments":false,"videoOptions":{"title":"Meet Britain's Got Talent semi finalist Fayth","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08qfnrq","vpid":"p08qfnrs","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08qfphb.jpg","mediaType":"video","mediaForm":"clip","duration":"1:44"}},{"id":"53973454","promoType":"story","timestamp":"2020-09-04T05:31:40+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/12EAC\/production\/_114248477_mediaitem114248476.jpg","imgAlt":"Britain's Got Talent logo","headline":"How will BGT be different this year?","summary":"With lockdown and coronavirus still having an impact, check out some of the changes being made to this year's show.","href":"\/newsround\/53973454","includeComments":true},{"id":"54040150","promoType":"story","timestamp":"2020-09-05T10:36:07+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/9B37\/production\/_114253793_gettyimages-846141966.jpg","imgAlt":"Lionel-Messi.","headline":"Messi decides where he'll play next season","summary":"Lionel Messi has made his decision on where he's going to play next season. Find out where here.","href":"\/newsround\/54040150","includeComments":true},{"id":"45355679","promoType":"story","timestamp":"2020-09-05T08:47:41+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1A06\/production\/_103226660_claudia-beard.jpg","imgAlt":"Female presenter with full beard.","headline":"Quiz: Who's behind the beard?","summary":"To celebrate World Beard Day, which is the first Saturday in September, we've given a few celebrities some new facial hair. Can you guess who they are?","href":"\/newsround\/45355679","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__53971898/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53971898":89}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__34121191/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__34121191":4}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53531056/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53531056":26}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52545218/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52545218":90}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__45435173/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__45435173":29}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-cs-asset/assetUri/newsround%252fhome/previewGuid/undefined/version/1.5.1', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"assetId":"43745086","assetUri":"\/newsround\/home","firstCreated":"2018-04-12T14:56:30+00:00","firstPublished":"2018-04-12T15:09:30+00:00","groups":[{"type":"responsive-top-stories","title":"Top Stories","maxRelatedLinks":6,"items":[{"assetId":"53990676","assetUri":"\/newsround\/53990676","firstCreated":"2020-09-03T05:17:59+00:00","hasShortForm":true,"headline":"Digital Detox Day: Could you ditch your devices?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/758ba773-ebd8-495d-a5fb-514b24f8f090","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-05T07:56:19+00:00","media":{"images":{"index":{"114253113":{"height":346,"width":615,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/799F\/production\/_114253113_32785090-8698843-support_jade_shared_a_picture_to_her_feed_captioned_tomorrow_sat-a-45_1599243224414.jpg","originCode":"cpsprodpb","altText":"jade","copyrightHolder":"jade\/instagram","allowSyndication":false}},"index-thumbnail":{"114253108":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/13907\/production\/_114253108_befunky-collage-1.jpg","originCode":"cpsprodpb","altText":"celebs","copyrightHolder":"Instagram","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"September 5th is Digital Detox Day and many celebs are joining the campaign which wants people to put down their phones and tablets and switch off their TVs and games consoles . Find out why and get some top tips to get you on your way.","type":"STY"},{"assetId":"54025062","assetUri":"\/newsround\/54025062","firstCreated":"2020-09-05T07:36:47+00:00","hasShortForm":true,"headline":"'Wear a helmet even if it doesn't look cool!'","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/b8f7d40d-7afa-4dc1-8d8c-05cb0127cd9a","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-05T07:56:01+00:00","media":{"images":{"index":{"114253137":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/11DAF\/production\/_114253137_gettyimages-1267061984.jpg","originCode":"cpsprodpb","altText":"boarder","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114253139":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/16BCF\/production\/_114253139_gettyimages-1267061984.jpg","originCode":"cpsprodpb","altText":"boarder","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Sixteen-year-old Sid is warning others after he suffered a \"catastrophic\" head injury after crashing on ramps in July when he was not wearing a helmet.","type":"STY"},{"assetId":"54026013","assetUri":"\/newsround\/54026013","firstCreated":"2020-09-05T08:22:24+00:00","headline":"Critically endangered Western chimpanzee born in UK zoo","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/9b39015c-3798-45b0-b0c2-743d3daaa931","language":"en-gb","lastUpdated":"2020-09-05T08:22:57+00:00","media":{"images":{"index":{"114253335":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/D057\/production\/_114253335_criticallyendangeredbabychimpanzeebornatchesterzoo-28.jpg","originCode":"cpsprodpb","caption":"This looks like a cosy cuddle. In the wild chimpanzees are under threat from hunting and loss of habitat.","altText":"Close up of young chimp in its mum's arms.","copyrightHolder":"Chester Zoo","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A tiny baby Western chimpanzee has been born to mum Mandy at Chester Zoo. It is ‘hugely significant’ as they are critically endangered with only 18,000 left in the wild.","type":"PGL"},{"assetId":"54017263","assetUri":"\/newsround\/54017263","firstCreated":"2020-09-04T05:19:23+00:00","headline":"Meet Britain's Got Talent semi-finalist Fayth","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/45774263-5f65-45ae-8589-ff8ae0117b7b","language":"en-gb","lastUpdated":"2020-09-05T08:47:02+00:00","media":{"images":{"index":{"114253429":{"height":851,"width":1513,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/16913\/production\/_114253429_faythifilgoldenbuzzer.jpg","originCode":"cpsprodpb","altText":"Fayth semi finalist of Britain's Got Talent","copyrightHolder":"ITV","allowSyndication":false}},"index-thumbnail":{"114253431":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/347B\/production\/_114253431_faythifilgoldenbuzzer.jpg","originCode":"cpsprodpb","altText":"Fayth semi finalist of Britain's Got Talent","copyrightHolder":"ITV","allowSyndication":false}}},"videos":{"index":{"54017264":{"caption":"Meet Britain's Got Talent semi-finalist Fayth","entityType":"Clip","externalId":"p08qfnrq"}},"primary":{"54017264":{"caption":"Meet Britain's Got Talent semi-finalist Fayth","entityType":"Clip","externalId":"p08qfnrq"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Britain's Got Talent was put on hold earlier this year because of coronavirus and lockdown. But now the semi finals are here and we speak to one of the contestants, 13 year old Fayth.","type":"MAP"},{"assetId":"53973454","assetUri":"\/newsround\/53973454","firstCreated":"2020-09-04T05:31:40+00:00","hasShortForm":true,"headline":"How will Britain's Got Talent be different this year?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/3c09ca2d-32e5-445a-826f-60d2ead75f4e","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-04T05:31:40+00:00","media":{"images":{"index":{"114248477":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/12EAC\/production\/_114248477_mediaitem114248476.jpg","originCode":"cpsprodpb","altText":"Britain's Got Talent logo","copyrightHolder":"SYCO\/THAMES TV ","allowSyndication":false}},"index-thumbnail":{"114248479":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/17CCC\/production\/_114248479_mediaitem114248476.jpg","originCode":"cpsprodpb","altText":"Britain's Got Talent logo","copyrightHolder":"SYCO\/THAMES TV ","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"How will BGT be different this year?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"With lockdown and coronavirus still having an impact, check out some of the changes being made to this year's show.","type":"STY"},{"assetId":"54040150","assetUri":"\/newsround\/54040150","firstCreated":"2020-09-05T10:32:12+00:00","hasShortForm":true,"headline":"Messi decides where he'll play next season","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/2b2ab126-b553-4a3d-a77c-f78e708d4a6a","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-05T10:36:07+00:00","media":{"images":{"index":{"114253793":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/9B37\/production\/_114253793_gettyimages-846141966.jpg","originCode":"cpsprodpb","caption":"Messi is regarded as one of the greatest footballers of all time and is Barcelona's record goalscorer","altText":"Lionel-Messi.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114254152":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/6239\/production\/_114254152_messi3.jpg","originCode":"cpsprodpb","altText":"Lionel Messi.","copyrightHolder":"FC Barcelona","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Lionel Messi has made his decision on where he's going to play next season. Find out where here.","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\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/ace8227a-5848-2340-b3cb-03a310a0b3bb","language":"en-gb","lastUpdated":"2020-09-05T08:47:41+00:00","media":{"images":{"index":{"103226660":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"To celebrate World Beard Day, which is the first Saturday in September, we've given a few celebrities some new facial hair. Can you guess who they are?","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\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/465ec49c-484f-4347-e050-380a59806655","language":"en-gb","lastUpdated":"2020-09-05T08:17:09+00:00","media":{"images":{"index":{"114253250":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1473\/production\/_114253250_p08qlxzr.jpg","originCode":"cpsprodpb","altText":"Ricky in studio","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"114253252":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/6293\/production\/_114253252_p08qlxzr.jpg","originCode":"cpsprodpb","altText":"Ricky in studio","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"54040268":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08qlxt3"}},"primary":{"54040268":{"caption":"Watch Newsround","entityType":"Clip","externalId":"p08qlxt3"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Ricky has your Saturday Newsround with YOUR views about heading back to school, we meet a teenage BGT semi-finalist, and find out about Mo Farah's new world record!","type":"MAP"}],"semanticGroupName":"Watch Newsround"},{"type":"responsive-cluster","title":"Slice 1 - Dark purple with teal index card","strapline":{"name":"More Stories"},"items":[{"assetId":"18769169","assetUri":"\/newsround\/18769169","firstCreated":"2012-07-09T14:21:06+00:00","hasShortForm":true,"headline":"What is the Tour de France?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/1bee8e78-2777-384c-9462-4ceea041f265","language":"en-gb","lastUpdated":"2020-09-05T13:36:45+00:00","media":{"images":{"index":{"114255500":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/022B\/production\/_114255500_tv063168884.jpg","originCode":"cpsprodpb","altText":"tour de france","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"114255498":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/15D6F\/production\/_114255498_gettyimages-1228313537.jpg","originCode":"cpsprodpb","caption":"Adam Yates finished fourth in the 2016 Tour and has not worn the yellow jersey before","altText":"Adam Yates celebrates taking the yellow jersey on the podium","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"Sport","id":"101228","uri":"\/newsround\/sport","urlIdentifier":"\/newsround\/sport"},"summary":"Newsround tells you all you need to know about the world famous bike race.","type":"STY"},{"assetId":"54025896","assetUri":"\/newsround\/54025896","firstCreated":"2020-09-04T13:09:52+00:00","hasShortForm":true,"headline":"Five things to know about the WSL season","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/aa7fd074-e954-41a5-8ced-c4342151f2c5","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-05T12:40:01+00:00","media":{"images":{"index":{"114253143":{"height":351,"width":624,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/8557\/production\/_114253143_chelsea2.jpg","originCode":"cpsprodpb","caption":"Chelsea won the Women's Super League 2019\/20 title and previously won it in the 2015 and 2017-18 seasons","altText":"Chelsea celebrate","copyrightHolder":"Rex Features","allowSyndication":false}},"index-thumbnail":{"114253145":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/D377\/production\/_114253145_chelsea2.jpg","originCode":"cpsprodpb","caption":"Chelsea won the Women's Super League 2019\/20 title and previously won it in the 2015 and 2017-18 seasons","altText":"Chelsea celebrate","copyrightHolder":"Rex Features","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The 2020\/21 Women's Super League (WSL) season starts on 5 September. Here's five things you need to know about the new season.","type":"STY"},{"assetId":"54040147","assetUri":"\/newsround\/54040147","firstCreated":"2020-09-05T09:13:20+00:00","hasShortForm":true,"headline":"Everything you need to know about Soccer Aid 2020","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/3dbb8b55-243e-4210-94c7-abfc1483a9db","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-05T13:29:53+00:00","media":{"images":{"index":{"114253770":{"height":608,"width":1080,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1E37\/production\/_114253770_befunky-collage-2.jpg","originCode":"cpsprodpb","altText":"Olly Murs\/Liv Cooke","copyrightHolder":"Soccer Aid","allowSyndication":false}},"index-thumbnail":{"114253772":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/6C57\/production\/_114253772_befunky-collage-2.jpg","originCode":"cpsprodpb","altText":"Olly Murs\/Liv Cooke","copyrightHolder":"Soccer Aid","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Ahead of Sunday's big charity football match, we tell you everything you need to know about Soccer Aid 2020.","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\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/55ad4227-b3e1-854d-aaa3-6d167cd38f4a","language":"en-gb","lastUpdated":"2020-09-03T14:40:49+00:00","media":{"images":{"index":{"114228630":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0E62\/production\/_114228630_quizcover.jpg","originCode":"cpsprodpb","altText":"The Earth seen from the Moon.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114228632":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/5C82\/production\/_114228632_quizcover.jpg","originCode":"cpsprodpb","altText":"The Earth seen from the Moon.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Have you been keeping up with the news this week? Test yourself with the Quiz of the Week!","type":"STY"},{"assetId":"43245617","assetUri":"\/newsround\/43245617","firstCreated":"2018-03-02T06:46:57+00:00","headline":"Strange News: This week's strangest stories!","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/178d7c8a-202f-8b4d-90bb-1e52a1875ce5","language":"en-gb","lastUpdated":"2020-09-03T08:56:49+00:00","media":{"images":{"index":{"114225774":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/BA88\/production\/_114225774_p08qd5wg.jpg","originCode":"cpsprodpb","altText":"strange","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"114225776":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/108A8\/production\/_114225776_p08qd5wg.jpg","originCode":"cpsprodpb","altText":"strange","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"54011549":{"caption":"Strange","entityType":"Clip","externalId":"p08qd461"}},"primary":{"54011549":{"caption":"Strange","entityType":"Clip","externalId":"p08qd461"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/Feature","categoryName":"Feature"}},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Martin has some of the strangest stories and we've got butter sculptures, a massive 3D street painting and some boat cinemas!","type":"MAP"},{"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\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/5667516b-4967-5c40-b207-f77f26c5c1d5","language":"en-gb","lastUpdated":"2020-09-02T14:07:00+00:00","media":{"images":{"index":{"111116437":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/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":"54001215","assetUri":"\/newsround\/54001215","firstCreated":"2020-09-03T15:39:16+00:00","headline":"Back to school advice","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/a4e4b517-5614-4348-93d7-68a3dbae66d4","language":"en-gb","lastUpdated":"2020-09-05T08:38:35+00:00","media":{"images":{"index":{"114245967":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/12C9A\/production\/_114245967_p08qk2bz.jpg","originCode":"cpsprodpb","altText":"Back to school graphic","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"54001216":{"caption":"Back to school: Advice from Dr Radha","entityType":"Clip","externalId":"p08qfrxw"}},"primary":{"54001216":{"caption":"Back to school: Advice from Dr Radha","entityType":"Clip","externalId":"p08qfrxw"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Back to school worries? Dr Radha has some advice for you","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Some of you might be feeling a bit nervous or anxious about heading back to school after several months off, but we have some tips to help you out.","type":"MAP"},{"assetId":"54009323","assetUri":"\/newsround\/54009323","firstCreated":"2020-09-03T08:03:41+00:00","headline":"Full Strictly Come Dancing line-up revealed!","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/c8e6a02f-c33e-46c9-a8f7-9d037d59a325","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-04T15:01:12+00:00","media":{"images":{"index":{"114248470":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1D3C\/production\/_114248470_mediaitem114247231.jpg","originCode":"cpsprodpb","altText":"Claudia Winkleman and Tess Daly","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"114248472":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/6B5C\/production\/_114248472_mediaitem114247231.jpg","originCode":"cpsprodpb","altText":"Claudia Winkleman and Tess Daly","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"This year's competition will be an historic one. Find out which other celebs have been added to the line-up","type":"STY"},{"assetId":"54015196","assetUri":"\/newsround\/54015196","firstCreated":"2020-09-04T05:18:01+00:00","headline":"Face masks part of 'new plastic pollution explosion'","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/b2d623fc-06f8-4a1c-97cd-7a4877a01617","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-04T05:18:01+00:00","media":{"images":{"index":{"114229861":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/41FC\/production\/_114229861_95361.jpg","originCode":"cpsprodpb","caption":"Volunteers say face masks are turning up more and more on beaches","altText":"A discarded face mask on a beach","copyrightHolder":"SAS","allowSyndication":false}},"index-thumbnail":{"114232324":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/A553\/production\/_114232324_95361.jpg","originCode":"cpsprodpb","caption":"Volunteers say face masks are turning up more and more on beaches","altText":"A discarded face mask on a beach","copyrightHolder":"SAS","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Protective equipment is increasingly ending up in the sea and rivers as the world battles the coronavirus pandemic.","type":"STY"},{"assetId":"54025899","assetUri":"\/newsround\/54025899","firstCreated":"2020-09-04T14:37:58+00:00","hasShortForm":true,"headline":"John Boyega on Star Wars' racial inequality","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/0e6bc710-3d57-45d2-a5a3-72671c3db059","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-04T14:37:58+00:00","media":{"images":{"index":{"114248701":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/2A20\/production\/_114248701_boyega_lucas1_cut.jpg","originCode":"cpsprodpb","caption":"The British actor played runaway Stormtrooper Finn","altText":"John Boyega in Star Wars: The Rise of Skywalker","copyrightHolder":"Lucasfilm","allowSyndication":false}},"index-thumbnail":{"114248703":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/7840\/production\/_114248703_boyega_lucas1_cut.jpg","originCode":"cpsprodpb","caption":"The British actor played runaway Stormtrooper Finn","altText":"John Boyega in Star Wars: The Rise of Skywalker","copyrightHolder":"Lucasfilm","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Actor John Boyega says the latest Star Wars film marginalised non-white characters like his.","type":"STY"},{"assetId":"54028393","assetUri":"\/newsround\/54028393","firstCreated":"2020-09-04T11:15:13+00:00","headline":"Meet the kids helping baby puffins fly free","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/5ab60400-9691-4b1e-b45c-0290022f92ff","language":"en-gb","lastUpdated":"2020-09-04T11:15:13+00:00","media":{"images":{"index":{"114248595":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/E8C0\/production\/_114248595_puffins.jpg","originCode":"cpsprodpb","altText":"puffins","copyrightHolder":"PA Media","allowSyndication":true}},"index-thumbnail":{"114248597":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/136E0\/production\/_114248597_puffins.jpg","originCode":"cpsprodpb","altText":"puffins","copyrightHolder":"PA Media","allowSyndication":true}}},"videos":{"index":{"54028394":{"caption":"Puffins: Meet the kids helping baby pufflings fly free","entityType":"Clip","externalId":"p08qj3ws"}},"primary":{"54028394":{"caption":"Puffins: Meet the kids helping baby pufflings fly free","entityType":"Clip","externalId":"p08qj3ws"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"It’s puffin season on the Westman Islands in Iceland and the baby chicks need some extra help from local children. Here's why.","type":"MAP"},{"assetId":"54023223","assetUri":"\/newsround\/54023223","firstCreated":"2020-09-04T08:30:43+00:00","hasShortForm":true,"headline":"Dec reveals 'no one could' replace Ant (unless they're female)","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/3ba1e4b9-8660-4a5f-aa10-6f1fd9f78bf3","language":"en-gb","lastUpdated":"2020-09-04T08:30:43+00:00","media":{"images":{"index":{"114238323":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/7E7F\/production\/_114238323_gettyimages-472960382.jpg","originCode":"cpsprodpb","altText":"Declan Donnelly and Ant McPartlin","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"After Ant took some time off work Dec was offered replacements to co-present I'm A Celebrity... Get Me Out Of Here! but he didn't want another man to step in a take Ant's place.","type":"STY"},{"assetId":"54023479","assetUri":"\/newsround\/54023479","firstCreated":"2020-09-04T07:25:07+00:00","hasShortForm":true,"headline":"Construction on railway line HS2 officially begins","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/0ef2247b-9d54-49c9-a171-105a03a47adb","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-05T10:48:11+00:00","media":{"images":{"index":{"114238141":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/3767\/production\/_114238141_055033350-1.jpg","originCode":"cpsprodpb","caption":"This is what designers think the new trains will look like","altText":"HS2 train","copyrightHolder":"Siemens via Press Association","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"But you won't be able to take a trip on it anytime soon, as it will take around 20 years to complete!","type":"STY"},{"assetId":"54023217","assetUri":"\/newsround\/54023217","firstCreated":"2020-09-04T06:11:08+00:00","hasShortForm":true,"headline":"Batman on hold after Pattinson's 'positive Covid test'","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/1a785a8d-f883-4d9e-84f0-aa7d8d8cb2b5","language":"en-gb","lastUpdated":"2020-09-04T06:11:08+00:00","media":{"images":{"index":{"114237629":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/16A01\/production\/_114237629_p08481qg.jpg","originCode":"cpsprodpb","caption":"Here's The Batman being filmed in Glasgow earlier in the year","altText":"Filming The Batman in Glasgow","copyrightHolder":"Andrew Milligan\/PA Wire","allowSyndication":false}},"index-thumbnail":{"114237702":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/5125\/production\/_114237702_gettyimages-635667010.jpg","originCode":"cpsprodpb","altText":"Robert Pattison","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The Batman film only restarted filming recently, but has stopped after a cast member - reported to be Robert Pattison - tested positive for coronavirus.","type":"STY"},{"assetId":"54024173","assetUri":"\/newsround\/54024173","firstCreated":"2020-09-04T08:21:40+00:00","hasShortForm":true,"headline":"HRVY joins STRCTLY","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/3e61467a-8a4f-4053-9321-bdcb3bd7f2eb","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-04T08:21:40+00:00","media":{"images":{"index":{"114238735":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/D217\/production\/_114238735_hrvy.png","originCode":"cpsprodpb","altText":"HRVY","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Here's a clue: he's a 21-year-old pop star without any vowels in his name.","type":"STY"},{"assetId":"53985692","assetUri":"\/newsround\/53985692","firstCreated":"2020-09-04T05:21:50+00:00","headline":"'A moment I will treasure' - F1 technician's historic moment","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/72b309d5-0325-4b06-9537-72cefb769e6f","language":"en-gb","lastUpdated":"2020-09-04T05:21:50+00:00","media":{"images":{"index":{"114195946":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/FDBF\/production\/_114195946_p08q5kj0.jpg","originCode":"cpsprodpb","altText":"formula-one-fluid-technician-stephanie-travers-wearing-her-pit-crew-uniform","copyrightHolder":"Petronas","allowSyndication":false}}},"videos":{"index":{"53985693":{"caption":"“A moment I will treasure” F1 Technician on her historic moment","entityType":"Clip","externalId":"p08q5k7j"}},"primary":{"53985693":{"caption":"“A moment I will treasure” F1 Technician on her historic moment","entityType":"Clip","externalId":"p08q5k7j"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Mercedes F1 engineer Stephanie Travers talked to Newsround about her job and the day she made history as the first black woman to stand on an F1 podium.","type":"MAP"},{"assetId":"54002846","assetUri":"\/newsround\/54002846","firstCreated":"2020-09-03T05:47:40+00:00","hasShortForm":true,"headline":"Climate change: Ice melting at 'worst-case' rate","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/32df9f8a-bf00-434f-8fc8-21d06a933112","language":"en-gb","lastUpdated":"2020-09-03T05:47:40+00:00","media":{"images":{"index":{"114214533":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/8305\/production\/_114214533_hi043930621.jpg","originCode":"cpsprodpb","altText":"Part of Antarctica","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A new study into climate change says the rate at which ice is melting matches 'worst-case' predictions.","type":"STY"},{"assetId":"54018024","assetUri":"\/newsround\/54018024","firstCreated":"2020-09-03T16:12:28+00:00","hasShortForm":true,"headline":"Equal pay for men and women's national footie teams in Brazil and England","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/e7757405-7793-400f-9c42-3716b8c8a466","language":"en-gb","lastUpdated":"2020-09-03T16:12:28+00:00","media":{"images":{"index":{"114233468":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/151A1\/production\/_114233468_gettyimages-1207641135.jpg","originCode":"cpsprodpb","altText":"Steph Houghton","copyrightHolder":"Icon Sportswire","allowSyndication":false}},"index-thumbnail":{"114233470":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1D09\/production\/_114233470_gettyimages-1207641135.jpg","originCode":"cpsprodpb","altText":"Steph Houghton","copyrightHolder":"Icon Sportswire","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"England and Brazil are latest countries to announce that they're paying their national men's and women's football teams equally.","type":"STY"},{"assetId":"54003981","assetUri":"\/newsround\/54003981","firstCreated":"2020-09-03T05:20:43+00:00","hasShortForm":true,"headline":"Your best bits about heading back to school","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/c590871c-5854-484a-9f86-0395908a743f","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-03T09:10:17+00:00","media":{"images":{"index":{"114216078":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/15415\/production\/_114216078_6c970697bca8baaa461bb4e53bc98581.jpg","originCode":"cpsprodpb","altText":"kids in a playground","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114216080":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1F7D\/production\/_114216080_6c970697bca8baaa461bb4e53bc98581.jpg","originCode":"cpsprodpb","altText":"kids in a playground","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"We asked you to vote for the best thing about being back in school, and here's what you told us!","type":"STY"},{"assetId":"54012994","assetUri":"\/newsround\/54012994","firstCreated":"2020-09-03T10:59:37+00:00","hasShortForm":true,"headline":"Scientists discover the Moon is rusting","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/c766f904-0541-4f8d-94a1-ebb0f4e99d37","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-03T10:59:37+00:00","media":{"images":{"index":{"112247576":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/107F6\/production\/_112247576_gettyimages-1098321596.jpg","originCode":"cpsprodpb","altText":"moons-surface.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114228625":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/CDCA\/production\/_114228625_gettyimages-1098321596.jpg","originCode":"cpsprodpb","altText":"moons-surface.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Scientists think that the Earth's oxygen has been rusting the Moon for billions of years.","type":"STY"},{"assetId":"54009316","assetUri":"\/newsround\/54009316","firstCreated":"2020-09-03T07:12:21+00:00","headline":"Huge rocket tested by Nasa ahead of 2024 Moon trip","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/b971e46a-ec12-4ead-a3f1-0a68887c7211","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-03T07:12:21+00:00","media":{"images":{"index":{"114224655":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/D95A\/production\/_114224655_screenshot2020-09-02at20.06.48.png","originCode":"cpsprodpb","caption":"The booster rockets go either side of the main rocket","altText":"Booster rockets","copyrightHolder":"NASA","allowSyndication":false}}}},"options":{"isBreakingNews":true,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"The booster rocket will help send astronauts back to the moon","type":"STY"},{"assetId":"51457276","assetUri":"\/newsround\/51457276","firstCreated":"2020-02-11T13:18:19+00:00","headline":"What are the arguments for and against HS2?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/a5315043-5cc0-cc45-8c1a-96c250800f58","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-04T07:16:41+00:00","media":{"images":{"index":{"108389303":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/76BE\/production\/_108389303_hs2siemenspa.jpg","originCode":"cpsprodpb","caption":"A proposed design for an HS2 train","altText":"HS2 train","copyrightHolder":"Siemens\/ PA","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Work on a new super-fast railway line between London and the north of England has now started - but many people can't agree on whether HS2 is a good thing or not.","type":"STY"},{"assetId":"53998935","assetUri":"\/newsround\/53998935","firstCreated":"2020-09-03T05:18:40+00:00","headline":"Why has this toilet become so special?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/a1db29d0-4139-4d82-a36d-4cc294e1ebe2","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-03T05:18:40+00:00","media":{"images":{"index":{"114209914":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/A406\/production\/_114209914_seaburn_toilet.jpg","originCode":"cpsprodpb","altText":"One of the toilets in Seaburn","copyrightHolder":"Historic England","allowSyndication":false}},"index-thumbnail":{"114209916":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/F226\/production\/_114209916_seaburn_toilet.jpg","originCode":"cpsprodpb","altText":"One of the toilets in Seaburn","copyrightHolder":"Historic England","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Two sets of public loos have been specially recognised for their important part in Britain's history.","type":"STY"},{"assetId":"54013326","assetUri":"\/newsround\/54013326","firstCreated":"2020-09-03T11:32:12+00:00","hasShortForm":true,"headline":"New plans for mass coronavirus testing","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/59e34092-f4e7-45a9-a705-04d65fccdd5a","language":"en-gb","lastUpdated":"2020-09-03T11:32:12+00:00","media":{"images":{"index":{"114228203":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/764A\/production\/_114228203_hi062960115.jpg","originCode":"cpsprodpb","caption":"Drive-thru testing for coronavirus","altText":"Health worker testing people for coronavirus","copyrightHolder":"Reuters","allowSyndication":true}},"index-thumbnail":{"114228205":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/C46A\/production\/_114228205_hi062960115.jpg","originCode":"cpsprodpb","caption":"Drive-thru testing for coronavirus","altText":"Health worker testing people for coronavirus","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The government's announced £500m to pay for trials of a rapid 20-minute coronavirus test.","type":"STY"},{"assetId":"53932811","assetUri":"\/newsround\/53932811","firstCreated":"2020-09-01T09:06:16+00:00","hasShortForm":true,"headline":"Zero Waste Week: Top tips to reduce your waste","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/c858588d-b4ae-4681-a575-d12fdc2a27d6","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-01T09:06:16+00:00","media":{"images":{"index":{"114143830":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0EFA\/production\/_114143830_gettyimages-1181912168.jpg","originCode":"cpsprodpb","altText":"children-dressed-as-recycling-heros","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"It's Zero waste week and here's some top tips on how to make the most of what you have","type":"STY"},{"assetId":"54008920","assetUri":"\/newsround\/54008920","firstCreated":"2020-09-03T06:14:54+00:00","headline":"Dwayne Johnson on 'challenging' Covid-19 recovery","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/689e33ad-34a5-4a7d-8100-0d9a7bca36bc","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-03T06:14:54+00:00","media":{"images":{"index":{"114230254":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/B093\/production\/_114230254_capture.jpg","originCode":"cpsprodpb","caption":"The Rock made the announcement in an Instagram video","altText":"Dwayne \"the Rock\" Johnson talks about his family's Covid-19 infection on Instagram, 2 September 2020","copyrightHolder":"Instagram","allowSyndication":false}},"index-thumbnail":{"114230253":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/8983\/production\/_114230253_capture.jpg","originCode":"cpsprodpb","caption":"The Rock made the announcement in an Instagram video","altText":"Dwayne \"the Rock\" Johnson talks about his family's Covid-19 infection on Instagram, 2 September 2020","copyrightHolder":"Instagram","allowSyndication":false}}}},"options":{"isBreakingNews":true,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Strongman actor told everyone to 'wear your mask' in an Instagram post","type":"STY"},{"assetId":"54009342","assetUri":"\/newsround\/54009342","firstCreated":"2020-09-03T08:20:55+00:00","hasShortForm":true,"headline":"Sir David Attenborough is back with a new programme","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/20f7f3cd-9b99-42c0-a1c4-6259a99a2230","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-03T08:20:55+00:00","media":{"images":{"index":{"109739820":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0B4D\/production\/_109739820_attenborough2.jpg","originCode":"cpsprodpb","altText":"david-attenborough.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"114225857":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1284C\/production\/_114225857_attenborough2.jpg","originCode":"cpsprodpb","altText":"david-attenborough.","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"A brand new Sir David Attenborough is coming out this month. Here's everything you need to know about it.","type":"STY"},{"assetId":"54001051","assetUri":"\/newsround\/54001051","firstCreated":"2020-09-03T05:20:05+00:00","headline":"Wolverines return to American national park after 100 years","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/5c016aab-a62a-4271-8c2b-08acd4dbaa8b","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-03T05:20:05+00:00","media":{"images":{"index":{"114212020":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/07E5\/production\/_114212020_gettyimages-622219092.jpg","originCode":"cpsprodpb","caption":"Wolverines are sometimes called skunk bears","altText":"Wolverine","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Rare wolverines have returned to an American national park for the first time in more than 100 years.","type":"STY"}],"semanticGroupName":"More stories 1"},{"type":"responsive-cluster","title":"Slice 2 - Dark purple with pink index card","strapline":{"name":"Back to School"},"items":[{"assetId":"53409652","assetUri":"\/newsround\/53409652","firstCreated":"2020-07-16T05:32:35+00:00","headline":"Getting lost? New uniforms? Your starting a new school questions answered","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/b2ee897c-02eb-4c5c-b0f0-fb86cf3b045b","language":"en-gb","lastUpdated":"2020-08-24T08:32:33+00:00","media":{"images":{"index":{"113424136":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/F6A6\/production\/_113424136_p08kxpvf.jpg","originCode":"cpsprodpb","altText":"school leavers and year 7s","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"113424138":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/144C6\/production\/_113424138_p08kxpvf.jpg","originCode":"cpsprodpb","altText":"school leavers and year 7s","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"53409653":{"caption":"New School Starters: Your questions answered","entityType":"Clip","externalId":"p08krgdx"}},"primary":{"53409653":{"caption":"New School Starters: Your questions answered","entityType":"Clip","externalId":"p08krgdx"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Starting a new school is a big moment and might leave you with some questions, but Newsround has you covered.","type":"MAP"},{"assetId":"51836693","assetUri":"\/newsround\/51836693","firstCreated":"2020-03-11T15:22:22+00:00","headline":"Newsround: Today’s top headlines and new words of the day","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/48c41cc9-058a-1444-97e5-9ae394310f8f","language":"en-gb","lastUpdated":"2020-09-03T08:44:08+00:00","media":{"images":{"index":{"111224882":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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":"53971898","assetUri":"\/newsround\/53971898","firstCreated":"2020-08-31T15:52:26+00:00","hasShortForm":true,"headline":"What's it like being back at school?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/ef2964d7-86f7-45ac-890d-3c7507ce86bb","includeComments":true,"language":"en-gb","lastUpdated":"2020-09-03T05:22:25+00:00","media":{"images":{"index":{"114189950":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/176E\/production\/_114189950_gettyimages-862753318-1.jpg","originCode":"cpsprodpb","altText":"back-to-school.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114189952":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/658E\/production\/_114189952_gettyimages-862753318-1.jpg","originCode":"cpsprodpb","altText":"back-to-school.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"passport":{"category":{"categoryId":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/ontologies\/applicationlogic-news\/News","categoryName":"News"}},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"We want to know what's it like being back at school. What's different? Are you enjoying it? How was your first day? Let us know by sending in your videos.","type":"STY"},{"assetTypeCode":"PRO","contentType":"Text","firstCreated":"2020-08-26T11:51:18+00:00","lastUpdated":"2020-08-26T11:51:18+00:00","links":{"highweb":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.com\/ownit\/take-control\/top-tips-for-moving-to-high-school?collection=returning-to-learning","desktop":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.com\/ownit\/take-control\/top-tips-for-moving-to-high-school?collection=returning-to-learning"},"media":{"images":{"index":{"108527271":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/4378\/production\/_108527271_gettyimages-825661800.jpg","originCode":"cpsprodpb","altText":"A-school-chalk-board.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{},"summary":"Check out BBC Own It's five top tips on going back to school.","title":"Top tips for going back to school from Own It","type":"LINK"},{"assetId":"49528624","assetUri":"\/newsround\/49528624","firstCreated":"2019-08-30T17:06:30+00:00","headline":"Quiz: What type of 'back to schooler' are you?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/ce80ab73-ae36-8b47-be8e-331ca467eb0c","includeComments":true,"language":"en-gb","lastUpdated":"2019-09-02T05:30:58+00:00","media":{"images":{"index":{"108558306":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/EBE1\/production\/_108558306_gettyimages-862753318.jpg","originCode":"cpsprodpb","altText":"Kids-running-through-school-corridor.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"108558308":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/13A01\/production\/_108558308_gettyimages-862753318.jpg","originCode":"cpsprodpb","altText":"Kids-running-through-school-corridor.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The summer holidays are over and that means heading back to lessons for lots of you. But what type of 'back to schooler' are you?","type":"STY"},{"assetId":"53948414","assetUri":"\/newsround\/53948414","firstCreated":"2020-08-28T14:27:11+00:00","hasShortForm":true,"headline":"Back to school: Extra buses to help get children to school","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/4562ae40-90df-43ce-a65b-deffadcf69f1","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-28T14:27:11+00:00","media":{"images":{"index":{"114138914":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/A3FF\/production\/_114138914_a1.jpg","originCode":"cpsprodpb","altText":"School service","copyrightHolder":"Transport for London","allowSyndication":false}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Increased public transport specially for children will help social distancing on the way to and from school.","type":"STY"},{"assetTypeCode":"PRO","contentType":"Text","firstCreated":"2019-08-29T10:44:46+00:00","lastUpdated":"2019-08-29T10:44:46+00:00","links":{"highweb":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/bitesize\/articles\/zhb9382","desktop":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/bitesize\/articles\/zhb9382"},"media":{"images":{"index":{"108537647":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/123B1\/production\/_108537647_p07j52p3.jpg","originCode":"cpsprodpb","altText":"pupils.","copyrightHolder":"Other","allowSyndication":false}},"index-thumbnail":{"108537649":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/171D1\/production\/_108537649_p07j52p3.jpg","originCode":"cpsprodpb","altText":"pupils.","copyrightHolder":"Other","allowSyndication":false}}}},"options":{},"summary":"Logan, Jessie, Zoe and Ryan all know what it’s like to start secondary school. Here, they share eight things they wish they had known at the start, which might help you to settle in.","title":"8 things I wish I’d known before starting secondary school","type":"LINK"},{"assetTypeCode":"PRO","contentType":"Text","firstCreated":"2019-08-29T08:29:10+00:00","lastUpdated":"2019-08-29T08:29:10+00:00","links":{"highweb":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/bitesize\/tags\/zh4wy9q\/starting-secondary-school\/1","desktop":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/bitesize\/tags\/zh4wy9q\/starting-secondary-school\/1"},"media":{"images":{"index":{"108537404":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/9E19\/production\/_108537404_downloads.jpg","originCode":"cpsprodpb","altText":"school-pupils.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"108537403":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/7709\/production\/_108537403_downloads.jpg","originCode":"cpsprodpb","altText":"school-pupils.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{},"summary":"Top tips for your first day, secondary slang and brand new subjects - here's everything you need for starting secondary school.","title":"More about starting secondary school from BBC Bitesize","type":"LINK"},{"assetId":"34121191","assetUri":"\/newsround\/34121191","firstCreated":"2015-09-02T06:14:25+00:00","headline":"What to expect when you start high school","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/d3a92cc5-b20a-f34c-a60e-c1112b55d04b","includeComments":true,"language":"en-gb","lastUpdated":"2018-09-02T12:27:05+00:00","media":{"images":{"index":{"103264031":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/32F6\/production\/_103264031_gettyimages-648943280.jpg","originCode":"cpsprodpb","altText":"Children going up a staircase to go back to school","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"103264034":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/A826\/production\/_103264034_gettyimages-648943280.jpg","originCode":"cpsprodpb","altText":"Children going up a staircase to go back to school","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Lots of you will be heading back to school after the holidays and some of you will be making the jump from primary to secondary school. Here is our guide for what to expect.","type":"STY"},{"assetId":"49509513","assetUri":"\/newsround\/49509513","firstCreated":"2019-08-29T10:54:51+00:00","headline":"Secondary school slang: How much do you know?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/7aac38f5-f4f2-c74a-8b95-3e1f1b85e90b","language":"en-gb","lastUpdated":"2019-08-29T10:54:51+00:00","media":{"images":{"index":{"108539866":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1054D\/production\/_108539866_p07hpxct.jpg","originCode":"cpsprodpb","altText":"pupils.","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"108539865":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/DE3D\/production\/_108539865_p07hpxct.jpg","originCode":"cpsprodpb","altText":"pupils.","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"49509516":{"caption":"Students give you a heads up on the words you may hear at your new school.","entityType":"Clip","externalId":"p07chqhr"}},"primary":{"49509516":{"caption":"Students give you a heads up on the words you may hear at your new school.","entityType":"Clip","externalId":"p07chqhr"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Starting secondary school can mean a brand new language to learn! But how well do these famous faces know their peng from their lit?","type":"MAP"},{"assetId":"49552043","assetUri":"\/newsround\/49552043","firstCreated":"2019-09-02T15:32:51+00:00","hasShortForm":true,"headline":"Top tips to avoid being sleepy at school!","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/10d40964-9297-c248-8466-736175b659ac","includeComments":true,"language":"en-gb","lastUpdated":"2019-09-03T05:57:41+00:00","media":{"images":{"index":{"108586110":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0490\/production\/_108586110_gettyimages-917630590.jpg","originCode":"cpsprodpb","altText":"boy-napping-next-to-ipad.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"108592516":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/F059\/production\/_108592516_gettyimages-917630590.jpg","originCode":"cpsprodpb","altText":"boy-napping-next-to-ipad.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Struggling to get back into a routine now you've started school again? Check out our handy guide to find out how best to catch those 'Z's.","type":"STY"},{"assetId":"49515403","assetUri":"\/newsround\/49515403","firstCreated":"2019-08-30T09:52:03+00:00","hasShortForm":true,"headline":"Should parents share school uniform pictures online?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/cdcdf09e-4624-ec4f-b6b2-dc8c5261b557","includeComments":true,"language":"en-gb","lastUpdated":"2019-09-02T05:27:41+00:00","media":{"images":{"index":{"108580117":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/115C4\/production\/_108580117_uniformnew2.jpg","originCode":"cpsprodpb","altText":"uniform.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"108580119":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/163E4\/production\/_108580119_uniformnew2.jpg","originCode":"cpsprodpb","altText":"uniform.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Lots of kids are going back to school which means there will be plenty of pictures of children in new school uniform, but are you comfortable with those photos going online?","type":"STY"},{"assetId":"40991548","assetUri":"\/newsround\/40991548","firstCreated":"2017-08-20T10:12:34+00:00","headline":"Your emoji-tions on the first day of high school!","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/87518718-8384-724a-8c80-0a054b413f41","language":"en-gb","lastUpdated":"2018-08-28T13:27:20+00:00","media":{"images":{"index":{"97452932":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/5D75\/production\/_97452932_emojis.jpg","originCode":"cpsprodpb","altText":"Children making emoji faces","copyrightHolder":"BBC","allowSyndication":true}},"index-thumbnail":{"97452934":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/AB95\/production\/_97452934_emojis.jpg","originCode":"cpsprodpb","altText":"Children making emoji faces","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"40991549":{"caption":"Kids compare first day of school to emojis","entityType":"Clip","externalId":"p05cv8lk"}},"primary":{"40991549":{"caption":"Kids compare first day of school to emojis","entityType":"Clip","externalId":"p05cv8lk"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Find how these guys felt on their first day of high school, and get some tips whilst you're at it!","type":"MAP"},{"assetTypeCode":"PRO","contentType":"Text","firstCreated":"2016-09-05T09:29:30+00:00","lastUpdated":"2016-09-05T09:29:30+00:00","links":{"highweb":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/cbbc\/quizzes\/year-seven-quiz","desktop":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/cbbc\/quizzes\/year-seven-quiz"},"media":{"images":{"index":{"91028353":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/8A36\/production\/_91028353_o-bad.jpg","originCode":"cpsprodpb","altText":"Could you master Year 7?","copyrightHolder":"iStock"}},"index-thumbnail":{"91028355":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/D856\/production\/_91028355_o-bad.jpg","originCode":"cpsprodpb","altText":"Could you master Year 7?","copyrightHolder":"iStock"}}}},"options":{},"summary":"A lot of people are moving up to secondary school this week. Do you think you could master Year 7? Take the quiz...","title":"Quiz: Could you master Year 7?","type":"LINK"},{"assetId":"45362493","assetUri":"\/newsround\/45362493","firstCreated":"2018-09-03T05:39:22+00:00","headline":"How to get off to a good start this school year","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/e54ad667-643b-4840-925c-61af0a87e28b","language":"en-gb","lastUpdated":"2018-09-03T05:39:22+00:00","media":{"images":{"index":{"103234831":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/3613\/production\/_103234831_gettyimages-522397658.jpg","originCode":"cpsprodpb","altText":"School pupils.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"103234833":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/8433\/production\/_103234833_gettyimages-522397658.jpg","originCode":"cpsprodpb","altText":"School pupils.","copyrightHolder":"Getty Images","allowSyndication":true}}},"videos":{"index":{"45362494":{"caption":"Back to school: Get off to a good start this year","entityType":"Clip","externalId":"p06jvbny"}},"primary":{"45362494":{"caption":"Back to school: Get off to a good start this year","entityType":"Clip","externalId":"p06jvbny"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Paralympic swimmer Ellie Simmonds gives us her top tips to make sure you get off to a flying start this school year.","type":"MAP"},{"assetId":"40992719","assetUri":"\/newsround\/40992719","firstCreated":"2017-08-21T05:48:12+00:00","headline":"Starting high school with a disability","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/556f0aeb-60b2-4849-8792-44c219958f03","language":"en-gb","lastUpdated":"2017-08-21T05:48:12+00:00","media":{"images":{"index":{"97454665":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/DD45\/production\/_97454665_pj.jpg","originCode":"cpsprodpb","altText":"PJ holding sign","copyrightHolder":"BBC"}},"index-thumbnail":{"97454667":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/12B65\/production\/_97454667_pj.jpg","originCode":"cpsprodpb","altText":"PJ holding sign","copyrightHolder":"BBC"}}},"videos":{"index":{"40992722":{"caption":"Starting high school with a disability","entityType":"Clip","externalId":"p05cvkmq"}},"primary":{"40992722":{"caption":"Starting high school with a disability","entityType":"Clip","externalId":"p05cvkmq"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Thirteen-year-old PJ uses a wheelchair and shares his advice with anyone starting high school with a disability.","type":"MAP"},{"assetId":"40922781","assetUri":"\/newsround\/40922781","firstCreated":"2017-08-15T05:59:36+00:00","headline":"'When it's a Friday don't get excited'","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/568fe45b-f541-1140-a9a8-90689f81d005","language":"en-gb","lastUpdated":"2017-08-15T05:59:36+00:00","media":{"images":{"index":{"97321763":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/8F68\/production\/_97321763_p05ccz5s.jpg","originCode":"cpsprodpb","altText":"How to handle high school graphic","copyrightHolder":"BBC"}},"index-thumbnail":{"97321765":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/DD88\/production\/_97321765_p05ccz5s.jpg","originCode":"cpsprodpb","altText":"How to handle high school graphic","copyrightHolder":"BBC"}}},"videos":{"index":{"40922782":{"caption":"'When it's a Friday don't get excited'","entityType":"Clip","externalId":"p05ccxdr"}},"primary":{"40922782":{"caption":"'When it's a Friday don't get excited'","entityType":"Clip","externalId":"p05ccxdr"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Children share their advice for starting secondary school.","type":"MAP"},{"assetId":"45333549","assetUri":"\/newsround\/45333549","firstCreated":"2018-08-28T13:30:30+00:00","hasShortForm":true,"headline":"Guess the celebrity schoolbag","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/3137e905-a0e3-c244-9519-56b376c5a238","includeComments":true,"language":"en-gb","lastUpdated":"2018-08-28T13:30:30+00:00","media":{"images":{"index":{"103197290":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/243F\/production\/_103197290_newsround-schoolbag-quiz.jpg","originCode":"cpsprodpb","altText":"Schoolbag surrounded by question marks","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"103197292":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/725F\/production\/_103197292_newsround-schoolbag-quiz.jpg","originCode":"cpsprodpb","altText":"Schoolbag surrounded by question marks","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Can you work out which celebrities have left their bags in the Newsround studio from the items inside?","type":"STY"},{"assetId":"37283801","assetUri":"\/newsround\/37283801","firstCreated":"2016-09-06T06:00:04+00:00","headline":"Struggling with your new school tie?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/d16e9db9-e916-dc4a-ac14-4e3b3a0e7d10","language":"en-gb","lastUpdated":"2016-09-06T06:00:04+00:00","media":{"images":{"index":{"91037810":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0751\/production\/_91037810_faf17a55-bba7-42b8-a44a-4ca53b5cfc7b.jpg","originCode":"cpsprodpb","altText":"Tie Girl?","copyrightHolder":"BBC"}},"index-thumbnail":{"91037812":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/5571\/production\/_91037812_mediaitem91037811.jpg","originCode":"cpsprodpb","altText":"Tie Girl?","copyrightHolder":"BBC"}}},"videos":{"index":{"91037778":{"allowOffSiteEmbedding":false,"available":true,"caption":"Tie Girl","duration":"PT54S","entityType":"Version","externalId":"p046zlxs","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/162F9\/production\/_91037809_mediaitem91037686.jpg","originCode":"cpsprodpb","altText":"Struggling with that new school tie?","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}},"primary":{"91037778":{"allowOffSiteEmbedding":false,"available":true,"caption":"Tie Girl","duration":"PT54S","entityType":"Version","externalId":"p046zlxs","href":"","image":{"height":360,"width":640,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/162F9\/production\/_91037809_mediaitem91037686.jpg","originCode":"cpsprodpb","altText":"Struggling with that new school tie?","copyrightHolder":"BBC"},"live":false,"mimeType":"application\/xml"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"Entertainment","id":"101225","uri":"\/newsround\/entertainment","urlIdentifier":"\/newsround\/entertainment"},"summary":"Many of you starting secondary school may be finding it tricky to tie your, erm, tie... Well we know one girl who can help.","type":"MAP"},{"assetTypeCode":"PRO","contentType":"Text","firstCreated":"2017-08-14T15:41:35+00:00","lastUpdated":"2017-08-14T15:41:35+00:00","links":{"highweb":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/cbbc\/quizzes\/which-school-subject-quiz?ppp","desktop":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/cbbc\/quizzes\/which-school-subject-quiz?ppp"},"media":{"images":{"index":{"97322040":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0FB6\/production\/_97322040_i-schoolsubject.jpg","originCode":"cpsprodpb","altText":"quiz","copyrightHolder":"subjug"}},"index-thumbnail":{"97322042":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/5DD6\/production\/_97322042_i-schoolsubject.jpg","originCode":"cpsprodpb","altText":"quiz","copyrightHolder":"subjug"}}}},"options":{},"summary":"From History to Food Tech, what'll be your best school subject? Take our quiz to find out!","title":"Quiz: What'll be your top subject?","type":"LINK"},{"assetId":"40934766","assetUri":"\/newsround\/40934766","firstCreated":"2017-08-16T05:53:02+00:00","headline":"'It's like moving house' - kids on their first year at high school","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/e906189c-e243-6843-90fb-e24156d3c915","language":"en-gb","lastUpdated":"2017-08-16T05:53:02+00:00","media":{"images":{"index":{"97401264":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/B482\/production\/_97401264_com_.jpg","originCode":"cpsprodpb","altText":"Children talking to each other","copyrightHolder":"BBC"}},"index-thumbnail":{"97401266":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/102A2\/production\/_97401266_com_.jpg","originCode":"cpsprodpb","altText":"Children talking to each other","copyrightHolder":"BBC"}}},"videos":{"index":{"40934768":{"caption":"'It's like moving house' - kids on their first year at high school","entityType":"Clip","externalId":"p05cgh7r"}},"primary":{"40934768":{"caption":"'It's like moving house' - kids on their first year at high school","entityType":"Clip","externalId":"p05cgh7r"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"From making new friends, to getting lost, we asked kids what worried them about starting at a new school.","type":"MAP"},{"assetId":"45370577","assetUri":"\/newsround\/45370577","firstCreated":"2018-09-02T08:22:04+00:00","headline":"Top tips if you're starting a new school","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/817abdc2-3744-574b-b599-0fff9db8c3f8","language":"en-gb","lastUpdated":"2018-09-02T08:22:04+00:00","media":{"images":{"index":{"103251229":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/16837\/production\/_103251229_mediaitem103251228.jpg","originCode":"cpsprodpb","altText":"Two school children in uniform","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"103251231":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/339F\/production\/_103251231_mediaitem103251228.jpg","originCode":"cpsprodpb","altText":"Two school children in uniform","copyrightHolder":"Getty Images","allowSyndication":true}}},"videos":{"index":{"45370578":{"caption":"Back to school: Top tips if you're starting a new school","entityType":"Clip","externalId":"p06jvbhc"}},"primary":{"45370578":{"caption":"Back to school: Top tips if you're starting a new school","entityType":"Clip","externalId":"p06jvbhc"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"British para-swimmers Ellie Robinson, Maisie Summers-Newton and Toni Shaw give you their top tips if you're starting at a new school.","type":"MAP"},{"assetTypeCode":"PRO","contentType":"Text","firstCreated":"2019-08-29T06:10:53+00:00","lastUpdated":"2019-08-29T06:10:53+00:00","links":{"highweb":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/bitesize\/articles\/zkkr7nb","desktop":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/bitesize\/articles\/zkkr7nb"},"media":{"images":{"index":{"108535699":{"height":720,"width":1280,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/18545\/production\/_108535699_p06j52nd.jpg","originCode":"cpsprodpb","altText":"german-schoolgirl.","copyrightHolder":"Other","allowSyndication":false}},"index-thumbnail":{"108535741":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/39A1\/production\/_108535741_p06j52nd.jpg","originCode":"cpsprodpb","altText":"german-schoolgirl.","copyrightHolder":"Other","allowSyndication":false}}}},"options":{},"summary":"Going back to school is marked in special ways in some other countries around the world. Find out more about it.","title":"Back to school: Three traditions from around the world","type":"LINK"}],"semanticGroupName":"More stories 2"},{"type":"responsive-cluster","title":"Slice 3 - White with bright purple 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\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/84e4a19e-419e-864d-bf34-0683cb8db5b2","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-27T08:31:47+00:00","media":{"images":{"index":{"111716752":{"height":1152,"width":2048,"href":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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":"53322822","assetUri":"\/newsround\/53322822","firstCreated":"2020-07-10T05:43:06+00:00","hasShortForm":true,"headline":"What are the rules on face coverings in the UK?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/ccdc2b4a-38e5-4ae4-aa0e-6c6c6a23ee4e","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-27T06:01:31+00:00","media":{"images":{"index":{"111652280":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/2021\/production\/_111652280_gettyimages-1202999295.jpg","originCode":"cpsprodpb","altText":"coronavirus-masks.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113611159":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/17387\/production\/_113611159_gettyimages-1257457953.jpg","originCode":"cpsprodpb","altText":"boy-wearing-mask.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Rules on face masks are different depending on where you live in the UK, so here's a breakdown.","type":"STY"},{"assetId":"53478842","assetUri":"\/newsround\/53478842","firstCreated":"2020-07-23T05:08:37+00:00","headline":"Advice if you're worried about face coverings","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/5ed86c53-5135-44fb-ab31-e3a5ab0d5761","language":"en-gb","lastUpdated":"2020-07-23T05:08:37+00:00","media":{"images":{"index":{"113562519":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/16586\/production\/_113562519_p08lfsd0.jpg","originCode":"cpsprodpb","altText":"dr julie smith","copyrightHolder":"BBC","allowSyndication":false}},"index-thumbnail":{"113544860":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1ABC\/production\/_113544860_coronavirusmasks.jpg","originCode":"cpsprodpb","altText":"people wearing masks","copyrightHolder":"Getty Images","allowSyndication":true}}},"videos":{"index":{"53486792":{"caption":"Advice if you're worried about seeing people with face coverings","entityType":"Clip","externalId":"p08lfs3h"}},"primary":{"53486792":{"caption":"Advice if you're worried about seeing people with face coverings","entityType":"Clip","externalId":"p08lfs3h"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"Here is some advice if you're finding it difficult to get used to seeing people in face masks.","type":"MAP"},{"assetId":"53823213","assetUri":"\/newsround\/53823213","firstCreated":"2020-08-25T05:40:15+00:00","headline":"Contact tracing: What's the latest on the NHS app?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/0b66858f-2d32-4a0a-b7ca-0ebb54ee25f6","language":"en-gb","lastUpdated":"2020-08-25T05:40:15+00:00","media":{"images":{"index":{"114005896":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/110DA\/production\/_114005896_p08nyjtp.jpg","originCode":"cpsprodpb","altText":"david mcclelland","copyrightHolder":"BBC","allowSyndication":false}}},"videos":{"index":{"53823214":{"caption":"What is a contact tracing app and how does it work?","entityType":"Clip","externalId":"p08nyfn7"}},"primary":{"53823214":{"caption":"What is a contact tracing app and how does it work?","entityType":"Clip","externalId":"p08nyfn7"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Technology reporter, David McClelland, explains all about the re-launched contact tracing app.","type":"MAP"},{"assetId":"52980469","assetUri":"\/newsround\/52980469","firstCreated":"2020-06-11T05:34:44+00:00","hasShortForm":true,"headline":"What are the rules on meeting my friends and family?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/9f3f06c8-c801-8b46-a3d1-2bf71f2b2b76","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-27T07:47:27+00:00","media":{"images":{"index":{"113097138":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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 regularly updating their lockdown rules - here's the latest information on meeting friends and family indoors and outdoors.","type":"STY"},{"assetId":"53610234","assetUri":"\/newsround\/53610234","firstCreated":"2020-08-01T11:08:31+00:00","headline":"Lockdown rules: What can and can't I do if I live in northern England?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/3023c041-8aae-4bd2-9977-00f087489478","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-01T11:08:31+00:00","media":{"images":{"index":{"113775279":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/17BE9\/production\/_113775279_gettyimages-1262363167.jpg","originCode":"cpsprodpb","altText":"picture of oldham highstreet.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113775280":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/2041\/production\/_113775280_gettyimages-1262363167.jpg","originCode":"cpsprodpb","altText":"picture of oldham highstreet.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Stricter rules are now in place for part of northern England, including Greater Manchester, East Lancashire and parts of West Yorkshire. Here's everything you need to know about the changes.","type":"STY"},{"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\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/fdadeb5f-893b-0545-b9f6-c5ad7a3b95d8","includeComments":true,"language":"en-gb","lastUpdated":"2020-05-22T16:53:34+00:00","media":{"images":{"index":{"112238170":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1C0F\/production\/_112238170_gettyimages-1215224582.jpg","originCode":"cpsprodpb","altText":"facemask.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"112238172":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/6A2F\/production\/_112238172_gettyimages-1215224582.jpg","originCode":"cpsprodpb","altText":"facemask.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"News","id":"101227","uri":"\/newsround\/news","urlIdentifier":"\/newsround\/news"},"summary":"If you want to make yourself a face covering or mask there's a DIY idea or two here that might help you.","type":"STY"},{"assetId":"53519296","assetUri":"\/newsround\/53519296","firstCreated":"2020-08-03T06:03:42+00:00","headline":"Coronavirus: 'Wake-up call' for how we treat wild animals","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/abd097aa-ba3d-4b4d-820f-87bd30d4bb31","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-03T06:03:50+00:00","media":{"images":{"index":{"113750127":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/119A9\/production\/_113750127_gettyimages-1039917470.jpg","originCode":"cpsprodpb","caption":"Wild animals like this baboon are caught from the wild and then sold to people","altText":"Baboon in a cage","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"113750129":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/167C9\/production\/_113750129_gettyimages-1039917470.jpg","originCode":"cpsprodpb","caption":"Wild animals like this baboon are caught from the wild and then sold to people","altText":"Baboon in a cage","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Animal campaigners say the coronavirus pandemic is a 'wake-up call' about how wild animals are treated across the world.","type":"STY"},{"assetId":"51312911","assetUri":"\/newsround\/51312911","firstCreated":"2020-01-31T14:45:46+00:00","headline":"Coronavirus: How do vaccines work?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/1181fad6-7430-364e-a2e9-3b11184ac1e6","language":"en-gb","lastUpdated":"2020-07-27T11:06:33+00:00","media":{"images":{"index":{"111976781":{"height":576,"width":1024,"href":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/http:\/\/c.files.bbci.co.uk\/964D\/production\/_111977483_mediaitem111976780.jpg","originCode":"cpsprodpb","altText":"A small bottle labeled with a \"Vaccine\" sticker is held near a medical syringe","copyrightHolder":"Reuters","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Read this Newsround guide to find out more about vaccines and how long it could take to create one for coronavirus.","type":"STY"},{"assetId":"53139105","assetUri":"\/newsround\/53139105","firstCreated":"2020-06-23T05:06:03+00:00","headline":"Social distancing: Why has the rule changed from 2m to 1m?","id":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/http:\/\/c.files.bbci.co.uk\/11F28\/production\/_113021537_gettyimages-1214931374.jpg","originCode":"cpsprodpb","altText":"People social distancing on a bench","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"2m to 1m: Why has the rule on social distancing changed?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The prime minister has announced a change to the two metre social distancing rule - but why has the change been made?","type":"STY"},{"assetId":"52896926","assetUri":"\/newsround\/52896926","firstCreated":"2020-06-03T08:29:19+00:00","headline":"Dr Radha answers YOUR coronavirus questions","id":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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":"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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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":"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\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/74a56e62-e6de-374c-a871-c6a9938b17ea","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-27T07:22:00+00:00","media":{"images":{"index":{"111717777":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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"}],"semanticGroupName":"More stories 3"},{"type":"responsive-cluster","title":"Slice 4 - Dark purple with pink index card","strapline":{"name":"Fighting racism"},"items":[{"assetId":"52965984","assetUri":"\/newsround\/52965984","firstCreated":"2020-06-17T05:26:30+00:00","headline":"What is racism - and what can be done about it?","id":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/http:\/\/c.files.bbci.co.uk\/EB78\/production\/_113108206_gettyimages-1247138225.jpg","originCode":"cpsprodpb","altText":"children-at-black-lives-matter-protest.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"You've probably heard lots of people using the phrase 'Black Lives Matter' recently, but where did it come from, what does it mean and why is it important?","type":"STY"},{"assetId":"53531055","assetUri":"\/newsround\/53531055","firstCreated":"2020-08-21T06:56:43+00:00","hasShortForm":true,"headline":"Should money be paid to past victims of slavery?","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/e3f709c4-460f-417d-8564-216b0c71dd37","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-21T06:56:43+00:00","media":{"images":{"index":{"113913611":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/2D6F\/production\/_113913611_071b3e19-34a0-4c34-85b8-31f7f01a22dd.jpg","originCode":"cpsprodpb","altText":"Slaves-on-boats.","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Slave owners were paid compensation by the British government after slavery was abolished, but there's now debate over whether people whose ancestors were slaves, should be given money to say sorry for what their relatives suffered.","type":"STY"},{"assetId":"53531056","assetUri":"\/newsround\/53531056","firstCreated":"2020-08-21T05:14:32+00:00","hasShortForm":true,"headline":"Six former slaves who helped to end slavery","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/bfe2d5ba-4f4c-4f07-97e6-fd4b465bb875","includeComments":true,"language":"en-gb","lastUpdated":"2020-08-21T05:14:32+00:00","media":{"images":{"index":{"114008332":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/5B54\/production\/_114008332_slaverycollage.jpg","originCode":"cpsprodpb","altText":"Collage of the key figures.","copyrightHolder":"Getty Images","allowSyndication":true}},"index-thumbnail":{"114044636":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/F89C\/production\/_114044636_mediaitem93681319.jpg","originCode":"cpsprodpb","altText":"Frederick Douglass","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The International Day for the Remembrance of the Slave Trade and its Abolition is commemorated on 23 August each year. Here are some of the key figures that helped bring an end to slavery in different parts of the world.","type":"STY"},{"assetId":"53071098","assetUri":"\/newsround\/53071098","firstCreated":"2020-06-17T05:18:30+00:00","headline":"Kids tell us about their experiences of racism in the UK","id":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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’s 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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/http:\/\/c.files.bbci.co.uk\/178A8\/production\/_112942469_p08h51n0.jpg","originCode":"cpsprodpb","altText":"Graphics","copyrightHolder":"BBC","allowSyndication":true}}},"videos":{"index":{"53071626":{"caption":"What inequalities do black people face in the UK?","entityType":"Clip","externalId":"p08h4yy4"}},"primary":{"53071626":{"caption":"What inequalities do black people face in the UK?","entityType":"Clip","externalId":"p08h4yy4"}}}},"mediaType":"Video","options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"From jobs and health to law and order, the inequality experienced by black people in the UK is quite clear. Watch Ricky's report to see just some of the differences.","type":"MAP"},{"assetId":"53083132","assetUri":"\/newsround\/53083132","firstCreated":"2020-06-17T14:24:05+00:00","headline":"George the Poet: We need to 'learn as much as we can about each other'","id":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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":"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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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’t always trust everything you see. Fake news and misinformation gets shared online, here's how to spot it.","type":"MAP"},{"assetTypeCode":"PRO","contentType":"Text","firstCreated":"2020-06-18T15:23:05+00:00","lastUpdated":"2020-06-18T15:23:05+00:00","links":{"highweb":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/newsround#more-stories-3","desktop":"https:\/\/web.archive.org\/web\/20200906004743\/https:\/\/www.bbc.co.uk\/newsround#more-stories-3"},"media":{"images":{"index":{"112951470":{"height":549,"width":976,"href":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/http:\/\/c.files.bbci.co.uk\/AFBA\/production\/_112968944_superpromo_large.jpg","originCode":"cpsprodpb","altText":"Stop Racism written on a hand","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{},"summary":"Here is all our content about racism and why protests around the world have had a huge impact","title":"Fighting racism: Protests, prejudice and YOUR stories","type":"LINK"}],"semanticGroupName":"More stories 4"},{"type":"responsive-cluster","title":"Slice 5 - Bright purple with teal index card","strapline":{"name":"Quiz-fest!"},"items":[{"assetId":"53523635","assetUri":"\/newsround\/53523635","firstCreated":"2020-07-27T08:14:21+00:00","hasShortForm":true,"headline":"Take our mega summer holiday quizzes!","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/517dad7c-76d3-4599-83db-28c0e36f7677","includeComments":true,"language":"en-gb","lastUpdated":"2020-07-27T08:14:21+00:00","media":{"images":{"index":{"113692689":{"height":1080,"width":1920,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/18145\/production\/_113692689_quiz_1.png","originCode":"cpsprodpb","altText":"QUIZ!","copyrightHolder":"BBb","allowSyndication":false}},"index-thumbnail":{"113692696":{"height":180,"width":320,"href":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/10FFD\/production\/_113692696_quiz_1.png","originCode":"cpsprodpb","altText":"QUIZ!","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Feeling a bit bored? Well don't worry we've got you covered, test your knowledge with our huge quizzes to try out during the summer holidays.","type":"STY"},{"assetId":"47387157","assetUri":"\/newsround\/47387157","firstCreated":"2019-02-27T12:23:52+00:00","hasShortForm":true,"headline":"How much do you know about Marvel and DC superheroes?","id":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/http:\/\/c.files.bbci.co.uk\/13B46\/production\/_112101708_untitled.jpg","originCode":"cpsprodpb","altText":"Which Star Wars character are you?","copyrightHolder":"BBC","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Which Star Wars character are you?","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"Have you ever wondered who you'd be if you were in the Star Wars universe? (Yes, you definitely have!) Well now's your chance to find out for sure...","type":"STY"},{"assetId":"52565132","assetUri":"\/newsround\/52565132","firstCreated":"2020-05-07T15:42:12+00:00","headline":"QUIZ: What's the newest currency in the world?","id":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/http:\/\/c.files.bbci.co.uk\/2E51\/production\/_102775811_harry.jpg","originCode":"cpsprodpb","altText":"Harry Potter and his owl","copyrightHolder":"Getty Images","allowSyndication":true}}}},"options":{"isBreakingNews":false,"isFactCheck":false},"overtypedHeadline":"Which Harry Potter family do you belong to?","overtypedSummary":"Take our quiz to find out which Harry Potter and the Cursed Child family would you fit into.","section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"To celebrate Harry Potter's birthday, take our quiz to find out which Harry Potter and the Cursed Child family would you fit into.","type":"STY"}],"semanticGroupName":"More stories 5"}],"iStatsCounterName":"newsround.home.page","language":"en-gb","lastUpdated":"2020-09-05T13:26:42+00:00","options":{"allowAdvertising":false},"section":{"name":"CBBC Newsround","id":"103094","uri":"\/newsround\/home","urlIdentifier":"\/newsround\/home"},"summary":"The home of news and fun facts for kids. Find out what is going on, with stories, pictures and videos. Try a quiz or one of our free games","title":"CBBC Newsround","type":"IDX","lastPublished":"2020-09-05T13:38:45+00:00","id":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/www.bbc.co.uk\/asset\/69a8f5ef-1d3a-b1f9-e050-17ac8045757b\/desktop\/domestic"}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%203/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"Coronavirus","items":[{"id":"51204456","promoType":"story","timestamp":"2020-08-27T08:31:47+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08kmwqd.jpg","mediaType":"video","mediaForm":"clip","duration":"7:59"}},{"id":"53322822","promoType":"story","timestamp":"2020-08-27T06:01:31+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/2021\/production\/_111652280_gettyimages-1202999295.jpg","imgAlt":"coronavirus-masks.","headline":"What are the rules on face coverings in the UK?","summary":"Rules on face masks are different depending on where you live in the UK, so here's a breakdown.","href":"\/newsround\/53322822","includeComments":true},{"id":"53478842","promoType":"media","timestamp":"2020-07-23T05:08:37+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/16586\/production\/_113562519_p08lfsd0.jpg","imgAlt":"dr julie smith","headline":"Advice if you're worried about face coverings","summary":"Here is some advice if you're finding it difficult to get used to seeing people in face masks.","href":"\/newsround\/53478842","includeComments":false,"videoOptions":{"title":"Advice if you're worried about face coverings","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08lfs3h","vpid":"p08lfs3m","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08lfsd0.jpg","mediaType":"video","mediaForm":"clip","duration":"1:11"}},{"id":"53823213","promoType":"media","timestamp":"2020-08-25T05:40:15+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/110DA\/production\/_114005896_p08nyjtp.jpg","imgAlt":"david mcclelland","headline":"Contact tracing: What's the latest on the NHS app?","summary":"Technology reporter, David McClelland, explains all about the re-launched contact tracing app.","href":"\/newsround\/53823213","includeComments":false,"videoOptions":{"title":"What is a contact tracing app and how does it work?","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08nyfn7","vpid":"p08nyfn9","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08nyjtp.jpg","mediaType":"video","mediaForm":"clip","duration":"1:50"}},{"id":"52980469","promoType":"story","timestamp":"2020-08-27T07:47:27+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/144EB\/production\/_113097138_gettyimages-82980840.jpg","imgAlt":"kids-at-park.","headline":"What are the rules on meeting my friends and family?","summary":"The UK government, as well as the governments in Scotland, Wales and Northern Ireland, have been regularly updating their lockdown rules - here's the latest information on meeting friends and family indoors and outdoors.","href":"\/newsround\/52980469","includeComments":true},{"id":"53610234","promoType":"story","timestamp":"2020-08-01T11:08:31+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/17BE9\/production\/_113775279_gettyimages-1262363167.jpg","imgAlt":"picture of oldham highstreet.","headline":"Lockdown rules: What can and can't I do if I live in northern England?","summary":"Stricter rules are now in place for part of northern England, including Greater Manchester, East Lancashire and parts of West Yorkshire. Here's everything you need to know about the changes.","href":"\/newsround\/53610234","includeComments":true},{"id":"52630243","promoType":"story","timestamp":"2020-05-22T16:53:34+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1C0F\/production\/_112238170_gettyimages-1215224582.jpg","imgAlt":"facemask.","headline":"How to make your own face covering","summary":"If you want to make yourself a face covering or mask there's a DIY idea or two here that might help you.","href":"\/newsround\/52630243","includeComments":true},{"id":"53519296","promoType":"story","timestamp":"2020-08-03T06:03:50+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/119A9\/production\/_113750127_gettyimages-1039917470.jpg","imgAlt":"Baboon in a cage","headline":"Coronavirus: 'Wake-up call' for how we treat wild animals","summary":"Animal campaigners say the coronavirus pandemic is a 'wake-up call' about how wild animals are treated across the world.","href":"\/newsround\/53519296","includeComments":true},{"id":"51312911","promoType":"story","timestamp":"2020-07-27T11:06:33+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/494F\/production\/_111976781_mediaitem111976780.jpg","imgAlt":"A small bottle labeled with a \"Vaccine\" sticker is held near a medical syringe","headline":"Coronavirus: How do vaccines work?","summary":"Read this Newsround guide to find out more about vaccines and how long it could take to create one for coronavirus.","href":"\/newsround\/51312911","includeComments":false},{"id":"53139105","promoType":"story","timestamp":"2020-06-24T09:11:14+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/16CBF\/production\/_113057339_gettyimages-1222015415.jpg","imgAlt":"sign","headline":"2m to 1m: Why has the rule on social distancing changed?","summary":"The prime minister has announced a change to the two metre social distancing rule - but why has the change been made?","href":"\/newsround\/53139105","includeComments":true},{"id":"52896926","promoType":"media","timestamp":"2020-06-03T08:32:06+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08fv78d.jpg","mediaType":"video","mediaForm":"clip","duration":"1:46"}},{"id":"52970105","promoType":"story","timestamp":"2020-06-18T07:54:03+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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":"51877454","promoType":"story","timestamp":"2020-08-27T07:22:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/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\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p0871sr2.jpg","mediaType":"video","mediaForm":"clip","duration":"2:43"}}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53990676/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53990676":103}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54040150/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54040150":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53998935/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53998935":38}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54008920/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54008920":25}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52630243/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52630243":133}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52965984/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52965984":197}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__46103360/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__46103360":1}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-newsround-index-promos-data/assetUri/newsround%2Fhome/previewGuid/undefined/semanticGroupName/More%20stories%201/version/5.0.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"name":"More Stories","items":[{"id":"18769169","promoType":"story","timestamp":"2020-09-05T13:36:45+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/022B\/production\/_114255500_tv063168884.jpg","imgAlt":"tour de france","headline":"What is the Tour de France?","summary":"Newsround tells you all you need to know about the world famous bike race.","href":"\/newsround\/18769169","includeComments":false},{"id":"54025896","promoType":"story","timestamp":"2020-09-05T12:40:01+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/8557\/production\/_114253143_chelsea2.jpg","imgAlt":"Chelsea celebrate","headline":"Five things to know about the WSL season","summary":"The 2020\/21 Women's Super League (WSL) season starts on 5 September. Here's five things you need to know about the new season.","href":"\/newsround\/54025896","includeComments":true},{"id":"54040147","promoType":"story","timestamp":"2020-09-05T13:29:53+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1E37\/production\/_114253770_befunky-collage-2.jpg","imgAlt":"Olly Murs\/Liv Cooke","headline":"Everything you need to know about Soccer Aid 2020","summary":"Ahead of Sunday's big charity football match, we tell you everything you need to know about Soccer Aid 2020.","href":"\/newsround\/54040147","includeComments":true},{"id":"51318780","promoType":"story","timestamp":"2020-09-03T14:40:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0E62\/production\/_114228630_quizcover.jpg","imgAlt":"The Earth seen from the Moon.","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":"43245617","promoType":"media","timestamp":"2020-09-03T08:56:49+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/BA88\/production\/_114225774_p08qd5wg.jpg","imgAlt":"strange","headline":"Strange News: This week's strangest stories!","summary":"Martin has some of the strangest stories and we've got butter sculptures, a massive 3D street painting and some boat cinemas!","href":"\/newsround\/43245617","includeComments":false,"videoOptions":{"title":"Strange","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08qd461","vpid":"p08qd463","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08qd5wg.jpg","mediaType":"video","mediaForm":"clip","duration":"1:17"}},{"id":"51723696","promoType":"story","timestamp":"2020-09-02T14:07:00+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/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":"54001215","promoType":"media","timestamp":"2020-09-05T08:38:35+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/12C9A\/production\/_114245967_p08qk2bz.jpg","imgAlt":"Back to school graphic","headline":"Back to school worries? Dr Radha has some advice for you","summary":"Some of you might be feeling a bit nervous or anxious about heading back to school after several months off, but we have some tips to help you out.","href":"\/newsround\/54001215","includeComments":false,"videoOptions":{"title":"Back to school advice","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08qfrxw","vpid":"p08qfry0","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08qk2bz.jpg","mediaType":"video","mediaForm":"clip","duration":"1:49"}},{"id":"54009323","promoType":"story","timestamp":"2020-09-04T15:01:12+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/1D3C\/production\/_114248470_mediaitem114247231.jpg","imgAlt":"Claudia Winkleman and Tess Daly","headline":"Full Strictly Come Dancing line-up revealed!","summary":"This year's competition will be an historic one. Find out which other celebs have been added to the line-up","href":"\/newsround\/54009323","includeComments":true},{"id":"54015196","promoType":"story","timestamp":"2020-09-04T05:18:01+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/41FC\/production\/_114229861_95361.jpg","imgAlt":"A discarded face mask on a beach","headline":"Face masks part of 'new plastic pollution explosion'","summary":"Protective equipment is increasingly ending up in the sea and rivers as the world battles the coronavirus pandemic.","href":"\/newsround\/54015196","includeComments":true},{"id":"54025899","promoType":"story","timestamp":"2020-09-04T14:37:58+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/2A20\/production\/_114248701_boyega_lucas1_cut.jpg","imgAlt":"John Boyega in Star Wars: The Rise of Skywalker","headline":"John Boyega on Star Wars' racial inequality","summary":"Actor John Boyega says the latest Star Wars film marginalised non-white characters like his.","href":"\/newsround\/54025899","includeComments":true},{"id":"54028393","promoType":"media","timestamp":"2020-09-04T11:15:13+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/E8C0\/production\/_114248595_puffins.jpg","imgAlt":"puffins","headline":"Meet the kids helping baby puffins fly free","summary":"It’s puffin season on the Westman Islands in Iceland and the baby chicks need some extra help from local children. Here's why.","href":"\/newsround\/54028393","includeComments":false,"videoOptions":{"title":"Meet the kids helping baby puffins fly free","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08qj3ws","vpid":"p08qj3ww","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08qj4qc.jpg","mediaType":"video","mediaForm":"clip","duration":"0:54"}},{"id":"54023223","promoType":"story","timestamp":"2020-09-04T08:30:43+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/7E7F\/production\/_114238323_gettyimages-472960382.jpg","imgAlt":"Declan Donnelly and Ant McPartlin","headline":"Dec reveals 'no one could' replace Ant (unless they're female)","summary":"After Ant took some time off work Dec was offered replacements to co-present I'm A Celebrity... Get Me Out Of Here! but he didn't want another man to step in a take Ant's place.","href":"\/newsround\/54023223","includeComments":false},{"id":"54023479","promoType":"story","timestamp":"2020-09-05T10:48:11+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/3767\/production\/_114238141_055033350-1.jpg","imgAlt":"HS2 train","headline":"Construction on railway line HS2 officially begins","summary":"But you won't be able to take a trip on it anytime soon, as it will take around 20 years to complete!","href":"\/newsround\/54023479","includeComments":true},{"id":"54023217","promoType":"story","timestamp":"2020-09-04T06:11:08+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/16A01\/production\/_114237629_p08481qg.jpg","imgAlt":"Filming The Batman in Glasgow","headline":"Batman on hold after Pattinson's 'positive Covid test'","summary":"The Batman film only restarted filming recently, but has stopped after a cast member - reported to be Robert Pattison - tested positive for coronavirus.","href":"\/newsround\/54023217","includeComments":false},{"id":"54024173","promoType":"story","timestamp":"2020-09-04T08:21:40+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/D217\/production\/_114238735_hrvy.png","imgAlt":"HRVY","headline":"HRVY joins STRCTLY","summary":"Here's a clue: he's a 21-year-old pop star without any vowels in his name.","href":"\/newsround\/54024173","includeComments":true},{"id":"53985692","promoType":"media","timestamp":"2020-09-04T05:21:50+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/FDBF\/production\/_114195946_p08q5kj0.jpg","imgAlt":"formula-one-fluid-technician-stephanie-travers-wearing-her-pit-crew-uniform","headline":"'A moment I will treasure' - F1 technician's historic moment","summary":"Mercedes F1 engineer Stephanie Travers talked to Newsround about her job and the day she made history as the first black woman to stand on an F1 podium.","href":"\/newsround\/53985692","includeComments":false,"videoOptions":{"title":"“A moment I will treasure” F1 Technician on her historic moment","app_name":"newsround","app_type":"responsive","sessionLabels":{"bbc_site":"cbbc","nr_player_type":"in_situ"},"pid":"p08q5k7j","vpid":"p08q5k7n","holdingImageUrl":"\/\/web.archive.org\/web\/20200906004743\/https:\/\/ichef.bbci.co.uk\/images\/ic\/$recipe\/p08q5kj0.jpg","mediaType":"video","mediaForm":"clip","duration":"1:46"}},{"id":"54002846","promoType":"story","timestamp":"2020-09-03T05:47:40+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/8305\/production\/_114214533_hi043930621.jpg","imgAlt":"Part of Antarctica","headline":"Climate change: Ice melting at 'worst-case' rate","summary":"A new study into climate change says the rate at which ice is melting matches 'worst-case' predictions.","href":"\/newsround\/54002846","includeComments":false},{"id":"54018024","promoType":"story","timestamp":"2020-09-03T16:12:28+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/151A1\/production\/_114233468_gettyimages-1207641135.jpg","imgAlt":"Steph Houghton","headline":"Equal pay for men and women's national footie teams in Brazil and England","summary":"England and Brazil are latest countries to announce that they're paying their national men's and women's football teams equally.","href":"\/newsround\/54018024","includeComments":false},{"id":"54003981","promoType":"story","timestamp":"2020-09-03T09:10:17+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/15415\/production\/_114216078_6c970697bca8baaa461bb4e53bc98581.jpg","imgAlt":"kids in a playground","headline":"Your best bits about heading back to school","summary":"We asked you to vote for the best thing about being back in school, and here's what you told us!","href":"\/newsround\/54003981","includeComments":true},{"id":"54012994","promoType":"story","timestamp":"2020-09-03T10:59:37+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/107F6\/production\/_112247576_gettyimages-1098321596.jpg","imgAlt":"moons-surface.","headline":"Scientists discover the Moon is rusting","summary":"Scientists think that the Earth's oxygen has been rusting the Moon for billions of years.","href":"\/newsround\/54012994","includeComments":true},{"id":"54009316","promoType":"story","timestamp":"2020-09-03T07:12:21+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/D95A\/production\/_114224655_screenshot2020-09-02at20.06.48.png","imgAlt":"Booster rockets","headline":"Huge rocket tested by Nasa ahead of 2024 Moon trip","summary":"The booster rocket will help send astronauts back to the moon","href":"\/newsround\/54009316","includeComments":true},{"id":"51457276","promoType":"story","timestamp":"2020-09-04T07:16:41+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/76BE\/production\/_108389303_hs2siemenspa.jpg","imgAlt":"HS2 train","headline":"What are the arguments for and against HS2?","summary":"Work on a new super-fast railway line between London and the north of England has now started - but many people can't agree on whether HS2 is a good thing or not.","href":"\/newsround\/51457276","includeComments":true},{"id":"53998935","promoType":"story","timestamp":"2020-09-03T05:18:40+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/A406\/production\/_114209914_seaburn_toilet.jpg","imgAlt":"One of the toilets in Seaburn","headline":"Why has this toilet become so special?","summary":"Two sets of public loos have been specially recognised for their important part in Britain's history.","href":"\/newsround\/53998935","includeComments":true},{"id":"54013326","promoType":"story","timestamp":"2020-09-03T11:32:12+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/764A\/production\/_114228203_hi062960115.jpg","imgAlt":"Health worker testing people for coronavirus","headline":"New plans for mass coronavirus testing","summary":"The government's announced £500m to pay for trials of a rapid 20-minute coronavirus test.","href":"\/newsround\/54013326","includeComments":false},{"id":"53932811","promoType":"story","timestamp":"2020-09-01T09:06:16+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0EFA\/production\/_114143830_gettyimages-1181912168.jpg","imgAlt":"children-dressed-as-recycling-heros","headline":"Zero Waste Week: Top tips to reduce your waste","summary":"It's Zero waste week and here's some top tips on how to make the most of what you have","href":"\/newsround\/53932811","includeComments":true},{"id":"54008920","promoType":"story","timestamp":"2020-09-03T06:14:54+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/B093\/production\/_114230254_capture.jpg","imgAlt":"Dwayne \"the Rock\" Johnson talks about his family's Covid-19 infection on Instagram, 2 September 2020","headline":"Dwayne Johnson on 'challenging' Covid-19 recovery","summary":"Strongman actor told everyone to 'wear your mask' in an Instagram post","href":"\/newsround\/54008920","includeComments":true},{"id":"54009342","promoType":"story","timestamp":"2020-09-03T08:20:55+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/0B4D\/production\/_109739820_attenborough2.jpg","imgAlt":"david-attenborough.","headline":"Sir David Attenborough is back with a new programme","summary":"A brand new Sir David Attenborough is coming out this month. Here's everything you need to know about it.","href":"\/newsround\/54009342","includeComments":true},{"id":"54001051","promoType":"story","timestamp":"2020-09-03T05:20:05+00:00","imgSrc":"https:\/\/web.archive.org\/web\/20200906004743\/http:\/\/c.files.bbci.co.uk\/07E5\/production\/_114212020_gettyimages-622219092.jpg","imgAlt":"Wolverine","headline":"Wolverines return to American national park after 100 years","summary":"Rare wolverines have returned to an American national park for the first time in more than 100 years.","href":"\/newsround\/54001051","includeComments":true}]}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54024173/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54024173":9}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51457276/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51457276":8}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53322822/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53322822":342}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53523635/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53523635":78}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52649183/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52649183":50}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54025062/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54025062":25}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54025896/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54025896":6}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54040147/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54040147":4}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54025899/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54025899":28}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54003981/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54003981":76}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54012994/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54012994":15}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54001051/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54001051":2}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__49515403/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__49515403":8}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__45333549/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__45333549":38}}); });</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.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52965665":85}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54015196/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54015196":42}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53932811/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53932811":4}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__49528624/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__49528624":21}}); });</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.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51204456":562}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52970105/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52970105":33}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52937905/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52937905":33}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52813673/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52813673":738}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__45576191/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__45576191":13}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__54023479/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__54023479":13}}); });</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.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52980469":109}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__53610234/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__53610234":34}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__51877454/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__51877454":63}}); });</script><script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-comments-count-data/apiKey/c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990/forumId/__newsround__52527526/version/1.7.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"x-morph-privacy-level":"public","content-type":"application\/json"}},"body":{"__newsround__52527526":226}}); });</script><script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-newsround-home-controller","assetUri":"newsround\/home","commentsApiKey":"c31ba4dc-6a82-4b1e-99ab-e9dc4e08e990","isUk":"true","path":"\/newsround","version":"7.0.0","_mrrVersion":"2.0.18"},'u15814283297456821'); });</script><script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'live-push': '//web.archive.org/web/20200906004743/https://m.files.bbci.co.uk/modules/morph-push-proxy-client/1.0.11/push-proxy' } }); } function attempt(fn) { fn(); } if (!Morph.toInitsCalled) { Morph.markPerformance('morph-init-core-deps-complete'); Morph.toInitsCalled = true; } Morph.toInit.bundles.forEach(attempt); Morph.toInit.bundles = []; Morph.markPerformance('morph-init-bundles-complete'); Morph.toInit.payloads.forEach(attempt); Morph.toInit.payloads = []; Morph.markPerformance('morph-init-payloads-complete'); Morph.toInit.registers.forEach(attempt); Morph.toInit.registers = []; Morph.markPerformance('morph-init-registers-complete'); };</script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/morph-vendor/1.0.2/bundle.vendor.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/morph/5.3.1/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-promise/1.0.6/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-istats/1.3.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-react-mvt/3.1.2/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.2/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-button/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/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/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-anchors/3.0.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-section-container/6.0.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-header/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-cbbc-nav/4.1.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-home-controller/7.0.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/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/20200906004743js_/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/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-gel-icons/3.0.0/gel-icon-image/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-debouncer/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-responsive-image/1.3.1/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/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/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-bulletin-promo/5.0.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-bump/1.1.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-smp/5.0.1/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-localised-timestamp/3.1.2/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-classnames/1.0.1/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-gs-timestamp/2.2.1/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-timestamp/4.1.2/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-promo/6.1.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-more-stories/5.0.1/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-top-stories/7.0.2/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-newsround-super-promo/4.0.0/bundle.js"></script><script src="//web.archive.org/web/20200906004743js_/https://m.files.bbci.co.uk/modules/bbc-morph-grandstand/5.4.2/latin/bundle.js"></script><script>if (!Morph.manualInit) { Morph.init(); } /* u15814283297456821 */</script><script type="text/javascript">!function(){var a=!0;if("object"==typeof bbccookies&&"function"==typeof bbccookies.readPolicy&&(a=!bbccookies.readPolicy().performance),a&&-1!==document.cookie.indexOf("_chartbeat"))for(var b=document.cookie.split(";"),c=b.length;c--;){var d=b[c].replace(/^\s+|\s+$/g,""),e=d.split("=")[0];0===e.indexOf("_chartbeat")&&(document.cookie=e+"=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;")}_sf_async_config.noCookies=a}(),function(){function a(){window._sf_endpt=(new Date).getTime();var a=document.createElement("script");a.setAttribute("language","javascript"),a.setAttribute("type","text/javascript"),a.setAttribute("src","//web.archive.org/web/20200906004743/https://static.chartbeat.com/js/chartbeat.js"),document.body.appendChild(a)}var b=window.onload;window.onload="function"!=typeof window.onload?a:function(){b(),a()}}();</script></body></html><!-- FILE ARCHIVED ON 00:47:43 Sep 06, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 01:25:58 Feb 18, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.677 exclusion.robots: 0.034 exclusion.robots.policy: 0.024 esindex: 0.01 cdx.remote: 3.324 LoadShardBlock: 1404.975 (6) PetaboxLoader3.datanode: 245.59 (7) load_resource: 101.478 PetaboxLoader3.resolve: 57.986 -->